aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2001-05-14 20:53:03 +0000
committerStefan Monnier2001-05-14 20:53:03 +0000
commit33568849577b4c07e8f8b29e187eb6ea69f0cc86 (patch)
tree9cd6215cb919e4b8cd3b0ae9a5e351043d2dd0b6 /src/ChangeLog
parent940cf42ecb1803d6045b80663bad85d4c24bd298 (diff)
downloademacs-33568849577b4c07e8f8b29e187eb6ea69f0cc86.tar.gz
emacs-33568849577b4c07e8f8b29e187eb6ea69f0cc86.zip
(Fdefvar): Only record (defvar <var>) in the load-history
in <var> has no default value yet.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 9cd3520dcb6..d49a0e6c0fc 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,8 @@
12001-05-14 Stefan Monnier <monnier@cs.yale.edu> 12001-05-14 Stefan Monnier <monnier@cs.yale.edu>
2 2
3 * eval.c (Fdefvar): Only record (defvar <var>) in the load-history
4 in <var> has no default value yet.
5
3 * xfaces.c (try_alternative_families): First try the FAMILY. 6 * xfaces.c (try_alternative_families): First try the FAMILY.
4 And if nothing is found in the end, try again with scalable fonts. 7 And if nothing is found in the end, try again with scalable fonts.
5 (try_font_list): Let try_alternative_families do a bit more of 8 (try_font_list): Let try_alternative_families do a bit more of
@@ -10,7 +13,7 @@
10 13
11 * xterm.c (note_mouse_highlight): Avoid changing the mouse 14 * xterm.c (note_mouse_highlight): Avoid changing the mouse
12 pointer shape when show_mouse_face has already done it. 15 pointer shape when show_mouse_face has already done it.
13 16
14 * xterm.c (x_draw_glyphs): Fix computation of rightmost x for 17 * xterm.c (x_draw_glyphs): Fix computation of rightmost x for
15 full-width rows. 18 full-width rows.
16 19