diff options
| author | Richard M. Stallman | 2005-07-11 19:28:21 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-07-11 19:28:21 +0000 |
| commit | 51f74c375feb8aac237d5f8987cc8b85e5477813 (patch) | |
| tree | f846b52f11ecbb467e1a8cf60e257b0761517294 | |
| parent | 9b8453daeaa49d920edc2d945e06ca8e47bcaf70 (diff) | |
| download | emacs-51f74c375feb8aac237d5f8987cc8b85e5477813.tar.gz emacs-51f74c375feb8aac237d5f8987cc8b85e5477813.zip | |
*** empty log message ***
| -rw-r--r-- | etc/TODO | 3 | ||||
| -rw-r--r-- | src/ChangeLog | 6 |
2 files changed, 9 insertions, 0 deletions
| @@ -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 | ||
| 12 | 2005-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 | |||
| 12 | 2005-07-08 Richard M. Stallman <rms@gnu.org> | 18 | 2005-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. |