]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
*** empty log message ***
[gnu-emacs] / lisp / ChangeLog
1 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
2
3 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
4 of the file size (as in "177B" for 177 bytes). This happens with
5 "ls -lh" on FreeBSD.
6
7 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
8
9 * hilit-chg.el (highlight-changes-global-initial-state)
10 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
11 (hilit-chg-fixup, highlight-changes-mode):
12 Fix typos in docstrings.
13 (highlight-changes-global-modes, highlight-changes-rotate-faces):
14 Doc fixes.
15
16 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
17
18 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
19 mode function using `eval-after-load'.
20
21 2005-07-21 Kim F. Storm <storm@cua.dk>
22
23 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
24 included when reporting an emacs crash, and tell about the DEBUG file.
25
26 * image-file.el (insert-image-file): Add yank-handler.
27 (image-file-yank-handler): Yank handler to make unique copies of
28 images when they are yanked into a buffer next to each other.
29
30 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
31
32 * comint.el (comint-use-prompt-regexp, comint-send-input)
33 (comint-source-default, comint-extract-string)
34 (comint-get-source, comint-word, comint-completion)
35 (comint-source, comint-prompt-read-only, comint-update-fence):
36 Fix typos in docstrings.
37 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
38 Declare with define-obsolete-*-alias macros.
39 (comint-previous-matching-input-from-input)
40 (comint-next-matching-input-from-input)
41 (comint-previous-matching-input, comint-next-matching-input)
42 (comint-forward-matching-input):
43 Improve argument/docstring consistency.
44
45 * desktop.el (desktop-clear-preserve-buffers-regexp):
46 Also preserve the *server* buffer.
47
48 * simple.el (clone-indirect-buffer): Doc fix.
49 (fixup-whitespace, just-one-space)
50 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
51 (next-error, next-error-highlight)
52 (next-error-highlight-no-select, next-error-last-buffer)
53 (next-error-buffer-p, next-error-find-buffer, next-error)
54 (previous-error, next-error-no-select, previous-error-no-select)
55 (open-line, split-line, minibuffer-prompt-width, kill-new)
56 (binary-overwrite-mode): Fix typos in docstrings.
57 (set-fill-column): Fix typo in message.
58
59 * skeleton.el (skeleton-proxy-new): Doc fix.
60
61 * strokes.el (strokes-load-hook): Doc fix.
62 (strokes-grid-resolution, strokes-get-grid-position)
63 (strokes-renormalize-to-grid, strokes-read-stroke)
64 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
65 (strokes-global-map): Fix typos in docstrings.
66 (strokes-help): Doc fix. Fix help message and pass it through
67 `substitute-command-keys'.
68
69 * tempo.el (tempo-insert-prompt, tempo-interactive)
70 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
71 (tempo-insert-string-functions, tempo-local-tags)
72 (tempo-define-template, tempo-insert-template)
73 (tempo-insert-prompt-compat, tempo-is-user-element)
74 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
75 Fix typos in docstrings.
76
77 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
78 (vcursor-key-bindings, vcursor-use-vcursor-map)
79 (vcursor-find-window, vcursor-scroll-down)
80 (vcursor-disable, vcursor-beginning-of-buffer)
81 (vcursor-end-of-buffer): Fix typos in docstrings.
82 (vcursor-relative-move, vcursor-get-char-count):
83 Improve argument/docstring consistency.
84
85 * version.el: "?\ " -> "?\s".
86
87 * wid-edit.el (widget-default-create, widget-after-change)
88 (widget-default-format-handler, widget-checklist-add-item)
89 (widget-radio-add-item, widget-choose, widget-specify-secret)
90 (widget-field-value-create, widget-field-value-get)
91 (widget-editable-list-format-handler)
92 (widget-editable-list-entry-create, widget-group-value-create)
93 (widget-documentation-link-add)
94 (widget-documentation-string-value-create): "?\ " -> "?\s".
95 (widget-convert-text): Doc fix.
96 (widget-narrow-to-field, widget-field-find)
97 (widget-url-link-action, widget-emacs-library-link-action)
98 (widget-color-notify): Fix typos in docstrings.
99
100 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
101 (x-select-text, set-w32-system-coding-system)
102 (w32-add-charset-info): Fix typos in docstrings.
103
104 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
105 (cua-enable-cua-keys, cua-use-hyper-key)
106 (cua-virtual-rectangle-edges): Fix typos in docstrings.
107 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
108
109 * net/tramp.el (tramp-handle-load): Fix typo in error message.
110
111 * emacs-lisp/re-builder.el (regexp-builder): Declare with
112 `defalias' instead of faking it.
113
114 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
115 (eshell-ls-missing, eshell-ls-dired-initial-args)
116 (eshell-ls-use-in-dired): Fix typos in docstrings.
117
118 2005-07-20 Kim F. Storm <storm@cua.dk>
119
120 * emulation/cua-base.el (cua-mode): Improve doc string.
121
122 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
123
124 * abbrev.el (expand-region-abbrevs): Doc fix.
125 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
126 Improve argument/docstring consistency.
127
128 * arc-mode.el (archive-get-descr, archive-alternate-display):
129 Doc fixes.
130 (archive-l-e): Improve argument/docstring consistency.
131 (archive-tmpdir, archive-unixdate, archive-unixtime)
132 (archive-chmod-entry): Fix typos in docstrings.
133 (archive-unflag, archive-unflag-backwards)
134 (archive-unmark-all-files): "?\ " -> "?\s".
135
136 * buff-menu.el (Buffer-menu-unmark): Doc fix.
137 (Buffer-menu-not-modified, Buffer-menu-execute)
138 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
139 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
140
141 * composite.el (compose-string, encode-composition-rule)
142 (compose-last-chars): Fix typos in docstrings.
143
144 * desktop.el (desktop-enable, desktop-basefilename):
145 Declare with `define-obsolete-variable-alias'.
146 (desktop-internal-v2s): Don't quote keywords.
147 (desktop-clear): "?\ " -> "?\s".
148
149 * dired.el (dired-align-file, dired-flag-backup-files)
150 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
151 (dired-listing-switches, dired-ls-F-marks-symlinks)
152 (dired-dwim-target, dired-load-hook, dired-mode-hook)
153 (dired-directory, dired-faces, dired, dired-revert)
154 (dired-mode, dired-summary, dired-view-file)
155 (dired-copy-filename-as-kill, dired-delete-file)
156 (dired-no-confirm, dired-unmark-all-marks)
157 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
158 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
159 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
160 Fix typos in message strings.
161
162 * dired-x.el (virtual-dired): Declare with `defalias'.
163 (dired-mark-unmarked-files, dired-local-variables-file)
164 (dired-omit-here-always): Doc fix.
165 (dired-omit-mode, dired-find-subdir)
166 (dired-enable-local-variables, dired-clean-up-buffers-too)
167 (dired-extra-startup, dired-mark-extension, dired-jump)
168 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
169 (dired-smart-shell-command, dired-guess-shell-alist-user)
170 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
171 (dired-x-bind-find-file, dired-x-submit-report):
172 Fix typos in docstrings.
173 (dired-mark-unmarked-files): "?\ " -> "?\s".
174
175 * dirtrack.el (dirtrack-list): Fix typos in docstring.
176
177 * faces.el (describe-face): "?\ " -> "?\s".
178 (read-all-face-attributes, read-face-font, modify-face)
179 (face-attr-construct, italic): Fix typos in docstrings.
180 (frame-update-face-colors): Declare with
181 `define-obsolete-function-alias'.
182
183 * files.el (find-file-noselect, recode-file-name): Doc fixes.
184 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
185 (magic-mode-alist, buffer-file-numbers-unique)
186 (write-file-functions, get-free-disk-space):
187 Fix typos in docstrings.
188 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
189 (write-contents-hooks, write-file-hooks):
190 Declare with `define-obsolete-variable-alias'.
191
192 * forms-d2.el (arch-rj): Fix typo in docstrings.
193 (arch-tocol): Likewise. "?\ " -> "?\s".
194
195 * frame.el (set-frame-font, cursor-in-non-selected-windows):
196 Fix typo in docstring.
197 (set-screen-width, set-screen-height): Delete redundant info in
198 doctrings.
199 (new-frame, screen-height, screen-width): Declare with
200 `define-obsolete-function-alias'.
201 (delete-frame-hook, blink-cursor): Declare with
202 `define-obsolete-variable-alias'.
203
204 * paths.el (prune-directory-list): Fix typos in docstring.
205
206 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
207 (cvs-prefix-get): Fix typos in docstrings.
208
209 * ps-print.el (ps-extend-face-list, ps-extend-face)
210 (ps-print-background-image): Fix typos in docstrings.
211 (ps-default-fg, ps-default-bg): Doc fixes.
212
213 * s-region.el (s-region-bind): Doc fix.
214 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
215
216 * textmodes/org.el (org-table-formula-substitute-names)
217 (org-table-get-vertical-vector): Doc fixes.
218 (org-table-recalculate): Remove unused argument to `message'.
219
220 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
221
222 * textmodes/org.el (org-table-column-names)
223 (org-table-column-name-regexp)
224 (org-table-named-field-locations): New variables.
225 (org-archive-subtree): Protect `this-command' when calling
226 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
227 the kill buffer.
228 (org-complete): Remove fixed-formula completion.
229 (org-edit-formulas-map): New variable.
230 (org-table-edit-formulas): New command.
231 (org-finish-edit-formulas, org-abort-edit-formulas)
232 (org-show-variable, org-table-get-vertical-vector): New functions.
233 (org-table-maybe-eval-formula): Handle `:=' fields.
234 (org-table-get-stored-formulas, org-table-store-formulas)
235 (org-table-get-formula, org-table-modify-formulas)
236 (org-table-replace-in-formulas): Handle named field formulas.
237 (org-table-get-specials): Store locations of named fields.
238
239 2005-07-19 Juri Linkov <juri@jurta.org>
240
241 * progmodes/grep.el (grep-regexp-alist)
242 (grep-mode-font-lock-keywords, grep-process-setup):
243 Use default GNU grep match color "01;31m" instead of "01;41m".
244 (grep-regexp-alist, grep-mode-font-lock-keywords):
245 Use `\\[[0-9]*m' instead of `\\[00m'.
246 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
247 sgr_start where its handling is more important. Use the real
248 length of sgr_start instead of constant 8.
249 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
250 specially. Delete all remaining escape sequences.
251 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
252 (grep-regexp-alist): Make hyperlink only for binary file name
253 instead of the whole line.
254 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
255 (grep-mode): Add autoload.
256
257 * emacs-lisp/find-func.el (find-function-regexp):
258 Add `define-compilation-mode'.
259
260 2005-07-19 Juri Linkov <juri@jurta.org>
261
262 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
263 (compare-windows-sync-string-size, compare-windows-recenter)
264 (compare-windows-highlight, compare-windows): Add version 22.1.
265 (compare-windows) <defface>: Inherit from lazy-highlight instead
266 of duplicating its default value.
267
268 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
269 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
270
271 * descr-text.el (describe-char): Create link buttons for `charset'
272 and `code point'. Add the current input method name with a link
273 button to `to input' field. Print face names of display table
274 characters in `The display table entry is displayed by' section
275 instead of printing face-id in the `display' field.
276 Guess hardcoded faces and create a link button for them.
277 Skip empty fields when calculating max-width.
278 Treat `widget-create' specially while inserting strings from the
279 collected field list.
280 (describe-char-after): Made obsolete in version 22.1, not 21.5.
281
282 * diff-mode.el (diff-file-header): Change foreground color from
283 yellow to green on light backgrounds.
284 (diff-context): Inherit from `shadow' only for color/grayscale
285 with more than 88 colors.
286 (diff-indicator-removed, diff-indicator-added)
287 (diff-indicator-changed): New faces.
288 (diff-font-lock-keywords): Use new faces. Regroup rules.
289 Add "^---$" for `normal' diff format. Fontify `#' lines with
290 font-lock-comment-delimiter-face and font-lock-comment-face.
291 Add `#' to ^[^...] in the rule for `diff-context-face'.
292
293 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
294 a button-like box. Inherit from `highlight' on low colors.
295 (shadow): Use shades of gray only for color/grayscale with
296 more than 88 colors. Use green for light backgrounds with
297 8 colors, and yellow for dark backgrounds with 8 colors.
298
299 * font-lock.el (font-lock-regexp-grouping-backslash): Don't
300 inherit from escape-glyph (use bold for all cases).
301
302 * info.el (info-xref-visited): Use light foreground color `violet'
303 for dark backgrounds instead of dark color `magenta3'.
304 (info-title-1): Use `yellow' color for dark backgrounds.
305
306 * isearch.el (isearch): Use not-too-dark magenta3 instead of
307 too-light magenta2.
308
309 * replace.el (match): Use slightly more light RoyalBlue3 instead
310 of dark RoyalBlue4.
311
312 * wid-edit.el (widget-inactive): Inherit from `shadow'.
313
314 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
315
316 * novice.el (disabled-command-hook): Declare it with
317 `define-obsolete-variable-alias'.
318
319 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
320 (desktop-buffer-misc-functions, desktop-buffer-handlers)
321 (desktop-load-default): Add release to obsolescence info.
322 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
323 (desktop-append-buffer-args, desktop-read):
324 Fix typos in docstrings.
325 (desktop-kill): Fix typo in message.
326 (desktop-save): Doc fix.
327
328 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
329
330 * viper-cmd.el (viper-escape-to-state): Bug fix.
331 (viper-envelop-ESC-key): Change the definition of fast
332 keysequence so it'll work with keyboard macros.
333
334 * ediff.el (ediff-patch-buffer): Change the docstring.
335
336 2005-07-19 Kenichi Handa <handa@m17n.org>
337
338 * international/mule-cmds.el (select-safe-coding-system): Try to
339 use an auto-coding (if any) before anything else. If the found
340 auto-coding is invalid, show a warning message.
341
342 * international/mule.el (find-auto-coding): New function created
343 by modifying the body of set-auto-coding.
344 (set-auto-coding): Use find-auto-coding to find a coding.
345
346 2005-07-18 Richard M. Stallman <rms@gnu.org>
347
348 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
349 not isearch-mode-end-hook-error.
350 (allout-before-change-protect): Fix error message.
351
352 2005-07-18 Juri Linkov <juri@jurta.org>
353
354 * allout.el (allout-mode):
355 * calculator.el (calculator-copy):
356 * custom.el (custom-known-themes):
357 * dired.el (dired-desktop-buffer-misc-data)
358 (dired-restore-desktop-buffer):
359 * dired-x.el (dired-omit-marker-char):
360 * files.el (basic-save-buffer):
361 * font-core.el (font-lock-mode):
362 * calendar/calendar.el (calendar-goto-hebrew-date)
363 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
364 (calendar-goto-persian-date):
365 * language/ethio-util.el (ethio-sera-to-fidel-region):
366 * textmodes/picture.el (picture-mode):
367 Delete duplicate duplicate words.
368
369 2005-07-18 Juri Linkov <juri@jurta.org>
370
371 * isearch.el (isearch-mode-map): Remove key bindings for regexp
372 chars * ? } |.
373 (isearch-fallback): Don't call `isearch-process-search-char'.
374 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
375 (isearch-process-search-char): Call `isearch-fallback' for regexp
376 chars * ? } |.
377 (isearch-return-char): Make obsolete with `make-obsolete' instead
378 of simply documenting it as obsolete in the docstring.
379 (isearch-fallback): Refill docstring.
380
381 * international/isearch-x.el
382 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
383 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
384 Test the length of `str'.
385
386 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
387
388 * allout.el (allout-resolve-xref): Fix typos in error strings.
389 (allout-before-change-protect): Remove unneeded `concat'.
390
391 * array.el (array-mode, array-reconfigure-rows)
392 (untabify-backward): Fix typos in docstrings.
393 (array-reconfigure-rows): Use `insert-buffer-substring', not
394 `insert-buffer'.
395
396 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
397 * progmodes/ada-mode.el (ada-make-body): Use
398 `insert-buffer-substring' and `goto-char', not `insert-buffer'.
399
400 * dired.el (dired-log):
401 * tar-mode.el (tar-subfile-save-buffer):
402 * play/zone.el (zone-pgm-stress-destress):
403 Use `insert-buffer-substring', not `insert-buffer'.
404
405 2005-07-17 Simon Josefsson <jas@extundo.com>
406
407 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
408
409 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
410
411 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
412 Add plain auth method.
413 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
414
415 2005-07-17 Kim F. Storm <storm@cua.dk>
416
417 * ido.el (dired-other-window): Add ido property.
418
419 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
420
421 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
422 Fix typo in docstring.
423 (byte-compile-interactive-only-functions): Add `insert-buffer' and
424 `insert-file-literally'.
425
426 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
427 info and delete redundant message. Doc fix.
428 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
429 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
430
431 2005-07-16 Richard M. Stallman <rms@gnu.org>
432
433 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
434 (byte-compile-and): Use byte-compile-and-recursion.
435 (byte-compile-or-recursion): New function.
436 (byte-compile-or): Use that.
437 (byte-compile-if): Guard the else-clause too.
438 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
439
440 * isearch.el (isearch-mode-end-hook-quit): New variable.
441 (isearch-done): Bind it.
442 (isearch-mode-end-hook): Doc fix.
443
444 * allout.el (allout-isearch-did-quit): Variable deleted.
445 (allout-real-isearch-abort): Function name no longer used.
446 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
447 (allout-isearch-rectification): isearch-mode always exists.
448 Don't set allout-isearch-did-quit.
449 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
450 allout-isearch-did-quit.
451 (allout-enwrap-isearch): Just add the hook.
452 (allout-isearch-abort): Function deleted.
453 (allout-pre-command-business): Avoid warning.
454
455 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
456 Correctly avoid warnings.
457 (pascal-outline): Likewise.
458
459 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
460
461 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
462
463 * play/tetris.el (tetris-mode): Avoid warning.
464
465 * play/snake.el (snake-mode): Avoid warning.
466
467 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
468 (gamegrid-set-display-table): Avoid warning.
469 (gamegrid-set-timer): Likewise.
470 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
471 (gamegrid-add-score-with-update-game-score-1): Take FILE
472 as argument.
473 (gamegrid-add-score-with-update-game-score): Pass that argument.
474 Rename have-shared-game-dir to gamegrid-shared-game-dir.
475
476 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
477
478 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
479 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
480
481 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
482 and insert-file.
483
484 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
485 (sc-ask): Avoid warnings.
486
487 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
488 (eshell-hist-initialize): Use that var the natural way.
489
490 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
491
492 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
493 warning calling lre-compile-string.
494 (reb-color-display-p): Avoid warning.
495
496 * calculator.el (calculator-last-input): Guard uses
497 of event-key and key-press-event-p.
498 (event-key, key-press-event-p): Delete definitions.
499
500 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
501 (find-gc-source-directory, find-gc-subrs-callers)
502 (find-gc-noreturn-list, find-gc-source-files)
503 (find-gc-subrs-called): Vars renamed and defvar'd.
504
505 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
506 (checkdoc-overlay-put, checkdoc-delete-overlay)
507 (checkdoc-overlay-start, checkdoc-overlay-end)
508 (checkdoc-mode-line-update, checkdoc-char=):
509 Define such that compiler knows they are defined.
510 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
511 (checkdoc-read-event): Deleted. Use read-event directly.
512
513 * whitespace.el (whitespace-make-overlay)
514 (whitespace-overlay-put, whitespace-delete-overlay)
515 (whitespace-overlay-start, whitespace-overlay-end):
516 Define such that compiler knows they are defined.
517 (whitespace): Move conditional inside.
518
519 * tempo.el (tempo-insert-template): Suppress warning.
520
521 * ediff-diff.el (longlines-mode): Add defvar.
522
523 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
524
525 * server.el: Bind "C-x #" in a way that works even if C-x is
526 redefined to a command key, not a prefix key.
527
528 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
529
530 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
531 cl-make-type-test till execution time.
532
533 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
534
535 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
536 arg ARG and use it.
537
538 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
539
540 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
541
542 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
543
544 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
545 a defcustom with two :set or :type keywords.
546
547 2005-07-15 Richard M. Stallman <rms@gnu.org>
548
549 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
550 Don't give ^M comment-end syntax.
551
552 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
553
554 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
555 Don't consider gdbmi (gdb-mi.el has its own update functions).
556 (gdb-var-delete): Make it work for gdbmi as well.
557 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
558
559 * progmodes/gud.el (etags, sdb): Only require etags when needed.
560 (gud-speedbar-menu-items): Correct logic for enabling items.
561
562 2005-07-15 Kim F. Storm <storm@cua.dk>
563
564 * ido.el: Fix commentary.
565 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
566 Use with-no-warnings around ffap-guesser.
567 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
568 Let bind minibuffer-completing-file-name to t.
569
570 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
571
572 * startup.el (site-run-file, keyboard-type): Doc fixes.
573 (command-line): Check for "--basic-display" argument; also for
574 "--quick", not "--bare-bones" (which was renamed).
575 (fancy-splash-text): Add missing item "Getting New Versions".
576 (normal-splash-screen): Fix typos and improve consistency with
577 `fancy-splash-text'. Update copyright year.
578
579 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
580 valid binding for `help-char'.
581
582 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
583
584 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
585
586 * term.el (term-mode): Disable cua-mode for term buffers.
587
588 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
589
590 * add-log.el (add-log-mailing-address, change-log-merge):
591 Doc fixes.
592 (change-log-get-method-definition): Fix typo in docstring.
593
594 2005-07-14 Kim F. Storm <storm@cua.dk>
595
596 * emulation/cua-base.el:
597 (cua--pre-command-handler-1, cua--pre-command-handler)
598 (cua--post-command-handler-1, cua--post-command-handler):
599 Split in two. Check (buffer local) value of cua-mode.
600 (cua-selection-mode): New command.
601
602 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
603
604 * custom.el (custom-initialize-safe-set)
605 (custom-initialize-safe-default): Doc fixes.
606
607 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
608 and simplify :init-value again.
609
610 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
611 and simplify :init-value again. Delete autoload.
612
613 * startup.el (command-line): Use `custom-reevaluate-setting' again
614 for tooltip-mode.
615
616 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
617 a defcustom with two :initialize keywords.
618
619 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
620
621 * allout.el (my-mark-marker, allout-isearch-prior-pos)
622 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
623 (allout-post-command-business, allout-flag-region)
624 (isearch-reenable-font-lock, allout-yank)
625 (allout-insert-latex-header, allout-insert-latex-trailer)
626 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
627 (allout-latex-verb-quote): Fix typos in docstrings.
628 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
629 (allout-unprotected, allout-prefix-data):
630 Improve argument/docstring consistency.
631 (allout-chart-subtree): Fix argument spec.
632 (allout-open-topic): Rename `use_sib_bullet' argument to
633 `use-sib-bullet'. Doc fix.
634
635 * whitespace.el (whitespace-check-buffer-leading)
636 (whitespace-check-buffer-trailing)
637 (whitespace-check-buffer-indent)
638 (whitespace-check-buffer-spacetab)
639 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
640 (whitespace-check-leading-whitespace)
641 (whitespace-check-trailing-whitespace)
642 (whitespace-check-spacetab-whitespace)
643 (whitespace-check-indent-whitespace)
644 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
645 (whitespace-modes): Fix typos in docstrings.
646 (defgroup, defcustom): Doc fixes.
647
648 * winner.el (winner-mode, winner-boring-buffers)
649 (winner-pending-undo-ring): Doc fixes.
650 (winner-ring): Remove unneeded `progn'.
651 (winner-equal): `defsubst' it.
652 (winner-redo): Fix message.
653
654 2005-07-13 Kim F. Storm <storm@cua.dk>
655
656 * simple.el (line-move-1): Always use vertical-motion to
657 do the last (or only) line move to ensure some movement.
658 Undo 2005-06-23 change--don't check for overlays.
659
660 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
661
662 * term/mac-win.el (ccl-encode-mac-roman-font)
663 (ccl-encode-mac-centraleurroman-font)
664 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
665 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
666 Change charset-id boundary of dimension to ?\xef.
667 (mac-char-fontspec-list): New constant.
668 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
669 argument. Nil uses itself as family in font-spec. Previous
670 behavior for nil is now provided by non-nil non-string argument.
671 All callers changed. Add font-specs for Mac fonts to
672 "fontset-default" unless iso8859-1 fonts are installed.
673
674 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
675
676 * progmodes/sh-script.el (sh-get-indent-info): Only indent
677 a continuation line if the \ is preceded by SPC or TAB.
678 (sh-get-indent-info): Simplify.
679 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
680 Use with-current-buffer.
681
682 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
683 when the matched text is empty.
684
685 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
686
687 * startup.el (command-line): Revert to previous handling of
688 tooltip-mode. Explain in comment why the complexity is needed.
689
690 * tooltip.el (tooltip-mode): Revert to previous implementation of
691 its defcustom.
692
693 * frame.el (blink-cursor-mode): Revert to previous implementation
694 of its defcustom. Update comment.
695
696 2005-07-12 Lars Hansen <larsh@soem.dk>
697
698 * desktop.el: Update e-mail address.
699
700 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
701
702 * term/mac-win.el (mac-services-mail-selection)
703 (mac-services-mail-to): New functions.
704 (mac-application-menu-map): Bind them.
705
706 2005-07-12 wulei <milton@wulei.net> (tiny change)
707
708 * progmodes/gdb-ui.el: Add note about buffering with Windows.
709
710 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
711
712 * custom.el (custom-reevaluate-setting): Doc fix.
713
714 2005-07-11 Jay Belanger <belanger@truman.edu>
715
716 * calc/calc.el (calc-embedded-announce-formula-alist)
717 (calc-embedded-open-close-plain-alist)
718 (calc-embedded-open-close-mode-alist): Add checks for additional
719 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
720
721 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
722
723 * custom.el (custom-enable-theme): Don't add theme to
724 `custom-enabled-themes' with `push' because there is no
725 setf-method for `delq'.
726
727 2005-07-11 Richard M. Stallman <rms@gnu.org>
728
729 * custom.el (custom-declare-variable): Doc fix.
730
731 * dired-aux.el (dired-compare-directories): Remove "." and ".."
732 from the alists.
733
734 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
735 Do nothing if edebug-active.
736
737 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
738 (edebug-display): Do it here instead.
739
740 2005-07-10 Richard M. Stallman <rms@gnu.org>
741
742 * cus-face.el (custom-theme-set-faces): Make it work.
743 (custom-reset-faces): Doc fix.
744 (custom-theme-reset-internal-face, custom-theme-face-value):
745 Functions deleted.
746
747 * custom.el (custom-push-theme): Maintain list of the settings
748 of a given theme in its theme-settings property.
749 Maintain position of old settings in the theme-value
750 or theme-face property.
751 (custom-enabled-themes): New variable.
752 (custom-theme-enabled-p): New function.
753 (provide-theme): Update custom-enabled-themes.
754 Disable and reenable the `user' theme.
755 (require-theme): Doc fix.
756 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
757 (custom-theme-value, custom-theme-variable-value): Likewise.
758 (custom-theme-reset-internal): Likewise.
759 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
760 (custom-enable-theme, custom-disable-theme): New functions.
761 (custom-variable-theme-value, custom-face-theme-value): Likewise.
762 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
763 (custom-theme-reset-variables): Simplify.
764 (deftheme, custom-declare-theme, custom-make-theme-feature):
765 Definitions moved.
766
767 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
768
769 * longlines.el (longlines-show-region)
770 (longlines-unshow-hard-newlines): Recognize hard newlines by
771 non-nil hard property, instead of t.
772
773 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
774
775 * viper-cmd.el (viper--key-maps): New variable.
776 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
777 emulation-mode-map-alists.
778 (viper-envelop-ESC-key): Use viper-subseq.
779 (viper-search-forward/backward/next): Disable debug-on-error.
780
781 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
782 (viper-ESC-key): New defcustoms.
783
784 * viper-macs.el (ex-map-read-args): Use viper-subseq.
785
786 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
787 (viper-subseq): Copy of subseq from cl.el.
788
789 * viper.el (viper-go-away, viper-set-hooks): Use
790 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
791
792 * viper-mous.el (viper-current-frame-saved): Use defvar.
793
794 * viper-init.el: Get rid of -face in face names.
795
796 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
797 Make it work with longlines mode
798
799 * ediff-mult.el (ediff-meta-mode-hook): New variable.
800
801 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
802
803 * ediff-init: Get rid of -face in face names.
804
805 2005-07-10 Richard M. Stallman <rms@gnu.org>
806
807 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
808 and with-timeout-unsuspend.
809
810 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
811 and with-timeout-unsuspend.
812
813 * emacs-lisp/timer.el (with-timeout-timers): New variable.
814 (with-timeout): Bind that variable to record timers.
815 (with-timeout-suspend, with-timeout-unsuspend): New functions.
816
817 * emacs-lisp/debug.el (debug-help-follow): New function.
818 (debugger-mode-map): Use that instead of help-follow.
819 (debugger-setup-buffer): Use eval-buffer-list
820 to handle eval-buffer frames.
821
822 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
823
824 * timezone.el (timezone-parse-date): Change first regexp
825 so it will not mistakenly match dates with no time zone.
826
827 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
828
829 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
830
831 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
832
833 * custom.el (custom-initialize-safe-set)
834 (custom-initialize-safe-default): New functions.
835
836 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
837 and simplify :init-value.
838
839 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
840 and simplify :init-value. Delete obsolete comment.
841
842 * startup.el (command-line): Use `custom-reevaluate-setting' to
843 handle `tooltip-mode'. Delete obsolete comment.
844
845 * files.el (set-visited-file-name): Avoid calling
846 `file-name-nondirectory' with a nil argument.
847
848 2005-07-09 Richard M. Stallman <rms@gnu.org>
849
850 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
851 was called with nil for the buffer, handle the read position right.
852 Handle read position for eval-region, too.
853
854 2005-07-09 Juri Linkov <juri@jurta.org>
855
856 * fringe.el (fringe-mode): Add period in docstring.
857 (fringe-query-style): Build prompt depending on `all-frames' arg.
858
859 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
860 to not create links to unrelated functions in the Help buffer.
861
862 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
863 Doc fix.
864
865 * simple.el (next-error-hook): New variable.
866 (next-error): Use it. Doc fix.
867
868 * textmodes/ispell.el (ispell-command-loop): Add current
869 dictionary name and program name to mode-line-format.
870 (ispell-region, ispell-process-line): Add current dictionary name
871 and program name to messages.
872
873 2005-07-08 Jay Belanger <belanger@truman.edu>
874
875 * calc/calc.el (calc-embedded-announce-formula-alist)
876 (calc-embedded-open-close-formula-alist)
877 (calc-embedded-open-close-word-alist)
878 (calc-embedded-open-close-plain-alist)
879 (calc-embedded-open-close-new-formula-alist)
880 (calc-embedded-open-close-mode-alist)
881 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
882 (calc-embedded-mode-hook): New variables.
883
884 * calc/calc-embed.el (calc-embedded-firsttime)
885 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
886 New variables.
887 (calc-do-embedded): Use calc-embedded-firsttime,
888 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
889 determine whether or not to run hooks.
890 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
891 calc-embedded-firsttime-formula appropriately.
892 Set calc-embedded delimiter variables according to mode.
893
894 2005-07-08 Richard M. Stallman <rms@gnu.org>
895
896 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
897 Check for "emacs", etc., as entire symbol, not just as word.
898 (checkdoc-file-comments-engine): Use regexp-quote on FN.
899
900 * files.el (set-visited-file-name): Report the error
901 for "empty filename" earlier.
902 (kill-some-buffers): Ignore buffers already dead.
903
904 * fringe.el (fringe-mode): Doc fix.
905
906 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
907 Check for (featurep 'xemacs) and turn off warnings in what it guards.
908 Use unwind-protect to ensure byte-compile-unresolved-functions
909 is updated.
910
911 * whitespace.el (whitespace-buffer-leading-cleanup):
912 Simplify w/ skip-chars-forward.
913 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
914
915 * mail/rmail.el (rmail-only-expunge): Fix paren error.
916 Unconditionally try to leave point at the same old place.
917
918 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
919
920 * comint.el (comint-postoutput-scroll-to-bottom)
921 (comint-show-maximum-output): Take scroll-margin into consideration.
922
923 2005-07-08 Kim F. Storm <storm@cua.dk>
924
925 * ido.el (ido-use-filename-at-point): New choice `guess'.
926 (ido-file-internal): Try ffap-guesser if selected.
927
928 * ido.el (ido-before-fallback-functions): New hook.
929 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
930 (ido-read-file-name): Run it.
931
932 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
935 strings rather than a list of symbols to the completion function.
936
937 2005-07-07 Jay Belanger <belanger@truman.edu>
938
939 * calc/calc-units.el (math-apply-units): Change the places in
940 which units are simplified.
941
942 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
943
944 * cus-edit.el (customize-option, customize-option-other-window):
945 Make them handle aliases.
946
947 * custom.el (custom-variable-p): Make it recursively follow
948 aliases. Mention that in the docstring.
949
950 2005-07-07 Richard M. Stallman <rms@gnu.org>
951
952 * cus-start.el (exec-path): Use `directory' instead of `file'.
953 Fix tag for nil.
954
955 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
956
957 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
958 when called non-interactively. Doc fix.
959
960 2005-07-07 Lute Kamstra <lute@gnu.org>
961
962 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
963 new address as well.
964
965 2005-07-07 Kenichi Handa <handa@m17n.org>
966
967 * international/mule.el (make-coding-system):
968 Describe `ascii-incompatible' property in the docstring.
969 (set-file-name-coding-system): Signal an error if coding-system is
970 ascii-incompatible.
971 (set-keyboard-coding-system): Likewise.
972
973 * international/mule-cmds.el (set-default-coding-systems):
974 Don't set default-file-name-coding-system and
975 default-keyboard-coding-system if coding-system is ASCII-incompatible.
976
977 * international/utf-16.el: Declare that all UTF-16-based coding
978 systems are ASCII-incompatible.
979
980 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
981
982 * progmodes/gud.el: Require font-lock for displaying errors.
983 Used by gdb-ui.el.
984
985 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
986
987 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
988 values for the pattern lists which are `read'able but not
989 `append'able (like symbols).
990
991 2005-07-06 Richard M. Stallman <rms@gnu.org>
992
993 * progmodes/flymake.el (flymake-float-time): Instead of
994 with-no-warnings, test for xemacs.
995 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
996 to avoid warning.
997
998 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
999
1000 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1001
1002 2005-07-05 Lute Kamstra <lute@gnu.org>
1003
1004 * battery.el: Add support for Darwin (with much debugging help
1005 from Samuel Lauber <sam124@operamail.com>).
1006 (battery-status-function, battery-echo-area-format)
1007 (battery-mode-line-format): Add support for pmset on Darwin.
1008 (battery-load-low, battery-load-critical): New user options.
1009 (battery-pmset): New function.
1010
1011 2005-07-05 Lute Kamstra <lute@gnu.org>
1012
1013 Update FSF's address in GPL notices.
1014
1015 * textmodes/page-ext.el: Update FSF's address.
1016
1017 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1018
1019 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1020 filling from using prefix when filling a single-line docstring.
1021
1022 * progmodes/flymake.el: Remove useless eval-when-compile.
1023
1024 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1025
1026 2005-07-04 Richard M. Stallman <rms@gnu.org>
1027
1028 * textmodes/org.el (org-file-apps-defaults-gnu):
1029 Rename from org-file-apps-defaults-linux.
1030 (org-default-apps): Don't test system-type for `linux'.
1031 (org-file-apps): Doc fix.
1032
1033 2005-07-04 David Ponce <david@dponce.com>
1034
1035 * tree-widget.el: Improve header Commentary section.
1036 (tree-widget) [defgroup]
1037 (tree-widget-image-enable, tree-widget-themes-directory)
1038 (tree-widget-theme, tree-widget-image-properties-emacs)
1039 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1040 (tree-widget-image-formats, tree-widget-control)
1041 (tree-widget-empty-control, tree-widget-leaf-control
1042 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1043 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1044 (tree-widget-keep, tree-widget-after-toggle-functions)
1045 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1046 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1047 :help-echo message.
1048 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1049 (tree-widget-image-properties): Doc fix. Clearer implementation.
1050 (tree-widget--cursors): New constant.
1051 (tree-widget-lookup-image): New function split from
1052 `tree-widget-find-image'. Clearer implementation.
1053 (tree-widget-find-image): Use it.
1054 (tree-widget-button-keymap): Use `set-keymap-parent'.
1055 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1056 Define the sub-widgets here.
1057 (tree-widget-node): Check that :node is not a tree-widget.
1058 (tree-widget-get-super, tree-widget-open-control)
1059 (tree-widget-close-control, tree-widget-empty-control)
1060 (tree-widget-leaf-control, tree-widget-guide)
1061 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1062 (tree-widget-no-handle, tree-widget-value-delete)
1063 (tree-widget-map): Remove.
1064 (tree-widget-children-value-save): Doc fix. Simplified.
1065 (tree-widget-value-create): Update according to previous changes.
1066
1067 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1068
1069 * textmodes/org.el: Leading space replaced by TABS.
1070 (org-recalc-marks, org-table-rotate-recalc-marks)
1071 (org-table-get-specials): Treat "^" and "_" marks.
1072 (org-table-justify-field-maybe): Optional argument NEW.
1073 (org-table-eval-formula): Parsing of the format simplified.
1074 New modes C,I. Honor the %= parameter in the current table.
1075 Avoid unnecessary re-align by using the NEW argument to
1076 `org-table-justify-field-maybe'.
1077 (org-calc-default-modes): Default for date-format mimicks org-mode.
1078 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1079
1080 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1081
1082 * cus-face.el (custom-theme-set-faces): Make it handle face
1083 aliases whose alias declarations are pre- or autoloaded.
1084
1085 2005-07-04 Juri Linkov <juri@jurta.org>
1086
1087 * faces.el (read-face-name): Put the code for getting a face name
1088 from the buffer before adding the faces from the `face' property.
1089 Use `completing-read-multiple' instead of `completing-read'.
1090 Require `crm'. Add default value and post-process the returned
1091 list of faces.
1092
1093 * emacs-lisp/crm.el (crm-find-current-element)
1094 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1095
1096 * emacs-lisp/lisp-mode.el (eval-defun-1):
1097 * emacs-lisp/edebug.el (edebug-eval-defun):
1098 Remove unnecessary quotes.
1099
1100 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1101
1102 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1103 (prolog-indent-level): Fix typo in docstring.
1104
1105 * info.el (Info-history, Info-history-forward)
1106 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1107
1108 * add-log.el (add-change-log-entry):
1109 * comint.el (comint-dynamic-list-input-ring)
1110 (comint-dynamic-list-completions):
1111 * dabbrev.el (dabbrev-expand):
1112 * delim-col.el (delimit-columns-rectangle-line):
1113 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1114 (diff-unified->context):
1115 * ediff-init.el (ediff-abbrev-jobname):
1116 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1117 (ediff-replace-session-activity-marker-in-meta-buffer):
1118 * info.el (Info-summary):
1119 * lpr.el (printify-region):
1120 * printing.el (pr-create-interface):
1121 * ps-print.el (ps-print-quote):
1122 * ses.el (ses-column-widths, ses-print-cell)
1123 (ses-adjust-print-width, ses-center):
1124 * shell.el (shell-file-name-quote-list):
1125 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1126 (strokes-fill-current-buffer-with-whitespace)
1127 (strokes-xpm-for-stroke, strokes-list-strokes)
1128 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1129 * term.el (term-dynamic-list-input-ring)
1130 (term-dynamic-list-completions):
1131 * calc/calc.el (math-format-stack-value):
1132 * emacs-lisp/edebug.el (edebug-display-freq-count):
1133 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1134 (delphi-new-comment-line):
1135 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1136 * progmodes/executable.el (executable-set-magic):
1137 * progmodes/python.el (inferior-python-mode):
1138 * progmodes/scheme.el (scheme-mode-syntax-table):
1139 * progmodes/sh-script.el (sh-maybe-here-document):
1140 * progmodes/sql.el (sql-copy-column):
1141 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1142 * textmodes/bibtex.el (bibtex-mode):
1143 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1144 (sgml-auto-attributes):
1145 * textmodes/table.el (table-insert, table-shorten-cell)
1146 (table--generate-source-scan-lines, table-delete-row)
1147 (*table--cell-delete-char, table--spacify-frame)
1148 (table--horizontally-shift-above-and-below)
1149 (table--cell-insert-char, table--cell-blank-str)
1150 (table--fill-region-strictly):
1151 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1152 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1153
1154 * add-log.el (change-log):
1155 * apropos.el (apropos):
1156 * comint.el (comint-completion, comint-source):
1157 * dabbrev.el (dabbrev):
1158 * delim-col.el (columns):
1159 * diff-mode.el (diff-mode):
1160 * ediff.el (ediff):
1161 * ediff-diff.el (ediff-diff):
1162 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1163 * ediff-mult.el (ediff-mult):
1164 * ediff-ptch.el (ediff-ptch):
1165 * ediff-wind.el (ediff-window):
1166 * facemenu.el (facemenu):
1167 * indent.el (indent):
1168 * info.el (info):
1169 * jka-cmpr-hook.el (compression, jka-compr):
1170 * lpr.el (lpr):
1171 * outline.el (outlines):
1172 * pcmpl-cvs.el (pcmpl-cvs):
1173 * pcmpl-rpm.el (pcmpl-rpm):
1174 * printing.el (printing):
1175 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1176 (ps-print-vertical, ps-print-headers, ps-print-font)
1177 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1178 (ps-print-background, ps-print-printer, ps-print-page)
1179 (ps-print-miscellany):
1180 * ses.el (ses):
1181 * shell.el (shell, shell-directories, shell-faces):
1182 * startup.el (initialization):
1183 * strokes.el (strokes):
1184 * term.el (term):
1185 * uniquify.el (uniquify):
1186 * w32-vars.el (w32):
1187 * calc/calc.el (calc):
1188 * emacs-lisp/bytecomp.el (bytecomp):
1189 * emacs-lisp/cl-indent.el (lisp-indent):
1190 * emacs-lisp/edebug.el (edebug):
1191 * emacs-lisp/elp.el (elp):
1192 * emacs-lisp/testcover.el (testcover):
1193 * emacs-lisp/trace.el (trace):
1194 * emulation/viper-ex.el (viper-ex):
1195 * emulation/viper-mous.el (viper-mouse):
1196 * mail/mailalias.el (mailalias):
1197 * mail/supercite.el (supercite, supercite-frames)
1198 (supercite-attr, supercite-cite, supercite-hooks):
1199 * net/rcompile.el (remote-compile):
1200 * net/rlogin.el (rlogin):
1201 * obsolete/ooutline.el (outlines):
1202 * progmodes/delphi.el (delphi):
1203 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1204 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1205 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1206 (ebnf-optimization):
1207 * progmodes/etags.el (etags):
1208 * progmodes/executable.el (executable):
1209 * progmodes/idlwave.el (idlwave):
1210 * progmodes/pascal.el (pascal):
1211 * progmodes/prolog.el (prolog):
1212 * progmodes/python.el (python):
1213 * progmodes/scheme.el (scheme):
1214 * progmodes/sh-script.el (sh, sh-script):
1215 * progmodes/sql.el (SQL):
1216 * progmodes/tcl.el (tcl):
1217 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1218 * textmodes/enriched.el (enriched):
1219 * textmodes/makeinfo.el (makeinfo):
1220 * textmodes/sgml-mode.el (sgml):
1221 * textmodes/table.el (table-hooks):
1222 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1223 * textmodes/texinfo.el (texinfo):
1224 * textmodes/two-column.el (two-column):
1225 Finish `defgroup' description with period.
1226
1227 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1228 * eshell/esh-var.el (eshell-var):
1229 * progmodes/vhdl-mode.el (vhdl-testbench):
1230 * textmodes/org.el (org): Fix typos in docstrings.
1231
1232 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1233 consistency.
1234
1235 * progmodes/flymake.el (flymake-find-file): Remove.
1236 (flymake-float-time): Use `with-no-warnings'.
1237 (flymake-check-start-time, flymake-check-was-interrupted)
1238 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1239 (flymake-new-err-info): `defvar' at compile time.
1240
1241 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1242
1243 * replace.el (occur-hook): Doc fix.
1244 (occur-1): Don't call `occur-hook' if there are no matches.
1245
1246 2005-07-03 Richard M. Stallman <rms@gnu.org>
1247
1248 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1249 global-map, save the same map.
1250 (global-map): Don't alter it at top level.
1251 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1252 Then alter it here instead.
1253 (tpu-edt-off): Set global-map to the saved one.
1254
1255 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1256 All references simplified.
1257 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1258 (zmacs-regions): Add defvar.
1259 (repeat-complex-command-map): Everything about that deleted.
1260
1261 * textmodes/artist.el (artist-key-is-drawing)
1262 (artist-key-endpoint1, artist-key-poly-point-list)
1263 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1264 (artist-key-compl-table, artist-rb-save-data)
1265 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1266 Don't put them in eval-when-compile.
1267 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1268
1269 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1270 Use with-no-warnings.
1271
1272 * net/browse-url.el (dos-windows-version): Add defvar.
1273
1274 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1275
1276 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1277 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1278 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1279 Add defvar.
1280 (rmail-summary-beginning-of-message): Use with-no-warnings.
1281 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1282
1283 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1284 Use with-no-warnings.
1285
1286 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1287 (c-mark-function): Add point-moving-unit property.
1288 (vi-goto-line): Use with-no-warnings.
1289
1290 * emulation/edt.el (edt-last-copied-word): Add defvar.
1291 (zmacs-region-stays): Likewise.
1292 (edt-mark-section-wisely): Use c-mark-function for C.
1293 Use makr-defun for Fortran.
1294 (time-string): defvar deleted.
1295 (edt-display-the-time): Don't set time-string.
1296
1297 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1298
1299 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1300 Don't warn when name is not constant
1301 or for defining the group `emacs'.
1302
1303 * tooltip.el (gud-tooltip-mode): Add defvar.
1304
1305 * startup.el (default-frame-background-mode): Add defvar.
1306
1307 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1308
1309 * info.el (tool-bar-map): Add defvar.
1310
1311 * dired.el (dnd-protocol-alist): Add defvar.
1312
1313 * dired-aux.el (dired-query): Display question with answer, when
1314 the user answers.
1315
1316 * custom.el (custom-add-option): Doc fix.
1317
1318 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1319
1320 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1321
1322 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1323 bogus name from the last change.
1324
1325 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1326
1327 * custom.el (custom-declare-variable): Fix typos in comment.
1328 (custom-known-themes): Doc fix.
1329 (custom-theme-directory): New defcustom.
1330 (require-theme): Make it check `custom-theme-directory'.
1331
1332 * cus-theme.el (custom-new-theme-mode): New function.
1333 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1334 (custom-theme-description): Add compiler defvars.
1335 (customize-create-theme): Add doc to the "*New Custom Theme*"
1336 buffer. Use `custom-new-theme-mode'.
1337 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1338 and save it to the `custom-theme-directory'. Make this the
1339 default directory of the buffer.
1340
1341 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1342
1343 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1344 Fix unbalanced parentheses.
1345
1346 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1347
1348 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1349 into flymake-mode and delegate to flymake-mode.
1350
1351 * find-file.el (ff-which-function-are-we-in): Clean up.
1352
1353 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1354
1355 * replace.el (occur-rename-buffer): Fix docstring.
1356
1357 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1358 (edt-last-copied-word, edt-learn-macro-count)
1359 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1360 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1361 (time-string, zmacs-region-stays):
1362 * emulation/edt-mapper.el (edt-save-function-key-map)
1363 (EDT-key-name): `defvar' to silence the byte-compiler.
1364
1365 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1366
1367 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1368 font-lock-regexp-backslash. Doc fix.
1369 (font-lock-regexp-backslash-grouping-construct): Rename from
1370 font-lock-regexp-backslash-construct. Doc fix.
1371 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1372 grouping constructs.
1373
1374 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1375
1376 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1377 updating all the prerequisites.
1378
1379 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1380
1381 * textmodes/org.el (org-agenda-start-on-weekday)
1382 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1383 (org-agenda-use-time-grid, org-archive-location)
1384 (org-allow-space-in-links, org-usenet-links-prefer-google)
1385 (org-enable-table-editor, org-export-default-language)
1386 (org-export-html-show-new-buffer, org-fill-paragraph)
1387 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1388 (org-goto-quit, org-occur, org-eval-in-calendar)
1389 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1390 (org-agenda-diary-entry, org-remember-help)
1391 (org-table-convert-region, org-at-table-p)
1392 (org-table-move-row-down, org-table-move-row-up)
1393 (org-table-copy-region, org-table-toggle-vline-visibility)
1394 (org-table-get-stored-formulas, org-table-get-specials)
1395 (org-recalc-commands, org-table-eval-formula)
1396 (org-table-formula-substitute-names, orgtbl-make-binding)
1397 (org-format-org-table-html, org-format-table-table-html)
1398 (org-format-table-table-html-using-table-generate-source)
1399 (org-customize): Fix typos in docstrings.
1400 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1401 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1402 (org-back-to-heading): Doc fixes.
1403 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1404 (org-agenda-change-all-lines, org-get-header):
1405 Improve argument/docstring consistency.
1406 (orgtbl-error): Fix error message.
1407
1408 * progmodes/flymake.el (flymake-find-possible-master-files)
1409 (flymake-master-file-compare, flymake-get-line-err-count)
1410 (flymake-highlight-line, flymake-gui-warnings-enabled):
1411 Fix typos in docstrings.
1412 (flymake-parse-line, flymake-get-project-include-dirs-function)
1413 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1414 Doc fixes.
1415 (flymake-get-project-include-dirs-function)
1416 (flymake-make-err-menu-data):
1417 Improve argument/docstring consistency.
1418
1419 2005-07-01 Lute Kamstra <lute@gnu.org>
1420
1421 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1422 Catch errors with ignore-errors. Use temporary buffer.
1423 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1424
1425 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1426 background color faces.
1427 (facemenu-set-foreground, facemenu-set-background):
1428 Use facemenu-set-face-from-menu.
1429 (facemenu-set-face-from-menu): Treat face names that start with
1430 "fg:" or "bg:" as special.
1431 (facemenu-add-new-color): Don't create faces. Simplify.
1432
1433 2005-06-30 Richard M. Stallman <rms@gnu.org>
1434
1435 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1436 (crm-find-current-element): Likewise.
1437
1438 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1439
1440 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1441
1442 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1443
1444 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1445 (archive-mouse-extract): Make it an obsolete alias.
1446 (archive-mode-map): Don't use archive-mouse-extract any more.
1447 (archive-mode, archive-extract): write-contents-hooks ->
1448 write-contents-functions.
1449 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1450 first arg.
1451 (archive-rename-entry): Update the call.
1452 (archive-zip-summarize): Remove unused var `method'.
1453 (archive-lzh-summarize): Remove unused var `creator'.
1454
1455 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1456 dedicated frame upon exit.
1457
1458 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1459 (archive-zip-extract, archive-zip-expunge)
1460 (archive-zip-update, archive-zip-update-case): Use executable-find.
1461 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1462 Use restore-buffer-modified-p.
1463 (archive-extract, archive-add-new-member, archive-write-file-member):
1464 Use with-current-buffer.
1465 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1466
1467 2005-06-30 Andreas Schwab <schwab@suse.de>
1468
1469 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1470
1471 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1472
1473 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1474
1475 2005-06-30 Juri Linkov <juri@jurta.org>
1476
1477 * faces.el (vertical-border): Inherit from mode-line-inactive
1478 only on tty.
1479
1480 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1481
1482 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1483 example, -NLINES in the `occur' docstring).
1484
1485 * replace.el (occur-1): When no matches are found, do not set the
1486 `buffer-read-only' and modified flags for the occur buffer,
1487 because it is deleted.
1488
1489 * emulation/cua-base.el (cua-check-pending-input)
1490 (cua-repeat-replace-region, cua-mode, cua-debug)
1491 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1492 Fix typos in docstrings.
1493
1494 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1495 (cua-cut-region-to-global-mark)
1496 (cua--cut-rectangle-to-global-mark):
1497 Remove period from end of messages.
1498
1499 * emulation/cua-rect.el (cua-do-rectangle-padding):
1500 Remove period from end of messages.
1501 (cua--rectangle-seq-format): Fix typo in docstring.
1502 (cua-sequence-rectangle, cua-fill-char-rectangle):
1503 Improve argument/docstring consistency.
1504
1505 2005-06-29 Juri Linkov <juri@jurta.org>
1506
1507 * faces.el (default-frame-background-mode): New internal variable.
1508 (frame-set-background-mode): Use it.
1509
1510 * startup.el (normal-top-level): Set default-frame-background-mode
1511 instead of frame-background-mode. Before setting it, test for its
1512 nil value. Remove tests for frame-background-mode and frame
1513 parameter `reverse'. Add test for "unspecified-fg".
1514
1515 * term/xterm.el (xterm-rxvt-set-background-mode):
1516 * term/rxvt.el (rxvt-set-background-mode):
1517 Set default-frame-background-mode instead of frame-background-mode.
1518
1519 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1520
1521 * simple.el (set-variable): Warn about obsolete user variables.
1522
1523 * imenu.el (imenu--completion-buffer):
1524 * mouse.el (mouse-buffer-menu-alist):
1525 * msb.el (msb-invisible-buffer-p):
1526 * calendar/diary-lib.el (diary-header-line-format):
1527 * emacs-lisp/pp.el (pp-buffer):
1528 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1529 * textmodes/picture.el (picture-replace-match):
1530 Change space constants followed by a sexp to "?\s ".
1531
1532 * play/decipher.el (decipher-loop-with-breaks):
1533 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1534 constants "protected" from end of line by a comment to "?\s".
1535
1536 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1537
1538 * font-lock.el (save-buffer-state): Use `declare'.
1539
1540 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1541 reset the syntax-table to cperl-mode-syntax-table.
1542 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1543 "foo_print_bar" is not matched as a reserved keyword.
1544
1545 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1546
1547 * textmodes/org.el (orgtbl-setup): New function, for delayed
1548 setup for the orgtbl commands.
1549 (org-calc-default-modes): New option.
1550 (orgtbl-make-binding): Use `defun' to get better help display.
1551 (org-diary): Call `org-compile-prefix-format'.
1552 (org-table-formula-substitute-names): New function.
1553 (org-agenda-day-view, org-agenda-week-view): New commands.
1554 (org-agenda-toggle-week-view): Command removed.
1555 (org-tbl-menu): Split off from org-org-menu.
1556 (org-mode): Move removal of outline-mode menus to here.
1557 (org-table-formula-debug): New option.
1558 (org-table-insert-row): Keep first field if just "#" or "*".
1559 (org-mode): Paragraph regexps fixed.
1560 (org-table-recalculate-regexp): New constant.
1561 (org-table-justify-field-maybe): Avoid replace if not necessary.
1562 (org-copy-special, org-cut-special): Use `call-interactively'.
1563 (org-table-copy-region): Take region from `interactive' call.
1564 (org-trim): Return string even if no match.
1565 (org-formula): New face.
1566 (org-set-font-lock-defaults): No longer highlight "FIXME".
1567 But highlight formula-related fields in table.
1568 (org-table-p): Use regexp, not fontification.
1569 (org-table-align): Handle white space at end of line.
1570 (org-table-formula-evaluate-inline): New option.
1571 (org-mode): Auto-wrapping in comment lines turned off.
1572 (org-table-copy-down): Evaluate only in copied field, not in
1573 destination.
1574 (org-table-current-formula): Variable removed.
1575 (org-table-store-formulas, org-table-get-stored-formulas)
1576 (org-table-modify-formulas, org-table-replace-in-formulas)
1577 (org-table-maybe-eval-formula): New functions.
1578 (org-table-get-formula): Modify to use stored formulas.
1579 (org-table-insert-column, org-table-delete-column)
1580 (org-table-move-column): Call `org-table-modify-formulas'.
1581 (org-complete): Add completion for keyword formulas.
1582 (orgtbl-mode): Pull orgtbl-mode-map to start of
1583 minor-mode-map-alist.
1584
1585 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1586
1587 * progmodes/python.el (python-check): Require `compile' before
1588 modifying its variables.
1589
1590 * newcomment.el (comment-indent-default): Don't get fooled by an early
1591 end of buffer.
1592
1593 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1594
1595 * ps-print.el (ps-print-version): Fix version number.
1596
1597 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1598
1599 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1600
1601 2005-06-28 Richard M. Stallman <rms@gnu.org>
1602
1603 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1604 (flyspell-local-mouse-map): Declaration deleted.
1605 (flyspell-mouse-map): Bind only mouse-2.
1606 (flyspell-mode-map): Don't test flyspell-use-local-map.
1607 (flyspell-overlay-keymap-property-name): Var deleted.
1608 (flyspell-mode-on): Don't make local bindings for
1609 flyspell-mouse-map and flyspell-mode-map.
1610 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1611
1612 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1613
1614 * progmodes/compile.el (compilation-next-error-function):
1615 Don't switch buffers; operate on the current buffer.
1616
1617 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1618
1619 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1620
1621 * bindings.el (global-map): Bind insertchar and its variants.
1622
1623 2005-06-27 Richard M. Stallman <rms@gnu.org>
1624
1625 * textmodes/artist.el (artist-text-overwrite)
1626 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1627
1628 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1629
1630 * ps-print.el: It was not working the page selection for printing.
1631 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1632 (ps-print-version): New version 6.6.7.
1633 (ps-end-sheet): New fun.
1634 (ps-header-sheet, ps-end-job): Call it.
1635
1636 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1637
1638 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1639
1640 2005-06-27 Lute Kamstra <lute@gnu.org>
1641
1642 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1643 background color faces.
1644 (facemenu-get-face): Delete function.
1645 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1646 (facemenu-add-new-color): Make second argument mandatory.
1647 Create the appropriate face and return it. Simplify.
1648 (facemenu-set-foreground, facemenu-set-background): Don't check if
1649 color is defined. Use return value of facemenu-add-new-color.
1650
1651 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1652
1653 * progmodes/gud.el (gud-filter): Add missing argument to
1654 with-selected-window.
1655
1656 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1657
1658 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1659 a :require to the defcustom.
1660
1661 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1662 defcustoms corresponding to minor modes.
1663
1664 2005-06-26 David Ponce <david@dponce.com>
1665
1666 * recentf.el: Require tree-widget instead of wid-edit.
1667 (recentf-filename-handler): Fix widget :type.
1668 (recentf-cancel-dialog, recentf-open-more-files)
1669 (recentf-open-files-action): Doc fix.
1670 (recentf-dialog-goto-first): New function.
1671 (recentf-dialog-mode-map): Set parent keymap first.
1672 (recentf-dialog-mode): Define with define-derived-mode.
1673 Don't display continuation lines in dialogs.
1674 (recentf-edit-list): Rename from recentf-edit-selected-items.
1675 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1676 Simplify.
1677 (recentf-edit-list-validate): New function.
1678 (recentf-edit-list): Update accordingly.
1679 (recentf-open-files-item-shift): Remove.
1680 (recentf-open-files-item): Convert menu elements into tree and
1681 link widgets. Don't create the widgets.
1682 (recentf-open-files): Update accordingly.
1683 (recentf-save-list): Untabify.
1684
1685 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1686
1687 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1688 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1689 partially contained in the active region. Do not take active
1690 region into account when called from Lisp, unless INTERACTIVE arg
1691 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1692 avoid trouble with fields. Make marker point nowhere when no
1693 longer used. Always return nil. Doc fix.
1694 (flush-lines): Add INTERACTIVE arg. Do not take active region
1695 into account when called from Lisp, unless INTERACTIVE arg is
1696 non-nil. Use `forward-line' instead of `beginning-of-line' to
1697 avoid trouble with fields. Make marker point nowhere when no
1698 longer used. Always return nil. Doc fix.
1699 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1700 interchangeable. Do not take active region into account when
1701 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1702 message in echo area when called from Lisp, unless INTERACTIVE arg
1703 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1704 Return the number of matches. Doc fix.
1705 (occur): Doc fix.
1706 (perform-replace): Make comment follow double space convention for
1707 the sake of `outline-minor-mode'.
1708
1709 * faces.el (facep): Doc fix.
1710
1711 2005-06-25 Richard M. Stallman <rms@gnu.org>
1712
1713 * facemenu.el (facemenu-enable-faces-p): New function.
1714 (facemenu-background-menu, facemenu-foreground-menu)
1715 (facemenu-face-menu): Add menu-enable property.
1716
1717 * jka-compr.el (jka-compr-insert-file-contents):
1718 Special handling if cannot find the uncompression program.
1719
1720 * cus-face.el (custom-face-attributes): Add autoload.
1721
1722 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1723 Bind comment-indent-function locally.
1724
1725 * window.el (save-selected-window): Use save-current-buffer.
1726
1727 * subr.el (with-selected-window): Use save-current-buffer.
1728
1729 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1730 and with-current-buffer.
1731
1732 2005-06-24 Richard M. Stallman <rms@gnu.org>
1733
1734 * simple.el (line-move-1): Fix previous change.
1735
1736 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1737
1738 * replace.el (occur-1): Set `buffer-read-only' and the
1739 buffer-modified flag before running `occur-hook' to protect
1740 against unintentional buffer switches that can lead to data loss.
1741
1742 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1743
1744 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1745 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1746 initial error.
1747
1748 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1749 after fresh input.
1750 (gdb-var-create-handler): Put name of expression in quotes.
1751
1752 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1753
1754 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1755 elements of RING in order, and without bogus nil elements.
1756
1757 2005-06-23 Richard M. Stallman <rms@gnu.org>
1758
1759 * simple.el (set-variable): Args renamed; doc fix.
1760 (line-move-1): When there are overlays around, use vertical-motion.
1761
1762 * faces.el (escape-glyph): Use brown against light background.
1763 (nobreak-space): Rename from no-break-space.
1764 Fix previous change.
1765
1766 * dired-aux.el (dired-do-copy): Fix arg prompt.
1767
1768 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1769
1770 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1771
1772 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1773 rather than "Distributor".
1774
1775 2005-06-23 Lute Kamstra <lute@gnu.org>
1776
1777 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1778 (debug-on-entry): Use it. New interactive declaration that uses
1779 function-called-at-point.
1780
1781 2005-06-23 Kim F. Storm <storm@cua.dk>
1782
1783 * subr.el (save-match-data): Add comment about using evaporate arg
1784 to set-match-data.
1785
1786 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1787
1788 * cus-edit.el (customize-face)
1789 (customize-face-other-window): Handle face aliases.
1790
1791 * faces.el (face-documentation, set-face-attribute)
1792 (face-spec-set): Handle face aliases.
1793
1794 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1795
1796 * help-mode.el (help-make-xrefs): If a symbol representing a face
1797 name is not followed by the word "face", it could still be a
1798 function or variable name, so don't bypass other checks.
1799
1800 2005-06-22 Juri Linkov <juri@jurta.org>
1801
1802 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1803 Replace aliased functions with calls where second arg `inherit' is t.
1804
1805 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1806
1807 * progmodes/gdb-ui.el (gdb-error): New variable.
1808 (gdb-error): New function.
1809 (gdb-annotation-rules): Act on error-begin and error annotations.
1810 (gdb-concat-output): Use font-lock-warning-face for errors.
1811
1812 2005-06-22 Miles Bader <miles@gnu.org>
1813
1814 * bindings.el (propertized-buffer-identification): Use renamed
1815 `Buffer-menu-buffer' face.
1816
1817 * faces.el (vertical-border): Rename from `vertical-divider'.
1818 (escape-glyph): Change dark-background color back to `cyan'.
1819
1820 2005-06-21 Juri Linkov <juri@jurta.org>
1821
1822 * faces.el (face-user-default-spec): Try getting `customized-face'
1823 prior to `saved-face'.
1824 (frame-background-mode): Refill docstring.
1825
1826 * emacs-lisp/lisp-mode.el (eval-defun-1):
1827 * emacs-lisp/edebug.el (edebug-eval-defun):
1828 Set `saved-face' temporarily to nil before calling form.
1829 Set `customized-face' to the new spec after that.
1830
1831 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1832
1833 * subr.el (1value, lambda, key-substitution-in-progress):
1834 Doc fixes.
1835
1836 * autoinsert.el (auto-insert-alist):
1837 * ses.el (ses-call-printer):
1838 * subr.el (noreturn):
1839 * emacs-lisp/lisp.el (check-parens):
1840 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1841 * net/browse-url.el (browse-url-mosaic):
1842 * progmodes/cc-defs.el (c-safe-scan-lists):
1843 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1844 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1845 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1846 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1847 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1848 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1849
1850 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1851
1852 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1853
1854 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1855
1856 * calendar/appt.el (appt-make-list): Activate the package, if
1857 not already active (for backwards compatibility).
1858
1859 2005-06-20 Kim F. Storm <storm@cua.dk>
1860
1861 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1862
1863 2005-06-20 Miles Bader <miles@gnu.org>
1864
1865 * faces.el (vertical-divider): New face.
1866
1867 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1868
1869 * simple.el (kill-whole-line): Doc fix.
1870 (next-error-buffer-p, next-error-find-buffer)
1871 (clone-indirect-buffer): Fix typos in docstrings.
1872 (comment-line-break-function): Doc fix: don't say variable
1873 is automatically buffer-local (it isn't).
1874
1875 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1876
1877 * net/tramp-ftp.el (top):
1878 * net/tramp-smb.el (top):
1879 * net/tramp-util.el (top):
1880 * net/tramp-uu.el (top):
1881 * net/tramp-vc.el (top):
1882 * net/tramp.el (top): Revert copyright years back to original
1883 ones. Tramp has a life outside GNU Emacs.
1884
1885 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1886
1887 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1888
1889 2005-06-18 Juri Linkov <juri@jurta.org>
1890
1891 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1892 end of first regexp to limit the match to the position between
1893 line number and source line with same separator character as used
1894 between file name and line number. In the second regexp limit
1895 mouse-face area to file name and line number by adding new group
1896 for them and referring it in HYPERLINK arg.
1897 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1898 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1899 previous line where grep markers may be already removed.
1900
1901 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1902
1903 * progmodes/ps-mode.el: Update version and maintainer's email address.
1904
1905 2005-06-18 Steve Youngs <steve@xemacs.org>
1906
1907 * net/browse-url.el (browse-url-browser-function)
1908 (browse-url-default-browser): Add firefox.
1909 (browse-url-firefox-program, browse-url-firefox-arguments)
1910 (browse-url-firefox-startup-arguments)
1911 (browse-url-firefox-new-window-is-tab): New defcustoms.
1912 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1913
1914 2005-06-17 Richard M. Stallman <rms@gnu.org>
1915
1916 * startup.el (command-line): Warn if specified user name has
1917 no home directory.
1918
1919 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1920 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1921
1922 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1923 Doc fixes.
1924
1925 * faces.el (underline): Try bold if terminal doesn't support underline.
1926
1927 * mail/sendmail.el (mail-setup-with-from): New variable.
1928 (mail-insert-from-field): New function.
1929 (sendmail-send-it): Call it.
1930 (mail-setup): Optionally call it here.
1931
1932 * term/linux.el: Call tty-no-underline.
1933
1934 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1935
1936 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1937
1938 2005-06-17 Miles Bader <miles@gnu.org>
1939
1940 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1941 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1942 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1943 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1944 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1945 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1946 Remove "-face" suffix from face names.
1947 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1948 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1949 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1950 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1951 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1952 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1953 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1954 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1955 New backward-compatibility aliases for renamed faces.
1956 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1957 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1958 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1959 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1960 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1961 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1962 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1963 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1964 Use renamed ediff faces.
1965
1966 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1967 Remove "-face" suffix from face names.
1968 (eshell-test-ok-face, eshell-test-failed-face):
1969 New backward-compatibility aliases for renamed faces.
1970 (eshell-run-test): Use renamed eshell-test faces.
1971
1972 * eshell/em-prompt.el (eshell-prompt):
1973 Remove "-face" suffix from face name.
1974 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1975 (eshell-emit-prompt): Use renamed eshell-prompt face.
1976
1977 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1978 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1979 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1980 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1981 Remove "-face" suffix from face names.
1982 (eshell-ls-directory-face, eshell-ls-symlink-face)
1983 (eshell-ls-executable-face, eshell-ls-readonly-face)
1984 (eshell-ls-unreadable-face, eshell-ls-special-face)
1985 (eshell-ls-missing-face, eshell-ls-archive-face)
1986 (eshell-ls-backup-face, eshell-ls-product-face)
1987 (eshell-ls-clutter-face):
1988 New backward-compatibility aliases for renamed faces.
1989 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1990
1991 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1992 Remove "-face" suffix from face name.
1993 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1994 instead of literal face.
1995
1996 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1997
1998 * emacs-lisp/warnings.el (display-warning, lwarn)
1999 (warning-minimum-log-level): Doc fixes.
2000 (warning-minimum-level, warning-minimum-log-level):
2001 Add :debug to :type choices.
2002
2003 * progmodes/ada-mode.el (ada-format-paramlist)
2004 (ada-get-indent-case, ada-check-matching-start)
2005 (ada-check-defun-name, ada-goto-matching-decl-start)
2006 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2007 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2008 (ada-make-subprogram-body): Follow error conventions.
2009 (ada-case-exception-file, ada-indent-comment-as-code)
2010 (ada-indent-handle-comment-special, ada-indent-renames)
2011 (ada-indent-return, ada-search-directories-internal)
2012 (ada-tab-policy, ada-case-exception-substring)
2013 (ada-other-file-alist, ada-matching-start-re)
2014 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2015 (ada-imenu-generic-expression, ada-compile-goto-error)
2016 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2017 (ada-popup-menu, ada-add-extensions, ada-mode)
2018 (ada-region-selected, ada-create-case-exception)
2019 (ada-create-case-exception-substring, ada-after-keyword-p)
2020 (ada-activate-keys-for-case, ada-adjust-case-region)
2021 (ada-adjust-case-buffer, ada-format-paramlist)
2022 (ada-scan-paramlist, ada-insert-paramlist)
2023 (ada-indent-newline-indent)
2024 (ada-indent-newline-indent-conditional)
2025 (ada-justified-indent-current, ada-goto-previous-word)
2026 (ada-indent-current, ada-get-indent-open-paren)
2027 (ada-get-indent-paramlist, ada-get-indent-end)
2028 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2029 (ada-get-indent-block-start, ada-get-indent-subprog)
2030 (ada-get-indent-noindent, ada-get-indent-label)
2031 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2032 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2033 (ada-goto-stmt-end, ada-goto-next-word)
2034 (ada-check-matching-start, ada-check-defun-name)
2035 (ada-goto-matching-decl-start, ada-goto-matching-start)
2036 (ada-goto-matching-end, ada-search-ignore-string-comment)
2037 (ada-in-decl-p, ada-looking-at-semi-or)
2038 (ada-looking-at-semi-private, ada-in-paramlist-p)
2039 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2040 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2041 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2042 (ada-previous-package, ada-create-menu)
2043 (ada-fill-comment-paragraph-justify)
2044 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2045 (ada-other-file-name, ada-last-which-function-line)
2046 (ada-last-which-function-subprog, ada-which-function)
2047 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2048 (ada-gen-treat-proc, ada-check-emacs-version)
2049 (ada-continuation-indent, ada-align-region-separate):
2050 Fix typos in docstrings.
2051 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2052
2053 2005-06-16 Lute Kamstra <lute@gnu.org>
2054
2055 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2056 conditionally.
2057
2058 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2059
2060 * comint.el (comint-replace-by-expanded-filename)
2061 (comint-prompt-regexp, comint-delimiter-argument-list)
2062 (comint-preinput-scroll-to-bottom):
2063 * info.el (Info-hide-cookies-node):
2064 * ls-lisp.el (ls-lisp-classify):
2065 * find-file.el (ff-search-directories, ff-special-constructs)
2066 (ff-find-other-file):
2067 * font-lock.el (font-lock-keywords):
2068 * shell.el (shell-prompt-pattern)
2069 (shell-dynamic-complete-functions, shell-mode)
2070 (shell-delimiter-argument-list):
2071 * term.el (term-replace-by-expanded-filename)
2072 (term-prompt-regexp, term-delimiter-argument-list):
2073 * woman.el (woman-ignore, woman0-if):
2074 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2075 * emacs-lisp/elint.el (elint-init-env):
2076 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2077 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2078 * language/ethio-util.el (ethio-tilde-escape)
2079 (ethio-use-three-dot-question):
2080 * net/zone-mode.el (zone-mode-load-time-setup):
2081 * progmodes/cc-align.el (c-lineup-argcont):
2082 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2083 * progmodes/cperl-mode.el (cperl-set-style-back):
2084 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2085 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2086 Fix spellings in docstrings.
2087
2088 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2089 * progmodes/modula2.el (m2-for): Fix spellings.
2090
2091 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2092
2093 * simple.el (undo-more): Don't use `format' on `error' arguments.
2094 Improve argument/docstring consistency.
2095 (pending-undo-list): Doc fix.
2096
2097 * smerge-mode.el (smerge-ensure-match):
2098 * emulation/vip.el (vip-ex):
2099 * net/zone-mode.el (zone-mode-update-serial):
2100 * progmodes/idlwave.el (idlwave-complete):
2101 * progmodes/vhdl-mode.el (vhdl-visit-file)
2102 (vhdl-compose-wire-components):
2103 Don't use `format' on `error' arguments.
2104
2105 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2106 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2107 (tooltip-help-tips): Fix typos in docstrings.
2108
2109 2005-06-16 David Ponce <david@dponce.com>
2110
2111 * tree-widget.el (tree-widget-value-create): Simplify last change.
2112
2113 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2114
2115 * ido.el (ido-incomplete-regexp): New variable.
2116 (ido-set-matches-1): Handle invalid-regexp error and set
2117 ido-incomplete-regexp.
2118 (ido-incomplete-regexp): New face.
2119 (ido-completions): Use it.
2120 (ido-complete, ido-exit-minibuffer, ido-completions):
2121 Handle incomplete regexps.
2122 (ido-completions): Add check for complete match when entering a regexp.
2123
2124 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2125
2126 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2127
2128 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2129
2130 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2131 by field delimiters.
2132
2133 2005-06-15 David Ponce <david@dponce.com>
2134
2135 * tree-widget.el: eval-and-compile inlined functions so they will
2136 be available at run-time too.
2137 (tree-widget-super-format-handler)
2138 (tree-widget-format-handler): Remove.
2139 (tree-widget-value-create): Handle the :indent property.
2140
2141 2005-06-15 Miles Bader <miles@gnu.org>
2142
2143 * progmodes/which-func.el (which-func): Only inherit
2144 `font-lock-function-name-face' when that makes sense against the
2145 default mode-line face, otherwise set the face color explicitly.
2146
2147 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2148 faces instead of (non-existent) variables.
2149
2150 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2151
2152 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2153 (iswitchb-get-matched-buffers): Likewise. Simplify.
2154
2155 2005-06-14 Miles Bader <miles@gnu.org>
2156
2157 * progmodes/ld-script.el (ld-script-location-counter):
2158 Remove "-face" suffix from face name.
2159 (ld-script-location-counter-face):
2160 New backward-compatibility alias for renamed face.
2161 (ld-script-location-counter-face): Use renamed face.
2162
2163 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2164 (cperl-hash): Remove "-face" suffix from face names.
2165 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2166 New backward-compatibility aliases for renamed faces.
2167 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2168 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2169
2170 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2171 name.
2172 (which-func-face): New backward-compatibility alias for renamed face.
2173 (which-func-format): Use renamed which-func face.
2174
2175 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2176 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2177 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2178 names.
2179 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2180 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2181 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2182 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2183 (vhdl-speedbar-architecture-selected)
2184 (vhdl-speedbar-configuration-selected)
2185 (vhdl-speedbar-package-selected)
2186 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2187 names.
2188 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2189 Use renamed faces.
2190 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2191 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2192 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2193 Use renamed faces.
2194 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2195 names.
2196 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2197 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2198 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2199 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2200 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2201 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2202
2203 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2204 face name.
2205 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2206 (sh-heredoc-face): Use renamed sh-heredoc face.
2207
2208 * progmodes/idlw-help.el (idlwave-help-link):
2209 Remove "-face" suffix from face name.
2210 (idlwave-help-link-face):
2211 New backward-compatibility alias for renamed face.
2212 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2213
2214 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2215 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2216 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2217 New backward-compatibility aliases for renamed faces.
2218 (idlwave-shell-disabled-breakpoint-face)
2219 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2220
2221 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2222 Remove "-face" suffix from face names.
2223 (flymake-errline-face, flymake-warnline-face):
2224 New backward-compatibility aliases for renamed faces.
2225 (flymake-highlight-line): Use renamed flymake faces.
2226
2227 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2228 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2229 (ebrowse-member-class, ebrowse-progress):
2230 Remove "-face" suffix from face names.
2231 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2232 (ebrowse-file-name-face, ebrowse-default-face)
2233 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2234 (ebrowse-progress-face):
2235 New backward-compatibility aliases for renamed faces.
2236 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2237 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2238 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2239 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2240
2241 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2242 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2243 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2244 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2245 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2246 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2247 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2248 New backward-compatibility aliases for renamed faces.
2249 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2250 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2251 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2252 "font-lock-". Use renamed antlr-mode faces.
2253 (antlr-font-lock-additional-keywords): Use renamed faces.
2254 Replace literal face-names with face variable references.
2255
2256 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2257 face name.
2258 (Buffer-menu-buffer-face): New backward-compatibility alias for
2259 renamed face.
2260 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2261
2262 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2263
2264 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2265 Eliminate "-face" suffix.
2266 (makefile-targets): Inherit from font-lock-function-name-face and
2267 eliminate "-face" suffix.
2268 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2269 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2270 actions, instead of prepending, to make it less visible.
2271 (makefile-previous-dependency, makefile-match-dependency):
2272 Don't match a target on a continuation line.
2273
2274 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2275
2276 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2277
2278 * progmodes/gdb-ui.el (menu): Re-order menu items.
2279 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2280
2281 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2282 Define in tooltip.el.
2283 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2284 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2285 gud-tooltip-echo-area.
2286
2287 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2288 backward compatibility and make obsolete.
2289 (tooltip-help-tips): Use tooltip-use-echo-area.
2290 (tooltip-show-help-function): Rename to...
2291 (tooltip-show-help): ...this, because it is a function.
2292 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2293
2294 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2295
2296 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2297 (edebug-print-length, edebug-print-level, edebug-print-circle)
2298 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2299 (edebug-eval-print-last-sexp): Doc fixes.
2300
2301 2005-06-14 Kim F. Storm <storm@cua.dk>
2302
2303 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2304 as the coverage buffer/file/both may change.
2305
2306 2005-06-14 Lute Kamstra <lute@gnu.org>
2307
2308 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2309 and run-mode-hooks. Simplify.
2310
2311 * mail/rmailedit.el (rmail-edit-mode):
2312 * progmodes/octave-inf.el (inferior-octave-mode):
2313 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2314
2315 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2316 and run-mode-hooks.
2317 (recentf-edit-list, recentf-open-files): Don't call
2318 kill-all-local-variables directly.
2319
2320 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2321
2322 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2323
2324 * emacs-lisp/byte-run.el (make-obsolete)
2325 (define-obsolete-function-alias): Rename arguments FUNCTION and
2326 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2327 (make-obsolete-variable, define-obsolete-variable-alias):
2328 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2329 respectively.
2330
2331 * isearchb.el (isearchb-activate):
2332 * pcvs.el (cvs-mode):
2333 * ses.el (ses-load):
2334 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2335 * net/tramp.el (tramp-find-file-exists-command)
2336 (tramp-find-shell):
2337 * progmodes/ada-mode.el (ada-create-case-exception)
2338 (ada-create-case-exception-substring, ada-make-subprogram-body):
2339 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2340 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2341 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2342 * textmodes/org.el (org-promote, org-evaluate-time-range)
2343 (org-agenda-next-date-line, org-agenda-previous-date-line)
2344 (org-agenda-error, org-open-at-point, org-table-move-row)
2345 (org-format-table-table-html-using-table-generate-source)
2346 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2347 * textmodes/reftex.el (reftex-access-scan-info):
2348 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2349 (reftex-toc-promote-prepare): Follow error conventions.
2350
2351 * diff-mode.el (diff-mode): Fix typo in docstring.
2352
2353 * forms.el (forms--intuit-from-file): Fix reference to
2354 `forms-number-of-fields' in error message.
2355 (forms-print): Fix quoting in error message.
2356
2357 * forms.el (forms-mode):
2358 * emulation/vi.el (vi-goto-insert-state):
2359 * progmodes/flymake.el (flymake-new-err-info)
2360 (flymake-start-syntax-check-for-current-buffer)
2361 (flymake-simple-cleanup):
2362 * eshell/esh-var.el (eshell/export):
2363 * progmodes/gud.el (xdb):
2364 * textmodes/flyspell.el (flyspell-incorrect-hook)
2365 (flyspell-maybe-correct-transposition)
2366 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2367
2368 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2369
2370 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2371 minibuffer prompt.
2372
2373 2005-06-13 Kim F. Storm <storm@cua.dk>
2374
2375 * subr.el (add-to-ordered-list): New defun.
2376
2377 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2378 add cua--keymap-alist to emulation-mode-map-alists.
2379
2380 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2381
2382 * subr.el (complete-in-turn): New macro.
2383 (dynamic-completion-table, lazy-completion-table): Add debug info.
2384
2385 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2386 in preference to face aliases.
2387
2388 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2389 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2390 Remove unused vars `start' and `firstline'.
2391 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2392 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2393
2394 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2395
2396 * cus-start.el (all): Don't complain about missing GTK-related
2397 variables, unless either `gtk' is boundp or this isn't a
2398 `windows-nt' build.
2399
2400 2005-06-13 Lute Kamstra <lute@gnu.org>
2401
2402 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2403 run-mode-hooks.
2404
2405 * ediff-mult.el (ediff-meta-mode):
2406 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2407
2408 * ledit.el (ledit-mode): Use delay-mode-hooks.
2409
2410 * woman.el (woman-mode-line-format): Delete constant.
2411 (woman-mode-map): Initialize it properly.
2412 (woman-mode): Set mode-class property to special.
2413 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2414 Set major-mode and mode-name. Don't set mode-line-format directly.
2415 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2416
2417 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2418 string argument obsolete.
2419
2420 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2421
2422 * textmodes/org.el (org-CUA-compatible): New option.
2423 (org-disputed-keys): New variable.
2424 (org-key): New function.
2425 (orgtbl-make-binding): Add docstring to the created function.
2426 (org-mode): Set paragraph start/separate regexps.
2427 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2428 (org-archive-location, org-archive-mark-done)
2429 (org-archive-stamp-time): New options.
2430 (org-archive-subtree): New command.
2431 (org-fill-paragraph): New function.
2432 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2433 (org-fake-empty-table-line): Function removed.
2434 (org-format-org-table-html): Do not create empty table lines at
2435 separator lines. Improved table header treatment.
2436 (org-link-format): New option.
2437 (org-make-link): New function.
2438 (org-insert-link, org-store-link): Use org-make-link.
2439 (org-open-file): Quote file name for shell command, to allow
2440 spaces in file names.
2441 (org-link-regexp): Fix bug with mailto link.
2442 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2443 New constants.
2444 (org-export-as-html): Deal with the optional angles around a link.
2445 Better treatment of file: links.
2446 (org-open-at-point): Replace @{ and @} with < and >.
2447 (org-run-mode-hooks): Function removed.
2448 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2449
2450 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2451
2452 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2453 MI command -data-list-register-values.
2454 (gdb-post-prompt): Indent properly.
2455
2456 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2457
2458 * hilit-chg.el (highlight-changes-colors): Rename from
2459 `highlight-changes-colours'.
2460 (highlight-changes-colours): Keep as obsolete alias.
2461 (highlight-changes-face-list): Doc fix.
2462 (hilit-chg-make-list): Use `highlight-changes-colors'.
2463
2464 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2465
2466 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2467 defun-prompt-regexp.
2468
2469 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2470
2471 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2472 and cygwin.
2473
2474 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2475 Don't use an old loaddefs.el, as in Makefile.in.
2476
2477 2005-06-12 Lute Kamstra <lute@gnu.org>
2478
2479 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2480
2481 * man.el (Man-mode-map): Initialize it properly.
2482 (Man-mode): Set mode-class property to special.
2483
2484 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2485
2486 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2487
2488 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2489 A newline is needed in the docstring there.
2490
2491 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2492 Doc fixes.
2493
2494 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2495
2496 * printing.el: Doc fix. The menubar is no more changed when printing
2497 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2498 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2499 (pr-version): New version number (6.8.4).
2500 (pr-menu-bind): New command.
2501 (pr-update-menus): Docstring and code fix.
2502 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2503 Docstring fix.
2504 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2505 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2506
2507 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2508
2509 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2510 "Returns" to "return", document useful return values, etc.
2511
2512 2005-06-11 Alan Mackenzie <acm@muc.de>
2513
2514 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2515 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2516 (adaptive-file-function): Minor amendment to doc-string.
2517
2518 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2519
2520 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2521 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2522 Fix :type--it is `integer', not `string'.
2523
2524 * faces.el (modeline-highlight): Rename from (the erroneous)
2525 `modeline-higilight'.
2526
2527 2005-06-11 Lute Kamstra <lute@gnu.org>
2528
2529 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2530 lisp-interaction-mode-map but make it the parent.
2531 (edebug-eval-mode): Use define-derived-mode.
2532
2533 2005-06-11 Andreas Schwab <schwab@suse.de>
2534
2535 * bindings.el: Add binding of `ESC functionkey' for every
2536 `M-functionkey'.
2537 * hexl.el (hexl-mode-map): Likewise.
2538
2539 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2540
2541 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2542 [msft]: update regexp for newer msft compilers.
2543
2544 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2545
2546 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2547 ATTLIST portions of included DTDs.
2548 (xml-parse-dtd): Eliminate use of inefficient match-data.
2549
2550 2005-06-10 Miles Bader <miles@gnu.org>
2551
2552 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2553 (mpuz-text): Remove "-face" suffix from face names.
2554 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2555 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2556 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2557
2558 * play/gomoku.el (gomoku-O, gomoku-X):
2559 Remove "-face" suffix from face names.
2560 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2561 New backward-compatibility aliases for renamed faces.
2562 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2563
2564 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2565
2566 * thumbs.el: Fixes for changes of 2005-06-09.
2567 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2568 as a directory.
2569 (thumbs-thumbname): Remove directory separator from format string;
2570 `thumbs-thumbsdir' now returns a valid directory name.
2571 (thumbs-temp-dir): New defsubst.
2572 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2573 Use it.
2574
2575 * cus-edit.el (minibuffer):
2576 * files.el (make-backup-file-name-function):
2577 * filesets.el (filesets-external-viewers):
2578 * hilit-chg.el (highlight-changes-colours)
2579 (highlight-changes-face-list, highlight-changes-rotate-faces):
2580 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2581 * kmacro.el (kmacro-call-macro):
2582 * log-edit.el (log-edit-changelog-full-paragraphs):
2583 * mouse.el (mouse-1-click-follows-link):
2584 * skeleton.el (skeleton-autowrap):
2585 * subr.el (insert-for-yank-1):
2586 * tempo.el (tempo-insert-region):
2587 * terminal.el (terminal-emulator):
2588 * time.el (display-time-mail-face):
2589 * vc.el (vc-annotate):
2590 * vcursor.el (vcursor-copy-line):
2591 * woman.el (woman-bold-headings, woman-ignore)
2592 (woman-default-faces, woman-monochrome-faces):
2593 * calendar/todo-mode.el (todo-insert-threshold):
2594 * emulation/pc-select.el (pc-select-selection-keys-only)
2595 (pc-selection-mode):
2596 * emulation/vip.el (vip-find-char-forward):
2597 * emulation/viper-cmd.el (viper-find-char-forward):
2598 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2599 (input-method-exit-on-invalid-key):
2600 * international/mule-diag.el (describe-coding-system):
2601 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2602 * net/browse-url.el (browse-url-xterm-program):
2603 * obsolete/lazy-lock.el (lazy-lock-mode):
2604 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2605 (cperl-mode):
2606 * progmodes/cpp.el (cpp-face-light-name-list)
2607 (cpp-face-dark-name-list):
2608 * progmodes/delphi.el (delphi-newline-always-indents):
2609 Fix spellings in docstrings.
2610
2611 * ido.el (ido-mode, ido-file-extensions-order)
2612 (ido-default-file-method, ido-default-buffer-method)
2613 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2614 (ido-decorations, ido-read-file-name-as-directory-commands)
2615 (ido-read-file-name-non-ido, ido-work-directory-list)
2616 (ido-ignore-item-temp-list, ido-current-directory)
2617 (ido-magic-forward-char, ido-enter-find-file)
2618 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2619 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2620
2621 2005-06-10 Lute Kamstra <lute@gnu.org>
2622
2623 * play/dunnet.el (dun-mode): Use define-derived-mode.
2624 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2625 obsolete alias.
2626
2627 * play/doctor.el (doctor-mode-map): Remove defvar.
2628 (doctor-mode): Use define-derived-mode.
2629
2630 * mail/mspools.el (mspools-mode):
2631 * net/eudc-hotlist.el (eudc-hotlist-mode):
2632 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2633
2634 2005-06-10 Miles Bader <miles@gnu.org>
2635
2636 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2637 Remove "-face" suffix from face names.
2638 (flyspell-incorrect-face, flyspell-duplicate-face):
2639 New backward-compatibility aliases for renamed faces.
2640 (flyspell-mode-on, make-flyspell-overlay)
2641 (flyspell-highlight-incorrect-region)
2642 (flyspell-highlight-duplicate-region)
2643 (flyspell-display-next-corrections)
2644 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2645
2646 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2647 from face name.
2648 (texinfo-heading-face): New backward-compatibility alias for
2649 renamed face.
2650 (texinfo-heading-face): Use renamed texinfo-heading face.
2651
2652 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2653 suffix from face names.
2654 (tex-math-face, tex-verbatim-face):
2655 New backward-compatibility aliases for renamed faces.
2656 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2657 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2658 literal face name.
2659
2660 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2661 name.
2662 (table-cell-face): New backward-compatibility alias for renamed face.
2663 (table--put-cell-face-property, table--update-cell-face):
2664 Use renamed table-cell face.
2665
2666 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2667 from face name.
2668 (sgml-namespace-face): New backward-compatibility alias for
2669 renamed face.
2670 (sgml-namespace-face): Use renamed sgml-namespace face.
2671
2672 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2673 (org-level-4, org-level-5, org-level-6, org-level-7)
2674 (org-level-8, org-warning, org-headline-done)
2675 (org-deadline-announce, org-scheduled-today)
2676 (org-scheduled-previously, org-link, org-done, org-table)
2677 (org-time-grid): Remove "-face" suffix from face names.
2678 (org-level-1-face, org-level-2-face, org-level-3-face)
2679 (org-level-4-face, org-level-5-face, org-level-6-face)
2680 (org-level-7-face, org-level-8-face, org-warning-face)
2681 (org-headline-done-face, org-deadline-announce-face)
2682 (org-scheduled-today-face, org-scheduled-previously-face)
2683 (org-link-face, org-done-face, org-table-face)
2684 (org-time-grid-face):
2685 New backward-compatibility aliases for renamed faces.
2686 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2687 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2688 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2689 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2690
2691 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2692 (viper-minibuffer-emacs, viper-minibuffer-insert)
2693 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2694 (viper-search-face, viper-replace-overlay-face)
2695 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2696 (viper-minibuffer-vi-face):
2697 New backward-compatibility aliases for renamed faces.
2698 (viper-search-face, viper-replace-overlay-face)
2699 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2700 (viper-minibuffer-vi-face): Use renamed viper faces.
2701
2702 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2703 Remove "-face" suffix from face names.
2704 (testcover-nohits-face, testcover-1value-face):
2705 New backward-compatibility aliases for renamed faces.
2706 (testcover-mark): Use renamed testcover faces.
2707
2708 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2709 face name.
2710 (diary-button-face): New backward-compatibility alias for renamed face.
2711 (diary-entry): Use renamed diary-button face.
2712
2713 * calendar/calendar.el (diary, calendar-today, holiday)
2714 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2715 (diary-face, calendar-today-face, holiday-face):
2716 New backward-compatibility aliases for renamed faces.
2717 (eval-after-load "facemenu", diary-entry-marker)
2718 (calendar-today-marker, calendar-holiday-marker, diary-face):
2719 Use renamed calendar faces.
2720
2721 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2722 (compare-windows-face): New backward-compatibility alias for
2723 renamed face.
2724 (compare-windows-highlight): Use renamed compare-windows face.
2725
2726 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2727 (strokes-char-face): New backward-compatibility alias for renamed face.
2728 (strokes-encode-buffer): Use renamed strokes-char face.
2729
2730 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2731 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2732 Remove "-face" suffix from face names.
2733 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2734 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2735 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2736 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2737 Use renamed pcvs faces.
2738 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2739 * pcvs-defs.el (cvs-mode-map): Likewise.
2740 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2741
2742 * info.el (info-title-1, info-title-2, info-title-3)
2743 (info-title-4): Remove "-face" suffix from and downcase face names.
2744 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2745 (Info-title-4-face):
2746 New backward-compatibility aliases for renamed faces.
2747 (Info-fontify-node): Use renamed info faces.
2748
2749 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2750 Remove "-face" suffix from face names.
2751 (highlight-changes-face, highlight-changes-delete-face):
2752 New backward-compatibility aliases for renamed faces.
2753 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2754 (hilit-chg-make-list): Use renamed highlight-changes faces.
2755
2756 * generic-x.el (show-tabs-tab, show-tabs-space):
2757 Remove "-face" suffix from face names.
2758 (show-tabs-tab-face, show-tabs-space-face):
2759 New backward-compatibility aliases for renamed faces.
2760 (show-tabs-generic-mode-font-lock-defaults-1)
2761 (show-tabs-generic-mode-font-lock-defaults-2):
2762 Use renamed show-tabs faces.
2763
2764 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2765 (smerge-markers): Remove "-face" suffix from face names.
2766 (smerge-mine-face, smerge-other-face, smerge-base-face)
2767 (smerge-markers-face):
2768 New backward-compatibility aliases for renamed faces.
2769 (smerge-mine-face, smerge-other-face, smerge-base-face)
2770 (smerge-markers-face): Use renamed smerge faces.
2771
2772 * log-view.el (log-view-file, log-view-message):
2773 Remove "-face" suffix from face names.
2774 (log-view-file-face, log-view-message-face):
2775 New backward-compatibility aliases for renamed faces.
2776 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2777
2778 * paren.el (show-paren-match, show-paren-mismatch):
2779 Remove "-face" suffix from face names.
2780 (show-paren-match-face, show-paren-mismatch-face):
2781 New backward-compatibility aliases for renamed faces.
2782 (show-paren-function): Use renamed show-paren faces.
2783
2784 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2785 (ruler-mode-margins, ruler-mode-fringes)
2786 (ruler-mode-column-number, ruler-mode-fill-column)
2787 (ruler-mode-comment-column, ruler-mode-goal-column)
2788 (ruler-mode-tab-stop, ruler-mode-current-column):
2789 Remove "-face" suffix from face names.
2790 (ruler-mode-default-face, ruler-mode-pad-face)
2791 (ruler-mode-margins-face, ruler-mode-fringes-face)
2792 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2793 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2794 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2795 New backward-compatibility aliases for renamed faces.
2796 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2797 (ruler-mode-column-number, ruler-mode-fill-column)
2798 (ruler-mode-comment-column, ruler-mode-goal-column)
2799 (ruler-mode-tab-stop, ruler-mode-current-column)
2800 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2801
2802 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2803 face name.
2804 (whitespace-highlight-the-space): Use renamed face.
2805 (whitespace-highlight-face): New backward-compatibility alias for
2806 renamed face.
2807
2808 * woman.el (woman-italic, woman-bold, woman-unknown)
2809 (woman-addition, woman-symbol-face):
2810 Remove "-face" suffix from face names.
2811 (woman-italic-face, woman-bold-face, woman-unknown-face)
2812 (woman-addition-face):
2813 New backward-compatibility aliases for renamed faces.
2814 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2815 (woman-decode-region, woman-replace-match)
2816 (woman-display-extended-fonts, woman-special-characters)
2817 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2818 Use renamed woman faces.
2819
2820 * longlines.el (longlines-visible-face): Face removed.
2821
2822 * diff-mode.el (diff-header, diff-file-header, diff-index)
2823 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2824 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2825 suffix from face names.
2826 (diff-header-face, diff-file-header-face, diff-index-face)
2827 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2828 (diff-changed-face, diff-function-face, diff-context-face)
2829 (diff-nonexistent-face): New backward-compatibility aliases for
2830 renamed faces.
2831 (diff-header-face, diff-file-header-face)
2832 (diff-index, diff-index-face, diff-hunk-header)
2833 (diff-hunk-header-face, diff-removed, diff-removed-face)
2834 (diff-added, diff-added-face, diff-changed-face, diff-function)
2835 (diff-function-face, diff-context-face, diff-nonexistent)
2836 (diff-nonexistent-face): Use renamed diff-mode faces.
2837
2838 * progmodes/compile.el (compilation-warning-face)
2839 (compilation-info-face): Remove "-face" suffix from face names.
2840 (compilation-warning-face, compilation-info-face):
2841 New backward-compatibility aliases for renamed faces.
2842 (compilation-warning-face, compilation-info-face):
2843 Use renamed compilation faces.
2844
2845 * add-log.el (change-log-date, change-log-name)
2846 (change-log-email, change-log-file, change-log-list)
2847 (change-log-conditionals, change-log-function)
2848 (change-log-acknowledgement): Remove "-face" suffix from face names.
2849 (change-log-date-face, change-log-name-face)
2850 (change-log-email-face, change-log-file-face)
2851 (change-log-list-face, change-log-conditionals-face)
2852 (change-log-function-face, change-log-acknowledgement-face):
2853 New backward-compatibility aliases for renamed faces.
2854 (change-log-font-lock-keywords): Use renamed change-log faces.
2855
2856 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2857 (custom-set, custom-changed, custom-saved, custom-button)
2858 (custom-button-pressed, custom-documentation, custom-state)
2859 (custom-comment, custom-comment-tag, custom-variable-tag)
2860 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2861 (custom-group-tag): Remove "-face" suffix from face names.
2862 (custom-magic-alist, custom-magic-value-create)
2863 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2864 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2865 (custom-set-face, custom-changed-face, custom-saved-face)
2866 (custom-button-face, custom-button-pressed-face)
2867 (custom-documentation-face, custom-state-face)
2868 (custom-comment-face, custom-comment-tag-face)
2869 (custom-variable-tag-face, custom-variable-button-face)
2870 (custom-face-tag-face, custom-group-tag-face-1)
2871 (custom-group-tag-face):
2872 New backward-compatibility aliases for renamed faces.
2873
2874 * wid-edit.el (widget-documentation, widget-button)
2875 (widget-field, widget-single-line-field, widget-inactive)
2876 (widget-button-pressed): "-face" suffix removed from face names.
2877 (widget-documentation-face, widget-button-face)
2878 (widget-field-face, widget-single-line-field-face)
2879 (widget-inactive-face, widget-button-pressed-face):
2880 New backward-compatibility aliases for renamed faces.
2881 (widget-documentation-face, widget-button-face)
2882 (widget-button-pressed-face, widget-specify-field)
2883 (widget-specify-inactive): Use renamed widget faces.
2884
2885 2005-06-10 Kenichi Handa <handa@m17n.org>
2886
2887 * term/x-win.el (x-clipboard-yank): Remove condition-case
2888 wrapping.
2889
2890 2005-06-11 Kenichi Handa <handa@m17n.org>
2891
2892 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2893 date lines stricter.
2894
2895 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2896
2897 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2898 of x-get-selection.
2899
2900 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2901
2902 * comint.el (comint-mode, comint-snapshot-last-prompt):
2903 * frame.el (frame-current-scroll-bars):
2904 * term.el (term-mode, term-check-proc, term-input-sender)
2905 (term-simple-send, term-extract-string, term-word)
2906 (term-match-partial-filename):
2907 * window.el (window-current-scroll-bars):
2908 * emulation/cua-base.el (cua-normal-cursor-color)
2909 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2910 (cua-global-mark-cursor-color):
2911 * mail/undigest.el (rmail-forward-separator-regex):
2912 Fix typos in docstrings.
2913
2914 * comint.el (comint-check-proc, make-comint-in-buffer)
2915 (comint-source-default): Doc fixes.
2916
2917 * term.el (term-send-string): Improve argument/docstring
2918 consistency.
2919
2920 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2921
2922 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2923 call to `delete-region'.
2924 (comint-mode-hook): Do not enable Font Lock by default.
2925
2926 2005-06-09 Lute Kamstra <lute@gnu.org>
2927
2928 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2929 could be void.
2930
2931 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2932
2933 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2934 (debug): Use it.
2935 (debugger-step-through, debugger-continue, debugger-jump)
2936 (debugger-return-value): Set it when needed.
2937 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2938 Use inhibit-read-only.
2939
2940 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2941
2942 * window.el (shrink-window-if-larger-than-buffer)
2943 (window-size-fixed): Fix typo in docstring.
2944
2945 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2946 thumbnails directory on loading.
2947 (thumbs-conversion-program): Use `eq' to check the system type,
2948 not `equal'.
2949 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2950 not "/tmp". Fix docstring.
2951 (thumbs-thumbsdir): New function to return the thumbnails
2952 directory, creating it if needed.
2953 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2954 (thumbs-temp-file): Delete variable and make it into a function.
2955 (thumbs-resize-image, thumbs-modify-image): Use it.
2956 (thumbs-kill-buffer): Simplify.
2957 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2958 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2959 docstrings.
2960
2961 2005-06-09 Kim F. Storm <storm@cua.dk>
2962
2963 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2964 set-match-data to free markers in match-data.
2965
2966 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2967 match-data to unchain markers in match-data.
2968
2969 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2970
2971 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2972 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2973 unnecessary now.
2974
2975 2005-06-08 Richard M. Stallman <rms@gnu.org>
2976
2977 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2978 give the variable a doc string that doesn't say don't set it directly.
2979
2980 * textmodes/ispell.el (ispell-check-version):
2981 Use match-string-no-properties.
2982 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2983 (ispell-buffer-local-words): Likewise.
2984
2985 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2986 except on terminals with enough colors to really display it.
2987 (makefile-dependency-regex): Delete spurious `bb'.
2988
2989 * faces.el (escape-glyph): Use blue once again in last case.
2990 (no-break-space): Redefine so that it isn't invisible on a tty.
2991
2992 2005-06-08 Kim F. Storm <storm@cua.dk>
2993
2994 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2995 also when reading directory name.
2996
2997 2005-06-08 Lute Kamstra <lute@gnu.org>
2998
2999 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3000 (flyspell-mode-line-string): Remove autoload cookie.
3001 (flyspell-mode): Remove defvar.
3002
3003 2005-06-07 Lute Kamstra <lute@gnu.org>
3004
3005 * textmodes/org.el (org-run-mode-hooks): New function.
3006 (org-agenda-mode): Use it.
3007
3008 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3009
3010 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3011
3012 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3013
3014 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3015
3016 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3017
3018 * font-lock.el (font-lock-add-keywords): Doc fix.
3019
3020 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3021
3022 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3023 (tex-compile-default): In the absence of any history, use the order in
3024 tex-compile-alist to choose the preferred command.
3025 (tex-compile-commands): Reorder a bit.
3026
3027 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3028 (flyspell-incorrect-face, flyspell-duplicate-face):
3029 Use (X)Emacs-agnostic code.
3030 (flyspell-mode-map): Don't overwrite at each load. Remove code
3031 redundant with the subsequent add-minor-mode. Merge Emacs and
3032 XEmacs code.
3033 (flyspell-word): Minor simplification.
3034 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3035 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3036 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3037 Merge the corresponding Emacs code.
3038 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3039
3040 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3041 a dedicated window.
3042
3043 * international/latexenc.el (latexenc-find-file-coding-system):
3044 Undo part of last patch, to turn off a compiler warning.
3045
3046 2005-06-06 Juri Linkov <juri@jurta.org>
3047
3048 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3049 Rename `tmm-inactive-face' to `tmm-inactive'.
3050
3051 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3052
3053 * iswitchb.el: Rename faces.
3054
3055 2005-06-06 Kim F. Storm <storm@cua.dk>
3056
3057 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3058 (cua-global-mark): Remove -face suffix from face names.
3059
3060 * emulation/cua-gmrk.el (cua--init-global-mark):
3061 Remove cua-global-mark face setup.
3062
3063 2005-06-06 Richard M. Stallman <rms@gnu.org>
3064
3065 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3066 just like other allowed characters.
3067 (makefile-match-dependency): Exclude leading and training whitespace
3068 from the range of regexp subexp 1.
3069 (makefile-macroassign-regex): Don't try to match the body,
3070 just the name of the macro being defined.
3071
3072 * info.el (Info-read-node-name-2): New function.
3073 (Info-read-node-name-1): Use that.
3074 Add a completion-base-size-function property.
3075
3076 * simple.el (completion-setup-function): Look for
3077 completion-base-size-function property of
3078 minibuffer-completion-table.
3079
3080 * files.el (locate-file-completion): Doc fix.
3081
3082 * printing.el: Don't call pr-update-menus; user must do that.
3083
3084 * emacs-lisp/debug.el (debugger-window): New variable.
3085 (debug): Use debugger-window if it is set and still alive.
3086 Record debugger-window for next entry.
3087
3088 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3089
3090 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3091
3092 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3093 (hack-one-local-variable, hack-local-variables)
3094 (hack-local-variables-prop-line): Pass that arg.
3095
3096 2005-06-06 Kim F. Storm <storm@cua.dk>
3097
3098 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3099 (ido-indicator): Remove -face suffix from face names.
3100
3101 2005-06-06 Juri Linkov <juri@jurta.org>
3102
3103 * font-lock.el (font-lock-regexp-backslash)
3104 (font-lock-regexp-backslash-construct): New faces.
3105 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3106 after `('. Add `while-no-input' to control structures.
3107
3108 * faces.el (no-break-space, shadow): New faces.
3109 (escape-glyph): Use less loud colors pink2 and red4.
3110
3111 * diff-mode.el (diff-context-face)
3112 * dired.el (dired-ignored)
3113 * rfn-eshadow.el (file-name-shadow)
3114 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3115
3116 * info.el (Info-title-1-face): Use green instead of yellow because
3117 bold yellow is not readable on light backgrounds.
3118
3119 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3120 before selecting the desired mode to not spend time fontifying
3121 old contents.
3122
3123 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3124
3125 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3126 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3127
3128 * ps-print.el (ps-default-fg, ps-default-bg):
3129 Fix typos in docstrings.
3130
3131 * isearchb.el (isearchb): Don't pass a spurious second argument to
3132 `iswitchb-completions'.
3133
3134 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3135
3136 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3137 to preserve point.
3138 (gdb-find-file-hook): Add doc string.
3139
3140 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3141 C dereferenced pointer expression.
3142 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3143
3144 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3145
3146 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3147 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3148 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3149 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3150 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3151 Make background transparent.
3152
3153 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3154
3155 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3156 (font-lock-remove-keywords): Doc fix.
3157 (font-lock-mode-major-mode): Compiler defvar.
3158 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3159
3160 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3161 (font-lock-mode): Update `font-lock-mode-major-mode'.
3162 (font-lock-set-defaults): Compiler defvar.
3163 (font-lock-default-function): Take `font-lock-mode-major-mode'
3164 into account.
3165
3166 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3167 keep track of which major mode it enabled the minor mode for.
3168 Use find-file-hook again. Update docstring.
3169
3170 * simple.el (eval-expression-print-level)
3171 (eval-expression-print-length, eval-expression-debug-on-error):
3172 Doc fixes.
3173
3174 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3175
3176 * iswitchb.el (iswitchb-single-match-face)
3177 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3178 (iswitchb-invalid-regexp-face): New faces.
3179 (iswitchb-completions): Use them.
3180 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3181 now marked as an obsolete alias.
3182 (iswitchb-read-buffer): Remove check for bound font variables.
3183 (iswitchb-invalid-regexp): New free variable.
3184 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3185 set iswitchb-invalid-regexp.
3186 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3187 invalid regexps.
3188 (iswitchb-completions): Add check for complete match when entering
3189 a regexp.
3190 (iswitchb-completions): Remove require-match argument.
3191 (iswitchb-exhibit): Fix caller.
3192 (iswitchb-common-match-inserted): New variable.
3193 (iswitchb-complete, iswitchb-completion-help): Use it.
3194
3195 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3196
3197 * url-http.el (url-http-chunked-encoding-after-change-function):
3198 Use `url-http-debug' instead of `message'.
3199
3200 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3201
3202 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3203 callback argument.
3204
3205 2005-06-04 Kim F. Storm <storm@cua.dk>
3206
3207 * simple.el (line-move): Only call sit-for when moving backwards.
3208
3209 * ido.el (ido-make-merged-file-list-1): New defun split from
3210 ido-make-merged-file-list.
3211 (ido-make-merged-file-list): Bind throw-on-input around call to
3212 ido-make-merged-file-list-1. Return input-pending-p if
3213 interrupted by more input available.
3214 (ido-read-internal): Handle input-pending-p return value from
3215 ido-make-merged-file-list.
3216
3217 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3218
3219 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3220 compatibility code.
3221
3222 * international/latexenc.el (latexenc-find-file-coding-system):
3223 Don't inherit the EOL part of the coding-system from the
3224 tex-main buffer. Fit within 80 columns.
3225
3226 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3227
3228 * tmm.el (tmm-inactive-face): New face.
3229 (tmm-remove-inactive-mouse-face): New function.
3230 (tmm-prompt, tmm-add-one-shortcut)
3231 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3232 but not selectable.
3233
3234 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3235
3236 * faces.el (face-equal): Improve argument/docstring consistency.
3237
3238 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3239
3240 * progmodes/make-mode.el (makefile-targets-face)
3241 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3242 (makefile-bsdmake-dependency-regex)
3243 (makefile-makepp-rule-action-regex)
3244 (makefile-bsdmake-rule-action-regex): New constants.
3245 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3246
3247 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3248 Allow (...) within `...' for makepp messages.
3249
3250 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3251
3252 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3253
3254 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3255 "." files are deleted from all file lists before comparison.
3256
3257 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3258 (viper-ESC-key): Made them customizable.
3259
3260 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3261
3262 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3263
3264 * autorevert.el (auto-revert-buffers): Use save-match-data.
3265
3266 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3267
3268 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3269 menu items with a nil command binding.
3270
3271 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3272
3273 * emacs-lisp/cl-macs.el (defsetf):
3274 Improve argument/docstring consistency.
3275
3276 * faces.el (list-faces-display): Improve the formatting by
3277 computing the maximum length required for any face-name (reworked
3278 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3279 (internal-find-face): Remove redundant info in docstring.
3280
3281 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3282
3283 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3284 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3285 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3286 (gdb-assembler-custom): Improve regexps.
3287 (def-gdb-auto-update-handler): Use window point to preserve point.
3288
3289 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3290
3291 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3292
3293 2005-05-31 Jay Belanger <belanger@truman.edu>
3294
3295 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3296 to calc-embedded.
3297 (calc-embedded-make-info): Have plain prefix argument select
3298 entire line.
3299
3300 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3301
3302 * faces.el (list-faces-display): Signal error if passed a regexp
3303 that matches no face name.
3304
3305 * simple.el (filter-buffer-substring): Fix typo in docstring.
3306
3307 2005-05-31 Richard M. Stallman <rms@gnu.org>
3308
3309 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3310 (vhdl-emacs-21): Doc fix.
3311 (vhdl-mode): Unconditionally set comment-padding.
3312 (vhdl-fixup-whitespace-region): Insert spaces only where
3313 there are none.
3314 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3315
3316 2005-05-30 John Wiegley <johnw@newartisans.com>
3317
3318 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3319 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3320 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3321 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3322 `string-to-number'.
3323
3324 2005-05-30 Jay Belanger <belanger@truman.edu>
3325
3326 * calc/calc.el (calc-bug-address): Fix docstring.
3327 (calc-window-hook, calc-trail-window-hook): New variables.
3328 (calc-trail-display): Restore use of calc-trail-window-hook.
3329 (calc): Restore use of calc-window-hook.
3330
3331 2005-05-31 Masatake YAMATO <jet@gyve.org>
3332
3333 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3334
3335 * help-fns.el (help-C-file-name): Add autoload mark for
3336 `find-function-noselect'.
3337
3338 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3339
3340 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3341 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3342
3343 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3344
3345 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3346 included diary buffer if it was not already being visited.
3347 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3348
3349 * calendar/icalendar.el (top-level): Do not require 'appt.
3350
3351 * mail/supercite.el (sc-select-attribution): Only use a list
3352 element from sc-attrib-selection-list if it returns a string.
3353 Reported by Davide G. M. Salvetti <salve@debian.org>.
3354
3355 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3356
3357 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3358 includes a hash value to improve its uniqueness, and has a ".jpg"
3359 extension. Also, it is now a valid filename on all systems.
3360 (thumbs-make-thumb): Use `let', not `let*'.
3361 (thumbs-show-thumbs-list): Check for JPEG availability.
3362
3363 2005-05-30 Richard M. Stallman <rms@gnu.org>
3364
3365 * filesets.el (filesets-menu-ensure-use-cached):
3366 Prevent warning when emacs-version>= is undefined.
3367
3368 * printing.el (pr-interactive-n-up): Use string-to-number.
3369
3370 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3371
3372 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3373 Warn only when name to be defined is quoted.
3374
3375 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3376
3377 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3378 Make regexp more robust.
3379 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3380 Force regeneration of disassembly.
3381
3382 2005-05-29 Jay Belanger <belanger@truman.edu>
3383
3384 * calc/calc.el (calc-user-invocation): Check if
3385 calc-invocation-macro is non-nil.
3386
3387 2005-05-29 Juri Linkov <juri@jurta.org>
3388
3389 * add-log.el (change-log-font-lock-keywords):
3390 Add `+' to e-mail regexp to accept mail address with keywords.
3391
3392 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3393
3394 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3395
3396 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3397
3398 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3399
3400 2005-05-29 Richard M. Stallman <rms@gnu.org>
3401
3402 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3403 Undo the change that moves to end of the current word.
3404
3405 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3406
3407 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3408 Throw error when count <= 0 to ensure input is a number.
3409 (gdb-read-memory-custom): Pick up address from buffer.
3410 (gdb-memory-mode): Allow user to increment and decrement
3411 memory address from header line.
3412
3413 2005-05-29 Richard M. Stallman <rms@gnu.org>
3414
3415 * flyspell.el (flyspell-version): Function deleted.
3416 (flyspell-auto-correct-previous-hook): Doc fix.
3417
3418 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3419 Do nothing if memory is full.
3420
3421 * font-lock.el (font-lock-fontify-syntactically-region):
3422 Pass t for GREEDY to looking-back.
3423
3424 * saveplace.el (save-place-alist-to-file): Write the file
3425 using write-region.
3426
3427 * subr.el (looking-back): New argument GREEDY.
3428
3429 * progmodes/compile.el (compilation-start): Set the mode
3430 before inserting the initial text.
3431
3432 * progmodes/which-func.el (which-func-update-1): Turn the mode
3433 off in case of error by setting which-func-mode.
3434
3435 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3436
3437 * flyspell.el (flyspell-auto-correct-previous-word):
3438 Narrow down to what's on the screen, and recenter overlays
3439 at the end of the next word.
3440
3441 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3442
3443 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3444 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3445 (flyspell-abbrev-p): Default to nil.
3446 (flyspell-use-global-abbrev-table-p): Doc fix.
3447 (flyspell-large-region): Allow nil as value.
3448 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3449
3450 (mail-mode-flyspell-verify): More robust handling
3451 of `mail-header-separator'. More efficient signature detection.
3452 Allow for regexp metacharacters in message-header-separator.
3453 Adding `To' not to be checked in mail-mode-flyspell-verify.
3454
3455 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3456 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3457 Bind flyspell-auto-correct-binding.
3458 Bind C-. and C-, .
3459 (flyspell-mode-map): Likewise.
3460 (flyspell-mode): Doc fix.
3461 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3462 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3463 (flyspell-word-cache-result): New var, always local.
3464 (flyspell-check-pre-word-p): Doc fix.
3465 (flyspell-check-changed-word-p): Handle spc like newline.
3466 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3467 (flyspell-word-search-backward, flyspell-word-search-forward):
3468 New functions.
3469 (flyspell-word): Return t if nothing to check.
3470 When parsing TeX code, check for after } or \.
3471 Use flyspell-word-search-backward to find previous word.
3472 Return nil if duplicated word.
3473 For word already checked, return same value as last time.
3474 Set flyspell-word-cache-result after checking.
3475 Don't clobber the return value.
3476 (flyspell-get-word): Major rewrite.
3477 (flyspell-external-point-words): New locals pword, pcount.
3478 Fix size used in progress message.
3479 Find the proper corresponding word in flyspell-large-region-buffer.
3480 (flyspell-region): Check for flyspell-large-region = nil.
3481 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3482 (flyspell-auto-correct-word): Check that WORD is a cons.
3483 (flyspell-correct-word): Likewise.
3484
3485 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3486
3487 * progmodes/make-mode.el (makefile-rule-action-regex)
3488 (makefile-macroassign-regex, makefile-makepp-mode)
3489 (makefile-bsdmake-mode): Continuation lines may be empty.
3490 Reported by Joshua Varner.
3491 (makefile-makepp-font-lock-keywords): Add $(stem).
3492
3493 2005-05-28 Karl Berry <karl@gnu.org>
3494
3495 * textmodes/tex-mode.el: Now that tex-send-command calls
3496 shell-quote-argument (2005-03-31 change), remove all calls to
3497 shell-quote-argument; they all end up invoking tex-send-command.
3498 The double quoting loses on filenames with non-safe characters,
3499 such as "@". Reported by Frederik Fouvry.
3500
3501 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3502
3503 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3504 about preserving point.
3505
3506 2005-05-27 Jay Belanger <belanger@truman.edu>
3507
3508 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3509 Info-goto-node.
3510
3511 * calc/calc-embed.el (calc-embed-arg): New variable.
3512 (calc-do-embedded-activate, calc-embedded-activate-formula)
3513 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3514 variable by new variable.
3515 (calc-embedded-make-info): Replace undeclared variable by new
3516 variable. When selecting region with positive prefix
3517 argument, use end of previous line instead of beginning of line.
3518
3519 * calc/calc-aent.el (calc-arg-values): Declare it.
3520
3521 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3522 Declare them.
3523
3524 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3525
3526 * calc/calc.el (calc-alg-map): Declare it.
3527
3528 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3529
3530 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3531
3532 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3533 (gdb-registers-buffer, toggle-gdb-all-registers):
3534 Toggle display of floating point registers.
3535 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3536
3537 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3538 (toggle-gud-tooltip-dereference):
3539 Rename from gud-toggle-tooltip-dereference.
3540
3541 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3542
3543 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3544
3545 2005-05-27 Jay Belanger <belanger@truman.edu>
3546
3547 * calc/calc-prog.el (calc-kbd-report): Remove.
3548 (calc-kbd-query): Rewrite.
3549
3550 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3551
3552 * image.el (image-library-alist): Move to image.c.
3553 (image-type-available-p): Doc fix.
3554
3555 2005-05-27 Lute Kamstra <lute@gnu.org>
3556
3557 * calc/calc.el (calc):
3558 * outline.el (outline-1, outline-2, outline-3, outline-4)
3559 (outline-5, outline-6, outline-7, outline-8):
3560 * textmodes/dns-mode.el (dns-mode):
3561 * textmodes/sgml-mode.el (sgml-namespace-face):
3562 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3563 (tex-verbatim-face, tex-use-reftex):
3564 * textmodes/texinfo.el (texinfo-heading-face):
3565 Specify customization group.
3566
3567 * longlines.el: Don't require easy-mmode.
3568 (longlines-visible-face): Specify customization group.
3569
3570 2005-05-27 Kenichi Handa <handa@m17n.org>
3571
3572 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3573 encoding table of windows-1251.
3574
3575 * international/ucs-tables.el (ucs-set-table-for-input):
3576 If translation-table-for-input of a coding system is a symbol, get
3577 its translation-table property.
3578
3579 * international/code-pages.el: Don't register a coding system into
3580 non-iso-charset-alist more than once.
3581 (cp-make-coding-system): Likewise.
3582
3583 2005-05-26 John Wiegley <johnw@newartisans.com>
3584
3585 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3586 `eshell-resume-eval' is wrapped in a list, it indicates that the
3587 command was run asynchronously. In that case, unwrap the value
3588 before checking the delimiter value.
3589
3590 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3591 character before a space at the end of a line is \, assume the space
3592 is part of the last argument rather than a final argument separator.
3593
3594 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3595 is in use, and the target is `t' or `nil' (which are the most common
3596 values), don't assume that the symbol target is a buffer.
3597
3598 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3599
3600 * calendar/calendar.el (calendar-mode-line-format):
3601 Use mode-line-highlight as mouse-face.
3602
3603 * time.el (display-time-string-forms, display-time-update):
3604 Use mode-line-highlight as mouse-face.
3605
3606 2005-05-26 Jay Belanger <belanger@truman.edu>
3607
3608 * calc/calc.el (calc-language-alist): Remove extra defvar.
3609
3610 2005-05-26 Lute Kamstra <lute@gnu.org>
3611
3612 * arc-mode.el (archive-mode):
3613 * bookmark.el (bookmark-read-annotation-mode)
3614 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3615 * bs.el (bs-mode):
3616 * calc/calc-yank.el (calc-edit-mode):
3617 * calc/calc.el (calc-mode, calc-trail-mode):
3618 * calculator.el (calculator-mode):
3619 * chistory.el (command-history-mode):
3620 * comint.el:
3621 * cus-edit.el (custom-mode):
3622 * descr-text.el (describe-text-mode):
3623 * ebuff-menu.el (Electric-buffer-menu-mode):
3624 * ediff-util.el (ediff-mode):
3625 * emacs-lisp/re-builder.el (reb-mode):
3626 * emulation/vi.el (vi-mode-setup):
3627 * emulation/ws-mode.el (wordstar-mode):
3628 * eshell/esh-mode.el (eshell-mode):
3629 * forms.el (forms-mode):
3630 * help-mode.el (help-mode):
3631 * hexl.el (hexl-mode):
3632 * ibuffer.el (ibuffer-mode):
3633 * ielm.el (inferior-emacs-lisp-mode):
3634 * info.el (Info-mode, Info-edit-mode):
3635 * international/swedish.el:
3636 * ledit.el (ledit-from-lisp-mode):
3637 * locate.el (locate-mode):
3638 * mail/rmail.el (rmail-mode):
3639 * mail/rmailedit.el (rmail-edit-mode):
3640 * mail/rmailsum.el (rmail-summary-mode):
3641 * mail/supercite.el (sc-electric-mode):
3642 * net/eudc.el (eudc-mode):
3643 * net/quickurl.el (quickurl-list-mode):
3644 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3645 * obsolete/ooutline.el (outline-mode):
3646 * obsolete/options.el (Edit-options-mode):
3647 * obsolete/rnews.el (news-mode):
3648 * obsolete/rnewspost.el (news-reply-mode):
3649 * play/5x5.el (5x5-mode):
3650 * play/decipher.el (decipher-mode, decipher-stats-mode):
3651 * play/gomoku.el (gomoku-mode):
3652 * play/snake.el (snake-mode):
3653 * play/solitaire.el (solitaire-mode):
3654 * play/tetris.el (tetris-mode):
3655 * progmodes/ada-mode.el (ada-mode):
3656 * progmodes/antlr-mode.el (antlr-mode):
3657 * progmodes/autoconf.el (autoconf-mode):
3658 * progmodes/dcl-mode.el (dcl-mode):
3659 * progmodes/delphi.el (delphi-mode):
3660 * progmodes/ebrowse.el (ebrowse-tree-mode)
3661 (ebrowse-electric-list-mode, ebrowse-member-mode)
3662 (ebrowse-electric-position-mode):
3663 * progmodes/f90.el (f90-mode):
3664 * progmodes/fortran.el (fortran-mode):
3665 * progmodes/icon.el (icon-mode):
3666 * progmodes/idlw-help.el (idlwave-help-mode):
3667 * progmodes/idlw-shell.el (idlwave-shell-mode):
3668 * progmodes/idlwave.el (idlwave-mode):
3669 * progmodes/inf-lisp.el (inferior-lisp-mode):
3670 * progmodes/m4-mode.el (m4-mode):
3671 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3672 * progmodes/modula2.el (modula-2-mode):
3673 * progmodes/octave-inf.el (inferior-octave-mode):
3674 * progmodes/octave-mod.el (octave-mode):
3675 * progmodes/pascal.el (pascal-mode):
3676 * progmodes/sh-script.el (sh-mode):
3677 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3678 * progmodes/vhdl-mode.el (vhdl-mode):
3679 * progmodes/xscheme.el (scheme-interaction-mode):
3680 * replace.el (occur-mode):
3681 * ses.el (ses-mode):
3682 * simple.el (completion-list-mode):
3683 * skeleton.el:
3684 * speedbar.el (speedbar-mode):
3685 * term.el (term-mode):
3686 * terminal.el (terminal-edit-mode):
3687 * textmodes/reftex-index.el (reftex-index-mode)
3688 (reftex-index-phrases-mode):
3689 * textmodes/reftex-sel.el (reftex-select-label-mode)
3690 (reftex-select-bib-mode):
3691 * textmodes/reftex-toc.el (reftex-toc-mode):
3692 * wdired.el (wdired-change-to-wdired-mode):
3693 * wid-browse.el (widget-browse-mode):
3694 Use run-mode-hooks.
3695
3696 * array.el (array-mode):
3697 * calendar/todo-mode.el (todo-mode):
3698 * man.el (Man-mode):
3699 * play/landmark.el (lm-mode):
3700 * play/mpuz.el (mpuz-mode):
3701 Use kill-all-local-variables and run-mode-hooks.
3702
3703 * subr.el (delay-mode-hooks): Specify indentation.
3704
3705 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3706
3707 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3708
3709 2005-05-26 Jay Belanger <belanger@truman.edu>
3710
3711 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3712 of nil.
3713
3714 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3715
3716 * progmodes/gdb-ui.el (gdb-frame-address):
3717 Rename from gdb-current-address.
3718 (gdb-previous-frame-address): Rename from gdb-previous-address.
3719 (gdb-selected-frame): Rename from gdb-current-frame.
3720 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3721 (gdb-frame-number): Rename from gdb-current-stack-level.
3722 (gdb-ann3): Match new mode-name for disassembly buffer.
3723 Extend initialization of variables.
3724 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3725 (gdb-memory-mode): Use mouse-face in header line.
3726 (gdb-assembler-buffer-name): Call it disassembly and give frame
3727 in mode line.
3728 (gdb-source-spec-regexp, gdb-assembler-custom)
3729 (gdb-invalidate-assembler, gdb-frame-handler):
3730 Make robust to leading zeroes in address format.
3731
3732 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3733
3734 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3735 define `org-mode'.
3736 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3737
3738 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3739
3740 * log-edit.el (log-edit-changelog-entries): Distinguish between
3741 filenames like xfns.c and fns.c.
3742
3743 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3744
3745 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3746 point after reverting.
3747 (Buffer-menu-make-sort-button): Handle the case where
3748 `Buffer-menu-use-header-line' is nil.
3749
3750 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3751
3752 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3753 New funcs. In minibuffer-local-completion-map bind `]', `/'
3754 and `:' to them.
3755
3756 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3757
3758 * startup.el (normal-top-level): Allow modification of load-path while
3759 we're iterating over it.
3760
3761 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3762
3763 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3764 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3765 (thumbs-resize-interactive, thumbs-insert-image)
3766 (thumbs-insert-thumb, thumbs-dired-show-marked)
3767 (thumbs-find-image-at-point, thumbs-delete-images)
3768 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3769 (thumbs-increment-image-size, thumbs-decrement-image-size):
3770 Fix typos in docstrings.
3771
3772 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3773
3774 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3775 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3776 (cperl-mode): Use them.
3777
3778 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3779
3780 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3781 Doc fixes.
3782
3783 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3784
3785 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3786 Bind C-d to gdb-inferior-io-eof.
3787
3788 * dired.el (dired-dnd-popup-notice): Use message-box.
3789
3790 2005-05-23 Masatake YAMATO <jet@gyve.org>
3791
3792 * bindings.el (mode-line-major-mode-keymap):
3793 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3794
3795 * faces.el (mode-line-highlight): New face.
3796
3797 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3798 as mouse-face.
3799
3800 * bindings.el (top-level, help-echo, mode-line-modified)
3801 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3802 as mouse-face.
3803
3804 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3805
3806 * progmodes/cc-engine.el (c-guess-basic-syntax):
3807 Remove spurious call to `zerop'.
3808
3809 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3810
3811 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3812
3813 CC Mode update to 5.30.10:
3814
3815 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3816 could go past the limit in decoration level 2, thereby causing
3817 errors during interactive fontification.
3818
3819 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3820 the file is evaluated interactively.
3821
3822 * cc-engine.el (c-guess-basic-syntax): Handle operator
3823 declarations somewhat better in C++.
3824
3825 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3826 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3827 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3828 (awk-mode): Use it.
3829 (make-local-hook): Suppress warning about obsoleteness.
3830
3831 * cc-engine.el, cc-align.el, cc-cmds.el
3832 (c-append-backslashes-forward, c-delete-backslashes-forward)
3833 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3834 Compensate for return value from `forward-line' when it has moved
3835 but not to a different line due to eob.
3836
3837 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3838 `objc-method-intro' and `objc-method-args-cont'.
3839
3840 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3841
3842 CC Mode update to 5.30.10:
3843
3844 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3845 in the copyright statement. Incidentally, change "along with GNU
3846 Emacs" to "along with this program" where it occurs.
3847
3848 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3849 so that it is interactive, hence can be found by M-x awk-mode
3850 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3851 <gmorris+emacs@ast.cam.ac.uk>.
3852
3853 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3854 Mode's regexps.
3855
3856 2005-05-23 Kevin Ryde <user42@zip.com.au>
3857
3858 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3859 c-parse-state, to avoid a lisp error (on bad code).
3860
3861 2005-05-23 Lute Kamstra <lute@gnu.org>
3862
3863 * subr.el (font-lock-defaults): Remove defvar as it's already
3864 defined in font-core.el.
3865
3866 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3867
3868 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3869
3870 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3871 more general and work when GDB variable "print pretty" is on,
3872 as with Emacs, for example.
3873
3874 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3875
3876 * font-core.el: Update comment.
3877
3878 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3879 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3880
3881 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3882
3883 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3884
3885 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3886 and `yank-handler' in the doc strings.
3887
3888 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3889
3890 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3891
3892 2005-05-22 Richard M. Stallman <rms@gnu.org>
3893
3894 * help.el (describe-key): Move print-help-return-message call
3895 out of conditional.
3896
3897 * progmodes/etags.el (list-tags): Use with-no-warnings.
3898
3899 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3900 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3901 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3902
3903 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3904
3905 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3906 Add defvar.
3907
3908 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3909 Use defvar, not defconst.
3910
3911 * hexl.el (hexl-follow-line): Use with-no-warnings.
3912
3913 * emulation/tpu-extras.el: Use write-file-functions instead of
3914 write-file-hooks.
3915
3916 * dired.el (dired-font-lock-keywords): Fontify files with junk
3917 extensions even if marked by -F.
3918
3919 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3920
3921 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3922 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3923 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3924 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3925 (concatenate, list-length, get*, getf, cl-remprop):
3926 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3927 (etypecase, progv, lexical-let, lexical-let*)
3928 (multiple-value-bind, multiple-value-setq, shiftf):
3929 Improve argument/docstring consistency.
3930
3931 * subr.el (focus-frame, unfocus-frame):
3932 Revert deletion on 2005-05-01.
3933
3934 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3935
3936 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3937 doesn't exist.
3938
3939 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3940 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3941
3942 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3943
3944 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3945 already deleted variables: auto-fill-hook, blink-paren-hook,
3946 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3947 suspend-hooks, comment-indent-hook, meta-flag,
3948 before-change-function, after-change-function,
3949 font-lock-doc-string-face.
3950
3951 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3952
3953 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3954
3955 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3956
3957 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3958 rmail-dont-reply-to.
3959
3960 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3961
3962 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3963 literal blank when splitting new-header-values.
3964
3965 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3966
3967 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3968 string so that tmm doesn't create a completion entry for it.
3969
3970 * textmodes/table.el (table-disable-menu): Ditto.
3971
3972 2005-05-21 Richard M. Stallman <rms@gnu.org>
3973
3974 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3975
3976 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3977
3978 * net/rcompile.el (remote-compile): Use compilation-start.
3979
3980 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3981
3982 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3983
3984 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3985 Default to makefile-bsdmake-mode on BSD systems.
3986
3987 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3988 REGEXP may also be a search function now. The part of doc-string
3989 for describing the structure was 95% identical to that of
3990 `imenu--generic-function'. Unify it there.
3991
3992 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3993 Use function to find dependencies, because regexp alone is so complex,
3994 it easily goes into an endless loop.
3995 (makefile-makepp-mode): Also add submenu for Perl functions
3996 defined in the makefile.
3997 (makefile-bsdmake-mode): Special imenu-generic-expression no
3998 longer needed, due to function call.
3999 (makefile-match-dependency): Take BOUND into account when checking
4000 if we're through.
4001
4002 2005-05-20 Jay Belanger <belanger@truman.edu>
4003
4004 * calc/calc-units.el (calc-invalidate-units-table):
4005 Use inhibit-read-only.
4006 (math-build-units-table-buffer): Use view-mode.
4007
4008 2005-05-20 David Kastrup <dak@gnu.org>
4009
4010 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4011 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4012
4013 2005-05-20 Lute Kamstra <lute@gnu.org>
4014
4015 * diff-mode.el (diff-header-face, diff-file-header-face)
4016 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4017 (diff-added-face, diff-changed-face, diff-function-face)
4018 (diff-context-face, diff-nonexistent-face): Put them in the
4019 diff-mode customization group.
4020
4021 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4022
4023 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4024
4025 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4026
4027 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4028 Minor regexp-optimization.
4029
4030 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4031
4032 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4033 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4034 (org-agenda-add-time-grid-maybe): New function.
4035 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4036 (org-table-create): `dotimes' instead of `mapcar'.
4037 (org-xor): Simplify implementation.
4038 (org-agenda): `inhibit-redisplay' turned on.
4039 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4040 a consistent line after a state change.
4041 (org-agenda-remove-times-when-in-prefix): New option.
4042 (org-prefix-has-time): New variable.
4043 (org-parse-time-string): Optional argument NODEFAULT.
4044 (org-format-agenda-item): Parse items for time-of-day
4045 specifications and move these into the prefix if possible.
4046 (org-agenda-priority): Get current heading, not previous heading
4047 during agenda remote editing.
4048
4049 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4050
4051 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4052 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4053 (remove-duplicates, delete-duplicates, substitute)
4054 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4055 (nsubstitute-if-not, find, find-if, find-if-not, position)
4056 (position-if, position-if-not, count, count-if, count-if-not)
4057 (mismatch, search, sort*, stable-sort, merge, member*)
4058 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4059 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4060 (intersection, nintersection, set-difference, nset-difference)
4061 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4062 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4063 (nsublis, tree-equal): Improve argument/docstring consistency.
4064
4065 * subr.el (send-string, send-region):
4066 Remove obsolescence declaration.
4067 (window-dot, set-window-dot, read-input, show-buffer)
4068 (eval-current-buffer, string-to-int):
4069 Add release number to obsolescence declarations.
4070
4071 2005-05-19 Kim F. Storm <storm@cua.dk>
4072
4073 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4074 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4075
4076 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4077
4078 * faces.el (list-faces-display): Make back button respect optional
4079 regexp arg.
4080
4081 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4082
4083 * calculator.el (calculator-radix-grouping-mode)
4084 (calculator-radix-grouping-digits, calculator-displayer)
4085 (calculator-radix-grouping-separator, calculator-copy-displayer):
4086 * dabbrev.el (dabbrev-search-these-buffers-only):
4087 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4088 (diff-advance-after-apply-hunk, diff-mode-hook)
4089 (diff-minor-mode-prefix):
4090 * imenu.el (imenu-use-popup-menu):
4091 * jit-lock.el (jit-lock-context-time):
4092 * newcomment.el (comment-fill-column, comment-column)
4093 (comment-style, comment-padding, comment-multi-line)
4094 (comment-empty-lines, comment-auto-fill-only-comments):
4095 * reveal.el (reveal-around-mark):
4096 * uniquify.el (uniquify-buffer-name-style)
4097 (uniquify-after-kill-buffer-p)
4098 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4099 (uniquify-min-dir-content, uniquify-separator)
4100 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4101 * w32-vars.el (w32-fixed-font-alist):
4102 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4103 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4104 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4105 * progmodes/perl-mode.el (perl-indent-level)
4106 (perl-continued-statement-offset, perl-continued-brace-offset)
4107 (perl-brace-offset, perl-brace-imaginary-offset)
4108 (perl-label-offset, perl-indent-continued-arguments)
4109 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4110 * progmodes/tcl.el (tcl-indent-level)
4111 (tcl-continued-indent-level, tcl-auto-newline)
4112 (tcl-tab-always-indent, tcl-electric-hash-style)
4113 (tcl-help-directory-list, tcl-use-smart-word-finder)
4114 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4115 (inferior-tcl-source-command):
4116 * textmodes/fill.el (enable-kinsoku):
4117 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4118 * textmodes/table.el (table-yank-handler):
4119 Specify missing group (and type, if simple) in defcustom.
4120
4121 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4122
4123 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4124
4125 2005-05-19 Richard M. Stallman <rms@gnu.org>
4126
4127 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4128
4129 * subr.el (event-basic-type): Don't get an error.
4130 (left-fringe-p): Function deleted.
4131
4132 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4133 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4134
4135 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4136 in recursive copy.
4137
4138 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4139
4140 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4141
4142 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4143 Call byte-compile-nogroup-warn if appropriate.
4144
4145 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4146 (compilation-set-window): Don't call left-fringe-p; do it directly.
4147
4148 2005-05-19 Jay Belanger <belanger@truman.edu>
4149
4150 * calc/calc-graph.el (calc-graph-format-data): Make sure
4151 var-PlotRejects is bound before trying to check its value.
4152
4153 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4154
4155 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4156 definition of this variable from reftex-global.el to reftex.el,
4157 because it is needed in the menu.
4158
4159 2005-05-19 Lute Kamstra <lute@gnu.org>
4160
4161 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4162 years are fixed. Don't insert a space after a dash.
4163
4164 2005-05-19 Kim F. Storm <storm@cua.dk>
4165
4166 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4167
4168 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4169
4170 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4171 strings, because (eq ... ?\\) is fairly frequent.
4172
4173 * progmodes/make-mode.el (makefile-add-this-line-targets):
4174 Simplify and integrate into `makefile-pickup-targets'.
4175 (makefile-add-this-line-macro): Simplify and integrate into
4176 `makefile-pickup-macros.
4177 (makefile-pickup-filenames-as-targets): Simplify.
4178 (makefile-previous-dependency, makefile-match-dependency):
4179 Don't stumble over `::'.
4180
4181 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4182
4183 * subr.el (post-command-idle-hook, post-command-idle-delay):
4184 Remove obsoletion of post-command-idle-hook and
4185 post-command-idle-delay.
4186
4187 * faces.el (list-faces-display): Provide button when describe-face
4188 is called to take user back to the list of faces.
4189
4190 * help-fns.el (describe-variable): Remove hyperlinks in a
4191 variable's value as these are quite frequently inappropriate.
4192
4193 * follow.el (follow-submit-feedback, follow-mode):
4194 Remove references to post-command-idle-hook.
4195
4196 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4197
4198 * progmodes/make-mode.el (makefile-previous-dependency)
4199 (makefile-match-dependency): Check for := (and in bsd mode also
4200 !=) to give a better result, even when font-lock is not on.
4201
4202 2005-05-18 Jay Belanger <belanger@truman.edu>
4203
4204 * calc/calc-help.el (calc-s-prefix-help):
4205 Add `calc-copy-special-constant' to help string.
4206
4207 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4208
4209 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4210
4211 2005-05-18 Jay Belanger <belanger@truman.edu>
4212
4213 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4214 in linear factors are in proper order.
4215
4216 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4217
4218 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4219 Support for jurabib.
4220
4221 * textmodes/reftex.el (featurep): Define aliases for overlay
4222 commands, for XEmacs compatibility, and use these aliases in
4223 overlay initializations.
4224 (reftex-highlight): Use `reftex-move-overlay'.
4225 (reftex-unhighlight): Use `reftex-delete-overlay'.
4226 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4227 (reftex-access-search-path): Use `reftex-uniquify' instead of
4228 `reftex-uniq'
4229
4230 * textmodes/reftex-sel.el (reftex-select-unmark):
4231 Overlay `before-string' property modification enables for Emacs as well.
4232 (reftex-select-item): Use `reftex-delete-overlay'.
4233 (reftex-select-mark): Use `reftex-make-overlay' and
4234 `reftex-overlay-put'.
4235 (reftex-select-unmark): Use `reftex-delete-overlay' and
4236 `reftex-overlay-put'.
4237
4238 2005-05-18 Lute Kamstra <lute@gnu.org>
4239
4240 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4241
4242 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4243
4244 * add-log.el (add-change-log-entry):
4245 * array.el (array-make-template, array-reconfigure-rows)
4246 (array-init-max-row, array-init-max-column)
4247 (array-init-columns-per-line, array-init-field-width):
4248 * replace.el (replace-match-maybe-edit, perform-replace):
4249 * textmodes/spell.el (spell-region):
4250 Replace `read-input' by `read-string'.
4251
4252 * forms.el (forms-mode):
4253 * finder.el (finder-compile-keywords):
4254 * shadowfile.el (shadow-read-files):
4255 Replace `eval-current-buffer' by `eval-buffer'.
4256
4257 * terminal.el (te-pass-through):
4258 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4259 (ange-ftp-raw-send-cmd):
4260 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4261 (send-process-next-char, telnet-initial-filter, telnet):
4262 Replace `send-string' by `process-send-string'.
4263
4264 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4265 (prolog-consult-region): Replace `send-string' by
4266 `process-send-string'; replace `send-region' by `process-send-region'.
4267
4268 * progmodes/delphi.el (delphi-log-msg):
4269 Replace `set-window-dot' by `set-window-point'.
4270
4271 * subr.el (window-dot, set-window-dot, read-input, send-string)
4272 (send-region, show-buffer, eval-current-buffer):
4273 Make really obsolete, as the comment says.
4274
4275 2005-05-17 Kim F. Storm <storm@cua.dk>
4276
4277 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4278 (cua--init-keymaps): Bind C-return instead of S-return to set
4279 rectangle mark.
4280
4281 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4282 instead of S-return to toggle/clear rectangle mark.
4283
4284 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4285
4286 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4287 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4288 Also fontify plain strings assigned to variables, mostly so that a
4289 colon has a face and is thus not taken as a dependency separator.
4290 (makefile-previous-dependency): Inline the new matcher, because it
4291 is too complex to work in both directions.
4292 (makefile-match-dependency): Eliminate `backward' arg (see above).
4293 Completely reimplemented so as to not sometimes go into an endless
4294 loop. It should also be more efficient, because first it only
4295 searches for `:', instead of applying the very complex regexp.
4296 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4297 to be fontified in one piece can be too long for JIT.
4298 Makefiles are never *that* big.
4299
4300 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4301
4302 * dired.el (dired-mode): Simplify.
4303
4304 2005-05-17 Lute Kamstra <lute@gnu.org>
4305
4306 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4307 defcustom for the mode hook variable.
4308
4309 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4310 Emacs Lisp Reference Manual.
4311
4312 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4313
4314 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4315 (evenp, list*):
4316 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4317 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4318
4319 * net/tramp-smb.el (tramp-smb-open-connection):
4320 Pass `tramp-chunksize' as fifth (required) argument.
4321
4322 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4323
4324 * font-lock.el (lisp-font-lock-keywords-1):
4325 Set `font-lock-negation-char-face' for [^...] char group.
4326 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4327
4328 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4329 a var, and refine it to mask one more level of nested vars.
4330 (makefile-rule-action-regex): Turn it into a var, and refine it so
4331 it recognizes backslashed continuation lines as belonging to the
4332 same command.
4333 (makefile-macroassign-regex): Refine it so it recognizes
4334 backslashed continuation lines as belonging to the same command.
4335 (makefile-var-use-regex): Don't look at the next char, because it
4336 might be the same one to be skipped by the initial [^$], leading
4337 to an overlooked variable use.
4338 (makefile-make-font-lock-keywords): Remove two parameters, which
4339 are now variables that some of the modes set locally.
4340 Handle dependency and rule action matching through functions, because
4341 regexps alone match too often. Dependency matching now comes
4342 last, so it can check, whether a colon already matched something else.
4343 (makefile-mode): Inform that font-lock improves makefile parsing
4344 capabilities.
4345 (makefile-match-dependency, makefile-match-action): New functions.
4346
4347 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4348
4349 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4350
4351 * align.el (align-regexp):
4352 * ansi-color.el (ansi-color-get-face):
4353 * array.el (array-reconfigure-rows, array-init-max-row)
4354 (array-init-max-column, array-init-columns-per-line)
4355 (array-init-field-width):
4356 * dired-aux.el (dired-trample-file-versions):
4357 * dired-x.el (dired-mark-sexp):
4358 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4359 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4360 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4361 * faces.el (face-read-integer):
4362 * files.el (backup-extract-version, insert-directory):
4363 * hexl.el (hexl-insert-decimal-char):
4364 * server.el (server-process-filter):
4365 * shell.el (shell-extract-num):
4366 * startup.el (command-line-1):
4367 * term.el (term-command-hook):
4368 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4369 (time-stamp-do-number):
4370 * time.el (display-time-update):
4371 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4372 (timezone-fix-time):
4373 * vms-patch.el (vms-suspend-resume-hook):
4374 * calendar/appt.el (appt-convert-time):
4375 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4376 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4377 * calendar/cal-islam.el (mark-islamic-diary-entries):
4378 * calendar/calendar.el (calendar-cursor-to-date)
4379 (calendar-star-date):
4380 * calendar/diary-lib.el (diary-attrtype-convert)
4381 (mark-diary-entries, diary-entry-time):
4382 * calendar/solar.el (solar-get-number):
4383 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4384 * emacs-lisp/re-builder.el (reb-display-subexp):
4385 * emulation/edt.el (edt-set-scroll-margins):
4386 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4387 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4388 (vip-get-ex-count):
4389 * emulation/viper-ex.el (viper-get-ex-token)
4390 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4391 * international/fontset.el (fontset-plain-name):
4392 * mail/feedmail.el (feedmail-look-at-queue-directory):
4393 * mail/mailalias.el (mail-get-names):
4394 * mail/rmail.el (rmail-convert-to-babyl-format):
4395 * mail/rmailsum.el (rmail-make-basic-summary-line)
4396 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4397 (rmail-summary-goto-msg):
4398 * mail/smtpmail.el (smtpmail-read-response):
4399 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4400 (ange-ftp-vms-add-file-entry):
4401 * play/gametree.el (gametree-looking-at-ply)
4402 (gametree-current-branch-score):
4403 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4404 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4405 * progmodes/cperl-mode.el (condition-case):
4406 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4407 (ebrowse-set-member-buffer-column-width)
4408 (ebrowse-select-1st-to-9nth):
4409 * progmodes/etags.el (etags-snarf-tag):
4410 * progmodes/flymake.el (flymake-parse-line):
4411 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4412 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4413 (idlwave-shell-menu-def):
4414 * progmodes/ps-mode.el (ps-run-goto-error):
4415 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4416 (vhdl-speedbar-contract-level):
4417 * term/mac-win.el (x-handle-numeric-switch):
4418 * term/sun-mouse.el (sun-get-frame-data):
4419 * term/w32-win.el (x-handle-numeric-switch):
4420 * term/x-win.el (x-handle-numeric-switch):
4421 * textmodes/ispell.el (ispell-parse-output):
4422 * textmodes/nroff-mode.el (nroff-outline-level):
4423 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4424 (reftex-bib-sort-year-reverse, reftex-format-citation):
4425 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4426 (reftex-section-number):
4427 * textmodes/texinfmt.el (texinfo-paragraphindent):
4428 Replace `string-to-int' by `string-to-number'.
4429
4430 * international/latexenc.el: Add page marker to force the "Local
4431 Variables:" string out of the last page.
4432
4433 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4434
4435 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4436 tooltip-change-major-mode.
4437 (gud-tooltip-print-command): Remove case where gud-minor-mode
4438 is gdb ("--fullname").
4439 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4440 explain to user.
4441
4442 2005-05-16 Jay Belanger <belanger@truman.edu>
4443
4444 * calc/calc-store.el (calc-copy-special-constant): New function.
4445
4446 * calc/calc-ext.el (calc-init-extensions): Add binding for
4447 `calc-copy-special-constant'.
4448
4449 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4450 for the `calc-copy-special-constant' command.
4451
4452 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4453
4454 * subr.el (left-fringe-p): New function.
4455
4456 * progmodes/compile.el (compilation-setup): Set local value of
4457 overlay-arrow-string to "" always.
4458 (compilation-set-window): Left fringe then don't scroll.
4459 No left fringe then no arrow and scroll message to top.
4460 (compilation-context-lines): Adjust doc string accordingly.
4461
4462 2005-05-16 Kim F. Storm <storm@cua.dk>
4463
4464 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4465 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4466 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4467 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4468 (ido-read-file-name): Handle commands with ido property value
4469 equal to find-file as reading a file name, to allow C-d to enter dired.
4470 (ibuffer-find-file): Add ido property with value find-file.
4471
4472 2005-05-15 Kim F. Storm <storm@cua.dk>
4473
4474 * subr.el (open-network-stream-nowait): Remove.
4475 (open-network-stream-server): Remove.
4476
4477 2005-05-15 Richard M. Stallman <rms@gnu.org>
4478
4479 * faces.el (describe-face): Output a definition link button.
4480
4481 * help-mode.el (help-face-def): New button type.
4482
4483 * emacs-lisp/copyright.el (copyright-fix-years):
4484 Match properly if the first year is 2-digit.
4485 Don't mess up the whitespace after the years by filling.
4486
4487 * dired-aux.el (dired-mark-confirm):
4488 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4489
4490 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4491 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4492 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4493
4494 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4495 Set font-lock-comment-start-skip.
4496
4497 * font-lock.el (font-lock-comment-start-skip): New variable.
4498 (font-lock-comment-end-skip): New variable.
4499 (font-lock-fontify-syntactically-region): Use them if non-nil.
4500
4501 2005-05-15 Jay Belanger <belanger@truman.edu>
4502
4503 * calc/calc-store.el (calc-store-value): Return a string rather
4504 than display it as a message.
4505 Use calc-var-name for variable name.
4506 (calc-store-into): Add the result of calc-store-value to message.
4507 (calc-copy-variable): Add a message.
4508 (calc-store-exchange): Improve error messages.
4509 (calc-store-binary, calc-store-map): Don't reset the values of
4510 special constants.
4511
4512 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4513
4514 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4515 manual to docstring.
4516
4517 * files.el (hack-local-variables-confirm): Add STRING argument.
4518 Make the function handle non file visiting buffers correctly.
4519 (hack-local-variables-prop-line, hack-local-variables)
4520 (hack-one-local-variable): Use STRING arg of
4521 `hack-local-variables-confirm'.
4522
4523 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4524
4525 Sync with Tramp 2.0.49.
4526
4527 * tramp.el (tramp-handle-dired-call-process)
4528 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4529 because the contents of the Tramp buffer is changed before
4530 insertion (`expand-file' and alike).
4531 (tramp-handle-insert-directory): If `localname' has an empty
4532 nondirectory name, it must not be quoted.
4533 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4534 variable `tramp-chunksize'. Change callees.
4535 (tramp-open-connection-setup-interactive-shell): Check remote host
4536 for buggy `send-process-string' implementation.
4537 Set `tramp-chunksize' if found. Reported by Michael Kifer
4538 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4539 (tramp-handle-shell-command): `insert-buffer' cannot be used
4540 because the contents of the Tramp buffer is changed before
4541 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4542 <frederic.bothamy@free.fr>.
4543 (tramp-set-auto-save): Actions should be done for Tramp file name
4544 handler only. Ange-FTP has its own auto-save mechanism.
4545 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4546 (tramp-set-auto-save-file-modes): Set file modes of
4547 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4548 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4549 (tramp-bug): Remove obsolete variable.
4550 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4551 for presence of `mml-mode'. Make it running for older Emacsen as well.
4552
4553 2005-05-14 John Paul Wallington <jpw@pobox.com>
4554
4555 * ibuf-ext.el (define-ibuffer-filter filename):
4556 If `dired-directory' is a list, use its car.
4557
4558 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4559
4560 * ibuffer.el (define-ibuffer-column filename):
4561 If `dired-directory' is a list, use its car.
4562
4563 2005-05-14 Richard M. Stallman <rms@gnu.org>
4564
4565 * subr.el (symbol-file): Doc fix.
4566
4567 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4568 (byte-compile-form): Call byte-compile-nogroup-warn.
4569 (byte-compile-warning-types): Doc fix.
4570
4571 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4572
4573 * progmodes/cc-engine.el (c-literal-faces):
4574 Add font-lock-comment-delimiter-face.
4575
4576 * net/net-utils.el (dig): Use with-no-warnings.
4577
4578 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4579 (sc-recite-frame-alist, sc-default-cite-frame)
4580 (sc-default-uncite-frame, sc-default-recite-frame)
4581 (sc-attrib-selection-list, sc-rewrite-header-list):
4582 Mark as risky-local-variable.
4583
4584 * international/ogonek.el (ogonek-jak, ogonek-how):
4585 Don't use beginning-of-buffer.
4586
4587 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4588
4589 * calendar/solar.el (solar-data-list): Move definition up.
4590
4591 * dnd.el (dnd-protocol-alist): Add autoload.
4592
4593 * progmodes/sh-script.el: Many doc usage fixes.
4594 (sh-indent-after-do): Change default to match common styles.
4595
4596 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4597
4598 * files.el (interpreter-mode-alist)
4599 (auto-mode-interpreter-regexp): Doc fixes.
4600
4601 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4602
4603 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4604
4605 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4606
4607 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4608
4609 * dired.el (dired-mode): make-variable-buffer-local =>
4610 make-local-variable.
4611
4612 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4613
4614 * term/mac-win.el (mac-select-convert-to-string): Try coding
4615 systems in mac-script-code-coding-systems if specified one cannot
4616 encode string for `com.apple.traditional-mac-plain-text'.
4617
4618 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4619
4620 * progmodes/make-mode.el (makefile-targets-face)
4621 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4622 (makefile-dependency-regex): Fix it to not make the colon in
4623 $(var:a=b) special.
4624 (makefile-rule-action-regex): New regexp for highlighting embedded
4625 Shell strings.
4626 (makefile-macroassign-regex): Handle != for highlighting as
4627 embedded Shell strings.
4628 (makefile-var-use-regex): New const.
4629 (makefile-statements, makefile-automake-statements)
4630 (makefile-gmake-statements, makefile-makepp-statements)
4631 (makefile-bsdmake-statements): New consts.
4632 (makefile-make-font-lock-keywords): New function.
4633 (makefile-automake-font-lock-keywords)
4634 (makefile-gmake-font-lock-keywords)
4635 (makefile-makepp-font-lock-keywords)
4636 (makefile-bsdmake-font-lock-keywords): New consts.
4637 (makefile-mode-map): Add switchers between the various submodes.
4638 (makefile-mode): Document the availability of the variants.
4639 (makefile-automake-mode, makefile-gmake-mode)
4640 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4641
4642 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4643 new variants of makefile-mode.
4644
4645 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4646
4647 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4648 the inheritance.
4649
4650 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4651
4652 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4653 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4654
4655 * files.el (normal-mode): Extend the scope of the
4656 `enable-local-variables' binding to include the `set-auto-mode' call.
4657 (magic-mode-alist): Doc fix.
4658
4659 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4660
4661 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4662 font-lock-comment-face rather than copying its setting.
4663
4664 2005-05-12 Andreas Schwab <schwab@suse.de>
4665
4666 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4667
4668 2005-05-12 Lute Kamstra <lute@gnu.org>
4669
4670 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4671 defcustom for the mode hook variable. Delete the last argument.
4672 * generic-x.el: Fix callers of define-generic-mode.
4673 (generic-x-modes): Delete group.
4674 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4675 generic-x customization group.
4676
4677 2005-05-12 Kim F. Storm <storm@cua.dk>
4678
4679 * font-lock.el (font-lock-negation-char-face): Default to "off".
4680
4681 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4682 font-lock-negation-char-face to ! in !=.
4683
4684 2005-05-12 Masatake YAMATO <jet@gyve.org>
4685
4686 * add-log.el (find-change-log): Fix typos in the docstring
4687 of function.
4688
4689 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4690
4691 * international/latexenc.el (latexenc-find-file-coding-system):
4692 Avoid `re-search-forward' when looking for input encoding because
4693 of speed and safety. Better regular expressions for recognizing
4694 input encoding. Limit a search for TeX-master/tex-main-file to
4695 the local variable section.
4696
4697 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4698
4699 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4700 syntax of $ to "'" (quote).
4701
4702 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4703
4704 * dnd.el (dnd-protocol-alist): Improve custom type.
4705
4706 * dired.el (dired-dnd-protocol-alist): New variable.
4707 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4708 `dired-mode-hook' to the end.
4709
4710 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4711
4712 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4713 comment-end if comment-start-skip is not set.
4714 Obey the font-lock-comment-delimiter-face variables.
4715
4716 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4717
4718 * files.el (executable-find): Move from executable.el. Use locate-file.
4719 * progmodes/executable.el (executable-find): Move to files.el.
4720
4721 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4722 when trying to ensure forward progress.
4723
4724 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4725
4726 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4727 (mouse-select, mouse-select-internal, mouse-extend-internal):
4728 Use it to implement mouse-1-click-follows-link functionality.
4729
4730 2005-05-11 Richard M. Stallman <rms@gnu.org>
4731
4732 * font-lock.el (font-lock-fontify-syntactically-region):
4733 Use font-lock-comment-delimiter-face for comment delimiters.
4734
4735 2005-05-10 Jay Belanger <belanger@truman.edu>
4736
4737 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4738 preserving embedded modes.
4739
4740 2005-05-10 Richard M. Stallman <rms@gnu.org>
4741
4742 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4743
4744 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4745 Move from ada-stmt.el.
4746 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4747
4748 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4749 Move to ada-mode.el.
4750 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4751
4752 * cus-edit.el (custom-file): Call file-chase-links.
4753
4754 * files.el (read-directory-name): Fix previous change.
4755 (hack-local-variables-confirm): New function.
4756 (hack-local-variables-prop-line, hack-local-variables)
4757 (hack-one-local-variable): Use it.
4758
4759 2005-05-10 Lute Kamstra <lute@gnu.org>
4760
4761 * font-lock.el (font-lock-keywords-alist)
4762 (font-lock-removed-keywords-alist): Clarify docstrings.
4763
4764 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4765
4766 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4767 (gdb-source-info): Check for preprocessor info.
4768 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4769 a macro for a function.
4770 (gdb-info-breakpoints-custom): Try to find file again if not already
4771 found (user might have used GDB dir command).
4772 (gdb-get-location): Update gdb-location-alist correctly for change
4773 to gdb-info-breakpoints-custom.
4774
4775 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4776 (gud-tooltip-print-command): Add gdbmi case.
4777 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4778 preprocessor info.
4779
4780 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4781
4782 * startup.el (fancy-splash-insert): Fix typo in doc string.
4783
4784 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4785
4786 * obsolete/float.el (string-to-float):
4787 * obsolete/hilit19.el (hilit-add-pattern):
4788 * obsolete/rnews.el (news-parse-range, news-select-message)
4789 (news-get-pruned-list-of-files): Replace `string-to-int' by
4790 `string-to-number'.
4791
4792 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4793 `find-file-not-found-hooks'; use `add-hook'.
4794 (uncompress-while-visiting): Set `write-file-functions', not
4795 `write-file-hooks'; use `add-hook'.
4796
4797 2005-05-09 Kim F. Storm <storm@cua.dk>
4798
4799 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4800 (cua-paste): Handle clipboard action.
4801 (cua--init-keymaps): Remap clipboard-kill-region and
4802 clipboard-kill-ring-save.
4803
4804 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4805
4806 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4807 Improve commentary.
4808
4809 * simple.el (next-error-overlay-arrow-position): Revert the change
4810 made on 2005-04-30.
4811
4812 2005-05-07 Jay Belanger <belanger@truman.edu>
4813
4814 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4815 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4816 `calc-sel-reselect'.
4817
4818 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4819 Calc is in embedded mode.
4820
4821 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4822
4823 * progmodes/compile.el (compilation-setup):
4824 Set overlay-arrow-string to an empty string on text terminals.
4825
4826 * textmodes/ispell.el (ispell-program-name): Try looking for
4827 "aspell" along exec-path, and if found, use it as the default
4828 speller program.
4829
4830 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4831
4832 * international/mule.el (sgml-xml-auto-coding-function):
4833 Recognize encoding='FOO' in single quotes as well as in double quotes.
4834
4835 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4836
4837 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4838 as well as `interactive', so that defmacro* would recognize
4839 `declare' forms.
4840
4841 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4842
4843 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4844 Explain more about the LIGHTER arg's usage in the doc string.
4845 Add commentary to clarify what the code does. Fix the regexp that
4846 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4847 since it could have characters special to regular expressions.
4848
4849 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4850
4851 * replace.el (occur-1): Bind inhibit-read-only so that
4852 erase-buffer doesn't barf on read-only text properties (likewise
4853 for add-text-properties in occur-engine). Mark buffer as unmodified.
4854 (occur-engine): Don't set buffer-read-only here.
4855
4856 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4857
4858 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4859 list-buffers-directory. This caused the *cvs-commit* buffer to be
4860 sometimes mistakenly reused as a *cvs* buffer.
4861
4862 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4863
4864 * tooltip.el: Move code for GUD tooltips into gud.el.
4865 (require): CL no longer needed to compile case.
4866 (tooltip-mode): Do not toggle functions for GUD tooltips.
4867 (tooltip-gud-tips-p): Remove. Replace with minor mode
4868 gud-tooltip-mode in gud.el.
4869 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4870 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4871 tooltip-gud prefix with gud-tooltip and obsolete.
4872 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4873 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4874 (tooltip-mouse-motion): Mouse movement functions/variable.
4875 Rename in gud.el by adding gud prefix.
4876 (tooltip-gud-original-filter, tooltip-gud-dereference)
4877 (tooltip-gud-event, tooltip-toggle-gud-tips)
4878 (tooltip-gud-process-output, tooltip-gud-print-command)
4879 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4880 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4881 (gdb-tooltip-print): Move to gdb-ui.el.
4882
4883 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4884 (require): CL needed to compile case.
4885 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4886 tooltip-gud-tips-p. Make it a minor-mode.
4887 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4888 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4889 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4890 (gud-tooltip-change-major-mode)
4891 (gud-tooltip-activate-mouse-motions-if-enabled)
4892 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4893 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4894 (gud-tooltip-original-filter, gud-tooltip-dereference)
4895 (gud-tooltip-event, tooltip-toggle-gud-tips)
4896 (gud-tooltip-process-output, gud-tooltip-print-command)
4897 (gud-tooltip-tips): Move from tooltip.el.
4898
4899 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4900 (gdb-cpp-define-alist-flags): Doc fix.
4901 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4902 gud-tooltip-mode is t.
4903
4904 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4905
4906 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4907 evaporate if their text is deleted.
4908 (goto-address-at-point): Make it work as a mouse binding as well.
4909 (goto-address-at-mouse): Obsolete it. Update users.
4910
4911 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4912
4913 * calendar/appt.el (top-level): No longer activate on load.
4914
4915 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4916
4917 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4918 * net/webjump.el (webjump):
4919 * progmodes/idlw-help.el (idlwave-do-context-help1)
4920 (idlwave-highlight-linked-completions):
4921 * textmodes/po.el (po-find-file-coding-system-guts):
4922 Replace `assoc-ignore-case' by `assoc-string'.
4923
4924 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4925
4926 * files.el (locate-file): Doc fix.
4927
4928 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4929 Remove the redundant test for ms-dos.
4930
4931 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4932 look for the preprocessor with exec-suffixes. If not found in
4933 standard places, look in exec-path. Remove most of the tests that
4934 used system-type.
4935
4936 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4937
4938 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4939
4940 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4941 file-name clash with jka-compr.el on 8+3 filesystems.
4942
4943 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4944
4945 * term/mac-win.el: Don't define or bind scroll bar functions if
4946 x-toolkit-scroll-bars is t.
4947 (x-select-text, x-get-selection-value):
4948 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4949 (PRIMARY): Put mac-scrap-name property.
4950 (mac-select-convert-to-file-url): New function.
4951 (public.file-url): New selection target type. Add to
4952 selection-converter-alist.
4953 (x-get-selection, x-selection-value): Handle it.
4954 (x-cut-buffer-or-selection-value): New alias.
4955
4956 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4957
4958 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4959 entry to avoid calling bibtex-find-entry with arg global
4960 being t. Remove arg key.
4961 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4962 (bibtex-copy-summary-as-kill): Change accordingly.
4963
4964 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4965
4966 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4967 (org-agenda-date-later): Use with-current-buffer.
4968
4969 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4970
4971 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4972 (define-obsolete-variable-alias): Doc Fixes.
4973
4974 2005-05-06 Kim F. Storm <storm@cua.dk>
4975
4976 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4977 vertical-motion when selective-display is active.
4978
4979 * ido.el (ido-setup-hook): New hook.
4980 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4981 (ido-input-stack): New var.
4982 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4983 ido-next-work-file binding to M-O.
4984 Bind M-f to ido-wide-find-file-or-pop-dir.
4985 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4986 (ido-read-internal): Run ido-setup-hook.
4987 Catch quit in read-file-name and read-string to cancel edit.
4988 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4989 Automatically pop-all when completing a directory name (RET).
4990 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4991 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4992 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4993 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4994 New functions for M-b/M-f to move among the directory components.
4995 (ido-make-merged-file-list): Catch quit to cancel merge.
4996 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4997 (ido-completion-help): No warnings for ido-completion-buffer-full.
4998
4999 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5000
5001 * font-lock.el (font-lock-negation-char-face): New face and variable.
5002 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5003 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5004 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5005 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5006
5007 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5008
5009 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5010 Fix typo in docstring.
5011
5012 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5013 (ebrowse-print-statistics-line)
5014 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5015
5016 * term/w32-win.el (image-library-alist): Add additional name for
5017 Xpm library.
5018
5019 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5020
5021 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5022 use gcc instead of cpp.
5023
5024 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5025 (gdb-create-define-alist): Use it.
5026 (gdb-cpp-define-alist-program): Update for MS-DOS.
5027
5028 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5029
5030 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5031
5032 2005-05-04 Richard M. Stallman <rms@gnu.org>
5033
5034 * help.el (describe-key): No error when UNTRANSLATED is nil.
5035
5036 * simple.el (line-move-1): Fix previous change to signal errors
5037 appropriately.
5038
5039 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5040
5041 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5042 (icalendar-duration-correction): Remove.
5043 (icalendar--get-event-properties): Split result at commas.
5044 (icalendar--decode-isoduration): New optional argument
5045 DURATION-CORRECTION.
5046 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5047 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5048 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5049 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5050 (icalendar--convert-anniversary-to-ical): New functions, extracted
5051 from icalendar-export-region, with bug fixes.
5052 (icalendar-export-region): Use the above functions.
5053 (icalendar-import-buffer): Check before saving diary file.
5054 (icalendar--convert-recurring-to-diary)
5055 (icalendar--convert-non-recurring-all-day-to-diary)
5056 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5057 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5058 (icalendar--convert-ical-to-diary): Use the above functions.
5059
5060 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5061
5062 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5063 Remove these recent additions.
5064 (c-mode): Restore to before 2005-04-28.
5065
5066 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5067 recent addition.
5068
5069 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5070 (gdb-define-alist): New variables.
5071 (gdb-create-define-alist): New function.
5072 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5073 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5074 with string-to-number.
5075 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5076
5077 * progmodes/gud.el: Replace string-to-int with string-to-number.
5078 (gud-find-file): Handle gdb-define-alist.
5079
5080 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5081
5082 2005-05-02 Jay Belanger <belanger@truman.edu>
5083
5084 * calc/calc-aent.el (math-read-token):
5085 * calc/calc-bin.el (calc-word-size):
5086 * calc/calc-ext.el (calc-read-number-fancy):
5087 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5088 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5089 * calc/calc-frac.el (calc-over-notation):
5090 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5091 (calc-graph-num-points, calc-graph-init):
5092 * calc/calc-prog.el (calc-read-parse-table-part)
5093 (calc-edit-macro-repeats):
5094 * calc/calc-yank.el (calc-do-grab-rectangle):
5095 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5096 Replace `string-to-int' by `string-to-number'.
5097
5098 2005-05-02 Kim F. Storm <storm@cua.dk>
5099
5100 * kmacro.el: Use executing-kbd-macro-index variable.
5101
5102 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5103
5104 * net/rlogin.el (rlogin-parse-words): Delete func.
5105 (rlogin): Use split-string, not rlogin-parse-words.
5106 Also, if there are option-like elements in the parsed args,
5107 take the host to be the first arg immediately following them.
5108 Suggested by Michael Mauger.
5109
5110 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5111
5112 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5113
5114 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5115
5116 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5117 (cc-mode-cpp-program): Rename to cc-define-list-program and
5118 move to cc-vars.el.
5119
5120 * progmodes/cc-vars.el (cc-define-list-program):
5121 Change to "gcc -E -dM -". Make customizable.
5122
5123 2005-05-02 Kim F. Storm <storm@cua.dk>
5124
5125 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5126
5127 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5128
5129 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5130
5131 * international/mule-util.el (truncate-string): Remove alias and
5132 obsolete declaration.
5133
5134 * international/mule-cmds.el (update-iso-coding-systems):
5135 Remove alias and obsolete declaration.
5136
5137 * international/mule.el (coding-system-parent): Remove alias and
5138 obsolete declaration.
5139
5140 * subr.el (define-function, sref): Remove aliases and obsolete
5141 declarations.
5142 (chars-in-region): Remove obsolete declaration.
5143
5144 2005-05-01 Richard M. Stallman <rms@gnu.org>
5145
5146 * info.el (Info-mode): Set widen-automatically to nil, locally.
5147
5148 * simple.el (widen-automatically): New variable.
5149 (pop-global-mark): Obey widen-automatically.
5150
5151 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5152
5153 * term/xterm.el (function-key-map): Call substitute-key-definition
5154 before the keymap size is increased by a lot of define-key calls.
5155
5156 2005-05-01 Richard M. Stallman <rms@gnu.org>
5157
5158 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5159 Rename ARG to ELEMENT. Doc fix.
5160
5161 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5162
5163 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5164 Remove references to allout-exposure/change to allout-new-exposure.
5165
5166 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5167 bytecode symbols.
5168
5169 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5170 (compiled-function-p, focus-frame, unfocus-frame):
5171 Remove aliases and obsolete declarations.
5172 Back out inadvertent changes from previous commit.
5173
5174 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5175
5176 * files.el (require-final-newline): Make Custom tags consistent
5177 with mode-require-final-newline.
5178 (mode-require-final-newline): Doc fix.
5179
5180 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5181
5182 * international/latexenc.el (latexenc-find-file-coding-system):
5183 Fix regular expressions.
5184
5185 2005-05-01 David Kastrup <dak@gnu.org>
5186
5187 * international/latexenc.el (latexenc-find-file-coding-system):
5188 Fix regular expressions.
5189
5190 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5191
5192 * subr.el (string-to-int): Make obsolete.
5193
5194 2005-04-30 Richard M. Stallman <rms@gnu.org>
5195
5196 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5197
5198 * loadup.el: load jka-comp-hook.
5199
5200 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5201 (jka-compr-handler): Add autoload. `put' calls moved
5202 to jka-comp-hook.el.
5203 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5204 (jka-compr-inhibit): Autoload.
5205
5206 * jka-comp-hook.el: New file.
5207 Enable the mode by default.
5208
5209 * files.el (backup-buffer-copy): Use copy-file instead
5210 of write-region, and put back the 'excl.
5211
5212 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5213
5214 * progmodes/flymake.el (flymake-split-string)
5215 (flymake-split-string, flymake-log, flymake-pid-to-names)
5216 (flymake-reg-names, flymake-get-source-buffer-name)
5217 (flymake-unreg-names, flymake-add-line-err-info)
5218 (flymake-add-err-info): Clarify docstrings.
5219 (flymake-popup-menu, flymake-make-emacs-menu)
5220 (flymake-make-xemacs-menu): Add docstrings.
5221 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5222 Set variables directly throughout.
5223
5224 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5225
5226 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5227 exists. Initialize cc-define-alist.
5228 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5229 If there is no file (Macroexpansion) don't create an alist.
5230
5231 2005-04-29 Sam Steingold <sds@gnu.org>
5232
5233 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5234 (cc-create-define-alist): Use it instead of the hard-coded string.
5235
5236 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5237
5238 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5239 for latexenc.
5240
5241 2005-04-29 Lute Kamstra <lute@gnu.org>
5242
5243 * emacs-lisp/generic.el: Improve commentary section.
5244 (define-generic-mode): Improve docstring.
5245
5246 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5247
5248 * textmodes/org.el (many places): Change to quiet the byte compiler.
5249 (org-prefix-format-compiled): New variable.
5250 (org-compile-prefix-format): New function.
5251 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5252 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5253 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5254 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5255 consistency with entries from `org-mode' files.
5256 (org-get-time-of-day): Fix bug with partial matches early in a line.
5257 (org-non-link-chars): New constant.
5258 (org-link-regexp): Respect `org-non-link-chars'.
5259 (org-agenda-day-view): Remove command.
5260 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5261 (org-follow-bbdb-link, org-store-link): Search also company field.
5262 (org-highlight-overlay): New variable.
5263 (org-highlight, org-unhighlight): New functions.
5264 (org-agenda-mode): Add pre-command-hook to remove highlight.
5265 (org-evaluate-time-range): Behavior depends upon whether time stamp
5266 contains a time or not.
5267 (org-show-subtree, org-show-entry): New functions.
5268 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5269
5270 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5271
5272 * comint.el (comint-output-filter-functions): Add autoload cookie.
5273
5274 2005-04-28 Kim F. Storm <storm@cua.dk>
5275
5276 * ido.el (ido-everywhere): Fix last change.
5277
5278 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5279
5280 * international/latexenc.el: New file.
5281 * international/mule-conf.el (file-coding-system-alist): For .tex,
5282 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5283
5284 2005-04-28 Lute Kamstra <lute@gnu.org>
5285
5286 * font-lock.el (font-lock-add-keywords)
5287 (font-lock-remove-keywords): Clarify docstring.
5288 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5289 Don't start docstrings with a `*'.
5290 (font-lock-update-removed-keyword-alist): Give it a docstring.
5291
5292 * generic-x.el: Update commentary section.
5293 Only require font-lock when compiling.
5294 Define all modes conditionally.
5295 Place all generic modes in the generic-x-modes customization group.
5296 (generic-x-modes): New customization group.
5297 (generic-default-modes, generic-mswindows-modes)
5298 (generic-unix-modes, generic-other-modes): New constants.
5299 (generic-define-mswindows-modes, generic-define-unix-modes):
5300 Update docstrings. Make them obsolete.
5301 (generic-extras-enable-list): New default value. Update docstring.
5302 Improve :type. Change :set function.
5303 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5304 Fix docstring.
5305
5306 * emacs-lisp/generic.el (generic-mode-internal):
5307 Simplify font-lock-defaults.
5308 (define-generic-mode): Fix docstring.
5309
5310 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5311
5312 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5313 font-lock-face property to highlight matches.
5314
5315 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5316
5317 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5318 (cc-define-alist): New variable.
5319 (c-mode): Make it local and initialize it.
5320
5321 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5322 (gdb-exited): New function.
5323 (gdb-annotation-rules): Use it.
5324 (gdb-starting): Set gdb-active-process to t.
5325 (gdb-stopping): Amend doc string.
5326 (gdb-reset): Set gdb-active-process to nil.
5327
5328 * tooltip.el (tooltip-gud-tips): Show the associated #define
5329 directives when a C program under GDB is not executing.
5330
5331 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5332
5333 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5334 font-lock-fontify-syntactic-keywords.
5335
5336 * font-lock.el (font-lock-default-fontify-region): Don't force
5337 parse-sexp-lookup-properties to nil.
5338
5339 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5340
5341 * man.el (man-mode-syntax-table): Set up `:' to have
5342 word-constituent syntax.
5343
5344 2005-04-27 Lute Kamstra <lute@gnu.org>
5345
5346 * novice.el (disable-command): Don't add spurious newlines to the
5347 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5348
5349 2005-04-26 Jay Belanger <belanger@truman.edu>
5350
5351 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5352 than one window before deleting window.
5353
5354 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5355
5356 * shell.el (shell-prompt-pattern): Doc fix.
5357 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5358
5359 * comint.el (comint-prompt-regexp, comint-get-old-input)
5360 (comint-use-prompt-regexp)
5361 (comint-use-prompt-regexp-instead-of-fields)
5362 (comint-replace-by-expanded-history, comint-send-input)
5363 (comint-output-filter, comint-get-old-input-default)
5364 (comint-line-beginning-position, comint-bol, comint-show-output)
5365 (comint-backward-matching-input, comint-forward-matching-input)
5366 (comint-next-prompt, comint-previous-prompt):
5367 Rename `comint-use-prompt-regexp-instead-of-fields' to
5368 `comint-use-prompt-regexp'. Keep old name as alias and declare
5369 obsolete.
5370 (comint-use-prompt-regexp): Shorten first line of doc string.
5371
5372 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5373 Set paragraph-separate buffer locally to "\\'".
5374
5375 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5376 Adapt to above name change.
5377
5378 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5379 (smbclient-prompt-regexp): Ditto.
5380
5381 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5382
5383 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5384
5385 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5386 gdb-location-list.
5387 Break lines that are over 80 characters wide.
5388
5389 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5390
5391 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5392 New fun and var, to preserve compatibility.
5393
5394 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5395
5396 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5397
5398 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5399 name to file-newer-than-file-p.
5400
5401 2005-04-26 Richard M. Stallman <rms@gnu.org>
5402
5403 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5404
5405 * progmodes/python.el (python-mode):
5406 Use new name eldoc-documentation-function.
5407
5408 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5409
5410 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5411 (eldoc-documentation-function):
5412 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5413
5414 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5415
5416 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5417
5418 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5419
5420 * term/xterm.el (function-key-map): Fix strings for
5421 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5422 {C,S,A,C-S}-{f1-f12}.
5423
5424 2005-04-26 Kenichi Handa <handa@m17n.org>
5425
5426 * international/mule-cmds.el (select-safe-coding-system):
5427 Fix previous change.
5428
5429 2005-04-26 Lute Kamstra <lute@gnu.org>
5430
5431 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5432
5433 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5434 (font-lock-comment-delimiter-face): Ditto.
5435
5436 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5437
5438 2005-04-25 Jay Belanger <belanger@truman.edu>
5439
5440 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5441 to t while inserting information; use help-mode.
5442
5443 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5444
5445 * term.el (ansi-term-color-vector): Use the xterm colors.
5446 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5447
5448 2005-04-25 Lute Kamstra <lute@gnu.org>
5449
5450 * font-core.el (font-lock-defaults): Fix docstring.
5451
5452 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5453
5454 2005-04-25 Kenichi Handa <handa@m17n.org>
5455
5456 * international/mule-cmds.el (select-safe-coding-system):
5457 Don't check consistency with coding: spec, etc if raw-text or
5458 no-conversion was found to be safe.
5459
5460 2005-04-24 Richard M. Stallman <rms@gnu.org>
5461
5462 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5463 citation markers at start of each line.
5464
5465 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5466 citation markers at start of each line.
5467
5468 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5469
5470 * files.el (mode-require-final-newline): Fix previous change.
5471 (require-final-newline): Fix type label.
5472
5473 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5474
5475 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5476 statement in buffer (broken by 2004-11-24 change).
5477
5478 2005-04-24 Kim F. Storm <storm@cua.dk>
5479
5480 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5481 and read-file-name-function values. Don't overwrite existing
5482 non-nil values if ido-mode is enabled without ido-everywhere.
5483
5484 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5485
5486 * files.el (mode-require-final-newline): Minor doc fix.
5487
5488 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5489
5490 * subr.el (syntax-after): Doc fix.
5491 (syntax-class): If argument is nil, return nil. Mask off upper 16
5492 bits, not 8 bits.
5493
5494 * files.el (mode-require-final-newline): Doc fix.
5495 (backup-buffer-copy): Fix last change.
5496
5497 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5498
5499 * term/mac-win.el: Require select. Set selection-coding-system to
5500 mac-system-coding-system. Call menu-bar-enable-clipboard.
5501 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5502 (x-select-enable-clipboard): New variables.
5503 (x-select-text, x-get-selection, x-selection-value)
5504 (x-get-selection-value, mac-select-convert-to-string)
5505 (mac-services-open-file, mac-services-open-selection)
5506 (mac-services-insert-text): New functions.
5507 (CLIPBOARD, FIND): Put mac-scrap-name property.
5508 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5509 (public.tiff): Put mac-ostype property.
5510 (selection-converter-alist): Add entries for them.
5511 (mac-application-menu-map): New keymap.
5512 (interprogram-cut-function, interprogram-paste-function): Set to
5513 x-select-text and x-get-selection-value, respectively.
5514 (split-window-keep-point): Set to t.
5515
5516 2005-04-23 Richard M. Stallman <rms@gnu.org>
5517
5518 * files.el (read-directory-name): Always pass non-nil
5519 DEFAULT-FILENAME arg to read-file-name.
5520 (backup-buffer-copy, basic-save-buffer-2): Take care against
5521 writing thru an unexpected existing symlink.
5522 (revert-buffer): In indirect buffer, revert the base buffer.
5523 (magic-mode-alist): Doc fix.
5524 (buffer-stale-function): Doc fix.
5525 (minibuffer-with-setup-hook): Avoid warning.
5526 (mode-require-final-newline): Doc and custom fix.
5527
5528 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5529
5530 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5531 use the default appearance.
5532 (font-lock-comment-delimiter-face): New face, new variable.
5533
5534 * imenu.el (imenu--generic-function): The official position of a
5535 definition is the start of the line that BEG is in.
5536
5537 * midnight.el (midnight-timer): Move defvar up.
5538
5539 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5540
5541 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5542
5543 * startup.el (command-line): Use with-no-warnings.
5544
5545 * window.el (window-size-fixed): New defvar.
5546
5547 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5548
5549 * mail/rmail.el (rmail-font-lock-keywords):
5550 Use font-lock-comment-delimiter-face.
5551
5552 * mail/sendmail.el (mail-font-lock-keywords):
5553 Use font-lock-comment-delimiter-face.
5554
5555 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5556
5557 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5558
5559 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5560 Specify t for LAXMATCH when matching directories.
5561 Save match data around compilation-compat-error-properties form.
5562
5563 2005-04-23 David Kastrup <dak@gnu.org>
5564
5565 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5566 Mention that the autoloaded aliases should be kept for AUCTeX.
5567
5568 2005-04-23 Andreas Schwab <schwab@suse.de>
5569
5570 * isearch.el (isearch-forward): Doc fix.
5571
5572 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5573
5574 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5575 (jit-lock-stealth-nice): Change default value to 0.5.
5576
5577 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5578
5579 * abbrev.el (write-abbrev-file): Write table entries in
5580 alphabetical order by table name.
5581
5582 2005-04-22 Kim F. Storm <storm@cua.dk>
5583
5584 * ido.el (ido-read-internal): Fix `list' completion.
5585
5586 2005-04-22 Kenichi Handa <handa@m17n.org>
5587
5588 * recentf.el (recentf-save-file-coding-system): New variable.
5589 (recentf-save-list): Encode the file by
5590 recentf-save-file-coding-system and add coding: tag.
5591
5592 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5593
5594 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5595
5596 2005-04-21 Lute Kamstra <lute@gnu.org>
5597
5598 * loadhist.el (unload-feature): Don't remove a function from hooks
5599 if it is about to be restored to an autoload . Remove functions
5600 that will become unbound from auto-mode-alist. Simplify the code.
5601
5602 * subr.el (assq-delete-all): New implementation that is linear,
5603 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5604 (rassq-delete-all): New function.
5605
5606 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5607 Add size-indication-mode.
5608
5609 2005-04-21 Kenichi Handa <handa@m17n.org>
5610
5611 * international/mule-cmds.el: Add autoload for widget-value in
5612 eval-when-compile.
5613
5614 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5615
5616 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5617 Add tooltip-mode.
5618
5619 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5620
5621 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5622
5623 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5624 (inferior-lisp-filter-regexp, inferior-lisp-program)
5625 (inferior-lisp-load-command, inferior-lisp-prompt)
5626 (inferior-lisp-mode-hook, lisp-source-modes)
5627 (inferior-lisp-load-hook): defvar->defcustom.
5628 (inferior-lisp-program, inferior-lisp-prompt)
5629 (inferior-lisp-load-hook): Doc fixes.
5630 (inferior-lisp-install-letter-bindings): Small change in
5631 introductory comment.
5632
5633 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5634
5635 * vc.el (vc-annotate-color-map): Change some colors so that text
5636 using them as foreground is readable on both white and black
5637 backgrounds.
5638
5639 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5640
5641 * international/mule-conf.el (translation-table-for-input):
5642 Remove redundant declaration.
5643
5644 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5645
5646 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5647
5648 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5649 (tooltip-toggle-gud-tips): New function.
5650
5651 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5652
5653 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5654 right angle brackets.
5655
5656 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5657
5658 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5659
5660 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5661
5662 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5663 Remove. Update callers to use expand-file-name instead.
5664
5665 * subr.el (syntax-class): New function.
5666
5667 * simple.el (blink-matching-open): Use it.
5668
5669 * paren.el (show-paren-function): Use it to recognize parens that are
5670 also used in 2-char comment markers.
5671
5672 2005-04-19 Lute Kamstra <lute@gnu.org>
5673
5674 * loadhist.el (unload-feature): Update for new format of
5675 load-history. Simplify the code.
5676
5677 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5678
5679 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5680 (mac-add-charset-info): New function. Initialize variable
5681 mac-charset-info-alist using it.
5682 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5683 for translation.
5684 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5685 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5686 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5687 New CCL programs.
5688
5689 2005-04-19 Kim F. Storm <storm@cua.dk>
5690
5691 * simple.el (next-buffer, prev-buffer, next-error)
5692 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5693 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5694
5695 * bindings.el (next-buffer, prev-buffer, next-error)
5696 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5697 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5698 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5699 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5700
5701 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5702
5703 * isearch.el (isearch-edit-string): Make the search-ring available for
5704 minibuffer history commands.
5705 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5706 the default history commands now work just as well.
5707 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5708
5709 2005-04-18 Kim F. Storm <storm@cua.dk>
5710
5711 * emulation/cua-base.el (cua--pre-command-handler): Add more
5712 elaborate check for shift modifier on non-window systems.
5713
5714 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5715
5716 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5717
5718 2005-04-18 Kim F. Storm <storm@cua.dk>
5719
5720 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5721 and make it optional. Don't test tooltip-gud-echo-area here.
5722 (tooltip-gud-process-output, gdb-tooltip-print):
5723 Pass tooltip-gud-echo-area to tooltip-show.
5724 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5725
5726 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5727
5728 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5729 `display-graphic-p' may not be bound yet.
5730
5731 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5732
5733 * startup.el (command-line): No longer enable Xterm Mouse mode by
5734 default in terminals compatible with xterm.
5735
5736 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5737
5738 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5739
5740 * tooltip.el (tooltip-gud-echo-area): Rename from
5741 tooltip-use-echo-area.
5742 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5743 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5744 area independently of where help tooltips are displayed.
5745
5746 2005-04-17 David Kastrup <dak@gnu.org>
5747
5748 * cus-theme.el (custom-theme-write-variables): Quote variables
5749 where necessary.
5750
5751 2005-04-17 Richard M. Stallman <rms@gnu.org>
5752
5753 * simple.el (yank-excluded-properties): Add follow-link to value.
5754
5755 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5756
5757 * startup.el (fancy-splash-max-time): Just 30 seconds.
5758 (fancy-splash-delay): Just 7.
5759 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5760
5761 * loadhist.el (unload-feature): Update for new format of load-history.
5762 Simplify the code.
5763
5764 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5765 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5766
5767 * mail/sendmail.el (mail-font-lock-keywords):
5768 Don't fontify subject text.
5769 Don't fontify the text of a citation.
5770
5771 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5772
5773 * comint.el (comint-output-filter): Run comint-output-filter-functions
5774 with point where the user had it.
5775
5776 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5777
5778 * international/ucs-tables.el (ucs-set-table-for-input):
5779 Disable when using unify-on-decoding.
5780
5781 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5782
5783 * emulation/cua-base.el (cua-global-mark-face): Add special case
5784 for displays supporting a high number of colors.
5785
5786 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5787
5788 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5789
5790 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5791
5792 * filesets.el (filesets-add-buffer): If user supplies a name of a
5793 non-existing fileset, create a new fileset.
5794
5795 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5796
5797 * textmodes/org.el (org-up-heading-all): Fix bug with
5798 `outline-up-heading-all'.
5799
5800 2005-04-16 Andreas Schwab <schwab@suse.de>
5801
5802 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5803 /etc/permissions.d/* and /etc/aliases.d/*.
5804
5805 2005-04-16 Kenichi Handa <handa@m17n.org>
5806
5807 * international/code-pages.el (cp-make-coding-system):
5808 Set `translation-table-for-input' property value to the symbol
5809 ucs-mule-to-mule-unicode, not to that value.
5810 (pt154): Escape guillemet by `\'.
5811
5812 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5813
5814 * loadup.el: Load tooltip if x-show-tip is fboundp.
5815
5816 * startup.el (command-line): Add comment.
5817
5818 * tooltip.el (tooltip-mode): Specify correct standard value for
5819 Custom in init-value.
5820
5821 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5822
5823 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5824 possible.
5825
5826 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5827
5828 * textmodes/org.el (org-agenda-date-prompt): Rename from
5829 `org-agenda-date-today'.
5830 (org-evaluate-time-range): Insert at point instead of directly
5831 after time range.
5832 (org-first-headline-recenter, org-subtree-end-visible-p)
5833 (org-optimize-window-after-visibility-change): New functions
5834 (org-agenda-post-command-hook): Don't allow point at end of line,
5835 to make sure it always hits the text properties.
5836 (org-agenda-next-date-line, org-agenda-previous-date-line):
5837 New commands.
5838 (org-set-regexps-and-options): Category may contain white space.
5839 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5840 Improve marker positions.
5841 (org-agenda-new-marker): Argument POS made optional.
5842 (org-agenda-get-timestamps): Deadlines which are done are listed
5843 in org-done-face now.
5844 (org-agenda-get-todos, org-agenda-get-timestamps)
5845 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5846 Set `undone-face' and `done-face' properties.
5847 (org-last-todo-state-is-todo): New variable.
5848 (org-todo): Set `org-last-todo-state-is-todo'.
5849 (org-agenda-todo): Change face according to
5850 `org-last-todo-state-is-todo'. And change other lines referring to
5851 the same entry.
5852 (org-calendar-goto-agenda): New command.
5853 (org-calendar-to-agenda-key): New option.
5854 (org-startup-folded): New allowed value `content'.
5855 (org-set-regexps-and-options): Accept new value `content' for
5856 `org-startup-folded'.
5857 (org-get-current-options): Handle new value `content' for
5858 `org-startup-folded'.
5859 (org-insert-todo-heading): New command.
5860 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5861 interactively in empty file and option
5862 `org-insert-mode-line-in-empty-file' has been set.
5863 (org-agenda-todo,org-agenda-priority): Modify to use
5864 `org-agenda-change-all-lines'.
5865 (org-warning-face): Change color on dark background
5866
5867 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5868
5869 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5870 use preferences AppleLocale and AppleLanguages, and variable
5871 mac-system-locale for default locale. On Mac OS Classic, use
5872 mac-system-coding-system for default coding systems.
5873
5874 * term/mac-win.el: Don't set file-name-coding-system.
5875 Decode variables system-name, emacs-build-system, user-login-name, and
5876 user-full-name by mac-system-coding-system on Mac OS Classic.
5877 (mac-system-coding-system): New variable.
5878
5879 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5880
5881 * startup.el (command-line): Handle `xterm-mouse-mode' before
5882 reading init file.
5883
5884 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5885
5886 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5887
5888 * progmodes/sh-script.el (sh-here-document-word): Make it a
5889 defcustom. Doc fix.
5890 (sh-add): Bash uses $(( )) for arithmetic.
5891 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5892 (sh-maybe-here-document): Remove quotes and leading whitespace
5893 from heredoc word when closing. Indent heredoc with tabs if word
5894 starts with "-".
5895
5896 2005-04-13 Richard M. Stallman <rms@gnu.org>
5897
5898 * simple.el (undo): Fix previous change.
5899
5900 * custom.el (defface): Doc fix.
5901
5902 2005-04-13 Lute Kamstra <lute@gnu.org>
5903
5904 * Makefile.in (DONTCOMPILE): Remove list.
5905 (compile, compile-always): Don't use DONTCOMPILE.
5906 (update-authors): Load the library in which batch-update-authors
5907 is defined.
5908 * makefile.w32-in (DONTCOMPILE): Remove list.
5909 (compile, compile-always): Fix comments.
5910 (update-authors): Load the library in which batch-update-authors
5911 is defined.
5912
5913 * generic-x.el (generic-mode-ini-file-find-file-hook):
5914 Rename to ini-generic-mode-find-file-hook.
5915 Keep generic-mode-ini-file-find-file-hook as an alias.
5916 (ini-generic-mode-find-file-hook): Rename from
5917 generic-mode-ini-file-find-file-hook. Fix docstring.
5918 (ini-generic-mode): Docstring change.
5919 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5920
5921 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5922 called from lisp.
5923
5924 * generic.el: Move to the emacs-lisp subdir.
5925
5926 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5927
5928 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5929 and C-S- function and cursor motion keys.
5930
5931 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5932
5933 * startup.el (command-line): Enable Xterm Mouse mode by default.
5934 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5935 for Custom. No longer show "Mouse" in mode line when enabled.
5936 Doc fix.
5937
5938 2005-04-12 Kim F. Storm <storm@cua.dk>
5939
5940 * emulation/cua-base.el (cua-rectangle-face)
5941 (cua-rectangle-noselect-face): Define face attributes here.
5942
5943 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5944
5945 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5946
5947 * startup.el (command-line): Turn off blinking cursor if
5948 cursorBlink in resources is off or false.
5949
5950 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5951
5952 * term/mac-win.el (dnd): Require dnd.
5953 (mac-drag-n-drop): Call dnd-handle-one-url.
5954 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5955 (kTextEncodingISOLatin2): Remove constants.
5956 (mac-script-code-coding-systems): New constant.
5957 (mac-handle-language-change): New function.
5958 (special-event-map): Bind it to `language-change' event.
5959 (mac-centraleurroman, mac-cyrillic): New coding systems.
5960 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5961 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5962 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5963 encode-mac-cyrillic, respectively.
5964
5965 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5966
5967 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5968 Don't set overlay-arrow-string to "=>" as this is done
5969 globally in C now.
5970
5971 2005-04-12 Lute Kamstra <lute@gnu.org>
5972
5973 * generic-x.el (rc-generic-mode, rul-generic-mode):
5974 Fix auto-mode-alist entries.
5975 (etc-fstab-generic-mode): Tweak fontification.
5976
5977 * generic.el (generic-make-keywords-list): Fix docstring.
5978 (generic-mode-internal): Simplify generic-font-lock-keywords.
5979
5980 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5981
5982 * whitespace.el (whitespace-buffer-leading)
5983 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5984 However, fix the highlight area for the leading and
5985 trailing whitespaces to show space.
5986
5987 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5988
5989 * whitespace.el (whitespace-version): Bump to 3.5
5990
5991 (whitespace-buffer-leading, whitespace-buffer-trailing):
5992 Invert sense of the test to highlight the whitespace.
5993
5994 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5995
5996 * progmodes/gud.el (gud-display-line): GUD uses its own
5997 overlay arrow now so don't set overlay-arrow-string.
5998 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5999
6000 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6001
6002 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6003 (term-ansi-current-reverse, term-ansi-current-invisible)
6004 (term-ansi-face-already-done): Change to boolean.
6005 (term-reset-terminal, term-handle-colors-array): Handle the above
6006 vars accordingly.
6007 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6008 (term-emulate-terminal): Use the new name.
6009
6010 * faces.el (secondary-selection): Use yellow1, not yellow.
6011 (trailing-whitespace): Use red1, not red.
6012
6013 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6014
6015 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6016 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6017 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6018
6019 * cus-edit.el (dnd): New group.
6020
6021 * term/w32-win.el (dnd): Require dnd
6022 (w32-drag-n-drop): Call dnd-handle-one-url.
6023
6024 * x-dnd.el: Require dnd.
6025 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6026 Call dnd-handle-one-url.
6027 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6028 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6029 to dnd-insert-text.
6030 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6031 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6032 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6033 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6034
6035 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6036
6037 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6038
6039 * wdired.el: Doc fixes.
6040 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6041 (wdired-use-dired-vertical-movement): Rename from
6042 wdired-always-move-to-filename-beginning.
6043 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6044 (wdired-change-to-wdired-mode): Change mode name.
6045 (wdired-newline): Delete.
6046
6047 2005-04-11 Richard M. Stallman <rms@gnu.org>
6048
6049 * whitespace.el (whitespace-highlight-the-space):
6050 Don't call whitespace-unhighlight-the-space here.
6051
6052 * simple.el (undo): Record t in undo-equiv-table
6053 for the redo record made by an undo-in-region.
6054
6055 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6056
6057 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6058 (gdb-frame-inferior-io-buffer): New Functions to control
6059 display of separate IO buffer.
6060 (menu): Add them to menu-bar.
6061 (gdb-display-buffer): Check for buffer another frame.
6062 Protect GUD buffer.
6063 (gdb-setup-windows): Create IO buffer if not already there.
6064 (gdb-memory-mode): Remove purecopy noops.
6065
6066 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6067
6068 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6069 and pass to self-insert-command.
6070
6071 2005-04-11 Lute Kamstra <lute@gnu.org>
6072
6073 * generic.el: Commentary section cleanup.
6074 (generic): Delete.
6075 (generic-use-find-file-hook, generic-lines-to-scan)
6076 (generic-find-file-regexp, generic-ignore-files-regexp)
6077 (default-generic-mode, generic-mode-find-file-hook)
6078 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6079 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6080 (generic-use-find-file-hook, generic-lines-to-scan)
6081 (generic-find-file-regexp, generic-ignore-files-regexp)
6082 (default-generic-mode, generic-mode-find-file-hook)
6083 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6084
6085 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6086
6087 * bookmark.el (bookmark-write-file): Catch errors writing file.
6088 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6089
6090 2005-04-10 Richard M. Stallman <rms@gnu.org>
6091
6092 * startup.el (fancy-splash-tail): Update copyright year.
6093 (command-line): Split part of -Q into -D.
6094 (emacs-basic-display): New defvar.
6095 (fancy-splash-text): Correct name of menu item.
6096
6097 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6098
6099 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6100 lines in one node.
6101
6102 * comint.el (comint-send-input): New arg ARTIFICIAL.
6103 Callers in this file changed.
6104
6105 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6106
6107 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6108
6109 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6110
6111 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6112 `ldap-search-internal'.
6113
6114 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6115
6116 * files.el (set-auto-mode-1): Use line-end-position.
6117
6118 * international/latin-1.el:
6119 * international/latin-2.el:
6120 * international/latin-3.el:
6121 * international/latin-4.el:
6122 * international/latin-5.el:
6123 * international/latin-8.el:
6124 * international/latin-9.el: Give punctuation syntax to NBSP.
6125
6126 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6127 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6128 Use char-classes to accept non-ascii letters, accepted in some recent
6129 bibtex implementations.
6130
6131 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6132
6133 * custom.el (custom-set-minor-mode): Any non-nil value for the
6134 variable should enable the mode when set through Custom.
6135
6136 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6137
6138 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6139 TAB binding so tab-always-indent is obeyed.
6140 (vhdl-minibuffer-local-map): Move initialization into declaration.
6141 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6142 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6143 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6144 (vhdl-current-line): Use line-beginning-position.
6145 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6146 with-output-to-temp-buffer, so the current position can be recorded.
6147
6148 2005-04-10 Masatake YAMATO <jet@gyve.org>
6149
6150 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6151 Add regexp for gcov.
6152
6153 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6154
6155 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6156 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6157 syntax which Emacs 20 doesn't support.
6158
6159 2005-04-09 Richard M. Stallman <rms@gnu.org>
6160
6161 * help.el (describe-key-briefly, describe-key):
6162 Replace strings as event types with "(any string)".
6163
6164 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6165
6166 * arc-mode.el (archive-mode-map): Move initialization into
6167 the declaration. Override *all* bindings of `undo'.
6168 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6169
6170 2005-04-09 Jay Belanger <belanger@truman.edu>
6171
6172 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6173
6174 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6175
6176 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6177 (xterm-register-default-colors): Update color values computation
6178 to match xterm-200.
6179
6180 2005-04-09 Kenichi Handa <handa@m17n.org>
6181
6182 * international/code-pages.el (iso-latin-7): Fix the map.
6183
6184 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6185
6186 * emacs-lisp/lisp.el (defun-prompt-regexp)
6187 (parens-require-spaces, buffer-end, end-of-defun)
6188 (insert-parentheses): Doc fixes.
6189
6190 2005-04-08 Kim F. Storm <storm@cua.dk>
6191
6192 * comint.el (comint-highlight-prompt): Fix face spec.
6193 * hi-lock.el (hi-green): Likewise.
6194
6195 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6196
6197 * cus-edit.el (custom-modified-face):
6198 * comint.el (comint-highlight-input): Fix previous changes.
6199 * term.el (term-handle-ansi-escape): Add a comment.
6200
6201 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6202
6203 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6204 in the buffer and in whitespace-highlighted-space.
6205 (whitespace-unhighlight-the-space): Simplify.
6206 (whitespace-buffer): Simplify.
6207
6208 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6209
6210 * textmodes/table.el (table-cell-face): Add special case for
6211 displays supporting a high number of colors.
6212 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6213 (vhdl-font-lock-reserved-words-face)
6214 (vhdl-speedbar-architecture-face)
6215 (vhdl-speedbar-instantiation-face)
6216 (vhdl-speedbar-architecture-selected-face)
6217 (vhdl-speedbar-instantiation-selected-face): Likewise.
6218 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6219 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6220 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6221 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6222 (ebrowse-progress-face): Likewise.
6223 * progmodes/compile.el (compilation-info-face): Likewise.
6224 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6225 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6226 * calendar/calendar.el (diary-face): Likewise.
6227 * woman.el (woman-italic-face, woman-bold-face)
6228 (woman-unknown-face): Likewise.
6229 * wid-edit.el (widget-button-pressed-face): Likewise.
6230 * whitespace.el (whitespace-highlight-face): Likewise.
6231 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6232 * pcvs-info.el (cvs-marked-face): Likewise.
6233 * info.el (info-xref): Likewise.
6234 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6235 * hilit-chg.el (highlight-changes-face)
6236 (highlight-changes-delete-face): Likewise.
6237 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6238 (hi-red-b): Likewise.
6239 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6240 * font-lock.el (font-lock-keyword-face)
6241 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6242 * cus-edit.el (custom-invalid-face, custom-modified-face)
6243 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6244 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6245 * comint.el (comint-highlight-prompt): Likewise.
6246
6247 2005-04-08 Lute Kamstra <lute@gnu.org>
6248
6249 * font-lock.el (font-lock-keywords): Docstring fixes.
6250
6251 2005-04-08 Kenichi Handa <handa@m17n.org>
6252
6253 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6254 chars are more than a limit, print " and more..." at the tail.
6255
6256 2005-04-08 Kim F. Storm <storm@cua.dk>
6257
6258 * emacs-lisp/authors.el (authors-aliases): Update list.
6259 (authors-ignored-files): New list.
6260 (authors-fixed-entries): Fix typo.
6261 (authors-renamed-files-alist): Update list.
6262 (authors-add): Check authors-ignored-files.
6263
6264 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6265
6266 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6267 optional, to ensure backward compatibility.
6268
6269 2005-04-08 Stephen Eglen <stephen@gnu.org>
6270
6271 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6272
6273 2005-04-08 Kim F. Storm <storm@cua.dk>
6274
6275 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6276
6277 * mouse.el (mouse-on-link-p): Doc fix.
6278
6279 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6280
6281 * ielm.el (ielm-prompt-read-only): Doc fix.
6282
6283 * comint.el (comint-prompt-read-only): Doc fix.
6284
6285 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6286
6287 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6288 ensure dired always handles wildcards passed to ffap.
6289 (find-file-at-point): Use it.
6290 (ffap-dired-wildcards): Doc fix.
6291
6292 2005-04-07 Juri Linkov <juri@jurta.org>
6293
6294 * simple.el (next-error-overlay-arrow-position): New defvar.
6295 Put "=>" on its property `overlay-arrow-string'. Add it to
6296 `overlay-arrow-variable-list'.
6297
6298 * progmodes/compile.el (compilation-setup):
6299 Set `next-error-overlay-arrow-position' to nil. Also set it to
6300 nil in the local hook `kill-buffer-hook'. Make local variable
6301 `overlay-arrow-string' and set it to "=>".
6302 (compilation-goto-locus): Set BOL position to
6303 `next-error-overlay-arrow-position' instead of
6304 `overlay-arrow-position'.
6305
6306 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6307 locally instead of adding it to the global hook.
6308 (Info-kill-buffer): Move up.
6309
6310 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6311
6312 * term/xterm.el (xterm-standard-colors): Update color values from
6313 xterm-200.
6314
6315 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6316
6317 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6318
6319 * fast-lock.el:
6320 * lazy-lock.el: Move them to the obsolete subdir.
6321
6322 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6323
6324 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6325 (wdired-add-replace-advice): Remove.
6326 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6327
6328 2005-04-06 Kim F. Storm <storm@cua.dk>
6329
6330 * startup.el (command-line): Add --bare-bones alias for -Q.
6331
6332 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6333
6334 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6335 create the startup fontset if a font specification ends with
6336 `mac-roman'.
6337
6338 2005-04-06 Lute Kamstra <lute@gnu.org>
6339
6340 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6341 change.
6342
6343 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6344 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6345
6346 2005-04-05 Lute Kamstra <lute@gnu.org>
6347
6348 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6349 (define-generic-mode): Ditto. Fix debug declaration.
6350
6351 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6352 Put them in the generic-x group.
6353
6354 * calendar/timeclock.el (timeclock): Doc fix.
6355
6356 * generic.el (define-generic-mode): Don't use custom-current-group.
6357 Document default :group value.
6358 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6359 (define-global-minor-mode): Don't use custom-current-group.
6360
6361 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6362
6363 * startup.el (command-line-1): Display startup-echo-area-message
6364 when fancy splash screen is in use.
6365
6366 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6367 (sh-escaped-newline): New face.
6368 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6369 newline, and use sh-escaped-newline face.
6370
6371 * progmodes/tcl.el (tcl-escaped-newline): New face.
6372 (tcl-builtin-list): New variable.
6373 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6374 newlines. Fix keywords subexpression number.
6375
6376 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6377
6378 * textmodes/org.el (org-diary-default-entry): Fix call to
6379 `add-to-diary-entry'.
6380
6381 2005-04-05 Kim F. Storm <storm@cua.dk>
6382
6383 * ediff-init.el: Use (featurep 'xemacs).
6384
6385 2005-04-05 David Ponce <david@dponce.com>
6386
6387 * cus-edit.el (face): Derive from symbol widget. Display sample
6388 of the current face on the fly.
6389 (widget-face-sample-face-get, widget-face-notify): New functions.
6390 (widget-face-value-create): Remove.
6391
6392 * wid-edit.el (widget-field-end): Temporarily remove field
6393 narrowing before to call `get-char-property'.
6394
6395 2005-04-04 Jay Belanger <belanger@truman.edu>
6396
6397 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6398 (math-read-subscripts): New variable.
6399 (math-read-preprocess-string): Process subscripts.
6400
6401 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6402
6403 * comint.el (comint-prompt-read-only): Doc fix.
6404
6405 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6406 `-1'. Doc fix.
6407
6408 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6409
6410 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6411 Change default value to nil.
6412
6413 2005-04-04 Lute Kamstra <lute@gnu.org>
6414
6415 * autorevert.el (auto-revert-mode): Specify :group.
6416 * battery.el (display-battery-mode): Specify :group.
6417 * diff-mode.el (diff-minor-mode): Specify :group.
6418 * font-core.el (font-lock-mode): Specify :group.
6419 * hl-line.el (hl-line-mode): Specify :group.
6420 * iimage.el (iimage): New customization group.
6421 (iimage-mode): Specify :group.
6422 * longlines.el (longlines-mode): Specify :group.
6423 * master.el: Don't require easy-mmode.
6424 (master): New customization group.
6425 (master-mode): Specify :group.
6426 * msb.el (msb-mode): Specify :group.
6427 * reveal.el (reveal-mode): Specify :group.
6428 * simple.el (next-error-follow-minor-mode): Specify :group.
6429 * smerge-mode.el (smerge-mode): Specify :group.
6430 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6431 * emulation/cua-base.el (cua-mode): Specify :group.
6432 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6433 * language/thai-util.el (thai-auto-composition-mode)
6434 (thai-word-mode): Specify :group.
6435 * mail/supercite.el (sc-minor-mode): Specify :group.
6436 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6437 * progmodes/flymake.el (flymake-mode): Specify :group.
6438 * progmodes/glasses.el (glasses-mode): Specify :group.
6439 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6440 * textmodes/enriched.el (enriched-mode): Specify :group.
6441 * textmodes/refill.el (refill-mode): Specify :group.
6442
6443 * add-log.el (change-log-font-lock-keywords): Names in
6444 parenthesized lists can contain spaces.
6445
6446 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6447
6448 * startup.el (fancy-splash-text): Shorten default text of
6449 "Emacs Tutorial" line. Also, if the current language env
6450 indicates an available tutorial file other than TUTORIAL,
6451 extract its title and append it to the line in parentheses.
6452 (fancy-splash-insert): If arg is a thunk, funcall it.
6453
6454 2005-04-04 Jay Belanger <belanger@truman.edu>
6455
6456 * calc.el (calc-language-alist): Add tags to customization type.
6457
6458 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6459
6460 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6461 Doc fix.
6462
6463 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6464
6465 * add-log.el (change-log-font-lock-keywords): The manual
6466 describing a Change Log entry, says: (...) "Aside from these
6467 header lines, every line in the change log starts with a space or
6468 a tab.". The font-lock was not highlighting lines started with
6469 spaces, added support for it.
6470
6471 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6472
6473 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6474 (bibtex-generate-url-list): Update docstring accordingly. Put the
6475 complex example in the docstring.
6476 (bibtex-font-lock-url): Use pop.
6477
6478 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6479
6480 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6481
6482 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6483
6484 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6485
6486 * filesets.el (filesets-set-default): Doc fix.
6487
6488 2005-04-03 Lute Kamstra <lute@gnu.org>
6489
6490 * generic.el (define-generic-mode): Add argument to specify
6491 keywords for defcustom.
6492 (default-generic-mode): Specify :group.
6493
6494 * generic-x.el: Specify :group for all generic modes.
6495
6496 * desktop.el (desktop-no-desktop-file-hook)
6497 (desktop-after-read-hook): Doc fix.
6498
6499 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6500
6501 * simple.el (visible-mode): Use explicit :group keyword.
6502 This changes the group of `visible-mode-hook' from paren-blinking
6503 to editing-basics.
6504
6505 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6506
6507 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6508 mailbox specifications as well as URLs.
6509 (rmail-insert-inbox-text): Remove unused conditional branches.
6510
6511 2005-04-01 Jay Belanger <belanger@truman.edu>
6512
6513 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6514 (calc-gnuplot-print-command): Move definitions to calc.el.
6515
6516 * calc/calc-embed.el (calc-embedded-announce-formula)
6517 (calc-embedded-open-formula, calc-embedded-close-formula)
6518 (calc-embedded-open-word, calc-embedded-close-word)
6519 (calc-embedded-open-plain, calc-embedded-close-plain)
6520 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6521 (calc-embedded-open-mode, calc-embedded-close-mode):
6522 Move definitions to calc.el.
6523
6524 * calc/calc.el (calc-settings-file, calc-language-alist):
6525 Make customizable.
6526 (calc-embedded-announce-formula, calc-embedded-open-formula)
6527 (calc-embedded-close-formula, calc-embedded-open-word)
6528 (calc-embedded-close-word, calc-embedded-open-plain)
6529 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6530 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6531 (calc-embedded-close-mode, calc-gnuplot-name)
6532 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6533 from other files and make customizable.
6534
6535 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6536
6537 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6538 Use buffer-live-p.
6539 (cvs-mode-run): Don't call cvs-update-header here.
6540 (cvs-run-process): Call cvs-update-header.
6541 Use process properties for cvs-postprocess and cvs-buffer so that
6542 the sentinel can behave better if the temp buffer is killed.
6543 Use a pipe rather than a tty, to better handle unexpected prompts.
6544 (cvs-sentinel): Rewrite. Call cvs-update-header.
6545
6546 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6547
6548 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6549 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6550
6551 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * generic.el (define-generic-mode): Add indentation rule.
6554
6555 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6556
6557 * files.el (mode-require-final-newline): Make Custom correctly
6558 report a nil value and allow to set it to nil via Custom.
6559 Doc fix.
6560
6561 2005-04-01 Kenichi Handa <handa@m17n.org>
6562
6563 * international/characters.el: Enable the correct case setting for
6564 dotless-i and dotted-I.
6565
6566 2005-04-01 Kim F. Storm <storm@cua.dk>
6567
6568 * ido.el (ido-file-internal): Fall back to non-ido command if
6569 initial directory is on slow ftp (or tramp) host.
6570
6571 2005-03-31 Richard M. Stallman <rms@gnu.org>
6572
6573 * emacs-lisp/autoload.el (make-autoload):
6574 Handle define-global-minor-mode.
6575
6576 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6577 Rename from easy-mmode-define-global-mode.
6578 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6579
6580 * progmodes/scheme.el (scheme-mode-syntax-table):
6581 Update syntax of | and # for two-character comment syntax.
6582
6583 2005-03-31 Lute Kamstra <lute@gnu.org>
6584
6585 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6586 (define-minor-mode): Call custom-current-group at load-time.
6587
6588 * generic.el (define-generic-mode): Add debug declaration.
6589 Add defcustom for the mode hook.
6590 (generic-mode-internal): Use run-mode-hooks.
6591
6592 2005-03-31 Kim F. Storm <storm@cua.dk>
6593
6594 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6595 (mouse-fixup-help-message): New defun called by show_help_echo
6596 to fixup mouse-2 prefix in help messages when applicable.
6597
6598 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6599
6600 2005-03-31 Kenichi Handa <handa@m17n.org>
6601
6602 * language/thai-word.el (thai-find-word-ends): Pay attention to
6603 the case that we reach the end of buffer.
6604
6605 * textmodes/fill.el (fill-text-properties-at): New function.
6606 (fill-newline): Use fill-text-properties-at instead of
6607 text-properties-at.
6608
6609 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6610
6611 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6612 not comint-quote-filename.
6613
6614 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6615
6616 * help-fns.el (help-with-tutorial): Revert last change.
6617
6618 2005-03-31 Kim F. Storm <storm@cua.dk>
6619
6620 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6621
6622 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6623
6624 * calendar/cal-china.el: Update reference to "Calendrical
6625 Calculations" book; there's a new edition.
6626 * calendar/cal-coptic.el: Likewise.
6627 * calendar/cal-french.el: Likewise.
6628 * calendar/cal-hebrew.el: Likewise.
6629 * calendar/cal-islam.el: Likewise.
6630 * calendar/cal-iso.el: Likewise.
6631 * calendar/cal-julian.el: Likewise.
6632 * calendar/cal-mayan.el: Likewise.
6633 * calendar/cal-persia.el: Likewise.
6634 * calendar/calendar.el: Likewise.
6635 * calendar/holidays.el: Likewise.
6636 * calendar/lunar.el: Likewise.
6637 * calendar/solar.el: Likewise.
6638
6639 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6640 white space from doc string.
6641
6642 2005-03-30 Jay Belanger <belanger@truman.edu>
6643
6644 * calc/calc-help.el (calc-full-help): Remove email address.
6645
6646 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6647
6648 * help-fns.el (help-with-tutorial): Delete title line.
6649
6650 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6651
6652 * calendar/cal-x.el (calendar-one-frame-setup)
6653 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6654 rather than 'symbol for set-window-dedicated-p.
6655
6656 * calendar/appt.el (appt-buffer-name): Make it a constant.
6657 (appt-add): Doc fix.
6658
6659 * filesets.el (filesets-menu-path, filesets-menu-before)
6660 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6661 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6662 (filesets-add-submenu): Delete and use add-submenu instead.
6663
6664 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6665
6666 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6667 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6668 (org-diary-default-entry): New function.
6669 (org-get-entries-from-diary): Better parsing of diary entries.
6670 (org-agenda-check-no-diary): New function.
6671 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6672 linking to diary entries.
6673 (org-agenda-execute-calendar-command): New function.
6674 (org-agenda): Improve visible section in window.
6675 Use `org-fit-agenda-window'.
6676 (org-fit-agenda-window): New option.
6677 (org-move-subtree-down): Better handling of empty lines
6678 at end of subtree.
6679 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6680 levels up.
6681 (org-fontify-done-headline): New option.
6682 (org-headline-done-face): New face.
6683 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6684 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6685 When current field is non-empty, it is copied to next row.
6686 (org-table-copy-from-above): Fix bug which made it
6687 impossible to copy fields containing only a single non-white character.
6688
6689 2005-03-30 Kim F. Storm <storm@cua.dk>
6690
6691 * kmacro.el (kmacro-end-macro): Isearch may store this command
6692 into the macro -- so ignore it when executing keyboard macro.
6693
6694 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6695
6696 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6697
6698 2005-03-29 Kenichi Handa <handa@m17n.org>
6699
6700 * language/thai.el ("Thai"): Set setup-function and exit-function
6701 for Thai language environment.
6702
6703 * language/thai-util.el: Require thai-word.
6704 (thai-word-mode-map): New variable.
6705 (thai-word-mode): New minor mode.
6706 (setup-thai-language-environment-internal): New function.
6707 (exit-thai-language-environment-internal): New function.
6708
6709 * language/thai-word.el (thai-word-table): Declare it by defvar,
6710 use dolist to initialize it.
6711 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6712 (thai-fill-find-break-point): New functions.
6713
6714 2005-03-29 Richard M. Stallman <rms@gnu.org>
6715
6716 * simple.el (idle-update-delay): Move definition up.
6717 (set-mark): Doc fix.
6718
6719 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6720
6721 * longlines.el: New file.
6722
6723 * simple.el (buffer-substring-filters): New variable.
6724 (filter-buffer-substring): New function.
6725 (kill-region, copy-region-as-kill): Use it.
6726
6727 * register.el (copy-to-register, append-to-register)
6728 (prepend-to-register): Use filter-buffer-substring.
6729
6730 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6731
6732 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6733 (gud-filter-pending-text): Move in front of gdb.
6734 (gud-overlay-arrow-position): New variable.
6735 (gud-sentinel, gud-display-line): Use it in place of
6736 overlay-arrow-position.
6737
6738 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6739
6740 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6741 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6742 (fortran-font-lock-keywords-4): New variable.
6743 (fortran-blocks-re, fortran-end-block-re)
6744 (fortran-start-block-re): New constants, for hideshow.
6745 (hs-special-modes-alist): Add a Fortran entry.
6746 (fortran-mode-map): Bind fortran-end-of-block,
6747 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6748 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6749 (fortran-looking-at-if-then, fortran-end-of-block)
6750 (fortran-beginning-of-block): New functions, for hideshow.
6751
6752 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6753 Doc fix. Tweak regexp.
6754 (f90-beginning-of-block): Push mark first.
6755
6756 2005-03-29 Jay Belanger <belanger@truman.edu>
6757
6758 * calc/calc.el: Update copyright date.
6759 (calc-version): Increase to 2.1.
6760 (calc-version-date): Remove.
6761
6762 * calc/calc-help.el: Update copyright date.
6763 (calc-full-help): Remove reference to calc-version-date.
6764 Update copyright date.
6765
6766 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6767
6768 * vc.el (vc-do-command): Use a pipe for async processes, so password
6769 prompts don't show up at places where the user can't reply.
6770
6771 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6772
6773 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6774 on the file name we pass to the inferior shell.
6775
6776 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6777
6778 * progmodes/which-func.el (which-function): Be robust in the face of an
6779 imenu--make-index-alist failure.
6780
6781 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6782
6783 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6784
6785 * progmodes/python.el (python-preoutput-filter): Fix last change.
6786
6787 2005-03-29 Lute Kamstra <lute@gnu.org>
6788
6789 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6790 functions and compiled macros.
6791 (debug-convert-byte-code): Handle macros too.
6792 (debug-on-entry-1): Don't signal an error when trying to clear a
6793 function that is not set to debug on entry.
6794
6795 2005-03-29 Jay Belanger <belanger@truman.edu>
6796
6797 * calc/calc-lang.el: Add functions to math-function-table
6798 properties of tex and math.
6799
6800 2005-03-29 Kenichi Handa <handa@m17n.org>
6801
6802 * ps-mule.el (ps-mule-plot-string): Translate characters by
6803 ps-print-translation-table.
6804 (ps-mule-begin-job): Call find-charset-region/string with
6805 ps-print-translation-table.
6806 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6807
6808 * ps-print.el (ps-print-translation-table): New variable.
6809 (ps-plot-region): Translate characters by ps-print-translation-table.
6810
6811 2005-03-29 Juri Linkov <juri@jurta.org>
6812
6813 * simple.el (next-error-highlight-timer): New variable.
6814
6815 * progmodes/compile.el (compilation-goto-locus):
6816 Use `next-error-highlight-timer' instead of `sit-for'.
6817
6818 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6819
6820 * mail/supercite.el (sc-mail-field): Use assoc-string.
6821 (sc-get-address): Simplify regexps.
6822
6823 * files.el (minibuffer-with-setup-hook): New macro.
6824 (find-file-read-args): Use it to avoid let-binding
6825 minibuffer-with-setup-hook (which breaks turning on/off
6826 file-name-shadow-mode while in the prompt).
6827
6828 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6829
6830 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6831
6832 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6833
6834 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * window.el (window-buffer-height): Use count-screen-lines.
6837
6838 * progmodes/python.el (python-preoutput-leftover): New var.
6839 (python-preoutput-filter): Use it.
6840 (python-send-receive): Loop until all the result has been received.
6841
6842 2005-03-28 Juri Linkov <juri@jurta.org>
6843
6844 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6845
6846 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6847 "Recover Crashed Session".
6848 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6849 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6850 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6851 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6852 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6853 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6854 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6855 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6856
6857 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6858 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6859 Ediff Sessions", "Toggle use of separate control buffer frame",
6860 "Use separate frame for Ediff control buffer".
6861
6862 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6863 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6864 "Rename Bookmark", "Delete Bookmark".
6865
6866 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6867 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6868 Add `:active Info-index-alternatives' to "Next Matching Item".
6869
6870 * wdired.el (wdired-change-to-wdired-mode):
6871 Mention `wdired-abort-changes' key in the initial message.
6872
6873 * international/mule.el (auto-coding-alist): Associate non-ascii
6874 image filename extensions with `no-conversion'.
6875
6876 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6877
6878 * international/iso-acc.el:
6879 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6880
6881 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6882
6883 * textmodes/sgml-mode.el (html-mode): Doc update.
6884
6885 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6886
6887 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6888
6889 * term.el (term-move-columns): Fix face after extending a line.
6890 (term-insert-spaces): Likewise.
6891 (term-reset-terminal): Fix off by one error.
6892
6893 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6894
6895 * international/mule.el (auto-coding-alist): Add .xpi files.
6896
6897 * files.el (auto-mode-alist): Add .xpi files.
6898
6899 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6900
6901 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6902
6903 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6904
6905 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6906
6907 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6908
6909 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6910 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6911
6912 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6913 cursor to Jan 1 when needed.
6914 (calendar-end-of-year): Fix -/+ typo.
6915 Reported by Chong Yidong <cyd@stupidchicken.com>.
6916
6917 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6918
6919 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6920
6921 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6922 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6923
6924 2005-03-25 Richard M. Stallman <rms@gnu.org>
6925
6926 * filesets.el (filesets-init): Add autoload.
6927
6928 * mail/mailalias.el (mail-directory): Doc fix.
6929
6930 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6931
6932 * mail/mailalias.el (mail-directory-process): Do nothing if
6933 mail-directory-process is an atom.
6934 (mail-get-names): Ignore mail-directory-names if it is an atom.
6935 (mail-directory-process defvar): Doc fix.
6936 (mail-names): Doc fix.
6937
6938 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6939
6940 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6941
6942 2005-03-26 Kenichi Handa <handa@m17n.org>
6943
6944 * international/mule-util.el (detect-coding-with-priority):
6945 Call update-coding-systems-internal before detect-coding-region.
6946
6947 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6948
6949 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6950 (gdb-frames-mode-map): Add follow-link property.
6951
6952 2005-03-25 Jay Belanger <belanger@truman.edu>
6953
6954 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6955 for variables.
6956
6957 2005-03-25 Juri Linkov <juri@jurta.org>
6958
6959 * image-mode.el: Optimize image filename extension regexps in
6960 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6961 in `auto-mode-alist'.
6962 (image-mode): Add `image-toggle-display-text' to local hook
6963 `change-major-mode-hook'. Display the image as an image by
6964 default. Set `cursor-type' and `truncate-lines' if the image
6965 is already displayed. Take into account the current mode (image
6966 or text) in message.
6967 (image-minor-mode): New minor mode.
6968 (image-mode-maybe, image-toggle-display-text): New functions.
6969 (image-toggle-display): Use called-interactively-p.
6970 Let-bind `inhibit-read-only' to t.
6971
6972 * image-mode.el (image-minor-mode): Set `cursor-type' and
6973 `truncate-lines' if the image is already displayed. Add turning
6974 image-minor-mode off to `change-major-mode-hook'. Add message.
6975 Call `image-toggle-display-text' after turning image-minor-mode off.
6976
6977 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6978
6979 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6980 Terminal.app, use utf-8.
6981 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6982 (set-locale-environment): Use it.
6983
6984 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6985
6986 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6987
6988 * progmodes/python.el (python-close-block-statement-p)
6989 (python-outdent-p, python-current-defun): Use symbol-end.
6990
6991 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6992
6993 * files.el (save-some-buffers): Doc fix.
6994
6995 2005-03-25 Werner Lemberg <wl@gnu.org>
6996
6997 * complete.el, thumbs.el: Replace `legal' with `valid'.
6998 * calendar/calendar.el: Replace `legal' with `valid'.
6999 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7000 * mail/supercite.el: Replace `legal' with `valid'.
7001 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7002 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7003 Replace `legal' with `valid'.
7004 * textmodes/reftex-vars.el, textmodes/reftex.el:
7005 Replace `legal' with `valid'.
7006
7007 2005-03-25 Werner Lemberg <wl@gnu.org>
7008
7009 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7010 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7011 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7012 * emulation/vip.el: Replace `illegal' with `invalid'.
7013 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7014 * mail/supercite.el: Replace `illegal' with `invalid'.
7015 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7016 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7017 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7018 * progmodes/sh-script.el, progmodes/xscheme.el:
7019 Replace `illegal' with `invalid'.
7020 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7021 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7022 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7023 * textmodes/reftex.el, textmodes/org.el:
7024 Replace `illegal' with `invalid'.
7025
7026 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7027
7028 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7029 (flymake-find-buildfile, flymake-find-possible-master-files)
7030 (flymake-check-include, flymake-parse-line): Replace loops over the
7031 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7032
7033 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7034 Substitute file-name-as-directory in the rest of the file.
7035 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7036 (flymake-replace-region): Remove unused arg `buffer'.
7037 (flymake-check-patch-master-file-buffer): Update calls to it.
7038 (flymake-add-err-info): Remove unused var `count'.
7039 (flymake-mode): Use define-minor-mode.
7040
7041 * progmodes/flymake.el: Use with-current-buffer.
7042 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7043 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7044 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7045 Avoid testing for `xemacs'.
7046 (flymake-nop): Move.
7047 (flymake-region-has-flymake-overlays): Return the computed value.
7048 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7049 Remove unused var `endline'.
7050 (flymake-get-line-count): Remove unused function.
7051 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7052
7053 * emulation/vi.el:
7054 * generic.el:
7055 * hilit-chg.el (global-highlight-changes):
7056 * hi-lock.el (hi-lock-mode):
7057 * follow.el: find-file-hooks -> find-file-hook.
7058
7059 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7060
7061 2005-03-24 Juri Linkov <juri@jurta.org>
7062
7063 * dired.el (dired-mode-map): Add menu item "Compare directories"
7064 for dired-compare-directories.
7065
7066 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7067 Doc fix. Replace `read-file-name' with `read-directory-name'.
7068
7069 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7070
7071 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7072
7073 2005-03-24 Jay Belanger <belanger@truman.edu>
7074
7075 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7076 relevant mode settings in calc-embedded-original-modes when modes
7077 are permanently changed.
7078
7079 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7080
7081 * autoinsert.el: find-file-hooks -> find-file-hook.
7082
7083 2005-03-24 Lute Kamstra <lute@gnu.org>
7084
7085 * generic.el (generic-font-lock-defaults): Make it obsolete.
7086 (generic-font-lock-keywords): New variable to replace
7087 generic-font-lock-defaults.
7088 (generic-mode-set-font-lock): Delete it.
7089 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7090 (generic-bracket-support): Add docstring.
7091
7092 * generic-x.el: Rename generic-font-lock-defaults to
7093 generic-font-lock-keywords throughout.
7094 (mailagent-rules-setup-function): Delete it.
7095 (mailagent-rules-generic-mode): Use anonymous function instead.
7096 (show-tabs-generic-mode-font-lock-defaults-1)
7097 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7098 Quote faces.
7099 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7100 not foreground.
7101
7102 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7103 Recognize define-generic-mode.
7104
7105 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7106
7107 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7108 if there's no completion table.
7109
7110 2005-03-23 Miles Bader <miles@gnu.org>
7111
7112 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7113 Remove tty-specific variants, as they're no longer needed.
7114
7115 2005-03-23 Lute Kamstra <lute@gnu.org>
7116
7117 * generic-x.el: Code cleanup: make args constant whenever possible.
7118 (installshield-statement-keyword-list)
7119 (installshield-system-functions-list)
7120 (installshield-system-variables-list, installshield-types-list)
7121 (installshield-funarg-constants-list): Make them constants.
7122
7123 * generic.el (generic-make-keywords-list): Add autoload cookie.
7124
7125 * calendar/time-date.el: Add comment on time value formats.
7126 Don't require parse-time.
7127 (with-decoded-time-value): New macro.
7128 (encode-time-value): New function.
7129 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7130 (days-to-time): Return a valid time value when arg is huge.
7131 (time-since): Use time-subtract.
7132 (time-to-number-of-days): Use time-to-seconds.
7133
7134 2005-03-23 David Ponce <david@dponce.com>
7135
7136 * recentf.el: (recentf-keep): New option.
7137 (recentf-menu-action): Default to `find-file'.
7138 (recentf-keep-non-readable-files-flag)
7139 (recentf-keep-non-readable-files-p)
7140 (recentf-file-readable-p, recentf-find-file)
7141 (recentf-cleanup-remote): Remove.
7142 (recentf-include-p): More robust.
7143 (recentf-keep-p): New function.
7144 (recentf-remove-if-non-kept): Rename from
7145 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7146 All callers updated.
7147 (recentf-menu-items-for-commands): Fix help string.
7148 (recentf-track-closed-file): Update. Doc fix.
7149 (recentf-cleanup): Update. Count removed files. Doc fix.
7150
7151 2005-03-23 Kim F. Storm <storm@cua.dk>
7152
7153 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7154 Don't inherit from fringe face (now happens automatically).
7155
7156 2005-03-22 Kim F. Storm <storm@cua.dk>
7157
7158 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7159 position values.
7160
7161 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7162
7163 * menu-bar.el (showhide-date-time): Remove.
7164 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7165 (menu-bar-make-mm-toggle): Simplify.
7166
7167 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7168
7169 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7170 Accept qualified variable and function names.
7171
7172 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7173
7174 * bindings.el (completion-ignored-extensions):
7175 Remove ".lis" for `vax-vms'.
7176
7177 2005-03-22 Andreas Schwab <schwab@suse.de>
7178
7179 * generic-x.el: Revert last change.
7180 * ldefs-boot.el: Update.
7181
7182 2005-03-22 Jay Belanger <belanger@truman.edu>
7183
7184 * calc/calc-embed (calc-embedded-original-modes): New variable.
7185 (calc-embedded-save-original-modes)
7186 (calc-embedded-restore-original-modes): New functions.
7187 (calc-do-embedded): Save original modes when entering embedded mode
7188 and restore when leaving embedded mode.
7189 (calc-embedded-modes-change): Change the value of
7190 calc-embedded-original-modes to reflect permanent changes.
7191
7192 2005-03-22 Lute Kamstra <lute@gnu.org>
7193
7194 * generic-x.el: Require generic again.
7195
7196 2005-03-22 Miles Bader <miles@gnu.org>
7197
7198 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7199 Tweak details to look good on both ttys and bitmap displays, light
7200 or dark background, etc.
7201
7202 2005-03-21 Kim F. Storm <storm@cua.dk>
7203
7204 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7205 mouse position.
7206
7207 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7208
7209 * icomplete.el: Don't forcibly turn on the mode upon load.
7210 (icomplete-mode): Use define-minor-mode.
7211 (icomplete-eoinput): Default to nil.
7212 (icomplete-minibuffer-setup): Remove autoload.
7213 (icomplete-tidy): Simplify.
7214 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7215 in the initial state or if the user has modified the field.
7216 Fix handling of icomplete-max-delay-chars.
7217 Remove code that handles the oddball case where
7218 minibuffer-completion-table is an integer.
7219 Wrap icomplete-completions in while-no-input in case building
7220 completions takes more time than expected.
7221 (icomplete-completions): Simplify.
7222
7223 2005-03-21 Richard M. Stallman <rms@gnu.org>
7224
7225 * jka-compr.el (jka-compr-really-do-compress):
7226 Make variable buffer-local.
7227
7228 * image-mode.el: Handle .xpm files too.
7229 (image-toggle-display): Preserve modification flag.
7230
7231 * help.el (where-is): Don't mention aliases with no key bindings.
7232
7233 2005-03-21 Lute Kamstra <lute@gnu.org>
7234
7235 * generic.el: Fix commentary section. Don't require cl for compilation.
7236 (generic-mode-list): Add autoload cookie.
7237 (generic-use-find-file-hook, generic-lines-to-scan)
7238 (generic-find-file-regexp, generic-ignore-files-regexp)
7239 (generic-mode, generic-mode-find-file-hook)
7240 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7241 (define-generic-mode): Make it a defmacro. Fix docstring.
7242 (generic-mode-internal): Code cleanup. Add autoload cookie.
7243 (generic-mode-set-comments): Code cleanup.
7244 * generic-x.el: Don't prevent compilation. Don't require generic.
7245 Follow coding conventions. Minor code cleanup.
7246 (etc-fstab-generic-mode): Add some keywords.
7247 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7248 define-generic-mode like a function declaration.
7249
7250 2005-03-21 Jay Belanger <belanger@truman.edu>
7251
7252 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7253 changing modes.
7254
7255 2005-03-21 Sam Steingold <sds@gnu.org>
7256
7257 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7258
7259 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7260
7261 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7262 Add underscore to "f$ lexicals" regexp.
7263
7264 2005-03-20 Juri Linkov <juri@jurta.org>
7265
7266 * subr.el (progress-reporter-do-update): When `min-value' is equal
7267 to `max-value', set `percentage' to 0 and prevent division by zero.
7268
7269 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7270
7271 Sync with Tramp 2.0.48.
7272
7273 * tramp.el (all): Change all addresses to .gnu.org.
7274 (tramp-append-tramp-buffers): New defun.
7275 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7276 Catch `dont-send' signal.
7277 (tramp-set-auto-save-file-modes): Set always permissions, because
7278 there might be an old auto-saved file belonging to another
7279 original file. This could be a security threat. Reported by
7280 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7281 Check for Emacs 21.3.50 removed.
7282
7283 * tramp-smb.el (all): Remove debug construct for
7284 `with-parsed-tramp-file-name'.
7285 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7286 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7287 No error message if DIRECTORY or FILENAME doesn't exist.
7288 (tramp-smb-open-connection): Check existence of
7289 `tramp-smb-program'.
7290
7291 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7292
7293 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7294 Properly handle the case where the `m' or `s' command's argument is not
7295 yet terminated.
7296 (perl-indent-new-calculate): New function.
7297 (perl-indent-line): Use it.
7298
7299 2005-03-20 Miles Bader <miles@gnu.org>
7300
7301 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7302 in text-mode too. Change to new face names.
7303 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7304 Add `:weight bold' attribute.
7305 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7306
7307 2005-03-19 Juri Linkov <juri@jurta.org>
7308
7309 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7310
7311 * international/mule.el (auto-coding-alist): Sync with
7312 `auto-mode-alist' by adding upper case archive file extensions
7313 and adding ear/war to jar extension.
7314
7315 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7316
7317 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7318 running, restart it.
7319
7320 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7321
7322 * finder.el (finder-current-item): Throw an error on an empty line.
7323
7324 * man.el (Man-follow-manual-reference): If current-word returns
7325 nil, use "".
7326
7327 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7328
7329 * simple.el (goto-line): Doc fix.
7330
7331 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7332
7333 * files.el (save-buffer): Doc fix.
7334
7335 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7336
7337 * recentf.el (recentf-cleanup-remote): New variable.
7338 (recentf-cleanup): Use it to conditionally check availability of
7339 remote files.
7340
7341 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7342
7343 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7344 function names.
7345
7346 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7347
7348 * language/thai-word.el: New file.
7349
7350 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7351
7352 * files.el (backup-buffer): If the file's directory is not
7353 writable, use copy instead of move to backup the file.
7354
7355 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7356
7357 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7358
7359 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7360
7361 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7362 Use functionp instead of symbolp and fboundp. Reported by Drkm
7363 <darkman_spam@yahoo.fr>.
7364 (ps-print-version): New version 6.6.6.
7365
7366 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7367
7368 * textmodes/table.el (table--line-column-position): New idiom.
7369 (table--row-column-insertion-point-p): New function to test
7370 validity of row and column insertion operation at a location.
7371 (table-global-menu, table-cell-menu): Use above functions for
7372 deterministic test operation.
7373 (table--editable-cell-p): Behave in deterministic fashion.
7374
7375 2005-03-18 Juri Linkov <juri@jurta.org>
7376
7377 * isearch.el (isearch-lazy-highlight-new-loop):
7378 Make arguments beg and end optional.
7379 (isearch-update): Remove optional arguments nil from
7380 isearch-lazy-highlight-new-loop.
7381 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7382 isearch-lazy-highlight-case-fold-search instead of
7383 isearch-case-fold-search, and let-bind isearch-regexp to
7384 isearch-lazy-highlight-regexp.
7385 Use isearch-lazy-highlight-last-string instead of isearch-string.
7386
7387 * replace.el (perform-replace): Remove bindings of global
7388 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7389 Add three new arguments to `replace-highlight'.
7390 (replace-highlight): Add arguments string, regexp, case-fold.
7391 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7392 to allow isearch-lazy-highlight-new-loop to use these values
7393 to set corresponding isearch-lazy-highlight-* internal
7394 variables whose values lazy highlighting will use regardless of
7395 changes to global variables isearch-string, isearch-regexp,
7396 isearch-case-fold-search during lazy highlighting loop.
7397 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7398 to `lazy-highlight-cleanup'.
7399
7400 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7401 (ispell-highlight-face): Set default face to `isearch' when
7402 lazy highlighting is enabled.
7403 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7404 priority to 1. Add lazy highlighting.
7405 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7406 from `isearch-dehighlight'.
7407
7408 2005-03-18 David Ponce <david@dponce.com>
7409
7410 * files.el (hack-local-variables): Do a case-insensitive search
7411 for End.
7412
7413 2005-03-18 Juri Linkov <juri@jurta.org>
7414
7415 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7416 `isearch-lazy-highlight-cleanup', add alias to old name and
7417 declare obsolete. Add release numbers to other obsolete vars.
7418 (isearch-done, isearch-lazy-highlight-new-loop):
7419 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7420 (lazy-highlight-cleanup) <variable>: Doc fix.
7421 (isearch-lazy-highlight-update): Rename obsolete
7422 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7423
7424 2005-03-18 Kenichi Handa <handa@m17n.org>
7425
7426 * language/thai-util.el: Fix categorization of Thai characters in
7427 thai-category-table.
7428 (thai-composition-pattern): Adjust it for the above change.
7429 (thai-self-insert-command, thai-compose-syllable): New functions.
7430 (thai-compose-region): Use thai-compose-syllable.
7431 (thai-compose-string): Likewise.
7432 (thai-composition-function): Likewise.
7433 (thai-auto-composition): New function.
7434 (thai-auto-composition-mode): New minor mode.
7435
7436 * language/thai.el: Fix patterns to be registered in
7437 composition-function-table.
7438
7439 * international/quail.el (quail-input-method): Locally bind
7440 inhibit-modification-hooks to t.
7441
7442 2005-03-17 Richard M. Stallman <rms@gnu.org>
7443
7444 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7445 (perl-mode): Use run-mode-hooks.
7446
7447 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7448 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7449 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7450
7451 * mail/sendmail.el (sendmail-send-it): Reenable the code
7452 to compute resend-to-address and use it.
7453
7454 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7455
7456 * image-mode.el: New file.
7457
7458 * image.el (insert-sliced-image): Add autoload cookie.
7459
7460 * font-lock.el (font-lock-lines-before): New user option.
7461 (font-lock-after-change-function): Obey it.
7462
7463 * bindings.el (esc-map): Make M-g a prefix.
7464 Bind M-g g and M-g M-g to goto-line.
7465
7466 * faces.el (face-id): Doc fix.
7467
7468 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7469
7470 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7471 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7472 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7473
7474 * mail/sendmail.el (mail-yank-ignored-headers)
7475 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7476 Add Mail-Followup-To and Mail-Reply-To headers.
7477 (mail-citation-hook): Add autoload cookie.
7478 (mail-mode): Doc fix.
7479 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7480 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7481 (mail-mode-fill-paragraph): Handle those headers.
7482 (mail-mailing-lists): New variable.
7483 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7484
7485 2005-03-17 Juri Linkov <juri@jurta.org>
7486
7487 * isearch.el (isearch-fallback): Check for `(car previous)'
7488 before calling `isearch-other-end-state'.
7489
7490 2005-03-17 Kim F. Storm <storm@cua.dk>
7491
7492 * simple.el (move-beginning-of-line): Move to beginning of buffer
7493 line, as well as beginning of screen line.
7494
7495 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7496
7497 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7498 argument REDRAW rather than calendar-redrawing variable.
7499 * calendar/calendar.el (calendar-redrawing): Delete.
7500 (redraw-calendar): Do not bind calendar-redrawing.
7501
7502 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7503
7504 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7505 diary-file buffer.
7506
7507 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * help.el (describe-mode): Allow a :minor-mode-function property to
7510 specify a different minor mode toggle function than the variable.
7511 * simple.el (auto-fill-function):
7512 * subr.el (add-minor-mode): Use it.
7513
7514 2005-03-16 Kenichi Handa <handa@m17n.org>
7515
7516 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7517 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7518 (ethio-fidel-to-sera-buffer): Likewise.
7519
7520 2005-03-16 Juri Linkov <juri@jurta.org>
7521
7522 * emacs-lisp/find-func.el (find-function-regexp):
7523 Add defun-emitting macro `menu-bar-make-toggle'.
7524
7525 * isearch.el: Put `isearch-scroll' property to
7526 `split-window-horizontally'.
7527
7528 * info.el: Update error messages for `debug-ignored-errors'.
7529 (Info-isearch-search): Doc fix.
7530 (Info-find-node): Move up code to go into info buffer before
7531 recording the node to the history.
7532 (Info-fontify-node): Fontify titles only if the next line
7533 has two or more `*', `=', `-', `.'.
7534 Display "go to this node" for empty (match-string 3).
7535
7536 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7537
7538 * term/mac-win.el: Add mouse pointer shape constants.
7539
7540 2005-03-15 Kim F. Storm <storm@cua.dk>
7541
7542 * simple.el (move-beginning-of-line): Use vertical-motion.
7543
7544 2005-03-15 Juri Linkov <juri@jurta.org>
7545
7546 * isearch.el (isearch-error): New variable.
7547 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7548 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7549 (isearch-within-brackets-state): Remove.
7550 (isearch-case-fold-search-state, isearch-pop-fun-state):
7551 Decrease frame index.
7552 (isearch-mode, isearch-top-state, isearch-push-state)
7553 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7554 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7555 (isearch-search, isearch-lazy-highlight-new-loop):
7556 Replace `isearch-invalid-regexp' with `isearch-error'.
7557 Remove `isearch-within-brackets'.
7558 (isearch-search): Add `search-failed' handler to `condition-case'.
7559 (isearch-lazy-highlight-search): Add `condition-case' to catch
7560 errors and allow `isearch-lazy-highlight-update' to try
7561 highlighting from the beginning of the window.
7562 (isearch-repeat): Move up code to set isearch-wrapped to t
7563 before calling isearch-wrap-function.
7564
7565 * info.el (Info-isearch-initial-node): New internal variable.
7566 (Info-search): Signal an error in isearch mode when search leaves
7567 the initial node. Signal an error when `bound' is non-nil and
7568 nothing was found in the current subfile.
7569 (Info-isearch-search): Remove `condition-case'.
7570 (Info-isearch-wrap): Don't wrap when search failed during leaving
7571 the initial node. If `Info-isearch-search' is nil, wrap around
7572 the current node.
7573 (Info-isearch-start): New fun.
7574 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7575 `isearch-mode-hook'.
7576
7577 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7578
7579 * simple.el (normal-erase-is-backspace): Set default to t if
7580 running on Mac.
7581
7582 * term/mac-win.el (function-key-map): Sync with x-win.el.
7583
7584 2005-03-15 Kenichi Handa <handa@m17n.org>
7585
7586 * international/mule-cmds.el (locale-language-names): Modify the
7587 format of elements and add more entries.
7588 (locale-preferred-coding-systems): Add more entries.
7589 (set-locale-environment): Adjust for the change of
7590 locale-language-names.
7591
7592 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7593
7594 * pcvs.el (smerge-ediff): Remove bogus autoload.
7595
7596 2005-03-14 Lute Kamstra <lute@gnu.org>
7597
7598 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7599 Ignore a `*' at the beginning of a line.
7600
7601 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7602 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7603 subr.el.
7604 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7605 to specify indentation.
7606
7607 * generic.el (define-generic-mode): Let generic-mode-list be a
7608 list of strings; test membership with equal.
7609
7610 2005-03-14 Kim F. Storm <storm@cua.dk>
7611
7612 * simple.el (next-line, previous-line): Add optional try-vscroll
7613 arg to recognize interactive use. Pass it on to line-move.
7614 (line-move): Don't perform auto-window-vscroll when defining or
7615 executing keyboard macro to ensure consistent behavior.
7616
7617 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7618
7619 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7620
7621 2005-03-13 Lute Kamstra <lute@gnu.org>
7622
7623 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7624 debugger-setup-buffer so that backtrace marks the frames set to
7625 debug-on-exit and we don't have to do it manually. Set an extra
7626 debug-on-exit for macro's.
7627 (debugger-setup-buffer): Don't mark the top frame manually.
7628
7629 2005-03-12 Lute Kamstra <lute@gnu.org>
7630
7631 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7632 lisp-indent-function throughout.
7633 (with-no-warnings): Set lisp-indent-function property.
7634
7635 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7636
7637 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7638 Add entry for backslash.
7639
7640 2005-03-12 Juri Linkov <juri@jurta.org>
7641
7642 * info.el (Info-search): Four fixes for backward search.
7643
7644 2005-03-11 Jay Belanger <belanger@truman.edu>
7645
7646 * calc/calc.el (calc-language-alist): New variable.
7647 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7648 (calc-embedded-find-modes): Use calc-language-alist instead of
7649 calc-embedded-language-alist.
7650
7651 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7652
7653 * calendar/calendar.el (calendar-redrawing): New internal
7654 variable.
7655 (redraw-calendar): Remove bogus save-excursion from previous
7656 change. Bind calendar-redrawing to t for mark-diary-entries.
7657 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7658 calendar if that is why we were called.
7659
7660 2005-03-11 Kenichi Handa <handa@m17n.org>
7661
7662 * international/mule.el (make-coding-system): Set property
7663 coding-system-define-form to nil.
7664 (define-coding-system-alias): Likewise.
7665
7666 2005-03-11 Kenichi Handa <handa@m17n.org>
7667
7668 These changes are suggested by Dave Love <fx@gnu.org>.
7669
7670 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7671 coding: tag.
7672 (adaptive-fill-regexp): Add more bullets.
7673 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7674 regexps.
7675
7676 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7677
7678 * help.el (describe-mode): Properly handle non-trivial lighters.
7679 Don't ignore minor modes that are not listed in minor-mode-list.
7680
7681 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7682 feature ON when the user requests to turn it OFF.
7683
7684 2005-03-10 Lute Kamstra <lute@gnu.org>
7685
7686 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7687 (implement-debug-on-entry): New function to replace debug-entry-code.
7688 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7689 second argument as the 2005-03-07 change makes it obsolete.
7690 (debug-on-entry, cancel-debug-on-entry): Update call to
7691 debug-on-entry-1.
7692 (debug, debugger-setup-buffer): Comment update.
7693 (debugger-frame-number): Update to work with implement-debug-on-entry.
7694
7695 2005-03-10 Jay Belanger <belanger@truman.edu>
7696
7697 * calc/calc-embed.el (math-ms-args): Declare it.
7698 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7699 math-ms-args.
7700 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7701 variables.
7702
7703 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7704
7705 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7706 Use message-box.
7707
7708 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7709 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7710 (tooltip-gud-tips): Simplify.
7711 (tooltip-gud-tips-p): Remove superfluous :set.
7712 (tooltip-gud-modes): Add fortran-mode.
7713 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7714
7715 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7716
7717 2005-03-09 Kim F. Storm <storm@cua.dk>
7718
7719 * play/animate.el (animate-place-char): Use forward-line instead
7720 of next-line to improve performance.
7721
7722 2005-03-09 Simon Josefsson <jas@extundo.com>
7723
7724 * net/browse-url.el (browse-url-default-browser): Doc fix.
7725
7726 2005-03-09 Miles Bader <miles@gnu.org>
7727
7728 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7729 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7730
7731 2005-03-09 Kenichi Handa <handa@m17n.org>
7732
7733 * international/latin-1.el: Set case and syntax for 255 only if
7734 set-case-syntax-set-multibyte is nil.
7735
7736 * textmodes/ispell.el (ispell-insert-word): New function.
7737 (ispell-word): Use ispell-insert-word to insert a new word.
7738 (ispell-process-line): Likewise.
7739 (ispell-complete-word): Likewise.
7740
7741 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7742
7743 * calendar/calendar.el (redraw-calendar): Preserve point.
7744 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7745 (calendar-week-start-day): Move after definition of
7746 redraw-calendar. Delete buffer test, since redraw-calendar has
7747 that now.
7748
7749 * calendar/diary-lib.el (mark-diary-entries): Only call
7750 redraw-calendar in the first of any recursive calls.
7751 Reported by Alan Shutko <ats@acm.org>.
7752
7753 2005-03-08 Juri Linkov <juri@jurta.org>
7754
7755 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7756 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7757 (html-radio-buttons): Add a space before the trailing `/>' where
7758 sgml-xml-mode is non-nil.
7759 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7760 the subsequent tag of the empty XML tag.
7761 (html-href-anchor): Don't set initial input to "http:".
7762 (html-image): Ask for the image URL and set point inside alt="".
7763 (html-name-anchor): Duplicate the name in the `id' attribute when
7764 sgml-xml-mode is non-nil.
7765 (html-paragraph): Remove \n before <p>.
7766 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7767 instead of `checked' when sgml-xml-mode is non-nil.
7768
7769 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7770 Remove 1 space before #RRGGBB to not truncate it on terminal
7771 windows w/o fringes. Remove 1 space between bg and fg examples
7772 to get more space.
7773 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7774 avoid byte-compile warnings.
7775
7776 * image-file.el (image-file-handler): Put `safe-magic' property to
7777 `image-file-handler'.
7778
7779 * info.el (Info-isearch-search): Emulate word search in
7780 isearching through multiple Info nodes with Info-search.
7781 (Info-isearch-wrap): Allow isearch-word.
7782
7783 2005-03-08 Lute Kamstra <lute@gnu.org>
7784
7785 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7786 stepping into the debugger's code is not possible.
7787 (debugger-jumping-flag): Docstring update.
7788
7789 2005-03-08 Jay Belanger <belanger@truman.edu>
7790
7791 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7792 embedded mode begins.
7793 (calc-embedded-language-alist): New variable.
7794 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7795 set default language mode.
7796
7797 2005-03-08 Kenichi Handa <handa@m17n.org>
7798
7799 * international/ccl.el (define-ccl-program): Fix docstring about
7800 extra 256 bytes assured for the output buffer.
7801
7802 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7803 Fix BUFFER_MAGNIFICATION to 2.
7804 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7805
7806 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7807
7808 * align.el (align-rules-list): Added an alignment rule for CSS
7809 declarations (applies to css-mode and html-mode buffers).
7810
7811 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7812
7813 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7814
7815 2005-03-07 Kim F. Storm <storm@cua.dk>
7816
7817 * simple.el (move-beginning-of-line): New command.
7818
7819 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7820
7821 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7822
7823 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7824 and move-beginning-of-line.
7825
7826 * apropos.el (apropos-print): Omit command from M-x ... RET.
7827
7828 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7829
7830 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7831 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7832
7833 2005-03-06 Richard M. Stallman <rms@gnu.org>
7834
7835 * bindings.el (esc-map): Bind M-g to goto-line.
7836
7837 * facemenu.el (global-map): Bind M-o, not M-g.
7838
7839 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7840
7841 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7842 "Open Directory" as for "Open File".
7843
7844 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7845
7846 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7847 (push-mark-command): Run activate-mark-hook.
7848
7849 2005-03-06 Richard M. Stallman <rms@gnu.org>
7850
7851 * help-mode.el (help-mode-finish): Don't alter the element
7852 in view-return-to-alist if there already is one.
7853
7854 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7855 make sure the current buffer is the expected one.
7856
7857 * novice.el (disabled-command-function): Output in *Disabled Command*.
7858 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7859
7860 * textmodes/flyspell.el (flyspell-large-region):
7861 Pass args differently for aspell.
7862
7863 * files.el (mode-require-final-newline): Doc fix.
7864
7865 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7866
7867 * progmodes/which-func.el (which-function):
7868 Specify NOERROR when calling imenu--make-index-alist.
7869
7870 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7871
7872 * simple.el (normal-erase-is-backspace): Define default value.
7873
7874 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7875 (custom-reevaluate-setting): Simple function to handle
7876 variables that are defined before their default value can really
7877 be computed.
7878
7879 * startup.el (command-line): Use it for temporary-file-directory,
7880 small-emporary-file-directory, auto-save-file-name-transforms,
7881 blink-cursor-mode, and normal-erase-is-backspace.
7882
7883 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7884 progress, even with buggy anchored keywords.
7885
7886 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7887
7888 * simple.el (goto-line): Remove unbalanced final parenthesis.
7889
7890 2005-03-05 Richard M. Stallman <rms@gnu.org>
7891
7892 * simple.el (goto-line): Use a number at point as the default.
7893 With C-u as arg, switch buffers.
7894
7895 2005-03-05 Juri Linkov <juri@jurta.org>
7896
7897 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7898 with `no-blinking-cursor'.
7899
7900 * startup.el (no-blinking-cursor): New defvar.
7901 (command-line): Add `--no-blinking-cursor' to longopts.
7902 Set `no-blinking-cursor' to t for command line arguments
7903 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7904 with `no-blinking-cursor' in the condition for calling
7905 `blink-cursor-mode'.
7906
7907 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7908
7909 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7910 (menu-bar-options-save): Add blink-cursor-mode.
7911 (menu-bar-options-menu): Add blink-cursor-mode.
7912
7913 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7914
7915 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7916 (icalendar-export-file, icalendar-export-region)
7917 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7918 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7919
7920 2005-03-04 Lute Kamstra <lute@gnu.org>
7921
7922 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7923 (debug-function-list): Ditto.
7924
7925 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7926
7927 * textmodes/texinfmt.el (texinfo-append-refill):
7928 Redefine the types of line to which @refill
7929 is not appended by replacing a search for `@refill\\|@bye' with
7930 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7931 itemize@refill' bug and the unfilled long lines bug.
7932 (texinfmt-version): Update number and date.
7933
7934 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7935
7936 * international/code-pages.el (windows-1250, windows-125[2-8])
7937 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7938
7939 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7940
7941 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7942 bound yet.
7943
7944 2005-03-02 Romain Francoise <romain@orebokech.com>
7945
7946 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7947 buffer after removing limits.
7948 (ibuffer-pop-filter): Ditto.
7949 Update copyright.
7950
7951 2005-03-02 Miles Bader <miles@gnu.org>
7952
7953 * button.el (make-text-button): If the user doesn't specify a
7954 type, use the default. Rewrite to use `add-text-properties' and
7955 plist functions.
7956
7957 2005-03-01 Lute Kamstra <lute@gnu.org>
7958
7959 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7960 (debugger-jumping-flag): New var.
7961 (debug-entry-code): Use it.
7962 (debugger-jump): Use debugger-jumping-flag and add
7963 debugger-reenable to post-command-hook.
7964 (debugger-reenable): Use debugger-jumping-flag and remove itself
7965 from post-command-hook.
7966 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7967 debugger-reenable.
7968
7969 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7970
7971 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7972 inclusion of "itemize\\|", which may be unnecessary, is certainly
7973 inelegant, and stops refilling in itemize lists when formatting
7974 Japanese Texinfo files to Info.
7975 Update copyright to 2005.
7976
7977 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7978
7979 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7980 of an error if GDB can't find the source file.
7981
7982 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7983
7984 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7985 not just the calendar.
7986
7987 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7988 first.
7989 (diary-redraw-calendar): New function.
7990 (make-diary-entry): Add diary-redraw-calendar to local
7991 write-contents-functions. Turn off selective display before
7992 inserting in diary.
7993
7994 2005-03-01 Kim F. Storm <storm@cua.dk>
7995
7996 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7997
7998 2005-03-01 Lute Kamstra <lute@gnu.org>
7999
8000 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8001 that debug-entry-code can be safely removed from a function while
8002 this code is being evaluated. Revert the 2005-02-27 change as the
8003 new implementation no longer requires it. Make sure that a
8004 function body containing just a string is not mistaken for a docstring.
8005 (debug): Skip one more frame in case of debug on entry.
8006 (debugger-setup-buffer): Delete one more frame line in case of
8007 debug on entry.
8008 (debugger-frame-number): Update to use the new text introduced by
8009 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8010
8011 2005-02-28 Kim F. Storm <storm@cua.dk>
8012
8013 * double.el (double-translate-key): Call force-window-update after
8014 read-event to avoid crash in redisplay.
8015
8016 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8017
8018 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8019 (debug): Use it. Move the inhibit-trace earlier.
8020 (debug-entry-code): New const.
8021 (debug-on-entry-1): Use it.
8022
8023 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8024
8025 * international/utf-16.el (ccl-encode-mule-utf-16le):
8026 Fix BUFFER_MAGNIFICATION to 2.
8027 (ccl-encode-mule-utf-16be): Likewise.
8028
8029 2005-02-28 Kenichi Handa <handa@m17n.org>
8030
8031 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8032 Fix BUFFER_MAGNIFICATION to 4.
8033 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8034
8035 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8036
8037 * speedbar.el (speedbar-update-flag): Doc fix.
8038 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8039 argument.
8040
8041 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8042
8043 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8044 have a non-nil `invisible' property but are actually visible.
8045
8046 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8047 for perldoc sections.
8048 (perl-outline-regexp, perl-outline-level): New var and function.
8049 (perl-mode): Use them.
8050
8051 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8052
8053 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8054 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8055
8056 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8057
8058 * cus-edit.el: Comment change.
8059 (custom-buffer-create-internal): Slightly reword text at top of
8060 Custom buffers. Mention there that saving an option edits the
8061 init file. Add link to Emacs manual node on `custom-file'.
8062 (custom-magic-alist): Rewrite individual State messages to use
8063 capitalized keywords. Doc fix.
8064
8065 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8066
8067 * calendar/calendar.el (calendar-buffer): Move above
8068 calendar-week-start-day.
8069 (calendar-week-start-day): Doc fix. Add :set function.
8070 (calendar-minimum-window-height): New variable.
8071 (generate-calendar-window): Only resize window if selected-window
8072 is displaying the calendar buffer. Use new variable
8073 calendar-minimum-window-height.
8074 (generate-calendar): Reword error message.
8075 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8076
8077 2005-02-27 Andreas Schwab <schwab@suse.de>
8078
8079 * vc.el (vc-do-command): Don't run command asynchronously when
8080 operating in a remote directory.
8081
8082 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8083 change from sync with Tramp 2.0.47.
8084
8085 2005-02-27 Richard M. Stallman <rms@gnu.org>
8086
8087 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8088
8089 * textmodes/flyspell.el (flyspell-mode-on):
8090 Call ispell-change-dictionary only if necessary.
8091
8092 * emacs-lisp/re-builder.el (regexp-builder): New function.
8093
8094 * register.el (describe-register-1): Explicitly handle
8095 yank-excluded-properties = t.
8096
8097 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8098 (custom-magic-alist): Change the status descriptions again.
8099 (face widget-type): Total rewrite based on `restricted-sexp'
8100 to eliminate the confusing double hiding levels.
8101
8102 * emacs-lisp/debug.el (debug-on-entry-1):
8103 If function body is empty, add nil as body form.
8104
8105 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8106
8107 * emacs-lisp/trace.el (inhibit-trace): New var.
8108 (trace-make-advice): Use it.
8109
8110 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8111
8112 2005-02-26 Kim F. Storm <storm@cua.dk>
8113
8114 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8115 (mouse-on-link-p, mouse-drag-region-1): Use it.
8116
8117 2005-02-25 Lute Kamstra <lute@gnu.org>
8118
8119 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8120
8121 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8122
8123 * frame.el (blink-cursor-mode): Add :group keyword.
8124
8125 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8126
8127 * calendar/icalendar.el (icalendar--decode-isodatetime):
8128 New optional argument DAY-SHIFT.
8129 (icalendar-export-region): Fix coding-system-for-write.
8130 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8131 events by one.
8132
8133 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8134
8135 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8136
8137 2005-02-24 Kim F. Storm <storm@cua.dk>
8138
8139 * international/iso-acc.el (iso-accents-compose): Fix crash
8140 during redisplay. Call force-window-update after read-event
8141 and delete-region to signal that window is not accurate.
8142
8143 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8144
8145 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8146 Remove unused and inexistent var `inhibit-trace'.
8147 (debugger-mode): Use run-mode-hooks.
8148 (debugger-list-functions): Add buttons; setup xref stack.
8149
8150 2005-02-23 Richard M. Stallman <rms@gnu.org>
8151
8152 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8153 appointment says it was explicitly made.
8154 (appt-add): Set the 3rd element.
8155 (appt-make-list): Preserve explicit appointments.
8156
8157 * subr.el (find-tag-default): Catch errors in forward-sexp.
8158
8159 2005-02-23 Juri Linkov <juri@jurta.org>
8160
8161 * info.el (Info-isearch-search): New defcustom.
8162 (Info-isearch-search): Call the default isearch function
8163 when Info-isearch-search is nil.
8164 (Info-isearch-wrap): Use variable Info-isearch-search.
8165
8166 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8167
8168 * cus-edit.el: Comment change.
8169
8170 2005-02-22 Kim F. Storm <storm@cua.dk>
8171
8172 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8173 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8174
8175 2005-02-22 Simon Josefsson <jas@extundo.com>
8176
8177 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8178 New variable.
8179 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8180 Oskarsson" <myrkraverk@users.sourceforget.net>.
8181
8182 2005-02-22 Kim F. Storm <storm@cua.dk>
8183
8184 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8185 check that window of that event is the selected window.
8186 (mouse-drag-region-1): Compare mouse event window to selected
8187 window before setting point.
8188
8189 * tooltip.el (tooltip-show-help-function): Pass event to
8190 mouse-on-link-p so it can check selected window.
8191
8192 2005-02-22 Kenichi Handa <handa@m17n.org>
8193
8194 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8195 (ps-mule-show-warning): New function.
8196 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8197 characters are found.
8198
8199 * ps-print.el (ps-header-footer-string): Return a list of header
8200 and footer strings.
8201
8202 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8203
8204 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8205
8206 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8207
8208 * frame.el (blink-cursor-mode): Use define-minor-mode.
8209
8210 * term/mac-win.el (function-key-map): Use char-names more consistently.
8211 (file-name-coding-system): Only set it for MacOS-9. The other case is
8212 already handled in mule-cmds.el (where it also works when mac-win.el
8213 is not used).
8214
8215 2005-02-21 Kenichi Handa <handa@m17n.org>
8216
8217 * international/mule.el (ctext-pre-write-conversion): Always use
8218 " *code-converting-work*" buffer for work.
8219
8220 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8221
8222 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8223
8224 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8225
8226 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8227
8228 * ses.el (undo-more): Restore defadvice, but only the part that
8229 allows changes outside the restricted area of the buffer.
8230
8231 2005-02-20 Kim F. Storm <storm@cua.dk>
8232
8233 * simple.el (line-move): Add fourth optional arg try-vscroll which
8234 must be set to perform auto-window-vscroll.
8235 When moving backwards and doing auto-window-vscroll, automatically
8236 vscroll to the last part of lines which are taller than the window.
8237 (next-line, previous-line): Set try-vscroll arg on line-move.
8238
8239 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8240
8241 * replace.el (query-replace, query-replace-regexp)
8242 (replace-string, replace-regexp): When operating on region, make
8243 the minibuffer prompt say so.
8244
8245 * isearch.el (isearch-forward): Document isearch-query-replace and
8246 isearch-query-replace-regexp keybindings.
8247
8248 2005-02-19 Jay Belanger <belanger@truman.edu>
8249
8250 * calc/calc-aent.el (math-read-token): Add local variable.
8251
8252 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8253 (calc-edit-top): Move declaration to earlier in file.
8254 (calc-edit-macro-repeats): Add local variables.
8255
8256 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8257 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8258 calcFunc-tanh.
8259 Adjust integration rule for calcFunc-tan.
8260
8261 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8262
8263 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8264 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8265 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8266 (viper-skip-separators): Bug fix.
8267 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8268 particular major mode.
8269 (viper-del-backward-char-in-replace): Don't put deleted char on the
8270 kill ring.
8271
8272 * viper-ex.el (viper-color-display-p): New function.
8273 (viper-has-face-support-p): Use viper-color-display-p.
8274
8275 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8276
8277 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8278
8279 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8280 (viper-file-remote-p): Make equivalent to file-remote-p.
8281
8282 * viper.el (viper-major-mode-modifier-list):
8283 Use viper-gnus-modifier-map.
8284
8285 2005-02-19 David Kastrup <dak@gnu.org>
8286
8287 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8288 quoting.
8289
8290 2005-02-19 Jay Belanger <belanger@truman.edu>
8291
8292 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8293 Remove extra definitions.
8294 (calc-coth): New function.
8295 (calcFunc-cot): Fix `let'.
8296
8297 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8298
8299 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8300 the reasons we use "type pc" in these faces.
8301
8302 * button.el (button): Ditto.
8303
8304 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8305
8306 * replace.el (query-replace-read-from): Set the value of
8307 query-replace-from-history-variable to handle the case of an empty
8308 string entered to accept the suggested default.
8309
8310 * net/tramp.el (tramp-file-name-for-operation):
8311 Use dired-call-process instead of dired-call-process-command.
8312
8313 2005-02-19 Jay Belanger <belanger@truman.edu>
8314
8315 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8316 (math-div-non-trig): New variables.
8317 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8318 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8319 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8320 trig expressions.
8321
8322 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8323
8324 * progmodes/gdb-ui.el (gdb-var-update-handler)
8325 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8326 for watch expressions,
8327 (gdb-var-create-handler): Don't set speedbar-update-flag.
8328 (gdb-post-prompt): Simplify test for speedbar.
8329
8330 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8331
8332 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8333 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8334 we use the syntax table of the correct buffer.
8335 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8336 Felix Gatzemeier.
8337
8338 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8339 (ediff-file-remote-p): Make synonymous with file-remote-p.
8340 In all deffaces ediff-*-face-*, use min-colors.
8341
8342 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8343 ediff-recurse-to-subdirectories.
8344 (ediff-mark-if-equal): Check that the arguments are strings, use
8345 ediff-same-contents (after to Felix Gatzemeier).
8346
8347 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8348 nil.
8349
8350 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8351
8352 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8353
8354 2005-02-18 David Kastrup <dak@gnu.org>
8355
8356 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8357 use `mark-active' when defined.
8358
8359 2005-02-18 Kenichi Handa <handa@m17n.org>
8360
8361 * ps-print.el (ps-font-info-database): New entry
8362 ZapfChancery-MediumItalic with correct font name. Fix font name
8363 of the entry Zapf-Chancery-MediumItalic.
8364
8365 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8366
8367 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8368
8369 2005-02-16 Kim F. Storm <storm@cua.dk>
8370
8371 * ido.el (ido-fallback-command): Pass user input to fallback command.
8372
8373 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8374
8375 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8376 (gdb-find-file-hook): Add server prefix.
8377
8378 2005-02-16 Richard M. Stallman <rms@gnu.org>
8379
8380 * replace.el (perform-replace): Pass new args to replace-highlight.
8381 (replace-highlight): Take region args,
8382 and pass them to isearch-lazy-highlight-new-loop.
8383
8384 * novice.el (disabled-command-hook): Autoload the defalias
8385 and the make-obsolete-variable call.
8386
8387 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8388
8389 * isearch.el (isearch-lazy-highlight-start-limit)
8390 (isearch-lazy-highlight-end-limit): New variables limit
8391 the region for highlighting.
8392 (isearch-lazy-highlight-new-loop): New args BEG and END.
8393 (isearch-lazy-highlight-search): Use the new vars.
8394 (isearch-lazy-highlight-update): Likewise.
8395
8396 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8397
8398 * cus-start.el (all): Use default-boundp.
8399
8400 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8401
8402 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8403
8404 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8405
8406 * autorevert.el (auto-revert-stop-on-user-input)
8407 (auto-revert-verbose): Doc fixes.
8408
8409 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8410
8411 * international/mule-cmds.el (set-locale-environment): Remove call
8412 to set-selection-coding-system on Windows.
8413
8414 2005-02-15 Jay Belanger <belanger@truman.edu>
8415
8416 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8417 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8418 calcFunc-coth.
8419 (math-simplify-sqrt): Add simplifications.
8420
8421 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8422 to list.
8423
8424 * calc/calc-ext.el: Add functions to autoloads.
8425
8426 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8427 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8428 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8429 (math-csc-raw, math-cot-raw): New functions.
8430
8431 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8432
8433 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8434 the variable name in a message.
8435
8436 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8437 calcFunc-csc, calcFunc-cot.
8438
8439 * calc/calcalg2.el: Add derivative and integration rules for
8440 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8441 calcFunc-csch, calcFunc-coth.
8442 (math-do-integral-methods): Add to checks for when to use
8443 substitutions.
8444
8445 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8446
8447 2005-02-15 Lute Kamstra <lute@gnu.org>
8448
8449 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8450 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8451 <monnier@iro.umontreal.ca>
8452 (lisp-outline-level): Improve efficiency. Suggested by David
8453 Kastrup <dak@gnu.org>.
8454
8455 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8456
8457 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8458 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8459 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8460 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8461 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8462
8463 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8464
8465 * cus-start.el (all): Comment change.
8466
8467 2005-02-14 Lute Kamstra <lute@gnu.org>
8468
8469 * cus-start.el (all): Check if symbol is void.
8470
8471 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8472
8473 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8474 optional argument to \cite.
8475
8476 2005-02-14 Richard M. Stallman <rms@gnu.org>
8477
8478 * cus-edit.el (custom-buffer-create-internal): Update help message.
8479 (custom-magic-alist): Update help messages.
8480
8481 * cus-start.el (all): Allow a var to specify a standard value.
8482
8483 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8484
8485 * custom.el (custom-theme-set-variables): Handle variable aliases.
8486
8487 * frame.el (blink-cursor-timer): Doc fix.
8488 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8489 declare obsolete.
8490 (blink-cursor-mode): Define with defcustom and use correct
8491 standard expression in that defcustom.
8492 * startup.el (command-line): Adapt to above changes in frame.el.
8493
8494 2005-02-11 Lute Kamstra <lute@gnu.org>
8495
8496 * apropos.el (apropos-score-doc): Prevent division by zero.
8497
8498 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8499
8500 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8501 (icalendar--get-event-property-attributes)
8502 (icalendar--get-event-properties)
8503 (icalendar--datetime-to-diary-date): New functions.
8504 (icalendar--split-value): Doc fix.
8505 (icalendar--datetime-to-noneuropean-date)
8506 (icalendar--datetime-to-european-date): New optional argument
8507 SEPARATOR. Return result as a string instead of a list.
8508 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8509 (icalendar--convert-string-for-export): Rename arg S to STRING.
8510 (icalendar-export-region): Doc fix. Change name of error buffer.
8511 Save output buffer.
8512 (icalendar-import-file): Add blank at end of prompt.
8513 (icalendar-import-buffer): Doc fix. Do not switch to error
8514 buffer. Indicate status in return value.
8515 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8516 buffer. Save output buffer. Handle exception from recurrence
8517 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8518 events. Fix problems with weekly all-day events.
8519
8520 2005-02-10 Richard M. Stallman <rms@gnu.org>
8521
8522 * simple.el (eval-expression-print-format):
8523 Avoid warning about edebug-active.
8524
8525 * help.el (help-for-help-internal): Rename from help-for-help.
8526 (help-for-help): Define with defalias.
8527
8528 * font-core.el (font-lock-default-function): Use with-no-warnings.
8529
8530 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8531
8532 * custom.el (defface): Doc fix.
8533
8534 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8535
8536 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8537 width 0" to prevent word wrapping problems.
8538
8539 2005-02-09 Kim F. Storm <storm@cua.dk>
8540
8541 * ido.el (ido-file-extensions-order): New defcustom.
8542 (ido-file-extension-lessp, ido-file-extension-aux)
8543 (ido-file-extension-order): New advanced file ordering.
8544 (ido-file-lessp): New simple file ordering.
8545 (ido-sort-list): Remove.
8546 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8547 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8548
8549 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8550
8551 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8552 that some versions of grep produce.
8553 (grep-mode-font-lock-keywords): Likewise.
8554
8555 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8556
8557 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8558 (gdb-cdir): Delete.
8559 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8560 (gdb-source-info): Treat case when source file is in another
8561 directory properly.
8562 (gdb-get-location): New function.
8563
8564 2005-02-07 Jay Belanger <belanger@truman.edu>
8565
8566 * calc/calc-prog.el (calc-write-parse-table-part)
8567 (calc-fix-token-name): Fix a check for language type.
8568
8569 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8570
8571 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8572
8573 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8574 as directory not writable.
8575
8576 2005-02-07 Kim F. Storm <storm@cua.dk>
8577
8578 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8579 (cua--standard-movement-commands): Remove list.
8580 Instead, set CUA property value to move for movement commands.
8581 (cua-movement-commands): Remove. Users must set CUA prop instead.
8582 (cua--pre-command-handler): Check CUA property.
8583 (cua--init-keymaps): Don't remap undo commands.
8584 (cua-mode): Don't call cua--rectangle-on-off.
8585
8586 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8587 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8588 (cua--rect-undo-set-point): New var.
8589 (cua--rectangle-undo-boundary): Setup undo apply entry.
8590 (cua--rect-undo-handler): New function for rectangle undo.
8591 (cua--rect-start-position, cua--rect-end-position): Add.
8592 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8593 for restored rectangle. Set point if cua--rect-undo-set-point.
8594
8595 2005-02-06 Jay Belanger <belanger@truman.edu>
8596
8597 * calc/calc-lang.el (calc-tex-language): Display more information
8598 in messages.
8599
8600 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8601 in TeX mode.
8602
8603 2005-02-06 Richard M. Stallman <rms@gnu.org>
8604
8605 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8606
8607 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8608
8609 * net/ldap.el (ldap-search-internal): Support attributes with
8610 optional descriptions separated by a semi-colon, as in
8611 "userCertificate;binary".
8612
8613 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8614
8615 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8616 isn't a cons (i.e. the version is 0).
8617
8618 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8619
8620 * help.el (help-for-help): Doc fix.
8621
8622 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8623
8624 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8625 GDB-Windows on the menu-bar as this works better.
8626
8627 2005-02-04 Jay Belanger <belanger@truman.edu>
8628
8629 * calc/calc-embed.el (calc-embedded-update): Don't put in
8630 unnecessary newlines. Adjust the end of formula marker.
8631
8632 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8633 (math-latex-parse-two-args): New function.
8634
8635 2005-02-03 Lute Kamstra <lute@gnu.org>
8636
8637 * help-fns.el (help-with-tutorial): Make sure that users cannot
8638 remove the entire text of the tutorial by means of `undo'.
8639
8640 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8641
8642 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8643 in recent changes, where the ispell process was repeatedly
8644 killed & restarted.
8645
8646 * international/mule-cmds.el (set-locale-environment): Set file-name
8647 coding system to utf-8 on Darwin systems.
8648 (set-default-coding-systems): Don't set default-file-name-coding-system
8649 on Darwin systems.
8650
8651 2005-02-03 Richard M. Stallman <rms@gnu.org>
8652
8653 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8654
8655 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8656
8657 * faces.el (list-faces-display): Add optional argument.
8658
8659 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8660
8661 * font-core.el (font-lock-default-function): Handle the rare case where
8662 only font-lock-keywords is set.
8663
8664 2005-02-02 Kenichi Handa <handa@m17n.org>
8665
8666 * international/characters.el: Cancel previous change for
8667 I-WITH-DOT-ABOVE and DOTLESS-i.
8668
8669 * international/latin-5.el: Cancel previous change.
8670
8671 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8672
8673 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8674
8675 2005-02-02 Kenichi Handa <handa@m17n.org>
8676
8677 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8678 DOTLESS-i.
8679
8680 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8681 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8682
8683 * case-table.el (get-upcase-table): New function.
8684 (copy-case-table): Copy upcaes table too if non-nil.
8685 (set-case-syntax-delims): Maintain upcase table too.
8686 (set-case-syntax-pair): Likewise.
8687 (set-upcase-syntax, set-downcase-syntax): New functions.
8688 (set-case-syntax): Maintain upcase table too.
8689
8690 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8691
8692 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8693
8694 * progmodes/gud.el (gud-goto-info): New function.
8695 (gud-tool-bar-map): Use correct icon.
8696
8697 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8698
8699 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8700 When delegating, order args in the funcall correctly.
8701
8702 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8703
8704 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8705
8706 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8707
8708 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8709 buffer not visiting a file.
8710
8711 2005-01-31 Jay Belanger <belanger@truman.edu>
8712
8713 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8714 bound on the line with the formula.
8715
8716 2005-01-31 Kim F. Storm <storm@cua.dk>
8717
8718 * ses.el (ses-create-cell-variable-range)
8719 (ses-destroy-cell-variable-range, ses-reset-header-string)
8720 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8721 (ses-insert-row): Fix format of apply undo entries.
8722
8723 2005-01-31 Jay Belanger <belanger@truman.edu>
8724
8725 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8726 parts.
8727
8728 * calc/calc-embed.el (calc-embedded-open-formula)
8729 (calc-embedded-close-formula): Ignore matrix environments.
8730
8731 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8732 TeX mode.
8733
8734 * calc/calc-lang.el (math-function-table, math-oper-table)
8735 (math-variable-table): Adjust the LaTeX portions.
8736
8737 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8738 (math-latex-ignore-words): New constant.
8739
8740 2005-01-31 Richard M. Stallman <rms@gnu.org>
8741
8742 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8743 (ispell-local-dictionary): Doc fix.
8744 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8745 Don't reinitialize at run time. Don't defcustom.
8746 All uses changed to append ispell-local-dictionary-alist,
8747 or check it first.
8748 (ispell-current-dictionary): New variable for dictionary in use.
8749 (ispell-dictionary): Now used only for global default.
8750 (ispell-start-process): Set ispell-current-dictionary,
8751 not ispell-dictionary.
8752 (ispell-change-dictionary): Use this only for setting
8753 user preferences.
8754 (ispell-internal-change-dictionary): New function
8755 to change the current dictionary in use.
8756 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8757 Use ispell-current-dictionary.
8758 Handle ispell-local-dictionary-overridden.
8759 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8760
8761 2005-01-31 Jay Belanger <belanger@truman.edu>
8762
8763 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8764
8765 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8766 (calc-mode-map): Add calc-latex-language.
8767
8768 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8769 (math-latex-print-frac): New functions.
8770 (math-oper-table, math-function-table, math-variable-table)
8771 (math-complex-format, math-input-filter): Add latex properties.
8772 (calc-set-language): Set math-expr-special-function-mapping.
8773
8774 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8775 (calc-write-parse-table-part): Add LaTeX support.
8776
8777 * calc/calc.el (calc-language): Adjust docstring.
8778 (calc-set-mode-line): Add LaTeX support.
8779 (math-expr-special-function-mapping): New variable.
8780 (math-tex-ignore-words): Add to list.
8781
8782 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8783 Add LaTeX support.
8784 (math-compose-expr): Add support for special functions.
8785
8786 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8787
8788 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8789
8790 * progmodes/gdb-ui.el (gdb-memory-address)
8791 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8792 (gdb-memory-mode-map, gdb-memory-format-keymap)
8793 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8794 (gdb-memory-unit-menu): New variables for a buffer
8795 that lets the user examine program memory.
8796 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8797 (gdb-memory-format-binary, gdb-memory-format-octal)
8798 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8799 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8800 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8801 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8802 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8803 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8804 (gdb-memory-mode, gdb-memory-buffer-name)
8805 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8806 New functions for above buffer.
8807
8808 2005-01-30 Richard M. Stallman <rms@gnu.org>
8809
8810 * cus-edit.el (custom-bury-buffer): Function deleted.
8811 (custom-buffer-done-function): Option deleted.
8812 (custom-buffer-done-kill): New (replacement option.
8813 (Custom-buffer-done): Call quit-window.
8814 (custom-buffer-create-internal): Update for above changes.
8815
8816 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8817
8818 * simple.el (undo-ask-before-discard): New var.
8819 (undo-outer-limit-truncate): Implement it.
8820 (undo-extra-outer-limit): Doc update.
8821
8822 2005-01-29 Richard M. Stallman <rms@gnu.org>
8823
8824 * ses.el (undo-more): Delete defadvice.
8825 (ses-begin-change): Doc fix.
8826
8827 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8828 instead of rebinding C-x u and C-_.
8829
8830 * files.el (normal-backup-enable-predicate): Return nil for files
8831 in /tmp, regardless of temporary-file-directory.
8832
8833 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8834
8835 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8836 (open-rectangle, delete-whitespace-rectangle-line)
8837 (clear-rectangle-line): If FILL, pass t instead of FILL
8838 for move-to-column's 2nd arg.
8839
8840 * simple.el (undo): Fix the test for continuing a series of undos.
8841 (undo-more): Set pending-undo-list to t when we reach end.
8842 (pending-undo-list): Move up defvar.
8843
8844 * wid-edit.el (widget-button-click):
8845 Shorten the range of the track-mouse binding.
8846
8847 * comint.el (comint-insert-input): Undo previous changes;
8848 use last-input-event in interactive spec.
8849
8850 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8851
8852 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8853 to nil before invoking call-process. Reset buffer's modified flag
8854 after fontifying it in the no-async branch.
8855
8856 * wid-edit.el (widget-specify-button): If mouse pointer shape
8857 cannot be changed, use mouse face instead.
8858
8859 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8860
8861 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8862 (gdb-goto-breakpoint): Make breakpoint handling work on template
8863 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8864 (gdb-assembler-custom): Update to recognize breakpoint information
8865 added on 2005-01-19.
8866
8867 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8868
8869 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8870 (dsssl-mode): Use define-derived-mode.
8871 (scheme-mode-initialize): Remove.
8872 (scheme-mode): Use run-mode-hooks.
8873
8874 * cus-edit.el (customize-group-other-window)
8875 (custom-buffer-create-other-window): Don't override special-display-*.
8876 (custom-mode-map): Make it dense.
8877
8878 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8879 sets the default value.
8880
8881 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8882
8883 * descr-text.el: Add more keywords.
8884
8885 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8886
8887 * speedbar.el: Avoid unnecessary use of locate-library.
8888
8889 * international/mule-cmds.el (standard-display-european-internal):
8890 Don't fiddle with latin-1 non-break space any more since it's now
8891 special cased in the C code.
8892 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8893
8894 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8895
8896 * cus-start.el (all): Add `undo-outer-limit'.
8897
8898 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8899
8900 * textmodes/bibtex.el (bibtex-format-entry):
8901 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8902 field lines.
8903 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8904 not on part of a buffer.
8905
8906 2005-01-25 Lute Kamstra <lute@gnu.org>
8907
8908 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8909 nonempty field text strings like "{letters\\macro{}more letters}".
8910 Clarify docstring.
8911 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8912 (bibtex-entry-offset, bibtex-parse-association)
8913 (bibtex-parse-field-name): Fix typos in docstrings.
8914 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8915
8916 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8917
8918 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8919 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8920 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8921 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8922
8923 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8924 isearch minor mode.
8925
8926 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8927
8928 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8929
8930 2005-01-24 Lute Kamstra <lute@gnu.org>
8931
8932 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8933 CASECHARS and NOT-CASECHARS regular expressions of the
8934 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8935 striding over charsets" error.
8936
8937 2005-01-24 Jay Belanger <belanger@truman.edu>
8938
8939 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8940 display variable name.
8941
8942 2005-01-24 Kenichi Handa <handa@m17n.org>
8943
8944 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8945 Fix setting of the element of encoded-kbd-iso2022-invocations.
8946
8947 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8948
8949 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8950 (gdb-threads-select): Change to also accept mouse events.
8951 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8952 (gdb-threads-mouse-select): Delete.
8953
8954 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8955
8956 * files.el (insert-directory): Take care of empty directory,
8957 listed without -a switch.
8958
8959 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8960
8961 * textmodes/refill.el (refill-post-command-function):
8962 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8963 to the list of functions that we should be careful not to undo.
8964 (refill-late-fill-paragraph-function): Remove.
8965 (refill-saved-state): New var.
8966 (refill-mode): Use it to save fill-paragraph-function.
8967 Save also the value of auto-fill-function.
8968
8969 * term/w32-win.el: Simplify code.
8970
8971 2005-01-23 Kim F. Storm <storm@cua.dk>
8972
8973 * simple.el (line-move): Adapt to new return value from
8974 pos-visible-in-window-p.
8975
8976 * simple.el (line-move): Fix last change. Check partial
8977 visibility at point rather than at window-start.
8978
8979 2005-01-22 Jason Rumney <jasonr@gnu.org>
8980
8981 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8982
8983 2005-01-22 David Kastrup <dak@gnu.org>
8984
8985 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8986
8987 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8988
8989 * type-break.el (type-break-mode): Add a test for
8990 type-break-file-name being non-nil.
8991
8992 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8993
8994 * net/eudc.el (top level): Call (message "") via progn, so that
8995 eudc-options-file is loaded.
8996
8997 2005-01-22 Kim F. Storm <storm@cua.dk>
8998
8999 * simple.el (line-move-1): Rename from line-move.
9000 (line-move): New function that adjusts vscroll for partially
9001 visible rows, and calls line-move-1 otherwise.
9002
9003 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9004
9005 * pcomplete.el: define pcomplete-read-event instead of read-event,
9006 since it's not a complete read-event implementation
9007
9008 2005-01-20 Jay Belanger <belanger@truman.edu>
9009
9010 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9011 for called function.
9012
9013 2005-01-20 Steven Tamm <steventamm@mac.com>
9014
9015 * term/mac-win.el (process-connection-type): Remove.
9016 Controlled now by s/darwin.h:PTY_ITERATION.
9017
9018 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9019
9020 * window.el (handle-select-window): Don't switch window when we're
9021 in the minibuffer.
9022
9023 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9024
9025 * subr.el (dotimes-with-progress-reporter): New macro.
9026
9027 * ses.el (ses-dotimes-msg): Remove macro.
9028 Use `dotimes-with-progress-reporter' instead.
9029
9030 2005-01-19 Steven Tamm <steventamm@mac.com>
9031
9032 * term/mac-win.el (process-connection-type): Use new
9033 operating-system-release variable to use ptys on Darwin 7 (OS X
9034 10.3) when using carbon build.
9035
9036 2005-01-19 Jay Belanger <belanger@truman.edu>
9037
9038 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9039 flags if the last command was a tab or M-tab.
9040
9041 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9042 in formula editing buffer.
9043
9044 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9045
9046 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9047 breakpoint image symbol in margin.
9048
9049 2005-01-19 Jay Belanger <belanger@truman.edu>
9050
9051 * calc/calc-prog.el (calc-execute-kbd-macro):
9052 Ignore calc-keep-arg-flag.
9053
9054 2005-01-19 Kenichi Handa <handa@m17n.org>
9055
9056 * textmodes/ispell.el (ispell-looking-at): New function.
9057 (ispell-process-line): Use ispell-looking-at to compare the ispell
9058 output and the buffer contents.
9059
9060 2005-01-18 Jay Belanger <belanger@truman.edu>
9061
9062 * calc/calc.el (calc-display-raw): Fix docstring.
9063
9064 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9065
9066 * simple.el (blink-matching-open): Strip extra info from syntax.
9067
9068 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9069 funny chars in the end-of-here-doc marker.
9070
9071 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9072
9073 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9074 that enable/disabled state of breakpoints is shown correctly in
9075 fringe and on ttys.
9076 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9077 Add breakpoint information as text properties.
9078 (gdb-mouse-toggle-breakpoint):
9079 Rename to gdb-mouse-set-clear-breakpoint.
9080 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9081 breakpoints in the margin.
9082 (gdb-remove-strings): Simplify.
9083
9084 2005-01-17 Jay Belanger <belanger@truman.edu>
9085
9086 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9087 erasing buffer.
9088
9089 2005-01-17 Richard M. Stallman <rms@gnu.org>
9090
9091 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9092 for calling grep-compute-defaults.
9093
9094 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9095 if buffer is empty.
9096
9097 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9098
9099 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9100
9101 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9102
9103 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9104 non-preloaded variables.
9105
9106 2005-01-17 Steven Tamm <steventamm@mac.com>
9107
9108 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9109 tex-shell cause to force interactivity when using pipes.
9110
9111 2005-01-17 Kim F. Storm <storm@cua.dk>
9112
9113 * simple.el (just-one-space): Make arg optional.
9114
9115 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9116
9117 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9118 posn-at-x-y to t to access left-margin.
9119
9120 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9121
9122 Sync with Tramp 2.0.47.
9123
9124 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9125 catching keep-date problems in cp/scp operations.
9126 (tramp-handle-copy-file): Don't call `set-file-modes'
9127 unconditionally. Specialized functions should know better what is
9128 necessary. This improves performance a little bit, and the
9129 functions could catch errors with `cp -p' and `scp -p'.
9130 (tramp-do-copy-or-rename-file-via-buffer)
9131 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9132 when appropriate.
9133 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9134 Call `set-file-modes' when appropriate.
9135 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9136 Johnsson <isak@hypergene.com>
9137 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9138 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9139 <joakim@verona.se>
9140 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9141 Emacs only.
9142
9143 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9144 `find-file-hooks' and `dired-mode-hook'.
9145 (tramp-minor-mode-map): Respective map. Add remapping for
9146 `compile' and `recompile'.
9147 (tramp-remap-command, tramp-recompile): New defuns.
9148 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9149 in buffer "*Compilation*". Call the commands asynchronously.
9150
9151 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9152 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9153 `shell-command', because it isn't magic in XEmacs. Reported by
9154 Adrian Aichner <adrian@xemacs.org>.
9155
9156 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9157 `substitute-in-file-name.
9158 (tramp-smb-handle-substitute-in-file-name): New defun.
9159 (tramp-smb-advice-PC-do-completion): Delete advice.
9160
9161 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9162
9163 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9164 Fix error in deleting region.
9165
9166 2005-01-15 Richard M. Stallman <rms@gnu.org>
9167
9168 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9169 In non-temp buffer, switch syntax table temporarily.
9170
9171 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9172
9173 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9174
9175 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9176
9177 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9178 (imenu--generic-function): Use START, not BEG, as pos of definition.
9179
9180 * simple.el (just-one-space): Argument specifies number of spaces.
9181
9182 * simple.el (eval-expression-print-format): Avoid warning
9183 about edebug-active.
9184
9185 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9186
9187 * progmodes/sh-script.el: Code copied from make-mode.el
9188 with small changes,
9189 (sh-mode-map): Bind C-c C-\.
9190 (sh-backslash-column, sh-backslash-align): New variables.
9191 (sh-backslash-region, sh-append-backslash): New functions.
9192
9193 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9194
9195 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9196 (rmail-pop-password, rmail-pop-password-required): Move to
9197 rmail-obsolete group.
9198 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9199 All callers updated.
9200 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9201 Take an argument specifying whether it is POP or IMAP mailbox we
9202 are using. All callers updated.
9203 (rmail-pop-password-error): Rename to
9204 rmail-remote-password-error. Added mailutils-specific error message.
9205 (rmail-movemail-search-path)
9206 (rmail-movemail-variant-in-use): New variables.
9207 (rmail-remote-password, rmail-remote-password-required):
9208 New customization variables.
9209 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9210 (rmail-parse-url): New function.
9211 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9212 with GNU mailutils movemail.
9213
9214 2005-01-15 Kevin Ryde <user42@zip.com.au>
9215
9216 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9217 suffix to space, $ or '$, to correctly position point when going
9218 to @table style constants like DBL_MAX.
9219
9220 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9221
9222 * type-break.el (type-break-mode, type-break-file-time)
9223 (type-break-file-keystroke-count, type-break-choose-file):
9224 Don't store data in or load data from the file if type-break-file-name
9225 is nil.
9226 (type-break-file-name): Doc update as per the above.
9227
9228 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9229
9230 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9231 lookup-key might return nil; handle that.
9232
9233 2005-01-15 Alan Mackenzie <acm@muc.de>
9234
9235 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9236 rather than the element found, thus enabling the tree to be setcar'd.
9237
9238 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9239
9240 * textmodes/org.el (org-show-following-heading): New option.
9241 (org-show-hierarchy-above): Use `org-show-following-heading'.
9242 (org-cycle): Documentation fix.
9243
9244 * textmodes/org.el (orgtbl-optimized): New option
9245 (orgtbl-mode): New command, a minor mode.
9246 (orgtbl-mode-map): New variable.
9247 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9248 (orgtbl-error, orgtbl-self-insert-command)
9249 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9250
9251 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9252 a local variable in each org-mode buffer.
9253
9254 * textmodes/org.el (org-set-regexps-and-options): Rename from
9255 `org-set-regexps'. Added checking for STARTUP keyword.
9256 (org-get-current-options): Add STARTUP options.
9257 (org-table-insert-row): Make mode intelligent about when
9258 realignment is needed.
9259 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9260 New commands.
9261 (org-enable-table-editor): New default value `optimized'.
9262 (org-table-blank-field): Support blanking regions if active.
9263
9264 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9265
9266 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9267 if the year is not given.
9268
9269 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9270 Add new escapes %m and %M, fixed bug with %F by adding
9271 save-match-data.
9272 (reftex-reference): Remove ?. from list of spaces.
9273 (reftex-label-info): Add automatic label prefix recognition.
9274
9275 * textmodes/reftex-index.el (reftex-index-next-phrase):
9276 Add slave parameter to call of `reftex-index-this-phrase'.
9277 (reftex-index-this-phrase): New optional argument.
9278 (reftex-index-region-phrases): Add slave parameter to call of
9279 `reftex-index-this-phrase'.
9280 (reftex-display-index): New argument redo.
9281 (reftex-index-rescan): Add 'redo to arguments of
9282 `reftex-display-index'.
9283 (reftex-index-Rescan, reftex-index-revert)
9284 (reftex-index-switch-index-tag): Add 'redo to arguments of
9285 `reftex-display-index'.
9286 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9287 indexing. Fix bug with matching is there is a quote before or
9288 after the word.
9289
9290 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9291 Fix bug when collecting citation keys in lines with comments.
9292 (reftex-citation): Prefix argument no longer rescans the document,
9293 but forces prompting for optional arguments of cite macros.
9294 (reftex-do-citation): Prompting for optional arguments implemented.
9295
9296 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9297 Add optional arguments to most cite commands.
9298 (reftex-cite-cleanup-optional-args): New option
9299 (reftex-cite-prompt-optional-args): New option.
9300 (reftex-trust-label-prefix): New option.
9301
9302 * textmodes/reftex-toc.el (reftex-toc-find-section):
9303 Add push-mark before changing the position in the buffer.
9304
9305 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9306 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9307
9308 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9309
9310 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9311 more carefully.
9312
9313 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9314
9315 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9316 (sgml-mode): Use it.
9317 (sgml-get-context): Better keep track of implicitly closed tags.
9318
9319 2005-01-13 Kenichi Handa <handa@m17n.org>
9320
9321 * textmodes/ispell.el: These changes are to fix misalignment error
9322 caused by equivalent characters of different Emacs charsets.
9323 (ispell-unified-chars-table): New variable.
9324 (ispell-get-decoded-string): New function.
9325 (ispell-get-casechars, ispell-get-not-casechars)
9326 (ispell-get-otherchars): Call ispell-get-decoded-string.
9327
9328 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9329
9330 * custom.el (custom-declare-variable): Just put symbol instead
9331 of (defvar . symbol) in `current-load-list'.
9332
9333 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9334
9335 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9336
9337 2005-01-12 Jay Belanger <belanger@truman.edu>
9338
9339 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9340 to create a Calc summary.
9341
9342 2005-01-12 Kim F. Storm <storm@cua.dk>
9343
9344 * mouse.el (mouse-on-link-p): Change functionality and doc
9345 string to comply with latest description in lisp ref.
9346
9347 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9348
9349 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9350 Enable mouse clicks on mode-line, header-line and margin.
9351 (event-type): Give mouse event symbols an 'event-kind property
9352 with value 'mouse-click.
9353
9354 2005-01-12 Juri Linkov <juri@jurta.org>
9355
9356 * facemenu.el (list-colors-display): Add new arg buffer-name.
9357 Use it. Fix docstring. Replace code for identifying duplicate
9358 colors by the name with call to `list-colors-duplicates' which
9359 identifies duplicate colors by the value unless the color
9360 is one of special Windows colors. Set truncate-lines to t.
9361 Print sorted duplicate color names on each line. Indent to 22
9362 \(the longest color name in rgb.txt) instead of 20. Optimize.
9363 (list-colors-duplicates): New function.
9364 (facemenu-color-name-equal): Delete function.
9365
9366 * facemenu.el (list-colors-print): New function created from code
9367 in list-colors-display. Print #RRGGBB at the window right edge.
9368 (list-colors-display): When temp-buffer-show-function is not
9369 defined, call list-colors-print from temp-buffer-show-hook
9370 to get the right value of window-width in list-colors-print
9371 after the buffer is displayed.
9372
9373 * simple.el (pop-mark): Move deactivate-mark out of conditional
9374 part to deactivate the active mark regardless of the state of the
9375 mark ring.
9376
9377 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9378 variables line in desktop files.
9379
9380 2005-01-12 Juri Linkov <juri@jurta.org>
9381
9382 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9383 Bring together isearch highlight related options.
9384 (lazy-highlight): Replace group `replace' by `matching'.
9385 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9386 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9387 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9388 and declare them obsolete.
9389 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9390 (isearch-faces): Remove defgroup.
9391 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9392 Move isearch highlighting code closer to lazy highlighting code.
9393
9394 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9395 (query-replace-highlight, query-replace-lazy-highlight)
9396 (query-replace): Move definitions to the beginning of the file.
9397
9398 2005-01-11 Juri Linkov <juri@jurta.org>
9399
9400 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9401 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9402 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9403
9404 * info.el (Info-history-forward): New variable.
9405 (Info-select-node): Reset Info-history-forward to nil.
9406 (Info-last): Turn into defalias.
9407 (Info-history-back): Rename from Info-last.
9408 Add current node to Info-history-forward.
9409 (Info-history-forward): New fun.
9410 (Info-mode-map): Replace Info-last by Info-history-back.
9411 Bind Info-history-forward to "r".
9412 (Info-mode-menu): Replace Info-last by Info-history-back.
9413 Fix menu item text. Add menu item for Info-history-forward.
9414 (info-tool-bar-map): Replace Info-last by Info-history-back.
9415 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9416 for Info-history-forward.
9417 (Info-mode): Replace Info-last by Info-history-back in docstring.
9418 Add local variable Info-history-forward.
9419 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9420
9421 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9422
9423 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9424 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9425 Ignore select-window events rather than fiddle with
9426 mouse-autoselect-window.
9427
9428 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9429
9430 * type-break.el (type-break-mode): Fix previous change.
9431
9432 2005-01-10 Jay Belanger <belanger@truman.edu>
9433
9434 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9435 calculator; only reset when point is inside a calculator.
9436 Don't adjust the window height if the window takes up the whole height
9437 of the frame.
9438
9439 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9440
9441 * ebuff-menu.el (Electric-buffer-menu-mode):
9442 Preserve value of buffer-local var header-line-format.
9443
9444 2005-01-09 Jay Belanger <belanger@truman.edu>
9445
9446 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9447 Make sure settings file exists before accessing it.
9448
9449 * calc/calc-embed.el (calc-embedded-subst):
9450 Replace math-multi-subst-rec, which is only supposed to be called
9451 by math-multi-subst, by math-multi-subst.
9452
9453 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9454
9455 * vc.el (vc-allow-async-revert): New user option.
9456 (vc-disable-async-diff): New internal variable.
9457 (vc-revert-buffer): Use them to disable asynchronous diff.
9458
9459 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9460 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9461 asynchronously if vc-disable-async-diff is t.
9462
9463 2005-01-09 Jay Belanger <belanger@truman.edu>
9464
9465 * calc/calc.el (defcalcmodevar): New macro.
9466 (calc-mode-var-list-restore-default-values)
9467 (calc-mode-var-list-restore-saved-values): New functions.
9468 (calc-mode-var-list): Use defcalcmodevar to define it.
9469 (calc-always-load-extensions, calc-line-numbering)
9470 (calc-line-breaking, calc-display-just, calc-display-origin)
9471 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9472 (calc-group-char, calc-point-char, calc-frac-format)
9473 (calc-prefer-frac, calc-hms-format, calc-date-format)
9474 (calc-float-format, calc-full-float-format, calc-complex-format)
9475 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9476 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9477 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9478 (calc-matrix-brackets, calc-language, calc-language-option)
9479 (calc-left-label, calc-right-label, calc-word-size)
9480 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9481 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9482 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9483 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9484 (calc-window-height, calc-display-trail, calc-show-selections)
9485 (calc-use-selections, calc-assoc-selections)
9486 (calc-display-working-message, calc-auto-why, calc-timing)
9487 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9488 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9489 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9490 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9491 (calc-gnuplot-geometry, calc-graph-default-resolution)
9492 (calc-graph-default-resolution-3d, calc-invocation-macro)
9493 (calc-show-banner): Use defcalcmodevar to declare them and set
9494 their default values.
9495
9496 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9497 instead of default values (but restore default values if there is
9498 an argument of 0).
9499
9500 2005-01-09 David Kastrup <dak@gnu.org>
9501
9502 * desktop.el (desktop-restore-eager): Fix typo in type.
9503
9504 2005-01-08 Richard M. Stallman <rms@gnu.org>
9505
9506 * cus-edit.el (customize): Delete :link.
9507
9508 2005-01-08 Jay Belanger <belanger@truman.edu>
9509
9510 * calc/calc.el (calc-mode): Remove the extension from the
9511 `calc-settings-file' file name when loading it.
9512
9513 2005-01-08 Kim F. Storm <storm@cua.dk>
9514
9515 * info.el (Info-mode-map, Info-next-link-keymap)
9516 (Info-prev-link-keymap, Info-up-link-keymap):
9517 Map follow-link to mouse-face.
9518 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9519
9520 2005-01-08 Jay Belanger <belanger@truman.edu>
9521
9522 * calc/calc.el (calc-settings-file): Change default value.
9523 Suggested by cgw in a comment in calc-mode.el.
9524
9525 * calc/calc-mode.el (calc-settings-file-name):
9526 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9527 Replace ~/.emacs in a prompt by calc-settings-file.
9528
9529 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9530
9531 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9532 (desktop-lazy-idle-delay): New customizable variables.
9533 (desktop-buffer-args-list): New variable.
9534 (desktop-append-buffer-args): New function.
9535 (desktop-save): Call desktop-append-buffer-args for some buffers.
9536 (desktop-lazy-create-buffer): New function.
9537 (desktop-idle-create-buffers): New function.
9538 (desktop-read): Add message about buffers to restore lazily.
9539 (desktop-lazy-abort): New command.
9540 (desktop-clear): Call desktop-lazy-abort.
9541 (desktop-lazy-complete): New command.
9542
9543 2005-01-06 Richard M. Stallman <rms@gnu.org>
9544
9545 * emacs-lisp/find-func.el (find-face-definition):
9546 Rename from find-face.
9547
9548 2005-01-06 Kim F. Storm <storm@cua.dk>
9549
9550 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9551
9552 * man.el (Man-xref-man-page, Man-xref-header-file)
9553 (Man-xref-normal-file): Add follow-link property.
9554
9555 2005-01-06 Jay Belanger <belanger@truman.edu>
9556
9557 * calc/calc-units.el: Make sure the proper macro definitions are
9558 available when compiling.
9559
9560 2005-01-06 Juri Linkov <juri@jurta.org>
9561
9562 * isearch.el (isearch-lazy-highlight-update):
9563 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9564
9565 2005-01-06 Miles Bader <miles@gnu.org>
9566
9567 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9568 (isearch-lazy-highlight-face): Use new name.
9569
9570 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9571
9572 * uniquify.el (uniquify-rationalize-file-buffer-names):
9573 Re-add an interactive spec.
9574 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9575 to the same name.
9576
9577 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9578 (isearch-update, isearch-done): Adjust calls accordingly.
9579
9580 2005-01-05 Richard M. Stallman <rms@gnu.org>
9581
9582 * custom.el (custom-set-variables, custom-theme-set-variables):
9583 Clarify documentation.
9584
9585 * emacs-lisp/find-func.el (find-variable)
9586 (find-variable-other-window, find-variable-other-frame):
9587 Fix the TYPE args to find-function-read and find-function-do-it.
9588 (find-function): Doc fix.
9589 (find-function-at-point): Replace function-at-point alias.
9590
9591 2005-01-04 Richard M. Stallman <rms@gnu.org>
9592
9593 * cus-face.el (custom-declare-face):
9594 Record defface in current-load-list.
9595
9596 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9597
9598 * emacs-lisp/find-func.el: Doc fixes.
9599 (find-face-regexp): New variable.
9600 (find-function-regexp-alist): New variable.
9601 (find-function-C-source): Third arg is now TYPE.
9602 (find-function-search-for-symbol): Handle general TYPE.
9603 (find-function-read, find-function-do-it): Handle general TYPE.
9604 (find-definition-noselect, find-face): New functions.
9605 (function-at-point): Alias deleted.
9606
9607 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9608
9609 * battery.el (display-battery-mode): Rename from display-battery.
9610 Handle the case where it gets turned off.
9611
9612 2005-01-04 Richard M. Stallman <rms@gnu.org>
9613
9614 * cus-edit.el (customize): Make :link point to user doc.
9615
9616 * man.el (Man-fontify-manpage): Turn off undo generation.
9617
9618 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9619
9620 2005-01-04 Andreas Schwab <schwab@suse.de>
9621
9622 * files.el (insert-directory): Only look for error lines in
9623 inserted text. Don't move too far after processing --dired markers.
9624
9625 2005-01-04 Richard M. Stallman <rms@gnu.org>
9626
9627 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9628 Don't expand if the character is @, period, dash, etc.
9629 (define-mail-abbrev): Quote names that contain problem characters.
9630
9631 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9632
9633 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9634
9635 2005-01-03 Richard M. Stallman <rms@gnu.org>
9636
9637 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9638 (query-replace-highlight, query-replace-lazy-highlight)
9639 (query-replace): Definitions moved up. Doc fix.
9640
9641 2005-01-03 Richard M. Stallman <rms@gnu.org>
9642
9643 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9644 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9645 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9646 (lazy-highlight-face): Rename from isearch-lazy-...
9647 Change all references to them.
9648
9649 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9650
9651 * cus-edit.el (custom-file): Doc fix for defcustom.
9652 (custom-file): The function no longer sets the variable
9653 `custom-file' to its return value.
9654
9655 * startup.el (command-line): No longer load `custom-file'.
9656
9657 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9658
9659 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9660
9661 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9662 Don't confuse module-prefixed identifiers for labels.
9663 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9664
9665 2005-01-02 Richard M. Stallman <rms@gnu.org>
9666
9667 * files.el (basic-save-buffer-1): Fix previous change.
9668
9669 * loadhist.el (file-loadhist-lookup): New function.
9670 (file-provides, file-requires): Use it.
9671
9672 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9673 instead of calculating the right size.
9674
9675 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9676
9677 * vc-svn.el (vc-svn-diff): Stay local if possible.
9678
9679 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9680
9681 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9682
9683 * files.el (hack-local-variables): Fix last change.
9684
9685 2005-01-02 Jay Belanger <belanger@truman.edu>
9686
9687 * calc/calc-yank.el (calc-edit-top): New variable.
9688 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9689 object. Change header properties.
9690 (calc-edit-finish, calc-edit-finish-stack-object)
9691 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9692 edited object.
9693 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9694 for the beginning of the edited object.
9695 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9696 for the beginning of the edited object.
9697 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9698 (calc-finish-formula-edit, calc-macro-repeats)
9699 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9700 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9701 beginning of the edited object.
9702 (calc-user-define-edit): Change the header for editing macros.
9703 Remove unnecessary variable.
9704
9705 2005-01-01 Jay Belanger <belanger@truman.edu>
9706
9707 * calc/calc-yank.el (calc-edit-mode): Change default header.
9708 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9709 * calc/calc-store.el (calc-edit-variable): Change title to match new
9710 header.
9711 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9712 mode to match new header.
9713 (calc-user-define-edit): Change titles to include names of commands.
9714 (calc-finish-formula-edit): Adjust to handle new header.
9715 (calc-finish-macro-edit): Remove.
9716 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9717 (calc-edit-macro-command, calc-edit-macro-command-type)
9718 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9719 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9720 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9721 (calc-edit-macro-finish-edit): New functions.
9722 (calc-user-define-edit): Use new functions to edit named calc macros.
9723
9724 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9725
9726 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9727
9728 * ses.el (copy-region-as-kill): Deactivate mark.
9729
9730 2005-01-01 Richard M. Stallman <rms@gnu.org>
9731
9732 * replace.el (occur-1): If the output buffer is also an input,
9733 don't kill it, rename it.
9734
9735 * faces.el (set-face-background, set-face-foreground): Doc fix.
9736
9737 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9738 for :foreground and :background.
9739
9740 * dired.el (dired-view-command-alist): Variable deleted.
9741 (dired-view-file, dired-mouse-find-file-other-window):
9742 Delete the code to use it.
9743
9744 2005-01-01 Kim F. Storm <storm@cua.dk>
9745
9746 * image.el (insert-sliced-image): Use t for line-height property.
9747
9748 2004-12-31 Jay Belanger <belanger@truman.edu>
9749
9750 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9751 for "var-" at the beginning of the minibuffer.
9752
9753 2004-12-31 Richard M. Stallman <rms@gnu.org>
9754
9755 * faces.el (read-face-name):
9756 Don't treat an attribute spec as a list of faces.
9757
9758 * simple.el (undo): Use undo-equiv-table to detect
9759 unexpected changes since previous undo.
9760 (undo-list-saved): Variable deleted.
9761 (buffer-disable-undo): Don't alter undo-list-saved.
9762
9763 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9764 (mode-require-final-newline): New option.
9765 (after-find-file): Handle require-final-newline with new values.
9766 (basic-save-buffer): Handle new values of require-final-newline.
9767
9768 * progmodes/sh-script.el (sh-require-final-newline):
9769 Alist value now controls whether to use mode-require-final-newline.
9770 (sh-set-shell): Implement that new meaning.
9771
9772 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9773 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9774 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9775 Delete old-Emacs compatibility code.
9776 (antlr-c-common-init): Function deleted.
9777
9778 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9779 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9780 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9781 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9782 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9783 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9784 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9785 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9786 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9787 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9788 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9789 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9790 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9791 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9792 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9793 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9794
9795 2004-12-31 Jay Belanger <belanger@truman.edu>
9796
9797 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9798 way to return to Calc.
9799
9800 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9801 finish, C-xk as the way to cancel the edit. Add cancel routine to
9802 kill-buffer-hook.
9803
9804 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9805 MacEdit code.
9806
9807 * calc/calc-prog.el: Remove obsolete MacEdit code.
9808 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9809 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9810
9811 2004-12-31 Kenichi Handa <handa@m17n.org>
9812
9813 * international/mule.el (buffer-file-coding-system-explicit):
9814 Rename for explicit-buffer-file-coding-system.
9815 (after-insert-file-set-coding): Adjust for the above change.
9816
9817 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9818 to buffer-file-coding-system-explicit.
9819 (basic-save-buffer-1): Likewise.
9820
9821 2004-12-30 Richard M. Stallman <rms@gnu.org>
9822
9823 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9824 (artist-butlast, artist-last): Functions deleted.
9825 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9826 (artist-compute-key-compl-table): Call remq directly.
9827 (artist-remove-nulls): Function deleted.
9828 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9829 (artist-push, artist-pop): Macro deleted.
9830
9831 2004-12-30 Andreas Leue <al@sphenon.de>
9832
9833 * textmodes/artist.el (artist-version): 1.2.6
9834 (artist-prev-next-op-alist): New variable.
9835 (artist-select-next-op-in-list): New function.
9836 (artist-select-prev-op-in-list): New function.
9837 (artist-make-prev-next-op-alist): New function.
9838 (artist-is-in-op-list-p): New function.
9839 (artist-get-first-non-nil-op): New function.
9840 (artist-get-last-non-nil-op): New function.
9841 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9842 artist-prev-next-op-alist.
9843 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9844 change drawing operation.
9845
9846 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9847
9848 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9849
9850 2004-12-31 Masatake YAMATO <jet@gyve.org>
9851
9852 * server.el (server-process-filter): Suppress `error', too.
9853
9854 2004-12-30 Jay Belanger <belanger@truman.edu>
9855
9856 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9857 Change the way a variable is displayed in a message.
9858
9859 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9860 (calc-user-define-permanent, calc-execute-kbd-macro):
9861 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9862
9863 2004-12-30 Kenichi Handa <handa@m17n.org>
9864
9865 * files.el (basic-save-buffer-1):
9866 Set explicit-buffer-file-coding-system to last-coding-system-used.
9867 (revert-buffer): Pay attention to
9868 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9869 on bind coding-system-for-read.
9870
9871 * international/mule.el (explicit-buffer-file-coding-system):
9872 New buffer local variable.
9873 (after-insert-file-set-coding): Set it to coding-system-for-read.
9874
9875 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9876
9877 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9878
9879 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9880
9881 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9882 that include line numbers.
9883
9884 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9885
9886 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9887 Redundant variable PREFIXLEN removed.
9888
9889 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9890
9891 * eshell/em-hist.el (eshell-previous-matching-input):
9892 Start the deletion from the end of the output.
9893
9894 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9895
9896 * term/mac-win.el: Require x-dnd.
9897 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9898
9899 2004-12-29 David Kastrup <dak@gnu.org>
9900
9901 * international/mule.el (decode-coding-inserted-region):
9902 Don't barf if `buffer-undo-list' is already set to `t'.
9903
9904 2004-12-29 Jay Belanger <belanger@truman.edu>
9905
9906 * calc/calc-prog.el (calc-user-define-formula): Put default values
9907 for function names in prompts.
9908 (calc-user-define-permanent, calc-user-define-composition)
9909 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9910 default input for algebraic functions.
9911
9912 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9913
9914 * vc-rcs.el (vc-rcs-annotate-command):
9915 Fix omission bug: Call `vc-setup-buffer'.
9916
9917 2004-12-29 Kenichi Handa <handa@m17n.org>
9918
9919 * international/mule.el (recode-region): New function.
9920
9921 2004-12-28 Richard M. Stallman <rms@gnu.org>
9922
9923 * simple.el (undo-extra-outer-limit): New variable.
9924 (undo-outer-limit-truncate): Test and set it.
9925
9926 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9927 enables the feature to extend the existing region.
9928
9929 * simple.el (mark-word): New arg ALLOW-EXTEND
9930 enables the feature to extend the existing region.
9931
9932 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9933 enables the feature to extend the existing region.
9934
9935 * startup.el (site-run-file): Don't allow setting it with Custom.
9936
9937 * simple.el (buffer-disable-undo): Fix previous change.
9938
9939 2004-12-27 Masatake YAMATO <jet@gyve.org>
9940
9941 * hexl.el (hexlify-buffer): Remove fontification here.
9942 Use font lock mechanism instead.
9943 (hexl-font-lock-keywords): New font lock kewords.
9944 (hexl-mode-old-font-lock-keywords): New variable.
9945 (hexl-mode): Store the old font lock keywords.
9946 (hexl-mode-exit): Restore the old font lock keywords.
9947
9948 2004-12-27 Richard M. Stallman <rms@gnu.org>
9949
9950 * simple.el (undo): Fix previous change.
9951
9952 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9953
9954 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9955 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9956 Call x-open-connection on Mac OS X.
9957
9958 2004-12-27 Richard M. Stallman <rms@gnu.org>
9959
9960 * files.el (buffer-save-without-query): New var (buffer-local).
9961 (save-some-buffers): Save those buffers first, w/o asking.
9962
9963 * files.el (insert-directory-ls-version): New variable.
9964 (insert-directory): When ls returns an error, test the version
9965 number to decide what the return code means.
9966 With --dired output format, detect and distinguish lines
9967 that are really error messages.
9968 (insert-directory-adj-pos): New function.
9969
9970 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9971
9972 * battery.el (battery-mode-line-format): Remove initial spaces.
9973
9974 * uniquify.el (uniquify-rationalize-file-buffer-names):
9975 Delete interactive spec.
9976
9977 * type-break.el (type-break-mode): Set buffer-save-without-query.
9978 Remove code that tried to set save-some-buffers-always.
9979 (type-break-file-keystroke-count): Bind deactivate-mark.
9980
9981 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9982
9983 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9984 Test that the buffer is live, and maybe reject current buffer too.
9985 Clarify.
9986 (next-error-find-buffer): Rewrite for clarity.
9987
9988 * loadup.el: Don't use buffer-disable-undo; do it directly.
9989
9990 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9991 (describe-variable): Call symbol-file with `defvar'.
9992
9993 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9994 (symbol-file): Rewritten to handle new load-history format.
9995 Now takes an arg TYPE to specify looking for a particular
9996 type of definition only.
9997
9998 * emacs-lisp/debug.el (debugger-make-xrefs):
9999 Call symbol-file with `defun'.
10000
10001 * emacs-lisp/find-func.el (find-function-noselect):
10002 Call symbol-file with `defun'.
10003 (find-variable-noselect): Call symbol-file with `defvar'.
10004
10005 * eshell/esh-cmd.el (eshell-find-alias-function):
10006 Call symbol-file with `defun'.
10007
10008 * eshell/esh-test.el (eshell-test-goto-func):
10009 Call symbol-file with `defun'.
10010
10011 * mail/rmail.el (rmail-resend):
10012 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10013
10014 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10015
10016 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10017
10018 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10019 Call buffer-disable-undo.
10020
10021 * simple.el (undo-list-saved): New variable (buffer-local).
10022 (undo): Set and test it.
10023 (buffer-disable-undo): Move here from buffer.c.
10024 Clear out undo-list-saved.
10025
10026 * international/mule.el (decode-coding-inserted-region):
10027 Set buffer-undo-list in a correct and optimal way.
10028
10029 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10030 (cperl-font-lock-unfontify-region-function): No need to save and
10031 restore info, since font-lock.el does it for us.
10032
10033 * ansi-color.el (save-buffer-state): Definition deleted.
10034 (ansi-color-unfontify-region): Don't use save-buffer-state.
10035
10036 2004-12-27 Dave Love <fx@gnu.org>
10037
10038 * wid-edit.el (function): Use restricted-sexp as parent.
10039
10040 2004-12-27 Kevin Ryde <user42@zip.com.au>
10041
10042 * simple.el (next-matching-history-element): Use same
10043 `interactive' form as previous-matching-history-element.
10044
10045 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10046 it can appear unencoded and has been seen from yahoo.
10047
10048 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10049
10050 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10051 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10052
10053 2004-12-27 Kenichi Handa <handa@m17n.org>
10054
10055 * international/utf-8.el (utf-translate-cjk-load-tables):
10056 Bind coding-system-for-read to nil while loading subst-*.
10057
10058 2004-12-26 Jay Belanger <belanger@truman.edu>
10059
10060 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10061 default input.
10062
10063 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10064
10065 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10066 before reverting and disable undo recording while reverting.
10067
10068 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10069
10070 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10071 (hs-make-overlay): New function.
10072 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10073 (hs-flag-region): Delete function.
10074 (hs-hide-comment-region): No longer use `hs-flag-region'.
10075 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10076 (hs-hide-block-at-point): Likewise.
10077 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10078 (hs-hide-all, hs-show-all): Likewise.
10079 (hs-show-block): Likewise.
10080 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10081
10082 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10083
10084 * progmodes/hideshow.el: Require `cl' when compiling.
10085 Remove XEmacs and Emacs 19 compatibility.
10086 Use `dolist' and `add-to-list' for load-time actions.
10087 (hs-discard-overlays): Use `dolist'.
10088 (hs-show-block): Likewise.
10089
10090 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10091
10092 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10093
10094 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10095
10096 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10097 When extending backwards, move outside the current comment first.
10098
10099 2004-12-22 Kenichi Handa <handa@m17n.org>
10100
10101 * international/quail.el (quail-start-translation): Fix prompt
10102 string for the case if input-method-use-echo-area being non-nil.
10103 (quail-start-conversion): Likewise.
10104 (quail-show-guidance): Don't show guidance if
10105 input-method-use-echo-area is non-nil.
10106
10107 2004-12-21 Richard M. Stallman <rms@gnu.org>
10108
10109 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10110
10111 2004-12-21 Markus Rost <rost@ias.edu>
10112
10113 * calendar/diary-lib.el (mark-diary-entries):
10114 Set mark-diary-entries-in-calendar only after checking for diary-file.
10115
10116 2004-12-21 Richard M. Stallman <rms@gnu.org>
10117
10118 * faces.el (escape-glyph): Use blue against light foreground.
10119
10120 * simple.el (undo-outer-limit-truncate): New function.
10121 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10122
10123 2004-12-21 Eli Barzilay <eli@barzilay.org>
10124
10125 * calculator.el (calculator-radix-grouping-mode)
10126 (calculator-radix-grouping-digits)
10127 (calculator-radix-grouping-separator):
10128 New defcustoms for the new radix grouping mode functionality.
10129 (calculator-mode-hook): Now used in electric mode too,
10130 (calculator): Call it.
10131 (calculator-mode-map): Some new keys.
10132 (calculator-message): New function. Some new calls.
10133 (calculator-op, calculator-set-register): Use it.
10134 (calculator-string-to-number): New function, mostly moved and
10135 updated code from calculator-curnum-value.
10136 (calculator-curnum-value): Use it.
10137 (calculator-paste): Use it, and update grabbing the current-kill.
10138 (calculator-rotate-displayer)
10139 (calculator-rotate-displayer-back): Toggle digit grouping when
10140 in radix mode, use calculator-message.
10141 (calculator-displayer-prev, calculator-displayer-next):
10142 Change digit group size when in radix mode.
10143 (calculator-number-to-string): Rename from
10144 calculator-num-to-string. Now deals with digit grouping in
10145 radix mode.
10146 (calculator-update-display, calculator-put-value): Use the new name.
10147 (calculator-fact): Return a floating point number.
10148 (calculator-mode): Doc fix.
10149
10150 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10151
10152 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10153 * calendar/diary-lib.el (view-other-diary-entries):
10154 Use current-prefix-arg in interactive spec.
10155
10156 2004-12-19 Jay Belanger <belanger@truman.edu>
10157
10158 * calc/calc-aent.el (calcAlg-blank-matching-open):
10159 Temporarily adjust the syntax of both delimiters of half-open intervals.
10160
10161 2004-12-19 Kim F. Storm <storm@cua.dk>
10162
10163 * mouse.el (mouse-1-click-follows-link): Doc fix.
10164
10165 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10166
10167 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10168 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10169 instead of centraleuropean as the name
10170
10171 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10172
10173 Sync with Tramp 2.0.46.
10174
10175 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10176 parameters wrt Tramp convention.
10177 (tramp-handle-file-attributes-with-perl)
10178 (tramp-handle-directory-files-and-attributes): Apply it.
10179 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10180 `copy-program'. Reported by Zack Weinberg
10181 <zack@codesourcery.com>.
10182 (top): Set `edebug-form-spec' property directly rather than
10183 calling `def-edebug-spec'.
10184
10185 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10186 advice less fragile. Surround temporary redefinition of
10187 `substitute-in-file-name' with `unwind-protect'. Suggested by
10188 Matt Hodges <MPHodges@member.fsf.org>.
10189
10190 2004-12-17 Juri Linkov <juri@jurta.org>
10191
10192 * replace.el (occur-accumulate-lines, occur-engine):
10193 Make forcing deferred font-lock fontification jit-specific.
10194
10195 2004-12-17 Kim F. Storm <storm@cua.dk>
10196
10197 * mouse.el (mouse-1-click-follows-link): New defcustom.
10198 (mouse-on-link-p): New function.
10199 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10200 functionality. Map a mouse-1 click event into a mouse-2 (or
10201 other) event when position is inside a link.
10202
10203 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10204 prefix in tooltip text with "mouse-1" when this is a link
10205 recognized by mouse-1-click-follows-link functionality.
10206
10207 * help.el (describe-key): Report effective and original binding
10208 for mouse-1 when clicked on a link.
10209 (describe-mode): Add follow-link property to "minor-mode" button.
10210
10211 * help-fns.el (describe-variable): Add follow-link property to
10212 "below" button.
10213
10214 * help-mode.el (help-xref): Add follow-link property.
10215
10216 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10217 (apropos-command, apropos-variable, apropos-face, apropos-group)
10218 (apropos-widget, apropos-plist): Add follow-link property.
10219
10220 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10221 checks if position is in a filename, rather than some other
10222 clickable item. Function looks for cvs-filename-face at position.
10223
10224 * wid-edit.el (widget-specify-field, widget-specify-button):
10225 Map a :follow-link keyword into a follow-link property.
10226 (link): Add :follow-link keyword, map to RET binding.
10227
10228 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10229
10230 * progmodes/compile.el (compilation-minor-mode-map)
10231 (compilation-button-map, compilation-mode-map): Likewise.
10232
10233 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10234
10235 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10236 (zone-replace-char): Take `count' and `del-count'
10237 instead of `direction'. Update callers. When `del-count' is
10238 non-nil, delete that many characters, otherwise `count' characters
10239 backwards. Insert the newly-replaced string `count' times.
10240 (zone-fret): Handle chars w/ width greater than one.
10241 (zone-fall-through-ws): No longer take window width `ww'.
10242 Update callers. Add handling for `char-width' greater than one.
10243 (zone-pgm-drip): Update var holding window-end position every cycle.
10244
10245 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10246
10247 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10248 rather than insert-file.
10249
10250 2004-12-16 Jay Belanger <belanger@truman.edu>
10251
10252 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10253 (math-init-random-base, math-random-digit): Check to see if
10254 var-RandSeed is bound.
10255 (math-random-last): Declare it.
10256 (math-random-digit): Don't make math-random-last local.
10257
10258 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10259
10260 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10261 one-shot thunk for uniform (error, quit, normal) recovery.
10262 Reported by John Paul Wallington.
10263 (zone-pgm-random-life): Fix bug:
10264 Recognize empty initial field by lack of "@" chars.
10265
10266 2004-12-16 Juri Linkov <juri@jurta.org>
10267
10268 * help.el (function-called-at-point):
10269 * help-fns.el (variable-at-point): As a last resort try stripping
10270 non-word prefixes and suffixes.
10271
10272 * descr-text.el (describe-property-list): Don't treat syntax-table
10273 specially. Use describe-text-sexp which inserts [show] button
10274 for large objects and handles printing errors. Sort properties
10275 by names in alphabetical order instead of by value sizes.
10276 Add `mouse-face' to list of properties for `describe-face' widget.
10277 (describe-char): Mask out face-id from 19 bits of character.
10278 Print face-id separately.
10279
10280 * replace.el (occur-accumulate-lines, occur-engine):
10281 Fontify unfontified matching lines in the source buffer
10282 before copying them.
10283 (occur-engine): Don't put mouse-face on context lines.
10284 (occur-next-error): Set point to line beginning/end
10285 before searching for prev/next property to skip multiple
10286 matches on a line (not supported by occur engine).
10287 Remove redundant prefix-numeric-value.
10288
10289 2004-12-15 Juri Linkov <juri@jurta.org>
10290
10291 * replace.el (match): New face.
10292 (list-matching-lines-face): Change default from `bold' to `match'.
10293
10294 * progmodes/grep.el (grep-match-face): New defvar.
10295 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10296 compilation-column-face to highlight grep matches.
10297
10298 * apropos.el (apropos-match-face): Change default from
10299 `secondary-selection' to `match'.
10300
10301 * info-look.el (info-lookup-highlight-face): Change default from
10302 `highlight' to `match'.
10303
10304 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10305
10306 * progmodes/executable.el (executable-interpret): Eliminate
10307 obsolete compile-internal, and switch to comint for interaction.
10308
10309 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10310
10311 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10312 `&&' when skipping multiple statements on a line.
10313
10314 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10315
10316 * play/zone.el (zone): Set `truncate-lines'.
10317 Also, init `tab-width' with value from original buffer.
10318 (zone-shift-up): Rewrite for speed.
10319 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10320 (zone-pgm-jitter): Remove redundant entries from ops vector.
10321 (zone-exploding-remove): Reduce iteration count.
10322 (zone-cpos): Convert to defsubst.
10323 (zone-replace-char): New defsubst.
10324 (zone-park/sit-for): Likewise.
10325 (zone-fret): Take window-start arg.
10326 Update callers. Use `zone-park/sit-for'.
10327 (zone-fill-out-screen): Rewrite.
10328 (zone-fall-through-ws): Likewise. Update callers.
10329 (zone-pgm-drip): Use `zone-replace-char'.
10330 Move var inits before while-loop. Use `zone-park/sit-for'.
10331 (zone-pgm-random-life): Handle empty initial field.
10332 Use `zone-replace-char' and `zone-park/sit-for'.
10333
10334 2004-12-15 Juri Linkov <juri@jurta.org>
10335
10336 * isearch.el (isearch-update): Test isearch-lazy-highlight
10337 before calling isearch-lazy-highlight-new-loop.
10338 (isearch-lazy-highlight-new-loop):
10339 Don't test isearch-lazy-highlight.
10340
10341 * replace.el (perform-replace): Add isearch-case-fold-search.
10342 Use delimited-flag for isearch-regexp.
10343 Reset isearch-lazy-highlight-last-string to force lazy
10344 highlighting when called from isearch mode.
10345 (query-replace-highlight): Revert defcustom type to boolean.
10346 (query-replace-lazy-highlight): New defcustom.
10347 (query-replace): New face.
10348 (perform-replace, replace-highlight, replace-dehighlight):
10349 Test query-replace-lazy-highlight instead of special value
10350 `isearch' of query-replace-highlight.
10351 (replace-dehighlight): Don't call isearch-dehighlight.
10352 (replace-highlight): Don't call isearch-highlight.
10353 Use face `query-replace' unconditionally.
10354
10355 2004-12-14 Kim F. Storm <storm@cua.dk>
10356
10357 * simple.el (inhibit-mark-movement): Remove defvar.
10358 (beginning-of-buffer, end-of-buffer): Don't use it.
10359
10360 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10361 Don't use inhibit-mark-movement.
10362
10363 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10364 (cua--undo-push-mark): Remove.
10365 (cua--pre-command-handler, cua--post-command-handler):
10366 Don't fiddle with inhibit-mark-movement.
10367
10368 2004-12-14 Juri Linkov <juri@jurta.org>
10369
10370 * buff-menu.el (list-buffers-noselect): Collect internal info
10371 for every buffer in BUFFER-LIST arg too.
10372 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10373 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10374 Bind same-window-buffer-names and same-window-regexps to nil.
10375
10376 2004-12-13 Juri Linkov <juri@jurta.org>
10377
10378 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10379
10380 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10381 (sc-cite-region, sc-uncite-region, sc-recite-region):
10382 Fix previous change to handle not alist as a symbol, but
10383 a citation frame as a symbol that represents a variable name.
10384
10385 2004-12-13 Richard M. Stallman <rms@gnu.org>
10386
10387 * filecache.el (file-cache-add-directory-using-find):
10388 Only set up file-cache-find-command-posix-flag if we will use it.
10389
10390 * bindings.el (mode-line-buffer-identification-keymap):
10391 Don't cancel the mode-line's usual down-mouse-1 binding.
10392
10393 * cus-edit.el (custom-face-selected): Handle `default' specs.
10394 (custom-face-edit): Increase extra-offset.
10395 (custom-display): Handle `default' specs.
10396
10397 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10398
10399 * emacs-lisp/elint.el (elint-standard-variables)
10400 (elint-unknown-builtin-args): Move definitions up.
10401
10402 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10403
10404 * info.el (info-xref-visited): Use `default' instead of t.
10405 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10406
10407 * faces.el (header-line, mode-line-inactive, tool-bar):
10408 Use `default' instead of t for setting the defaults.
10409 (face-spec-choose): Separate `t' from `default'.
10410
10411 * subr.el (while-no-input): New macro.
10412
10413 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10414
10415 * filecache.el (file-cache-add-directory-using-find):
10416 Only test file-cache-find-command-posix-flag on some systems.
10417
10418 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10419
10420 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10421 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10422 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10423 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10424 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10425
10426 2004-12-12 Juri Linkov <juri@jurta.org>
10427
10428 * files.el (find-file-other-window, find-file-other-frame):
10429 Add the first buffer to the returned value to return the complete
10430 list of all visited buffers.
10431 (find-file-read-only, find-file-read-only-other-window)
10432 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10433 `find-file-read-args'. Signal an error about non-existent file
10434 only if file name doesn't contain wildcards. Toggle read-only in
10435 all visited buffers.
10436 (find-alternate-file, find-alternate-file-other-window):
10437 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10438 called interactively. Pass arg `wildcards' to other functions.
10439 (find-file-noselect): Doc fix.
10440
10441 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10442 Doc fix.
10443 (ffap-directory-finder): New variable.
10444 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10445 (ffap-file-at-point): Add /* to immediately rejected names.
10446 Return absolute file names matching ffap-dired-wildcards.
10447 (ffap-read-file-or-url): Set default value for `completing-read'
10448 to `buffer-file-name'.
10449 (find-file-at-point): When filename matches ffap-dired-wildcards,
10450 call ffap-file-finder with t arg `wildcards', instead of dired.
10451 (ffap-other-window, ffap-other-frame): Return visited buffers.
10452 (ffap-read-only, ffap-read-only-other-window)
10453 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10454 (dired-at-point): Call ffap-directory-finder instead of dired.
10455 (ffap-dired-other-window, ffap-dired-other-frame)
10456 (ffap-list-directory): New commands.
10457 (ffap-bindings): New keybindings for new commands.
10458
10459 2004-12-12 Juri Linkov <juri@jurta.org>
10460
10461 * simple.el (beginning-of-buffer, end-of-buffer):
10462 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10463 Do not push mark when mark is active in transient-mark-mode.
10464
10465 * simple.el (mark-word):
10466 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10467 * textmodes/paragraphs.el (mark-paragraph):
10468 Extend the region when mark is active in transient-mark-mode,
10469 regardless of the last command. Doc fix.
10470
10471 * simple.el (mark-word): Preserve direction when repeating.
10472 Make arg optional. Interactive "p" -> "P".
10473 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10474
10475 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10476 preserving direction, to mark forward instead of backward when mark
10477 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10478
10479 2004-12-12 Juri Linkov <juri@jurta.org>
10480
10481 * isearch.el (isearch-edit-string): Set 7th arg of
10482 `read-from-minibuffer' to `t' to inherit the current input
10483 method (whose name is indicated by [IM] in the minibuffer prompt)
10484 from the current buffer to the minibuffer.
10485 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10486 to allow C-g quitting for lazy highlighting looping inside the
10487 search with nested repetition operators. Add overlay to the list
10488 before setting its face and other properties to avoid the case of
10489 code quitting after placing the new overlay but before it's
10490 recorded on the list. Select the window where isearch was
10491 activated, to highlight matches in the right window when isearch
10492 switches the current window to the minibuffer.
10493
10494 * international/isearch-x.el
10495 (isearch-process-search-multibyte-characters):
10496 Use `isearch-message' as initial input for `read-string' instead
10497 of adding it to the minibuffer prompt. After reading a string
10498 remove the initial value of `isearch-message' from the string.
10499
10500 * replace.el (replace-match-maybe-edit): Doc fix.
10501 (perform-replace): Don't call `replace-highlight' when automatic
10502 replacement is requested in literal mode, since it is intended
10503 only to highlight words during entering a new replacement string
10504 for \? in non-literal mode.
10505
10506 * replace.el (query-replace-highlight): Add new value `isearch'
10507 that allows query replacement to use isearch highlighting.
10508 Change type from `boolean' to `choice'. Doc fix.
10509 (replace-highlight, replace-dehighlight, perform-replace):
10510 Use isearch highlighting if query-replace-highlight eq `isearch'.
10511
10512 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10513
10514 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10515 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10516
10517 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10518 case of \end{verbatim}.
10519
10520 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10521
10522 * term.el (term-termcap-format): Synchronize with terminfo.
10523 (term-emulate-terminal): Handle reset.
10524 (term-reset-terminal): New function.
10525
10526 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10527
10528 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10529 (zone-fill-out-screen): New func.
10530 (zone-pgm-drip): Use `zone-fill-out-screen'.
10531 Also, no longer go to point-min on every cycle.
10532 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10533 (zone-pgm-random-life-wait): New user var.
10534 (zone-pgm-random-life): New func.
10535
10536 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10537
10538 * files.el (auto-mode-alist): Map .com to DCL mode.
10539
10540 2004-12-09 Richard M. Stallman <rms@gnu.org>
10541
10542 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10543
10544 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10545
10546 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10547 buffer with a display margin.
10548
10549 2004-12-08 Jay Belanger <belanger@truman.edu>
10550
10551 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10552 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10553
10554 2004-12-08 Richard M. Stallman <rms@gnu.org>
10555
10556 * faces.el: Delete code to set display table.
10557 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10558
10559 2004-12-08 Jay Belanger <belanger@truman.edu>
10560
10561 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10562
10563 * calc/calc-ext.el (math-read-replacement-list)
10564 (math-read-superscripts, math-read-preprocess-string): Move to
10565 calc-aent.el.
10566
10567 * calc/calc-aent.el (math-read-replacement-list)
10568 (math-read-superscripts, math-read-preprocess-string): Move from
10569 calc-ext.el.
10570
10571 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10572
10573 * isearch.el (isearch-quote-char): Fix up typo in last change.
10574
10575 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10576
10577 * mouse.el (mouse-set-font): Handle the case where the command was
10578 not invoked using the mouse.
10579
10580 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10581 (edmacro-finish-edit): Further update for keyboard macros that are
10582 lambda forms.
10583 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10584
10585 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10588 (font-lock-default-unfontify-region): Don't save buffer state any more.
10589
10590 2004-12-07 Jay Belanger <belanger@truman.edu>
10591
10592 * calc/calc-help.el (calc-describe-key):
10593 Set calc-summary-indentation even when Calc Summary buffer exists.
10594
10595 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10596
10597 * calendar/holidays.el (holiday-easter-etc): Make arguments
10598 optional for backwards compatibility. Doc fix.
10599 Remove un-necessary local vars mandatory, output-list.
10600 (holiday-advent): Make arguments optional for backwards
10601 compatibility. Doc fix.
10602
10603 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10604
10605 * paren.el (show-paren-function): Fix last change (2004-12-02).
10606
10607 * international/mule-util.el (char-displayable-p): Return nil for
10608 unibyte mode.
10609
10610 * subr.el (subregexp-context-p): New function.
10611
10612 * isearch.el (isearch-quote-char): Use it.
10613
10614 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10615 (regexp-opt-not-groupie*-re): Remove.
10616 (regexp-opt): Properly handle inputs with duplicate entries.
10617
10618 2004-12-06 Richard M. Stallman <rms@gnu.org>
10619
10620 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10621
10622 * cus-edit.el (custom-file): Doc fix.
10623
10624 * textmodes/org.el: New file.
10625
10626 2004-12-06 Kenichi Handa <handa@m17n.org>
10627
10628 * ldefs-boot.el: Update international/mule-util.el section.
10629
10630 2004-12-05 Sam Steingold <sds@gnu.org>
10631
10632 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10633 Fix `tramp-time-diff' comparison logic.
10634
10635 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10636
10637 * progmodes/which-func.el (which-function):
10638 Use `run-hook-with-args-until-success' instead of a custom loop.
10639 Fixes bug with local hooks.
10640
10641 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10642
10643 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10644 Use delete-dups when calculating the initial value.
10645 (bibtex-autokey-get-title): Use <=.
10646 (bibtex-goto-line): New function.
10647 (bibtex-reposition-window): Use line numbers instead of point
10648 positions. Use window-body-height.
10649 (bibtex-find-crossref): Use bibtex-reposition-window.
10650 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10651 position of entry if key is found or nil if not found.
10652
10653 2004-12-05 Richard M. Stallman <rms@gnu.org>
10654
10655 * cus-edit.el (custom-file): Doc fix.
10656
10657 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10658
10659 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10660
10661 * simple.el (blink-matching-open):
10662 * textmodes/tex-mode.el (tex-validate-region):
10663 Obey syntax-table text properties.
10664
10665 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10666
10667 * wid-edit.el (widget-specify-field): Add `real-field' property to
10668 boundary.
10669 (widget-field-at): Use it.
10670
10671 2004-12-02 Richard M. Stallman <rms@gnu.org>
10672
10673 * progmodes/cc-mode.el (awk-mode autoload):
10674 Supply t meaning interactive function.
10675
10676 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10677 (isearch-mode-map): No special definition for space.
10678 (isearch-whitespace-chars): Command deleted.
10679 (isearch-forward-regexp): Doc fix.
10680 (isearch-quote-char): When a space is not inside brackets,
10681 use `[ ]' instead of just space.
10682 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10683
10684 * imenu.el (imenu--generic-function): Delete code to exclude
10685 matches in comments.
10686
10687 * man.el (Man-reverse-face): Change default to `highlight'.
10688
10689 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10690 (occur-engine): Use `face' prop rather than `font-lock-face'
10691 when specifying use of `match-face'.
10692 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10693
10694 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10695
10696 * add-log.el (add-log-current-defun): Handle the case where point
10697 is in the header part of a DEFUN construct.
10698
10699 2004-12-02 Dave Love <fx@gnu.org>
10700
10701 * progmodes/python.el (python-font-lock-syntactic-keywords):
10702 Fix previous change.
10703
10704 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10705
10706 * paren.el (show-paren-function): Check for matching chars
10707 specified by text props.
10708
10709 2004-12-02 Jay Belanger <belanger@truman.edu>
10710
10711 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10712 when reading a new key sequence.
10713
10714 2004-12-02 Kim F. Storm <storm@cua.dk>
10715
10716 * faces.el (escape-glyph): Rename from glyph.
10717 (standard-display-table): Set it here. Add escape-glyph face to
10718 extra slot characters.
10719
10720 * disp-table.el: Undo 2004-12-01 change. Display table is now
10721 setup in faces.el.
10722
10723 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10724
10725 * xml.el (xml-parse-dtd): Don't show validity messages when
10726 xml-validating-parser is nil.
10727 (xml-substitute-special): Fix validity error messages to
10728 actually show the unexpandable entity. Added validity error if &
10729 isn't followed by an entity.
10730 (xml-parse-tag): Concatenate any string following the a
10731 <![CDATA[]]> section to the parsed CDATA.
10732 (xml-parse-dtd): Skip parameter entity declarations and use of
10733 parameter entities.
10734
10735 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10736
10737 * kmacro.el (kmacro-default-counter-format): New var.
10738 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10739 (kmacro-display): Remove `nil' from `and' form. Delete call to
10740 `format' inside `message'.
10741 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10742
10743 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10744
10745 * pcvs.el (cvs-header-msg): New function.
10746 (cvs-update-header): Use it. Change calling convention.
10747 Correctly handle the case of having simultaneous active processes.
10748 (cvs-sentinel): Don't call cvs-update-header any more.
10749 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10750
10751 2004-12-01 Jay Belanger <belanger@truman.edu>
10752
10753 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10754 Change message.
10755
10756 2004-12-01 Juri Linkov <juri@jurta.org>
10757
10758 * progmodes/prolog.el (prolog-mode-variables):
10759 Fix imenu-generic-expression.
10760
10761 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10762
10763 * faces.el (glyph): New face.
10764
10765 * disp-table.el: Add an autoloaded table, that doesn't require
10766 this library, with glyph face.
10767
10768 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10769 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10770 (conf-quote-normal): Allow normalizing only ' or ".
10771 (conf-mode): Regexp-quote constructed comment-start and don't
10772 match section {} where "name" contains braces.
10773
10774 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10775 files.
10776
10777 2004-12-01 Kenichi Handa <handa@m17n.org>
10778
10779 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10780 (x-select-text): Don't treat eight-bit-control/graphic chars
10781 specially. Store the encoded text in the X cut buffer.
10782 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10783 with x-last-selected-text-cut-encoded.
10784
10785 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10786
10787 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10788
10789 2004-11-30 Markus Rost <rost@ias.edu>
10790
10791 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10792 AUCTeX.
10793
10794 2004-11-30 Jay Belanger <belanger@truman.edu>
10795
10796 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10797 on signs of intervals.
10798 (math-pow-of-zero): Strengthen checks for positive and negative
10799 exponents.
10800
10801 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10802 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10803 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10804 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10805 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10806 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10807 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10808 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10809 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10810 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10811 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10812 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10813 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10814 with provide statements.
10815
10816 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10817
10818 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10819
10820 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10821 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10822 functions by require statements.
10823 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10824
10825 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10826 (calc-gnuplot-print): Give them values.
10827
10828 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10829 autoloads.
10830 Add calc-do-embedded-activate to autoloads.
10831 (calc-gnuplot-name, calc-gnuplot-plot-command)
10832 (calc-gnuplot-print-command): Move them to calc-graph.el.
10833
10834 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10835
10836 * term/mac-win.el (ccl-encode-mac-roman-font)
10837 (ccl-encode-mac-cyrillic-font)
10838 (ccl-encode-mac-centraleuropean-font, encoder-list)
10839 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10840 Support Cyrillic, CentralEuropean, and Dingbat font display
10841
10842 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10843
10844 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10845
10846 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10847 still nil.
10848
10849 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10850
10851 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10852 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10853
10854 2004-11-29 Jay Belanger <belanger@truman.edu>
10855
10856 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10857 cases of the base and exponent.
10858
10859 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10860
10861 * simple.el (next-error-buffer-p): Allow for inclusive and
10862 exclusive tests for finding a buffer.
10863 (next-error-find-buffer): Pass the exclusive and inclusive tests
10864 to next-error-buffer-p.
10865
10866 * replace.el (occur-next-error): Switch to the Occur buffer when
10867 appropriate, use the exclusive filter to next-error-find-buffer to
10868 do it. Use the absolute value of the motion amount.
10869
10870 2004-11-29 Kenichi Handa <handa@m17n.org>
10871
10872 * startup.el (command-line): Decode all default-directory by
10873 locale-coding-system.
10874
10875 2004-11-29 Jay Belanger <belanger@truman.edu>
10876
10877 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10878 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10879 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10880 Replace calls to calc-extensions by appropriate require, replace
10881 calc-extensions-loaded by appropriate featurep.
10882
10883 * calc/calc-ext.el: Move require to end of file.
10884 Remove redundant loading of calc.el.
10885 (calc-extensions-loaded): Remove unnecessary variable.
10886 (calc-extensions): Remove unnecessary function.
10887 (calc-load-everything): Replace calc-need-macros by appropriate require.
10888
10889 * calc/calc-macs.el: Move provide to end of file.
10890 (calc-need-macros): Remove unnecessary function.
10891
10892 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10893 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10894 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10895 Replace calc-extensions by appropriate require.
10896 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10897
10898 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10899 Replace calc-need-macros by appropriate require.
10900
10901 * calc/calc.el: Move require to end of file.
10902 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10903 Remove unnecessary variable.
10904 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10905 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10906 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10907 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10908 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10909 (math-format-number, math-format-bignum, math-read-number)
10910 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10911 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10912 by appropriate require.
10913 (calc-check-defines): Replace calc-need-macros by appropriate require.
10914
10915 2004-11-29 Kim F. Storm <storm@cua.dk>
10916
10917 * macros.el (insert-kbd-macro): Handle kmacro functions.
10918
10919 2004-11-28 Juri Linkov <juri@jurta.org>
10920
10921 * compare-w.el (compare-windows-highlight): Attach each overlay
10922 to its window to properly highlight differences while comparing
10923 two windows of the same buffer. Fix arguments.
10924 (compare-windows-sync-default-function): Fix arguments of
10925 `compare-windows-highlight'.
10926
10927 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10928 Use `read-expression-history'. Set initial contents only if
10929 `edebug-global-break-condition' is non-nil. Set histpos to 1
10930 if initial contents is equal to the last history element.
10931 (edebug-set-conditional-breakpoint): Instead of temporarily
10932 prepending the current condition to the history, set initial
10933 contents to the current condition. Set histpos to 1 if initial
10934 contents is equal to the last history element.
10935
10936 * info.el (Info-search-whitespace-regexp): Remove shy group.
10937 (Info-search): Forward line if search is on the header line.
10938 Use search-whitespace-regexp in two other places.
10939
10940 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10941
10942 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10943 warning. Delay real definition, which uses
10944 `set-fringe-indicators-1' till after the definition of that function.
10945
10946 2004-11-28 Kim F. Storm <storm@cua.dk>
10947
10948 * fringe.el (fringe): New defgroup.
10949 (fringe-mode): Move to fringe group.
10950 (fringe-indicators): New defcustom.
10951 (set-fringe-indicators-1): New defun.
10952
10953 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10954 (menu-bar-showhide-fringe-ind-menu): New keymap.
10955 (menu-bar-showhide-fringe-ind-empty)
10956 (menu-bar-showhide-fringe-ind-mixed)
10957 (menu-bar-showhide-fringe-ind-box)
10958 (menu-bar-showhide-fringe-ind-right)
10959 (menu-bar-showhide-fringe-ind-left)
10960 (menu-bar-showhide-fringe-ind-none): New defuns.
10961 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10962
10963 2004-11-27 Richard M. Stallman <rms@gnu.org>
10964
10965 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10966
10967 * generic.el (define-generic-mode): Doc fix.
10968
10969 * menu-bar.el (menu-bar-options-save): For the options
10970 that are toggled with menu-bar-make-mm-toggle, don't check
10971 for customized-value prop.
10972
10973 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10974
10975 * mail/supercite.el (sc-cite-region): Handle the case where
10976 sc-cite-frame-alist is a symbol.
10977 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10978 a symbol.
10979 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10980 a symbol.
10981
10982 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10983
10984 * wid-edit.el (widget-narrow-to-field): New function.
10985 (widget-complete): Use it.
10986
10987 2004-11-27 Jay Belanger <belanger@truman.edu>
10988
10989 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10990 variable.
10991 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10992 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10993 (math-alg-inequalities): Move declaration to earlier in the file.
10994
10995 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10996 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10997 Declare them.
10998
10999 * calc/calc-lang.el (math-expr-data, math-expr-token)
11000 (math-exp-old-pos): Declare them.
11001
11002 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11003 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11004
11005 2004-11-27 Kim F. Storm <storm@cua.dk>
11006
11007 * progmodes/flymake.el: Use (featurep 'xemacs).
11008 (flymake-makehash): Change to defsubst. Use fboundp.
11009 (flymake-time-to-float): Remove.
11010 (flymake-float-time): Merge code from flymake-time-to-float here.
11011 (flymake-replace-regexp-in-string): Change to defsubst.
11012 (flymake-split-string-remove-empty-edges):
11013 Rename to flymake-split-string.
11014 (flymake-split-string): Remove previous defalias.
11015 (flymake-get-temp-dir): Change to defsubst.
11016 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11017 Define for xemacs only.
11018 (flymake-master-file-count-limit): Change into compiler defvar only.
11019 (flymake-find-possible-master-files): Let-bind it dynamically while
11020 sorting files using flymake-master-file-compare.
11021
11022 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11023
11024 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11025 of defun-prompt-regexp matches inside a comment/string but the
11026 beginning is correctly outside everything.
11027
11028 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11029 appears within a string or a comment.
11030
11031 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11032 rather than make-symbol for symbols which are used in
11033 a symbol-macrolet or equivalent.
11034
11035 2004-11-26 Jay Belanger <belanger@truman.edu>
11036
11037 * calc-misc.el (calc-last-why-command): Declare it.
11038
11039 * calc-vec.el (math-grade-vec): New variable.
11040 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11041 Replace variable grade-vec by declared variable.
11042 (math-rb-close): New variable.
11043 (math-read-brackets, math-read-vector): Replace variable close by
11044 declared variable.
11045
11046 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11047 (calc-one-window, calc-edit-handler, calc-restore-trail)
11048 (calc-allow-ret): Declare them.
11049
11050 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11051 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11052 (math-radix-float-cache-tag, math-random-cache)
11053 (math-max-digits-cache, math-integral-cache, math-units-table)
11054 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11055 (math-moc-func): New variable.
11056 (math-map-over-constants, math-map-over-constants-rec):
11057 Replace variable func by declared variable.
11058
11059 * calc/calc-store.el (calc-given-value, calc-store-opers):
11060 Declare them.
11061 (calc-var-name-map): Move declaration to earlier in the file.
11062 (calc-pv-pos): New variable.
11063 (calc-permanent-variable, calc-insert-permanent-variable):
11064 Replace variable pos by declared variable.
11065
11066 * calc/calc-mtx.el (calc-det-lu): New variable.
11067 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11068
11069 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11070 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11071 and arg by declared variables.
11072 (calcFunc-reducer): Fix incorrect variable.
11073 (math-inner-mul-func, math-inner-add-func): New variables.
11074 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11075 and add-func by declared variables.
11076
11077 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11078 (calc-digit-value): Declare them.
11079
11080 * calc/calc-help.el (Info-history): Declare it.
11081 (calc-describe-key): Make calc-summary-indentation a local variable.
11082 (calc-help-long-names): Move declaration to earlier in file.
11083
11084 * calc/calc-embed.el (calc-original-buffer): Declare it.
11085 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11086 (calc-embed-bot): New variables.
11087 (calc-do-embedded, calc-embedded-mark-formula)
11088 (calc-embedded-find-bounds, calc-embedded-duplicate)
11089 (calc-embedded-new-formula, calc-embedded-make-info):
11090 Replace vars outer-top, outer-bot, bot and top by declared variables.
11091 (calc-embed-prev-modes): New variable.
11092 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11093 prev-modes with declared variable.
11094 (calc-embed-vars-used): New variable.
11095 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11096 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11097 vars-used by declared variable.
11098
11099 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11100 (math-format-radix-float): Remove unnecessary setq.
11101 (math-radix-float-cache): Declare it.
11102
11103 * calc/calcsel2.el (calc-keep-selection): Declare it.
11104
11105 * calc/calc-maint.el: Remove file.
11106
11107 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11108
11109 * textmodes/bibtex.el (bibtex-sort-entry-class)
11110 (bibtex-comment-start): Use defcustom.
11111 (bibtex-entry-field-alist): Use nil if initial content of the
11112 field is undefined. Fix docstring.
11113 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11114 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11115 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11116 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11117 Fix docstring.
11118 (bibtex-autokey-title-terminators): Use only one regexp.
11119 (bibtex-string-maybe-empty-head): New variable.
11120 (bibtex-remove-delimiters-string): New function.
11121 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11122 Use bibtex-remove-delimiters-string.
11123 (bibtex-progress-message, bibtex-field-left-delimiter)
11124 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11125 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11126 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11127 Simplify.
11128 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11129 Use eq and bibtex-remove-delimiters-string. For end markers use
11130 insertion type so that marker stays after inserted text.
11131 (bibtex-autokey-get-names): Return empty string if name is missing.
11132 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11133 calling bibtex-autokey-name-case-convert.
11134 (bibtex-autokey-demangle-title):
11135 Call bibtex-autokey-titleword-case-convert. Remove call to
11136 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11137 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11138 (bibtex-read-key): New optional arg global.
11139 (bibtex-files-expand): New optional arg force.
11140 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11141 (bibtex-complete-crossref-cleanup): Rename from
11142 bibtex-complete-key-cleanup. Simplify code.
11143 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11144 Operate on current entry.
11145 (bibtex-button): Add docstring.
11146 (bibtex-entry): Simplify.
11147 (bibtex-make-field): Replace optional arg called-by-yank with more
11148 specific args move and interactive.
11149 (bibtex-end-of-entry): Use forward-sexp.
11150 (bibtex-find-entry-globally): Remove.
11151 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11152 Bound to C-c C-x.
11153 (bibtex-find-entry): New optional args global and display.
11154 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11155 (bibtex-validate): Use arg force of bibtex-files-expand.
11156 (bibtex-clean-entry): Bugfix, clean string entries properly.
11157 Always keep point at beginning of entry.
11158 (bibtex-complete): Bugfix. Handle string entries properly.
11159 Call cleanup functions only if needed.
11160 (bibtex-String): Use bibtex-read-string-key.
11161 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11162 case of replacement text.
11163
11164 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11165
11166 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11167 (tramp-perl-directory-files-and-attributes): New constant.
11168 (tramp-file-name-handler-alist): Delete file-directory-files, add
11169 directory-files-and-attributes.
11170 (tramp-perl-file-attributes): Surround uid and gid by double
11171 quotes. Change parameter id-format from nonnumeric.
11172 (tramp-convert-file-attributes): New function.
11173 (tramp-handle-file-attributes): Use it.
11174 (tramp-maybe-send-perl-script): New function.
11175 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11176 file mode. Change parameter id-format from nonnumeric.
11177 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11178 from nonnumeric.
11179 (tramp-post-connection): Don't send tramp-perl-file-attributes
11180 script. Reset connection property "perl-scripts".
11181 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11182 in use.
11183
11184 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11185
11186 * desktop.el (desktop-read): Replace mapcar with mapc.
11187 (desktop-create-buffer): Replace mapcar with mapc.
11188 Remove redundant piece of code.
11189
11190 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11191
11192 * progmodes/gud.el (gud-display-line): Use display-buffer
11193 for GDB-UI as for GUD.
11194
11195 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11196 Delete variables.
11197 (gdb-ann3): Don't make GUD buffer dedicated.
11198 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11199 (gdb-display-source-buffer): Delete function.
11200 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11201 (menu): Delete menu bindings for viewing source/assembler.
11202 (gdb-setup-windows, gdb-restore-windows):
11203 Don't dedicate GUD. No assembler now.
11204 (gdb-reset): No need to undedicate source buffers now.
11205 (gdb-source-info): No assembler now.
11206
11207 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11208
11209 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11210 width to those for special frames.
11211 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11212 Use display-buffer.
11213 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11214 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11215 (gdb-frame-assembler-buffer): Rework like
11216 gdb-frame-breakpoints-buffer.
11217
11218 2004-11-25 Richard M. Stallman <rms@gnu.org>
11219
11220 * progmodes/flymake.el: Reindent.
11221 (flymake-split-string): Turn into defalias.
11222 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11223 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11224 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11225 (flymake-build-relative-filename): Rename from ...path.
11226 Fix error message.
11227
11228 2004-11-25 Cheng Gao <chenggao@gmail.com>
11229
11230 * progmodes/flymake.el: Much whitespace and capitalization change.
11231 Move `provide' to end. Require `compile' only when compiling.
11232
11233 2004-11-24 Jay Belanger <belanger@truman.edu>
11234
11235 * calc/calc-alg.el: Added comment.
11236 (math-polynomial-base): Replace variable mpb-top-expr by
11237 math-poly-base-top-expr.
11238
11239 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11240 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11241 variable.
11242 (math-poly-base-total-base): New variable.
11243 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11244 mpb-total-base by declared variable.
11245 (math-factored-vars, math-to-list): Declare it.
11246 (math-fact-expr): New variable.
11247 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11248 (math-factor-expr-try, math-factor-expr-part): Replace variable
11249 expr by declared variable.
11250 (math-fet-x): New variable.
11251 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11252 by declared variable.
11253 (math-factor-poly-coefs): Make temp a local variable.
11254
11255 * calc/calc-units.el (calc-convert-units): Make units a local
11256 variable.
11257 (calc-num-units, calc-den-units): New variables.
11258 (calc-explain-units, calc-explain-units-rec): Replace variables
11259 num-units and den-units by declared variables.
11260 (math-cu-unit-list): New variable.
11261 (math-build-units-table, math-compare-unit-names)
11262 (math-convert-units, math-convert-units-rec): Replace variable
11263 unit-list by declared variable.
11264 (math-fbu-base, math-fbu-entry): New variables.
11265 (math-find-base-units, math-find-base-units-rec): Replace variables
11266 base and entry by declared variables.
11267 (math-which-standard): New variable.
11268 (math-to-standard-units, math-to-standard-rec): Replace variable
11269 which-standard by declared variable.
11270 (math-fcu-u): New variable.
11271 (math-find-compatible-unit, math-find-compatible-unit-rec):
11272 Replace variable u by declared variable.
11273 (math-cu-new-units, math-cu-pure): New variables.
11274 (math-convert-units, math-convert-units-rec): Replace variables
11275 new-units and pure by declared variables.
11276 (math-try-cancel-units): New variable.
11277 (math-simplify-units-quotient): Replace variable try-cancel-units by
11278 declared variable.
11279
11280 2004-11-24 Richard M. Stallman <rms@gnu.org>
11281
11282 * textmodes/ispell.el (ispell-check-version):
11283 If default-directory is nonexistent, use home dir.
11284
11285 * progmodes/grep.el (grep-regexp-alist):
11286 Don't match parens around line numbers.
11287
11288 * progmodes/cperl-mode.el (cperl-indent-region)
11289 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11290 Don't print progress messages.
11291
11292 * progmodes/compile.el (compilation-mode-map):
11293 Don't inherit from compilation-minor-mode-map;
11294 copy its bindings instead. But the menu bar Compile
11295 entry now does inherit from compilation-menu-map.
11296
11297 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11298 Use with-no-warnings around compiler-macroexpand.
11299
11300 * imenu.el: Don't always require newcomment.
11301 (imenu--generic-function): Call comment-normalize-vars
11302 if we have a comment syntax.
11303 Exit the loop if REGEXP matches the null string.
11304 Test comment-start as well as comment-start-skip
11305 when deciding whether to check for comments.
11306
11307 * tooltip.el (tooltip-mode): Doc fix.
11308
11309 * term.el (term-escape-char, term-mode): Doc fixes.
11310
11311 2004-11-24 Dave Love <fx@gnu.org>
11312
11313 * progmodes/python.el (python-font-lock-syntactic-keywords):
11314 Check for escapes in the regexp.
11315 (python-quote-syntax): Don't do it here.
11316
11317 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11318
11319 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11320 (gdb-frames-mode-map, gdb-threads-mode-map)
11321 (gdb-registers-mode-map, gdb-locals-mode-map)
11322 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11323 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11324
11325 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11326 (dedicated-switch-to-buffer): Rework.
11327 (gdb-var-evaluate-expression-handler, gdb-put-string):
11328 Remove unused variable bindings.
11329 (gdb-setup-windows, gdb-display-buffer):
11330 Simplify. Use pop-to-buffer.
11331 (gdb-view-source-function): Simplify.
11332 (gdb-frame-breakpoints-buffer):
11333 Use pop-to-buffer, special-display-regexps.
11334
11335 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11336
11337 * progmodes/f90.el (f90-smart-end)
11338 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11339 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11340 (f90-end-of-block): Doc fix. Make check of outermost block
11341 conditional on value of `f90-smart-end'.
11342 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11343 Handle case where END-BLOCK is nil.
11344 (f90-match-end): Handle un-named PROGRAM blocks.
11345 (f90-backslash-not-special): New function.
11346
11347 2004-11-24 Jay Belanger <belanger@truman.edu>
11348
11349 * calc/calc.el (calc-embedded-active): Removed unnecessary
11350 declaration.
11351 (calc-show-banner): Removed redundant declaration.
11352
11353 * calc/calc-graph.el (calc-gnuplot-default-device)
11354 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11355 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11356 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11357 Remove redundant initial values.
11358
11359 * calc/calc-arith.el (math-scalar-functions)
11360 (math-nonscalar-functions, math-scalar-if-args-functions)
11361 (math-real-functions, math-positive-functions)
11362 (math-nonnegative-functions, math-real-scalar-functions)
11363 (math-real-if-arg-functions, math-integer-functions)
11364 (math-num-integer-functions, math-rounding-functions)
11365 (math-float-rounding-functions, math-integer-if-args-functions)
11366 (math-super-types): Move declarations to earlier in file.
11367 (math-unit-prefixes): Declared it.
11368 (math-floor-prec, math-trunc-prec): New variables.
11369 (math-trunc-fancy): Replace variable prec by declared variable.
11370 (math-floor-fancy): Replace variable prec by declared variable.
11371 (math-com-bterms): New variable.
11372 (math-commutative-equal, math-commutative-collect):
11373 Replace variable bterms by declared variable.
11374
11375 * calc/calc-misc.el (math-trunc): Replace variable prec by
11376 math-trunc-prec.
11377 (math-floor): Replace variable prec by math-floor-prec.
11378
11379 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11380 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11381 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11382 (math-format-date, math-format-date-part): Replace variables
11383 date, dt, year, month, day, weekday, hour, minute, second and
11384 bc-flag by declared variables.
11385 (math-pd-str): New variable.
11386 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11387 Replace variable str by declared variable.
11388 (math-daylight-savings-hook, math-tzone-names): Move definitions
11389 to earlier in the file.
11390 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11391 (math-sh-year): New variable.
11392 (math-setup-add-holidays, math-setup-holidays)
11393 (math-setup-year-holidays): Replace variable `year' by declared
11394 variable.
11395
11396 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11397 New variables.
11398 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11399 n, nf and nfm1 by declared variables.
11400 (math-nri-n): New variable.
11401 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11402 n by declared variable.
11403 (calcFunc-log): Removed misplaced condition.
11404
11405 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11406
11407 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11408
11409 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11410
11411 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11412 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11413 Dedicate gdb-related windows.
11414 (gdb-display-buffer): Dedicate gdb-related windows.
11415 Don't grab other frames.
11416 (gdb-reset): Remove dedicated property after debugging.
11417
11418 2004-11-24 Jay Belanger <belanger@truman.edu>
11419
11420 * calc/calc-sel.el: Add comment.
11421
11422 * calc/calc.el (math-stack-value-offset): Replace variables c,
11423 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11424
11425 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11426 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11427 (math-stack-value-offset-fancy): Replace variables c, wid and off
11428 by declared variables.
11429 (math-comp-just, math-comp-comma-spc): New variables.
11430 (math-compose-expr, math-compose-matrix): Replace variables `just'
11431 and comma-spc by declared variable.
11432 (math-comp-vector-prec): New variable.
11433 (math-compose-expr, math-compose-matrix, math-compose-rows):
11434 Replace variable vector-prec by declared variable.
11435 (math-comp-left-bracket, math-comp-right-bracket)
11436 (math-comp-comma): New variables.
11437 (math-compose-expr, math-compose-rows): Replace variables
11438 left-bracket, right-bracket and comma by declared variables.
11439 (math-comp-full-width): New variable.
11440 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11441 Replace variable full-width by declared variable.
11442 (math-comp-highlight, math-comp-word, math-comp-level)
11443 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11444 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11445 New variables.
11446 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11447 (math-comp-sel-flat-term): Replace variables comp-highlight,
11448 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11449 declared variables.
11450 (math-comp-simplify, math-comp-simplify-term)
11451 (math-comp-add-string, math-comp-add-string-sel):
11452 Replace variables comp-highlight, comp-buf, comp-base,
11453 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11454
11455 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11456
11457 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11458
11459 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11460 and x-server-version may throw.
11461
11462 2004-11-23 Kim F. Storm <storm@cua.dk>
11463
11464 * subr.el (substitute-key-definition-key): Optimize.
11465 Don't call indirect-function for nil defn (always signals error).
11466
11467 * ido.el (ido-read-internal): Fix require-match check when
11468 ido-directory-too-big is set.
11469
11470 2004-11-23 Jay Belanger <belanger@truman.edu>
11471
11472 * calc/calc-ext.el (math-read-replacement-list)
11473 (math-read-superscripts): New variables.
11474 (math-read-preprocess-string): New function.
11475 (math-read-expr): Filter input through math-read-preprocess-string.
11476
11477 * calc/calc-aent.el (math-read-exprs): Filter input through
11478 math-read-preprocess-string.
11479
11480 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11481
11482 * progmodes/compile.el (compilation-start): In cd command use
11483 substitute-env-vars -- not quite shell compatible but better than
11484 nothing.
11485 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11486 handle the newer versions messages, which are more parseable.
11487
11488 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11489
11490 * reveal.el (reveal-mode-map): New var.
11491 (reveal-mode): Use it.
11492
11493 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11494
11495 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11496 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11497
11498 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11499
11500 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11501 header-line when needed.
11502 Use fixed-pitch only in the header-line.
11503 Build the underline automatically. Use emdash if available.
11504
11505 2004-11-22 Richard M. Stallman <rms@gnu.org>
11506
11507 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11508 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11509
11510 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11511
11512 * progmodes/gdb-ui.el (gdb-resync): New function.
11513 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11514 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11515 Use it to fail more gracefully.
11516 (gdb-variables): Delete variable.
11517 Re-order variables to reduce byte-compiler warnings.
11518
11519 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11520
11521 * descr-text.el (describe-char):
11522 * paren.el (show-paren-function):
11523 * subr.el (syntax-after): Undo last change.
11524
11525 * progmodes/python.el (run-python): Don't hard code *Python*.
11526 Don't modify global process-environment.
11527 (python-send-region, python-load-file): Don't assume that
11528 python-buffer == (process-buffer (python-proc)).
11529 (python-switch-to-python): Simplify.
11530
11531 * dired.el (dired-align-file): Don't assume line starts with spaces.
11532
11533 2004-11-21 Jay Belanger <belanger@truman.edu>
11534
11535 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11536 Replace variable `lines' by math-read-big-lines.
11537 (math-read-big-expr): Replace variables the-baseline, the-h2
11538 and err-msg by math-read-big-baseline, math-read-big-h2 and
11539 math-read-err-msg.
11540 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11541
11542 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11543 (math-read-big-balance): Replace unbound variable by value.
11544 (math-read-big-lines): New variable.
11545 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11546 (math-read-big-error, math-read-big-balance): Replace variable
11547 `lines' by declared variable.
11548 (math-read-big-baseline, math-read-big-h2): New variables.
11549 (math-read-big-rec): Replace variables the-baseline and the-h2
11550 by declared variables.
11551 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11552 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11553 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11554 declared variables.
11555 (math-read-big-err-msg): New variable.
11556 (math-read-big-error): Replace variable err-msg by declared variable.
11557
11558 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11559
11560 * ses.el: Add coding cookie.
11561 Fix up docstrings, follow new commenting conventions.
11562 (ses-header-line-menu): Fix missing variable rename for header-row.
11563 (ses-cell-size): Remove.
11564 (ses-make-cell): New function.
11565 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11566 (ses-calculate-cell): Remove unused var `symbol'.
11567 (ses-narrowed-p): New function.
11568 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11569 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11570 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11571 (ses-setup): Use restore-buffer-modified-p.
11572 (ses-cleanup): Remove unused var `end'.
11573 (ses-header-string-left-offset): Remove.
11574 (ses-create-header-string): Adjust to new behavior of `align-to'.
11575 Truncate excessively large fields to preserve alignment.
11576 (ses-reconstruct-all): Remove unused var `refs'.
11577 (ses-read-cell-printer): Remove unused var `prompt'.
11578 (ses-delete-row): Remove unused var `pos'.
11579 (ses-delete-column): Remove unused var `new'.
11580
11581 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11582
11583 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11584 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11585 Eliminate eval-and-compile usage.
11586 (ps-insert-file): Use insert-file-contents instead of insert-file.
11587 (ps-setup): Code fix.
11588
11589 * printing.el (pr-setup, lpr-setup): Code fix.
11590
11591 2004-11-21 Jay Belanger <belanger@truman.edu>
11592
11593 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11594 (calc-original-buffer): Declare them.
11595 (calc-user-formula-alist): New variable.
11596 (calc-user-define-formula, calc-fix-user-formula)
11597 (calc-user-define-composition, calc-finish-formula-edit):
11598 Replace variable `alist' by declared variable.
11599 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11600 (var-q7, var-q7, var-q8, var-q9): Declare them.
11601 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11602 are bound.
11603 (calcFunc-typeof): Replace undeclared variable by expression.
11604 (math-exp-env): New variable.
11605 (math-define-body, math-define-exp): Replace exp-env by declared var.
11606 (math-define-exp): Replace misplaced variable by expression.
11607
11608 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11609 (calc-curve-model, calc-curve-coefnames): New variables.
11610 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11611 varnames, model and coefnames by declared variables.
11612 (math-root-widen): New variable.
11613 (math-search-root, math-find-root): Replace variable root-widen by
11614 declared variable.
11615 (var-DUMMY): Declare it.
11616 (math-root-vars, math-min-vars): Move the declarations to earlier in
11617 the file.
11618 (math-brent-min): Make d a local variable.
11619 (math-find-minimum): Replace non-existent variable.
11620 (math-ninteg-romberg): Remove unnecessary variable.
11621 (math-ninteg-temp): New variable.
11622 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11623 integ-temp by declared variable.
11624 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11625 New variables.
11626 (math-general-fit): Replace variables first-var, first-coef and
11627 new-coefs by declared variables.
11628 (calcFunc-fitvar): Replace variable first-var by declared variable.
11629 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11630 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11631 (math-all-vars-vars, math-all-vars-found): New variables.
11632 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11633 found by declared variable math-all-vars-vars.
11634
11635 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11636
11637 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11638 of `defconst'.
11639
11640 2004-11-20 Richard M. Stallman <rms@gnu.org>
11641
11642 * isearch.el (isearch-mode-map): Don't bind SPC.
11643 (isearch-whitespace-chars): Function deleted.
11644 (isearch-search): Bind search-spaces-regexp.
11645 (isearch-lazy-highlight-search): Likewise.
11646 (search-whitespace-regexp): Doc fix.
11647 (isearch-forward-regexp): Doc fix.
11648
11649 * emacs-lisp/bytecomp.el (byte-compile-form):
11650 Move the calls to byte-compile-set-symbol-position,
11651 to avoid having two for the same symbol occurrence.
11652
11653 * comint.el (comint-input-ring-size): Increase to 150.
11654
11655 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11656 New variables.
11657 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11658 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11659
11660 * imenu.el (imenu--generic-function):
11661 Ensure we keep moving backward even if BEG isn't further back.
11662
11663 * replace.el (query-replace-read-to, query-replace-read-from):
11664 Specify t for KEEP-ALL in read-from-minibuffer.
11665
11666 * progmodes/python.el (python-switch-to-python):
11667 If Python isn't running, start it.
11668 Don't alter debug-ignored-errors.
11669
11670 * progmodes/cperl-mode.el (cperl-indent-region):
11671 Don't mind imenu-scanning-message.
11672
11673 * bindings.el (global-map): Bind C-e to move-end-of-line.
11674
11675 * simple.el (line-move-finish): New arg FORWARD.
11676 Ignore invisible newlines, not intangible ones.
11677 Conditions for acceptable stopping positions depend on FORWARD.
11678 (line-move): Pass FORWARD arg to line-move-finish.
11679
11680 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11681 of HEADER. Compensate for this change in the code to add display
11682 properties. Don't make the first line intangible.
11683
11684 * info.el (Info-search): Fix previous change.
11685
11686 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11687
11688 * Makefile.in (recompile): Revert 2004-11-19 change.
11689 (compile): Likewise.
11690
11691 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11692
11693 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11694
11695 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11696
11697 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11698 defgroup and defcustom. Eliminate eval-and-compile usage.
11699
11700 * progmodes/ebnf-otz.el: Fix typos.
11701
11702 2004-11-19 Jay Belanger <belanger@truman.edu>
11703
11704 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11705 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11706 disp-trail by declared variable.
11707
11708 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11709 (calc-finish-selection-edit): Replace variable disp-trail by
11710 declared variable.
11711 (calc-selection-cache-entry): Move declaration to earlier in the file.
11712 (calc-selection-cache-num, calc-selection-cache-comp)
11713 (calc-selection-cache-offset, calc-selection-true-num)
11714 (calc-final-point-line, calc-final-point-column)
11715 (calc-original-buffer): Declare them.
11716 (calc-fnp-op, calc-fnp-num): New variables.
11717 (calc-find-nth-part, calc-find-nth-part-rec)
11718 (calc-select-previous): Replace op and num by declared variables.
11719 (calc-rsf-old, calc-rsf-new): New variables.
11720 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11721 Replace variables old and new by declared variables.
11722 (calc-sel-reselect): New variable.
11723 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11724 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11725 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11726 reselect with declared variable.
11727
11728 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11729 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11730 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11731 (math-import-list, math-rewrite-phase): Declare them.
11732 (math-rewrite): Use let* to declare variables.
11733 (calc-rewrite-selection): Make rules a local variable.
11734 (calc-rewr-sel): New variable.
11735 (calc-rewrite-selection, calc-locate-selection-marker)
11736 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11737 of sel.
11738 (math-rewrite-whole-expr): New variable.
11739 (math-rewrite, math-rewrite-phase): Replace variable expr by
11740 declared variable.
11741 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11742 (math-rewrite-heads-blanks ): New variables.
11743 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11744 heads, skips and blanks by declared variables.
11745 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11746 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11747 New variables.
11748 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11749 old, new, old-func and new-func by declared variables.
11750 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11751 Remove unnecessary variable.
11752 (math-apply-rw-regs): New variable.
11753 (math-apply-rewrites, math-rwapply-replace-regs)
11754 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11755 (math-apply-rw-ruleset): New variable.
11756 (math-apply-rewrites, math-rwapply-remember): Replace variable
11757 ruleset by declared variable.
11758
11759 2004-11-19 Richard M. Stallman <rms@gnu.org>
11760
11761 * info.el (Info-search): Use search-whitespace-regexp.
11762
11763 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11764
11765 * vc-rcs.el (vc-rcs-parse): New function.
11766 (vc-rcs-annotate-command): Likewise.
11767 (vc-rcs-annotate-current-time): Likewise.
11768 (vc-rcs-annotate-time): Likewise.
11769 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11770
11771 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11772
11773 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11774
11775 2004-11-18 Jay Belanger <belanger@truman.edu>
11776
11777 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11778
11779 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11780
11781 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11782 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11783 Use make-temp-file to generate PostScript files in any situation.
11784 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11785 (pr-interactive-p): Eliminate var.
11786 (pr-save-interactive): Eliminate macro.
11787 (pr-interface, pr-ps-directory-preview)
11788 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11789 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11790 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11791 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11792 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11793 (pr-ps-region-ps-print, pr-ps-mode-preview)
11794 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11795 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11796 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11797 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11798 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11799 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11800 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11801 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11802 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11803 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11804 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11805 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11806 Eliminate pr-save-interactive usage.
11807 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11808 Eliminate pr-interactive-p usage.
11809 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11810 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11811 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11812 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11813 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11814 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11815 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11816 New funs.
11817 (pr-ps-file): Use make-temp-file to generate a temporary file.
11818
11819 2004-11-17 Jay Belanger <belanger@truman.edu>
11820
11821 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11822 a local variable.
11823 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11824 (math-top-only): New variable.
11825 (math-simplify, math-simplify-step): Replace variable top-only by
11826 declared variable math-top-only.
11827 (math-simplify-expr): Declare it.
11828 Replace argument expr in all calls of math-defsimplify by
11829 math-simplify-expr.
11830 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11831 (math-simplify-divisor, math-simplify-one-divisor)
11832 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11833 (math-simplify-pow): Replace variable expr by declared variable
11834 math-simplify-expr.
11835 (math-simplify-divisor): Remove local variables temp and op.
11836 (math-simplify-one-divisor): Make temp and op local variables.
11837 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11838 New variables.
11839 (math-simplify-divisor, math-simplify-one-divisor):
11840 Replace variables nover and dover by declared variables.
11841 (math-expr-subst-new, math-expr-subst-old): New variables.
11842 (math-expr-subst, math-expr-subst-rec): Replace variables new
11843 and old by declared variables.
11844 (math-is-poly-degree, math-is-poly-loose): New variables.
11845 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11846 and loose by declared variables.
11847 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11848 (math-polynomial-base, math-polynomial-base-rec):
11849 Replace variables const-ok and mpb-pred by declared variables.
11850
11851 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11852
11853 * calc/calc-ext.el (math-defsimplify): Change the argument in
11854 the created function to math-simplify-expr.
11855
11856 * calc/calc-units.el (math-simplify-expr): Declare it.
11857 Replace argument expr in all calls of math-defsimplify by
11858 math-simplify-expr.
11859 (math-simplify-units-prod): Replace variable expr by declared
11860 variable math-simplify-expr.
11861
11862 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11863
11864 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11865 Replace mapcar->dolist, format->string.
11866
11867 2004-11-17 Miles Bader <miles@gnu.org>
11868
11869 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11870 * progmodes/idlwave.el: Remove RCS keywords.
11871
11872 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11873
11874 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11875 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11876 Update to IDLWAVE version 5.5. Too many changes to list them here.
11877 * progmodes/idlw-help.el: New file.
11878
11879 2004-11-16 Richard M. Stallman <rms@gnu.org>
11880
11881 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11882 Discard spaces after \i according to TeX rules.
11883
11884 * international/mule.el (set-buffer-file-coding-system):
11885 New arg NOMODIFY.
11886 (after-insert-file-set-coding): Pass that new arg.
11887 Prevent set-buffer-multibyte from trying to lock the file.
11888
11889 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11890
11891 * saveplace.el (save-place): Doc fix.
11892
11893 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11894 temporarily widen before finding the following word to copy.
11895
11896 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11897 (cl-map-keymap): Definition deleted.
11898
11899 * subr.el (map-keymap-internal): New function.
11900
11901 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11902
11903 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11904 when pressing rather than when releasing mouse-2. Simplify.
11905
11906 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11907
11908 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11909 (compilation-mode): Set it here instead.
11910
11911 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11912
11913 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11914 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11915
11916 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11917
11918 * progmodes/compile.el (compilation-internal-error-properties):
11919 Fix up a transposition-typo. Check end-col before using it.
11920
11921 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11922
11923 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11924 Discard whitespace after macro \i when converting it.
11925
11926 2004-11-16 Juri Linkov <juri@jurta.org>
11927
11928 * emacs-lisp/find-func.el (find-function-regexp):
11929 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11930 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11931 Remove invalid `\W' from [^cgv\W]. Doc fix.
11932 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11933
11934 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11935
11936 * play/life.el: Maintainer is now FSF.
11937 (life-patterns, life-neighbor-deltas, life-window-start)
11938 (life-current-generation, life-generation-string): Use defvar
11939 instead of defconst.
11940
11941 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * progmodes/compile.el (compilation-move-to-column): New fun.
11944 (compilation-internal-error-properties)
11945 (compilation-next-error-function): Use it to make sure we don't go past
11946 the end of line.
11947
11948 2004-11-15 John Paul Wallington <jpw@gnu.org>
11949
11950 * autoinsert.el (auto-insert-alist): Insert the user's name in
11951 copyright notice, rather than Free Software Foundation, for the
11952 Emacs Lisp header case too.
11953
11954 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11955
11956 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11957 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11958 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11959 return the list of string in a string.
11960 (pr-call-process): Message if calling process returns an error, that
11961 is, the exit status is different of zero.
11962
11963 2004-11-15 Jay Belanger <belanger@truman.edu>
11964
11965 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11966 variable var-thing.
11967 (math-integ-depth, math-integ-level, math-integral-limit)
11968 (math-enable-subst, math-any-substs, math-integ-msg)
11969 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11970 (math-int-threshold, math-int-factors, math-double-roots)
11971 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11972 (var-GenCount): Declare these variables.
11973 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11974 (math-integral-cache, math-integral-cache-state):
11975 Move declarations to earlier in the file.
11976 (math-deriv-var, math-deriv-total, math-deriv-symb)
11977 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11978 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11979 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11980 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11981 (math-solve-res): New variables
11982 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11983 (math-integral, math-replace-integral-parts)
11984 (math-integrate-by-parts, calc-dump-integral-cache)
11985 (math-try-integral, math-do-integral, math-do-integral)
11986 (math-do-integral-methods, math-try-solve-for)
11987 (math-try-solve-prod, math-solve-poly-funny-powers)
11988 (math-solve-crunch-poly, math-decompose-poly)
11989 (math-solve-find-root-term, math-find-root-in-prod)
11990 (math-integ-try-linear-substitutions)
11991 (math-integ-try-substitutions, math-expr-rational-in)
11992 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11993 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11994 (math-solve-for, math-solve-system, math-solve-system-rec)
11995 (math-solve-get-sign, math-solve-get-int)
11996 (math-solve-system-subst): Replace undeclared variables with newly
11997 declared variables.
11998
11999 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12000
12001 * winner.el (winner-active-region, winner-edges, winner-window-list):
12002 Define at toplevel.
12003 (winner-mode-map): Move init inside declaration.
12004
12005 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12006
12007 * files.el (convert-standard-filename): Doc fix.
12008
12009 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12010
12011 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12012 passwd, group, shadow, default/* and pam.d/*.
12013
12014 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12015
12016 * printing.el (pr-menu-spec): Adjust menu specification.
12017
12018 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12019
12020 * printing.el: Doc fix. Insert :version tag into all defcustom.
12021 Handle interactive-p as is recommended in Emacs Lisp Reference.
12022 Set the file permission bits for newly created files.
12023 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12024 The printing menu specification (in `pr-menu-spec') was merged.
12025 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12026 (pr-version): New version number (6.8.3).
12027 (pr-file-modes): New option.
12028 (pr-interactive-p): New var.
12029 (pr-save-interactive, pr-save-file-modes): New macros.
12030 (pr-setup): Code fix.
12031 (pr-menu-spec): Menu specification merged.
12032 (pr-call-process, pr-text2ps): Set file permission bits.
12033 (pr-despool-print): Set file permission bits. Handle interactive-p as
12034 is recommended.
12035 (pr-interface, pr-ps-directory-preview)
12036 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12037 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12038 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12039 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12040 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12041 (pr-ps-region-ps-print, pr-ps-mode-preview)
12042 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12043 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12044 (pr-despool-using-ghostscript, pr-despool-ps-print)
12045 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12046 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12047 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12048 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12049 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12050 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12051 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12052 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12053 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12054 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12055 Handle interactive-p as is recommended.
12056
12057 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12058
12059 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12060 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12061
12062 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12063 so it doesn't forget to highlight the beginning of the region either.
12064
12065 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12066
12067 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12068 (c-font-lock-init): Eliminate obsolete make-local-hook.
12069 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12070 (awk-mode): Use run-mode-hooks.
12071
12072 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12073
12074 2004-11-13 Kim F. Storm <storm@cua.dk>
12075
12076 * mouse.el (mouse-drag-copy-region): Add :version.
12077 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12078 while dragging mode line, so mode line can be dragged downwards.
12079 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12080 while pressing mouse button so window doesn't scroll until we
12081 release the mouse if clicking on partially visible line.
12082
12083 2004-11-12 Jay Belanger <belanger@truman.edu>
12084
12085 * calc/calc-graph.el (calc-dumb-map): Declare it.
12086 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12087 than unbound.
12088 (calc-graph-name): Made `end' a local variable.
12089 (calc-graph-lookup): Made `varname' a local variable.
12090 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12091 Declare them.
12092 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12093 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12094 the unused variable y3vec.
12095 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12096 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12097 calc-graph-prev-kill-hook.
12098 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12099 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12100 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12101 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12102 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12103 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12104 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12105 (calc-graph-y3value, calc-graph-y3name)
12106 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12107 (calc-graph-stepcount, calc-graph-is-splot)
12108 (calc-graph-surprise-splot, calc-graph-blank)
12109 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12110 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12111 (calc-graph-recompute-2d, calc-graph-compute-3d)
12112 (calc-graph-format-data): Replace undeclared variables with the
12113 above newly declared variables.
12114
12115 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12116
12117 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12118 `rsf-beep' and `rsf-sleep-after-message'.
12119
12120 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12121 list if `message-sender' is non-nil.
12122
12123 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12124
12125 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12126 consing by using mapc instead of mapcar.
12127
12128 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12129
12130 * tooltip.el (require): Explain why CL is needed.
12131
12132 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12133
12134 * printing.el: Insert :version into defgroup (printing). All reference
12135 to Files option in menubar were changed to File.
12136 (pr-version): New version number (6.8.2).
12137 (pr-get-symbol): Call easy-menu-intern.
12138 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12139 compilation gripes.
12140
12141 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12142
12143 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12144 new byte-compile-function-environment binding to t.
12145
12146 * font-lock.el (font-lock-fontify-syntactically-region):
12147 Don't forget to highlight the last char when we hit `end'.
12148
12149 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12150 (mwheel-scroll): Adjust accordingly.
12151
12152 * cvs-status.el: Reduce spurious warnings.
12153 (cvs-status-checkout): Remove.
12154 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12155
12156 * pcvs.el (cvs-mode-checkout): New command.
12157
12158 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12159
12160 * tooltip.el: Require CL.
12161
12162 * emacs-lisp/bytecomp.el: Use push.
12163 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12164 (defalias): Remove the `byte-compile' property and add
12165 a `byte-hunk-handler'.
12166
12167 2004-11-11 Juri Linkov <juri@jurta.org>
12168
12169 * info.el (Info-search): Save match data for isearch.
12170 Skip Tag Table node.
12171
12172 * descr-text.el (describe-char): Replace syntax-after with code
12173 from its previous version.
12174
12175 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12176 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12177
12178 * international/mule.el (sgml-html-meta-auto-coding-function):
12179 Remove > after <html to allow HTML attributes.
12180
12181 2004-11-11 Jay Belanger <belanger@truman.edu>
12182
12183 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12184 a variable.
12185 (calcFunc-dfac): Replace unbound max by n.
12186 (math-stirling-local-cache): New variable.
12187 (math-stirling-number, math-stirling-1, math-stirling-2):
12188 Replace the variable `cache' by the declared variable
12189 math-stirling-local-cache.
12190 (var-RandSeed): Declare it as a variable.
12191 (math-init-random-base, math-random-digit): Don't check to see if
12192 var-RandSeed is bound.
12193 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12194 Declare them instead of just setting them.
12195 (math-init-random-base): Made i a local variable.
12196 (math-random-digit): Made math-random-last a local variable.
12197 (math-prime-test-cache): Move declaration to before it is used.
12198 (math-prime-test-cache-k, math-prime-test-cache-q)
12199 (math-prime-test-cache-nm1, math-prime-factors-finished):
12200 Declare them as variables.
12201
12202 2004-11-11 Jay Belanger <belanger@truman.edu>
12203
12204 * calc/calc-ext.el (math-defcache): Use defvar for the new
12205 variables it creates.
12206
12207 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12208
12209 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12210 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12211 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12212 (desktop-save): Add :version.
12213
12214 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12215
12216 * printing.el (pr-get-symbol): Don't downcase.
12217
12218 2004-11-10 Jay Belanger <belanger@truman.edu>
12219
12220 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12221 string to kill-ring.
12222
12223 * calc/calc-aent.el (calc-alg-exp, math-toks)
12224 (math-exp-pos,math-exp-old-pos, math-exp-token)
12225 (math-exp-keep-spaces, math-exp-str): New variables.
12226 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12227 (calcAlg-enter): Use declared variable calc-alg-exp.
12228 (math-build-parse-table, math-find-user-token): Use declared
12229 variable math-toks.
12230 (math-read-exprs, math-read-token, calc-check-user-syntax)
12231 (calc-match-user-syntax, match-factor-after, math-read-factor):
12232 Use declared variables math-exp-pos math-exp-old-pos.
12233 (math-read-exprs, math-read-token, math-read-expr-level)
12234 (calc-check-user-syntax, calc-match-user-syntax)
12235 (match-factor-after, math-read-factor): Use declared variable
12236 math-exp-token.
12237 (math-read-exprs, math-read-expr-list, math-read-token)
12238 (math-read-factor): Use declared variable math-exp-keep-spaces.
12239 (math-read-exprs, math-read-token): Use declared variable
12240 math-exp-str.
12241 (calc-match-user-syntax): Make m a local variable.
12242
12243 * calc/calc-ext.el (math-read-expr): Use declared variables
12244 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12245 math-exp-keep-spaces.
12246
12247 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12248 variables math-exp-pos, math-exp-str.
12249
12250 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12251 math-exp-old-pos.
12252 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12253 (math-parse-eqn-prime): Use declared variable math-exp-token.
12254
12255 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12256 Use declared variable math-exp-pos.
12257 (math-check-for-commas): Use declared variable math-exp-str.
12258 (math-read-brackets): Use declared variables math-exp-old-pos,
12259 math-exp-keep-spaces.
12260 (math-read-brackets, math-read-vector, math-read-matrix):
12261 Use declared variable math-exp-token.
12262
12263 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12264
12265 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12266 where the keymap is a symbol.
12267 (easy-menu-add-item): Use keymap-prompt. Simplify.
12268
12269 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12270
12271 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12272 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12273
12274 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12275
12276 * ebuff-menu.el: Doc fixes throughout.
12277 (electric-buffer-menu-mode-hook): New defvar.
12278
12279 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12280
12281 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12282 The resulting compiler warnings appear to be harmless.
12283
12284 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12285
12286 * textmodes/conf-mode.el: New file.
12287
12288 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12289
12290 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12291
12292 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12293
12294 2004-11-09 Jay Belanger <belanger@truman.edu>
12295
12296 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12297
12298 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12299 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12300 (calc-z-prefix-help, calc-user-function-list): Use declared
12301 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12302 (math-map-tree, math-map-tree-rec): Use declared variables
12303 math-mt-many, math-mt-func.
12304 (math-read-expression, math-read-string): Use declared variable
12305 math-expr-data.
12306
12307 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12308 variable math-normalize-a.
12309
12310 * calc/calc.el (math-normalize-a): New variable.
12311 (math-normalize): Use declared variable math-normalize-a.
12312
12313 * calc/calc-poly.el (math-expand-form): Use declared variable
12314 math-mt-many.
12315
12316 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12317 Use declared variable math-mt-many.
12318 (math-rewrite): Use declared variable math-mt-func.
12319
12320 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12321 (math-read-matrix): Use declared variable math-expr-data.
12322
12323 * calc/calc-lang.el (math-parse-fortran-vector)
12324 (math-parse-fortran-vector-end, math-parse-tex-sum)
12325 (math-parse-eqn-matrix, math-parse-eqn-prime)
12326 (math-read-math-subscr): Use declared variable math-expr-data.
12327
12328 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12329 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12330 (calc-match-user-syntax, math-read-if, math-factor-after)
12331 (math-read-factor): Use declared variable math-expr-data.
12332
12333 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12334
12335 * calendar/diary-lib.el (diary-from-outlook)
12336 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12337 interactive-p; but rather new optional argument NOCONFIRM.
12338
12339 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12340
12341 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12342 (easy-menu-name-match): Revert correspondingly.
12343
12344 2004-11-09 Richard M. Stallman <rms@gnu.org>
12345
12346 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12347 Turn off warnings for the new function even if definition not constant.
12348 If the definition isn't a quoted symbol, record (FUNCTION . t).
12349 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12350 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12351 (display-call-tree, byte-compile-arglist-warn):
12352 Handle t returned by byte-compile-fdefinition.
12353
12354 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12355
12356 * Makefile.in (maintainer-clean): Depend on distclean.
12357
12358 * help-fns.el (help-C-file-name): File name must be in build-files
12359 to be returned.
12360
12361 2004-11-09 Jay Belanger <belanger@truman.edu>
12362
12363 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12364 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12365
12366 * calc/calc.el (calc, calc-trail-display, calc-mode):
12367 Remove obsolete sections.
12368
12369 * calc/calc.el (calc-x-paste-text): Remove.
12370
12371 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12372 mouse-2.
12373
12374 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12375
12376 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12377 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12378 current frame (in case of recursive calls).
12379 (gdb-show-changed-values): Add :version keyword.
12380
12381 2004-11-09 Kenichi Handa <handa@m17n.org>
12382
12383 * international/mule-cmds.el: Change coding: tag back to
12384 iso-2022-7bit.
12385
12386 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12387
12388 * international/mule-cmds.el: Change coding-system to utf-8.
12389 (select-safe-coding-system-interactively):
12390 New function extracted from select-safe-coding-system.
12391 (select-safe-coding-system): Use it.
12392
12393 2004-11-08 Richard M. Stallman <rms@gnu.org>
12394
12395 * subr.el (syntax-after): Doc fix.
12396
12397 * paren.el (show-paren-function): Change calls to syntax-after
12398 for new way of returning the value.
12399
12400 * menu-bar.el (menu-bar-file-menu): Make this the real name
12401 and menu-bar-files-menu the alias. Use the former.
12402 (global-map): Use `file', not `files', as the symbol.
12403
12404 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12405
12406 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12407 Don't use beginning-of-buffer.
12408 (filesets-cmd-show-result): Use with-no-warnings.
12409
12410 2004-11-08 Juri Linkov <juri@jurta.org>
12411
12412 * progmodes/compile.el (compile): Don't overwrite last command in
12413 minibuffer history with default command if they are not equal.
12414
12415 2004-11-08 Jay Belanger <belanger@truman.edu>
12416
12417 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12418 non-linear substitutions.
12419
12420 2004-11-08 Jay Belanger <belanger@truman.edu>
12421
12422 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12423 (math-do-integral): Set `math-linear-subst-tried' to nil.
12424 (math-do-integral-methods): Use `math-linear-subst-tried' to
12425 determine what type of substitution to try.
12426 (math-integ-try-linear-substituion):
12427 Set `math-linear-subst-tried' to t.
12428
12429 2004-11-08 Kim F. Storm <storm@cua.dk>
12430
12431 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12432
12433 2004-11-07 Juri Linkov <juri@jurta.org>
12434
12435 * info-look.el (info-lookup): Allow reusing in the current buffer
12436 not only *info* buffer, but all (even renamed) Info buffers
12437 by checking for major-mode instead of *info* buffer name.
12438 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12439 (octave-mode, maxima-mode) <doc-spec>:
12440 Allow long dashes generated by Texinfo 4.7 before definitions.
12441 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12442 definitions with argument separated by space.
12443
12444 2004-11-06 Richard M. Stallman <rms@gnu.org>
12445
12446 * simple.el (next-error group, face): Move before first use.
12447 (next-error-highlight, next-error-highlight-no-select): Likewise.
12448
12449 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12450 (line-move): New args NOERROR and TO-END.
12451 Return t if succeed in moving specified number of lines.
12452 (move-end-of-line): New function.
12453
12454 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12455 (end-of-buffer-other-window): Likewise.
12456
12457 * simple.el (line-move-ignore-invisible): Default to t.
12458
12459 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12460
12461 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12462
12463 * international/iso-cvt.el (iso-cvt-define-menu):
12464 Rename menu-bar-files-menu to menu-bar-file-menu.
12465
12466 * net/browse-url.el (browse-url-gnome-moz-program)
12467 (browse-url-gnome-moz-arguments): Move up before first use.
12468
12469 * net/tramp.el (tramp group): Add :version.
12470
12471 * progmodes/ada-xref.el (ada-gdb-application):
12472 Use goto-char instead of beginning-of-buffer.
12473
12474 * progmodes/cperl-mode.el (cperl-info-on-command):
12475 Use goto-char instead of beginning-of-buffer.
12476
12477 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12478 Move up before first use.
12479 (idlwave-shell-temp-pro-file): Likewise.
12480 (idlwave-shell-temp-rinfo-save-file): Likewise.
12481 (idlwave-shell-temp-file): Minor doc fix.
12482
12483 * textmodes/flyspell.el (flyspell-external-point-words):
12484 Use goto-char instead of beginning-of-buffer.
12485
12486 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12487
12488 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12489 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12490 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12491
12492 2004-11-06 David Ponce <david@dponce.com>
12493
12494 * recentf.el (recentf-menu-path): Use menu item name.
12495
12496 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12497
12498 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12499 display doesn't support images.
12500
12501 2004-11-06 Andreas Schwab <schwab@suse.de>
12502
12503 * tempo.el (tempo-match-finder): Doc fix.
12504
12505 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12506
12507 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12508
12509 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12510 (easy-menu-lookup-name): New fun to replace it.
12511 (easy-menu-get-map): Use it to obey menu item names (rather than just
12512 keys) when looking up `path'.
12513 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12514 (easy-menu-convert-item-1): Adjust to new name.
12515
12516 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12517
12518 * outline.el (hide-body): Don't hide lines at the top of the file
12519 that precede the first header line.
12520
12521 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12522
12523 * align.el (align-areas): Delete whitespace before reindenting, so
12524 that tabs are never placed after spaces.
12525
12526 2004-11-06 Alan Shutko <ats@acm.org>
12527
12528 * macros.el (insert-kbd-macro): Do completions based on macros,
12529 rather than all commands.
12530
12531 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12532
12533 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12534 to solve a bug whereby tags with 'b' don't match.
12535
12536 2004-11-05 Juri Linkov <juri@jurta.org>
12537
12538 * info.el (Info-search): Don't search in node header lines
12539 and file headers.
12540
12541 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12542 symbol-constituent characters after dot, not only digits.
12543
12544 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12545
12546 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12547
12548 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12549
12550 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12551 if a dialog will be used, read-file-name otherwise.
12552
12553 2004-11-04 Richard M. Stallman <rms@gnu.org>
12554
12555 * textmodes/table.el (table group): Add :version.
12556
12557 * textmodes/ispell.el (ispell-word):
12558 Don't alter args; set them only thru `interactive' spec.
12559
12560 * textmodes/flyspell.el (flyspell-word):
12561 Don't alter FOLLOWING; set it only thru `interactive' spec.
12562
12563 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12564
12565 * net/browse-url.el (browse-url-maybe-new-window):
12566 Use called-interactively-p.
12567
12568 * mail/supercite.el (sc-cite-region):
12569 Don't use interactive-p. Add arg INTERACTIVE.
12570 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12571
12572 * international/mule-cmds.el (set-input-method, toggle-input-method):
12573 Don't use interactive-p. Add arg INTERACTIVE.
12574
12575 * eshell/esh-mode.el (eshell-show-maximum-output):
12576 Don't use interactive-p.
12577 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12578
12579 * mouse.el (mouse-show-mark): Get positions to delete from mark
12580 and point, not from mouse-drag-overlay.
12581
12582 * imenu.el (imenu-eager-completion-buffer): Add :version.
12583
12584 * filesets.el (filesets group): Add :version.
12585
12586 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12587
12588 * files.el (xml-based-modes): Delete var.
12589 (magic-mode-alist): New more general var.
12590 (set-auto-mode): Use it.
12591
12592 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12593 when clicking from another window.
12594
12595 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12596
12597 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12598 (vc-cvs-annotate-time): Incorporate value of deleted var.
12599 Remove special-case handling of beginning-of-buffer cruft.
12600 Cache ending position (point) and return value in text property
12601 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12602
12603 * vc-cvs.el (vc-cvs-annotate-command):
12604 Delete extraneous lines from beginning of buffer.
12605 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12606
12607 * progmodes/grep.el (grep-default-command): Take empty string
12608 for tag if all other methods yield nil. Shell-quote the tag.
12609
12610 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12611 spec in `interactive' form, and mention it in the docstring.
12612 Also, make sure point is at bol after calling `annotate-time'.
12613
12614 2004-11-02 Richard M. Stallman <rms@gnu.org>
12615
12616 * cus-edit.el (customize-group-other-window):
12617 Select the window that displays the custom buffer.
12618 (custom-buffer-create-other-window): Likewise.
12619
12620 * comint.el (comint-insert-input): Fix previous change.
12621
12622 * emacs-lisp/elp.el (elp-instrument-function):
12623 Use called-interactively-p.
12624
12625 * emacs-lisp/easymenu.el (easy-menu-intern):
12626 Don't downcase; rather, case-flip the first letter of each word.
12627
12628 * emacs-lisp/easy-mmode.el (define-minor-mode):
12629 Use called-interactively-p.
12630
12631 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12632 Add interactive-only.
12633 (byte-compile-warnings): Add interactive-only as option.
12634 (byte-compile-interactive-only-functions): New variable.
12635 (byte-compile-form): Warn about calls to functions
12636 in byte-compile-interactive-only-functions.
12637
12638 * emacs-lisp/autoload.el (update-file-autoloads):
12639 Don't use interactive-p; take new arg SAVE-AFTER.
12640
12641 * emacs-lisp/advice.el (ad-make-advised-definition):
12642 Use called-interactively-p.
12643
12644 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12645
12646 * files.el (find-file-existing): New function.
12647
12648 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12649 find-file-existing. Add "New File..." that calls find-file.
12650
12651 * diropen.pbm, diropen.xpm: New files.
12652
12653 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12654 icon diropen. New tool bar item find-file-existing uses icon open.
12655
12656 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12657 instead of read-file-name.
12658
12659 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12660
12661 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12662 (icalendar--split-value): Change name of work buffer.
12663 (icalendar--get-weekday-abbrev): Return nil on error.
12664 (icalendar--date-to-isodate): New function.
12665 (icalendar-convert-diary-to-ical)
12666 (icalendar-extract-ical-from-buffer): Use only two args for
12667 make-obsolete (XEmacs compatibility).
12668 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12669 (icalendar-export-region): Doc fix.
12670 If error, return non-nil and write errors to a buffer.
12671 Use correct weekday for weekly recurring events.
12672 Check whether date has been parsed for ordinary events.
12673 Make weekly events start in the year 2000.
12674 DTEND is non-inclusive, shift end date by one day if
12675 necessary (not for entries that have date and time).
12676 Rename local let variables: oops -> found-error, datestring ->
12677 startdatestring.
12678
12679 2004-11-02 Kim F. Storm <storm@cua.dk>
12680
12681 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12682 keep-mode-if-same variable. Add it as optional arg instead.
12683 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12684
12685 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12686 substitute-command-keys will select lower-case bindings like those
12687 used in the static help texts.
12688
12689 * descr-text.el (describe-text-properties): Don't err if called in
12690 the *Help* buffer; output to *Help-2* buffer instead.
12691
12692 * kmacro.el (group kmacro): Add :version.
12693 (kmacro-keyboard-quit): New function to cleanup on C-g.
12694 (kmacro-start-macro): Set defining-kbd-macro to append when
12695 appending to last macro.
12696
12697 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12698
12699 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12700
12701 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12702 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12703 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12704 Add :version keyword.
12705
12706 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12707
12708 * progmodes/flymake.el (flymake-err-line-patterns):
12709 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12710 `compilation-error-regexp-alist-alist' to internal Flymake format.
12711
12712 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12713
12714 2004-11-01 Jay Belanger <belanger@truman.edu>
12715
12716 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12717 with `interactive "s"'.
12718
12719 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12720
12721 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12722 Revert change from 2004-10-16. '*' checks the current buffer, but the
12723 mouse click may be in another buffer.
12724
12725 2004-11-01 John Paul Wallington <jpw@gnu.org>
12726
12727 * files.el (large-file-warning-threshold): Add :version keyword.
12728 (kill-some-buffers): Doc fix.
12729
12730 * thumbs.el (group thumbs): Add :version keyword.
12731
12732 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12733
12734 2004-11-01 Richard M. Stallman <rms@gnu.org>
12735
12736 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12737
12738 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12739
12740 * allout.el (allout group): Add :version.
12741 (allout-init): Don't use interactive-p.
12742 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12743 (allout-forward-current-level, allout-backward-current-level):
12744 Don't use interactive-p.
12745
12746 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12747 (bibtex-find-text): Likewise.
12748
12749 * progmodes/vhdl-mode.el (vhdl-fill-region)
12750 (vhdl-beginning-of-statement): Don't use interactive-p.
12751
12752 * progmodes/idlwave.el (idlwave-update-routine-info):
12753 Don't use interactive-p.
12754
12755 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12756 Don't use interactive-p.
12757
12758 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12759 Don't use interactive-p.
12760
12761 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12762 Don't use interactive-p.
12763
12764 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12765 (fortune-in-buffer): Doc fix.
12766
12767 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12768
12769 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12770 don't select the temporary buffer.
12771 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12772 (eudc-get-phone): Likewise.
12773
12774 2004-11-01 Kim F. Storm <storm@cua.dk>
12775
12776 * man.el (Man-xref-normal-file): Fix help-echo.
12777
12778 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12779
12780 * reveal.el (reveal-last-tick): New var.
12781 (reveal-post-command): Use it to avoid closing overlays when we're
12782 appending text to them.
12783
12784 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12785
12786 * textmodes/bibtex.el: Require button.
12787 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12788 (bibtex-reference-keys): Distinguish between header keys and
12789 crossref keys.
12790 (bibtex-beginning-of-field): New function.
12791 (bibtex-url-map): Remove.
12792 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12793 (bibtex-font-lock-url-regexp): Assume that field names begin at
12794 the beginning of a line.
12795 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12796 Remove field delimiters. Use bibtex-beginning-of-field.
12797 Bugfix, point can be inside a field with a url.
12798 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12799 New functions.
12800 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12801 (bibtex-key-in-head): Simplify.
12802 (bibtex-current-line): Use bolp.
12803 (bibtex-parse-keys): Remove unused arg `add'.
12804 Use bibtex-type-in-head and bibtex-key-in-head.
12805 (bibtex-parse-entry, bibtex-autofill-entry):
12806 Use bibtex-type-in-head and bibtex-key-in-head.
12807 (bibtex-autokey-get-field): Do not alter case of replacement text.
12808 (bibtex-autokey-get-names): Do all processing of name list.
12809 (bibtex-autokey-get-year): New function.
12810 (bibtex-autokey-get-title): Do all processing of title words.
12811 (bibtex-generate-autokey): Simplify.
12812 (bibtex-string-files-init): Use default-directory.
12813 Allow for absolute file names in bibtex-string-files.
12814 (bibtex-files, bibtex-file-path): New variables.
12815 (bibtex-files-expand): New function.
12816 (bibtex-find-entry-globally): New command.
12817 (bibtex-summary-function): New variable.
12818 (bibtex-summary): Default value of bibtex-summary-function.
12819 (bibtex-find-crossref): New optional args pnt and split.
12820 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12821 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12822 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12823 Fix handling of required and alternative fields.
12824 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12825 Use cons and display-buffer.
12826 (bibtex-validate-globally): New command.
12827 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12828 bibtex-parse-keys and bibtex-parse-strings for updating
12829 bibtex-reference-keys and bibtex-strings.
12830 (bibtex-realign): Remove blank lines past the last entry.
12831 (bibtex-reformat): Use bibtex-entry-format as default.
12832 (bibtex-choose-completion-string): Remove.
12833 (bibtex-complete): Do not use bibtex-choose-completion-string.
12834 (bibtex-url): Simplify.
12835
12836 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12837
12838 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12839 (x-dnd-types-alist, x-dnd-open-file-other-window)
12840 (x-dnd-known-types): Add :version.
12841
12842 2004-10-31 John Paul Wallington <jpw@gnu.org>
12843
12844 * ibuffer.el (group ibuffer): Add :version keyword.
12845
12846 2004-10-31 Kim F. Storm <storm@cua.dk>
12847
12848 * ido.el (group ido): Add :version keyword.
12849 (ido-mode): Remove :version keyword.
12850
12851 * emulation/cua-base.el (group cua): Add :version keyword.
12852 (cua-mode): Remove :version keyword.
12853
12854 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12855
12856 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12857
12858 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12859 compiler warning.
12860 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12861 function.
12862 (help-at-pt-display-when-idle): Remove autoload.
12863
12864 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12865
12866 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12867
12868 2004-10-30 Juri Linkov <juri@jurta.org>
12869
12870 * help.el (function-called-at-point):
12871 * help-fns.el (variable-at-point): Read -> intern.
12872
12873 2004-10-30 Simon Josefsson <jas@extundo.com>
12874
12875 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12876 Recognize AS_* too.
12877
12878 2004-10-29 Simon Josefsson <jas@extundo.com>
12879
12880 * subr.el (read-passwd): Move back from password.el.
12881
12882 * password.el: Remove, not ready yet.
12883
12884 2004-10-29 Andreas Schwab <schwab@suse.de>
12885
12886 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12887
12888 2004-10-29 Sam Steingold <sds@gnu.org>
12889
12890 * mouse.el (mouse-show-mark): Replace the last occurrence of
12891 x-lost-selection-hooks with x-lost-selection-functions.
12892
12893 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12894
12895 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12896 x-lost-selection-functions is bound.
12897
12898 * mouse-sel.el (mouse-sel-mode):
12899 * emacs-lisp/lselect.el: Adjust to new names for
12900 x-(lost|sent)-selection-functions.
12901
12902 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12903 New obsolete aliases of x-lost-selection-functions and
12904 x-sent-selection-functions.
12905
12906 2004-10-28 Kim F. Storm <storm@cua.dk>
12907
12908 * imenu.el (imenu-scanning-message): Remove.
12909 (imenu-progress-message): Make it a no-op.
12910
12911 2004-10-28 John Paul Wallington <jpw@gnu.org>
12912
12913 * files.el (set-auto-mode): Call `throw' correctly.
12914
12915 2004-10-28 Juri Linkov <juri@jurta.org>
12916
12917 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12918 to search `Info-...' commands in `info' manual.
12919 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12920 Add 'info-file "emacs" property.
12921 (Info-find-emacs-command-nodes): Fix index line number regexp.
12922 Set real line number (instead of fake 0) in first element of the
12923 returned list.
12924 (Info-goto-emacs-command-node): Use line number of first element
12925 to set point in the first found Info node.
12926
12927 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12928 code to `grep-mode-font-lock-keywords'.
12929 (grep-mode-font-lock-keywords): Delete grep markers instead
12930 of making them invisible.
12931
12932 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12933
12934 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12935 and x-server-version in bug report.
12936
12937 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12938
12939 * files.el (set-auto-mode-0): New function.
12940 (set-auto-mode): Use it to handle aliased modes and to
12941 be consistent between C-x C-f and C-x C-w.
12942
12943 2004-10-28 Kenichi Handa <handa@m17n.org>
12944
12945 * international/utf-8.el (utf-translate-cjk-charsets):
12946 Add katakana-jisx0201.
12947
12948 * international/subst-jis.el: Add data for JISX0201.
12949
12950 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12951
12952 * obsolete/hilit19.el (hilit-mode): New function.
12953 Move all the toplevel side-effecting stuff into it, so that loading
12954 hilit19 doesn't mess everything up any more.
12955
12956 2004-10-27 Richard M. Stallman <rms@gnu.org>
12957
12958 * add-log.el (add-change-log-entry): Set up mailing address
12959 and full name later, and don't alter add-log-mailing-address
12960 or add-log-full-name.
12961
12962 * elide-head.el (elide-head): Change error to message.
12963 (elide-head-show): Likewise.
12964
12965 * apropos.el (apropos-macrop): Doc fix.
12966
12967 * mouse.el (mouse-show-mark): Do most processing the same
12968 regardless of transient-mark-mode.
12969
12970 * shadowfile.el (shadow-copy-files): Use interactive-p
12971 only to control whether to print a message.
12972
12973 * tar-mode.el (tar-mode): Use write-contents-functions,
12974 not write-contents-hooks.
12975
12976 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12977 directory-sep-char.
12978
12979 2004-10-27 Richard M. Stallman <rms@gnu.org>
12980
12981 * strokes.el (strokes-unload-hook): Fix previous change.
12982
12983 * type-break.el (type-break-run-at-time): Always use run-at-time;
12984 forget the alternatives.
12985 (type-break-cancel-function-timers): Always use cancel-function-timers;
12986 forget the alternatives.
12987
12988 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12989
12990 2004-10-27 Kenichi Handa <handa@m17n.org>
12991
12992 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12993
12994 * international/subst-gb2312.el: Likewise.
12995
12996 * international/subst-big5.el: Likewise.
12997
12998 * international/subst-ksc.el: Likewise.
12999
13000 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13001 New variable.
13002 (utf-translate-cjk-set-unicode-range): New function.
13003 (utf-translate-cjk-unicode-range): Make it customizable.
13004 (utf-8-post-read-conversion):
13005 Use utf-translate-cjk-unicode-range-string.
13006 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13007 Unicode ranges.
13008
13009 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13010
13011 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13012 trivial variants to shorten the list.
13013 (xml-based-modes): New var.
13014 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13015 declaration higher priority than auto-mode-alist.
13016
13017 * find-file.el (cc-other-file-alist): Bring it in line with
13018 cc-mode's auto-mode-alist entries and use \' instead of $.
13019
13020 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13021 and add "Id" and "Name" submenus to it.
13022
13023 * imenu.el (imenu--generic-function): Skip matches in comments.
13024
13025 2004-10-26 Jay Belanger <belanger@truman.edu>
13026
13027 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13028 (full-calc-keypad, calc-trail-display): Use an extra argument
13029 instead of `interactive-p'.
13030
13031 * calc/calc-misc.el (calc-other-window): Use an extra argument
13032 instead of `interactive-p'.
13033
13034 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13035 `interactive-p'.
13036
13037 2004-10-26 Kim F. Storm <storm@cua.dk>
13038
13039 * help.el (describe-key): Describe both down-event and up-event
13040 for a mouse click.
13041
13042 2004-10-26 Richard M. Stallman <rms@gnu.org>
13043
13044 * woman.el (woman): Don't call interactive-p.
13045
13046 * pcomplete.el (pcomplete): Instead of interactive-p,
13047 use an arg set non-nil by the interactive spec.
13048
13049 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13050 use an arg set non-nil by the interactive spec.
13051
13052 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13053 use an arg set non-nil by the interactive spec.
13054
13055 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13056
13057 * progmodes/flymake.el (flymake-split-string):
13058 Use `flymake-split-string-remove-empty-edges' in any case.
13059
13060 2004-10-26 Masatake YAMATO <jet@gyve.org>
13061
13062 * progmodes/flymake.el (flymake-err-line-patterns):
13063 Use `compilation-error-regexp-alist-alist' instead of
13064 `compilation-error-regexp-alist'.
13065
13066 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13067
13068 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13069 verbatim face on the \ of \end{verbatim}.
13070
13071 2004-10-25 Jay Belanger <belanger@truman.edu>
13072
13073 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13074 erasing minibuffer.
13075
13076 2004-10-25 Simon Josefsson <jas@extundo.com>
13077
13078 * subr.el (read-passwd): Move to net/password.el.
13079
13080 * net/password.el (read-passwd): Add. Autoload it.
13081
13082 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13083
13084 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13085
13086 * simple.el (process-file): Fix logic.
13087
13088 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13089
13090 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13091 (increase-right-margin): Remove erroneous call to `interactive-p'.
13092
13093 2004-10-24 Kim F. Storm <storm@cua.dk>
13094
13095 * help.el (describe-mode): Fix 2004-10-13 change.
13096 Copy pure "Auto Fill" string so it can be propertized later
13097 without causing a read-only error.
13098
13099 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13100
13101 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13102 style indexes.
13103
13104 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13105
13106 * simple.el (process-file): Accept nil for INFILE. Reported by
13107 Luc Teirlinck.
13108
13109 2004-10-24 Masatake YAMATO <jet@gyve.org>
13110
13111 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13112 Handle periods and underscores in a function name.
13113 Remove the address fontification.
13114
13115 2004-10-24 Masatake YAMATO <jet@gyve.org>
13116
13117 * progmodes/asm-mode.el (asm-font-lock-keywords):
13118 Use font-lock-variable-name-face for registers.
13119
13120 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13121
13122 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13123 kill-all-local-variables.
13124 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13125 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13126 Use kill-all-local-variables and provide mode-hooks.
13127 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13128 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13129 Suggested by Masatake YAMATO <jet@gyve.org>.
13130
13131 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13132
13133 * simple.el (process-file): New function, similar to call-process
13134 but supports file handlers.
13135 * vc.el (vc-do-command): Use it, instead of call-process.
13136 * net/tramp-vc.el (vc-do-command): Do not advise it if
13137 process-file is fboundp.
13138 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13139 process-file.
13140 (tramp-handle-process-file): New function.
13141 (tramp-file-name-for-operation): Support process-file.
13142
13143 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13144
13145 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13146 (icalendar-weekdayabbrev-table)
13147 (icalendar-monthnumber-table): Delete.
13148 (icalendar--get-month-number): Use calendar-month-name-array.
13149 (icalendar--get-weekday-number): New function.
13150 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13151 (icalendar-export-region): Handle multi-line entries.
13152 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13153
13154 2004-10-23 John Paul Wallington <jpw@gnu.org>
13155
13156 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13157 `wildcards' set to t in interactive spec.
13158
13159 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13160 interactive spec rather than use `interactive-p'.
13161 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13162 rather than use function `interactive-p'.
13163
13164 2004-10-22 Kenichi Handa <handa@m17n.org>
13165
13166 * international/mule.el (translate-region): Implement it in Lisp
13167 as a front end of translate-region-internal.
13168
13169 2004-10-21 Jay Belanger <belanger@truman.edu>
13170
13171 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13172 Declare these variables with defvar.
13173
13174 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13175 is bound, only check to see if it is bound.
13176
13177 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13178
13179 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13180 Don't output messages.
13181
13182 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13183
13184 2004-10-21 John Paul Wallington <jpw@gnu.org>
13185
13186 * calc/calc-graph.el (calc-graph-init):
13187 Use `set-process-query-on-exit-flag'.
13188
13189 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13190
13191 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13192 dir right and also allow argumentless cd.
13193
13194 2004-10-19 Richard M. Stallman <rms@gnu.org>
13195
13196 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13197
13198 * eshell/em-unix.el (eshell-grep):
13199 Don't bind compilation-process-setup-function.
13200
13201 * comint.el (comint-insert-input): Use @ in `interactive'.
13202 (comint-input-filter-functions): Doc fix.
13203 (comint-kill-whole-line, comint-get-source): Doc fix.
13204
13205 * progmodes/compile.el (compilation-setup):
13206 Don't set buffer-read-only if MINOR is non-nil.
13207
13208 2004-10-19 Jay Belanger <belanger@truman.edu>
13209
13210 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13211 (calc-emacs-type-gnu19): Remove.
13212 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13213 Remove check for old emacs versions.
13214
13215 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13216 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13217 for current Emacs.
13218
13219 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13220 the end of the minibuffer.
13221 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13222 copy `esc-map'.
13223
13224 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13225
13226 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13227 call that would be given when the current emacs was used.
13228
13229 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13230
13231 * calendar/icalendar.el: Set coding to utf-8.
13232 (icalendar-version): Increase to 0.07.
13233 (icalendar-monthnumber-table): Change March pattern.
13234 (icalendar-get-all-event-properties)
13235 (icalendar-set-event-property): Delete.
13236 (icalendar-all-events): No longer interactive.
13237 (icalendar-convert-diary-to-ical)
13238 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13239 their replacements.
13240 (icalendar-export-file, icalendar-export-region): New functions;
13241 essentially old `icalendar-convert-diary-to-ical' but appending to
13242 target rather than overwriting.
13243 (icalendar-import-file): Append to target file rather than
13244 overwriting. Fourth arg deleted.
13245 (icalendar-import-buffer): New name for old
13246 `icalendar-extract-ical-from-buffer'.
13247 (icalendar--convert-string-for-import): New name for
13248 old `icalendar-convert-for-import'.
13249 (include-icalendar-files): Delete.
13250 Prefix for all internal functions changed from `icalendar-'
13251 to `icalendar--'.
13252
13253 2004-10-19 Richard M. Stallman <rms@gnu.org>
13254
13255 * paths.el (news-path): Fix previous change.
13256
13257 2004-10-18 Jay Belanger <belanger@truman.edu>
13258
13259 * calc/calc-help.el (calc-describe-bindings):
13260 Set `buffer-read-only' to nil while working in the keybindings buffer;
13261 remove some extra information from the keybindings buffer.
13262
13263 2004-10-18 David Ponce <david@dponce.com>
13264
13265 * mouse.el (mouse-drag-move-window-top): New function.
13266 (mouse-drag-mode-line-1): Use it.
13267
13268 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13269
13270 * info.el (Info-fontify-node): For multiline refs,
13271 arrange to unfontify newline and surrounding whitespace.
13272
13273 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13274
13275 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13276 directory is missing.
13277
13278 2004-10-17 John Paul Wallington <jpw@gnu.org>
13279
13280 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13281 New customizable variable; whether to display buffers that match
13282 `ibuffer-maybe-show-predicates' by default.
13283 (ibuffer-maybe-show-predicates): Mention it in docstring.
13284 (ibuffer-display-maybe-show-predicates): New variable.
13285 (ibuffer-update): Prefix arg now toggles whether buffers that
13286 match `ibuffer-maybe-show-predicates' should be displayed.
13287 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13288 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13289 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13290
13291 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13292
13293 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13294 work correctly.
13295
13296 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13297
13298 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13299 (Buffer-menu-beginning): New helper function.
13300 (Buffer-menu-execute): Use it.
13301 (Buffer-menu-select): Use it.
13302 (Buffer-menu-sort): Use it and also keep markers.
13303
13304 2004-10-17 Richard M. Stallman <rms@gnu.org>
13305
13306 * paths.el (news-directory): Rename from news-path. Old name alias.
13307 (rmail-spool-directory): Use defvar.
13308 (sendmail-program): Use defcustom.
13309 (remote-shell-program): Use defcustom.
13310 (term-file-prefix): Use defvar.
13311 (abbrev-file-name): Use defvar.
13312
13313 * term.el: Add maintainer.
13314
13315 * subr.el (with-local-quit): Return nil if there's a quit.
13316 (read-passwd): Use with-local-quit. Doc fix.
13317
13318 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13319 (strokes-unload-hook): Set as a variable with add-hook.
13320
13321 * startup.el (fancy-splash-tail, normal-splash-screen):
13322 Update copyright year.
13323
13324 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13325
13326 * server.el (server-unload-hook): Set as a variable with add-hook.
13327
13328 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13329
13330 * frame.el (special-display-popup-frame):
13331 Make the buffer current as its frame is created.
13332
13333 * delsel.el (delsel-unload-hook): Set as a variable.
13334
13335 * comint.el (comint-output-filter-functions):
13336 Add comint-watch-for-password-prompt.
13337 (comint-read-noecho): Function deleted.
13338 (send-invisible): Use read-passwd.
13339
13340 * fringe.el (fringe-mode-initialize): New function.
13341 (fringe-mode): Use fringe-mode-initialize as :initialize.
13342
13343 2004-10-17 Kim F. Storm <storm@cua.dk>
13344
13345 * language/indian.el (indian-script-language-alist): Swap value and doc.
13346 (indian-font-char-index-table): Doc fix.
13347
13348 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13349
13350 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13351
13352 2004-10-16 Juri Linkov <juri@jurta.org>
13353
13354 * progmodes/compile.el (compilation-start): Move let-binding of
13355 `process-environment' into `with-current-buffer' body.
13356 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13357
13358 2004-10-16 Richard M. Stallman <rms@gnu.org>
13359
13360 * pcvs-util.el (cvs-bury-buffer):
13361 Don't call get-buffer-window for effect.
13362
13363 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13364
13365 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13366
13367 * msb.el (msb-unload-hook): Set the variable.
13368
13369 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13370 Use * to err if buffer is readonly.
13371
13372 * subr.el (looking-back): Return only t or nil.
13373
13374 * whitespace.el (whitespace-unload-hook): Set the variable.
13375
13376 * view.el (view-mode-enable): Set view-page-size and
13377 view-half-page-size to nil.
13378 (view-set-half-page-size-default): view-half-page-size = nil
13379 means the default.
13380 (View-scroll-page-forward): Use view-page-size-default.
13381 (View-scroll-page-backward): Likewise.
13382 (view-page-size, view-half-page-size): Doc fixes.
13383
13384 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13385
13386 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13387
13388 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13389 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13390 (byte-compile-log-1): Bind inhibit-read-only.
13391 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13392 (byte-compile-log-warning): Likewise.
13393 (byte-compile-file-form-require): Detect "cl" from the arg value.
13394
13395 * progmodes/compile.el (compilation-start): Assume compilation-mode
13396 will make the buffer read-only.
13397 (compilation-mode): Take arg name-of-mode.
13398 (compilation-setup): Make buffer read-only.
13399 (compilation-handle-exit): Bind inhibit-read-only.
13400
13401 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13402 (ispell-message): Likewise.
13403 (ispell-show-choices): Don't call get-buffer-window uselessly.
13404 (ispell-init-process): Use set-process-query-on-exit-flag.
13405
13406 2004-10-16 Kim F. Storm <storm@cua.dk>
13407
13408 * fringe.el (fringe-bitmaps): Only initialize when defined.
13409
13410 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13411 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13412
13413 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13414
13415 2004-10-15 Simon Josefsson <jas@extundo.com>
13416
13417 * net/password.el: Add.
13418
13419 2004-10-14 Masatake YAMATO <jet@gyve.org>
13420
13421 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13422 (gdb-script-end-of-defun): New function.
13423 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13424 `gdb-script-end-of-defun' as *-of-defun-function.
13425
13426 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13427
13428 * button.el (button-activate): Allow a marker to display as an action.
13429
13430 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13431
13432 * help.el (describe-mode): Use it to make minor mode list into
13433 hyperlinks.
13434
13435 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13436
13437 * vc.el (vc-annotate-display-select): Fix typo.
13438
13439 * subr.el (substitute-key-definition-key): New function.
13440 (substitute-key-definition): Use it with map-keymap.
13441 (event-modifiers): Use push.
13442 (mouse-movement-p, with-temp-buffer): Simplify.
13443
13444 2004-10-12 Jay Belanger <belanger@truman.edu>
13445
13446 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13447 New variables.
13448 (calc-help-index-entries): New function.
13449 (calc-describe-function): Use `calc-help-function-list' instead of
13450 obarray for completion.
13451 (calc-describe-variable): Use `calc-help-variable-list' instead
13452 of obarray for completion.
13453
13454 2004-10-12 Richard M. Stallman <rms@gnu.org>
13455
13456 * info-look.el (info-lookup-file): Add info-file property.
13457 (info-lookup-symbol): Likewise.
13458
13459 * info.el (info-xref): Add underlining.
13460 (info): Add info-file property.
13461 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13462
13463 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13464
13465 Sync with Tramp 2.0.45.
13466
13467 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13468 defined. This is not the case for XEmacs without package "edebug".
13469 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13470 remote files to the permissions of the original file. This is not
13471 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13472 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13473 (tramp-perl-decode): Fix an error in Perl implementation.
13474 $pending must be cleared every loop. Reported by Benjamin Place
13475 <benjaminplace@sprintmail.com>
13476
13477 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13478 Don't activate advice during definition. This is done later on,
13479 depending on test result of `substitute-in-file-name'.
13480 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13481
13482 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13483
13484 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13485
13486 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13487
13488 2004-10-12 David Ponce <david@dponce.com>
13489
13490 * recentf.el (recentf-edit-list): Update the menu when the recentf
13491 list has been modified.
13492
13493 2004-10-12 Simon Josefsson <jas@extundo.com>
13494
13495 * net/tls.el (tls-certtool-program): New variable.
13496 (tls-certificate-information): New function, based on
13497 ssl-certificate-information.
13498
13499 2004-10-12 Kenichi Handa <handa@m17n.org>
13500
13501 * international/mule.el (coding-system-equal): Move from mule-util.el.
13502
13503 * international/mule-util.el (coding-system-equal): Move to mule.el.
13504
13505 2004-10-12 Kim F. Storm <storm@cua.dk>
13506
13507 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13508 reset kmacro-initial-counter-value if set.
13509 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13510 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13511 (kmacro-display): Show macro counter if non-zero.
13512
13513 * subr.el (substitute-key-definition): Mention command remapping
13514 in doc string.
13515
13516 2004-10-11 Jay Belanger <belanger@truman.edu>
13517
13518 * calc/calc-misc.el (calc-info-goto-node): New function.
13519 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13520 node in one step.
13521 (calc-describe-copying, calc-describe-distribution)
13522 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13523 Go to appropriate info node in one step.
13524
13525 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13526
13527 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13528
13529 * font-lock.el (font-lock-apply-highlight): Fix last change.
13530
13531 2004-10-11 Simon Josefsson <jas@extundo.com>
13532
13533 * mail/smtpmail.el (smtpmail-open-stream): Look for
13534 starttls-gnutls-program instead of starttls-program iff
13535 starttls-use-gnutls is non-nil.
13536 (smtpmail-open-stream): Don't overwrite user settings of
13537 starttls-extra-arguments and starttls-extra-args.
13538
13539 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13540
13541 * comint.el (comint-mouse-insert-input): Remove.
13542 (comint-insert-input): Make it work for mouse bindings.
13543 (comint-mode-map): Move defs into the declaration.
13544 (comint-output-filter): Typo.
13545
13546 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13547
13548 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13549
13550 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13551 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13552 ange-ftp-remote-shell.
13553
13554 2004-10-10 Andreas Schwab <schwab@suse.de>
13555
13556 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13557 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13558 Reported by <sri@asu.edu>.
13559
13560 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13561
13562 * vc.el (vc-annotate-mode): Remove variable.
13563 (vc-annotate-display-select): Only call vc-annotate-mode
13564 if we're not in that mode already.
13565
13566 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13567
13568 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13569 (imenu-choose-buffer-index): Check here for rescan instead.
13570
13571 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13572 where the face expression evals to nil.
13573
13574 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13575 (tex-font-lock-keywords-2): Use it.
13576 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13577
13578 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13579
13580 2004-10-09 Kim F. Storm <storm@cua.dk>
13581
13582 * subr.el (progress-reporter-update): Define before first usage.
13583 (make-progress-reporter): Doc fix.
13584
13585 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13586
13587 * textmodes/paragraphs.el (sentence-end-double-space)
13588 (sentence-end-without-period, sentence-end-without-space)
13589 (sentence-end): Doc fixes.
13590
13591 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13592
13593 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13594 Change paragraph-start regexp so we don't fill code starting with #'(.
13595
13596 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13597
13598 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13599 New defcustom.
13600 (extract-address-components): Use it.
13601
13602 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13603
13604 * subr.el (make-progress-reporter, progress-reporter-update)
13605 (progress-reporter-force-update, progress-reporter-do-update)
13606 (progress-reporter-done): New functions.
13607
13608 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13609
13610 * progmodes/etags.el (etags-tags-completion-table): Use progress
13611 reporter.
13612 (etags-tags-apropos): Likewise.
13613
13614 2004-10-08 Alan Mackenzie <acm@muc.de>
13615
13616 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13617 of current line.
13618
13619 2004-10-08 Masatake YAMATO <jet@gyve.org>
13620
13621 * server.el (server-process-filter): Wrap `process-send-region'
13622 by `condition-case' to guard the case when the pipe to PROC is closed.
13623
13624 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13625
13626 * xml.el (xml-substitute-special): Limit handling of external entities.
13627
13628 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13629
13630 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13631
13632 2004-10-06 John Paul Wallington <jpw@gnu.org>
13633
13634 * xml.el (xml-parse-dtd): Fix `error' call.
13635
13636 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13637
13638 * xml.el (xml-substitute-special): Return a single string instead
13639 of a list of strings if an entity substitution is made.
13640
13641 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13642
13643 * calendar/icalendar.el: New file.
13644
13645 2004-10-05 Juri Linkov <juri@jurta.org>
13646
13647 * isearch.el (isearch-done): Set mark after running hook.
13648 Reported by Drew Adams <drew.adams@oracle.com>.
13649
13650 * info.el (Info-history, Info-toc): Fix Info headers.
13651 (Info-toc): Narrow buffer before Info-fontify-node.
13652 (Info-build-toc): Don't check for special Info file names.
13653 Set main-file to nil if Info-find-file returns a symbol.
13654
13655 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13656
13657 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13658 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13659 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13660
13661 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13662
13663 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13664 for old interactive spec from calendar-goto-iso-date.
13665 (calendar-goto-iso-date): Use it.
13666 (calendar-goto-iso-week): New function. Suggested by Emilio
13667 C. Lopes <eclig@gmx.net>.
13668
13669 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13670
13671 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13672 `set-right-margin' bindings that follow the minor mode conventions.
13673
13674 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13675
13676 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13677 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13678 (latex-block-args-alist): Add minipage and picture.
13679 (latex-block-body-alist): Use reftex-label if enabled.
13680 (latex-insert-block): Don't insert a \n if not necessary.
13681 (tex-compile-commands): Make sure dvips doesn't send to printer.
13682 (tex-compile-default): Handle the case where no executable is found.
13683 (latex-noindent-environments): New var.
13684 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13685 If tex-indent-allhanging is non-nil, make sure we only align for macros
13686 at beginning of line.
13687
13688 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13689
13690 * newcomment.el (comment-beginning): Doc fix and don't choke on
13691 unset `comment-end-skip' when at beginning of comment.
13692
13693 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13694
13695 * term.el (term-adjust-current-row-cache): Don't allow the current
13696 row to become negative.
13697 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13698 the end of the line. Fix scroll down. Add comments.
13699 (term-handle-ansi-escape): Don't exceed terminal width when moving
13700 right.
13701 (term-scroll-region): Move the cursor after setting the scroll region.
13702
13703 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13704
13705 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13706 to `width' for consistency with docstring. Doc fix.
13707
13708 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13709
13710 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13711 This is necessary for derived modes.
13712
13713 2004-09-30 Kim F. Storm <storm@cua.dk>
13714
13715 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13716 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13717
13718 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13719 kmacro-extract-lambda functions.
13720 (edit-kbd-macro): Handle kmacro lambda forms.
13721 Include counter and counter format in edit buffer.
13722 (edmacro-finish-edit): Get counter and format from edit buffer and
13723 update kmacro bindings when found.
13724
13725 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13726
13727 * textmodes/paragraphs.el (forward-paragraph):
13728 Avoid args-out-of-range error when point winds up at the beginning of
13729 the buffer and hard newlines are enabled.
13730
13731 * newcomment.el (comment-multi-line): Doc fix.
13732
13733 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13734
13735 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13736 (diff-fixup-modifs): Catch unified-diff file-headers.
13737
13738 2004-09-29 Kim F. Storm <storm@cua.dk>
13739
13740 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13741 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13742 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13743
13744 * fringe.el (fringe-bitmap-p): New macro.
13745 (fringe-bitmaps): Add standard fringe bitmaps on load.
13746
13747 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13748
13749 * dired.el (dired-view-command-alist): Use more efficient regexps.
13750 Remove dubious arguments.
13751 (dired-align-file): New function.
13752 (dired-insert-directory): Use it.
13753 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13754 (dired-buffers-for-dir): Remove unused var `pattern'.
13755
13756 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13757
13758 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13759 from diary display excursion. Store diary buffer's point for
13760 `simple-diary-display'.
13761 (simple-diary-display): Set window point and start when
13762 displaying buffer, to preserve point.
13763
13764 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13765
13766 * textmodes/enriched.el (enriched-translations): Replace defconst
13767 with defvar.
13768
13769 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13770
13771 * printing.el: Doc fix.
13772 (pr-version): New version number (6.8.1).
13773 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13774 make-temp-name.
13775 (pr-delete-file): Check if file exists before deleting it.
13776 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13777
13778 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13779
13780 * term.el (term-display-table): New variable.
13781 (term-mode): Use it.
13782 (term-exec-1): Set the coding system to binary.
13783 (term-emulate-terminal): Decode the string before inserting it.
13784
13785 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13786
13787 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13788 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13789 (map): Bind S-prior, S-next and S-insert.
13790 (term-mode): Set `indent-tabs-mode' to nil.
13791 (term-paste): New function to be bound to S-insert.
13792 (term-send-del, term-send-backspace): Change the strings sent.
13793 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13794 (term-handle-colors-array): Fix handling of underline and reverse.
13795 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13796 (term-erase-in-line): Fix comparison.
13797 (term-emulate-terminal): Fix line wrap handling.
13798 (term-start-output-log): Rename from `term-set-output-log'.
13799 (term-stop-output-log): Rename from `term-stop-photo'.
13800 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13801
13802 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13803
13804 * dired.el (dired-move-to-filename): Don't output a message if
13805 raise-error is non-nil. Fix return position and value.
13806
13807 * files.el (insert-directory): Obey --dired even with symlinks.
13808
13809 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13810
13811 * ls-lisp.el (ls-lisp-format): Mark file names with property
13812 dired-filename.
13813
13814 2004-09-25 Kim F. Storm <storm@cua.dk>
13815
13816 * ido.el (ido-max-directory-size): New defcustom.
13817 (ido-decorations): Add "too big" element.
13818 (ido-directory-too-big): New dynamic var.
13819 (ido-may-cache-directory): Don't cache big directories.
13820 (ido-directory-too-big-p): New defun.
13821 (ido-set-current-directory): Update ido-directory-too-big.
13822 (ido-read-internal): Make empty ido-cur-item if too-big.
13823 (ido-buffer-internal): Use ido-read-internal directly instead of
13824 ido-read-buffer.
13825 (ido-file-internal): Init ido-directory-too-big.
13826 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13827 and redo completion with full list.
13828 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13829 it, and show completions.
13830 (ido-all-completions): Let bind ido-directory-too-big to nil.
13831 (ido-exhibit): Handle ido-directory-too-big.
13832 (ido-read-buffer): Handle fallback to read-buffer.
13833 Init ido-directory-too-big.
13834 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13835 Init ido-directory-too-big.
13836
13837 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13838
13839 * subr.el (delay-mode-hooks): Doc fix.
13840
13841 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13842
13843 * textmodes/enriched.el
13844 (enriched-default-text-properties-local-flag): New variable.
13845 (enriched-mode): Make sure that enabling and disabling the mode is
13846 a no-op. Doc fix.
13847
13848 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13849
13850 * calendar/holidays.el (holiday-advent): Report on a specified day
13851 offset from advent, not just advent.
13852 (holiday-easter-etc): Report on one specified day offset from
13853 easter, not all easter holidays. Various Easter holidays moved to
13854 `christian-holidays' variable in calendar.el.
13855 * calendar/calendar.el (christian-holidays): Adapt for new
13856 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13857
13858 2004-09-23 Kim F. Storm <storm@cua.dk>
13859
13860 * image.el (insert-sliced-image): Add doc string.
13861
13862 * ido.el (ido-choice-list): New dynamic var for `list' context.
13863 (ido-context-switch-command): New dynamic var.
13864 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13865 (ido-read-internal): Handle new `list' context.
13866 Handle insert-buffer and insert-file ido-exit values.
13867 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13868 ido-context-switch-command. Handle insert-file ido-exit value.
13869 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13870 unless it is already bound by caller.
13871 (ido-file-internal): New arg switch-cmd. Use it to setup
13872 ido-context-switch-command. Handle insert-buffer ido-exit value.
13873 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13874 used for context switching.
13875 (ido-all-completions): Handle new `list' context.
13876 (ido-make-choice-list): Return choices for `list' context.
13877 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13878 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13879 (ido-insert-buffer, ido-insert-file): Setup context switching.
13880 (ido-exhibit): Handle `list' context.
13881 (ido-read-file-name): Disable context switching. Handle fallback.
13882 (ido-read-directory-name): Disable context switching.
13883 (ido-completing-read): New defun like completing-read. Setup and
13884 use new `list' context.
13885
13886 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13887
13888 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13889
13890 2004-09-21 Jay Belanger <belanger@truman.edu>
13891
13892 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13893 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13894 separate window.
13895
13896 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13897
13898 * subr.el (after-change-major-mode-hook): Doc fix.
13899
13900 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13901
13902 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13903 of ghostscript for monochrome PostScript file in Windows.
13904
13905 2004-09-21 Kenichi Handa <handa@m17n.org>
13906
13907 * descr-text.el (describe-char): Checking of quail activation fixed.
13908
13909 2004-09-21 Jay Belanger <belanger@truman.edu>
13910
13911 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13912
13913 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13914
13915 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13916 after the mode hooks instead of before. Doc fix.
13917
13918 2004-09-20 Jason Rumney <jasonr@gnu.org>
13919
13920 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13921 _emacs, but revert to .emacs if neither exists in home directory.
13922
13923 2004-09-20 John Paul Wallington <jpw@gnu.org>
13924
13925 * bindings.el (completion-ignored-extensions): Add .dfsl.
13926
13927 2004-09-20 Richard M. Stallman <rms@gnu.org>
13928
13929 * bindings.el (scroll-left): Make it disabled.
13930
13931 * files.el (enable-local-eval): Doc fix.
13932
13933 * indent.el (move-to-left-margin): Special case for minibuffer.
13934
13935 * term.el (term-emulate-terminal): Turn off undo for output.
13936 Use with-current-buffer and save-selected-window.
13937
13938 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13939
13940 * progmodes/make-mode.el (makefile-fill-paragraph):
13941 Don't insist on spaces when looking for comments. # is enough.
13942
13943 * files.el (hack-local-variables): Copy the variables list
13944 to another buffer, strip prefixes and suffixes there, then read.
13945 (enable-local-eval): Doc fix.
13946 (ignored-local-variables): Initialize to nil.
13947 (risky-local-variable-p): Don't check ignored-local-variables here.
13948 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13949
13950 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13951
13952 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13953 of = to "." (punctuation).
13954
13955 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13956
13957 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13958
13959 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13960
13961 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13962 (enriched-before-change-major-mode): New function.
13963 Add it to `change-major-mode-hook'.
13964 (enriched-after-change-major-mode): New function.
13965 Add it to `after-change-major-mode-hook'.
13966 (enriched-mode): Make it work correctly if called from
13967 `after-change-major-mode-hook'.
13968 No longer set `indent-line-function'.
13969
13970 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13971
13972 * subr.el (after-change-major-mode-hook): New variable.
13973 (run-mode-hooks): Implement it.
13974
13975 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13976
13977 * battery.el (battery-linux-proc-apm): Use string-to-number.
13978 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13979 Use dolist (and less indentation). Use erase-buffer.
13980 Pre-initialize `design-capacity', `warn', and `low'.
13981 (battery-format): Use replace-regexp-in-string.
13982
13983 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13984
13985 * battery.el: Delete superfluous empty lines.
13986 (battery-linux-proc-acpi): Attempt to gather information from all
13987 battery subdirectories regardless of their file name.
13988 (battery-linux-proc-apm): Replace all occurrences of
13989 battery-hex-to-int-2 with string-to-int (base 16).
13990 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13991 (battery-hex-map): Delete variable.
13992
13993 2004-09-18 John Paul Wallington <jpw@gnu.org>
13994
13995 * calc/calc-units.el (calc-quick-units): Fix overzealous
13996 s/or/unless/.
13997
13998 2004-09-17 Jay Belanger <belanger@truman.edu>
13999
14000 * calc/calc.el (calc-mode-var-list): Fix the value of
14001 `calc-matrix-brackets'.
14002
14003 2004-09-17 Romain Francoise <romain@orebokech.com>
14004
14005 * ibuf-ext.el (define-ibuffer-filter filename):
14006 Expand dired-directory since buffer-file-name is absolute.
14007
14008 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14009
14010 * ediff-init.el (ediff-current-diff-face-A)
14011 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14012 (ediff-current-diff-face-Ancestor)
14013 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14014 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14015 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14016 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14017 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14018 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14019 Use min-colors.
14020
14021 * term.el (term-down): Perform vertical motion if DOWN is negative.
14022 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14023 (term-termcap-format): Synchronize with the eterm terminfo entry
14024 in etc/e/eterm.ti.
14025 (term-handle-colors-array): If the current foreground or
14026 background are zero (i.e. unspecified), use the foreground and
14027 background of the default face for reverse video.
14028 (term-ansi-at-eval-string, term-ansi-default-fg)
14029 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14030 (term-mem): Delete unused function.
14031 (term-protocol-version): Increment.
14032 (term-current-face): Set to default.
14033
14034 2004-09-15 Jay Belanger <belanger@truman.edu>
14035
14036 * calc/calc.el (calc-mode-var-list): Define this variable.
14037 (calc-always-load-extensions, calc-line-numbering)
14038 (calc-line-breaking, calc-display-just, calc-display-origin)
14039 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14040 (calc-group-char, calc-point-char, calc-frac-format)
14041 (calc-prefer-frac, calc-hms-format, calc-date-format)
14042 (calc-float-format, calc-full-float-format, calc-complex-format)
14043 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14044 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14045 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14046 (calc-matrix-brackets, calc-language, calc-language-option)
14047 (calc-left-label, calc-right-label, calc-word-size)
14048 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14049 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14050 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14051 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14052 (calc-window-height, calc-display-trail, calc-show-selections)
14053 (calc-use-selections, calc-assoc-selections)
14054 (calc-display-working-message, calc-auto-why, calc-timing)
14055 (calc-mode-save-mode, calc-standard-date-formats)
14056 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14057 (calc-user-parse-tables, calc-gnuplot-default-device)
14058 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14059 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14060 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14061 (calc-invocation-macro, calc-show-banner): Give these values as
14062 part of `calc-mode-var-list's initialization after the variables
14063 are declared with defvar.
14064 (calc-bug-address): Change email address to send bug reports to.
14065 Change the maintainer address at the top.
14066 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14067 than "\\.emacs" to determine if it is the user-init-file.
14068
14069 * calc/calc-embed.el (calc-embedded-set-modes): Use
14070 `calc-mode-var-list' correctly.
14071
14072 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14073
14074 * vc.el (annotate-time): Document point handling.
14075 (vc-annotate-display-autoscale): Doc fix.
14076
14077 2004-09-15 Miles Bader <miles@gnu.org>
14078
14079 * generic.el (generic-make-keywords-list): Use symbol rather than
14080 word anchors in regexp.
14081
14082 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14083
14084 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14085 no file name consider `dired-directory'.
14086
14087 2004-09-14 Kim F. Storm <storm@cua.dk>
14088
14089 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14090
14091 2004-09-14 Simon Josefsson <jas@extundo.com>
14092
14093 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14094
14095 * textmodes/dns-mode.el: Add.
14096
14097 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14098
14099 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14100 (disabled-command-function): Make the ?\ char more obvious.
14101
14102 * vc-arch.el (vc-arch-root, vc-arch-registered):
14103 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14104
14105 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14106
14107 * windmove.el (windmove-frame-edges): Report coordinates of
14108 outside edges of frame, not inside edges.
14109 (windmove-coordinates-of-position): Convert into wrapper to new
14110 function `windmove-coordinates-of-window-position';
14111 `compute-motion' always applies to selected window.
14112 (windmove-coordinates-of-position): Update documentation to refer
14113 to Emacs 21 Lisp Reference Manual.
14114 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14115
14116 2004-09-13 Kim F. Storm <storm@cua.dk>
14117
14118 * isearch.el (isearch-resume-in-command-history): Rename from
14119 isearch-resume-enabled and change default to nil.
14120
14121 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14122
14123 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14124 (vc-registered): Use it.
14125 (vc-find-root): New fun.
14126
14127 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14128 Don't tell to use \\{...} when it's already done.
14129
14130 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14131 Provide a sample complex default.
14132 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14133 (bibtex-entry): Use mapc.
14134
14135 2004-09-12 Kim F. Storm <storm@cua.dk>
14136
14137 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14138
14139 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14140 inhibit-field-text-motion to t so rectangles work in comint buffers.
14141
14142 * simple.el (choose-completion-string): Set buffer before running
14143 choose-completion-string-functions hook so it can be buffer-local.
14144
14145 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14146
14147 * progmodes/compile.el (compilation-start): Parse command to see
14148 if it starts with a cd, and if so perform it for the *compilation*
14149 buffer. Change the header to reflect this.
14150
14151 2004-09-11 Kim F. Storm <storm@cua.dk>
14152
14153 * ido.el (ido-enable-dot-prefix): Doc fix.
14154 (ido-enable-dot-prefix): New defcustom.
14155 (ido-set-matches1): Use it.
14156
14157 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14158
14159 * textmodes/bibtex.el (bibtex-mark-active)
14160 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14161
14162 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14163
14164 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14165 used in a case insensitive environment.
14166 (bibtex-mode-map): Rearrange order of menus.
14167 (bibtex-quoted-string-re): Obsolete.
14168 (bibtex-complete-key-cleanup): Variable replaced by new function.
14169 (bibtex-font-lock-keywords): Use backquotes.
14170 (bibtex-font-lock-url-regexp): New internal variable.
14171 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14172 "OPT" and "ALT".
14173 (bibtex-insert-current-kill, bibtex-make-field)
14174 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14175 (bibtex-parse-field-text): Simplify.
14176 (bibtex-string=): New helper function.
14177 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14178 (bibtex-map-entries): Use bibtex-string=.
14179 (bibtex-search-entry): Use not.
14180 (bibtex-enclosing-field): Fix docstring.
14181 (bibtex-assoc-regexp): Obsolete.
14182 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14183 (bibtex-autokey-get-names): Handle empty name field.
14184 (bibtex-parse-strings): Use assoc-string and unless.
14185 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14186 Use assoc-string.
14187 (bibtex-pop): Simplify.
14188 (bibtex-mode): Set font-lock-extra-managed-props.
14189 (bibtex-entry-update): Use assoc-string.
14190 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14191 (bibtex-autofill-entry): Use bibtex-string=.
14192 (bibtex-print-help-message): Simplify.
14193 (bibtex-find-entry): New optional arg START.
14194 (bibtex-validate): Use bibtex-string= and assoc-string.
14195 Do not call obsolete function compilation-parse-errors.
14196 (bibtex-remove-delimiters): Only remove delimiters if present.
14197 (bibtex-copy-entry-as-kill): Add docstring.
14198 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14199 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14200 (bibtex-complete): Use bibtex-predefined-month-strings,
14201 bibtex-string=, and new function bibtex-complete-key-cleanup.
14202 (bibtex-generate-url-list): New variable.
14203 (bibtex-url): New command bound to C-c C-l and mouse-2.
14204 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14205 (bibtex-font-lock-url): New function.
14206
14207 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14208
14209 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14210
14211 2004-09-09 Kim F. Storm <storm@cua.dk>
14212
14213 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14214 counter and format with binding.
14215 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14216 the declared macro uses own macro counter and format. Give symbol
14217 kmacro property.
14218 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14219 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14220 (kmacro-end-and-call-macro): Doc fix.
14221
14222 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14223
14224 * desktop.el (desktop-clear-preserve-buffers):
14225 Remove make-obsolete-variable.
14226
14227 2004-09-08 Richard M. Stallman <rms@gnu.org>
14228
14229 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14230 with the buffer as argument.
14231
14232 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14233
14234 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14235
14236 2004-09-08 Juri Linkov <juri@jurta.org>
14237
14238 * replace.el (perform-replace): Use `query-replace-descr'.
14239
14240 * cus-start.el (history-delete-duplicates): Specify customization.
14241
14242 * diff-mode.el (diff-mode-map):
14243 * progmodes/compile.el (compilation-mode-map):
14244 * progmodes/grep.el (grep-mode-map):
14245 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14246 to `next-error-follow-minor-mode'.
14247
14248 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14249
14250 * isearch.el (isearch-lazy-highlight-update): Take into account
14251 the case of zero-length match at the search bound.
14252
14253 2004-09-08 Kim F. Storm <storm@cua.dk>
14254
14255 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14256 change. Use zero width overlays when necessary.
14257
14258 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14259
14260 * subr.el (split-string): Docfix.
14261
14262 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14263
14264 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14265 (display-call-tree): Ensure newline after caller/calls blocks.
14266
14267 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14268
14269 * startup.el (command-line-1): Make option
14270 --directory/-L modify `load-path' straight away.
14271
14272 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14273
14274 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14275
14276 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14277
14278 * emacs-lisp/autoload.el (make-autoload):
14279 Handle `define-compilation-mode'.
14280
14281 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14282 Specify `doc-string-elt' property.
14283
14284 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14285
14286 * bs.el (bs-mode): Doc fix.
14287
14288 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14289
14290 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14291
14292 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14293
14294 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14295
14296 2004-09-08 Kenichi Handa <handa@m17n.org>
14297
14298 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14299 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14300 ps-mule-next-point -> 1+).
14301
14302 * composite.el (encode-composition-rule): Add autoload cookie.
14303
14304 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14305
14306 * format.el (buffer-auto-save-file-format): Make it permanent local.
14307
14308 2004-09-07 Kim F. Storm <storm@cua.dk>
14309
14310 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14311 (authors-fixed-entries): Fix typo.
14312 (authors-canonical-author-name): Compact multiple spaces.
14313 Ignore trivial names (e.g. only first name).
14314
14315 * term.el (term-window-width): Only use full window width on
14316 window system if overflow-newline-into-fringe is enabled.
14317 (term-mode): Don't disable overflow-newline-into-fringe.
14318
14319 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14320
14321 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14322 motion as seen on my Mac OS X xterms.
14323
14324 * newcomment.el (uncomment-region-default, comment-region-default):
14325 New functions extracted from uncomment-region and comment-region.
14326 (comment-region, comment-region-function, uncomment-region)
14327 (uncomment-region-function): Use them.
14328
14329 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14330
14331 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14332 It's not crucial but can make sense at times.
14333
14334 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14335 the first commit.
14336
14337 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14338 Disable obsolete code.
14339
14340 2004-09-07 Juri Linkov <juri@jurta.org>
14341
14342 * progmodes/grep.el (grep-highlight-matches): Change default from
14343 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14344 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14345 if grep option `--color' is available, or to `nil' otherwise.
14346 (grep-process-setup): Call `grep-compute-defaults' if
14347 `grep-highlight-matches' is not computed. Set env-vars only
14348 if `grep-highlight-matches' is `t'.
14349 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14350 is already defined).
14351
14352 * progmodes/compile.el (compilation-start): Use copy of
14353 `process-environment' created by `copy-sequence' to not
14354 modify env-vars in the global `process-environment'.
14355
14356 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14357
14358 * simple.el (next-error-follow-minor-mode): Fix last change.
14359
14360 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14361
14362 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14363 permanent local.
14364
14365 2004-09-04 Richard M. Stallman <rms@gnu.org>
14366
14367 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14368 highlighting if the search string is empty.
14369
14370 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14371
14372 * facemenu.el (facemenu-active-faces): Change condition of inner
14373 `while' loop to also check the first two elements of `face-atts'
14374 and `mask-atts'.
14375
14376 2004-09-04 John Paul Wallington <jpw@gnu.org>
14377
14378 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14379 (thumbs-view-image-mode): Make buffer read-only.
14380
14381 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14382
14383 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14384 (ispell-check-version): Set it.
14385 (ispell-send-replacement): New function.
14386 (ispell-process-line): Call ispell-send-replacement.
14387
14388 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14389
14390 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14391 Support choosing seconds with "s".
14392
14393 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14394
14395 * terminal.el (te-escape): Show `?' in prompt for help key.
14396
14397 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14398
14399 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14400
14401 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14402
14403 * simple.el (next-error-follow-minor-mode)
14404 (next-error-follow-mode-post-command-hook): New functions.
14405 (next-error-follow-last-line): New defvar.
14406
14407 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14408 * progmodes/compile.el (compilation-mode-map): Likewise.
14409 * progmodes/grep.el (grep-mode-map): Likewise.
14410 * replace.el (occur-mode-map): Likewise.
14411
14412 * newcomment.el (uncomment-region): Bind comment-use-global-state
14413 to nil.
14414
14415 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14416
14417 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14418 locally around the call to `revert-buffer'.
14419
14420 2004-09-03 Juri Linkov <juri@jurta.org>
14421
14422 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14423 `isearch-adjusted' to `t'.
14424 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14425 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14426 (isearch-other-meta-char): Restore isearch-point unconditionally.
14427 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14428 Set point to start of match if region is not active in transient
14429 mark mode (to include the current match to region boundaries).
14430 Push the search string to `query-replace-from-history-variable'.
14431 Add prompt "Query replace regexp" for isearch-regexp.
14432 Add region beginning/end as last arguments of `perform-replace.'
14433 (isearch-query-replace-regexp): Replace code by the call to
14434 `isearch-query-replace' with arg `t'.
14435
14436 2004-09-03 Richard M. Stallman <rms@gnu.org>
14437
14438 * startup.el (normal-top-level): Undo previous TERM change.
14439
14440 2004-09-03 Kim F. Storm <storm@cua.dk>
14441
14442 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14443 highlight overlays; allow using RET when cursor is over a button.
14444 (cua--highlight-rectangle): Use it.
14445 (cua--rectangle-set-corners): Don't move backwards at eol.
14446 (cua--forward-line): Don't move into void after eob.
14447
14448 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14449 point is set (and displayed) inside rectangle.
14450 (cua--rectangle-operation): Fix for highlight of empty lines.
14451 (cua--highlight-rectangle): Fix highlight for tabs.
14452 Position cursor at left/right edge of rectangle using new `cursor'
14453 property on overlay strings.
14454 (cua--indent-rectangle): Don't tabify.
14455 (cua-rotate-rectangle): Ignore that point has moved.
14456
14457 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14458
14459 * term/mac-win.el: Add ASCII equivalents for some function keys.
14460 (mode-line-frame-identification): Sync with x-win.el.
14461
14462 2004-09-02 Juri Linkov <juri@jurta.org>
14463
14464 * progmodes/compile.el (compilation-buffer-name): Compare major
14465 mode with second element of compilation-arguments instead of third
14466 to reflect latest changes in compilation-arguments structure.
14467 (recompile): Use global variable `compilation-directory' to get
14468 recent compilation directory only when `recompile' is invoked NOT
14469 in the compilation buffer. Otherwise, use `default-directory' of
14470 the compilation buffer.
14471 (compilation-error-properties): Allow to funcall col and end-col.
14472 (compilation-mode-font-lock-keywords): Check col and end-col by
14473 `integerp'.
14474 (compilation-goto-locus): If end-mk is non-nil in transient mark
14475 mode don't activate the mark (and don't display message in
14476 push-mark), but highlight overlay between mk and end-mk.
14477
14478 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14479 (grep-regexp-alist): Add rule to highlight grep matches.
14480 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14481
14482 * info.el (Info-fontify-node): Don't compute other-tag
14483 if Info-hide-note-references=hide.
14484
14485 * help.el (function-called-at-point):
14486 * help-fns.el (variable-at-point):
14487 Try `find-tag-default' when other methods failed.
14488
14489 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14490 Do not push mark if inhibit-mark-movement is non-nil.
14491
14492 * textmodes/ispell.el (ispell-html-skip-alists):
14493 Fix backslashes in docstring.
14494
14495 2004-09-01 Juri Linkov <juri@jurta.org>
14496
14497 * isearch.el (isearch-wrap-function)
14498 (isearch-push-state-function): New defvars.
14499 (isearch-pop-fun-state): New defsubst.
14500 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14501 (isearch-push-state): Set the result of calling
14502 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14503 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14504 restore the mode-specific starting point of terminated search.
14505 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14506 (isearch-repeat): Call `isearch-wrap-function' if defined.
14507 (isearch-message-prefix): Don't add prefix "over" to the message
14508 for wrapped search if `isearch-wrap-function' is defined.
14509 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14510 restore the mode-specific starting point of failed search.
14511
14512 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14513 (Info-search): Add new optional arguments for the sake of isearch.
14514 Replace whitespace in Info-search-whitespace-regexp literally.
14515 Add backward search. Don't call `Info-select-node' if regexp is
14516 found in the same Info node. Don't add node to Info-history for
14517 wrapped isearch.
14518 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14519 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14520 (Info-mode): Set local variables `isearch-search-fun-function',
14521 `isearch-wrap-function', `isearch-push-state-function',
14522 `search-whitespace-regexp'.
14523
14524 * isearch.el: Remove ancient Change Log section.
14525 (isearch-string, isearch-message-string, isearch-point)
14526 (isearch-success, isearch-forward-flag, isearch-other-end)
14527 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14528 (isearch-barrier, isearch-within-brackets)
14529 (isearch-case-fold-search): Add suffix `-state' to state-related
14530 defsubsts to avoid name clashes with other function names.
14531
14532 * simple.el (next-error): New defgroup and defface.
14533 (next-error-highlight, next-error-highlight-no-select):
14534 New defcustoms.
14535 (next-error-no-select): Let-bind next-error-highlight to the value
14536 of next-error-highlight-no-select before calling `next-error'.
14537
14538 * progmodes/compile.el (compilation-goto-locus):
14539 Use `next-error' face instead of `region'. Set 4-th argument of
14540 `move-overlay' to `current-buffer' to move overlay to different
14541 source buffers. Use new variable `next-error-highlight'.
14542
14543 * simple.el (next-error-find-buffer): Move the rule
14544 "if current buffer is a next-error capable buffer" after the
14545 rule "if next-error-last-buffer is set to a live buffer".
14546 Simplify to test all rules in one `or'.
14547 (next-error): Doc fix.
14548 (next-error, previous-error, first-error)
14549 (next-error-no-select, previous-error-no-select):
14550 Make arguments optional.
14551
14552 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14553
14554 * macros.el (apply-macro-to-region-lines): Make it operate on all
14555 lines that begin in the region, rather than on all complete lines
14556 in the region.
14557
14558 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14559
14560 * x-dnd.el (x-dnd-protocol-alist): Document update.
14561 (x-dnd-known-types): Defcustom it.
14562 (x-dnd-handle-motif): Print message-atom in error message.
14563
14564 2004-08-30 John Paul Wallington <jpw@gnu.org>
14565
14566 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14567 strings rather than programatically constructing message.
14568
14569 2004-08-30 Richard M. Stallman <rms@gnu.org>
14570
14571 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14572 Don't return a string that would read as the wrong character code.
14573
14574 2004-08-29 Kim F. Storm <storm@cua.dk>
14575
14576 * emulation/cua-base.el (cua-auto-expand-rectangles):
14577 Remove automatic rectangle padding feature; replace by non-destructive
14578 virtual rectangle edges feature.
14579 (cua-virtual-rectangle-edges): New defcustom.
14580 (cua-auto-tabify-rectangles): New defcustom.
14581 (cua-paste): If paste into a marked rectangle, insert rectangle at
14582 current column, even if virtual; also paste exactly as many lines
14583 as has been marked (ignore additional lines or add empty lines),
14584 but paste whole source if only one line is marked.
14585 (cua--update-indications): No longer use overwrite-cursor to
14586 indicate rectangle padding
14587
14588 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14589 (cua--rectangle-virtual-edges): New defun.
14590 (cua--rectangle-get-corners): Remove optional PAD arg.
14591 (cua--rectangle-set-corners): Never do padding.
14592 (cua--forward-line): Remove optional PAD arg. Simplify.
14593 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14594 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14595 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14596 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14597 (cua--rectangle-move): Never do padding. Simplify.
14598 (cua--tabify-start): New defun.
14599 (cua--rectangle-operation): Add tabify arg. All callers changed.
14600 (cua--pad-rectangle): Remove.
14601 (cua--delete-rectangle): Handle delete with virtual edges.
14602 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14603 (cua--insert-rectangle): Handle insert at virtual column.
14604 Perform auto-tabify if necessary.
14605 (cua--activate-rectangle): Remove optional FORCE arg.
14606 Never do padding. Simplify.
14607 (cua--highlight-rectangle): Enhance for virtual edges.
14608 (cua-toggle-rectangle-padding): Remove command.
14609 (cua-toggle-rectangle-virtual-edges): New command.
14610 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14611 (cua--rectangle-post-command): Don't force rectangle padding.
14612 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14613
14614 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14615
14616 * indent.el (edit-tab-stops-buffer): Doc fix.
14617
14618 2004-08-28 Richard M. Stallman <rms@gnu.org>
14619
14620 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14621 (grep-tag-default): Function deleted.
14622
14623 * subr.el (find-tag-default): Move from etags.el.
14624
14625 * progmodes/etags.el (find-tag-default): Move to subr.el.
14626
14627 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14628 into the basic character if it has an uppercase form.
14629
14630 2004-08-27 Kenichi Handa <handa@m17n.org>
14631
14632 * international/utf-8.el (utf-8-post-read-conversion): If the
14633 buffer is unibyte, temporarily make it multibyte.
14634
14635 2004-08-27 Masatake YAMATO <jet@gyve.org>
14636
14637 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14638
14639 2004-08-25 John Paul Wallington <jpw@gnu.org>
14640
14641 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14642 0, 1, and many mismatches in message.
14643 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14644
14645 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14646 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14647
14648 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14649
14650 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14651 vc-diff-switches differently.
14652
14653 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14654
14655 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14656 before and a real defvar after
14657 `speedbar-supported-extension-expressions'. This is to silence
14658 the compiler without breaking bootstrapping.
14659
14660 2004-08-22 Richard M. Stallman <rms@gnu.org>
14661
14662 * textmodes/flyspell.el (flyspell-word):
14663 Use set-process-query-on-exit-flag.
14664 (flyspell-highlight-duplicate-region): Take POSS as arg.
14665 (flyspell-word): Pass POSS as arg.
14666
14667 * progmodes/ada-xref.el: Many doc and style fixes.
14668 (ada-find-any-references): Use compilation-start.
14669 (ada-get-ali-file-name): Improve error msg.
14670 (ada-get-ada-file-name): Likewise.
14671
14672 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14673 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14674
14675 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14676 Add forward defvar.
14677
14678 * whitespace.el (global-whitespace-mode): New alias
14679 for whitespace-global-mode.
14680
14681 * speedbar.el (speedbar-file-regexp): Move definition up.
14682 (speedbar-mode, speedbar-set-mode-line-format):
14683 Use with-no-warnings.
14684 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14685
14686 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14687 controls whether to display the error buffer.
14688
14689 * ps-mule.el: Delete compatibility code for old Emacsen.
14690 (ps-mule-find-wrappoint): Don't use chars-in-region.
14691
14692 * frame.el (display-mouse-p, display-selections-p):
14693 Use with-no-warnings.
14694
14695 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14696
14697 2004-08-22 David Kastrup <dak@gnu.org>
14698
14699 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14700 information.
14701
14702 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14703
14704 2004-08-22 Andreas Schwab <schwab@suse.de>
14705
14706 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14707
14708 2004-08-22 Masatake YAMATO <jet@gyve.org>
14709
14710 * cvs-status.el (cvs-status-checkout): New function.
14711 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14712
14713 2004-08-21 David Kastrup <dak@gnu.org>
14714
14715 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14716 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14717 has been converted to use hashtables, the relation `nil=none' is
14718 no longer valid, as `nil' is not a hashtable. This patch tries to
14719 reduce the number of resulting errors.
14720
14721 2004-08-21 John Paul Wallington <jpw@gnu.org>
14722
14723 * subr.el (process-kill-without-query): Made obsolete in
14724 version 21.4, not 21.5.
14725
14726 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14727 (vc-previous-comment, vc-next-comment)
14728 (vc-comment-search-reverse, vc-comment-search-forward)
14729 (vc-comment-to-change-log): Likewise.
14730
14731 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14732
14733 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14734
14735 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14736 Correct indentation of DEFMETHODS with non-standard method
14737 combinations (e.g., PROGN, MIN, MAX).
14738
14739 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14740
14741 * startup.el (normal-top-level-add-subdirs-to-load-path):
14742 Avoid unnecessarily checking system-type.
14743 (normal-top-level): Set TERM to "dumb". Simplify.
14744
14745 * avoid.el (mouse-avoidance-ignore-p): New fun.
14746 Also ignore switch-frame, select-window, double, and triple clicks.
14747 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14748 (mouse-avoidance-fancy-hook): Use it.
14749
14750 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14751
14752 * avoid.el (mouse-avoidance-nudge-mouse)
14753 (mouse-avoidance-banish-destination): Stay within the current window
14754 to avoid problems with mouse-autoselect-window.
14755
14756 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14757
14758 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14759 the newer format of some messages in cvs-1.12.1.
14760
14761 2004-08-19 Masatake YAMATO <jet@gyve.org>
14762
14763 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14764 (elp-results-jump-to-definition-by-mouse)
14765 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14766 (elp-output-result): Use elp-output-insert-symname.
14767
14768 2004-08-18 Kenichi Handa <handa@m17n.org>
14769
14770 * language/cyrillic.el: Register koi8-r in
14771 ctext-non-standard-encodings-alist.
14772 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14773
14774 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14775
14776 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14777 that replaces 20xy with xy.
14778
14779 2004-08-17 John Paul Wallington <jpw@gnu.org>
14780
14781 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14782 (reb-force-update): Doc fix.
14783
14784 2004-08-16 Richard M. Stallman <rms@gnu.org>
14785
14786 * progmodes/which-func.el (which-func-update-1): Doc fix.
14787
14788 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14789 (sh-mode-abbrev-table): New variable.
14790
14791 * progmodes/compile.el (compilation-mode): Doc fix.
14792
14793 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14794 Don't cons a new symbol each time.
14795 (eval-last-sexp-fake-value): New variable.
14796
14797 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14798 (copyright-update-year): Detect continuation of list of years.
14799
14800 * term.el (term-default-fg-color, term-default-bg-color)
14801 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14802
14803 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14804
14805 2004-08-16 Davis Herring <herring@lanl.gov>
14806
14807 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14808 (isearch-success, isearch-forward-flag, isearch-other-end)
14809 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14810 (isearch-barrier, isearch-within-brackets)
14811 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14812
14813 2004-08-16 Kenichi Handa <handa@m17n.org>
14814
14815 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14816
14817 2004-08-15 Kenichi Handa <handa@m17n.org>
14818
14819 * term/x-win.el (x-selection-value): If utf8 was successful but
14820 ctext was not, use utf8 string.
14821
14822 2004-08-14 Davis Herring <herring@lanl.gov>
14823
14824 * isearch.el: Remove accidental changes of March 4. Fix backing
14825 up when a regexp isearch is made more general. Use symbolic
14826 accessor functions for isearch stack frames to make usage clearer.
14827 (search-whitespace-regexp): Made groups in documentation shy (as
14828 is the group in the default value).
14829 (isearch-fallback): New function, addresses problems with regexps
14830 liberalized by `\|', adds support for liberalization by `\}' (the
14831 general repetition construct), and incorporates behavior for
14832 `*'/`?'.
14833 (isearch-}-char): New command, calls `isearch-fallback' with
14834 arguments appropriate to a typed `}'.
14835 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14836 appropriately.
14837 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14838 (isearch-string, isearch-message,string, isearch-point)
14839 (isearch-success, isearch-forward-flag, isearch-other-end)
14840 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14841 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14842 New inline functions to read fields of a stack frame.
14843
14844 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14845
14846 * battery.el (battery-linux-proc-acpi): Look into battery
14847 directories matching the literal string "CMB", too (required for
14848 Linux kernel version 2.6.7).
14849
14850 2004-08-14 John Paul Wallington <jpw@gnu.org>
14851
14852 * cus-start.el (read-file-name-completion-ignore-case): Add.
14853 (blink-cursor-alist): Change version to "21.4".
14854
14855 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14856
14857 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14858
14859 * speedbar.el (speedbar-scan-subdirs): New option.
14860 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14861 dolist.
14862 (speedbar-insert-files-at-point): Take an extra argument and use
14863 it to optionally find out if a subdir is empty. Also unreadable
14864 files don't get expand buttons.
14865 (speedbar-directory): New image (unused pixmap already existed).
14866 (speedbar-expand-image-button-alist): Use it.
14867
14868 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14869
14870 CC Mode update to 5.30.9:
14871
14872 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14873 Move from cc-vars to cc-defs for dependency reasons. Fix the
14874 POSIX char class test to check that it works in
14875 `skip-chars-(forward|backward)' too.
14876
14877 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14878 first argument starts with a special brace list.
14879
14880 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14881 when `c-opt-type-concat-key' is used (i.e. in Pike).
14882
14883 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14884 Fix bug when the inner char pair doesn't have paren syntax,
14885 i.e. "(<>)".
14886
14887 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14888 whitespace safe.
14889
14890 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14891 position for `arglist-intro', `arglist-cont-nonempty' and
14892 `arglist-close' when there are two arglist open parens on the same
14893 line and there's nothing in front of the first.
14894
14895 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14896 locking of qualified names in Java, which previously could fontify
14897 common indexing expressions in many cases. The standard Java
14898 naming conventions are used to tell them apart.
14899
14900 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14901 Fix inconsistency wrt opening parens on the first line inside a paren
14902 block.
14903
14904 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14905 compile time for the sake of `c-major-mode-is'.
14906
14907 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14908 `c-major-mode-is' in the event that this is used inside a
14909 `c-lang-defconst'.
14910
14911 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14912 `c-lang-defconst' so that it works better with fallback languages.
14913
14914 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14915 it to fail to record the base mode.
14916
14917 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14918 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14919 is used. Reorder the syntax checks to get more efficient
14920 skipping in some situations.
14921
14922 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14923 continuation which might precede the newly inserted '{'.
14924
14925 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14926 Fix cases where it could loop indefinitely.
14927
14928 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14929 size specs correctly. Only fontify identifiers in front of '('
14930 with as functions - don't accept any paren char. Tighten up
14931 initializer skipping to stop before function and class blocks.
14932
14933 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14934 the point could be left directly after an open paren when finding
14935 the beginning of the first decl in the block.
14936
14937 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14938 table when filtering out legitimate open parens to be recorded.
14939 This could cause cache inconsistencies when e.g.
14940 `c++-template-syntax-table' was temporarily in use.
14941
14942 * progmodes/cc-engine.el (c-on-identifier)
14943 (c-simple-skip-symbol-backward): Small fix for handling "-"
14944 correctly in `skip-chars-backward'. Affected the operator lfun
14945 syntax in Pike.
14946
14947 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14948 Fix bug that could cause an error from `after-change-functions' when
14949 the changed region is at bob.
14950
14951 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14952
14953 CC Mode update to 5.30.9:
14954
14955 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14956 to say that <TAB> doesn't insert WS into a CPP line.
14957 (c-indent-command, c-tab-always-indent): Amend doc strings.
14958
14959 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14960 checks for user errors, thus eliminating cryptic and unhelpful
14961 Emacs error messages. (1) Check the arg to `c-set-style' is a
14962 string. (2) Check that settings to `c-offsets-alist' are not
14963 spuriously quoted.
14964
14965 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14966 which precedes the newly inserted `{'.
14967
14968 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14969
14970 Sync with Tramp 2.0.44.
14971
14972 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14973 function "tramp_file_attributes". Otherwise, file names
14974 containing spaces are misinterpreted. Reported by Magnus Henoch
14975 <mange@freemail.hu>.
14976 (tramp-handle-file-truename): FILENAME must be expanded first.
14977 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14978 obscure results. Reported by D. Goel <deego@gnufans.org>.
14979 (tramp-handle-verify-visited-file-modtime): If file does not
14980 exist, say it is not modified if and only if that agrees with the
14981 buffer's record. Check whether a file is visiting the buffer, or
14982 the buffer has no recorded last modification time. Return t in
14983 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14984 <teirllm@auburn.edu>.
14985 (tramp-handle-write-region): Pass modtime explicitly to
14986 `set-visited-file-modtime', because filename can be different
14987 from (buffer-file-name) if `file-precious-flag' is set.
14988 `set-visited-file-modtime' must be called always when `visit' is t
14989 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14990 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14991 nil, don't apply the whole body. If the file doesn't exists, set
14992 modtime to '(-1 65535). Suggested by Luc Teirlinck
14993 <teirllm@auburn.edu>.
14994
14995 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14996
14997 * help.el (describe-bindings): Doc fix.
14998
14999 * subr.el (kbd): Doc fix.
15000
15001 2004-08-08 John Paul Wallington <jpw@gnu.org>
15002
15003 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15004 instead of `string-to-int'.
15005 (define-ibuffer-column mode): Fix indentation.
15006
15007 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15008
15009 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15010
15011 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15012
15013 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15014
15015 * novice.el (disabled-command-function): New variable renamed from
15016 `disabled-command-hook'.
15017 (disabled-command-hook): Keep the _variable_ as alias for
15018 `disabled-command-function' and make obsolete.
15019 (disabled-command-function): Function renamed from
15020 `disabled-command-hook'. Adapt code to name change of the variable.
15021
15022 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15023
15024 * simple.el (completion-root-regexp): New defvar.
15025 (completion-setup-function): Use it instead of a literal string.
15026
15027 2004-08-07 John Paul Wallington <jpw@gnu.org>
15028
15029 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15030 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15031 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15032 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15033
15034 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15035
15036 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15037 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15038
15039 2004-08-04 Kenichi Handa <handa@m17n.org>
15040
15041 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15042 Fix previous change.
15043
15044 2004-08-03 Kenichi Handa <handa@m17n.org>
15045
15046 * international/encoded-kb.el: The following changes are to
15047 utilize key-translation-map instead of minor mode map.
15048 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15049 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15050 (encoded-kbd-last-key): New function.
15051 (encoded-kbd-iso2022-single-shift): New function.
15052 (encoded-kbd-iso2022-designation)
15053 (encoded-kbd-self-insert-iso2022-7bit)
15054 (encoded-kbd-self-insert-iso2022-8bit)
15055 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15056 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15057 key-translation-map.
15058 (encoded-kbd-setup-keymap): Setup key-translation-map.
15059 (saved-key-translation-map): New variable.
15060 (encoded-kbd-mode): Save/restore key-translation-map.
15061 Adjust for the change of encoded-kbd-setup-keymap.
15062
15063 2004-08-02 Kim F. Storm <storm@cua.dk>
15064
15065 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15066 and call compute-motion with nil for topos and width to get proper
15067 usable width and height for both window and non-window systems.
15068
15069 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15070 calculate usable window width and height.
15071
15072 * window.el (window-buffer-height): Call compute-motion with nil width.
15073
15074 2004-08-01 David Kastrup <dak@gnu.org>
15075
15076 * replace.el (query-replace-read-from):
15077 Use `query-replace-compile-replacement'.
15078 (query-replace-compile-replacement): New function.
15079 (query-replace-read-to): Use `query-replace-compile-replacement'
15080 for repeating the last command.
15081
15082 2004-08-01 John Paul Wallington <jpw@gnu.org>
15083
15084 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15085 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15086 (pr-switches): Remove period from end of error messages.
15087
15088 * help-mode.el (help-go-back): Likewise.
15089
15090 * abbrev.el (only-global-abbrevs): Doc fix.
15091 (edit-abbrevs-map): Define within defvar.
15092 (quietly-read-abbrev-file): Doc fix.
15093
15094 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15095
15096 * novice.el (enable-command, disable-command): Doc fixes.
15097
15098 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15099
15100 2004-07-30 Richard M. Stallman <rms@gnu.org>
15101
15102 * subr.el (with-local-quit): Doc fix.
15103
15104 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15105
15106 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15107
15108 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15109
15110 * custom.el (defcustom): Doc fix.
15111
15112 2004-07-28 Masatake YAMATO <jet@gyve.org>
15113
15114 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15115
15116 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15117
15118 * imenu.el (imenu-prev-index-position-function)
15119 (imenu-extract-index-name-function, imenu-name-lookup-function)
15120 (imenu--index-alist): Docstring redundancy fix.
15121
15122 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15123
15124 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15125 binding dired-backup-overwrite.
15126
15127 2004-07-25 John Paul Wallington <jpw@gnu.org>
15128
15129 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15130
15131 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15132
15133 * term/tty-colors.el (tty-color-approximate): Doc fix.
15134
15135 * select.el (x-get-selection, x-set-selection): Doc fixes.
15136
15137 * frame.el (make-frame): Doc fix.
15138
15139 2004-07-24 Richard M. Stallman <rms@gnu.org>
15140
15141 * mail/rmail.el (rmail-mime-charset-pattern):
15142 Don't include semicolon in the charset value.
15143
15144 * replace.el (occur-next-error): Call set-window-point.
15145 (occur-engine): Handle negative NLINES.
15146
15147 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15148
15149 * frame.el (modify-all-frames-parameters): Minor doc fix.
15150 (set-frame-configuration): Doc fix.
15151
15152 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15153
15154 * simple.el (completion-setup-function): Compute the common parts
15155 and the first difference place correctly when
15156 partial-completion-mode is on.
15157
15158 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15159
15160 * ps-print.el: Doc fix.
15161 (ps-print-version): New version 6.6.5.
15162 (ps-printing-region): Doc fix.
15163 (ps-generate-string-list): Comment fix.
15164 (ps-message-log-max): Code fix.
15165
15166 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15167
15168 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15169 generated PostScript.
15170
15171 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15172
15173 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15174 with Gnus v5_10 branch.)
15175
15176 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15177
15178 * calendar/time-date.el (time-to-number-of-days): New function.
15179 Imported from Gnus.
15180
15181 2004-07-22 Kim F. Storm <storm@cua.dk>
15182
15183 * progmodes/make-mode.el: Fix comments.
15184
15185 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15186
15187 * printing.el: Doc fix.
15188
15189 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15190
15191 * frame.el (modify-all-frames-parameters): Minor doc fix.
15192
15193 2004-07-20 Richard M. Stallman <rms@gnu.org>
15194
15195 * textmodes/fill.el (fill-nobreak-p): If this break point is
15196 at the end of the line, don't consider the newline which follows
15197 as a reason to return t.
15198
15199 2004-07-19 John Paul Wallington <jpw@gnu.org>
15200
15201 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15202
15203 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15204
15205 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15206 Delete irrelevant code.
15207
15208 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15209
15210 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15211 New docstring. From Luc Teirlinck.
15212
15213 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15214
15215 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15216 section.
15217 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15218 non-file buffers. We know it is nil.
15219
15220 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15221
15222 Sync with Tramp 2.0.43.
15223
15224 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15225 Remove outdated comment.
15226 (tramp-locked, tramp-locker): New variables for implementing a
15227 global lock.
15228 (tramp-sh-file-name-handler): Use them to implement the global lock.
15229
15230 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15231
15232 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15233 calls to respective `xxx` calls.
15234 (tramp-process-alive-regexp): Precise doc string.
15235 (tramp-multi-action-process-alive): New defun.
15236 (tramp-multi-actions): Use it.
15237 (tramp-handle-find-backup-file-name): `copy-tree' is available
15238 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15239 in order to avoid this function.
15240 (tramp-handle-write-region): Set current buffer. If connection
15241 wasn't open, `file-modes' has changed it accidentally. Reported by
15242 David Kastrup <dak@gnu.org>.
15243 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15244 HOST.
15245 (tramp-action-password, tramp-multi-action-password): Apply it.
15246 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15247 name must still contain the port number. Otherwise, we have two
15248 Tramp buffers, with all the confusion. Reported by Myron Selby
15249 <myron@xytech.com> and Rolf Dubitzky
15250 <Dubitzky@physi.uni-heidelberg.de>.
15251
15252 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15253 HOST to `tramp-enter-passwd'.
15254
15255 * net/tramp-vc.el (all): Code cleanup. Change all
15256 `tramp-handle-xxx' calls to respective `xxx` calls.
15257
15258 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15259
15260 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15261 functions that are not erroneous if either 1-valued or
15262 multi-valued. Detect functions in this class.
15263 (testcover-1value-functions, testcover-compose-functions)
15264 (testcover-progn-functions) Add some additional functions to lists.
15265 (testcover-mark): Bugfix when marking up the definition for an
15266 empty function.
15267
15268 2004-07-17 Richard M. Stallman <rms@gnu.org>
15269
15270 * replace.el (occur-read-primary-args): Pass default to
15271 read-from-minibuffer.
15272
15273 * mail/footnote.el (footnote-section-tag): Use defcustom.
15274
15275 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15276 Compile font-lock-keywords, not KEYWORDS.
15277 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15278 Add warn, check-type. Handle cerror like error.
15279
15280 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15281
15282 * progmodes/which-func.el (which-func-keymap): New var.
15283 (which-func-face): New face.
15284 (which-func-format): Use them.
15285
15286 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15287
15288 * buff-menu.el (list-buffers-noselect): Append the buffer's
15289 process status to its mode name.
15290
15291 2004-07-16 Kim F. Storm <storm@cua.dk>
15292
15293 * simple.el (inhibit-mark-movement): New defvar.
15294 (beginning-of-buffer, end-of-buffer): Do not push mark if
15295 inhibit-mark-movement is non-nil or C-u prefix is given.
15296
15297 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15298 Init to beginning-of-buffer and end-of-buffer.
15299 (cua--undo-push-mark): New defvar.
15300 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15301 already active and command is in cua--preserve-mark-commands.
15302 Also fix check for shift modifier on non-window systems.
15303 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15304
15305 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15306
15307 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15308 of two integers, instead of a cons.
15309
15310 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15311 `visited-file-modtime' now returns a list of two integers, instead
15312 of a cons.
15313
15314 * dired.el (dired-directory-changed-p): Ditto.
15315
15316 * progmodes/grep.el (grep): Doc fix.
15317
15318 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15319
15320 * autorevert.el (auto-revert-tail-mode)
15321 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15322 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15323 in both at the same time.
15324 (auto-revert-tail-mode): New command.
15325 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15326 (auto-revert-handler): Revert only either tail or whole file.
15327
15328 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15329 add auto-revert-tail-mode.
15330
15331 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15332
15333 * printing.el: Doc fix. Change name of some funs.
15334 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15335 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15336 (pr-standard-file-name): New fun. Replace pr-standard-path.
15337 (pr-call-process): Code fix.
15338
15339 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15340
15341 * subr.el (with-selected-window): Doc fix.
15342
15343 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15344
15345 * subr.el (get-buffer-window-list): Doc fix.
15346
15347 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15348
15349 * files.el (switch-to-buffer-other-window): Doc fix.
15350
15351 * window.el (save-selected-window, one-window-p)
15352 (split-window-keep-point, split-window-vertically)
15353 (split-window-horizontally): Doc fixes.
15354
15355 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15356
15357 * printing.el: Doc fix. Now it uses call-process instead of
15358 shell-command for low command execution.
15359 (pr-version): New version number (6.8).
15360 (pr-shell-file-name): Option removed.
15361 (pr-shell-command): Fun removed.
15362 (pr-call-process): New fun. Replace pr-shell-command.
15363 (pr-standard-path, pr-remove-nil-from-list): New funs.
15364 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15365 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15366 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15367 (pr-ps-utility-process, pr-txt-print): Code fix.
15368
15369 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15370
15371 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15372 boolean.
15373
15374 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15375
15376 * wid-edit.el (widget-field-buffer): Doc fix.
15377
15378 2004-07-09 John Paul Wallington <jpw@gnu.org>
15379
15380 * emacs-lisp/re-builder.el (reb-update-overlays):
15381 Distinguish between one and several matches in message.
15382
15383 2004-07-09 Richard M. Stallman <rms@gnu.org>
15384
15385 * mouse.el (mouse-set-region-1): If transient-mark-mode
15386 is `identity', change it to `only'.
15387
15388 * simple.el (current-word): Doc fix.
15389
15390 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15391
15392 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15393 so that it is more understanding of whitespace.
15394
15395 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15396 (("ns" . "element") (attr-list) children) instead of
15397 ((:ns . "element") (attr-list) children) in order to reduce the
15398 number of symbols used.
15399 (xml-skip-dtd): Change to use xml-parse-dtd but set
15400 xml-validating-parsing to nil.
15401 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15402 (xml-substitute-entity): Remove in favor of new entity substitution.
15403 (xml-substitute-special): Rewrite in to substitute complex
15404 entities from DOCTYPE declarations.
15405 (xml-parse-fragment): Parse fragments from entity declarations.
15406 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15407 (xml-parse-dtd, xml-substitute-special): Make validity checks
15408 conditioned on xml-validating-parser. Add "Not Well Formed" to
15409 error messages about well-formedness.
15410
15411 2004-07-08 Steven Tamm <steventamm@mac.com>
15412
15413 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15414 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15415 Do not treat double clicks and triple clicks specially in the
15416 scroll bar (preventing strange repositioning problems)
15417
15418 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15419
15420 * replace.el (query-replace-regexp-eval): Fix last change.
15421
15422 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15423
15424 * replace.el (query-replace-descr): New fun.
15425 (query-replace-read-from, query-replace-read-args): Default to the
15426 previous from&to.
15427 (query-replace-read-to): Quote the `from' string when displaying it.
15428 (query-replace-regexp-eval): Immediately check read-only status.
15429 Use query-replace-read-from to get the \n checking.
15430 Quote the `from' string when displaying it.
15431 (map-query-replace-regexp, occur-read-primary-args):
15432 Quote the `from' string when displaying it.
15433
15434 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15435 delimited-ness of the search to query-replace.
15436
15437 * replace.el (query-replace-read-from, query-replace-read-to):
15438 New funs extracted from query-replace-read-args.
15439 (query-replace-read-args): Use them.
15440
15441 * replace.el (query-replace-interactive, query-replace-read-args):
15442 Remove the `initial' special value.
15443 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15444 (occur-engine): Remove unused var `matchend'.
15445
15446 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15447 Use the search string without prompting.
15448
15449 2004-07-05 Kenichi Handa <handa@m17n.org>
15450
15451 * international/mule.el (decode-coding-inserted-region):
15452 Set last-coding-system-used only when coding is nil.
15453
15454 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15455
15456 * progmodes/grep.el (grep-compute-defaults, grep-command)
15457 (grep-program, find-program, grep-find-use-xargs, grep-history)
15458 (grep-find-history, grep-tag-default, grep-find-command)
15459 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15460 Add autoload cookies, for unbundled packages that load `compile'
15461 and expect all grep-related symbols to become defined.
15462
15463 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15464
15465 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15466 (iimage-mode-image-search-path): New user option to search the
15467 image file.
15468 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15469 have locate-file.
15470 (iimage-mode-buffer): Use it.
15471
15472 2004-07-03 Nick Roberts <nickrob@gnu.org>
15473
15474 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15475 carefully.
15476 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15477
15478 2004-07-03 Juri Linkov <juri@jurta.org>
15479
15480 * replace.el (query-replace-read-args): Swallow space after 'foo,
15481 not after (quote foo). Match space only immediately after symbol,
15482 not anywhere in the whole string.
15483
15484 2004-07-02 Richard M. Stallman <rms@gnu.org>
15485
15486 * replace.el (query-replace-read-args): Swallow space after
15487 symbols, not after closeparens. But avoid error if string ends there.
15488
15489 * progmodes/python.el (python-beginning-of-statement):
15490 Exit the loop if backward-up-list gets error.
15491
15492 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15493
15494 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15495
15496 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15497 only if vc-consult-headers is non-nil.
15498
15499 2004-07-02 Juri Linkov <juri@jurta.org>
15500
15501 * pcvs.el (cvs-mode-diff-repository): New command.
15502
15503 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15504
15505 2004-07-01 Juri Linkov <juri@jurta.org>
15506
15507 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15508 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15509 C-M-% to isearch-query-replace-regexp.
15510 (minibuffer-local-isearch-map): Add arrow key bindings.
15511 Bind C-f to isearch-yank-char-in-minibuffer.
15512 (isearch-forward): Doc fix.
15513 (isearch-edit-string): Doc fix.
15514 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15515 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15516 (isearch-yank-char): Add optional arg.
15517 (isearch-yank-char-in-minibuffer): New fun.
15518
15519 * replace.el (query-replace-interactive): Change type from boolean
15520 to choice. Add value `initial'.
15521 (query-replace-read-args): Handle value `initial' of
15522 query-replace-interactive.
15523
15524 2004-06-29 Kim F. Storm <storm@cua.dk>
15525
15526 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15527 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15528
15529 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15530 Add :group 'ada.
15531
15532 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15533
15534 2004-06-29 Juri Linkov <juri@jurta.org>
15535
15536 * replace.el (query-replace-read-args): Swallow a space after
15537 everything except )]" which in most cases means after a symbol.
15538
15539 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15540
15541 2004-06-28 Richard M. Stallman <rms@gnu.org>
15542
15543 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15544 More changes to go with previous change in font-lock.el.
15545
15546 2004-06-26 David Kastrup <dak@gnu.org>
15547
15548 * replace.el (perform-replace): Highlight the match even in
15549 non-query mode if there is potential replace string editing.
15550
15551 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15552
15553 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15554 agree with new return value of `file-remote-p'.
15555 This syncs with Tramp 2.0.42.
15556
15557 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15558 according to new documentation of `file-remote-p'.
15559
15560 * files.el (file-remote-p): Fix doc to say that return value is
15561 identification of remote system, if not nil.
15562 (file-relative-name): Use new return value of `file-remote-p'.
15563
15564 2004-06-26 Nick Roberts <nickrob@gnu.org>
15565
15566 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15567 (gdb-goto-breakpoint): Fix breakage.
15568
15569 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15570
15571 * man.el (Man-getpage-in-background): Add windows-nt to the list
15572 of systems where shell-file-name should be used instead of
15573 literal "sh".
15574
15575 2004-06-25 Sam Steingold <sds@gnu.org>
15576
15577 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15578 function names `(setf symbol)'.
15579
15580 2004-06-24 Richard M. Stallman <rms@gnu.org>
15581
15582 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15583
15584 * font-lock.el (font-lock-keywords): Change format of compiled values.
15585 Document it.
15586 (font-lock-add-keywords): If font-lock-keywords is compiled,
15587 extract the uncompiled version, modify, then recompile.
15588 (font-lock-remove-keywords): Likewise.
15589 (font-lock-fontify-keywords-region): Handle changed format.
15590 (font-lock-compile-keywords): Handle changed format.
15591 (font-lock-set-defaults): Compile the keywords explicitly here.
15592
15593 2004-06-24 David Kastrup <dak@gnu.org>
15594
15595 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15596 replacements here.
15597 (query-replace-regexp): Doc string explaining this and the new
15598 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15599 is better placed in `query-replace-read-args'.
15600 (replace-regexp): Explain `\,', `\#' and `\?'.
15601 (replace-match-data): New function for thorough reuse/destruction
15602 of old match-data.
15603 (replace-match-maybe-edit): Function for implementing `\?' editing.
15604 (perform-replace): Fix maintaining of the match stack including
15605 already matched regions, implement `\?', fix various problems
15606 with regions while editing and other stuff.
15607 (replace-highlight): Simplify.
15608
15609 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15610
15611 * progmodes/grep.el (grep-error-screen-columns): New variable.
15612 (grep-regexp-alist): Give it the full functionality of gnu style
15613 compilation messages with line and column ranges. Ask me for the
15614 perl script I'm working on, that uses these.
15615
15616 2004-06-23 Nick Roberts <nickrob@gnu.org>
15617
15618 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15619 Remove.
15620 (comint-insert-input, comint-mouse-insert-input): New functions
15621 based on comint-insert-clicked-input for two bindings but just
15622 one functionality.
15623
15624 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15625
15626 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15627
15628 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15629
15630 * files.el (write-contents-functions): Doc fix.
15631
15632 2004-06-21 Juanma Barranquero <lektu@terra.es>
15633
15634 * image.el (image-library-alist): Rewrite docstring in active voice.
15635
15636 2004-06-20 Richard M. Stallman <rms@gnu.org>
15637
15638 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15639
15640 * isearch.el (isearch-repeat): Avoid testing old match data.
15641 (isearch-message): Display trailing space in special font
15642 when search is failing.
15643 (isearch-search-fun-function): Doc fix.
15644
15645 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15646
15647 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15648
15649 * frame.el (show-trailing-whitespace): Doc fix.
15650
15651 * cus-edit.el (custom-variable-documentation): New function.
15652 (custom-variable): Use it.
15653
15654 2004-06-19 Nick Roberts <nickrob@gnu.org>
15655
15656 * man.el (Man-getpage-in-background): Revert previous change but
15657 make cygwin a special case.
15658
15659 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15660
15661 * autorevert.el (global-auto-revert-non-file-buffers):
15662 Update docstring.
15663
15664 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15665
15666 * progmodes/compile.el (compilation-error-properties): Store one
15667 more than end-col, if present, so that transient-mark-mode will
15668 highlight last char too.
15669 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15670 ranges, if present.
15671
15672 2004-06-18 Jason Rumney <jasonr@gnu.org>
15673
15674 * makefile.w32-in: Double percent signs in for loops.
15675
15676 2004-06-17 David Kastrup <dak@gnu.org>
15677
15678 * replace.el (query-replace-read-args): Only warn about use of \n
15679 and \t when we are doing a regexp replacement and the actual
15680 escaped character is n or t.
15681 (query-replace-regexp): Add \, and \# interpretation to
15682 interactive call and document it.
15683 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15684 as shortkey for replace-count.
15685 (replace-quote): New function for doubling backslashes.
15686
15687 2004-06-17 Juanma Barranquero <lektu@terra.es>
15688
15689 * files.el (parse-colon-path, cd): Mention in docstring that the
15690 path separator is colon in GNU-like systems.
15691
15692 * newcomment.el (comment-region-internal): Fix docstring.
15693
15694 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15695 (ewoc-invalidate, ewoc-collect): Doc fixes.
15696 (ewoc--create-node, ewoc--delete-node-internal):
15697 Fix typos in docstring.
15698
15699 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15700
15701 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15702 manual to docstring.
15703
15704 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15705
15706 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15707
15708 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15709
15710 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15711 Add hyperlink to emacs-xtra manual to docstring.
15712
15713 * autorevert.el (global-auto-revert-non-file-buffers):
15714 Add hyperlink to emacs-xtra manual to docstring, as well as an
15715 info-link.
15716
15717 2004-06-14 Juanma Barranquero <lektu@terra.es>
15718
15719 * image.el (image-library-alist): New variable to map image types
15720 to external libraries. Initialized to nil, unless system-specific
15721 configs change it.
15722 (image-type-available-p): Determine whether an image type is
15723 available by calling `init-image-library'.
15724
15725 * term/w32-win.el (image-library-alist): Initialize to a known set
15726 of probable library names.
15727
15728 2004-06-14 Kenichi Handa <handa@m17n.org>
15729
15730 * international/code-pages.el (windows-1256, cp1125): Fix tables
15731 for several characters.
15732
15733 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15734
15735 2004-06-13 Richard M. Stallman <rms@gnu.org>
15736
15737 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15738
15739 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15740 not "`pc-selection-mode'".
15741
15742 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15743
15744 * simple.el (previous-matching-history-element): Specify a default.
15745
15746 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15747
15748 * cus-face.el (custom-declare-face): Simplify code.
15749
15750 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15751
15752 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15753
15754 * files.el (before-save-hook): Add `time-stamp' to the options.
15755
15756 * time-stamp.el (time-stamp): Recommend adding it to
15757 `before-save-hook', rather than `write-file-functions'.
15758 Make a similar change in `Commentary' section.
15759
15760 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15761
15762 * diff-mode.el (diff-current-defun): If at start of hunk, use
15763 position of first change.
15764
15765 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15766
15767 * dired-x.el (dired-mark-omitted): Bind to "*O".
15768
15769 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15770
15771 * bookmark.el (bookmark-bmenu-relocate): New function, as
15772 suggested by David J. Biesack <David.Biesack@sas.com>.
15773 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15774 (bookmark-bmenu-mode): Describe binding in doc string.
15775 (bookmark-set-filename): Save the bookmark list if it's time.
15776
15777 2004-06-13 Kenichi Handa <handa@m17n.org>
15778
15779 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15780 (ccl-untranslated-to-ucs): Fix typo.
15781
15782 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15783
15784 * progmodes/python.el (python-open-block-statement-p):
15785 Fix indentation after a block opening that contains a comment.
15786
15787 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15788
15789 * bindings.el (completion-ignored-extensions): Add file extensions
15790 of Python byte-compiled files.
15791
15792 2004-06-12 Juri Linkov <juri@jurta.org>
15793
15794 * info.el (Info-goto-node): Add autoload.
15795 (Info-toc): Add substring-no-properties on Info file name.
15796 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15797 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15798
15799 2004-06-12 Kenichi Handa <handa@m17n.org>
15800
15801 * international/mule-cmds.el (set-language-environment):
15802 Load subst tables if necessary.
15803
15804 * international/mule.el (decode-char): Load subst tables if necessary.
15805 (encode-char): Likewise.
15806
15807 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15808 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15809 (utf-16le-decode-loop): Set r5 to -1 before loop.
15810 (utf-16be-decode-loop): Likewise.
15811 (ccl-decode-mule-utf-16le): Add EOF processing block.
15812 (ccl-decode-mule-utf-16be): Likewise.
15813 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15814 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15815 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15816 (ccl-mule-utf-16-encode-untrans): New CCL.
15817 (utf-16-decode-to-ucs): Handle pre-read character.
15818 (utf-16le-encode-loop): Handle surrogate pair.
15819 (utf-16be-encode-loop): Likewise.
15820 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15821 of utf-16le-encode-loop.
15822 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15823 of utf-16be-encode-loop.
15824 (mule-utf-16-post-read-conversion):
15825 Call utf-8-post-read-conversion at first.
15826 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15827 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15828 Add post-read-conversion and pre-write-conversion.
15829
15830 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15831 (utf-translate-cjk-unicode-range): New variable.
15832 (utf-translate-cjk-load-tables): New function.
15833 (utf-lookup-subst-table-for-decode): New function.
15834 (utf-lookup-subst-table-for-encode): New function.
15835 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15836 tables here. Update safe-charsets of utf-* coding systems.
15837 (ccl-mule-utf-untrans): New CCL.
15838 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15839 at end of each branch.
15840 (ccl-mule-utf-8-encode-untrans): New CCL.
15841 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15842 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15843 length of encoding. Don't return r0.
15844 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15845 (utf-8-post-read-conversion): Narrow to region properly.
15846 If utf-translate-cjk-mode is on, load tables if necessary.
15847 Call utf-8-compose with hash-table arg if necessary.
15848 Call XXX-compose-region instead of XXX-post-read-conversion.
15849 (utf-8-pre-write-conversion): New function.
15850 (mule-utf-8): Include CJK charsets in safe-charsets if
15851 utf-translate-cjk-mode is on. Add pre-write-conversion.
15852
15853 * international/characters.el: Temporarily set
15854 utf-translate-cjk-mode to nil.
15855
15856 * language/devan-util.el (devanagari-compose-region):
15857 Add autoload cookie.
15858
15859 * international/ccl.el (ccl-dump-call): Fix printing the
15860 subroutine name.
15861
15862 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15863
15864 * dired.el (dired-revert): If buffer is marked unmodified before
15865 reverting, keep it marked unmodified.
15866 Adapt to new conventions for commenting out code.
15867 (dired-make-relative): Adapt to new conventions for commenting out code.
15868
15869 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15870
15871 * eshell/esh-module.el (eshell-load-defgroups):
15872 Bind `vc-handled-backends' to nil when opening files.
15873
15874 2004-06-11 Juanma Barranquero <lektu@terra.es>
15875
15876 * files.el (parse-colon-path, cd): Doc fixes (refer to
15877 `path-separator', not colon).
15878
15879 2004-06-10 Juanma Barranquero <lektu@terra.es>
15880
15881 * newcomment.el (comment-search-forward)
15882 (comment-search-backward): Fix typos in docstring.
15883 (comment-region): Doc fix.
15884
15885 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15886
15887 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15888 switch is no longer stored in `dired-switches-alist'.
15889
15890 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15891 `dired-switches-alist'.
15892
15893 2004-06-10 Kim F. Storm <storm@cua.dk>
15894
15895 * pcvs.el (cvs-mode-diff-yesterday): New command.
15896
15897 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15898
15899 2004-06-10 Juri Linkov <juri@jurta.org>
15900
15901 * emacs-lisp/edebug.el (edebug-eval-defun):
15902 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15903 Fix docstring.
15904
15905 * simple.el (eval-expression-print-format): Don't print additional
15906 information on the first call to `eval-print-last-sexp'.
15907 (next-error-find-buffer): Fix punctuation.
15908 (killing) <defgroup>: Fix punctuation.
15909 (yank-excluded-properties): Change group from editing to killing.
15910
15911 * replace.el (perform-replace): Use `limit' to terminate the
15912 while-loop explicitly.
15913
15914 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15915
15916 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15917 Use lc-*.xpm as prefix instead of *-locol.xpm.
15918
15919 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15920 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15921 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15922 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15923 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15924 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15925 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15926 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15927 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15928 * toolbar/lc-up_arrow.xpm:
15929 Rename from *-locol.xpm.
15930
15931 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15932
15933 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15934 include forms like &<str>; as valid url patterns.
15935
15936 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15937
15938 * dired.el (dired-diff, dired-backup-diff)
15939 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15940 (dired-do-chown, dired-do-touch, dired-do-print)
15941 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15942 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15943 (dired-create-directory, dired-do-copy, dired-do-symlink)
15944 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15945 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15946 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15947 (dired-maybe-insert-subdir, dired-next-subdir)
15948 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15949 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15950 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15951 (dired-run-shell-command, dired-query): Remove redundant,
15952 or incorrect, autoloads.
15953
15954 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15955 does not end in a slash. Add optional argument KILL-ROOT.
15956 Update docstring.
15957 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15958 (dired-query): Add autoloads.
15959
15960 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15961
15962 * progmodes/compile.el (compilation-set-window-height):
15963 Rearrange the save-* functions because a buffer can have several current
15964 point in different windows.
15965 (compilation-error-regexp-alist-alist): Recognize {standard input}
15966 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15967
15968 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15969
15970 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15971 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15972 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15973 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15974 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15975 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15976 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15977 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15978 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15979 * toolbar/up_arrow-locol.xpm:
15980 New versions of icons that uses fewer colors.
15981
15982 * toolbar/tool-bar.el (tool-bar-local-item)
15983 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15984 if display-color-cells is 256 or less.
15985
15986 2004-06-08 Kim F. Storm <storm@cua.dk>
15987
15988 * wid-edit.el (widget-specify-button): Use hand pointer rather
15989 than mouse-face as visible mouse-over effect.
15990
15991 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15992
15993 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15994 and `print-level' to nil when writing out `save-place-alist'.
15995 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15996
15997 2004-06-07 Juanma Barranquero <lektu@terra.es>
15998
15999 * completion.el (completion-kill-region): Doc fix.
16000
16001 * format.el (format-insert-annotations)
16002 (format-annotate-location): Doc fixes.
16003 (format-subtract-regions): Make arguments match their use in docstring.
16004
16005 * simple.el (kill-region): Doc fix.
16006
16007 * subr.el (insert-buffer-substring-no-properties)
16008 (insert-buffer-substring-as-yank): Doc fixes.
16009
16010 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16011
16012 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16013 Update docstring.
16014 (dired-reset-subdir-switches): New function.
16015
16016 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16017 Limit scope of `buffer-read-only' binding.
16018
16019 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16020
16021 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16022 eshell-explicit-command-char.
16023
16024 2004-06-06 Juanma Barranquero <lektu@terra.es>
16025
16026 * help-fns.el (help-argument-name): Inherit from italic face only
16027 if the frame supports it.
16028
16029 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16030
16031 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16032 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16033 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16034 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16035 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16036 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16037 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16038 New conversions from xpm files.
16039
16040 * toolbar/README: New file.
16041
16042 2004-06-06 Richard M. Stallman <rms@gnu.org>
16043
16044 * isearch.el (isearch-mode-map): Undo previous change.
16045
16046 2004-06-05 Juri Linkov <juri@jurta.org>
16047
16048 * bindings.el (debug-ignored-errors): Add regexps for history
16049 related messages. Remove $ from "No further undo information".
16050 Move Ediff's messages to ediff.el.
16051
16052 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16053
16054 * cus-edit.el (custom-display): Add `min-colors'.
16055
16056 * custom.el (defface): Add `supports' to docstring.
16057
16058 * help-fns.el (help-argument-name): Add :group 'help.
16059
16060 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16061
16062 * find-dired.el (find-ls-subdir-switches): New user option.
16063 (find-dired): No longer call `abbreviate-file-name' on DIR.
16064 Set `dired-subdir-switches' buffer-locally.
16065
16066 * locate.el: Merge the two `Commentary' sections.
16067 (locate-ls-subdir-switches): New user option.
16068 (locate): Update for other changes.
16069 (locate-mode-map): Restore Dired binding for mouse-2.
16070 Bind `locate-mouse-view-file' to M-mouse-2.
16071 Bind `l' to `locate-do-redisplay'.
16072 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16073 (locate-mouse-view-file, locate-tags, locate-find-directory):
16074 Print message if used outside main listing.
16075 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16076 Various changes to support inserted subdirectories.
16077 (locate-insert-header): Change header of *Locate* buffer.
16078
16079 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16080 Change interactive default switches.
16081 (dired-rename-subdir-2): Update `dired-switches-alist'.
16082 (dired-insert-subdir, dired-kill-subdir):
16083 Handle `dired-switches-alist'. Do not mark buffer modified.
16084 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16085 (dired-insert-subdir-doinsert): Omit messages.
16086 Handle `dired-subdir-switches'.
16087 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16088
16089 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16090 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16091 subdirs if -R switch is used for a subdir.
16092 (dired-mode): Set `dired-switches-alist'.
16093 (dired-build-subdir-alist): Only print number of directories in
16094 echo area when invoked interactively.
16095
16096 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16097
16098 * dired-x.el (dired-omit-mode): Rename from
16099 dired-omit-files-p. Use define-minor-mode to define it.
16100 (dired-omit-files-p): Add as alias for dired-omit-mode.
16101 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16102 dired-mark-omitted.
16103 (dired-mark-omitted): Add. Bind to M-O.
16104
16105 2004-06-05 Kenichi Handa <handa@m17n.org>
16106
16107 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16108
16109 2004-06-05 Juanma Barranquero <lektu@terra.es>
16110
16111 * help-fns.el (help-argument-name): Reintroduce face.
16112 (help-default-arg-highlight): Use it, now that
16113 `face-differs-from-default-p' can be trusted.
16114
16115 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16116
16117 * textmodes/table.el: Sentence commands added to Point Motion
16118 group; kill and backward-kill commands added to Extraction group.
16119
16120 2004-06-04 Mario Lang <mlang@delysid.org>
16121
16122 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16123 systems appear to use mW, make the code handle this. Fix a
16124 division-by-zero bug while at it, and handle kernels with
16125 a slightly different layout in /proc/acpi.
16126
16127 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16128
16129 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16130 because the latter is a CL-ism. This fixes the bug reported by
16131 Shawn Boyette <mdxi@collapsar.net> in
16132 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16133
16134 2004-06-04 Miles Bader <miles@gnu.org>
16135
16136 * faces.el (display-supports-face-attributes-p): Function moved to
16137 C code. Previously only the tty-related portion of this function
16138 was done in C; however the previous attempt to do a halfway-proper
16139 job for non-tty displays in lisp didn't work properly because of
16140 funny conditions during Emacs startup.
16141 (face-differs-from-default-p): Simplify, now that
16142 display-supports-face-attributes-p works properly on all display
16143 types. Remove :stipple from comparison; it doesn't really work
16144 in emacs anyway.
16145
16146 2004-06-04 Miles Bader <miles@gnu.org>
16147
16148 * faces.el (face-differs-from-default-p): Use a different
16149 implementation, so we can really check whether FACE displays
16150 differently or not.
16151
16152 2004-06-04 Miles Bader <miles@gnu.org>
16153
16154 * faces.el (display-supports-face-attributes-p): Implement a
16155 `different from default' check for non-tty displays.
16156
16157 2004-06-03 David Kastrup <dak@gnu.org>
16158
16159 * woman.el (woman-mapcan): More concise code.
16160 (woman-topic-all-completions, woman-topic-all-completions-1)
16161 (woman-topic-all-completions-merge): Replace by a simpler and
16162 much faster implementation based on O(n log n) sort/merge instead
16163 of the old O(n^2) behavior.
16164
16165 2004-06-03 Miles Bader <miles@gnu.org>
16166
16167 * subr.el (read-number): Use canonical format for default in prompt.
16168
16169 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16170 Add regexp for " [...]" style defaults.
16171
16172 2004-06-02 Romain Francoise <romain@orebokech.com>
16173
16174 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16175 groups: if the user asks for a hidden buffer, open the
16176 corresponding filter group to expose it.
16177
16178 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16179 `ibuffer-jump-to-buffer'.
16180 (ibuffer-jump-offer-only-visible-buffers): New user option.
16181
16182 2004-06-02 Juanma Barranquero <lektu@terra.es>
16183
16184 * faces.el (frame-update-faces): Add empty docstring so the one
16185 for `ignore' doesn't show through.
16186
16187 * subr.el (process-kill-without-query): Remove spurious "\n" on
16188 obsolescence string.
16189 (focus-frame, unfocus-frame): Add obsolescence declaration and
16190 empty docstring.
16191
16192 * international/mule.el (register-char-codings): Make alias for
16193 `ignore'. Move docstring to obsolescence info and remove redundancy.
16194
16195 2004-06-02 Kim F. Storm <storm@cua.dk>
16196
16197 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16198 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16199
16200 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16201
16202 * comint.el (comint-replace-by-expanded-history-before-point):
16203 Obey `start' as the docstring says.
16204 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16205 (comint-update-fence): Prevent font-lock from running unnecessarily.
16206 (comint-dynamic-list-completions): Use with-current-buffer.
16207
16208 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16209
16210 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16211 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16212 (bibtex-entry-update): Handle alternatives and optional fields.
16213 (bibtex-parse-entry): Bugfix, handle empty key.
16214
16215 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16216
16217 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16218
16219 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16220
16221 * desktop.el (desktop-save): Don't save minor modes without a
16222 known mode initialization function.
16223
16224 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16225
16226 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16227
16228 * autorevert.el: Update `Commentary' section.
16229
16230 2004-05-30 Juanma Barranquero <lektu@terra.es>
16231
16232 * dos-fns.el (convert-standard-filename):
16233 * files.el (convert-standard-filename):
16234 * w32-fns.el (convert-standard-filename):
16235 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16236
16237 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16238
16239 Sync with Tramp.
16240
16241 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16242 (tramp-let-maybe): Move to an earlier spot in the file.
16243 Patch by Andreas Schwab.
16244
16245 2004-05-30 Andreas Schwab <schwab@suse.de>
16246
16247 * dired.el (dired-get-filename): Don't use dired-re-dot.
16248
16249 2004-05-30 Richard M. Stallman <rms@gnu.org>
16250
16251 * files.el (find-file): Doc fix.
16252
16253 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16254
16255 2004-05-30 Nick Roberts <nickrob@gnu.org>
16256
16257 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16258 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16259 modeline of the locals buffer.
16260 (gdb-goto-breakpoint): Handle gdbmi.
16261 (gdb-get-frame-number): Change for gdbmi.
16262
16263 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16264
16265 * files.el (file-remote-p): Apply file name handler for operation
16266 `file-remote-p'. It isn't a property any longer.
16267 (file-relative-name): `fh' and `fd' get the required value via
16268 `find-file-name-handler' already.
16269
16270 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16271 (top): Remove setting of `file-remote-p' property for
16272 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16273
16274 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16275
16276 Version 2.0.41 of Tramp released.
16277
16278 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16279 Throw away if process has died.
16280 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16281 (tramp-out-of-band-prompt-regexp): Rename to
16282 `tramp-process-alive-regexp', because its usage is widen.
16283 (tramp-actions-copy-out-of-band): Apply it.
16284 (tramp-actions-before-shell, tramp-multi-actions):
16285 Add `tramp-action-process-alive' action.
16286 (tramp-action-process-alive): New defun.
16287 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16288 Add entry for `file-remote-p'.
16289 (tramp-handle-file-remote-p): New defun.
16290 (top): Remove setting of `file-remote-p'. Don't set
16291 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16292
16293 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16294 `file-remote-p'.
16295
16296 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16297 counted for (last) line. [They should or they shouldn't? --Stef]
16298 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16299
16300 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16301
16302 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16303 not really necessary but seems to keep the shell history smaller
16304 in some cases. It is no substitute for setting HISTFILE and
16305 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16306 though. Suggested by Luc Teirlinck.
16307 (tramp-open-connection-setup-interactive-shell): Export variables
16308 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16309 (tramp-set-process-query-on-exit-flag): New compat function.
16310 (tramp-open-connection-multi, tramp-open-connection-su)
16311 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16312 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16313 (tramp-let-maybe): New macro, let-binds a variable only if it
16314 isn't obsolete.
16315 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16316 (tramp-handle-file-truename): Use it.
16317 (tramp-completion-file-name-regexp-unified): Avoid matching
16318 filenames starting with "/:" -- those are reserved for
16319 file-name-non-special.
16320
16321 * tramp-smb.el (tramp-smb-open-connection):
16322 Use tramp-set-process-query-on-exit-flag compat function.
16323
16324 2004-05-29 Richard M. Stallman <rms@gnu.org>
16325
16326 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16327
16328 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16329 (eval-last-sexp-print-value): Print char equivalent regardless
16330 of standard-output value.
16331
16332 * thumbs.el (thumbs-subst-char-in-string): Delete.
16333 (thumbs-thumbname): Use subst-char-in-string.
16334 (thumbs-resize-image): Use condition-case, not ignore-errors.
16335 (thumbs-kill-buffer): Likewise.
16336
16337 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16338 (thumbs-mode): Make buffer read-only.
16339 (thumbs-make-thumb): Unconditionally accept an existing file.
16340 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16341 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16342 (thumbs-show-thumbs-list): Error if images not supported.
16343 (thumbs-save-current-image): Improve prompt string.
16344 (thumbs-mode-map): Define u, R, x.
16345 (thumbs-unmark): New command.
16346 (thumbs-emboss-image): Minor cleanup.
16347 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16348 (thumbs-rename-images): New command.
16349 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16350
16351 * thumbs.el (thumbs-current-image): New function.
16352 (thumbs-file-list, thumbs-file-alist): New functions.
16353 (thumbs-find-image): Delete arg L.
16354 Don't set up thumbs-fileL as buffer-local global var.
16355 (thumbs-find-image-at-point): Use thumbs-current-image.
16356 (thumbs-set-image-at-point-to-root-window): Likewise.
16357 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16358 Record and warn about errors. Update thumbs-markedL for deletions.
16359 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16360 (thumbs-redraw-buffer): Use thumbs-file-list.
16361 (thumbs-mark): Use thumbs-current-image.
16362 (thumbs-show-name): Use thumbs-current-image.
16363
16364 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16365 and imenu--last-menubar-index-alist.
16366
16367 * subr.el (with-selected-window): Undo previous change.
16368
16369 2004-05-29 John Paul Wallington <jpw@gnu.org>
16370
16371 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16372 (thumbs-mouse-find-image): New command.
16373 (thumbs-mode-map): Bind it to mouse-2.
16374 (thumbs-mode): Make mode-class special.
16375 (thumbs-view-image-mode): Likewise.
16376
16377 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16378
16379 * flymake.el: New file.
16380
16381 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16382
16383 * files.el (find-file-noselect-1): Do not bind
16384 `inhibit-read-only' to t during execution of
16385 `find-file-not-found-functions'.
16386
16387 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16388
16389 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16390 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16391
16392 2004-05-28 Juri Linkov <juri@jurta.org>
16393
16394 * simple.el (eval-expression-print-format): New fun.
16395
16396 * simple.el (eval-expression):
16397 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16398 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16399 (edebug-eval-expression): Print additionally the value returned by
16400 `eval-expression-print-format'.
16401
16402 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16403 (insert-pair): Make arguments optional. Find character pair
16404 from `insert-pair-alist' according to the last input event.
16405 (insert-parentheses): Make arguments optional.
16406 (raise-sexp, delete-pair): New funs.
16407
16408 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16409 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16410 Bind C-M-q to `indent-pp-sexp'.
16411
16412 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16413 `pp-to-string' modified to be able to format text with newlines.
16414 (pp-to-string): Move the buffer-formatting part of the code to
16415 `pp-buffer'. Call `pp-buffer'.
16416
16417 * info.el (Info-desktop-buffer-misc-data): Don't save information
16418 about virtual files.
16419 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16420 buffers with names obtained from the desktop file instead of the
16421 default *info* buffer.
16422
16423 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16424
16425 * subr.el (with-selected-window): Only save/restore the selected window.
16426
16427 * progmodes/compile.el (compilation-error-regexp-alist):
16428 Use expand-file-name and data-directory.
16429
16430 * progmodes/grep.el (grep-tree): Rework previous fix.
16431
16432 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16433 after the user marked text with the mouse.
16434
16435 * startup.el (command-line): Keep the first regexp of
16436 auto-save-file-name-transforms intact.
16437
16438 2004-05-28 Juanma Barranquero <lektu@terra.es>
16439
16440 * cus-edit.el (customize-face, customize-face-other-window)
16441 (custom-face-edit-delete): Make arguments match their use in
16442 docstring.
16443 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16444 docstring.
16445
16446 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16447 not `cvs-butlast'.
16448
16449 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16450 `nbutlast' are in subr.el).
16451
16452 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16453 (set-w32-system-coding-system): Doc fixes.
16454
16455 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16456 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16457 Make arguments match their use in docstring.
16458 (artist-draw-region-trim-line-endings)
16459 (artist-mouse-choose-operation): Fix typo in docstring.
16460 (artist-key-set-point-common): Doc fix.
16461
16462 2004-05-28 Simon Josefsson <jas@extundo.com>
16463
16464 * mail/smtpmail.el (smtpmail-open-stream):
16465 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16466
16467 2004-05-26 Simon Josefsson <jas@extundo.com>
16468
16469 * starttls.el: Merge with my GNUTLS based starttls.el.
16470 (starttls-gnutls-program, starttls-use-gnutls)
16471 (starttls-extra-arguments, starttls-process-connection-type)
16472 (starttls-connect, starttls-failure, starttls-success): New variables.
16473 (starttls-program, starttls-extra-args): Doc fix.
16474 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16475 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16476 and pass on to corresponding *-gnutls function if it is set.
16477
16478 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16479
16480 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16481 remote files.
16482
16483 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16484
16485 * files.el (file-name-non-special): There are more operations
16486 which need handling: `find-backup-file-name',
16487 `insert-file-contents', `verify-visited-file-modtime',
16488 `write-region'. Rename t value of method to `add'. Add new
16489 methods `quote' and `unquote-then-quote' to file-arg-indices.
16490
16491 2004-05-25 Juri Linkov <juri@jurta.org>
16492
16493 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16494 (Info-index-nodes): Enclose code in condition-case to catch errors.
16495 (Info-index-node): Don't search all index nodes if request is only
16496 for the current node and file is not in the cache of index nodes.
16497 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16498 for consistency with dired-copy-filename-as-kill.
16499 Bind `S' to Info-search-case-sensitively.
16500 (Info-copy-current-node-name): New arg. With zero prefix arg put
16501 the name inside a function call to `info'. Display copied text in
16502 the echo area.
16503
16504 2004-05-25 Sam Steingold <sds@gnu.org>
16505
16506 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16507 strip the package prefix from the symbol name, if any.
16508 Make it the `find-tag-default-function' for `lisp-mode'.
16509
16510 2004-05-25 John Paul Wallington <jpw@gnu.org>
16511
16512 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16513 instead of obsolete `process-kill-without-query'.
16514
16515 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16516 Declare as variable, not constant.
16517
16518 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16519
16520 * files.el (find-file-noselect-1): Fix bug introduced by
16521 Revision 1.694. As a side effect, `inhibit-read-only'
16522 is again, by default, t during execution of
16523 `find-file-not-found-functions'.
16524 (insert-directory): Check that lines were really inserted by
16525 the --dired switch, before erasing them.
16526
16527 2004-05-24 Nick Roberts <nickrob@gnu.org>
16528
16529 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16530 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16531 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16532 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16533 gud-minor-mode (gdbmi).
16534
16535 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16536
16537 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16538 explicitly select the text to be taken as URL.
16539
16540 2004-05-23 Juri Linkov <juri@jurta.org>
16541
16542 * info.el (Info-index-nodes): New var and fun.
16543 (Info-goto-index, Info-index, info-apropos)
16544 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16545 (Info-index): Fix docstring. Store and restore Info-history-list.
16546 (Info-complete-nodes): New var.
16547 (Info-complete-menu-item): Use it.
16548 (Info-index-node): New fun.
16549 (Info-final-node, Info-forward-node, Info-backward-node)
16550 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16551 Use Info-index-node.
16552 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16553 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16554 (Info-find-node-2): If a node with period in its name not found,
16555 try to find a node without the name part after period.
16556 (Info-select-node): Call Info-fontify-node only if
16557 Info-fontify-maximum-menu-size is not nil.
16558 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16559 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16560 Preserve Info-history-list.
16561 (Info-toc): Set Info-current-file.
16562 (Info-build-toc): Move point to the beginning of the buffer.
16563 Add main-file variable.
16564 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16565 Use backslashed representation of the control character ^_.
16566
16567 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16568 numbers in the new Texinfo 4.7 format.
16569
16570 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16571 regexps for function and variable names.
16572
16573 * descr-text.el (describe-property-list): Add [show] button for
16574 `syntax-table' property with action to pp to a separate buffer.
16575 (describe-char): Replace search-forward by re-search-forward with
16576 whitespace regexp after "character:" to not fail in too narrow windows.
16577
16578 * simple.el (next-error-find-buffer): Add a rule to return
16579 next-error capable buffer if one window on the selected frame
16580 displays such buffer.
16581
16582 2004-05-23 Nick Roberts <nickrob@gnu.org>
16583
16584 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16585 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16586 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16587 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16588 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16589 Handle new value for gud-minor-mode (gdbmi).
16590 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16591 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16592 Change from local to global gdb variable set.
16593 (gdb-ann3): Initialize above gdb variable set.
16594 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16595 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16596 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16597 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16598 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16599 (gdb-info-locals-handler, gdb-invalidate-assembler)
16600 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16601 set as global variables.
16602 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16603 Handle gdbmi.
16604 (gdb-info-breakpoints-custom): Fix regexp.
16605 (def-gdb-var): Delete.
16606
16607 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16608 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16609 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16610 a new mode. The file (gdb-mi.el) for this mode will be included
16611 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16612 primary interface.
16613
16614 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16615
16616 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16617 interpreted as a directory.
16618
16619 2004-05-22 Richard M. Stallman <rms@gnu.org>
16620
16621 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16622 as a close quote.
16623
16624 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16625
16626 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16627 Use assoc-string, not assoc-ignore-case.
16628
16629 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16630
16631 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16632 If moving back then fwd gets a defun that ends before point,
16633 try again moving fwd then back.
16634
16635 * files.el (file-name-non-special): Allow t in file-arg-indices
16636 to mean requote the return value. Use `identity' as an element
16637 rather than as the whole value.
16638
16639 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16640
16641 2004-05-22 Juanma Barranquero <lektu@terra.es>
16642
16643 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16644 `help-make-usage'.
16645 (help-highlight-arguments): Skip function name before searching
16646 for arguments.
16647
16648 2004-05-21 Juanma Barranquero <lektu@terra.es>
16649
16650 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16651 Don't mention in the docstring these arguments meant for
16652 internal (recursive) use only.
16653 (allout-char-spec): Comment out (it's not implemented).
16654 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16655 obsolescence declaration.
16656 (allout-flatten-exposed-to-buffer)
16657 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16658 (my-mark-marker): Doc fix.
16659 (produce-allout-mode-map, allout-sibling-index)
16660 (allout-isearch-expose, allout-distinctive-bullet)
16661 (allout-open-topic, allout-reindent-body)
16662 (allout-rebullet-heading, allout-process-exposed)
16663 (allout-insert-listified, allout-latex-verb-quote)
16664 (allout-insert-latex-header, allout-insert-latex-trailer):
16665 Make arguments match their use in docstring.
16666 (allout-primary-bullet, allout-old-style-prefixes)
16667 (allout-inhibit-protection, allout-init, allout-mode)
16668 (allout-before-change-protect, allout-flag-region):
16669 Use "Emacs" instead of "emacs" in docstrings.
16670
16671 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16672
16673 * international/characters.el: Modify syntax of more characters.
16674
16675 2004-05-21 Masatake YAMATO <jet@gyve.org>
16676
16677 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16678 (etags-tags-completion-table): Show parsing progress.
16679
16680 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16681
16682 * locate.el (locate-prompt-for-command): Shorten first line of
16683 docstring.
16684 (locate-mode): Expand docstring and include keymap summary.
16685
16686 * files.el (find-file-noselect-1): Limit the scope of the
16687 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16688 is, by default, nil during the execution of
16689 `find-file-not-found-functions' and `find-file-hook'.
16690
16691 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16692
16693 * facemenu.el (facemenu-color-name-equal): New function.
16694 (list-colors-display): Use it to compare colors instead of
16695 facemenu-color-equal.
16696
16697 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16698
16699 * compare-w.el (compare-windows-face): Use min-colors instead of
16700 checking for tty or pc types.
16701
16702 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16703
16704 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16705 (completion-setup-function): Use with-current-buffer.
16706 Properly save excursion. Simplify.
16707 Don't assume there is necessarily a `mouse-face' property somewhere.
16708
16709 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16710
16711 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16712
16713 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16714 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16715 Use with-current-buffer.
16716 (byte-goto-log-buffer): Delete.
16717 (byte-compile-log-file): Call compilation-forget-errors.
16718
16719 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16720
16721 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16722 output messages into the search result.
16723
16724 2004-05-19 Masatake YAMATO <jet@gyve.org>
16725
16726 * wid-edit.el (widget-radio-button-notify): Revert my last
16727 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16728
16729 2004-05-19 Kenichi Handa <handa@m17n.org>
16730
16731 * international/characters.el: Fix syntax (open/close) of CJK chars.
16732
16733 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16734
16735 * help-mode.el (help-go-back): Don't depend on position of back button.
16736
16737 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16738
16739 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16740 files don't contain an accidental additional /.
16741
16742 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16743 in source buffer.
16744
16745 2004-05-18 Masatake YAMATO <jet@gyve.org>
16746
16747 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16748 to widget-apply. :action method assumes 2 arguments, not 3.
16749
16750 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16751
16752 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16753 New constants.
16754 (hs-special-modes-alist): Add an f90-mode entry.
16755
16756 2004-05-17 Sam Steingold <sds@gnu.org>
16757
16758 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16759 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16760
16761 2004-05-16 Kim F. Storm <storm@cua.dk>
16762
16763 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16764
16765 2004-05-15 John Wiegley <johnw@newartisans.com>
16766
16767 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16768 (eshell-output-object-to-target): Improve output speed 20% by not
16769 calling `eshell-stringify' if something is already known to be a string.
16770
16771 2004-05-15 Alex Ott <ott@jet.msk.su>
16772
16773 * textmodes/ispell.el (ispell-local-dictionary-alist):
16774 Add windows-1251 to the choice of coding systems.
16775 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16776 encoded in cp1251.
16777
16778 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16779
16780 * progmodes/compile.el (compilation-warning-face)
16781 (compilation-info-face): Use min-colors.
16782
16783 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16784
16785 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16786 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16787 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16788 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16789 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16790 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16791 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16792 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16793 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16794 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16795 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16796 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16797 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16798 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16799
16800 2004-05-15 Kim F. Storm <storm@cua.dk>
16801
16802 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16803 Use it to set triggered-p element of timer.
16804 (timer-event-handler): Set triggered-p element non-nil while running
16805 the timer function.
16806
16807 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16808
16809 * descr-text.el (describe-char-unicode-data)
16810 (describe-char-unicodedata-file): Re-enable the unicode code now that
16811 the licensing issues have been cleared in the unicode-4 license.
16812 (describe-text-properties-1): Remove unused `overlay' var.
16813 (describe-char): Remove unused var `buffer'.
16814
16815 2004-05-14 David Ponce <david@dponce.com>
16816
16817 * tree-widget.el: New file.
16818
16819 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16820
16821 * language/european.el ("Brazilian Portuguese"): Add support for
16822 Brazilian Portuguese.
16823
16824 2004-05-13 John Wiegley <johnw@newartisans.com>
16825
16826 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16827 `recentf-mode' if this variable has been customized to t.
16828
16829 * eshell/esh-test.el (eshell-test): Call the function
16830 `emacs-version' rather than trying to build a custom version string.
16831
16832 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16833
16834 * net/telnet.el (telnet-mode): Use define-derived-mode.
16835 Don't modify the global value of comint-prompt-regexp.
16836
16837 2004-05-13 John Paul Wallington <jpw@gnu.org>
16838
16839 * version.el (emacs-version): Check for `gtk' feature before
16840 `x-toolkit' feature.
16841
16842 2004-05-13 Juanma Barranquero <lektu@terra.es>
16843
16844 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16845 arguments in the docstring, they're used only in recursive calls.
16846
16847 * help-fns.el (help-arg-highlighting-function)
16848 (help-argument-name): Delete.
16849 (help-default-arg-highlight): New function.
16850 (help-do-arg-highlighting): Use it.
16851
16852 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16853
16854 * calendar/appt.el (appt-disp-window):
16855 Use `calendar-set-mode-line' for a centered mode-line.
16856
16857 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16858
16859 * calendar/appt.el (appt-disp-window): Do not split window
16860 excessively when `split-height-threshold' is low.
16861
16862 2004-05-12 Nick Roberts <nickrob@gnu.org>
16863
16864 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16865 kill-buffer-hook here and make it local.
16866 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16867
16868 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16869
16870 * progmodes/compile.el (compilation-set-window-height):
16871 Use save-excursion to protect against misplaced marker.
16872
16873 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16874
16875 * custom.el (defface): Document that type can have value gtk.
16876
16877 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16878
16879 2004-05-12 Kenichi Handa <handa@m17n.org>
16880
16881 * descr-text.el: Require quail at compile time.
16882 (describe-char): If an input method is on and it supports the
16883 character, show how to input it.
16884
16885 * international/quail.el (quail-install-decode-map): Accept a
16886 char-table whose subtype is `quail-decode-map'.
16887 (quail-store-decode-map-key, quail-gen-decode-map1)
16888 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16889 (quail-show-key): New functions.
16890
16891 2004-05-12 Juanma Barranquero <lektu@terra.es>
16892
16893 * generic.el (define-generic-mode): Remove redundant arglist info.
16894
16895 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16896 Make arguments match their use in docstring.
16897 (help-arg-highlighting-function): New variable.
16898 (help-argument-name): Mention it in the docstring.
16899 (help-do-arg-highlight): Use it. Expand regexp to accept also
16900 ARG-xxx and xxx-ARG references.
16901
16902 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16903
16904 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16905 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16906 and "mailto:addr1?to=addr2" equal.
16907
16908 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16909
16910 * man.el (Man-getpage-in-background): Use shell-file-name
16911 and shell-command-switch variables instead of hard-coded values.
16912
16913 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16914
16915 * iimage.el: New file.
16916
16917 2004-05-11 Juanma Barranquero <lektu@terra.es>
16918
16919 * custom.el (custom-initialize-default, defcustom):
16920 Fix typo in docstring.
16921
16922 * files.el (set-visited-file-name, file-expand-wildcards):
16923 Fix docstring.
16924
16925 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16926
16927 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16928
16929 * subr.el (eventp): Be more discriminating with integers.
16930
16931 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16932
16933 * progmodes/compile.el (compile): Add universal prefix arg.
16934 (compilation-error-regexp-alist-alist): Add edg patterns.
16935
16936 2004-05-10 Sam Steingold <sds@gnu.org>
16937
16938 * textmodes/ispell.el (ispell-message):
16939 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16940
16941 2004-05-10 Dave Love <fx@gnu.org>
16942
16943 * progmodes/python.el (help-buffer): Autoload when compiling.
16944 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16945 (run-python): Prepend to any existing PYTHONPATH.
16946
16947 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16948
16949 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16950 for pending breakpoints.
16951
16952 2004-05-10 Richard M. Stallman <rms@gnu.org>
16953
16954 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16955 directly without calling any functions in Rmail.
16956 (unrmail-unprune): Function deleted.
16957
16958 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16959
16960 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16961 C-c C-z binding.
16962
16963 2004-05-10 Kenichi Handa <handa@m17n.org>
16964
16965 * descr-text.el (describe-char): Fix previous change. Don't make
16966 a unibyte character to multibyte in the *Help* buffer.
16967
16968 2004-05-10 Miles Bader <miles@gnu.org>
16969
16970 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16971 buffer an error if the debugger process is actually running.
16972
16973 2004-05-10 Juanma Barranquero <lektu@terra.es>
16974
16975 * help-fns.el (help-argument-name): Default to italic.
16976 (help-highlight-arguments): Return always (usage . doc), even when
16977 usage is nil.
16978
16979 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16980 (define-ibuffer-filter): Add usage info.
16981 (define-ibuffer-op): Add usage info (but CL-style defaults for
16982 keyword args are not shown).
16983
16984 * subr.el (remove-overlays, read-passwd): Fix docstring.
16985 (start-process-shell-command): Fix docstring. Put usage info in a
16986 format usable by `describe-function'.
16987 (open-network-stream, open-network-stream-nowait)
16988 (open-network-stream-server): Fix docstring.
16989
16990 2004-05-09 Jason Rumney <jasonr@gnu.org>
16991
16992 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16993 Only define cp125* if windows-125* is already defined.
16994
16995 * language/korean.el (cp949): Add alias.
16996
16997 * language/chinese.el (cp936, cp950): Add aliases.
16998
16999 * language/japanese.el (cp932): Add alias.
17000
17001 * term/w32-win.el: Require code-pages.
17002
17003 * international/mule-cmds.el (set-locale-environment):
17004 On MS-Windows use ansi code-page for default coding-systems.
17005 Set up paper sizes for Windows 3 letter languages.
17006
17007 * international/code-pages.el (cp932, cp936, cp949, cp950):
17008 Add aliases. Also add cp125* if not already defined.
17009
17010 2004-05-09 Juanma Barranquero <lektu@terra.es>
17011
17012 * help-fns.el (help-highlight-arguments): Don't try to highlight
17013 missing or autoloaded arglists. Accept structured arguments, like
17014 the first ones of `do' and `flet'.
17015
17016 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17017 (cvs-get-marked): Remove redundant arglist info.
17018
17019 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17020 Don't use CL-style default args.
17021
17022 2004-05-08 Andreas Schwab <schwab@suse.de>
17023
17024 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17025
17026 * international/subst-ksc.el: Fix references to utf-translate-cjk
17027 into utf-translate-cjk-mode.
17028 * international/subst-big5.el: Likewise.
17029 * international/subst-gb2312.el: Likewise.
17030 * international/subst-jis.el: Likewise.
17031 * international/utf-16.el: Likewise.
17032 * international/utf-8.el: Likewise.
17033
17034 2004-05-08 John Wiegley <johnw@newartisans.com>
17035
17036 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17037 "virtual buffers" (off by default), which makes it possible to
17038 switch to the "virtual" buffers of recently visited files. When a
17039 buffer name search fails, and this option is on, iswitchb will
17040 look at the list of recently visited files, and permit matching
17041 against those names. When the user hits RET on a match, it will
17042 revisit that file.
17043 (iswitchb-read-buffer): Add two optional arguments, which makes
17044 isearchb.el possible.
17045 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17046 (iswitchb-next-match): Add support for virtual buffers.
17047
17048 * isearchb.el: This module extends iswitchb to provide "as you
17049 type" buffer selection.
17050
17051 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17052 Ignore the read-only property when flyspell highlighting is on.
17053 Not ignoring it leads to a series of confusing errors.
17054 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17055 but also make sure to call flyspell-incorrect-hook.
17056 (flyspell-maybe-correct-transposition): Perform transposition test
17057 by bit twiddling a string, rather than using a temp buffer.
17058 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17059 buffer. This is also the original version of the code, which
17060 could not be checked in before due to a previous lack of
17061 assignment papers. This version has seen heavy usage on my system
17062 for several years now.
17063
17064 * calendar/cal-bahai.el: New file, which adds support for the
17065 Baha'i calendar to Emacs. This calendar is based on a solar year
17066 of 19 months of 19 days, with 4 intercalary days. Each year
17067 begins on March 21, with the calendar starting in 1844.
17068
17069 * calendar/cal-menu.el, calendar/calendar.el
17070 * calendar/diary-lib.el, calendar/holidays.el:
17071 Added support for using cal-bahai.el.
17072
17073 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17074 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17075 function can be used outside of eshell buffers.
17076 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17077
17078 2004-05-08 Juanma Barranquero <lektu@terra.es>
17079
17080 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17081 word constituent so FOO-ARG is not recognized as an arg.
17082 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17083
17084 * simple.el (next-error): Fix typo in docstring.
17085 (open-line): Make argument names match their use in docstring.
17086 (split-line): Fix docstring.
17087
17088 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17089 usable by `describe-function'.
17090 (gensym, gentemp, typep, ignore-errors): Make argument names match
17091 their use in docstring.
17092
17093 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17094 argument to `help-setup-xref'.
17095
17096 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17097
17098 Version 2.0.40 of Tramp released.
17099
17100 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17101 Use symbol-function to invoke functions only known on some Emacs
17102 flavors. This avoids byte-compiler warnings. Reported by Kevin
17103 Scaldeferri <kevin@scaldeferri.com>.
17104 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17105 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17106 consistent with the other tramp-do-* functions.
17107 (tramp-do-copy-or-rename-file): Calls adjusted.
17108 (tramp-process-initial-commands): Avoid liveness check on shell --
17109 we know that it must be alive since we're opening a connection at
17110 this moment.
17111 (tramp-last-cmd): New internal variable.
17112 (tramp-process-echoes): New tunable.
17113 (tramp-send-command): Set tramp-last-cmd.
17114 (tramp-wait-for-output): Delete echo, if applicable.
17115 (tramp-read-passwd): Construct the key for the password cache in a
17116 way that works for multi methods, too.
17117 (tramp-bug): Add backup-directory-alist and
17118 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17119
17120 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17121
17122 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17123
17124 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17125 (tramp-actions-copy-out-of-band): New defcustoms.
17126 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17127 used instead of a synchronous one. Allows password entering.
17128 (tramp-action-out-of-band): New defun.
17129 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17130 Remove restriction with password from doc string.
17131 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17132 `tramp-out-of-band-prompt-regexp',
17133 `tramp-actions-copy-out-of-band', `password-cache' and
17134 `password-cache-expiry'.
17135 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17136 password caching.
17137 (tramp-touch): FILE can be a local file, too.
17138 (TODO): Remove items done.
17139 (tramp-handle-insert-directory): Properly quote file name also if
17140 not full-directory-p. Handle wildcard case. Reported by Andreas
17141 Schwab <schwab@suse.de>.
17142 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17143 new file.
17144 (tramp-handle-file-local-copy, tramp-handle-write-region):
17145 The permissions of the temporary file are set if filename exists.
17146 Reported by Ted Stern <stern@cray.com>.
17147 (tramp-backup-directory-alist)
17148 (tramp-bkup-backup-directory-info): New defcustoms.
17149 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17150 (tramp-handle-find-backup-file-name): New function.
17151 Implements Tramp's find-backup-file-name.
17152
17153 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17154 for `find-backup-file-name'.
17155
17156 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17157 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17158
17159 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17160
17161 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17162
17163 2004-05-07 Juanma Barranquero <lektu@terra.es>
17164
17165 * subr.el (lambda): Add arglist description to docstring.
17166 (declare): Fix typo in docstring.
17167 (open-network-stream): Fix docstring.
17168 (process-kill-without-query): Fix docstring and add obsolescence info.
17169 (last, butlast, nbutlast): Make arguments match their use in docstring.
17170 (insert-buffer-substring-no-properties): Likewise.
17171 (insert-buffer-substring-as-yank): Likewise.
17172 (split-string): Fix docstring.
17173
17174 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17175 Make argument names match their use in docstring.
17176
17177 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17178
17179 2004-05-06 Nick Roberts <nickrob@gnu.org>
17180
17181 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17182 Fit first sentence on one line for apropos-command.
17183
17184 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17185
17186 Changes largely merged in from Dave Love's code.
17187 * progmodes/python.el: Doc fixes.
17188 (python-mode-map): Add python-complete-symbol.
17189 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17190 (python-comment-indent, python-complete-symbol)
17191 (python-symbol-completions, python-partial-symbol)
17192 (python-try-complete): New.
17193 (python-indent-line): Remove optional arg. Use python-block-end-p.
17194 (python-check): Bind compilation-error-regexp-alist.
17195 (inferior-python-mode): Use rx. Move keybindings to top level.
17196 Set comint-input-filter.
17197 (python-preoutput-filter): Use rx.
17198 (python-input-filter): Re-introduce.
17199 (python-proc): Start new process if necessary.
17200 Check python-buffer non-nil.
17201 (view-return-to-alist): Defvar.
17202 (python-send-receive): New.
17203 (python-eldoc-function): Use it.
17204 (python-mode-running): Don't defvar.
17205 (python-mode): Set comment-indent-function.
17206 Maybe update hippie-expand-try-functions-list.
17207 (python-indentation-levels): Initialize differently.
17208 (python-block-end-p): New.
17209 (python-indent-line): Use it.
17210 (python-compilation-regexp-alist): Augment.
17211 (run-python): Import `emacs' module to Python rather than loading
17212 code directly. Set python-buffer differently.
17213 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17214 Use python-proc.
17215 (python-send-command): Go to end of comint buffer.
17216 (python-load-file): Use python-proc, emacs.eimport.
17217 (python-describe-symbol): Simplify interactive form.
17218 Use emacs.help. Do use temp-buffer-show-hook.
17219 Call print-help-return-message.
17220 (hippie-exp): Require when compiling.
17221 (python-preoutput-continuation): Use rx.
17222
17223 * diff-mode.el (diff-make-unified): Fix regexp.
17224
17225 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17226
17227 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17228 filter groups from the buffer when rebuilding the Ibuffer buffer
17229 and `ibuffer-show-empty-filter-groups' is nil.
17230
17231 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17232
17233 * ps-print.el (ps-print-quote): Call ps-value-string.
17234 (ps-setup): Call ps-comment-string.
17235 (ps-value-string, ps-comment-string): New funs.
17236
17237 2004-05-06 Juanma Barranquero <lektu@terra.es>
17238
17239 * ehelp.el (electric-help-command-loop): Check whether the last
17240 character is visible, not (point-max).
17241
17242 * help-fns.el (help-argument-name): Default to bold; don't inherit
17243 from font-lock-variable-name-face.
17244 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17245
17246 2004-05-05 Kenichi Handa <handa@m17n.org>
17247
17248 * descr-text.el (describe-char): Copy the character with text
17249 properties and overlays into the first line, and call
17250 describe-text-properties on it.
17251
17252 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17253
17254 * iswitchb.el (iswitchb-global-map): Fix typo.
17255 Remove unwanted ###autoloads from source file.
17256
17257 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17258
17259 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17260 in run-hooks. Use substitute-command-keys in message.
17261 (wdired-abort-changes): Add message.
17262
17263 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17264
17265 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17266 (sql-emacs20-p): Remove.
17267 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17268 (sql-builtin-face, sql-doc-face): Remove.
17269 (sql-mode-ansi-font-lock-keywords)
17270 (sql-mode-oracle-font-lock-keywords)
17271 (sql-mode-postgres-font-lock-keywords)
17272 (sql-mode-linter-font-lock-keywords)
17273 (sql-mode-ms-font-lock-keywords)
17274 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17275 (sql-product-font-lock): Fix font-lock reset when font rules change.
17276 (sql-highlight-product): Remove incorrect font-lock reset logic.
17277
17278 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17279
17280 * ses.el (ses-set-parameter): Fix typo.
17281
17282 2004-05-04 Kim F. Storm <storm@cua.dk>
17283
17284 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17285 Must expand directory for completion to work; and don't mess with
17286 process-environment.
17287 (ido-read-file-name): If command has ido property, don't use ido
17288 if value is ignore, or read as directory if value is dir.
17289 Set ido ignore property for dired-do-rename command.
17290
17291 2004-05-04 Juanma Barranquero <lektu@terra.es>
17292
17293 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17294 (electric-help-help): Check against unmapped commands.
17295
17296 * help-fns.el (help-argument-name): New face, inheriting from
17297 font-lock-variable-name-face, to highlight function arguments in
17298 `describe-function' and `describe-key'.
17299 (help-do-arg-highlight): Auxiliary function to highlight a given
17300 list of arguments in a string.
17301 (help-highlight-arguments): Highlight the function arguments and
17302 all uses of them in the docstring.
17303 (describe-function-1): Use it. Do docstring output via `insert',
17304 not 'princ', so text attributes are preserved.
17305
17306 * winner.el (winner-mode-map): Move `winner-undo' and
17307 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17308 previous bindings conflict with `prev-buffer', `next-buffer').
17309
17310 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17311
17312 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17313 (bibtex-entry-update): New command bound to C-c C-u.
17314 (bibtex-text-in-string): Fix regexp.
17315 (bibtex-assoc-of-regexp): Remove.
17316 (bibtex-progress-message): Fix docstring.
17317 (bibtex-inside-field): Use if.
17318 (bibtex-assoc-regexp): New function.
17319 (bibtex-format-entry): Make code more robust so that it formats
17320 also old entries.
17321 (bibtex-autokey-demangle-title): Merge with obsolete function
17322 bibtex-assoc-of-regexp.
17323 (bibtex-field-list): New function.
17324 (bibtex-entry): Use bibtex-field-list.
17325 (bibtex-parse-entry): Fix docstring.
17326 (bibtex-print-help-message): Use bibtex-field-list.
17327 (bibtex-make-field): Use bibtex-field-list.
17328 (bibtex-entry-index): Bugfix. Return crossref key if required.
17329 (bibtex-lessp): Fix docstring.
17330
17331 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17332
17333 * select.el (xselect-convert-to-string): Move comment to intended line.
17334
17335 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17336
17337 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17338 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17339
17340 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17341
17342 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17343 x-get-selection.
17344
17345 2004-05-03 Jason Rumney <jasonr@gnu.org>
17346
17347 * makefile.nt: Remove.
17348
17349 2004-05-03 Kim F. Storm <storm@cua.dk>
17350
17351 * emulation/cua-base.el (cua--update-indications): Fix last change.
17352 (cua-mode): Deactivate mark when cua-mode is enabled.
17353
17354 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17355
17356 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17357
17358 2004-05-03 Nick Roberts <nickrob@gnu.org>
17359
17360 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17361 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17362 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17363 window over visible frames.
17364 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17365
17366 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17367
17368 * progmodes/compile.el (compilation-gcpro): New var.
17369 (compilation-fake-loc): Use it.
17370 (compilation-forget-errors): Reset it.
17371
17372 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17373
17374 * diff-mode.el (diff-header-face, diff-file-header-face):
17375 Use min-colors.
17376
17377 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17378
17379 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17380 (bibtex-clean-entry): Disentangle code.
17381 (bibtex-realign): New function.
17382 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17383 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17384 Remove undocumented optional arg called-by-convert-alien.
17385 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17386 for sorting instead of bibtex-sort-buffer.
17387
17388 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17389
17390 * progmodes/compile.el (compilation-start): In the
17391 no-async-subprocesses branch, call sit-for to give redisplay a
17392 chance to show the updated process status in the mode line, and
17393 fontify the buffer explicitly after the process exits.
17394
17395 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17396
17397 * progmodes/python.el (python-compilation-line-number): Remove.
17398 (python-compilation-regexp-alist): Don't use it any more.
17399 (python-orig-start, python-input-filter): Remove.
17400 (inferior-python-mode): Don't set up comint-input-filter-functions.
17401 (python-send-region): Use compilation-fake-loc.
17402
17403 * progmodes/compile.el (compilation-messages-start): New var.
17404 (compilation-mode): Don't setup next-error-function here.
17405 (compilation-setup): Set it up here instead (for minor modes as well).
17406 Make compilation-messages-start buffer local.
17407 (compilation-next-error-function): Use it.
17408 (compilation-forget-errors): Set compilation-messages-start.
17409
17410 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17411
17412 * ielm.el (ielm-prompt-read-only): Update docstring.
17413
17414 * comint.el (comint-prompt-read-only): Update docstring.
17415 (comint-update-fence, comint-kill-whole-line)
17416 (comint-kill-region): New functions.
17417
17418 * simple.el (kill-whole-line): Use "p" instead of "P" in
17419 interactive form.
17420
17421 2004-05-01 Juanma Barranquero <lektu@terra.es>
17422
17423 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17424 format arglist so default values in CL-style argument lists are
17425 correctly shown.
17426
17427 2004-05-01 Jason Rumney <jasonr@gnu.org>
17428
17429 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17430
17431 2004-05-01 Kenichi Handa <handa@m17n.org>
17432
17433 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17434 quail file if it is up to date.
17435
17436 2004-04-30 Juri Linkov <juri@jurta.org>
17437
17438 * cus-edit.el (custom-mode-map):
17439 Add key binding `C-x C-s' to `Custom-save'.
17440
17441 * outline.el (outline-blank-line): New var.
17442 (outline-next-preface, outline-show-heading)
17443 (outline-end-of-subtree): Use it.
17444
17445 * dired-aux.el (dired-touch-initial): New fun.
17446 (dired-do-chxxx): Call it for op-symbol `touch'.
17447 (dired-diff): Use `dired-dwim-target-directory'
17448 if current dired buffer has no buffer mark.
17449
17450 * bindings.el (propertized-buffer-identification):
17451 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17452 Add C-M-arrow keys for consistency.
17453
17454 * files.el (confirm-kill-emacs):
17455 Change group from top-level `emacs' to `convenience'.
17456
17457 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17458 Push mark on the first call of successive command calls.
17459 (insert-pair): New fun created from `insert-parentheses' with
17460 `open' and `close' arguments added. Enclose active regions
17461 in paired characters. Compare adjacent characters syntax with
17462 inserted characters syntax before inserting a space.
17463 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17464
17465 * delsel.el: Don't put `delete-selection' property
17466 on `insert-parentheses' symbol to take advantage of
17467 region handling in `insert-pair' function.
17468 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17469
17470 2004-04-30 Kim F. Storm <storm@cua.dk>
17471
17472 * emulation/cua-base.el: Add support for changing cursor types;
17473 based on patch from Michael Mauger.
17474 (cua-normal-cursor-color, cua-read-only-cursor-color)
17475 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17476 Customization cursor type and/or cursor color.
17477 (cua--update-indications): Handle cursor type changes.
17478 (cua-mode): Update cursor indications if enabled.
17479
17480 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17481
17482 * mouse.el (mouse-drag-copy-region): New defcustom.
17483 (mouse-set-region, mouse-drag-region-1): Use it.
17484
17485 * simple.el (kill-ring-save): If region face background color is
17486 unspecified (if no highlighting), show extent of fully visible
17487 region even if transient-mark-mode is enabled.
17488
17489 * emulation/cua-base.el (cua--standard-movement-commands):
17490 Add cua-scroll-up and cua-scroll-down.
17491 (cua-scroll-up, cua-scroll-down): New commands.
17492 (cua--init-keymaps): Remap scroll-up and scroll-down.
17493
17494 * emulation/cua-rect.el (cua--convert-rectangle-as):
17495 New defmacro.
17496 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17497 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17498 New commands (suggested by Jordan Breeding).
17499
17500 2004-04-30 Juanma Barranquero <lektu@terra.es>
17501
17502 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17503
17504 2004-04-30 Mario Lang <mlang@delysid.org>
17505
17506 * diff.el (diff-switches): Fix typo in docstring.
17507
17508 2004-04-30 Alex Schroeder <alex@gnu.org>
17509
17510 * xml.el (xml-debug-print-internal): Don't add newline and
17511 indentation to text nodes and write empty elements as empty tags
17512 instead of opening and closing tags.
17513 (xml-debug-print): Take optional indent-string argument.
17514 (xml-print): Alias for xml-debug-print.
17515
17516 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17517
17518 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17519 than duplicate call to `line-beginning-position'.
17520
17521 * progmodes/f90.el (f90-get-present-comment-type):
17522 Return whitespace, as well as comment chars, for consistent filling
17523 of comment blocks. Use `match-string-no-properties'.
17524 (f90-break-line): Trim trailing whitespace when filling comments.
17525
17526 2004-04-30 Dave Love <fx@gnu.org>
17527
17528 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17529 (diary-from-outlook-internal, diary-from-outlook)
17530 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17531 New functions to import diary entries from Outlook-format
17532 appointments in mail messages.
17533
17534 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17535
17536 * progmodes/python.el (python-send-command): New fun.
17537 (python-send-region, python-load-file): Use it.
17538
17539 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17540
17541 * help-fns.el (help-C-file-name): Use new subr-name.
17542 Prepend `src/' to the file name.
17543 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17544 (describe-function-1, describe-variable): Only find a C source file
17545 name if DOC is already loaded.
17546
17547 * help-mode.el (help-function-def, help-variable-def):
17548 Use the new find-function-search-for-symbol functionality.
17549 Allow FILE to be `C-source'.
17550
17551 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17552 (find-function-C-source): New fun.
17553 (find-function-search-for-symbol): Use it.
17554
17555 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17556
17557 * progmodes/sql.el (sql-product-alist): Rename variable
17558 `sql-product-support'. Add Postgres login parameters.
17559 (sql-set-product, sql-product-feature): Update with renamed variable.
17560 (sql-connect-postgres): Add username prompt.
17561 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17562 Make patterns less product specific.
17563 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17564 (sql-mode-abbrev-table): Modify initialization.
17565 (sql-builtin-face): Add variable.
17566 (sql-keywords-re): Add macro.
17567 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17568 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17569 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17570 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17571 (sql-mode-linter-font-lock-keywords)
17572 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17573 (sql-mode-sybase-font-lock-keywords)
17574 (sql-mode-informix-font-lock-keywords)
17575 (sql-mode-interbase-font-lock-keywords)
17576 (sql-mode-ingres-font-lock-keywords)
17577 (sql-mode-solid-font-lock-keywords)
17578 (sql-mode-sqlite-font-lock-keywords)
17579 (sql-mode-db2-font-lock-keywords): Default to nil.
17580 (sql-product-font-lock): Always highlight ANSI keywords.
17581 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17582 (sql-send-string): Add function.
17583
17584 2004-04-29 Dave Love <fx@gnu.org>
17585
17586 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17587 (cfengine-end-of-defun): Ensure progress through buffer.
17588
17589 * info-look.el (cfengine-mode): Accept a terminal ().
17590
17591 2004-04-29 Juri Linkov <juri@jurta.org>
17592
17593 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17594 instead of isearch-yank-word-or-char. Add new key bindings for
17595 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17596 (isearch-del-char): New fun.
17597 (isearch-forward, isearch-edit-string): Update docstring.
17598 (isearch-yank-char): Doc fix.
17599 (isearch-other-meta-char): Restore point after scrolling.
17600
17601 * progmodes/compile.el (compilation-context-lines): Add nil option
17602 to disable compilation output window scrolling.
17603 (compilation-set-window): Use it.
17604
17605 * outline.el (outline-next-preface, outline-show-heading):
17606 Don't leave unhidden blank line before heading.
17607 (outline-end-of-subtree): Include last newline into subtree.
17608 (hide-entry): Leave point at beginning of heading instead of end.
17609 (outline-up-heading): Push mark for the first call of successive
17610 command calls.
17611
17612 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17613
17614 * comint.el (comint-prompt-read-only): New variable.
17615 (comint-output-filter): Implement it.
17616
17617 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17618 (ielm-prompt-internal): New variable.
17619 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17620 (ielm-send-input): Delete unused variable `buf'.
17621 (ielm-eval-input): Use `ielm-prompt-internal'.
17622 (inferior-emacs-lisp-mode): Use new variables
17623 `comint-prompt-read-only' and `ielm-prompt-internal'.
17624 Get rid of obsolete variable `directory-sep-char'.
17625 (ielm): Use `zerop'.
17626
17627 2004-04-29 John Paul Wallington <jpw@gnu.org>
17628
17629 * thumbs.el (toplevel): Require cl at compile time.
17630 Remove conditional definitions of `ignore-errors' and `caddar'
17631 because they occur at run time.
17632
17633 2004-04-28 Nick Roberts <nickrob@gnu.org>
17634
17635 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17636 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17637 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17638 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17639
17640 * progmodes/gud.el (gud-common-init): Throw an error if program is
17641 already running under gdb.
17642
17643 2004-04-28 John Paul Wallington <jpw@gnu.org>
17644
17645 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17646 (thumbs-show-image-num): Move assignment of
17647 `thumbs-current-image-filename' within scope of `i'.
17648 (thumbs-emboss-image): Don't use `evenp'.
17649
17650 2004-04-28 Richard M. Stallman <rms@gnu.org>
17651
17652 * progmodes/compile.el (compilation-context-lines): Default now 0.
17653
17654 2004-04-28 Juanma Barranquero <lektu@terra.es>
17655
17656 Use `time-less-p' from calendar/time-date.el instead of defining
17657 custom versions of it.
17658
17659 * pcomplete.el (pcomplete-time-less-p): Remove.
17660
17661 * thumbs.el (time-less-p): Remove.
17662
17663 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17664 (timeclock-generate-report): Use `time-less-p'.
17665
17666 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17667 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17668
17669 2004-04-28 Masatake YAMATO <jet@gyve.org>
17670
17671 * subr.el (remove-overlays): Make arguments optional.
17672
17673 * wid-edit.el (widget-specify-button): Put evaporate to the
17674 overlay for sample.
17675 (widget-specify-sample): Put evaporate to the overlay for sample.
17676 (widget-specify-doc): Put evaporate to the overlay for documentation.
17677
17678 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17679
17680 * info.el (info-apropos): Make it an index node. Align node names
17681 like makeinfo.
17682
17683 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17684
17685 * net/browse-url.el (browse-url-netscape-sentinel)
17686 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17687 (browse-url-epiphany-sentinel, browse-url-mosaic):
17688 Use browse-url-*-program instead of a literal program name.
17689
17690 2004-04-27 Kevin Ryde <user42@zip.com.au>
17691
17692 * eshell/em-alias.el:
17693 * eshell/em-dirs.el:
17694 * eshell/em-hist.el:
17695 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17696 features when M-x customize-group loads modules before the main
17697 eshell.el.
17698
17699 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17700
17701 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17702 either a character representation of an event or an event
17703 description list.
17704
17705 * type-break.el: Capitalize Emacs and Lisp.
17706 (type-break-good-break-interval, type-break-demo-boring-stats)
17707 (type-break-terse-messages, type-break-file-name): New defcustoms.
17708 (type-break-post-command-hook)
17709 (type-break-warning-countdown-string): Quote variable names in doc.
17710 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17711 (type-break-mode): Document type-break-good-break-interval and the
17712 "session" file. Schedule break according to the session file.
17713 Kill session file buffer on exit. Organize for save-some-buffers
17714 to always save the session file.
17715 (type-break-mode-line-message-mode, type-break-query-mode):
17716 Uppercase arguments.
17717 (type-break-file-time, type-break-file-keystroke-count, timep)
17718 (type-break-choose-file, type-break-get-previous-time)
17719 (type-break-get-previous-count): New defuns.
17720 (type-break): Avoid break querying after a completed break in the
17721 case where the query was initiated during user invocation of the
17722 break. Optional terse messages.
17723 Use type-break-good-break-interval if type-break-good-rest-interval is
17724 nil. File the break time.
17725 (type-break-schedule): New optional args for overriding the use of
17726 the current time.
17727 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17728 after a break.
17729 (type-break-check): File the keystroke count.
17730 (type-break-do-query): Prevent a second query when the break is
17731 interrupted. Optional terse message.
17732 (type-break-keystroke-reset): Record the start of a typing interval.
17733 (type-break-demo-boring): Optional terse messages. Display word
17734 per minute and keystroke counts according to
17735 type-break-demo-boring-stats.
17736
17737 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17738
17739 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17740 directories, make sure they exist under archive-tmpdir.
17741
17742 2004-04-27 Juri Linkov <juri@jurta.org>
17743
17744 * help.el (view-emacs-news): With argument, display info for the
17745 selected version by finding it among different NEWS files, and
17746 narrowing the buffer to the selected version.
17747
17748 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17749 same-window-buffer-names.
17750 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17751 non-numeric prefix argument, append the number to the buffer name
17752 for numeric prefix argument.
17753 (info-other-window): Bind same-window-regexps to nil.
17754 (Info-reference-name): Rename to Info-point-loc.
17755 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17756 and Info-find-index-name for stringy Info-point-loc.
17757 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17758 without middle `.', but with final `.' and optional line number
17759 for it. Set Info-point-loc for index nodes.
17760 (Info-index): Remove middle `.' from index entry regexp.
17761 Modify line number regexp.
17762 (Info-index-next): Decrement line number.
17763 (info-apropos): Remove middle `.' from index entry regexp.
17764 Add optional line number regexp at the end. Add matched value
17765 for line number to the result list and insert it to the buffer.
17766 Replace match-string by match-string-no-properties.
17767 Reorder result list.
17768 (Info-fontify-node): Hide index line numbers.
17769 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17770 empty matches.
17771 (Info-follow-reference): Use `str' instead of
17772 Info-following-node-name-re.
17773 (Info-toc): Use full file names. Set Info-current-node to "Top".
17774 (Info-fontify-node): Compare file names without directory name.
17775 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17776 Set second arg of Info-extract-menu-node-name for index nodes.
17777 (info-xref-visited): Use magenta3 instead of magenta4.
17778 (Info-mode): Add info-apropos to docstring.
17779
17780 * log-view.el (log-view-diff): Replace interactive code "r"
17781 by a list to allow to call it even if region is not active.
17782
17783 * paren.el (show-paren-highlight-openparen): New var.
17784 (show-paren-function): Turn on openparen highlighting when
17785 matching forward if show-paren-highlight-openparen is non-nil.
17786
17787 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17788 the constant value 1.
17789 (completions-common-part): Expand docstring.
17790
17791 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17792
17793 2004-04-27 Kim F. Storm <storm@cua.dk>
17794
17795 * image.el (insert-sliced-image): Use line-height instead of
17796 line-spacing property on newline.
17797
17798 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17799
17800 * desktop.el (desktop-buffer-misc-data-function): Rename to
17801 desktop-save-buffer and change docstring.
17802 (desktop-buffer-modes-to-save): Delete.
17803 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17804 desktop-buffer-modes-to-save.
17805 (desktop-save): Rename desktop-buffer-misc-data-function to
17806 desktop-save-buffer and allow non-function value.
17807 (desktop-missing-file-warning): Correct docstring.
17808
17809 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17810 to desktop-save-buffer.
17811
17812 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17813 desktop-save-buffer.
17814
17815 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17816
17817 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17818
17819 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17820
17821 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17822
17823 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17824
17825 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17826 (ielm): Only go to the end of the buffer when starting a new process.
17827
17828 2004-04-25 Juanma Barranquero <lektu@terra.es>
17829
17830 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17831 mode line. Bind `inhibit-read-only' to t before modifying
17832 properties of text in the buffer.
17833 (ielm): Force point to the end of buffer, even when running ielm
17834 from inside itself.
17835
17836 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17837
17838 * info.el (info-apropos): Reset Info-complete-cache.
17839
17840 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17841
17842 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17843 Also recognize severe Irix et al. messages.
17844 (compilation-normalize-filename, compile-abbreviate-directory):
17845 Delete functions.
17846 (compilation-get-file-structure): New function inherits
17847 functionality of the two preceding ones.
17848 (compilation-internal-error-properties, compilation-fake-loc):
17849 Use it so that different paths to the same file share the same
17850 markers. Also optimize finding adjacent marker slightly.
17851
17852 2004-04-25 Kim F. Storm <storm@cua.dk>
17853
17854 * image.el (insert-sliced-image): Add line-spacing t property
17855 to newlines separating image lines.
17856
17857 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17858
17859 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17860
17861 * ielm.el (ielm-prompt-read-only): New user option.
17862 (ielm-prompt): Expand docstring to describe new behavior.
17863 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17864 mention it in the docstring.
17865
17866 2004-04-24 Andreas Schwab <schwab@suse.de>
17867
17868 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17869
17870 * diff.el (diff): Set default-directory in diff buffer.
17871
17872 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17873
17874 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17875 mail was being composed if the terminal cannot display more than
17876 one frame; instead, switch to previous frame.
17877
17878 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17879 (rmail-start-mail): Support rmail-mail-new-frame even on
17880 terminals that can display only one frame at a time.
17881
17882 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17883
17884 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17885 (checkdoc-output-font-lock-keywords): Remove error regexp.
17886 (checkdoc-output-mode-map): Remove.
17887 (checkdoc-output-mode): Derive from compilation-mode.
17888 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17889
17890 * dired.el (dired-mode-map): Add a menu entry for wdired.
17891
17892 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17893 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17894
17895 * wdired.el (wdired-mode-map): Move init into declaration.
17896 Fix `return' binding.
17897 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17898 Use force-mode-line-update.
17899 (wdired-get-filename): Use `unless'.
17900 (wdired-preprocess-files): Don't assume names have no \n and use / for
17901 dir separator.
17902 (wdired-normalize-filename): Use replace-regexp-in-string.
17903 (wdired-load-hooks): Remove.
17904 (wdired-mode-hooks): Rename to wdired-mode-hook.
17905
17906 * info-look.el: Add support for cfengine-mode.
17907 (info-lookup-setup-mode): Use dolist.
17908
17909 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17910
17911 * wdired.el: New file.
17912
17913 2004-04-23 Juanma Barranquero <lektu@terra.es>
17914
17915 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17916
17917 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17918 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17919 (pcomplete--help, pcomplete--here): Doc fixes.
17920
17921 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17922
17923 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17924 handles wrong-number-of-arguments in backend call.
17925
17926 * vc.el (vc-print-log): Likewise.
17927
17928 2004-04-20 Dave Love <fx@gnu.org>
17929
17930 * emacs-lisp/rx.el: Doc fixes.
17931 (rx-constituents): Add/extend many forms.
17932 (rx-check): Check form is a list.
17933 (bracket): Defvar.
17934 (rx-check-any, rx-any, rx-check-not): Modify.
17935 (rx-not): Simplify.
17936 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17937 (rx-kleene): Use rx-trans-forms.
17938 (rx-quote-for-set): Delete.
17939 (rx): Allow multiple args.
17940
17941 2004-04-23 Kenichi Handa <handa@m17n.org>
17942
17943 * international/mule-util.el (char-displayable-p): Simplify by
17944 using internal-char-font.
17945
17946 2004-04-23 Juanma Barranquero <lektu@terra.es>
17947
17948 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17949
17950 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17951
17952 * diff-mode.el (diff-next-error): New fun.
17953 (diff-mode): Use it.
17954
17955 * simple.el (next-error): Change arg name.
17956 Add support for the documented C-u C-x ` usage.
17957
17958 * frame.el (special-display-popup-frame, next-multiframe-window)
17959 (previous-multiframe-window): Only consider frames on same display.
17960
17961 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17962
17963 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17964 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17965
17966 2004-04-22 Kim F. Storm <storm@cua.dk>
17967
17968 * net/telnet.el (telnet): Add optional port arg.
17969
17970 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17971
17972 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17973 Minor sanity check on the `hyperlink' slot.
17974
17975 * Makefile.in (recompile): Compile new files.
17976
17977 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17978 Add byte-recompile-directory's optional `arg'.
17979
17980 * cvs-status.el (cvs-tree-use-charset): New var.
17981 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17982 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17983 (cvs-status-cvstrees): Use it.
17984
17985 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17986 Make it a normal major mode.
17987 (checkdoc-buffer-label): Make sure the file name is meaningful.
17988 (checkdoc-output-to-error-buffer): Remove.
17989 (checkdoc-error, checkdoc-start-section): Rewrite.
17990
17991 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17992 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17993 (Info-title-4-face): Use new syntax.
17994 (info-xref-visited): Inherit from info-xref.
17995
17996 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17997
17998 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17999
18000 * simple.el (next-error-last-buffer, next-error-function):
18001 New variables for the next-error framework.
18002 (next-error-buffer-p): New function.
18003 (next-error-find-buffer): Generalize compilation-find-buffer.
18004 (next-error, previous-error, first-error, next-error-no-select)
18005 (previous-error-no-select): Move from compile.el.
18006
18007 * replace.el (occur-next-error, occur-1): Hook into the next-error
18008 framework.
18009
18010 * progmodes/compile.el (compilation-start):
18011 Set next-error-last-buffer so next-error knows where to jump.
18012 (compilation-setup): Set the buffer-local variable
18013 next-error-function to 'compilation-next-error-function.
18014 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18015 alternate way to find if a buffer is a compilation buffer, for
18016 next-error convenience.
18017 (next-error-no-select, previous-error-no-select, next-error)
18018 (previous-error, first-error): Move to simple.el.
18019 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18020 (compilation-last-buffer): Remove.
18021 (compilation-start, compilation-next-error, compilation-setup)
18022 (compilation-next-error-function, compilation-find-buffer):
18023 Remove compilation-last-buffer use.
18024
18025 2004-04-21 Juanma Barranquero <lektu@terra.es>
18026
18027 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18028 (font-lock-warning-face): Fix spacing.
18029
18030 * makefile.w32-in (WINS): Add url/ directory.
18031
18032 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18033
18034 * desktop.el (desktop-buffer-mode-handlers): New variable.
18035 Alist of major mode specific functions to restore a desktop buffer.
18036 (desktop-buffer-handlers): Make variable obsolete.
18037 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18038 Catch errors signaled in handlers. Update buffer count.
18039 Evaluate desktop-buffer-point.
18040 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18041 move to dired.el.
18042 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18043 move to info.el.
18044 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18045 move to mail/rmail.el.
18046 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18047 to mh-e/mh-e.el.
18048 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18049 On fail, print message (to message buffer) even if
18050 desktop-missing-file-warning is nil.
18051 (desktop-buffer-misc-data-function): New buffer local variable.
18052 Function returning major mode specific data.
18053 (desktop-buffer-misc-functions): Make variable obsolete.
18054 (desktop-save): Use desktop-buffer-misc-data-function.
18055 (desktop-buffer-dired-misc-data): Rename to
18056 dired-desktop-buffer-misc-data and move to dired.el.
18057 (desktop-buffer-info-misc-data): Rename to
18058 Info-desktop-buffer-misc-data and move to info.el.
18059 (desktop-read): Add message about number of buffers restored/failed.
18060
18061 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18062 Add parameters. Pause to display error only when
18063 desktop-missing-file-warning is non-nil.
18064 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18065 (dired-mode): Bind desktop-buffer-misc-data-function.
18066
18067 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18068 Add Parameters.
18069 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18070 (Info-mode): Bind desktop-buffer-misc-data-function.
18071
18072 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18073 Add Parameters.
18074
18075 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18076 Add Parameters.
18077
18078 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18079
18080 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18081 the case of letters in case-insensitive expansions when the
18082 abbrev is preceded by characters with letter syntax.
18083
18084 2004-04-21 Richard M. Stallman <rms@gnu.org>
18085
18086 * progmodes/cperl-mode.el (cperl-putback-char):
18087 Delete Emacs 18 definition.
18088
18089 * international/mule.el (ctext-post-read-conversion):
18090 Use assoc-string, not assoc-ignore-case.
18091
18092 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18093
18094 * emacs-lisp/easymenu.el (easy-menu-add):
18095 Do call x-popup-menu, but only if it's defined.
18096
18097 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18098
18099 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18100 Handle multiple args: compile like progn.
18101
18102 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18103 take all args as &rest arg.
18104
18105 * autoinsert.el (auto-insert-alist): Insert the user's name in
18106 copyright notice, rather than Free Software Foundation.
18107
18108 2004-04-21 Kenichi Handa <handa@m17n.org>
18109
18110 * descr-text.el (describe-char): Make it work on *Help* buffer.
18111
18112 2004-04-21 Kim F. Storm <storm@cua.dk>
18113
18114 * image.el (insert-image): Add optional SLICE arg.
18115 (insert-sliced-image): New defun.
18116
18117 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18118
18119 * subr.el (read-number): Check whether `default' is nil.
18120
18121 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18122
18123 * progmodes/compile.el (compilation-error-properties):
18124 Split into two.
18125 (compilation-internal-error-properties): New one.
18126 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18127
18128 2004-04-20 Richard M. Stallman <rms@gnu.org>
18129
18130 * window.el (split-window-save-restore-data):
18131 Don't update the data if OLD-INFO is nil.
18132
18133 * view.el (view-return-to-alist): Mark it permanent local.
18134
18135 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18136
18137 * recentf.el (recentf-save-list): Catch and warn about errors.
18138
18139 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18140 so "Buffers" won't be pure.
18141
18142 * help-mode.el (help-mode-finish): Set help-return-alist first
18143 thing, setting only the entry for the selected window.
18144
18145 * help-fns.el (describe-function-1): If many non-control non-meta
18146 keys run the command, don't list all of them.
18147
18148 2004-04-20 Juanma Barranquero <lektu@terra.es>
18149
18150 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18151 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18152
18153 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18154
18155 2004-04-20 Kenichi Handa <handa@m17n.org>
18156
18157 * international/quail.el (quail-lookup-key): New optional arg
18158 NOT-RESET-INDICES.
18159 (quail-get-translations): Call quail-lookup-key with
18160 NOT-RESET-INDICES t.
18161 (quail-completion): Likewise.
18162 (quail-lookup-map-and-concat): Likewise.
18163
18164 2004-04-20 Kenichi Handa <handa@m17n.org>
18165
18166 * international/quail.el (quail-update-translation): Don't insert
18167 such an unsupported multibyte char in a unibyte buffer.
18168
18169 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18170
18171 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18172 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18173 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18174 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18175 (gdb-frame-assembler-buffer): Improve behavior with
18176 multiple frames.
18177 (gdb-display-buffer): Extend search to all visible frames.
18178
18179 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18180
18181 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18182 characters left after base64 decoding.
18183 (rmail-decode-region): Use -dos variety of `coding', to remove any
18184 ^M characters left after qp or base64 decoding.
18185
18186 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18187
18188 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18189 messages.
18190
18191 2004-04-19 Stephen Eglen <stephen@gnu.org>
18192
18193 * add-log.el (add-change-log-entry): Update doc string to mention
18194 add-log-full-name and add-log-mailing-address.
18195
18196 2004-04-18 Juri Linkov <juri@jurta.org>
18197
18198 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18199 (Info-find-node-2): Simplify error message.
18200 (Info-insert-dir): Use Info-following-node-name.
18201 (Info-goto-node): Remove *info-history* and *info-toc*.
18202 (Info-history): Create a node of the virtual history file.
18203 (Info-toc): Create a node of the virtual toc file.
18204 (Info-insert-toc): New arg `curr-file' for reference file names.
18205 (info-apropos): Remove redundant var binding for temp-file.
18206 (Info-index, Info-index-next, Info-mode): Doc fix.
18207 (Info-goto-emacs-command-node): Don't jump to *info* from
18208 non-*info* Info buffers.
18209 (Info-fontify-node): Don't show the file name of external
18210 references if `Info-hide-note-references' is `hide'. Don't hide
18211 newlines at the end of paragraphs.
18212
18213 * international/mule-diag.el (list-input-methods):
18214 Fix args to help-xref-button.
18215
18216 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18217 to put into effect local variables from TUTORIAL files.
18218
18219 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18220 with default value taken from the variable `sentence-end'.
18221 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18222 Add nil const to :type.
18223 (sentence-end-without-period, sentence-end-double-space)
18224 (sentence-end-without-space): Doc fix.
18225
18226 * textmodes/paragraphs.el (forward-sentence):
18227 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18228 (fill-delete-newlines):
18229 * progmodes/cc-cmds.el (c-beginning-of-statement):
18230 Use function `sentence-end' instead of variable `sentence-end'.
18231
18232 2004-04-18 Andreas Schwab <schwab@suse.de>
18233
18234 * progmodes/compile.el (compilation-start): Set window start to
18235 point-min if compilation-scroll-output is nil.
18236
18237 2004-04-18 John Wiegley <johnw@newartisans.com>
18238
18239 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18240
18241 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18242
18243 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18244 (gdb-info-breakpoints-custom): Revert previous change.
18245 (gdb-view-assembler): Update assembler if necessary.
18246 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18247 (gdb-display-source-buffer): Update properly when both source and
18248 assembler are visible.
18249
18250 2004-04-17 John Wiegley <johnw@newartisans.com>
18251
18252 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18253 which limits the number of names shown in the minibuffer. Off by
18254 default.
18255 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18256 up iswitchb for users with a multitude of open buffers by showing
18257 only the first and last N/2 buffers in the completion list (which
18258 is enough to aid C-s/C-r, and to know that more characters are
18259 needed to refine the completion list).
18260
18261 2004-04-17 Richard M. Stallman <rms@gnu.org>
18262
18263 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18264 (file-truename): Expand all ~ constructs directly.
18265 (insert-directory): Delete any error msg output by the
18266 `insert-directory-program'.
18267
18268 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18269 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18270 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18271 (allout-init): Use find-file-hook, not find-file-hooks.
18272 (allout-mode): Eliminate Emacs 18 support.
18273 Use write-contents-functions, not local-write-file-hooks.
18274
18275 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18276
18277 * progmodes/compile.el (compilation-error-properties): Fix for
18278 adding messages when there are already markers for their file.
18279 (compilation-fake-loc): New function.
18280
18281 2004-04-16 Dave Love <fx@gnu.org>
18282
18283 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18284 (python-load-file): Fix python-orig-start setting.
18285
18286 * progmodes/compile.el: Doc fixes.
18287 (compilation-error-regexp-alist-alist)
18288 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18289 (compilation-assq): Wrap in eval-when-compile.
18290 (compilation-mode-font-lock-keywords): Don't use list*.
18291 (compilation-start): Avoid warning.
18292 (compilation-compat-error-properties)
18293 (compilation-directory-properties): Add keymap property.
18294 (compilation-parsing-end): Make it a marker for better compatibility.
18295
18296 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18297
18298 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18299
18300 * xml.el: Doc fixes.
18301 (xml-get-children): Only looks at sub-tags and ignore strings.
18302
18303 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18304
18305 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18306
18307 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18308
18309 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18310
18311 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18312
18313 * vc.el (vc-print-log): Likewise.
18314
18315 2004-04-16 Masatake YAMATO <jet@gyve.org>
18316
18317 * simple.el (completion-setup-function): Set an initial value
18318 to `element-common-end' before entering loop. Set a value
18319 to `element-common-end' at the end of loop.
18320 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18321 (completions-common-part): Rename from completion-de-emphasis.
18322 (completions-first-difference): Rename from completion-emphasis.
18323 Suggested by RMS.
18324
18325 2004-04-16 Juanma Barranquero <lektu@terra.es>
18326
18327 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18328 (bookmark-edit-annotation-mode): Add mode name.
18329
18330 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18331
18332 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18333 for nested conflict markers.
18334 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18335
18336 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18337
18338 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18339
18340 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18341
18342 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18343
18344 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18345 Give a backtrace if requested.
18346
18347 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18348
18349 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18350 Remove unused functions.
18351 (python-orig-start-line, python-orig-file): Remove.
18352 (python-orig-start): New var.
18353 (python-input-filter, python-compilation-line-number)
18354 (python-send-region, python-load-file): Use it.
18355
18356 * info.el (info): Always jump to *info*.
18357
18358 * subr.el (posn-set-point): New function.
18359
18360 * mouse.el (mouse-set-point): Use it.
18361
18362 * progmodes/compile.el (compile-goto-error): Use it.
18363 (compilation-button-map): New keymap.
18364 (compilation-error-properties): Use it.
18365 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18366
18367 * smerge-mode.el (smerge-popup-context-menu): Use it.
18368
18369 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18370 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18371 mouse and non-mouse case.
18372
18373 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18374 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18375
18376 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18377 Make it work for non-mouse events.
18378
18379 * pcvs-info.el (cvs-status-map): Update binding name.
18380
18381 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18382
18383 * xml.el (xml-maybe-do-ns): New function to handle namespace
18384 parsing of both attribute and element names.
18385 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18386 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18387 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18388 (xml-parse-attlist): Make it do its own namespace parsing.
18389
18390 2004-04-14 Dave Love <fx@gnu.org>
18391
18392 * progmodes/python.el (run-python): Fix use of \n.
18393 (python-load-file): Remove `try' from Python fragment.
18394 (python-describe-symbol): Fix message.
18395
18396 * comint.el: Doc fixes.
18397 (comint-last-input-start, comint-last-input-end)
18398 (comint-last-output-start): Give them values.
18399 (comint-arguments): Avoid warning.
18400 (comint-skip-prompt): Use line-end-position.
18401 (comint-backward-matching-input): Rename arg to agree with doc.
18402 (comint-extract-string): Use syntax-ppss.
18403 (comint-dynamic-simple-complete): Delete useless list construction.
18404 (comint-redirect-subvert-readonly): New.
18405 (comint-redirect-preoutput-filter): Use it.
18406
18407 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18408 Correctly handle negative arguments when calling hook functions.
18409
18410 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18411
18412 * info.el (info-apropos): Don't clobber Info-history-list.
18413
18414 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18415
18416 * progmodes/compile.el (compilation-setup):
18417 Localize overlay-arrow-position.
18418 (compilation-sentinel): Restructure code equivalently.
18419 (compilation-next-error): Find message on same line after point if
18420 not found before point.
18421 (compile-mouse-goto-error): Restore function so that compilation
18422 buffer need not be current and use compile-goto-error.
18423 (compile-goto-error): Restore function.
18424 (next-error): Set overlay-arrow-position.
18425 (compilation-forget-errors): Don't localize already local
18426 compilation-locs and remove FIXME about refontifying.
18427
18428 2004-04-14 Kim F. Storm <storm@cua.dk>
18429
18430 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18431 (command-line): New option -Q. Like -q --no-site-file, but
18432 in addition it also disables menu-bar, tool-bar, scroll-bars,
18433 tool-tips, and the blinking cursor.
18434 (command-line-1): Skip startup screen if -Q.
18435 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18436
18437 * emulation/cua-base.el (cua-read-only-cursor-color)
18438 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18439
18440 2004-04-13 Dave Love <fx@gnu.org>
18441
18442 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18443 (syntax): Don't require.
18444 (python) <defgroup>: Add :version.
18445 (python-quote-syntax): Re-written.
18446 (inferior-python-mode): Move stuff here from run-python and add
18447 some more.
18448 (python-preoutput-continuation, python-preoutput-result)
18449 (python-dotty-syntax-table): New.
18450 (python-describe-symbol): Use them.
18451 (run-python): Move stuff to inferior-python-mode. Modify code
18452 loaded into Python.
18453 (python-send-region): Use python-proc, python-send-string.
18454 (python-send-string): Send newlines too. Callers changed.
18455 (python-load-file): Re-written.
18456 (python-eldoc-function): New.
18457 (info-look): Don't require.
18458 (python-after-info-look): New. A modified version of former
18459 top-level code for use with eval-after-load.
18460 (python-maybe-jython, python-guess-indent): Use widened buffer.
18461 (python-fill-paragraph): Re-written.
18462 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18463 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18464
18465 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18466
18467 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18468 Set compilation-error-regexp-alist earlier.
18469
18470 * progmodes/compile.el (compilation-minor-mode-map)
18471 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18472 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18473
18474 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18475
18476 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18477 corresponding to the event.
18478
18479 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18480
18481 * loadup.el: Add cygwin to system-type list, for unexec() support.
18482
18483 2004-04-12 John Paul Wallington <jpw@gnu.org>
18484
18485 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18486 (ibuffer-restore-window-config-on-quit): New variable to replace
18487 `ibuffer-delete-window-on-quit'. Update all references.
18488 (ibuffer-prev-window-config): New variable.
18489 (ibuffer-quit): Restore previous window configuration instead of
18490 deleting window.
18491 (ibuffer): Save window configuration before showing Ibuffer buffer.
18492
18493 * help.el (describe-mode): Doc fix.
18494
18495 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18496
18497 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18498 not to treat nil as a function.
18499
18500 * vc-arch.el (vc-arch-root): Be a bit more careful.
18501 (vc-arch-register): Save the buffer if we modified it.
18502 (vc-arch-delete-rej-if-obsolete): Save excursion.
18503 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18504 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18505
18506 * net/ldap.el (ldap-search): Use list*.
18507
18508 2004-04-12 Juri Linkov <juri@jurta.org>
18509
18510 * info.el (Info-follow-reference): Allow multiline reference name.
18511
18512 2004-04-11 Dave Love <fx@gnu.org>
18513
18514 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18515
18516 * progmodes/python.el: New file.
18517
18518 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18519
18520 * vc-hooks.el (vc-arg-list): Function removed.
18521 (vc-default-workfile-unchanged-p): Use condition-case to check for
18522 backward compatibility.
18523
18524 * vc.el (vc-print-log): Use condition-case to check for backward
18525 compatibility.
18526
18527 2004-04-11 Juri Linkov <juri@jurta.org>
18528
18529 * dired.el (dired-faces): New defgroup.
18530 (dired-header, dired-mark, dired-marked, dired-flagged)
18531 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18532 New faces.
18533 (dired-header-face, dired-mark-face, dired-marked-face)
18534 (dired-flagged-face, dired-warning-face, dired-directory-face)
18535 (dired-symlink-face, dired-ignored-face): New face variables.
18536 (dired-font-lock-keywords): Use them instead of font-lock faces.
18537 Split the rule for dired marks into 3 separate rules: for marks,
18538 marked file names and flagged file names.
18539
18540 * help-mode.el (help-make-xrefs): Add a final newline to the
18541 *Help* buffer.
18542
18543 2004-04-11 John Paul Wallington <jpw@gnu.org>
18544
18545 * replace.el (occur-engine): Distinguish between one and several
18546 matches in the matches per buffer heading.
18547
18548 2004-04-11 Kim F. Storm <storm@cua.dk>
18549
18550 * ido.el (ido-confirm-unique-completion): New defcustom.
18551 (ido-complete): Use it.
18552 (ido-write-file): Set it to t unconditionally.
18553
18554 2004-04-10 Miles Bader <miles@gnu.org>
18555
18556 RCS keyword removal (only non-comment changes are enumerated here):
18557
18558 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18559 (byte-compile-insert-header): Don't use `byte-compile-version'.
18560 * forms.el (forms-version): Variable removed.
18561 (forms-mode): Don't use `forms-version'.
18562 * recentf.el (recentf-version): Variable removed.
18563 * progmodes/delphi.el (delphi-version): Variable removed.
18564 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18565
18566 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18567
18568 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18569
18570 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18571
18572 * info.el (info-apropos): Improve menu item regexp.
18573
18574 2004-04-09 Simon Josefsson <jas@extundo.com>
18575
18576 * mail/smtpmail.el: Add comment, based on report by
18577 kdc@rcn.com (Kevin D. Clark).
18578
18579 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18580
18581 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18582 Redo one more thing that I didn't notice Daniel had undone.
18583
18584 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18585
18586 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18587 (gdb-goto-breakpoint, gdb-display-buffer)
18588 (gdb-display-source-buffer, gdb-view-source-function)
18589 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18590 (gdb-source-info, gdb-frame-handler): Don't specify a window
18591 for display.
18592 (gdb-info-breakpoints-custom): Remove superfluous update of
18593 assembler buffer.
18594 (gdb-many-windows): Make settable outside gdb.
18595
18596 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18597
18598 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18599 Derive from fundamental-mode rather than text-mode.
18600
18601 2004-04-08 Juri Linkov <juri@jurta.org>
18602
18603 * info.el (Info-history): Doc fix.
18604 (Info-history-list): New var.
18605 (info-xref): Change magenta4 to blue, remove bold for dark and
18606 light backgrounds, change bold to underline for non-color classes.
18607 (info-xref-visited): New face.
18608 (Info-fontify-visited-nodes): New custom.
18609 (Info-hide-note-references): Add new value `hide'. Doc fix.
18610 (Info-reference-name): New var.
18611 (Info-selection-hook): New custom.
18612 (Info-edit-mode-hook): New var.
18613 (Info-find-file): New fun.
18614 (Info-find-node): Move part of code to Info-find-file.
18615 (Info-find-node-2): Add anchors to Info-history-list. Move point
18616 to the place with the reference name if name is defined.
18617 (Info-select-node): Add current node to Info-history-list.
18618 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18619 (Info-search-whitespace-regexp): New custom.
18620 (Info-search-case-fold): New var.
18621 (Info-search): Add "case-sensitively" to the prompt.
18622 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18623 (Info-search-case-sensitively, Info-search-next): New fun.
18624 (Info-up): Move point to the menu item of the current node.
18625 (Info-history): New fun. Add *info-history* to
18626 same-window-buffer-names.
18627 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18628 (Info-insert-toc): New fun.
18629 (Info-build-toc): New fun.
18630 (Info-follow-reference): Add new arg `fork'. Doc fix.
18631 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18632 with the same name prefer the reference closest to point.
18633 (Info-next-reference): Replace * by + in the *Note regexp.
18634 Add regexp for http:// and ftp://. Skip the *Note prefix.
18635 (Info-prev-reference): Replace * by + in the *Note regexp.
18636 Add regexp for http:// and ftp://. Skip the *Note prefix.
18637 (Info-follow-nearest-node): Add new arg `fork'.
18638 (Info-try-follow-nearest-node): Add new arg `fork'.
18639 Call browse-url for http:// and ftp:// references.
18640 Set Info-reference-name for index entries.
18641 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18642 Info-search-next, Info-history, Info-toc, clone-buffer.
18643 (Info-menu-update): Replace * by + in the *Note regexp.
18644 (Info-mode): Add documentation for Info-history, Info-toc,
18645 Info-search-case-sensitively, Info-search-next, clone-buffer.
18646 (Info-fontify-menu-headers): Remove fun. Move code to
18647 Info-fontify-node.
18648 (Info-fontify-node): Add docstring. Add local vars
18649 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18650 then fontify header line, titles, menu headers, http and ftp
18651 references, refill paragraphs. If not-fontified-p is t or
18652 fontify-visited-p is t then fontify cross references, menu items.
18653 Fontify menu headers. Fontify http and ftp references.
18654 Change regexp for cross references to require whitespace after *Note,
18655 add matching groups for file and node names. Remove hack for quote.
18656 Use display property for Info-hide-note-references=t. Use fifth
18657 or fourth match for help-echo. Display visited nodes in a
18658 different face. Unhide file names of external references.
18659 Unhide newlines. Display visited menu items in a different face.
18660
18661 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18662
18663 * progmodes/compile.el: Require CL.
18664 (compilation-mode-font-lock-keywords): Re-install the "line as
18665 function" patch.
18666
18667 * help-fns.el (help-C-source-directory): New var.
18668 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18669 (describe-function-1, describe-variable): Use them.
18670
18671 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18672 to C source files specially.
18673
18674 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18675
18676 * info.el (Info-hide-cookies-node): New function.
18677 (Info-select-node): Use it.
18678 (Info-display-images-node): Remove message with image file name.
18679
18680 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18681
18682 * progmodes/compile.el (compilation-warning-face)
18683 (compilation-info-face, compilation-skip-threshold)
18684 (compilation-skip-visited, compilation-context-lines):
18685 Declare :version when added to Emacs.
18686 (compilation-error-regexp-alist-alist): Extend caml and irix.
18687 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18688 (compilation-mode-font-lock-keywords): Temporarily undo line as
18689 function patch, which wasn't ready.
18690
18691 2004-04-07 Kenichi Handa <handa@m17n.org>
18692
18693 * international/latin1-disp.el (latin1-display-setup): Check each
18694 character is displayable or not instead of calling
18695 latin1-display-check-font.
18696
18697 2004-04-06 Kenichi Handa <handa@m17n.org>
18698
18699 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18700 New variable.
18701 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18702 instead of sera-being-called-by-w3.
18703 (ethio-fidel-to-sera-buffer): Likewise.
18704 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18705 instead of sera-being-called-by-w3.
18706 (ethio-write-file): Likewise.
18707
18708 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18709
18710 * printing.el: Doc fix.
18711
18712 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18713
18714 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18715 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18716 (gdb-setup-windows): Only use separate IO buffer if required.
18717
18718 2004-04-06 Kim F. Storm <storm@cua.dk>
18719
18720 * term.el (term-is-xemacs): Remove.
18721 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18722 (term-window-width): New function.
18723 (term-mode, term-check-size): Use it.
18724 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18725
18726 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18727
18728 * cus-edit.el (custom-add-parent-links): Change unbound variable
18729 `symbol' to `name'.
18730
18731 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18732 * info.el (info-apropos): New function.
18733 (Info-mode-menu): Add it.
18734 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18735
18736 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18737 inherited docstring.
18738
18739 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18740
18741 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18742
18743 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18744
18745 * progmodes/compile.el (font-lock): Don't require any more.
18746 (compilation-error-properties, compilation-start, compilation-sentinel)
18747 (compilation-filter, next-error): Use with-current-buffer.
18748 (compilation-skip-to-next-location, compilation-skip-threshold)
18749 (compilation-skip-visited): Move to silence the byte-compiler.
18750 (compilation-setup): Simplify.
18751 (compilation-next-error): Use line-(beginning|end)-position.
18752 Make sure `pt' is non-nil before using compilation-loop.
18753 (compile-goto-error): Add optional event arg. Use it.
18754 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18755 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18756 Update the binding for mouse-2.
18757 (first-error): Set compilation-current-error to nil rather than bob.
18758 (compilation-parsing-end, compilation-parse-errors-function)
18759 (compilation-error-list, compilation-old-error-list):
18760 "New" compatibility variables.
18761 (compile-buffer-substring, compilation-compat-error-properties)
18762 (compilation-compat-parse-errors, compilation-forget-errors):
18763 New compatibility functions.
18764 (compilation-mode-font-lock-keywords): Use them.
18765
18766 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18767
18768 * autorevert.el (auto-revert-handler): If point (or a window
18769 point) is at the end of the buffer, keep it there after
18770 reverting. This allows to tail a file.
18771 Mention this in the `Commentary'.
18772
18773 * format.el (format-write-file): Add optional argument CONFIRM
18774 and make it behave like the analogous argument to `write-file'.
18775
18776 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18777
18778 * progmodes/ebnf2ps.el: Doc fix.
18779 (ebnf-version): New version number (4.2).
18780 (ebnf-syntax): Customization and docstring fix.
18781 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18782 Put autoloaded funs before first use.
18783 (ebnf-style-database): Add dtd entry.
18784 (ebnf-syntax-alist): Add dtd initialization.
18785 (ebnf-token-sequence): New fun.
18786 (ebnf-comment-table): Add new comment action character.
18787 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18788
18789 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18790 Type Definition for XML).
18791
18792 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18793 * progmodes/ebnf-bnf.el (ebnf-sequence):
18794 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18795 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18796 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18797 Code simplification: call ebnf-token-sequence.
18798
18799 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18800
18801 * calendar/timeclock.el (timeclock-relative)
18802 (timeclock-get-project-function, timeclock-get-workday-function)
18803 (timeclock-query-out, timeclock-when-to-leave)
18804 (timeclock-when-to-leave-string, timeclock-log-data)
18805 (timeclock-generate-report, timeclock-in): Doc fixes.
18806
18807 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18808
18809 * url/: New dir. Import the URL package from its repository.
18810
18811 2004-04-03 Andreas Schwab <schwab@suse.de>
18812
18813 * diff-mode.el (diff-mode): Fix missing quote.
18814
18815 2004-04-03 Juri Linkov <juri@jurta.org>
18816
18817 * descr-text.el (describe-property-list): Add `font-lock-face'.
18818
18819 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18820
18821 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18822
18823 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18824 Use utf-16le on little endian machines and utf-16be otherwise.
18825
18826 2004-04-02 David Kastrup <dak@gnu.org>
18827
18828 * net/browse-url.el (browse-url-generic): Use call-process
18829 instead of start-process to allow browsers that fork and detach.
18830
18831 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18832
18833 * compile.el (compilation-current-error): New var.
18834 (compilation-setup, compile-mouse-goto-error)
18835 (compile-goto-error, next-error): Use it.
18836 (compilation-skip-to-next-location): Default to t, which gives
18837 contiguous skipping like old compile (where this was redundant).
18838 (compilation-next-error): Prevent previous-* commands from moving
18839 back to message at or just before point.
18840
18841 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18842
18843 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18844 (gdb-source-info): Don't display source at startup, if required.
18845 (gdb-show-main): New option.
18846 (gdba): Update documentation.
18847 (gdb-source): Cover case of auto-display output.
18848
18849 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18850
18851 * autorevert.el: Delete obsolete autoloads and defvars.
18852 (auto-revert-check-vc-info): New user option.
18853 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18854 (auto-revert-handler-vc): Delete.
18855 (auto-revert-handler): Treat return value `fast' of
18856 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18857
18858 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18859 return `fast'.
18860
18861 * files.el (buffer-stale-function): Doc change.
18862
18863 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18864
18865 * printing.el: New tip on Tips section.
18866 (pr-version): New version number (6.7.4).
18867 (pr-shell-file-name): Initialization fix.
18868
18869 2004-03-31 Juri Linkov <juri@jurta.org>
18870
18871 * dired.el: Add autoload for `dired-do-touch'.
18872 (dired-touch-program): New var.
18873 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18874 (dired-no-confirm): Add `touch' to docstring.
18875
18876 * dired-aux.el (dired-do-touch): New fun.
18877 (dired-do-chxxx): Add argument -t for touch operation.
18878
18879 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18880 `dired-move-to-filename-regexp'.
18881
18882 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18883
18884 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18885
18886 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18887
18888 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18889 and only if the buffer was modified.
18890
18891 2004-03-30 Kenichi Handa <handa@m17n.org>
18892
18893 * international/characters.el: Delete pairs for U+2308..U+230B.
18894
18895 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18896
18897 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18898 to detect the beginning of a level 2 or 3 annotation.
18899
18900 2004-03-29 Kenichi Handa <handa@m17n.org>
18901
18902 * international/ucs-tables.el (ucs-insert): Fix the error message.
18903
18904 2004-03-29 Kenichi Handa <handa@m17n.org>
18905
18906 * international/mule-util.el (char-displayable-p): Fix generation
18907 of XLFD file name.
18908
18909 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18910 before finding directories by `find'.
18911
18912 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18913
18914 * subr.el (interactive-form): Delete. Now implemented in C.
18915
18916 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18917
18918 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18919 (vc-diff-label): New fun.
18920 (vc-diff-internal): Use it.
18921
18922 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18923
18924 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18925
18926 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18927
18928 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18929 specify XML (EBNFX).
18930
18931 * progmodes/ebnf2ps.el: Doc fix.
18932 (ebnf-version): New version number (4.1).
18933 (ebnf-syntax): Adjust customization.
18934 (ebnf-style-database): Add ebnfx entry.
18935 (ebnf-syntax-alist): Add ebnfx initialization.
18936 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18937
18938 * printing.el: Doc fix.
18939 (pr-version): New version number (6.7.3).
18940 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18941 returns nil for mouse position. Reported by Drew Adams
18942 <drew.adams@oracle.com>.
18943 (pr-update-menus): Modify interactive declaration. Reported by Drew
18944 Adams <drew.adams@oracle.com>.
18945
18946 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18947
18948 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18949 (gud-gdba-marker-filter): Log the process input and output, if
18950 required. From Stefan Monnier.
18951 (gdb-debug-log, gdb-enable-debug-log): New variables.
18952 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18953
18954 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18955
18956 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18957 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18958
18959 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18960
18961 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18962 Call vc-find-file-hook here instead of in auto-revert-buffers.
18963 (auto-revert-buffers): Delete call to vc-find-file-hook.
18964 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18965 (global-auto-revert-mode, auto-revert-set-timer)
18966 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18967
18968 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18969
18970 * woman.el (woman-change-fonts): Rename local variable
18971 woman-font-alist to font-alist to avoid a compiler warning.
18972
18973 2004-03-27 Dave Love <fx@gnu.org>
18974
18975 * emacs-lisp/rx.el (rx): Doc fix.
18976 Fix copyright years.
18977
18978 * strokes.el (strokes-global-set-stroke-string): New function.
18979 (strokes-list-strokes): Cope with strings, not just commands.
18980 Set foreground color of image.
18981 (strokes-global-set-stroke): Doc fix.
18982
18983 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18984
18985 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18986 Auto Revert mode.
18987 (Buffer-menu-files-only): New variable.
18988 (Buffer-menu-toggle-files-only): New function.
18989 (Buffer-menu-mode-map): Bind it to `T'.
18990 (Buffer-menu-mode): Mention `T' in docstring.
18991 Set buffer-stale-function.
18992 (list-buffers-noselect): Mark buffer non-modified and set
18993 Buffer-menu-files-only.
18994
18995 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18996
18997 * autorevert.el (auto-revert-handler): Print revert message
18998 before, rather than after, reverting.
18999 (buffer-stale-function): Move to files.el.
19000
19001 * files.el (buffer-stale-function): Move here from autorevert.el.
19002
19003 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19004
19005 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19006
19007 * calc/calc.el (calc-mode-map): Use mapc.
19008
19009 * apropos.el (apropos-mode): Don't autoload.
19010 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19011 (apropos): Use it.
19012 (apropos-print): Add optional `text' argument.
19013 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19014 Don't assume point-min == 1.
19015
19016 * bs.el (bs-buffer-list): Use buffer-local-value.
19017 (bs--set-toggle-to-show): Use with-current-buffer.
19018
19019 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19020 New funs.
19021 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19022
19023 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19024
19025 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19026 (dabbrev--find-expansion): Use pop.
19027 (dabbrev--search): Use match-string-no-properties.
19028
19029 * dired.el (dired-mode): Use run-mode-hooks.
19030 (dired-move-to-end-of-filename): Use match-string.
19031
19032 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19033 is bound before using it.
19034 (ediff-verbose-p): Make it into a var since it's not constant.
19035
19036 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19037
19038 * faces.el (read-face-font): Don't cons up unnecessarily.
19039 (header-line, tool-bar): Share common parts.
19040
19041 * files.el (file-relative-name): Use compare-strings.
19042
19043 * finder.el (finder-mode): Follow coding convention.
19044
19045 * subr.el (read-number): New function.
19046
19047 * ses.el (ses-read-number): Move to subr.el.
19048 (ses-set-header-row): Use read-number.
19049
19050 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19051
19052 * vc-hooks.el (vc-arg-list): New function, which handles both
19053 compiled and uncompiled code.
19054 (vc-default-workfile-unchanged-p): Use it.
19055
19056 * vc.el (vc-print-log): Undo prev change, use new function
19057 vc-arg-list from vc-hooks.el.
19058
19059 2004-03-26 Masatake YAMATO <jet@gyve.org>
19060
19061 * simple.el (completion-setup-function): Emphasize the
19062 first uncommon characters in the completions; and de-emphasize
19063 the common prefix substrings.
19064 (completion-emphasis): New face.
19065 (completion-de-emphasis): New face.
19066
19067 2004-03-25 Juanma Barranquero <lektu@terra.es>
19068
19069 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19070 Comment out (it's unused and unfinished code).
19071
19072 2004-03-25 Sam Steingold <sds@gnu.org>
19073
19074 * vc.el (vc-print-log): Fix a bug in the last patch:
19075 backend-function may be a byte-compiled object, not a lambda.
19076
19077 2004-03-25 Juri Linkov <juri@jurta.org>
19078
19079 * descr-text.el (describe-property-list): Add a button
19080 for `face' property that calls `describe-face'.
19081 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19082
19083 * international/mule.el (keyboard-coding-system):
19084 * kmacro.el (kmacro-call-macro): Fix docstring.
19085
19086 * dired.el: Fix comments.
19087
19088 * textmodes/fill.el (fill): Fix Info link.
19089
19090 * font-lock.el (fast-lock, lazy-lock):
19091 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19092 Info node.
19093
19094 * eshell/eshell.el (eshell): Fix broken info-link.
19095
19096 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19097 * eshell/em-banner.el (eshell-banner):
19098 * eshell/em-smart.el (eshell-smart):
19099 * eshell/esh-cmd.el (eshell-cmd):
19100 Comment out broken info-links to incomplete Info manual.
19101
19102 * info-xref.el: Fix commentary.
19103
19104 2004-03-25 Kevin Ryde <user42@zip.com.au>
19105
19106 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19107 Remove spurious node duplicate suppression, doesn't work, not wanted.
19108 (info-xref-output): Take format style args, add "sit-for 0" to let
19109 user see the results as they progress.
19110 (info-xref-check-all-custom): New function.
19111
19112 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19113
19114 * gdb-ui.el: Moved to progmodes.
19115
19116 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19117
19118 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19119
19120 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19121
19122 * calendar/appt.el (appt-check): Remove superfluous progn.
19123 When finished with diary buffer: if it was not being displayed
19124 before, kill it; otherwise restore its original state.
19125 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19126
19127 * calendar/calendar.el (calendar-set-mode-line): Use total
19128 available mode-line width, rather than frame-width.
19129
19130 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19131 after mode change so effect not lost.
19132
19133 2004-03-23 Dave Love <fx@gnu.org>
19134
19135 * dired.el (dired) <defgroup>: Add link to manual.
19136 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19137 (dired-revert): Use dolist.
19138 (dired-mode-map): Add U binding.
19139 (dired-mode): Add font-lock-beginning-of-syntax-function.
19140 (dired-garbage-files-regexp): Make it a defcustom.
19141
19142 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19143
19144 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19145 is equivalent to nil.
19146 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19147 (vc-arch-mode-line-string): Accept `added' state.
19148 (vc-arch-state): Use inode-sigs if available.
19149 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19150 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19151 (vc-arch-tagline-re): New var.
19152 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19153 New functions.
19154 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19155 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19156
19157 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19158 (vc-file-not-found-hook): Use it.
19159
19160 * diff-mode.el (diff-default-read-only): Change default.
19161 (diff-mode-hook): Make it a defcustom. Add some options.
19162 (diff-mode-map): Bind diff-refine-hook.
19163 (diff-yank-handler): New var.
19164 (diff-yank-function): New fun.
19165 (diff-font-lock-keywords): Use them.
19166 (diff-end-of-file): Handle case where file-header looks like diff text.
19167 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19168 (diff-file-kill): Delete a subsequent empty line, if applicable.
19169 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19170 (diff-find-file-name): Use it.
19171 (diff-tell-file-name): New command.
19172 (diff-mode): Be careful with view-mode.
19173 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19174 New functions, for use in diff-mode-hook.
19175 (diff-find-source-location): Catch "regex too large" errors.
19176 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19177 (diff-refine-hunk): New command.
19178
19179 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19180 (smerge-context-menu-map): Remove unused var.
19181 (smerge-keep-all): Preserve markers.
19182 (smerge-keep-n): New fun.
19183 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19184 (smerge-keep-current, smerge-ediff): Use it.
19185 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19186 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19187 (smerge-resolve): Resolve trivial 3-part conflicts.
19188
19189 2004-03-23 Juri Linkov <juri@jurta.org>
19190
19191 * man.el (Man-width): New var.
19192 (Man-getpage-in-background): Use it.
19193 (Man-support-local-filenames): New var and fun.
19194 (Man-build-man-command): Don't add a second %s.
19195 (Man-fontify-manpage): Clean up message.
19196 (Man-mode): Set outline-regexp, outline-level,
19197 imenu-generic-expression.
19198
19199 * woman.el (woman-fill-frame): Doc fix.
19200 (woman-decode-region): Use window-width instead of frame-width.
19201
19202 * abbrevlist.el (list-one-abbrev-table):
19203 * descr-text.el (describe-char):
19204 * international/mule-diag.el (describe-current-coding-system):
19205 * international/quail.el (quail-insert-decode-map):
19206 Use window-width instead of frame-width.
19207
19208 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19209 (jka-compr-mode-alist-additions): Add tbz.
19210 (jka-compr-write-region, jka-compr-insert-file-contents):
19211 Add message for undefined compress-program.
19212 (jka-compr-write-region): Remove redundant var bindings.
19213
19214 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19215 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19216 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19217 (dired-man): Use dired-guess-shell-command.
19218 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19219 Change default nil to t.
19220
19221 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19222 (dired-compare-directories): Add default value for empty input.
19223
19224 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19225
19226 * time.el (display-time-string-forms): Fix help-echo date format.
19227
19228 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19229
19230 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19231 (buffer-stale-function): New variable.
19232 (auto-revert-list-diff, auto-revert-dired-file-list)
19233 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19234 (auto-revert-handler): Take over some functionality of deleted
19235 functions.
19236 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19237
19238 * dired.el (dired-directory-changed-p): New fun, extracted from
19239 dired-internal-noselect.
19240 (dired-buffer-stale-p): New fun.
19241 (dired-internal-noselect): Use dired-directory-changed-p.
19242 Eliminate revert messages.
19243 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19244
19245 2004-03-23 Kenichi Handa <handa@m17n.org>
19246
19247 * international/characters.el: Setup syntaxes for more parentheses
19248 Unicode characters.
19249
19250 * international/mule-cmds.el (select-safe-coding-system):
19251 Merge coding-system and auto-cs before comparing them.
19252
19253 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19254
19255 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19256
19257 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19258 normal-auto-fill-function and comment-indent-function.
19259 The default values now work just as well.
19260 Don't set font-lock-beginning-of-syntax-function since we already set
19261 syntax-begin-function.
19262 (lisp-outline-level): Put ;;;###autoload at same level as (.
19263 (prin1-char): Quote special chars.
19264
19265 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19266 than with-no-warnings.
19267
19268 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19269 if the source location can't be found.
19270 (edebug-compute-previous-result): Use prin1-char.
19271
19272 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19273 (debug-ignored-errors): Add an entry.
19274
19275 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19276 (byte-compile-file): Output warning when deleting a file.
19277
19278 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19279 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19280
19281 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19282 (byte-compile-inline-expand): Use backquote.
19283 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19284 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19285
19286 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19287
19288 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19289
19290 2004-03-22 Juri Linkov <juri@jurta.org>
19291
19292 * finder.el (finder-known-keywords): Fix data, tex, unix.
19293
19294 * play/landmark.el: Fix keywords.
19295
19296 * language/ethio-util.el (ethio-find-file): Doc fix.
19297
19298 * emacs-lisp/warnings.el: Doc fix.
19299
19300 * textmodes/ispell.el (ispell-help): Doc fix.
19301
19302 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19303
19304 * format.el (format-insert-file): Always return a list of two
19305 elements, like insert-file-contents does.
19306
19307 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19308
19309 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19310 and vc-BACKEND-diff.
19311 (vc-print-log): If the print-log implementation supports it, use
19312 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19313 (vc-version-diff, vc-diff-internal): Doc fixes.
19314
19315 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19316 implementation supports it, let diff output go to *vc*,
19317 not *vc-diff*, since this is an internal call.
19318
19319 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19320
19321 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19322
19323 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19324
19325 2004-03-21 Dave Love <fx@gnu.org>
19326
19327 * progmodes/cfengine.el (cfengine-mode):
19328 Set parse-sexp-ignore-comments.
19329
19330 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19331
19332 2004-03-21 Juanma Barranquero <lektu@terra.es>
19333
19334 * allout.el (allout-mode): Fix docstring.
19335
19336 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19337
19338 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19339
19340 * autorevert.el (auto-revert-interval): Make new value take
19341 effect immediately when set through Custom.
19342 (auto-revert-set-timer): Add interactive declaration.
19343
19344 2004-03-19 David Ponce <david@dponce.com>
19345
19346 * ruler-mode.el (ruler-mode-header-line-format-old):
19347 Don't `make-variable-buffer-local'.
19348 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19349 (ruler-mode-header-line-format): Simply funcall the above.
19350 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19351 to save/restore a previous header line format.
19352 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19353 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19354 fringes and margins width.
19355 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19356
19357 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19358
19359 * log-edit.el (log-edit-font-lock-keywords): Typo.
19360
19361 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19362 (tex-send-tex-command): Rather than here.
19363 (tex-compilation-parse-errors): Simplify.
19364
19365 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19366
19367 * time.el (display-time-string-forms): Add help-echo with date on time.
19368
19369 * composite.el (compose-region): Use restore-buffer-modified-p.
19370
19371 * disp-table.el (standard-display-8bit): Simplify.
19372
19373 * server.el (server-process-filter): Delete temp frame.
19374
19375 * add-log.el (add-change-log-entry): Simplify.
19376
19377 2004-03-19 Kim F. Storm <storm@cua.dk>
19378
19379 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19380 (hexl-follow-line): Don't require 'fringe.
19381
19382 * progmodes/compile.el (compilation-start): Always set
19383 compilation-last-buffer and return it.
19384
19385 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19386
19387 * simple.el (clone-buffer): Doc fix.
19388
19389 2004-03-18 Juanma Barranquero <lektu@terra.es>
19390
19391 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19392
19393 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19394
19395 * log-edit.el (log-edit-font-lock-keywords): New var.
19396 (log-edit-mode): Use it.
19397
19398 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19399
19400 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19401 properly for watching in speedbar.
19402
19403 2004-03-17 Masatake YAMATO <jet@gyve.org>
19404
19405 * smerge-mode.el (smerge-popup-context-menu):
19406 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19407
19408 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19409
19410 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19411 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19412 Take sealed revisions into account.
19413 (vc-arch-checkin): Extract a summary line from the message.
19414
19415 2004-03-16 Masatake YAMATO <jet@gyve.org>
19416
19417 * register.el (register): Provide `register' feature.
19418
19419 2004-03-15 Masatake YAMATO <jet@gyve.org>
19420
19421 Added context menu support in smerge mode.
19422 Most of the part is written by Stefan Monnier.
19423
19424 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19425 New keymap and menu.
19426 (smerge-text-properties): New function.
19427 (smerge-remove-props): New function.
19428 (smerge-popup-context-menu): New function.
19429 (smerge-resolve): Call `smerge-remove-props'.
19430 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19431 (smerge-keep-current): Ditto.
19432 (smerge-kill-current): New function.
19433 (smerge-match-conflict): Put text properties.
19434 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19435
19436 2004-03-15 David Ponce <david@dponce.com>
19437
19438 * ruler-mode.el (ruler-mode-left-fringe-cols)
19439 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19440 (ruler-mode-right-scroll-bar-cols): Remove.
19441 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19442 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19443 Use fringe-columns and scroll-bar-columns.
19444
19445 2004-03-15 Masatake YAMATO <jet@gyve.org>
19446
19447 * hl-line.el (hl-line-range-function): New variable.
19448 (hl-line-move): New function.
19449 (global-hl-line-highlight): Use `hl-line-move'.
19450 (hl-line-highlight): Ditto.
19451
19452 * scroll-bar.el (scroll-bar-columns):
19453 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19454
19455 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19456 (ruler-mode-left-fringe-cols)
19457 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19458 (ruler-mode-right-scroll-bar-cols)
19459 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19460 (ruler-mode-ruler-function): New variable.
19461 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19462 if the value for `ruler-mode-ruler-function' is given.
19463
19464 * hexl.el (hexl-mode-hook): Make the hook customizable.
19465 (hexl-address-area, hexl-ascii-area): New customize variables.
19466 (hexlify-buffer): Put font-lock-faces on the address area and
19467 the ascii area.
19468 (hexl-activate-ruler): New function.
19469 (hexl-follow-line): New function.
19470 (hexl-highlight-line-range): New function.
19471 (hexl-mode-ruler): New function.
19472
19473 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19474
19475 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19476 (vc-default-find-file-hook): New fun.
19477 (vc-find-file-hook): Call new find-file-hook operation.
19478
19479 * vc-arch.el: New file.
19480
19481 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19482
19483 * info-look.el (info-lookup): Reuse an existing Info window.
19484
19485 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19486
19487 * woman.el (woman-preserve-ascii): Default value changed to t and
19488 doc string revised.
19489
19490 2004-03-12 Richard M. Stallman <rms@gnu.org>
19491
19492 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19493 Fix minor bug.
19494
19495 * replace.el (occur-engine): Change message for count of matches.
19496
19497 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19498 For strings, do compare text properties.
19499
19500 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19501
19502 * progmodes/compile.el (compile-auto-highlight)
19503 (compilation-error-list, compilation-old-error-list)
19504 (compilation-parse-errors-function, compilation-parsing-end)
19505 (compilation-error-message, compilation-directory-stack)
19506 (compilation-enter-directory-regexp-alist)
19507 (compilation-leave-directory-regexp-alist)
19508 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19509 (compilation-current-file, compilation-regexps): Remove vars.
19510
19511 (compile-error-at-point, compilation-error-filedata)
19512 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19513 (compilation-next-error-locus, compilation-forget-errors)
19514 (count-regexp-groupings, compilation-parse-errors)
19515 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19516
19517 (compile-internal): Make obsolete.
19518
19519 (compilation-first-column, compilation-error)
19520 (compilation-directory-matcher, compilation-page-delimiter)
19521 (compilation-mode-font-lock-keywords, compilation-debug)
19522 (compilation-error-face, compilation-warning-face)
19523 (compilation-info-face, compilation-line-face)
19524 (compilation-column-face, compilation-enter-directory-face)
19525 (compilation-leave-directory-face, compilation-skip-threshold)
19526 (compilation-skip-visited, compilation-context-lines): New vars.
19527
19528 (compilation-warning-face, compilation-info-face)
19529 (compilation-message-face): New faces.
19530
19531 (compilation-error-regexp-alist-alist): New constant.
19532
19533 (compilation-face, compilation-directory-properties)
19534 (compilation-assq, compilation-error-properties, compilation-start)
19535 (define-compilation-mode, compilation-loop)
19536 (compilation-set-window): New functions.
19537
19538 (compile): Additional argument for interactive compiles like TeX.
19539
19540 * progmodes/grep.el (kill-grep): Move here from compile.el
19541 (grep-error, grep-hit-face, grep-error-face)
19542 (grep-mode-font-lock-keywords): New variables.
19543 (grep-regexp-alist): Simplify regexp and add `binary' case.
19544 (grep-mode): New mode.
19545 (grep-process-setup): Simplify.
19546
19547 2004-03-11 Jason Rumney <jasonr@gnu.org>
19548
19549 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19550 letters on DOS/Windows.
19551
19552 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19553
19554 * server.el (server-name): New var.
19555 (server-socket-dir): New var to replace server-socket-name.
19556 (server-start): Use them.
19557
19558 2004-03-11 Simon Josefsson <jas@extundo.com>
19559
19560 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19561 died to avoid infloop. Reported by Jonathan Glauner
19562 <jglauner@sbum.org>.
19563
19564 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19565
19566 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19567 (smerge-mode-menu): Use it to deactivate menu entries.
19568 (smerge-keep-current): New fun.
19569 (smerge-keep-current): Use it.
19570
19571 2004-03-10 John Paul Wallington <jpw@gnu.org>
19572
19573 * foldout.el (foldout-fold-list, foldout-modeline-string):
19574 Declare them as variables, not constants.
19575
19576 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19577
19578 * ps-print.el: Modification to print *Messages* buffer.
19579 (ps-print-version): New version 6.6.4.
19580 (ps-message-log-max): New fun.
19581 (ps-spool-without-faces, ps-spool-with-faces)
19582 (ps-count-lines-preprint): Code fix.
19583
19584 * printing.el: New tips in Tips section.
19585
19586 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19587
19588 * delim-col.el: Doc fix.
19589
19590 * printing.el: Doc fix. New doc section (Tips).
19591
19592 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19593
19594 * type-break.el (type-break-emacs-variant): Remove.
19595 (type-break-run-at-time, type-break-cancel-function-timers):
19596 Use fboundp rather than version name and number.
19597
19598 2004-03-09 Masatake YAMATO <jet@gyve.org>
19599
19600 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19601 `make-variable-buffer-local'.
19602
19603 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19604
19605 * find-dired.el (find-dired): Call `shell-command' instead of
19606 `start-process-shell-command'. By this, Tramp takes over
19607 handling of remote directories.
19608
19609 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19610
19611 * newcomment.el (comment-use-global-state): New var.
19612 (comment-search-forward): Use it.
19613
19614 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19615
19616 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19617
19618 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19619 (enable-kinsoku): Make it a defcustom.
19620 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19621 paragraph to same-comment-start-marker.
19622
19623 2004-03-07 Dave Love <fx@gnu.org>
19624
19625 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19626 (browse-url-mail): Use it.
19627
19628 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19629 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19630
19631 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19632
19633 * woman.el (woman-man.conf-path): Doc fix.
19634 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19635
19636 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19637
19638 * sort.el (sort-columns): Remove ms-dos from the list of systems
19639 where the external `sort' command is not used.
19640
19641 2004-03-07 Kim F. Storm <storm@cua.dk>
19642
19643 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19644 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19645 from overlay-arrow-variable-list.
19646 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19647
19648 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19649
19650 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19651 overlay arrow string properly for the assembler buffer.
19652
19653 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19654
19655 * mail/sendmail.el (mail-mode): Fix last change.
19656
19657 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19658
19659 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19660 for the assembler buffer.
19661 (gdb-assembler-custom): Position the overlay arrow.
19662 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19663
19664 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19665
19666 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19667
19668 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19669 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19670
19671 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19672
19673 * newcomment.el (uncomment-region): Allow non-terminated comment.
19674 (comment-normalize-vars): Check the user-specified comstart marker.
19675
19676 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19677
19678 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19679 Otherwise, do use it if the region only contains font-lock text
19680 properties.
19681
19682 2004-03-04 Masatake YAMATO <jet@gyve.org>
19683
19684 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19685 as the callback function for eldoc.
19686 (hexl-print-current-point-info): New function.
19687 (hexl-current-address): Print the address in both decimal
19688 and hexadecimal format.
19689
19690 2004-03-04 Richard M. Stallman <rms@gnu.org>
19691
19692 * mail/rmail.el (rmail-convert-to-babyl-format):
19693 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19694
19695 * mail/mail-utils.el (mail-unquote-printable-region):
19696 New arg UNIBYTE.
19697
19698 * startup.el (command-switch-alist): Doc fix.
19699
19700 * simple.el (undo): Temporarily set this-command to `undo-start',
19701 then set it to `undo' once undo-start returns without error.
19702
19703 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19704
19705 * simple.el (kill-line): Don't disregard trailing whitespace
19706 in eol condition, if show-trailing-whitespace is set.
19707
19708 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19709 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19710 When disabling, restore old values only if mouse-sel-has-been-enabled.
19711
19712 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19713 (isearch-{-char): New function.
19714 (isearch-mode-map): Bind { to isearch-{-char.
19715
19716 * font-lock.el (lisp-font-lock-keywords-2):
19717 Turn off the CL with-... and do-... general patterns.
19718 Instead, recognize several specific with... and do... constructs.
19719
19720 * files.el (switch-to-buffer-other-window):
19721 Bind same-window-buffer-names and same-window-regexps to nil.
19722 (switch-to-buffer-other-frame): Likewise.
19723
19724 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19725
19726 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19727 recognizing leading comment on code line.
19728
19729 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19730
19731 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19732 hidden files/directories.
19733
19734 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19735
19736 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19737 only comment-start (in case the mode hasn't set it).
19738
19739 * Makefile.in (AUTOGENEL): New var.
19740 (bootstrap-prepare): Rename from bootstrap-clean.
19741 Don't remove elc files.
19742 (maintainer-clean): New target.
19743
19744 * xml.el (xml-get-attribute-or-nil): Simplify.
19745
19746 2004-03-02 Juri Linkov <juri@jurta.org>
19747
19748 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19749 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19750 URL to prevent their substitution with the environment variable
19751 values by browsers.
19752
19753 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19754
19755 * ps-print.el: Doc fix.
19756 (ps-print-version): New version number (6.6.3).
19757 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19758 Docstring fix.
19759 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19760 before printing.
19761 (ps-time-stamp-yyyy-mm-dd): New fun.
19762 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19763
19764 2004-03-02 Kim F. Storm <storm@cua.dk>
19765
19766 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19767
19768 2004-03-01 Juanma Barranquero <lektu@terra.es>
19769
19770 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19771
19772 * desktop.el (desktop-file-version)
19773 (desktop-after-read-hook): Fix typos.
19774 (desktop-clear-preserve-buffers): Remove redundant info in
19775 docstring already shown by the obsolescence message.
19776 (desktop-truncate, desktop-internal-v2s)
19777 (desktop-value-to-string): Change argument name to match docstring.
19778
19779 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19780
19781 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19782 docstring.
19783
19784 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19785
19786 * printing.el: Replace "As Is..." in PostScript file print/preview by
19787 "No Preprocessing...". Suggested by Colin Marquardt
19788 <_marquardt_@zmd.de>.
19789 (pr-insert-section-4): Adjust buffer interface.
19790
19791 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19792
19793 Version 2.0.39 of Tramp released.
19794
19795 * net/tramp.el (tramp-handle-file-local-copy)
19796 (tramp-handle-write-region, tramp-open-connection-rsh):
19797 Variable name typo. Small change. From Patrick Tullmann
19798 <tullmann@flux.utah.edu>.
19799 (tramp-process-connection-type): New variable.
19800 (tramp-maybe-open-connection): Use it.
19801 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19802 (tramp-touch): Set last-modified time of a remote file.
19803 (tramp-handle-write-region): Say which function is used when encoding.
19804
19805 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19806
19807 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19808 case of non-existing filename, too. Reported by Christoph Bauer
19809 <c_bauer@informatik.uni-kl.de>.
19810 (tramp-smb-get-file-entries): The directory in question should
19811 have permissions "drwxrwxrwx". Just virtual, because we don't
19812 know the real permissions. Don't we know?
19813 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19814 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19815 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19816 output. If it was received chunkwise, there have been problems.
19817 Remove the "prompt not found" error message; it is obvious.
19818 Simplify algorithm.
19819 (tramp-smb-process-running): Remove. Since we acknowledge the
19820 virtual prompt for shares, there's no need for distinction of
19821 reading shares (process ends afterwards) and interactive mode of
19822 smblient.
19823 (tramp-smb-open-connection): Setting process sentinel removed.
19824 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19825 "NT_STATUS_NETWORK_ACCESS_DENIED".
19826 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19827 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19828 (top-level): Setting default value in `tramp-default-method-alist'
19829 corrected. Order of USER and HOST have been wrong.
19830 Nobody complained for months ...
19831 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19832 (tramp-smb-open-connection): Clear password cache if login has failed.
19833
19834 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19835 `tramp-unified-filenames'.
19836 (tramp-completion-mode): Make test for XEmacs explicitly.
19837 `event-to-character' can exists in Emacs packages too.
19838 Reported by Matt Swift <swift@alum.mit.edu>.
19839 (tramp-buffer-name): Buffer name must contain the user if exists.
19840 Reported by Adrian Phillips <a.phillips@met.no>.
19841 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19842 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19843 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19844 `tramp-do-copy-or-rename-file-one-local', because it handles also
19845 the case both files use the same out-of-band method.
19846 Implementation added.
19847 (tramp-handle-file-local-copy, tramp-handle-write-region):
19848 Out-of-band handling removed. `copy-file' called instead, which
19849 calls `tramp-do-copy-or-rename-file-out-of-band'.
19850 (tramp-action-password): Check for out-of-band method removed.
19851 This function is used for 'login-program.
19852 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19853 appropriate.
19854 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19855 and `tramp-parse-sknownhosts'.
19856 (tramp-completion-function-alist): It's a defvar now, because we
19857 want to apply the optimized `tramp-set-completion-function'
19858 instead of a static list.
19859 (tramp-set-completion-function): Implementation tuned.
19860 Avoid double entries, and entries where the function or the
19861 file/directory doesn't exist.
19862 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19863 for SSH2.
19864 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19865 (tramp-handle-dired-compress-file): New function.
19866 (tramp-async-proc): New variable.
19867 (tramp-handle-shell-command): Adding asynchronous processes.
19868 They are far from being perfect, but it works at least for
19869 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19870 (top-level): Require password.el if visible. Should be mandatory
19871 once No Gnus has found its way into (X)Emacs.
19872 (tramp-read-passwd): Invoke `password-read' if available,
19873 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19874 fallback any longer.
19875 (tramp-clear-passwd): New function.
19876 (tramp-process-actions, tramp-process-multi-actions):
19877 Clear password cache if login has failed.
19878
19879 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19880 its own module.
19881 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19882 `ange-ftp-ftp-name-res'. There could be incorrect values from
19883 previous calls in case the "ftp" method is used in the Tramp file
19884 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19885
19886 2004-02-28 Richard M. Stallman <rms@gnu.org>
19887
19888 * term.el (term-mouse-paste): Call mouse-set-point.
19889
19890 * thumbs.el: New file.
19891
19892 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19893
19894 * progmodes/ebnf-abn.el: Doc fix.
19895
19896 * progmodes/ebnf-bnf.el: Doc fix.
19897 (ebnf-repeat): Code fix.
19898
19899 * progmodes/ebnf2ps.el: Doc fix.
19900 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19901
19902 2004-02-28 Juri Linkov <juri@jurta.org>
19903
19904 * ffap.el (dired-at-point): Additional writability test for
19905 relative directory names.
19906 (dired-at-point-prompter): Treat directories as a directory, get
19907 the directory component from files.
19908 (ffap-string-at-point): Return string from region if region is active.
19909 (ffap-file-at-point): Remove redundant code.
19910
19911 2004-02-28 Kim F. Storm <storm@cua.dk>
19912
19913 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19914 Initialize margin area images to nil.
19915 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19916 (breakpoint-enabled-bitmap-face)
19917 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19918 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19919 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19920 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19921 (gdb-reset): Use gdb-remove-breakpoint-icons.
19922 (gdb-put-string): Add dprop arg to specify alternative display
19923 property (for setting fringe bitmap).
19924 (gdb-remove-strings): Doc fix.
19925 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19926 icon in fringe (if available), or else as icon or text in display
19927 margin. Creates necessary icons in breakpoint-bitmap,
19928 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19929 Also make left window margin if required.
19930 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19931 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19932 no longer needed.
19933 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19934 gdb-put-breakpoint-icon.
19935 (gdb-assembler-mode): Don't set left-margin-width here.
19936
19937 2004-02-27 Kevin Ryde <user42@zip.com.au>
19938
19939 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19940 comma, so that it DTRT in macros.
19941
19942 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19943
19944 * progmodes/sh-script.el (sh-shell-arg)
19945 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19946 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19947
19948 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19949
19950 * faces.el (face-spec-set-match-display): Add a new attribute,
19951 `min-colors'.
19952 (region, highlight, secondary-selection): Use `min-colors'.
19953
19954 * custom.el (defface): Add documentation for `min-colors'.
19955
19956 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19957 (font-lock-keyword-face, font-lock-function-name-face)
19958 (font-lock-variable-name-face, font-lock-constant-face):
19959 Use `min-colors'.
19960
19961 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19962
19963 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19964
19965 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19966 define assq-delete-all if it's not defined.
19967 (ebnf-generate-region): Code fix.
19968
19969 * printing.el: Doc fix.
19970 (pr-version): New version number (6.7.2).
19971 (pr-command): Return empty string if command is an empty string.
19972
19973 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19974
19975 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19976
19977 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19978 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19979 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19980 "tt" ["test"] ). Reported by Markus Dreyer
19981 <mdreyer@ix.urz.uni-heidelberg.de>.
19982 (ebnf-version): New version number (4.0).
19983 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19984 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19985 (ebnf-delete-style): New commands.
19986 (ebnf-directory, ebnf-file): New funs.
19987 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19988 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19989 (ebnf-syntax-alist): New var.
19990 (ebnf-element-width): New fun replacing ebnf-list-width.
19991 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19992 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19993 (ebnf-prologue): Adjust vars.
19994 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19995 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19996 (ebnf-check-style-values, ebnf-generate-production)
19997 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19998 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19999 (ebnf-token-repeat): Code fix.
20000
20001 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20002 %right, %left and %prec. Suggested by Matthew K. Junker
20003 <junker@alum.mit.edu>.
20004 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20005
20006 * progmodes/ebnf-iso.el: Doc fix.
20007 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20008 (ebnf-iso-lex): Code fix.
20009
20010 * progmodes/ebnf-bnf.el: Doc fix.
20011 (ebnf-bnf-lex): Code fix.
20012
20013 * progmodes/ebnf-otz.el: Doc fix.
20014
20015 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20016
20017 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20018 (abbrev-prefix-mark): Doc fix.
20019
20020 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20021
20022 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20023 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20024 (gdb-var-delete): Make interactive (really).
20025 (gdb-edit-value): Make non-interactive.
20026
20027 * progmodes/gud.el (gud-speedbar-menu-items):
20028 Add gdb-var-delete and, indirectly, gdb-edit-value.
20029 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20030 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20031 (gud-gdb-marker-filter): Add comment for annotations.
20032
20033 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20034
20035 * calendar/calendar.el (generate-calendar)
20036 (calendar-read-date): Prevent display of BC calendars once more -
20037 reverts 2003-10-01 change.
20038 (generate-calendar-month): Doc fix.
20039
20040 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20041
20042 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20043 return value of increment-calendar-month.
20044
20045 2004-02-21 Stephen Compall <s11@member.fsf.org>
20046
20047 * saveplace.el (save-place-forget-unreadable-files)
20048 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20049 (save-place-forget-unreadable-files): New function.
20050 (save-place-alist-to-file): Use it to filter out files that are
20051 no longer readable.
20052
20053 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20054 current Texinfo environment, using the same method as in
20055 `texinfo-insert-@end', and insert a space rather than a newline if
20056 point in a @table environment.
20057
20058 2004-02-21 Juri Linkov <juri@jurta.org>
20059
20060 * ffap.el (ffap-file-at-point): Try parent directories.
20061
20062 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20063
20064 * vcursor.el (vcursor-modifiers): New defcustom.
20065 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20066 hard-coded list.
20067
20068 2004-02-21 Masatake YAMATO <jet@gyve.org>
20069
20070 * play/animate.el (animate-birthday-present): Accept names other
20071 than `Sarah', too.
20072
20073 2004-02-21 Juri Linkov <juri@jurta.org>
20074
20075 * startup.el: Remove table of command line arguments from the
20076 Commentary section.
20077
20078 2004-02-20 John Wiegley <johnw@newartisans.com>
20079
20080 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20081 again" modifier from 'e' to 'E', since 'e' is also used by the
20082 "file extension" modifier.
20083
20084 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20085
20086 * help-fns.el (describe-categories): Doc fix.
20087
20088 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20089
20090 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20091 temporary file for buffer already visiting one. This change makes
20092 output likely to be directly usable by patch program.
20093 Suggested by Adrian Aichner <adrian@xemacs.org>
20094
20095 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20096
20097 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20098 case of variables defined in compound statements.
20099 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20100 Simplify constructions using switch-to-buffer.
20101
20102 2004-02-19 Simon Josefsson <jas@extundo.com>
20103
20104 * play/morse.el: Fix typo.
20105 (morse-code): Add @.
20106
20107 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20108
20109 * calendar/appt.el (appt-display-format): Change default to
20110 'ignore, for backwards compatibility.
20111 (appt-display-message): If appt-display-format is 'ignore,
20112 respect old vars appt-msg-window and appt-visible.
20113 (appt-activate): Don't depend on return value of cancel-timer.
20114
20115 * calendar/calendar.el (calendar-holidays): Doc fix.
20116
20117 * calendar/cal-coptic.el (coptic-prompt-for-date):
20118 Use assoc-string instead of assoc-ignore-case.
20119 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20120 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20121 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20122 * calendar/cal-islam.el (calendar-goto-islamic-date)
20123 (mark-islamic-diary-entries): Ditto.
20124 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20125 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20126 (calendar-read-mayan-tzolkin-date): Ditto.
20127 * calendar/calendar.el (calendar-read-date): Ditto.
20128 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20129
20130 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20131
20132 * progmodes/executable.el (executable-command-find-posix-p):
20133 Fix choice of the directory.
20134
20135 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20136
20137 * simple.el (interprogram-cut-function)
20138 (interprogram-paste-function, kill-new, kill-append):
20139 Doc fixes.
20140 (kill-region): Make it return nil. Doc fix.
20141 (yank-pop): Make its argument optional.
20142 (yank): Make ARG `-' equivalent to `-1'.
20143
20144 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20145
20146 * mail/rmail.el (rmail-get-new-mail): Don't reference
20147 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20148
20149 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20150
20151 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20152 if one of global-auto-revert-non-file-buffers or autorevert-mode
20153 is non-nil.
20154
20155 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20156
20157 * subr.el (delete-dups): A better implementation from Karl Heuer
20158 <kwzh@gnu.org>.
20159
20160 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20161
20162 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20163 correct place.
20164 * progmodes/icon.el (icon-indent-command): Ditto.
20165 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20166
20167 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20168
20169 * progmodes/grep.el (grep-compute-defaults): Undo change from
20170 2004-01-29: don't use executable-command-find-posix-p.
20171
20172 2004-02-16 Richard Sharman <rsharman@pobox.com>
20173
20174 * hilit-chg.el: Use require instead of eval-and-compile.
20175 (highlight-compare-buffers): New function.
20176
20177 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20178
20179 * man.el (Man-fontify-manpage): Render section headings in
20180 `Man-overstrike-face' even when overstrike was not used by man
20181 formatter for section headings.
20182
20183 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20184
20185 * rmail-spam-filter.el (vm-use-spam-filter)
20186 (rsf-min-region-length-added-to-spam-list): New variables.
20187 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20188 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20189 spam testing. Don't delete spam message if automatic deletion
20190 after output via variable rmail-delete-after-output is turned on.
20191 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20192 rsf-bbdb-dont-create-entries-for-spam.
20193 (check-field): New function, extracted from code in
20194 rmail-spam-filter to ease addition of header fields like content-type.
20195 (message-content-type): New variable to check the content-type:
20196 field added, also in defcustom of rsf-definitions-alist.
20197 (rmail-spam-filter): Replace repeated test code for header fields
20198 by calls to check-field; change the call to
20199 rmail-output-to-rmail-file such that rmail-current-message stays
20200 the same to avoid wrong deletion of unseen flags.
20201 (rsf-add-contents-type): New function to convert old format
20202 of rmail-spam-definitions-alist into new one.
20203 Change prefixes of all variables and functions from
20204 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20205
20206 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20207
20208 * loadhist.el (unload-hook-features-list): New defvar.
20209
20210 2004-02-16 Dave Love <fx@gnu.org>
20211
20212 * loadhist.el (unload-feature): Doc fix. Rename flist to
20213 unload-hook-features-list.
20214
20215 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20216
20217 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20218 cookie. Don't check if we are looking-at open-formula.
20219
20220 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20221
20222 * subr.el (match-string-no-properties): Use substring-no-properties.
20223
20224 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20225
20226 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20227 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20228 Use lower-case "rx" in all error message.
20229
20230 2004-02-16 Dave Love <fx@gnu.org>
20231
20232 * emacs-lisp/rx.el (rx-or): Put group around result.
20233 (rx-constituents): Add backref.
20234 (rx-syntax): Add string-delimiter, comment-delimiter.
20235 (rx-categories): Add combining-diacritic.
20236 (rx-check-not, rx-greedy, rx): Doc fix.
20237 (rx-backref, rx-check-backref): New.
20238
20239 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20240
20241 * newcomment.el (uncomment-region): Allow eob as comment end.
20242
20243 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20244
20245 * filecache.el: All message and error commands now use prefix
20246 "Filecache:" to make it easy to read *Messages* buffer.
20247
20248 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20249
20250 * autorevert.el: Add support to detect changed dired and VC buffers.
20251 (auto-revert-active-p, auto-revert-list-diff)
20252 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20253 (auto-revert-handler, auto-revert-active-p): New functions.
20254 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20255 and `auto-revert-active-p'.
20256 (eval-when-compile): Defvar dired-directory and vc-mode.
20257 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20258 (auto-revert-handler-vc): New functions.
20259
20260 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20261
20262 * progmodes/compile.el (compilation-directory): New defvar.
20263 (compile): Save current directory in compilation-directory.
20264 (recompile): Bind default-directory to compilation-directory if
20265 that is non-nil.
20266
20267 2004-02-16 Dave Love <fx@gnu.org>
20268
20269 * newcomment.el (comment-insert-comment-function)
20270 (comment-region-function, uncomment-region-function): New.
20271 (comment-indent): Use comment-insert-comment-function.
20272 (uncomment-region): Use uncomment-region-function.
20273 (comment-region): Use comment-region-function.
20274
20275 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20276
20277 2004-02-16 Richard Stallman <rms@gnu.org>
20278
20279 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20280 loaddefs* and ldefs-boot*.
20281
20282 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20283
20284 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20285 and email address at the beginning and end of the address.
20286
20287 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20288 anchored at the beginning of the email address.
20289
20290 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20291
20292 * international/ccl.el (ccl-compile-write): Pass `left' to
20293 ccl-embed-code to generate correct code of write-expr-register.
20294
20295 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20296
20297 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20298
20299 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20300
20301 * x-dnd.el: Mention support for Motif in commentary.
20302 (x-dnd-handle-drag-n-drop-event): Ditto.
20303
20304 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20305
20306 * ses.el: Use "ses--" prefixes for buffer-local variables.
20307 Use (point-min) instead of 1, even when we know the buffer
20308 is unnarrowed.
20309 (ses-build-load-map): Delete. Distribute its content to defconsts for
20310 the three maps.
20311 (ses-menu, ses-header-line-menu): New menus.
20312 (ses-mode-map): Use them.
20313 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20314
20315 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20316
20317 * Makefile.in: Fix the CC Mode recompile kludge so it works
20318 when building in a different directory.
20319
20320 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20321
20322 * simple.el (kill-new): Put yank-handler property on the entire string.
20323
20324 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20325
20326 * diff.el: Don't use compile any more, use diff-mode instead.
20327 (diff-regexp-alist, diff-old-file, diff-new-file)
20328 (diff-parse-differences, diff-process-setup): Remove.
20329 (diff-sentinel): New fun.
20330 (diff): Use it. Run the process ourselves.
20331 Use diff-mode for the rest of the processing.
20332
20333 * diff.el (diff): Simplify code handling `switch'.
20334
20335 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20336
20337 * pcvs-defs.el (cvs-menu): Add `tag'.
20338
20339 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20340
20341 * simple.el (kill-append): Doc fix.
20342
20343 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20344 Adapt outline-regexp to the new conventions for commenting out code.
20345
20346 2004-02-11 John Paul Wallington <jpw@gnu.org>
20347
20348 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20349
20350 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20351
20352 * diff.el (diff-switches): New fun.
20353 (diff, diff-backup): Use it.
20354 (diff): Clean up the args construction. Use backquote.
20355 Use listp instead of consp to avoid putting a nil arg.
20356 (diff): Add a revert-buffer function.
20357
20358 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20359
20360 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20361 handled by x-dnd-handle-file-name.
20362 (x-dnd-known-types): Add COMPOUND_TEXT.
20363 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20364 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20365 x-dnd-empty-state.
20366 (x-dnd-forget-drop): Ditto.
20367 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20368 (x-dnd-handle-one-url): Return private when inserting text.
20369 (x-dnd-insert-ctext): New function.
20370 (x-dnd-handle-file-name): New function for FILE_NAME.
20371 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20372 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20373 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20374
20375 2004-02-10 Kenichi Handa <handa@m17n.org>
20376
20377 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20378 instead of while loop.
20379
20380 2004-02-10 Miles Bader <miles@gnu.org>
20381
20382 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20383
20384 2004-02-09 Kenichi Handa <handa@m17n.org>
20385
20386 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20387 have end-of-line.
20388
20389 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20390
20391 * Makefile.in: Added extra dependencies in the recompile target
20392 needed to cope with the compile time macro expansions in CC Mode.
20393
20394 2004-02-09 Kim F. Storm <storm@cua.dk>
20395
20396 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20397 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20398 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20399 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20400 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20401 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20402 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20403 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20404 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20405 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20406 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20407
20408 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20409
20410 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20411 Don't allow shrink if there's a window on our right.
20412
20413 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20414 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20415 Bring together declaration and initialization.
20416 (prolog-mode-variables): Don't set the syntax table.
20417 Don't set paragraph-start and comment-indent-function.
20418 Add /*..*/ to the comment regexps.
20419 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20420 (prolog-mode-map): Don't bind TAB.
20421 (prolog-mode): Set the syntax table.
20422 (prolog-comment-indent): Remove.
20423 (inferior-prolog-mode-map): Initialize in the declaration.
20424 (inferior-prolog-mode-syntax-table)
20425 (inferior-prolog-mode-abbrev-table): New vars.
20426 (inferior-prolog-mode): Derive from comint-mode.
20427 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20428 minibuffer windows.
20429
20430 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20431 in file names, as long as it is unambiguous.
20432
20433 2004-02-08 Andreas Schwab <schwab@suse.de>
20434
20435 * textmodes/reftex-toc.el
20436 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20437 format. Doc fix.
20438
20439 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20440 format string arguments.
20441
20442 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20443 string argument.
20444
20445 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20446
20447 * play/zone.el (zone-call): Fix format string.
20448
20449 * net/webjump.el (webjump-builtin): Add missing format string argument.
20450
20451 * midnight.el (midnight-delay-set): Remove extra format string argument.
20452
20453 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20454
20455 * hexl.el (hexl-insert-char): Add missing format string argument.
20456
20457 * format.el (format-decode): Fix format string.
20458
20459 * emulation/vi.el (vi-mode): Remove extra format string argument.
20460 (vi-repeat-last-search): Likewise.
20461 (vi-reverse-last-search): Likewise.
20462 (vi-goto-mark): Likewise.
20463 (vi-reverse-last-find-char): Likewise.
20464 (vi-repeat-last-find-char): Likewise.
20465 (vi-locate-def): Likewise.
20466
20467 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20468
20469 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20470 string argument.
20471 (ediff-toggle-regexp-match): Likewise.
20472
20473 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20474 format string argument.
20475
20476 * calc/calc-map.el (calc-get-operator): Remove extra format
20477 string argument.
20478
20479 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20480
20481 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20482 string argument.
20483
20484 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20485
20486 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20487
20488 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20489
20490 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20491 (cl-struct-setf-expander): Likewise.
20492
20493 * vc.el (with-vc-file): Fix unsafe uses of error.
20494 (vc-cancel-version): Likewise.
20495
20496 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20497
20498 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20499 thousands separator; fixes <class>:<line-number> regexp for
20500 non-english locales.
20501
20502 2004-02-08 Andreas Schwab <schwab@suse.de>
20503
20504 * view.el (view-mode-enable): Revert previous change.
20505
20506 2004-02-07 Kim F. Storm <storm@cua.dk>
20507
20508 * simple.el (line-number-at-pos): Rename from line-at-pos.
20509 Uses changed (what-line and vc-annotate-warp-version).
20510
20511 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20512
20513 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20514 (diff-mode): Remove aborted attempt at support for compile.el.
20515 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20516
20517 2004-02-06 Andreas Schwab <schwab@suse.de>
20518
20519 * view.el (view-mode-enable): Add view-mode-map to
20520 minor-mode-overriding-map-alist.
20521
20522 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20523
20524 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20525
20526 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20527
20528 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20529 with point inside rather than after the paragraph.
20530
20531 2004-02-04 Sam Steingold <sds@gnu.org>
20532
20533 * mail/smtpmail.el (smtpmail-try-auth-methods):
20534 Do not try authentication when no mechanism is available.
20535 Pass port-name as defaultport to `netrc-machine'.
20536
20537 2004-02-04 Stephen Eglen <stephen@gnu.org>
20538
20539 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20540 to show how minibuffer height can be constrained.
20541
20542 2004-02-04 John Paul Wallington <jpw@gnu.org>
20543
20544 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20545
20546 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20547
20548 * x-dnd.el: New file for drag and drop.
20549
20550 * term/x-win.el: require x-dnd, set after-make-frame-functions
20551 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20552 drag-n-drop event.
20553
20554 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20555 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20556 (dired-dnd-handle-file): New functions for drag and drop support.
20557 (dired-mode): Initialize drag and drop if x-dnd present.
20558
20559 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20560
20561 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20562 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20563 (cperl-mode): Set fill-paragraph-function.
20564 (cperl-fill-paragraph): Make it non-interactive.
20565
20566 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20567
20568 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20569
20570 2004-02-02 David Kastrup <dak@gnu.org>
20571
20572 * replace.el (perform-replace): Allow 'literal argument in
20573 regexp-flag to indicate literal replacement.
20574 (query-replace-regexp-eval): Use it.
20575
20576 2004-02-01 Andreas Schwab <schwab@suse.de>
20577
20578 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20579
20580 2004-02-01 Stephen Eglen <stephen@gnu.org>
20581
20582 * info-look.el: Add support for maxima-mode. Update commentary
20583 because info-lookup-symbol is now bound to C-h S.
20584
20585 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20586
20587 * simple.el (edit-and-eval-command): Bind print-level and
20588 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20589 Correct initial position in command-history.
20590
20591 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20592
20593 * files.el (read-directory-name): Adapt the docstring to recent
20594 change in Fread_file_name.
20595
20596 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20597
20598 * ses.el (ses-print-cell): If print format too wide for column
20599 width, truncate decimal places if that helps to avoid "#####" fill.
20600 * ses.el (ses-initial-column-width): Revert previous change.
20601
20602 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20603
20604 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20605 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20606 Add edebug info.
20607 (jit-lock-mode): Setup/cancel the new timer.
20608 (jit-lock-context-fontify): New fun. Extracted from
20609 context fontification code of jit-lock-stealth-fontify.
20610 (jit-lock-stealth-fontify): Don't do context fontification any more.
20611
20612 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20613 (jit-lock-fontify-now): Handle the `quit' case.
20614 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20615
20616 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20617
20618 * progmodes/executable.el (executable-command-find-posix-p):
20619 New. Check if find handles arguments Posix-style.
20620
20621 * progmodes/grep.el (grep-compute-defaults):
20622 Use executable-command-find-posix-p.
20623 (grep-find): Check `grep-find-command'.
20624
20625 * filecache.el (file-cache-find-posix-p): Delete.
20626 (file-cache-add-directory-using-find):
20627 Use `executable-command-find-posix-p'.
20628
20629 2004-01-29 Dave Love <fx@gnu.org>
20630
20631 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20632 Iterate the hook function if arg is given.
20633 (mark-defun, narrow-to-defun): Change order of finding the limits.
20634
20635 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20636 (byte-compile-format-warn): New.
20637 (byte-compile-callargs-warn): Use it.
20638 (Format, message, error): Add byte-compile-format-like property.
20639 (byte-compile-maybe-guarded): New.
20640 (byte-compile-if, byte-compile-cond): Use it.
20641 (byte-compile-lambda): Compile interactive forms,
20642 just to make warnings about them.
20643
20644 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20645
20646 * ses.el (ses-initial-column-width): Increase to 14, so it will
20647 work well with the default printer of "%.7g" for extreme values
20648 like "-1.234567e+07".
20649
20650 2004-01-29 Kenichi Handa <handa@m17n.org>
20651
20652 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20653
20654 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20655
20656 * dos-w32.el: Added support for the `default-printer-name' function.
20657
20658 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20659
20660 * server.el (server-socket-name): Don't use the hostname in the
20661 socket name since /tmp is local to the host anyway.
20662
20663 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20664 robust check of widening and fix var-naming.
20665
20666 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20667
20668 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20669 or rmail-spam- to rsf- in all function and variable names.
20670 (rsf-min-region-to-spam-list): New variable.
20671 (rsf-bbdb-auto-delete-spam-entries): Rename from
20672 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20673 scanned together with the recipients field for spam testing; Don't
20674 delete spam message if rmail-delete-after-output is non-nil;
20675 (rsf-check-field): New function, extracted from code in
20676 rmail-spam-filter to ease addition of header fields like
20677 content-type:;
20678 (message-content-type): New variable. The content-type: field was
20679 added also in defcustom of rsf-definitions-alist;
20680 (rmail-spam-filter): Replace repeated test code for header fields
20681 by calls to check-field; change the call to
20682 rmail-output-to-rmail-file such that rmail-current-message stays
20683 the same to avoid wrong deletion of unseen flags.
20684 (rmail-use-spam-filter): Add autoload cookie.
20685
20686 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20687
20688 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20689 (file-cache-add-directory-using-find): Add Cygwin support.
20690 (file-cache-find-command-posix-flag): New user variable.
20691
20692 * filecache.el (file-cache-add-directory): Check for
20693 directories an remove them from dir-files.
20694
20695 2004-01-27 Richard M. Stallman <rms@gnu.org>
20696
20697 * man.el (Man-fontify-manpage): Clean up message.
20698
20699 2004-01-27 Kenichi Handa <handa@m17n.org>
20700
20701 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20702 (sentence-end): Define using sentence-end-without-space.
20703
20704 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20705 a sentence ends with one of a character in sentence-end-without-space.
20706
20707 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20708
20709 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20710 (jit-lock): Group declaration moved to jit-lock.el.
20711 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20712 when necessary.
20713
20714 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20715 (jit-lock-context-unfontify-pos): Rename from
20716 jit-lock-first-unfontify-pos.
20717 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20718
20719 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20720
20721 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20722 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20723 (fortran-fill): When filling a string, adjust re-search-backward
20724 argument for special case of string just on fill-column.
20725 When filling non-string, allow one extra char if
20726 fortran-break-before-delimiters is non-nil.
20727 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20728 Use fortran-break-delimiters-re and fortran-no-break-re to
20729 correctly handle cases such as "**".
20730
20731 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20732 (f90-no-break-re): Add some extra tokens. Doc fix.
20733
20734 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20735
20736 * mail/rmail-spam-filter.el:
20737 Use two semicolons as Commentary line prefix.
20738 Add ";;; Code:" stylized comment.
20739 Delete end-of-line whitespace.
20740 Wrap (require 'cl) with `eval-when-compile'.
20741
20742 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20743
20744 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20745 at the top level of vc.el.
20746
20747 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20748
20749 * vc.el (vc-current-line): Function removed. This is now done by
20750 the new function line-at-pos in simple.el.
20751 (vc-annotate-warp-version): Use line-at-pos instead of
20752 vc-current-line.
20753
20754 2004-01-22 Kim F. Storm <storm@cua.dk>
20755
20756 * simple.el (line-at-pos): New defun.
20757 (what-line): Use it. Optimize by only counting lines in narrowed
20758 region once.
20759
20760 2004-01-22 Kenichi Handa <handa@m17n.org>
20761
20762 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20763 point (register r1) only for charset mule-unicode-0100-24ff.
20764
20765 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20766
20767 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20768 trailing white space and ensure a final newline.
20769
20770 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20771 Add autoload cookie.
20772
20773 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20774
20775 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20776 activate view-mode explicitly.
20777
20778 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20779
20780 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20781 menu-bar-enable-clipboard and make Paste use clipboard first.
20782
20783 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20784
20785 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20786 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20787 (vc-mcvs-cvs): Remove.
20788 (vc-mcvs-command): Remove use of assert.
20789
20790 * outline.el (outline-insert-heading): Tighten up match.
20791 (outline-demote, outline-move-subtree-down): Don't assume anything
20792 about outline-regexp.
20793
20794 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20795 (texinfo-show-structure): Explicitly add ^, and simplify.
20796
20797 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20798
20799 * calendar/appt.el (appt-check): Restore usage of
20800 appt-issue-message deleted in previous change.
20801 (top-level): Activate package when loaded (needed for backwards
20802 compatibility).
20803
20804 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20805
20806 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20807 following previous change to smtpmail-send-data.
20808
20809 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20810
20811 * vc.el (vc-default-previous-version): Doc enhancement.
20812 (vc-default-next-version): New function.
20813 (vc-print-log): New arg FOCUS-REV.
20814 (vc-annotate-mode): Derive from view-mode.
20815 (vc-annotate): New args REVISION, DISPLAY-MODE.
20816 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20817 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20818 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20819 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20820 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20821
20822 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20823
20824 2004-01-19 Karl Berry <karl@gnu.org>
20825
20826 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20827 or "TexInfo".
20828
20829 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20830
20831 * subr.el (delete-dups): New function.
20832
20833 2004-01-19 Karl Berry <karl@gnu.org>
20834
20835 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20836 with ^, since that's what texinfo-show-structure
20837 documentation says (plus it works much better in texinfo.txi).
20838
20839 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20840
20841 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20842
20843 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20844
20845 * progmodes/which-func.el (which-function-mode): Don't cancel
20846 which-func-update-timer if not set.
20847
20848 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20849
20850 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20851 Remove spurious left square bracket in XX:XXam regexp.
20852
20853 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20854
20855 * progmodes/cc-defs.el: Do not require cl at run time.
20856
20857 2004-01-16 Richard M. Stallman <rms@gnu.org>
20858
20859 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20860 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20861
20862 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20863 Call rmail-spam-filter. Delete and expunge spam.
20864 Print number of spam messages deleted.
20865 Save and restore the deletion status of old messages when reading
20866 new mail with spam filter, so that expunging spam does not expunge
20867 msgs deleted by the user.
20868 (rmail-only-expunge): Add an optional argument dont-show to
20869 prevent showing message after expunge.
20870
20871 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20872
20873 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20874 * subr.el (declare): New macro.
20875
20876 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20877
20878 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20879
20880 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20881
20882 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20883 Test window-system rather than system-type (for X11/Mac).
20884
20885 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20886
20887 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20888
20889 2004-01-12 Richard M. Stallman <rms@gnu.org>
20890
20891 * mail/rmail.el (rmail-convert-to-babyl-format):
20892 Use mail-unquote-printable-region.
20893 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20894 (rmail-hex-char-to-integer): Functions deleted.
20895
20896 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20897 (mail-unquote-printable-region): New arg NOERROR.
20898 For invalid encoding, either signal an error to just return nil.
20899
20900 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20901
20902 * calendar/appt.el: Update copyright and commentary.
20903 (appt-issue-message): Make obsolete.
20904 (appt-visible, appt-msg-window): Make obsolete, in favor of
20905 appt-display-format.
20906 (appt-display-mode-line, appt-display-duration)
20907 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20908 (appt-prev-comp-time, appt-display-count, appt-timer)
20909 (appt-convert-time): Doc change.
20910 (appt-disp-window-function, appt-delete-window-function):
20911 Use defcustom rather than defvar.
20912 (appt-display-format): New variable.
20913 (appt-display-message): New function with display code from appt-check.
20914 (appt-check): Add optional FORCE argument. Doc change.
20915 Add appt-make-list to diary-hook if displaying diary.
20916 Remove checking of view-diary-entries-initially.
20917 Message display section removed to new function appt-display-message.
20918 (appt-display-window): Doc change. Remove unused internal var
20919 this-buffer. Do not beep, since appt-display-message does that.
20920 (appt-make-list): Doc change. Use caar.
20921 (appt-sort-list): Simplify by using builtin sort function.
20922 (appt-update-list): New function for updating appts when diary is
20923 saved.
20924 (appt-activate): New autoloaded function to toggle package
20925 functionality.
20926
20927 * calendar/cal-x.el: (calendar-one-frame-setup)
20928 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20929
20930 * calendar/calendar.el: Update copyright.
20931 (view-diary-entries-initially, european-calendar-style): Doc change.
20932 (calendar-setup): Make defcustom rather than defvar.
20933 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20934 in let binding so local to function.
20935
20936 * calendar/diary-lib.el: Update copyright.
20937 (diary, diary-entry-time): Doc change.
20938 (list-diary-entries): Doc change. Trivial logic change.
20939 (fancy-diary-display): Restore make-face command mistakenly
20940 deleted 2003-05-08.
20941 (show-all-diary-entries): Allow to pop-up frame if needed.
20942
20943 2004-01-09 John Paul Wallington <jpw@gnu.org>
20944
20945 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20946 Temporarily select EVENT's window for changing eol type.
20947
20948 2004-01-09 Deepak Goel <deego@gnufans.org>
20949
20950 * calendar/diary-lib.el (diary-entry-time):
20951 Also accept time in the form XX[.XX][am/pm/AM/PM].
20952 (fancy-diary-font-lock-keywords): Likewise.
20953 (diary-font-lock-keywords): Likewise.
20954 * calendar/appt.el (appt-add): Likewise.
20955 (appt-make-list): Likewise.
20956 (appt-convert-time): Likewise.
20957
20958 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20959
20960 * gdb-ui.el (gdb-ann3): Revert previous change.
20961 (gdb-source-info): Allow for case of where compilation directory
20962 is not recorded.
20963
20964 2004-01-08 John Paul Wallington <jpw@gnu.org>
20965
20966 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20967
20968 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20969
20970 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20971
20972 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20973 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20974 problems.
20975 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20976
20977 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20978
20979 * files.el (write-file-functions, write-contents-functions):
20980 Clarify docstrings.
20981
20982 2004-01-07 Kenichi Handa <handa@m17n.org>
20983
20984 * international/mule.el (set-auto-coding): Fix for the case that
20985 end-of-line is only CR.
20986
20987 2004-01-07 Kim F. Storm <storm@cua.dk>
20988
20989 * subr.el (event-start, event-end): Doc fix.
20990 (posn-string, posn-image): New defuns.
20991 (posn-object): Return either image or string object.
20992 (posn-object-x-y): Return 8th element of position.
20993 (posn-object-width-height): New defun.
20994
20995 2004-01-06 Andreas Schwab <schwab@suse.de>
20996
20997 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20998 output.
20999
21000 2004-01-05 Karl Berry <karl@gnu.org>
21001
21002 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21003 / and *, too.
21004
21005 2003-12-31 Simon Josefsson <jas@extundo.com>
21006
21007 * files.el (before-save-hook): Add.
21008 (basic-save-buffer): Use before-save-hook.
21009
21010 * emacs-lisp/copyright.el: Fix comment to recommend
21011 before-save-hook instead of write-file-functions.
21012
21013 2004-01-05 Richard M. Stallman <rms@gnu.org>
21014
21015 * finder.el (finder-commentary): Call delete-other-windows.
21016
21017 * net/ange-ftp.el (ange-ftp-file-attributes):
21018 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21019
21020 2004-01-04 Karl Berry <karl@gnu.org>
21021
21022 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21023 comment characters % and # in the copyright year notice,
21024 as well as ;.
21025
21026 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21027
21028 * wid-edit.el (default): Define dummy :value-delete.
21029 Reported by Jesper Harder <harder@ifa.au.dk>.
21030
21031 2004-01-03 Richard M. Stallman <rms@gnu.org>
21032
21033 * progmodes/compile.el (compile-internal): Use point, not point-min,
21034 for set-window-point.
21035
21036 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21037
21038 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21039
21040 * progmodes/grep.el (grep-mode-map):
21041 Don't remap next-line, previous-line.
21042
21043 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21044
21045 * speedbar.el (speedbar-edit-line): Change regexp to position
21046 the cursor on the first character of this line's button.
21047
21048 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21049
21050 * subr.el (functionp): Doc fix.
21051
21052 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21053
21054 * progmodes/idlwave.el (idlwave-make-tags):
21055 * textmodes/flyspell.el (flyspell-large-region):.
21056 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21057 * emulation/viper-util.el (viper-glob-unix-files):
21058 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21059 * man.el (Man-init-defvars):
21060 * jka-compr.el (jka-compr-call-process):
21061 * files.el (get-free-disk-space,insert-directory):
21062 * ediff-ptch.el (ediff-test-patch-utility):
21063 * ediff-diff.el (ediff-test-utility):
21064 * dired-aux.el (dired-check-process):
21065 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21066 test the return value of call-process, because it can be a string.
21067
21068 2003-12-31 John Paul Wallington <jpw@gnu.org>
21069
21070 * bindings.el (completion-ignored-extensions): Add .pfsl.
21071
21072 2003-12-31 Kim F. Storm <storm@cua.dk>
21073
21074 * ido.el (ido-nonreadable-directory-p): New defun to check for
21075 nonreadable directory without activating tramp (to avoid problems
21076 with checking incomplete tramp paths).
21077 (ido-set-current-directory, ido-file-internal)
21078 (ido-file-name-all-completions1): Use it.
21079
21080 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21081
21082 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21083 documentation if the anchor (or node) name is preceded by `info
21084 anchor' or `Info anchor' in addition to earlier `info node' and
21085 `Info node'.
21086 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21087
21088 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21089
21090 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21091 error in arguments to base64-decode-region. Remove ^M characters
21092 after decoding base64.
21093
21094 2003-12-30 Simon Josefsson <jas@extundo.com>
21095
21096 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21097 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21098 have only been distributed with Emacs for some years.
21099 (texinfo-mode-hook): Customize.
21100
21101 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21102
21103 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21104 cleaner (suggested by Richard Stallman).
21105
21106 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21107 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21108 file-name clashes on 8+3 DOS filesystems.
21109
21110 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21111 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21112 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21113 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21114 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21115 file-name clashes on 8+3 filesystems.
21116
21117 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21118 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21119 file-name clashes on 8+3 DOS filesystems.
21120
21121 2003-12-29 Richard M. Stallman <rms@gnu.org>
21122
21123 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21124 Upcase the character.
21125
21126 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21127 Search for header separator alone on a line, literally,
21128 and search for it backward, not forward.
21129 (flyspell-abbrev-table): Always use global-abbrev-table
21130 if there is no local one.
21131
21132 * progmodes/sh-script.el (sh-get-indent-info):
21133 Don't move point back if at bob.
21134
21135 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21136
21137 * play/handwrite.el (handwrite): Make the handwrite credit message
21138 a comment rather than an output command.
21139
21140 * obsolete/sc.el: Display message that this file is obsolete.
21141
21142 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21143
21144 * mail/rfc822.el (rfc822-address-start): Declare variable.
21145 Renamed from address-start. All uses changed.
21146
21147 * term.el (term-exec): Set up sentinel.
21148 (term-sentinel): New function.
21149 (term-handle-exit): New function.
21150
21151 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21152 Use assoc-string, and mark them obsolete.
21153 (delay-mode-hooks): Mark as permanent local.
21154
21155 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21156
21157 * register.el (copy-rectangle-to-register): Doc fix.
21158
21159 * info.el (Info-insert-dir): Use assoc-string.
21160
21161 * info-look.el (info-lookup): Use assoc-string.
21162
21163 * frame.el (pop-up-frame-function): Use quote, not `function'.
21164 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21165 copying with lists as coordinate values.
21166
21167 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21168
21169 * find-dired.el (kill-find): New command.
21170 (find-dired): Make buffer read-only.
21171 Set up a keymap with C-c C-k running kill-find.
21172 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21173
21174 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21175
21176 * filecache.el (file-cache-ignore-case): New variable.
21177 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21178
21179 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21180 (comint-dynamic-complete-as-filename): Rename local vars.
21181 (comint-dynamic-list-filename-completions): Likewise.
21182
21183 * comint.el (comint-dynamic-list-completions-config): New var.
21184 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21185
21186 * comint.el (comint-file-name-chars): Add [].
21187 (comint-word): Use skip-chars-backward, not search.
21188
21189 * shell.el (shell-file-name-chars): Add [].
21190
21191 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21192
21193 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21194
21195 * generic.el (define-generic-mode): Doc fix.
21196
21197 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21198
21199 * files.el (kill-some-buffers): Doc fix.
21200
21201 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21202
21203 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21204 arg to send-invisible
21205 (send-invisible): Doc fix. The argument is now a prompt, not the
21206 string to send.
21207 (comint-read-noecho): Doc fix.
21208
21209 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21210
21211 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21212 "@", as required by some ISP hosting service. Fix defcustom
21213 argument syntax errors that prevented use of customization.
21214
21215 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21216
21217 * xml.el (xml-get-attribute-or-nil): Doc fix.
21218
21219 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21220
21221 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21222 write-file-hooks.
21223
21224 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21225
21226 * autorevert.el (auto-revert-interval): Doc fix.
21227
21228 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21229
21230 * xml.el (xml-get-attribute-or-nil): New function, like
21231 xml-get-attribute, but returns nil if the attribute was not found.
21232 (xml-get-attribute): Convert to defsubst, uses
21233 xml-get-attribute-or-nil.
21234
21235 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21236
21237 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21238
21239 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21240
21241 * custom.el (custom-declare-theme): Use `value' when putting
21242 properties on `theme'.
21243
21244 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21245
21246 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21247 for each yank-handler segment.
21248 (insert-for-yank-1): New function, with the body of the previous
21249 insert-for-yank.
21250
21251 * textmodes/table.el (table-yank-handler): New defcustom.
21252 (table--put-cell-indicator-property): Put yank-handler property
21253 that indicates the yank handler for the table cell.
21254
21255 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21256
21257 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21258 set of keywords.
21259
21260 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21261
21262 * international/mule-cmds.el (reset-language-environment)
21263 (set-language-environment): Don't invoke fontset-related functions
21264 if fontset-list is not fboundp.
21265
21266 2003-12-29 Kenichi Handa <handa@m17n.org>
21267
21268 * international/mule-cmds.el (reset-language-environment):
21269 Call set-overriding-fontspec-internal with nil.
21270 (set-language-environment): Call set-overriding-fontspec-internal
21271 if the language environment specify `overriding-fontspec'.
21272 (language-info-alist): Doc added.
21273
21274 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21275 characters of mule-unicode-0100-24ff.
21276 (ccl-encode-windows-1251-font): New CCL program.
21277 ("Bulgarian"): Specify overriding-fontspec.
21278 ("Belarusian"): Likewise.
21279
21280 2003-12-28 Sam Steingold <sds@gnu.org>
21281
21282 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21283 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21284
21285 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21286
21287 * progmodes/gud.el (gud-gdb-command-name): Set default to
21288 "gdb --annotate=3".
21289 (gud-gdb-marker-filter): Look out for annotations.
21290 (gdb-first-pre-prompt): New variable.
21291 Remove trailing white space.
21292
21293 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21294 if necessary.
21295 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21296 annotations are detected.
21297 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21298 instead of a local one to allow transition from
21299 gud-gdb-marker-filter.
21300 Remove trailing white space.
21301
21302 2003-12-27 Kim F. Storm <storm@cua.dk>
21303
21304 * ido.el: Handle non-readable directories.
21305 (ido-decorations): Add 9th element for non-readable directory.
21306 (ido-directory-nonreadable): New dynamic var.
21307 (ido-set-current-directory): Set it.
21308 (ido-read-buffer, ido-file-internal):
21309 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21310 (ido-file-name-all-completions1): Return empty list for
21311 non-readable directory.
21312 (ido-exhibit): Print [Not readable] if directory is not readable.
21313 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21314 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21315 Use it.
21316
21317 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21318
21319 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21320 calls to directory-files-and-attributes and file-attributes.
21321 (ls-lisp-format): Remove system dependent handling of user and
21322 group id's.
21323
21324 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21325
21326 * ffap.el (ffap-read-file-or-url): Revert previous change.
21327
21328 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21329
21330 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21331 new list of included files called `files-with-node-lines', that
21332 only have node lines. This way @include commands can include any
21333 file, such as version and update files without node lines, not
21334 just files that are chapters.
21335
21336 2003-12-25 Andreas Schwab <schwab@suse.de>
21337
21338 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21339 file not found.
21340
21341 2003-12-08 Miles Bader <miles@gnu.org>
21342
21343 * dired.el (dired-between-files): Always use dired-move-to-filename,
21344 which is more robust in non-english locales.
21345
21346 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21347
21348 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21349
21350 2003-12-24 Andreas Schwab <schwab@suse.de>
21351
21352 * shell.el (shell-file-name-quote-list): Add backslash.
21353
21354 * comint.el (comint-quote-filename): Correctly handle backslash
21355 in comint-file-name-quote-list.
21356
21357 2003-12-24 Kenichi Handa <handa@m17n.org>
21358
21359 * international/mule-cmds.el (set-default-coding-systems):
21360 Call ucs-set-table-for-input for all buffers that don't have local
21361 value of buffer-file-coding-system.
21362
21363 * international/ucs-tables.el (ucs-set-table-for-input):
21364 If translation-table-for-encode is a symbol, get its
21365 translation-table property.
21366
21367 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21368
21369 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21370 to `completing-read' on a recently fixed bug.
21371
21372 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21373 instead of SPACE, to get the list of possible fringe modes.
21374 SPACE only works if both `partial-completion-mode' and
21375 `completion-auto-help' are nil.
21376
21377 * complete.el (PC-is-complete-p): Delete.
21378 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21379 calls to `test-completion'.
21380
21381 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21382
21383 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21384 to edit values when there are no children.
21385
21386 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21387 a mode called "Assembler" already exists.
21388 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21389 (gud-watch): Use format option. Remove font properties from string.
21390 (gdb-var-create-handler, gdb-var-list-children-handler):
21391 Don't bother about properties as there are none.
21392 (gdb-var-create-handler, gdb-var-list-children-handler)
21393 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21394 with two arguments.
21395 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21396 Let speedbar show value changes with a different font.
21397 (gdb-edit-value): New defun.
21398 (gdb-clear-partial-output, gdb-clear-inferior-io)
21399 (def-gdb-auto-update-handler): Use erase-buffer.
21400 (gdb-frame-handler): Display watch expressions in
21401 FUNCTION::VARIABLE format if required.
21402
21403 2003-12-23 John Paul Wallington <jpw@gnu.org>
21404
21405 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21406 (Info-goto-emacs-command-node): Doc fixes.
21407
21408 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21409
21410 * cus-edit.el (custom-add-parent-links): Define "many".
21411
21412 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21413
21414 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21415 (widget-child-validate, widget-type-value-create)
21416 (widget-type-default-get, widget-type-match): New functions.
21417 (lazy): New widget.
21418 (menu-choice, checklist, radio-button-choice, editable-list)
21419 (group, documentation-string): Remove redundant (per 2003-10-25
21420 change) calls to `widget-children-value-delete'.
21421 (widget-choice-value-get, widget-choice-value-inline): Remove.
21422 (menu-choice): Update widget.
21423
21424 2003-12-03 Kenichi Handa <handa@m17n.org>
21425
21426 * language/cyrillic.el: Register "microsoft-cp1251" in
21427 ctext-non-standard-encodings-alist.
21428 ("Bulgarian"): Add ctext-non-standard-encodings.
21429 ("Belarusian"): Likewise.
21430
21431 * international/mule-conf.el (compound-text-with-extensions):
21432 Change the type to 2 (iso-2022 base).
21433
21434 * international/mule.el (ctext-non-standard-encodings-alist):
21435 Change the format.
21436 (ctext-non-standard-encodings): New variable.
21437 (ctext-post-read-conversion): Fully re-written.
21438 (ctext-non-standard-designations-alist): Delete it.
21439 (ctext-non-standard-encodings-table): New function.
21440 (ctext-pre-write-conversion): Fully re-written.
21441
21442 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21443
21444 * cus-edit.el (custom-add-parent-links): Add documentation links
21445 for parent, if the item has none of its own.
21446
21447 2003-11-30 Richard M. Stallman <rms@gnu.org>
21448
21449 * dired-aux.el (dired-do-query-replace-regexp):
21450 Report files visited read-only.
21451
21452 2003-11-30 Juri Linkov <juri@jurta.org>
21453
21454 * dired-aux.el (dired-compare-directories): New command.
21455 (dired-file-set-difference, dired-files-attributes): New functions.
21456
21457 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21458 Version 2.0.38 of Tramp released.
21459
21460 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21461 Charles Curley <charlescurley@charlescurley.com>.
21462 (tramp-multi-connection-function-alist): Add ssht entry which adds
21463 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21464 Aichner.
21465 (tramp-get-method-parameter): New function to retrieve a method
21466 parameter. This allows for omission of method parameters.
21467 Callers adjusted.
21468
21469 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21470
21471 * net/tramp.el: Add new optional parameter ID-FORMAT to
21472 `file-attributes'. Calls of `file-attributes' won't use this
21473 parameter for backward compatibility reasons.
21474 (tramp-perl-file-attributes): Add a new parameter to Perl script
21475 in order to handle uid/gid as strings, if desired.
21476 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21477 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21478 order to make the function more general.
21479 (tramp-handle-file-attributes): Replace proprietary optional
21480 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21481 (tramp-handle-file-attributes-with-perl): Handle parameter
21482 NONNUMERIC if set. This wasn't done in the past.
21483 (tramp-post-connection): Apply second parameter "$2" if
21484 `tramp-remote-perl' is called.
21485
21486 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21487 Correct cut'n'waste error (`filename' instead of `directory').
21488 (tramp-smb-handle-directory-files-and-attributes)
21489 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21490 introduced parameter ID-FORMAT.
21491 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21492 error (`directory' instead of `ldir').
21493
21494 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21495 `file-attributes' has a second parameter. If yes, apply it with
21496 value "'integer". Otherwise, don't use that parameter (default is
21497 integer format).
21498
21499 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21500
21501 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21502 (help-for-help): Add `C-h .' to the listed Help options.
21503 Remove trailing whitespace.
21504
21505 * help-at-pt.el: New file.
21506
21507 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21508
21509 * subr.el (noreturn, 1value): New macros for test coverage.
21510 See `testcover.el'.
21511
21512 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21513
21514 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21515 for macro `1value'.
21516 (testcover-1value): New function. Checks that a 1value form
21517 actually returns only one value. Requested by RMS.
21518
21519 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21520
21521 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21522 (gdb-var-list-children, gdb-var-list-children-handler)
21523 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21524 gdb commands that use mi to keep them out of the command history.
21525
21526 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21527
21528 * cus-start.el (all): Add use-file-dialog.
21529
21530 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21531
21532 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21533
21534 2003-11-27 Kim F. Storm <storm@cua.dk>
21535
21536 * subr.el (posn-object-x-y): New defun.
21537
21538 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21539
21540 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21541 Don't use `space' for \\\n.
21542 Be more selective as to which # are comment-starters.
21543
21544 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21545
21546 * subr.el (number-sequence): Improve handling of floating point
21547 arguments (suggested by Kim Storm). Allow negative arguments.
21548
21549 2003-11-26 Kenichi Handa <handa@m17n.org>
21550
21551 * international/mule-cmds.el (standard-display-european-internal):
21552 Cancel the standard-display-table setting for ` and '.
21553
21554 2003-11-26 Kim F. Storm <storm@cua.dk>
21555
21556 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21557 New defcustoms to add ffap-like functionality to ido.
21558 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21559 (ido-no-final-slash): New defun.
21560 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21561 (ido-read-file-name): ): Toggle VC checking via
21562 vc-handled-backends instead of vc-master-templates.
21563 (ido-file-internal): Handle ido-use-url-at-point and
21564 ido-use-filename-at-point via code borrowed from ffap-guesser.
21565 Handle new ido-exit code ffap.
21566 (ido-sort-list): Ignore final slash when sorting file names.
21567
21568 2003-11-25 Kim F. Storm <storm@cua.dk>
21569
21570 * emulation/cua-base.el (cua--standard-movement-commands):
21571 Add forward-sentence and backward-sentence.
21572
21573 2003-11-25 Stephen Eglen <stephen@gnu.org>
21574
21575 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21576 iswitchb-exit is set to 'usefirst when user selects buffer at head
21577 of list using RET. (Selecting buffers at the head of the list was
21578 broken if the substring was also a complete buffername.)
21579
21580 2003-11-23 Kim F. Storm <storm@cua.dk>
21581
21582 * progmodes/compile.el (grep-command, grep-use-null-device)
21583 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21584 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21585 (grep-regexp-alist, grep-program, find-program)
21586 (grep-find-use-xargs, grep-history, grep-find-history)
21587 (grep-process-setup, grep-compute-defaults)
21588 (grep-default-command, grep, grep-tag-default, grep-find)
21589 (grep-expand-command-macros, grep-tree-last-regexp)
21590 (grep-tree-last-files, grep-tree): Move grep variables, functions
21591 and commands to new file grep.el.
21592 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21593 (compilation-process-setup-function): Doc fix.
21594 (compilation-highlight-regexp, compilation-highlight-overlay): New
21595 defvars used for highlighting current compile error in source buffer.
21596 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21597 LOCAL-MAP which overrides compilation-highlight-regexp and
21598 compilation-mode-map for this compilation.
21599 Delay calling compilation-set-window-height until after running
21600 compilation-process-setup-function so it can buffer-local override
21601 compilation-window-height.
21602 Check buffer-local value of compilation-scroll-output.
21603 (compilation-set-window-height): Use buffer-local value of
21604 compilation-window-height.
21605 (compilation-revert-buffer): Don't pass (undefined)
21606 preserve-modes arg to revert-buffer.
21607 (next-error-no-select, previous-error-no-select): New commands.
21608 (compilation-goto-locus): Temporarily highlight current match in
21609 source buffer using compilation-highlight-regexp.
21610
21611 * progmodes/grep.el: New file with grep code from compile.el.
21612 (grep): New defcustom group.
21613 (grep-window-height): New defcustom, like compilation-window-height.
21614 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21615 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21616 (grep-command, grep-use-null-device, grep-find-command)
21617 (grep-tree-files-aliases, grep-tree-ignore-case)
21618 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21619 (grep-setup-hook): New hook variable.
21620 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21621 (grep-last-buffer): New defvar, override compilation-last-buffer.
21622 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21623 Call compile-internal with args highlight-regexp and grep-mode-map.
21624
21625 2003-11-23 Kim F. Storm <storm@cua.dk>
21626
21627 * subr.el (event-start, event-end): Doc fix.
21628 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21629 (posn-area, posn-actual-col-row, posn-object): New defuns.
21630 (posn-col-row): Simplify doc. Rewrite to use cond.
21631 (posn-point): Also return buffer position for events outside text
21632 area (that info is now present in the event position).
21633
21634 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21635 mouse-set-point so that hscroll still works now that clicks on
21636 fringes generate specific mouse events.
21637 (mouse-set-point): Note that it now works in fringes and margins
21638 too due to new semantics of posn-point in fringes and margins.
21639
21640 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21641 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21642
21643 2003-11-20 Kim F. Storm <storm@cua.dk>
21644
21645 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21646 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21647 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21648 to 100 for icons to avoid increasing line height when shown.
21649
21650 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21651
21652 * newcomment.el (comment-normalize-vars): Initialize properly if
21653 comment-start was nil.
21654
21655 2003-11-19 Andreas Schwab <schwab@suse.de>
21656
21657 * simple.el (set-variable): Fix indentation.
21658
21659 2003-11-17 Kenichi Handa <handa@m17n.org>
21660
21661 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21662 Fix docstring.
21663
21664 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21665
21666 * international/latin1-disp.el (latin1-display): Fix docstring.
21667
21668 2003-11-16 John Wiegley <johnw@newartisans.com>
21669
21670 * eshell/em-ls.el (eshell-ls-file): There are times with
21671 size-width is nil and uncomputed (when directories are created in
21672 dired, for example); in this case, 4 is reasonable default value,
21673 although it may caused skewed new entries (which could be avoided
21674 by returning the original value of 8 in all cases, but 99% of the
21675 time this is a waste of whitespace).
21676
21677 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21678
21679 * cc-engine.el (c-guess-continued-construct)
21680 (c-guess-basic-syntax): Check a little more carefully if it's a
21681 function declaration when an unknown construct followed by a block
21682 is found inside a statement context. This avoids macros followed
21683 by blocks to be taken as function declarations.
21684
21685 (c-guess-continued-construct): Change the analysis of a statement
21686 continuation with a brace open to `substatement-block', for
21687 consistency with recognized statements.
21688
21689 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21690 start is in a position so that `c-beginning-of-statement-1' jumped
21691 to the beginning of the same statement.
21692
21693 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21694 Don't accept binary operators in the arglist if we're in a function
21695 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21696 template recognition in cases like "if (a < b || c > d)".
21697
21698 (c-restricted-<>-arglists): New more appropriate name for
21699 `c-disallow-comma-in-<>-arglists'.
21700
21701 Accessing functions updated for the variable name change.
21702
21703 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21704 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21705
21706 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21707 labels.
21708
21709 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21710 instead of duplicating parts of it. This fixes bogus label
21711 recognition.
21712
21713 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21714 of checking the context in which to apply the minimum indentation,
21715 so that it isn't enforced in e.g. namespace blocks.
21716
21717 * cc-vars.el (c-inside-block-syms): New constant used by
21718 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21719 to somewhat reduce the risk of becoming stale.
21720
21721 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21722 cc-cmds to cc-engine to allow use from cc-align.
21723
21724 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21725 qualified identifiers containing "::".
21726
21727 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21728 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21729
21730 * cc-vars.el (c-emacs-features): Use a space in front of the name
21731 of the temporary buffer. That also avoids dumping problems in
21732 XEmacs due to undo info being left around after the buffer is killed.
21733
21734 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21735 arglist to see if it's a K&R style declaration.
21736
21737 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21738 before returning `knr-argdecl-intro'.
21739
21740 2003-11-16 John Wiegley <johnw@newartisans.com>
21741
21742 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21743 field in a long-listing always 8 characters, use `size-width',
21744 which has already been computed.
21745
21746 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21747
21748 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21749
21750 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21751
21752 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21753 Support operation while narrowed, with `diff-restrict-view'.
21754
21755 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21756
21757 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21758 Take additional optional arg NARROWFUN. For the generated functions:
21759 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21760 include frags that arrange to check for and save narrowing state before
21761 the move and then conditionally call NARROWFUN after the move.
21762
21763 2003-11-14 John Wiegley <johnw@newartisans.com>
21764
21765 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21766 that was optional, but obviously missing based on surrounding code.
21767
21768 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21769 string arguments to numbers unless the whole argument was seen as
21770 a number.
21771
21772 2003-11-14 Kenichi Handa <handa@m17n.org>
21773
21774 * international/mule.el (ctext-non-standard-encodings-alist):
21775 Fix coding systems.
21776
21777 2003-11-10 Kenichi Handa <handa@m17n.org>
21778
21779 * language/kannada.el ("Kannada"): Add sample-text.
21780
21781 * language/knd-util.el (kannada-compose-region)
21782 (kannada-compose-string, kannada-post-read-conversion):
21783 Add autoload cookie.
21784
21785 * international/quail.el (quail-completion): Change the message
21786 "corresponding translations" to "corresponding characters".
21787
21788 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21789
21790 * descr-text.el (describe-char): Fix typo.
21791
21792 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21793
21794 These changes are to support Kannada language/script.
21795
21796 * Makefile.in (DONTCOMPILE): Add kannada.el.
21797
21798 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21799
21800 * loadup.el: Preload kannada.el.
21801
21802 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21803 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21804 New variables.
21805
21806 * language/kannada.el: New file.
21807
21808 * language/knd-util.el: New file.
21809
21810 2003-11-07 Andreas Schwab <schwab@suse.de>
21811
21812 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21813 Also highlight AH_*.
21814
21815 * xml.el (xml-parse-dtd): Fix misplaced paren.
21816
21817 2003-11-07 Kenichi Handa <handa@m17n.org>
21818
21819 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21820
21821 2003-11-05 Juri Linkov <juri@jurta.org>
21822
21823 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21824 (desktop-buffer-file): Use saved buffer-file-coding-system
21825 for file reading. Set auto-insert to nil to prevent automatic
21826 insertion into restored empty files.
21827
21828 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21829
21830 * files.el (risky-local-variable-p): Make second argument optional.
21831
21832 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21833
21834 * subr.el (add-hook): Fix last change.
21835
21836 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21837
21838 * mail/rmail.el (rmail-convert-to-babyl-format):
21839 If base64-decode-region signals an error, catch it and silently
21840 ignore it.
21841
21842 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21843
21844 * xml.el (xml-parse-region): Allow comments to appear after the
21845 topmost element has closed.
21846 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21847 (xml-ns-expand-attr): New functions to do namespace handling.
21848 (xml-intern-attrlist): Back-compatible handling of attribute names.
21849 (xml-parse-tag): Move namespace handling to separate functions.
21850 Now produces elements in the form ((:ns . "element") (attr-list)
21851 children) instead of ('ns:element (attr-list) children).
21852 (xml-parse-attlist): Fix attribute parsing.
21853 (xml-parse-dtd): Change parsing so that it produces strings
21854 instead of interned symbols.
21855
21856 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21857
21858 * dired.el (dired-ls-sorting-switches): Doc fix.
21859
21860 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21861
21862 * emacs-lisp/rx.el (rx-or): Fix the case of
21863 "(rx (and ?a (or ?b ?c) ?d))".
21864
21865 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21866
21867 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21868 (texinfo-format-region): Use it.
21869 (texinfo-format-buffer-1): Ditto.
21870
21871 2003-11-01 Alan Mackenzie <acm@muc.de>
21872
21873 Changes to allow scrolling whilst in isearch mode:
21874 * isearch.el (isearch-unread-key-sequence): New function,
21875 extracted from isearch-other-meta-char.
21876 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21877 "scrollable" standard functions.
21878 (isearch-allow-scroll): New customizable variable.
21879 (isearch-string-out-of-window, isearch-back-into-window)
21880 (isearch-reread-key-sequence-naturally)
21881 (isearch-lookup-scroll-key): New functions.
21882 (isearch-other-meta-char): Doc string and functionality enhanced.
21883 Now accepts a prefix argument.
21884 (isearch-lazy-highlight-window-end): New variable.
21885 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21886 end (thru isearch-lazy-highlight-window-end), not only its start.
21887
21888 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21889 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21890 (universal-argument, universal-argument-more, negative-argument)
21891 (digit-argument, universal-argument-other-key): Minor changes.
21892
21893 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21894
21895 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21896 recursively if the last message is deleted, thus avoiding an
21897 infinite loop.
21898
21899 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21900
21901 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21902 (tex-main-file): Don't add .tex if the extension is already present.
21903 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21904
21905 2003-10-29 Lute Kamstra <lute@gnu.org>
21906
21907 * progmodes/octave-inf.el (inferior-octave-prompt):
21908 Recognize version number in prompt.
21909
21910 2003-10-28 Dave Love <fx@gnu.org>
21911
21912 * international/characters.el: Fix some Unicode ranges.
21913
21914 2003-10-28 Kenichi Handa <handa@m17n.org>
21915
21916 * disp-table.el (standard-display-8bit)
21917 (standard-display-default, standard-display-ascii)
21918 (standard-display-g1, standard-display-graphic)
21919 (standard-display-underline): Assure that standard-display-table
21920 is a display table.
21921
21922 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21923
21924 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21925 reindenting the first line.
21926
21927 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21928
21929 * wid-edit.el (widget-default-delete): Always delete child widgets.
21930
21931 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21932
21933 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21934 if the line has code.
21935 Don't try to line up with something that's too far left.
21936
21937 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21938 (octave-mode-syntax-table): Add % as a comment starter.
21939 (octave-point): Remove.
21940 (octave-in-comment-p, octave-in-string-p)
21941 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21942 (octave-blink-matching-block-open, octave-auto-fill):
21943 Use line-(beginning|end)-position instead.
21944
21945 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21946
21947 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21948 for Francesco Potort\e,Al\e(B.
21949
21950 2003-10-23 Dave Love <fx@gnu.org>
21951
21952 * international/mule-cmds.el (locale-charset-to-coding-system):
21953 Don't rely on nil being a coding system.
21954
21955 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21956 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21957 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21958
21959 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21960
21961 * gdb-ui.el (gdb-current-language): New variable.
21962 (gdb-update-flag): Remove variable.
21963 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21964 (gdb-take-last-elt): Remove function.
21965 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21966 (gdb-post-prompt): Check for variable object changes here.
21967
21968 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21969 object changes in gdb-ui.el.
21970
21971 2003-10-21 Richard M. Stallman <rms@gnu.org>
21972
21973 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21974
21975 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21976 Don't check for foo*/ wildcard form here.
21977 (insert-directory): Recognize foo*/ as a wildcard.
21978 Separate wildcard-regexp variable from the arg, wildcard.
21979
21980 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21981 (remove-hook): Correctly handle strange cases about local hooks.
21982
21983 2003-10-21 David Ponce <david@dponce.com>
21984
21985 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21986 argument REAL, to return a real number instead of a rounded
21987 integer value. Define as inline function.
21988 (ruler-mode-right-fringe-cols): Likewise.
21989 (ruler-mode-scroll-bar-cols): New function.
21990 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21991 (ruler-mode-right-scroll-bar-cols): Likewise.
21992 (ruler-mode-space): New function.
21993 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21994 scroll bar mode and margins in a more robust way.
21995
21996 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21997
21998 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21999 (antlr-c-init-language-vars): New function.
22000 (antlr-mode): Use it with cc-mode before v5.29.
22001 (antlr-c-common-init): Don't set some local vars here.
22002 (antlr-mode): Set them here.
22003 (antlr-c-forward-sws): New function alias.
22004 (antlr-mode): Redefine with cc-mode before v5.30.
22005 (antlr-skip-sexps): Use it.
22006 (antlr-skip-exception-part): Ditto.
22007 (antlr-skip-file-prelude): Ditto.
22008 (antlr-outside-rule-p): Ditto.
22009 (antlr-end-of-body): Ditto.
22010 (antlr-option-kind): Ditto.
22011 (antlr-insert-option-area): Ditto.
22012 (antlr-file-dependencies): Ditto.
22013
22014 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22015
22016 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22017 Move backward only if point was not inside an entry.
22018
22019 2003-10-21 Richard M. Stallman <rms@gnu.org>
22020
22021 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22022
22023 2003-10-21 Juri Linkov <juri@jurta.org>
22024
22025 * compare-w.el: Automatically skip non-matching text to resync.
22026 (compare-windows-whitespace): Doc fix.
22027 (compare-windows-sync, compare-windows-sync-string-size)
22028 (compare-windows-recenter, compare-ignore-whitespace)
22029 (compare-windows-highlight, compare-windows-face): New variables.
22030 (compare-windows): Use compare-windows-sync.
22031 (compare-windows-highlight, compare-windows-dehighlight)
22032 (compare-windows-sync-regexp)
22033 (compare-windows-sync-default-function): New functions.
22034
22035 2003-10-21 Juri Linkov <juri@jurta.org>
22036
22037 * diff.el (diff-parse-differences): Don't visit the files now;
22038 instead, just record the error locus.
22039
22040 2003-10-21 Dave Love <fx@gnu.org>
22041
22042 * progmodes/cfengine.el: New file.
22043
22044 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22045
22046 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22047 default-directory when completing file names.
22048
22049 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22050
22051 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22052 followed by the word `face', it gets treated as a face, even if
22053 it is also defined as a variable or a function.
22054
22055 2003-10-20 Dave Love <fx@gnu.org>
22056
22057 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22058 Avoid incf in macro expansion.
22059
22060 2003-10-20 John Paul Wallington <jpw@gnu.org>
22061
22062 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22063 `evenp' so we don't implicitly require cl library at runtime.
22064
22065 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22066
22067 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22068 (help-make-xrefs): Only make cross-references for faces if
22069 preceded or followed by the word `face'. Do not make a
22070 cross-reference for variables without variable documentation,
22071 unless preceded by the word `variable' or `option'. Update doc
22072 string accordingly.
22073
22074 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22075
22076 * progmodes/hideshow.el: Rewrite one-armed `if'
22077 constructs using either `when' or `unless'.
22078 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22079
22080 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22081
22082 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22083 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22084 instead of 12x12.
22085
22086 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22087
22088 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22089 message while converting to Babyl.
22090
22091 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22092
22093 * allout.el (allout-mode): Doc fix.
22094
22095 2003-10-16 Lute Kamstra <lute@gnu.org>
22096
22097 * subr.el (force-mode-line-update): Fix docstring.
22098
22099 2003-10-14 Dave Love <fx@gnu.org>
22100
22101 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22102 (default-input-method): Add :link, improve :type.
22103 (locale-charset-language-names): Fix utf-8 pattern.
22104 (locale-charset-match-p, locale-charset-alist)
22105 (locale-charset-to-coding-system): New.
22106 (set-locale-environment): Deal with codeset part of locale specs.
22107
22108 2003-10-14 Lute Kamstra <lute@gnu.org>
22109
22110 * fringe.el (fringe-mode): Use active voice in docstring.
22111 (set-fringe-style): Ditto.
22112
22113 2003-10-13 Lute Kamstra <lute@gnu.org>
22114
22115 * fringe.el (fringe-mode): Fix docstring.
22116 (set-fringe-style): Ditto.
22117
22118 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22119
22120 * ediff-mult.el (ediff-filegroup-action):
22121 Use ediff-default-filtering-regexp.
22122
22123 * ediff-util.el (ediff-recenter): Don't call
22124 ediff-restore-highlighting twice.
22125 (ediff-select-difference): Set current difference.
22126 (ediff-unselect-and-select-difference): Add comment.
22127
22128 * ediff.el (ediff-directories,ediff-directory-revisions)
22129 (ediff-directories3,ediff-merge-directories)
22130 (ediff-merge-directories-with-ancestor)
22131 (ediff-merge-directory-revisions)
22132 (ediff-merge-directory-revisions-with-ancestor):
22133 Use ediff-default-filtering-regexp.
22134
22135 2003-10-12 Andreas Schwab <schwab@suse.de>
22136
22137 * international/mule-cmds.el (locale-charset-language-names):
22138 Simplify regex by removing unused grouping.
22139
22140 2003-10-10 Dave Love <fx@gnu.org>
22141
22142 * bindings.el: Don't bind stop.
22143
22144 2003-10-08 Miles Bader <miles@gnu.org>
22145
22146 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22147 face instead of attempting to emulate it.
22148
22149 2003-10-07 Kenichi Handa <handa@m17n.org>
22150
22151 * international/mule-diag.el (list-coding-systems-1): List coding
22152 systems that are loaded automatically.
22153
22154 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22155
22156 * international/mule.el (autoload-coding-system): New function.
22157
22158 2003-10-07 Andreas Schwab <schwab@suse.de>
22159
22160 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22161 change-log-default-name in the buffer visiting the file.
22162
22163 2003-10-06 Dave Love <fx@gnu.org>
22164
22165 * files.el (find-file-hook): Customize.
22166 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22167
22168 * bindings.el (completion-ignored-extensions): Remove .log.
22169 (global-map): Add again, open, stop keys.
22170
22171 2003-10-05 Richard M. Stallman <rms@gnu.org>
22172
22173 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22174 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22175 Use sh-modify directly.
22176 (sh-select): Use sh-append, not eval.
22177
22178 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22179
22180 * info.el (Info-following-node-name): New function.
22181
22182 * loadhist.el (unload-feature-special-hooks):
22183 Rename from loadhist-hook-functions.
22184 (loadhist-hook-functions): Now an alias.
22185
22186 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22187
22188 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22189 file-name clashes on 8+3 filesystems.
22190
22191 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22192 Rename loaddefs-boot.el to ldefs-boot.el
22193
22194 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22195 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22196
22197 2003-10-03 Lute Kamstra <lute@gnu.org>
22198
22199 * info.el (Info-mode): Revert previous change.
22200 (Info-escape-percent): New function.
22201 (Info-fontify-node): Use it.
22202
22203 2003-10-02 Andreas Schwab <schwab@suse.de>
22204
22205 * loaddefs-boot.el: Regenerated.
22206
22207 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22208
22209 * ffap.el: Remove defadvice related code from CVS since `complete'
22210 provides a `PC-completion-as-file-name-predicate' variable that
22211 ffap can override.
22212
22213 2003-10-02 Kenichi Handa <handa@m17n.org>
22214
22215 * international/utf-8.el (ccl-decode-mule-utf-8):
22216 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22217
22218 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22219 * international/subst-big5.el: Likewise.
22220 * international/subst-gb2312.el: Likewise.
22221 * international/subst-ksc.el: Likewise.
22222
22223 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22224
22225 * calendar/calendar.el (increment-calendar-month)
22226 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22227 (generate-calendar, calendar-read-date, calendar-interval)
22228 (calendar-day-of-week): Handle years BC.
22229 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22230
22231 2003-10-01 Dave Love <fx@gnu.org>
22232
22233 * language/cyrillic.el (cp1251): Alias for windows-1251.
22234
22235 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22236 bootstrap.
22237
22238 2003-10-01 Lute Kamstra <lute@gnu.org>
22239
22240 * files.el: Fix typo.
22241 * imenu.el (imenu--generic-function): Docstring fix.
22242
22243 2003-09-30 Richard M. Stallman <rms@gnu.org>
22244
22245 * dired.el (dired-mode): Handle dired-directory as a list.
22246
22247 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22248
22249 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22250
22251 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22252
22253 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22254 Replace gud-display with gud-watch.
22255 (gud-speedbar-buttons): Add stuff for watching expressions
22256 in the speedbar when using M-x gdba. Use dolist on old part
22257 of this function.
22258
22259 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22260 (gdb-update-flag): New variables.
22261 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22262 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22263 (gud-watch, gdb-var-create-handler) : New functions.
22264 (gdb-var-list-children, gdb-var-list-children-handler)
22265 (gdb-var-create-regexp, gdb-var-update-regexp)
22266 (gdb-var-list-children-regexp): New constants.
22267 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22268 (gdb-annotation-rules): Reduce annotation set (level 3).
22269 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22270 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22271 updates.
22272 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22273 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22274 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22275 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22276 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22277 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22278 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22279 (gud-display, gud-display1)
22280 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22281 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22282 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22283 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22284 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22285 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22286 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22287 (gdb-display-display-buffer, gdb-toggle-display)
22288 (gdb-delete-display, gdb-expressions-popup-menu)
22289 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22290 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22291 to display buffer.
22292
22293 2003-09-30 Richard M. Stallman <rms@gnu.org>
22294
22295 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22296 Instead, set which-func-functions.
22297
22298 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22299 (which-func-functions): New variable.
22300 (which-function): Use that.
22301
22302 * info.el (Info-mode): Double each `%' in header line.
22303
22304 * emacs-lisp/lisp-mnt.el (lm-with-file):
22305 When FILE is nil, run BODY in current buffer.
22306
22307 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22308
22309 * help.el (describe-mode): Start with a brief list of minor modes.
22310 Find them thru minor-mode-list so as to find them all.
22311 Show them in alphabetical order.
22312
22313 * mail/sendmail.el (mail-aliases): Doc fix.
22314
22315 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22316
22317 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22318
22319 * mail/rmailsum.el (rmail-make-summary-line-1):
22320 Change comma after last label to a space.
22321 (rmail-summary-font-lock-keywords): Adapt to that change.
22322
22323 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22324
22325 * progmodes/scheme.el (scheme-mode-variables): When setting
22326 `font-lock-defaults', also specify that "#" should
22327 be interpreted with `word' syntax.
22328 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22329
22330 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22331
22332 * desktop.el: A lot of comments updated.
22333 (desktop-save-mode): Minor mode introduced.
22334 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22335 (desktop-load-default): Function made obsolete.
22336 (desktop-locals-to-save): Variable made customizable.
22337 (desktop-read): Optional parameter `dirname' added.
22338 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22339 `desktop-read' used.
22340 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22341
22342 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22343
22344 * whitespace.el (whitespace-clean-msg): Add user customizable message
22345 for displaying ``clean'' output.
22346 (whitespace-buffer): Use `whitespace-clean-msg'.
22347 (whitespace-global-mode): Fix typo.
22348
22349 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22350
22351 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22352
22353 2003-09-29 Lute Kamstra <lute@gnu.org>
22354
22355 * bindings.el (mode-line-modes): Remove superfluous :propertize
22356 construct in initialization.
22357 (mode-line-position): Change cons cell into proper list in
22358 initialization.
22359
22360 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22361
22362 * international/mule.el (decode-coding-inserted-region): Use car
22363 of the return value of find-operation-coding-system.
22364
22365 2003-09-29 Kenichi Handa <handa@m17n.org>
22366
22367 * descr-text.el (describe-char): Fix previous change.
22368
22369 2003-09-28 Kenichi Handa <handa@m17n.org>
22370
22371 * descr-text.el (describe-char-display): New function.
22372 (describe-char): Pay attention to display table on describing how
22373 a character is displayed.
22374
22375 * international/mule-cmds.el (encoded-string-description):
22376 Prepend "0x" to each encoded byte.
22377
22378 2003-09-28 Andreas Schwab <schwab@suse.de>
22379
22380 * find-file.el (ff-special-constructs): Add autoload cookie.
22381
22382 2003-09-28 Kevin Ryde <user42@zip.com.au>
22383
22384 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22385 makeinfo appends to duplicate index entries.
22386
22387 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22388
22389 * dired-x.el (dired-clean-tex): Doc fix.
22390
22391 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22392 using a Chinese tutorial.
22393
22394 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22395
22396 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22397 between "MAIL FROM:" and "RCPT TO:" and the following address.
22398
22399 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22400
22401 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22402
22403 2003-09-28 David Ponce <david@dponce.com>
22404
22405 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22406 (recentf-load-list): When `recentf-initialize-file-name-history'
22407 is non-nil, initialize an empty `file-name-history' with the
22408 recent list.
22409
22410 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22411
22412 * man.el (Man-default-man-entry): Remove the leading `*' from the
22413 word at point.
22414
22415 2003-09-26 Lute Kamstra <lute@gnu.org>
22416
22417 * bindings.el (mode-line-position): Mention size indication in
22418 docstring.
22419
22420 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22421
22422 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22423
22424 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22425 because it's autoloaded now.
22426
22427 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22428
22429 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22430 (sh-font-lock-keywords, sh-feature): Fix previous change of
22431 sh-feature to avoid infloop with sh-font-lock-keywords.
22432
22433 2003-09-25 Kim F. Storm <storm@cua.dk>
22434
22435 * frame.el (frame-current-scroll-bars): New defun.
22436
22437 * window.el (window-current-scroll-bars): New defun.
22438
22439 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22440
22441 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22442 cause errors when the state cache contains info on parts that have
22443 been narrowed out.
22444
22445 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22446
22447 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22448 `c-setup-paragraph-variables' has to be used when this variable is
22449 changed; it doesn't work to reinitialize the mode since that
22450 typically clobbers the variable.
22451
22452 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22453 Make it interactive.
22454
22455 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22456
22457 * progmodes/cc-fonts.el (c-font-lock-declarations):
22458 Fix recognition of constructors and destructors for classes whose
22459 names are matched by `*-font-lock-extra-types'.
22460
22461 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22462 followed by an identifier in C++ then it's a type.
22463
22464 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22465
22466 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22467 problem that primarily affected XEmacs. Don't use faces to find
22468 unterminated strings since Emacs and XEmacs fontify strings
22469 differently - this function should now work better in XEmacs.
22470
22471 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22472
22473 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22474 `expand-abbrev' workaround which caused braces to misbehave inside
22475 macros.
22476
22477 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22478 handling. This bug could cause interactive font locking to bail out.
22479
22480 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22481
22482 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22483 Handle paren-style types in Pike. Also fixed some cases of
22484 insufficient handling of unbalanced parens.
22485
22486 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22487
22488 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22489 common shell prompts that are not common filename or URL characters.
22490 (ffap-file-at-point): Use the new regexp to strip the prompts from
22491 the file names. This is an issue mostly for user prompts that
22492 don't have a trailing space and find-file-at-point is invoked from
22493 within a shell inside Emacs.
22494
22495 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22496
22497 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22498 stamps numerically, rather than textually.
22499
22500 2003-09-24 Kenichi Handa <handa@m17n.org>
22501
22502 * language/devan-util.el (devanagari-post-read-conversion):
22503 * language/mlm-util.el (malayalam-post-read-conversion):
22504 * language/tml-util.el (tamil-post-read-conversion):
22505 Add autoload cookie.
22506
22507 * international/utf-8.el (utf-8-post-read-conversion):
22508 Call post-read-conversion functions for Devanagari, Malayalam,
22509 and Tamil.
22510
22511 2003-09-23 Dave Love <fx@gnu.org>
22512
22513 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22514
22515 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22516
22517 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22518 Update gud-remove.
22519
22520 2003-09-22 Richard M. Stallman <rms@gnu.org>
22521
22522 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22523 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22524 (sh-mode-syntax-table-input): New variable.
22525 (sh-require-final-newline): Don't use eval.
22526 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22527 (sh-variables, sh-font-lock-keywords): Don't use eval.
22528 (sh-set-shell): When setting require-final-newline,
22529 treat value = `require-final-newline' as don't change it.
22530 Set sh-mode-syntax-table locally based on
22531 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22532
22533 * progmodes/compile.el (compile-internal):
22534 Call compilation-set-window-height before setting window start.
22535
22536 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22537
22538 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22539 Clear out byte-compile-last-warned-form.
22540
22541 2003-09-22 Richard M. Stallman <rms@gnu.org>
22542
22543 * woman.el (woman-file-name, woman-follow-word):
22544 If current-word returns nil, use "".
22545
22546 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22547
22548 2003-09-22 Richard M. Stallman <rms@gnu.org>
22549
22550 * emacs-lisp/lisp-mnt.el (lm-with-file):
22551 Don't visit the file, just use insert-file-contents in temp buffer.
22552
22553 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22554
22555 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22556 Add surrounding \\( and \\) around the header, as in
22557 for lm-history-header 'Change Log\\|History'.
22558
22559 2003-09-22 John Paul Wallington <jpw@gnu.org>
22560
22561 * progmodes/ld-script.el: Add Commentary section,
22562 minor cleanup of file header.
22563 (ld-script-font-lock-keywords): Doc fix.
22564 (toplevel): Provide `ld-script' feature.
22565
22566 2003-09-21 Kim F. Storm <storm@cua.dk>
22567
22568 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22569 new built-in variable default-frame-scroll-bars.
22570 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22571 scroll-bar-mode; notably, use it instead of t when we toggle
22572 scroll-bars on.
22573 (toggle-scroll-bar): Use default-frame-scroll-bars.
22574
22575 2003-09-19 Masatake YAMATO <jet@gyve.org>
22576
22577 * pcvs.el (cvs-do-removal): Change the prompt depending on
22578 `filter' value.
22579
22580 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22581
22582 * startup.el (command-line-1): Stop startup-echo-area-message
22583 being hidden by "Loading image..." message.
22584 (use-fancy-splash-screens-p, display-splash-screen):
22585 Move display-graphic-p test from latter to former.
22586
22587 * progmodes/sh-script.el (sh-font-lock-keywords):
22588 Highlight escaped EOLs differently from other backslash constructs.
22589
22590 2003-09-19 Richard M. Stallman <rms@gnu.org>
22591
22592 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22593 New functions.
22594 (edebug-enter, edebug-outside-excursion): Use them.
22595
22596 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22597 Fix the condition for whether to print "In WHERE".
22598
22599 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22600
22601 * finder.el (finder-mode-hook): New variable.
22602 (finder-mode): Run hook finder-mode-hook
22603
22604 2003-09-18 Masatake YAMATO <jet@gyve.org>
22605
22606 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22607
22608 2003-09-17 Mario Lang <mlang@delysid.org>
22609
22610 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22611 "p %e" to actually print the value in the GUD buffer.
22612
22613 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22614
22615 From David Ponce <david.ponce@wanadoo.fr>:
22616 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22617 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22618 from loaddefs-boot.el if necessary.
22619
22620 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22621
22622 * progmodes/gud.el (gud-find-class): Make jdb work again since
22623 cc-mode changed the syntactic information.
22624
22625 2003-09-15 David Ponce <david@dponce.com>
22626
22627 * recentf.el: (recentf-exclude): Accept predicates too.
22628 (recentf-file-readable-p): New function.
22629 (recentf-include-p): Handle predicates in recentf-exclude.
22630 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22631 (recentf-cleanup): Likewise.
22632 (recentf-save-list): Use write-file to handle backup of
22633 recentf-save-file.
22634
22635 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22636
22637 * loaddefs-boot.el: Renamed from `loaddefs.el'
22638 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22639 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22640 necessary.
22641
22642 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22643
22644 * electric.el (Electric-pop-up-window): For the `one-window' case,
22645 no longer disconcertingly move point in the original buffer.
22646
22647 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22648
22649 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22650
22651 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22652
22653 * dired.el (dired-mode-map): Fix typo.
22654
22655 2003-09-11 Richard M. Stallman <rms@gnu.org>
22656
22657 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22658
22659 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22660
22661 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22662 the function is less noisy. Now only `kill-buffer' can ask questions.
22663
22664 2003-09-10 Mario Lang <mlang@delysid.org>
22665
22666 * battery.el: Update Commentary and Copyright.
22667 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22668 appear due to wrong ordering of the expressions in `or'.
22669
22670 2003-09-09 Lute Kamstra <lute@gnu.org>
22671
22672 * misc.el (upcase-char): Fix docstring.
22673 (zap-up-to-char): New command.
22674
22675 2003-09-08 David Ponce <david@dponce.com>
22676
22677 Ensure that recentf correctly updates the menu bar.
22678 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22679 (recentf-menu-bar): New function.
22680 (recentf-clear-data): Use it
22681 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22682 of easy-menu-change.
22683
22684 2003-09-08 Lute Kamstra <lute@gnu.org>
22685
22686 * simple.el (size-indication-mode): New.
22687 * bindings.el (mode-line-position): Add buffer size indicator.
22688
22689 2003-09-04 Mario Lang <mlang@delysid.org>
22690
22691 * battery.el (battery-linux-proc-acpi): New function.
22692 (battery-status-function): Modify default value calculation to also
22693 check for availability of ACPI.
22694 (battery-echo-area-format): Ditto.
22695 (battery-mode-line-format): Ditto.
22696
22697 2003-09-06 Dave Love <fx@gnu.org>
22698
22699 * ielm.el (ielm-mode-hook): Add :options.
22700
22701 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22702 (eldoc-print-current-symbol-info): Use it.
22703
22704 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22705
22706 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22707 being displayed in GUD buffer.
22708 (gdb-idle-input-queue): Remove var. Use just one queue.
22709 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22710 Remove functions. Use just one queue.
22711 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22712 (gdb-invalidate-assembler, gdb-get-current-frame):
22713 Modify functions. Use just one queue.
22714
22715 2003-09-04 Dave Love <fx@gnu.org>
22716
22717 * cus-start.el: Add blink-cursor-alist.
22718
22719 * ruler-mode.el (ruler-mode-fill-column-char)
22720 (ruler-mode-current-column-char): Use char-displayable-p,
22721 not window-system.
22722
22723 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22724
22725 * language/european.el (windows-1252): Move from code-pages.
22726
22727 * language/cyrillic.el ("Windows-1251"): Delete.
22728 ("Bulgarian", "Belarusian"): Remove `features'.
22729 (windows-1251): Move from code-pages.
22730
22731 * international/mule-diag.el (non-iso-charset-alist):
22732 Remove `codepage' stuff.
22733 (print-designation, list-coding-systems-1): Output fixes.
22734
22735 * international/code-pages.el (cp-make-translation-table)
22736 (cp-valid-codes): Made defsubsts.
22737 (cp-fix-safe-chars): Delete.
22738 (mule-diag): Don't require.
22739 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22740 (top-level): Check for defined coding system when defining
22741 cp... aliases. Change w32-add-charset-info test to avoid warning.
22742 (non-iso-charset-alist): Defvar when compiling.
22743 (cp-make-coding-system): Doc fix.
22744
22745 2003-09-02 Jason Rumney <jasonr@gnu.org>
22746
22747 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22748 line-ends from CVS before doing conversion.
22749
22750 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22751
22752 * calendar/diary-lib.el (diary-header-line-flag)
22753 (diary-header-line-format): New variables.
22754 (list-diary-entries): Use them to set header line in simple diary.
22755
22756 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22757 other than font-lock-string-face to highlight backslashes.
22758
22759 2003-09-01 Jason Rumney <jasonr@gnu.org>
22760
22761 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22762 regexp.
22763
22764 2003-09-01 Dave Love <fx@gnu.org>
22765
22766 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22767
22768 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22769 and :help; also line and column numbers labels.
22770
22771 * international/mule-util.el (char-displayable-p): Move from
22772 latin1-disp, rename and autoload.
22773
22774 * international/latin1-disp.el (latin1-char-displayable-p):
22775 Now obsolete alias. Replace uses with char-displayable-p.
22776 (latin1-display-ucs-per-lynx): Fix last change.
22777
22778 * international/mule-cmds.el (standard-display-european-internal):
22779 Don't use char code for Latin-1 NBSP.
22780 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22781 U+2018, U+2019 for `'.
22782 (select-safe-coding-system): Message fix.
22783
22784 2003-09-01 Kenichi Handa <handa@m17n.org>
22785
22786 * international/fontset.el (setup-default-fontset): For Thai
22787 font, specify "*" family.
22788
22789 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22790
22791 * progmodes/compile.el (previous-error): Accept a prefix
22792 argument, similarly to next-error.
22793
22794 2003-08-31 Masatake YAMATO <jet@gyve.org>
22795
22796 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22797 the number of files. Bind the number of files to a local
22798 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22799
22800 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22801
22802 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22803 2003-07-26: msdos-long-file-names is a function, not a variable.
22804
22805 2003-08-29 Richard M. Stallman <rms@gnu.org>
22806
22807 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22808 Do nothing with mail-personal-alias-file if it is nil.
22809
22810 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22811 Do nothing if mail-personal-alias-file is nil.
22812
22813 * term.el (term-exec-1): Bind coding-system-for-read.
22814
22815 * dired.el (dired-mouse-find-file-other-window):
22816 Use dired-view-command-alist here, as in dired-view-file.
22817 (dired-view-command-alist): Use %s to substitute file name.
22818 Handle .ps_pages, .eps, .jpg, .gif, .png.
22819
22820 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22821
22822 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22823 `Info-prev-reference', instead of M-tab.
22824
22825 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22826
22827 * simple.el (blink-matching-open): Work correctly on chars that
22828 are designated as parens through the syntax-table text property.
22829
22830 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22831
22832 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22833 line break position in the middle of a non-kinsoku (e.g. latin)
22834 word, making it skip until either a space or a character with
22835 category "|".
22836 (kinsoku-longer): Test for end of buffer.
22837
22838 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22839
22840 * mail/rmail.el (rmail-convert-to-babyl-format):
22841 Detect quoted-printable- and base64-encoded messages and decode them
22842 automatically. Set the message's encoding from the charset=
22843 header, if any. Decode base64-encoded messages in Mail format as well.
22844
22845 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22846
22847 * mail/smtpmail.el: Fix previous change.
22848 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22849 calling smtpmail-via-smtp.
22850 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22851
22852 2003-08-26 John Paul Wallington <jpw@gnu.org>
22853
22854 * image.el (image-jpeg-p): Don't search beyond length of data.
22855
22856 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22857
22858 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22859 misfeature in `expand-abbrev' which caused electric keywords like
22860 "else" to disappear if an open brace was typed directly afterwards.
22861
22862 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22863
22864 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22865 mandatory in `define-widget'.
22866
22867 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22868 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22869
22870 (c-assignment-operators): New language constant that only contains
22871 the assignment operators.
22872
22873 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22874
22875 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22876
22877 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22878 Safeguard against unbalanced sexps.
22879
22880 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22881
22882 * version.el (emacs-version): Check for gtk. Include gtk version info.
22883
22884 2003-08-25 John Paul Wallington <jpw@gnu.org>
22885
22886 * man.el (Man-default-man-entry): Don't whizz past the section
22887 number before looking for it.
22888
22889 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22890
22891 * progmodes/gud.el (gud-display-line): Don't set window-point if
22892 source buffer is not visible. (Only happens with M-x gdba.)
22893
22894 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22895 documentation.
22896 (gdb-source, gdb-source-info): Update to assembler unnecessary
22897 as its done after each GDB command anyway.
22898 (gdb-pre-prompt): Use with-current-buffer.
22899 (gdb-insert-field): Add help-echo text.
22900 (gdb-invalidate-assembler): Re-display of assembler now done in
22901 gdb-info-breakpoints-custom.
22902 (gdb-info-breakpoints-custom): Force re-display of assembler to
22903 happen *after* update of breakpoints buffer.
22904 (gdb-display-source-buffer): Don't choke if gdb-source-window
22905 isn't visible.
22906 (gdb-put-string, gdb-put-arrow): Remove free variables.
22907
22908 2003-08-24 John Paul Wallington <jpw@gnu.org>
22909
22910 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22911
22912 * man.el (Man-default-man-entry): Strip text properties when
22913 snarfing parts of entry because `format' preserves properties.
22914
22915 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22916
22917 * files.el (file-newest-backup): Use `expand-file-name'.
22918
22919 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22920 Allow the diary to pop up a new frame, if needed.
22921
22922 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22923 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22924 (smtpmail-send-it): Make treatment of envelope-from consistent with
22925 sendmail.el.
22926
22927 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22928 (sh-leading-keywords): Add the bash `time' reserved word.
22929 (sh-variables): Add some bash variables.
22930 (sh-add-completer): Fix nil branch of case statement.
22931
22932 2003-08-24 Masatake YAMATO <jet@gyve.org>
22933
22934 * progmodes/ld-script.el: New file.
22935
22936 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22937
22938 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22939
22940 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22941
22942 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22943 Better explain obsolescence, and what to use instead.
22944
22945 2003-08-23 Masatake YAMATO <jet@gyve.org>
22946
22947 * pcvs.el (cvs-do-removal): Show the deleted file name
22948 on the prompt.
22949
22950 2003-08-20 Dave Love <fx@gnu.org>
22951
22952 * international/mule.el (make-coding-system)
22953 (set-buffer-file-coding-system): Doc fix.
22954
22955 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22956
22957 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22958
22959 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22960
22961 * international/utf-16.el: Add mime-text-unsuitable coding system
22962 properties.
22963
22964 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22965
22966 * cus-edit.el: Add some :links.
22967 (bib): Remove.
22968
22969 * textmodes/bib-mode.el (bib): Add :group external.
22970
22971 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22972
22973 * wid-edit.el (widget-echo-help): Make it handle expressions that
22974 evaluate to strings.
22975
22976 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22977
22978 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22979
22980 Simplify selection of SQL products to define highlighting and
22981 interactive mode. Includes detailed instructions on adding
22982 support for new products.
22983
22984 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22985 product for use in highlighting and interactive mode.
22986 (sql-interactive-product): New variable. SQL product for
22987 sql-interactive-mode.
22988 (sql-product-support): New variable. Specifies product-specific
22989 parameters to drive highlighting and interactive mode.
22990 (sql-imenu-generic-expression): Add more object types.
22991 (sql-sqlite-options): Correct comment.
22992 (sql-ms-program): Use "osql" rather than "isql".
22993 (sql-prompt-regexp, sql-prompt-length): Update comment.
22994 (sql-mode-menu): Add "Start SQLi session" entry.
22995 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22996 (sql-mode-abbrev-table): Add abbreviations. Support of
22997 SYSTEM-FLAG on define-abbrev. Support was removed with last
22998 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22999 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23000 names.
23001 (sql-mode-ansi-font-lock-keywords): Set as default value.
23002 (sql-mode-oracle-font-lock-keywords): Set as default value.
23003 Support Oracle 9i keywords.
23004 (sql-mode-postgres-font-lock-keywords): Set as default value.
23005 (sql-mode-linter-font-lock-keywords): Set as default value.
23006 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23007 SQLServer 2000.
23008 (sql-mode-sybase-font-lock-keywords)
23009 (sql-mode-interbase-font-lock-keywords)
23010 (sql-mode-sqlite-font-lock-keywords)
23011 (sql-mode-strong-font-lock-keywords)
23012 (sql-mode-mysql-font-lock-keywords)
23013 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23014 keywords.
23015 (sql-mode-font-lock-defaults): Update comment.
23016 (sql-product-feature): New function. Returns feature associated
23017 with a product from `sql-product-support' alist.
23018 (sql-product-font-lock): New function. Set font-lock support
23019 based on `sql-product'.
23020 (sql-add-product-keywords): New function. Add font-lock rules to
23021 product-specific keyword variables.
23022 (sql-set-product): New function. Set `sql-product' and apply
23023 appropriate font-lock highlighting.
23024 (sql-highlight-product): New function. Set font-lock support
23025 based on a product. Also set mode name to include product name.
23026 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23027 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23028 Use `sql-set-product'.
23029 (sql-highlight-ms-keywords)
23030 (sql-highlight-sybase-keywords)
23031 (sql-highlight-interbase-keywords)
23032 (sql-highlight-strong-keywords)
23033 (sql-highlight-mysql-keywords)
23034 (sql-highlight-sqlite-keywords)
23035 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23036 (sql-get-login): Prompt in the same order as the tokens.
23037 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23038 (sql-product-interactive): New function. Common portions of
23039 product-specific interactive mode wrappers.
23040 (sql-interactive-mode): Rewritten to use product features.
23041 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23042 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23043 (sql-db2, sql-linter): Use `sql-product-interactive'.
23044 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23045 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23046 (sql-connect-ingres, sql-connect-postgres)
23047 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23048 New functions. Format command line parameters and invoke comint on
23049 the appropriate interpreter. Code was in the corresponding
23050 `sql-xyz' function before.
23051 (sql-connect-ms): New function. Support -E argument to use
23052 operating system credentials for authentication.
23053
23054 2003-08-18 Kenichi Handa <handa@m17n.org>
23055
23056 * international/mule.el (encode-char): Fix for the ASCII case.
23057
23058 2003-08-15 Kenichi Handa <handa@m17n.org>
23059
23060 * international/fontset.el (setup-default-fontset): Change "*" to
23061 nil in the specifications of font family.
23062
23063 2003-08-18 Kim F. Storm <storm@cua.dk>
23064
23065 * kmacro.el (kmacro-keymap): Group related bindings in
23066 initialization for clarity. Bind C-s to start macro.
23067 Remove C-r binding.
23068 (kmacro-initial-counter-value): New defvar to hold initial counter
23069 value in case we set the value before defining a macro.
23070 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23071 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23072 not defining or executing macro. Doc fix.
23073 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23074 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23075 temporarily view older elements on the macro ring without cycling
23076 the ring.
23077 (kmacro-display): Doc fix.
23078 (kmacro-exec-ring-item): New helper function.
23079 (kmacro-call-ring-2nd): Use it.
23080 (kmacro-call-ring-2nd-repeat): Doc fix.
23081 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23082 (kmacro-end-or-call-macro): Execute last viewed macro (using
23083 kmacro-exec-ring-item) from ring if this follows
23084 kmacro-view-macro. This allows us to find a macro on the ring
23085 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23086 the ring to bring it to the head of the ring.
23087 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23088 Allow binding to reserved keys without specifying C-x C-k prefix.
23089 Ask for confirmation if entered key sequence is already bound to
23090 a non-macro command.
23091 (kmacro-view-macro): Repeating command will show older elements
23092 on the macro ring; C-k will execute the last viewed macro.
23093 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23094 property from 'ring to 'head.
23095
23096 2003-08-17 Alan Shutko <ats@acm.org>
23097
23098 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23099 keeping December out of the alist.
23100
23101 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23102
23103 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23104 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23105 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23106 (calendar-flatten): New function.
23107 (calendar-mouse-view-other-diary-entries)
23108 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23109 in the menu title and to show multi-line diary entries correctly
23110 in the menu.
23111
23112 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23113
23114 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23115 defcustom, because the default was recently changed.
23116
23117 2003-08-16 Richard M. Stallman <rms@gnu.org>
23118
23119 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23120
23121 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23122 New subroutine, broken out of eval-last-sexp-1.
23123 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23124
23125 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23126
23127 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23128
23129 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23130
23131 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23132
23133 * progmodes/compile.el (compilation-error-regexp-alist):
23134 Add Java ANt error detection as described in document
23135 http://ant.apache.org/faq.html
23136
23137 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23138
23139 * simple.el (backward-word, forward-to-indentation)
23140 (backward-to-indentation): Argument changed to optional.
23141 (next-line, previous-line): Use `or' instead of `unless'.
23142
23143 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23144
23145 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23146 instead of a constant.
23147
23148 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23149
23150 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23151
23152 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23153
23154 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23155 (vc-sccs-workfile-version): Search the entire delta table, rather
23156 than just the first entry, because that might be a deleted version.
23157
23158 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23159
23160 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23161 [save-place] binding in the Options menu. Have it require
23162 'saveplace' and then toggle the variable manually, to avoid an
23163 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23164 for the bug report.
23165
23166 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23167
23168 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23169 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23170 (gdb-info-threads-custom): Add help-echo text.
23171 (gdb-display-back): Don't use purecopy.
23172 (gdb-info-breakpoints-custom, gdb-reset)
23173 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23174 icons can be displayed.
23175
23176 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23177
23178 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23179
23180 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23181
23182 * bookmark.el (bookmark-completing-read):
23183 Return a string, instead of a list of one string.
23184 Use a popup menu if activated from the mouse.
23185 (bookmark-edit-annotation): Remove unused vars.
23186 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23187 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23188 to bookmark-completing-read.
23189 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23190 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23191 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23192 and erase-buffer.
23193 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23194 (bookmark-menu-jump, bookmark-menu-insert)
23195 (bookmark-popup-menu-and-apply-function)
23196 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23197 (bookmark-menu-build-paned-menu): Remove by folding it into
23198 bookmark-menu-popup-paned-menu.
23199 (menu-bar-bookmark-map): Move the define-key statements here.
23200 Use the "non-menu" commands since they now pop up a menu if needed.
23201 (bookmark-exit-hook-internal): Simplify.
23202
23203 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23204
23205 * reftex-toc.el (reftex-toc-rename-label): New function.
23206 (reftex-toc-check-docstruct): New function.
23207
23208 * reftex.el (reftex-region-active-p): New function.
23209
23210 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23211 regexp to find the \bibliography macro.
23212
23213 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23214 which does not exist in LaTeX.
23215 (reftex-cite-format-builtin): Added amsrefs support.
23216 (reftex-toc-confirm-promotion): New option
23217
23218 * reftex-toc.el
23219 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23220 (reftex-toc-demote, reftex-toc-promote)
23221 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23222 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23223 (reftex-toc-newhead-from-alist)
23224 (reftex-toc-load-all-files-for-promotion): New functions.
23225 (reftex-toc-help): Added description of new keys.
23226 (reftex-toc-split-windows-fraction): New option.
23227 (reftex-recenter-toc-when-idle): Search *toc* window on all
23228 visible frames.
23229 (reftex-toc): Additional parameter REUSE
23230 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23231 with REUSE argument.
23232 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23233 the call of `reftex-toc'.
23234 (reftex-make-separate-toc-frame): New function .
23235 (reftex-toc-recenter): When called with triple prefix arg, call
23236 `reftex-make-separate-toc-frame' first.
23237 (reftex-toc-toggle-dedicated-frame): New command.
23238 (reftex-toc-quit): Adapted to delete frame when called in
23239 dedicated frame.
23240
23241 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23242 all enclosing macros.
23243
23244
23245 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23246
23247 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23248 first use.
23249
23250 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23251
23252 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23253
23254 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23255
23256 * calendar/calendar.el (list-diary-entries-hook)
23257 (diary-display-hook, nongregorian-diary-listing-hook)
23258 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23259 Add some customize options for these hooks.
23260 (calendar-abbrev-construct): Don't try to take a substring longer
23261 than the original string.
23262
23263 2003-08-05 Richard M. Stallman <rms@gnu.org>
23264
23265 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23266 (testcover-reinstrument-clauses): Doc fix.
23267
23268 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23269 (warning-type-format): Rename from warning-group-format.
23270
23271 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23272 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23273 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23274 to prevent warnings about defvar for an obsolete variable.
23275
23276 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23277 warning-group-format renamed to warning-type-format.
23278
23279 * subr.el (read-passwd): Use clear-string instead of fillarray.
23280
23281 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23282 Use vconcat instead of concat.
23283 (edmacro-sanitize-for-string): New function.
23284
23285 2003-08-05 Dave Love <fx@gnu.org>
23286
23287 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23288 line-number-display-limit-width.
23289
23290 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23291
23292 2003-08-05 Kenichi Handa <handa@m17n.org>
23293
23294 * international/code-pages.el: Don't require mule-diag.
23295
23296 * international/mule-diag.el (non-iso-charset-alist):
23297 Add autoload cookie.
23298
23299 * language/devan-util.el (dev-glyph-order): Add an entry for the
23300 glyph code #xC4.
23301
23302 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23303
23304 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23305 (european-calendar-style, diary-date-forms)
23306 (calendar-day-name-array, calendar-month-name-array): Doc change.
23307 (generate-calendar-month): Adapt for new behavior of
23308 `calendar-day-name' function.
23309 (calendar-abbrev-length, calendar-day-abbrev-array)
23310 (calendar-month-abbrev-array): New variables.
23311 (calendar-abbrev-construct): New function.
23312 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23313 rather than fixing abbrevs at some width. Calling syntax change.
23314 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23315 (calendar-date-string): Adapt for new behaviors of
23316 `calendar-day-name' and `calendar-month-name' functions.
23317
23318 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23319 behavior of `calendar-day-name' and `calendar-month-name' functions.
23320 (diary-name-pattern): Use abbrev arrays, rather than fixing
23321 abbrevs at three chars. Calling syntax change.
23322 (mark-diary-entries): Adapt for new behaviors of
23323 `diary-name-pattern' and `calendar-make-alist' functions.
23324 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23325 `diary-name-pattern' function.
23326 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23327 fixing abbrevs at three chars. Calling syntax change.
23328 (cal-hebrew, cal-islam): Require when compiling.
23329 (diary-font-lock-keywords): Adapt for new behavior of
23330 `font-lock-diary-date-forms' function.
23331
23332 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23333 (calendar-hebrew-month-name-array-common-year)
23334 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23335 (list-hebrew-diary-entries): Adapt for new behaviors of
23336 `calendar-day-name' and `add-to-diary-list' functions.
23337 (mark-hebrew-diary-entries): Adapt for new behaviors of
23338 `diary-name-pattern' and `calendar-make-alist' functions.
23339
23340 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23341 Add doc string.
23342 (list-islamic-diary-entries): Adapt for new behaviors of
23343 `calendar-day-name' and `add-to-diary-list' functions.
23344 (mark-islamic-diary-entries): Adapt for new behaviors of
23345 `diary-name-pattern' and `calendar-make-alist' functions.
23346
23347 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23348 `calendar-month-name' function.
23349
23350 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23351
23352 * calendar/solar.el (solar-seasons-data): Move definition before use.
23353
23354 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23355 (cal-tex-LaTeX-hourbox): Move definition before use.
23356
23357 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23358 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23359 * lunar.el, solar.el (displayed-month, displayed-year):
23360 Define for compiler.
23361
23362 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23363
23364 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23365 MODE. Renamed from c-init-c-language-vars'.
23366 (c-initialize-cc-mode): Change accordingly.
23367 (c-common-init): Ditto.
23368 (c-mode): Ditto.
23369 (c++-mode): Use `c-init-language-vars-for'.
23370 (objc-mode): Ditto.
23371 (java-mode): Ditto.
23372 (idl-mode): Ditto.
23373 (pike-mode): Ditto.
23374 (awk-mode): Ditto.
23375
23376 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23377
23378 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23379 or not the point moved.
23380
23381 (c-search-decl-header-end): Don't trip up on operator identifiers
23382 in C++ and operators like == in all languages.
23383
23384 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23385 Detect leading labels correctly.
23386
23387 2003-08-02 Andreas Schwab <schwab@suse.de>
23388
23389 * textmodes/ispell.el: Don't redo key bindings on loading, put
23390 them only in loaddefs.el.
23391 * bookmark.el: Likewise.
23392 * dabbrev.el: Likewise.
23393 * emerge.el: Likewise.
23394
23395 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23396 has more than one member.
23397
23398 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23399
23400 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23401
23402 * lpr.el (printify-region): It was ending conversion before the
23403 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23404
23405 2003-07-31 John Paul Wallington <jpw@gnu.org>
23406
23407 * net/browse-url.el (browse-url-epiphany): Doc fix.
23408
23409 2003-07-30 Kenichi Handa <handa@m17n.org>
23410
23411 * international/fontset.el (setup-default-fontset):
23412 Change registry names of Akurti fonts.
23413
23414 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23415
23416 * comint.el (comint-read-noecho): Use `clear-string' instead of
23417 `fillarray'.
23418
23419 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23420
23421 * outline.el (outline-mode-hook): Add defvar.
23422
23423 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23424
23425 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23426 Restore assembler in source window if that is what has been selected.
23427 (menu): Add gdb-restore-windows to menu. Make gdba
23428 specific menus only visible from gdba.
23429
23430 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23431
23432 * progmodes/compile.el (compilation-environment): New user variable.
23433 (compile-internal): Respect it.
23434
23435 2003-07-23 Masatake YAMATO <jet@gyve.org>
23436
23437 * progmodes/gud.el (gdb-script-font-lock-keywords):
23438 Put `font-lock-function-name-face' on a symbol which includes
23439 `-' like `hook-run'. Put font-lock-variable-name-face
23440 on a symbol starting with $.
23441
23442 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23443
23444 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23445
23446 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23447
23448 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23449
23450 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23451
23452 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23453 Use with-no-warnings.
23454 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23455 rather than to find-file-not-found-hook, which doesn't exist.
23456
23457 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23458
23459 * international/quail.el (quail-translate-key): Fix previous change.
23460
23461 2003-07-25 John Paul Wallington <jpw@gnu.org>
23462
23463 * server.el (server-start): Check `server-process' is non-nil
23464 before killing it to avoid killing current buffer's process.
23465
23466 * simple.el (choose-completion-string): Use `minibufferp';
23467 test `completion-reference-buffer' if `buffer' arg is nil.
23468 (push-mark): Use `when' and `unless'.
23469 (pop-mark): Use `when'.
23470
23471 * mouse-sel.el (mouse-sel-get-selection-function):
23472 Check `x-last-selected-text-primary'. Don't barf if it or
23473 `x-last-selected-text' aren't bound.
23474
23475 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23476
23477 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23478
23479 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23480
23481 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23482
23483 2003-07-23 John Paul Wallington <jpw@gnu.org>
23484
23485 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23486
23487 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23488
23489 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23490 string. Defvar the derived hook.
23491
23492 * macros.el (insert-kbd-macro): Escape double quote character.
23493 From Thomas W Murphy <twm@andrew.cmu.edu>.
23494
23495 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23496
23497 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23498 to match the specific mark rather than reusing comment-start-skip.
23499
23500 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23501
23502 * progmodes/hideshow.el (hs-special-modes-alist):
23503 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23504
23505 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23506
23507 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23508 value using ?\s.
23509
23510 2003-07-21 John Paul Wallington <jpw@gnu.org>
23511
23512 * subr.el (with-selected-window): Add closing paren.
23513
23514 2003-07-21 Richard M. Stallman <rms@gnu.org>
23515
23516 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23517 (lisp-mode): Likewise.
23518
23519 * subr.el (with-selected-window): Copy code form save-selected-window
23520 so as to call select-window with norecord arg.
23521 (dynamic-completion-table): Doc fix.
23522 (lazy-completion-table): Doc fix.
23523
23524 * international/mule-cmds.el (set-locale-environment):
23525 langinfo renamed to locale-info.
23526
23527 * international/mule.el (auto-coding-functions): Doc fix.
23528
23529 2003-07-21 Kenichi Handa <handa@m17n.org>
23530
23531 * international/quail.el (quail-translate-key):
23532 Update quail-current-str correctly.
23533
23534 2003-07-21 Andreas Schwab <schwab@suse.de>
23535
23536 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23537 ?, to "_".
23538
23539 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23540 Version 2.0.36 of Tramp released.
23541
23542 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23543 tramp-password-end-of-line.
23544 (tramp-password-end-of-line): New method parameter.
23545 (tramp-get-password-end-of-line): Function to access method
23546 parameter `tramp-password-end-of-line', or variable
23547 `tramp-default-password-end-of-line' (default value).
23548 (tramp-methods): Add entries for new parameter
23549 tramp-password-end-of-line.
23550 (tramp-enter-password): Use new function
23551 `tramp-get-password-end-of-line'.
23552 (tramp-handle-insert-file-contents): Do not
23553 unconditionally inhibit the file operation file-local-copy, only
23554 do that when the inhibit-file-name-operation is currently
23555 insert-file-contents. This fixes finding remote CVS-controlled
23556 files. (It would barf on inserting the CVS/Entries file
23557 literally, because the file-local-copy handler wasn't called.)
23558 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23559 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23560 (tramp-initial-commands): New variable.
23561 (tramp-process-initial-commands): New function, using the variable.
23562 (tramp-open-connection-setup-interactive-shell): Call the new function.
23563 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23564 method into the buffer name, never use nil. Reported by Hanak
23565 David <dhanak@inf.bme.hu>.
23566 (tramp-open-connection-setup-interactive-shell): Erase buffer
23567 before sending "stty -onlcr".
23568
23569 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23570
23571 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23572
23573 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23574
23575 2003-07-19 John Paul Wallington <jpw@gnu.org>
23576
23577 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23578 (artist-draw-rect, artist-draw-square): Doc fixes.
23579
23580 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23581
23582 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23583
23584 2003-07-19 Kenichi Handa <handa@m17n.org>
23585
23586 * international/kkc.el (kkc-show-conversion-list-update):
23587 Highlight the correct candidate in the message.
23588
23589 2003-07-18 John Paul Wallington <jpw@gnu.org>
23590
23591 * simple.el (current-word): Don't include punctuation char when
23592 `really-word' arg is non-nil.
23593
23594 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23595
23596 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23597 moved to the directory obsolete.
23598
23599 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23600
23601 * info.el (Info-menu-entry-name-re): Allow newlines in
23602 menu entry names.
23603
23604 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23605 syntax-ppss-after-change-function.
23606 (syntax-ppss-after-change-function): New alias. Update uses.
23607 (syntax-ppss): Catch the case where the buffer is narrowed.
23608
23609 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23610
23611 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23612 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23613
23614 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23615
23616 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23617 since it might be modified.
23618
23619 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23620 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23621 names to these language constants.
23622
23623 2003-07-15 Kim F. Storm <storm@cua.dk>
23624
23625 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23626 All uses changed.
23627
23628 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23629
23630 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23631 Namespace support.
23632
23633 2003-07-13 Juanma Barranquero <lektu@terra.es>
23634
23635 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23636 papers received).
23637
23638 2003-07-13 Karl Eichwalder <ke@suse.de>
23639
23640 * textmodes/po.el (po-find-charset): White space at the start of the
23641 Content-Type field body is non-mandatory.
23642
23643 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23644
23645 * textmodes/texinfo.el (texinfo-section-list):
23646 Append appendixsection; a synonym for appendixsec.
23647
23648 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23649
23650 * man.el (Man-translate-cleanup): New.
23651 (Man-translate-references): Call `Man-translate-cleanup' to clean
23652 leading, trailing and middle spaces.
23653
23654 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23655
23656 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23657 Handle `dired-directory' being a list.
23658
23659 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23660
23661 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23662 it doesn't exist.
23663
23664 2003-07-12 Richard M. Stallman <rms@gnu.org>
23665
23666 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23667
23668 * progmodes/cc-defs.el (c-make-keywords-re):
23669 Don't use delete-duplicates.
23670 (c-lang-const): Don't use mapcan.
23671
23672 * apropos.el (apropos-show-scores): Make it customizable.
23673 Document new meaning.
23674 (apropos): Compute scores from symbols.
23675 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23676
23677 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23678
23679 * ps-bdf.el: Fix copyright line.
23680 (bdf-directory-list): Fix initialization code.
23681
23682 2003-07-11 John Paul Wallington <jpw@gnu.org>
23683
23684 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23685 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23686 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23687
23688 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23689
23690 * emacs-lisp/ring.el (ring-elements): Doc fix.
23691
23692 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23693
23694 * calendar/timeclock.el (timeclock-relative)
23695 (timeclock-ask-before-exiting, timeclock-use-display-time):
23696 Doc changes.
23697 (timeclock-modeline-display): Give a message if
23698 `timeclock-use-display-time' is non-nil but `display-time-mode'
23699 is not active.
23700
23701 2003-07-11 Kenichi Handa <handa@m17n.org>
23702
23703 * international/mule-cmds.el (set-language-environment):
23704 Set current-language-environment to the correct string.
23705
23706 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23707
23708 * ps-print.el: Print line number correctly in a region. Reported by
23709 Tim Allen <timallen@ls83.fsnet.co.uk>.
23710 (ps-print-version): New version number (6.6.2).
23711 (ps-printing-region): Code fix.
23712
23713 2003-07-10 John Paul Wallington <jpw@gnu.org>
23714
23715 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23716 this function can be called from `add-completions-from-tags-table'.
23717
23718 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23719
23720 * calendar/timeclock.el (timeclock-use-display-time)
23721 (timeclock-day-over-hook, timeclock-workday-remaining)
23722 (timeclock-status-string, timeclock-when-to-leave)
23723 (timeclock-when-to-leave-string, timeclock-log-data)
23724 (timeclock-find-discrep, timeclock-day-base)
23725 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23726 (timeclock-modeline-display): Set the variable
23727 `timeclock-modeline-display'.
23728 (timeclock-update-modeline): Doc fix. Respect value of
23729 `timeclock-relative'.
23730
23731 2003-07-09 Richard M. Stallman <rms@gnu.org>
23732
23733 * textmodes/reftex-parse.el (reftex-all-document-files):
23734 Add autoload cookie.
23735
23736 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23737 (reftex-scanning-info-available-p): Add autoload cookie.
23738
23739 * international/mule-cmds.el
23740 (set-display-table-and-terminal-coding-system): Delete duplicate
23741 aset on standard-display-table.
23742
23743 * view.el (view-file): If existing buffer's major mode is special,
23744 don't go into view mode.
23745
23746 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23747
23748 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23749
23750 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23751 buffer changes; there's third party code that calls this function
23752 directly.
23753
23754 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23755
23756 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23757 (autodoc-font-lock-keywords): Don't byte compile on font lock
23758 initialization when running from byte compiled files.
23759
23760 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23761
23762 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23763 statement ends with auto-increment "++".
23764
23765 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23766
23767 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23768 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23769 these are changed, so declare them as variables and not constants.
23770
23771 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23772
23773 * subr.el (dolist, dotimes): Doc fix.
23774
23775 2003-07-08 Kim F. Storm <storm@cua.dk>
23776
23777 * international/mule-cmds.el
23778 (set-display-table-and-terminal-coding-system): Don't break
23779 bootstrap if standard-display-table isn't setup yet.
23780
23781 2003-07-07 Richard M. Stallman <rms@gnu.org>
23782
23783 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23784 Give it a doc string, and autoload it.
23785
23786 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23787 Use with-no-warnings.
23788
23789 * info.el (Info-search): If find invisible text, search again.
23790
23791 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23792
23793 * man.el (Man-name-regexp): Match + as part of name.
23794
23795 * simple.el (visible-mode): Rename from vis-mode.
23796 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23797
23798 * simple.el (current-word): New arg REALLY-WORD specifies
23799 don't include punctuation chars.
23800
23801 * emacs-lisp/debug.el (debug, debugger-env-macro):
23802 Use with-no-warnings while accessing and binding unread-command-char.
23803
23804 * international/mule-cmds.el
23805 (set-display-table-and-terminal-coding-system): Use explicit loop
23806 instead of calling standard-display-default.
23807
23808 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23809 Use condition-case to catch error in ange-ftp-get-files.
23810
23811 * net/browse-url.el (browse-url-browser-function):
23812 Add alternative for Epiphany.
23813 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23814 (browse-url-epiphany-startup-arguments)
23815 (browse-url-epiphany-new-window-is-tab): New variables.
23816 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23817
23818 * progmodes/compile.el (compile-auto-highlight): Default now t.
23819 (compile): Doc fix.
23820 (compilation-next-error): Fix previous change.
23821
23822 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23823
23824 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23825
23826 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23827
23828 * gdb-ui.el (gdb-source-info): Display current frame when
23829 attaching to an existing process.
23830 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23831 while laying out windows when attaching to an existing process.
23832
23833 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23834
23835 * info.el (Info-menu): Use Info-menu-entry-name-re.
23836
23837 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23838
23839 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23840 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23841
23842 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23843 to match the same text.
23844
23845 2003-07-06 John Paul Wallington <jpw@gnu.org>
23846
23847 * vc.el (vc-annotate-offset): Move defvar up.
23848
23849 2003-07-06 Kim F. Storm <storm@cua.dk>
23850
23851 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23852 This should fix the infinite loop when extracting menu names.
23853
23854 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23855
23856 * files.el (auto-mode-alist, interpreter-mode-alist):
23857 Remove entries to CC Mode modes to avoid duplicates; they are now added
23858 with autoload directives in cc-mode.el.
23859
23860 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23861
23862 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23863 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23864 these are changed, so declare them as variables and not constants.
23865
23866 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23867 ensure that the entry for ".c" extension comes before the one for
23868 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23869 Fix incorrect entries that were added to `interpreter-mode-alist'.
23870 Move the autoload directives for AWK to the top level since they
23871 aren't recognized anywhere else. Do not use the new AWK mode doc
23872 in the autoload form for the old AWK mode.
23873
23874 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23875
23876 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23877 (bibtex-sort-ignore-string-entries): Default value t.
23878 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23879 erroneously in previous version.
23880 (bibtex-string-files): Docstring reflects new parsing scheme.
23881 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23882 docstring, add # as one of the chars to crush
23883 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23884 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23885 (bibtex-autokey-name-change-strings)
23886 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23887 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23888 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23889 (bibtex-autokey-title-terminators)
23890 (bibtex-autokey-titlewords-stretch)
23891 (bibtex-autokey-titleword-ignore)
23892 (bibtex-autokey-titleword-case-convert)
23893 (bibtex-autokey-titleword-abbrevs)
23894 (bibtex-autokey-titleword-abbrevs)
23895 (bibtex-autokey-titleword-change-strings)
23896 (bibtex-autokey-titleword-length)
23897 (bibtex-autokey-titleword-separator)
23898 (bibtex-autokey-name-year-separator)
23899 (bibtex-autokey-year-title-separator)
23900 (bibtex-autokey-before-presentation-function)
23901 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23902 Fix docstring.
23903 (bibtex-strings, bibtex-reference-keys):
23904 Use lazy-completion-table and make-variable-buffer-local.
23905 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23906 (bibtex-braced-string-syntax-table)
23907 (bibtex-quoted-string-syntax-table): New variables.
23908 (bibtex-parse-nested-braces): Remove.
23909 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23910 (bibtex-parse-association): Simplify.
23911 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23912 (bibtex-parse-field-text): Simplify.
23913 (bibtex-search-forward-field, bibtex-search-backward-field):
23914 argument BOUND can take value t.
23915 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23916 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23917 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23918 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23919 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23920 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23921 and ending of entry. Update for changes of bibtex-search-entry.
23922 Simplify.
23923 (bibtex-map-entries): FUN is called with three arguments.
23924 (bibtex-search-entry): Return a cons pair with buffer positions of
23925 beginning and end of entry.
23926 (bibtex-enclosing-field): Simplify.
23927 (bibtex-format-entry): Use booktitle to set a missing title.
23928 (bibtex-autokey-get-names): Fiddle with regexps.
23929 (bibtex-generate-autokey): Use identity.
23930 (bibtex-parse-keys): Use simplified parsing algorithm if
23931 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23932 arguments. Return alist of keys.
23933 (bibtex-parse-strings): Simplify. Return alist of strings.
23934 (bibtex-complete-string-cleanup): Fix docstring.
23935 (bibtex-read-key): New function.
23936 (bibtex-mode): Fix docstring. Do not parse for keys and
23937 strings when the mode is entered. Set fill-paragraph-function to
23938 bibtex-fill-field. Setup font-lock-mark-block-function the way
23939 font-lock intended.
23940 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23941 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23942 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23943 (bibtex-Preamble): Avoid hard coded constants.
23944 (bibtex-make-field): Fix docstring. Simplify.
23945 (bibtex-beginning-of-entry): Always return new position of point.
23946 (bibtex-end-of-entry): Rearrange cond clauses.
23947 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23948 Update for changes of bibtex-map-entries.
23949 (bibtex-ispell-abstract): Do not move point.
23950 (bibtex-entry-index): Use downcase. Simplify.
23951 (bibtex-lessp): Handle catch-all.
23952 (bibtex-find-crossref): Turn into a command.
23953 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23954 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23955 preamble entries.
23956 (bibtex-fill-field-bounds): New function.
23957 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23958 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23959 (bibtex-String): Use bibtex-strings. Always obey
23960 bibtex-sort-ignore-string-entries.
23961
23962 2003-07-05 John Paul Wallington <jpw@gnu.org>
23963
23964 * cus-theme.el (customize-create-theme):
23965 Call `customize-create-theme' in Reset widget's notify function.
23966
23967 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23968 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23969 (define-ibuffer-column name): Add summarizer.
23970 (define-ibuffer-column size): Likewise.
23971 (define-ibuffer-column filename): Likewise.
23972 (define-ibuffer-column process): Likewise. Change BODY's output too.
23973 (define-ibuffer-column filename-and-process): Likewise, likewise.
23974 (ibuffer): Remove local vars `already-in' and `need-update'.
23975
23976 * ibuf-ext.el: Don't require `derived' at compile-time.
23977
23978 2003-07-05 Kim F. Storm <storm@cua.dk>
23979
23980 * info.el: Disable paragraph refilling.
23981 (Info-refill-paragraphs): New defcustom.
23982 (Info-fontify-node): Use it.
23983
23984 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23985
23986 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23987 thingies from constructors created by defstruct.
23988
23989 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23990 the default value of the variable.
23991 (byte-code-meter): Move declaration to top level.
23992
23993 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23994
23995 * info.el (Info-following-node-name-re): New fun.
23996 (Info-following-node-name): Remove.
23997 (Info-insert-dir): Use the new fun.
23998 (Info-extract-pointer): Don't save restriction; use new fun.
23999 (Info-menu-entry-name-re): New const.
24000 (Info-menu-entry-name-re): Use it along with new fun.
24001 (Info-node-spec-re): Use new fun.
24002 (Info-complete-menu-item, Info-fontify-node): Use new const.
24003 (Info-goto-node, Info-follow-reference, Info-menu-update):
24004 Use match-string.
24005 (Info-follow-reference): Use assoc-string.
24006 Use a list of strings for the completion table.
24007 (Info-fontify-node): Use match-string, line-end-position.
24008 Limit the search for `node:' to the first line.
24009
24010 * newcomment.el (uncomment-region): Remove padding coming from
24011 comment-start rather than just from comment-padding.
24012
24013 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24014 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24015 (vc-cvs-rename-file): Remove (use the default).
24016 (vc-cvs-register): Register parent dir if needed.
24017 (vc-cvs-could-register): Return non-nil if parent can be registered.
24018 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24019 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24020
24021 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24022 (vc-svn-update): Fix the arguments to `svn'.
24023 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24024 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24025 Simple implementations, assuming `name' is a URL.
24026
24027 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24028 set of chars allowed unquoted in a case pattern.
24029
24030 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24031
24032 * font-lock.el (font-lock-extra-types-widget)
24033 (c-font-lock-extra-types, c++-font-lock-extra-types)
24034 (objc-font-lock-extra-types, java-font-lock-extra-types)
24035 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24036 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24037 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24038 (font-lock-match-c++-structor-declaration)
24039 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24040 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24041 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24042 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24043 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24044 (java-font-lock-keywords-3, java-font-lock-keywords)
24045 (java-font-lock-syntactic-face-function): Remove obsolete code
24046 and constants. It's all in cc-fonts.el now.
24047
24048 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24049
24050 * mail/sendmail.el (mail-specify-envelope-from)
24051 (mail-envelope-from): Doc fix.
24052
24053 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24054
24055 * generic-x.el: Do away with the dependency on `c-emacs-features'
24056 when populating `rul-generic-mode-syntax-table'; we already know
24057 this isn't XEmacs.
24058
24059 See ChangeLog.10 for earlier changes.
24060
24061 ;; Local Variables:
24062 ;; coding: iso-2022-7bit
24063 ;; End:
24064
24065 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24066 Copying and distribution of this file, with or without modification,
24067 are permitted provided the copyright notice and this notice are preserved.
24068
24069 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1