]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(Man-mode-map): Initialize it properly.
[gnu-emacs] / lisp / ChangeLog
1 2005-06-12 Lute Kamstra <lute@gnu.org>
2
3 * man.el (Man-mode-map): Initialize it properly.
4 (Man-mode): Set mode-class property to special.
5
6 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
7
8 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
9
10 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
11 A newline is needed in the docstring there.
12
13 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
14 Doc fixes.
15
16 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17
18 * printing.el: Doc fix. The menubar is no more changed when printing
19 is loaded, it only changes when pr-menu-bind or pr-update-menus is
20 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
21 (pr-version): New version number (6.8.4).
22 (pr-menu-bind): New command.
23 (pr-update-menus): Docstring and code fix.
24 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
25 Docstring fix.
26 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
27 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
28
29 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
30
31 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
32 "Returns" to "return", document useful return values, etc.
33
34 2005-06-11 Alan Mackenzie <acm@muc.de>
35
36 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
37 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
38 (adaptive-file-function): Minor amendment to doc-string.
39
40 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
41
42 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
43 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step): Fix
44 :type--it is `integer', not `string'.
45
46 * faces.el (modeline-highlight): Rename from (the erroneous)
47 `modeline-higilight'.
48
49 2005-06-11 Lute Kamstra <lute@gnu.org>
50
51 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
52 lisp-interaction-mode-map but make it the parent.
53 (edebug-eval-mode): Use define-derived-mode.
54
55 2005-06-11 Andreas Schwab <schwab@suse.de>
56
57 * bindings.el: Add binding of `ESC functionkey' for every
58 `M-functionkey'.
59 * hexl.el (hexl-mode-map): Likewise.
60
61 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
62
63 * progmodes/compile.el (compilation-error-regexp-alist-alist)
64 [msft]: update regexp for newer msft compilers.
65
66 2005-06-10 Mark A. Hershberger <mah@everybody.org>
67
68 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
69 ATTLIST portions of included DTDs.
70 (xml-parse-dtd): Eliminate use of inefficient match-data.
71
72 2005-06-10 Miles Bader <miles@gnu.org>
73
74 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
75 (mpuz-text): Remove "-face" suffix from face names.
76 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
77 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
78 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
79
80 * play/gomoku.el (gomoku-O, gomoku-X):
81 Remove "-face" suffix from face names.
82 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
83 New backward-compatibility aliases for renamed faces.
84 (gomoku-font-lock-keywords): Use renamed gomoku faces.
85
86 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
87
88 * thumbs.el: Fixes for changes of 2005-06-09.
89 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
90 as a directory.
91 (thumbs-thumbname): Remove directory separator from format string;
92 `thumbs-thumbsdir' now returns a valid directory name.
93 (thumbs-temp-dir): New defsubst.
94 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
95 Use it.
96
97 * cus-edit.el (minibuffer):
98 * files.el (make-backup-file-name-function):
99 * filesets.el (filesets-external-viewers):
100 * hilit-chg.el (highlight-changes-colours)
101 (highlight-changes-face-list, highlight-changes-rotate-faces):
102 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
103 * kmacro.el (kmacro-call-macro):
104 * log-edit.el (log-edit-changelog-full-paragraphs):
105 * mouse.el (mouse-1-click-follows-link):
106 * skeleton.el (skeleton-autowrap):
107 * subr.el (insert-for-yank-1):
108 * tempo.el (tempo-insert-region):
109 * terminal.el (terminal-emulator):
110 * time.el (display-time-mail-face):
111 * vc.el (vc-annotate):
112 * vcursor.el (vcursor-copy-line):
113 * woman.el (woman-bold-headings, woman-ignore)
114 (woman-default-faces, woman-monochrome-faces):
115 * calendar/todo-mode.el (todo-insert-threshold):
116 * emulation/pc-select.el (pc-select-selection-keys-only)
117 (pc-selection-mode):
118 * emulation/vip.el (vip-find-char-forward):
119 * emulation/viper-cmd.el (viper-find-char-forward):
120 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
121 (input-method-exit-on-invalid-key):
122 * international/mule-diag.el (describe-coding-system):
123 * international/ucs-tables.el (unify-8859-on-encoding-mode):
124 * net/browse-url.el (browse-url-xterm-program):
125 * obsolete/lazy-lock.el (lazy-lock-mode):
126 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
127 (cperl-mode):
128 * progmodes/cpp.el (cpp-face-light-name-list)
129 (cpp-face-dark-name-list):
130 * progmodes/delphi.el (delphi-newline-always-indents):
131 Fix spellings in docstrings.
132
133 * ido.el (ido-mode, ido-file-extensions-order)
134 (ido-default-file-method, ido-default-buffer-method)
135 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
136 (ido-decorations, ido-read-file-name-as-directory-commands)
137 (ido-read-file-name-non-ido, ido-work-directory-list)
138 (ido-ignore-item-temp-list, ido-current-directory)
139 (ido-magic-forward-char, ido-enter-find-file)
140 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
141 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
142
143 2005-06-10 Lute Kamstra <lute@gnu.org>
144
145 * play/dunnet.el (dun-mode): Use define-derived-mode.
146 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
147 obsolete alias.
148
149 * play/doctor.el (doctor-mode-map): Remove defvar.
150 (doctor-mode): Use define-derived-mode.
151
152 * mail/mspools.el (mspools-mode):
153 * net/eudc-hotlist.el (eudc-hotlist-mode):
154 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
155
156 2005-06-10 Miles Bader <miles@gnu.org>
157
158 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
159 Remove "-face" suffix from face names.
160 (flyspell-incorrect-face, flyspell-duplicate-face):
161 New backward-compatibility aliases for renamed faces.
162 (flyspell-mode-on, make-flyspell-overlay)
163 (flyspell-highlight-incorrect-region)
164 (flyspell-highlight-duplicate-region)
165 (flyspell-display-next-corrections)
166 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
167
168 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
169 from face name.
170 (texinfo-heading-face): New backward-compatibility alias for
171 renamed face.
172 (texinfo-heading-face): Use renamed texinfo-heading face.
173
174 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
175 suffix from face names.
176 (tex-math-face, tex-verbatim-face):
177 New backward-compatibility aliases for renamed faces.
178 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
179 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
180 literal face name.
181
182 * textmodes/table.el (table-cell): Remove "-face" suffix from face
183 name.
184 (table-cell-face): New backward-compatibility alias for renamed face.
185 (table--put-cell-face-property, table--update-cell-face):
186 Use renamed table-cell face.
187
188 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
189 from face name.
190 (sgml-namespace-face): New backward-compatibility alias for
191 renamed face.
192 (sgml-namespace-face): Use renamed sgml-namespace face.
193
194 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
195 (org-level-4, org-level-5, org-level-6, org-level-7)
196 (org-level-8, org-warning, org-headline-done)
197 (org-deadline-announce, org-scheduled-today)
198 (org-scheduled-previously, org-link, org-done, org-table)
199 (org-time-grid): Remove "-face" suffix from face names.
200 (org-level-1-face, org-level-2-face, org-level-3-face)
201 (org-level-4-face, org-level-5-face, org-level-6-face)
202 (org-level-7-face, org-level-8-face, org-warning-face)
203 (org-headline-done-face, org-deadline-announce-face)
204 (org-scheduled-today-face, org-scheduled-previously-face)
205 (org-link-face, org-done-face, org-table-face)
206 (org-time-grid-face):
207 New backward-compatibility aliases for renamed faces.
208 (org-level-faces, org-set-font-lock-defaults, org-timeline)
209 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
210 (org-agenda-get-timestamps, org-agenda-get-scheduled)
211 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
212
213 * emulation/viper-init.el (viper-search, viper-replace-overlay)
214 (viper-minibuffer-emacs, viper-minibuffer-insert)
215 (viper-minibuffer-vi): Remove "-face" suffix from face names.
216 (viper-search-face, viper-replace-overlay-face)
217 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
218 (viper-minibuffer-vi-face):
219 New backward-compatibility aliases for renamed faces.
220 (viper-search-face, viper-replace-overlay-face)
221 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
222 (viper-minibuffer-vi-face): Use renamed viper faces.
223
224 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
225 Remove "-face" suffix from face names.
226 (testcover-nohits-face, testcover-1value-face):
227 New backward-compatibility aliases for renamed faces.
228 (testcover-mark): Use renamed testcover faces.
229
230 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
231 face name.
232 (diary-button-face): New backward-compatibility alias for renamed face.
233 (diary-entry): Use renamed diary-button face.
234
235 * calendar/calendar.el (diary, calendar-today, holiday)
236 (mark-visible-calendar-date): Remove "-face" suffix from face names.
237 (diary-face, calendar-today-face, holiday-face):
238 New backward-compatibility aliases for renamed faces.
239 (eval-after-load "facemenu", diary-entry-marker)
240 (calendar-today-marker, calendar-holiday-marker, diary-face):
241 Use renamed calendar faces.
242
243 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
244 (compare-windows-face): New backward-compatibility alias for
245 renamed face.
246 (compare-windows-highlight): Use renamed compare-windows face.
247
248 * strokes.el (strokes-char): Remove "-face" suffix from face name.
249 (strokes-char-face): New backward-compatibility alias for renamed face.
250 (strokes-encode-buffer): Use renamed strokes-char face.
251
252 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
253 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
254 Remove "-face" suffix from face names.
255 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
256 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
257 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
258 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
259 Use renamed pcvs faces.
260 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
261 * pcvs-defs.el (cvs-mode-map): Likewise.
262 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
263
264 * info.el (info-title-1, info-title-2, info-title-3)
265 (info-title-4): Remove "-face" suffix from and downcase face names.
266 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
267 (Info-title-4-face):
268 New backward-compatibility aliases for renamed faces.
269 (Info-fontify-node): Use renamed info faces.
270
271 * hilit-chg.el (highlight-changes, highlight-changes-delete):
272 Remove "-face" suffix from face names.
273 (highlight-changes-face, highlight-changes-delete-face):
274 New backward-compatibility aliases for renamed faces.
275 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
276 (hilit-chg-make-list): Use renamed highlight-changes faces.
277
278 * generic-x.el (show-tabs-tab, show-tabs-space):
279 Remove "-face" suffix from face names.
280 (show-tabs-tab-face, show-tabs-space-face):
281 New backward-compatibility aliases for renamed faces.
282 (show-tabs-generic-mode-font-lock-defaults-1)
283 (show-tabs-generic-mode-font-lock-defaults-2):
284 Use renamed show-tabs faces.
285
286 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
287 (smerge-markers): Remove "-face" suffix from face names.
288 (smerge-mine-face, smerge-other-face, smerge-base-face)
289 (smerge-markers-face):
290 New backward-compatibility aliases for renamed faces.
291 (smerge-mine-face, smerge-other-face, smerge-base-face)
292 (smerge-markers-face): Use renamed smerge faces.
293
294 * log-view.el (log-view-file, log-view-message):
295 Remove "-face" suffix from face names.
296 (log-view-file-face, log-view-message-face):
297 New backward-compatibility aliases for renamed faces.
298 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
299
300 * paren.el (show-paren-match, show-paren-mismatch):
301 Remove "-face" suffix from face names.
302 (show-paren-match-face, show-paren-mismatch-face):
303 New backward-compatibility aliases for renamed faces.
304 (show-paren-function): Use renamed show-paren faces.
305
306 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
307 (ruler-mode-margins, ruler-mode-fringes)
308 (ruler-mode-column-number, ruler-mode-fill-column)
309 (ruler-mode-comment-column, ruler-mode-goal-column)
310 (ruler-mode-tab-stop, ruler-mode-current-column):
311 Remove "-face" suffix from face names.
312 (ruler-mode-default-face, ruler-mode-pad-face)
313 (ruler-mode-margins-face, ruler-mode-fringes-face)
314 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
315 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
316 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
317 New backward-compatibility aliases for renamed faces.
318 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
319 (ruler-mode-column-number, ruler-mode-fill-column)
320 (ruler-mode-comment-column, ruler-mode-goal-column)
321 (ruler-mode-tab-stop, ruler-mode-current-column)
322 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
323
324 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
325 face name.
326 (whitespace-highlight-the-space): Use renamed face.
327 (whitespace-highlight-face): New backward-compatibility alias for
328 renamed face.
329
330 * woman.el (woman-italic, woman-bold, woman-unknown)
331 (woman-addition, woman-symbol-face):
332 Remove "-face" suffix from face names.
333 (woman-italic-face, woman-bold-face, woman-unknown-face)
334 (woman-addition-face):
335 New backward-compatibility aliases for renamed faces.
336 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
337 (woman-decode-region, woman-replace-match)
338 (woman-display-extended-fonts, woman-special-characters)
339 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
340 Use renamed woman faces.
341
342 * longlines.el (longlines-visible-face): Face removed.
343
344 * diff-mode.el (diff-header, diff-file-header, diff-index)
345 (diff-hunk-header, diff-removed, diff-added, diff-changed)
346 (diff-function, diff-context, diff-nonexistent): Remove "-face"
347 suffix from face names.
348 (diff-header-face, diff-file-header-face, diff-index-face)
349 (diff-hunk-header-face, diff-removed-face, diff-added-face)
350 (diff-changed-face, diff-function-face, diff-context-face)
351 (diff-nonexistent-face): New backward-compatibility aliases for
352 renamed faces.
353 (diff-header-face, diff-file-header-face)
354 (diff-index, diff-index-face, diff-hunk-header)
355 (diff-hunk-header-face, diff-removed, diff-removed-face)
356 (diff-added, diff-added-face, diff-changed-face, diff-function)
357 (diff-function-face, diff-context-face, diff-nonexistent)
358 (diff-nonexistent-face): Use renamed diff-mode faces.
359
360 * progmodes/compile.el (compilation-warning-face)
361 (compilation-info-face): Remove "-face" suffix from face names.
362 (compilation-warning-face, compilation-info-face):
363 New backward-compatibility aliases for renamed faces.
364 (compilation-warning-face, compilation-info-face):
365 Use renamed compilation faces.
366
367 * add-log.el (change-log-date, change-log-name)
368 (change-log-email, change-log-file, change-log-list)
369 (change-log-conditionals, change-log-function)
370 (change-log-acknowledgement): Remove "-face" suffix from face names.
371 (change-log-date-face, change-log-name-face)
372 (change-log-email-face, change-log-file-face)
373 (change-log-list-face, change-log-conditionals-face)
374 (change-log-function-face, change-log-acknowledgement-face):
375 New backward-compatibility aliases for renamed faces.
376 (change-log-font-lock-keywords): Use renamed change-log faces.
377
378 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
379 (custom-set, custom-changed, custom-saved, custom-button)
380 (custom-button-pressed, custom-documentation, custom-state)
381 (custom-comment, custom-comment-tag, custom-variable-tag)
382 (custom-variable-button, custom-face-tag, custom-group-tag-1)
383 (custom-group-tag): Remove "-face" suffix from face names.
384 (custom-magic-alist, custom-magic-value-create)
385 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
386 (custom-invalid-face, custom-rogue-face, custom-modified-face)
387 (custom-set-face, custom-changed-face, custom-saved-face)
388 (custom-button-face, custom-button-pressed-face)
389 (custom-documentation-face, custom-state-face)
390 (custom-comment-face, custom-comment-tag-face)
391 (custom-variable-tag-face, custom-variable-button-face)
392 (custom-face-tag-face, custom-group-tag-face-1)
393 (custom-group-tag-face):
394 New backward-compatibility aliases for renamed faces.
395
396 * wid-edit.el (widget-documentation, widget-button)
397 (widget-field, widget-single-line-field, widget-inactive)
398 (widget-button-pressed): "-face" suffix removed from face names.
399 (widget-documentation-face, widget-button-face)
400 (widget-field-face, widget-single-line-field-face)
401 (widget-inactive-face, widget-button-pressed-face):
402 New backward-compatibility aliases for renamed faces.
403 (widget-documentation-face, widget-button-face)
404 (widget-button-pressed-face, widget-specify-field)
405 (widget-specify-inactive): Use renamed widget faces.
406
407 2005-06-10 Kenichi Handa <handa@m17n.org>
408
409 * term/x-win.el (x-clipboard-yank): Remove condition-case
410 wrapping.
411
412 2005-06-11 Kenichi Handa <handa@m17n.org>
413
414 * add-log.el (change-log-font-lock-keywords): Make the regexp for
415 date lines stricter.
416
417 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
418
419 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
420 of x-get-selection.
421
422 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
423
424 * comint.el (comint-mode, comint-snapshot-last-prompt):
425 * frame.el (frame-current-scroll-bars):
426 * term.el (term-mode, term-check-proc, term-input-sender)
427 (term-simple-send, term-extract-string, term-word)
428 (term-match-partial-filename):
429 * window.el (window-current-scroll-bars):
430 * emulation/cua-base.el (cua-normal-cursor-color)
431 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
432 (cua-global-mark-cursor-color):
433 * mail/undigest.el (rmail-forward-separator-regex):
434 Fix typos in docstrings.
435
436 * comint.el (comint-check-proc, make-comint-in-buffer)
437 (comint-source-default): Doc fixes.
438
439 * term.el (term-send-string): Improve argument/docstring
440 consistency.
441
442 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
443
444 * comint.el (comint-send-input): Bind `inhibit-read-only' around
445 call to `delete-region'.
446 (comint-mode-hook): Do not enable Font Lock by default.
447
448 2005-06-09 Lute Kamstra <lute@gnu.org>
449
450 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
451 could be void.
452
453 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
454
455 * emacs-lisp/debug.el (debugger-will-be-back): New var.
456 (debug): Use it.
457 (debugger-step-through, debugger-continue, debugger-jump)
458 (debugger-return-value): Set it when needed.
459 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
460 Use inhibit-read-only.
461
462 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
463
464 * window.el (shrink-window-if-larger-than-buffer)
465 (window-size-fixed): Fix typo in docstring.
466
467 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
468 thumbnails directory on loading.
469 (thumbs-conversion-program): Use `eq' to check the system type,
470 not `equal'.
471 (thumbs-temp-dir): Initialize to `temporary-file-directory',
472 not "/tmp". Fix docstring.
473 (thumbs-thumbsdir): New function to return the thumbnails
474 directory, creating it if needed.
475 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
476 (thumbs-temp-file): Delete variable and make it into a function.
477 (thumbs-resize-image, thumbs-modify-image): Use it.
478 (thumbs-kill-buffer): Simplify.
479 (thumbs-gensym): Defalias or duplicate CL `gensym'.
480 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
481 docstrings.
482
483 2005-06-09 Kim F. Storm <storm@cua.dk>
484
485 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
486 set-match-data to free markers in match-data.
487
488 * replace.el (replace-match-data): Pass RESEAT arg `t' to
489 match-data to unchain markers in match-data.
490
491 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
492
493 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
494 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
495 unnecessary now.
496
497 2005-06-08 Richard M. Stallman <rms@gnu.org>
498
499 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
500 give the variable a doc string that doesn't say don't set it directly.
501
502 * textmodes/ispell.el (ispell-check-version):
503 Use match-string-no-properties.
504 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
505 (ispell-buffer-local-words): Likewise.
506
507 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
508 except on terminals with enough colors to really display it.
509 (makefile-dependency-regex): Delete spurious `bb'.
510
511 * faces.el (escape-glyph): Use blue once again in last case.
512 (no-break-space): Redefine so that it isn't invisible on a tty.
513
514 2005-06-08 Kim F. Storm <storm@cua.dk>
515
516 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
517 also when reading directory name.
518
519 2005-06-08 Lute Kamstra <lute@gnu.org>
520
521 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
522 (flyspell-mode-line-string): Remove autoload cookie.
523 (flyspell-mode): Remove defvar.
524
525 2005-06-07 Lute Kamstra <lute@gnu.org>
526
527 * textmodes/org.el (org-run-mode-hooks): New function.
528 (org-agenda-mode): Use it.
529
530 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
531
532 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
533
534 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
535
536 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
537
538 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
539
540 * font-lock.el (font-lock-add-keywords): Doc fix.
541
542 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
543
544 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
545 (tex-compile-default): In the absence of any history, use the order in
546 tex-compile-alist to choose the preferred command.
547 (tex-compile-commands): Reorder a bit.
548
549 * textmodes/flyspell.el (flyspell-auto-correct-binding)
550 (flyspell-incorrect-face, flyspell-duplicate-face):
551 Use (X)Emacs-agnostic code.
552 (flyspell-mode-map): Don't overwrite at each load. Remove code
553 redundant with the subsequent add-minor-mode. Merge Emacs and
554 XEmacs code.
555 (flyspell-word): Minor simplification.
556 (flyspell-math-tex-command-p): Quieten the byte-compiler.
557 (flyspell-external-point-words): Remove unused vars `size' and `start'.
558 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
559 Merge the corresponding Emacs code.
560 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
561
562 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
563 a dedicated window.
564
565 * international/latexenc.el (latexenc-find-file-coding-system):
566 Undo part of last patch, to turn off a compiler warning.
567
568 2005-06-06 Juri Linkov <juri@jurta.org>
569
570 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
571 Rename `tmm-inactive-face' to `tmm-inactive'.
572
573 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
574
575 * iswitchb.el: Rename faces.
576
577 2005-06-06 Kim F. Storm <storm@cua.dk>
578
579 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
580 (cua-global-mark): Remove -face suffix from face names.
581
582 * emulation/cua-gmrk.el (cua--init-global-mark):
583 Remove cua-global-mark face setup.
584
585 2005-06-06 Richard M. Stallman <rms@gnu.org>
586
587 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
588 just like other allowed characters.
589 (makefile-match-dependency): Exclude leading and training whitespace
590 from the range of regexp subexp 1.
591 (makefile-macroassign-regex): Don't try to match the body,
592 just the name of the macro being defined.
593
594 * info.el (Info-read-node-name-2): New function.
595 (Info-read-node-name-1): Use that.
596 Add a completion-base-size-function property.
597
598 * simple.el (completion-setup-function): Look for
599 completion-base-size-function property of
600 minibuffer-completion-table.
601
602 * files.el (locate-file-completion): Doc fix.
603
604 * printing.el: Don't call pr-update-menus; user must do that.
605
606 * emacs-lisp/debug.el (debugger-window): New variable.
607 (debug): Use debugger-window if it is set and still alive.
608 Record debugger-window for next entry.
609
610 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
611
612 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
613
614 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
615 (hack-one-local-variable, hack-local-variables)
616 (hack-local-variables-prop-line): Pass that arg.
617
618 2005-06-06 Kim F. Storm <storm@cua.dk>
619
620 * ido.el (ido-first-match, ido-only-match, ido-subdir)
621 (ido-indicator): Remove -face suffix from face names.
622
623 2005-06-06 Juri Linkov <juri@jurta.org>
624
625 * font-lock.el (font-lock-regexp-backslash)
626 (font-lock-regexp-backslash-construct): New faces.
627 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
628 after `('. Add `while-no-input' to control structures.
629
630 * faces.el (no-break-space, shadow): New faces.
631 (escape-glyph): Use less loud colors pink2 and red4.
632
633 * diff-mode.el (diff-context-face)
634 * dired.el (dired-ignored)
635 * rfn-eshadow.el (file-name-shadow)
636 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
637
638 * info.el (Info-title-1-face): Use green instead of yellow because
639 bold yellow is not readable on light backgrounds.
640
641 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
642 before selecting the desired mode to not spend time fontifying
643 old contents.
644
645 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
646
647 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
648 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
649
650 * ps-print.el (ps-default-fg, ps-default-bg):
651 Fix typos in docstrings.
652
653 * isearchb.el (isearchb): Don't pass a spurious second argument to
654 `iswitchb-completions'.
655
656 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
657
658 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
659 to preserve point.
660 (gdb-find-file-hook): Add doc string.
661
662 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
663 C dereferenced pointer expression.
664 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
665
666 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
667
668 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
669 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
670 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
671 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
672 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
673 Make background transparent.
674
675 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
676
677 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
678 (font-lock-remove-keywords): Doc fix.
679 (font-lock-mode-major-mode): Compiler defvar.
680 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
681
682 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
683 (font-lock-mode): Update `font-lock-mode-major-mode'.
684 (font-lock-set-defaults): Compiler defvar.
685 (font-lock-default-function): Take `font-lock-mode-major-mode'
686 into account.
687
688 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
689 keep track of which major mode it enabled the minor mode for.
690 Use find-file-hook again. Update docstring.
691
692 * simple.el (eval-expression-print-level)
693 (eval-expression-print-length, eval-expression-debug-on-error):
694 Doc fixes.
695
696 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
697
698 * iswitchb.el (iswitchb-single-match-face)
699 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
700 (iswitchb-invalid-regexp-face): New faces.
701 (iswitchb-completions): Use them.
702 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
703 now marked as an obsolete alias.
704 (iswitchb-read-buffer): Remove check for bound font variables.
705 (iswitchb-invalid-regexp): New free variable.
706 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
707 set iswitchb-invalid-regexp.
708 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
709 invalid regexps.
710 (iswitchb-completions): Add check for complete match when entering
711 a regexp.
712 (iswitchb-completions): Remove require-match argument.
713 (iswitchb-exhibit): Fix caller.
714 (iswitchb-common-match-inserted): New variable.
715 (iswitchb-complete, iswitchb-completion-help): Use it.
716
717 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
718
719 * url-http.el (url-http-chunked-encoding-after-change-function):
720 Use `url-http-debug' instead of `message'.
721
722 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
723
724 * url-http.el (url-http-parse-headers): Pass redirected URL as a
725 callback argument.
726
727 2005-06-04 Kim F. Storm <storm@cua.dk>
728
729 * simple.el (line-move): Only call sit-for when moving backwards.
730
731 * ido.el (ido-make-merged-file-list-1): New defun split from
732 ido-make-merged-file-list.
733 (ido-make-merged-file-list): Bind throw-on-input around call to
734 ido-make-merged-file-list-1. Return input-pending-p if
735 interrupted by more input available.
736 (ido-read-internal): Handle input-pending-p return value from
737 ido-make-merged-file-list.
738
739 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
740
741 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
742 compatibility code.
743
744 * international/latexenc.el (latexenc-find-file-coding-system):
745 Don't inherit the EOL part of the coding-system from the
746 tex-main buffer. Fit within 80 columns.
747
748 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
749
750 * tmm.el (tmm-inactive-face): New face.
751 (tmm-remove-inactive-mouse-face): New function.
752 (tmm-prompt, tmm-add-one-shortcut)
753 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
754 but not selectable.
755
756 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
757
758 * faces.el (face-equal): Improve argument/docstring consistency.
759
760 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
761
762 * progmodes/make-mode.el (makefile-targets-face)
763 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
764 (makefile-bsdmake-dependency-regex)
765 (makefile-makepp-rule-action-regex)
766 (makefile-bsdmake-rule-action-regex): New constants.
767 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
768
769 * progmodes/compile.el (compilation-error-regexp-alist-alist):
770 Allow (...) within `...' for makepp messages.
771
772 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
773
774 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
775
776 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
777 "." files are deleted from all file lists before comparison.
778
779 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
780 (viper-ESC-key): Made them customizable.
781
782 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
783
784 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
785
786 * autorevert.el (auto-revert-buffers): Use save-match-data.
787
788 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
789
790 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
791 menu items with a nil command binding.
792
793 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
794
795 * emacs-lisp/cl-macs.el (defsetf):
796 Improve argument/docstring consistency.
797
798 * faces.el (list-faces-display): Improve the formatting by
799 computing the maximum length required for any face-name (reworked
800 patch of 1999-01-11, accidentally deleted on 1999-07-21).
801 (internal-find-face): Remove redundant info in docstring.
802
803 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
804
805 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
806 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
807 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
808 (gdb-assembler-custom): Improve regexps.
809 (def-gdb-auto-update-handler): Use window point to preserve point.
810
811 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
812
813 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
814
815 2005-05-31 Jay Belanger <belanger@truman.edu>
816
817 * calc/calc-embed.el (calc-embedded-word): Change argument passed
818 to calc-embedded.
819 (calc-embedded-make-info): Have plain prefix argument select
820 entire line.
821
822 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
823
824 * faces.el (list-faces-display): Signal error if passed a regexp
825 that matches no face name.
826
827 * simple.el (filter-buffer-substring): Fix typo in docstring.
828
829 2005-05-31 Richard M. Stallman <rms@gnu.org>
830
831 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
832 (vhdl-emacs-21): Doc fix.
833 (vhdl-mode): Unconditionally set comment-padding.
834 (vhdl-fixup-whitespace-region): Insert spaces only where
835 there are none.
836 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
837
838 2005-05-30 John Wiegley <johnw@newartisans.com>
839
840 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
841 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
842 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
843 `directory-sep-char' to ?/, and all uses of `string-to-int' to
844 `string-to-number'.
845
846 2005-05-30 Jay Belanger <belanger@truman.edu>
847
848 * calc/calc.el (calc-bug-address): Fix docstring.
849 (calc-window-hook, calc-trail-window-hook): New variables.
850 (calc-trail-display): Restore use of calc-trail-window-hook.
851 (calc): Restore use of calc-window-hook.
852
853 2005-05-31 Masatake YAMATO <jet@gyve.org>
854
855 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
856
857 * help-fns.el (help-C-file-name): Add autoload mark for
858 `find-function-noselect'.
859
860 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
861
862 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
863 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
864
865 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
866
867 * calendar/diary-lib.el (mark-included-diary-files): Only kill
868 included diary buffer if it was not already being visited.
869 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
870
871 * calendar/icalendar.el (top-level): Do not require 'appt.
872
873 * mail/supercite.el (sc-select-attribution): Only use a list
874 element from sc-attrib-selection-list if it returns a string.
875 Reported by Davide G. M. Salvetti <salve@debian.org>.
876
877 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
878
879 * thumbs.el (thumbs-thumbname): The resulting thubname now
880 includes a hash value to improve its uniqueness, and has a ".jpg"
881 extension. Also, it is now a valid filename on all systems.
882 (thumbs-make-thumb): Use `let', not `let*'.
883 (thumbs-show-thumbs-list): Check for JPEG availability.
884
885 2005-05-30 Richard M. Stallman <rms@gnu.org>
886
887 * filesets.el (filesets-menu-ensure-use-cached):
888 Prevent warning when emacs-version>= is undefined.
889
890 * printing.el (pr-interactive-n-up): Use string-to-number.
891
892 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
893
894 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
895 Warn only when name to be defined is quoted.
896
897 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
898
899 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
900 Make regexp more robust.
901 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
902 Force regeneration of disassembly.
903
904 2005-05-29 Jay Belanger <belanger@truman.edu>
905
906 * calc/calc.el (calc-user-invocation): Check if
907 calc-invocation-macro is non-nil.
908
909 2005-05-29 Juri Linkov <juri@jurta.org>
910
911 * add-log.el (change-log-font-lock-keywords):
912 Add `+' to e-mail regexp to accept mail address with keywords.
913
914 * man.el (Man-name-regexp): Add `:' to accept qualified names.
915
916 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
917
918 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
919
920 * ielm.el (inferior-emacs-lisp-mode): Ditto.
921
922 2005-05-29 Richard M. Stallman <rms@gnu.org>
923
924 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
925 Undo the change that moves to end of the current word.
926
927 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
928
929 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
930 Throw error when count <= 0 to ensure input is a number.
931 (gdb-read-memory-custom): Pick up address from buffer.
932 (gdb-memory-mode): Allow user to increment and decrement
933 memory address from header line.
934
935 2005-05-29 Richard M. Stallman <rms@gnu.org>
936
937 * flyspell.el (flyspell-version): Function deleted.
938 (flyspell-auto-correct-previous-hook): Doc fix.
939
940 * jit-lock.el (jit-lock-function, jit-lock-after-change):
941 Do nothing if memory is full.
942
943 * font-lock.el (font-lock-fontify-syntactically-region):
944 Pass t for GREEDY to looking-back.
945
946 * saveplace.el (save-place-alist-to-file): Write the file
947 using write-region.
948
949 * subr.el (looking-back): New argument GREEDY.
950
951 * progmodes/compile.el (compilation-start): Set the mode
952 before inserting the initial text.
953
954 * progmodes/which-func.el (which-func-update-1): Turn the mode
955 off in case of error by setting which-func-mode.
956
957 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
958
959 * flyspell.el (flyspell-auto-correct-previous-word):
960 Narrow down to what's on the screen, and recenter overlays
961 at the end of the next word.
962
963 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
964
965 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
966 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
967 (flyspell-abbrev-p): Default to nil.
968 (flyspell-use-global-abbrev-table-p): Doc fix.
969 (flyspell-large-region): Allow nil as value.
970 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
971
972 (mail-mode-flyspell-verify): More robust handling
973 of `mail-header-separator'. More efficient signature detection.
974 Allow for regexp metacharacters in message-header-separator.
975 Adding `To' not to be checked in mail-mode-flyspell-verify.
976
977 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
978 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
979 Bind flyspell-auto-correct-binding.
980 Bind C-. and C-, .
981 (flyspell-mode-map): Likewise.
982 (flyspell-mode): Doc fix.
983 (flyspell-accept-buffer-local-defs): Preserve current buffer.
984 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
985 (flyspell-word-cache-result): New var, always local.
986 (flyspell-check-pre-word-p): Doc fix.
987 (flyspell-check-changed-word-p): Handle spc like newline.
988 (flyspell-post-command-hook): Set flyspell-word-cache-result.
989 (flyspell-word-search-backward, flyspell-word-search-forward):
990 New functions.
991 (flyspell-word): Return t if nothing to check.
992 When parsing TeX code, check for after } or \.
993 Use flyspell-word-search-backward to find previous word.
994 Return nil if duplicated word.
995 For word already checked, return same value as last time.
996 Set flyspell-word-cache-result after checking.
997 Don't clobber the return value.
998 (flyspell-get-word): Major rewrite.
999 (flyspell-external-point-words): New locals pword, pcount.
1000 Fix size used in progress message.
1001 Find the proper corresponding word in flyspell-large-region-buffer.
1002 (flyspell-region): Check for flyspell-large-region = nil.
1003 (flyspell-highlight-incorrect-region): Clean up overlays in region.
1004 (flyspell-auto-correct-word): Check that WORD is a cons.
1005 (flyspell-correct-word): Likewise.
1006
1007 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
1008
1009 * progmodes/make-mode.el (makefile-rule-action-regex)
1010 (makefile-macroassign-regex, makefile-makepp-mode)
1011 (makefile-bsdmake-mode): Continuation lines may be empty.
1012 Reported by Joshua Varner.
1013 (makefile-makepp-font-lock-keywords): Add $(stem).
1014
1015 2005-05-28 Karl Berry <karl@gnu.org>
1016
1017 * textmodes/tex-mode.el: Now that tex-send-command calls
1018 shell-quote-argument (2005-03-31 change), remove all calls to
1019 shell-quote-argument; they all end up invoking tex-send-command.
1020 The double quoting loses on filenames with non-safe characters,
1021 such as "@". Reported by Frederik Fouvry.
1022
1023 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
1024
1025 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
1026 about preserving point.
1027
1028 2005-05-27 Jay Belanger <belanger@truman.edu>
1029
1030 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
1031 Info-goto-node.
1032
1033 * calc/calc-embed.el (calc-embed-arg): New variable.
1034 (calc-do-embedded-activate, calc-embedded-activate-formula)
1035 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
1036 variable by new variable.
1037 (calc-embedded-make-info): Replace undeclared variable by new
1038 variable. When selecting region with positive prefix
1039 argument, use end of previous line instead of beginning of line.
1040
1041 * calc/calc-aent.el (calc-arg-values): Declare it.
1042
1043 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
1044 Declare them.
1045
1046 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
1047
1048 * calc/calc.el (calc-alg-map): Declare it.
1049
1050 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
1051
1052 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
1053
1054 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
1055 (gdb-registers-buffer, toggle-gdb-all-registers):
1056 Toggle display of floating point registers.
1057 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
1058
1059 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
1060 (toggle-gud-tooltip-dereference):
1061 Rename from gud-toggle-tooltip-dereference.
1062
1063 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
1064
1065 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
1066
1067 2005-05-27 Jay Belanger <belanger@truman.edu>
1068
1069 * calc/calc-prog.el (calc-kbd-report): Remove.
1070 (calc-kbd-query): Rewrite.
1071
1072 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
1073
1074 * image.el (image-library-alist): Move to image.c.
1075 (image-type-available-p): Doc fix.
1076
1077 2005-05-27 Lute Kamstra <lute@gnu.org>
1078
1079 * calc/calc.el (calc):
1080 * outline.el (outline-1, outline-2, outline-3, outline-4)
1081 (outline-5, outline-6, outline-7, outline-8):
1082 * textmodes/dns-mode.el (dns-mode):
1083 * textmodes/sgml-mode.el (sgml-namespace-face):
1084 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
1085 (tex-verbatim-face, tex-use-reftex):
1086 * textmodes/texinfo.el (texinfo-heading-face):
1087 Specify customization group.
1088
1089 * longlines.el: Don't require easy-mmode.
1090 (longlines-visible-face): Specify customization group.
1091
1092 2005-05-27 Kenichi Handa <handa@m17n.org>
1093
1094 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
1095 encoding table of windows-1251.
1096
1097 * international/ucs-tables.el (ucs-set-table-for-input):
1098 If translation-table-for-input of a coding system is a symbol, get
1099 its translation-table property.
1100
1101 * international/code-pages.el: Don't register a coding system into
1102 non-iso-charset-alist more than once.
1103 (cp-make-coding-system): Likewise.
1104
1105 2005-05-26 John Wiegley <johnw@newartisans.com>
1106
1107 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
1108 `eshell-resume-eval' is wrapped in a list, it indicates that the
1109 command was run asynchronously. In that case, unwrap the value
1110 before checking the delimiter value.
1111
1112 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
1113 character before a space at the end of a line is \, assume the space
1114 is part of the last argument rather than a final argument separator.
1115
1116 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
1117 is in use, and the target is `t' or `nil' (which are the most common
1118 values), don't assume that the symbol target is a buffer.
1119
1120 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
1121
1122 * calendar/calendar.el (calendar-mode-line-format):
1123 Use mode-line-highlight as mouse-face.
1124
1125 * time.el (display-time-string-forms, display-time-update):
1126 Use mode-line-highlight as mouse-face.
1127
1128 2005-05-26 Jay Belanger <belanger@truman.edu>
1129
1130 * calc/calc.el (calc-language-alist): Remove extra defvar.
1131
1132 2005-05-26 Lute Kamstra <lute@gnu.org>
1133
1134 * arc-mode.el (archive-mode):
1135 * bookmark.el (bookmark-read-annotation-mode)
1136 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
1137 * bs.el (bs-mode):
1138 * calc/calc-yank.el (calc-edit-mode):
1139 * calc/calc.el (calc-mode, calc-trail-mode):
1140 * calculator.el (calculator-mode):
1141 * chistory.el (command-history-mode):
1142 * comint.el:
1143 * cus-edit.el (custom-mode):
1144 * descr-text.el (describe-text-mode):
1145 * ebuff-menu.el (Electric-buffer-menu-mode):
1146 * ediff-util.el (ediff-mode):
1147 * emacs-lisp/re-builder.el (reb-mode):
1148 * emulation/vi.el (vi-mode-setup):
1149 * emulation/ws-mode.el (wordstar-mode):
1150 * eshell/esh-mode.el (eshell-mode):
1151 * forms.el (forms-mode):
1152 * help-mode.el (help-mode):
1153 * hexl.el (hexl-mode):
1154 * ibuffer.el (ibuffer-mode):
1155 * ielm.el (inferior-emacs-lisp-mode):
1156 * info.el (Info-mode, Info-edit-mode):
1157 * international/swedish.el:
1158 * ledit.el (ledit-from-lisp-mode):
1159 * locate.el (locate-mode):
1160 * mail/rmail.el (rmail-mode):
1161 * mail/rmailedit.el (rmail-edit-mode):
1162 * mail/rmailsum.el (rmail-summary-mode):
1163 * mail/supercite.el (sc-electric-mode):
1164 * net/eudc.el (eudc-mode):
1165 * net/quickurl.el (quickurl-list-mode):
1166 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
1167 * obsolete/ooutline.el (outline-mode):
1168 * obsolete/options.el (Edit-options-mode):
1169 * obsolete/rnews.el (news-mode):
1170 * obsolete/rnewspost.el (news-reply-mode):
1171 * play/5x5.el (5x5-mode):
1172 * play/decipher.el (decipher-mode, decipher-stats-mode):
1173 * play/gomoku.el (gomoku-mode):
1174 * play/snake.el (snake-mode):
1175 * play/solitaire.el (solitaire-mode):
1176 * play/tetris.el (tetris-mode):
1177 * progmodes/ada-mode.el (ada-mode):
1178 * progmodes/antlr-mode.el (antlr-mode):
1179 * progmodes/autoconf.el (autoconf-mode):
1180 * progmodes/dcl-mode.el (dcl-mode):
1181 * progmodes/delphi.el (delphi-mode):
1182 * progmodes/ebrowse.el (ebrowse-tree-mode)
1183 (ebrowse-electric-list-mode, ebrowse-member-mode)
1184 (ebrowse-electric-position-mode):
1185 * progmodes/f90.el (f90-mode):
1186 * progmodes/fortran.el (fortran-mode):
1187 * progmodes/icon.el (icon-mode):
1188 * progmodes/idlw-help.el (idlwave-help-mode):
1189 * progmodes/idlw-shell.el (idlwave-shell-mode):
1190 * progmodes/idlwave.el (idlwave-mode):
1191 * progmodes/inf-lisp.el (inferior-lisp-mode):
1192 * progmodes/m4-mode.el (m4-mode):
1193 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
1194 * progmodes/modula2.el (modula-2-mode):
1195 * progmodes/octave-inf.el (inferior-octave-mode):
1196 * progmodes/octave-mod.el (octave-mode):
1197 * progmodes/pascal.el (pascal-mode):
1198 * progmodes/sh-script.el (sh-mode):
1199 * progmodes/sql.el (sql-mode, sql-interactive-mode):
1200 * progmodes/vhdl-mode.el (vhdl-mode):
1201 * progmodes/xscheme.el (scheme-interaction-mode):
1202 * replace.el (occur-mode):
1203 * ses.el (ses-mode):
1204 * simple.el (completion-list-mode):
1205 * skeleton.el:
1206 * speedbar.el (speedbar-mode):
1207 * term.el (term-mode):
1208 * terminal.el (terminal-edit-mode):
1209 * textmodes/reftex-index.el (reftex-index-mode)
1210 (reftex-index-phrases-mode):
1211 * textmodes/reftex-sel.el (reftex-select-label-mode)
1212 (reftex-select-bib-mode):
1213 * textmodes/reftex-toc.el (reftex-toc-mode):
1214 * wdired.el (wdired-change-to-wdired-mode):
1215 * wid-browse.el (widget-browse-mode):
1216 Use run-mode-hooks.
1217
1218 * array.el (array-mode):
1219 * calendar/todo-mode.el (todo-mode):
1220 * man.el (Man-mode):
1221 * play/landmark.el (lm-mode):
1222 * play/mpuz.el (mpuz-mode):
1223 Use kill-all-local-variables and run-mode-hooks.
1224
1225 * subr.el (delay-mode-hooks): Specify indentation.
1226
1227 2005-05-26 Mark A. Hershberger <mah@everybody.org>
1228
1229 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
1230
1231 2005-05-26 Jay Belanger <belanger@truman.edu>
1232
1233 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
1234 of nil.
1235
1236 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
1237
1238 * progmodes/gdb-ui.el (gdb-frame-address):
1239 Rename from gdb-current-address.
1240 (gdb-previous-frame-address): Rename from gdb-previous-address.
1241 (gdb-selected-frame): Rename from gdb-current-frame.
1242 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
1243 (gdb-frame-number): Rename from gdb-current-stack-level.
1244 (gdb-ann3): Match new mode-name for disassembly buffer.
1245 Extend initialisation of variables.
1246 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
1247 (gdb-memory-mode): Use mouse-face in header line.
1248 (gdb-assembler-buffer-name): Call it disassembly and give frame
1249 in mode line.
1250 (gdb-source-spec-regexp, gdb-assembler-custom)
1251 (gdb-invalidate-assembler, gdb-frame-handler):
1252 Make robust to leading zeroes in address format.
1253
1254 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
1255
1256 * textmodes/org.el (org-mode): Use `define-derived-mode' to
1257 define `org-mode'.
1258 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
1259
1260 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
1261
1262 * log-edit.el (log-edit-changelog-entries): Distinguish between
1263 filenames like xfns.c and fns.c.
1264
1265 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
1266
1267 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
1268 point after reverting.
1269 (Buffer-menu-make-sort-button): Handle the case where
1270 `Buffer-menu-use-header-line' is nil.
1271
1272 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
1273
1274 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
1275 New funcs. In minibuffer-local-completion-map bind `]', `/'
1276 and `:' to them.
1277
1278 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
1279
1280 * startup.el (normal-top-level): Allow modification of load-path while
1281 we're iterating over it.
1282
1283 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
1284
1285 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
1286 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
1287 (thumbs-resize-interactive, thumbs-insert-image)
1288 (thumbs-insert-thumb, thumbs-dired-show-marked)
1289 (thumbs-find-image-at-point, thumbs-delete-images)
1290 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
1291 (thumbs-increment-image-size, thumbs-decrement-image-size):
1292 Fix typos in docstrings.
1293
1294 2005-05-24 Andre Spiegel <spiegel@gnu.org>
1295
1296 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
1297 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
1298 (cperl-mode): Use them.
1299
1300 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
1301
1302 * window.el (quit-window, shrink-window-if-larger-than-buffer):
1303 Doc fixes.
1304
1305 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
1306
1307 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
1308 Bind C-d to gdb-inferior-io-eof.
1309
1310 * dired.el (dired-dnd-popup-notice): Use message-box.
1311
1312 2005-05-23 Masatake YAMATO <jet@gyve.org>
1313
1314 * bindings.el (mode-line-major-mode-keymap):
1315 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
1316
1317 * faces.el (mode-line-highlight): New face.
1318
1319 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
1320 as mouse-face.
1321
1322 * bindings.el (top-level, help-echo, mode-line-modified)
1323 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
1324 as mouse-face.
1325
1326 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
1327
1328 * progmodes/cc-engine.el (c-guess-basic-syntax):
1329 Remove spurious call to `zerop'.
1330
1331 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
1332
1333 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
1334
1335 CC Mode update to 5.30.10:
1336
1337 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
1338 could go past the limit in decoration level 2, thereby causing
1339 errors during interactive fontification.
1340
1341 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
1342 the file is evaluated interactively.
1343
1344 * cc-engine.el (c-guess-basic-syntax): Handle operator
1345 declarations somewhat better in C++.
1346
1347 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
1348 make use of `run-mode-hooks' which has been added in Emacs 21.1.
1349 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
1350 (awk-mode): Use it.
1351 (make-local-hook): Suppress warning about obsoleteness.
1352
1353 * cc-engine.el, cc-align.el, cc-cmds.el
1354 (c-append-backslashes-forward, c-delete-backslashes-forward)
1355 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
1356 Compensate for return value from `forward-line' when it has moved
1357 but not to a different line due to eob.
1358
1359 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
1360 `objc-method-intro' and `objc-method-args-cont'.
1361
1362 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
1363
1364 CC Mode update to 5.30.10:
1365
1366 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
1367 in the copyright statement. Incidentally, change "along with GNU
1368 Emacs" to "along with this program" where it occurs.
1369
1370 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
1371 so that it is interactive, hence can be found by M-x awk-mode
1372 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
1373 <gmorris+emacs@ast.cam.ac.uk>.
1374
1375 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
1376 Mode's regexps.
1377
1378 2005-05-23 Kevin Ryde <user42@zip.com.au>
1379
1380 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
1381 c-parse-state, to avoid a lisp error (on bad code).
1382
1383 2005-05-23 Lute Kamstra <lute@gnu.org>
1384
1385 * subr.el (font-lock-defaults): Remove defvar as it's already
1386 defined in font-core.el.
1387
1388 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
1389
1390 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
1391
1392 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
1393 more general and work when GDB variable "print pretty" is on,
1394 as with Emacs, for example.
1395
1396 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
1397
1398 * font-core.el: Update comment.
1399
1400 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
1401 Use `after-change-major-mode-hook' instead of `find-file-hook'.
1402
1403 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
1404
1405 2005-05-22 Eli Zaretskii <eliz@gnu.org>
1406
1407 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
1408 and `yank-handler' in the doc strings.
1409
1410 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
1411
1412 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
1413
1414 2005-05-22 Richard M. Stallman <rms@gnu.org>
1415
1416 * help.el (describe-key): Move print-help-return-message call
1417 out of conditional.
1418
1419 * progmodes/etags.el (list-tags): Use with-no-warnings.
1420
1421 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
1422 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
1423 (starttls-extra-args, starttls-extra-arguments): Add defvars.
1424
1425 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
1426
1427 * language/viet-util.el (viet-viscii-nonascii-translation-table):
1428 Add defvar.
1429
1430 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
1431 Use defvar, not defconst.
1432
1433 * hexl.el (hexl-follow-line): Use with-no-warnings.
1434
1435 * emulation/tpu-extras.el: Use write-file-functions instead of
1436 write-file-hooks.
1437
1438 * dired.el (dired-font-lock-keywords): Fontify files with junk
1439 extensions even if marked by -F.
1440
1441 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
1442
1443 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
1444 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
1445 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
1446 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
1447 (concatenate, list-length, get*, getf, cl-remprop):
1448 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
1449 (etypecase, progv, lexical-let, lexical-let*)
1450 (multiple-value-bind, multiple-value-setq, shiftf):
1451 Improve argument/docstring consistency.
1452
1453 * subr.el (focus-frame, unfocus-frame):
1454 Revert deletion on 2005-05-01.
1455
1456 2005-05-22 Andre Spiegel <spiegel@gnu.org>
1457
1458 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
1459 doesn't exist.
1460
1461 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
1462 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
1463
1464 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
1465
1466 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
1467 already deleted variables: auto-fill-hook, blink-paren-hook,
1468 lisp-indent-hook, inhibit-local-variables, unread-command-event,
1469 suspend-hooks, comment-indent-hook, meta-flag,
1470 before-change-function, after-change-function,
1471 font-lock-doc-string-face.
1472
1473 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
1474
1475 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
1476
1477 2005-05-21 Eli Zaretskii <eliz@gnu.org>
1478
1479 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
1480 rmail-dont-reply-to.
1481
1482 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
1483
1484 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
1485 literal blank when splitting new-header-values.
1486
1487 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
1488
1489 * calendar/cal-menu.el (cal-menu-update): Add separator as a
1490 string so that tmm doesn't create a completion entry for it.
1491
1492 * textmodes/table.el (table-disable-menu): Ditto.
1493
1494 2005-05-21 Richard M. Stallman <rms@gnu.org>
1495
1496 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
1497
1498 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
1499
1500 * net/rcompile.el (remote-compile): Use compilation-start.
1501
1502 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
1503
1504 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
1505
1506 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
1507 Default to makefile-bsdmake-mode on BSD systems.
1508
1509 * imenu.el (imenu-generic-expression, imenu--generic-function'):
1510 REGEXP may also be a search function now. The part of doc-string
1511 for describing the structure was 95% identical to that of
1512 `imenu--generic-function'. Unify it there.
1513
1514 * progmodes/make-mode.el (makefile-imenu-generic-expression):
1515 Use function to find dependencies, because regexp alone is so complex,
1516 it easily goes into an endless loop.
1517 (makefile-makepp-mode): Also add submenu for Perl functions
1518 defined in the makefile.
1519 (makefile-bsdmake-mode): Special imenu-generic-expression no
1520 longer needed, due to function call.
1521 (makefile-match-dependency): Take BOUND into account when checking
1522 if we're through.
1523
1524 2005-05-20 Jay Belanger <belanger@truman.edu>
1525
1526 * calc/calc-units.el (calc-invalidate-units-table):
1527 Use inhibit-read-only.
1528 (math-build-units-table-buffer): Use view-mode.
1529
1530 2005-05-20 David Kastrup <dak@gnu.org>
1531
1532 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
1533 easy-menu-add is not a nop on Emacs; and clarify when to call it.
1534
1535 2005-05-20 Lute Kamstra <lute@gnu.org>
1536
1537 * diff-mode.el (diff-header-face, diff-file-header-face)
1538 (diff-index-face, diff-hunk-header-face, diff-removed-face)
1539 (diff-added-face, diff-changed-face, diff-function-face)
1540 (diff-context-face, diff-nonexistent-face): Put them in the
1541 diff-mode customization group.
1542
1543 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
1544
1545 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
1546
1547 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
1548
1549 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
1550 Minor regexp-optimization.
1551
1552 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
1553
1554 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
1555 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
1556 (org-agenda-add-time-grid-maybe): New function.
1557 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
1558 (org-table-create): `dotimes' instead of `mapcar'.
1559 (org-xor): Simplify implementation.
1560 (org-agenda): `inhibit-redisplay' turned on.
1561 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
1562 a consistent line after a state change.
1563 (org-agenda-remove-times-when-in-prefix): New option.
1564 (org-prefix-has-time): New variable.
1565 (org-parse-time-string): Optional argument NODEFAULT.
1566 (org-format-agenda-item): Parse items for time-of-day
1567 specifications and move these into the prefix if possible.
1568 (org-agenda-priority): Get current heading, not previous heading
1569 during agenda remote editing.
1570
1571 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
1572
1573 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
1574 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
1575 (remove-duplicates, delete-duplicates, substitute)
1576 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
1577 (nsubstitute-if-not, find, find-if, find-if-not, position)
1578 (position-if, position-if-not, count, count-if, count-if-not)
1579 (mismatch, search, sort*, stable-sort, merge, member*)
1580 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
1581 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
1582 (intersection, nintersection, set-difference, nset-difference)
1583 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
1584 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
1585 (nsublis, tree-equal): Improve argument/docstring consistency.
1586
1587 * subr.el (send-string, send-region):
1588 Remove obsolescence declaration.
1589 (window-dot, set-window-dot, read-input, show-buffer)
1590 (eval-current-buffer, string-to-int):
1591 Add release number to obsolescence declarations.
1592
1593 2005-05-19 Kim F. Storm <storm@cua.dk>
1594
1595 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
1596 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
1597
1598 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
1599
1600 * faces.el (list-faces-display): Make back button respect optional
1601 regexp arg.
1602
1603 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
1604
1605 * calculator.el (calculator-radix-grouping-mode)
1606 (calculator-radix-grouping-digits, calculator-displayer)
1607 (calculator-radix-grouping-separator, calculator-copy-displayer):
1608 * dabbrev.el (dabbrev-search-these-buffers-only):
1609 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
1610 (diff-advance-after-apply-hunk, diff-mode-hook)
1611 (diff-minor-mode-prefix):
1612 * imenu.el (imenu-use-popup-menu):
1613 * jit-lock.el (jit-lock-context-time):
1614 * newcomment.el (comment-fill-column, comment-column)
1615 (comment-style, comment-padding, comment-multi-line)
1616 (comment-empty-lines, comment-auto-fill-only-comments):
1617 * reveal.el (reveal-around-mark):
1618 * uniquify.el (uniquify-buffer-name-style)
1619 (uniquify-after-kill-buffer-p)
1620 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
1621 (uniquify-min-dir-content, uniquify-separator)
1622 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
1623 * w32-vars.el (w32-fixed-font-alist):
1624 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
1625 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
1626 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
1627 * progmodes/perl-mode.el (perl-indent-level)
1628 (perl-continued-statement-offset, perl-continued-brace-offset)
1629 (perl-brace-offset, perl-brace-imaginary-offset)
1630 (perl-label-offset, perl-indent-continued-arguments)
1631 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
1632 * progmodes/tcl.el (tcl-indent-level)
1633 (tcl-continued-indent-level, tcl-auto-newline)
1634 (tcl-tab-always-indent, tcl-electric-hash-style)
1635 (tcl-help-directory-list, tcl-use-smart-word-finder)
1636 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
1637 (inferior-tcl-source-command):
1638 * textmodes/fill.el (enable-kinsoku):
1639 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
1640 * textmodes/table.el (table-yank-handler):
1641 Specify missing group (and type, if simple) in defcustom.
1642
1643 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
1644
1645 * progmodes/compile.el (compilation-finish-function): Fix defvar.
1646
1647 2005-05-19 Richard M. Stallman <rms@gnu.org>
1648
1649 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
1650
1651 * subr.el (event-basic-type): Don't get an error.
1652 (left-fringe-p): Function deleted.
1653
1654 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
1655 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
1656
1657 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
1658 in recursive copy.
1659
1660 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
1661
1662 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
1663
1664 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
1665 Call byte-compile-nogroup-warn if appropriate.
1666
1667 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
1668 (compilation-set-window): Don't call left-fringe-p; do it directly.
1669
1670 2005-05-19 Jay Belanger <belanger@truman.edu>
1671
1672 * calc/calc-graph.el (calc-graph-format-data): Make sure
1673 var-PlotRejects is bound before trying to check its value.
1674
1675 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
1676
1677 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
1678 definition of this variable from reftex-global.el to reftex.el,
1679 because it is needed in the menu.
1680
1681 2005-05-19 Lute Kamstra <lute@gnu.org>
1682
1683 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
1684 years are fixed. Don't insert a space after a dash.
1685
1686 2005-05-19 Kim F. Storm <storm@cua.dk>
1687
1688 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
1689
1690 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
1691
1692 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
1693 strings, because (eq ... ?\\) is fairly frequent.
1694
1695 * progmodes/make-mode.el (makefile-add-this-line-targets):
1696 Simplify and integrate into `makefile-pickup-targets'.
1697 (makefile-add-this-line-macro): Simplify and integrate into
1698 `makefile-pickup-macros.
1699 (makefile-pickup-filenames-as-targets): Simplify.
1700 (makefile-previous-dependency, makefile-match-dependency):
1701 Don't stumble over `::'.
1702
1703 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
1704
1705 * subr.el (post-command-idle-hook, post-command-idle-delay):
1706 Remove obsoletion of post-command-idle-hook and
1707 post-command-idle-delay.
1708
1709 * faces.el (list-faces-display): Provide button when describe-face
1710 is called to take user back to the list of faces.
1711
1712 * help-fns.el (describe-variable): Remove hyperlinks in a
1713 variable's value as these are quite frequently inappropriate.
1714
1715 * follow.el (follow-submit-feedback, follow-mode):
1716 Remove references to post-command-idle-hook.
1717
1718 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
1719
1720 * progmodes/make-mode.el (makefile-previous-dependency)
1721 (makefile-match-dependency): Check for := (and in bsd mode also
1722 !=) to give a better result, even when font-lock is not on.
1723
1724 2005-05-18 Jay Belanger <belanger@truman.edu>
1725
1726 * calc/calc-help.el (calc-s-prefix-help):
1727 Add `calc-copy-special-constant' to help string.
1728
1729 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
1730
1731 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
1732
1733 2005-05-18 Jay Belanger <belanger@truman.edu>
1734
1735 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
1736 in linear factors are in proper order.
1737
1738 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
1739
1740 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
1741 Support for jurabib.
1742
1743 * textmodes/reftex.el (featurep): Define aliases for overlay
1744 commands, for XEmacs compatibility, and use these aliases in
1745 overlay initializations.
1746 (reftex-highlight): Use `reftex-move-overlay'.
1747 (reftex-unhighlight): Use `reftex-delete-overlay'.
1748 (reftex-uniq): Funktion removed. Use `reftex-uniquify' instead.
1749 (reftex-access-search-path): Use `reftex-uniquify' instead of
1750 `reftex-uniq'
1751
1752 * textmodes/reftex-sel.el (reftex-select-unmark):
1753 Overlay `before-string' property modification enables for Emacs as well.
1754 (reftex-select-item): Use `reftex-delete-overlay'.
1755 (reftex-select-mark): Use `reftex-make-overlay' and
1756 `reftex-overlay-put'.
1757 (reftex-select-unmark): Use `reftex-delete-overlay' and
1758 `reftex-overlay-put'.
1759
1760 2005-05-18 Lute Kamstra <lute@gnu.org>
1761
1762 * emacs-lisp/lisp.el (check-parens): Fix docstring.
1763
1764 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
1765
1766 * add-log.el (add-change-log-entry):
1767 * array.el (array-make-template, array-reconfigure-rows)
1768 (array-init-max-row, array-init-max-column)
1769 (array-init-columns-per-line, array-init-field-width):
1770 * replace.el (replace-match-maybe-edit, perform-replace):
1771 * textmodes/spell.el (spell-region):
1772 Replace `read-input' by `read-string'.
1773
1774 * forms.el (forms-mode):
1775 * finder.el (finder-compile-keywords):
1776 * shadowfile.el (shadow-read-files):
1777 Replace `eval-current-buffer' by `eval-buffer'.
1778
1779 * terminal.el (te-pass-through):
1780 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
1781 (ange-ftp-raw-send-cmd):
1782 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
1783 (send-process-next-char, telnet-initial-filter, telnet):
1784 Replace `send-string' by `process-send-string'.
1785
1786 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
1787 (prolog-consult-region): Replace `send-string' by
1788 `process-send-string'; replace `send-region' by `process-send-region'.
1789
1790 * progmodes/delphi.el (delphi-log-msg):
1791 Replace `set-window-dot' by `set-window-point'.
1792
1793 * subr.el (window-dot, set-window-dot, read-input, send-string)
1794 (send-region, show-buffer, eval-current-buffer):
1795 Make really obsolete, as the comment says.
1796
1797 2005-05-17 Kim F. Storm <storm@cua.dk>
1798
1799 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
1800 (cua--init-keymaps): Bind C-return instead of S-return to set
1801 rectangle mark.
1802
1803 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
1804 instead of S-return to toggle/clear rectangle mark.
1805
1806 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
1807
1808 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
1809 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
1810 Also fontify plain strings assigned to variables, mostly so that a
1811 colon has a face and is thus not taken as a dependency separator.
1812 (makefile-previous-dependency): Inline the new matcher, because it
1813 is too complex to work in both directions.
1814 (makefile-match-dependency): Eliminate `backward' arg (see above).
1815 Completely reimplemented so as to not sometimes go into an endless
1816 loop. It should also be more efficient, because first it only
1817 searches for `:', instead of applying the very complex regexp.
1818 (makefile-mode): Cancel `font-lock-support-mode', because blocks
1819 to be fontified in one piece can be too long for JIT.
1820 Makefiles are never *that* big.
1821
1822 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
1823
1824 * dired.el (dired-mode): Simplify.
1825
1826 2005-05-17 Lute Kamstra <lute@gnu.org>
1827
1828 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
1829 defcustom for the mode hook variable.
1830
1831 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
1832 Emacs Lisp Reference Manual.
1833
1834 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
1835
1836 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
1837 (evenp, list*):
1838 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
1839 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
1840
1841 * net/tramp-smb.el (tramp-smb-open-connection):
1842 Pass `tramp-chunksize' as fifth (required) argument.
1843
1844 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
1845
1846 * font-lock.el (lisp-font-lock-keywords-1):
1847 Set `font-lock-negation-char-face' for [^...] char group.
1848 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
1849
1850 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
1851 a var, and refine it to mask one more level of nested vars.
1852 (makefile-rule-action-regex): Turn it into a var, and refine it so
1853 it recognizes backslashed continuation lines as belonging to the
1854 same command.
1855 (makefile-macroassign-regex): Refine it so it recognizes
1856 backslashed continuation lines as belonging to the same command.
1857 (makefile-var-use-regex): Don't look at the next char, because it
1858 might be the same one to be skipped by the initial [^$], leading
1859 to an overlooked variable use.
1860 (makefile-make-font-lock-keywords): Remove two parameters, which
1861 are now variables that some of the modes set locally.
1862 Handle dependency and rule action matching through functions, because
1863 regexps alone match too often. Dependency matching now comes
1864 last, so it can check, whether a colon already matched something else.
1865 (makefile-mode): Inform that font-lock improves makefile parsing
1866 capabilities.
1867 (makefile-match-dependency, makefile-match-action): New functions.
1868
1869 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
1870
1871 * emacs-lisp/cl-extra.el (equalp): Doc fix.
1872
1873 * align.el (align-regexp):
1874 * ansi-color.el (ansi-color-get-face):
1875 * array.el (array-reconfigure-rows, array-init-max-row)
1876 (array-init-max-column, array-init-columns-per-line)
1877 (array-init-field-width):
1878 * dired-aux.el (dired-trample-file-versions):
1879 * dired-x.el (dired-mark-sexp):
1880 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
1881 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
1882 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
1883 * faces.el (face-read-integer):
1884 * files.el (backup-extract-version, insert-directory):
1885 * hexl.el (hexl-insert-decimal-char):
1886 * server.el (server-process-filter):
1887 * shell.el (shell-extract-num):
1888 * startup.el (command-line-1):
1889 * term.el (term-command-hook):
1890 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
1891 (time-stamp-do-number):
1892 * time.el (display-time-update):
1893 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
1894 (timezone-fix-time):
1895 * vms-patch.el (vms-suspend-resume-hook):
1896 * calendar/appt.el (appt-convert-time):
1897 * calendar/cal-bahai.el (mark-bahai-diary-entries):
1898 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
1899 * calendar/cal-islam.el (mark-islamic-diary-entries):
1900 * calendar/calendar.el (calendar-cursor-to-date)
1901 (calendar-star-date):
1902 * calendar/diary-lib.el (diary-attrtype-convert)
1903 (mark-diary-entries, diary-entry-time):
1904 * calendar/solar.el (solar-get-number):
1905 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
1906 * emacs-lisp/re-builder.el (reb-display-subexp):
1907 * emulation/edt.el (edt-set-scroll-margins):
1908 * emulation/tpu-extras.el (tpu-set-scroll-margins):
1909 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
1910 (vip-get-ex-count):
1911 * emulation/viper-ex.el (viper-get-ex-token)
1912 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
1913 * international/fontset.el (fontset-plain-name):
1914 * mail/feedmail.el (feedmail-look-at-queue-directory):
1915 * mail/mailalias.el (mail-get-names):
1916 * mail/rmail.el (rmail-convert-to-babyl-format):
1917 * mail/rmailsum.el (rmail-make-basic-summary-line)
1918 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
1919 (rmail-summary-goto-msg):
1920 * mail/smtpmail.el (smtpmail-read-response):
1921 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
1922 (ange-ftp-vms-add-file-entry):
1923 * play/gametree.el (gametree-looking-at-ply)
1924 (gametree-current-branch-score):
1925 * progmodes/ada-xref.el (ada-prj-find-prj-file)
1926 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
1927 * progmodes/cperl-mode.el (condition-case):
1928 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
1929 (ebrowse-set-member-buffer-column-width)
1930 (ebrowse-select-1st-to-9nth):
1931 * progmodes/etags.el (etags-snarf-tag):
1932 * progmodes/flymake.el (flymake-parse-line):
1933 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
1934 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
1935 (idlwave-shell-menu-def):
1936 * progmodes/ps-mode.el (ps-run-goto-error):
1937 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
1938 (vhdl-speedbar-contract-level):
1939 * term/mac-win.el (x-handle-numeric-switch):
1940 * term/sun-mouse.el (sun-get-frame-data):
1941 * term/w32-win.el (x-handle-numeric-switch):
1942 * term/x-win.el (x-handle-numeric-switch):
1943 * textmodes/ispell.el (ispell-parse-output):
1944 * textmodes/nroff-mode.el (nroff-outline-level):
1945 * textmodes/reftex-cite.el (reftex-bib-sort-year)
1946 (reftex-bib-sort-year-reverse, reftex-format-citation):
1947 * textmodes/reftex-parse.el (reftex-init-section-numbers)
1948 (reftex-section-number):
1949 * textmodes/texinfmt.el (texinfo-paragraphindent):
1950 Replace `string-to-int' by `string-to-number'.
1951
1952 * international/latexenc.el: Add page marker to force the "Local
1953 Variables:" string out of the last page.
1954
1955 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1956
1957 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
1958 tooltip-change-major-mode.
1959 (gud-tooltip-print-command): Remove case where gud-minor-mode
1960 is gdb ("--fullname").
1961 (gud-tooltip-tips): Turn GUD tooltips off for this case and
1962 explain to user.
1963
1964 2005-05-16 Jay Belanger <belanger@truman.edu>
1965
1966 * calc/calc-store.el (calc-copy-special-constant): New function.
1967
1968 * calc/calc-ext.el (calc-init-extensions): Add binding for
1969 `calc-copy-special-constant'.
1970
1971 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
1972 for the `calc-copy-special-constant' command.
1973
1974 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
1975
1976 * subr.el (left-fringe-p): New function.
1977
1978 * progmodes/compile.el (compilation-setup): Set local value of
1979 overlay-arrow-string to "" always.
1980 (compilation-set-window): Left fringe then don't scroll.
1981 No left fringe then no arrow and scroll message to top.
1982 (compilation-context-lines): Adjust doc string accordingly.
1983
1984 2005-05-16 Kim F. Storm <storm@cua.dk>
1985
1986 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
1987 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
1988 (ido-wide-find-dir-or-delete-dir): New command for M-d.
1989 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
1990 (ido-read-file-name): Handle commands with ido property value
1991 equal to find-file as reading a file name, to allow C-d to enter dired.
1992 (ibuffer-find-file): Add ido property with value find-file.
1993
1994 2005-05-15 Kim F. Storm <storm@cua.dk>
1995
1996 * subr.el (open-network-stream-nowait): Remove.
1997 (open-network-stream-server): Remove.
1998
1999 2005-05-15 Richard M. Stallman <rms@gnu.org>
2000
2001 * faces.el (describe-face): Output a definition link button.
2002
2003 * help-mode.el (help-face-def): New button type.
2004
2005 * emacs-lisp/copyright.el (copyright-fix-years):
2006 Match properly if the first year is 2-digit.
2007 Don't mess up the whitespace after the years by filling.
2008
2009 * dired-aux.el (dired-mark-confirm):
2010 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
2011
2012 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
2013 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
2014 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
2015
2016 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
2017 Set font-lock-comment-start-skip.
2018
2019 * font-lock.el (font-lock-comment-start-skip): New variable.
2020 (font-lock-comment-end-skip): New variable.
2021 (font-lock-fontify-syntactically-region): Use them if non-nil.
2022
2023 2005-05-15 Jay Belanger <belanger@truman.edu>
2024
2025 * calc/calc-store.el (calc-store-value): Return a string rather
2026 than display it as a message.
2027 Use calc-var-name for variable name.
2028 (calc-store-into): Add the result of calc-store-value to message.
2029 (calc-copy-variable): Add a message.
2030 (calc-store-exchange): Improve error messages.
2031 (calc-store-binary, calc-store-map): Don't reset the values of
2032 special constants.
2033
2034 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
2035
2036 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
2037 manual to docstring.
2038
2039 * files.el (hack-local-variables-confirm): Add STRING argument.
2040 Make the function handle non file visiting buffers correctly.
2041 (hack-local-variables-prop-line, hack-local-variables)
2042 (hack-one-local-variable): Use STRING arg of
2043 `hack-local-variables-confirm'.
2044
2045 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
2046
2047 Sync with Tramp 2.0.49.
2048
2049 * tramp.el (tramp-handle-dired-call-process)
2050 (tramp-handle-insert-directory):`insert-buffer' cannot be used
2051 because the contents of the Tramp buffer is changed before
2052 insertion (`expand-file' and alike).
2053 (tramp-handle-insert-directory): If `localname' has an empty
2054 nondirectory name, it must not be quoted.
2055 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
2056 variable `tramp-chunksize'. Change callees.
2057 (tramp-open-connection-setup-interactive-shell): Check remote host
2058 for buggy `send-process-string' implementation.
2059 Set `tramp-chunksize' if found. Reported by Michael Kifer
2060 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
2061 (tramp-handle-shell-command): `insert-buffer' cannot be used
2062 because the contents of the Tramp buffer is changed before
2063 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
2064 <frederic.bothamy@free.fr>.
2065 (tramp-set-auto-save): Actions should be done for Tramp file name
2066 handler only. Ange-FTP has its own auto-save mechanism.
2067 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
2068 (tramp-set-auto-save-file-modes): Set file modes of
2069 `buffer-auto-save-file-name' to ?\600 as fallback solution.
2070 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
2071 (tramp-bug): Remove obsolete variable.
2072 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
2073 for presence of `mml-mode'. Make it running for older Emacsen as well.
2074
2075 2005-05-14 John Paul Wallington <jpw@pobox.com>
2076
2077 * ibuf-ext.el (define-ibuffer-filter filename):
2078 If `dired-directory' is a list, use its car.
2079
2080 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
2081
2082 * ibuffer.el (define-ibuffer-column filename):
2083 If `dired-directory' is a list, use its car.
2084
2085 2005-05-14 Richard M. Stallman <rms@gnu.org>
2086
2087 * subr.el (symbol-file): Doc fix.
2088
2089 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
2090 (byte-compile-form): Call byte-compile-nogroup-warn.
2091 (byte-compile-warning-types): Doc fix.
2092
2093 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
2094
2095 * progmodes/cc-engine.el (c-literal-faces):
2096 Add font-lock-comment-delimiter-face.
2097
2098 * net/net-utils.el (dig): Use with-no-warnings.
2099
2100 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
2101 (sc-recite-frame-alist, sc-default-cite-frame)
2102 (sc-default-uncite-frame, sc-default-recite-frame)
2103 (sc-attrib-selection-list, sc-rewrite-header-list):
2104 Mark as risky-local-variable.
2105
2106 * international/ogonek.el (ogonek-jak, ogonek-how):
2107 Don't use beginning-of-buffer.
2108
2109 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
2110
2111 * calendar/solar.el (solar-data-list): Move definition up.
2112
2113 * dnd.el (dnd-protocol-alist): Add autoload.
2114
2115 * progmodes/sh-script.el: Many doc usage fixes.
2116 (sh-indent-after-do): Change default to match common styles.
2117
2118 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
2119
2120 * files.el (interpreter-mode-alist)
2121 (auto-mode-interpreter-regexp): Doc fixes.
2122
2123 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
2124
2125 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
2126
2127 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
2128
2129 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
2130
2131 * dired.el (dired-mode): make-variable-buffer-local =>
2132 make-local-variable.
2133
2134 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2135
2136 * term/mac-win.el (mac-select-convert-to-string): Try coding
2137 systems in mac-script-code-coding-systems if specified one cannot
2138 encode string for `com.apple.traditional-mac-plain-text'.
2139
2140 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
2141
2142 * progmodes/make-mode.el (makefile-targets-face)
2143 (makefile-shell-face, makefile-makepp-perl-face): New faces.
2144 (makefile-dependency-regex): Fix it to not make the colon in
2145 $(var:a=b) special.
2146 (makefile-rule-action-regex): New regexp for highlighting embedded
2147 Shell strings.
2148 (makefile-macroassign-regex): Handle != for highlighting as
2149 embedded Shell strings.
2150 (makefile-var-use-regex): New const.
2151 (makefile-statements, makefile-automake-statements)
2152 (makefile-gmake-statements, makefile-makepp-statements)
2153 (makefile-bsdmake-statements): New consts.
2154 (makefile-make-font-lock-keywords): New function.
2155 (makefile-automake-font-lock-keywords)
2156 (makefile-gmake-font-lock-keywords)
2157 (makefile-makepp-font-lock-keywords)
2158 (makefile-bsdmake-font-lock-keywords): New consts.
2159 (makefile-mode-map): Add switchers between the various submodes.
2160 (makefile-mode): Document the availability of the variants.
2161 (makefile-automake-mode, makefile-gmake-mode)
2162 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
2163
2164 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
2165 new variants of makefile-mode.
2166
2167 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2168
2169 * font-lock.el (font-lock-comment-delimiter-face): Fix up
2170 the inheritance.
2171
2172 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
2173
2174 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
2175 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
2176
2177 * files.el (normal-mode): Extend the scope of the
2178 `enable-local-variables' binding to include the `set-auto-mode' call.
2179 (magic-mode-alist): Doc fix.
2180
2181 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
2184 font-lock-comment-face rather than copying its setting.
2185
2186 2005-05-12 Andreas Schwab <schwab@suse.de>
2187
2188 * eshell/esh-mode.el (eshell-send-input): Doc fix.
2189
2190 2005-05-12 Lute Kamstra <lute@gnu.org>
2191
2192 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
2193 defcustom for the mode hook variable. Delete the last argument.
2194 * generic-x.el: Fix callers of define-generic-mode.
2195 (generic-x-modes): Delete group.
2196 (show-tabs-tab-face, show-tabs-space-face): Put them in the
2197 generic-x customization group.
2198
2199 2005-05-12 Kim F. Storm <storm@cua.dk>
2200
2201 * font-lock.el (font-lock-negation-char-face): Default to "off".
2202
2203 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
2204 font-lock-negation-char-face to ! in !=.
2205
2206 2005-05-12 Masatake YAMATO <jet@gyve.org>
2207
2208 * add-log.el (find-change-log): Fix typos in the docstring
2209 of function.
2210
2211 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2212
2213 * international/latexenc.el (latexenc-find-file-coding-system):
2214 Avoid `re-search-forward' when looking for input encoding because
2215 of speed and safety. Better regular expressions for recognizing
2216 input encoding. Limit a search for TeX-master/tex-main-file to
2217 the local variable section.
2218
2219 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
2220
2221 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
2222 syntax of $ to "'" (quote).
2223
2224 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
2225
2226 * dnd.el (dnd-protocol-alist): Improve custom type.
2227
2228 * dired.el (dired-dnd-protocol-alist): New variable.
2229 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
2230 `dired-mode-hook' to the end.
2231
2232 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2233
2234 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
2235 comment-end if comment-start-skip is not set.
2236 Obey the font-lock-comment-delimiter-face variables.
2237
2238 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
2239
2240 * files.el (executable-find): Move from executable.el. Use locate-file.
2241 * progmodes/executable.el (executable-find): Move to files.el.
2242
2243 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
2244 when trying to ensure forward progress.
2245
2246 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
2247
2248 * mouse-sel.el (mouse-sel-follow-link-p): New function.
2249 (mouse-select, mouse-select-internal, mouse-extend-internal):
2250 Use it to implement mouse-1-click-follows-link functionality.
2251
2252 2005-05-11 Richard M. Stallman <rms@gnu.org>
2253
2254 * font-lock.el (font-lock-fontify-syntactically-region):
2255 Use font-lock-comment-delimiter-face for comment delimiters.
2256
2257 2005-05-10 Jay Belanger <belanger@truman.edu>
2258
2259 * calc/calc-help.el (calc-m-prefix-help): Add mention of
2260 preserving embedded modes.
2261
2262 2005-05-10 Richard M. Stallman <rms@gnu.org>
2263
2264 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
2265
2266 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
2267 Move from ada-stmt.el.
2268 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
2269
2270 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
2271 Move to ada-mode.el.
2272 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
2273
2274 * cus-edit.el (custom-file): Call file-chase-links.
2275
2276 * files.el (read-directory-name): Fix previous change.
2277 (hack-local-variables-confirm): New function.
2278 (hack-local-variables-prop-line, hack-local-variables)
2279 (hack-one-local-variable): Use it.
2280
2281 2005-05-10 Lute Kamstra <lute@gnu.org>
2282
2283 * font-lock.el (font-lock-keywords-alist)
2284 (font-lock-removed-keywords-alist): Clarify docstrings.
2285
2286 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
2287
2288 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
2289 (gdb-source-info): Check for preprocessor info.
2290 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
2291 a macro for a function.
2292 (gdb-info-breakpoints-custom): Try to find file again if not already
2293 found (user might have used GDB dir command).
2294 (gdb-get-location): Update gdb-location-alist correctly for change
2295 to gdb-info-breakpoints-custom.
2296
2297 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
2298 (gud-tooltip-print-command): Add gdbmi case.
2299 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
2300 preprocessor info.
2301
2302 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
2303
2304 * startup.el (fancy-splash-insert): Fix typo in doc string.
2305
2306 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
2307
2308 * obsolete/float.el (string-to-float):
2309 * obsolete/hilit19.el (hilit-add-pattern):
2310 * obsolete/rnews.el (news-parse-range, news-select-message)
2311 (news-get-pruned-list-of-files): Replace `string-to-int' by
2312 `string-to-number'.
2313
2314 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
2315 `find-file-not-found-hooks'; use `add-hook'.
2316 (uncompress-while-visiting): Set `write-file-functions', not
2317 `write-file-hooks'; use `add-hook'.
2318
2319 2005-05-09 Kim F. Storm <storm@cua.dk>
2320
2321 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
2322 (cua-paste): Handle clipboard action.
2323 (cua--init-keymaps): Remap clipboard-kill-region and
2324 clipboard-kill-ring-save.
2325
2326 2005-05-08 Eli Zaretskii <eliz@gnu.org>
2327
2328 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2329 Improve commentary.
2330
2331 * simple.el (next-error-overlay-arrow-position): Revert the change
2332 made on 2005-04-30.
2333
2334 2005-05-07 Jay Belanger <belanger@truman.edu>
2335
2336 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
2337 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
2338 `calc-sel-reselect'.
2339
2340 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
2341 Calc is in embedded mode.
2342
2343 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2344
2345 * progmodes/compile.el (compilation-setup):
2346 Set overlay-arrow-string to an empty string on text terminals.
2347
2348 * textmodes/ispell.el (ispell-program-name): Try looking for
2349 "aspell" along exec-path, and if found, use it as the default
2350 speller program.
2351
2352 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
2353
2354 * international/mule.el (sgml-xml-auto-coding-function):
2355 Recognize encoding='FOO' in single quotes as well as in double quotes.
2356
2357 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
2358
2359 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
2360 as well as `interactive', so that defmacro* would recognize
2361 `declare' forms.
2362
2363 2005-05-07 Eli Zaretskii <eliz@gnu.org>
2364
2365 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
2366 Explain more about the LIGHTER arg's usage in the doc string.
2367 Add commentary to clarify what the code does. Fix the regexp that
2368 strips whitespace from LIGHTER. Quote LIGHTER before using it,
2369 since it could have characters special to regular expressions.
2370
2371 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
2372
2373 * replace.el (occur-1): Bind inhibit-read-only so that
2374 erase-buffer doesn't barf on read-only text properties (likewise
2375 for add-text-properties in occur-engine). Mark buffer as unmodified.
2376 (occur-engine): Don't set buffer-read-only here.
2377
2378 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2379
2380 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
2381 list-buffers-directory. This caused the *cvs-commit* buffer to be
2382 sometimes mistakenly reused as a *cvs* buffer.
2383
2384 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
2385
2386 * tooltip.el: Move code for GUD tooltips into gud.el.
2387 (require): CL no longer needed to compile case.
2388 (tooltip-mode): Do not toggle functions for GUD tooltips.
2389 (tooltip-gud-tips-p): Remove. Replace with minor mode
2390 gud-tooltip-mode in gud.el.
2391 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
2392 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
2393 tooltip-gud prefix with gud-tooltip and obsolete.
2394 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
2395 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
2396 (tooltip-mouse-motion): Mouse movement functions/variable.
2397 Rename in gud.el by adding gud prefix.
2398 (tooltip-gud-original-filter, tooltip-gud-dereference)
2399 (tooltip-gud-event, tooltip-toggle-gud-tips)
2400 (tooltip-gud-process-output, tooltip-gud-print-command)
2401 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
2402 gud.el by replacing tooltip-gud prefix with gud-tooltip.
2403 (gdb-tooltip-print): Move to gdb-ui.el.
2404
2405 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
2406 (require): CL needed to compile case.
2407 (gud-tooltip-mode): Use to toggle GUD tooltips unstead of
2408 tooltip-gud-tips-p. Make it a minor-mode.
2409 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
2410 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
2411 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
2412 (gud-tooltip-change-major-mode)
2413 (gud-tooltip-activate-mouse-motions-if-enabled)
2414 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
2415 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
2416 (gud-tooltip-original-filter, gud-tooltip-dereference)
2417 (gud-tooltip-event, tooltip-toggle-gud-tips)
2418 (gud-tooltip-process-output, gud-tooltip-print-command)
2419 (gud-tooltip-tips): Move from tooltip.el.
2420
2421 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
2422 (gdb-cpp-define-alist-flags): Doc fix.
2423 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
2424 gud-tooltip-mode is t.
2425
2426 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
2427
2428 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
2429 evaporate if their text is deleted.
2430 (goto-address-at-point): Make it work as a mouse binding as well.
2431 (goto-address-at-mouse): Obsolete it. Update users.
2432
2433 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
2434
2435 * calendar/appt.el (top-level): No longer activate on load.
2436
2437 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
2438
2439 * calendar/cal-bahai.el (mark-bahai-diary-entries):
2440 * net/webjump.el (webjump):
2441 * progmodes/idlw-help.el (idlwave-do-context-help1)
2442 (idlwave-highlight-linked-completions):
2443 * textmodes/po.el (po-find-file-coding-system-guts):
2444 Replace `assoc-ignore-case' by `assoc-string'.
2445
2446 2005-05-06 Eli Zaretskii <eliz@gnu.org>
2447
2448 * files.el (locate-file): Doc fix.
2449
2450 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
2451 Remove the redundant test for ms-dos.
2452
2453 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
2454 look for the preprocessor with exec-suffixes. If not found in
2455 standard places, look in exec-path. Remove most of the tests that
2456 used system-type.
2457
2458 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
2459
2460 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
2461
2462 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
2463 file-name clash with jka-compr.el on 8+3 filesystems.
2464
2465 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2466
2467 * term/mac-win.el: Don't define or bind scroll bar functions if
2468 x-toolkit-scroll-bars is t.
2469 (x-select-text, x-get-selection-value):
2470 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
2471 (PRIMARY): Put mac-scrap-name property.
2472 (mac-select-convert-to-file-url): New function.
2473 (public.file-url): New selection target type. Add to
2474 selection-converter-alist.
2475 (x-get-selection, x-selection-value): Handle it.
2476 (x-cut-buffer-or-selection-value): New alias.
2477
2478 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2479
2480 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
2481 entry to avoid calling bibtex-find-entry with arg global
2482 being t. Remove arg key.
2483 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
2484 (bibtex-copy-summary-as-kill): Change accordingly.
2485
2486 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
2487
2488 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
2489 (org-agenda-date-later): Use with-current-buffer.
2490
2491 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
2492
2493 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
2494 (define-obsolete-variable-alias): Doc Fixes.
2495
2496 2005-05-06 Kim F. Storm <storm@cua.dk>
2497
2498 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
2499 vertical-motion when selective-display is active.
2500
2501 * ido.el (ido-setup-hook): New hook.
2502 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
2503 (ido-input-stack): New var.
2504 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
2505 ido-next-work-file binding to M-O.
2506 Bind M-f to ido-wide-find-file-or-pop-dir.
2507 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
2508 (ido-read-internal): Run ido-setup-hook.
2509 Catch quit in read-file-name and read-string to cancel edit.
2510 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
2511 Automatically pop-all when completing a directory name (RET).
2512 (ido-file-internal): Add with-no-warnings around ffap and dired code.
2513 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
2514 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
2515 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
2516 New functions for M-b/M-f to move among the directory components.
2517 (ido-make-merged-file-list): Catch quit to cancel merge.
2518 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
2519 (ido-completion-help): No warnings for ido-completion-buffer-full.
2520
2521 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
2522
2523 * font-lock.el (font-lock-negation-char-face): New face and variable.
2524 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
2525 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
2526 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
2527 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
2528
2529 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
2530
2531 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
2532 Fix typo in docstring.
2533
2534 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
2535 (ebrowse-print-statistics-line)
2536 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
2537
2538 * term/w32-win.el (image-library-alist): Add additional name for
2539 Xpm library.
2540
2541 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
2542
2543 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
2544 use gcc instead of cpp.
2545
2546 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
2547 (gdb-create-define-alist): Use it.
2548 (gdb-cpp-define-alist-program): Update for MS-DOS.
2549
2550 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
2551
2552 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OSX.
2553
2554 2005-05-04 Richard M. Stallman <rms@gnu.org>
2555
2556 * help.el (describe-key): No error when UNTRANSLATED is nil.
2557
2558 * simple.el (line-move-1): Fix previous change to signal errors
2559 appropriately.
2560
2561 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
2562
2563 * calendar/icalendar.el (icalendar-version): Now at 0.12.
2564 (icalendar-duration-correction): Remove.
2565 (icalendar--get-event-properties): Split result at commas.
2566 (icalendar--decode-isoduration): New optional argument
2567 DURATION-CORRECTION.
2568 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
2569 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
2570 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
2571 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
2572 (icalendar--convert-anniversary-to-ical): New functions, extracted
2573 from icalendar-export-region, with bug fixes.
2574 (icalendar-export-region): Use the above functions.
2575 (icalendar-import-buffer): Check before saving diary file.
2576 (icalendar--convert-recurring-to-diary)
2577 (icalendar--convert-non-recurring-all-day-to-diary)
2578 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
2579 extracted from icalendar--convert-ical-to-diary, with bug fixes.
2580 (icalendar--convert-ical-to-diary): Use the above functions.
2581
2582 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
2583
2584 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
2585 Remove these recent additions.
2586 (c-mode): Restore to before 2005-04-28.
2587
2588 * progmodes/cc-vars.el (cc-define-list-program): Remove this
2589 recent addition.
2590
2591 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
2592 (gdb-define-alist): New variables.
2593 (gdb-create-define-alist): New function.
2594 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
2595 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
2596 with string-to-number.
2597 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
2598
2599 * progmodes/gud.el: Replace string-to-int with string-to-number.
2600 (gud-find-file): Handle gdb-define-alist.
2601
2602 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
2603
2604 2005-05-02 Jay Belanger <belanger@truman.edu>
2605
2606 * calc/calc-aent.el (math-read-token):
2607 * calc/calc-bin.el (calc-word-size):
2608 * calc/calc-ext.el (calc-read-number-fancy):
2609 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
2610 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
2611 * calc/calc-frac.el (calc-over-notation):
2612 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
2613 (calc-graph-num-points, calc-graph-init):
2614 * calc/calc-prog.el (calc-read-parse-table-part)
2615 (calc-edit-macro-repeats):
2616 * calc/calc-yank.el (calc-do-grab-rectangle):
2617 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
2618 Replace `string-to-int' by `string-to-number'.
2619
2620 2005-05-02 Kim F. Storm <storm@cua.dk>
2621
2622 * kmacro.el: Use executing-kbd-macro-index variable.
2623
2624 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
2625
2626 * net/rlogin.el (rlogin-parse-words): Delete func.
2627 (rlogin): Use split-string, not rlogin-parse-words.
2628 Also, if there are option-like elements in the parsed args,
2629 take the host to be the first arg immediately following them.
2630 Suggested by Michael Mauger.
2631
2632 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2633
2634 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
2635
2636 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2637
2638 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
2639 (cc-mode-cpp-program): Rename to cc-define-list-program and
2640 move to cc-vars.el.
2641
2642 * progmodes/cc-vars.el (cc-define-list-program):
2643 Change to "gcc -E -dM -". Make customizable.
2644
2645 2005-05-02 Kim F. Storm <storm@cua.dk>
2646
2647 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
2648
2649 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
2650
2651 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
2652
2653 * international/mule-util.el (truncate-string): Remove alias and
2654 obsolete declaration.
2655
2656 * international/mule-cmds.el (update-iso-coding-systems):
2657 Remove alias and obsolete declaration.
2658
2659 * international/mule.el (coding-system-parent): Remove alias and
2660 obsolete declaration.
2661
2662 * subr.el (define-function, sref): Remove aliases and obsolete
2663 declarations.
2664 (chars-in-region): Remove obsolete declaration.
2665
2666 2005-05-01 Richard M. Stallman <rms@gnu.org>
2667
2668 * info.el (Info-mode): Set widen-automatically to nil, locally.
2669
2670 * simple.el (widen-automatically): New variable.
2671 (pop-global-mark): Obey widen-automatically.
2672
2673 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
2674
2675 * term/xterm.el (function-key-map): Call substitute-key-definition
2676 before the keymap size is increased by a lot of define-key calls.
2677
2678 2005-05-01 Richard M. Stallman <rms@gnu.org>
2679
2680 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
2681 Rename ARG to ELEMENT. Doc fix.
2682
2683 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2684
2685 * allout.el (allout-exposure): Remove macro and obsolete declaration.
2686 Remove references to allout-exposure/change to allout-new-exposure.
2687
2688 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
2689 bytecode symbols.
2690
2691 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
2692 (compiled-function-p, focus-frame, unfocus-frame):
2693 Remove aliases and obsolete declarations.
2694 Back out inadvertent changes from previous commit.
2695
2696 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
2697
2698 * files.el (require-final-newline): Make Custom tags consistent
2699 with mode-require-final-newline.
2700 (mode-require-final-newline): Doc fix.
2701
2702 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
2703
2704 * international/latexenc.el (latexenc-find-file-coding-system):
2705 Fix regular expressions.
2706
2707 2005-05-01 David Kastrup <dak@gnu.org>
2708
2709 * international/latexenc.el (latexenc-find-file-coding-system):
2710 Fix regular expressions.
2711
2712 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
2713
2714 * subr.el (string-to-int): Make obsolete.
2715
2716 2005-04-30 Richard M. Stallman <rms@gnu.org>
2717
2718 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
2719
2720 * loadup.el: load jka-comp-hook.
2721
2722 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
2723 (jka-compr-handler): Add autoload. `put' calls moved
2724 to jka-comp-hook.el.
2725 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
2726 (jka-compr-inhibit): Autoload.
2727
2728 * jka-comp-hook.el: New file.
2729 Enable the mode by default.
2730
2731 * files.el (backup-buffer-copy): Use copy-file instead
2732 of write-region, and put back the 'excl.
2733
2734 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
2735
2736 * progmodes/flymake.el (flymake-split-string)
2737 (flymake-split-string, flymake-log, flymake-pid-to-names)
2738 (flymake-reg-names, flymake-get-source-buffer-name)
2739 (flymake-unreg-names, flymake-add-line-err-info)
2740 (flymake-add-err-info): Clarify docstrings.
2741 (flymake-popup-menu, flymake-make-emacs-menu)
2742 (flymake-make-xemacs-menu): Add docstrings.
2743 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
2744 Set variables directly throughout.
2745
2746 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
2747
2748 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
2749 exists. Initialise cc-define-alist.
2750 (c-mode): Add cc-create-define-alist locally to after-save-hook.
2751 If there is no file (Macroexpansion) don't create an alist.
2752
2753 2005-04-29 Sam Steingold <sds@gnu.org>
2754
2755 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
2756 (cc-create-define-alist): Use it instead of the hard-coded string.
2757
2758 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
2759
2760 * international/mule-conf.el (file-coding-system-alist): Fix regexp
2761 for latexenc.
2762
2763 2005-04-29 Lute Kamstra <lute@gnu.org>
2764
2765 * emacs-lisp/generic.el: Improve commentary section.
2766 (define-generic-mode): Improve docstring.
2767
2768 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
2769
2770 * textmodes/org.el (many places): Change to quiet the byte compiler.
2771 (org-prefix-format-compiled): New variable.
2772 (org-compile-prefix-format): New function.
2773 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
2774 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
2775 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
2776 (org-get-entries-from-diary): Use `org-get-time-of-day' for
2777 consistency with entries from `org-mode' files.
2778 (org-get-time-of-day): Fix bug with partial matches early in a line.
2779 (org-non-link-chars): New constant.
2780 (org-link-regexp): Respect `org-non-link-chars'.
2781 (org-agenda-day-view): Remove command.
2782 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
2783 (org-follow-bbdb-link, org-store-link): Search also company field.
2784 (org-highlight-overlay): New variable.
2785 (org-highlight, org-unhighlight): New functions.
2786 (org-agenda-mode): Add pre-command-hook to remove highlight.
2787 (org-evaluate-time-range): Behavior depends upon whether time stamp
2788 contains a time or not.
2789 (org-show-subtree, org-show-entry): New functions.
2790 (org-agenda-cleanup-fancy-diary): Remove empty lines.
2791
2792 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
2793
2794 * comint.el (comint-output-filter-functions): Add autoload cookie.
2795
2796 2005-04-28 Kim F. Storm <storm@cua.dk>
2797
2798 * ido.el (ido-everywhere): Fix last change.
2799
2800 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
2801
2802 * international/latexenc.el: New file.
2803 * international/mule-conf.el (file-coding-system-alist): For .tex,
2804 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
2805
2806 2005-04-28 Lute Kamstra <lute@gnu.org>
2807
2808 * font-lock.el (font-lock-add-keywords)
2809 (font-lock-remove-keywords): Clarify docstring.
2810 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
2811 Don't start docstrings with a `*'.
2812 (font-lock-update-removed-keyword-alist): Give it a docstring.
2813
2814 * generic-x.el: Update commentary section.
2815 Only require font-lock when compiling.
2816 Define all modes conditionally.
2817 Place all generic modes in the generic-x-modes customization group.
2818 (generic-x-modes): New customization group.
2819 (generic-default-modes, generic-mswindows-modes)
2820 (generic-unix-modes, generic-other-modes): New constants.
2821 (generic-define-mswindows-modes, generic-define-unix-modes):
2822 Update docstrings. Make them obsolete.
2823 (generic-extras-enable-list): New default value. Update docstring.
2824 Improve :type. Change :set function.
2825 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
2826 Fix docstring.
2827
2828 * emacs-lisp/generic.el (generic-mode-internal):
2829 Simplify font-lock-defaults.
2830 (define-generic-mode): Fix docstring.
2831
2832 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
2833
2834 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
2835 font-lock-face property to highlight matches.
2836
2837 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
2838
2839 * progmodes/cc-mode.el (cc-create-define-alist): New function.
2840 (cc-define-alist): New variable.
2841 (c-mode): Make it local and initialise it.
2842
2843 * progmodes/gdb-ui.el (gdb-active-process): New variable.
2844 (gdb-exited): New function.
2845 (gdb-annotation-rules): Use it.
2846 (gdb-starting): Set gdb-active-process to t.
2847 (gdb-stopping): Amend doc string.
2848 (gdb-reset): Set gdb-active-process to nil.
2849
2850 * tooltip.el (tooltip-gud-tips): Show the associated #define
2851 directives when a C program under GDB is not executing.
2852
2853 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
2854
2855 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
2856 font-lock-fontify-syntactic-keywords.
2857
2858 * font-lock.el (font-lock-default-fontify-region): Don't force
2859 parse-sexp-lookup-properties to nil.
2860
2861 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
2862
2863 * man.el (man-mode-syntax-table): Set up `:' to have
2864 word-constituent syntax.
2865
2866 2005-04-27 Lute Kamstra <lute@gnu.org>
2867
2868 * novice.el (disable-command): Don't add spurious newlines to the
2869 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
2870
2871 2005-04-26 Jay Belanger <belanger@truman.edu>
2872
2873 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
2874 than one window before deleting window.
2875
2876 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
2877
2878 * shell.el (shell-prompt-pattern): Doc fix.
2879 (shell-mode): Set paragraph-separate buffer locally to "\\'".
2880
2881 * comint.el (comint-prompt-regexp, comint-get-old-input)
2882 (comint-use-prompt-regexp)
2883 (comint-use-prompt-regexp-instead-of-fields)
2884 (comint-replace-by-expanded-history, comint-send-input)
2885 (comint-output-filter, comint-get-old-input-default)
2886 (comint-line-beginning-position, comint-bol, comint-show-output)
2887 (comint-backward-matching-input, comint-forward-matching-input)
2888 (comint-next-prompt, comint-previous-prompt):
2889 Rename `comint-use-prompt-regexp-instead-of-fields' to
2890 `comint-use-prompt-regexp'. Keep old name as alias and declare
2891 obsolete.
2892 (comint-use-prompt-regexp): Shorten first line of doc string.
2893
2894 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
2895 Set paragraph-separate buffer locally to "\\'".
2896
2897 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
2898 Adapt to above name change.
2899
2900 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
2901 (smbclient-prompt-regexp): Ditto.
2902
2903 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
2904
2905 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
2906
2907 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
2908 gdb-location-list.
2909 Break lines that are over 80 characters wide.
2910
2911 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
2912
2913 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
2914 New fun and var, to preserve compatibility.
2915
2916 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
2917
2918 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
2919
2920 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
2921 name to file-newer-than-file-p.
2922
2923 2005-04-26 Richard M. Stallman <rms@gnu.org>
2924
2925 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
2926
2927 * progmodes/python.el (python-mode):
2928 Use new name eldoc-documentation-function.
2929
2930 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
2931
2932 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
2933 (eldoc-documentation-function):
2934 Rename from eldoc-print-current-symbol-info-function. Calls changed.
2935
2936 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
2937
2938 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
2939
2940 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2941
2942 * term/xterm.el (function-key-map): Fix strings for
2943 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
2944 {C,S,A,C-S}-{f1-f12}.
2945
2946 2005-04-26 Kenichi Handa <handa@m17n.org>
2947
2948 * international/mule-cmds.el (select-safe-coding-system):
2949 Fix previous change.
2950
2951 2005-04-26 Lute Kamstra <lute@gnu.org>
2952
2953 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
2954
2955 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
2956 (font-lock-comment-delimiter-face): Ditto.
2957
2958 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
2959
2960 2005-04-25 Jay Belanger <belanger@truman.edu>
2961
2962 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
2963 to t while inserting information; use help-mode.
2964
2965 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
2966
2967 * term.el (ansi-term-color-vector): Use the xterm colors.
2968 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
2969
2970 2005-04-25 Lute Kamstra <lute@gnu.org>
2971
2972 * font-core.el (font-lock-defaults): Fix docstring.
2973
2974 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
2975
2976 2005-04-25 Kenichi Handa <handa@m17n.org>
2977
2978 * international/mule-cmds.el (select-safe-coding-system):
2979 Don't check consistency with coding: spec, etc if raw-text or
2980 no-conversion was found to be safe.
2981
2982 2005-04-24 Richard M. Stallman <rms@gnu.org>
2983
2984 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
2985 citation markers at start of each line.
2986
2987 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
2988 citation markers at start of each line.
2989
2990 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
2991
2992 * files.el (mode-require-final-newline): Fix previous change.
2993 (require-final-newline): Fix type label.
2994
2995 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
2996
2997 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
2998 statement in buffer (broken by 2004-11-24 change).
2999
3000 2005-04-24 Kim F. Storm <storm@cua.dk>
3001
3002 * ido.el (ido-everywhere): Save and restore old read-buffer-function
3003 and read-file-name-function values. Don't overwrite existing
3004 non-nil values if ido-mode is enabled without ido-everywhere.
3005
3006 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
3007
3008 * files.el (mode-require-final-newline): Minor doc fix.
3009
3010 2005-04-24 Eli Zaretskii <eliz@gnu.org>
3011
3012 * subr.el (syntax-after): Doc fix.
3013 (syntax-class): If argument is nil, return nil. Mask off upper 16
3014 bits, not 8 bits.
3015
3016 * files.el (mode-require-final-newline): Doc fix.
3017 (backup-buffer-copy): Fix last change.
3018
3019 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3020
3021 * term/mac-win.el: Require select. Set selection-coding-system to
3022 mac-system-coding-system. Call menu-bar-enable-clipboard.
3023 (x-last-selected-text-clipboard, x-last-selected-text-primary)
3024 (x-select-enable-clipboard): New variables.
3025 (x-select-text, x-get-selection, x-selection-value)
3026 (x-get-selection-value, mac-select-convert-to-string)
3027 (mac-services-open-file, mac-services-open-selection)
3028 (mac-services-insert-text): New functions.
3029 (CLIPBOARD, FIND): Put mac-scrap-name property.
3030 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
3031 (public.tiff): Put mac-ostype property.
3032 (selection-converter-alist): Add entries for them.
3033 (mac-application-menu-map): New keymap.
3034 (interprogram-cut-function, interprogram-paste-function): Set to
3035 x-select-text and x-get-selection-value, respectively.
3036 (split-window-keep-point): Set to t.
3037
3038 2005-04-23 Richard M. Stallman <rms@gnu.org>
3039
3040 * files.el (read-directory-name): Always pass non-nil
3041 DEFAULT-FILENAME arg to read-file-name.
3042 (backup-buffer-copy, basic-save-buffer-2): Take care against
3043 writing thru an unexpected existing symlink.
3044 (revert-buffer): In indirect buffer, revert the base buffer.
3045 (magic-mode-alist): Doc fix.
3046 (buffer-stale-function): Doc fix.
3047 (minibuffer-with-setup-hook): Avoid warning.
3048 (mode-require-final-newline): Doc and custom fix.
3049
3050 * follow.el (follow-end-of-buffer): Use with-no-warnings.
3051
3052 * font-lock.el (font-lock-comment-face): On terminals with few colors,
3053 use the default appearance.
3054 (font-lock-comment-delimiter-face): New face, new variable.
3055
3056 * imenu.el (imenu--generic-function): The official position of a
3057 definition is the start of the line that BEG is in.
3058
3059 * midnight.el (midnight-timer): Move defvar up.
3060
3061 * mouse.el (mouse-drag-region-1): Delete some debugging code.
3062
3063 * saveplace.el (save-place-to-alist): Use with-no-warnings.
3064
3065 * startup.el (command-line): Use with-no-warnings.
3066
3067 * window.el (window-size-fixed): New defvar.
3068
3069 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
3070
3071 * mail/rmail.el (rmail-font-lock-keywords):
3072 Use font-lock-comment-delimiter-face.
3073
3074 * mail/sendmail.el (mail-font-lock-keywords):
3075 Use font-lock-comment-delimiter-face.
3076
3077 * progmodes/compile.el (next-error-highlight-timer): New defvar.
3078
3079 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
3080
3081 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3082 Specify t for LAXMATCH when matching directories.
3083 Save match data around compilation-compat-error-properties form.
3084
3085 2005-04-23 David Kastrup <dak@gnu.org>
3086
3087 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
3088 Mention that the autoloaded aliases should be kept for AUCTeX.
3089
3090 2005-04-23 Andreas Schwab <schwab@suse.de>
3091
3092 * isearch.el (isearch-forward): Doc fix.
3093
3094 2005-04-23 Eli Zaretskii <eliz@gnu.org>
3095
3096 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
3097 (jit-lock-stealth-nice): Change default value to 0.5.
3098
3099 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
3100
3101 * abbrev.el (write-abbrev-file): Write table entries in
3102 alphabetical order by table name.
3103
3104 2005-04-22 Kim F. Storm <storm@cua.dk>
3105
3106 * ido.el (ido-read-internal): Fix `list' completion.
3107
3108 2005-04-22 Kenichi Handa <handa@m17n.org>
3109
3110 * recentf.el (recentf-save-file-coding-system): New variable.
3111 (recentf-save-list): Encode the file by
3112 recentf-save-file-coding-system and add coding: tag.
3113
3114 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
3115
3116 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
3117
3118 2005-04-21 Lute Kamstra <lute@gnu.org>
3119
3120 * loadhist.el (unload-feature): Don't remove a function from hooks
3121 if it is about to be restored to an autoload . Remove functions
3122 that will become unbound from auto-mode-alist. Simplify the code.
3123
3124 * subr.el (assq-delete-all): New implementation that is linear,
3125 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
3126 (rassq-delete-all): New function.
3127
3128 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3129 Add size-indication-mode.
3130
3131 2005-04-21 Kenichi Handa <handa@m17n.org>
3132
3133 * international/mule-cmds.el: Add autoload for widget-value in
3134 eval-when-compile.
3135
3136 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
3137
3138 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
3139 Add tooltip-mode.
3140
3141 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
3142
3143 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
3144
3145 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
3146 (inferior-lisp-filter-regexp, inferior-lisp-program)
3147 (inferior-lisp-load-command, inferior-lisp-prompt)
3148 (inferior-lisp-mode-hook, lisp-source-modes)
3149 (inferior-lisp-load-hook): defvar->defcustom.
3150 (inferior-lisp-program, inferior-lisp-prompt)
3151 (inferior-lisp-load-hook): Doc fixes.
3152 (inferior-lisp-install-letter-bindings): Small change in
3153 introductory comment.
3154
3155 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
3156
3157 * vc.el (vc-annotate-color-map): Change some colors so that text
3158 using them as foreground is readable on both white and black
3159 backgrounds.
3160
3161 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
3162
3163 * international/mule-conf.el (translation-table-for-input):
3164 Remove redundant declaration.
3165
3166 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3167
3168 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
3169
3170 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
3171 (tooltip-toggle-gud-tips): New function.
3172
3173 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3174
3175 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
3176 right angle brackets.
3177
3178 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
3179
3180 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
3181
3182 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
3183
3184 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
3185 Remove. Update callers to use expand-file-name instead.
3186
3187 * subr.el (syntax-class): New function.
3188
3189 * simple.el (blink-matching-open): Use it.
3190
3191 * paren.el (show-paren-function): Use it to recognize parens that are
3192 also used in 2-char comment markers.
3193
3194 2005-04-19 Lute Kamstra <lute@gnu.org>
3195
3196 * loadhist.el (unload-feature): Update for new format of
3197 load-history. Simplify the code.
3198
3199 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3200
3201 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
3202 (mac-add-charset-info): New function. Initialize variable
3203 mac-charset-info-alist using it.
3204 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
3205 for translation.
3206 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
3207 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
3208 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
3209 New CCL programs.
3210
3211 2005-04-19 Kim F. Storm <storm@cua.dk>
3212
3213 * simple.el (next-buffer, prev-buffer, next-error)
3214 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3215 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
3216
3217 * bindings.el (next-buffer, prev-buffer, next-error)
3218 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
3219 (clone-indirect-buffer-other-window): Move bindings from simple.el.
3220 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
3221 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
3222
3223 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
3224
3225 * isearch.el (isearch-edit-string): Make the search-ring available for
3226 minibuffer history commands.
3227 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
3228 the default history commands now work just as well.
3229 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
3230
3231 2005-04-18 Kim F. Storm <storm@cua.dk>
3232
3233 * emulation/cua-base.el (cua--pre-command-handler): Add more
3234 elaborate check for shift modifier on non-window systems.
3235
3236 2005-04-18 Lars Hansen <larsh@math.ku.dk>
3237
3238 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
3239
3240 2005-04-18 Kim F. Storm <storm@cua.dk>
3241
3242 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
3243 and make it optional. Don't test tooltip-gud-echo-area here.
3244 (tooltip-gud-process-output, gdb-tooltip-print):
3245 Pass tooltip-gud-echo-area to tooltip-show.
3246 (tooltip-help-tips): Remove second optional arg to tooltip-show.
3247
3248 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3249
3250 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
3251 `display-graphic-p' may not be bound yet.
3252
3253 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
3254
3255 * startup.el (command-line): No longer enable Xterm Mouse mode by
3256 default in terminals compatible with xterm.
3257
3258 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
3259
3260 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
3261
3262 * tooltip.el (tooltip-gud-echo-area): Rename from
3263 tooltip-use-echo-area.
3264 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
3265 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
3266 area independently of where help tooltips are displayed.
3267
3268 2005-04-17 David Kastrup <dak@gnu.org>
3269
3270 * cus-theme.el (custom-theme-write-variables): Quote variables
3271 where necessary.
3272
3273 2005-04-17 Richard M. Stallman <rms@gnu.org>
3274
3275 * simple.el (yank-excluded-properties): Add follow-link to value.
3276
3277 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
3278
3279 * startup.el (fancy-splash-max-time): Just 30 seconds.
3280 (fancy-splash-delay): Just 7.
3281 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
3282
3283 * loadhist.el (unload-feature): Update for new format of load-history.
3284 Simplify the code.
3285
3286 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
3287 (rmail-font-lock-keywords): Don't fontify the text of a citation.
3288
3289 * mail/sendmail.el (mail-font-lock-keywords):
3290 Don't fontify subject text.
3291 Don't fontify the text of a citation.
3292
3293 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
3294
3295 * comint.el (comint-output-filter): Run comint-output-filter-functions
3296 with point where the user had it.
3297
3298 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
3299
3300 * international/ucs-tables.el (ucs-set-table-for-input):
3301 Disable when using unify-on-decoding.
3302
3303 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
3304
3305 * emulation/cua-base.el (cua-global-mark-face): Add special case
3306 for displays supporting a high number of colors.
3307
3308 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
3309
3310 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
3311
3312 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
3313
3314 * filesets.el (filesets-add-buffer): If user supplies a name of a
3315 non-existing fileset, create a new fileset.
3316
3317 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
3318
3319 * textmodes/org.el (org-up-heading-all): Fix bug with
3320 `outline-up-heading-all'.
3321
3322 2005-04-16 Andreas Schwab <schwab@suse.de>
3323
3324 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
3325 /etc/permissions.d/* and /etc/aliases.d/*.
3326
3327 2005-04-16 Kenichi Handa <handa@m17n.org>
3328
3329 * international/code-pages.el (cp-make-coding-system):
3330 Set `translation-table-for-input' property value to the symbol
3331 ucs-mule-to-mule-unicode, not to that value.
3332 (pt154): Escape guillemet by `\'.
3333
3334 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
3335
3336 * loadup.el: Load tooltip if x-show-tip is fboundp.
3337
3338 * startup.el (command-line): Add comment.
3339
3340 * tooltip.el (tooltip-mode): Specify correct standard value for
3341 Custom in init-value.
3342
3343 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
3344
3345 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
3346 possible.
3347
3348 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
3349
3350 * textmodes/org.el (org-agenda-date-prompt): Rename from
3351 `org-agenda-date-today'.
3352 (org-evaluate-time-range): Insert at point instead of directly
3353 after time range.
3354 (org-first-headline-recenter, org-subtree-end-visible-p)
3355 (org-optimize-window-after-visibility-change): New functions
3356 (org-agenda-post-command-hook): Don't allow point at end of line,
3357 to make sure it always hits the text properties.
3358 (org-agenda-next-date-line, org-agenda-previous-date-line):
3359 New commands.
3360 (org-set-regexps-and-options): Category may contain white space.
3361 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3362 Improve marker positions.
3363 (org-agenda-new-marker): Argument POS made optional.
3364 (org-agenda-get-timestamps): Deadlines which are done are listed
3365 in org-done-face now.
3366 (org-agenda-get-todos, org-agenda-get-timestamps)
3367 (org-agenda-get-deadlines, org-agenda-get-scheduled):
3368 Set `undone-face' and `done-face' properties.
3369 (org-last-todo-state-is-todo): New variable.
3370 (org-todo): Set `org-last-todo-state-is-todo'.
3371 (org-agenda-todo): Change face according to
3372 `org-last-todo-state-is-todo'. And change other lines refering to
3373 the same entry.
3374 (org-calendar-goto-agenda): New command.
3375 (org-calendar-to-agenda-key): New option.
3376 (org-startup-folded): New allowed value `content'.
3377 (org-set-regexps-and-options): Accept new value `content' for
3378 `org-startup-folded'.
3379 (org-get-current-options): Handle new value `content' for
3380 `org-startup-folded'.
3381 (org-insert-todo-heading): New command.
3382 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
3383 interactively in empty file and option
3384 `org-insert-mode-line-in-empty-file' has been set.
3385 (org-agenda-todo,org-agenda-priority): Modify to use
3386 `org-agenda-change-all-lines'.
3387 (org-warning-face): Change color on dark background
3388
3389 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3390
3391 * international/mule-cmds.el (set-locale-environment): On Mac OS,
3392 use preferences AppleLocale and AppleLanguages, and variable
3393 mac-system-locale for default locale. On Mac OS Classic, use
3394 mac-system-coding-system for default coding systems.
3395
3396 * term/mac-win.el: Don't set file-name-coding-system.
3397 Decode variables system-name, emacs-build-system, user-login-name, and
3398 user-full-name by mac-system-coding-system on Mac OS Classic.
3399 (mac-system-coding-system): New variable.
3400
3401 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
3402
3403 * startup.el (command-line): Handle `xterm-mouse-mode' before
3404 reading init file.
3405
3406 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
3407
3408 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
3409
3410 * progmodes/sh-script.el (sh-here-document-word): Make it a
3411 defcustom. Doc fix.
3412 (sh-add): Bash uses $(( )) for arithmetic.
3413 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
3414 (sh-maybe-here-document): Remove quotes and leading whitespace
3415 from heredoc word when closing. Indent heredoc with tabs if word
3416 starts with "-".
3417
3418 2005-04-13 Richard M. Stallman <rms@gnu.org>
3419
3420 * simple.el (undo): Fix previous change.
3421
3422 * custom.el (defface): Doc fix.
3423
3424 2005-04-13 Lute Kamstra <lute@gnu.org>
3425
3426 * Makefile.in (DONTCOMPILE): Remove list.
3427 (compile, compile-always): Don't use DONTCOMPILE.
3428 (update-authors): Load the library in which batch-update-authors
3429 is defined.
3430 * makefile.w32-in (DONTCOMPILE): Remove list.
3431 (compile, compile-always): Fix comments.
3432 (update-authors): Load the library in which batch-update-authors
3433 is defined.
3434
3435 * generic-x.el (generic-mode-ini-file-find-file-hook):
3436 Rename to ini-generic-mode-find-file-hook.
3437 Keep generic-mode-ini-file-find-file-hook as an alias.
3438 (ini-generic-mode-find-file-hook): Rename from
3439 generic-mode-ini-file-find-file-hook. Fix docstring.
3440 (ini-generic-mode): Docstring change.
3441 (bat-generic-mode-run-as-comint): Silence the byte compiler.
3442
3443 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
3444 called from lisp.
3445
3446 * generic.el: Move to the emacs-lisp subdir.
3447
3448 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
3449
3450 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
3451 and C-S- function and cursor motion keys.
3452
3453 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
3454
3455 * startup.el (command-line): Enable Xterm Mouse mode by default.
3456 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
3457 for Custom. No longer show "Mouse" in mode line when enabled.
3458 Doc fix.
3459
3460 2005-04-12 Kim F. Storm <storm@cua.dk>
3461
3462 * emulation/cua-base.el (cua-rectangle-face)
3463 (cua-rectangle-noselect-face): Define face attributes here.
3464
3465 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
3466
3467 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3468
3469 * startup.el (command-line): Turn off blinking cursor if
3470 cursorBlink in resources is off or false.
3471
3472 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3473
3474 * term/mac-win.el (dnd): Require dnd.
3475 (mac-drag-n-drop): Call dnd-handle-one-url.
3476 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
3477 (kTextEncodingISOLatin2): Remove constants.
3478 (mac-script-code-coding-systems): New constant.
3479 (mac-handle-language-change): New function.
3480 (special-event-map): Bind it to `language-change' event.
3481 (mac-centraleurroman, mac-cyrillic): New coding systems.
3482 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
3483 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
3484 and mac-cyrillic-encoder to encode-mac-centraleurroman and
3485 encode-mac-cyrillic, respectively.
3486
3487 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3488
3489 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
3490 Don't set overlay-arrow-string to "=>" as this is done
3491 globally in C now.
3492
3493 2005-04-12 Lute Kamstra <lute@gnu.org>
3494
3495 * generic-x.el (rc-generic-mode, rul-generic-mode):
3496 Fix auto-mode-alist entries.
3497 (etc-fstab-generic-mode): Tweak fontification.
3498
3499 * generic.el (generic-make-keywords-list): Fix docstring.
3500 (generic-mode-internal): Simplify generic-font-lock-keywords.
3501
3502 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3503
3504 * whitespace.el (whitespace-buffer-leading)
3505 (whitespace-buffer-trailing): Revert the incorrect test inversion.
3506 However, fix the highlight area for the leading and
3507 trailing whitespaces to show space.
3508
3509 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
3510
3511 * whitespace.el (whitespace-version): Bump to 3.5
3512
3513 (whitespace-buffer-leading, whitespace-buffer-trailing):
3514 Invert sense of the test to highlight the whitespace.
3515
3516 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3517
3518 * progmodes/gud.el (gud-display-line): GUD uses its own
3519 overlay arrow now so don't set overlay-arrow-string.
3520 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
3521
3522 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
3523
3524 * term.el (term-ansi-current-bold, term-ansi-current-underline)
3525 (term-ansi-current-reverse, term-ansi-current-invisible)
3526 (term-ansi-face-already-done): Change to boolean.
3527 (term-reset-terminal, term-handle-colors-array): Handle the above
3528 vars accordingly.
3529 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
3530 (term-emulate-terminal): Use the new name.
3531
3532 * faces.el (secondary-selection): Use yellow1, not yellow.
3533 (trailing-whitespace): Use red1, not red.
3534
3535 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
3536
3537 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
3538 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
3539 (dired-dnd-handle-file): Call dnd-get-local-file-uri
3540
3541 * cus-edit.el (dnd): New group.
3542
3543 * term/w32-win.el (dnd): Require dnd
3544 (w32-drag-n-drop): Call dnd-handle-one-url.
3545
3546 * x-dnd.el: Require dnd.
3547 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
3548 Call dnd-handle-one-url.
3549 (x-dnd-types-alist, x-dnd-insert-utf8-text)
3550 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
3551 to dnd-insert-text.
3552 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
3553 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
3554 (x-dnd-get-local-file-name, x-dnd-open-local-file)
3555 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
3556
3557 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
3558
3559 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3560
3561 * wdired.el: Doc fixes.
3562 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
3563 (wdired-use-dired-vertical-movement): Rename from
3564 wdired-always-move-to-filename-beginning.
3565 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
3566 (wdired-change-to-wdired-mode): Change mode name.
3567 (wdired-newline): Delete.
3568
3569 2005-04-11 Richard M. Stallman <rms@gnu.org>
3570
3571 * whitespace.el (whitespace-highlight-the-space):
3572 Don't call whitespace-unhighlight-the-space here.
3573
3574 * simple.el (undo): Record t in undo-equiv-table
3575 for the redo record made by an undo-in-region.
3576
3577 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
3578
3579 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
3580 (gdb-frame-inferior-io-buffer): New Functions to control
3581 display of separate IO buffer.
3582 (menu): Add them to menu-bar.
3583 (gdb-display-buffer): Check for buffer another frame.
3584 Protect GUD buffer.
3585 (gdb-setup-windows): Create IO buffer if not already there.
3586 (gdb-memory-mode): Remove purecopy noops.
3587
3588 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
3589
3590 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
3591 and pass to self-insert-command.
3592
3593 2005-04-11 Lute Kamstra <lute@gnu.org>
3594
3595 * generic.el: Commentary section cleanup.
3596 (generic): Delete.
3597 (generic-use-find-file-hook, generic-lines-to-scan)
3598 (generic-find-file-regexp, generic-ignore-files-regexp)
3599 (default-generic-mode, generic-mode-find-file-hook)
3600 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
3601 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
3602 (generic-use-find-file-hook, generic-lines-to-scan)
3603 (generic-find-file-regexp, generic-ignore-files-regexp)
3604 (default-generic-mode, generic-mode-find-file-hook)
3605 (generic-mode-ini-file-find-file-hook): Move from generic.el.
3606
3607 2005-04-10 Karl Fogel <kfogel@red-bean.com>
3608
3609 * bookmark.el (bookmark-write-file): Catch errors writing file.
3610 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
3611
3612 2005-04-10 Richard M. Stallman <rms@gnu.org>
3613
3614 * startup.el (fancy-splash-tail): Update copyright year.
3615 (command-line): Split part of -Q into -D.
3616 (emacs-basic-display): New defvar.
3617 (fancy-splash-text): Correct name of menu item.
3618
3619 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
3620
3621 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
3622 lines in one node.
3623
3624 * comint.el (comint-send-input): New arg ARTIFICIAL.
3625 Callers in this file changed.
3626
3627 * abbrev.el (define-abbrevs): Read system abbrevs properly.
3628
3629 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
3630
3631 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
3632
3633 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
3634 `ldap-search-internal'.
3635
3636 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3637
3638 * files.el (set-auto-mode-1): Use line-end-position.
3639
3640 * international/latin-1.el:
3641 * international/latin-2.el:
3642 * international/latin-3.el:
3643 * international/latin-4.el:
3644 * international/latin-5.el:
3645 * international/latin-8.el:
3646 * international/latin-9.el: Give punctuation syntax to NBSP.
3647
3648 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
3649 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
3650 Use char-classes to accept non-ascii letters, accepted in some recent
3651 bibtex implementations.
3652
3653 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
3654
3655 * custom.el (custom-set-minor-mode): Any non-nil value for the
3656 variable should enable the mode when set through Custom.
3657
3658 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
3659
3660 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
3661 TAB binding so tab-always-indent is obeyed.
3662 (vhdl-minibuffer-local-map): Move initialization into declaration.
3663 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
3664 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
3665 (vhdl-hooked-abbrev): Avoid test for XEmacs.
3666 (vhdl-current-line): Use line-beginning-position.
3667 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
3668 with-output-to-temp-buffer, so the current position can be recorded.
3669
3670 2005-04-10 Masatake YAMATO <jet@gyve.org>
3671
3672 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3673 Add regexp for gcov.
3674
3675 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
3676
3677 * calendar/time-date.el (time-to-seconds, seconds-to-time)
3678 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
3679 syntax which Emacs 20 doesn't support.
3680
3681 2005-04-09 Richard M. Stallman <rms@gnu.org>
3682
3683 * help.el (describe-key-briefly, describe-key):
3684 Replace strings as event types with "(any string)".
3685
3686 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
3687
3688 * arc-mode.el (archive-mode-map): Move initialization into
3689 the declaration. Override *all* bindings of `undo'.
3690 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
3691
3692 2005-04-09 Jay Belanger <belanger@truman.edu>
3693
3694 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
3695
3696 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
3697
3698 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
3699 (xterm-register-default-colors): Update color values computation
3700 to match xterm-200.
3701
3702 2005-04-09 Kenichi Handa <handa@m17n.org>
3703
3704 * international/code-pages.el (iso-latin-7): Fix the map.
3705
3706 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
3707
3708 * emacs-lisp/lisp.el (defun-prompt-regexp)
3709 (parens-require-spaces, buffer-end, end-of-defun)
3710 (insert-parentheses): Doc fixes.
3711
3712 2005-04-08 Kim F. Storm <storm@cua.dk>
3713
3714 * comint.el (comint-highlight-prompt): Fix face spec.
3715 * hi-lock.el (hi-green): Likewise.
3716
3717 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3718
3719 * cus-edit.el (custom-modified-face):
3720 * comint.el (comint-highlight-input): Fix previous changes.
3721 * term.el (term-handle-ansi-escape): Add a comment.
3722
3723 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
3724
3725 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
3726 in the buffer and in whitespace-highlighted-space.
3727 (whitespace-unhighlight-the-space): Simplify.
3728 (whitespace-buffer): Simplify.
3729
3730 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
3731
3732 * textmodes/table.el (table-cell-face): Add special case for
3733 displays supporting a high number of colors.
3734 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
3735 (vhdl-font-lock-reserved-words-face)
3736 (vhdl-speedbar-architecture-face)
3737 (vhdl-speedbar-instantiation-face)
3738 (vhdl-speedbar-architecture-selected-face)
3739 (vhdl-speedbar-instantiation-selected-face): Likewise.
3740 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
3741 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
3742 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
3743 (ebrowse-root-class-face, ebrowse-member-attribute-face)
3744 (ebrowse-progress-face): Likewise.
3745 * progmodes/compile.el (compilation-info-face): Likewise.
3746 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
3747 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
3748 * calendar/calendar.el (diary-face): Likewise.
3749 * woman.el (woman-italic-face, woman-bold-face)
3750 (woman-unknown-face): Likewise.
3751 * wid-edit.el (widget-button-pressed-face): Likewise.
3752 * whitespace.el (whitespace-highlight-face): Likewise.
3753 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
3754 * pcvs-info.el (cvs-marked-face): Likewise.
3755 * info.el (info-xref): Likewise.
3756 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
3757 * hilit-chg.el (highlight-changes-face)
3758 (highlight-changes-delete-face): Likewise.
3759 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
3760 (hi-red-b): Likewise.
3761 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
3762 * font-lock.el (font-lock-keyword-face)
3763 (font-lock-function-name-face, font-lock-warning-face): Likewise.
3764 * cus-edit.el (custom-invalid-face, custom-modified-face)
3765 (custom-set-face, custom-changed-face, custom-variable-tag-face)
3766 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
3767 * comint.el (comint-highlight-prompt): Likewise.
3768
3769 2005-04-08 Lute Kamstra <lute@gnu.org>
3770
3771 * font-lock.el (font-lock-keywords): Docstring fixes.
3772
3773 2005-04-08 Kenichi Handa <handa@m17n.org>
3774
3775 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
3776 chars are more than a limit, print " and more..." at the tail.
3777
3778 2005-04-08 Kim F. Storm <storm@cua.dk>
3779
3780 * emacs-lisp/authors.el (authors-aliases): Update list.
3781 (authors-ignored-files): New list.
3782 (authors-fixed-entries): Fix typo.
3783 (authors-renamed-files-alist): Update list.
3784 (authors-add): Check authors-ignored-files.
3785
3786 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
3787
3788 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
3789 optional, to ensure backward compatibility.
3790
3791 2005-04-08 Stephen Eglen <stephen@gnu.org>
3792
3793 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
3794
3795 2005-04-08 Kim F. Storm <storm@cua.dk>
3796
3797 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
3798
3799 * mouse.el (mouse-on-link-p): Doc fix.
3800
3801 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
3802
3803 * ielm.el (ielm-prompt-read-only): Doc fix.
3804
3805 * comint.el (comint-prompt-read-only): Doc fix.
3806
3807 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
3808
3809 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
3810 ensure dired always handles wildcards passed to ffap.
3811 (find-file-at-point): Use it.
3812 (ffap-dired-wildcards): Doc fix.
3813
3814 2005-04-07 Juri Linkov <juri@jurta.org>
3815
3816 * simple.el (next-error-overlay-arrow-position): New defvar.
3817 Put "=>" on its property `overlay-arrow-string'. Add it to
3818 `overlay-arrow-variable-list'.
3819
3820 * progmodes/compile.el (compilation-setup):
3821 Set `next-error-overlay-arrow-position' to nil. Also set it to
3822 nil in the local hook `kill-buffer-hook'. Make local variable
3823 `overlay-arrow-string' and set it to "=>".
3824 (compilation-goto-locus): Set BOL position to
3825 `next-error-overlay-arrow-position' instead of
3826 `overlay-arrow-position'.
3827
3828 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
3829 locally instead of adding it to the global hook.
3830 (Info-kill-buffer): Move up.
3831
3832 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
3833
3834 * term/xterm.el (xterm-standard-colors): Update color values from
3835 xterm-200.
3836
3837 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
3838
3839 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
3840
3841 * fast-lock.el:
3842 * lazy-lock.el: Move them to the obsolete subdir.
3843
3844 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
3845
3846 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
3847 (wdired-add-replace-advice): Remove.
3848 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
3849
3850 2005-04-06 Kim F. Storm <storm@cua.dk>
3851
3852 * startup.el (command-line): Add --bare-bones alias for -Q.
3853
3854 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
3855
3856 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
3857 create the startup fontset if a font specification ends with
3858 `mac-roman'.
3859
3860 2005-04-06 Lute Kamstra <lute@gnu.org>
3861
3862 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
3863 change.
3864
3865 * emacs-lisp/copyright.el (copyright-update-year): Replace the
3866 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
3867
3868 2005-04-05 Lute Kamstra <lute@gnu.org>
3869
3870 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
3871 (define-generic-mode): Ditto. Fix debug declaration.
3872
3873 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
3874 Put them in the generic-x group.
3875
3876 * calendar/timeclock.el (timeclock): Doc fix.
3877
3878 * generic.el (define-generic-mode): Don't use custom-current-group.
3879 Document default :group value.
3880 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
3881 (define-global-minor-mode): Don't use custom-current-group.
3882
3883 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
3884
3885 * startup.el (command-line-1): Display startup-echo-area-message
3886 when fancy splash screen is in use.
3887
3888 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
3889 (sh-escaped-newline): New face.
3890 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
3891 newline, and use sh-escaped-newline face.
3892
3893 * progmodes/tcl.el (tcl-escaped-newline): New face.
3894 (tcl-builtin-list): New variable.
3895 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
3896 newlines. Fix keywords subexpression number.
3897
3898 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
3899
3900 * textmodes/org.el (org-diary-default-entry): Fix call to
3901 `add-to-diary-entry'.
3902
3903 2005-04-05 Kim F. Storm <storm@cua.dk>
3904
3905 * ediff-init.el: Use (featurep 'xemacs).
3906
3907 2005-04-05 David Ponce <david@dponce.com>
3908
3909 * cus-edit.el (face): Derive from symbol widget. Display sample
3910 of the current face on the fly.
3911 (widget-face-sample-face-get, widget-face-notify): New functions.
3912 (widget-face-value-create): Remove.
3913
3914 * wid-edit.el (widget-field-end): Temporarily remove field
3915 narrowing before to call `get-char-property'.
3916
3917 2005-04-04 Jay Belanger <belanger@truman.edu>
3918
3919 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
3920 (math-read-subscripts): New variable.
3921 (math-read-preprocess-string): Process subscripts.
3922
3923 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
3924
3925 * comint.el (comint-prompt-read-only): Doc fix.
3926
3927 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
3928 `-1'. Doc fix.
3929
3930 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
3931
3932 * textmodes/org.el (org-insert-mode-line-in-empty-file):
3933 Change default value to nil.
3934
3935 2005-04-04 Lute Kamstra <lute@gnu.org>
3936
3937 * autorevert.el (auto-revert-mode): Specify :group.
3938 * battery.el (display-battery-mode): Specify :group.
3939 * diff-mode.el (diff-minor-mode): Specify :group.
3940 * font-core.el (font-lock-mode): Specify :group.
3941 * hl-line.el (hl-line-mode): Specify :group.
3942 * iimage.el (iimage): New customization group.
3943 (iimage-mode): Specify :group.
3944 * longlines.el (longlines-mode): Specify :group.
3945 * master.el: Don't require easy-mmode.
3946 (master): New customization group.
3947 (master-mode): Specify :group.
3948 * msb.el (msb-mode): Specify :group.
3949 * reveal.el (reveal-mode): Specify :group.
3950 * simple.el (next-error-follow-minor-mode): Specify :group.
3951 * smerge-mode.el (smerge-mode): Specify :group.
3952 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
3953 * emulation/cua-base.el (cua-mode): Specify :group.
3954 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
3955 * language/thai-util.el (thai-auto-composition-mode)
3956 (thai-word-mode): Specify :group.
3957 * mail/supercite.el (sc-minor-mode): Specify :group.
3958 * progmodes/cwarn.el (cwarn-mode): Specify :group.
3959 * progmodes/flymake.el (flymake-mode): Specify :group.
3960 * progmodes/glasses.el (glasses-mode): Specify :group.
3961 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
3962 * textmodes/enriched.el (enriched-mode): Specify :group.
3963 * textmodes/refill.el (refill-mode): Specify :group.
3964
3965 * add-log.el (change-log-font-lock-keywords): Names in
3966 parenthesized lists can contain spaces.
3967
3968 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
3969
3970 * startup.el (fancy-splash-text): Shorten default text of
3971 "Emacs Tutorial" line. Also, if the current language env
3972 indicates an available tutorial file other than TUTORIAL,
3973 extract its title and append it to the line in parentheses.
3974 (fancy-splash-insert): If arg is a thunk, funcall it.
3975
3976 2005-04-04 Jay Belanger <belanger@truman.edu>
3977
3978 * calc.el (calc-language-alist): Add tags to customization type.
3979
3980 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
3981
3982 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
3983 Doc fix.
3984
3985 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
3986
3987 * add-log.el (change-log-font-lock-keywords): The manual
3988 describing a Change Log entry, says: (...) "Aside from these
3989 header lines, every line in the change log starts with a space or
3990 a tab.". The font-lock was not highlighting lines started with
3991 spaces, added support for it.
3992
3993 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
3994
3995 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
3996 (bibtex-generate-url-list): Update docstring accordingly. Put the
3997 complex example in the docstring.
3998 (bibtex-font-lock-url): Use pop.
3999
4000 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
4001
4002 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
4003
4004 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
4005
4006 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
4007
4008 * filesets.el (filesets-set-default): Doc fix.
4009
4010 2005-04-03 Lute Kamstra <lute@gnu.org>
4011
4012 * generic.el (define-generic-mode): Add argument to specify
4013 keywords for defcustom.
4014 (default-generic-mode): Specify :group.
4015
4016 * generic-x.el: Specify :group for all generic modes.
4017
4018 * desktop.el (desktop-no-desktop-file-hook)
4019 (desktop-after-read-hook): Doc fix.
4020
4021 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
4022
4023 * simple.el (visible-mode): Use explicit :group keyword.
4024 This changes the group of `visible-mode-hook' from paren-blinking
4025 to editing-basics.
4026
4027 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
4028
4029 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
4030 mailbox specifications as well as URLs.
4031 (rmail-insert-inbox-text): Remove unused conditional branches.
4032
4033 2005-04-01 Jay Belanger <belanger@truman.edu>
4034
4035 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
4036 (calc-gnuplot-print-command): Move definitions to calc.el.
4037
4038 * calc/calc-embed.el (calc-embedded-announce-formula)
4039 (calc-embedded-open-formula, calc-embedded-close-formula)
4040 (calc-embedded-open-word, calc-embedded-close-word)
4041 (calc-embedded-open-plain, calc-embedded-close-plain)
4042 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
4043 (calc-embedded-open-mode, calc-embedded-close-mode):
4044 Move definitions to calc.el.
4045
4046 * calc/calc.el (calc-settings-file, calc-language-alist):
4047 Make customizable.
4048 (calc-embedded-announce-formula, calc-embedded-open-formula)
4049 (calc-embedded-close-formula, calc-embedded-open-word)
4050 (calc-embedded-close-word, calc-embedded-open-plain)
4051 (calc-embedded-close-plain, calc-embedded-open-new-formula)
4052 (calc-embedded-close-new-formula, calc-embedded-open-mode)
4053 (calc-embedded-close-mode, calc-gnuplot-name)
4054 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
4055 from other files and make customizable.
4056
4057 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
4058
4059 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
4060 Use buffer-live-p.
4061 (cvs-mode-run): Don't call cvs-update-header here.
4062 (cvs-run-process): Call cvs-update-header.
4063 Use process properties for cvs-postprocess and cvs-buffer so that
4064 the sentinel can behave better if the temp buffer is killed.
4065 Use a pipe rather than a tty, to better handle unexpected prompts.
4066 (cvs-sentinel): Rewrite. Call cvs-update-header.
4067
4068 2005-04-01 Andre Spiegel <spiegel@gnu.org>
4069
4070 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
4071 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
4072
4073 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
4074
4075 * generic.el (define-generic-mode): Add indentation rule.
4076
4077 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
4078
4079 * files.el (mode-require-final-newline): Make Custom correctly
4080 report a nil value and allow to set it to nil via Custom.
4081 Doc fix.
4082
4083 2005-04-01 Kenichi Handa <handa@m17n.org>
4084
4085 * international/characters.el: Enable the correct case setting for
4086 dotless-i and dotted-I.
4087
4088 2005-04-01 Kim F. Storm <storm@cua.dk>
4089
4090 * ido.el (ido-file-internal): Fall back to non-ido command if
4091 initial directory is on slow ftp (or tramp) host.
4092
4093 2005-03-31 Richard M. Stallman <rms@gnu.org>
4094
4095 * emacs-lisp/autoload.el (make-autoload):
4096 Handle define-global-minor-mode.
4097
4098 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
4099 Rename from easy-mmode-define-global-mode.
4100 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
4101
4102 * progmodes/scheme.el (scheme-mode-syntax-table):
4103 Update syntax of | and # for two-character comment syntax.
4104
4105 2005-03-31 Lute Kamstra <lute@gnu.org>
4106
4107 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
4108 (define-minor-mode): Call custom-current-group at load-time.
4109
4110 * generic.el (define-generic-mode): Add debug declaration.
4111 Add defcustom for the mode hook.
4112 (generic-mode-internal): Use run-mode-hooks.
4113
4114 2005-03-31 Kim F. Storm <storm@cua.dk>
4115
4116 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
4117 (mouse-fixup-help-message): New defun called by show_help_echo
4118 to fixup mouse-2 prefix in help messages when applicable.
4119
4120 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
4121
4122 2005-03-31 Kenichi Handa <handa@m17n.org>
4123
4124 * language/thai-word.el (thai-find-word-ends): Pay attention to
4125 the case that we reach the end of buffer.
4126
4127 * textmodes/fill.el (fill-text-properties-at): New function.
4128 (fill-newline): Use fill-text-properties-at instead of
4129 text-properties-at.
4130
4131 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4132
4133 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
4134 not comint-quote-filename.
4135
4136 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
4137
4138 * help-fns.el (help-with-tutorial): Revert last change.
4139
4140 2005-03-31 Kim F. Storm <storm@cua.dk>
4141
4142 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
4143
4144 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
4145
4146 * calendar/cal-china.el: Update reference to "Calendrical
4147 Calculations" book; there's a new edition.
4148 * calendar/cal-coptic.el: Likewise.
4149 * calendar/cal-french.el: Likewise.
4150 * calendar/cal-hebrew.el: Likewise.
4151 * calendar/cal-islam.el: Likewise.
4152 * calendar/cal-iso.el: Likewise.
4153 * calendar/cal-julian.el: Likewise.
4154 * calendar/cal-mayan.el: Likewise.
4155 * calendar/cal-persia.el: Likewise.
4156 * calendar/calendar.el: Likewise.
4157 * calendar/holidays.el: Likewise.
4158 * calendar/lunar.el: Likewise.
4159 * calendar/solar.el: Likewise.
4160
4161 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
4162 white space from doc string.
4163
4164 2005-03-30 Jay Belanger <belanger@truman.edu>
4165
4166 * calc/calc-help.el (calc-full-help): Remove email address.
4167
4168 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
4169
4170 * help-fns.el (help-with-tutorial): Delete title line.
4171
4172 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
4173
4174 * calendar/cal-x.el (calendar-one-frame-setup)
4175 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
4176 rather than 'symbol for set-window-dedicated-p.
4177
4178 * calendar/appt.el (appt-buffer-name): Make it a constant.
4179 (appt-add): Doc fix.
4180
4181 * filesets.el (filesets-menu-path, filesets-menu-before)
4182 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
4183 (filesets-menu-cache-file): Use directory ~/.emacs.d.
4184 (filesets-add-submenu): Delete and use add-submenu instead.
4185
4186 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
4187
4188 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
4189 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
4190 (org-diary-default-entry): New function.
4191 (org-get-entries-from-diary): Better parsing of diary entries.
4192 (org-agenda-check-no-diary): New function.
4193 ("diary-lib"): Advice to function `add-to-diary-list', to allow
4194 linking to diary entries.
4195 (org-agenda-execute-calendar-command): New function.
4196 (org-agenda): Improve visible section in window.
4197 Use `org-fit-agenda-window'.
4198 (org-fit-agenda-window): New option.
4199 (org-move-subtree-down): Better handling of empty lines
4200 at end of subtree.
4201 (org-cycle): Numeric prefix is interpreted now as show-subtree N
4202 levels up.
4203 (org-fontify-done-headline): New option.
4204 (org-headline-done-face): New face.
4205 (org-set-font-lock-defaults): Use `org-headline-done-face'.
4206 (org-table-copy-down): Rename from `org-table-copy-from-above'.
4207 When current field is non-empty, it is copied to next row.
4208 (org-table-copy-from-above): Fix bug which made it
4209 impossible to copy fields containing only a single non-white character.
4210
4211 2005-03-30 Kim F. Storm <storm@cua.dk>
4212
4213 * kmacro.el (kmacro-end-macro): Isearch may store this command
4214 into the macro -- so ignore it when executing keyboard macro.
4215
4216 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4217
4218 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
4219
4220 2005-03-29 Kenichi Handa <handa@m17n.org>
4221
4222 * language/thai.el ("Thai"): Set setup-function and exit-function
4223 for Thai language environment.
4224
4225 * language/thai-util.el: Require thai-word.
4226 (thai-word-mode-map): New variable.
4227 (thai-word-mode): New minor mode.
4228 (setup-thai-language-environment-internal): New function.
4229 (exit-thai-language-environment-internal): New function.
4230
4231 * language/thai-word.el (thai-word-table): Declare it by defvar,
4232 use dolist to initialize it.
4233 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
4234 (thai-fill-find-break-point): New functions.
4235
4236 2005-03-29 Richard M. Stallman <rms@gnu.org>
4237
4238 * simple.el (idle-update-delay): Move definition up.
4239 (set-mark): Doc fix.
4240
4241 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
4242
4243 * longlines.el: New file.
4244
4245 * simple.el (buffer-substring-filters): New variable.
4246 (filter-buffer-substring): New function.
4247 (kill-region, copy-region-as-kill): Use it.
4248
4249 * register.el (copy-to-register, append-to-register)
4250 (prepend-to-register): Use filter-buffer-substring.
4251
4252 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
4253
4254 * progmodes/gud.el (gdb): (Re)-initialise gud-filter-pending-text.
4255 (gud-filter-pending-text): Move in front of gdb.
4256 (gud-overlay-arrow-position): New variable.
4257 (gud-sentinel, gud-display-line): Use it in place of
4258 overlay-arrow-position.
4259
4260 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
4261
4262 * progmodes/fortran.el (fortran-if-indent): Doc fix.
4263 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
4264 (fortran-font-lock-keywords-4): New variable.
4265 (fortran-blocks-re, fortran-end-block-re)
4266 (fortran-start-block-re): New constants, for hideshow.
4267 (hs-special-modes-alist): Add a Fortran entry.
4268 (fortran-mode-map): Bind fortran-end-of-block,
4269 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
4270 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
4271 (fortran-looking-at-if-then, fortran-end-of-block)
4272 (fortran-beginning-of-block): New functions, for hideshow.
4273
4274 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
4275 Doc fix. Tweak regexp.
4276 (f90-beginning-of-block): Push mark first.
4277
4278 2005-03-29 Jay Belanger <belanger@truman.edu>
4279
4280 * calc/calc.el: Update copyright date.
4281 (calc-version): Increase to 2.1.
4282 (calc-version-date): Remove.
4283
4284 * calc/calc-help.el: Update copyright date.
4285 (calc-full-help): Remove reference to calc-version-date.
4286 Update copyright date.
4287
4288 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4289
4290 * vc.el (vc-do-command): Use a pipe for async processes, so password
4291 prompts don't show up at places where the user can't reply.
4292
4293 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
4294
4295 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
4296 on the file name we pass to the inferior shell.
4297
4298 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
4299
4300 * progmodes/which-func.el (which-function): Be robust in the face of an
4301 imenu--make-index-alist failure.
4302
4303 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
4304
4305 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
4306
4307 * progmodes/python.el (python-preoutput-filter): Fix last change.
4308
4309 2005-03-29 Lute Kamstra <lute@gnu.org>
4310
4311 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
4312 functions and compiled macros.
4313 (debug-convert-byte-code): Handle macros too.
4314 (debug-on-entry-1): Don't signal an error when trying to clear a
4315 function that is not set to debug on entry.
4316
4317 2005-03-29 Jay Belanger <belanger@truman.edu>
4318
4319 * calc/calc-lang.el: Add functions to math-function-table
4320 properties of tex and math.
4321
4322 2005-03-29 Kenichi Handa <handa@m17n.org>
4323
4324 * ps-mule.el (ps-mule-plot-string): Translate characters by
4325 ps-print-translation-table.
4326 (ps-mule-begin-job): Call find-charset-region/string with
4327 ps-print-translation-table.
4328 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
4329
4330 * ps-print.el (ps-print-translation-table): New variable.
4331 (ps-plot-region): Translate characters by ps-print-translation-table.
4332
4333 2005-03-29 Juri Linkov <juri@jurta.org>
4334
4335 * simple.el (next-error-highlight-timer): New variable.
4336
4337 * progmodes/compile.el (compilation-goto-locus):
4338 Use `next-error-highlight-timer' instead of `sit-for'.
4339
4340 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4341
4342 * mail/supercite.el (sc-mail-field): Use assoc-string.
4343 (sc-get-address): Simplify regexps.
4344
4345 * files.el (minibuffer-with-setup-hook): New macro.
4346 (find-file-read-args): Use it to avoid let-binding
4347 minibuffer-with-setup-hook (which breaks turning on/off
4348 file-name-shadow-mode while in the prompt).
4349
4350 * complete.el (PC-read-include-file-name-internal): Use test-completion.
4351
4352 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
4353
4354 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
4355
4356 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
4357
4358 * window.el (window-buffer-height): Use count-screen-lines.
4359
4360 * progmodes/python.el (python-preoutput-leftover): New var.
4361 (python-preoutput-filter): Use it.
4362 (python-send-receive): Loop until all the result has been received.
4363
4364 2005-03-28 Juri Linkov <juri@jurta.org>
4365
4366 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
4367
4368 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
4369 "Recover Crashed Session".
4370 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
4371 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
4372 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
4373 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
4374 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
4375 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
4376 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
4377 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
4378
4379 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
4380 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
4381 Ediff Sessions", "Toggle use of separate control buffer frame",
4382 "Use separate frame for Ediff control buffer".
4383
4384 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
4385 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
4386 "Rename Bookmark", "Delete Bookmark".
4387
4388 * info.el (Info-mode-menu): Remove ellipsis from "Index".
4389 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
4390 Add `:active Info-index-alternatives' to "Next Matching Item".
4391
4392 * wdired.el (wdired-change-to-wdired-mode):
4393 Mention `wdired-abort-changes' key in the initial message.
4394
4395 * international/mule.el (auto-coding-alist): Associate non-ascii
4396 image filename extensions with `no-conversion'.
4397
4398 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
4399
4400 * international/iso-acc.el:
4401 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
4402
4403 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
4404
4405 * textmodes/sgml-mode.el (html-mode): Doc update.
4406
4407 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
4408
4409 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
4410
4411 * term.el (term-move-columns): Fix face after extending a line.
4412 (term-insert-spaces): Likewise.
4413 (term-reset-terminal): Fix off by one error.
4414
4415 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4416
4417 * international/mule.el (auto-coding-alist): Add .xpi files.
4418
4419 * files.el (auto-mode-alist): Add .xpi files.
4420
4421 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
4422
4423 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
4424
4425 2005-03-26 Eli Zaretskii <eliz@gnu.org>
4426
4427 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
4428
4429 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
4430
4431 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
4432 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
4433
4434 * calendar/cal-move.el (calendar-beginning-of-year): Move the
4435 cursor to Jan 1 when needed.
4436 (calendar-end-of-year): Fix -/+ typo.
4437 Reported by Chong Yidong <cyd@stupidchicken.com>.
4438
4439 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
4440
4441 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
4442
4443 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
4444 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
4445
4446 2005-03-25 Richard M. Stallman <rms@gnu.org>
4447
4448 * filesets.el (filesets-init): Add autoload.
4449
4450 * mail/mailalias.el (mail-directory): Doc fix.
4451
4452 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4453
4454 * mail/mailalias.el (mail-directory-process): Do nothing if
4455 mail-directory-process is an atom.
4456 (mail-get-names): Ignore mail-directory-names if it is an atom.
4457 (mail-directory-process defvar): Doc fix.
4458 (mail-names): Doc fix.
4459
4460 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
4461
4462 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
4463
4464 2005-03-26 Kenichi Handa <handa@m17n.org>
4465
4466 * international/mule-util.el (detect-coding-with-priority):
4467 Call update-coding-systems-internal before detect-coding-region.
4468
4469 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
4470
4471 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
4472 (gdb-frames-mode-map): Add follow-link property.
4473
4474 2005-03-25 Jay Belanger <belanger@truman.edu>
4475
4476 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
4477 for variables.
4478
4479 2005-03-25 Juri Linkov <juri@jurta.org>
4480
4481 * image-mode.el: Optimize image filename extension regexps in
4482 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
4483 in `auto-mode-alist'.
4484 (image-mode): Add `image-toggle-display-text' to local hook
4485 `change-major-mode-hook'. Display the image as an image by
4486 default. Set `cursor-type' and `truncate-lines' if the image
4487 is already displayed. Take into account the current mode (image
4488 or text) in message.
4489 (image-minor-mode): New minor mode.
4490 (image-mode-maybe, image-toggle-display-text): New functions.
4491 (image-toggle-display): Use called-interactively-p.
4492 Let-bind `inhibit-read-only' to t.
4493
4494 * image-mode.el (image-minor-mode): Set `cursor-type' and
4495 `truncate-lines' if the image is already displayed. Add turning
4496 image-minor-mode off to `change-major-mode-hook'. Add message.
4497 Call `image-toggle-display-text' after turning image-minor-mode off.
4498
4499 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
4500
4501 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
4502 Terminal.app, use utf-8.
4503 (set-display-table-and-terminal-coding-system): Add coding-system arg.
4504 (set-locale-environment): Use it.
4505
4506 * term/xterm.el: Undo last change, better done in mule-cmds.el.
4507
4508 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
4509
4510 * progmodes/python.el (python-close-block-statement-p)
4511 (python-outdent-p, python-current-defun): Use symbol-end.
4512
4513 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
4514
4515 * files.el (save-some-buffers): Doc fix.
4516
4517 2005-03-25 Werner Lemberg <wl@gnu.org>
4518
4519 * complete.el, thumbs.el: Replace `legal' with `valid'.
4520 * calendar/calendar.el: Replace `legal' with `valid'.
4521 * emacs-lisp/advice.el: Replace `legal' with `valid'.
4522 * mail/supercite.el: Replace `legal' with `valid'.
4523 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
4524 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
4525 Replace `legal' with `valid'.
4526 * textmodes/reftex-vars.el, textmodes/reftex.el:
4527 Replace `legal' with `valid'.
4528
4529 2005-03-25 Werner Lemberg <wl@gnu.org>
4530
4531 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
4532 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
4533 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
4534 * emulation/vip.el: Replace `illegal' with `invalid'.
4535 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
4536 * mail/supercite.el: Replace `illegal' with `invalid'.
4537 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
4538 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
4539 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
4540 * progmodes/sh-script.el, progmodes/xscheme.el:
4541 Replace `illegal' with `invalid'.
4542 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
4543 * textmodes/reftex-index.el, textmodes/reftex-parse.el
4544 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
4545 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
4546
4547 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4548
4549 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
4550 (flymake-find-buildfile, flymake-find-possible-master-files)
4551 (flymake-check-include, flymake-parse-line): Replace loops over the
4552 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
4553
4554 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
4555 Substitute file-name-as-directory in the rest of the file.
4556 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
4557 (flymake-replace-region): Remove unused arg `buffer'.
4558 (flymake-check-patch-master-file-buffer): Update calls to it.
4559 (flymake-add-err-info): Remove unused var `count'.
4560 (flymake-mode): Use define-minor-mode.
4561
4562 * progmodes/flymake.el: Use with-current-buffer.
4563 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
4564 flymake-replace-regexp-in-string, flymake-line-beginning-position)
4565 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
4566 Avoid testing for `xemacs'.
4567 (flymake-nop): Move.
4568 (flymake-region-has-flymake-overlays): Return the computed value.
4569 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
4570 Remove unused var `endline'.
4571 (flymake-get-line-count): Remove unused function.
4572 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
4573
4574 * emulation/vi.el:
4575 * generic.el:
4576 * hilit-chg.el (global-highlight-changes):
4577 * hi-lock.el (hi-lock-mode):
4578 * follow.el: find-file-hooks -> find-file-hook.
4579
4580 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
4581
4582 2005-03-24 Juri Linkov <juri@jurta.org>
4583
4584 * dired.el (dired-mode-map): Add menu item "Compare directories"
4585 for dired-compare-directories.
4586
4587 * dired-aux.el (dired-compare-directories): Add autoload cookie.
4588 Doc fix. Replace `read-file-name' with `read-directory-name'.
4589
4590 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4591
4592 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
4593
4594 2005-03-24 Jay Belanger <belanger@truman.edu>
4595
4596 * calc/calc-embed.el (calc-embedded-mode-change): Save all
4597 relevant mode settings in calc-embedded-original-modes when modes
4598 are permanently changed.
4599
4600 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
4601
4602 * autoinsert.el: find-file-hooks -> find-file-hook.
4603
4604 2005-03-24 Lute Kamstra <lute@gnu.org>
4605
4606 * generic.el (generic-font-lock-defaults): Make it obsolete.
4607 (generic-font-lock-keywords): New variable to replace
4608 generic-font-lock-defaults.
4609 (generic-mode-set-font-lock): Delete it.
4610 (generic-mode-internal): Don't call generic-mode-set-font-lock.
4611 (generic-bracket-support): Add docstring.
4612
4613 * generic-x.el: Rename generic-font-lock-defaults to
4614 generic-font-lock-keywords throughout.
4615 (mailagent-rules-setup-function): Delete it.
4616 (mailagent-rules-generic-mode): Use anonymous function instead.
4617 (show-tabs-generic-mode-font-lock-defaults-1)
4618 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
4619 Quote faces.
4620 (show-tabs-tab-face, show-tabs-space-face): Specify background,
4621 not foreground.
4622
4623 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
4624 Recognize define-generic-mode.
4625
4626 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
4627
4628 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
4629 if there's no completion table.
4630
4631 2005-03-23 Miles Bader <miles@gnu.org>
4632
4633 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4634 Remove tty-specific variants, as they're no longer needed.
4635
4636 2005-03-23 Lute Kamstra <lute@gnu.org>
4637
4638 * generic-x.el: Code cleanup: make args constant whenever possible.
4639 (installshield-statement-keyword-list)
4640 (installshield-system-functions-list)
4641 (installshield-system-variables-list, installshield-types-list)
4642 (installshield-funarg-constants-list): Make them constants.
4643
4644 * generic.el (generic-make-keywords-list): Add autoload cookie.
4645
4646 * calendar/time-date.el: Add comment on time value formats.
4647 Don't require parse-time.
4648 (with-decoded-time-value): New macro.
4649 (encode-time-value): New function.
4650 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
4651 (days-to-time): Return a valid time value when arg is huge.
4652 (time-since): Use time-subtract.
4653 (time-to-number-of-days): Use time-to-seconds.
4654
4655 2005-03-23 David Ponce <david@dponce.com>
4656
4657 * recentf.el: (recentf-keep): New option.
4658 (recentf-menu-action): Default to `find-file'.
4659 (recentf-keep-non-readable-files-flag)
4660 (recentf-keep-non-readable-files-p)
4661 (recentf-file-readable-p, recentf-find-file)
4662 (recentf-cleanup-remote): Remove.
4663 (recentf-include-p): More robust.
4664 (recentf-keep-p): New function.
4665 (recentf-remove-if-non-kept): Rename from
4666 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
4667 All callers updated.
4668 (recentf-menu-items-for-commands): Fix help string.
4669 (recentf-track-closed-file): Update. Doc fix.
4670 (recentf-cleanup): Update. Count removed files. Doc fix.
4671
4672 2005-03-23 Kim F. Storm <storm@cua.dk>
4673
4674 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4675 Don't inherit from fringe face (now happens automatically).
4676
4677 2005-03-22 Kim F. Storm <storm@cua.dk>
4678
4679 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
4680 position values.
4681
4682 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
4683
4684 * menu-bar.el (showhide-date-time): Remove.
4685 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
4686 (menu-bar-make-mm-toggle): Simplify.
4687
4688 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4689
4690 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
4691 Accept qualified variable and function names.
4692
4693 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
4694
4695 * bindings.el (completion-ignored-extensions):
4696 Remove ".lis" for `vax-vms'.
4697
4698 2005-03-22 Andreas Schwab <schwab@suse.de>
4699
4700 * generic-x.el: Revert last change.
4701 * ldefs-boot.el: Update.
4702
4703 2005-03-22 Jay Belanger <belanger@truman.edu>
4704
4705 * calc/calc-embed (calc-embedded-original-modes): New variable.
4706 (calc-embedded-save-original-modes)
4707 (calc-embedded-restore-original-modes): New functions.
4708 (calc-do-embedded): Save original modes when entering embedded mode
4709 and restore when leaving embedded mode.
4710 (calc-embedded-modes-change): Change the value of
4711 calc-embedded-original-modes to reflect permanent changes.
4712
4713 2005-03-22 Lute Kamstra <lute@gnu.org>
4714
4715 * generic-x.el: Require generic again.
4716
4717 2005-03-22 Miles Bader <miles@gnu.org>
4718
4719 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
4720 Tweak details to look good on both ttys and bitmap displays, light
4721 or dark background, etc.
4722
4723 2005-03-21 Kim F. Storm <storm@cua.dk>
4724
4725 * tooltip.el (tooltip-show-help-function): Check car and cdr of
4726 mouse position.
4727
4728 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
4729
4730 * icomplete.el: Don't forcibly turn on the mode upon load.
4731 (icomplete-mode): Use define-minor-mode.
4732 (icomplete-eoinput): Default to nil.
4733 (icomplete-minibuffer-setup): Remove autoload.
4734 (icomplete-tidy): Simplify.
4735 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
4736 in the initial state or if the user has modified the field.
4737 Fix handling of icomplete-max-delay-chars.
4738 Remove code that handles the oddball case where
4739 minibuffer-completion-table is an integer.
4740 Wrap icomplete-completions in while-no-input in case building
4741 completions takes more time than expected.
4742 (icomplete-completions): Simplify.
4743
4744 2005-03-21 Richard M. Stallman <rms@gnu.org>
4745
4746 * jka-compr.el (jka-compr-really-do-compress):
4747 Make variable buffer-local.
4748
4749 * image-mode.el: Handle .xpm files too.
4750 (image-toggle-display): Preserve modification flag.
4751
4752 * help.el (where-is): Don't mention aliases with no key bindings.
4753
4754 2005-03-21 Lute Kamstra <lute@gnu.org>
4755
4756 * generic.el: Fix commentary section. Don't require cl for compilation.
4757 (generic-mode-list): Add autoload cookie.
4758 (generic-use-find-file-hook, generic-lines-to-scan)
4759 (generic-find-file-regexp, generic-ignore-files-regexp)
4760 (generic-mode, generic-mode-find-file-hook)
4761 (generic-mode-ini-file-find-file-hook): Fix docstrings.
4762 (define-generic-mode): Make it a defmacro. Fix docstring.
4763 (generic-mode-internal): Code cleanup. Add autoload cookie.
4764 (generic-mode-set-comments): Code cleanup.
4765 * generic-x.el: Don't prevent compilation. Don't require generic.
4766 Follow coding conventions. Minor code cleanup.
4767 (etc-fstab-generic-mode): Add some keywords.
4768 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
4769 define-generic-mode like a function declaration.
4770
4771 2005-03-21 Jay Belanger <belanger@truman.edu>
4772
4773 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
4774 changing modes.
4775
4776 2005-03-21 Sam Steingold <sds@gnu.org>
4777
4778 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
4779
4780 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
4781
4782 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
4783 Add underscore to "f$ lexicals" regexp.
4784
4785 2005-03-20 Juri Linkov <juri@jurta.org>
4786
4787 * subr.el (progress-reporter-do-update): When `min-value' is equal
4788 to `max-value', set `percentage' to 0 and prevent division by zero.
4789
4790 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
4791
4792 Sync with Tramp 2.0.48.
4793
4794 * tramp.el (all): Change all addresses to .gnu.org.
4795 (tramp-append-tramp-buffers): New defun.
4796 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
4797 Catch `dont-send' signal.
4798 (tramp-set-auto-save-file-modes): Set always permissions, because
4799 there might be an old auto-saved file belonging to another
4800 original file. This could be a security threat. Reported by
4801 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
4802 Check for Emacs 21.3.50 removed.
4803
4804 * tramp-smb.el (all): Remove debug construct for
4805 `with-parsed-tramp-file-name'.
4806 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
4807 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
4808 No error message if DIRECTORY or FILENAME doesn't exist.
4809 (tramp-smb-open-connection): Check existence of
4810 `tramp-smb-program'.
4811
4812 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
4813
4814 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
4815 Properly handle the case where the `m' or `s' command's argument is not
4816 yet terminated.
4817 (perl-indent-new-calculate): New function.
4818 (perl-indent-line): Use it.
4819
4820 2005-03-20 Miles Bader <miles@gnu.org>
4821
4822 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
4823 in text-mode too. Change to new face names.
4824 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
4825 Add `:weight bold' attribute.
4826 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
4827
4828 2005-03-19 Juri Linkov <juri@jurta.org>
4829
4830 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
4831
4832 * international/mule.el (auto-coding-alist): Sync with
4833 `auto-mode-alist' by adding upper case archive file extensions
4834 and adding ear/war to jar extension.
4835
4836 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
4837
4838 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
4839 running, restart it.
4840
4841 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
4842
4843 * finder.el (finder-current-item): Throw an error on an empty line.
4844
4845 * man.el (Man-follow-manual-reference): If current-word returns
4846 nil, use "".
4847
4848 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
4849
4850 * simple.el (goto-line): Doc fix.
4851
4852 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
4853
4854 * files.el (save-buffer): Doc fix.
4855
4856 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
4857
4858 * recentf.el (recentf-cleanup-remote): New variable.
4859 (recentf-cleanup): Use it to conditionally check availablity of
4860 remote files.
4861
4862 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
4863
4864 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
4865 function names.
4866
4867 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4868
4869 * language/thai-word.el: New file.
4870
4871 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
4872
4873 * files.el (backup-buffer): If the file's directory is not
4874 writable, use copy instead of move to backup the file.
4875
4876 2005-03-19 Eli Zaretskii <eliz@gnu.org>
4877
4878 * obsolete/keyswap.el: Moved to obsolete/ from term/.
4879
4880 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
4881
4882 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
4883 Use functionp instead of symbolp and fboundp. Reported by Drkm
4884 <darkman_spam@yahoo.fr>.
4885 (ps-print-version): New version 6.6.6.
4886
4887 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
4888
4889 * textmodes/table.el (table--line-column-position): New idiom.
4890 (table--row-column-insertion-point-p): New function to test
4891 validity of row and column insertion operation at a location.
4892 (table-global-menu, table-cell-menu): Use above functions for
4893 deterministic test operation.
4894 (table--editable-cell-p): Behave in deterministic fashion.
4895
4896 2005-03-18 Juri Linkov <juri@jurta.org>
4897
4898 * isearch.el (isearch-lazy-highlight-new-loop):
4899 Make arguments beg and end optional.
4900 (isearch-update): Remove optional arguments nil from
4901 isearch-lazy-highlight-new-loop.
4902 (isearch-lazy-highlight-search): Let-bind case-fold-search to
4903 isearch-lazy-highlight-case-fold-search instead of
4904 isearch-case-fold-search, and let-bind isearch-regexp to
4905 isearch-lazy-highlight-regexp.
4906 Use isearch-lazy-highlight-last-string instead of isearch-string.
4907
4908 * replace.el (perform-replace): Remove bindings of global
4909 variables isearch-string, isearch-regexp, isearch-case-fold-search.
4910 Add three new arguments to `replace-highlight'.
4911 (replace-highlight): Add arguments string, regexp, case-fold.
4912 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
4913 to allow isearch-lazy-highlight-new-loop to use these values
4914 to set corresponding isearch-lazy-highlight-* internal
4915 variables whose values lazy highlighting will use regardless of
4916 changes to global variables isearch-string, isearch-regexp,
4917 isearch-case-fold-search during lazy highlighting loop.
4918 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
4919 to `lazy-highlight-cleanup'.
4920
4921 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
4922 (ispell-highlight-face): Set default face to `isearch' when
4923 lazy highlighting is enabled.
4924 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
4925 priority to 1. Add lazy highlighting.
4926 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
4927 from `isearch-dehighlight'.
4928
4929 2005-03-18 David Ponce <david@dponce.com>
4930
4931 * files.el (hack-local-variables): Do a case-insensitive search
4932 for End.
4933
4934 2005-03-18 Juri Linkov <juri@jurta.org>
4935
4936 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
4937 `isearch-lazy-highlight-cleanup', add alias to old name and
4938 declare obsolete. Add release numbers to other obsolete vars.
4939 (isearch-done, isearch-lazy-highlight-new-loop):
4940 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
4941 (lazy-highlight-cleanup) <variable>: Doc fix.
4942 (isearch-lazy-highlight-update): Rename obsolete
4943 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
4944
4945 2005-03-18 Kenichi Handa <handa@m17n.org>
4946
4947 * language/thai-util.el: Fix categorization of Thai characters in
4948 thai-category-table.
4949 (thai-composition-pattern): Adjust it for the above change.
4950 (thai-self-insert-command, thai-compose-syllable): New functions.
4951 (thai-compose-region): Use thai-compose-syllable.
4952 (thai-compose-string): Likewise.
4953 (thai-composition-function): Likewise.
4954 (thai-auto-composition): New function.
4955 (thai-auto-composition-mode): New minor mode.
4956
4957 * language/thai.el: Fix patterns to be registered in
4958 composition-function-table.
4959
4960 * international/quail.el (quail-input-method): Locally bind
4961 inhibit-modification-hooks to t.
4962
4963 2005-03-17 Richard M. Stallman <rms@gnu.org>
4964
4965 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
4966 (perl-mode): Use run-mode-hooks.
4967
4968 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
4969 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
4970 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
4971
4972 * mail/sendmail.el (sendmail-send-it): Reenable the code
4973 to compute resend-to-address and use it.
4974
4975 * tar-mode.el (tar-mode): Turn off undo unconditionally.
4976
4977 * image-mode.el: New file.
4978
4979 * image.el (insert-sliced-image): Add autoload cookie.
4980
4981 * font-lock.el (font-lock-lines-before): New user option.
4982 (font-lock-after-change-function): Obey it.
4983
4984 * bindings.el (esc-map): Make M-g a prefix.
4985 Bind M-g g and M-g M-g to goto-line.
4986
4987 * faces.el (face-id): Doc fix.
4988
4989 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
4990
4991 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
4992 (rmail-show-message): Use rmail-unknown-mail-followup-to.
4993 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
4994
4995 * mail/sendmail.el (mail-yank-ignored-headers)
4996 (mail-font-lock-keywords, mail-mode-fill-paragraph):
4997 Add Mail-Followup-To and Mail-Reply-To headers.
4998 (mail-citation-hook): Add autoload cookie.
4999 (mail-mode): Doc fix.
5000 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
5001 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
5002 (mail-mode-fill-paragraph): Handle those headers.
5003 (mail-mailing-lists): New variable.
5004 (mail-mail-reply-to, mail-mail-followup-to): New functions.
5005
5006 2005-03-17 Juri Linkov <juri@jurta.org>
5007
5008 * isearch.el (isearch-fallback): Check for `(car previous)'
5009 before calling `isearch-other-end-state'.
5010
5011 2005-03-17 Kim F. Storm <storm@cua.dk>
5012
5013 * simple.el (move-beginning-of-line): Move to beginning of buffer
5014 line, as well as beginning of screen line.
5015
5016 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
5017
5018 * calendar/diary-lib.el (mark-diary-entries): Use new optional
5019 argument REDRAW rather than calendar-redrawing variable.
5020 * calendar/calendar.el (calendar-redrawing): Delete.
5021 (redraw-calendar): Do not bind calendar-redrawing.
5022
5023 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
5024
5025 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
5026 diary-file buffer.
5027
5028 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
5029
5030 * help.el (describe-mode): Allow a :minor-mode-function property to
5031 specify a different minor mode toggle function than the variable.
5032 * simple.el (auto-fill-function):
5033 * subr.el (add-minor-mode): Use it.
5034
5035 2005-03-16 Kenichi Handa <handa@m17n.org>
5036
5037 * language/ethio-util.el (sera-being-called-by-w3): New variable.
5038 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
5039 (ethio-fidel-to-sera-buffer): Likewise.
5040
5041 2005-03-16 Juri Linkov <juri@jurta.org>
5042
5043 * emacs-lisp/find-func.el (find-function-regexp):
5044 Add defun-emitting macro `menu-bar-make-toggle'.
5045
5046 * isearch.el: Put `isearch-scroll' property to
5047 `split-window-horizontally'.
5048
5049 * info.el: Update error messages for `debug-ignored-errors'.
5050 (Info-isearch-search): Doc fix.
5051 (Info-find-node): Move up code to go into info buffer before
5052 recording the node to the history.
5053 (Info-fontify-node): Fontify titles only if the next line
5054 has two or more `*', `=', `-', `.'.
5055 Display "go to this node" for empty (match-string 3).
5056
5057 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5058
5059 * term/mac-win.el: Add mouse pointer shape constants.
5060
5061 2005-03-15 Kim F. Storm <storm@cua.dk>
5062
5063 * simple.el (move-beginning-of-line): Use vertical-motion.
5064
5065 2005-03-15 Juri Linkov <juri@jurta.org>
5066
5067 * isearch.el (isearch-error): New variable.
5068 (isearch-invalid-regexp, isearch-within-brackets): Remove.
5069 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
5070 (isearch-within-brackets-state): Remove.
5071 (isearch-case-fold-search-state, isearch-pop-fun-state):
5072 Decrease frame index.
5073 (isearch-mode, isearch-top-state, isearch-push-state)
5074 (isearch-edit-string, isearch-abort, isearch-search-and-update)
5075 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
5076 (isearch-search, isearch-lazy-highlight-new-loop):
5077 Replace `isearch-invalid-regexp' with `isearch-error'.
5078 Remove `isearch-within-brackets'.
5079 (isearch-search): Add `search-failed' handler to `condition-case'.
5080 (isearch-lazy-highlight-search): Add `condition-case' to catch
5081 errors and allow `isearch-lazy-highlight-update' to try
5082 highlighting from the beginning of the window.
5083 (isearch-repeat): Move up code to set isearch-wrapped to t
5084 before calling isearch-wrap-function.
5085
5086 * info.el (Info-isearch-initial-node): New internal variable.
5087 (Info-search): Signal an error in isearch mode when search leaves
5088 the initial node. Signal an error when `bound' is non-nil and
5089 nothing was found in the current subfile.
5090 (Info-isearch-search): Remove `condition-case'.
5091 (Info-isearch-wrap): Don't wrap when search failed during leaving
5092 the initial node. If `Info-isearch-search' is nil, wrap around
5093 the current node.
5094 (Info-isearch-start): New fun.
5095 (Info-mode): Add buffer-local hook `Info-isearch-start' to
5096 `isearch-mode-hook'.
5097
5098 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5099
5100 * simple.el (normal-erase-is-backspace): Set default to t if
5101 running on Mac.
5102
5103 * term/mac-win.el (function-key-map): Sync with x-win.el.
5104
5105 2005-03-15 Kenichi Handa <handa@m17n.org>
5106
5107 * international/mule-cmds.el (locale-language-names): Modify the
5108 format of elements and add more entries.
5109 (locale-preferred-coding-systems): Add more entries.
5110 (set-locale-environment): Adjust for the change of
5111 locale-language-names.
5112
5113 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
5114
5115 * pcvs.el (smerge-ediff): Remove bogus autoload.
5116
5117 2005-03-14 Lute Kamstra <lute@gnu.org>
5118
5119 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
5120 Ignore a `*' at the beginning of a line.
5121
5122 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
5123 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
5124 subr.el.
5125 (dont-compile, eval-when-compile, eval-and-compile): Use declare
5126 to specify indentation.
5127
5128 * generic.el (define-generic-mode): Let generic-mode-list be a
5129 list of strings; test membership with equal.
5130
5131 2005-03-14 Kim F. Storm <storm@cua.dk>
5132
5133 * simple.el (next-line, previous-line): Add optional try-vscroll
5134 arg to recognize interactive use. Pass it on to line-move.
5135 (line-move): Don't perform auto-window-vscroll when defining or
5136 executing keyboard macro to ensure consistent behaviour.
5137
5138 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
5139
5140 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
5141
5142 2005-03-13 Lute Kamstra <lute@gnu.org>
5143
5144 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
5145 debugger-setup-buffer so that backtrace marks the frames set to
5146 debug-on-exit and we don't have to do it manually. Set an extra
5147 debug-on-exit for macro's.
5148 (debugger-setup-buffer): Don't mark the top frame manually.
5149
5150 2005-03-12 Lute Kamstra <lute@gnu.org>
5151
5152 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
5153 lisp-indent-function throughout.
5154 (with-no-warnings): Set lisp-indent-function property.
5155
5156 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
5157
5158 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
5159 Add entry for backslash.
5160
5161 2005-03-12 Juri Linkov <juri@jurta.org>
5162
5163 * info.el (Info-search): Four fixes for backward search.
5164
5165 2005-03-11 Jay Belanger <belanger@truman.edu>
5166
5167 * calc/calc.el (calc-language-alist): New variable.
5168 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
5169 (calc-embedded-find-modes): Use calc-language-alist instead of
5170 calc-embedded-language-alist.
5171
5172 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5173
5174 * calendar/calendar.el (calendar-redrawing): New internal
5175 variable.
5176 (redraw-calendar): Remove bogus save-excursion from previous
5177 change. Bind calendar-redrawing to t for mark-diary-entries.
5178 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
5179 calendar if that is why we were called.
5180
5181 2005-03-11 Kenichi Handa <handa@m17n.org>
5182
5183 * international/mule.el (make-coding-system): Set property
5184 coding-system-define-form to nil.
5185 (define-coding-system-alias): Likewise.
5186
5187 2005-03-11 Kenichi Handa <handa@m17n.org>
5188
5189 These changes are suggested by Dave Love <fx@gnu.org>.
5190
5191 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
5192 coding: tag.
5193 (adaptive-fill-regexp): Add more bullets.
5194 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
5195 regexps.
5196
5197 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
5198
5199 * help.el (describe-mode): Properly handle non-trivial lighters.
5200 Don't ignore minor modes that are not listed in minor-mode-list.
5201
5202 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
5203 feature ON when the user requests to turn it OFF.
5204
5205 2005-03-10 Lute Kamstra <lute@gnu.org>
5206
5207 * emacs-lisp/debug.el (debug-entry-code): Delete it.
5208 (implement-debug-on-entry): New function to replace debug-entry-code.
5209 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
5210 second argument as the 2005-03-07 change makes it obsolete.
5211 (debug-on-entry, cancel-debug-on-entry): Update call to
5212 debug-on-entry-1.
5213 (debug, debugger-setup-buffer): Comment update.
5214 (debugger-frame-number): Update to work with implement-debug-on-entry.
5215
5216 2005-03-10 Jay Belanger <belanger@truman.edu>
5217
5218 * calc/calc-embed.el (math-ms-args): Declare it.
5219 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
5220 math-ms-args.
5221 (calc-embedded-subst): Use math-multi-subst-rec to substitute
5222 variables.
5223
5224 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
5225
5226 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
5227 Use message-box.
5228
5229 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
5230 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
5231 (tooltip-gud-tips): Simplify.
5232 (tooltip-gud-tips-p): Remove superflouous :set.
5233 (tooltip-gud-modes): Add fortran-mode.
5234 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
5235
5236 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
5237
5238 2005-03-09 Kim F. Storm <storm@cua.dk>
5239
5240 * play/animate.el (animate-place-char): Use forward-line instead
5241 of next-line to improve performance.
5242
5243 2005-03-09 Simon Josefsson <jas@extundo.com>
5244
5245 * net/browse-url.el (browse-url-default-browser): Doc fix.
5246
5247 2005-03-09 Miles Bader <miles@gnu.org>
5248
5249 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
5250 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
5251
5252 2005-03-09 Kenichi Handa <handa@m17n.org>
5253
5254 * international/latin-1.el: Set case and syntax for 255 only if
5255 set-case-syntax-set-multibyte is nil.
5256
5257 * textmodes/ispell.el (ispell-insert-word): New function.
5258 (ispell-word): Use ispell-insert-word to insert a new word.
5259 (ispell-process-line): Likewise.
5260 (ispell-complete-word): Likewise.
5261
5262 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
5263
5264 * calendar/calendar.el (redraw-calendar): Preserve point.
5265 Reported by Matt Hodges <MPHodges@member.fsf.org>.
5266 (calendar-week-start-day): Move after definition of
5267 redraw-calendar. Delete buffer test, since redraw-calendar has
5268 that now.
5269
5270 * calendar/diary-lib.el (mark-diary-entries): Only call
5271 redraw-calendar in the first of any recursive calls.
5272 Reported by Alan Shutko <ats@acm.org>.
5273
5274 2005-03-08 Juri Linkov <juri@jurta.org>
5275
5276 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
5277 (html-horizontal-rule, html-line, html-image, html-checkboxes)
5278 (html-radio-buttons): Add a space before the trailing `/>' where
5279 sgml-xml-mode is non-nil.
5280 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
5281 the subsequent tag of the empty XML tag.
5282 (html-href-anchor): Don't set initial input to "http:".
5283 (html-image): Ask for the image URL and set point inside alt="".
5284 (html-name-anchor): Duplicate the name in the `id' attribute when
5285 sgml-xml-mode is non-nil.
5286 (html-paragraph): Remove \n before <p>.
5287 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
5288 instead of `checked' when sgml-xml-mode is non-nil.
5289
5290 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
5291 Remove 1 space before #RRGGBB to not truncate it on terminal
5292 windows w/o fringes. Remove 1 space between bg and fg examples
5293 to get more space.
5294 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
5295 avoid byte-compile warnings.
5296
5297 * image-file.el (image-file-handler): Put `safe-magic' property to
5298 `image-file-handler'.
5299
5300 * info.el (Info-isearch-search): Emulate word search in
5301 isearching through multiple Info nodes with Info-search.
5302 (Info-isearch-wrap): Allow isearch-word.
5303
5304 2005-03-08 Lute Kamstra <lute@gnu.org>
5305
5306 * emacs-lisp/debug.el (debugger-step-through): Make sure that
5307 stepping into the debugger's code is not possible.
5308 (debugger-jumping-flag): Docstring update.
5309
5310 2005-03-08 Jay Belanger <belanger@truman.edu>
5311
5312 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
5313 embedded mode begins.
5314 (calc-embedded-language-alist): New variable.
5315 (calc-embedded-find-modes): Use calc-embedded-language-alist to
5316 set default language mode.
5317
5318 2005-03-08 Kenichi Handa <handa@m17n.org>
5319
5320 * international/ccl.el (define-ccl-program): Fix docstring about
5321 extra 256 bytes assured for the output buffer.
5322
5323 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5324 Fix BUFFER_MAGNIFICATION to 2.
5325 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5326
5327 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
5328
5329 * align.el (align-rules-list): Added an alignment rule for CSS
5330 declarations (applies to css-mode and html-mode buffers).
5331
5332 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
5333
5334 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
5335
5336 2005-03-07 Kim F. Storm <storm@cua.dk>
5337
5338 * simple.el (move-beginning-of-line): New command.
5339
5340 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
5341
5342 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
5343
5344 * emulation/cua-base.el: Put CUA move property on move-end-of-line
5345 and move-beginning-of-line.
5346
5347 * apropos.el (apropos-print): Omit command from M-x ... RET.
5348
5349 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
5350
5351 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
5352 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
5353
5354 2005-03-06 Richard M. Stallman <rms@gnu.org>
5355
5356 * bindings.el (esc-map): Bind M-g to goto-line.
5357
5358 * facemenu.el (global-map): Bind M-o, not M-g.
5359
5360 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5361
5362 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
5363 "Open Directory" as for "Open File".
5364
5365 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
5366
5367 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
5368 (push-mark-command): Run activate-mark-hook.
5369
5370 2005-03-06 Richard M. Stallman <rms@gnu.org>
5371
5372 * help-mode.el (help-mode-finish): Don't alter the element
5373 in view-return-to-alist if there already is one.
5374
5375 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
5376 make sure the current buffer is the expected one.
5377
5378 * novice.el (disabled-command-function): Output in *Disabled Command*.
5379 Explicitly ignore non-keyboard events, and explicitly handle C-g.
5380
5381 * textmodes/flyspell.el (flyspell-large-region):
5382 Pass args differently for aspell.
5383
5384 * files.el (mode-require-final-newline): Doc fix.
5385
5386 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
5387
5388 * progmodes/which-func.el (which-function):
5389 Specify NOERROR when calling imenu--make-index-alist.
5390
5391 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
5392
5393 * simple.el (normal-erase-is-backspace): Define default value.
5394
5395 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
5396 (custom-reevaluate-setting): Simple function to handle
5397 variables that are defined before their default value can really
5398 be computed.
5399
5400 * startup.el (command-line): Use it for temporary-file-directory,
5401 small-emporary-file-directory, auto-save-file-name-transforms,
5402 blink-cursor-mode, and normal-erase-is-backspace.
5403
5404 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
5405 progress, even with buggy anchored keywords.
5406
5407 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
5408
5409 * simple.el (goto-line): Remove unbalanced final parenthesis.
5410
5411 2005-03-05 Richard M. Stallman <rms@gnu.org>
5412
5413 * simple.el (goto-line): Use a number at point as the default.
5414 With C-u as arg, switch buffers.
5415
5416 2005-03-05 Juri Linkov <juri@jurta.org>
5417
5418 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
5419 with `no-blinking-cursor'.
5420
5421 * startup.el (no-blinking-cursor): New defvar.
5422 (command-line): Add `--no-blinking-cursor' to longopts.
5423 Set `no-blinking-cursor' to t for command line arguments
5424 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
5425 with `no-blinking-cursor' in the condition for calling
5426 `blink-cursor-mode'.
5427
5428 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
5429
5430 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
5431 (menu-bar-options-save): Add blink-cursor-mode.
5432 (menu-bar-options-menu): Add blink-cursor-mode.
5433
5434 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
5435
5436 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
5437 (icalendar-export-file, icalendar-export-region)
5438 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
5439 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
5440
5441 2005-03-04 Lute Kamstra <lute@gnu.org>
5442
5443 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
5444 (debug-function-list): Ditto.
5445
5446 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
5447
5448 * textmodes/texinfmt.el (texinfo-append-refill):
5449 Redefine the types of line to which @refill
5450 is not appended by replacing a search for `@refill\\|@bye' with
5451 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
5452 itemize@refill' bug and the unfilled long lines bug.
5453 (texinfmt-version): Update number and date.
5454
5455 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
5456
5457 * international/code-pages.el (windows-1250, windows-125[2-8])
5458 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
5459
5460 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
5461
5462 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
5463 bound yet.
5464
5465 2005-03-02 Romain Francoise <romain@orebokech.com>
5466
5467 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
5468 buffer after removing limits.
5469 (ibuffer-pop-filter): Ditto.
5470 Update copyright.
5471
5472 2005-03-02 Miles Bader <miles@gnu.org>
5473
5474 * button.el (make-text-button): If the user doesn't specify a
5475 type, use the default. Rewrite to use `add-text-properties' and
5476 plist functions.
5477
5478 2005-03-01 Lute Kamstra <lute@gnu.org>
5479
5480 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
5481 (debugger-jumping-flag): New var.
5482 (debug-entry-code): Use it.
5483 (debugger-jump): Use debugger-jumping-flag and add
5484 debugger-reenable to post-command-hook.
5485 (debugger-reenable): Use debugger-jumping-flag and remove itself
5486 from post-command-hook.
5487 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
5488 debugger-reenable.
5489
5490 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
5491
5492 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
5493 inclusion of "itemize\\|", which may be unnecessary, is certainly
5494 inelegant, and stops refilling in itemize lists when formatting
5495 Japanese Texinfo files to Info.
5496 Update copyright to 2005.
5497
5498 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
5499
5500 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
5501 of an error if GDB can't find the source file.
5502
5503 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
5504
5505 * calendar/calendar.el (redraw-calendar): Work from any buffer,
5506 not just the calendar.
5507
5508 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
5509 first.
5510 (diary-redraw-calendar): New function.
5511 (make-diary-entry): Add diary-redraw-calendar to local
5512 write-contents-functions. Turn off selective display before
5513 inserting in diary.
5514
5515 2005-03-01 Kim F. Storm <storm@cua.dk>
5516
5517 * emacs-lisp/copyright.el (copyright-fix-years): New command.
5518
5519 2005-03-01 Lute Kamstra <lute@gnu.org>
5520
5521 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
5522 that debug-entry-code can be safely removed from a function while
5523 this code is being evaluated. Revert the 2005-02-27 change as the
5524 new implementation no longer requires it. Make sure that a
5525 function body containing just a string is not mistaken for a docstring.
5526 (debug): Skip one more frame in case of debug on entry.
5527 (debugger-setup-buffer): Delete one more frame line in case of
5528 debug on entry.
5529 (debugger-frame-number): Update to use the new text introduced by
5530 the 1999-11-03 change. Skip one more frame in case of debug on entry.
5531
5532 2005-02-28 Kim F. Storm <storm@cua.dk>
5533
5534 * double.el (double-translate-key): Call force-window-update after
5535 read-event to avoid crash in redisplay.
5536
5537 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
5538
5539 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
5540 (debug): Use it. Move the inhibit-trace earlier.
5541 (debug-entry-code): New const.
5542 (debug-on-entry-1): Use it.
5543
5544 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
5545
5546 * international/utf-16.el (ccl-encode-mule-utf-16le):
5547 Fix BUFFER_MAGNIFICATION to 2.
5548 (ccl-encode-mule-utf-16be): Likewise.
5549
5550 2005-02-28 Kenichi Handa <handa@m17n.org>
5551
5552 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
5553 Fix BUFFER_MAGNIFICATION to 4.
5554 (ccl-encode-mule-utf-16be-with-signature): Likewise.
5555
5556 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
5557
5558 * speedbar.el (speedbar-update-flag): Doc fix.
5559 (speedbar-show-info-under-mouse): Give set-mouse-position the right
5560 argument.
5561
5562 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
5563
5564 * reveal.el (reveal-post-command): Don't try to reveal overlays which
5565 have a non-nil `invisible' property but are actually visible.
5566
5567 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
5568 for perldoc sections.
5569 (perl-outline-regexp, perl-outline-level): New var and function.
5570 (perl-mode): Use them.
5571
5572 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
5573
5574 * calendar/diary-lib.el (diary-remind): Discard any mark portion
5575 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
5576
5577 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
5578
5579 * cus-edit.el: Comment change.
5580 (custom-buffer-create-internal): Slightly reword text at top of
5581 Custom buffers. Mention there that saving an option edits the
5582 init file. Add link to Emacs manual node on `custom-file'.
5583 (custom-magic-alist): Rewrite individual State messages to use
5584 capitalized keywords. Doc fix.
5585
5586 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
5587
5588 * calendar/calendar.el (calendar-buffer): Move above
5589 calendar-week-start-day.
5590 (calendar-week-start-day): Doc fix. Add :set function.
5591 (calendar-minimum-window-height): New variable.
5592 (generate-calendar-window): Only resize window if selected-window
5593 is displaying the calendar buffer. Use new variable
5594 calendar-minimum-window-height.
5595 (generate-calendar): Reword error message.
5596 (calendar-mode-map): Bind DEL to scroll-other-window-down.
5597
5598 2005-02-27 Andreas Schwab <schwab@suse.de>
5599
5600 * vc.el (vc-do-command): Don't run command asynchronously when
5601 operating in a remote directory.
5602
5603 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
5604 change from sync with Tramp 2.0.47.
5605
5606 2005-02-27 Richard M. Stallman <rms@gnu.org>
5607
5608 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
5609
5610 * textmodes/flyspell.el (flyspell-mode-on):
5611 Call ispell-change-dictionary only if necessary.
5612
5613 * emacs-lisp/re-builder.el (regexp-builder): New function.
5614
5615 * register.el (describe-register-1): Explicitly handle
5616 yank-excluded-properties = t.
5617
5618 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
5619 (custom-magic-alist): Change the status descriptions again.
5620 (face widget-type): Total rewrite based on `restricted-sexp'
5621 to eliminate the confusing double hiding levels.
5622
5623 * emacs-lisp/debug.el (debug-on-entry-1):
5624 If function body is empty, add nil as body form.
5625
5626 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
5627
5628 * emacs-lisp/trace.el (inhibit-trace): New var.
5629 (trace-make-advice): Use it.
5630
5631 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
5632
5633 2005-02-26 Kim F. Storm <storm@cua.dk>
5634
5635 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
5636 (mouse-on-link-p, mouse-drag-region-1): Use it.
5637
5638 2005-02-25 Lute Kamstra <lute@gnu.org>
5639
5640 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
5641
5642 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
5643
5644 * frame.el (blink-cursor-mode): Add :group keyword.
5645
5646 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
5647
5648 * calendar/icalendar.el (icalendar--decode-isodatetime):
5649 New optional argument DAY-SHIFT.
5650 (icalendar-export-region): Fix coding-system-for-write.
5651 (icalendar--convert-ical-to-diary): Shift end-day of all-day
5652 events by one.
5653
5654 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
5655
5656 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
5657
5658 2005-02-24 Kim F. Storm <storm@cua.dk>
5659
5660 * international/iso-acc.el (iso-accents-compose): Fix crash
5661 during redisplay. Call force-window-update after read-event
5662 and delete-region to signal that window is not accurate.
5663
5664 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
5665
5666 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
5667 Remove unused and inexistent var `inhibit-trace'.
5668 (debugger-mode): Use run-mode-hooks.
5669 (debugger-list-functions): Add buttons; setup xref stack.
5670
5671 2005-02-23 Richard M. Stallman <rms@gnu.org>
5672
5673 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
5674 appointment says it was explicitly made.
5675 (appt-add): Set the 3rd element.
5676 (appt-make-list): Preserve explicit appointments.
5677
5678 * subr.el (find-tag-default): Catch errors in forward-sexp.
5679
5680 2005-02-23 Juri Linkov <juri@jurta.org>
5681
5682 * info.el (Info-isearch-search): New defcustom.
5683 (Info-isearch-search): Call the default isearch function
5684 when Info-isearch-search is nil.
5685 (Info-isearch-wrap): Use variable Info-isearch-search.
5686
5687 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
5688
5689 * cus-edit.el: Comment change.
5690
5691 2005-02-22 Kim F. Storm <storm@cua.dk>
5692
5693 * progmodes/hideif.el (hide-ifdef-use-define-alist):
5694 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
5695
5696 2005-02-22 Simon Josefsson <jas@extundo.com>
5697
5698 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
5699 New variable.
5700 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
5701 Oskarsson" <myrkraverk@users.sourceforget.net>.
5702
5703 2005-02-22 Kim F. Storm <storm@cua.dk>
5704
5705 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
5706 check that window of that event is the selected window.
5707 (mouse-drag-region-1): Compare mouse event window to selected
5708 window before setting point.
5709
5710 * tooltip.el (tooltip-show-help-function): Pass event to
5711 mouse-on-link-p so it can check selected window.
5712
5713 2005-02-22 Kenichi Handa <handa@m17n.org>
5714
5715 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
5716 (ps-mule-show-warning): New function.
5717 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
5718 characters are found.
5719
5720 * ps-print.el (ps-header-footer-string): Return a list of header
5721 and footer strings.
5722
5723 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
5724
5725 * pcvs.el (cvs-retrieve-revision): Fix thinko.
5726
5727 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
5728
5729 * frame.el (blink-cursor-mode): Use define-minor-mode.
5730
5731 * term/mac-win.el (function-key-map): Use char-names more consistently.
5732 (file-name-coding-system): Only set it for MacOS-9. The other case is
5733 already handled in mule-cmds.el (where it also works when mac-win.el
5734 is not used).
5735
5736 2005-02-21 Kenichi Handa <handa@m17n.org>
5737
5738 * international/mule.el (ctext-pre-write-conversion): Always use
5739 " *code-converting-work*" buffer for work.
5740
5741 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
5742
5743 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
5744
5745 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
5746
5747 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
5748
5749 * ses.el (undo-more): Restore defadvice, but only the part that
5750 allows changes outside the restricted area of the buffer.
5751
5752 2005-02-20 Kim F. Storm <storm@cua.dk>
5753
5754 * simple.el (line-move): Add fourth optional arg try-vscroll which
5755 must be set to perform auto-window-vscroll.
5756 When moving backwards and doing auto-window-vscroll, automatically
5757 vscroll to the last part of lines which are taller than the window.
5758 (next-line, previous-line): Set try-vscroll arg on line-move.
5759
5760 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
5761
5762 * replace.el (query-replace, query-replace-regexp)
5763 (replace-string, replace-regexp): When operating on region, make
5764 the minibuffer prompt say so.
5765
5766 * isearch.el (isearch-forward): Document isearch-query-replace and
5767 isearch-query-replace-regexp keybindings.
5768
5769 2005-02-19 Jay Belanger <belanger@truman.edu>
5770
5771 * calc/calc-aent.el (math-read-token): Add local variable.
5772
5773 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
5774 (calc-edit-top): Move declaration to earlier in file.
5775 (calc-edit-macro-repeats): Add local variables.
5776
5777 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
5778 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
5779 calcFunc-tanh.
5780 Adjust integration rule for calcFunc-tan.
5781
5782 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5783
5784 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
5785 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
5786 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
5787 (viper-skip-separators): Bug fix.
5788 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
5789 particular major mode.
5790 (viper-del-backward-char-in-replace): Don't put deleted char on the
5791 kill ring.
5792
5793 * viper-ex.el (viper-color-display-p): New function.
5794 (viper-has-face-support-p): Use viper-color-display-p.
5795
5796 * viper-keym.el (viper-gnus-modifier-map): New keymap.
5797
5798 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
5799
5800 * viper-util.el (viper-glob-unix-files): Fix shell status check.
5801 (viper-file-remote-p): Make equivalent to file-remote-p.
5802
5803 * viper.el (viper-major-mode-modifier-list):
5804 Use viper-gnus-modifier-map.
5805
5806 2005-02-19 David Kastrup <dak@gnu.org>
5807
5808 * subr.el (subregexp-context-p): Fix garbled doc string by adding
5809 quoting.
5810
5811 2005-02-19 Jay Belanger <belanger@truman.edu>
5812
5813 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
5814 Remove extra definitions.
5815 (calc-coth): New function.
5816 (calcFunc-cot): Fix `let'.
5817
5818 2005-02-19 Eli Zaretskii <eliz@gnu.org>
5819
5820 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
5821 the reasons we use "type pc" in these faces.
5822
5823 * button.el (button): Ditto.
5824
5825 2005-02-19 Michael Mauger <mmaug@yahoo.com>
5826
5827 * replace.el (query-replace-read-from): Set the value of
5828 query-replace-from-history-variable to handle the case of an empty
5829 string entered to accept the suggested default.
5830
5831 * net/tramp.el (tramp-file-name-for-operation):
5832 Use dired-call-process instead of dired-call-process-command.
5833
5834 2005-02-19 Jay Belanger <belanger@truman.edu>
5835
5836 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
5837 (math-div-non-trig): New variables.
5838 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
5839 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
5840 (math-combine-prod, math-div-symb-fancy): Add simplifications for
5841 trig expressions.
5842
5843 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
5844
5845 * progmodes/gdb-ui.el (gdb-var-update-handler)
5846 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
5847 for watch expressions,
5848 (gdb-var-create-handler): Don't set speedbar-update-flag.
5849 (gdb-post-prompt): Simplify test for speedbar.
5850
5851 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
5852
5853 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
5854 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
5855 we use the syntax table of the correct buffer.
5856 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
5857 Felix Gatzemeier.
5858
5859 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
5860 (ediff-file-remote-p): Make synonymous with file-remote-p.
5861 In all deffaces ediff-*-face-*, use min-colors.
5862
5863 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
5864 ediff-recurse-to-subdirectories.
5865 (ediff-mark-if-equal): Check that the arguments are strings, use
5866 ediff-same-contents (after to Felix Gatzemeier).
5867
5868 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
5869 nil.
5870
5871 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
5872
5873 * log-view.el (log-view-message-re): Fix up Subversion regexp.
5874
5875 2005-02-18 David Kastrup <dak@gnu.org>
5876
5877 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
5878 use `mark-active' when defined.
5879
5880 2005-02-18 Kenichi Handa <handa@m17n.org>
5881
5882 * ps-print.el (ps-font-info-database): New entry
5883 ZapfChancery-MediumItalic with correct font name. Fix font name
5884 of the entry Zapf-Chancery-MediumItalic.
5885
5886 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
5887
5888 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
5889
5890 2005-02-16 Kim F. Storm <storm@cua.dk>
5891
5892 * ido.el (ido-fallback-command): Pass user input to fallback command.
5893
5894 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
5895
5896 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
5897 (gdb-find-file-hook): Add server prefix.
5898
5899 2005-02-16 Richard M. Stallman <rms@gnu.org>
5900
5901 * replace.el (perform-replace): Pass new args to replace-highlight.
5902 (replace-highlight): Take region args,
5903 and pass them to isearch-lazy-highlight-new-loop.
5904
5905 * novice.el (disabled-command-hook): Autoload the defalias
5906 and the make-obsolete-variable call.
5907
5908 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
5909
5910 * isearch.el (isearch-lazy-highlight-start-limit)
5911 (isearch-lazy-highlight-end-limit): New variables limit
5912 the region for highlighting.
5913 (isearch-lazy-highlight-new-loop): New args BEG and END.
5914 (isearch-lazy-highlight-search): Use the new vars.
5915 (isearch-lazy-highlight-update): Likewise.
5916
5917 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
5918
5919 * cus-start.el (all): Use default-boundp.
5920
5921 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
5922
5923 * menu-bar.el (menu-bar-select-frame): Handle current frame.
5924
5925 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
5926
5927 * autorevert.el (auto-revert-stop-on-user-input)
5928 (auto-revert-verbose): Doc fixes.
5929
5930 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
5931
5932 * international/mule-cmds.el (set-locale-environment): Remove call
5933 to set-selection-coding-system on Windows.
5934
5935 2005-02-15 Jay Belanger <belanger@truman.edu>
5936
5937 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
5938 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
5939 calcFunc-coth.
5940 (math-simplify-sqrt): Add simplifications.
5941
5942 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
5943 to list.
5944
5945 * calc/calc-ext.el: Add functions to autoloads.
5946
5947 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
5948 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
5949 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
5950 (math-csc-raw, math-cot-raw): New functions.
5951
5952 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
5953
5954 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
5955 the variable name in a message.
5956
5957 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
5958 calcFunc-csc, calcFunc-cot.
5959
5960 * calc/calcalg2.el: Add derivative and integration rules for
5961 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
5962 calcFunc-csch, calcFunc-coth.
5963 (math-do-integral-methods): Add to checks for when to use
5964 substitutions.
5965
5966 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
5967
5968 2005-02-15 Lute Kamstra <lute@gnu.org>
5969
5970 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
5971 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
5972 <monnier@iro.umontreal.ca>
5973 (lisp-outline-level): Improve efficiency. Suggested by David
5974 Kastrup <dak@gnu.org>.
5975
5976 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
5977
5978 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
5979 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
5980 (gdb-set-gud-minor-mode-existing-buffers): New functions.
5981 (gdb-find-file-hook): New hook. Add it to find-file-hook.
5982 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
5983
5984 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
5985
5986 * cus-start.el (all): Comment change.
5987
5988 2005-02-14 Lute Kamstra <lute@gnu.org>
5989
5990 * cus-start.el (all): Check if symbol is void.
5991
5992 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
5993
5994 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
5995 optional argument to \cite.
5996
5997 2005-02-14 Richard M. Stallman <rms@gnu.org>
5998
5999 * cus-edit.el (custom-buffer-create-internal): Update help message.
6000 (custom-magic-alist): Update help messages.
6001
6002 * cus-start.el (all): Allow a var to specify a standard value.
6003
6004 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
6005
6006 * custom.el (custom-theme-set-variables): Handle variable aliases.
6007
6008 * frame.el (blink-cursor-timer): Doc fix.
6009 (blink-cursor): Make it an alias for `blink-cursor-mode' and
6010 declare obsolete.
6011 (blink-cursor-mode): Define with defcustom and use correct
6012 standard expression in that defcustom.
6013 * startup.el (command-line): Adapt to above changes in frame.el.
6014
6015 2005-02-11 Lute Kamstra <lute@gnu.org>
6016
6017 * apropos.el (apropos-score-doc): Prevent division by zero.
6018
6019 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
6020
6021 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
6022 (icalendar--get-event-property-attributes)
6023 (icalendar--get-event-properties)
6024 (icalendar--datetime-to-diary-date): New functions.
6025 (icalendar--split-value): Doc fix.
6026 (icalendar--datetime-to-noneuropean-date)
6027 (icalendar--datetime-to-european-date): New optional argument
6028 SEPARATOR. Return result as a string instead of a list.
6029 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
6030 (icalendar--convert-string-for-export): Rename arg S to STRING.
6031 (icalendar-export-region): Doc fix. Change name of error buffer.
6032 Save output buffer.
6033 (icalendar-import-file): Add blank at end of prompt.
6034 (icalendar-import-buffer): Doc fix. Do not switch to error
6035 buffer. Indicate status in return value.
6036 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
6037 buffer. Save output buffer. Handle exception from recurrence
6038 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
6039 events. Fix problems with weekly all-day events.
6040
6041 2005-02-10 Richard M. Stallman <rms@gnu.org>
6042
6043 * simple.el (eval-expression-print-format):
6044 Avoid warning about edebug-active.
6045
6046 * help.el (help-for-help-internal): Rename from help-for-help.
6047 (help-for-help): Define with defalias.
6048
6049 * font-core.el (font-lock-default-function): Use with-no-warnings.
6050
6051 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
6052
6053 * custom.el (defface): Doc fix.
6054
6055 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
6056
6057 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
6058 width 0" to prevent word wrapping problems.
6059
6060 2005-02-09 Kim F. Storm <storm@cua.dk>
6061
6062 * ido.el (ido-file-extensions-order): New defcustom.
6063 (ido-file-extension-lessp, ido-file-extension-aux)
6064 (ido-file-extension-order): New advanced file ordering.
6065 (ido-file-lessp): New simple file ordering.
6066 (ido-sort-list): Remove.
6067 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
6068 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
6069
6070 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
6071
6072 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
6073 that some versions of grep produce.
6074 (grep-mode-font-lock-keywords): Likewise.
6075
6076 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
6077
6078 * progmodes/gdb-ui.el (gdb-location-list): New variable.
6079 (gdb-cdir): Delete.
6080 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
6081 (gdb-source-info): Treat case when source file is in another
6082 directory properly.
6083 (gdb-get-location): New function.
6084
6085 2005-02-07 Jay Belanger <belanger@truman.edu>
6086
6087 * calc/calc-prog.el (calc-write-parse-table-part)
6088 (calc-fix-token-name): Fix a check for language type.
6089
6090 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
6091
6092 2005-02-07 Andre Spiegel <spiegel@gnu.org>
6093
6094 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
6095 as directory not writable.
6096
6097 2005-02-07 Kim F. Storm <storm@cua.dk>
6098
6099 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
6100 (cua--standard-movement-commands): Remove list.
6101 Instead, set CUA property value to move for movement commands.
6102 (cua-movement-commands): Remove. Users must set CUA prop instead.
6103 (cua--pre-command-handler): Check CUA property.
6104 (cua--init-keymaps): Don't remap undo commands.
6105 (cua-mode): Don't call cua--rectangle-on-off.
6106
6107 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
6108 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
6109 (cua--rect-undo-set-point): New var.
6110 (cua--rectangle-undo-boundary): Setup undo apply entry.
6111 (cua--rect-undo-handler): New function for rectangle undo.
6112 (cua--rect-start-position, cua--rect-end-position): Add.
6113 (cua--rectangle-post-command): Call cua--rectangle-set-corners
6114 for restored rectangle. Set point if cua--rect-undo-set-point.
6115
6116 2005-02-06 Jay Belanger <belanger@truman.edu>
6117
6118 * calc/calc-lang.el (calc-tex-language): Display more information
6119 in messages.
6120
6121 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
6122 in TeX mode.
6123
6124 2005-02-06 Richard M. Stallman <rms@gnu.org>
6125
6126 * emacs-lisp/lisp.el (buffer-end): Doc fix.
6127
6128 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
6129
6130 * net/ldap.el (ldap-search-internal): Support attributes with
6131 optional descriptions separated by a semi-colon, as in
6132 "userCertificate;binary".
6133
6134 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6135
6136 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
6137 isn't a cons (i.e. the version is 0).
6138
6139 2005-02-05 Eli Zaretskii <eliz@gnu.org>
6140
6141 * help.el (help-for-help): Doc fix.
6142
6143 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
6144
6145 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
6146 GDB-Windows on the menu-bar as this works better.
6147
6148 2005-02-04 Jay Belanger <belanger@truman.edu>
6149
6150 * calc/calc-embed.el (calc-embedded-update): Don't put in
6151 unnecessary newlines. Adjust the end of formula marker.
6152
6153 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
6154 (math-latex-parse-two-args): New function.
6155
6156 2005-02-03 Lute Kamstra <lute@gnu.org>
6157
6158 * help-fns.el (help-with-tutorial): Make sure that users cannot
6159 remove the entire text of the tutorial by means of `undo'.
6160
6161 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
6162
6163 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
6164 in recent changes, where the ispell process was repeatedly
6165 killed & restarted.
6166
6167 * international/mule-cmds.el (set-locale-environment): Set file-name
6168 coding system to utf-8 on Darwin systems.
6169 (set-default-coding-systems): Don't set default-file-name-coding-system
6170 on Darwin systems.
6171
6172 2005-02-03 Richard M. Stallman <rms@gnu.org>
6173
6174 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
6175
6176 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
6177
6178 * faces.el (list-faces-display): Add optional argument.
6179
6180 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * font-core.el (font-lock-default-function): Handle the rare case where
6183 only font-lock-keywords is set.
6184
6185 2005-02-02 Kenichi Handa <handa@m17n.org>
6186
6187 * international/characters.el: Cancel previous change for
6188 I-WITH-DOT-ABOVE and DOTLESS-i.
6189
6190 * international/latin-5.el: Cancel previous change.
6191
6192 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6193
6194 * progmodes/gud.el: Correction to syntax in gud-menu-map.
6195
6196 2005-02-02 Kenichi Handa <handa@m17n.org>
6197
6198 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
6199 DOTLESS-i.
6200
6201 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
6202 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
6203
6204 * case-table.el (get-upcase-table): New function.
6205 (copy-case-table): Copy upcaes table too if non-nil.
6206 (set-case-syntax-delims): Maintain upcase table too.
6207 (set-case-syntax-pair): Likewise.
6208 (set-upcase-syntax, set-downcase-syntax): New functions.
6209 (set-case-syntax): Maintain upcase table too.
6210
6211 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
6212
6213 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
6214
6215 * progmodes/gud.el (gud-goto-info): New function.
6216 (gud-tool-bar-map): Use correct icon.
6217
6218 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6219
6220 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
6221 When delegating, order args in the funcall correctly.
6222
6223 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
6224
6225 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
6226
6227 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
6228
6229 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
6230 buffer not visiting a file.
6231
6232 2005-01-31 Jay Belanger <belanger@truman.edu>
6233
6234 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
6235 bound on the line with the formula.
6236
6237 2005-01-31 Kim F. Storm <storm@cua.dk>
6238
6239 * ses.el (ses-create-cell-variable-range)
6240 (ses-destroy-cell-variable-range, ses-reset-header-string)
6241 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
6242 (ses-insert-row): Fix format of apply undo entries.
6243
6244 2005-01-31 Jay Belanger <belanger@truman.edu>
6245
6246 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
6247 parts.
6248
6249 * calc/calc-embed.el (calc-embedded-open-formula)
6250 (calc-embedded-close-formula): Ignore matrix environments.
6251
6252 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
6253 TeX mode.
6254
6255 * calc/calc-lang.el (math-function-table, math-oper-table)
6256 (math-variable-table): Adjust the LaTeX portions.
6257
6258 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
6259 (math-latex-ignore-words): New constant.
6260
6261 2005-01-31 Richard M. Stallman <rms@gnu.org>
6262
6263 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
6264 (ispell-local-dictionary): Doc fix.
6265 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
6266 Don't reinitialize at run time. Don't defcustom.
6267 All uses changed to append ispell-local-dictionary-alist,
6268 or check it first.
6269 (ispell-current-dictionary): New variable for dictionary in use.
6270 (ispell-dictionary): Now used only for global default.
6271 (ispell-start-process): Set ispell-current-dictionary,
6272 not ispell-dictionary.
6273 (ispell-change-dictionary): Use this only for setting
6274 user preferences.
6275 (ispell-internal-change-dictionary): New function
6276 to change the current dictionary in use.
6277 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
6278 Use ispell-current-dictionary.
6279 Handle ispell-local-dictionary-overridden.
6280 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
6281
6282 2005-01-31 Jay Belanger <belanger@truman.edu>
6283
6284 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
6285
6286 * calc/calc-ext.el: Add calc-latex-language to autoloads.
6287 (calc-mode-map): Add calc-latex-language.
6288
6289 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
6290 (math-latex-print-frac): New functions.
6291 (math-oper-table, math-function-table, math-variable-table)
6292 (math-complex-format, math-input-filter): Add latex properties.
6293 (calc-set-language): Set math-expr-special-function-mapping.
6294
6295 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
6296 (calc-write-parse-table-part): Add LaTeX support.
6297
6298 * calc/calc.el (calc-language): Adjust docstring.
6299 (calc-set-mode-line): Add LaTeX support.
6300 (math-expr-special-function-mapping): New variable.
6301 (math-tex-ignore-words): Add to list.
6302
6303 * calc/calccomp.el (math-compose-expr, math-compose-rows):
6304 Add LaTeX support.
6305 (math-compose-expr): Add support for special functions.
6306
6307 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
6308
6309 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
6310
6311 * progmodes/gdb-ui.el (gdb-memory-address)
6312 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
6313 (gdb-memory-mode-map, gdb-memory-format-keymap)
6314 (gdb-memory-format-menu, gdb-memory-unit-keymap)
6315 (gdb-memory-unit-menu): New variables for a buffer
6316 that lets the user examine program memory.
6317 (gdb-memory-set-address, gdb-memory-set-repeat-count)
6318 (gdb-memory-format-binary, gdb-memory-format-octal)
6319 (gdb-memory-format-unsigned, gdb-memory-format-signed)
6320 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
6321 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
6322 (gdb-memory-unit-word, gdb-memory-unit-halfword)
6323 (gdb-memory-unit-byte, gdb-memory-unit-menu)
6324 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
6325 (gdb-memory-mode, gdb-memory-buffer-name)
6326 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
6327 New functions for above buffer.
6328
6329 2005-01-30 Richard M. Stallman <rms@gnu.org>
6330
6331 * cus-edit.el (custom-bury-buffer): Function deleted.
6332 (custom-buffer-done-function): Option deleted.
6333 (custom-buffer-done-kill): New (replacement option.
6334 (Custom-buffer-done): Call quit-window.
6335 (custom-buffer-create-internal): Update for above changes.
6336
6337 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
6338
6339 * simple.el (undo-ask-before-discard): New var.
6340 (undo-outer-limit-truncate): Implement it.
6341 (undo-extra-outer-limit): Doc update.
6342
6343 2005-01-29 Richard M. Stallman <rms@gnu.org>
6344
6345 * ses.el (undo-more): Delete defadvice.
6346 (ses-begin-change): Doc fix.
6347
6348 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
6349 instead of rebinding C-x u and C-_.
6350
6351 * files.el (normal-backup-enable-predicate): Return nil for files
6352 in /tmp, regardless of temporary-file-directory.
6353
6354 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
6355
6356 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
6357 (open-rectangle, delete-whitespace-rectangle-line)
6358 (clear-rectangle-line): If FILL, pass t instead of FILL
6359 for move-to-column's 2nd arg.
6360
6361 * simple.el (undo): Fix the test for continuing a series of undos.
6362 (undo-more): Set pending-undo-list to t when we reach end.
6363 (pending-undo-list): Move up defvar.
6364
6365 * wid-edit.el (widget-button-click):
6366 Shorten the range of the track-mouse binding.
6367
6368 * comint.el (comint-insert-input): Undo previous changes;
6369 use last-input-event in interactive spec.
6370
6371 2005-01-29 Eli Zaretskii <eliz@gnu.org>
6372
6373 * progmodes/compile.el (compilation-start): Bind buffer-read-only
6374 to nil before invoking call-process. Reset buffer's modified flag
6375 after fontifying it in the no-async branch.
6376
6377 * wid-edit.el (widget-specify-button): If mouse pointer shape
6378 cannot be changed, use mouse face instead.
6379
6380 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
6381
6382 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
6383 (gdb-goto-breakpoint): Make breakpoint handling work on template
6384 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
6385 (gdb-assembler-custom): Update to recognise breakpoint information
6386 added on 2005-01-19.
6387
6388 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
6389
6390 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
6391 (dsssl-mode): Use define-derived-mode.
6392 (scheme-mode-initialize): Remove.
6393 (scheme-mode): Use run-mode-hooks.
6394
6395 * cus-edit.el (customize-group-other-window)
6396 (custom-buffer-create-other-window): Don't override special-display-*.
6397 (custom-mode-map): Make it dense.
6398
6399 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
6400 sets the default value.
6401
6402 2005-01-28 Eli Zaretskii <eliz@gnu.org>
6403
6404 * descr-text.el: Add more keywords.
6405
6406 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
6407
6408 * speedbar.el: Avoid unnecessary use of locate-library.
6409
6410 * international/mule-cmds.el (standard-display-european-internal):
6411 Don't fiddle with latin-1 non-break space any more since it's now
6412 special cased in the C code.
6413 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
6414
6415 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
6416
6417 * cus-start.el (all): Add `undo-outer-limit'.
6418
6419 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6420
6421 * textmodes/bibtex.el (bibtex-format-entry):
6422 Use `bibtex-empty-field-re' only on the text of fields, not on entire
6423 field lines.
6424 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
6425 not on part of a buffer.
6426
6427 2005-01-25 Lute Kamstra <lute@gnu.org>
6428
6429 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
6430 nonempty field text strings like "{letters\\macro{}more letters}".
6431 Clarify docstring.
6432 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
6433 (bibtex-entry-offset, bibtex-parse-association)
6434 (bibtex-parse-field-name): Fix typos in docstrings.
6435 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
6436
6437 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
6438
6439 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
6440 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
6441 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
6442 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
6443
6444 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
6445 isearch minor mode.
6446
6447 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
6448
6449 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
6450
6451 2005-01-24 Lute Kamstra <lute@gnu.org>
6452
6453 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
6454 CASECHARS and NOT-CASECHARS regular expressions of the
6455 "nederlands" and "nederlands8" dictionaries to prevent a "Range
6456 striding over charsets" error.
6457
6458 2005-01-24 Jay Belanger <belanger@truman.edu>
6459
6460 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
6461 display variable name.
6462
6463 2005-01-24 Kenichi Handa <handa@m17n.org>
6464
6465 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
6466 Fix setting of the element of encoded-kbd-iso2022-invocations.
6467
6468 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
6469
6470 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
6471 (gdb-threads-select): Change to also accept mouse events.
6472 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
6473 (gdb-threads-mouse-select): Delete.
6474
6475 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
6476
6477 * files.el (insert-directory): Take care of empty directory,
6478 listed without -a switch.
6479
6480 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
6481
6482 * textmodes/refill.el (refill-post-command-function):
6483 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
6484 to the list of functions that we should be careful not to undo.
6485 (refill-late-fill-paragraph-function): Remove.
6486 (refill-saved-state): New var.
6487 (refill-mode): Use it to save fill-paragraph-function.
6488 Save also the value of auto-fill-function.
6489
6490 * term/w32-win.el: Simplify code.
6491
6492 2005-01-23 Kim F. Storm <storm@cua.dk>
6493
6494 * simple.el (line-move): Adapt to new return value from
6495 pos-visible-in-window-p.
6496
6497 * simple.el (line-move): Fix last change. Check partial
6498 visibility at point rather than at window-start.
6499
6500 2005-01-22 Jason Rumney <jasonr@gnu.org>
6501
6502 * term/w32-win.el (xw-defined-colors): Remove debug-message.
6503
6504 2005-01-22 David Kastrup <dak@gnu.org>
6505
6506 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
6507
6508 2005-01-22 Eli Zaretskii <eliz@gnu.org>
6509
6510 * type-break.el (type-break-mode): Add a test for
6511 type-break-file-name being non-nil.
6512
6513 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
6514
6515 * net/eudc.el (top level): Call (message "") via progn, so that
6516 eudc-options-file is loaded.
6517
6518 2005-01-22 Kim F. Storm <storm@cua.dk>
6519
6520 * simple.el (line-move-1): Rename from line-move.
6521 (line-move): New function that adjusts vscroll for partially
6522 visible rows, and calls line-move-1 otherwise.
6523
6524 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
6525
6526 * pcomplete.el: define pcomplete-read-event instead of read-event,
6527 since it's not a complete read-event implementation
6528
6529 2005-01-20 Jay Belanger <belanger@truman.edu>
6530
6531 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
6532 for called function.
6533
6534 2005-01-20 Steven Tamm <steventamm@mac.com>
6535
6536 * term/mac-win.el (process-connection-type): Remove.
6537 Controlled now by s/darwin.h:PTY_ITERATION.
6538
6539 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
6540
6541 * window.el (handle-select-window): Don't switch window when we're
6542 in the minibuffer.
6543
6544 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
6545
6546 * subr.el (dotimes-with-progress-reporter): New macro.
6547
6548 * ses.el (ses-dotimes-msg): Remove macro.
6549 Use `dotimes-with-progress-reporter' instead.
6550
6551 2005-01-19 Steven Tamm <steventamm@mac.com>
6552
6553 * term/mac-win.el (process-connection-type): Use new
6554 operating-system-release variable to use ptys on Darwin 7 (OSX
6555 10.3) when using carbon build.
6556
6557 2005-01-19 Jay Belanger <belanger@truman.edu>
6558
6559 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
6560 flags if the last command was a tab or M-tab.
6561
6562 * calc/calc-prog.el (calc-user-define-edit): Put original formula
6563 in formula editing buffer.
6564
6565 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6566
6567 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
6568 breakpoint image symbol in margin.
6569
6570 2005-01-19 Jay Belanger <belanger@truman.edu>
6571
6572 * calc/calc-prog.el (calc-execute-kbd-macro):
6573 Ignore calc-keep-arg-flag.
6574
6575 2005-01-19 Kenichi Handa <handa@m17n.org>
6576
6577 * textmodes/ispell.el (ispell-looking-at): New function.
6578 (ispell-process-line): Use ispell-looking-at to compare the ispell
6579 output and the buffer contents.
6580
6581 2005-01-18 Jay Belanger <belanger@truman.edu>
6582
6583 * calc/calc.el (calc-display-raw): Fix docstring.
6584
6585 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
6586
6587 * simple.el (blink-matching-open): Strip extra info from syntax.
6588
6589 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
6590 funny chars in the end-of-here-doc marker.
6591
6592 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
6593
6594 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
6595 that enable/disabled state of breakpoints is shown correctly in
6596 fringe and on ttys.
6597 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
6598 Add breakpoint information as text properties.
6599 (gdb-mouse-toggle-breakpoint):
6600 Rename to gdb-mouse-set-clear-breakpoint.
6601 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
6602 breakpoints in the margin.
6603 (gdb-remove-strings): Simplify.
6604
6605 2005-01-17 Jay Belanger <belanger@truman.edu>
6606
6607 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
6608 erasing buffer.
6609
6610 2005-01-17 Richard M. Stallman <rms@gnu.org>
6611
6612 * progmodes/grep.el (grep-find): Copy from `grep' the condition
6613 for calling grep-compute-defaults.
6614
6615 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
6616 if buffer is empty.
6617
6618 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
6619
6620 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
6621
6622 * hilit-chg.el (highlight-changes-mode): Don't autoload.
6623
6624 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
6625 non-preloaded variables.
6626
6627 2005-01-17 Steven Tamm <steventamm@mac.com>
6628
6629 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
6630 tex-shell cause to force interactivity when using pipes.
6631
6632 2005-01-17 Kim F. Storm <storm@cua.dk>
6633
6634 * simple.el (just-one-space): Make arg optional.
6635
6636 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
6637
6638 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
6639 posn-at-x-y to t to access left-margin.
6640
6641 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
6642
6643 Sync with Tramp 2.0.47.
6644
6645 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
6646 catching keep-date problems in cp/scp operations.
6647 (tramp-handle-copy-file): Don't call `set-file-modes'
6648 unconditionally. Specialized functions should know better what is
6649 necessary. This improves performance a little bit, and the
6650 functions could catch errors with `cp -p' and `scp -p'.
6651 (tramp-do-copy-or-rename-file-via-buffer)
6652 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
6653 when appropriate.
6654 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
6655 Call `set-file-modes' when appropriate.
6656 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
6657 Johnsson <isak@hypergene.com>
6658 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
6659 of both Tramp buffer and debug buffer. Reported by Joakim Verona
6660 <joakim@verona.se>
6661 (tramp-file-name-for-operation): Mark `shell-command' as magic for
6662 Emacs only.
6663
6664 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
6665 `find-file-hooks' and `dired-mode-hook'.
6666 (tramp-minor-mode-map): Respective map. Add remapping for
6667 `compile' and `recompile'.
6668 (tramp-remap-command, tramp-recompile): New defuns.
6669 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
6670 in buffer "*Compilation*". Call the commands asynchronously.
6671
6672 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
6673 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
6674 `shell-command', because it isn't magic in XEmacs. Reported by
6675 Adrian Aichner <adrian@xemacs.org>.
6676
6677 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
6678 `substitute-in-file-name.
6679 (tramp-smb-handle-substitute-in-file-name): New defun.
6680 (tramp-smb-advice-PC-do-completion): Delete advice.
6681
6682 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
6683
6684 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
6685 Fix error in deleting region.
6686
6687 2005-01-15 Richard M. Stallman <rms@gnu.org>
6688
6689 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
6690 In non-temp buffer, switch syntax table temporarily.
6691
6692 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
6693
6694 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
6695
6696 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
6697
6698 * imenu.el (imenu--split-menu): Copy menulist before sorting.
6699 (imenu--generic-function): Use START, not BEG, as pos of definition.
6700
6701 * simple.el (just-one-space): Argument specifies number of spaces.
6702
6703 * simple.el (eval-expression-print-format): Avoid warning
6704 about edebug-active.
6705
6706 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
6707
6708 * progmodes/sh-script.el: Code copied from make-mode.el
6709 with small changes,
6710 (sh-mode-map): Bind C-c C-\.
6711 (sh-backslash-column, sh-backslash-align): New variables.
6712 (sh-backslash-region, sh-append-backslash): New functions.
6713
6714 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
6715
6716 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
6717 (rmail-pop-password, rmail-pop-password-required): Move to
6718 rmail-obsolete group.
6719 (rmail-set-pop-password): Rename to rmail-set-remote-password.
6720 All callers updated.
6721 (rmail-get-pop-password): Rename to rmail-get-remote-password.
6722 Take an argument specifying whether it is POP or IMAP mailbox we
6723 are using. All callers updated.
6724 (rmail-pop-password-error): Rename to
6725 rmail-remote-password-error. Added mailutils-specific error message.
6726 (rmail-movemail-search-path)
6727 (rmail-movemail-variant-in-use): New variables.
6728 (rmail-remote-password, rmail-remote-password-required):
6729 New customization variables.
6730 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
6731 (rmail-parse-url): New function.
6732 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
6733 with GNU mailutils movemail.
6734
6735 2005-01-15 Kevin Ryde <user42@zip.com.au>
6736
6737 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
6738 suffix to space, $ or '$, to correctly position point when going
6739 to @table style constants like DBL_MAX.
6740
6741 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
6742
6743 * type-break.el (type-break-mode, type-break-file-time)
6744 (type-break-file-keystroke-count, type-break-choose-file):
6745 Don't store data in or load data from the file if type-break-file-name
6746 is nil.
6747 (type-break-file-name): Doc update as per the above.
6748
6749 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
6750
6751 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
6752 lookup-key might return nil; handle that.
6753
6754 2005-01-15 Alan Mackenzie <acm@muc.de>
6755
6756 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
6757 rather than the element found, thus enabling the tree to be setcar'd.
6758
6759 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6760
6761 * textmodes/org.el (org-show-following-heading): New option.
6762 (org-show-hierarchy-above): Use `org-show-following-heading'.
6763 (org-cycle): Documentation fix.
6764
6765 * textmodes/org.el (orgtbl-optimized): New option
6766 (orgtbl-mode): New command, a minor mode.
6767 (orgtbl-mode-map): New variable.
6768 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
6769 (orgtbl-error, orgtbl-self-insert-command)
6770 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
6771
6772 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
6773 a local variable in each org-mode buffer.
6774
6775 * textmodes/org.el (org-set-regexps-and-options): Rename from
6776 `org-set-regexps'. Added checking for STARTUP keyword.
6777 (org-get-current-options): Add STARTUP options.
6778 (org-table-insert-row): Mode mode intelligent about when
6779 realignment is needed.
6780 (org-self-insert-command, org-delete-backward-char, org-delete-char):
6781 New commands.
6782 (org-enable-table-editor): New default value `optimized'.
6783 (org-table-blank-field): Support blanking regions if active.
6784
6785 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
6786
6787 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
6788 if the year is not given.
6789
6790 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
6791 Add new escapes %m and %M, fixed bug with %F by adding
6792 save-match-data.
6793 (reftex-reference): Remove ?. from list of spaces.
6794 (reftex-label-info): Add automatic label prefix recognition.
6795
6796 * textmodes/reftex-index.el (reftex-index-next-phrase):
6797 Add slave parameter to call of `reftex-index-this-phrase'.
6798 (reftex-index-this-phrase): New optional argument.
6799 (reftex-index-region-phrases): Add slave parameter to call of
6800 `reftex-index-this-phrase'.
6801 (reftex-display-index): New argument redo.
6802 (reftex-index-rescan): Add 'redo to arguments of
6803 `reftex-display-index'.
6804 (reftex-index-Rescan, reftex-index-revert)
6805 (reftex-index-switch-index-tag): Add 'redo to arguments of
6806 `reftex-display-index'.
6807 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
6808 indexing. Fix bug with matching is there is a quote before or
6809 after the word.
6810
6811 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
6812 Fix bug when collecting citation keys in lines with comments.
6813 (reftex-citation): Prefix argument no longer rescans the document,
6814 but forces prompting for optional arguments of cite macros.
6815 (reftex-do-citation): Prompting for optional arguments implemented.
6816
6817 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
6818 Add optional arguments to most cite commands.
6819 (reftex-cite-cleanup-optional-args): New option
6820 (reftex-cite-prompt-optional-args): New option.
6821 (reftex-trust-label-prefix): New option.
6822
6823 * textmodes/reftex-toc.el (reftex-toc-find-section):
6824 Add push-mark before changing the position in the buffer.
6825
6826 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
6827 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
6828
6829 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
6830
6831 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
6832 more carefully.
6833
6834 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
6837 (sgml-mode): Use it.
6838 (sgml-get-context): Better keep track of implicitly closed tags.
6839
6840 2005-01-13 Kenichi Handa <handa@m17n.org>
6841
6842 * textmodes/ispell.el: These changes are to fix misalignment error
6843 caused by equivalent characters of different Emacs charsets.
6844 (ispell-unified-chars-table): New variable.
6845 (ispell-get-decoded-string): New function.
6846 (ispell-get-casechars, ispell-get-not-casechars)
6847 (ispell-get-otherchars): Call ispell-get-decoded-string.
6848
6849 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
6850
6851 * custom.el (custom-declare-variable): Just put symbol instead
6852 of (defvar . symbol) in `current-load-list'.
6853
6854 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
6855
6856 * emacs-lisp/elint.el: Fixed typo in Commentary section.
6857
6858 2005-01-12 Jay Belanger <belanger@truman.edu>
6859
6860 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
6861 to create a Calc summary.
6862
6863 2005-01-12 Kim F. Storm <storm@cua.dk>
6864
6865 * mouse.el (mouse-on-link-p): Change functionality and doc
6866 string to comply with latest description in lisp ref.
6867
6868 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
6869
6870 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
6871 Enable mouse clicks on mode-line, header-line and margin.
6872 (event-type): Give mouse event symbols an 'event-kind property
6873 with value 'mouse-click.
6874
6875 2005-01-12 Juri Linkov <juri@jurta.org>
6876
6877 * facemenu.el (list-colors-display): Add new arg buffer-name.
6878 Use it. Fix docstring. Replace code for identifying duplicate
6879 colors by the name with call to `list-colors-duplicates' which
6880 identifies duplicate colors by the value unless the color
6881 is one of special Windows colors. Set truncate-lines to t.
6882 Print sorted duplicate color names on each line. Indent to 22
6883 \(the longest color name in rgb.txt) instead of 20. Optimize.
6884 (list-colors-duplicates): New function.
6885 (facemenu-color-name-equal): Delete function.
6886
6887 * facemenu.el (list-colors-print): New function created from code
6888 in list-colors-display. Print #RRGGBB at the window right edge.
6889 (list-colors-display): When temp-buffer-show-function is not
6890 defined, call list-colors-print from temp-buffer-show-hook
6891 to get the right value of window-width in list-colors-print
6892 after the buffer is displayed.
6893
6894 * simple.el (pop-mark): Move deactivate-mark out of conditional
6895 part to deactivate the active mark regardless of the state of the
6896 mark ring.
6897
6898 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
6899 variables line in desktop files.
6900
6901 2005-01-12 Juri Linkov <juri@jurta.org>
6902
6903 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
6904 Bring together isearch highlight related options.
6905 (lazy-highlight): Replace group `replace' by `matching'.
6906 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
6907 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
6908 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
6909 and declare them obsolete.
6910 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
6911 (isearch-faces): Remove defgroup.
6912 (isearch-overlay, isearch-highlight, isearch-dehighlight):
6913 Move isearch highlighting code closer to lazy highlighting code.
6914
6915 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
6916 (query-replace-highlight, query-replace-lazy-highlight)
6917 (query-replace): Move definitions to the beginning of the file.
6918
6919 2005-01-11 Juri Linkov <juri@jurta.org>
6920
6921 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
6922 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
6923 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
6924
6925 * info.el (Info-history-forward): New variable.
6926 (Info-select-node): Reset Info-history-forward to nil.
6927 (Info-last): Turn into defalias.
6928 (Info-history-back): Rename from Info-last.
6929 Add current node to Info-history-forward.
6930 (Info-history-forward): New fun.
6931 (Info-mode-map): Replace Info-last by Info-history-back.
6932 Bind Info-history-forward to "r".
6933 (Info-mode-menu): Replace Info-last by Info-history-back.
6934 Fix menu item text. Add menu item for Info-history-forward.
6935 (info-tool-bar-map): Replace Info-last by Info-history-back.
6936 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
6937 for Info-history-forward.
6938 (Info-mode): Replace Info-last by Info-history-back in docstring.
6939 Add local variable Info-history-forward.
6940 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
6941
6942 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
6943
6944 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
6945 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
6946 Ignore select-window events rather than fiddle with
6947 mouse-autoselect-window.
6948
6949 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
6950
6951 * type-break.el (type-break-mode): Fix previous change.
6952
6953 2005-01-10 Jay Belanger <belanger@truman.edu>
6954
6955 * calc/calc-ext.el (calc-reset): Reset when inside embedded
6956 calculator; only reset when point is inside a calculator.
6957 Don't adjust the window height if the window takes up the whole height
6958 of the frame.
6959
6960 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
6961
6962 * ebuff-menu.el (Electric-buffer-menu-mode):
6963 Preserve value of buffer-local var header-line-format.
6964
6965 2005-01-09 Jay Belanger <belanger@truman.edu>
6966
6967 * calc/calc.el (calc-mode-var-list-restore-saved-values):
6968 Make sure settings file exists before accessing it.
6969
6970 * calc/calc-embed.el (calc-embedded-subst):
6971 Replace math-multi-subst-rec, which is only supposed to be called
6972 by math-multi-subst, by math-multi-subst.
6973
6974 2005-01-09 Andre Spiegel <spiegel@gnu.org>
6975
6976 * vc.el (vc-allow-async-revert): New user option.
6977 (vc-disable-async-diff): New internal variable.
6978 (vc-revert-buffer): Use them to disable asynchronous diff.
6979
6980 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
6981 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
6982 asynchronously if vc-disable-async-diff is t.
6983
6984 2005-01-09 Jay Belanger <belanger@truman.edu>
6985
6986 * calc/calc.el (defcalcmodevar): New macro.
6987 (calc-mode-var-list-restore-default-values)
6988 (calc-mode-var-list-restore-saved-values): New functions.
6989 (calc-mode-var-list): Use defcalcmodevar to define it.
6990 (calc-always-load-extensions, calc-line-numbering)
6991 (calc-line-breaking, calc-display-just, calc-display-origin)
6992 (calc-number-radix, calc-leading-zeros, calc-group-digits)
6993 (calc-group-char, calc-point-char, calc-frac-format)
6994 (calc-prefer-frac, calc-hms-format, calc-date-format)
6995 (calc-float-format, calc-full-float-format, calc-complex-format)
6996 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
6997 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
6998 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
6999 (calc-matrix-brackets, calc-language, calc-language-option)
7000 (calc-left-label, calc-right-label, calc-word-size)
7001 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
7002 (calc-display-raw, calc-internal-prec, calc-angle-mode)
7003 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
7004 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
7005 (calc-window-height, calc-display-trail, calc-show-selections)
7006 (calc-use-selections, calc-assoc-selections)
7007 (calc-display-working-message, calc-auto-why, calc-timing)
7008 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
7009 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
7010 (calc-gnuplot-default-device, calc-gnuplot-default-output)
7011 (calc-gnuplot-print-device, calc-gnuplot-print-output)
7012 (calc-gnuplot-geometry, calc-graph-default-resolution)
7013 (calc-graph-default-resolution-3d, calc-invocation-macro)
7014 (calc-show-banner): Use defcalcmodevar to declare them and set
7015 their default values.
7016
7017 * calc/calc-ext.el (calc-reset): Restore saved values of variables
7018 instead of default values (but restore default values if there is
7019 an argument of 0).
7020
7021 2005-01-09 David Kastrup <dak@gnu.org>
7022
7023 * desktop.el (desktop-restore-eager): Fix typo in type.
7024
7025 2005-01-08 Richard M. Stallman <rms@gnu.org>
7026
7027 * cus-edit.el (customize): Delete :link.
7028
7029 2005-01-08 Jay Belanger <belanger@truman.edu>
7030
7031 * calc/calc.el (calc-mode): Remove the extension from the
7032 `calc-settings-file' file name when loading it.
7033
7034 2005-01-08 Kim F. Storm <storm@cua.dk>
7035
7036 * info.el (Info-mode-map, Info-next-link-keymap)
7037 (Info-prev-link-keymap, Info-up-link-keymap):
7038 Map follow-link to mouse-face.
7039 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
7040
7041 2005-01-08 Jay Belanger <belanger@truman.edu>
7042
7043 * calc/calc.el (calc-settings-file): Change default value.
7044 Suggested by cgw in a comment in calc-mode.el.
7045
7046 * calc/calc-mode.el (calc-settings-file-name):
7047 Compare calc-settings-file to user-init-file instead of ~/.emacs.
7048 Replace ~/.emacs in a prompt by calc-settings-file.
7049
7050 2005-01-07 Lars Hansen <larsh@math.ku.dk>
7051
7052 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
7053 (desktop-lazy-idle-delay): New customizable variables.
7054 (desktop-buffer-args-list): New variable.
7055 (desktop-append-buffer-args): New function.
7056 (desktop-save): Call desktop-append-buffer-args for some buffers.
7057 (desktop-lazy-create-buffer): New function.
7058 (desktop-idle-create-buffers): New function.
7059 (desktop-read): Add message about buffers to restore lazily.
7060 (desktop-lazy-abort): New command.
7061 (desktop-clear): Call desktop-lazy-abort.
7062 (desktop-lazy-complete): New command.
7063
7064 2005-01-06 Richard M. Stallman <rms@gnu.org>
7065
7066 * emacs-lisp/find-func.el (find-face-definition):
7067 Rename from find-face.
7068
7069 2005-01-06 Kim F. Storm <storm@cua.dk>
7070
7071 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
7072
7073 * man.el (Man-xref-man-page, Man-xref-header-file)
7074 (Man-xref-normal-file): Add follow-link property.
7075
7076 2005-01-06 Jay Belanger <belanger@truman.edu>
7077
7078 * calc/calc-units.el: Make sure the proper macro definitions are
7079 available when compiling.
7080
7081 2005-01-06 Juri Linkov <juri@jurta.org>
7082
7083 * isearch.el (isearch-lazy-highlight-update):
7084 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
7085
7086 2005-01-06 Miles Bader <miles@gnu.org>
7087
7088 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
7089 (isearch-lazy-highlight-face): Use new name.
7090
7091 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * uniquify.el (uniquify-rationalize-file-buffer-names):
7094 Re-add an interactive spec.
7095 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
7096 to the same name.
7097
7098 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
7099 (isearch-update, isearch-done): Adjust calls accordingly.
7100
7101 2005-01-05 Richard M. Stallman <rms@gnu.org>
7102
7103 * custom.el (custom-set-variables, custom-theme-set-variables):
7104 Clarify documentation.
7105
7106 * emacs-lisp/find-func.el (find-variable)
7107 (find-variable-other-window, find-variable-other-frame):
7108 Fix the TYPE args to find-function-read and find-function-do-it.
7109 (find-function): Doc fix.
7110 (find-function-at-point): Replace function-at-point alias.
7111
7112 2005-01-04 Richard M. Stallman <rms@gnu.org>
7113
7114 * cus-face.el (custom-declare-face):
7115 Record defface in current-load-list.
7116
7117 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
7118
7119 * emacs-lisp/find-func.el: Doc fixes.
7120 (find-face-regexp): New variable.
7121 (find-function-regexp-alist): New variable.
7122 (find-function-C-source): Third arg is now TYPE.
7123 (find-function-search-for-symbol): Handle general TYPE.
7124 (find-function-read, find-function-do-it): Handle general TYPE.
7125 (find-definition-noselect, find-face): New functions.
7126 (function-at-point): Alias deleted.
7127
7128 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
7129
7130 * battery.el (display-battery-mode): Rename from display-battery.
7131 Handle the case where it gets turned off.
7132
7133 2005-01-04 Richard M. Stallman <rms@gnu.org>
7134
7135 * cus-edit.el (customize): Make :link point to user doc.
7136
7137 * man.el (Man-fontify-manpage): Turn off undo generation.
7138
7139 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
7140
7141 2005-01-04 Andreas Schwab <schwab@suse.de>
7142
7143 * files.el (insert-directory): Only look for error lines in
7144 inserted text. Don't move too far after processing --dired markers.
7145
7146 2005-01-04 Richard M. Stallman <rms@gnu.org>
7147
7148 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
7149 Don't expand if the character is @, period, dash, etc.
7150 (define-mail-abbrev): Quote names that contain problem characters.
7151
7152 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
7153
7154 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
7155
7156 2005-01-03 Richard M. Stallman <rms@gnu.org>
7157
7158 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
7159 (query-replace-highlight, query-replace-lazy-highlight)
7160 (query-replace): Definitions moved up. Doc fix.
7161
7162 2005-01-03 Richard M. Stallman <rms@gnu.org>
7163
7164 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
7165 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
7166 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
7167 (lazy-highlight-face): Rename from isearch-lazy-...
7168 Change all references to them.
7169
7170 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
7171
7172 * cus-edit.el (custom-file): Doc fix for defcustom.
7173 (custom-file): The function no longer sets the variable
7174 `custom-file' to its return value.
7175
7176 * startup.el (command-line): No longer load `custom-file'.
7177
7178 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
7179
7180 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
7181
7182 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
7183 Don't confuse module-prefixed identifiers for labels.
7184 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
7185
7186 2005-01-02 Richard M. Stallman <rms@gnu.org>
7187
7188 * files.el (basic-save-buffer-1): Fix previous change.
7189
7190 * loadhist.el (file-loadhist-lookup): New function.
7191 (file-provides, file-requires): Use it.
7192
7193 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
7194 instead of calculating the right size.
7195
7196 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7197
7198 * vc-svn.el (vc-svn-diff): Stay local if possible.
7199
7200 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
7201
7202 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
7203
7204 * files.el (hack-local-variables): Fix last change.
7205
7206 2005-01-02 Jay Belanger <belanger@truman.edu>
7207
7208 * calc/calc-yank.el (calc-edit-top): New variable.
7209 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
7210 object. Change header properties.
7211 (calc-edit-finish, calc-edit-finish-stack-object)
7212 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
7213 edited object.
7214 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
7215 for the beginning of the edited object.
7216 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
7217 for the beginning of the edited object.
7218 * calc/calc-prog.el (calc-edit-macro-finish-edit)
7219 (calc-finish-formula-edit, calc-macro-repeats)
7220 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
7221 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
7222 beginning of the edited object.
7223 (calc-user-define-edit): Change the header for editing macros.
7224 Remove unnecessary variable.
7225
7226 2005-01-01 Jay Belanger <belanger@truman.edu>
7227
7228 * calc/calc-yank.el (calc-edit-mode): Change default header.
7229 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
7230 * calc/calc-store.el (calc-edit-variable): Change title to match new
7231 header.
7232 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
7233 mode to match new header.
7234 (calc-user-define-edit): Change titles to include names of commands.
7235 (calc-finish-formula-edit): Adjust to handle new header.
7236 (calc-finish-macro-edit): Remove.
7237 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
7238 (calc-edit-macro-command, calc-edit-macro-command-type)
7239 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
7240 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
7241 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
7242 (calc-edit-macro-finish-edit): New functions.
7243 (calc-user-define-edit): Use new functions to edit named calc macros.
7244
7245 2005-01-01 Stefan <monnier@iro.umontreal.ca>
7246
7247 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
7248
7249 * ses.el (copy-region-as-kill): Deactivate mark.
7250
7251 2005-01-01 Richard M. Stallman <rms@gnu.org>
7252
7253 * replace.el (occur-1): If the output buffer is also an input,
7254 don't kill it, rename it.
7255
7256 * faces.el (set-face-background, set-face-foreground): Doc fix.
7257
7258 * cus-face.el (custom-face-attributes): Fix :help-echo strings
7259 for :foreground and :background.
7260
7261 * dired.el (dired-view-command-alist): Variable deleted.
7262 (dired-view-file, dired-mouse-find-file-other-window):
7263 Delete the code to use it.
7264
7265 2005-01-01 Kim F. Storm <storm@cua.dk>
7266
7267 * image.el (insert-sliced-image): Use t for line-height property.
7268
7269 2004-12-31 Jay Belanger <belanger@truman.edu>
7270
7271 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
7272 for "var-" at the beginning of the minibuffer.
7273
7274 2004-12-31 Richard M. Stallman <rms@gnu.org>
7275
7276 * faces.el (read-face-name):
7277 Don't treat an attribute spec as a list of faces.
7278
7279 * simple.el (undo): Use undo-equiv-table to detect
7280 unexpected changes since previous undo.
7281 (undo-list-saved): Variable deleted.
7282 (buffer-disable-undo): Don't alter undo-list-saved.
7283
7284 * files.el (require-final-newline): Allow `visit' and `visit-save'.
7285 (mode-require-final-newline): New option.
7286 (after-find-file): Handle require-final-newline with new values.
7287 (basic-save-buffer): Handle new values of require-final-newline.
7288
7289 * progmodes/sh-script.el (sh-require-final-newline):
7290 Alist value now controls whether to use mode-require-final-newline.
7291 (sh-set-shell): Implement that new meaning.
7292
7293 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
7294 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
7295 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
7296 Delete old-Emacs compatibility code.
7297 (antlr-c-common-init): Function deleted.
7298
7299 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
7300 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
7301 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
7302 * progmodes/python.el (python-mode): Use mode-require-final-newline.
7303 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
7304 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
7305 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
7306 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
7307 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
7308 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
7309 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
7310 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
7311 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
7312 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
7313 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
7314 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
7315
7316 2004-12-31 Jay Belanger <belanger@truman.edu>
7317
7318 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
7319 way to return to Calc.
7320
7321 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
7322 finish, C-xk as the way to cancel the edit. Add cancel routine to
7323 kill-buffer-hook.
7324
7325 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
7326 MacEdit code.
7327
7328 * calc/calc-prog.el: Remove obsolete MacEdit code.
7329 (calc-macro-edit-algebraic, calc-macro-edit-variable)
7330 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
7331
7332 2004-12-31 Kenichi Handa <handa@m17n.org>
7333
7334 * international/mule.el (buffer-file-coding-system-explicit):
7335 Rename for explicit-buffer-file-coding-system.
7336 (after-insert-file-set-coding): Adjust for the above change.
7337
7338 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
7339 to buffer-file-coding-system-explicit.
7340 (basic-save-buffer-1): Likewise.
7341
7342 2004-12-30 Richard M. Stallman <rms@gnu.org>
7343
7344 * textmodes/artist.el (artist-butlast-fn): Var deleted.
7345 (artist-butlast, artist-last): Functions deleted.
7346 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
7347 (artist-compute-key-compl-table): Call remq directly.
7348 (artist-remove-nulls): Function deleted.
7349 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
7350 (artist-push, artist-pop): Macro deleted.
7351
7352 2004-12-30 Andreas Leue <al@sphenon.de>
7353
7354 * textmodes/artist.el (artist-version): 1.2.6
7355 (artist-prev-next-op-alist): New variable.
7356 (artist-select-next-op-in-list): New function.
7357 (artist-select-prev-op-in-list): New function.
7358 (artist-make-prev-next-op-alist): New function.
7359 (artist-is-in-op-list-p): New function.
7360 (artist-get-first-non-nil-op): New function.
7361 (artist-get-last-non-nil-op): New function.
7362 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
7363 artist-prev-next-op-alist.
7364 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
7365 change drawing operation.
7366
7367 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
7368
7369 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
7370
7371 2004-12-31 Masatake YAMATO <jet@gyve.org>
7372
7373 * server.el (server-process-filter): Suppress `error', too.
7374
7375 2004-12-30 Jay Belanger <belanger@truman.edu>
7376
7377 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
7378 Change the way a variable is displayed in a message.
7379
7380 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
7381 (calc-user-define-permanent, calc-execute-kbd-macro):
7382 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
7383
7384 2004-12-30 Kenichi Handa <handa@m17n.org>
7385
7386 * files.el (basic-save-buffer-1):
7387 Set explicit-buffer-file-coding-system to last-coding-system-used.
7388 (revert-buffer): Pay attention to
7389 explicit-buffer-file-coding-system (not buffer-file-coding-system)
7390 on bind coding-system-for-read.
7391
7392 * international/mule.el (explicit-buffer-file-coding-system):
7393 New buffer local variable.
7394 (after-insert-file-set-coding): Set it to coding-system-for-read.
7395
7396 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
7397
7398 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
7399
7400 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
7401
7402 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
7403 that include line numbers.
7404
7405 2004-12-29 Milan Zamazal <pdm@zamazal.org>
7406
7407 * files.el (hack-local-variables): If no PREFIX, set it to "^".
7408 Redundant variable PREFIXLEN removed.
7409
7410 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
7411
7412 * eshell/em-hist.el (eshell-previous-matching-input):
7413 Start the deletion from the end of the output.
7414
7415 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7416
7417 * term/mac-win.el: Require x-dnd.
7418 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
7419
7420 2004-12-29 David Kastrup <dak@gnu.org>
7421
7422 * international/mule.el (decode-coding-inserted-region):
7423 Don't barf if `buffer-undo-list' is already set to `t'.
7424
7425 2004-12-29 Jay Belanger <belanger@truman.edu>
7426
7427 * calc/calc-prog.el (calc-user-define-formula): Put default values
7428 for function names in prompts.
7429 (calc-user-define-permanent, calc-user-define-composition)
7430 (calc-user-define-formula): Remove the need for "calcFunc-" in the
7431 default input for algebraic functions.
7432
7433 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
7434
7435 * vc-rcs.el (vc-rcs-annotate-command):
7436 Fix omission bug: Call `vc-setup-buffer'.
7437
7438 2004-12-29 Kenichi Handa <handa@m17n.org>
7439
7440 * international/mule.el (recode-region): New function.
7441
7442 2004-12-28 Richard M. Stallman <rms@gnu.org>
7443
7444 * simple.el (undo-extra-outer-limit): New variable.
7445 (undo-outer-limit-truncate): Test and set it.
7446
7447 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
7448 enables the feature to extend the existing region.
7449
7450 * simple.el (mark-word): New arg ALLOW-EXTEND
7451 enables the feature to extend the existing region.
7452
7453 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
7454 enables the feature to extend the existing region.
7455
7456 * startup.el (site-run-file): Don't allow setting it with Custom.
7457
7458 * simple.el (buffer-disable-undo): Fix previous change.
7459
7460 2004-12-27 Masatake YAMATO <jet@gyve.org>
7461
7462 * hexl.el (hexlify-buffer): Remove fontification here.
7463 Use font lock mechanism instead.
7464 (hexl-font-lock-keywords): New font lock kewords.
7465 (hexl-mode-old-font-lock-keywords): New variable.
7466 (hexl-mode): Store the old font lock keywords.
7467 (hexl-mode-exit): Restore the old font lock keywords.
7468
7469 2004-12-27 Richard M. Stallman <rms@gnu.org>
7470
7471 * simple.el (undo): Fix previous change.
7472
7473 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7474
7475 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
7476 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
7477 Call x-open-connection on Mac OS X.
7478
7479 2004-12-27 Richard M. Stallman <rms@gnu.org>
7480
7481 * files.el (buffer-save-without-query): New var (buffer-local).
7482 (save-some-buffers): Save those buffers first, w/o asking.
7483
7484 * files.el (insert-directory-ls-version): New variable.
7485 (insert-directory): When ls returns an error, test the version
7486 number to decide what the return code means.
7487 With --dired output format, detect and distinguish lines
7488 that are really error messages.
7489 (insert-directory-adj-pos): New function.
7490
7491 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
7492
7493 * battery.el (battery-mode-line-format): Remove initial spaces.
7494
7495 * uniquify.el (uniquify-rationalize-file-buffer-names):
7496 Delete interactive spec.
7497
7498 * type-break.el (type-break-mode): Set buffer-save-without-query.
7499 Remove code that tried to set save-some-buffers-always.
7500 (type-break-file-keystroke-count): Bind deactivate-mark.
7501
7502 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
7503
7504 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
7505 Test that the buffer is live, and maybe reject current buffer too.
7506 Clarify.
7507 (next-error-find-buffer): Rewrite for clarity.
7508
7509 * loadup.el: Don't use buffer-disable-undo; do it directly.
7510
7511 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
7512 (describe-variable): Call symbol-file with `defvar'.
7513
7514 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
7515 (symbol-file): Rewritten to handle new load-history format.
7516 Now takes an arg TYPE to specify looking for a particular
7517 type of definition only.
7518
7519 * emacs-lisp/debug.el (debugger-make-xrefs):
7520 Call symbol-file with `defun'.
7521
7522 * emacs-lisp/find-func.el (find-function-noselect):
7523 Call symbol-file with `defun'.
7524 (find-variable-noselect): Call symbol-file with `defvar'.
7525
7526 * eshell/esh-cmd.el (eshell-find-alias-function):
7527 Call symbol-file with `defun'.
7528
7529 * eshell/esh-test.el (eshell-test-goto-func):
7530 Call symbol-file with `defun'.
7531
7532 * mail/rmail.el (rmail-resend):
7533 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
7534
7535 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
7536
7537 * progmodes/compile.el (compilation-find-buffer): Rename arg.
7538
7539 * textmodes/texinfmt.el (texinfo-format-buffer-1):
7540 Call buffer-disable-undo.
7541
7542 * simple.el (undo-list-saved): New variable (buffer-local).
7543 (undo): Set and test it.
7544 (buffer-disable-undo): Move here from buffer.c.
7545 Clear out undo-list-saved.
7546
7547 * international/mule.el (decode-coding-inserted-region):
7548 Set buffer-undo-list in a correct and optimal way.
7549
7550 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
7551 (cperl-font-lock-unfontify-region-function): No need to save and
7552 restore info, since font-lock.el does it for us.
7553
7554 * ansi-color.el (save-buffer-state): Definition deleted.
7555 (ansi-color-unfontify-region): Don't use save-buffer-state.
7556
7557 2004-12-27 Dave Love <fx@gnu.org>
7558
7559 * wid-edit.el (function): Use restricted-sexp as parent.
7560
7561 2004-12-27 Kevin Ryde <user42@zip.com.au>
7562
7563 * simple.el (next-matching-history-element): Use same
7564 `interactive' form as previous-matching-history-element.
7565
7566 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
7567 it can appear unencoded and has been seen from yahoo.
7568
7569 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
7570
7571 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
7572 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
7573
7574 2004-12-27 Kenichi Handa <handa@m17n.org>
7575
7576 * international/utf-8.el (utf-translate-cjk-load-tables):
7577 Bind coding-system-for-read to nil while loading subst-*.
7578
7579 2004-12-26 Jay Belanger <belanger@truman.edu>
7580
7581 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
7582 default input.
7583
7584 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
7585
7586 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
7587 before reverting and disable undo recording while reverting.
7588
7589 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
7590
7591 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
7592 (hs-make-overlay): New function.
7593 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
7594 (hs-flag-region): Delete function.
7595 (hs-hide-comment-region): No longer use `hs-flag-region'.
7596 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
7597 (hs-hide-block-at-point): Likewise.
7598 (hs-hide-level-recursive): Use `hs-discard-overlays'.
7599 (hs-hide-all, hs-show-all): Likewise.
7600 (hs-show-block): Likewise.
7601 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
7602
7603 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
7604
7605 * progmodes/hideshow.el: Require `cl' when compiling.
7606 Remove XEmacs and Emacs 19 compatibility.
7607 Use `dolist' and `add-to-list' for load-time actions.
7608 (hs-discard-overlays): Use `dolist'.
7609 (hs-show-block): Likewise.
7610
7611 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
7612
7613 * faces.el (mode-line, mode-line-inactive): Use min-colors.
7614
7615 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
7616
7617 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
7618 When extending backwards, move outside the current comment first.
7619
7620 2004-12-22 Kenichi Handa <handa@m17n.org>
7621
7622 * international/quail.el (quail-start-translation): Fix prompt
7623 string for the case if input-method-use-echo-area being non-nil.
7624 (quail-start-conversion): Likewise.
7625 (quail-show-guidance): Don't show guidance if
7626 input-method-use-echo-area is non-nil.
7627
7628 2004-12-21 Richard M. Stallman <rms@gnu.org>
7629
7630 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
7631
7632 2004-12-21 Markus Rost <rost@ias.edu>
7633
7634 * calendar/diary-lib.el (mark-diary-entries):
7635 Set mark-diary-entries-in-calendar only after checking for diary-file.
7636
7637 2004-12-21 Richard M. Stallman <rms@gnu.org>
7638
7639 * faces.el (escape-glyph): Use blue against light foreground.
7640
7641 * simple.el (undo-outer-limit-truncate): New function.
7642 (undo-outer-limit-function): Use undo-outer-limit-truncate.
7643
7644 2004-12-21 Eli Barzilay <eli@barzilay.org>
7645
7646 * calculator.el (calculator-radix-grouping-mode)
7647 (calculator-radix-grouping-digits)
7648 (calculator-radix-grouping-separator):
7649 New defcustoms for the new radix grouping mode functionality.
7650 (calculator-mode-hook): Now used in electric mode too,
7651 (calculator): Call it.
7652 (calculator-mode-map): Some new keys.
7653 (calculator-message): New function. Some new calls.
7654 (calculator-op, calculator-set-register): Use it.
7655 (calculator-string-to-number): New function, mostly moved and
7656 updated code from calculator-curnum-value.
7657 (calculator-curnum-value): Use it.
7658 (calculator-paste): Use it, and update grabbing the current-kill.
7659 (calculator-rotate-displayer)
7660 (calculator-rotate-displayer-back): Toggle digit grouping when
7661 in radix mode, use calculator-message.
7662 (calculator-displayer-prev, calculator-displayer-next):
7663 Change digit group size when in radix mode.
7664 (calculator-number-to-string): Rename from
7665 calculator-num-to-string. Now deals with digit grouping in
7666 radix mode.
7667 (calculator-update-display, calculator-put-value): Use the new name.
7668 (calculator-fact): Return a floating point number.
7669 (calculator-mode): Doc fix.
7670
7671 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
7672
7673 * calendar/calendar.el (view-other-diary-entries): Add autoload.
7674 * calendar/diary-lib.el (view-other-diary-entries):
7675 Use current-prefix-arg in interactive spec.
7676
7677 2004-12-19 Jay Belanger <belanger@truman.edu>
7678
7679 * calc/calc-aent.el (calcAlg-blank-matching-open):
7680 Temporarily adjust the syntax of both delimiters of half-open intervals.
7681
7682 2004-12-19 Kim F. Storm <storm@cua.dk>
7683
7684 * mouse.el (mouse-1-click-follows-link): Doc fix.
7685
7686 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7687
7688 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
7689 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
7690 instead of centraleuropean as the name
7691
7692 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
7693
7694 Sync with Tramp 2.0.46.
7695
7696 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
7697 parameters wrt Tramp convention.
7698 (tramp-handle-file-attributes-with-perl)
7699 (tramp-handle-directory-files-and-attributes): Apply it.
7700 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
7701 `copy-program'. Reported by Zack Weinberg
7702 <zack@codesourcery.com>.
7703 (top): Set `edebug-form-spec' property directly rather than
7704 calling `def-edebug-spec'.
7705
7706 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
7707 advice less fragile. Surround temporary redefinition of
7708 `substitute-in-file-name' with `unwind-protect'. Suggested by
7709 Matt Hodges <MPHodges@member.fsf.org>.
7710
7711 2004-12-17 Juri Linkov <juri@jurta.org>
7712
7713 * replace.el (occur-accumulate-lines, occur-engine):
7714 Make forcing deferred font-lock fontification jit-specific.
7715
7716 2004-12-17 Kim F. Storm <storm@cua.dk>
7717
7718 * mouse.el (mouse-1-click-follows-link): New defcustom.
7719 (mouse-on-link-p): New function.
7720 (mouse-drag-region-1): Implement mouse-1-click-follows-link
7721 functionality. Map a mouse-1 click event into a mouse-2 (or
7722 other) event when position is inside a link.
7723
7724 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
7725 prefix in tooltip text with "mouse-1" when this is a link
7726 recognized by mouse-1-click-follows-link functionality.
7727
7728 * help.el (describe-key): Report effective and original binding
7729 for mouse-1 when clicked on a link.
7730 (describe-mode): Add follow-link property to "minor-mode" button.
7731
7732 * help-fns.el (describe-variable): Add follow-link property to
7733 "below" button.
7734
7735 * help-mode.el (help-xref): Add follow-link property.
7736
7737 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
7738 (apropos-command, apropos-variable, apropos-face, apropos-group)
7739 (apropos-widget, apropos-plist): Add follow-link property.
7740
7741 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
7742 checks if position is in a filename, rather than some other
7743 clickable item. Function looks for cvs-filename-face at position.
7744
7745 * wid-edit.el (widget-specify-field, widget-specify-button):
7746 Map a :follow-link keyword into a follow-link property.
7747 (link): Add :follow-link keyword, map to RET binding.
7748
7749 * dired.el (dired-mode-map): Map follow-link to mouse-face.
7750
7751 * progmodes/compile.el (compilation-minor-mode-map)
7752 (compilation-button-map, compilation-mode-map): Likewise.
7753
7754 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
7755
7756 * play/zone.el (zone): Init `line-spacing' from orig buffer.
7757 (zone-replace-char): Take `count' and `del-count'
7758 instead of `direction'. Update callers. When `del-count' is
7759 non-nil, delete that many characters, otherwise `count' characters
7760 backwards. Insert the newly-replaced string `count' times.
7761 (zone-fret): Handle chars w/ width greater than one.
7762 (zone-fall-through-ws): No longer take window width `ww'.
7763 Update callers. Add handling for `char-width' greater than one.
7764 (zone-pgm-drip): Update var holding window-end position every cycle.
7765
7766 2004-12-17 Andre Spiegel <spiegel@gnu.org>
7767
7768 * vc.el (vc-default-update-changelog): Use insert-file-contents,
7769 rather than insert-file.
7770
7771 2004-12-16 Jay Belanger <belanger@truman.edu>
7772
7773 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
7774 (math-init-random-base, math-random-digit): Check to see if
7775 var-RandSeed is bound.
7776 (math-random-last): Declare it.
7777 (math-random-digit): Don't make math-random-last local.
7778
7779 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
7780
7781 * play/zone.el (zone): Fix omission bug: Use a self-disabling
7782 one-shot thunk for uniform (error, quit, normal) recovery.
7783 Reported by John Paul Wallington.
7784 (zone-pgm-random-life): Fix bug:
7785 Recognize empty initial field by lack of "@" chars.
7786
7787 2004-12-16 Juri Linkov <juri@jurta.org>
7788
7789 * help.el (function-called-at-point):
7790 * help-fns.el (variable-at-point): As a last resort try stripping
7791 non-word prefixes and suffixes.
7792
7793 * descr-text.el (describe-property-list): Don't treat syntax-table
7794 specially. Use describe-text-sexp which inserts [show] button
7795 for large objects and handles printing errors. Sort properties
7796 by names in alphabetical order instead of by value sizes.
7797 Add `mouse-face' to list of properties for `describe-face' widget.
7798 (describe-char): Mask out face-id from 19 bits of character.
7799 Print face-id separately.
7800
7801 * replace.el (occur-accumulate-lines, occur-engine):
7802 Fontify unfontified matching lines in the source buffer
7803 before copying them.
7804 (occur-engine): Don't put mouse-face on context lines.
7805 (occur-next-error): Set point to line beginning/end
7806 before searching for prev/next property to skip multiple
7807 matches on a line (not supported by occur engine).
7808 Remove redundant prefix-numeric-value.
7809
7810 2004-12-15 Juri Linkov <juri@jurta.org>
7811
7812 * replace.el (match): New face.
7813 (list-matching-lines-face): Change default from `bold' to `match'.
7814
7815 * progmodes/grep.el (grep-match-face): New defvar.
7816 (grep-mode-font-lock-keywords): Use grep-match-face instead of
7817 compilation-column-face to highlight grep matches.
7818
7819 * apropos.el (apropos-match-face): Change default from
7820 `secondary-selection' to `match'.
7821
7822 * info-look.el (info-lookup-highlight-face): Change default from
7823 `highlight' to `match'.
7824
7825 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
7826
7827 * progmodes/executable.el (executable-interpret): Eliminate
7828 obsolete compile-internal, and switch to comint for interaction.
7829
7830 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
7831
7832 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
7833 `&&' when skipping multiple statements on a line.
7834
7835 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
7836
7837 * play/zone.el (zone): Set `truncate-lines'.
7838 Also, init `tab-width' with value from original buffer.
7839 (zone-shift-up): Rewrite for speed.
7840 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
7841 (zone-pgm-jitter): Remove redundant entries from ops vector.
7842 (zone-exploding-remove): Reduce iteration count.
7843 (zone-cpos): Convert to defsubst.
7844 (zone-replace-char): New defsubst.
7845 (zone-park/sit-for): Likewise.
7846 (zone-fret): Take window-start arg.
7847 Update callers. Use `zone-park/sit-for'.
7848 (zone-fill-out-screen): Rewrite.
7849 (zone-fall-through-ws): Likewise. Update callers.
7850 (zone-pgm-drip): Use `zone-replace-char'.
7851 Move var inits before while-loop. Use `zone-park/sit-for'.
7852 (zone-pgm-random-life): Handle empty initial field.
7853 Use `zone-replace-char' and `zone-park/sit-for'.
7854
7855 2004-12-15 Juri Linkov <juri@jurta.org>
7856
7857 * isearch.el (isearch-update): Test isearch-lazy-highlight
7858 before calling isearch-lazy-highlight-new-loop.
7859 (isearch-lazy-highlight-new-loop):
7860 Don't test isearch-lazy-highlight.
7861
7862 * replace.el (perform-replace): Add isearch-case-fold-search.
7863 Use delimited-flag for isearch-regexp.
7864 Reset isearch-lazy-highlight-last-string to force lazy
7865 highlighting when called from isearch mode.
7866 (query-replace-highlight): Revert defcustom type to boolean.
7867 (query-replace-lazy-highlight): New defcustom.
7868 (query-replace): New face.
7869 (perform-replace, replace-highlight, replace-dehighlight):
7870 Test query-replace-lazy-highlight instead of special value
7871 `isearch' of query-replace-highlight.
7872 (replace-dehighlight): Don't call isearch-dehighlight.
7873 (replace-highlight): Don't call isearch-highlight.
7874 Use face `query-replace' unconditionally.
7875
7876 2004-12-14 Kim F. Storm <storm@cua.dk>
7877
7878 * simple.el (inhibit-mark-movement): Remove defvar.
7879 (beginning-of-buffer, end-of-buffer): Don't use it.
7880
7881 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7882 Don't use inhibit-mark-movement.
7883
7884 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
7885 (cua--undo-push-mark): Remove.
7886 (cua--pre-command-handler, cua--post-command-handler):
7887 Don't fiddle with inhibit-mark-movement.
7888
7889 2004-12-14 Juri Linkov <juri@jurta.org>
7890
7891 * buff-menu.el (list-buffers-noselect): Collect internal info
7892 for every buffer in BUFFER-LIST arg too.
7893 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
7894 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
7895 Bind same-window-buffer-names and same-window-regexps to nil.
7896
7897 2004-12-13 Juri Linkov <juri@jurta.org>
7898
7899 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
7900
7901 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
7902 (sc-cite-region, sc-uncite-region, sc-recite-region):
7903 Fix previous change to handle not alist as a symbol, but
7904 a citation frame as a symbol that represents a variable name.
7905
7906 2004-12-13 Richard M. Stallman <rms@gnu.org>
7907
7908 * filecache.el (file-cache-add-directory-using-find):
7909 Only set up file-cache-find-command-posix-flag if we will use it.
7910
7911 * bindings.el (mode-line-buffer-identification-keymap):
7912 Don't cancel the mode-line's usual down-mouse-1 binding.
7913
7914 * cus-edit.el (custom-face-selected): Handle `default' specs.
7915 (custom-face-edit): Increase extra-offset.
7916 (custom-display): Handle `default' specs.
7917
7918 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
7919
7920 * emacs-lisp/elint.el (elint-standard-variables)
7921 (elint-unknown-builtin-args): Move definitions up.
7922
7923 * net/browse-url.el (browse-url-url-at-point): Add autoload.
7924
7925 * info.el (info-xref-visited): Use `default' instead of t.
7926 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
7927
7928 * faces.el (header-line, mode-line-inactive, tool-bar):
7929 Use `default' instead of t for setting the defaults.
7930 (face-spec-choose): Separate `t' from `default'.
7931
7932 * subr.el (while-no-input): New macro.
7933
7934 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
7935
7936 * filecache.el (file-cache-add-directory-using-find):
7937 Only test file-cache-find-command-posix-flag on some systems.
7938
7939 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
7942 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
7943 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
7944 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
7945 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
7946
7947 2004-12-12 Juri Linkov <juri@jurta.org>
7948
7949 * files.el (find-file-other-window, find-file-other-frame):
7950 Add the first buffer to the returned value to return the complete
7951 list of all visited buffers.
7952 (find-file-read-only, find-file-read-only-other-window)
7953 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
7954 `find-file-read-args'. Signal an error about non-existent file
7955 only if file name doesn't contain wildcards. Toggle read-only in
7956 all visited buffers.
7957 (find-alternate-file, find-alternate-file-other-window):
7958 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
7959 called interactively. Pass arg `wildcards' to other functions.
7960 (find-file-noselect): Doc fix.
7961
7962 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
7963 Doc fix.
7964 (ffap-directory-finder): New variable.
7965 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
7966 (ffap-file-at-point): Add /* to immediately rejected names.
7967 Return absolute file names matching ffap-dired-wildcards.
7968 (ffap-read-file-or-url): Set default value for `completing-read'
7969 to `buffer-file-name'.
7970 (find-file-at-point): When filename matches ffap-dired-wildcards,
7971 call ffap-file-finder with t arg `wildcards', instead of dired.
7972 (ffap-other-window, ffap-other-frame): Return visited buffers.
7973 (ffap-read-only, ffap-read-only-other-window)
7974 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
7975 (dired-at-point): Call ffap-directory-finder instead of dired.
7976 (ffap-dired-other-window, ffap-dired-other-frame)
7977 (ffap-list-directory): New commands.
7978 (ffap-bindings): New keybindings for new commands.
7979
7980 2004-12-12 Juri Linkov <juri@jurta.org>
7981
7982 * simple.el (beginning-of-buffer, end-of-buffer):
7983 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
7984 Do not push mark when mark is active in transient-mark-mode.
7985
7986 * simple.el (mark-word):
7987 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
7988 * textmodes/paragraphs.el (mark-paragraph):
7989 Extend the region when mark is active in transient-mark-mode,
7990 regardless of the last command. Doc fix.
7991
7992 * simple.el (mark-word): Preserve direction when repeating.
7993 Make arg optional. Interactive "p" -> "P".
7994 (transient-mark-mode, inhibit-mark-movement): Doc fix.
7995
7996 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
7997 preserving direction, to mark forward instead of backward when mark
7998 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
7999
8000 2004-12-12 Juri Linkov <juri@jurta.org>
8001
8002 * isearch.el (isearch-edit-string): Set 7th arg of
8003 `read-from-minibuffer' to `t' to inherit the current input
8004 method (whose name is indicated by [IM] in the minibuffer prompt)
8005 from the current buffer to the minibuffer.
8006 (isearch-lazy-highlight-update): Put body to `with-local-quit'
8007 to allow C-g quitting for lazy highlighting looping inside the
8008 search with nested repetition operators. Add overlay to the list
8009 before setting its face and other properties to avoid the case of
8010 code quitting after placing the new overlay but before it's
8011 recorded on the list. Select the window where isearch was
8012 activated, to highlight matches in the right window when isearch
8013 switches the current window to the minibuffer.
8014
8015 * international/isearch-x.el
8016 (isearch-process-search-multibyte-characters):
8017 Use `isearch-message' as initial input for `read-string' instead
8018 of adding it to the minibuffer prompt. After reading a string
8019 remove the initial value of `isearch-message' from the string.
8020
8021 * replace.el (replace-match-maybe-edit): Doc fix.
8022 (perform-replace): Don't call `replace-highlight' when automatic
8023 replacement is requested in literal mode, since it is intended
8024 only to highlight words during entering a new replacement string
8025 for \? in non-literal mode.
8026
8027 * replace.el (query-replace-highlight): Add new value `isearch'
8028 that allows query replacement to use isearch highlighting.
8029 Change type from `boolean' to `choice'. Doc fix.
8030 (replace-highlight, replace-dehighlight, perform-replace):
8031 Use isearch highlighting if query-replace-highlight eq `isearch'.
8032
8033 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
8034
8035 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
8036 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
8037
8038 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
8039 case of \end{verbatim}.
8040
8041 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
8042
8043 * term.el (term-termcap-format): Synchronyze with terminfo.
8044 (term-emulate-terminal): Handle reset.
8045 (term-reset-terminal): New function.
8046
8047 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
8048
8049 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
8050 (zone-fill-out-screen): New func.
8051 (zone-pgm-drip): Use `zone-fill-out-screen'.
8052 Also, no longer go to point-min on every cycle.
8053 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
8054 (zone-pgm-random-life-wait): New user var.
8055 (zone-pgm-random-life): New func.
8056
8057 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
8058
8059 * files.el (auto-mode-alist): Map .com to DCL mode.
8060
8061 2004-12-09 Richard M. Stallman <rms@gnu.org>
8062
8063 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
8064
8065 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
8066
8067 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
8068 buffer with a display margin.
8069
8070 2004-12-08 Jay Belanger <belanger@truman.edu>
8071
8072 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
8073 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
8074
8075 2004-12-08 Richard M. Stallman <rms@gnu.org>
8076
8077 * faces.el: Delete code to set display table.
8078 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
8079
8080 2004-12-08 Jay Belanger <belanger@truman.edu>
8081
8082 * calc/calc.el: Add math-read-preprocess-string to autoloads.
8083
8084 * calc/calc-ext.el (math-read-replacement-list)
8085 (math-read-superscripts, math-read-preprocess-string): Move to
8086 calc-aent.el.
8087
8088 * calc/calc-aent.el (math-read-replacement-list)
8089 (math-read-superscripts, math-read-preprocess-string): Move from
8090 calc-ext.el.
8091
8092 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8093
8094 * isearch.el (isearch-quote-char): Fix up typo in last change.
8095
8096 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
8097
8098 * mouse.el (mouse-set-font): Handle the case where the command was
8099 not invoked using the mouse.
8100
8101 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
8102 (edmacro-finish-edit): Further update for keyboard macros that are
8103 lambda forms.
8104 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
8105
8106 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
8107
8108 * font-lock.el (font-lock-unfontify-region): Save buffer state.
8109 (font-lock-default-unfontify-region): Don't save buffer state any more.
8110
8111 2004-12-07 Jay Belanger <belanger@truman.edu>
8112
8113 * calc/calc-help.el (calc-describe-key):
8114 Set calc-summary-indentation even when Calc Summary buffer exists.
8115
8116 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
8117
8118 * calendar/holidays.el (holiday-easter-etc): Make arguments
8119 optional for backwards compatibility. Doc fix.
8120 Remove un-necessary local vars mandatory, output-list.
8121 (holiday-advent): Make arguments optional for backwards
8122 compatibility. Doc fix.
8123
8124 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
8125
8126 * paren.el (show-paren-function): Fix last change (2004-12-02).
8127
8128 * international/mule-util.el (char-displayable-p): Return nil for
8129 unibyte mode.
8130
8131 * subr.el (subregexp-context-p): New function.
8132
8133 * isearch.el (isearch-quote-char): Use it.
8134
8135 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
8136 (regexp-opt-not-groupie*-re): Remove.
8137 (regexp-opt): Properly handle inputs with duplicate entries.
8138
8139 2004-12-06 Richard M. Stallman <rms@gnu.org>
8140
8141 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
8142
8143 * cus-edit.el (custom-file): Doc fix.
8144
8145 * textmodes/org.el: New file.
8146
8147 2004-12-06 Kenichi Handa <handa@m17n.org>
8148
8149 * ldefs-boot.el: Update international/mule-util.el section.
8150
8151 2004-12-05 Sam Steingold <sds@gnu.org>
8152
8153 * net/tramp.el (tramp-handle-file-accessible-directory-p):
8154 Fix `tramp-time-diff' comparison logic.
8155
8156 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
8157
8158 * progmodes/which-func.el (which-function):
8159 Use `run-hook-with-args-until-success' instead of a custom loop.
8160 Fixes bug with local hooks.
8161
8162 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8163
8164 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
8165 Use delete-dups when calculating the initial value.
8166 (bibtex-autokey-get-title): Use <=.
8167 (bibtex-goto-line): New function.
8168 (bibtex-reposition-window): Use line numbers instead of point
8169 positions. Use window-body-height.
8170 (bibtex-find-crossref): Use bibtex-reposition-window.
8171 (bibtex-find-entry): Use bibtex-reposition-window. Always return
8172 position of entry if key is found or nil if not found.
8173
8174 2004-12-05 Richard M. Stallman <rms@gnu.org>
8175
8176 * cus-edit.el (custom-file): Doc fix.
8177
8178 * progmodes/sh-script.el (sh-indent-for-then): Change default.
8179
8180 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
8181
8182 * simple.el (blink-matching-open):
8183 * textmodes/tex-mode.el (tex-validate-region):
8184 Obey syntax-table text properties.
8185
8186 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
8187
8188 * wid-edit.el (widget-specify-field): Add `real-field' property to
8189 boundary.
8190 (widget-field-at): Use it.
8191
8192 2004-12-02 Richard M. Stallman <rms@gnu.org>
8193
8194 * progmodes/cc-mode.el (awk-mode autoload):
8195 Supply t meaning interactive function.
8196
8197 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
8198 (isearch-mode-map): No special definition for space.
8199 (isearch-whitespace-chars): Command deleted.
8200 (isearch-forward-regexp): Doc fix.
8201 (isearch-quote-char): When a space is not inside brackets,
8202 use `[ ]' instead of just space.
8203 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
8204
8205 * imenu.el (imenu--generic-function): Delete code to exclude
8206 matches in comments.
8207
8208 * man.el (Man-reverse-face): Change default to `highlight'.
8209
8210 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
8211 (occur-engine): Use `face' prop rather than `font-lock-face'
8212 when specifying use of `match-face'.
8213 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
8214
8215 * emacs-lisp/elint.el (elint-standard-variables): Update list.
8216
8217 * add-log.el (add-log-current-defun): Handle the case where point
8218 is in the header part of a DEFUN construct.
8219
8220 2004-12-02 Dave Love <fx@gnu.org>
8221
8222 * progmodes/python.el (python-font-lock-syntactic-keywords):
8223 Fix previous change.
8224
8225 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
8226
8227 * paren.el (show-paren-function): Check for matching chars
8228 specified by text props.
8229
8230 2004-12-02 Jay Belanger <belanger@truman.edu>
8231
8232 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
8233 when reading a new key sequence.
8234
8235 2004-12-02 Kim F. Storm <storm@cua.dk>
8236
8237 * faces.el (escape-glyph): Rename from glyph.
8238 (standard-display-table): Set it here. Add escape-glyph face to
8239 extra slot characters.
8240
8241 * disp-table.el: Undo 2004-12-01 change. Display table is now
8242 setup in faces.el.
8243
8244 2004-12-02 Mark A. Hershberger <mah@everybody.org>
8245
8246 * xml.el (xml-parse-dtd): Don't show validity messages when
8247 xml-validating-parser is nil.
8248 (xml-substitute-special): Fix validity error messages to
8249 actually show the unexpandable entity. Added validity error if &
8250 isn't followed by an entity.
8251 (xml-parse-tag): Concatenate any string following the a
8252 <![CDATA[]]> section to the parsed CDATA.
8253 (xml-parse-dtd): Skip parameter entity declarations and use of
8254 parameter entities.
8255
8256 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
8257
8258 * kmacro.el (kmacro-default-counter-format): New var.
8259 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
8260 (kmacro-display): Remove `nil' from `and' form. Delete call to
8261 `format' inside `message'.
8262 (kmacro-start-macro): Use `kmacro-default-counter-format'.
8263
8264 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
8265
8266 * pcvs.el (cvs-header-msg): New function.
8267 (cvs-update-header): Use it. Change calling convention.
8268 Correctly handle the case of having simultaneous active processes.
8269 (cvs-sentinel): Don't call cvs-update-header any more.
8270 (cvs-mode-run): Update call and add cvs-update-header to postproc.
8271
8272 2004-12-01 Jay Belanger <belanger@truman.edu>
8273
8274 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
8275 Change message.
8276
8277 2004-12-01 Juri Linkov <juri@jurta.org>
8278
8279 * progmodes/prolog.el (prolog-mode-variables):
8280 Fix imenu-generic-expression.
8281
8282 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
8283
8284 * faces.el (glyph): New face.
8285
8286 * disp-table.el: Add an autoloaded table, that doesn't require
8287 this library, with glyph face.
8288
8289 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
8290 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
8291 (conf-quote-normal): Allow normalizing only ' or ".
8292 (conf-mode): Regexp-quote constructed comment-start and don't
8293 match section {} where "name" contains braces.
8294
8295 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
8296 files.
8297
8298 2004-12-01 Kenichi Handa <handa@m17n.org>
8299
8300 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
8301 (x-select-text): Don't treat eight-bit-control/graphic chars
8302 specially. Store the encoded text in the X cut buffer.
8303 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
8304 with x-last-selected-text-cut-encoded.
8305
8306 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
8307
8308 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
8309
8310 2004-11-30 Markus Rost <rost@ias.edu>
8311
8312 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
8313 AUCTeX.
8314
8315 2004-11-30 Jay Belanger <belanger@truman.edu>
8316
8317 * calc/calc-arith.el (math-possible-signs): Made stronger checks
8318 on signs of intervals.
8319 (math-pow-of-zero): Strengthen checks for positive and negative
8320 exponents.
8321
8322 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
8323 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
8324 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
8325 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
8326 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
8327 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
8328 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
8329 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
8330 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
8331 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
8332 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
8333 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
8334 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
8335 with provide statements.
8336
8337 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
8338
8339 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
8340
8341 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
8342 (calc-load-everything, math-defsimplify): Replace dummy autoloading
8343 functions by require statements.
8344 (math-defsimplify): Move to calc-alg.el, add to autoloads.
8345
8346 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
8347 (calc-gnuplot-print): Give them values.
8348
8349 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
8350 autoloads.
8351 Add calc-do-embedded-activate to autoloads.
8352 (calc-gnuplot-name, calc-gnuplot-plot-command)
8353 (calc-gnuplot-print-command): Move them to calc-graph.el.
8354
8355 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8356
8357 * term/mac-win.el (ccl-encode-mac-roman-font)
8358 (ccl-encode-mac-cyrillic-font)
8359 (ccl-encode-mac-centraleuropean-font, encoder-list)
8360 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
8361 Support Cyrillic, CentralEuropean, and Dingbat font display
8362
8363 2004-11-30 Andre Spiegel <spiegel@gnu.org>
8364
8365 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
8366
8367 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
8368 still nil.
8369
8370 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
8371
8372 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
8373 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
8374
8375 2004-11-29 Jay Belanger <belanger@truman.edu>
8376
8377 * calc/calc-arith.el (math-pow-of-zero): Take into account different
8378 cases of the base and exponent.
8379
8380 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
8381
8382 * simple.el (next-error-buffer-p): Allow for inclusive and
8383 exclusive tests for finding a buffer.
8384 (next-error-find-buffer): Pass the exclusive and inclusive tests
8385 to next-error-buffer-p.
8386
8387 * replace.el (occur-next-error): Switch to the Occur buffer when
8388 appropriate, use the exclusive filter to next-error-find-buffer to
8389 do it. Use the absolute value of the motion amount.
8390
8391 2004-11-29 Kenichi Handa <handa@m17n.org>
8392
8393 * startup.el (command-line): Decode all default-directory by
8394 locale-coding-system.
8395
8396 2004-11-29 Jay Belanger <belanger@truman.edu>
8397
8398 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
8399 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
8400 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
8401 Replace calls to calc-extensions by appropriate require, replace
8402 calc-extensions-loaded by appropriate featurep.
8403
8404 * calc/calc-ext.el: Move require to end of file.
8405 Remove redundant loading of calc.el.
8406 (calc-extensions-loaded): Remove unnecessary variable.
8407 (calc-extensions): Remove unnecessary function.
8408 (calc-load-everything): Replace calc-need-macros by appropriate require.
8409
8410 * calc/calc-macs.el: Move provide to end of file.
8411 (calc-need-macros): Remove unnecessary function.
8412
8413 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
8414 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
8415 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
8416 Replace calc-extensions by appropriate require.
8417 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
8418
8419 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
8420 Replace calc-need-macros by appropriate require.
8421
8422 * calc/calc.el: Move require to end of file.
8423 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
8424 Remove unnecessary variable.
8425 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
8426 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
8427 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
8428 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
8429 (math-stack-value-offset, math-format-value, math-format-flat-expr)
8430 (math-format-number, math-format-bignum, math-read-number)
8431 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
8432 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
8433 by appropriate require.
8434 (calc-check-defines): Replace calc-need-macros by appropriate require.
8435
8436 2004-11-29 Kim F. Storm <storm@cua.dk>
8437
8438 * macros.el (insert-kbd-macro): Handle kmacro functions.
8439
8440 2004-11-28 Juri Linkov <juri@jurta.org>
8441
8442 * compare-w.el (compare-windows-highlight): Attach each overlay
8443 to its window to properly highlight differences while comparing
8444 two windows of the same buffer. Fix arguments.
8445 (compare-windows-sync-default-function): Fix arguments of
8446 `compare-windows-highlight'.
8447
8448 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
8449 Use `read-expression-history'. Set initial contents only if
8450 `edebug-global-break-condition' is non-nil. Set histpos to 1
8451 if initial contents is equal to the last history element.
8452 (edebug-set-conditional-breakpoint): Instead of temporarily
8453 prepending the current condition to the history, set initial
8454 contents to the current condition. Set histpos to 1 if initial
8455 contents is equal to the last history element.
8456
8457 * info.el (Info-search-whitespace-regexp): Remove shy group.
8458 (Info-search): Forward line if search is on the header line.
8459 Use search-whitespace-regexp in two other places.
8460
8461 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
8462
8463 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
8464 warning. Delay real definition, which uses
8465 `set-fringe-indicators-1' till after the definition of that function.
8466
8467 2004-11-28 Kim F. Storm <storm@cua.dk>
8468
8469 * fringe.el (fringe): New defgroup.
8470 (fringe-mode): Move to fringe group.
8471 (fringe-indicators): New defcustom.
8472 (set-fringe-indicators-1): New defun.
8473
8474 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
8475 (menu-bar-showhide-fringe-ind-menu): New keymap.
8476 (menu-bar-showhide-fringe-ind-empty)
8477 (menu-bar-showhide-fringe-ind-mixed)
8478 (menu-bar-showhide-fringe-ind-box)
8479 (menu-bar-showhide-fringe-ind-right)
8480 (menu-bar-showhide-fringe-ind-left)
8481 (menu-bar-showhide-fringe-ind-none): New defuns.
8482 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
8483
8484 2004-11-27 Richard M. Stallman <rms@gnu.org>
8485
8486 * comint.el (comint-read-noecho): Add trivial compatibility definition.
8487
8488 * generic.el (define-generic-mode): Doc fix.
8489
8490 * menu-bar.el (menu-bar-options-save): For the options
8491 that are toggled with menu-bar-make-mm-toggle, don't check
8492 for customized-value prop.
8493
8494 2004-11-27 Eli Zaretskii <eliz@gnu.org>
8495
8496 * mail/supercite.el (sc-cite-region): Handle the case where
8497 sc-cite-frame-alist is a symbol.
8498 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
8499 a symbol.
8500 (sc-recite-region): Handle the case where sc-recite-frame-alist is
8501 a symbol.
8502
8503 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8504
8505 * wid-edit.el (widget-narrow-to-field): New function.
8506 (widget-complete): Use it.
8507
8508 2004-11-27 Jay Belanger <belanger@truman.edu>
8509
8510 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
8511 variable.
8512 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
8513 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
8514 (math-alg-inequalities): Move declaration to earlier in the file.
8515
8516 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
8517 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
8518 Declare them.
8519
8520 * calc/calc-lang.el (math-expr-data, math-expr-token)
8521 (math-exp-old-pos): Declare them.
8522
8523 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
8524 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
8525
8526 2004-11-27 Kim F. Storm <storm@cua.dk>
8527
8528 * progmodes/flymake.el: Use (featurep 'xemacs).
8529 (flymake-makehash): Change to defsubst. Use fboundp.
8530 (flymake-time-to-float): Remove.
8531 (flymake-float-time): Merge code from flymake-time-to-float here.
8532 (flymake-replace-regexp-in-string): Change to defsubst.
8533 (flymake-split-string-remove-empty-edges):
8534 Rename to flymake-split-string.
8535 (flymake-split-string): Remove previous defalias.
8536 (flymake-get-temp-dir): Change to defsubst.
8537 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
8538 Define for xemacs only.
8539 (flymake-master-file-count-limit): Change into compiler defvar only.
8540 (flymake-find-possible-master-files): Let-bind it dynamically while
8541 sorting files using flymake-master-file-compare.
8542
8543 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
8544
8545 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
8546 of defun-prompt-regexp matches inside a comment/string but the
8547 beginning is correctly outside everything.
8548
8549 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
8550 appears within a string or a comment.
8551
8552 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
8553 rather than make-symbol for symbols which are used in
8554 a symbol-macrolet or equivalent.
8555
8556 2004-11-26 Jay Belanger <belanger@truman.edu>
8557
8558 * calc-misc.el (calc-last-why-command): Declare it.
8559
8560 * calc-vec.el (math-grade-vec): New variable.
8561 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
8562 Replace variable grade-vec by declared variable.
8563 (math-rb-close): New variable.
8564 (math-read-brackets, math-read-vector): Replace variable close by
8565 declared variable.
8566
8567 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
8568 (calc-one-window, calc-edit-handler, calc-restore-trail)
8569 (calc-allow-ret): Declare them.
8570
8571 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
8572 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
8573 (math-radix-float-cache-tag, math-random-cache)
8574 (math-max-digits-cache, math-integral-cache, math-units-table)
8575 (math-format-date-cache, math-holidays-cache-tag): Declare them.
8576 (math-moc-func): New variable.
8577 (math-map-over-constants, math-map-over-constants-rec):
8578 Replace variable func by declared variable.
8579
8580 * calc/calc-store.el (calc-given-value, calc-store-opers):
8581 Declare them.
8582 (calc-var-name-map): Move declaration to earlier in the file.
8583 (calc-pv-pos): New variable.
8584 (calc-permanent-variable, calc-insert-permanent-variable):
8585 Replace variable pos by declared variable.
8586
8587 * calc/calc-mtx.el (calc-det-lu): New variable.
8588 (math-det-raw, math-det-step): Replace variable lu by declared variable.
8589
8590 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
8591 (math-multi-subst, math-multi-subst-rec): Replace variables temp
8592 and arg by declared variables.
8593 (calcFunc-reducer): Fix incorrect variable.
8594 (math-inner-mul-func, math-inner-add-func): New variables.
8595 (calcFunc-inner, math-inner-mats): Replace variables mul-func
8596 and add-func by declared variables.
8597
8598 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
8599 (calc-digit-value): Declare them.
8600
8601 * calc/calc-help.el (Info-history): Declare it.
8602 (calc-describe-key): Make calc-summary-indentation a local variable.
8603 (calc-help-long-names): Move declaration to earlier in file.
8604
8605 * calc/calc-embed.el (calc-original-buffer): Declare it.
8606 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
8607 (calc-embed-bot): New variables.
8608 (calc-do-embedded, calc-embedded-mark-formula)
8609 (calc-embedded-find-bounds, calc-embedded-duplicate)
8610 (calc-embedded-new-formula, calc-embedded-make-info):
8611 Replace vars outer-top, outer-bot, bot and top by declared variables.
8612 (calc-embed-prev-modes): New variable.
8613 (calc-embedded-set-modes, calc-embedded-update): Replace variable
8614 prev-modes with declared variable.
8615 (calc-embed-vars-used): New variable.
8616 (calc-embedded-make-info, calc-embedded-evaluate-expr)
8617 (calc-embedded-update, calc-embedded-find-vars): Replace variable
8618 vars-used by declared variable.
8619
8620 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
8621 (math-format-radix-float): Remove unnecessary setq.
8622 (math-radix-float-cache): Declare it.
8623
8624 * calc/calcsel2.el (calc-keep-selection): Declare it.
8625
8626 * calc/calc-maint.el: Remove file.
8627
8628 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8629
8630 * textmodes/bibtex.el (bibtex-sort-entry-class)
8631 (bibtex-comment-start): Use defcustom.
8632 (bibtex-entry-field-alist): Use nil if initial content of the
8633 field is undefined. Fix docstring.
8634 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
8635 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
8636 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
8637 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
8638 Fix docstring.
8639 (bibtex-autokey-title-terminators): Use only one regexp.
8640 (bibtex-string-maybe-empty-head): New variable.
8641 (bibtex-remove-delimiters-string): New function.
8642 (bibtex-text-in-field-bounds, bibtex-text-in-string):
8643 Use bibtex-remove-delimiters-string.
8644 (bibtex-progress-message, bibtex-field-left-delimiter)
8645 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
8646 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
8647 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
8648 Simplify.
8649 (bibtex-format-entry): Use save-excursion for inherited booktitle.
8650 Use eq and bibtex-remove-delimiters-string. For end markers use
8651 insertion type so that marker stays after inserted text.
8652 (bibtex-autokey-get-names): Return empty string if name is missing.
8653 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
8654 calling bibtex-autokey-name-case-convert.
8655 (bibtex-autokey-demangle-title):
8656 Call bibtex-autokey-titleword-case-convert. Remove call to
8657 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
8658 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
8659 (bibtex-read-key): New optional arg global.
8660 (bibtex-files-expand): New optional arg force.
8661 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
8662 (bibtex-complete-crossref-cleanup): Rename from
8663 bibtex-complete-key-cleanup. Simplify code.
8664 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
8665 Operate on current entry.
8666 (bibtex-button): Add docstring.
8667 (bibtex-entry): Simplify.
8668 (bibtex-make-field): Replace optional arg called-by-yank with more
8669 specific args move and interactive.
8670 (bibtex-end-of-entry): Use forward-sexp.
8671 (bibtex-find-entry-globally): Remove.
8672 (bibtex-find-crossref): Allow for crossref key located in other buffer.
8673 Bound to C-c C-x.
8674 (bibtex-find-entry): New optional args global and display.
8675 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
8676 (bibtex-validate): Use arg force of bibtex-files-expand.
8677 (bibtex-clean-entry): Bugfix, clean string entries properly.
8678 Always keep point at beginning of entry.
8679 (bibtex-complete): Bugfix. Handle string entries properly.
8680 Call cleanup functions only if needed.
8681 (bibtex-String): Use bibtex-read-string-key.
8682 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
8683 case of replacement text.
8684
8685 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8686
8687 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
8688 (tramp-perl-directory-files-and-attributes): New constant.
8689 (tramp-file-name-handler-alist): Delete file-directory-files, add
8690 directory-files-and-attributes.
8691 (tramp-perl-file-attributes): Surround uid and gid by double
8692 quotes. Change parameter id-format from nonnumeric.
8693 (tramp-convert-file-attributes): New function.
8694 (tramp-handle-file-attributes): Use it.
8695 (tramp-maybe-send-perl-script): New function.
8696 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
8697 file mode. Change parameter id-format from nonnumeric.
8698 (tramp-handle-file-attributes-with-ls): Change parameter id-format
8699 from nonnumeric.
8700 (tramp-post-connection): Don't send tramp-perl-file-attributes
8701 script. Reset connection property "perl-scripts".
8702 (tramp-handle-insert-directory): Run real handler when ls-lisp is
8703 in use.
8704
8705 2004-11-26 Lars Hansen <larsh@math.ku.dk>
8706
8707 * desktop.el (desktop-read): Replace mapcar with mapc.
8708 (desktop-create-buffer): Replace mapcar with mapc.
8709 Remove redundant piece of code.
8710
8711 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
8712
8713 * progmodes/gud.el (gud-display-line): Use display-buffer
8714 for GDB-UI as for GUD.
8715
8716 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
8717 Delete variables.
8718 (gdb-ann3): Don't make GUD buffer dedicated.
8719 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
8720 (gdb-display-source-buffer): Delete function.
8721 (gdb-view-source-function, gdb-view-assembler): Delete functions.
8722 (menu): Delete menu bindings for viewing source/assembler.
8723 (gdb-setup-windows, gdb-restore-windows):
8724 Don't dedicate GUD. No assembler now.
8725 (gdb-reset): No need to undedicate source buffers now.
8726 (gdb-source-info): No assembler now.
8727
8728 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
8729
8730 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
8731 width to those for special frames.
8732 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
8733 Use display-buffer.
8734 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
8735 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
8736 (gdb-frame-assembler-buffer): Rework like
8737 gdb-frame-breakpoints-buffer.
8738
8739 2004-11-25 Richard M. Stallman <rms@gnu.org>
8740
8741 * progmodes/flymake.el: Reindent.
8742 (flymake-split-string): Turn into defalias.
8743 (flymake-fix-file-name): Rename from flymake-fix-path-name.
8744 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
8745 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
8746 (flymake-build-relative-filename): Rename from ...path.
8747 Fix error message.
8748
8749 2004-11-25 Cheng Gao <chenggao@gmail.com>
8750
8751 * progmodes/flymake.el: Much whitespace and capitalization change.
8752 Move `provide' to end. Require `compile' only when compiling.
8753
8754 2004-11-24 Jay Belanger <belanger@truman.edu>
8755
8756 * calc/calc-alg.el: Added comment.
8757 (math-polynomial-base): Replace variable mpb-top-expr by
8758 math-poly-base-top-expr.
8759
8760 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
8761 (math-polynomial-p1): Replace variable mpb-top-expr by declared
8762 variable.
8763 (math-poly-base-total-base): New variable.
8764 (math-total-polynomial-base, math-polynomial-p1): Replace variable
8765 mpb-total-base by declared variable.
8766 (math-factored-vars, math-to-list): Declare it.
8767 (math-fact-expr): New variable.
8768 (calcFunc-factors, calcFunc-factor, math-factor-expr)
8769 (math-factor-expr-try, math-factor-expr-part): Replace variable
8770 expr by declared variable.
8771 (math-fet-x): New variable.
8772 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
8773 by declared variable.
8774 (math-factor-poly-coefs): Make temp a local variable.
8775
8776 * calc/calc-units.el (calc-convert-units): Make units a local
8777 variable.
8778 (calc-num-units, calc-den-units): New variables.
8779 (calc-explain-units, calc-explain-units-rec): Replace variables
8780 num-units and den-units by declared variables.
8781 (math-cu-unit-list): New variable.
8782 (math-build-units-table, math-compare-unit-names)
8783 (math-convert-units, math-convert-units-rec): Replace variable
8784 unit-list by declared variable.
8785 (math-fbu-base, math-fbu-entry): New variables.
8786 (math-find-base-units, math-find-base-units-rec): Replace variables
8787 base and entry by declared variables.
8788 (math-which-standard): New variable.
8789 (math-to-standard-units, math-to-standard-rec): Replace variable
8790 which-standard by declared variable.
8791 (math-fcu-u): New variable.
8792 (math-find-compatible-unit, math-find-compatible-unit-rec):
8793 Replace variable u by declared variable.
8794 (math-cu-new-units, math-cu-pure): New variables.
8795 (math-convert-units, math-convert-units-rec): Replace variables
8796 new-units and pure by declared variables.
8797 (math-try-cancel-units): New variable.
8798 (math-simplify-units-quotient): Replace variable try-cancel-units by
8799 declared variable.
8800
8801 2004-11-24 Richard M. Stallman <rms@gnu.org>
8802
8803 * textmodes/ispell.el (ispell-check-version):
8804 If default-directory is nonexistent, use home dir.
8805
8806 * progmodes/grep.el (grep-regexp-alist):
8807 Don't match parens around line numbers.
8808
8809 * progmodes/cperl-mode.el (cperl-indent-region)
8810 (cperl-imenu--create-perl-index, cperl-xsub-scan):
8811 Don't print progress messages.
8812
8813 * progmodes/compile.el (compilation-mode-map):
8814 Don't inherit from compilation-minor-mode-map;
8815 copy its bindings instead. But the menu bar Compile
8816 entry now does inherit from compilation-menu-map.
8817
8818 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
8819 Use with-no-warnings around compiler-macroexpand.
8820
8821 * imenu.el: Don't always require newcomment.
8822 (imenu--generic-function): Call comment-normalize-vars
8823 if we have a comment syntax.
8824 Exit the loop if REGEXP matches the null string.
8825 Test comment-start as well as comment-start-skip
8826 when deciding whether to check for comments.
8827
8828 * tooltip.el (tooltip-mode): Doc fix.
8829
8830 * term.el (term-escape-char, term-mode): Doc fixes.
8831
8832 2004-11-24 Dave Love <fx@gnu.org>
8833
8834 * progmodes/python.el (python-font-lock-syntactic-keywords):
8835 Check for escapes in the regexp.
8836 (python-quote-syntax): Don't do it here.
8837
8838 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8839
8840 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
8841 (gdb-frames-mode-map, gdb-threads-mode-map)
8842 (gdb-registers-mode-map, gdb-locals-mode-map)
8843 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
8844 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
8845
8846 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
8847 (dedicated-switch-to-buffer): Rework.
8848 (gdb-var-evaluate-expression-handler, gdb-put-string):
8849 Remove unused variable bindings.
8850 (gdb-setup-windows, gdb-display-buffer):
8851 Simplify. Use pop-to-buffer.
8852 (gdb-view-source-function): Simplify.
8853 (gdb-frame-breakpoints-buffer):
8854 Use pop-to-buffer, special-display-regexps.
8855
8856 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
8857
8858 * progmodes/f90.el (f90-smart-end)
8859 (f90-previous-statement, f90-beginning-of-block): Doc fix.
8860 (f90-calculate-indent): Handle un-named PROGRAM blocks.
8861 (f90-end-of-block): Doc fix. Make check of outermost block
8862 conditional on value of `f90-smart-end'.
8863 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
8864 Handle case where END-BLOCK is nil.
8865 (f90-match-end): Handle un-named PROGRAM blocks.
8866 (f90-backslash-not-special): New function.
8867
8868 2004-11-24 Jay Belanger <belanger@truman.edu>
8869
8870 * calc/calc.el (calc-embedded-active): Removed unnecessary
8871 declaration.
8872 (calc-show-banner): Removed redundant declaration.
8873
8874 * calc/calc-graph.el (calc-gnuplot-default-device)
8875 (calc-gnuplot-default-output, calc-gnuplot-print-device)
8876 (calc-gnuplot-print-output, calc-gnuplot-geometry)
8877 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
8878 Remove redundant initial values.
8879
8880 * calc/calc-arith.el (math-scalar-functions)
8881 (math-nonscalar-functions, math-scalar-if-args-functions)
8882 (math-real-functions, math-positive-functions)
8883 (math-nonnegative-functions, math-real-scalar-functions)
8884 (math-real-if-arg-functions, math-integer-functions)
8885 (math-num-integer-functions, math-rounding-functions)
8886 (math-float-rounding-functions, math-integer-if-args-functions)
8887 (math-super-types): Move declarations to earlier in file.
8888 (math-unit-prefixes): Declared it.
8889 (math-floor-prec, math-trunc-prec): New variables.
8890 (math-trunc-fancy): Replace variable prec by declared variable.
8891 (math-floor-fancy): Replace variable prec by declared variable.
8892 (math-com-bterms): New variable.
8893 (math-commutative-equal, math-commutative-collect):
8894 Replace variable bterms by declared variable.
8895
8896 * calc/calc-misc.el (math-trunc): Replace variable prec by
8897 math-trunc-prec.
8898 (math-floor): Replace variable prec by math-floor-prec.
8899
8900 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
8901 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
8902 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
8903 (math-format-date, math-format-date-part): Replace variables
8904 date, dt, year, month, day, weekday, hour, minute, second and
8905 bc-flag by declared variables.
8906 (math-pd-str): New variable.
8907 (math-parse-date, math-parse-date-word, math-parse-standard-date):
8908 Replace variable str by declared variable.
8909 (math-daylight-savings-hook, math-tzone-names): Move definitions
8910 to earlier in the file.
8911 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
8912 (math-sh-year): New variable.
8913 (math-setup-add-holidays, math-setup-holidays)
8914 (math-setup-year-holidays): Replace variable `year' by declared
8915 variable.
8916
8917 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
8918 New variables.
8919 (math-nth-root-float, math-nth-root-float-iter): Replace variables
8920 n, nf and nfm1 by declared variables.
8921 (math-nri-n): New variable.
8922 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
8923 n by declared variable.
8924 (calcFunc-log): Removed misplaced condition.
8925
8926 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
8927
8928 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
8929
8930 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
8931
8932 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
8933 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
8934 Dedicate gdb-related windows.
8935 (gdb-display-buffer): Dedicate gdb-related windows.
8936 Don't grab other frames.
8937 (gdb-reset): Remove dedicated property after debugging.
8938
8939 2004-11-24 Jay Belanger <belanger@truman.edu>
8940
8941 * calc/calc-sel.el: Add comment.
8942
8943 * calc/calc.el (math-stack-value-offset): Replace variables c,
8944 wid and off with math-svo-c, math-svo-wid and math-svo-off.
8945
8946 * calc/calccomp.el (math-comp-sel-tag): Declare it.
8947 (math-svo-c, math-svo-wid, math-svo-off): New variables.
8948 (math-stack-value-offset-fancy): Replace variables c, wid and off
8949 by declared variables.
8950 (math-comp-just, math-comp-comma-spc): New variables.
8951 (math-compose-expr, math-compose-matrix): Replace variables `just'
8952 and comma-spc by declared variable.
8953 (math-comp-vector-prec): New variable.
8954 (math-compose-expr, math-compose-matrix, math-compose-rows):
8955 Replace variable vector-prec by declared variable.
8956 (math-comp-left-bracket, math-comp-right-bracket)
8957 (math-comp-comma): New variables.
8958 (math-compose-expr, math-compose-rows): Replace variables
8959 left-bracket, right-bracket and comma by declared variables.
8960 (math-comp-full-width): New variable.
8961 (math-comp-to-string-flat, math-comp-to-string-flat-term):
8962 Replace variable full-width by declared variable.
8963 (math-comp-highlight, math-comp-word, math-comp-level)
8964 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
8965 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
8966 New variables.
8967 (math-comp-to-string-flat, math-comp-to-string-flat-term)
8968 (math-comp-sel-flat-term): Replace variables comp-highlight,
8969 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
8970 declared variables.
8971 (math-comp-simplify, math-comp-simplify-term)
8972 (math-comp-add-string, math-comp-add-string-sel):
8973 Replace variables comp-highlight, comp-buf, comp-base,
8974 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
8975
8976 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8977
8978 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
8979
8980 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
8981 and x-server-version may throw.
8982
8983 2004-11-23 Kim F. Storm <storm@cua.dk>
8984
8985 * subr.el (substitute-key-definition-key): Optimize.
8986 Don't call indirect-function for nil defn (always signals error).
8987
8988 * ido.el (ido-read-internal): Fix require-match check when
8989 ido-directory-too-big is set.
8990
8991 2004-11-23 Jay Belanger <belanger@truman.edu>
8992
8993 * calc/calc-ext.el (math-read-replacement-list)
8994 (math-read-superscripts): New variables.
8995 (math-read-preprocess-string): New function.
8996 (math-read-expr): Filter input through math-read-preprocess-string.
8997
8998 * calc/calc-aent.el (math-read-exprs): Filter input through
8999 math-read-preprocess-string.
9000
9001 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
9002
9003 * progmodes/compile.el (compilation-start): In cd command use
9004 substitute-env-vars -- not quite shell compatible but better than
9005 nothing.
9006 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
9007 handle the newer versions messages, which are more parseable.
9008
9009 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9010
9011 * reveal.el (reveal-mode-map): New var.
9012 (reveal-mode): Use it.
9013
9014 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
9015
9016 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
9017 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
9018
9019 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9020
9021 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
9022 header-line when needed.
9023 Use fixed-pitch only in the header-line.
9024 Build the underline automatically. Use emdash if available.
9025
9026 2004-11-22 Richard M. Stallman <rms@gnu.org>
9027
9028 * dired.el (dired-recursive-copies): Move from dired-aux.el.
9029 * dired-aux.el (dired-recursive-copies): Move to dired.el.
9030
9031 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
9032
9033 * progmodes/gdb-ui.el (gdb-resync): New function.
9034 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
9035 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
9036 Use it to fail more gracefully.
9037 (gdb-variables): Delete variable.
9038 Re-order variables to reduce byte-compiler warnings.
9039
9040 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
9041
9042 * descr-text.el (describe-char):
9043 * paren.el (show-paren-function):
9044 * subr.el (syntax-after): Undo last change.
9045
9046 * progmodes/python.el (run-python): Don't hard code *Python*.
9047 Don't modify global process-environment.
9048 (python-send-region, python-load-file): Don't assume that
9049 python-buffer == (process-buffer (python-proc)).
9050 (python-switch-to-python): Simplify.
9051
9052 * dired.el (dired-align-file): Don't assume line starts with spaces.
9053
9054 2004-11-21 Jay Belanger <belanger@truman.edu>
9055
9056 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
9057 Replace variable `lines' by math-read-big-lines.
9058 (math-read-big-expr): Replace variables the-baseline, the-h2
9059 and err-msg by math-read-big-baseline, math-read-big-h2 and
9060 math-read-err-msg.
9061 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
9062
9063 * calc/calc-lang.el (math-read-big-rec): Fix typo.
9064 (math-read-big-balance): Replace unbound variable by value.
9065 (math-read-big-lines): New variable.
9066 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9067 (math-read-big-error, math-read-big-balance): Replace variable
9068 `lines' by declared variable.
9069 (math-read-big-baseline, math-read-big-h2): New variables.
9070 (math-read-big-rec): Replace variables the-baseline and the-h2
9071 by declared variables.
9072 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
9073 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
9074 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
9075 declared variables.
9076 (math-read-big-err-msg): New variable.
9077 (math-read-big-error): Replace variable err-msg by declared variable.
9078
9079 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
9080
9081 * ses.el: Add coding cookie.
9082 Fix up docstrings, follow new commenting conventions.
9083 (ses-header-line-menu): Fix missing variable rename for header-row.
9084 (ses-cell-size): Remove.
9085 (ses-make-cell): New function.
9086 (ses-cell, ses-insert-row, ses-insert-column): Use it.
9087 (ses-calculate-cell): Remove unused var `symbol'.
9088 (ses-narrowed-p): New function.
9089 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
9090 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
9091 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
9092 (ses-setup): Use restore-buffer-modified-p.
9093 (ses-cleanup): Remove unused var `end'.
9094 (ses-header-string-left-offset): Remove.
9095 (ses-create-header-string): Adjust to new behavior of `align-to'.
9096 Truncate excessively large fields to preserve alignment.
9097 (ses-reconstruct-all): Remove unused var `refs'.
9098 (ses-read-cell-printer): Remove unused var `prompt'.
9099 (ses-delete-row): Remove unused var `pos'.
9100 (ses-delete-column): Remove unused var `new'.
9101
9102 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9103
9104 * ps-print.el: Insert :version tag into all defgroup and defcustom.
9105 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9106 Eliminate eval-and-compile usage.
9107 (ps-insert-file): Use insert-file-contents instead of insert-file.
9108 (ps-setup): Code fix.
9109
9110 * printing.el (pr-setup, lpr-setup): Code fix.
9111
9112 2004-11-21 Jay Belanger <belanger@truman.edu>
9113
9114 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
9115 (calc-original-buffer): Declare them.
9116 (calc-user-formula-alist): New variable.
9117 (calc-user-define-formula, calc-fix-user-formula)
9118 (calc-user-define-composition, calc-finish-formula-edit):
9119 Replace variable `alist' by declared variable.
9120 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
9121 (var-q7, var-q7, var-q8, var-q9): Declare them.
9122 (calc-kbd-push): Don't check to see if var-q0 through var-q9
9123 are bound.
9124 (calcFunc-typeof): Replace undeclared variable by expression.
9125 (math-exp-env): New variable.
9126 (math-define-body, math-define-exp): Replace exp-env by declared var.
9127 (math-define-exp): Replace misplaced variable by expression.
9128
9129 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
9130 (calc-curve-model, calc-curve-coefnames): New variables.
9131 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
9132 varnames, model and coefnames by declared variables.
9133 (math-root-widen): New variable.
9134 (math-search-root, math-find-root): Replace variable root-widen by
9135 declared variable.
9136 (var-DUMMY): Declare it.
9137 (math-root-vars, math-min-vars): Move the declarations to earlier in
9138 the file.
9139 (math-brent-min): Make d a local variable.
9140 (math-find-minimum): Replace non-existent variable.
9141 (math-ninteg-romberg): Remove unnecessary variable.
9142 (math-ninteg-temp): New variable.
9143 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
9144 integ-temp by declared variable.
9145 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
9146 New variables.
9147 (math-general-fit): Replace variables first-var, first-coef and
9148 new-coefs by declared variables.
9149 (calcFunc-fitvar): Replace variable first-var by declared variable.
9150 (calcFunc-fitparam): Replace variable first-coef by declared variable.
9151 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
9152 (math-all-vars-vars, math-all-vars-found): New variables.
9153 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
9154 found by declared variable math-all-vars-vars.
9155
9156 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
9157
9158 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
9159 of `defconst'.
9160
9161 2004-11-20 Richard M. Stallman <rms@gnu.org>
9162
9163 * isearch.el (isearch-mode-map): Don't bind SPC.
9164 (isearch-whitespace-chars): Function deleted.
9165 (isearch-search): Bind search-spaces-regexp.
9166 (isearch-lazy-highlight-search): Likewise.
9167 (search-whitespace-regexp): Doc fix.
9168 (isearch-forward-regexp): Doc fix.
9169
9170 * emacs-lisp/bytecomp.el (byte-compile-form):
9171 Move the calls to byte-compile-set-symbol-position,
9172 to avoid having two for the same symbol occurrence.
9173
9174 * comint.el (comint-input-ring-size): Increase to 150.
9175
9176 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
9177 New variables.
9178 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
9179 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
9180
9181 * imenu.el (imenu--generic-function):
9182 Ensure we keep moving backward even if BEG isn't further back.
9183
9184 * replace.el (query-replace-read-to, query-replace-read-from):
9185 Specify t for KEEP-ALL in read-from-minibuffer.
9186
9187 * progmodes/python.el (python-switch-to-python):
9188 If Python isn't running, start it.
9189 Don't alter debug-ignored-errors.
9190
9191 * progmodes/cperl-mode.el (cperl-indent-region):
9192 Don't mind imenu-scanning-message.
9193
9194 * bindings.el (global-map): Bind C-e to move-end-of-line.
9195
9196 * simple.el (line-move-finish): New arg FORWARD.
9197 Ignore invisible newlines, not intangible ones.
9198 Conditions for acceptable stopping positions depend on FORWARD.
9199 (line-move): Pass FORWARD arg to line-move-finish.
9200
9201 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
9202 of HEADER. Compensate for this change in the code to add display
9203 properties. Don't make the first line intangible.
9204
9205 * info.el (Info-search): Fix previous change.
9206
9207 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
9208
9209 * Makefile.in (recompile): Revert 2004-11-19 change.
9210 (compile): Likewise.
9211
9212 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
9213
9214 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
9215
9216 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9217
9218 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
9219 defgroup and defcustom. Eliminate eval-and-compile usage.
9220
9221 * progmodes/ebnf-otz.el: Fix typos.
9222
9223 2004-11-19 Jay Belanger <belanger@truman.edu>
9224
9225 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
9226 (calc-edit-finish, calc-finish-stack-edit): Replace variable
9227 disp-trail by declared variable.
9228
9229 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
9230 (calc-finish-selection-edit): Replace variable disp-trail by
9231 declared variable.
9232 (calc-selection-cache-entry): Move declaration to earlier in the file.
9233 (calc-selection-cache-num, calc-selection-cache-comp)
9234 (calc-selection-cache-offset, calc-selection-true-num)
9235 (calc-final-point-line, calc-final-point-column)
9236 (calc-original-buffer): Declare them.
9237 (calc-fnp-op, calc-fnp-num): New variables.
9238 (calc-find-nth-part, calc-find-nth-part-rec)
9239 (calc-select-previous): Replace op and num by declared variables.
9240 (calc-rsf-old, calc-rsf-new): New variables.
9241 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
9242 Replace variables old and new by declared variables.
9243 (calc-sel-reselect): New variable.
9244 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
9245 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
9246 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
9247 reselect with declared variable.
9248
9249 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
9250 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
9251 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
9252 (math-import-list, math-rewrite-phase): Declare them.
9253 (math-rewrite): Use let* to declare variables.
9254 (calc-rewrite-selection): Make rules a local variable.
9255 (calc-rewr-sel): New variable.
9256 (calc-rewrite-selection, calc-locate-selection-marker)
9257 (calc-rewrite): Use the declared variable calc-rewr-sel instead
9258 of sel.
9259 (math-rewrite-whole-expr): New variable.
9260 (math-rewrite, math-rewrite-phase): Replace variable expr by
9261 declared variable.
9262 (math-rewrite-heads-heads, math-rewrite-heads-skips)
9263 (math-rewrite-heads-blanks ): New variables.
9264 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
9265 heads, skips and blanks by declared variables.
9266 (math-rwcomp-subst-old, math-rwcomp-subst-new)
9267 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
9268 New variables.
9269 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
9270 old, new, old-func and new-func by declared variables.
9271 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
9272 Remove unnecessary variable.
9273 (math-apply-rw-regs): New variable.
9274 (math-apply-rewrites, math-rwapply-replace-regs)
9275 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
9276 (math-apply-rw-ruleset): New variable.
9277 (math-apply-rewrites, math-rwapply-remember): Replace variable
9278 ruleset by declared variable.
9279
9280 2004-11-19 Richard M. Stallman <rms@gnu.org>
9281
9282 * info.el (Info-search): Use search-whitespace-regexp.
9283
9284 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9285
9286 * vc-rcs.el (vc-rcs-parse): New function.
9287 (vc-rcs-annotate-command): Likewise.
9288 (vc-rcs-annotate-current-time): Likewise.
9289 (vc-rcs-annotate-time): Likewise.
9290 (vc-rcs-annotate-extract-revision-at-line): Likewise.
9291
9292 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
9293
9294 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
9295
9296 2004-11-18 Jay Belanger <belanger@truman.edu>
9297
9298 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
9299
9300 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9301
9302 * printing.el: Eliminate use of interactive-p and eval-and-compile.
9303 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
9304 Use make-temp-file to generate PostScript files in any situation.
9305 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
9306 (pr-interactive-p): Eliminate var.
9307 (pr-save-interactive): Eliminate macro.
9308 (pr-interface, pr-ps-directory-preview)
9309 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9310 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9311 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9312 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9313 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9314 (pr-ps-region-ps-print, pr-ps-mode-preview)
9315 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9316 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9317 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
9318 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9319 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9320 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9321 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9322 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9323 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9324 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9325 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9326 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
9327 Eliminate pr-save-interactive usage.
9328 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
9329 Eliminate pr-interactive-p usage.
9330 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
9331 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
9332 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
9333 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
9334 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
9335 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
9336 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
9337 New funs.
9338 (pr-ps-file): Use make-temp-file to generate a temporary file.
9339
9340 2004-11-17 Jay Belanger <belanger@truman.edu>
9341
9342 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
9343 a local variable.
9344 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
9345 (math-top-only): New variable.
9346 (math-simplify, math-simplify-step): Replace variable top-only by
9347 declared variable math-top-only.
9348 (math-simplify-expr): Declare it.
9349 Replace argument expr in all calls of math-defsimplify by
9350 math-simplify-expr.
9351 (math-simplify-plus, math-simplify-times, math-simplify-divide)
9352 (math-simplify-divisor, math-simplify-one-divisor)
9353 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
9354 (math-simplify-pow): Replace variable expr by declared variable
9355 math-simplify-expr.
9356 (math-simplify-divisor): Remove local variables temp and op.
9357 (math-simplify-one-divisor): Make temp and op local variables.
9358 (math-simplify-divisor-nover, math-simplify-divisor-dover):
9359 New variables.
9360 (math-simplify-divisor, math-simplify-one-divisor):
9361 Replace variables nover and dover by declared variables.
9362 (math-expr-subst-new, math-expr-subst-old): New variables.
9363 (math-expr-subst, math-expr-subst-rec): Replace variables new
9364 and old by declared variables.
9365 (math-is-poly-degree, math-is-poly-loose): New variables.
9366 (math-is-polynomial, math-is-poly-rec): Replace variables degree
9367 and loose by declared variables.
9368 (math-poly-base-const-ok, math-poly-base-pred): New variables.
9369 (math-polynomial-base, math-polynomial-base-rec):
9370 Replace variables const-ok and mpb-pred by declared variables.
9371
9372 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
9373
9374 * calc/calc-ext.el (math-defsimplify): Change the argument in
9375 the created function to math-simplify-expr.
9376
9377 * calc/calc-units.el (math-simplify-expr): Declare it.
9378 Replace argument expr in all calls of math-defsimplify by
9379 math-simplify-expr.
9380 (math-simplify-units-prod): Replace variable expr by declared
9381 variable math-simplify-expr.
9382
9383 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
9384
9385 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
9386 Replace mapcar->dolist, format->string.
9387
9388 2004-11-17 Miles Bader <miles@gnu.org>
9389
9390 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
9391 * progmodes/idlwave.el: Remove RCS keywords.
9392
9393 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
9394
9395 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
9396 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
9397 Update to IDLWAVE version 5.5. Too many changes to list them here.
9398 * progmodes/idlw-help.el: New file.
9399
9400 2004-11-16 Richard M. Stallman <rms@gnu.org>
9401
9402 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9403 Discard spaces after \i according to TeX rules.
9404
9405 * international/mule.el (set-buffer-file-coding-system):
9406 New arg NOMODIFY.
9407 (after-insert-file-set-coding): Pass that new arg.
9408 Prevent set-buffer-multibyte from trying to lock the file.
9409
9410 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
9411
9412 * saveplace.el (save-place): Doc fix.
9413
9414 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
9415 temporarily widen before finding the following word to copy.
9416
9417 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
9418 (cl-map-keymap): Definition deleted.
9419
9420 * subr.el (map-keymap-internal): New function.
9421
9422 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
9423
9424 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
9425 when pressing rather than when releasing mouse-2. Simplify.
9426
9427 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9428
9429 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
9430 (compilation-mode): Set it here instead.
9431
9432 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
9433
9434 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
9435 (loop, cl-parse-loop-clause, defsetf): Use backquote.
9436
9437 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * progmodes/compile.el (compilation-internal-error-properties):
9440 Fix up a transposition-typo. Check end-col before using it.
9441
9442 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
9443
9444 * international/iso-cvt.el (iso-tex2iso-trans-tab):
9445 Discard whitespace after macro \i when converting it.
9446
9447 2004-11-16 Juri Linkov <juri@jurta.org>
9448
9449 * emacs-lisp/find-func.el (find-function-regexp):
9450 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
9451 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
9452 Remove invalid `\W' from [^cgv\W]. Doc fix.
9453 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
9454
9455 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
9456
9457 * play/life.el: Maintainer is now FSF.
9458 (life-patterns, life-neighbor-deltas, life-window-start)
9459 (life-current-generation, life-generation-string): Use defvar
9460 instead of defconst.
9461
9462 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
9463
9464 * progmodes/compile.el (compilation-move-to-column): New fun.
9465 (compilation-internal-error-properties)
9466 (compilation-next-error-function): Use it to make sure we don't go past
9467 the end of line.
9468
9469 2004-11-15 John Paul Wallington <jpw@gnu.org>
9470
9471 * autoinsert.el (auto-insert-alist): Insert the user's name in
9472 copyright notice, rather than Free Software Foundation, for the
9473 Emacs Lisp header case too.
9474
9475 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9476
9477 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
9478 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9479 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
9480 return the list of string in a string.
9481 (pr-call-process): Message if calling process returns an error, that
9482 is, the exit status is different of zero.
9483
9484 2004-11-15 Jay Belanger <belanger@truman.edu>
9485
9486 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
9487 variable var-thing.
9488 (math-integ-depth, math-integ-level, math-integral-limit)
9489 (math-enable-subst, math-any-substs, math-integ-msg)
9490 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
9491 (math-int-threshold, math-int-factors, math-double-roots)
9492 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
9493 (var-GenCount): Declare these variables.
9494 (calcFunc-integ): Don't check if var-IntegLimit is bound.
9495 (math-integral-cache, math-integral-cache-state):
9496 Move declarations to earlier in the file.
9497 (math-deriv-var, math-deriv-total, math-deriv-symb)
9498 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
9499 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
9500 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
9501 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
9502 (math-solve-res): New variables
9503 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
9504 (math-integral, math-replace-integral-parts)
9505 (math-integrate-by-parts, calc-dump-integral-cache)
9506 (math-try-integral, math-do-integral, math-do-integral)
9507 (math-do-integral-methods, math-try-solve-for)
9508 (math-try-solve-prod, math-solve-poly-funny-powers)
9509 (math-solve-crunch-poly, math-decompose-poly)
9510 (math-solve-find-root-term, math-find-root-in-prod)
9511 (math-integ-try-linear-substitutions)
9512 (math-integ-try-substitutions, math-expr-rational-in)
9513 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
9514 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
9515 (math-solve-for, math-solve-system, math-solve-system-rec)
9516 (math-solve-get-sign, math-solve-get-int)
9517 (math-solve-system-subst): Replace undeclared variables with newly
9518 declared variables.
9519
9520 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
9521
9522 * winner.el (winner-active-region, winner-edges, winner-window-list):
9523 Define at toplevel.
9524 (winner-mode-map): Move init inside declaration.
9525
9526 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
9527
9528 * files.el (convert-standard-filename): Doc fix.
9529
9530 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
9531
9532 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
9533 passwd, group, shadow, default/* and pam.d/*.
9534
9535 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9536
9537 * printing.el (pr-menu-spec): Adjust menu specification.
9538
9539 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9540
9541 * printing.el: Doc fix. Insert :version tag into all defcustom.
9542 Handle interactive-p as is recommended in Emacs Lisp Reference.
9543 Set the file permission bits for newly created files.
9544 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
9545 The printing menu specification (in `pr-menu-spec') was merged.
9546 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
9547 (pr-version): New version number (6.8.3).
9548 (pr-file-modes): New option.
9549 (pr-interactive-p): New var.
9550 (pr-save-interactive, pr-save-file-modes): New macros.
9551 (pr-setup): Code fix.
9552 (pr-menu-spec): Menu specification merged.
9553 (pr-call-process, pr-text2ps): Set file permission bits.
9554 (pr-despool-print): Set file permission bits. Handle interactive-p as
9555 is recommended.
9556 (pr-interface, pr-ps-directory-preview)
9557 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
9558 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
9559 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
9560 (pr-ps-buffer-ps-print, pr-ps-region-preview)
9561 (pr-ps-region-using-ghostscript, pr-ps-region-print)
9562 (pr-ps-region-ps-print, pr-ps-mode-preview)
9563 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
9564 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
9565 (pr-despool-using-ghostscript, pr-despool-ps-print)
9566 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
9567 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
9568 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
9569 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
9570 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
9571 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
9572 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
9573 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
9574 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
9575 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
9576 Handle interactive-p as is recommended.
9577
9578 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
9579
9580 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
9581 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
9582
9583 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
9584 so it doesn't forget to highlight the beginning of the region either.
9585
9586 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
9587
9588 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
9589 (c-font-lock-init): Eliminate obsolete make-local-hook.
9590 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
9591 (awk-mode): Use run-mode-hooks.
9592
9593 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
9594
9595 2004-11-13 Kim F. Storm <storm@cua.dk>
9596
9597 * mouse.el (mouse-drag-copy-region): Add :version.
9598 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
9599 while dragging mode line, so mode line can be dragged downwards.
9600 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
9601 while pressing mouse button so window doesn't scroll until we
9602 release the mouse if clicking on partially visible line.
9603
9604 2004-11-12 Jay Belanger <belanger@truman.edu>
9605
9606 * calc/calc-graph.el (calc-dumb-map): Declare it.
9607 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
9608 than unbound.
9609 (calc-graph-name): Made `end' a local variable.
9610 (calc-graph-lookup): Made `varname' a local variable.
9611 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
9612 Declare them.
9613 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
9614 (calc-graph-plot, calc-graph-compute-3d): Remove references to
9615 the unused variable y3vec.
9616 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
9617 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
9618 calc-graph-prev-kill-hook.
9619 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
9620 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
9621 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
9622 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
9623 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
9624 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
9625 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
9626 (calc-graph-y3value, calc-graph-y3name)
9627 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
9628 (calc-graph-stepcount, calc-graph-is-splot)
9629 (calc-graph-surprise-splot, calc-graph-blank)
9630 (calc-graph-non-blank, calc-graph-curve-num): New variables.
9631 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
9632 (calc-graph-recompute-2d, calc-graph-compute-3d)
9633 (calc-graph-format-data): Replace undeclared variables with the
9634 above newly declared variables.
9635
9636 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
9637
9638 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
9639 `rsf-beep' and `rsf-sleep-after-message'.
9640
9641 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
9642 list if `message-sender' is non-nil.
9643
9644 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
9645
9646 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
9647 consing by using mapc instead of mapcar.
9648
9649 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
9650
9651 * tooltip.el (require): Explain why CL is needed.
9652
9653 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
9654
9655 * printing.el: Insert :version into defgroup (printing). All reference
9656 to Files option in menubar were changed to File.
9657 (pr-version): New version number (6.8.2).
9658 (pr-get-symbol): Call easy-menu-intern.
9659 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
9660 compilation gripes.
9661
9662 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9663
9664 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
9665 new byte-compile-function-environment binding to t.
9666
9667 * font-lock.el (font-lock-fontify-syntactically-region):
9668 Don't forget to highlight the last char when we hit `end'.
9669
9670 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
9671 (mwheel-scroll): Adjust accordingly.
9672
9673 * cvs-status.el: Reduce spurious warnings.
9674 (cvs-status-checkout): Remove.
9675 (cvs-status-mode-map): Use cvs-mode-checkout instead.
9676
9677 * pcvs.el (cvs-mode-checkout): New command.
9678
9679 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
9680
9681 * tooltip.el: Require CL.
9682
9683 * emacs-lisp/bytecomp.el: Use push.
9684 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
9685 (defalias): Remove the `byte-compile' property and add
9686 a `byte-hunk-handler'.
9687
9688 2004-11-11 Juri Linkov <juri@jurta.org>
9689
9690 * info.el (Info-search): Save match data for isearch.
9691 Skip Tag Table node.
9692
9693 * descr-text.el (describe-char): Replace syntax-after with code
9694 from its previous version.
9695
9696 * files.el (magic-mode-alist): Use optimization for SGML mode too.
9697 (set-auto-mode): Doc fix. Remove unused variable `xml'.
9698
9699 * international/mule.el (sgml-html-meta-auto-coding-function):
9700 Remove > after <html to allow HTML attributes.
9701
9702 2004-11-11 Jay Belanger <belanger@truman.edu>
9703
9704 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
9705 a variable.
9706 (calcFunc-dfac): Replace unbound max by n.
9707 (math-stirling-local-cache): New variable.
9708 (math-stirling-number, math-stirling-1, math-stirling-2):
9709 Replace the variable `cache' by the declared variable
9710 math-stirling-local-cache.
9711 (var-RandSeed): Declare it as a variable.
9712 (math-init-random-base, math-random-digit): Don't check to see if
9713 var-RandSeed is bound.
9714 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
9715 Declare them instead of just setting them.
9716 (math-init-random-base): Made i a local variable.
9717 (math-random-digit): Made math-random-last a local variable.
9718 (math-prime-test-cache): Move declaration to before it is used.
9719 (math-prime-test-cache-k, math-prime-test-cache-q)
9720 (math-prime-test-cache-nm1, math-prime-factors-finished):
9721 Declare them as variables.
9722
9723 2004-11-11 Jay Belanger <belanger@truman.edu>
9724
9725 * calc/calc-ext.el (math-defcache): Use defvar for the new
9726 variables it creates.
9727
9728 2004-11-11 Lars Hansen <larsh@math.ku.dk>
9729
9730 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
9731 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
9732 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
9733 (desktop-save): Add :version.
9734
9735 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
9736
9737 * printing.el (pr-get-symbol): Don't downcase.
9738
9739 2004-11-10 Jay Belanger <belanger@truman.edu>
9740
9741 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
9742 string to kill-ring.
9743
9744 * calc/calc-aent.el (calc-alg-exp, math-toks)
9745 (math-exp-pos,math-exp-old-pos, math-exp-token)
9746 (math-exp-keep-spaces, math-exp-str): New variables.
9747 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
9748 (calcAlg-enter): Use declared variable calc-alg-exp.
9749 (math-build-parse-table, math-find-user-token): Use declared
9750 variable math-toks.
9751 (math-read-exprs, math-read-token, calc-check-user-syntax)
9752 (calc-match-user-syntax, match-factor-after, math-read-factor):
9753 Use declared variables math-exp-pos math-exp-old-pos.
9754 (math-read-exprs, math-read-token, math-read-expr-level)
9755 (calc-check-user-syntax, calc-match-user-syntax)
9756 (match-factor-after, math-read-factor): Use declared variable
9757 math-exp-token.
9758 (math-read-exprs, math-read-expr-list, math-read-token)
9759 (math-read-factor): Use declared variable math-exp-keep-spaces.
9760 (math-read-exprs, math-read-token): Use declared variable
9761 math-exp-str.
9762 (calc-match-user-syntax): Make m a local variable.
9763
9764 * calc/calc-ext.el (math-read-expr): Use declared variables
9765 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
9766 math-exp-keep-spaces.
9767
9768 * calc/calc-forms.el (math-read-angle-bracket): Use declared
9769 variables math-exp-pos, math-exp-str.
9770
9771 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
9772 math-exp-old-pos.
9773 (math-parse-fortran-vector, math-parse-fortran-vector-end)
9774 (math-parse-eqn-prime): Use declared variable math-exp-token.
9775
9776 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
9777 Use declared variable math-exp-pos.
9778 (math-check-for-commas): Use declared variable math-exp-str.
9779 (math-read-brackets): Use declared variables math-exp-old-pos,
9780 math-exp-keep-spaces.
9781 (math-read-brackets, math-read-vector, math-read-matrix):
9782 Use declared variable math-exp-token.
9783
9784 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
9785
9786 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
9787 where the keymap is a symbol.
9788 (easy-menu-add-item): Use keymap-prompt. Simplify.
9789
9790 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
9791
9792 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
9793 (sgml-parse-tag-backward): Use it to skip spurious < or >.
9794
9795 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
9796
9797 * ebuff-menu.el: Doc fixes throughout.
9798 (electric-buffer-menu-mode-hook): New defvar.
9799
9800 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
9801
9802 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
9803 The resulting compiler warnings appear to be harmless.
9804
9805 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
9806
9807 * textmodes/conf-mode.el: New file.
9808
9809 * files.el (auto-mode-alist, magic-mode-alist): Use it.
9810
9811 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9812
9813 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
9814
9815 2004-11-09 Jay Belanger <belanger@truman.edu>
9816
9817 * calc/calc-ext.el (calc-init-extensions): Remove old code.
9818
9819 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
9820 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
9821 (calc-z-prefix-help, calc-user-function-list): Use declared
9822 variables calc-z-prefix-buf, calc-z-prefix-msgs.
9823 (math-map-tree, math-map-tree-rec): Use declared variables
9824 math-mt-many, math-mt-func.
9825 (math-read-expression, math-read-string): Use declared variable
9826 math-expr-data.
9827
9828 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
9829 variable math-normalize-a.
9830
9831 * calc/calc.el (math-normalize-a): New variable.
9832 (math-normalize): Use declared variable math-normalize-a.
9833
9834 * calc/calc-poly.el (math-expand-form): Use declared variable
9835 math-mt-many.
9836
9837 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
9838 Use declared variable math-mt-many.
9839 (math-rewrite): Use declared variable math-mt-func.
9840
9841 * calc/calc-vec.el (math-read-brackets, math-read-vector)
9842 (math-read-matrix): Use declared variable math-expr-data.
9843
9844 * calc/calc-lang.el (math-parse-fortran-vector)
9845 (math-parse-fortran-vector-end, math-parse-tex-sum)
9846 (math-parse-eqn-matrix, math-parse-eqn-prime)
9847 (math-read-math-subscr): Use declared variable math-expr-data.
9848
9849 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
9850 (math-read-expr-level, math-read-token, calc-check-user-syntax)
9851 (calc-match-user-syntax, math-read-if, math-factor-after)
9852 (math-read-factor): Use declared variable math-expr-data.
9853
9854 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
9855
9856 * calendar/diary-lib.el (diary-from-outlook)
9857 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
9858 interactive-p; but rather new optional argument NOCONFIRM.
9859
9860 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
9861
9862 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
9863 (easy-menu-name-match): Revert correspondingly.
9864
9865 2004-11-09 Richard M. Stallman <rms@gnu.org>
9866
9867 * emacs-lisp/bytecomp.el (byte-compile-defalias):
9868 Turn off warnings for the new function even if definition not constant.
9869 If the definition isn't a quoted symbol, record (FUNCTION . t).
9870 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
9871 (byte-compile-callargs-warn): Handle (FUNCTION . t).
9872 (display-call-tree, byte-compile-arglist-warn):
9873 Handle t returned by byte-compile-fdefinition.
9874
9875 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
9876
9877 * Makefile.in (maintainer-clean): Depend on distclean.
9878
9879 * help-fns.el (help-C-file-name): File name must be in build-files
9880 to be returned.
9881
9882 2004-11-09 Jay Belanger <belanger@truman.edu>
9883
9884 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
9885 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
9886
9887 * calc/calc.el (calc, calc-trail-display, calc-mode):
9888 Remove obsolete sections.
9889
9890 * calc/calc.el (calc-x-paste-text): Remove.
9891
9892 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
9893 mouse-2.
9894
9895 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
9896
9897 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
9898 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
9899 current frame (in case of recursive calls).
9900 (gdb-show-changed-values): Add :version keyword.
9901
9902 2004-11-09 Kenichi Handa <handa@m17n.org>
9903
9904 * international/mule-cmds.el: Change coding: tag back to
9905 iso-2022-7bit.
9906
9907 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
9908
9909 * international/mule-cmds.el: Change coding-system to utf-8.
9910 (select-safe-coding-system-interactively):
9911 New function extracted from select-safe-coding-system.
9912 (select-safe-coding-system): Use it.
9913
9914 2004-11-08 Richard M. Stallman <rms@gnu.org>
9915
9916 * subr.el (syntax-after): Doc fix.
9917
9918 * paren.el (show-paren-function): Change calls to syntax-after
9919 for new way of returning the value.
9920
9921 * menu-bar.el (menu-bar-file-menu): Make this the real name
9922 and menu-bar-files-menu the alias. Use the former.
9923 (global-map): Use `file', not `files', as the symbol.
9924
9925 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
9926
9927 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
9928 Don't use beginning-of-buffer.
9929 (filesets-cmd-show-result): Use with-no-warnings.
9930
9931 2004-11-08 Juri Linkov <juri@jurta.org>
9932
9933 * progmodes/compile.el (compile): Don't overwrite last command in
9934 minibuffer history with default command if they are not equal.
9935
9936 2004-11-08 Jay Belanger <belanger@truman.edu>
9937
9938 * calc/calcalg2.el (math-do-integral-methods): Try linear then
9939 non-linear substitutions.
9940
9941 2004-11-08 Jay Belanger <belanger@truman.edu>
9942
9943 * calc/calcalg2.el (math-linear-subst-tried): New variable.
9944 (math-do-integral): Set `math-linear-subst-tried' to nil.
9945 (math-do-integral-methods): Use `math-linear-subst-tried' to
9946 determine what type of substitution to try.
9947 (math-integ-try-linear-substituion):
9948 Set `math-linear-subst-tried' to t.
9949
9950 2004-11-08 Kim F. Storm <storm@cua.dk>
9951
9952 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
9953
9954 2004-11-07 Juri Linkov <juri@jurta.org>
9955
9956 * info-look.el (info-lookup): Allow reusing in the current buffer
9957 not only *info* buffer, but all (even renamed) Info buffers
9958 by checking for major-mode instead of *info* buffer name.
9959 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
9960 (octave-mode, maxima-mode) <doc-spec>:
9961 Allow long dashes generated by Texinfo 4.7 before definitions.
9962 (texinfo-mode) <doc-spec>: Add space to suffix to find command
9963 definitions with argument separated by space.
9964
9965 2004-11-06 Richard M. Stallman <rms@gnu.org>
9966
9967 * simple.el (next-error group, face): Move before first use.
9968 (next-error-highlight, next-error-highlight-no-select): Likewise.
9969
9970 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
9971 (line-move): New args NOERROR and TO-END.
9972 Return t if if succeed in moving specified number of lines.
9973 (move-end-of-line): New function.
9974
9975 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
9976 (end-of-buffer-other-window): Likewise.
9977
9978 * simple.el (line-move-ignore-invisible): Default to t.
9979
9980 * subr.el (syntax-after): Return the syntax letter, not the raw code.
9981
9982 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
9983
9984 * international/iso-cvt.el (iso-cvt-define-menu):
9985 Rename menu-bar-files-menu to menu-bar-file-menu.
9986
9987 * net/browse-url.el (browse-url-gnome-moz-program)
9988 (browse-url-gnome-moz-arguments): Move up before first use.
9989
9990 * net/tramp.el (tramp group): Add :version.
9991
9992 * progmodes/ada-xref.el (ada-gdb-application):
9993 Use goto-char instead of beginning-of-buffer.
9994
9995 * progmodes/cperl-mode.el (cperl-info-on-command):
9996 Use goto-char instead of beginning-of-buffer.
9997
9998 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
9999 Move up before first use.
10000 (idlwave-shell-temp-pro-file): Likewise.
10001 (idlwave-shell-temp-rinfo-save-file): Likewise.
10002 (idlwave-shell-temp-file): Minor doc fix.
10003
10004 * textmodes/flyspell.el (flyspell-external-point-words):
10005 Use goto-char instead of beginning-of-buffer.
10006
10007 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
10008
10009 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
10010 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
10011 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
10012
10013 2004-11-06 David Ponce <david@dponce.com>
10014
10015 * recentf.el (recentf-menu-path): Use menu item name.
10016
10017 2004-11-06 Eli Zaretskii <eliz@gnu.org>
10018
10019 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
10020 display doesn't support images.
10021
10022 2004-11-06 Andreas Schwab <schwab@suse.de>
10023
10024 * tempo.el (tempo-match-finder): Doc fix.
10025
10026 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
10027
10028 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
10029
10030 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
10031 (easy-menu-lookup-name): New fun to replace it.
10032 (easy-menu-get-map): Use it to obey menu item names (rather than just
10033 keys) when looking up `path'.
10034 (easy-menu-always-true-p): Rename from easy-menu-always-true.
10035 (easy-menu-convert-item-1): Adjust to new name.
10036
10037 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
10038
10039 * outline.el (hide-body): Don't hide lines at the top of the file
10040 that precede the first header line.
10041
10042 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
10043
10044 * align.el (align-areas): Delete whitespace before reindenting, so
10045 that tabs are never placed after spaces.
10046
10047 2004-11-06 Alan Shutko <ats@acm.org>
10048
10049 * macros.el (insert-kbd-macro): Do completions based on macros,
10050 rather than all commands.
10051
10052 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
10053
10054 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
10055 to solve a bug whereby tags with 'b' don't match.
10056
10057 2004-11-05 Juri Linkov <juri@jurta.org>
10058
10059 * info.el (Info-search): Don't search in node header lines
10060 and file headers.
10061
10062 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
10063 symbol-constituent characters after dot, not only digits.
10064
10065 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
10066
10067 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
10068
10069 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10070
10071 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10072 if a dialog will be used, read-file-name otherwise.
10073
10074 2004-11-04 Richard M. Stallman <rms@gnu.org>
10075
10076 * textmodes/table.el (table group): Add :version.
10077
10078 * textmodes/ispell.el (ispell-word):
10079 Don't alter args; set them only thru `interactive' spec.
10080
10081 * textmodes/flyspell.el (flyspell-word):
10082 Don't alter FOLLOWING; set it only thru `interactive' spec.
10083
10084 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
10085
10086 * net/browse-url.el (browse-url-maybe-new-window):
10087 Use called-interactively-p.
10088
10089 * mail/supercite.el (sc-cite-region):
10090 Don't use interactive-p. Add arg INTERACTIVE.
10091 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
10092
10093 * international/mule-cmds.el (set-input-method, toggle-input-method):
10094 Don't use interactive-p. Add arg INTERACTIVE.
10095
10096 * eshell/esh-mode.el (eshell-show-maximum-output):
10097 Don't use interactive-p.
10098 (eshell-truncate-buffer): Just message, no error, if buffer is short.
10099
10100 * mouse.el (mouse-show-mark): Get positions to delete from mark
10101 and point, not from mouse-drag-overlay.
10102
10103 * imenu.el (imenu-eager-completion-buffer): Add :version.
10104
10105 * filesets.el (filesets group): Add :version.
10106
10107 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
10108
10109 * files.el (xml-based-modes): Delete var.
10110 (magic-mode-alist): New more general var.
10111 (set-auto-mode): Use it.
10112
10113 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
10114 when clicking from another window.
10115
10116 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
10117
10118 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
10119 (vc-cvs-annotate-time): Incorporate value of deleted var.
10120 Remove special-case handling of beginning-of-buffer cruft.
10121 Cache ending position (point) and return value in text property
10122 `vc-cvs-annotate-time', and consult it on subsequent invocations.
10123
10124 * vc-cvs.el (vc-cvs-annotate-command):
10125 Delete extraneous lines from beginning of buffer.
10126 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
10127
10128 * progmodes/grep.el (grep-default-command): Take empty string
10129 for tag if all other methods yield nil. Shell-quote the tag.
10130
10131 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
10132 spec in `interactive' form, and mention it in the docstring.
10133 Also, make sure point is at bol after calling `annotate-time'.
10134
10135 2004-11-02 Richard M. Stallman <rms@gnu.org>
10136
10137 * cus-edit.el (customize-group-other-window):
10138 Select the window that displays the custom buffer.
10139 (custom-buffer-create-other-window): Likewise.
10140
10141 * comint.el (comint-insert-input): Fix previous change.
10142
10143 * emacs-lisp/elp.el (elp-instrument-function):
10144 Use called-interactively-p.
10145
10146 * emacs-lisp/easymenu.el (easy-menu-intern):
10147 Don't downcase; rather, case-flip the first letter of each word.
10148
10149 * emacs-lisp/easy-mmode.el (define-minor-mode):
10150 Use called-interactively-p.
10151
10152 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
10153 Add interactive-only.
10154 (byte-compile-warnings): Add interactive-only as option.
10155 (byte-compile-interactive-only-functions): New variable.
10156 (byte-compile-form): Warn about calls to functions
10157 in byte-compile-interactive-only-functions.
10158
10159 * emacs-lisp/autoload.el (update-file-autoloads):
10160 Don't use interactive-p; take new arg SAVE-AFTER.
10161
10162 * emacs-lisp/advice.el (ad-make-advised-definition):
10163 Use called-interactively-p.
10164
10165 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10166
10167 * files.el (find-file-existing): New function.
10168
10169 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
10170 find-file-existing. Add "New File..." that calls find-file.
10171
10172 * diropen.pbm, diropen.xpm: New files.
10173
10174 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
10175 icon diropen. New tool bar item find-file-existing uses icon open.
10176
10177 * dired.el (dired-read-dir-and-switches): Call read-directory-name
10178 instead of read-file-name.
10179
10180 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
10181
10182 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
10183 (icalendar--split-value): Change name of work buffer.
10184 (icalendar--get-weekday-abbrev): Return nil on error.
10185 (icalendar--date-to-isodate): New function.
10186 (icalendar-convert-diary-to-ical)
10187 (icalendar-extract-ical-from-buffer): Use only two args for
10188 make-obsolete (XEmacs compatibility).
10189 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
10190 (icalendar-export-region): Doc fix.
10191 If error, return non-nil and write errors to a buffer.
10192 Use correct weekday for weekly recurring events.
10193 Check whether date has been parsed for ordinary events.
10194 Make weekly events start in the year 2000.
10195 DTEND is non-inclusive, shift end date by one day if
10196 necessary (not for entries that have date and time).
10197 Rename local let variables: oops -> found-error, datestring ->
10198 startdatestring.
10199
10200 2004-11-02 Kim F. Storm <storm@cua.dk>
10201
10202 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
10203 keep-mode-if-same variable. Add it as optional arg instead.
10204 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
10205
10206 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
10207 substitute-command-keys will select lower-case bindings like those
10208 used in the static help texts.
10209
10210 * descr-text.el (describe-text-properties): Don't err if called in
10211 the *Help* buffer; output to *Help-2* buffer instead.
10212
10213 * kmacro.el (group kmacro): Add :version.
10214 (kmacro-keyboard-quit): New function to cleanup on C-g.
10215 (kmacro-start-macro): Set defining-kbd-macro to append when
10216 appending to last macro.
10217
10218 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
10219
10220 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
10221
10222 * progmodes/gdb-ui.el (gdb-enable-debug-log)
10223 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
10224 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
10225 Add :version keyword.
10226
10227 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
10228
10229 * progmodes/flymake.el (flymake-err-line-patterns):
10230 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
10231 `compilation-error-regexp-alist-alist' to internal Flymake format.
10232
10233 * progmodes/flymake.el: Eliminate byte-compiler warnings.
10234
10235 2004-11-01 Jay Belanger <belanger@truman.edu>
10236
10237 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
10238 with `interactive "s"'.
10239
10240 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10241
10242 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10243 Revert change from 2004-10-16. '*' checks the current buffer, but the
10244 mouse click may be in another buffer.
10245
10246 2004-11-01 John Paul Wallington <jpw@gnu.org>
10247
10248 * files.el (large-file-warning-threshold): Add :version keyword.
10249 (kill-some-buffers): Doc fix.
10250
10251 * thumbs.el (group thumbs): Add :version keyword.
10252
10253 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
10254
10255 2004-11-01 Richard M. Stallman <rms@gnu.org>
10256
10257 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
10258
10259 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
10260
10261 * allout.el (allout group): Add :version.
10262 (allout-init): Don't use interactive-p.
10263 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
10264 (allout-forward-current-level, allout-backward-current-level):
10265 Don't use interactive-p.
10266
10267 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
10268 (bibtex-find-text): Likewise.
10269
10270 * progmodes/vhdl-mode.el (vhdl-fill-region)
10271 (vhdl-beginning-of-statement): Don't use interactive-p.
10272
10273 * progmodes/idlwave.el (idlwave-update-routine-info):
10274 Don't use interactive-p.
10275
10276 * progmodes/idlw-shell.el (idlwave-shell-send-char):
10277 Don't use interactive-p.
10278
10279 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
10280 Don't use interactive-p.
10281
10282 * progmodes/ada-xref.el (ada-make-body-gnatstub):
10283 Don't use interactive-p.
10284
10285 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
10286 (fortune-in-buffer): Doc fix.
10287
10288 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
10289
10290 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
10291 don't select the temporary buffer.
10292 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
10293 (eudc-get-phone): Likewise.
10294
10295 2004-11-01 Kim F. Storm <storm@cua.dk>
10296
10297 * man.el (Man-xref-normal-file): Fix help-echo.
10298
10299 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
10300
10301 * reveal.el (reveal-last-tick): New var.
10302 (reveal-post-command): Use it to avoid closing overlays when we're
10303 appending text to them.
10304
10305 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10306
10307 * textmodes/bibtex.el: Require button.
10308 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
10309 (bibtex-reference-keys): Distinguish between header keys and
10310 crossref keys.
10311 (bibtex-beginning-of-field): New function.
10312 (bibtex-url-map): Remove.
10313 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
10314 (bibtex-font-lock-url-regexp): Assume that field names begin at
10315 the beginning of a line.
10316 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
10317 Remove field delimiters. Use bibtex-beginning-of-field.
10318 Bugfix, point can be inside a field with a url.
10319 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
10320 New functions.
10321 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
10322 (bibtex-key-in-head): Simplify.
10323 (bibtex-current-line): Use bolp.
10324 (bibtex-parse-keys): Remove unused arg `add'.
10325 Use bibtex-type-in-head and bibtex-key-in-head.
10326 (bibtex-parse-entry, bibtex-autofill-entry):
10327 Use bibtex-type-in-head and bibtex-key-in-head.
10328 (bibtex-autokey-get-field): Do not alter case of replacement text.
10329 (bibtex-autokey-get-names): Do all processing of name list.
10330 (bibtex-autokey-get-year): New function.
10331 (bibtex-autokey-get-title): Do all processing of title words.
10332 (bibtex-generate-autokey): Simplify.
10333 (bibtex-string-files-init): Use default-directory.
10334 Allow for absolute file names in bibtex-string-files.
10335 (bibtex-files, bibtex-file-path): New variables.
10336 (bibtex-files-expand): New function.
10337 (bibtex-find-entry-globally): New command.
10338 (bibtex-summary-function): New variable.
10339 (bibtex-summary): Default value of bibtex-summary-function.
10340 (bibtex-find-crossref): New optional args pnt and split.
10341 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
10342 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
10343 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
10344 Fix handling of required and alternative fields.
10345 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
10346 Use cons and display-buffer.
10347 (bibtex-validate-globally): New command.
10348 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
10349 bibtex-parse-keys and bibtex-parse-strings for updating
10350 bibtex-reference-keys and bibtex-strings.
10351 (bibtex-realign): Remove blank lines past the last entry.
10352 (bibtex-reformat): Use bibtex-entry-format as default.
10353 (bibtex-choose-completion-string): Remove.
10354 (bibtex-complete): Do not use bibtex-choose-completion-string.
10355 (bibtex-url): Simplify.
10356
10357 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10358
10359 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
10360 (x-dnd-types-alist, x-dnd-open-file-other-window)
10361 (x-dnd-known-types): Add :version.
10362
10363 2004-10-31 John Paul Wallington <jpw@gnu.org>
10364
10365 * ibuffer.el (group ibuffer): Add :version keyword.
10366
10367 2004-10-31 Kim F. Storm <storm@cua.dk>
10368
10369 * ido.el (group ido): Add :version keyword.
10370 (ido-mode): Remove :version keyword.
10371
10372 * emulation/cua-base.el (group cua): Add :version keyword.
10373 (cua-mode): Remove :version keyword.
10374
10375 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
10376
10377 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
10378
10379 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
10380 compiler warning.
10381 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
10382 function.
10383 (help-at-pt-display-when-idle): Remove autoload.
10384
10385 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
10388
10389 2004-10-30 Juri Linkov <juri@jurta.org>
10390
10391 * help.el (function-called-at-point):
10392 * help-fns.el (variable-at-point): Read -> intern.
10393
10394 2004-10-30 Simon Josefsson <jas@extundo.com>
10395
10396 * progmodes/autoconf.el (autoconf-font-lock-keywords):
10397 Recognize AS_* too.
10398
10399 2004-10-29 Simon Josefsson <jas@extundo.com>
10400
10401 * subr.el (read-passwd): Move back from password.el.
10402
10403 * password.el: Remove, not ready yet.
10404
10405 2004-10-29 Andreas Schwab <schwab@suse.de>
10406
10407 * speedbar.el (speedbar-frame-parameters): Improve customize type.
10408
10409 2004-10-29 Sam Steingold <sds@gnu.org>
10410
10411 * mouse.el (mouse-show-mark): Replace the last occurrence of
10412 x-lost-selection-hooks with x-lost-selection-functions.
10413
10414 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
10415
10416 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
10417 x-lost-selection-functions is bound.
10418
10419 * mouse-sel.el (mouse-sel-mode):
10420 * emacs-lisp/lselect.el: Adjust to new names for
10421 x-(lost|sent)-selection-functions.
10422
10423 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
10424 New obsolete aliases of x-lost-selection-functions and
10425 x-sent-selection-functions.
10426
10427 2004-10-28 Kim F. Storm <storm@cua.dk>
10428
10429 * imenu.el (imenu-scanning-message): Remove.
10430 (imenu-progress-message): Make it a no-op.
10431
10432 2004-10-28 John Paul Wallington <jpw@gnu.org>
10433
10434 * files.el (set-auto-mode): Call `throw' correctly.
10435
10436 2004-10-28 Juri Linkov <juri@jurta.org>
10437
10438 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
10439 to search `Info-...' commands in `info' manual.
10440 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
10441 Add 'info-file "emacs" property.
10442 (Info-find-emacs-command-nodes): Fix index line number regexp.
10443 Set real line number (instead of fake 0) in first element of the
10444 returned list.
10445 (Info-goto-emacs-command-node): Use line number of first element
10446 to set point in the first found Info node.
10447
10448 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
10449 code to `grep-mode-font-lock-keywords'.
10450 (grep-mode-font-lock-keywords): Delete grep markers instead
10451 of making them invisible.
10452
10453 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
10454
10455 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
10456 and x-server-version in bug report.
10457
10458 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
10459
10460 * files.el (set-auto-mode-0): New function.
10461 (set-auto-mode): Use it to handle aliased modes and to
10462 be consistent between C-x C-f and C-x C-w.
10463
10464 2004-10-28 Kenichi Handa <handa@m17n.org>
10465
10466 * international/utf-8.el (utf-translate-cjk-charsets):
10467 Add katakana-jisx0201.
10468
10469 * international/subst-jis.el: Add data for JISX0201.
10470
10471 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
10472
10473 * obsolete/hilit19.el (hilit-mode): New function.
10474 Move all the toplevel side-effecting stuff into it, so that loading
10475 hilit19 doesn't mess everything up any more.
10476
10477 2004-10-27 Richard M. Stallman <rms@gnu.org>
10478
10479 * add-log.el (add-change-log-entry): Set up mailing address
10480 and full name later, and don't alter add-log-mailing-address
10481 or add-log-full-name.
10482
10483 * elide-head.el (elide-head): Change error to message.
10484 (elide-head-show): Likewise.
10485
10486 * apropos.el (apropos-macrop): Doc fix.
10487
10488 * mouse.el (mouse-show-mark): Do most processing the same
10489 regardless of transient-mark-mode.
10490
10491 * shadowfile.el (shadow-copy-files): Use interactive-p
10492 only to control whether to print a message.
10493
10494 * tar-mode.el (tar-mode): Use write-contents-functions,
10495 not write-contents-hooks.
10496
10497 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
10498 directory-sep-char.
10499
10500 2004-10-27 Richard M. Stallman <rms@gnu.org>
10501
10502 * strokes.el (strokes-unload-hook): Fix previous change.
10503
10504 * type-break.el (type-break-run-at-time): Always use run-at-time;
10505 forget the alternatives.
10506 (type-break-cancel-function-timers): Always use cancel-function-timers;
10507 forget the alternatives.
10508
10509 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
10510
10511 2004-10-27 Kenichi Handa <handa@m17n.org>
10512
10513 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
10514
10515 * international/subst-gb2312.el: Likewise.
10516
10517 * international/subst-big5.el: Likewise.
10518
10519 * international/subst-ksc.el: Likewise.
10520
10521 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
10522 New variable.
10523 (utf-translate-cjk-set-unicode-range): New function.
10524 (utf-translate-cjk-unicode-range): Make it customizable.
10525 (utf-8-post-read-conversion):
10526 Use utf-translate-cjk-unicode-range-string.
10527 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
10528 Unicode ranges.
10529
10530 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
10531
10532 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
10533 trivial variants to shorten the list.
10534 (xml-based-modes): New var.
10535 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
10536 declaration higher priority than auto-mode-alist.
10537
10538 * find-file.el (cc-other-file-alist): Bring it in line with
10539 cc-mode's auto-mode-alist entries and use \' instead of $.
10540
10541 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
10542 and add "Id" and "Name" submenus to it.
10543
10544 * imenu.el (imenu--generic-function): Skip matches in comments.
10545
10546 2004-10-26 Jay Belanger <belanger@truman.edu>
10547
10548 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
10549 (full-calc-keypad, calc-trail-display): Use an extra argument
10550 instead of `interactive-p'.
10551
10552 * calc/calc-misc.el (calc-other-window): Use an extra argument
10553 instead of `interactive-p'.
10554
10555 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
10556 `interactive-p'.
10557
10558 2004-10-26 Kim F. Storm <storm@cua.dk>
10559
10560 * help.el (describe-key): Describe both down-event and up-event
10561 for a mouse click.
10562
10563 2004-10-26 Richard M. Stallman <rms@gnu.org>
10564
10565 * woman.el (woman): Don't call interactive-p.
10566
10567 * pcomplete.el (pcomplete): Instead of interactive-p,
10568 use an arg set non-nil by the interactive spec.
10569
10570 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
10571 use an arg set non-nil by the interactive spec.
10572
10573 * man.el (Man-cleanup-manpage): Instead of interactive-p,
10574 use an arg set non-nil by the interactive spec.
10575
10576 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
10577
10578 * progmodes/flymake.el (flymake-split-string):
10579 Use `flymake-split-string-remove-empty-edges' in any case.
10580
10581 2004-10-26 Masatake YAMATO <jet@gyve.org>
10582
10583 * progmodes/flymake.el (flymake-err-line-patterns):
10584 Use `compilation-error-regexp-alist-alist' instead of
10585 `compilation-error-regexp-alist'.
10586
10587 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
10590 verbatim face on the \ of \end{verbatim}.
10591
10592 2004-10-25 Jay Belanger <belanger@truman.edu>
10593
10594 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
10595 erasing minibuffer.
10596
10597 2004-10-25 Simon Josefsson <jas@extundo.com>
10598
10599 * subr.el (read-passwd): Move to net/password.el.
10600
10601 * net/password.el (read-passwd): Add. Autoload it.
10602
10603 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
10604
10605 * mouse-sel.el (mouse-sel-mode): Specify custom group.
10606
10607 * simple.el (process-file): Fix logic.
10608
10609 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10610
10611 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
10612 (increase-right-margin): Remove erroneous call to `interactive-p'.
10613
10614 2004-10-24 Kim F. Storm <storm@cua.dk>
10615
10616 * help.el (describe-mode): Fix 2004-10-13 change.
10617 Copy pure "Auto Fill" string so it can be propertized later
10618 without causing a read-only error.
10619
10620 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
10621
10622 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
10623 style indexes.
10624
10625 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
10626
10627 * simple.el (process-file): Accept nil for INFILE. Reported by
10628 Luc Teirlinck.
10629
10630 2004-10-24 Masatake YAMATO <jet@gyve.org>
10631
10632 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
10633 Handle periods and underscores in a function name.
10634 Remove the address fontification.
10635
10636 2004-10-24 Masatake YAMATO <jet@gyve.org>
10637
10638 * progmodes/asm-mode.el (asm-font-lock-keywords):
10639 Use font-lock-variable-name-face for registers.
10640
10641 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
10642
10643 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
10644 kill-all-local-variables.
10645 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
10646 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
10647 Use kill-all-local-variables and provide mode-hooks.
10648 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
10649 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
10650 Suggested by Masatake YAMATO <jet@gyve.org>.
10651
10652 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
10653
10654 * simple.el (process-file): New function, similar to call-process
10655 but supports file handlers.
10656 * vc.el (vc-do-command): Use it, instead of call-process.
10657 * net/tramp-vc.el (vc-do-command): Do not advise it if
10658 process-file is fboundp.
10659 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
10660 process-file.
10661 (tramp-handle-process-file): New function.
10662 (tramp-file-name-for-operation): Support process-file.
10663
10664 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
10665
10666 * calendar/icalendar.el (icalendar--weekday-array): New constant.
10667 (icalendar-weekdayabbrev-table)
10668 (icalendar-monthnumber-table): Delete.
10669 (icalendar--get-month-number): Use calendar-month-name-array.
10670 (icalendar--get-weekday-number): New function.
10671 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
10672 (icalendar-export-region): Handle multi-line entries.
10673 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
10674
10675 2004-10-23 John Paul Wallington <jpw@gnu.org>
10676
10677 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
10678 `wildcards' set to t in interactive spec.
10679
10680 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
10681 interactive spec rather than use `interactive-p'.
10682 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
10683 rather than use function `interactive-p'.
10684
10685 2004-10-22 Kenichi Handa <handa@m17n.org>
10686
10687 * international/mule.el (translate-region): Implement it in Lisp
10688 as a front end of translate-region-internal.
10689
10690 2004-10-21 Jay Belanger <belanger@truman.edu>
10691
10692 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
10693 Declare these variables with defvar.
10694
10695 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
10696 is bound, only check to see if it is bound.
10697
10698 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
10699
10700 * textmodes/tex-mode.el (tex-compilation-parse-errors):
10701 Don't output messages.
10702
10703 * calc/calc-help.el (calc-describe-bindings): Fix last change.
10704
10705 2004-10-21 John Paul Wallington <jpw@gnu.org>
10706
10707 * calc/calc-graph.el (calc-graph-init):
10708 Use `set-process-query-on-exit-flag'.
10709
10710 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
10711
10712 * progmodes/compile.el (compilation-start): Rely on `cd' to get
10713 dir right and also allow argumentless cd.
10714
10715 2004-10-19 Richard M. Stallman <rms@gnu.org>
10716
10717 * textmodes/flyspell.el (flyspell-mode): Doc fix.
10718
10719 * eshell/em-unix.el (eshell-grep):
10720 Don't bind compilation-process-setup-function.
10721
10722 * comint.el (comint-insert-input): Use @ in `interactive'.
10723 (comint-input-filter-functions): Doc fix.
10724 (comint-kill-whole-line, comint-get-source): Doc fix.
10725
10726 * progmodes/compile.el (compilation-setup):
10727 Don't set buffer-read-only if MINOR is non-nil.
10728
10729 2004-10-19 Jay Belanger <belanger@truman.edu>
10730
10731 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
10732 (calc-emacs-type-gnu19): Remove.
10733 (calc-digit-map, calc-read-key-sequence, calc-read-key):
10734 Remove check for old emacs versions.
10735
10736 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
10737 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
10738 for current Emacs.
10739
10740 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
10741 the end of the minibuffer.
10742 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
10743 copy `esc-map'.
10744
10745 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
10746
10747 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
10748 call that would be given when the current emacs was used.
10749
10750 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
10751
10752 * calendar/icalendar.el: Set coding to utf-8.
10753 (icalendar-version): Increase to 0.07.
10754 (icalendar-monthnumber-table): Change March pattern.
10755 (icalendar-get-all-event-properties)
10756 (icalendar-set-event-property): Delete.
10757 (icalendar-all-events): No longer interactive.
10758 (icalendar-convert-diary-to-ical)
10759 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
10760 their replacements.
10761 (icalendar-export-file, icalendar-export-region): New functions;
10762 essentially old `icalendar-convert-diary-to-ical' but appending to
10763 target rather than overwriting.
10764 (icalendar-import-file): Append to target file rather than
10765 overwriting. Fourth arg deleted.
10766 (icalendar-import-buffer): New name for old
10767 `icalendar-extract-ical-from-buffer'.
10768 (icalendar--convert-string-for-import): New name for
10769 old `icalendar-convert-for-import'.
10770 (include-icalendar-files): Delete.
10771 Prefix for all internal functions changed from `icalendar-'
10772 to `icalendar--'.
10773
10774 2004-10-19 Richard M. Stallman <rms@gnu.org>
10775
10776 * paths.el (news-path): Fix previous change.
10777
10778 2004-10-18 Jay Belanger <belanger@truman.edu>
10779
10780 * calc/calc-help.el (calc-describe-bindings):
10781 Set `buffer-read-only' to nil while working in the keybindings buffer;
10782 remove some extra information from the keybindings buffer.
10783
10784 2004-10-18 David Ponce <david@dponce.com>
10785
10786 * mouse.el (mouse-drag-move-window-top): New function.
10787 (mouse-drag-mode-line-1): Use it.
10788
10789 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
10790
10791 * info.el (Info-fontify-node): For multiline refs,
10792 arrange to unfontify newline and surrounding whitespace.
10793
10794 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
10795
10796 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
10797 directory is missing.
10798
10799 2004-10-17 John Paul Wallington <jpw@gnu.org>
10800
10801 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
10802 New customizable variable; whether to display buffers that match
10803 `ibuffer-maybe-show-predicates' by default.
10804 (ibuffer-maybe-show-predicates): Mention it in docstring.
10805 (ibuffer-display-maybe-show-predicates): New variable.
10806 (ibuffer-update): Prefix arg now toggles whether buffers that
10807 match `ibuffer-maybe-show-predicates' should be displayed.
10808 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
10809 locally to heed `ibuffer-default-display-maybe-show-predicates'.
10810 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
10811
10812 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
10813
10814 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
10815 work correctly.
10816
10817 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
10818
10819 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
10820 (Buffer-menu-beginning): New helper function.
10821 (Buffer-menu-execute): Use it.
10822 (Buffer-menu-select): Use it.
10823 (Buffer-menu-sort): Use it and also keep markers.
10824
10825 2004-10-17 Richard M. Stallman <rms@gnu.org>
10826
10827 * paths.el (news-directory): Rename from news-path. Old name alias.
10828 (rmail-spool-directory): Use defvar.
10829 (sendmail-program): Use defcustom.
10830 (remote-shell-program): Use defcustom.
10831 (term-file-prefix): Use defvar.
10832 (abbrev-file-name): Use defvar.
10833
10834 * term.el: Add maintainer.
10835
10836 * subr.el (with-local-quit): Return nil if there's a quit.
10837 (read-passwd): Use with-local-quit. Doc fix.
10838
10839 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
10840 (strokes-unload-hook): Set as a variable with add-hook.
10841
10842 * startup.el (fancy-splash-tail, normal-splash-screen):
10843 Update copyright year.
10844
10845 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
10846
10847 * server.el (server-unload-hook): Set as a variable with add-hook.
10848
10849 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
10850
10851 * frame.el (special-display-popup-frame):
10852 Make the buffer current as its frame is created.
10853
10854 * delsel.el (delsel-unload-hook): Set as a variable.
10855
10856 * comint.el (comint-output-filter-functions):
10857 Add comint-watch-for-password-prompt.
10858 (comint-read-noecho): Function deleted.
10859 (send-invisible): Use read-passwd.
10860
10861 * fringe.el (fringe-mode-initialize): New function.
10862 (fringe-mode): Use fringe-mode-initialize as :initialize.
10863
10864 2004-10-17 Kim F. Storm <storm@cua.dk>
10865
10866 * language/indian.el (indian-script-language-alist): Swap value and doc.
10867 (indian-font-char-index-table): Doc fix.
10868
10869 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
10870
10871 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
10872
10873 2004-10-16 Juri Linkov <juri@jurta.org>
10874
10875 * progmodes/compile.el (compilation-start): Move let-binding of
10876 `process-environment' into `with-current-buffer' body.
10877 Reported by Matt Hodges <MPHodges@member.fsf.org>.
10878
10879 2004-10-16 Richard M. Stallman <rms@gnu.org>
10880
10881 * pcvs-util.el (cvs-bury-buffer):
10882 Don't call get-buffer-window for effect.
10883
10884 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
10885
10886 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
10887
10888 * msb.el (msb-unload-hook): Set the variable.
10889
10890 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
10891 Use * to err if buffer is readonly.
10892
10893 * subr.el (looking-back): Return only t or nil.
10894
10895 * whitespace.el (whitespace-unload-hook): Set the variable.
10896
10897 * view.el (view-mode-enable): Set view-page-size and
10898 view-half-page-size to nil.
10899 (view-set-half-page-size-default): view-half-page-size = nil
10900 means the default.
10901 (View-scroll-page-forward): Use view-page-size-default.
10902 (View-scroll-page-backward): Likewise.
10903 (view-page-size, view-half-page-size): Doc fixes.
10904
10905 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
10906
10907 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
10908
10909 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
10910 "cl" like other files. Instead, call byte-compile-find-cl-functions.
10911 (byte-compile-log-1): Bind inhibit-read-only.
10912 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
10913 (byte-compile-log-warning): Likewise.
10914 (byte-compile-file-form-require): Detect "cl" from the arg value.
10915
10916 * progmodes/compile.el (compilation-start): Assume compilation-mode
10917 will make the buffer read-only.
10918 (compilation-mode): Take arg name-of-mode.
10919 (compilation-setup): Make buffer read-only.
10920 (compilation-handle-exit): Bind inhibit-read-only.
10921
10922 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
10923 (ispell-message): Likewise.
10924 (ispell-show-choices): Don't call get-buffer-window uselessly.
10925 (ispell-init-process): Use set-process-query-on-exit-flag.
10926
10927 2004-10-16 Kim F. Storm <storm@cua.dk>
10928
10929 * fringe.el (fringe-bitmaps): Only initialize when defined.
10930
10931 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
10932 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
10933
10934 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
10935
10936 2004-10-15 Simon Josefsson <jas@extundo.com>
10937
10938 * net/password.el: Add.
10939
10940 2004-10-14 Masatake YAMATO <jet@gyve.org>
10941
10942 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
10943 (gdb-script-end-of-defun): New function.
10944 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
10945 `gdb-script-end-of-defun' as *-of-defun-function.
10946
10947 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
10948
10949 * button.el (button-activate): Allow a marker to display as an action.
10950
10951 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
10952
10953 * help.el (describe-mode): Use it to make minor mode list into
10954 hyperlinks.
10955
10956 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
10957
10958 * vc.el (vc-annotate-display-select): Fix typo.
10959
10960 * subr.el (substitute-key-definition-key): New function.
10961 (substitute-key-definition): Use it with map-keymap.
10962 (event-modifiers): Use push.
10963 (mouse-movement-p, with-temp-buffer): Simplify.
10964
10965 2004-10-12 Jay Belanger <belanger@truman.edu>
10966
10967 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
10968 New variables.
10969 (calc-help-index-entries): New function.
10970 (calc-describe-function): Use `calc-help-function-list' instead of
10971 obarray for completion.
10972 (calc-describe-variable): Use `calc-help-variable-list' instead
10973 of obarray for completion.
10974
10975 2004-10-12 Richard M. Stallman <rms@gnu.org>
10976
10977 * info-look.el (info-lookup-file): Add info-file property.
10978 (info-lookup-symbol): Likewise.
10979
10980 * info.el (info-xref): Add underlining.
10981 (info): Add info-file property.
10982 (Info-find-emacs-command-nodes): Specify case-sensitive search.
10983
10984 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
10985
10986 Sync with Tramp 2.0.45.
10987
10988 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
10989 defined. This is not the case for XEmacs without package "edebug".
10990 (tramp-set-auto-save-file-modes): Set permissions of autosaved
10991 remote files to the permissions of the original file. This is not
10992 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
10993 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
10994 (tramp-perl-decode): Fix an error in Perl implementation.
10995 $pending must be cleared every loop. Reported by Benjamin Place
10996 <benjaminplace@sprintmail.com>
10997
10998 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
10999 Don't activate advice during definition. This is done later on,
11000 depending on test result of `substitute-in-file-name'.
11001 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11002
11003 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
11004
11005 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
11006
11007 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
11008
11009 2004-10-12 David Ponce <david@dponce.com>
11010
11011 * recentf.el (recentf-edit-list): Update the menu when the recentf
11012 list has been modified.
11013
11014 2004-10-12 Simon Josefsson <jas@extundo.com>
11015
11016 * net/tls.el (tls-certtool-program): New variable.
11017 (tls-certificate-information): New function, based on
11018 ssl-certificate-information.
11019
11020 2004-10-12 Kenichi Handa <handa@m17n.org>
11021
11022 * international/mule.el (coding-system-equal): Move from mule-util.el.
11023
11024 * international/mule-util.el (coding-system-equal): Move to mule.el.
11025
11026 2004-10-12 Kim F. Storm <storm@cua.dk>
11027
11028 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
11029 reset kmacro-initial-counter-value if set.
11030 (kmacro-set-counter): Only set kmacro-counter if defining or executing
11031 macro. Set kmacro-initial-counter-value otherwise. Never set both.
11032 (kmacro-display): Show macro counter if non-zero.
11033
11034 * subr.el (substitute-key-definition): Mention command remapping
11035 in doc string.
11036
11037 2004-10-11 Jay Belanger <belanger@truman.edu>
11038
11039 * calc/calc-misc.el (calc-info-goto-node): New function.
11040 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
11041 node in one step.
11042 (calc-describe-copying, calc-describe-distribution)
11043 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
11044 Go to appropriate info node in one step.
11045
11046 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
11047
11048 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
11049
11050 * font-lock.el (font-lock-apply-highlight): Fix last change.
11051
11052 2004-10-11 Simon Josefsson <jas@extundo.com>
11053
11054 * mail/smtpmail.el (smtpmail-open-stream): Look for
11055 starttls-gnutls-program instead of starttls-program iff
11056 starttls-use-gnutls is non-nil.
11057 (smtpmail-open-stream): Don't overwrite user settings of
11058 starttls-extra-arguments and starttls-extra-args.
11059
11060 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
11061
11062 * comint.el (comint-mouse-insert-input): Remove.
11063 (comint-insert-input): Make it work for mouse bindings.
11064 (comint-mode-map): Move defs into the declaration.
11065 (comint-output-filter): Typo.
11066
11067 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
11068
11069 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
11070
11071 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
11072 (ange-ftp-call-chmod): Reference remote-shell-program instead of
11073 ange-ftp-remote-shell.
11074
11075 2004-10-10 Andreas Schwab <schwab@suse.de>
11076
11077 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
11078 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
11079 Reported by <sri@asu.edu>.
11080
11081 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
11082
11083 * vc.el (vc-annotate-mode): Remove variable.
11084 (vc-annotate-display-select): Only call vc-annotate-mode
11085 if we're not in that mode already.
11086
11087 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
11088
11089 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
11090 (imenu-choose-buffer-index): Check here for rescan instead.
11091
11092 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
11093 where the face expression evals to nil.
11094
11095 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
11096 (tex-font-lock-keywords-2): Use it.
11097 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
11098
11099 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
11100
11101 2004-10-09 Kim F. Storm <storm@cua.dk>
11102
11103 * subr.el (progress-reporter-update): Define before first usage.
11104 (make-progress-reporter): Doc fix.
11105
11106 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
11107
11108 * textmodes/paragraphs.el (sentence-end-double-space)
11109 (sentence-end-without-period, sentence-end-without-space)
11110 (sentence-end): Doc fixes.
11111
11112 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
11113
11114 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
11115 Change paragraph-start regexp so we don't fill code starting with #'(.
11116
11117 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
11118
11119 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
11120 New defcustom.
11121 (extract-address-components): Use it.
11122
11123 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
11124
11125 * subr.el (make-progress-reporter, progress-reporter-update)
11126 (progress-reporter-force-update, progress-reporter-do-update)
11127 (progress-reporter-done): New functions.
11128
11129 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
11130
11131 * progmodes/etags.el (etags-tags-completion-table): Use progress
11132 reporter.
11133 (etags-tags-apropos): Likewise.
11134
11135 2004-10-08 Alan Mackenzie <acm@muc.de>
11136
11137 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
11138 of current line.
11139
11140 2004-10-08 Masatake YAMATO <jet@gyve.org>
11141
11142 * server.el (server-process-filter): Wrap `process-send-region'
11143 by `condition-case' to guard the case when the pipe to PROC is closed.
11144
11145 2004-10-07 Mark A. Hershberger <mah@everybody.org>
11146
11147 * xml.el (xml-substitute-special): Limit handling of external entities.
11148
11149 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
11150
11151 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialise gdb-input-queue.
11152
11153 2004-10-06 John Paul Wallington <jpw@gnu.org>
11154
11155 * xml.el (xml-parse-dtd): Fix `error' call.
11156
11157 2004-10-05 Mark A. Hershberger <mah@everybody.org>
11158
11159 * xml.el (xml-substitute-special): Return a single string instead
11160 of a list of strings if an entity substitution is made.
11161
11162 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
11163
11164 * calendar/icalendar.el: New file.
11165
11166 2004-10-05 Juri Linkov <juri@jurta.org>
11167
11168 * isearch.el (isearch-done): Set mark after running hook.
11169 Reported by Drew Adams <drew.adams@oracle.com>.
11170
11171 * info.el (Info-history, Info-toc): Fix Info headers.
11172 (Info-toc): Narrow buffer before Info-fontify-node.
11173 (Info-build-toc): Don't check for special Info file names.
11174 Set main-file to nil if Info-find-file returns a symbol.
11175
11176 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
11177
11178 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
11179 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
11180 * calendar/cal-menu.el (calendar-mode-map): Ditto.
11181
11182 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
11183
11184 * calendar/cal-iso.el (calendar-iso-read-args): New function,
11185 for old interactive spec from calendar-goto-iso-date.
11186 (calendar-goto-iso-date): Use it.
11187 (calendar-goto-iso-week): New function. Suggested by Emilio
11188 C. Lopes <eclig@gmx.net>.
11189
11190 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
11191
11192 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
11193 `set-right-margin' bindings that follow the minor mode conventions.
11194
11195 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
11196
11197 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
11198 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
11199 (latex-block-args-alist): Add minipage and picture.
11200 (latex-block-body-alist): Use reftex-label if enabled.
11201 (latex-insert-block): Don't insert a \n if not necessary.
11202 (tex-compile-commands): Make sure dvips doesn't send to printer.
11203 (tex-compile-default): Handle the case where no executable is found.
11204 (latex-noindent-environments): New var.
11205 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
11206 If tex-indent-allhanging is non-nil, make sure we only align for macros
11207 at beginning of line.
11208
11209 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
11210
11211 * newcomment.el (comment-beginning): Doc fix and don't choke on
11212 unset `comment-end-skip' when at beginning of comment.
11213
11214 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
11215
11216 * term.el (term-adjust-current-row-cache): Don't allow the current
11217 row to become negative.
11218 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
11219 the end of the line. Fix scroll down. Add comments.
11220 (term-handle-ansi-escape): Don't exceed terminal width when moving
11221 right.
11222 (term-scroll-region): Move the cursor after setting the scroll region.
11223
11224 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
11225
11226 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
11227 to `width' for consistency with docstring. Doc fix.
11228
11229 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
11230
11231 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
11232 This is necessary for derived modes.
11233
11234 2004-09-30 Kim F. Storm <storm@cua.dk>
11235
11236 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
11237 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
11238
11239 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
11240 kmacro-extract-lambda functions.
11241 (edit-kbd-macro): Handle kmacro lambda forms.
11242 Include counter and counter format in edit buffer.
11243 (edmacro-finish-edit): Get counter and format from edit buffer and
11244 update kmacro bindings when found.
11245
11246 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
11247
11248 * textmodes/paragraphs.el (forward-paragraph):
11249 Avoid args-out-of-range error when point winds up at the beginning of
11250 the buffer and hard newlines are enabled.
11251
11252 * newcomment.el (comment-multi-line): Doc fix.
11253
11254 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
11255
11256 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
11257 (diff-fixup-modifs): Catch unified-diff file-headers.
11258
11259 2004-09-29 Kim F. Storm <storm@cua.dk>
11260
11261 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
11262 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
11263 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
11264
11265 * fringe.el (fringe-bitmap-p): New macro.
11266 (fringe-bitmaps): Add standard fringe bitmaps on load.
11267
11268 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
11269
11270 * dired.el (dired-view-command-alist): Use more efficient regexps.
11271 Remove dubious arguments.
11272 (dired-align-file): New function.
11273 (dired-insert-directory): Use it.
11274 (dired-move-to-end-of-filename): Make the " -> " search more specific.
11275 (dired-buffers-for-dir): Remove unused var `pattern'.
11276
11277 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
11278
11279 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
11280 from diary display excursion. Store diary buffer's point for
11281 `simple-diary-display'.
11282 (simple-diary-display): Set window point and start when
11283 displaying buffer, to preserve point.
11284
11285 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
11286
11287 * textmodes/enriched.el (enriched-translations): Replace defconst
11288 with defvar.
11289
11290 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11291
11292 * printing.el: Doc fix.
11293 (pr-version): New version number (6.8.1).
11294 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
11295 make-temp-name.
11296 (pr-delete-file): Check if file exists before deleting it.
11297 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
11298
11299 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
11300
11301 * term.el (term-display-table): New variable.
11302 (term-mode): Use it.
11303 (term-exec-1): Set the coding system to binary.
11304 (term-emulate-terminal): Decode the string before inserting it.
11305
11306 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
11307
11308 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
11309 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
11310 (map): Bind S-prior, S-next and S-insert.
11311 (term-mode): Set `indent-tabs-mode' to nil.
11312 (term-paste): New function to be bound to S-insert.
11313 (term-send-del, term-send-backspace): Change the strings sent.
11314 (term-termcap-format): Synchronyze with etc/e/eterm.ti.
11315 (term-handle-colors-array): Fix handling of underline and reverse.
11316 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
11317 (term-erase-in-line): Fix comparison.
11318 (term-emulate-terminal): Fix line wrap handling.
11319 (term-start-output-log): Rename from `term-set-output-log'.
11320 (term-stop-output-log): Rename from `term-stop-photo'.
11321 (term-switch-to-alternate-sub-buffer): Comment out, unused.
11322
11323 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
11324
11325 * dired.el (dired-move-to-filename): Don't output a message if
11326 raise-error is non-nil. Fix return position and value.
11327
11328 * files.el (insert-directory): Obey --dired even with symlinks.
11329
11330 2004-09-25 Lars Hansen <larsh@math.ku.dk>
11331
11332 * ls-lisp.el (ls-lisp-format): Mark file names with property
11333 dired-filename.
11334
11335 2004-09-25 Kim F. Storm <storm@cua.dk>
11336
11337 * ido.el (ido-max-directory-size): New defcustom.
11338 (ido-decorations): Add "too big" element.
11339 (ido-directory-too-big): New dynamic var.
11340 (ido-may-cache-directory): Don't cache big directories.
11341 (ido-directory-too-big-p): New defun.
11342 (ido-set-current-directory): Update ido-directory-too-big.
11343 (ido-read-internal): Make empty ido-cur-item if too-big.
11344 (ido-buffer-internal): Use ido-read-internal directly instead of
11345 ido-read-buffer.
11346 (ido-file-internal): Init ido-directory-too-big.
11347 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
11348 and redo completion with full list.
11349 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
11350 it, and show completions.
11351 (ido-all-completions): Let bind ido-directory-too-big to nil.
11352 (ido-exhibit): Handle ido-directory-too-big.
11353 (ido-read-buffer): Handle fallback to read-buffer.
11354 Init ido-directory-too-big.
11355 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
11356 Init ido-directory-too-big.
11357
11358 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
11359
11360 * subr.el (delay-mode-hooks): Doc fix.
11361
11362 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
11363
11364 * textmodes/enriched.el
11365 (enriched-default-text-properties-local-flag): New variable.
11366 (enriched-mode): Make sure that enabling and disabling the mode is
11367 a no-op. Doc fix.
11368
11369 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
11370
11371 * calendar/holidays.el (holiday-advent): Report on a specified day
11372 offset from advent, not just advent.
11373 (holiday-easter-etc): Report on one specified day offset from
11374 easter, not all easter holidays. Various Easter holidays moved to
11375 `christian-holidays' variable in calendar.el.
11376 * calendar/calendar.el (christian-holidays): Adapt for new
11377 behaviour of `holiday-advent' and `holiday-easter-etc' functions.
11378
11379 2004-09-23 Kim F. Storm <storm@cua.dk>
11380
11381 * image.el (insert-sliced-image): Add doc string.
11382
11383 * ido.el (ido-choice-list): New dynamic var for `list' context.
11384 (ido-context-switch-command): New dynamic var.
11385 (ido-define-mode-map): Generalize switch between file/buffer contexts.
11386 (ido-read-internal): Handle new `list' context.
11387 Handle insert-buffer and insert-file ido-exit values.
11388 (ido-buffer-internal): New arg switch-cmd. Use it to setup
11389 ido-context-switch-command. Handle insert-file ido-exit value.
11390 (ido-read-buffer): Set ido-context-switch-command to 'ignore
11391 unless it is already bound by caller.
11392 (ido-file-internal): New arg switch-cmd. Use it to setup
11393 ido-context-switch-command. Handle insert-buffer ido-exit value.
11394 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
11395 used for context switching.
11396 (ido-all-completions): Handle new `list' context.
11397 (ido-make-choice-list): Return choices for `list' context.
11398 (ido-find-file-in-dir, ido-display-file, ido-write-file)
11399 (ido-display-buffer, ido-kill-buffer): Disable context switching.
11400 (ido-insert-buffer, ido-insert-file): Setup context switching.
11401 (ido-exhibit): Handle `list' context.
11402 (ido-read-file-name): Disable context switching. Handle fallback.
11403 (ido-read-directory-name): Disable context switching.
11404 (ido-completing-read): New defun like completing-read. Setup and
11405 use new `list' context.
11406
11407 2004-09-20 Jesper Harder <harder@ifa.au.dk>
11408
11409 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
11410
11411 2004-09-21 Jay Belanger <belanger@truman.edu>
11412
11413 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
11414 `calc-graph-set-styles' so the gnuplot buffer will appear in a
11415 separate window.
11416
11417 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
11418
11419 * subr.el (after-change-major-mode-hook): Doc fix.
11420
11421 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11422
11423 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
11424 of ghostscript for monochrome PostScript file in Windows.
11425
11426 2004-09-21 Kenichi Handa <handa@m17n.org>
11427
11428 * descr-text.el (describe-char): Checking of quail activation fixed.
11429
11430 2004-09-21 Jay Belanger <belanger@truman.edu>
11431
11432 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
11433
11434 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
11435
11436 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
11437 after the mode hooks instead of before. Doc fix.
11438
11439 2004-09-20 Jason Rumney <jasonr@gnu.org>
11440
11441 * startup.el (command-line) [windows-nt]: Try .emacs first, then
11442 _emacs, but revert to .emacs if neither exists in home directory.
11443
11444 2004-09-20 John Paul Wallington <jpw@gnu.org>
11445
11446 * bindings.el (completion-ignored-extensions): Add .dfsl.
11447
11448 2004-09-20 Richard M. Stallman <rms@gnu.org>
11449
11450 * bindings.el (scroll-left): Make it disabled.
11451
11452 * files.el (enable-local-eval): Doc fix.
11453
11454 * indent.el (move-to-left-margin): Special case for minibuffer.
11455
11456 * term.el (term-emulate-terminal): Turn off undo for output.
11457 Use with-current-buffer and save-selected-window.
11458
11459 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
11460
11461 * progmodes/make-mode.el (makefile-fill-paragraph):
11462 Don't insist on spaces when looking for comments. # is enough.
11463
11464 * files.el (hack-local-variables): Copy the variables list
11465 to another buffer, strip prefixes and suffixes there, then read.
11466 (enable-local-eval): Doc fix.
11467 (ignored-local-variables): Initialize to nil.
11468 (risky-local-variable-p): Don't check ignored-local-variables here.
11469 (hack-one-local-variable): Ignore var if in ignored-local-variables.
11470
11471 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
11472
11473 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
11474 of = to "." (punctuation).
11475
11476 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
11477
11478 * subr.el (event-basic-type): Fix mask (extend to 22bits).
11479
11480 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
11481
11482 * textmodes/enriched.el (enriched-rerun-flag): New variable.
11483 (enriched-before-change-major-mode): New function.
11484 Add it to `change-major-mode-hook'.
11485 (enriched-after-change-major-mode): New function.
11486 Add it to `after-change-major-mode-hook'.
11487 (enriched-mode): Make it work correctly if called from
11488 `after-change-major-mode-hook'.
11489 No longer set `indent-line-function'.
11490
11491 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
11492
11493 * subr.el (after-change-major-mode-hook): New variable.
11494 (run-mode-hooks): Implement it.
11495
11496 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
11497
11498 * battery.el (battery-linux-proc-apm): Use string-to-number.
11499 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
11500 Use dolist (and less indentation). Use erase-buffer.
11501 Pre-initialize `design-capacity', `warn', and `low'.
11502 (battery-format): Use replace-regexp-in-string.
11503
11504 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
11505
11506 * battery.el: Delete superfluous empty lines.
11507 (battery-linux-proc-acpi): Attempt to gather information from all
11508 battery subdirectories regardless of their file name.
11509 (battery-linux-proc-apm): Replace all occurrences of
11510 battery-hex-to-int-2 with string-to-int (base 16).
11511 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
11512 (battery-hex-map): Delete variable.
11513
11514 2004-09-18 John Paul Wallington <jpw@gnu.org>
11515
11516 * calc/calc-units.el (calc-quick-units): Fix overzealous
11517 s/or/unless/.
11518
11519 2004-09-17 Jay Belanger <belanger@truman.edu>
11520
11521 * calc/calc.el (calc-mode-var-list): Fix the value of
11522 `calc-matrix-brackets'.
11523
11524 2004-09-17 Romain Francoise <romain@orebokech.com>
11525
11526 * ibuf-ext.el (define-ibuffer-filter filename):
11527 Expand dired-directory since buffer-file-name is absolute.
11528
11529 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
11530
11531 * ediff-init.el (ediff-current-diff-face-A)
11532 (ediff-current-diff-face-B, ediff-current-diff-face-C)
11533 (ediff-current-diff-face-Ancestor)
11534 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
11535 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
11536 (ediff-even-diff-face-A, ediff-even-diff-face-B)
11537 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
11538 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
11539 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
11540 Use min-colors.
11541
11542 * term.el (term-down): Perform vertical motion if DOWN is negative.
11543 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
11544 (term-termcap-format): Synchronyze with the eterm terminfo entry
11545 in etc/e/eterm.ti.
11546 (term-handle-colors-array): If the current foreground or
11547 background are zero (i.e. unspecified), use the foreground and
11548 background of the default face for reverse video.
11549 (term-ansi-at-eval-string, term-ansi-default-fg)
11550 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
11551 (term-mem): Delete ununsed function.
11552 (term-protocol-version): Increment.
11553 (term-current-face): Set to default.
11554
11555 2004-09-15 Jay Belanger <belanger@truman.edu>
11556
11557 * calc/calc.el (calc-mode-var-list): Define this variable.
11558 (calc-always-load-extensions, calc-line-numbering)
11559 (calc-line-breaking, calc-display-just, calc-display-origin)
11560 (calc-number-radix, calc-leading-zeros, calc-group-digits)
11561 (calc-group-char, calc-point-char, calc-frac-format)
11562 (calc-prefer-frac, calc-hms-format, calc-date-format)
11563 (calc-float-format, calc-full-float-format, calc-complex-format)
11564 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
11565 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
11566 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
11567 (calc-matrix-brackets, calc-language, calc-language-option)
11568 (calc-left-label, calc-right-label, calc-word-size)
11569 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
11570 (calc-display-raw, calc-internal-prec, calc-angle-mode)
11571 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
11572 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
11573 (calc-window-height, calc-display-trail, calc-show-selections)
11574 (calc-use-selections, calc-assoc-selections)
11575 (calc-display-working-message, calc-auto-why, calc-timing)
11576 (calc-mode-save-mode, calc-standard-date-formats)
11577 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
11578 (calc-user-parse-tables, calc-gnuplot-default-device)
11579 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11580 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11581 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
11582 (calc-invocation-macro, calc-show-banner): Give these values as
11583 part of `calc-mode-var-list's initialization after the variables
11584 are declared with defvar.
11585 (calc-bug-address): Change email address to send bug reports to.
11586 Change the maintainer address at the top.
11587 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
11588 than "\\.emacs" to determine if it is the user-init-file.
11589
11590 * calc/calc-embed.el (calc-embedded-set-modes): Use
11591 `calc-mode-var-list' correctly.
11592
11593 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
11594
11595 * vc.el (annotate-time): Document point handling.
11596 (vc-annotate-display-autoscale): Doc fix.
11597
11598 2004-09-15 Miles Bader <miles@gnu.org>
11599
11600 * generic.el (generic-make-keywords-list): Use symbol rather than
11601 word anchors in regexp.
11602
11603 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
11604
11605 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
11606 no file name consider `dired-directory'.
11607
11608 2004-09-14 Kim F. Storm <storm@cua.dk>
11609
11610 * faces.el (cursor): Add face-no-inherit property. Doc fix.
11611
11612 2004-09-14 Simon Josefsson <jas@extundo.com>
11613
11614 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
11615
11616 * textmodes/dns-mode.el: Add.
11617
11618 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
11619
11620 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
11621 (disabled-command-function): Make the ?\ char more obvious.
11622
11623 * vc-arch.el (vc-arch-root, vc-arch-registered):
11624 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
11625
11626 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
11627
11628 * windmove.el (windmove-frame-edges): Report coordinates of
11629 outside edges of frame, not inside edges.
11630 (windmove-coordinates-of-position): Convert into wrapper to new
11631 function `windmove-coordinates-of-window-position';
11632 `compute-motion' always applies to selected window.
11633 (windmove-coordinates-of-position): Update documentation to refer
11634 to Emacs 21 Lisp Reference Manual.
11635 (windmove-find-other-window): Fix off-by-one errors for max x,y.
11636
11637 2004-09-13 Kim F. Storm <storm@cua.dk>
11638
11639 * isearch.el (isearch-resume-in-command-history): Rename from
11640 isearch-resume-enabled and change default to nil.
11641
11642 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
11643
11644 * vc-hooks.el (vc-ignore-dir-regexp): New var.
11645 (vc-registered): Use it.
11646 (vc-find-root): New fun.
11647
11648 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11649 Don't tell to use \\{...} when it's already done.
11650
11651 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
11652 Provide a sample complex default.
11653 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
11654 (bibtex-entry): Use mapc.
11655
11656 2004-09-12 Kim F. Storm <storm@cua.dk>
11657
11658 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
11659
11660 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
11661 inhibit-field-text-motion to t so rectangles work in comint buffers.
11662
11663 * simple.el (choose-completion-string): Set buffer before running
11664 choose-completion-string-functions hook so it can be buffer-local.
11665
11666 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
11667
11668 * progmodes/compile.el (compilation-start): Parse command to see
11669 if it starts with a cd, and if so perform it for the *compilation*
11670 buffer. Change the header to reflect this.
11671
11672 2004-09-11 Kim F. Storm <storm@cua.dk>
11673
11674 * ido.el (ido-enable-dot-prefix): Doc fix.
11675 (ido-enable-dot-prefix): New defcustom.
11676 (ido-set-matches1): Use it.
11677
11678 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
11679
11680 * textmodes/bibtex.el (bibtex-mark-active)
11681 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
11682
11683 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11684
11685 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
11686 used in a case insensitive environment.
11687 (bibtex-mode-map): Rearrange order of menus.
11688 (bibtex-quoted-string-re): Obsolete.
11689 (bibtex-complete-key-cleanup): Variable replaced by new function.
11690 (bibtex-font-lock-keywords): Use backquotes.
11691 (bibtex-font-lock-url-regexp): New internal variable.
11692 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
11693 "OPT" and "ALT".
11694 (bibtex-insert-current-kill, bibtex-make-field)
11695 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
11696 (bibtex-parse-field-text): Simplify.
11697 (bibtex-string=): New helper function.
11698 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
11699 (bibtex-map-entries): Use bibtex-string=.
11700 (bibtex-search-entry): Use not.
11701 (bibtex-enclosing-field): Fix docstring.
11702 (bibtex-assoc-regexp): Obsolete.
11703 (bibtex-format-entry): Use assoc-string and bibtex-string=.
11704 (bibtex-autokey-get-names): Handle empty name field.
11705 (bibtex-parse-strings): Use assoc-string and unless.
11706 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
11707 Use assoc-string.
11708 (bibtex-pop): Simplify.
11709 (bibtex-mode): Set font-lock-extra-managed-props.
11710 (bibtex-entry-update): Use assoc-string.
11711 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
11712 (bibtex-autofill-entry): Use bibtex-string=.
11713 (bibtex-print-help-message): Simplify.
11714 (bibtex-find-entry): New optional arg START.
11715 (bibtex-validate): Use bibtex-string= and assoc-string.
11716 Do not call obsolete function compilation-parse-errors.
11717 (bibtex-remove-delimiters): Only remove delimiters if present.
11718 (bibtex-copy-entry-as-kill): Add docstring.
11719 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
11720 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
11721 (bibtex-complete): Use bibtex-predefined-month-strings,
11722 bibtex-string=, and new function bibtex-complete-key-cleanup.
11723 (bibtex-generate-url-list): New variable.
11724 (bibtex-url): New command bound to C-c C-l and mouse-2.
11725 (bibtex-url-map): New local keymap for bibtex-url-mouse.
11726 (bibtex-font-lock-url): New function.
11727
11728 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
11729
11730 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
11731
11732 2004-09-09 Kim F. Storm <storm@cua.dk>
11733
11734 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
11735 counter and format with binding.
11736 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
11737 the declared macro uses own macro counter and format. Give symbol
11738 kmacro property.
11739 (kmacro-keymap): Bind kmacro-name-last-macro to n.
11740 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
11741 (kmacro-end-and-call-macro): Doc fix.
11742
11743 2004-09-09 Lars Hansen <larsh@math.ku.dk>
11744
11745 * desktop.el (desktop-clear-preserve-buffers):
11746 Remove make-obsolete-variable.
11747
11748 2004-09-08 Richard M. Stallman <rms@gnu.org>
11749
11750 * buff-menu.el (list-buffers-noselect): Call format-mode-line
11751 with the buffer as argument.
11752
11753 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
11754
11755 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
11756
11757 2004-09-08 Juri Linkov <juri@jurta.org>
11758
11759 * replace.el (perform-replace): Use `query-replace-descr'.
11760
11761 * cus-start.el (history-delete-duplicates): Specify customization.
11762
11763 * diff-mode.el (diff-mode-map):
11764 * progmodes/compile.el (compilation-mode-map):
11765 * progmodes/grep.el (grep-mode-map):
11766 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
11767 to `next-error-follow-minor-mode'.
11768
11769 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11770
11771 * isearch.el (isearch-lazy-highlight-update): Take into account
11772 the case of zero-length match at the search bound.
11773
11774 2004-09-08 Kim F. Storm <storm@cua.dk>
11775
11776 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
11777 change. Use zero width overlays when necessary.
11778
11779 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11780
11781 * subr.el (split-string): Docfix.
11782
11783 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11784
11785 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
11786 (display-call-tree): Ensure newline after caller/calls blocks.
11787
11788 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11789
11790 * startup.el (command-line-1): Make option
11791 --directory/-L modify `load-path' straight away.
11792
11793 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11794
11795 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
11796
11797 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11798
11799 * emacs-lisp/autoload.el (make-autoload):
11800 Handle `define-compilation-mode'.
11801
11802 * emacs-lisp/lisp-mode.el (define-compilation-mode):
11803 Specify `doc-string-elt' property.
11804
11805 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11806
11807 * bs.el (bs-mode): Doc fix.
11808
11809 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11810
11811 * info.el (Info-insert-dir): Fix temp buffer leak bug.
11812
11813 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
11814
11815 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
11816
11817 2004-09-08 Kenichi Handa <handa@m17n.org>
11818
11819 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
11820 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
11821 ps-mule-next-point -> 1+).
11822
11823 * composite.el (encode-composition-rule): Add autoload cooky.
11824
11825 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
11826
11827 * format.el (buffer-auto-save-file-format): Make it permanent local.
11828
11829 2004-09-07 Kim F. Storm <storm@cua.dk>
11830
11831 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
11832 (authors-fixed-entries): Fix typo.
11833 (authors-canonical-author-name): Compact multiple spaces.
11834 Ignore trivial names (e.g. only first name).
11835
11836 * term.el (term-window-width): Only use full window width on
11837 window system if overflow-newline-into-fringe is enabled.
11838 (term-mode): Don't disable overflow-newline-into-fringe.
11839
11840 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
11841
11842 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
11843 motion as seen on my Mac OS X xterms.
11844
11845 * newcomment.el (uncomment-region-default, comment-region-default):
11846 New functions extracted from uncomment-region and comment-region.
11847 (comment-region, comment-region-function, uncomment-region)
11848 (uncomment-region-function): Use them.
11849
11850 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
11851
11852 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
11853 It's not crucial but can make sense at times.
11854
11855 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
11856 the first commit.
11857
11858 * vc.el (vc-buffer-context, vc-restore-buffer-context):
11859 Disable obsolete code.
11860
11861 2004-09-07 Juri Linkov <juri@jurta.org>
11862
11863 * progmodes/grep.el (grep-highlight-matches): Change default from
11864 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
11865 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
11866 if grep option `--color' is available, or to `nil' otherwise.
11867 (grep-process-setup): Call `grep-compute-defaults' if
11868 `grep-highlight-matches' is not computed. Set env-vars only
11869 if `grep-highlight-matches' is `t'.
11870 (grep-use-null-device): Remove redundant type `boolean' (`choice'
11871 is already defined).
11872
11873 * progmodes/compile.el (compilation-start): Use copy of
11874 `process-environment' created by `copy-sequence' to not
11875 modify env-vars in the global `process-environment'.
11876
11877 2004-09-06 Eli Zaretskii <eliz@gnu.org>
11878
11879 * simple.el (next-error-follow-minor-mode): Fix last change.
11880
11881 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
11882
11883 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
11884 permanent local.
11885
11886 2004-09-04 Richard M. Stallman <rms@gnu.org>
11887
11888 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
11889 highlighting if the search string is empty.
11890
11891 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
11892
11893 * facemenu.el (facemenu-active-faces): Change condition of inner
11894 `while' loop to also check the first two elements of `face-atts'
11895 and `mask-atts'.
11896
11897 2004-09-04 John Paul Wallington <jpw@gnu.org>
11898
11899 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
11900 (thumbs-view-image-mode): Make buffer read-only.
11901
11902 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
11903
11904 * textmodes/ispell.el (ispell-really-aspell): New defvar.
11905 (ispell-check-version): Set it.
11906 (ispell-send-replacement): New function.
11907 (ispell-process-line): Call ispell-send-replacement.
11908
11909 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
11910
11911 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
11912 Support choosing seconds with "s".
11913
11914 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
11915
11916 * terminal.el (te-escape): Show `?' in prompt for help key.
11917
11918 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
11919
11920 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
11921
11922 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
11923
11924 * simple.el (next-error-follow-minor-mode)
11925 (next-error-follow-mode-post-command-hook): New functions.
11926 (next-error-follow-last-line): New defvar.
11927
11928 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
11929 * progmodes/compile.el (compilation-mode-map): Likewise.
11930 * progmodes/grep.el (grep-mode-map): Likewise.
11931 * replace.el (occur-mode-map): Likewise.
11932
11933 * newcomment.el (uncomment-region): Bind comment-use-global-state
11934 to nil.
11935
11936 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
11937
11938 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
11939 locally around the call to `revert-buffer'.
11940
11941 2004-09-03 Juri Linkov <juri@jurta.org>
11942
11943 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
11944 `isearch-adjusted' to `t'.
11945 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
11946 (isearch-message-prefix): Add "pending" for isearch-adjusted.
11947 (isearch-other-meta-char): Restore isearch-point unconditionally.
11948 (isearch-query-replace): Add new arg `regexp-flag' and use it.
11949 Set point to start of match if region is not active in transient
11950 mark mode (to include the current match to region boundaries).
11951 Push the search string to `query-replace-from-history-variable'.
11952 Add prompt "Query replace regexp" for isearch-regexp.
11953 Add region beginning/end as last arguments of `perform-replace.'
11954 (isearch-query-replace-regexp): Replace code by the call to
11955 `isearch-query-replace' with arg `t'.
11956
11957 2004-09-03 Richard M. Stallman <rms@gnu.org>
11958
11959 * startup.el (normal-top-level): Undo previous TERM change.
11960
11961 2004-09-03 Kim F. Storm <storm@cua.dk>
11962
11963 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
11964 highlight overlays; allow using RET when cursor is over a button.
11965 (cua--highlight-rectangle): Use it.
11966 (cua--rectangle-set-corners): Don't move backwards at eol.
11967 (cua--forward-line): Don't move into void after eob.
11968
11969 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
11970 point is set (and displayed) inside rectangle.
11971 (cua--rectangle-operation): Fix for highlight of empty lines.
11972 (cua--highlight-rectangle): Fix highlight for tabs.
11973 Position cursor at left/right edge of rectangle using new `cursor'
11974 property on overlay strings.
11975 (cua--indent-rectangle): Don't tabify.
11976 (cua-rotate-rectangle): Ignore that point has moved.
11977
11978 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11979
11980 * term/mac-win.el: Add ASCII equivalents for some function keys.
11981 (mode-line-frame-identification): Sync with x-win.el.
11982
11983 2004-09-02 Juri Linkov <juri@jurta.org>
11984
11985 * progmodes/compile.el (compilation-buffer-name): Compare major
11986 mode with second element of compilation-arguments instead of third
11987 to reflect latest changes in compilation-arguments structure.
11988 (recompile): Use global variable `compilation-directory' to get
11989 recent compilation directory only when `recompile' is invoked NOT
11990 in the compilation buffer. Otherwise, use `default-directory' of
11991 the compilation buffer.
11992 (compilation-error-properties): Allow to funcall col and end-col.
11993 (compilation-mode-font-lock-keywords): Check col and end-col by
11994 `integerp'.
11995 (compilation-goto-locus): If end-mk is non-nil in transient mark
11996 mode don't activate the mark (and don't display message in
11997 push-mark), but highlight overlay between mk and end-mk.
11998
11999 * progmodes/grep.el (grep-highlight-matches): New defcustom.
12000 (grep-regexp-alist): Add rule to highlight grep matches.
12001 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
12002
12003 * info.el (Info-fontify-node): Don't compute other-tag
12004 if Info-hide-note-references=hide.
12005
12006 * help.el (function-called-at-point):
12007 * help-fns.el (variable-at-point):
12008 Try `find-tag-default' when other methods failed.
12009
12010 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
12011 Do not push mark if inhibit-mark-movement is non-nil.
12012
12013 * textmodes/ispell.el (ispell-html-skip-alists):
12014 Fix backslashes in docstring.
12015
12016 2004-09-01 Juri Linkov <juri@jurta.org>
12017
12018 * isearch.el (isearch-wrap-function)
12019 (isearch-push-state-function): New defvars.
12020 (isearch-pop-fun-state): New defsubst.
12021 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
12022 (isearch-push-state): Set the result of calling
12023 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
12024 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
12025 restore the mode-specific starting point of terminated search.
12026 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
12027 (isearch-repeat): Call `isearch-wrap-function' if defined.
12028 (isearch-message-prefix): Don't add prefix "over" to the message
12029 for wrapped search if `isearch-wrap-function' is defined.
12030 (isearch-search): Call function saved in `isearch-pop-fun-state' to
12031 restore the mode-specific starting point of failed search.
12032
12033 * info.el (Info-search-whitespace-regexp): Fix backslashes.
12034 (Info-search): Add new optional arguments for the sake of isearch.
12035 Replace whitespace in Info-search-whitespace-regexp literally.
12036 Add backward search. Don't call `Info-select-node' if regexp is
12037 found in the same Info node. Don't add node to Info-history for
12038 wrapped isearch.
12039 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
12040 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
12041 (Info-mode): Set local variables `isearch-search-fun-function',
12042 `isearch-wrap-function', `isearch-push-state-function',
12043 `search-whitespace-regexp'.
12044
12045 * isearch.el: Remove ancient Change Log section.
12046 (isearch-string, isearch-message-string, isearch-point)
12047 (isearch-success, isearch-forward-flag, isearch-other-end)
12048 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12049 (isearch-barrier, isearch-within-brackets)
12050 (isearch-case-fold-search): Add suffix `-state' to state-related
12051 defsubsts to avoid name clashes with other function names.
12052
12053 * simple.el (next-error): New defgroup and defface.
12054 (next-error-highlight, next-error-highlight-no-select):
12055 New defcustoms.
12056 (next-error-no-select): Let-bind next-error-highlight to the value
12057 of next-error-highlight-no-select before calling `next-error'.
12058
12059 * progmodes/compile.el (compilation-goto-locus):
12060 Use `next-error' face instead of `region'. Set 4-th argument of
12061 `move-overlay' to `current-buffer' to move overlay to different
12062 source buffers. Use new variable `next-error-highlight'.
12063
12064 * simple.el (next-error-find-buffer): Move the rule
12065 "if current buffer is a next-error capable buffer" after the
12066 rule "if next-error-last-buffer is set to a live buffer".
12067 Simplify to test all rules in one `or'.
12068 (next-error): Doc fix.
12069 (next-error, previous-error, first-error)
12070 (next-error-no-select, previous-error-no-select):
12071 Make arguments optional.
12072
12073 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
12074
12075 * macros.el (apply-macro-to-region-lines): Make it operate on all
12076 lines that begin in the region, rather than on all complete lines
12077 in the region.
12078
12079 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12080
12081 * x-dnd.el (x-dnd-protocol-alist): Document update.
12082 (x-dnd-known-types): Defcustom it.
12083 (x-dnd-handle-motif): Print message-atom in error message.
12084
12085 2004-08-30 John Paul Wallington <jpw@gnu.org>
12086
12087 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
12088 strings rather than programatically constructing message.
12089
12090 2004-08-30 Richard M. Stallman <rms@gnu.org>
12091
12092 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
12093 Don't return a string that would read as the wrong character code.
12094
12095 2004-08-29 Kim F. Storm <storm@cua.dk>
12096
12097 * emulation/cua-base.el (cua-auto-expand-rectangles):
12098 Remove automatic rectangle padding feature; replace by non-destructive
12099 virtual rectangle edges feature.
12100 (cua-virtual-rectangle-edges): New defcustom.
12101 (cua-auto-tabify-rectangles): New defcustom.
12102 (cua-paste): If paste into a marked rectangle, insert rectangle at
12103 current column, even if virtual; also paste exactly as many lines
12104 as has been marked (ignore additional lines or add empty lines),
12105 but paste whole source if only one line is marked.
12106 (cua--update-indications): No longer use overwrite-cursor to
12107 indicate rectangle padding
12108
12109 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
12110 (cua--rectangle-virtual-edges): New defun.
12111 (cua--rectangle-get-corners): Remove optional PAD arg.
12112 (cua--rectangle-set-corners): Never do padding.
12113 (cua--forward-line): Remove optional PAD arg. Simplify.
12114 (cua-resize-rectangle-right, cua-resize-rectangle-left)
12115 (cua-resize-rectangle-down, cua-resize-rectangle-up):
12116 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
12117 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
12118 (cua--rectangle-move): Never do padding. Simplify.
12119 (cua--tabify-start): New defun.
12120 (cua--rectangle-operation): Add tabify arg. All callers changed.
12121 (cua--pad-rectangle): Remove.
12122 (cua--delete-rectangle): Handle delete with virtual edges.
12123 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
12124 (cua--insert-rectangle): Handle insert at virtual column.
12125 Perform auto-tabify if necessary.
12126 (cua--activate-rectangle): Remove optional FORCE arg.
12127 Never do padding. Simplify.
12128 (cua--highlight-rectangle): Enhance for virtual edges.
12129 (cua-toggle-rectangle-padding): Remove command.
12130 (cua-toggle-rectangle-virtual-edges): New command.
12131 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
12132 (cua--rectangle-post-command): Don't force rectangle padding.
12133 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
12134
12135 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
12136
12137 * indent.el (edit-tab-stops-buffer): Doc fix.
12138
12139 2004-08-28 Richard M. Stallman <rms@gnu.org>
12140
12141 * progmodes/grep.el (grep-default-command): Use find-tag-default.
12142 (grep-tag-default): Function deleted.
12143
12144 * subr.el (find-tag-default): Move from etags.el.
12145
12146 * progmodes/etags.el (find-tag-default): Move to subr.el.
12147
12148 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
12149 into the basic character if it has an uppercase form.
12150
12151 2004-08-27 Kenichi Handa <handa@m17n.org>
12152
12153 * international/utf-8.el (utf-8-post-read-conversion): If the
12154 buffer is unibyte, temporarily make it multibyte.
12155
12156 2004-08-27 Masatake YAMATO <jet@gyve.org>
12157
12158 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
12159
12160 2004-08-25 John Paul Wallington <jpw@gnu.org>
12161
12162 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
12163 0, 1, and many mismatches in message.
12164 (tex-start-shell): Use `set-process-query-on-exit-flag'.
12165
12166 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
12167 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
12168
12169 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
12170
12171 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
12172 vc-diff-switches differently.
12173
12174 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
12175
12176 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
12177 before and a real defvar after
12178 `speedbar-supported-extension-expressions'. This is to silence
12179 the compiler without breaking bootstrapping.
12180
12181 2004-08-22 Richard M. Stallman <rms@gnu.org>
12182
12183 * textmodes/flyspell.el (flyspell-word):
12184 Use set-process-query-on-exit-flag.
12185 (flyspell-highlight-duplicate-region): Take POSS as arg.
12186 (flyspell-word): Pass POSS as arg.
12187
12188 * progmodes/ada-xref.el: Many doc and style fixes.
12189 (ada-find-any-references): Use compilation-start.
12190 (ada-get-ali-file-name): Improve error msg.
12191 (ada-get-ada-file-name): Likewise.
12192
12193 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
12194 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
12195
12196 * mail/mail-extr.el (mail-extr-all-top-level-domains):
12197 Add forward defvar.
12198
12199 * whitespace.el (global-whitespace-mode): New alias
12200 for whitespace-global-mode.
12201
12202 * speedbar.el (speedbar-file-regexp): Move definition up.
12203 (speedbar-mode, speedbar-set-mode-line-format):
12204 Use with-no-warnings.
12205 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
12206
12207 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
12208 controls whether to display the error buffer.
12209
12210 * ps-mule.el: Delete compatibility code for old Emacses.
12211 (ps-mule-find-wrappoint): Don't use chars-in-region.
12212
12213 * frame.el (display-mouse-p, display-selections-p):
12214 Use with-no-warnings.
12215
12216 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
12217
12218 2004-08-22 David Kastrup <dak@gnu.org>
12219
12220 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
12221 information.
12222
12223 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
12224
12225 2004-08-22 Andreas Schwab <schwab@suse.de>
12226
12227 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
12228
12229 2004-08-22 Masatake YAMATO <jet@gyve.org>
12230
12231 * cvs-status.el (cvs-status-checkout): New function.
12232 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
12233
12234 2004-08-21 David Kastrup <dak@gnu.org>
12235
12236 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
12237 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
12238 has been converted to use hashtables, the relation `nil=none' is
12239 no longer valid, as `nil' is not a hashtable. This patch tries to
12240 reduce the number of resulting errors.
12241
12242 2004-08-21 John Paul Wallington <jpw@gnu.org>
12243
12244 * subr.el (process-kill-without-query): Made obsolete in
12245 version 21.4, not 21.5.
12246
12247 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
12248 (vc-previous-comment, vc-next-comment)
12249 (vc-comment-search-reverse, vc-comment-search-forward)
12250 (vc-comment-to-change-log): Likewise.
12251
12252 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
12253
12254 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
12255
12256 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
12257 Correct indentation of DEFMETHODS with non-standard method
12258 combinations (e.g., PROGN, MIN, MAX).
12259
12260 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
12261
12262 * startup.el (normal-top-level-add-subdirs-to-load-path):
12263 Avoid unnecessarily checking system-type.
12264 (normal-top-level): Set TERM to "dumb". Simplify.
12265
12266 * avoid.el (mouse-avoidance-ignore-p): New fun.
12267 Also ignore switch-frame, select-window, double, and triple clicks.
12268 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
12269 (mouse-avoidance-fancy-hook): Use it.
12270
12271 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
12272
12273 * avoid.el (mouse-avoidance-nudge-mouse)
12274 (mouse-avoidance-banish-destination): Stay within the current window
12275 to avoid problems with mouse-autoselect-window.
12276
12277 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
12278
12279 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
12280 the newer format of some messages in cvs-1.12.1.
12281
12282 2004-08-19 Masatake YAMATO <jet@gyve.org>
12283
12284 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
12285 (elp-results-jump-to-definition-by-mouse)
12286 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
12287 (elp-output-result): Use elp-output-insert-symname.
12288
12289 2004-08-18 Kenichi Handa <handa@m17n.org>
12290
12291 * language/cyrillic.el: Register koi8-r in
12292 ctext-non-standard-encodings-alist.
12293 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
12294
12295 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
12296
12297 * emacs-lisp/copyright.el (copyright-update-year): Delete code
12298 that replaces 20xy with xy.
12299
12300 2004-08-17 John Paul Wallington <jpw@gnu.org>
12301
12302 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
12303 (reb-force-update): Doc fix.
12304
12305 2004-08-16 Richard M. Stallman <rms@gnu.org>
12306
12307 * progmodes/which-func.el (which-func-update-1): Doc fix.
12308
12309 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
12310 (sh-mode-abbrev-table): New variable.
12311
12312 * progmodes/compile.el (compilation-mode): Doc fix.
12313
12314 * emacs-lisp/lisp-mode.el (eval-last-sexp):
12315 Don't cons a new symbol each time.
12316 (eval-last-sexp-fake-value): New variable.
12317
12318 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
12319 (copyright-update-year): Detect continuation of list of years.
12320
12321 * term.el (term-default-fg-color, term-default-bg-color)
12322 (ansi-term-color-vector): Use `unspecified', not nil, as default.
12323
12324 * imenu.el: Several doc fixes: don't say variables are buffer-local.
12325
12326 2004-08-16 Davis Herring <herring@lanl.gov>
12327
12328 * isearch.el (isearch-string, isearch-message-string, isearch-point)
12329 (isearch-success, isearch-forward-flag, isearch-other-end)
12330 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12331 (isearch-barrier, isearch-within-brackets)
12332 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
12333
12334 2004-08-16 Kenichi Handa <handa@m17n.org>
12335
12336 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
12337
12338 2004-08-15 Kenichi Handa <handa@m17n.org>
12339
12340 * term/x-win.el (x-selection-value): If utf8 was successful but
12341 ctext was not, use utf8 string.
12342
12343 2004-08-14 Davis Herring <herring@lanl.gov>
12344
12345 * isearch.el: Remove accidental changes of March 4. Fix backing
12346 up when a regexp isearch is made more general. Use symbolic
12347 accessor functions for isearch stack frames to make usage clearer.
12348 (search-whitespace-regexp): Made groups in documentation shy (as
12349 is the group in the default value).
12350 (isearch-fallback): New function, addresses problems with regexps
12351 liberalized by `\|', adds support for liberalization by `\}' (the
12352 general repetition construct), and incorporates behavior for
12353 `*'/`?'.
12354 (isearch-}-char): New command, calls `isearch-fallback' with
12355 arguments appropriate to a typed `}'.
12356 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
12357 appropriately.
12358 (isearch-mode-map): Bind `}' to `isearch-}-char'.
12359 (isearch-string, isearch-message,string, isearch-point)
12360 (isearch-success, isearch-forward-flag, isearch-other-end)
12361 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
12362 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
12363 New inline functions to read fields of a stack frame.
12364
12365 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
12366
12367 * battery.el (battery-linux-proc-acpi): Look into battery
12368 directories matching the literal string "CMB", too (required for
12369 Linux kernel version 2.6.7).
12370
12371 2004-08-14 John Paul Wallington <jpw@gnu.org>
12372
12373 * cus-start.el (read-file-name-completion-ignore-case): Add.
12374 (blink-cursor-alist): Change version to "21.4".
12375
12376 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
12377
12378 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
12379
12380 * speedbar.el (speedbar-scan-subdirs): New option.
12381 (speedbar-file-lists): Don't ignore file-name case on Unix and use
12382 dolist.
12383 (speedbar-insert-files-at-point): Take an extra argument and use
12384 it to optionally find out if a subdir is empty. Also unreadable
12385 files don't get expand buttons.
12386 (speedbar-directory): New image (unused pixmap already existed).
12387 (speedbar-expand-image-button-alist): Use it.
12388
12389 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
12390
12391 CC Mode update to 5.30.9:
12392
12393 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
12394 Move from cc-vars to cc-defs for dependency reasons. Fix the
12395 POSIX char class test to check that it works in
12396 `skip-chars-(forward|backward)' too.
12397
12398 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
12399 first argument starts with a special brace list.
12400
12401 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
12402 when `c-opt-type-concat-key' is used (i.e. in Pike).
12403
12404 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
12405 Fix bug when the inner char pair doesn't have paren syntax,
12406 i.e. "(<>)".
12407
12408 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
12409 whitespace safe.
12410
12411 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
12412 position for `arglist-intro', `arglist-cont-nonempty' and
12413 `arglist-close' when there are two arglist open parens on the same
12414 line and there's nothing in front of the first.
12415
12416 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
12417 locking of qualified names in Java, which previously could fontify
12418 common indexing expressions in many cases. The standard Java
12419 naming conventions are used to tell them apart.
12420
12421 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
12422 Fix inconsistency wrt opening parens on the first line inside a paren
12423 block.
12424
12425 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
12426 compile time for the sake of `c-major-mode-is'.
12427
12428 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
12429 `c-major-mode-is' in the event that this is used inside a
12430 `c-lang-defconst'.
12431
12432 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
12433 `c-lang-defconst' so that it works better with fallback languages.
12434
12435 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
12436 it to fail to record the base mode.
12437
12438 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12439 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
12440 is used. Reorder the syntax checks to get more efficient
12441 skipping in some situations.
12442
12443 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
12444 continuation which might precede the newly inserted '{'.
12445
12446 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
12447 Fix cases where it could loop indefinitely.
12448
12449 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
12450 size specs correctly. Only fontify identifiers in front of '('
12451 with as functions - don't accept any paren char. Tighten up
12452 initializer skipping to stop before function and class blocks.
12453
12454 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
12455 the point could be left directly after an open paren when finding
12456 the beginning of the first decl in the block.
12457
12458 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
12459 table when filtering out legitimate open parens to be recorded.
12460 This could cause cache inconsistencies when e.g.
12461 `c++-template-syntax-table' was temporarily in use.
12462
12463 * progmodes/cc-engine.el (c-on-identifier)
12464 (c-simple-skip-symbol-backward): Small fix for handling "-"
12465 correctly in `skip-chars-backward'. Affected the operator lfun
12466 syntax in Pike.
12467
12468 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
12469 Fix bug that could cause an error from `after-change-functions' when
12470 the changed region is at bob.
12471
12472 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
12473
12474 CC Mode update to 5.30.9:
12475
12476 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
12477 to say that <TAB> doesn't insert WS into a CPP line.
12478 (c-indent-command, c-tab-always-indent): Amend doc strings.
12479
12480 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
12481 checks for user errors, thus eliminating cryptic and unhelpful
12482 Emacs error messages. (1) Check the arg to `c-set-style' is a
12483 string. (2) Check that settings to `c-offsets-alist' are not
12484 spuriously quoted.
12485
12486 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
12487 which precedes the newly inserted `{'.
12488
12489 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
12490
12491 Sync with Tramp 2.0.44.
12492
12493 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
12494 function "tramp_file_attributes". Otherwise, file names
12495 containing spaces are misinterpreted. Reported by Magnus Henoch
12496 <mange@freemail.hu>.
12497 (tramp-handle-file-truename): FILENAME must be expanded first.
12498 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
12499 obscure results. Reported by D. Goel <deego@gnufans.org>.
12500 (tramp-handle-verify-visited-file-modtime): If file does not
12501 exist, say it is not modified if and only if that agrees with the
12502 buffer's record. Check whether a file is visiting the buffer, or
12503 the buffer has no recorded last modification time. Return t in
12504 case the visiting file doesn't exist. Suggested by Luc Teirlinck
12505 <teirllm@auburn.edu>.
12506 (tramp-handle-write-region): Pass modtime explicitely to
12507 `set-visited-file-modtime', because filename can be different
12508 from (buffer-file-name) if `file-precious-flag' is set.
12509 `set-visited-file-modtime' must be called always when `visit' is t
12510 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
12511 (tramp-handle-set-visited-file-modtime): If `time-list' is not
12512 nil, don't apply the whole body. If the file doesn't exists, set
12513 modtime to '(-1 65535). Suggested by Luc Teirlinck
12514 <teirllm@auburn.edu>.
12515
12516 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
12517
12518 * help.el (describe-bindings): Doc fix.
12519
12520 * subr.el (kbd): Doc fix.
12521
12522 2004-08-08 John Paul Wallington <jpw@gnu.org>
12523
12524 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
12525 instead of `string-to-int'.
12526 (define-ibuffer-column mode): Fix indentation.
12527
12528 2004-08-08 Lars Hansen <larsh@math.ku.dk>
12529
12530 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
12531
12532 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
12533
12534 * subr.el (global-unset-key, local-unset-key): Doc fixes.
12535
12536 * novice.el (disabled-command-function): New variable renamed from
12537 `disabled-command-hook'.
12538 (disabled-command-hook): Keep the _variable_ as alias for
12539 `disabled-command-function' and make obsolete.
12540 (disabled-command-function): Function renamed from
12541 `disabled-command-hook'. Adapt code to name change of the variable.
12542
12543 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
12544
12545 * simple.el (completion-root-regexp): New defvar.
12546 (completion-setup-function): Use it instead of a literal string.
12547
12548 2004-08-07 John Paul Wallington <jpw@gnu.org>
12549
12550 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
12551 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
12552 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
12553 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
12554
12555 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
12556
12557 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
12558 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
12559
12560 2004-08-04 Kenichi Handa <handa@m17n.org>
12561
12562 * international/encoded-kb.el (encoded-kbd-setup-keymap):
12563 Fix previous change.
12564
12565 2004-08-03 Kenichi Handa <handa@m17n.org>
12566
12567 * international/encoded-kb.el: The following changes are to
12568 utilize key-translation-map instead of minor mode map.
12569 (encoded-kbd-iso2022-non-ascii-map): Delete it.
12570 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
12571 (encoded-kbd-last-key): New function.
12572 (encoded-kbd-iso2022-single-shift): New function.
12573 (encoded-kbd-iso2022-designation)
12574 (encoded-kbd-self-insert-iso2022-7bit)
12575 (encoded-kbd-self-insert-iso2022-8bit)
12576 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
12577 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
12578 key-translation-map.
12579 (encoded-kbd-setup-keymap): Setup key-translation-map.
12580 (saved-key-translation-map): New variable.
12581 (encoded-kbd-mode): Save/restore key-translation-map.
12582 Adjust for the change of encoded-kbd-setup-keymap.
12583
12584 2004-08-02 Kim F. Storm <storm@cua.dk>
12585
12586 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
12587 and call compute-motion with nil for topos and width to get proper
12588 usable width and height for both window and non-window systems.
12589
12590 * windmove.el (windmove-coordinates-of-position): Let compute-motion
12591 calculate usable window width and height.
12592
12593 * window.el (window-buffer-height): Call compute-motion with nil width.
12594
12595 2004-08-01 David Kastrup <dak@gnu.org>
12596
12597 * replace.el (query-replace-read-from):
12598 Use `query-replace-compile-replacement'.
12599 (query-replace-compile-replacement): New function.
12600 (query-replace-read-to): Use `query-replace-compile-replacement'
12601 for repeating the last command.
12602
12603 2004-08-01 John Paul Wallington <jpw@gnu.org>
12604
12605 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
12606 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
12607 (pr-switches): Remove period from end of error messages.
12608
12609 * help-mode.el (help-go-back): Likewise.
12610
12611 * abbrev.el (only-global-abbrevs): Doc fix.
12612 (edit-abbrevs-map): Define within defvar.
12613 (quietly-read-abbrev-file): Doc fix.
12614
12615 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
12616
12617 * novice.el (enable-command, disable-command): Doc fixes.
12618
12619 * subr.el (event-modifiers, event-basic-type): Doc fixes.
12620
12621 2004-07-30 Richard M. Stallman <rms@gnu.org>
12622
12623 * subr.el (with-local-quit): Doc fix.
12624
12625 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
12626
12627 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
12628
12629 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
12630
12631 * custom.el (defcustom): Doc fix.
12632
12633 2004-07-28 Masatake YAMATO <jet@gyve.org>
12634
12635 * progmodes/etags.el (etags-tags-apropos): Show building progress.
12636
12637 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
12638
12639 * imenu.el (imenu-prev-index-position-function)
12640 (imenu-extract-index-name-function, imenu-name-lookup-function)
12641 (imenu--index-alist): Docstring redundancy fix.
12642
12643 2004-07-25 Lars Hansen <larsh@math.ku.dk>
12644
12645 * wdired.el (wdired-finish-edit): Require dired-aux before locally
12646 binding dired-backup-overwrite.
12647
12648 2004-07-25 John Paul Wallington <jpw@gnu.org>
12649
12650 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
12651
12652 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
12653
12654 * term/tty-colors.el (tty-color-approximate): Doc fix.
12655
12656 * select.el (x-get-selection, x-set-selection): Doc fixes.
12657
12658 * frame.el (make-frame): Doc fix.
12659
12660 2004-07-24 Richard M. Stallman <rms@gnu.org>
12661
12662 * mail/rmail.el (rmail-mime-charset-pattern):
12663 Don't include semicolon in the charset value.
12664
12665 * replace.el (occur-next-error): Call set-window-point.
12666 (occur-engine): Handle negative NLINES.
12667
12668 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
12669
12670 * frame.el (modify-all-frames-parameters): Minor doc fix.
12671 (set-frame-configuration): Doc fix.
12672
12673 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
12674
12675 * simple.el (completion-setup-function): Compute the common parts
12676 and the first difference place correctly when
12677 partial-completion-mode is on.
12678
12679 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12680
12681 * ps-print.el: Doc fix.
12682 (ps-print-version): New version 6.6.5.
12683 (ps-printing-region): Doc fix.
12684 (ps-generate-string-list): Comment fix.
12685 (ps-message-log-max): Code fix.
12686
12687 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
12688
12689 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
12690 generated PostScript.
12691
12692 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
12693
12694 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
12695 with Gnus v5_10 branch.)
12696
12697 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
12698
12699 * calendar/time-date.el (time-to-number-of-days): New function.
12700 Imported from from Gnus.
12701
12702 2004-07-22 Kim F. Storm <storm@cua.dk>
12703
12704 * progmodes/make-mode.el: Fix comments.
12705
12706 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12707
12708 * printing.el: Doc fix.
12709
12710 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
12711
12712 * frame.el (modify-all-frames-parameters): Minor doc fix.
12713
12714 2004-07-20 Richard M. Stallman <rms@gnu.org>
12715
12716 * textmodes/fill.el (fill-nobreak-p): If this break point is
12717 at the end of the line, don't consider the newline which follows
12718 as a reason to return t.
12719
12720 2004-07-19 John Paul Wallington <jpw@gnu.org>
12721
12722 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
12723
12724 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
12725
12726 * dired-aux.el (dired-do-kill-lines): Expand docstring.
12727 Delete irrelevant code.
12728
12729 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12730
12731 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12732 New docstring. From Luc Teirlinck.
12733
12734 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
12735
12736 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
12737 section.
12738 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
12739 non-file buffers. We know it is nil.
12740
12741 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
12742
12743 Sync with Tramp 2.0.43.
12744
12745 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12746 Remove outdated comment.
12747 (tramp-locked, tramp-locker): New variables for implementing a
12748 global lock.
12749 (tramp-sh-file-name-handler): Use them to implement the global lock.
12750
12751 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
12752
12753 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
12754 calls to respective `xxx` calls.
12755 (tramp-process-alive-regexp): Precise doc string.
12756 (tramp-multi-action-process-alive): New defun.
12757 (tramp-multi-actions): Use it.
12758 (tramp-handle-find-backup-file-name): `copy-tree' is available
12759 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
12760 in order to avoid this function.
12761 (tramp-handle-write-region): Set current buffer. If connection
12762 wasn't open, `file-modes' has changed it accidently. Reported by
12763 David Kastrup <dak@gnu.org>.
12764 (tramp-enter-password, tramp-read-passwd): New arguments USER and
12765 HOST.
12766 (tramp-action-password, tramp-multi-action-password): Apply it.
12767 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
12768 name must still contain the port number. Otherwise, we have two
12769 Tramp buffers, with all the confusion. Reported by Myron Selby
12770 <myron@xytech.com> and Rolf Dubitzky
12771 <Dubitzky@physi.uni-heidelberg.de>.
12772
12773 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
12774 HOST to `tramp-enter-passwd'.
12775
12776 * net/tramp-vc.el (all): Code cleanup. Change all
12777 `tramp-handle-xxx' calls to respective `xxx` calls.
12778
12779 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
12780
12781 * emacs-lisp/testcover.el: New category "potentially-1valued" for
12782 functions that are not erroneous if either 1-valued or
12783 multi-valued. Detect functions in this class.
12784 (testcover-1value-functions, testcover-compose-functions)
12785 (testcover-progn-functions) Add some additional functions to lists.
12786 (testcover-mark): Bugfix when marking up the definition for an
12787 empty function.
12788
12789 2004-07-17 Richard M. Stallman <rms@gnu.org>
12790
12791 * replace.el (occur-read-primary-args): Pass default to
12792 read-from-minibuffer.
12793
12794 * mail/footnote.el (footnote-section-tag): Use defcustom.
12795
12796 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
12797 Compile font-lock-keywords, not KEYWORDS.
12798 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
12799 Add warn, check-type. Handle cerror like error.
12800
12801 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12802
12803 * progmodes/which-func.el (which-func-keymap): New var.
12804 (which-func-face): New face.
12805 (which-func-format): Use them.
12806
12807 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12808
12809 * buff-menu.el (list-buffers-noselect): Append the buffer's
12810 process status to its mode name.
12811
12812 2004-07-16 Kim F. Storm <storm@cua.dk>
12813
12814 * simple.el (inhibit-mark-movement): New defvar.
12815 (beginning-of-buffer, end-of-buffer): Do not push mark if
12816 inhibit-mark-movement is non-nil or C-u prefix is given.
12817
12818 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
12819 Init to beginning-of-buffer and end-of-buffer.
12820 (cua--undo-push-mark): New defvar.
12821 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
12822 already active and command is in cua--preserve-mark-commands.
12823 Also fix check for shift modifier on non-window systems.
12824 (cua--post-command-handler): Clear inhibit-mark-movement if set.
12825
12826 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
12827
12828 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
12829 of two integers, instead of a cons.
12830
12831 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
12832 `visited-file-modtime' now returns a list of two integers, instead
12833 of a cons.
12834
12835 * dired.el (dired-directory-changed-p): Ditto.
12836
12837 * progmodes/grep.el (grep): Doc fix.
12838
12839 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
12840
12841 * autorevert.el (auto-revert-tail-mode)
12842 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
12843 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
12844 in both at the same time.
12845 (auto-revert-tail-mode): New command.
12846 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
12847 (auto-revert-handler): Revert only either tail or whole file.
12848
12849 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
12850 add auto-revert-tail-mode.
12851
12852 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12853
12854 * printing.el: Doc fix. Change name of some funs.
12855 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
12856 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
12857 (pr-standard-file-name): New fun. Replace pr-standard-path.
12858 (pr-call-process): Code fix.
12859
12860 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
12861
12862 * subr.el (with-selected-window): Doc fix.
12863
12864 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
12865
12866 * subr.el (get-buffer-window-list): Doc fix.
12867
12868 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
12869
12870 * files.el (switch-to-buffer-other-window): Doc fix.
12871
12872 * window.el (save-selected-window, one-window-p)
12873 (split-window-keep-point, split-window-vertically)
12874 (split-window-horizontally): Doc fixes.
12875
12876 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12877
12878 * printing.el: Doc fix. Now it uses call-process instead of
12879 shell-command for low command execution.
12880 (pr-version): New version number (6.8).
12881 (pr-shell-file-name): Option removed.
12882 (pr-shell-command): Fun removed.
12883 (pr-call-process): New fun. Replace pr-shell-command.
12884 (pr-standard-path, pr-remove-nil-from-list): New funs.
12885 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
12886 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
12887 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
12888 (pr-ps-utility-process, pr-txt-print): Code fix.
12889
12890 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12891
12892 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
12893 boolean.
12894
12895 2004-07-09 Lars Hansen <larsh@math.ku.dk>
12896
12897 * wid-edit.el (widget-field-buffer): Doc fix.
12898
12899 2004-07-09 John Paul Wallington <jpw@gnu.org>
12900
12901 * emacs-lisp/re-builder.el (reb-update-overlays):
12902 Distinguish between one and several matches in message.
12903
12904 2004-07-09 Richard M. Stallman <rms@gnu.org>
12905
12906 * mouse.el (mouse-set-region-1): If transient-mark-mode
12907 is `identity', change it to `only'.
12908
12909 * simple.el (current-word): Doc fix.
12910
12911 2004-07-09 Mark A. Hershberger <mah@everybody.org>
12912
12913 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
12914 so that it is more understanding of whitespace.
12915
12916 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
12917 (("ns" . "element") (attr-list) children) instead of
12918 ((:ns . "element") (attr-list) children) in order to reduce the
12919 number of symbols used.
12920 (xml-skip-dtd): Change to use xml-parse-dtd but set
12921 xml-validating-parsing to nil.
12922 (xml-parse-dtd): Parse entity deleclarations in DOCTYPEs.
12923 (xml-substitute-entity): Remove in favor of new entity substitution.
12924 (xml-substitute-special): Rewrite in to substitute complex
12925 entities from DOCTYPE declarations.
12926 (xml-parse-fragment): Parse fragments from entity deleclarations.
12927 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
12928 (xml-parse-dtd, xml-substitute-special): Make validity checks
12929 conditioned on xml-validating-parser. Add "Not Well Formed" to
12930 error messages about well-formedness.
12931
12932 2004-07-08 Steven Tamm <steventamm@mac.com>
12933
12934 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
12935 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
12936 Do not treat double clicks and triple clicks specially in the
12937 scroll bar (preventing strange repositioning problems)
12938
12939 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
12940
12941 * replace.el (query-replace-regexp-eval): Fix last change.
12942
12943 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
12944
12945 * replace.el (query-replace-descr): New fun.
12946 (query-replace-read-from, query-replace-read-args): Default to the
12947 previous from&to.
12948 (query-replace-read-to): Quote the `from' string when displaying it.
12949 (query-replace-regexp-eval): Immediately check read-only status.
12950 Use query-replace-read-from to get the \n checking.
12951 Quote the `from' string when displaying it.
12952 (map-query-replace-regexp, occur-read-primary-args):
12953 Quote the `from' string when displaying it.
12954
12955 * isearch.el (isearch-query-replace): Pass the regexp-ness and
12956 delimited-ness of the search to query-replace.
12957
12958 * replace.el (query-replace-read-from, query-replace-read-to):
12959 New funs extracted from query-replace-read-args.
12960 (query-replace-read-args): Use them.
12961
12962 * replace.el (query-replace-interactive, query-replace-read-args):
12963 Remove the `initial' special value.
12964 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
12965 (occur-engine): Remove unused var `matchend'.
12966
12967 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
12968 Use the search string without prompting.
12969
12970 2004-07-05 Kenichi Handa <handa@m17n.org>
12971
12972 * international/mule.el (decode-coding-inserted-region):
12973 Set last-coding-system-used only when coding is nil.
12974
12975 2004-07-03 Eli Zaretskii <eliz@gnu.org>
12976
12977 * progmodes/grep.el (grep-compute-defaults, grep-command)
12978 (grep-program, find-program, grep-find-use-xargs, grep-history)
12979 (grep-find-history, grep-tag-default, grep-find-command)
12980 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
12981 Add autoload cookies, for unbundled packages that load `compile'
12982 and expect all grep-related symbols to become defined.
12983
12984 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
12985
12986 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
12987 (iimage-mode-image-search-path): New user option to search the
12988 image file.
12989 (iimage-locate-file): New funcion. Emacs21.3 or earlier does not
12990 have locate-file.
12991 (iimage-mode-buffer): Use it.
12992
12993 2004-07-03 Nick Roberts <nickrob@gnu.org>
12994
12995 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
12996 carefully.
12997 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
12998
12999 2004-07-03 Juri Linkov <juri@jurta.org>
13000
13001 * replace.el (query-replace-read-args): Swallow space after 'foo,
13002 not after (quote foo). Match space only immediately after symbol,
13003 not anywhere in the whole string.
13004
13005 2004-07-02 Richard M. Stallman <rms@gnu.org>
13006
13007 * replace.el (query-replace-read-args): Swallow space after
13008 symbols, not after closeparens. But avoid error if string ends there.
13009
13010 * progmodes/python.el (python-beginning-of-statement):
13011 Exit the loop if backward-up-list gets error.
13012
13013 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
13014
13015 2004-07-02 Andre Spiegel <spiegel@gnu.org>
13016
13017 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
13018 only if vc-consult-headers is non-nil.
13019
13020 2004-07-02 Juri Linkov <juri@jurta.org>
13021
13022 * pcvs.el (cvs-mode-diff-repository): New command.
13023
13024 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
13025
13026 2004-07-01 Juri Linkov <juri@jurta.org>
13027
13028 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
13029 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
13030 C-M-% to isearch-query-replace-regexp.
13031 (minibuffer-local-isearch-map): Add arrow key bindings.
13032 Bind C-f to isearch-yank-char-in-minibuffer.
13033 (isearch-forward): Doc fix.
13034 (isearch-edit-string): Doc fix.
13035 (isearch-query-replace, isearch-query-replace-regexp): New funs.
13036 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
13037 (isearch-yank-char): Add optional arg.
13038 (isearch-yank-char-in-minibuffer): New fun.
13039
13040 * replace.el (query-replace-interactive): Change type from boolean
13041 to choice. Add value `initial'.
13042 (query-replace-read-args): Handle value `initial' of
13043 query-replace-interactive.
13044
13045 2004-06-29 Kim F. Storm <storm@cua.dk>
13046
13047 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
13048 (breakpoint-disabled-bitmap-face): Add :group 'gud.
13049
13050 * progmodes/ada-xref.el (ada-tight-gvd-integration):
13051 Add :group 'ada.
13052
13053 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
13054
13055 2004-06-29 Juri Linkov <juri@jurta.org>
13056
13057 * replace.el (query-replace-read-args): Swallow a space after
13058 everything except )]" which in most cases means after a symbol.
13059
13060 * emacs-lisp/pp.el (pp-buffer): Add autoload.
13061
13062 2004-06-28 Richard M. Stallman <rms@gnu.org>
13063
13064 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
13065 More changes to go with previous change in font-lock.el.
13066
13067 2004-06-26 David Kastrup <dak@gnu.org>
13068
13069 * replace.el (perform-replace): Highlight the match even in
13070 non-query mode if there is potential replace string editing.
13071
13072 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
13073
13074 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
13075 agree with new return value of `file-remote-p'.
13076 This syncs with Tramp 2.0.42.
13077
13078 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
13079 according to new documentation of `file-remote-p'.
13080
13081 * files.el (file-remote-p): Fix doc to say that return value is
13082 identification of remote system, if not nil.
13083 (file-relative-name): Use new return value of `file-remote-p'.
13084
13085 2004-06-26 Nick Roberts <nickrob@gnu.org>
13086
13087 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
13088 (gdb-goto-breakpoint): Fix breakage.
13089
13090 2004-06-26 Eli Zaretskii <eliz@gnu.org>
13091
13092 * man.el (Man-getpage-in-background): Add windows-nt to the list
13093 of systems where shell-file-name should be used instead of
13094 literal "sh".
13095
13096 2004-06-25 Sam Steingold <sds@gnu.org>
13097
13098 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
13099 function names `(setf symbol)'.
13100
13101 2004-06-24 Richard M. Stallman <rms@gnu.org>
13102
13103 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
13104
13105 * font-lock.el (font-lock-keywords): Change format of compiled values.
13106 Document it.
13107 (font-lock-add-keywords): If font-lock-keywords is compiled,
13108 extract the uncompiled version, modify, then recompile.
13109 (font-lock-remove-keywords): Likewise.
13110 (font-lock-fontify-keywords-region): Handle changed format.
13111 (font-lock-compile-keywords): Handle changed format.
13112 (font-lock-set-defaults): Compile the keywords explicitly here.
13113
13114 2004-06-24 David Kastrup <dak@gnu.org>
13115
13116 * replace.el (query-replace-read-args): Implement `\,' and `\#'
13117 replacements here.
13118 (query-replace-regexp): Doc string explaining this and the new
13119 `\?' replacement. Remove `\,' and `\#' implementation here, as it
13120 is better placed in `query-replace-read-args'.
13121 (replace-regexp): Explain `\,', `\#' and `\?'.
13122 (replace-match-data): New function for thorough reuse/destruction
13123 of old match-data.
13124 (replace-match-maybe-edit): Function for implementing `\?' editing.
13125 (perform-replace): Fix maintaining of the match stack including
13126 already matched regions, implement `\?', fix various problems
13127 with regions while editing and other stuff.
13128 (replace-highlight): Simplify.
13129
13130 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
13131
13132 * progmodes/grep.el (grep-error-screen-columns): New variable.
13133 (grep-regexp-alist): Give it the full functionality of gnu style
13134 compilation messages with line and column ranges. Ask me for the
13135 perl script I'm working on, that uses these.
13136
13137 2004-06-23 Nick Roberts <nickrob@gnu.org>
13138
13139 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
13140 Remove.
13141 (comint-insert-input, comint-mouse-insert-input): New functions
13142 based on comint-insert-clicked-input for two bindings but just
13143 one functionality.
13144
13145 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
13146
13147 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
13148
13149 2004-06-23 Lars Hansen <larsh@math.ku.dk>
13150
13151 * files.el (write-contents-functions): Doc fix.
13152
13153 2004-06-21 Juanma Barranquero <lektu@terra.es>
13154
13155 * image.el (image-library-alist): Rewrite docstring in active voice.
13156
13157 2004-06-20 Richard M. Stallman <rms@gnu.org>
13158
13159 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
13160
13161 * isearch.el (isearch-repeat): Avoid testing old match data.
13162 (isearch-message): Display trailing space in special font
13163 when search is failing.
13164 (isearch-search-fun-function): Doc fix.
13165
13166 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
13167
13168 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
13169
13170 * frame.el (show-trailing-whitespace): Doc fix.
13171
13172 * cus-edit.el (custom-variable-documentation): New function.
13173 (custom-variable): Use it.
13174
13175 2004-06-19 Nick Roberts <nickrob@gnu.org>
13176
13177 * man.el (Man-getpage-in-background): Revert previous change but
13178 make cygwin a special case.
13179
13180 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
13181
13182 * autorevert.el (global-auto-revert-non-file-buffers):
13183 Update docstring.
13184
13185 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
13186
13187 * progmodes/compile.el (compilation-error-properties): Store one
13188 more than end-col, if present, so that transient-mark-mode will
13189 highlight last char too.
13190 * progmodes/grep.el (grep-regexp-alist): Match columns and column
13191 ranges, if present.
13192
13193 2004-06-18 Jason Rumney <jasonr@gnu.org>
13194
13195 * makefile.w32-in: Double percent signs in for loops.
13196
13197 2004-06-17 David Kastrup <dak@gnu.org>
13198
13199 * replace.el (query-replace-read-args): Only warn about use of \n
13200 and \t when we are doing a regexp replacement and the actual
13201 escaped character is n or t.
13202 (query-replace-regexp): Add \, and \# interpretation to
13203 interactive call and document it.
13204 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
13205 as shortkey for replace-count.
13206 (replace-quote): New function for doubling backslashes.
13207
13208 2004-06-17 Juanma Barranquero <lektu@terra.es>
13209
13210 * files.el (parse-colon-path, cd): Mention in docstring that the
13211 path separator is colon in GNU-like systems.
13212
13213 * newcomment.el (comment-region-internal): Fix docstring.
13214
13215 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
13216 (ewoc-invalidate, ewoc-collect): Doc fixes.
13217 (ewoc--create-node, ewoc--delete-node-internal):
13218 Fix typos in docstring.
13219
13220 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13221
13222 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
13223 manual to docstring.
13224
13225 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13226
13227 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
13228
13229 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
13230
13231 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13232 Add hyperlink to emacs-xtra manual to docstring.
13233
13234 * autorevert.el (global-auto-revert-non-file-buffers):
13235 Add hyperlink to emacs-xtra manual to docstring, as well as an
13236 info-link.
13237
13238 2004-06-14 Juanma Barranquero <lektu@terra.es>
13239
13240 * image.el (image-library-alist): New variable to map image types
13241 to external libraries. Initialized to nil, unless system-specific
13242 configs change it.
13243 (image-type-available-p): Determine whether an image type is
13244 available by calling `init-image-library'.
13245
13246 * term/w32-win.el (image-library-alist): Initialize to a known set
13247 of probable library names.
13248
13249 2004-06-14 Kenichi Handa <handa@m17n.org>
13250
13251 * international/code-pages.el (windows-1256, cp1125): Fix tables
13252 for several characters.
13253
13254 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
13255
13256 2004-06-13 Richard M. Stallman <rms@gnu.org>
13257
13258 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
13259
13260 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
13261 not "`pc-selection-mode'".
13262
13263 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
13264
13265 * simple.el (previous-matching-history-element): Specify a default.
13266
13267 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
13268
13269 * cus-face.el (custom-declare-face): Simplify code.
13270
13271 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
13272
13273 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
13274
13275 * files.el (before-save-hook): Add `time-stamp' to the options.
13276
13277 * time-stamp.el (time-stamp): Recommend adding it to
13278 `before-save-hook', rather than `write-file-functions'.
13279 Make a similar change in `Commentary' section.
13280
13281 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
13282
13283 * diff-mode.el (diff-current-defun): If at start of hunk, use
13284 position of first change.
13285
13286 2004-06-13 Lars Hansen <larsh@math.ku.dk>
13287
13288 * dired-x.el (dired-mark-omitted): Bind to "*O".
13289
13290 2004-06-12 Karl Fogel <kfogel@red-bean.com>
13291
13292 * bookmark.el (bookmark-bmenu-relocate): New function, as
13293 suggested by David J. Biesack <David.Biesack@sas.com>.
13294 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
13295 (bookmark-bmenu-mode): Describe binding in doc string.
13296 (bookmark-set-filename): Save the bookmark list if it's time.
13297
13298 2004-06-13 Kenichi Handa <handa@m17n.org>
13299
13300 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
13301 (ccl-untranslated-to-ucs): Fix typo.
13302
13303 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
13304
13305 * progmodes/python.el (python-open-block-statement-p):
13306 Fix indentation after a block opening that contains a comment.
13307
13308 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
13309
13310 * bindings.el (completion-ignored-extensions): Add file extensions
13311 of Python byte-compiled files.
13312
13313 2004-06-12 Juri Linkov <juri@jurta.org>
13314
13315 * info.el (Info-goto-node): Add autoload.
13316 (Info-toc): Add substring-no-properties on Info file name.
13317 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
13318 (Info-mode-map): Bind L to Info-history, T to Info-toc.
13319
13320 2004-06-12 Kenichi Handa <handa@m17n.org>
13321
13322 * international/mule-cmds.el (set-language-environment):
13323 Load subst tables if necessary.
13324
13325 * international/mule.el (decode-char): Load subst tables if necessary.
13326 (encode-char): Likewise.
13327
13328 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
13329 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
13330 (utf-16le-decode-loop): Set r5 to -1 before loop.
13331 (utf-16be-decode-loop): Likewise.
13332 (ccl-decode-mule-utf-16le): Add EOF processing block.
13333 (ccl-decode-mule-utf-16be): Likewise.
13334 (ccl-decode-mule-utf-16le-with-signature): Likewise.
13335 (ccl-decode-mule-utf-16be-with-signature): Likewise.
13336 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
13337 (ccl-mule-utf-16-encode-untrans): New CCL.
13338 (utf-16-decode-to-ucs): Handle pre-read character.
13339 (utf-16le-encode-loop): Handle surrogate pair.
13340 (utf-16be-encode-loop): Likewise.
13341 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
13342 of utf-16le-encode-loop.
13343 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
13344 of utf-16be-encode-loop.
13345 (mule-utf-16-post-read-conversion):
13346 Call utf-8-post-read-conversion at first.
13347 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
13348 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
13349 Add post-read-conversion and pre-write-conversion.
13350
13351 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
13352 (utf-translate-cjk-unicode-range): New variable.
13353 (utf-translate-cjk-load-tables): New function.
13354 (utf-lookup-subst-table-for-decode): New function.
13355 (utf-lookup-subst-table-for-encode): New function.
13356 (utf-translate-cjk-mode): Init-value changed to t. Don't load
13357 tables here. Update safe-charsets of utf-* coding systems.
13358 (ccl-mule-utf-untrans): New CCL.
13359 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
13360 at end of each branch.
13361 (ccl-mule-utf-8-encode-untrans): New CCL.
13362 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
13363 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
13364 length of encoding. Don't return r0.
13365 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
13366 (utf-8-post-read-conversion): Narrow to region properly.
13367 If utf-translate-cjk-mode is on, load tables if necessary.
13368 Call utf-8-compose with hash-table arg if necessary.
13369 Call XXX-compose-region instead of XXX-post-read-convesion.
13370 (utf-8-pre-write-conversion): New function.
13371 (mule-utf-8): Include CJK charsets in safe-charsets if
13372 utf-translate-cjk-mode is on. Add pre-write-conversion.
13373
13374 * international/characters.el: Temporarily set
13375 utf-translate-cjk-mode to nil.
13376
13377 * language/devan-util.el (devanagari-compose-region):
13378 Add autoload cookie.
13379
13380 * international/ccl.el (ccl-dump-call): Fix printing the
13381 subroutine name.
13382
13383 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
13384
13385 * dired.el (dired-revert): If buffer is marked unmodified before
13386 reverting, keep it marked unmodified.
13387 Adapt to new conventions for commenting out code.
13388 (dired-make-relative): Adapt to new conventions for commenting out code.
13389
13390 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
13391
13392 * eshell/esh-module.el (eshell-load-defgroups):
13393 Bind `vc-handled-backends' to nil when opening files.
13394
13395 2004-06-11 Juanma Barranquero <lektu@terra.es>
13396
13397 * files.el (parse-colon-path, cd): Doc fixes (refer to
13398 `path-separator', not colon).
13399
13400 2004-06-10 Juanma Barranquero <lektu@terra.es>
13401
13402 * newcomment.el (comment-search-forward)
13403 (comment-search-backward): Fix typos in docstring.
13404 (comment-region): Doc fix.
13405
13406 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
13407
13408 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
13409 switch is no longer stored in `dired-switches-alist'.
13410
13411 * dired-aux.el (dired-insert-subdir): Do not store R switch in
13412 `dired-switches-alist'.
13413
13414 2004-06-10 Kim F. Storm <storm@cua.dk>
13415
13416 * pcvs.el (cvs-mode-diff-yesterday): New command.
13417
13418 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
13419
13420 2004-06-10 Juri Linkov <juri@jurta.org>
13421
13422 * emacs-lisp/edebug.el (edebug-eval-defun):
13423 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
13424 Fix docstring.
13425
13426 * simple.el (eval-expression-print-format): Don't print additional
13427 information on the first call to `eval-print-last-sexp'.
13428 (next-error-find-buffer): Fix punctuation.
13429 (killing) <defgroup>: Fix punctuation.
13430 (yank-excluded-properties): Change group from editing to killing.
13431
13432 * replace.el (perform-replace): Use `limit' to terminate the
13433 while-loop explicitly.
13434
13435 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13436
13437 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
13438 Use lc-*.xpm as prefix instead of *-locol.xpm.
13439
13440 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
13441 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
13442 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
13443 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
13444 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
13445 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
13446 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
13447 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
13448 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
13449 * toolbar/lc-up_arrow.xpm:
13450 Rename from *-locol.xpm.
13451
13452 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
13453
13454 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
13455 include forms like &<str>; as valid url patterns.
13456
13457 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
13458
13459 * dired.el (dired-diff, dired-backup-diff)
13460 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
13461 (dired-do-chown, dired-do-touch, dired-do-print)
13462 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
13463 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
13464 (dired-create-directory, dired-do-copy, dired-do-symlink)
13465 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
13466 (dired-do-copy-regexp, dired-do-hardlink-regexp)
13467 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
13468 (dired-maybe-insert-subdir, dired-next-subdir)
13469 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
13470 (dired-kill-subdir, dired-tree-up, dired-tree-down)
13471 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
13472 (dired-run-shell-command, dired-query): Remove redundant,
13473 or incorrect, autoloads.
13474
13475 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
13476 does not end in a slash. Add optional argument KILL-ROOT.
13477 Update docstring.
13478 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
13479 (dired-query): Add autoloads.
13480
13481 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
13482
13483 * progmodes/compile.el (compilation-set-window-height):
13484 Rearrange the save-* functions because a buffer can have several current
13485 point in different windows.
13486 (compilation-error-regexp-alist-alist): Recognize {standard input}
13487 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
13488
13489 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13490
13491 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
13492 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
13493 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
13494 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
13495 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
13496 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
13497 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
13498 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
13499 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
13500 * toolbar/up_arrow-locol.xpm:
13501 New versions of icons that uses fewer colors.
13502
13503 * toolbar/tool-bar.el (tool-bar-local-item)
13504 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
13505 if display-color-cells is 256 or less.
13506
13507 2004-06-08 Kim F. Storm <storm@cua.dk>
13508
13509 * wid-edit.el (widget-specify-button): Use hand pointer rather
13510 than mouse-face as visible mouse-over effect.
13511
13512 2004-06-07 Karl Fogel <kfogel@red-bean.com>
13513
13514 * saveplace.el (save-place-alist-to-file): Bind `print-length'
13515 and `print-level' to nil when writing out `save-place-alist'.
13516 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
13517
13518 2004-06-07 Juanma Barranquero <lektu@terra.es>
13519
13520 * completion.el (completion-kill-region): Doc fix.
13521
13522 * format.el (format-insert-annotations)
13523 (format-annotate-location): Doc fixes.
13524 (format-subtract-regions): Make arguments match their use in docstring.
13525
13526 * simple.el (kill-region): Doc fix.
13527
13528 * subr.el (insert-buffer-substring-no-properties)
13529 (insert-buffer-substring-as-yank): Doc fixes.
13530
13531 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
13532
13533 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13534 Update docstring.
13535 (dired-reset-subdir-switches): New function.
13536
13537 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
13538 Limit scope of `buffer-read-only' binding.
13539
13540 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
13541
13542 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
13543 eshell-explicit-command-char.
13544
13545 2004-06-06 Juanma Barranquero <lektu@terra.es>
13546
13547 * help-fns.el (help-argument-name): Inherit from italic face only
13548 if the frame supports it.
13549
13550 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
13551
13552 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
13553 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
13554 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
13555 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
13556 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
13557 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
13558 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
13559 New conversions from xpm files.
13560
13561 * toolbar/README: New file.
13562
13563 2004-06-06 Richard M. Stallman <rms@gnu.org>
13564
13565 * isearch.el (isearch-mode-map): Undo previous change.
13566
13567 2004-06-05 Juri Linkov <juri@jurta.org>
13568
13569 * bindings.el (debug-ignored-errors): Add regexps for history
13570 related messages. Remove $ from "No further undo information".
13571 Move Ediff's messages to ediff.el.
13572
13573 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
13574
13575 * cus-edit.el (custom-display): Add `min-colors'.
13576
13577 * custom.el (defface): Add `supports' to docstring.
13578
13579 * help-fns.el (help-argument-name): Add :group 'help.
13580
13581 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
13582
13583 * find-dired.el (find-ls-subdir-switches): New user option.
13584 (find-dired): No longer call `abbreviate-file-name' on DIR.
13585 Set `dired-subdir-switches' buffer-locally.
13586
13587 * locate.el: Merge the two `Commentary' sections.
13588 (locate-ls-subdir-switches): New user option.
13589 (locate): Update for other changes.
13590 (locate-mode-map): Restore Dired binding for mouse-2.
13591 Bind `locate-mouse-view-file' to M-mouse-2.
13592 Bind `l' to `locate-do-redisplay'.
13593 (locate-main-listing-line-p, locate-do-redisplay): New functions.
13594 (locate-mouse-view-file, locate-tags, locate-find-directory):
13595 Print message if used outside main listing.
13596 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
13597 Various changes to support inserted subdirectories.
13598 (locate-insert-header): Change header of *Locate* buffer.
13599
13600 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
13601 Change interactive default switches.
13602 (dired-rename-subdir-2): Update `dired-switches-alist'.
13603 (dired-insert-subdir, dired-kill-subdir):
13604 Handle `dired-switches-alist'. Do not mark buffer modified.
13605 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
13606 (dired-insert-subdir-doinsert): Omit messages.
13607 Handle `dired-subdir-switches'.
13608 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
13609
13610 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
13611 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
13612 subdirs if -R switch is used for a subdir.
13613 (dired-mode): Set `dired-switches-alist'.
13614 (dired-build-subdir-alist): Only print number of directories in
13615 echo area when invoked interactively.
13616
13617 2004-06-05 Lars Hansen <larsh@math.ku.dk>
13618
13619 * dired-x.el (dired-omit-mode): Rename from
13620 dired-omit-files-p. Use define-minor-mode to define it.
13621 (dired-omit-files-p): Add as alias for dired-omit-mode.
13622 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
13623 dired-mark-omitted.
13624 (dired-mark-omitted): Add. Bind to M-O.
13625
13626 2004-06-05 Kenichi Handa <handa@m17n.org>
13627
13628 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
13629
13630 2004-06-05 Juanma Barranquero <lektu@terra.es>
13631
13632 * help-fns.el (help-argument-name): Reintroduce face.
13633 (help-default-arg-highlight): Use it, now that
13634 `face-differs-from-default-p' can be trusted.
13635
13636 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
13637
13638 * textmodes/table.el: Sentence commands added to Point Motion
13639 group; kill and backward-kill commands added to Extraction group.
13640
13641 2004-06-04 Mario Lang <mlang@delysid.org>
13642
13643 * battery.el (battery-linux-proc-acpi): `mA' was hardcored, but some
13644 systems appear to use mW, make the code handle this. Fix a
13645 division-by-zero bug while at it, and handle kernels with
13646 a slightly different layout in /proc/acpi.
13647
13648 2004-06-04 Karl Fogel <kfogel@red-bean.com>
13649
13650 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
13651 because the latter is a CL-ism. This fixes the bug reported by
13652 Shawn Boyette <mdxi@collapsar.net> in
13653 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
13654
13655 2004-06-04 Miles Bader <miles@gnu.org>
13656
13657 * faces.el (display-supports-face-attributes-p): Function moved to
13658 C code. Previously only the tty-related portion of this function
13659 was done in C; however the previous attempt to do a halfway-proper
13660 job for non-tty displays in lisp didn't work properly because of
13661 funny conditions during Emacs startup.
13662 (face-differs-from-default-p): Simplify, now that
13663 display-supports-face-attributes-p works properly on all display
13664 types. Remove :stipple from comparison; it doesn't really work
13665 in emacs anyway.
13666
13667 2004-06-04 Miles Bader <miles@gnu.org>
13668
13669 * faces.el (face-differs-from-default-p): Use a different
13670 implementation, so we can really check whether FACE displays
13671 differently or not.
13672
13673 2004-06-04 Miles Bader <miles@gnu.org>
13674
13675 * faces.el (display-supports-face-attributes-p): Implement a
13676 `different from default' check for non-tty displays.
13677
13678 2004-06-03 David Kastrup <dak@gnu.org>
13679
13680 * woman.el (woman-mapcan): More concise code.
13681 (woman-topic-all-completions, woman-topic-all-completions-1)
13682 (woman-topic-all-completions-merge): Replace by a simpler and
13683 much faster implementation based on O(n log n) sort/merge instead
13684 of the old O(n^2) behavior.
13685
13686 2004-06-03 Miles Bader <miles@gnu.org>
13687
13688 * subr.el (read-number): Use canonical format for default in prompt.
13689
13690 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
13691 Add regexp for " [...]" style defaults.
13692
13693 2004-06-02 Romain Francoise <romain@orebokech.com>
13694
13695 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
13696 groups: if the user asks for a hidden buffer, open the
13697 corresponding filter group to expose it.
13698
13699 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
13700 `ibuffer-jump-to-buffer'.
13701 (ibuffer-jump-offer-only-visible-buffers): New user option.
13702
13703 2004-06-02 Juanma Barranquero <lektu@terra.es>
13704
13705 * faces.el (frame-update-faces): Add empty docstring so the one
13706 for `ignore' doesn't show through.
13707
13708 * subr.el (process-kill-without-query): Remove spurious "\n" on
13709 obsolescence string.
13710 (focus-frame, unfocus-frame): Add obsolescence declaration and
13711 empty docstring.
13712
13713 * international/mule.el (register-char-codings): Make alias for
13714 `ignore'. Move docstring to obsolescence info and remove redundancy.
13715
13716 2004-06-02 Kim F. Storm <storm@cua.dk>
13717
13718 * frame.el (blink-cursor-start): Turn cursor off initially so blink
13719 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
13720
13721 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
13722
13723 * comint.el (comint-replace-by-expanded-history-before-point):
13724 Obey `start' as the docstring says.
13725 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
13726 (comint-update-fence): Prevent font-lock from running unnecessarily.
13727 (comint-dynamic-list-completions): Use with-current-buffer.
13728
13729 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13730
13731 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
13732 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
13733 (bibtex-entry-update): Handle alternatives and optional fields.
13734 (bibtex-parse-entry): Bugfix, handle empty key.
13735
13736 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
13737
13738 * vc-arch.el (vc-arch-state): Don't assume the file exists.
13739
13740 2004-05-31 Lars Hansen <larsh@math.ku.dk>
13741
13742 * desktop.el (desktop-save): Don't save minor modes without a
13743 known mode initialization function.
13744
13745 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
13746
13747 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
13748
13749 * autorevert.el: Update `Commentary' section.
13750
13751 2004-05-30 Juanma Barranquero <lektu@terra.es>
13752
13753 * dos-fns.el (convert-standard-filename):
13754 * files.el (convert-standard-filename):
13755 * w32-fns.el (convert-standard-filename):
13756 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
13757
13758 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
13759
13760 Sync with Tramp.
13761
13762 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
13763 (tramp-let-maybe): Move to an earlier spot in the file.
13764 Patch by Andreas Schwab.
13765
13766 2004-05-30 Andreas Schwab <schwab@suse.de>
13767
13768 * dired.el (dired-get-filename): Don't use dired-re-dot.
13769
13770 2004-05-30 Richard M. Stallman <rms@gnu.org>
13771
13772 * files.el (find-file): Doc fix.
13773
13774 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
13775
13776 2004-05-30 Nick Roberts <nickrob@gnu.org>
13777
13778 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
13779 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
13780 modeline of the locals buffer.
13781 (gdb-goto-breakpoint): Handle gdbmi.
13782 (gdb-get-frame-number): Change for gdbmi.
13783
13784 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
13785
13786 * files.el (file-remote-p): Apply file name handler for operation
13787 `file-remote-p'. It isn' a property any longer.
13788 (file-relative-name): `fh' and `fd' get the required value via
13789 `find-file-name-handler' already.
13790
13791 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
13792 (top): Remove setting of `file-remote-p' property for
13793 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
13794
13795 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
13796
13797 Version 2.0.41 of Tramp released.
13798
13799 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
13800 Throw away if process has died.
13801 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
13802 (tramp-out-of-band-prompt-regexp): Rename to
13803 `tramp-process-alive-regexp', because its usage is widen.
13804 (tramp-actions-copy-out-of-band): Apply it.
13805 (tramp-actions-before-shell, tramp-multi-actions):
13806 Add `tramp-action-process-alive' action.
13807 (tramp-action-process-alive): New defun.
13808 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
13809 Add entry for `file-remote-p'.
13810 (tramp-handle-file-remote-p): New defun.
13811 (top): Remove setting of `file-remote-p'. Don't set
13812 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
13813
13814 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13815 `file-remote-p'.
13816
13817 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
13818 counted for (last) line. [They should or they shouldn't? --Stef]
13819 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
13820
13821 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
13822
13823 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
13824 not really necessary but seems to keep the shell history smaller
13825 in some cases. It is no substitute for setting HISTFILE and
13826 HISTSIZE from tramp-open-connection-setup-interactive-shell,
13827 though. Suggested by Luc Teirlinck.
13828 (tramp-open-connection-setup-interactive-shell): Export variables
13829 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
13830 (tramp-set-process-query-on-exit-flag): New compat function.
13831 (tramp-open-connection-multi, tramp-open-connection-su)
13832 (tramp-open-connection-rsh, tramp-open-connection-telnet)
13833 (tramp-do-copy-or-rename-file-out-of-band): Use it.
13834 (tramp-let-maybe): New macro, let-binds a variable only if it
13835 isn't obsolete.
13836 (tramp-check-ls-commands, tramp-handle-expand-file-name)
13837 (tramp-handle-file-truename): Use it.
13838 (tramp-completion-file-name-regexp-unified): Avoid matching
13839 filenames starting with "/:" -- those are reserved for
13840 file-name-non-special.
13841
13842 * tramp-smb.el (tramp-smb-open-connection):
13843 Use tramp-set-process-query-on-exit-flag compat function.
13844
13845 2004-05-29 Richard M. Stallman <rms@gnu.org>
13846
13847 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
13848
13849 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
13850 (eval-last-sexp-print-value): Print char equivalent regardless
13851 of standard-output value.
13852
13853 * thumbs.el (thumbs-subst-char-in-string): Delete.
13854 (thumbs-thumbname): Use subst-char-in-string.
13855 (thumbs-resize-image): Use condition-case, not ignore-errors.
13856 (thumbs-kill-buffer): Likewise.
13857
13858 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
13859 (thumbs-mode): Make buffer read-only.
13860 (thumbs-make-thumb): Unconditionally accept an existing file.
13861 (thumbs-insert-thumb): Add thumb-image-file property to the image.
13862 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
13863 (thumbs-show-thumbs-list): Error if images not supported.
13864 (thumbs-save-current-image): Improve prompt string.
13865 (thumbs-mode-map): Define u, R, x.
13866 (thumbs-unmark): New command.
13867 (thumbs-emboss-image): Minor cleanup.
13868 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
13869 (thumbs-rename-images): New command.
13870 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
13871
13872 * thumbs.el (thumbs-current-image): New function.
13873 (thumbs-file-list, thumbs-file-alist): New functions.
13874 (thumbs-find-image): Delete arg L.
13875 Don't set up thumbs-fileL as buffer-local global var.
13876 (thumbs-find-image-at-point): Use thumbs-current-image.
13877 (thumbs-set-image-at-point-to-root-window): Likewise.
13878 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
13879 Record and warn about errors. Update thumbs-markedL for deletions.
13880 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
13881 (thumbs-redraw-buffer): Use thumbs-file-list.
13882 (thumbs-mark): Use thumbs-current-image.
13883 (thumbs-show-name): Use thumbs-current-image.
13884
13885 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
13886 and imenu--last-menubar-index-alist.
13887
13888 * subr.el (with-selected-window): Undo previous change.
13889
13890 2004-05-29 John Paul Wallington <jpw@gnu.org>
13891
13892 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
13893 (thumbs-mouse-find-image): New command.
13894 (thumbs-mode-map): Bind it to mouse-2.
13895 (thumbs-mode): Make mode-class special.
13896 (thumbs-view-image-mode): Likewise.
13897
13898 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
13899
13900 * flymake.el: New file.
13901
13902 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
13903
13904 * files.el (find-file-noselect-1): Do not bind
13905 `inhibit-read-only' to t during execution of
13906 `find-file-not-found-functions'.
13907
13908 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13909
13910 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
13911 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
13912
13913 2004-05-28 Juri Linkov <juri@jurta.org>
13914
13915 * simple.el (eval-expression-print-format): New fun.
13916
13917 * simple.el (eval-expression):
13918 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
13919 * emacs-lisp/edebug.el (edebug-compute-previous-result)
13920 (edebug-eval-expression): Print additionally the value returned by
13921 `eval-expression-print-format'.
13922
13923 * emacs-lisp/lisp.el (insert-pair-alist): New var.
13924 (insert-pair): Make arguments optional. Find character pair
13925 from `insert-pair-alist' according to the last input event.
13926 (insert-parentheses): Make arguments optional.
13927 (raise-sexp, delete-pair): New funs.
13928
13929 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
13930 (emacs-lisp-mode-map, lisp-interaction-mode-map):
13931 Bind C-M-q to `indent-pp-sexp'.
13932
13933 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
13934 `pp-to-string' modified to be able to format text with newlines.
13935 (pp-to-string): Move the buffer-formatting part of the code to
13936 `pp-buffer'. Call `pp-buffer'.
13937
13938 * info.el (Info-desktop-buffer-misc-data): Don't save information
13939 about virtual files.
13940 (Info-restore-desktop-buffer): Restore Info buffers in prepared
13941 buffers with names obtained from the desktop file instead of the
13942 default *info* buffer.
13943
13944 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
13945
13946 * subr.el (with-selected-window): Only save/restore the selected window.
13947
13948 * progmodes/compile.el (compilation-error-regexp-alist):
13949 Use expand-file-name and data-directory.
13950
13951 * progmodes/grep.el (grep-tree): Rework previous fix.
13952
13953 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
13954 after the user marked text with the mouse.
13955
13956 * startup.el (command-line): Keep the first regexp of
13957 auto-save-file-name-transforms intact.
13958
13959 2004-05-28 Juanma Barranquero <lektu@terra.es>
13960
13961 * cus-edit.el (customize-face, customize-face-other-window)
13962 (custom-face-edit-delete): Make arguments match their use in
13963 docstring.
13964 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
13965 docstring.
13966
13967 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
13968 not `cvs-butlast'.
13969
13970 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
13971 `nbutlast' are in subr.el).
13972
13973 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
13974 (set-w32-system-coding-system): Doc fixes.
13975
13976 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
13977 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
13978 Make arguments match their use in docstring.
13979 (artist-draw-region-trim-line-endings)
13980 (artist-mouse-choose-operation): Fix typo in docstring.
13981 (artist-key-set-point-common): Doc fix.
13982
13983 2004-05-28 Simon Josefsson <jas@extundo.com>
13984
13985 * mail/smtpmail.el (smtpmail-open-stream):
13986 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
13987
13988 2004-05-26 Simon Josefsson <jas@extundo.com>
13989
13990 * starttls.el: Merge with my GNUTLS based starttls.el.
13991 (starttls-gnutls-program, starttls-use-gnutls)
13992 (starttls-extra-arguments, starttls-process-connection-type)
13993 (starttls-connect, starttls-failure, starttls-success): New variables.
13994 (starttls-program, starttls-extra-args): Doc fix.
13995 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
13996 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
13997 and pass on to corresponding *-gnutls function if it is set.
13998
13999 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
14000
14001 * autorevert.el (auto-revert-handler): Disable auto-reverting of
14002 remote files.
14003
14004 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
14005
14006 * files.el (file-name-non-special): There are more operations
14007 which need handling: `find-backup-file-name',
14008 `insert-file-contents', `verify-visited-file-modtime',
14009 `write-region'. Rename t value of method to `add'. Add new
14010 methods `quote' and `unquote-then-quote' to file-arg-indices.
14011
14012 2004-05-25 Juri Linkov <juri@jurta.org>
14013
14014 * info.el (Info-toc): Call Info-mode on intermediate buffer.
14015 (Info-index-nodes): Enclose code in condition-case to catch errors.
14016 (Info-index-node): Don't search all index nodes if request is only
14017 for the current node and file is not in the cache of index nodes.
14018 (Info-mode-map): Bind Info-copy-current-node-name to `w'
14019 for consistency with dired-copy-filename-as-kill.
14020 Bind `S' to Info-search-case-sensitively.
14021 (Info-copy-current-node-name): New arg. With zero prefix arg put
14022 the name inside a function call to `info'. Display copied text in
14023 the echo area.
14024
14025 2004-05-25 Sam Steingold <sds@gnu.org>
14026
14027 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
14028 strip the package prefix from the symbol name, if any.
14029 Make it the `find-tag-default-function' for `lisp-mode'.
14030
14031 2004-05-25 John Paul Wallington <jpw@gnu.org>
14032
14033 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
14034 instead of obsolete `process-kill-without-query'.
14035
14036 * textmodes/texinfmt.el (texinfo-indexvar-alist):
14037 Declare as variable, not constant.
14038
14039 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
14040
14041 * files.el (find-file-noselect-1): Fix bug introduced by
14042 Revision 1.694. As a side effect, `inhibit-read-only'
14043 is again, by default, t during execution of
14044 `find-file-not-found-functions'.
14045 (insert-directory): Check that lines were really inserted by
14046 the --dired switch, before erasing them.
14047
14048 2004-05-24 Nick Roberts <nickrob@gnu.org>
14049
14050 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
14051 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
14052 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
14053 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
14054 gud-minor-mode (gdbmi).
14055
14056 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14057
14058 * net/browse-url.el (browse-url-interactive-arg): Enable user to
14059 explicitly select the text to be taken as URL.
14060
14061 2004-05-23 Juri Linkov <juri@jurta.org>
14062
14063 * info.el (Info-index-nodes): New var and fun.
14064 (Info-goto-index, Info-index, info-apropos)
14065 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
14066 (Info-index): Fix docstring. Store and restore Info-history-list.
14067 (Info-complete-nodes): New var.
14068 (Info-complete-menu-item): Use it.
14069 (Info-index-node): New fun.
14070 (Info-final-node, Info-forward-node, Info-backward-node)
14071 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
14072 Use Info-index-node.
14073 (Info-extract-menu-item, Info-extract-menu-counting): Set second
14074 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
14075 (Info-find-node-2): If a node with period in its name not found,
14076 try to find a node without the name part after period.
14077 (Info-select-node): Call Info-fontify-node only if
14078 Info-fontify-maximum-menu-size is not nil.
14079 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
14080 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
14081 Preserve Info-history-list.
14082 (Info-toc): Set Info-current-file.
14083 (Info-build-toc): Move point to the beginning of the buffer.
14084 Add main-file variable.
14085 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
14086 Use backslashed representation of the control character ^_.
14087
14088 * textmodes/texinfmt.el (texinfo-print-index): Print index line
14089 numbers in the new Texinfo 4.7 format.
14090
14091 * add-log.el (change-log-font-lock-keywords): Remove `:' from
14092 regexps for function and variable names.
14093
14094 * descr-text.el (describe-property-list): Add [show] button for
14095 `syntax-table' property with action to pp to a separate buffer.
14096 (describe-char): Replace search-forward by re-search-forward with
14097 whitespace regexp after "character:" to not fail in too narrow windows.
14098
14099 * simple.el (next-error-find-buffer): Add a rule to return
14100 next-error capable buffer if one window on the selected frame
14101 displays such buffer.
14102
14103 2004-05-23 Nick Roberts <nickrob@gnu.org>
14104
14105 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
14106 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
14107 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
14108 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
14109 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
14110 Handle new value for gud-minor-mode (gdbmi).
14111 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
14112 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
14113 Change from local to global gdb variable set.
14114 (gdb-ann3): Initialise above gdb variable set.
14115 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
14116 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
14117 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
14118 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
14119 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
14120 (gdb-info-locals-handler, gdb-invalidate-assembler)
14121 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
14122 set as global variables.
14123 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
14124 Handle gdbmi.
14125 (gdb-info-breakpoints-custom): Fix regexp.
14126 (def-gdb-var): Delete.
14127
14128 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
14129 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
14130 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
14131 a new mode. The file (gdb-mi.el) for this mode will be included
14132 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
14133 primary interface.
14134
14135 2004-05-23 Jesper Harder <harder@ifa.au.dk>
14136
14137 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
14138 interpreted as a directory.
14139
14140 2004-05-22 Richard M. Stallman <rms@gnu.org>
14141
14142 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
14143 as a close quote.
14144
14145 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
14146
14147 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
14148 Use assoc-string, not assoc-ignore-case.
14149
14150 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
14151
14152 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
14153 If moving back then fwd gets a defun that ends before point,
14154 try again moving fwd then back.
14155
14156 * files.el (file-name-non-special): Allow t in file-arg-indices
14157 to mean requote the return value. Use `identity' as an element
14158 rather than as the whole value.
14159
14160 * gs.el (gs-options): Add -dSAFER. Mark it risky.
14161
14162 2004-05-22 Juanma Barranquero <lektu@terra.es>
14163
14164 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
14165 `help-make-usage'.
14166 (help-highlight-arguments): Skip function name before searching
14167 for arguments.
14168
14169 2004-05-21 Juanma Barranquero <lektu@terra.es>
14170
14171 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
14172 Don't mention in the docstring these arguments meant for
14173 internal (recursive) use only.
14174 (allout-char-spec): Comment out (it's not implemented).
14175 (allout-old-expose-topic, allout-exposure): Fix docstring and add
14176 obsolescence declaration.
14177 (allout-flatten-exposed-to-buffer)
14178 (allout-indented-exposed-to-buffer): Fix typos in docstring.
14179 (my-mark-marker): Doc fix.
14180 (produce-allout-mode-map, allout-sibling-index)
14181 (allout-isearch-expose, allout-distinctive-bullet)
14182 (allout-open-topic, allout-reindent-body)
14183 (allout-rebullet-heading, allout-process-exposed)
14184 (allout-insert-listified, allout-latex-verb-quote)
14185 (allout-insert-latex-header, allout-insert-latex-trailer):
14186 Make arguments match their use in docstring.
14187 (allout-primary-bullet, allout-old-style-prefixes)
14188 (allout-inhibit-protection, allout-init, allout-mode)
14189 (allout-before-change-protect, allout-flag-region):
14190 Use "Emacs" instead of "emacs" in docstrings.
14191
14192 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
14193
14194 * international/characters.el: Modify syntax of more characters.
14195
14196 2004-05-21 Masatake YAMATO <jet@gyve.org>
14197
14198 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
14199 (etags-tags-completion-table): Show parsing progress.
14200
14201 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
14202
14203 * locate.el (locate-prompt-for-command): Shorten first line of
14204 docstring.
14205 (locate-mode): Expand docstring and include keymap summary.
14206
14207 * files.el (find-file-noselect-1): Limit the scope of the
14208 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
14209 is, by default, nil during the execution of
14210 `find-file-not-found-functions' and `find-file-hook'.
14211
14212 2004-05-20 Michael Mauger <mmaug@yahoo.com>
14213
14214 * facemenu.el (facemenu-color-name-equal): New function.
14215 (list-colors-display): Use it to compare colors instead of
14216 facemenu-color-equal.
14217
14218 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
14219
14220 * compare-w.el (compare-windows-face): Use min-colors instead of
14221 checking for tty or pc types.
14222
14223 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
14226 (completion-setup-function): Use with-current-buffer.
14227 Properly save excursion. Simplify.
14228 Don't assume there is necessarily a `mouse-face' property somewhere.
14229
14230 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
14231
14232 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
14233
14234 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
14235 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
14236 Use with-current-buffer.
14237 (byte-goto-log-buffer): Delete.
14238 (byte-compile-log-file): Call compilation-forget-errors.
14239
14240 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14241
14242 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
14243 output messages into the search result.
14244
14245 2004-05-19 Masatake YAMATO <jet@gyve.org>
14246
14247 * wid-edit.el (widget-radio-button-notify): Revert my last
14248 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
14249
14250 2004-05-19 Kenichi Handa <handa@m17n.org>
14251
14252 * international/characters.el: Fix syntax (open/close) of CJK chars.
14253
14254 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
14255
14256 * help-mode.el (help-go-back): Don't depend on position of back button.
14257
14258 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
14259
14260 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
14261 files files don't contain an accidental additional /.
14262
14263 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
14264 in source buffer.
14265
14266 2004-05-18 Masatake YAMATO <jet@gyve.org>
14267
14268 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
14269 to widget-apply. :action method assumes 2 arguments, not 3.
14270
14271 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
14272
14273 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
14274 New constants.
14275 (hs-special-modes-alist): Add an f90-mode entry.
14276
14277 2004-05-17 Sam Steingold <sds@gnu.org>
14278
14279 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
14280 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
14281
14282 2004-05-16 Kim F. Storm <storm@cua.dk>
14283
14284 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
14285
14286 2004-05-15 John Wiegley <johnw@newartisans.com>
14287
14288 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
14289 (eshell-output-object-to-target): Improve output speed 20% by not
14290 calling `eshell-stringify' if something is already known to be a string.
14291
14292 2004-05-15 Alex Ott <ott@jet.msk.su>
14293
14294 * textmodes/ispell.el (ispell-local-dictionary-alist):
14295 Add windows-1251 to the choice of coding systems.
14296 (ispell-dictionary-alist-6): Add support for "russianw.aff",
14297 encoded in cp1251.
14298
14299 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
14300
14301 * progmodes/compile.el (compilation-warning-face)
14302 (compilation-info-face): Use min-colors.
14303
14304 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14305
14306 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
14307 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
14308 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
14309 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
14310 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
14311 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
14312 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
14313 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
14314 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
14315 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
14316 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
14317 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
14318 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
14319 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
14320
14321 2004-05-15 Kim F. Storm <storm@cua.dk>
14322
14323 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
14324 Use it to set triggered-p element of timer.
14325 (timer-event-handler): Set triggered-p element non-nil while running
14326 the timer function.
14327
14328 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
14329
14330 * descr-text.el (describe-char-unicode-data)
14331 (describe-char-unicodedata-file): Re-enable the unicode code now that
14332 the licensing issues have been cleared in the unicode-4 license.
14333 (describe-text-properties-1): Remove unused `overlay' var.
14334 (describe-char): Remove unused var `buffer'.
14335
14336 2004-05-14 David Ponce <david@dponce.com>
14337
14338 * tree-widget.el: New file.
14339
14340 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
14341
14342 * language/european.el ("Brazilian Portuguese"): Add support for
14343 Brazilian Portuguese.
14344
14345 2004-05-13 John Wiegley <johnw@newartisans.com>
14346
14347 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
14348 `recentf-mode' if this variable has been customized to t.
14349
14350 * eshell/esh-test.el (eshell-test): Call the function
14351 `emacs-version' rather than trying to build a custom version string.
14352
14353 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
14354
14355 * net/telnet.el (telnet-mode): Use define-derived-mode.
14356 Don't modify the global value of comint-prompt-regexp.
14357
14358 2004-05-13 John Paul Wallington <jpw@gnu.org>
14359
14360 * version.el (emacs-version): Check for `gtk' feature before
14361 `x-toolkit' feature.
14362
14363 2004-05-13 Juanma Barranquero <lektu@terra.es>
14364
14365 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
14366 arguments in the docstring, they're used only in recursive calls.
14367
14368 * help-fns.el (help-arg-highlighting-function)
14369 (help-argument-name): Delete.
14370 (help-default-arg-highlight): New function.
14371 (help-do-arg-highlighting): Use it.
14372
14373 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
14374
14375 * calendar/appt.el (appt-disp-window):
14376 Use `calendar-set-mode-line' for a centered mode-line.
14377
14378 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
14379
14380 * calendar/appt.el (appt-disp-window): Do not split window
14381 excessively when `split-height-threshold' is low.
14382
14383 2004-05-12 Nick Roberts <nickrob@gnu.org>
14384
14385 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
14386 kill-buffer-hook here and make it local.
14387 (gud-kill-buffer-hook): Use kill-process for a sure kill.
14388
14389 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
14390
14391 * progmodes/compile.el (compilation-set-window-height):
14392 Use save-excursion to protect against misplaced marker.
14393
14394 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14395
14396 * custom.el (defface): Document that type can have value gtk.
14397
14398 * faces.el (face-spec-set-match-display): Handle type gtk in display.
14399
14400 2004-05-12 Kenichi Handa <handa@m17n.org>
14401
14402 * descr-text.el: Require quail at comile time.
14403 (describe-char): If an input method is on and it supports the
14404 character, show how to input it.
14405
14406 * international/quail.el (quail-install-decode-map): Accept a
14407 char-table whose subtype is `quail-decode-map'.
14408 (quail-store-decode-map-key, quail-gen-decode-map1)
14409 (quail-gen-decode-map, quail-find-key1, quail-find-key)
14410 (quail-show-key): New functions.
14411
14412 2004-05-12 Juanma Barranquero <lektu@terra.es>
14413
14414 * generic.el (define-generic-mode): Remove redundant arglist info.
14415
14416 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
14417 Make arguments match their use in docstring.
14418 (help-arg-highlighting-function): New variable.
14419 (help-argument-name): Mention it in the docstring.
14420 (help-do-arg-highlight): Use it. Expand regexp to accept also
14421 ARG-xxx and xxx-ARG references.
14422
14423 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
14424
14425 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
14426 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
14427 and "mailto:addr1?to=addr2" equal.
14428
14429 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
14430
14431 * man.el (Man-getpage-in-background): Use shell-file-name
14432 and shell-command-switch variables instead of hard-coded values.
14433
14434 2004-05-11 Eli Zaretskii <eliz@gnu.org>
14435
14436 * iimage.el: New file.
14437
14438 2004-05-11 Juanma Barranquero <lektu@terra.es>
14439
14440 * custom.el (custom-initialize-default, defcustom):
14441 Fix typo in docstring.
14442
14443 * files.el (set-visited-file-name, file-expand-wildcards):
14444 Fix docstring.
14445
14446 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14447
14448 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
14449
14450 * subr.el (eventp): Be more discriminating with integers.
14451
14452 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
14453
14454 * progmodes/compile.el (compile): Add universal prefix arg.
14455 (compilation-error-regexp-alist-alist): Add edg patterns.
14456
14457 2004-05-10 Sam Steingold <sds@gnu.org>
14458
14459 * textmodes/ispell.el (ispell-message):
14460 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
14461
14462 2004-05-10 Dave Love <fx@gnu.org>
14463
14464 * progmodes/python.el (help-buffer): Autoload when compiling.
14465 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
14466 (run-python): Prepend to any existing PYTHONPATH.
14467
14468 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
14469
14470 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
14471 for pending breakpoints.
14472
14473 2004-05-10 Richard M. Stallman <rms@gnu.org>
14474
14475 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
14476 directly without calling any functions in Rmail.
14477 (unrmail-unprune): Function deleted.
14478
14479 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
14480
14481 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
14482 C-c C-z binding.
14483
14484 2004-05-10 Kenichi Handa <handa@m17n.org>
14485
14486 * descr-text.el (describe-char): Fix previous change. Don't make
14487 a unibyte character to multibyte in the *Help* buffer.
14488
14489 2004-05-10 Miles Bader <miles@gnu.org>
14490
14491 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
14492 buffer an error if the debugger process is actually running.
14493
14494 2004-05-10 Juanma Barranquero <lektu@terra.es>
14495
14496 * help-fns.el (help-argument-name): Default to italic.
14497 (help-highlight-arguments): Return always (usage . doc), even when
14498 usage is nil.
14499
14500 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
14501 (define-ibuffer-filter): Add usage info.
14502 (define-ibuffer-op): Add usage info (but CL-style defaults for
14503 keyword args are not shown).
14504
14505 * subr.el (remove-overlays, read-passwd): Fix docstring.
14506 (start-process-shell-command): Fix docstring. Put usage info in a
14507 format usable by `describe-function'.
14508 (open-network-stream, open-network-stream-nowait)
14509 (open-network-stream-server): Fix docstring.
14510
14511 2004-05-09 Jason Rumney <jasonr@gnu.org>
14512
14513 * international/code-pages (cp932, cp936, cp949, c950): Remove.
14514 Only define cp125* if windows-125* is already defined.
14515
14516 * language/korean.el (cp949): Add alias.
14517
14518 * language/chinese.el (cp936, cp950): Add aliases.
14519
14520 * language/japanese.el (cp932): Add alias.
14521
14522 * term/w32-win.el: Require code-pages.
14523
14524 * international/mule-cmds.el (set-locale-environment):
14525 On MS-Windows use ansi code-page for default coding-systems.
14526 Set up paper sizes for Windows 3 letter languages.
14527
14528 * international/code-pages.el (cp932, cp936, cp949, cp950):
14529 Add aliases. Also add cp125* if not already defined.
14530
14531 2004-05-09 Juanma Barranquero <lektu@terra.es>
14532
14533 * help-fns.el (help-highlight-arguments): Don't try to highlight
14534 missing or autoloaded arglists. Accept structured arguments, like
14535 the first ones of `do' and `flet'.
14536
14537 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
14538 (cvs-get-marked): Remove redundant arglist info.
14539
14540 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
14541 Don't use CL-style default args.
14542
14543 2004-05-08 Andreas Schwab <schwab@suse.de>
14544
14545 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
14546
14547 * international/subst-ksc.el: Fix references to utf-translate-cjk
14548 into utf-translate-cjk-mode.
14549 * international/subst-big5.el: Likewise.
14550 * international/subst-gb2312.el: Likewise.
14551 * international/subst-jis.el: Likewise.
14552 * international/utf-16.el: Likewise.
14553 * international/utf-8.el: Likewise.
14554
14555 2004-05-08 John Wiegley <johnw@newartisans.com>
14556
14557 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
14558 "virtual buffers" (off by default), which makes it possible to
14559 switch to the "virtual" buffers of recently visited files. When a
14560 buffer name search fails, and this option is on, iswitchb will
14561 look at the list of recently visited files, and permit matching
14562 against those names. When the user hits RET on a match, it will
14563 revisit that file.
14564 (iswitchb-read-buffer): Add two optional arguments, which makes
14565 isearchb.el possible.
14566 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
14567 (iswitchb-next-match): Add support for virtual buffers.
14568
14569 * isearchb.el: This module extends iswitchb to provide "as you
14570 type" buffer selection.
14571
14572 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
14573 Ignore the read-only property when flyspell highlighting is on.
14574 Not ignoring it leads to a series of confusing errors.
14575 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
14576 but also make sure to call flyspell-incorrect-hook.
14577 (flyspell-maybe-correct-transposition): Perform transposition test
14578 by bit twiddling a string, rather than using a temp buffer.
14579 (flyspell-maybe-correct-doubling): Use a string rather than a temp
14580 buffer. This is also the original version of the code, which
14581 could not be checked in before due to a previous lack of
14582 assignment papers. This version has seen heavy usage on my system
14583 for several years now.
14584
14585 * calendar/cal-bahai.el: New file, which adds support for the
14586 Baha'i calendar to Emacs. This calendar is based on a solar year
14587 of 19 months of 19 days, with 4 intercalary days. Each year
14588 begins on March 21, with the calendar starting in 1844.
14589
14590 * calendar/cal-menu.el, calendar/calendar.el
14591 * calendar/diary-lib.el, calendar/holidays.el:
14592 Added support for using cal-bahai.el.
14593
14594 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
14595 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
14596 function can be used outside of eshell buffers.
14597 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
14598
14599 2004-05-08 Juanma Barranquero <lektu@terra.es>
14600
14601 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
14602 word constituent so FOO-ARG is not recognized as an arg.
14603 (help-highlight-arguments): Don't skip lists in mandatory arguments.
14604
14605 * simple.el (next-error): Fix typo in docstring.
14606 (open-line): Make argument names match their use in docstring.
14607 (split-line): Fix docstring.
14608
14609 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
14610 usable by `describe-function'.
14611 (gensym, gentemp, typep, ignore-errors): Make argument names match
14612 their use in docstring.
14613
14614 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
14615 argument to `help-setup-xref'.
14616
14617 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
14618
14619 Version 2.0.40 of Tramp released.
14620
14621 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
14622 Use symbol-function to invoke functions only known on some Emacs
14623 flavors. This avoids byte-compiler warnings. Reported by Kevin
14624 Scaldeferri <kevin@scaldeferri.com>.
14625 (tramp-do-copy-or-rename-file-via-buffer): Rename from
14626 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
14627 consistent with the other tramp-do-* functions.
14628 (tramp-do-copy-or-rename-file): Calls adjusted.
14629 (tramp-process-initial-commands): Avoid liveness check on shell --
14630 we know that it must be alive since we're opening a connection at
14631 this moment.
14632 (tramp-last-cmd): New internal variable.
14633 (tramp-process-echoes): New tunable.
14634 (tramp-send-command): Set tramp-last-cmd.
14635 (tramp-wait-for-output): Delete echo, if applicable.
14636 (tramp-read-passwd): Construct the key for the password cache in a
14637 way that works for multi methods, too.
14638 (tramp-bug): Add backup-directory-alist and
14639 bkup-backup-directory-info to bug reports, with Tramp counterparts.
14640
14641 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
14642
14643 * net/tramp*.el: Suppress byte-compiler warnings where possible.
14644
14645 * net/tramp.el (tramp-out-of-band-prompt-regexp)
14646 (tramp-actions-copy-out-of-band): New defcustoms.
14647 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
14648 used instead of a synchronous one. Allows password entering.
14649 (tramp-action-out-of-band): New defun.
14650 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
14651 Remove restriction with password from doc string.
14652 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
14653 `tramp-out-of-band-prompt-regexp',
14654 `tramp-actions-copy-out-of-band', `password-cache' and
14655 `password-cache-expiry'.
14656 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
14657 password caching.
14658 (tramp-touch): FILE can be a local file, too.
14659 (TODO): Remove items done.
14660 (tramp-handle-insert-directory): Properly quote file name also if
14661 not full-directory-p. Handle wildcard case. Reported by Andreas
14662 Schwab <schwab@suse.de>.
14663 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
14664 new file.
14665 (tramp-handle-file-local-copy, tramp-handle-write-region):
14666 The permissions of the temporary file are set if filename exists.
14667 Reported by Ted Stern <stern@cray.com>.
14668 (tramp-backup-directory-alist)
14669 (tramp-bkup-backup-directory-info): New defcustoms.
14670 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
14671 (tramp-handle-find-backup-file-name): New function.
14672 Implements Tramp's find-backup-file-name.
14673
14674 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
14675 for `find-backup-file-name'.
14676
14677 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
14678 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
14679
14680 2004-05-07 Lars Hansen <larsh@math.ku.dk>
14681
14682 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
14683
14684 2004-05-07 Juanma Barranquero <lektu@terra.es>
14685
14686 * subr.el (lambda): Add arglist description to docstring.
14687 (declare): Fix typo in docstring.
14688 (open-network-stream): Fix docstring.
14689 (process-kill-without-query): Fix docstring and add obsolescence info.
14690 (last, butlast, nbutlast): Make arguments match their use in docstring.
14691 (insert-buffer-substring-no-properties): Likewise.
14692 (insert-buffer-substring-as-yank): Likewise.
14693 (split-string): Fix docstring.
14694
14695 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
14696 Make argument names match their use in docstring.
14697
14698 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
14699
14700 2004-05-06 Nick Roberts <nickrob@gnu.org>
14701
14702 * progmodes/gdb-ui.el: Improve/extend documentation strings.
14703 Fit first sentence on one line for apropos-command.
14704
14705 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
14706
14707 Changes largely merged in from Dave Love's code.
14708 * progmodes/python.el: Doc fixes.
14709 (python-mode-map): Add python-complete-symbol.
14710 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
14711 (python-comment-indent, python-complete-symbol)
14712 (python-symbol-completions, python-partial-symbol)
14713 (python-try-complete): New.
14714 (python-indent-line): Remove optional arg. Use python-block-end-p.
14715 (python-check): Bind compilation-error-regexp-alist.
14716 (inferior-python-mode): Use rx. Move keybindings to top level.
14717 Set comint-input-filter.
14718 (python-preoutput-filter): Use rx.
14719 (python-input-filter): Re-introduce.
14720 (python-proc): Start new process if necessary.
14721 Check python-buffer non-nil.
14722 (view-return-to-alist): Defvar.
14723 (python-send-receive): New.
14724 (python-eldoc-function): Use it.
14725 (python-mode-running): Don't defvar.
14726 (python-mode): Set comment-indent-function.
14727 Maybe update hippie-expand-try-functions-list.
14728 (python-indentation-levels): Initialize differently.
14729 (python-block-end-p): New.
14730 (python-indent-line): Use it.
14731 (python-compilation-regexp-alist): Augment.
14732 (run-python): Import `emacs' module to Python rather than loading
14733 code directly. Set python-buffer differently.
14734 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
14735 Use python-proc.
14736 (python-send-command): Go to end of comint buffer.
14737 (python-load-file): Use python-proc, emacs.eimport.
14738 (python-describe-symbol): Simplify interactive form.
14739 Use emacs.help. Do use temp-buffer-show-hook.
14740 Call print-help-return-message.
14741 (hippie-exp): Require when compiling.
14742 (python-preoutput-continuation): Use rx.
14743
14744 * diff-mode.el (diff-make-unified): Fix regexp.
14745
14746 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
14747
14748 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
14749 filter groups from the buffer when rebuilding the Ibuffer buffer
14750 and `ibuffer-show-empty-filter-groups' is nil.
14751
14752 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14753
14754 * ps-print.el (ps-print-quote): Call ps-value-string.
14755 (ps-setup): Call ps-comment-string.
14756 (ps-value-string, ps-comment-string): New funs.
14757
14758 2004-05-06 Juanma Barranquero <lektu@terra.es>
14759
14760 * ehelp.el (electric-help-command-loop): Check whether the last
14761 character is visible, not (point-max).
14762
14763 * help-fns.el (help-argument-name): Default to bold; don't inherit
14764 from font-lock-variable-name-face.
14765 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
14766
14767 2004-05-05 Kenichi Handa <handa@m17n.org>
14768
14769 * descr-text.el (describe-char): Copy the character with text
14770 properties and overlays into the first line, and call
14771 describe-text-properties on it.
14772
14773 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
14774
14775 * iswitchb.el (iswitchb-global-map): Fix typo.
14776 Remove unwanted ###autoloads from source file.
14777
14778 2004-05-05 Lars Hansen <larsh@math.ku.dk>
14779
14780 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
14781 in run-hooks. Use substitute-command-keys in message.
14782 (wdired-abort-changes): Add message.
14783
14784 2004-05-03 Michael Mauger <mmaug@yahoo.com>
14785
14786 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
14787 (sql-emacs20-p): Remove.
14788 (sql-mode-syntax-table): Use shared GNU EMacs/XEmacs syntax.
14789 (sql-builtin-face, sql-doc-face): Remove.
14790 (sql-mode-ansi-font-lock-keywords)
14791 (sql-mode-oracle-font-lock-keywords)
14792 (sql-mode-postgres-font-lock-keywords)
14793 (sql-mode-linter-font-lock-keywords)
14794 (sql-mode-ms-font-lock-keywords)
14795 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
14796 (sql-product-font-lock): Fix font-lock reset when font rules change.
14797 (sql-highlight-product): Remove incorrect font-lock reset logic.
14798
14799 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
14800
14801 * ses.el (ses-set-parameter): Fix typo.
14802
14803 2004-05-04 Kim F. Storm <storm@cua.dk>
14804
14805 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
14806 Must expand directory for completion to work; and don't mess with
14807 process-environment.
14808 (ido-read-file-name): If command has ido property, don't use ido
14809 if value is ignore, or read as directory if value is dir.
14810 Set ido ignore property for dired-do-rename command.
14811
14812 2004-05-04 Juanma Barranquero <lektu@terra.es>
14813
14814 * ehelp.el (electric-help-command-loop, electric-help-undefined)
14815 (electric-help-help): Check against unmapped commands.
14816
14817 * help-fns.el (help-argument-name): New face, inheriting from
14818 font-lock-variable-name-face, to highlight function arguments in
14819 `describe-function' and `describe-key'.
14820 (help-do-arg-highlight): Auxiliary function to highlight a given
14821 list of arguments in a string.
14822 (help-highlight-arguments): Highlight the function arguments and
14823 all uses of them in the docstring.
14824 (describe-function-1): Use it. Do docstring output via `insert',
14825 not 'princ', so text attributes are preserved.
14826
14827 * winner.el (winner-mode-map): Move `winner-undo' and
14828 `winner-redo' to C-c <left> and C-c <right>, respectively (the
14829 previous bindings conflict with `prev-buffer', `next-buffer').
14830
14831 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14832
14833 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
14834 (bibtex-entry-update): New command bound to C-c C-u.
14835 (bibtex-text-in-string): Fix regexp.
14836 (bibtex-assoc-of-regexp): Remove.
14837 (bibtex-progress-message): Fix docstring.
14838 (bibtex-inside-field): Use if.
14839 (bibtex-assoc-regexp): New function.
14840 (bibtex-format-entry): Make code more robust so that it formats
14841 also old entries.
14842 (bibtex-autokey-demangle-title): Merge with obsolete function
14843 bibtex-assoc-of-regexp.
14844 (bibtex-field-list): New function.
14845 (bibtex-entry): Use bibtex-field-list.
14846 (bibtex-parse-entry): Fix docstring.
14847 (bibtex-print-help-message): Use bibtex-field-list.
14848 (bibtex-make-field): Use bibtex-field-list.
14849 (bibtex-entry-index): Bugfix. Return crossref key if required.
14850 (bibtex-lessp): Fix docstring.
14851
14852 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
14853
14854 * select.el (xselect-convert-to-string): Move comment to intended line.
14855
14856 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14857
14858 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
14859 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
14860
14861 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14862
14863 * term/x-win.el (x-clipboard-yank): Don't exit on error from
14864 x-get-selection.
14865
14866 2004-05-03 Jason Rumney <jasonr@gnu.org>
14867
14868 * makefile.nt: Remove.
14869
14870 2004-05-03 Kim F. Storm <storm@cua.dk>
14871
14872 * emulation/cua-base.el (cua--update-indications): Fix last change.
14873 (cua-mode): Deactivate mark when cua-mode is enabled.
14874
14875 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
14876
14877 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
14878
14879 2004-05-03 Nick Roberts <nickrob@gnu.org>
14880
14881 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
14882 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
14883 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
14884 window over visible frames.
14885 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
14886
14887 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
14888
14889 * progmodes/compile.el (compilation-gcpro): New var.
14890 (compilation-fake-loc): Use it.
14891 (compilation-forget-errors): Reset it.
14892
14893 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
14894
14895 * diff-mode.el (diff-header-face, diff-file-header-face):
14896 Use min-colors.
14897
14898 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14899
14900 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
14901 (bibtex-clean-entry): Disentangle code.
14902 (bibtex-realign): New function.
14903 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
14904 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
14905 Remove undocumented optional arg called-by-convert-alien.
14906 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
14907 for sorting instead of bibtex-sort-buffer.
14908
14909 2004-05-02 Eli Zaretskii <eliz@gnu.org>
14910
14911 * progmodes/compile.el (compilation-start): In the
14912 no-async-subprocesses branch, call sit-for to give redisplay a
14913 chance to show the updated process status in the mode line, and
14914 fontify the buffer explicitly after the process exits.
14915
14916 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * progmodes/python.el (python-compilation-line-number): Remove.
14919 (python-compilation-regexp-alist): Don't use it any more.
14920 (python-orig-start, python-input-filter): Remove.
14921 (inferior-python-mode): Don't set up comint-input-filter-functions.
14922 (python-send-region): Use compilation-fake-loc.
14923
14924 * progmodes/compile.el (compilation-messages-start): New var.
14925 (compilation-mode): Don't setup next-error-function here.
14926 (compilation-setup): Set it up here instead (for minor modes as well).
14927 Make compilation-messages-start buffer local.
14928 (compilation-next-error-function): Use it.
14929 (compilation-forget-errors): Set compilation-messages-start.
14930
14931 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
14932
14933 * ielm.el (ielm-prompt-read-only): Update docstring.
14934
14935 * comint.el (comint-prompt-read-only): Update docstring.
14936 (comint-update-fence, comint-kill-whole-line)
14937 (comint-kill-region): New functions.
14938
14939 * simple.el (kill-whole-line): Use "p" instead of "P" in
14940 interactive form.
14941
14942 2004-05-01 Juanma Barranquero <lektu@terra.es>
14943
14944 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
14945 format arglist so default values in CL-style argument lists are
14946 correctly shown.
14947
14948 2004-05-01 Jason Rumney <jasonr@gnu.org>
14949
14950 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
14951
14952 2004-05-01 Kenichi Handa <handa@m17n.org>
14953
14954 * international/titdic-cnv.el (miscdic-convert): Don't generate a
14955 quail file if it is up to date.
14956
14957 2004-04-30 Juri Linkov <juri@jurta.org>
14958
14959 * cus-edit.el (custom-mode-map):
14960 Add key binding `C-x C-s' to `Custom-save'.
14961
14962 * outline.el (outline-blank-line): New var.
14963 (outline-next-preface, outline-show-heading)
14964 (outline-end-of-subtree): Use it.
14965
14966 * dired-aux.el (dired-touch-initial): New fun.
14967 (dired-do-chxxx): Call it for op-symbol `touch'.
14968 (dired-diff): Use `dired-dwim-target-directory'
14969 if current dired buffer has no buffer mark.
14970
14971 * bindings.el (propertized-buffer-identification):
14972 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
14973 Add C-M-arrow keys for consistency.
14974
14975 * files.el (confirm-kill-emacs):
14976 Change group from top-level `emacs' to `convenience'.
14977
14978 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14979 Push mark on the first call of successive command calls.
14980 (insert-pair): New fun created from `insert-parentheses' with
14981 `open' and `close' arguments added. Enclose active regions
14982 in paired characters. Compare adjacent characters syntax with
14983 inserted characters syntax before inserting a space.
14984 (insert-parentheses): Call `insert-pair' with ?\( ?\).
14985
14986 * delsel.el: Don't put `delete-selection' property
14987 on `insert-parentheses' symbol to take advantage of
14988 region handling in `insert-pair' function.
14989 Suggested by Stephan Stahl <stahl@eos.franken.de>.
14990
14991 2004-04-30 Kim F. Storm <storm@cua.dk>
14992
14993 * emulation/cua-base.el: Add support for changing cursor types;
14994 based on patch from Michael Mauger.
14995 (cua-normal-cursor-color, cua-read-only-cursor-color)
14996 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
14997 Customization cursor type and/or cursor color.
14998 (cua--update-indications): Handle cursor type changes.
14999 (cua-mode): Update cursor indications if enabled.
15000
15001 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
15002
15003 * mouse.el (mouse-drag-copy-region): New defcustom.
15004 (mouse-set-region, mouse-drag-region-1): Use it.
15005
15006 * simple.el (kill-ring-save): If region face background color is
15007 unspecified (if no highlighting), show extent of fully visible
15008 region even if transient-mark-mode is enabled.
15009
15010 * emulation/cua-base.el (cua--standard-movement-commands):
15011 Add cua-scroll-up and cua-scroll-down.
15012 (cua-scroll-up, cua-scroll-down): New commands.
15013 (cua--init-keymaps): Remap scroll-up and scroll-down.
15014
15015 * emulation/cua-rect.el (cua--convert-rectangle-as):
15016 New defmacro.
15017 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
15018 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
15019 New commands (suggested by Jordan Breeding).
15020
15021 2004-04-30 Juanma Barranquero <lektu@terra.es>
15022
15023 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
15024
15025 2004-04-30 Mario Lang <mlang@delysid.org>
15026
15027 * diff.el (diff-switches): Fix typo in docstring.
15028
15029 2004-04-30 Alex Schroeder <alex@gnu.org>
15030
15031 * xml.el (xml-debug-print-internal): Don't add newline and
15032 indentation to text nodes and write empty elements as empty tags
15033 instead of opening and closing tags.
15034 (xml-debug-print): Take optional indent-string argument.
15035 (xml-print): Alias for xml-debug-print.
15036
15037 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
15038
15039 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
15040 than duplicate call to `line-beginning-position'.
15041
15042 * progmodes/f90.el (f90-get-present-comment-type):
15043 Return whitespace, as well as comment chars, for consistent filling
15044 of comment blocks. Use `match-string-no-properties'.
15045 (f90-break-line): Trim trailing whitespace when filling comments.
15046
15047 2004-04-30 Dave Love <fx@gnu.org>
15048
15049 * calendar/diary-lib.el (diary-outlook-formats): New variable.
15050 (diary-from-outlook-internal, diary-from-outlook)
15051 (diary-from-outlook-gnus, diary-from-outlook-rmail):
15052 New functions to import diary entries from Outlook-format
15053 appointments in mail messages.
15054
15055 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
15056
15057 * progmodes/python.el (python-send-command): New fun.
15058 (python-send-region, python-load-file): Use it.
15059
15060 * progmodes/compile.el (compilation-last-buffer): Add var alias.
15061
15062 * help-fns.el (help-C-file-name): Use new subr-name.
15063 Prepend `src/' to the file name.
15064 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
15065 (describe-function-1, describe-variable): Only find a C source file
15066 name if DOC is already loaded.
15067
15068 * help-mode.el (help-function-def, help-variable-def):
15069 Use the new find-function-search-for-symbol functionality.
15070 Allow FILE to be `C-source'.
15071
15072 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
15073 (find-function-C-source): New fun.
15074 (find-function-search-for-symbol): Use it.
15075
15076 2004-03-29 Michael Mauger <mmaug@yahoo.com>
15077
15078 * progmodes/sql.el (sql-product-alist): Rename variable
15079 `sql-product-support'. Add Postgres login parameters.
15080 (sql-set-product, sql-product-feature): Update with renamed variable.
15081 (sql-connect-postgres): Add username prompt.
15082 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
15083 Make patterns less product specific.
15084 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
15085 (sql-mode-abbrev-table): Modify initialization.
15086 (sql-builtin-face): Add variable.
15087 (sql-keywords-re): Add macro.
15088 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
15089 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
15090 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
15091 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
15092 (sql-mode-linter-font-lock-keywords)
15093 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
15094 (sql-mode-sybase-font-lock-keywords)
15095 (sql-mode-informix-font-lock-keywords)
15096 (sql-mode-interbase-font-lock-keywords)
15097 (sql-mode-ingres-font-lock-keywords)
15098 (sql-mode-solid-font-lock-keywords)
15099 (sql-mode-sqlite-font-lock-keywords)
15100 (sql-mode-db2-font-lock-keywords): Default to nil.
15101 (sql-product-font-lock): Always highlight ANSI keywords.
15102 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
15103 (sql-send-string): Add function.
15104
15105 2004-04-29 Dave Love <fx@gnu.org>
15106
15107 * progmodes/cfengine.el (cfengine-beginning-of-defun)
15108 (cfengine-end-of-defun): Ensure progress through buffer.
15109
15110 * info-look.el (cfengine-mode): Accept a terminal ().
15111
15112 2004-04-29 Juri Linkov <juri@jurta.org>
15113
15114 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
15115 instead of isearch-yank-word-or-char. Add new key bindings for
15116 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
15117 (isearch-del-char): New fun.
15118 (isearch-forward, isearch-edit-string): Update docstring.
15119 (isearch-yank-char): Doc fix.
15120 (isearch-other-meta-char): Restore point after scrolling.
15121
15122 * progmodes/compile.el (compilation-context-lines): Add nil option
15123 to disable compilation output window scrolling.
15124 (compilation-set-window): Use it.
15125
15126 * outline.el (outline-next-preface, outline-show-heading):
15127 Don't leave unhidden blank line before heading.
15128 (outline-end-of-subtree): Include last newline into subtree.
15129 (hide-entry): Leave point at beginning of heading instead of end.
15130 (outline-up-heading): Push mark for the first call of successive
15131 command calls.
15132
15133 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
15134
15135 * comint.el (comint-prompt-read-only): New variable.
15136 (comint-output-filter): Implement it.
15137
15138 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
15139 (ielm-prompt-internal): New variable.
15140 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
15141 (ielm-send-input): Delete unused variable `buf'.
15142 (ielm-eval-input): Use `ielm-prompt-internal'.
15143 (inferior-emacs-lisp-mode): Use new variables
15144 `comint-prompt-read-only' and `ielm-prompt-internal'.
15145 Get rid of obsolete variable `directory-sep-char'.
15146 (ielm): Use `zerop'.
15147
15148 2004-04-29 John Paul Wallington <jpw@gnu.org>
15149
15150 * thumbs.el (toplevel): Require cl at compile time.
15151 Remove conditional definitions of `ignore-errors' and `caddar'
15152 because they occur at run time.
15153
15154 2004-04-28 Nick Roberts <nickrob@gnu.org>
15155
15156 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
15157 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
15158 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
15159 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
15160
15161 * progmodes/gud.el (gud-common-init): Throw an error if program is
15162 already running under gdb.
15163
15164 2004-04-28 John Paul Wallington <jpw@gnu.org>
15165
15166 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
15167 (thumbs-show-image-num): Move assignment of
15168 `thumbs-current-image-filename' within scope of `i'.
15169 (thumbs-emboss-image): Don't use `evenp'.
15170
15171 2004-04-28 Richard M. Stallman <rms@gnu.org>
15172
15173 * progmodes/compile.el (compilation-context-lines): Default now 0.
15174
15175 2004-04-28 Juanma Barranquero <lektu@terra.es>
15176
15177 Use `time-less-p' from calendar/time-date.el instead of defining
15178 custom versions of it.
15179
15180 * pcomplete.el (pcomplete-time-less-p): Remove.
15181
15182 * thumbs.el (time-less-p): Remove.
15183
15184 * calendar/timeclock.el (timeclock-time-less-p): Remove.
15185 (timeclock-generate-report): Use `time-less-p'.
15186
15187 * emacs-lisp/autoload.el (autoload-before-p): Remove.
15188 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
15189
15190 2004-04-28 Masatake YAMATO <jet@gyve.org>
15191
15192 * subr.el (remove-overlays): Make arguments optional.
15193
15194 * wid-edit.el (widget-specify-button): Put evaporate to the
15195 overlay for sample.
15196 (widget-specify-sample): Put evaporate to the overlay for sample.
15197 (widget-specify-doc): Put evaporate to the overlay for documentation.
15198
15199 2004-04-27 Jesper Harder <harder@ifa.au.dk>
15200
15201 * info.el (info-apropos): Make it an index node. Align node names
15202 like makeinfo.
15203
15204 2004-04-27 Eli Zaretskii <eliz@gnu.org>
15205
15206 * net/browse-url.el (browse-url-netscape-sentinel)
15207 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
15208 (browse-url-epiphany-sentinel, browse-url-mosaic):
15209 Use browse-url-*-program instead of a literal program name.
15210
15211 2004-04-27 Kevin Ryde <user42@zip.com.au>
15212
15213 * eshell/em-alias.el:
15214 * eshell/em-dirs.el:
15215 * eshell/em-hist.el:
15216 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
15217 features when M-x customize-group loads modules before the main
15218 eshell.el.
15219
15220 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
15221
15222 * subr.el (momentary-string-display): Support EXIT-CHAR that is
15223 either a character representation of an event or an event
15224 description list.
15225
15226 * type-break.el: Capitalise Emacs and Lisp.
15227 (type-break-good-break-interval, type-break-demo-boring-stats)
15228 (type-break-terse-messages, type-break-file-name): New defcustoms.
15229 (type-break-post-command-hook)
15230 (type-break-warning-countdown-string): Quote variable names in doc.
15231 (type-break-interval-start, type-break-auto-save-file-name): New vars.
15232 (type-break-mode): Document type-break-good-break-interval and the
15233 "session" file. Schedule break according to the session file.
15234 Kill session file buffer on exit. Organise for save-some-buffers
15235 to always save the session file.
15236 (type-break-mode-line-message-mode, type-break-query-mode):
15237 Uppercase arguments.
15238 (type-break-file-time, type-break-file-keystroke-count, timep)
15239 (type-break-choose-file, type-break-get-previous-time)
15240 (type-break-get-previous-count): New defuns.
15241 (type-break): Avoid break querying after a completed break in the
15242 case where the query was initiated during user invocation of the
15243 break. Optional terse messages.
15244 Use type-break-good-break-interval if type-break-good-rest-interval is
15245 nil. File the break time.
15246 (type-break-schedule): New optional args for overriding the use of
15247 the current time.
15248 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
15249 after a break.
15250 (type-break-check): File the keystroke count.
15251 (type-break-do-query): Prevent a second query when the break is
15252 interrupted. Optional terse message.
15253 (type-break-keystroke-reset): Record the start of a typing interval.
15254 (type-break-demo-boring): Optional terse messages. Display word
15255 per minute and keystroke counts according to
15256 type-break-demo-boring-stats.
15257
15258 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
15259
15260 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
15261 directories, make sure they exist under archive-tmpdir.
15262
15263 2004-04-27 Juri Linkov <juri@jurta.org>
15264
15265 * help.el (view-emacs-news): With argument, display info for the
15266 selected version by finding it among different NEWS files, and
15267 narrowing the buffer to the selected version.
15268
15269 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
15270 same-window-buffer-names.
15271 (info): New arg `buffer'. Use it. Doc fix. Read file name for
15272 non-numeric prefix argument, append the number to the buffer name
15273 for numeric prefix argument.
15274 (info-other-window): Bind same-window-regexps to nil.
15275 (Info-reference-name): Rename to Info-point-loc.
15276 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
15277 and Info-find-index-name for stringy Info-point-loc.
15278 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
15279 without middle `.', but with final `.' and optional line number
15280 for it. Set Info-point-loc for index nodes.
15281 (Info-index): Remove middle `.' from index entry regexp.
15282 Modify line number regexp.
15283 (Info-index-next): Decrement line number.
15284 (info-apropos): Remove middle `.' from index entry regexp.
15285 Add optional line number regexp at the end. Add matched value
15286 for line number to the result list and insert it to the buffer.
15287 Replace match-string by match-string-no-properties.
15288 Reorder result list.
15289 (Info-fontify-node): Hide index line numbers.
15290 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
15291 empty matches.
15292 (Info-follow-reference): Use `str' instead of
15293 Info-following-node-name-re.
15294 (Info-toc): Use full file names. Set Info-current-node to "Top".
15295 (Info-fontify-node): Compare file names without directory name.
15296 (Info-try-follow-nearest-node): Don't set Info-reference-name.
15297 Set second arg of Info-extract-menu-node-name for index nodes.
15298 (info-xref-visited): Use magenta3 instead of magenta4.
15299 (Info-mode): Add info-apropos to docstring.
15300
15301 * log-view.el (log-view-diff): Replace interactive code "r"
15302 by a list to allow to call it even if region is not active.
15303
15304 * paren.el (show-paren-highlight-openparen): New var.
15305 (show-paren-function): Turn on openparen highlighting when
15306 matching forward if show-paren-highlight-openparen is non-nil.
15307
15308 * simple.el (kill-ring-save): Use blink-matching-delay instead of
15309 the constant value 1.
15310 (completions-common-part): Expand docstring.
15311
15312 * textmodes/picture.el (picture-mode-map): Add arrow keys.
15313
15314 2004-04-27 Kim F. Storm <storm@cua.dk>
15315
15316 * image.el (insert-sliced-image): Use line-height instead of
15317 line-spacing property on newline.
15318
15319 2004-04-26 Lars Hansen <larsh@math.ku.dk>
15320
15321 * desktop.el (desktop-buffer-misc-data-function): Rename to
15322 desktop-save-buffer and change docstring.
15323 (desktop-buffer-modes-to-save): Delete.
15324 (desktop-save-buffer-p): Use desktop-save-buffer instead of
15325 desktop-buffer-modes-to-save.
15326 (desktop-save): Rename desktop-buffer-misc-data-function to
15327 desktop-save-buffer and allow non-function value.
15328 (desktop-missing-file-warning): Correct docstring.
15329
15330 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
15331 to desktop-save-buffer.
15332
15333 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
15334 desktop-save-buffer.
15335
15336 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
15337
15338 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
15339
15340 2004-04-26 Eli Zaretskii <eliz@gnu.org>
15341
15342 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
15343
15344 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
15345
15346 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
15347 (ielm): Only go to the end of the buffer when starting a new process.
15348
15349 2004-04-25 Juanma Barranquero <lektu@terra.es>
15350
15351 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
15352 mode line. Bind `inhibit-read-only' to t before modifying
15353 properties of text in the buffer.
15354 (ielm): Force point to the end of buffer, even when running ielm
15355 from inside itself.
15356
15357 2004-04-25 Jesper Harder <harder@ifa.au.dk>
15358
15359 * info.el (info-apropos): Reset Info-complete-cache.
15360
15361 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
15362
15363 * progmodes/compile.el (compilation-error-regexp-alist-alist):
15364 Also recognize severe Irix et al. messages.
15365 (compilation-normalize-filename, compile-abbreviate-directory):
15366 Delete functions.
15367 (compilation-get-file-structure): New function inherits
15368 functionality of the two preceding ones.
15369 (compilation-internal-error-properties, compilation-fake-loc):
15370 Use it so that different paths to the same file share the same
15371 markers. Also optimize finding adjacent marker slightly.
15372
15373 2004-04-25 Kim F. Storm <storm@cua.dk>
15374
15375 * image.el (insert-sliced-image): Add line-spacing t property
15376 to newlines separating image lines.
15377
15378 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
15379
15380 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
15381
15382 * ielm.el (ielm-prompt-read-only): New user option.
15383 (ielm-prompt): Expand docstring to describe new behavior.
15384 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
15385 mention it in the docstring.
15386
15387 2004-04-24 Andreas Schwab <schwab@suse.de>
15388
15389 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
15390
15391 * diff.el (diff): Set default-directory in diff buffer.
15392
15393 2004-04-24 Eli Zaretskii <eliz@gnu.org>
15394
15395 * mail/sendmail.el (mail-bury): Don't delete the frame where the
15396 mail was being composed if the terminal cannot display more than
15397 one frame; instead, switch to previous frame.
15398
15399 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
15400 (rmail-start-mail): Support rmail-mail-new-frame even on
15401 terminals that can display only one frame at a time.
15402
15403 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
15404
15405 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
15406 (checkdoc-output-font-lock-keywords): Remove error regexp.
15407 (checkdoc-output-mode-map): Remove.
15408 (checkdoc-output-mode): Derive from compilation-mode.
15409 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
15410
15411 * dired.el (dired-mode-map): Add a menu entry for wdired.
15412
15413 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
15414 (rx-bracket, rx-check-any, rx-any): Clean up name space.
15415
15416 * wdired.el (wdired-mode-map): Move init into declaration.
15417 Fix `return' binding.
15418 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
15419 Use force-mode-line-update.
15420 (wdired-get-filename): Use `unless'.
15421 (wdired-preprocess-files): Don't assume names have no \n and use / for
15422 dir separator.
15423 (wdired-normalize-filename): Use replace-regexp-in-string.
15424 (wdired-load-hooks): Remove.
15425 (wdired-mode-hooks): Rename to wdired-mode-hook.
15426
15427 * info-look.el: Add support for cfengine-mode.
15428 (info-lookup-setup-mode): Use dolist.
15429
15430 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
15431
15432 * wdired.el: New file.
15433
15434 2004-04-23 Juanma Barranquero <lektu@terra.es>
15435
15436 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
15437
15438 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
15439 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
15440 (pcomplete--help, pcomplete--here): Doc fixes.
15441
15442 2004-04-23 Andre Spiegel <spiegel@gnu.org>
15443
15444 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
15445 handles wrong-number-of-arguments in backend call.
15446
15447 * vc.el (vc-print-log): Likewise.
15448
15449 2004-04-20 Dave Love <fx@gnu.org>
15450
15451 * emacs-lisp/rx.el: Doc fixes.
15452 (rx-constituents): Add/extend many forms.
15453 (rx-check): Check form is a list.
15454 (bracket): Defvar.
15455 (rx-check-any, rx-any, rx-check-not): Modify.
15456 (rx-not): Simplify.
15457 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
15458 (rx-kleene): Use rx-trans-forms.
15459 (rx-quote-for-set): Delete.
15460 (rx): Allow multiple args.
15461
15462 2004-04-23 Kenichi Handa <handa@m17n.org>
15463
15464 * international/mule-util.el (char-displayable-p): Simplify by
15465 using internal-char-font.
15466
15467 2004-04-23 Juanma Barranquero <lektu@terra.es>
15468
15469 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
15470
15471 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
15472
15473 * diff-mode.el (diff-next-error): New fun.
15474 (diff-mode): Use it.
15475
15476 * simple.el (next-error): Change arg name.
15477 Add support for the documented C-u C-x ` usage.
15478
15479 * frame.el (special-display-popup-frame, next-multiframe-window)
15480 (previous-multiframe-window): Only consider frames on same display.
15481
15482 2004-04-22 Lars Hansen <larsh@math.ku.dk>
15483
15484 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
15485 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
15486
15487 2004-04-22 Kim F. Storm <storm@cua.dk>
15488
15489 * net/telnet.el (telnet): Add optional port arg.
15490
15491 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
15492
15493 * progmodes/compile.el (compilation-mode-font-lock-keywords):
15494 Minor sanity check on the `hyperlink' slot.
15495
15496 * Makefile.in (recompile): Compile new files.
15497
15498 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
15499 Add byte-recompile-directory's optional `arg'.
15500
15501 * cvs-status.el (cvs-tree-use-charset): New var.
15502 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
15503 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
15504 (cvs-status-cvstrees): Use it.
15505
15506 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
15507 Make it a normal major mode.
15508 (checkdoc-buffer-label): Make sure the file name is meaningful.
15509 (checkdoc-output-to-error-buffer): Remove.
15510 (checkdoc-error, checkdoc-start-section): Rewrite.
15511
15512 * info.el (info-node, info-menu-5, info-xref, info-header-node)
15513 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
15514 (Info-title-4-face): Use new syntax.
15515 (info-xref-visited): Inherit from info-xref.
15516
15517 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
15518
15519 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
15520
15521 * simple.el (next-error-last-buffer, next-error-function):
15522 New variables for the next-error framework.
15523 (next-error-buffer-p): New function.
15524 (next-error-find-buffer): Generalize compilation-find-buffer.
15525 (next-error, previous-error, first-error, next-error-no-select)
15526 (previous-error-no-select): Move from compile.el.
15527
15528 * replace.el (occur-next-error, occur-1): Hook into the next-error
15529 framework.
15530
15531 * progmodes/compile.el (compilation-start):
15532 Set next-error-last-buffer so next-error knows where to jump.
15533 (compilation-setup): Set the buffer-local variable
15534 next-error-function to 'compilation-next-error-function.
15535 (compilation-buffer-p, compilation-buffer-internal-p): Use an
15536 alternate way to find if a buffer is a compilation buffer, for
15537 next-error convenience.
15538 (next-error-no-select, previous-error-no-select, next-error)
15539 (previous-error, first-error): Move to simple.el.
15540 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
15541 (compilation-last-buffer): Remove.
15542 (compilation-start, compilation-next-error, compilation-setup)
15543 (compilation-next-error-function, compilation-find-buffer):
15544 Remove compilation-last-buffer use.
15545
15546 2004-04-21 Juanma Barranquero <lektu@terra.es>
15547
15548 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
15549 (font-lock-warning-face): Fix spacing.
15550
15551 * makefile.w32-in (WINS): Add url/ directory.
15552
15553 2004-04-21 Lars Hansen <larsh@math.ku.dk>
15554
15555 * desktop.el (desktop-buffer-mode-handlers): New variable.
15556 Alist of major mode specific functions to restore a desktop buffer.
15557 (desktop-buffer-handlers): Make variable obsolete.
15558 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
15559 Catch errors signaled in handlers. Update buffer count.
15560 Evaluate desktop-buffer-point.
15561 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
15562 move to dired.el.
15563 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
15564 move to info.el.
15565 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
15566 move to mail/rmail.el.
15567 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
15568 to mh-e/mh-e.el.
15569 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
15570 On fail, print message (to message buffer) even if
15571 desktop-missing-file-warning is nil.
15572 (desktop-buffer-misc-data-function): New buffer local variable.
15573 Function returning major mode specific data.
15574 (desktop-buffer-misc-functions): Make variable obsolete.
15575 (desktop-save): Use desktop-buffer-misc-data-function.
15576 (desktop-buffer-dired-misc-data): Rename to
15577 dired-desktop-buffer-misc-data and move to dired.el.
15578 (desktop-buffer-info-misc-data): Rename to
15579 Info-desktop-buffer-misc-data and move to info.el.
15580 (desktop-read): Add message about number of buffers restored/failed.
15581
15582 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
15583 Add parameters. Pause to display error only when
15584 desktop-missing-file-warning is non-nil.
15585 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15586 (dired-mode): Bind desktop-buffer-misc-data-function.
15587
15588 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
15589 Add Parameters.
15590 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
15591 (Info-mode): Bind desktop-buffer-misc-data-function.
15592
15593 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
15594 Add Parameters.
15595
15596 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
15597 Add Parameters.
15598
15599 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
15600
15601 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
15602 the case of letters in case-insensitive expansions when the
15603 abbrev is preceded by characters with letter syntax.
15604
15605 2004-04-21 Richard M. Stallman <rms@gnu.org>
15606
15607 * progmodes/cperl-mode.el (cperl-putback-char):
15608 Delete Emacs 18 definition.
15609
15610 * international/mule.el (ctext-post-read-conversion):
15611 Use assoc-string, not assoc-ignore-case.
15612
15613 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
15614
15615 * emacs-lisp/easymenu.el (easy-menu-add):
15616 Do call x-popup-menu, but only if it's defined.
15617
15618 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
15619
15620 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
15621 Handle multiple args: compile like progn.
15622
15623 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
15624 take all args as &rest arg.
15625
15626 * autoinsert.el (auto-insert-alist): Insert the user's name in
15627 copyright notice, rather than Free Software Foundation.
15628
15629 2004-04-21 Kenichi Handa <handa@m17n.org>
15630
15631 * descr-text.el (describe-char): Make it work on *Help* buffer.
15632
15633 2004-04-21 Kim F. Storm <storm@cua.dk>
15634
15635 * image.el (insert-image): Add optional SLICE arg.
15636 (insert-sliced-image): New defun.
15637
15638 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
15639
15640 * subr.el (read-number): Check whether `default' is nil.
15641
15642 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
15643
15644 * progmodes/compile.el (compilation-error-properties):
15645 Split into two.
15646 (compilation-internal-error-properties): New one.
15647 (compilation-compat-error-properties): Use it. Fix the non-marker case.
15648
15649 2004-04-20 Richard M. Stallman <rms@gnu.org>
15650
15651 * window.el (split-window-save-restore-data):
15652 Don't update the data if OLD-INFO is nil.
15653
15654 * view.el (view-return-to-alist): Mark it permanent local.
15655
15656 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
15657
15658 * recentf.el (recentf-save-list): Catch and warn about errors.
15659
15660 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
15661 so "Buffers" won't be pure.
15662
15663 * help-mode.el (help-mode-finish): Set help-return-alist first
15664 thing, setting only the entry for the selected window.
15665
15666 * help-fns.el (describe-function-1): If many non-control non-meta
15667 keys run the command, don't list all of them.
15668
15669 2004-04-20 Juanma Barranquero <lektu@terra.es>
15670
15671 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
15672 arg. Copied from Andre Spiegel's patch of 2004-03-21.
15673
15674 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
15675
15676 2004-04-20 Kenichi Handa <handa@m17n.org>
15677
15678 * international/quail.el (quail-lookup-key): New optional arg
15679 NOT-RESET-INDICES.
15680 (quail-get-translations): Call quail-lookup-key with
15681 NOT-RESET-INDICES t.
15682 (quail-completion): Likewise.
15683 (quail-lookup-map-and-concat): Likewise.
15684
15685 2004-04-20 Kenichi Handa <handa@m17n.org>
15686
15687 * international/quail.el (quail-update-translation): Don't insert
15688 such an unsupported multibyte char in a unibyte buffer.
15689
15690 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
15691
15692 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
15693 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
15694 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
15695 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
15696 (gdb-frame-assembler-buffer): Improve behaviour with
15697 multiple frames.
15698 (gdb-display-buffer): Extend search to all visible frames.
15699
15700 2004-04-19 Eli Zaretskii <eliz@gnu.org>
15701
15702 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
15703 characters left after base64 decoding.
15704 (rmail-decode-region): Use -dos variety of `coding', to remove any
15705 ^M characters left after qp or base64 decoding.
15706
15707 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15708
15709 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
15710 messages.
15711
15712 2004-04-19 Stephen Eglen <stephen@gnu.org>
15713
15714 * add-log.el (add-change-log-entry): Update doc string to mention
15715 add-log-full-name and add-log-mailing-address.
15716
15717 2004-04-18 Juri Linkov <juri@jurta.org>
15718
15719 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
15720 (Info-find-node-2): Simplify error message.
15721 (Info-insert-dir): Use Info-following-node-name.
15722 (Info-goto-node): Remove *info-history* and *info-toc*.
15723 (Info-history): Create a node of the virtual history file.
15724 (Info-toc): Create a node of the virtual toc file.
15725 (Info-insert-toc): New arg `curr-file' for reference file names.
15726 (info-apropos): Remove redundant var binding for temp-file.
15727 (Info-index, Info-index-next, Info-mode): Doc fix.
15728 (Info-goto-emacs-command-node): Don't jump to *info* from
15729 non-*info* Info buffers.
15730 (Info-fontify-node): Don't show the file name of external
15731 references if `Info-hide-note-references' is `hide'. Don't hide
15732 newlines at the end of paragraphs.
15733
15734 * international/mule-diag.el (list-input-methods):
15735 Fix args to help-xref-button.
15736
15737 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
15738 to put into effect local variables from TUTORIAL files.
15739
15740 * textmodes/paragraphs.el (sentence-end) <function>: New fun
15741 with default value taken from the variable `sentence-end'.
15742 (sentence-end) <defcustom>: Set default to nil. Doc fix.
15743 Add nil const to :type.
15744 (sentence-end-without-period, sentence-end-double-space)
15745 (sentence-end-without-space): Doc fix.
15746
15747 * textmodes/paragraphs.el (forward-sentence):
15748 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
15749 (fill-delete-newlines):
15750 * progmodes/cc-cmds.el (c-beginning-of-statement):
15751 Use function `sentence-end' instead of variable `sentence-end'.
15752
15753 2004-04-18 Andreas Schwab <schwab@suse.de>
15754
15755 * progmodes/compile.el (compilation-start): Set window start to
15756 point-min if compilation-scroll-output is nil.
15757
15758 2004-04-18 John Wiegley <johnw@newartisans.com>
15759
15760 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
15761
15762 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
15763
15764 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
15765 (gdb-info-breakpoints-custom): Revert previous change.
15766 (gdb-view-assembler): Update assembler if necessary.
15767 (gdb-frame-handler): Parse correctly for gdb-current-frame.
15768 (gdb-display-source-buffer): Update properly when both source and
15769 assembler are visible.
15770
15771 2004-04-17 John Wiegley <johnw@newartisans.com>
15772
15773 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
15774 which limits the number of names shown in the minibuffer. Off by
15775 default.
15776 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
15777 up iswitchb for users with a multitude of open buffers by showing
15778 only the first and last N/2 buffers in the completion list (which
15779 is enough to aid C-s/C-r, and to know that more characters are
15780 needed to refine the completion list).
15781
15782 2004-04-17 Richard M. Stallman <rms@gnu.org>
15783
15784 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
15785 (file-truename): Expand all ~ constructs directly.
15786 (insert-directory): Delete any error msg output by the
15787 `insert-directory-program'.
15788
15789 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
15790 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
15791 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
15792 (allout-init): Use find-file-hook, not find-file-hooks.
15793 (allout-mode): Eliminate Emacs 18 support.
15794 Use write-contents-functions, not local-write-file-hooks.
15795
15796 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
15797
15798 * progmodes/compile.el (compilation-error-properties): Fix for
15799 adding messages when there are already markers for their file.
15800 (compilation-fake-loc): New function.
15801
15802 2004-04-16 Dave Love <fx@gnu.org>
15803
15804 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
15805 (python-load-file): Fix python-orig-start setting.
15806
15807 * progmodes/compile.el: Doc fixes.
15808 (compilation-error-regexp-alist-alist)
15809 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
15810 (compilation-assq): Wrap in eval-when-compile.
15811 (compilation-mode-font-lock-keywords): Don't use list*.
15812 (compilation-start): Avoid warning.
15813 (compilation-compat-error-properties)
15814 (compilation-directory-properties): Add keymap property.
15815 (compilation-parsing-end): Make it a marker for better compatibility.
15816
15817 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
15818
15819 2004-04-16 Mark A. Hershberger <mah@everybody.org>
15820
15821 * xml.el: Doc fixes.
15822 (xml-get-children): Only looks at sub-tags and ignore strings.
15823
15824 * xml.el (xml-parse-tag): Avoid overwriting node-name.
15825
15826 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
15827
15828 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
15829
15830 2004-04-16 Andre Spiegel <spiegel@gnu.org>
15831
15832 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
15833
15834 * vc.el (vc-print-log): Likewise.
15835
15836 2004-04-16 Masatake YAMATO <jet@gyve.org>
15837
15838 * simple.el (completion-setup-function): Set an initial value
15839 to `element-common-end' before entering loop. Set a value
15840 to `element-common-end' at the end of loop.
15841 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
15842 (completions-common-part): Rename from completion-de-emphasis.
15843 (completions-first-difference): Rename from completion-emphasis.
15844 Suggested by RMS.
15845
15846 2004-04-16 Juanma Barranquero <lektu@terra.es>
15847
15848 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
15849 (bookmark-edit-annotation-mode): Add mode name.
15850
15851 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
15852
15853 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
15854 for nested conflict markers.
15855 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
15856
15857 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
15858
15859 * progmodes/gdb-ui.el (gdb-goto-info): New function.
15860
15861 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
15862
15863 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
15864
15865 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
15866 Give a backtrace if requested.
15867
15868 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
15869
15870 * progmodes/python.el (python-mouse-2-command, python-RET-command):
15871 Remove unused functions.
15872 (python-orig-start-line, python-orig-file): Remove.
15873 (python-orig-start): New var.
15874 (python-input-filter, python-compilation-line-number)
15875 (python-send-region, python-load-file): Use it.
15876
15877 * info.el (info): Always jump to *info*.
15878
15879 * subr.el (posn-set-point): New function.
15880
15881 * mouse.el (mouse-set-point): Use it.
15882
15883 * progmodes/compile.el (compile-goto-error): Use it.
15884 (compilation-button-map): New keymap.
15885 (compilation-error-properties): Use it.
15886 (compilation-shell-minor-mode-map): Don't bind mouse-2.
15887
15888 * smerge-mode.el (smerge-popup-context-menu): Use it.
15889
15890 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
15891 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
15892 mouse and non-mouse case.
15893
15894 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
15895 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
15896
15897 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
15898 Make it work for non-mouse events.
15899
15900 * pcvs-info.el (cvs-status-map): Update binding name.
15901
15902 2004-04-14 Mark A. Hershberger <mah@everybody.org>
15903
15904 * xml.el (xml-maybe-do-ns): New function to handle namespace
15905 parsing of both attribute and element names.
15906 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
15907 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
15908 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
15909 (xml-parse-attlist): Make it do its own namespace parsing.
15910
15911 2004-04-14 Dave Love <fx@gnu.org>
15912
15913 * progmodes/python.el (run-python): Fix use of \n.
15914 (python-load-file): Remove `try' from Python fragment.
15915 (python-describe-symbol): Fix message.
15916
15917 * comint.el: Doc fixes.
15918 (comint-last-input-start, comint-last-input-end)
15919 (comint-last-output-start): Give them values.
15920 (comint-arguments): Avoid warning.
15921 (comint-skip-prompt): Use line-end-position.
15922 (comint-backward-matching-input): Rename arg to agree with doc.
15923 (comint-extract-string): Use syntax-ppss.
15924 (comint-dynamic-simple-complete): Delete useless list construction.
15925 (comint-redirect-subvert-readonly): New.
15926 (comint-redirect-preoutput-filter): Use it.
15927
15928 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
15929 Correctly handle negative arguments when calling hook functions.
15930
15931 2004-04-14 Jesper Harder <harder@ifa.au.dk>
15932
15933 * info.el (info-apropos): Don't clobber Info-history-list.
15934
15935 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
15936
15937 * progmodes/compile.el (compilation-setup):
15938 Localize overlay-arrow-position.
15939 (compilation-sentinel): Restructure code equivalently.
15940 (compilation-next-error): Find message on same line after point if
15941 not found before point.
15942 (compile-mouse-goto-error): Restore function so that compilation
15943 buffer need not be current and use compile-goto-error.
15944 (compile-goto-error): Restore function.
15945 (next-error): Set overlay-arrow-position.
15946 (compilation-forget-errors): Don't localize already local
15947 compilation-locs and remove FIXME about refontifying.
15948
15949 2004-04-14 Kim F. Storm <storm@cua.dk>
15950
15951 * startup.el (emacs-quick-startup): New defvar (set by -Q).
15952 (command-line): New option -Q. Like -q --no-site-file, but
15953 in addition it also disables menu-bar, tool-bar, scroll-bars,
15954 tool-tips, and the blinking cursor.
15955 (command-line-1): Skip startup screen if -Q.
15956 (fancy-splash-head): Use ":align-to center" prop to center splash image.
15957
15958 * emulation/cua-base.el (cua-read-only-cursor-color)
15959 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
15960
15961 2004-04-13 Dave Love <fx@gnu.org>
15962
15963 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
15964 (syntax): Don't require.
15965 (python) <defgroup>: Add :version.
15966 (python-quote-syntax): Re-written.
15967 (inferior-python-mode): Move stuff here from run-python and add
15968 some more.
15969 (python-preoutput-continuation, python-preoutput-result)
15970 (python-dotty-syntax-table): New.
15971 (python-describe-symbol): Use them.
15972 (run-python): Move stuff to inferior-python-mode. Modify code
15973 loaded into Python.
15974 (python-send-region): Use python-proc, python-send-string.
15975 (python-send-string): Send newlines too. Callers changed.
15976 (python-load-file): Re-written.
15977 (python-eldoc-function): New.
15978 (info-look): Don't require.
15979 (python-after-info-look): New. A modified version of former
15980 top-level code for use with eval-after-load.
15981 (python-maybe-jython, python-guess-indent): Use widened buffer.
15982 (python-fill-paragraph): Re-written.
15983 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
15984 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
15985
15986 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
15987
15988 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
15989 Set compilation-error-regexp-alist earlier.
15990
15991 * progmodes/compile.el (compilation-minor-mode-map)
15992 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
15993 (compile-goto-error): Re-merge the mouse and non-mouse commands.
15994
15995 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
15996
15997 * progmodes/compile.el (compile-goto-error): Select the buffer/window
15998 corresponding to the event.
15999
16000 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
16001
16002 * loadup.el: Add cygwin to system-type list, for unexec() support.
16003
16004 2004-04-12 John Paul Wallington <jpw@gnu.org>
16005
16006 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
16007 (ibuffer-restore-window-config-on-quit): New variable to replace
16008 `ibuffer-delete-window-on-quit'. Update all references.
16009 (ibuffer-prev-window-config): New variable.
16010 (ibuffer-quit): Restore previous window configuration instead of
16011 deleting window.
16012 (ibuffer): Save window configuration before showing Ibuffer buffer.
16013
16014 * help.el (describe-mode): Doc fix.
16015
16016 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
16017
16018 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
16019 not to treat nil as a function.
16020
16021 * vc-arch.el (vc-arch-root): Be a bit more careful.
16022 (vc-arch-register): Save the buffer if we modified it.
16023 (vc-arch-delete-rej-if-obsolete): Save excursion.
16024 (vc-arch-find-file-hook): Use the simpler after-save-hook.
16025 (vc-arch-responsible-p, vc-arch-init-version): New functions.
16026
16027 * net/ldap.el (ldap-search): Use list*.
16028
16029 2004-04-12 Juri Linkov <juri@jurta.org>
16030
16031 * info.el (Info-follow-reference): Allow multiline reference name.
16032
16033 2004-04-11 Dave Love <fx@gnu.org>
16034
16035 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
16036
16037 * progmodes/python.el: New file.
16038
16039 2004-04-11 Andre Spiegel <spiegel@gnu.org>
16040
16041 * vc-hooks.el (vc-arg-list): Function removed.
16042 (vc-default-workfile-unchanged-p): Use condition-case to check for
16043 backward compatibility.
16044
16045 * vc.el (vc-print-log): Use condition-case to check for backward
16046 compatibility.
16047
16048 2004-04-11 Juri Linkov <juri@jurta.org>
16049
16050 * dired.el (dired-faces): New defgroup.
16051 (dired-header, dired-mark, dired-marked, dired-flagged)
16052 (dired-warning, dired-directory, dired-symlink, dired-ignored):
16053 New faces.
16054 (dired-header-face, dired-mark-face, dired-marked-face)
16055 (dired-flagged-face, dired-warning-face, dired-directory-face)
16056 (dired-symlink-face, dired-ignored-face): New face variables.
16057 (dired-font-lock-keywords): Use them instead of font-lock faces.
16058 Split the rule for dired marks into 3 separate rules: for marks,
16059 marked file names and flagged file names.
16060
16061 * help-mode.el (help-make-xrefs): Add a final newline to the
16062 *Help* buffer.
16063
16064 2004-04-11 John Paul Wallington <jpw@gnu.org>
16065
16066 * replace.el (occur-engine): Distinguish between one and several
16067 matches in the matches per buffer heading.
16068
16069 2004-04-11 Kim F. Storm <storm@cua.dk>
16070
16071 * ido.el (ido-confirm-unique-completion): New defcustom.
16072 (ido-complete): Use it.
16073 (ido-write-file): Set it to t unconditionally.
16074
16075 2004-04-10 Miles Bader <miles@gnu.org>
16076
16077 RCS keyword removal (only non-comment changes are enumerated here):
16078
16079 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
16080 (byte-compile-insert-header): Don't use `byte-compile-version'.
16081 * forms.el (forms-version): Variable removed.
16082 (forms-mode): Don't use `forms-version'.
16083 * recentf.el (recentf-version): Variable removed.
16084 * progmodes/delphi.el (delphi-version): Variable removed.
16085 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
16086
16087 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
16088
16089 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
16090
16091 2004-04-09 Jesper Harder <harder@ifa.au.dk>
16092
16093 * info.el (info-apropos): Improve menu item regexp.
16094
16095 2004-04-09 Simon Josefsson <jas@extundo.com>
16096
16097 * mail/smtpmail.el: Add comment, based on report by
16098 kdc@rcn.com (Kevin D. Clark).
16099
16100 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
16101
16102 * progmodes/compile.el (compilation-mode-font-lock-keywords):
16103 Redo one more thing that I didn't notice Daniel had undone.
16104
16105 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
16106
16107 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
16108 (gdb-goto-breakpoint, gdb-display-buffer)
16109 (gdb-display-source-buffer, gdb-view-source-function)
16110 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
16111 (gdb-source-info, gdb-frame-handler): Don't specify a window
16112 for display.
16113 (gdb-info-breakpoints-custom): Remove superfluous update of
16114 assembler buffer.
16115 (gdb-many-windows): Make settable outside gdb.
16116
16117 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
16118
16119 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
16120 Derive from fundamental-mode rather than text-mode.
16121
16122 2004-04-08 Juri Linkov <juri@jurta.org>
16123
16124 * info.el (Info-history): Doc fix.
16125 (Info-history-list): New var.
16126 (info-xref): Change magenta4 to blue, remove bold for dark and
16127 light backgrounds, change bold to underline for non-color classes.
16128 (info-xref-visited): New face.
16129 (Info-fontify-visited-nodes): New custom.
16130 (Info-hide-note-references): Add new value `hide'. Doc fix.
16131 (Info-reference-name): New var.
16132 (Info-selection-hook): New custom.
16133 (Info-edit-mode-hook): New var.
16134 (Info-find-file): New fun.
16135 (Info-find-node): Move part of code to Info-find-file.
16136 (Info-find-node-2): Add anchors to Info-history-list. Move point
16137 to the place with the reference name if name is defined.
16138 (Info-select-node): Add current node to Info-history-list.
16139 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
16140 (Info-search-whitespace-regexp): New custom.
16141 (Info-search-case-fold): New var.
16142 (Info-search): Add "case-sensitively" to the prompt.
16143 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
16144 (Info-search-case-sensitively, Info-search-next): New fun.
16145 (Info-up): Move point to the menu item of the current node.
16146 (Info-history): New fun. Add *info-history* to
16147 same-window-buffer-names.
16148 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
16149 (Info-insert-toc): New fun.
16150 (Info-build-toc): New fun.
16151 (Info-follow-reference): Add new arg `fork'. Doc fix.
16152 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
16153 with the same name prefer the reference closest to point.
16154 (Info-next-reference): Replace * by + in the *Note regexp.
16155 Add regexp for http:// and ftp://. Skip the *Note prefix.
16156 (Info-prev-reference): Replace * by + in the *Note regexp.
16157 Add regexp for http:// and ftp://. Skip the *Note prefix.
16158 (Info-follow-nearest-node): Add new arg `fork'.
16159 (Info-try-follow-nearest-node): Add new arg `fork'.
16160 Call browse-url for http:// and ftp:// references.
16161 Set Info-reference-name for index entries.
16162 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
16163 Info-search-next, Info-history, Info-toc, clone-buffer.
16164 (Info-menu-update): Replace * by + in the *Note regexp.
16165 (Info-mode): Add documentation for Info-history, Info-toc,
16166 Info-search-case-sensitively, Info-search-next, clone-buffer.
16167 (Info-fontify-menu-headers): Remove fun. Move code to
16168 Info-fontify-node.
16169 (Info-fontify-node): Add docstring. Add local vars
16170 fontify-visited-p and not-fontified-p. If not-fontified-p is t
16171 then fontify header line, titles, menu headers, http and ftp
16172 references, refill paragraphs. If not-fontified-p is t or
16173 fontify-visited-p is t then fontify cross references, menu items.
16174 Fontify menu headers. Fontify http and ftp references.
16175 Change regexp for cross references to require whitespace after *Note,
16176 add matching groups for file and node names. Remove hack for quote.
16177 Use display property for Info-hide-note-references=t. Use fifth
16178 or fourth match for help-echo. Display visited nodes in a
16179 different face. Unhide file names of external references.
16180 Unhide newlines. Display visited menu items in a different face.
16181
16182 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
16183
16184 * progmodes/compile.el: Require CL.
16185 (compilation-mode-font-lock-keywords): Re-install the "line as
16186 function" patch.
16187
16188 * help-fns.el (help-C-source-directory): New var.
16189 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
16190 (describe-function-1, describe-variable): Use them.
16191
16192 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
16193 to C source files specially.
16194
16195 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
16196
16197 * info.el (Info-hide-cookies-node): New function.
16198 (Info-select-node): Use it.
16199 (Info-display-images-node): Remove message with image file name.
16200
16201 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
16202
16203 * progmodes/compile.el (compilation-warning-face)
16204 (compilation-info-face, compilation-skip-threshold)
16205 (compilation-skip-visited, compilation-context-lines):
16206 Declare :version when added to Emacs.
16207 (compilation-error-regexp-alist-alist): Extend caml and irix.
16208 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
16209 (compilation-mode-font-lock-keywords): Temporarily undo line as
16210 function patch, which wasn't ready.
16211
16212 2004-04-07 Kenichi Handa <handa@m17n.org>
16213
16214 * international/latin1-disp.el (latin1-display-setup): Check each
16215 character is displayable or not instead of calling
16216 latin1-display-check-font.
16217
16218 2004-04-06 Kenichi Handa <handa@m17n.org>
16219
16220 * language/ethio-util.el (ethio-sera-being-called-by-w3):
16221 New variable.
16222 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
16223 instead of sera-being-called-by-w3.
16224 (ethio-fidel-to-sera-buffer): Likewise.
16225 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
16226 instead of sera-being-called-by-w3.
16227 (ethio-write-file): Likewise.
16228
16229 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16230
16231 * printing.el: Doc fix.
16232
16233 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
16234
16235 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
16236 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
16237 (gdb-setup-windows): Only use separate IO buffer if required.
16238
16239 2004-04-06 Kim F. Storm <storm@cua.dk>
16240
16241 * term.el (term-is-xemacs): Remove.
16242 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
16243 (term-window-width): New function.
16244 (term-mode, term-check-size): Use it.
16245 (term-mode): Disable overflow-newline-into-fringe in term buffer.
16246
16247 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
16248
16249 * cus-edit.el (custom-add-parent-links): Change unbound variable
16250 `symbol' to `name'.
16251
16252 2004-04-05 Jesper Harder <harder@ifa.au.dk>
16253 * info.el (info-apropos): New function.
16254 (Info-mode-menu): Add it.
16255 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
16256
16257 * help-mode.el (help-make-xrefs): Recognize aliased variable with
16258 inherited docstring.
16259
16260 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
16261
16262 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
16263
16264 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
16265
16266 * progmodes/compile.el (font-lock): Don't require any more.
16267 (compilation-error-properties, compilation-start, compilation-sentinel)
16268 (compilation-filter, next-error): Use with-current-buffer.
16269 (compilation-skip-to-next-location, compilation-skip-threshold)
16270 (compilation-skip-visited): Move to silence the byte-compiler.
16271 (compilation-setup): Simplify.
16272 (compilation-next-error): Use line-(beginning|end)-position.
16273 Make sure `pt' is non-nil before using compilation-loop.
16274 (compile-goto-error): Add optional event arg. Use it.
16275 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
16276 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
16277 Update the binding for mouse-2.
16278 (first-error): Set compilation-current-error to nil rather than bob.
16279 (compilation-parsing-end, compilation-parse-errors-function)
16280 (compilation-error-list, compilation-old-error-list):
16281 "New" compatibility variables.
16282 (compile-buffer-substring, compilation-compat-error-properties)
16283 (compilation-compat-parse-errors, compilation-forget-errors):
16284 New compatibility functions.
16285 (compilation-mode-font-lock-keywords): Use them.
16286
16287 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
16288
16289 * autorevert.el (auto-revert-handler): If point (or a window
16290 point) is at the end of the buffer, keep it there after
16291 reverting. This allows to tail a file.
16292 Mention this in the `Commentary'.
16293
16294 * format.el (format-write-file): Add optional argument CONFIRM
16295 and make it behave like the analogous argument to `write-file'.
16296
16297 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16298
16299 * progmodes/ebnf2ps.el: Doc fix.
16300 (ebnf-version): New version number (4.2).
16301 (ebnf-syntax): Customization and docstring fix.
16302 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
16303 Put autoloaded funs before first use.
16304 (ebnf-style-database): Add dtd entry.
16305 (ebnf-syntax-alist): Add dtd initialization.
16306 (ebnf-token-sequence): New fun.
16307 (ebnf-comment-table): Add new comment action character.
16308 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
16309
16310 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
16311 Type Definition for XML).
16312
16313 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
16314 * progmodes/ebnf-bnf.el (ebnf-sequence):
16315 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
16316 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
16317 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
16318 Code simplification: call ebnf-token-sequence.
16319
16320 2004-04-04 Eli Zaretskii <eliz@gnu.org>
16321
16322 * calendar/timeclock.el (timeclock-relative)
16323 (timeclock-get-project-function, timeclock-get-workday-function)
16324 (timeclock-query-out, timeclock-when-to-leave)
16325 (timeclock-when-to-leave-string, timeclock-log-data)
16326 (timeclock-generate-report, timeclock-in): Doc fixes.
16327
16328 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
16329
16330 * url/: New dir. Import the URL package from its repository.
16331
16332 2004-04-03 Andreas Schwab <schwab@suse.de>
16333
16334 * diff-mode.el (diff-mode): Fix missing quote.
16335
16336 2004-04-03 Juri Linkov <juri@jurta.org>
16337
16338 * descr-text.el (describe-property-list): Add `font-lock-face'.
16339
16340 * dired.el (dired-font-lock-keywords): Fix permission regexps.
16341
16342 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16343
16344 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
16345 Use utf-16le on little endian machines and utf-16be otherwise.
16346
16347 2004-04-02 David Kastrup <dak@gnu.org>
16348
16349 * net/browse-url.el (browse-url-generic): Use call-process
16350 instead of start-process to allow browsers that fork and detach.
16351
16352 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
16353
16354 * compile.el (compilation-current-error): New var.
16355 (compilation-setup, compile-mouse-goto-error)
16356 (compile-goto-error, next-error): Use it.
16357 (compilation-skip-to-next-location): Default to t, which gives
16358 contiguous skipping like old compile (where this was redundant).
16359 (compilation-next-error): Prevent previous-* commands from moving
16360 back to message at or just before point.
16361
16362 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
16363
16364 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
16365 (gdb-source-info): Don't display source at startup, if required.
16366 (gdb-show-main): New option.
16367 (gdba): Update documentation.
16368 (gdb-source): Cover case of auto-display output.
16369
16370 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
16371
16372 * autorevert.el: Delete obsolete autoload's and defvar's.
16373 (auto-revert-check-vc-info): New user option.
16374 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
16375 (auto-revert-handler-vc): Delete.
16376 (auto-revert-handler): Treat return value `fast' of
16377 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
16378
16379 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
16380 return `fast'.
16381
16382 * files.el (buffer-stale-function): Doc change.
16383
16384 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16385
16386 * printing.el: New tip on Tips section.
16387 (pr-version): New version number (6.7.4).
16388 (pr-shell-file-name): Initialization fix.
16389
16390 2004-03-31 Juri Linkov <juri@jurta.org>
16391
16392 * dired.el: Add autoload for `dired-do-touch'.
16393 (dired-touch-program): New var.
16394 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
16395 (dired-no-confirm): Add `touch' to docstring.
16396
16397 * dired-aux.el (dired-do-touch): New fun.
16398 (dired-do-chxxx): Add argument -t for touch operation.
16399
16400 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
16401 `dired-move-to-filename-regexp'.
16402
16403 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
16404
16405 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
16406
16407 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16408
16409 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
16410 and only if the buffer was modified.
16411
16412 2004-03-30 Kenichi Handa <handa@m17n.org>
16413
16414 * international/characters.el: Delete pairs for U+2308..U+230B.
16415
16416 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
16417
16418 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
16419 to detect the beginning of a level 2 or 3 annotation.
16420
16421 2004-03-29 Kenichi Handa <handa@m17n.org>
16422
16423 * international/ucs-tables.el (ucs-insert): Fix the error message.
16424
16425 2004-03-29 Kenichi Handa <handa@m17n.org>
16426
16427 * international/mule-util.el (char-displayable-p): Fix generation
16428 of XLFD file name.
16429
16430 * Makefile.in (setwins, setwins_almost): Change directory to $wd
16431 before finding directories by `find'.
16432
16433 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16434
16435 * subr.el (interactive-form): Delete. Now implemented in C.
16436
16437 * pcvs.el (cvs-parse-process): Workaround for Darwin.
16438
16439 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
16440 (vc-diff-label): New fun.
16441 (vc-diff-internal): Use it.
16442
16443 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
16444
16445 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16446
16447 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
16448
16449 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
16450 specify XML (EBNFX).
16451
16452 * progmodes/ebnf2ps.el: Doc fix.
16453 (ebnf-version): New version number (4.1).
16454 (ebnf-syntax): Adjust customization.
16455 (ebnf-style-database): Add ebnfx entry.
16456 (ebnf-syntax-alist): Add ebnfx initialization.
16457 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
16458
16459 * printing.el: Doc fix.
16460 (pr-version): New version number (6.7.3).
16461 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
16462 returns nil for mouse position. Reported by Drew Adams
16463 <drew.adams@oracle.com>.
16464 (pr-update-menus): Modify interactive declaration. Reported by Drew
16465 Adams <drew.adams@oracle.com>.
16466
16467 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
16468
16469 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
16470 (gud-gdba-marker-filter): Log the process input and output, if
16471 required. From Stefan Monnier.
16472 (gdb-debug-log, gdb-enable-debug-log): New variables.
16473 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
16474
16475 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
16476
16477 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
16478 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
16479
16480 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
16481
16482 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
16483 Call vc-find-file-hook here instead of in auto-revert-buffers.
16484 (auto-revert-buffers): Delete call to vc-find-file-hook.
16485 (auto-revert-verbose, global-auto-revert-non-file-buffers)
16486 (global-auto-revert-mode, auto-revert-set-timer)
16487 (auto-revert-handler, auto-revert-buffers): Doc fixes.
16488
16489 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
16490
16491 * woman.el (woman-change-fonts): Rename local variable
16492 woman-font-alist to font-alist to avoid a compiler warning.
16493
16494 2004-03-27 Dave Love <fx@gnu.org>
16495
16496 * emacs-lisp/rx.el (rx): Doc fix.
16497 Fix copyright years.
16498
16499 * strokes.el (strokes-global-set-stroke-string): New function.
16500 (strokes-list-strokes): Cope with strings, not just commands.
16501 Set foreground colour of image.
16502 (strokes-global-set-stroke): Doc fix.
16503
16504 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
16505
16506 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
16507 Auto Revert mode.
16508 (Buffer-menu-files-only): New variable.
16509 (Buffer-menu-toggle-files-only): New function.
16510 (Buffer-menu-mode-map): Bind it to `T'.
16511 (Buffer-menu-mode): Mention `T' in docstring.
16512 Set buffer-stale-function.
16513 (list-buffers-noselect): Mark buffer non-modified and set
16514 Buffer-menu-files-only.
16515
16516 * dired.el (buffer-stale-function): Remove no longer needed defvar.
16517
16518 * autorevert.el (auto-revert-handler): Print revert message
16519 before, rather than after, reverting.
16520 (buffer-stale-function): Move to files.el.
16521
16522 * files.el (buffer-stale-function): Move here from autorevert.el.
16523
16524 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
16525
16526 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
16527
16528 * calc/calc.el (calc-mode-map): Use mapc.
16529
16530 * apropos.el (apropos-mode): Don't autoload.
16531 (apropos-symbols-internal): New fun. Extracted from `apropos'.
16532 (apropos): Use it.
16533 (apropos-print): Add optional `text' argument.
16534 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
16535 Don't assume point-min == 1.
16536
16537 * bs.el (bs-buffer-list): Use buffer-local-value.
16538 (bs--set-toggle-to-show): Use with-current-buffer.
16539
16540 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
16541 New funs.
16542 (list-buffers-noselect): Use them. Adjust :align-to to new style.
16543
16544 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
16545
16546 * dabbrev.el (dabbrev-expand): Fix regexp construction.
16547 (dabbrev--find-expansion): Use pop.
16548 (dabbrev--search): Use match-string-no-properties.
16549
16550 * dired.el (dired-mode): Use run-mode-hooks.
16551 (dired-move-to-end-of-filename): Use match-string.
16552
16553 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
16554 is bound before using it.
16555 (ediff-verbose-p): Make it into a var since it's not constant.
16556
16557 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
16558
16559 * faces.el (read-face-font): Don't cons up unnecessarily.
16560 (header-line, tool-bar): Share common parts.
16561
16562 * files.el (file-relative-name): Use compare-strings.
16563
16564 * finder.el (finder-mode): Follow coding convention.
16565
16566 * subr.el (read-number): New function.
16567
16568 * ses.el (ses-read-number): Move to subr.el.
16569 (ses-set-header-row): Use read-number.
16570
16571 2004-03-26 Andre Spiegel <spiegel@gnu.org>
16572
16573 * vc-hooks.el (vc-arg-list): New function, which handles both
16574 compiled and uncompiled code.
16575 (vc-default-workfile-unchanged-p): Use it.
16576
16577 * vc.el (vc-print-log): Undo prev change, use new function
16578 vc-arg-list from vc-hooks.el.
16579
16580 2004-03-26 Masatake YAMATO <jet@gyve.org>
16581
16582 * simple.el (completion-setup-function): Emphasize the
16583 first uncommon characters in the completions; and de-emphasize
16584 the common prefix substrings.
16585 (completion-emphasis): New face.
16586 (completion-de-emphasis): New face.
16587
16588 2004-03-25 Juanma Barranquero <lektu@terra.es>
16589
16590 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
16591 Comment out (it's unused and unfinished code).
16592
16593 2004-03-25 Sam Steingold <sds@gnu.org>
16594
16595 * vc.el (vc-print-log): Fix a bug in the last patch:
16596 backend-function may be a byte-compiled object, not a lambda.
16597
16598 2004-03-25 Juri Linkov <juri@jurta.org>
16599
16600 * descr-text.el (describe-property-list): Add a button
16601 for `face' property that calls `describe-face'.
16602 Suggested by luis fernandes <elf@ee.ryerson.ca>
16603
16604 * international/mule.el (keyboard-coding-system):
16605 * kmacro.el (kmacro-call-macro): Fix docstring.
16606
16607 * dired.el: Fix comments.
16608
16609 * textmodes/fill.el (fill): Fix Info link.
16610
16611 * font-lock.el (fast-lock, lazy-lock):
16612 * jit-lock.el (jit-lock): Remove links to removed Support Modes
16613 Info node.
16614
16615 * eshell/eshell.el (eshell): Fix broken info-link.
16616
16617 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
16618 * eshell/em-banner.el (eshell-banner):
16619 * eshell/em-smart.el (eshell-smart):
16620 * eshell/esh-cmd.el (eshell-cmd):
16621 Comment out broken info-links to incomplete Info manual.
16622
16623 * info-xref.el: Fix commentary.
16624
16625 2004-03-25 Kevin Ryde <user42@zip.com.au>
16626
16627 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
16628 Remove spurious node duplicate suppression, doesn't work, not wanted.
16629 (info-xref-output): Take format style args, add "sit-for 0" to let
16630 user see the results as they progress.
16631 (info-xref-check-all-custom): New function.
16632
16633 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
16634
16635 * gdb-ui.el: Moved to progmodes.
16636
16637 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
16638
16639 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
16640
16641 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
16642
16643 * calendar/appt.el (appt-check): Remove superfluous progn.
16644 When finished with diary buffer: if it was not being displayed
16645 before, kill it; otherwise restore its original state.
16646 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
16647
16648 * calendar/calendar.el (calendar-set-mode-line): Use total
16649 available mode-line width, rather than frame-width.
16650
16651 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
16652 after mode change so effect not lost.
16653
16654 2004-03-23 Dave Love <fx@gnu.org>
16655
16656 * dired.el (dired) <defgroup>: Add link to manual.
16657 (dired-font-lock-keywords): Add highlighting on unusual permissions.
16658 (dired-revert): Use dolist.
16659 (dired-mode-map): Add U binding.
16660 (dired-mode): Add font-lock-beginning-of-syntax-function.
16661 (dired-garbage-files-regexp): Make it a defcustom.
16662
16663 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
16664
16665 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
16666 is equivalent to nil.
16667 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
16668 (vc-arch-mode-line-string): Accept `added' state.
16669 (vc-arch-state): Use inode-sigs if available.
16670 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
16671 Copy&delete existing id file if any. Fallback if uuidgen is absent.
16672 (vc-arch-tagline-re): New var.
16673 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
16674 New functions.
16675 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
16676 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
16677
16678 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
16679 (vc-file-not-found-hook): Use it.
16680
16681 * diff-mode.el (diff-default-read-only): Change default.
16682 (diff-mode-hook): Make it a defcustom. Add some options.
16683 (diff-mode-map): Bind diff-refine-hook.
16684 (diff-yank-handler): New var.
16685 (diff-yank-function): New fun.
16686 (diff-font-lock-keywords): Use them.
16687 (diff-end-of-file): Handle case where file-header looks like diff text.
16688 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
16689 (diff-file-kill): Delete a subsequent empty line, if applicable.
16690 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
16691 (diff-find-file-name): Use it.
16692 (diff-tell-file-name): New command.
16693 (diff-mode): Be careful with view-mode.
16694 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
16695 New functions, for use in diff-mode-hook.
16696 (diff-find-source-location): Catch "regex too large" errors.
16697 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
16698 (diff-refine-hunk): New command.
16699
16700 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
16701 (smerge-context-menu-map): Remove unused var.
16702 (smerge-keep-all): Preserve markers.
16703 (smerge-keep-n): New fun.
16704 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
16705 (smerge-keep-current, smerge-ediff): Use it.
16706 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
16707 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
16708 (smerge-resolve): Resolve trivial 3-part conflicts.
16709
16710 2004-03-23 Juri Linkov <juri@jurta.org>
16711
16712 * man.el (Man-width): New var.
16713 (Man-getpage-in-background): Use it.
16714 (Man-support-local-filenames): New var and fun.
16715 (Man-build-man-command): Don't add a second %s.
16716 (Man-fontify-manpage): Clean up message.
16717 (Man-mode): Set outline-regexp, outline-level,
16718 imenu-generic-expression.
16719
16720 * woman.el (woman-fill-frame): Doc fix.
16721 (woman-decode-region): Use window-width instead of frame-width.
16722
16723 * abbrevlist.el (list-one-abbrev-table):
16724 * descr-text.el (describe-char):
16725 * international/mule-diag.el (describe-current-coding-system):
16726 * international/quail.el (quail-insert-decode-map):
16727 Use window-width instead of frame-width.
16728
16729 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
16730 (jka-compr-mode-alist-additions): Add tbz.
16731 (jka-compr-write-region, jka-compr-insert-file-contents):
16732 Add message for undefined compress-program.
16733 (jka-compr-write-region): Remove redundant var bindings.
16734
16735 * dired-x.el (dired-guess-shell-alist-default): Add choices for
16736 extracting files into subdirectory. Add tbz and dz. Fix regexps.
16737 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
16738 (dired-man): Use dired-guess-shell-command.
16739 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
16740 Change default nil to t.
16741
16742 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
16743 (dired-compare-directories): Add default value for empty input.
16744
16745 * help-at-pt.el: Move suggestions for key bindings to Commentary.
16746
16747 * time.el (display-time-string-forms): Fix help-echo date format.
16748
16749 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
16750
16751 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
16752 (buffer-stale-function): New variable.
16753 (auto-revert-list-diff, auto-revert-dired-file-list)
16754 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
16755 (auto-revert-handler): Take over some functionality of deleted
16756 functions.
16757 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
16758
16759 * dired.el (dired-directory-changed-p): New fun, extracted from
16760 dired-internal-noselect.
16761 (dired-buffer-stale-p): New fun.
16762 (dired-internal-noselect): Use dired-directory-changed-p.
16763 Eliminate revert messages.
16764 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
16765
16766 2004-03-23 Kenichi Handa <handa@m17n.org>
16767
16768 * international/characters.el: Setup syntaxes for more parentheses
16769 Unicode characters.
16770
16771 * international/mule-cmds.el (select-safe-coding-system):
16772 Merge coding-system and auto-cs before comparing them.
16773
16774 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
16775
16776 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
16777
16778 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
16779 normal-auto-fill-function and comment-indent-function.
16780 The default values now work just as well.
16781 Don't set font-lock-beginning-of-syntax-function since we already set
16782 syntax-begin-function.
16783 (lisp-outline-level): Put ;;;###autoload at same level as (.
16784 (prin1-char): Quote special chars.
16785
16786 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
16787 than with-no-warnings.
16788
16789 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
16790 if the source location can't be found.
16791 (edebug-compute-previous-result): Use prin1-char.
16792
16793 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
16794 (debug-ignored-errors): Add an entry.
16795
16796 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
16797 (byte-compile-file): Output warning when deleting a file.
16798
16799 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
16800 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
16801
16802 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
16803 (byte-compile-inline-expand): Use backquote.
16804 (byte-optimize-pure-func): Rename from byte-optimize-concat.
16805 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
16806
16807 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
16808
16809 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
16810
16811 2004-03-22 Juri Linkov <juri@jurta.org>
16812
16813 * finder.el (finder-known-keywords): Fix data, tex, unix.
16814
16815 * play/landmark.el: Fix keywords.
16816
16817 * language/ethio-util.el (ethio-find-file): Doc fix.
16818
16819 * emacs-lisp/warnings.el: Doc fix.
16820
16821 * textmodes/ispell.el (ispell-help): Doc fix.
16822
16823 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
16824
16825 * format.el (format-insert-file): Always return a list of two
16826 elements, like insert-file-contents does.
16827
16828 2004-03-21 Andre Spiegel <spiegel@gnu.org>
16829
16830 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
16831 and vc-BACKEND-diff.
16832 (vc-print-log): If the print-log implementation supports it, use
16833 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
16834 (vc-version-diff, vc-diff-internal): Doc fixes.
16835
16836 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
16837 implementation supports it, let diff output go to *vc*,
16838 not *vc-diff*, since this is an internal call.
16839
16840 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
16841
16842 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
16843
16844 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
16845
16846 2004-03-21 Dave Love <fx@gnu.org>
16847
16848 * progmodes/cfengine.el (cfengine-mode):
16849 Set parse-sexp-ignore-comments.
16850
16851 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
16852
16853 2004-03-21 Juanma Barranquero <lektu@terra.es>
16854
16855 * allout.el (allout-mode): Fix docstring.
16856
16857 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
16858
16859 * files.el (insert-directory): Fix bug if SWITCHES is a list.
16860
16861 * autorevert.el (auto-revert-interval): Make new value take
16862 effect immediately when set through Custom.
16863 (auto-revert-set-timer): Add interactive declaration.
16864
16865 2004-03-19 David Ponce <david@dponce.com>
16866
16867 * ruler-mode.el (ruler-mode-header-line-format-old):
16868 Don't `make-variable-buffer-local'.
16869 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
16870 (ruler-mode-header-line-format): Simply funcall the above.
16871 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
16872 to save/restore a previous header line format.
16873 (ruler-mode-space): Don't depend on a numeric WIDTH value.
16874 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
16875 fringes and margins width.
16876 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
16877
16878 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
16879
16880 * log-edit.el (log-edit-font-lock-keywords): Typo.
16881
16882 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
16883 (tex-send-tex-command): Rather than here.
16884 (tex-compilation-parse-errors): Simplify.
16885
16886 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
16887
16888 * time.el (display-time-string-forms): Add help-echo with date on time.
16889
16890 * composite.el (compose-region): Use restore-buffer-modified-p.
16891
16892 * disp-table.el (standard-display-8bit): Simplify.
16893
16894 * server.el (server-process-filter): Delete temp frame.
16895
16896 * add-log.el (add-change-log-entry): Simplify.
16897
16898 2004-03-19 Kim F. Storm <storm@cua.dk>
16899
16900 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
16901 (hexl-follow-line): Don't require 'fringe.
16902
16903 * progmodes/compile.el (compilation-start): Always set
16904 compilation-last-buffer and return it.
16905
16906 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
16907
16908 * simple.el (clone-buffer): Doc fix.
16909
16910 2004-03-18 Juanma Barranquero <lektu@terra.es>
16911
16912 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
16913
16914 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
16915
16916 * log-edit.el (log-edit-font-lock-keywords): New var.
16917 (log-edit-mode): Use it.
16918
16919 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
16920
16921 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
16922 properly for watching in speedbar.
16923
16924 2004-03-17 Masatake YAMATO <jet@gyve.org>
16925
16926 * smerge-mode.el (smerge-popup-context-menu):
16927 Put `unwind-protect' around `overlay-put' and `popup-menu'.
16928
16929 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
16930
16931 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
16932 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
16933 Take sealed revisions into account.
16934 (vc-arch-checkin): Extract a summary line from the message.
16935
16936 2004-03-16 Masatake YAMATO <jet@gyve.org>
16937
16938 * register.el (register): Provide `register' feature.
16939
16940 2004-03-15 Masatake YAMATO <jet@gyve.org>
16941
16942 Added context menu support in smerge mode.
16943 Most of the part is written by Stefan Monnier.
16944
16945 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
16946 New keymap and menu.
16947 (smerge-text-properties): New function.
16948 (smerge-remove-props): New function.
16949 (smerge-popup-context-menu): New function.
16950 (smerge-resolve): Call `smerge-remove-props'.
16951 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
16952 (smerge-keep-current): Ditto.
16953 (smerge-kill-current): New function.
16954 (smerge-match-conflict): Put text properties.
16955 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
16956
16957 2004-03-15 David Ponce <david@dponce.com>
16958
16959 * ruler-mode.el (ruler-mode-left-fringe-cols)
16960 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
16961 (ruler-mode-right-scroll-bar-cols): Remove.
16962 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
16963 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
16964 Use fringe-columns and scroll-bar-columns.
16965
16966 2004-03-15 Masatake YAMATO <jet@gyve.org>
16967
16968 * hl-line.el (hl-line-range-function): New variable.
16969 (hl-line-move): New function.
16970 (global-hl-line-highlight): Use `hl-line-move'.
16971 (hl-line-highlight): Ditto.
16972
16973 * scroll-bar.el (scroll-bar-columns):
16974 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
16975
16976 * ruler-mode.el (top-level): Require scroll-bar and fringe.
16977 (ruler-mode-left-fringe-cols)
16978 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
16979 (ruler-mode-right-scroll-bar-cols)
16980 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
16981 (ruler-mode-ruler-function): New variable.
16982 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
16983 if the value for `ruler-mode-ruler-function'is given.
16984
16985 * hexl.el (hexl-mode-hook): Make the hook customizable.
16986 (hexl-address-area, hexl-ascii-area): New customize variables.
16987 (hexlify-buffer): Put font-lock-faces on the address area and
16988 the ascii area.
16989 (hexl-activate-ruler): New function.
16990 (hexl-follow-line): New function.
16991 (hexl-highlight-line-range): New function.
16992 (hexl-mode-ruler): New function.
16993
16994 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
16995
16996 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
16997 (vc-default-find-file-hook): New fun.
16998 (vc-find-file-hook): Call new find-file-hook operation.
16999
17000 * vc-arch.el: New file.
17001
17002 2004-03-12 Jesper Harder <harder@ifa.au.dk>
17003
17004 * info-look.el (info-lookup): Reuse an existing Info window.
17005
17006 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17007
17008 * woman.el (woman-preserve-ascii): Default value changed to t and
17009 doc string revised.
17010
17011 2004-03-12 Richard M. Stallman <rms@gnu.org>
17012
17013 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
17014 Fix minor bug.
17015
17016 * replace.el (occur-engine): Change message for count of matches.
17017
17018 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
17019 For strings, do compare text properties.
17020
17021 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
17022
17023 * progmodes/compile.el (compile-auto-highlight)
17024 (compilation-error-list, compilation-old-error-list)
17025 (compilation-parse-errors-function, compilation-parsing-end)
17026 (compilation-error-message, compilation-directory-stack)
17027 (compilation-enter-directory-regexp-alist)
17028 (compilation-leave-directory-regexp-alist)
17029 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
17030 (compilation-current-file, compilation-regexps): Remove vars.
17031
17032 (compile-error-at-point, compilation-error-filedata)
17033 (compilation-error-filedata-file-name, compile-reinitialize-errors)
17034 (compilation-next-error-locus, compilation-forget-errors)
17035 (count-regexp-groupings, compilation-parse-errors)
17036 (compile-collect-regexps, compile-buffer-substring): Remove funs.
17037
17038 (compile-internal): Make obsolete.
17039
17040 (compilation-first-column, compilation-error)
17041 (compilation-directory-matcher, compilation-page-delimiter)
17042 (compilation-mode-font-lock-keywords, compilation-debug)
17043 (compilation-error-face, compilation-warning-face)
17044 (compilation-info-face, compilation-line-face)
17045 (compilation-column-face, compilation-enter-directory-face)
17046 (compilation-leave-directory-face, compilation-skip-threshold)
17047 (compilation-skip-visited, compilation-context-lines): New vars.
17048
17049 (compilation-warning-face, compilation-info-face)
17050 (compilation-message-face): New faces.
17051
17052 (compilation-error-regexp-alist-alist): New constant.
17053
17054 (compilation-face, compilation-directory-properties)
17055 (compilation-assq, compilation-error-properties, compilation-start)
17056 (define-compilation-mode, compilation-loop)
17057 (compilation-set-window): New functions.
17058
17059 (compile): Additional argument for interactive compiles like TeX.
17060
17061 * progmodes/grep.el (kill-grep): Move here from compile.el
17062 (grep-error, grep-hit-face, grep-error-face)
17063 (grep-mode-font-lock-keywords): New variables.
17064 (grep-regexp-alist): Simplify regexp and add `binary' case.
17065 (grep-mode): New mode.
17066 (grep-process-setup): Simplify.
17067
17068 2004-03-11 Jason Rumney <jasonr@gnu.org>
17069
17070 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
17071 letters on DOS/Windows.
17072
17073 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
17074
17075 * server.el (server-name): New var.
17076 (server-socket-dir): New var to replace server-socket-name.
17077 (server-start): Use them.
17078
17079 2004-03-11 Simon Josefsson <jas@extundo.com>
17080
17081 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
17082 died to avoid infloop. Reported by Jonathan Glauner
17083 <jglauner@sbum.org>.
17084
17085 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
17086
17087 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
17088 (smerge-mode-menu): Use it to deactivate menu entries.
17089 (smerge-keep-current): New fun.
17090 (smerge-keep-current): Use it.
17091
17092 2004-03-10 John Paul Wallington <jpw@gnu.org>
17093
17094 * foldout.el (foldout-fold-list, foldout-modeline-string):
17095 Declare them as variables, not constants.
17096
17097 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17098
17099 * ps-print.el: Modification to print *Messages* buffer.
17100 (ps-print-version): New version 6.6.4.
17101 (ps-message-log-max): New fun.
17102 (ps-spool-without-faces, ps-spool-with-faces)
17103 (ps-count-lines-preprint): Code fix.
17104
17105 * printing.el: New tips in Tips section.
17106
17107 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17108
17109 * delim-col.el: Doc fix.
17110
17111 * printing.el: Doc fix. New doc section (Tips).
17112
17113 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
17114
17115 * type-break.el (type-break-emacs-variant): Remove.
17116 (type-break-run-at-time, type-break-cancel-function-timers):
17117 Use fboundp rather than version name and number.
17118
17119 2004-03-09 Masatake YAMATO <jet@gyve.org>
17120
17121 * hexl.el (hexl-mode): Use `make-local-variable' instead of
17122 `make-variable-buffer-local'.
17123
17124 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
17125
17126 * find-dired.el (find-dired): Call `shell-command' instead of
17127 `start-process-shell-command'. By this, Tramp takes over
17128 handling of remote directories.
17129
17130 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
17131
17132 * newcomment.el (comment-use-global-state): New var.
17133 (comment-search-forward): Use it.
17134
17135 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
17136
17137 * cus-edit.el (fill) <defgroup>: Move to fill.el.
17138
17139 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
17140 (enable-kinsoku): Make it a defcustom.
17141 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
17142 paragraph to same-comment-start-marker.
17143
17144 2004-03-07 Dave Love <fx@gnu.org>
17145
17146 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
17147 (browse-url-mail): Use it.
17148
17149 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
17150 (rfc2368-unhexify-string): Use replace-regexp-in-string.
17151
17152 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
17153
17154 * woman.el (woman-man.conf-path): Doc fix.
17155 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
17156
17157 2004-03-07 Eli Zaretskii <eliz@gnu.org>
17158
17159 * sort.el (sort-columns): Remove ms-dos from the list of systems
17160 where the external `sort' command is not used.
17161
17162 2004-03-07 Kim F. Storm <storm@cua.dk>
17163
17164 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
17165 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
17166 from overlay-arrow-variable-list.
17167 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
17168
17169 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
17170
17171 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
17172 overlay arrow string properly for the assembler buffer.
17173
17174 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
17175
17176 * mail/sendmail.el (mail-mode): Fix last change.
17177
17178 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
17179
17180 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
17181 for the assembler buffer.
17182 (gdb-assembler-custom): Position the overlay arrow.
17183 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
17184
17185 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
17186
17187 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
17188
17189 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
17190 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
17191
17192 * mail/sendmail.el (mail-mode): Set comment-start-skip.
17193
17194 * newcomment.el (uncomment-region): Allow non-terminated comment.
17195 (comment-normalize-vars): Check the user-specified comstart marker.
17196
17197 2004-03-04 Jesper Harder <harder@ifa.au.dk>
17198
17199 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
17200 Otherwise, do use it if the region only contains font-lock text
17201 properties.
17202
17203 2004-03-04 Masatake YAMATO <jet@gyve.org>
17204
17205 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
17206 as the callback function for eldoc.
17207 (hexl-print-current-point-info): New function.
17208 (hexl-current-address): Print the address in both decimal
17209 and hexadecimal format.
17210
17211 2004-03-04 Richard M. Stallman <rms@gnu.org>
17212
17213 * mail/rmail.el (rmail-convert-to-babyl-format):
17214 Specify t for UNIBYTE when calling mail-unquote-printable-region.
17215
17216 * mail/mail-utils.el (mail-unquote-printable-region):
17217 New arg UNIBYTE.
17218
17219 * startup.el (command-switch-alist): Doc fix.
17220
17221 * simple.el (undo): Temporarily set this-command to `undo-start',
17222 then set it to `undo' once undo-start returns without error.
17223
17224 * simple.el (minibuffer-history-sexp-flag): Doc fix.
17225
17226 * simple.el (kill-line): Don't disregard trailing whitespace
17227 in eol condition, if show-trailing-whitespace is set.
17228
17229 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
17230 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
17231 When disabling, restore old values only if mouse-sel-has-been-enabled.
17232
17233 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
17234 (isearch-{-char): New function.
17235 (isearch-mode-map): Bind { to isearch-{-char.
17236
17237 * font-lock.el (lisp-font-lock-keywords-2):
17238 Turn off the CL with-... and do-... general patterns.
17239 Instead, recognize several specific with... and do... constructs.
17240
17241 * files.el (switch-to-buffer-other-window):
17242 Bind same-window-buffer-names and same-window-regexps to nil.
17243 (switch-to-buffer-other-frame): Likewise.
17244
17245 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
17246
17247 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
17248 recognizing leading comment on code line.
17249
17250 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17251
17252 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
17253 hidden files/directories.
17254
17255 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
17256
17257 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
17258 only comment-start (in case the mode hasn't set it).
17259
17260 * Makefile.in (AUTOGENEL): New var.
17261 (bootstrap-prepare): Rename from bootstrap-clean.
17262 Don't remove elc files.
17263 (maintainer-clean): New target.
17264
17265 * xml.el (xml-get-attribute-or-nil): Simplify.
17266
17267 2004-03-02 Juri Linkov <juri@jurta.org>
17268
17269 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
17270 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
17271 URL to prevent their substitution with the environment variable
17272 values by browsers.
17273
17274 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17275
17276 * ps-print.el: Doc fix.
17277 (ps-print-version): New version number (6.6.3).
17278 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
17279 Docstring fix.
17280 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
17281 before printing.
17282 (ps-time-stamp-yyyy-mm-dd): New fun.
17283 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
17284
17285 2004-03-02 Kim F. Storm <storm@cua.dk>
17286
17287 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
17288
17289 2004-03-01 Juanma Barranquero <lektu@terra.es>
17290
17291 * allout.el (allout-rebullet-heading): Fix typo in docstring.
17292
17293 * desktop.el (desktop-file-version)
17294 (desktop-after-read-hook): Fix typos.
17295 (desktop-clear-preserve-buffers): Remove redundant info in
17296 docstring already shown by the obsolescence message.
17297 (desktop-truncate, desktop-internal-v2s)
17298 (desktop-value-to-string): Change argument name to match docstring.
17299
17300 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
17301
17302 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
17303 docstring.
17304
17305 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17306
17307 * printing.el: Replace "As Is..." in PostScript file print/preview by
17308 "No Preprocessing...". Suggested by Colin Marquardt
17309 <_marquardt_@zmd.de>.
17310 (pr-insert-section-4): Adjust buffer interface.
17311
17312 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
17313
17314 Version 2.0.39 of Tramp released.
17315
17316 * net/tramp.el (tramp-handle-file-local-copy)
17317 (tramp-handle-write-region, tramp-open-connection-rsh):
17318 Variable name typo. Small change. From Patrick Tullmann
17319 <tullmann@flux.utah.edu>.
17320 (tramp-process-connection-type): New variable.
17321 (tramp-maybe-open-connection): Use it.
17322 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
17323 (tramp-touch): Set last-modified time of a remote file.
17324 (tramp-handle-write-region): Say which function is used when encoding.
17325
17326 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
17327
17328 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
17329 case of non-existing filename, too. Reported by Christoph Bauer
17330 <c_bauer@informatik.uni-kl.de>.
17331 (tramp-smb-get-file-entries): The directory in question should
17332 have permissions "drwxrwxrwx". Just virtual, because we don't
17333 know the real permissions. Don't we know?
17334 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
17335 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
17336 (tramp-smb-wait-for-output): Optimize algorithm getting pending
17337 output. If it was received chunkwise, there have been problems.
17338 Remove the "prompt not found" error message; it is obvious.
17339 Simplify algorithm.
17340 (tramp-smb-process-running): Remove. Since we acknowledge the
17341 virtual prompt for shares, there's no need for distinction of
17342 reading shares (process ends afterwards) and interactive mode of
17343 smblient.
17344 (tramp-smb-open-connection): Setting process sentinel removed.
17345 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
17346 "NT_STATUS_NETWORK_ACCESS_DENIED".
17347 (tramp-smb-maybe-open-connection): Set `process-connection-type'
17348 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
17349 (top-level): Setting default value in `tramp-default-method-alist'
17350 corrected. Order of USER and HOST have been wrong.
17351 Nobody complained for months ...
17352 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
17353 (tramp-smb-open-connection): Clear password cache if login has failed.
17354
17355 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
17356 `tramp-unified-filenames'.
17357 (tramp-completion-mode): Make test for XEmacs explicitely.
17358 `event-to-character' can exists in Emacs packages too.
17359 Reported by Matt Swift <swift@alum.mit.edu>.
17360 (tramp-buffer-name): Buffer name must contain the user if exists.
17361 Reported by Adrian Phillips <a.phillips@met.no>.
17362 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
17363 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
17364 (tramp-do-copy-or-rename-file-out-of-band): Rename from
17365 `tramp-do-copy-or-rename-file-one-local', because it handles also
17366 the case both files use the same out-of-band method.
17367 Implementation added.
17368 (tramp-handle-file-local-copy, tramp-handle-write-region):
17369 Out-of-band handling removed. `copy-file' called instead, which
17370 calls `tramp-do-copy-or-rename-file-out-of-band'.
17371 (tramp-action-password): Check for out-of-band method removed.
17372 This function is used for 'login-program.
17373 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
17374 appropriate.
17375 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
17376 and `tramp-parse-sknownhosts'.
17377 (tramp-completion-function-alist): It's a defvar now, because we
17378 want to apply the optimized `tramp-set-completion-function'
17379 instead of a static list.
17380 (tramp-set-completion-function): Implementation tuned.
17381 Avoid double entries, and entries where the function or the
17382 file/directory doesn't exist.
17383 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
17384 for SSH2.
17385 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
17386 (tramp-handle-dired-compress-file): New function.
17387 (tramp-async-proc): New variable.
17388 (tramp-handle-shell-command): Adding asynchronous processes.
17389 They are far from being perfect, but it works at least for
17390 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
17391 (top-level): Require password.el if visible. Should be mandatory
17392 once No Gnus has found its way into (X)Emacs.
17393 (tramp-read-passwd): Invoke `password-read' if available,
17394 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
17395 fallback any longer.
17396 (tramp-clear-passwd): New function.
17397 (tramp-process-actions, tramp-process-multi-actions):
17398 Clear password cache if login has failed.
17399
17400 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
17401 its own module.
17402 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
17403 `ange-ftp-ftp-name-res'. There could be incorrect values from
17404 previous calls in case the "ftp" method is used in the Tramp file
17405 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
17406
17407 2004-02-28 Richard M. Stallman <rms@gnu.org>
17408
17409 * term.el (term-mouse-paste): Call mouse-set-point.
17410
17411 * thumbs.el: New file.
17412
17413 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17414
17415 * progmodes/ebnf-abn.el: Doc fix.
17416
17417 * progmodes/ebnf-bnf.el: Doc fix.
17418 (ebnf-repeat): Code fix.
17419
17420 * progmodes/ebnf2ps.el: Doc fix.
17421 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
17422
17423 2004-02-28 Juri Linkov <juri@jurta.org>
17424
17425 * ffap.el (dired-at-point): Additional writability test for
17426 relative directory names.
17427 (dired-at-point-prompter): Treat directories as a directory, get
17428 the directory component from files.
17429 (ffap-string-at-point): Return string from region if region is active.
17430 (ffap-file-at-point): Remove redundant code.
17431
17432 2004-02-28 Kim F. Storm <storm@cua.dk>
17433
17434 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
17435 Initialize margin area images to nil.
17436 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
17437 (breakpoint-enabled-bitmap-face)
17438 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
17439 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
17440 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
17441 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
17442 (gdb-reset): Use gdb-remove-breakpoint-icons.
17443 (gdb-put-string): Add dprop arg to specify alternative display
17444 property (for setting fringe bitmap).
17445 (gdb-remove-strings): Doc fix.
17446 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
17447 icon in fringe (if available), or else as icon or text in display
17448 margin. Creates necessary icons in breakpoint-bitmap,
17449 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
17450 Also make left window margin if required.
17451 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
17452 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
17453 no longer needed.
17454 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
17455 gdb-put-breakpoint-icon.
17456 (gdb-assembler-mode): Don't set left-margin-width here.
17457
17458 2004-02-27 Kevin Ryde <user42@zip.com.au>
17459
17460 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
17461 comma, so that it DTRT in macros.
17462
17463 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
17464
17465 * progmodes/sh-script.el (sh-shell-arg)
17466 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
17467 (sh-leading-keywords, sh-other-keywords): Fix custom type.
17468
17469 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
17470
17471 * faces.el (face-spec-set-match-display): Add a new attribute,
17472 `min-colors'.
17473 (region, highlight, secondary-selection): Use `min-colors'.
17474
17475 * custom.el (defface): Add documentation for `min-colors'.
17476
17477 * font-lock.el (font-lock-comment-face, font-lock-string-face)
17478 (font-lock-keyword-face, font-lock-function-name-face)
17479 (font-lock-variable-name-face, font-lock-constant-face):
17480 Use `min-colors'.
17481
17482 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
17483
17484 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17485
17486 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
17487 define assq-delete-all if it's not defined.
17488 (ebnf-generate-region): Code fix.
17489
17490 * printing.el: Doc fix.
17491 (pr-version): New version number (6.7.2).
17492 (pr-command): Return empty string if command is an empty string.
17493
17494 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17495
17496 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
17497
17498 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
17499 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
17500 semi-down-full. Fix a bug on productions like test = {"test"}* | (
17501 "tt" ["test"] ). Reported by Markus Dreyer
17502 <mdreyer@ix.urz.uni-heidelberg.de>.
17503 (ebnf-version): New version number (4.0).
17504 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
17505 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
17506 (ebnf-delete-style): New commands.
17507 (ebnf-directory, ebnf-file): New funs.
17508 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
17509 (ebnf-production-name-p, ebnf-stop-on-error): New options.
17510 (ebnf-syntax-alist): New var.
17511 (ebnf-element-width): New fun replacing ebnf-list-width.
17512 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
17513 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
17514 (ebnf-prologue): Adjust vars.
17515 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
17516 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
17517 (ebnf-check-style-values, ebnf-generate-production)
17518 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
17519 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
17520 (ebnf-token-repeat): Code fix.
17521
17522 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
17523 %right, %left and %prec. Suggested by Matthew K. Junker
17524 <junker@alum.mit.edu>.
17525 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
17526
17527 * progmodes/ebnf-iso.el: Doc fix.
17528 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
17529 (ebnf-iso-lex): Code fix.
17530
17531 * progmodes/ebnf-bnf.el: Doc fix.
17532 (ebnf-bnf-lex): Code fix.
17533
17534 * progmodes/ebnf-otz.el: Doc fix.
17535
17536 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
17537
17538 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
17539 (abbrev-prefix-mark): Doc fix.
17540
17541 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
17542
17543 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
17544 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
17545 (gdb-var-delete): Make interactive (really).
17546 (gdb-edit-value): Make non-interactive.
17547
17548 * progmodes/gud.el (gud-speedbar-menu-items):
17549 Add gdb-var-delete and, indirectly, gdb-edit-value.
17550 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
17551 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
17552 (gud-gdb-marker-filter): Add comment for annotations.
17553
17554 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
17555
17556 * calendar/calendar.el (generate-calendar)
17557 (calendar-read-date): Prevent display of BC calendars once more -
17558 reverts 2003-10-01 change.
17559 (generate-calendar-month): Doc fix.
17560
17561 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
17562
17563 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
17564 return value of increment-calendar-month.
17565
17566 2004-02-21 Stephen Compall <s11@member.fsf.org>
17567
17568 * saveplace.el (save-place-forget-unreadable-files)
17569 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
17570 (save-place-forget-unreadable-files): New function.
17571 (save-place-alist-to-file): Use it to filter out files that are
17572 no longer readable.
17573
17574 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
17575 current Texinfo environment, using the same method as in
17576 `texinfo-insert-@end', and insert a space rather than a newline if
17577 point in a @table environment.
17578
17579 2004-02-21 Juri Linkov <juri@jurta.org>
17580
17581 * ffap.el (ffap-file-at-point): Try parent directories.
17582
17583 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
17584
17585 * vcursor.el (vcursor-modifiers): New defcustom.
17586 (vcursor-cs-binding): Use vcursor-modifiers instead of a
17587 hard-coded list.
17588
17589 2004-02-21 Masatake YAMATO <jet@gyve.org>
17590
17591 * play/animate.el (animate-birthday-present): Accept names other
17592 than `Sarah', too.
17593
17594 2004-02-21 Juri Linkov <juri@jurta.org>
17595
17596 * startup.el: Remove table of command line arguments from the
17597 Commentary section.
17598
17599 2004-02-20 John Wiegley <johnw@newartisans.com>
17600
17601 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
17602 again" modifier from 'e' to 'E', since 'e' is also used by the
17603 "file extension" modifier.
17604
17605 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
17606
17607 * help-fns.el (describe-categories): Doc fix.
17608
17609 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
17610
17611 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
17612 temporary file for buffer already visiting one. This change makes
17613 output likely to be directly usable by patch program.
17614 Suggested by Adrian Aichner <adrian@xemacs.org>
17615
17616 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
17617
17618 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
17619 case of variables defined in compound statements.
17620 (gdb-setup-windows, gdb-source-info, gdb-source-info):
17621 Simplify constructions using switch-to-buffer.
17622
17623 2004-02-19 Simon Josefsson <jas@extundo.com>
17624
17625 * play/morse.el: Fix typo.
17626 (morse-code): Add @.
17627
17628 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
17629
17630 * calendar/appt.el (appt-display-format): Change default to
17631 'ignore, for backwards compatibility.
17632 (appt-display-message): If appt-display-format is 'ignore,
17633 respect old vars appt-msg-window and appt-visible.
17634 (appt-activate): Don't depend on return value of cancel-timer.
17635
17636 * calendar/calendar.el (calendar-holidays): Doc fix.
17637
17638 * calendar/cal-coptic.el (coptic-prompt-for-date):
17639 Use assoc-string instead of assoc-ignore-case.
17640 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
17641 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
17642 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
17643 * calendar/cal-islam.el (calendar-goto-islamic-date)
17644 (mark-islamic-diary-entries): Ditto.
17645 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
17646 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
17647 (calendar-read-mayan-tzolkin-date): Ditto.
17648 * calendar/calendar.el (calendar-read-date): Ditto.
17649 * calendar/diary-lib.el (mark-diary-entries): Ditto.
17650
17651 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
17652
17653 * progmodes/executable.el (executable-command-find-posix-p):
17654 Fix choice of the directory.
17655
17656 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
17657
17658 * simple.el (interprogram-cut-function)
17659 (interprogram-paste-function, kill-new, kill-append):
17660 Doc fixes.
17661 (kill-region): Make it return nil. Doc fix.
17662 (yank-pop): Make its argument optional.
17663 (yank): Make ARG `-' equivalent to `-1'.
17664
17665 2004-02-17 Eli Zaretskii <eliz@gnu.org>
17666
17667 * mail/rmail.el (rmail-get-new-mail): Don't reference
17668 rmail-use-spam-filter if rmail-spam-filter is not loaded.
17669
17670 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
17671
17672 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
17673 if one of global-auto-revert-non-file-buffers or autorevert-mode
17674 is non-nil.
17675
17676 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17677
17678 * subr.el (delete-dups): A better implementation from Karl Heuer
17679 <kwzh@gnu.org>.
17680
17681 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
17682
17683 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
17684 correct place.
17685 * progmodes/icon.el (icon-indent-command): Ditto.
17686 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
17687
17688 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17689
17690 * progmodes/grep.el (grep-compute-defaults): Undo change from
17691 2004-01-29: don't use executable-command-find-posix-p.
17692
17693 2004-02-16 Richard Sharman <rsharman@pobox.com>
17694
17695 * hilit-chg.el: Use require instead of eval-and-compile.
17696 (highlight-compare-buffers): New function.
17697
17698 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
17699
17700 * man.el (Man-fontify-manpage): Render section headings in
17701 `Man-overstrike-face' even when overstrike was not used by man
17702 formatter for section headings.
17703
17704 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
17705
17706 * rmail-spam-filter.el (vm-use-spam-filter)
17707 (rsf-min-region-length-added-to-spam-list): New variables.
17708 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
17709 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
17710 spam testing. Don't delete spam message if automatic deletion
17711 after output via variable rmail-delete-after-output is turned on.
17712 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
17713 rsf-bbdb-dont-create-entries-for-spam.
17714 (check-field): New function, extracted from code in
17715 rmail-spam-filter to ease addition of header fields like content-type.
17716 (message-content-type): New variable to check the content-type:
17717 field added, also in defcustom of rsf-definitions-alist.
17718 (rmail-spam-filter): Replace repeated test code for header fields
17719 by calls to check-field; change the call to
17720 rmail-output-to-rmail-file such that rmail-current-message stays
17721 the same to avoid wrong deletion of unseen flags.
17722 (rsf-add-contents-type): New function to convert old format
17723 of rmail-spam-definitions-alist into new one.
17724 Change prefixes of all variables and functions from
17725 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
17726
17727 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17728
17729 * loadhist.el (unload-hook-features-list): New defvar.
17730
17731 2004-02-16 Dave Love <fx@gnu.org>
17732
17733 * loadhist.el (unload-feature): Doc fix. Rename flist to
17734 unload-hook-features-list.
17735
17736 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
17737
17738 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
17739 cookie. Don't check if we are looking-at open-formula.
17740
17741 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
17742
17743 * subr.el (match-string-no-properties): Use substring-no-properties.
17744
17745 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17746
17747 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
17748 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
17749 Use lower-case "rx" in all error message.
17750
17751 2004-02-16 Dave Love <fx@gnu.org>
17752
17753 * emacs-lisp/rx.el (rx-or): Put group around result.
17754 (rx-constituents): Add backref.
17755 (rx-syntax): Add string-delimiter, comment-delimiter.
17756 (rx-categories): Add combining-diacritic.
17757 (rx-check-not, rx-greedy, rx): Doc fix.
17758 (rx-backref, rx-check-backref): New.
17759
17760 2004-02-16 Jesper Harder <harder@ifa.au.dk>
17761
17762 * newcomment.el (uncomment-region): Allow eob as comment end.
17763
17764 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17765
17766 * filecache.el: All message and error commands now use prefix
17767 "Filecache:" to make it easy to read *Messages* buffer.
17768
17769 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
17770
17771 * autorevert.el: Add support to detect changed dired and VC buffers.
17772 (auto-revert-active-p, auto-revert-list-diff)
17773 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
17774 (auto-revert-handler, auto-revert-active-p): New functions.
17775 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
17776 and `auto-revert-active-p'.
17777 (eval-when-compile): Defvar dired-directory and vc-mode.
17778 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
17779 (auto-revert-handler-vc): New functions.
17780
17781 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
17782
17783 * progmodes/compile.el (compilation-directory): New defvar.
17784 (compile): Save current directory in compilation-directory.
17785 (recompile): Bind default-directory to compilation-directory if
17786 that is non-nil.
17787
17788 2004-02-16 Dave Love <fx@gnu.org>
17789
17790 * newcomment.el (comment-insert-comment-function)
17791 (comment-region-function, uncomment-region-function): New.
17792 (comment-indent): Use comment-insert-comment-function.
17793 (uncomment-region): Use uncomment-region-function.
17794 (comment-region): Use comment-region-function.
17795
17796 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
17797
17798 2004-02-16 Richard Stallman <rms@gnu.org>
17799
17800 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
17801 loaddefs* and ldefs-boot*.
17802
17803 2004-02-16 Eli Zaretskii <eliz@gnu.org>
17804
17805 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
17806 and email address at the beginning and end of the address.
17807
17808 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
17809 anchored at the beginning of the email address.
17810
17811 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
17812
17813 * international/ccl.el (ccl-compile-write): Pass `left' to
17814 ccl-embed-code to generate correct code of write-expr-register.
17815
17816 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
17817
17818 * progmodes/grep.el (grep-compute-defaults): Fix typos.
17819
17820 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17821
17822 * x-dnd.el: Mention support for Motif in commentary.
17823 (x-dnd-handle-drag-n-drop-event): Ditto.
17824
17825 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
17826
17827 * ses.el: Use "ses--" prefixes for buffer-local variables.
17828 Use (point-min) instead of 1, even when we know the buffer
17829 is unnarrowed.
17830 (ses-build-load-map): Delete. Distribute its content to defconst's for
17831 the three maps.
17832 (ses-menu, ses-header-line-menu): New menus.
17833 (ses-mode-map): Use them.
17834 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
17835
17836 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
17837
17838 * Makefile.in: Fix the CC Mode recompile kludge so it works
17839 when building in a different directory.
17840
17841 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
17842
17843 * simple.el (kill-new): Put yank-handler property on the entire string.
17844
17845 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17846
17847 * diff.el: Don't use compile any more, use diff-mode instead.
17848 (diff-regexp-alist, diff-old-file, diff-new-file)
17849 (diff-parse-differences, diff-process-setup): Remove.
17850 (diff-sentinel): New fun.
17851 (diff): Use it. Run the process ourselves.
17852 Use diff-mode for the rest of the processing.
17853
17854 * diff.el (diff): Simplify code handling `switch'.
17855
17856 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
17857
17858 * pcvs-defs.el (cvs-menu): Add `tag'.
17859
17860 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
17861
17862 * simple.el (kill-append): Doc fix.
17863
17864 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
17865 Adapt outline-regexp to the new conventions for commenting out code.
17866
17867 2004-02-11 John Paul Wallington <jpw@gnu.org>
17868
17869 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
17870
17871 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
17872
17873 * diff.el (diff-switches): New fun.
17874 (diff, diff-backup): Use it.
17875 (diff): Clean up the args construction. Use backquote.
17876 Use listp instead of consp to avoid putting a nil arg.
17877 (diff): Add a revert-buffer function.
17878
17879 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17880
17881 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
17882 handled by x-dnd-handle-file-name.
17883 (x-dnd-known-types): Add COMPOUND_TEXT.
17884 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
17885 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
17886 x-dnd-empty-state.
17887 (x-dnd-forget-drop): Ditto.
17888 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
17889 (x-dnd-handle-one-url): Return private when inserting text.
17890 (x-dnd-insert-ctext): New function.
17891 (x-dnd-handle-file-name): New function for FILE_NAME.
17892 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
17893 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
17894 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
17895
17896 2004-02-10 Kenichi Handa <handa@m17n.org>
17897
17898 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
17899 instead of while loop.
17900
17901 2004-02-10 Miles Bader <miles@gnu.org>
17902
17903 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
17904
17905 2004-02-09 Kenichi Handa <handa@m17n.org>
17906
17907 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
17908 have end-of-line.
17909
17910 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
17911
17912 * Makefile.in: Added extra dependencies in the recompile target
17913 needed to cope with the compile time macro expansions in CC Mode.
17914
17915 2004-02-09 Kim F. Storm <storm@cua.dk>
17916
17917 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
17918 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
17919 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
17920 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
17921 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
17922 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
17923 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
17924 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
17925 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
17926 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
17927 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
17928
17929 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
17930
17931 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
17932 Don't allow shrink if there's a window on our right.
17933
17934 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
17935 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
17936 Bring together declaration and initialization.
17937 (prolog-mode-variables): Don't set the syntax table.
17938 Don't set paragraph-start and comment-indent-function.
17939 Add /*..*/ to the comment regexps.
17940 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
17941 (prolog-mode-map): Don't bind TAB.
17942 (prolog-mode): Set the syntax table.
17943 (prolog-comment-indent): Remove.
17944 (inferior-prolog-mode-map): Initialize in the declaration.
17945 (inferior-prolog-mode-syntax-table)
17946 (inferior-prolog-mode-abbrev-table): New vars.
17947 (inferior-prolog-mode): Derive from comint-mode.
17948 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
17949 minibuffer windows.
17950
17951 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
17952 in file names, as long as it is unabmiguous.
17953
17954 2004-02-08 Andreas Schwab <schwab@suse.de>
17955
17956 * textmodes/reftex-toc.el
17957 (reftex-toc-load-all-files-for-promotion): Remove useless use of
17958 format. Doc fix.
17959
17960 * textmodes/refer.el (refer-find-entry-internal): Remove extra
17961 format string arguments.
17962
17963 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
17964 string argument.
17965
17966 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
17967
17968 * play/zone.el (zone-call): Fix format string.
17969
17970 * net/webjump.el (webjump-builtin): Add missing format string argument.
17971
17972 * midnight.el (midnight-delay-set): Remove extra format string argument.
17973
17974 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
17975
17976 * hexl.el (hexl-insert-char): Add missing format string argument.
17977
17978 * format.el (format-decode): Fix format string.
17979
17980 * emulation/vi.el (vi-mode): Remove extra format string argument.
17981 (vi-repeat-last-search): Likewise.
17982 (vi-reverse-last-search): Likewise.
17983 (vi-goto-mark): Likewise.
17984 (vi-reverse-last-find-char): Likewise.
17985 (vi-repeat-last-find-char): Likewise.
17986 (vi-locate-def): Likewise.
17987
17988 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
17989
17990 * ediff-util.el (ediff-toggle-read-only): Remove extra format
17991 string argument.
17992 (ediff-toggle-regexp-match): Likewise.
17993
17994 * dired-aux.el (dired-do-query-replace-regexp): Add missing
17995 format string argument.
17996
17997 * calc/calc-map.el (calc-get-operator): Remove extra format
17998 string argument.
17999
18000 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
18001
18002 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
18003 string argument.
18004
18005 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
18006
18007 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
18008
18009 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
18010
18011 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
18012 (cl-struct-setf-expander): Likewise.
18013
18014 * vc.el (with-vc-file): Fix unsafe uses of error.
18015 (vc-cancel-version): Likewise.
18016
18017 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
18018
18019 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
18020 thousands separator; fixes <class>:<line-number> regexp for
18021 non-english locales.
18022
18023 2004-02-08 Andreas Schwab <schwab@suse.de>
18024
18025 * view.el (view-mode-enable): Revert previous change.
18026
18027 2004-02-07 Kim F. Storm <storm@cua.dk>
18028
18029 * simple.el (line-number-at-pos): Rename from line-at-pos.
18030 Uses changed (what-line and vc-annotate-warp-version).
18031
18032 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
18033
18034 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
18035 (diff-mode): Remove aborted attempt at support for compile.el.
18036 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
18037
18038 2004-02-06 Andreas Schwab <schwab@suse.de>
18039
18040 * view.el (view-mode-enable): Add view-mode-map to
18041 minor-mode-overriding-map-alist.
18042
18043 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18044
18045 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
18046
18047 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
18048
18049 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
18050 with point inside rather than after the paragraph.
18051
18052 2004-02-04 Sam Steingold <sds@gnu.org>
18053
18054 * mail/smtpmail.el (smtpmail-try-auth-methods):
18055 Do not try authentication when no mechanism is available.
18056 Pass port-name as defaultport to `netrc-machine'.
18057
18058 2004-02-04 Stephen Eglen <stephen@gnu.org>
18059
18060 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
18061 to show how minibuffer height can be constrained.
18062
18063 2004-02-04 John Paul Wallington <jpw@gnu.org>
18064
18065 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
18066
18067 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18068
18069 * x-dnd.el: New file for drag and drop.
18070
18071 * term/x-win.el: require x-dnd, set after-make-frame-functions
18072 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
18073 drag-n-drop event.
18074
18075 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
18076 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
18077 (dired-dnd-handle-file): New functions for drag and drop support.
18078 (dired-mode): Initialize drag and drop if x-dnd present.
18079
18080 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
18081
18082 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
18083 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
18084 (cperl-mode): Set fill-paragraph-function.
18085 (cperl-fill-paragraph): Make it non-interactive.
18086
18087 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
18088
18089 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
18090
18091 2004-02-02 David Kastrup <dak@gnu.org>
18092
18093 * replace.el (perform-replace): Allow 'literal argument in
18094 regexp-flag to indicate literal replacement.
18095 (query-replace-regexp-eval): Use it.
18096
18097 2004-02-01 Andreas Schwab <schwab@suse.de>
18098
18099 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
18100
18101 2004-02-01 Stephen Eglen <stephen@gnu.org>
18102
18103 * info-look.el: Add support for maxima-mode. Update commentary
18104 because info-lookup-symbol is now bound to C-h S.
18105
18106 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
18107
18108 * simple.el (edit-and-eval-command): Bind print-level and
18109 minibuffer-history-sexp-flag around call to read-from-minibuffer.
18110 Correct initial position in command-history.
18111
18112 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
18113
18114 * files.el (read-directory-name): Adapt the docstring to recent
18115 change in Fread_file_name.
18116
18117 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
18118
18119 * ses.el (ses-print-cell): If print format too wide for column
18120 width, truncate decimal places if that helps to avoid "#####" fill.
18121 * ses.el (ses-initial-column-width): Revert previous change.
18122
18123 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
18124
18125 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
18126 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
18127 Add edebug info.
18128 (jit-lock-mode): Setup/cancel the new timer.
18129 (jit-lock-context-fontify): New fun. Extracted from
18130 context fontification code of jit-lock-stealth-fontify.
18131 (jit-lock-stealth-fontify): Don't do context fontification any more.
18132
18133 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
18134 (jit-lock-fontify-now): Handle the `quit' case.
18135 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
18136
18137 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
18138
18139 * progmodes/executable.el (executable-command-find-posix-p):
18140 New. Check if find handles arguments Posix-style.
18141
18142 * progmodes/grep.el (grep-compute-defaults):
18143 Use executable-command-find-posix-p.
18144 (grep-find): Check `grep-find-command'.
18145
18146 * filecache.el (file-cache-find-posix-p): Delete.
18147 (file-cache-add-directory-using-find):
18148 Use `executable-command-find-posix-p'.
18149
18150 2004-01-29 Dave Love <fx@gnu.org>
18151
18152 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18153 Iterate the hook function if arg is given.
18154 (mark-defun, narrow-to-defun): Change order of finding the limits.
18155
18156 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
18157 (byte-compile-format-warn): New.
18158 (byte-compile-callargs-warn): Use it.
18159 (Format, message, error): Add byte-compile-format-like property.
18160 (byte-compile-maybe-guarded): New.
18161 (byte-compile-if, byte-compile-cond): Use it.
18162 (byte-compile-lambda): Compile interactive forms,
18163 just to make warnings about them.
18164
18165 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
18166
18167 * ses.el (ses-initial-column-width): Increase to 14, so it will
18168 work well with the default printer of "%.7g" for extreme values
18169 like "-1.234567e+07".
18170
18171 2004-01-29 Kenichi Handa <handa@m17n.org>
18172
18173 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
18174
18175 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
18176
18177 * dos-w32.el: Added support for the `default-printer-name' function.
18178
18179 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
18180
18181 * server.el (server-socket-name): Don't use the hostname in the
18182 socket name since /tmp is local to the host anyway.
18183
18184 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
18185 robust check of widening and fix var-naming.
18186
18187 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
18188
18189 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
18190 or rmail-spam- to rsf- in all function and variable names.
18191 (rsf-min-region-to-spam-list): New variable.
18192 (rsf-bbdb-auto-delete-spam-entries): Rename from
18193 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
18194 scanned together with the recipients field for spam testing; Don't
18195 delete spam message if rmail-delete-after-output is non-nil;
18196 (rsf-check-field): New function, extracted from code in
18197 rmail-spam-filter to ease addition of header fields like
18198 content-type:;
18199 (message-content-type): New variable. The content-type: field was
18200 added also in defcustom of rsf-definitions-alist;
18201 (rmail-spam-filter): Replace repeated test code for header fields
18202 by calls to check-field; change the call to
18203 rmail-output-to-rmail-file such that rmail-current-message stays
18204 the same to avoid wrong deletion of unseen flags.
18205 (rmail-use-spam-filter): Add autoload cookie.
18206
18207 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
18208
18209 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
18210 (file-cache-add-directory-using-find): Add Cygwin support.
18211 (file-cache-find-command-posix-flag): New user variable.
18212
18213 * filecache.el (file-cache-add-directory): Check for
18214 directories an remove them from dir-files.
18215
18216 2004-01-27 Richard M. Stallman <rms@gnu.org>
18217
18218 * man.el (Man-fontify-manpage): Clean up message.
18219
18220 2004-01-27 Kenichi Handa <handa@m17n.org>
18221
18222 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
18223 (sentence-end): Define using sentence-end-without-space.
18224
18225 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
18226 a sentence ends with one of a character in sentence-end-without-space.
18227
18228 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
18229
18230 * font-lock.el (font-lock): Add jit-lock as explicit group member.
18231 (jit-lock): Group declaration moved to jit-lock.el.
18232 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
18233 when necessary.
18234
18235 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
18236 (jit-lock-context-unfontify-pos): Rename from
18237 jit-lock-first-unfontify-pos.
18238 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
18239
18240 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
18241
18242 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
18243 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
18244 (fortran-fill): When filling a string, adjust re-search-backward
18245 argument for special case of string just on fill-column.
18246 When filling non-string, allow one extra char if
18247 fortran-break-before-delimiters is non-nil.
18248 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
18249 Use fortran-break-delimiters-re and fortran-no-break-re to
18250 correctly handle cases such as "**".
18251
18252 * progmodes/f90.el (f90-break-delimiters): Doc fix.
18253 (f90-no-break-re): Add some extra tokens. Doc fix.
18254
18255 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
18256
18257 * mail/rmail-spam-filter.el:
18258 Use two semicolons as Commentary line prefix.
18259 Add ";;; Code:" stylized comment.
18260 Delete end-of-line whitespace.
18261 Wrap (require 'cl) with `eval-when-compile'.
18262
18263 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
18264
18265 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
18266 at the top level of vc.el.
18267
18268 2004-01-23 Andre Spiegel <spiegel@gnu.org>
18269
18270 * vc.el (vc-current-line): Function removed. This is now done by
18271 the new function line-at-pos in simple.el.
18272 (vc-annotate-warp-version): Use line-at-pos instead of
18273 vc-current-line.
18274
18275 2004-01-22 Kim F. Storm <storm@cua.dk>
18276
18277 * simple.el (line-at-pos): New defun.
18278 (what-line): Use it. Optimize by only counting lines in narrowed
18279 region once.
18280
18281 2004-01-22 Kenichi Handa <handa@m17n.org>
18282
18283 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
18284 point (register r1) only for charset mule-unicode-0100-24ff.
18285
18286 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
18287
18288 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
18289 trailing white space and ensure a final newline.
18290
18291 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
18292 Add autoload cookie.
18293
18294 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
18295
18296 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
18297 activate view-mode explicitly.
18298
18299 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18300
18301 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
18302 menu-bar-enable-clipboard and make Paste use clipboard first.
18303
18304 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
18305
18306 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
18307 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
18308 (vc-mcvs-cvs): Remove.
18309 (vc-mcvs-command): Remove use of assert.
18310
18311 * outline.el (outline-insert-heading): Tighten up match.
18312 (outline-demote, outline-move-subtree-down): Don't assume anything
18313 about outline-regexp.
18314
18315 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
18316 (texinfo-show-structure): Explicitly add ^, and simplify.
18317
18318 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
18319
18320 * calendar/appt.el (appt-check): Restore usage of
18321 appt-issue-message deleted in previous change.
18322 (top-level): Activate package when loaded (needed for backwards
18323 compatibility).
18324
18325 2004-01-20 Jesper Harder <harder@ifa.au.dk>
18326
18327 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
18328 following previous change to smtpmail-send-data.
18329
18330 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
18331
18332 * vc.el (vc-default-previous-version): Doc enhancement.
18333 (vc-default-next-version): New function.
18334 (vc-print-log): New arg FOCUS-REV.
18335 (vc-annotate-mode): Derive from view-mode.
18336 (vc-annotate): New args REVISION, DISPLAY-MODE.
18337 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
18338 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
18339 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
18340 (vc-annotate-show-diff-revision-at-line, vc-current-line)
18341 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
18342
18343 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
18344
18345 2004-01-19 Karl Berry <karl@gnu.org>
18346
18347 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
18348 or "TexInfo".
18349
18350 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
18351
18352 * subr.el (delete-dups): New function.
18353
18354 2004-01-19 Karl Berry <karl@gnu.org>
18355
18356 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
18357 with ^, since that's what texinfo-show-structure
18358 documentation says (plus it works much better in texinfo.txi).
18359
18360 2004-01-18 Jesper Harder <harder@ifa.au.dk>
18361
18362 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
18363
18364 2004-01-18 David Ponce <david@dponce.com> (tiny change)
18365
18366 * progmodes/which-func.el (which-function-mode): Don't cancel
18367 which-func-update-timer if not set.
18368
18369 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
18370
18371 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
18372 Remove spurious left square bracket in XX:XXam regexp.
18373
18374 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
18375
18376 * progmodes/cc-defs.el: Do not require cl at run time.
18377
18378 2004-01-16 Richard M. Stallman <rms@gnu.org>
18379
18380 * emacs-lisp/cl.el (cl-cannot-unload): New function.
18381 (cl-unload-hook): Defvar this to run cl-cannot-unload.
18382
18383 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
18384 Call rmail-spam-filter. Delete and expunge spam.
18385 Print number of spam messages deleted.
18386 Save and restore the deletion status of old messages when reading
18387 new mail with spam filter, so that expunging spam does not expunge
18388 msgs deleted by the user.
18389 (rmail-only-expunge): Add an optional argument dont-show to
18390 prevent showing message after expunge.
18391
18392 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
18393
18394 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
18395 * subr.el (declare): New macro.
18396
18397 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
18398
18399 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
18400
18401 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
18402
18403 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
18404 Test window-system rather than system-type (for X11/Mac).
18405
18406 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
18407
18408 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
18409
18410 2004-01-12 Richard M. Stallman <rms@gnu.org>
18411
18412 * mail/rmail.el (rmail-convert-to-babyl-format):
18413 Use mail-unquote-printable-region.
18414 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
18415 (rmail-hex-char-to-integer): Functions deleted.
18416
18417 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
18418 (mail-unquote-printable-region): New arg NOERROR.
18419 For invalid encoding, either signal an error to just return nil.
18420
18421 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
18422
18423 * calendar/appt.el: Update copyright and commentary.
18424 (appt-issue-message): Make obsolete.
18425 (appt-visible, appt-msg-window): Make obsolete, in favour of
18426 appt-display-format.
18427 (appt-display-mode-line, appt-display-duration)
18428 (appt-display-diary, appt-time-msg-list, appt-mode-string)
18429 (appt-prev-comp-time, appt-display-count, appt-timer)
18430 (appt-convert-time): Doc change.
18431 (appt-disp-window-function, appt-delete-window-function):
18432 Use defcustom rather than defvar.
18433 (appt-display-format): New variable.
18434 (appt-display-message): New function with display code from appt-check.
18435 (appt-check): Add optional FORCE argument. Doc change.
18436 Add appt-make-list to diary-hook if displaying diary.
18437 Remove checking of view-diary-entries-initially.
18438 Message display section removed to new function appt-display-message.
18439 (appt-display-window): Doc change. Remove unused internal var
18440 this-buffer. Do not beep, since appt-display-message does that.
18441 (appt-make-list): Doc change. Use caar.
18442 (appt-sort-list): Simplify by using builtin sort function.
18443 (appt-update-list): New function for updating appts when diary is
18444 saved.
18445 (appt-activate): New autoloaded function to toggle package
18446 functionality.
18447
18448 * calendar/cal-x.el: (calendar-one-frame-setup)
18449 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
18450
18451 * calendar/calendar.el: Update copyright.
18452 (view-diary-entries-initially, european-calendar-style): Doc change.
18453 (calendar-setup): Make defcustom rather than defvar.
18454 (mark-visible-calendar-date): Initialize temp-face and faceinfo
18455 in let binding so local to function.
18456
18457 * calendar/diary-lib.el: Update copyright.
18458 (diary, diary-entry-time): Doc change.
18459 (list-diary-entries): Doc change. Trivial logic change.
18460 (fancy-diary-display): Restore make-face command mistakenly
18461 deleted 2003-05-08.
18462 (show-all-diary-entries): Allow to pop-up frame if needed.
18463
18464 2004-01-09 John Paul Wallington <jpw@gnu.org>
18465
18466 * bindings.el (mode-line-change-eol): Add EVENT parameter.
18467 Temporarily select EVENT's window for changing eol type.
18468
18469 2004-01-09 Deepak Goel <deego@gnufans.org>
18470
18471 * calendar/diary-lib.el (diary-entry-time):
18472 Also accept time in the form XX[.XX][am/pm/AM/PM].
18473 (fancy-diary-font-lock-keywords): Likewise.
18474 (diary-font-lock-keywords): Likewise.
18475 * calendar/appt.el (appt-add): Likewise.
18476 (appt-make-list): Likewise.
18477 (appt-convert-time): Likewise.
18478
18479 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
18480
18481 * gdb-ui.el (gdb-ann3): Revert previous change.
18482 (gdb-source-info): Allow for case of where compilation directory
18483 is not recorded.
18484
18485 2004-01-08 John Paul Wallington <jpw@gnu.org>
18486
18487 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
18488
18489 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
18490
18491 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
18492
18493 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
18494 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
18495 problems.
18496 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
18497
18498 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
18499
18500 * files.el (write-file-functions, write-contents-functions):
18501 Clarify docstrings.
18502
18503 2004-01-07 Kenichi Handa <handa@m17n.org>
18504
18505 * international/mule.el (set-auto-coding): Fix for the case that
18506 end-of-line is only CR.
18507
18508 2004-01-07 Kim F. Storm <storm@cua.dk>
18509
18510 * subr.el (event-start, event-end): Doc fix.
18511 (posn-string, posn-image): New defuns.
18512 (posn-object): Return either image or string object.
18513 (posn-object-x-y): Return 8th element of position.
18514 (posn-object-width-height): New defun.
18515
18516 2004-01-06 Andreas Schwab <schwab@suse.de>
18517
18518 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
18519 output.
18520
18521 2004-01-05 Karl Berry <karl@gnu.org>
18522
18523 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
18524 / and *, too.
18525
18526 2003-12-31 Simon Josefsson <jas@extundo.com>
18527
18528 * files.el (before-save-hook): Add.
18529 (basic-save-buffer): Use before-save-hook.
18530
18531 * emacs-lisp/copyright.el: Fix comment to recommend
18532 before-save-hook instead of write-file-functions.
18533
18534 2004-01-05 Richard M. Stallman <rms@gnu.org>
18535
18536 * finder.el (finder-commentary): Call delete-other-windows.
18537
18538 * net/ange-ftp.el (ange-ftp-file-attributes):
18539 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
18540
18541 2004-01-04 Karl Berry <karl@gnu.org>
18542
18543 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
18544 comment characters % and # in the copyright year notice,
18545 as well as ;.
18546
18547 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
18548
18549 * wid-edit.el (default): Define dummy :value-delete.
18550 Reported by Jesper Harder <harder@ifa.au.dk>.
18551
18552 2004-01-03 Richard M. Stallman <rms@gnu.org>
18553
18554 * progmodes/compile.el (compile-internal): Use point, not point-min,
18555 for set-window-point.
18556
18557 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
18558
18559 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
18560
18561 * progmodes/grep.el (grep-mode-map):
18562 Don't remap next-line, previous-line.
18563
18564 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
18565
18566 * speedbar.el (speedbar-edit-line): Change regexp to position
18567 the cursor on the first character of this line's button.
18568
18569 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
18570
18571 * subr.el (functionp): Doc fix.
18572
18573 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
18574
18575 * progmodes/idlwave.el (idlwave-make-tags):
18576 * textmodes/flyspell.el (flyspell-large-region):.
18577 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
18578 * emulation/viper-util.el (viper-glob-unix-files):
18579 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
18580 * man.el (Man-init-defvars):
18581 * jka-compr.el (jka-compr-call-process):
18582 * files.el (get-free-disk-space,insert-directory):
18583 * ediff-ptch.el (ediff-test-patch-utility):
18584 * ediff-diff.el (ediff-test-utility):
18585 * dired-aux.el (dired-check-process):
18586 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
18587 test the return value of call-process, because it can be a string.
18588
18589 2003-12-31 John Paul Wallington <jpw@gnu.org>
18590
18591 * bindings.el (completion-ignored-extensions): Add .pfsl.
18592
18593 2003-12-31 Kim F. Storm <storm@cua.dk>
18594
18595 * ido.el (ido-nonreadable-directory-p): New defun to check for
18596 nonreadable directory without activating tramp (to avoid problems
18597 with checking incomplete tramp paths).
18598 (ido-set-current-directory, ido-file-internal)
18599 (ido-file-name-all-completions1): Use it.
18600
18601 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
18602
18603 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
18604 documentation if the anchor (or node) name is preceded by `info
18605 anchor' or `Info anchor' in addition to earlier `info node' and
18606 `Info node'.
18607 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
18608
18609 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18610
18611 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
18612 error in arguments to base64-decode-region. Remove ^M characters
18613 after decoding base64.
18614
18615 2003-12-30 Simon Josefsson <jas@extundo.com>
18616
18617 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
18618 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
18619 have only been distributed with Emacs for some years.
18620 (texinfo-mode-hook): Customize.
18621
18622 2003-12-30 Eli Zaretskii <eliz@gnu.org>
18623
18624 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
18625 cleaner (suggested by Richard Stallman).
18626
18627 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
18628 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
18629 file-name clashes on 8+3 DOS filesystems.
18630
18631 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
18632 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
18633 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
18634 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
18635 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
18636 file-name clashes on 8+3 filesystems.
18637
18638 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
18639 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
18640 file-name clashes on 8+3 DOS filesystems.
18641
18642 2003-12-29 Richard M. Stallman <rms@gnu.org>
18643
18644 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
18645 Upcase the character.
18646
18647 * textmodes/flyspell.el (mail-mode-flyspell-verify):
18648 Search for header separator alone on a line, literally,
18649 and search for it backward, not forward.
18650 (flyspell-abbrev-table): Always use global-abbrev-table
18651 if there is no local one.
18652
18653 * progmodes/sh-script.el (sh-get-indent-info):
18654 Don't move point back if at bob.
18655
18656 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
18657
18658 * play/handwrite.el (handwrite): Make the handwrite credit message
18659 a comment rather than an output command.
18660
18661 * obsolete/sc.el: Display message that this file is obsolete.
18662
18663 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
18664
18665 * mail/rfc822.el (rfc822-address-start): Declare variable.
18666 Renamed from address-start. All uses changed.
18667
18668 * term.el (term-exec): Set up sentinel.
18669 (term-sentinel): New function.
18670 (term-handle-exit): New function.
18671
18672 * subr.el (assoc-ignore-case, assoc-ignore-representation):
18673 Use assoc-string, and mark them obsolete.
18674 (delay-mode-hooks): Mark as permanent local.
18675
18676 * simple.el (sendmail-user-agent-compose): Use assoc-string.
18677
18678 * register.el (copy-rectangle-to-register): Doc fix.
18679
18680 * info.el (Info-insert-dir): Use assoc-string.
18681
18682 * info-look.el (info-lookup): Use assoc-string.
18683
18684 * frame.el (pop-up-frame-function): Use quote, not `function'.
18685 (frame-notice-user-settings): Calculate ADJUSTED-TOP
18686 copying with lists as coordinate values.
18687
18688 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
18689
18690 * find-dired.el (kill-find): New command.
18691 (find-dired): Make buffer read-only.
18692 Set up a keymap with C-c C-k running kill-find.
18693 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
18694
18695 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
18696
18697 * filecache.el (file-cache-ignore-case): New variable.
18698 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
18699
18700 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
18701 (comint-dynamic-complete-as-filename): Rename local vars.
18702 (comint-dynamic-list-filename-completions): Likewise.
18703
18704 * comint.el (comint-dynamic-list-completions-config): New var.
18705 (comint-dynamic-list-completions): Handle both SPC and TAB right.
18706
18707 * comint.el (comint-file-name-chars): Add [].
18708 (comint-word): Use skip-chars-backward, not search.
18709
18710 * shell.el (shell-file-name-chars): Add [].
18711
18712 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
18713
18714 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
18715
18716 * generic.el (define-generic-mode): Doc fix.
18717
18718 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18719
18720 * files.el (kill-some-buffers): Doc fix.
18721
18722 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
18723
18724 * comint.el (comint-watch-for-password-prompt): Pass `string' as
18725 arg to send-invisible
18726 (send-invisible): Doc fix. The argument is now a prompt, not the
18727 string to send.
18728 (comint-read-noecho): Doc fix.
18729
18730 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
18731
18732 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
18733 "@", as required by some ISP hosting service. Fix defcustom
18734 argument syntax errors that prevented use of customization.
18735
18736 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18737
18738 * xml.el (xml-get-attribute-or-nil): Doc fix.
18739
18740 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
18741
18742 * net/zone-mode.el (zone-mode): Use write-file-functions, not
18743 write-file-hooks.
18744
18745 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
18746
18747 * autorevert.el (auto-revert-interval): Doc fix.
18748
18749 2003-12-29 Mark A. Hershberger <mah@everybody.org>
18750
18751 * xml.el (xml-get-attribute-or-nil): New function, like
18752 xml-get-attribute, but returns nil if the attribute was not found.
18753 (xml-get-attribute): Convert to defsubst, uses
18754 xml-get-attribute-or-nil.
18755
18756 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18757
18758 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
18759
18760 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
18761
18762 * custom.el (custom-declare-theme): Use `value' when putting
18763 properties on `theme'.
18764
18765 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
18766
18767 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
18768 for each yank-handler segment.
18769 (insert-for-yank-1): New function, with the body of the previous
18770 insert-for-yank.
18771
18772 * textmodes/table.el (table-yank-handler): New defcustom.
18773 (table--put-cell-indicator-property): Put yank-handler property
18774 that indicates the yank handler for the table cell.
18775
18776 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
18777
18778 * generic-x.el (etc-modules-conf-generic-mode): A more complete
18779 set of keywords.
18780
18781 2003-12-29 Eli Zaretskii <eliz@gnu.org>
18782
18783 * international/mule-cmds.el (reset-language-environment)
18784 (set-language-environment): Don't invoke fontset-related functions
18785 if fontset-list is not fboundp.
18786
18787 2003-12-29 Kenichi Handa <handa@m17n.org>
18788
18789 * international/mule-cmds.el (reset-language-environment):
18790 Call set-overriding-fontspec-internal with nil.
18791 (set-language-environment): Call set-overriding-fontspec-internal
18792 if the language environment specify `overriding-fontspec'.
18793 (language-info-alist): Doc added.
18794
18795 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
18796 characters of mule-unicode-0100-24ff.
18797 (ccl-encode-windows-1251-font): New CCL program.
18798 ("Bulgarian"): Specify overriding-fontspec.
18799 ("Belarusian"): Likewise.
18800
18801 2003-12-28 Sam Steingold <sds@gnu.org>
18802
18803 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
18804 parameter ID-FORMAT to conform with the 2003-11-30 patch.
18805
18806 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
18807
18808 * progmodes/gud.el (gud-gdb-command-name): Set default to
18809 "gdb --annotate=3".
18810 (gud-gdb-marker-filter): Look out for annotations.
18811 (gdb-first-pre-prompt): New variable.
18812 Remove trailing white space.
18813
18814 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
18815 if necessary.
18816 (gdb-ann3): New function. Initialise M-x gdb as for M-x gdba if
18817 annotations are detected.
18818 (gud-gdba-marker-filter): Use global variable gud-marker-acc
18819 instead of a local one to allow transition from
18820 gud-gdb-marker-filter.
18821 Remove trailing white space.
18822
18823 2003-12-27 Kim F. Storm <storm@cua.dk>
18824
18825 * ido.el: Handle non-readable directories.
18826 (ido-decorations): Add 9th element for non-readable directory.
18827 (ido-directory-nonreadable): New dynamic var.
18828 (ido-set-current-directory): Set it.
18829 (ido-read-buffer, ido-file-internal):
18830 (ido-read-file-name, ido-read-directory-name): Let-bind it.
18831 (ido-file-name-all-completions1): Return empty list for
18832 non-readable directory.
18833 (ido-exhibit): Print [Not readable] if directory is not readable.
18834 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
18835 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
18836 Use it.
18837
18838 2003-12-27 Lars Hansen <larsh@math.ku.dk>
18839
18840 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
18841 calls to directory-files-and-attributes and file-attributes.
18842 (ls-lisp-format): Remove system dependent handling of user and
18843 group id's.
18844
18845 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
18846
18847 * ffap.el (ffap-read-file-or-url): Revert previous change.
18848
18849 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
18850
18851 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
18852 new list of included files called `files-with-node-lines', that
18853 only have node lines. This way @include commands can include any
18854 file, such as version and update files without node lines, not
18855 just files that are chapters.
18856
18857 2003-12-25 Andreas Schwab <schwab@suse.de>
18858
18859 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
18860 file not found.
18861
18862 2003-12-08 Miles Bader <miles@gnu.org>
18863
18864 * dired.el (dired-between-files): Always use dired-move-to-filename,
18865 which is more robust in non-english locales.
18866
18867 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
18868
18869 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
18870
18871 2003-12-24 Andreas Schwab <schwab@suse.de>
18872
18873 * shell.el (shell-file-name-quote-list): Add backslash.
18874
18875 * comint.el (comint-quote-filename): Correctly handle backslash
18876 in comint-file-name-quote-list.
18877
18878 2003-12-24 Kenichi Handa <handa@m17n.org>
18879
18880 * international/mule-cmds.el (set-default-coding-systems):
18881 Call ucs-set-table-for-input for all buffers that don't have local
18882 value of buffer-file-coding-system.
18883
18884 * international/ucs-tables.el (ucs-set-table-for-input):
18885 If translation-table-for-encode is a symbol, get its
18886 translation-table property.
18887
18888 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
18889
18890 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
18891 to `completing-read' on a recently fixed bug.
18892
18893 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
18894 instead of SPACE, to get the list of possible fringe modes.
18895 SPACE only works if both `partial-completion-mode' and
18896 `completion-auto-help' are nil.
18897
18898 * complete.el (PC-is-complete-p): Delete.
18899 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
18900 calls to `test-completion'.
18901
18902 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
18903
18904 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
18905 to edit values when there are no children.
18906
18907 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
18908 a mode called "Assembler" already exists.
18909 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
18910 (gud-watch): Use format option. Remove font properties from string.
18911 (gdb-var-create-handler, gdb-var-list-children-handler):
18912 Don't bother about properties as there are none.
18913 (gdb-var-create-handler, gdb-var-list-children-handler)
18914 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
18915 with two arguments.
18916 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
18917 Let speedbar show value changes with a different font.
18918 (gdb-edit-value): New defun.
18919 (gdb-clear-partial-output, gdb-clear-inferior-io)
18920 (def-gdb-auto-update-handler): Use erase-buffer.
18921 (gdb-frame-handler): Display watch expressions in
18922 FUNCTION::VARIABLE format if required.
18923
18924 2003-12-23 John Paul Wallington <jpw@gnu.org>
18925
18926 * info.el (Info-unescape-quotes, Info-split-parameter-string)
18927 (Info-goto-emacs-command-node): Doc fixes.
18928
18929 2003-12-12 Jesper Harder <harder@ifa.au.dk>
18930
18931 * cus-edit.el (custom-add-parent-links): Define "many".
18932
18933 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
18934
18935 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
18936 (widget-child-validate, widget-type-value-create)
18937 (widget-type-default-get, widget-type-match): New functions.
18938 (lazy): New widget.
18939 (menu-choice, checklist, radio-button-choice, editable-list)
18940 (group, documentation-string): Remove redundant (per 2003-10-25
18941 change) calls to `widget-children-value-delete'.
18942 (widget-choice-value-get, widget-choice-value-inline): Remove.
18943 (menu-choice): Update widget.
18944
18945 2003-12-03 Kenichi Handa <handa@m17n.org>
18946
18947 * language/cyrillic.el: Register "microsoft-cp1251" in
18948 ctext-non-standard-encodings-alist.
18949 ("Bulgarian"): Add ctext-non-standard-encodings.
18950 ("Belarusian"): Likewise.
18951
18952 * international/mule-conf.el (compound-text-with-extensions):
18953 Change the type to 2 (iso-2022 base).
18954
18955 * international/mule.el (ctext-non-standard-encodings-alist):
18956 Change the format.
18957 (ctext-non-standard-encodings): New variable.
18958 (ctext-post-read-conversion): Fully re-written.
18959 (ctext-non-standard-designations-alist): Delete it.
18960 (ctext-non-standard-encodings-table): New function.
18961 (ctext-pre-write-conversion): Fully re-written.
18962
18963 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
18964
18965 * cus-edit.el (custom-add-parent-links): Add documentation links
18966 for parent, if the item has none of its own.
18967
18968 2003-11-30 Richard M. Stallman <rms@gnu.org>
18969
18970 * dired-aux.el (dired-do-query-replace-regexp):
18971 Report files visited read-only.
18972
18973 2003-11-30 Juri Linkov <juri@jurta.org>
18974
18975 * dired-aux.el (dired-compare-directories): New command.
18976 (dired-file-set-difference, dired-files-attributes): New functions.
18977
18978 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
18979 Version 2.0.38 of Tramp released.
18980
18981 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
18982 Charles Curley <charlescurley@charlescurley.com>.
18983 (tramp-multi-connection-function-alist): Add ssht entry which adds
18984 "-e none -t -t" to the list of ssh args. Suggested by Adrian
18985 Aichner.
18986 (tramp-get-method-parameter): New function to retrieve a method
18987 parameter. This allows for omission of method parameters.
18988 Callers adjusted.
18989
18990 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
18991
18992 * net/tramp.el: Add new optional parameter ID-FORMAT to
18993 `file-attributes'. Calls of `file-attributes' won't use this
18994 parameter for backward compatibility reasons.
18995 (tramp-perl-file-attributes): Add a new parameter to Perl script
18996 in order to handle uid/gid as strings, if desired.
18997 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
18998 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
18999 order to make the function more general.
19000 (tramp-handle-file-attributes): Replace proprietary optional
19001 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
19002 (tramp-handle-file-attributes-with-perl): Handle parameter
19003 NONNUMERIC if set. This wasn't done in the past.
19004 (tramp-post-connection): Apply second parameter "$2" if
19005 `tramp-remote-perl' is called.
19006
19007 * net/tramp-smb.el (tramp-smb-handle-delete-file):
19008 Correct cut'n'waste error (`filename' instead of `directory').
19009 (tramp-smb-handle-directory-files-and-attributes)
19010 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
19011 introduced parameter ID-FORMAT.
19012 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
19013 error (`directory' instead of `ldir').
19014
19015 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
19016 `file-attributes' has a second parameter. If yes, apply it with
19017 value "'integer". Otherwise, don't use that parameter (default is
19018 integer format).
19019
19020 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
19021
19022 * help.el (help-map): Bind `display-local-help' to `C-h .'.
19023 (help-for-help): Add `C-h .' to the listed Help options.
19024 Remove trailing whitespace.
19025
19026 * help-at-pt.el: New file.
19027
19028 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
19029
19030 * subr.el (noreturn, 1value): New macros for test coverage.
19031 See `testcover.el'.
19032
19033 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
19034
19035 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
19036 for macro `1value'.
19037 (testcover-1value): New function. Checks that a 1value form
19038 actually returns only one value. Requested by RMS.
19039
19040 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
19041
19042 * gdb-ui.el (gud-watch, gdb-var-create-handler)
19043 (gdb-var-list-children, gdb-var-list-children-handler)
19044 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
19045 gdb commands that use mi to keep them out of the command history.
19046
19047 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
19048
19049 * cus-start.el (all): Add use-file-dialog.
19050
19051 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
19052
19053 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
19054
19055 2003-11-27 Kim F. Storm <storm@cua.dk>
19056
19057 * subr.el (posn-object-x-y): New defun.
19058
19059 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
19060
19061 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
19062 Don't use `space' for \\\n.
19063 Be more selective as to which # are comment-starters.
19064
19065 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
19066
19067 * subr.el (number-sequence): Improve handling of floating point
19068 arguments (suggested by Kim Storm). Allow negative arguments.
19069
19070 2003-11-26 Kenichi Handa <handa@m17n.org>
19071
19072 * international/mule-cmds.el (standard-display-european-internal):
19073 Cancel the standard-display-table setting for ` and '.
19074
19075 2003-11-26 Kim F. Storm <storm@cua.dk>
19076
19077 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
19078 New defcustoms to add ffap-like functionality to ido.
19079 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
19080 (ido-no-final-slash): New defun.
19081 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
19082 (ido-read-file-name): ): Toggle VC checking via
19083 vc-handled-backends instead of vc-master-templates.
19084 (ido-file-internal): Handle ido-use-url-at-point and
19085 ido-use-filename-at-point via code borrowed from ffap-guesser.
19086 Handle new ido-exit code ffap.
19087 (ido-sort-list): Ignore final slash when sorting file names.
19088
19089 2003-11-25 Kim F. Storm <storm@cua.dk>
19090
19091 * emulation/cua-base.el (cua--standard-movement-commands):
19092 Add forward-sentence and backward-sentence.
19093
19094 2003-11-25 Stephen Eglen <stephen@gnu.org>
19095
19096 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
19097 iswitchb-exit is set to 'usefirst when user selects buffer at head
19098 of list using RET. (Selecting buffers at the head of the list was
19099 broken if the substring was also a complete buffername.)
19100
19101 2003-11-23 Kim F. Storm <storm@cua.dk>
19102
19103 * progmodes/compile.el (grep-command, grep-use-null-device)
19104 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
19105 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
19106 (grep-regexp-alist, grep-program, find-program)
19107 (grep-find-use-xargs, grep-history, grep-find-history)
19108 (grep-process-setup, grep-compute-defaults)
19109 (grep-default-command, grep, grep-tag-default, grep-find)
19110 (grep-expand-command-macros, grep-tree-last-regexp)
19111 (grep-tree-last-files, grep-tree): Move grep variables, functions
19112 and commands to new file grep.el.
19113 (compilation-mode-map): Remove grep commands from Compile sub-menu.
19114 (compilation-process-setup-function): Doc fix.
19115 (compilation-highlight-regexp, compilation-highlight-overlay): New
19116 defvars used for highlighting current compile error in source buffer.
19117 (compile-internal): New optional args HIGHLIGHT-REGEXP and
19118 LOCAL-MAP which overrides compilation-highlight-regexp and
19119 compilation-mode-map for this compilation.
19120 Delay calling compilation-set-window-height until after running
19121 compilation-process-setup-function so it can buffer-local override
19122 compilation-window-height.
19123 Check buffer-local value of compilation-scroll-output.
19124 (compilation-set-window-height): Use buffer-local value of
19125 compilation-window-height.
19126 (compilation-revert-buffer): Don't pass (undefined)
19127 preserve-modes arg to revert-buffer.
19128 (next-error-no-select, previous-error-no-select): New commands.
19129 (compilation-goto-locus): Temporarily highlight current match in
19130 source buffer using compilation-highlight-regexp.
19131
19132 * progmodes/grep.el: New file with grep code from compile.el.
19133 (grep): New defcustom group.
19134 (grep-window-height): New defcustom, like compilation-window-height.
19135 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
19136 (grep-scroll-output): New defcustom, like compilation-scroll-output.
19137 (grep-command, grep-use-null-device, grep-find-command)
19138 (grep-tree-files-aliases, grep-tree-ignore-case)
19139 (grep-tree-ignore-CVS-directories): Move to grep custom group.
19140 (grep-setup-hook): New hook variable.
19141 (grep-mode-map): New keymap for grep commands. Add Grep menu.
19142 (grep-last-buffer): New defvar, override compilation-last-buffer.
19143 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
19144 Call compile-internal with args highlight-regexp and grep-mode-map.
19145
19146 2003-11-23 Kim F. Storm <storm@cua.dk>
19147
19148 * subr.el (event-start, event-end): Doc fix.
19149 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
19150 (posn-area, posn-actual-col-row, posn-object): New defuns.
19151 (posn-col-row): Simplify doc. Rewrite to use cond.
19152 (posn-point): Also return buffer position for events outside text
19153 area (that info is now present in the event position).
19154
19155 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
19156 mouse-set-point so that hscroll still works now that clicks on
19157 fringes generate specific mouse events.
19158 (mouse-set-point): Note that it now works in fringes and margins
19159 too due to new semantics of posn-point in fringes and margins.
19160
19161 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
19162 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
19163
19164 2003-11-20 Kim F. Storm <storm@cua.dk>
19165
19166 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
19167 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
19168 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
19169 to 100 for icons to avoid increasing line height when shown.
19170
19171 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19172
19173 * newcomment.el (comment-normalize-vars): Initialize properly if
19174 comment-start was nil.
19175
19176 2003-11-19 Andreas Schwab <schwab@suse.de>
19177
19178 * simple.el (set-variable): Fix indentation.
19179
19180 2003-11-17 Kenichi Handa <handa@m17n.org>
19181
19182 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
19183 Fix docstring.
19184
19185 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
19186
19187 * international/latin1-disp.el (latin1-display): Fix docstring.
19188
19189 2003-11-16 John Wiegley <johnw@newartisans.com>
19190
19191 * eshell/em-ls.el (eshell-ls-file): There are times with
19192 size-width is nil and uncomputed (when directories are created in
19193 dired, for example); in this case, 4 is reasonable default value,
19194 although it may caused skewed new entries (which could be avoided
19195 by returning the original value of 8 in all cases, but 99% of the
19196 time this is a waste of whitespace).
19197
19198 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
19199
19200 * cc-engine.el (c-guess-continued-construct)
19201 (c-guess-basic-syntax): Check a little more carefully if it's a
19202 function declaration when an unknown construct followed by a block
19203 is found inside a statement context. This avoids macros followed
19204 by blocks to be taken as function declarations.
19205
19206 (c-guess-continued-construct): Change the analysis of a statement
19207 continuation with a brace open to `substatement-block', for
19208 consistency with recognized statements.
19209
19210 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
19211 start is in a position so that `c-beginning-of-statement-1' jumped
19212 to the beginning of the same statement.
19213
19214 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
19215 Don't accept binary operators in the arglist if we're in a function
19216 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
19217 template recognition in cases like "if (a < b || c > d)".
19218
19219 (c-restricted-<>-arglists): New more appropriate name for
19220 `c-disallow-comma-in-<>-arglists'.
19221
19222 Accessing functions updated for the variable name change.
19223
19224 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
19225 match data could get clobbered if NOT-INSIDE-TOKEN is used.
19226
19227 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
19228 labels.
19229
19230 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
19231 instead of duplicating parts of it. This fixes bogus label
19232 recognition.
19233
19234 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
19235 of checking the context in which to apply the minimum indentation,
19236 so that it isn't enforced in e.g. namespace blocks.
19237
19238 * cc-vars.el (c-inside-block-syms): New constant used by
19239 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
19240 to somewhat reduce the risk of becoming stale.
19241
19242 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
19243 cc-cmds to cc-engine to allow use from cc-align.
19244
19245 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
19246 qualified identifiers containing "::".
19247
19248 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
19249 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
19250
19251 * cc-vars.el (c-emacs-features): Use a space in front of the name
19252 of the temporary buffer. That also avoids dumping problems in
19253 XEmacs due to undo info being left around after the buffer is killed.
19254
19255 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
19256 arglist to see if it's a K&R style declaration.
19257
19258 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
19259 before returning `knr-argdecl-intro'.
19260
19261 2003-11-16 John Wiegley <johnw@newartisans.com>
19262
19263 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
19264 field in a long-listing always 8 characters, use `size-width',
19265 which has already been computed.
19266
19267 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
19268
19269 * subr.el (minor-mode-list): Add `hs-minor-mode'.
19270
19271 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19272
19273 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
19274 Support operation while narrowed, with `diff-restrict-view'.
19275
19276 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
19277
19278 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19279 Take additional optional arg NARROWFUN. For the generated functions:
19280 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
19281 include frags that arrange to check for and save narrowing state before
19282 the move and then conditionally call NARROWFUN after the move.
19283
19284 2003-11-14 John Wiegley <johnw@newartisans.com>
19285
19286 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
19287 that was optional, but obviously missing based on surrounding code.
19288
19289 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
19290 string arguments to numbers unless the whole argument was seen as
19291 a number.
19292
19293 2003-11-14 Kenichi Handa <handa@m17n.org>
19294
19295 * international/mule.el (ctext-non-standard-encodings-alist):
19296 Fix coding systems.
19297
19298 2003-11-10 Kenichi Handa <handa@m17n.org>
19299
19300 * language/kannada.el ("Kannada"): Add sample-text.
19301
19302 * language/knd-util.el (kannada-compose-region)
19303 (kannada-compose-string, kannada-post-read-conversion):
19304 Add autoload cookie.
19305
19306 * international/quail.el (quail-completion): Change the message
19307 "corresponding translations" to "corresponding characters".
19308
19309 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
19310
19311 * descr-text.el (describe-char): Fix typo.
19312
19313 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
19314
19315 These changes are to support Kannada language/script.
19316
19317 * Makefile.in (DONTCOMPILE): Add kannada.el.
19318
19319 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
19320
19321 * loadup.el: Preload kannada.el.
19322
19323 * language/ind-util.el (ucs-kannada-to-is13194-alist)
19324 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
19325 New variables.
19326
19327 * language/kannada.el: New file.
19328
19329 * language/knd-util.el: New file.
19330
19331 2003-11-07 Andreas Schwab <schwab@suse.de>
19332
19333 * progmodes/autoconf.el (autoconf-font-lock-keywords):
19334 Also highlight AH_*.
19335
19336 * xml.el (xml-parse-dtd): Fix misplaced paren.
19337
19338 2003-11-07 Kenichi Handa <handa@m17n.org>
19339
19340 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
19341
19342 2003-11-05 Juri Linkov <juri@jurta.org>
19343
19344 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
19345 (desktop-buffer-file): Use saved buffer-file-coding-system
19346 for file reading. Set auto-insert to nil to prevent automatic
19347 insertion into restored empty files.
19348
19349 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
19350
19351 * files.el (risky-local-variable-p): Make second argument optional.
19352
19353 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
19354
19355 * subr.el (add-hook): Fix last change.
19356
19357 2003-11-03 Eli Zaretskii <eliz@gnu.org>
19358
19359 * mail/rmail.el (rmail-convert-to-babyl-format):
19360 If base64-decode-region signals an error, catch it and silently
19361 ignore it.
19362
19363 2003-11-01 Mark A. Hershberger <mah@everybody.org>
19364
19365 * xml.el (xml-parse-region): Allow comments to appear after the
19366 topmost element has closed.
19367 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
19368 (xml-ns-expand-attr): New functions to do namespace handling.
19369 (xml-intern-attrlist): Back-compatible handling of attribute names.
19370 (xml-parse-tag): Move namespace handling to separate functions.
19371 Now produces elements in the form ((:ns . "element") (attr-list)
19372 children) instead of ('ns:element (attr-list) children).
19373 (xml-parse-attlist): Fix attribute parsing.
19374 (xml-parse-dtd): Change parsing so that it produces strings
19375 instead of interned symbols.
19376
19377 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
19378
19379 * dired.el (dired-ls-sorting-switches): Doc fix.
19380
19381 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
19382
19383 * emacs-lisp/rx.el (rx-or): Fix the case of
19384 "(rx (and ?a (or ?b ?c) ?d))".
19385
19386 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
19387
19388 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
19389 (texinfo-format-region): Use it.
19390 (texinfo-format-buffer-1): Ditto.
19391
19392 2003-11-01 Alan Mackenzie <acm@muc.de>
19393
19394 Changes to allow scrolling whilst in isearch mode:
19395 * isearch.el (isearch-unread-key-sequence): New function,
19396 extracted from isearch-other-meta-char.
19397 (top level): (put 'foo 'isearch-scroll) on all Emacs's
19398 "scrollable" standard functions.
19399 (isearch-allow-scroll): New customizable variable.
19400 (isearch-string-out-of-window, isearch-back-into-window)
19401 (isearch-reread-key-sequence-naturally)
19402 (isearch-lookup-scroll-key): New functions.
19403 (isearch-other-meta-char): Doc string and functionality enhanced.
19404 Now accepts a prefix argument.
19405 (isearch-lazy-highlight-window-end): New variable.
19406 (isearch-lazy-highlight-new-loop): Pay attention to the window's
19407 end (thru isearch-lazy-highlight-window-end), not only its start.
19408
19409 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
19410 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
19411 (universal-argument, universal-argument-more, negative-argument)
19412 (digit-argument, universal-argument-other-key): Minor changes.
19413
19414 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19415
19416 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
19417 recursively if the last message is deleted, thus avoiding an
19418 infinite loop.
19419
19420 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
19421
19422 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
19423 (tex-main-file): Don't add .tex if the extension is already present.
19424 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
19425
19426 2003-10-29 Lute Kamstra <lute@gnu.org>
19427
19428 * progmodes/octave-inf.el (inferior-octave-prompt):
19429 Recognize version number in prompt.
19430
19431 2003-10-28 Dave Love <fx@gnu.org>
19432
19433 * international/characters.el: Fix some Unicode ranges.
19434
19435 2003-10-28 Kenichi Handa <handa@m17n.org>
19436
19437 * disp-table.el (standard-display-8bit)
19438 (standard-display-default, standard-display-ascii)
19439 (standard-display-g1, standard-display-graphic)
19440 (standard-display-underline): Assure that standard-display-table
19441 is a display table.
19442
19443 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
19444
19445 * simple.el (reindent-then-newline-and-indent): Delete space *after*
19446 reindenting the first line.
19447
19448 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
19449
19450 * wid-edit.el (widget-default-delete): Always delete child widgets.
19451
19452 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
19453
19454 * newcomment.el (comment-indent): Don't call indent-according-to-mode
19455 if the line has code.
19456 Don't try to line up with something that's too far left.
19457
19458 * progmodes/octave-mod.el (octave-comment-start): Simplify.
19459 (octave-mode-syntax-table): Add % as a comment starter.
19460 (octave-point): Remove.
19461 (octave-in-comment-p, octave-in-string-p)
19462 (octave-not-in-string-or-comment-p, calculate-octave-indent)
19463 (octave-blink-matching-block-open, octave-auto-fill):
19464 Use line-(beginning|end)-position instead.
19465
19466 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
19467
19468 * emacs-lisp/authors.el (authors-aliases): Add correct realname
19469 for Francesco Potort\e,Al\e(B.
19470
19471 2003-10-23 Dave Love <fx@gnu.org>
19472
19473 * international/mule-cmds.el (locale-charset-to-coding-system):
19474 Don't rely on nil being a coding system.
19475
19476 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
19477 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
19478 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
19479
19480 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
19481
19482 * gdb-ui.el (gdb-current-language): New variable.
19483 (gdb-update-flag): Remove variable.
19484 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
19485 (gdb-take-last-elt): Remove function.
19486 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
19487 (gdb-post-prompt): Check for variable object changes here.
19488
19489 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
19490 object changes in gdb-ui.el.
19491
19492 2003-10-21 Richard M. Stallman <rms@gnu.org>
19493
19494 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
19495
19496 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
19497 Don't check for foo*/ wildcard form here.
19498 (insert-directory): Recognize foo*/ as a wildcard.
19499 Separate wildcard-regexp variable from the arg, wildcard.
19500
19501 * subr.el (add-hook): Correctly detect when make-local-hook was used.
19502 (remove-hook): Correctly handle strange cases about local hooks.
19503
19504 2003-10-21 David Ponce <david@dponce.com>
19505
19506 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
19507 argument REAL, to return a real number instead of a rounded
19508 integer value. Define as inline function.
19509 (ruler-mode-right-fringe-cols): Likewise.
19510 (ruler-mode-scroll-bar-cols): New function.
19511 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
19512 (ruler-mode-right-scroll-bar-cols): Likewise.
19513 (ruler-mode-space): New function.
19514 (ruler-mode-ruler): Use it. Handle variations of fringe style,
19515 scroll bar mode and margins in a more robust way.
19516
19517 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
19518
19519 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
19520 (antlr-c-init-language-vars): New function.
19521 (antlr-mode): Use it with cc-mode before v5.29.
19522 (antlr-c-common-init): Don't set some local vars here.
19523 (antlr-mode): Set them here.
19524 (antlr-c-forward-sws): New function alias.
19525 (antlr-mode): Redefine with cc-mode before v5.30.
19526 (antlr-skip-sexps): Use it.
19527 (antlr-skip-exception-part): Ditto.
19528 (antlr-skip-file-prelude): Ditto.
19529 (antlr-outside-rule-p): Ditto.
19530 (antlr-end-of-body): Ditto.
19531 (antlr-option-kind): Ditto.
19532 (antlr-insert-option-area): Ditto.
19533 (antlr-file-dependencies): Ditto.
19534
19535 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
19536
19537 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
19538 Move backward only if point was not inside an entry.
19539
19540 2003-10-21 Richard M. Stallman <rms@gnu.org>
19541
19542 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
19543
19544 2003-10-21 Juri Linkov <juri@jurta.org>
19545
19546 * compare-w.el: Automatically skip non-matching text to resync.
19547 (compare-windows-whitespace): Doc fix.
19548 (compare-windows-sync, compare-windows-sync-string-size)
19549 (compare-windows-recenter, compare-ignore-whitespace)
19550 (compare-windows-highlight, compare-windows-face): New variables.
19551 (compare-windows): Use compare-windows-sync.
19552 (compare-windows-highlight, compare-windows-dehighlight)
19553 (compare-windows-sync-regexp)
19554 (compare-windows-sync-default-function): New functions.
19555
19556 2003-10-21 Juri Linkov <juri@jurta.org>
19557
19558 * diff.el (diff-parse-differences): Don't visit the files now;
19559 instead, just record the error locus.
19560
19561 2003-10-21 Dave Love <fx@gnu.org>
19562
19563 * progmodes/cfengine.el: New file.
19564
19565 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
19566
19567 * complete.el (PC-do-completion): Do not forget to use `pred' as the
19568 default-directory when completing file names.
19569
19570 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
19571
19572 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
19573 followed by the word `face', it gets treated as a face, even if
19574 it is also defined as a variable or a function.
19575
19576 2003-10-20 Dave Love <fx@gnu.org>
19577
19578 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
19579 Avoid incf in macro expansion.
19580
19581 2003-10-20 John Paul Wallington <jpw@gnu.org>
19582
19583 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
19584 `evenp' so we don't implicitly require cl library at runtime.
19585
19586 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
19587
19588 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
19589 (help-make-xrefs): Only make cross-references for faces if
19590 preceded or followed by the word `face'. Do not make a
19591 cross-reference for variables without variable documentation,
19592 unless preceded by the word `variable' or `option'. Update doc
19593 string accordingly.
19594
19595 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
19596
19597 * progmodes/hideshow.el: Rewrite one-armed `if'
19598 constructs using either `when' or `unless'.
19599 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
19600
19601 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
19602
19603 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
19604 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
19605 instead of 12x12.
19606
19607 2003-10-16 Eli Zaretskii <eliz@gnu.org>
19608
19609 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
19610 message while converting to Babyl.
19611
19612 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
19613
19614 * allout.el (allout-mode): Doc fix.
19615
19616 2003-10-16 Lute Kamstra <lute@gnu.org>
19617
19618 * subr.el (force-mode-line-update): Fix docstring.
19619
19620 2003-10-14 Dave Love <fx@gnu.org>
19621
19622 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
19623 (default-input-method): Add :link, improve :type.
19624 (locale-charset-language-names): Fix utf-8 pattern.
19625 (locale-charset-match-p, locale-charset-alist)
19626 (locale-charset-to-coding-system): New.
19627 (set-locale-environment): Deal with codeset part of locale specs.
19628
19629 2003-10-14 Lute Kamstra <lute@gnu.org>
19630
19631 * fringe.el (fringe-mode): Use active voice in docstring.
19632 (set-fringe-style): Ditto.
19633
19634 2003-10-13 Lute Kamstra <lute@gnu.org>
19635
19636 * fringe.el (fringe-mode): Fix docstring.
19637 (set-fringe-style): Ditto.
19638
19639 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
19640
19641 * ediff-mult.el (ediff-filegroup-action):
19642 Use ediff-default-filtering-regexp.
19643
19644 * ediff-util.el (ediff-recenter): Don't call
19645 ediff-restore-highlighting twice.
19646 (ediff-select-difference): Set current difference.
19647 (ediff-unselect-and-select-difference): Add comment.
19648
19649 * ediff.el (ediff-directories,ediff-directory-revisions)
19650 (ediff-directories3,ediff-merge-directories)
19651 (ediff-merge-directories-with-ancestor)
19652 (ediff-merge-directory-revisions)
19653 (ediff-merge-directory-revisions-with-ancestor):
19654 Use ediff-default-filtering-regexp.
19655
19656 2003-10-12 Andreas Schwab <schwab@suse.de>
19657
19658 * international/mule-cmds.el (locale-charset-language-names):
19659 Simplify regex by removing unused grouping.
19660
19661 2003-10-10 Dave Love <fx@gnu.org>
19662
19663 * bindings.el: Don't bind stop.
19664
19665 2003-10-08 Miles Bader <miles@gnu.org>
19666
19667 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
19668 face instead of attempting to emulate it.
19669
19670 2003-10-07 Kenichi Handa <handa@m17n.org>
19671
19672 * international/mule-diag.el (list-coding-systems-1): List coding
19673 systems that are loaded automatically.
19674
19675 * international/code-pages.el (iso-8859-11): Add autoload cookie.
19676
19677 * international/mule.el (autoload-coding-system): New function.
19678
19679 2003-10-07 Andreas Schwab <schwab@suse.de>
19680
19681 * log-edit.el (log-edit-changelog-entries): Prefer local value of
19682 change-log-default-name in the buffer visiting the file.
19683
19684 2003-10-06 Dave Love <fx@gnu.org>
19685
19686 * files.el (find-file-hook): Customize.
19687 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
19688
19689 * bindings.el (completion-ignored-extensions): Remove .log.
19690 (global-map): Add again, open, stop keys.
19691
19692 2003-10-05 Richard M. Stallman <rms@gnu.org>
19693
19694 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
19695 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
19696 Use sh-modify directly.
19697 (sh-select): Use sh-append, not eval.
19698
19699 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
19700
19701 * info.el (Info-following-node-name): New function.
19702
19703 * loadhist.el (unload-feature-special-hooks):
19704 Rename from loadhist-hook-functions.
19705 (loadhist-hook-functions): Now an alias.
19706
19707 2003-10-04 Eli Zaretskii <eliz@gnu.org>
19708
19709 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
19710 file-name clashes on 8+3 filesystems.
19711
19712 * Makefile.in (DONTCOMPILE, bootstrap-clean):
19713 Rename loaddefs-boot.el to ldefs-boot.el
19714
19715 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
19716 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
19717
19718 2003-10-03 Lute Kamstra <lute@gnu.org>
19719
19720 * info.el (Info-mode): Revert previous change.
19721 (Info-escape-percent): New function.
19722 (Info-fontify-node): Use it.
19723
19724 2003-10-02 Andreas Schwab <schwab@suse.de>
19725
19726 * loaddefs-boot.el: Regenerated.
19727
19728 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
19729
19730 * ffap.el: Remove defadvice related code from CVS since `complete'
19731 provides a `PC-completion-as-file-name-predicate' variable that
19732 ffap can override.
19733
19734 2003-10-02 Kenichi Handa <handa@m17n.org>
19735
19736 * international/utf-8.el (ccl-decode-mule-utf-8):
19737 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
19738
19739 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
19740 * international/subst-big5.el: Likewise.
19741 * international/subst-gb2312.el: Likewise.
19742 * international/subst-ksc.el: Likewise.
19743
19744 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
19745
19746 * calendar/calendar.el (increment-calendar-month)
19747 (calendar-leap-year-p, calendar-absolute-from-gregorian)
19748 (generate-calendar, calendar-read-date, calendar-interval)
19749 (calendar-day-of-week): Handle years BC.
19750 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
19751
19752 2003-10-01 Dave Love <fx@gnu.org>
19753
19754 * language/cyrillic.el (cp1251): Alias for windows-1251.
19755
19756 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
19757 bootstrap.
19758
19759 2003-10-01 Lute Kamstra <lute@gnu.org>
19760
19761 * files.el: Fix typo.
19762 * imenu.el (imenu--generic-function): Docstring fix.
19763
19764 2003-09-30 Richard M. Stallman <rms@gnu.org>
19765
19766 * dired.el (dired-mode): Handle dired-directory as a list.
19767
19768 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
19769
19770 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
19771
19772 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
19773
19774 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
19775 Replace gud-display with gud-watch.
19776 (gud-speedbar-buttons): Add stuff for watching expressions
19777 in the speedbar when using M-x gdba. Use dolist on old part
19778 of this function.
19779
19780 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
19781 (gdb-update-flag): New variables.
19782 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
19783 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
19784 (gud-watch, gdb-var-create-handler) : New functions.
19785 (gdb-var-list-children, gdb-var-list-children-handler)
19786 (gdb-var-create-regexp, gdb-var-update-regexp)
19787 (gdb-var-list-children-regexp): New constants.
19788 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
19789 (gdb-annotation-rules): Reduce annotation set (level 3).
19790 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
19791 (gdb-post-prompt): Don't update GDB buffers every time speedbar
19792 updates.
19793 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
19794 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
19795 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
19796 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
19797 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
19798 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
19799 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
19800 (gud-display, gud-display1)
19801 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
19802 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
19803 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
19804 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
19805 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
19806 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
19807 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
19808 (gdb-display-display-buffer, gdb-toggle-display)
19809 (gdb-delete-display, gdb-expressions-popup-menu)
19810 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
19811 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
19812 to display buffer.
19813
19814 2003-09-30 Richard M. Stallman <rms@gnu.org>
19815
19816 * progmodes/ada-mode.el (ada-mode): Don't use advice.
19817 Instead, set which-func-functions.
19818
19819 * progmodes/which-func.el (which-func-modes): Add ada-mode.
19820 (which-func-functions): New variable.
19821 (which-function): Use that.
19822
19823 * info.el (Info-mode): Double each `%' in header line.
19824
19825 * emacs-lisp/lisp-mnt.el (lm-with-file):
19826 When FILE is nil, run BODY in current buffer.
19827
19828 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
19829
19830 * help.el (describe-mode): Start with a brief list of minor modes.
19831 Find them thru minor-mode-list so as to find them all.
19832 Show them in alphabetical order.
19833
19834 * mail/sendmail.el (mail-aliases): Doc fix.
19835
19836 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
19837
19838 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
19839
19840 * mail/rmailsum.el (rmail-make-summary-line-1):
19841 Change comma after last label to a space.
19842 (rmail-summary-font-lock-keywords): Adapt to that change.
19843
19844 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
19845
19846 * progmodes/scheme.el (scheme-mode-variables): When setting
19847 `font-lock-defaults', also specify that "#" should
19848 be interpreted with `word' syntax.
19849 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
19850
19851 2003-09-30 Lars Hansen <larsh@math.ku.dk>
19852
19853 * desktop.el: A lot of comments updated.
19854 (desktop-save-mode): Minor mode introduced.
19855 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
19856 (desktop-load-default): Function made obsolete.
19857 (desktop-locals-to-save): Variable made customizable.
19858 (desktop-read): Optional parameter `dirname' added.
19859 (desktop-change-dir, desktop-revert): Parameter `dirname' in
19860 `desktop-read' used.
19861 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
19862
19863 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
19864
19865 * whitespace.el (whitespace-clean-msg): Add user customizable message
19866 for displaying ``clean'' output.
19867 (whitespace-buffer): Use `whitespace-clean-msg'.
19868 (whitespace-global-mode): Fix typo.
19869
19870 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
19871
19872 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
19873
19874 2003-09-29 Lute Kamstra <lute@gnu.org>
19875
19876 * bindings.el (mode-line-modes): Remove superfluous :propertize
19877 construct in initialization.
19878 (mode-line-position): Change cons cell into proper list in
19879 initialization.
19880
19881 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
19882
19883 * international/mule.el (decode-coding-inserted-region): Use car
19884 of the return value of find-operation-coding-system.
19885
19886 2003-09-29 Kenichi Handa <handa@m17n.org>
19887
19888 * descr-text.el (describe-char): Fix previous change.
19889
19890 2003-09-28 Kenichi Handa <handa@m17n.org>
19891
19892 * descr-text.el (describe-char-display): New function.
19893 (describe-char): Pay attention to display table on describing how
19894 a character is displayed.
19895
19896 * international/mule-cmds.el (encoded-string-description):
19897 Prepend "0x" to each encoded byte.
19898
19899 2003-09-28 Andreas Schwab <schwab@suse.de>
19900
19901 * find-file.el (ff-special-constructs): Add autoload cookie.
19902
19903 2003-09-28 Kevin Ryde <user42@zip.com.au>
19904
19905 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
19906 makeinfo appends to duplicate index entries.
19907
19908 2003-09-28 Eli Zaretskii <eliz@gnu.org>
19909
19910 * dired-x.el (dired-clean-tex): Doc fix.
19911
19912 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
19913 using a Chinese tutorial.
19914
19915 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19916
19917 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
19918 between "MAIL FROM:" and "RCPT TO:" and the following address.
19919
19920 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
19921
19922 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
19923
19924 2003-09-28 David Ponce <david@dponce.com>
19925
19926 * recentf.el (recentf-initialize-file-name-history): New defcustom.
19927 (recentf-load-list): When `recentf-initialize-file-name-history'
19928 is non-nil, initialize an empty `file-name-history' with the
19929 recent list.
19930
19931 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
19932
19933 * man.el (Man-default-man-entry): Remove the leading `*' from the
19934 word at point.
19935
19936 2003-09-26 Lute Kamstra <lute@gnu.org>
19937
19938 * bindings.el (mode-line-position): Mention size indication in
19939 docstring.
19940
19941 2003-09-26 Andre Spiegel <spiegel@gnu.org>
19942
19943 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
19944
19945 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
19946 because it's autoloaded now.
19947
19948 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
19949
19950 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
19951 (sh-font-lock-keywords, sh-feature): Fix previous change of
19952 sh-feature to avoid infloop with sh-font-lock-keywords.
19953
19954 2003-09-25 Kim F. Storm <storm@cua.dk>
19955
19956 * frame.el (frame-current-scroll-bars): New defun.
19957
19958 * window.el (window-current-scroll-bars): New defun.
19959
19960 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19961
19962 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
19963 cause errors when the state cache contains info on parts that have
19964 been narrowed out.
19965
19966 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19967
19968 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
19969 `c-setup-paragraph-variables' has to be used when this variable is
19970 changed; it doesn't work to reinitialize the mode since that
19971 typically clobbers the variable.
19972
19973 * progmodes/cc-styles.el (c-setup-paragraph-variables):
19974 Make it interactive.
19975
19976 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19977
19978 * progmodes/cc-fonts.el (c-font-lock-declarations):
19979 Fix recognition of constructors and destructors for classes whose
19980 names are matched by `*-font-lock-extra-types'.
19981
19982 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
19983 followed by an identifier in C++ then it's a type.
19984
19985 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19986
19987 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
19988 problem that primarily affected XEmacs. Don't use faces to find
19989 unterminated strings since Emacs and XEmacs fontify strings
19990 differently - this function should now work better in XEmacs.
19991
19992 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
19993
19994 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
19995 `expand-abbrev' workaround which caused braces to misbehave inside
19996 macros.
19997
19998 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
19999 handling. This bug could cause interactive font locking to bail out.
20000
20001 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
20002
20003 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20004 Handle paren-style types in Pike. Also fixed some cases of
20005 insufficient handling of unbalanced parens.
20006
20007 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
20008
20009 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
20010 common shell prompts that are not common filename or URL characters.
20011 (ffap-file-at-point): Use the new regexp to strip the prompts from
20012 the file names. This is an issue mostly for user prompts that
20013 don't have a trailing space and find-file-at-point is invoked from
20014 within a shell inside Emacs.
20015
20016 2003-09-24 Andre Spiegel <spiegel@gnu.org>
20017
20018 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
20019 stamps numerically, rather than textually.
20020
20021 2003-09-24 Kenichi Handa <handa@m17n.org>
20022
20023 * language/devan-util.el (devanagari-post-read-conversion):
20024 * language/mlm-util.el (malayalam-post-read-conversion):
20025 * language/tml-util.el (tamil-post-read-conversion):
20026 Add autoload cookie.
20027
20028 * international/utf-8.el (utf-8-post-read-conversion):
20029 Call post-read-conversion functions for Devanagari, Malayalam,
20030 and Tamil.
20031
20032 2003-09-23 Dave Love <fx@gnu.org>
20033
20034 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
20035
20036 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
20037
20038 * progmodes/gud.el (perldb): Add gud-until to list of commands.
20039 Update gud-remove.
20040
20041 2003-09-22 Richard M. Stallman <rms@gnu.org>
20042
20043 * progmodes/sh-script.el (sh-mode-default-syntax-table):
20044 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
20045 (sh-mode-syntax-table-input): New variable.
20046 (sh-require-final-newline): Don't use eval.
20047 (sh-builtins, sh-leading-keywords, sh-other-keywords)
20048 (sh-variables, sh-font-lock-keywords): Don't use eval.
20049 (sh-set-shell): When setting require-final-newline,
20050 treat value = `require-final-newline' as don't change it.
20051 Set sh-mode-syntax-table locally based on
20052 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
20053
20054 * progmodes/compile.el (compile-internal):
20055 Call compilation-set-window-height before setting window start.
20056
20057 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
20058
20059 * emacs-lisp/bytecomp.el (byte-compile-log-file):
20060 Clear out byte-compile-last-warned-form.
20061
20062 2003-09-22 Richard M. Stallman <rms@gnu.org>
20063
20064 * woman.el (woman-file-name, woman-follow-word):
20065 If current-word returns nil, use "".
20066
20067 * simple.el (eval-expression): Bind standard-output in to-buffer case.
20068
20069 2003-09-22 Richard M. Stallman <rms@gnu.org>
20070
20071 * emacs-lisp/lisp-mnt.el (lm-with-file):
20072 Don't visit the file, just use insert-file-contents in temp buffer.
20073
20074 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
20075
20076 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
20077 Add surrounding \\( and \\) around the header, as in
20078 for lm-history-header 'Change Log\\|History'.
20079
20080 2003-09-22 John Paul Wallington <jpw@gnu.org>
20081
20082 * progmodes/ld-script.el: Add Commentary section,
20083 minor cleanup of file header.
20084 (ld-script-font-lock-keywords): Doc fix.
20085 (toplevel): Provide `ld-script' feature.
20086
20087 2003-09-21 Kim F. Storm <storm@cua.dk>
20088
20089 * scroll-bar.el (set-scroll-bar-mode): Initialize to
20090 new built-in variable default-frame-scroll-bars.
20091 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
20092 scroll-bar-mode; notably, use it instead of t when we toggle
20093 scroll-bars on.
20094 (toggle-scroll-bar): Use default-frame-scroll-bars.
20095
20096 2003-09-19 Masatake YAMATO <jet@gyve.org>
20097
20098 * pcvs.el (cvs-do-removal): Change the prompt depending on
20099 `filter' value.
20100
20101 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20102
20103 * startup.el (command-line-1): Stop startup-echo-area-message
20104 being hidden by "Loading image..." message.
20105 (use-fancy-splash-screens-p, display-splash-screen):
20106 Move display-graphic-p test from latter to former.
20107
20108 * progmodes/sh-script.el (sh-font-lock-keywords):
20109 Highlight escaped EOLs differently from other backslash constructs.
20110
20111 2003-09-19 Richard M. Stallman <rms@gnu.org>
20112
20113 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
20114 New functions.
20115 (edebug-enter, edebug-outside-excursion): Use them.
20116
20117 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
20118 Fix the condition for whether to print "In WHERE".
20119
20120 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
20121
20122 * finder.el (finder-mode-hook): New variable.
20123 (finder-mode): Run hook finder-mode-hook
20124
20125 2003-09-18 Masatake YAMATO <jet@gyve.org>
20126
20127 * progmodes/ebrowse.el: Fix broken magic autoload comments.
20128
20129 2003-09-17 Mario Lang <mlang@delysid.org>
20130
20131 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
20132 "p %e" to actually print the value in the GUD buffer.
20133
20134 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
20135
20136 From David Ponce <david.ponce@wanadoo.fr>:
20137 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
20138 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
20139 from loaddefs-boot.el if necessary.
20140
20141 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
20142
20143 * progmodes/gud.el (gud-find-class): Make jdb work again since
20144 cc-mode changed the syntactic information.
20145
20146 2003-09-15 David Ponce <david@dponce.com>
20147
20148 * recentf.el: (recentf-exclude): Accept predicates too.
20149 (recentf-file-readable-p): New function.
20150 (recentf-include-p): Handle predicates in recentf-exclude.
20151 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
20152 (recentf-cleanup): Likewise.
20153 (recentf-save-list): Use write-file to handle backup of
20154 recentf-save-file.
20155
20156 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
20157
20158 * loaddefs-boot.el: Renamed from `loaddefs.el'
20159 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
20160 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
20161 necessary.
20162
20163 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
20164
20165 * electric.el (Electric-pop-up-window): For the `one-window' case,
20166 no longer disconcertingly move point in the original buffer.
20167
20168 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
20169
20170 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
20171
20172 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
20173
20174 * dired.el (dired-mode-map): Fix typo.
20175
20176 2003-09-11 Richard M. Stallman <rms@gnu.org>
20177
20178 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
20179
20180 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20181
20182 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
20183 the function is less noisy. Now only `kill-buffer' can ask questions.
20184
20185 2003-09-10 Mario Lang <mlang@delysid.org>
20186
20187 * battery.el: Update Commentary and Copyright.
20188 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
20189 appear due to wrong ordering of the expressions in `or'.
20190
20191 2003-09-09 Lute Kamstra <lute@gnu.org>
20192
20193 * misc.el (upcase-char): Fix docstring.
20194 (zap-up-to-char): New command.
20195
20196 2003-09-08 David Ponce <david@dponce.com>
20197
20198 Ensure that recentf correctly updates the menu bar.
20199 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
20200 (recentf-menu-bar): New function.
20201 (recentf-clear-data): Use it
20202 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
20203 of easy-menu-change.
20204
20205 2003-09-08 Lute Kamstra <lute@gnu.org>
20206
20207 * simple.el (size-indication-mode): New.
20208 * bindings.el (mode-line-position): Add buffer size indicator.
20209
20210 2003-09-04 Mario Lang <mlang@delysid.org>
20211
20212 * battery.el (battery-linux-proc-acpi): New function.
20213 (battery-status-function): Modify default value calculation to also
20214 check for availability of ACPI.
20215 (battery-echo-area-format): Ditto.
20216 (battery-mode-line-format): Ditto.
20217
20218 2003-09-06 Dave Love <fx@gnu.org>
20219
20220 * ielm.el (ielm-mode-hook): Add :options.
20221
20222 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
20223 (eldoc-print-current-symbol-info): Use it.
20224
20225 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
20226
20227 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
20228 being displayed in GUD buffer.
20229 (gdb-idle-input-queue): Remove var. Use just one queue.
20230 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
20231 Remove functions. Use just one queue.
20232 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
20233 (gdb-invalidate-assembler, gdb-get-current-frame):
20234 Modify functions. Use just one queue.
20235
20236 2003-09-04 Dave Love <fx@gnu.org>
20237
20238 * cus-start.el: Add blink-cursor-alist.
20239
20240 * ruler-mode.el (ruler-mode-fill-column-char)
20241 (ruler-mode-current-column-char): Use char-displayable-p,
20242 not window-system.
20243
20244 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
20245
20246 * language/european.el (windows-1252): Move from code-pages.
20247
20248 * language/cyrillic.el ("Windows-1251"): Delete.
20249 ("Bulgarian", "Belarusian"): Remove `features'.
20250 (windows-1251): Move from code-pages.
20251
20252 * international/mule-diag.el (non-iso-charset-alist):
20253 Remove `codepage' stuff.
20254 (print-designation, list-coding-systems-1): Output fixes.
20255
20256 * international/code-pages.el (cp-make-translation-table)
20257 (cp-valid-codes): Made defsubsts.
20258 (cp-fix-safe-chars): Delete.
20259 (mule-diag): Don't require.
20260 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
20261 (top-level): Check for defined coding system when defining
20262 cp... aliases. Change w32-add-charset-info test to avoid warning.
20263 (non-iso-charset-alist): Defvar when compiling.
20264 (cp-make-coding-system): Doc fix.
20265
20266 2003-09-02 Jason Rumney <jasonr@gnu.org>
20267
20268 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
20269 line-ends from CVS before doing conversion.
20270
20271 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
20272
20273 * calendar/diary-lib.el (diary-header-line-flag)
20274 (diary-header-line-format): New variables.
20275 (list-diary-entries): Use them to set header line in simple diary.
20276
20277 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
20278 other than font-lock-string-face to highlight backslashes.
20279
20280 2003-09-01 Jason Rumney <jasonr@gnu.org>
20281
20282 * international/titdic-cnv.el (tit-read-key-value): Include \r in
20283 regexp.
20284
20285 2003-09-01 Dave Love <fx@gnu.org>
20286
20287 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
20288
20289 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
20290 and :help; also line and column numbers labels.
20291
20292 * international/mule-util.el (char-displayable-p): Move from
20293 latin1-disp, rename and autoload.
20294
20295 * international/latin1-disp.el (latin1-char-displayable-p):
20296 Now obsolete alias. Replace uses with char-displayable-p.
20297 (latin1-display-ucs-per-lynx): Fix last change.
20298
20299 * international/mule-cmds.el (standard-display-european-internal):
20300 Don't use char code for Latin-1 NBSP.
20301 <XFree86 4>: Unfrob NBSP display table. Set display table to use
20302 U+2018, U+2019 for `'.
20303 (select-safe-coding-system): Message fix.
20304
20305 2003-09-01 Kenichi Handa <handa@m17n.org>
20306
20307 * international/fontset.el (setup-default-fontset): For Thai
20308 font, specify "*" family.
20309
20310 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20311
20312 * progmodes/compile.el (previous-error): Accept a prefix
20313 argument, similarly to next-error.
20314
20315 2003-08-31 Masatake YAMATO <jet@gyve.org>
20316
20317 * pcvs.el (cvs-do-removal): Use = instead of eq to check
20318 the number of files. Bind the number of files to a local
20319 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
20320
20321 2003-08-30 Eli Zaretskii <eliz@gnu.org>
20322
20323 * vc-hooks.el (vc-make-version-backup): Fix the change made on
20324 2003-07-26: msdos-long-file-names is a function, not a variable.
20325
20326 2003-08-29 Richard M. Stallman <rms@gnu.org>
20327
20328 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
20329 Do nothing with mail-personal-alias-file if it is nil.
20330
20331 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
20332 Do nothing if mail-personal-alias-file is nil.
20333
20334 * term.el (term-exec-1): Bind coding-system-for-read.
20335
20336 * dired.el (dired-mouse-find-file-other-window):
20337 Use dired-view-command-alist here, as in dired-view-file.
20338 (dired-view-command-alist): Use %s to substitute file name.
20339 Handle .ps_pages, .eps, .jpg, .gif, .png.
20340
20341 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
20342
20343 * info.el (Info-mode-map): Bind S-tab and <backtab> to
20344 `Info-prev-reference', instead of M-tab.
20345
20346 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
20347
20348 * simple.el (blink-matching-open): Work correctly on chars that
20349 are designated as parens through the syntax-table text property.
20350
20351 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
20352
20353 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
20354 line break position in the middle of a non-kinsoku (e.g. latin)
20355 word, making it skip until either a space or a character with
20356 category "|".
20357 (kinsoku-longer): Test for end of buffer.
20358
20359 2003-08-28 Eli Zaretskii <eliz@gnu.org>
20360
20361 * mail/rmail.el (rmail-convert-to-babyl-format):
20362 Detect quoted-printable- and base64-encoded messages and decode them
20363 automatically. Set the message's encoding from the charset=
20364 header, if any. Decode base64-encoded messages in Mail format as well.
20365
20366 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
20367
20368 * mail/smtpmail.el: Fix previous change.
20369 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
20370 calling smtpmail-via-smtp.
20371 (smtpmail-via-smtp): Add fall-back values for envelope-from.
20372
20373 2003-08-26 John Paul Wallington <jpw@gnu.org>
20374
20375 * image.el (image-jpeg-p): Don't search beyond length of data.
20376
20377 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20378
20379 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
20380 misfeature in `expand-abbrev' which caused electric keywords like
20381 "else" to disappear if an open brace was typed directly afterwards.
20382
20383 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20384
20385 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
20386 mandatory in `define-widget'.
20387
20388 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
20389 Don't align the operators "!=", "<=" and ">=" as assignment operators.
20390
20391 (c-assignment-operators): New language constant that only contains
20392 the assignment operators.
20393
20394 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
20395
20396 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
20397
20398 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
20399 Safeguard against unbalanced sexps.
20400
20401 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
20402
20403 * version.el (emacs-version): Check for gtk. Include gtk version info.
20404
20405 2003-08-25 John Paul Wallington <jpw@gnu.org>
20406
20407 * man.el (Man-default-man-entry): Don't whizz past the section
20408 number before looking for it.
20409
20410 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
20411
20412 * progmodes/gud.el (gud-display-line): Don't set window-point if
20413 source buffer is not visible. (Only happens with M-x gdba.)
20414
20415 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
20416 documentation.
20417 (gdb-source, gdb-source-info): Update to assembler unnecessary
20418 as its done after each GDB command anyway.
20419 (gdb-pre-prompt): Use with-current-buffer.
20420 (gdb-insert-field): Add help-echo text.
20421 (gdb-invalidate-assembler): Re-display of assembler now done in
20422 gdb-info-breakpoints-custom.
20423 (gdb-info-breakpoints-custom): Force re-display of assembler to
20424 happen *after* update of breakpoints buffer.
20425 (gdb-display-source-buffer): Don't choke if gdb-source-window
20426 isn't visible.
20427 (gdb-put-string, gdb-put-arrow): Remove free variables.
20428
20429 2003-08-24 John Paul Wallington <jpw@gnu.org>
20430
20431 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
20432
20433 * man.el (Man-default-man-entry): Strip text properties when
20434 snarfing parts of entry because `format' preserves properties.
20435
20436 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
20437
20438 * files.el (file-newest-backup): Use `expand-file-name'.
20439
20440 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
20441 Allow the diary to pop up a new frame, if needed.
20442
20443 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
20444 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
20445 (smtpmail-send-it): Make treatment of envelope-from consistent with
20446 sendmail.el.
20447
20448 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
20449 (sh-leading-keywords): Add the bash `time' reserved word.
20450 (sh-variables): Add some bash variables.
20451 (sh-add-completer): Fix nil branch of case statement.
20452
20453 2003-08-24 Masatake YAMATO <jet@gyve.org>
20454
20455 * progmodes/ld-script.el: New file.
20456
20457 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
20458
20459 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
20460
20461 2003-08-23 Andre Spiegel <spiegel@gnu.org>
20462
20463 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
20464 Better explain obsolescence, and what to use instead.
20465
20466 2003-08-23 Masatake YAMATO <jet@gyve.org>
20467
20468 * pcvs.el (cvs-do-removal): Show the deleted file name
20469 on the prompt.
20470
20471 2003-08-20 Dave Love <fx@gnu.org>
20472
20473 * international/mule.el (make-coding-system)
20474 (set-buffer-file-coding-system): Doc fix.
20475
20476 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
20477
20478 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
20479
20480 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
20481
20482 * international/utf-16.el: Add mime-text-unsuitable coding system
20483 properties.
20484
20485 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
20486
20487 * cus-edit.el: Add some :links.
20488 (bib): Remove.
20489
20490 * textmodes/bib-mode.el (bib): Add :group external.
20491
20492 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
20493
20494 * wid-edit.el (widget-echo-help): Make it handle expressions that
20495 evaluate to strings.
20496
20497 2003-08-18 Michael Mauger <mmaug@yahoo.com>
20498
20499 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
20500
20501 Simplify selection of SQL products to define highlighting and
20502 interactive mode. Includes detailed instructions on adding
20503 support for new products.
20504
20505 * progmodes/sql.el (sql-product): New variable. Identifies SQL
20506 product for use in highlighting and interactive mode.
20507 (sql-interactive-product): New variable. SQL product for
20508 sql-interactive-mode.
20509 (sql-product-support): New variable. Specifies product-specific
20510 parameters to drive highlighting and interactive mode.
20511 (sql-imenu-generic-expression): Add more object types.
20512 (sql-sqlite-options): Correct comment.
20513 (sql-ms-program): Use "osql" rather than "isql".
20514 (sql-prompt-regexp, sql-prompt-length): Update comment.
20515 (sql-mode-menu): Add "Start SQLi session" entry.
20516 Replace Highlighting submenu with Product menu. Fix Send Region entry.
20517 (sql-mode-abbrev-table): Add abbreviations. Support of
20518 SYSTEM-FLAG on define-abbrev. Support was removed with last
20519 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
20520 (sql-mode-font-lock-object-name): Add font-lock pattern for object
20521 names.
20522 (sql-mode-ansi-font-lock-keywords): Set as default value.
20523 (sql-mode-oracle-font-lock-keywords): Set as default value.
20524 Support Oracle 9i keywords.
20525 (sql-mode-postgres-font-lock-keywords): Set as default value.
20526 (sql-mode-linter-font-lock-keywords): Set as default value.
20527 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
20528 SQLServer 2000.
20529 (sql-mode-sybase-font-lock-keywords)
20530 (sql-mode-interbase-font-lock-keywords)
20531 (sql-mode-sqlite-font-lock-keywords)
20532 (sql-mode-strong-font-lock-keywords)
20533 (sql-mode-mysql-font-lock-keywords)
20534 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
20535 keywords.
20536 (sql-mode-font-lock-defaults): Update comment.
20537 (sql-product-feature): New function. Returns feature associated
20538 with a product from `sql-product-support' alist.
20539 (sql-product-font-lock): New function. Set font-lock support
20540 based on `sql-product'.
20541 (sql-add-product-keywords): New function. Add font-lock rules to
20542 product-specific keyword variables.
20543 (sql-set-product): New function. Set `sql-product' and apply
20544 appropriate font-lock highlighting.
20545 (sql-highlight-product): New function. Set font-lock support
20546 based on a product. Also set mode name to include product name.
20547 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
20548 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
20549 Use `sql-set-product'.
20550 (sql-highlight-ms-keywords)
20551 (sql-highlight-sybase-keywords)
20552 (sql-highlight-interbase-keywords)
20553 (sql-highlight-strong-keywords)
20554 (sql-highlight-mysql-keywords)
20555 (sql-highlight-sqlite-keywords)
20556 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
20557 (sql-get-login): Prompt in the same order as the tokens.
20558 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
20559 (sql-product-interactive): New function. Common portions of
20560 product-specific interactive mode wrappers.
20561 (sql-interactive-mode): Rewritten to use product features.
20562 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
20563 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
20564 (sql-db2, sql-linter): Use `sql-product-interactive'.
20565 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
20566 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
20567 (sql-connect-ingres, sql-connect-postgres)
20568 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
20569 New functions. Format command line parameters and invoke comint on
20570 the appropriate interpreter. Code was in the corresponding
20571 `sql-xyz' function before.
20572 (sql-connect-ms): New function. Support -E argument to use
20573 operating system credentials for authentication.
20574
20575 2003-08-18 Kenichi Handa <handa@m17n.org>
20576
20577 * international/mule.el (encode-char): Fix for the ASCII case.
20578
20579 2003-08-15 Kenichi Handa <handa@m17n.org>
20580
20581 * international/fontset.el (setup-default-fontset): Change "*" to
20582 nil in the specifications of font family.
20583
20584 2003-08-18 Kim F. Storm <storm@cua.dk>
20585
20586 * kmacro.el (kmacro-keymap): Group related bindings in
20587 initialization for clarity. Bind C-s to start macro.
20588 Remove C-r binding.
20589 (kmacro-initial-counter-value): New defvar to hold initial counter
20590 value in case we set the value before defining a macro.
20591 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
20592 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
20593 not defining or executing macro. Doc fix.
20594 (kmacro-add-counter): Clear kmacro-initial-counter-value.
20595 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
20596 temporarily view older elements on the macro ring without cycling
20597 the ring.
20598 (kmacro-display): Doc fix.
20599 (kmacro-exec-ring-item): New helper function.
20600 (kmacro-call-ring-2nd): Use it.
20601 (kmacro-call-ring-2nd-repeat): Doc fix.
20602 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
20603 (kmacro-end-or-call-macro): Execute last viewed macro (using
20604 kmacro-exec-ring-item) from ring if this follows
20605 kmacro-view-macro. This allows us to find a macro on the ring
20606 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
20607 the ring to bring it to the head of the ring.
20608 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
20609 Allow binding to reserved keys without specifying C-x C-k prefix.
20610 Ask for confirmation if entered key sequence is already bound to
20611 a non-macro command.
20612 (kmacro-view-macro): Repeating command will show older elements
20613 on the macro ring; C-k will execute the last viewed macro.
20614 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
20615 property from 'ring to 'head.
20616
20617 2003-08-17 Alan Shutko <ats@acm.org>
20618
20619 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
20620 keeping December out of the alist.
20621
20622 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
20623
20624 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
20625 * calendar/calendar.el (calendar-mode-map): Bind it to key.
20626 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
20627 (calendar-flatten): New function.
20628 (calendar-mouse-view-other-diary-entries)
20629 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
20630 in the menu title and to show multi-line diary entries correctly
20631 in the menu.
20632
20633 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
20634
20635 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
20636 defcustom, because the default was recently changed.
20637
20638 2003-08-16 Richard M. Stallman <rms@gnu.org>
20639
20640 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
20641
20642 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
20643 New subroutine, broken out of eval-last-sexp-1.
20644 (eval-last-sexp-1): Use eval-last-sexp-print-value.
20645
20646 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
20647
20648 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
20649
20650 * simple.el (eval-expression): Use eval-last-sexp-print-value.
20651
20652 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
20653
20654 * progmodes/compile.el (compilation-error-regexp-alist):
20655 Add Java ANt error detection as described in document
20656 http://ant.apache.org/faq.html
20657
20658 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
20659
20660 * simple.el (backward-word, forward-to-indentation)
20661 (backward-to-indentation): Argument changed to optional.
20662 (next-line, previous-line): Use `or' instead of `unless'.
20663
20664 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20665
20666 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
20667 instead of a constant.
20668
20669 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
20670
20671 * shell.el (shell): With prefix-arg, suggest a new buffer name.
20672
20673 2003-08-12 Andre Spiegel <spiegel@gnu.org>
20674
20675 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
20676 (vc-sccs-workfile-version): Search the entire delta table, rather
20677 than just the first entry, because that might be a deleted version.
20678
20679 2003-08-11 Karl Fogel <kfogel@red-bean.com>
20680
20681 * menu-bar.el (menu-bar-options-menu): Supply a body for the
20682 [save-place] binding in the Options menu. Have it require
20683 'saveplace' and then toggle the variable manually, to avoid an an
20684 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
20685 for the bug report.
20686
20687 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
20688
20689 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
20690 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
20691 (gdb-info-threads-custom): Add help-echo text.
20692 (gdb-display-back): Don't use purecopy.
20693 (gdb-info-breakpoints-custom, gdb-reset)
20694 (gdb-assembler-custom): Use display-images-p to test if breakpoint
20695 icons can be displayed.
20696
20697 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
20698
20699 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
20700
20701 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
20702
20703 * bookmark.el (bookmark-completing-read):
20704 Return a string, instead of a list of one string.
20705 Use a popup menu if activated from the mouse.
20706 (bookmark-edit-annotation): Remove unused vars.
20707 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
20708 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
20709 to bookmark-completing-read.
20710 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
20711 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
20712 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
20713 and erase-buffer.
20714 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
20715 (bookmark-menu-jump, bookmark-menu-insert)
20716 (bookmark-popup-menu-and-apply-function)
20717 (bookmark-menu-popup-paned-bookmark-menu): Remove.
20718 (bookmark-menu-build-paned-menu): Remove by folding it into
20719 bookmark-menu-popup-paned-menu.
20720 (menu-bar-bookmark-map): Move the define-key statements here.
20721 Use the "non-menu" commands since they now pop up a menu if needed.
20722 (bookmark-exit-hook-internal): Simplify.
20723
20724 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
20725
20726 * reftex-toc.el (reftex-toc-rename-label): New function.
20727 (reftex-toc-check-docstruct): New function.
20728
20729 * reftex.el (reftex-region-active-p): New function.
20730
20731 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
20732 regexp to find the \bibliography macro.
20733
20734 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
20735 which does not exist in LaTeX.
20736 (reftex-cite-format-builtin): Added amsrefs support.
20737 (reftex-toc-confirm-promotion): New option
20738
20739 * reftex-toc.el
20740 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
20741 (reftex-toc-demote, reftex-toc-promote)
20742 (reftex-toc-do-promote, reftex-toc-promote-prepare)
20743 (reftex-toc-promote-action, reftex-toc-extract-section-number)
20744 (reftex-toc-newhead-from-alist)
20745 (reftex-toc-load-all-files-for-promotion): New functions.
20746 (reftex-toc-help): Added description of new keys.
20747 (reftex-toc-split-windows-fraction): New option.
20748 (reftex-recenter-toc-when-idle): Search *toc* window on all
20749 visible frames.
20750 (reftex-toc): Additional parameter REUSE
20751 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
20752 with REUSE argument.
20753 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
20754 the call of `reftex-toc'.
20755 (reftex-make-separate-toc-frame): New function .
20756 (reftex-toc-recenter): When called with triple prefix arg, call
20757 `reftex-make-separate-toc-frame' first.
20758 (reftex-toc-toggle-dedicated-frame): New command.
20759 (reftex-toc-quit): Adapted to delete frame when called in
20760 dedicated frame.
20761
20762 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
20763 all enclosing macros.
20764
20765
20766 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20767
20768 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
20769 first use.
20770
20771 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20772
20773 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
20774
20775 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
20776
20777 * calendar/calendar.el (list-diary-entries-hook)
20778 (diary-display-hook, nongregorian-diary-listing-hook)
20779 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
20780 Add some customize options for these hooks.
20781 (calendar-abbrev-construct): Don't try to take a substring longer
20782 than the original string.
20783
20784 2003-08-05 Richard M. Stallman <rms@gnu.org>
20785
20786 * emacs-lisp/testcover.el (noreturn): Report error if does return.
20787 (testcover-reinstrument-clauses): Doc fix.
20788
20789 * emacs-lisp/warnings.el: Doc fixes, args renamed.
20790 (warning-type-format): Rename from warning-group-format.
20791
20792 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
20793 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
20794 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
20795 to prevent warnings about defvar for an obsolete variable.
20796
20797 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
20798 warning-group-format renamed to warning-type-format.
20799
20800 * subr.el (read-passwd): Use clear-string instead of fillarray.
20801
20802 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
20803 Use vconcat instead of concat.
20804 (edmacro-sanitize-for-string): New function.
20805
20806 2003-08-05 Dave Love <fx@gnu.org>
20807
20808 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
20809 line-number-display-limit-width.
20810
20811 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
20812
20813 2003-08-05 Kenichi Handa <handa@m17n.org>
20814
20815 * international/code-pages.el: Don't require mule-diag.
20816
20817 * international/mule-diag.el (non-iso-charset-alist):
20818 Add autoload cookie.
20819
20820 * language/devan-util.el (dev-glyph-order): Add an entry for the
20821 glyph code #xC4.
20822
20823 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
20824
20825 * calendar/calendar.el (diary-file, diary-file-name-prefix)
20826 (european-calendar-style, diary-date-forms)
20827 (calendar-day-name-array, calendar-month-name-array): Doc change.
20828 (generate-calendar-month): Adapt for new behaviour of
20829 `calendar-day-name' function.
20830 (calendar-abbrev-length, calendar-day-abbrev-array)
20831 (calendar-month-abbrev-array): New variables.
20832 (calendar-abbrev-construct): New function.
20833 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
20834 rather than fixing abbrevs at some width. Calling syntax change.
20835 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
20836 (calendar-date-string): Adapt for new behaviours of
20837 `calendar-day-name' and `calendar-month-name' functions.
20838
20839 * calendar/diary-lib.el (list-diary-entries): Adapt for new
20840 behaviour of `calendar-day-name' and `calendar-month-name' functions.
20841 (diary-name-pattern): Use abbrev arrays, rather than fixing
20842 abbrevs at three chars. Calling syntax change.
20843 (mark-diary-entries): Adapt for new behaviours of
20844 `diary-name-pattern' and `calendar-make-alist' functions.
20845 (fancy-diary-font-lock-keywords): Adapt for new behaviour of
20846 `diary-name-pattern' function.
20847 (font-lock-diary-date-forms): Use abbrev arrays, rather than
20848 fixing abbrevs at three chars. Calling syntax change.
20849 (cal-hebrew, cal-islam): Require when compiling.
20850 (diary-font-lock-keywords): Adapt for new behaviour of
20851 `font-lock-diary-date-forms' function.
20852
20853 * calendar/cal-hebrew.el: Reposition some code so defined before used.
20854 (calendar-hebrew-month-name-array-common-year)
20855 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
20856 (list-hebrew-diary-entries): Adapt for new behaviours of
20857 `calendar-day-name' and `add-to-diary-list' functions.
20858 (mark-hebrew-diary-entries): Adapt for new behaviours of
20859 `diary-name-pattern' and `calendar-make-alist' functions.
20860
20861 * calendar/cal-islam.el (calendar-islamic-month-name-array):
20862 Add doc string.
20863 (list-islamic-diary-entries): Adapt for new behaviours of
20864 `calendar-day-name' and `add-to-diary-list' functions.
20865 (mark-islamic-diary-entries): Adapt for new behaviours of
20866 `diary-name-pattern' and `calendar-make-alist' functions.
20867
20868 * calendar/cal-menu.el (cal-menu-update): Adapt for new behaviour of
20869 `calendar-month-name' function.
20870
20871 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
20872
20873 * calendar/solar.el (solar-seasons-data): Move definition before use.
20874
20875 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
20876 (cal-tex-LaTeX-hourbox): Move definition before use.
20877
20878 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
20879 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
20880 * lunar.el, solar.el (displayed-month, displayed-year):
20881 Define for compiler.
20882
20883 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20884
20885 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
20886 MODE. Renamed from c-init-c-language-vars'.
20887 (c-initialize-cc-mode): Change accordingly.
20888 (c-common-init): Ditto.
20889 (c-mode): Ditto.
20890 (c++-mode): Use `c-init-language-vars-for'.
20891 (objc-mode): Ditto.
20892 (java-mode): Ditto.
20893 (idl-mode): Ditto.
20894 (pike-mode): Ditto.
20895 (awk-mode): Ditto.
20896
20897 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
20898
20899 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
20900 or not the point moved.
20901
20902 (c-search-decl-header-end): Don't trip up on operator identifiers
20903 in C++ and operators like == in all languages.
20904
20905 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
20906 Detect leading labels correctly.
20907
20908 2003-08-02 Andreas Schwab <schwab@suse.de>
20909
20910 * textmodes/ispell.el: Don't redo key bindings on loading, put
20911 them only in loaddefs.el.
20912 * bookmark.el: Likewise.
20913 * dabbrev.el: Likewise.
20914 * emerge.el: Likewise.
20915
20916 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
20917 has more than one member.
20918
20919 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
20920
20921 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
20922
20923 * lpr.el (printify-region): It was ending conversion before the
20924 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
20925
20926 2003-07-31 John Paul Wallington <jpw@gnu.org>
20927
20928 * net/browse-url.el (browse-url-epiphany): Doc fix.
20929
20930 2003-07-30 Kenichi Handa <handa@m17n.org>
20931
20932 * international/fontset.el (setup-default-fontset):
20933 Change registry names of Akurti fonts.
20934
20935 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20936
20937 * comint.el (comint-read-noecho): Use `clear-string' instead of
20938 `fillarray'.
20939
20940 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
20941
20942 * outline.el (outline-mode-hook): Add defvar.
20943
20944 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
20945
20946 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
20947 Restore assembler in source window if that is what has been selected.
20948 (menu): Add gdb-restore-windows to menu. Make gdba
20949 specific menus only visible from gdba.
20950
20951 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
20952
20953 * progmodes/compile.el (compilation-environment): New user variable.
20954 (compile-internal): Respect it.
20955
20956 2003-07-23 Masatake YAMATO <jet@gyve.org>
20957
20958 * progmodes/gud.el (gdb-script-font-lock-keywords):
20959 Put `font-lock-function-name-face' on a symbol which includes
20960 `-' like `hook-run'. Put font-lock-variable-name-face
20961 on a symbol starting with $.
20962
20963 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
20964
20965 * files.el (set-visited-file-name): Use truename for buffer-file-name.
20966
20967 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20968
20969 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
20970
20971 2003-07-26 Andre Spiegel <spiegel@gnu.org>
20972
20973 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
20974 Use with-no-warnings.
20975 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
20976 rather than to find-file-not-found-hook, which doesn't exist.
20977
20978 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
20979
20980 * international/quail.el (quail-translate-key): Fix previous change.
20981
20982 2003-07-25 John Paul Wallington <jpw@gnu.org>
20983
20984 * server.el (server-start): Check `server-process' is non-nil
20985 before killing it to avoid killing current buffer's process.
20986
20987 * simple.el (choose-completion-string): Use `minibufferp';
20988 test `completion-reference-buffer' if `buffer' arg is nil.
20989 (push-mark): Use `when' and `unless'.
20990 (pop-mark): Use `when'.
20991
20992 * mouse-sel.el (mouse-sel-get-selection-function):
20993 Check `x-last-selected-text-primary'. Don't barf if it or
20994 `x-last-selected-text' aren't bound.
20995
20996 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
20997
20998 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
20999
21000 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
21001
21002 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
21003
21004 2003-07-23 John Paul Wallington <jpw@gnu.org>
21005
21006 * tooltip.el (defface tooltip): Inherit from variable-pitch.
21007
21008 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
21009
21010 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
21011 string. Defvar the derived hook.
21012
21013 * macros.el (insert-kbd-macro): Escape double quote character.
21014 From Thomas W Murphy <twm@andrew.cmu.edu>.
21015
21016 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
21017
21018 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
21019 to match the specific mark rather than reusing comment-start-skip.
21020
21021 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
21022
21023 * progmodes/hideshow.el (hs-special-modes-alist):
21024 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
21025
21026 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
21027
21028 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
21029 value using ?\s.
21030
21031 2003-07-21 John Paul Wallington <jpw@gnu.org>
21032
21033 * subr.el (with-selected-window): Add closing paren.
21034
21035 2003-07-21 Richard M. Stallman <rms@gnu.org>
21036
21037 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
21038 (lisp-mode): Likewise.
21039
21040 * subr.el (with-selected-window): Copy code form save-selected-window
21041 so as to call select-window with norecord arg.
21042 (dynamic-completion-table): Doc fix.
21043 (lazy-completion-table): Doc fix.
21044
21045 * international/mule-cmds.el (set-locale-environment):
21046 langinfo renamed to locale-info.
21047
21048 * international/mule.el (auto-coding-functions): Doc fix.
21049
21050 2003-07-21 Kenichi Handa <handa@m17n.org>
21051
21052 * international/quail.el (quail-translate-key):
21053 Update quail-current-str correctly.
21054
21055 2003-07-21 Andreas Schwab <schwab@suse.de>
21056
21057 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
21058 ?, to "_".
21059
21060 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
21061 Version 2.0.36 of Tramp released.
21062
21063 * net/tramp.el (tramp-default-password-end-of-line): Rename from
21064 tramp-password-end-of-line.
21065 (tramp-password-end-of-line): New method parameter.
21066 (tramp-get-password-end-of-line): Function to access method
21067 parameter `tramp-password-end-of-line', or variable
21068 `tramp-default-password-end-of-line' (default value).
21069 (tramp-methods): Add entries for new parameter
21070 tramp-password-end-of-line.
21071 (tramp-enter-password): Use new function
21072 `tramp-get-password-end-of-line'.
21073 (tramp-handle-insert-file-contents): Do not
21074 unconditionally inhibit the file operation file-local-copy, only
21075 do that when the inhibit-file-name-operation is currently
21076 insert-file-contents. This fixes finding remote CVS-controlled
21077 files. (It would barf on inserting the CVS/Entries file
21078 literally, because the file-local-copy handler wasn't called.)
21079 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
21080 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
21081 (tramp-initial-commands): New variable.
21082 (tramp-process-initial-commands): New function, using the variable.
21083 (tramp-open-connection-setup-interactive-shell): Call the new function.
21084 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
21085 method into the buffer name, never use nil. Reported by Hanak
21086 David <dhanak@inf.bme.hu>.
21087 (tramp-open-connection-setup-interactive-shell): Erase buffer
21088 before sending "stty -onlcr".
21089
21090 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
21091
21092 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
21093
21094 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
21095
21096 2003-07-19 John Paul Wallington <jpw@gnu.org>
21097
21098 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
21099 (artist-draw-rect, artist-draw-square): Doc fixes.
21100
21101 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
21102
21103 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
21104
21105 2003-07-19 Kenichi Handa <handa@m17n.org>
21106
21107 * international/kkc.el (kkc-show-conversion-list-update):
21108 Highlight the correct candidate in the message.
21109
21110 2003-07-18 John Paul Wallington <jpw@gnu.org>
21111
21112 * simple.el (current-word): Don't include punctuation char when
21113 `really-word' arg is non-nil.
21114
21115 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
21116
21117 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
21118 moved to the directory obsolete.
21119
21120 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
21121
21122 * info.el (Info-menu-entry-name-re): Allow newlines in
21123 menu entry names.
21124
21125 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
21126 syntax-ppss-after-change-function.
21127 (syntax-ppss-after-change-function): New alias. Update uses.
21128 (syntax-ppss): Catch the case where the buffer is narrowed.
21129
21130 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21131
21132 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
21133 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
21134
21135 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21136
21137 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
21138 since it might be modified.
21139
21140 * progmodes/cc-langs.el (c++-make-template-syntax-table)
21141 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
21142 names to these language constants.
21143
21144 2003-07-15 Kim F. Storm <storm@cua.dk>
21145
21146 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
21147 All uses changed.
21148
21149 2003-07-14 Mark A. Hershberger <mah@everybody.org>
21150
21151 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
21152 Namespace support.
21153
21154 2003-07-13 Juanma Barranquero <lektu@terra.es>
21155
21156 * frame.el (modify-all-frames-parameters): Reinstall (copyright
21157 papers received).
21158
21159 2003-07-13 Karl Eichwalder <ke@suse.de>
21160
21161 * textmodes/po.el (po-find-charset): White space at the start of the
21162 Content-Type field body is non-mandatory.
21163
21164 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
21165
21166 * textmodes/texinfo.el (texinfo-section-list):
21167 Append appendixsection; a synonym for appendixsec.
21168
21169 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
21170
21171 * man.el (Man-translate-cleanup): New.
21172 (Man-translate-references): Call `Man-translate-cleanup' to clean
21173 leading, trailing and middle spaces.
21174
21175 2003-07-13 Lars Hansen <larsh@math.ku.dk>
21176
21177 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
21178 Handle `dired-directory' being a list.
21179
21180 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
21181
21182 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
21183 it doesn't exist.
21184
21185 2003-07-12 Richard M. Stallman <rms@gnu.org>
21186
21187 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
21188
21189 * progmodes/cc-defs.el (c-make-keywords-re):
21190 Don't use delete-duplicates.
21191 (c-lang-const): Don't use mapcan.
21192
21193 * apropos.el (apropos-show-scores): Make it customizable.
21194 Document new meaning.
21195 (apropos): Compute scores from symbols.
21196 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
21197
21198 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21199
21200 * ps-bdf.el: Fix copyright line.
21201 (bdf-directory-list): Fix initialization code.
21202
21203 2003-07-11 John Paul Wallington <jpw@gnu.org>
21204
21205 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
21206 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
21207 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
21208
21209 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
21210
21211 * emacs-lisp/ring.el (ring-elements): Doc fix.
21212
21213 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
21214
21215 * calendar/timeclock.el (timeclock-relative)
21216 (timeclock-ask-before-exiting, timeclock-use-display-time):
21217 Doc changes.
21218 (timeclock-modeline-display): Give a message if
21219 `timeclock-use-display-time' is non-nil but `display-time-mode'
21220 is not active.
21221
21222 2003-07-11 Kenichi Handa <handa@m17n.org>
21223
21224 * international/mule-cmds.el (set-language-environment):
21225 Set current-language-environment to the correct string.
21226
21227 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
21228
21229 * ps-print.el: Print line number correctly in a region. Reported by
21230 Tim Allen <timallen@ls83.fsnet.co.uk>.
21231 (ps-print-version): New version number (6.6.2).
21232 (ps-printing-region): Code fix.
21233
21234 2003-07-10 John Paul Wallington <jpw@gnu.org>
21235
21236 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
21237 this function can be called from `add-completions-from-tags-table'.
21238
21239 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
21240
21241 * calendar/timeclock.el (timeclock-use-display-time)
21242 (timeclock-day-over-hook, timeclock-workday-remaining)
21243 (timeclock-status-string, timeclock-when-to-leave)
21244 (timeclock-when-to-leave-string, timeclock-log-data)
21245 (timeclock-find-discrep, timeclock-day-base)
21246 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
21247 (timeclock-modeline-display): Set the variable
21248 `timeclock-modeline-display'.
21249 (timeclock-update-modeline): Doc fix. Respect value of
21250 `timeclock-relative'.
21251
21252 2003-07-09 Richard M. Stallman <rms@gnu.org>
21253
21254 * textmodes/reftex-parse.el (reftex-all-document-files):
21255 Add autoload cookie.
21256
21257 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
21258 (reftex-scanning-info-available-p): Add autoload cookie.
21259
21260 * international/mule-cmds.el
21261 (set-display-table-and-terminal-coding-system): Delete duplicate
21262 aset on standard-display-table.
21263
21264 * view.el (view-file): If existing buffer's major mode is special,
21265 don't go into view mode.
21266
21267 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
21268
21269 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21270
21271 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
21272 buffer changes; there's third party code that calls this function
21273 directly.
21274
21275 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21276
21277 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
21278 (autodoc-font-lock-keywords): Don't byte compile on font lock
21279 initialization when running from byte compiled files.
21280
21281 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
21282
21283 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
21284 statement ends with auto-increment "++".
21285
21286 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
21287
21288 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21289 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21290 these are changed, so declare them as variables and not constants.
21291
21292 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
21293
21294 * subr.el (dolist, dotimes): Doc fix.
21295
21296 2003-07-08 Kim F. Storm <storm@cua.dk>
21297
21298 * international/mule-cmds.el
21299 (set-display-table-and-terminal-coding-system): Don't break
21300 bootstrap if standard-display-table isn't setup yet.
21301
21302 2003-07-07 Richard M. Stallman <rms@gnu.org>
21303
21304 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
21305 Give it a doc string, and autoload it.
21306
21307 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
21308 Use with-no-warnings.
21309
21310 * info.el (Info-search): If find invisible text, search again.
21311
21312 * isearch.el (search-whitespace-regexp): Add a shy group around it.
21313
21314 * man.el (Man-name-regexp): Match + as part of name.
21315
21316 * simple.el (visible-mode): Rename from vis-mode.
21317 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
21318
21319 * simple.el (current-word): New arg REALLY-WORD specifies
21320 don't include punctuation chars.
21321
21322 * emacs-lisp/debug.el (debug, debugger-env-macro):
21323 Use with-no-warnings while accessing and binding unread-command-char.
21324
21325 * international/mule-cmds.el
21326 (set-display-table-and-terminal-coding-system): Use explicit loop
21327 instead of calling standard-display-default.
21328
21329 * net/ange-ftp.el (ange-ftp-file-symlink-p):
21330 Use condition-case to catch error in ange-ftp-get-files.
21331
21332 * net/browse-url.el (browse-url-browser-function):
21333 Add alternative for Epiphany.
21334 (browse-url-epiphany-program, browse-url-epiphany-arguments)
21335 (browse-url-epiphany-startup-arguments)
21336 (browse-url-epiphany-new-window-is-tab): New variables.
21337 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
21338
21339 * progmodes/compile.el (compile-auto-highlight): Default now t.
21340 (compile): Doc fix.
21341 (compilation-next-error): Fix previous change.
21342
21343 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
21344
21345 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
21346
21347 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
21348
21349 * gdb-ui.el (gdb-source-info): Display current frame when
21350 attaching to an existing process.
21351 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
21352 while laying out windows when attaching to an existing process.
21353
21354 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
21355
21356 * info.el (Info-menu): Use Info-menu-entry-name-re.
21357
21358 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
21359
21360 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
21361 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
21362
21363 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
21364 to match the same text.
21365
21366 2003-07-06 John Paul Wallington <jpw@gnu.org>
21367
21368 * vc.el (vc-annotate-offset): Move defvar up.
21369
21370 2003-07-06 Kim F. Storm <storm@cua.dk>
21371
21372 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
21373 This should fix the infinite loop when extracting menu names.
21374
21375 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21376
21377 * files.el (auto-mode-alist, interpreter-mode-alist):
21378 Remove entries to CC Mode modes to avoid duplicates; they are now added
21379 with autoload directives in cc-mode.el.
21380
21381 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
21382
21383 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
21384 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
21385 these are changed, so declare them as variables and not constants.
21386
21387 * progmodes/cc-mode.el: Fix some autoload problems: Try to
21388 ensure that the entry for ".c" extension comes before the one for
21389 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
21390 Fix incorrect entries that were added to `interpreter-mode-alist'.
21391 Move the autoload directives for AWK to the top level since they
21392 aren't recognized anywhere else. Do not use the new AWK mode doc
21393 in the autoload form for the old AWK mode.
21394
21395 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21396
21397 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
21398 (bibtex-sort-ignore-string-entries): Default value t.
21399 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
21400 erroneously in previous version.
21401 (bibtex-string-files): Docstring reflects new parsing scheme.
21402 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
21403 docstring, add # as one of the chars to crush
21404 (bibtex-autokey-prefix-string, bibtex-autokey-names)
21405 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
21406 (bibtex-autokey-name-change-strings)
21407 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
21408 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
21409 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
21410 (bibtex-autokey-title-terminators)
21411 (bibtex-autokey-titlewords-stretch)
21412 (bibtex-autokey-titleword-ignore)
21413 (bibtex-autokey-titleword-case-convert)
21414 (bibtex-autokey-titleword-abbrevs)
21415 (bibtex-autokey-titleword-abbrevs)
21416 (bibtex-autokey-titleword-change-strings)
21417 (bibtex-autokey-titleword-length)
21418 (bibtex-autokey-titleword-separator)
21419 (bibtex-autokey-name-year-separator)
21420 (bibtex-autokey-year-title-separator)
21421 (bibtex-autokey-before-presentation-function)
21422 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
21423 Fix docstring.
21424 (bibtex-strings, bibtex-reference-keys):
21425 Use lazy-completion-table and make-variable-buffer-local.
21426 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
21427 (bibtex-braced-string-syntax-table)
21428 (bibtex-quoted-string-syntax-table): New variables.
21429 (bibtex-parse-nested-braces): Remove.
21430 (bibtex-parse-field-string): Use syntax table and forward-sexp.
21431 (bibtex-parse-association): Simplify.
21432 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
21433 (bibtex-parse-field-text): Simplify.
21434 (bibtex-search-forward-field, bibtex-search-backward-field):
21435 argument BOUND can take value t.
21436 (bibtex-start-of-field, bibtex-start-of-name-in-field)
21437 (bibtex-end-of-name-in-field, bibtex-end-of-field)
21438 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
21439 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
21440 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
21441 (bibtex-skip-to-valid-entry): Return buffer position of beginning
21442 and ending of entry. Update for changes of bibtex-search-entry.
21443 Simplify.
21444 (bibtex-map-entries): FUN is called with three arguments.
21445 (bibtex-search-entry): Return a cons pair with buffer positions of
21446 beginning and end of entry.
21447 (bibtex-enclosing-field): Simplify.
21448 (bibtex-format-entry): Use booktitle to set a missing title.
21449 (bibtex-autokey-get-names): Fiddle with regexps.
21450 (bibtex-generate-autokey): Use identity.
21451 (bibtex-parse-keys): Use simplified parsing algorithm if
21452 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
21453 arguments. Return alist of keys.
21454 (bibtex-parse-strings): Simplify. Return alist of strings.
21455 (bibtex-complete-string-cleanup): Fix docstring.
21456 (bibtex-read-key): New function.
21457 (bibtex-mode): Fix docstring. Do not parse for keys and
21458 strings when the mode is entered. Set fill-paragraph-function to
21459 bibtex-fill-field. Setup font-lock-mark-block-function the way
21460 font-lock intended.
21461 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
21462 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
21463 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
21464 (bibtex-Preamble): Avoid hard coded constants.
21465 (bibtex-make-field): Fix docstring. Simplify.
21466 (bibtex-beginning-of-entry): Always return new position of point.
21467 (bibtex-end-of-entry): Rearrange cond clauses.
21468 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
21469 Update for changes of bibtex-map-entries.
21470 (bibtex-ispell-abstract): Do not move point.
21471 (bibtex-entry-index): Use downcase. Simplify.
21472 (bibtex-lessp): Handle catch-all.
21473 (bibtex-find-crossref): Turn into a command.
21474 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
21475 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
21476 preamble entries.
21477 (bibtex-fill-field-bounds): New function.
21478 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
21479 (bibtex-fill-entry): Use bibtex-fill-field-bounds
21480 (bibtex-String): Use bibtex-strings. Always obey
21481 bibtex-sort-ignore-string-entries.
21482
21483 2003-07-05 John Paul Wallington <jpw@gnu.org>
21484
21485 * cus-theme.el (customize-create-theme):
21486 Call `customize-create-theme' in Reset widget's notify function.
21487
21488 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
21489 (ibuffer-mark-interactive): Use `or' instead of `unless'.
21490 (define-ibuffer-column name): Add summarizer.
21491 (define-ibuffer-column size): Likewise.
21492 (define-ibuffer-column filename): Likewise.
21493 (define-ibuffer-column process): Likewise. Change BODY's output too.
21494 (define-ibuffer-column filename-and-process): Likewise, likewise.
21495 (ibuffer): Remove local vars `already-in' and `need-update'.
21496
21497 * ibuf-ext.el: Don't require `derived' at compile-time.
21498
21499 2003-07-05 Kim F. Storm <storm@cua.dk>
21500
21501 * info.el: Disable paragraph refilling.
21502 (Info-refill-paragraphs): New defcustom.
21503 (Info-fontify-node): Use it.
21504
21505 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
21506
21507 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
21508 thingies from constructors created by defstruct.
21509
21510 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
21511 the default value of the variable.
21512 (byte-code-meter): Move declaration to top level.
21513
21514 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
21515
21516 * info.el (Info-following-node-name-re): New fun.
21517 (Info-following-node-name): Remove.
21518 (Info-insert-dir): Use the new fun.
21519 (Info-extract-pointer): Don't save restriction; use new fun.
21520 (Info-menu-entry-name-re): New const.
21521 (Info-menu-entry-name-re): Use it along with new fun.
21522 (Info-node-spec-re): Use new fun.
21523 (Info-complete-menu-item, Info-fontify-node): Use new const.
21524 (Info-goto-node, Info-follow-reference, Info-menu-update):
21525 Use match-string.
21526 (Info-follow-reference): Use assoc-string.
21527 Use a list of strings for the completion table.
21528 (Info-fontify-node): Use match-string, line-end-position.
21529 Limit the search for `node:' to the first line.
21530
21531 * newcomment.el (uncomment-region): Remove padding coming from
21532 comment-start rather than just from comment-padding.
21533
21534 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
21535 (vc-cvs-stay-local-p): Use vc-stay-local-p.
21536 (vc-cvs-rename-file): Remove (use the default).
21537 (vc-cvs-register): Register parent dir if needed.
21538 (vc-cvs-could-register): Return non-nil if parent can be registered.
21539 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
21540 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
21541
21542 * vc-svn.el (vc-svn-use-edit): Make it into a const.
21543 (vc-svn-update): Fix the arguments to `svn'.
21544 (vc-svn-diff-tree): Just use `vc-svn-diff'.
21545 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
21546 Simple implementations, assuming `name' is a URL.
21547
21548 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
21549 set of chars allowed unquoted in a case pattern.
21550
21551 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
21552
21553 * font-lock.el (font-lock-extra-types-widget)
21554 (c-font-lock-extra-types, c++-font-lock-extra-types)
21555 (objc-font-lock-extra-types, java-font-lock-extra-types)
21556 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
21557 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
21558 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
21559 (font-lock-match-c++-structor-declaration)
21560 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
21561 (c++-font-lock-keywords-3, c++-font-lock-keywords)
21562 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
21563 (objc-font-lock-keywords-3, objc-font-lock-keywords)
21564 (java-font-lock-keywords-1, java-font-lock-keywords-2)
21565 (java-font-lock-keywords-3, java-font-lock-keywords)
21566 (java-font-lock-syntactic-face-function): Remove obsolete code
21567 and constants. It's all in cc-fonts.el now.
21568
21569 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
21570
21571 * mail/sendmail.el (mail-specify-envelope-from)
21572 (mail-envelope-from): Doc fix.
21573
21574 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
21575
21576 * generic-x.el: Do away with the dependency on `c-emacs-features'
21577 when populating `rul-generic-mode-syntax-table'; we already know
21578 this isn't XEmacs.
21579
21580 See ChangeLog.10 for earlier changes.
21581
21582 ;; Local Variables:
21583 ;; coding: iso-2022-7bit
21584 ;; End:
21585
21586 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
21587 Copying and distribution of this file, with or without modification,
21588 are permitted provided the copyright notice and this notice are preserved.
21589
21590 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1