comparison lisp/ChangeLog @ 90119:8395880305fe

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-25 Merge from emacs--cvs-trunk--0 Patches applied: * emacs--cvs-trunk--0 (patch 173-179) - Update from CVS
author Miles Bader <miles@gnu.org>
date Mon, 14 Mar 2005 05:27:53 +0000
parents e330fedc9152 d046438c3ed4
children 30ad2795fdab
comparison
equal deleted inserted replaced
90118:e330fedc9152 90119:8395880305fe
1 2005-03-14 Kim F. Storm <storm@cua.dk>
2
3 * simple.el (next-line, previous-line): Add optional try-vscroll
4 arg to recognize interactive use. Pass it on to line-move.
5 (line-move): Don't perform auto-window-vscroll when defining or
6 executing keyboard macro to ensure consistent behaviour.
7
8 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
9
10 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11
12 2005-03-13 Lute Kamstra <lute@gnu.org>
13
14 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
15 debugger-setup-buffer so that backtrace marks the frames set to
16 debug-on-exit and we don't have to do it manually. Set an extra
17 debug-on-exit for macro's.
18 (debugger-setup-buffer): Don't mark the top frame manually.
19
20 2005-03-12 Lute Kamstra <lute@gnu.org>
21
22 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
23 lisp-indent-function throughout.
24 (with-no-warnings): Set lisp-indent-function property.
25
26 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
27
28 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
29 Add entry for backslash.
30
31 2005-03-12 Juri Linkov <juri@jurta.org>
32
33 * info.el (Info-search): Four fixes for backward search.
34
35 2005-03-11 Jay Belanger <belanger@truman.edu>
36
37 * calc/calc.el (calc-language-alist): New variable.
38 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
39 (calc-embedded-find-modes): Use calc-language-alist instead of
40 calc-embedded-language-alist.
41
42 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
43
44 * calendar/calendar.el (calendar-redrawing): New internal
45 variable.
46 (redraw-calendar): Remove bogus save-excursion from previous
47 change. Bind calendar-redrawing to t for mark-diary-entries.
48 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
49 calendar if that is why we were called.
50
51 2005-03-11 Kenichi Handa <handa@m17n.org>
52
53 * international/mule.el (make-coding-system): Set property
54 'coding-system-define-form to nil.
55 (define-coding-system-alias): Likewise.
56
57 2005-03-11 Kenichi Handa <handa@m17n.org>
58
59 These changes are suggested by Dave Love <fx@gnu.org>.
60
61 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
62 coding: tag.
63 (adaptive-fill-regexp): Add more bullets.
64 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
65 regexps.
66
1 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca> 67 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
2 68
3 * help.el (describe-mode): Properly handle non-trivial lighters. 69 * help.el (describe-mode): Properly handle non-trivial lighters.
4 Don't ignore minor modes that are not listed in minor-mode-list. 70 Don't ignore minor modes that are not listed in minor-mode-list.
5 71