aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorKaroly Lorentey2005-04-11 12:40:15 +0000
committerKaroly Lorentey2005-04-11 12:40:15 +0000
commit221d5c8772dc29f854292ec7cb423fce925daecf (patch)
tree5fe05145ce31ffcc9d1a621c027410151e4a2106 /src/ChangeLog
parent1b9ab2508610fea57aa777956de14ee84d66862f (diff)
parent9552bee8c6e7c5ee16ca60cddebaebdf5d238e05 (diff)
downloademacs-221d5c8772dc29f854292ec7cb423fce925daecf.tar.gz
emacs-221d5c8772dc29f854292ec7cb423fce925daecf.zip
Merged from miles@gnu.org--gnu-2005 (patch 59, 240-245)
Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-240 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-241 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-242 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-243 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-244 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-245 Update from CVS * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-59 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-326
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog41
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 @@
12005-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
82005-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
182005-04-09 Thien-Thi Nguyen <ttn@surf.glug.org>
19
20 * dispnew.c (mirror_line_dance): Avoid crash if W2 is null.
21
222005-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
272005-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
12005-04-08 Kim F. Storm <storm@cua.dk> 382005-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
312005-04-01 Kenichi Handa <handa@m17n.org> 682005-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.