comparison lisp/ChangeLog @ 83232:5e454dd0d649

Merged in changes from CVS trunk. Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-715 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-716 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-717 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-718 RCS keyword removal * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-719 Update from CVS * miles@gnu.org--gnu-2004/gnus--rel--5.10--patch-74 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-272
author Karoly Lorentey <lorentey@elte.hu>
date Wed, 08 Dec 2004 22:21:07 +0000
parents 549734260e34 c05f062fa72f
children 6b379caca6fa
comparison
equal deleted inserted replaced
83231:549734260e34 83232:5e454dd0d649
1 2004-12-06 Stefan <monnier@iro.umontreal.ca> 1 2004-12-08 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc.el: Add math-read-preprocess-string to autoloads.
4
5 * calc/calc-ext.el (math-read-replacement-list)
6 (math-read-superscripts, math-read-preprocess-string): Move to
7 calc-aent.el.
8
9 * calc/calc-aent.el (math-read-replacement-list)
10 (math-read-superscripts, math-read-preprocess-string): Move from
11 calc-ext.el.
12
13 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
14
15 * isearch.el (isearch-quote-char): Fix up typo in last change.
16
17 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
18
19 * mouse.el (mouse-set-font): Handle the case where the command was
20 not invoked using the mouse.
21
22 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
23 (edmacro-finish-edit): Further update for keyboard macros that are
24 lambda forms.
25 (edmacro-sanitize-for-string): Correctly remove Meta modifier
26 (as suggested by Kim Storm).
27
28 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
2 29
3 * font-lock.el (font-lock-unfontify-region): Save buffer state. 30 * font-lock.el (font-lock-unfontify-region): Save buffer state.
4 (font-lock-default-unfontify-region): Don't save buffer state any 31 (font-lock-default-unfontify-region): Don't save buffer state any more.
5 more.
6 32
7 2004-12-07 Jay Belanger <belanger@truman.edu> 33 2004-12-07 Jay Belanger <belanger@truman.edu>
8 34
9 * calc/calc-help.el (calc-describe-key): 35 * calc/calc-help.el (calc-describe-key):
10 Set calc-summary-indentation even when Calc Summary buffer exists. 36 Set calc-summary-indentation even when Calc Summary buffer exists.