comparison lisp/ChangeLog @ 83248:86457de2420c

Merged from miles@gnu.org--gnu-2005 (patch 76-78) Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-76 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-77 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-78 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-288
author Karoly Lorentey <lorentey@elte.hu>
date Fri, 04 Feb 2005 15:36:07 +0000
parents 3dcba0bc766b 81a7887c8c82
children 89ac10c67e45
comparison
equal deleted inserted replaced
83247:a257c9edb57b 83248:86457de2420c
1 2005-02-04 Jay Belanger <belanger@truman.edu>
2
3 * calc/calc-embed.el (calc-embedded-update): Don't put in
4 unnecessary newlines. Adjust the end of formula marker.
5
6 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
7 (math-latex-parse-two-args): New function.
8
9 2005-02-03 Lute Kamstra <lute@gnu.org>
10
11 * help-fns.el (help-with-tutorial): Make sure that users cannot
12 remove the entire text of the tutorial by means of `undo'.
13
14 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
15
16 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
17 in recent changes, where the ispell process was repeatedly
18 killed & restarted.
19
20 * international/mule-cmds.el (set-locale-environment): Set file-name
21 coding system to utf-8 on Darwin systems.
22 (set-default-coding-systems): Don't set default-file-name-coding-system
23 on Darwin systems.
24
1 2005-02-03 Richard M. Stallman <rms@gnu.org> 25 2005-02-03 Richard M. Stallman <rms@gnu.org>
2 26
3 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock. 27 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
4 28
5 2005-02-03 Matt Hodges <MPHodges@member.fsf.org> 29 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>