aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 5ac188b2cdc..cad1ad4e210 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12007-03-09 Juanma Barranquero <lekktu@gmail.com>
2
3 * keymap.c (Fdescribe_buffer_bindings): Check that BUFFER is valid.
4
12007-03-08 Richard Stallman <rms@gnu.org> 52007-03-08 Richard Stallman <rms@gnu.org>
2 6
3 * keyboard.c (syms_of_keyboard): Doc fix. 7 * keyboard.c (syms_of_keyboard): Doc fix.
@@ -49,7 +53,7 @@
49 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does 53 * Makefile.in: Don't clear out LIB_X11_LIB, since XFT_LIBS does
50 not include -lX11 on Solaris. 54 not include -lX11 on Solaris.
51 55
522007-03-02 Stuart D. Herring <herring@lanl.gov> 562007-03-02 Stuart D. Herring <herring@lanl.gov>
53 57
54 * keymap.c (Fkey_binding): Don't consider one-element lists as events. 58 * keymap.c (Fkey_binding): Don't consider one-element lists as events.
55 59