diff options
author | Richard M. Stallman <rms@gnu.org> | 2004-05-22 22:23:13 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 2004-05-22 22:23:13 +0000 |
commit | 71d5a208a41e0982a9565d8cc215bd110fcac864 (patch) | |
tree | 1c346df7b8e676502451bbd701be3a116e3879ba /src | |
parent | 69623621a48d6430ffc1eb2c3b9f67b839047a25 (diff) | |
download | emacs-71d5a208a41e0982a9565d8cc215bd110fcac864.tar.gz |
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r-- | src/ChangeLog | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index bbbbd7ff8a0..68f74e457e9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,23 @@ +2004-05-22 Richard M. Stallman <rms@gnu.org> + + * alloc.c (Fmake_string): Doc fix. + + * buffer.c (clone_per_buffer_values): Copy the alist of local vars, + and the alist pairs too. + + * casefiddle.c (casify_object): Return OBJ unchanged if not real char. + + * emacs.c (main): Update copyright year. + + * fileio.c (Fread_file_name): Expand DIR if not absolute. + + * insdel.c (del_range_2, replace_range): Don't write an anchor + if the gap is empty. + + * xdisp.c (try_scrolling): If scroll-up-aggressively or + scroll-down-aggressively is small but positive, put point + near the screen edge. + 2004-05-22 Juanma Barranquero <lektu@terra.es> * keymap.c (Fdefine_key): Doc fix. |