diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 41 |
1 files changed, 39 insertions, 2 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index ec60d4add5f..26b8a9ce5ad 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,40 @@ | |||
| 1 | 2005-04-10 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * emacs.c (standard_args): Rename --bare-bones to --quick. | ||
| 4 | Add -D aka --basic-display. | ||
| 5 | |||
| 6 | * buffer.c (Fmake_indirect_buffer): Clear out some local variables. | ||
| 7 | |||
| 8 | 2005-04-09 Richard M. Stallman <rms@gnu.org> | ||
| 9 | |||
| 10 | * keymap.c (where_is_internal): Convert a string used as event type | ||
| 11 | into "(any string)". | ||
| 12 | |||
| 13 | * lread.c (Vloads_in_progress): Not static. | ||
| 14 | |||
| 15 | * fns.c (Vloads_in_progress): Add extern. | ||
| 16 | (Frequire): Don't do LOADHIST_ATTACH if Vloads_in_progress is nil. | ||
| 17 | |||
| 18 | 2005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org> | ||
| 19 | |||
| 20 | * dispnew.c (mirror_line_dance): Avoid crash if W2 is null. | ||
| 21 | |||
| 22 | 2005-04-09 Lute Kamstra <lute@gnu.org> | ||
| 23 | |||
| 24 | * print.c (PRINTPREPARE): Check if the marker PRINTCHARFUN is | ||
| 25 | within the accessible part of the buffer. | ||
| 26 | |||
| 27 | 2005-04-09 Kim F. Storm <storm@cua.dk> | ||
| 28 | |||
| 29 | * lread.c (readevalloop): Add args START and END as region in | ||
| 30 | current buffer to read. Callers changed. | ||
| 31 | When specified, narrow to this region only when reading, | ||
| 32 | not during eval. Track next point to read from during eval. | ||
| 33 | Also restore point to "real" buffer position before eval. | ||
| 34 | (Feval_region): Don't save excursion and restriction here, and | ||
| 35 | don't narrow to region. Just pass region to readevalloop. | ||
| 36 | Note: Point is now preserved even when PRINTFLAG is nil. | ||
| 37 | |||
| 1 | 2005-04-08 Kim F. Storm <storm@cua.dk> | 38 | 2005-04-08 Kim F. Storm <storm@cua.dk> |
| 2 | 39 | ||
| 3 | * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>". | 40 | * xdisp.c (syms_of_xdisp): Init overlay-arrow-string to "=>". |
| @@ -30,8 +67,8 @@ | |||
| 30 | 67 | ||
| 31 | 2005-04-01 Kenichi Handa <handa@m17n.org> | 68 | 2005-04-01 Kenichi Handa <handa@m17n.org> |
| 32 | 69 | ||
| 33 | * lisp.h (Vascii_upcase_table, Vascii_canon_table, | 70 | * lisp.h (Vascii_upcase_table, Vascii_canon_table) |
| 34 | Vascii_eqv_table): Extern them. | 71 | (Vascii_eqv_table): Extern them. |
| 35 | 72 | ||
| 36 | * casetab.c (set_case_table): If standard is nonzero, setup | 73 | * casetab.c (set_case_table): If standard is nonzero, setup |
| 37 | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. | 74 | Vascii_upcase_table, Vascii_canon_table, and Vascii_eqv_table. |