aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorGerd Moellmann2000-06-26 15:05:03 +0000
committerGerd Moellmann2000-06-26 15:05:03 +0000
commit3fc720e4bde612fa3943745d06bd2968c123e561 (patch)
tree995e693e4cbf85e0b681f21f5fa7959d5c2ed724 /src/ChangeLog
parent1425dcb619137a3cbd8393fd0db0fba1a5e0b059 (diff)
downloademacs-3fc720e4bde612fa3943745d06bd2968c123e561.tar.gz
emacs-3fc720e4bde612fa3943745d06bd2968c123e561.zip
(get_keyelt): For menu-items containing a `:filter
FILTER', apply FILTER to the menu-item's definition to get the real definition to use.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
1 files changed, 7 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 62777f6b998..842c3652748 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12000-06-26 Gerd Moellmann <gerd@gnu.org> 12000-06-26 Gerd Moellmann <gerd@gnu.org>
2 2
3 * keymap.c (get_keyelt): For menu-items containing a `:filter
4 FILTER', apply FILTER to the menu-item's definition to get the
5 real definition to use.
6
7 * lisp.h (QCfilter): External declaration.
8
3 * xfns.c (Fimage_size): New function. 9 * xfns.c (Fimage_size): New function.
4 (syms_of_xfns): Defsubr it. 10 (syms_of_xfns): Defsubr it.
5 11
@@ -54,7 +60,7 @@
54 include time.h, done by systime.h. 60 include time.h, done by systime.h.
55 [__FreeBSD__]: Remove redundant includes. 61 [__FreeBSD__]: Remove redundant includes.
56 62
57 * callproc.c: (setpgrp): Undefine before defining. 63 * callproc.c (setpgrp): Undefine before defining.
58 (delete_temp_file): Return Qnil to avoid warning. 64 (delete_temp_file): Return Qnil to avoid warning.
59 65
60 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add. 66 * config.in (HAVE_TERM_H, HAVE_STRUCT_TIMEZONE): Add.