aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2004-05-22 22:23:13 +0000
committerRichard M. Stallman2004-05-22 22:23:13 +0000
commit71d5a208a41e0982a9565d8cc215bd110fcac864 (patch)
tree1c346df7b8e676502451bbd701be3a116e3879ba /src
parent69623621a48d6430ffc1eb2c3b9f67b839047a25 (diff)
downloademacs-71d5a208a41e0982a9565d8cc215bd110fcac864.tar.gz
emacs-71d5a208a41e0982a9565d8cc215bd110fcac864.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
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 @@
12004-05-22 Richard M. Stallman <rms@gnu.org>
2
3 * alloc.c (Fmake_string): Doc fix.
4
5 * buffer.c (clone_per_buffer_values): Copy the alist of local vars,
6 and the alist pairs too.
7
8 * casefiddle.c (casify_object): Return OBJ unchanged if not real char.
9
10 * emacs.c (main): Update copyright year.
11
12 * fileio.c (Fread_file_name): Expand DIR if not absolute.
13
14 * insdel.c (del_range_2, replace_range): Don't write an anchor
15 if the gap is empty.
16
17 * xdisp.c (try_scrolling): If scroll-up-aggressively or
18 scroll-down-aggressively is small but positive, put point
19 near the screen edge.
20
12004-05-22 Juanma Barranquero <lektu@terra.es> 212004-05-22 Juanma Barranquero <lektu@terra.es>
2 22
3 * keymap.c (Fdefine_key): Doc fix. 23 * keymap.c (Fdefine_key): Doc fix.