Commit graph

29237 commits

Author SHA1 Message Date
Kim F. Storm
456986fd3a *** empty log message *** 2005-04-24 19:08:56 +00:00
Luc Teirlinck
e5baf107e9 *** empty log message *** 2005-04-24 15:11:38 +00:00
Eli Zaretskii
f3714ab2d9 *** empty log message *** 2005-04-24 15:05:17 +00:00
Luc Teirlinck
576ceeb302 (mode-require-final-newline): Revert accidental change. 2005-04-24 14:50:42 +00:00
Eli Zaretskii
9d1ffd5a91 (syntax-after): Doc fix.
(syntax-class): If argument is nil, return nil.
2005-04-24 14:50:20 +00:00
Luc Teirlinck
993746115b (mode-require-final-newline): Minor doc fix. 2005-04-24 14:45:08 +00:00
Eli Zaretskii
1441edfef9 (mode-require-final-newline): Doc fix.
(backup-buffer-copy): Fix last change.
2005-04-24 12:07:15 +00:00
YAMAMOTO Mitsuharu
49ed33c7f5 *** empty log message *** 2005-04-24 06:07:40 +00:00
YAMAMOTO Mitsuharu
853065b67f Require select. Set selection-coding-system to
mac-system-coding-system.  Call menu-bar-enable-clipboard.
(x-last-selected-text-clipboard, x-last-selected-text-primary)
(x-select-enable-clipboard): New variables.
(x-select-text, x-get-selection, x-selection-value)
(x-get-selection-value, mac-select-convert-to-string)
(mac-services-open-file, mac-services-open-selection)
(mac-services-insert-text): New functions.
(CLIPBOARD, FIND): Put mac-scrap-name property.
(com.apple.traditional-mac-plain-text, public.utf16-plain-text)
(public.tiff): Put mac-ostype property.
(selection-converter-alist): Add entries for them.
(mac-application-menu-map): New keymap.
(interprogram-cut-function, interprogram-paste-function): Set to
x-select-text and x-get-selection-value, respectively.
(split-window-keep-point): Set to t.
2005-04-24 05:59:52 +00:00
Richard M. Stallman
469bc67986 *** empty log message *** 2005-04-23 16:57:31 +00:00
Richard M. Stallman
44dce0fb43 (read-directory-name): Always pass non-nil
DEFAULT-FILENAME arg to read-file-name.
(backup-buffer-copy, basic-save-buffer-2): Take care against
writing thru an unexpected existing symlink.
(revert-buffer): In indirect buffer, revert the base buffer.
(magic-mode-alist): Doc fix.
(buffer-stale-function): Doc fix.
(minibuffer-with-setup-hook): Avoid warning.
(mode-require-final-newline): Doc and custom fix.
2005-04-23 16:53:21 +00:00
Richard M. Stallman
2a4b921193 (follow-end-of-buffer): Use with-no-warnings. 2005-04-23 16:46:01 +00:00
Richard M. Stallman
9177dd93a4 (font-lock-comment-face): On terminals with few colors,
use the default appearance.
(font-lock-comment-delimiter-face): New face, new variable.
2005-04-23 16:45:21 +00:00
David Kastrup
1639cc2e92 (TeX-mode, plain-TeX-mode, LaTeX-mode):
Mention that the autoloaded aliases should be kept for AUCTeX.
2005-04-23 16:45:07 +00:00
Richard M. Stallman
1cade2b675 (imenu--generic-function): The official position of a
definition is the start of the line that BEG is in.
2005-04-23 16:43:30 +00:00
Richard M. Stallman
ed4761a927 (midnight-timer): Move defvar up. 2005-04-23 16:41:33 +00:00
Richard M. Stallman
7735d2e2f4 (mouse-drag-region-1): Delete some debugging code. 2005-04-23 16:40:55 +00:00
Richard M. Stallman
06e24ef705 (save-place-to-alist): Use with-no-warnings. 2005-04-23 16:40:24 +00:00
Richard M. Stallman
a99df87d8e (command-line): Use with-no-warnings. 2005-04-23 16:39:54 +00:00
Richard M. Stallman
64da8b20e2 (window-size-fixed): New defvar. 2005-04-23 16:38:41 +00:00
Richard M. Stallman
25e73e0cdb (easy-menu-do-define): Use defalias, not fset. 2005-04-23 16:38:03 +00:00
Richard M. Stallman
5aaf089934 (rmail-font-lock-keywords): Use font-lock-comment-delimiter-face. 2005-04-23 16:36:53 +00:00
Richard M. Stallman
7398a391be (mail-font-lock-keywords): Use font-lock-comment-delimiter-face. 2005-04-23 16:36:08 +00:00
Richard M. Stallman
0ea50e431b (next-error-highlight-timer): New defvar.
(compilation-mode-font-lock-keywords):
Specify t for LAXMATCH when matching directories.
Save match data around compilation-compat-error-properties form.
2005-04-23 16:35:19 +00:00
Andreas Schwab
d379c55889 . 2005-04-23 15:59:39 +00:00
Andreas Schwab
8bdf62a786 (isearch-forward): Doc fix. 2005-04-23 15:38:07 +00:00
Eli Zaretskii
4739237ddf (jit-lock-stealth-time): Change default value to 16.
(jit-lock-stealth-nice): Change default value to 0.5.
2005-04-23 12:41:24 +00:00
Eli Zaretskii
71baa28ffb (write-abbrev-file): Write table entries in alphabetical order
by table name.
2005-04-23 12:34:05 +00:00
Kim F. Storm
2a5095fba0 (ido-read-internal): Fix `list' completion. 2005-04-22 15:09:48 +00:00
Kim F. Storm
e271742d1f *** empty log message *** 2005-04-22 15:08:27 +00:00
Kenichi Handa
9a9c3a4b94 *** empty log message *** 2005-04-22 05:56:58 +00:00
Kenichi Handa
8dde0e95d4 (recentf-save-file-coding-system): New variable.
(recentf-save-list): Encode the file by
recentf-save-file-coding-system and add coding: tag.
2005-04-22 05:38:29 +00:00
Nick Roberts
230e1e8026 *** empty log message *** 2005-04-22 04:11:30 +00:00
Nick Roberts
f7f8f37aa6 (define-obsolete-variable-alias): New macro. 2005-04-22 04:08:08 +00:00
Lute Kamstra
9721d90458 *** empty log message *** 2005-04-21 21:38:33 +00:00
Lute Kamstra
bd0f9535ce (unload-feature): Don't remove a function from hooks if it is about to
be restored to an autoload .  Remove functions that will become
unbound from auto-mode-alist.  Simplify the code.
2005-04-21 21:36:24 +00:00
Lute Kamstra
2c7b5da17a (assq-delete-all): New implementation that is linear, not quadratic.
Suggested by David Kastrup <dak@gnu.org>.
(rassq-delete-all): New function.
2005-04-21 21:18:29 +00:00
Lute Kamstra
e157359534 (menu-bar-options-save, menu-bar-showhide-menu): Add size-indication-mode. 2005-04-21 10:31:01 +00:00
Kenichi Handa
2375e71aff Add autoload for widget-value in
eval-when-compile
2005-04-21 05:02:18 +00:00
Nick Roberts
73ae229c58 (menu-bar-options-save, menu-bar-showhide-menu):
Add tooltip-mode.
2005-04-21 00:07:38 +00:00
Nick Roberts
7917aa57df (mode-line-mode-menu): Remove tooltip-mode. 2005-04-21 00:06:54 +00:00
Nick Roberts
8e4471729f *** empty log message *** 2005-04-21 00:06:13 +00:00
Luc Teirlinck
7bf23e1990 (inferior-lisp): New defgroup.
(inferior-lisp-filter-regexp, inferior-lisp-program)
(inferior-lisp-load-command, inferior-lisp-prompt)
(inferior-lisp-mode-hook, lisp-source-modes)
(inferior-lisp-load-hook): defvar->defcustom.
(inferior-lisp-program, inferior-lisp-prompt)
(inferior-lisp-load-hook): Doc fixes.
(inferior-lisp-install-letter-bindings): Small change in introductory comment.
2005-04-20 23:08:12 +00:00
Luc Teirlinck
fcd9d5258a *** empty log message *** 2005-04-20 23:05:23 +00:00
Dan Nicolaescu
57428691d5 (vc-annotate-color-map): Change some colors so that text
using them as foreground is readable on both white and black
backgrounds.
2005-04-20 16:51:39 +00:00
Stefan Monnier
c791cb5408 (translation-table-for-input): Remove redundant declaration. 2005-04-20 14:32:05 +00:00
Nick Roberts
1d44496d70 (tooltip-gud-tips-p): Expand documentation.
(tooltip-toggle-gud-tips): New function.
2005-04-20 10:08:50 +00:00
Nick Roberts
12b47dbf1f (gud-menu-map): Add tooltip-toggle-gud-tips. 2005-04-20 10:08:21 +00:00
Nick Roberts
396fdf3c33 *** empty log message *** 2005-04-20 10:07:28 +00:00
YAMAMOTO Mitsuharu
37c5c4a727 (mac-symbol-encoder): Fix mappings of left and right angle brackets. 2005-04-20 02:06:48 +00:00