aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRichard M. Stallman2003-04-30 12:08:31 +0000
committerRichard M. Stallman2003-04-30 12:08:31 +0000
commited3c33148bc88c83a20833b86436acc846b43700 (patch)
tree83cc84b8b994fe9af35ae59f877f49e2fa22085d /src
parent2ff4d3d9b8542bbc04b38f4bc577f9111919cb8b (diff)
downloademacs-ed3c33148bc88c83a20833b86436acc846b43700.tar.gz
emacs-ed3c33148bc88c83a20833b86436acc846b43700.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog20
1 files changed, 20 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 39833221c2b..3e60c7ec3f8 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,23 @@
12003-04-30 Richard M. Stallman <rms@gnu.org>
2
3 * keyboard.c (echo_char): Don't clear out a dash that follows a space.
4
5 * alloc.c (abort_on_gc): New variable.
6 (Fgarbage_collect): Abort if abort_on_gc is set.
7
8 * lisp.h (abort_on_gc): Add decl.
9
10 * eval.c (Fsignal): Clear abort_on_gc.
11
12 * editfns.c (Fformat): Set abort_on_gc during first scan of format.
13 Reinit FORMAT_START and END before second scan.
14
15 * xdisp.c (move_it_vertically_backward): Do the final big else
16 even if nlines is 0.
17
18 * xdisp.c (redisplay_internal): Finish the per-frame loop
19 even if redisplay is suspended by input.
20
12003-04-24 Andrew Choi <akochoi@shaw.ca> 212003-04-24 Andrew Choi <akochoi@shaw.ca>
2 22
3 * macterm.c (x_list_fonts): Return all fonts that match if 23 * macterm.c (x_list_fonts): Return all fonts that match if