comparison lisp/ChangeLog @ 90100:72cf6261961e

Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-11 Merge from emacs--cvs-trunk--0 Patches applied: * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-69 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-71 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-72 src/dispextern.h (xassert): Enable unconditionally. * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-73 - miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-81 Update from CVS * miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-82 Merge from gnus--rel--5.10 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-12 Merge from emacs--cvs-trunk--0 * miles@gnu.org--gnu-2005/gnus--rel--5.10--patch-13 Update from CVS
author Miles Bader <miles@gnu.org>
date Sun, 06 Feb 2005 12:06:02 +0000
parents fa9654493afb c48813f32e6b
children 3ebd9bdb4fe5
comparison
equal deleted inserted replaced
90099:fa9654493afb 90100:72cf6261961e
1 2005-02-05 Arne_J,Ax(Brgensen <arne@arnested.dk> (tiny change)
2
3 * net/ldap.el (ldap-search-internal): Support attributes with
4 optional descriptions separated by a semi-colon, as in
5 "userCertificate;binary".
6
7 2005-02-05 Jan Dj,Ad(Brv <jan.h.d@swipnet.se>
8
9 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
10 isn't a cons (i.e. the version is 0).
11
12 2005-02-05 Eli Zaretskii <eliz@gnu.org>
13
14 * help.el (help-for-help): Doc fix.
15
16 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
17
18 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
19 GDB-Windows on the menu-bar as this works better.
20
21 2005-02-04 Jay Belanger <belanger@truman.edu>
22
23 * calc/calc-embed.el (calc-embedded-update): Don't put in
24 unnecessary newlines. Adjust the end of formula marker.
25
26 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
27 (math-latex-parse-two-args): New function.
28
29 2005-02-03 Lute Kamstra <lute@gnu.org>
30
31 * help-fns.el (help-with-tutorial): Make sure that users cannot
32 remove the entire text of the tutorial by means of `undo'.
33
34 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
35
36 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
37 in recent changes, where the ispell process was repeatedly
38 killed & restarted.
39
40 * international/mule-cmds.el (set-locale-environment): Set file-name
41 coding system to utf-8 on Darwin systems.
42 (set-default-coding-systems): Don't set default-file-name-coding-system
43 on Darwin systems.
44
45 2005-02-03 Richard M. Stallman <rms@gnu.org>
46
47 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
48
49 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
50
51 * faces.el (list-faces-display): Add optional argument.
52
53 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
54
55 * font-core.el (font-lock-default-function): Handle the rare case where
56 only font-lock-keywords is set.
57
58 2005-02-02 Kenichi Handa <handa@m17n.org>
59
60 * international/characters.el: Cancel previous change for
61 I-WITH-DOT-ABOVE and DOTLESS-i.
62
63 * international/latin-5.el: Cancel previous change.
64
65 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
66
67 * progmodes/gud.el: Correction to syntax in gud-menu-map.
68
69 2005-02-02 Kenichi Handa <handa@m17n.org>
70
71 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
72 DOTLESS-i.
73
74 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
75 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
76
77 * case-table.el (get-upcase-table): New function.
78 (copy-case-table): Copy upcaes table too if non-nil.
79 (set-case-syntax-delims): Maintain upcase table too.
80 (set-case-syntax-pair): Likewise.
81 (set-upcase-syntax, set-downcase-syntax): New functions.
82 (set-case-syntax): Maintain upcase table too.
83
84 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
85
86 * progmodes/gdb-ui.el: (gdb-goto-info): Delete.
87
88 * progmodes/gud.el (gud-goto-info): New function.
89 (gud-tool-bar-map): Use correct icon.
90
91 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
92
93 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
94 When delegating, order args in the funcall correctly.
95
96 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
97
98 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
99
100 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
101
102 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
103 buffer not visiting a file.
104
1 2005-01-31 Jay Belanger <belanger@truman.edu> 105 2005-01-31 Jay Belanger <belanger@truman.edu>
2 106
3 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula 107 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
4 bound on the line with the formula. 108 bound on the line with the formula.
5 109
109 (undo-outer-limit-truncate): Implement it. 213 (undo-outer-limit-truncate): Implement it.
110 (undo-extra-outer-limit): Doc update. 214 (undo-extra-outer-limit): Doc update.
111 215
112 2005-01-29 Richard M. Stallman <rms@gnu.org> 216 2005-01-29 Richard M. Stallman <rms@gnu.org>
113 217
114 * ses.el (undo-more): defadvice deleted. 218 * ses.el (undo-more): Delete defadvice.
115 (ses-begin-change): Doc fix. 219 (ses-begin-change): Doc fix.
116 220
117 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo' 221 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
118 instead of rebinding C-x u and C-_. 222 instead of rebinding C-x u and C-_.
119 223
127 (clear-rectangle-line): If FILL, pass t instead of FILL 231 (clear-rectangle-line): If FILL, pass t instead of FILL
128 for move-to-column's 2nd arg. 232 for move-to-column's 2nd arg.
129 233
130 * simple.el (undo): Fix the test for continuing a series of undos. 234 * simple.el (undo): Fix the test for continuing a series of undos.
131 (undo-more): Set pending-undo-list to t when we reach end. 235 (undo-more): Set pending-undo-list to t when we reach end.
132 (pending-undo-list): defvar moved up. 236 (pending-undo-list): Move up defvar.
133 237
134 * wid-edit.el (widget-button-click): 238 * wid-edit.el (widget-button-click):
135 Shorten the range of the track-mouse binding. 239 Shorten the range of the track-mouse binding.
136 240
137 * comint.el (comint-insert-input): Undo previous changes; 241 * comint.el (comint-insert-input): Undo previous changes;
151 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom) 255 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
152 (gdb-goto-breakpoint): Make breakpoint handling work on template 256 (gdb-goto-breakpoint): Make breakpoint handling work on template
153 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk> 257 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
154 (gdb-assembler-custom): Update to recognise breakpoint information 258 (gdb-assembler-custom): Update to recognise breakpoint information
155 added on 2005-01-19. 259 added on 2005-01-19.
260
261 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
262
263 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
264 (dsssl-mode): Use define-derived-mode.
265 (scheme-mode-initialize): Remove.
266 (scheme-mode): Use run-mode-hooks.
267
268 * cus-edit.el (customize-group-other-window)
269 (custom-buffer-create-other-window): Don't override special-display-*.
270 (custom-mode-map): Make it dense.
271
272 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
273 sets the default value.
156 274
157 2005-01-28 Eli Zaretskii <eliz@gnu.org> 275 2005-01-28 Eli Zaretskii <eliz@gnu.org>
158 276
159 * descr-text.el: Add more keywords. 277 * descr-text.el: Add more keywords.
160 278