aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2004-11-15 15:20:33 +0000
committerKim F. Storm2004-11-15 15:20:33 +0000
commit9f89426bd437ebf16337c1687a0c3d8888de1d2a (patch)
treec49c0d042793f9bf8998cfe8a22d6a62e79fc19b /src/ChangeLog
parent442f927b424c12a78ff6f7bb876c445a2a9c24e0 (diff)
downloademacs-9f89426bd437ebf16337c1687a0c3d8888de1d2a.tar.gz
emacs-9f89426bd437ebf16337c1687a0c3d8888de1d2a.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-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.