comparison lisp/ChangeLog @ 61774:74e9414d9598

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 23 Apr 2005 16:57:31 +0000
parents 18224d5c1322
children 08e27aad5ae3
comparison
equal deleted inserted replaced
61773:923d3b20f747 61774:74e9414d9598
1 2005-04-23 Richard M. Stallman <rms@gnu.org>
2
3 * files.el (read-directory-name): Always pass non-nil
4 DEFAULT-FILENAME arg to read-file-name.
5 (backup-buffer-copy, basic-save-buffer-2): Take care against
6 writing thru an unexpected existing symlink.
7 (revert-buffer): In indirect buffer, revert the base buffer.
8 (magic-mode-alist): Doc fix.
9 (buffer-stale-function): Doc fix.
10 (minibuffer-with-setup-hook): Avoid warning.
11 (mode-require-final-newline): Doc and custom fix.
12
13 * follow.el (follow-end-of-buffer): Use with-no-warnings.
14
15 * font-lock.el (font-lock-comment-face): On terminals with few colors,
16 use the default appearance.
17 (font-lock-comment-delimiter-face): New face, new variable.
18
19 * imenu.el (imenu--generic-function): The official position of a
20 definition is the start of the line that BEG is in.
21
22 * midnight.el (midnight-timer): Move defvar up.
23
24 * mouse.el (mouse-drag-region-1): Delete some debugging code.
25
26 * saveplace.el (save-place-to-alist): Use with-no-warnings.
27
28 * startup.el (command-line): Use with-no-warnings.
29
30 * window.el (window-size-fixed): New defvar.
31
32 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
33
34 * mail/rmail.el (rmail-font-lock-keywords):
35 Use font-lock-comment-delimiter-face.
36
37 * mail/sendmail.el (mail-font-lock-keywords):
38 Use font-lock-comment-delimiter-face.
39
40 * progmodes/compile.el (next-error-highlight-timer): New defvar.
41
42 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
43
44 * progmodes/compile.el (compilation-mode-font-lock-keywords):
45 Specify t for LAXMATCH when matching directories.
46 Save match data around compilation-compat-error-properties form.
47
1 2005-04-23 David Kastrup <dak@gnu.org> 48 2005-04-23 David Kastrup <dak@gnu.org>
2 49
3 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode): 50 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
4 Mention that the autoloaded aliases should be kept for AUCTeX. 51 Mention that the autoloaded aliases should be kept for AUCTeX.
5 52