aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEli Zaretskii2002-03-22 13:01:09 +0000
committerEli Zaretskii2002-03-22 13:01:09 +0000
commitb9b1a85344e1c5c02c5f7e4c2f4bd244c604b011 (patch)
tree66d6cdf508b6e872d1c462c53b79be5443037dd3
parentbc461571d1047d0d1da66d14ef5a5dc0e672a4c3 (diff)
downloademacs-b9b1a85344e1c5c02c5f7e4c2f4bd244c604b011.tar.gz
emacs-b9b1a85344e1c5c02c5f7e4c2f4bd244c604b011.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--src/ChangeLog6
2 files changed, 10 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1970a8b135c..36681df9483 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * calendar/calendar.el (calendar): Doc fix.
4
12002-03-22 Juanma Barranquero <lektu@terra.es> 52002-03-22 Juanma Barranquero <lektu@terra.es>
2 6
3 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'. 7 * play/gomoku.el (gomoku-font-lock-O-face): Convert to use `defface'.
diff --git a/src/ChangeLog b/src/ChangeLog
index 868fc5a14f7..c4bffbe126d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12002-03-22 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * xterm.c (XTread_socket): If XK_ISO_Lock and
4 XK_ISO_Last_Group_Lock are defined, handle keysyms between
5 XK_ISO_Lock and XK_ISO_Last_Group_Lock similarly to Mode_switch.
6
12002-03-21 Kim F. Storm <storm@cua.dk> 72002-03-21 Kim F. Storm <storm@cua.dk>
2 8
3 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so 9 * keyboard.c (menu_bar_items): Mostly undo 2002-02-20 patch, so