Commit graph

29237 commits

Author SHA1 Message Date
Nick Roberts
2cc604202a (tooltip-use-echo-area): Replace as alias and deprecate. 2005-04-19 20:33:27 +00:00
Nick Roberts
64cb0f826c *** empty log message *** 2005-04-19 20:31:51 +00:00
Stefan Monnier
b8471a023e (flymake-get-absolute-file-name-basedir): Remove. Update callers to use
expand-file-name instead.
2005-04-19 18:19:43 +00:00
Stefan Monnier
95ed7b4249 (show-paren-function): Use it to recognize parens that are
also used in 2-char comment markers.
2005-04-19 18:16:15 +00:00
Stefan Monnier
ac43807d0b (blink-matching-open): Fix botched commit. 2005-04-19 18:13:25 +00:00
Stefan Monnier
98580e20de (blink-matching-open): Use it. 2005-04-19 18:12:23 +00:00
Stefan Monnier
cdd8dc28f3 (syntax-class): New function. 2005-04-19 18:11:26 +00:00
Lute Kamstra
191652f815 (unload-feature): Update for new format of load-history. Simplify the code. 2005-04-19 15:09:05 +00:00
YAMAMOTO Mitsuharu
13d9a23189 (mac-symbol-encoder, mac-dingbats-encoder): Minor update. 2005-04-19 12:47:46 +00:00
YAMAMOTO Mitsuharu
327a33761a *** empty log message *** 2005-04-19 12:05:04 +00:00
YAMAMOTO Mitsuharu
dfcb7df273 Add coding: tag and set it to iso-2022-7bit.
(mac-add-charset-info): New function.  Initialize variable
mac-charset-info-alist using it.
(mac-centraleurroman, mac-cyrillic): Do not use UCS in table data for
translation.
(mac-symbol-encoder, mac-dingbats-encoder): New translation table.
(mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
(ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font): New CCL
programs.
2005-04-19 12:04:51 +00:00
Kim F. Storm
5827e9d460 *** empty log message *** 2005-04-19 10:11:26 +00:00
Kim F. Storm
bfa82930a8 (next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings to bindings.el.
2005-04-19 09:25:52 +00:00
Kim F. Storm
ad1cc3463c (next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings from simple.el.
(next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
(next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2005-04-19 09:25:32 +00:00
Miles Bader
cd01ded928 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-268
Merge from gnus--rel--5.10

Patches applied:

 * gnus--rel--5.10  (patch 66)

   - Update from CVS

2005-04-18  Katsumi Yamaoka  <yamaoka@jpl.org>

   * lisp/gnus/qp.el (quoted-printable-encode-region): Save excursion.
2005-04-19 06:53:24 +00:00
Stefan Monnier
e5feeb319e (isearch-edit-string): Make the search-ring available for
minibuffer history commands.
(minibuffer-local-isearch-map): Remove bindings for M-p	and M-n,
the default history commands now work just as well.
(isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
2005-04-18 22:32:37 +00:00
Kim F. Storm
1338947ca0 (cua--pre-command-handler): Add more
elaborate check for shift modifier on non-window systems.
2005-04-18 19:50:07 +00:00
Kim F. Storm
77580d1801 *** empty log message *** 2005-04-18 19:49:40 +00:00
Lars Hansen
adbb89efd5 *** empty log message *** 2005-04-18 18:30:05 +00:00
Lars Hansen
4b217d4608 Make "--no-desktop" turn off `desktop-save-mode'. 2005-04-18 18:27:39 +00:00
Stefan Monnier
799fba8ff4 (url-retrieve-synchronously): Work around the fact that
url-http sometimes doesn't call the callback.
2005-04-18 13:19:43 +00:00
Kim F. Storm
cae0724067 (tooltip-show): Change second arg to USE-ECHO-AREA
and make it optional.  Don't test tooltip-gud-echo-area here.
(tooltip-gud-process-output, gdb-tooltip-print): Pass
tooltip-gud-echo-area to tooltip-show.
(tooltip-help-tips): Remove second optional arg.
2005-04-18 10:23:41 +00:00
Kim F. Storm
2e764c6633 *** empty log message *** 2005-04-18 10:22:38 +00:00
YAMAMOTO Mitsuharu
3f4413f85f *** empty log message *** 2005-04-18 07:45:19 +00:00
YAMAMOTO Mitsuharu
8b8f03c80c (tooltip-mode): emacs-quick-startup' and display-graphic-p' may not
be bound yet.
2005-04-18 07:43:59 +00:00
Luc Teirlinck
742220b6bc *** empty log message *** 2005-04-18 01:08:03 +00:00
Luc Teirlinck
b7e325a809 (command-line): No longer enable Xterm Mouse mode by default in
terminals compatible with xterm.
2005-04-18 00:55:42 +00:00
Luc Teirlinck
2f530b587d (xterm-mouse-mode): Set init value back to nil. 2005-04-18 00:52:57 +00:00
Nick Roberts
1d6197fb87 (tooltip-gud-echo-area): Rename from
tooltip-use-echo-area.
(tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
(tooltip-help-tips): Allow GUD tooltips to be displayed in echo
area independently of where help tooltips are displayed.
2005-04-18 00:29:45 +00:00
Nick Roberts
01c515bba3 *** empty log message *** 2005-04-18 00:29:13 +00:00
Richard M. Stallman
9e60c72407 (yank-excluded-properties): Add follow-link to value. 2005-04-17 17:52:30 +00:00
David Kastrup
bbeb3055a1 (custom-theme-write-variables): Quote variables
where necessary.
2005-04-17 16:18:45 +00:00
Richard M. Stallman
ec0cf96622 *** empty log message *** 2005-04-17 16:04:44 +00:00
Richard M. Stallman
e21c148e2c (jka-compr-compression-info-list): Fix custom type. 2005-04-17 16:00:48 +00:00
Richard M. Stallman
1ef0ffc603 (fancy-splash-max-time): Just 30 seconds.
(fancy-splash-delay): Just 7.
(fancy-splash-screens): No time limit other than fancy-splash-max-time.
2005-04-17 16:00:20 +00:00
Richard M. Stallman
23ce2debd8 (unload-feature): Update for new format of load-history. Simplify the code. 2005-04-17 15:57:00 +00:00
Richard M. Stallman
868e7865bf (rmail-ignored-headers): Ignore more headers
(rmail-font-lock-keywords): Don't fontify the text of a citation.
2005-04-17 15:55:50 +00:00
Richard M. Stallman
b795df2b32 (mail-font-lock-keywords): Don't fontify subject text.
Don't fontify the text of a citation.
2005-04-17 15:54:45 +00:00
Richard M. Stallman
c06b447862 (comint-output-filter): Run comint-output-filter-functions
with point where the user had it.
2005-04-17 15:04:40 +00:00
Stefan Monnier
b72c5a86fd (ucs-set-table-for-input): Disable when using unify-on-decoding. 2005-04-16 21:00:47 +00:00
Dan Nicolaescu
fbcaad36b8 (cua-global-mark-face): Add special case
for displays supporting a high number of colors.
2005-04-16 16:03:29 +00:00
Eli Zaretskii
ccb9871da3 (repeat): Invoke pre-command-hook and post-command-hook. 2005-04-16 15:28:10 +00:00
Eli Zaretskii
3d70f2795c (filesets-add-buffer): If user supplies a name of a
non-existing fileset, create a new fileset.
2005-04-16 15:22:12 +00:00
Carsten Dominik
f6a76cf336 (org-up-heading-all): Fixed bug with
`outline-up-heading-all'.
2005-04-16 14:50:10 +00:00
Carsten Dominik
bf94eed32f *** empty log message *** 2005-04-16 14:49:44 +00:00
Andreas Schwab
a35d9075f9 (auto-mode-alist): Handle /etc/sysconfig/*,
/etc/permissions.d/* and /etc/aliases.d/*.
2005-04-16 09:00:14 +00:00
Kenichi Handa
5f400376f0 (cp-make-coding-system): Set
`translation-table-for-input' property value to the symbol
ucs-mule-to-mule-unicode, not to that value.
(pt154): Escape guillemet by `\'.
2005-04-16 01:32:21 +00:00
Luc Teirlinck
9e5b2858ee *** empty log message *** 2005-04-16 00:38:31 +00:00
Luc Teirlinck
8a902fd27f Load tooltip if x-show-tip is fboundp. 2005-04-16 00:25:43 +00:00
Luc Teirlinck
6d21442537 (command-line): Add comment. 2005-04-16 00:24:02 +00:00