aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a21effceed4..046e132518d 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,15 @@
12004-11-15 Kim F. Storm <storm@cua.dk>
2
3 * fns.c (Fsafe_plist_get): New defun.
4 (syms_of_fns): Defsubr it.
5
6 * lisp.h (Fsafe_plist_get): Add EXFUN.
7
8 * xdisp.c (store_mode_line_string, produce_stretch_glyph):
9 Use Fsafe_plist_get.
10 (note_mode_line_or_margin_highlight, note_mouse_highlight):
11 Fix image map element parsing. Use Fsafe_plist_get.
12
12004-11-15 Richard M. Stallman <rms@gnu.org> 132004-11-15 Richard M. Stallman <rms@gnu.org>
2 14
3 * xdisp.c (get_next_display_element): Fix previous change. 15 * xdisp.c (get_next_display_element): Fix previous change.