comparison src/ChangeLog @ 58237:f02cbb3be7fa

*** empty log message ***
author Kim F. Storm <storm@cua.dk>
date Mon, 15 Nov 2004 15:20:33 +0000
parents 77bfb72503c6
children db0a801acf33
comparison
equal deleted inserted replaced
58236:ff6fd8552b2f 58237:f02cbb3be7fa
1 2004-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
1 2004-11-15 Richard M. Stallman <rms@gnu.org> 13 2004-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.
4 16
5 2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se> 17 2004-11-14 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>