comparison src/ChangeLog @ 57746:394f5aa03475

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 27 Oct 2004 15:07:06 +0000
parents 66e97a54985f
children 507a7395d0ef
comparison
equal deleted inserted replaced
57745:d1fa1cbd6c4d 57746:394f5aa03475
1 2004-10-27 Richard M. Stallman <rms@gnu.org>
2
3 * xdisp.c (get_next_display_element): In mode lines,
4 treat newline and tab like other control characters.
5
6 * editfns.c (Fmessage): Doc fix.
7
8 * indent.c (vmotion): When moving up, check the newline before.
9 Make prevline an int, not a Lisp_Object.
10
1 2004-10-27 Kim F. Storm <storm@cua.dk> 11 2004-10-27 Kim F. Storm <storm@cua.dk>
2 12
3 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA. 13 * editfns.c (Fformat): Allocate discarded table with SAFE_ALLOCA.
4 Only allocate info and discarded tables once. 14 Only allocate info and discarded tables once.
5 15