aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2004-07-24 21:46:27 +0000
committerRichard M. Stallman2004-07-24 21:46:27 +0000
commit7630911d6162623297a052bd75d8866440b73a68 (patch)
treed8d792ecbecca6d9d8680c602135980661e9e7d5 /src/ChangeLog
parentd3d3f35df9782d8d812d175b47eed5fb8f79e6b3 (diff)
downloademacs-7630911d6162623297a052bd75d8866440b73a68.tar.gz
emacs-7630911d6162623297a052bd75d8866440b73a68.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d10452c7fa5..398538484d7 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -7,6 +7,15 @@
7 7
82004-07-24 Richard M. Stallman <rms@gnu.org> 82004-07-24 Richard M. Stallman <rms@gnu.org>
9 9
10 * keyboard.h (not_single_kboard_state): Declared.
11
12 * fileio.c (Fwrite_region): Doc fix.
13
14 * window.c (Fwindow_at): Take account of FRAME_INTERNAL_BORDER_WIDTH.
15
16 * abbrev.c (Fexpand_abbrev): Run Qpre_abbrev_expand_hook
17 only when a real abbrev is present.
18
10 * xfns.c (x_icon_verify): New function. 19 * xfns.c (x_icon_verify): New function.
11 (Fx_create_frame): Use it. 20 (Fx_create_frame): Use it.
12 21