aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLuc Teirlinck2005-04-24 15:11:38 +0000
committerLuc Teirlinck2005-04-24 15:11:38 +0000
commite5baf107e941ce4c3f054006678c55dba6a538b0 (patch)
treef934761ba8718dae4bca202d1bedd69d78fdfd38
parentc844a93e4e1ffbbbdf43eabe85170853c4d35f63 (diff)
downloademacs-e5baf107e941ce4c3f054006678c55dba6a538b0.tar.gz
emacs-e5baf107e941ce4c3f054006678c55dba6a538b0.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog10
1 files changed, 7 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 459547ea37d..c27527b7117 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2
3 * files.el (mode-require-final-newline): Minor doc fix.
4
12005-04-24 Eli Zaretskii <eliz@gnu.org> 52005-04-24 Eli Zaretskii <eliz@gnu.org>
2 6
3 * subr.el (syntax-after): Doc fix. 7 * subr.el (syntax-after): Doc fix.
@@ -37,7 +41,7 @@
37 (buffer-stale-function): Doc fix. 41 (buffer-stale-function): Doc fix.
38 (minibuffer-with-setup-hook): Avoid warning. 42 (minibuffer-with-setup-hook): Avoid warning.
39 (mode-require-final-newline): Doc and custom fix. 43 (mode-require-final-newline): Doc and custom fix.
40 44
41 * follow.el (follow-end-of-buffer): Use with-no-warnings. 45 * follow.el (follow-end-of-buffer): Use with-no-warnings.
42 46
43 * font-lock.el (font-lock-comment-face): On terminals with few colors, 47 * font-lock.el (font-lock-comment-face): On terminals with few colors,
@@ -59,7 +63,7 @@
59 63
60 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset. 64 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
61 65
62 * mail/rmail.el (rmail-font-lock-keywords): 66 * mail/rmail.el (rmail-font-lock-keywords):
63 Use font-lock-comment-delimiter-face. 67 Use font-lock-comment-delimiter-face.
64 68
65 * mail/sendmail.el (mail-font-lock-keywords): 69 * mail/sendmail.el (mail-font-lock-keywords):
@@ -69,7 +73,7 @@
69 73
702005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change) 742005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
71 75
72 * progmodes/compile.el (compilation-mode-font-lock-keywords): 76 * progmodes/compile.el (compilation-mode-font-lock-keywords):
73 Specify t for LAXMATCH when matching directories. 77 Specify t for LAXMATCH when matching directories.
74 Save match data around compilation-compat-error-properties form. 78 Save match data around compilation-compat-error-properties form.
75 79