aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2006-11-10 09:14:46 +0000
committerGlenn Morris2006-11-10 09:14:46 +0000
commit9e21382c275019ae3d4c7976138924fc4fe76f4d (patch)
treea9e16fdf5ce24f147515a18dfb89968154356e84
parent84d40e01ad5087138a860c719f1f24d6befbfc37 (diff)
downloademacs-9e21382c275019ae3d4c7976138924fc4fe76f4d.tar.gz
emacs-9e21382c275019ae3d4c7976138924fc4fe76f4d.zip
*** empty log message ***
-rw-r--r--etc/TODO4
-rw-r--r--lisp/ChangeLog13
-rw-r--r--lisp/mh-e/ChangeLog4
3 files changed, 21 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 1f837a33d58..e8f61b5ec46 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -487,6 +487,10 @@ but which can also be used as a modifier).
487 <http://lists.gnu.org/archive/html/emacs-devel/2006-02/msg01034.html>. 487 <http://lists.gnu.org/archive/html/emacs-devel/2006-02/msg01034.html>.
488 [rgm@gnu.org will look at this after 22.1] 488 [rgm@gnu.org will look at this after 22.1]
489 489
490** Possibly make cal-dst use the system timezone database directly.
491 See thread
492 <http://lists.gnu.org/archive/html/emacs-pretest-bug/2006-11/msg00060.html>
493
490* Internal changes 494* Internal changes
491 495
492** Replace gmalloc.c with the modified Doug Lea code from the current 496** Replace gmalloc.c with the modified Doug Lea code from the current
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index dec1f7777c3..9f3b7f74654 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -124,6 +124,19 @@
124 124
125 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t. 125 * progmodes/f90.el (f90-indent-region): Bind case-fold-search to t.
126 126
127 * ido.el (ido-enable-prefix)
128 * ses.el (ses-call-printer-return)
129 * net/tramp.el (tramp-unified-filenames)
130 * progmodes/cc-align.el (c-lineup-string-cont)
131 * progmodes/compile.el (compilation-directory-matcher)
132 * progmodes/ebnf2ps.el (ebnf-stop-on-error)
133 * progmodes/gdb-ui.el (gdb-many-windows)
134 * progmodes/vhdl-mode.el (vhdl-reset-active-high)
135 (vhdl-clock-rising-edge)
136 * textmodes/org.el (org-export-with-timestamps)
137 (org-export-remove-timestamps-from-toc, org-export-with-tags)
138 (org-read-date): Doc fix (Nil -> nil).
139
1272006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 1402006-11-10 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
128 141
129 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value): 142 * term/x-win.el (x-select-text, x-cut-buffer-or-selection-value):
diff --git a/lisp/mh-e/ChangeLog b/lisp/mh-e/ChangeLog
index a54556b2371..4b1917becab 100644
--- a/lisp/mh-e/ChangeLog
+++ b/lisp/mh-e/ChangeLog
@@ -1,3 +1,7 @@
12006-11-10 Glenn Morris <rgm@gnu.org>
2
3 * mh-e.el (mh-draft-folder): Doc fix (Nil -> nil).
4
12006-09-25 Stephen Gildea <gildea@stop.mail-abuse.org> 52006-09-25 Stephen Gildea <gildea@stop.mail-abuse.org>
2 6
3 * mh-junk.el (mh-spamassassin-whitelist): Add two missing 7 * mh-junk.el (mh-spamassassin-whitelist): Add two missing