aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKim F. Storm2005-04-21 23:46:33 +0000
committerKim F. Storm2005-04-21 23:46:33 +0000
commit1ba52906b45d369f8770366f3d9ce8cc73919db1 (patch)
treeb780e230f82335c226a2944a87400fb0387ce157 /src/ChangeLog
parent16a5378b45e4058b53552d7e4790c101e08f6209 (diff)
downloademacs-1ba52906b45d369f8770366f3d9ce8cc73919db1.tar.gz
emacs-1ba52906b45d369f8770366f3d9ce8cc73919db1.zip
*** empty log message ***
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 54a593a34d5..1d09bde8487 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12005-04-22 Kim F. Storm <storm@cua.dk>
2
3 * fns.c (Fplist_get): Replace by Fsafe_plist_get.
4 (Fsafe_plist_get): Rename to Fplist_get.
5 (Fsafe_get): Remove, as Fget now uses safe Fplist_get.
6 (defsubr): Remove defsubr for Fsafe_plist_get and Fsafe_get.
7
8 * lisp.h (Fsafe_plist_get, Fsafe_get): Remove EXFUN.
9
10 * xdisp.c (store_mode_line_string, produce_stretch_glyph)
11 (note_mode_line_or_margin_highlight, note_mouse_highlight):
12 Use Fplist_get instead of Fsafe_plist_get.
13
14 * xfaces.c (resolve_face_name): Use Fget instead of Fsafe_get.
15
12005-04-21 Miles Bader <miles@gnu.org> 162005-04-21 Miles Bader <miles@gnu.org>
2 17
3 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field. 18 * xdisp.c (dump_glyph_row): Don't display overlay_arrow_p field.