Mercurial > emacs
diff src/ChangeLog @ 55746:e3f64aa0875d
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 22 May 2004 22:23:13 +0000 |
parents | 623ab06bb37b |
children | 793c5a50ebbd |
line wrap: on
line diff
--- a/src/ChangeLog Sat May 22 22:22:38 2004 +0000 +++ b/src/ChangeLog Sat May 22 22:23:13 2004 +0000 @@ -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.