aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2007-01-30 23:49:40 +0000
committerRichard M. Stallman2007-01-30 23:49:40 +0000
commit25752d87eb2a7dcdf132b2d3231eb4a8dc52c671 (patch)
treee3c9e3eb9793611deadaa069b2150236c411bded
parent3372a51b2d5e241d657866da7bf130a573057a03 (diff)
downloademacs-25752d87eb2a7dcdf132b2d3231eb4a8dc52c671.tar.gz
emacs-25752d87eb2a7dcdf132b2d3231eb4a8dc52c671.zip
*** empty log message ***
-rw-r--r--admin/FOR-RELEASE2
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog10
3 files changed, 17 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index 590d7ebf024..105e61f4ebc 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -78,6 +78,8 @@ through the custom mechanism.
78** ZTHJWSQQAFHV@spammotel.com, Jan 12: 78** ZTHJWSQQAFHV@spammotel.com, Jan 12:
79 Color-theme problems in Emacs 22+ (Ubuntu, Windows) 79 Color-theme problems in Emacs 22+ (Ubuntu, Windows)
80 80
81** Install newsticker.el patch.
82
81* DOCUMENTATION 83* DOCUMENTATION
82 84
83** Check the Emacs Tutorial. 85** Check the Emacs Tutorial.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d553f10b496..71fa85c789a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12007-01-30 Richard Stallman <rms@gnu.org>
2
3 * tutorial.el (tutorial--detailed-help): Make the list of
4 changed keys look nicer.
5
12007-01-30 Nick Roberts <nickrob@snap.net.nz> 62007-01-30 Nick Roberts <nickrob@snap.net.nz>
2 7
3 * progmodes/gdb-ui.el (gdb-var-delete-1): New function. 8 * progmodes/gdb-ui.el (gdb-var-delete-1): New function.
diff --git a/src/ChangeLog b/src/ChangeLog
index 27730b62036..d00778eb61a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,13 @@
12007-01-30 Richard Stallman <rms@gnu.org>
2
3 * minibuf.c (read_minibuf):
4 Save and clear Vminibuffer_completing_file_name.
5 (read_minibuf_unwind): Restore it.
6 (Vminibuffer_completion_table, Qminibuffer_completion_table)
7 (Vminibuffer_completion_predicate, Qminibuffer_completion_predicate)
8 (Vminibuffer_completion_confirm, Qminibuffer_completion_confirm)
9 (Vminibuffer_completing_file_name): Definitions moved up.
10
12007-01-29 Chong Yidong <cyd@stupidchicken.com> 112007-01-29 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * m/hp800.h: Restore, removing HP-UX support. 13 * m/hp800.h: Restore, removing HP-UX support.