aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
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.