(fill-context-prefix): Try `adaptive-fill-function'
[bpt/emacs.git] / lisp / ChangeLog
CommitLineData
e0dcaa3f
EZ
12005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2
67ed6461
EZ
3 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
4 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
5 :type--it is `integer', not `string'.
6
e0dcaa3f
EZ
7 * faces.el (modeline-highlight): Rename from (the erroneous)
8 `modeline-higilight'.
9
e5d79aa5
LK
102005-06-11 Lute Kamstra <lute@gnu.org>
11
12 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
13 lisp-interaction-mode-map but make it the parent.
14 (edebug-eval-mode): Use define-derived-mode.
15
480c8cd3
AS
162005-06-11 Andreas Schwab <schwab@suse.de>
17
18 * bindings.el: Add binding of `ESC functionkey' for every
19 `M-functionkey'.
20 * hexl.el (hexl-mode-map): Likewise.
21
d11f8e1a
JR
222005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
23
24 * progmodes/compile.el (compilation-error-regexp-alist-alist)
25 [msft]: update regexp for newer msft compilers.
26
23d519e4
MH
272005-06-10 Mark A. Hershberger <mah@everybody.org>
28
29 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
30 ATTLIST portions of included DTDs.
31 (xml-parse-dtd): Eliminate use of inefficient match-data.
32
62d39a42
MB
332005-06-10 Miles Bader <miles@gnu.org>
34
530b0472
MB
35 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
36 (mpuz-text): Remove "-face" suffix from face names.
37 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
38 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
39 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
40
62d39a42
MB
41 * play/gomoku.el (gomoku-O, gomoku-X):
42 Remove "-face" suffix from face names.
43 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
44 New backward-compatibility aliases for renamed faces.
45 (gomoku-font-lock-keywords): Use renamed gomoku faces.
46
83acf231
JB
472005-06-10 Juanma Barranquero <lekktu@gmail.com>
48
578c1340
JB
49 * thumbs.el: Fixes for changes of 2005-06-09.
50 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
51 as a directory.
52 (thumbs-thumbname): Remove directory separator from format string;
53 `thumbs-thumbsdir' now returns a valid directory name.
54 (thumbs-temp-dir): New defsubst.
55 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
56 Use it.
57
466c78c0
JB
58 * cus-edit.el (minibuffer):
59 * files.el (make-backup-file-name-function):
60 * filesets.el (filesets-external-viewers):
61 * hilit-chg.el (highlight-changes-colours)
62 (highlight-changes-face-list, highlight-changes-rotate-faces):
63 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
64 * kmacro.el (kmacro-call-macro):
65 * log-edit.el (log-edit-changelog-full-paragraphs):
66 * mouse.el (mouse-1-click-follows-link):
67 * skeleton.el (skeleton-autowrap):
68 * subr.el (insert-for-yank-1):
69 * tempo.el (tempo-insert-region):
70 * terminal.el (terminal-emulator):
71 * time.el (display-time-mail-face):
72 * vc.el (vc-annotate):
73 * vcursor.el (vcursor-copy-line):
74 * woman.el (woman-bold-headings, woman-ignore)
75 (woman-default-faces, woman-monochrome-faces):
76 * calendar/todo-mode.el (todo-insert-threshold):
77 * emulation/pc-select.el (pc-select-selection-keys-only)
78 (pc-selection-mode):
79 * emulation/vip.el (vip-find-char-forward):
80 * emulation/viper-cmd.el (viper-find-char-forward):
81 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
82 (input-method-exit-on-invalid-key):
83 * international/mule-diag.el (describe-coding-system):
84 * international/ucs-tables.el (unify-8859-on-encoding-mode):
85 * net/browse-url.el (browse-url-xterm-program):
86 * obsolete/lazy-lock.el (lazy-lock-mode):
87 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
88 (cperl-mode):
89 * progmodes/cpp.el (cpp-face-light-name-list)
90 (cpp-face-dark-name-list):
91 * progmodes/delphi.el (delphi-newline-always-indents):
92 Fix spellings in docstrings.
93
83acf231
JB
94 * ido.el (ido-mode, ido-file-extensions-order)
95 (ido-default-file-method, ido-default-buffer-method)
96 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
97 (ido-decorations, ido-read-file-name-as-directory-commands)
98 (ido-read-file-name-non-ido, ido-work-directory-list)
99 (ido-ignore-item-temp-list, ido-current-directory)
100 (ido-magic-forward-char, ido-enter-find-file)
101 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
102 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
103
257914aa
LK
1042005-06-10 Lute Kamstra <lute@gnu.org>
105
106 * play/dunnet.el (dun-mode): Use define-derived-mode.
107 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
108 obsolete alias.
109
2aa8e74a
LK
110 * play/doctor.el (doctor-mode-map): Remove defvar.
111 (doctor-mode): Use define-derived-mode.
112
7bdd8beb
LK
113 * mail/mspools.el (mspools-mode):
114 * net/eudc-hotlist.el (eudc-hotlist-mode):
2aa8e74a
LK
115 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
116
0efefc52
MB
1172005-06-10 Miles Bader <miles@gnu.org>
118
c43aed5a
MB
119 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
120 Remove "-face" suffix from face names.
121 (flyspell-incorrect-face, flyspell-duplicate-face):
122 New backward-compatibility aliases for renamed faces.
123 (flyspell-mode-on, make-flyspell-overlay)
124 (flyspell-highlight-incorrect-region)
125 (flyspell-highlight-duplicate-region)
126 (flyspell-display-next-corrections)
127 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
128
e639491a
MB
129 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
130 from face name.
131 (texinfo-heading-face): New backward-compatibility alias for
132 renamed face.
133 (texinfo-heading-face): Use renamed texinfo-heading face.
134
ad49d9d6
MB
135 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
136 suffix from face names.
83acf231 137 (tex-math-face, tex-verbatim-face):
ad49d9d6
MB
138 New backward-compatibility aliases for renamed faces.
139 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
140 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
141 literal face name.
142
b4c925d8
MB
143 * textmodes/table.el (table-cell): Remove "-face" suffix from face
144 name.
145 (table-cell-face): New backward-compatibility alias for renamed face.
146 (table--put-cell-face-property, table--update-cell-face):
147 Use renamed table-cell face.
148
b390eb09
MB
149 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
150 from face name.
151 (sgml-namespace-face): New backward-compatibility alias for
152 renamed face.
153 (sgml-namespace-face): Use renamed sgml-namespace face.
154
8e49668e
MB
155 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
156 (org-level-4, org-level-5, org-level-6, org-level-7)
157 (org-level-8, org-warning, org-headline-done)
158 (org-deadline-announce, org-scheduled-today)
159 (org-scheduled-previously, org-link, org-done, org-table)
160 (org-time-grid): Remove "-face" suffix from face names.
161 (org-level-1-face, org-level-2-face, org-level-3-face)
162 (org-level-4-face, org-level-5-face, org-level-6-face)
163 (org-level-7-face, org-level-8-face, org-warning-face)
164 (org-headline-done-face, org-deadline-announce-face)
165 (org-scheduled-today-face, org-scheduled-previously-face)
166 (org-link-face, org-done-face, org-table-face)
167 (org-time-grid-face):
168 New backward-compatibility aliases for renamed faces.
169 (org-level-faces, org-set-font-lock-defaults, org-timeline)
170 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
171 (org-agenda-get-timestamps, org-agenda-get-scheduled)
172 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
173
25c06649
MB
174 * emulation/viper-init.el (viper-search, viper-replace-overlay)
175 (viper-minibuffer-emacs, viper-minibuffer-insert)
176 (viper-minibuffer-vi): Remove "-face" suffix from face names.
177 (viper-search-face, viper-replace-overlay-face)
178 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
179 (viper-minibuffer-vi-face):
180 New backward-compatibility aliases for renamed faces.
181 (viper-search-face, viper-replace-overlay-face)
182 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
183 (viper-minibuffer-vi-face): Use renamed viper faces.
184
4719d184
MB
185 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
186 Remove "-face" suffix from face names.
187 (testcover-nohits-face, testcover-1value-face):
188 New backward-compatibility aliases for renamed faces.
189 (testcover-mark): Use renamed testcover faces.
190
ccacbcec
MB
191 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
192 face name.
193 (diary-button-face): New backward-compatibility alias for renamed face.
194 (diary-entry): Use renamed diary-button face.
195
75eb05f6
MB
196 * calendar/calendar.el (diary, calendar-today, holiday)
197 (mark-visible-calendar-date): Remove "-face" suffix from face names.
198 (diary-face, calendar-today-face, holiday-face):
199 New backward-compatibility aliases for renamed faces.
200 (eval-after-load "facemenu", diary-entry-marker)
201 (calendar-today-marker, calendar-holiday-marker, diary-face):
202 Use renamed calendar faces.
203
37af2dd3
MB
204 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
205 (compare-windows-face): New backward-compatibility alias for
206 renamed face.
207 (compare-windows-highlight): Use renamed compare-windows face.
208
10853fc3
MB
209 * strokes.el (strokes-char): Remove "-face" suffix from face name.
210 (strokes-char-face): New backward-compatibility alias for renamed face.
211 (strokes-encode-buffer): Use renamed strokes-char face.
212
2058218e
MB
213 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
214 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
215 Remove "-face" suffix from face names.
216 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
217 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
218 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
83acf231 219 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2058218e 220 Use renamed pcvs faces.
4a9ad3c6
MB
221 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
222 * pcvs-defs.el (cvs-mode-map): Likewise.
223 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2058218e 224
a335c06e
MB
225 * info.el (info-title-1, info-title-2, info-title-3)
226 (info-title-4): Remove "-face" suffix from and downcase face names.
227 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
228 (Info-title-4-face):
229 New backward-compatibility aliases for renamed faces.
230 (Info-fontify-node): Use renamed info faces.
231
a01853d7
MB
232 * hilit-chg.el (highlight-changes, highlight-changes-delete):
233 Remove "-face" suffix from face names.
234 (highlight-changes-face, highlight-changes-delete-face):
235 New backward-compatibility aliases for renamed faces.
236 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
237 (hilit-chg-make-list): Use renamed highlight-changes faces.
238
f0b3dcbf
MB
239 * generic-x.el (show-tabs-tab, show-tabs-space):
240 Remove "-face" suffix from face names.
241 (show-tabs-tab-face, show-tabs-space-face):
242 New backward-compatibility aliases for renamed faces.
243 (show-tabs-generic-mode-font-lock-defaults-1)
244 (show-tabs-generic-mode-font-lock-defaults-2):
245 Use renamed show-tabs faces.
246
e8bfdf82
MB
247 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
248 (smerge-markers): Remove "-face" suffix from face names.
249 (smerge-mine-face, smerge-other-face, smerge-base-face)
83acf231 250 (smerge-markers-face):
e8bfdf82
MB
251 New backward-compatibility aliases for renamed faces.
252 (smerge-mine-face, smerge-other-face, smerge-base-face)
253 (smerge-markers-face): Use renamed smerge faces.
254
83acf231 255 * log-view.el (log-view-file, log-view-message):
d842de85 256 Remove "-face" suffix from face names.
83acf231 257 (log-view-file-face, log-view-message-face):
d842de85
MB
258 New backward-compatibility aliases for renamed faces.
259 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
260
83acf231 261 * paren.el (show-paren-match, show-paren-mismatch):
2ec46551 262 Remove "-face" suffix from face names.
83acf231 263 (show-paren-match-face, show-paren-mismatch-face):
2ec46551
MB
264 New backward-compatibility aliases for renamed faces.
265 (show-paren-function): Use renamed show-paren faces.
266
42e64878
MB
267 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
268 (ruler-mode-margins, ruler-mode-fringes)
269 (ruler-mode-column-number, ruler-mode-fill-column)
270 (ruler-mode-comment-column, ruler-mode-goal-column)
83acf231 271 (ruler-mode-tab-stop, ruler-mode-current-column):
42e64878
MB
272 Remove "-face" suffix from face names.
273 (ruler-mode-default-face, ruler-mode-pad-face)
274 (ruler-mode-margins-face, ruler-mode-fringes-face)
275 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
276 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
83acf231 277 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
42e64878
MB
278 New backward-compatibility aliases for renamed faces.
279 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
280 (ruler-mode-column-number, ruler-mode-fill-column)
281 (ruler-mode-comment-column, ruler-mode-goal-column)
282 (ruler-mode-tab-stop, ruler-mode-current-column)
283 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
284
ee01ad0e
MB
285 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
286 face name.
287 (whitespace-highlight-the-space): Use renamed face.
10853fc3
MB
288 (whitespace-highlight-face): New backward-compatibility alias for
289 renamed face.
ee01ad0e 290
b66e8575
MB
291 * woman.el (woman-italic, woman-bold, woman-unknown)
292 (woman-addition, woman-symbol-face):
293 Remove "-face" suffix from face names.
294 (woman-italic-face, woman-bold-face, woman-unknown-face)
295 (woman-addition-face):
296 New backward-compatibility aliases for renamed faces.
297 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
298 (woman-decode-region, woman-replace-match)
299 (woman-display-extended-fonts, woman-special-characters)
300 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
301 Use renamed woman faces.
302
041a6e47
MB
303 * longlines.el (longlines-visible-face): Face removed.
304
221711eb
MB
305 * diff-mode.el (diff-header, diff-file-header, diff-index)
306 (diff-hunk-header, diff-removed, diff-added, diff-changed)
041a6e47 307 (diff-function, diff-context, diff-nonexistent): Remove "-face"
221711eb
MB
308 suffix from face names.
309 (diff-header-face, diff-file-header-face, diff-index-face)
310 (diff-hunk-header-face, diff-removed-face, diff-added-face)
311 (diff-changed-face, diff-function-face, diff-context-face)
041a6e47 312 (diff-nonexistent-face): New backward-compatibility aliases for
221711eb
MB
313 renamed faces.
314 (diff-header-face, diff-file-header-face)
315 (diff-index, diff-index-face, diff-hunk-header)
316 (diff-hunk-header-face, diff-removed, diff-removed-face)
317 (diff-added, diff-added-face, diff-changed-face, diff-function)
318 (diff-function-face, diff-context-face, diff-nonexistent)
319 (diff-nonexistent-face): Use renamed diff-mode faces.
320
541a6d0d
MB
321 * progmodes/compile.el (compilation-warning-face)
322 (compilation-info-face): Remove "-face" suffix from face names.
83acf231 323 (compilation-warning-face, compilation-info-face):
541a6d0d
MB
324 New backward-compatibility aliases for renamed faces.
325 (compilation-warning-face, compilation-info-face):
326 Use renamed compilation faces.
327
fe735a8d
MB
328 * add-log.el (change-log-date, change-log-name)
329 (change-log-email, change-log-file, change-log-list)
330 (change-log-conditionals, change-log-function)
331 (change-log-acknowledgement): Remove "-face" suffix from face names.
332 (change-log-date-face, change-log-name-face)
333 (change-log-email-face, change-log-file-face)
334 (change-log-list-face, change-log-conditionals-face)
83acf231 335 (change-log-function-face, change-log-acknowledgement-face):
fe735a8d
MB
336 New backward-compatibility aliases for renamed faces.
337 (change-log-font-lock-keywords): Use renamed change-log faces.
338
d478e69d
MB
339 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
340 (custom-set, custom-changed, custom-saved, custom-button)
341 (custom-button-pressed, custom-documentation, custom-state)
342 (custom-comment, custom-comment-tag, custom-variable-tag)
343 (custom-variable-button, custom-face-tag, custom-group-tag-1)
344 (custom-group-tag): Remove "-face" suffix from face names.
345 (custom-magic-alist, custom-magic-value-create)
346 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
347 (custom-invalid-face, custom-rogue-face, custom-modified-face)
348 (custom-set-face, custom-changed-face, custom-saved-face)
349 (custom-button-face, custom-button-pressed-face)
350 (custom-documentation-face, custom-state-face)
351 (custom-comment-face, custom-comment-tag-face)
352 (custom-variable-tag-face, custom-variable-button-face)
353 (custom-face-tag-face, custom-group-tag-face-1)
83acf231 354 (custom-group-tag-face):
d478e69d
MB
355 New backward-compatibility aliases for renamed faces.
356
0efefc52
MB
357 * wid-edit.el (widget-documentation, widget-button)
358 (widget-field, widget-single-line-field, widget-inactive)
359 (widget-button-pressed): "-face" suffix removed from face names.
360 (widget-documentation-face, widget-button-face)
361 (widget-field-face, widget-single-line-field-face)
362 (widget-inactive-face, widget-button-pressed-face):
363 New backward-compatibility aliases for renamed faces.
364 (widget-documentation-face, widget-button-face)
365 (widget-button-pressed-face, widget-specify-field)
366 (widget-specify-inactive): Use renamed widget faces.
367
d8338794
KH
3682005-06-10 Kenichi Handa <handa@m17n.org>
369
370 * term/x-win.el (x-clipboard-yank): Remove condition-case
371 wrapping.
372
3732005-06-11 Kenichi Handa <handa@m17n.org>
374
375 * add-log.el (change-log-font-lock-keywords): Make the regexp for
376 date lines stricter.
377
63e88db3
KH
3782005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
379
380 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
381 of x-get-selection.
382
63baed99
JB
3832005-06-10 Juanma Barranquero <lekktu@gmail.com>
384
385 * comint.el (comint-mode, comint-snapshot-last-prompt):
386 * frame.el (frame-current-scroll-bars):
387 * term.el (term-mode, term-check-proc, term-input-sender)
388 (term-simple-send, term-extract-string, term-word)
389 (term-match-partial-filename):
390 * window.el (window-current-scroll-bars):
391 * emulation/cua-base.el (cua-normal-cursor-color)
392 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
393 (cua-global-mark-cursor-color):
394 * mail/undigest.el (rmail-forward-separator-regex):
395 Fix typos in docstrings.
396
397 * comint.el (comint-check-proc, make-comint-in-buffer)
398 (comint-source-default): Doc fixes.
399
400 * term.el (term-send-string): Improve argument/docstring
401 consistency.
402
3c28ffec
LT
4032005-06-09 Luc Teirlinck <teirllm@auburn.edu>
404
405 * comint.el (comint-send-input): Bind `inhibit-read-only' around
406 call to `delete-region'.
407 (comint-mode-hook): Do not enable Font Lock by default.
408
420adcc6
LK
4092005-06-09 Lute Kamstra <lute@gnu.org>
410
411 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
412 could be void.
413
6c06bd88
SM
4142005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
415
416 * emacs-lisp/debug.el (debugger-will-be-back): New var.
417 (debug): Use it.
418 (debugger-step-through, debugger-continue, debugger-jump)
419 (debugger-return-value): Set it when needed.
420 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
421 Use inhibit-read-only.
422
f271d3c7
JB
4232005-06-09 Juanma Barranquero <lekktu@gmail.com>
424
fd8529d0
JB
425 * window.el (shrink-window-if-larger-than-buffer)
426 (window-size-fixed): Fix typo in docstring.
9fa87e0d 427
f271d3c7
JB
428 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
429 thumbnails directory on loading.
430 (thumbs-conversion-program): Use `eq' to check the system type,
431 not `equal'.
432 (thumbs-temp-dir): Initialize to `temporary-file-directory',
433 not "/tmp". Fix docstring.
434 (thumbs-thumbsdir): New function to return the thumbnails
435 directory, creating it if needed.
436 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
437 (thumbs-temp-file): Delete variable and make it into a function.
438 (thumbs-resize-image, thumbs-modify-image): Use it.
439 (thumbs-kill-buffer): Simplify.
440 (thumbs-gensym): Defalias or duplicate CL `gensym'.
441 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
442 docstrings.
443
b7aae902
KS
4442005-06-09 Kim F. Storm <storm@cua.dk>
445
446 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
447 set-match-data to free markers in match-data.
448
449 * replace.el (replace-match-data): Pass RESEAT arg `t' to
450 match-data to unchain markers in match-data.
451
72f23b85
SM
4522005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
453
454 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
455 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
456 unnecessary now.
457
99598737
RS
4582005-06-08 Richard M. Stallman <rms@gnu.org>
459
460 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
461 give the variable a doc string that doesn't say don't set it directly.
462
463 * textmodes/ispell.el (ispell-check-version):
464 Use match-string-no-properties.
465 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
466 (ispell-buffer-local-words): Likewise.
467
468 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
469 except on terminals with enough colors to really display it.
470 (makefile-dependency-regex): Delete spurious `bb'.
471
472 * faces.el (escape-glyph): Use blue once again in last case.
72f23b85 473 (no-break-space): Redefine so that it isn't invisible on a tty.
99598737 474
4a29de23
KS
4752005-06-08 Kim F. Storm <storm@cua.dk>
476
477 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
478 also when reading directory name.
479
b978659c
LK
4802005-06-08 Lute Kamstra <lute@gnu.org>
481
482 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
f8820a55
LK
483 (flyspell-mode-line-string): Remove autoload cookie.
484 (flyspell-mode): Remove defvar.
b978659c 485
6d64c191
LK
4862005-06-07 Lute Kamstra <lute@gnu.org>
487
488 * textmodes/org.el (org-run-mode-hooks): New function.
489 (org-agenda-mode): Use it.
490
590bc48b
JB
4912005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
492
99598737 493 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
590bc48b 494
3d031334
SM
4952005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
496
497 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
498
a54aae9e
LT
4992005-06-06 Luc Teirlinck <teirllm@auburn.edu>
500
501 * font-lock.el (font-lock-add-keywords): Doc fix.
502
ed975fa6
SM
5032005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
504
29a47b89
SM
505 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
506 (tex-compile-default): In the absence of any history, use the order in
507 tex-compile-alist to choose the preferred command.
508 (tex-compile-commands): Reorder a bit.
509
7ad04640
SM
510 * textmodes/flyspell.el (flyspell-auto-correct-binding)
511 (flyspell-incorrect-face, flyspell-duplicate-face):
512 Use (X)Emacs-agnostic code.
513 (flyspell-mode-map): Don't overwrite at each load. Remove code
514 redundant with the subsequent add-minor-mode. Merge Emacs and
515 XEmacs code.
516 (flyspell-word): Minor simplification.
517 (flyspell-math-tex-command-p): Quieten the byte-compiler.
518 (flyspell-external-point-words): Remove unused vars `size' and `start'.
519 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
520 Merge the corresponding Emacs code.
521 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
522
532c188a
SM
523 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
524 a dedicated window.
525
ed975fa6
SM
526 * international/latexenc.el (latexenc-find-file-coding-system):
527 Undo part of last patch, to turn off a compiler warning.
528
e43cbeae
JL
5292005-06-06 Juri Linkov <juri@jurta.org>
530
531 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
532 Rename `tmm-inactive-face' to `tmm-inactive'.
533
4bad17c2
KS
5342005-06-06 Matt Hodges <MPHodges@member.fsf.org>
535
536 * iswitchb.el: Rename faces.
537
c7b96d76
KS
5382005-06-06 Kim F. Storm <storm@cua.dk>
539
540 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
541 (cua-global-mark): Remove -face suffix from face names.
542
ed975fa6
SM
543 * emulation/cua-gmrk.el (cua--init-global-mark):
544 Remove cua-global-mark face setup.
c7b96d76 545
ce6e10af
RS
5462005-06-06 Richard M. Stallman <rms@gnu.org>
547
548 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
549 just like other allowed characters.
550 (makefile-match-dependency): Exclude leading and training whitespace
551 from the range of regexp subexp 1.
552 (makefile-macroassign-regex): Don't try to match the body,
553 just the name of the macro being defined.
554
555 * info.el (Info-read-node-name-2): New function.
556 (Info-read-node-name-1): Use that.
557 Add a completion-base-size-function property.
558
559 * simple.el (completion-setup-function): Look for
560 completion-base-size-function property of
561 minibuffer-completion-table.
562
563 * files.el (locate-file-completion): Doc fix.
564
565 * printing.el: Don't call pr-update-menus; user must do that.
566
567 * emacs-lisp/debug.el (debugger-window): New variable.
568 (debug): Use debugger-window if it is set and still alive.
569 Record debugger-window for next entry.
c7b96d76 570
ce6e10af
RS
571 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
572
c7b96d76 5732005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
ce6e10af
RS
574
575 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
576 (hack-one-local-variable, hack-local-variables)
577 (hack-local-variables-prop-line): Pass that arg.
578
9c7f6bb3
KS
5792005-06-06 Kim F. Storm <storm@cua.dk>
580
581 * ido.el (ido-first-match, ido-only-match, ido-subdir)
582 (ido-indicator): Remove -face suffix from face names.
583
c476bcb0
JL
5842005-06-06 Juri Linkov <juri@jurta.org>
585
586 * font-lock.el (font-lock-regexp-backslash)
587 (font-lock-regexp-backslash-construct): New faces.
588 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
589 after `('. Add `while-no-input' to control structures.
590
591 * faces.el (no-break-space, shadow): New faces.
592 (escape-glyph): Use less loud colors pink2 and red4.
593
594 * diff-mode.el (diff-context-face)
595 * dired.el (dired-ignored)
596 * rfn-eshadow.el (file-name-shadow)
597 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
598
599 * info.el (Info-title-1-face): Use green instead of yellow because
600 bold yellow is not readable on light backgrounds.
601
602 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
603 before selecting the desired mode to not spend time fontifying
604 old contents.
605
f7f17975
JB
6062005-06-06 Juanma Barranquero <lekktu@gmail.com>
607
b3c70578
JB
608 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
609 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
610
01f438b9
JB
611 * ps-print.el (ps-default-fg, ps-default-bg):
612 Fix typos in docstrings.
613
f7f17975
JB
614 * isearchb.el (isearchb): Don't pass a spurious second argument to
615 `iswitchb-completions'.
616
c1205dad
NR
6172005-06-05 Nick Roberts <nickrob@snap.net.nz>
618
619 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
620 to preserve point.
621 (gdb-find-file-hook): Add doc string.
622
623 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
eb78dfb8 624 C dereferenced pointer expression.
32759db5 625 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
c1205dad
NR
626
627 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
628
eb78dfb8
JB
629 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
630 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
631 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
632 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
633 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
c1205dad
NR
634 Make background transparent.
635
bfe5418b
LT
6362005-06-04 Luc Teirlinck <teirllm@auburn.edu>
637
638 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
639 (font-lock-remove-keywords): Doc fix.
640 (font-lock-mode-major-mode): Compiler defvar.
641 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
642
643 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
644 (font-lock-mode): Update `font-lock-mode-major-mode'.
645 (font-lock-set-defaults): Compiler defvar.
646 (font-lock-default-function): Take `font-lock-mode-major-mode'
647 into account.
648
649 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
650 keep track of which major mode it enabled the minor mode for.
651 Use find-file-hook again. Update docstring.
652
653 * simple.el (eval-expression-print-level)
654 (eval-expression-print-length, eval-expression-debug-on-error):
655 Doc fixes.
656
91018229
EZ
6572005-06-04 Matt Hodges <MPHodges@member.fsf.org>
658
b6f0a397
EZ
659 * iswitchb.el (iswitchb-single-match-face)
660 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
661 (iswitchb-invalid-regexp-face): New faces.
662 (iswitchb-completions): Use them.
ed975fa6 663 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
b6f0a397
EZ
664 now marked as an obsolete alias.
665 (iswitchb-read-buffer): Remove check for bound font variables.
666 (iswitchb-invalid-regexp): New free variable.
667 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
668 set iswitchb-invalid-regexp.
669 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
670 invalid regexps.
671 (iswitchb-completions): Add check for complete match when entering
672 a regexp.
673 (iswitchb-completions): Remove require-match argument.
bfe5418b 674 (iswitchb-exhibit): Fix caller.
b6f0a397
EZ
675 (iswitchb-common-match-inserted): New variable.
676 (iswitchb-complete, iswitchb-completion-help): Use it.
91018229 677
94d4bafb
EZ
6782005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
679
680 * url-http.el (url-http-chunked-encoding-after-change-function):
681 Use `url-http-debug' instead of `message'.
682
86b21ac3
EZ
6832005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
684
685 * url-http.el (url-http-parse-headers): Pass redirected URL as a
686 callback argument.
687
61e40b6d
KS
6882005-06-04 Kim F. Storm <storm@cua.dk>
689
555228aa
KS
690 * simple.el (line-move): Only call sit-for when moving backwards.
691
61e40b6d
KS
692 * ido.el (ido-make-merged-file-list-1): New defun split from
693 ido-make-merged-file-list.
694 (ido-make-merged-file-list): Bind throw-on-input around call to
695 ido-make-merged-file-list-1. Return input-pending-p if
696 interrupted by more input available.
697 (ido-read-internal): Handle input-pending-p return value from
698 ido-make-merged-file-list.
699
10b234c0
SM
7002005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
701
fab31ec3
SM
702 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
703 compatibility code.
704
10b234c0
SM
705 * international/latexenc.el (latexenc-find-file-coding-system):
706 Don't inherit the EOL part of the coding-system from the
707 tex-main buffer. Fit within 80 columns.
708
76668788
NR
7092005-06-03 Matt Hodges <MPHodges@member.fsf.org>
710
711 * tmm.el (tmm-inactive-face): New face.
712 (tmm-remove-inactive-mouse-face): New function.
713 (tmm-prompt, tmm-add-one-shortcut)
714 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
715 but not selectable.
716
6312e5f7
JB
7172005-06-03 Juanma Barranquero <lekktu@gmail.com>
718
719 * faces.el (face-equal): Improve argument/docstring consistency.
720
30edba6e
DP
7212005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
722
723 * progmodes/make-mode.el (makefile-targets-face)
724 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
725 (makefile-bsdmake-dependency-regex)
726 (makefile-makepp-rule-action-regex)
727 (makefile-bsdmake-rule-action-regex): New constants.
728 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
729
730 * progmodes/compile.el (compilation-error-regexp-alist-alist):
731 Allow (...) within `...' for makepp messages.
732
899a431b 7332005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
30edba6e 734
85268d70 735 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
30edba6e 736
85268d70
JB
737 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
738 "." files are deleted from all file lists before comparison.
30edba6e 739
85268d70
JB
740 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
741 (viper-ESC-key): Made them customizable.
30edba6e 742
10b234c0 743 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
30edba6e 744
bfadb7ec
LT
7452005-06-01 Luc Teirlinck <teirllm@auburn.edu>
746
747 * autorevert.el (auto-revert-buffers): Use save-match-data.
748
6cb9fac3
SM
7492005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
750
751 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
752 menu items with a nil command binding.
753
011131fd
JB
7542005-06-01 Juanma Barranquero <lekktu@gmail.com>
755
358e4d6d
JB
756 * emacs-lisp/cl-macs.el (defsetf):
757 Improve argument/docstring consistency.
758
011131fd
JB
759 * faces.el (list-faces-display): Improve the formatting by
760 computing the maximum length required for any face-name (reworked
761 patch of 1999-01-11, accidentally deleted on 1999-07-21).
762 (internal-find-face): Remove redundant info in docstring.
763
7653a3dc
NR
7642005-06-01 Nick Roberts <nickrob@snap.net.nz>
765
766 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
767 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
768 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
769 (gdb-assembler-custom): Improve regexps.
ed975fa6 770 (def-gdb-auto-update-handler): Use window point to preserve point.
7653a3dc 771
9ccee7d0
SM
7722005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
773
774 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
775
ad83e1f4
JB
7762005-05-31 Jay Belanger <belanger@truman.edu>
777
778 * calc/calc-embed.el (calc-embedded-word): Change argument passed
779 to calc-embedded.
780 (calc-embedded-make-info): Have plain prefix argument select
781 entire line.
782
2cd16d74
JB
7832005-05-31 Juanma Barranquero <lekktu@gmail.com>
784
d0213ee1
JB
785 * faces.el (list-faces-display): Signal error if passed a regexp
786 that matches no face name.
787
2cd16d74
JB
788 * simple.el (filter-buffer-substring): Fix typo in docstring.
789
f35aff82
RS
7902005-05-31 Richard M. Stallman <rms@gnu.org>
791
9ccee7d0 792 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
f35aff82
RS
793 (vhdl-emacs-21): Doc fix.
794 (vhdl-mode): Unconditionally set comment-padding.
795 (vhdl-fixup-whitespace-region): Insert spaces only where
796 there are none.
797 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
798
c7a4ce37
JW
7992005-05-30 John Wiegley <johnw@newartisans.com>
800
881b07f9
JB
801 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
802 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
803 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
c7a4ce37
JW
804 `directory-sep-char' to ?/, and all uses of `string-to-int' to
805 `string-to-number'.
806
e39f3cfe
JB
8072005-05-30 Jay Belanger <belanger@truman.edu>
808
809 * calc/calc.el (calc-bug-address): Fix docstring.
810 (calc-window-hook, calc-trail-window-hook): New variables.
811 (calc-trail-display): Restore use of calc-trail-window-hook.
812 (calc): Restore use of calc-window-hook.
813
6dfa731f
MY
8142005-05-31 Masatake YAMATO <jet@gyve.org>
815
3c1ebc5a 816 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
6dfa731f 817
3c1ebc5a 818 * help-fns.el (help-C-file-name): Add autoload mark for
6dfa731f
MY
819 `find-function-noselect'.
820
3c1ebc5a
SM
8212005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
822
823 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
824 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
825
3f72dc73
GM
8262005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
827
828 * calendar/diary-lib.el (mark-included-diary-files): Only kill
829 included diary buffer if it was not already being visited.
830 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
831
832 * calendar/icalendar.el (top-level): Do not require 'appt.
833
834 * mail/supercite.el (sc-select-attribution): Only use a list
835 element from sc-attrib-selection-list if it returns a string.
836 Reported by Davide G. M. Salvetti <salve@debian.org>.
837
0df06447
JB
8382005-05-30 Juanma Barranquero <lekktu@gmail.com>
839
840 * thumbs.el (thumbs-thumbname): The resulting thubname now
841 includes a hash value to improve its uniqueness, and has a ".jpg"
842 extension. Also, it is now a valid filename on all systems.
843 (thumbs-make-thumb): Use `let', not `let*'.
844 (thumbs-show-thumbs-list): Check for JPEG availability.
845
b8caac06
RS
8462005-05-30 Richard M. Stallman <rms@gnu.org>
847
848 * filesets.el (filesets-menu-ensure-use-cached):
849 Prevent warning when emacs-version>= is undefined.
850
851 * printing.el (pr-interactive-n-up): Use string-to-number.
852
853 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
854
855 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
856 Warn only when name to be defined is quoted.
857
4809e59f
NR
8582005-05-30 Nick Roberts <nickrob@snap.net.nz>
859
860 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
861 Make regexp more robust.
0df06447 862 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
4809e59f
NR
863 Force regeneration of disassembly.
864
2a1669a2
JB
8652005-05-29 Jay Belanger <belanger@truman.edu>
866
867 * calc/calc.el (calc-user-invocation): Check if
868 calc-invocation-macro is non-nil.
869
5f43c63c
JL
8702005-05-29 Juri Linkov <juri@jurta.org>
871
872 * add-log.el (change-log-font-lock-keywords):
873 Add `+' to e-mail regexp to accept mail address with keywords.
874
875 * man.el (Man-name-regexp): Add `:' to accept qualified names.
876
7fa9f4eb
LT
8772005-05-29 Luc Teirlinck <teirllm@auburn.edu>
878
879 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
880
881 * ielm.el (inferior-emacs-lisp-mode): Ditto.
882
cad2b414
RS
8832005-05-29 Richard M. Stallman <rms@gnu.org>
884
885 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
886 Undo the change that moves to end of the current word.
887
8c6fb9d0
NR
8882005-05-29 Nick Roberts <nickrob@snap.net.nz>
889
890 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
891 Throw error when count <= 0 to ensure input is a number.
892 (gdb-read-memory-custom): Pick up address from buffer.
893 (gdb-memory-mode): Allow user to increment and decrement
894 memory address from header line.
895
c16b1394
RS
8962005-05-29 Richard M. Stallman <rms@gnu.org>
897
a8c453e6
RS
898 * flyspell.el (flyspell-version): Function deleted.
899 (flyspell-auto-correct-previous-hook): Doc fix.
7fa9f4eb 900
c16b1394
RS
901 * jit-lock.el (jit-lock-function, jit-lock-after-change):
902 Do nothing if memory is full.
903
904 * font-lock.el (font-lock-fontify-syntactically-region):
905 Pass t for GREEDY to looking-back.
906
907 * saveplace.el (save-place-alist-to-file): Write the file
908 using write-region.
909
910 * subr.el (looking-back): New argument GREEDY.
911
912 * progmodes/compile.el (compilation-start): Set the mode
913 before inserting the initial text.
914
915 * progmodes/which-func.el (which-func-update-1): Turn the mode
916 off in case of error by setting which-func-mode.
7fa9f4eb 917
52eb0373 9182005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
c16b1394 919
cad2b414 920 * flyspell.el (flyspell-auto-correct-previous-word):
7fa9f4eb 921 Narrow down to what's on the screen, and recenter overlays
cad2b414 922 at the end of the next word.
7fa9f4eb 923
52eb0373 9242005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7fa9f4eb 925
a8c453e6 926 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
0df06447 927 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
a8c453e6
RS
928 (flyspell-abbrev-p): Default to nil.
929 (flyspell-use-global-abbrev-table-p): Doc fix.
930 (flyspell-large-region): Allow nil as value.
931 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
932
933 (mail-mode-flyspell-verify): More robust handling
934 of `mail-header-separator'. More efficient signature detection.
935 Allow for regexp metacharacters in message-header-separator.
85be564d 936 Adding `To' not to be checked in mail-mode-flyspell-verify.
a8c453e6
RS
937
938 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
939 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
940 Bind flyspell-auto-correct-binding.
941 Bind C-. and C-, .
942 (flyspell-mode-map): Likewise.
943 (flyspell-mode): Doc fix.
944 (flyspell-accept-buffer-local-defs): Preserve current buffer.
945 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
946 (flyspell-word-cache-result): New var, always local.
947 (flyspell-check-pre-word-p): Doc fix.
948 (flyspell-check-changed-word-p): Handle spc like newline.
949 (flyspell-post-command-hook): Set flyspell-word-cache-result.
950 (flyspell-word-search-backward, flyspell-word-search-forward):
951 New functions.
952 (flyspell-word): Return t if nothing to check.
953 When parsing TeX code, check for after } or \.
954 Use flyspell-word-search-backward to find previous word.
955 Return nil if duplicated word.
956 For word already checked, return same value as last time.
957 Set flyspell-word-cache-result after checking.
958 Don't clobber the return value.
959 (flyspell-get-word): Major rewrite.
960 (flyspell-external-point-words): New locals pword, pcount.
961 Fix size used in progress message.
962 Find the proper corresponding word in flyspell-large-region-buffer.
963 (flyspell-region): Check for flyspell-large-region = nil.
964 (flyspell-highlight-incorrect-region): Clean up overlays in region.
965 (flyspell-auto-correct-word): Check that WORD is a cons.
966 (flyspell-correct-word): Likewise.
a8c453e6 967
adde7693
DP
9682005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
969
970 * progmodes/make-mode.el (makefile-rule-action-regex)
d85d15c8
DP
971 (makefile-macroassign-regex, makefile-makepp-mode)
972 (makefile-bsdmake-mode): Continuation lines may be empty.
adde7693
DP
973 Reported by Joshua Varner.
974 (makefile-makepp-font-lock-keywords): Add $(stem).
975
b5352ff5
KB
9762005-05-28 Karl Berry <karl@gnu.org>
977
0df06447 978 * textmodes/tex-mode.el: Now that tex-send-command calls
b5352ff5
KB
979 shell-quote-argument (2005-03-31 change), remove all calls to
980 shell-quote-argument; they all end up invoking tex-send-command.
981 The double quoting loses on filenames with non-safe characters,
982 such as "@". Reported by Frederik Fouvry.
983
3daabddd
NR
9842005-05-29 Nick Roberts <nickrob@snap.net.nz>
985
986 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
987 about preserving point.
988
1565a620
JB
9892005-05-27 Jay Belanger <belanger@truman.edu>
990
991 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
992 Info-goto-node.
993
05294d63
JB
994 * calc/calc-embed.el (calc-embed-arg): New variable.
995 (calc-do-embedded-activate, calc-embedded-activate-formula)
996 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
997 variable by new variable.
998 (calc-embedded-make-info): Replace undeclared variable by new
999 variable. When selecting region with positive prefix
1000 argument, use end of previous line instead of beginning of line.
1001
1002 * calc/calc-aent.el (calc-arg-values): Declare it.
1003
1004 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1005 Declare them.
1006
1007 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1008
1009 * calc/calc.el (calc-alg-map): Declare it.
1010
1011 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1012
f8916156
NR
10132005-05-28 Nick Roberts <nickrob@snap.net.nz>
1014
1015 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1016 (gdb-registers-buffer, toggle-gdb-all-registers):
1017 Toggle display of floating point registers.
1018 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1019
0df06447 1020 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
f8916156
NR
1021 (toggle-gud-tooltip-dereference):
1022 Rename from gud-toggle-tooltip-dereference.
1023
83040cb0
SM
10242005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1025
1026 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1027
63971eab
JB
10282005-05-27 Jay Belanger <belanger@truman.edu>
1029
1030 * calc/calc-prog.el (calc-kbd-report): Remove.
1031 (calc-kbd-query): Rewrite.
1032
d5e1a786
JB
10332005-05-27 Juanma Barranquero <lekktu@gmail.com>
1034
83040cb0 1035 * image.el (image-library-alist): Move to image.c.
d5e1a786
JB
1036 (image-type-available-p): Doc fix.
1037
6c5a38fa
LK
10382005-05-27 Lute Kamstra <lute@gnu.org>
1039
18a8c773 1040 * calc/calc.el (calc):
1f2503a5 1041 * outline.el (outline-1, outline-2, outline-3, outline-4)
18a8c773
LK
1042 (outline-5, outline-6, outline-7, outline-8):
1043 * textmodes/dns-mode.el (dns-mode):
1044 * textmodes/sgml-mode.el (sgml-namespace-face):
1045 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3ec0e903 1046 (tex-verbatim-face, tex-use-reftex):
83040cb0
SM
1047 * textmodes/texinfo.el (texinfo-heading-face):
1048 Specify customization group.
1f2503a5 1049
6c5a38fa
LK
1050 * longlines.el: Don't require easy-mmode.
1051 (longlines-visible-face): Specify customization group.
1052
7cf49add
KH
10532005-05-27 Kenichi Handa <handa@m17n.org>
1054
1055 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1056 encoding table of windows-1251.
1057
83040cb0
SM
1058 * international/ucs-tables.el (ucs-set-table-for-input):
1059 If translation-table-for-input of a coding system is a symbol, get
7cf49add
KH
1060 its translation-table property.
1061
1062 * international/code-pages.el: Don't register a coding system into
1063 non-iso-charset-alist more than once.
1064 (cp-make-coding-system): Likewise.
1f2503a5 1065
9c041409
JW
10662005-05-26 John Wiegley <johnw@newartisans.com>
1067
6b6f91b3
JW
1068 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1069 `eshell-resume-eval' is wrapped in a list, it indicates that the
1070 command was run asynchronously. In that case, unwrap the value
1071 before checking the delimiter value.
1072
9c041409 1073 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
83040cb0
SM
1074 character before a space at the end of a line is \, assume the space
1075 is part of the last argument rather than a final argument separator.
9c041409 1076
83040cb0
SM
1077 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1078 is in use, and the target is `t' or `nil' (which are the most common
1079 values), don't assume that the symbol target is a buffer.
9c041409 1080
ddfbe5db
LT
10812005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1082
1083 * calendar/calendar.el (calendar-mode-line-format):
1084 Use mode-line-highlight as mouse-face.
1085
1086 * time.el (display-time-string-forms, display-time-update):
1087 Use mode-line-highlight as mouse-face.
1088
04e9c13c
JB
10892005-05-26 Jay Belanger <belanger@truman.edu>
1090
1091 * calc/calc.el (calc-language-alist): Remove extra defvar.
1092
6441d280
LK
10932005-05-26 Lute Kamstra <lute@gnu.org>
1094
1095 * arc-mode.el (archive-mode):
1096 * bookmark.el (bookmark-read-annotation-mode)
1097 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1098 * bs.el (bs-mode):
1099 * calc/calc-yank.el (calc-edit-mode):
1100 * calc/calc.el (calc-mode, calc-trail-mode):
1101 * calculator.el (calculator-mode):
1102 * chistory.el (command-history-mode):
1103 * comint.el:
1104 * cus-edit.el (custom-mode):
1105 * descr-text.el (describe-text-mode):
1106 * ebuff-menu.el (Electric-buffer-menu-mode):
1107 * ediff-util.el (ediff-mode):
4b66bdf0
LK
1108 * emacs-lisp/re-builder.el (reb-mode):
1109 * emulation/vi.el (vi-mode-setup):
1110 * emulation/ws-mode.el (wordstar-mode):
1111 * eshell/esh-mode.el (eshell-mode):
6441d280
LK
1112 * forms.el (forms-mode):
1113 * help-mode.el (help-mode):
1114 * hexl.el (hexl-mode):
1115 * ibuffer.el (ibuffer-mode):
1116 * ielm.el (inferior-emacs-lisp-mode):
1117 * info.el (Info-mode, Info-edit-mode):
4b66bdf0 1118 * international/swedish.el:
6441d280
LK
1119 * ledit.el (ledit-from-lisp-mode):
1120 * locate.el (locate-mode):
4b66bdf0
LK
1121 * mail/rmail.el (rmail-mode):
1122 * mail/rmailedit.el (rmail-edit-mode):
1123 * mail/rmailsum.el (rmail-summary-mode):
1124 * mail/supercite.el (sc-electric-mode):
1125 * net/eudc.el (eudc-mode):
1126 * net/quickurl.el (quickurl-list-mode):
1127 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1128 * obsolete/ooutline.el (outline-mode):
1129 * obsolete/options.el (Edit-options-mode):
1130 * obsolete/rnews.el (news-mode):
1131 * obsolete/rnewspost.el (news-reply-mode):
1132 * play/5x5.el (5x5-mode):
1133 * play/decipher.el (decipher-mode, decipher-stats-mode):
1134 * play/gomoku.el (gomoku-mode):
1135 * play/snake.el (snake-mode):
1136 * play/solitaire.el (solitaire-mode):
1137 * play/tetris.el (tetris-mode):
681c6a37
LK
1138 * progmodes/ada-mode.el (ada-mode):
1139 * progmodes/antlr-mode.el (antlr-mode):
1140 * progmodes/autoconf.el (autoconf-mode):
1141 * progmodes/dcl-mode.el (dcl-mode):
1142 * progmodes/delphi.el (delphi-mode):
9a969196
LK
1143 * progmodes/ebrowse.el (ebrowse-tree-mode)
1144 (ebrowse-electric-list-mode, ebrowse-member-mode)
681c6a37
LK
1145 (ebrowse-electric-position-mode):
1146 * progmodes/f90.el (f90-mode):
1147 * progmodes/fortran.el (fortran-mode):
1148 * progmodes/icon.el (icon-mode):
1149 * progmodes/idlw-help.el (idlwave-help-mode):
1150 * progmodes/idlw-shell.el (idlwave-shell-mode):
1151 * progmodes/idlwave.el (idlwave-mode):
1152 * progmodes/inf-lisp.el (inferior-lisp-mode):
1153 * progmodes/m4-mode.el (m4-mode):
1154 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1155 * progmodes/modula2.el (modula-2-mode):
1156 * progmodes/octave-inf.el (inferior-octave-mode):
1157 * progmodes/octave-mod.el (octave-mode):
1158 * progmodes/pascal.el (pascal-mode):
1159 * progmodes/sh-script.el (sh-mode):
1160 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1161 * progmodes/vhdl-mode.el (vhdl-mode):
1162 * progmodes/xscheme.el (scheme-interaction-mode):
6441d280
LK
1163 * replace.el (occur-mode):
1164 * ses.el (ses-mode):
1165 * simple.el (completion-list-mode):
1166 * skeleton.el:
1167 * speedbar.el (speedbar-mode):
48985adc 1168 * term.el (term-mode):
6441d280 1169 * terminal.el (terminal-edit-mode):
681c6a37
LK
1170 * textmodes/reftex-index.el (reftex-index-mode)
1171 (reftex-index-phrases-mode):
1172 * textmodes/reftex-sel.el (reftex-select-label-mode)
1173 (reftex-select-bib-mode):
1174 * textmodes/reftex-toc.el (reftex-toc-mode):
6441d280 1175 * wdired.el (wdired-change-to-wdired-mode):
48985adc
KS
1176 * wid-browse.el (widget-browse-mode):
1177 Use run-mode-hooks.
6441d280
LK
1178
1179 * array.el (array-mode):
4b66bdf0
LK
1180 * calendar/todo-mode.el (todo-mode):
1181 * man.el (Man-mode):
1182 * play/landmark.el (lm-mode):
48985adc
KS
1183 * play/mpuz.el (mpuz-mode):
1184 Use kill-all-local-variables and run-mode-hooks.
6441d280
LK
1185
1186 * subr.el (delay-mode-hooks): Specify indentation.
1187
4b66bdf0
LK
11882005-05-26 Mark A. Hershberger <mah@everybody.org>
1189
83040cb0 1190 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
4b66bdf0 1191
3e00c50e
JB
11922005-05-26 Jay Belanger <belanger@truman.edu>
1193
1194 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1195 of nil.
1196
8da4dd76
NR
11972005-05-27 Nick Roberts <nickrob@snap.net.nz>
1198
1199 * progmodes/gdb-ui.el (gdb-frame-address):
1200 Rename from gdb-current-address.
1201 (gdb-previous-frame-address): Rename from gdb-previous-address.
1202 (gdb-selected-frame): Rename from gdb-current-frame.
1203 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1204 (gdb-frame-number): Rename from gdb-current-stack-level.
1205 (gdb-ann3): Match new mode-name for disassembly buffer.
1206 Extend initialisation of variables.
1207 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1208 (gdb-memory-mode): Use mouse-face in header line.
1209 (gdb-assembler-buffer-name): Call it disassembly and give frame
1210 in mode line.
1211 (gdb-source-spec-regexp, gdb-assembler-custom)
1212 (gdb-invalidate-assembler, gdb-frame-handler):
1213 Make robust to leading zeroes in address format.
1214
8ba93b1c
CD
12152005-05-26 Carsten Dominik <dominik@science.uva.nl>
1216
d5e1a786 1217 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8ba93b1c
CD
1218 define `org-mode'.
1219 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1220
83040cb0 12212005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
04c71a26
NR
1222
1223 * log-edit.el (log-edit-changelog-entries): Distinguish between
1224 filenames like xfns.c and fns.c.
04c71a26 1225
dd53d2c8
LT
12262005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1227
1228 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1229 point after reverting.
1230 (Buffer-menu-make-sort-button): Handle the case where
1231 `Buffer-menu-use-header-line' is nil.
1232
214dd398
TTN
12332005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1234
1235 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1236 New funcs. In minibuffer-local-completion-map bind `]', `/'
1237 and `:' to them.
1238
b6666b5f
SM
12392005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1240
1241 * startup.el (normal-top-level): Allow modification of load-path while
1242 we're iterating over it.
1243
f75049fc
JB
12442005-05-25 Juanma Barranquero <lekktu@gmail.com>
1245
1246 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1247 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1248 (thumbs-resize-interactive, thumbs-insert-image)
1249 (thumbs-insert-thumb, thumbs-dired-show-marked)
1250 (thumbs-find-image-at-point, thumbs-delete-images)
1251 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1252 (thumbs-increment-image-size, thumbs-decrement-image-size):
1253 Fix typos in docstrings.
1254
ccc90048
AS
12552005-05-24 Andre Spiegel <spiegel@gnu.org>
1256
83040cb0 1257 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
ccc90048
AS
1258 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1259 (cperl-mode): Use them.
1260
18fde850
JB
12612005-05-24 Juanma Barranquero <lekktu@gmail.com>
1262
1263 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1264 Doc fixes.
1265
86041bae
NR
12662005-05-24 Nick Roberts <nickrob@snap.net.nz>
1267
b6666b5f 1268 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
04c71a26 1269 Bind C-d to gdb-inferior-io-eof.
86041bae
NR
1270
1271 * dired.el (dired-dnd-popup-notice): Use message-box.
1272
359e4563
MY
12732005-05-23 Masatake YAMATO <jet@gyve.org>
1274
b6666b5f
SM
1275 * bindings.el (mode-line-major-mode-keymap):
1276 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
359e4563
MY
1277
1278 * faces.el (mode-line-highlight): New face.
1279
1280 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1281 as mouse-face.
1282
1283 * bindings.el (top-level, help-echo, mode-line-modified)
1284 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1285 as mouse-face.
1286
28fdc86a
JB
12872005-05-23 Juanma Barranquero <lekktu@gmail.com>
1288
a4632380
JB
1289 * progmodes/cc-engine.el (c-guess-basic-syntax):
1290 Remove spurious call to `zerop'.
1291
28fdc86a
JB
1292 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1293
7c09345f
MS
12942005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1295
1296 CC Mode update to 5.30.10:
1297
83040cb0 1298 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
7c09345f
MS
1299 could go past the limit in decoration level 2, thereby causing
1300 errors during interactive fontification.
1301
83040cb0 1302 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
7c09345f
MS
1303 the file is evaluated interactively.
1304
1305 * cc-engine.el (c-guess-basic-syntax): Handle operator
1306 declarations somewhat better in C++.
1307
1308 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1309 make use of `run-mode-hooks' which has been added in Emacs 21.1.
28fdc86a
JB
1310 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1311 (awk-mode): Use it.
7c09345f
MS
1312 (make-local-hook): Suppress warning about obsoleteness.
1313
1314 * cc-engine.el, cc-align.el, cc-cmds.el
28fdc86a
JB
1315 (c-append-backslashes-forward, c-delete-backslashes-forward)
1316 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
7c09345f
MS
1317 Compensate for return value from `forward-line' when it has moved
1318 but not to a different line due to eob.
1319
83040cb0 1320 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
7c09345f
MS
1321 `objc-method-intro' and `objc-method-args-cont'.
1322
13232005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1324
1325 CC Mode update to 5.30.10:
1326
1327 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1328 in the copyright statement. Incidentally, change "along with GNU
1329 Emacs" to "along with this program" where it occurs.
1330
1331 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1332 so that it is interactive, hence can be found by M-x awk-mode
1333 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1334 <gmorris+emacs@ast.cam.ac.uk>.
1335
1336 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1337 Mode's regexps.
1338
28fdc86a 13392005-05-23 Kevin Ryde <user42@zip.com.au>
7c09345f
MS
1340
1341 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1342 c-parse-state, to avoid a lisp error (on bad code).
1343
f1e9abb9
LK
13442005-05-23 Lute Kamstra <lute@gnu.org>
1345
1346 * subr.el (font-lock-defaults): Remove defvar as it's already
1347 defined in font-core.el.
1348
83040cb0 1349 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
f1e9abb9 1350
28fdc86a
JB
13512005-05-23 Nick Roberts <nickrob@snap.net.nz>
1352
1353 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1354 more general and work when GDB variable "print pretty" is on,
1355 as with Emacs, for example.
1356
21178fee
LT
13572005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1358
1359 * font-core.el: Update comment.
1360
83040cb0
SM
1361 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1362 Use `after-change-major-mode-hook' instead of `find-file-hook'.
21178fee
LT
1363
1364 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1365
a0e8eaa3
EZ
13662005-05-22 Eli Zaretskii <eliz@gnu.org>
1367
1368 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1369 and `yank-handler' in the doc strings.
1370
6cd0254f
SM
13712005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1372
1373 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1374
724e07b9
RS
13752005-05-22 Richard M. Stallman <rms@gnu.org>
1376
1b12fa9d
RS
1377 * help.el (describe-key): Move print-help-return-message call
1378 out of conditional.
1379
724e07b9
RS
1380 * progmodes/etags.el (list-tags): Use with-no-warnings.
1381
1382 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1383 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1384 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1385
1386 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1387
1388 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1389 Add defvar.
1390
1391 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1392 Use defvar, not defconst.
1393
1394 * hexl.el (hexl-follow-line): Use with-no-warnings.
1395
1396 * emulation/tpu-extras.el: Use write-file-functions instead of
1397 write-file-hooks.
1398
1399 * dired.el (dired-font-lock-keywords): Fontify files with junk
1400 extensions even if marked by -F.
1401
2641cc63
JB
14022005-05-22 Juanma Barranquero <lekktu@gmail.com>
1403
3187ba1c
JB
1404 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1405 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1406 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1407 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1408 (concatenate, list-length, get*, getf, cl-remprop):
1409 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1410 (etypecase, progv, lexical-let, lexical-let*)
1411 (multiple-value-bind, multiple-value-setq, shiftf):
1412 Improve argument/docstring consistency.
1413
2641cc63
JB
1414 * subr.el (focus-frame, unfocus-frame):
1415 Revert deletion on 2005-05-01.
1416
a41c216f
AS
14172005-05-22 Andre Spiegel <spiegel@gnu.org>
1418
1419 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1420 doesn't exist.
1421
83040cb0
SM
1422 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1423 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3187ba1c 1424
fdd55b6a
NR
14252005-05-22 Nick Roberts <nickrob@snap.net.nz>
1426
1427 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1428 already deleted variables: auto-fill-hook, blink-paren-hook,
52eb0373 1429 lisp-indent-hook, inhibit-local-variables, unread-command-event,
fdd55b6a
NR
1430 suspend-hooks, comment-indent-hook, meta-flag,
1431 before-change-function, after-change-function,
1432 font-lock-doc-string-face.
1433
71f800cf
LT
14342005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1435
1436 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1437
bb4afd09
EZ
14382005-05-21 Eli Zaretskii <eliz@gnu.org>
1439
1440 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1441 rmail-dont-reply-to.
1442
a2c9aee6
EZ
14432005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1444
1445 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1446 literal blank when splitting new-header-values.
1447
6e50f7e0
EZ
14482005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1449
1450 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1451 string so that tmm doesn't create a completion entry for it.
1452
1453 * textmodes/table.el (table-disable-menu): Ditto.
1454
a527b753
RS
14552005-05-21 Richard M. Stallman <rms@gnu.org>
1456
1457 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1458
1459 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1460
1461 * net/rcompile.el (remote-compile): Use compilation-start.
1462
1463 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1464
774cd454
DP
14652005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1466
1467 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1468 Default to makefile-bsdmake-mode on BSD systems.
1469
1470 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1471 REGEXP may also be a search function now. The part of doc-string
1472 for describing the structure was 95% identical to that of
1473 `imenu--generic-function'. Unify it there.
1474
6cd0254f
SM
1475 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1476 Use function to find dependencies, because regexp alone is so complex,
774cd454
DP
1477 it easily goes into an endless loop.
1478 (makefile-makepp-mode): Also add submenu for Perl functions
1479 defined in the makefile.
1480 (makefile-bsdmake-mode): Special imenu-generic-expression no
1481 longer needed, due to function call.
1482 (makefile-match-dependency): Take BOUND into account when checking
1483 if we're through.
1484
ed8060d9
JB
14852005-05-20 Jay Belanger <belanger@truman.edu>
1486
1487 * calc/calc-units.el (calc-invalidate-units-table):
1488 Use inhibit-read-only.
1489 (math-build-units-table-buffer): Use view-mode.
1490
8292be61
DK
14912005-05-20 David Kastrup <dak@gnu.org>
1492
1493 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1494 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1495
0a418fa1
JB
14962005-05-20 Lute Kamstra <lute@gnu.org>
1497
1498 * diff-mode.el (diff-header-face, diff-file-header-face)
1499 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1500 (diff-added-face, diff-changed-face, diff-function-face)
1501 (diff-context-face, diff-nonexistent-face): Put them in the
1502 diff-mode customization group.
1503
15042005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1505
1506 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1507
1508 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1509
1510 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1511 Minor regexp-optimization.
1512
24e9a727
CD
15132005-05-20 Carsten Dominik <dominik@science.uva.nl>
1514
1515 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1516 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1517 (org-agenda-add-time-grid-maybe): New function.
1518 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1519 (org-table-create): `dotimes' instead of `mapcar'.
44a91a68 1520 (org-xor): Simplify implementation.
24e9a727
CD
1521 (org-agenda): `inhibit-redisplay' turned on.
1522 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1523 a consistent line after a state change.
1524 (org-agenda-remove-times-when-in-prefix): New option.
1525 (org-prefix-has-time): New variable.
1526 (org-parse-time-string): Optional argument NODEFAULT.
1527 (org-format-agenda-item): Parse items for time-of-day
1528 specifications and move these into the prefix if possible.
1529 (org-agenda-priority): Get current heading, not previous heading
1530 during agenda remote editing.
1531
a18ff988
JB
15322005-05-20 Juanma Barranquero <lekktu@gmail.com>
1533
47bc4b3f
JB
1534 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1535 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1536 (remove-duplicates, delete-duplicates, substitute)
1537 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1538 (nsubstitute-if-not, find, find-if, find-if-not, position)
1539 (position-if, position-if-not, count, count-if, count-if-not)
1540 (mismatch, search, sort*, stable-sort, merge, member*)
1541 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1542 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1543 (intersection, nintersection, set-difference, nset-difference)
1544 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1545 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1546 (nsublis, tree-equal): Improve argument/docstring consistency.
1547
1548 * subr.el (send-string, send-region):
1549 Remove obsolescence declaration.
a18ff988
JB
1550 (window-dot, set-window-dot, read-input, show-buffer)
1551 (eval-current-buffer, string-to-int):
1552 Add release number to obsolescence declarations.
1553
f4056bf7
KS
15542005-05-19 Kim F. Storm <storm@cua.dk>
1555
1556 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1557 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1558
35a0a8aa
NR
15592005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1560
1561 * faces.el (list-faces-display): Make back button respect optional
1562 regexp arg.
1563
bfd187c8
JB
15642005-05-19 Juanma Barranquero <lekktu@gmail.com>
1565
1566 * calculator.el (calculator-radix-grouping-mode)
1567 (calculator-radix-grouping-digits, calculator-displayer)
1568 (calculator-radix-grouping-separator, calculator-copy-displayer):
1569 * dabbrev.el (dabbrev-search-these-buffers-only):
1570 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1571 (diff-advance-after-apply-hunk, diff-mode-hook)
1572 (diff-minor-mode-prefix):
1573 * imenu.el (imenu-use-popup-menu):
1574 * jit-lock.el (jit-lock-context-time):
1575 * newcomment.el (comment-fill-column, comment-column)
1576 (comment-style, comment-padding, comment-multi-line)
1577 (comment-empty-lines, comment-auto-fill-only-comments):
1578 * reveal.el (reveal-around-mark):
1579 * uniquify.el (uniquify-buffer-name-style)
1580 (uniquify-after-kill-buffer-p)
1581 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1582 (uniquify-min-dir-content, uniquify-separator)
1583 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1584 * w32-vars.el (w32-fixed-font-alist):
1585 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1586 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1587 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1588 * progmodes/perl-mode.el (perl-indent-level)
1589 (perl-continued-statement-offset, perl-continued-brace-offset)
1590 (perl-brace-offset, perl-brace-imaginary-offset)
1591 (perl-label-offset, perl-indent-continued-arguments)
1592 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1593 * progmodes/tcl.el (tcl-indent-level)
1594 (tcl-continued-indent-level, tcl-auto-newline)
1595 (tcl-tab-always-indent, tcl-electric-hash-style)
1596 (tcl-help-directory-list, tcl-use-smart-word-finder)
1597 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1598 (inferior-tcl-source-command):
1599 * textmodes/fill.el (enable-kinsoku):
1600 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1601 * textmodes/table.el (table-yank-handler):
1602 Specify missing group (and type, if simple) in defcustom.
1603
620d3304
LT
16042005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1605
1606 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1607
e1c45277
RS
16082005-05-19 Richard M. Stallman <rms@gnu.org>
1609
1610 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1611
1612 * subr.el (event-basic-type): Don't get an error.
1613 (left-fringe-p): Function deleted.
1614
1615 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
a527b753 1616 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
e1c45277
RS
1617
1618 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1619 in recursive copy.
1620
1621 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1622
1623 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1624
1625 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1626 Call byte-compile-nogroup-warn if appropriate.
1627
1628 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1629 (compilation-set-window): Don't call left-fringe-p; do it directly.
620d3304 1630
de327926
JB
16312005-05-19 Jay Belanger <belanger@truman.edu>
1632
1633 * calc/calc-graph.el (calc-graph-format-data): Make sure
1634 var-PlotRejects is bound before trying to check its value.
1635
73d5f668
CD
16362005-05-19 Carsten Dominik <dominik@science.uva.nl>
1637
b6666b5f 1638 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
73d5f668
CD
1639 definition of this variable from reftex-global.el to reftex.el,
1640 because it is needed in the menu.
1641
96474944
LK
16422005-05-19 Lute Kamstra <lute@gnu.org>
1643
1644 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1645 years are fixed. Don't insert a space after a dash.
1646
8d9386a1
KS
16472005-05-19 Kim F. Storm <storm@cua.dk>
1648
1649 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1650
dfa89b5d
DP
16512005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1652
1653 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1654 strings, because (eq ... ?\\) is fairly frequent.
1655
1656 * progmodes/make-mode.el (makefile-add-this-line-targets):
1657 Simplify and integrate into `makefile-pickup-targets'.
1658 (makefile-add-this-line-macro): Simplify and integrate into
1659 `makefile-pickup-macros.
1660 (makefile-pickup-filenames-as-targets): Simplify.
b6666b5f
SM
1661 (makefile-previous-dependency, makefile-match-dependency):
1662 Don't stumble over `::'.
dfa89b5d 1663
2fcd33fe
NR
16642005-05-19 Nick Roberts <nickrob@snap.net.nz>
1665
dfa89b5d 1666 * subr.el (post-command-idle-hook, post-command-idle-delay):
24d40bc2
NR
1667 Remove obsoletion of post-command-idle-hook and
1668 post-command-idle-delay.
1669
639ec765 1670 * faces.el (list-faces-display): Provide button when describe-face
85be564d 1671 is called to take user back to the list of faces.
639ec765
NR
1672
1673 * help-fns.el (describe-variable): Remove hyperlinks in a
1674 variable's value as these are quite frequently inappropriate.
1675
b6666b5f
SM
1676 * follow.el (follow-submit-feedback, follow-mode):
1677 Remove references to post-command-idle-hook.
2fcd33fe 1678
5c8b5442
DP
16792005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1680
1681 * progmodes/make-mode.el (makefile-previous-dependency)
1682 (makefile-match-dependency): Check for := (and in bsd mode also
1683 !=) to give a better result, even when font-lock is not on.
1684
ec249c71
JB
16852005-05-18 Jay Belanger <belanger@truman.edu>
1686
44a91a68
JB
1687 * calc/calc-help.el (calc-s-prefix-help):
1688 Add `calc-copy-special-constant' to help string.
ec249c71 1689
2e5df9ac
LT
16902005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1691
1692 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1693
73b990b1
JB
16942005-05-18 Jay Belanger <belanger@truman.edu>
1695
1696 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1697 in linear factors are in proper order.
3a1e8128
CD
1698
16992005-05-18 Carsten Dominik <dominik@science.uva.nl>
1700
44a91a68
JB
1701 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1702 Support for jurabib.
3a1e8128
CD
1703
1704 * textmodes/reftex.el (featurep): Define aliases for overlay
1705 commands, for XEmacs compatibility, and use these aliases in
1706 overlay initializations.
1707 (reftex-highlight): Use `reftex-move-overlay'.
1708 (reftex-unhighlight): Use `reftex-delete-overlay'.
1709 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1710 (reftex-access-search-path): Use `reftex-uniquify' instead of
1711 `reftex-uniq'
1712
44a91a68
JB
1713 * textmodes/reftex-sel.el (reftex-select-unmark):
1714 Overlay `before-string' property modification enables for Emacs as well.
3a1e8128
CD
1715 (reftex-select-item): Use `reftex-delete-overlay'.
1716 (reftex-select-mark): Use `reftex-make-overlay' and
1717 `reftex-overlay-put'.
1718 (reftex-select-unmark): Use `reftex-delete-overlay' and
1719 `reftex-overlay-put'.
1720
7bc10886
LK
17212005-05-18 Lute Kamstra <lute@gnu.org>
1722
1723 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1724
d11ad5a7
JB
17252005-05-18 Juanma Barranquero <lekktu@gmail.com>
1726
1902b5b6
JB
1727 * add-log.el (add-change-log-entry):
1728 * array.el (array-make-template, array-reconfigure-rows)
1729 (array-init-max-row, array-init-max-column)
1730 (array-init-columns-per-line, array-init-field-width):
1731 * replace.el (replace-match-maybe-edit, perform-replace):
1732 * textmodes/spell.el (spell-region):
1733 Replace `read-input' by `read-string'.
1734
1735 * forms.el (forms-mode):
1736 * finder.el (finder-compile-keywords):
1737 * shadowfile.el (shadow-read-files):
1738 Replace `eval-current-buffer' by `eval-buffer'.
1739
1740 * terminal.el (te-pass-through):
1741 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1742 (ange-ftp-raw-send-cmd):
1743 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1744 (send-process-next-char, telnet-initial-filter, telnet):
1745 Replace `send-string' by `process-send-string'.
1746
1747 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1748 (prolog-consult-region): Replace `send-string' by
44a91a68 1749 `process-send-string'; replace `send-region' by `process-send-region'.
1902b5b6
JB
1750
1751 * progmodes/delphi.el (delphi-log-msg):
1752 Replace `set-window-dot' by `set-window-point'.
1753
d11ad5a7
JB
1754 * subr.el (window-dot, set-window-dot, read-input, send-string)
1755 (send-region, show-buffer, eval-current-buffer):
1756 Make really obsolete, as the comment says.
1757
77e2c652
KS
17582005-05-17 Kim F. Storm <storm@cua.dk>
1759
1760 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1761 (cua--init-keymaps): Bind C-return instead of S-return to set
1762 rectangle mark.
1763
1764 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1765 instead of S-return to toggle/clear rectangle mark.
1766
0b11ce59
DP
17672005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1768
1769 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8ade3c25
DP
1770 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1771 Also fontify plain strings assigned to variables, mostly so that a
1772 colon has a face and is thus not taken as a dependency separator.
0b11ce59
DP
1773 (makefile-previous-dependency): Inline the new matcher, because it
1774 is too complex to work in both directions.
1775 (makefile-match-dependency): Eliminate `backward' arg (see above).
1776 Completely reimplemented so as to not sometimes go into an endless
1777 loop. It should also be more efficient, because first it only
1778 searches for `:', instead of applying the very complex regexp.
8ade3c25 1779 (makefile-mode): Cancel `font-lock-support-mode', because blocks
44a91a68
JB
1780 to be fontified in one piece can be too long for JIT.
1781 Makefiles are never *that* big.
0b11ce59 1782
6ae53dc1
RS
17832005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1784
1785 * dired.el (dired-mode): Simplify.
1786
77777daf
LK
17872005-05-17 Lute Kamstra <lute@gnu.org>
1788
f8d0b769
LK
1789 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1790 defcustom for the mode hook variable.
1791
77777daf
LK
1792 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1793 Emacs Lisp Reference Manual.
1794
430c1c66
JB
17952005-05-17 Juanma Barranquero <lekktu@gmail.com>
1796
213233f0
JB
1797 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1798 (evenp, list*):
1799 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1800 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1801
430c1c66
JB
1802 * net/tramp-smb.el (tramp-smb-open-connection):
1803 Pass `tramp-chunksize' as fifth (required) argument.
1804
71994ae7
DP
18052005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1806
44a91a68
JB
1807 * font-lock.el (lisp-font-lock-keywords-1):
1808 Set `font-lock-negation-char-face' for [^...] char group.
71994ae7
DP
1809 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1810
1811 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1812 a var, and refine it to mask one more level of nested vars.
1813 (makefile-rule-action-regex): Turn it into a var, and refine it so
1814 it recognizes backslashed continuation lines as belonging to the
1815 same command.
1816 (makefile-macroassign-regex): Refine it so it recognizes
1817 backslashed continuation lines as belonging to the same command.
1818 (makefile-var-use-regex): Don't look at the next char, because it
1819 might be the same one to be skipped by the initial [^$], leading
1820 to an overlooked variable use.
1821 (makefile-make-font-lock-keywords): Remove two parameters, which
44a91a68
JB
1822 are now variables that some of the modes set locally.
1823 Handle dependency and rule action matching through functions, because
71994ae7 1824 regexps alone match too often. Dependency matching now comes
44a91a68 1825 last, so it can check, whether a colon already matched something else.
71994ae7
DP
1826 (makefile-mode): Inform that font-lock improves makefile parsing
1827 capabilities.
1828 (makefile-match-dependency, makefile-match-action): New functions.
1829
cc211a0f
JB
18302005-05-16 Juanma Barranquero <lekktu@gmail.com>
1831
1e866943
JB
1832 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1833
027a4b6b
JB
1834 * align.el (align-regexp):
1835 * ansi-color.el (ansi-color-get-face):
1836 * array.el (array-reconfigure-rows, array-init-max-row)
1837 (array-init-max-column, array-init-columns-per-line)
1838 (array-init-field-width):
1839 * dired-aux.el (dired-trample-file-versions):
1840 * dired-x.el (dired-mark-sexp):
1841 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1842 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1843 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1844 * faces.el (face-read-integer):
1845 * files.el (backup-extract-version, insert-directory):
1846 * hexl.el (hexl-insert-decimal-char):
1847 * server.el (server-process-filter):
1848 * shell.el (shell-extract-num):
1849 * startup.el (command-line-1):
1850 * term.el (term-command-hook):
1851 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1852 (time-stamp-do-number):
1853 * time.el (display-time-update):
1854 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1855 (timezone-fix-time):
1856 * vms-patch.el (vms-suspend-resume-hook):
1857 * calendar/appt.el (appt-convert-time):
1858 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1859 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1860 * calendar/cal-islam.el (mark-islamic-diary-entries):
1861 * calendar/calendar.el (calendar-cursor-to-date)
1862 (calendar-star-date):
1863 * calendar/diary-lib.el (diary-attrtype-convert)
1864 (mark-diary-entries, diary-entry-time):
1865 * calendar/solar.el (solar-get-number):
1866 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1867 * emacs-lisp/re-builder.el (reb-display-subexp):
1868 * emulation/edt.el (edt-set-scroll-margins):
1869 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1870 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1871 (vip-get-ex-count):
1872 * emulation/viper-ex.el (viper-get-ex-token)
1873 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1874 * international/fontset.el (fontset-plain-name):
1875 * mail/feedmail.el (feedmail-look-at-queue-directory):
1876 * mail/mailalias.el (mail-get-names):
1877 * mail/rmail.el (rmail-convert-to-babyl-format):
1878 * mail/rmailsum.el (rmail-make-basic-summary-line)
1879 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1880 (rmail-summary-goto-msg):
1881 * mail/smtpmail.el (smtpmail-read-response):
1882 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1883 (ange-ftp-vms-add-file-entry):
1884 * play/gametree.el (gametree-looking-at-ply)
1885 (gametree-current-branch-score):
1886 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1887 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1888 * progmodes/cperl-mode.el (condition-case):
1889 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1890 (ebrowse-set-member-buffer-column-width)
1891 (ebrowse-select-1st-to-9nth):
1892 * progmodes/etags.el (etags-snarf-tag):
1893 * progmodes/flymake.el (flymake-parse-line):
1894 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1895 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1896 (idlwave-shell-menu-def):
1897 * progmodes/ps-mode.el (ps-run-goto-error):
1898 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1899 (vhdl-speedbar-contract-level):
1900 * term/mac-win.el (x-handle-numeric-switch):
1901 * term/sun-mouse.el (sun-get-frame-data):
1902 * term/w32-win.el (x-handle-numeric-switch):
1903 * term/x-win.el (x-handle-numeric-switch):
1904 * textmodes/ispell.el (ispell-parse-output):
1905 * textmodes/nroff-mode.el (nroff-outline-level):
1906 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1907 (reftex-bib-sort-year-reverse, reftex-format-citation):
1908 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1909 (reftex-section-number):
44a91a68
JB
1910 * textmodes/texinfmt.el (texinfo-paragraphindent):
1911 Replace `string-to-int' by `string-to-number'.
027a4b6b 1912
cc211a0f
JB
1913 * international/latexenc.el: Add page marker to force the "Local
1914 Variables:" string out of the last page.
1915
c65a8e73
NR
19162005-05-16 Nick Roberts <nickrob@snap.net.nz>
1917
1918 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1919 tooltip-change-major-mode.
1920 (gud-tooltip-print-command): Remove case where gud-minor-mode
1921 is gdb ("--fullname").
1922 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1923 explain to user.
1924
97c66d74
JB
19252005-05-16 Jay Belanger <belanger@truman.edu>
1926
1927 * calc/calc-store.el (calc-copy-special-constant): New function.
1928
1929 * calc/calc-ext.el (calc-init-extensions): Add binding for
1930 `calc-copy-special-constant'.
1931
1932 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1933 for the `calc-copy-special-constant' command.
1934
0f182ca2
NR
19352005-05-16 Nick Roberts <nickrob@snap.net.nz>
1936
1937 * subr.el (left-fringe-p): New function.
1938
e6467bba
NR
1939 * progmodes/compile.el (compilation-setup): Set local value of
1940 overlay-arrow-string to "" always.
52eb0373
JB
1941 (compilation-set-window): Left fringe then don't scroll.
1942 No left fringe then no arrow and scroll message to top.
0f182ca2
NR
1943 (compilation-context-lines): Adjust doc string accordingly.
1944
bffc3c6e
KS
19452005-05-16 Kim F. Storm <storm@cua.dk>
1946
1947 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1948 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1949 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1950 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1951 (ido-read-file-name): Handle commands with ido property value
1952 equal to find-file as reading a file name, to allow C-d to enter dired.
1953 (ibuffer-find-file): Add ido property with value find-file.
1954
294c599c
KS
19552005-05-15 Kim F. Storm <storm@cua.dk>
1956
1957 * subr.el (open-network-stream-nowait): Remove.
1958 (open-network-stream-server): Remove.
1959
85ddb888
RS
19602005-05-15 Richard M. Stallman <rms@gnu.org>
1961
f1bc6e52
RS
1962 * faces.el (describe-face): Output a definition link button.
1963
1964 * help-mode.el (help-face-def): New button type.
1965
02d9d682
RS
1966 * emacs-lisp/copyright.el (copyright-fix-years):
1967 Match properly if the first year is 2-digit.
1968 Don't mess up the whitespace after the years by filling.
1969
1970 * dired-aux.el (dired-mark-confirm):
1971 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
1972
1973 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
1974 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
1975 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
1976
85ddb888
RS
1977 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1978 Set font-lock-comment-start-skip.
1979
1980 * font-lock.el (font-lock-comment-start-skip): New variable.
1981 (font-lock-comment-end-skip): New variable.
1982 (font-lock-fontify-syntactically-region): Use them if non-nil.
1983
fcd6e601
JB
19842005-05-15 Jay Belanger <belanger@truman.edu>
1985
1986 * calc/calc-store.el (calc-store-value): Return a string rather
1987 than display it as a message.
1988 Use calc-var-name for variable name.
1989 (calc-store-into): Add the result of calc-store-value to message.
1990 (calc-copy-variable): Add a message.
1991 (calc-store-exchange): Improve error messages.
1992 (calc-store-binary, calc-store-map): Don't reset the values of
1993 special constants.
1994
af415106
LT
19952005-05-14 Luc Teirlinck <teirllm@auburn.edu>
1996
1997 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
1998 manual to docstring.
1999
2000 * files.el (hack-local-variables-confirm): Add STRING argument.
2001 Make the function handle non file visiting buffers correctly.
2002 (hack-local-variables-prop-line, hack-local-variables)
2003 (hack-one-local-variable): Use STRING arg of
2004 `hack-local-variables-confirm'.
2005
7177e2a3
MA
20062005-05-14 Michael Albinus <michael.albinus@gmx.de>
2007
2008 Sync with Tramp 2.0.49.
2009
2010 * tramp.el (tramp-handle-dired-call-process)
2011 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2012 because the contents of the Tramp buffer is changed before
2013 insertion (`expand-file' and alike).
2014 (tramp-handle-insert-directory): If `localname' has an empty
2015 nondirectory name, it must not be quoted.
2016 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2017 variable `tramp-chunksize'. Change callees.
2018 (tramp-open-connection-setup-interactive-shell): Check remote host
44a91a68
JB
2019 for buggy `send-process-string' implementation.
2020 Set `tramp-chunksize' if found. Reported by Michael Kifer
7177e2a3
MA
2021 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2022 (tramp-handle-shell-command): `insert-buffer' cannot be used
2023 because the contents of the Tramp buffer is changed before
e0ad342f 2024 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
7177e2a3
MA
2025 <frederic.bothamy@free.fr>.
2026 (tramp-set-auto-save): Actions should be done for Tramp file name
44a91a68
JB
2027 handler only. Ange-FTP has its own auto-save mechanism.
2028 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
7177e2a3
MA
2029 (tramp-set-auto-save-file-modes): Set file modes of
2030 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2031 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2032 (tramp-bug): Remove obsolete variable.
2033 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
44a91a68 2034 for presence of `mml-mode'. Make it running for older Emacsen as well.
7177e2a3 2035
39c7eb8a
JPW
20362005-05-14 John Paul Wallington <jpw@pobox.com>
2037
7177e2a3 2038 * ibuf-ext.el (define-ibuffer-filter filename):
39c7eb8a
JPW
2039 If `dired-directory' is a list, use its car.
2040
20412005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2042
2043 * ibuffer.el (define-ibuffer-column filename):
2044 If `dired-directory' is a list, use its car.
2045
bbf87c29
RS
20462005-05-14 Richard M. Stallman <rms@gnu.org>
2047
e72e5833
RS
2048 * subr.el (symbol-file): Doc fix.
2049
11efeb9b
RS
2050 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2051 (byte-compile-form): Call byte-compile-nogroup-warn.
2052 (byte-compile-warning-types): Doc fix.
2053
d06ba294
RS
2054 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2055
bbf87c29
RS
2056 * progmodes/cc-engine.el (c-literal-faces):
2057 Add font-lock-comment-delimiter-face.
2058
2059 * net/net-utils.el (dig): Use with-no-warnings.
2060
2061 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2062 (sc-recite-frame-alist, sc-default-cite-frame)
2063 (sc-default-uncite-frame, sc-default-recite-frame)
7177e2a3 2064 (sc-attrib-selection-list, sc-rewrite-header-list):
bbf87c29
RS
2065 Mark as risky-local-variable.
2066
2067 * international/ogonek.el (ogonek-jak, ogonek-how):
2068 Don't use beginning-of-buffer.
2069
2070 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2071
2072 * calendar/solar.el (solar-data-list): Move definition up.
2073
2074 * dnd.el (dnd-protocol-alist): Add autoload.
2075
2076 * progmodes/sh-script.el: Many doc usage fixes.
2077 (sh-indent-after-do): Change default to match common styles.
2078
043fa787
LT
20792005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2080
2081 * files.el (interpreter-mode-alist)
2082 (auto-mode-interpreter-regexp): Doc fixes.
2083
90713743
NR
20842005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2085
44a91a68 2086 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
90713743
NR
2087
2088 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2089
d90b02af
JD
20902005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2091
2092 * dired.el (dired-mode): make-variable-buffer-local =>
44a91a68 2093 make-local-variable.
d90b02af 2094
5063dbbf
YM
20952005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2096
2097 * term/mac-win.el (mac-select-convert-to-string): Try coding
2098 systems in mac-script-code-coding-systems if specified one cannot
2099 encode string for `com.apple.traditional-mac-plain-text'.
2100
27a7c83f
DP
21012005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2102
2103 * progmodes/make-mode.el (makefile-targets-face)
2104 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2105 (makefile-dependency-regex): Fix it to not make the colon in
2106 $(var:a=b) special.
2107 (makefile-rule-action-regex): New regexp for highlighting embedded
2108 Shell strings.
2109 (makefile-macroassign-regex): Handle != for highlighting as
2110 embedded Shell strings.
2111 (makefile-var-use-regex): New const.
2112 (makefile-statements, makefile-automake-statements)
2113 (makefile-gmake-statements, makefile-makepp-statements)
2114 (makefile-bsdmake-statements): New consts.
2115 (makefile-make-font-lock-keywords): New function.
2116 (makefile-automake-font-lock-keywords)
2117 (makefile-gmake-font-lock-keywords)
2118 (makefile-makepp-font-lock-keywords)
2119 (makefile-bsdmake-font-lock-keywords): New consts.
2120 (makefile-mode-map): Add switchers between the various submodes.
2121 (makefile-mode): Document the availability of the variants.
2122 (makefile-automake-mode, makefile-gmake-mode)
2123 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2124
2125 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2126 new variants of makefile-mode.
2127
3989c3e7
SM
21282005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2129
2130 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2131 the inheritance.
2132
0cc61511
LT
21332005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2134
0de01c28
LT
2135 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2136 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2137
0cc61511
LT
2138 * files.el (normal-mode): Extend the scope of the
2139 `enable-local-variables' binding to include the `set-auto-mode' call.
2140 (magic-mode-alist): Doc fix.
2141
bf2cea1d
SM
21422005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2143
2144 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2145 font-lock-comment-face rather than copying its setting.
2146
e94dae7f
AS
21472005-05-12 Andreas Schwab <schwab@suse.de>
2148
2149 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2150
19958124
LK
21512005-05-12 Lute Kamstra <lute@gnu.org>
2152
2153 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2154 defcustom for the mode hook variable. Delete the last argument.
2155 * generic-x.el: Fix callers of define-generic-mode.
2156 (generic-x-modes): Delete group.
2157 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2158 generic-x customization group.
2159
6da4411e
KS
21602005-05-12 Kim F. Storm <storm@cua.dk>
2161
2162 * font-lock.el (font-lock-negation-char-face): Default to "off".
2163
2164 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2165 font-lock-negation-char-face to ! in !=.
2166
218cf475
MY
21672005-05-12 Masatake YAMATO <jet@gyve.org>
2168
2169 * add-log.el (find-change-log): Fix typos in the docstring
2170 of function.
2171
405cb12a
LK
21722005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2173
2174 * international/latexenc.el (latexenc-find-file-coding-system):
2175 Avoid `re-search-forward' when looking for input encoding because
2176 of speed and safety. Better regular expressions for recognizing
2177 input encoding. Limit a search for TeX-master/tex-main-file to
2178 the local variable section.
2179
8cec35c4
DN
21802005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2181
2182 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2183 syntax of $ to "'" (quote).
2184
1ed8284d
RS
21852005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2186
2187 * dnd.el (dnd-protocol-alist): Improve custom type.
2188
2189 * dired.el (dired-dnd-protocol-alist): New variable.
2190 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2191 `dired-mode-hook' to the end.
2192
3989c3e7
SM
21932005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2194
2195 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2196 comment-end if comment-start-skip is not set.
2197 Obey the font-lock-comment-delimiter-face variables.
2198
b71813cb
SM
21992005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2200
52eb0373 2201 * files.el (executable-find): Move from executable.el. Use locate-file.
ba47dcb2
SM
2202 * progmodes/executable.el (executable-find): Move to files.el.
2203
b71813cb
SM
2204 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2205 when trying to ensure forward progress.
2206
1f9d439a
KS
22072005-05-11 Chong Yidong <cyd@stupidchicken.com>
2208
2209 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2210 (mouse-select, mouse-select-internal, mouse-extend-internal):
2211 Use it to implement mouse-1-click-follows-link functionality.
2212
c50089c9
RS
22132005-05-11 Richard M. Stallman <rms@gnu.org>
2214
2215 * font-lock.el (font-lock-fontify-syntactically-region):
2216 Use font-lock-comment-delimiter-face for comment delimiters.
2217
cfb79865
JB
22182005-05-10 Jay Belanger <belanger@truman.edu>
2219
2220 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2221 preserving embedded modes.
2222
d101bf56
RS
22232005-05-10 Richard M. Stallman <rms@gnu.org>
2224
2225 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2226
2227 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
ba47dcb2 2228 Move from ada-stmt.el.
d101bf56
RS
2229 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2230
2231 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
b71813cb
SM
2232 Move to ada-mode.el.
2233 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
d101bf56
RS
2234
2235 * cus-edit.el (custom-file): Call file-chase-links.
2236
2237 * files.el (read-directory-name): Fix previous change.
af415106
LT
2238 (hack-local-variables-confirm): New function.
2239 (hack-local-variables-prop-line, hack-local-variables)
2240 (hack-one-local-variable): Use it.
d101bf56 2241
0003d2e3
LK
22422005-05-10 Lute Kamstra <lute@gnu.org>
2243
2244 * font-lock.el (font-lock-keywords-alist)
2245 (font-lock-removed-keywords-alist): Clarify docstrings.
2246
556dd15d
NR
22472005-05-10 Nick Roberts <nickrob@snap.net.nz>
2248
2249 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2250 (gdb-source-info): Check for preprocessor info.
52eb0373 2251 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
556dd15d 2252 a macro for a function.
556dd15d 2253 (gdb-info-breakpoints-custom): Try to find file again if not already
52eb0373 2254 found (user might have used GDB dir command).
556dd15d
NR
2255 (gdb-get-location): Update gdb-location-alist correctly for change
2256 to gdb-info-breakpoints-custom.
2257
2258 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2259 (gud-tooltip-print-command): Add gdbmi case.
2260 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2261 preprocessor info.
2262
a8a64bf4
RS
22632005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2264
2265 * startup.el (fancy-splash-insert): Fix typo in doc string.
2266
f1701e65
JB
22672005-05-09 Juanma Barranquero <lekktu@gmail.com>
2268
78640104
JB
2269 * obsolete/float.el (string-to-float):
2270 * obsolete/hilit19.el (hilit-add-pattern):
2271 * obsolete/rnews.el (news-parse-range, news-select-message)
2272 (news-get-pruned-list-of-files): Replace `string-to-int' by
2273 `string-to-number'.
2274
f1701e65
JB
2275 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2276 `find-file-not-found-hooks'; use `add-hook'.
2277 (uncompress-while-visiting): Set `write-file-functions', not
2278 `write-file-hooks'; use `add-hook'.
2279
a0e6f952
KS
22802005-05-09 Kim F. Storm <storm@cua.dk>
2281
2282 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2283 (cua-paste): Handle clipboard action.
2284 (cua--init-keymaps): Remap clipboard-kill-region and
2285 clipboard-kill-ring-save.
2286
c29d24ea
EZ
22872005-05-08 Eli Zaretskii <eliz@gnu.org>
2288
b659edce
SM
2289 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2290 Improve commentary.
906aee93 2291
c29d24ea
EZ
2292 * simple.el (next-error-overlay-arrow-position): Revert the change
2293 made on 2005-04-30.
2294
1d64910f
JB
22952005-05-07 Jay Belanger <belanger@truman.edu>
2296
2297 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2298 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2299 `calc-sel-reselect'.
2300
2301 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2302 Calc is in embedded mode.
2303
55b958f0
EZ
23042005-05-07 Eli Zaretskii <eliz@gnu.org>
2305
b659edce
SM
2306 * progmodes/compile.el (compilation-setup):
2307 Set overlay-arrow-string to an empty string on text terminals.
6a4fb78f 2308
55b958f0
EZ
2309 * textmodes/ispell.el (ispell-program-name): Try looking for
2310 "aspell" along exec-path, and if found, use it as the default
2311 speller program.
2312
c2c51a11
EZ
23132005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2314
b659edce
SM
2315 * international/mule.el (sgml-xml-auto-coding-function):
2316 Recognize encoding='FOO' in single quotes as well as in double quotes.
c2c51a11 2317
f1701e65 23182005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
a5ad278d
EZ
2319
2320 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2321 as well as `interactive', so that defmacro* would recognize
2322 `declare' forms.
2323
e6469973
EZ
23242005-05-07 Eli Zaretskii <eliz@gnu.org>
2325
b659edce
SM
2326 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2327 Explain more about the LIGHTER arg's usage in the doc string.
2328 Add commentary to clarify what the code does. Fix the regexp that
e6469973
EZ
2329 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2330 since it could have characters special to regular expressions.
2331
06df7f87
EZ
23322005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2333
2334 * replace.el (occur-1): Bind inhibit-read-only so that
2335 erase-buffer doesn't barf on read-only text properties (likewise
b659edce 2336 for add-text-properties in occur-engine). Mark buffer as unmodified.
06df7f87
EZ
2337 (occur-engine): Don't set buffer-read-only here.
2338
5f4d0dd9
SM
23392005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2340
2341 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2342 list-buffers-directory. This caused the *cvs-commit* buffer to be
2343 sometimes mistakenly reused as a *cvs* buffer.
2344
ffdb022f
NR
23452005-05-07 Nick Roberts <nickrob@snap.net.nz>
2346
2347 * tooltip.el: Move code for GUD tooltips into gud.el.
2348 (require): CL no longer needed to compile case.
2349 (tooltip-mode): Do not toggle functions for GUD tooltips.
52eb0373 2350 (tooltip-gud-tips-p): Remove. Replace with minor mode
ffdb022f
NR
2351 gud-tooltip-mode in gud.el.
2352 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2353 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2354 tooltip-gud prefix with gud-tooltip and obsolete.
2355 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2356 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2357 (tooltip-mouse-motion): Mouse movement functions/variable.
2358 Rename in gud.el by adding gud prefix.
2359 (tooltip-gud-original-filter, tooltip-gud-dereference)
2360 (tooltip-gud-event, tooltip-toggle-gud-tips)
2361 (tooltip-gud-process-output, tooltip-gud-print-command)
52eb0373 2362 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
ffdb022f
NR
2363 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2364 (gdb-tooltip-print): Move to gdb-ui.el.
2365
2366 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2367 (require): CL needed to compile case.
2368 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
52eb0373 2369 tooltip-gud-tips-p. Make it a minor-mode.
ffdb022f
NR
2370 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2371 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2372 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2373 (gud-tooltip-change-major-mode)
2374 (gud-tooltip-activate-mouse-motions-if-enabled)
2375 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2376 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2377 (gud-tooltip-original-filter, gud-tooltip-dereference)
2378 (gud-tooltip-event, tooltip-toggle-gud-tips)
2379 (gud-tooltip-process-output, gud-tooltip-print-command)
5f4d0dd9 2380 (gud-tooltip-tips): Move from tooltip.el.
ffdb022f 2381
5f4d0dd9 2382 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
ffdb022f
NR
2383 (gdb-cpp-define-alist-flags): Doc fix.
2384 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2385 gud-tooltip-mode is t.
2386
64981116
SM
23872005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2388
2389 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2390 evaporate if their text is deleted.
2391 (goto-address-at-point): Make it work as a mouse binding as well.
2392 (goto-address-at-mouse): Obsolete it. Update users.
2393
860f2506
GM
23942005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2395
2396 * calendar/appt.el (top-level): No longer activate on load.
2397
19f26a89
JB
23982005-05-06 Juanma Barranquero <lekktu@gmail.com>
2399
2400 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2401 * net/webjump.el (webjump):
2402 * progmodes/idlw-help.el (idlwave-do-context-help1)
2403 (idlwave-highlight-linked-completions):
64981116
SM
2404 * textmodes/po.el (po-find-file-coding-system-guts):
2405 Replace `assoc-ignore-case' by `assoc-string'.
19f26a89 2406
6ff95f1d
EZ
24072005-05-06 Eli Zaretskii <eliz@gnu.org>
2408
2c6b25c7
EZ
2409 * files.el (locate-file): Doc fix.
2410
38a300b1
EZ
2411 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2412 Remove the redundant test for ms-dos.
2413
ab3290cb
EZ
2414 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2415 look for the preprocessor with exec-suffixes. If not found in
2416 standard places, look in exec-path. Remove most of the tests that
2417 used system-type.
2418
6ff95f1d
EZ
2419 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2420
2421 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2422
2423 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2424 file-name clash with jka-compr.el on 8+3 filesystems.
2425
17d28d26
YM
24262005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2427
2428 * term/mac-win.el: Don't define or bind scroll bar functions if
2429 x-toolkit-scroll-bars is t.
64981116 2430 (x-select-text, x-get-selection-value):
b659edce 2431 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
17d28d26
YM
2432 (PRIMARY): Put mac-scrap-name property.
2433 (mac-select-convert-to-file-url): New function.
2434 (public.file-url): New selection target type. Add to
2435 selection-converter-alist.
2436 (x-get-selection, x-selection-value): Handle it.
2437 (x-cut-buffer-or-selection-value): New alias.
2438
b659edce
SM
24392005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2440
2441 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2442 entry to avoid calling bibtex-find-entry with arg global
2443 being t. Remove arg key.
2444 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2445 (bibtex-copy-summary-as-kill): Change accordingly.
2446
24472005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2448
2449 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2450 (org-agenda-date-later): Use with-current-buffer.
2451
643b4cf5
LT
24522005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2453
2454 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2455 (define-obsolete-variable-alias): Doc Fixes.
2456
dc1a7e26
KS
24572005-05-06 Kim F. Storm <storm@cua.dk>
2458
8a370783
KS
2459 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2460 vertical-motion when selective-display is active.
2461
dc1a7e26
KS
2462 * ido.el (ido-setup-hook): New hook.
2463 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2464 (ido-input-stack): New var.
52eb0373 2465 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
dc1a7e26
KS
2466 ido-next-work-file binding to M-O.
2467 Bind M-f to ido-wide-find-file-or-pop-dir.
2468 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2469 (ido-read-internal): Run ido-setup-hook.
2470 Catch quit in read-file-name and read-string to cancel edit.
2471 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2472 Automatically pop-all when completing a directory name (RET).
2473 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2474 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2475 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
64981116
SM
2476 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2477 New functions for M-b/M-f to move among the directory components.
dc1a7e26
KS
2478 (ido-make-merged-file-list): Catch quit to cancel merge.
2479 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2480 (ido-completion-help): No warnings for ido-completion-buffer-full.
10f518f7 2481
dc1a7e26 24822005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
10f518f7 2483
dc1a7e26 2484 * font-lock.el (font-lock-negation-char-face): New face and variable.
10f518f7 2485 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
10f518f7 2486 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
10f518f7 2487 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
10f518f7
DP
2488 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2489
dc75b163
JB
24902005-05-05 Juanma Barranquero <lekktu@gmail.com>
2491
64981116
SM
2492 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2493 Fix typo in docstring.
3fe26922 2494
1c1d2dc8
JB
2495 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2496 (ebrowse-print-statistics-line)
2497 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2498
dc75b163
JB
2499 * term/w32-win.el (image-library-alist): Add additional name for
2500 Xpm library.
2501
ae23f980
NR
25022005-05-05 Nick Roberts <nickrob@snap.net.nz>
2503
2504 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2505 use gcc instead of cpp.
2506
2507 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
3fe26922 2508 (gdb-create-define-alist): Use it.
19f26a89 2509 (gdb-cpp-define-alist-program): Update for MS-DOS.
ae23f980 2510
02636b9c
NR
25112005-05-04 Nick Roberts <nickrob@snap.net.nz>
2512
ae23f980 2513 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
02636b9c 2514
01a50b51
KS
25152005-05-04 Richard M. Stallman <rms@gnu.org>
2516
d101bf56
RS
2517 * help.el (describe-key): No error when UNTRANSLATED is nil.
2518
01a50b51
KS
2519 * simple.el (line-move-1): Fix previous change to signal errors
2520 appropriately.
2521
fa2b23e5 25222005-05-03 Ulf Jasper <ulf.jasper@web.de>
832e0e22
GM
2523
2524 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2525 (icalendar-duration-correction): Remove.
2526 (icalendar--get-event-properties): Split result at commas.
2527 (icalendar--decode-isoduration): New optional argument
2528 DURATION-CORRECTION.
fa2b23e5
KS
2529 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2530 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2531 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2532 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
832e0e22
GM
2533 (icalendar--convert-anniversary-to-ical): New functions, extracted
2534 from icalendar-export-region, with bug fixes.
2535 (icalendar-export-region): Use the above functions.
2536 (icalendar-import-buffer): Check before saving diary file.
2537 (icalendar--convert-recurring-to-diary)
2538 (icalendar--convert-non-recurring-all-day-to-diary)
fa2b23e5
KS
2539 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2540 extracted from icalendar--convert-ical-to-diary, with bug fixes.
832e0e22
GM
2541 (icalendar--convert-ical-to-diary): Use the above functions.
2542
be50a727
NR
25432005-05-03 Nick Roberts <nickrob@snap.net.nz>
2544
2545 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2546 Remove these recent additions.
2547 (c-mode): Restore to before 2005-04-28.
2548
2549 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2550 recent addition.
2551
2552 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2553 (gdb-define-alist): New variables.
2554 (gdb-create-define-alist): New function.
2555 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2556 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2557 with string-to-number.
52eb0373 2558 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
be50a727
NR
2559
2560 * progmodes/gud.el: Replace string-to-int with string-to-number.
2561 (gud-find-file): Handle gdb-define-alist.
2562
2563 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2564
bc446113
JB
25652005-05-02 Jay Belanger <belanger@truman.edu>
2566
fa2b23e5
KS
2567 * calc/calc-aent.el (math-read-token):
2568 * calc/calc-bin.el (calc-word-size):
2569 * calc/calc-ext.el (calc-read-number-fancy):
2570 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
bc446113 2571 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
fa2b23e5 2572 * calc/calc-frac.el (calc-over-notation):
bc446113 2573 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
fa2b23e5 2574 (calc-graph-num-points, calc-graph-init):
bc446113 2575 * calc/calc-prog.el (calc-read-parse-table-part)
fa2b23e5
KS
2576 (calc-edit-macro-repeats):
2577 * calc/calc-yank.el (calc-do-grab-rectangle):
2578 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2579 Replace `string-to-int' by `string-to-number'.
bc446113 2580
e40527dc
KS
25812005-05-02 Kim F. Storm <storm@cua.dk>
2582
2583 * kmacro.el: Use executing-kbd-macro-index variable.
2584
9a479835
TTN
25852005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2586
2587 * net/rlogin.el (rlogin-parse-words): Delete func.
2588 (rlogin): Use split-string, not rlogin-parse-words.
2589 Also, if there are option-like elements in the parsed args,
2590 take the host to be the first arg immediately following them.
2591 Suggested by Michael Mauger.
2592
f6b1b15a
LT
25932005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2594
2595 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2596
975e5c47 25972005-05-02 Nick Roberts <nickrob@snap.net.nz>
9a479835 2598
975e5c47
NR
2599 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2600 (cc-mode-cpp-program): Rename to cc-define-list-program and
2601 move to cc-vars.el.
f6b1b15a 2602
975e5c47 2603 * progmodes/cc-vars.el (cc-define-list-program):
52eb0373 2604 Change to "gcc -E -dM -". Make customizable.
975e5c47 2605
5c2e5a5e
KS
26062005-05-02 Kim F. Storm <storm@cua.dk>
2607
2608 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2609
95bb5b56
NR
26102005-05-02 Nick Roberts <nickrob@snap.net.nz>
2611
b161ea4e
NR
2612 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2613
95bb5b56
NR
2614 * international/mule-util.el (truncate-string): Remove alias and
2615 obsolete declaration.
2616
2617 * international/mule-cmds.el (update-iso-coding-systems):
2618 Remove alias and obsolete declaration.
2619
2620 * international/mule.el (coding-system-parent): Remove alias and
2621 obsolete declaration.
2622
2623 * subr.el (define-function, sref): Remove aliases and obsolete
2624 declarations.
2625 (chars-in-region): Remove obsolete declaration.
2626
ebbfa918
RS
26272005-05-01 Richard M. Stallman <rms@gnu.org>
2628
2629 * info.el (Info-mode): Set widen-automatically to nil, locally.
2630
2631 * simple.el (widen-automatically): New variable.
2632 (pop-global-mark): Obey widen-automatically.
2633
656c316d
DN
26342005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2635
2636 * term/xterm.el (function-key-map): Call substitute-key-definition
5c2e5a5e 2637 before the keymap size is increased by a lot of define-key calls.
656c316d 2638
b2cfb30b
RS
26392005-05-01 Richard M. Stallman <rms@gnu.org>
2640
5c2e5a5e 2641 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
b2cfb30b
RS
2642 Rename ARG to ELEMENT. Doc fix.
2643
5c2e5a5e 26442005-05-01 Nick Roberts <nickrob@snap.net.nz>
9ded0282 2645
92bedc0e
NR
2646 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2647 Remove references to allout-exposure/change to allout-new-exposure.
2648
9ded0282
NR
2649 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2650 bytecode symbols.
2651
2652 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2653 (compiled-function-p, focus-frame, unfocus-frame):
2654 Remove aliases and obsolete declarations.
52eb0373 2655 Back out inadvertent changes from previous commit.
9ded0282 2656
a87fdbbd
LT
26572005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2658
2659 * files.el (require-final-newline): Make Custom tags consistent
2660 with mode-require-final-newline.
2661 (mode-require-final-newline): Doc fix.
2662
0003d2e3
LK
26632005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2664
2665 * international/latexenc.el (latexenc-find-file-coding-system):
2666 Fix regular expressions.
2667
26682005-05-01 David Kastrup <dak@gnu.org>
b7f29772
LK
2669
2670 * international/latexenc.el (latexenc-find-file-coding-system):
0003d2e3 2671 Fix regular expressions.
b7f29772 2672
bdf7ae41
NR
26732005-05-01 Nick Roberts <nickrob@snap.net.nz>
2674
2675 * subr.el (string-to-int): Make obsolete.
2676
0b1fc48a
RS
26772005-04-30 Richard M. Stallman <rms@gnu.org>
2678
7e995a23 2679 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
0b1fc48a
RS
2680
2681 * loadup.el: load jka-comp-hook.
2682
6ff95f1d 2683 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
0b1fc48a 2684 (jka-compr-handler): Add autoload. `put' calls moved
6ff95f1d
EZ
2685 to jka-comp-hook.el.
2686 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
0b1fc48a 2687 (jka-compr-inhibit): Autoload.
a87fdbbd 2688
0b1fc48a
RS
2689 * jka-comp-hook.el: New file.
2690 Enable the mode by default.
2691
2692 * files.el (backup-buffer-copy): Use copy-file instead
2693 of write-region, and put back the 'excl.
2694
26952005-04-30 Chong Yidong <cyd@stupidchicken.com>
2696
2697 * progmodes/flymake.el (flymake-split-string)
2698 (flymake-split-string, flymake-log, flymake-pid-to-names)
2699 (flymake-reg-names, flymake-get-source-buffer-name)
2700 (flymake-unreg-names, flymake-add-line-err-info)
2701 (flymake-add-err-info): Clarify docstrings.
2702 (flymake-popup-menu, flymake-make-emacs-menu)
2703 (flymake-make-xemacs-menu): Add docstrings.
2704 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2705 Set variables directly throughout.
2706
80b61a0f
NR
27072005-04-30 Nick Roberts <nickrob@snap.net.nz>
2708
2709 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
52eb0373 2710 exists. Initialise cc-define-alist.
80b61a0f 2711 (c-mode): Add cc-create-define-alist locally to after-save-hook.
898d58d7 2712 If there is no file (Macroexpansion) don't create an alist.
80b61a0f 2713
bb9c1f2a
SS
27142005-04-29 Sam Steingold <sds@gnu.org>
2715
2716 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2717 (cc-create-define-alist): Use it instead of the hard-coded string.
2718
2d5e5eb8
SM
27192005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2720
2721 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2722 for latexenc.
2723
57efa539
LK
27242005-04-29 Lute Kamstra <lute@gnu.org>
2725
2726 * emacs-lisp/generic.el: Improve commentary section.
2727 (define-generic-mode): Improve docstring.
2728
56c91423
CD
27292005-04-29 Carsten Dominik <dominik@science.uva.nl>
2730
b67a4e9f 2731 * textmodes/org.el (many places): Change to quiet the byte compiler.
56c91423
CD
2732 (org-prefix-format-compiled): New variable.
2733 (org-compile-prefix-format): New function.
b67a4e9f
KS
2734 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2735 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2736 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2737 (org-get-entries-from-diary): Use `org-get-time-of-day' for
56c91423 2738 consistency with entries from `org-mode' files.
b67a4e9f 2739 (org-get-time-of-day): Fix bug with partial matches early in a line.
56c91423
CD
2740 (org-non-link-chars): New constant.
2741 (org-link-regexp): Respect `org-non-link-chars'.
b67a4e9f
KS
2742 (org-agenda-day-view): Remove command.
2743 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
56c91423
CD
2744 (org-follow-bbdb-link, org-store-link): Search also company field.
2745 (org-highlight-overlay): New variable.
2746 (org-highlight, org-unhighlight): New functions.
b67a4e9f
KS
2747 (org-agenda-mode): Add pre-command-hook to remove highlight.
2748 (org-evaluate-time-range): Behavior depends upon whether time stamp
2749 contains a time or not.
56c91423
CD
2750 (org-show-subtree, org-show-entry): New functions.
2751 (org-agenda-cleanup-fancy-diary): Remove empty lines.
56c91423 2752
7eb6ede5
LT
27532005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2754
2755 * comint.el (comint-output-filter-functions): Add autoload cookie.
2756
b7ce4173
KS
27572005-04-28 Kim F. Storm <storm@cua.dk>
2758
2759 * ido.el (ido-everywhere): Fix last change.
2760
0b606bb2
TTN
27612005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2762
2763 * international/latexenc.el: New file.
2764 * international/mule-conf.el (file-coding-system-alist): For .tex,
2765 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2766
d79b6c21
LK
27672005-04-28 Lute Kamstra <lute@gnu.org>
2768
0a20b1dc
LK
2769 * font-lock.el (font-lock-add-keywords)
2770 (font-lock-remove-keywords): Clarify docstring.
2771 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2772 Don't start docstrings with a `*'.
2773 (font-lock-update-removed-keyword-alist): Give it a docstring.
2774
d79b6c21
LK
2775 * generic-x.el: Update commentary section.
2776 Only require font-lock when compiling.
2777 Define all modes conditionally.
2778 Place all generic modes in the generic-x-modes customization group.
2779 (generic-x-modes): New customization group.
2780 (generic-default-modes, generic-mswindows-modes)
2781 (generic-unix-modes, generic-other-modes): New constants.
2782 (generic-define-mswindows-modes, generic-define-unix-modes):
2783 Update docstrings. Make them obsolete.
2d5e5eb8
SM
2784 (generic-extras-enable-list): New default value. Update docstring.
2785 Improve :type. Change :set function.
d79b6c21
LK
2786 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2787 Fix docstring.
2788
2d5e5eb8
SM
2789 * emacs-lisp/generic.el (generic-mode-internal):
2790 Simplify font-lock-defaults.
817edb15 2791 (define-generic-mode): Fix docstring.
d79b6c21
LK
2792
27932005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2794
2795 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2796 font-lock-face property to highlight matches.
2797
8c75afbf
NR
27982005-04-28 Nick Roberts <nickrob@snap.net.nz>
2799
52eb0373 2800 * progmodes/cc-mode.el (cc-create-define-alist): New function.
8c75afbf
NR
2801 (cc-define-alist): New variable.
2802 (c-mode): Make it local and initialise it.
2803
2804 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2805 (gdb-exited): New function.
2806 (gdb-annotation-rules): Use it.
2807 (gdb-starting): Set gdb-active-process to t.
2808 (gdb-stopping): Amend doc string.
2809 (gdb-reset): Set gdb-active-process to nil.
2810
2811 * tooltip.el (tooltip-gud-tips): Show the associated #define
2812 directives when a C program under GDB is not executing.
2813
b8a04883
SM
28142005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2815
2816 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2817 font-lock-fontify-syntactic-keywords.
2818
2819 * font-lock.el (font-lock-default-fontify-region): Don't force
2820 parse-sexp-lookup-properties to nil.
2821
a46f2d6d
EZ
28222005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2823
2824 * man.el (man-mode-syntax-table): Set up `:' to have
2825 word-constituent syntax.
2826
b2b46494
LK
28272005-04-27 Lute Kamstra <lute@gnu.org>
2828
2829 * novice.el (disable-command): Don't add spurious newlines to the
2830 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2831
a715531f
JB
28322005-04-26 Jay Belanger <belanger@truman.edu>
2833
2834 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2835 than one window before deleting window.
2836
85ab9f4e
LT
28372005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2838
2839 * shell.el (shell-prompt-pattern): Doc fix.
2840 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2841
2842 * comint.el (comint-prompt-regexp, comint-get-old-input)
2843 (comint-use-prompt-regexp)
2844 (comint-use-prompt-regexp-instead-of-fields)
2845 (comint-replace-by-expanded-history, comint-send-input)
2846 (comint-output-filter, comint-get-old-input-default)
2847 (comint-line-beginning-position, comint-bol, comint-show-output)
2848 (comint-backward-matching-input, comint-forward-matching-input)
b8a04883
SM
2849 (comint-next-prompt, comint-previous-prompt):
2850 Rename `comint-use-prompt-regexp-instead-of-fields' to
85ab9f4e
LT
2851 `comint-use-prompt-regexp'. Keep old name as alias and declare
2852 obsolete.
2853 (comint-use-prompt-regexp): Shorten first line of doc string.
2854
2855 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2856 Set paragraph-separate buffer locally to "\\'".
2857
2858 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2859 Adapt to above name change.
2860
2861 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2862 (smbclient-prompt-regexp): Ditto.
2863
2864 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2865
19475957
NR
28662005-04-27 Nick Roberts <nickrob@snap.net.nz>
2867
2868 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2869 gdb-location-list.
2870 Break lines that are over 80 characters wide.
2871
2231c2bc
SM
28722005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2873
2874 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2875 New fun and var, to preserve compatibility.
2876
2877 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2878
28792005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2880
2881 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2882 name to file-newer-than-file-p.
2883
68a94f5a
RS
28842005-04-26 Richard M. Stallman <rms@gnu.org>
2885
f03f317a
RS
2886 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2887
68a94f5a
RS
2888 * progmodes/python.el (python-mode):
2889 Use new name eldoc-documentation-function.
2890
2891 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2892
2893 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2894 (eldoc-documentation-function):
2231c2bc 2895 Rename from eldoc-print-current-symbol-info-function. Calls changed.
68a94f5a 2896
c9c1312d
NR
28972005-04-26 Nick Roberts <nickrob@snap.net.nz>
2898
2899 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2900
35b1b8ab
DN
29012005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2902
2903 * term/xterm.el (function-key-map): Fix strings for
2231c2bc 2904 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
35b1b8ab
DN
2905 {C,S,A,C-S}-{f1-f12}.
2906
bc10bcbd
KH
29072005-04-26 Kenichi Handa <handa@m17n.org>
2908
2231c2bc
SM
2909 * international/mule-cmds.el (select-safe-coding-system):
2910 Fix previous change.
bc10bcbd 2911
ec1e11a9
LK
29122005-04-26 Lute Kamstra <lute@gnu.org>
2913
c25eec81
LK
2914 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2915
2916 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2917 (font-lock-comment-delimiter-face): Ditto.
2918
ec1e11a9
LK
2919 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2920
2b2920a9
JB
29212005-04-25 Jay Belanger <belanger@truman.edu>
2922
2923 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2924 to t while inserting information; use help-mode.
2925
c9b630f7
DN
29262005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2927
2928 * term.el (ansi-term-color-vector): Use the xterm colors.
52eb0373 2929 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
c9b630f7 2930
8ba81e93
LK
29312005-04-25 Lute Kamstra <lute@gnu.org>
2932
2933 * font-core.el (font-lock-defaults): Fix docstring.
2934
2935 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2936
901ae597
KH
29372005-04-25 Kenichi Handa <handa@m17n.org>
2938
2231c2bc
SM
2939 * international/mule-cmds.el (select-safe-coding-system):
2940 Don't check consistency with coding: spec, etc if raw-text or
901ae597
KH
2941 no-conversion was found to be safe.
2942
a6390474
RS
29432005-04-24 Richard M. Stallman <rms@gnu.org>
2944
2945 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2946 citation markers at start of each line.
2947
2948 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2949 citation markers at start of each line.
2950
2951 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2952
2953 * files.el (mode-require-final-newline): Fix previous change.
2954 (require-final-newline): Fix type label.
2955
2538808f
GM
29562005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2957
2958 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2959 statement in buffer (broken by 2004-11-24 change).
2960
456986fd
KS
29612005-04-24 Kim F. Storm <storm@cua.dk>
2962
2963 * ido.el (ido-everywhere): Save and restore old read-buffer-function
2964 and read-file-name-function values. Don't overwrite existing
2965 non-nil values if ido-mode is enabled without ido-everywhere.
2966
e5baf107
LT
29672005-04-24 Luc Teirlinck <teirllm@auburn.edu>
2968
2969 * files.el (mode-require-final-newline): Minor doc fix.
2970
1441edfe
EZ
29712005-04-24 Eli Zaretskii <eliz@gnu.org>
2972
9d1ffd5a 2973 * subr.el (syntax-after): Doc fix.
f3714ab2
EZ
2974 (syntax-class): If argument is nil, return nil. Mask off upper 16
2975 bits, not 8 bits.
9d1ffd5a 2976
1441edfe
EZ
2977 * files.el (mode-require-final-newline): Doc fix.
2978 (backup-buffer-copy): Fix last change.
2979
49ed33c7
YM
29802005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2981
2982 * term/mac-win.el: Require select. Set selection-coding-system to
2983 mac-system-coding-system. Call menu-bar-enable-clipboard.
2984 (x-last-selected-text-clipboard, x-last-selected-text-primary)
2985 (x-select-enable-clipboard): New variables.
2986 (x-select-text, x-get-selection, x-selection-value)
2987 (x-get-selection-value, mac-select-convert-to-string)
2988 (mac-services-open-file, mac-services-open-selection)
2989 (mac-services-insert-text): New functions.
2990 (CLIPBOARD, FIND): Put mac-scrap-name property.
2991 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
2992 (public.tiff): Put mac-ostype property.
2993 (selection-converter-alist): Add entries for them.
2994 (mac-application-menu-map): New keymap.
2995 (interprogram-cut-function, interprogram-paste-function): Set to
2996 x-select-text and x-get-selection-value, respectively.
2997 (split-window-keep-point): Set to t.
2998
469bc679
RS
29992005-04-23 Richard M. Stallman <rms@gnu.org>
3000
3001 * files.el (read-directory-name): Always pass non-nil
3002 DEFAULT-FILENAME arg to read-file-name.
3003 (backup-buffer-copy, basic-save-buffer-2): Take care against
3004 writing thru an unexpected existing symlink.
3005 (revert-buffer): In indirect buffer, revert the base buffer.
3006 (magic-mode-alist): Doc fix.
3007 (buffer-stale-function): Doc fix.
3008 (minibuffer-with-setup-hook): Avoid warning.
3009 (mode-require-final-newline): Doc and custom fix.
e5baf107 3010
469bc679
RS
3011 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3012
3013 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3014 use the default appearance.
3015 (font-lock-comment-delimiter-face): New face, new variable.
3016
3017 * imenu.el (imenu--generic-function): The official position of a
3018 definition is the start of the line that BEG is in.
3019
3020 * midnight.el (midnight-timer): Move defvar up.
3021
3022 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3023
3024 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3025
3026 * startup.el (command-line): Use with-no-warnings.
3027
3028 * window.el (window-size-fixed): New defvar.
3029
3030 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3031
e5baf107 3032 * mail/rmail.el (rmail-font-lock-keywords):
469bc679
RS
3033 Use font-lock-comment-delimiter-face.
3034
3035 * mail/sendmail.el (mail-font-lock-keywords):
3036 Use font-lock-comment-delimiter-face.
3037
3038 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3039
30402005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3041
e5baf107 3042 * progmodes/compile.el (compilation-mode-font-lock-keywords):
469bc679
RS
3043 Specify t for LAXMATCH when matching directories.
3044 Save match data around compilation-compat-error-properties form.
3045
1639cc2e
DK
30462005-04-23 David Kastrup <dak@gnu.org>
3047
3048 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3049 Mention that the autoloaded aliases should be kept for AUCTeX.
3050
d379c558
AS
30512005-04-23 Andreas Schwab <schwab@suse.de>
3052
3053 * isearch.el (isearch-forward): Doc fix.
3054
4739237d
EZ
30552005-04-23 Eli Zaretskii <eliz@gnu.org>
3056
3057 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3058 (jit-lock-stealth-nice): Change default value to 0.5.
3059
71baa28f
EZ
30602005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3061
3062 * abbrev.el (write-abbrev-file): Write table entries in
3063 alphabetical order by table name.
3064
e271742d
KS
30652005-04-22 Kim F. Storm <storm@cua.dk>
3066
3067 * ido.el (ido-read-internal): Fix `list' completion.
3068
9a9c3a4b
KH
30692005-04-22 Kenichi Handa <handa@m17n.org>
3070
3071 * recentf.el (recentf-save-file-coding-system): New variable.
3072 (recentf-save-list): Encode the file by
3073 recentf-save-file-coding-system and add coding: tag.
3074
230e1e80
NR
30752005-04-22 Nick Roberts <nickrob@snap.net.nz>
3076
3077 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3078
e1573595
LK
30792005-04-21 Lute Kamstra <lute@gnu.org>
3080
9721d904
LK
3081 * loadhist.el (unload-feature): Don't remove a function from hooks
3082 if it is about to be restored to an autoload . Remove functions
3083 that will become unbound from auto-mode-alist. Simplify the code.
3084
2c7b5da1
LK
3085 * subr.el (assq-delete-all): New implementation that is linear,
3086 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3087 (rassq-delete-all): New function.
3088
2231c2bc
SM
3089 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3090 Add size-indication-mode.
e1573595 3091
2375e71a
KH
30922005-04-21 Kenichi Handa <handa@m17n.org>
3093
3094 * international/mule-cmds.el: Add autoload for widget-value in
2231c2bc 3095 eval-when-compile.
2375e71a 3096
8e447172
NR
30972005-04-21 Nick Roberts <nickrob@snap.net.nz>
3098
e271742d 3099 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
8e447172
NR
3100 Add tooltip-mode.
3101
3102 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3103
fcd9d525
LT
31042005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3105
3106 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3107 (inferior-lisp-filter-regexp, inferior-lisp-program)
3108 (inferior-lisp-load-command, inferior-lisp-prompt)
3109 (inferior-lisp-mode-hook, lisp-source-modes)
3110 (inferior-lisp-load-hook): defvar->defcustom.
3111 (inferior-lisp-program, inferior-lisp-prompt)
3112 (inferior-lisp-load-hook): Doc fixes.
3113 (inferior-lisp-install-letter-bindings): Small change in
3114 introductory comment.
3115
57428691
DN
31162005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3117
3118 * vc.el (vc-annotate-color-map): Change some colors so that text
3119 using them as foreground is readable on both white and black
3120 backgrounds.
3121
c791cb54
SM
31222005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3123
3124 * international/mule-conf.el (translation-table-for-input):
3125 Remove redundant declaration.
3126
396fdf3c
NR
31272005-04-20 Nick Roberts <nickrob@snap.net.nz>
3128
3129 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3130
3131 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3132 (tooltip-toggle-gud-tips): New function.
3133
37c5c4a7
YM
31342005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3135
3136 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3137 right angle brackets.
3138
64cb0f82
NR
31392005-04-20 Nick Roberts <nickrob@snap.net.nz>
3140
3141 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3142
95ed7b42
SM
31432005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3144
b8471a02
SM
3145 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3146 Remove. Update callers to use expand-file-name instead.
3147
95ed7b42
SM
3148 * subr.el (syntax-class): New function.
3149
3150 * simple.el (blink-matching-open): Use it.
3151
3152 * paren.el (show-paren-function): Use it to recognize parens that are
3153 also used in 2-char comment markers.
3154
191652f8
LK
31552005-04-19 Lute Kamstra <lute@gnu.org>
3156
3157 * loadhist.el (unload-feature): Update for new format of
3158 load-history. Simplify the code.
3159
327a3376
YM
31602005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3161
3162 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3163 (mac-add-charset-info): New function. Initialize variable
3164 mac-charset-info-alist using it.
3165 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3166 for translation.
3167 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
95ed7b42
SM
3168 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3169 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3170 New CCL programs.
327a3376 3171
5827e9d4
KS
31722005-04-19 Kim F. Storm <storm@cua.dk>
3173
3174 * simple.el (next-buffer, prev-buffer, next-error)
3175 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3176 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3177
3178 * bindings.el (next-buffer, prev-buffer, next-error)
3179 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3180 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3181 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3182 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3183
e5feeb31
SM
31842005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3185
3186 * isearch.el (isearch-edit-string): Make the search-ring available for
3187 minibuffer history commands.
3188 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3189 the default history commands now work just as well.
3190 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3191
77580d18
KS
31922005-04-18 Kim F. Storm <storm@cua.dk>
3193
3194 * emulation/cua-base.el (cua--pre-command-handler): Add more
3195 elaborate check for shift modifier on non-window systems.
3196
adbb89ef
LH
31972005-04-18 Lars Hansen <larsh@math.ku.dk>
3198
3199 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3200
2e764c66
KS
32012005-04-18 Kim F. Storm <storm@cua.dk>
3202
3203 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3204 and make it optional. Don't test tooltip-gud-echo-area here.
e5feeb31
SM
3205 (tooltip-gud-process-output, gdb-tooltip-print):
3206 Pass tooltip-gud-echo-area to tooltip-show.
cae07240 3207 (tooltip-help-tips): Remove second optional arg to tooltip-show.
2e764c66 3208
3f4413f8
YM
32092005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3210
3211 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3212 `display-graphic-p' may not be bound yet.
3213
742220b6
LT
32142005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3215
3216 * startup.el (command-line): No longer enable Xterm Mouse mode by
3217 default in terminals compatible with xterm.
3218
3219 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3220
01c515bb
NR
32212005-04-18 Nick Roberts <nickrob@snap.net.nz>
3222
3223 * tooltip.el (tooltip-gud-echo-area): Rename from
3224 tooltip-use-echo-area.
3225 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3226 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3227 area independently of where help tooltips are displayed.
3228
bbeb3055
DK
32292005-04-17 David Kastrup <dak@gnu.org>
3230
3231 * cus-theme.el (custom-theme-write-variables): Quote variables
3232 where necessary.
3233
ec0cf966
RS
32342005-04-17 Richard M. Stallman <rms@gnu.org>
3235
9e60c724
RS
3236 * simple.el (yank-excluded-properties): Add follow-link to value.
3237
ec0cf966
RS
3238 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3239
3240 * startup.el (fancy-splash-max-time): Just 30 seconds.
3241 (fancy-splash-delay): Just 7.
3242 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3243
3244 * loadhist.el (unload-feature): Update for new format of load-history.
3245 Simplify the code.
3246
3247 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3248 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3249
3250 * mail/sendmail.el (mail-font-lock-keywords):
3251 Don't fontify subject text.
3252 Don't fontify the text of a citation.
3253
32542005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3255
3256 * comint.el (comint-output-filter): Run comint-output-filter-functions
3257 with point where the user had it.
3258
b72c5a86
SM
32592005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3260
3261 * international/ucs-tables.el (ucs-set-table-for-input):
3262 Disable when using unify-on-decoding.
3263
fbcaad36
DN
32642005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3265
3266 * emulation/cua-base.el (cua-global-mark-face): Add special case
3267 for displays supporting a high number of colors.
3268
ccb9871d
EZ
32692005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3270
b72c5a86 3271 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
ccb9871d 3272
3d70f279
EZ
32732005-04-16 Chong Yidong <cyd@stupidchicken.com>
3274
3275 * filesets.el (filesets-add-buffer): If user supplies a name of a
3276 non-existing fileset, create a new fileset.
3277
bf94eed3
CD
32782005-04-16 Carsten Dominik <dominik@science.uva.nl>
3279
b72c5a86 3280 * textmodes/org.el (org-up-heading-all): Fix bug with
742220b6 3281 `outline-up-heading-all'.
bf94eed3 3282
a35d9075
AS
32832005-04-16 Andreas Schwab <schwab@suse.de>
3284
3285 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3286 /etc/permissions.d/* and /etc/aliases.d/*.
3287
5f400376
KH
32882005-04-16 Kenichi Handa <handa@m17n.org>
3289
b72c5a86
SM
3290 * international/code-pages.el (cp-make-coding-system):
3291 Set `translation-table-for-input' property value to the symbol
5f400376
KH
3292 ucs-mule-to-mule-unicode, not to that value.
3293 (pt154): Escape guillemet by `\'.
3294
9e5b2858
LT
32952005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3296
3297 * loadup.el: Load tooltip if x-show-tip is fboundp.
3298
3299 * startup.el (command-line): Add comment.
3300
3301 * tooltip.el (tooltip-mode): Specify correct standard value for
3302 Custom in init-value.
3303
3698ff2e
NR
33042005-04-15 Nick Roberts <nickrob@snap.net.nz>
3305
3306 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3307 possible.
3308
a9f07b61
CD
33092005-04-15 Carsten Dominik <dominik@science.uva.nl>
3310
fe38e3b0 3311 * textmodes/org.el (org-agenda-date-prompt): Rename from
a9f07b61
CD
3312 `org-agenda-date-today'.
3313 (org-evaluate-time-range): Insert at point instead of directly
3314 after time range.
3315 (org-first-headline-recenter, org-subtree-end-visible-p)
3316 (org-optimize-window-after-visibility-change): New functions
3317 (org-agenda-post-command-hook): Don't allow point at end of line,
3318 to make sure it always hits the text properties.
b72c5a86
SM
3319 (org-agenda-next-date-line, org-agenda-previous-date-line):
3320 New commands.
a9f07b61 3321 (org-set-regexps-and-options): Category may contain white space.
b72c5a86
SM
3322 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3323 Improve marker positions.
a9f07b61
CD
3324 (org-agenda-new-marker): Argument POS made optional.
3325 (org-agenda-get-timestamps): Deadlines which are done are listed
3326 in org-done-face now.
3327 (org-agenda-get-todos, org-agenda-get-timestamps)
b72c5a86
SM
3328 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3329 Set `undone-face' and `done-face' properties.
a9f07b61
CD
3330 (org-last-todo-state-is-todo): New variable.
3331 (org-todo): Set `org-last-todo-state-is-todo'.
3332 (org-agenda-todo): Change face according to
3333 `org-last-todo-state-is-todo'. And change other lines refering to
3334 the same entry.
3335 (org-calendar-goto-agenda): New command.
3336 (org-calendar-to-agenda-key): New option.
3337 (org-startup-folded): New allowed value `content'.
3338 (org-set-regexps-and-options): Accept new value `content' for
3339 `org-startup-folded'.
3340 (org-get-current-options): Handle new value `content' for
3341 `org-startup-folded'.
3342 (org-insert-todo-heading): New command.
3343 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3344 interactively in empty file and option
3345 `org-insert-mode-line-in-empty-file' has been set.
b72c5a86 3346 (org-agenda-todo,org-agenda-priority): Modify to use
a9f07b61 3347 `org-agenda-change-all-lines'.
b72c5a86 3348 (org-warning-face): Change color on dark background
a9f07b61 3349
c6588b4e
YM
33502005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3351
3352 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3353 use preferences AppleLocale and AppleLanguages, and variable
3354 mac-system-locale for default locale. On Mac OS Classic, use
3355 mac-system-coding-system for default coding systems.
3356
b72c5a86
SM
3357 * term/mac-win.el: Don't set file-name-coding-system.
3358 Decode variables system-name, emacs-build-system, user-login-name, and
c6588b4e
YM
3359 user-full-name by mac-system-coding-system on Mac OS Classic.
3360 (mac-system-coding-system): New variable.
3361
b3a623d0
LT
33622005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3363
3364 * startup.el (command-line): Handle `xterm-mouse-mode' before
3365 reading init file.
4d727d1a
LT
3366
3367 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
b3a623d0 3368
328fc313
GM
33692005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3370
3371 * progmodes/sh-script.el (sh-here-document-word): Make it a
3372 defcustom. Doc fix.
3373 (sh-add): Bash uses $(( )) for arithmetic.
3374 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3375 (sh-maybe-here-document): Remove quotes and leading whitespace
3376 from heredoc word when closing. Indent heredoc with tabs if word
3377 starts with "-".
3378
0047373b
RS
33792005-04-13 Richard M. Stallman <rms@gnu.org>
3380
3381 * simple.el (undo): Fix previous change.
3382
3383 * custom.el (defface): Doc fix.
3384
a2d66c78
LK
33852005-04-13 Lute Kamstra <lute@gnu.org>
3386
5c156fdf
LK
3387 * Makefile.in (DONTCOMPILE): Remove list.
3388 (compile, compile-always): Don't use DONTCOMPILE.
3389 (update-authors): Load the library in which batch-update-authors
3390 is defined.
3391 * makefile.w32-in (DONTCOMPILE): Remove list.
3392 (compile, compile-always): Fix comments.
3393 (update-authors): Load the library in which batch-update-authors
3394 is defined.
3395
a2d66c78
LK
3396 * generic-x.el (generic-mode-ini-file-find-file-hook):
3397 Rename to ini-generic-mode-find-file-hook.
3398 Keep generic-mode-ini-file-find-file-hook as an alias.
3399 (ini-generic-mode-find-file-hook): Rename from
3400 generic-mode-ini-file-find-file-hook. Fix docstring.
3401 (ini-generic-mode): Docstring change.
3402 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3403
3404 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3405 called from lisp.
3406
3407 * generic.el: Move to the emacs-lisp subdir.
3408
759e9f0c
DN
34092005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3410
3411 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3412 and C-S- function and cursor motion keys.
3413
dc56fc01
LT
34142005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3415
3416 * startup.el (command-line): Enable Xterm Mouse mode by default.
3417 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
ed77be1d
LT
3418 for Custom. No longer show "Mouse" in mode line when enabled.
3419 Doc fix.
dc56fc01 3420
d50285de
KS
34212005-04-12 Kim F. Storm <storm@cua.dk>
3422
3423 * emulation/cua-base.el (cua-rectangle-face)
3424 (cua-rectangle-noselect-face): Define face attributes here.
3425
3426 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3427
ed0fb1f1
JD
34282005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3429
3430 * startup.el (command-line): Turn off blinking cursor if
3431 cursorBlink in resources is off or false.
3432
a56e6111
YM
34332005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3434
3435 * term/mac-win.el (dnd): Require dnd.
3436 (mac-drag-n-drop): Call dnd-handle-one-url.
b7461be9
YM
3437 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3438 (kTextEncodingISOLatin2): Remove constants.
3439 (mac-script-code-coding-systems): New constant.
3440 (mac-handle-language-change): New function.
3441 (special-event-map): Bind it to `language-change' event.
3442 (mac-centraleurroman, mac-cyrillic): New coding systems.
3443 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3444 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3445 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3446 encode-mac-cyrillic, respectively.
a56e6111 3447
a1b6a089
NR
34482005-04-12 Nick Roberts <nickrob@snap.net.nz>
3449
3450 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3451 Don't set overlay-arrow-string to "=>" as this is done
3452 globally in C now.
3453
4d88e0ad
LK
34542005-04-12 Lute Kamstra <lute@gnu.org>
3455
b72c5a86
SM
3456 * generic-x.el (rc-generic-mode, rul-generic-mode):
3457 Fix auto-mode-alist entries.
4d88e0ad
LK
3458 (etc-fstab-generic-mode): Tweak fontification.
3459
3460 * generic.el (generic-make-keywords-list): Fix docstring.
3461 (generic-mode-internal): Simplify generic-font-lock-keywords.
3462
df5e8d2c
RV
34632005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3464
b72c5a86 3465 * whitespace.el (whitespace-buffer-leading)
2231c2bc
SM
3466 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3467 However, fix the highlight area for the leading and
df5e8d2c
RV
3468 trailing whitespaces to show space.
3469
7a15a271
RV
34702005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3471
3472 * whitespace.el (whitespace-version): Bump to 3.5
3473
b72c5a86
SM
3474 (whitespace-buffer-leading, whitespace-buffer-trailing):
3475 Invert sense of the test to highlight the whitespace.
7a15a271 3476
c80b3945
NR
34772005-04-12 Nick Roberts <nickrob@snap.net.nz>
3478
3479 * progmodes/gud.el (gud-display-line): GUD uses its own
3480 overlay arrow now so don't set overlay-arrow-string.
3481 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3482
22c061d6
DN
34832005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3484
3485 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3486 (term-ansi-current-reverse, term-ansi-current-invisible)
3487 (term-ansi-face-already-done): Change to boolean.
3488 (term-reset-terminal, term-handle-colors-array): Handle the above
3489 vars accordingly.
3490 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3491 (term-emulate-terminal): Use the new name.
3492
3493 * faces.el (secondary-selection): Use yellow1, not yellow.
3494 (trailing-whitespace): Use red1, not red.
3495
b438e670
JD
34962005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3497
3498 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3499 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3500 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3501
3502 * cus-edit.el (dnd): New group.
3503
3504 * term/w32-win.el (dnd): Require dnd
3505 (w32-drag-n-drop): Call dnd-handle-one-url.
3506
3507 * x-dnd.el: Require dnd.
b72c5a86
SM
3508 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3509 Call dnd-handle-one-url.
b438e670
JD
3510 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3511 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3512 to dnd-insert-text.
4d88e0ad
LK
3513 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3514 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
fe38e3b0 3515 (x-dnd-get-local-file-name, x-dnd-open-local-file)
b72c5a86 3516 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
b438e670
JD
3517
3518 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3519
0047373b 35202005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
a8f8c390
SM
3521
3522 * wdired.el: Doc fixes.
3523 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3524 (wdired-use-dired-vertical-movement): Rename from
3525 wdired-always-move-to-filename-beginning.
3526 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3527 (wdired-change-to-wdired-mode): Change mode name.
3528 (wdired-newline): Delete.
3529
713c9020
RS
35302005-04-11 Richard M. Stallman <rms@gnu.org>
3531
7dbe67a4
RS
3532 * whitespace.el (whitespace-highlight-the-space):
3533 Don't call whitespace-unhighlight-the-space here.
3534
713c9020
RS
3535 * simple.el (undo): Record t in undo-equiv-table
3536 for the redo record made by an undo-in-region.
3537
45bd9a1a
NR
35382005-04-12 Nick Roberts <nickrob@snap.net.nz>
3539
3540 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3541 (gdb-frame-inferior-io-buffer): New Functions to control
3542 display of separate IO buffer.
3543 (menu): Add them to menu-bar.
3544 (gdb-display-buffer): Check for buffer another frame.
3545 Protect GUD buffer.
3546 (gdb-setup-windows): Create IO buffer if not already there.
3547 (gdb-memory-mode): Remove purecopy noops.
3548
055e0d88
GM
35492005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3550
3551 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3552 and pass to self-insert-command.
3553
9285b8bc
LK
35542005-04-11 Lute Kamstra <lute@gnu.org>
3555
3556 * generic.el: Commentary section cleanup.
3557 (generic): Delete.
3558 (generic-use-find-file-hook, generic-lines-to-scan)
3559 (generic-find-file-regexp, generic-ignore-files-regexp)
3560 (default-generic-mode, generic-mode-find-file-hook)
3561 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3562 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3563 (generic-use-find-file-hook, generic-lines-to-scan)
3564 (generic-find-file-regexp, generic-ignore-files-regexp)
3565 (default-generic-mode, generic-mode-find-file-hook)
3566 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3567
9552bee8
KF
35682005-04-10 Karl Fogel <kfogel@red-bean.com>
3569
3570 * bookmark.el (bookmark-write-file): Catch errors writing file.
3571 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3572
6695c528
RS
35732005-04-10 Richard M. Stallman <rms@gnu.org>
3574
3575 * startup.el (fancy-splash-tail): Update copyright year.
3576 (command-line): Split part of -Q into -D.
3577 (emacs-basic-display): New defvar.
3578 (fancy-splash-text): Correct name of menu item.
3579
3580 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3581
3582 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3583 lines in one node.
3584
3585 * comint.el (comint-send-input): New arg ARTIFICIAL.
3586 Callers in this file changed.
3587
3588 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3589
3590 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3591
35922005-04-10 Chong Yidong <cyd@stupidchicken.com>
3593
3594 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3595 `ldap-search-internal'.
3596
35f257bb
SM
35972005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3598
f587e30b
SM
3599 * files.el (set-auto-mode-1): Use line-end-position.
3600
35f257bb
SM
3601 * international/latin-1.el:
3602 * international/latin-2.el:
3603 * international/latin-3.el:
3604 * international/latin-4.el:
3605 * international/latin-5.el:
3606 * international/latin-8.el:
3607 * international/latin-9.el: Give punctuation syntax to NBSP.
3608
3609 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3610 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3611 Use char-classes to accept non-ascii letters, accepted in some recent
3612 bibtex implementations.
3613
223bc577
LT
36142005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3615
3616 * custom.el (custom-set-minor-mode): Any non-nil value for the
3617 variable should enable the mode when set through Custom.
3618
4bcb9c95
SM
36192005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3620
3621 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3622 TAB binding so tab-always-indent is obeyed.
3623 (vhdl-minibuffer-local-map): Move initialization into declaration.
3624 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3625 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3626 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3627 (vhdl-current-line): Use line-beginning-position.
3628 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3629 with-output-to-temp-buffer, so the current position can be recorded.
3630
0c9a01ff
MY
36312005-04-10 Masatake YAMATO <jet@gyve.org>
3632
4bcb9c95
SM
3633 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3634 Add regexp for gcov.
0c9a01ff 3635
91472578
MB
36362005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3637
4bcb9c95
SM
3638 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3639 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
91472578 3640 syntax which Emacs 20 doesn't support.
91472578 3641
6695c528
RS
36422005-04-09 Richard M. Stallman <rms@gnu.org>
3643
b72c5a86
SM
3644 * help.el (describe-key-briefly, describe-key):
3645 Replace strings as event types with "(any string)".
6695c528 3646
941f9778
SM
36472005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3648
3649 * arc-mode.el (archive-mode-map): Move initialization into
3650 the declaration. Override *all* bindings of `undo'.
3651 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3652
1d1bf521
JB
36532005-04-09 Jay Belanger <belanger@truman.edu>
3654
941f9778 3655 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
1d1bf521 3656
ce102cb1
DN
36572005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3658
3659 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3660 (xterm-register-default-colors): Update color values computation
3661 to match xterm-200.
3662
2a9e192d
KH
36632005-04-09 Kenichi Handa <handa@m17n.org>
3664
3665 * international/code-pages.el (iso-latin-7): Fix the map.
3666
e790a4a3
LT
36672005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3668
3669 * emacs-lisp/lisp.el (defun-prompt-regexp)
3670 (parens-require-spaces, buffer-end, end-of-defun)
3671 (insert-parentheses): Doc fixes.
3672
3306ed3b
KS
36732005-04-08 Kim F. Storm <storm@cua.dk>
3674
3675 * comint.el (comint-highlight-prompt): Fix face spec.
e0d815a2 3676 * hi-lock.el (hi-green): Likewise.
3306ed3b 3677
099dcdcf
DN
36782005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3679
3306ed3b 3680 * cus-edit.el (custom-modified-face):
099dcdcf
DN
3681 * comint.el (comint-highlight-input): Fix previous changes.
3682 * term.el (term-handle-ansi-escape): Add a comment.
3683
c22c3db0
SM
36842005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3685
3686 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3687 in the buffer and in whitespace-highlighted-space.
3688 (whitespace-unhighlight-the-space): Simplify.
3689 (whitespace-buffer): Simplify.
3690
ea81d57e
DN
36912005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3692
3693 * textmodes/table.el (table-cell-face): Add special case for
3694 displays supporting a high number of colors.
3695 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3696 (vhdl-font-lock-reserved-words-face)
3697 (vhdl-speedbar-architecture-face)
3698 (vhdl-speedbar-instantiation-face)
3699 (vhdl-speedbar-architecture-selected-face)
c22c3db0
SM
3700 (vhdl-speedbar-instantiation-selected-face): Likewise.
3701 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3702 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
ea81d57e
DN
3703 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3704 (ebrowse-root-class-face, ebrowse-member-attribute-face)
c22c3db0
SM
3705 (ebrowse-progress-face): Likewise.
3706 * progmodes/compile.el (compilation-info-face): Likewise.
3707 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3708 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3709 * calendar/calendar.el (diary-face): Likewise.
ea81d57e 3710 * woman.el (woman-italic-face, woman-bold-face)
c22c3db0
SM
3711 (woman-unknown-face): Likewise.
3712 * wid-edit.el (widget-button-pressed-face): Likewise.
3713 * whitespace.el (whitespace-highlight-face): Likewise.
3714 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3715 * pcvs-info.el (cvs-marked-face): Likewise.
3716 * info.el (info-xref): Likewise.
3717 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
ea81d57e 3718 * hilit-chg.el (highlight-changes-face)
c22c3db0 3719 (highlight-changes-delete-face): Likewise.
ea81d57e 3720 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
c22c3db0
SM
3721 (hi-red-b): Likewise.
3722 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
ea81d57e 3723 * font-lock.el (font-lock-keyword-face)
c22c3db0 3724 (font-lock-function-name-face, font-lock-warning-face): Likewise.
ea81d57e
DN
3725 * cus-edit.el (custom-invalid-face, custom-modified-face)
3726 (custom-set-face, custom-changed-face, custom-variable-tag-face)
c22c3db0
SM
3727 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3728 * comint.el (comint-highlight-prompt): Likewise.
ea81d57e 3729
67b4790b
LK
37302005-04-08 Lute Kamstra <lute@gnu.org>
3731
3732 * font-lock.el (font-lock-keywords): Docstring fixes.
3733
9741224e
KH
37342005-04-08 Kenichi Handa <handa@m17n.org>
3735
3736 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3737 chars are more than a limit, print " and more..." at the tail.
3738
3a10b9ce
KS
37392005-04-08 Kim F. Storm <storm@cua.dk>
3740
3741 * emacs-lisp/authors.el (authors-aliases): Update list.
3742 (authors-ignored-files): New list.
3743 (authors-fixed-entries): Fix typo.
3744 (authors-renamed-files-alist): Update list.
3745 (authors-add): Check authors-ignored-files.
3746
eaf779a7
CD
37472005-04-08 Carsten Dominik <dominik@science.uva.nl>
3748
214e2d48 3749 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
eaf779a7
CD
3750 optional, to ensure backward compatibility.
3751
fc2cae59
SE
37522005-04-08 Stephen Eglen <stephen@gnu.org>
3753
3754 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3755
859b8989
KS
37562005-04-08 Kim F. Storm <storm@cua.dk>
3757
b72c5a86 3758 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
859b8989
KS
3759
3760 * mouse.el (mouse-on-link-p): Doc fix.
3761
709bfdaf
LT
37622005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3763
db648b84
LT
3764 * ielm.el (ielm-prompt-read-only): Doc fix.
3765
709bfdaf
LT
3766 * comint.el (comint-prompt-read-only): Doc fix.
3767
5b523a77
JL
37682005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3769
3770 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3771 ensure dired always handles wildcards passed to ffap.
3772 (find-file-at-point): Use it.
3773 (ffap-dired-wildcards): Doc fix.
3774
34d86208
JL
37752005-04-07 Juri Linkov <juri@jurta.org>
3776
3777 * simple.el (next-error-overlay-arrow-position): New defvar.
3778 Put "=>" on its property `overlay-arrow-string'. Add it to
3779 `overlay-arrow-variable-list'.
3780
3781 * progmodes/compile.el (compilation-setup):
3782 Set `next-error-overlay-arrow-position' to nil. Also set it to
3783 nil in the local hook `kill-buffer-hook'. Make local variable
3784 `overlay-arrow-string' and set it to "=>".
3785 (compilation-goto-locus): Set BOL position to
3786 `next-error-overlay-arrow-position' instead of
3787 `overlay-arrow-position'.
3788
3789 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3790 locally instead of adding it to the global hook.
3791 (Info-kill-buffer): Move up.
3792
9fb518aa
DN
37932005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3794
3795 * term/xterm.el (xterm-standard-colors): Update color values from
4c23089d 3796 xterm-200.
9fb518aa 3797
5c8b653b
SM
37982005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3799
797bf075
SM
3800 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3801
5c8b653b
SM
3802 * fast-lock.el:
3803 * lazy-lock.el: Move them to the obsolete subdir.
3804
969ee2ad
SM
38052005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3806
3807 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3808 (wdired-add-replace-advice): Remove.
3809 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3810
73f0d996
KS
38112005-04-06 Kim F. Storm <storm@cua.dk>
3812
3813 * startup.el (command-line): Add --bare-bones alias for -Q.
3814
369f76bb
YM
38152005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3816
3817 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3818 create the startup fontset if a font specification ends with
3819 `mac-roman'.
3820
e0e5f076
LK
38212005-04-06 Lute Kamstra <lute@gnu.org>
3822
9e4b54a0
LK
3823 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3824 change.
3825
e0e5f076
LK
3826 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3827 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3828
ab7bc290
LK
38292005-04-05 Lute Kamstra <lute@gnu.org>
3830
6a8cf883
LK
3831 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3832 (define-generic-mode): Ditto. Fix debug declaration.
d9c39305 3833
969ee2ad
SM
3834 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3835 Put them in the generic-x group.
6a8cf883 3836
d9c39305 3837 * calendar/timeclock.el (timeclock): Doc fix.
6a8cf883 3838
ab7bc290
LK
3839 * generic.el (define-generic-mode): Don't use custom-current-group.
3840 Document default :group value.
3841 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3842 (define-global-minor-mode): Don't use custom-current-group.
3843
39b32c06
GM
38442005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3845
f4564cfd
GM
3846 * startup.el (command-line-1): Display startup-echo-area-message
3847 when fancy splash screen is in use.
3848
d6d43bde
GM
3849 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3850 (sh-escaped-newline): New face.
3851 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3852 newline, and use sh-escaped-newline face.
3853
39b32c06
GM
3854 * progmodes/tcl.el (tcl-escaped-newline): New face.
3855 (tcl-builtin-list): New variable.
3856 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3857 newlines. Fix keywords subexpression number.
3858
da659ce6
CD
38592005-04-05 Carsten Dominik <dominik@science.uva.nl>
3860
d9c39305 3861 * textmodes/org.el (org-diary-default-entry): Fix call to
39b32c06 3862 `add-to-diary-entry'.
da659ce6 3863
7ed08c01
KS
38642005-04-05 Kim F. Storm <storm@cua.dk>
3865
3866 * ediff-init.el: Use (featurep 'xemacs).
3867
f1c7de69
DP
38682005-04-05 David Ponce <david@dponce.com>
3869
3870 * cus-edit.el (face): Derive from symbol widget. Display sample
3871 of the current face on the fly.
3872 (widget-face-sample-face-get, widget-face-notify): New functions.
3873 (widget-face-value-create): Remove.
3874
3875 * wid-edit.el (widget-field-end): Temporarily remove field
3876 narrowing before to call `get-char-property'.
3877
32503b32
JB
38782005-04-04 Jay Belanger <belanger@truman.edu>
3879
3880 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3881 (math-read-subscripts): New variable.
3882 (math-read-preprocess-string): Process subscripts.
3883
47b143f3
LT
38842005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3885
a9aa7c74
LT
3886 * comint.el (comint-prompt-read-only): Doc fix.
3887
47b143f3
LT
3888 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3889 `-1'. Doc fix.
3890
6eb49472
CD
38912005-04-04 Carsten Dominik <dominik@science.uva.nl>
3892
969ee2ad
SM
3893 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3894 Change default value to nil.
6eb49472 3895
171c707b
LK
38962005-04-04 Lute Kamstra <lute@gnu.org>
3897
8c6ef2ca
LK
3898 * autorevert.el (auto-revert-mode): Specify :group.
3899 * battery.el (display-battery-mode): Specify :group.
3900 * diff-mode.el (diff-minor-mode): Specify :group.
3901 * font-core.el (font-lock-mode): Specify :group.
3902 * hl-line.el (hl-line-mode): Specify :group.
3903 * iimage.el (iimage): New customization group.
3904 (iimage-mode): Specify :group.
3905 * longlines.el (longlines-mode): Specify :group.
3906 * master.el: Don't require easy-mmode.
3907 (master): New customization group.
3908 (master-mode): Specify :group.
3909 * msb.el (msb-mode): Specify :group.
3910 * reveal.el (reveal-mode): Specify :group.
3911 * simple.el (next-error-follow-minor-mode): Specify :group.
3912 * smerge-mode.el (smerge-mode): Specify :group.
3913 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3914 * emulation/cua-base.el (cua-mode): Specify :group.
3915 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3916 * language/thai-util.el (thai-auto-composition-mode)
3917 (thai-word-mode): Specify :group.
3918 * mail/supercite.el (sc-minor-mode): Specify :group.
3919 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3920 * progmodes/flymake.el (flymake-mode): Specify :group.
3921 * progmodes/glasses.el (glasses-mode): Specify :group.
3922 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3923 * textmodes/enriched.el (enriched-mode): Specify :group.
3924 * textmodes/refill.el (refill-mode): Specify :group.
3925
171c707b
LK
3926 * add-log.el (change-log-font-lock-keywords): Names in
3927 parenthesized lists can contain spaces.
3928
e3039e63
TTN
39292005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3930
3931 * startup.el (fancy-splash-text): Shorten default text of
3932 "Emacs Tutorial" line. Also, if the current language env
3933 indicates an available tutorial file other than TUTORIAL,
3934 extract its title and append it to the line in parentheses.
3935 (fancy-splash-insert): If arg is a thunk, funcall it.
3936
1151215a
JB
39372005-04-04 Jay Belanger <belanger@truman.edu>
3938
3939 * calc.el (calc-language-alist): Add tags to customization type.
3940
745986d5
LT
39412005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3942
81fb9e86 3943 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
745986d5
LT
3944 Doc fix.
3945
28cfe103 39462005-04-03 Marcelo Toledo <marcelo@gnu.org>
e9fd21e8 3947
969ee2ad
SM
3948 * add-log.el (change-log-font-lock-keywords): The manual
3949 describing a Change Log entry, says: (...) "Aside from these
3950 header lines, every line in the change log starts with a space or
52eb0373 3951 a tab.". The font-lock was not highlighting lines started with
969ee2ad 3952 spaces, added support for it.
e9fd21e8 3953
63d516ce
SM
39542005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3955
3956 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
52eb0373 3957 (bibtex-generate-url-list): Update docstring accordingly. Put the
63d516ce
SM
3958 complex example in the docstring.
3959 (bibtex-font-lock-url): Use pop.
3960
59bb9410
SM
39612005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
3962
4c5113c7
SM
3963 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
3964
59bb9410
SM
3965 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
3966
6c381cba
GM
39672005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
3968
3969 * filesets.el (filesets-set-default): Doc fix.
3970
07e5fb9e
LK
39712005-04-03 Lute Kamstra <lute@gnu.org>
3972
c85465f9
LK
3973 * generic.el (define-generic-mode): Add argument to specify
3974 keywords for defcustom.
3975 (default-generic-mode): Specify :group.
59bb9410 3976
0c0a9c99
LK
3977 * generic-x.el: Specify :group for all generic modes.
3978
07e5fb9e 3979 * desktop.el (desktop-no-desktop-file-hook)
d9c39305 3980 (desktop-after-read-hook): Doc fix.
07e5fb9e 3981
2a0af9db
LT
39822005-04-02 Luc Teirlinck <teirllm@auburn.edu>
3983
3984 * simple.el (visible-mode): Use explicit :group keyword.
3985 This changes the group of `visible-mode-hook' from paren-blinking
3986 to editing-basics.
3987
2f2e2373
EZ
39882005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
3989
52eb0373 3990 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
2f2e2373
EZ
3991 mailbox specifications as well as URLs.
3992 (rmail-insert-inbox-text): Remove unused conditional branches.
3993
1ee49a88
JB
39942005-04-01 Jay Belanger <belanger@truman.edu>
3995
3996 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
3997 (calc-gnuplot-print-command): Move definitions to calc.el.
3998
3999 * calc/calc-embed.el (calc-embedded-announce-formula)
4000 (calc-embedded-open-formula, calc-embedded-close-formula)
4001 (calc-embedded-open-word, calc-embedded-close-word)
4002 (calc-embedded-open-plain, calc-embedded-close-plain)
4003 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4004 (calc-embedded-open-mode, calc-embedded-close-mode):
4005 Move definitions to calc.el.
4006
4007 * calc/calc.el (calc-settings-file, calc-language-alist):
4008 Make customizable.
4009 (calc-embedded-announce-formula, calc-embedded-open-formula)
4010 (calc-embedded-close-formula, calc-embedded-open-word)
4011 (calc-embedded-close-word, calc-embedded-open-plain)
4012 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4013 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4014 (calc-embedded-close-mode, calc-gnuplot-name)
4015 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4016 from other files and make customizable.
4017
392fe1b7
SM
40182005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4019
4020 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4021 Use buffer-live-p.
4022 (cvs-mode-run): Don't call cvs-update-header here.
4023 (cvs-run-process): Call cvs-update-header.
4024 Use process properties for cvs-postprocess and cvs-buffer so that
4025 the sentinel can behave better if the temp buffer is killed.
4026 Use a pipe rather than a tty, to better handle unexpected prompts.
4027 (cvs-sentinel): Rewrite. Call cvs-update-header.
4028
2e2255f6
AS
40292005-04-01 Andre Spiegel <spiegel@gnu.org>
4030
4031 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4032 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4033
392fe1b7
SM
40342005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4035
4036 * generic.el (define-generic-mode): Add indentation rule.
4037
5e9961be
LT
40382005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4039
4040 * files.el (mode-require-final-newline): Make Custom correctly
4041 report a nil value and allow to set it to nil via Custom.
4042 Doc fix.
4043
9cf97f26
KH
40442005-04-01 Kenichi Handa <handa@m17n.org>
4045
4046 * international/characters.el: Enable the correct case setting for
4047 dotless-i and dotted-I.
4048
81f5c6a3
KS
40492005-04-01 Kim F. Storm <storm@cua.dk>
4050
4051 * ido.el (ido-file-internal): Fall back to non-ido command if
4052 initial directory is on slow ftp (or tramp) host.
4053
39a27f95
RS
40542005-03-31 Richard M. Stallman <rms@gnu.org>
4055
e134f4a8
RS
4056 * emacs-lisp/autoload.el (make-autoload):
4057 Handle define-global-minor-mode.
4058
39a27f95 4059 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
392fe1b7 4060 Rename from easy-mmode-define-global-mode.
39a27f95
RS
4061 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4062
392fe1b7
SM
4063 * progmodes/scheme.el (scheme-mode-syntax-table):
4064 Update syntax of | and # for two-character comment syntax.
39a27f95 4065
66e181ad
LK
40662005-03-31 Lute Kamstra <lute@gnu.org>
4067
4068 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4069 (define-minor-mode): Call custom-current-group at load-time.
4070
4071 * generic.el (define-generic-mode): Add debug declaration.
4072 Add defcustom for the mode hook.
4073 (generic-mode-internal): Use run-mode-hooks.
4074
34514f48
KS
40752005-03-31 Kim F. Storm <storm@cua.dk>
4076
4077 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
f793f885
KS
4078 (mouse-fixup-help-message): New defun called by show_help_echo
4079 to fixup mouse-2 prefix in help messages when applicable.
34514f48 4080
f793f885 4081 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
34514f48 4082
fafbb99d 40832005-03-31 Kenichi Handa <handa@m17n.org>
7c315e1c 4084
e5729c6c
KH
4085 * language/thai-word.el (thai-find-word-ends): Pay attention to
4086 the case that we reach the end of buffer.
4087
7c315e1c
KH
4088 * textmodes/fill.el (fill-text-properties-at): New function.
4089 (fill-newline): Use fill-text-properties-at instead of
4090 text-properties-at.
4091
52eb0373 40922005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
ace4dad6 4093
d9c39305 4094 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
ace4dad6
KB
4095 not comint-quote-filename.
4096
5ee2cf8a
TTN
40972005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4098
4099 * help-fns.el (help-with-tutorial): Revert last change.
4100
7ab4753e
KS
41012005-03-31 Kim F. Storm <storm@cua.dk>
4102
4103 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4104
fffaba77
PE
41052005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4106
4107 * calendar/cal-china.el: Update reference to "Calendrical
4108 Calculations" book; there's a new edition.
4109 * calendar/cal-coptic.el: Likewise.
4110 * calendar/cal-french.el: Likewise.
4111 * calendar/cal-hebrew.el: Likewise.
4112 * calendar/cal-islam.el: Likewise.
4113 * calendar/cal-iso.el: Likewise.
4114 * calendar/cal-julian.el: Likewise.
4115 * calendar/cal-mayan.el: Likewise.
4116 * calendar/cal-persia.el: Likewise.
4117 * calendar/calendar.el: Likewise.
4118 * calendar/holidays.el: Likewise.
4119 * calendar/lunar.el: Likewise.
4120 * calendar/solar.el: Likewise.
4121
4122 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4123 white space from doc string.
4124
0a2bf0fa
JB
41252005-03-30 Jay Belanger <belanger@truman.edu>
4126
4127 * calc/calc-help.el (calc-full-help): Remove email address.
4128
19577b0e
TTN
41292005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4130
4131 * help-fns.el (help-with-tutorial): Delete title line.
4132
4fdb2a6c
GM
41332005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4134
9080baba
GM
4135 * calendar/cal-x.el (calendar-one-frame-setup)
4136 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4137 rather than 'symbol for set-window-dedicated-p.
4138
204451b6
GM
4139 * calendar/appt.el (appt-buffer-name): Make it a constant.
4140 (appt-add): Doc fix.
4141
4fdb2a6c
GM
4142 * filesets.el (filesets-menu-path, filesets-menu-before)
4143 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4144 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4145 (filesets-add-submenu): Delete and use add-submenu instead.
4146
ef943dba
CD
41472005-03-30 Carsten Dominik <dominik@science.uva.nl>
4148
19577b0e 4149 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
ef943dba
CD
4150 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4151 (org-diary-default-entry): New function.
392fe1b7 4152 (org-get-entries-from-diary): Better parsing of diary entries.
ef943dba
CD
4153 (org-agenda-check-no-diary): New function.
4154 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4155 linking to diary entries.
392fe1b7
SM
4156 (org-agenda-execute-calendar-command): New function.
4157 (org-agenda): Improve visible section in window.
4158 Use `org-fit-agenda-window'.
ef943dba
CD
4159 (org-fit-agenda-window): New option.
4160 (org-move-subtree-down): Better handling of empty lines
4161 at end of subtree.
4162 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4163 levels up.
4164 (org-fontify-done-headline): New option.
4165 (org-headline-done-face): New face.
4166 (org-set-font-lock-defaults): Use `org-headline-done-face'.
392fe1b7
SM
4167 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4168 When current field is non-empty, it is copied to next row.
4169 (org-table-copy-from-above): Fix bug which made it
4170 impossible to copy fields containing only a single non-white character.
ef943dba 4171
c33d06b0
KS
41722005-03-30 Kim F. Storm <storm@cua.dk>
4173
4174 * kmacro.el (kmacro-end-macro): Isearch may store this command
4175 into the macro -- so ignore it when executing keyboard macro.
4176
4f5f7887
NR
41772005-03-30 Nick Roberts <nickrob@snap.net.nz>
4178
4179 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4180
74269806
KH
41812005-03-29 Kenichi Handa <handa@m17n.org>
4182
4183 * language/thai.el ("Thai"): Set setup-function and exit-function
4184 for Thai language environment.
4185
4186 * language/thai-util.el: Require thai-word.
4187 (thai-word-mode-map): New variable.
4188 (thai-word-mode): New minor mode.
4189 (setup-thai-language-environment-internal): New function.
4190 (exit-thai-language-environment-internal): New function.
4191
4192 * language/thai-word.el (thai-word-table): Declare it by defvar,
4193 use dolist to initialize it.
4194 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4195 (thai-fill-find-break-point): New functions.
4196
8e669bbd
RS
41972005-03-29 Richard M. Stallman <rms@gnu.org>
4198
4199 * simple.el (idle-update-delay): Move definition up.
b36a687c 4200 (set-mark): Doc fix.
8e669bbd
RS
4201
42022005-03-29 Chong Yidong <cyd@stupidchicken.com>
4203
4204 * longlines.el: New file.
c33d06b0 4205
8e669bbd
RS
4206 * simple.el (buffer-substring-filters): New variable.
4207 (filter-buffer-substring): New function.
4208 (kill-region, copy-region-as-kill): Use it.
4209
4210 * register.el (copy-to-register, append-to-register)
4211 (prepend-to-register): Use filter-buffer-substring.
4212
5f9ffb03
NR
42132005-03-30 Nick Roberts <nickrob@snap.net.nz>
4214
c33d06b0 4215 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
5f9ffb03
NR
4216 (gud-filter-pending-text): Move in front of gdb.
4217 (gud-overlay-arrow-position): New variable.
4218 (gud-sentinel, gud-display-line): Use it in place of
4219 overlay-arrow-position.
4220
0d6d7be5
GM
42212005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4222
b976213b
GM
4223 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4224 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4225 (fortran-font-lock-keywords-4): New variable.
4226 (fortran-blocks-re, fortran-end-block-re)
4227 (fortran-start-block-re): New constants, for hideshow.
4228 (hs-special-modes-alist): Add a Fortran entry.
4229 (fortran-mode-map): Bind fortran-end-of-block,
4230 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
52eb0373 4231 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
b976213b
GM
4232 (fortran-looking-at-if-then, fortran-end-of-block)
4233 (fortran-beginning-of-block): New functions, for hideshow.
4234
52eb0373
JB
4235 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4236 Doc fix. Tweak regexp.
0d6d7be5
GM
4237 (f90-beginning-of-block): Push mark first.
4238
bb64248b
JB
42392005-03-29 Jay Belanger <belanger@truman.edu>
4240
4241 * calc/calc.el: Update copyright date.
4242 (calc-version): Increase to 2.1.
4243 (calc-version-date): Remove.
4244
4245 * calc/calc-help.el: Update copyright date.
4246 (calc-full-help): Remove reference to calc-version-date.
4247 Update copyright date.
4248
55ec6b37
SM
42492005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4250
4251 * vc.el (vc-do-command): Use a pipe for async processes, so password
4252 prompts don't show up at places where the user can't reply.
4253
52eb0373 42542005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6380e5a7
KB
4255
4256 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4257 on the file name we pass to the inferior shell.
4258
ef91372a
SM
42592005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4260
4261 * progmodes/which-func.el (which-function): Be robust in the face of an
4262 imenu--make-index-alist failure.
4263
8d194e3e
SM
42642005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4265
4266 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4267
4268 * progmodes/python.el (python-preoutput-filter): Fix last change.
4269
d7029908
LK
42702005-03-29 Lute Kamstra <lute@gnu.org>
4271
4272 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4273 functions and compiled macros.
4274 (debug-convert-byte-code): Handle macros too.
4275 (debug-on-entry-1): Don't signal an error when trying to clear a
4276 function that is not set to debug on entry.
4277
d59ea3ae
JB
42782005-03-29 Jay Belanger <belanger@truman.edu>
4279
4280 * calc/calc-lang.el: Add functions to math-function-table
4281 properties of tex and math.
4282
eab4bb89
KH
42832005-03-29 Kenichi Handa <handa@m17n.org>
4284
4285 * ps-mule.el (ps-mule-plot-string): Translate characters by
4286 ps-print-translation-table.
4287 (ps-mule-begin-job): Call find-charset-region/string with
4288 ps-print-translation-table.
8d194e3e 4289 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
eab4bb89
KH
4290
4291 * ps-print.el (ps-print-translation-table): New variable.
8d194e3e 4292 (ps-plot-region): Translate characters by ps-print-translation-table.
eab4bb89 4293
073fcaf6
JL
42942005-03-29 Juri Linkov <juri@jurta.org>
4295
4296 * simple.el (next-error-highlight-timer): New variable.
4297
4298 * progmodes/compile.el (compilation-goto-locus):
4299 Use `next-error-highlight-timer' instead of `sit-for'.
4300
caf3c78f
SM
43012005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4302
4303 * mail/supercite.el (sc-mail-field): Use assoc-string.
4304 (sc-get-address): Simplify regexps.
4305
4306 * files.el (minibuffer-with-setup-hook): New macro.
4307 (find-file-read-args): Use it to avoid let-binding
4308 minibuffer-with-setup-hook (which breaks turning on/off
4309 file-name-shadow-mode while in the prompt).
4310
4311 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4312
2d526287
LT
43132005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4314
4315 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4316
12566797
SM
43172005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4318
ba96f392
SM
4319 * window.el (window-buffer-height): Use count-screen-lines.
4320
12566797
SM
4321 * progmodes/python.el (python-preoutput-leftover): New var.
4322 (python-preoutput-filter): Use it.
4323 (python-send-receive): Loop until all the result has been received.
4324
ba40634b
JL
43252005-03-28 Juri Linkov <juri@jurta.org>
4326
4327 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4328
4329 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4330 "Recover Crashed Session".
4331 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4332 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4333 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4334 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4335 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4336 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4337 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4338 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4339
4340 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4341 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4342 Ediff Sessions", "Toggle use of separate control buffer frame",
4343 "Use separate frame for Ediff control buffer".
4344
4345 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4346 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4347 "Rename Bookmark", "Delete Bookmark".
4348
4349 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4350 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4351 Add `:active Info-index-alternatives' to "Next Matching Item".
4352
4353 * wdired.el (wdired-change-to-wdired-mode):
4354 Mention `wdired-abort-changes' key in the initial message.
4355
4356 * international/mule.el (auto-coding-alist): Associate non-ascii
4357 image filename extensions with `no-conversion'.
4358
8d194e3e
SM
43592005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4360
4361 * international/iso-acc.el:
4362 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4363
468b711f
LT
43642005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4365
73cba75d
LT
4366 * textmodes/sgml-mode.el (html-mode): Doc update.
4367
468b711f
LT
4368 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4369
99a56581
DN
43702005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4371
4372 * term.el (term-move-columns): Fix face after extending a line.
4373 (term-insert-spaces): Likewise.
4374 (term-reset-terminal): Fix off by one error.
4375
54879547
EZ
43762005-03-26 Eli Zaretskii <eliz@gnu.org>
4377
4378 * international/mule.el (auto-coding-alist): Add .xpi files.
4379
4380 * files.el (auto-mode-alist): Add .xpi files.
4381
ee7a5ccb
EZ
43822005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4383
4384 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4385
b2705c8c
EZ
43862005-03-26 Eli Zaretskii <eliz@gnu.org>
4387
4388 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4389
da8612d3
GM
43902005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4391
4392 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4393 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4394
4395 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4396 cursor to Jan 1 when needed.
4397 (calendar-end-of-year): Fix -/+ typo.
4398 Reported by Chong Yidong <cyd@stupidchicken.com>.
4399
be940bc5
SM
44002005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4401
5ffc943b
SM
4402 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4403
be940bc5
SM
4404 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4405 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4406
85df292e
RS
44072005-03-25 Richard M. Stallman <rms@gnu.org>
4408
4409 * filesets.el (filesets-init): Add autoload.
4410
4411 * mail/mailalias.el (mail-directory): Doc fix.
4412
44132005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
be940bc5 4414
85df292e
RS
4415 * mail/mailalias.el (mail-directory-process): Do nothing if
4416 mail-directory-process is an atom.
4417 (mail-get-names): Ignore mail-directory-names if it is an atom.
4418 (mail-directory-process defvar): Doc fix.
4419 (mail-names): Doc fix.
4420
44212005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4422
4423 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4424
ae766e0d
KH
44252005-03-26 Kenichi Handa <handa@m17n.org>
4426
be940bc5
SM
4427 * international/mule-util.el (detect-coding-with-priority):
4428 Call update-coding-systems-internal before detect-coding-region.
ae766e0d 4429
5a049eca
NR
44302005-03-26 Nick Roberts <nickrob@snap.net.nz>
4431
4432 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4433 (gdb-frames-mode-map): Add follow-link property.
4434
bba984aa
JB
44352005-03-25 Jay Belanger <belanger@truman.edu>
4436
4437 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4438 for variables.
4439
13200335
JL
44402005-03-25 Juri Linkov <juri@jurta.org>
4441
4442 * image-mode.el: Optimize image filename extension regexps in
4443 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4444 in `auto-mode-alist'.
4445 (image-mode): Add `image-toggle-display-text' to local hook
4446 `change-major-mode-hook'. Display the image as an image by
4447 default. Set `cursor-type' and `truncate-lines' if the image
4448 is already displayed. Take into account the current mode (image
4449 or text) in message.
4450 (image-minor-mode): New minor mode.
4451 (image-mode-maybe, image-toggle-display-text): New functions.
4452 (image-toggle-display): Use called-interactively-p.
4453 Let-bind `inhibit-read-only' to t.
4454
90d0be7d
JL
4455 * image-mode.el (image-minor-mode): Set `cursor-type' and
4456 `truncate-lines' if the image is already displayed. Add turning
4457 image-minor-mode off to `change-major-mode-hook'. Add message.
4458 Call `image-toggle-display-text' after turning image-minor-mode off.
13200335 4459
5341e481
SM
44602005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4463 Terminal.app, use utf-8.
4464 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4465 (set-locale-environment): Use it.
4466
4467 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4468
4469 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4470
4471 * progmodes/python.el (python-close-block-statement-p)
4472 (python-outdent-p, python-current-defun): Use symbol-end.
4473
126c9dda
TTN
44742005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4475
4476 * files.el (save-some-buffers): Doc fix.
4477
932fb767
WL
44782005-03-25 Werner Lemberg <wl@gnu.org>
4479
4480 * complete.el, thumbs.el: Replace `legal' with `valid'.
9f556e44 4481 * calendar/calendar.el: Replace `legal' with `valid'.
bece3937 4482 * emacs-lisp/advice.el: Replace `legal' with `valid'.
0486e05a 4483 * mail/supercite.el: Replace `legal' with `valid'.
881b07f9
JB
4484 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4485 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4486 Replace `legal' with `valid'.
4487 * textmodes/reftex-vars.el, textmodes/reftex.el:
4488 Replace `legal' with `valid'.
932fb767 4489
25f72ec0
WL
44902005-03-25 Werner Lemberg <wl@gnu.org>
4491
5341e481 4492 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
aaed846c 4493 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4920bd1e 4494 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
d00fa0a4 4495 * emulation/vip.el: Replace `illegal' with `invalid'.
5341e481 4496 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
9d034245 4497 * mail/supercite.el: Replace `illegal' with `invalid'.
881b07f9
JB
4498 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4499 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4500 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4501 * progmodes/sh-script.el, progmodes/xscheme.el:
4502 Replace `illegal' with `invalid'.
4503 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4504 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4505 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4506 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
25f72ec0 4507
781da985
SM
45082005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4509
5341e481
SM
4510 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4511 (flymake-find-buildfile, flymake-find-possible-master-files)
4512 (flymake-check-include, flymake-parse-line): Replace loops over the
4513 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4514
4515 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4516 Substitute file-name-as-directory in the rest of the file.
4517 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4518 (flymake-replace-region): Remove unused arg `buffer'.
4519 (flymake-check-patch-master-file-buffer): Update calls to it.
4520 (flymake-add-err-info): Remove unused var `count'.
4521 (flymake-mode): Use define-minor-mode.
4522
4523 * progmodes/flymake.el: Use with-current-buffer.
4524 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4525 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4526 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4527 Avoid testing for `xemacs'.
4528 (flymake-nop): Move.
4529 (flymake-region-has-flymake-overlays): Return the computed value.
4530 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4531 Remove unused var `endline'.
4532 (flymake-get-line-count): Remove unused function.
4533 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4534
4535 * emulation/vi.el:
4536 * generic.el:
4537 * hilit-chg.el (global-highlight-changes):
4538 * hi-lock.el (hi-lock-mode):
4539 * follow.el: find-file-hooks -> find-file-hook.
4540
781da985
SM
4541 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4542
3659a2b8
JL
45432005-03-24 Juri Linkov <juri@jurta.org>
4544
4545 * dired.el (dired-mode-map): Add menu item "Compare directories"
4546 for dired-compare-directories.
4547
4548 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4549 Doc fix. Replace `read-file-name' with `read-directory-name'.
4550
781da985 45512005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
590880af
SM
4552
4553 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4554
0fa1a6b8
JB
45552005-03-24 Jay Belanger <belanger@truman.edu>
4556
fe38e3b0 4557 * calc/calc-embed.el (calc-embedded-mode-change): Save all
0fa1a6b8
JB
4558 relevant mode settings in calc-embedded-original-modes when modes
4559 are permanently changed.
4560
a702ffbb
SM
45612005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4562
4563 * autoinsert.el: find-file-hooks -> find-file-hook.
4564
fbc5e359
LK
45652005-03-24 Lute Kamstra <lute@gnu.org>
4566
4567 * generic.el (generic-font-lock-defaults): Make it obsolete.
4568 (generic-font-lock-keywords): New variable to replace
4569 generic-font-lock-defaults.
4570 (generic-mode-set-font-lock): Delete it.
4571 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4572 (generic-bracket-support): Add docstring.
4573
16a013c2
LK
4574 * generic-x.el: Rename generic-font-lock-defaults to
4575 generic-font-lock-keywords throughout.
4576 (mailagent-rules-setup-function): Delete it.
4577 (mailagent-rules-generic-mode): Use anonymous function instead.
4578 (show-tabs-generic-mode-font-lock-defaults-1)
4579 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4580 Quote faces.
4581 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4582 not foreground.
4583
48621281
LK
4584 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4585 Recognize define-generic-mode.
4586
a702ffbb
SM
45872005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4588
4589 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4590 if there's no completion table.
4591
c29749e7
MB
45922005-03-23 Miles Bader <miles@gnu.org>
4593
fbc5e359 4594 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
c29749e7
MB
4595 Remove tty-specific variants, as they're no longer needed.
4596
ca2d9ad8
LK
45972005-03-23 Lute Kamstra <lute@gnu.org>
4598
a702ffbb 4599 * generic-x.el: Code cleanup: make args constant whenever possible.
82e38f3e
LK
4600 (installshield-statement-keyword-list)
4601 (installshield-system-functions-list)
4602 (installshield-system-variables-list, installshield-types-list)
4603 (installshield-funarg-constants-list): Make them constants.
4604
ef300cff
LK
4605 * generic.el (generic-make-keywords-list): Add autoload cookie.
4606
a702ffbb
SM
4607 * calendar/time-date.el: Add comment on time value formats.
4608 Don't require parse-time.
ca2d9ad8
LK
4609 (with-decoded-time-value): New macro.
4610 (encode-time-value): New function.
4611 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4612 (days-to-time): Return a valid time value when arg is huge.
4613 (time-since): Use time-subtract.
4614 (time-to-number-of-days): Use time-to-seconds.
4615
bbcb3b44
DP
46162005-03-23 David Ponce <david@dponce.com>
4617
4618 * recentf.el: (recentf-keep): New option.
4619 (recentf-menu-action): Default to `find-file'.
4620 (recentf-keep-non-readable-files-flag)
4621 (recentf-keep-non-readable-files-p)
4622 (recentf-file-readable-p, recentf-find-file)
4623 (recentf-cleanup-remote): Remove.
4624 (recentf-include-p): More robust.
4625 (recentf-keep-p): New function.
4626 (recentf-remove-if-non-kept): Rename from
52eb0373 4627 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
a702ffbb 4628 All callers updated.
bbcb3b44 4629 (recentf-menu-items-for-commands): Fix help string.
52eb0373
JB
4630 (recentf-track-closed-file): Update. Doc fix.
4631 (recentf-cleanup): Update. Count removed files. Doc fix.
bbcb3b44 4632
8df0ffbe
KS
46332005-03-23 Kim F. Storm <storm@cua.dk>
4634
4635 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4636 Don't inherit from fringe face (now happens automatically).
4637
eac7d7eb
KS
46382005-03-22 Kim F. Storm <storm@cua.dk>
4639
4640 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4641 position values.
4642
4a4a82d6
SM
46432005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4644
4645 * menu-bar.el (showhide-date-time): Remove.
4646 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4647 (menu-bar-make-mm-toggle): Simplify.
4648
19f26a89 46492005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4a4a82d6
SM
4650
4651 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4652 Accept qualified variable and function names.
4653
b9d8ddef
TTN
46542005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4655
4656 * bindings.el (completion-ignored-extensions):
4657 Remove ".lis" for `vax-vms'.
4658
9660f868
AS
46592005-03-22 Andreas Schwab <schwab@suse.de>
4660
4661 * generic-x.el: Revert last change.
4662 * ldefs-boot.el: Update.
4663
948e33b9
JB
46642005-03-22 Jay Belanger <belanger@truman.edu>
4665
4666 * calc/calc-embed (calc-embedded-original-modes): New variable.
4667 (calc-embedded-save-original-modes)
4668 (calc-embedded-restore-original-modes): New functions.
4669 (calc-do-embedded): Save original modes when entering embedded mode
4670 and restore when leaving embedded mode.
4671 (calc-embedded-modes-change): Change the value of
4672 calc-embedded-original-modes to reflect permanent changes.
4673
e6c901b6
LK
46742005-03-22 Lute Kamstra <lute@gnu.org>
4675
4676 * generic-x.el: Require generic again.
4677
28c22055
MB
46782005-03-22 Miles Bader <miles@gnu.org>
4679
4680 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4681 Tweak details to look good on both ttys and bitmap displays, light
4682 or dark background, etc.
4683
f0ebf1eb
KS
46842005-03-21 Kim F. Storm <storm@cua.dk>
4685
4686 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4687 mouse position.
4688
47fda8fc
SM
46892005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4690
4691 * icomplete.el: Don't forcibly turn on the mode upon load.
4692 (icomplete-mode): Use define-minor-mode.
4693 (icomplete-eoinput): Default to nil.
4694 (icomplete-minibuffer-setup): Remove autoload.
4695 (icomplete-tidy): Simplify.
4696 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4697 in the initial state or if the user has modified the field.
4698 Fix handling of icomplete-max-delay-chars.
4699 Remove code that handles the oddball case where
4700 minibuffer-completion-table is an integer.
4701 Wrap icomplete-completions in while-no-input in case building
4702 completions takes more time than expected.
4703 (icomplete-completions): Simplify.
4704
a775dff4
RS
47052005-03-21 Richard M. Stallman <rms@gnu.org>
4706
4707 * jka-compr.el (jka-compr-really-do-compress):
4708 Make variable buffer-local.
4709
4710 * image-mode.el: Handle .xpm files too.
4711 (image-toggle-display): Preserve modification flag.
4712
4713 * help.el (where-is): Don't mention aliases with no key bindings.
4714
077f7085
LK
47152005-03-21 Lute Kamstra <lute@gnu.org>
4716
a57e098f 4717 * generic.el: Fix commentary section. Don't require cl for compilation.
077f7085
LK
4718 (generic-mode-list): Add autoload cookie.
4719 (generic-use-find-file-hook, generic-lines-to-scan)
4720 (generic-find-file-regexp, generic-ignore-files-regexp)
4721 (generic-mode, generic-mode-find-file-hook)
4722 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4723 (define-generic-mode): Make it a defmacro. Fix docstring.
4724 (generic-mode-internal): Code cleanup. Add autoload cookie.
4725 (generic-mode-set-comments): Code cleanup.
4726 * generic-x.el: Don't prevent compilation. Don't require generic.
4727 Follow coding conventions. Minor code cleanup.
4728 (etc-fstab-generic-mode): Add some keywords.
4729 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4730 define-generic-mode like a function declaration.
4731
51d6d300
JB
47322005-03-21 Jay Belanger <belanger@truman.edu>
4733
4734 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4735 changing modes.
4736
568ec09d
SS
47372005-03-21 Sam Steingold <sds@gnu.org>
4738
4739 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4740
7651545c
TTN
47412005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4742
4743 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4744 Add underscore to "f$ lexicals" regexp.
4745
fe6b1dbd
JL
47462005-03-20 Juri Linkov <juri@jurta.org>
4747
4748 * subr.el (progress-reporter-do-update): When `min-value' is equal
4749 to `max-value', set `percentage' to 0 and prevent division by zero.
4750
340b8d4f
MA
47512005-03-20 Michael Albinus <michael.albinus@gmx.de>
4752
4753 Sync with Tramp 2.0.48.
4754
4755 * tramp.el (all): Change all addresses to .gnu.org.
4756 (tramp-append-tramp-buffers): New defun.
4757 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4758 Catch `dont-send' signal.
4759 (tramp-set-auto-save-file-modes): Set always permissions, because
4760 there might be an old auto-saved file belonging to another
4761 original file. This could be a security threat. Reported by
4762 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4763 Check for Emacs 21.3.50 removed.
4764
4765 * tramp-smb.el (all): Remove debug construct for
4766 `with-parsed-tramp-file-name'.
a57e098f 4767 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
340b8d4f
MA
4768 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4769 No error message if DIRECTORY or FILENAME doesn't exist.
4770 (tramp-smb-open-connection): Check existence of
4771 `tramp-smb-program'.
4772
a57e098f
SM
47732005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4774
4775 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4776 Properly handle the case where the `m' or `s' command's argument is not
4777 yet terminated.
4778 (perl-indent-new-calculate): New function.
4779 (perl-indent-line): Use it.
4780
e38b967a
MB
47812005-03-20 Miles Bader <miles@gnu.org>
4782
4783 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4784 in text-mode too. Change to new face names.
a57e098f 4785 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
e38b967a 4786 Add `:weight bold' attribute.
a57e098f 4787 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
e38b967a 4788
0ee6e7b7
JL
47892005-03-19 Juri Linkov <juri@jurta.org>
4790
4791 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4792
4793 * international/mule.el (auto-coding-alist): Sync with
4794 `auto-mode-alist' by adding upper case archive file extensions
4795 and adding ear/war to jar extension.
4796
864f69e9
EZ
47972005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4798
4799 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4800 running, restart it.
4801
580a2a02
EZ
48022005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4803
a57e098f 4804 * finder.el (finder-current-item): Throw an error on an empty line.
580a2a02
EZ
4805
4806 * man.el (Man-follow-manual-reference): If current-word returns
4807 nil, use "".
4808
09ad1a5b
EZ
48092005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4810
4811 * simple.el (goto-line): Doc fix.
4812
9dce96b5
EZ
48132005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4814
4815 * files.el (save-buffer): Doc fix.
4816
068f123a
EZ
48172005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4818
4819 * recentf.el (recentf-cleanup-remote): New variable.
4820 (recentf-cleanup): Use it to conditionally check availablity of
4821 remote files.
4822
19f26a89 48232005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
1b1556b1
EZ
4824
4825 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4826 function names.
4827
504f06a2
EZ
48282005-03-19 Eli Zaretskii <eliz@gnu.org>
4829
4830 * language/thai-word.el: New file.
4831
79d2d279
EZ
48322005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4833
4834 * files.el (backup-buffer): If the file's directory is not
4835 writable, use copy instead of move to backup the file.
4836
f3b7338c
EZ
48372005-03-19 Eli Zaretskii <eliz@gnu.org>
4838
4839 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4840
5d62baca
VJL
48412005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4842
a57e098f
SM
4843 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4844 Use functionp instead of symbolp and fboundp. Reported by Drkm
5d62baca
VJL
4845 <darkman_spam@yahoo.fr>.
4846 (ps-print-version): New version 6.6.6.
4847
951f97e6
SM
48482005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4849
4850 * textmodes/table.el (table--line-column-position): New idiom.
4851 (table--row-column-insertion-point-p): New function to test
4852 validity of row and column insertion operation at a location.
4853 (table-global-menu, table-cell-menu): Use above functions for
4854 deterministic test operation.
4855 (table--editable-cell-p): Behave in deterministic fashion.
4856
1332f1a0
JL
48572005-03-18 Juri Linkov <juri@jurta.org>
4858
4859 * isearch.el (isearch-lazy-highlight-new-loop):
4860 Make arguments beg and end optional.
4861 (isearch-update): Remove optional arguments nil from
4862 isearch-lazy-highlight-new-loop.
4863 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4864 isearch-lazy-highlight-case-fold-search instead of
4865 isearch-case-fold-search, and let-bind isearch-regexp to
951f97e6
SM
4866 isearch-lazy-highlight-regexp.
4867 Use isearch-lazy-highlight-last-string instead of isearch-string.
1332f1a0
JL
4868
4869 * replace.el (perform-replace): Remove bindings of global
4870 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4871 Add three new arguments to `replace-highlight'.
4872 (replace-highlight): Add arguments string, regexp, case-fold.
4873 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4874 to allow isearch-lazy-highlight-new-loop to use these values
951f97e6 4875 to set corresponding isearch-lazy-highlight-* internal
1332f1a0
JL
4876 variables whose values lazy highlighting will use regardless of
4877 changes to global variables isearch-string, isearch-regexp,
4878 isearch-case-fold-search during lazy highlighting loop.
4879 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4880 to `lazy-highlight-cleanup'.
4881
4882 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4883 (ispell-highlight-face): Set default face to `isearch' when
4884 lazy highlighting is enabled.
4885 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4886 priority to 1. Add lazy highlighting.
4887 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4888 from `isearch-dehighlight'.
4889
42f73fb4
DP
48902005-03-18 David Ponce <david@dponce.com>
4891
4892 * files.el (hack-local-variables): Do a case-insensitive search
4893 for End.
4894
46fe9018
JL
48952005-03-18 Juri Linkov <juri@jurta.org>
4896
4897 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4898 `isearch-lazy-highlight-cleanup', add alias to old name and
4899 declare obsolete. Add release numbers to other obsolete vars.
951f97e6
SM
4900 (isearch-done, isearch-lazy-highlight-new-loop):
4901 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
46fe9018
JL
4902 (lazy-highlight-cleanup) <variable>: Doc fix.
4903 (isearch-lazy-highlight-update): Rename obsolete
4904 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4905
951f97e6 49062005-03-18 Kenichi Handa <handa@m17n.org>
1ab06fdf
KH
4907
4908 * language/thai-util.el: Fix categorization of Thai characters in
4909 thai-category-table.
4910 (thai-composition-pattern): Adjust it for the above change.
4911 (thai-self-insert-command, thai-compose-syllable): New functions.
4912 (thai-compose-region): Use thai-compose-syllable.
4913 (thai-compose-string): Likewise.
4914 (thai-composition-function): Likewise.
4915 (thai-auto-composition): New function.
4916 (thai-auto-composition-mode): New minor mode.
4917
4918 * language/thai.el: Fix patterns to be registered in
4919 composition-function-table.
4920
4921 * international/quail.el (quail-input-method): Locally bind
4922 inhibit-modification-hooks to t.
4923
c7bd5d57
RS
49242005-03-17 Richard M. Stallman <rms@gnu.org>
4925
4926 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4927 (perl-mode): Use run-mode-hooks.
4928
4929 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4930 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4931 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4932
951f97e6 4933 * mail/sendmail.el (sendmail-send-it): Reenable the code
c7bd5d57
RS
4934 to compute resend-to-address and use it.
4935
4936 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4937
4938 * image-mode.el: New file.
4939
4940 * image.el (insert-sliced-image): Add autoload cookie.
4941
4942 * font-lock.el (font-lock-lines-before): New user option.
4943 (font-lock-after-change-function): Obey it.
4944
4945 * bindings.el (esc-map): Make M-g a prefix.
4946 Bind M-g g and M-g M-g to goto-line.
4947
c7bd5d57
RS
4948 * faces.el (face-id): Doc fix.
4949
49502005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4951
4952 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4953 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4954 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4955
4956 * mail/sendmail.el (mail-yank-ignored-headers)
4957 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4958 Add Mail-Followup-To and Mail-Reply-To headers.
4959 (mail-citation-hook): Add autoload cookie.
4960 (mail-mode): Doc fix.
4961 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
4962 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
4963 (mail-mode-fill-paragraph): Handle those headers.
4964 (mail-mailing-lists): New variable.
4965 (mail-mail-reply-to, mail-mail-followup-to): New functions.
4966
5a1f9fcf
JL
49672005-03-17 Juri Linkov <juri@jurta.org>
4968
4969 * isearch.el (isearch-fallback): Check for `(car previous)'
4970 before calling `isearch-other-end-state'.
4971
0b6ec58d
KS
49722005-03-17 Kim F. Storm <storm@cua.dk>
4973
4974 * simple.el (move-beginning-of-line): Move to beginning of buffer
4975 line, as well as beginning of screen line.
4976
eae4ba2a
GM
49772005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
4978
4979 * calendar/diary-lib.el (mark-diary-entries): Use new optional
4980 argument REDRAW rather than calendar-redrawing variable.
4981 * calendar/calendar.el (calendar-redrawing): Delete.
4982 (redraw-calendar): Do not bind calendar-redrawing.
4983
49842005-03-16 Matt Hodges <MPHodges@member.fsf.org>
4985
4986 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
4987 diary-file buffer.
4988
b3e484d7
SM
49892005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
4990
4991 * help.el (describe-mode): Allow a :minor-mode-function property to
4992 specify a different minor mode toggle function than the variable.
4993 * simple.el (auto-fill-function):
4994 * subr.el (add-minor-mode): Use it.
4995
7bf880c6
KH
49962005-03-16 Kenichi Handa <handa@m17n.org>
4997
4998 * language/ethio-util.el (sera-being-called-by-w3): New variable.
4999 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5000 (ethio-fidel-to-sera-buffer): Likewise.
5001
fe3947c3
JL
50022005-03-16 Juri Linkov <juri@jurta.org>
5003
5004 * emacs-lisp/find-func.el (find-function-regexp):
5005 Add defun-emitting macro `menu-bar-make-toggle'.
5006
5007 * isearch.el: Put `isearch-scroll' property to
5008 `split-window-horizontally'.
5009
5010 * info.el: Update error messages for `debug-ignored-errors'.
5011 (Info-isearch-search): Doc fix.
5012 (Info-find-node): Move up code to go into info buffer before
5013 recording the node to the history.
5014 (Info-fontify-node): Fontify titles only if the next line
5015 has two or more `*', `=', `-', `.'.
5016 Display "go to this node" for empty (match-string 3).
5017
6a3fac90
YM
50182005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5019
5020 * term/mac-win.el: Add mouse pointer shape constants.
5021
bc438588
KS
50222005-03-15 Kim F. Storm <storm@cua.dk>
5023
5024 * simple.el (move-beginning-of-line): Use vertical-motion.
5025
65e7180e
JL
50262005-03-15 Juri Linkov <juri@jurta.org>
5027
5028 * isearch.el (isearch-error): New variable.
5029 (isearch-invalid-regexp, isearch-within-brackets): Remove.
b3e484d7 5030 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
65e7180e
JL
5031 (isearch-within-brackets-state): Remove.
5032 (isearch-case-fold-search-state, isearch-pop-fun-state):
5033 Decrease frame index.
5034 (isearch-mode, isearch-top-state, isearch-push-state)
5035 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5036 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5037 (isearch-search, isearch-lazy-highlight-new-loop):
5038 Replace `isearch-invalid-regexp' with `isearch-error'.
5039 Remove `isearch-within-brackets'.
5040 (isearch-search): Add `search-failed' handler to `condition-case'.
5041 (isearch-lazy-highlight-search): Add `condition-case' to catch
5042 errors and allow `isearch-lazy-highlight-update' to try
5043 highlighting from the beginning of the window.
5044 (isearch-repeat): Move up code to set isearch-wrapped to t
5045 before calling isearch-wrap-function.
5046
5047 * info.el (Info-isearch-initial-node): New internal variable.
5048 (Info-search): Signal an error in isearch mode when search leaves
5049 the initial node. Signal an error when `bound' is non-nil and
5050 nothing was found in the current subfile.
5051 (Info-isearch-search): Remove `condition-case'.
5052 (Info-isearch-wrap): Don't wrap when search failed during leaving
5053 the initial node. If `Info-isearch-search' is nil, wrap around
5054 the current node.
5055 (Info-isearch-start): New fun.
5056 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5057 `isearch-mode-hook'.
5058
a7321976
YM
50592005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5060
5061 * simple.el (normal-erase-is-backspace): Set default to t if
5062 running on Mac.
5063
5064 * term/mac-win.el (function-key-map): Sync with x-win.el.
5065
8dedddd5
KH
50662005-03-15 Kenichi Handa <handa@m17n.org>
5067
5068 * international/mule-cmds.el (locale-language-names): Modify the
5069 format of elements and add more entries.
5070 (locale-preferred-coding-systems): Add more entries.
b3e484d7 5071 (set-locale-environment): Adjust for the change of
8dedddd5
KH
5072 locale-language-names.
5073
8a462381
SM
50742005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5075
5076 * pcvs.el (smerge-ediff): Remove bogus autoload.
5077
43314bf6
LK
50782005-03-14 Lute Kamstra <lute@gnu.org>
5079
dc64809a
LK
5080 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5081 Ignore a `*' at the beginning of a line.
5082
8a462381 5083 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
adf9acf8
LK
5084 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5085 subr.el.
5086 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5087 to specify indentation.
5088
43314bf6
LK
5089 * generic.el (define-generic-mode): Let generic-mode-list be a
5090 list of strings; test membership with equal.
5091
40821110
KS
50922005-03-14 Kim F. Storm <storm@cua.dk>
5093
5094 * simple.el (next-line, previous-line): Add optional try-vscroll
5095 arg to recognize interactive use. Pass it on to line-move.
5096 (line-move): Don't perform auto-window-vscroll when defining or
5097 executing keyboard macro to ensure consistent behaviour.
5098
b70d9316
SM
50992005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5100
5101 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5102
c4fbcb01
LK
51032005-03-13 Lute Kamstra <lute@gnu.org>
5104
5105 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5106 debugger-setup-buffer so that backtrace marks the frames set to
5107 debug-on-exit and we don't have to do it manually. Set an extra
5108 debug-on-exit for macro's.
5109 (debugger-setup-buffer): Don't mark the top frame manually.
40821110 5110
3fdfb09c
LK
51112005-03-12 Lute Kamstra <lute@gnu.org>
5112
5113 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5114 lisp-indent-function throughout.
5115 (with-no-warnings): Set lisp-indent-function property.
5116
09d252f2
TTN
51172005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5118
5119 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5120 Add entry for backslash.
5121
c10d2217
JL
51222005-03-12 Juri Linkov <juri@jurta.org>
5123
5124 * info.el (Info-search): Four fixes for backward search.
5125
0e425a58
JB
51262005-03-11 Jay Belanger <belanger@truman.edu>
5127
5128 * calc/calc.el (calc-language-alist): New variable.
5129 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5130 (calc-embedded-find-modes): Use calc-language-alist instead of
5131 calc-embedded-language-alist.
5132
33873bad
GM
51332005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5134
5135 * calendar/calendar.el (calendar-redrawing): New internal
5136 variable.
5137 (redraw-calendar): Remove bogus save-excursion from previous
5138 change. Bind calendar-redrawing to t for mark-diary-entries.
5139 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5140 calendar if that is why we were called.
5141
fa815b14
KH
51422005-03-11 Kenichi Handa <handa@m17n.org>
5143
5144 * international/mule.el (make-coding-system): Set property
c7bd5d57 5145 coding-system-define-form to nil.
fa815b14
KH
5146 (define-coding-system-alias): Likewise.
5147
ac249c4c
KH
51482005-03-11 Kenichi Handa <handa@m17n.org>
5149
5150 These changes are suggested by Dave Love <fx@gnu.org>.
5151
5152 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5153 coding: tag.
5154 (adaptive-fill-regexp): Add more bullets.
5155 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5156 regexps.
5157
ef75a647
SM
51582005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5159
dd39c336
SM
5160 * help.el (describe-mode): Properly handle non-trivial lighters.
5161 Don't ignore minor modes that are not listed in minor-mode-list.
5162
ef75a647
SM
5163 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5164 feature ON when the user requests to turn it OFF.
5165
449808f7
LK
51662005-03-10 Lute Kamstra <lute@gnu.org>
5167
5168 * emacs-lisp/debug.el (debug-entry-code): Delete it.
ef75a647 5169 (implement-debug-on-entry): New function to replace debug-entry-code.
449808f7
LK
5170 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5171 second argument as the 2005-03-07 change makes it obsolete.
5172 (debug-on-entry, cancel-debug-on-entry): Update call to
5173 debug-on-entry-1.
5174 (debug, debugger-setup-buffer): Comment update.
ef75a647 5175 (debugger-frame-number): Update to work with implement-debug-on-entry.
449808f7 5176
134d277e
JB
51772005-03-10 Jay Belanger <belanger@truman.edu>
5178
5179 * calc/calc-embed.el (math-ms-args): Declare it.
5180 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5181 math-ms-args.
5182 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5183 variables.
5184
33c76f5a
NR
51852005-03-10 Nick Roberts <nickrob@snap.net.nz>
5186
5187 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5188 Use message-box.
5189
5190 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5191 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5192 (tooltip-gud-tips): Simplify.
5193 (tooltip-gud-tips-p): Remove superflouous :set.
5194 (tooltip-gud-modes): Add fortran-mode.
5195 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5196
5197 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
449808f7 5198
7f351d0b
KS
51992005-03-09 Kim F. Storm <storm@cua.dk>
5200
5201 * play/animate.el (animate-place-char): Use forward-line instead
5202 of next-line to improve performance.
5203
e62ecf85
SJ
52042005-03-09 Simon Josefsson <jas@extundo.com>
5205
5206 * net/browse-url.el (browse-url-default-browser): Doc fix.
5207
f1953880
MB
52082005-03-09 Miles Bader <miles@gnu.org>
5209
5210 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5211 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5212
ca8d88cd
KH
52132005-03-09 Kenichi Handa <handa@m17n.org>
5214
ec4e909a
KH
5215 * international/latin-1.el: Set case and syntax for 255 only if
5216 set-case-syntax-set-multibyte is nil.
5217
7f351d0b 5218 * textmodes/ispell.el (ispell-insert-word): New function.
449808f7 5219 (ispell-word): Use ispell-insert-word to insert a new word.
ef75a647 5220 (ispell-process-line): Likewise.
ca8d88cd
KH
5221 (ispell-complete-word): Likewise.
5222
9839760a
GM
52232005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5224
5225 * calendar/calendar.el (redraw-calendar): Preserve point.
5226 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5227 (calendar-week-start-day): Move after definition of
5228 redraw-calendar. Delete buffer test, since redraw-calendar has
5229 that now.
5230
5231 * calendar/diary-lib.el (mark-diary-entries): Only call
5232 redraw-calendar in the first of any recursive calls.
5233 Reported by Alan Shutko <ats@acm.org>.
5234
9553cf63
JL
52352005-03-08 Juri Linkov <juri@jurta.org>
5236
5237 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5238 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5239 (html-radio-buttons): Add a space before the trailing `/>' where
5240 sgml-xml-mode is non-nil.
5241 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5242 the subsequent tag of the empty XML tag.
5243 (html-href-anchor): Don't set initial input to "http:".
5244 (html-image): Ask for the image URL and set point inside alt="".
5245 (html-name-anchor): Duplicate the name in the `id' attribute when
5246 sgml-xml-mode is non-nil.
5247 (html-paragraph): Remove \n before <p>.
5248 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5249 instead of `checked' when sgml-xml-mode is non-nil.
5250
5251 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5252 Remove 1 space before #RRGGBB to not truncate it on terminal
5253 windows w/o fringes. Remove 1 space between bg and fg examples
5254 to get more space.
5255 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5256 avoid byte-compile warnings.
5257
5258 * image-file.el (image-file-handler): Put `safe-magic' property to
5259 `image-file-handler'.
5260
5261 * info.el (Info-isearch-search): Emulate word search in
5262 isearching through multiple Info nodes with Info-search.
5263 (Info-isearch-wrap): Allow isearch-word.
5264
9b54d453
LK
52652005-03-08 Lute Kamstra <lute@gnu.org>
5266
5267 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5268 stepping into the debugger's code is not possible.
5269 (debugger-jumping-flag): Docstring update.
5270
41d4eedc
JB
52712005-03-08 Jay Belanger <belanger@truman.edu>
5272
5273 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5274 embedded mode begins.
5275 (calc-embedded-language-alist): New variable.
5276 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5277 set default language mode.
5278
c68f7e21
KH
52792005-03-08 Kenichi Handa <handa@m17n.org>
5280
5281 * international/ccl.el (define-ccl-program): Fix docstring about
5282 extra 256 bytes assured for the output buffer.
5283
5284 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5285 Fix BUFFER_MAGNIFICATION to 2.
5286 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5287
3ee9f6ac
JW
52882005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5289
5290 * align.el (align-rules-list): Added an alignment rule for CSS
5291 declarations (applies to css-mode and html-mode buffers).
5292
a29cf450
SM
52932005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5294
5295 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5296
2f8cd1ce
KS
52972005-03-07 Kim F. Storm <storm@cua.dk>
5298
a54595d4
KS
5299 * simple.el (move-beginning-of-line): New command.
5300
5301 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5302
5303 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5304
5305 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5306 and move-beginning-of-line.
5307
2f8cd1ce
KS
5308 * apropos.el (apropos-print): Omit command from M-x ... RET.
5309
7a2306d9
NR
53102005-03-07 Nick Roberts <nickrob@snap.net.nz>
5311
5312 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5313 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5314
aaf2cff2
RS
53152005-03-06 Richard M. Stallman <rms@gnu.org>
5316
5317 * bindings.el (esc-map): Bind M-g to goto-line.
5318
5319 * facemenu.el (global-map): Bind M-o, not M-g.
5320
bf7970c5
JD
53212005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5322
5323 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5324 "Open Directory" as for "Open File".
5325
0251bafb
RS
53262005-03-06 Chong Yidong <cyd@stupidchicken.com>
5327
5328 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5329 (push-mark-command): Run activate-mark-hook.
5330
53312005-03-06 Richard M. Stallman <rms@gnu.org>
5332
5333 * help-mode.el (help-mode-finish): Don't alter the element
5334 in view-return-to-alist if there already is one.
5335
5336 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5337 make sure the current buffer is the expected one.
5338
5339 * novice.el (disabled-command-function): Output in *Disabled Command*.
5340 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5341
5342 * textmodes/flyspell.el (flyspell-large-region):
5343 Pass args differently for aspell.
5344
5345 * files.el (mode-require-final-newline): Doc fix.
5346
52eb0373 53472005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
0251bafb 5348
2f8cd1ce 5349 * progmodes/which-func.el (which-function):
0251bafb
RS
5350 Specify NOERROR when calling imenu--make-index-alist.
5351
55d0f066
SM
53522005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5353
a3194d03
SM
5354 * simple.el (normal-erase-is-backspace): Define default value.
5355
5356 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5357 (custom-reevaluate-setting): Simple function to handle
5358 variables that are defined before their default value can really
5359 be computed.
5360
5361 * startup.el (command-line): Use it for temporary-file-directory,
5362 small-emporary-file-directory, auto-save-file-name-transforms,
5363 blink-cursor-mode, and normal-erase-is-backspace.
5364
55d0f066
SM
5365 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5366 progress, even with buggy anchored keywords.
5367
f38c52df
LT
53682005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5369
be6e87e5 5370 * simple.el (goto-line): Remove unbalanced final parenthesis.
f38c52df 5371
bb96021a
RS
53722005-03-05 Richard M. Stallman <rms@gnu.org>
5373
5374 * simple.el (goto-line): Use a number at point as the default.
5375 With C-u as arg, switch buffers.
5376
3ff96c81
JL
53772005-03-05 Juri Linkov <juri@jurta.org>
5378
5379 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5380 with `no-blinking-cursor'.
5381
5382 * startup.el (no-blinking-cursor): New defvar.
5383 (command-line): Add `--no-blinking-cursor' to longopts.
5384 Set `no-blinking-cursor' to t for command line arguments
5385 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5386 with `no-blinking-cursor' in the condition for calling
5387 `blink-cursor-mode'.
5388
c3a52675
LT
53892005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5390
5391 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5392 (menu-bar-options-save): Add blink-cursor-mode.
5393 (menu-bar-options-menu): Add blink-cursor-mode.
5394
77b94af3
GM
53952005-03-04 Ulf Jasper <ulf.jasper@web.de>
5396
5397 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5398 (icalendar-export-file, icalendar-export-region)
a29cf450 5399 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
77b94af3
GM
5400 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5401
524352d6
LK
54022005-03-04 Lute Kamstra <lute@gnu.org>
5403
a29cf450 5404 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
524352d6
LK
5405 (debug-function-list): Ditto.
5406
b12e59fd
RC
54072005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5408
5409 * textmodes/texinfmt.el (texinfo-append-refill):
5410 Redefine the types of line to which @refill
5411 is not appended by replacing a search for `@refill\\|@bye' with
5412 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5413 itemize@refill' bug and the unfilled long lines bug.
a29cf450 5414 (texinfmt-version): Update number and date.
b12e59fd 5415
518d3637
RS
54162005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5417
5418 * international/code-pages.el (windows-1250, windows-125[2-8])
5419 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5420
d245ff23
SM
54212005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5422
5423 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5424 bound yet.
5425
b8210c6e
JPW
54262005-03-02 Romain Francoise <romain@orebokech.com>
5427
5428 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5429 buffer after removing limits.
5430 (ibuffer-pop-filter): Ditto.
5431 Update copyright.
5432
aad1926a
MB
54332005-03-02 Miles Bader <miles@gnu.org>
5434
5435 * button.el (make-text-button): If the user doesn't specify a
5436 type, use the default. Rewrite to use `add-text-properties' and
5437 plist functions.
5438
284f0680
LK
54392005-03-01 Lute Kamstra <lute@gnu.org>
5440
5441 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5442 (debugger-jumping-flag): New var.
5443 (debug-entry-code): Use it.
5444 (debugger-jump): Use debugger-jumping-flag and add
5445 debugger-reenable to post-command-hook.
5446 (debugger-reenable): Use debugger-jumping-flag and remove itself
5447 from post-command-hook.
5448 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5449 debugger-reenable.
5450
43e7d00a
RC
54512005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5452
284f0680 5453 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
43e7d00a
RC
5454 inclusion of "itemize\\|", which may be unnecessary, is certainly
5455 inelegant, and stops refilling in itemize lists when formatting
5456 Japanese Texinfo files to Info.
5457 Update copyright to 2005.
5458
911ba5f8
NR
54592005-03-01 Nick Roberts <nickrob@snap.net.nz>
5460
5461 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5462 of an error if GDB can't find the source file.
5463
f830b09e
GM
54642005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5465
5466 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5467 not just the calendar.
5468
5469 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5470 first.
5471 (diary-redraw-calendar): New function.
5472 (make-diary-entry): Add diary-redraw-calendar to local
5473 write-contents-functions. Turn off selective display before
5474 inserting in diary.
5475
5582d76d
KS
54762005-03-01 Kim F. Storm <storm@cua.dk>
5477
5478 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5479
a9ee5cac
LK
54802005-03-01 Lute Kamstra <lute@gnu.org>
5481
5482 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5483 that debug-entry-code can be safely removed from a function while
5484 this code is being evaluated. Revert the 2005-02-27 change as the
5485 new implementation no longer requires it. Make sure that a
dd39c336 5486 function body containing just a string is not mistaken for a docstring.
439368ed
LK
5487 (debug): Skip one more frame in case of debug on entry.
5488 (debugger-setup-buffer): Delete one more frame line in case of
5489 debug on entry.
5490 (debugger-frame-number): Update to use the new text introduced by
d245ff23 5491 the 1999-11-03 change. Skip one more frame in case of debug on entry.
a9ee5cac 5492
77032434
KS
54932005-02-28 Kim F. Storm <storm@cua.dk>
5494
5495 * double.el (double-translate-key): Call force-window-update after
5496 read-event to avoid crash in redisplay.
5497
c4d5a8a1
SM
54982005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5499
5500 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5501 (debug): Use it. Move the inhibit-trace earlier.
5502 (debug-entry-code): New const.
5503 (debug-on-entry-1): Use it.
5504
4c23089d 55052005-02-28 Chong Yidong <cyd@stupidchicken.com>
dbaba2d2 5506
c4d5a8a1
SM
5507 * international/utf-16.el (ccl-encode-mule-utf-16le):
5508 Fix BUFFER_MAGNIFICATION to 2.
dbaba2d2
KH
5509 (ccl-encode-mule-utf-16be): Likewise.
5510
55112005-02-28 Kenichi Handa <handa@m17n.org>
5512
5513 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5514 Fix BUFFER_MAGNIFICATION to 4.
5515 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5516
0f468ead
NR
55172005-02-28 Nick Roberts <nickrob@snap.net.nz>
5518
5519 * speedbar.el (speedbar-update-flag): Doc fix.
5520 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5521 argument.
5522
35c5f5d3
SM
55232005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5524
fc88c288
SM
5525 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5526 have a non-nil `invisible' property but are actually visible.
5527
35c5f5d3
SM
5528 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5529 for perldoc sections.
5530 (perl-outline-regexp, perl-outline-level): New var and function.
5531 (perl-mode): Use them.
5532
f43ae016
GM
55332005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5534
5535 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5536 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5537
04c9dde8
LT
55382005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5539
5540 * cus-edit.el: Comment change.
5541 (custom-buffer-create-internal): Slightly reword text at top of
5542 Custom buffers. Mention there that saving an option edits the
5543 init file. Add link to Emacs manual node on `custom-file'.
5544 (custom-magic-alist): Rewrite individual State messages to use
5545 capitalized keywords. Doc fix.
5546
261b7f30
GM
55472005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5548
5549 * calendar/calendar.el (calendar-buffer): Move above
5550 calendar-week-start-day.
5551 (calendar-week-start-day): Doc fix. Add :set function.
5552 (calendar-minimum-window-height): New variable.
5553 (generate-calendar-window): Only resize window if selected-window
5554 is displaying the calendar buffer. Use new variable
5555 calendar-minimum-window-height.
5556 (generate-calendar): Reword error message.
5557 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5558
b71c9e75
AS
55592005-02-27 Andreas Schwab <schwab@suse.de>
5560
c58447fd
AS
5561 * vc.el (vc-do-command): Don't run command asynchronously when
5562 operating in a remote directory.
5563
b71c9e75
AS
5564 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5565 change from sync with Tramp 2.0.47.
5566
aa5c6b3e
RS
55672005-02-27 Richard M. Stallman <rms@gnu.org>
5568
5569 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5570
5571 * textmodes/flyspell.el (flyspell-mode-on):
5572 Call ispell-change-dictionary only if necessary.
5573
5574 * emacs-lisp/re-builder.el (regexp-builder): New function.
5575
5576 * register.el (describe-register-1): Explicitly handle
5577 yank-excluded-properties = t.
5578
5579 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5580 (custom-magic-alist): Change the status descriptions again.
5581 (face widget-type): Total rewrite based on `restricted-sexp'
5582 to eliminate the confusing double hiding levels.
5583
5584 * emacs-lisp/debug.el (debug-on-entry-1):
5585 If function body is empty, add nil as body form.
5586
5f8a82e1
SM
55872005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5588
5589 * emacs-lisp/trace.el (inhibit-trace): New var.
5590 (trace-make-advice): Use it.
5591
5592 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5593
c6f4488c
KS
55942005-02-26 Kim F. Storm <storm@cua.dk>
5595
5596 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5597 (mouse-on-link-p, mouse-drag-region-1): Use it.
5598
a0b497c5
LK
55992005-02-25 Lute Kamstra <lute@gnu.org>
5600
5601 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5602
ffa8d0ef
LT
56032005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5604
5605 * frame.el (blink-cursor-mode): Add :group keyword.
5606
1a951b51
GM
56072005-02-24 Ulf Jasper <ulf.jasper@web.de>
5608
78d54dee
SM
5609 * calendar/icalendar.el (icalendar--decode-isodatetime):
5610 New optional argument DAY-SHIFT.
1a951b51
GM
5611 (icalendar-export-region): Fix coding-system-for-write.
5612 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5613 events by one.
5614
6ecedb40
SM
56152005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5616
5617 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5618
1749aa90
KS
56192005-02-24 Kim F. Storm <storm@cua.dk>
5620
5621 * international/iso-acc.el (iso-accents-compose): Fix crash
5622 during redisplay. Call force-window-update after read-event
5623 and delete-region to signal that window is not accurate.
5624
78d54dee
SM
56252005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5626
5627 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5628 Remove unused and inexistent var `inhibit-trace'.
5629 (debugger-mode): Use run-mode-hooks.
5630 (debugger-list-functions): Add buttons; setup xref stack.
5631
a98ac7ae
RS
56322005-02-23 Richard M. Stallman <rms@gnu.org>
5633
5634 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5635 appointment says it was explicitly made.
5636 (appt-add): Set the 3rd element.
5637 (appt-make-list): Preserve explicit appointments.
5638
5639 * subr.el (find-tag-default): Catch errors in forward-sexp.
5640
91c66262
JL
56412005-02-23 Juri Linkov <juri@jurta.org>
5642
5643 * info.el (Info-isearch-search): New defcustom.
5644 (Info-isearch-search): Call the default isearch function
5645 when Info-isearch-search is nil.
5646 (Info-isearch-wrap): Use variable Info-isearch-search.
5647
01d746be
LT
56482005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5649
5650 * cus-edit.el: Comment change.
5651
b686dd59
KS
56522005-02-22 Kim F. Storm <storm@cua.dk>
5653
6ecedb40
SM
5654 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5655 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
b686dd59 5656
fe77c061
SJ
56572005-02-22 Simon Josefsson <jas@extundo.com>
5658
6ecedb40
SM
5659 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5660 New variable.
fe77c061
SJ
5661 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5662 Oskarsson" <myrkraverk@users.sourceforget.net>.
5663
baf70a02
KS
56642005-02-22 Kim F. Storm <storm@cua.dk>
5665
5666 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5667 check that window of that event is the selected window.
5668 (mouse-drag-region-1): Compare mouse event window to selected
5669 window before setting point.
5670
5671 * tooltip.el (tooltip-show-help-function): Pass event to
5672 mouse-on-link-p so it can check selected window.
5673
ca69e8aa
KH
56742005-02-22 Kenichi Handa <handa@m17n.org>
5675
5676 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5677 (ps-mule-show-warning): New function.
5678 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5679 characters are found.
5680
5681 * ps-print.el (ps-header-footer-string): Return a list of header
5682 and footer strings.
5683
dae3211d
SM
56842005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5685
5686 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5687
56882005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
2c75eddf 5689
9df747e1
SM
5690 * frame.el (blink-cursor-mode): Use define-minor-mode.
5691
2c75eddf
SM
5692 * term/mac-win.el (function-key-map): Use char-names more consistently.
5693 (file-name-coding-system): Only set it for MacOS-9. The other case is
5694 already handled in mule-cmds.el (where it also works when mac-win.el
5695 is not used).
5696
c4a166f1
KH
56972005-02-21 Kenichi Handa <handa@m17n.org>
5698
002dc239
KH
5699 * international/mule.el (ctext-pre-write-conversion): Always use
5700 " *code-converting-work*" buffer for work.
5701
c4a166f1
KH
5702 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5703
22071507
TTN
57042005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5705
5706 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5707
50d9c396
JY
57082005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5709
2c75eddf 5710 * ses.el (undo-more): Restore defadvice, but only the part that
50d9c396
JY
5711 allows changes outside the restricted area of the buffer.
5712
0fba9f25
KS
57132005-02-20 Kim F. Storm <storm@cua.dk>
5714
5715 * simple.el (line-move): Add fourth optional arg try-vscroll which
5716 must be set to perform auto-window-vscroll.
5717 When moving backwards and doing auto-window-vscroll, automatically
5718 vscroll to the last part of lines which are taller than the window.
5719 (next-line, previous-line): Set try-vscroll arg on line-move.
5720
ac010fca
DN
57212005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5722
f79bdb3a
DN
5723 * replace.el (query-replace, query-replace-regexp)
5724 (replace-string, replace-regexp): When operating on region, make
5725 the minibuffer prompt say so.
5726
ac010fca
DN
5727 * isearch.el (isearch-forward): Document isearch-query-replace and
5728 isearch-query-replace-regexp keybindings.
0fba9f25 5729
fa64fa22
JB
57302005-02-19 Jay Belanger <belanger@truman.edu>
5731
5732 * calc/calc-aent.el (math-read-token): Add local variable.
5733
5734 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5735 (calc-edit-top): Move declaration to earlier in file.
5736 (calc-edit-macro-repeats): Add local variables.
5737
5738 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5739 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5740 calcFunc-tanh.
5741 Adjust integration rule for calcFunc-tan.
5742
3f9526a3 57432005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25
KS
5744
5745 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5746 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5747 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5748 (viper-skip-separators): Bug fix.
5749 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
3f9526a3 5750 particular major mode.
0fba9f25 5751 (viper-del-backward-char-in-replace): Don't put deleted char on the
3f9526a3 5752 kill ring.
0fba9f25
KS
5753
5754 * viper-ex.el (viper-color-display-p): New function.
5755 (viper-has-face-support-p): Use viper-color-display-p.
5756
5757 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5758
5759 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5760
5761 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5762 (viper-file-remote-p): Make equivalent to file-remote-p.
5763
78d54dee
SM
5764 * viper.el (viper-major-mode-modifier-list):
5765 Use viper-gnus-modifier-map.
0fba9f25 5766
c761fd55
DK
57672005-02-19 David Kastrup <dak@gnu.org>
5768
5769 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5770 quoting.
5771
7ca4e8a1
JB
57722005-02-19 Jay Belanger <belanger@truman.edu>
5773
5774 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
78d54dee 5775 Remove extra definitions.
7ca4e8a1
JB
5776 (calc-coth): New function.
5777 (calcFunc-cot): Fix `let'.
5778
0e0d5683
EZ
57792005-02-19 Eli Zaretskii <eliz@gnu.org>
5780
5781 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5782 the reasons we use "type pc" in these faces.
5783
5784 * button.el (button): Ditto.
5785
2511035d
EZ
57862005-02-19 Michael Mauger <mmaug@yahoo.com>
5787
5788 * replace.el (query-replace-read-from): Set the value of
5789 query-replace-from-history-variable to handle the case of an empty
5790 string entered to accept the suggested default.
74f69b93 5791
78d54dee
SM
5792 * net/tramp.el (tramp-file-name-for-operation):
5793 Use dired-call-process instead of dired-call-process-command.
74f69b93 5794
7182a9a6
JB
57952005-02-19 Jay Belanger <belanger@truman.edu>
5796
5797 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5798 (math-div-non-trig): New variables.
5799 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5800 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5801 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5802 trig expressions.
5803
8c4e7434
NR
58042005-02-19 Nick Roberts <nickrob@snap.net.nz>
5805
5806 * progmodes/gdb-ui.el (gdb-var-update-handler)
5807 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5808 for watch expressions,
5809 (gdb-var-create-handler): Don't set speedbar-update-flag.
5810 (gdb-post-prompt): Simplify test for speedbar.
5811
17561e4f 58122005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
0fba9f25 5813
78d54dee
SM
5814 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5815 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
17561e4f 5816 we use the syntax table of the correct buffer.
78d54dee 5817 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
17561e4f 5818 Felix Gatzemeier.
0fba9f25 5819
78d54dee
SM
5820 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5821 (ediff-file-remote-p): Make synonymous with file-remote-p.
17561e4f 5822 In all deffaces ediff-*-face-*, use min-colors.
0fba9f25 5823
78d54dee
SM
5824 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5825 ediff-recurse-to-subdirectories.
5826 (ediff-mark-if-equal): Check that the arguments are strings, use
17561e4f 5827 ediff-same-contents (after to Felix Gatzemeier).
0fba9f25 5828
78d54dee 5829 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
17561e4f 5830 nil.
0fba9f25 5831
9be92b96
SM
58322005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5833
5834 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5835
3a51abf1
DK
58362005-02-18 David Kastrup <dak@gnu.org>
5837
5838 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5839 use `mark-active' when defined.
5840
92dc83a9
KH
58412005-02-18 Kenichi Handa <handa@m17n.org>
5842
5843 * ps-print.el (ps-font-info-database): New entry
5844 ZapfChancery-MediumItalic with correct font name. Fix font name
5845 of the entry Zapf-Chancery-MediumItalic.
5846
6dbbc01d
LT
58472005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5848
5849 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5850
4aed6e1e
KS
58512005-02-16 Kim F. Storm <storm@cua.dk>
5852
5853 * ido.el (ido-fallback-command): Pass user input to fallback command.
5854
58552005-02-16 Nick Roberts <nickrob@snap.net.nz>
fb05d8af
NR
5856
5857 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5858 (gdb-find-file-hook): Add server prefix.
5859
a29c9707
RS
58602005-02-16 Richard M. Stallman <rms@gnu.org>
5861
5862 * replace.el (perform-replace): Pass new args to replace-highlight.
5863 (replace-highlight): Take region args,
5864 and pass them to isearch-lazy-highlight-new-loop.
5865
5866 * novice.el (disabled-command-hook): Autoload the defalias
5867 and the make-obsolete-variable call.
5868
5869 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5870
5871 * isearch.el (isearch-lazy-highlight-start-limit)
5872 (isearch-lazy-highlight-end-limit): New variables limit
5873 the region for highlighting.
5874 (isearch-lazy-highlight-new-loop): New args BEG and END.
5875 (isearch-lazy-highlight-search): Use the new vars.
5876 (isearch-lazy-highlight-update): Likewise.
5877
5878 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5879
5880 * cus-start.el (all): Use default-boundp.
5881
4aed6e1e 58822005-02-15 David Casperson <casper@unbc.ca> (tiny change)
a29c9707
RS
5883
5884 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5885
e1c9f939
LT
58862005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5887
5888 * autorevert.el (auto-revert-stop-on-user-input)
5889 (auto-revert-verbose): Doc fixes.
5890
52c7f9ee
JR
58912005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5892
5893 * international/mule-cmds.el (set-locale-environment): Remove call
5894 to set-selection-coding-system on Windows.
5895
6ec30302
JB
58962005-02-15 Jay Belanger <belanger@truman.edu>
5897
5898 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
78d54dee 5899 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
6ec30302
JB
5900 calcFunc-coth.
5901 (math-simplify-sqrt): Add simplifications.
5902
5903 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5904 to list.
5905
5906 * calc/calc-ext.el: Add functions to autoloads.
5907
5908 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5909 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5910 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5911 (math-csc-raw, math-cot-raw): New functions.
5912
5913 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5914
5915 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5916 the variable name in a message.
5917
5918 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5919 calcFunc-csc, calcFunc-cot.
5920
5921 * calc/calcalg2.el: Add derivative and integration rules for
5922 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5923 calcFunc-csch, calcFunc-coth.
5924 (math-do-integral-methods): Add to checks for when to use
5925 substitutions.
5926
5927 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5928
43817a75
LK
59292005-02-15 Lute Kamstra <lute@gnu.org>
5930
9be92b96
SM
5931 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5932 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
43817a75
LK
5933 <monnier@iro.umontreal.ca>
5934 (lisp-outline-level): Improve efficiency. Suggested by David
5935 Kastrup <dak@gnu.org>.
5936
34093ed7
NR
59372005-02-15 Nick Roberts <nickrob@snap.net.nz>
5938
5939 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5940 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5941 (gdb-set-gud-minor-mode-existing-buffers): New functions.
52eb0373 5942 (gdb-find-file-hook): New hook. Add it to find-file-hook.
34093ed7
NR
5943 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5944
0f014aa1
LT
59452005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5946
5947 * cus-start.el (all): Comment change.
5948
23e8c095
LK
59492005-02-14 Lute Kamstra <lute@gnu.org>
5950
5951 * cus-start.el (all): Check if symbol is void.
5952
a4869139
CD
59532005-02-14 Carsten Dominik <dominik@science.uva.nl>
5954
5955 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5956 optional argument to \cite.
5957
134948fc
RS
59582005-02-14 Richard M. Stallman <rms@gnu.org>
5959
5960 * cus-edit.el (custom-buffer-create-internal): Update help message.
5961 (custom-magic-alist): Update help messages.
5962
5963 * cus-start.el (all): Allow a var to specify a standard value.
5964
5e2087b8
LT
59652005-02-12 Luc Teirlinck <teirllm@auburn.edu>
5966
5967 * custom.el (custom-theme-set-variables): Handle variable aliases.
5968
5969 * frame.el (blink-cursor-timer): Doc fix.
5e2087b8
LT
5970 (blink-cursor): Make it an alias for `blink-cursor-mode' and
5971 declare obsolete.
03e38499
LT
5972 (blink-cursor-mode): Define with defcustom and use correct
5973 standard expression in that defcustom.
5e2087b8
LT
5974 * startup.el (command-line): Adapt to above changes in frame.el.
5975
b7a2a696
LK
59762005-02-11 Lute Kamstra <lute@gnu.org>
5977
5978 * apropos.el (apropos-score-doc): Prevent division by zero.
5979
ea66d5e0
GM
59802005-02-11 Ulf Jasper <ulf.jasper@web.de>
5981
5982 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
5983 (icalendar--get-event-property-attributes)
5984 (icalendar--get-event-properties)
5985 (icalendar--datetime-to-diary-date): New functions.
5986 (icalendar--split-value): Doc fix.
5987 (icalendar--datetime-to-noneuropean-date)
5988 (icalendar--datetime-to-european-date): New optional argument
5989 SEPARATOR. Return result as a string instead of a list.
5990 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
5991 (icalendar--convert-string-for-export): Rename arg S to STRING.
5992 (icalendar-export-region): Doc fix. Change name of error buffer.
5993 Save output buffer.
5994 (icalendar-import-file): Add blank at end of prompt.
5995 (icalendar-import-buffer): Doc fix. Do not switch to error
5996 buffer. Indicate status in return value.
5997 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
5998 buffer. Save output buffer. Handle exception from recurrence
5999 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6000 events. Fix problems with weekly all-day events.
6001
44291460
RS
60022005-02-10 Richard M. Stallman <rms@gnu.org>
6003
6004 * simple.el (eval-expression-print-format):
6005 Avoid warning about edebug-active.
6006
9be92b96 6007 * help.el (help-for-help-internal): Rename from help-for-help.
44291460
RS
6008 (help-for-help): Define with defalias.
6009
6010 * font-core.el (font-lock-default-function): Use with-no-warnings.
6011
6012 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6013
6014 * custom.el (defface): Doc fix.
6015
37956fd5
NR
60162005-02-10 Nick Roberts <nickrob@snap.net.nz>
6017
6018 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6019 width 0" to prevent word wrapping problems.
6020
44042fe7
KS
60212005-02-09 Kim F. Storm <storm@cua.dk>
6022
6023 * ido.el (ido-file-extensions-order): New defcustom.
6024 (ido-file-extension-lessp, ido-file-extension-aux)
6025 (ido-file-extension-order): New advanced file ordering.
6026 (ido-file-lessp): New simple file ordering.
6027 (ido-sort-list): Remove.
6028 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6029 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6030
e7eaabae
DN
60312005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6032
6033 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6034 that some versions of grep produce.
6035 (grep-mode-font-lock-keywords): Likewise.
6036
76f8cd56
NR
60372005-02-09 Nick Roberts <nickrob@snap.net.nz>
6038
6039 * progmodes/gdb-ui.el (gdb-location-list): New variable.
9be92b96 6040 (gdb-cdir): Delete.
76f8cd56
NR
6041 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6042 (gdb-source-info): Treat case when source file is in another
6043 directory properly.
6044 (gdb-get-location): New function.
6045
519b13cd
JB
60462005-02-07 Jay Belanger <belanger@truman.edu>
6047
6048 * calc/calc-prog.el (calc-write-parse-table-part)
6049 (calc-fix-token-name): Fix a check for language type.
6050
9be92b96 6051 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
519b13cd 6052
009bb5d2
AS
60532005-02-07 Andre Spiegel <spiegel@gnu.org>
6054
6055 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6056 as directory not writable.
6057
82ec225b
KS
60582005-02-07 Kim F. Storm <storm@cua.dk>
6059
6060 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6061 (cua--standard-movement-commands): Remove list.
6062 Instead, set CUA property value to move for movement commands.
6063 (cua-movement-commands): Remove. Users must set CUA prop instead.
6064 (cua--pre-command-handler): Check CUA property.
6065 (cua--init-keymaps): Don't remap undo commands.
6066 (cua-mode): Don't call cua--rectangle-on-off.
6067
6068 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6069 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6070 (cua--rect-undo-set-point): New var.
6071 (cua--rectangle-undo-boundary): Setup undo apply entry.
6072 (cua--rect-undo-handler): New function for rectangle undo.
6073 (cua--rect-start-position, cua--rect-end-position): Add.
6074 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6075 for restored rectangle. Set point if cua--rect-undo-set-point.
6076
c529f7f7
JB
60772005-02-06 Jay Belanger <belanger@truman.edu>
6078
6079 * calc/calc-lang.el (calc-tex-language): Display more information
6080 in messages.
6081
6082 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6083 in TeX mode.
6084
ba2c991c
RS
60852005-02-06 Richard M. Stallman <rms@gnu.org>
6086
6087 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6088
6d61d855
EZ
60892005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6090
6091 * net/ldap.el (ldap-search-internal): Support attributes with
6092 optional descriptions separated by a semi-colon, as in
6093 "userCertificate;binary".
6094
18daafed
JD
60952005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6096
6097 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6098 isn't a cons (i.e. the version is 0).
6099
cb602754
EZ
61002005-02-05 Eli Zaretskii <eliz@gnu.org>
6101
6102 * help.el (help-for-help): Doc fix.
6103
a0079e58
NR
61042005-02-05 Nick Roberts <nickrob@snap.net.nz>
6105
52eb0373 6106 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
a0079e58
NR
6107 GDB-Windows on the menu-bar as this works better.
6108
e67d06eb
JB
61092005-02-04 Jay Belanger <belanger@truman.edu>
6110
6111 * calc/calc-embed.el (calc-embedded-update): Don't put in
52eb0373 6112 unnecessary newlines. Adjust the end of formula marker.
e67d06eb
JB
6113
6114 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6115 (math-latex-parse-two-args): New function.
6116
02f244c8
LK
61172005-02-03 Lute Kamstra <lute@gnu.org>
6118
6119 * help-fns.el (help-with-tutorial): Make sure that users cannot
6120 remove the entire text of the tutorial by means of `undo'.
6121
ca97010c
SM
61222005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6123
6124 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6125 in recent changes, where the ispell process was repeatedly
6126 killed & restarted.
a41118cc
SM
6127
6128 * international/mule-cmds.el (set-locale-environment): Set file-name
6129 coding system to utf-8 on Darwin systems.
6130 (set-default-coding-systems): Don't set default-file-name-coding-system
6131 on Darwin systems.
6132
4e07258f
RS
61332005-02-03 Richard M. Stallman <rms@gnu.org>
6134
6135 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6136
61372005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6138
6139 * faces.el (list-faces-display): Add optional argument.
6140
30b940a7
SM
61412005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6142
6143 * font-core.el (font-lock-default-function): Handle the rare case where
6144 only font-lock-keywords is set.
6145
4e07258f 61462005-02-02 Kenichi Handa <handa@m17n.org>
fbbde29a 6147
30b940a7 6148 * international/characters.el: Cancel previous change for
fbbde29a
KH
6149 I-WITH-DOT-ABOVE and DOTLESS-i.
6150
6151 * international/latin-5.el: Cancel previous change.
6152
87c366c1
NR
61532005-02-02 Nick Roberts <nickrob@snap.net.nz>
6154
6155 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6156
56072160
KH
61572005-02-02 Kenichi Handa <handa@m17n.org>
6158
6159 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6160 DOTLESS-i.
6161
6162 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6163 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6164
394dff57 6165 * case-table.el (get-upcase-table): New function.
56072160
KH
6166 (copy-case-table): Copy upcaes table too if non-nil.
6167 (set-case-syntax-delims): Maintain upcase table too.
6168 (set-case-syntax-pair): Likewise.
6169 (set-upcase-syntax, set-downcase-syntax): New functions.
6170 (set-case-syntax): Maintain upcase table too.
6171
dd8e8b27
NR
61722005-02-02 Nick Roberts <nickrob@snap.net.nz>
6173
52eb0373 6174 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
dd8e8b27
NR
6175
6176 * progmodes/gud.el (gud-goto-info): New function.
6177 (gud-tool-bar-map): Use correct icon.
6178
cc08f5b2
TTN
61792005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6180
6181 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6182 When delegating, order args in the funcall correctly.
6183
b961eb0e
TTN
61842005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6185
6186 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6187
2fdf4457
CD
61882005-02-01 Carsten Dominik <dominik@science.uva.nl>
6189
6190 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6191 buffer not visiting a file.
6192
a214f7ba
JB
61932005-01-31 Jay Belanger <belanger@truman.edu>
6194
6195 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6196 bound on the line with the formula.
6197
fb89c330
KS
61982005-01-31 Kim F. Storm <storm@cua.dk>
6199
6200 * ses.el (ses-create-cell-variable-range)
6201 (ses-destroy-cell-variable-range, ses-reset-header-string)
6202 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6203 (ses-insert-row): Fix format of apply undo entries.
6204
998858ae
JB
62052005-01-31 Jay Belanger <belanger@truman.edu>
6206
6207 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6208 parts.
6209
6210 * calc/calc-embed.el (calc-embedded-open-formula)
6211 (calc-embedded-close-formula): Ignore matrix environments.
6212
6213 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6214 TeX mode.
6215
6216 * calc/calc-lang.el (math-function-table, math-oper-table)
6217 (math-variable-table): Adjust the LaTeX portions.
6218
6219 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6220 (math-latex-ignore-words): New constant.
6221
a6e7a34b
RS
62222005-01-31 Richard M. Stallman <rms@gnu.org>
6223
6224 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6225 (ispell-local-dictionary): Doc fix.
6226 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6227 Don't reinitialize at run time. Don't defcustom.
6228 All uses changed to append ispell-local-dictionary-alist,
6229 or check it first.
6230 (ispell-current-dictionary): New variable for dictionary in use.
6231 (ispell-dictionary): Now used only for global default.
6232 (ispell-start-process): Set ispell-current-dictionary,
6233 not ispell-dictionary.
6234 (ispell-change-dictionary): Use this only for setting
6235 user preferences.
6236 (ispell-internal-change-dictionary): New function
6237 to change the current dictionary in use.
fb89c330
KS
6238 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6239 Use ispell-current-dictionary.
a6e7a34b
RS
6240 Handle ispell-local-dictionary-overridden.
6241 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6242
1be70c61
JB
62432005-01-31 Jay Belanger <belanger@truman.edu>
6244
6245 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6246
6247 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6248 (calc-mode-map): Add calc-latex-language.
6249
6250 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6251 (math-latex-print-frac): New functions.
6252 (math-oper-table, math-function-table, math-variable-table)
6253 (math-complex-format, math-input-filter): Add latex properties.
6254 (calc-set-language): Set math-expr-special-function-mapping.
6255
6256 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
fe38e3b0 6257 (calc-write-parse-table-part): Add LaTeX support.
1be70c61
JB
6258
6259 * calc/calc.el (calc-language): Adjust docstring.
6260 (calc-set-mode-line): Add LaTeX support.
6261 (math-expr-special-function-mapping): New variable.
e09d97e8 6262 (math-tex-ignore-words): Add to list.
fb89c330 6263
1be70c61
JB
6264 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6265 Add LaTeX support.
6266 (math-compose-expr): Add support for special functions.
6267
6268 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6269
2d08f307
NR
62702005-01-31 Nick Roberts <nickrob@snap.net.nz>
6271
6272 * progmodes/gdb-ui.el (gdb-memory-address)
6273 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6274 (gdb-memory-mode-map, gdb-memory-format-keymap)
6275 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6276 (gdb-memory-unit-menu): New variables for a buffer
6277 that lets the user examine program memory.
6278 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6279 (gdb-memory-format-binary, gdb-memory-format-octal)
6280 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6281 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6282 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6283 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6284 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6285 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6286 (gdb-memory-mode, gdb-memory-buffer-name)
6287 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6288 New functions for above buffer.
6289
ce406543
RS
62902005-01-30 Richard M. Stallman <rms@gnu.org>
6291
6292 * cus-edit.el (custom-bury-buffer): Function deleted.
6293 (custom-buffer-done-function): Option deleted.
6294 (custom-buffer-done-kill): New (replacement option.
6295 (Custom-buffer-done): Call quit-window.
6296 (custom-buffer-create-internal): Update for above changes.
6297
03c64f2e
LT
62982005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6299
6300 * simple.el (undo-ask-before-discard): New var.
6301 (undo-outer-limit-truncate): Implement it.
6302 (undo-extra-outer-limit): Doc update.
6303
5a92a9eb
RS
63042005-01-29 Richard M. Stallman <rms@gnu.org>
6305
394dff57 6306 * ses.el (undo-more): Delete defadvice.
5a92a9eb
RS
6307 (ses-begin-change): Doc fix.
6308
6309 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6310 instead of rebinding C-x u and C-_.
6311
6312 * files.el (normal-backup-enable-predicate): Return nil for files
6313 in /tmp, regardless of temporary-file-directory.
6314
6315 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6316
6317 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6318 (open-rectangle, delete-whitespace-rectangle-line)
03c64f2e 6319 (clear-rectangle-line): If FILL, pass t instead of FILL
5a92a9eb
RS
6320 for move-to-column's 2nd arg.
6321
6322 * simple.el (undo): Fix the test for continuing a series of undos.
6323 (undo-more): Set pending-undo-list to t when we reach end.
394dff57 6324 (pending-undo-list): Move up defvar.
5a92a9eb
RS
6325
6326 * wid-edit.el (widget-button-click):
6327 Shorten the range of the track-mouse binding.
6328
6329 * comint.el (comint-insert-input): Undo previous changes;
6330 use last-input-event in interactive spec.
6331
28d986b9
EZ
63322005-01-29 Eli Zaretskii <eliz@gnu.org>
6333
cf63e6fa
EZ
6334 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6335 to nil before invoking call-process. Reset buffer's modified flag
6336 after fontifying it in the no-async branch.
6337
28d986b9
EZ
6338 * wid-edit.el (widget-specify-button): If mouse pointer shape
6339 cannot be changed, use mouse face instead.
6340
c7c87573
NR
63412005-01-29 Nick Roberts <nickrob@snap.net.nz>
6342
6343 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6344 (gdb-goto-breakpoint): Make breakpoint handling work on template
88cc5da7
NR
6345 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6346 (gdb-assembler-custom): Update to recognise breakpoint information
6347 added on 2005-01-19.
c7c87573 6348
394dff57
SM
63492005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6350
6351 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6352 (dsssl-mode): Use define-derived-mode.
6353 (scheme-mode-initialize): Remove.
6354 (scheme-mode): Use run-mode-hooks.
6355
6356 * cus-edit.el (customize-group-other-window)
6357 (custom-buffer-create-other-window): Don't override special-display-*.
6358 (custom-mode-map): Make it dense.
6359
6360 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6361 sets the default value.
6362
2d65673f
EZ
63632005-01-28 Eli Zaretskii <eliz@gnu.org>
6364
6365 * descr-text.el: Add more keywords.
6366
6b626913
SM
63672005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6368
b9fbc167
SM
6369 * speedbar.el: Avoid unnecessary use of locate-library.
6370
6b626913
SM
6371 * international/mule-cmds.el (standard-display-european-internal):
6372 Don't fiddle with latin-1 non-break space any more since it's now
6373 special cased in the C code.
6374 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6375
3bf93f74
LT
63762005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6377
6378 * cus-start.el (all): Add `undo-outer-limit'.
6379
31df23f5
LK
63802005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6381
6b626913
SM
6382 * textmodes/bibtex.el (bibtex-format-entry):
6383 Use `bibtex-empty-field-re' only on the text of fields, not on entire
31df23f5
LK
6384 field lines.
6385 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6386 not on part of a buffer.
6387
63882005-01-25 Lute Kamstra <lute@gnu.org>
6389
6390 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6391 nonempty field text strings like "{letters\\macro{}more letters}".
6392 Clarify docstring.
6393 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6394 (bibtex-entry-offset, bibtex-parse-association)
6395 (bibtex-parse-field-name): Fix typos in docstrings.
6b626913 6396 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
31df23f5 6397
19f26a89 63982005-01-24 Carsten Dominik <dominik@science.uva.nl>
640d0c89 6399
60fc9395 6400 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
640d0c89 6401 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
60fc9395
CD
6402 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6403 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6404
6405 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6406 isearch minor mode.
6407
fe860842
LT
64082005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6409
6410 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6411
2fc3738c
LK
64122005-01-24 Lute Kamstra <lute@gnu.org>
6413
6414 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6415 CASECHARS and NOT-CASECHARS regular expressions of the
6416 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6417 striding over charsets" error.
6418
dacb2f70
JB
64192005-01-24 Jay Belanger <belanger@truman.edu>
6420
6421 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6422 display variable name.
6423
e1a050dc
KH
64242005-01-24 Kenichi Handa <handa@m17n.org>
6425
6426 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6427 Fix setting of the element of encoded-kbd-iso2022-invocations.
6428
ac94d5f4
NR
64292005-01-24 Nick Roberts <nickrob@snap.net.nz>
6430
6431 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6432 (gdb-threads-select): Change to also accept mouse events.
6433 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6434 (gdb-threads-mouse-select): Delete.
6435
9bb99df6
LT
64362005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6437
6438 * files.el (insert-directory): Take care of empty directory,
6439 listed without -a switch.
6440
bd6a8278
SM
64412005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6442
04138be8
SM
6443 * textmodes/refill.el (refill-post-command-function):
6444 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6445 to the list of functions that we should be careful not to undo.
6446 (refill-late-fill-paragraph-function): Remove.
6447 (refill-saved-state): New var.
6448 (refill-mode): Use it to save fill-paragraph-function.
6449 Save also the value of auto-fill-function.
6450
bd6a8278
SM
6451 * term/w32-win.el: Simplify code.
6452
5c20cae2
KS
64532005-01-23 Kim F. Storm <storm@cua.dk>
6454
8f958b40
KS
6455 * simple.el (line-move): Adapt to new return value from
6456 pos-visible-in-window-p.
6457
5c20cae2
KS
6458 * simple.el (line-move): Fix last change. Check partial
6459 visibility at point rather than at window-start.
6460
e1c7e69a
JR
64612005-01-22 Jason Rumney <jasonr@gnu.org>
6462
6463 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6464
3d4d788a
DK
64652005-01-22 David Kastrup <dak@gnu.org>
6466
6467 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6468
1a8461d3
EZ
64692005-01-22 Eli Zaretskii <eliz@gnu.org>
6470
6471 * type-break.el (type-break-mode): Add a test for
6472 type-break-file-name being non-nil.
6473
1da1887d
EZ
64742005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6475
6476 * net/eudc.el (top level): Call (message "") via progn, so that
6477 eudc-options-file is loaded.
6478
d00e399a
KS
64792005-01-22 Kim F. Storm <storm@cua.dk>
6480
6481 * simple.el (line-move-1): Rename from line-move.
6482 (line-move): New function that adjusts vscroll for partially
6483 visible rows, and calls line-move-1 otherwise.
6484
2ff1dec9
JW
64852005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6486
6487 * pcomplete.el: define pcomplete-read-event instead of read-event,
6488 since it's not a complete read-event implementation
6489
7ec35700
JB
64902005-01-20 Jay Belanger <belanger@truman.edu>
6491
6492 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6493 for called function.
6494
a15252fd
ST
64952005-01-20 Steven Tamm <steventamm@mac.com>
6496
6b626913 6497 * term/mac-win.el (process-connection-type): Remove.
a15252fd
ST
6498 Controlled now by s/darwin.h:PTY_ITERATION.
6499
66c226bf
SM
65002005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6501
6502 * window.el (handle-select-window): Don't switch window when we're
6503 in the minibuffer.
6504
7c018923
SM
65052005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6506
6507 * subr.el (dotimes-with-progress-reporter): New macro.
6508
6509 * ses.el (ses-dotimes-msg): Remove macro.
6510 Use `dotimes-with-progress-reporter' instead.
6511
8db8a5cf
ST
65122005-01-19 Steven Tamm <steventamm@mac.com>
6513
6514 * term/mac-win.el (process-connection-type): Use new
6515 operating-system-release variable to use ptys on Darwin 7 (OSX
6516 10.3) when using carbon build.
6517
7679290d
JB
65182005-01-19 Jay Belanger <belanger@truman.edu>
6519
6520 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6521 flags if the last command was a tab or M-tab.
6522
17c90a9e
JB
6523 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6524 in formula editing buffer.
6525
2c60b6d3
NR
65262005-01-19 Nick Roberts <nickrob@snap.net.nz>
6527
6528 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6529 breakpoint image symbol in margin.
6530
1ff85beb
JB
65312005-01-19 Jay Belanger <belanger@truman.edu>
6532
6533 * calc/calc-prog.el (calc-execute-kbd-macro):
6534 Ignore calc-keep-arg-flag.
6535
664ca704
KH
65362005-01-19 Kenichi Handa <handa@m17n.org>
6537
6538 * textmodes/ispell.el (ispell-looking-at): New function.
6539 (ispell-process-line): Use ispell-looking-at to compare the ispell
6540 output and the buffer contents.
6541
926787be
JB
65422005-01-18 Jay Belanger <belanger@truman.edu>
6543
6544 * calc/calc.el (calc-display-raw): Fix docstring.
6545
67b9b71f
SM
65462005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6547
7c018923
SM
6548 * simple.el (blink-matching-open): Strip extra info from syntax.
6549
67b9b71f
SM
6550 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6551 funny chars in the end-of-here-doc marker.
6552
83c7f806
NR
65532005-01-19 Nick Roberts <nickrob@snap.net.nz>
6554
6555 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6556 that enable/disabled state of breakpoints is shown correctly in
6557 fringe and on ttys.
6558 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6559 Add breakpoint information as text properties.
67b9b71f 6560 (gdb-mouse-toggle-breakpoint):
83c7f806 6561 Rename to gdb-mouse-set-clear-breakpoint.
67b9b71f 6562 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
83c7f806
NR
6563 breakpoints in the margin.
6564 (gdb-remove-strings): Simplify.
6565
538a5f8b
JB
65662005-01-17 Jay Belanger <belanger@truman.edu>
6567
6568 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6569 erasing buffer.
6570
444919be
RS
65712005-01-17 Richard M. Stallman <rms@gnu.org>
6572
6573 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6574 for calling grep-compute-defaults.
6575
6576 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6577 if buffer is empty.
6578
6579 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6580
67476fca
SM
65812005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6582
6583 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6584
6585 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6586 non-preloaded variables.
6587
4042dc25
ST
65882005-01-17 Steven Tamm <steventamm@mac.com>
6589
6590 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6591 tex-shell cause to force interactivity when using pipes.
6592
aea3bdb1
KS
65932005-01-17 Kim F. Storm <storm@cua.dk>
6594
6595 * simple.el (just-one-space): Make arg optional.
6596
41774623
NR
65972005-01-17 Nick Roberts <nickrob@snap.net.nz>
6598
6599 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
30598da5 6600 posn-at-x-y to t to access left-margin.
41774623 6601
01917a18
MA
66022005-01-16 Michael Albinus <michael.albinus@gmx.de>
6603
6604 Sync with Tramp 2.0.47.
6605
6606 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6607 catching keep-date problems in cp/scp operations.
6608 (tramp-handle-copy-file): Don't call `set-file-modes'
6609 unconditionally. Specialized functions should know better what is
6610 necessary. This improves performance a little bit, and the
6611 functions could catch errors with `cp -p' and `scp -p'.
6612 (tramp-do-copy-or-rename-file-via-buffer)
6613 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6614 when appropriate.
67476fca
SM
6615 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6616 Call `set-file-modes' when appropriate.
01917a18
MA
6617 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6618 Johnsson <isak@hypergene.com>
6619 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6620 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6621 <joakim@verona.se>
6622 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6623 Emacs only.
6624
6625 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6626 `find-file-hooks' and `dired-mode-hook'.
6627 (tramp-minor-mode-map): Respective map. Add remapping for
6628 `compile' and `recompile'.
6629 (tramp-remap-command, tramp-recompile): New defuns.
6630 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6631 in buffer "*Compilation*". Call the commands asynchronously.
6632
6633 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6634 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6635 `shell-command', because it isn't magic in XEmacs. Reported by
6636 Adrian Aichner <adrian@xemacs.org>.
6637
6638 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6639 `substitute-in-file-name.
6640 (tramp-smb-handle-substitute-in-file-name): New defun.
6641 (tramp-smb-advice-PC-do-completion): Delete advice.
6642
66432005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6644
6645 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6646 Fix error in deleting region.
6647
d4b6c2e3
RS
66482005-01-15 Richard M. Stallman <rms@gnu.org>
6649
6650 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6651 In non-temp buffer, switch syntax table temporarily.
6652
6653 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6654
6655 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6656
6657 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6658
6659 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6660 (imenu--generic-function): Use START, not BEG, as pos of definition.
6661
6662 * simple.el (just-one-space): Argument specifies number of spaces.
6663
6664 * simple.el (eval-expression-print-format): Avoid warning
6665 about edebug-active.
6666
c85465f9 66672005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
d4b6c2e3
RS
6668
6669 * progmodes/sh-script.el: Code copied from make-mode.el
6670 with small changes,
6671 (sh-mode-map): Bind C-c C-\.
6672 (sh-backslash-column, sh-backslash-align): New variables.
6673 (sh-backslash-region, sh-append-backslash): New functions.
aea3bdb1 6674
43805352
EZ
66752005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6676
6677 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
67476fca 6678 (rmail-pop-password, rmail-pop-password-required): Move to
43805352 6679 rmail-obsolete group.
67476fca 6680 (rmail-set-pop-password): Rename to rmail-set-remote-password.
43805352 6681 All callers updated.
67476fca 6682 (rmail-get-pop-password): Rename to rmail-get-remote-password.
43805352
EZ
6683 Take an argument specifying whether it is POP or IMAP mailbox we
6684 are using. All callers updated.
67476fca
SM
6685 (rmail-pop-password-error): Rename to
6686 rmail-remote-password-error. Added mailutils-specific error message.
43805352
EZ
6687 (rmail-movemail-search-path)
6688 (rmail-movemail-variant-in-use): New variables.
67476fca
SM
6689 (rmail-remote-password, rmail-remote-password-required):
6690 New customization variables.
6691 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
43805352 6692 (rmail-parse-url): New function.
67476fca 6693 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
43805352
EZ
6694 with GNU mailutils movemail.
6695
5754a69e
EZ
66962005-01-15 Kevin Ryde <user42@zip.com.au>
6697
6698 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6699 suffix to space, $ or '$, to correctly position point when going
6700 to @table style constants like DBL_MAX.
6701
a7ed85f0
EZ
67022005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6703
6704 * type-break.el (type-break-mode, type-break-file-time)
67476fca
SM
6705 (type-break-file-keystroke-count, type-break-choose-file):
6706 Don't store data in or load data from the file if type-break-file-name
a7ed85f0
EZ
6707 is nil.
6708 (type-break-file-name): Doc update as per the above.
6709
f79b331a
EZ
67102005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6711
6712 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6713 lookup-key might return nil; handle that.
6714
8b3a75ac
EZ
67152005-01-15 Alan Mackenzie <acm@muc.de>
6716
6717 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
67476fca 6718 rather than the element found, thus enabling the tree to be setcar'd.
8b3a75ac 6719
791d856f
CD
67202005-01-14 Carsten Dominik <dominik@science.uva.nl>
6721
6722 * textmodes/org.el (org-show-following-heading): New option.
6723 (org-show-hierarchy-above): Use `org-show-following-heading'.
7d7dac8c 6724 (org-cycle): Documentation fix.
791d856f
CD
6725
6726 * textmodes/org.el (orgtbl-optimized): New option
6727 (orgtbl-mode): New command, a minor mode.
6728 (orgtbl-mode-map): New variable.
6729 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6730 (orgtbl-error, orgtbl-self-insert-command)
6731 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6732
6733 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6734 a local variable in each org-mode buffer.
6735
67476fca 6736 * textmodes/org.el (org-set-regexps-and-options): Rename from
791d856f 6737 `org-set-regexps'. Added checking for STARTUP keyword.
67476fca 6738 (org-get-current-options): Add STARTUP options.
791d856f
CD
6739 (org-table-insert-row): Mode mode intelligent about when
6740 realignment is needed.
67476fca
SM
6741 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6742 New commands.
6743 (org-enable-table-editor): New default value `optimized'.
791d856f
CD
6744 (org-table-blank-field): Support blanking regions if active.
6745
af41e141
CD
67462005-01-14 Carsten Dominik <dominik@science.uva.nl>
6747
099fc2c9
CD
6748 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6749 if the year is not given.
af41e141 6750
67476fca
SM
6751 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6752 Add new escapes %m and %M, fixed bug with %F by adding
099fc2c9 6753 save-match-data.
67476fca
SM
6754 (reftex-reference): Remove ?. from list of spaces.
6755 (reftex-label-info): Add automatic label prefix recognition.
6756
6757 * textmodes/reftex-index.el (reftex-index-next-phrase):
6758 Add slave parameter to call of `reftex-index-this-phrase'.
6759 (reftex-index-this-phrase): New optional argument.
6760 (reftex-index-region-phrases): Add slave parameter to call of
6761 `reftex-index-this-phrase'.
6762 (reftex-display-index): New argument redo.
6763 (reftex-index-rescan): Add 'redo to arguments of
6764 `reftex-display-index'.
af41e141 6765 (reftex-index-Rescan, reftex-index-revert)
67476fca
SM
6766 (reftex-index-switch-index-tag): Add 'redo to arguments of
6767 `reftex-display-index'.
6768 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6769 indexing. Fix bug with matching is there is a quote before or
af41e141
CD
6770 after the word.
6771
67476fca
SM
6772 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6773 Fix bug when collecting citation keys in lines with comments.
af41e141
CD
6774 (reftex-citation): Prefix argument no longer rescans the document,
6775 but forces prompting for optional arguments of cite macros.
67476fca 6776 (reftex-do-citation): Prompting for optional arguments implemented.
af41e141 6777
67476fca
SM
6778 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6779 Add optional arguments to most cite commands.
af41e141
CD
6780 (reftex-cite-cleanup-optional-args): New option
6781 (reftex-cite-prompt-optional-args): New option.
67476fca 6782 (reftex-trust-label-prefix): New option.
af41e141 6783
67476fca
SM
6784 * textmodes/reftex-toc.el (reftex-toc-find-section):
6785 Add push-mark before changing the position in the buffer.
af41e141 6786
67476fca
SM
6787 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6788 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
af41e141 6789
5ca75c83
NR
67902005-01-14 Nick Roberts <nickrob@snap.net.nz>
6791
6792 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6793 more carefully.
6794
ed8031f2
SM
67952005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6796
6797 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6798 (sgml-mode): Use it.
6799 (sgml-get-context): Better keep track of implicitly closed tags.
6800
7573e36d
KH
68012005-01-13 Kenichi Handa <handa@m17n.org>
6802
6803 * textmodes/ispell.el: These changes are to fix misalignment error
6804 caused by equivalent characters of different Emacs charsets.
6805 (ispell-unified-chars-table): New variable.
6806 (ispell-get-decoded-string): New function.
6807 (ispell-get-casechars, ispell-get-not-casechars)
6808 (ispell-get-otherchars): Call ispell-get-decoded-string.
6809
80888260
JPW
68102005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6811
6812 * custom.el (custom-declare-variable): Just put symbol instead
e2244c1d 6813 of (defvar . symbol) in `current-load-list'.
80888260 6814
9deb0aba
RS
68152005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6816
6817 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6818
f5340eb7
JB
68192005-01-12 Jay Belanger <belanger@truman.edu>
6820
6821 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6822 to create a Calc summary.
6823
1e801ac3
KS
68242005-01-12 Kim F. Storm <storm@cua.dk>
6825
6826 * mouse.el (mouse-on-link-p): Change functionality and doc
6827 string to comply with latest description in lisp ref.
6828
a1c9fd19
NR
68292005-01-12 Nick Roberts <nickrob@snap.net.nz>
6830
ed8031f2
SM
6831 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6832 Enable mouse clicks on mode-line, header-line and margin.
a1c9fd19
NR
6833 (event-type): Give mouse event symbols an 'event-kind property
6834 with value 'mouse-click.
6835
066a23af
JL
68362005-01-12 Juri Linkov <juri@jurta.org>
6837
6838 * facemenu.el (list-colors-display): Add new arg buffer-name.
6839 Use it. Fix docstring. Replace code for identifying duplicate
6840 colors by the name with call to `list-colors-duplicates' which
6841 identifies duplicate colors by the value unless the color
6842 is one of special Windows colors. Set truncate-lines to t.
6843 Print sorted duplicate color names on each line. Indent to 22
6844 \(the longest color name in rgb.txt) instead of 20. Optimize.
6845 (list-colors-duplicates): New function.
6846 (facemenu-color-name-equal): Delete function.
6847
987d1819
JL
6848 * facemenu.el (list-colors-print): New function created from code
6849 in list-colors-display. Print #RRGGBB at the window right edge.
6850 (list-colors-display): When temp-buffer-show-function is not
6851 defined, call list-colors-print from temp-buffer-show-hook
6852 to get the right value of window-width in list-colors-print
6853 after the buffer is displayed.
6854
aac42a1b
JL
6855 * simple.el (pop-mark): Move deactivate-mark out of conditional
6856 part to deactivate the active mark regardless of the state of the
6857 mark ring.
6858
6859 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6860 variables line in desktop files.
6861
afd33362
JL
68622005-01-12 Juri Linkov <juri@jurta.org>
6863
6864 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6865 Bring together isearch highlight related options.
6866 (lazy-highlight): Replace group `replace' by `matching'.
6867 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6868 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6869 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6870 and declare them obsolete.
6871 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6872 (isearch-faces): Remove defgroup.
6873 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6874 Move isearch highlighting code closer to lazy highlighting code.
6875
6876 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6877 (query-replace-highlight, query-replace-lazy-highlight)
6878 (query-replace): Move definitions to the beginning of the file.
6879
424b9d3e
JL
68802005-01-11 Juri Linkov <juri@jurta.org>
6881
881b07f9
JB
6882 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6883 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
424b9d3e
JL
6884 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6885
6886 * info.el (Info-history-forward): New variable.
6887 (Info-select-node): Reset Info-history-forward to nil.
6888 (Info-last): Turn into defalias.
6889 (Info-history-back): Rename from Info-last.
6890 Add current node to Info-history-forward.
6891 (Info-history-forward): New fun.
6892 (Info-mode-map): Replace Info-last by Info-history-back.
6893 Bind Info-history-forward to "r".
6894 (Info-mode-menu): Replace Info-last by Info-history-back.
6895 Fix menu item text. Add menu item for Info-history-forward.
6896 (info-tool-bar-map): Replace Info-last by Info-history-back.
6897 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6898 for Info-history-forward.
6899 (Info-mode): Replace Info-last by Info-history-back in docstring.
6900 Add local variable Info-history-forward.
6901 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6902
fbd8dc8a
SM
69032005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6904
6905 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6906 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6907 Ignore select-window events rather than fiddle with
6908 mouse-autoselect-window.
6909
28f94a34
RS
69102005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6911
6912 * type-break.el (type-break-mode): Fix previous change.
6913
b748957a
JB
69142005-01-10 Jay Belanger <belanger@truman.edu>
6915
10907497 6916 * calc/calc-ext.el (calc-reset): Reset when inside embedded
fbd8dc8a
SM
6917 calculator; only reset when point is inside a calculator.
6918 Don't adjust the window height if the window takes up the whole height
10907497 6919 of the frame.
b748957a 6920
e4edc5cd
TTN
69212005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6922
6923 * ebuff-menu.el (Electric-buffer-menu-mode):
6924 Preserve value of buffer-local var header-line-format.
6925
3579f0c2
JB
69262005-01-09 Jay Belanger <belanger@truman.edu>
6927
6928 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6929 Make sure settings file exists before accessing it.
6930
7f72c3db
JB
6931 * calc/calc-embed.el (calc-embedded-subst):
6932 Replace math-multi-subst-rec, which is only supposed to be called
6933 by math-multi-subst, by math-multi-subst.
6934
5fbf7903
AS
69352005-01-09 Andre Spiegel <spiegel@gnu.org>
6936
6937 * vc.el (vc-allow-async-revert): New user option.
6938 (vc-disable-async-diff): New internal variable.
6939 (vc-revert-buffer): Use them to disable asynchronous diff.
6940
fbd8dc8a
SM
6941 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6942 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
5fbf7903
AS
6943 asynchronously if vc-disable-async-diff is t.
6944
809c26be
JB
69452005-01-09 Jay Belanger <belanger@truman.edu>
6946
6947 * calc/calc.el (defcalcmodevar): New macro.
6948 (calc-mode-var-list-restore-default-values)
6949 (calc-mode-var-list-restore-saved-values): New functions.
6950 (calc-mode-var-list): Use defcalcmodevar to define it.
6951 (calc-always-load-extensions, calc-line-numbering)
6952 (calc-line-breaking, calc-display-just, calc-display-origin)
6953 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6954 (calc-group-char, calc-point-char, calc-frac-format)
6955 (calc-prefer-frac, calc-hms-format, calc-date-format)
6956 (calc-float-format, calc-full-float-format, calc-complex-format)
6957 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6958 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6959 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6960 (calc-matrix-brackets, calc-language, calc-language-option)
6961 (calc-left-label, calc-right-label, calc-word-size)
6962 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
6963 (calc-display-raw, calc-internal-prec, calc-angle-mode)
6964 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
6965 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
6966 (calc-window-height, calc-display-trail, calc-show-selections)
6967 (calc-use-selections, calc-assoc-selections)
6968 (calc-display-working-message, calc-auto-why, calc-timing)
6969 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
6970 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
6971 (calc-gnuplot-default-device, calc-gnuplot-default-output)
6972 (calc-gnuplot-print-device, calc-gnuplot-print-output)
6973 (calc-gnuplot-geometry, calc-graph-default-resolution)
6974 (calc-graph-default-resolution-3d, calc-invocation-macro)
6975 (calc-show-banner): Use defcalcmodevar to declare them and set
6976 their default values.
6977
6978 * calc/calc-ext.el (calc-reset): Restore saved values of variables
6979 instead of default values (but restore default values if there is
6980 an argument of 0).
6981
0ba9bc53
DK
69822005-01-09 David Kastrup <dak@gnu.org>
6983
6984 * desktop.el (desktop-restore-eager): Fix typo in type.
6985
03e31a1a
RS
69862005-01-08 Richard M. Stallman <rms@gnu.org>
6987
6988 * cus-edit.el (customize): Delete :link.
6989
3aba853a
JB
69902005-01-08 Jay Belanger <belanger@truman.edu>
6991
6992 * calc/calc.el (calc-mode): Remove the extension from the
6993 `calc-settings-file' file name when loading it.
6994
1f387600
KS
69952005-01-08 Kim F. Storm <storm@cua.dk>
6996
6997 * info.el (Info-mode-map, Info-next-link-keymap)
6998 (Info-prev-link-keymap, Info-up-link-keymap):
6999 Map follow-link to mouse-face.
7000 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7001
a4dfc830
JB
70022005-01-08 Jay Belanger <belanger@truman.edu>
7003
7004 * calc/calc.el (calc-settings-file): Change default value.
7005 Suggested by cgw in a comment in calc-mode.el.
7006
7007 * calc/calc-mode.el (calc-settings-file-name):
7008 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7009 Replace ~/.emacs in a prompt by calc-settings-file.
7010
9abb41eb
LH
70112005-01-07 Lars Hansen <larsh@math.ku.dk>
7012
7716b93b
KS
7013 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7014 (desktop-lazy-idle-delay): New customizable variables.
9abb41eb
LH
7015 (desktop-buffer-args-list): New variable.
7016 (desktop-append-buffer-args): New function.
7017 (desktop-save): Call desktop-append-buffer-args for some buffers.
7018 (desktop-lazy-create-buffer): New function.
7019 (desktop-idle-create-buffers): New function.
7020 (desktop-read): Add message about buffers to restore lazily.
7021 (desktop-lazy-abort): New command.
7022 (desktop-clear): Call desktop-lazy-abort.
7023 (desktop-lazy-complete): New command.
7024
c7ce7fc4
RS
70252005-01-06 Richard M. Stallman <rms@gnu.org>
7026
7027 * emacs-lisp/find-func.el (find-face-definition):
fbd8dc8a 7028 Rename from find-face.
c7ce7fc4 7029
c35b0c6b
KS
70302005-01-06 Kim F. Storm <storm@cua.dk>
7031
7032 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7033
7034 * man.el (Man-xref-man-page, Man-xref-header-file)
7035 (Man-xref-normal-file): Add follow-link property.
7036
4c07596d
JB
70372005-01-06 Jay Belanger <belanger@truman.edu>
7038
7039 * calc/calc-units.el: Make sure the proper macro definitions are
7040 available when compiling.
7041
b49018ff
JL
70422005-01-06 Juri Linkov <juri@jurta.org>
7043
fbd8dc8a
SM
7044 * isearch.el (isearch-lazy-highlight-update):
7045 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
b49018ff 7046
e3cde0c7
MB
70472005-01-06 Miles Bader <miles@gnu.org>
7048
fbd8dc8a 7049 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
e3cde0c7
MB
7050 (isearch-lazy-highlight-face): Use new name.
7051
4dbbcb46
SM
70522005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7053
2eec3e8e
SM
7054 * uniquify.el (uniquify-rationalize-file-buffer-names):
7055 Re-add an interactive spec.
9890ec7d
SM
7056 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7057 to the same name.
2eec3e8e 7058
4dbbcb46
SM
7059 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7060 (isearch-update, isearch-done): Adjust calls accordingly.
7061
436c08c2
RS
70622005-01-05 Richard M. Stallman <rms@gnu.org>
7063
c7ce7fc4
RS
7064 * custom.el (custom-set-variables, custom-theme-set-variables):
7065 Clarify documentation.
7066
436c08c2 7067 * emacs-lisp/find-func.el (find-variable)
4dbbcb46 7068 (find-variable-other-window, find-variable-other-frame):
436c08c2
RS
7069 Fix the TYPE args to find-function-read and find-function-do-it.
7070 (find-function): Doc fix.
7071 (find-function-at-point): Replace function-at-point alias.
7072
4829145a
RS
70732005-01-04 Richard M. Stallman <rms@gnu.org>
7074
7075 * cus-face.el (custom-declare-face):
7076 Record defface in current-load-list.
7077
7078 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7079
7080 * emacs-lisp/find-func.el: Doc fixes.
7081 (find-face-regexp): New variable.
7082 (find-function-regexp-alist): New variable.
7083 (find-function-C-source): Third arg is now TYPE.
7084 (find-function-search-for-symbol): Handle general TYPE.
7085 (find-function-read, find-function-do-it): Handle general TYPE.
7086 (find-definition-noselect, find-face): New functions.
7087 (function-at-point): Alias deleted.
7088
73a6a972
SM
70892005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7090
7091 * battery.el (display-battery-mode): Rename from display-battery.
7092 Handle the case where it gets turned off.
7093
60d1a807
RS
70942005-01-04 Richard M. Stallman <rms@gnu.org>
7095
dd496df6
RS
7096 * cus-edit.el (customize): Make :link point to user doc.
7097
7098 * man.el (Man-fontify-manpage): Turn off undo generation.
7099
60d1a807
RS
7100 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7101
d198dfaa
AS
71022005-01-04 Andreas Schwab <schwab@suse.de>
7103
7104 * files.el (insert-directory): Only look for error lines in
73a6a972 7105 inserted text. Don't move too far after processing --dired markers.
d198dfaa 7106
69ba53f7
RS
71072005-01-04 Richard M. Stallman <rms@gnu.org>
7108
7109 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7110 Don't expand if the character is @, period, dash, etc.
7111 (define-mail-abbrev): Quote names that contain problem characters.
7112
d4bb7735
TTN
71132005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7114
7115 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7116
d57c7572
RS
71172005-01-03 Richard M. Stallman <rms@gnu.org>
7118
7119 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7120 (query-replace-highlight, query-replace-lazy-highlight)
7121 (query-replace): Definitions moved up. Doc fix.
7122
71232005-01-03 Richard M. Stallman <rms@gnu.org>
7124
7125 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7126 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7127 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
73a6a972 7128 (lazy-highlight-face): Rename from isearch-lazy-...
d57c7572
RS
7129 Change all references to them.
7130
985a8e0f
LT
71312005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7132
7133 * cus-edit.el (custom-file): Doc fix for defcustom.
7134 (custom-file): The function no longer sets the variable
7135 `custom-file' to its return value.
7136
7137 * startup.el (command-line): No longer load `custom-file'.
7138
8a525646
SM
71392005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7140
1b60b25a
SM
7141 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7142
8a525646
SM
7143 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7144 Don't confuse module-prefixed identifiers for labels.
7145 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7146
c45c149c
RS
71472005-01-02 Richard M. Stallman <rms@gnu.org>
7148
969be033
RS
7149 * files.el (basic-save-buffer-1): Fix previous change.
7150
19996af4
RS
7151 * loadhist.el (file-loadhist-lookup): New function.
7152 (file-provides, file-requires): Use it.
7153
c45c149c
RS
7154 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7155 instead of calculating the right size.
7156
d57c7572 71572005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
50292b6e 7158
3625f6b7 7159 * vc-svn.el (vc-svn-diff): Stay local if possible.
85aaa8d2 7160
d101bf56 71612005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
3625f6b7 7162
5e39b98a
SM
7163 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7164
50292b6e
SM
7165 * files.el (hack-local-variables): Fix last change.
7166
731da695
JB
71672005-01-02 Jay Belanger <belanger@truman.edu>
7168
7169 * calc/calc-yank.el (calc-edit-top): New variable.
7170 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7171 object. Change header properties.
7172 (calc-edit-finish, calc-edit-finish-stack-object)
7173 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7174 edited object.
7175 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7176 for the beginning of the edited object.
7177 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7178 for the beginning of the edited object.
7179 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7180 (calc-finish-formula-edit, calc-macro-repeats)
7181 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7182 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7183 beginning of the edited object.
7184 (calc-user-define-edit): Change the header for editing macros.
7185 Remove unnecessary variable.
7186
227c9573
JB
71872005-01-01 Jay Belanger <belanger@truman.edu>
7188
731da695 7189 * calc/calc-yank.el (calc-edit-mode): Change default header.
5e39b98a 7190 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
731da695 7191 * calc/calc-store.el (calc-edit-variable): Change title to match new
c5757d2e 7192 header.
42a797de 7193 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
c5757d2e
JB
7194 mode to match new header.
7195 (calc-user-define-edit): Change titles to include names of commands.
42a797de 7196 (calc-finish-formula-edit): Adjust to handle new header.
c5757d2e 7197 (calc-finish-macro-edit): Remove.
227c9573
JB
7198 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7199 (calc-edit-macro-command, calc-edit-macro-command-type)
7200 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7201 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7202 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7203 (calc-edit-macro-finish-edit): New functions.
7204 (calc-user-define-edit): Use new functions to edit named calc macros.
7205
4c6af0f6
SM
72062005-01-01 Stefan <monnier@iro.umontreal.ca>
7207
7208 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7209
7210 * ses.el (copy-region-as-kill): Deactivate mark.
7211
3f68d7c8
RS
72122005-01-01 Richard M. Stallman <rms@gnu.org>
7213
f42a241b
RS
7214 * replace.el (occur-1): If the output buffer is also an input,
7215 don't kill it, rename it.
7216
7217 * faces.el (set-face-background, set-face-foreground): Doc fix.
7218
3f68d7c8
RS
7219 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7220 for :foreground and :background.
7221
3f68d7c8 7222 * dired.el (dired-view-command-alist): Variable deleted.
4c6af0f6 7223 (dired-view-file, dired-mouse-find-file-other-window):
3f68d7c8
RS
7224 Delete the code to use it.
7225
41d0b092
KS
72262005-01-01 Kim F. Storm <storm@cua.dk>
7227
7228 * image.el (insert-sliced-image): Use t for line-height property.
7229
553fd77e
JB
72302004-12-31 Jay Belanger <belanger@truman.edu>
7231
fe38e3b0 7232 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
553fd77e
JB
7233 for "var-" at the beginning of the minibuffer.
7234
1241e32d
RS
72352004-12-31 Richard M. Stallman <rms@gnu.org>
7236
1db7dd46
RS
7237 * faces.el (read-face-name):
7238 Don't treat an attribute spec as a list of faces.
7239
7240 * simple.el (undo): Use undo-equiv-table to detect
7241 unexpected changes since previous undo.
7242 (undo-list-saved): Variable deleted.
7243 (buffer-disable-undo): Don't alter undo-list-saved.
7244
1241e32d
RS
7245 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7246 (mode-require-final-newline): New option.
7247 (after-find-file): Handle require-final-newline with new values.
7248 (basic-save-buffer): Handle new values of require-final-newline.
7249
7250 * progmodes/sh-script.el (sh-require-final-newline):
7251 Alist value now controls whether to use mode-require-final-newline.
7252 (sh-set-shell): Implement that new meaning.
7253
7254 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7255 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7256 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7257 Delete old-Emacs compatibility code.
7258 (antlr-c-common-init): Function deleted.
41d0b092 7259
1241e32d
RS
7260 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7261 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7262 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7263 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7264 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7265 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7266 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7267 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7268 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7269 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7270 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7271 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7272 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7273 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7274 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7275 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7276
ebf0c615
JB
72772004-12-31 Jay Belanger <belanger@truman.edu>
7278
a10e1fb7
JB
7279 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7280 way to return to Calc.
7281
7282 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7283 finish, C-xk as the way to cancel the edit. Add cancel routine to
7284 kill-buffer-hook.
7285
ebf0c615
JB
7286 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7287 MacEdit code.
7288
7289 * calc/calc-prog.el: Remove obsolete MacEdit code.
7290 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7291 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7292
e205f8c1
KH
72932004-12-31 Kenichi Handa <handa@m17n.org>
7294
7295 * international/mule.el (buffer-file-coding-system-explicit):
4c6af0f6
SM
7296 Rename for explicit-buffer-file-coding-system.
7297 (after-insert-file-set-coding): Adjust for the above change.
e205f8c1 7298
4c6af0f6
SM
7299 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7300 to buffer-file-coding-system-explicit.
e205f8c1
KH
7301 (basic-save-buffer-1): Likewise.
7302
1241e32d
RS
73032004-12-30 Richard M. Stallman <rms@gnu.org>
7304
7305 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7306 (artist-butlast, artist-last): Functions deleted.
7307 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7308 (artist-compute-key-compl-table): Call remq directly.
7309 (artist-remove-nulls): Function deleted.
7310 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7311 (artist-push, artist-pop): Macro deleted.
7312
73132004-12-30 Andreas Leue <al@sphenon.de>
7314
7315 * textmodes/artist.el (artist-version): 1.2.6
7316 (artist-prev-next-op-alist): New variable.
7317 (artist-select-next-op-in-list): New function.
7318 (artist-select-prev-op-in-list): New function.
7319 (artist-make-prev-next-op-alist): New function.
7320 (artist-is-in-op-list-p): New function.
7321 (artist-get-first-non-nil-op): New function.
7322 (artist-get-last-non-nil-op): New function.
7323 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
4c6af0f6 7324 artist-prev-next-op-alist.
1241e32d 7325 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
4c6af0f6 7326 change drawing operation.
1241e32d 7327
d918508e
LT
73282004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7329
7330 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7331
51b4073a
MY
73322004-12-31 Masatake YAMATO <jet@gyve.org>
7333
7334 * server.el (server-process-filter): Suppress `error', too.
7335
5196b999
JB
73362004-12-30 Jay Belanger <belanger@truman.edu>
7337
4c6af0f6
SM
7338 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7339 Change the way a variable is displayed in a message.
5196b999 7340
0c753fd7
JB
7341 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7342 (calc-user-define-permanent, calc-execute-kbd-macro):
7343 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7344
c243063e
KH
73452004-12-30 Kenichi Handa <handa@m17n.org>
7346
4c6af0f6
SM
7347 * files.el (basic-save-buffer-1):
7348 Set explicit-buffer-file-coding-system to last-coding-system-used.
c243063e
KH
7349 (revert-buffer): Pay attention to
7350 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7351 on bind coding-system-for-read.
7352
4c6af0f6
SM
7353 * international/mule.el (explicit-buffer-file-coding-system):
7354 New buffer local variable.
c243063e
KH
7355 (after-insert-file-set-coding): Set it to coding-system-for-read.
7356
9e559f9b
LT
73572004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7358
7359 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7360
456e761b
ST
73612004-12-29 Sanghyuk Suh <han9kin@mac.com>
7362
7363 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7364 that include line numbers.
7365
c4cb00d0
RS
73662004-12-29 Milan Zamazal <pdm@zamazal.org>
7367
7368 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7369 Redundant variable PREFIXLEN removed.
7370
73712004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7372
7373 * eshell/em-hist.el (eshell-previous-matching-input):
7374 Start the deletion from the end of the output.
7375
30c92fab
ST
73762004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7377
7378 * term/mac-win.el: Require x-dnd.
4c6af0f6 7379 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
30c92fab 7380
f4b483aa
DK
73812004-12-29 David Kastrup <dak@gnu.org>
7382
4c6af0f6
SM
7383 * international/mule.el (decode-coding-inserted-region):
7384 Don't barf if `buffer-undo-list' is already set to `t'.
f4b483aa 7385
e15de347
JB
73862004-12-29 Jay Belanger <belanger@truman.edu>
7387
7388 * calc/calc-prog.el (calc-user-define-formula): Put default values
7389 for function names in prompts.
7390 (calc-user-define-permanent, calc-user-define-composition)
7391 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7392 default input for algebraic functions.
7393
903d71fb
TTN
73942004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7395
7396 * vc-rcs.el (vc-rcs-annotate-command):
7397 Fix omission bug: Call `vc-setup-buffer'.
7398
a28e0218
KH
73992004-12-29 Kenichi Handa <handa@m17n.org>
7400
7401 * international/mule.el (recode-region): New function.
7402
0d808a63
RS
74032004-12-28 Richard M. Stallman <rms@gnu.org>
7404
94ed0931
RS
7405 * simple.el (undo-extra-outer-limit): New variable.
7406 (undo-outer-limit-truncate): Test and set it.
7407
7408 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7409 enables the feature to extend the existing region.
7410
7411 * simple.el (mark-word): New arg ALLOW-EXTEND
7412 enables the feature to extend the existing region.
7413
7414 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7415 enables the feature to extend the existing region.
7416
7417 * startup.el (site-run-file): Don't allow setting it with Custom.
7418
0d808a63
RS
7419 * simple.el (buffer-disable-undo): Fix previous change.
7420
62490a3a
MY
74212004-12-27 Masatake YAMATO <jet@gyve.org>
7422
7423 * hexl.el (hexlify-buffer): Remove fontification here.
7424 Use font lock mechanism instead.
7425 (hexl-font-lock-keywords): New font lock kewords.
7426 (hexl-mode-old-font-lock-keywords): New variable.
7427 (hexl-mode): Store the old font lock keywords.
7428 (hexl-mode-exit): Restore the old font lock keywords.
7429
e8298998
RS
74302004-12-27 Richard M. Stallman <rms@gnu.org>
7431
7432 * simple.el (undo): Fix previous change.
7433
74e2abe2
ST
74342004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7435
7436 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
4c6af0f6
SM
7437 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7438 Call x-open-connection on Mac OS X.
74e2abe2 7439
56011a8c
RS
74402004-12-27 Richard M. Stallman <rms@gnu.org>
7441
e8298998
RS
7442 * files.el (buffer-save-without-query): New var (buffer-local).
7443 (save-some-buffers): Save those buffers first, w/o asking.
7444
7445 * files.el (insert-directory-ls-version): New variable.
7446 (insert-directory): When ls returns an error, test the version
7447 number to decide what the return code means.
7448 With --dired output format, detect and distinguish lines
7449 that are really error messages.
7450 (insert-directory-adj-pos): New function.
a2c7e69a 7451
56011a8c
RS
7452 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7453
7454 * battery.el (battery-mode-line-format): Remove initial spaces.
7455
7456 * uniquify.el (uniquify-rationalize-file-buffer-names):
7457 Delete interactive spec.
7458
7459 * type-break.el (type-break-mode): Set buffer-save-without-query.
7460 Remove code that tried to set save-some-buffers-always.
7461 (type-break-file-keystroke-count): Bind deactivate-mark.
7462
7463 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7464
7465 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7466 Test that the buffer is live, and maybe reject current buffer too.
7467 Clarify.
7468 (next-error-find-buffer): Rewrite for clarity.
7469
7470 * loadup.el: Don't use buffer-disable-undo; do it directly.
7471
7472 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7473 (describe-variable): Call symbol-file with `defvar'.
7474
7475 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7476 (symbol-file): Rewritten to handle new load-history format.
7477 Now takes an arg TYPE to specify looking for a particular
7478 type of definition only.
7479
a2c7e69a 7480 * emacs-lisp/debug.el (debugger-make-xrefs):
56011a8c
RS
7481 Call symbol-file with `defun'.
7482
a2c7e69a 7483 * emacs-lisp/find-func.el (find-function-noselect):
56011a8c
RS
7484 Call symbol-file with `defun'.
7485 (find-variable-noselect): Call symbol-file with `defvar'.
7486
a2c7e69a 7487 * eshell/esh-cmd.el (eshell-find-alias-function):
56011a8c
RS
7488 Call symbol-file with `defun'.
7489
7490 * eshell/esh-test.el (eshell-test-goto-func):
7491 Call symbol-file with `defun'.
7492
7493 * mail/rmail.el (rmail-resend):
7494 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7495
7496 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7497
7498 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7499
7500 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7501 Call buffer-disable-undo.
7502
7503 * simple.el (undo-list-saved): New variable (buffer-local).
7504 (undo): Set and test it.
4c6af0f6 7505 (buffer-disable-undo): Move here from buffer.c.
e8298998 7506 Clear out undo-list-saved.
a2c7e69a
KS
7507
7508 * international/mule.el (decode-coding-inserted-region):
56011a8c
RS
7509 Set buffer-undo-list in a correct and optimal way.
7510
7511 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7512 (cperl-font-lock-unfontify-region-function): No need to save and
7513 restore info, since font-lock.el does it for us.
a2c7e69a 7514
56011a8c
RS
7515 * ansi-color.el (save-buffer-state): Definition deleted.
7516 (ansi-color-unfontify-region): Don't use save-buffer-state.
7517
75182004-12-27 Dave Love <fx@gnu.org>
7519
7520 * wid-edit.el (function): Use restricted-sexp as parent.
7521
75222004-12-27 Kevin Ryde <user42@zip.com.au>
7523
a2c7e69a 7524 * simple.el (next-matching-history-element): Use same
56011a8c
RS
7525 `interactive' form as previous-matching-history-element.
7526
a2c7e69a 7527 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
4c6af0f6 7528 it can appear unencoded and has been seen from yahoo.
56011a8c 7529
19f26a89 75302004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
8ffc3990
SJ
7531
7532 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
1a63439b 7533 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
8ffc3990 7534
e314a6e4
KH
75352004-12-27 Kenichi Handa <handa@m17n.org>
7536
4c6af0f6
SM
7537 * international/utf-8.el (utf-translate-cjk-load-tables):
7538 Bind coding-system-for-read to nil while loading subst-*.
e314a6e4 7539
82141d51
JB
75402004-12-26 Jay Belanger <belanger@truman.edu>
7541
7542 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7543 default input.
7544
d8b7bc9b
LT
75452004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7546
7547 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7548 before reverting and disable undo recording while reverting.
7549
dfdc1af2
TTN
75502004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7551
7552 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7553 (hs-make-overlay): New function.
7554 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7555 (hs-flag-region): Delete function.
7556 (hs-hide-comment-region): No longer use `hs-flag-region'.
7557 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7558 (hs-hide-block-at-point): Likewise.
7559 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7560 (hs-hide-all, hs-show-all): Likewise.
7561 (hs-show-block): Likewise.
7562 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7563
70d16390
TTN
75642004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7565
7566 * progmodes/hideshow.el: Require `cl' when compiling.
7567 Remove XEmacs and Emacs 19 compatibility.
7568 Use `dolist' and `add-to-list' for load-time actions.
7569 (hs-discard-overlays): Use `dolist'.
7570 (hs-show-block): Likewise.
7571
11c2175c
DN
75722004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7573
7574 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7575
aa7d6700
TTN
75762004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7577
7578 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7579 When extending backwards, move outside the current comment first.
7580
7a0ea9e3
KH
75812004-12-22 Kenichi Handa <handa@m17n.org>
7582
7583 * international/quail.el (quail-start-translation): Fix prompt
7584 string for the case if input-method-use-echo-area being non-nil.
7585 (quail-start-conversion): Likewise.
7586 (quail-show-guidance): Don't show guidance if
7587 input-method-use-echo-area is non-nil.
7588
56351784
RS
75892004-12-21 Richard M. Stallman <rms@gnu.org>
7590
7591 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7592
a74deabc
GM
75932004-12-21 Markus Rost <rost@ias.edu>
7594
4c6af0f6
SM
7595 * calendar/diary-lib.el (mark-diary-entries):
7596 Set mark-diary-entries-in-calendar only after checking for diary-file.
a74deabc 7597
fda2922a
RS
75982004-12-21 Richard M. Stallman <rms@gnu.org>
7599
7600 * faces.el (escape-glyph): Use blue against light foreground.
7601
7602 * simple.el (undo-outer-limit-truncate): New function.
7603 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7604
76052004-12-21 Eli Barzilay <eli@barzilay.org>
aa7d6700 7606
52eb0373 7607 * calculator.el (calculator-radix-grouping-mode)
fda2922a
RS
7608 (calculator-radix-grouping-digits)
7609 (calculator-radix-grouping-separator):
7610 New defcustoms for the new radix grouping mode functionality.
56011a8c
RS
7611 (calculator-mode-hook): Now used in electric mode too,
7612 (calculator): Call it.
fda2922a
RS
7613 (calculator-mode-map): Some new keys.
7614 (calculator-message): New function. Some new calls.
56011a8c
RS
7615 (calculator-op, calculator-set-register): Use it.
7616 (calculator-string-to-number): New function, mostly moved and
7617 updated code from calculator-curnum-value.
fda2922a 7618 (calculator-curnum-value): Use it.
4c6af0f6 7619 (calculator-paste): Use it, and update grabbing the current-kill.
56011a8c
RS
7620 (calculator-rotate-displayer)
7621 (calculator-rotate-displayer-back): Toggle digit grouping when
7622 in radix mode, use calculator-message.
4c6af0f6
SM
7623 (calculator-displayer-prev, calculator-displayer-next):
7624 Change digit group size when in radix mode.
7625 (calculator-number-to-string): Rename from
56011a8c
RS
7626 calculator-num-to-string. Now deals with digit grouping in
7627 radix mode.
4c6af0f6 7628 (calculator-update-display, calculator-put-value): Use the new name.
56011a8c
RS
7629 (calculator-fact): Return a floating point number.
7630 (calculator-mode): Doc fix.
fda2922a 7631
8f449c3a
GM
76322004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7633
7634 * calendar/calendar.el (view-other-diary-entries): Add autoload.
4c6af0f6
SM
7635 * calendar/diary-lib.el (view-other-diary-entries):
7636 Use current-prefix-arg in interactive spec.
8f449c3a 7637
9ee7410d
JB
76382004-12-19 Jay Belanger <belanger@truman.edu>
7639
7640 * calc/calc-aent.el (calcAlg-blank-matching-open):
4c6af0f6 7641 Temporarily adjust the syntax of both delimiters of half-open intervals.
9ee7410d 7642
4edf8c04
KS
76432004-12-19 Kim F. Storm <storm@cua.dk>
7644
7645 * mouse.el (mouse-1-click-follows-link): Doc fix.
7646
fbe6152f
ST
76472004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7648
7649 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7650 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7651 instead of centraleuropean as the name
7652
c08e6004
MA
76532004-12-17 Michael Albinus <michael.albinus@gmx.de>
7654
7655 Sync with Tramp 2.0.46.
7656
7657 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7658 parameters wrt Tramp convention.
7659 (tramp-handle-file-attributes-with-perl)
7660 (tramp-handle-directory-files-and-attributes): Apply it.
7661 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7662 `copy-program'. Reported by Zack Weinberg
7663 <zack@codesourcery.com>.
7664 (top): Set `edebug-form-spec' property directly rather than
7665 calling `def-edebug-spec'.
7666
7667 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7668 advice less fragile. Surround temporary redefinition of
7669 `substitute-in-file-name' with `unwind-protect'. Suggested by
7670 Matt Hodges <MPHodges@member.fsf.org>.
7671
2c13e47b
JL
76722004-12-17 Juri Linkov <juri@jurta.org>
7673
7674 * replace.el (occur-accumulate-lines, occur-engine):
7675 Make forcing deferred font-lock fontification jit-specific.
7676
c44edf72
KS
76772004-12-17 Kim F. Storm <storm@cua.dk>
7678
7679 * mouse.el (mouse-1-click-follows-link): New defcustom.
7680 (mouse-on-link-p): New function.
7681 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7682 functionality. Map a mouse-1 click event into a mouse-2 (or
7683 other) event when position is inside a link.
7684
7685 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7686 prefix in tooltip text with "mouse-1" when this is a link
7687 recognized by mouse-1-click-follows-link functionality.
7688
7689 * help.el (describe-key): Report effective and original binding
7690 for mouse-1 when clicked on a link.
7691 (describe-mode): Add follow-link property to "minor-mode" button.
7692
7693 * help-fns.el (describe-variable): Add follow-link property to
7694 "below" button.
7695
7696 * help-mode.el (help-xref): Add follow-link property.
7697
7698 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7699 (apropos-command, apropos-variable, apropos-face, apropos-group)
7700 (apropos-widget, apropos-plist): Add follow-link property.
7701
7702 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7703 checks if position is in a filename, rather than some other
7704 clickable item. Function looks for cvs-filename-face at position.
7705
7706 * wid-edit.el (widget-specify-field, widget-specify-button):
7707 Map a :follow-link keyword into a follow-link property.
7708 (link): Add :follow-link keyword, map to RET binding.
7709
7710 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7711
7712 * progmodes/compile.el (compilation-minor-mode-map)
7713 (compilation-button-map, compilation-mode-map): Likewise.
7714
e3fa1c11
TTN
77152004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7716
7717 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7718 (zone-replace-char): Take `count' and `del-count'
7719 instead of `direction'. Update callers. When `del-count' is
7720 non-nil, delete that many characters, otherwise `count' characters
7721 backwards. Insert the newly-replaced string `count' times.
7722 (zone-fret): Handle chars w/ width greater than one.
7723 (zone-fall-through-ws): No longer take window width `ww'.
7724 Update callers. Add handling for `char-width' greater than one.
7725 (zone-pgm-drip): Update var holding window-end position every cycle.
7726
a2961378
AS
77272004-12-17 Andre Spiegel <spiegel@gnu.org>
7728
7729 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7730 rather than insert-file.
7731
0e0803f7
JB
77322004-12-16 Jay Belanger <belanger@truman.edu>
7733
7734 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7735 (math-init-random-base, math-random-digit): Check to see if
7736 var-RandSeed is bound.
7737 (math-random-last): Declare it.
7738 (math-random-digit): Don't make math-random-last local.
7739
8b000fc3
TTN
77402004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7741
7742 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7743 one-shot thunk for uniform (error, quit, normal) recovery.
7744 Reported by John Paul Wallington.
7745 (zone-pgm-random-life): Fix bug:
7746 Recognize empty initial field by lack of "@" chars.
7747
f1f007dc
JL
77482004-12-16 Juri Linkov <juri@jurta.org>
7749
7750 * help.el (function-called-at-point):
4c6af0f6 7751 * help-fns.el (variable-at-point): As a last resort try stripping
f1f007dc
JL
7752 non-word prefixes and suffixes.
7753
7754 * descr-text.el (describe-property-list): Don't treat syntax-table
7755 specially. Use describe-text-sexp which inserts [show] button
7756 for large objects and handles printing errors. Sort properties
7757 by names in alphabetical order instead of by value sizes.
7758 Add `mouse-face' to list of properties for `describe-face' widget.
7759 (describe-char): Mask out face-id from 19 bits of character.
7760 Print face-id separately.
7761
7762 * replace.el (occur-accumulate-lines, occur-engine):
7763 Fontify unfontified matching lines in the source buffer
7764 before copying them.
7765 (occur-engine): Don't put mouse-face on context lines.
7766 (occur-next-error): Set point to line beginning/end
7767 before searching for prev/next property to skip multiple
7768 matches on a line (not supported by occur engine).
7769 Remove redundant prefix-numeric-value.
7770
8270a848
JL
77712004-12-15 Juri Linkov <juri@jurta.org>
7772
7773 * replace.el (match): New face.
7774 (list-matching-lines-face): Change default from `bold' to `match'.
7775
7776 * progmodes/grep.el (grep-match-face): New defvar.
7777 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7778 compilation-column-face to highlight grep matches.
7779
7780 * apropos.el (apropos-match-face): Change default from
7781 `secondary-selection' to `match'.
7782
7783 * info-look.el (info-lookup-highlight-face): Change default from
7784 `highlight' to `match'.
7785
78f617dd
DP
77862004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7787
7788 * progmodes/executable.el (executable-interpret): Eliminate
7789 obsolete compile-internal, and switch to comint for interaction.
7790
b66d0e6b
S
77912004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7792
7793 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7794 `&&' when skipping multiple statements on a line.
7795
6f5546a9
TTN
77962004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7797
7798 * play/zone.el (zone): Set `truncate-lines'.
7799 Also, init `tab-width' with value from original buffer.
7800 (zone-shift-up): Rewrite for speed.
7801 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7802 (zone-pgm-jitter): Remove redundant entries from ops vector.
7803 (zone-exploding-remove): Reduce iteration count.
7804 (zone-cpos): Convert to defsubst.
7805 (zone-replace-char): New defsubst.
7806 (zone-park/sit-for): Likewise.
7807 (zone-fret): Take window-start arg.
52eb0373 7808 Update callers. Use `zone-park/sit-for'.
6f5546a9 7809 (zone-fill-out-screen): Rewrite.
52eb0373 7810 (zone-fall-through-ws): Likewise. Update callers.
6f5546a9 7811 (zone-pgm-drip): Use `zone-replace-char'.
52eb0373 7812 Move var inits before while-loop. Use `zone-park/sit-for'.
6f5546a9
TTN
7813 (zone-pgm-random-life): Handle empty initial field.
7814 Use `zone-replace-char' and `zone-park/sit-for'.
7815
a31a30b5
JL
78162004-12-15 Juri Linkov <juri@jurta.org>
7817
7818 * isearch.el (isearch-update): Test isearch-lazy-highlight
7819 before calling isearch-lazy-highlight-new-loop.
7820 (isearch-lazy-highlight-new-loop):
7821 Don't test isearch-lazy-highlight.
7822
7823 * replace.el (perform-replace): Add isearch-case-fold-search.
7824 Use delimited-flag for isearch-regexp.
7825 Reset isearch-lazy-highlight-last-string to force lazy
7826 highlighting when called from isearch mode.
7827 (query-replace-highlight): Revert defcustom type to boolean.
7828 (query-replace-lazy-highlight): New defcustom.
7829 (query-replace): New face.
7830 (perform-replace, replace-highlight, replace-dehighlight):
7831 Test query-replace-lazy-highlight instead of special value
7832 `isearch' of query-replace-highlight.
7833 (replace-dehighlight): Don't call isearch-dehighlight.
7834 (replace-highlight): Don't call isearch-highlight.
7835 Use face `query-replace' unconditionally.
7836
5b631efc
KS
78372004-12-14 Kim F. Storm <storm@cua.dk>
7838
7839 * simple.el (inhibit-mark-movement): Remove defvar.
7840 (beginning-of-buffer, end-of-buffer): Don't use it.
7841
4c6af0f6
SM
7842 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7843 Don't use inhibit-mark-movement.
5b631efc
KS
7844
7845 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7846 (cua--undo-push-mark): Remove.
4c6af0f6
SM
7847 (cua--pre-command-handler, cua--post-command-handler):
7848 Don't fiddle with inhibit-mark-movement.
5b631efc 7849
a0e4e275
JL
78502004-12-14 Juri Linkov <juri@jurta.org>
7851
7852 * buff-menu.el (list-buffers-noselect): Collect internal info
7853 for every buffer in BUFFER-LIST arg too.
7854 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7855 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7856 Bind same-window-buffer-names and same-window-regexps to nil.
7857
37d8fcc2
JL
78582004-12-13 Juri Linkov <juri@jurta.org>
7859
4c6af0f6 7860 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
37d8fcc2
JL
7861
7862 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7863 (sc-cite-region, sc-uncite-region, sc-recite-region):
7864 Fix previous change to handle not alist as a symbol, but
7865 a citation frame as a symbol that represents a variable name.
7866
d9c1ce9d
RS
78672004-12-13 Richard M. Stallman <rms@gnu.org>
7868
7869 * filecache.el (file-cache-add-directory-using-find):
7870 Only set up file-cache-find-command-posix-flag if we will use it.
7871
37d8fcc2 7872 * bindings.el (mode-line-buffer-identification-keymap):
d9c1ce9d
RS
7873 Don't cancel the mode-line's usual down-mouse-1 binding.
7874
7875 * cus-edit.el (custom-face-selected): Handle `default' specs.
7876 (custom-face-edit): Increase extra-offset.
7877 (custom-display): Handle `default' specs.
7878
7879 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7880
7881 * emacs-lisp/elint.el (elint-standard-variables)
7882 (elint-unknown-builtin-args): Move definitions up.
7883
7884 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7885
7886 * info.el (info-xref-visited): Use `default' instead of t.
7887 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7888
7889 * faces.el (header-line, mode-line-inactive, tool-bar):
7890 Use `default' instead of t for setting the defaults.
7891 (face-spec-choose): Separate `t' from `default'.
7892
7893 * subr.el (while-no-input): New macro.
7894
78952004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7896
7897 * filecache.el (file-cache-add-directory-using-find):
7898 Only test file-cache-find-command-posix-flag on some systems.
7899
17a5a301
SM
79002004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7901
7902 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7903 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7904 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7905 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7906 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7907
3f11c6df
JL
79082004-12-12 Juri Linkov <juri@jurta.org>
7909
7910 * files.el (find-file-other-window, find-file-other-frame):
7911 Add the first buffer to the returned value to return the complete
7912 list of all visited buffers.
7913 (find-file-read-only, find-file-read-only-other-window)
7914 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7915 `find-file-read-args'. Signal an error about non-existent file
7916 only if file name doesn't contain wildcards. Toggle read-only in
7917 all visited buffers.
7918 (find-alternate-file, find-alternate-file-other-window):
7919 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7920 called interactively. Pass arg `wildcards' to other functions.
7921 (find-file-noselect): Doc fix.
7922
7923 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7924 Doc fix.
7925 (ffap-directory-finder): New variable.
7926 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7927 (ffap-file-at-point): Add /* to immediately rejected names.
7928 Return absolute file names matching ffap-dired-wildcards.
7929 (ffap-read-file-or-url): Set default value for `completing-read'
7930 to `buffer-file-name'.
7931 (find-file-at-point): When filename matches ffap-dired-wildcards,
7932 call ffap-file-finder with t arg `wildcards', instead of dired.
7933 (ffap-other-window, ffap-other-frame): Return visited buffers.
7934 (ffap-read-only, ffap-read-only-other-window)
7935 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7936 (dired-at-point): Call ffap-directory-finder instead of dired.
7937 (ffap-dired-other-window, ffap-dired-other-frame)
7938 (ffap-list-directory): New commands.
7939 (ffap-bindings): New keybindings for new commands.
7940
6a2067b2
JL
79412004-12-12 Juri Linkov <juri@jurta.org>
7942
7943 * simple.el (beginning-of-buffer, end-of-buffer):
7944 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7945 Do not push mark when mark is active in transient-mark-mode.
7946
7947 * simple.el (mark-word):
7948 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7949 * textmodes/paragraphs.el (mark-paragraph):
7950 Extend the region when mark is active in transient-mark-mode,
7951 regardless of the last command. Doc fix.
7952
7953 * simple.el (mark-word): Preserve direction when repeating.
7954 Make arg optional. Interactive "p" -> "P".
7955 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7956
7957 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7958 preserving direction, to mark forward instead of backward when mark
7959 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7960
35d59c0f
JL
79612004-12-12 Juri Linkov <juri@jurta.org>
7962
7963 * isearch.el (isearch-edit-string): Set 7th arg of
7964 `read-from-minibuffer' to `t' to inherit the current input
7965 method (whose name is indicated by [IM] in the minibuffer prompt)
7966 from the current buffer to the minibuffer.
7967 (isearch-lazy-highlight-update): Put body to `with-local-quit'
7968 to allow C-g quitting for lazy highlighting looping inside the
7969 search with nested repetition operators. Add overlay to the list
7970 before setting its face and other properties to avoid the case of
7971 code quitting after placing the new overlay but before it's
7972 recorded on the list. Select the window where isearch was
7973 activated, to highlight matches in the right window when isearch
7974 switches the current window to the minibuffer.
7975
7976 * international/isearch-x.el
7977 (isearch-process-search-multibyte-characters):
7978 Use `isearch-message' as initial input for `read-string' instead
7979 of adding it to the minibuffer prompt. After reading a string
7980 remove the initial value of `isearch-message' from the string.
7981
7982 * replace.el (replace-match-maybe-edit): Doc fix.
7983 (perform-replace): Don't call `replace-highlight' when automatic
7984 replacement is requested in literal mode, since it is intended
7985 only to highlight words during entering a new replacement string
7986 for \? in non-literal mode.
7987
7988 * replace.el (query-replace-highlight): Add new value `isearch'
7989 that allows query replacement to use isearch highlighting.
7990 Change type from `boolean' to `choice'. Doc fix.
7991 (replace-highlight, replace-dehighlight, perform-replace):
7992 Use isearch highlighting if query-replace-highlight eq `isearch'.
7993
6f8ffb88
SM
79942004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
7995
7996 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
7997 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
7998
7999 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8000 case of \end{verbatim}.
8001
d56bb1ab
DN
80022004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8003
8004 * term.el (term-termcap-format): Synchronyze with terminfo.
8005 (term-emulate-terminal): Handle reset.
8006 (term-reset-terminal): New function.
8007
0ccb50fc
TTN
80082004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8009
8010 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8011 (zone-fill-out-screen): New func.
8012 (zone-pgm-drip): Use `zone-fill-out-screen'.
8013 Also, no longer go to point-min on every cycle.
8014 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8015 (zone-pgm-random-life-wait): New user var.
8016 (zone-pgm-random-life): New func.
8017
00daa381
TTN
80182004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8019
8020 * files.el (auto-mode-alist): Map .com to DCL mode.
8021
ec06d344
RS
80222004-12-09 Richard M. Stallman <rms@gnu.org>
8023
8024 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8025
ae09da48 80262004-12-09 Nick Roberts <nickrob@snap.net.nz>
06cc57db
NR
8027
8028 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8029 buffer with a display margin.
8030
a9e0384f
JB
80312004-12-08 Jay Belanger <belanger@truman.edu>
8032
8033 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8034 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8035
cc1caa4e
RS
80362004-12-08 Richard M. Stallman <rms@gnu.org>
8037
8038 * faces.el: Delete code to set display table.
8039 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8040
3073399b
JB
80412004-12-08 Jay Belanger <belanger@truman.edu>
8042
8043 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8044
8045 * calc/calc-ext.el (math-read-replacement-list)
8046 (math-read-superscripts, math-read-preprocess-string): Move to
8047 calc-aent.el.
8048
8049 * calc/calc-aent.el (math-read-replacement-list)
8050 (math-read-superscripts, math-read-preprocess-string): Move from
8051 calc-ext.el.
8052
be02a7ed
SM
80532004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8054
8055 * isearch.el (isearch-quote-char): Fix up typo in last change.
8056
5a27c5d8
LT
80572004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8058
8059 * mouse.el (mouse-set-font): Handle the case where the command was
8060 not invoked using the mouse.
8061
8062 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8063 (edmacro-finish-edit): Further update for keyboard macros that are
8064 lambda forms.
ae09da48 8065 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
5a27c5d8 8066
ae09da48 80672004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
d3a403e5
SM
8068
8069 * font-lock.el (font-lock-unfontify-region): Save buffer state.
be02a7ed 8070 (font-lock-default-unfontify-region): Don't save buffer state any more.
d3a403e5 8071
33c886d0
JB
80722004-12-07 Jay Belanger <belanger@truman.edu>
8073
d3a403e5 8074 * calc/calc-help.el (calc-describe-key):
33c886d0
JB
8075 Set calc-summary-indentation even when Calc Summary buffer exists.
8076
c9ba50dd
GM
80772004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8078
8079 * calendar/holidays.el (holiday-easter-etc): Make arguments
1615f2a3 8080 optional for backwards compatibility. Doc fix.
d3a403e5 8081 Remove un-necessary local vars mandatory, output-list.
fe38e3b0 8082 (holiday-advent): Make arguments optional for backwards
1615f2a3 8083 compatibility. Doc fix.
c9ba50dd 8084
22864a48
SM
80852004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8086
96bda29d
SM
8087 * paren.el (show-paren-function): Fix last change (2004-12-02).
8088
8089 * international/mule-util.el (char-displayable-p): Return nil for
8090 unibyte mode.
8091
22864a48
SM
8092 * subr.el (subregexp-context-p): New function.
8093
8094 * isearch.el (isearch-quote-char): Use it.
8095
8096 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8097 (regexp-opt-not-groupie*-re): Remove.
8098 (regexp-opt): Properly handle inputs with duplicate entries.
8099
39ebd5dd
RS
81002004-12-06 Richard M. Stallman <rms@gnu.org>
8101
1bc897ca
RS
8102 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8103
8104 * cus-edit.el (custom-file): Doc fix.
8105
39ebd5dd
RS
8106 * textmodes/org.el: New file.
8107
952cb084
KH
81082004-12-06 Kenichi Handa <handa@m17n.org>
8109
8110 * ldefs-boot.el: Update international/mule-util.el section.
8111
c95e9af3
SS
81122004-12-05 Sam Steingold <sds@gnu.org>
8113
22864a48 8114 * net/tramp.el (tramp-handle-file-accessible-directory-p):
d3a403e5 8115 Fix `tramp-time-diff' comparison logic.
c95e9af3 8116
911aa049
TTN
81172004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8118
22864a48
SM
8119 * progmodes/which-func.el (which-function):
8120 Use `run-hook-with-args-until-success' instead of a custom loop.
911aa049
TTN
8121 Fixes bug with local hooks.
8122
d10e87a2
SM
81232004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8124
8125 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8126 Use delete-dups when calculating the initial value.
8127 (bibtex-autokey-get-title): Use <=.
8128 (bibtex-goto-line): New function.
8129 (bibtex-reposition-window): Use line numbers instead of point
8130 positions. Use window-body-height.
8131 (bibtex-find-crossref): Use bibtex-reposition-window.
8132 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8133 position of entry if key is found or nil if not found.
8134
32a6e6fc
RS
81352004-12-05 Richard M. Stallman <rms@gnu.org>
8136
8137 * cus-edit.el (custom-file): Doc fix.
8138
8139 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8140
96bda29d
SM
81412004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8142
8143 * simple.el (blink-matching-open):
8144 * textmodes/tex-mode.el (tex-validate-region):
8145 Obey syntax-table text properties.
8146
32a6e6fc
RS
81472004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8148
8149 * wid-edit.el (widget-specify-field): Add `real-field' property to
44240c37 8150 boundary.
32a6e6fc
RS
8151 (widget-field-at): Use it.
8152
ab67e8b6
RS
81532004-12-02 Richard M. Stallman <rms@gnu.org>
8154
f6101ac9
RS
8155 * progmodes/cc-mode.el (awk-mode autoload):
8156 Supply t meaning interactive function.
8157
ab67e8b6
RS
8158 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8159 (isearch-mode-map): No special definition for space.
8160 (isearch-whitespace-chars): Command deleted.
8161 (isearch-forward-regexp): Doc fix.
8162 (isearch-quote-char): When a space is not inside brackets,
8163 use `[ ]' instead of just space.
8164 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8165
8166 * imenu.el (imenu--generic-function): Delete code to exclude
8167 matches in comments.
8168
8169 * man.el (Man-reverse-face): Change default to `highlight'.
8170
8171 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8172 (occur-engine): Use `face' prop rather than `font-lock-face'
8173 when specifying use of `match-face'.
8174 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8175
8176 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8177
8178 * add-log.el (add-log-current-defun): Handle the case where point
8179 is in the header part of a DEFUN construct.
8180
81812004-12-02 Dave Love <fx@gnu.org>
8182
8183 * progmodes/python.el (python-font-lock-syntactic-keywords):
8184 Fix previous change.
8185
81862004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8187
8188 * paren.el (show-paren-function): Check for matching chars
8189 specified by text props.
8190
7e1637c2
JB
81912004-12-02 Jay Belanger <belanger@truman.edu>
8192
8193 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8194 when reading a new key sequence.
8195
03f01237
KS
81962004-12-02 Kim F. Storm <storm@cua.dk>
8197
8198 * faces.el (escape-glyph): Rename from glyph.
8199 (standard-display-table): Set it here. Add escape-glyph face to
8200 extra slot characters.
8201
8202 * disp-table.el: Undo 2004-12-01 change. Display table is now
8203 setup in faces.el.
8204
21c05941
MH
82052004-12-02 Mark A. Hershberger <mah@everybody.org>
8206
8207 * xml.el (xml-parse-dtd): Don't show validity messages when
8208 xml-validating-parser is nil.
8209 (xml-substitute-special): Fix validity error messages to
8210 actually show the unexpandable entity. Added validity error if &
8211 isn't followed by an entity.
96bda29d 8212 (xml-parse-tag): Concatenate any string following the a
21c05941 8213 <![CDATA[]]> section to the parsed CDATA.
63b446bc
MH
8214 (xml-parse-dtd): Skip parameter entity declarations and use of
8215 parameter entities.
21c05941 8216
8b744bb8
LT
82172004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8218
8219 * kmacro.el (kmacro-default-counter-format): New var.
8220 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8221 (kmacro-display): Remove `nil' from `and' form. Delete call to
8222 `format' inside `message'.
8223 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8224
31982e1f
SM
82252004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8226
8227 * pcvs.el (cvs-header-msg): New function.
8228 (cvs-update-header): Use it. Change calling convention.
8229 Correctly handle the case of having simultaneous active processes.
8230 (cvs-sentinel): Don't call cvs-update-header any more.
8231 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8232
d5639b35
JB
82332004-12-01 Jay Belanger <belanger@truman.edu>
8234
8235 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8236 Change message.
8237
957ea28a
JL
82382004-12-01 Juri Linkov <juri@jurta.org>
8239
8240 * progmodes/prolog.el (prolog-mode-variables):
8241 Fix imenu-generic-expression.
8242
fb568b49
DP
82432004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8244
8245 * faces.el (glyph): New face.
8246
8247 * disp-table.el: Add an autoloaded table, that doesn't require
8248 this library, with glyph face.
8249
8250 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8251 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8252 (conf-quote-normal): Allow normalizing only ' or ".
8253 (conf-mode): Regexp-quote constructed comment-start and don't
8254 match section {} where "name" contains braces.
8255
8256 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8257 files.
8258
2d5cd4e6
KH
82592004-12-01 Kenichi Handa <handa@m17n.org>
8260
8261 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8262 (x-select-text): Don't treat eight-bit-control/graphic chars
8263 specially. Store the encoded text in the X cut buffer.
8264 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8265 with x-last-selected-text-cut-encoded.
8266
31982e1f
SM
82672004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8268
8269 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8270
034a48f4
MR
82712004-11-30 Markus Rost <rost@ias.edu>
8272
8273 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8274 AUCTeX.
8275
9dbee55e
JB
82762004-11-30 Jay Belanger <belanger@truman.edu>
8277
83a2a07a
JB
8278 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8279 on signs of intervals.
8280 (math-pow-of-zero): Strengthen checks for positive and negative
8281 exponents.
8282
9dbee55e
JB
8283 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8284 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8285 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8286 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8287 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8288 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8289 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8290 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8291 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8292 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8293 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8294 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8295 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8296 with provide statements.
8297
8298 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8299
8300 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8301
8302 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8303 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8304 functions by require statements.
8305 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8306
8307 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8308 (calc-gnuplot-print): Give them values.
8309
8310 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8311 autoloads.
8312 Add calc-do-embedded-activate to autoloads.
8313 (calc-gnuplot-name, calc-gnuplot-plot-command)
8314 (calc-gnuplot-print-command): Move them to calc-graph.el.
8315
f084eeb9
ST
83162004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8317
8318 * term/mac-win.el (ccl-encode-mac-roman-font)
8319 (ccl-encode-mac-cyrillic-font)
8320 (ccl-encode-mac-centraleuropean-font, encoder-list)
8321 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8322 Support Cyrillic, CentralEuropean, and Dingbat font display
8323
26c14a95
AS
83242004-11-30 Andre Spiegel <spiegel@gnu.org>
8325
31982e1f 8326 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
26c14a95
AS
8327
8328 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8329 still nil.
8330
d55f9265
LT
83312004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8332
8333 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8334 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8335
d0132055
JB
83362004-11-29 Jay Belanger <belanger@truman.edu>
8337
8338 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8339 cases of the base and exponent.
8340
5f9e0ca5
TZ
83412004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8342
fc368889
KS
8343 * simple.el (next-error-buffer-p): Allow for inclusive and
8344 exclusive tests for finding a buffer.
8345 (next-error-find-buffer): Pass the exclusive and inclusive tests
8346 to next-error-buffer-p.
8347
8348 * replace.el (occur-next-error): Switch to the Occur buffer when
8349 appropriate, use the exclusive filter to next-error-find-buffer to
8350 do it. Use the absolute value of the motion amount.
5f9e0ca5 8351
a778cf63
KH
83522004-11-29 Kenichi Handa <handa@m17n.org>
8353
25a0994a 8354 * startup.el (command-line): Decode all default-directory by
a778cf63
KH
8355 locale-coding-system.
8356
21e6ab43
JB
83572004-11-29 Jay Belanger <belanger@truman.edu>
8358
8359 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8360 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8361 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8362 Replace calls to calc-extensions by appropriate require, replace
8363 calc-extensions-loaded by appropriate featurep.
8364
8365 * calc/calc-ext.el: Move require to end of file.
8366 Remove redundant loading of calc.el.
8367 (calc-extensions-loaded): Remove unnecessary variable.
8368 (calc-extensions): Remove unnecessary function.
8369 (calc-load-everything): Replace calc-need-macros by appropriate require.
8370
8371 * calc/calc-macs.el: Move provide to end of file.
8372 (calc-need-macros): Remove unnecessary function.
8373
8374 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8375 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8376 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8377 Replace calc-extensions by appropriate require.
8378 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8379
8380 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8381 Replace calc-need-macros by appropriate require.
8382
8383 * calc/calc.el: Move require to end of file.
8384 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8385 Remove unnecessary variable.
8386 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8387 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8388 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8389 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8390 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8391 (math-format-number, math-format-bignum, math-read-number)
8392 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8393 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8394 by appropriate require.
8395 (calc-check-defines): Replace calc-need-macros by appropriate require.
8396
bbf877e1
KS
83972004-11-29 Kim F. Storm <storm@cua.dk>
8398
8399 * macros.el (insert-kbd-macro): Handle kmacro functions.
8400
20c78df0
JL
84012004-11-28 Juri Linkov <juri@jurta.org>
8402
8403 * compare-w.el (compare-windows-highlight): Attach each overlay
8404 to its window to properly highlight differences while comparing
8405 two windows of the same buffer. Fix arguments.
8406 (compare-windows-sync-default-function): Fix arguments of
8407 `compare-windows-highlight'.
8408
8409 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8410 Use `read-expression-history'. Set initial contents only if
8411 `edebug-global-break-condition' is non-nil. Set histpos to 1
8412 if initial contents is equal to the last history element.
8413 (edebug-set-conditional-breakpoint): Instead of temporarily
8414 prepending the current condition to the history, set initial
8415 contents to the current condition. Set histpos to 1 if initial
8416 contents is equal to the last history element.
8417
180ee7c7
JL
8418 * info.el (Info-search-whitespace-regexp): Remove shy group.
8419 (Info-search): Forward line if search is on the header line.
8420 Use search-whitespace-regexp in two other places.
8421
9e66b14a
LT
84222004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8423
8424 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8425 warning. Delay real definition, which uses
31982e1f 8426 `set-fringe-indicators-1' till after the definition of that function.
9e66b14a 8427
4cf6519d
KS
84282004-11-28 Kim F. Storm <storm@cua.dk>
8429
8430 * fringe.el (fringe): New defgroup.
8431 (fringe-mode): Move to fringe group.
8432 (fringe-indicators): New defcustom.
8433 (set-fringe-indicators-1): New defun.
8434
8435 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8436 (menu-bar-showhide-fringe-ind-menu): New keymap.
8437 (menu-bar-showhide-fringe-ind-empty)
8438 (menu-bar-showhide-fringe-ind-mixed)
8439 (menu-bar-showhide-fringe-ind-box)
8440 (menu-bar-showhide-fringe-ind-right)
8441 (menu-bar-showhide-fringe-ind-left)
8442 (menu-bar-showhide-fringe-ind-none): New defuns.
8443 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8444
94221759
RS
84452004-11-27 Richard M. Stallman <rms@gnu.org>
8446
31982e1f 8447 * comint.el (comint-read-noecho): Add trivial compatibility definition.
94221759
RS
8448
8449 * generic.el (define-generic-mode): Doc fix.
8450
8451 * menu-bar.el (menu-bar-options-save): For the options
8452 that are toggled with menu-bar-make-mm-toggle, don't check
8453 for customized-value prop.
8454
671c30d8
EZ
84552004-11-27 Eli Zaretskii <eliz@gnu.org>
8456
8457 * mail/supercite.el (sc-cite-region): Handle the case where
8458 sc-cite-frame-alist is a symbol.
8459 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8460 a symbol.
8461 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8462 a symbol.
8463
39528a68 84642004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
ca5e6fef
EZ
8465
8466 * wid-edit.el (widget-narrow-to-field): New function.
8467 (widget-complete): Use it.
8468
670c0015
JB
84692004-11-27 Jay Belanger <belanger@truman.edu>
8470
8471 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8472 variable.
8473 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8474 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8475 (math-alg-inequalities): Move declaration to earlier in the file.
8476
8477 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8478 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8479 Declare them.
8480
8481 * calc/calc-lang.el (math-expr-data, math-expr-token)
8482 (math-exp-old-pos): Declare them.
8483
8484 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8485 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8486
552380b4
KS
84872004-11-27 Kim F. Storm <storm@cua.dk>
8488
8489 * progmodes/flymake.el: Use (featurep 'xemacs).
443b961a 8490 (flymake-makehash): Change to defsubst. Use fboundp.
552380b4
KS
8491 (flymake-time-to-float): Remove.
8492 (flymake-float-time): Merge code from flymake-time-to-float here.
8493 (flymake-replace-regexp-in-string): Change to defsubst.
443b961a
SM
8494 (flymake-split-string-remove-empty-edges):
8495 Rename to flymake-split-string.
552380b4
KS
8496 (flymake-split-string): Remove previous defalias.
8497 (flymake-get-temp-dir): Change to defsubst.
443b961a
SM
8498 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8499 Define for xemacs only.
552380b4
KS
8500 (flymake-master-file-count-limit): Change into compiler defvar only.
8501 (flymake-find-possible-master-files): Let-bind it dynamically while
8502 sorting files using flymake-master-file-compare.
8503
443b961a
SM
85042004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8505
8506 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8507 of defun-prompt-regexp matches inside a comment/string but the
8508 beginning is correctly outside everything.
8509
8510 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8511 appears within a string or a comment.
8512
8513 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8514 rather than make-symbol for symbols which are used in
8515 a symbol-macrolet or equivalent.
8516
b9bc92b4
JB
85172004-11-26 Jay Belanger <belanger@truman.edu>
8518
8519 * calc-misc.el (calc-last-why-command): Declare it.
8520
8521 * calc-vec.el (math-grade-vec): New variable.
8522 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8523 Replace variable grade-vec by declared variable.
8524 (math-rb-close): New variable.
8525 (math-read-brackets, math-read-vector): Replace variable close by
8526 declared variable.
8527
8528 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8529 (calc-one-window, calc-edit-handler, calc-restore-trail)
8530 (calc-allow-ret): Declare them.
8531
443b961a 8532 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
b9bc92b4
JB
8533 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8534 (math-radix-float-cache-tag, math-random-cache)
8535 (math-max-digits-cache, math-integral-cache, math-units-table)
8536 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8537 (math-moc-func): New variable.
8538 (math-map-over-constants, math-map-over-constants-rec):
8539 Replace variable func by declared variable.
8540
8541 * calc/calc-store.el (calc-given-value, calc-store-opers):
8542 Declare them.
8543 (calc-var-name-map): Move declaration to earlier in the file.
8544 (calc-pv-pos): New variable.
8545 (calc-permanent-variable, calc-insert-permanent-variable):
8546 Replace variable pos by declared variable.
8547
8548 * calc/calc-mtx.el (calc-det-lu): New variable.
443b961a 8549 (math-det-raw, math-det-step): Replace variable lu by declared variable.
b9bc92b4
JB
8550
8551 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8552 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8553 and arg by declared variables.
8554 (calcFunc-reducer): Fix incorrect variable.
8555 (math-inner-mul-func, math-inner-add-func): New variables.
8556 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8557 and add-func by declared variables.
8558
8559 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8560 (calc-digit-value): Declare them.
8561
8562 * calc/calc-help.el (Info-history): Declare it.
443b961a 8563 (calc-describe-key): Make calc-summary-indentation a local variable.
b9bc92b4
JB
8564 (calc-help-long-names): Move declaration to earlier in file.
8565
8566 * calc/calc-embed.el (calc-original-buffer): Declare it.
8567 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8568 (calc-embed-bot): New variables.
8569 (calc-do-embedded, calc-embedded-mark-formula)
8570 (calc-embedded-find-bounds, calc-embedded-duplicate)
443b961a
SM
8571 (calc-embedded-new-formula, calc-embedded-make-info):
8572 Replace vars outer-top, outer-bot, bot and top by declared variables.
b9bc92b4
JB
8573 (calc-embed-prev-modes): New variable.
8574 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8575 prev-modes with declared variable.
8576 (calc-embed-vars-used): New variable.
8577 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8578 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8579 vars-used by declared variable.
8580
443b961a 8581 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
b9bc92b4
JB
8582 (math-format-radix-float): Remove unnecessary setq.
8583 (math-radix-float-cache): Declare it.
8584
8585 * calc/calcsel2.el (calc-keep-selection): Declare it.
8586
8587 * calc/calc-maint.el: Remove file.
8588
02c8032e
SM
85892004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8590
8591 * textmodes/bibtex.el (bibtex-sort-entry-class)
8592 (bibtex-comment-start): Use defcustom.
8593 (bibtex-entry-field-alist): Use nil if initial content of the
8594 field is undefined. Fix docstring.
8595 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8596 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8597 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8598 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8599 Fix docstring.
8600 (bibtex-autokey-title-terminators): Use only one regexp.
8601 (bibtex-string-maybe-empty-head): New variable.
8602 (bibtex-remove-delimiters-string): New function.
8603 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8604 Use bibtex-remove-delimiters-string.
8605 (bibtex-progress-message, bibtex-field-left-delimiter)
8606 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8607 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8608 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8609 Simplify.
8610 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8611 Use eq and bibtex-remove-delimiters-string. For end markers use
8612 insertion type so that marker stays after inserted text.
8613 (bibtex-autokey-get-names): Return empty string if name is missing.
8614 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8615 calling bibtex-autokey-name-case-convert.
8616 (bibtex-autokey-demangle-title):
8617 Call bibtex-autokey-titleword-case-convert. Remove call to
8618 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8619 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8620 (bibtex-read-key): New optional arg global.
8621 (bibtex-files-expand): New optional arg force.
8622 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8623 (bibtex-complete-crossref-cleanup): Rename from
8624 bibtex-complete-key-cleanup. Simplify code.
8625 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8626 Operate on current entry.
8627 (bibtex-button): Add docstring.
8628 (bibtex-entry): Simplify.
8629 (bibtex-make-field): Replace optional arg called-by-yank with more
8630 specific args move and interactive.
8631 (bibtex-end-of-entry): Use forward-sexp.
8632 (bibtex-find-entry-globally): Remove.
8633 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8634 Bound to C-c C-x.
8635 (bibtex-find-entry): New optional args global and display.
8636 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8637 (bibtex-validate): Use arg force of bibtex-files-expand.
8638 (bibtex-clean-entry): Bugfix, clean string entries properly.
8639 Always keep point at beginning of entry.
8640 (bibtex-complete): Bugfix. Handle string entries properly.
8641 Call cleanup functions only if needed.
8642 (bibtex-String): Use bibtex-read-string-key.
8643 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8644 case of replacement text.
8645
c82c5727
LH
86462004-11-26 Lars Hansen <larsh@math.ku.dk>
8647
02c8032e 8648 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
c82c5727
LH
8649 (tramp-perl-directory-files-and-attributes): New constant.
8650 (tramp-file-name-handler-alist): Delete file-directory-files, add
8651 directory-files-and-attributes.
8652 (tramp-perl-file-attributes): Surround uid and gid by double
52eb0373 8653 quotes. Change parameter id-format from nonnumeric.
c82c5727
LH
8654 (tramp-convert-file-attributes): New function.
8655 (tramp-handle-file-attributes): Use it.
8656 (tramp-maybe-send-perl-script): New function.
52eb0373
JB
8657 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8658 file mode. Change parameter id-format from nonnumeric.
c82c5727
LH
8659 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8660 from nonnumeric.
8661 (tramp-post-connection): Don't send tramp-perl-file-attributes
52eb0373 8662 script. Reset connection property "perl-scripts".
c82c5727
LH
8663 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8664 in use.
8665
48aa4dfc
LH
86662004-11-26 Lars Hansen <larsh@math.ku.dk>
8667
8668 * desktop.el (desktop-read): Replace mapcar with mapc.
02c8032e
SM
8669 (desktop-create-buffer): Replace mapcar with mapc.
8670 Remove redundant piece of code.
48aa4dfc 8671
fb130b2d
NR
86722004-11-27 Nick Roberts <nickrob@snap.net.nz>
8673
8674 * progmodes/gud.el (gud-display-line): Use display-buffer
8675 for GDB-UI as for GUD.
8676
8677 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8678 Delete variables.
8679 (gdb-ann3): Don't make GUD buffer dedicated.
02c8032e 8680 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
fb130b2d
NR
8681 (gdb-display-source-buffer): Delete function.
8682 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8683 (menu): Delete menu bindings for viewing source/assembler.
8684 (gdb-setup-windows, gdb-restore-windows):
52eb0373 8685 Don't dedicate GUD. No assembler now.
fb130b2d
NR
8686 (gdb-reset): No need to undedicate source buffers now.
8687 (gdb-source-info): No assembler now.
8688
4d4f2edf
NR
86892004-11-26 Nick Roberts <nickrob@snap.net.nz>
8690
8691 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8692 width to those for special frames.
8693 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8694 Use display-buffer.
8695 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8696 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8697 (gdb-frame-assembler-buffer): Rework like
8698 gdb-frame-breakpoints-buffer.
8699
5ffc01b6
RS
87002004-11-25 Richard M. Stallman <rms@gnu.org>
8701
8702 * progmodes/flymake.el: Reindent.
8703 (flymake-split-string): Turn into defalias.
02c8032e 8704 (flymake-fix-file-name): Rename from flymake-fix-path-name.
5ffc01b6 8705 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
02c8032e
SM
8706 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8707 (flymake-build-relative-filename): Rename from ...path.
5ffc01b6
RS
8708 Fix error message.
8709
87102004-11-25 Cheng Gao <chenggao@gmail.com>
8711
8712 * progmodes/flymake.el: Much whitespace and capitalization change.
8713 Move `provide' to end. Require `compile' only when compiling.
8714
b67b1f0b
JB
87152004-11-24 Jay Belanger <belanger@truman.edu>
8716
8717 * calc/calc-alg.el: Added comment.
8718 (math-polynomial-base): Replace variable mpb-top-expr by
8719 math-poly-base-top-expr.
8720
8721 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8722 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8723 variable.
8724 (math-poly-base-total-base): New variable.
8725 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8726 mpb-total-base by declared variable.
8727 (math-factored-vars, math-to-list): Declare it.
8728 (math-fact-expr): New variable.
8729 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8730 (math-factor-expr-try, math-factor-expr-part): Replace variable
8731 expr by declared variable.
8732 (math-fet-x): New variable.
8733 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8734 by declared variable.
8735 (math-factor-poly-coefs): Make temp a local variable.
8736
8737 * calc/calc-units.el (calc-convert-units): Make units a local
8738 variable.
8739 (calc-num-units, calc-den-units): New variables.
8740 (calc-explain-units, calc-explain-units-rec): Replace variables
8741 num-units and den-units by declared variables.
8742 (math-cu-unit-list): New variable.
8743 (math-build-units-table, math-compare-unit-names)
8744 (math-convert-units, math-convert-units-rec): Replace variable
8745 unit-list by declared variable.
8746 (math-fbu-base, math-fbu-entry): New variables.
8747 (math-find-base-units, math-find-base-units-rec): Replace variables
8748 base and entry by declared variables.
8749 (math-which-standard): New variable.
8750 (math-to-standard-units, math-to-standard-rec): Replace variable
8751 which-standard by declared variable.
8752 (math-fcu-u): New variable.
8753 (math-find-compatible-unit, math-find-compatible-unit-rec):
8754 Replace variable u by declared variable.
8755 (math-cu-new-units, math-cu-pure): New variables.
8756 (math-convert-units, math-convert-units-rec): Replace variables
8757 new-units and pure by declared variables.
8758 (math-try-cancel-units): New variable.
8759 (math-simplify-units-quotient): Replace variable try-cancel-units by
8760 declared variable.
8761
261b01c6
RS
87622004-11-24 Richard M. Stallman <rms@gnu.org>
8763
8764 * textmodes/ispell.el (ispell-check-version):
8765 If default-directory is nonexistent, use home dir.
8766
8767 * progmodes/grep.el (grep-regexp-alist):
8768 Don't match parens around line numbers.
8769
8770 * progmodes/cperl-mode.el (cperl-indent-region)
7707da3c 8771 (cperl-imenu--create-perl-index, cperl-xsub-scan):
261b01c6
RS
8772 Don't print progress messages.
8773
8774 * progmodes/compile.el (compilation-mode-map):
8775 Don't inherit from compilation-minor-mode-map;
8776 copy its bindings instead. But the menu bar Compile
8777 entry now does inherit from compilation-menu-map.
8778
8779 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8780 Use with-no-warnings around compiler-macroexpand.
8781
8782 * imenu.el: Don't always require newcomment.
8783 (imenu--generic-function): Call comment-normalize-vars
8784 if we have a comment syntax.
8785 Exit the loop if REGEXP matches the null string.
8786 Test comment-start as well as comment-start-skip
8787 when deciding whether to check for comments.
8788
8789 * tooltip.el (tooltip-mode): Doc fix.
8790
8791 * term.el (term-escape-char, term-mode): Doc fixes.
8792
87932004-11-24 Dave Love <fx@gnu.org>
8794
8795 * progmodes/python.el (python-font-lock-syntactic-keywords):
8796 Check for escapes in the regexp.
8797 (python-quote-syntax): Don't do it here.
8798
2c212859 87992004-11-24 Nick Roberts <nickrob@snap.net.nz>
29b5fa7e
NR
8800
8801 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8802 (gdb-frames-mode-map, gdb-threads-mode-map)
8803 (gdb-registers-mode-map, gdb-locals-mode-map)
8804 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
7707da3c 8805 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
29b5fa7e 8806
7707da3c 8807 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
29b5fa7e
NR
8808 (dedicated-switch-to-buffer): Rework.
8809 (gdb-var-evaluate-expression-handler, gdb-put-string):
8810 Remove unused variable bindings.
8811 (gdb-setup-windows, gdb-display-buffer):
52eb0373 8812 Simplify. Use pop-to-buffer.
29b5fa7e
NR
8813 (gdb-view-source-function): Simplify.
8814 (gdb-frame-breakpoints-buffer):
8815 Use pop-to-buffer, special-display-regexps.
8816
2c212859 88172004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
f607ff4b
GM
8818
8819 * progmodes/f90.el (f90-smart-end)
8820 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8821 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8822 (f90-end-of-block): Doc fix. Make check of outermost block
8823 conditional on value of `f90-smart-end'.
8824 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8825 Handle case where END-BLOCK is nil.
8826 (f90-match-end): Handle un-named PROGRAM blocks.
8827 (f90-backslash-not-special): New function.
8828
25cad79b
JB
88292004-11-24 Jay Belanger <belanger@truman.edu>
8830
7a96b50d
JB
8831 * calc/calc.el (calc-embedded-active): Removed unnecessary
8832 declaration.
8833 (calc-show-banner): Removed redundant declaration.
8834
8835 * calc/calc-graph.el (calc-gnuplot-default-device)
8836 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8837 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8838 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8839 Remove redundant initial values.
8840
8841 * calc/calc-arith.el (math-scalar-functions)
8842 (math-nonscalar-functions, math-scalar-if-args-functions)
8843 (math-real-functions, math-positive-functions)
8844 (math-nonnegative-functions, math-real-scalar-functions)
8845 (math-real-if-arg-functions, math-integer-functions)
8846 (math-num-integer-functions, math-rounding-functions)
8847 (math-float-rounding-functions, math-integer-if-args-functions)
8848 (math-super-types): Move declarations to earlier in file.
8849 (math-unit-prefixes): Declared it.
8850 (math-floor-prec, math-trunc-prec): New variables.
8851 (math-trunc-fancy): Replace variable prec by declared variable.
8852 (math-floor-fancy): Replace variable prec by declared variable.
8853 (math-com-bterms): New variable.
8854 (math-commutative-equal, math-commutative-collect):
8855 Replace variable bterms by declared variable.
8856
8857 * calc/calc-misc.el (math-trunc): Replace variable prec by
8858 math-trunc-prec.
8859 (math-floor): Replace variable prec by math-floor-prec.
8860
25cad79b
JB
8861 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8862 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8863 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8864 (math-format-date, math-format-date-part): Replace variables
8865 date, dt, year, month, day, weekday, hour, minute, second and
8866 bc-flag by declared variables.
8867 (math-pd-str): New variable.
8868 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8869 Replace variable str by declared variable.
8870 (math-daylight-savings-hook, math-tzone-names): Move definitions
8871 to earlier in the file.
8872 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8873 (math-sh-year): New variable.
8874 (math-setup-add-holidays, math-setup-holidays)
1b436112 8875 (math-setup-year-holidays): Replace variable `year' by declared
25cad79b
JB
8876 variable.
8877
8878 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8879 New variables.
8880 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8881 n, nf and nfm1 by declared variables.
8882 (math-nri-n): New variable.
1b436112
JB
8883 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8884 n by declared variable.
25cad79b
JB
8885 (calcFunc-log): Removed misplaced condition.
8886
0e7acedf
SM
88872004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8888
8889 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8890
1919c2cd
NR
88912004-11-24 Nick Roberts <nickrob@snap.net.nz>
8892
8893 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
0e7acedf
SM
8894 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8895 Dedicate gdb-related windows.
52eb0373
JB
8896 (gdb-display-buffer): Dedicate gdb-related windows.
8897 Don't grab other frames.
1919c2cd
NR
8898 (gdb-reset): Remove dedicated property after debugging.
8899
19f26a89 89002004-11-24 Jay Belanger <belanger@truman.edu>
0d0b3b81
JB
8901
8902 * calc/calc-sel.el: Add comment.
8903
8904 * calc/calc.el (math-stack-value-offset): Replace variables c,
8905 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8906
8907 * calc/calccomp.el (math-comp-sel-tag): Declare it.
0d0b3b81
JB
8908 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8909 (math-stack-value-offset-fancy): Replace variables c, wid and off
8910 by declared variables.
0d0b3b81 8911 (math-comp-just, math-comp-comma-spc): New variables.
1b436112
JB
8912 (math-compose-expr, math-compose-matrix): Replace variables `just'
8913 and comma-spc by declared variable.
0d0b3b81
JB
8914 (math-comp-vector-prec): New variable.
8915 (math-compose-expr, math-compose-matrix, math-compose-rows):
8916 Replace variable vector-prec by declared variable.
0d0b3b81
JB
8917 (math-comp-left-bracket, math-comp-right-bracket)
8918 (math-comp-comma): New variables.
8919 (math-compose-expr, math-compose-rows): Replace variables
8920 left-bracket, right-bracket and comma by declared variables.
0d0b3b81
JB
8921 (math-comp-full-width): New variable.
8922 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8923 Replace variable full-width by declared variable.
0d0b3b81
JB
8924 (math-comp-highlight, math-comp-word, math-comp-level)
8925 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8926 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8927 New variables.
8928 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8929 (math-comp-sel-flat-term): Replace variables comp-highlight,
8930 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8931 declared variables.
8932 (math-comp-simplify, math-comp-simplify-term)
8933 (math-comp-add-string, math-comp-add-string-sel):
8934 Replace variables comp-highlight, comp-buf, comp-base,
0e7acedf 8935 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
0d0b3b81 8936
6f8a2742
JD
89372004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8938
0e7acedf 8939 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
c5c56f46 8940
6f8a2742
JD
8941 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8942 and x-server-version may throw.
8943
14ed2ad6
KS
89442004-11-23 Kim F. Storm <storm@cua.dk>
8945
0e7acedf
SM
8946 * subr.el (substitute-key-definition-key): Optimize.
8947 Don't call indirect-function for nil defn (always signals error).
92c8c0ce 8948
14ed2ad6
KS
8949 * ido.el (ido-read-internal): Fix require-match check when
8950 ido-directory-too-big is set.
8951
298a667c
JB
89522004-11-23 Jay Belanger <belanger@truman.edu>
8953
8954 * calc/calc-ext.el (math-read-replacement-list)
8955 (math-read-superscripts): New variables.
8956 (math-read-preprocess-string): New function.
0e7acedf 8957 (math-read-expr): Filter input through math-read-preprocess-string.
298a667c
JB
8958
8959 * calc/calc-aent.el (math-read-exprs): Filter input through
8960 math-read-preprocess-string.
8961
8fc464b6
DP
89622004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
8963
8964 * progmodes/compile.el (compilation-start): In cd command use
8965 substitute-env-vars -- not quite shell compatible but better than
8966 nothing.
8967 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
8968 handle the newer versions messages, which are more parseable.
8969
ea78522d
SM
89702004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8971
8972 * reveal.el (reveal-mode-map): New var.
8973 (reveal-mode): Use it.
8974
47924ad5
NR
89752004-11-23 Nick Roberts <nickrob@snap.net.nz>
8976
8977 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
8978 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
8979
49561cf6
SM
89802004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
8981
8982 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
8983 header-line when needed.
8984 Use fixed-pitch only in the header-line.
8985 Build the underline automatically. Use emdash if available.
8986
1668b456
RS
89872004-11-22 Richard M. Stallman <rms@gnu.org>
8988
49561cf6
SM
8989 * dired.el (dired-recursive-copies): Move from dired-aux.el.
8990 * dired-aux.el (dired-recursive-copies): Move to dired.el.
1668b456 8991
771aad8e
NR
89922004-11-22 Nick Roberts <nickrob@snap.net.nz>
8993
8994 * progmodes/gdb-ui.el (gdb-resync): New function.
8995 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
77c99c7f 8996 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
771aad8e
NR
8997 Use it to fail more gracefully.
8998 (gdb-variables): Delete variable.
8999 Re-order variables to reduce byte-compiler warnings.
9000
d8ac3d27
SM
90012004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9002
9003 * descr-text.el (describe-char):
9004 * paren.el (show-paren-function):
9005 * subr.el (syntax-after): Undo last change.
9006
9007 * progmodes/python.el (run-python): Don't hard code *Python*.
9008 Don't modify global process-environment.
9009 (python-send-region, python-load-file): Don't assume that
9010 python-buffer == (process-buffer (python-proc)).
9011 (python-switch-to-python): Simplify.
9012
9013 * dired.el (dired-align-file): Don't assume line starts with spaces.
9014
8dd989f6
JB
90152004-11-21 Jay Belanger <belanger@truman.edu>
9016
9017 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9018 Replace variable `lines' by math-read-big-lines.
9019 (math-read-big-expr): Replace variables the-baseline, the-h2
9020 and err-msg by math-read-big-baseline, math-read-big-h2 and
9021 math-read-err-msg.
9022 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9023
9024 * calc/calc-lang.el (math-read-big-rec): Fix typo.
8dd989f6 9025 (math-read-big-balance): Replace unbound variable by value.
8dd989f6
JB
9026 (math-read-big-lines): New variable.
9027 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9028 (math-read-big-error, math-read-big-balance): Replace variable
9029 `lines' by declared variable.
8dd989f6
JB
9030 (math-read-big-baseline, math-read-big-h2): New variables.
9031 (math-read-big-rec): Replace variables the-baseline and the-h2
9032 by declared variables.
8dd989f6
JB
9033 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9034 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9035 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9036 declared variables.
8dd989f6
JB
9037 (math-read-big-err-msg): New variable.
9038 (math-read-big-error): Replace variable err-msg by declared variable.
9039
58cf70d3
SM
90402004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * ses.el: Add coding cookie.
9043 Fix up docstrings, follow new commenting conventions.
9044 (ses-header-line-menu): Fix missing variable rename for header-row.
9045 (ses-cell-size): Remove.
9046 (ses-make-cell): New function.
9047 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9048 (ses-calculate-cell): Remove unused var `symbol'.
9049 (ses-narrowed-p): New function.
9050 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9051 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9052 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9053 (ses-setup): Use restore-buffer-modified-p.
9054 (ses-cleanup): Remove unused var `end'.
9055 (ses-header-string-left-offset): Remove.
9056 (ses-create-header-string): Adjust to new behavior of `align-to'.
9057 Truncate excessively large fields to preserve alignment.
9058 (ses-reconstruct-all): Remove unused var `refs'.
9059 (ses-read-cell-printer): Remove unused var `prompt'.
9060 (ses-delete-row): Remove unused var `pos'.
9061 (ses-delete-column): Remove unused var `new'.
9062
b6d0ac87
VJL
90632004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9064
9065 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9066 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9067 Eliminate eval-and-compile usage.
9068 (ps-insert-file): Use insert-file-contents instead of insert-file.
c033ddef 9069 (ps-setup): Code fix.
b6d0ac87 9070
83aebfe6
VJL
9071 * printing.el (pr-setup, lpr-setup): Code fix.
9072
802efb40
JB
90732004-11-21 Jay Belanger <belanger@truman.edu>
9074
9075 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9076 (calc-original-buffer): Declare them.
802efb40
JB
9077 (calc-user-formula-alist): New variable.
9078 (calc-user-define-formula, calc-fix-user-formula)
9079 (calc-user-define-composition, calc-finish-formula-edit):
9080 Replace variable `alist' by declared variable.
802efb40
JB
9081 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9082 (var-q7, var-q7, var-q8, var-q9): Declare them.
9083 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9084 are bound.
802efb40 9085 (calcFunc-typeof): Replace undeclared variable by expression.
802efb40 9086 (math-exp-env): New variable.
58cf70d3 9087 (math-define-body, math-define-exp): Replace exp-env by declared var.
802efb40
JB
9088 (math-define-exp): Replace misplaced variable by expression.
9089
9090 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9091 (calc-curve-model, calc-curve-coefnames): New variables.
9092 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9093 varnames, model and coefnames by declared variables.
802efb40
JB
9094 (math-root-widen): New variable.
9095 (math-search-root, math-find-root): Replace variable root-widen by
9096 declared variable.
802efb40
JB
9097 (var-DUMMY): Declare it.
9098 (math-root-vars, math-min-vars): Move the declarations to earlier in
9099 the file.
802efb40 9100 (math-brent-min): Make d a local variable.
802efb40 9101 (math-find-minimum): Replace non-existent variable.
802efb40 9102 (math-ninteg-romberg): Remove unnecessary variable.
802efb40
JB
9103 (math-ninteg-temp): New variable.
9104 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9105 integ-temp by declared variable.
802efb40
JB
9106 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9107 New variables.
9108 (math-general-fit): Replace variables first-var, first-coef and
9109 new-coefs by declared variables.
9110 (calcFunc-fitvar): Replace variable first-var by declared variable.
9111 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9112 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
802efb40
JB
9113 (math-all-vars-vars, math-all-vars-found): New variables.
9114 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9115 found by declared variable math-all-vars-vars.
9116
8e528e73
LT
91172004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9118
9119 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9120 of `defconst'.
9121
dedbac89
RS
91222004-11-20 Richard M. Stallman <rms@gnu.org>
9123
1668b456
RS
9124 * isearch.el (isearch-mode-map): Don't bind SPC.
9125 (isearch-whitespace-chars): Function deleted.
9126 (isearch-search): Bind search-spaces-regexp.
9127 (isearch-lazy-highlight-search): Likewise.
9128 (search-whitespace-regexp): Doc fix.
9129 (isearch-forward-regexp): Doc fix.
9130
fd6866c8
RS
9131 * emacs-lisp/bytecomp.el (byte-compile-form):
9132 Move the calls to byte-compile-set-symbol-position,
9133 to avoid having two for the same symbol occurrence.
9134
9961365e
RS
9135 * comint.el (comint-input-ring-size): Increase to 150.
9136
8e528e73 9137 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
b27ce24f
RS
9138 New variables.
9139 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9140 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9141
58b00d47
RS
9142 * imenu.el (imenu--generic-function):
9143 Ensure we keep moving backward even if BEG isn't further back.
9144
8e528e73 9145 * replace.el (query-replace-read-to, query-replace-read-from):
58b00d47
RS
9146 Specify t for KEEP-ALL in read-from-minibuffer.
9147
9148 * progmodes/python.el (python-switch-to-python):
9149 If Python isn't running, start it.
9150 Don't alter debug-ignored-errors.
9151
9152 * progmodes/cperl-mode.el (cperl-indent-region):
9153 Don't mind imenu-scanning-message.
9154
9155 * bindings.el (global-map): Bind C-e to move-end-of-line.
9156
9157 * simple.el (line-move-finish): New arg FORWARD.
9158 Ignore invisible newlines, not intangible ones.
9159 Conditions for acceptable stopping positions depend on FORWARD.
9160 (line-move): Pass FORWARD arg to line-move-finish.
9161
6d3bce2b
RS
9162 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9163 of HEADER. Compensate for this change in the code to add display
9164 properties. Don't make the first line intangible.
9165
dedbac89
RS
9166 * info.el (Info-search): Fix previous change.
9167
2f672bb5
TTN
91682004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9169
9170 * Makefile.in (recompile): Revert 2004-11-19 change.
9171 (compile): Likewise.
9172
18cb59e8
LT
91732004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9174
9175 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9176
b11b1870
VJL
91772004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9178
ad96a7ef 9179 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
99439846 9180 defgroup and defcustom. Eliminate eval-and-compile usage.
ad96a7ef
VJL
9181
9182 * progmodes/ebnf-otz.el: Fix typos.
b11b1870 9183
c85b0022
JB
91842004-11-19 Jay Belanger <belanger@truman.edu>
9185
0434d288
JB
9186 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9187 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9188 disp-trail by declared variable.
9189
9190 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
fe38e3b0 9191 (calc-finish-selection-edit): Replace variable disp-trail by
0434d288 9192 declared variable.
58cf70d3 9193 (calc-selection-cache-entry): Move declaration to earlier in the file.
0434d288
JB
9194 (calc-selection-cache-num, calc-selection-cache-comp)
9195 (calc-selection-cache-offset, calc-selection-true-num)
9196 (calc-final-point-line, calc-final-point-column)
9197 (calc-original-buffer): Declare them.
0434d288
JB
9198 (calc-fnp-op, calc-fnp-num): New variables.
9199 (calc-find-nth-part, calc-find-nth-part-rec)
58cf70d3 9200 (calc-select-previous): Replace op and num by declared variables.
0434d288
JB
9201 (calc-rsf-old, calc-rsf-new): New variables.
9202 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9203 Replace variables old and new by declared variables.
0434d288
JB
9204 (calc-sel-reselect): New variable.
9205 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9206 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
fe38e3b0 9207 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
0434d288
JB
9208 reselect with declared variable.
9209
c85b0022
JB
9210 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9211 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9212 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9213 (math-import-list, math-rewrite-phase): Declare them.
fe38e3b0 9214 (math-rewrite): Use let* to declare variables.
c85b0022 9215 (calc-rewrite-selection): Make rules a local variable.
c85b0022
JB
9216 (calc-rewr-sel): New variable.
9217 (calc-rewrite-selection, calc-locate-selection-marker)
9218 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9219 of sel.
c85b0022
JB
9220 (math-rewrite-whole-expr): New variable.
9221 (math-rewrite, math-rewrite-phase): Replace variable expr by
9222 declared variable.
c85b0022
JB
9223 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9224 (math-rewrite-heads-blanks ): New variables.
9225 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9226 heads, skips and blanks by declared variables.
c85b0022
JB
9227 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9228 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9229 New variables.
9230 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9231 old, new, old-func and new-func by declared variables.
c85b0022
JB
9232 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9233 Remove unnecessary variable.
c85b0022
JB
9234 (math-apply-rw-regs): New variable.
9235 (math-apply-rewrites, math-rwapply-replace-regs)
58cf70d3 9236 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
c85b0022
JB
9237 (math-apply-rw-ruleset): New variable.
9238 (math-apply-rewrites, math-rwapply-remember): Replace variable
9239 ruleset by declared variable.
9240
6de891db
RS
92412004-11-19 Richard M. Stallman <rms@gnu.org>
9242
9243 * info.el (Info-search): Use search-whitespace-regexp.
9244
e1c1c5a7
TTN
92452004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9246
9247 * vc-rcs.el (vc-rcs-parse): New function.
9248 (vc-rcs-annotate-command): Likewise.
9249 (vc-rcs-annotate-current-time): Likewise.
9250 (vc-rcs-annotate-time): Likewise.
9251 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9252
087b413d
TTN
92532004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9254
9255 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9256
c456ee78
JB
92572004-11-18 Jay Belanger <belanger@truman.edu>
9258
58cf70d3 9259 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
c456ee78 9260
9f7a9918
VJL
92612004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9262
9263 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9264 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9265 Use make-temp-file to generate PostScript files in any situation.
9266 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
7573a5af
SM
9267 (pr-interactive-p): Eliminate var.
9268 (pr-save-interactive): Eliminate macro.
9f7a9918
VJL
9269 (pr-interface, pr-ps-directory-preview)
9270 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9271 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9272 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9273 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9274 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9275 (pr-ps-region-ps-print, pr-ps-mode-preview)
9276 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9277 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9278 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9279 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9280 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9281 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9282 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9283 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9284 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9285 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9286 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9287 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9288 Eliminate pr-save-interactive usage.
7573a5af
SM
9289 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9290 Eliminate pr-interactive-p usage.
9f7a9918
VJL
9291 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9292 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9293 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9294 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9295 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9296 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
7573a5af
SM
9297 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9298 New funs.
9f7a9918
VJL
9299 (pr-ps-file): Use make-temp-file to generate a temporary file.
9300
00a789bd 93012004-11-17 Jay Belanger <belanger@truman.edu>
00a789bd 9302
6abf3a27
SM
9303 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9304 a local variable.
6abf3a27 9305 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
6abf3a27
SM
9306 (math-top-only): New variable.
9307 (math-simplify, math-simplify-step): Replace variable top-only by
00a789bd 9308 declared variable math-top-only.
6abf3a27 9309 (math-simplify-expr): Declare it.
77c99c7f 9310 Replace argument expr in all calls of math-defsimplify by
087b413d 9311 math-simplify-expr.
00a789bd
JB
9312 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9313 (math-simplify-divisor, math-simplify-one-divisor)
9314 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
6abf3a27 9315 (math-simplify-pow): Replace variable expr by declared variable
00a789bd 9316 math-simplify-expr.
6abf3a27
SM
9317 (math-simplify-divisor): Remove local variables temp and op.
9318 (math-simplify-one-divisor): Make temp and op local variables.
6abf3a27
SM
9319 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9320 New variables.
9321 (math-simplify-divisor, math-simplify-one-divisor):
9322 Replace variables nover and dover by declared variables.
6abf3a27
SM
9323 (math-expr-subst-new, math-expr-subst-old): New variables.
9324 (math-expr-subst, math-expr-subst-rec): Replace variables new
00a789bd 9325 and old by declared variables.
6abf3a27
SM
9326 (math-is-poly-degree, math-is-poly-loose): New variables.
9327 (math-is-polynomial, math-is-poly-rec): Replace variables degree
00a789bd 9328 and loose by declared variables.
00a789bd 9329 (math-poly-base-const-ok, math-poly-base-pred): New variables.
6abf3a27
SM
9330 (math-polynomial-base, math-polynomial-base-rec):
9331 Replace variables const-ok and mpb-pred by declared variables.
00a789bd 9332
6abf3a27 9333 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
00a789bd 9334
6abf3a27
SM
9335 * calc/calc-ext.el (math-defsimplify): Change the argument in
9336 the created function to math-simplify-expr.
00a789bd 9337
6abf3a27
SM
9338 * calc/calc-units.el (math-simplify-expr): Declare it.
9339 Replace argument expr in all calls of math-defsimplify by
087b413d 9340 math-simplify-expr.
6abf3a27 9341 (math-simplify-units-prod): Replace variable expr by declared
00a789bd
JB
9342 variable math-simplify-expr.
9343
6abf3a27
SM
93442004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9345
9346 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9347 Replace mapcar->dolist, format->string.
9348
c10de401
MB
93492004-11-17 Miles Bader <miles@gnu.org>
9350
9351 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9352 * progmodes/idlwave.el: Remove RCS keywords.
2da3fbb1
MB
9353
93542004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9355
9356 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9357 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
77c99c7f 9358 Update to IDLWAVE version 5.5. Too many changes to list them here.
2da3fbb1
MB
9359 * progmodes/idlw-help.el: New file.
9360
ee31cd78
RS
93612004-11-16 Richard M. Stallman <rms@gnu.org>
9362
9363 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9364 Discard spaces after \i according to TeX rules.
9365
6abf3a27 9366 * international/mule.el (set-buffer-file-coding-system):
ee31cd78
RS
9367 New arg NOMODIFY.
9368 (after-insert-file-set-coding): Pass that new arg.
9369 Prevent set-buffer-multibyte from trying to lock the file.
9370
9371 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9372
9373 * saveplace.el (save-place): Doc fix.
9374
9375 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9376 temporarily widen before finding the following word to copy.
9377
9378 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9379 (cl-map-keymap): Definition deleted.
9380
9381 * subr.el (map-keymap-internal): New function.
9382
6abf3a27
SM
93832004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9386 when pressing rather than when releasing mouse-2. Simplify.
9387
7573a5af
SM
93882004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9389
9390 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9391 (compilation-mode): Set it here instead.
9392
9393 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9394
9395 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9396 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9397
93982004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9399
9400 * progmodes/compile.el (compilation-internal-error-properties):
9401 Fix up a transposition-typo. Check end-col before using it.
9402
ee31cd78
RS
94032004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9404
6abf3a27 9405 * international/iso-cvt.el (iso-tex2iso-trans-tab):
ee31cd78
RS
9406 Discard whitespace after macro \i when converting it.
9407
b0339ffd
JL
94082004-11-16 Juri Linkov <juri@jurta.org>
9409
9410 * emacs-lisp/find-func.el (find-function-regexp):
9411 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9412 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9413 Remove invalid `\W' from [^cgv\W]. Doc fix.
9414 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9415
ce2bbf6a
LT
94162004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9417
9418 * play/life.el: Maintainer is now FSF.
9419 (life-patterns, life-neighbor-deltas, life-window-start)
9420 (life-current-generation, life-generation-string): Use defvar
9421 instead of defconst.
9422
9c8e6c85
SM
94232004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9424
9425 * progmodes/compile.el (compilation-move-to-column): New fun.
9426 (compilation-internal-error-properties)
9427 (compilation-next-error-function): Use it to make sure we don't go past
9428 the end of line.
9429
fbee29e6
JPW
94302004-11-15 John Paul Wallington <jpw@gnu.org>
9431
9432 * autoinsert.el (auto-insert-alist): Insert the user's name in
9433 copyright notice, rather than Free Software Foundation, for the
9434 Emacs Lisp header case too.
9435
14b84c94
VJL
94362004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9437
9438 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9439 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9440 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9441 return the list of string in a string.
9442 (pr-call-process): Message if calling process returns an error, that
9443 is, the exit status is different of zero.
9444
46a73156
JB
94452004-11-15 Jay Belanger <belanger@truman.edu>
9446
fe38e3b0 9447 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9c8e6c85 9448 variable var-thing.
9c8e6c85 9449 (math-integ-depth, math-integ-level, math-integral-limit)
46a73156
JB
9450 (math-enable-subst, math-any-substs, math-integ-msg)
9451 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9452 (math-int-threshold, math-int-factors, math-double-roots)
9453 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
fe38e3b0
JB
9454 (var-GenCount): Declare these variables.
9455 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9c8e6c85
SM
9456 (math-integral-cache, math-integral-cache-state):
9457 Move declarations to earlier in the file.
46a73156
JB
9458 (math-deriv-var, math-deriv-total, math-deriv-symb)
9459 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9460 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9461 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9462 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
fe38e3b0 9463 (math-solve-res): New variables
46a73156
JB
9464 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9465 (math-integral, math-replace-integral-parts)
9466 (math-integrate-by-parts, calc-dump-integral-cache)
9467 (math-try-integral, math-do-integral, math-do-integral)
9c8e6c85 9468 (math-do-integral-methods, math-try-solve-for)
46a73156
JB
9469 (math-try-solve-prod, math-solve-poly-funny-powers)
9470 (math-solve-crunch-poly, math-decompose-poly)
9471 (math-solve-find-root-term, math-find-root-in-prod)
9472 (math-integ-try-linear-substitutions)
9473 (math-integ-try-substitutions, math-expr-rational-in)
9c8e6c85 9474 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
46a73156
JB
9475 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9476 (math-solve-for, math-solve-system, math-solve-system-rec)
9477 (math-solve-get-sign, math-solve-get-int)
9478 (math-solve-system-subst): Replace undeclared variables with newly
9479 declared variables.
9480
7573a5af
SM
94812004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9482
9483 * winner.el (winner-active-region, winner-edges, winner-window-list):
9484 Define at toplevel.
9485 (winner-mode-map): Move init inside declaration.
9486
87589a70
LT
94872004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9488
9489 * files.el (convert-standard-filename): Doc fix.
9490
b14f1885
DP
94912004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9492
9c8e6c85 9493 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
b14f1885
DP
9494 passwd, group, shadow, default/* and pam.d/*.
9495
bf490c7b
VJL
94962004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9497
9498 * printing.el (pr-menu-spec): Adjust menu specification.
9499
6367b616
VJL
95002004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9501
9502 * printing.el: Doc fix. Insert :version tag into all defcustom.
572f248f
SM
9503 Handle interactive-p as is recommended in Emacs Lisp Reference.
9504 Set the file permission bits for newly created files.
9505 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9506 The printing menu specification (in `pr-menu-spec') was merged.
9507 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
6367b616
VJL
9508 (pr-version): New version number (6.8.3).
9509 (pr-file-modes): New option.
9510 (pr-interactive-p): New var.
9511 (pr-save-interactive, pr-save-file-modes): New macros.
9512 (pr-setup): Code fix.
9513 (pr-menu-spec): Menu specification merged.
9514 (pr-call-process, pr-text2ps): Set file permission bits.
9515 (pr-despool-print): Set file permission bits. Handle interactive-p as
9516 is recommended.
9517 (pr-interface, pr-ps-directory-preview)
9518 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9519 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9520 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9521 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9522 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9523 (pr-ps-region-ps-print, pr-ps-mode-preview)
9524 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9525 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9526 (pr-despool-using-ghostscript, pr-despool-ps-print)
9527 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9528 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9529 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9530 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9531 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9532 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9533 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9534 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9535 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9536 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9537 Handle interactive-p as is recommended.
9538
572f248f
SM
95392004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9540
9541 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9542 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9543
9544 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9545 so it doesn't forget to highlight the beginning of the region either.
9546
955afc13
DP
95472004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9548
9549 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9550 (c-font-lock-init): Eliminate obsolete make-local-hook.
9551 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9552 (awk-mode): Use run-mode-hooks.
9553
9554 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9555
5596fbf1
KS
95562004-11-13 Kim F. Storm <storm@cua.dk>
9557
9558 * mouse.el (mouse-drag-copy-region): Add :version.
9559 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9560 while dragging mode line, so mode line can be dragged downwards.
9561 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9562 while pressing mouse button so window doesn't scroll until we
9563 release the mouse if clicking on partially visible line.
9564
68d1b30d
JB
95652004-11-12 Jay Belanger <belanger@truman.edu>
9566
fe38e3b0
JB
9567 * calc/calc-graph.el (calc-dumb-map): Declare it.
9568 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
8571856b 9569 than unbound.
fe38e3b0
JB
9570 (calc-graph-name): Made `end' a local variable.
9571 (calc-graph-lookup): Made `varname' a local variable.
8571856b
KS
9572 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9573 Declare them.
fe38e3b0
JB
9574 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9575 (calc-graph-plot, calc-graph-compute-3d): Remove references to
68d1b30d 9576 the unused variable y3vec.
fe38e3b0
JB
9577 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9578 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
8571856b 9579 calc-graph-prev-kill-hook.
68d1b30d
JB
9580 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9581 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9582 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9583 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9584 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9585 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9586 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9587 (calc-graph-y3value, calc-graph-y3name)
9588 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9589 (calc-graph-stepcount, calc-graph-is-splot)
9590 (calc-graph-surprise-splot, calc-graph-blank)
fe38e3b0 9591 (calc-graph-non-blank, calc-graph-curve-num): New variables.
68d1b30d
JB
9592 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9593 (calc-graph-recompute-2d, calc-graph-compute-3d)
8571856b
KS
9594 (calc-graph-format-data): Replace undeclared variables with the
9595 above newly declared variables.
68d1b30d 9596
7c7d4075
EZ
95972004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9598
f431a910
EZ
9599 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9600 `rsf-beep' and `rsf-sleep-after-message'.
9601
7c7d4075
EZ
9602 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9603 list if `message-sender' is non-nil.
9604
63cd5734
EZ
96052004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9606
9607 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9608 consing by using mapc instead of mapcar.
9609
cf66c8aa
NR
96102004-11-12 Nick Roberts <nickrob@snap.net.nz>
9611
9612 * tooltip.el (require): Explain why CL is needed.
9613
e22c7647
VJL
96142004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9615
9616 * printing.el: Insert :version into defgroup (printing). All reference
9617 to Files option in menubar were changed to File.
9618 (pr-version): New version number (6.8.2).
9619 (pr-get-symbol): Call easy-menu-intern.
9620 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9621 compilation gripes.
9622
977b50fb
SM
96232004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9624
036cf769
SM
9625 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9626 new byte-compile-function-environment binding to t.
9627
9628 * font-lock.el (font-lock-fontify-syntactically-region):
9629 Don't forget to highlight the last char when we hit `end'.
9630
9631 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9632 (mwheel-scroll): Adjust accordingly.
9633
9634 * cvs-status.el: Reduce spurious warnings.
9635 (cvs-status-checkout): Remove.
9636 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9637
9638 * pcvs.el (cvs-mode-checkout): New command.
9639
8cece98a
SM
9640 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9641
9642 * tooltip.el: Require CL.
9643
977b50fb
SM
9644 * emacs-lisp/bytecomp.el: Use push.
9645 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9646 (defalias): Remove the `byte-compile' property and add
9647 a `byte-hunk-handler'.
9648
be4b3ae8
JL
96492004-11-11 Juri Linkov <juri@jurta.org>
9650
9651 * info.el (Info-search): Save match data for isearch.
9652 Skip Tag Table node.
9653
9654 * descr-text.el (describe-char): Replace syntax-after with code
9655 from its previous version.
9656
9657 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9658 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9659
9660 * international/mule.el (sgml-html-meta-auto-coding-function):
9661 Remove > after <html to allow HTML attributes.
9662
fe1f8500
JB
96632004-11-11 Jay Belanger <belanger@truman.edu>
9664
fe38e3b0 9665 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
8cece98a 9666 a variable.
fe38e3b0
JB
9667 (calcFunc-dfac): Replace unbound max by n.
9668 (math-stirling-local-cache): New variable.
13643b5f 9669 (math-stirling-number, math-stirling-1, math-stirling-2):
8cece98a
SM
9670 Replace the variable `cache' by the declared variable
9671 math-stirling-local-cache.
fe38e3b0
JB
9672 (var-RandSeed): Declare it as a variable.
9673 (math-init-random-base, math-random-digit): Don't check to see if
8cece98a 9674 var-RandSeed is bound.
13643b5f 9675 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
8cece98a 9676 Declare them instead of just setting them.
fe38e3b0
JB
9677 (math-init-random-base): Made i a local variable.
9678 (math-random-digit): Made math-random-last a local variable.
9679 (math-prime-test-cache): Move declaration to before it is used.
13643b5f
JB
9680 (math-prime-test-cache-k, math-prime-test-cache-q)
9681 (math-prime-test-cache-nm1, math-prime-factors-finished):
8cece98a 9682 Declare them as variables.
13643b5f 9683
8cece98a 96842004-11-11 Jay Belanger <belanger@truman.edu>
13643b5f 9685
fe38e3b0 9686 * calc/calc-ext.el (math-defcache): Use defvar for the new
977b50fb 9687 variables it creates.
fe1f8500 9688
af61551b
LH
96892004-11-11 Lars Hansen <larsh@math.ku.dk>
9690
8cece98a
SM
9691 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9692 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9693 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9694 (desktop-save): Add :version.
af61551b 9695
3a502e66
SM
96962004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9697
9698 * printing.el (pr-get-symbol): Don't downcase.
9699
4726a1df 97002004-11-10 Jay Belanger <belanger@truman.edu>
3a502e66 9701
fe38e3b0 9702 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
3a502e66 9703 string to kill-ring.
4726a1df
JB
9704
9705 * calc/calc-aent.el (calc-alg-exp, math-toks)
9706 (math-exp-pos,math-exp-old-pos, math-exp-token)
fe38e3b0 9707 (math-exp-keep-spaces, math-exp-str): New variables.
3a502e66 9708 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
fe38e3b0
JB
9709 (calcAlg-enter): Use declared variable calc-alg-exp.
9710 (math-build-parse-table, math-find-user-token): Use declared
3a502e66 9711 variable math-toks.
4726a1df
JB
9712 (math-read-exprs, math-read-token, calc-check-user-syntax)
9713 (calc-match-user-syntax, match-factor-after, math-read-factor):
9714 Use declared variables math-exp-pos math-exp-old-pos.
9715 (math-read-exprs, math-read-token, math-read-expr-level)
9716 (calc-check-user-syntax, calc-match-user-syntax)
fe38e3b0 9717 (match-factor-after, math-read-factor): Use declared variable
8571856b 9718 math-exp-token.
4726a1df 9719 (math-read-exprs, math-read-expr-list, math-read-token)
fe38e3b0
JB
9720 (math-read-factor): Use declared variable math-exp-keep-spaces.
9721 (math-read-exprs, math-read-token): Use declared variable
4726a1df 9722 math-exp-str.
fe38e3b0 9723 (calc-match-user-syntax): Make m a local variable.
4726a1df 9724
fe38e3b0 9725 * calc/calc-ext.el (math-read-expr): Use declared variables
3a502e66 9726 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
4726a1df
JB
9727 math-exp-keep-spaces.
9728
fe38e3b0 9729 * calc/calc-forms.el (math-read-angle-bracket): Use declared
3a502e66 9730 variables math-exp-pos, math-exp-str.
4726a1df 9731
fe38e3b0 9732 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
8571856b 9733 math-exp-old-pos.
4726a1df 9734 (math-parse-fortran-vector, math-parse-fortran-vector-end)
fe38e3b0 9735 (math-parse-eqn-prime): Use declared variable math-exp-token.
4726a1df
JB
9736
9737 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
3a502e66 9738 Use declared variable math-exp-pos.
fe38e3b0
JB
9739 (math-check-for-commas): Use declared variable math-exp-str.
9740 (math-read-brackets): Use declared variables math-exp-old-pos,
4726a1df 9741 math-exp-keep-spaces.
3a502e66
SM
9742 (math-read-brackets, math-read-vector, math-read-matrix):
9743 Use declared variable math-exp-token.
4726a1df 9744
e9146d5a
SM
97452004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9746
9c8e6c85
SM
9747 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9748 where the keymap is a symbol.
9749 (easy-menu-add-item): Use keymap-prompt. Simplify.
9750
32a0479a
SM
9751 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9752
e9146d5a
SM
9753 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9754 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9755
86523fac
TTN
97562004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9757
9758 * ebuff-menu.el: Doc fixes throughout.
9759 (electric-buffer-menu-mode-hook): New defvar.
9760
df388ce6
NR
97612004-11-10 Nick Roberts <nickrob@snap.net.nz>
9762
52eb0373
JB
9763 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9764 The resulting compiler warnings appear to be harmless.
df388ce6 9765
dd0f1553
DP
97662004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9767
9768 * textmodes/conf-mode.el: New file.
9769
9770 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9771
e9146d5a
SM
97722004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9773
9774 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9775
6d37f0f1
JB
97762004-11-09 Jay Belanger <belanger@truman.edu>
9777
fe38e3b0 9778 * calc/calc-ext.el (calc-init-extensions): Remove old code.
6d37f0f1
JB
9779
9780 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
fe38e3b0
JB
9781 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9782 (calc-z-prefix-help, calc-user-function-list): Use declared
dd0f1553 9783 variables calc-z-prefix-buf, calc-z-prefix-msgs.
fe38e3b0 9784 (math-map-tree, math-map-tree-rec): Use declared variables
dd0f1553 9785 math-mt-many, math-mt-func.
fe38e3b0 9786 (math-read-expression, math-read-string): Use declared variable
dd0f1553
DP
9787 math-expr-data.
9788
fe38e3b0 9789 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
dd0f1553 9790 variable math-normalize-a.
6d37f0f1 9791
fe38e3b0
JB
9792 * calc/calc.el (math-normalize-a): New variable.
9793 (math-normalize): Use declared variable math-normalize-a.
6d37f0f1 9794
fe38e3b0 9795 * calc/calc-poly.el (math-expand-form): Use declared variable
dd0f1553 9796 math-mt-many.
6d37f0f1 9797
e9146d5a
SM
9798 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9799 Use declared variable math-mt-many.
fe38e3b0 9800 (math-rewrite): Use declared variable math-mt-func.
6d37f0f1
JB
9801
9802 * calc/calc-vec.el (math-read-brackets, math-read-vector)
fe38e3b0 9803 (math-read-matrix): Use declared variable math-expr-data.
6d37f0f1
JB
9804
9805 * calc/calc-lang.el (math-parse-fortran-vector)
9806 (math-parse-fortran-vector-end, math-parse-tex-sum)
9807 (math-parse-eqn-matrix, math-parse-eqn-prime)
fe38e3b0 9808 (math-read-math-subscr): Use declared variable math-expr-data.
6d37f0f1
JB
9809
9810 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9811 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9812 (calc-match-user-syntax, math-read-if, math-factor-after)
fe38e3b0 9813 (math-read-factor): Use declared variable math-expr-data.
6d37f0f1 9814
b4f8e43e
GM
98152004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9816
9817 * calendar/diary-lib.el (diary-from-outlook)
9818 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
32261ad3 9819 interactive-p; but rather new optional argument NOCONFIRM.
b4f8e43e 9820
32a0479a 98212004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
0c90b629
SM
9822
9823 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9824 (easy-menu-name-match): Revert correspondingly.
9825
a7a7ddf1
RS
98262004-11-09 Richard M. Stallman <rms@gnu.org>
9827
9828 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9829 Turn off warnings for the new function even if definition not constant.
9830 If the definition isn't a quoted symbol, record (FUNCTION . t).
9831 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9832 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9833 (display-call-tree, byte-compile-arglist-warn):
9834 Handle t returned by byte-compile-fdefinition.
9835
84c2fd9f
JD
98362004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9837
366fc3f9
JD
9838 * Makefile.in (maintainer-clean): Depend on distclean.
9839
84c2fd9f
JD
9840 * help-fns.el (help-C-file-name): File name must be in build-files
9841 to be returned.
9842
6b644e8d
JB
98432004-11-09 Jay Belanger <belanger@truman.edu>
9844
9845 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
fe38e3b0 9846 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
0c90b629
SM
9847
9848 * calc/calc.el (calc, calc-trail-display, calc-mode):
9849 Remove obsolete sections.
6b644e8d 9850
fe38e3b0 9851 * calc/calc.el (calc-x-paste-text): Remove.
6b644e8d 9852
fe38e3b0 9853 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
0c90b629 9854 mouse-2.
6b644e8d 9855
ec3dd752
NR
98562004-11-09 Nick Roberts <nickrob@snap.net.nz>
9857
9858 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9859 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9860 current frame (in case of recursive calls).
9861 (gdb-show-changed-values): Add :version keyword.
9862
a778cf63
KH
98632004-11-09 Kenichi Handa <handa@m17n.org>
9864
9865 * international/mule-cmds.el: Change coding: tag back to
9866 iso-2022-7bit.
9867
0c90b629
SM
98682004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9869
0c90b629
SM
9870 * international/mule-cmds.el: Change coding-system to utf-8.
9871 (select-safe-coding-system-interactively):
9872 New function extracted from select-safe-coding-system.
9873 (select-safe-coding-system): Use it.
9874
1efc19eb
RS
98752004-11-08 Richard M. Stallman <rms@gnu.org>
9876
9877 * subr.el (syntax-after): Doc fix.
9878
9879 * paren.el (show-paren-function): Change calls to syntax-after
9880 for new way of returning the value.
9881
9882 * menu-bar.el (menu-bar-file-menu): Make this the real name
9883 and menu-bar-files-menu the alias. Use the former.
9884 (global-map): Use `file', not `files', as the symbol.
9885
9886 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9887
9888 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9889 Don't use beginning-of-buffer.
9890 (filesets-cmd-show-result): Use with-no-warnings.
9891
b056d9cb
JL
98922004-11-08 Juri Linkov <juri@jurta.org>
9893
9894 * progmodes/compile.el (compile): Don't overwrite last command in
9895 minibuffer history with default command if they are not equal.
9896
3c29dab1
JB
98972004-11-08 Jay Belanger <belanger@truman.edu>
9898
fe38e3b0 9899 * calc/calcalg2.el (math-do-integral-methods): Try linear then
0c90b629 9900 non-linear substitutions.
3c29dab1 9901
bd6bda79
JB
99022004-11-08 Jay Belanger <belanger@truman.edu>
9903
9904 * calc/calcalg2.el (math-linear-subst-tried): New variable.
fe38e3b0
JB
9905 (math-do-integral): Set `math-linear-subst-tried' to nil.
9906 (math-do-integral-methods): Use `math-linear-subst-tried' to
0c90b629
SM
9907 determine what type of substitution to try.
9908 (math-integ-try-linear-substituion):
9909 Set `math-linear-subst-tried' to t.
bd6bda79 9910
85c38542
KS
99112004-11-08 Kim F. Storm <storm@cua.dk>
9912
9913 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9914
91337c1f
JL
99152004-11-07 Juri Linkov <juri@jurta.org>
9916
9917 * info-look.el (info-lookup): Allow reusing in the current buffer
9918 not only *info* buffer, but all (even renamed) Info buffers
9919 by checking for major-mode instead of *info* buffer name.
9920 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9921 (octave-mode, maxima-mode) <doc-spec>:
9922 Allow long dashes generated by Texinfo 4.7 before definitions.
9923 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9924 definitions with argument separated by space.
9925
551373ea
RS
99262004-11-06 Richard M. Stallman <rms@gnu.org>
9927
9928 * simple.el (next-error group, face): Move before first use.
9929 (next-error-highlight, next-error-highlight-no-select): Likewise.
1efc19eb 9930
0c90b629 9931 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
551373ea
RS
9932 (line-move): New args NOERROR and TO-END.
9933 Return t if if succeed in moving specified number of lines.
9934 (move-end-of-line): New function.
1efc19eb
RS
9935
9936 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9937 (end-of-buffer-other-window): Likewise.
551373ea
RS
9938
9939 * simple.el (line-move-ignore-invisible): Default to t.
9940
9941 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9942
9943 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9944
0c90b629
SM
9945 * international/iso-cvt.el (iso-cvt-define-menu):
9946 Rename menu-bar-files-menu to menu-bar-file-menu.
551373ea
RS
9947
9948 * net/browse-url.el (browse-url-gnome-moz-program)
9949 (browse-url-gnome-moz-arguments): Move up before first use.
9950
9951 * net/tramp.el (tramp group): Add :version.
9952
0c90b629 9953 * progmodes/ada-xref.el (ada-gdb-application):
551373ea
RS
9954 Use goto-char instead of beginning-of-buffer.
9955
0c90b629 9956 * progmodes/cperl-mode.el (cperl-info-on-command):
551373ea
RS
9957 Use goto-char instead of beginning-of-buffer.
9958
0c90b629 9959 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
551373ea
RS
9960 Move up before first use.
9961 (idlwave-shell-temp-pro-file): Likewise.
9962 (idlwave-shell-temp-rinfo-save-file): Likewise.
9963 (idlwave-shell-temp-file): Minor doc fix.
9964
9965 * textmodes/flyspell.el (flyspell-external-point-words):
9966 Use goto-char instead of beginning-of-buffer.
9967
e7b52b6d
KG
99682004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
9969
0c90b629
SM
9970 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
9971 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
c37ee7cb 9972 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
e7b52b6d 9973
59341ff0
DP
99742004-11-06 David Ponce <david@dponce.com>
9975
9976 * recentf.el (recentf-menu-path): Use menu item name.
9977
6159c232
EZ
99782004-11-06 Eli Zaretskii <eliz@gnu.org>
9979
9980 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
9981 display doesn't support images.
9982
cffe562a
AS
99832004-11-06 Andreas Schwab <schwab@suse.de>
9984
803a05c2
AS
9985 * tempo.el (tempo-match-finder): Doc fix.
9986
cffe562a
AS
9987 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
9988
32a0479a 99892004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
98961e08
AS
9990
9991 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
9992 (easy-menu-lookup-name): New fun to replace it.
9993 (easy-menu-get-map): Use it to obey menu item names (rather than just
9994 keys) when looking up `path'.
9995 (easy-menu-always-true-p): Rename from easy-menu-always-true.
9996 (easy-menu-convert-item-1): Adjust to new name.
9997
27540e81
EZ
99982004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
9999
10000 * outline.el (hide-body): Don't hide lines at the top of the file
10001 that precede the first header line.
10002
14e32dd3
EZ
100032004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10004
10005 * align.el (align-areas): Delete whitespace before reindenting, so
10006 that tabs are never placed after spaces.
10007
4d79b874
EZ
100082004-11-06 Alan Shutko <ats@acm.org>
10009
10010 * macros.el (insert-kbd-macro): Do completions based on macros,
10011 rather than all commands.
10012
16d24ae8
EZ
100132004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10014
10015 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10016 to solve a bug whereby tags with 'b' don't match.
10017
3296d21b
JL
100182004-11-05 Juri Linkov <juri@jurta.org>
10019
10020 * info.el (Info-search): Don't search in node header lines
10021 and file headers.
10022
10023 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10024 symbol-constituent characters after dot, not only digits.
10025
5dcd636b
DP
100262004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10027
0c90b629 10028 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
5dcd636b 10029
8d9e2a49
JD
100302004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10031
10032 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10033 if a dialog will be used, read-file-name otherwise.
5dcd636b 10034
fb54e72e
RS
100352004-11-04 Richard M. Stallman <rms@gnu.org>
10036
10037 * textmodes/table.el (table group): Add :version.
10038
5dcd636b 10039 * textmodes/ispell.el (ispell-word):
fb54e72e
RS
10040 Don't alter args; set them only thru `interactive' spec.
10041
10042 * textmodes/flyspell.el (flyspell-word):
10043 Don't alter FOLLOWING; set it only thru `interactive' spec.
10044
10045 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10046
10047 * net/browse-url.el (browse-url-maybe-new-window):
10048 Use called-interactively-p.
10049
5dcd636b 10050 * mail/supercite.el (sc-cite-region):
fb54e72e
RS
10051 Don't use interactive-p. Add arg INTERACTIVE.
10052 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10053
5dcd636b 10054 * international/mule-cmds.el (set-input-method, toggle-input-method):
fb54e72e
RS
10055 Don't use interactive-p. Add arg INTERACTIVE.
10056
10057 * eshell/esh-mode.el (eshell-show-maximum-output):
10058 Don't use interactive-p.
10059 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10060
10061 * mouse.el (mouse-show-mark): Get positions to delete from mark
10062 and point, not from mouse-drag-overlay.
10063
10064 * imenu.el (imenu-eager-completion-buffer): Add :version.
10065
10066 * filesets.el (filesets group): Add :version.
10067
6a36ed14
DP
100682004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10069
10070 * files.el (xml-based-modes): Delete var.
10071 (magic-mode-alist): New more general var.
10072 (set-auto-mode): Use it.
10073
10074 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10075 when clicking from another window.
10076
f36e4afe
TTN
100772004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10078
b44a1825
TTN
10079 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10080 (vc-cvs-annotate-time): Incorporate value of deleted var.
10081 Remove special-case handling of beginning-of-buffer cruft.
10082 Cache ending position (point) and return value in text property
10083 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10084
cd227df3
TTN
10085 * vc-cvs.el (vc-cvs-annotate-command):
10086 Delete extraneous lines from beginning of buffer.
10087 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10088
02b73b97
TTN
10089 * progmodes/grep.el (grep-default-command): Take empty string
10090 for tag if all other methods yield nil. Shell-quote the tag.
10091
f36e4afe
TTN
10092 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10093 spec in `interactive' form, and mention it in the docstring.
2e734353 10094 Also, make sure point is at bol after calling `annotate-time'.
f36e4afe 10095
29bb7127
RS
100962004-11-02 Richard M. Stallman <rms@gnu.org>
10097
fb54e72e
RS
10098 * cus-edit.el (customize-group-other-window):
10099 Select the window that displays the custom buffer.
10100 (custom-buffer-create-other-window): Likewise.
10101
10102 * comint.el (comint-insert-input): Fix previous change.
10103
29bb7127
RS
10104 * emacs-lisp/elp.el (elp-instrument-function):
10105 Use called-interactively-p.
10106
10107 * emacs-lisp/easymenu.el (easy-menu-intern):
10108 Don't downcase; rather, case-flip the first letter of each word.
10109
10110 * emacs-lisp/easy-mmode.el (define-minor-mode):
10111 Use called-interactively-p.
10112
10113 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10114 Add interactive-only.
10115 (byte-compile-warnings): Add interactive-only as option.
10116 (byte-compile-interactive-only-functions): New variable.
10117 (byte-compile-form): Warn about calls to functions
10118 in byte-compile-interactive-only-functions.
10119
10120 * emacs-lisp/autoload.el (update-file-autoloads):
10121 Don't use interactive-p; take new arg SAVE-AFTER.
10122
10123 * emacs-lisp/advice.el (ad-make-advised-definition):
10124 Use called-interactively-p.
10125
46bfc73b
JD
101262004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10127
10128 * files.el (find-file-existing): New function.
10129
10130 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10131 find-file-existing. Add "New File..." that calls find-file.
10132
424b9d3e 10133 * diropen.pbm, diropen.xpm: New files.
f36e4afe 10134
46bfc73b
JD
10135 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10136 icon diropen. New tool bar item find-file-existing uses icon open.
10137
63baed99 10138 * dired.el (dired-read-dir-and-switches): Call read-directory-name
46bfc73b
JD
10139 instead of read-file-name.
10140
fba8240f
GM
101412004-11-02 Ulf Jasper <ulf.jasper@web.de>
10142
10143 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10144 (icalendar--split-value): Change name of work buffer.
10145 (icalendar--get-weekday-abbrev): Return nil on error.
10146 (icalendar--date-to-isodate): New function.
10147 (icalendar-convert-diary-to-ical)
10148 (icalendar-extract-ical-from-buffer): Use only two args for
10149 make-obsolete (XEmacs compatibility).
0c90b629 10150 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
fba8240f
GM
10151 (icalendar-export-region): Doc fix.
10152 If error, return non-nil and write errors to a buffer.
10153 Use correct weekday for weekly recurring events.
10154 Check whether date has been parsed for ordinary events.
10155 Make weekly events start in the year 2000.
10156 DTEND is non-inclusive, shift end date by one day if
10157 necessary (not for entries that have date and time).
10158 Rename local let variables: oops -> found-error, datestring ->
10159 startdatestring.
10160
23ed65c0
KS
101612004-11-02 Kim F. Storm <storm@cua.dk>
10162
ad8d994c
KS
10163 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10164 keep-mode-if-same variable. Add it as optional arg instead.
10165 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10166
3fc26d48
KS
10167 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10168 substitute-command-keys will select lower-case bindings like those
10169 used in the static help texts.
10170
1b25dccd
KS
10171 * descr-text.el (describe-text-properties): Don't err if called in
10172 the *Help* buffer; output to *Help-2* buffer instead.
10173
23ed65c0
KS
10174 * kmacro.el (group kmacro): Add :version.
10175 (kmacro-keyboard-quit): New function to cleanup on C-g.
10176 (kmacro-start-macro): Set defining-kbd-macro to append when
10177 appending to last macro.
10178
10179 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10180
f73f9708
NR
101812004-11-02 Nick Roberts <nickrob@snap.net.nz>
10182
10183 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10184 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10185 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10186 Add :version keyword.
10187
19f26a89 101882004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
97d83988 10189
0c90b629
SM
10190 * progmodes/flymake.el (flymake-err-line-patterns):
10191 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12e46b00 10192 `compilation-error-regexp-alist-alist' to internal Flymake format.
23ed65c0 10193
77c99c7f 10194 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12e46b00 10195
23ed65c0
KS
101962004-11-01 Jay Belanger <belanger@truman.edu>
10197
0c90b629
SM
10198 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10199 with `interactive "s"'.
23ed65c0 10200
df0a91e2
JD
102012004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10202
11fd50f7
SM
10203 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10204 Revert change from 2004-10-16. '*' checks the current buffer, but the
df0a91e2
JD
10205 mouse click may be in another buffer.
10206
2b601e1c
JPW
102072004-11-01 John Paul Wallington <jpw@gnu.org>
10208
10209 * files.el (large-file-warning-threshold): Add :version keyword.
10210 (kill-some-buffers): Doc fix.
10211
10212 * thumbs.el (group thumbs): Add :version keyword.
10213
2c10c0f0
JPW
10214 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10215
2d1ef312
RS
102162004-11-01 Richard M. Stallman <rms@gnu.org>
10217
29bb7127
RS
10218 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10219
10220 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10221
2d1ef312
RS
10222 * allout.el (allout group): Add :version.
10223 (allout-init): Don't use interactive-p.
10224 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
11fd50f7 10225 (allout-forward-current-level, allout-backward-current-level):
2d1ef312
RS
10226 Don't use interactive-p.
10227
10228 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10229 (bibtex-find-text): Likewise.
10230
10231 * progmodes/vhdl-mode.el (vhdl-fill-region)
10232 (vhdl-beginning-of-statement): Don't use interactive-p.
10233
10234 * progmodes/idlwave.el (idlwave-update-routine-info):
10235 Don't use interactive-p.
10236
10237 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10238 Don't use interactive-p.
10239
11fd50f7 10240 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
2d1ef312
RS
10241 Don't use interactive-p.
10242
10243 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10244 Don't use interactive-p.
10245
10246 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10247 (fortune-in-buffer): Doc fix.
10248
10249 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10250
10251 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10252 don't select the temporary buffer.
10253 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10254 (eudc-get-phone): Likewise.
10255
5bad6053
KS
102562004-11-01 Kim F. Storm <storm@cua.dk>
10257
10258 * man.el (Man-xref-normal-file): Fix help-echo.
10259
11fd50f7
SM
102602004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10261
10262 * reveal.el (reveal-last-tick): New var.
10263 (reveal-post-command): Use it to avoid closing overlays when we're
10264 appending text to them.
10265
e0dc0c55
SM
102662004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10267
10268 * textmodes/bibtex.el: Require button.
10269 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10270 (bibtex-reference-keys): Distinguish between header keys and
10271 crossref keys.
10272 (bibtex-beginning-of-field): New function.
10273 (bibtex-url-map): Remove.
10274 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10275 (bibtex-font-lock-url-regexp): Assume that field names begin at
10276 the beginning of a line.
10277 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10278 Remove field delimiters. Use bibtex-beginning-of-field.
10279 Bugfix, point can be inside a field with a url.
10280 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10281 New functions.
10282 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10283 (bibtex-key-in-head): Simplify.
10284 (bibtex-current-line): Use bolp.
10285 (bibtex-parse-keys): Remove unused arg `add'.
10286 Use bibtex-type-in-head and bibtex-key-in-head.
10287 (bibtex-parse-entry, bibtex-autofill-entry):
10288 Use bibtex-type-in-head and bibtex-key-in-head.
10289 (bibtex-autokey-get-field): Do not alter case of replacement text.
10290 (bibtex-autokey-get-names): Do all processing of name list.
10291 (bibtex-autokey-get-year): New function.
10292 (bibtex-autokey-get-title): Do all processing of title words.
10293 (bibtex-generate-autokey): Simplify.
10294 (bibtex-string-files-init): Use default-directory.
10295 Allow for absolute file names in bibtex-string-files.
10296 (bibtex-files, bibtex-file-path): New variables.
10297 (bibtex-files-expand): New function.
10298 (bibtex-find-entry-globally): New command.
10299 (bibtex-summary-function): New variable.
10300 (bibtex-summary): Default value of bibtex-summary-function.
10301 (bibtex-find-crossref): New optional args pnt and split.
10302 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10303 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10304 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10305 Fix handling of required and alternative fields.
10306 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10307 Use cons and display-buffer.
10308 (bibtex-validate-globally): New command.
10309 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10310 bibtex-parse-keys and bibtex-parse-strings for updating
10311 bibtex-reference-keys and bibtex-strings.
10312 (bibtex-realign): Remove blank lines past the last entry.
10313 (bibtex-reformat): Use bibtex-entry-format as default.
10314 (bibtex-choose-completion-string): Remove.
10315 (bibtex-complete): Do not use bibtex-choose-completion-string.
10316 (bibtex-url): Simplify.
10317
67156185
JD
103182004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10319
10320 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10321 (x-dnd-types-alist, x-dnd-open-file-other-window)
10322 (x-dnd-known-types): Add :version.
10323
d98410ed
JPW
103242004-10-31 John Paul Wallington <jpw@gnu.org>
10325
10326 * ibuffer.el (group ibuffer): Add :version keyword.
10327
ad1432ee
KS
103282004-10-31 Kim F. Storm <storm@cua.dk>
10329
10330 * ido.el (group ido): Add :version keyword.
10331 (ido-mode): Remove :version keyword.
10332
10333 * emulation/cua-base.el (group cua): Add :version keyword.
10334 (cua-mode): Remove :version keyword.
10335
be203836
LT
103362004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10337
0a306700
LT
10338 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10339
be203836
LT
10340 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10341 compiler warning.
7c26939b
LT
10342 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10343 function.
10344 (help-at-pt-display-when-idle): Remove autoload.
be203836 10345
11fd50f7 103462004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
5459bcdf
SM
10347
10348 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10349
d6288299
JL
103502004-10-30 Juri Linkov <juri@jurta.org>
10351
10352 * help.el (function-called-at-point):
5459bcdf 10353 * help-fns.el (variable-at-point): Read -> intern.
d6288299 10354
707994d2
SJ
103552004-10-30 Simon Josefsson <jas@extundo.com>
10356
5459bcdf
SM
10357 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10358 Recognize AS_* too.
707994d2 10359
266725f1
SJ
103602004-10-29 Simon Josefsson <jas@extundo.com>
10361
10362 * subr.el (read-passwd): Move back from password.el.
10363
10364 * password.el: Remove, not ready yet.
10365
88aab7b4
AS
103662004-10-29 Andreas Schwab <schwab@suse.de>
10367
10368 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10369
ab60bd74
SS
103702004-10-29 Sam Steingold <sds@gnu.org>
10371
f946e47e 10372 * mouse.el (mouse-show-mark): Replace the last occurrence of
ab60bd74
SS
10373 x-lost-selection-hooks with x-lost-selection-functions.
10374
11fd50f7 103752004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
2d586478
SM
10376
10377 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10378 x-lost-selection-functions is bound.
10379
10380 * mouse-sel.el (mouse-sel-mode):
10381 * emacs-lisp/lselect.el: Adjust to new names for
10382 x-(lost|sent)-selection-functions.
10383
10384 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10385 New obsolete aliases of x-lost-selection-functions and
10386 x-sent-selection-functions.
10387
a00725c7
KS
103882004-10-28 Kim F. Storm <storm@cua.dk>
10389
10390 * imenu.el (imenu-scanning-message): Remove.
10391 (imenu-progress-message): Make it a no-op.
10392
8a9cdb8d
JPW
103932004-10-28 John Paul Wallington <jpw@gnu.org>
10394
10395 * files.el (set-auto-mode): Call `throw' correctly.
10396
02c9f5cd
JL
103972004-10-28 Juri Linkov <juri@jurta.org>
10398
10399 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10400 to search `Info-...' commands in `info' manual.
10401 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10402 Add 'info-file "emacs" property.
10403 (Info-find-emacs-command-nodes): Fix index line number regexp.
10404 Set real line number (instead of fake 0) in first element of the
10405 returned list.
10406 (Info-goto-emacs-command-node): Use line number of first element
10407 to set point in the first found Info node.
10408
10409 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10410 code to `grep-mode-font-lock-keywords'.
10411 (grep-mode-font-lock-keywords): Delete grep markers instead
10412 of making them invisible.
10413
f4982064
JD
104142004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10415
10416 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10417 and x-server-version in bug report.
10418
521cf174
DP
104192004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10420
10421 * files.el (set-auto-mode-0): New function.
10422 (set-auto-mode): Use it to handle aliased modes and to
10423 be consistent between C-x C-f and C-x C-w.
10424
16a3d4e5
KH
104252004-10-28 Kenichi Handa <handa@m17n.org>
10426
5459bcdf
SM
10427 * international/utf-8.el (utf-translate-cjk-charsets):
10428 Add katakana-jisx0201.
7d9d5480 10429
16a3d4e5
KH
10430 * international/subst-jis.el: Add data for JISX0201.
10431
068f3848
SM
104322004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10433
10434 * obsolete/hilit19.el (hilit-mode): New function.
10435 Move all the toplevel side-effecting stuff into it, so that loading
10436 hilit19 doesn't mess everything up any more.
10437
4660a9e3
RS
104382004-10-27 Richard M. Stallman <rms@gnu.org>
10439
563631fe
RS
10440 * add-log.el (add-change-log-entry): Set up mailing address
10441 and full name later, and don't alter add-log-mailing-address
10442 or add-log-full-name.
10443
10444 * elide-head.el (elide-head): Change error to message.
10445 (elide-head-show): Likewise.
10446
10447 * apropos.el (apropos-macrop): Doc fix.
10448
10449 * mouse.el (mouse-show-mark): Do most processing the same
10450 regardless of transient-mark-mode.
10451
10452 * shadowfile.el (shadow-copy-files): Use interactive-p
10453 only to control whether to print a message.
10454
10455 * tar-mode.el (tar-mode): Use write-contents-functions,
10456 not write-contents-hooks.
10457
4660a9e3
RS
10458 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10459 directory-sep-char.
10460
104612004-10-27 Richard M. Stallman <rms@gnu.org>
10462
10463 * strokes.el (strokes-unload-hook): Fix previous change.
10464
10465 * type-break.el (type-break-run-at-time): Always use run-at-time;
10466 forget the alternatives.
10467 (type-break-cancel-function-timers): Always use cancel-function-timers;
10468 forget the alternatives.
10469
10470 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10471
af3b9e47
KH
104722004-10-27 Kenichi Handa <handa@m17n.org>
10473
068f3848 10474 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
af3b9e47
KH
10475
10476 * international/subst-gb2312.el: Likewise.
10477
10478 * international/subst-big5.el: Likewise.
10479
10480 * international/subst-ksc.el: Likewise.
10481
10482 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10483 New variable.
10484 (utf-translate-cjk-set-unicode-range): New function.
10485 (utf-translate-cjk-unicode-range): Make it customizable.
068f3848
SM
10486 (utf-8-post-read-conversion):
10487 Use utf-translate-cjk-unicode-range-string.
3ccf95cb
KH
10488 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10489 Unicode ranges.
af3b9e47 10490
bbc67516
DP
104912004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10492
10493 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10494 trivial variants to shorten the list.
10495 (xml-based-modes): New var.
10496 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10497 declaration higher priority than auto-mode-alist.
10498
10499 * find-file.el (cc-other-file-alist): Bring it in line with
10500 cc-mode's auto-mode-alist entries and use \' instead of $.
10501
10502 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10503 and add "Id" and "Name" submenus to it.
10504
10505 * imenu.el (imenu--generic-function): Skip matches in comments.
10506
8cb77f98
JB
105072004-10-26 Jay Belanger <belanger@truman.edu>
10508
10509 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
fe38e3b0 10510 (full-calc-keypad, calc-trail-display): Use an extra argument
8cb77f98
JB
10511 instead of `interactive-p'.
10512
10513 * calc/calc-misc.el (calc-other-window): Use an extra argument
bbc67516 10514 instead of `interactive-p'.
8cb77f98 10515
bbc67516
DP
10516 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10517 `interactive-p'.
8cb77f98 10518
c8636435
KS
105192004-10-26 Kim F. Storm <storm@cua.dk>
10520
10521 * help.el (describe-key): Describe both down-event and up-event
10522 for a mouse click.
10523
fb2496f4
RS
105242004-10-26 Richard M. Stallman <rms@gnu.org>
10525
10526 * woman.el (woman): Don't call interactive-p.
10527
10528 * pcomplete.el (pcomplete): Instead of interactive-p,
10529 use an arg set non-nil by the interactive spec.
10530
10531 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10532 use an arg set non-nil by the interactive spec.
10533
10534 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10535 use an arg set non-nil by the interactive spec.
10536
e3c9b21e
MY
105372004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10538
068f3848
SM
10539 * progmodes/flymake.el (flymake-split-string):
10540 Use `flymake-split-string-remove-empty-edges' in any case.
c8636435 10541
e3c9b21e
MY
105422004-10-26 Masatake YAMATO <jet@gyve.org>
10543
c8636435
KS
10544 * progmodes/flymake.el (flymake-err-line-patterns):
10545 Use `compilation-error-regexp-alist-alist' instead of
e3c9b21e
MY
10546 `compilation-error-regexp-alist'.
10547
068f3848
SM
105482004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10549
10550 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10551 verbatim face on the \ of \end{verbatim}.
10552
967d58da
JB
105532004-10-25 Jay Belanger <belanger@truman.edu>
10554
fe38e3b0 10555 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
967d58da
JB
10556 erasing minibuffer.
10557
d7aea840
SJ
105582004-10-25 Simon Josefsson <jas@extundo.com>
10559
10560 * subr.el (read-passwd): Move to net/password.el.
10561
10562 * net/password.el (read-passwd): Add. Autoload it.
10563
3acd2c4f
KG
105642004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10565
10566 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10567
85af630d
KG
10568 * simple.el (process-file): Fix logic.
10569
6faab05f
LT
105702004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10571
f328b6c4 10572 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
6faab05f
LT
10573 (increase-right-margin): Remove erroneous call to `interactive-p'.
10574
4a2ca8dd
KS
105752004-10-24 Kim F. Storm <storm@cua.dk>
10576
10577 * help.el (describe-mode): Fix 2004-10-13 change.
10578 Copy pure "Auto Fill" string so it can be propertized later
10579 without causing a read-only error.
10580
f254e21f
LT
105812004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10582
10583 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10584 style indexes.
10585
8de40f9f
KG
105862004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10587
10588 * simple.el (process-file): Accept nil for INFILE. Reported by
10589 Luc Teirlinck.
10590
3988d9c6
MY
105912004-10-24 Masatake YAMATO <jet@gyve.org>
10592
f328b6c4
SM
10593 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10594 Handle periods and underscores in a function name.
3988d9c6
MY
10595 Remove the address fontification.
10596
19f26a89 105972004-10-24 Masatake YAMATO <jet@gyve.org>
135a6e29 10598
f328b6c4
SM
10599 * progmodes/asm-mode.el (asm-font-lock-keywords):
10600 Use font-lock-variable-name-face for registers.
135a6e29
NR
10601
106022004-10-24 Nick Roberts <nickrob@snap.net.nz>
10603
10604 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10605 kill-all-local-variables.
10606 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
f328b6c4
SM
10607 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10608 Use kill-all-local-variables and provide mode-hooks.
10609 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
135a6e29
NR
10610 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10611 Suggested by Masatake YAMATO <jet@gyve.org>.
10612
0457dd55
KG
106132004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10614
10615 * simple.el (process-file): New function, similar to call-process
10616 but supports file handlers.
10617 * vc.el (vc-do-command): Use it, instead of call-process.
10618 * net/tramp-vc.el (vc-do-command): Do not advise it if
10619 process-file is fboundp.
10620 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10621 process-file.
10622 (tramp-handle-process-file): New function.
10623 (tramp-file-name-for-operation): Support process-file.
10624
45af6ed7
GM
106252004-10-23 Ulf Jasper <ulf.jasper@web.de>
10626
10627 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10628 (icalendar-weekdayabbrev-table)
10629 (icalendar-monthnumber-table): Delete.
10630 (icalendar--get-month-number): Use calendar-month-name-array.
10631 (icalendar--get-weekday-number): New function.
10632 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10633 (icalendar-export-region): Handle multi-line entries.
10634 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10635
33a584e6
JPW
106362004-10-23 John Paul Wallington <jpw@gnu.org>
10637
818f3c45
JPW
10638 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10639 `wildcards' set to t in interactive spec.
10640
33a584e6 10641 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
1818237f 10642 interactive spec rather than use `interactive-p'.
818f3c45
JPW
10643 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10644 rather than use function `interactive-p'.
33a584e6 10645
d0ee2ed3
KH
106462004-10-22 Kenichi Handa <handa@m17n.org>
10647
10648 * international/mule.el (translate-region): Implement it in Lisp
10649 as a front end of translate-region-internal.
10650
23b24d63
JB
106512004-10-21 Jay Belanger <belanger@truman.edu>
10652
10653 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
f328b6c4 10654 Declare these variables with defvar.
23b24d63
JB
10655
10656 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10657 is bound, only check to see if it is bound.
10658
22101fbb
SM
106592004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10660
f328b6c4
SM
10661 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10662 Don't output messages.
10663
22101fbb
SM
10664 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10665
6e237e72
JB
106662004-10-21 John Paul Wallington <jpw@gnu.org>
10667
10668 * calc/calc-graph.el (calc-graph-init):
10669 Use `set-process-query-on-exit-flag'.
10670
199143f1
DP
106712004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10672
10673 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10674 dir right and also allow argumentless cd.
10675
8550b998
RS
106762004-10-19 Richard M. Stallman <rms@gnu.org>
10677
10678 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10679
10680 * eshell/em-unix.el (eshell-grep):
10681 Don't bind compilation-process-setup-function.
10682
10683 * comint.el (comint-insert-input): Use @ in `interactive'.
10684 (comint-input-filter-functions): Doc fix.
10685 (comint-kill-whole-line, comint-get-source): Doc fix.
10686
10687 * progmodes/compile.el (compilation-setup):
10688 Don't set buffer-read-only if MINOR is non-nil.
10689
9c5cb892
JB
106902004-10-19 Jay Belanger <belanger@truman.edu>
10691
10692 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
22101fbb
SM
10693 (calc-emacs-type-gnu19): Remove.
10694 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10695 Remove check for old emacs versions.
9c5cb892 10696
22101fbb 10697 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
9c5cb892
JB
10698 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10699 for current Emacs.
10700
10701 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10702 the end of the minibuffer.
10703 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10704 copy `esc-map'.
10705
22101fbb 10706 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
9c5cb892 10707
22101fbb 10708 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
9c5cb892
JB
10709 call that would be given when the current emacs was used.
10710
8a41a047
GM
107112004-10-19 Ulf Jasper <ulf.jasper@web.de>
10712
10713 * calendar/icalendar.el: Set coding to utf-8.
10714 (icalendar-version): Increase to 0.07.
10715 (icalendar-monthnumber-table): Change March pattern.
10716 (icalendar-get-all-event-properties)
10717 (icalendar-set-event-property): Delete.
10718 (icalendar-all-events): No longer interactive.
10719 (icalendar-convert-diary-to-ical)
10720 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10721 their replacements.
10722 (icalendar-export-file, icalendar-export-region): New functions;
10723 essentially old `icalendar-convert-diary-to-ical' but appending to
10724 target rather than overwriting.
10725 (icalendar-import-file): Append to target file rather than
10726 overwriting. Fourth arg deleted.
10727 (icalendar-import-buffer): New name for old
10728 `icalendar-extract-ical-from-buffer'.
10729 (icalendar--convert-string-for-import): New name for
10730 old `icalendar-convert-for-import'.
10731 (include-icalendar-files): Delete.
10732 Prefix for all internal functions changed from `icalendar-'
10733 to `icalendar--'.
10734
b18ba80e
RS
107352004-10-19 Richard M. Stallman <rms@gnu.org>
10736
10737 * paths.el (news-path): Fix previous change.
10738
19f26a89 107392004-10-18 Jay Belanger <belanger@truman.edu>
9c5cb892 10740
22101fbb
SM
10741 * calc/calc-help.el (calc-describe-bindings):
10742 Set `buffer-read-only' to nil while working in the keybindings buffer;
9c5cb892
JB
10743 remove some extra information from the keybindings buffer.
10744
7a892a8b
DP
107452004-10-18 David Ponce <david@dponce.com>
10746
10747 * mouse.el (mouse-drag-move-window-top): New function.
10748 (mouse-drag-mode-line-1): Use it.
10749
e14105f6
TTN
107502004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10751
10752 * info.el (Info-fontify-node): For multiline refs,
10753 arrange to unfontify newline and surrounding whitespace.
10754
bcabe045
SM
107552004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10756
10757 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10758 directory is missing.
10759
957237cb
JPW
107602004-10-17 John Paul Wallington <jpw@gnu.org>
10761
10762 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10763 New customizable variable; whether to display buffers that match
10764 `ibuffer-maybe-show-predicates' by default.
10765 (ibuffer-maybe-show-predicates): Mention it in docstring.
10766 (ibuffer-display-maybe-show-predicates): New variable.
10767 (ibuffer-update): Prefix arg now toggles whether buffers that
10768 match `ibuffer-maybe-show-predicates' should be displayed.
10769 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10770 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10771 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10772
b15d0c4c
MA
107732004-10-17 Michael Albinus <michael.albinus@gmx.de>
10774
10775 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10776 work correctly.
10777
bfb2dda4
DP
107782004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10779
10780 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10781 (Buffer-menu-beginning): New helper function.
10782 (Buffer-menu-execute): Use it.
10783 (Buffer-menu-select): Use it.
10784 (Buffer-menu-sort): Use it and also keep markers.
10785
69075cdd
RS
107862004-10-17 Richard M. Stallman <rms@gnu.org>
10787
bcabe045 10788 * paths.el (news-directory): Rename from news-path. Old name alias.
69075cdd
RS
10789 (rmail-spool-directory): Use defvar.
10790 (sendmail-program): Use defcustom.
10791 (remote-shell-program): Use defcustom.
10792 (term-file-prefix): Use defvar.
10793 (abbrev-file-name): Use defvar.
10794
10795 * term.el: Add maintainer.
10796
10797 * subr.el (with-local-quit): Return nil if there's a quit.
10798 (read-passwd): Use with-local-quit. Doc fix.
10799
10800 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10801 (strokes-unload-hook): Set as a variable with add-hook.
10802
10803 * startup.el (fancy-splash-tail, normal-splash-screen):
10804 Update copyright year.
10805
10806 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10807
10808 * server.el (server-unload-hook): Set as a variable with add-hook.
10809
10810 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10811
bfb2dda4 10812 * frame.el (special-display-popup-frame):
69075cdd
RS
10813 Make the buffer current as its frame is created.
10814
10815 * delsel.el (delsel-unload-hook): Set as a variable.
10816
10817 * comint.el (comint-output-filter-functions):
10818 Add comint-watch-for-password-prompt.
10819 (comint-read-noecho): Function deleted.
10820 (send-invisible): Use read-passwd.
10821
10822 * fringe.el (fringe-mode-initialize): New function.
10823 (fringe-mode): Use fringe-mode-initialize as :initialize.
10824
690987a7
KS
108252004-10-17 Kim F. Storm <storm@cua.dk>
10826
10827 * language/indian.el (indian-script-language-alist): Swap value and doc.
10828 (indian-font-char-index-table): Doc fix.
10829
4d11f532
SM
108302004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10831
10832 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10833
577bf5d2
JL
108342004-10-16 Juri Linkov <juri@jurta.org>
10835
10836 * progmodes/compile.el (compilation-start): Move let-binding of
10837 `process-environment' into `with-current-buffer' body.
10838 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10839
c2e2ede7
RS
108402004-10-16 Richard M. Stallman <rms@gnu.org>
10841
10842 * pcvs-util.el (cvs-bury-buffer):
10843 Don't call get-buffer-window for effect.
10844
10845 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10846
10847 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10848
10849 * msb.el (msb-unload-hook): Set the variable.
10850
10851 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10852 Use * to err if buffer is readonly.
10853
10854 * subr.el (looking-back): Return only t or nil.
10855
10856 * whitespace.el (whitespace-unload-hook): Set the variable.
10857
10858 * view.el (view-mode-enable): Set view-page-size and
10859 view-half-page-size to nil.
10860 (view-set-half-page-size-default): view-half-page-size = nil
10861 means the default.
10862 (View-scroll-page-forward): Use view-page-size-default.
10863 (View-scroll-page-backward): Likewise.
10864 (view-page-size, view-half-page-size): Doc fixes.
10865
10866 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10867
10868 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10869
10870 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10871 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10872 (byte-compile-log-1): Bind inhibit-read-only.
10873 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10874 (byte-compile-log-warning): Likewise.
10875 (byte-compile-file-form-require): Detect "cl" from the arg value.
10876
10877 * progmodes/compile.el (compilation-start): Assume compilation-mode
10878 will make the buffer read-only.
10879 (compilation-mode): Take arg name-of-mode.
10880 (compilation-setup): Make buffer read-only.
10881 (compilation-handle-exit): Bind inhibit-read-only.
10882
10883 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10884 (ispell-message): Likewise.
10885 (ispell-show-choices): Don't call get-buffer-window uselessly.
10886 (ispell-init-process): Use set-process-query-on-exit-flag.
10887
9df95fa0
KS
108882004-10-16 Kim F. Storm <storm@cua.dk>
10889
d12757b7
KS
10890 * fringe.el (fringe-bitmaps): Only initialize when defined.
10891
9df95fa0
KS
10892 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10893 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10894
10895 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10896
d3b628d9
SJ
108972004-10-15 Simon Josefsson <jas@extundo.com>
10898
10899 * net/password.el: Add.
10900
4a2ca8dd
KS
109012004-10-14 Masatake YAMATO <jet@gyve.org>
10902
10903 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10904 (gdb-script-end-of-defun): New function.
10905 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10906 `gdb-script-end-of-defun' as *-of-defun-function.
10907
e25e90b4
DP
109082004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10909
4d11f532 10910 * button.el (button-activate): Allow a marker to display as an action.
e25e90b4 10911
4d11f532 10912 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
e25e90b4
DP
10913
10914 * help.el (describe-mode): Use it to make minor mode list into
10915 hyperlinks.
10916
9238467d
SM
109172004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10918
10919 * vc.el (vc-annotate-display-select): Fix typo.
10920
10921 * subr.el (substitute-key-definition-key): New function.
10922 (substitute-key-definition): Use it with map-keymap.
10923 (event-modifiers): Use push.
10924 (mouse-movement-p, with-temp-buffer): Simplify.
10925
9c5cb892
JB
109262004-10-12 Jay Belanger <belanger@truman.edu>
10927
10928 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
22101fbb 10929 New variables.
9c5cb892 10930 (calc-help-index-entries): New function.
22101fbb
SM
10931 (calc-describe-function): Use `calc-help-function-list' instead of
10932 obarray for completion.
10933 (calc-describe-variable): Use `calc-help-variable-list' instead
10934 of obarray for completion.
9c5cb892 10935
c2e2ede7
RS
109362004-10-12 Richard M. Stallman <rms@gnu.org>
10937
10938 * info-look.el (info-lookup-file): Add info-file property.
10939 (info-lookup-symbol): Likewise.
10940
10941 * info.el (info-xref): Add underlining.
10942 (info): Add info-file property.
10943 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10944
414da5ab
MA
109452004-10-12 Michael Albinus <michael.albinus@gmx.de>
10946
10947 Sync with Tramp 2.0.45.
10948
10949 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
adc182c8 10950 defined. This is not the case for XEmacs without package "edebug".
414da5ab
MA
10951 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10952 remote files to the permissions of the original file. This is not
10953 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10954 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
adc182c8 10955 (tramp-perl-decode): Fix an error in Perl implementation.
414da5ab
MA
10956 $pending must be cleared every loop. Reported by Benjamin Place
10957 <benjaminplace@sprintmail.com>
10958
adc182c8
SM
10959 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10960 Don't activate advice during definition. This is done later on,
10961 depending on test result of `substitute-in-file-name'.
10962 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
10963
109642004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
10965
10966 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
10967
10968 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
414da5ab 10969
82862190
DP
109702004-10-12 David Ponce <david@dponce.com>
10971
10972 * recentf.el (recentf-edit-list): Update the menu when the recentf
10973 list has been modified.
10974
3bb53a84
SJ
109752004-10-12 Simon Josefsson <jas@extundo.com>
10976
10977 * net/tls.el (tls-certtool-program): New variable.
10978 (tls-certificate-information): New function, based on
10979 ssl-certificate-information.
10980
5e2e859a
KH
109812004-10-12 Kenichi Handa <handa@m17n.org>
10982
adc182c8 10983 * international/mule.el (coding-system-equal): Move from mule-util.el.
5e2e859a 10984
adc182c8 10985 * international/mule-util.el (coding-system-equal): Move to mule.el.
5e2e859a 10986
b583964c
KS
109872004-10-12 Kim F. Storm <storm@cua.dk>
10988
10989 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
10990 reset kmacro-initial-counter-value if set.
10991 (kmacro-set-counter): Only set kmacro-counter if defining or executing
52eb0373 10992 macro. Set kmacro-initial-counter-value otherwise. Never set both.
b583964c 10993 (kmacro-display): Show macro counter if non-zero.
5a484642
KS
10994
10995 * subr.el (substitute-key-definition): Mention command remapping
10996 in doc string.
10997
9c5cb892
JB
109982004-10-11 Jay Belanger <belanger@truman.edu>
10999
11000 * calc/calc-misc.el (calc-info-goto-node): New function.
11001 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
22101fbb 11002 node in one step.
9c5cb892
JB
11003 (calc-describe-copying, calc-describe-distribution)
11004 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11005 Go to appropriate info node in one step.
11006
9238467d 110072004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
11008
11009 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11010
11011 * font-lock.el (font-lock-apply-highlight): Fix last change.
11012
e8620cb6
SJ
110132004-10-11 Simon Josefsson <jas@extundo.com>
11014
11015 * mail/smtpmail.el (smtpmail-open-stream): Look for
11016 starttls-gnutls-program instead of starttls-program iff
11017 starttls-use-gnutls is non-nil.
11018 (smtpmail-open-stream): Don't overwrite user settings of
11019 starttls-extra-arguments and starttls-extra-args.
11020
9238467d 110212004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
adc182c8
SM
11022
11023 * comint.el (comint-mouse-insert-input): Remove.
11024 (comint-insert-input): Make it work for mouse bindings.
11025 (comint-mode-map): Move defs into the declaration.
11026 (comint-output-filter): Typo.
11027
11028 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11029
97e810ff
KG
110302004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11031
11032 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11033 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11034 ange-ftp-remote-shell.
11035
af8c5477
AS
110362004-10-10 Andreas Schwab <schwab@suse.de>
11037
11038 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11039 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11040 Reported by <sri@asu.edu>.
11041
fd1cf0a0
AS
110422004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11043
11044 * vc.el (vc-annotate-mode): Remove variable.
11045 (vc-annotate-display-select): Only call vc-annotate-mode
11046 if we're not in that mode already.
11047
adc182c8
SM
110482004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11049
11050 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11051 (imenu-choose-buffer-index): Check here for rescan instead.
11052
11053 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11054 where the face expression evals to nil.
11055
11056 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11057 (tex-font-lock-keywords-2): Use it.
11058 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11059
11060 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11061
c2b4a97b
KS
110622004-10-09 Kim F. Storm <storm@cua.dk>
11063
11064 * subr.el (progress-reporter-update): Define before first usage.
11065 (make-progress-reporter): Doc fix.
11066
9f4b6e73
LT
110672004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11068
11069 * textmodes/paragraphs.el (sentence-end-double-space)
11070 (sentence-end-without-period, sentence-end-without-space)
11071 (sentence-end): Doc fixes.
11072
657f0f9c
EZ
110732004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11074
adc182c8
SM
11075 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11076 Change paragraph-start regexp so we don't fill code starting with #'(.
9f4b6e73 11077
67e61e16
EZ
110782004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11079
11080 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11081 New defcustom.
11082 (extract-address-components): Use it.
11083
b4329caa
EZ
110842004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11085
11086 * subr.el (make-progress-reporter, progress-reporter-update)
11087 (progress-reporter-force-update, progress-reporter-do-update)
11088 (progress-reporter-done): New functions.
4f124fb5
EZ
11089
11090 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11091
11092 * progmodes/etags.el (etags-tags-completion-table): Use progress
11093 reporter.
11094 (etags-tags-apropos): Likewise.
b4329caa 11095
a1883913
EZ
110962004-10-08 Alan Mackenzie <acm@muc.de>
11097
11098 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11099 of current line.
11100
111012004-10-08 Masatake YAMATO <jet@gyve.org>
9afed9b1 11102
9f4b6e73 11103 * server.el (server-process-filter): Wrap `process-send-region'
adc182c8 11104 by `condition-case' to guard the case when the pipe to PROC is closed.
9afed9b1 11105
f6caa5db
MH
111062004-10-07 Mark A. Hershberger <mah@everybody.org>
11107
adc182c8 11108 * xml.el (xml-substitute-special): Limit handling of external entities.
f6caa5db 11109
fb1adf17
NR
111102004-10-06 Nick Roberts <nickrob@snap.net.nz>
11111
11112 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11113
07f7e9ae
JPW
111142004-10-06 John Paul Wallington <jpw@gnu.org>
11115
11116 * xml.el (xml-parse-dtd): Fix `error' call.
11117
fcb21188
MH
111182004-10-05 Mark A. Hershberger <mah@everybody.org>
11119
11120 * xml.el (xml-substitute-special): Return a single string instead
11121 of a list of strings if an entity substitution is made.
11122
1698fb36
GM
111232004-10-05 Ulf Jasper <ulf.jasper@web.de>
11124
11125 * calendar/icalendar.el: New file.
11126
ea99d5c8
JL
111272004-10-05 Juri Linkov <juri@jurta.org>
11128
11129 * isearch.el (isearch-done): Set mark after running hook.
577bf5d2 11130 Reported by Drew Adams <drew.adams@oracle.com>.
ea99d5c8
JL
11131
11132 * info.el (Info-history, Info-toc): Fix Info headers.
11133 (Info-toc): Narrow buffer before Info-fontify-node.
11134 (Info-build-toc): Don't check for special Info file names.
11135 Set main-file to nil if Info-find-file returns a symbol.
11136
28fdc86a 111372004-10-05 Emilio C. Lopes <eclig@gmx.net>
80a47b51
GM
11138
11139 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11140 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11141 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11142
111432004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11144
11145 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11146 for old interactive spec from calendar-goto-iso-date.
11147 (calendar-goto-iso-date): Use it.
11148 (calendar-goto-iso-week): New function. Suggested by Emilio
11149 C. Lopes <eclig@gmx.net>.
11150
5086e75d
LT
111512004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11152
adc182c8
SM
11153 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11154 `set-right-margin' bindings that follow the minor mode conventions.
5086e75d 11155
9238467d 111562004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
dd166d5f
SM
11157
11158 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11159 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11160 (latex-block-args-alist): Add minipage and picture.
11161 (latex-block-body-alist): Use reftex-label if enabled.
11162 (latex-insert-block): Don't insert a \n if not necessary.
11163 (tex-compile-commands): Make sure dvips doesn't send to printer.
11164 (tex-compile-default): Handle the case where no executable is found.
11165 (latex-noindent-environments): New var.
11166 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11167 If tex-indent-allhanging is non-nil, make sure we only align for macros
11168 at beginning of line.
11169
2308f447
DP
111702004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11171
11172 * newcomment.el (comment-beginning): Doc fix and don't choke on
dd166d5f 11173 unset `comment-end-skip' when at beginning of comment.
2308f447 11174
972a542d
DN
111752004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11176
11177 * term.el (term-adjust-current-row-cache): Don't allow the current
11178 row to become negative.
52eb0373
JB
11179 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11180 the end of the line. Fix scroll down. Add comments.
972a542d 11181 (term-handle-ansi-escape): Don't exceed terminal width when moving
2308f447 11182 right.
dd166d5f 11183 (term-scroll-region): Move the cursor after setting the scroll region.
972a542d 11184
a5b3d1b8
LT
111852004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11186
11187 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11188 to `width' for consistency with docstring. Doc fix.
11189
9a737a1f
MS
111902004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11191
11192 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11193 This is necessary for derived modes.
11194
31437c9b
KS
111952004-09-30 Kim F. Storm <storm@cua.dk>
11196
11197 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11198 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11199
11200 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11201 kmacro-extract-lambda functions.
11202 (edit-kbd-macro): Handle kmacro lambda forms.
11203 Include counter and counter format in edit buffer.
11204 (edmacro-finish-edit): Get counter and format from edit buffer and
11205 update kmacro bindings when found.
11206
978b94d0
LT
112072004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11208
dd166d5f
SM
11209 * textmodes/paragraphs.el (forward-paragraph):
11210 Avoid args-out-of-range error when point winds up at the beginning of
30857a61
LT
11211 the buffer and hard newlines are enabled.
11212
978b94d0
LT
11213 * newcomment.el (comment-multi-line): Doc fix.
11214
bd9d7d76
SM
112152004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11216
11217 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11218 (diff-fixup-modifs): Catch unified-diff file-headers.
11219
841a8bca
KS
112202004-09-29 Kim F. Storm <storm@cua.dk>
11221
11222 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11223 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11224 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11225
11226 * fringe.el (fringe-bitmap-p): New macro.
11227 (fringe-bitmaps): Add standard fringe bitmaps on load.
11228
4a2ca8dd
KS
112292004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11230
11231 * dired.el (dired-view-command-alist): Use more efficient regexps.
11232 Remove dubious arguments.
11233 (dired-align-file): New function.
11234 (dired-insert-directory): Use it.
11235 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11236 (dired-buffers-for-dir): Remove unused var `pattern'.
11237
28f94a34 112382004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
ba55e59f
GM
11239
11240 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11241 from diary display excursion. Store diary buffer's point for
11242 `simple-diary-display'.
11243 (simple-diary-display): Set window point and start when
11244 displaying buffer, to preserve point.
11245
e2577410
LT
112462004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11247
11248 * textmodes/enriched.el (enriched-translations): Replace defconst
11249 with defvar.
11250
b1f6fa86
VJL
112512004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11252
11253 * printing.el: Doc fix.
11254 (pr-version): New version number (6.8.1).
11255 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11256 make-temp-name.
bd9d7d76
SM
11257 (pr-delete-file): Check if file exists before deleting it.
11258 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
6c1178b5 11259
9238467d 112602004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
d6be0122
DN
11261
11262 * term.el (term-display-table): New variable.
11263 (term-mode): Use it.
11264 (term-exec-1): Set the coding system to binary.
11265 (term-emulate-terminal): Decode the string before inserting it.
6c1178b5 11266
d6be0122
DN
112672004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11268
11269 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
bd9d7d76 11270 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
d6be0122
DN
11271 (map): Bind S-prior, S-next and S-insert.
11272 (term-mode): Set `indent-tabs-mode' to nil.
11273 (term-paste): New function to be bound to S-insert.
11274 (term-send-del, term-send-backspace): Change the strings sent.
11275 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11276 (term-handle-colors-array): Fix handling of underline and reverse.
bd9d7d76 11277 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
d6be0122 11278 (term-erase-in-line): Fix comparison.
bd9d7d76
SM
11279 (term-emulate-terminal): Fix line wrap handling.
11280 (term-start-output-log): Rename from `term-set-output-log'.
11281 (term-stop-output-log): Rename from `term-stop-photo'.
11282 (term-switch-to-alternate-sub-buffer): Comment out, unused.
6c1178b5 11283
9238467d 112842004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
52e281e8 11285
1f3b4d04
SM
11286 * dired.el (dired-move-to-filename): Don't output a message if
11287 raise-error is non-nil. Fix return position and value.
11288
52e281e8
SM
11289 * files.el (insert-directory): Obey --dired even with symlinks.
11290
b3df990b
LH
112912004-09-25 Lars Hansen <larsh@math.ku.dk>
11292
52e281e8 11293 * ls-lisp.el (ls-lisp-format): Mark file names with property
b3df990b
LH
11294 dired-filename.
11295
ffb032e2
KS
112962004-09-25 Kim F. Storm <storm@cua.dk>
11297
11298 * ido.el (ido-max-directory-size): New defcustom.
11299 (ido-decorations): Add "too big" element.
11300 (ido-directory-too-big): New dynamic var.
11301 (ido-may-cache-directory): Don't cache big directories.
11302 (ido-directory-too-big-p): New defun.
11303 (ido-set-current-directory): Update ido-directory-too-big.
11304 (ido-read-internal): Make empty ido-cur-item if too-big.
11305 (ido-buffer-internal): Use ido-read-internal directly instead of
11306 ido-read-buffer.
11307 (ido-file-internal): Init ido-directory-too-big.
11308 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11309 and redo completion with full list.
11310 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11311 it, and show completions.
11312 (ido-all-completions): Let bind ido-directory-too-big to nil.
11313 (ido-exhibit): Handle ido-directory-too-big.
52e281e8
SM
11314 (ido-read-buffer): Handle fallback to read-buffer.
11315 Init ido-directory-too-big.
ffb032e2
KS
11316 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11317 Init ido-directory-too-big.
11318
0869a860
LH
113192004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11320
11321 * subr.el (delay-mode-hooks): Doc fix.
11322
998733b3
LT
113232004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11324
11325 * textmodes/enriched.el
11326 (enriched-default-text-properties-local-flag): New variable.
11327 (enriched-mode): Make sure that enabling and disabling the mode is
11328 a no-op. Doc fix.
11329
7daf6654 113302004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
97f3be50
GM
11331
11332 * calendar/holidays.el (holiday-advent): Report on a specified day
11333 offset from advent, not just advent.
11334 (holiday-easter-etc): Report on one specified day offset from
52eb0373 11335 easter, not all easter holidays. Various Easter holidays moved to
97f3be50
GM
11336 `christian-holidays' variable in calendar.el.
11337 * calendar/calendar.el (christian-holidays): Adapt for new
11338 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11339
54e7526b
KS
113402004-09-23 Kim F. Storm <storm@cua.dk>
11341
ed2846bd
KS
11342 * image.el (insert-sliced-image): Add doc string.
11343
54e7526b
KS
11344 * ido.el (ido-choice-list): New dynamic var for `list' context.
11345 (ido-context-switch-command): New dynamic var.
11346 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11347 (ido-read-internal): Handle new `list' context.
11348 Handle insert-buffer and insert-file ido-exit values.
11349 (ido-buffer-internal): New arg switch-cmd. Use it to setup
52eb0373 11350 ido-context-switch-command. Handle insert-file ido-exit value.
54e7526b
KS
11351 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11352 unless it is already bound by caller.
11353 (ido-file-internal): New arg switch-cmd. Use it to setup
11354 ido-context-switch-command. Handle insert-buffer ido-exit value.
11355 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11356 used for context switching.
11357 (ido-all-completions): Handle new `list' context.
11358 (ido-make-choice-list): Return choices for `list' context.
11359 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11360 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11361 (ido-insert-buffer, ido-insert-file): Setup context switching.
11362 (ido-exhibit): Handle `list' context.
11363 (ido-read-file-name): Disable context switching. Handle fallback.
11364 (ido-read-directory-name): Disable context switching.
11365 (ido-completing-read): New defun like completing-read. Setup and
11366 use new `list' context.
11367
a2052295
JH
113682004-09-20 Jesper Harder <harder@ifa.au.dk>
11369
11370 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11371
9c5cb892
JB
113722004-09-21 Jay Belanger <belanger@truman.edu>
11373
77c99c7f 11374 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
9c5cb892 11375 `calc-graph-set-styles' so the gnuplot buffer will appear in a
4a2ca8dd 11376 separate window.
9c5cb892 11377
d45774a3
LT
113782004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11379
11380 * subr.el (after-change-major-mode-hook): Doc fix.
11381
082b4369
VJL
113822004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11383
11384 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11385 of ghostscript for monochrome PostScript file in Windows.
11386
88a74fa5
KH
113872004-09-21 Kenichi Handa <handa@m17n.org>
11388
59bb9410 11389 * descr-text.el (describe-char): Checking of quail activation fixed.
88a74fa5 11390
9c5cb892 113912004-09-21 Jay Belanger <belanger@truman.edu>
4a2ca8dd 11392
77c99c7f 11393 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
9c5cb892 11394
6d9ac082
LT
113952004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11396
11397 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
6622d928 11398 after the mode hooks instead of before. Doc fix.
6d9ac082 11399
fe7ecaf2
JR
114002004-09-20 Jason Rumney <jasonr@gnu.org>
11401
11402 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11403 _emacs, but revert to .emacs if neither exists in home directory.
11404
2e74da96
JPW
114052004-09-20 John Paul Wallington <jpw@gnu.org>
11406
11407 * bindings.el (completion-ignored-extensions): Add .dfsl.
11408
4d894c98
RS
114092004-09-20 Richard M. Stallman <rms@gnu.org>
11410
11411 * bindings.el (scroll-left): Make it disabled.
11412
11413 * files.el (enable-local-eval): Doc fix.
11414
11415 * indent.el (move-to-left-margin): Special case for minibuffer.
11416
11417 * term.el (term-emulate-terminal): Turn off undo for output.
11418 Use with-current-buffer and save-selected-window.
11419
11420 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11421
6d9ac082 11422 * progmodes/make-mode.el (makefile-fill-paragraph):
4d894c98 11423 Don't insist on spaces when looking for comments. # is enough.
6d9ac082 11424
4d894c98
RS
11425 * files.el (hack-local-variables): Copy the variables list
11426 to another buffer, strip prefixes and suffixes there, then read.
11427 (enable-local-eval): Doc fix.
11428 (ignored-local-variables): Initialize to nil.
11429 (risky-local-variable-p): Don't check ignored-local-variables here.
11430 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11431
114322004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11433
11434 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11435 of = to "." (punctuation).
11436
9238467d 114372004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
a8a64811
SM
11438
11439 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11440
7320911b
LT
114412004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11442
11443 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11444 (enriched-before-change-major-mode): New function.
11445 Add it to `change-major-mode-hook'.
11446 (enriched-after-change-major-mode): New function.
11447 Add it to `after-change-major-mode-hook'.
11448 (enriched-mode): Make it work correctly if called from
11449 `after-change-major-mode-hook'.
11450 No longer set `indent-line-function'.
11451
11452 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11453
11454 * subr.el (after-change-major-mode-hook): New variable.
11455 (run-mode-hooks): Implement it.
11456
0f4a15f8
SM
114572004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11458
11459 * battery.el (battery-linux-proc-apm): Use string-to-number.
11460 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11461 Use dolist (and less indentation). Use erase-buffer.
11462 Pre-initialize `design-capacity', `warn', and `low'.
11463 (battery-format): Use replace-regexp-in-string.
11464
d66fe334
EZ
114652004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11466
11467 * battery.el: Delete superfluous empty lines.
11468 (battery-linux-proc-acpi): Attempt to gather information from all
11469 battery subdirectories regardless of their file name.
11470 (battery-linux-proc-apm): Replace all occurrences of
11471 battery-hex-to-int-2 with string-to-int (base 16).
11472 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11473 (battery-hex-map): Delete variable.
11474
0529fb36
JPW
114752004-09-18 John Paul Wallington <jpw@gnu.org>
11476
11477 * calc/calc-units.el (calc-quick-units): Fix overzealous
11478 s/or/unless/.
11479
9c5cb892
JB
114802004-09-17 Jay Belanger <belanger@truman.edu>
11481
11fd50f7 11482 * calc/calc.el (calc-mode-var-list): Fix the value of
4a2ca8dd
KS
11483 `calc-matrix-brackets'.
11484
dc711054
JPW
114852004-09-17 Romain Francoise <romain@orebokech.com>
11486
0f4a15f8
SM
11487 * ibuf-ext.el (define-ibuffer-filter filename):
11488 Expand dired-directory since buffer-file-name is absolute.
dc711054 11489
6e3654ab
KS
114902004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11491
c8be3fe8
KS
11492 * ediff-init.el (ediff-current-diff-face-A)
11493 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11494 (ediff-current-diff-face-Ancestor)
11495 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11496 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11497 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11498 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11499 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11500 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11501 Use min-colors.
11502
6e3654ab 11503 * term.el (term-down): Perform vertical motion if DOWN is negative.
0f4a15f8 11504 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
6e3654ab
KS
11505 (term-termcap-format): Synchronyze with the eterm terminfo entry
11506 in etc/e/eterm.ti.
11507 (term-handle-colors-array): If the current foreground or
11508 background are zero (i.e. unspecified), use the foreground and
11509 background of the default face for reverse video.
11510 (term-ansi-at-eval-string, term-ansi-default-fg)
0f4a15f8 11511 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
6e3654ab
KS
11512 (term-mem): Delete ununsed function.
11513 (term-protocol-version): Increment.
11514 (term-current-face): Set to default.
11515
9c5cb892
JB
115162004-09-15 Jay Belanger <belanger@truman.edu>
11517
11518 * calc/calc.el (calc-mode-var-list): Define this variable.
11519 (calc-always-load-extensions, calc-line-numbering)
11520 (calc-line-breaking, calc-display-just, calc-display-origin)
11521 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11522 (calc-group-char, calc-point-char, calc-frac-format)
11523 (calc-prefer-frac, calc-hms-format, calc-date-format)
11524 (calc-float-format, calc-full-float-format, calc-complex-format)
11525 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11526 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11527 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11528 (calc-matrix-brackets, calc-language, calc-language-option)
11529 (calc-left-label, calc-right-label, calc-word-size)
11530 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11531 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11532 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11533 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11534 (calc-window-height, calc-display-trail, calc-show-selections)
11535 (calc-use-selections, calc-assoc-selections)
11536 (calc-display-working-message, calc-auto-why, calc-timing)
11537 (calc-mode-save-mode, calc-standard-date-formats)
11538 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11539 (calc-user-parse-tables, calc-gnuplot-default-device)
11540 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11541 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11542 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11543 (calc-invocation-macro, calc-show-banner): Give these values as
11544 part of `calc-mode-var-list's initialization after the variables
11545 are declared with defvar.
fe38e3b0 11546 (calc-bug-address): Change email address to send bug reports to.
77c99c7f 11547 Change the maintainer address at the top.
9c5cb892
JB
11548 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11549 than "\\.emacs" to determine if it is the user-init-file.
11550
11551 * calc/calc-embed.el (calc-embedded-set-modes): Use
11552 `calc-mode-var-list' correctly.
11553
113e270a
TTN
115542004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11555
11556 * vc.el (annotate-time): Document point handling.
11557 (vc-annotate-display-autoscale): Doc fix.
11558
5c2137b8
MB
115592004-09-15 Miles Bader <miles@gnu.org>
11560
11561 * generic.el (generic-make-keywords-list): Use symbol rather than
11562 word anchors in regexp.
11563
a386a960
JPW
115642004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11565
11566 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11567 no file name consider `dired-directory'.
11568
bfa02563
KS
115692004-09-14 Kim F. Storm <storm@cua.dk>
11570
11571 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11572
0904599e
SJ
115732004-09-14 Simon Josefsson <jas@extundo.com>
11574
11575 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11576
11577 * textmodes/dns-mode.el: Add.
11578
c046590e
SM
115792004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11580
11581 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11582 (disabled-command-function): Make the ?\ char more obvious.
11583
11584 * vc-arch.el (vc-arch-root, vc-arch-registered):
11585 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11586
82ae2f3f
EZ
115872004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11588
11589 * windmove.el (windmove-frame-edges): Report coordinates of
11590 outside edges of frame, not inside edges.
11591 (windmove-coordinates-of-position): Convert into wrapper to new
11592 function `windmove-coordinates-of-window-position';
11593 `compute-motion' always applies to selected window.
11594 (windmove-coordinates-of-position): Update documentation to refer
11595 to Emacs 21 Lisp Reference Manual.
11596 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11597
93e212f9
KS
115982004-09-13 Kim F. Storm <storm@cua.dk>
11599
11600 * isearch.el (isearch-resume-in-command-history): Rename from
11601 isearch-resume-enabled and change default to nil.
11602
c046590e 116032004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
7c732021 11604
ce9f8ffb
SM
11605 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11606 (vc-registered): Use it.
11607 (vc-find-root): New fun.
11608
87a53d2e
SM
11609 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11610 Don't tell to use \\{...} when it's already done.
11611
7c732021
SM
11612 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11613 Provide a sample complex default.
11614 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11615 (bibtex-entry): Use mapc.
11616
f2e92e79
KS
116172004-09-12 Kim F. Storm <storm@cua.dk>
11618
c0ad3b38
KS
11619 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11620
f4961c00
KS
11621 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11622 inhibit-field-text-motion to t so rectangles work in comint buffers.
11623
f2e92e79
KS
11624 * simple.el (choose-completion-string): Set buffer before running
11625 choose-completion-string-functions hook so it can be buffer-local.
11626
139aea08
DP
116272004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11628
11629 * progmodes/compile.el (compilation-start): Parse command to see
11630 if it starts with a cd, and if so perform it for the *compilation*
11631 buffer. Change the header to reflect this.
11632
72b92836
KS
116332004-09-11 Kim F. Storm <storm@cua.dk>
11634
11635 * ido.el (ido-enable-dot-prefix): Doc fix.
11636 (ido-enable-dot-prefix): New defcustom.
11637 (ido-set-matches1): Use it.
11638
d528bff7
SM
116392004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11640
11641 * textmodes/bibtex.el (bibtex-mark-active)
11642 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11643
116442004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11645
11646 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11647 used in a case insensitive environment.
11648 (bibtex-mode-map): Rearrange order of menus.
11649 (bibtex-quoted-string-re): Obsolete.
11650 (bibtex-complete-key-cleanup): Variable replaced by new function.
11651 (bibtex-font-lock-keywords): Use backquotes.
11652 (bibtex-font-lock-url-regexp): New internal variable.
11653 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11654 "OPT" and "ALT".
11655 (bibtex-insert-current-kill, bibtex-make-field)
11656 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11657 (bibtex-parse-field-text): Simplify.
11658 (bibtex-string=): New helper function.
11659 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11660 (bibtex-map-entries): Use bibtex-string=.
11661 (bibtex-search-entry): Use not.
11662 (bibtex-enclosing-field): Fix docstring.
11663 (bibtex-assoc-regexp): Obsolete.
11664 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11665 (bibtex-autokey-get-names): Handle empty name field.
11666 (bibtex-parse-strings): Use assoc-string and unless.
11667 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11668 Use assoc-string.
11669 (bibtex-pop): Simplify.
11670 (bibtex-mode): Set font-lock-extra-managed-props.
11671 (bibtex-entry-update): Use assoc-string.
11672 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11673 (bibtex-autofill-entry): Use bibtex-string=.
11674 (bibtex-print-help-message): Simplify.
11675 (bibtex-find-entry): New optional arg START.
11676 (bibtex-validate): Use bibtex-string= and assoc-string.
11677 Do not call obsolete function compilation-parse-errors.
11678 (bibtex-remove-delimiters): Only remove delimiters if present.
11679 (bibtex-copy-entry-as-kill): Add docstring.
52eb0373 11680 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
d528bff7
SM
11681 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11682 (bibtex-complete): Use bibtex-predefined-month-strings,
11683 bibtex-string=, and new function bibtex-complete-key-cleanup.
11684 (bibtex-generate-url-list): New variable.
11685 (bibtex-url): New command bound to C-c C-l and mouse-2.
11686 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11687 (bibtex-font-lock-url): New function.
11688
cbd5542a
SM
116892004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11690
11691 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11692
419a6e22
KS
116932004-09-09 Kim F. Storm <storm@cua.dk>
11694
11695 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11696 counter and format with binding.
11697 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11698 the declared macro uses own macro counter and format. Give symbol
11699 kmacro property.
11700 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11701 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11702 (kmacro-end-and-call-macro): Doc fix.
11703
340db502
LH
117042004-09-09 Lars Hansen <larsh@math.ku.dk>
11705
cbd5542a
SM
11706 * desktop.el (desktop-clear-preserve-buffers):
11707 Remove make-obsolete-variable.
340db502 11708
4d894c98
RS
117092004-09-08 Richard M. Stallman <rms@gnu.org>
11710
11711 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11712 with the buffer as argument.
11713
c046590e 117142004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
c9cb3a26
SM
11715
11716 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11717
a13cf3bc
JL
117182004-09-08 Juri Linkov <juri@jurta.org>
11719
11720 * replace.el (perform-replace): Use `query-replace-descr'.
11721
11722 * cus-start.el (history-delete-duplicates): Specify customization.
11723
11724 * diff-mode.el (diff-mode-map):
11725 * progmodes/compile.el (compilation-mode-map):
11726 * progmodes/grep.el (grep-mode-map):
11727 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11728 to `next-error-follow-minor-mode'.
11729
117302004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11731
11732 * isearch.el (isearch-lazy-highlight-update): Take into account
11733 the case of zero-length match at the search bound.
11734
303e592c
KS
117352004-09-08 Kim F. Storm <storm@cua.dk>
11736
11737 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11738 change. Use zero width overlays when necessary.
11739
52c408f2
TTN
117402004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11741
11742 * subr.el (split-string): Docfix.
11743
dfd5bc54
TTN
117442004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11745
11746 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11747 (display-call-tree): Ensure newline after caller/calls blocks.
11748
6cc52547
TTN
117492004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11750
11751 * startup.el (command-line-1): Make option
11752 --directory/-L modify `load-path' straight away.
11753
edbf5932
TTN
117542004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11755
11756 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11757
e114fc2c
TTN
117582004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11759
11760 * emacs-lisp/autoload.el (make-autoload):
11761 Handle `define-compilation-mode'.
11762
11763 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11764 Specify `doc-string-elt' property.
11765
d430d2e8
TTN
117662004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11767
11768 * bs.el (bs-mode): Doc fix.
11769
9c64f299
TTN
117702004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11771
11772 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11773
2fdc1cee
TTN
117742004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11775
11776 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11777
c52da52a
KH
117782004-09-08 Kenichi Handa <handa@m17n.org>
11779
11780 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11781 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11782 ps-mule-next-point -> 1+).
11783
11784 * composite.el (encode-composition-rule): Add autoload cooky.
11785
a020987f
LT
117862004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11787
11788 * format.el (buffer-auto-save-file-format): Make it permanent local.
11789
a01c5155
KS
117902004-09-07 Kim F. Storm <storm@cua.dk>
11791
4e14f66c
KS
11792 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11793 (authors-fixed-entries): Fix typo.
11794 (authors-canonical-author-name): Compact multiple spaces.
11795 Ignore trivial names (e.g. only first name).
11796
a01c5155
KS
11797 * term.el (term-window-width): Only use full window width on
11798 window system if overflow-newline-into-fringe is enabled.
11799 (term-mode): Don't disable overflow-newline-into-fringe.
11800
c046590e 118012004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
718dc91d 11802
c9cb3a26
SM
11803 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11804 motion as seen on my Mac OS X xterms.
11805
718dc91d
SM
11806 * newcomment.el (uncomment-region-default, comment-region-default):
11807 New functions extracted from uncomment-region and comment-region.
11808 (comment-region, comment-region-function, uncomment-region)
11809 (uncomment-region-function): Use them.
11810
11811 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11812
11813 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11814 It's not crucial but can make sense at times.
11815
11816 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11817 the first commit.
11818
11819 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11820 Disable obsolete code.
11821
00889cf9
JL
118222004-09-07 Juri Linkov <juri@jurta.org>
11823
11824 * progmodes/grep.el (grep-highlight-matches): Change default from
8041ea75 11825 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
00889cf9
JL
11826 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11827 if grep option `--color' is available, or to `nil' otherwise.
8041ea75
JL
11828 (grep-process-setup): Call `grep-compute-defaults' if
11829 `grep-highlight-matches' is not computed. Set env-vars only
11830 if `grep-highlight-matches' is `t'.
00889cf9
JL
11831 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11832 is already defined).
11833
8041ea75
JL
11834 * progmodes/compile.el (compilation-start): Use copy of
11835 `process-environment' created by `copy-sequence' to not
11836 modify env-vars in the global `process-environment'.
11837
8a98a6c2
EZ
118382004-09-06 Eli Zaretskii <eliz@gnu.org>
11839
11840 * simple.el (next-error-follow-minor-mode): Fix last change.
11841
c28e534b
LT
118422004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11843
11844 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11845 permanent local.
11846
5f3a57c9
RS
118472004-09-04 Richard M. Stallman <rms@gnu.org>
11848
11849 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11850 highlighting if the search string is empty.
11851
240c0c90
LT
118522004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11853
11854 * facemenu.el (facemenu-active-faces): Change condition of inner
11855 `while' loop to also check the first two elements of `face-atts'
11856 and `mask-atts'.
11857
8e734456
JPW
118582004-09-04 John Paul Wallington <jpw@gnu.org>
11859
11860 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11861 (thumbs-view-image-mode): Make buffer read-only.
11862
8f0d9e76
EZ
118632004-09-04 Christopher J. Madsen <cjm@pobox.com>
11864
11865 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11866 (ispell-check-version): Set it.
11867 (ispell-send-replacement): New function.
11868 (ispell-process-line): Call ispell-send-replacement.
11869
2a1c966e
EZ
118702004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11871
11872 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11873 Support choosing seconds with "s".
11874
0721fbe3
EZ
118752004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11876
11877 * terminal.el (te-escape): Show `?' in prompt for help key.
11878
19f26a89 118792004-09-04 Emilio C. Lopes <eclig@gmx.net>
db1febad
EZ
11880
11881 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11882
cbdad6e2
EZ
118832004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11884
2a223f35 11885 * simple.el (next-error-follow-minor-mode)
0ad10447
EZ
11886 (next-error-follow-mode-post-command-hook): New functions.
11887 (next-error-follow-last-line): New defvar.
11888
718dc91d 11889 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
0ad10447
EZ
11890 * progmodes/compile.el (compilation-mode-map): Likewise.
11891 * progmodes/grep.el (grep-mode-map): Likewise.
11892 * replace.el (occur-mode-map): Likewise.
11893
cbdad6e2
EZ
11894 * newcomment.el (uncomment-region): Bind comment-use-global-state
11895 to nil.
11896
90e118ab
LT
118972004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11898
11899 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11900 locally around the call to `revert-buffer'.
11901
9e68f42d
JL
119022004-09-03 Juri Linkov <juri@jurta.org>
11903
11904 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11905 `isearch-adjusted' to `t'.
11906 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11907 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11908 (isearch-other-meta-char): Restore isearch-point unconditionally.
11909 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11910 Set point to start of match if region is not active in transient
11911 mark mode (to include the current match to region boundaries).
11912 Push the search string to `query-replace-from-history-variable'.
11913 Add prompt "Query replace regexp" for isearch-regexp.
11914 Add region beginning/end as last arguments of `perform-replace.'
11915 (isearch-query-replace-regexp): Replace code by the call to
11916 `isearch-query-replace' with arg `t'.
11917
b4fab893
RS
119182004-09-03 Richard M. Stallman <rms@gnu.org>
11919
11920 * startup.el (normal-top-level): Undo previous TERM change.
11921
46540080
KS
119222004-09-03 Kim F. Storm <storm@cua.dk>
11923
c59ee3b4
KS
11924 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11925 highlight overlays; allow using RET when cursor is over a button.
11926 (cua--highlight-rectangle): Use it.
11927 (cua--rectangle-set-corners): Don't move backwards at eol.
11928 (cua--forward-line): Don't move into void after eob.
11929
46540080
KS
11930 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11931 point is set (and displayed) inside rectangle.
11932 (cua--rectangle-operation): Fix for highlight of empty lines.
11933 (cua--highlight-rectangle): Fix highlight for tabs.
11934 Position cursor at left/right edge of rectangle using new `cursor'
11935 property on overlay strings.
11936 (cua--indent-rectangle): Don't tabify.
11937 (cua-rotate-rectangle): Ignore that point has moved.
11938
4bc6a872
RS
119392004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11940
11941 * term/mac-win.el: Add ASCII equivalents for some function keys.
11942 (mode-line-frame-identification): Sync with x-win.el.
11943
c3829a8e
JL
119442004-09-02 Juri Linkov <juri@jurta.org>
11945
11946 * progmodes/compile.el (compilation-buffer-name): Compare major
11947 mode with second element of compilation-arguments instead of third
11948 to reflect latest changes in compilation-arguments structure.
11949 (recompile): Use global variable `compilation-directory' to get
11950 recent compilation directory only when `recompile' is invoked NOT
11951 in the compilation buffer. Otherwise, use `default-directory' of
11952 the compilation buffer.
f0206910
JL
11953 (compilation-error-properties): Allow to funcall col and end-col.
11954 (compilation-mode-font-lock-keywords): Check col and end-col by
11955 `integerp'.
11956 (compilation-goto-locus): If end-mk is non-nil in transient mark
11957 mode don't activate the mark (and don't display message in
11958 push-mark), but highlight overlay between mk and end-mk.
11959
11960 * progmodes/grep.el (grep-highlight-matches): New defcustom.
11961 (grep-regexp-alist): Add rule to highlight grep matches.
11962 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
11963
11964 * info.el (Info-fontify-node): Don't compute other-tag
11965 if Info-hide-note-references=hide.
11966
11967 * help.el (function-called-at-point):
11968 * help-fns.el (variable-at-point):
11969 Try `find-tag-default' when other methods failed.
c3829a8e
JL
11970
11971 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
11972 Do not push mark if inhibit-mark-movement is non-nil.
11973
11974 * textmodes/ispell.el (ispell-html-skip-alists):
11975 Fix backslashes in docstring.
11976
6a18e4e7
JL
119772004-09-01 Juri Linkov <juri@jurta.org>
11978
11979 * isearch.el (isearch-wrap-function)
11980 (isearch-push-state-function): New defvars.
11981 (isearch-pop-fun-state): New defsubst.
11982 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
11983 (isearch-push-state): Set the result of calling
11984 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
11985 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
11986 restore the mode-specific starting point of terminated search.
11987 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
11988 (isearch-repeat): Call `isearch-wrap-function' if defined.
11989 (isearch-message-prefix): Don't add prefix "over" to the message
11990 for wrapped search if `isearch-wrap-function' is defined.
11991 (isearch-search): Call function saved in `isearch-pop-fun-state' to
11992 restore the mode-specific starting point of failed search.
11993
11994 * info.el (Info-search-whitespace-regexp): Fix backslashes.
11995 (Info-search): Add new optional arguments for the sake of isearch.
11996 Replace whitespace in Info-search-whitespace-regexp literally.
11997 Add backward search. Don't call `Info-select-node' if regexp is
11998 found in the same Info node. Don't add node to Info-history for
11999 wrapped isearch.
12000 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12001 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12002 (Info-mode): Set local variables `isearch-search-fun-function',
12003 `isearch-wrap-function', `isearch-push-state-function',
12004 `search-whitespace-regexp'.
12005
12006 * isearch.el: Remove ancient Change Log section.
12007 (isearch-string, isearch-message-string, isearch-point)
12008 (isearch-success, isearch-forward-flag, isearch-other-end)
12009 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12010 (isearch-barrier, isearch-within-brackets)
12011 (isearch-case-fold-search): Add suffix `-state' to state-related
12012 defsubsts to avoid name clashes with other function names.
12013
12014 * simple.el (next-error): New defgroup and defface.
12015 (next-error-highlight, next-error-highlight-no-select):
12016 New defcustoms.
12017 (next-error-no-select): Let-bind next-error-highlight to the value
12018 of next-error-highlight-no-select before calling `next-error'.
12019
12020 * progmodes/compile.el (compilation-goto-locus):
12021 Use `next-error' face instead of `region'. Set 4-th argument of
12022 `move-overlay' to `current-buffer' to move overlay to different
12023 source buffers. Use new variable `next-error-highlight'.
12024
12025 * simple.el (next-error-find-buffer): Move the rule
12026 "if current buffer is a next-error capable buffer" after the
12027 rule "if next-error-last-buffer is set to a live buffer".
12028 Simplify to test all rules in one `or'.
12029 (next-error): Doc fix.
12030 (next-error, previous-error, first-error)
12031 (next-error-no-select, previous-error-no-select):
12032 Make arguments optional.
12033
7d01236c
LT
120342004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12035
12036 * macros.el (apply-macro-to-region-lines): Make it operate on all
12037 lines that begin in the region, rather than on all complete lines
12038 in the region.
12039
7a01b040
JD
120402004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12041
12042 * x-dnd.el (x-dnd-protocol-alist): Document update.
12043 (x-dnd-known-types): Defcustom it.
12044 (x-dnd-handle-motif): Print message-atom in error message.
12045
f04232c3
JPW
120462004-08-30 John Paul Wallington <jpw@gnu.org>
12047
12048 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12049 strings rather than programatically constructing message.
12050
4f4ce597
RS
120512004-08-30 Richard M. Stallman <rms@gnu.org>
12052
12053 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12054 Don't return a string that would read as the wrong character code.
12055
2661eae9
KS
120562004-08-29 Kim F. Storm <storm@cua.dk>
12057
c046590e
SM
12058 * emulation/cua-base.el (cua-auto-expand-rectangles):
12059 Remove automatic rectangle padding feature; replace by non-destructive
2661eae9
KS
12060 virtual rectangle edges feature.
12061 (cua-virtual-rectangle-edges): New defcustom.
12062 (cua-auto-tabify-rectangles): New defcustom.
12063 (cua-paste): If paste into a marked rectangle, insert rectangle at
12064 current column, even if virtual; also paste exactly as many lines
12065 as has been marked (ignore additional lines or add empty lines),
12066 but paste whole source if only one line is marked.
12067 (cua--update-indications): No longer use overwrite-cursor to
12068 indicate rectangle padding
12069
12070 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12071 (cua--rectangle-virtual-edges): New defun.
12072 (cua--rectangle-get-corners): Remove optional PAD arg.
12073 (cua--rectangle-set-corners): Never do padding.
12074 (cua--forward-line): Remove optional PAD arg. Simplify.
12075 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12076 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12077 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12078 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12079 (cua--rectangle-move): Never do padding. Simplify.
12080 (cua--tabify-start): New defun.
12081 (cua--rectangle-operation): Add tabify arg. All callers changed.
12082 (cua--pad-rectangle): Remove.
12083 (cua--delete-rectangle): Handle delete with virtual edges.
12084 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12085 (cua--insert-rectangle): Handle insert at virtual column.
12086 Perform auto-tabify if necessary.
12087 (cua--activate-rectangle): Remove optional FORCE arg.
12088 Never do padding. Simplify.
12089 (cua--highlight-rectangle): Enhance for virtual edges.
12090 (cua-toggle-rectangle-padding): Remove command.
12091 (cua-toggle-rectangle-virtual-edges): New command.
12092 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12093 (cua--rectangle-post-command): Don't force rectangle padding.
12094 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12095
a71eb435
LT
120962004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12097
12098 * indent.el (edit-tab-stops-buffer): Doc fix.
12099
ea2e9f8d
RS
121002004-08-28 Richard M. Stallman <rms@gnu.org>
12101
12102 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12103 (grep-tag-default): Function deleted.
12104
77c99c7f 12105 * subr.el (find-tag-default): Move from etags.el.
ea2e9f8d 12106
77c99c7f 12107 * progmodes/etags.el (find-tag-default): Move to subr.el.
ea2e9f8d
RS
12108
12109 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12110 into the basic character if it has an uppercase form.
12111
11d2e01b
KH
121122004-08-27 Kenichi Handa <handa@m17n.org>
12113
12114 * international/utf-8.el (utf-8-post-read-conversion): If the
12115 buffer is unibyte, temporarily make it multibyte.
12116
0e48150a
MY
121172004-08-27 Masatake YAMATO <jet@gyve.org>
12118
12119 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12120
2eb43e13
JPW
121212004-08-25 John Paul Wallington <jpw@gnu.org>
12122
003274a0
JPW
12123 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12124 0, 1, and many mismatches in message.
12125 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12126
2eb43e13
JPW
12127 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12128 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12129
55a88c8a
SM
121302004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12131
12132 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12133 vc-diff-switches differently.
12134
49eac10f
LT
121352004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12136
12137 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12138 before and a real defvar after
12139 `speedbar-supported-extension-expressions'. This is to silence
12140 the compiler without breaking bootstrapping.
12141
2ee3b79e
RS
121422004-08-22 Richard M. Stallman <rms@gnu.org>
12143
55a88c8a
SM
12144 * textmodes/flyspell.el (flyspell-word):
12145 Use set-process-query-on-exit-flag.
2ee3b79e
RS
12146 (flyspell-highlight-duplicate-region): Take POSS as arg.
12147 (flyspell-word): Pass POSS as arg.
12148
12149 * progmodes/ada-xref.el: Many doc and style fixes.
12150 (ada-find-any-references): Use compilation-start.
12151 (ada-get-ali-file-name): Improve error msg.
12152 (ada-get-ada-file-name): Likewise.
12153
12154 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12155 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12156
12157 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12158 Add forward defvar.
12159
12160 * whitespace.el (global-whitespace-mode): New alias
12161 for whitespace-global-mode.
12162
77c99c7f 12163 * speedbar.el (speedbar-file-regexp): Move definition up.
2ee3b79e
RS
12164 (speedbar-mode, speedbar-set-mode-line-format):
12165 Use with-no-warnings.
12166 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12167
12168 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12169 controls whether to display the error buffer.
12170
12171 * ps-mule.el: Delete compatibility code for old Emacses.
12172 (ps-mule-find-wrappoint): Don't use chars-in-region.
12173
49eac10f 12174 * frame.el (display-mouse-p, display-selections-p):
2ee3b79e 12175 Use with-no-warnings.
49eac10f 12176
2ee3b79e
RS
12177 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12178
90a02640
DK
121792004-08-22 David Kastrup <dak@gnu.org>
12180
818226ac
DK
12181 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12182 information.
12183
90a02640
DK
12184 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12185
2b54cb7b
AS
121862004-08-22 Andreas Schwab <schwab@suse.de>
12187
55a88c8a 12188 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
2b54cb7b 12189
44feddcf
MY
121902004-08-22 Masatake YAMATO <jet@gyve.org>
12191
12192 * cvs-status.el (cvs-status-checkout): New function.
12193 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12194
311f32fe
DK
121952004-08-21 David Kastrup <dak@gnu.org>
12196
12197 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12198 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12199 has been converted to use hashtables, the relation `nil=none' is
12200 no longer valid, as `nil' is not a hashtable. This patch tries to
12201 reduce the number of resulting errors.
12202
3829aa6f
JPW
122032004-08-21 John Paul Wallington <jpw@gnu.org>
12204
12205 * subr.el (process-kill-without-query): Made obsolete in
12206 version 21.4, not 21.5.
12207
12208 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12209 (vc-previous-comment, vc-next-comment)
12210 (vc-comment-search-reverse, vc-comment-search-forward)
12211 (vc-comment-to-change-log): Likewise.
12212
12213 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12214
29bbca9e
EZ
122152004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12216
aca16f78
SM
12217 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12218 Correct indentation of DEFMETHODS with non-standard method
29bbca9e
EZ
12219 combinations (e.g., PROGN, MIN, MAX).
12220
aca16f78
SM
122212004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12222
12223 * startup.el (normal-top-level-add-subdirs-to-load-path):
12224 Avoid unnecessarily checking system-type.
12225 (normal-top-level): Set TERM to "dumb". Simplify.
12226
12227 * avoid.el (mouse-avoidance-ignore-p): New fun.
12228 Also ignore switch-frame, select-window, double, and triple clicks.
12229 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12230 (mouse-avoidance-fancy-hook): Use it.
12231
122322004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12233
12234 * avoid.el (mouse-avoidance-nudge-mouse)
12235 (mouse-avoidance-banish-destination): Stay within the current window
12236 to avoid problems with mouse-autoselect-window.
12237
27615979
SM
122382004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12239
12240 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12241 the newer format of some messages in cvs-1.12.1.
12242
2b8d823f
MY
122432004-08-19 Masatake YAMATO <jet@gyve.org>
12244
12245 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12246 (elp-results-jump-to-definition-by-mouse)
aca16f78 12247 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
2b8d823f
MY
12248 (elp-output-result): Use elp-output-insert-symname.
12249
295f3b30
KH
122502004-08-18 Kenichi Handa <handa@m17n.org>
12251
12252 * language/cyrillic.el: Register koi8-r in
12253 ctext-non-standard-encodings-alist.
12254 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12255
eacd5edc
LT
122562004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12257
12258 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12259 that replaces 20xy with xy.
12260
ee1fcbdd
JPW
122612004-08-17 John Paul Wallington <jpw@gnu.org>
12262
12263 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12264 (reb-force-update): Doc fix.
12265
8afc13c6
RS
122662004-08-16 Richard M. Stallman <rms@gnu.org>
12267
12268 * progmodes/which-func.el (which-func-update-1): Doc fix.
12269
12270 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12271 (sh-mode-abbrev-table): New variable.
12272
12273 * progmodes/compile.el (compilation-mode): Doc fix.
12274
12275 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12276 Don't cons a new symbol each time.
12277 (eval-last-sexp-fake-value): New variable.
12278
12279 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12280 (copyright-update-year): Detect continuation of list of years.
12281
12282 * term.el (term-default-fg-color, term-default-bg-color)
12283 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12284
12285 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12286
19f26a89 122872004-08-16 Davis Herring <herring@lanl.gov>
be3a9510
LT
12288
12289 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12290 (isearch-success, isearch-forward-flag, isearch-other-end)
12291 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12292 (isearch-barrier, isearch-within-brackets)
12293 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12294
68fbea3a
KH
122952004-08-16 Kenichi Handa <handa@m17n.org>
12296
12297 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12298
c3ff5bc1
KH
122992004-08-15 Kenichi Handa <handa@m17n.org>
12300
12301 * term/x-win.el (x-selection-value): If utf8 was successful but
12302 ctext was not, use utf8 string.
12303
e11d1dd9
EZ
123042004-08-14 Davis Herring <herring@lanl.gov>
12305
12306 * isearch.el: Remove accidental changes of March 4. Fix backing
12307 up when a regexp isearch is made more general. Use symbolic
12308 accessor functions for isearch stack frames to make usage clearer.
12309 (search-whitespace-regexp): Made groups in documentation shy (as
12310 is the group in the default value).
12311 (isearch-fallback): New function, addresses problems with regexps
12312 liberalized by `\|', adds support for liberalization by `\}' (the
12313 general repetition construct), and incorporates behavior for
12314 `*'/`?'.
12315 (isearch-}-char): New command, calls `isearch-fallback' with
12316 arguments appropriate to a typed `}'.
12317 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12318 appropriately.
12319 (isearch-mode-map): Bind `}' to `isearch-}-char'.
be3a9510
LT
12320 (isearch-string, isearch-message,string, isearch-point)
12321 (isearch-success, isearch-forward-flag, isearch-other-end)
12322 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12323 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
e11d1dd9
EZ
12324 New inline functions to read fields of a stack frame.
12325
ab5a4a32
EZ
123262004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12327
12328 * battery.el (battery-linux-proc-acpi): Look into battery
12329 directories matching the literal string "CMB", too (required for
12330 Linux kernel version 2.6.7).
12331
78642e03
JPW
123322004-08-14 John Paul Wallington <jpw@gnu.org>
12333
6dad1714
JPW
12334 * cus-start.el (read-file-name-completion-ignore-case): Add.
12335 (blink-cursor-alist): Change version to "21.4".
12336
78642e03
JPW
12337 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12338
048526bd
DP
123392004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12340
12341 * speedbar.el (speedbar-scan-subdirs): New option.
12342 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12343 dolist.
12344 (speedbar-insert-files-at-point): Take an extra argument and use
12345 it to optionally find out if a subdir is empty. Also unreadable
12346 files don't get expand buttons.
42e1fd33 12347 (speedbar-directory): New image (unused pixmap already existed).
048526bd
DP
12348 (speedbar-expand-image-button-alist): Use it.
12349
2a15eb73
MS
123502004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12351
12352 CC Mode update to 5.30.9:
12353
12354 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
aca16f78 12355 Move from cc-vars to cc-defs for dependency reasons. Fix the
2a15eb73
MS
12356 POSIX char class test to check that it works in
12357 `skip-chars-(forward|backward)' too.
12358
aca16f78 12359 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
2a15eb73
MS
12360 first argument starts with a special brace list.
12361
aca16f78 12362 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
2a15eb73
MS
12363 when `c-opt-type-concat-key' is used (i.e. in Pike).
12364
aca16f78 12365 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
52eb0373
JB
12366 Fix bug when the inner char pair doesn't have paren syntax,
12367 i.e. "(<>)".
2a15eb73
MS
12368
12369 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12370 whitespace safe.
12371
aca16f78 12372 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
2a15eb73
MS
12373 position for `arglist-intro', `arglist-cont-nonempty' and
12374 `arglist-close' when there are two arglist open parens on the same
12375 line and there's nothing in front of the first.
12376
aca16f78 12377 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
2a15eb73
MS
12378 locking of qualified names in Java, which previously could fontify
12379 common indexing expressions in many cases. The standard Java
12380 naming conventions are used to tell them apart.
12381
aca16f78
SM
12382 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12383 Fix inconsistency wrt opening parens on the first line inside a paren
2a15eb73
MS
12384 block.
12385
12386 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12387 compile time for the sake of `c-major-mode-is'.
12388
12389 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12390 `c-major-mode-is' in the event that this is used inside a
12391 `c-lang-defconst'.
12392
aca16f78 12393 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
2a15eb73
MS
12394 `c-lang-defconst' so that it works better with fallback languages.
12395
aca16f78 12396 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
2a15eb73
MS
12397 it to fail to record the base mode.
12398
aca16f78
SM
12399 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12400 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
77c99c7f 12401 is used. Reorder the syntax checks to get more efficient
2a15eb73
MS
12402 skipping in some situations.
12403
12404 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12405 continuation which might precede the newly inserted '{'.
12406
aca16f78
SM
12407 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12408 Fix cases where it could loop indefinitely.
2a15eb73
MS
12409
12410 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12411 size specs correctly. Only fontify identifiers in front of '('
77c99c7f 12412 with as functions - don't accept any paren char. Tighten up
2a15eb73
MS
12413 initializer skipping to stop before function and class blocks.
12414
aca16f78 12415 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
2a15eb73
MS
12416 the point could be left directly after an open paren when finding
12417 the beginning of the first decl in the block.
12418
12419 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12420 table when filtering out legitimate open parens to be recorded.
12421 This could cause cache inconsistencies when e.g.
12422 `c++-template-syntax-table' was temporarily in use.
12423
aca16f78
SM
12424 * progmodes/cc-engine.el (c-on-identifier)
12425 (c-simple-skip-symbol-backward): Small fix for handling "-"
2a15eb73
MS
12426 correctly in `skip-chars-backward'. Affected the operator lfun
12427 syntax in Pike.
12428
aca16f78
SM
12429 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12430 Fix bug that could cause an error from `after-change-functions' when
2a15eb73
MS
12431 the changed region is at bob.
12432
124332004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12434
12435 CC Mode update to 5.30.9:
12436
12437 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12438 to say that <TAB> doesn't insert WS into a CPP line.
12439 (c-indent-command, c-tab-always-indent): Amend doc strings.
12440
12441 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12442 checks for user errors, thus eliminating cryptic and unhelpful
12443 Emacs error messages. (1) Check the arg to `c-set-style' is a
12444 string. (2) Check that settings to `c-offsets-alist' are not
12445 spuriously quoted.
12446
52eb0373 12447 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
2a15eb73
MS
12448 which precedes the newly inserted `{'.
12449
48ddd622
MA
124502004-08-10 Michael Albinus <michael.albinus@gmx.de>
12451
12452 Sync with Tramp 2.0.44.
12453
12454 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12455 function "tramp_file_attributes". Otherwise, file names
12456 containing spaces are misinterpreted. Reported by Magnus Henoch
12457 <mange@freemail.hu>.
12458 (tramp-handle-file-truename): FILENAME must be expanded first.
12459 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12460 obscure results. Reported by D. Goel <deego@gnufans.org>.
12461 (tramp-handle-verify-visited-file-modtime): If file does not
12462 exist, say it is not modified if and only if that agrees with the
12463 buffer's record. Check whether a file is visiting the buffer, or
12464 the buffer has no recorded last modification time. Return t in
12465 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12466 <teirllm@auburn.edu>.
12467 (tramp-handle-write-region): Pass modtime explicitely to
12468 `set-visited-file-modtime', because filename can be different
12469 from (buffer-file-name) if `file-precious-flag' is set.
12470 `set-visited-file-modtime' must be called always when `visit' is t
12471 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12472 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12473 nil, don't apply the whole body. If the file doesn't exists, set
12474 modtime to '(-1 65535). Suggested by Luc Teirlinck
12475 <teirllm@auburn.edu>.
12476
2bd77330
LT
124772004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12478
12479 * help.el (describe-bindings): Doc fix.
12480
12481 * subr.el (kbd): Doc fix.
12482
7ad938e7
JPW
124832004-08-08 John Paul Wallington <jpw@gnu.org>
12484
12485 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12486 instead of `string-to-int'.
12487 (define-ibuffer-column mode): Fix indentation.
12488
3bc603c4
LH
124892004-08-08 Lars Hansen <larsh@math.ku.dk>
12490
aca16f78 12491 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
3bc603c4 12492
8392e138
LT
124932004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12494
12495 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12496
12497 * novice.el (disabled-command-function): New variable renamed from
12498 `disabled-command-hook'.
12499 (disabled-command-hook): Keep the _variable_ as alias for
12500 `disabled-command-function' and make obsolete.
12501 (disabled-command-function): Function renamed from
12502 `disabled-command-hook'. Adapt code to name change of the variable.
12503
abaf2e77
EZ
125042004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12505
12506 * simple.el (completion-root-regexp): New defvar.
12507 (completion-setup-function): Use it instead of a literal string.
12508
8bd6323a
JPW
125092004-08-07 John Paul Wallington <jpw@gnu.org>
12510
12511 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12512 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12513 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12514 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12515
093b77de
KH
125162004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12517
12518 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12519 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12520
af1781ac
KH
125212004-08-04 Kenichi Handa <handa@m17n.org>
12522
aca16f78
SM
12523 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12524 Fix previous change.
af1781ac
KH
12525
125262004-08-03 Kenichi Handa <handa@m17n.org>
12527
12528 * international/encoded-kb.el: The following changes are to
12529 utilize key-translation-map instead of minor mode map.
12530 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12531 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12532 (encoded-kbd-last-key): New function.
12533 (encoded-kbd-iso2022-single-shift): New function.
12534 (encoded-kbd-iso2022-designation)
12535 (encoded-kbd-self-insert-iso2022-7bit)
12536 (encoded-kbd-self-insert-iso2022-8bit)
12537 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12538 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12539 key-translation-map.
12540 (encoded-kbd-setup-keymap): Setup key-translation-map.
12541 (saved-key-translation-map): New variable.
c046590e
SM
12542 (encoded-kbd-mode): Save/restore key-translation-map.
12543 Adjust for the change of encoded-kbd-setup-keymap.
af1781ac 12544
0f7a93c1
KS
125452004-08-02 Kim F. Storm <storm@cua.dk>
12546
12547 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12548 and call compute-motion with nil for topos and width to get proper
12549 usable width and height for both window and non-window systems.
12550
12551 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12552 calculate usable window width and height.
12553
12554 * window.el (window-buffer-height): Call compute-motion with nil width.
12555
78629844
DK
125562004-08-01 David Kastrup <dak@gnu.org>
12557
aca16f78
SM
12558 * replace.el (query-replace-read-from):
12559 Use `query-replace-compile-replacement'.
78629844
DK
12560 (query-replace-compile-replacement): New function.
12561 (query-replace-read-to): Use `query-replace-compile-replacement'
12562 for repeating the last command.
12563
e7fdaf63
JPW
125642004-08-01 John Paul Wallington <jpw@gnu.org>
12565
fdeadcd1
JPW
12566 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12567 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12568 (pr-switches): Remove period from end of error messages.
12569
12570 * help-mode.el (help-go-back): Likewise.
12571
e7fdaf63
JPW
12572 * abbrev.el (only-global-abbrevs): Doc fix.
12573 (edit-abbrevs-map): Define within defvar.
12574 (quietly-read-abbrev-file): Doc fix.
12575
83f64226
LT
125762004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12577
12578 * novice.el (enable-command, disable-command): Doc fixes.
12579
12580 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12581
53a7160c
RS
125822004-07-30 Richard M. Stallman <rms@gnu.org>
12583
12584 * subr.el (with-local-quit): Doc fix.
12585
4bcce19c
LT
125862004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12587
12588 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12589
ee945d08
LT
125902004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12591
12592 * custom.el (defcustom): Doc fix.
12593
31f98a93
MY
125942004-07-28 Masatake YAMATO <jet@gyve.org>
12595
12596 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12597
38357a23
SM
125982004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12599
12600 * imenu.el (imenu-prev-index-position-function)
12601 (imenu-extract-index-name-function, imenu-name-lookup-function)
12602 (imenu--index-alist): Docstring redundancy fix.
12603
e0db2366
LH
126042004-07-25 Lars Hansen <larsh@math.ku.dk>
12605
12606 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12607 binding dired-backup-overwrite.
12608
a3111ae4
JPW
126092004-07-25 John Paul Wallington <jpw@gnu.org>
12610
12611 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12612
b96b979c
LT
126132004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12614
12615 * term/tty-colors.el (tty-color-approximate): Doc fix.
12616
12617 * select.el (x-get-selection, x-set-selection): Doc fixes.
12618
12619 * frame.el (make-frame): Doc fix.
12620
7630911d
RS
126212004-07-24 Richard M. Stallman <rms@gnu.org>
12622
12623 * mail/rmail.el (rmail-mime-charset-pattern):
12624 Don't include semicolon in the charset value.
12625
12626 * replace.el (occur-next-error): Call set-window-point.
12627 (occur-engine): Handle negative NLINES.
12628
d398de43
LT
126292004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12630
12631 * frame.el (modify-all-frames-parameters): Minor doc fix.
833a249e 12632 (set-frame-configuration): Doc fix.
d398de43 12633
55c4a67c
EZ
126342004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12635
12636 * simple.el (completion-setup-function): Compute the common parts
12637 and the first difference place correctly when
12638 partial-completion-mode is on.
12639
9586e1d3
VJL
126402004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12641
47a97a6d 12642 * ps-print.el: Doc fix.
9586e1d3
VJL
12643 (ps-print-version): New version 6.6.5.
12644 (ps-printing-region): Doc fix.
12645 (ps-generate-string-list): Comment fix.
47a97a6d
VJL
12646 (ps-message-log-max): Code fix.
12647
47a97a6d
VJL
126482004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12649
12650 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12651 generated PostScript.
9586e1d3 12652
23f87bed
MB
126532004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12654
12655 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12656 with Gnus v5_10 branch.)
12657
126582004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12659
12660 * calendar/time-date.el (time-to-number-of-days): New function.
12661 Imported from from Gnus.
12662
8b66e34f
KS
126632004-07-22 Kim F. Storm <storm@cua.dk>
12664
12665 * progmodes/make-mode.el: Fix comments.
12666
553d3334
VJL
126672004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12668
12669 * printing.el: Doc fix.
12670
bf294e2f
LT
126712004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12672
12673 * frame.el (modify-all-frames-parameters): Minor doc fix.
12674
1637ed87
RS
126752004-07-20 Richard M. Stallman <rms@gnu.org>
12676
6a18e4e7
JL
12677 * textmodes/fill.el (fill-nobreak-p): If this break point is
12678 at the end of the line, don't consider the newline which follows
12679 as a reason to return t.
1637ed87 12680
9375be01
JPW
126812004-07-19 John Paul Wallington <jpw@gnu.org>
12682
12683 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12684
c60b302c
LT
126852004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12686
12687 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12688 Delete irrelevant code.
12689
cdfa3ecc
KG
126902004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12691
38357a23
SM
12692 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12693 New docstring. From Luc Teirlinck.
cdfa3ecc 12694
2d677766
LT
126952004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12696
12697 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12698 section.
12699 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12700 non-file buffers. We know it is nil.
12701
07dfe738
KG
127022004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12703
12704 Sync with Tramp 2.0.43.
12705
c046590e
SM
12706 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12707 Remove outdated comment.
07dfe738
KG
12708 (tramp-locked, tramp-locker): New variables for implementing a
12709 global lock.
c046590e 12710 (tramp-sh-file-name-handler): Use them to implement the global lock.
2d677766 12711
07dfe738
KG
127122004-07-13 Michael Albinus <michael.albinus@gmx.de>
12713
12714 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12715 calls to respective `xxx` calls.
12716 (tramp-process-alive-regexp): Precise doc string.
12717 (tramp-multi-action-process-alive): New defun.
12718 (tramp-multi-actions): Use it.
12719 (tramp-handle-find-backup-file-name): `copy-tree' is available
bf247b6e 12720 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
07dfe738
KG
12721 in order to avoid this function.
12722 (tramp-handle-write-region): Set current buffer. If connection
12723 wasn't open, `file-modes' has changed it accidently. Reported by
12724 David Kastrup <dak@gnu.org>.
12725 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12726 HOST.
12727 (tramp-action-password, tramp-multi-action-password): Apply it.
12728 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12729 name must still contain the port number. Otherwise, we have two
12730 Tramp buffers, with all the confusion. Reported by Myron Selby
12731 <myron@xytech.com> and Rolf Dubitzky
12732 <Dubitzky@physi.uni-heidelberg.de>.
12733
12734 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12735 HOST to `tramp-enter-passwd'.
12736
12737 * net/tramp-vc.el (all): Code cleanup. Change all
12738 `tramp-handle-xxx' calls to respective `xxx` calls.
2d677766 12739
3e39672f
JY
127402004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12741
12742 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12743 functions that are not erroneous if either 1-valued or
12744 multi-valued. Detect functions in this class.
c046590e 12745 (testcover-1value-functions, testcover-compose-functions)
77c99c7f 12746 (testcover-progn-functions) Add some additional functions to lists.
3e39672f
JY
12747 (testcover-mark): Bugfix when marking up the definition for an
12748 empty function.
12749
3751eb00
RS
127502004-07-17 Richard M. Stallman <rms@gnu.org>
12751
c046590e
SM
12752 * replace.el (occur-read-primary-args): Pass default to
12753 read-from-minibuffer.
3751eb00
RS
12754
12755 * mail/footnote.el (footnote-section-tag): Use defcustom.
12756
12757 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12758 Compile font-lock-keywords, not KEYWORDS.
12759 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12760 Add warn, check-type. Handle cerror like error.
12761
77787810
DP
127622004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12763
12764 * progmodes/which-func.el (which-func-keymap): New var.
12765 (which-func-face): New face.
12766 (which-func-format): Use them.
12767
b6fdd1ef
EZ
127682004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12769
12770 * buff-menu.el (list-buffers-noselect): Append the buffer's
12771 process status to its mode name.
12772
f9253326
KS
127732004-07-16 Kim F. Storm <storm@cua.dk>
12774
12775 * simple.el (inhibit-mark-movement): New defvar.
12776 (beginning-of-buffer, end-of-buffer): Do not push mark if
12777 inhibit-mark-movement is non-nil or C-u prefix is given.
12778
12779 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12780 Init to beginning-of-buffer and end-of-buffer.
12781 (cua--undo-push-mark): New defvar.
12782 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12783 already active and command is in cua--preserve-mark-commands.
12784 Also fix check for shift modifier on non-window systems.
12785 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12786
386c8f42
LT
127872004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12788
12789 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12790 of two integers, instead of a cons.
12791
12792 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12793 `visited-file-modtime' now returns a list of two integers, instead
12794 of a cons.
12795
12796 * dired.el (dired-directory-changed-p): Ditto.
12797
12798 * progmodes/grep.el (grep): Doc fix.
12799
c29a05c8
DP
128002004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12801
12802 * autorevert.el (auto-revert-tail-mode)
12803 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12804 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12805 in both at the same time.
12806 (auto-revert-tail-mode): New command.
12807 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12808 (auto-revert-handler): Revert only either tail or whole file.
12809
12810 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12811 add auto-revert-tail-mode.
12812
0117451d
VJL
128132004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12814
12815 * printing.el: Doc fix. Change name of some funs.
12816 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12817 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12818 (pr-standard-file-name): New fun. Replace pr-standard-path.
12819 (pr-call-process): Code fix.
12820
01df0a6d
LT
128212004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12822
12823 * subr.el (with-selected-window): Doc fix.
12824
3ac08e99
LT
128252004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12826
12827 * subr.el (get-buffer-window-list): Doc fix.
12828
90dc1922
LT
128292004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12830
da38045d
LT
12831 * files.el (switch-to-buffer-other-window): Doc fix.
12832
90dc1922 12833 * window.el (save-selected-window, one-window-p)
0ba2e87b
LT
12834 (split-window-keep-point, split-window-vertically)
12835 (split-window-horizontally): Doc fixes.
90dc1922 12836
45f17557
VJL
128372004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12838
12839 * printing.el: Doc fix. Now it uses call-process instead of
12840 shell-command for low command execution.
12841 (pr-version): New version number (6.8).
12842 (pr-shell-file-name): Option removed.
12843 (pr-shell-command): Fun removed.
12844 (pr-call-process): New fun. Replace pr-shell-command.
12845 (pr-standard-path, pr-remove-nil-from-list): New funs.
12846 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12847 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12848 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12849 (pr-ps-utility-process, pr-txt-print): Code fix.
12850
831dc66d
EZ
128512004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12852
12853 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12854 boolean.
12855
80a7a1bf
LH
128562004-07-09 Lars Hansen <larsh@math.ku.dk>
12857
12858 * wid-edit.el (widget-field-buffer): Doc fix.
12859
a29ccd9f
JPW
128602004-07-09 John Paul Wallington <jpw@gnu.org>
12861
c046590e
SM
12862 * emacs-lisp/re-builder.el (reb-update-overlays):
12863 Distinguish between one and several matches in message.
a29ccd9f 12864
02c04e6f
RS
128652004-07-09 Richard M. Stallman <rms@gnu.org>
12866
12867 * mouse.el (mouse-set-region-1): If transient-mark-mode
12868 is `identity', change it to `only'.
12869
12870 * simple.el (current-word): Doc fix.
12871
6d12a4df
MH
128722004-07-09 Mark A. Hershberger <mah@everybody.org>
12873
ae04ab88
MH
12874 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12875 so that it is more understanding of whitespace.
12876
7c018923 12877 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
6d12a4df
MH
12878 (("ns" . "element") (attr-list) children) instead of
12879 ((:ns . "element") (attr-list) children) in order to reduce the
12880 number of symbols used.
12881 (xml-skip-dtd): Change to use xml-parse-dtd but set
12882 xml-validating-parsing to nil.
12883 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12884 (xml-substitute-entity): Remove in favor of new entity substitution.
12885 (xml-substitute-special): Rewrite in to substitute complex
12886 entities from DOCTYPE declarations.
12887 (xml-parse-fragment): Parse fragments from entity deleclarations.
12888 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12889 (xml-parse-dtd, xml-substitute-special): Make validity checks
12890 conditioned on xml-validating-parser. Add "Not Well Formed" to
12891 error messages about well-formedness.
12892
0ecc9999
ST
128932004-07-08 Steven Tamm <steventamm@mac.com>
12894
12895 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12896 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12897 Do not treat double clicks and triple clicks specially in the
12898 scroll bar (preventing strange repositioning problems)
12899
c046590e 129002004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
cc0aea1a
SM
12901
12902 * replace.el (query-replace-regexp-eval): Fix last change.
12903
c046590e 129042004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
6f1df6d9
SM
12905
12906 * replace.el (query-replace-descr): New fun.
12907 (query-replace-read-from, query-replace-read-args): Default to the
12908 previous from&to.
12909 (query-replace-read-to): Quote the `from' string when displaying it.
12910 (query-replace-regexp-eval): Immediately check read-only status.
12911 Use query-replace-read-from to get the \n checking.
12912 Quote the `from' string when displaying it.
12913 (map-query-replace-regexp, occur-read-primary-args):
12914 Quote the `from' string when displaying it.
12915
12916 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12917 delimited-ness of the search to query-replace.
12918
12919 * replace.el (query-replace-read-from, query-replace-read-to):
12920 New funs extracted from query-replace-read-args.
12921 (query-replace-read-args): Use them.
12922
12923 * replace.el (query-replace-interactive, query-replace-read-args):
12924 Remove the `initial' special value.
12925 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12926 (occur-engine): Remove unused var `matchend'.
12927
12928 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12929 Use the search string without prompting.
12930
475344c3
KH
129312004-07-05 Kenichi Handa <handa@m17n.org>
12932
6f1df6d9
SM
12933 * international/mule.el (decode-coding-inserted-region):
12934 Set last-coding-system-used only when coding is nil.
475344c3 12935
2a1a35c6
EZ
129362004-07-03 Eli Zaretskii <eliz@gnu.org>
12937
12938 * progmodes/grep.el (grep-compute-defaults, grep-command)
12939 (grep-program, find-program, grep-find-use-xargs, grep-history)
12940 (grep-find-history, grep-tag-default, grep-find-command)
12941 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12942 Add autoload cookies, for unbundled packages that load `compile'
12943 and expect all grep-related symbols to become defined.
12944
610101de
EZ
129452004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12946
6f1df6d9 12947 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
610101de
EZ
12948 (iimage-mode-image-search-path): New user option to search the
12949 image file.
12950 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12951 have locate-file.
12952 (iimage-mode-buffer): Use it.
12953
e21badcd
NR
129542004-07-03 Nick Roberts <nickrob@gnu.org>
12955
12956 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12957 carefully.
12958 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12959
52979451
JL
129602004-07-03 Juri Linkov <juri@jurta.org>
12961
12962 * replace.el (query-replace-read-args): Swallow space after 'foo,
12963 not after (quote foo). Match space only immediately after symbol,
12964 not anywhere in the whole string.
12965
e3ccf404
RS
129662004-07-02 Richard M. Stallman <rms@gnu.org>
12967
12968 * replace.el (query-replace-read-args): Swallow space after
12969 symbols, not after closeparens. But avoid error if string ends there.
12970
12971 * progmodes/python.el (python-beginning-of-statement):
12972 Exit the loop if backward-up-list gets error.
12973
12974 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
12975
1e118124
AS
129762004-07-02 Andre Spiegel <spiegel@gnu.org>
12977
12978 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
12979 only if vc-consult-headers is non-nil.
12980
5dc0a68b
JL
129812004-07-02 Juri Linkov <juri@jurta.org>
12982
12983 * pcvs.el (cvs-mode-diff-repository): New command.
12984
12985 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
12986
0ec4febd
JL
129872004-07-01 Juri Linkov <juri@jurta.org>
12988
12989 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
12990 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
12991 C-M-% to isearch-query-replace-regexp.
12992 (minibuffer-local-isearch-map): Add arrow key bindings.
12993 Bind C-f to isearch-yank-char-in-minibuffer.
12994 (isearch-forward): Doc fix.
12995 (isearch-edit-string): Doc fix.
12996 (isearch-query-replace, isearch-query-replace-regexp): New funs.
12997 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
12998 (isearch-yank-char): Add optional arg.
12999 (isearch-yank-char-in-minibuffer): New fun.
13000
13001 * replace.el (query-replace-interactive): Change type from boolean
13002 to choice. Add value `initial'.
13003 (query-replace-read-args): Handle value `initial' of
13004 query-replace-interactive.
13005
5fa405b6
KS
130062004-06-29 Kim F. Storm <storm@cua.dk>
13007
13008 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13009 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13010
13011 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13012 Add :group 'ada.
13013
13014 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13015
637b9d73
JL
130162004-06-29 Juri Linkov <juri@jurta.org>
13017
13018 * replace.el (query-replace-read-args): Swallow a space after
13019 everything except )]" which in most cases means after a symbol.
13020
13021 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13022
e3ccf404
RS
130232004-06-28 Richard M. Stallman <rms@gnu.org>
13024
13025 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13026 More changes to go with previous change in font-lock.el.
13027
cb05ca25
DK
130282004-06-26 David Kastrup <dak@gnu.org>
13029
13030 * replace.el (perform-replace): Highlight the match even in
13031 non-query mode if there is potential replace string editing.
13032
3f788773
KG
130332004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13034
15cc764c
KG
13035 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13036 agree with new return value of `file-remote-p'.
13037 This syncs with Tramp 2.0.42.
13038
3f788773
KG
13039 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13040 according to new documentation of `file-remote-p'.
13041
13042 * files.el (file-remote-p): Fix doc to say that return value is
13043 identification of remote system, if not nil.
13044 (file-relative-name): Use new return value of `file-remote-p'.
13045
817819c2
NR
130462004-06-26 Nick Roberts <nickrob@gnu.org>
13047
5fa405b6 13048 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
817819c2
NR
13049 (gdb-goto-breakpoint): Fix breakage.
13050
00170b0d
EZ
130512004-06-26 Eli Zaretskii <eliz@gnu.org>
13052
13053 * man.el (Man-getpage-in-background): Add windows-nt to the list
13054 of systems where shell-file-name should be used instead of
13055 literal "sh".
13056
bc071f64
SS
130572004-06-25 Sam Steingold <sds@gnu.org>
13058
13059 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13060 function names `(setf symbol)'.
13061
b4a4b0ae
RS
130622004-06-24 Richard M. Stallman <rms@gnu.org>
13063
13064 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13065
13066 * font-lock.el (font-lock-keywords): Change format of compiled values.
13067 Document it.
13068 (font-lock-add-keywords): If font-lock-keywords is compiled,
13069 extract the uncompiled version, modify, then recompile.
13070 (font-lock-remove-keywords): Likewise.
13071 (font-lock-fontify-keywords-region): Handle changed format.
13072 (font-lock-compile-keywords): Handle changed format.
13073 (font-lock-set-defaults): Compile the keywords explicitly here.
13074
7c1c02ac
DK
130752004-06-24 David Kastrup <dak@gnu.org>
13076
13077 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13078 replacements here.
13079 (query-replace-regexp): Doc string explaining this and the new
13080 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13081 is better placed in `query-replace-read-args'.
13082 (replace-regexp): Explain `\,', `\#' and `\?'.
13083 (replace-match-data): New function for thorough reuse/destruction
13084 of old match-data.
c8d09ad8 13085 (replace-match-maybe-edit): Function for implementing `\?' editing.
7c1c02ac
DK
13086 (perform-replace): Fix maintaining of the match stack including
13087 already matched regions, implement `\?', fix various problems
13088 with regions while editing and other stuff.
c8d09ad8 13089 (replace-highlight): Simplify.
7c1c02ac 13090
bb72b9d0
DP
130912004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13092
13093 * progmodes/grep.el (grep-error-screen-columns): New variable.
13094 (grep-regexp-alist): Give it the full functionality of gnu style
13095 compilation messages with line and column ranges. Ask me for the
13096 perl script I'm working on, that uses these.
13097
7b199114
NR
130982004-06-23 Nick Roberts <nickrob@gnu.org>
13099
52eb0373 13100 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
7b199114
NR
13101 Remove.
13102 (comint-insert-input, comint-mouse-insert-input): New functions
13103 based on comint-insert-clicked-input for two bindings but just
13104 one functionality.
13105
21ae22ff
LT
131062004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13107
13108 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13109
255d07dc
LH
131102004-06-23 Lars Hansen <larsh@math.ku.dk>
13111
13112 * files.el (write-contents-functions): Doc fix.
13113
4e9691e9
JB
131142004-06-21 Juanma Barranquero <lektu@terra.es>
13115
c8d09ad8 13116 * image.el (image-library-alist): Rewrite docstring in active voice.
4e9691e9 13117
376de739
RS
131182004-06-20 Richard M. Stallman <rms@gnu.org>
13119
13120 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13121
13122 * isearch.el (isearch-repeat): Avoid testing old match data.
13123 (isearch-message): Display trailing space in special font
13124 when search is failing.
13125 (isearch-search-fun-function): Doc fix.
13126
13127 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13128
e6c45c29
LT
131292004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13130
13131 * frame.el (show-trailing-whitespace): Doc fix.
13132
13133 * cus-edit.el (custom-variable-documentation): New function.
13134 (custom-variable): Use it.
13135
6871c35f
NR
131362004-06-19 Nick Roberts <nickrob@gnu.org>
13137
13138 * man.el (Man-getpage-in-background): Revert previous change but
13139 make cygwin a special case.
13140
9ae0d84f
LT
131412004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13142
c8d09ad8
SM
13143 * autorevert.el (global-auto-revert-non-file-buffers):
13144 Update docstring.
9ae0d84f 13145
fed0b1ee
DP
131462004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13147
13148 * progmodes/compile.el (compilation-error-properties): Store one
13149 more than end-col, if present, so that transient-mark-mode will
13150 highlight last char too.
13151 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13152 ranges, if present.
13153
f34bdfdc
JR
131542004-06-18 Jason Rumney <jasonr@gnu.org>
13155
13156 * makefile.w32-in: Double percent signs in for loops.
13157
2f57bf85
DK
131582004-06-17 David Kastrup <dak@gnu.org>
13159
13160 * replace.el (query-replace-read-args): Only warn about use of \n
13161 and \t when we are doing a regexp replacement and the actual
13162 escaped character is n or t.
13163 (query-replace-regexp): Add \, and \# interpretation to
13164 interactive call and document it.
c8d09ad8 13165 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
2f57bf85
DK
13166 as shortkey for replace-count.
13167 (replace-quote): New function for doubling backslashes.
13168
0111ab41
JB
131692004-06-17 Juanma Barranquero <lektu@terra.es>
13170
f4af98d8
JB
13171 * files.el (parse-colon-path, cd): Mention in docstring that the
13172 path separator is colon in GNU-like systems.
13173
13174 * newcomment.el (comment-region-internal): Fix docstring.
13175
0111ab41
JB
13176 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13177 (ewoc-invalidate, ewoc-collect): Doc fixes.
13178 (ewoc--create-node, ewoc--delete-node-internal):
13179 Fix typos in docstring.
13180
c90dcdd5
LT
131812004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13182
13183 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13184 manual to docstring.
13185
3a504454
VJL
131862004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13187
13188 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13189
1f94377f
LT
131902004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13191
13192 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13193 Add hyperlink to emacs-xtra manual to docstring.
13194
c8d09ad8
SM
13195 * autorevert.el (global-auto-revert-non-file-buffers):
13196 Add hyperlink to emacs-xtra manual to docstring, as well as an
1f94377f
LT
13197 info-link.
13198
fe347034
JB
131992004-06-14 Juanma Barranquero <lektu@terra.es>
13200
13201 * image.el (image-library-alist): New variable to map image types
13202 to external libraries. Initialized to nil, unless system-specific
13203 configs change it.
13204 (image-type-available-p): Determine whether an image type is
13205 available by calling `init-image-library'.
13206
13207 * term/w32-win.el (image-library-alist): Initialize to a known set
13208 of probable library names.
13209
c1136bda
KH
132102004-06-14 Kenichi Handa <handa@m17n.org>
13211
4060d762
KH
13212 * international/code-pages.el (windows-1256, cp1125): Fix tables
13213 for several characters.
13214
c8d09ad8 13215 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
c1136bda 13216
092de21d
RS
132172004-06-13 Richard M. Stallman <rms@gnu.org>
13218
13219 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13220
13221 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13222 not "`pc-selection-mode'".
13223
13224 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13225
13226 * simple.el (previous-matching-history-element): Specify a default.
13227
13228 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13229
13230 * cus-face.el (custom-declare-face): Simplify code.
13231
13232 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13233
25f6295e
LT
132342004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13235
13236 * files.el (before-save-hook): Add `time-stamp' to the options.
13237
13238 * time-stamp.el (time-stamp): Recommend adding it to
1ebd4f78 13239 `before-save-hook', rather than `write-file-functions'.
25f6295e
LT
13240 Make a similar change in `Commentary' section.
13241
6393ab2a
KG
132422004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13243
13244 * diff-mode.el (diff-current-defun): If at start of hunk, use
13245 position of first change.
13246
c04ebd1d
LH
132472004-06-13 Lars Hansen <larsh@math.ku.dk>
13248
13249 * dired-x.el (dired-mark-omitted): Bind to "*O".
13250
037b0a87
KF
132512004-06-12 Karl Fogel <kfogel@red-bean.com>
13252
13253 * bookmark.el (bookmark-bmenu-relocate): New function, as
13254 suggested by David J. Biesack <David.Biesack@sas.com>.
13255 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13256 (bookmark-bmenu-mode): Describe binding in doc string.
13257 (bookmark-set-filename): Save the bookmark list if it's time.
13258
6fb41b5b
KH
132592004-06-13 Kenichi Handa <handa@m17n.org>
13260
c8d09ad8 13261 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
6fb41b5b
KH
13262 (ccl-untranslated-to-ucs): Fix typo.
13263
95e4a189 132642004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
fc3095ce 13265
c8d09ad8
SM
13266 * progmodes/python.el (python-open-block-statement-p):
13267 Fix indentation after a block opening that contains a comment.
fc3095ce 13268
7c226e40
EZ
132692004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13270
13271 * bindings.el (completion-ignored-extensions): Add file extensions
13272 of Python byte-compiled files.
13273
1c492b87
JL
132742004-06-12 Juri Linkov <juri@jurta.org>
13275
13276 * info.el (Info-goto-node): Add autoload.
13277 (Info-toc): Add substring-no-properties on Info file name.
13278 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13279 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13280
66189a40
KH
132812004-06-12 Kenichi Handa <handa@m17n.org>
13282
c8d09ad8
SM
13283 * international/mule-cmds.el (set-language-environment):
13284 Load subst tables if necessary.
66189a40 13285
c8d09ad8 13286 * international/mule.el (decode-char): Load subst tables if necessary.
66189a40
KH
13287 (encode-char): Likewise.
13288
13289 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13290 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13291 (utf-16le-decode-loop): Set r5 to -1 before loop.
13292 (utf-16be-decode-loop): Likewise.
13293 (ccl-decode-mule-utf-16le): Add EOF processing block.
13294 (ccl-decode-mule-utf-16be): Likewise.
13295 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13296 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13297 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13298 (ccl-mule-utf-16-encode-untrans): New CCL.
13299 (utf-16-decode-to-ucs): Handle pre-read character.
13300 (utf-16le-encode-loop): Handle surrogate pair.
13301 (utf-16be-encode-loop): Likewise.
c8d09ad8 13302 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
66189a40 13303 of utf-16le-encode-loop.
c8d09ad8 13304 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
66189a40 13305 of utf-16be-encode-loop.
c8d09ad8
SM
13306 (mule-utf-16-post-read-conversion):
13307 Call utf-8-post-read-conversion at first.
13308 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13309 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
66189a40
KH
13310 Add post-read-conversion and pre-write-conversion.
13311
c8d09ad8 13312 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
66189a40
KH
13313 (utf-translate-cjk-unicode-range): New variable.
13314 (utf-translate-cjk-load-tables): New function.
13315 (utf-lookup-subst-table-for-decode): New function.
13316 (utf-lookup-subst-table-for-encode): New function.
13317 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13318 tables here. Update safe-charsets of utf-* coding systems.
13319 (ccl-mule-utf-untrans): New CCL.
13320 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13321 at end of each branch.
13322 (ccl-mule-utf-8-encode-untrans): New CCL.
13323 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13324 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13325 length of encoding. Don't return r0.
13326 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
c8d09ad8
SM
13327 (utf-8-post-read-conversion): Narrow to region properly.
13328 If utf-translate-cjk-mode is on, load tables if necessary.
13329 Call utf-8-compose with hash-table arg if necessary.
13330 Call XXX-compose-region instead of XXX-post-read-convesion.
66189a40
KH
13331 (utf-8-pre-write-conversion): New function.
13332 (mule-utf-8): Include CJK charsets in safe-charsets if
13333 utf-translate-cjk-mode is on. Add pre-write-conversion.
13334
13335 * international/characters.el: Temporarily set
13336 utf-translate-cjk-mode to nil.
13337
c8d09ad8
SM
13338 * language/devan-util.el (devanagari-compose-region):
13339 Add autoload cookie.
66189a40
KH
13340
13341 * international/ccl.el (ccl-dump-call): Fix printing the
13342 subroutine name.
13343
7805cdbd
LT
133442004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13345
13346 * dired.el (dired-revert): If buffer is marked unmodified before
13347 reverting, keep it marked unmodified.
13348 Adapt to new conventions for commenting out code.
c8d09ad8 13349 (dired-make-relative): Adapt to new conventions for commenting out code.
7805cdbd 13350
0c2222fa
MB
133512004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13352
c8d09ad8
SM
13353 * eshell/esh-module.el (eshell-load-defgroups):
13354 Bind `vc-handled-backends' to nil when opening files.
0c2222fa 13355
e9efcef4
JB
133562004-06-11 Juanma Barranquero <lektu@terra.es>
13357
13358 * files.el (parse-colon-path, cd): Doc fixes (refer to
13359 `path-separator', not colon).
13360
9fc2be4c
JB
133612004-06-10 Juanma Barranquero <lektu@terra.es>
13362
13363 * newcomment.el (comment-search-forward)
13364 (comment-search-backward): Fix typos in docstring.
13365 (comment-region): Doc fix.
13366
d39e545f
LT
133672004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13368
13369 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13370 switch is no longer stored in `dired-switches-alist'.
13371
13372 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13373 `dired-switches-alist'.
13374
d82baff9
KS
133752004-06-10 Kim F. Storm <storm@cua.dk>
13376
13377 * pcvs.el (cvs-mode-diff-yesterday): New command.
13378
13379 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13380
4545a37c
JL
133812004-06-10 Juri Linkov <juri@jurta.org>
13382
13383 * emacs-lisp/edebug.el (edebug-eval-defun):
13384 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13385 Fix docstring.
13386
13387 * simple.el (eval-expression-print-format): Don't print additional
13388 information on the first call to `eval-print-last-sexp'.
13389 (next-error-find-buffer): Fix punctuation.
13390 (killing) <defgroup>: Fix punctuation.
13391 (yank-excluded-properties): Change group from editing to killing.
13392
13393 * replace.el (perform-replace): Use `limit' to terminate the
13394 while-loop explicitly.
13395
2736c905
JD
133962004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13397
d82baff9
KS
13398 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13399 Use lc-*.xpm as prefix instead of *-locol.xpm.
2736c905
JD
13400
13401 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13402 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13403 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13404 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13405 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13406 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13407 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13408 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13409 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13410 * toolbar/lc-up_arrow.xpm:
77c99c7f 13411 Rename from *-locol.xpm.
2736c905 13412
067eac9b
RV
134132004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13414
13415 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13416 include forms like &<str>; as valid url patterns.
13417
ca0028ce
LT
134182004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13419
13420 * dired.el (dired-diff, dired-backup-diff)
13421 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13422 (dired-do-chown, dired-do-touch, dired-do-print)
13423 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13424 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13425 (dired-create-directory, dired-do-copy, dired-do-symlink)
13426 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13427 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13428 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13429 (dired-maybe-insert-subdir, dired-next-subdir)
13430 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13431 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13432 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13433 (dired-run-shell-command, dired-query): Remove redundant,
13434 or incorrect, autoloads.
13435
13436 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
c8d09ad8
SM
13437 does not end in a slash. Add optional argument KILL-ROOT.
13438 Update docstring.
ca0028ce
LT
13439 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13440 (dired-query): Add autoloads.
13441
ed27bf96
DP
134422004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13443
c8d09ad8
SM
13444 * progmodes/compile.el (compilation-set-window-height):
13445 Rearrange the save-* functions because a buffer can have several current
ed27bf96
DP
13446 point in different windows.
13447 (compilation-error-regexp-alist-alist): Recognize {standard input}
13448 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13449
9757a56b
JD
134502004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13451
13452 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13453 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13454 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
a4ba8298 13455 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
9757a56b
JD
13456 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13457 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
a4ba8298 13458 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
9757a56b
JD
13459 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13460 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13461 * toolbar/up_arrow-locol.xpm:
13462 New versions of icons that uses fewer colors.
ed27bf96 13463
9757a56b
JD
13464 * toolbar/tool-bar.el (tool-bar-local-item)
13465 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13466 if display-color-cells is 256 or less.
13467
765771b1
KS
134682004-06-08 Kim F. Storm <storm@cua.dk>
13469
13470 * wid-edit.el (widget-specify-button): Use hand pointer rather
13471 than mouse-face as visible mouse-over effect.
13472
5f29a6c8
KF
134732004-06-07 Karl Fogel <kfogel@red-bean.com>
13474
13475 * saveplace.el (save-place-alist-to-file): Bind `print-length'
765771b1 13476 and `print-level' to nil when writing out `save-place-alist'.
5f29a6c8 13477 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
765771b1 13478
0b0dea7b
JB
134792004-06-07 Juanma Barranquero <lektu@terra.es>
13480
13481 * completion.el (completion-kill-region): Doc fix.
13482
13483 * format.el (format-insert-annotations)
13484 (format-annotate-location): Doc fixes.
c8d09ad8 13485 (format-subtract-regions): Make arguments match their use in docstring.
0b0dea7b
JB
13486
13487 * simple.el (kill-region): Doc fix.
13488
13489 * subr.el (insert-buffer-substring-no-properties)
13490 (insert-buffer-substring-as-yank): Doc fixes.
13491
487327a9
LT
134922004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13493
0aa99669
LT
13494 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13495 Update docstring.
13496 (dired-reset-subdir-switches): New function.
13497
487327a9
LT
13498 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13499 Limit scope of `buffer-read-only' binding.
13500
2a050854
JW
135012004-06-06 Emilio C. Lopes <eclig@gmx.net>
13502
08384afd
KS
13503 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13504 eshell-explicit-command-char.
2a050854 13505
8c1138be
JB
135062004-06-06 Juanma Barranquero <lektu@terra.es>
13507
13508 * help-fns.el (help-argument-name): Inherit from italic face only
13509 if the frame supports it.
13510
722ceca4
JD
135112004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13512
d82baff9 13513 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
60ce1c58
KS
13514 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13515 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13516 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13517 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13518 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13519 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13520 New conversions from xpm files.
722ceca4
JD
13521
13522 * toolbar/README: New file.
13523
33bc06fb
RS
135242004-06-06 Richard M. Stallman <rms@gnu.org>
13525
13526 * isearch.el (isearch-mode-map): Undo previous change.
13527
575f6118
JL
135282004-06-05 Juri Linkov <juri@jurta.org>
13529
13530 * bindings.el (debug-ignored-errors): Add regexps for history
13531 related messages. Remove $ from "No further undo information".
13532 Move Ediff's messages to ediff.el.
13533
13534 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13535
13536 * cus-edit.el (custom-display): Add `min-colors'.
13537
13538 * custom.el (defface): Add `supports' to docstring.
13539
13540 * help-fns.el (help-argument-name): Add :group 'help.
13541
a994ebb8
LT
135422004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13543
13544 * find-dired.el (find-ls-subdir-switches): New user option.
13545 (find-dired): No longer call `abbreviate-file-name' on DIR.
13546 Set `dired-subdir-switches' buffer-locally.
13547
13548 * locate.el: Merge the two `Commentary' sections.
13549 (locate-ls-subdir-switches): New user option.
13550 (locate): Update for other changes.
13551 (locate-mode-map): Restore Dired binding for mouse-2.
13552 Bind `locate-mouse-view-file' to M-mouse-2.
13553 Bind `l' to `locate-do-redisplay'.
13554 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13555 (locate-mouse-view-file, locate-tags, locate-find-directory):
13556 Print message if used outside main listing.
13557 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13558 Various changes to support inserted subdirectories.
13559 (locate-insert-header): Change header of *Locate* buffer.
13560
13561 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13562 Change interactive default switches.
13563 (dired-rename-subdir-2): Update `dired-switches-alist'.
13564 (dired-insert-subdir, dired-kill-subdir):
13565 Handle `dired-switches-alist'. Do not mark buffer modified.
13566 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13567 (dired-insert-subdir-doinsert): Omit messages.
13568 Handle `dired-subdir-switches'.
13569 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13570
c8d09ad8 13571 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
a994ebb8
LT
13572 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13573 subdirs if -R switch is used for a subdir.
13574 (dired-mode): Set `dired-switches-alist'.
13575 (dired-build-subdir-alist): Only print number of directories in
13576 echo area when invoked interactively.
13577
d6921846
LH
135782004-06-05 Lars Hansen <larsh@math.ku.dk>
13579
13580 * dired-x.el (dired-omit-mode): Rename from
88c29504 13581 dired-omit-files-p. Use define-minor-mode to define it.
d6921846 13582 (dired-omit-files-p): Add as alias for dired-omit-mode.
88c29504 13583 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
d6921846 13584 dired-mark-omitted.
88c29504 13585 (dired-mark-omitted): Add. Bind to M-O.
d6921846 13586
62bfe0fc
KH
135872004-06-05 Kenichi Handa <handa@m17n.org>
13588
13589 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13590
8be2a2dd
JB
135912004-06-05 Juanma Barranquero <lektu@terra.es>
13592
13593 * help-fns.el (help-argument-name): Reintroduce face.
13594 (help-default-arg-highlight): Use it, now that
13595 `face-differs-from-default-p' can be trusted.
13596
7780d793
JB
135972004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13598
13599 * textmodes/table.el: Sentence commands added to Point Motion
13600 group; kill and backward-kill commands added to Extraction group.
13601
9742a3a6
EZ
136022004-06-04 Mario Lang <mlang@delysid.org>
13603
c8d09ad8 13604 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
9742a3a6
EZ
13605 systems appear to use mW, make the code handle this. Fix a
13606 division-by-zero bug while at it, and handle kernels with
13607 a slightly different layout in /proc/acpi.
13608
e2cae769 136092004-06-04 Karl Fogel <kfogel@red-bean.com>
5129f10c 13610
52eb0373 13611 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
5129f10c 13612 because the latter is a CL-ism. This fixes the bug reported by
7780d793 13613 Shawn Boyette <mdxi@collapsar.net> in
c8d09ad8 13614 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
5129f10c 13615
9717e36c
MB
136162004-06-04 Miles Bader <miles@gnu.org>
13617
13618 * faces.el (display-supports-face-attributes-p): Function moved to
13619 C code. Previously only the tty-related portion of this function
13620 was done in C; however the previous attempt to do a halfway-proper
13621 job for non-tty displays in lisp didn't work properly because of
e2cae769 13622 funny conditions during Emacs startup.
1151d617
MB
13623 (face-differs-from-default-p): Simplify, now that
13624 display-supports-face-attributes-p works properly on all display
13625 types. Remove :stipple from comparison; it doesn't really work
13626 in emacs anyway.
9717e36c 13627
7e07a66d
MB
136282004-06-04 Miles Bader <miles@gnu.org>
13629
13630 * faces.el (face-differs-from-default-p): Use a different
13631 implementation, so we can really check whether FACE displays
13632 differently or not.
13633
421c91e5
MB
136342004-06-04 Miles Bader <miles@gnu.org>
13635
13636 * faces.el (display-supports-face-attributes-p): Implement a
13637 `different from default' check for non-tty displays.
13638
67c41d86
DK
136392004-06-03 David Kastrup <dak@gnu.org>
13640
13641 * woman.el (woman-mapcan): More concise code.
13642 (woman-topic-all-completions, woman-topic-all-completions-1)
13643 (woman-topic-all-completions-merge): Replace by a simpler and
13644 much faster implementation based on O(n log n) sort/merge instead
13645 of the old O(n^2) behavior.
13646
2bb680b0
MB
136472004-06-03 Miles Bader <miles@gnu.org>
13648
2d14d61e
MB
13649 * subr.el (read-number): Use canonical format for default in prompt.
13650
c8d09ad8
SM
13651 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13652 Add regexp for " [...]" style defaults.
2bb680b0 13653
0bdd7ae4
JPW
136542004-06-02 Romain Francoise <romain@orebokech.com>
13655
13656 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13657 groups: if the user asks for a hidden buffer, open the
13658 corresponding filter group to expose it.
13659
13660 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13661 `ibuffer-jump-to-buffer'.
13662 (ibuffer-jump-offer-only-visible-buffers): New user option.
13663
86d373e6
JB
136642004-06-02 Juanma Barranquero <lektu@terra.es>
13665
13666 * faces.el (frame-update-faces): Add empty docstring so the one
13667 for `ignore' doesn't show through.
13668
13669 * subr.el (process-kill-without-query): Remove spurious "\n" on
13670 obsolescence string.
13671 (focus-frame, unfocus-frame): Add obsolescence declaration and
13672 empty docstring.
13673
13674 * international/mule.el (register-char-codings): Make alias for
c8d09ad8 13675 `ignore'. Move docstring to obsolescence info and remove redundancy.
86d373e6 13676
90ec69c7
KS
136772004-06-02 Kim F. Storm <storm@cua.dk>
13678
13679 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13680 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13681
c8d09ad8
SM
136822004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13683
13684 * comint.el (comint-replace-by-expanded-history-before-point):
13685 Obey `start' as the docstring says.
13686 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13687 (comint-update-fence): Prevent font-lock from running unnecessarily.
13688 (comint-dynamic-list-completions): Use with-current-buffer.
13689
136902004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13691
13692 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13693 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13694 (bibtex-entry-update): Handle alternatives and optional fields.
13695 (bibtex-parse-entry): Bugfix, handle empty key.
13696
ef5572c5
SM
136972004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13698
13699 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13700
7bfa55b3
LH
137012004-05-31 Lars Hansen <larsh@math.ku.dk>
13702
13703 * desktop.el (desktop-save): Don't save minor modes without a
13704 known mode initialization function.
13705
64df673d
LT
137062004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13707
ef5572c5 13708 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
64df673d
LT
13709
13710 * autorevert.el: Update `Commentary' section.
13711
aa8ca433
JB
137122004-05-30 Juanma Barranquero <lektu@terra.es>
13713
13714 * dos-fns.el (convert-standard-filename):
13715 * files.el (convert-standard-filename):
13716 * w32-fns.el (convert-standard-filename):
13717 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13718
2fcaee47 137192004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
aa8ca433 13720
2fcaee47
KG
13721 Sync with Tramp.
13722
aa8ca433 13723 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
ef5572c5
SM
13724 (tramp-let-maybe): Move to an earlier spot in the file.
13725 Patch by Andreas Schwab.
2fcaee47 13726
5709c1a0
AS
137272004-05-30 Andreas Schwab <schwab@suse.de>
13728
13729 * dired.el (dired-get-filename): Don't use dired-re-dot.
13730
7a61e456
RS
137312004-05-30 Richard M. Stallman <rms@gnu.org>
13732
13733 * files.el (find-file): Doc fix.
13734
13735 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13736
f471ca2b
NR
137372004-05-30 Nick Roberts <nickrob@gnu.org>
13738
13739 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13740 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13741 modeline of the locals buffer.
13742 (gdb-goto-breakpoint): Handle gdbmi.
13743 (gdb-get-frame-number): Change for gdbmi.
13744
c8364415
MA
137452004-05-30 Michael Albinus <michael.albinus@gmx.de>
13746
13747 * files.el (file-remote-p): Apply file name handler for operation
13748 `file-remote-p'. It isn' a property any longer.
13749 (file-relative-name): `fh' and `fd' get the required value via
13750 `find-file-name-handler' already.
13751
13752 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13753 (top): Remove setting of `file-remote-p' property for
ef5572c5 13754 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
c8364415 13755
19a87064
MA
137562004-05-29 Michael Albinus <michael.albinus@gmx.de>
13757
13758 Version 2.0.41 of Tramp released.
13759
ef5572c5
SM
13760 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13761 Throw away if process has died.
13762 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13763 (tramp-out-of-band-prompt-regexp): Rename to
19a87064
MA
13764 `tramp-process-alive-regexp', because its usage is widen.
13765 (tramp-actions-copy-out-of-band): Apply it.
ef5572c5
SM
13766 (tramp-actions-before-shell, tramp-multi-actions):
13767 Add `tramp-action-process-alive' action.
19a87064
MA
13768 (tramp-action-process-alive): New defun.
13769 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13770 Add entry for `file-remote-p'.
13771 (tramp-handle-file-remote-p): New defun.
13772 (top): Remove setting of `file-remote-p'. Don't set
13773 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13774
13775 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13776 `file-remote-p'.
13777
13778 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
ef5572c5
SM
13779 counted for (last) line. [They should or they shouldn't? --Stef]
13780 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
19a87064
MA
13781
137822004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13783
13784 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13785 not really necessary but seems to keep the shell history smaller
13786 in some cases. It is no substitute for setting HISTFILE and
13787 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13788 though. Suggested by Luc Teirlinck.
13789 (tramp-open-connection-setup-interactive-shell): Export variables
13790 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13791 (tramp-set-process-query-on-exit-flag): New compat function.
13792 (tramp-open-connection-multi, tramp-open-connection-su)
13793 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13794 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13795 (tramp-let-maybe): New macro, let-binds a variable only if it
13796 isn't obsolete.
13797 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13798 (tramp-handle-file-truename): Use it.
13799 (tramp-completion-file-name-regexp-unified): Avoid matching
13800 filenames starting with "/:" -- those are reserved for
13801 file-name-non-special.
13802
ef5572c5
SM
13803 * tramp-smb.el (tramp-smb-open-connection):
13804 Use tramp-set-process-query-on-exit-flag compat function.
19a87064 13805
08fd1251
RS
138062004-05-29 Richard M. Stallman <rms@gnu.org>
13807
13808 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13809
13810 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13811 (eval-last-sexp-print-value): Print char equivalent regardless
13812 of standard-output value.
13813
ef5572c5 13814 * thumbs.el (thumbs-subst-char-in-string): Delete.
08fd1251
RS
13815 (thumbs-thumbname): Use subst-char-in-string.
13816 (thumbs-resize-image): Use condition-case, not ignore-errors.
13817 (thumbs-kill-buffer): Likewise.
13818
13819 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13820 (thumbs-mode): Make buffer read-only.
13821 (thumbs-make-thumb): Unconditionally accept an existing file.
13822 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13823 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13824 (thumbs-show-thumbs-list): Error if images not supported.
13825 (thumbs-save-current-image): Improve prompt string.
13826 (thumbs-mode-map): Define u, R, x.
13827 (thumbs-unmark): New command.
13828 (thumbs-emboss-image): Minor cleanup.
13829 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13830 (thumbs-rename-images): New command.
13831 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13832
13833 * thumbs.el (thumbs-current-image): New function.
13834 (thumbs-file-list, thumbs-file-alist): New functions.
13835 (thumbs-find-image): Delete arg L.
13836 Don't set up thumbs-fileL as buffer-local global var.
13837 (thumbs-find-image-at-point): Use thumbs-current-image.
13838 (thumbs-set-image-at-point-to-root-window): Likewise.
13839 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13840 Record and warn about errors. Update thumbs-markedL for deletions.
13841 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13842 (thumbs-redraw-buffer): Use thumbs-file-list.
13843 (thumbs-mark): Use thumbs-current-image.
13844 (thumbs-show-name): Use thumbs-current-image.
13845
13846 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13847 and imenu--last-menubar-index-alist.
13848
13849 * subr.el (with-selected-window): Undo previous change.
13850
138512004-05-29 John Paul Wallington <jpw@gnu.org>
13852
13853 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13854 (thumbs-mouse-find-image): New command.
13855 (thumbs-mode-map): Bind it to mouse-2.
e2cae769 13856 (thumbs-mode): Make mode-class special.
08fd1251
RS
13857 (thumbs-view-image-mode): Likewise.
13858
9dd5e8d7
EZ
138592004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13860
13861 * flymake.el: New file.
13862
0a11c70b
LT
138632004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13864
13865 * files.el (find-file-noselect-1): Do not bind
13866 `inhibit-read-only' to t during execution of
13867 `find-file-not-found-functions'.
13868
227ef0ff
SM
138692004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13870
13871 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13872 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13873
6b9654dc
JL
138742004-05-28 Juri Linkov <juri@jurta.org>
13875
13876 * simple.el (eval-expression-print-format): New fun.
13877
13878 * simple.el (eval-expression):
13879 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13880 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13881 (edebug-eval-expression): Print additionally the value returned by
13882 `eval-expression-print-format'.
13883
13884 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13885 (insert-pair): Make arguments optional. Find character pair
13886 from `insert-pair-alist' according to the last input event.
13887 (insert-parentheses): Make arguments optional.
13888 (raise-sexp, delete-pair): New funs.
13889
13890 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13891 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13892 Bind C-M-q to `indent-pp-sexp'.
13893
13894 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13895 `pp-to-string' modified to be able to format text with newlines.
13896 (pp-to-string): Move the buffer-formatting part of the code to
13897 `pp-buffer'. Call `pp-buffer'.
13898
13899 * info.el (Info-desktop-buffer-misc-data): Don't save information
13900 about virtual files.
13901 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13902 buffers with names obtained from the desktop file instead of the
13903 default *info* buffer.
13904
ce50a847
SM
139052004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13906
034a6113
SM
13907 * subr.el (with-selected-window): Only save/restore the selected window.
13908
ce50a847
SM
13909 * progmodes/compile.el (compilation-error-regexp-alist):
13910 Use expand-file-name and data-directory.
13911
13912 * progmodes/grep.el (grep-tree): Rework previous fix.
13913
13914 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13915 after the user marked text with the mouse.
13916
13917 * startup.el (command-line): Keep the first regexp of
13918 auto-save-file-name-transforms intact.
13919
5445d287
JB
139202004-05-28 Juanma Barranquero <lektu@terra.es>
13921
13922 * cus-edit.el (customize-face, customize-face-other-window)
86d373e6
JB
13923 (custom-face-edit-delete): Make arguments match their use in
13924 docstring.
13925 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13926 docstring.
5445d287
JB
13927
13928 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13929 not `cvs-butlast'.
13930
13931 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13932 `nbutlast' are in subr.el).
13933
13934 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13935 (set-w32-system-coding-system): Doc fixes.
13936
ce50a847 13937 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
5445d287
JB
13938 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13939 Make arguments match their use in docstring.
13940 (artist-draw-region-trim-line-endings)
13941 (artist-mouse-choose-operation): Fix typo in docstring.
13942 (artist-key-set-point-common): Doc fix.
13943
1cfd38a8
SJ
139442004-05-28 Simon Josefsson <jas@extundo.com>
13945
ce50a847
SM
13946 * mail/smtpmail.el (smtpmail-open-stream):
13947 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
1cfd38a8 13948
9e94e254
SJ
139492004-05-26 Simon Josefsson <jas@extundo.com>
13950
13951 * starttls.el: Merge with my GNUTLS based starttls.el.
13952 (starttls-gnutls-program, starttls-use-gnutls)
13953 (starttls-extra-arguments, starttls-process-connection-type)
ce50a847 13954 (starttls-connect, starttls-failure, starttls-success): New variables.
9e94e254 13955 (starttls-program, starttls-extra-args): Doc fix.
ce50a847
SM
13956 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13957 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13958 and pass on to corresponding *-gnutls function if it is set.
9e94e254 13959
62aad204
LT
139602004-05-27 Luc Teirlinck <teirllm@auburn.edu>
13961
13962 * autorevert.el (auto-revert-handler): Disable auto-reverting of
13963 remote files.
13964
ae3b2983
MA
139652004-05-27 Michael Albinus <michael.albinus@gmx.de>
13966
13967 * files.el (file-name-non-special): There are more operations
13968 which need handling: `find-backup-file-name',
13969 `insert-file-contents', `verify-visited-file-modtime',
13970 `write-region'. Rename t value of method to `add'. Add new
13971 methods `quote' and `unquote-then-quote' to file-arg-indices.
13972
1021748d
JL
139732004-05-25 Juri Linkov <juri@jurta.org>
13974
13975 * info.el (Info-toc): Call Info-mode on intermediate buffer.
13976 (Info-index-nodes): Enclose code in condition-case to catch errors.
13977 (Info-index-node): Don't search all index nodes if request is only
13978 for the current node and file is not in the cache of index nodes.
13979 (Info-mode-map): Bind Info-copy-current-node-name to `w'
13980 for consistency with dired-copy-filename-as-kill.
13981 Bind `S' to Info-search-case-sensitively.
13982 (Info-copy-current-node-name): New arg. With zero prefix arg put
13983 the name inside a function call to `info'. Display copied text in
13984 the echo area.
13985
59de4ad0
SS
139862004-05-25 Sam Steingold <sds@gnu.org>
13987
13988 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
13989 strip the package prefix from the symbol name, if any.
13990 Make it the `find-tag-default-function' for `lisp-mode'.
13991
1a597f4f
JPW
139922004-05-25 John Paul Wallington <jpw@gnu.org>
13993
13994 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
13995 instead of obsolete `process-kill-without-query'.
13996
13997 * textmodes/texinfmt.el (texinfo-indexvar-alist):
13998 Declare as variable, not constant.
13999
74dca654
LT
140002004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14001
14002 * files.el (find-file-noselect-1): Fix bug introduced by
14003 Revision 1.694. As a side effect, `inhibit-read-only'
14004 is again, by default, t during execution of
14005 `find-file-not-found-functions'.
14006 (insert-directory): Check that lines were really inserted by
14007 the --dired switch, before erasing them.
14008
00da1cc5
NR
140092004-05-24 Nick Roberts <nickrob@gnu.org>
14010
c9858347 14011 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
00da1cc5 14012 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
c9858347
NR
14013 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14014 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14015 gud-minor-mode (gdbmi).
00da1cc5 14016
4c493999
JB
140172004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14018
14019 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14020 explicitly select the text to be taken as URL.
14021
675254bc
JL
140222004-05-23 Juri Linkov <juri@jurta.org>
14023
14024 * info.el (Info-index-nodes): New var and fun.
14025 (Info-goto-index, Info-index, info-apropos)
14026 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14027 (Info-index): Fix docstring. Store and restore Info-history-list.
14028 (Info-complete-nodes): New var.
14029 (Info-complete-menu-item): Use it.
14030 (Info-index-node): New fun.
14031 (Info-final-node, Info-forward-node, Info-backward-node)
14032 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14033 Use Info-index-node.
14034 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14035 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14036 (Info-find-node-2): If a node with period in its name not found,
14037 try to find a node without the name part after period.
14038 (Info-select-node): Call Info-fontify-node only if
14039 Info-fontify-maximum-menu-size is not nil.
14040 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14041 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14042 Preserve Info-history-list.
14043 (Info-toc): Set Info-current-file.
14044 (Info-build-toc): Move point to the beginning of the buffer.
14045 Add main-file variable.
14046 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14047 Use backslashed representation of the control character ^_.
14048
14049 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14050 numbers in the new Texinfo 4.7 format.
14051
14052 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14053 regexps for function and variable names.
14054
14055 * descr-text.el (describe-property-list): Add [show] button for
14056 `syntax-table' property with action to pp to a separate buffer.
14057 (describe-char): Replace search-forward by re-search-forward with
ce50a847 14058 whitespace regexp after "character:" to not fail in too narrow windows.
675254bc
JL
14059
14060 * simple.el (next-error-find-buffer): Add a rule to return
14061 next-error capable buffer if one window on the selected frame
14062 displays such buffer.
14063
0145381f
NR
140642004-05-23 Nick Roberts <nickrob@gnu.org>
14065
14066 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14067 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14068 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14069 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
ce50a847
SM
14070 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14071 Handle new value for gud-minor-mode (gdbmi).
0145381f 14072 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
ce50a847
SM
14073 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14074 Change from local to global gdb variable set.
0145381f
NR
14075 (gdb-ann3): Initialise above gdb variable set.
14076 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14077 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14078 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14079 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14080 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14081 (gdb-info-locals-handler, gdb-invalidate-assembler)
14082 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14083 set as global variables.
14084 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14085 Handle gdbmi.
14086 (gdb-info-breakpoints-custom): Fix regexp.
14087 (def-gdb-var): Delete.
14088
14089 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14090 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14091 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
4c493999 14092 a new mode. The file (gdb-mi.el) for this mode will be included
0145381f
NR
14093 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14094 primary interface.
14095
f5340e29
JH
140962004-05-23 Jesper Harder <harder@ifa.au.dk>
14097
14098 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14099 interpreted as a directory.
14100
657cc4ff
RS
141012004-05-22 Richard M. Stallman <rms@gnu.org>
14102
71d5a208
RS
14103 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14104 as a close quote.
14105
14106 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14107
675254bc 14108 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
71d5a208 14109 Use assoc-string, not assoc-ignore-case.
675254bc 14110
71d5a208
RS
14111 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14112
657cc4ff
RS
14113 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14114 If moving back then fwd gets a defun that ends before point,
14115 try again moving fwd then back.
14116
14117 * files.el (file-name-non-special): Allow t in file-arg-indices
14118 to mean requote the return value. Use `identity' as an element
14119 rather than as the whole value.
14120
14121 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14122
7d57db29
JB
141232004-05-22 Juanma Barranquero <lektu@terra.es>
14124
14125 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14126 `help-make-usage'.
14127 (help-highlight-arguments): Skip function name before searching
14128 for arguments.
14129
24462ed2
JB
141302004-05-21 Juanma Barranquero <lektu@terra.es>
14131
14132 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14133 Don't mention in the docstring these arguments meant for
14134 internal (recursive) use only.
14135 (allout-char-spec): Comment out (it's not implemented).
14136 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14137 obsolescence declaration.
14138 (allout-flatten-exposed-to-buffer)
14139 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14140 (my-mark-marker): Doc fix.
14141 (produce-allout-mode-map, allout-sibling-index)
14142 (allout-isearch-expose, allout-distinctive-bullet)
14143 (allout-open-topic, allout-reindent-body)
14144 (allout-rebullet-heading, allout-process-exposed)
14145 (allout-insert-listified, allout-latex-verb-quote)
14146 (allout-insert-latex-header, allout-insert-latex-trailer):
14147 Make arguments match their use in docstring.
14148 (allout-primary-bullet, allout-old-style-prefixes)
14149 (allout-inhibit-protection, allout-init, allout-mode)
14150 (allout-before-change-protect, allout-flag-region):
14151 Use "Emacs" instead of "emacs" in docstrings.
14152
ce44846f
KH
141532004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14154
14155 * international/characters.el: Modify syntax of more characters.
14156
a6e7bdf1
MY
141572004-05-21 Masatake YAMATO <jet@gyve.org>
14158
ce50a847 14159 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
46de1c5a 14160 (etags-tags-completion-table): Show parsing progress.
a6e7bdf1 14161
442c8150
LT
141622004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14163
14164 * locate.el (locate-prompt-for-command): Shorten first line of
14165 docstring.
14166 (locate-mode): Expand docstring and include keymap summary.
14167
4edcfd17
LT
14168 * files.el (find-file-noselect-1): Limit the scope of the
14169 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14170 is, by default, nil during the execution of
14171 `find-file-not-found-functions' and `find-file-hook'.
14172
64867fce
EZ
141732004-05-20 Michael Mauger <mmaug@yahoo.com>
14174
14175 * facemenu.el (facemenu-color-name-equal): New function.
14176 (list-colors-display): Use it to compare colors instead of
14177 facemenu-color-equal.
14178
88537a99
EZ
141792004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14180
14181 * compare-w.el (compare-windows-face): Use min-colors instead of
14182 checking for tty or pc types.
14183
47ff5b28
SM
141842004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14185
14186 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14187 (completion-setup-function): Use with-current-buffer.
14188 Properly save excursion. Simplify.
14189 Don't assume there is necessarily a `mouse-face' property somewhere.
14190
14191 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14192
14193 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14194
14195 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14196 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14197 Use with-current-buffer.
14198 (byte-goto-log-buffer): Delete.
14199 (byte-compile-log-file): Call compilation-forget-errors.
14200
2aa4a729
PJ
142012004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14202
14203 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14204 output messages into the search result.
14205
15aa7790
MY
142062004-05-19 Masatake YAMATO <jet@gyve.org>
14207
47ff5b28 14208 * wid-edit.el (widget-radio-button-notify): Revert my last
24462ed2 14209 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
15aa7790 14210
70abfe90
KH
142112004-05-19 Kenichi Handa <handa@m17n.org>
14212
e4ad9cf1
SM
14213 * international/characters.el: Fix syntax (open/close) of CJK chars.
14214
142152004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14216
14217 * help-mode.el (help-go-back): Don't depend on position of back button.
14218
142192004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14220
14221 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14222 files files don't contain an accidental additional /.
14223
14224 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14225 in source buffer.
70abfe90 14226
4d4ea14a
MY
142272004-05-18 Masatake YAMATO <jet@gyve.org>
14228
14229 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
e4ad9cf1 14230 to widget-apply. :action method assumes 2 arguments, not 3.
4d4ea14a 14231
2c375837
GM
142322004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14233
e4ad9cf1
SM
14234 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14235 New constants.
2c375837
GM
14236 (hs-special-modes-alist): Add an f90-mode entry.
14237
410019e5
SS
142382004-05-17 Sam Steingold <sds@gnu.org>
14239
e4ad9cf1
SM
14240 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14241 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
410019e5 14242
57116789
KS
142432004-05-16 Kim F. Storm <storm@cua.dk>
14244
14245 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14246
e9e132ed
JW
142472004-05-15 John Wiegley <johnw@newartisans.com>
14248
e4ad9cf1 14249 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
e9e132ed 14250 (eshell-output-object-to-target): Improve output speed 20% by not
e4ad9cf1 14251 calling `eshell-stringify' if something is already known to be a string.
e9e132ed 14252
c1380aa6
EZ
142532004-05-15 Alex Ott <ott@jet.msk.su>
14254
e4ad9cf1
SM
14255 * textmodes/ispell.el (ispell-local-dictionary-alist):
14256 Add windows-1251 to the choice of coding systems.
c1380aa6
EZ
14257 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14258 encoded in cp1251.
14259
bc3621a0
EZ
142602004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14261
14262 * progmodes/compile.el (compilation-warning-face)
14263 (compilation-info-face): Use min-colors.
14264
26955824
JD
142652004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14266
60ce1c58
KS
14267 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14268 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14269 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14270 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14271 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14272 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14273 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14274 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14275 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14276 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14277 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14278 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14279 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14280 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
26955824 14281
62f3da3b
KS
142822004-05-15 Kim F. Storm <storm@cua.dk>
14283
14284 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14285 Use it to set triggered-p element of timer.
14286 (timer-event-handler): Set triggered-p element non-nil while running
14287 the timer function.
14288
d5c24489
SM
142892004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14290
14291 * descr-text.el (describe-char-unicode-data)
14292 (describe-char-unicodedata-file): Re-enable the unicode code now that
14293 the licensing issues have been cleared in the unicode-4 license.
14294 (describe-text-properties-1): Remove unused `overlay' var.
14295 (describe-char): Remove unused var `buffer'.
14296
ddda21d3
DP
142972004-05-14 David Ponce <david@dponce.com>
14298
14299 * tree-widget.el: New file.
14300
28cfe103 143012004-05-13 Marcelo Toledo <marcelo@gnu.org>
c7a73294 14302
e4ad9cf1 14303 * language/european.el ("Brazilian Portuguese"): Add support for
c7a73294
DK
14304 Brazilian Portuguese.
14305
97dad9d3
JW
143062004-05-13 John Wiegley <johnw@newartisans.com>
14307
14308 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14309 `recentf-mode' if this variable has been customized to t.
14310
14311 * eshell/esh-test.el (eshell-test): Call the function
e4ad9cf1 14312 `emacs-version' rather than trying to build a custom version string.
97dad9d3 14313
a267ab4d
SM
143142004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14315
14316 * net/telnet.el (telnet-mode): Use define-derived-mode.
14317 Don't modify the global value of comint-prompt-regexp.
14318
64bd6fd1
JPW
143192004-05-13 John Paul Wallington <jpw@gnu.org>
14320
14321 * version.el (emacs-version): Check for `gtk' feature before
14322 `x-toolkit' feature.
14323
aae424b9
JB
143242004-05-13 Juanma Barranquero <lektu@terra.es>
14325
08cbceb9
JB
14326 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14327 arguments in the docstring, they're used only in recursive calls.
14328
aae424b9
JB
14329 * help-fns.el (help-arg-highlighting-function)
14330 (help-argument-name): Delete.
14331 (help-default-arg-highlight): New function.
14332 (help-do-arg-highlighting): Use it.
14333
eb15ce9e
GM
143342004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14335
a267ab4d
SM
14336 * calendar/appt.el (appt-disp-window):
14337 Use `calendar-set-mode-line' for a centered mode-line.
eb15ce9e
GM
14338
143392004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14340
14341 * calendar/appt.el (appt-disp-window): Do not split window
14342 excessively when `split-height-threshold' is low.
14343
da1a6bb8
NR
143442004-05-12 Nick Roberts <nickrob@gnu.org>
14345
14346 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14347 kill-buffer-hook here and make it local.
14348 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14349
0e52264f
DP
143502004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14351
a267ab4d
SM
14352 * progmodes/compile.el (compilation-set-window-height):
14353 Use save-excursion to protect against misplaced marker.
0e52264f 14354
9b44aa8b
JD
143552004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14356
14357 * custom.el (defface): Document that type can have value gtk.
14358
14359 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14360
08020f9a
KH
143612004-05-12 Kenichi Handa <handa@m17n.org>
14362
14363 * descr-text.el: Require quail at comile time.
14364 (describe-char): If an input method is on and it supports the
14365 character, show how to input it.
14366
14367 * international/quail.el (quail-install-decode-map): Accept a
14368 char-table whose subtype is `quail-decode-map'.
14369 (quail-store-decode-map-key, quail-gen-decode-map1)
14370 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14371 (quail-show-key): New functions.
14372
c9688100
JB
143732004-05-12 Juanma Barranquero <lektu@terra.es>
14374
71507e47
JB
14375 * generic.el (define-generic-mode): Remove redundant arglist info.
14376
c9688100
JB
14377 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14378 Make arguments match their use in docstring.
14379 (help-arg-highlighting-function): New variable.
14380 (help-argument-name): Mention it in the docstring.
14381 (help-do-arg-highlight): Use it. Expand regexp to accept also
14382 ARG-xxx and xxx-ARG references.
14383
cdc9b845
EZ
143842004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14385
14386 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14387 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14388 and "mailto:addr1?to=addr2" equal.
14389
ac00945e
EZ
143902004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14391
14392 * man.el (Man-getpage-in-background): Use shell-file-name
a267ab4d 14393 and shell-command-switch variables instead of hard-coded values.
ac00945e 14394
1e77b112
EZ
143952004-05-11 Eli Zaretskii <eliz@gnu.org>
14396
14397 * iimage.el: New file.
14398
494bcd27
JB
143992004-05-11 Juanma Barranquero <lektu@terra.es>
14400
86d373e6
JB
14401 * custom.el (custom-initialize-default, defcustom):
14402 Fix typo in docstring.
f68d54e7 14403
b4777370
JB
14404 * files.el (set-visited-file-name, file-expand-wildcards):
14405 Fix docstring.
14406
f68d54e7
SM
144072004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14408
14409 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14410
14411 * subr.el (eventp): Be more discriminating with integers.
494bcd27 14412
10436a47
DP
144132004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14414
14415 * progmodes/compile.el (compile): Add universal prefix arg.
14416 (compilation-error-regexp-alist-alist): Add edg patterns.
14417
3eab7193
SS
144182004-05-10 Sam Steingold <sds@gnu.org>
14419
f68d54e7
SM
14420 * textmodes/ispell.el (ispell-message):
14421 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
3eab7193 14422
522067b2
SM
144232004-05-10 Dave Love <fx@gnu.org>
14424
14425 * progmodes/python.el (help-buffer): Autoload when compiling.
14426 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14427 (run-python): Prepend to any existing PYTHONPATH.
14428
95157669
NR
144292004-05-10 Nick Roberts <nick@nick.uklinux.net>
14430
14431 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14432 for pending breakpoints.
14433
e109331a
RS
144342004-05-10 Richard M. Stallman <rms@gnu.org>
14435
14436 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14437 directly without calling any functions in Rmail.
14438 (unrmail-unprune): Function deleted.
14439
b82a6ae7
SM
144402004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14441
14442 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14443 C-c C-z binding.
14444
a57e8159
KH
144452004-05-10 Kenichi Handa <handa@m17n.org>
14446
14447 * descr-text.el (describe-char): Fix previous change. Don't make
14448 a unibyte character to multibyte in the *Help* buffer.
14449
f9878c26
MB
144502004-05-10 Miles Bader <miles@gnu.org>
14451
14452 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14453 buffer an error if the debugger process is actually running.
14454
efde45ca
JB
144552004-05-10 Juanma Barranquero <lektu@terra.es>
14456
aa7094ba
JB
14457 * help-fns.el (help-argument-name): Default to italic.
14458 (help-highlight-arguments): Return always (usage . doc), even when
14459 usage is nil.
14460
14461 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14462 (define-ibuffer-filter): Add usage info.
14463 (define-ibuffer-op): Add usage info (but CL-style defaults for
14464 keyword args are not shown).
14465
efde45ca 14466 * subr.el (remove-overlays, read-passwd): Fix docstring.
54ce7cbf
JB
14467 (start-process-shell-command): Fix docstring. Put usage info in a
14468 format usable by `describe-function'.
14469 (open-network-stream, open-network-stream-nowait)
14470 (open-network-stream-server): Fix docstring.
efde45ca 14471
893b49bb
JR
144722004-05-09 Jason Rumney <jasonr@gnu.org>
14473
64ec7df9
JR
14474 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14475 Only define cp125* if windows-125* is already defined.
14476
14477 * language/korean.el (cp949): Add alias.
14478
14479 * language/chinese.el (cp936, cp950): Add aliases.
14480
14481 * language/japanese.el (cp932): Add alias.
14482
ceb96489
JR
14483 * term/w32-win.el: Require code-pages.
14484
b82a6ae7
SM
14485 * international/mule-cmds.el (set-locale-environment):
14486 On MS-Windows use ansi code-page for default coding-systems.
893b49bb
JR
14487 Set up paper sizes for Windows 3 letter languages.
14488
b82a6ae7
SM
14489 * international/code-pages.el (cp932, cp936, cp949, cp950):
14490 Add aliases. Also add cp125* if not already defined.
893b49bb 14491
b1c661c7
JB
144922004-05-09 Juanma Barranquero <lektu@terra.es>
14493
b4777370
JB
14494 * help-fns.el (help-highlight-arguments): Don't try to highlight
14495 missing or autoloaded arglists. Accept structured arguments, like
14496 the first ones of `do' and `flet'.
d0aa1aab
JB
14497
14498 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14499 (cvs-get-marked): Remove redundant arglist info.
14500
b4777370
JB
14501 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14502 Don't use CL-style default args.
b1c661c7 14503
9e24a165
AS
145042004-05-08 Andreas Schwab <schwab@suse.de>
14505
70d4043b
AS
14506 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14507
9e24a165
AS
14508 * international/subst-ksc.el: Fix references to utf-translate-cjk
14509 into utf-translate-cjk-mode.
14510 * international/subst-big5.el: Likewise.
14511 * international/subst-gb2312.el: Likewise.
14512 * international/subst-jis.el: Likewise.
14513 * international/utf-16.el: Likewise.
14514 * international/utf-8.el: Likewise.
14515
c4ae2d51
JW
145162004-05-08 John Wiegley <johnw@newartisans.com>
14517
b82a6ae7 14518 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
c4ae2d51
JW
14519 "virtual buffers" (off by default), which makes it possible to
14520 switch to the "virtual" buffers of recently visited files. When a
14521 buffer name search fails, and this option is on, iswitchb will
14522 look at the list of recently visited files, and permit matching
14523 against those names. When the user hits RET on a match, it will
14524 revisit that file.
b82a6ae7 14525 (iswitchb-read-buffer): Add two optional arguments, which makes
c4ae2d51 14526 isearchb.el possible.
b82a6ae7
SM
14527 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14528 (iswitchb-next-match): Add support for virtual buffers.
c4ae2d51
JW
14529
14530 * isearchb.el: This module extends iswitchb to provide "as you
14531 type" buffer selection.
14532
14533 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14534 Ignore the read-only property when flyspell highlighting is on.
14535 Not ignoring it leads to a series of confusing errors.
14536 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14537 but also make sure to call flyspell-incorrect-hook.
14538 (flyspell-maybe-correct-transposition): Perform transposition test
14539 by bit twiddling a string, rather than using a temp buffer.
14540 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14541 buffer. This is also the original version of the code, which
14542 could not be checked in before due to a previous lack of
14543 assignment papers. This version has seen heavy usage on my system
14544 for several years now.
14545
14546 * calendar/cal-bahai.el: New file, which adds support for the
14547 Baha'i calendar to Emacs. This calendar is based on a solar year
14548 of 19 months of 19 days, with 4 intercalary days. Each year
14549 begins on March 21, with the calendar starting in 1844.
603b9df9 14550
881b07f9
JB
14551 * calendar/cal-menu.el, calendar/calendar.el
14552 * calendar/diary-lib.el, calendar/holidays.el:
14553 Added support for using cal-bahai.el.
c4ae2d51
JW
14554
14555 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14556 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14557 function can be used outside of eshell buffers.
14558 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14559
0f0af7a8
JB
145602004-05-08 Juanma Barranquero <lektu@terra.es>
14561
14562 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14563 word constituent so FOO-ARG is not recognized as an arg.
b82a6ae7 14564 (help-highlight-arguments): Don't skip lists in mandatory arguments.
0f0af7a8
JB
14565
14566 * simple.el (next-error): Fix typo in docstring.
14567 (open-line): Make argument names match their use in docstring.
14568 (split-line): Fix docstring.
14569
603b9df9
JB
14570 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14571 usable by `describe-function'.
14572 (gensym, gentemp, typep, ignore-errors): Make argument names match
14573 their use in docstring.
14574
14575 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14576 argument to `help-setup-xref'.
14577
38c65fca
KG
145782004-05-07 Kai Grossjohann <kai@emptydomain.de>
14579
14580 Version 2.0.40 of Tramp released.
14581
b82a6ae7
SM
14582 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14583 Use symbol-function to invoke functions only known on some Emacs
38c65fca
KG
14584 flavors. This avoids byte-compiler warnings. Reported by Kevin
14585 Scaldeferri <kevin@scaldeferri.com>.
b82a6ae7 14586 (tramp-do-copy-or-rename-file-via-buffer): Rename from
38c65fca
KG
14587 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14588 consistent with the other tramp-do-* functions.
14589 (tramp-do-copy-or-rename-file): Calls adjusted.
14590 (tramp-process-initial-commands): Avoid liveness check on shell --
14591 we know that it must be alive since we're opening a connection at
14592 this moment.
14593 (tramp-last-cmd): New internal variable.
14594 (tramp-process-echoes): New tunable.
14595 (tramp-send-command): Set tramp-last-cmd.
14596 (tramp-wait-for-output): Delete echo, if applicable.
14597 (tramp-read-passwd): Construct the key for the password cache in a
14598 way that works for multi methods, too.
14599 (tramp-bug): Add backup-directory-alist and
b82a6ae7 14600 bkup-backup-directory-info to bug reports, with Tramp counterparts.
38c65fca 14601
0f0af7a8 146022004-05-07 Michael Albinus <michael.albinus@gmx.de>
38c65fca
KG
14603
14604 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14605
14606 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14607 (tramp-actions-copy-out-of-band): New defcustoms.
14608 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14609 used instead of a synchronous one. Allows password entering.
14610 (tramp-action-out-of-band): New defun.
b82a6ae7
SM
14611 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14612 Remove restriction with password from doc string.
38c65fca
KG
14613 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14614 `tramp-out-of-band-prompt-regexp',
14615 `tramp-actions-copy-out-of-band', `password-cache' and
14616 `password-cache-expiry'.
14617 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14618 password caching.
14619 (tramp-touch): FILE can be a local file, too.
14620 (TODO): Remove items done.
14621 (tramp-handle-insert-directory): Properly quote file name also if
14622 not full-directory-p. Handle wildcard case. Reported by Andreas
14623 Schwab <schwab@suse.de>.
14624 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14625 new file.
b82a6ae7
SM
14626 (tramp-handle-file-local-copy, tramp-handle-write-region):
14627 The permissions of the temporary file are set if filename exists.
38c65fca
KG
14628 Reported by Ted Stern <stern@cray.com>.
14629 (tramp-backup-directory-alist)
14630 (tramp-bkup-backup-directory-info): New defcustoms.
b82a6ae7
SM
14631 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14632 (tramp-handle-find-backup-file-name): New function.
14633 Implements Tramp's find-backup-file-name.
38c65fca
KG
14634
14635 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14636 for `find-backup-file-name'.
14637
14638 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14639 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14640
9bcabb45
LH
146412004-05-07 Lars Hansen <larsh@math.ku.dk>
14642
14643 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14644
a478f3e1
JB
146452004-05-07 Juanma Barranquero <lektu@terra.es>
14646
a478f3e1
JB
14647 * subr.el (lambda): Add arglist description to docstring.
14648 (declare): Fix typo in docstring.
14649 (open-network-stream): Fix docstring.
b82a6ae7 14650 (process-kill-without-query): Fix docstring and add obsolescence info.
a478f3e1
JB
14651 (last, butlast, nbutlast): Make arguments match their use in docstring.
14652 (insert-buffer-substring-no-properties): Likewise.
14653 (insert-buffer-substring-as-yank): Likewise.
14654 (split-string): Fix docstring.
14655
0f0af7a8
JB
14656 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14657 Make argument names match their use in docstring.
14658
a478f3e1
JB
14659 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14660
6dba30fb
NR
146612004-05-06 Nick Roberts <nickrob@gnu.org>
14662
14663 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14664 Fit first sentence on one line for apropos-command.
14665
24d5055c
SM
146662004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14667
14668 Changes largely merged in from Dave Love's code.
14669 * progmodes/python.el: Doc fixes.
14670 (python-mode-map): Add python-complete-symbol.
14671 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14672 (python-comment-indent, python-complete-symbol)
14673 (python-symbol-completions, python-partial-symbol)
14674 (python-try-complete): New.
14675 (python-indent-line): Remove optional arg. Use python-block-end-p.
14676 (python-check): Bind compilation-error-regexp-alist.
14677 (inferior-python-mode): Use rx. Move keybindings to top level.
14678 Set comint-input-filter.
14679 (python-preoutput-filter): Use rx.
14680 (python-input-filter): Re-introduce.
14681 (python-proc): Start new process if necessary.
14682 Check python-buffer non-nil.
14683 (view-return-to-alist): Defvar.
14684 (python-send-receive): New.
14685 (python-eldoc-function): Use it.
14686 (python-mode-running): Don't defvar.
14687 (python-mode): Set comment-indent-function.
14688 Maybe update hippie-expand-try-functions-list.
14689 (python-indentation-levels): Initialize differently.
14690 (python-block-end-p): New.
14691 (python-indent-line): Use it.
14692 (python-compilation-regexp-alist): Augment.
14693 (run-python): Import `emacs' module to Python rather than loading
14694 code directly. Set python-buffer differently.
14695 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14696 Use python-proc.
14697 (python-send-command): Go to end of comint buffer.
14698 (python-load-file): Use python-proc, emacs.eimport.
14699 (python-describe-symbol): Simplify interactive form.
14700 Use emacs.help. Do use temp-buffer-show-hook.
14701 Call print-help-return-message.
14702 (hippie-exp): Require when compiling.
14703 (python-preoutput-continuation): Use rx.
14704
14705 * diff-mode.el (diff-make-unified): Fix regexp.
14706
b90a6a12
JPW
147072004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14708
14709 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14710 filter groups from the buffer when rebuilding the Ibuffer buffer
14711 and `ibuffer-show-empty-filter-groups' is nil.
14712
1ed43c8e
VJL
147132004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14714
14715 * ps-print.el (ps-print-quote): Call ps-value-string.
cfb7b9ce
VJL
14716 (ps-setup): Call ps-comment-string.
14717 (ps-value-string, ps-comment-string): New funs.
1ed43c8e 14718
b03a4fdd
JB
147192004-05-06 Juanma Barranquero <lektu@terra.es>
14720
b4777370
JB
14721 * ehelp.el (electric-help-command-loop): Check whether the last
14722 character is visible, not (point-max).
14723
1c34b5a9
JB
14724 * help-fns.el (help-argument-name): Default to bold; don't inherit
14725 from font-lock-variable-name-face.
14726 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14727
f747bef9
KH
147282004-05-05 Kenichi Handa <handa@m17n.org>
14729
14730 * descr-text.el (describe-char): Copy the character with text
14731 properties and overlays into the first line, and call
14732 describe-text-properties on it.
14733
971cb834
SE
147342004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14735
14736 * iswitchb.el (iswitchb-global-map): Fix typo.
b03a4fdd 14737 Remove unwanted ###autoloads from source file.
971cb834 14738
2a93ca78
LH
147392004-05-05 Lars Hansen <larsh@math.ku.dk>
14740
14741 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
b03a4fdd 14742 in run-hooks. Use substitute-command-keys in message.
2a93ca78
LH
14743 (wdired-abort-changes): Add message.
14744
9a9069c9
SM
147452004-05-03 Michael Mauger <mmaug@yahoo.com>
14746
14747 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14748 (sql-emacs20-p): Remove.
14749 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14750 (sql-builtin-face, sql-doc-face): Remove.
14751 (sql-mode-ansi-font-lock-keywords)
14752 (sql-mode-oracle-font-lock-keywords)
14753 (sql-mode-postgres-font-lock-keywords)
14754 (sql-mode-linter-font-lock-keywords)
14755 (sql-mode-ms-font-lock-keywords)
14756 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14757 (sql-product-font-lock): Fix font-lock reset when font rules change.
14758 (sql-highlight-product): Remove incorrect font-lock reset logic.
14759
c21c3d89
JY
147602004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14761
14762 * ses.el (ses-set-parameter): Fix typo.
14763
bdcc01de
KS
147642004-05-04 Kim F. Storm <storm@cua.dk>
14765
14766 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14767 Must expand directory for completion to work; and don't mess with
14768 process-environment.
6ab66799
KS
14769 (ido-read-file-name): If command has ido property, don't use ido
14770 if value is ignore, or read as directory if value is dir.
14771 Set ido ignore property for dired-do-rename command.
bdcc01de 14772
8eae13fd
JB
147732004-05-04 Juanma Barranquero <lektu@terra.es>
14774
b4777370
JB
14775 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14776 (electric-help-help): Check against unmapped commands.
14777
c57ada27
JB
14778 * help-fns.el (help-argument-name): New face, inheriting from
14779 font-lock-variable-name-face, to highlight function arguments in
14780 `describe-function' and `describe-key'.
14781 (help-do-arg-highlight): Auxiliary function to highlight a given
14782 list of arguments in a string.
14783 (help-highlight-arguments): Highlight the function arguments and
14784 all uses of them in the docstring.
24462ed2 14785 (describe-function-1): Use it. Do docstring output via `insert',
c57ada27
JB
14786 not 'princ', so text attributes are preserved.
14787
b4777370
JB
14788 * winner.el (winner-mode-map): Move `winner-undo' and
14789 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14790 previous bindings conflict with `prev-buffer', `next-buffer').
8eae13fd 14791
8bf38a9b
SM
147922004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14793
14794 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14795 (bibtex-entry-update): New command bound to C-c C-u.
14796 (bibtex-text-in-string): Fix regexp.
14797 (bibtex-assoc-of-regexp): Remove.
14798 (bibtex-progress-message): Fix docstring.
14799 (bibtex-inside-field): Use if.
14800 (bibtex-assoc-regexp): New function.
14801 (bibtex-format-entry): Make code more robust so that it formats
14802 also old entries.
14803 (bibtex-autokey-demangle-title): Merge with obsolete function
14804 bibtex-assoc-of-regexp.
14805 (bibtex-field-list): New function.
14806 (bibtex-entry): Use bibtex-field-list.
14807 (bibtex-parse-entry): Fix docstring.
14808 (bibtex-print-help-message): Use bibtex-field-list.
14809 (bibtex-make-field): Use bibtex-field-list.
24462ed2 14810 (bibtex-entry-index): Bugfix. Return crossref key if required.
8bf38a9b
SM
14811 (bibtex-lessp): Fix docstring.
14812
9bfadbd3
LT
148132004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14814
8bf38a9b 14815 * select.el (xselect-convert-to-string): Move comment to intended line.
9bfadbd3 14816
0928a1d8
JD
148172004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14818
14819 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14820 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14821
148222004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
e43a720f
JD
14823
14824 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14825 x-get-selection.
14826
238add5e
JR
148272004-05-03 Jason Rumney <jasonr@gnu.org>
14828
14829 * makefile.nt: Remove.
14830
d83e1f9d
KS
148312004-05-03 Kim F. Storm <storm@cua.dk>
14832
8bf38a9b 14833 * emulation/cua-base.el (cua--update-indications): Fix last change.
a6133def 14834 (cua-mode): Deactivate mark when cua-mode is enabled.
d83e1f9d 14835
deae888e
LT
148362004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14837
8bf38a9b 14838 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
deae888e 14839
a89f5c79
NR
148402004-05-03 Nick Roberts <nickrob@gnu.org>
14841
31b5ff39 14842 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
a89f5c79 14843 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
31b5ff39
NR
14844 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14845 window over visible frames.
14846 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
a89f5c79 14847
822001db
SM
148482004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14849
8eae13fd 14850 * progmodes/compile.el (compilation-gcpro): New var.
822001db
SM
14851 (compilation-fake-loc): Use it.
14852 (compilation-forget-errors): Reset it.
14853
55f2eb7e
SM
148542004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14855
14856 * diff-mode.el (diff-header-face, diff-file-header-face):
14857 Use min-colors.
14858
5ad1dfd6
SM
148592004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14860
14861 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14862 (bibtex-clean-entry): Disentangle code.
14863 (bibtex-realign): New function.
14864 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14865 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14866 Remove undocumented optional arg called-by-convert-alien.
14867 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14868 for sorting instead of bibtex-sort-buffer.
14869
cf8f099f
EZ
148702004-05-02 Eli Zaretskii <eliz@gnu.org>
14871
14872 * progmodes/compile.el (compilation-start): In the
14873 no-async-subprocesses branch, call sit-for to give redisplay a
052ca4d1
EZ
14874 chance to show the updated process status in the mode line, and
14875 fontify the buffer explicitly after the process exits.
cf8f099f 14876
37384ede
SM
148772004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14878
14879 * progmodes/python.el (python-compilation-line-number): Remove.
14880 (python-compilation-regexp-alist): Don't use it any more.
14881 (python-orig-start, python-input-filter): Remove.
14882 (inferior-python-mode): Don't set up comint-input-filter-functions.
14883 (python-send-region): Use compilation-fake-loc.
14884
14885 * progmodes/compile.el (compilation-messages-start): New var.
14886 (compilation-mode): Don't setup next-error-function here.
14887 (compilation-setup): Set it up here instead (for minor modes as well).
14888 Make compilation-messages-start buffer local.
14889 (compilation-next-error-function): Use it.
14890 (compilation-forget-errors): Set compilation-messages-start.
14891
7655d378
LT
148922004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14893
14894 * ielm.el (ielm-prompt-read-only): Update docstring.
14895
14896 * comint.el (comint-prompt-read-only): Update docstring.
14897 (comint-update-fence, comint-kill-whole-line)
14898 (comint-kill-region): New functions.
14899
14900 * simple.el (kill-whole-line): Use "p" instead of "P" in
a4683d66 14901 interactive form.
7655d378 14902
9242b3b7
JB
149032004-05-01 Juanma Barranquero <lektu@terra.es>
14904
14905 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14906 format arglist so default values in CL-style argument lists are
14907 correctly shown.
14908
1e8b532f
JR
149092004-05-01 Jason Rumney <jasonr@gnu.org>
14910
14911 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14912
d1df889e
KH
149132004-05-01 Kenichi Handa <handa@m17n.org>
14914
14915 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14916 quail file if it is up to date.
14917
8aa3c147
JL
149182004-04-30 Juri Linkov <juri@jurta.org>
14919
14920 * cus-edit.el (custom-mode-map):
14921 Add key binding `C-x C-s' to `Custom-save'.
14922
14923 * outline.el (outline-blank-line): New var.
14924 (outline-next-preface, outline-show-heading)
14925 (outline-end-of-subtree): Use it.
14926
14927 * dired-aux.el (dired-touch-initial): New fun.
14928 (dired-do-chxxx): Call it for op-symbol `touch'.
4ae73f87
JL
14929 (dired-diff): Use `dired-dwim-target-directory'
14930 if current dired buffer has no buffer mark.
8aa3c147
JL
14931
14932 * bindings.el (propertized-buffer-identification):
14933 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14934 Add C-M-arrow keys for consistency.
14935
14936 * files.el (confirm-kill-emacs):
14937 Change group from top-level `emacs' to `convenience'.
14938
14939 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14940 Push mark on the first call of successive command calls.
14941 (insert-pair): New fun created from `insert-parentheses' with
14942 `open' and `close' arguments added. Enclose active regions
14943 in paired characters. Compare adjacent characters syntax with
14944 inserted characters syntax before inserting a space.
14945 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14946
14947 * delsel.el: Don't put `delete-selection' property
14948 on `insert-parentheses' symbol to take advantage of
14949 region handling in `insert-pair' function.
9242b3b7 14950 Suggested by Stephan Stahl <stahl@eos.franken.de>.
8aa3c147 14951
b2dae92a
KS
149522004-04-30 Kim F. Storm <storm@cua.dk>
14953
b2b55d03
KS
14954 * emulation/cua-base.el: Add support for changing cursor types;
14955 based on patch from Michael Mauger.
14956 (cua-normal-cursor-color, cua-read-only-cursor-color)
14957 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14958 Customization cursor type and/or cursor color.
14959 (cua--update-indications): Handle cursor type changes.
14960 (cua-mode): Update cursor indications if enabled.
14961
3b365de3
KS
14962 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
14963
b2dae92a
KS
14964 * mouse.el (mouse-drag-copy-region): New defcustom.
14965 (mouse-set-region, mouse-drag-region-1): Use it.
14966
14967 * simple.el (kill-ring-save): If region face background color is
14968 unspecified (if no highlighting), show extent of fully visible
14969 region even if transient-mark-mode is enabled.
14970
14971 * emulation/cua-base.el (cua--standard-movement-commands):
14972 Add cua-scroll-up and cua-scroll-down.
14973 (cua-scroll-up, cua-scroll-down): New commands.
14974 (cua--init-keymaps): Remap scroll-up and scroll-down.
14975
14976 * emulation/cua-rect.el (cua--convert-rectangle-as):
14977 New defmacro.
14978 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
14979 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
9242b3b7 14980 New commands (suggested by Jordan Breeding).
b2dae92a 14981
3b0af402
JB
149822004-04-30 Juanma Barranquero <lektu@terra.es>
14983
14984 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
14985
76f024d9
JB
149862004-04-30 Mario Lang <mlang@delysid.org>
14987
14988 * diff.el (diff-switches): Fix typo in docstring.
14989
38784ed8
AS
149902004-04-30 Alex Schroeder <alex@gnu.org>
14991
14992 * xml.el (xml-debug-print-internal): Don't add newline and
14993 indentation to text nodes and write empty elements as empty tags
14994 instead of opening and closing tags.
14995 (xml-debug-print): Take optional indent-string argument.
14996 (xml-print): Alias for xml-debug-print.
14997
d71d20ea
GM
149982004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
14999
15000 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15001 than duplicate call to `line-beginning-position'.
15002
e4ad9cf1
SM
15003 * progmodes/f90.el (f90-get-present-comment-type):
15004 Return whitespace, as well as comment chars, for consistent filling
d71d20ea 15005 of comment blocks. Use `match-string-no-properties'.
e4ad9cf1 15006 (f90-break-line): Trim trailing whitespace when filling comments.
d71d20ea
GM
15007
150082004-04-30 Dave Love <fx@gnu.org>
15009
15010 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15011 (diary-from-outlook-internal, diary-from-outlook)
e4ad9cf1
SM
15012 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15013 New functions to import diary entries from Outlook-format
d71d20ea
GM
15014 appointments in mail messages.
15015
dafb59b2
SM
150162004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15017
2c2cd44f
SM
15018 * progmodes/python.el (python-send-command): New fun.
15019 (python-send-region, python-load-file): Use it.
15020
15021 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15022
dafb59b2
SM
15023 * help-fns.el (help-C-file-name): Use new subr-name.
15024 Prepend `src/' to the file name.
15025 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
76f024d9
JB
15026 (describe-function-1, describe-variable): Only find a C source file
15027 name if DOC is already loaded.
dafb59b2
SM
15028
15029 * help-mode.el (help-function-def, help-variable-def):
15030 Use the new find-function-search-for-symbol functionality.
15031 Allow FILE to be `C-source'.
15032
15033 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15034 (find-function-C-source): New fun.
15035 (find-function-search-for-symbol): Use it.
15036
76f024d9 150372004-03-29 Michael Mauger <mmaug@yahoo.com>
2c2cd44f
SM
15038
15039 * progmodes/sql.el (sql-product-alist): Rename variable
15040 `sql-product-support'. Add Postgres login parameters.
e4ad9cf1 15041 (sql-set-product, sql-product-feature): Update with renamed variable.
2c2cd44f
SM
15042 (sql-connect-postgres): Add username prompt.
15043 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15044 Make patterns less product specific.
e2cae769 15045 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
2c2cd44f
SM
15046 (sql-mode-abbrev-table): Modify initialization.
15047 (sql-builtin-face): Add variable.
15048 (sql-keywords-re): Add macro.
15049 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15050 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15051 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15052 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15053 (sql-mode-linter-font-lock-keywords)
15054 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15055 (sql-mode-sybase-font-lock-keywords)
15056 (sql-mode-informix-font-lock-keywords)
15057 (sql-mode-interbase-font-lock-keywords)
15058 (sql-mode-ingres-font-lock-keywords)
15059 (sql-mode-solid-font-lock-keywords)
15060 (sql-mode-sqlite-font-lock-keywords)
15061 (sql-mode-db2-font-lock-keywords): Default to nil.
15062 (sql-product-font-lock): Always highlight ANSI keywords.
e4ad9cf1 15063 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
2c2cd44f
SM
15064 (sql-send-string): Add function.
15065
b4777370 150662004-04-29 Dave Love <fx@gnu.org>
2c2cd44f
SM
15067
15068 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15069 (cfengine-end-of-defun): Ensure progress through buffer.
15070
15071 * info-look.el (cfengine-mode): Accept a terminal ().
15072
e4619728
JL
150732004-04-29 Juri Linkov <juri@jurta.org>
15074
15075 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15076 instead of isearch-yank-word-or-char. Add new key bindings for
15077 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15078 (isearch-del-char): New fun.
15079 (isearch-forward, isearch-edit-string): Update docstring.
15080 (isearch-yank-char): Doc fix.
15081 (isearch-other-meta-char): Restore point after scrolling.
15082
15083 * progmodes/compile.el (compilation-context-lines): Add nil option
15084 to disable compilation output window scrolling.
15085 (compilation-set-window): Use it.
15086
dafb59b2
SM
15087 * outline.el (outline-next-preface, outline-show-heading):
15088 Don't leave unhidden blank line before heading.
e4619728
JL
15089 (outline-end-of-subtree): Include last newline into subtree.
15090 (hide-entry): Leave point at beginning of heading instead of end.
15091 (outline-up-heading): Push mark for the first call of successive
15092 command calls.
15093
016b8f71
LT
150942004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15095
15096 * comint.el (comint-prompt-read-only): New variable.
15097 (comint-output-filter): Implement it.
15098
15099 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15100 (ielm-prompt-internal): New variable.
15101 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15102 (ielm-send-input): Delete unused variable `buf'.
15103 (ielm-eval-input): Use `ielm-prompt-internal'.
15104 (inferior-emacs-lisp-mode): Use new variables
15105 `comint-prompt-read-only' and `ielm-prompt-internal'.
15106 Get rid of obsolete variable `directory-sep-char'.
15107 (ielm): Use `zerop'.
15108
d70d59e9
JPW
151092004-04-29 John Paul Wallington <jpw@gnu.org>
15110
15111 * thumbs.el (toplevel): Require cl at compile time.
15112 Remove conditional definitions of `ignore-errors' and `caddar'
15113 because they occur at run time.
15114
e51797d0
NR
151152004-04-28 Nick Roberts <nickrob@gnu.org>
15116
15117 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
dafb59b2 15118 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
e51797d0 15119 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
dafb59b2 15120 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
e51797d0
NR
15121
15122 * progmodes/gud.el (gud-common-init): Throw an error if program is
15123 already running under gdb.
15124
d42799bd
JPW
151252004-04-28 John Paul Wallington <jpw@gnu.org>
15126
15127 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15128 (thumbs-show-image-num): Move assignment of
51adae01 15129 `thumbs-current-image-filename' within scope of `i'.
d42799bd
JPW
15130 (thumbs-emboss-image): Don't use `evenp'.
15131
83a0f060
RS
151322004-04-28 Richard M. Stallman <rms@gnu.org>
15133
15134 * progmodes/compile.el (compilation-context-lines): Default now 0.
15135
66dc9a0f
JB
151362004-04-28 Juanma Barranquero <lektu@terra.es>
15137
15138 Use `time-less-p' from calendar/time-date.el instead of defining
15139 custom versions of it.
15140
15141 * pcomplete.el (pcomplete-time-less-p): Remove.
15142
15143 * thumbs.el (time-less-p): Remove.
15144
15145 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15146 (timeclock-generate-report): Use `time-less-p'.
15147
15148 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15149 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15150
f24485f1
MY
151512004-04-28 Masatake YAMATO <jet@gyve.org>
15152
033ad8c6 15153 * subr.el (remove-overlays): Make arguments optional.
f24485f1 15154
033ad8c6 15155 * wid-edit.el (widget-specify-button): Put evaporate to the
f24485f1
MY
15156 overlay for sample.
15157 (widget-specify-sample): Put evaporate to the overlay for sample.
15158 (widget-specify-doc): Put evaporate to the overlay for documentation.
15159
5242942f
JH
151602004-04-27 Jesper Harder <harder@ifa.au.dk>
15161
15162 * info.el (info-apropos): Make it an index node. Align node names
15163 like makeinfo.
15164
93397360
EZ
151652004-04-27 Eli Zaretskii <eliz@gnu.org>
15166
15167 * net/browse-url.el (browse-url-netscape-sentinel)
15168 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
033ad8c6
SM
15169 (browse-url-epiphany-sentinel, browse-url-mosaic):
15170 Use browse-url-*-program instead of a literal program name.
93397360 15171
0c54865e
EZ
151722004-04-27 Kevin Ryde <user42@zip.com.au>
15173
15174 * eshell/em-alias.el:
15175 * eshell/em-dirs.el:
15176 * eshell/em-hist.el:
15177 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15178 features when M-x customize-group loads modules before the main
15179 eshell.el.
15180
12092fb3
EZ
151812004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15182
15183 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15184 either a character representation of an event or an event
15185 description list.
15186
27cd478d
EZ
15187 * type-break.el: Capitalise Emacs and Lisp.
15188 (type-break-good-break-interval, type-break-demo-boring-stats)
15189 (type-break-terse-messages, type-break-file-name): New defcustoms.
15190 (type-break-post-command-hook)
033ad8c6
SM
15191 (type-break-warning-countdown-string): Quote variable names in doc.
15192 (type-break-interval-start, type-break-auto-save-file-name): New vars.
27cd478d
EZ
15193 (type-break-mode): Document type-break-good-break-interval and the
15194 "session" file. Schedule break according to the session file.
15195 Kill session file buffer on exit. Organise for save-some-buffers
15196 to always save the session file.
15197 (type-break-mode-line-message-mode, type-break-query-mode):
15198 Uppercase arguments.
15199 (type-break-file-time, type-break-file-keystroke-count, timep)
15200 (type-break-choose-file, type-break-get-previous-time)
15201 (type-break-get-previous-count): New defuns.
15202 (type-break): Avoid break querying after a completed break in the
15203 case where the query was initiated during user invocation of the
033ad8c6
SM
15204 break. Optional terse messages.
15205 Use type-break-good-break-interval if type-break-good-rest-interval is
27cd478d
EZ
15206 nil. File the break time.
15207 (type-break-schedule): New optional args for overriding the use of
15208 the current time.
15209 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15210 after a break.
15211 (type-break-check): File the keystroke count.
15212 (type-break-do-query): Prevent a second query when the break is
15213 interrupted. Optional terse message.
033ad8c6 15214 (type-break-keystroke-reset): Record the start of a typing interval.
27cd478d
EZ
15215 (type-break-demo-boring): Optional terse messages. Display word
15216 per minute and keystroke counts according to
15217 type-break-demo-boring-stats.
15218
aecb322b
EZ
152192004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15220
15221 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15222 directories, make sure they exist under archive-tmpdir.
15223
eb982898
JL
152242004-04-27 Juri Linkov <juri@jurta.org>
15225
15226 * help.el (view-emacs-news): With argument, display info for the
15227 selected version by finding it among different NEWS files, and
15228 narrowing the buffer to the selected version.
15229
15230 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15231 same-window-buffer-names.
15232 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15233 non-numeric prefix argument, append the number to the buffer name
15234 for numeric prefix argument.
15235 (info-other-window): Bind same-window-regexps to nil.
15236 (Info-reference-name): Rename to Info-point-loc.
15237 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15238 and Info-find-index-name for stringy Info-point-loc.
15239 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15240 without middle `.', but with final `.' and optional line number
15241 for it. Set Info-point-loc for index nodes.
15242 (Info-index): Remove middle `.' from index entry regexp.
15243 Modify line number regexp.
15244 (Info-index-next): Decrement line number.
15245 (info-apropos): Remove middle `.' from index entry regexp.
15246 Add optional line number regexp at the end. Add matched value
15247 for line number to the result list and insert it to the buffer.
a6095665
JL
15248 Replace match-string by match-string-no-properties.
15249 Reorder result list.
eb982898
JL
15250 (Info-fontify-node): Hide index line numbers.
15251 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15252 empty matches.
15253 (Info-follow-reference): Use `str' instead of
15254 Info-following-node-name-re.
15255 (Info-toc): Use full file names. Set Info-current-node to "Top".
15256 (Info-fontify-node): Compare file names without directory name.
15257 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15258 Set second arg of Info-extract-menu-node-name for index nodes.
15259 (info-xref-visited): Use magenta3 instead of magenta4.
15260 (Info-mode): Add info-apropos to docstring.
15261
15262 * log-view.el (log-view-diff): Replace interactive code "r"
15263 by a list to allow to call it even if region is not active.
15264
15265 * paren.el (show-paren-highlight-openparen): New var.
15266 (show-paren-function): Turn on openparen highlighting when
15267 matching forward if show-paren-highlight-openparen is non-nil.
15268
15269 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15270 the constant value 1.
15271 (completions-common-part): Expand docstring.
15272
15273 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15274
360fe9d2
KS
152752004-04-27 Kim F. Storm <storm@cua.dk>
15276
15277 * image.el (insert-sliced-image): Use line-height instead of
15278 line-spacing property on newline.
15279
ebb39555 152802004-04-26 Lars Hansen <larsh@math.ku.dk>
6c61299c 15281
ebb39555
LH
15282 * desktop.el (desktop-buffer-misc-data-function): Rename to
15283 desktop-save-buffer and change docstring.
15284 (desktop-buffer-modes-to-save): Delete.
15285 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15286 desktop-buffer-modes-to-save.
15287 (desktop-save): Rename desktop-buffer-misc-data-function to
15288 desktop-save-buffer and allow non-function value.
15289 (desktop-missing-file-warning): Correct docstring.
eb982898 15290
ebb39555
LH
15291 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15292 to desktop-save-buffer.
eb982898 15293
ebb39555
LH
15294 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15295 desktop-save-buffer.
eb982898 15296
ebb39555 15297 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
eb982898 15298
ebb39555
LH
15299 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15300
1d359d88
EZ
153012004-04-26 Eli Zaretskii <eliz@gnu.org>
15302
033ad8c6 15303 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
1d359d88 15304
ee9cd72d
LT
153052004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15306
15307 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15308 (ielm): Only go to the end of the buffer when starting a new process.
15309
76364803
JB
153102004-04-25 Juanma Barranquero <lektu@terra.es>
15311
15312 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15313 mode line. Bind `inhibit-read-only' to t before modifying
15314 properties of text in the buffer.
15315 (ielm): Force point to the end of buffer, even when running ielm
15316 from inside itself.
15317
82f1aca9
JH
153182004-04-25 Jesper Harder <harder@ifa.au.dk>
15319
15320 * info.el (info-apropos): Reset Info-complete-cache.
15321
dbd97672
DP
153222004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15323
15324 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15325 Also recognize severe Irix et al. messages.
15326 (compilation-normalize-filename, compile-abbreviate-directory):
15327 Delete functions.
15328 (compilation-get-file-structure): New function inherits
15329 functionality of the two preceding ones.
033ad8c6
SM
15330 (compilation-internal-error-properties, compilation-fake-loc):
15331 Use it so that different paths to the same file share the same
dbd97672
DP
15332 markers. Also optimize finding adjacent marker slightly.
15333
9ff3aa31
KS
153342004-04-25 Kim F. Storm <storm@cua.dk>
15335
15336 * image.el (insert-sliced-image): Add line-spacing t property
15337 to newlines separating image lines.
15338
759f960a
LT
153392004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15340
21fb7588
LT
15341 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15342
759f960a
LT
15343 * ielm.el (ielm-prompt-read-only): New user option.
15344 (ielm-prompt): Expand docstring to describe new behavior.
15345 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15346 mention it in the docstring.
15347
fd75d62d
AS
153482004-04-24 Andreas Schwab <schwab@suse.de>
15349
14116f3c
AS
15350 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15351
fd75d62d
AS
15352 * diff.el (diff): Set default-directory in diff buffer.
15353
473551ac
EZ
153542004-04-24 Eli Zaretskii <eliz@gnu.org>
15355
6f60853a
EZ
15356 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15357 mail was being composed if the terminal cannot display more than
15358 one frame; instead, switch to previous frame.
15359
473551ac
EZ
15360 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15361 (rmail-start-mail): Support rmail-mail-new-frame even on
15362 terminals that can display only one frame at a time.
15363
033ad8c6
SM
153642004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15365
15366 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15367 (checkdoc-output-font-lock-keywords): Remove error regexp.
15368 (checkdoc-output-mode-map): Remove.
15369 (checkdoc-output-mode): Derive from compilation-mode.
15370 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15371
15372 * dired.el (dired-mode-map): Add a menu entry for wdired.
15373
15374 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15375 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15376
52eb0373 15377 * wdired.el (wdired-mode-map): Move init into declaration.
033ad8c6
SM
15378 Fix `return' binding.
15379 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15380 Use force-mode-line-update.
15381 (wdired-get-filename): Use `unless'.
15382 (wdired-preprocess-files): Don't assume names have no \n and use / for
15383 dir separator.
15384 (wdired-normalize-filename): Use replace-regexp-in-string.
15385 (wdired-load-hooks): Remove.
15386 (wdired-mode-hooks): Rename to wdired-mode-hook.
15387
15388 * info-look.el: Add support for cfengine-mode.
15389 (info-lookup-setup-mode): Use dolist.
15390
153912004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15392
15393 * wdired.el: New file.
15394
c62aec78
JB
153952004-04-23 Juanma Barranquero <lektu@terra.es>
15396
15397 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15398
15399 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15400 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15401 (pcomplete--help, pcomplete--here): Doc fixes.
15402
4b284383
JB
154032004-04-23 Andre Spiegel <spiegel@gnu.org>
15404
15405 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15406 handles wrong-number-of-arguments in backend call.
15407
15408 * vc.el (vc-print-log): Likewise.
15409
033ad8c6
SM
154102004-04-20 Dave Love <fx@gnu.org>
15411
15412 * emacs-lisp/rx.el: Doc fixes.
15413 (rx-constituents): Add/extend many forms.
15414 (rx-check): Check form is a list.
15415 (bracket): Defvar.
15416 (rx-check-any, rx-any, rx-check-not): Modify.
15417 (rx-not): Simplify.
15418 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15419 (rx-kleene): Use rx-trans-forms.
15420 (rx-quote-for-set): Delete.
15421 (rx): Allow multiple args.
15422
f24814e0
KH
154232004-04-23 Kenichi Handa <handa@m17n.org>
15424
033ad8c6 15425 * international/mule-util.el (char-displayable-p): Simplify by
f24814e0
KH
15426 using internal-char-font.
15427
d814862a
JB
154282004-04-23 Juanma Barranquero <lektu@terra.es>
15429
15430 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15431
6fc049f6
SM
154322004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15433
15434 * diff-mode.el (diff-next-error): New fun.
15435 (diff-mode): Use it.
15436
15437 * simple.el (next-error): Change arg name.
15438 Add support for the documented C-u C-x ` usage.
15439
15440 * frame.el (special-display-popup-frame, next-multiframe-window)
15441 (previous-multiframe-window): Only consider frames on same display.
15442
2a3f604d
LH
154432004-04-22 Lars Hansen <larsh@math.ku.dk>
15444
15445 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15446 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15447
879054ea
KS
154482004-04-22 Kim F. Storm <storm@cua.dk>
15449
15450 * net/telnet.el (telnet): Add optional port arg.
15451
063a45c5
SM
154522004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15453
15454 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15455 Minor sanity check on the `hyperlink' slot.
15456
15457 * Makefile.in (recompile): Compile new files.
15458
15459 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15460 Add byte-recompile-directory's optional `arg'.
15461
15462 * cvs-status.el (cvs-tree-use-charset): New var.
15463 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15464 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15465 (cvs-status-cvstrees): Use it.
15466
15467 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15468 Make it a normal major mode.
15469 (checkdoc-buffer-label): Make sure the file name is meaningful.
15470 (checkdoc-output-to-error-buffer): Remove.
15471 (checkdoc-error, checkdoc-start-section): Rewrite.
15472
15473 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15474 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15475 (Info-title-4-face): Use new syntax.
15476 (info-xref-visited): Inherit from info-xref.
15477
15478 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15479
d88beab5
KS
154802004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15481
15482 * simple.el (next-error-last-buffer, next-error-function):
15483 New variables for the next-error framework.
15484 (next-error-buffer-p): New function.
15485 (next-error-find-buffer): Generalize compilation-find-buffer.
15486 (next-error, previous-error, first-error, next-error-no-select)
15487 (previous-error-no-select): Move from compile.el.
15488
15489 * replace.el (occur-next-error, occur-1): Hook into the next-error
15490 framework.
15491
15492 * progmodes/compile.el (compilation-start):
15493 Set next-error-last-buffer so next-error knows where to jump.
15494 (compilation-setup): Set the buffer-local variable
15495 next-error-function to 'compilation-next-error-function.
15496 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15497 alternate way to find if a buffer is a compilation buffer, for
15498 next-error convenience.
15499 (next-error-no-select, previous-error-no-select, next-error)
15500 (previous-error, first-error): Move to simple.el.
15501 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15502 (compilation-last-buffer): Remove.
15503 (compilation-start, compilation-next-error, compilation-setup)
15504 (compilation-next-error-function, compilation-find-buffer):
15505 Remove compilation-last-buffer use.
15506
a568a2cc
JB
155072004-04-21 Juanma Barranquero <lektu@terra.es>
15508
a568a2cc
JB
15509 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15510 (font-lock-warning-face): Fix spacing.
15511
b4777370
JB
15512 * makefile.w32-in (WINS): Add url/ directory.
15513
54b06e66 155142004-04-21 Lars Hansen <larsh@math.ku.dk>
a568a2cc 15515
063a45c5
SM
15516 * desktop.el (desktop-buffer-mode-handlers): New variable.
15517 Alist of major mode specific functions to restore a desktop buffer.
a568a2cc 15518 (desktop-buffer-handlers): Make variable obsolete.
063a45c5
SM
15519 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15520 Catch errors signaled in handlers. Update buffer count.
15521 Evaluate desktop-buffer-point.
54b06e66
LH
15522 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15523 move to dired.el.
15524 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15525 move to info.el.
15526 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15527 move to mail/rmail.el.
15528 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15529 to mh-e/mh-e.el.
a568a2cc
JB
15530 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15531 On fail, print message (to message buffer) even if
54b06e66 15532 desktop-missing-file-warning is nil.
a568a2cc
JB
15533 (desktop-buffer-misc-data-function): New buffer local variable.
15534 Function returning major mode specific data.
54b06e66
LH
15535 (desktop-buffer-misc-functions): Make variable obsolete.
15536 (desktop-save): Use desktop-buffer-misc-data-function.
15537 (desktop-buffer-dired-misc-data): Rename to
15538 dired-desktop-buffer-misc-data and move to dired.el.
15539 (desktop-buffer-info-misc-data): Rename to
15540 Info-desktop-buffer-misc-data and move to info.el.
063a45c5 15541 (desktop-read): Add message about number of buffers restored/failed.
1c492b87 15542
a568a2cc
JB
15543 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15544 Add parameters. Pause to display error only when
54b06e66 15545 desktop-missing-file-warning is non-nil.
a568a2cc 15546 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 15547 (dired-mode): Bind desktop-buffer-misc-data-function.
1c492b87 15548
a568a2cc
JB
15549 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15550 Add Parameters.
15551 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
fbcb9529 15552 (Info-mode): Bind desktop-buffer-misc-data-function.
1c492b87 15553
a568a2cc
JB
15554 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15555 Add Parameters.
1c492b87 15556
a568a2cc
JB
15557 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15558 Add Parameters.
54b06e66 15559
e921af9e
RS
155602003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15561
a4391d42
EZ
15562 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15563 the case of letters in case-insensitive expansions when the
15564 abbrev is preceded by characters with letter syntax.
e921af9e 15565
0ce7de92
RS
155662004-04-21 Richard M. Stallman <rms@gnu.org>
15567
15568 * progmodes/cperl-mode.el (cperl-putback-char):
15569 Delete Emacs 18 definition.
15570
a568a2cc 15571 * international/mule.el (ctext-post-read-conversion):
0ce7de92 15572 Use assoc-string, not assoc-ignore-case.
a568a2cc 15573
0ce7de92
RS
15574 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15575
15576 * emacs-lisp/easymenu.el (easy-menu-add):
15577 Do call x-popup-menu, but only if it's defined.
15578
15579 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15580
15581 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15582 Handle multiple args: compile like progn.
15583
15584 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15585 take all args as &rest arg.
15586
15587 * autoinsert.el (auto-insert-alist): Insert the user's name in
15588 copyright notice, rather than Free Software Foundation.
15589
02f32cf0
KH
155902004-04-21 Kenichi Handa <handa@m17n.org>
15591
15592 * descr-text.el (describe-char): Make it work on *Help* buffer.
15593
c7b08a9d
KS
155942004-04-21 Kim F. Storm <storm@cua.dk>
15595
15596 * image.el (insert-image): Add optional SLICE arg.
15597 (insert-sliced-image): New defun.
15598
d58f8753
SM
155992004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15600
15601 * subr.el (read-number): Check whether `default' is nil.
15602
156032004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15604
15605 * progmodes/compile.el (compilation-error-properties):
15606 Split into two.
15607 (compilation-internal-error-properties): New one.
a568a2cc 15608 (compilation-compat-error-properties): Use it. Fix the non-marker case.
d58f8753 15609
6b3b4dbb
RS
156102004-04-20 Richard M. Stallman <rms@gnu.org>
15611
c7b08a9d 15612 * window.el (split-window-save-restore-data):
6b3b4dbb
RS
15613 Don't update the data if OLD-INFO is nil.
15614
15615 * view.el (view-return-to-alist): Mark it permanent local.
15616
15617 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15618
15619 * recentf.el (recentf-save-list): Catch and warn about errors.
15620
15621 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15622 so "Buffers" won't be pure.
15623
15624 * help-mode.el (help-mode-finish): Set help-return-alist first
15625 thing, setting only the entry for the selected window.
15626
15627 * help-fns.el (describe-function-1): If many non-control non-meta
15628 keys run the command, don't list all of them.
15629
1525ea1e
JB
156302004-04-20 Juanma Barranquero <lektu@terra.es>
15631
b349012b
JB
15632 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15633 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15634
1525ea1e
JB
15635 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15636
5b6156fa
KH
156372004-04-20 Kenichi Handa <handa@m17n.org>
15638
15639 * international/quail.el (quail-lookup-key): New optional arg
15640 NOT-RESET-INDICES.
15641 (quail-get-translations): Call quail-lookup-key with
15642 NOT-RESET-INDICES t.
15643 (quail-completion): Likewise.
15644 (quail-lookup-map-and-concat): Likewise.
15645
a19788b1
KH
156462004-04-20 Kenichi Handa <handa@m17n.org>
15647
15648 * international/quail.el (quail-update-translation): Don't insert
15649 such an unsupported multibyte char in a unibyte buffer.
15650
d481033a
NR
156512004-04-20 Nick Roberts <nick@nick.uklinux.net>
15652
15653 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
1525ea1e
JB
15654 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15655 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
d481033a
NR
15656 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15657 (gdb-frame-assembler-buffer): Improve behaviour with
15658 multiple frames.
15659 (gdb-display-buffer): Extend search to all visible frames.
15660
177cd3b9
EZ
156612004-04-19 Eli Zaretskii <eliz@gnu.org>
15662
15663 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15664 characters left after base64 decoding.
15665 (rmail-decode-region): Use -dos variety of `coding', to remove any
15666 ^M characters left after qp or base64 decoding.
15667
d8dc1ccc
JD
156682004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15669
d58f8753 15670 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
d8dc1ccc
JD
15671 messages.
15672
d9ee5172
SE
156732004-04-19 Stephen Eglen <stephen@gnu.org>
15674
15675 * add-log.el (add-change-log-entry): Update doc string to mention
15676 add-log-full-name and add-log-mailing-address.
15677
d1d37da8
JL
156782004-04-18 Juri Linkov <juri@jurta.org>
15679
15680 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15681 (Info-find-node-2): Simplify error message.
15682 (Info-insert-dir): Use Info-following-node-name.
15683 (Info-goto-node): Remove *info-history* and *info-toc*.
15684 (Info-history): Create a node of the virtual history file.
15685 (Info-toc): Create a node of the virtual toc file.
15686 (Info-insert-toc): New arg `curr-file' for reference file names.
15687 (info-apropos): Remove redundant var binding for temp-file.
15688 (Info-index, Info-index-next, Info-mode): Doc fix.
15689 (Info-goto-emacs-command-node): Don't jump to *info* from
15690 non-*info* Info buffers.
15691 (Info-fontify-node): Don't show the file name of external
15692 references if `Info-hide-note-references' is `hide'. Don't hide
15693 newlines at the end of paragraphs.
15694
15695 * international/mule-diag.el (list-input-methods):
15696 Fix args to help-xref-button.
15697
72266056
JL
15698 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15699 to put into effect local variables from TUTORIAL files.
15700
15701 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15702 with default value taken from the variable `sentence-end'.
15703 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15704 Add nil const to :type.
15705 (sentence-end-without-period, sentence-end-double-space)
15706 (sentence-end-without-space): Doc fix.
15707
15708 * textmodes/paragraphs.el (forward-sentence):
15709 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15710 (fill-delete-newlines):
d58f8753
SM
15711 * progmodes/cc-cmds.el (c-beginning-of-statement):
15712 Use function `sentence-end' instead of variable `sentence-end'.
72266056 15713
225df139
AS
157142004-04-18 Andreas Schwab <schwab@suse.de>
15715
15716 * progmodes/compile.el (compilation-start): Set window start to
15717 point-min if compilation-scroll-output is nil.
15718
8fef838b
JW
157192004-04-18 John Wiegley <johnw@newartisans.com>
15720
d58f8753 15721 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
8fef838b 15722
677eb6a5
NR
157232004-04-18 Nick Roberts <nick@nick.uklinux.net>
15724
15725 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15726 (gdb-info-breakpoints-custom): Revert previous change.
15727 (gdb-view-assembler): Update assembler if necessary.
15728 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15729 (gdb-display-source-buffer): Update properly when both source and
15730 assembler are visible.
15731
554e2741
JW
157322004-04-17 John Wiegley <johnw@newartisans.com>
15733
d58f8753 15734 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
554e2741
JW
15735 which limits the number of names shown in the minibuffer. Off by
15736 default.
15737 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15738 up iswitchb for users with a multitude of open buffers by showing
15739 only the first and last N/2 buffers in the completion list (which
15740 is enough to aid C-s/C-r, and to know that more characters are
15741 needed to refine the completion list).
15742
1ee652eb
RS
157432004-04-17 Richard M. Stallman <rms@gnu.org>
15744
15745 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15746 (file-truename): Expand all ~ constructs directly.
15747 (insert-directory): Delete any error msg output by the
15748 `insert-directory-program'.
15749
15750 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15751 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15752 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15753 (allout-init): Use find-file-hook, not find-file-hooks.
15754 (allout-mode): Eliminate Emacs 18 support.
15755 Use write-contents-functions, not local-write-file-hooks.
15756
eb6fb6e2
DP
157572004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15758
15759 * progmodes/compile.el (compilation-error-properties): Fix for
15760 adding messages when there are already markers for their file.
15761 (compilation-fake-loc): New function.
15762
da879ae8
SM
157632004-04-16 Dave Love <fx@gnu.org>
15764
15765 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15766 (python-load-file): Fix python-orig-start setting.
15767
15768 * progmodes/compile.el: Doc fixes.
15769 (compilation-error-regexp-alist-alist)
15770 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15771 (compilation-assq): Wrap in eval-when-compile.
15772 (compilation-mode-font-lock-keywords): Don't use list*.
15773 (compilation-start): Avoid warning.
15774 (compilation-compat-error-properties)
15775 (compilation-directory-properties): Add keymap property.
15776 (compilation-parsing-end): Make it a marker for better compatibility.
15777
15778 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15779
157802004-04-16 Mark A. Hershberger <mah@everybody.org>
15781
15782 * xml.el: Doc fixes.
15783 (xml-get-children): Only looks at sub-tags and ignore strings.
15784
15785 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15786
157872004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15788
da879ae8
SM
15789 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15790
3f0d8131
AS
157912004-04-16 Andre Spiegel <spiegel@gnu.org>
15792
15793 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15794
15795 * vc.el (vc-print-log): Likewise.
15796
9a1120ea
MY
157972004-04-16 Masatake YAMATO <jet@gyve.org>
15798
15799 * simple.el (completion-setup-function): Set an initial value
a568a2cc 15800 to `element-common-end' before entering loop. Set a value
9a1120ea 15801 to `element-common-end' at the end of loop.
da879ae8 15802 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
6a4940b2
MY
15803 (completions-common-part): Rename from completion-de-emphasis.
15804 (completions-first-difference): Rename from completion-emphasis.
15805 Suggested by RMS.
9a1120ea 15806
dc5dcc00
JB
158072004-04-16 Juanma Barranquero <lektu@terra.es>
15808
15809 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15810 (bookmark-edit-annotation-mode): Add mode name.
15811
da879ae8
SM
158122004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15813
15814 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15815 for nested conflict markers.
15816 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15817
865f6a21
NR
158182004-04-15 Nick Roberts <nick@nick.uklinux.net>
15819
15820 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15821
15822 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15823
96ef1feb
SM
158242004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15825
572943b3
SM
15826 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15827 Give a backtrace if requested.
15828
15829 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15830
15831 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15832 Remove unused functions.
15833 (python-orig-start-line, python-orig-file): Remove.
15834 (python-orig-start): New var.
15835 (python-input-filter, python-compilation-line-number)
15836 (python-send-region, python-load-file): Use it.
15837
f4e432bb 15838 * info.el (info): Always jump to *info*.
96ef1feb
SM
15839
15840 * subr.el (posn-set-point): New function.
15841
15842 * mouse.el (mouse-set-point): Use it.
15843
15844 * progmodes/compile.el (compile-goto-error): Use it.
f4e432bb
SM
15845 (compilation-button-map): New keymap.
15846 (compilation-error-properties): Use it.
15847 (compilation-shell-minor-mode-map): Don't bind mouse-2.
96ef1feb
SM
15848
15849 * smerge-mode.el (smerge-popup-context-menu): Use it.
15850
15851 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15852 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15853 mouse and non-mouse case.
15854
15855 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15856 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15857
f4e432bb
SM
15858 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15859 Make it work for non-mouse events.
15860
15861 * pcvs-info.el (cvs-status-map): Update binding name.
15862
158632004-04-14 Mark A. Hershberger <mah@everybody.org>
15864
15865 * xml.el (xml-maybe-do-ns): New function to handle namespace
15866 parsing of both attribute and element names.
15867 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15868 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15869 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15870 (xml-parse-attlist): Make it do its own namespace parsing.
15871
158722004-04-14 Dave Love <fx@gnu.org>
15873
572943b3
SM
15874 * progmodes/python.el (run-python): Fix use of \n.
15875 (python-load-file): Remove `try' from Python fragment.
15876 (python-describe-symbol): Fix message.
15877
f4e432bb
SM
15878 * comint.el: Doc fixes.
15879 (comint-last-input-start, comint-last-input-end)
15880 (comint-last-output-start): Give them values.
15881 (comint-arguments): Avoid warning.
15882 (comint-skip-prompt): Use line-end-position.
15883 (comint-backward-matching-input): Rename arg to agree with doc.
15884 (comint-extract-string): Use syntax-ppss.
15885 (comint-dynamic-simple-complete): Delete useless list construction.
15886 (comint-redirect-subvert-readonly): New.
15887 (comint-redirect-preoutput-filter): Use it.
15888
15889 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15890 Correctly handle negative arguments when calling hook functions.
15891
37600b6d
JH
158922004-04-14 Jesper Harder <harder@ifa.au.dk>
15893
15894 * info.el (info-apropos): Don't clobber Info-history-list.
15895
b3a7f48f
DP
158962004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15897
f4e432bb
SM
15898 * progmodes/compile.el (compilation-setup):
15899 Localize overlay-arrow-position.
b3a7f48f
DP
15900 (compilation-sentinel): Restructure code equivalently.
15901 (compilation-next-error): Find message on same line after point if
15902 not found before point.
15903 (compile-mouse-goto-error): Restore function so that compilation
15904 buffer need not be current and use compile-goto-error.
15905 (compile-goto-error): Restore function.
15906 (next-error): Set overlay-arrow-position.
15907 (compilation-forget-errors): Don't localize already local
15908 compilation-locs and remove FIXME about refontifying.
15909
c09a9077
JL
159102004-04-14 Kim F. Storm <storm@cua.dk>
15911
15912 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15913 (command-line): New option -Q. Like -q --no-site-file, but
15914 in addition it also disables menu-bar, tool-bar, scroll-bars,
15915 tool-tips, and the blinking cursor.
15916 (command-line-1): Skip startup screen if -Q.
15917 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15918
15919 * emulation/cua-base.el (cua-read-only-cursor-color)
15920 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15921
159222004-04-13 Dave Love <fx@gnu.org>
15923
15924 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15925 (syntax): Don't require.
15926 (python) <defgroup>: Add :version.
15927 (python-quote-syntax): Re-written.
15928 (inferior-python-mode): Move stuff here from run-python and add
15929 some more.
15930 (python-preoutput-continuation, python-preoutput-result)
15931 (python-dotty-syntax-table): New.
15932 (python-describe-symbol): Use them.
15933 (run-python): Move stuff to inferior-python-mode. Modify code
15934 loaded into Python.
15935 (python-send-region): Use python-proc, python-send-string.
15936 (python-send-string): Send newlines too. Callers changed.
15937 (python-load-file): Re-written.
15938 (python-eldoc-function): New.
15939 (info-look): Don't require.
15940 (python-after-info-look): New. A modified version of former
15941 top-level code for use with eval-after-load.
15942 (python-maybe-jython, python-guess-indent): Use widened buffer.
15943 (python-fill-paragraph): Re-written.
15944 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15945 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15946
159472004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15948
15949 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15950 Set compilation-error-regexp-alist earlier.
15951
15952 * progmodes/compile.el (compilation-minor-mode-map)
15953 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15954 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15955
159562004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15957
15958 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15959 corresponding to the event.
15960
159612004-04-12 Joe Buehler <jbuehler@hekiman.com>
15962
15963 * loadup.el: Add cygwin to system-type list, for unexec() support.
15964
159652004-04-12 John Paul Wallington <jpw@gnu.org>
15966
15967 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
15968 (ibuffer-restore-window-config-on-quit): New variable to replace
15969 `ibuffer-delete-window-on-quit'. Update all references.
15970 (ibuffer-prev-window-config): New variable.
15971 (ibuffer-quit): Restore previous window configuration instead of
15972 deleting window.
15973 (ibuffer): Save window configuration before showing Ibuffer buffer.
15974
15975 * help.el (describe-mode): Doc fix.
15976
159772004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15978
15979 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
15980 not to treat nil as a function.
15981
15982 * vc-arch.el (vc-arch-root): Be a bit more careful.
15983 (vc-arch-register): Save the buffer if we modified it.
15984 (vc-arch-delete-rej-if-obsolete): Save excursion.
15985 (vc-arch-find-file-hook): Use the simpler after-save-hook.
15986 (vc-arch-responsible-p, vc-arch-init-version): New functions.
15987
15988 * net/ldap.el (ldap-search): Use list*.
15989
159902004-04-12 Juri Linkov <juri@jurta.org>
15991
15992 * info.el (Info-follow-reference): Allow multiline reference name.
15993
159942004-04-11 Dave Love <fx@gnu.org>
15995
15996 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
15997
15998 * progmodes/python.el: New file.
15999
160002004-04-11 Andre Spiegel <spiegel@gnu.org>
16001
16002 * vc-hooks.el (vc-arg-list): Function removed.
16003 (vc-default-workfile-unchanged-p): Use condition-case to check for
16004 backward compatibility.
16005
16006 * vc.el (vc-print-log): Use condition-case to check for backward
16007 compatibility.
16008
160092004-04-11 Juri Linkov <juri@jurta.org>
16010
16011 * dired.el (dired-faces): New defgroup.
16012 (dired-header, dired-mark, dired-marked, dired-flagged)
16013 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16014 New faces.
16015 (dired-header-face, dired-mark-face, dired-marked-face)
16016 (dired-flagged-face, dired-warning-face, dired-directory-face)
16017 (dired-symlink-face, dired-ignored-face): New face variables.
16018 (dired-font-lock-keywords): Use them instead of font-lock faces.
ee213e98
JL
16019 Split the rule for dired marks into 3 separate rules: for marks,
16020 marked file names and flagged file names.
16021
16022 * help-mode.el (help-make-xrefs): Add a final newline to the
16023 *Help* buffer.
16024
dbed3cd3
JPW
160252004-04-11 John Paul Wallington <jpw@gnu.org>
16026
16027 * replace.el (occur-engine): Distinguish between one and several
16028 matches in the matches per buffer heading.
16029
539859c3
KS
160302004-04-11 Kim F. Storm <storm@cua.dk>
16031
16032 * ido.el (ido-confirm-unique-completion): New defcustom.
16033 (ido-complete): Use it.
16034 (ido-write-file): Set it to t unconditionally.
16035
1f3ddf11
MB
160362004-04-10 Miles Bader <miles@gnu.org>
16037
16038 RCS keyword removal (only non-comment changes are enumerated here):
16039
16040 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16041 (byte-compile-insert-header): Don't use `byte-compile-version'.
1f3ddf11
MB
16042 * forms.el (forms-version): Variable removed.
16043 (forms-mode): Don't use `forms-version'.
16044 * recentf.el (recentf-version): Variable removed.
16045 * progmodes/delphi.el (delphi-version): Variable removed.
16046 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16047
40899d7b
SM
160482004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16049
16050 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16051
7b30b20c
JH
160522004-04-09 Jesper Harder <harder@ifa.au.dk>
16053
16054 * info.el (info-apropos): Improve menu item regexp.
16055
758b7b09
SJ
160562004-04-09 Simon Josefsson <jas@extundo.com>
16057
16058 * mail/smtpmail.el: Add comment, based on report by
16059 kdc@rcn.com (Kevin D. Clark).
16060
91fa27cd
SM
160612004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16062
16063 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16064 Redo one more thing that I didn't notice Daniel had undone.
16065
e20b265a
NR
160662004-04-08 Nick Roberts <nick@nick.uklinux.net>
16067
dc5dcc00 16068 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
e20b265a
NR
16069 (gdb-goto-breakpoint, gdb-display-buffer)
16070 (gdb-display-source-buffer, gdb-view-source-function)
16071 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16072 (gdb-source-info, gdb-frame-handler): Don't specify a window
16073 for display.
16074 (gdb-info-breakpoints-custom): Remove superfluous update of
16075 assembler buffer.
16076 (gdb-many-windows): Make settable outside gdb.
16077
79b42981
GM
160782004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16079
16080 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16081 Derive from fundamental-mode rather than text-mode.
16082
8a7757f6
JL
160832004-04-08 Juri Linkov <juri@jurta.org>
16084
16085 * info.el (Info-history): Doc fix.
16086 (Info-history-list): New var.
16087 (info-xref): Change magenta4 to blue, remove bold for dark and
16088 light backgrounds, change bold to underline for non-color classes.
16089 (info-xref-visited): New face.
16090 (Info-fontify-visited-nodes): New custom.
16091 (Info-hide-note-references): Add new value `hide'. Doc fix.
16092 (Info-reference-name): New var.
16093 (Info-selection-hook): New custom.
16094 (Info-edit-mode-hook): New var.
16095 (Info-find-file): New fun.
16096 (Info-find-node): Move part of code to Info-find-file.
16097 (Info-find-node-2): Add anchors to Info-history-list. Move point
16098 to the place with the reference name if name is defined.
16099 (Info-select-node): Add current node to Info-history-list.
16100 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16101 (Info-search-whitespace-regexp): New custom.
16102 (Info-search-case-fold): New var.
cb53a351
SM
16103 (Info-search): Add "case-sensitively" to the prompt.
16104 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
8a7757f6
JL
16105 (Info-search-case-sensitively, Info-search-next): New fun.
16106 (Info-up): Move point to the menu item of the current node.
a568a2cc
JB
16107 (Info-history): New fun. Add *info-history* to
16108 same-window-buffer-names.
8a7757f6
JL
16109 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16110 (Info-insert-toc): New fun.
16111 (Info-build-toc): New fun.
16112 (Info-follow-reference): Add new arg `fork'. Doc fix.
16113 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16114 with the same name prefer the reference closest to point.
16115 (Info-next-reference): Replace * by + in the *Note regexp.
16116 Add regexp for http:// and ftp://. Skip the *Note prefix.
16117 (Info-prev-reference): Replace * by + in the *Note regexp.
16118 Add regexp for http:// and ftp://. Skip the *Note prefix.
16119 (Info-follow-nearest-node): Add new arg `fork'.
16120 (Info-try-follow-nearest-node): Add new arg `fork'.
16121 Call browse-url for http:// and ftp:// references.
16122 Set Info-reference-name for index entries.
16123 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16124 Info-search-next, Info-history, Info-toc, clone-buffer.
16125 (Info-menu-update): Replace * by + in the *Note regexp.
16126 (Info-mode): Add documentation for Info-history, Info-toc,
16127 Info-search-case-sensitively, Info-search-next, clone-buffer.
16128 (Info-fontify-menu-headers): Remove fun. Move code to
16129 Info-fontify-node.
16130 (Info-fontify-node): Add docstring. Add local vars
16131 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16132 then fontify header line, titles, menu headers, http and ftp
16133 references, refill paragraphs. If not-fontified-p is t or
16134 fontify-visited-p is t then fontify cross references, menu items.
cb53a351
SM
16135 Fontify menu headers. Fontify http and ftp references.
16136 Change regexp for cross references to require whitespace after *Note,
16137 add matching groups for file and node names. Remove hack for quote.
8a7757f6
JL
16138 Use display property for Info-hide-note-references=t. Use fifth
16139 or fourth match for help-echo. Display visited nodes in a
cb53a351
SM
16140 different face. Unhide file names of external references.
16141 Unhide newlines. Display visited menu items in a different face.
16142
91fa27cd
SM
161432004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16144
16145 * progmodes/compile.el: Require CL.
16146 (compilation-mode-font-lock-keywords): Re-install the "line as
16147 function" patch.
16148
16149 * help-fns.el (help-C-source-directory): New var.
16150 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16151 (describe-function-1, describe-variable): Use them.
16152
16153 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16154 to C source files specially.
16155
0c1b7af5
JL
161562004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16157
16158 * info.el (Info-hide-cookies-node): New function.
16159 (Info-select-node): Use it.
16160 (Info-display-images-node): Remove message with image file name.
16161
f6164cdd
DP
161622004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16163
16164 * progmodes/compile.el (compilation-warning-face)
16165 (compilation-info-face, compilation-skip-threshold)
cb53a351
SM
16166 (compilation-skip-visited, compilation-context-lines):
16167 Declare :version when added to Emacs.
f6164cdd
DP
16168 (compilation-error-regexp-alist-alist): Extend caml and irix.
16169 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16170 (compilation-mode-font-lock-keywords): Temporarily undo line as
16171 function patch, which wasn't ready.
16172
3a8b6993
KH
161732004-04-07 Kenichi Handa <handa@m17n.org>
16174
16175 * international/latin1-disp.el (latin1-display-setup): Check each
16176 character is displayable or not instead of calling
16177 latin1-display-check-font.
16178
3699afe8
KH
161792004-04-06 Kenichi Handa <handa@m17n.org>
16180
cb53a351
SM
16181 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16182 New variable.
3699afe8
KH
16183 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16184 instead of sera-being-called-by-w3.
16185 (ethio-fidel-to-sera-buffer): Likewise.
16186 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16187 instead of sera-being-called-by-w3.
16188 (ethio-write-file): Likewise.
16189
f88aa6e5
VJL
161902004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16191
5fe26b00 16192 * printing.el: Doc fix.
f88aa6e5 16193
38e33352
NR
161942004-04-05 Nick Roberts <nick@nick.uklinux.net>
16195
16196 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16197 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16198 (gdb-setup-windows): Only use separate IO buffer if required.
16199
c953fe1b
KS
162002004-04-06 Kim F. Storm <storm@cua.dk>
16201
16202 * term.el (term-is-xemacs): Remove.
16203 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16204 (term-window-width): New function.
16205 (term-mode, term-check-size): Use it.
16206 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16207
8e4d1662
PA
162082004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16209
cb53a351 16210 * cus-edit.el (custom-add-parent-links): Change unbound variable
c953fe1b 16211 `symbol' to `name'.
8e4d1662 16212
cbfbd37d 162132004-04-05 Jesper Harder <harder@ifa.au.dk>
ab2f22ad
JH
16214 * info.el (info-apropos): New function.
16215 (Info-mode-menu): Add it.
16216 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16217
1d0a6ebb
JH
16218 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16219 inherited docstring.
16220
cbfbd37d
JH
16221 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16222
cb53a351
SM
162232004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16224
16225 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16226
16227 * progmodes/compile.el (font-lock): Don't require any more.
16228 (compilation-error-properties, compilation-start, compilation-sentinel)
16229 (compilation-filter, next-error): Use with-current-buffer.
16230 (compilation-skip-to-next-location, compilation-skip-threshold)
16231 (compilation-skip-visited): Move to silence the byte-compiler.
16232 (compilation-setup): Simplify.
16233 (compilation-next-error): Use line-(beginning|end)-position.
16234 Make sure `pt' is non-nil before using compilation-loop.
16235 (compile-goto-error): Add optional event arg. Use it.
16236 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16237 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16238 Update the binding for mouse-2.
16239 (first-error): Set compilation-current-error to nil rather than bob.
16240 (compilation-parsing-end, compilation-parse-errors-function)
16241 (compilation-error-list, compilation-old-error-list):
16242 "New" compatibility variables.
16243 (compile-buffer-substring, compilation-compat-error-properties)
16244 (compilation-compat-parse-errors, compilation-forget-errors):
16245 New compatibility functions.
16246 (compilation-mode-font-lock-keywords): Use them.
16247
1f41bcba
LT
162482004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16249
16250 * autorevert.el (auto-revert-handler): If point (or a window
16251 point) is at the end of the buffer, keep it there after
16252 reverting. This allows to tail a file.
16253 Mention this in the `Commentary'.
16254
16255 * format.el (format-write-file): Add optional argument CONFIRM
16256 and make it behave like the analogous argument to `write-file'.
16257
6411a60a
VJL
162582004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16259
16260 * progmodes/ebnf2ps.el: Doc fix.
16261 (ebnf-version): New version number (4.2).
16262 (ebnf-syntax): Customization and docstring fix.
cb53a351
SM
16263 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16264 Put autoloaded funs before first use.
6411a60a
VJL
16265 (ebnf-style-database): Add dtd entry.
16266 (ebnf-syntax-alist): Add dtd initialization.
16267 (ebnf-token-sequence): New fun.
16268 (ebnf-comment-table): Add new comment action character.
cb53a351 16269 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
6411a60a
VJL
16270
16271 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16272 Type Definition for XML).
16273
cb53a351
SM
16274 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16275 * progmodes/ebnf-bnf.el (ebnf-sequence):
16276 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16277 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16278 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16279 Code simplification: call ebnf-token-sequence.
6411a60a 16280
c1994268
EZ
162812004-04-04 Eli Zaretskii <eliz@gnu.org>
16282
16283 * calendar/timeclock.el (timeclock-relative)
16284 (timeclock-get-project-function, timeclock-get-workday-function)
16285 (timeclock-query-out, timeclock-when-to-leave)
16286 (timeclock-when-to-leave-string, timeclock-log-data)
16287 (timeclock-generate-report, timeclock-in): Doc fixes.
16288
aa81d8d2
SM
162892004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16290
4dfde3dd 16291 * url/: New dir. Import the URL package from its repository.
cb53a351 16292
5c84686c
AS
162932004-04-03 Andreas Schwab <schwab@suse.de>
16294
16295 * diff-mode.el (diff-mode): Fix missing quote.
16296
35aeddc4
JL
162972004-04-03 Juri Linkov <juri@jurta.org>
16298
16299 * descr-text.el (describe-property-list): Add `font-lock-face'.
16300
16301 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16302
bcfa9925
JD
163032004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16304
aa81d8d2
SM
16305 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16306 Use utf-16le on little endian machines and utf-16be otherwise.
bcfa9925 16307
6555a8dd
DK
163082004-04-02 David Kastrup <dak@gnu.org>
16309
16310 * net/browse-url.el (browse-url-generic): Use call-process
16311 instead of start-process to allow browsers that fork and detach.
16312
e5c644da
DP
163132004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16314
16315 * compile.el (compilation-current-error): New var.
16316 (compilation-setup, compile-mouse-goto-error)
16317 (compile-goto-error, next-error): Use it.
16318 (compilation-skip-to-next-location): Default to t, which gives
16319 contiguous skipping like old compile (where this was redundant).
16320 (compilation-next-error): Prevent previous-* commands from moving
16321 back to message at or just before point.
16322
38253bba
VJL
163232004-04-01 Nick Roberts <nick@nick.uklinux.net>
16324
16325 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16326 (gdb-source-info): Don't display source at startup, if required.
16327 (gdb-show-main): New option.
16328 (gdba): Update documentation.
16329 (gdb-source): Cover case of auto-display output.
16330
71c8db4c
LT
163312004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16332
16333 * autorevert.el: Delete obsolete autoload's and defvar's.
04e08b8c 16334 (auto-revert-check-vc-info): New user option.
71c8db4c
LT
16335 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16336 (auto-revert-handler-vc): Delete.
16337 (auto-revert-handler): Treat return value `fast' of
16338 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16339
16340 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16341 return `fast'.
16342
16343 * files.el (buffer-stale-function): Doc change.
16344
38253bba 163452004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
606ebcd1 16346
38253bba
VJL
16347 * printing.el: New tip on Tips section.
16348 (pr-version): New version number (6.7.4).
16349 (pr-shell-file-name): Initialization fix.
606ebcd1 16350
3ccd3160
JL
163512004-03-31 Juri Linkov <juri@jurta.org>
16352
16353 * dired.el: Add autoload for `dired-do-touch'.
16354 (dired-touch-program): New var.
16355 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16356 (dired-no-confirm): Add `touch' to docstring.
16357
16358 * dired-aux.el (dired-do-touch): New fun.
16359 (dired-do-chxxx): Add argument -t for touch operation.
16360
16361 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16362 `dired-move-to-filename-regexp'.
16363
163642004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16365
0c1b7af5 16366 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
3ccd3160 16367
1ede99a8
VJL
163682004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16369
16370 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16371 and only if the buffer was modified.
16372
ce4dd05c
KH
163732004-03-30 Kenichi Handa <handa@m17n.org>
16374
16375 * international/characters.el: Delete pairs for U+2308..U+230B.
16376
5d987733
NR
163772004-03-29 Nick Roberts <nick@nick.uklinux.net>
16378
16379 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16380 to detect the beginning of a level 2 or 3 annotation.
16381
984d06b3
KH
163822004-03-29 Kenichi Handa <handa@m17n.org>
16383
16384 * international/ucs-tables.el (ucs-insert): Fix the error message.
16385
39cc05f5
KH
163862004-03-29 Kenichi Handa <handa@m17n.org>
16387
2d76740f
KH
16388 * international/mule-util.el (char-displayable-p): Fix generation
16389 of XLFD file name.
16390
39cc05f5
KH
16391 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16392 before finding directories by `find'.
16393
adb3b353
SM
163942004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16395
16396 * subr.el (interactive-form): Delete. Now implemented in C.
16397
16398 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16399
16400 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16401 (vc-diff-label): New fun.
16402 (vc-diff-internal): Use it.
16403
16404 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16405
757caf1c
VJL
164062004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16407
9d59cbb0
VJL
16408 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16409
0b6f125d
VJL
16410 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16411 specify XML (EBNFX).
16412
6ca94f87
VJL
16413 * progmodes/ebnf2ps.el: Doc fix.
16414 (ebnf-version): New version number (4.1).
16415 (ebnf-syntax): Adjust customization.
16416 (ebnf-style-database): Add ebnfx entry.
16417 (ebnf-syntax-alist): Add ebnfx initialization.
cb53a351 16418 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
6ca94f87 16419
f8b09957
VJL
16420 * printing.el: Doc fix.
16421 (pr-version): New version number (6.7.3).
16422 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16423 returns nil for mouse position. Reported by Drew Adams
16424 <drew.adams@oracle.com>.
16425 (pr-update-menus): Modify interactive declaration. Reported by Drew
16426 Adams <drew.adams@oracle.com>.
16427
80cce9ae
NR
164282004-03-28 Nick Roberts <nick@nick.uklinux.net>
16429
16430 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16431 (gud-gdba-marker-filter): Log the process input and output, if
dc5dcc00 16432 required. From Stefan Monnier.
80cce9ae
NR
16433 (gdb-debug-log, gdb-enable-debug-log): New variables.
16434 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16435
1e87be1b
SM
164362004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16437
16438 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
59de4ad0 16439 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
1e87be1b 16440
c86afc19
LT
164412004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16442
16443 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16444 Call vc-find-file-hook here instead of in auto-revert-buffers.
16445 (auto-revert-buffers): Delete call to vc-find-file-hook.
75e975ea
LT
16446 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16447 (global-auto-revert-mode, auto-revert-set-timer)
16448 (auto-revert-handler, auto-revert-buffers): Doc fixes.
c86afc19 16449
692feebd
EZ
164502004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16451
16452 * woman.el (woman-change-fonts): Rename local variable
16453 woman-font-alist to font-alist to avoid a compiler warning.
16454
99e0e3e2
EZ
164552004-03-27 Dave Love <fx@gnu.org>
16456
4d82882b
EZ
16457 * emacs-lisp/rx.el (rx): Doc fix.
16458 Fix copyright years.
05ec033b 16459
99e0e3e2 16460 * strokes.el (strokes-global-set-stroke-string): New function.
1e87be1b
SM
16461 (strokes-list-strokes): Cope with strings, not just commands.
16462 Set foreground colour of image.
99e0e3e2
EZ
16463 (strokes-global-set-stroke): Doc fix.
16464
77bca4db
LT
164652004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16466
16467 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16468 Auto Revert mode.
16469 (Buffer-menu-files-only): New variable.
16470 (Buffer-menu-toggle-files-only): New function.
16471 (Buffer-menu-mode-map): Bind it to `T'.
16472 (Buffer-menu-mode): Mention `T' in docstring.
16473 Set buffer-stale-function.
16474 (list-buffers-noselect): Mark buffer non-modified and set
16475 Buffer-menu-files-only.
16476
16477 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16478
16479 * autorevert.el (auto-revert-handler): Print revert message
16480 before, rather than after, reverting.
16481 (buffer-stale-function): Move to files.el.
16482
1e87be1b 16483 * files.el (buffer-stale-function): Move here from autorevert.el.
77bca4db 16484
e1fbd956
SM
164852004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16486
8dc87047
SM
16487 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16488
e1fbd956
SM
16489 * calc/calc.el (calc-mode-map): Use mapc.
16490
16491 * apropos.el (apropos-mode): Don't autoload.
16492 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16493 (apropos): Use it.
16494 (apropos-print): Add optional `text' argument.
16495 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16496 Don't assume point-min == 1.
16497
16498 * bs.el (bs-buffer-list): Use buffer-local-value.
16499 (bs--set-toggle-to-show): Use with-current-buffer.
16500
16501 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16502 New funs.
16503 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16504
16505 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16506
16507 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16508 (dabbrev--find-expansion): Use pop.
16509 (dabbrev--search): Use match-string-no-properties.
16510
16511 * dired.el (dired-mode): Use run-mode-hooks.
16512 (dired-move-to-end-of-filename): Use match-string.
16513
16514 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16515 is bound before using it.
16516 (ediff-verbose-p): Make it into a var since it's not constant.
16517
16518 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16519
16520 * faces.el (read-face-font): Don't cons up unnecessarily.
16521 (header-line, tool-bar): Share common parts.
16522
16523 * files.el (file-relative-name): Use compare-strings.
16524
16525 * finder.el (finder-mode): Follow coding convention.
16526
16527 * subr.el (read-number): New function.
16528
16529 * ses.el (ses-read-number): Move to subr.el.
16530 (ses-set-header-row): Use read-number.
16531
c3504abb
AS
165322004-03-26 Andre Spiegel <spiegel@gnu.org>
16533
16534 * vc-hooks.el (vc-arg-list): New function, which handles both
16535 compiled and uncompiled code.
16536 (vc-default-workfile-unchanged-p): Use it.
16537
16538 * vc.el (vc-print-log): Undo prev change, use new function
16539 vc-arg-list from vc-hooks.el.
7c7085c0 16540
abcdd45a
MY
165412004-03-26 Masatake YAMATO <jet@gyve.org>
16542
16543 * simple.el (completion-setup-function): Emphasize the
825d0745 16544 first uncommon characters in the completions; and de-emphasize
abcdd45a
MY
16545 the common prefix substrings.
16546 (completion-emphasis): New face.
16547 (completion-de-emphasis): New face.
16548
825d0745
JB
165492004-03-25 Juanma Barranquero <lektu@terra.es>
16550
16551 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16552 Comment out (it's unused and unfinished code).
16553
5217a76a
SS
165542004-03-25 Sam Steingold <sds@gnu.org>
16555
e1fbd956 16556 * vc.el (vc-print-log): Fix a bug in the last patch:
825d0745 16557 backend-function may be a byte-compiled object, not a lambda.
5217a76a 16558
ead14730
JL
165592004-03-25 Juri Linkov <juri@jurta.org>
16560
16561 * descr-text.el (describe-property-list): Add a button
16562 for `face' property that calls `describe-face'.
16563 Suggested by luis fernandes <elf@ee.ryerson.ca>
16564
16565 * international/mule.el (keyboard-coding-system):
16566 * kmacro.el (kmacro-call-macro): Fix docstring.
16567
16568 * dired.el: Fix comments.
16569
16570 * textmodes/fill.el (fill): Fix Info link.
16571
16572 * font-lock.el (fast-lock, lazy-lock):
16573 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16574 Info node.
16575
7c7085c0
JL
16576 * eshell/eshell.el (eshell): Fix broken info-link.
16577
16578 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16579 * eshell/em-banner.el (eshell-banner):
16580 * eshell/em-smart.el (eshell-smart):
16581 * eshell/esh-cmd.el (eshell-cmd):
16582 Comment out broken info-links to incomplete Info manual.
16583
ead14730
JL
16584 * info-xref.el: Fix commentary.
16585
165862004-03-25 Kevin Ryde <user42@zip.com.au>
16587
16588 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16589 Remove spurious node duplicate suppression, doesn't work, not wanted.
16590 (info-xref-output): Take format style args, add "sit-for 0" to let
16591 user see the results as they progress.
16592 (info-xref-check-all-custom): New function.
16593
0d1a8fa0
NR
165942004-03-25 Nick Roberts <nick@nick.uklinux.net>
16595
16596 * gdb-ui.el: Moved to progmodes.
ead14730 16597
cb53a351
SM
165982004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16599
16600 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16601
9edfb3d2
GM
166022004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16603
16604 * calendar/appt.el (appt-check): Remove superfluous progn.
16605 When finished with diary buffer: if it was not being displayed
16606 before, kill it; otherwise restore its original state.
16607 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16608
16609 * calendar/calendar.el (calendar-set-mode-line): Use total
16610 available mode-line width, rather than frame-width.
16611
16612 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16613 after mode change so effect not lost.
16614
d7aed37c
SM
166152004-03-23 Dave Love <fx@gnu.org>
16616
16617 * dired.el (dired) <defgroup>: Add link to manual.
ead14730 16618 (dired-font-lock-keywords): Add highlighting on unusual permissions.
d7aed37c
SM
16619 (dired-revert): Use dolist.
16620 (dired-mode-map): Add U binding.
16621 (dired-mode): Add font-lock-beginning-of-syntax-function.
16622 (dired-garbage-files-regexp): Make it a defcustom.
16623
166242004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16625
16626 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16627 is equivalent to nil.
16628 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16629 (vc-arch-mode-line-string): Accept `added' state.
16630 (vc-arch-state): Use inode-sigs if available.
16631 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16632 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16633 (vc-arch-tagline-re): New var.
16634 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16635 New functions.
16636 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16637 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16638
16639 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16640 (vc-file-not-found-hook): Use it.
16641
16642 * diff-mode.el (diff-default-read-only): Change default.
16643 (diff-mode-hook): Make it a defcustom. Add some options.
16644 (diff-mode-map): Bind diff-refine-hook.
16645 (diff-yank-handler): New var.
16646 (diff-yank-function): New fun.
16647 (diff-font-lock-keywords): Use them.
16648 (diff-end-of-file): Handle case where file-header looks like diff text.
16649 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16650 (diff-file-kill): Delete a subsequent empty line, if applicable.
16651 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16652 (diff-find-file-name): Use it.
16653 (diff-tell-file-name): New command.
16654 (diff-mode): Be careful with view-mode.
16655 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16656 New functions, for use in diff-mode-hook.
16657 (diff-find-source-location): Catch "regex too large" errors.
16658 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16659 (diff-refine-hunk): New command.
16660
16661 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16662 (smerge-context-menu-map): Remove unused var.
16663 (smerge-keep-all): Preserve markers.
16664 (smerge-keep-n): New fun.
16665 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16666 (smerge-keep-current, smerge-ediff): Use it.
16667 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16668 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16669 (smerge-resolve): Resolve trivial 3-part conflicts.
16670
ef3e9175
JL
166712004-03-23 Juri Linkov <juri@jurta.org>
16672
16673 * man.el (Man-width): New var.
16674 (Man-getpage-in-background): Use it.
16675 (Man-support-local-filenames): New var and fun.
16676 (Man-build-man-command): Don't add a second %s.
16677 (Man-fontify-manpage): Clean up message.
16678 (Man-mode): Set outline-regexp, outline-level,
16679 imenu-generic-expression.
16680
16681 * woman.el (woman-fill-frame): Doc fix.
16682 (woman-decode-region): Use window-width instead of frame-width.
16683
d7aed37c
SM
16684 * abbrevlist.el (list-one-abbrev-table):
16685 * descr-text.el (describe-char):
16686 * international/mule-diag.el (describe-current-coding-system):
16687 * international/quail.el (quail-insert-decode-map):
16688 Use window-width instead of frame-width.
ef3e9175
JL
16689
16690 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16691 (jka-compr-mode-alist-additions): Add tbz.
d7aed37c
SM
16692 (jka-compr-write-region, jka-compr-insert-file-contents):
16693 Add message for undefined compress-program.
ef3e9175
JL
16694 (jka-compr-write-region): Remove redundant var bindings.
16695
16696 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16697 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16698 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16699 (dired-man): Use dired-guess-shell-command.
16700 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16701 Change default nil to t.
16702
16703 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16704 (dired-compare-directories): Add default value for empty input.
16705
16706 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16707
16708 * time.el (display-time-string-forms): Fix help-echo date format.
16709
d4411cef
LT
167102004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16711
d7aed37c 16712 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
d4411cef
LT
16713 (buffer-stale-function): New variable.
16714 (auto-revert-list-diff, auto-revert-dired-file-list)
16715 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16716 (auto-revert-handler): Take over some functionality of deleted
16717 functions.
16718 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16719
b6ea9927
LT
16720 * dired.el (dired-directory-changed-p): New fun, extracted from
16721 dired-internal-noselect.
16722 (dired-buffer-stale-p): New fun.
d4411cef
LT
16723 (dired-internal-noselect): Use dired-directory-changed-p.
16724 Eliminate revert messages.
16725 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16726
39cc05f5 167272004-03-23 Kenichi Handa <handa@m17n.org>
d6af0bff
KH
16728
16729 * international/characters.el: Setup syntaxes for more parentheses
16730 Unicode characters.
6aa69bd7 16731
d7aed37c
SM
16732 * international/mule-cmds.el (select-safe-coding-system):
16733 Merge coding-system and auto-cs before comparing them.
6aa69bd7 16734
d08c4c28
SM
167352004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16736
16737 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16738
16739 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16740 normal-auto-fill-function and comment-indent-function.
16741 The default values now work just as well.
16742 Don't set font-lock-beginning-of-syntax-function since we already set
16743 syntax-begin-function.
16744 (lisp-outline-level): Put ;;;###autoload at same level as (.
16745 (prin1-char): Quote special chars.
16746
16747 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16748 than with-no-warnings.
16749
16750 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16751 if the source location can't be found.
16752 (edebug-compute-previous-result): Use prin1-char.
16753
575f6118 16754 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
d08c4c28
SM
16755 (debug-ignored-errors): Add an entry.
16756
16757 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16758 (byte-compile-file): Output warning when deleting a file.
16759
16760 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16761 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16762
16763 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16764 (byte-compile-inline-expand): Use backquote.
16765 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16766 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16767
16768 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16769
16770 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16771
8f7ea687
JL
167722004-03-22 Juri Linkov <juri@jurta.org>
16773
16774 * finder.el (finder-known-keywords): Fix data, tex, unix.
16775
16776 * play/landmark.el: Fix keywords.
16777
16778 * language/ethio-util.el (ethio-find-file): Doc fix.
16779
16780 * emacs-lisp/warnings.el: Doc fix.
16781
16782 * textmodes/ispell.el (ispell-help): Doc fix.
16783
19e580b4
LT
167842004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16785
16786 * format.el (format-insert-file): Always return a list of two
16787 elements, like insert-file-contents does.
16788
091ec192
AS
167892004-03-21 Andre Spiegel <spiegel@gnu.org>
16790
675254bc 16791 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
091ec192
AS
16792 and vc-BACKEND-diff.
16793 (vc-print-log): If the print-log implementation supports it, use
16794 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16795 (vc-version-diff, vc-diff-internal): Doc fixes.
16796
16797 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19e580b4 16798 implementation supports it, let diff output go to *vc*,
091ec192
AS
16799 not *vc-diff*, since this is an internal call.
16800
d08c4c28 16801 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
091ec192
AS
16802
16803 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16804
16805 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19e580b4 16806
942269e7
JB
168072004-03-21 Dave Love <fx@gnu.org>
16808
d08c4c28
SM
16809 * progmodes/cfengine.el (cfengine-mode):
16810 Set parse-sexp-ignore-comments.
942269e7
JB
16811
16812 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16813
f134d28b
JB
168142004-03-21 Juanma Barranquero <lektu@terra.es>
16815
16816 * allout.el (allout-mode): Fix docstring.
16817
a2ac68f1
LT
168182004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16819
8f8607be
LT
16820 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16821
a2ac68f1
LT
16822 * autorevert.el (auto-revert-interval): Make new value take
16823 effect immediately when set through Custom.
16824 (auto-revert-set-timer): Add interactive declaration.
16825
31da0380
KS
168262004-03-19 David Ponce <david@dponce.com>
16827
d08c4c28
SM
16828 * ruler-mode.el (ruler-mode-header-line-format-old):
16829 Don't `make-variable-buffer-local'.
31da0380
KS
16830 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16831 (ruler-mode-header-line-format): Simply funcall the above.
16832 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16833 to save/restore a previous header line format.
16834 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16835 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16836 fringes and margins width.
942269e7 16837 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
31da0380 16838
d08c4c28
SM
168392004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16840
16841 * log-edit.el (log-edit-font-lock-keywords): Typo.
16842
16843 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16844 (tex-send-tex-command): Rather than here.
16845 (tex-compilation-parse-errors): Simplify.
16846
16847 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16848
16849 * time.el (display-time-string-forms): Add help-echo with date on time.
16850
16851 * composite.el (compose-region): Use restore-buffer-modified-p.
16852
16853 * disp-table.el (standard-display-8bit): Simplify.
16854
16855 * server.el (server-process-filter): Delete temp frame.
16856
16857 * add-log.el (add-change-log-entry): Simplify.
16858
45dbfc84
KS
168592004-03-19 Kim F. Storm <storm@cua.dk>
16860
36bc84aa 16861 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
ec952fde 16862 (hexl-follow-line): Don't require 'fringe.
36bc84aa 16863
45dbfc84
KS
16864 * progmodes/compile.el (compilation-start): Always set
16865 compilation-last-buffer and return it.
16866
b2a737cd
LT
168672004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16868
16869 * simple.el (clone-buffer): Doc fix.
16870
7ab91c5f
JB
168712004-03-18 Juanma Barranquero <lektu@terra.es>
16872
16873 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16874
37264101
SM
168752004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16876
16877 * log-edit.el (log-edit-font-lock-keywords): New var.
16878 (log-edit-mode): Use it.
16879
feaa7f5c
NR
168802004-03-17 Nick Roberts <nick@nick.uklinux.net>
16881
16882 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16883 properly for watching in speedbar.
16884
935ce7ca
MY
168852004-03-17 Masatake YAMATO <jet@gyve.org>
16886
37264101
SM
16887 * smerge-mode.el (smerge-popup-context-menu):
16888 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16889
168902004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16891
16892 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16893 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16894 Take sealed revisions into account.
16895 (vc-arch-checkin): Extract a summary line from the message.
935ce7ca 16896
0f214cdf
MY
168972004-03-16 Masatake YAMATO <jet@gyve.org>
16898
16899 * register.el (register): Provide `register' feature.
16900
11ece56b
MY
169012004-03-15 Masatake YAMATO <jet@gyve.org>
16902
16903 Added context menu support in smerge mode.
16904 Most of the part is written by Stefan Monnier.
0820b1f6
SM
16905
16906 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16907 New keymap and menu.
11ece56b
MY
16908 (smerge-text-properties): New function.
16909 (smerge-remove-props): New function.
16910 (smerge-popup-context-menu): New function.
16911 (smerge-resolve): Call `smerge-remove-props'.
0820b1f6 16912 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
11ece56b
MY
16913 (smerge-keep-current): Ditto.
16914 (smerge-kill-current): New function.
0820b1f6
SM
16915 (smerge-match-conflict): Put text properties.
16916 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
11ece56b 16917
0eeebaf5
MY
169182004-03-15 David Ponce <david@dponce.com>
16919
52eb0373 16920 * ruler-mode.el (ruler-mode-left-fringe-cols)
0eeebaf5
MY
16921 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16922 (ruler-mode-right-scroll-bar-cols): Remove.
16923 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
0820b1f6
SM
16924 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16925 Use fringe-columns and scroll-bar-columns.
0eeebaf5 16926
9fd76d04
MY
169272004-03-15 Masatake YAMATO <jet@gyve.org>
16928
16929 * hl-line.el (hl-line-range-function): New variable.
16930 (hl-line-move): New function.
16931 (global-hl-line-highlight): Use `hl-line-move'.
16932 (hl-line-highlight): Ditto.
16933
0820b1f6
SM
16934 * scroll-bar.el (scroll-bar-columns):
16935 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
9fd76d04
MY
16936
16937 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16938 (ruler-mode-left-fringe-cols)
16939 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16940 (ruler-mode-right-scroll-bar-cols)
16941 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16942 (ruler-mode-ruler-function): New variable.
16943 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16944 if the value for `ruler-mode-ruler-function'is given.
16945
16946 * hexl.el (hexl-mode-hook): Make the hook customizable.
9b05111d 16947 (hexl-address-area, hexl-ascii-area): New customize variables.
0820b1f6 16948 (hexlify-buffer): Put font-lock-faces on the address area and
9fd76d04
MY
16949 the ascii area.
16950 (hexl-activate-ruler): New function.
16951 (hexl-follow-line): New function.
16952 (hexl-highlight-line-range): New function.
16953 (hexl-mode-ruler): New function.
16954
0820b1f6
SM
169552004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16956
16957 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16958 (vc-default-find-file-hook): New fun.
16959 (vc-find-file-hook): Call new find-file-hook operation.
16960
16961 * vc-arch.el: New file.
16962
5109b06a
EZ
169632004-03-12 Jesper Harder <harder@ifa.au.dk>
16964
16965 * info-look.el (info-lookup): Reuse an existing Info window.
16966
1239851c
EZ
169672004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16968
16969 * woman.el (woman-preserve-ascii): Default value changed to t and
16970 doc string revised.
16971
e69cfac2
RS
169722004-03-12 Richard M. Stallman <rms@gnu.org>
16973
16974 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
16975 Fix minor bug.
16976
16977 * replace.el (occur-engine): Change message for count of matches.
16978
16979 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
16980 For strings, do compare text properties.
16981
fbc4d3bd
SM
169822004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
16983
16984 * progmodes/compile.el (compile-auto-highlight)
16985 (compilation-error-list, compilation-old-error-list)
16986 (compilation-parse-errors-function, compilation-parsing-end)
16987 (compilation-error-message, compilation-directory-stack)
16988 (compilation-enter-directory-regexp-alist)
16989 (compilation-leave-directory-regexp-alist)
16990 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
16991 (compilation-current-file, compilation-regexps): Remove vars.
16992
16993 (compile-error-at-point, compilation-error-filedata)
16994 (compilation-error-filedata-file-name, compile-reinitialize-errors)
16995 (compilation-next-error-locus, compilation-forget-errors)
16996 (count-regexp-groupings, compilation-parse-errors)
16997 (compile-collect-regexps, compile-buffer-substring): Remove funs.
16998
16999 (compile-internal): Make obsolete.
17000
17001 (compilation-first-column, compilation-error)
17002 (compilation-directory-matcher, compilation-page-delimiter)
17003 (compilation-mode-font-lock-keywords, compilation-debug)
17004 (compilation-error-face, compilation-warning-face)
17005 (compilation-info-face, compilation-line-face)
17006 (compilation-column-face, compilation-enter-directory-face)
17007 (compilation-leave-directory-face, compilation-skip-threshold)
17008 (compilation-skip-visited, compilation-context-lines): New vars.
17009
17010 (compilation-warning-face, compilation-info-face)
17011 (compilation-message-face): New faces.
17012
17013 (compilation-error-regexp-alist-alist): New constant.
17014
17015 (compilation-face, compilation-directory-properties)
17016 (compilation-assq, compilation-error-properties, compilation-start)
17017 (define-compilation-mode, compilation-loop)
17018 (compilation-set-window): New functions.
17019
17020 (compile): Additional argument for interactive compiles like TeX.
17021
17022 * progmodes/grep.el (kill-grep): Move here from compile.el
17023 (grep-error, grep-hit-face, grep-error-face)
17024 (grep-mode-font-lock-keywords): New variables.
17025 (grep-regexp-alist): Simplify regexp and add `binary' case.
17026 (grep-mode): New mode.
17027 (grep-process-setup): Simplify.
17028
f6a20b2c
JR
170292004-03-11 Jason Rumney <jasonr@gnu.org>
17030
17031 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17032 letters on DOS/Windows.
17033
61042632
SM
170342004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17035
17036 * server.el (server-name): New var.
17037 (server-socket-dir): New var to replace server-socket-name.
17038 (server-start): Use them.
17039
2ceed428
SJ
170402004-03-11 Simon Josefsson <jas@extundo.com>
17041
17042 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17043 died to avoid infloop. Reported by Jonathan Glauner
17044 <jglauner@sbum.org>.
17045
61042632
SM
170462004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17047
17048 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17049 (smerge-mode-menu): Use it to deactivate menu entries.
17050 (smerge-keep-current): New fun.
17051 (smerge-keep-current): Use it.
17052
d544d2ca
JPW
170532004-03-10 John Paul Wallington <jpw@gnu.org>
17054
61042632 17055 * foldout.el (foldout-fold-list, foldout-modeline-string):
d544d2ca
JPW
17056 Declare them as variables, not constants.
17057
197d4ebc
VJL
170582004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17059
17060 * ps-print.el: Modification to print *Messages* buffer.
17061 (ps-print-version): New version 6.6.4.
17062 (ps-message-log-max): New fun.
17063 (ps-spool-without-faces, ps-spool-with-faces)
17064 (ps-count-lines-preprint): Code fix.
17065
1f5a8e4a
VJL
17066 * printing.el: New tips in Tips section.
17067
739ce395
VJL
170682004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17069
17070 * delim-col.el: Doc fix.
17071
17072 * printing.el: Doc fix. New doc section (Tips).
17073
2c8155f7
SM
170742004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17075
17076 * type-break.el (type-break-emacs-variant): Remove.
17077 (type-break-run-at-time, type-break-cancel-function-timers):
17078 Use fboundp rather than version name and number.
17079
4f918f60
MY
170802004-03-09 Masatake YAMATO <jet@gyve.org>
17081
2c8155f7 17082 * hexl.el (hexl-mode): Use `make-local-variable' instead of
4f918f60
MY
17083 `make-variable-buffer-local'.
17084
1a9c959b
MA
170852004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17086
17087 * find-dired.el (find-dired): Call `shell-command' instead of
17088 `start-process-shell-command'. By this, Tramp takes over
17089 handling of remote directories.
17090
5895f7fd
SM
170912004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17092
0820b1f6
SM
17093 * newcomment.el (comment-use-global-state): New var.
17094 (comment-search-forward): Use it.
17095
17096 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17097
5895f7fd
SM
17098 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17099
17100 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17101 (enable-kinsoku): Make it a defcustom.
17102 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17103 paragraph to same-comment-start-marker.
17104
651f4d9f
EZ
171052004-03-07 Dave Love <fx@gnu.org>
17106
17107 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17108 (browse-url-mail): Use it.
17109
5895f7fd 17110 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
651f4d9f
EZ
17111 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17112
372713e6
EZ
171132004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17114
17115 * woman.el (woman-man.conf-path): Doc fix.
17116 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17117
a6eeaa81 171182004-03-07 Eli Zaretskii <eliz@gnu.org>
263d3d5d
EZ
17119
17120 * sort.el (sort-columns): Remove ms-dos from the list of systems
17121 where the external `sort' command is not used.
17122
d90ee664
KS
171232004-03-07 Kim F. Storm <storm@cua.dk>
17124
17125 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17126 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17127 from overlay-arrow-variable-list.
5895f7fd 17128 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
d90ee664 17129
0d3cb997
NR
171302004-03-06 Nick Roberts <nick@nick.uklinux.net>
17131
17132 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17133 overlay arrow string properly for the assembler buffer.
17134
5895f7fd
SM
171352004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17136
17137 * mail/sendmail.el (mail-mode): Fix last change.
17138
06884a35
NR
171392004-03-05 Nick Roberts <nick@nick.uklinux.net>
17140
17141 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17142 for the assembler buffer.
17143 (gdb-assembler-custom): Position the overlay arrow.
17144 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17145
032cbf90
SM
171462004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17147
5895f7fd
SM
17148 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17149
17150 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17151 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17152
032cbf90
SM
17153 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17154
17155 * newcomment.el (uncomment-region): Allow non-terminated comment.
17156 (comment-normalize-vars): Check the user-specified comstart marker.
17157
2e8d40a1
RS
171582004-03-04 Jesper Harder <harder@ifa.au.dk>
17159
17160 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17161 Otherwise, do use it if the region only contains font-lock text
17162 properties.
17163
01ff9136
MY
171642004-03-04 Masatake YAMATO <jet@gyve.org>
17165
17166 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17167 as the callback function for eldoc.
17168 (hexl-print-current-point-info): New function.
032cbf90 17169 (hexl-current-address): Print the address in both decimal
01ff9136
MY
17170 and hexadecimal format.
17171
04a6e76b
RS
171722004-03-04 Richard M. Stallman <rms@gnu.org>
17173
17174 * mail/rmail.el (rmail-convert-to-babyl-format):
17175 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17176
17177 * mail/mail-utils.el (mail-unquote-printable-region):
17178 New arg UNIBYTE.
17179
17180 * startup.el (command-switch-alist): Doc fix.
17181
17182 * simple.el (undo): Temporarily set this-command to `undo-start',
17183 then set it to `undo' once undo-start returns without error.
17184
17185 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17186
17187 * simple.el (kill-line): Don't disregard trailing whitespace
17188 in eol condition, if show-trailing-whitespace is set.
17189
17190 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17191 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17192 When disabling, restore old values only if mouse-sel-has-been-enabled.
17193
17194 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17195 (isearch-{-char): New function.
17196 (isearch-mode-map): Bind { to isearch-{-char.
17197
17198 * font-lock.el (lisp-font-lock-keywords-2):
17199 Turn off the CL with-... and do-... general patterns.
17200 Instead, recognize several specific with... and do... constructs.
032cbf90
SM
17201
17202 * files.el (switch-to-buffer-other-window):
17203 Bind same-window-buffer-names and same-window-regexps to nil.
04a6e76b 17204 (switch-to-buffer-other-frame): Likewise.
032cbf90 17205
5a7139ee
SM
172062004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17207
17208 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17209 recognizing leading comment on code line.
17210
5895f7fd
SM
172112004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17212
17213 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17214 hidden files/directories.
17215
5a7139ee
SM
172162004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17217
17218 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17219 only comment-start (in case the mode hasn't set it).
17220
17221 * Makefile.in (AUTOGENEL): New var.
17222 (bootstrap-prepare): Rename from bootstrap-clean.
17223 Don't remove elc files.
17224 (maintainer-clean): New target.
17225
17226 * xml.el (xml-get-attribute-or-nil): Simplify.
17227
5fe61ed2
JL
172282004-03-02 Juri Linkov <juri@jurta.org>
17229
17230 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17231 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17232 URL to prevent their substitution with the environment variable
17233 values by browsers.
17234
71efd3c4
VJL
172352004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17236
17237 * ps-print.el: Doc fix.
17238 (ps-print-version): New version number (6.6.3).
17239 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17240 Docstring fix.
17241 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17242 before printing.
17243 (ps-time-stamp-yyyy-mm-dd): New fun.
17244 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17245
d24bc50f
KS
172462004-03-02 Kim F. Storm <storm@cua.dk>
17247
17248 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17249
05f1c4ec
JB
172502004-03-01 Juanma Barranquero <lektu@terra.es>
17251
45435c0e
JB
17252 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17253
05f1c4ec
JB
17254 * desktop.el (desktop-file-version)
17255 (desktop-after-read-hook): Fix typos.
17256 (desktop-clear-preserve-buffers): Remove redundant info in
17257 docstring already shown by the obsolescence message.
17258 (desktop-truncate, desktop-internal-v2s)
d8d95bc7 17259 (desktop-value-to-string): Change argument name to match docstring.
05f1c4ec
JB
17260
17261 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17262
17263 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17264 docstring.
17265
acc037ba
VJL
172662004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17267
b8d955f4
VJL
17268 * printing.el: Replace "As Is..." in PostScript file print/preview by
17269 "No Preprocessing...". Suggested by Colin Marquardt
cd930256 17270 <_marquardt_@zmd.de>.
b8d955f4 17271 (pr-insert-section-4): Adjust buffer interface.
acc037ba 17272
5ec2cc41 172732004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
9e6e8d1a 17274
5ec2cc41
KG
17275 Version 2.0.39 of Tramp released.
17276
17277 * net/tramp.el (tramp-handle-file-local-copy)
d8d95bc7
SM
17278 (tramp-handle-write-region, tramp-open-connection-rsh):
17279 Variable name typo. Small change. From Patrick Tullmann
5ec2cc41
KG
17280 <tullmann@flux.utah.edu>.
17281 (tramp-process-connection-type): New variable.
17282 (tramp-maybe-open-connection): Use it.
d8d95bc7 17283 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
5ec2cc41 17284 (tramp-touch): Set last-modified time of a remote file.
d8d95bc7 17285 (tramp-handle-write-region): Say which function is used when encoding.
5ec2cc41 17286
5ec2cc41
KG
172872004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17288
17289 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17290 case of non-existing filename, too. Reported by Christoph Bauer
17291 <c_bauer@informatik.uni-kl.de>.
17292 (tramp-smb-get-file-entries): The directory in question should
17293 have permissions "drwxrwxrwx". Just virtual, because we don't
17294 know the real permissions. Don't we know?
17295 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17296 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17297 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17298 output. If it was received chunkwise, there have been problems.
17299 Remove the "prompt not found" error message; it is obvious.
17300 Simplify algorithm.
d8d95bc7 17301 (tramp-smb-process-running): Remove. Since we acknowledge the
5ec2cc41
KG
17302 virtual prompt for shares, there's no need for distinction of
17303 reading shares (process ends afterwards) and interactive mode of
17304 smblient.
17305 (tramp-smb-open-connection): Setting process sentinel removed.
17306 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17307 "NT_STATUS_NETWORK_ACCESS_DENIED".
17308 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17309 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17310 (top-level): Setting default value in `tramp-default-method-alist'
d8d95bc7 17311 corrected. Order of USER and HOST have been wrong.
d08c4c28 17312 Nobody complained for months ...
d8d95bc7
SM
17313 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17314 (tramp-smb-open-connection): Clear password cache if login has failed.
17315
17316 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
5ec2cc41
KG
17317 `tramp-unified-filenames'.
17318 (tramp-completion-mode): Make test for XEmacs explicitely.
d8d95bc7
SM
17319 `event-to-character' can exists in Emacs packages too.
17320 Reported by Matt Swift <swift@alum.mit.edu>.
5ec2cc41
KG
17321 (tramp-buffer-name): Buffer name must contain the user if exists.
17322 Reported by Adrian Phillips <a.phillips@met.no>.
d8d95bc7
SM
17323 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17324 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17325 (tramp-do-copy-or-rename-file-out-of-band): Rename from
5ec2cc41
KG
17326 `tramp-do-copy-or-rename-file-one-local', because it handles also
17327 the case both files use the same out-of-band method.
17328 Implementation added.
17329 (tramp-handle-file-local-copy, tramp-handle-write-region):
17330 Out-of-band handling removed. `copy-file' called instead, which
17331 calls `tramp-do-copy-or-rename-file-out-of-band'.
17332 (tramp-action-password): Check for out-of-band method removed.
17333 This function is used for 'login-program.
17334 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17335 appropriate.
17336 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17337 and `tramp-parse-sknownhosts'.
17338 (tramp-completion-function-alist): It's a defvar now, because we
17339 want to apply the optimized `tramp-set-completion-function'
17340 instead of a static list.
d8d95bc7
SM
17341 (tramp-set-completion-function): Implementation tuned.
17342 Avoid double entries, and entries where the function or the
5ec2cc41
KG
17343 file/directory doesn't exist.
17344 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17345 for SSH2.
17346 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17347 (tramp-handle-dired-compress-file): New function.
17348 (tramp-async-proc): New variable.
d8d95bc7
SM
17349 (tramp-handle-shell-command): Adding asynchronous processes.
17350 They are far from being perfect, but it works at least for
bf247b6e 17351 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
5ec2cc41
KG
17352 (top-level): Require password.el if visible. Should be mandatory
17353 once No Gnus has found its way into (X)Emacs.
17354 (tramp-read-passwd): Invoke `password-read' if available,
a568a2cc 17355 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
5ec2cc41
KG
17356 fallback any longer.
17357 (tramp-clear-passwd): New function.
d8d95bc7
SM
17358 (tramp-process-actions, tramp-process-multi-actions):
17359 Clear password cache if login has failed.
5ec2cc41
KG
17360
17361 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17362 its own module.
17363 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17364 `ange-ftp-ftp-name-res'. There could be incorrect values from
17365 previous calls in case the "ftp" method is used in the Tramp file
17366 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17367
ab6d47ea
RS
173682004-02-28 Richard M. Stallman <rms@gnu.org>
17369
17370 * term.el (term-mouse-paste): Call mouse-set-point.
17371
17372 * thumbs.el: New file.
17373
06c97a04
VJL
173742004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17375
9d59cbb0 17376 * progmodes/ebnf-abn.el: Doc fix.
06c97a04 17377
9d59cbb0 17378 * progmodes/ebnf-bnf.el: Doc fix.
7fd08a0a
VJL
17379 (ebnf-repeat): Code fix.
17380
9d59cbb0 17381 * progmodes/ebnf2ps.el: Doc fix.
cd0f9f85 17382 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
97818b07 17383
c0bf9913
JL
173842004-02-28 Juri Linkov <juri@jurta.org>
17385
17386 * ffap.el (dired-at-point): Additional writability test for
17387 relative directory names.
17388 (dired-at-point-prompter): Treat directories as a directory, get
17389 the directory component from files.
d8d95bc7 17390 (ffap-string-at-point): Return string from region if region is active.
c0bf9913
JL
17391 (ffap-file-at-point): Remove redundant code.
17392
ec03e8b3
KS
173932004-02-28 Kim F. Storm <storm@cua.dk>
17394
28eba01f 17395 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
ec03e8b3
KS
17396 Initialize margin area images to nil.
17397 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17398 (breakpoint-enabled-bitmap-face)
17399 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17400 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17401 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17402 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17403 (gdb-reset): Use gdb-remove-breakpoint-icons.
17404 (gdb-put-string): Add dprop arg to specify alternative display
17405 property (for setting fringe bitmap).
17406 (gdb-remove-strings): Doc fix.
17407 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17408 icon in fringe (if available), or else as icon or text in display
17409 margin. Creates necessary icons in breakpoint-bitmap,
d8d95bc7
SM
17410 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17411 Also make left window margin if required.
ec03e8b3
KS
17412 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17413 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17414 no longer needed.
17415 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17416 gdb-put-breakpoint-icon.
17417 (gdb-assembler-mode): Don't set left-margin-width here.
17418
9022d421
EZ
174192004-02-27 Kevin Ryde <user42@zip.com.au>
17420
17421 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
d8d95bc7 17422 comma, so that it DTRT in macros.
9022d421 17423
5d18b953
EZ
174242004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17425
17426 * progmodes/sh-script.el (sh-shell-arg)
17427 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17428 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17429
328419c1
EZ
174302004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17431
28eba01f
JB
17432 * faces.el (face-spec-set-match-display): Add a new attribute,
17433 `min-colors'.
9e6e8d1a 17434 (region, highlight, secondary-selection): Use `min-colors'.
328419c1
EZ
17435
17436 * custom.el (defface): Add documentation for `min-colors'.
17437
17438 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17439 (font-lock-keyword-face, font-lock-function-name-face)
d8d95bc7
SM
17440 (font-lock-variable-name-face, font-lock-constant-face):
17441 Use `min-colors'.
328419c1 17442
d8d95bc7 17443 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
328419c1 17444
ea946fcc
VJL
174452004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17446
9d59cbb0
VJL
17447 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17448 define assq-delete-all if it's not defined.
ea946fcc
VJL
17449 (ebnf-generate-region): Code fix.
17450
449cba44
VJL
17451 * printing.el: Doc fix.
17452 (pr-version): New version number (6.7.2).
17453 (pr-command): Return empty string if command is an empty string.
17454
ac4780a1
VJL
174552004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17456
9d59cbb0 17457 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
ac4780a1 17458
9d59cbb0
VJL
17459 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17460 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17461 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17462 "tt" ["test"] ). Reported by Markus Dreyer
17463 <mdreyer@ix.urz.uni-heidelberg.de>.
ac4780a1
VJL
17464 (ebnf-version): New version number (4.0).
17465 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17466 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17467 (ebnf-delete-style): New commands.
17468 (ebnf-directory, ebnf-file): New funs.
17469 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17470 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17471 (ebnf-syntax-alist): New var.
17472 (ebnf-element-width): New fun replacing ebnf-list-width.
17473 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17474 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17475 (ebnf-prologue): Adjust vars.
17476 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17477 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17478 (ebnf-check-style-values, ebnf-generate-production)
17479 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17480 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17481 (ebnf-token-repeat): Code fix.
17482
9d59cbb0
VJL
17483 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17484 %right, %left and %prec. Suggested by Matthew K. Junker
17485 <junker@alum.mit.edu>.
ac4780a1
VJL
17486 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17487
9d59cbb0 17488 * progmodes/ebnf-iso.el: Doc fix.
ac4780a1
VJL
17489 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17490 (ebnf-iso-lex): Code fix.
17491
9d59cbb0 17492 * progmodes/ebnf-bnf.el: Doc fix.
ac4780a1
VJL
17493 (ebnf-bnf-lex): Code fix.
17494
9d59cbb0 17495 * progmodes/ebnf-otz.el: Doc fix.
ac4780a1 17496
92f5fba2
LT
174972004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17498
17499 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17500 (abbrev-prefix-mark): Doc fix.
17501
baf92c0d
NR
175022004-02-23 Nick Roberts <nick@nick.uklinux.net>
17503
17504 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17505 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17506 (gdb-var-delete): Make interactive (really).
17507 (gdb-edit-value): Make non-interactive.
17508
d8d95bc7
SM
17509 * progmodes/gud.el (gud-speedbar-menu-items):
17510 Add gdb-var-delete and, indirectly, gdb-edit-value.
17511 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
baf92c0d
NR
17512 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17513 (gud-gdb-marker-filter): Add comment for annotations.
17514
4c635ea3
GM
175152004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17516
17517 * calendar/calendar.el (generate-calendar)
17518 (calendar-read-date): Prevent display of BC calendars once more -
17519 reverts 2003-10-01 change.
17520 (generate-calendar-month): Doc fix.
17521
175222004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17523
17524 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17525 return value of increment-calendar-month.
17526
4effffca
EZ
175272004-02-21 Stephen Compall <s11@member.fsf.org>
17528
17529 * saveplace.el (save-place-forget-unreadable-files)
d8d95bc7 17530 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
4effffca
EZ
17531 (save-place-forget-unreadable-files): New function.
17532 (save-place-alist-to-file): Use it to filter out files that are
17533 no longer readable.
235de372
EZ
17534
17535 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17536 current Texinfo environment, using the same method as in
17537 `texinfo-insert-@end', and insert a space rather than a newline if
17538 point in a @table environment.
17539
7e1626fb
EZ
175402004-02-21 Juri Linkov <juri@jurta.org>
17541
17542 * ffap.el (ffap-file-at-point): Try parent directories.
17543
69e82404
EZ
175442004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17545
17546 * vcursor.el (vcursor-modifiers): New defcustom.
17547 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17548 hard-coded list.
17549
8bcfd13b
EZ
175502004-02-21 Masatake YAMATO <jet@gyve.org>
17551
17552 * play/animate.el (animate-birthday-present): Accept names other
17553 than `Sarah', too.
17554
32e51983
EZ
175552004-02-21 Juri Linkov <juri@jurta.org>
17556
17557 * startup.el: Remove table of command line arguments from the
17558 Commentary section.
17559
36b0f52b
JW
175602004-02-20 John Wiegley <johnw@newartisans.com>
17561
d8d95bc7 17562 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
36b0f52b
JW
17563 again" modifier from 'e' to 'E', since 'e' is also used by the
17564 "file extension" modifier.
17565
923c1e6f
LT
175662004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17567
17568 * help-fns.el (describe-categories): Doc fix.
17569
6d2986fb
MK
175702003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17571
17572 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17573 temporary file for buffer already visiting one. This change makes
17574 output likely to be directly usable by patch program.
17575 Suggested by Adrian Aichner <adrian@xemacs.org>
923c1e6f 17576
5223afda
NR
175772004-02-20 Nick Roberts <nick@nick.uklinux.net>
17578
17579 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17580 case of variables defined in compound statements.
d8d95bc7
SM
17581 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17582 Simplify constructions using switch-to-buffer.
5223afda 17583
507c5deb
SJ
175842004-02-19 Simon Josefsson <jas@extundo.com>
17585
17586 * play/morse.el: Fix typo.
17587 (morse-code): Add @.
17588
e306dc9f
GM
175892004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17590
17591 * calendar/appt.el (appt-display-format): Change default to
28eba01f 17592 'ignore, for backwards compatibility.
e306dc9f
GM
17593 (appt-display-message): If appt-display-format is 'ignore,
17594 respect old vars appt-msg-window and appt-visible.
17595 (appt-activate): Don't depend on return value of cancel-timer.
17596
17597 * calendar/calendar.el (calendar-holidays): Doc fix.
17598
b15aa9f9
SM
17599 * calendar/cal-coptic.el (coptic-prompt-for-date):
17600 Use assoc-string instead of assoc-ignore-case.
e306dc9f
GM
17601 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17602 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17603 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17604 * calendar/cal-islam.el (calendar-goto-islamic-date)
17605 (mark-islamic-diary-entries): Ditto.
17606 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17607 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17608 (calendar-read-mayan-tzolkin-date): Ditto.
17609 * calendar/calendar.el (calendar-read-date): Ditto.
17610 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17611
c6190ba0
MR
176122004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17613
b15aa9f9
SM
17614 * progmodes/executable.el (executable-command-find-posix-p):
17615 Fix choice of the directory.
c6190ba0 17616
8e5d85ff
LT
176172004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17618
17619 * simple.el (interprogram-cut-function)
17620 (interprogram-paste-function, kill-new, kill-append):
17621 Doc fixes.
17622 (kill-region): Make it return nil. Doc fix.
17623 (yank-pop): Make its argument optional.
17624 (yank): Make ARG `-' equivalent to `-1'.
17625
a6eeaa81 176262004-02-17 Eli Zaretskii <eliz@gnu.org>
ac84042c
EZ
17627
17628 * mail/rmail.el (rmail-get-new-mail): Don't reference
17629 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17630
8a9825f7
LT
176312004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17632
17633 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17634 if one of global-auto-revert-non-file-buffers or autorevert-mode
17635 is non-nil.
17636
a6eeaa81 176372004-02-16 Eli Zaretskii <eliz@gnu.org>
4e039f3f
EZ
17638
17639 * subr.el (delete-dups): A better implementation from Karl Heuer
17640 <kwzh@gnu.org>.
17641
279dffd6
EZ
176422004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17643
17644 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
43e48bda
LT
17645 correct place.
17646 * progmodes/icon.el (icon-indent-command): Ditto.
279dffd6
EZ
17647 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17648
a6eeaa81 176492004-02-16 Eli Zaretskii <eliz@gnu.org>
8c094106
EZ
17650
17651 * progmodes/grep.el (grep-compute-defaults): Undo change from
17652 2004-01-29: don't use executable-command-find-posix-p.
17653
c33b76da
EZ
176542004-02-16 Richard Sharman <rsharman@pobox.com>
17655
17656 * hilit-chg.el: Use require instead of eval-and-compile.
17657 (highlight-compare-buffers): New function.
17658
1c0ecbc4
EZ
176592004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17660
17661 * man.el (Man-fontify-manpage): Render section headings in
17662 `Man-overstrike-face' even when overstrike was not used by man
17663 formatter for section headings.
17664
88fcbeaa
EZ
176652004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17666
52eb0373 17667 * rmail-spam-filter.el (vm-use-spam-filter)
88fcbeaa 17668 (rsf-min-region-length-added-to-spam-list): New variables.
b15aa9f9 17669 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
d8d95bc7 17670 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
88fcbeaa
EZ
17671 spam testing. Don't delete spam message if automatic deletion
17672 after output via variable rmail-delete-after-output is turned on.
b15aa9f9 17673 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
88fcbeaa
EZ
17674 rsf-bbdb-dont-create-entries-for-spam.
17675 (check-field): New function, extracted from code in
d08c4c28 17676 rmail-spam-filter to ease addition of header fields like content-type.
88fcbeaa
EZ
17677 (message-content-type): New variable to check the content-type:
17678 field added, also in defcustom of rsf-definitions-alist.
17679 (rmail-spam-filter): Replace repeated test code for header fields
17680 by calls to check-field; change the call to
17681 rmail-output-to-rmail-file such that rmail-current-message stays
b15aa9f9 17682 the same to avoid wrong deletion of unseen flags.
88fcbeaa
EZ
17683 (rsf-add-contents-type): New function to convert old format
17684 of rmail-spam-definitions-alist into new one.
b15aa9f9 17685 Change prefixes of all variables and functions from
88fcbeaa
EZ
17686 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17687
a6eeaa81 176882004-02-16 Eli Zaretskii <eliz@gnu.org>
dffc4dfc
EZ
17689
17690 * loadhist.el (unload-hook-features-list): New defvar.
17691
0ca9aa8f
EZ
176922004-02-16 Dave Love <fx@gnu.org>
17693
17694 * loadhist.el (unload-feature): Doc fix. Rename flist to
17695 unload-hook-features-list.
17696
28eba01f 176972004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
7b5368c1
EZ
17698
17699 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17700 cookie. Don't check if we are looking-at open-formula.
17701
ca4bc494
EZ
177022004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17703
17704 * subr.el (match-string-no-properties): Use substring-no-properties.
17705
a6eeaa81 177062004-02-16 Eli Zaretskii <eliz@gnu.org>
740b7c2d
EZ
17707
17708 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
b15aa9f9
SM
17709 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17710 Use lower-case "rx" in all error message.
740b7c2d
EZ
17711
177122004-02-16 Dave Love <fx@gnu.org>
17713
17714 * emacs-lisp/rx.el (rx-or): Put group around result.
17715 (rx-constituents): Add backref.
17716 (rx-syntax): Add string-delimiter, comment-delimiter.
17717 (rx-categories): Add combining-diacritic.
17718 (rx-check-not, rx-greedy, rx): Doc fix.
17719 (rx-backref, rx-check-backref): New.
17720
065b7364
EZ
177212004-02-16 Jesper Harder <harder@ifa.au.dk>
17722
17723 * newcomment.el (uncomment-region): Allow eob as comment end.
17724
0eee131e 177252004-02-16 Jari Aalto <jari.aalto@poboxes.com>
bbc66b08
EZ
17726
17727 * filecache.el: All message and error commands now use prefix
17728 "Filecache:" to make it easy to read *Messages* buffer.
17729
fb94f75f
EZ
177302004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17731
d08c4c28
SM
17732 * autorevert.el: Add support to detect changed dired and VC buffers.
17733 (auto-revert-active-p, auto-revert-list-diff)
fb94f75f
EZ
17734 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17735 (auto-revert-handler, auto-revert-active-p): New functions.
b15aa9f9 17736 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
fb94f75f 17737 and `auto-revert-active-p'.
4e664f62
EZ
17738 (eval-when-compile): Defvar dired-directory and vc-mode.
17739 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17740 (auto-revert-handler-vc): New functions.
fb94f75f 17741
ebb8cb68
EZ
177422004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17743
17744 * progmodes/compile.el (compilation-directory): New defvar.
17745 (compile): Save current directory in compilation-directory.
17746 (recompile): Bind default-directory to compilation-directory if
17747 that is non-nil.
17748
062a9fce
EZ
177492004-02-16 Dave Love <fx@gnu.org>
17750
8a9825f7 17751 * newcomment.el (comment-insert-comment-function)
a71b3805
EZ
17752 (comment-region-function, uncomment-region-function): New.
17753 (comment-indent): Use comment-insert-comment-function.
17754 (uncomment-region): Use uncomment-region-function.
17755 (comment-region): Use comment-region-function.
17756
062a9fce
EZ
17757 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17758
f800daf6
EZ
177592004-02-16 Richard Stallman <rms@gnu.org>
17760
17761 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17762 loaddefs* and ldefs-boot*.
17763
a6eeaa81 177642004-02-16 Eli Zaretskii <eliz@gnu.org>
ca06718d
EZ
17765
17766 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17767 and email address at the beginning and end of the address.
17768
17769 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17770 anchored at the beginning of the email address.
17771
f92f5e37
KH
177722004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17773
17774 * international/ccl.el (ccl-compile-write): Pass `left' to
17775 ccl-embed-code to generate correct code of write-expr-register.
17776
4ae8d76c
TTN
177772004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17778
17779 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17780
49f87d23
JD
177812004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17782
17783 * x-dnd.el: Mention support for Motif in commentary.
17784 (x-dnd-handle-drag-n-drop-event): Ditto.
17785
584b627e
JY
177862004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17787
783bcffa
SM
17788 * ses.el: Use "ses--" prefixes for buffer-local variables.
17789 Use (point-min) instead of 1, even when we know the buffer
17790 is unnarrowed.
17791 (ses-build-load-map): Delete. Distribute its content to defconst's for
17792 the three maps.
17793 (ses-menu, ses-header-line-menu): New menus.
17794 (ses-mode-map): Use them.
17795 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
584b627e 17796
84456793
MS
177972004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17798
b15aa9f9 17799 * Makefile.in: Fix the CC Mode recompile kludge so it works
84456793
MS
17800 when building in a different directory.
17801
7e46b7bf
LT
178022004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17803
783bcffa
SM
17804 * simple.el (kill-new): Put yank-handler property on the entire string.
17805
b15aa9f9
SM
178062004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17807
17808 * diff.el: Don't use compile any more, use diff-mode instead.
17809 (diff-regexp-alist, diff-old-file, diff-new-file)
17810 (diff-parse-differences, diff-process-setup): Remove.
17811 (diff-sentinel): New fun.
17812 (diff): Use it. Run the process ourselves.
17813 Use diff-mode for the rest of the processing.
17814
17815 * diff.el (diff): Simplify code handling `switch'.
17816
783bcffa
SM
178172004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17818
17819 * pcvs-defs.el (cvs-menu): Add `tag'.
7e46b7bf 17820
6827d730
LT
178212004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17822
fb2dcf04
LT
17823 * simple.el (kill-append): Doc fix.
17824
783bcffa
SM
17825 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17826 Adapt outline-regexp to the new conventions for commenting out code.
6827d730 17827
1cdb6ab4
JPW
178282004-02-11 John Paul Wallington <jpw@gnu.org>
17829
17830 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17831
4c11f6a8
SM
178322004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17833
17834 * diff.el (diff-switches): New fun.
17835 (diff, diff-backup): Use it.
17836 (diff): Clean up the args construction. Use backquote.
17837 Use listp instead of consp to avoid putting a nil arg.
d8d95bc7 17838 (diff): Add a revert-buffer function.
4c11f6a8 17839
b9aafad5
JD
178402004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17841
fe38e3b0 17842 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
d08c4c28 17843 handled by x-dnd-handle-file-name.
b9aafad5
JD
17844 (x-dnd-known-types): Add COMPOUND_TEXT.
17845 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17846 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17847 x-dnd-empty-state.
17848 (x-dnd-forget-drop): Ditto.
17849 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17850 (x-dnd-handle-one-url): Return private when inserting text.
17851 (x-dnd-insert-ctext): New function.
17852 (x-dnd-handle-file-name): New function for FILE_NAME.
17853 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17854 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17855 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17856
3638f0e0
KH
178572004-02-10 Kenichi Handa <handa@m17n.org>
17858
17859 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17860 instead of while loop.
17861
4d449b11
MB
178622004-02-10 Miles Bader <miles@gnu.org>
17863
17864 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17865
f73145c1
KH
178662004-02-09 Kenichi Handa <handa@m17n.org>
17867
17868 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17869 have end-of-line.
17870
7fefaee7
MS
178712004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17872
17873 * Makefile.in: Added extra dependencies in the recompile target
17874 needed to cope with the compile time macro expansions in CC Mode.
17875
82722af3
KS
178762004-02-09 Kim F. Storm <storm@cua.dk>
17877
17878 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17879 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17880 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17881 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17882 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17883 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17884 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17885 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17886 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17887 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17888 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
fc4d69e1
SM
17889
178902004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17891
17892 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17893 Don't allow shrink if there's a window on our right.
17894
17895 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17896 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17897 Bring together declaration and initialization.
17898 (prolog-mode-variables): Don't set the syntax table.
17899 Don't set paragraph-start and comment-indent-function.
17900 Add /*..*/ to the comment regexps.
17901 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17902 (prolog-mode-map): Don't bind TAB.
17903 (prolog-mode): Set the syntax table.
17904 (prolog-comment-indent): Remove.
17905 (inferior-prolog-mode-map): Initialize in the declaration.
17906 (inferior-prolog-mode-syntax-table)
17907 (inferior-prolog-mode-abbrev-table): New vars.
17908 (inferior-prolog-mode): Derive from comint-mode.
17909 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17910 minibuffer windows.
17911
17912 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17913 in file names, as long as it is unabmiguous.
17914
e1dc18db
AS
179152004-02-08 Andreas Schwab <schwab@suse.de>
17916
17917 * textmodes/reftex-toc.el
17918 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17919 format. Doc fix.
17920
17921 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17922 format string arguments.
17923
17924 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17925 string argument.
17926
fc4d69e1 17927 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
e1dc18db
AS
17928
17929 * play/zone.el (zone-call): Fix format string.
17930
fc4d69e1 17931 * net/webjump.el (webjump-builtin): Add missing format string argument.
e1dc18db 17932
fc4d69e1 17933 * midnight.el (midnight-delay-set): Remove extra format string argument.
e1dc18db 17934
fc4d69e1 17935 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
e1dc18db
AS
17936
17937 * hexl.el (hexl-insert-char): Add missing format string argument.
17938
17939 * format.el (format-decode): Fix format string.
17940
17941 * emulation/vi.el (vi-mode): Remove extra format string argument.
17942 (vi-repeat-last-search): Likewise.
17943 (vi-reverse-last-search): Likewise.
17944 (vi-goto-mark): Likewise.
17945 (vi-reverse-last-find-char): Likewise.
17946 (vi-repeat-last-find-char): Likewise.
17947 (vi-locate-def): Likewise.
17948
fc4d69e1 17949 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
e1dc18db
AS
17950
17951 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17952 string argument.
17953 (ediff-toggle-regexp-match): Likewise.
17954
17955 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17956 format string argument.
17957
17958 * calc/calc-map.el (calc-get-operator): Remove extra format
17959 string argument.
17960
17961 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
17962
17963 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
17964 string argument.
17965
17966 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
17967
fc4d69e1 17968 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
e1dc18db 17969
fc4d69e1 17970 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
e1dc18db 17971
fc4d69e1 17972 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
e1dc18db
AS
17973 (cl-struct-setf-expander): Likewise.
17974
17975 * vc.el (with-vc-file): Fix unsafe uses of error.
17976 (vc-cancel-version): Likewise.
17977
c35391d1
NR
179782004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
17979
17980 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
17981 thousands separator; fixes <class>:<line-number> regexp for
17982 non-english locales.
17983
ea855511
AS
179842004-02-08 Andreas Schwab <schwab@suse.de>
17985
17986 * view.el (view-mode-enable): Revert previous change.
17987
7fdd1f62
KS
179882004-02-07 Kim F. Storm <storm@cua.dk>
17989
17990 * simple.el (line-number-at-pos): Rename from line-at-pos.
17991 Uses changed (what-line and vc-annotate-warp-version).
17992
783bcffa
SM
179932004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
17994
17995 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
17996 (diff-mode): Remove aborted attempt at support for compile.el.
17997 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
17998
daa3ea8d
AS
179992004-02-06 Andreas Schwab <schwab@suse.de>
18000
18001 * view.el (view-mode-enable): Add view-mode-map to
18002 minor-mode-overriding-map-alist.
18003
14ca8854
JD
180042004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18005
18006 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18007
d1345427
SM
180082004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18009
18010 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18011 with point inside rather than after the paragraph.
18012
dbfa9ed4
SS
180132004-02-04 Sam Steingold <sds@gnu.org>
18014
18015 * mail/smtpmail.el (smtpmail-try-auth-methods):
18016 Do not try authentication when no mechanism is available.
18017 Pass port-name as defaultport to `netrc-machine'.
18018
12ad758a
SE
180192004-02-04 Stephen Eglen <stephen@gnu.org>
18020
18021 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18022 to show how minibuffer height can be constrained.
18023
21575d92
JPW
180242004-02-04 John Paul Wallington <jpw@gnu.org>
18025
18026 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18027
133aad74
JD
180282004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18029
18030 * x-dnd.el: New file for drag and drop.
18031
18032 * term/x-win.el: require x-dnd, set after-make-frame-functions
18033 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18034 drag-n-drop event.
18035
18036 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18037 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18038 (dired-dnd-handle-file): New functions for drag and drop support.
18039 (dired-mode): Initialize drag and drop if x-dnd present.
18040
d1345427
SM
180412004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18042
18043 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18044 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18045 (cperl-mode): Set fill-paragraph-function.
18046 (cperl-fill-paragraph): Make it non-interactive.
18047
c010ecfa
BR
180482004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18049
18050 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18051
0fc8fa73
DK
180522004-02-02 David Kastrup <dak@gnu.org>
18053
18054 * replace.el (perform-replace): Allow 'literal argument in
18055 regexp-flag to indicate literal replacement.
18056 (query-replace-regexp-eval): Use it.
18057
679be517
AS
180582004-02-01 Andreas Schwab <schwab@suse.de>
18059
d1345427 18060 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
679be517 18061
b3a3e4e1
SE
180622004-02-01 Stephen Eglen <stephen@gnu.org>
18063
18064 * info-look.el: Add support for maxima-mode. Update commentary
18065 because info-lookup-symbol is now bound to C-h S.
18066
11178a06
LT
180672004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18068
18069 * simple.el (edit-and-eval-command): Bind print-level and
18070 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18071 Correct initial position in command-history.
18072
eb996101
LT
180732004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18074
18075 * files.el (read-directory-name): Adapt the docstring to recent
18076 change in Fread_file_name.
18077
9e2d29b6
JY
180782004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18079
18080 * ses.el (ses-print-cell): If print format too wide for column
18081 width, truncate decimal places if that helps to avoid "#####" fill.
18082 * ses.el (ses-initial-column-width): Revert previous change.
18083
cce5462e 180842004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
ab43c850 18085
cce5462e
SM
18086 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18087 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18088 Add edebug info.
18089 (jit-lock-mode): Setup/cancel the new timer.
18090 (jit-lock-context-fontify): New fun. Extracted from
18091 context fontification code of jit-lock-stealth-fontify.
18092 (jit-lock-stealth-fontify): Don't do context fontification any more.
ab43c850 18093
cce5462e
SM
18094 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18095 (jit-lock-fontify-now): Handle the `quit' case.
18096 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18097
180982004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18099
18100 * progmodes/executable.el (executable-command-find-posix-p):
18101 New. Check if find handles arguments Posix-style.
18102
18103 * progmodes/grep.el (grep-compute-defaults):
ab43c850 18104 Use executable-command-find-posix-p.
cce5462e 18105 (grep-find): Check `grep-find-command'.
ab43c850 18106
cce5462e 18107 * filecache.el (file-cache-find-posix-p): Delete.
ab43c850 18108 (file-cache-add-directory-using-find):
cce5462e 18109 Use `executable-command-find-posix-p'.
ab43c850
RS
18110
181112004-01-29 Dave Love <fx@gnu.org>
18112
18113 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18114 Iterate the hook function if arg is given.
18115 (mark-defun, narrow-to-defun): Change order of finding the limits.
18116
18117 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18118 (byte-compile-format-warn): New.
18119 (byte-compile-callargs-warn): Use it.
18120 (Format, message, error): Add byte-compile-format-like property.
18121 (byte-compile-maybe-guarded): New.
18122 (byte-compile-if, byte-compile-cond): Use it.
18123 (byte-compile-lambda): Compile interactive forms,
18124 just to make warnings about them.
18125
100eda14
JY
181262004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18127
18128 * ses.el (ses-initial-column-width): Increase to 14, so it will
18129 work well with the default printer of "%.7g" for extreme values
18130 like "-1.234567e+07".
18131
3ff05361
KH
181322004-01-29 Kenichi Handa <handa@m17n.org>
18133
18134 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18135
d57625a0
JR
181362004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18137
18138 * dos-w32.el: Added support for the `default-printer-name' function.
18139
05e72590
SM
181402004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18141
18142 * server.el (server-socket-name): Don't use the hostname in the
18143 socket name since /tmp is local to the host anyway.
18144
18145 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18146 robust check of widening and fix var-naming.
18147
f5ea26f8
RS
181482004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18149
18150 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18151 or rmail-spam- to rsf- in all function and variable names.
18152 (rsf-min-region-to-spam-list): New variable.
05e72590 18153 (rsf-bbdb-auto-delete-spam-entries): Rename from
f5ea26f8
RS
18154 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18155 scanned together with the recipients field for spam testing; Don't
18156 delete spam message if rmail-delete-after-output is non-nil;
05e72590 18157 (rsf-check-field): New function, extracted from code in
f5ea26f8
RS
18158 rmail-spam-filter to ease addition of header fields like
18159 content-type:;
05e72590 18160 (message-content-type): New variable. The content-type: field was
f5ea26f8
RS
18161 added also in defcustom of rsf-definitions-alist;
18162 (rmail-spam-filter): Replace repeated test code for header fields
18163 by calls to check-field; change the call to
18164 rmail-output-to-rmail-file such that rmail-current-message stays
18165 the same to avoid wrong deletion of unseen flags.
18166 (rmail-use-spam-filter): Add autoload cookie.
18167
05e72590 181682004-01-27 Jari Aalto <jari.aalto@poboxes.com>
f5ea26f8 18169
05e72590
SM
18170 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18171 (file-cache-add-directory-using-find): Add Cygwin support.
18172 (file-cache-find-command-posix-flag): New user variable.
f5ea26f8 18173
05e72590
SM
18174 * filecache.el (file-cache-add-directory): Check for
18175 directories an remove them from dir-files.
f5ea26f8
RS
18176
181772004-01-27 Richard M. Stallman <rms@gnu.org>
18178
18179 * man.el (Man-fontify-manpage): Clean up message.
18180
f43a0b98
KH
181812004-01-27 Kenichi Handa <handa@m17n.org>
18182
18183 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18184 (sentence-end): Define using sentence-end-without-space.
18185
05e72590
SM
18186 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18187 a sentence ends with one of a character in sentence-end-without-space.
f43a0b98 18188
6497a8f8
SM
181892004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18190
18191 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18192 (jit-lock): Group declaration moved to jit-lock.el.
18193 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18194 when necessary.
18195
18196 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18197 (jit-lock-context-unfontify-pos): Rename from
18198 jit-lock-first-unfontify-pos.
18199 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18200
337c50a5
GM
182012004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18202
6497a8f8
SM
18203 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18204 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
337c50a5
GM
18205 (fortran-fill): When filling a string, adjust re-search-backward
18206 argument for special case of string just on fill-column.
18207 When filling non-string, allow one extra char if
6497a8f8
SM
18208 fortran-break-before-delimiters is non-nil.
18209 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
337c50a5
GM
18210 Use fortran-break-delimiters-re and fortran-no-break-re to
18211 correctly handle cases such as "**".
18212
18213 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18214 (f90-no-break-re): Add some extra tokens. Doc fix.
18215
2528f9c4
TTN
182162004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18217
18218 * mail/rmail-spam-filter.el:
18219 Use two semicolons as Commentary line prefix.
18220 Add ";;; Code:" stylized comment.
18221 Delete end-of-line whitespace.
18222 Wrap (require 'cl) with `eval-when-compile'.
18223
414f7d4e
AS
182242004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18225
18226 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18227 at the top level of vc.el.
18228
fe722d76
AS
182292004-01-23 Andre Spiegel <spiegel@gnu.org>
18230
18231 * vc.el (vc-current-line): Function removed. This is now done by
18232 the new function line-at-pos in simple.el.
18233 (vc-annotate-warp-version): Use line-at-pos instead of
18234 vc-current-line.
18235
f076870a
KS
182362004-01-22 Kim F. Storm <storm@cua.dk>
18237
18238 * simple.el (line-at-pos): New defun.
18239 (what-line): Use it. Optimize by only counting lines in narrowed
18240 region once.
18241
6a8b9ce4
KH
182422004-01-22 Kenichi Handa <handa@m17n.org>
18243
6497a8f8
SM
18244 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18245 point (register r1) only for charset mule-unicode-0100-24ff.
6a8b9ce4 18246
f78d258e
MR
182472004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18248
18249 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18250 trailing white space and ensure a final newline.
18251
6497a8f8
SM
18252 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18253 Add autoload cookie.
f78d258e 18254
3a849027
AS
182552004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18256
18257 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18258 activate view-mode explicitly.
18259
a5bfbd4e
JD
182602004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18261
75fb9fde
JD
18262 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18263 menu-bar-enable-clipboard and make Paste use clipboard first.
a5bfbd4e 18264
f56af8ca
SM
182652004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18266
438fc6c0
SM
18267 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18268 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18269 (vc-mcvs-cvs): Remove.
18270 (vc-mcvs-command): Remove use of assert.
18271
f56af8ca
SM
18272 * outline.el (outline-insert-heading): Tighten up match.
18273 (outline-demote, outline-move-subtree-down): Don't assume anything
18274 about outline-regexp.
18275
18276 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18277 (texinfo-show-structure): Explicitly add ^, and simplify.
18278
4e788be2
GM
182792004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18280
18281 * calendar/appt.el (appt-check): Restore usage of
18282 appt-issue-message deleted in previous change.
18283 (top-level): Activate package when loaded (needed for backwards
18284 compatibility).
18285
24aaadec
GM
182862004-01-20 Jesper Harder <harder@ifa.au.dk>
18287
18288 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18289 following previous change to smtpmail-send-data.
18290
00911925
AS
182912004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18292
18293 * vc.el (vc-default-previous-version): Doc enhancement.
18294 (vc-default-next-version): New function.
18295 (vc-print-log): New arg FOCUS-REV.
f56af8ca
SM
18296 (vc-annotate-mode): Derive from view-mode.
18297 (vc-annotate): New args REVISION, DISPLAY-MODE.
18298 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18299 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18300 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18301 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18302 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18303
18304 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
00911925 18305
a73c2999
KB
183062004-01-19 Karl Berry <karl@gnu.org>
18307
18308 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18309 or "TexInfo".
18310
d0cd7210
LT
183112004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18312
18313 * subr.el (delete-dups): New function.
18314
412be09b
KB
183152004-01-19 Karl Berry <karl@gnu.org>
18316
f56af8ca 18317 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
412be09b
KB
18318 with ^, since that's what texinfo-show-structure
18319 documentation says (plus it works much better in texinfo.txi).
18320
dd64e5e5
GM
183212004-01-18 Jesper Harder <harder@ifa.au.dk>
18322
f56af8ca 18323 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
dd64e5e5 18324
52eb0373 183252004-01-18 David Ponce <david@dponce.com> (tiny change)
dd64e5e5
GM
18326
18327 * progmodes/which-func.el (which-function-mode): Don't cancel
f56af8ca 18328 which-func-update-timer if not set.
dd64e5e5 18329
d14b04bc
TTN
183302004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18331
18332 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18333 Remove spurious left square bracket in XX:XXam regexp.
18334
a151ecff
LT
183352004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18336
18337 * progmodes/cc-defs.el: Do not require cl at run time.
18338
557be036
RS
183392004-01-16 Richard M. Stallman <rms@gnu.org>
18340
18341 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18342 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18343
18344 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18345 Call rmail-spam-filter. Delete and expunge spam.
18346 Print number of spam messages deleted.
18347 Save and restore the deletion status of old messages when reading
18348 new mail with spam filter, so that expunging spam does not expunge
18349 msgs deleted by the user.
f56af8ca 18350 (rmail-only-expunge): Add an optional argument dont-show to
557be036
RS
18351 prevent showing message after expunge.
18352
3e7274ae
LT
183532004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18354
18355 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18356 * subr.el (declare): New macro.
18357
c1bfdd54
TTN
183582004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18359
18360 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18361
7fc34f85
SM
183622004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18363
18364 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18365 Test window-system rather than system-type (for X11/Mac).
18366
4007b34c
LT
183672004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18368
18369 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18370
09843470
RS
183712004-01-12 Richard M. Stallman <rms@gnu.org>
18372
9b07d734
SM
18373 * mail/rmail.el (rmail-convert-to-babyl-format):
18374 Use mail-unquote-printable-region.
09843470
RS
18375 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18376 (rmail-hex-char-to-integer): Functions deleted.
18377
18378 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18379 (mail-unquote-printable-region): New arg NOERROR.
18380 For invalid encoding, either signal an error to just return nil.
18381
21dcb709
GM
183822004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18383
18384 * calendar/appt.el: Update copyright and commentary.
d9acc06f 18385 (appt-issue-message): Make obsolete.
21dcb709
GM
18386 (appt-visible, appt-msg-window): Make obsolete, in favour of
18387 appt-display-format.
18388 (appt-display-mode-line, appt-display-duration)
18389 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18390 (appt-prev-comp-time, appt-display-count, appt-timer)
18391 (appt-convert-time): Doc change.
9b07d734
SM
18392 (appt-disp-window-function, appt-delete-window-function):
18393 Use defcustom rather than defvar.
21dcb709 18394 (appt-display-format): New variable.
9b07d734
SM
18395 (appt-display-message): New function with display code from appt-check.
18396 (appt-check): Add optional FORCE argument. Doc change.
18397 Add appt-make-list to diary-hook if displaying diary.
18398 Remove checking of view-diary-entries-initially.
18399 Message display section removed to new function appt-display-message.
21dcb709
GM
18400 (appt-display-window): Doc change. Remove unused internal var
18401 this-buffer. Do not beep, since appt-display-message does that.
18402 (appt-make-list): Doc change. Use caar.
18403 (appt-sort-list): Simplify by using builtin sort function.
18404 (appt-update-list): New function for updating appts when diary is
18405 saved.
18406 (appt-activate): New autoloaded function to toggle package
18407 functionality.
18408
18409 * calendar/cal-x.el: (calendar-one-frame-setup)
9b07d734 18410 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
21dcb709
GM
18411
18412 * calendar/calendar.el: Update copyright.
9b07d734 18413 (view-diary-entries-initially, european-calendar-style): Doc change.
21dcb709
GM
18414 (calendar-setup): Make defcustom rather than defvar.
18415 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18416 in let binding so local to function.
18417
18418 * calendar/diary-lib.el: Update copyright.
18419 (diary, diary-entry-time): Doc change.
18420 (list-diary-entries): Doc change. Trivial logic change.
18421 (fancy-diary-display): Restore make-face command mistakenly
18422 deleted 2003-05-08.
18423 (show-all-diary-entries): Allow to pop-up frame if needed.
18424
fdce4c6d
JPW
184252004-01-09 John Paul Wallington <jpw@gnu.org>
18426
18427 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18428 Temporarily select EVENT's window for changing eol type.
18429
3b42c185
TTN
184302004-01-09 Deepak Goel <deego@gnufans.org>
18431
18432 * calendar/diary-lib.el (diary-entry-time):
18433 Also accept time in the form XX[.XX][am/pm/AM/PM].
18434 (fancy-diary-font-lock-keywords): Likewise.
18435 (diary-font-lock-keywords): Likewise.
18436 * calendar/appt.el (appt-add): Likewise.
18437 (appt-make-list): Likewise.
18438 (appt-convert-time): Likewise.
18439
7f0edca4
NR
184402004-01-08 Nick Roberts <nick@nick.uklinux.net>
18441
18442 * gdb-ui.el (gdb-ann3): Revert previous change.
18443 (gdb-source-info): Allow for case of where compilation directory
18444 is not recorded.
18445
c9ec040a
JPW
184462004-01-08 John Paul Wallington <jpw@gnu.org>
18447
18448 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18449
2fae1984
NR
184502004-01-07 Nick Roberts <nick@nick.uklinux.net>
18451
9b07d734 18452 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
2fae1984 18453
7f0edca4
NR
18454 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18455 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18456 problems.
2fae1984
NR
18457 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18458
583c353d
LT
184592004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18460
18461 * files.el (write-file-functions, write-contents-functions):
18462 Clarify docstrings.
18463
c251286b
KH
184642004-01-07 Kenichi Handa <handa@m17n.org>
18465
18466 * international/mule.el (set-auto-coding): Fix for the case that
18467 end-of-line is only CR.
18468
05faee07
KS
184692004-01-07 Kim F. Storm <storm@cua.dk>
18470
18471 * subr.el (event-start, event-end): Doc fix.
18472 (posn-string, posn-image): New defuns.
18473 (posn-object): Return either image or string object.
18474 (posn-object-x-y): Return 8th element of position.
18475 (posn-object-width-height): New defun.
18476
a8410c29
AS
184772004-01-06 Andreas Schwab <schwab@suse.de>
18478
18479 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18480 output.
18481
2e3b4a0b
KB
184822004-01-05 Karl Berry <karl@gnu.org>
18483
28eba01f 18484 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
2e3b4a0b
KB
18485 / and *, too.
18486
3c3b81d1
SJ
184872003-12-31 Simon Josefsson <jas@extundo.com>
18488
18489 * files.el (before-save-hook): Add.
18490 (basic-save-buffer): Use before-save-hook.
18491
bcbc6fd3
SJ
18492 * emacs-lisp/copyright.el: Fix comment to recommend
18493 before-save-hook instead of write-file-functions.
18494
61e938eb
RS
184952004-01-05 Richard M. Stallman <rms@gnu.org>
18496
18497 * finder.el (finder-commentary): Call delete-other-windows.
18498
18499 * net/ange-ftp.el (ange-ftp-file-attributes):
18500 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18501
17b33776
KB
185022004-01-04 Karl Berry <karl@gnu.org>
18503
28eba01f 18504 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
17b33776
KB
18505 comment characters % and # in the copyright year notice,
18506 as well as ;.
18507
125f1820 185082004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
972c0c49 18509
125f1820
PA
18510 * wid-edit.el (default): Define dummy :value-delete.
18511 Reported by Jesper Harder <harder@ifa.au.dk>.
55115079
PA
18512
185132004-01-03 Richard M. Stallman <rms@gnu.org>
18514
18515 * progmodes/compile.el (compile-internal): Use point, not point-min,
18516 for set-window-point.
18517
18518 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18519
438fc6c0 18520 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
55115079
PA
18521
18522 * progmodes/grep.el (grep-mode-map):
18523 Don't remap next-line, previous-line.
18524
185252004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18526
18527 * speedbar.el (speedbar-edit-line): Change regexp to position
18528 the cursor on the first character of this line's button.
18529
185302004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18531
18532 * subr.el (functionp): Doc fix.
18533
185342004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18535
18536 * progmodes/idlwave.el (idlwave-make-tags):
18537 * textmodes/flyspell.el (flyspell-large-region):.
18538 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18539 * emulation/viper-util.el (viper-glob-unix-files):
18540 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18541 * man.el (Man-init-defvars):
18542 * jka-compr.el (jka-compr-call-process):
18543 * files.el (get-free-disk-space,insert-directory):
18544 * ediff-ptch.el (ediff-test-patch-utility):
18545 * ediff-diff.el (ediff-test-utility):
18546 * dired-aux.el (dired-check-process):
18547 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18548 test the return value of call-process, because it can be a string.
18549
185502003-12-31 John Paul Wallington <jpw@gnu.org>
18551
18552 * bindings.el (completion-ignored-extensions): Add .pfsl.
18553
185542003-12-31 Kim F. Storm <storm@cua.dk>
18555
18556 * ido.el (ido-nonreadable-directory-p): New defun to check for
18557 nonreadable directory without activating tramp (to avoid problems
28eba01f 18558 with checking incomplete tramp paths).
55115079
PA
18559 (ido-set-current-directory, ido-file-internal)
18560 (ido-file-name-all-completions1): Use it.
18561
185622003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18563
18564 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18565 documentation if the anchor (or node) name is preceded by `info
18566 anchor' or `Info anchor' in addition to earlier `info node' and
18567 `Info node'.
18568 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18569
a6eeaa81 185702003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18571
18572 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18573 error in arguments to base64-decode-region. Remove ^M characters
18574 after decoding base64.
18575
185762003-12-30 Simon Josefsson <jas@extundo.com>
18577
18578 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18579 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18580 have only been distributed with Emacs for some years.
18581 (texinfo-mode-hook): Customize.
18582
a6eeaa81 185832003-12-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18584
18585 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18586 cleaner (suggested by Richard Stallman).
18587
18588 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18589 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18590 file-name clashes on 8+3 DOS filesystems.
18591
18592 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18593 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18594 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18595 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18596 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18597 file-name clashes on 8+3 filesystems.
18598
9b07d734
SM
18599 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18600 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18601 file-name clashes on 8+3 DOS filesystems.
55115079
PA
18602
186032003-12-29 Richard M. Stallman <rms@gnu.org>
18604
18605 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18606 Upcase the character.
18607
18608 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18609 Search for header separator alone on a line, literally,
18610 and search for it backward, not forward.
18611 (flyspell-abbrev-table): Always use global-abbrev-table
18612 if there is no local one.
18613
18614 * progmodes/sh-script.el (sh-get-indent-info):
18615 Don't move point back if at bob.
18616
18617 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18618
18619 * play/handwrite.el (handwrite): Make the handwrite credit message
18620 a comment rather than an output command.
18621
18622 * obsolete/sc.el: Display message that this file is obsolete.
18623
18624 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18625
18626 * mail/rfc822.el (rfc822-address-start): Declare variable.
18627 Renamed from address-start. All uses changed.
18628
18629 * term.el (term-exec): Set up sentinel.
18630 (term-sentinel): New function.
18631 (term-handle-exit): New function.
18632
3b42c185 18633 * subr.el (assoc-ignore-case, assoc-ignore-representation):
55115079
PA
18634 Use assoc-string, and mark them obsolete.
18635 (delay-mode-hooks): Mark as permanent local.
18636
18637 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18638
18639 * register.el (copy-rectangle-to-register): Doc fix.
18640
18641 * info.el (Info-insert-dir): Use assoc-string.
18642
18643 * info-look.el (info-lookup): Use assoc-string.
18644
18645 * frame.el (pop-up-frame-function): Use quote, not `function'.
18646 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18647 copying with lists as coordinate values.
18648
18649 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18650
18651 * find-dired.el (kill-find): New command.
18652 (find-dired): Make buffer read-only.
18653 Set up a keymap with C-c C-k running kill-find.
18654 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18655
18656 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18657
18658 * filecache.el (file-cache-ignore-case): New variable.
18659 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18660
18661 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18662 (comint-dynamic-complete-as-filename): Rename local vars.
18663 (comint-dynamic-list-filename-completions): Likewise.
18664
18665 * comint.el (comint-dynamic-list-completions-config): New var.
18666 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18667
18668 * comint.el (comint-file-name-chars): Add [].
18669 (comint-word): Use skip-chars-backward, not search.
18670
18671 * shell.el (shell-file-name-chars): Add [].
18672
18673 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18674
18675 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18676
18677 * generic.el (define-generic-mode): Doc fix.
18678
a6eeaa81 186792003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18680
18681 * files.el (kill-some-buffers): Doc fix.
18682
28eba01f 186832003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
55115079
PA
18684
18685 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18686 arg to send-invisible
18687 (send-invisible): Doc fix. The argument is now a prompt, not the
18688 string to send.
18689 (comint-read-noecho): Doc fix.
18690
186912003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18692
18693 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18694 "@", as required by some ISP hosting service. Fix defcustom
18695 argument syntax errors that prevented use of customization.
18696
a6eeaa81 186972003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18698
18699 * xml.el (xml-get-attribute-or-nil): Doc fix.
18700
28eba01f 187012003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
55115079
PA
18702
18703 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18704 write-file-hooks.
18705
28eba01f 187062003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
18707
18708 * autorevert.el (auto-revert-interval): Doc fix.
18709
28eba01f 187102003-12-29 Mark A. Hershberger <mah@everybody.org>
55115079
PA
18711
18712 * xml.el (xml-get-attribute-or-nil): New function, like
18713 xml-get-attribute, but returns nil if the attribute was not found.
9b07d734 18714 (xml-get-attribute): Convert to defsubst, uses
55115079
PA
18715 xml-get-attribute-or-nil.
18716
a6eeaa81 187172003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18718
18719 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18720
28eba01f 187212003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
55115079
PA
18722
18723 * custom.el (custom-declare-theme): Use `value' when putting
18724 properties on `theme'.
18725
28eba01f 187262003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
55115079
PA
18727
18728 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18729 for each yank-handler segment.
18730 (insert-for-yank-1): New function, with the body of the previous
18731 insert-for-yank.
18732
18733 * textmodes/table.el (table-yank-handler): New defcustom.
18734 (table--put-cell-indicator-property): Put yank-handler property
18735 that indicates the yank handler for the table cell.
18736
28eba01f 187372003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
55115079
PA
18738
18739 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18740 set of keywords.
18741
a6eeaa81 187422003-12-29 Eli Zaretskii <eliz@gnu.org>
55115079
PA
18743
18744 * international/mule-cmds.el (reset-language-environment)
18745 (set-language-environment): Don't invoke fontset-related functions
18746 if fontset-list is not fboundp.
18747
187482003-12-29 Kenichi Handa <handa@m17n.org>
18749
9b07d734
SM
18750 * international/mule-cmds.el (reset-language-environment):
18751 Call set-overriding-fontspec-internal with nil.
55115079
PA
18752 (set-language-environment): Call set-overriding-fontspec-internal
18753 if the language environment specify `overriding-fontspec'.
18754 (language-info-alist): Doc added.
18755
18756 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18757 characters of mule-unicode-0100-24ff.
18758 (ccl-encode-windows-1251-font): New CCL program.
18759 ("Bulgarian"): Specify overriding-fontspec.
18760 ("Belarusian"): Likewise.
18761
187622003-12-28 Sam Steingold <sds@gnu.org>
18763
18764 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18765 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18766
187672003-12-28 Nick Roberts <nick@nick.uklinux.net>
18768
18769 * progmodes/gud.el (gud-gdb-command-name): Set default to
18770 "gdb --annotate=3".
18771 (gud-gdb-marker-filter): Look out for annotations.
18772 (gdb-first-pre-prompt): New variable.
18773 Remove trailing white space.
18774
18775 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18776 if necessary.
a568a2cc 18777 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
55115079
PA
18778 annotations are detected.
18779 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18780 instead of a local one to allow transition from
18781 gud-gdb-marker-filter.
18782 Remove trailing white space.
18783
187842003-12-27 Kim F. Storm <storm@cua.dk>
18785
18786 * ido.el: Handle non-readable directories.
18787 (ido-decorations): Add 9th element for non-readable directory.
18788 (ido-directory-nonreadable): New dynamic var.
18789 (ido-set-current-directory): Set it.
18790 (ido-read-buffer, ido-file-internal):
18791 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18792 (ido-file-name-all-completions1): Return empty list for
18793 non-readable directory.
18794 (ido-exhibit): Print [Not readable] if directory is not readable.
18795 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18796 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18797 Use it.
18798
187992003-12-27 Lars Hansen <larsh@math.ku.dk>
18800
18801 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18802 calls to directory-files-and-attributes and file-attributes.
18803 (ls-lisp-format): Remove system dependent handling of user and
18804 group id's.
18805
188062003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18807
18808 * ffap.el (ffap-read-file-or-url): Revert previous change.
18809
28eba01f 188102003-12-25 Robert J. Chassell <bob@rattlesnake.com>
55115079
PA
18811
18812 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18813 new list of included files called `files-with-node-lines', that
18814 only have node lines. This way @include commands can include any
18815 file, such as version and update files without node lines, not
18816 just files that are chapters.
18817
188182003-12-25 Andreas Schwab <schwab@suse.de>
18819
18820 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18821 file not found.
18822
188232003-12-08 Miles Bader <miles@gnu.org>
18824
18825 * dired.el (dired-between-files): Always use dired-move-to-filename,
18826 which is more robust in non-english locales.
18827
188282003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18829
18830 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18831
188322003-12-24 Andreas Schwab <schwab@suse.de>
18833
18834 * shell.el (shell-file-name-quote-list): Add backslash.
18835
18836 * comint.el (comint-quote-filename): Correctly handle backslash
18837 in comint-file-name-quote-list.
18838
188392003-12-24 Kenichi Handa <handa@m17n.org>
18840
9b07d734
SM
18841 * international/mule-cmds.el (set-default-coding-systems):
18842 Call ucs-set-table-for-input for all buffers that don't have local
55115079
PA
18843 value of buffer-file-coding-system.
18844
9b07d734
SM
18845 * international/ucs-tables.el (ucs-set-table-for-input):
18846 If translation-table-for-encode is a symbol, get its
55115079
PA
18847 translation-table property.
18848
188492003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18850
18851 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18852 to `completing-read' on a recently fixed bug.
18853
18854 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
9b07d734
SM
18855 instead of SPACE, to get the list of possible fringe modes.
18856 SPACE only works if both `partial-completion-mode' and
55115079
PA
18857 `completion-auto-help' are nil.
18858
9b07d734 18859 * complete.el (PC-is-complete-p): Delete.
55115079
PA
18860 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18861 calls to `test-completion'.
18862
188632003-12-23 Nick Roberts <nick@nick.uklinux.net>
18864
18865 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18866 to edit values when there are no children.
18867
18868 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18869 a mode called "Assembler" already exists.
9b07d734 18870 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
a568a2cc 18871 (gud-watch): Use format option. Remove font properties from string.
9b07d734
SM
18872 (gdb-var-create-handler, gdb-var-list-children-handler):
18873 Don't bother about properties as there are none.
55115079
PA
18874 (gdb-var-create-handler, gdb-var-list-children-handler)
18875 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18876 with two arguments.
9b07d734
SM
18877 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18878 Let speedbar show value changes with a different font.
55115079
PA
18879 (gdb-edit-value): New defun.
18880 (gdb-clear-partial-output, gdb-clear-inferior-io)
18881 (def-gdb-auto-update-handler): Use erase-buffer.
18882 (gdb-frame-handler): Display watch expressions in
18883 FUNCTION::VARIABLE format if required.
18884
188852003-12-23 John Paul Wallington <jpw@gnu.org>
18886
18887 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18888 (Info-goto-emacs-command-node): Doc fixes.
18889
28eba01f 188902003-12-12 Jesper Harder <harder@ifa.au.dk>
55115079
PA
18891
18892 * cus-edit.el (custom-add-parent-links): Define "many".
18893
188942003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18895
18896 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18897 (widget-child-validate, widget-type-value-create)
18898 (widget-type-default-get, widget-type-match): New functions.
18899 (lazy): New widget.
18900 (menu-choice, checklist, radio-button-choice, editable-list)
9b07d734 18901 (group, documentation-string): Remove redundant (per 2003-10-25
55115079 18902 change) calls to `widget-children-value-delete'.
9b07d734
SM
18903 (widget-choice-value-get, widget-choice-value-inline): Remove.
18904 (menu-choice): Update widget.
55115079
PA
18905
189062003-12-03 Kenichi Handa <handa@m17n.org>
18907
18908 * language/cyrillic.el: Register "microsoft-cp1251" in
18909 ctext-non-standard-encodings-alist.
18910 ("Bulgarian"): Add ctext-non-standard-encodings.
18911 ("Belarusian"): Likewise.
18912
18913 * international/mule-conf.el (compound-text-with-extensions):
18914 Change the type to 2 (iso-2022 base).
18915
18916 * international/mule.el (ctext-non-standard-encodings-alist):
18917 Change the format.
18918 (ctext-non-standard-encodings): New variable.
18919 (ctext-post-read-conversion): Fully re-written.
18920 (ctext-non-standard-designations-alist): Delete it.
18921 (ctext-non-standard-encodings-table): New function.
18922 (ctext-pre-write-conversion): Fully re-written.
18923
189242003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18925
18926 * cus-edit.el (custom-add-parent-links): Add documentation links
18927 for parent, if the item has none of its own.
18928
189292003-11-30 Richard M. Stallman <rms@gnu.org>
18930
18931 * dired-aux.el (dired-do-query-replace-regexp):
18932 Report files visited read-only.
18933
189342003-11-30 Juri Linkov <juri@jurta.org>
18935
18936 * dired-aux.el (dired-compare-directories): New command.
18937 (dired-file-set-difference, dired-files-attributes): New functions.
18938
189392003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18940 Version 2.0.38 of Tramp released.
18941
18942 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18943 Charles Curley <charlescurley@charlescurley.com>.
18944 (tramp-multi-connection-function-alist): Add ssht entry which adds
18945 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18946 Aichner.
18947 (tramp-get-method-parameter): New function to retrieve a method
18948 parameter. This allows for omission of method parameters.
18949 Callers adjusted.
18950
189512003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18952
18953 * net/tramp.el: Add new optional parameter ID-FORMAT to
18954 `file-attributes'. Calls of `file-attributes' won't use this
18955 parameter for backward compatibility reasons.
18956 (tramp-perl-file-attributes): Add a new parameter to Perl script
18957 in order to handle uid/gid as strings, if desired.
9b07d734
SM
18958 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18959 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
55115079
PA
18960 order to make the function more general.
18961 (tramp-handle-file-attributes): Replace proprietary optional
bf247b6e 18962 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
55115079 18963 (tramp-handle-file-attributes-with-perl): Handle parameter
a568a2cc 18964 NONNUMERIC if set. This wasn't done in the past.
55115079
PA
18965 (tramp-post-connection): Apply second parameter "$2" if
18966 `tramp-remote-perl' is called.
18967
9b07d734
SM
18968 * net/tramp-smb.el (tramp-smb-handle-delete-file):
18969 Correct cut'n'waste error (`filename' instead of `directory').
55115079 18970 (tramp-smb-handle-directory-files-and-attributes)
bf247b6e 18971 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
55115079
PA
18972 introduced parameter ID-FORMAT.
18973 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
18974 error (`directory' instead of `ldir').
18975
18976 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
18977 `file-attributes' has a second parameter. If yes, apply it with
18978 value "'integer". Otherwise, don't use that parameter (default is
18979 integer format).
18980
55115079
PA
189812003-11-30 Luc Teirlinck <teirllm@auburn.edu>
18982
18983 * help.el (help-map): Bind `display-local-help' to `C-h .'.
18984 (help-for-help): Add `C-h .' to the listed Help options.
18985 Remove trailing whitespace.
18986
18987 * help-at-pt.el: New file.
18988
189892003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
18990
9b07d734
SM
18991 * subr.el (noreturn, 1value): New macros for test coverage.
18992 See `testcover.el'.
55115079
PA
18993
18994 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
18995
18996 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
18997 for macro `1value'.
18998 (testcover-1value): New function. Checks that a 1value form
18999 actually returns only one value. Requested by RMS.
19000
190012003-11-29 Nick Roberts <nick@nick.uklinux.net>
19002
19003 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19004 (gdb-var-list-children, gdb-var-list-children-handler)
19005 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19006 gdb commands that use mi to keep them out of the command history.
19007
190082003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19009
19010 * cus-start.el (all): Add use-file-dialog.
19011
9b07d734
SM
190122003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19013
19014 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19015
55115079
PA
190162003-11-27 Kim F. Storm <storm@cua.dk>
19017
19018 * subr.el (posn-object-x-y): New defun.
19019
9b07d734
SM
190202003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19021
19022 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19023 Don't use `space' for \\\n.
19024 Be more selective as to which # are comment-starters.
19025
55115079
PA
190262003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19027
19028 * subr.el (number-sequence): Improve handling of floating point
19029 arguments (suggested by Kim Storm). Allow negative arguments.
19030
190312003-11-26 Kenichi Handa <handa@m17n.org>
19032
19033 * international/mule-cmds.el (standard-display-european-internal):
19034 Cancel the standard-display-table setting for ` and '.
19035
190362003-11-26 Kim F. Storm <storm@cua.dk>
19037
19038 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19039 New defcustoms to add ffap-like functionality to ido.
19040 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19041 (ido-no-final-slash): New defun.
19042 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19043 (ido-read-file-name): ): Toggle VC checking via
19044 vc-handled-backends instead of vc-master-templates.
19045 (ido-file-internal): Handle ido-use-url-at-point and
19046 ido-use-filename-at-point via code borrowed from ffap-guesser.
19047 Handle new ido-exit code ffap.
19048 (ido-sort-list): Ignore final slash when sorting file names.
19049
190502003-11-25 Kim F. Storm <storm@cua.dk>
19051
19052 * emulation/cua-base.el (cua--standard-movement-commands):
19053 Add forward-sentence and backward-sentence.
19054
190552003-11-25 Stephen Eglen <stephen@gnu.org>
19056
19057 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19058 iswitchb-exit is set to 'usefirst when user selects buffer at head
19059 of list using RET. (Selecting buffers at the head of the list was
19060 broken if the substring was also a complete buffername.)
19061
190622003-11-23 Kim F. Storm <storm@cua.dk>
19063
19064 * progmodes/compile.el (grep-command, grep-use-null-device)
19065 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19066 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19067 (grep-regexp-alist, grep-program, find-program)
19068 (grep-find-use-xargs, grep-history, grep-find-history)
19069 (grep-process-setup, grep-compute-defaults)
19070 (grep-default-command, grep, grep-tag-default, grep-find)
19071 (grep-expand-command-macros, grep-tree-last-regexp)
19072 (grep-tree-last-files, grep-tree): Move grep variables, functions
19073 and commands to new file grep.el.
19074 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19075 (compilation-process-setup-function): Doc fix.
19076 (compilation-highlight-regexp, compilation-highlight-overlay): New
19077 defvars used for highlighting current compile error in source buffer.
19078 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19079 LOCAL-MAP which overrides compilation-highlight-regexp and
19080 compilation-mode-map for this compilation.
19081 Delay calling compilation-set-window-height until after running
19082 compilation-process-setup-function so it can buffer-local override
19083 compilation-window-height.
19084 Check buffer-local value of compilation-scroll-output.
19085 (compilation-set-window-height): Use buffer-local value of
19086 compilation-window-height.
19087 (compilation-revert-buffer): Don't pass (undefined)
19088 preserve-modes arg to revert-buffer.
19089 (next-error-no-select, previous-error-no-select): New commands.
19090 (compilation-goto-locus): Temporarily highlight current match in
19091 source buffer using compilation-highlight-regexp.
19092
19093 * progmodes/grep.el: New file with grep code from compile.el.
19094 (grep): New defcustom group.
19095 (grep-window-height): New defcustom, like compilation-window-height.
19096 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19097 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19098 (grep-command, grep-use-null-device, grep-find-command)
19099 (grep-tree-files-aliases, grep-tree-ignore-case)
19100 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19101 (grep-setup-hook): New hook variable.
19102 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19103 (grep-last-buffer): New defvar, override compilation-last-buffer.
19104 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19105 Call compile-internal with args highlight-regexp and grep-mode-map.
19106
191072003-11-23 Kim F. Storm <storm@cua.dk>
19108
19109 * subr.el (event-start, event-end): Doc fix.
19110 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19111 (posn-area, posn-actual-col-row, posn-object): New defuns.
19112 (posn-col-row): Simplify doc. Rewrite to use cond.
19113 (posn-point): Also return buffer position for events outside text
19114 area (that info is now present in the event position).
19115
19116 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19117 mouse-set-point so that hscroll still works now that clicks on
19118 fringes generate specific mouse events.
19119 (mouse-set-point): Note that it now works in fringes and margins
19120 too due to new semantics of posn-point in fringes and margins.
19121
19122 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19123 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19124
191252003-11-20 Kim F. Storm <storm@cua.dk>
19126
19127 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19128 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19129 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19130 to 100 for icons to avoid increasing line height when shown.
19131
9b07d734
SM
191322003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19133
19134 * newcomment.el (comment-normalize-vars): Initialize properly if
19135 comment-start was nil.
19136
55115079
PA
191372003-11-19 Andreas Schwab <schwab@suse.de>
19138
19139 * simple.el (set-variable): Fix indentation.
19140
191412003-11-17 Kenichi Handa <handa@m17n.org>
19142
9b07d734
SM
19143 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19144 Fix docstring.
55115079
PA
19145
191462003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19147
19148 * international/latin1-disp.el (latin1-display): Fix docstring.
19149
191502003-11-16 John Wiegley <johnw@newartisans.com>
19151
19152 * eshell/em-ls.el (eshell-ls-file): There are times with
19153 size-width is nil and uncomputed (when directories are created in
19154 dired, for example); in this case, 4 is reasonable default value,
19155 although it may caused skewed new entries (which could be avoided
19156 by returning the original value of 8 in all cases, but 99% of the
19157 time this is a waste of whitespace).
19158
191592003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19160
9b07d734
SM
19161 * cc-engine.el (c-guess-continued-construct)
19162 (c-guess-basic-syntax): Check a little more carefully if it's a
55115079
PA
19163 function declaration when an unknown construct followed by a block
19164 is found inside a statement context. This avoids macros followed
19165 by blocks to be taken as function declarations.
19166
9b07d734 19167 (c-guess-continued-construct): Change the analysis of a statement
55115079
PA
19168 continuation with a brace open to `substatement-block', for
19169 consistency with recognized statements.
19170
19171 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19172 start is in a position so that `c-beginning-of-statement-1' jumped
19173 to the beginning of the same statement.
19174
9b07d734
SM
19175 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19176 Don't accept binary operators in the arglist if we're in a function
19177 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
55115079
PA
19178 template recognition in cases like "if (a < b || c > d)".
19179
19180 (c-restricted-<>-arglists): New more appropriate name for
19181 `c-disallow-comma-in-<>-arglists'.
19182
19183 Accessing functions updated for the variable name change.
19184
19185 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19186 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19187
19188 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19189 labels.
19190
19191 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19192 instead of duplicating parts of it. This fixes bogus label
19193 recognition.
19194
9b07d734 19195 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
55115079
PA
19196 of checking the context in which to apply the minimum indentation,
19197 so that it isn't enforced in e.g. namespace blocks.
19198
19199 * cc-vars.el (c-inside-block-syms): New constant used by
19200 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19201 to somewhat reduce the risk of becoming stale.
19202
9b07d734 19203 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
55115079
PA
19204 cc-cmds to cc-engine to allow use from cc-align.
19205
19206 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19207 qualified identifiers containing "::".
19208
9b07d734 19209 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
55115079
PA
19210 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19211
19212 * cc-vars.el (c-emacs-features): Use a space in front of the name
19213 of the temporary buffer. That also avoids dumping problems in
9b07d734 19214 XEmacs due to undo info being left around after the buffer is killed.
55115079
PA
19215
19216 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19217 arglist to see if it's a K&R style declaration.
19218
19219 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19220 before returning `knr-argdecl-intro'.
19221
192222003-11-16 John Wiegley <johnw@newartisans.com>
19223
19224 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19225 field in a long-listing always 8 characters, use `size-width',
19226 which has already been computed.
19227
192282003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19229
19230 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19231
192322003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19233
9b07d734
SM
19234 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19235 Support operation while narrowed, with `diff-restrict-view'.
55115079
PA
19236
192372003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19238
9b07d734
SM
19239 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19240 Take additional optional arg NARROWFUN. For the generated functions:
19241 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19242 include frags that arrange to check for and save narrowing state before
19243 the move and then conditionally call NARROWFUN after the move.
55115079
PA
19244
192452003-11-14 John Wiegley <johnw@newartisans.com>
19246
9b07d734
SM
19247 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19248 that was optional, but obviously missing based on surrounding code.
55115079
PA
19249
19250 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19251 string arguments to numbers unless the whole argument was seen as
19252 a number.
19253
192542003-11-14 Kenichi Handa <handa@m17n.org>
19255
9b07d734
SM
19256 * international/mule.el (ctext-non-standard-encodings-alist):
19257 Fix coding systems.
55115079
PA
19258
192592003-11-10 Kenichi Handa <handa@m17n.org>
19260
19261 * language/kannada.el ("Kannada"): Add sample-text.
19262
19263 * language/knd-util.el (kannada-compose-region)
9b07d734
SM
19264 (kannada-compose-string, kannada-post-read-conversion):
19265 Add autoload cookie.
55115079
PA
19266
19267 * international/quail.el (quail-completion): Change the message
19268 "corresponding translations" to "corresponding characters".
19269
192702003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19271
19272 * descr-text.el (describe-char): Fix typo.
19273
28eba01f 192742003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
55115079
PA
19275
19276 These changes are to support Kannada language/script.
19277
19278 * Makefile.in (DONTCOMPILE): Add kannada.el.
19279
19280 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19281
19282 * loadup.el: Preload kannada.el.
19283
19284 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19285 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19286 New variables.
19287
19288 * language/kannada.el: New file.
19289
19290 * language/knd-util.el: New file.
19291
192922003-11-07 Andreas Schwab <schwab@suse.de>
19293
9b07d734
SM
19294 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19295 Also highlight AH_*.
55115079
PA
19296
19297 * xml.el (xml-parse-dtd): Fix misplaced paren.
19298
192992003-11-07 Kenichi Handa <handa@m17n.org>
19300
19301 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19302
193032003-11-05 Juri Linkov <juri@jurta.org>
19304
19305 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19306 (desktop-buffer-file): Use saved buffer-file-coding-system
19307 for file reading. Set auto-insert to nil to prevent automatic
19308 insertion into restored empty files.
19309
193102003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19311
19312 * files.el (risky-local-variable-p): Make second argument optional.
19313
9b07d734
SM
193142003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19315
19316 * subr.el (add-hook): Fix last change.
19317
a6eeaa81 193182003-11-03 Eli Zaretskii <eliz@gnu.org>
55115079 19319
9b07d734
SM
19320 * mail/rmail.el (rmail-convert-to-babyl-format):
19321 If base64-decode-region signals an error, catch it and silently
55115079
PA
19322 ignore it.
19323
193242003-11-01 Mark A. Hershberger <mah@everybody.org>
19325
19326 * xml.el (xml-parse-region): Allow comments to appear after the
19327 topmost element has closed.
19328 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
3b42c185 19329 (xml-ns-expand-attr): New functions to do namespace handling.
9b07d734 19330 (xml-intern-attrlist): Back-compatible handling of attribute names.
28eba01f 19331 (xml-parse-tag): Move namespace handling to separate functions.
55115079
PA
19332 Now produces elements in the form ((:ns . "element") (attr-list)
19333 children) instead of ('ns:element (attr-list) children).
19334 (xml-parse-attlist): Fix attribute parsing.
19335 (xml-parse-dtd): Change parsing so that it produces strings
19336 instead of interned symbols.
19337
193382003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19339
19340 * dired.el (dired-ls-sorting-switches): Doc fix.
19341
193422003-11-01 Oliver Scholz <epameinondas@gmx.de>
19343
19344 * emacs-lisp/rx.el (rx-or): Fix the case of
19345 "(rx (and ?a (or ?b ?c) ?d))".
19346
193472003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19348
19349 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19350 (texinfo-format-region): Use it.
19351 (texinfo-format-buffer-1): Ditto.
19352
193532003-11-01 Alan Mackenzie <acm@muc.de>
19354
19355 Changes to allow scrolling whilst in isearch mode:
19356 * isearch.el (isearch-unread-key-sequence): New function,
19357 extracted from isearch-other-meta-char.
19358 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19359 "scrollable" standard functions.
19360 (isearch-allow-scroll): New customizable variable.
19361 (isearch-string-out-of-window, isearch-back-into-window)
19362 (isearch-reread-key-sequence-naturally)
19363 (isearch-lookup-scroll-key): New functions.
19364 (isearch-other-meta-char): Doc string and functionality enhanced.
19365 Now accepts a prefix argument.
19366 (isearch-lazy-highlight-window-end): New variable.
19367 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19368 end (thru isearch-lazy-highlight-window-end), not only its start.
19369
9b07d734
SM
19370 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19371 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
55115079
PA
19372 (universal-argument, universal-argument-more, negative-argument)
19373 (digit-argument, universal-argument-other-key): Minor changes.
19374
193752003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19376
19377 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19378 recursively if the last message is deleted, thus avoiding an
19379 infinite loop.
19380
193812003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19382
19383 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19384 (tex-main-file): Don't add .tex if the extension is already present.
19385 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19386
193872003-10-29 Lute Kamstra <lute@gnu.org>
19388
19389 * progmodes/octave-inf.el (inferior-octave-prompt):
19390 Recognize version number in prompt.
19391
193922003-10-28 Dave Love <fx@gnu.org>
19393
19394 * international/characters.el: Fix some Unicode ranges.
19395
193962003-10-28 Kenichi Handa <handa@m17n.org>
19397
19398 * disp-table.el (standard-display-8bit)
19399 (standard-display-default, standard-display-ascii)
19400 (standard-display-g1, standard-display-graphic)
19401 (standard-display-underline): Assure that standard-display-table
19402 is a display table.
19403
194042003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19405
19406 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19407 reindenting the first line.
19408
194092003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19410
19411 * wid-edit.el (widget-default-delete): Always delete child widgets.
19412
194132003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19414
19415 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19416 if the line has code.
19417 Don't try to line up with something that's too far left.
19418
19419 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19420 (octave-mode-syntax-table): Add % as a comment starter.
19421 (octave-point): Remove.
19422 (octave-in-comment-p, octave-in-string-p)
19423 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19424 (octave-blink-matching-block-open, octave-auto-fill):
19425 Use line-(beginning|end)-position instead.
19426
194272003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19428
19429 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19430 for Francesco Potort\e,Al\e(B.
19431
194322003-10-23 Dave Love <fx@gnu.org>
19433
19434 * international/mule-cmds.el (locale-charset-to-coding-system):
19435 Don't rely on nil being a coding system.
19436
19437 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19438 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19439 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19440
194412003-10-21 Nick Roberts <nick@nick.uklinux.net>
19442
19443 * gdb-ui.el (gdb-current-language): New variable.
19444 (gdb-update-flag): Remove variable.
19445 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19446 (gdb-take-last-elt): Remove function.
19447 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19448 (gdb-post-prompt): Check for variable object changes here.
19449
19450 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19451 object changes in gdb-ui.el.
19452
194532003-10-21 Richard M. Stallman <rms@gnu.org>
19454
19455 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19456
19457 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19458 Don't check for foo*/ wildcard form here.
19459 (insert-directory): Recognize foo*/ as a wildcard.
19460 Separate wildcard-regexp variable from the arg, wildcard.
19461
19462 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19463 (remove-hook): Correctly handle strange cases about local hooks.
19464
194652003-10-21 David Ponce <david@dponce.com>
19466
19467 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19468 argument REAL, to return a real number instead of a rounded
19469 integer value. Define as inline function.
19470 (ruler-mode-right-fringe-cols): Likewise.
19471 (ruler-mode-scroll-bar-cols): New function.
19472 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19473 (ruler-mode-right-scroll-bar-cols): Likewise.
19474 (ruler-mode-space): New function.
19475 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19476 scroll bar mode and margins in a more robust way.
19477
194782003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19479
19480 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19481 (antlr-c-init-language-vars): New function.
19482 (antlr-mode): Use it with cc-mode before v5.29.
19483 (antlr-c-common-init): Don't set some local vars here.
19484 (antlr-mode): Set them here.
19485 (antlr-c-forward-sws): New function alias.
19486 (antlr-mode): Redefine with cc-mode before v5.30.
19487 (antlr-skip-sexps): Use it.
19488 (antlr-skip-exception-part): Ditto.
19489 (antlr-skip-file-prelude): Ditto.
19490 (antlr-outside-rule-p): Ditto.
19491 (antlr-end-of-body): Ditto.
19492 (antlr-option-kind): Ditto.
19493 (antlr-insert-option-area): Ditto.
19494 (antlr-file-dependencies): Ditto.
19495
194962003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19497
19498 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19499 Move backward only if point was not inside an entry.
19500
195012003-10-21 Richard M. Stallman <rms@gnu.org>
19502
19503 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19504
195052003-10-21 Juri Linkov <juri@jurta.org>
19506
19507 * compare-w.el: Automatically skip non-matching text to resync.
19508 (compare-windows-whitespace): Doc fix.
19509 (compare-windows-sync, compare-windows-sync-string-size)
19510 (compare-windows-recenter, compare-ignore-whitespace)
19511 (compare-windows-highlight, compare-windows-face): New variables.
19512 (compare-windows): Use compare-windows-sync.
19513 (compare-windows-highlight, compare-windows-dehighlight)
19514 (compare-windows-sync-regexp)
19515 (compare-windows-sync-default-function): New functions.
19516
195172003-10-21 Juri Linkov <juri@jurta.org>
19518
19519 * diff.el (diff-parse-differences): Don't visit the files now;
19520 instead, just record the error locus.
19521
195222003-10-21 Dave Love <fx@gnu.org>
19523
19524 * progmodes/cfengine.el: New file.
19525
195262003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19527
19528 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19529 default-directory when completing file names.
19530
195312003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19532
19533 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19534 followed by the word `face', it gets treated as a face, even if
19535 it is also defined as a variable or a function.
19536
195372003-10-20 Dave Love <fx@gnu.org>
19538
19539 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19540 Avoid incf in macro expansion.
19541
195422003-10-20 John Paul Wallington <jpw@gnu.org>
19543
19544 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19545 `evenp' so we don't implicitly require cl library at runtime.
19546
195472003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19548
19549 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19550 (help-make-xrefs): Only make cross-references for faces if
19551 preceded or followed by the word `face'. Do not make a
19552 cross-reference for variables without variable documentation,
19553 unless preceded by the word `variable' or `option'. Update doc
19554 string accordingly.
19555
195562003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19557
19558 * progmodes/hideshow.el: Rewrite one-armed `if'
19559 constructs using either `when' or `unless'.
19560 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19561
195622003-10-16 Nick Roberts <nick@nick.uklinux.net>
19563
19564 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19565 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19566 instead of 12x12.
19567
a6eeaa81 195682003-10-16 Eli Zaretskii <eliz@gnu.org>
55115079
PA
19569
19570 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19571 message while converting to Babyl.
19572
195732003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19574
19575 * allout.el (allout-mode): Doc fix.
19576
195772003-10-16 Lute Kamstra <lute@gnu.org>
19578
19579 * subr.el (force-mode-line-update): Fix docstring.
19580
195812003-10-14 Dave Love <fx@gnu.org>
19582
19583 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19584 (default-input-method): Add :link, improve :type.
19585 (locale-charset-language-names): Fix utf-8 pattern.
19586 (locale-charset-match-p, locale-charset-alist)
19587 (locale-charset-to-coding-system): New.
19588 (set-locale-environment): Deal with codeset part of locale specs.
19589
195902003-10-14 Lute Kamstra <lute@gnu.org>
19591
19592 * fringe.el (fringe-mode): Use active voice in docstring.
19593 (set-fringe-style): Ditto.
19594
195952003-10-13 Lute Kamstra <lute@gnu.org>
19596
19597 * fringe.el (fringe-mode): Fix docstring.
19598 (set-fringe-style): Ditto.
19599
196002003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19601
19602 * ediff-mult.el (ediff-filegroup-action):
19603 Use ediff-default-filtering-regexp.
19604
19605 * ediff-util.el (ediff-recenter): Don't call
19606 ediff-restore-highlighting twice.
19607 (ediff-select-difference): Set current difference.
19608 (ediff-unselect-and-select-difference): Add comment.
19609
19610 * ediff.el (ediff-directories,ediff-directory-revisions)
19611 (ediff-directories3,ediff-merge-directories)
19612 (ediff-merge-directories-with-ancestor)
19613 (ediff-merge-directory-revisions)
19614 (ediff-merge-directory-revisions-with-ancestor):
19615 Use ediff-default-filtering-regexp.
19616
196172003-10-12 Andreas Schwab <schwab@suse.de>
19618
19619 * international/mule-cmds.el (locale-charset-language-names):
19620 Simplify regex by removing unused grouping.
19621
196222003-10-10 Dave Love <fx@gnu.org>
19623
19624 * bindings.el: Don't bind stop.
19625
196262003-10-08 Miles Bader <miles@gnu.org>
19627
19628 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19629 face instead of attempting to emulate it.
19630
196312003-10-07 Kenichi Handa <handa@m17n.org>
19632
19633 * international/mule-diag.el (list-coding-systems-1): List coding
19634 systems that are loaded automatically.
19635
19636 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19637
19638 * international/mule.el (autoload-coding-system): New function.
19639
196402003-10-07 Andreas Schwab <schwab@suse.de>
19641
19642 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19643 change-log-default-name in the buffer visiting the file.
19644
196452003-10-06 Dave Love <fx@gnu.org>
19646
19647 * files.el (find-file-hook): Customize.
19648 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19649
19650 * bindings.el (completion-ignored-extensions): Remove .log.
19651 (global-map): Add again, open, stop keys.
19652
196532003-10-05 Richard M. Stallman <rms@gnu.org>
19654
19655 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19656 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19657 Use sh-modify directly.
19658 (sh-select): Use sh-append, not eval.
19659
19660 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19661
19662 * info.el (Info-following-node-name): New function.
19663
19664 * loadhist.el (unload-feature-special-hooks):
19665 Rename from loadhist-hook-functions.
19666 (loadhist-hook-functions): Now an alias.
19667
a6eeaa81 196682003-10-04 Eli Zaretskii <eliz@gnu.org>
55115079
PA
19669
19670 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19671 file-name clashes on 8+3 filesystems.
19672
19673 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19674 Rename loaddefs-boot.el to ldefs-boot.el
19675
19676 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19677 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19678
196792003-10-03 Lute Kamstra <lute@gnu.org>
19680
19681 * info.el (Info-mode): Revert previous change.
19682 (Info-escape-percent): New function.
19683 (Info-fontify-node): Use it.
19684
196852003-10-02 Andreas Schwab <schwab@suse.de>
19686
19687 * loaddefs-boot.el: Regenerated.
19688
196892003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19690
19691 * ffap.el: Remove defadvice related code from CVS since `complete'
19692 provides a `PC-completion-as-file-name-predicate' variable that
19693 ffap can override.
19694
196952003-10-02 Kenichi Handa <handa@m17n.org>
19696
19697 * international/utf-8.el (ccl-decode-mule-utf-8):
19698 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19699
19700 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19701 * international/subst-big5.el: Likewise.
19702 * international/subst-gb2312.el: Likewise.
19703 * international/subst-ksc.el: Likewise.
19704
197052003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19706
19707 * calendar/calendar.el (increment-calendar-month)
19708 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19709 (generate-calendar, calendar-read-date, calendar-interval)
19710 (calendar-day-of-week): Handle years BC.
19711 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19712
197132003-10-01 Dave Love <fx@gnu.org>
19714
19715 * language/cyrillic.el (cp1251): Alias for windows-1251.
19716
19717 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19718 bootstrap.
19719
197202003-10-01 Lute Kamstra <lute@gnu.org>
19721
19722 * files.el: Fix typo.
19723 * imenu.el (imenu--generic-function): Docstring fix.
19724
197252003-09-30 Richard M. Stallman <rms@gnu.org>
19726
19727 * dired.el (dired-mode): Handle dired-directory as a list.
19728
197292003-09-30 Nick Roberts <nick@nick.uklinux.net>
19730
19731 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19732
19733 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19734
19735 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19736 Replace gud-display with gud-watch.
19737 (gud-speedbar-buttons): Add stuff for watching expressions
a568a2cc 19738 in the speedbar when using M-x gdba. Use dolist on old part
55115079
PA
19739 of this function.
19740
19741 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19742 (gdb-update-flag): New variables.
19743 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19744 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19745 (gud-watch, gdb-var-create-handler) : New functions.
19746 (gdb-var-list-children, gdb-var-list-children-handler)
19747 (gdb-var-create-regexp, gdb-var-update-regexp)
19748 (gdb-var-list-children-regexp): New constants.
19749 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19750 (gdb-annotation-rules): Reduce annotation set (level 3).
19751 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19752 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19753 updates.
19754 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19755 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19756 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19757 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19758 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19759 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19760 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19761 (gud-display, gud-display1)
19762 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19763 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19764 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19765 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19766 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19767 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19768 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19769 (gdb-display-display-buffer, gdb-toggle-display)
19770 (gdb-delete-display, gdb-expressions-popup-menu)
19771 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19772 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19773 to display buffer.
19774
197752003-09-30 Richard M. Stallman <rms@gnu.org>
19776
19777 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19778 Instead, set which-func-functions.
19779
19780 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19781 (which-func-functions): New variable.
19782 (which-function): Use that.
19783
19784 * info.el (Info-mode): Double each `%' in header line.
19785
19786 * emacs-lisp/lisp-mnt.el (lm-with-file):
19787 When FILE is nil, run BODY in current buffer.
19788
19789 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19790
19791 * help.el (describe-mode): Start with a brief list of minor modes.
19792 Find them thru minor-mode-list so as to find them all.
19793 Show them in alphabetical order.
19794
19795 * mail/sendmail.el (mail-aliases): Doc fix.
19796
19797 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19798
197992003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19800
19801 * mail/rmailsum.el (rmail-make-summary-line-1):
19802 Change comma after last label to a space.
19803 (rmail-summary-font-lock-keywords): Adapt to that change.
19804
198052003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19806
19807 * progmodes/scheme.el (scheme-mode-variables): When setting
19808 `font-lock-defaults', also specify that "#" should
19809 be interpreted with `word' syntax.
19810 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19811
198122003-09-30 Lars Hansen <larsh@math.ku.dk>
19813
19814 * desktop.el: A lot of comments updated.
19815 (desktop-save-mode): Minor mode introduced.
19816 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19817 (desktop-load-default): Function made obsolete.
19818 (desktop-locals-to-save): Variable made customizable.
19819 (desktop-read): Optional parameter `dirname' added.
19820 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19821 `desktop-read' used.
19822 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19823
198242003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19825
19826 * whitespace.el (whitespace-clean-msg): Add user customizable message
19827 for displaying ``clean'' output.
19828 (whitespace-buffer): Use `whitespace-clean-msg'.
19829 (whitespace-global-mode): Fix typo.
19830
198312003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19832
19833 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19834
198352003-09-29 Lute Kamstra <lute@gnu.org>
19836
19837 * bindings.el (mode-line-modes): Remove superfluous :propertize
19838 construct in initialization.
19839 (mode-line-position): Change cons cell into proper list in
19840 initialization.
19841
28eba01f 198422003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
55115079
PA
19843
19844 * international/mule.el (decode-coding-inserted-region): Use car
19845 of the return value of find-operation-coding-system.
19846
198472003-09-29 Kenichi Handa <handa@m17n.org>
19848
19849 * descr-text.el (describe-char): Fix previous change.
19850
198512003-09-28 Kenichi Handa <handa@m17n.org>
19852
19853 * descr-text.el (describe-char-display): New function.
19854 (describe-char): Pay attention to display table on describing how
19855 a character is displayed.
19856
19857 * international/mule-cmds.el (encoded-string-description):
19858 Prepend "0x" to each encoded byte.
19859
198602003-09-28 Andreas Schwab <schwab@suse.de>
19861
19862 * find-file.el (ff-special-constructs): Add autoload cookie.
19863
198642003-09-28 Kevin Ryde <user42@zip.com.au>
19865
19866 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19867 makeinfo appends to duplicate index entries.
19868
a6eeaa81 198692003-09-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
19870
19871 * dired-x.el (dired-clean-tex): Doc fix.
19872
19873 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19874 using a Chinese tutorial.
19875
198762003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19877
19878 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19879 between "MAIL FROM:" and "RCPT TO:" and the following address.
19880
198812003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19882
19883 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19884
198852003-09-28 David Ponce <david@dponce.com>
19886
19887 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19888 (recentf-load-list): When `recentf-initialize-file-name-history'
19889 is non-nil, initialize an empty `file-name-history' with the
19890 recent list.
19891
28eba01f 198922003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
55115079
PA
19893
19894 * man.el (Man-default-man-entry): Remove the leading `*' from the
19895 word at point.
19896
198972003-09-26 Lute Kamstra <lute@gnu.org>
19898
19899 * bindings.el (mode-line-position): Mention size indication in
19900 docstring.
19901
199022003-09-26 Andre Spiegel <spiegel@gnu.org>
19903
19904 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19905
19906 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19907 because it's autoloaded now.
19908
199092003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19910
19911 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19912 (sh-font-lock-keywords, sh-feature): Fix previous change of
19913 sh-feature to avoid infloop with sh-font-lock-keywords.
19914
199152003-09-25 Kim F. Storm <storm@cua.dk>
19916
19917 * frame.el (frame-current-scroll-bars): New defun.
19918
19919 * window.el (window-current-scroll-bars): New defun.
19920
199212003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19922
19923 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19924 cause errors when the state cache contains info on parts that have
19925 been narrowed out.
19926
199272003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19928
19929 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19930 `c-setup-paragraph-variables' has to be used when this variable is
19931 changed; it doesn't work to reinitialize the mode since that
19932 typically clobbers the variable.
19933
19934 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19935 Make it interactive.
19936
199372003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19938
19939 * progmodes/cc-fonts.el (c-font-lock-declarations):
19940 Fix recognition of constructors and destructors for classes whose
19941 names are matched by `*-font-lock-extra-types'.
19942
19943 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19944 followed by an identifier in C++ then it's a type.
19945
199462003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19947
19948 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19949 problem that primarily affected XEmacs. Don't use faces to find
19950 unterminated strings since Emacs and XEmacs fontify strings
19951 differently - this function should now work better in XEmacs.
19952
199532003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19954
19955 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19956 `expand-abbrev' workaround which caused braces to misbehave inside
19957 macros.
19958
19959 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19960 handling. This bug could cause interactive font locking to bail out.
19961
199622003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19963
19964 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
19965 Handle paren-style types in Pike. Also fixed some cases of
19966 insufficient handling of unbalanced parens.
19967
199682003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
19969
19970 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
19971 common shell prompts that are not common filename or URL characters.
19972 (ffap-file-at-point): Use the new regexp to strip the prompts from
a568a2cc 19973 the file names. This is an issue mostly for user prompts that
55115079 19974 don't have a trailing space and find-file-at-point is invoked from
e2cae769 19975 within a shell inside Emacs.
55115079
PA
19976
199772003-09-24 Andre Spiegel <spiegel@gnu.org>
19978
19979 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
19980 stamps numerically, rather than textually.
19981
199822003-09-24 Kenichi Handa <handa@m17n.org>
19983
19984 * language/devan-util.el (devanagari-post-read-conversion):
19985 * language/mlm-util.el (malayalam-post-read-conversion):
19986 * language/tml-util.el (tamil-post-read-conversion):
19987 Add autoload cookie.
19988
19989 * international/utf-8.el (utf-8-post-read-conversion):
19990 Call post-read-conversion functions for Devanagari, Malayalam,
19991 and Tamil.
19992
199932003-09-23 Dave Love <fx@gnu.org>
19994
19995 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
19996
199972003-09-22 Nick Roberts <nick@nick.uklinux.net>
19998
19999 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20000 Update gud-remove.
20001
200022003-09-22 Richard M. Stallman <rms@gnu.org>
20003
20004 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20005 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20006 (sh-mode-syntax-table-input): New variable.
20007 (sh-require-final-newline): Don't use eval.
20008 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20009 (sh-variables, sh-font-lock-keywords): Don't use eval.
20010 (sh-set-shell): When setting require-final-newline,
20011 treat value = `require-final-newline' as don't change it.
20012 Set sh-mode-syntax-table locally based on
20013 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20014
20015 * progmodes/compile.el (compile-internal):
20016 Call compilation-set-window-height before setting window start.
20017
200182003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20019
20020 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20021 Clear out byte-compile-last-warned-form.
20022
200232003-09-22 Richard M. Stallman <rms@gnu.org>
20024
20025 * woman.el (woman-file-name, woman-follow-word):
20026 If current-word returns nil, use "".
20027
20028 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20029
200302003-09-22 Richard M. Stallman <rms@gnu.org>
20031
20032 * emacs-lisp/lisp-mnt.el (lm-with-file):
20033 Don't visit the file, just use insert-file-contents in temp buffer.
20034
200352003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20036
20037 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20038 Add surrounding \\( and \\) around the header, as in
20039 for lm-history-header 'Change Log\\|History'.
20040
200412003-09-22 John Paul Wallington <jpw@gnu.org>
20042
20043 * progmodes/ld-script.el: Add Commentary section,
20044 minor cleanup of file header.
20045 (ld-script-font-lock-keywords): Doc fix.
20046 (toplevel): Provide `ld-script' feature.
20047
200482003-09-21 Kim F. Storm <storm@cua.dk>
20049
20050 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20051 new built-in variable default-frame-scroll-bars.
20052 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20053 scroll-bar-mode; notably, use it instead of t when we toggle
20054 scroll-bars on.
20055 (toggle-scroll-bar): Use default-frame-scroll-bars.
20056
200572003-09-19 Masatake YAMATO <jet@gyve.org>
20058
20059 * pcvs.el (cvs-do-removal): Change the prompt depending on
20060 `filter' value.
20061
200622003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20063
20064 * startup.el (command-line-1): Stop startup-echo-area-message
20065 being hidden by "Loading image..." message.
20066 (use-fancy-splash-screens-p, display-splash-screen):
20067 Move display-graphic-p test from latter to former.
20068
20069 * progmodes/sh-script.el (sh-font-lock-keywords):
20070 Highlight escaped EOLs differently from other backslash constructs.
20071
200722003-09-19 Richard M. Stallman <rms@gnu.org>
20073
20074 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20075 New functions.
20076 (edebug-enter, edebug-outside-excursion): Use them.
20077
20078 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20079 Fix the condition for whether to print "In WHERE".
20080
200812003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20082
20083 * finder.el (finder-mode-hook): New variable.
20084 (finder-mode): Run hook finder-mode-hook
20085
200862003-09-18 Masatake YAMATO <jet@gyve.org>
20087
20088 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20089
200902003-09-17 Mario Lang <mlang@delysid.org>
20091
20092 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20093 "p %e" to actually print the value in the GUD buffer.
20094
200952003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20096
20097 From David Ponce <david.ponce@wanadoo.fr>:
20098 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20099 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20100 from loaddefs-boot.el if necessary.
20101
28eba01f 201022003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
55115079
PA
20103
20104 * progmodes/gud.el (gud-find-class): Make jdb work again since
20105 cc-mode changed the syntactic information.
20106
201072003-09-15 David Ponce <david@dponce.com>
20108
20109 * recentf.el: (recentf-exclude): Accept predicates too.
20110 (recentf-file-readable-p): New function.
20111 (recentf-include-p): Handle predicates in recentf-exclude.
20112 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20113 (recentf-cleanup): Likewise.
20114 (recentf-save-list): Use write-file to handle backup of
20115 recentf-save-file.
20116
201172003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20118
20119 * loaddefs-boot.el: Renamed from `loaddefs.el'
20120 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20121 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20122 necessary.
20123
201242003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20125
20126 * electric.el (Electric-pop-up-window): For the `one-window' case,
20127 no longer disconcertingly move point in the original buffer.
20128
201292003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20130
20131 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20132
28eba01f 201332003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
55115079
PA
20134
20135 * dired.el (dired-mode-map): Fix typo.
20136
201372003-09-11 Richard M. Stallman <rms@gnu.org>
20138
20139 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20140
201412003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20142
20143 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20144 the function is less noisy. Now only `kill-buffer' can ask questions.
20145
201462003-09-10 Mario Lang <mlang@delysid.org>
20147
20148 * battery.el: Update Commentary and Copyright.
20149 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20150 appear due to wrong ordering of the expressions in `or'.
20151
201522003-09-09 Lute Kamstra <lute@gnu.org>
20153
20154 * misc.el (upcase-char): Fix docstring.
20155 (zap-up-to-char): New command.
20156
201572003-09-08 David Ponce <david@dponce.com>
20158
20159 Ensure that recentf correctly updates the menu bar.
20160 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20161 (recentf-menu-bar): New function.
20162 (recentf-clear-data): Use it
20163 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20164 of easy-menu-change.
20165
201662003-09-08 Lute Kamstra <lute@gnu.org>
20167
20168 * simple.el (size-indication-mode): New.
20169 * bindings.el (mode-line-position): Add buffer size indicator.
20170
201712003-09-04 Mario Lang <mlang@delysid.org>
20172
20173 * battery.el (battery-linux-proc-acpi): New function.
20174 (battery-status-function): Modify default value calculation to also
20175 check for availability of ACPI.
20176 (battery-echo-area-format): Ditto.
20177 (battery-mode-line-format): Ditto.
20178
201792003-09-06 Dave Love <fx@gnu.org>
20180
20181 * ielm.el (ielm-mode-hook): Add :options.
20182
20183 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20184 (eldoc-print-current-symbol-info): Use it.
20185
201862003-09-04 Nick Roberts <nick@nick.uklinux.net>
20187
20188 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20189 being displayed in GUD buffer.
a568a2cc 20190 (gdb-idle-input-queue): Remove var. Use just one queue.
55115079
PA
20191 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20192 Remove functions. Use just one queue.
20193 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20194 (gdb-invalidate-assembler, gdb-get-current-frame):
20195 Modify functions. Use just one queue.
20196
201972003-09-04 Dave Love <fx@gnu.org>
20198
20199 * cus-start.el: Add blink-cursor-alist.
20200
20201 * ruler-mode.el (ruler-mode-fill-column-char)
20202 (ruler-mode-current-column-char): Use char-displayable-p,
20203 not window-system.
20204
20205 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20206
20207 * language/european.el (windows-1252): Move from code-pages.
20208
20209 * language/cyrillic.el ("Windows-1251"): Delete.
20210 ("Bulgarian", "Belarusian"): Remove `features'.
20211 (windows-1251): Move from code-pages.
20212
20213 * international/mule-diag.el (non-iso-charset-alist):
20214 Remove `codepage' stuff.
20215 (print-designation, list-coding-systems-1): Output fixes.
20216
20217 * international/code-pages.el (cp-make-translation-table)
20218 (cp-valid-codes): Made defsubsts.
20219 (cp-fix-safe-chars): Delete.
20220 (mule-diag): Don't require.
20221 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20222 (top-level): Check for defined coding system when defining
20223 cp... aliases. Change w32-add-charset-info test to avoid warning.
20224 (non-iso-charset-alist): Defvar when compiling.
20225 (cp-make-coding-system): Doc fix.
20226
202272003-09-02 Jason Rumney <jasonr@gnu.org>
20228
20229 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20230 line-ends from CVS before doing conversion.
20231
202322003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20233
20234 * calendar/diary-lib.el (diary-header-line-flag)
20235 (diary-header-line-format): New variables.
20236 (list-diary-entries): Use them to set header line in simple diary.
20237
20238 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20239 other than font-lock-string-face to highlight backslashes.
20240
202412003-09-01 Jason Rumney <jasonr@gnu.org>
20242
20243 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20244 regexp.
20245
202462003-09-01 Dave Love <fx@gnu.org>
20247
20248 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20249
20250 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20251 and :help; also line and column numbers labels.
20252
20253 * international/mule-util.el (char-displayable-p): Move from
20254 latin1-disp, rename and autoload.
20255
20256 * international/latin1-disp.el (latin1-char-displayable-p):
20257 Now obsolete alias. Replace uses with char-displayable-p.
20258 (latin1-display-ucs-per-lynx): Fix last change.
20259
20260 * international/mule-cmds.el (standard-display-european-internal):
20261 Don't use char code for Latin-1 NBSP.
20262 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20263 U+2018, U+2019 for `'.
20264 (select-safe-coding-system): Message fix.
20265
202662003-09-01 Kenichi Handa <handa@m17n.org>
20267
20268 * international/fontset.el (setup-default-fontset): For Thai
20269 font, specify "*" family.
20270
28eba01f 202712003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
55115079
PA
20272
20273 * progmodes/compile.el (previous-error): Accept a prefix
20274 argument, similarly to next-error.
20275
202762003-08-31 Masatake YAMATO <jet@gyve.org>
20277
20278 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20279 the number of files. Bind the number of files to a local
20280 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20281
a6eeaa81 202822003-08-30 Eli Zaretskii <eliz@gnu.org>
55115079
PA
20283
20284 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20285 2003-07-26: msdos-long-file-names is a function, not a variable.
20286
202872003-08-29 Richard M. Stallman <rms@gnu.org>
20288
20289 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20290 Do nothing with mail-personal-alias-file if it is nil.
20291
20292 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20293 Do nothing if mail-personal-alias-file is nil.
20294
20295 * term.el (term-exec-1): Bind coding-system-for-read.
20296
20297 * dired.el (dired-mouse-find-file-other-window):
20298 Use dired-view-command-alist here, as in dired-view-file.
20299 (dired-view-command-alist): Use %s to substitute file name.
20300 Handle .ps_pages, .eps, .jpg, .gif, .png.
20301
203022003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20303
20304 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20305 `Info-prev-reference', instead of M-tab.
20306
203072003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20308
20309 * simple.el (blink-matching-open): Work correctly on chars that
20310 are designated as parens through the syntax-table text property.
20311
28eba01f 203122003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
55115079
PA
20313
20314 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20315 line break position in the middle of a non-kinsoku (e.g. latin)
20316 word, making it skip until either a space or a character with
20317 category "|".
20318 (kinsoku-longer): Test for end of buffer.
20319
a6eeaa81 203202003-08-28 Eli Zaretskii <eliz@gnu.org>
55115079
PA
20321
20322 * mail/rmail.el (rmail-convert-to-babyl-format):
20323 Detect quoted-printable- and base64-encoded messages and decode them
20324 automatically. Set the message's encoding from the charset=
20325 header, if any. Decode base64-encoded messages in Mail format as well.
20326
203272003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20328
9310ba21 20329 * mail/smtpmail.el: Fix previous change.
55115079
PA
20330 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20331 calling smtpmail-via-smtp.
20332 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20333
203342003-08-26 John Paul Wallington <jpw@gnu.org>
20335
20336 * image.el (image-jpeg-p): Don't search beyond length of data.
20337
203382003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20339
20340 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20341 misfeature in `expand-abbrev' which caused electric keywords like
20342 "else" to disappear if an open brace was typed directly afterwards.
20343
203442003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20345
20346 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20347 mandatory in `define-widget'.
20348
20349 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20350 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20351
20352 (c-assignment-operators): New language constant that only contains
20353 the assignment operators.
20354
20355 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20356
203572003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20358
20359 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20360 Safeguard against unbalanced sexps.
20361
28eba01f 203622003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
55115079
PA
20363
20364 * version.el (emacs-version): Check for gtk. Include gtk version info.
20365
203662003-08-25 John Paul Wallington <jpw@gnu.org>
20367
20368 * man.el (Man-default-man-entry): Don't whizz past the section
20369 number before looking for it.
20370
203712003-08-24 Nick Roberts <nick@nick.uklinux.net>
20372
20373 * progmodes/gud.el (gud-display-line): Don't set window-point if
a568a2cc 20374 source buffer is not visible. (Only happens with M-x gdba.)
55115079
PA
20375
20376 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20377 documentation.
20378 (gdb-source, gdb-source-info): Update to assembler unnecessary
20379 as its done after each GDB command anyway.
20380 (gdb-pre-prompt): Use with-current-buffer.
20381 (gdb-insert-field): Add help-echo text.
20382 (gdb-invalidate-assembler): Re-display of assembler now done in
20383 gdb-info-breakpoints-custom.
20384 (gdb-info-breakpoints-custom): Force re-display of assembler to
20385 happen *after* update of breakpoints buffer.
20386 (gdb-display-source-buffer): Don't choke if gdb-source-window
20387 isn't visible.
20388 (gdb-put-string, gdb-put-arrow): Remove free variables.
20389
203902003-08-24 John Paul Wallington <jpw@gnu.org>
20391
20392 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20393
20394 * man.el (Man-default-man-entry): Strip text properties when
20395 snarfing parts of entry because `format' preserves properties.
20396
203972003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20398
20399 * files.el (file-newest-backup): Use `expand-file-name'.
20400
20401 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20402 Allow the diary to pop up a new frame, if needed.
20403
20404 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20405 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20406 (smtpmail-send-it): Make treatment of envelope-from consistent with
20407 sendmail.el.
20408
20409 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20410 (sh-leading-keywords): Add the bash `time' reserved word.
20411 (sh-variables): Add some bash variables.
20412 (sh-add-completer): Fix nil branch of case statement.
20413
204142003-08-24 Masatake YAMATO <jet@gyve.org>
20415
20416 * progmodes/ld-script.el: New file.
20417
204182003-08-23 Markus Rost <rost@math.ohio-state.edu>
20419
20420 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20421
204222003-08-23 Andre Spiegel <spiegel@gnu.org>
20423
20424 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20425 Better explain obsolescence, and what to use instead.
20426
204272003-08-23 Masatake YAMATO <jet@gyve.org>
20428
20429 * pcvs.el (cvs-do-removal): Show the deleted file name
20430 on the prompt.
20431
204322003-08-20 Dave Love <fx@gnu.org>
20433
20434 * international/mule.el (make-coding-system)
20435 (set-buffer-file-coding-system): Doc fix.
20436
20437 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20438
20439 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20440
20441 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20442
20443 * international/utf-16.el: Add mime-text-unsuitable coding system
20444 properties.
20445
20446 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20447
20448 * cus-edit.el: Add some :links.
20449 (bib): Remove.
20450
20451 * textmodes/bib-mode.el (bib): Add :group external.
20452
204532003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20454
20455 * wid-edit.el (widget-echo-help): Make it handle expressions that
20456 evaluate to strings.
20457
204582003-08-18 Michael Mauger <mmaug@yahoo.com>
20459
20460 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20461
20462 Simplify selection of SQL products to define highlighting and
20463 interactive mode. Includes detailed instructions on adding
20464 support for new products.
20465
20466 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20467 product for use in highlighting and interactive mode.
20468 (sql-interactive-product): New variable. SQL product for
20469 sql-interactive-mode.
20470 (sql-product-support): New variable. Specifies product-specific
20471 parameters to drive highlighting and interactive mode.
20472 (sql-imenu-generic-expression): Add more object types.
20473 (sql-sqlite-options): Correct comment.
20474 (sql-ms-program): Use "osql" rather than "isql".
20475 (sql-prompt-regexp, sql-prompt-length): Update comment.
20476 (sql-mode-menu): Add "Start SQLi session" entry.
20477 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20478 (sql-mode-abbrev-table): Add abbreviations. Support of
20479 SYSTEM-FLAG on define-abbrev. Support was removed with last
20480 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20481 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20482 names.
20483 (sql-mode-ansi-font-lock-keywords): Set as default value.
20484 (sql-mode-oracle-font-lock-keywords): Set as default value.
20485 Support Oracle 9i keywords.
20486 (sql-mode-postgres-font-lock-keywords): Set as default value.
20487 (sql-mode-linter-font-lock-keywords): Set as default value.
20488 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20489 SQLServer 2000.
20490 (sql-mode-sybase-font-lock-keywords)
20491 (sql-mode-interbase-font-lock-keywords)
20492 (sql-mode-sqlite-font-lock-keywords)
20493 (sql-mode-strong-font-lock-keywords)
20494 (sql-mode-mysql-font-lock-keywords)
20495 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20496 keywords.
20497 (sql-mode-font-lock-defaults): Update comment.
20498 (sql-product-feature): New function. Returns feature associated
20499 with a product from `sql-product-support' alist.
20500 (sql-product-font-lock): New function. Set font-lock support
20501 based on `sql-product'.
20502 (sql-add-product-keywords): New function. Add font-lock rules to
20503 product-specific keyword variables.
20504 (sql-set-product): New function. Set `sql-product' and apply
20505 appropriate font-lock highlighting.
20506 (sql-highlight-product): New function. Set font-lock support
20507 based on a product. Also set mode name to include product name.
20508 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20509 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20510 Use `sql-set-product'.
20511 (sql-highlight-ms-keywords)
20512 (sql-highlight-sybase-keywords)
20513 (sql-highlight-interbase-keywords)
20514 (sql-highlight-strong-keywords)
20515 (sql-highlight-mysql-keywords)
20516 (sql-highlight-sqlite-keywords)
20517 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20518 (sql-get-login): Prompt in the same order as the tokens.
20519 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20520 (sql-product-interactive): New function. Common portions of
20521 product-specific interactive mode wrappers.
20522 (sql-interactive-mode): Rewritten to use product features.
20523 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20524 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20525 (sql-db2, sql-linter): Use `sql-product-interactive'.
20526 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20527 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20528 (sql-connect-ingres, sql-connect-postgres)
20529 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20530 New functions. Format command line parameters and invoke comint on
20531 the appropriate interpreter. Code was in the corresponding
20532 `sql-xyz' function before.
20533 (sql-connect-ms): New function. Support -E argument to use
20534 operating system credentials for authentication.
20535
205362003-08-18 Kenichi Handa <handa@m17n.org>
20537
20538 * international/mule.el (encode-char): Fix for the ASCII case.
20539
205402003-08-15 Kenichi Handa <handa@m17n.org>
20541
20542 * international/fontset.el (setup-default-fontset): Change "*" to
20543 nil in the specifications of font family.
20544
205452003-08-18 Kim F. Storm <storm@cua.dk>
20546
20547 * kmacro.el (kmacro-keymap): Group related bindings in
20548 initialization for clarity. Bind C-s to start macro.
20549 Remove C-r binding.
20550 (kmacro-initial-counter-value): New defvar to hold initial counter
20551 value in case we set the value before defining a macro.
20552 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20553 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20554 not defining or executing macro. Doc fix.
20555 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20556 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20557 temporarily view older elements on the macro ring without cycling
20558 the ring.
20559 (kmacro-display): Doc fix.
20560 (kmacro-exec-ring-item): New helper function.
20561 (kmacro-call-ring-2nd): Use it.
20562 (kmacro-call-ring-2nd-repeat): Doc fix.
20563 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20564 (kmacro-end-or-call-macro): Execute last viewed macro (using
20565 kmacro-exec-ring-item) from ring if this follows
20566 kmacro-view-macro. This allows us to find a macro on the ring
20567 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20568 the ring to bring it to the head of the ring.
20569 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20570 Allow binding to reserved keys without specifying C-x C-k prefix.
20571 Ask for confirmation if entered key sequence is already bound to
20572 a non-macro command.
20573 (kmacro-view-macro): Repeating command will show older elements
20574 on the macro ring; C-k will execute the last viewed macro.
20575 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20576 property from 'ring to 'head.
20577
205782003-08-17 Alan Shutko <ats@acm.org>
20579
20580 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20581 keeping December out of the alist.
20582
205832003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20584
20585 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20586 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20587 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20588 (calendar-flatten): New function.
20589 (calendar-mouse-view-other-diary-entries)
20590 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20591 in the menu title and to show multi-line diary entries correctly
20592 in the menu.
20593
205942003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20595
20596 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20597 defcustom, because the default was recently changed.
20598
205992003-08-16 Richard M. Stallman <rms@gnu.org>
20600
20601 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20602
20603 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20604 New subroutine, broken out of eval-last-sexp-1.
20605 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20606
20607 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20608
20609 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20610
20611 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20612
206132003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20614
20615 * progmodes/compile.el (compilation-error-regexp-alist):
20616 Add Java ANt error detection as described in document
20617 http://ant.apache.org/faq.html
20618
206192003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20620
20621 * simple.el (backward-word, forward-to-indentation)
9242b3b7 20622 (backward-to-indentation): Argument changed to optional.
55115079
PA
20623 (next-line, previous-line): Use `or' instead of `unless'.
20624
206252003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20626
20627 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20628 instead of a constant.
20629
206302003-08-12 Markus Rost <rost@math.ohio-state.edu>
20631
20632 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20633
206342003-08-12 Andre Spiegel <spiegel@gnu.org>
20635
20636 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20637 (vc-sccs-workfile-version): Search the entire delta table, rather
20638 than just the first entry, because that might be a deleted version.
20639
206402003-08-11 Karl Fogel <kfogel@red-bean.com>
20641
20642 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20643 [save-place] binding in the Options menu. Have it require
20644 'saveplace' and then toggle the variable manually, to avoid an an
20645 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20646 for the bug report.
20647
206482003-08-11 Nick Roberts <nick@nick.uklinux.net>
20649
20650 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20651 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20652 (gdb-info-threads-custom): Add help-echo text.
20653 (gdb-display-back): Don't use purecopy.
20654 (gdb-info-breakpoints-custom, gdb-reset)
20655 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20656 icons can be displayed.
20657
206582003-08-11 Markus Rost <rost@math.ohio-state.edu>
20659
20660 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20661
206622003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20663
20664 * bookmark.el (bookmark-completing-read):
20665 Return a string, instead of a list of one string.
20666 Use a popup menu if activated from the mouse.
20667 (bookmark-edit-annotation): Remove unused vars.
20668 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20669 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20670 to bookmark-completing-read.
20671 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20672 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20673 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20674 and erase-buffer.
20675 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20676 (bookmark-menu-jump, bookmark-menu-insert)
20677 (bookmark-popup-menu-and-apply-function)
20678 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20679 (bookmark-menu-build-paned-menu): Remove by folding it into
20680 bookmark-menu-popup-paned-menu.
20681 (menu-bar-bookmark-map): Move the define-key statements here.
20682 Use the "non-menu" commands since they now pop up a menu if needed.
20683 (bookmark-exit-hook-internal): Simplify.
20684
206852003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20686
20687 * reftex-toc.el (reftex-toc-rename-label): New function.
20688 (reftex-toc-check-docstruct): New function.
20689
20690 * reftex.el (reftex-region-active-p): New function.
20691
20692 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20693 regexp to find the \bibliography macro.
20694
20695 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20696 which does not exist in LaTeX.
20697 (reftex-cite-format-builtin): Added amsrefs support.
20698 (reftex-toc-confirm-promotion): New option
20699
20700 * reftex-toc.el
20701 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20702 (reftex-toc-demote, reftex-toc-promote)
20703 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20704 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20705 (reftex-toc-newhead-from-alist)
20706 (reftex-toc-load-all-files-for-promotion): New functions.
20707 (reftex-toc-help): Added description of new keys.
20708 (reftex-toc-split-windows-fraction): New option.
20709 (reftex-recenter-toc-when-idle): Search *toc* window on all
20710 visible frames.
20711 (reftex-toc): Additional parameter REUSE
20712 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20713 with REUSE argument.
20714 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20715 the call of `reftex-toc'.
20716 (reftex-make-separate-toc-frame): New function .
20717 (reftex-toc-recenter): When called with triple prefix arg, call
20718 `reftex-make-separate-toc-frame' first.
20719 (reftex-toc-toggle-dedicated-frame): New command.
20720 (reftex-toc-quit): Adapted to delete frame when called in
20721 dedicated frame.
20722
20723 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20724 all enclosing macros.
20725
20726
207272003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20728
20729 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20730 first use.
20731
207322003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20733
20734 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20735
207362003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20737
20738 * calendar/calendar.el (list-diary-entries-hook)
20739 (diary-display-hook, nongregorian-diary-listing-hook)
20740 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20741 Add some customize options for these hooks.
20742 (calendar-abbrev-construct): Don't try to take a substring longer
20743 than the original string.
20744
207452003-08-05 Richard M. Stallman <rms@gnu.org>
20746
20747 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20748 (testcover-reinstrument-clauses): Doc fix.
20749
20750 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20751 (warning-type-format): Rename from warning-group-format.
20752
20753 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20754 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20755 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20756 to prevent warnings about defvar for an obsolete variable.
20757
20758 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20759 warning-group-format renamed to warning-type-format.
20760
20761 * subr.el (read-passwd): Use clear-string instead of fillarray.
20762
20763 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20764 Use vconcat instead of concat.
20765 (edmacro-sanitize-for-string): New function.
20766
207672003-08-05 Dave Love <fx@gnu.org>
20768
20769 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20770 line-number-display-limit-width.
20771
20772 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20773
207742003-08-05 Kenichi Handa <handa@m17n.org>
20775
20776 * international/code-pages.el: Don't require mule-diag.
20777
20778 * international/mule-diag.el (non-iso-charset-alist):
20779 Add autoload cookie.
20780
20781 * language/devan-util.el (dev-glyph-order): Add an entry for the
20782 glyph code #xC4.
20783
207842003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20785
20786 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20787 (european-calendar-style, diary-date-forms)
20788 (calendar-day-name-array, calendar-month-name-array): Doc change.
20789 (generate-calendar-month): Adapt for new behaviour of
20790 `calendar-day-name' function.
20791 (calendar-abbrev-length, calendar-day-abbrev-array)
20792 (calendar-month-abbrev-array): New variables.
20793 (calendar-abbrev-construct): New function.
20794 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20795 rather than fixing abbrevs at some width. Calling syntax change.
20796 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20797 (calendar-date-string): Adapt for new behaviours of
20798 `calendar-day-name' and `calendar-month-name' functions.
20799
20800 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20801 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20802 (diary-name-pattern): Use abbrev arrays, rather than fixing
20803 abbrevs at three chars. Calling syntax change.
9242b3b7 20804 (mark-diary-entries): Adapt for new behaviours of
55115079
PA
20805 `diary-name-pattern' and `calendar-make-alist' functions.
20806 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20807 `diary-name-pattern' function.
20808 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20809 fixing abbrevs at three chars. Calling syntax change.
20810 (cal-hebrew, cal-islam): Require when compiling.
20811 (diary-font-lock-keywords): Adapt for new behaviour of
20812 `font-lock-diary-date-forms' function.
20813
20814 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20815 (calendar-hebrew-month-name-array-common-year)
20816 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20817 (list-hebrew-diary-entries): Adapt for new behaviours of
20818 `calendar-day-name' and `add-to-diary-list' functions.
20819 (mark-hebrew-diary-entries): Adapt for new behaviours of
20820 `diary-name-pattern' and `calendar-make-alist' functions.
20821
20822 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20823 Add doc string.
20824 (list-islamic-diary-entries): Adapt for new behaviours of
20825 `calendar-day-name' and `add-to-diary-list' functions.
20826 (mark-islamic-diary-entries): Adapt for new behaviours of
20827 `diary-name-pattern' and `calendar-make-alist' functions.
20828
20829 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20830 `calendar-month-name' function.
20831
20832 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20833
20834 * calendar/solar.el (solar-seasons-data): Move definition before use.
20835
20836 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20837 (cal-tex-LaTeX-hourbox): Move definition before use.
20838
881b07f9
JB
20839 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20840 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20841 * lunar.el, solar.el (displayed-month, displayed-year):
20842 Define for compiler.
55115079
PA
20843
208442003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20845
20846 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20847 MODE. Renamed from c-init-c-language-vars'.
20848 (c-initialize-cc-mode): Change accordingly.
20849 (c-common-init): Ditto.
20850 (c-mode): Ditto.
20851 (c++-mode): Use `c-init-language-vars-for'.
20852 (objc-mode): Ditto.
20853 (java-mode): Ditto.
20854 (idl-mode): Ditto.
20855 (pike-mode): Ditto.
20856 (awk-mode): Ditto.
20857
208582003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20859
20860 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20861 or not the point moved.
20862
20863 (c-search-decl-header-end): Don't trip up on operator identifiers
20864 in C++ and operators like == in all languages.
20865
20866 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20867 Detect leading labels correctly.
20868
208692003-08-02 Andreas Schwab <schwab@suse.de>
20870
20871 * textmodes/ispell.el: Don't redo key bindings on loading, put
20872 them only in loaddefs.el.
20873 * bookmark.el: Likewise.
20874 * dabbrev.el: Likewise.
20875 * emerge.el: Likewise.
20876
20877 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20878 has more than one member.
20879
20880 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20881
208822003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20883
20884 * lpr.el (printify-region): It was ending conversion before the
20885 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20886
208872003-07-31 John Paul Wallington <jpw@gnu.org>
20888
20889 * net/browse-url.el (browse-url-epiphany): Doc fix.
20890
208912003-07-30 Kenichi Handa <handa@m17n.org>
20892
20893 * international/fontset.el (setup-default-fontset):
20894 Change registry names of Akurti fonts.
20895
208962003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20897
20898 * comint.el (comint-read-noecho): Use `clear-string' instead of
20899 `fillarray'.
20900
209012003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20902
20903 * outline.el (outline-mode-hook): Add defvar.
20904
209052003-07-28 Nick Roberts <nick@nick.uklinux.net>
20906
20907 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20908 Restore assembler in source window if that is what has been selected.
20909 (menu): Add gdb-restore-windows to menu. Make gdba
20910 specific menus only visible from gdba.
20911
209122003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20913
20914 * progmodes/compile.el (compilation-environment): New user variable.
20915 (compile-internal): Respect it.
20916
209172003-07-23 Masatake YAMATO <jet@gyve.org>
20918
20919 * progmodes/gud.el (gdb-script-font-lock-keywords):
20920 Put `font-lock-function-name-face' on a symbol which includes
20921 `-' like `hook-run'. Put font-lock-variable-name-face
20922 on a symbol starting with $.
20923
209242003-07-27 Markus Rost <rost@math.ohio-state.edu>
20925
20926 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20927
209282003-07-26 Markus Rost <rost@math.ohio-state.edu>
20929
20930 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20931
209322003-07-26 Andre Spiegel <spiegel@gnu.org>
20933
20934 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20935 Use with-no-warnings.
20936 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20937 rather than to find-file-not-found-hook, which doesn't exist.
20938
209392003-07-26 Markus Rost <rost@math.ohio-state.edu>
20940
20941 * international/quail.el (quail-translate-key): Fix previous change.
20942
209432003-07-25 John Paul Wallington <jpw@gnu.org>
20944
20945 * server.el (server-start): Check `server-process' is non-nil
20946 before killing it to avoid killing current buffer's process.
20947
20948 * simple.el (choose-completion-string): Use `minibufferp';
20949 test `completion-reference-buffer' if `buffer' arg is nil.
20950 (push-mark): Use `when' and `unless'.
20951 (pop-mark): Use `when'.
20952
20953 * mouse-sel.el (mouse-sel-get-selection-function):
20954 Check `x-last-selected-text-primary'. Don't barf if it or
20955 `x-last-selected-text' aren't bound.
20956
209572003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20958
20959 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20960
209612003-07-23 Stefan Monnier <monnier@cs.yale.edu>
20962
20963 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
20964
209652003-07-23 John Paul Wallington <jpw@gnu.org>
20966
20967 * tooltip.el (defface tooltip): Inherit from variable-pitch.
20968
209692003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20970
20971 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
20972 string. Defvar the derived hook.
20973
20974 * macros.el (insert-kbd-macro): Escape double quote character.
20975 From Thomas W Murphy <twm@andrew.cmu.edu>.
20976
209772003-07-22 Stefan Monnier <monnier@cs.yale.edu>
20978
20979 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
20980 to match the specific mark rather than reusing comment-start-skip.
20981
209822003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
20983
20984 * progmodes/hideshow.el (hs-special-modes-alist):
20985 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
20986
209872003-07-21 Markus Rost <rost@math.ohio-state.edu>
20988
20989 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
20990 value using ?\s.
20991
209922003-07-21 John Paul Wallington <jpw@gnu.org>
20993
20994 * subr.el (with-selected-window): Add closing paren.
20995
209962003-07-21 Richard M. Stallman <rms@gnu.org>
20997
20998 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
20999 (lisp-mode): Likewise.
21000
21001 * subr.el (with-selected-window): Copy code form save-selected-window
21002 so as to call select-window with norecord arg.
21003 (dynamic-completion-table): Doc fix.
21004 (lazy-completion-table): Doc fix.
21005
21006 * international/mule-cmds.el (set-locale-environment):
21007 langinfo renamed to locale-info.
21008
21009 * international/mule.el (auto-coding-functions): Doc fix.
21010
210112003-07-21 Kenichi Handa <handa@m17n.org>
21012
21013 * international/quail.el (quail-translate-key):
21014 Update quail-current-str correctly.
21015
210162003-07-21 Andreas Schwab <schwab@suse.de>
21017
21018 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21019 ?, to "_".
21020
210212003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21022 Version 2.0.36 of Tramp released.
21023
21024 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21025 tramp-password-end-of-line.
21026 (tramp-password-end-of-line): New method parameter.
21027 (tramp-get-password-end-of-line): Function to access method
21028 parameter `tramp-password-end-of-line', or variable
21029 `tramp-default-password-end-of-line' (default value).
21030 (tramp-methods): Add entries for new parameter
21031 tramp-password-end-of-line.
21032 (tramp-enter-password): Use new function
21033 `tramp-get-password-end-of-line'.
21034 (tramp-handle-insert-file-contents): Do not
21035 unconditionally inhibit the file operation file-local-copy, only
21036 do that when the inhibit-file-name-operation is currently
21037 insert-file-contents. This fixes finding remote CVS-controlled
21038 files. (It would barf on inserting the CVS/Entries file
21039 literally, because the file-local-copy handler wasn't called.)
21040 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21041 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21042 (tramp-initial-commands): New variable.
21043 (tramp-process-initial-commands): New function, using the variable.
21044 (tramp-open-connection-setup-interactive-shell): Call the new function.
21045 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21046 method into the buffer name, never use nil. Reported by Hanak
21047 David <dhanak@inf.bme.hu>.
21048 (tramp-open-connection-setup-interactive-shell): Erase buffer
21049 before sending "stty -onlcr".
21050
21051 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21052
210532003-07-19 Markus Rost <rost@math.ohio-state.edu>
21054
21055 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21056
210572003-07-19 John Paul Wallington <jpw@gnu.org>
21058
21059 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21060 (artist-draw-rect, artist-draw-square): Doc fixes.
21061
21062 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21063
21064 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21065
210662003-07-19 Kenichi Handa <handa@m17n.org>
21067
21068 * international/kkc.el (kkc-show-conversion-list-update):
21069 Highlight the correct candidate in the message.
21070
210712003-07-18 John Paul Wallington <jpw@gnu.org>
21072
21073 * simple.el (current-word): Don't include punctuation char when
21074 `really-word' arg is non-nil.
21075
210762003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21077
21078 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21079 moved to the directory obsolete.
21080
210812003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21082
21083 * info.el (Info-menu-entry-name-re): Allow newlines in
21084 menu entry names.
21085
21086 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21087 syntax-ppss-after-change-function.
21088 (syntax-ppss-after-change-function): New alias. Update uses.
21089 (syntax-ppss): Catch the case where the buffer is narrowed.
21090
210912003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21092
21093 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21094 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21095
210962003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21097
21098 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21099 since it might be modified.
21100
21101 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21102 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21103 names to these language constants.
21104
211052003-07-15 Kim F. Storm <storm@cua.dk>
21106
21107 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21108 All uses changed.
21109
211102003-07-14 Mark A. Hershberger <mah@everybody.org>
21111
21112 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21113 Namespace support.
21114
211152003-07-13 Juanma Barranquero <lektu@terra.es>
21116
21117 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21118 papers received).
21119
211202003-07-13 Karl Eichwalder <ke@suse.de>
21121
21122 * textmodes/po.el (po-find-charset): White space at the start of the
21123 Content-Type field body is non-mandatory.
21124
211252003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21126
21127 * textmodes/texinfo.el (texinfo-section-list):
21128 Append appendixsection; a synonym for appendixsec.
21129
211302003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21131
21132 * man.el (Man-translate-cleanup): New.
21133 (Man-translate-references): Call `Man-translate-cleanup' to clean
21134 leading, trailing and middle spaces.
21135
211362003-07-13 Lars Hansen <larsh@math.ku.dk>
21137
21138 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21139 Handle `dired-directory' being a list.
21140
211412003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21142
21143 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21144 it doesn't exist.
21145
211462003-07-12 Richard M. Stallman <rms@gnu.org>
21147
21148 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21149
21150 * progmodes/cc-defs.el (c-make-keywords-re):
21151 Don't use delete-duplicates.
21152 (c-lang-const): Don't use mapcan.
21153
21154 * apropos.el (apropos-show-scores): Make it customizable.
21155 Document new meaning.
21156 (apropos): Compute scores from symbols.
21157 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21158
211592003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21160
21161 * ps-bdf.el: Fix copyright line.
21162 (bdf-directory-list): Fix initialization code.
21163
211642003-07-11 John Paul Wallington <jpw@gnu.org>
21165
21166 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21167 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21168 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21169
211702003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21171
21172 * emacs-lisp/ring.el (ring-elements): Doc fix.
21173
211742003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21175
21176 * calendar/timeclock.el (timeclock-relative)
21177 (timeclock-ask-before-exiting, timeclock-use-display-time):
21178 Doc changes.
21179 (timeclock-modeline-display): Give a message if
21180 `timeclock-use-display-time' is non-nil but `display-time-mode'
21181 is not active.
21182
211832003-07-11 Kenichi Handa <handa@m17n.org>
21184
21185 * international/mule-cmds.el (set-language-environment):
21186 Set current-language-environment to the correct string.
21187
211882003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21189
21190 * ps-print.el: Print line number correctly in a region. Reported by
c9688100 21191 Tim Allen <timallen@ls83.fsnet.co.uk>.
55115079
PA
21192 (ps-print-version): New version number (6.6.2).
21193 (ps-printing-region): Code fix.
21194
211952003-07-10 John Paul Wallington <jpw@gnu.org>
21196
21197 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21198 this function can be called from `add-completions-from-tags-table'.
21199
212002003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21201
21202 * calendar/timeclock.el (timeclock-use-display-time)
21203 (timeclock-day-over-hook, timeclock-workday-remaining)
21204 (timeclock-status-string, timeclock-when-to-leave)
21205 (timeclock-when-to-leave-string, timeclock-log-data)
21206 (timeclock-find-discrep, timeclock-day-base)
21207 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21208 (timeclock-modeline-display): Set the variable
21209 `timeclock-modeline-display'.
21210 (timeclock-update-modeline): Doc fix. Respect value of
21211 `timeclock-relative'.
21212
212132003-07-09 Richard M. Stallman <rms@gnu.org>
21214
21215 * textmodes/reftex-parse.el (reftex-all-document-files):
21216 Add autoload cookie.
21217
21218 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21219 (reftex-scanning-info-available-p): Add autoload cookie.
21220
21221 * international/mule-cmds.el
21222 (set-display-table-and-terminal-coding-system): Delete duplicate
21223 aset on standard-display-table.
21224
21225 * view.el (view-file): If existing buffer's major mode is special,
21226 don't go into view mode.
21227
21228 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21229
212302003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21231
21232 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21233 buffer changes; there's third party code that calls this function
21234 directly.
21235
212362003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21237
21238 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21239 (autodoc-font-lock-keywords): Don't byte compile on font lock
21240 initialization when running from byte compiled files.
21241
212422003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21243
21244 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21245 statement ends with auto-increment "++".
21246
212472003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21248
21249 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21250 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21251 these are changed, so declare them as variables and not constants.
21252
212532003-07-08 Markus Rost <rost@math.ohio-state.edu>
21254
9242b3b7 21255 * subr.el (dolist, dotimes): Doc fix.
55115079
PA
21256
212572003-07-08 Kim F. Storm <storm@cua.dk>
21258
21259 * international/mule-cmds.el
21260 (set-display-table-and-terminal-coding-system): Don't break
21261 bootstrap if standard-display-table isn't setup yet.
21262
212632003-07-07 Richard M. Stallman <rms@gnu.org>
21264
21265 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21266 Give it a doc string, and autoload it.
21267
21268 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21269 Use with-no-warnings.
21270
21271 * info.el (Info-search): If find invisible text, search again.
21272
21273 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21274
21275 * man.el (Man-name-regexp): Match + as part of name.
21276
21277 * simple.el (visible-mode): Rename from vis-mode.
21278 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21279
21280 * simple.el (current-word): New arg REALLY-WORD specifies
21281 don't include punctuation chars.
21282
21283 * emacs-lisp/debug.el (debug, debugger-env-macro):
21284 Use with-no-warnings while accessing and binding unread-command-char.
21285
21286 * international/mule-cmds.el
21287 (set-display-table-and-terminal-coding-system): Use explicit loop
21288 instead of calling standard-display-default.
21289
21290 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21291 Use condition-case to catch error in ange-ftp-get-files.
21292
21293 * net/browse-url.el (browse-url-browser-function):
21294 Add alternative for Epiphany.
21295 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21296 (browse-url-epiphany-startup-arguments)
21297 (browse-url-epiphany-new-window-is-tab): New variables.
21298 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21299
21300 * progmodes/compile.el (compile-auto-highlight): Default now t.
21301 (compile): Doc fix.
21302 (compilation-next-error): Fix previous change.
21303
21304 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21305
21306 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21307
213082003-07-07 Nick Roberts <nick@nick.uklinux.net>
21309
21310 * gdb-ui.el (gdb-source-info): Display current frame when
21311 attaching to an existing process.
21312 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21313 while laying out windows when attaching to an existing process.
21314
213152003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21316
21317 * info.el (Info-menu): Use Info-menu-entry-name-re.
21318
213192003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21320
21321 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21322 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21323
21324 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21325 to match the same text.
21326
213272003-07-06 John Paul Wallington <jpw@gnu.org>
21328
21329 * vc.el (vc-annotate-offset): Move defvar up.
21330
213312003-07-06 Kim F. Storm <storm@cua.dk>
21332
21333 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21334 This should fix the infinite loop when extracting menu names.
21335
213362003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21337
21338 * files.el (auto-mode-alist, interpreter-mode-alist):
21339 Remove entries to CC Mode modes to avoid duplicates; they are now added
21340 with autoload directives in cc-mode.el.
21341
213422003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21343
21344 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21345 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21346 these are changed, so declare them as variables and not constants.
21347
21348 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21349 ensure that the entry for ".c" extension comes before the one for
21350 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21351 Fix incorrect entries that were added to `interpreter-mode-alist'.
21352 Move the autoload directives for AWK to the top level since they
21353 aren't recognized anywhere else. Do not use the new AWK mode doc
21354 in the autoload form for the old AWK mode.
21355
213562003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21357
21358 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21359 (bibtex-sort-ignore-string-entries): Default value t.
21360 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21361 erroneously in previous version.
21362 (bibtex-string-files): Docstring reflects new parsing scheme.
21363 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21364 docstring, add # as one of the chars to crush
21365 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21366 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21367 (bibtex-autokey-name-change-strings)
21368 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21369 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21370 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21371 (bibtex-autokey-title-terminators)
21372 (bibtex-autokey-titlewords-stretch)
21373 (bibtex-autokey-titleword-ignore)
21374 (bibtex-autokey-titleword-case-convert)
21375 (bibtex-autokey-titleword-abbrevs)
21376 (bibtex-autokey-titleword-abbrevs)
21377 (bibtex-autokey-titleword-change-strings)
21378 (bibtex-autokey-titleword-length)
21379 (bibtex-autokey-titleword-separator)
21380 (bibtex-autokey-name-year-separator)
21381 (bibtex-autokey-year-title-separator)
21382 (bibtex-autokey-before-presentation-function)
21383 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21384 Fix docstring.
21385 (bibtex-strings, bibtex-reference-keys):
21386 Use lazy-completion-table and make-variable-buffer-local.
21387 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21388 (bibtex-braced-string-syntax-table)
21389 (bibtex-quoted-string-syntax-table): New variables.
21390 (bibtex-parse-nested-braces): Remove.
21391 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21392 (bibtex-parse-association): Simplify.
21393 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21394 (bibtex-parse-field-text): Simplify.
21395 (bibtex-search-forward-field, bibtex-search-backward-field):
21396 argument BOUND can take value t.
21397 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21398 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21399 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21400 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21401 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21402 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21403 and ending of entry. Update for changes of bibtex-search-entry.
21404 Simplify.
21405 (bibtex-map-entries): FUN is called with three arguments.
21406 (bibtex-search-entry): Return a cons pair with buffer positions of
21407 beginning and end of entry.
21408 (bibtex-enclosing-field): Simplify.
21409 (bibtex-format-entry): Use booktitle to set a missing title.
21410 (bibtex-autokey-get-names): Fiddle with regexps.
21411 (bibtex-generate-autokey): Use identity.
21412 (bibtex-parse-keys): Use simplified parsing algorithm if
a568a2cc
JB
21413 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21414 arguments. Return alist of keys.
21415 (bibtex-parse-strings): Simplify. Return alist of strings.
55115079
PA
21416 (bibtex-complete-string-cleanup): Fix docstring.
21417 (bibtex-read-key): New function.
a568a2cc
JB
21418 (bibtex-mode): Fix docstring. Do not parse for keys and
21419 strings when the mode is entered. Set fill-paragraph-function to
21420 bibtex-fill-field. Setup font-lock-mark-block-function the way
55115079 21421 font-lock intended.
a568a2cc 21422 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
55115079
PA
21423 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21424 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21425 (bibtex-Preamble): Avoid hard coded constants.
a568a2cc 21426 (bibtex-make-field): Fix docstring. Simplify.
55115079
PA
21427 (bibtex-beginning-of-entry): Always return new position of point.
21428 (bibtex-end-of-entry): Rearrange cond clauses.
21429 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21430 Update for changes of bibtex-map-entries.
21431 (bibtex-ispell-abstract): Do not move point.
a568a2cc 21432 (bibtex-entry-index): Use downcase. Simplify.
55115079
PA
21433 (bibtex-lessp): Handle catch-all.
21434 (bibtex-find-crossref): Turn into a command.
a568a2cc
JB
21435 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21436 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
55115079
PA
21437 preamble entries.
21438 (bibtex-fill-field-bounds): New function.
a568a2cc 21439 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
55115079
PA
21440 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21441 (bibtex-String): Use bibtex-strings. Always obey
21442 bibtex-sort-ignore-string-entries.
21443
214442003-07-05 John Paul Wallington <jpw@gnu.org>
21445
21446 * cus-theme.el (customize-create-theme):
21447 Call `customize-create-theme' in Reset widget's notify function.
21448
21449 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21450 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21451 (define-ibuffer-column name): Add summarizer.
21452 (define-ibuffer-column size): Likewise.
21453 (define-ibuffer-column filename): Likewise.
21454 (define-ibuffer-column process): Likewise. Change BODY's output too.
21455 (define-ibuffer-column filename-and-process): Likewise, likewise.
21456 (ibuffer): Remove local vars `already-in' and `need-update'.
21457
21458 * ibuf-ext.el: Don't require `derived' at compile-time.
21459
214602003-07-05 Kim F. Storm <storm@cua.dk>
21461
21462 * info.el: Disable paragraph refilling.
21463 (Info-refill-paragraphs): New defcustom.
21464 (Info-fontify-node): Use it.
21465
214662003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21467
21468 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21469 thingies from constructors created by defstruct.
21470
21471 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21472 the default value of the variable.
21473 (byte-code-meter): Move declaration to top level.
21474
21475 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21476
21477 * info.el (Info-following-node-name-re): New fun.
21478 (Info-following-node-name): Remove.
21479 (Info-insert-dir): Use the new fun.
21480 (Info-extract-pointer): Don't save restriction; use new fun.
21481 (Info-menu-entry-name-re): New const.
21482 (Info-menu-entry-name-re): Use it along with new fun.
21483 (Info-node-spec-re): Use new fun.
21484 (Info-complete-menu-item, Info-fontify-node): Use new const.
21485 (Info-goto-node, Info-follow-reference, Info-menu-update):
21486 Use match-string.
21487 (Info-follow-reference): Use assoc-string.
21488 Use a list of strings for the completion table.
21489 (Info-fontify-node): Use match-string, line-end-position.
21490 Limit the search for `node:' to the first line.
21491
21492 * newcomment.el (uncomment-region): Remove padding coming from
21493 comment-start rather than just from comment-padding.
21494
21495 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21496 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21497 (vc-cvs-rename-file): Remove (use the default).
21498 (vc-cvs-register): Register parent dir if needed.
21499 (vc-cvs-could-register): Return non-nil if parent can be registered.
21500 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21501 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21502
21503 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21504 (vc-svn-update): Fix the arguments to `svn'.
21505 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21506 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21507 Simple implementations, assuming `name' is a URL.
21508
21509 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21510 set of chars allowed unquoted in a case pattern.
21511
21512 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21513
21514 * font-lock.el (font-lock-extra-types-widget)
21515 (c-font-lock-extra-types, c++-font-lock-extra-types)
21516 (objc-font-lock-extra-types, java-font-lock-extra-types)
21517 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21518 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21519 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21520 (font-lock-match-c++-structor-declaration)
21521 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21522 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21523 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21524 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21525 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21526 (java-font-lock-keywords-3, java-font-lock-keywords)
21527 (java-font-lock-syntactic-face-function): Remove obsolete code
21528 and constants. It's all in cc-fonts.el now.
21529
215302003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21531
21532 * mail/sendmail.el (mail-specify-envelope-from)
21533 (mail-envelope-from): Doc fix.
21534
215352003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21536
21537 * generic-x.el: Do away with the dependency on `c-emacs-features'
21538 when populating `rul-generic-mode-syntax-table'; we already know
21539 this isn't XEmacs.
21540
21541See ChangeLog.10 for earlier changes.
21542
21543;; Local Variables:
21544;; coding: iso-2022-7bit
21545;; End:
21546
47ff5b28 21547 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
55115079
PA
21548 Copying and distribution of this file, with or without modification,
21549 are permitted provided the copyright notice and this notice are preserved.
21550
21551;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1