comparison lisp/ChangeLog @ 90085:f8a7a9ba3d08

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-7 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-52 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-53 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-54 Update from CVS: lisp/cus-start.el (all): Add `undo-outer-limit'. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-55 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-57 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-58 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-7 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-8 - miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-11 Update from CVS
author Miles Bader <miles@gnu.org>
date Sat, 29 Jan 2005 00:06:24 +0000
parents befae6bafecb 47e383e506ad
children fa9654493afb
comparison
equal deleted inserted replaced
90084:befae6bafecb 90085:f8a7a9ba3d08
1 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
2
3 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
4 (gdb-goto-breakpoint): Make breakpoint handling work on template
5 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6
7 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8
9 * descr-text.el: Add more keywords.
10
11 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
12
13 * speedbar.el: Avoid unnecessary use of locate-library.
14
15 * international/mule-cmds.el (standard-display-european-internal):
16 Don't fiddle with latin-1 non-break space any more since it's now
17 special cased in the C code.
18 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
19
20 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
21
22 * cus-start.el (all): Add `undo-outer-limit'.
23
24 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
25
26 * textmodes/bibtex.el (bibtex-format-entry):
27 Use `bibtex-empty-field-re' only on the text of fields, not on entire
28 field lines.
29 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
30 not on part of a buffer.
31
32 2005-01-25 Lute Kamstra <lute@gnu.org>
33
34 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
35 nonempty field text strings like "{letters\\macro{}more letters}".
36 Clarify docstring.
37 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
38 (bibtex-entry-offset, bibtex-parse-association)
39 (bibtex-parse-field-name): Fix typos in docstrings.
40 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
41
42 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
43
44 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
45 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
46 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
47 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
48
49 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
50 isearch minor mode.
51
52 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
53
54 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
55
56 2005-01-24 Lute Kamstra <lute@gnu.org>
57
58 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
59 CASECHARS and NOT-CASECHARS regular expressions of the
60 "nederlands" and "nederlands8" dictionaries to prevent a "Range
61 striding over charsets" error.
62
1 2005-01-24 Jay Belanger <belanger@truman.edu> 63 2005-01-24 Jay Belanger <belanger@truman.edu>
2 64
3 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to 65 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
4 display variable name. 66 display variable name.
5 67
74 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg 136 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
75 for called function. 137 for called function.
76 138
77 2005-01-20 Steven Tamm <steventamm@mac.com> 139 2005-01-20 Steven Tamm <steventamm@mac.com>
78 140
79 * term/mac-win.el (process-connection-type): Removed. 141 * term/mac-win.el (process-connection-type): Remove.
80 Controlled now by s/darwin.h:PTY_ITERATION. 142 Controlled now by s/darwin.h:PTY_ITERATION.
81 143
82 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca> 144 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
83 145
84 * window.el (handle-select-window): Don't switch window when we're 146 * window.el (handle-select-window): Don't switch window when we're