aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2005-07-11 19:28:21 +0000
committerRichard M. Stallman2005-07-11 19:28:21 +0000
commit51f74c375feb8aac237d5f8987cc8b85e5477813 (patch)
treef846b52f11ecbb467e1a8cf60e257b0761517294
parent9b8453daeaa49d920edc2d945e06ca8e47bcaf70 (diff)
downloademacs-51f74c375feb8aac237d5f8987cc8b85e5477813.tar.gz
emacs-51f74c375feb8aac237d5f8987cc8b85e5477813.zip
*** empty log message ***
-rw-r--r--etc/TODO3
-rw-r--r--src/ChangeLog6
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/TODO b/etc/TODO
index 30df2191f36..6949a1818c9 100644
--- a/etc/TODO
+++ b/etc/TODO
@@ -96,6 +96,9 @@ to the FSF.
96** Create a category of errors called `process-error' 96** Create a category of errors called `process-error'
97 for some or all errors associated with using subprocesses. 97 for some or all errors associated with using subprocesses.
98 98
99** Maybe reinterpret `parse-error' as a category of errors
100 and put some other errors under it.
101
99** A function to check for customizable options that have been 102** A function to check for customizable options that have been
100 set but not saved, and ask the user whether to save them. 103 set but not saved, and ask the user whether to save them.
101 This could go in kill-emacs-query-functions, to remind people 104 This could go in kill-emacs-query-functions, to remind people
diff --git a/src/ChangeLog b/src/ChangeLog
index c7b35c83175..b87da0d2d37 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -9,6 +9,12 @@
9 (Fmac_set_file_type, Fmac_set_file_creator): Added 9 (Fmac_set_file_type, Fmac_set_file_creator): Added
10 (mac_get_object_from_code, mac_get_code_from_arg): Added 10 (mac_get_object_from_code, mac_get_code_from_arg): Added
11 11
122005-07-10 Richard M. Stallman <rms@gnu.org>
13
14 * lread.c (Qeval_buffer_list, Veval_buffer_list): New vars.
15 (syms_of_lread): Set up eval-buffer-list.
16 (Feval_buffer, Feval_region): Bind eval-buffer-list.
17
122005-07-08 Richard M. Stallman <rms@gnu.org> 182005-07-08 Richard M. Stallman <rms@gnu.org>
13 19
14 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted. 20 * eval.c (Fdefvar): Allow defvaring a constant to itself quoted.