aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKim F. Storm2005-04-06 10:42:36 +0000
committerKim F. Storm2005-04-06 10:42:36 +0000
commitd9c3930562ba7c7ae5d4b03a07ef65aa2b2b2712 (patch)
tree16836e4e5ea6e1d374e5e6e391ab2c82d338aa1e
parent9e4b54a08477570d9e00f3a3f7de977e5dd6f36c (diff)
downloademacs-d9c3930562ba7c7ae5d4b03a07ef65aa2b2b2712.tar.gz
emacs-d9c3930562ba7c7ae5d4b03a07ef65aa2b2b2712.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog14
1 files changed, 7 insertions, 7 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 42126072165..2b97014b8b0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -16,11 +16,11 @@
16 16
17 * generic.el (generic-mode-internal): Fix 2005-03-31 change. 17 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
18 (define-generic-mode): Ditto. Fix debug declaration. 18 (define-generic-mode): Ditto. Fix debug declaration.
19 19
20 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Put 20 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Put
21 them in the generic-x group. 21 them in the generic-x group.
22 22
23 * calendar/timeclock.el (timeclock): Docstring fix. 23 * calendar/timeclock.el (timeclock): Doc fix.
24 24
25 * generic.el (define-generic-mode): Don't use custom-current-group. 25 * generic.el (define-generic-mode): Don't use custom-current-group.
26 Document default :group value. 26 Document default :group value.
@@ -44,7 +44,7 @@
44 44
452005-04-05 Carsten Dominik <dominik@science.uva.nl> 452005-04-05 Carsten Dominik <dominik@science.uva.nl>
46 46
47 * textmodes/org.el (org-diary-default-entry): Fixed call to 47 * textmodes/org.el (org-diary-default-entry): Fix call to
48 `add-to-diary-entry'. 48 `add-to-diary-entry'.
49 49
502005-04-05 Kim F. Storm <storm@cua.dk> 502005-04-05 Kim F. Storm <storm@cua.dk>
@@ -76,7 +76,7 @@
76 76
772005-04-04 Carsten Dominik <dominik@science.uva.nl> 772005-04-04 Carsten Dominik <dominik@science.uva.nl>
78 78
79 * textmodes/org.el (org-insert-mode-line-in-empty-file): Changed 79 * textmodes/org.el (org-insert-mode-line-in-empty-file): Change
80 default value to nil. 80 default value to nil.
81 81
822005-04-04 Lute Kamstra <lute@gnu.org> 822005-04-04 Lute Kamstra <lute@gnu.org>
@@ -163,7 +163,7 @@
163 * generic-x.el: Specify :group for all generic modes. 163 * generic-x.el: Specify :group for all generic modes.
164 164
165 * desktop.el (desktop-no-desktop-file-hook) 165 * desktop.el (desktop-no-desktop-file-hook)
166 (desktop-after-read-hook): Fix docstring. 166 (desktop-after-read-hook): Doc fix.
167 167
1682005-04-02 Luc Teirlinck <teirllm@auburn.edu> 1682005-04-02 Luc Teirlinck <teirllm@auburn.edu>
169 169
@@ -277,12 +277,12 @@
277 277
2782005-03-31 Karl Berry <karl@freefriends.org> 2782005-03-31 Karl Berry <karl@freefriends.org>
279 279
280 * textmodes/tex-mode.el (tex-compile): shell-quote-argument, 280 * textmodes/tex-mode.el (tex-compile): Use shell-quote-argument,
281 not comint-quote-filename. 281 not comint-quote-filename.
282 282
2832005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change) 2832005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
284 284
285 * textmodes/tex-mode.el (tex-start-tex) shell-quote-argument, 285 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
286 not comint-quote-filename. 286 not comint-quote-filename.
287 287
2882005-03-31 Thien-Thi Nguyen <ttn@gnu.org> 2882005-03-31 Thien-Thi Nguyen <ttn@gnu.org>