]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
Load term/rxvt if the terminal is actually an
[gnu-emacs] / lisp / ChangeLog
1 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * term/xterm.el: Load term/rxvt if the terminal is actually an
4 rxvt terminal.
5 (xterm-rxvt-set-background-mode): Remove, not used anymore.
6
7 * term/rxvt.el (function-key-map): Use substitute-key-definition
8 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
9
10 * term/cygwin.el: New file.
11
12 2005-07-22 Kim F. Storm <storm@cua.dk>
13
14 * image-file.el (insert-image-file, image-file-yank-handler): Fix
15 last change to maintain a (unique) yank-handler on yanked images.
16
17 2005-07-22 Eduardo Mu\e,Aq\e(Boz <emufer@terra.es> (tiny change)
18
19 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
20 of the file size (as in "177B" for 177 bytes). This happens with
21 "ls -lh" on FreeBSD.
22
23 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
24
25 * hilit-chg.el (highlight-changes-global-initial-state)
26 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
27 (hilit-chg-fixup, highlight-changes-mode):
28 Fix typos in docstrings.
29 (highlight-changes-global-modes, highlight-changes-rotate-faces):
30 Doc fixes.
31
32 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
33
34 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
35 mode function using `eval-after-load'.
36
37 2005-07-21 Kim F. Storm <storm@cua.dk>
38
39 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
40 included when reporting an emacs crash, and tell about the DEBUG file.
41
42 * image-file.el (insert-image-file): Add yank-handler.
43 (image-file-yank-handler): Yank handler to make unique copies of
44 images when they are yanked into a buffer next to each other.
45
46 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
47
48 * comint.el (comint-use-prompt-regexp, comint-send-input)
49 (comint-source-default, comint-extract-string)
50 (comint-get-source, comint-word, comint-completion)
51 (comint-source, comint-prompt-read-only, comint-update-fence):
52 Fix typos in docstrings.
53 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
54 Declare with define-obsolete-*-alias macros.
55 (comint-previous-matching-input-from-input)
56 (comint-next-matching-input-from-input)
57 (comint-previous-matching-input, comint-next-matching-input)
58 (comint-forward-matching-input):
59 Improve argument/docstring consistency.
60
61 * desktop.el (desktop-clear-preserve-buffers-regexp):
62 Also preserve the *server* buffer.
63
64 * simple.el (clone-indirect-buffer): Doc fix.
65 (fixup-whitespace, just-one-space)
66 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
67 (next-error, next-error-highlight)
68 (next-error-highlight-no-select, next-error-last-buffer)
69 (next-error-buffer-p, next-error-find-buffer, next-error)
70 (previous-error, next-error-no-select, previous-error-no-select)
71 (open-line, split-line, minibuffer-prompt-width, kill-new)
72 (binary-overwrite-mode): Fix typos in docstrings.
73 (set-fill-column): Fix typo in message.
74
75 * skeleton.el (skeleton-proxy-new): Doc fix.
76
77 * strokes.el (strokes-load-hook): Doc fix.
78 (strokes-grid-resolution, strokes-get-grid-position)
79 (strokes-renormalize-to-grid, strokes-read-stroke)
80 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
81 (strokes-global-map): Fix typos in docstrings.
82 (strokes-help): Doc fix. Fix help message and pass it through
83 `substitute-command-keys'.
84
85 * tempo.el (tempo-insert-prompt, tempo-interactive)
86 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
87 (tempo-insert-string-functions, tempo-local-tags)
88 (tempo-define-template, tempo-insert-template)
89 (tempo-insert-prompt-compat, tempo-is-user-element)
90 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
91 Fix typos in docstrings.
92
93 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
94 (vcursor-key-bindings, vcursor-use-vcursor-map)
95 (vcursor-find-window, vcursor-scroll-down)
96 (vcursor-disable, vcursor-beginning-of-buffer)
97 (vcursor-end-of-buffer): Fix typos in docstrings.
98 (vcursor-relative-move, vcursor-get-char-count):
99 Improve argument/docstring consistency.
100
101 * version.el: "?\ " -> "?\s".
102
103 * wid-edit.el (widget-default-create, widget-after-change)
104 (widget-default-format-handler, widget-checklist-add-item)
105 (widget-radio-add-item, widget-choose, widget-specify-secret)
106 (widget-field-value-create, widget-field-value-get)
107 (widget-editable-list-format-handler)
108 (widget-editable-list-entry-create, widget-group-value-create)
109 (widget-documentation-link-add)
110 (widget-documentation-string-value-create): "?\ " -> "?\s".
111 (widget-convert-text): Doc fix.
112 (widget-narrow-to-field, widget-field-find)
113 (widget-url-link-action, widget-emacs-library-link-action)
114 (widget-color-notify): Fix typos in docstrings.
115
116 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
117 (x-select-text, set-w32-system-coding-system)
118 (w32-add-charset-info): Fix typos in docstrings.
119
120 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
121 (cua-enable-cua-keys, cua-use-hyper-key)
122 (cua-virtual-rectangle-edges): Fix typos in docstrings.
123 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
124
125 * net/tramp.el (tramp-handle-load): Fix typo in error message.
126
127 * emacs-lisp/re-builder.el (regexp-builder): Declare with
128 `defalias' instead of faking it.
129
130 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
131 (eshell-ls-missing, eshell-ls-dired-initial-args)
132 (eshell-ls-use-in-dired): Fix typos in docstrings.
133
134 2005-07-20 Kim F. Storm <storm@cua.dk>
135
136 * emulation/cua-base.el (cua-mode): Improve doc string.
137
138 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
139
140 * abbrev.el (expand-region-abbrevs): Doc fix.
141 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
142 Improve argument/docstring consistency.
143
144 * arc-mode.el (archive-get-descr, archive-alternate-display):
145 Doc fixes.
146 (archive-l-e): Improve argument/docstring consistency.
147 (archive-tmpdir, archive-unixdate, archive-unixtime)
148 (archive-chmod-entry): Fix typos in docstrings.
149 (archive-unflag, archive-unflag-backwards)
150 (archive-unmark-all-files): "?\ " -> "?\s".
151
152 * buff-menu.el (Buffer-menu-unmark): Doc fix.
153 (Buffer-menu-not-modified, Buffer-menu-execute)
154 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
155 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
156
157 * composite.el (compose-string, encode-composition-rule)
158 (compose-last-chars): Fix typos in docstrings.
159
160 * desktop.el (desktop-enable, desktop-basefilename):
161 Declare with `define-obsolete-variable-alias'.
162 (desktop-internal-v2s): Don't quote keywords.
163 (desktop-clear): "?\ " -> "?\s".
164
165 * dired.el (dired-align-file, dired-flag-backup-files)
166 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
167 (dired-listing-switches, dired-ls-F-marks-symlinks)
168 (dired-dwim-target, dired-load-hook, dired-mode-hook)
169 (dired-directory, dired-faces, dired, dired-revert)
170 (dired-mode, dired-summary, dired-view-file)
171 (dired-copy-filename-as-kill, dired-delete-file)
172 (dired-no-confirm, dired-unmark-all-marks)
173 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
174 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
175 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
176 Fix typos in message strings.
177
178 * dired-x.el (virtual-dired): Declare with `defalias'.
179 (dired-mark-unmarked-files, dired-local-variables-file)
180 (dired-omit-here-always): Doc fix.
181 (dired-omit-mode, dired-find-subdir)
182 (dired-enable-local-variables, dired-clean-up-buffers-too)
183 (dired-extra-startup, dired-mark-extension, dired-jump)
184 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
185 (dired-smart-shell-command, dired-guess-shell-alist-user)
186 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
187 (dired-x-bind-find-file, dired-x-submit-report):
188 Fix typos in docstrings.
189 (dired-mark-unmarked-files): "?\ " -> "?\s".
190
191 * dirtrack.el (dirtrack-list): Fix typos in docstring.
192
193 * faces.el (describe-face): "?\ " -> "?\s".
194 (read-all-face-attributes, read-face-font, modify-face)
195 (face-attr-construct, italic): Fix typos in docstrings.
196 (frame-update-face-colors): Declare with
197 `define-obsolete-function-alias'.
198
199 * files.el (find-file-noselect, recode-file-name): Doc fixes.
200 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
201 (magic-mode-alist, buffer-file-numbers-unique)
202 (write-file-functions, get-free-disk-space):
203 Fix typos in docstrings.
204 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
205 (write-contents-hooks, write-file-hooks):
206 Declare with `define-obsolete-variable-alias'.
207
208 * forms-d2.el (arch-rj): Fix typo in docstrings.
209 (arch-tocol): Likewise. "?\ " -> "?\s".
210
211 * frame.el (set-frame-font, cursor-in-non-selected-windows):
212 Fix typo in docstring.
213 (set-screen-width, set-screen-height): Delete redundant info in
214 doctrings.
215 (new-frame, screen-height, screen-width): Declare with
216 `define-obsolete-function-alias'.
217 (delete-frame-hook, blink-cursor): Declare with
218 `define-obsolete-variable-alias'.
219
220 * paths.el (prune-directory-list): Fix typos in docstring.
221
222 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
223 (cvs-prefix-get): Fix typos in docstrings.
224
225 * ps-print.el (ps-extend-face-list, ps-extend-face)
226 (ps-print-background-image): Fix typos in docstrings.
227 (ps-default-fg, ps-default-bg): Doc fixes.
228
229 * s-region.el (s-region-bind): Doc fix.
230 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
231
232 * textmodes/org.el (org-table-formula-substitute-names)
233 (org-table-get-vertical-vector): Doc fixes.
234 (org-table-recalculate): Remove unused argument to `message'.
235
236 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
237
238 * textmodes/org.el (org-table-column-names)
239 (org-table-column-name-regexp)
240 (org-table-named-field-locations): New variables.
241 (org-archive-subtree): Protect `this-command' when calling
242 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
243 the kill buffer.
244 (org-complete): Remove fixed-formula completion.
245 (org-edit-formulas-map): New variable.
246 (org-table-edit-formulas): New command.
247 (org-finish-edit-formulas, org-abort-edit-formulas)
248 (org-show-variable, org-table-get-vertical-vector): New functions.
249 (org-table-maybe-eval-formula): Handle `:=' fields.
250 (org-table-get-stored-formulas, org-table-store-formulas)
251 (org-table-get-formula, org-table-modify-formulas)
252 (org-table-replace-in-formulas): Handle named field formulas.
253 (org-table-get-specials): Store locations of named fields.
254
255 2005-07-19 Juri Linkov <juri@jurta.org>
256
257 * progmodes/grep.el (grep-regexp-alist)
258 (grep-mode-font-lock-keywords, grep-process-setup):
259 Use default GNU grep match color "01;31m" instead of "01;41m".
260 (grep-regexp-alist, grep-mode-font-lock-keywords):
261 Use `\\[[0-9]*m' instead of `\\[00m'.
262 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
263 sgr_start where its handling is more important. Use the real
264 length of sgr_start instead of constant 8.
265 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
266 specially. Delete all remaining escape sequences.
267 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
268 (grep-regexp-alist): Make hyperlink only for binary file name
269 instead of the whole line.
270 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
271 (grep-mode): Add autoload.
272
273 * emacs-lisp/find-func.el (find-function-regexp):
274 Add `define-compilation-mode'.
275
276 2005-07-19 Juri Linkov <juri@jurta.org>
277
278 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
279 (compare-windows-sync-string-size, compare-windows-recenter)
280 (compare-windows-highlight, compare-windows): Add version 22.1.
281 (compare-windows) <defface>: Inherit from lazy-highlight instead
282 of duplicating its default value.
283
284 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
285 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
286
287 * descr-text.el (describe-char): Create link buttons for `charset'
288 and `code point'. Add the current input method name with a link
289 button to `to input' field. Print face names of display table
290 characters in `The display table entry is displayed by' section
291 instead of printing face-id in the `display' field.
292 Guess hardcoded faces and create a link button for them.
293 Skip empty fields when calculating max-width.
294 Treat `widget-create' specially while inserting strings from the
295 collected field list.
296 (describe-char-after): Made obsolete in version 22.1, not 21.5.
297
298 * diff-mode.el (diff-file-header): Change foreground color from
299 yellow to green on light backgrounds.
300 (diff-context): Inherit from `shadow' only for color/grayscale
301 with more than 88 colors.
302 (diff-indicator-removed, diff-indicator-added)
303 (diff-indicator-changed): New faces.
304 (diff-font-lock-keywords): Use new faces. Regroup rules.
305 Add "^---$" for `normal' diff format. Fontify `#' lines with
306 font-lock-comment-delimiter-face and font-lock-comment-face.
307 Add `#' to ^[^...] in the rule for `diff-context-face'.
308
309 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
310 a button-like box. Inherit from `highlight' on low colors.
311 (shadow): Use shades of gray only for color/grayscale with
312 more than 88 colors. Use green for light backgrounds with
313 8 colors, and yellow for dark backgrounds with 8 colors.
314
315 * font-lock.el (font-lock-regexp-grouping-backslash): Don't
316 inherit from escape-glyph (use bold for all cases).
317
318 * info.el (info-xref-visited): Use light foreground color `violet'
319 for dark backgrounds instead of dark color `magenta3'.
320 (info-title-1): Use `yellow' color for dark backgrounds.
321
322 * isearch.el (isearch): Use not-too-dark magenta3 instead of
323 too-light magenta2.
324
325 * replace.el (match): Use slightly more light RoyalBlue3 instead
326 of dark RoyalBlue4.
327
328 * wid-edit.el (widget-inactive): Inherit from `shadow'.
329
330 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
331
332 * novice.el (disabled-command-hook): Declare it with
333 `define-obsolete-variable-alias'.
334
335 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
336 (desktop-buffer-misc-functions, desktop-buffer-handlers)
337 (desktop-load-default): Add release to obsolescence info.
338 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
339 (desktop-append-buffer-args, desktop-read):
340 Fix typos in docstrings.
341 (desktop-kill): Fix typo in message.
342 (desktop-save): Doc fix.
343
344 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
345
346 * viper-cmd.el (viper-escape-to-state): Bug fix.
347 (viper-envelop-ESC-key): Change the definition of fast
348 keysequence so it'll work with keyboard macros.
349
350 * ediff.el (ediff-patch-buffer): Change the docstring.
351
352 2005-07-19 Kenichi Handa <handa@m17n.org>
353
354 * international/mule-cmds.el (select-safe-coding-system): Try to
355 use an auto-coding (if any) before anything else. If the found
356 auto-coding is invalid, show a warning message.
357
358 * international/mule.el (find-auto-coding): New function created
359 by modifying the body of set-auto-coding.
360 (set-auto-coding): Use find-auto-coding to find a coding.
361
362 2005-07-18 Richard M. Stallman <rms@gnu.org>
363
364 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
365 not isearch-mode-end-hook-error.
366 (allout-before-change-protect): Fix error message.
367
368 2005-07-18 Juri Linkov <juri@jurta.org>
369
370 * allout.el (allout-mode):
371 * calculator.el (calculator-copy):
372 * custom.el (custom-known-themes):
373 * dired.el (dired-desktop-buffer-misc-data)
374 (dired-restore-desktop-buffer):
375 * dired-x.el (dired-omit-marker-char):
376 * files.el (basic-save-buffer):
377 * font-core.el (font-lock-mode):
378 * calendar/calendar.el (calendar-goto-hebrew-date)
379 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
380 (calendar-goto-persian-date):
381 * language/ethio-util.el (ethio-sera-to-fidel-region):
382 * textmodes/picture.el (picture-mode):
383 Delete duplicate duplicate words.
384
385 2005-07-18 Juri Linkov <juri@jurta.org>
386
387 * isearch.el (isearch-mode-map): Remove key bindings for regexp
388 chars * ? } |.
389 (isearch-fallback): Don't call `isearch-process-search-char'.
390 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
391 (isearch-process-search-char): Call `isearch-fallback' for regexp
392 chars * ? } |.
393 (isearch-return-char): Make obsolete with `make-obsolete' instead
394 of simply documenting it as obsolete in the docstring.
395 (isearch-fallback): Refill docstring.
396
397 * international/isearch-x.el
398 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
399 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
400 Test the length of `str'.
401
402 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
403
404 * allout.el (allout-resolve-xref): Fix typos in error strings.
405 (allout-before-change-protect): Remove unneeded `concat'.
406
407 * array.el (array-mode, array-reconfigure-rows)
408 (untabify-backward): Fix typos in docstrings.
409 (array-reconfigure-rows): Use `insert-buffer-substring', not
410 `insert-buffer'.
411
412 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
413 * progmodes/ada-mode.el (ada-make-body): Use
414 `insert-buffer-substring' and `goto-char', not `insert-buffer'.
415
416 * dired.el (dired-log):
417 * tar-mode.el (tar-subfile-save-buffer):
418 * play/zone.el (zone-pgm-stress-destress):
419 Use `insert-buffer-substring', not `insert-buffer'.
420
421 2005-07-17 Simon Josefsson <jas@extundo.com>
422
423 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
424
425 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
426
427 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
428 Add plain auth method.
429 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
430
431 2005-07-17 Kim F. Storm <storm@cua.dk>
432
433 * ido.el (dired-other-window): Add ido property.
434
435 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
436
437 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
438 Fix typo in docstring.
439 (byte-compile-interactive-only-functions): Add `insert-buffer' and
440 `insert-file-literally'.
441
442 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
443 info and delete redundant message. Doc fix.
444 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
445 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
446
447 2005-07-16 Richard M. Stallman <rms@gnu.org>
448
449 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
450 (byte-compile-and): Use byte-compile-and-recursion.
451 (byte-compile-or-recursion): New function.
452 (byte-compile-or): Use that.
453 (byte-compile-if): Guard the else-clause too.
454 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
455
456 * isearch.el (isearch-mode-end-hook-quit): New variable.
457 (isearch-done): Bind it.
458 (isearch-mode-end-hook): Doc fix.
459
460 * allout.el (allout-isearch-did-quit): Variable deleted.
461 (allout-real-isearch-abort): Function name no longer used.
462 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
463 (allout-isearch-rectification): isearch-mode always exists.
464 Don't set allout-isearch-did-quit.
465 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
466 allout-isearch-did-quit.
467 (allout-enwrap-isearch): Just add the hook.
468 (allout-isearch-abort): Function deleted.
469 (allout-pre-command-business): Avoid warning.
470
471 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
472 Correctly avoid warnings.
473 (pascal-outline): Likewise.
474
475 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
476
477 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
478
479 * play/tetris.el (tetris-mode): Avoid warning.
480
481 * play/snake.el (snake-mode): Avoid warning.
482
483 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
484 (gamegrid-set-display-table): Avoid warning.
485 (gamegrid-set-timer): Likewise.
486 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
487 (gamegrid-add-score-with-update-game-score-1): Take FILE
488 as argument.
489 (gamegrid-add-score-with-update-game-score): Pass that argument.
490 Rename have-shared-game-dir to gamegrid-shared-game-dir.
491
492 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
493
494 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
495 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
496
497 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
498 and insert-file.
499
500 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
501 (sc-ask): Avoid warnings.
502
503 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
504 (eshell-hist-initialize): Use that var the natural way.
505
506 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
507
508 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
509 warning calling lre-compile-string.
510 (reb-color-display-p): Avoid warning.
511
512 * calculator.el (calculator-last-input): Guard uses
513 of event-key and key-press-event-p.
514 (event-key, key-press-event-p): Delete definitions.
515
516 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
517 (find-gc-source-directory, find-gc-subrs-callers)
518 (find-gc-noreturn-list, find-gc-source-files)
519 (find-gc-subrs-called): Vars renamed and defvar'd.
520
521 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
522 (checkdoc-overlay-put, checkdoc-delete-overlay)
523 (checkdoc-overlay-start, checkdoc-overlay-end)
524 (checkdoc-mode-line-update, checkdoc-char=):
525 Define such that compiler knows they are defined.
526 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
527 (checkdoc-read-event): Deleted. Use read-event directly.
528
529 * whitespace.el (whitespace-make-overlay)
530 (whitespace-overlay-put, whitespace-delete-overlay)
531 (whitespace-overlay-start, whitespace-overlay-end):
532 Define such that compiler knows they are defined.
533 (whitespace): Move conditional inside.
534
535 * tempo.el (tempo-insert-template): Suppress warning.
536
537 * ediff-diff.el (longlines-mode): Add defvar.
538
539 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
540
541 * server.el: Bind "C-x #" in a way that works even if C-x is
542 redefined to a command key, not a prefix key.
543
544 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
545
546 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
547 cl-make-type-test till execution time.
548
549 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
550
551 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
552 arg ARG and use it.
553
554 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
555
556 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
557
558 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
559
560 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
561 a defcustom with two :set or :type keywords.
562
563 2005-07-15 Richard M. Stallman <rms@gnu.org>
564
565 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
566 Don't give ^M comment-end syntax.
567
568 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
569
570 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
571 Don't consider gdbmi (gdb-mi.el has its own update functions).
572 (gdb-var-delete): Make it work for gdbmi as well.
573 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
574
575 * progmodes/gud.el (etags, sdb): Only require etags when needed.
576 (gud-speedbar-menu-items): Correct logic for enabling items.
577
578 2005-07-15 Kim F. Storm <storm@cua.dk>
579
580 * ido.el: Fix commentary.
581 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
582 Use with-no-warnings around ffap-guesser.
583 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
584 Let bind minibuffer-completing-file-name to t.
585
586 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
587
588 * startup.el (site-run-file, keyboard-type): Doc fixes.
589 (command-line): Check for "--basic-display" argument; also for
590 "--quick", not "--bare-bones" (which was renamed).
591 (fancy-splash-text): Add missing item "Getting New Versions".
592 (normal-splash-screen): Fix typos and improve consistency with
593 `fancy-splash-text'. Update copyright year.
594
595 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
596 valid binding for `help-char'.
597
598 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
599
600 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
601
602 * term.el (term-mode): Disable cua-mode for term buffers.
603
604 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
605
606 * add-log.el (add-log-mailing-address, change-log-merge):
607 Doc fixes.
608 (change-log-get-method-definition): Fix typo in docstring.
609
610 2005-07-14 Kim F. Storm <storm@cua.dk>
611
612 * emulation/cua-base.el:
613 (cua--pre-command-handler-1, cua--pre-command-handler)
614 (cua--post-command-handler-1, cua--post-command-handler):
615 Split in two. Check (buffer local) value of cua-mode.
616 (cua-selection-mode): New command.
617
618 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
619
620 * custom.el (custom-initialize-safe-set)
621 (custom-initialize-safe-default): Doc fixes.
622
623 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
624 and simplify :init-value again.
625
626 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
627 and simplify :init-value again. Delete autoload.
628
629 * startup.el (command-line): Use `custom-reevaluate-setting' again
630 for tooltip-mode.
631
632 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
633 a defcustom with two :initialize keywords.
634
635 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
636
637 * allout.el (my-mark-marker, allout-isearch-prior-pos)
638 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
639 (allout-post-command-business, allout-flag-region)
640 (isearch-reenable-font-lock, allout-yank)
641 (allout-insert-latex-header, allout-insert-latex-trailer)
642 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
643 (allout-latex-verb-quote): Fix typos in docstrings.
644 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
645 (allout-unprotected, allout-prefix-data):
646 Improve argument/docstring consistency.
647 (allout-chart-subtree): Fix argument spec.
648 (allout-open-topic): Rename `use_sib_bullet' argument to
649 `use-sib-bullet'. Doc fix.
650
651 * whitespace.el (whitespace-check-buffer-leading)
652 (whitespace-check-buffer-trailing)
653 (whitespace-check-buffer-indent)
654 (whitespace-check-buffer-spacetab)
655 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
656 (whitespace-check-leading-whitespace)
657 (whitespace-check-trailing-whitespace)
658 (whitespace-check-spacetab-whitespace)
659 (whitespace-check-indent-whitespace)
660 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
661 (whitespace-modes): Fix typos in docstrings.
662 (defgroup, defcustom): Doc fixes.
663
664 * winner.el (winner-mode, winner-boring-buffers)
665 (winner-pending-undo-ring): Doc fixes.
666 (winner-ring): Remove unneeded `progn'.
667 (winner-equal): `defsubst' it.
668 (winner-redo): Fix message.
669
670 2005-07-13 Kim F. Storm <storm@cua.dk>
671
672 * simple.el (line-move-1): Always use vertical-motion to
673 do the last (or only) line move to ensure some movement.
674 Undo 2005-06-23 change--don't check for overlays.
675
676 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
677
678 * term/mac-win.el (ccl-encode-mac-roman-font)
679 (ccl-encode-mac-centraleurroman-font)
680 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
681 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
682 Change charset-id boundary of dimension to ?\xef.
683 (mac-char-fontspec-list): New constant.
684 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
685 argument. Nil uses itself as family in font-spec. Previous
686 behavior for nil is now provided by non-nil non-string argument.
687 All callers changed. Add font-specs for Mac fonts to
688 "fontset-default" unless iso8859-1 fonts are installed.
689
690 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
691
692 * progmodes/sh-script.el (sh-get-indent-info): Only indent
693 a continuation line if the \ is preceded by SPC or TAB.
694 (sh-get-indent-info): Simplify.
695 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
696 Use with-current-buffer.
697
698 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
699 when the matched text is empty.
700
701 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
702
703 * startup.el (command-line): Revert to previous handling of
704 tooltip-mode. Explain in comment why the complexity is needed.
705
706 * tooltip.el (tooltip-mode): Revert to previous implementation of
707 its defcustom.
708
709 * frame.el (blink-cursor-mode): Revert to previous implementation
710 of its defcustom. Update comment.
711
712 2005-07-12 Lars Hansen <larsh@soem.dk>
713
714 * desktop.el: Update e-mail address.
715
716 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
717
718 * term/mac-win.el (mac-services-mail-selection)
719 (mac-services-mail-to): New functions.
720 (mac-application-menu-map): Bind them.
721
722 2005-07-12 wulei <milton@wulei.net> (tiny change)
723
724 * progmodes/gdb-ui.el: Add note about buffering with Windows.
725
726 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
727
728 * custom.el (custom-reevaluate-setting): Doc fix.
729
730 2005-07-11 Jay Belanger <belanger@truman.edu>
731
732 * calc/calc.el (calc-embedded-announce-formula-alist)
733 (calc-embedded-open-close-plain-alist)
734 (calc-embedded-open-close-mode-alist): Add checks for additional
735 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
736
737 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
738
739 * custom.el (custom-enable-theme): Don't add theme to
740 `custom-enabled-themes' with `push' because there is no
741 setf-method for `delq'.
742
743 2005-07-11 Richard M. Stallman <rms@gnu.org>
744
745 * custom.el (custom-declare-variable): Doc fix.
746
747 * dired-aux.el (dired-compare-directories): Remove "." and ".."
748 from the alists.
749
750 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
751 Do nothing if edebug-active.
752
753 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
754 (edebug-display): Do it here instead.
755
756 2005-07-10 Richard M. Stallman <rms@gnu.org>
757
758 * cus-face.el (custom-theme-set-faces): Make it work.
759 (custom-reset-faces): Doc fix.
760 (custom-theme-reset-internal-face, custom-theme-face-value):
761 Functions deleted.
762
763 * custom.el (custom-push-theme): Maintain list of the settings
764 of a given theme in its theme-settings property.
765 Maintain position of old settings in the theme-value
766 or theme-face property.
767 (custom-enabled-themes): New variable.
768 (custom-theme-enabled-p): New function.
769 (provide-theme): Update custom-enabled-themes.
770 Disable and reenable the `user' theme.
771 (require-theme): Doc fix.
772 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
773 (custom-theme-value, custom-theme-variable-value): Likewise.
774 (custom-theme-reset-internal): Likewise.
775 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
776 (custom-enable-theme, custom-disable-theme): New functions.
777 (custom-variable-theme-value, custom-face-theme-value): Likewise.
778 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
779 (custom-theme-reset-variables): Simplify.
780 (deftheme, custom-declare-theme, custom-make-theme-feature):
781 Definitions moved.
782
783 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
784
785 * longlines.el (longlines-show-region)
786 (longlines-unshow-hard-newlines): Recognize hard newlines by
787 non-nil hard property, instead of t.
788
789 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
790
791 * viper-cmd.el (viper--key-maps): New variable.
792 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
793 emulation-mode-map-alists.
794 (viper-envelop-ESC-key): Use viper-subseq.
795 (viper-search-forward/backward/next): Disable debug-on-error.
796
797 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
798 (viper-ESC-key): New defcustoms.
799
800 * viper-macs.el (ex-map-read-args): Use viper-subseq.
801
802 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
803 (viper-subseq): Copy of subseq from cl.el.
804
805 * viper.el (viper-go-away, viper-set-hooks): Use
806 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
807
808 * viper-mous.el (viper-current-frame-saved): Use defvar.
809
810 * viper-init.el: Get rid of -face in face names.
811
812 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
813 Make it work with longlines mode
814
815 * ediff-mult.el (ediff-meta-mode-hook): New variable.
816
817 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
818
819 * ediff-init: Get rid of -face in face names.
820
821 2005-07-10 Richard M. Stallman <rms@gnu.org>
822
823 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
824 and with-timeout-unsuspend.
825
826 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
827 and with-timeout-unsuspend.
828
829 * emacs-lisp/timer.el (with-timeout-timers): New variable.
830 (with-timeout): Bind that variable to record timers.
831 (with-timeout-suspend, with-timeout-unsuspend): New functions.
832
833 * emacs-lisp/debug.el (debug-help-follow): New function.
834 (debugger-mode-map): Use that instead of help-follow.
835 (debugger-setup-buffer): Use eval-buffer-list
836 to handle eval-buffer frames.
837
838 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
839
840 * timezone.el (timezone-parse-date): Change first regexp
841 so it will not mistakenly match dates with no time zone.
842
843 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
844
845 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
846
847 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
848
849 * custom.el (custom-initialize-safe-set)
850 (custom-initialize-safe-default): New functions.
851
852 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
853 and simplify :init-value.
854
855 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
856 and simplify :init-value. Delete obsolete comment.
857
858 * startup.el (command-line): Use `custom-reevaluate-setting' to
859 handle `tooltip-mode'. Delete obsolete comment.
860
861 * files.el (set-visited-file-name): Avoid calling
862 `file-name-nondirectory' with a nil argument.
863
864 2005-07-09 Richard M. Stallman <rms@gnu.org>
865
866 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
867 was called with nil for the buffer, handle the read position right.
868 Handle read position for eval-region, too.
869
870 2005-07-09 Juri Linkov <juri@jurta.org>
871
872 * fringe.el (fringe-mode): Add period in docstring.
873 (fringe-query-style): Build prompt depending on `all-frames' arg.
874
875 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
876 to not create links to unrelated functions in the Help buffer.
877
878 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
879 Doc fix.
880
881 * simple.el (next-error-hook): New variable.
882 (next-error): Use it. Doc fix.
883
884 * textmodes/ispell.el (ispell-command-loop): Add current
885 dictionary name and program name to mode-line-format.
886 (ispell-region, ispell-process-line): Add current dictionary name
887 and program name to messages.
888
889 2005-07-08 Jay Belanger <belanger@truman.edu>
890
891 * calc/calc.el (calc-embedded-announce-formula-alist)
892 (calc-embedded-open-close-formula-alist)
893 (calc-embedded-open-close-word-alist)
894 (calc-embedded-open-close-plain-alist)
895 (calc-embedded-open-close-new-formula-alist)
896 (calc-embedded-open-close-mode-alist)
897 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
898 (calc-embedded-mode-hook): New variables.
899
900 * calc/calc-embed.el (calc-embedded-firsttime)
901 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
902 New variables.
903 (calc-do-embedded): Use calc-embedded-firsttime,
904 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
905 determine whether or not to run hooks.
906 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
907 calc-embedded-firsttime-formula appropriately.
908 Set calc-embedded delimiter variables according to mode.
909
910 2005-07-08 Richard M. Stallman <rms@gnu.org>
911
912 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
913 Check for "emacs", etc., as entire symbol, not just as word.
914 (checkdoc-file-comments-engine): Use regexp-quote on FN.
915
916 * files.el (set-visited-file-name): Report the error
917 for "empty filename" earlier.
918 (kill-some-buffers): Ignore buffers already dead.
919
920 * fringe.el (fringe-mode): Doc fix.
921
922 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
923 Check for (featurep 'xemacs) and turn off warnings in what it guards.
924 Use unwind-protect to ensure byte-compile-unresolved-functions
925 is updated.
926
927 * whitespace.el (whitespace-buffer-leading-cleanup):
928 Simplify w/ skip-chars-forward.
929 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
930
931 * mail/rmail.el (rmail-only-expunge): Fix paren error.
932 Unconditionally try to leave point at the same old place.
933
934 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
935
936 * comint.el (comint-postoutput-scroll-to-bottom)
937 (comint-show-maximum-output): Take scroll-margin into consideration.
938
939 2005-07-08 Kim F. Storm <storm@cua.dk>
940
941 * ido.el (ido-use-filename-at-point): New choice `guess'.
942 (ido-file-internal): Try ffap-guesser if selected.
943
944 * ido.el (ido-before-fallback-functions): New hook.
945 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
946 (ido-read-file-name): Run it.
947
948 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
949
950 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
951 strings rather than a list of symbols to the completion function.
952
953 2005-07-07 Jay Belanger <belanger@truman.edu>
954
955 * calc/calc-units.el (math-apply-units): Change the places in
956 which units are simplified.
957
958 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
959
960 * cus-edit.el (customize-option, customize-option-other-window):
961 Make them handle aliases.
962
963 * custom.el (custom-variable-p): Make it recursively follow
964 aliases. Mention that in the docstring.
965
966 2005-07-07 Richard M. Stallman <rms@gnu.org>
967
968 * cus-start.el (exec-path): Use `directory' instead of `file'.
969 Fix tag for nil.
970
971 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
972
973 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
974 when called non-interactively. Doc fix.
975
976 2005-07-07 Lute Kamstra <lute@gnu.org>
977
978 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
979 new address as well.
980
981 2005-07-07 Kenichi Handa <handa@m17n.org>
982
983 * international/mule.el (make-coding-system):
984 Describe `ascii-incompatible' property in the docstring.
985 (set-file-name-coding-system): Signal an error if coding-system is
986 ascii-incompatible.
987 (set-keyboard-coding-system): Likewise.
988
989 * international/mule-cmds.el (set-default-coding-systems):
990 Don't set default-file-name-coding-system and
991 default-keyboard-coding-system if coding-system is ASCII-incompatible.
992
993 * international/utf-16.el: Declare that all UTF-16-based coding
994 systems are ASCII-incompatible.
995
996 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
997
998 * progmodes/gud.el: Require font-lock for displaying errors.
999 Used by gdb-ui.el.
1000
1001 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
1002
1003 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
1004 values for the pattern lists which are `read'able but not
1005 `append'able (like symbols).
1006
1007 2005-07-06 Richard M. Stallman <rms@gnu.org>
1008
1009 * progmodes/flymake.el (flymake-float-time): Instead of
1010 with-no-warnings, test for xemacs.
1011 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
1012 to avoid warning.
1013
1014 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
1015
1016 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
1017
1018 2005-07-05 Lute Kamstra <lute@gnu.org>
1019
1020 * battery.el: Add support for Darwin (with much debugging help
1021 from Samuel Lauber <sam124@operamail.com>).
1022 (battery-status-function, battery-echo-area-format)
1023 (battery-mode-line-format): Add support for pmset on Darwin.
1024 (battery-load-low, battery-load-critical): New user options.
1025 (battery-pmset): New function.
1026
1027 2005-07-05 Lute Kamstra <lute@gnu.org>
1028
1029 Update FSF's address in GPL notices.
1030
1031 * textmodes/page-ext.el: Update FSF's address.
1032
1033 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
1034
1035 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
1036 filling from using prefix when filling a single-line docstring.
1037
1038 * progmodes/flymake.el: Remove useless eval-when-compile.
1039
1040 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
1041
1042 2005-07-04 Richard M. Stallman <rms@gnu.org>
1043
1044 * textmodes/org.el (org-file-apps-defaults-gnu):
1045 Rename from org-file-apps-defaults-linux.
1046 (org-default-apps): Don't test system-type for `linux'.
1047 (org-file-apps): Doc fix.
1048
1049 2005-07-04 David Ponce <david@dponce.com>
1050
1051 * tree-widget.el: Improve header Commentary section.
1052 (tree-widget) [defgroup]
1053 (tree-widget-image-enable, tree-widget-themes-directory)
1054 (tree-widget-theme, tree-widget-image-properties-emacs)
1055 (tree-widget-image-properties-xemacs, tree-widget-create-image)
1056 (tree-widget-image-formats, tree-widget-control)
1057 (tree-widget-empty-control, tree-widget-leaf-control
1058 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
1059 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
1060 (tree-widget-keep, tree-widget-after-toggle-functions)
1061 (tree-widget-open-node, tree-widget-close-node): Doc fix.
1062 (tree-widget-open-control, tree-widget-close-control): Fix doc and
1063 :help-echo message.
1064 (tree-widget-set-theme): Doc fix. Use `string-equal'.
1065 (tree-widget-image-properties): Doc fix. Clearer implementation.
1066 (tree-widget--cursors): New constant.
1067 (tree-widget-lookup-image): New function split from
1068 `tree-widget-find-image'. Clearer implementation.
1069 (tree-widget-find-image): Use it.
1070 (tree-widget-button-keymap): Use `set-keymap-parent'.
1071 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
1072 Define the sub-widgets here.
1073 (tree-widget-node): Check that :node is not a tree-widget.
1074 (tree-widget-get-super, tree-widget-open-control)
1075 (tree-widget-close-control, tree-widget-empty-control)
1076 (tree-widget-leaf-control, tree-widget-guide)
1077 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
1078 (tree-widget-no-handle, tree-widget-value-delete)
1079 (tree-widget-map): Remove.
1080 (tree-widget-children-value-save): Doc fix. Simplified.
1081 (tree-widget-value-create): Update according to previous changes.
1082
1083 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
1084
1085 * textmodes/org.el: Leading space replaced by TABS.
1086 (org-recalc-marks, org-table-rotate-recalc-marks)
1087 (org-table-get-specials): Treat "^" and "_" marks.
1088 (org-table-justify-field-maybe): Optional argument NEW.
1089 (org-table-eval-formula): Parsing of the format simplified.
1090 New modes C,I. Honor the %= parameter in the current table.
1091 Avoid unnecessary re-align by using the NEW argument to
1092 `org-table-justify-field-maybe'.
1093 (org-calc-default-modes): Default for date-format mimicks org-mode.
1094 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
1095
1096 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
1097
1098 * cus-face.el (custom-theme-set-faces): Make it handle face
1099 aliases whose alias declarations are pre- or autoloaded.
1100
1101 2005-07-04 Juri Linkov <juri@jurta.org>
1102
1103 * faces.el (read-face-name): Put the code for getting a face name
1104 from the buffer before adding the faces from the `face' property.
1105 Use `completing-read-multiple' instead of `completing-read'.
1106 Require `crm'. Add default value and post-process the returned
1107 list of faces.
1108
1109 * emacs-lisp/crm.el (crm-find-current-element)
1110 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1111
1112 * emacs-lisp/lisp-mode.el (eval-defun-1):
1113 * emacs-lisp/edebug.el (edebug-eval-defun):
1114 Remove unnecessary quotes.
1115
1116 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1117
1118 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1119 (prolog-indent-level): Fix typo in docstring.
1120
1121 * info.el (Info-history, Info-history-forward)
1122 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1123
1124 * add-log.el (add-change-log-entry):
1125 * comint.el (comint-dynamic-list-input-ring)
1126 (comint-dynamic-list-completions):
1127 * dabbrev.el (dabbrev-expand):
1128 * delim-col.el (delimit-columns-rectangle-line):
1129 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1130 (diff-unified->context):
1131 * ediff-init.el (ediff-abbrev-jobname):
1132 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1133 (ediff-replace-session-activity-marker-in-meta-buffer):
1134 * info.el (Info-summary):
1135 * lpr.el (printify-region):
1136 * printing.el (pr-create-interface):
1137 * ps-print.el (ps-print-quote):
1138 * ses.el (ses-column-widths, ses-print-cell)
1139 (ses-adjust-print-width, ses-center):
1140 * shell.el (shell-file-name-quote-list):
1141 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1142 (strokes-fill-current-buffer-with-whitespace)
1143 (strokes-xpm-for-stroke, strokes-list-strokes)
1144 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1145 * term.el (term-dynamic-list-input-ring)
1146 (term-dynamic-list-completions):
1147 * calc/calc.el (math-format-stack-value):
1148 * emacs-lisp/edebug.el (edebug-display-freq-count):
1149 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1150 (delphi-new-comment-line):
1151 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1152 * progmodes/executable.el (executable-set-magic):
1153 * progmodes/python.el (inferior-python-mode):
1154 * progmodes/scheme.el (scheme-mode-syntax-table):
1155 * progmodes/sh-script.el (sh-maybe-here-document):
1156 * progmodes/sql.el (sql-copy-column):
1157 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1158 * textmodes/bibtex.el (bibtex-mode):
1159 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1160 (sgml-auto-attributes):
1161 * textmodes/table.el (table-insert, table-shorten-cell)
1162 (table--generate-source-scan-lines, table-delete-row)
1163 (*table--cell-delete-char, table--spacify-frame)
1164 (table--horizontally-shift-above-and-below)
1165 (table--cell-insert-char, table--cell-blank-str)
1166 (table--fill-region-strictly):
1167 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1168 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1169
1170 * add-log.el (change-log):
1171 * apropos.el (apropos):
1172 * comint.el (comint-completion, comint-source):
1173 * dabbrev.el (dabbrev):
1174 * delim-col.el (columns):
1175 * diff-mode.el (diff-mode):
1176 * ediff.el (ediff):
1177 * ediff-diff.el (ediff-diff):
1178 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1179 * ediff-mult.el (ediff-mult):
1180 * ediff-ptch.el (ediff-ptch):
1181 * ediff-wind.el (ediff-window):
1182 * facemenu.el (facemenu):
1183 * indent.el (indent):
1184 * info.el (info):
1185 * jka-cmpr-hook.el (compression, jka-compr):
1186 * lpr.el (lpr):
1187 * outline.el (outlines):
1188 * pcmpl-cvs.el (pcmpl-cvs):
1189 * pcmpl-rpm.el (pcmpl-rpm):
1190 * printing.el (printing):
1191 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1192 (ps-print-vertical, ps-print-headers, ps-print-font)
1193 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1194 (ps-print-background, ps-print-printer, ps-print-page)
1195 (ps-print-miscellany):
1196 * ses.el (ses):
1197 * shell.el (shell, shell-directories, shell-faces):
1198 * startup.el (initialization):
1199 * strokes.el (strokes):
1200 * term.el (term):
1201 * uniquify.el (uniquify):
1202 * w32-vars.el (w32):
1203 * calc/calc.el (calc):
1204 * emacs-lisp/bytecomp.el (bytecomp):
1205 * emacs-lisp/cl-indent.el (lisp-indent):
1206 * emacs-lisp/edebug.el (edebug):
1207 * emacs-lisp/elp.el (elp):
1208 * emacs-lisp/testcover.el (testcover):
1209 * emacs-lisp/trace.el (trace):
1210 * emulation/viper-ex.el (viper-ex):
1211 * emulation/viper-mous.el (viper-mouse):
1212 * mail/mailalias.el (mailalias):
1213 * mail/supercite.el (supercite, supercite-frames)
1214 (supercite-attr, supercite-cite, supercite-hooks):
1215 * net/rcompile.el (remote-compile):
1216 * net/rlogin.el (rlogin):
1217 * obsolete/ooutline.el (outlines):
1218 * progmodes/delphi.el (delphi):
1219 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1220 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1221 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1222 (ebnf-optimization):
1223 * progmodes/etags.el (etags):
1224 * progmodes/executable.el (executable):
1225 * progmodes/idlwave.el (idlwave):
1226 * progmodes/pascal.el (pascal):
1227 * progmodes/prolog.el (prolog):
1228 * progmodes/python.el (python):
1229 * progmodes/scheme.el (scheme):
1230 * progmodes/sh-script.el (sh, sh-script):
1231 * progmodes/sql.el (SQL):
1232 * progmodes/tcl.el (tcl):
1233 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1234 * textmodes/enriched.el (enriched):
1235 * textmodes/makeinfo.el (makeinfo):
1236 * textmodes/sgml-mode.el (sgml):
1237 * textmodes/table.el (table-hooks):
1238 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1239 * textmodes/texinfo.el (texinfo):
1240 * textmodes/two-column.el (two-column):
1241 Finish `defgroup' description with period.
1242
1243 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1244 * eshell/esh-var.el (eshell-var):
1245 * progmodes/vhdl-mode.el (vhdl-testbench):
1246 * textmodes/org.el (org): Fix typos in docstrings.
1247
1248 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1249 consistency.
1250
1251 * progmodes/flymake.el (flymake-find-file): Remove.
1252 (flymake-float-time): Use `with-no-warnings'.
1253 (flymake-check-start-time, flymake-check-was-interrupted)
1254 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1255 (flymake-new-err-info): `defvar' at compile time.
1256
1257 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1258
1259 * replace.el (occur-hook): Doc fix.
1260 (occur-1): Don't call `occur-hook' if there are no matches.
1261
1262 2005-07-03 Richard M. Stallman <rms@gnu.org>
1263
1264 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1265 global-map, save the same map.
1266 (global-map): Don't alter it at top level.
1267 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1268 Then alter it here instead.
1269 (tpu-edt-off): Set global-map to the saved one.
1270
1271 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1272 All references simplified.
1273 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1274 (zmacs-regions): Add defvar.
1275 (repeat-complex-command-map): Everything about that deleted.
1276
1277 * textmodes/artist.el (artist-key-is-drawing)
1278 (artist-key-endpoint1, artist-key-poly-point-list)
1279 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1280 (artist-key-compl-table, artist-rb-save-data)
1281 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1282 Don't put them in eval-when-compile.
1283 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1284
1285 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1286 Use with-no-warnings.
1287
1288 * net/browse-url.el (dos-windows-version): Add defvar.
1289
1290 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1291
1292 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1293 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1294 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1295 Add defvar.
1296 (rmail-summary-beginning-of-message): Use with-no-warnings.
1297 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1298
1299 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1300 Use with-no-warnings.
1301
1302 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1303 (c-mark-function): Add point-moving-unit property.
1304 (vi-goto-line): Use with-no-warnings.
1305
1306 * emulation/edt.el (edt-last-copied-word): Add defvar.
1307 (zmacs-region-stays): Likewise.
1308 (edt-mark-section-wisely): Use c-mark-function for C.
1309 Use makr-defun for Fortran.
1310 (time-string): defvar deleted.
1311 (edt-display-the-time): Don't set time-string.
1312
1313 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1314
1315 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1316 Don't warn when name is not constant
1317 or for defining the group `emacs'.
1318
1319 * tooltip.el (gud-tooltip-mode): Add defvar.
1320
1321 * startup.el (default-frame-background-mode): Add defvar.
1322
1323 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1324
1325 * info.el (tool-bar-map): Add defvar.
1326
1327 * dired.el (dnd-protocol-alist): Add defvar.
1328
1329 * dired-aux.el (dired-query): Display question with answer, when
1330 the user answers.
1331
1332 * custom.el (custom-add-option): Doc fix.
1333
1334 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1335
1336 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1337
1338 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1339 bogus name from the last change.
1340
1341 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1342
1343 * custom.el (custom-declare-variable): Fix typos in comment.
1344 (custom-known-themes): Doc fix.
1345 (custom-theme-directory): New defcustom.
1346 (require-theme): Make it check `custom-theme-directory'.
1347
1348 * cus-theme.el (custom-new-theme-mode): New function.
1349 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1350 (custom-theme-description): Add compiler defvars.
1351 (customize-create-theme): Add doc to the "*New Custom Theme*"
1352 buffer. Use `custom-new-theme-mode'.
1353 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1354 and save it to the `custom-theme-directory'. Make this the
1355 default directory of the buffer.
1356
1357 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1358
1359 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1360 Fix unbalanced parentheses.
1361
1362 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1363
1364 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1365 into flymake-mode and delegate to flymake-mode.
1366
1367 * find-file.el (ff-which-function-are-we-in): Clean up.
1368
1369 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1370
1371 * replace.el (occur-rename-buffer): Fix docstring.
1372
1373 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1374 (edt-last-copied-word, edt-learn-macro-count)
1375 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1376 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1377 (time-string, zmacs-region-stays):
1378 * emulation/edt-mapper.el (edt-save-function-key-map)
1379 (EDT-key-name): `defvar' to silence the byte-compiler.
1380
1381 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1382
1383 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1384 font-lock-regexp-backslash. Doc fix.
1385 (font-lock-regexp-backslash-grouping-construct): Rename from
1386 font-lock-regexp-backslash-construct. Doc fix.
1387 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1388 grouping constructs.
1389
1390 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1391
1392 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1393 updating all the prerequisites.
1394
1395 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1396
1397 * textmodes/org.el (org-agenda-start-on-weekday)
1398 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1399 (org-agenda-use-time-grid, org-archive-location)
1400 (org-allow-space-in-links, org-usenet-links-prefer-google)
1401 (org-enable-table-editor, org-export-default-language)
1402 (org-export-html-show-new-buffer, org-fill-paragraph)
1403 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1404 (org-goto-quit, org-occur, org-eval-in-calendar)
1405 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1406 (org-agenda-diary-entry, org-remember-help)
1407 (org-table-convert-region, org-at-table-p)
1408 (org-table-move-row-down, org-table-move-row-up)
1409 (org-table-copy-region, org-table-toggle-vline-visibility)
1410 (org-table-get-stored-formulas, org-table-get-specials)
1411 (org-recalc-commands, org-table-eval-formula)
1412 (org-table-formula-substitute-names, orgtbl-make-binding)
1413 (org-format-org-table-html, org-format-table-table-html)
1414 (org-format-table-table-html-using-table-generate-source)
1415 (org-customize): Fix typos in docstrings.
1416 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1417 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1418 (org-back-to-heading): Doc fixes.
1419 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1420 (org-agenda-change-all-lines, org-get-header):
1421 Improve argument/docstring consistency.
1422 (orgtbl-error): Fix error message.
1423
1424 * progmodes/flymake.el (flymake-find-possible-master-files)
1425 (flymake-master-file-compare, flymake-get-line-err-count)
1426 (flymake-highlight-line, flymake-gui-warnings-enabled):
1427 Fix typos in docstrings.
1428 (flymake-parse-line, flymake-get-project-include-dirs-function)
1429 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1430 Doc fixes.
1431 (flymake-get-project-include-dirs-function)
1432 (flymake-make-err-menu-data):
1433 Improve argument/docstring consistency.
1434
1435 2005-07-01 Lute Kamstra <lute@gnu.org>
1436
1437 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1438 Catch errors with ignore-errors. Use temporary buffer.
1439 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1440
1441 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1442 background color faces.
1443 (facemenu-set-foreground, facemenu-set-background):
1444 Use facemenu-set-face-from-menu.
1445 (facemenu-set-face-from-menu): Treat face names that start with
1446 "fg:" or "bg:" as special.
1447 (facemenu-add-new-color): Don't create faces. Simplify.
1448
1449 2005-06-30 Richard M. Stallman <rms@gnu.org>
1450
1451 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1452 (crm-find-current-element): Likewise.
1453
1454 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1455
1456 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1457
1458 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1459
1460 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1461 (archive-mouse-extract): Make it an obsolete alias.
1462 (archive-mode-map): Don't use archive-mouse-extract any more.
1463 (archive-mode, archive-extract): write-contents-hooks ->
1464 write-contents-functions.
1465 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1466 first arg.
1467 (archive-rename-entry): Update the call.
1468 (archive-zip-summarize): Remove unused var `method'.
1469 (archive-lzh-summarize): Remove unused var `creator'.
1470
1471 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1472 dedicated frame upon exit.
1473
1474 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1475 (archive-zip-extract, archive-zip-expunge)
1476 (archive-zip-update, archive-zip-update-case): Use executable-find.
1477 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1478 Use restore-buffer-modified-p.
1479 (archive-extract, archive-add-new-member, archive-write-file-member):
1480 Use with-current-buffer.
1481 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1482
1483 2005-06-30 Andreas Schwab <schwab@suse.de>
1484
1485 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1486
1487 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1488
1489 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1490
1491 2005-06-30 Juri Linkov <juri@jurta.org>
1492
1493 * faces.el (vertical-border): Inherit from mode-line-inactive
1494 only on tty.
1495
1496 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1497
1498 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1499 example, -NLINES in the `occur' docstring).
1500
1501 * replace.el (occur-1): When no matches are found, do not set the
1502 `buffer-read-only' and modified flags for the occur buffer,
1503 because it is deleted.
1504
1505 * emulation/cua-base.el (cua-check-pending-input)
1506 (cua-repeat-replace-region, cua-mode, cua-debug)
1507 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1508 Fix typos in docstrings.
1509
1510 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1511 (cua-cut-region-to-global-mark)
1512 (cua--cut-rectangle-to-global-mark):
1513 Remove period from end of messages.
1514
1515 * emulation/cua-rect.el (cua-do-rectangle-padding):
1516 Remove period from end of messages.
1517 (cua--rectangle-seq-format): Fix typo in docstring.
1518 (cua-sequence-rectangle, cua-fill-char-rectangle):
1519 Improve argument/docstring consistency.
1520
1521 2005-06-29 Juri Linkov <juri@jurta.org>
1522
1523 * faces.el (default-frame-background-mode): New internal variable.
1524 (frame-set-background-mode): Use it.
1525
1526 * startup.el (normal-top-level): Set default-frame-background-mode
1527 instead of frame-background-mode. Before setting it, test for its
1528 nil value. Remove tests for frame-background-mode and frame
1529 parameter `reverse'. Add test for "unspecified-fg".
1530
1531 * term/xterm.el (xterm-rxvt-set-background-mode):
1532 * term/rxvt.el (rxvt-set-background-mode):
1533 Set default-frame-background-mode instead of frame-background-mode.
1534
1535 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1536
1537 * simple.el (set-variable): Warn about obsolete user variables.
1538
1539 * imenu.el (imenu--completion-buffer):
1540 * mouse.el (mouse-buffer-menu-alist):
1541 * msb.el (msb-invisible-buffer-p):
1542 * calendar/diary-lib.el (diary-header-line-format):
1543 * emacs-lisp/pp.el (pp-buffer):
1544 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1545 * textmodes/picture.el (picture-replace-match):
1546 Change space constants followed by a sexp to "?\s ".
1547
1548 * play/decipher.el (decipher-loop-with-breaks):
1549 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1550 constants "protected" from end of line by a comment to "?\s".
1551
1552 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1553
1554 * font-lock.el (save-buffer-state): Use `declare'.
1555
1556 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1557 reset the syntax-table to cperl-mode-syntax-table.
1558 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1559 "foo_print_bar" is not matched as a reserved keyword.
1560
1561 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1562
1563 * textmodes/org.el (orgtbl-setup): New function, for delayed
1564 setup for the orgtbl commands.
1565 (org-calc-default-modes): New option.
1566 (orgtbl-make-binding): Use `defun' to get better help display.
1567 (org-diary): Call `org-compile-prefix-format'.
1568 (org-table-formula-substitute-names): New function.
1569 (org-agenda-day-view, org-agenda-week-view): New commands.
1570 (org-agenda-toggle-week-view): Command removed.
1571 (org-tbl-menu): Split off from org-org-menu.
1572 (org-mode): Move removal of outline-mode menus to here.
1573 (org-table-formula-debug): New option.
1574 (org-table-insert-row): Keep first field if just "#" or "*".
1575 (org-mode): Paragraph regexps fixed.
1576 (org-table-recalculate-regexp): New constant.
1577 (org-table-justify-field-maybe): Avoid replace if not necessary.
1578 (org-copy-special, org-cut-special): Use `call-interactively'.
1579 (org-table-copy-region): Take region from `interactive' call.
1580 (org-trim): Return string even if no match.
1581 (org-formula): New face.
1582 (org-set-font-lock-defaults): No longer highlight "FIXME".
1583 But highlight formula-related fields in table.
1584 (org-table-p): Use regexp, not fontification.
1585 (org-table-align): Handle white space at end of line.
1586 (org-table-formula-evaluate-inline): New option.
1587 (org-mode): Auto-wrapping in comment lines turned off.
1588 (org-table-copy-down): Evaluate only in copied field, not in
1589 destination.
1590 (org-table-current-formula): Variable removed.
1591 (org-table-store-formulas, org-table-get-stored-formulas)
1592 (org-table-modify-formulas, org-table-replace-in-formulas)
1593 (org-table-maybe-eval-formula): New functions.
1594 (org-table-get-formula): Modify to use stored formulas.
1595 (org-table-insert-column, org-table-delete-column)
1596 (org-table-move-column): Call `org-table-modify-formulas'.
1597 (org-complete): Add completion for keyword formulas.
1598 (orgtbl-mode): Pull orgtbl-mode-map to start of
1599 minor-mode-map-alist.
1600
1601 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1602
1603 * progmodes/python.el (python-check): Require `compile' before
1604 modifying its variables.
1605
1606 * newcomment.el (comment-indent-default): Don't get fooled by an early
1607 end of buffer.
1608
1609 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1610
1611 * ps-print.el (ps-print-version): Fix version number.
1612
1613 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1614
1615 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1616
1617 2005-06-28 Richard M. Stallman <rms@gnu.org>
1618
1619 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1620 (flyspell-local-mouse-map): Declaration deleted.
1621 (flyspell-mouse-map): Bind only mouse-2.
1622 (flyspell-mode-map): Don't test flyspell-use-local-map.
1623 (flyspell-overlay-keymap-property-name): Var deleted.
1624 (flyspell-mode-on): Don't make local bindings for
1625 flyspell-mouse-map and flyspell-mode-map.
1626 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1627
1628 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1629
1630 * progmodes/compile.el (compilation-next-error-function):
1631 Don't switch buffers; operate on the current buffer.
1632
1633 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1634
1635 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1636
1637 * bindings.el (global-map): Bind insertchar and its variants.
1638
1639 2005-06-27 Richard M. Stallman <rms@gnu.org>
1640
1641 * textmodes/artist.el (artist-text-overwrite)
1642 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1643
1644 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1645
1646 * ps-print.el: It was not working the page selection for printing.
1647 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1648 (ps-print-version): New version 6.6.7.
1649 (ps-end-sheet): New fun.
1650 (ps-header-sheet, ps-end-job): Call it.
1651
1652 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1653
1654 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1655
1656 2005-06-27 Lute Kamstra <lute@gnu.org>
1657
1658 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1659 background color faces.
1660 (facemenu-get-face): Delete function.
1661 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1662 (facemenu-add-new-color): Make second argument mandatory.
1663 Create the appropriate face and return it. Simplify.
1664 (facemenu-set-foreground, facemenu-set-background): Don't check if
1665 color is defined. Use return value of facemenu-add-new-color.
1666
1667 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1668
1669 * progmodes/gud.el (gud-filter): Add missing argument to
1670 with-selected-window.
1671
1672 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1673
1674 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1675 a :require to the defcustom.
1676
1677 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1678 defcustoms corresponding to minor modes.
1679
1680 2005-06-26 David Ponce <david@dponce.com>
1681
1682 * recentf.el: Require tree-widget instead of wid-edit.
1683 (recentf-filename-handler): Fix widget :type.
1684 (recentf-cancel-dialog, recentf-open-more-files)
1685 (recentf-open-files-action): Doc fix.
1686 (recentf-dialog-goto-first): New function.
1687 (recentf-dialog-mode-map): Set parent keymap first.
1688 (recentf-dialog-mode): Define with define-derived-mode.
1689 Don't display continuation lines in dialogs.
1690 (recentf-edit-list): Rename from recentf-edit-selected-items.
1691 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1692 Simplify.
1693 (recentf-edit-list-validate): New function.
1694 (recentf-edit-list): Update accordingly.
1695 (recentf-open-files-item-shift): Remove.
1696 (recentf-open-files-item): Convert menu elements into tree and
1697 link widgets. Don't create the widgets.
1698 (recentf-open-files): Update accordingly.
1699 (recentf-save-list): Untabify.
1700
1701 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1702
1703 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1704 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1705 partially contained in the active region. Do not take active
1706 region into account when called from Lisp, unless INTERACTIVE arg
1707 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1708 avoid trouble with fields. Make marker point nowhere when no
1709 longer used. Always return nil. Doc fix.
1710 (flush-lines): Add INTERACTIVE arg. Do not take active region
1711 into account when called from Lisp, unless INTERACTIVE arg is
1712 non-nil. Use `forward-line' instead of `beginning-of-line' to
1713 avoid trouble with fields. Make marker point nowhere when no
1714 longer used. Always return nil. Doc fix.
1715 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1716 interchangeable. Do not take active region into account when
1717 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1718 message in echo area when called from Lisp, unless INTERACTIVE arg
1719 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1720 Return the number of matches. Doc fix.
1721 (occur): Doc fix.
1722 (perform-replace): Make comment follow double space convention for
1723 the sake of `outline-minor-mode'.
1724
1725 * faces.el (facep): Doc fix.
1726
1727 2005-06-25 Richard M. Stallman <rms@gnu.org>
1728
1729 * facemenu.el (facemenu-enable-faces-p): New function.
1730 (facemenu-background-menu, facemenu-foreground-menu)
1731 (facemenu-face-menu): Add menu-enable property.
1732
1733 * jka-compr.el (jka-compr-insert-file-contents):
1734 Special handling if cannot find the uncompression program.
1735
1736 * cus-face.el (custom-face-attributes): Add autoload.
1737
1738 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1739 Bind comment-indent-function locally.
1740
1741 * window.el (save-selected-window): Use save-current-buffer.
1742
1743 * subr.el (with-selected-window): Use save-current-buffer.
1744
1745 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1746 and with-current-buffer.
1747
1748 2005-06-24 Richard M. Stallman <rms@gnu.org>
1749
1750 * simple.el (line-move-1): Fix previous change.
1751
1752 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1753
1754 * replace.el (occur-1): Set `buffer-read-only' and the
1755 buffer-modified flag before running `occur-hook' to protect
1756 against unintentional buffer switches that can lead to data loss.
1757
1758 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1759
1760 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1761 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1762 initial error.
1763
1764 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1765 after fresh input.
1766 (gdb-var-create-handler): Put name of expression in quotes.
1767
1768 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1769
1770 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1771 elements of RING in order, and without bogus nil elements.
1772
1773 2005-06-23 Richard M. Stallman <rms@gnu.org>
1774
1775 * simple.el (set-variable): Args renamed; doc fix.
1776 (line-move-1): When there are overlays around, use vertical-motion.
1777
1778 * faces.el (escape-glyph): Use brown against light background.
1779 (nobreak-space): Rename from no-break-space.
1780 Fix previous change.
1781
1782 * dired-aux.el (dired-do-copy): Fix arg prompt.
1783
1784 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1785
1786 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1787
1788 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1789 rather than "Distributor".
1790
1791 2005-06-23 Lute Kamstra <lute@gnu.org>
1792
1793 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1794 (debug-on-entry): Use it. New interactive declaration that uses
1795 function-called-at-point.
1796
1797 2005-06-23 Kim F. Storm <storm@cua.dk>
1798
1799 * subr.el (save-match-data): Add comment about using evaporate arg
1800 to set-match-data.
1801
1802 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1803
1804 * cus-edit.el (customize-face)
1805 (customize-face-other-window): Handle face aliases.
1806
1807 * faces.el (face-documentation, set-face-attribute)
1808 (face-spec-set): Handle face aliases.
1809
1810 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1811
1812 * help-mode.el (help-make-xrefs): If a symbol representing a face
1813 name is not followed by the word "face", it could still be a
1814 function or variable name, so don't bypass other checks.
1815
1816 2005-06-22 Juri Linkov <juri@jurta.org>
1817
1818 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1819 Replace aliased functions with calls where second arg `inherit' is t.
1820
1821 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1822
1823 * progmodes/gdb-ui.el (gdb-error): New variable.
1824 (gdb-error): New function.
1825 (gdb-annotation-rules): Act on error-begin and error annotations.
1826 (gdb-concat-output): Use font-lock-warning-face for errors.
1827
1828 2005-06-22 Miles Bader <miles@gnu.org>
1829
1830 * bindings.el (propertized-buffer-identification): Use renamed
1831 `Buffer-menu-buffer' face.
1832
1833 * faces.el (vertical-border): Rename from `vertical-divider'.
1834 (escape-glyph): Change dark-background color back to `cyan'.
1835
1836 2005-06-21 Juri Linkov <juri@jurta.org>
1837
1838 * faces.el (face-user-default-spec): Try getting `customized-face'
1839 prior to `saved-face'.
1840 (frame-background-mode): Refill docstring.
1841
1842 * emacs-lisp/lisp-mode.el (eval-defun-1):
1843 * emacs-lisp/edebug.el (edebug-eval-defun):
1844 Set `saved-face' temporarily to nil before calling form.
1845 Set `customized-face' to the new spec after that.
1846
1847 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1848
1849 * subr.el (1value, lambda, key-substitution-in-progress):
1850 Doc fixes.
1851
1852 * autoinsert.el (auto-insert-alist):
1853 * ses.el (ses-call-printer):
1854 * subr.el (noreturn):
1855 * emacs-lisp/lisp.el (check-parens):
1856 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1857 * net/browse-url.el (browse-url-mosaic):
1858 * progmodes/cc-defs.el (c-safe-scan-lists):
1859 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1860 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1861 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1862 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1863 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1864 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1865
1866 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1867
1868 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1869
1870 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1871
1872 * calendar/appt.el (appt-make-list): Activate the package, if
1873 not already active (for backwards compatibility).
1874
1875 2005-06-20 Kim F. Storm <storm@cua.dk>
1876
1877 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1878
1879 2005-06-20 Miles Bader <miles@gnu.org>
1880
1881 * faces.el (vertical-divider): New face.
1882
1883 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1884
1885 * simple.el (kill-whole-line): Doc fix.
1886 (next-error-buffer-p, next-error-find-buffer)
1887 (clone-indirect-buffer): Fix typos in docstrings.
1888 (comment-line-break-function): Doc fix: don't say variable
1889 is automatically buffer-local (it isn't).
1890
1891 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1892
1893 * net/tramp-ftp.el (top):
1894 * net/tramp-smb.el (top):
1895 * net/tramp-util.el (top):
1896 * net/tramp-uu.el (top):
1897 * net/tramp-vc.el (top):
1898 * net/tramp.el (top): Revert copyright years back to original
1899 ones. Tramp has a life outside GNU Emacs.
1900
1901 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1902
1903 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1904
1905 2005-06-18 Juri Linkov <juri@jurta.org>
1906
1907 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1908 end of first regexp to limit the match to the position between
1909 line number and source line with same separator character as used
1910 between file name and line number. In the second regexp limit
1911 mouse-face area to file name and line number by adding new group
1912 for them and referring it in HYPERLINK arg.
1913 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1914 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1915 previous line where grep markers may be already removed.
1916
1917 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1918
1919 * progmodes/ps-mode.el: Update version and maintainer's email address.
1920
1921 2005-06-18 Steve Youngs <steve@xemacs.org>
1922
1923 * net/browse-url.el (browse-url-browser-function)
1924 (browse-url-default-browser): Add firefox.
1925 (browse-url-firefox-program, browse-url-firefox-arguments)
1926 (browse-url-firefox-startup-arguments)
1927 (browse-url-firefox-new-window-is-tab): New defcustoms.
1928 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1929
1930 2005-06-17 Richard M. Stallman <rms@gnu.org>
1931
1932 * startup.el (command-line): Warn if specified user name has
1933 no home directory.
1934
1935 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1936 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1937
1938 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1939 Doc fixes.
1940
1941 * faces.el (underline): Try bold if terminal doesn't support underline.
1942
1943 * mail/sendmail.el (mail-setup-with-from): New variable.
1944 (mail-insert-from-field): New function.
1945 (sendmail-send-it): Call it.
1946 (mail-setup): Optionally call it here.
1947
1948 * term/linux.el: Call tty-no-underline.
1949
1950 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1951
1952 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1953
1954 2005-06-17 Miles Bader <miles@gnu.org>
1955
1956 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1957 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1958 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1959 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1960 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1961 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1962 Remove "-face" suffix from face names.
1963 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1964 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1965 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1966 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1967 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1968 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1969 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1970 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1971 New backward-compatibility aliases for renamed faces.
1972 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1973 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1974 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1975 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1976 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1977 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1978 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1979 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1980 Use renamed ediff faces.
1981
1982 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1983 Remove "-face" suffix from face names.
1984 (eshell-test-ok-face, eshell-test-failed-face):
1985 New backward-compatibility aliases for renamed faces.
1986 (eshell-run-test): Use renamed eshell-test faces.
1987
1988 * eshell/em-prompt.el (eshell-prompt):
1989 Remove "-face" suffix from face name.
1990 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1991 (eshell-emit-prompt): Use renamed eshell-prompt face.
1992
1993 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1994 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1995 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1996 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1997 Remove "-face" suffix from face names.
1998 (eshell-ls-directory-face, eshell-ls-symlink-face)
1999 (eshell-ls-executable-face, eshell-ls-readonly-face)
2000 (eshell-ls-unreadable-face, eshell-ls-special-face)
2001 (eshell-ls-missing-face, eshell-ls-archive-face)
2002 (eshell-ls-backup-face, eshell-ls-product-face)
2003 (eshell-ls-clutter-face):
2004 New backward-compatibility aliases for renamed faces.
2005 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
2006
2007 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
2008 Remove "-face" suffix from face name.
2009 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
2010 instead of literal face.
2011
2012 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
2013
2014 * emacs-lisp/warnings.el (display-warning, lwarn)
2015 (warning-minimum-log-level): Doc fixes.
2016 (warning-minimum-level, warning-minimum-log-level):
2017 Add :debug to :type choices.
2018
2019 * progmodes/ada-mode.el (ada-format-paramlist)
2020 (ada-get-indent-case, ada-check-matching-start)
2021 (ada-check-defun-name, ada-goto-matching-decl-start)
2022 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
2023 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
2024 (ada-make-subprogram-body): Follow error conventions.
2025 (ada-case-exception-file, ada-indent-comment-as-code)
2026 (ada-indent-handle-comment-special, ada-indent-renames)
2027 (ada-indent-return, ada-search-directories-internal)
2028 (ada-tab-policy, ada-case-exception-substring)
2029 (ada-other-file-alist, ada-matching-start-re)
2030 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
2031 (ada-imenu-generic-expression, ada-compile-goto-error)
2032 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
2033 (ada-popup-menu, ada-add-extensions, ada-mode)
2034 (ada-region-selected, ada-create-case-exception)
2035 (ada-create-case-exception-substring, ada-after-keyword-p)
2036 (ada-activate-keys-for-case, ada-adjust-case-region)
2037 (ada-adjust-case-buffer, ada-format-paramlist)
2038 (ada-scan-paramlist, ada-insert-paramlist)
2039 (ada-indent-newline-indent)
2040 (ada-indent-newline-indent-conditional)
2041 (ada-justified-indent-current, ada-goto-previous-word)
2042 (ada-indent-current, ada-get-indent-open-paren)
2043 (ada-get-indent-paramlist, ada-get-indent-end)
2044 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
2045 (ada-get-indent-block-start, ada-get-indent-subprog)
2046 (ada-get-indent-noindent, ada-get-indent-label)
2047 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
2048 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
2049 (ada-goto-stmt-end, ada-goto-next-word)
2050 (ada-check-matching-start, ada-check-defun-name)
2051 (ada-goto-matching-decl-start, ada-goto-matching-start)
2052 (ada-goto-matching-end, ada-search-ignore-string-comment)
2053 (ada-in-decl-p, ada-looking-at-semi-or)
2054 (ada-looking-at-semi-private, ada-in-paramlist-p)
2055 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
2056 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
2057 (ada-next-procedure, ada-previous-procedure, ada-next-package)
2058 (ada-previous-package, ada-create-menu)
2059 (ada-fill-comment-paragraph-justify)
2060 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
2061 (ada-other-file-name, ada-last-which-function-line)
2062 (ada-last-which-function-subprog, ada-which-function)
2063 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
2064 (ada-gen-treat-proc, ada-check-emacs-version)
2065 (ada-continuation-indent, ada-align-region-separate):
2066 Fix typos in docstrings.
2067 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
2068
2069 2005-06-16 Lute Kamstra <lute@gnu.org>
2070
2071 * simple.el (fundamental-mode): Run after-change-major-mode-hook
2072 conditionally.
2073
2074 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
2075
2076 * comint.el (comint-replace-by-expanded-filename)
2077 (comint-prompt-regexp, comint-delimiter-argument-list)
2078 (comint-preinput-scroll-to-bottom):
2079 * info.el (Info-hide-cookies-node):
2080 * ls-lisp.el (ls-lisp-classify):
2081 * find-file.el (ff-search-directories, ff-special-constructs)
2082 (ff-find-other-file):
2083 * font-lock.el (font-lock-keywords):
2084 * shell.el (shell-prompt-pattern)
2085 (shell-dynamic-complete-functions, shell-mode)
2086 (shell-delimiter-argument-list):
2087 * term.el (term-replace-by-expanded-filename)
2088 (term-prompt-regexp, term-delimiter-argument-list):
2089 * woman.el (woman-ignore, woman0-if):
2090 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
2091 * emacs-lisp/elint.el (elint-init-env):
2092 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
2093 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
2094 * language/ethio-util.el (ethio-tilde-escape)
2095 (ethio-use-three-dot-question):
2096 * net/zone-mode.el (zone-mode-load-time-setup):
2097 * progmodes/cc-align.el (c-lineup-argcont):
2098 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
2099 * progmodes/cperl-mode.el (cperl-set-style-back):
2100 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2101 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2102 Fix spellings in docstrings.
2103
2104 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2105 * progmodes/modula2.el (m2-for): Fix spellings.
2106
2107 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2108
2109 * simple.el (undo-more): Don't use `format' on `error' arguments.
2110 Improve argument/docstring consistency.
2111 (pending-undo-list): Doc fix.
2112
2113 * smerge-mode.el (smerge-ensure-match):
2114 * emulation/vip.el (vip-ex):
2115 * net/zone-mode.el (zone-mode-update-serial):
2116 * progmodes/idlwave.el (idlwave-complete):
2117 * progmodes/vhdl-mode.el (vhdl-visit-file)
2118 (vhdl-compose-wire-components):
2119 Don't use `format' on `error' arguments.
2120
2121 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2122 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2123 (tooltip-help-tips): Fix typos in docstrings.
2124
2125 2005-06-16 David Ponce <david@dponce.com>
2126
2127 * tree-widget.el (tree-widget-value-create): Simplify last change.
2128
2129 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2130
2131 * ido.el (ido-incomplete-regexp): New variable.
2132 (ido-set-matches-1): Handle invalid-regexp error and set
2133 ido-incomplete-regexp.
2134 (ido-incomplete-regexp): New face.
2135 (ido-completions): Use it.
2136 (ido-complete, ido-exit-minibuffer, ido-completions):
2137 Handle incomplete regexps.
2138 (ido-completions): Add check for complete match when entering a regexp.
2139
2140 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2141
2142 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2143
2144 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2145
2146 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2147 by field delimiters.
2148
2149 2005-06-15 David Ponce <david@dponce.com>
2150
2151 * tree-widget.el: eval-and-compile inlined functions so they will
2152 be available at run-time too.
2153 (tree-widget-super-format-handler)
2154 (tree-widget-format-handler): Remove.
2155 (tree-widget-value-create): Handle the :indent property.
2156
2157 2005-06-15 Miles Bader <miles@gnu.org>
2158
2159 * progmodes/which-func.el (which-func): Only inherit
2160 `font-lock-function-name-face' when that makes sense against the
2161 default mode-line face, otherwise set the face color explicitly.
2162
2163 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2164 faces instead of (non-existent) variables.
2165
2166 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2167
2168 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2169 (iswitchb-get-matched-buffers): Likewise. Simplify.
2170
2171 2005-06-14 Miles Bader <miles@gnu.org>
2172
2173 * progmodes/ld-script.el (ld-script-location-counter):
2174 Remove "-face" suffix from face name.
2175 (ld-script-location-counter-face):
2176 New backward-compatibility alias for renamed face.
2177 (ld-script-location-counter-face): Use renamed face.
2178
2179 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2180 (cperl-hash): Remove "-face" suffix from face names.
2181 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2182 New backward-compatibility aliases for renamed faces.
2183 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2184 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2185
2186 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2187 name.
2188 (which-func-face): New backward-compatibility alias for renamed face.
2189 (which-func-format): Use renamed which-func face.
2190
2191 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2192 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2193 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2194 names.
2195 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2196 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2197 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2198 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2199 (vhdl-speedbar-architecture-selected)
2200 (vhdl-speedbar-configuration-selected)
2201 (vhdl-speedbar-package-selected)
2202 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2203 names.
2204 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2205 Use renamed faces.
2206 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2207 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2208 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2209 Use renamed faces.
2210 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2211 names.
2212 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2213 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2214 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2215 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2216 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2217 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2218
2219 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2220 face name.
2221 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2222 (sh-heredoc-face): Use renamed sh-heredoc face.
2223
2224 * progmodes/idlw-help.el (idlwave-help-link):
2225 Remove "-face" suffix from face name.
2226 (idlwave-help-link-face):
2227 New backward-compatibility alias for renamed face.
2228 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2229
2230 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2231 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2232 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2233 New backward-compatibility aliases for renamed faces.
2234 (idlwave-shell-disabled-breakpoint-face)
2235 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2236
2237 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2238 Remove "-face" suffix from face names.
2239 (flymake-errline-face, flymake-warnline-face):
2240 New backward-compatibility aliases for renamed faces.
2241 (flymake-highlight-line): Use renamed flymake faces.
2242
2243 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2244 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2245 (ebrowse-member-class, ebrowse-progress):
2246 Remove "-face" suffix from face names.
2247 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2248 (ebrowse-file-name-face, ebrowse-default-face)
2249 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2250 (ebrowse-progress-face):
2251 New backward-compatibility aliases for renamed faces.
2252 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2253 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2254 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2255 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2256
2257 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2258 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2259 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2260 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2261 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2262 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2263 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2264 New backward-compatibility aliases for renamed faces.
2265 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2266 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2267 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2268 "font-lock-". Use renamed antlr-mode faces.
2269 (antlr-font-lock-additional-keywords): Use renamed faces.
2270 Replace literal face-names with face variable references.
2271
2272 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2273 face name.
2274 (Buffer-menu-buffer-face): New backward-compatibility alias for
2275 renamed face.
2276 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2277
2278 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2279
2280 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2281 Eliminate "-face" suffix.
2282 (makefile-targets): Inherit from font-lock-function-name-face and
2283 eliminate "-face" suffix.
2284 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2285 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2286 actions, instead of prepending, to make it less visible.
2287 (makefile-previous-dependency, makefile-match-dependency):
2288 Don't match a target on a continuation line.
2289
2290 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2291
2292 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2293
2294 * progmodes/gdb-ui.el (menu): Re-order menu items.
2295 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2296
2297 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2298 Define in tooltip.el.
2299 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2300 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2301 gud-tooltip-echo-area.
2302
2303 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2304 backward compatibility and make obsolete.
2305 (tooltip-help-tips): Use tooltip-use-echo-area.
2306 (tooltip-show-help-function): Rename to...
2307 (tooltip-show-help): ...this, because it is a function.
2308 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2309
2310 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2311
2312 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2313 (edebug-print-length, edebug-print-level, edebug-print-circle)
2314 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2315 (edebug-eval-print-last-sexp): Doc fixes.
2316
2317 2005-06-14 Kim F. Storm <storm@cua.dk>
2318
2319 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2320 as the coverage buffer/file/both may change.
2321
2322 2005-06-14 Lute Kamstra <lute@gnu.org>
2323
2324 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2325 and run-mode-hooks. Simplify.
2326
2327 * mail/rmailedit.el (rmail-edit-mode):
2328 * progmodes/octave-inf.el (inferior-octave-mode):
2329 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2330
2331 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2332 and run-mode-hooks.
2333 (recentf-edit-list, recentf-open-files): Don't call
2334 kill-all-local-variables directly.
2335
2336 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2337
2338 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2339
2340 * emacs-lisp/byte-run.el (make-obsolete)
2341 (define-obsolete-function-alias): Rename arguments FUNCTION and
2342 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2343 (make-obsolete-variable, define-obsolete-variable-alias):
2344 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2345 respectively.
2346
2347 * isearchb.el (isearchb-activate):
2348 * pcvs.el (cvs-mode):
2349 * ses.el (ses-load):
2350 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2351 * net/tramp.el (tramp-find-file-exists-command)
2352 (tramp-find-shell):
2353 * progmodes/ada-mode.el (ada-create-case-exception)
2354 (ada-create-case-exception-substring, ada-make-subprogram-body):
2355 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2356 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2357 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2358 * textmodes/org.el (org-promote, org-evaluate-time-range)
2359 (org-agenda-next-date-line, org-agenda-previous-date-line)
2360 (org-agenda-error, org-open-at-point, org-table-move-row)
2361 (org-format-table-table-html-using-table-generate-source)
2362 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2363 * textmodes/reftex.el (reftex-access-scan-info):
2364 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2365 (reftex-toc-promote-prepare): Follow error conventions.
2366
2367 * diff-mode.el (diff-mode): Fix typo in docstring.
2368
2369 * forms.el (forms--intuit-from-file): Fix reference to
2370 `forms-number-of-fields' in error message.
2371 (forms-print): Fix quoting in error message.
2372
2373 * forms.el (forms-mode):
2374 * emulation/vi.el (vi-goto-insert-state):
2375 * progmodes/flymake.el (flymake-new-err-info)
2376 (flymake-start-syntax-check-for-current-buffer)
2377 (flymake-simple-cleanup):
2378 * eshell/esh-var.el (eshell/export):
2379 * progmodes/gud.el (xdb):
2380 * textmodes/flyspell.el (flyspell-incorrect-hook)
2381 (flyspell-maybe-correct-transposition)
2382 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2383
2384 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2385
2386 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2387 minibuffer prompt.
2388
2389 2005-06-13 Kim F. Storm <storm@cua.dk>
2390
2391 * subr.el (add-to-ordered-list): New defun.
2392
2393 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2394 add cua--keymap-alist to emulation-mode-map-alists.
2395
2396 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2397
2398 * subr.el (complete-in-turn): New macro.
2399 (dynamic-completion-table, lazy-completion-table): Add debug info.
2400
2401 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2402 in preference to face aliases.
2403
2404 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2405 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2406 Remove unused vars `start' and `firstline'.
2407 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2408 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2409
2410 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2411
2412 * cus-start.el (all): Don't complain about missing GTK-related
2413 variables, unless either `gtk' is boundp or this isn't a
2414 `windows-nt' build.
2415
2416 2005-06-13 Lute Kamstra <lute@gnu.org>
2417
2418 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2419 run-mode-hooks.
2420
2421 * ediff-mult.el (ediff-meta-mode):
2422 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2423
2424 * ledit.el (ledit-mode): Use delay-mode-hooks.
2425
2426 * woman.el (woman-mode-line-format): Delete constant.
2427 (woman-mode-map): Initialize it properly.
2428 (woman-mode): Set mode-class property to special.
2429 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2430 Set major-mode and mode-name. Don't set mode-line-format directly.
2431 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2432
2433 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2434 string argument obsolete.
2435
2436 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2437
2438 * textmodes/org.el (org-CUA-compatible): New option.
2439 (org-disputed-keys): New variable.
2440 (org-key): New function.
2441 (orgtbl-make-binding): Add docstring to the created function.
2442 (org-mode): Set paragraph start/separate regexps.
2443 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2444 (org-archive-location, org-archive-mark-done)
2445 (org-archive-stamp-time): New options.
2446 (org-archive-subtree): New command.
2447 (org-fill-paragraph): New function.
2448 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2449 (org-fake-empty-table-line): Function removed.
2450 (org-format-org-table-html): Do not create empty table lines at
2451 separator lines. Improved table header treatment.
2452 (org-link-format): New option.
2453 (org-make-link): New function.
2454 (org-insert-link, org-store-link): Use org-make-link.
2455 (org-open-file): Quote file name for shell command, to allow
2456 spaces in file names.
2457 (org-link-regexp): Fix bug with mailto link.
2458 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2459 New constants.
2460 (org-export-as-html): Deal with the optional angles around a link.
2461 Better treatment of file: links.
2462 (org-open-at-point): Replace @{ and @} with < and >.
2463 (org-run-mode-hooks): Function removed.
2464 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2465
2466 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2467
2468 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2469 MI command -data-list-register-values.
2470 (gdb-post-prompt): Indent properly.
2471
2472 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2473
2474 * hilit-chg.el (highlight-changes-colors): Rename from
2475 `highlight-changes-colours'.
2476 (highlight-changes-colours): Keep as obsolete alias.
2477 (highlight-changes-face-list): Doc fix.
2478 (hilit-chg-make-list): Use `highlight-changes-colors'.
2479
2480 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2481
2482 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2483 defun-prompt-regexp.
2484
2485 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2486
2487 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2488 and cygwin.
2489
2490 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2491 Don't use an old loaddefs.el, as in Makefile.in.
2492
2493 2005-06-12 Lute Kamstra <lute@gnu.org>
2494
2495 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2496
2497 * man.el (Man-mode-map): Initialize it properly.
2498 (Man-mode): Set mode-class property to special.
2499
2500 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2501
2502 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2503
2504 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2505 A newline is needed in the docstring there.
2506
2507 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2508 Doc fixes.
2509
2510 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2511
2512 * printing.el: Doc fix. The menubar is no more changed when printing
2513 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2514 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2515 (pr-version): New version number (6.8.4).
2516 (pr-menu-bind): New command.
2517 (pr-update-menus): Docstring and code fix.
2518 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2519 Docstring fix.
2520 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2521 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2522
2523 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2524
2525 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2526 "Returns" to "return", document useful return values, etc.
2527
2528 2005-06-11 Alan Mackenzie <acm@muc.de>
2529
2530 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2531 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2532 (adaptive-file-function): Minor amendment to doc-string.
2533
2534 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2535
2536 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2537 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2538 Fix :type--it is `integer', not `string'.
2539
2540 * faces.el (modeline-highlight): Rename from (the erroneous)
2541 `modeline-higilight'.
2542
2543 2005-06-11 Lute Kamstra <lute@gnu.org>
2544
2545 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2546 lisp-interaction-mode-map but make it the parent.
2547 (edebug-eval-mode): Use define-derived-mode.
2548
2549 2005-06-11 Andreas Schwab <schwab@suse.de>
2550
2551 * bindings.el: Add binding of `ESC functionkey' for every
2552 `M-functionkey'.
2553 * hexl.el (hexl-mode-map): Likewise.
2554
2555 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2556
2557 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2558 [msft]: update regexp for newer msft compilers.
2559
2560 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2561
2562 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2563 ATTLIST portions of included DTDs.
2564 (xml-parse-dtd): Eliminate use of inefficient match-data.
2565
2566 2005-06-10 Miles Bader <miles@gnu.org>
2567
2568 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2569 (mpuz-text): Remove "-face" suffix from face names.
2570 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2571 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2572 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2573
2574 * play/gomoku.el (gomoku-O, gomoku-X):
2575 Remove "-face" suffix from face names.
2576 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2577 New backward-compatibility aliases for renamed faces.
2578 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2579
2580 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2581
2582 * thumbs.el: Fixes for changes of 2005-06-09.
2583 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2584 as a directory.
2585 (thumbs-thumbname): Remove directory separator from format string;
2586 `thumbs-thumbsdir' now returns a valid directory name.
2587 (thumbs-temp-dir): New defsubst.
2588 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2589 Use it.
2590
2591 * cus-edit.el (minibuffer):
2592 * files.el (make-backup-file-name-function):
2593 * filesets.el (filesets-external-viewers):
2594 * hilit-chg.el (highlight-changes-colours)
2595 (highlight-changes-face-list, highlight-changes-rotate-faces):
2596 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2597 * kmacro.el (kmacro-call-macro):
2598 * log-edit.el (log-edit-changelog-full-paragraphs):
2599 * mouse.el (mouse-1-click-follows-link):
2600 * skeleton.el (skeleton-autowrap):
2601 * subr.el (insert-for-yank-1):
2602 * tempo.el (tempo-insert-region):
2603 * terminal.el (terminal-emulator):
2604 * time.el (display-time-mail-face):
2605 * vc.el (vc-annotate):
2606 * vcursor.el (vcursor-copy-line):
2607 * woman.el (woman-bold-headings, woman-ignore)
2608 (woman-default-faces, woman-monochrome-faces):
2609 * calendar/todo-mode.el (todo-insert-threshold):
2610 * emulation/pc-select.el (pc-select-selection-keys-only)
2611 (pc-selection-mode):
2612 * emulation/vip.el (vip-find-char-forward):
2613 * emulation/viper-cmd.el (viper-find-char-forward):
2614 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2615 (input-method-exit-on-invalid-key):
2616 * international/mule-diag.el (describe-coding-system):
2617 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2618 * net/browse-url.el (browse-url-xterm-program):
2619 * obsolete/lazy-lock.el (lazy-lock-mode):
2620 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2621 (cperl-mode):
2622 * progmodes/cpp.el (cpp-face-light-name-list)
2623 (cpp-face-dark-name-list):
2624 * progmodes/delphi.el (delphi-newline-always-indents):
2625 Fix spellings in docstrings.
2626
2627 * ido.el (ido-mode, ido-file-extensions-order)
2628 (ido-default-file-method, ido-default-buffer-method)
2629 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2630 (ido-decorations, ido-read-file-name-as-directory-commands)
2631 (ido-read-file-name-non-ido, ido-work-directory-list)
2632 (ido-ignore-item-temp-list, ido-current-directory)
2633 (ido-magic-forward-char, ido-enter-find-file)
2634 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2635 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2636
2637 2005-06-10 Lute Kamstra <lute@gnu.org>
2638
2639 * play/dunnet.el (dun-mode): Use define-derived-mode.
2640 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2641 obsolete alias.
2642
2643 * play/doctor.el (doctor-mode-map): Remove defvar.
2644 (doctor-mode): Use define-derived-mode.
2645
2646 * mail/mspools.el (mspools-mode):
2647 * net/eudc-hotlist.el (eudc-hotlist-mode):
2648 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2649
2650 2005-06-10 Miles Bader <miles@gnu.org>
2651
2652 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2653 Remove "-face" suffix from face names.
2654 (flyspell-incorrect-face, flyspell-duplicate-face):
2655 New backward-compatibility aliases for renamed faces.
2656 (flyspell-mode-on, make-flyspell-overlay)
2657 (flyspell-highlight-incorrect-region)
2658 (flyspell-highlight-duplicate-region)
2659 (flyspell-display-next-corrections)
2660 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2661
2662 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2663 from face name.
2664 (texinfo-heading-face): New backward-compatibility alias for
2665 renamed face.
2666 (texinfo-heading-face): Use renamed texinfo-heading face.
2667
2668 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2669 suffix from face names.
2670 (tex-math-face, tex-verbatim-face):
2671 New backward-compatibility aliases for renamed faces.
2672 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2673 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2674 literal face name.
2675
2676 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2677 name.
2678 (table-cell-face): New backward-compatibility alias for renamed face.
2679 (table--put-cell-face-property, table--update-cell-face):
2680 Use renamed table-cell face.
2681
2682 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2683 from face name.
2684 (sgml-namespace-face): New backward-compatibility alias for
2685 renamed face.
2686 (sgml-namespace-face): Use renamed sgml-namespace face.
2687
2688 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2689 (org-level-4, org-level-5, org-level-6, org-level-7)
2690 (org-level-8, org-warning, org-headline-done)
2691 (org-deadline-announce, org-scheduled-today)
2692 (org-scheduled-previously, org-link, org-done, org-table)
2693 (org-time-grid): Remove "-face" suffix from face names.
2694 (org-level-1-face, org-level-2-face, org-level-3-face)
2695 (org-level-4-face, org-level-5-face, org-level-6-face)
2696 (org-level-7-face, org-level-8-face, org-warning-face)
2697 (org-headline-done-face, org-deadline-announce-face)
2698 (org-scheduled-today-face, org-scheduled-previously-face)
2699 (org-link-face, org-done-face, org-table-face)
2700 (org-time-grid-face):
2701 New backward-compatibility aliases for renamed faces.
2702 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2703 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2704 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2705 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2706
2707 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2708 (viper-minibuffer-emacs, viper-minibuffer-insert)
2709 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2710 (viper-search-face, viper-replace-overlay-face)
2711 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2712 (viper-minibuffer-vi-face):
2713 New backward-compatibility aliases for renamed faces.
2714 (viper-search-face, viper-replace-overlay-face)
2715 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2716 (viper-minibuffer-vi-face): Use renamed viper faces.
2717
2718 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2719 Remove "-face" suffix from face names.
2720 (testcover-nohits-face, testcover-1value-face):
2721 New backward-compatibility aliases for renamed faces.
2722 (testcover-mark): Use renamed testcover faces.
2723
2724 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2725 face name.
2726 (diary-button-face): New backward-compatibility alias for renamed face.
2727 (diary-entry): Use renamed diary-button face.
2728
2729 * calendar/calendar.el (diary, calendar-today, holiday)
2730 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2731 (diary-face, calendar-today-face, holiday-face):
2732 New backward-compatibility aliases for renamed faces.
2733 (eval-after-load "facemenu", diary-entry-marker)
2734 (calendar-today-marker, calendar-holiday-marker, diary-face):
2735 Use renamed calendar faces.
2736
2737 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2738 (compare-windows-face): New backward-compatibility alias for
2739 renamed face.
2740 (compare-windows-highlight): Use renamed compare-windows face.
2741
2742 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2743 (strokes-char-face): New backward-compatibility alias for renamed face.
2744 (strokes-encode-buffer): Use renamed strokes-char face.
2745
2746 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2747 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2748 Remove "-face" suffix from face names.
2749 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2750 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2751 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2752 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2753 Use renamed pcvs faces.
2754 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2755 * pcvs-defs.el (cvs-mode-map): Likewise.
2756 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2757
2758 * info.el (info-title-1, info-title-2, info-title-3)
2759 (info-title-4): Remove "-face" suffix from and downcase face names.
2760 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2761 (Info-title-4-face):
2762 New backward-compatibility aliases for renamed faces.
2763 (Info-fontify-node): Use renamed info faces.
2764
2765 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2766 Remove "-face" suffix from face names.
2767 (highlight-changes-face, highlight-changes-delete-face):
2768 New backward-compatibility aliases for renamed faces.
2769 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2770 (hilit-chg-make-list): Use renamed highlight-changes faces.
2771
2772 * generic-x.el (show-tabs-tab, show-tabs-space):
2773 Remove "-face" suffix from face names.
2774 (show-tabs-tab-face, show-tabs-space-face):
2775 New backward-compatibility aliases for renamed faces.
2776 (show-tabs-generic-mode-font-lock-defaults-1)
2777 (show-tabs-generic-mode-font-lock-defaults-2):
2778 Use renamed show-tabs faces.
2779
2780 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2781 (smerge-markers): Remove "-face" suffix from face names.
2782 (smerge-mine-face, smerge-other-face, smerge-base-face)
2783 (smerge-markers-face):
2784 New backward-compatibility aliases for renamed faces.
2785 (smerge-mine-face, smerge-other-face, smerge-base-face)
2786 (smerge-markers-face): Use renamed smerge faces.
2787
2788 * log-view.el (log-view-file, log-view-message):
2789 Remove "-face" suffix from face names.
2790 (log-view-file-face, log-view-message-face):
2791 New backward-compatibility aliases for renamed faces.
2792 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2793
2794 * paren.el (show-paren-match, show-paren-mismatch):
2795 Remove "-face" suffix from face names.
2796 (show-paren-match-face, show-paren-mismatch-face):
2797 New backward-compatibility aliases for renamed faces.
2798 (show-paren-function): Use renamed show-paren faces.
2799
2800 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2801 (ruler-mode-margins, ruler-mode-fringes)
2802 (ruler-mode-column-number, ruler-mode-fill-column)
2803 (ruler-mode-comment-column, ruler-mode-goal-column)
2804 (ruler-mode-tab-stop, ruler-mode-current-column):
2805 Remove "-face" suffix from face names.
2806 (ruler-mode-default-face, ruler-mode-pad-face)
2807 (ruler-mode-margins-face, ruler-mode-fringes-face)
2808 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2809 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2810 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2811 New backward-compatibility aliases for renamed faces.
2812 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2813 (ruler-mode-column-number, ruler-mode-fill-column)
2814 (ruler-mode-comment-column, ruler-mode-goal-column)
2815 (ruler-mode-tab-stop, ruler-mode-current-column)
2816 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2817
2818 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2819 face name.
2820 (whitespace-highlight-the-space): Use renamed face.
2821 (whitespace-highlight-face): New backward-compatibility alias for
2822 renamed face.
2823
2824 * woman.el (woman-italic, woman-bold, woman-unknown)
2825 (woman-addition, woman-symbol-face):
2826 Remove "-face" suffix from face names.
2827 (woman-italic-face, woman-bold-face, woman-unknown-face)
2828 (woman-addition-face):
2829 New backward-compatibility aliases for renamed faces.
2830 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2831 (woman-decode-region, woman-replace-match)
2832 (woman-display-extended-fonts, woman-special-characters)
2833 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2834 Use renamed woman faces.
2835
2836 * longlines.el (longlines-visible-face): Face removed.
2837
2838 * diff-mode.el (diff-header, diff-file-header, diff-index)
2839 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2840 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2841 suffix from face names.
2842 (diff-header-face, diff-file-header-face, diff-index-face)
2843 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2844 (diff-changed-face, diff-function-face, diff-context-face)
2845 (diff-nonexistent-face): New backward-compatibility aliases for
2846 renamed faces.
2847 (diff-header-face, diff-file-header-face)
2848 (diff-index, diff-index-face, diff-hunk-header)
2849 (diff-hunk-header-face, diff-removed, diff-removed-face)
2850 (diff-added, diff-added-face, diff-changed-face, diff-function)
2851 (diff-function-face, diff-context-face, diff-nonexistent)
2852 (diff-nonexistent-face): Use renamed diff-mode faces.
2853
2854 * progmodes/compile.el (compilation-warning-face)
2855 (compilation-info-face): Remove "-face" suffix from face names.
2856 (compilation-warning-face, compilation-info-face):
2857 New backward-compatibility aliases for renamed faces.
2858 (compilation-warning-face, compilation-info-face):
2859 Use renamed compilation faces.
2860
2861 * add-log.el (change-log-date, change-log-name)
2862 (change-log-email, change-log-file, change-log-list)
2863 (change-log-conditionals, change-log-function)
2864 (change-log-acknowledgement): Remove "-face" suffix from face names.
2865 (change-log-date-face, change-log-name-face)
2866 (change-log-email-face, change-log-file-face)
2867 (change-log-list-face, change-log-conditionals-face)
2868 (change-log-function-face, change-log-acknowledgement-face):
2869 New backward-compatibility aliases for renamed faces.
2870 (change-log-font-lock-keywords): Use renamed change-log faces.
2871
2872 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2873 (custom-set, custom-changed, custom-saved, custom-button)
2874 (custom-button-pressed, custom-documentation, custom-state)
2875 (custom-comment, custom-comment-tag, custom-variable-tag)
2876 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2877 (custom-group-tag): Remove "-face" suffix from face names.
2878 (custom-magic-alist, custom-magic-value-create)
2879 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2880 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2881 (custom-set-face, custom-changed-face, custom-saved-face)
2882 (custom-button-face, custom-button-pressed-face)
2883 (custom-documentation-face, custom-state-face)
2884 (custom-comment-face, custom-comment-tag-face)
2885 (custom-variable-tag-face, custom-variable-button-face)
2886 (custom-face-tag-face, custom-group-tag-face-1)
2887 (custom-group-tag-face):
2888 New backward-compatibility aliases for renamed faces.
2889
2890 * wid-edit.el (widget-documentation, widget-button)
2891 (widget-field, widget-single-line-field, widget-inactive)
2892 (widget-button-pressed): "-face" suffix removed from face names.
2893 (widget-documentation-face, widget-button-face)
2894 (widget-field-face, widget-single-line-field-face)
2895 (widget-inactive-face, widget-button-pressed-face):
2896 New backward-compatibility aliases for renamed faces.
2897 (widget-documentation-face, widget-button-face)
2898 (widget-button-pressed-face, widget-specify-field)
2899 (widget-specify-inactive): Use renamed widget faces.
2900
2901 2005-06-10 Kenichi Handa <handa@m17n.org>
2902
2903 * term/x-win.el (x-clipboard-yank): Remove condition-case
2904 wrapping.
2905
2906 2005-06-11 Kenichi Handa <handa@m17n.org>
2907
2908 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2909 date lines stricter.
2910
2911 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2912
2913 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2914 of x-get-selection.
2915
2916 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2917
2918 * comint.el (comint-mode, comint-snapshot-last-prompt):
2919 * frame.el (frame-current-scroll-bars):
2920 * term.el (term-mode, term-check-proc, term-input-sender)
2921 (term-simple-send, term-extract-string, term-word)
2922 (term-match-partial-filename):
2923 * window.el (window-current-scroll-bars):
2924 * emulation/cua-base.el (cua-normal-cursor-color)
2925 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2926 (cua-global-mark-cursor-color):
2927 * mail/undigest.el (rmail-forward-separator-regex):
2928 Fix typos in docstrings.
2929
2930 * comint.el (comint-check-proc, make-comint-in-buffer)
2931 (comint-source-default): Doc fixes.
2932
2933 * term.el (term-send-string): Improve argument/docstring
2934 consistency.
2935
2936 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2937
2938 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2939 call to `delete-region'.
2940 (comint-mode-hook): Do not enable Font Lock by default.
2941
2942 2005-06-09 Lute Kamstra <lute@gnu.org>
2943
2944 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2945 could be void.
2946
2947 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2948
2949 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2950 (debug): Use it.
2951 (debugger-step-through, debugger-continue, debugger-jump)
2952 (debugger-return-value): Set it when needed.
2953 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2954 Use inhibit-read-only.
2955
2956 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2957
2958 * window.el (shrink-window-if-larger-than-buffer)
2959 (window-size-fixed): Fix typo in docstring.
2960
2961 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2962 thumbnails directory on loading.
2963 (thumbs-conversion-program): Use `eq' to check the system type,
2964 not `equal'.
2965 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2966 not "/tmp". Fix docstring.
2967 (thumbs-thumbsdir): New function to return the thumbnails
2968 directory, creating it if needed.
2969 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2970 (thumbs-temp-file): Delete variable and make it into a function.
2971 (thumbs-resize-image, thumbs-modify-image): Use it.
2972 (thumbs-kill-buffer): Simplify.
2973 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2974 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2975 docstrings.
2976
2977 2005-06-09 Kim F. Storm <storm@cua.dk>
2978
2979 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2980 set-match-data to free markers in match-data.
2981
2982 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2983 match-data to unchain markers in match-data.
2984
2985 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2986
2987 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2988 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2989 unnecessary now.
2990
2991 2005-06-08 Richard M. Stallman <rms@gnu.org>
2992
2993 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2994 give the variable a doc string that doesn't say don't set it directly.
2995
2996 * textmodes/ispell.el (ispell-check-version):
2997 Use match-string-no-properties.
2998 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2999 (ispell-buffer-local-words): Likewise.
3000
3001 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
3002 except on terminals with enough colors to really display it.
3003 (makefile-dependency-regex): Delete spurious `bb'.
3004
3005 * faces.el (escape-glyph): Use blue once again in last case.
3006 (no-break-space): Redefine so that it isn't invisible on a tty.
3007
3008 2005-06-08 Kim F. Storm <storm@cua.dk>
3009
3010 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
3011 also when reading directory name.
3012
3013 2005-06-08 Lute Kamstra <lute@gnu.org>
3014
3015 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
3016 (flyspell-mode-line-string): Remove autoload cookie.
3017 (flyspell-mode): Remove defvar.
3018
3019 2005-06-07 Lute Kamstra <lute@gnu.org>
3020
3021 * textmodes/org.el (org-run-mode-hooks): New function.
3022 (org-agenda-mode): Use it.
3023
3024 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
3025
3026 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
3027
3028 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3029
3030 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
3031
3032 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
3033
3034 * font-lock.el (font-lock-add-keywords): Doc fix.
3035
3036 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
3037
3038 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
3039 (tex-compile-default): In the absence of any history, use the order in
3040 tex-compile-alist to choose the preferred command.
3041 (tex-compile-commands): Reorder a bit.
3042
3043 * textmodes/flyspell.el (flyspell-auto-correct-binding)
3044 (flyspell-incorrect-face, flyspell-duplicate-face):
3045 Use (X)Emacs-agnostic code.
3046 (flyspell-mode-map): Don't overwrite at each load. Remove code
3047 redundant with the subsequent add-minor-mode. Merge Emacs and
3048 XEmacs code.
3049 (flyspell-word): Minor simplification.
3050 (flyspell-math-tex-command-p): Quieten the byte-compiler.
3051 (flyspell-external-point-words): Remove unused vars `size' and `start'.
3052 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
3053 Merge the corresponding Emacs code.
3054 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
3055
3056 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
3057 a dedicated window.
3058
3059 * international/latexenc.el (latexenc-find-file-coding-system):
3060 Undo part of last patch, to turn off a compiler warning.
3061
3062 2005-06-06 Juri Linkov <juri@jurta.org>
3063
3064 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
3065 Rename `tmm-inactive-face' to `tmm-inactive'.
3066
3067 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
3068
3069 * iswitchb.el: Rename faces.
3070
3071 2005-06-06 Kim F. Storm <storm@cua.dk>
3072
3073 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
3074 (cua-global-mark): Remove -face suffix from face names.
3075
3076 * emulation/cua-gmrk.el (cua--init-global-mark):
3077 Remove cua-global-mark face setup.
3078
3079 2005-06-06 Richard M. Stallman <rms@gnu.org>
3080
3081 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
3082 just like other allowed characters.
3083 (makefile-match-dependency): Exclude leading and training whitespace
3084 from the range of regexp subexp 1.
3085 (makefile-macroassign-regex): Don't try to match the body,
3086 just the name of the macro being defined.
3087
3088 * info.el (Info-read-node-name-2): New function.
3089 (Info-read-node-name-1): Use that.
3090 Add a completion-base-size-function property.
3091
3092 * simple.el (completion-setup-function): Look for
3093 completion-base-size-function property of
3094 minibuffer-completion-table.
3095
3096 * files.el (locate-file-completion): Doc fix.
3097
3098 * printing.el: Don't call pr-update-menus; user must do that.
3099
3100 * emacs-lisp/debug.el (debugger-window): New variable.
3101 (debug): Use debugger-window if it is set and still alive.
3102 Record debugger-window for next entry.
3103
3104 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3105
3106 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3107
3108 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3109 (hack-one-local-variable, hack-local-variables)
3110 (hack-local-variables-prop-line): Pass that arg.
3111
3112 2005-06-06 Kim F. Storm <storm@cua.dk>
3113
3114 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3115 (ido-indicator): Remove -face suffix from face names.
3116
3117 2005-06-06 Juri Linkov <juri@jurta.org>
3118
3119 * font-lock.el (font-lock-regexp-backslash)
3120 (font-lock-regexp-backslash-construct): New faces.
3121 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3122 after `('. Add `while-no-input' to control structures.
3123
3124 * faces.el (no-break-space, shadow): New faces.
3125 (escape-glyph): Use less loud colors pink2 and red4.
3126
3127 * diff-mode.el (diff-context-face)
3128 * dired.el (dired-ignored)
3129 * rfn-eshadow.el (file-name-shadow)
3130 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3131
3132 * info.el (Info-title-1-face): Use green instead of yellow because
3133 bold yellow is not readable on light backgrounds.
3134
3135 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3136 before selecting the desired mode to not spend time fontifying
3137 old contents.
3138
3139 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3140
3141 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3142 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3143
3144 * ps-print.el (ps-default-fg, ps-default-bg):
3145 Fix typos in docstrings.
3146
3147 * isearchb.el (isearchb): Don't pass a spurious second argument to
3148 `iswitchb-completions'.
3149
3150 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3151
3152 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3153 to preserve point.
3154 (gdb-find-file-hook): Add doc string.
3155
3156 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3157 C dereferenced pointer expression.
3158 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3159
3160 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3161
3162 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3163 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3164 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3165 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3166 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3167 Make background transparent.
3168
3169 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3170
3171 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3172 (font-lock-remove-keywords): Doc fix.
3173 (font-lock-mode-major-mode): Compiler defvar.
3174 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3175
3176 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3177 (font-lock-mode): Update `font-lock-mode-major-mode'.
3178 (font-lock-set-defaults): Compiler defvar.
3179 (font-lock-default-function): Take `font-lock-mode-major-mode'
3180 into account.
3181
3182 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3183 keep track of which major mode it enabled the minor mode for.
3184 Use find-file-hook again. Update docstring.
3185
3186 * simple.el (eval-expression-print-level)
3187 (eval-expression-print-length, eval-expression-debug-on-error):
3188 Doc fixes.
3189
3190 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3191
3192 * iswitchb.el (iswitchb-single-match-face)
3193 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3194 (iswitchb-invalid-regexp-face): New faces.
3195 (iswitchb-completions): Use them.
3196 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3197 now marked as an obsolete alias.
3198 (iswitchb-read-buffer): Remove check for bound font variables.
3199 (iswitchb-invalid-regexp): New free variable.
3200 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3201 set iswitchb-invalid-regexp.
3202 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3203 invalid regexps.
3204 (iswitchb-completions): Add check for complete match when entering
3205 a regexp.
3206 (iswitchb-completions): Remove require-match argument.
3207 (iswitchb-exhibit): Fix caller.
3208 (iswitchb-common-match-inserted): New variable.
3209 (iswitchb-complete, iswitchb-completion-help): Use it.
3210
3211 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3212
3213 * url-http.el (url-http-chunked-encoding-after-change-function):
3214 Use `url-http-debug' instead of `message'.
3215
3216 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3217
3218 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3219 callback argument.
3220
3221 2005-06-04 Kim F. Storm <storm@cua.dk>
3222
3223 * simple.el (line-move): Only call sit-for when moving backwards.
3224
3225 * ido.el (ido-make-merged-file-list-1): New defun split from
3226 ido-make-merged-file-list.
3227 (ido-make-merged-file-list): Bind throw-on-input around call to
3228 ido-make-merged-file-list-1. Return input-pending-p if
3229 interrupted by more input available.
3230 (ido-read-internal): Handle input-pending-p return value from
3231 ido-make-merged-file-list.
3232
3233 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3234
3235 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3236 compatibility code.
3237
3238 * international/latexenc.el (latexenc-find-file-coding-system):
3239 Don't inherit the EOL part of the coding-system from the
3240 tex-main buffer. Fit within 80 columns.
3241
3242 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3243
3244 * tmm.el (tmm-inactive-face): New face.
3245 (tmm-remove-inactive-mouse-face): New function.
3246 (tmm-prompt, tmm-add-one-shortcut)
3247 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3248 but not selectable.
3249
3250 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3251
3252 * faces.el (face-equal): Improve argument/docstring consistency.
3253
3254 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3255
3256 * progmodes/make-mode.el (makefile-targets-face)
3257 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3258 (makefile-bsdmake-dependency-regex)
3259 (makefile-makepp-rule-action-regex)
3260 (makefile-bsdmake-rule-action-regex): New constants.
3261 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3262
3263 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3264 Allow (...) within `...' for makepp messages.
3265
3266 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3267
3268 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3269
3270 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3271 "." files are deleted from all file lists before comparison.
3272
3273 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3274 (viper-ESC-key): Made them customizable.
3275
3276 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3277
3278 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3279
3280 * autorevert.el (auto-revert-buffers): Use save-match-data.
3281
3282 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3283
3284 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3285 menu items with a nil command binding.
3286
3287 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3288
3289 * emacs-lisp/cl-macs.el (defsetf):
3290 Improve argument/docstring consistency.
3291
3292 * faces.el (list-faces-display): Improve the formatting by
3293 computing the maximum length required for any face-name (reworked
3294 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3295 (internal-find-face): Remove redundant info in docstring.
3296
3297 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3298
3299 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3300 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3301 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3302 (gdb-assembler-custom): Improve regexps.
3303 (def-gdb-auto-update-handler): Use window point to preserve point.
3304
3305 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3306
3307 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3308
3309 2005-05-31 Jay Belanger <belanger@truman.edu>
3310
3311 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3312 to calc-embedded.
3313 (calc-embedded-make-info): Have plain prefix argument select
3314 entire line.
3315
3316 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3317
3318 * faces.el (list-faces-display): Signal error if passed a regexp
3319 that matches no face name.
3320
3321 * simple.el (filter-buffer-substring): Fix typo in docstring.
3322
3323 2005-05-31 Richard M. Stallman <rms@gnu.org>
3324
3325 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3326 (vhdl-emacs-21): Doc fix.
3327 (vhdl-mode): Unconditionally set comment-padding.
3328 (vhdl-fixup-whitespace-region): Insert spaces only where
3329 there are none.
3330 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3331
3332 2005-05-30 John Wiegley <johnw@newartisans.com>
3333
3334 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3335 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3336 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3337 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3338 `string-to-number'.
3339
3340 2005-05-30 Jay Belanger <belanger@truman.edu>
3341
3342 * calc/calc.el (calc-bug-address): Fix docstring.
3343 (calc-window-hook, calc-trail-window-hook): New variables.
3344 (calc-trail-display): Restore use of calc-trail-window-hook.
3345 (calc): Restore use of calc-window-hook.
3346
3347 2005-05-31 Masatake YAMATO <jet@gyve.org>
3348
3349 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3350
3351 * help-fns.el (help-C-file-name): Add autoload mark for
3352 `find-function-noselect'.
3353
3354 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3355
3356 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3357 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3358
3359 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3360
3361 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3362 included diary buffer if it was not already being visited.
3363 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3364
3365 * calendar/icalendar.el (top-level): Do not require 'appt.
3366
3367 * mail/supercite.el (sc-select-attribution): Only use a list
3368 element from sc-attrib-selection-list if it returns a string.
3369 Reported by Davide G. M. Salvetti <salve@debian.org>.
3370
3371 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3372
3373 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3374 includes a hash value to improve its uniqueness, and has a ".jpg"
3375 extension. Also, it is now a valid filename on all systems.
3376 (thumbs-make-thumb): Use `let', not `let*'.
3377 (thumbs-show-thumbs-list): Check for JPEG availability.
3378
3379 2005-05-30 Richard M. Stallman <rms@gnu.org>
3380
3381 * filesets.el (filesets-menu-ensure-use-cached):
3382 Prevent warning when emacs-version>= is undefined.
3383
3384 * printing.el (pr-interactive-n-up): Use string-to-number.
3385
3386 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3387
3388 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3389 Warn only when name to be defined is quoted.
3390
3391 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3392
3393 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3394 Make regexp more robust.
3395 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3396 Force regeneration of disassembly.
3397
3398 2005-05-29 Jay Belanger <belanger@truman.edu>
3399
3400 * calc/calc.el (calc-user-invocation): Check if
3401 calc-invocation-macro is non-nil.
3402
3403 2005-05-29 Juri Linkov <juri@jurta.org>
3404
3405 * add-log.el (change-log-font-lock-keywords):
3406 Add `+' to e-mail regexp to accept mail address with keywords.
3407
3408 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3409
3410 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3411
3412 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3413
3414 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3415
3416 2005-05-29 Richard M. Stallman <rms@gnu.org>
3417
3418 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3419 Undo the change that moves to end of the current word.
3420
3421 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3422
3423 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3424 Throw error when count <= 0 to ensure input is a number.
3425 (gdb-read-memory-custom): Pick up address from buffer.
3426 (gdb-memory-mode): Allow user to increment and decrement
3427 memory address from header line.
3428
3429 2005-05-29 Richard M. Stallman <rms@gnu.org>
3430
3431 * flyspell.el (flyspell-version): Function deleted.
3432 (flyspell-auto-correct-previous-hook): Doc fix.
3433
3434 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3435 Do nothing if memory is full.
3436
3437 * font-lock.el (font-lock-fontify-syntactically-region):
3438 Pass t for GREEDY to looking-back.
3439
3440 * saveplace.el (save-place-alist-to-file): Write the file
3441 using write-region.
3442
3443 * subr.el (looking-back): New argument GREEDY.
3444
3445 * progmodes/compile.el (compilation-start): Set the mode
3446 before inserting the initial text.
3447
3448 * progmodes/which-func.el (which-func-update-1): Turn the mode
3449 off in case of error by setting which-func-mode.
3450
3451 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3452
3453 * flyspell.el (flyspell-auto-correct-previous-word):
3454 Narrow down to what's on the screen, and recenter overlays
3455 at the end of the next word.
3456
3457 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3458
3459 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3460 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3461 (flyspell-abbrev-p): Default to nil.
3462 (flyspell-use-global-abbrev-table-p): Doc fix.
3463 (flyspell-large-region): Allow nil as value.
3464 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3465
3466 (mail-mode-flyspell-verify): More robust handling
3467 of `mail-header-separator'. More efficient signature detection.
3468 Allow for regexp metacharacters in message-header-separator.
3469 Adding `To' not to be checked in mail-mode-flyspell-verify.
3470
3471 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3472 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3473 Bind flyspell-auto-correct-binding.
3474 Bind C-. and C-, .
3475 (flyspell-mode-map): Likewise.
3476 (flyspell-mode): Doc fix.
3477 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3478 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3479 (flyspell-word-cache-result): New var, always local.
3480 (flyspell-check-pre-word-p): Doc fix.
3481 (flyspell-check-changed-word-p): Handle spc like newline.
3482 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3483 (flyspell-word-search-backward, flyspell-word-search-forward):
3484 New functions.
3485 (flyspell-word): Return t if nothing to check.
3486 When parsing TeX code, check for after } or \.
3487 Use flyspell-word-search-backward to find previous word.
3488 Return nil if duplicated word.
3489 For word already checked, return same value as last time.
3490 Set flyspell-word-cache-result after checking.
3491 Don't clobber the return value.
3492 (flyspell-get-word): Major rewrite.
3493 (flyspell-external-point-words): New locals pword, pcount.
3494 Fix size used in progress message.
3495 Find the proper corresponding word in flyspell-large-region-buffer.
3496 (flyspell-region): Check for flyspell-large-region = nil.
3497 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3498 (flyspell-auto-correct-word): Check that WORD is a cons.
3499 (flyspell-correct-word): Likewise.
3500
3501 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3502
3503 * progmodes/make-mode.el (makefile-rule-action-regex)
3504 (makefile-macroassign-regex, makefile-makepp-mode)
3505 (makefile-bsdmake-mode): Continuation lines may be empty.
3506 Reported by Joshua Varner.
3507 (makefile-makepp-font-lock-keywords): Add $(stem).
3508
3509 2005-05-28 Karl Berry <karl@gnu.org>
3510
3511 * textmodes/tex-mode.el: Now that tex-send-command calls
3512 shell-quote-argument (2005-03-31 change), remove all calls to
3513 shell-quote-argument; they all end up invoking tex-send-command.
3514 The double quoting loses on filenames with non-safe characters,
3515 such as "@". Reported by Frederik Fouvry.
3516
3517 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3518
3519 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3520 about preserving point.
3521
3522 2005-05-27 Jay Belanger <belanger@truman.edu>
3523
3524 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3525 Info-goto-node.
3526
3527 * calc/calc-embed.el (calc-embed-arg): New variable.
3528 (calc-do-embedded-activate, calc-embedded-activate-formula)
3529 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3530 variable by new variable.
3531 (calc-embedded-make-info): Replace undeclared variable by new
3532 variable. When selecting region with positive prefix
3533 argument, use end of previous line instead of beginning of line.
3534
3535 * calc/calc-aent.el (calc-arg-values): Declare it.
3536
3537 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3538 Declare them.
3539
3540 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3541
3542 * calc/calc.el (calc-alg-map): Declare it.
3543
3544 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3545
3546 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3547
3548 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3549 (gdb-registers-buffer, toggle-gdb-all-registers):
3550 Toggle display of floating point registers.
3551 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3552
3553 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3554 (toggle-gud-tooltip-dereference):
3555 Rename from gud-toggle-tooltip-dereference.
3556
3557 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3560
3561 2005-05-27 Jay Belanger <belanger@truman.edu>
3562
3563 * calc/calc-prog.el (calc-kbd-report): Remove.
3564 (calc-kbd-query): Rewrite.
3565
3566 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3567
3568 * image.el (image-library-alist): Move to image.c.
3569 (image-type-available-p): Doc fix.
3570
3571 2005-05-27 Lute Kamstra <lute@gnu.org>
3572
3573 * calc/calc.el (calc):
3574 * outline.el (outline-1, outline-2, outline-3, outline-4)
3575 (outline-5, outline-6, outline-7, outline-8):
3576 * textmodes/dns-mode.el (dns-mode):
3577 * textmodes/sgml-mode.el (sgml-namespace-face):
3578 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3579 (tex-verbatim-face, tex-use-reftex):
3580 * textmodes/texinfo.el (texinfo-heading-face):
3581 Specify customization group.
3582
3583 * longlines.el: Don't require easy-mmode.
3584 (longlines-visible-face): Specify customization group.
3585
3586 2005-05-27 Kenichi Handa <handa@m17n.org>
3587
3588 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3589 encoding table of windows-1251.
3590
3591 * international/ucs-tables.el (ucs-set-table-for-input):
3592 If translation-table-for-input of a coding system is a symbol, get
3593 its translation-table property.
3594
3595 * international/code-pages.el: Don't register a coding system into
3596 non-iso-charset-alist more than once.
3597 (cp-make-coding-system): Likewise.
3598
3599 2005-05-26 John Wiegley <johnw@newartisans.com>
3600
3601 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3602 `eshell-resume-eval' is wrapped in a list, it indicates that the
3603 command was run asynchronously. In that case, unwrap the value
3604 before checking the delimiter value.
3605
3606 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3607 character before a space at the end of a line is \, assume the space
3608 is part of the last argument rather than a final argument separator.
3609
3610 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3611 is in use, and the target is `t' or `nil' (which are the most common
3612 values), don't assume that the symbol target is a buffer.
3613
3614 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3615
3616 * calendar/calendar.el (calendar-mode-line-format):
3617 Use mode-line-highlight as mouse-face.
3618
3619 * time.el (display-time-string-forms, display-time-update):
3620 Use mode-line-highlight as mouse-face.
3621
3622 2005-05-26 Jay Belanger <belanger@truman.edu>
3623
3624 * calc/calc.el (calc-language-alist): Remove extra defvar.
3625
3626 2005-05-26 Lute Kamstra <lute@gnu.org>
3627
3628 * arc-mode.el (archive-mode):
3629 * bookmark.el (bookmark-read-annotation-mode)
3630 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3631 * bs.el (bs-mode):
3632 * calc/calc-yank.el (calc-edit-mode):
3633 * calc/calc.el (calc-mode, calc-trail-mode):
3634 * calculator.el (calculator-mode):
3635 * chistory.el (command-history-mode):
3636 * comint.el:
3637 * cus-edit.el (custom-mode):
3638 * descr-text.el (describe-text-mode):
3639 * ebuff-menu.el (Electric-buffer-menu-mode):
3640 * ediff-util.el (ediff-mode):
3641 * emacs-lisp/re-builder.el (reb-mode):
3642 * emulation/vi.el (vi-mode-setup):
3643 * emulation/ws-mode.el (wordstar-mode):
3644 * eshell/esh-mode.el (eshell-mode):
3645 * forms.el (forms-mode):
3646 * help-mode.el (help-mode):
3647 * hexl.el (hexl-mode):
3648 * ibuffer.el (ibuffer-mode):
3649 * ielm.el (inferior-emacs-lisp-mode):
3650 * info.el (Info-mode, Info-edit-mode):
3651 * international/swedish.el:
3652 * ledit.el (ledit-from-lisp-mode):
3653 * locate.el (locate-mode):
3654 * mail/rmail.el (rmail-mode):
3655 * mail/rmailedit.el (rmail-edit-mode):
3656 * mail/rmailsum.el (rmail-summary-mode):
3657 * mail/supercite.el (sc-electric-mode):
3658 * net/eudc.el (eudc-mode):
3659 * net/quickurl.el (quickurl-list-mode):
3660 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3661 * obsolete/ooutline.el (outline-mode):
3662 * obsolete/options.el (Edit-options-mode):
3663 * obsolete/rnews.el (news-mode):
3664 * obsolete/rnewspost.el (news-reply-mode):
3665 * play/5x5.el (5x5-mode):
3666 * play/decipher.el (decipher-mode, decipher-stats-mode):
3667 * play/gomoku.el (gomoku-mode):
3668 * play/snake.el (snake-mode):
3669 * play/solitaire.el (solitaire-mode):
3670 * play/tetris.el (tetris-mode):
3671 * progmodes/ada-mode.el (ada-mode):
3672 * progmodes/antlr-mode.el (antlr-mode):
3673 * progmodes/autoconf.el (autoconf-mode):
3674 * progmodes/dcl-mode.el (dcl-mode):
3675 * progmodes/delphi.el (delphi-mode):
3676 * progmodes/ebrowse.el (ebrowse-tree-mode)
3677 (ebrowse-electric-list-mode, ebrowse-member-mode)
3678 (ebrowse-electric-position-mode):
3679 * progmodes/f90.el (f90-mode):
3680 * progmodes/fortran.el (fortran-mode):
3681 * progmodes/icon.el (icon-mode):
3682 * progmodes/idlw-help.el (idlwave-help-mode):
3683 * progmodes/idlw-shell.el (idlwave-shell-mode):
3684 * progmodes/idlwave.el (idlwave-mode):
3685 * progmodes/inf-lisp.el (inferior-lisp-mode):
3686 * progmodes/m4-mode.el (m4-mode):
3687 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3688 * progmodes/modula2.el (modula-2-mode):
3689 * progmodes/octave-inf.el (inferior-octave-mode):
3690 * progmodes/octave-mod.el (octave-mode):
3691 * progmodes/pascal.el (pascal-mode):
3692 * progmodes/sh-script.el (sh-mode):
3693 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3694 * progmodes/vhdl-mode.el (vhdl-mode):
3695 * progmodes/xscheme.el (scheme-interaction-mode):
3696 * replace.el (occur-mode):
3697 * ses.el (ses-mode):
3698 * simple.el (completion-list-mode):
3699 * skeleton.el:
3700 * speedbar.el (speedbar-mode):
3701 * term.el (term-mode):
3702 * terminal.el (terminal-edit-mode):
3703 * textmodes/reftex-index.el (reftex-index-mode)
3704 (reftex-index-phrases-mode):
3705 * textmodes/reftex-sel.el (reftex-select-label-mode)
3706 (reftex-select-bib-mode):
3707 * textmodes/reftex-toc.el (reftex-toc-mode):
3708 * wdired.el (wdired-change-to-wdired-mode):
3709 * wid-browse.el (widget-browse-mode):
3710 Use run-mode-hooks.
3711
3712 * array.el (array-mode):
3713 * calendar/todo-mode.el (todo-mode):
3714 * man.el (Man-mode):
3715 * play/landmark.el (lm-mode):
3716 * play/mpuz.el (mpuz-mode):
3717 Use kill-all-local-variables and run-mode-hooks.
3718
3719 * subr.el (delay-mode-hooks): Specify indentation.
3720
3721 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3722
3723 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3724
3725 2005-05-26 Jay Belanger <belanger@truman.edu>
3726
3727 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3728 of nil.
3729
3730 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3731
3732 * progmodes/gdb-ui.el (gdb-frame-address):
3733 Rename from gdb-current-address.
3734 (gdb-previous-frame-address): Rename from gdb-previous-address.
3735 (gdb-selected-frame): Rename from gdb-current-frame.
3736 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3737 (gdb-frame-number): Rename from gdb-current-stack-level.
3738 (gdb-ann3): Match new mode-name for disassembly buffer.
3739 Extend initialization of variables.
3740 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3741 (gdb-memory-mode): Use mouse-face in header line.
3742 (gdb-assembler-buffer-name): Call it disassembly and give frame
3743 in mode line.
3744 (gdb-source-spec-regexp, gdb-assembler-custom)
3745 (gdb-invalidate-assembler, gdb-frame-handler):
3746 Make robust to leading zeroes in address format.
3747
3748 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3749
3750 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3751 define `org-mode'.
3752 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3753
3754 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3755
3756 * log-edit.el (log-edit-changelog-entries): Distinguish between
3757 filenames like xfns.c and fns.c.
3758
3759 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3760
3761 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3762 point after reverting.
3763 (Buffer-menu-make-sort-button): Handle the case where
3764 `Buffer-menu-use-header-line' is nil.
3765
3766 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3767
3768 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3769 New funcs. In minibuffer-local-completion-map bind `]', `/'
3770 and `:' to them.
3771
3772 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3773
3774 * startup.el (normal-top-level): Allow modification of load-path while
3775 we're iterating over it.
3776
3777 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3778
3779 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3780 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3781 (thumbs-resize-interactive, thumbs-insert-image)
3782 (thumbs-insert-thumb, thumbs-dired-show-marked)
3783 (thumbs-find-image-at-point, thumbs-delete-images)
3784 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3785 (thumbs-increment-image-size, thumbs-decrement-image-size):
3786 Fix typos in docstrings.
3787
3788 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3789
3790 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3791 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3792 (cperl-mode): Use them.
3793
3794 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3795
3796 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3797 Doc fixes.
3798
3799 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3800
3801 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3802 Bind C-d to gdb-inferior-io-eof.
3803
3804 * dired.el (dired-dnd-popup-notice): Use message-box.
3805
3806 2005-05-23 Masatake YAMATO <jet@gyve.org>
3807
3808 * bindings.el (mode-line-major-mode-keymap):
3809 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3810
3811 * faces.el (mode-line-highlight): New face.
3812
3813 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3814 as mouse-face.
3815
3816 * bindings.el (top-level, help-echo, mode-line-modified)
3817 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3818 as mouse-face.
3819
3820 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3821
3822 * progmodes/cc-engine.el (c-guess-basic-syntax):
3823 Remove spurious call to `zerop'.
3824
3825 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3826
3827 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3828
3829 CC Mode update to 5.30.10:
3830
3831 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3832 could go past the limit in decoration level 2, thereby causing
3833 errors during interactive fontification.
3834
3835 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3836 the file is evaluated interactively.
3837
3838 * cc-engine.el (c-guess-basic-syntax): Handle operator
3839 declarations somewhat better in C++.
3840
3841 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3842 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3843 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3844 (awk-mode): Use it.
3845 (make-local-hook): Suppress warning about obsoleteness.
3846
3847 * cc-engine.el, cc-align.el, cc-cmds.el
3848 (c-append-backslashes-forward, c-delete-backslashes-forward)
3849 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3850 Compensate for return value from `forward-line' when it has moved
3851 but not to a different line due to eob.
3852
3853 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3854 `objc-method-intro' and `objc-method-args-cont'.
3855
3856 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3857
3858 CC Mode update to 5.30.10:
3859
3860 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3861 in the copyright statement. Incidentally, change "along with GNU
3862 Emacs" to "along with this program" where it occurs.
3863
3864 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3865 so that it is interactive, hence can be found by M-x awk-mode
3866 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3867 <gmorris+emacs@ast.cam.ac.uk>.
3868
3869 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3870 Mode's regexps.
3871
3872 2005-05-23 Kevin Ryde <user42@zip.com.au>
3873
3874 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3875 c-parse-state, to avoid a lisp error (on bad code).
3876
3877 2005-05-23 Lute Kamstra <lute@gnu.org>
3878
3879 * subr.el (font-lock-defaults): Remove defvar as it's already
3880 defined in font-core.el.
3881
3882 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3883
3884 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3885
3886 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3887 more general and work when GDB variable "print pretty" is on,
3888 as with Emacs, for example.
3889
3890 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3891
3892 * font-core.el: Update comment.
3893
3894 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3895 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3896
3897 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3898
3899 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3900
3901 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3902 and `yank-handler' in the doc strings.
3903
3904 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3905
3906 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3907
3908 2005-05-22 Richard M. Stallman <rms@gnu.org>
3909
3910 * help.el (describe-key): Move print-help-return-message call
3911 out of conditional.
3912
3913 * progmodes/etags.el (list-tags): Use with-no-warnings.
3914
3915 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3916 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3917 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3918
3919 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3920
3921 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3922 Add defvar.
3923
3924 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3925 Use defvar, not defconst.
3926
3927 * hexl.el (hexl-follow-line): Use with-no-warnings.
3928
3929 * emulation/tpu-extras.el: Use write-file-functions instead of
3930 write-file-hooks.
3931
3932 * dired.el (dired-font-lock-keywords): Fontify files with junk
3933 extensions even if marked by -F.
3934
3935 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3936
3937 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3938 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3939 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3940 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3941 (concatenate, list-length, get*, getf, cl-remprop):
3942 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3943 (etypecase, progv, lexical-let, lexical-let*)
3944 (multiple-value-bind, multiple-value-setq, shiftf):
3945 Improve argument/docstring consistency.
3946
3947 * subr.el (focus-frame, unfocus-frame):
3948 Revert deletion on 2005-05-01.
3949
3950 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3951
3952 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3953 doesn't exist.
3954
3955 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3956 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3957
3958 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3959
3960 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3961 already deleted variables: auto-fill-hook, blink-paren-hook,
3962 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3963 suspend-hooks, comment-indent-hook, meta-flag,
3964 before-change-function, after-change-function,
3965 font-lock-doc-string-face.
3966
3967 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3968
3969 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3970
3971 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3972
3973 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3974 rmail-dont-reply-to.
3975
3976 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3977
3978 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3979 literal blank when splitting new-header-values.
3980
3981 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3982
3983 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3984 string so that tmm doesn't create a completion entry for it.
3985
3986 * textmodes/table.el (table-disable-menu): Ditto.
3987
3988 2005-05-21 Richard M. Stallman <rms@gnu.org>
3989
3990 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3991
3992 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3993
3994 * net/rcompile.el (remote-compile): Use compilation-start.
3995
3996 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3997
3998 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3999
4000 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
4001 Default to makefile-bsdmake-mode on BSD systems.
4002
4003 * imenu.el (imenu-generic-expression, imenu--generic-function'):
4004 REGEXP may also be a search function now. The part of doc-string
4005 for describing the structure was 95% identical to that of
4006 `imenu--generic-function'. Unify it there.
4007
4008 * progmodes/make-mode.el (makefile-imenu-generic-expression):
4009 Use function to find dependencies, because regexp alone is so complex,
4010 it easily goes into an endless loop.
4011 (makefile-makepp-mode): Also add submenu for Perl functions
4012 defined in the makefile.
4013 (makefile-bsdmake-mode): Special imenu-generic-expression no
4014 longer needed, due to function call.
4015 (makefile-match-dependency): Take BOUND into account when checking
4016 if we're through.
4017
4018 2005-05-20 Jay Belanger <belanger@truman.edu>
4019
4020 * calc/calc-units.el (calc-invalidate-units-table):
4021 Use inhibit-read-only.
4022 (math-build-units-table-buffer): Use view-mode.
4023
4024 2005-05-20 David Kastrup <dak@gnu.org>
4025
4026 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
4027 easy-menu-add is not a nop on Emacs; and clarify when to call it.
4028
4029 2005-05-20 Lute Kamstra <lute@gnu.org>
4030
4031 * diff-mode.el (diff-header-face, diff-file-header-face)
4032 (diff-index-face, diff-hunk-header-face, diff-removed-face)
4033 (diff-added-face, diff-changed-face, diff-function-face)
4034 (diff-context-face, diff-nonexistent-face): Put them in the
4035 diff-mode customization group.
4036
4037 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
4038
4039 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
4040
4041 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
4042
4043 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
4044 Minor regexp-optimization.
4045
4046 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
4047
4048 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
4049 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
4050 (org-agenda-add-time-grid-maybe): New function.
4051 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
4052 (org-table-create): `dotimes' instead of `mapcar'.
4053 (org-xor): Simplify implementation.
4054 (org-agenda): `inhibit-redisplay' turned on.
4055 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
4056 a consistent line after a state change.
4057 (org-agenda-remove-times-when-in-prefix): New option.
4058 (org-prefix-has-time): New variable.
4059 (org-parse-time-string): Optional argument NODEFAULT.
4060 (org-format-agenda-item): Parse items for time-of-day
4061 specifications and move these into the prefix if possible.
4062 (org-agenda-priority): Get current heading, not previous heading
4063 during agenda remote editing.
4064
4065 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
4066
4067 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
4068 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
4069 (remove-duplicates, delete-duplicates, substitute)
4070 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
4071 (nsubstitute-if-not, find, find-if, find-if-not, position)
4072 (position-if, position-if-not, count, count-if, count-if-not)
4073 (mismatch, search, sort*, stable-sort, merge, member*)
4074 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
4075 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
4076 (intersection, nintersection, set-difference, nset-difference)
4077 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
4078 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
4079 (nsublis, tree-equal): Improve argument/docstring consistency.
4080
4081 * subr.el (send-string, send-region):
4082 Remove obsolescence declaration.
4083 (window-dot, set-window-dot, read-input, show-buffer)
4084 (eval-current-buffer, string-to-int):
4085 Add release number to obsolescence declarations.
4086
4087 2005-05-19 Kim F. Storm <storm@cua.dk>
4088
4089 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
4090 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
4091
4092 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
4093
4094 * faces.el (list-faces-display): Make back button respect optional
4095 regexp arg.
4096
4097 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
4098
4099 * calculator.el (calculator-radix-grouping-mode)
4100 (calculator-radix-grouping-digits, calculator-displayer)
4101 (calculator-radix-grouping-separator, calculator-copy-displayer):
4102 * dabbrev.el (dabbrev-search-these-buffers-only):
4103 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4104 (diff-advance-after-apply-hunk, diff-mode-hook)
4105 (diff-minor-mode-prefix):
4106 * imenu.el (imenu-use-popup-menu):
4107 * jit-lock.el (jit-lock-context-time):
4108 * newcomment.el (comment-fill-column, comment-column)
4109 (comment-style, comment-padding, comment-multi-line)
4110 (comment-empty-lines, comment-auto-fill-only-comments):
4111 * reveal.el (reveal-around-mark):
4112 * uniquify.el (uniquify-buffer-name-style)
4113 (uniquify-after-kill-buffer-p)
4114 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4115 (uniquify-min-dir-content, uniquify-separator)
4116 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4117 * w32-vars.el (w32-fixed-font-alist):
4118 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4119 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4120 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4121 * progmodes/perl-mode.el (perl-indent-level)
4122 (perl-continued-statement-offset, perl-continued-brace-offset)
4123 (perl-brace-offset, perl-brace-imaginary-offset)
4124 (perl-label-offset, perl-indent-continued-arguments)
4125 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4126 * progmodes/tcl.el (tcl-indent-level)
4127 (tcl-continued-indent-level, tcl-auto-newline)
4128 (tcl-tab-always-indent, tcl-electric-hash-style)
4129 (tcl-help-directory-list, tcl-use-smart-word-finder)
4130 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4131 (inferior-tcl-source-command):
4132 * textmodes/fill.el (enable-kinsoku):
4133 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4134 * textmodes/table.el (table-yank-handler):
4135 Specify missing group (and type, if simple) in defcustom.
4136
4137 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4138
4139 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4140
4141 2005-05-19 Richard M. Stallman <rms@gnu.org>
4142
4143 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4144
4145 * subr.el (event-basic-type): Don't get an error.
4146 (left-fringe-p): Function deleted.
4147
4148 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4149 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4150
4151 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4152 in recursive copy.
4153
4154 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4155
4156 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4157
4158 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4159 Call byte-compile-nogroup-warn if appropriate.
4160
4161 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4162 (compilation-set-window): Don't call left-fringe-p; do it directly.
4163
4164 2005-05-19 Jay Belanger <belanger@truman.edu>
4165
4166 * calc/calc-graph.el (calc-graph-format-data): Make sure
4167 var-PlotRejects is bound before trying to check its value.
4168
4169 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4170
4171 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4172 definition of this variable from reftex-global.el to reftex.el,
4173 because it is needed in the menu.
4174
4175 2005-05-19 Lute Kamstra <lute@gnu.org>
4176
4177 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4178 years are fixed. Don't insert a space after a dash.
4179
4180 2005-05-19 Kim F. Storm <storm@cua.dk>
4181
4182 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4183
4184 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4185
4186 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4187 strings, because (eq ... ?\\) is fairly frequent.
4188
4189 * progmodes/make-mode.el (makefile-add-this-line-targets):
4190 Simplify and integrate into `makefile-pickup-targets'.
4191 (makefile-add-this-line-macro): Simplify and integrate into
4192 `makefile-pickup-macros.
4193 (makefile-pickup-filenames-as-targets): Simplify.
4194 (makefile-previous-dependency, makefile-match-dependency):
4195 Don't stumble over `::'.
4196
4197 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4198
4199 * subr.el (post-command-idle-hook, post-command-idle-delay):
4200 Remove obsoletion of post-command-idle-hook and
4201 post-command-idle-delay.
4202
4203 * faces.el (list-faces-display): Provide button when describe-face
4204 is called to take user back to the list of faces.
4205
4206 * help-fns.el (describe-variable): Remove hyperlinks in a
4207 variable's value as these are quite frequently inappropriate.
4208
4209 * follow.el (follow-submit-feedback, follow-mode):
4210 Remove references to post-command-idle-hook.
4211
4212 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4213
4214 * progmodes/make-mode.el (makefile-previous-dependency)
4215 (makefile-match-dependency): Check for := (and in bsd mode also
4216 !=) to give a better result, even when font-lock is not on.
4217
4218 2005-05-18 Jay Belanger <belanger@truman.edu>
4219
4220 * calc/calc-help.el (calc-s-prefix-help):
4221 Add `calc-copy-special-constant' to help string.
4222
4223 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4224
4225 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4226
4227 2005-05-18 Jay Belanger <belanger@truman.edu>
4228
4229 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4230 in linear factors are in proper order.
4231
4232 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4233
4234 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4235 Support for jurabib.
4236
4237 * textmodes/reftex.el (featurep): Define aliases for overlay
4238 commands, for XEmacs compatibility, and use these aliases in
4239 overlay initializations.
4240 (reftex-highlight): Use `reftex-move-overlay'.
4241 (reftex-unhighlight): Use `reftex-delete-overlay'.
4242 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4243 (reftex-access-search-path): Use `reftex-uniquify' instead of
4244 `reftex-uniq'
4245
4246 * textmodes/reftex-sel.el (reftex-select-unmark):
4247 Overlay `before-string' property modification enables for Emacs as well.
4248 (reftex-select-item): Use `reftex-delete-overlay'.
4249 (reftex-select-mark): Use `reftex-make-overlay' and
4250 `reftex-overlay-put'.
4251 (reftex-select-unmark): Use `reftex-delete-overlay' and
4252 `reftex-overlay-put'.
4253
4254 2005-05-18 Lute Kamstra <lute@gnu.org>
4255
4256 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4257
4258 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4259
4260 * add-log.el (add-change-log-entry):
4261 * array.el (array-make-template, array-reconfigure-rows)
4262 (array-init-max-row, array-init-max-column)
4263 (array-init-columns-per-line, array-init-field-width):
4264 * replace.el (replace-match-maybe-edit, perform-replace):
4265 * textmodes/spell.el (spell-region):
4266 Replace `read-input' by `read-string'.
4267
4268 * forms.el (forms-mode):
4269 * finder.el (finder-compile-keywords):
4270 * shadowfile.el (shadow-read-files):
4271 Replace `eval-current-buffer' by `eval-buffer'.
4272
4273 * terminal.el (te-pass-through):
4274 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4275 (ange-ftp-raw-send-cmd):
4276 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4277 (send-process-next-char, telnet-initial-filter, telnet):
4278 Replace `send-string' by `process-send-string'.
4279
4280 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4281 (prolog-consult-region): Replace `send-string' by
4282 `process-send-string'; replace `send-region' by `process-send-region'.
4283
4284 * progmodes/delphi.el (delphi-log-msg):
4285 Replace `set-window-dot' by `set-window-point'.
4286
4287 * subr.el (window-dot, set-window-dot, read-input, send-string)
4288 (send-region, show-buffer, eval-current-buffer):
4289 Make really obsolete, as the comment says.
4290
4291 2005-05-17 Kim F. Storm <storm@cua.dk>
4292
4293 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4294 (cua--init-keymaps): Bind C-return instead of S-return to set
4295 rectangle mark.
4296
4297 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4298 instead of S-return to toggle/clear rectangle mark.
4299
4300 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4301
4302 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4303 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4304 Also fontify plain strings assigned to variables, mostly so that a
4305 colon has a face and is thus not taken as a dependency separator.
4306 (makefile-previous-dependency): Inline the new matcher, because it
4307 is too complex to work in both directions.
4308 (makefile-match-dependency): Eliminate `backward' arg (see above).
4309 Completely reimplemented so as to not sometimes go into an endless
4310 loop. It should also be more efficient, because first it only
4311 searches for `:', instead of applying the very complex regexp.
4312 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4313 to be fontified in one piece can be too long for JIT.
4314 Makefiles are never *that* big.
4315
4316 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4317
4318 * dired.el (dired-mode): Simplify.
4319
4320 2005-05-17 Lute Kamstra <lute@gnu.org>
4321
4322 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4323 defcustom for the mode hook variable.
4324
4325 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4326 Emacs Lisp Reference Manual.
4327
4328 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4329
4330 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4331 (evenp, list*):
4332 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4333 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4334
4335 * net/tramp-smb.el (tramp-smb-open-connection):
4336 Pass `tramp-chunksize' as fifth (required) argument.
4337
4338 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4339
4340 * font-lock.el (lisp-font-lock-keywords-1):
4341 Set `font-lock-negation-char-face' for [^...] char group.
4342 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4343
4344 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4345 a var, and refine it to mask one more level of nested vars.
4346 (makefile-rule-action-regex): Turn it into a var, and refine it so
4347 it recognizes backslashed continuation lines as belonging to the
4348 same command.
4349 (makefile-macroassign-regex): Refine it so it recognizes
4350 backslashed continuation lines as belonging to the same command.
4351 (makefile-var-use-regex): Don't look at the next char, because it
4352 might be the same one to be skipped by the initial [^$], leading
4353 to an overlooked variable use.
4354 (makefile-make-font-lock-keywords): Remove two parameters, which
4355 are now variables that some of the modes set locally.
4356 Handle dependency and rule action matching through functions, because
4357 regexps alone match too often. Dependency matching now comes
4358 last, so it can check, whether a colon already matched something else.
4359 (makefile-mode): Inform that font-lock improves makefile parsing
4360 capabilities.
4361 (makefile-match-dependency, makefile-match-action): New functions.
4362
4363 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4364
4365 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4366
4367 * align.el (align-regexp):
4368 * ansi-color.el (ansi-color-get-face):
4369 * array.el (array-reconfigure-rows, array-init-max-row)
4370 (array-init-max-column, array-init-columns-per-line)
4371 (array-init-field-width):
4372 * dired-aux.el (dired-trample-file-versions):
4373 * dired-x.el (dired-mark-sexp):
4374 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4375 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4376 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4377 * faces.el (face-read-integer):
4378 * files.el (backup-extract-version, insert-directory):
4379 * hexl.el (hexl-insert-decimal-char):
4380 * server.el (server-process-filter):
4381 * shell.el (shell-extract-num):
4382 * startup.el (command-line-1):
4383 * term.el (term-command-hook):
4384 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4385 (time-stamp-do-number):
4386 * time.el (display-time-update):
4387 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4388 (timezone-fix-time):
4389 * vms-patch.el (vms-suspend-resume-hook):
4390 * calendar/appt.el (appt-convert-time):
4391 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4392 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4393 * calendar/cal-islam.el (mark-islamic-diary-entries):
4394 * calendar/calendar.el (calendar-cursor-to-date)
4395 (calendar-star-date):
4396 * calendar/diary-lib.el (diary-attrtype-convert)
4397 (mark-diary-entries, diary-entry-time):
4398 * calendar/solar.el (solar-get-number):
4399 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4400 * emacs-lisp/re-builder.el (reb-display-subexp):
4401 * emulation/edt.el (edt-set-scroll-margins):
4402 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4403 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4404 (vip-get-ex-count):
4405 * emulation/viper-ex.el (viper-get-ex-token)
4406 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4407 * international/fontset.el (fontset-plain-name):
4408 * mail/feedmail.el (feedmail-look-at-queue-directory):
4409 * mail/mailalias.el (mail-get-names):
4410 * mail/rmail.el (rmail-convert-to-babyl-format):
4411 * mail/rmailsum.el (rmail-make-basic-summary-line)
4412 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4413 (rmail-summary-goto-msg):
4414 * mail/smtpmail.el (smtpmail-read-response):
4415 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4416 (ange-ftp-vms-add-file-entry):
4417 * play/gametree.el (gametree-looking-at-ply)
4418 (gametree-current-branch-score):
4419 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4420 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4421 * progmodes/cperl-mode.el (condition-case):
4422 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4423 (ebrowse-set-member-buffer-column-width)
4424 (ebrowse-select-1st-to-9nth):
4425 * progmodes/etags.el (etags-snarf-tag):
4426 * progmodes/flymake.el (flymake-parse-line):
4427 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4428 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4429 (idlwave-shell-menu-def):
4430 * progmodes/ps-mode.el (ps-run-goto-error):
4431 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4432 (vhdl-speedbar-contract-level):
4433 * term/mac-win.el (x-handle-numeric-switch):
4434 * term/sun-mouse.el (sun-get-frame-data):
4435 * term/w32-win.el (x-handle-numeric-switch):
4436 * term/x-win.el (x-handle-numeric-switch):
4437 * textmodes/ispell.el (ispell-parse-output):
4438 * textmodes/nroff-mode.el (nroff-outline-level):
4439 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4440 (reftex-bib-sort-year-reverse, reftex-format-citation):
4441 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4442 (reftex-section-number):
4443 * textmodes/texinfmt.el (texinfo-paragraphindent):
4444 Replace `string-to-int' by `string-to-number'.
4445
4446 * international/latexenc.el: Add page marker to force the "Local
4447 Variables:" string out of the last page.
4448
4449 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4450
4451 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4452 tooltip-change-major-mode.
4453 (gud-tooltip-print-command): Remove case where gud-minor-mode
4454 is gdb ("--fullname").
4455 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4456 explain to user.
4457
4458 2005-05-16 Jay Belanger <belanger@truman.edu>
4459
4460 * calc/calc-store.el (calc-copy-special-constant): New function.
4461
4462 * calc/calc-ext.el (calc-init-extensions): Add binding for
4463 `calc-copy-special-constant'.
4464
4465 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4466 for the `calc-copy-special-constant' command.
4467
4468 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4469
4470 * subr.el (left-fringe-p): New function.
4471
4472 * progmodes/compile.el (compilation-setup): Set local value of
4473 overlay-arrow-string to "" always.
4474 (compilation-set-window): Left fringe then don't scroll.
4475 No left fringe then no arrow and scroll message to top.
4476 (compilation-context-lines): Adjust doc string accordingly.
4477
4478 2005-05-16 Kim F. Storm <storm@cua.dk>
4479
4480 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4481 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4482 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4483 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4484 (ido-read-file-name): Handle commands with ido property value
4485 equal to find-file as reading a file name, to allow C-d to enter dired.
4486 (ibuffer-find-file): Add ido property with value find-file.
4487
4488 2005-05-15 Kim F. Storm <storm@cua.dk>
4489
4490 * subr.el (open-network-stream-nowait): Remove.
4491 (open-network-stream-server): Remove.
4492
4493 2005-05-15 Richard M. Stallman <rms@gnu.org>
4494
4495 * faces.el (describe-face): Output a definition link button.
4496
4497 * help-mode.el (help-face-def): New button type.
4498
4499 * emacs-lisp/copyright.el (copyright-fix-years):
4500 Match properly if the first year is 2-digit.
4501 Don't mess up the whitespace after the years by filling.
4502
4503 * dired-aux.el (dired-mark-confirm):
4504 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4505
4506 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4507 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4508 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4509
4510 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4511 Set font-lock-comment-start-skip.
4512
4513 * font-lock.el (font-lock-comment-start-skip): New variable.
4514 (font-lock-comment-end-skip): New variable.
4515 (font-lock-fontify-syntactically-region): Use them if non-nil.
4516
4517 2005-05-15 Jay Belanger <belanger@truman.edu>
4518
4519 * calc/calc-store.el (calc-store-value): Return a string rather
4520 than display it as a message.
4521 Use calc-var-name for variable name.
4522 (calc-store-into): Add the result of calc-store-value to message.
4523 (calc-copy-variable): Add a message.
4524 (calc-store-exchange): Improve error messages.
4525 (calc-store-binary, calc-store-map): Don't reset the values of
4526 special constants.
4527
4528 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4529
4530 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4531 manual to docstring.
4532
4533 * files.el (hack-local-variables-confirm): Add STRING argument.
4534 Make the function handle non file visiting buffers correctly.
4535 (hack-local-variables-prop-line, hack-local-variables)
4536 (hack-one-local-variable): Use STRING arg of
4537 `hack-local-variables-confirm'.
4538
4539 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4540
4541 Sync with Tramp 2.0.49.
4542
4543 * tramp.el (tramp-handle-dired-call-process)
4544 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4545 because the contents of the Tramp buffer is changed before
4546 insertion (`expand-file' and alike).
4547 (tramp-handle-insert-directory): If `localname' has an empty
4548 nondirectory name, it must not be quoted.
4549 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4550 variable `tramp-chunksize'. Change callees.
4551 (tramp-open-connection-setup-interactive-shell): Check remote host
4552 for buggy `send-process-string' implementation.
4553 Set `tramp-chunksize' if found. Reported by Michael Kifer
4554 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4555 (tramp-handle-shell-command): `insert-buffer' cannot be used
4556 because the contents of the Tramp buffer is changed before
4557 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4558 <frederic.bothamy@free.fr>.
4559 (tramp-set-auto-save): Actions should be done for Tramp file name
4560 handler only. Ange-FTP has its own auto-save mechanism.
4561 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4562 (tramp-set-auto-save-file-modes): Set file modes of
4563 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4564 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4565 (tramp-bug): Remove obsolete variable.
4566 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4567 for presence of `mml-mode'. Make it running for older Emacsen as well.
4568
4569 2005-05-14 John Paul Wallington <jpw@pobox.com>
4570
4571 * ibuf-ext.el (define-ibuffer-filter filename):
4572 If `dired-directory' is a list, use its car.
4573
4574 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4575
4576 * ibuffer.el (define-ibuffer-column filename):
4577 If `dired-directory' is a list, use its car.
4578
4579 2005-05-14 Richard M. Stallman <rms@gnu.org>
4580
4581 * subr.el (symbol-file): Doc fix.
4582
4583 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4584 (byte-compile-form): Call byte-compile-nogroup-warn.
4585 (byte-compile-warning-types): Doc fix.
4586
4587 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4588
4589 * progmodes/cc-engine.el (c-literal-faces):
4590 Add font-lock-comment-delimiter-face.
4591
4592 * net/net-utils.el (dig): Use with-no-warnings.
4593
4594 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4595 (sc-recite-frame-alist, sc-default-cite-frame)
4596 (sc-default-uncite-frame, sc-default-recite-frame)
4597 (sc-attrib-selection-list, sc-rewrite-header-list):
4598 Mark as risky-local-variable.
4599
4600 * international/ogonek.el (ogonek-jak, ogonek-how):
4601 Don't use beginning-of-buffer.
4602
4603 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4604
4605 * calendar/solar.el (solar-data-list): Move definition up.
4606
4607 * dnd.el (dnd-protocol-alist): Add autoload.
4608
4609 * progmodes/sh-script.el: Many doc usage fixes.
4610 (sh-indent-after-do): Change default to match common styles.
4611
4612 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4613
4614 * files.el (interpreter-mode-alist)
4615 (auto-mode-interpreter-regexp): Doc fixes.
4616
4617 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4618
4619 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4620
4621 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4622
4623 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4624
4625 * dired.el (dired-mode): make-variable-buffer-local =>
4626 make-local-variable.
4627
4628 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4629
4630 * term/mac-win.el (mac-select-convert-to-string): Try coding
4631 systems in mac-script-code-coding-systems if specified one cannot
4632 encode string for `com.apple.traditional-mac-plain-text'.
4633
4634 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4635
4636 * progmodes/make-mode.el (makefile-targets-face)
4637 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4638 (makefile-dependency-regex): Fix it to not make the colon in
4639 $(var:a=b) special.
4640 (makefile-rule-action-regex): New regexp for highlighting embedded
4641 Shell strings.
4642 (makefile-macroassign-regex): Handle != for highlighting as
4643 embedded Shell strings.
4644 (makefile-var-use-regex): New const.
4645 (makefile-statements, makefile-automake-statements)
4646 (makefile-gmake-statements, makefile-makepp-statements)
4647 (makefile-bsdmake-statements): New consts.
4648 (makefile-make-font-lock-keywords): New function.
4649 (makefile-automake-font-lock-keywords)
4650 (makefile-gmake-font-lock-keywords)
4651 (makefile-makepp-font-lock-keywords)
4652 (makefile-bsdmake-font-lock-keywords): New consts.
4653 (makefile-mode-map): Add switchers between the various submodes.
4654 (makefile-mode): Document the availability of the variants.
4655 (makefile-automake-mode, makefile-gmake-mode)
4656 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4657
4658 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4659 new variants of makefile-mode.
4660
4661 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4662
4663 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4664 the inheritance.
4665
4666 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4667
4668 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4669 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4670
4671 * files.el (normal-mode): Extend the scope of the
4672 `enable-local-variables' binding to include the `set-auto-mode' call.
4673 (magic-mode-alist): Doc fix.
4674
4675 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4676
4677 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4678 font-lock-comment-face rather than copying its setting.
4679
4680 2005-05-12 Andreas Schwab <schwab@suse.de>
4681
4682 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4683
4684 2005-05-12 Lute Kamstra <lute@gnu.org>
4685
4686 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4687 defcustom for the mode hook variable. Delete the last argument.
4688 * generic-x.el: Fix callers of define-generic-mode.
4689 (generic-x-modes): Delete group.
4690 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4691 generic-x customization group.
4692
4693 2005-05-12 Kim F. Storm <storm@cua.dk>
4694
4695 * font-lock.el (font-lock-negation-char-face): Default to "off".
4696
4697 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4698 font-lock-negation-char-face to ! in !=.
4699
4700 2005-05-12 Masatake YAMATO <jet@gyve.org>
4701
4702 * add-log.el (find-change-log): Fix typos in the docstring
4703 of function.
4704
4705 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4706
4707 * international/latexenc.el (latexenc-find-file-coding-system):
4708 Avoid `re-search-forward' when looking for input encoding because
4709 of speed and safety. Better regular expressions for recognizing
4710 input encoding. Limit a search for TeX-master/tex-main-file to
4711 the local variable section.
4712
4713 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4714
4715 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4716 syntax of $ to "'" (quote).
4717
4718 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4719
4720 * dnd.el (dnd-protocol-alist): Improve custom type.
4721
4722 * dired.el (dired-dnd-protocol-alist): New variable.
4723 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4724 `dired-mode-hook' to the end.
4725
4726 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4727
4728 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4729 comment-end if comment-start-skip is not set.
4730 Obey the font-lock-comment-delimiter-face variables.
4731
4732 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4733
4734 * files.el (executable-find): Move from executable.el. Use locate-file.
4735 * progmodes/executable.el (executable-find): Move to files.el.
4736
4737 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4738 when trying to ensure forward progress.
4739
4740 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4741
4742 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4743 (mouse-select, mouse-select-internal, mouse-extend-internal):
4744 Use it to implement mouse-1-click-follows-link functionality.
4745
4746 2005-05-11 Richard M. Stallman <rms@gnu.org>
4747
4748 * font-lock.el (font-lock-fontify-syntactically-region):
4749 Use font-lock-comment-delimiter-face for comment delimiters.
4750
4751 2005-05-10 Jay Belanger <belanger@truman.edu>
4752
4753 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4754 preserving embedded modes.
4755
4756 2005-05-10 Richard M. Stallman <rms@gnu.org>
4757
4758 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4759
4760 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4761 Move from ada-stmt.el.
4762 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4763
4764 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4765 Move to ada-mode.el.
4766 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4767
4768 * cus-edit.el (custom-file): Call file-chase-links.
4769
4770 * files.el (read-directory-name): Fix previous change.
4771 (hack-local-variables-confirm): New function.
4772 (hack-local-variables-prop-line, hack-local-variables)
4773 (hack-one-local-variable): Use it.
4774
4775 2005-05-10 Lute Kamstra <lute@gnu.org>
4776
4777 * font-lock.el (font-lock-keywords-alist)
4778 (font-lock-removed-keywords-alist): Clarify docstrings.
4779
4780 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4781
4782 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4783 (gdb-source-info): Check for preprocessor info.
4784 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4785 a macro for a function.
4786 (gdb-info-breakpoints-custom): Try to find file again if not already
4787 found (user might have used GDB dir command).
4788 (gdb-get-location): Update gdb-location-alist correctly for change
4789 to gdb-info-breakpoints-custom.
4790
4791 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4792 (gud-tooltip-print-command): Add gdbmi case.
4793 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4794 preprocessor info.
4795
4796 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4797
4798 * startup.el (fancy-splash-insert): Fix typo in doc string.
4799
4800 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4801
4802 * obsolete/float.el (string-to-float):
4803 * obsolete/hilit19.el (hilit-add-pattern):
4804 * obsolete/rnews.el (news-parse-range, news-select-message)
4805 (news-get-pruned-list-of-files): Replace `string-to-int' by
4806 `string-to-number'.
4807
4808 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4809 `find-file-not-found-hooks'; use `add-hook'.
4810 (uncompress-while-visiting): Set `write-file-functions', not
4811 `write-file-hooks'; use `add-hook'.
4812
4813 2005-05-09 Kim F. Storm <storm@cua.dk>
4814
4815 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4816 (cua-paste): Handle clipboard action.
4817 (cua--init-keymaps): Remap clipboard-kill-region and
4818 clipboard-kill-ring-save.
4819
4820 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4821
4822 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4823 Improve commentary.
4824
4825 * simple.el (next-error-overlay-arrow-position): Revert the change
4826 made on 2005-04-30.
4827
4828 2005-05-07 Jay Belanger <belanger@truman.edu>
4829
4830 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4831 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4832 `calc-sel-reselect'.
4833
4834 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4835 Calc is in embedded mode.
4836
4837 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4838
4839 * progmodes/compile.el (compilation-setup):
4840 Set overlay-arrow-string to an empty string on text terminals.
4841
4842 * textmodes/ispell.el (ispell-program-name): Try looking for
4843 "aspell" along exec-path, and if found, use it as the default
4844 speller program.
4845
4846 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4847
4848 * international/mule.el (sgml-xml-auto-coding-function):
4849 Recognize encoding='FOO' in single quotes as well as in double quotes.
4850
4851 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4852
4853 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4854 as well as `interactive', so that defmacro* would recognize
4855 `declare' forms.
4856
4857 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4858
4859 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4860 Explain more about the LIGHTER arg's usage in the doc string.
4861 Add commentary to clarify what the code does. Fix the regexp that
4862 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4863 since it could have characters special to regular expressions.
4864
4865 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4866
4867 * replace.el (occur-1): Bind inhibit-read-only so that
4868 erase-buffer doesn't barf on read-only text properties (likewise
4869 for add-text-properties in occur-engine). Mark buffer as unmodified.
4870 (occur-engine): Don't set buffer-read-only here.
4871
4872 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4873
4874 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4875 list-buffers-directory. This caused the *cvs-commit* buffer to be
4876 sometimes mistakenly reused as a *cvs* buffer.
4877
4878 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4879
4880 * tooltip.el: Move code for GUD tooltips into gud.el.
4881 (require): CL no longer needed to compile case.
4882 (tooltip-mode): Do not toggle functions for GUD tooltips.
4883 (tooltip-gud-tips-p): Remove. Replace with minor mode
4884 gud-tooltip-mode in gud.el.
4885 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4886 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4887 tooltip-gud prefix with gud-tooltip and obsolete.
4888 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4889 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4890 (tooltip-mouse-motion): Mouse movement functions/variable.
4891 Rename in gud.el by adding gud prefix.
4892 (tooltip-gud-original-filter, tooltip-gud-dereference)
4893 (tooltip-gud-event, tooltip-toggle-gud-tips)
4894 (tooltip-gud-process-output, tooltip-gud-print-command)
4895 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4896 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4897 (gdb-tooltip-print): Move to gdb-ui.el.
4898
4899 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4900 (require): CL needed to compile case.
4901 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4902 tooltip-gud-tips-p. Make it a minor-mode.
4903 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4904 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4905 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4906 (gud-tooltip-change-major-mode)
4907 (gud-tooltip-activate-mouse-motions-if-enabled)
4908 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4909 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4910 (gud-tooltip-original-filter, gud-tooltip-dereference)
4911 (gud-tooltip-event, tooltip-toggle-gud-tips)
4912 (gud-tooltip-process-output, gud-tooltip-print-command)
4913 (gud-tooltip-tips): Move from tooltip.el.
4914
4915 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4916 (gdb-cpp-define-alist-flags): Doc fix.
4917 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4918 gud-tooltip-mode is t.
4919
4920 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4921
4922 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4923 evaporate if their text is deleted.
4924 (goto-address-at-point): Make it work as a mouse binding as well.
4925 (goto-address-at-mouse): Obsolete it. Update users.
4926
4927 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4928
4929 * calendar/appt.el (top-level): No longer activate on load.
4930
4931 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4932
4933 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4934 * net/webjump.el (webjump):
4935 * progmodes/idlw-help.el (idlwave-do-context-help1)
4936 (idlwave-highlight-linked-completions):
4937 * textmodes/po.el (po-find-file-coding-system-guts):
4938 Replace `assoc-ignore-case' by `assoc-string'.
4939
4940 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4941
4942 * files.el (locate-file): Doc fix.
4943
4944 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4945 Remove the redundant test for ms-dos.
4946
4947 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4948 look for the preprocessor with exec-suffixes. If not found in
4949 standard places, look in exec-path. Remove most of the tests that
4950 used system-type.
4951
4952 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4953
4954 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4955
4956 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4957 file-name clash with jka-compr.el on 8+3 filesystems.
4958
4959 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4960
4961 * term/mac-win.el: Don't define or bind scroll bar functions if
4962 x-toolkit-scroll-bars is t.
4963 (x-select-text, x-get-selection-value):
4964 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4965 (PRIMARY): Put mac-scrap-name property.
4966 (mac-select-convert-to-file-url): New function.
4967 (public.file-url): New selection target type. Add to
4968 selection-converter-alist.
4969 (x-get-selection, x-selection-value): Handle it.
4970 (x-cut-buffer-or-selection-value): New alias.
4971
4972 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4973
4974 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4975 entry to avoid calling bibtex-find-entry with arg global
4976 being t. Remove arg key.
4977 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4978 (bibtex-copy-summary-as-kill): Change accordingly.
4979
4980 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4981
4982 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4983 (org-agenda-date-later): Use with-current-buffer.
4984
4985 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4986
4987 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4988 (define-obsolete-variable-alias): Doc Fixes.
4989
4990 2005-05-06 Kim F. Storm <storm@cua.dk>
4991
4992 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4993 vertical-motion when selective-display is active.
4994
4995 * ido.el (ido-setup-hook): New hook.
4996 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4997 (ido-input-stack): New var.
4998 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4999 ido-next-work-file binding to M-O.
5000 Bind M-f to ido-wide-find-file-or-pop-dir.
5001 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
5002 (ido-read-internal): Run ido-setup-hook.
5003 Catch quit in read-file-name and read-string to cancel edit.
5004 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
5005 Automatically pop-all when completing a directory name (RET).
5006 (ido-file-internal): Add with-no-warnings around ffap and dired code.
5007 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
5008 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
5009 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
5010 New functions for M-b/M-f to move among the directory components.
5011 (ido-make-merged-file-list): Catch quit to cancel merge.
5012 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
5013 (ido-completion-help): No warnings for ido-completion-buffer-full.
5014
5015 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
5016
5017 * font-lock.el (font-lock-negation-char-face): New face and variable.
5018 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
5019 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
5020 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
5021 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
5022
5023 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
5024
5025 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
5026 Fix typo in docstring.
5027
5028 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
5029 (ebrowse-print-statistics-line)
5030 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
5031
5032 * term/w32-win.el (image-library-alist): Add additional name for
5033 Xpm library.
5034
5035 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
5036
5037 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
5038 use gcc instead of cpp.
5039
5040 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
5041 (gdb-create-define-alist): Use it.
5042 (gdb-cpp-define-alist-program): Update for MS-DOS.
5043
5044 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
5045
5046 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
5047
5048 2005-05-04 Richard M. Stallman <rms@gnu.org>
5049
5050 * help.el (describe-key): No error when UNTRANSLATED is nil.
5051
5052 * simple.el (line-move-1): Fix previous change to signal errors
5053 appropriately.
5054
5055 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
5056
5057 * calendar/icalendar.el (icalendar-version): Now at 0.12.
5058 (icalendar-duration-correction): Remove.
5059 (icalendar--get-event-properties): Split result at commas.
5060 (icalendar--decode-isoduration): New optional argument
5061 DURATION-CORRECTION.
5062 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
5063 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
5064 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
5065 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
5066 (icalendar--convert-anniversary-to-ical): New functions, extracted
5067 from icalendar-export-region, with bug fixes.
5068 (icalendar-export-region): Use the above functions.
5069 (icalendar-import-buffer): Check before saving diary file.
5070 (icalendar--convert-recurring-to-diary)
5071 (icalendar--convert-non-recurring-all-day-to-diary)
5072 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
5073 extracted from icalendar--convert-ical-to-diary, with bug fixes.
5074 (icalendar--convert-ical-to-diary): Use the above functions.
5075
5076 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
5077
5078 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
5079 Remove these recent additions.
5080 (c-mode): Restore to before 2005-04-28.
5081
5082 * progmodes/cc-vars.el (cc-define-list-program): Remove this
5083 recent addition.
5084
5085 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
5086 (gdb-define-alist): New variables.
5087 (gdb-create-define-alist): New function.
5088 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
5089 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
5090 with string-to-number.
5091 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
5092
5093 * progmodes/gud.el: Replace string-to-int with string-to-number.
5094 (gud-find-file): Handle gdb-define-alist.
5095
5096 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
5097
5098 2005-05-02 Jay Belanger <belanger@truman.edu>
5099
5100 * calc/calc-aent.el (math-read-token):
5101 * calc/calc-bin.el (calc-word-size):
5102 * calc/calc-ext.el (calc-read-number-fancy):
5103 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5104 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5105 * calc/calc-frac.el (calc-over-notation):
5106 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5107 (calc-graph-num-points, calc-graph-init):
5108 * calc/calc-prog.el (calc-read-parse-table-part)
5109 (calc-edit-macro-repeats):
5110 * calc/calc-yank.el (calc-do-grab-rectangle):
5111 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5112 Replace `string-to-int' by `string-to-number'.
5113
5114 2005-05-02 Kim F. Storm <storm@cua.dk>
5115
5116 * kmacro.el: Use executing-kbd-macro-index variable.
5117
5118 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5119
5120 * net/rlogin.el (rlogin-parse-words): Delete func.
5121 (rlogin): Use split-string, not rlogin-parse-words.
5122 Also, if there are option-like elements in the parsed args,
5123 take the host to be the first arg immediately following them.
5124 Suggested by Michael Mauger.
5125
5126 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5127
5128 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5129
5130 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5131
5132 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5133 (cc-mode-cpp-program): Rename to cc-define-list-program and
5134 move to cc-vars.el.
5135
5136 * progmodes/cc-vars.el (cc-define-list-program):
5137 Change to "gcc -E -dM -". Make customizable.
5138
5139 2005-05-02 Kim F. Storm <storm@cua.dk>
5140
5141 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5142
5143 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5144
5145 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5146
5147 * international/mule-util.el (truncate-string): Remove alias and
5148 obsolete declaration.
5149
5150 * international/mule-cmds.el (update-iso-coding-systems):
5151 Remove alias and obsolete declaration.
5152
5153 * international/mule.el (coding-system-parent): Remove alias and
5154 obsolete declaration.
5155
5156 * subr.el (define-function, sref): Remove aliases and obsolete
5157 declarations.
5158 (chars-in-region): Remove obsolete declaration.
5159
5160 2005-05-01 Richard M. Stallman <rms@gnu.org>
5161
5162 * info.el (Info-mode): Set widen-automatically to nil, locally.
5163
5164 * simple.el (widen-automatically): New variable.
5165 (pop-global-mark): Obey widen-automatically.
5166
5167 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5168
5169 * term/xterm.el (function-key-map): Call substitute-key-definition
5170 before the keymap size is increased by a lot of define-key calls.
5171
5172 2005-05-01 Richard M. Stallman <rms@gnu.org>
5173
5174 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5175 Rename ARG to ELEMENT. Doc fix.
5176
5177 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5178
5179 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5180 Remove references to allout-exposure/change to allout-new-exposure.
5181
5182 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5183 bytecode symbols.
5184
5185 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5186 (compiled-function-p, focus-frame, unfocus-frame):
5187 Remove aliases and obsolete declarations.
5188 Back out inadvertent changes from previous commit.
5189
5190 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5191
5192 * files.el (require-final-newline): Make Custom tags consistent
5193 with mode-require-final-newline.
5194 (mode-require-final-newline): Doc fix.
5195
5196 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5197
5198 * international/latexenc.el (latexenc-find-file-coding-system):
5199 Fix regular expressions.
5200
5201 2005-05-01 David Kastrup <dak@gnu.org>
5202
5203 * international/latexenc.el (latexenc-find-file-coding-system):
5204 Fix regular expressions.
5205
5206 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5207
5208 * subr.el (string-to-int): Make obsolete.
5209
5210 2005-04-30 Richard M. Stallman <rms@gnu.org>
5211
5212 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5213
5214 * loadup.el: load jka-comp-hook.
5215
5216 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5217 (jka-compr-handler): Add autoload. `put' calls moved
5218 to jka-comp-hook.el.
5219 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5220 (jka-compr-inhibit): Autoload.
5221
5222 * jka-comp-hook.el: New file.
5223 Enable the mode by default.
5224
5225 * files.el (backup-buffer-copy): Use copy-file instead
5226 of write-region, and put back the 'excl.
5227
5228 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5229
5230 * progmodes/flymake.el (flymake-split-string)
5231 (flymake-split-string, flymake-log, flymake-pid-to-names)
5232 (flymake-reg-names, flymake-get-source-buffer-name)
5233 (flymake-unreg-names, flymake-add-line-err-info)
5234 (flymake-add-err-info): Clarify docstrings.
5235 (flymake-popup-menu, flymake-make-emacs-menu)
5236 (flymake-make-xemacs-menu): Add docstrings.
5237 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5238 Set variables directly throughout.
5239
5240 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5241
5242 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5243 exists. Initialize cc-define-alist.
5244 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5245 If there is no file (Macroexpansion) don't create an alist.
5246
5247 2005-04-29 Sam Steingold <sds@gnu.org>
5248
5249 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5250 (cc-create-define-alist): Use it instead of the hard-coded string.
5251
5252 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5253
5254 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5255 for latexenc.
5256
5257 2005-04-29 Lute Kamstra <lute@gnu.org>
5258
5259 * emacs-lisp/generic.el: Improve commentary section.
5260 (define-generic-mode): Improve docstring.
5261
5262 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5263
5264 * textmodes/org.el (many places): Change to quiet the byte compiler.
5265 (org-prefix-format-compiled): New variable.
5266 (org-compile-prefix-format): New function.
5267 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5268 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5269 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5270 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5271 consistency with entries from `org-mode' files.
5272 (org-get-time-of-day): Fix bug with partial matches early in a line.
5273 (org-non-link-chars): New constant.
5274 (org-link-regexp): Respect `org-non-link-chars'.
5275 (org-agenda-day-view): Remove command.
5276 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5277 (org-follow-bbdb-link, org-store-link): Search also company field.
5278 (org-highlight-overlay): New variable.
5279 (org-highlight, org-unhighlight): New functions.
5280 (org-agenda-mode): Add pre-command-hook to remove highlight.
5281 (org-evaluate-time-range): Behavior depends upon whether time stamp
5282 contains a time or not.
5283 (org-show-subtree, org-show-entry): New functions.
5284 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5285
5286 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5287
5288 * comint.el (comint-output-filter-functions): Add autoload cookie.
5289
5290 2005-04-28 Kim F. Storm <storm@cua.dk>
5291
5292 * ido.el (ido-everywhere): Fix last change.
5293
5294 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5295
5296 * international/latexenc.el: New file.
5297 * international/mule-conf.el (file-coding-system-alist): For .tex,
5298 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5299
5300 2005-04-28 Lute Kamstra <lute@gnu.org>
5301
5302 * font-lock.el (font-lock-add-keywords)
5303 (font-lock-remove-keywords): Clarify docstring.
5304 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5305 Don't start docstrings with a `*'.
5306 (font-lock-update-removed-keyword-alist): Give it a docstring.
5307
5308 * generic-x.el: Update commentary section.
5309 Only require font-lock when compiling.
5310 Define all modes conditionally.
5311 Place all generic modes in the generic-x-modes customization group.
5312 (generic-x-modes): New customization group.
5313 (generic-default-modes, generic-mswindows-modes)
5314 (generic-unix-modes, generic-other-modes): New constants.
5315 (generic-define-mswindows-modes, generic-define-unix-modes):
5316 Update docstrings. Make them obsolete.
5317 (generic-extras-enable-list): New default value. Update docstring.
5318 Improve :type. Change :set function.
5319 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5320 Fix docstring.
5321
5322 * emacs-lisp/generic.el (generic-mode-internal):
5323 Simplify font-lock-defaults.
5324 (define-generic-mode): Fix docstring.
5325
5326 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5327
5328 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5329 font-lock-face property to highlight matches.
5330
5331 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5332
5333 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5334 (cc-define-alist): New variable.
5335 (c-mode): Make it local and initialize it.
5336
5337 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5338 (gdb-exited): New function.
5339 (gdb-annotation-rules): Use it.
5340 (gdb-starting): Set gdb-active-process to t.
5341 (gdb-stopping): Amend doc string.
5342 (gdb-reset): Set gdb-active-process to nil.
5343
5344 * tooltip.el (tooltip-gud-tips): Show the associated #define
5345 directives when a C program under GDB is not executing.
5346
5347 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5348
5349 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5350 font-lock-fontify-syntactic-keywords.
5351
5352 * font-lock.el (font-lock-default-fontify-region): Don't force
5353 parse-sexp-lookup-properties to nil.
5354
5355 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5356
5357 * man.el (man-mode-syntax-table): Set up `:' to have
5358 word-constituent syntax.
5359
5360 2005-04-27 Lute Kamstra <lute@gnu.org>
5361
5362 * novice.el (disable-command): Don't add spurious newlines to the
5363 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5364
5365 2005-04-26 Jay Belanger <belanger@truman.edu>
5366
5367 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5368 than one window before deleting window.
5369
5370 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5371
5372 * shell.el (shell-prompt-pattern): Doc fix.
5373 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5374
5375 * comint.el (comint-prompt-regexp, comint-get-old-input)
5376 (comint-use-prompt-regexp)
5377 (comint-use-prompt-regexp-instead-of-fields)
5378 (comint-replace-by-expanded-history, comint-send-input)
5379 (comint-output-filter, comint-get-old-input-default)
5380 (comint-line-beginning-position, comint-bol, comint-show-output)
5381 (comint-backward-matching-input, comint-forward-matching-input)
5382 (comint-next-prompt, comint-previous-prompt):
5383 Rename `comint-use-prompt-regexp-instead-of-fields' to
5384 `comint-use-prompt-regexp'. Keep old name as alias and declare
5385 obsolete.
5386 (comint-use-prompt-regexp): Shorten first line of doc string.
5387
5388 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5389 Set paragraph-separate buffer locally to "\\'".
5390
5391 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5392 Adapt to above name change.
5393
5394 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5395 (smbclient-prompt-regexp): Ditto.
5396
5397 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5398
5399 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5400
5401 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5402 gdb-location-list.
5403 Break lines that are over 80 characters wide.
5404
5405 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5406
5407 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5408 New fun and var, to preserve compatibility.
5409
5410 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5411
5412 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5413
5414 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5415 name to file-newer-than-file-p.
5416
5417 2005-04-26 Richard M. Stallman <rms@gnu.org>
5418
5419 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5420
5421 * progmodes/python.el (python-mode):
5422 Use new name eldoc-documentation-function.
5423
5424 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5425
5426 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5427 (eldoc-documentation-function):
5428 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5429
5430 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5431
5432 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5433
5434 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5435
5436 * term/xterm.el (function-key-map): Fix strings for
5437 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5438 {C,S,A,C-S}-{f1-f12}.
5439
5440 2005-04-26 Kenichi Handa <handa@m17n.org>
5441
5442 * international/mule-cmds.el (select-safe-coding-system):
5443 Fix previous change.
5444
5445 2005-04-26 Lute Kamstra <lute@gnu.org>
5446
5447 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5448
5449 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5450 (font-lock-comment-delimiter-face): Ditto.
5451
5452 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5453
5454 2005-04-25 Jay Belanger <belanger@truman.edu>
5455
5456 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5457 to t while inserting information; use help-mode.
5458
5459 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5460
5461 * term.el (ansi-term-color-vector): Use the xterm colors.
5462 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5463
5464 2005-04-25 Lute Kamstra <lute@gnu.org>
5465
5466 * font-core.el (font-lock-defaults): Fix docstring.
5467
5468 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5469
5470 2005-04-25 Kenichi Handa <handa@m17n.org>
5471
5472 * international/mule-cmds.el (select-safe-coding-system):
5473 Don't check consistency with coding: spec, etc if raw-text or
5474 no-conversion was found to be safe.
5475
5476 2005-04-24 Richard M. Stallman <rms@gnu.org>
5477
5478 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5479 citation markers at start of each line.
5480
5481 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5482 citation markers at start of each line.
5483
5484 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5485
5486 * files.el (mode-require-final-newline): Fix previous change.
5487 (require-final-newline): Fix type label.
5488
5489 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5490
5491 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5492 statement in buffer (broken by 2004-11-24 change).
5493
5494 2005-04-24 Kim F. Storm <storm@cua.dk>
5495
5496 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5497 and read-file-name-function values. Don't overwrite existing
5498 non-nil values if ido-mode is enabled without ido-everywhere.
5499
5500 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5501
5502 * files.el (mode-require-final-newline): Minor doc fix.
5503
5504 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5505
5506 * subr.el (syntax-after): Doc fix.
5507 (syntax-class): If argument is nil, return nil. Mask off upper 16
5508 bits, not 8 bits.
5509
5510 * files.el (mode-require-final-newline): Doc fix.
5511 (backup-buffer-copy): Fix last change.
5512
5513 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5514
5515 * term/mac-win.el: Require select. Set selection-coding-system to
5516 mac-system-coding-system. Call menu-bar-enable-clipboard.
5517 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5518 (x-select-enable-clipboard): New variables.
5519 (x-select-text, x-get-selection, x-selection-value)
5520 (x-get-selection-value, mac-select-convert-to-string)
5521 (mac-services-open-file, mac-services-open-selection)
5522 (mac-services-insert-text): New functions.
5523 (CLIPBOARD, FIND): Put mac-scrap-name property.
5524 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5525 (public.tiff): Put mac-ostype property.
5526 (selection-converter-alist): Add entries for them.
5527 (mac-application-menu-map): New keymap.
5528 (interprogram-cut-function, interprogram-paste-function): Set to
5529 x-select-text and x-get-selection-value, respectively.
5530 (split-window-keep-point): Set to t.
5531
5532 2005-04-23 Richard M. Stallman <rms@gnu.org>
5533
5534 * files.el (read-directory-name): Always pass non-nil
5535 DEFAULT-FILENAME arg to read-file-name.
5536 (backup-buffer-copy, basic-save-buffer-2): Take care against
5537 writing thru an unexpected existing symlink.
5538 (revert-buffer): In indirect buffer, revert the base buffer.
5539 (magic-mode-alist): Doc fix.
5540 (buffer-stale-function): Doc fix.
5541 (minibuffer-with-setup-hook): Avoid warning.
5542 (mode-require-final-newline): Doc and custom fix.
5543
5544 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5545
5546 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5547 use the default appearance.
5548 (font-lock-comment-delimiter-face): New face, new variable.
5549
5550 * imenu.el (imenu--generic-function): The official position of a
5551 definition is the start of the line that BEG is in.
5552
5553 * midnight.el (midnight-timer): Move defvar up.
5554
5555 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5556
5557 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5558
5559 * startup.el (command-line): Use with-no-warnings.
5560
5561 * window.el (window-size-fixed): New defvar.
5562
5563 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5564
5565 * mail/rmail.el (rmail-font-lock-keywords):
5566 Use font-lock-comment-delimiter-face.
5567
5568 * mail/sendmail.el (mail-font-lock-keywords):
5569 Use font-lock-comment-delimiter-face.
5570
5571 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5572
5573 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5574
5575 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5576 Specify t for LAXMATCH when matching directories.
5577 Save match data around compilation-compat-error-properties form.
5578
5579 2005-04-23 David Kastrup <dak@gnu.org>
5580
5581 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5582 Mention that the autoloaded aliases should be kept for AUCTeX.
5583
5584 2005-04-23 Andreas Schwab <schwab@suse.de>
5585
5586 * isearch.el (isearch-forward): Doc fix.
5587
5588 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5589
5590 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5591 (jit-lock-stealth-nice): Change default value to 0.5.
5592
5593 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5594
5595 * abbrev.el (write-abbrev-file): Write table entries in
5596 alphabetical order by table name.
5597
5598 2005-04-22 Kim F. Storm <storm@cua.dk>
5599
5600 * ido.el (ido-read-internal): Fix `list' completion.
5601
5602 2005-04-22 Kenichi Handa <handa@m17n.org>
5603
5604 * recentf.el (recentf-save-file-coding-system): New variable.
5605 (recentf-save-list): Encode the file by
5606 recentf-save-file-coding-system and add coding: tag.
5607
5608 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5609
5610 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5611
5612 2005-04-21 Lute Kamstra <lute@gnu.org>
5613
5614 * loadhist.el (unload-feature): Don't remove a function from hooks
5615 if it is about to be restored to an autoload . Remove functions
5616 that will become unbound from auto-mode-alist. Simplify the code.
5617
5618 * subr.el (assq-delete-all): New implementation that is linear,
5619 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5620 (rassq-delete-all): New function.
5621
5622 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5623 Add size-indication-mode.
5624
5625 2005-04-21 Kenichi Handa <handa@m17n.org>
5626
5627 * international/mule-cmds.el: Add autoload for widget-value in
5628 eval-when-compile.
5629
5630 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5631
5632 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5633 Add tooltip-mode.
5634
5635 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5636
5637 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5638
5639 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5640 (inferior-lisp-filter-regexp, inferior-lisp-program)
5641 (inferior-lisp-load-command, inferior-lisp-prompt)
5642 (inferior-lisp-mode-hook, lisp-source-modes)
5643 (inferior-lisp-load-hook): defvar->defcustom.
5644 (inferior-lisp-program, inferior-lisp-prompt)
5645 (inferior-lisp-load-hook): Doc fixes.
5646 (inferior-lisp-install-letter-bindings): Small change in
5647 introductory comment.
5648
5649 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5650
5651 * vc.el (vc-annotate-color-map): Change some colors so that text
5652 using them as foreground is readable on both white and black
5653 backgrounds.
5654
5655 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5656
5657 * international/mule-conf.el (translation-table-for-input):
5658 Remove redundant declaration.
5659
5660 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5661
5662 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5663
5664 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5665 (tooltip-toggle-gud-tips): New function.
5666
5667 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5668
5669 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5670 right angle brackets.
5671
5672 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5673
5674 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5675
5676 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5677
5678 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5679 Remove. Update callers to use expand-file-name instead.
5680
5681 * subr.el (syntax-class): New function.
5682
5683 * simple.el (blink-matching-open): Use it.
5684
5685 * paren.el (show-paren-function): Use it to recognize parens that are
5686 also used in 2-char comment markers.
5687
5688 2005-04-19 Lute Kamstra <lute@gnu.org>
5689
5690 * loadhist.el (unload-feature): Update for new format of
5691 load-history. Simplify the code.
5692
5693 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5694
5695 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5696 (mac-add-charset-info): New function. Initialize variable
5697 mac-charset-info-alist using it.
5698 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5699 for translation.
5700 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5701 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5702 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5703 New CCL programs.
5704
5705 2005-04-19 Kim F. Storm <storm@cua.dk>
5706
5707 * simple.el (next-buffer, prev-buffer, next-error)
5708 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5709 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5710
5711 * bindings.el (next-buffer, prev-buffer, next-error)
5712 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5713 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5714 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5715 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5716
5717 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5718
5719 * isearch.el (isearch-edit-string): Make the search-ring available for
5720 minibuffer history commands.
5721 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5722 the default history commands now work just as well.
5723 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5724
5725 2005-04-18 Kim F. Storm <storm@cua.dk>
5726
5727 * emulation/cua-base.el (cua--pre-command-handler): Add more
5728 elaborate check for shift modifier on non-window systems.
5729
5730 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5731
5732 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5733
5734 2005-04-18 Kim F. Storm <storm@cua.dk>
5735
5736 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5737 and make it optional. Don't test tooltip-gud-echo-area here.
5738 (tooltip-gud-process-output, gdb-tooltip-print):
5739 Pass tooltip-gud-echo-area to tooltip-show.
5740 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5741
5742 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5743
5744 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5745 `display-graphic-p' may not be bound yet.
5746
5747 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5748
5749 * startup.el (command-line): No longer enable Xterm Mouse mode by
5750 default in terminals compatible with xterm.
5751
5752 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5753
5754 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5755
5756 * tooltip.el (tooltip-gud-echo-area): Rename from
5757 tooltip-use-echo-area.
5758 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5759 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5760 area independently of where help tooltips are displayed.
5761
5762 2005-04-17 David Kastrup <dak@gnu.org>
5763
5764 * cus-theme.el (custom-theme-write-variables): Quote variables
5765 where necessary.
5766
5767 2005-04-17 Richard M. Stallman <rms@gnu.org>
5768
5769 * simple.el (yank-excluded-properties): Add follow-link to value.
5770
5771 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5772
5773 * startup.el (fancy-splash-max-time): Just 30 seconds.
5774 (fancy-splash-delay): Just 7.
5775 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5776
5777 * loadhist.el (unload-feature): Update for new format of load-history.
5778 Simplify the code.
5779
5780 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5781 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5782
5783 * mail/sendmail.el (mail-font-lock-keywords):
5784 Don't fontify subject text.
5785 Don't fontify the text of a citation.
5786
5787 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5788
5789 * comint.el (comint-output-filter): Run comint-output-filter-functions
5790 with point where the user had it.
5791
5792 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5793
5794 * international/ucs-tables.el (ucs-set-table-for-input):
5795 Disable when using unify-on-decoding.
5796
5797 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5798
5799 * emulation/cua-base.el (cua-global-mark-face): Add special case
5800 for displays supporting a high number of colors.
5801
5802 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5803
5804 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5805
5806 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5807
5808 * filesets.el (filesets-add-buffer): If user supplies a name of a
5809 non-existing fileset, create a new fileset.
5810
5811 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5812
5813 * textmodes/org.el (org-up-heading-all): Fix bug with
5814 `outline-up-heading-all'.
5815
5816 2005-04-16 Andreas Schwab <schwab@suse.de>
5817
5818 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5819 /etc/permissions.d/* and /etc/aliases.d/*.
5820
5821 2005-04-16 Kenichi Handa <handa@m17n.org>
5822
5823 * international/code-pages.el (cp-make-coding-system):
5824 Set `translation-table-for-input' property value to the symbol
5825 ucs-mule-to-mule-unicode, not to that value.
5826 (pt154): Escape guillemet by `\'.
5827
5828 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5829
5830 * loadup.el: Load tooltip if x-show-tip is fboundp.
5831
5832 * startup.el (command-line): Add comment.
5833
5834 * tooltip.el (tooltip-mode): Specify correct standard value for
5835 Custom in init-value.
5836
5837 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5838
5839 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5840 possible.
5841
5842 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5843
5844 * textmodes/org.el (org-agenda-date-prompt): Rename from
5845 `org-agenda-date-today'.
5846 (org-evaluate-time-range): Insert at point instead of directly
5847 after time range.
5848 (org-first-headline-recenter, org-subtree-end-visible-p)
5849 (org-optimize-window-after-visibility-change): New functions
5850 (org-agenda-post-command-hook): Don't allow point at end of line,
5851 to make sure it always hits the text properties.
5852 (org-agenda-next-date-line, org-agenda-previous-date-line):
5853 New commands.
5854 (org-set-regexps-and-options): Category may contain white space.
5855 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5856 Improve marker positions.
5857 (org-agenda-new-marker): Argument POS made optional.
5858 (org-agenda-get-timestamps): Deadlines which are done are listed
5859 in org-done-face now.
5860 (org-agenda-get-todos, org-agenda-get-timestamps)
5861 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5862 Set `undone-face' and `done-face' properties.
5863 (org-last-todo-state-is-todo): New variable.
5864 (org-todo): Set `org-last-todo-state-is-todo'.
5865 (org-agenda-todo): Change face according to
5866 `org-last-todo-state-is-todo'. And change other lines referring to
5867 the same entry.
5868 (org-calendar-goto-agenda): New command.
5869 (org-calendar-to-agenda-key): New option.
5870 (org-startup-folded): New allowed value `content'.
5871 (org-set-regexps-and-options): Accept new value `content' for
5872 `org-startup-folded'.
5873 (org-get-current-options): Handle new value `content' for
5874 `org-startup-folded'.
5875 (org-insert-todo-heading): New command.
5876 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5877 interactively in empty file and option
5878 `org-insert-mode-line-in-empty-file' has been set.
5879 (org-agenda-todo,org-agenda-priority): Modify to use
5880 `org-agenda-change-all-lines'.
5881 (org-warning-face): Change color on dark background
5882
5883 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5884
5885 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5886 use preferences AppleLocale and AppleLanguages, and variable
5887 mac-system-locale for default locale. On Mac OS Classic, use
5888 mac-system-coding-system for default coding systems.
5889
5890 * term/mac-win.el: Don't set file-name-coding-system.
5891 Decode variables system-name, emacs-build-system, user-login-name, and
5892 user-full-name by mac-system-coding-system on Mac OS Classic.
5893 (mac-system-coding-system): New variable.
5894
5895 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5896
5897 * startup.el (command-line): Handle `xterm-mouse-mode' before
5898 reading init file.
5899
5900 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5901
5902 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5903
5904 * progmodes/sh-script.el (sh-here-document-word): Make it a
5905 defcustom. Doc fix.
5906 (sh-add): Bash uses $(( )) for arithmetic.
5907 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5908 (sh-maybe-here-document): Remove quotes and leading whitespace
5909 from heredoc word when closing. Indent heredoc with tabs if word
5910 starts with "-".
5911
5912 2005-04-13 Richard M. Stallman <rms@gnu.org>
5913
5914 * simple.el (undo): Fix previous change.
5915
5916 * custom.el (defface): Doc fix.
5917
5918 2005-04-13 Lute Kamstra <lute@gnu.org>
5919
5920 * Makefile.in (DONTCOMPILE): Remove list.
5921 (compile, compile-always): Don't use DONTCOMPILE.
5922 (update-authors): Load the library in which batch-update-authors
5923 is defined.
5924 * makefile.w32-in (DONTCOMPILE): Remove list.
5925 (compile, compile-always): Fix comments.
5926 (update-authors): Load the library in which batch-update-authors
5927 is defined.
5928
5929 * generic-x.el (generic-mode-ini-file-find-file-hook):
5930 Rename to ini-generic-mode-find-file-hook.
5931 Keep generic-mode-ini-file-find-file-hook as an alias.
5932 (ini-generic-mode-find-file-hook): Rename from
5933 generic-mode-ini-file-find-file-hook. Fix docstring.
5934 (ini-generic-mode): Docstring change.
5935 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5936
5937 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5938 called from lisp.
5939
5940 * generic.el: Move to the emacs-lisp subdir.
5941
5942 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5943
5944 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5945 and C-S- function and cursor motion keys.
5946
5947 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5948
5949 * startup.el (command-line): Enable Xterm Mouse mode by default.
5950 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5951 for Custom. No longer show "Mouse" in mode line when enabled.
5952 Doc fix.
5953
5954 2005-04-12 Kim F. Storm <storm@cua.dk>
5955
5956 * emulation/cua-base.el (cua-rectangle-face)
5957 (cua-rectangle-noselect-face): Define face attributes here.
5958
5959 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5960
5961 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5962
5963 * startup.el (command-line): Turn off blinking cursor if
5964 cursorBlink in resources is off or false.
5965
5966 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5967
5968 * term/mac-win.el (dnd): Require dnd.
5969 (mac-drag-n-drop): Call dnd-handle-one-url.
5970 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5971 (kTextEncodingISOLatin2): Remove constants.
5972 (mac-script-code-coding-systems): New constant.
5973 (mac-handle-language-change): New function.
5974 (special-event-map): Bind it to `language-change' event.
5975 (mac-centraleurroman, mac-cyrillic): New coding systems.
5976 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5977 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5978 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5979 encode-mac-cyrillic, respectively.
5980
5981 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5982
5983 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5984 Don't set overlay-arrow-string to "=>" as this is done
5985 globally in C now.
5986
5987 2005-04-12 Lute Kamstra <lute@gnu.org>
5988
5989 * generic-x.el (rc-generic-mode, rul-generic-mode):
5990 Fix auto-mode-alist entries.
5991 (etc-fstab-generic-mode): Tweak fontification.
5992
5993 * generic.el (generic-make-keywords-list): Fix docstring.
5994 (generic-mode-internal): Simplify generic-font-lock-keywords.
5995
5996 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5997
5998 * whitespace.el (whitespace-buffer-leading)
5999 (whitespace-buffer-trailing): Revert the incorrect test inversion.
6000 However, fix the highlight area for the leading and
6001 trailing whitespaces to show space.
6002
6003 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
6004
6005 * whitespace.el (whitespace-version): Bump to 3.5
6006
6007 (whitespace-buffer-leading, whitespace-buffer-trailing):
6008 Invert sense of the test to highlight the whitespace.
6009
6010 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6011
6012 * progmodes/gud.el (gud-display-line): GUD uses its own
6013 overlay arrow now so don't set overlay-arrow-string.
6014 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
6015
6016 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
6017
6018 * term.el (term-ansi-current-bold, term-ansi-current-underline)
6019 (term-ansi-current-reverse, term-ansi-current-invisible)
6020 (term-ansi-face-already-done): Change to boolean.
6021 (term-reset-terminal, term-handle-colors-array): Handle the above
6022 vars accordingly.
6023 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
6024 (term-emulate-terminal): Use the new name.
6025
6026 * faces.el (secondary-selection): Use yellow1, not yellow.
6027 (trailing-whitespace): Use red1, not red.
6028
6029 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
6030
6031 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
6032 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
6033 (dired-dnd-handle-file): Call dnd-get-local-file-uri
6034
6035 * cus-edit.el (dnd): New group.
6036
6037 * term/w32-win.el (dnd): Require dnd
6038 (w32-drag-n-drop): Call dnd-handle-one-url.
6039
6040 * x-dnd.el: Require dnd.
6041 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
6042 Call dnd-handle-one-url.
6043 (x-dnd-types-alist, x-dnd-insert-utf8-text)
6044 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
6045 to dnd-insert-text.
6046 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
6047 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
6048 (x-dnd-get-local-file-name, x-dnd-open-local-file)
6049 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
6050
6051 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
6052
6053 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6054
6055 * wdired.el: Doc fixes.
6056 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
6057 (wdired-use-dired-vertical-movement): Rename from
6058 wdired-always-move-to-filename-beginning.
6059 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
6060 (wdired-change-to-wdired-mode): Change mode name.
6061 (wdired-newline): Delete.
6062
6063 2005-04-11 Richard M. Stallman <rms@gnu.org>
6064
6065 * whitespace.el (whitespace-highlight-the-space):
6066 Don't call whitespace-unhighlight-the-space here.
6067
6068 * simple.el (undo): Record t in undo-equiv-table
6069 for the redo record made by an undo-in-region.
6070
6071 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
6072
6073 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
6074 (gdb-frame-inferior-io-buffer): New Functions to control
6075 display of separate IO buffer.
6076 (menu): Add them to menu-bar.
6077 (gdb-display-buffer): Check for buffer another frame.
6078 Protect GUD buffer.
6079 (gdb-setup-windows): Create IO buffer if not already there.
6080 (gdb-memory-mode): Remove purecopy noops.
6081
6082 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
6083
6084 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
6085 and pass to self-insert-command.
6086
6087 2005-04-11 Lute Kamstra <lute@gnu.org>
6088
6089 * generic.el: Commentary section cleanup.
6090 (generic): Delete.
6091 (generic-use-find-file-hook, generic-lines-to-scan)
6092 (generic-find-file-regexp, generic-ignore-files-regexp)
6093 (default-generic-mode, generic-mode-find-file-hook)
6094 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
6095 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
6096 (generic-use-find-file-hook, generic-lines-to-scan)
6097 (generic-find-file-regexp, generic-ignore-files-regexp)
6098 (default-generic-mode, generic-mode-find-file-hook)
6099 (generic-mode-ini-file-find-file-hook): Move from generic.el.
6100
6101 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6102
6103 * bookmark.el (bookmark-write-file): Catch errors writing file.
6104 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6105
6106 2005-04-10 Richard M. Stallman <rms@gnu.org>
6107
6108 * startup.el (fancy-splash-tail): Update copyright year.
6109 (command-line): Split part of -Q into -D.
6110 (emacs-basic-display): New defvar.
6111 (fancy-splash-text): Correct name of menu item.
6112
6113 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6114
6115 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6116 lines in one node.
6117
6118 * comint.el (comint-send-input): New arg ARTIFICIAL.
6119 Callers in this file changed.
6120
6121 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6122
6123 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6124
6125 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6126
6127 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6128 `ldap-search-internal'.
6129
6130 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6131
6132 * files.el (set-auto-mode-1): Use line-end-position.
6133
6134 * international/latin-1.el:
6135 * international/latin-2.el:
6136 * international/latin-3.el:
6137 * international/latin-4.el:
6138 * international/latin-5.el:
6139 * international/latin-8.el:
6140 * international/latin-9.el: Give punctuation syntax to NBSP.
6141
6142 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6143 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6144 Use char-classes to accept non-ascii letters, accepted in some recent
6145 bibtex implementations.
6146
6147 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6148
6149 * custom.el (custom-set-minor-mode): Any non-nil value for the
6150 variable should enable the mode when set through Custom.
6151
6152 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6153
6154 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6155 TAB binding so tab-always-indent is obeyed.
6156 (vhdl-minibuffer-local-map): Move initialization into declaration.
6157 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6158 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6159 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6160 (vhdl-current-line): Use line-beginning-position.
6161 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6162 with-output-to-temp-buffer, so the current position can be recorded.
6163
6164 2005-04-10 Masatake YAMATO <jet@gyve.org>
6165
6166 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6167 Add regexp for gcov.
6168
6169 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6170
6171 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6172 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6173 syntax which Emacs 20 doesn't support.
6174
6175 2005-04-09 Richard M. Stallman <rms@gnu.org>
6176
6177 * help.el (describe-key-briefly, describe-key):
6178 Replace strings as event types with "(any string)".
6179
6180 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6181
6182 * arc-mode.el (archive-mode-map): Move initialization into
6183 the declaration. Override *all* bindings of `undo'.
6184 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6185
6186 2005-04-09 Jay Belanger <belanger@truman.edu>
6187
6188 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6189
6190 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6191
6192 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6193 (xterm-register-default-colors): Update color values computation
6194 to match xterm-200.
6195
6196 2005-04-09 Kenichi Handa <handa@m17n.org>
6197
6198 * international/code-pages.el (iso-latin-7): Fix the map.
6199
6200 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6201
6202 * emacs-lisp/lisp.el (defun-prompt-regexp)
6203 (parens-require-spaces, buffer-end, end-of-defun)
6204 (insert-parentheses): Doc fixes.
6205
6206 2005-04-08 Kim F. Storm <storm@cua.dk>
6207
6208 * comint.el (comint-highlight-prompt): Fix face spec.
6209 * hi-lock.el (hi-green): Likewise.
6210
6211 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6212
6213 * cus-edit.el (custom-modified-face):
6214 * comint.el (comint-highlight-input): Fix previous changes.
6215 * term.el (term-handle-ansi-escape): Add a comment.
6216
6217 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6218
6219 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6220 in the buffer and in whitespace-highlighted-space.
6221 (whitespace-unhighlight-the-space): Simplify.
6222 (whitespace-buffer): Simplify.
6223
6224 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6225
6226 * textmodes/table.el (table-cell-face): Add special case for
6227 displays supporting a high number of colors.
6228 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6229 (vhdl-font-lock-reserved-words-face)
6230 (vhdl-speedbar-architecture-face)
6231 (vhdl-speedbar-instantiation-face)
6232 (vhdl-speedbar-architecture-selected-face)
6233 (vhdl-speedbar-instantiation-selected-face): Likewise.
6234 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6235 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6236 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6237 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6238 (ebrowse-progress-face): Likewise.
6239 * progmodes/compile.el (compilation-info-face): Likewise.
6240 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6241 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6242 * calendar/calendar.el (diary-face): Likewise.
6243 * woman.el (woman-italic-face, woman-bold-face)
6244 (woman-unknown-face): Likewise.
6245 * wid-edit.el (widget-button-pressed-face): Likewise.
6246 * whitespace.el (whitespace-highlight-face): Likewise.
6247 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6248 * pcvs-info.el (cvs-marked-face): Likewise.
6249 * info.el (info-xref): Likewise.
6250 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6251 * hilit-chg.el (highlight-changes-face)
6252 (highlight-changes-delete-face): Likewise.
6253 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6254 (hi-red-b): Likewise.
6255 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6256 * font-lock.el (font-lock-keyword-face)
6257 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6258 * cus-edit.el (custom-invalid-face, custom-modified-face)
6259 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6260 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6261 * comint.el (comint-highlight-prompt): Likewise.
6262
6263 2005-04-08 Lute Kamstra <lute@gnu.org>
6264
6265 * font-lock.el (font-lock-keywords): Docstring fixes.
6266
6267 2005-04-08 Kenichi Handa <handa@m17n.org>
6268
6269 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6270 chars are more than a limit, print " and more..." at the tail.
6271
6272 2005-04-08 Kim F. Storm <storm@cua.dk>
6273
6274 * emacs-lisp/authors.el (authors-aliases): Update list.
6275 (authors-ignored-files): New list.
6276 (authors-fixed-entries): Fix typo.
6277 (authors-renamed-files-alist): Update list.
6278 (authors-add): Check authors-ignored-files.
6279
6280 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6281
6282 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6283 optional, to ensure backward compatibility.
6284
6285 2005-04-08 Stephen Eglen <stephen@gnu.org>
6286
6287 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6288
6289 2005-04-08 Kim F. Storm <storm@cua.dk>
6290
6291 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6292
6293 * mouse.el (mouse-on-link-p): Doc fix.
6294
6295 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6296
6297 * ielm.el (ielm-prompt-read-only): Doc fix.
6298
6299 * comint.el (comint-prompt-read-only): Doc fix.
6300
6301 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6302
6303 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6304 ensure dired always handles wildcards passed to ffap.
6305 (find-file-at-point): Use it.
6306 (ffap-dired-wildcards): Doc fix.
6307
6308 2005-04-07 Juri Linkov <juri@jurta.org>
6309
6310 * simple.el (next-error-overlay-arrow-position): New defvar.
6311 Put "=>" on its property `overlay-arrow-string'. Add it to
6312 `overlay-arrow-variable-list'.
6313
6314 * progmodes/compile.el (compilation-setup):
6315 Set `next-error-overlay-arrow-position' to nil. Also set it to
6316 nil in the local hook `kill-buffer-hook'. Make local variable
6317 `overlay-arrow-string' and set it to "=>".
6318 (compilation-goto-locus): Set BOL position to
6319 `next-error-overlay-arrow-position' instead of
6320 `overlay-arrow-position'.
6321
6322 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6323 locally instead of adding it to the global hook.
6324 (Info-kill-buffer): Move up.
6325
6326 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6327
6328 * term/xterm.el (xterm-standard-colors): Update color values from
6329 xterm-200.
6330
6331 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6332
6333 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6334
6335 * fast-lock.el:
6336 * lazy-lock.el: Move them to the obsolete subdir.
6337
6338 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6339
6340 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6341 (wdired-add-replace-advice): Remove.
6342 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6343
6344 2005-04-06 Kim F. Storm <storm@cua.dk>
6345
6346 * startup.el (command-line): Add --bare-bones alias for -Q.
6347
6348 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6349
6350 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6351 create the startup fontset if a font specification ends with
6352 `mac-roman'.
6353
6354 2005-04-06 Lute Kamstra <lute@gnu.org>
6355
6356 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6357 change.
6358
6359 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6360 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6361
6362 2005-04-05 Lute Kamstra <lute@gnu.org>
6363
6364 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6365 (define-generic-mode): Ditto. Fix debug declaration.
6366
6367 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6368 Put them in the generic-x group.
6369
6370 * calendar/timeclock.el (timeclock): Doc fix.
6371
6372 * generic.el (define-generic-mode): Don't use custom-current-group.
6373 Document default :group value.
6374 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6375 (define-global-minor-mode): Don't use custom-current-group.
6376
6377 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6378
6379 * startup.el (command-line-1): Display startup-echo-area-message
6380 when fancy splash screen is in use.
6381
6382 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6383 (sh-escaped-newline): New face.
6384 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6385 newline, and use sh-escaped-newline face.
6386
6387 * progmodes/tcl.el (tcl-escaped-newline): New face.
6388 (tcl-builtin-list): New variable.
6389 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6390 newlines. Fix keywords subexpression number.
6391
6392 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6393
6394 * textmodes/org.el (org-diary-default-entry): Fix call to
6395 `add-to-diary-entry'.
6396
6397 2005-04-05 Kim F. Storm <storm@cua.dk>
6398
6399 * ediff-init.el: Use (featurep 'xemacs).
6400
6401 2005-04-05 David Ponce <david@dponce.com>
6402
6403 * cus-edit.el (face): Derive from symbol widget. Display sample
6404 of the current face on the fly.
6405 (widget-face-sample-face-get, widget-face-notify): New functions.
6406 (widget-face-value-create): Remove.
6407
6408 * wid-edit.el (widget-field-end): Temporarily remove field
6409 narrowing before to call `get-char-property'.
6410
6411 2005-04-04 Jay Belanger <belanger@truman.edu>
6412
6413 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6414 (math-read-subscripts): New variable.
6415 (math-read-preprocess-string): Process subscripts.
6416
6417 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6418
6419 * comint.el (comint-prompt-read-only): Doc fix.
6420
6421 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6422 `-1'. Doc fix.
6423
6424 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6425
6426 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6427 Change default value to nil.
6428
6429 2005-04-04 Lute Kamstra <lute@gnu.org>
6430
6431 * autorevert.el (auto-revert-mode): Specify :group.
6432 * battery.el (display-battery-mode): Specify :group.
6433 * diff-mode.el (diff-minor-mode): Specify :group.
6434 * font-core.el (font-lock-mode): Specify :group.
6435 * hl-line.el (hl-line-mode): Specify :group.
6436 * iimage.el (iimage): New customization group.
6437 (iimage-mode): Specify :group.
6438 * longlines.el (longlines-mode): Specify :group.
6439 * master.el: Don't require easy-mmode.
6440 (master): New customization group.
6441 (master-mode): Specify :group.
6442 * msb.el (msb-mode): Specify :group.
6443 * reveal.el (reveal-mode): Specify :group.
6444 * simple.el (next-error-follow-minor-mode): Specify :group.
6445 * smerge-mode.el (smerge-mode): Specify :group.
6446 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6447 * emulation/cua-base.el (cua-mode): Specify :group.
6448 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6449 * language/thai-util.el (thai-auto-composition-mode)
6450 (thai-word-mode): Specify :group.
6451 * mail/supercite.el (sc-minor-mode): Specify :group.
6452 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6453 * progmodes/flymake.el (flymake-mode): Specify :group.
6454 * progmodes/glasses.el (glasses-mode): Specify :group.
6455 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6456 * textmodes/enriched.el (enriched-mode): Specify :group.
6457 * textmodes/refill.el (refill-mode): Specify :group.
6458
6459 * add-log.el (change-log-font-lock-keywords): Names in
6460 parenthesized lists can contain spaces.
6461
6462 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6463
6464 * startup.el (fancy-splash-text): Shorten default text of
6465 "Emacs Tutorial" line. Also, if the current language env
6466 indicates an available tutorial file other than TUTORIAL,
6467 extract its title and append it to the line in parentheses.
6468 (fancy-splash-insert): If arg is a thunk, funcall it.
6469
6470 2005-04-04 Jay Belanger <belanger@truman.edu>
6471
6472 * calc.el (calc-language-alist): Add tags to customization type.
6473
6474 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6475
6476 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6477 Doc fix.
6478
6479 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6480
6481 * add-log.el (change-log-font-lock-keywords): The manual
6482 describing a Change Log entry, says: (...) "Aside from these
6483 header lines, every line in the change log starts with a space or
6484 a tab.". The font-lock was not highlighting lines started with
6485 spaces, added support for it.
6486
6487 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6488
6489 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6490 (bibtex-generate-url-list): Update docstring accordingly. Put the
6491 complex example in the docstring.
6492 (bibtex-font-lock-url): Use pop.
6493
6494 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6495
6496 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6497
6498 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6499
6500 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6501
6502 * filesets.el (filesets-set-default): Doc fix.
6503
6504 2005-04-03 Lute Kamstra <lute@gnu.org>
6505
6506 * generic.el (define-generic-mode): Add argument to specify
6507 keywords for defcustom.
6508 (default-generic-mode): Specify :group.
6509
6510 * generic-x.el: Specify :group for all generic modes.
6511
6512 * desktop.el (desktop-no-desktop-file-hook)
6513 (desktop-after-read-hook): Doc fix.
6514
6515 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6516
6517 * simple.el (visible-mode): Use explicit :group keyword.
6518 This changes the group of `visible-mode-hook' from paren-blinking
6519 to editing-basics.
6520
6521 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6522
6523 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6524 mailbox specifications as well as URLs.
6525 (rmail-insert-inbox-text): Remove unused conditional branches.
6526
6527 2005-04-01 Jay Belanger <belanger@truman.edu>
6528
6529 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6530 (calc-gnuplot-print-command): Move definitions to calc.el.
6531
6532 * calc/calc-embed.el (calc-embedded-announce-formula)
6533 (calc-embedded-open-formula, calc-embedded-close-formula)
6534 (calc-embedded-open-word, calc-embedded-close-word)
6535 (calc-embedded-open-plain, calc-embedded-close-plain)
6536 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6537 (calc-embedded-open-mode, calc-embedded-close-mode):
6538 Move definitions to calc.el.
6539
6540 * calc/calc.el (calc-settings-file, calc-language-alist):
6541 Make customizable.
6542 (calc-embedded-announce-formula, calc-embedded-open-formula)
6543 (calc-embedded-close-formula, calc-embedded-open-word)
6544 (calc-embedded-close-word, calc-embedded-open-plain)
6545 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6546 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6547 (calc-embedded-close-mode, calc-gnuplot-name)
6548 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6549 from other files and make customizable.
6550
6551 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6552
6553 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6554 Use buffer-live-p.
6555 (cvs-mode-run): Don't call cvs-update-header here.
6556 (cvs-run-process): Call cvs-update-header.
6557 Use process properties for cvs-postprocess and cvs-buffer so that
6558 the sentinel can behave better if the temp buffer is killed.
6559 Use a pipe rather than a tty, to better handle unexpected prompts.
6560 (cvs-sentinel): Rewrite. Call cvs-update-header.
6561
6562 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6563
6564 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6565 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6566
6567 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * generic.el (define-generic-mode): Add indentation rule.
6570
6571 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6572
6573 * files.el (mode-require-final-newline): Make Custom correctly
6574 report a nil value and allow to set it to nil via Custom.
6575 Doc fix.
6576
6577 2005-04-01 Kenichi Handa <handa@m17n.org>
6578
6579 * international/characters.el: Enable the correct case setting for
6580 dotless-i and dotted-I.
6581
6582 2005-04-01 Kim F. Storm <storm@cua.dk>
6583
6584 * ido.el (ido-file-internal): Fall back to non-ido command if
6585 initial directory is on slow ftp (or tramp) host.
6586
6587 2005-03-31 Richard M. Stallman <rms@gnu.org>
6588
6589 * emacs-lisp/autoload.el (make-autoload):
6590 Handle define-global-minor-mode.
6591
6592 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6593 Rename from easy-mmode-define-global-mode.
6594 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6595
6596 * progmodes/scheme.el (scheme-mode-syntax-table):
6597 Update syntax of | and # for two-character comment syntax.
6598
6599 2005-03-31 Lute Kamstra <lute@gnu.org>
6600
6601 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6602 (define-minor-mode): Call custom-current-group at load-time.
6603
6604 * generic.el (define-generic-mode): Add debug declaration.
6605 Add defcustom for the mode hook.
6606 (generic-mode-internal): Use run-mode-hooks.
6607
6608 2005-03-31 Kim F. Storm <storm@cua.dk>
6609
6610 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6611 (mouse-fixup-help-message): New defun called by show_help_echo
6612 to fixup mouse-2 prefix in help messages when applicable.
6613
6614 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6615
6616 2005-03-31 Kenichi Handa <handa@m17n.org>
6617
6618 * language/thai-word.el (thai-find-word-ends): Pay attention to
6619 the case that we reach the end of buffer.
6620
6621 * textmodes/fill.el (fill-text-properties-at): New function.
6622 (fill-newline): Use fill-text-properties-at instead of
6623 text-properties-at.
6624
6625 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6626
6627 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6628 not comint-quote-filename.
6629
6630 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6631
6632 * help-fns.el (help-with-tutorial): Revert last change.
6633
6634 2005-03-31 Kim F. Storm <storm@cua.dk>
6635
6636 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6637
6638 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6639
6640 * calendar/cal-china.el: Update reference to "Calendrical
6641 Calculations" book; there's a new edition.
6642 * calendar/cal-coptic.el: Likewise.
6643 * calendar/cal-french.el: Likewise.
6644 * calendar/cal-hebrew.el: Likewise.
6645 * calendar/cal-islam.el: Likewise.
6646 * calendar/cal-iso.el: Likewise.
6647 * calendar/cal-julian.el: Likewise.
6648 * calendar/cal-mayan.el: Likewise.
6649 * calendar/cal-persia.el: Likewise.
6650 * calendar/calendar.el: Likewise.
6651 * calendar/holidays.el: Likewise.
6652 * calendar/lunar.el: Likewise.
6653 * calendar/solar.el: Likewise.
6654
6655 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6656 white space from doc string.
6657
6658 2005-03-30 Jay Belanger <belanger@truman.edu>
6659
6660 * calc/calc-help.el (calc-full-help): Remove email address.
6661
6662 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6663
6664 * help-fns.el (help-with-tutorial): Delete title line.
6665
6666 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6667
6668 * calendar/cal-x.el (calendar-one-frame-setup)
6669 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6670 rather than 'symbol for set-window-dedicated-p.
6671
6672 * calendar/appt.el (appt-buffer-name): Make it a constant.
6673 (appt-add): Doc fix.
6674
6675 * filesets.el (filesets-menu-path, filesets-menu-before)
6676 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6677 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6678 (filesets-add-submenu): Delete and use add-submenu instead.
6679
6680 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6681
6682 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6683 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6684 (org-diary-default-entry): New function.
6685 (org-get-entries-from-diary): Better parsing of diary entries.
6686 (org-agenda-check-no-diary): New function.
6687 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6688 linking to diary entries.
6689 (org-agenda-execute-calendar-command): New function.
6690 (org-agenda): Improve visible section in window.
6691 Use `org-fit-agenda-window'.
6692 (org-fit-agenda-window): New option.
6693 (org-move-subtree-down): Better handling of empty lines
6694 at end of subtree.
6695 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6696 levels up.
6697 (org-fontify-done-headline): New option.
6698 (org-headline-done-face): New face.
6699 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6700 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6701 When current field is non-empty, it is copied to next row.
6702 (org-table-copy-from-above): Fix bug which made it
6703 impossible to copy fields containing only a single non-white character.
6704
6705 2005-03-30 Kim F. Storm <storm@cua.dk>
6706
6707 * kmacro.el (kmacro-end-macro): Isearch may store this command
6708 into the macro -- so ignore it when executing keyboard macro.
6709
6710 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6711
6712 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6713
6714 2005-03-29 Kenichi Handa <handa@m17n.org>
6715
6716 * language/thai.el ("Thai"): Set setup-function and exit-function
6717 for Thai language environment.
6718
6719 * language/thai-util.el: Require thai-word.
6720 (thai-word-mode-map): New variable.
6721 (thai-word-mode): New minor mode.
6722 (setup-thai-language-environment-internal): New function.
6723 (exit-thai-language-environment-internal): New function.
6724
6725 * language/thai-word.el (thai-word-table): Declare it by defvar,
6726 use dolist to initialize it.
6727 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6728 (thai-fill-find-break-point): New functions.
6729
6730 2005-03-29 Richard M. Stallman <rms@gnu.org>
6731
6732 * simple.el (idle-update-delay): Move definition up.
6733 (set-mark): Doc fix.
6734
6735 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6736
6737 * longlines.el: New file.
6738
6739 * simple.el (buffer-substring-filters): New variable.
6740 (filter-buffer-substring): New function.
6741 (kill-region, copy-region-as-kill): Use it.
6742
6743 * register.el (copy-to-register, append-to-register)
6744 (prepend-to-register): Use filter-buffer-substring.
6745
6746 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6747
6748 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6749 (gud-filter-pending-text): Move in front of gdb.
6750 (gud-overlay-arrow-position): New variable.
6751 (gud-sentinel, gud-display-line): Use it in place of
6752 overlay-arrow-position.
6753
6754 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6755
6756 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6757 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6758 (fortran-font-lock-keywords-4): New variable.
6759 (fortran-blocks-re, fortran-end-block-re)
6760 (fortran-start-block-re): New constants, for hideshow.
6761 (hs-special-modes-alist): Add a Fortran entry.
6762 (fortran-mode-map): Bind fortran-end-of-block,
6763 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6764 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6765 (fortran-looking-at-if-then, fortran-end-of-block)
6766 (fortran-beginning-of-block): New functions, for hideshow.
6767
6768 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6769 Doc fix. Tweak regexp.
6770 (f90-beginning-of-block): Push mark first.
6771
6772 2005-03-29 Jay Belanger <belanger@truman.edu>
6773
6774 * calc/calc.el: Update copyright date.
6775 (calc-version): Increase to 2.1.
6776 (calc-version-date): Remove.
6777
6778 * calc/calc-help.el: Update copyright date.
6779 (calc-full-help): Remove reference to calc-version-date.
6780 Update copyright date.
6781
6782 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6783
6784 * vc.el (vc-do-command): Use a pipe for async processes, so password
6785 prompts don't show up at places where the user can't reply.
6786
6787 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6788
6789 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6790 on the file name we pass to the inferior shell.
6791
6792 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6793
6794 * progmodes/which-func.el (which-function): Be robust in the face of an
6795 imenu--make-index-alist failure.
6796
6797 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6798
6799 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6800
6801 * progmodes/python.el (python-preoutput-filter): Fix last change.
6802
6803 2005-03-29 Lute Kamstra <lute@gnu.org>
6804
6805 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6806 functions and compiled macros.
6807 (debug-convert-byte-code): Handle macros too.
6808 (debug-on-entry-1): Don't signal an error when trying to clear a
6809 function that is not set to debug on entry.
6810
6811 2005-03-29 Jay Belanger <belanger@truman.edu>
6812
6813 * calc/calc-lang.el: Add functions to math-function-table
6814 properties of tex and math.
6815
6816 2005-03-29 Kenichi Handa <handa@m17n.org>
6817
6818 * ps-mule.el (ps-mule-plot-string): Translate characters by
6819 ps-print-translation-table.
6820 (ps-mule-begin-job): Call find-charset-region/string with
6821 ps-print-translation-table.
6822 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6823
6824 * ps-print.el (ps-print-translation-table): New variable.
6825 (ps-plot-region): Translate characters by ps-print-translation-table.
6826
6827 2005-03-29 Juri Linkov <juri@jurta.org>
6828
6829 * simple.el (next-error-highlight-timer): New variable.
6830
6831 * progmodes/compile.el (compilation-goto-locus):
6832 Use `next-error-highlight-timer' instead of `sit-for'.
6833
6834 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6835
6836 * mail/supercite.el (sc-mail-field): Use assoc-string.
6837 (sc-get-address): Simplify regexps.
6838
6839 * files.el (minibuffer-with-setup-hook): New macro.
6840 (find-file-read-args): Use it to avoid let-binding
6841 minibuffer-with-setup-hook (which breaks turning on/off
6842 file-name-shadow-mode while in the prompt).
6843
6844 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6845
6846 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6847
6848 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6849
6850 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6851
6852 * window.el (window-buffer-height): Use count-screen-lines.
6853
6854 * progmodes/python.el (python-preoutput-leftover): New var.
6855 (python-preoutput-filter): Use it.
6856 (python-send-receive): Loop until all the result has been received.
6857
6858 2005-03-28 Juri Linkov <juri@jurta.org>
6859
6860 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6861
6862 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6863 "Recover Crashed Session".
6864 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6865 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6866 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6867 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6868 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6869 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6870 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6871 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6872
6873 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6874 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6875 Ediff Sessions", "Toggle use of separate control buffer frame",
6876 "Use separate frame for Ediff control buffer".
6877
6878 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6879 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6880 "Rename Bookmark", "Delete Bookmark".
6881
6882 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6883 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6884 Add `:active Info-index-alternatives' to "Next Matching Item".
6885
6886 * wdired.el (wdired-change-to-wdired-mode):
6887 Mention `wdired-abort-changes' key in the initial message.
6888
6889 * international/mule.el (auto-coding-alist): Associate non-ascii
6890 image filename extensions with `no-conversion'.
6891
6892 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * international/iso-acc.el:
6895 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6896
6897 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6898
6899 * textmodes/sgml-mode.el (html-mode): Doc update.
6900
6901 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6902
6903 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6904
6905 * term.el (term-move-columns): Fix face after extending a line.
6906 (term-insert-spaces): Likewise.
6907 (term-reset-terminal): Fix off by one error.
6908
6909 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6910
6911 * international/mule.el (auto-coding-alist): Add .xpi files.
6912
6913 * files.el (auto-mode-alist): Add .xpi files.
6914
6915 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6916
6917 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6918
6919 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6920
6921 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6922
6923 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6924
6925 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6926 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6927
6928 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6929 cursor to Jan 1 when needed.
6930 (calendar-end-of-year): Fix -/+ typo.
6931 Reported by Chong Yidong <cyd@stupidchicken.com>.
6932
6933 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6934
6935 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6936
6937 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6938 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6939
6940 2005-03-25 Richard M. Stallman <rms@gnu.org>
6941
6942 * filesets.el (filesets-init): Add autoload.
6943
6944 * mail/mailalias.el (mail-directory): Doc fix.
6945
6946 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6947
6948 * mail/mailalias.el (mail-directory-process): Do nothing if
6949 mail-directory-process is an atom.
6950 (mail-get-names): Ignore mail-directory-names if it is an atom.
6951 (mail-directory-process defvar): Doc fix.
6952 (mail-names): Doc fix.
6953
6954 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6955
6956 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6957
6958 2005-03-26 Kenichi Handa <handa@m17n.org>
6959
6960 * international/mule-util.el (detect-coding-with-priority):
6961 Call update-coding-systems-internal before detect-coding-region.
6962
6963 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6964
6965 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6966 (gdb-frames-mode-map): Add follow-link property.
6967
6968 2005-03-25 Jay Belanger <belanger@truman.edu>
6969
6970 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6971 for variables.
6972
6973 2005-03-25 Juri Linkov <juri@jurta.org>
6974
6975 * image-mode.el: Optimize image filename extension regexps in
6976 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6977 in `auto-mode-alist'.
6978 (image-mode): Add `image-toggle-display-text' to local hook
6979 `change-major-mode-hook'. Display the image as an image by
6980 default. Set `cursor-type' and `truncate-lines' if the image
6981 is already displayed. Take into account the current mode (image
6982 or text) in message.
6983 (image-minor-mode): New minor mode.
6984 (image-mode-maybe, image-toggle-display-text): New functions.
6985 (image-toggle-display): Use called-interactively-p.
6986 Let-bind `inhibit-read-only' to t.
6987
6988 * image-mode.el (image-minor-mode): Set `cursor-type' and
6989 `truncate-lines' if the image is already displayed. Add turning
6990 image-minor-mode off to `change-major-mode-hook'. Add message.
6991 Call `image-toggle-display-text' after turning image-minor-mode off.
6992
6993 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6994
6995 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6996 Terminal.app, use utf-8.
6997 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6998 (set-locale-environment): Use it.
6999
7000 * term/xterm.el: Undo last change, better done in mule-cmds.el.
7001
7002 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
7003
7004 * progmodes/python.el (python-close-block-statement-p)
7005 (python-outdent-p, python-current-defun): Use symbol-end.
7006
7007 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
7008
7009 * files.el (save-some-buffers): Doc fix.
7010
7011 2005-03-25 Werner Lemberg <wl@gnu.org>
7012
7013 * complete.el, thumbs.el: Replace `legal' with `valid'.
7014 * calendar/calendar.el: Replace `legal' with `valid'.
7015 * emacs-lisp/advice.el: Replace `legal' with `valid'.
7016 * mail/supercite.el: Replace `legal' with `valid'.
7017 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
7018 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
7019 Replace `legal' with `valid'.
7020 * textmodes/reftex-vars.el, textmodes/reftex.el:
7021 Replace `legal' with `valid'.
7022
7023 2005-03-25 Werner Lemberg <wl@gnu.org>
7024
7025 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
7026 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
7027 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
7028 * emulation/vip.el: Replace `illegal' with `invalid'.
7029 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
7030 * mail/supercite.el: Replace `illegal' with `invalid'.
7031 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
7032 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
7033 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
7034 * progmodes/sh-script.el, progmodes/xscheme.el:
7035 Replace `illegal' with `invalid'.
7036 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
7037 * textmodes/reftex-index.el, textmodes/reftex-parse.el
7038 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
7039 * textmodes/reftex.el, textmodes/org.el:
7040 Replace `illegal' with `invalid'.
7041
7042 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7043
7044 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
7045 (flymake-find-buildfile, flymake-find-possible-master-files)
7046 (flymake-check-include, flymake-parse-line): Replace loops over the
7047 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
7048
7049 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
7050 Substitute file-name-as-directory in the rest of the file.
7051 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
7052 (flymake-replace-region): Remove unused arg `buffer'.
7053 (flymake-check-patch-master-file-buffer): Update calls to it.
7054 (flymake-add-err-info): Remove unused var `count'.
7055 (flymake-mode): Use define-minor-mode.
7056
7057 * progmodes/flymake.el: Use with-current-buffer.
7058 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
7059 flymake-replace-regexp-in-string, flymake-line-beginning-position)
7060 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
7061 Avoid testing for `xemacs'.
7062 (flymake-nop): Move.
7063 (flymake-region-has-flymake-overlays): Return the computed value.
7064 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
7065 Remove unused var `endline'.
7066 (flymake-get-line-count): Remove unused function.
7067 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
7068
7069 * emulation/vi.el:
7070 * generic.el:
7071 * hilit-chg.el (global-highlight-changes):
7072 * hi-lock.el (hi-lock-mode):
7073 * follow.el: find-file-hooks -> find-file-hook.
7074
7075 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
7076
7077 2005-03-24 Juri Linkov <juri@jurta.org>
7078
7079 * dired.el (dired-mode-map): Add menu item "Compare directories"
7080 for dired-compare-directories.
7081
7082 * dired-aux.el (dired-compare-directories): Add autoload cookie.
7083 Doc fix. Replace `read-file-name' with `read-directory-name'.
7084
7085 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7086
7087 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
7088
7089 2005-03-24 Jay Belanger <belanger@truman.edu>
7090
7091 * calc/calc-embed.el (calc-embedded-mode-change): Save all
7092 relevant mode settings in calc-embedded-original-modes when modes
7093 are permanently changed.
7094
7095 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
7096
7097 * autoinsert.el: find-file-hooks -> find-file-hook.
7098
7099 2005-03-24 Lute Kamstra <lute@gnu.org>
7100
7101 * generic.el (generic-font-lock-defaults): Make it obsolete.
7102 (generic-font-lock-keywords): New variable to replace
7103 generic-font-lock-defaults.
7104 (generic-mode-set-font-lock): Delete it.
7105 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7106 (generic-bracket-support): Add docstring.
7107
7108 * generic-x.el: Rename generic-font-lock-defaults to
7109 generic-font-lock-keywords throughout.
7110 (mailagent-rules-setup-function): Delete it.
7111 (mailagent-rules-generic-mode): Use anonymous function instead.
7112 (show-tabs-generic-mode-font-lock-defaults-1)
7113 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7114 Quote faces.
7115 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7116 not foreground.
7117
7118 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7119 Recognize define-generic-mode.
7120
7121 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7122
7123 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7124 if there's no completion table.
7125
7126 2005-03-23 Miles Bader <miles@gnu.org>
7127
7128 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7129 Remove tty-specific variants, as they're no longer needed.
7130
7131 2005-03-23 Lute Kamstra <lute@gnu.org>
7132
7133 * generic-x.el: Code cleanup: make args constant whenever possible.
7134 (installshield-statement-keyword-list)
7135 (installshield-system-functions-list)
7136 (installshield-system-variables-list, installshield-types-list)
7137 (installshield-funarg-constants-list): Make them constants.
7138
7139 * generic.el (generic-make-keywords-list): Add autoload cookie.
7140
7141 * calendar/time-date.el: Add comment on time value formats.
7142 Don't require parse-time.
7143 (with-decoded-time-value): New macro.
7144 (encode-time-value): New function.
7145 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7146 (days-to-time): Return a valid time value when arg is huge.
7147 (time-since): Use time-subtract.
7148 (time-to-number-of-days): Use time-to-seconds.
7149
7150 2005-03-23 David Ponce <david@dponce.com>
7151
7152 * recentf.el: (recentf-keep): New option.
7153 (recentf-menu-action): Default to `find-file'.
7154 (recentf-keep-non-readable-files-flag)
7155 (recentf-keep-non-readable-files-p)
7156 (recentf-file-readable-p, recentf-find-file)
7157 (recentf-cleanup-remote): Remove.
7158 (recentf-include-p): More robust.
7159 (recentf-keep-p): New function.
7160 (recentf-remove-if-non-kept): Rename from
7161 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7162 All callers updated.
7163 (recentf-menu-items-for-commands): Fix help string.
7164 (recentf-track-closed-file): Update. Doc fix.
7165 (recentf-cleanup): Update. Count removed files. Doc fix.
7166
7167 2005-03-23 Kim F. Storm <storm@cua.dk>
7168
7169 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7170 Don't inherit from fringe face (now happens automatically).
7171
7172 2005-03-22 Kim F. Storm <storm@cua.dk>
7173
7174 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7175 position values.
7176
7177 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7178
7179 * menu-bar.el (showhide-date-time): Remove.
7180 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7181 (menu-bar-make-mm-toggle): Simplify.
7182
7183 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7184
7185 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7186 Accept qualified variable and function names.
7187
7188 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7189
7190 * bindings.el (completion-ignored-extensions):
7191 Remove ".lis" for `vax-vms'.
7192
7193 2005-03-22 Andreas Schwab <schwab@suse.de>
7194
7195 * generic-x.el: Revert last change.
7196 * ldefs-boot.el: Update.
7197
7198 2005-03-22 Jay Belanger <belanger@truman.edu>
7199
7200 * calc/calc-embed (calc-embedded-original-modes): New variable.
7201 (calc-embedded-save-original-modes)
7202 (calc-embedded-restore-original-modes): New functions.
7203 (calc-do-embedded): Save original modes when entering embedded mode
7204 and restore when leaving embedded mode.
7205 (calc-embedded-modes-change): Change the value of
7206 calc-embedded-original-modes to reflect permanent changes.
7207
7208 2005-03-22 Lute Kamstra <lute@gnu.org>
7209
7210 * generic-x.el: Require generic again.
7211
7212 2005-03-22 Miles Bader <miles@gnu.org>
7213
7214 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7215 Tweak details to look good on both ttys and bitmap displays, light
7216 or dark background, etc.
7217
7218 2005-03-21 Kim F. Storm <storm@cua.dk>
7219
7220 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7221 mouse position.
7222
7223 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7224
7225 * icomplete.el: Don't forcibly turn on the mode upon load.
7226 (icomplete-mode): Use define-minor-mode.
7227 (icomplete-eoinput): Default to nil.
7228 (icomplete-minibuffer-setup): Remove autoload.
7229 (icomplete-tidy): Simplify.
7230 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7231 in the initial state or if the user has modified the field.
7232 Fix handling of icomplete-max-delay-chars.
7233 Remove code that handles the oddball case where
7234 minibuffer-completion-table is an integer.
7235 Wrap icomplete-completions in while-no-input in case building
7236 completions takes more time than expected.
7237 (icomplete-completions): Simplify.
7238
7239 2005-03-21 Richard M. Stallman <rms@gnu.org>
7240
7241 * jka-compr.el (jka-compr-really-do-compress):
7242 Make variable buffer-local.
7243
7244 * image-mode.el: Handle .xpm files too.
7245 (image-toggle-display): Preserve modification flag.
7246
7247 * help.el (where-is): Don't mention aliases with no key bindings.
7248
7249 2005-03-21 Lute Kamstra <lute@gnu.org>
7250
7251 * generic.el: Fix commentary section. Don't require cl for compilation.
7252 (generic-mode-list): Add autoload cookie.
7253 (generic-use-find-file-hook, generic-lines-to-scan)
7254 (generic-find-file-regexp, generic-ignore-files-regexp)
7255 (generic-mode, generic-mode-find-file-hook)
7256 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7257 (define-generic-mode): Make it a defmacro. Fix docstring.
7258 (generic-mode-internal): Code cleanup. Add autoload cookie.
7259 (generic-mode-set-comments): Code cleanup.
7260 * generic-x.el: Don't prevent compilation. Don't require generic.
7261 Follow coding conventions. Minor code cleanup.
7262 (etc-fstab-generic-mode): Add some keywords.
7263 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7264 define-generic-mode like a function declaration.
7265
7266 2005-03-21 Jay Belanger <belanger@truman.edu>
7267
7268 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7269 changing modes.
7270
7271 2005-03-21 Sam Steingold <sds@gnu.org>
7272
7273 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7274
7275 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7276
7277 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7278 Add underscore to "f$ lexicals" regexp.
7279
7280 2005-03-20 Juri Linkov <juri@jurta.org>
7281
7282 * subr.el (progress-reporter-do-update): When `min-value' is equal
7283 to `max-value', set `percentage' to 0 and prevent division by zero.
7284
7285 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7286
7287 Sync with Tramp 2.0.48.
7288
7289 * tramp.el (all): Change all addresses to .gnu.org.
7290 (tramp-append-tramp-buffers): New defun.
7291 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7292 Catch `dont-send' signal.
7293 (tramp-set-auto-save-file-modes): Set always permissions, because
7294 there might be an old auto-saved file belonging to another
7295 original file. This could be a security threat. Reported by
7296 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7297 Check for Emacs 21.3.50 removed.
7298
7299 * tramp-smb.el (all): Remove debug construct for
7300 `with-parsed-tramp-file-name'.
7301 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7302 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7303 No error message if DIRECTORY or FILENAME doesn't exist.
7304 (tramp-smb-open-connection): Check existence of
7305 `tramp-smb-program'.
7306
7307 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7310 Properly handle the case where the `m' or `s' command's argument is not
7311 yet terminated.
7312 (perl-indent-new-calculate): New function.
7313 (perl-indent-line): Use it.
7314
7315 2005-03-20 Miles Bader <miles@gnu.org>
7316
7317 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7318 in text-mode too. Change to new face names.
7319 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7320 Add `:weight bold' attribute.
7321 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7322
7323 2005-03-19 Juri Linkov <juri@jurta.org>
7324
7325 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7326
7327 * international/mule.el (auto-coding-alist): Sync with
7328 `auto-mode-alist' by adding upper case archive file extensions
7329 and adding ear/war to jar extension.
7330
7331 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7332
7333 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7334 running, restart it.
7335
7336 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7337
7338 * finder.el (finder-current-item): Throw an error on an empty line.
7339
7340 * man.el (Man-follow-manual-reference): If current-word returns
7341 nil, use "".
7342
7343 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7344
7345 * simple.el (goto-line): Doc fix.
7346
7347 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7348
7349 * files.el (save-buffer): Doc fix.
7350
7351 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7352
7353 * recentf.el (recentf-cleanup-remote): New variable.
7354 (recentf-cleanup): Use it to conditionally check availability of
7355 remote files.
7356
7357 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7358
7359 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7360 function names.
7361
7362 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7363
7364 * language/thai-word.el: New file.
7365
7366 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7367
7368 * files.el (backup-buffer): If the file's directory is not
7369 writable, use copy instead of move to backup the file.
7370
7371 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7372
7373 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7374
7375 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7376
7377 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7378 Use functionp instead of symbolp and fboundp. Reported by Drkm
7379 <darkman_spam@yahoo.fr>.
7380 (ps-print-version): New version 6.6.6.
7381
7382 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7383
7384 * textmodes/table.el (table--line-column-position): New idiom.
7385 (table--row-column-insertion-point-p): New function to test
7386 validity of row and column insertion operation at a location.
7387 (table-global-menu, table-cell-menu): Use above functions for
7388 deterministic test operation.
7389 (table--editable-cell-p): Behave in deterministic fashion.
7390
7391 2005-03-18 Juri Linkov <juri@jurta.org>
7392
7393 * isearch.el (isearch-lazy-highlight-new-loop):
7394 Make arguments beg and end optional.
7395 (isearch-update): Remove optional arguments nil from
7396 isearch-lazy-highlight-new-loop.
7397 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7398 isearch-lazy-highlight-case-fold-search instead of
7399 isearch-case-fold-search, and let-bind isearch-regexp to
7400 isearch-lazy-highlight-regexp.
7401 Use isearch-lazy-highlight-last-string instead of isearch-string.
7402
7403 * replace.el (perform-replace): Remove bindings of global
7404 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7405 Add three new arguments to `replace-highlight'.
7406 (replace-highlight): Add arguments string, regexp, case-fold.
7407 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7408 to allow isearch-lazy-highlight-new-loop to use these values
7409 to set corresponding isearch-lazy-highlight-* internal
7410 variables whose values lazy highlighting will use regardless of
7411 changes to global variables isearch-string, isearch-regexp,
7412 isearch-case-fold-search during lazy highlighting loop.
7413 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7414 to `lazy-highlight-cleanup'.
7415
7416 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7417 (ispell-highlight-face): Set default face to `isearch' when
7418 lazy highlighting is enabled.
7419 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7420 priority to 1. Add lazy highlighting.
7421 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7422 from `isearch-dehighlight'.
7423
7424 2005-03-18 David Ponce <david@dponce.com>
7425
7426 * files.el (hack-local-variables): Do a case-insensitive search
7427 for End.
7428
7429 2005-03-18 Juri Linkov <juri@jurta.org>
7430
7431 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7432 `isearch-lazy-highlight-cleanup', add alias to old name and
7433 declare obsolete. Add release numbers to other obsolete vars.
7434 (isearch-done, isearch-lazy-highlight-new-loop):
7435 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7436 (lazy-highlight-cleanup) <variable>: Doc fix.
7437 (isearch-lazy-highlight-update): Rename obsolete
7438 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7439
7440 2005-03-18 Kenichi Handa <handa@m17n.org>
7441
7442 * language/thai-util.el: Fix categorization of Thai characters in
7443 thai-category-table.
7444 (thai-composition-pattern): Adjust it for the above change.
7445 (thai-self-insert-command, thai-compose-syllable): New functions.
7446 (thai-compose-region): Use thai-compose-syllable.
7447 (thai-compose-string): Likewise.
7448 (thai-composition-function): Likewise.
7449 (thai-auto-composition): New function.
7450 (thai-auto-composition-mode): New minor mode.
7451
7452 * language/thai.el: Fix patterns to be registered in
7453 composition-function-table.
7454
7455 * international/quail.el (quail-input-method): Locally bind
7456 inhibit-modification-hooks to t.
7457
7458 2005-03-17 Richard M. Stallman <rms@gnu.org>
7459
7460 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7461 (perl-mode): Use run-mode-hooks.
7462
7463 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7464 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7465 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7466
7467 * mail/sendmail.el (sendmail-send-it): Reenable the code
7468 to compute resend-to-address and use it.
7469
7470 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7471
7472 * image-mode.el: New file.
7473
7474 * image.el (insert-sliced-image): Add autoload cookie.
7475
7476 * font-lock.el (font-lock-lines-before): New user option.
7477 (font-lock-after-change-function): Obey it.
7478
7479 * bindings.el (esc-map): Make M-g a prefix.
7480 Bind M-g g and M-g M-g to goto-line.
7481
7482 * faces.el (face-id): Doc fix.
7483
7484 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7485
7486 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7487 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7488 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7489
7490 * mail/sendmail.el (mail-yank-ignored-headers)
7491 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7492 Add Mail-Followup-To and Mail-Reply-To headers.
7493 (mail-citation-hook): Add autoload cookie.
7494 (mail-mode): Doc fix.
7495 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7496 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7497 (mail-mode-fill-paragraph): Handle those headers.
7498 (mail-mailing-lists): New variable.
7499 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7500
7501 2005-03-17 Juri Linkov <juri@jurta.org>
7502
7503 * isearch.el (isearch-fallback): Check for `(car previous)'
7504 before calling `isearch-other-end-state'.
7505
7506 2005-03-17 Kim F. Storm <storm@cua.dk>
7507
7508 * simple.el (move-beginning-of-line): Move to beginning of buffer
7509 line, as well as beginning of screen line.
7510
7511 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7512
7513 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7514 argument REDRAW rather than calendar-redrawing variable.
7515 * calendar/calendar.el (calendar-redrawing): Delete.
7516 (redraw-calendar): Do not bind calendar-redrawing.
7517
7518 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7519
7520 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7521 diary-file buffer.
7522
7523 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7524
7525 * help.el (describe-mode): Allow a :minor-mode-function property to
7526 specify a different minor mode toggle function than the variable.
7527 * simple.el (auto-fill-function):
7528 * subr.el (add-minor-mode): Use it.
7529
7530 2005-03-16 Kenichi Handa <handa@m17n.org>
7531
7532 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7533 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7534 (ethio-fidel-to-sera-buffer): Likewise.
7535
7536 2005-03-16 Juri Linkov <juri@jurta.org>
7537
7538 * emacs-lisp/find-func.el (find-function-regexp):
7539 Add defun-emitting macro `menu-bar-make-toggle'.
7540
7541 * isearch.el: Put `isearch-scroll' property to
7542 `split-window-horizontally'.
7543
7544 * info.el: Update error messages for `debug-ignored-errors'.
7545 (Info-isearch-search): Doc fix.
7546 (Info-find-node): Move up code to go into info buffer before
7547 recording the node to the history.
7548 (Info-fontify-node): Fontify titles only if the next line
7549 has two or more `*', `=', `-', `.'.
7550 Display "go to this node" for empty (match-string 3).
7551
7552 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7553
7554 * term/mac-win.el: Add mouse pointer shape constants.
7555
7556 2005-03-15 Kim F. Storm <storm@cua.dk>
7557
7558 * simple.el (move-beginning-of-line): Use vertical-motion.
7559
7560 2005-03-15 Juri Linkov <juri@jurta.org>
7561
7562 * isearch.el (isearch-error): New variable.
7563 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7564 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7565 (isearch-within-brackets-state): Remove.
7566 (isearch-case-fold-search-state, isearch-pop-fun-state):
7567 Decrease frame index.
7568 (isearch-mode, isearch-top-state, isearch-push-state)
7569 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7570 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7571 (isearch-search, isearch-lazy-highlight-new-loop):
7572 Replace `isearch-invalid-regexp' with `isearch-error'.
7573 Remove `isearch-within-brackets'.
7574 (isearch-search): Add `search-failed' handler to `condition-case'.
7575 (isearch-lazy-highlight-search): Add `condition-case' to catch
7576 errors and allow `isearch-lazy-highlight-update' to try
7577 highlighting from the beginning of the window.
7578 (isearch-repeat): Move up code to set isearch-wrapped to t
7579 before calling isearch-wrap-function.
7580
7581 * info.el (Info-isearch-initial-node): New internal variable.
7582 (Info-search): Signal an error in isearch mode when search leaves
7583 the initial node. Signal an error when `bound' is non-nil and
7584 nothing was found in the current subfile.
7585 (Info-isearch-search): Remove `condition-case'.
7586 (Info-isearch-wrap): Don't wrap when search failed during leaving
7587 the initial node. If `Info-isearch-search' is nil, wrap around
7588 the current node.
7589 (Info-isearch-start): New fun.
7590 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7591 `isearch-mode-hook'.
7592
7593 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7594
7595 * simple.el (normal-erase-is-backspace): Set default to t if
7596 running on Mac.
7597
7598 * term/mac-win.el (function-key-map): Sync with x-win.el.
7599
7600 2005-03-15 Kenichi Handa <handa@m17n.org>
7601
7602 * international/mule-cmds.el (locale-language-names): Modify the
7603 format of elements and add more entries.
7604 (locale-preferred-coding-systems): Add more entries.
7605 (set-locale-environment): Adjust for the change of
7606 locale-language-names.
7607
7608 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7609
7610 * pcvs.el (smerge-ediff): Remove bogus autoload.
7611
7612 2005-03-14 Lute Kamstra <lute@gnu.org>
7613
7614 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7615 Ignore a `*' at the beginning of a line.
7616
7617 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7618 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7619 subr.el.
7620 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7621 to specify indentation.
7622
7623 * generic.el (define-generic-mode): Let generic-mode-list be a
7624 list of strings; test membership with equal.
7625
7626 2005-03-14 Kim F. Storm <storm@cua.dk>
7627
7628 * simple.el (next-line, previous-line): Add optional try-vscroll
7629 arg to recognize interactive use. Pass it on to line-move.
7630 (line-move): Don't perform auto-window-vscroll when defining or
7631 executing keyboard macro to ensure consistent behavior.
7632
7633 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7634
7635 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7636
7637 2005-03-13 Lute Kamstra <lute@gnu.org>
7638
7639 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7640 debugger-setup-buffer so that backtrace marks the frames set to
7641 debug-on-exit and we don't have to do it manually. Set an extra
7642 debug-on-exit for macro's.
7643 (debugger-setup-buffer): Don't mark the top frame manually.
7644
7645 2005-03-12 Lute Kamstra <lute@gnu.org>
7646
7647 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7648 lisp-indent-function throughout.
7649 (with-no-warnings): Set lisp-indent-function property.
7650
7651 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7652
7653 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7654 Add entry for backslash.
7655
7656 2005-03-12 Juri Linkov <juri@jurta.org>
7657
7658 * info.el (Info-search): Four fixes for backward search.
7659
7660 2005-03-11 Jay Belanger <belanger@truman.edu>
7661
7662 * calc/calc.el (calc-language-alist): New variable.
7663 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7664 (calc-embedded-find-modes): Use calc-language-alist instead of
7665 calc-embedded-language-alist.
7666
7667 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7668
7669 * calendar/calendar.el (calendar-redrawing): New internal
7670 variable.
7671 (redraw-calendar): Remove bogus save-excursion from previous
7672 change. Bind calendar-redrawing to t for mark-diary-entries.
7673 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7674 calendar if that is why we were called.
7675
7676 2005-03-11 Kenichi Handa <handa@m17n.org>
7677
7678 * international/mule.el (make-coding-system): Set property
7679 coding-system-define-form to nil.
7680 (define-coding-system-alias): Likewise.
7681
7682 2005-03-11 Kenichi Handa <handa@m17n.org>
7683
7684 These changes are suggested by Dave Love <fx@gnu.org>.
7685
7686 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7687 coding: tag.
7688 (adaptive-fill-regexp): Add more bullets.
7689 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7690 regexps.
7691
7692 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7693
7694 * help.el (describe-mode): Properly handle non-trivial lighters.
7695 Don't ignore minor modes that are not listed in minor-mode-list.
7696
7697 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7698 feature ON when the user requests to turn it OFF.
7699
7700 2005-03-10 Lute Kamstra <lute@gnu.org>
7701
7702 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7703 (implement-debug-on-entry): New function to replace debug-entry-code.
7704 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7705 second argument as the 2005-03-07 change makes it obsolete.
7706 (debug-on-entry, cancel-debug-on-entry): Update call to
7707 debug-on-entry-1.
7708 (debug, debugger-setup-buffer): Comment update.
7709 (debugger-frame-number): Update to work with implement-debug-on-entry.
7710
7711 2005-03-10 Jay Belanger <belanger@truman.edu>
7712
7713 * calc/calc-embed.el (math-ms-args): Declare it.
7714 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7715 math-ms-args.
7716 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7717 variables.
7718
7719 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7720
7721 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7722 Use message-box.
7723
7724 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7725 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7726 (tooltip-gud-tips): Simplify.
7727 (tooltip-gud-tips-p): Remove superfluous :set.
7728 (tooltip-gud-modes): Add fortran-mode.
7729 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7730
7731 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7732
7733 2005-03-09 Kim F. Storm <storm@cua.dk>
7734
7735 * play/animate.el (animate-place-char): Use forward-line instead
7736 of next-line to improve performance.
7737
7738 2005-03-09 Simon Josefsson <jas@extundo.com>
7739
7740 * net/browse-url.el (browse-url-default-browser): Doc fix.
7741
7742 2005-03-09 Miles Bader <miles@gnu.org>
7743
7744 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7745 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7746
7747 2005-03-09 Kenichi Handa <handa@m17n.org>
7748
7749 * international/latin-1.el: Set case and syntax for 255 only if
7750 set-case-syntax-set-multibyte is nil.
7751
7752 * textmodes/ispell.el (ispell-insert-word): New function.
7753 (ispell-word): Use ispell-insert-word to insert a new word.
7754 (ispell-process-line): Likewise.
7755 (ispell-complete-word): Likewise.
7756
7757 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7758
7759 * calendar/calendar.el (redraw-calendar): Preserve point.
7760 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7761 (calendar-week-start-day): Move after definition of
7762 redraw-calendar. Delete buffer test, since redraw-calendar has
7763 that now.
7764
7765 * calendar/diary-lib.el (mark-diary-entries): Only call
7766 redraw-calendar in the first of any recursive calls.
7767 Reported by Alan Shutko <ats@acm.org>.
7768
7769 2005-03-08 Juri Linkov <juri@jurta.org>
7770
7771 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7772 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7773 (html-radio-buttons): Add a space before the trailing `/>' where
7774 sgml-xml-mode is non-nil.
7775 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7776 the subsequent tag of the empty XML tag.
7777 (html-href-anchor): Don't set initial input to "http:".
7778 (html-image): Ask for the image URL and set point inside alt="".
7779 (html-name-anchor): Duplicate the name in the `id' attribute when
7780 sgml-xml-mode is non-nil.
7781 (html-paragraph): Remove \n before <p>.
7782 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7783 instead of `checked' when sgml-xml-mode is non-nil.
7784
7785 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7786 Remove 1 space before #RRGGBB to not truncate it on terminal
7787 windows w/o fringes. Remove 1 space between bg and fg examples
7788 to get more space.
7789 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7790 avoid byte-compile warnings.
7791
7792 * image-file.el (image-file-handler): Put `safe-magic' property to
7793 `image-file-handler'.
7794
7795 * info.el (Info-isearch-search): Emulate word search in
7796 isearching through multiple Info nodes with Info-search.
7797 (Info-isearch-wrap): Allow isearch-word.
7798
7799 2005-03-08 Lute Kamstra <lute@gnu.org>
7800
7801 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7802 stepping into the debugger's code is not possible.
7803 (debugger-jumping-flag): Docstring update.
7804
7805 2005-03-08 Jay Belanger <belanger@truman.edu>
7806
7807 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7808 embedded mode begins.
7809 (calc-embedded-language-alist): New variable.
7810 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7811 set default language mode.
7812
7813 2005-03-08 Kenichi Handa <handa@m17n.org>
7814
7815 * international/ccl.el (define-ccl-program): Fix docstring about
7816 extra 256 bytes assured for the output buffer.
7817
7818 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7819 Fix BUFFER_MAGNIFICATION to 2.
7820 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7821
7822 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7823
7824 * align.el (align-rules-list): Added an alignment rule for CSS
7825 declarations (applies to css-mode and html-mode buffers).
7826
7827 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7828
7829 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7830
7831 2005-03-07 Kim F. Storm <storm@cua.dk>
7832
7833 * simple.el (move-beginning-of-line): New command.
7834
7835 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7836
7837 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7838
7839 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7840 and move-beginning-of-line.
7841
7842 * apropos.el (apropos-print): Omit command from M-x ... RET.
7843
7844 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7845
7846 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7847 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7848
7849 2005-03-06 Richard M. Stallman <rms@gnu.org>
7850
7851 * bindings.el (esc-map): Bind M-g to goto-line.
7852
7853 * facemenu.el (global-map): Bind M-o, not M-g.
7854
7855 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7856
7857 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7858 "Open Directory" as for "Open File".
7859
7860 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7861
7862 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7863 (push-mark-command): Run activate-mark-hook.
7864
7865 2005-03-06 Richard M. Stallman <rms@gnu.org>
7866
7867 * help-mode.el (help-mode-finish): Don't alter the element
7868 in view-return-to-alist if there already is one.
7869
7870 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7871 make sure the current buffer is the expected one.
7872
7873 * novice.el (disabled-command-function): Output in *Disabled Command*.
7874 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7875
7876 * textmodes/flyspell.el (flyspell-large-region):
7877 Pass args differently for aspell.
7878
7879 * files.el (mode-require-final-newline): Doc fix.
7880
7881 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7882
7883 * progmodes/which-func.el (which-function):
7884 Specify NOERROR when calling imenu--make-index-alist.
7885
7886 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7887
7888 * simple.el (normal-erase-is-backspace): Define default value.
7889
7890 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7891 (custom-reevaluate-setting): Simple function to handle
7892 variables that are defined before their default value can really
7893 be computed.
7894
7895 * startup.el (command-line): Use it for temporary-file-directory,
7896 small-emporary-file-directory, auto-save-file-name-transforms,
7897 blink-cursor-mode, and normal-erase-is-backspace.
7898
7899 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7900 progress, even with buggy anchored keywords.
7901
7902 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7903
7904 * simple.el (goto-line): Remove unbalanced final parenthesis.
7905
7906 2005-03-05 Richard M. Stallman <rms@gnu.org>
7907
7908 * simple.el (goto-line): Use a number at point as the default.
7909 With C-u as arg, switch buffers.
7910
7911 2005-03-05 Juri Linkov <juri@jurta.org>
7912
7913 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7914 with `no-blinking-cursor'.
7915
7916 * startup.el (no-blinking-cursor): New defvar.
7917 (command-line): Add `--no-blinking-cursor' to longopts.
7918 Set `no-blinking-cursor' to t for command line arguments
7919 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7920 with `no-blinking-cursor' in the condition for calling
7921 `blink-cursor-mode'.
7922
7923 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7924
7925 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7926 (menu-bar-options-save): Add blink-cursor-mode.
7927 (menu-bar-options-menu): Add blink-cursor-mode.
7928
7929 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7930
7931 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7932 (icalendar-export-file, icalendar-export-region)
7933 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7934 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7935
7936 2005-03-04 Lute Kamstra <lute@gnu.org>
7937
7938 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7939 (debug-function-list): Ditto.
7940
7941 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7942
7943 * textmodes/texinfmt.el (texinfo-append-refill):
7944 Redefine the types of line to which @refill
7945 is not appended by replacing a search for `@refill\\|@bye' with
7946 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7947 itemize@refill' bug and the unfilled long lines bug.
7948 (texinfmt-version): Update number and date.
7949
7950 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7951
7952 * international/code-pages.el (windows-1250, windows-125[2-8])
7953 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7954
7955 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7956
7957 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7958 bound yet.
7959
7960 2005-03-02 Romain Francoise <romain@orebokech.com>
7961
7962 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7963 buffer after removing limits.
7964 (ibuffer-pop-filter): Ditto.
7965 Update copyright.
7966
7967 2005-03-02 Miles Bader <miles@gnu.org>
7968
7969 * button.el (make-text-button): If the user doesn't specify a
7970 type, use the default. Rewrite to use `add-text-properties' and
7971 plist functions.
7972
7973 2005-03-01 Lute Kamstra <lute@gnu.org>
7974
7975 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7976 (debugger-jumping-flag): New var.
7977 (debug-entry-code): Use it.
7978 (debugger-jump): Use debugger-jumping-flag and add
7979 debugger-reenable to post-command-hook.
7980 (debugger-reenable): Use debugger-jumping-flag and remove itself
7981 from post-command-hook.
7982 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7983 debugger-reenable.
7984
7985 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7986
7987 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7988 inclusion of "itemize\\|", which may be unnecessary, is certainly
7989 inelegant, and stops refilling in itemize lists when formatting
7990 Japanese Texinfo files to Info.
7991 Update copyright to 2005.
7992
7993 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7994
7995 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7996 of an error if GDB can't find the source file.
7997
7998 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7999
8000 * calendar/calendar.el (redraw-calendar): Work from any buffer,
8001 not just the calendar.
8002
8003 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
8004 first.
8005 (diary-redraw-calendar): New function.
8006 (make-diary-entry): Add diary-redraw-calendar to local
8007 write-contents-functions. Turn off selective display before
8008 inserting in diary.
8009
8010 2005-03-01 Kim F. Storm <storm@cua.dk>
8011
8012 * emacs-lisp/copyright.el (copyright-fix-years): New command.
8013
8014 2005-03-01 Lute Kamstra <lute@gnu.org>
8015
8016 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
8017 that debug-entry-code can be safely removed from a function while
8018 this code is being evaluated. Revert the 2005-02-27 change as the
8019 new implementation no longer requires it. Make sure that a
8020 function body containing just a string is not mistaken for a docstring.
8021 (debug): Skip one more frame in case of debug on entry.
8022 (debugger-setup-buffer): Delete one more frame line in case of
8023 debug on entry.
8024 (debugger-frame-number): Update to use the new text introduced by
8025 the 1999-11-03 change. Skip one more frame in case of debug on entry.
8026
8027 2005-02-28 Kim F. Storm <storm@cua.dk>
8028
8029 * double.el (double-translate-key): Call force-window-update after
8030 read-event to avoid crash in redisplay.
8031
8032 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
8033
8034 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
8035 (debug): Use it. Move the inhibit-trace earlier.
8036 (debug-entry-code): New const.
8037 (debug-on-entry-1): Use it.
8038
8039 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
8040
8041 * international/utf-16.el (ccl-encode-mule-utf-16le):
8042 Fix BUFFER_MAGNIFICATION to 2.
8043 (ccl-encode-mule-utf-16be): Likewise.
8044
8045 2005-02-28 Kenichi Handa <handa@m17n.org>
8046
8047 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
8048 Fix BUFFER_MAGNIFICATION to 4.
8049 (ccl-encode-mule-utf-16be-with-signature): Likewise.
8050
8051 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
8052
8053 * speedbar.el (speedbar-update-flag): Doc fix.
8054 (speedbar-show-info-under-mouse): Give set-mouse-position the right
8055 argument.
8056
8057 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
8058
8059 * reveal.el (reveal-post-command): Don't try to reveal overlays which
8060 have a non-nil `invisible' property but are actually visible.
8061
8062 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
8063 for perldoc sections.
8064 (perl-outline-regexp, perl-outline-level): New var and function.
8065 (perl-mode): Use them.
8066
8067 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
8068
8069 * calendar/diary-lib.el (diary-remind): Discard any mark portion
8070 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
8071
8072 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
8073
8074 * cus-edit.el: Comment change.
8075 (custom-buffer-create-internal): Slightly reword text at top of
8076 Custom buffers. Mention there that saving an option edits the
8077 init file. Add link to Emacs manual node on `custom-file'.
8078 (custom-magic-alist): Rewrite individual State messages to use
8079 capitalized keywords. Doc fix.
8080
8081 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
8082
8083 * calendar/calendar.el (calendar-buffer): Move above
8084 calendar-week-start-day.
8085 (calendar-week-start-day): Doc fix. Add :set function.
8086 (calendar-minimum-window-height): New variable.
8087 (generate-calendar-window): Only resize window if selected-window
8088 is displaying the calendar buffer. Use new variable
8089 calendar-minimum-window-height.
8090 (generate-calendar): Reword error message.
8091 (calendar-mode-map): Bind DEL to scroll-other-window-down.
8092
8093 2005-02-27 Andreas Schwab <schwab@suse.de>
8094
8095 * vc.el (vc-do-command): Don't run command asynchronously when
8096 operating in a remote directory.
8097
8098 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
8099 change from sync with Tramp 2.0.47.
8100
8101 2005-02-27 Richard M. Stallman <rms@gnu.org>
8102
8103 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8104
8105 * textmodes/flyspell.el (flyspell-mode-on):
8106 Call ispell-change-dictionary only if necessary.
8107
8108 * emacs-lisp/re-builder.el (regexp-builder): New function.
8109
8110 * register.el (describe-register-1): Explicitly handle
8111 yank-excluded-properties = t.
8112
8113 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8114 (custom-magic-alist): Change the status descriptions again.
8115 (face widget-type): Total rewrite based on `restricted-sexp'
8116 to eliminate the confusing double hiding levels.
8117
8118 * emacs-lisp/debug.el (debug-on-entry-1):
8119 If function body is empty, add nil as body form.
8120
8121 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * emacs-lisp/trace.el (inhibit-trace): New var.
8124 (trace-make-advice): Use it.
8125
8126 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8127
8128 2005-02-26 Kim F. Storm <storm@cua.dk>
8129
8130 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8131 (mouse-on-link-p, mouse-drag-region-1): Use it.
8132
8133 2005-02-25 Lute Kamstra <lute@gnu.org>
8134
8135 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8136
8137 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8138
8139 * frame.el (blink-cursor-mode): Add :group keyword.
8140
8141 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8142
8143 * calendar/icalendar.el (icalendar--decode-isodatetime):
8144 New optional argument DAY-SHIFT.
8145 (icalendar-export-region): Fix coding-system-for-write.
8146 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8147 events by one.
8148
8149 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8150
8151 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8152
8153 2005-02-24 Kim F. Storm <storm@cua.dk>
8154
8155 * international/iso-acc.el (iso-accents-compose): Fix crash
8156 during redisplay. Call force-window-update after read-event
8157 and delete-region to signal that window is not accurate.
8158
8159 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8160
8161 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8162 Remove unused and inexistent var `inhibit-trace'.
8163 (debugger-mode): Use run-mode-hooks.
8164 (debugger-list-functions): Add buttons; setup xref stack.
8165
8166 2005-02-23 Richard M. Stallman <rms@gnu.org>
8167
8168 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8169 appointment says it was explicitly made.
8170 (appt-add): Set the 3rd element.
8171 (appt-make-list): Preserve explicit appointments.
8172
8173 * subr.el (find-tag-default): Catch errors in forward-sexp.
8174
8175 2005-02-23 Juri Linkov <juri@jurta.org>
8176
8177 * info.el (Info-isearch-search): New defcustom.
8178 (Info-isearch-search): Call the default isearch function
8179 when Info-isearch-search is nil.
8180 (Info-isearch-wrap): Use variable Info-isearch-search.
8181
8182 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8183
8184 * cus-edit.el: Comment change.
8185
8186 2005-02-22 Kim F. Storm <storm@cua.dk>
8187
8188 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8189 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8190
8191 2005-02-22 Simon Josefsson <jas@extundo.com>
8192
8193 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8194 New variable.
8195 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8196 Oskarsson" <myrkraverk@users.sourceforget.net>.
8197
8198 2005-02-22 Kim F. Storm <storm@cua.dk>
8199
8200 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8201 check that window of that event is the selected window.
8202 (mouse-drag-region-1): Compare mouse event window to selected
8203 window before setting point.
8204
8205 * tooltip.el (tooltip-show-help-function): Pass event to
8206 mouse-on-link-p so it can check selected window.
8207
8208 2005-02-22 Kenichi Handa <handa@m17n.org>
8209
8210 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8211 (ps-mule-show-warning): New function.
8212 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8213 characters are found.
8214
8215 * ps-print.el (ps-header-footer-string): Return a list of header
8216 and footer strings.
8217
8218 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8219
8220 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8221
8222 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8223
8224 * frame.el (blink-cursor-mode): Use define-minor-mode.
8225
8226 * term/mac-win.el (function-key-map): Use char-names more consistently.
8227 (file-name-coding-system): Only set it for MacOS-9. The other case is
8228 already handled in mule-cmds.el (where it also works when mac-win.el
8229 is not used).
8230
8231 2005-02-21 Kenichi Handa <handa@m17n.org>
8232
8233 * international/mule.el (ctext-pre-write-conversion): Always use
8234 " *code-converting-work*" buffer for work.
8235
8236 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8237
8238 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8239
8240 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8241
8242 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8243
8244 * ses.el (undo-more): Restore defadvice, but only the part that
8245 allows changes outside the restricted area of the buffer.
8246
8247 2005-02-20 Kim F. Storm <storm@cua.dk>
8248
8249 * simple.el (line-move): Add fourth optional arg try-vscroll which
8250 must be set to perform auto-window-vscroll.
8251 When moving backwards and doing auto-window-vscroll, automatically
8252 vscroll to the last part of lines which are taller than the window.
8253 (next-line, previous-line): Set try-vscroll arg on line-move.
8254
8255 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8256
8257 * replace.el (query-replace, query-replace-regexp)
8258 (replace-string, replace-regexp): When operating on region, make
8259 the minibuffer prompt say so.
8260
8261 * isearch.el (isearch-forward): Document isearch-query-replace and
8262 isearch-query-replace-regexp keybindings.
8263
8264 2005-02-19 Jay Belanger <belanger@truman.edu>
8265
8266 * calc/calc-aent.el (math-read-token): Add local variable.
8267
8268 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8269 (calc-edit-top): Move declaration to earlier in file.
8270 (calc-edit-macro-repeats): Add local variables.
8271
8272 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8273 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8274 calcFunc-tanh.
8275 Adjust integration rule for calcFunc-tan.
8276
8277 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8278
8279 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8280 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8281 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8282 (viper-skip-separators): Bug fix.
8283 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8284 particular major mode.
8285 (viper-del-backward-char-in-replace): Don't put deleted char on the
8286 kill ring.
8287
8288 * viper-ex.el (viper-color-display-p): New function.
8289 (viper-has-face-support-p): Use viper-color-display-p.
8290
8291 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8292
8293 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8294
8295 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8296 (viper-file-remote-p): Make equivalent to file-remote-p.
8297
8298 * viper.el (viper-major-mode-modifier-list):
8299 Use viper-gnus-modifier-map.
8300
8301 2005-02-19 David Kastrup <dak@gnu.org>
8302
8303 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8304 quoting.
8305
8306 2005-02-19 Jay Belanger <belanger@truman.edu>
8307
8308 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8309 Remove extra definitions.
8310 (calc-coth): New function.
8311 (calcFunc-cot): Fix `let'.
8312
8313 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8314
8315 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8316 the reasons we use "type pc" in these faces.
8317
8318 * button.el (button): Ditto.
8319
8320 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8321
8322 * replace.el (query-replace-read-from): Set the value of
8323 query-replace-from-history-variable to handle the case of an empty
8324 string entered to accept the suggested default.
8325
8326 * net/tramp.el (tramp-file-name-for-operation):
8327 Use dired-call-process instead of dired-call-process-command.
8328
8329 2005-02-19 Jay Belanger <belanger@truman.edu>
8330
8331 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8332 (math-div-non-trig): New variables.
8333 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8334 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8335 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8336 trig expressions.
8337
8338 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8339
8340 * progmodes/gdb-ui.el (gdb-var-update-handler)
8341 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8342 for watch expressions,
8343 (gdb-var-create-handler): Don't set speedbar-update-flag.
8344 (gdb-post-prompt): Simplify test for speedbar.
8345
8346 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8347
8348 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8349 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8350 we use the syntax table of the correct buffer.
8351 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8352 Felix Gatzemeier.
8353
8354 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8355 (ediff-file-remote-p): Make synonymous with file-remote-p.
8356 In all deffaces ediff-*-face-*, use min-colors.
8357
8358 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8359 ediff-recurse-to-subdirectories.
8360 (ediff-mark-if-equal): Check that the arguments are strings, use
8361 ediff-same-contents (after to Felix Gatzemeier).
8362
8363 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8364 nil.
8365
8366 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8367
8368 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8369
8370 2005-02-18 David Kastrup <dak@gnu.org>
8371
8372 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8373 use `mark-active' when defined.
8374
8375 2005-02-18 Kenichi Handa <handa@m17n.org>
8376
8377 * ps-print.el (ps-font-info-database): New entry
8378 ZapfChancery-MediumItalic with correct font name. Fix font name
8379 of the entry Zapf-Chancery-MediumItalic.
8380
8381 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8382
8383 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8384
8385 2005-02-16 Kim F. Storm <storm@cua.dk>
8386
8387 * ido.el (ido-fallback-command): Pass user input to fallback command.
8388
8389 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8390
8391 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8392 (gdb-find-file-hook): Add server prefix.
8393
8394 2005-02-16 Richard M. Stallman <rms@gnu.org>
8395
8396 * replace.el (perform-replace): Pass new args to replace-highlight.
8397 (replace-highlight): Take region args,
8398 and pass them to isearch-lazy-highlight-new-loop.
8399
8400 * novice.el (disabled-command-hook): Autoload the defalias
8401 and the make-obsolete-variable call.
8402
8403 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8404
8405 * isearch.el (isearch-lazy-highlight-start-limit)
8406 (isearch-lazy-highlight-end-limit): New variables limit
8407 the region for highlighting.
8408 (isearch-lazy-highlight-new-loop): New args BEG and END.
8409 (isearch-lazy-highlight-search): Use the new vars.
8410 (isearch-lazy-highlight-update): Likewise.
8411
8412 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8413
8414 * cus-start.el (all): Use default-boundp.
8415
8416 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8417
8418 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8419
8420 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8421
8422 * autorevert.el (auto-revert-stop-on-user-input)
8423 (auto-revert-verbose): Doc fixes.
8424
8425 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8426
8427 * international/mule-cmds.el (set-locale-environment): Remove call
8428 to set-selection-coding-system on Windows.
8429
8430 2005-02-15 Jay Belanger <belanger@truman.edu>
8431
8432 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8433 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8434 calcFunc-coth.
8435 (math-simplify-sqrt): Add simplifications.
8436
8437 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8438 to list.
8439
8440 * calc/calc-ext.el: Add functions to autoloads.
8441
8442 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8443 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8444 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8445 (math-csc-raw, math-cot-raw): New functions.
8446
8447 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8448
8449 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8450 the variable name in a message.
8451
8452 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8453 calcFunc-csc, calcFunc-cot.
8454
8455 * calc/calcalg2.el: Add derivative and integration rules for
8456 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8457 calcFunc-csch, calcFunc-coth.
8458 (math-do-integral-methods): Add to checks for when to use
8459 substitutions.
8460
8461 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8462
8463 2005-02-15 Lute Kamstra <lute@gnu.org>
8464
8465 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8466 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8467 <monnier@iro.umontreal.ca>
8468 (lisp-outline-level): Improve efficiency. Suggested by David
8469 Kastrup <dak@gnu.org>.
8470
8471 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8472
8473 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8474 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8475 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8476 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8477 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8478
8479 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8480
8481 * cus-start.el (all): Comment change.
8482
8483 2005-02-14 Lute Kamstra <lute@gnu.org>
8484
8485 * cus-start.el (all): Check if symbol is void.
8486
8487 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8488
8489 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8490 optional argument to \cite.
8491
8492 2005-02-14 Richard M. Stallman <rms@gnu.org>
8493
8494 * cus-edit.el (custom-buffer-create-internal): Update help message.
8495 (custom-magic-alist): Update help messages.
8496
8497 * cus-start.el (all): Allow a var to specify a standard value.
8498
8499 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8500
8501 * custom.el (custom-theme-set-variables): Handle variable aliases.
8502
8503 * frame.el (blink-cursor-timer): Doc fix.
8504 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8505 declare obsolete.
8506 (blink-cursor-mode): Define with defcustom and use correct
8507 standard expression in that defcustom.
8508 * startup.el (command-line): Adapt to above changes in frame.el.
8509
8510 2005-02-11 Lute Kamstra <lute@gnu.org>
8511
8512 * apropos.el (apropos-score-doc): Prevent division by zero.
8513
8514 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8515
8516 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8517 (icalendar--get-event-property-attributes)
8518 (icalendar--get-event-properties)
8519 (icalendar--datetime-to-diary-date): New functions.
8520 (icalendar--split-value): Doc fix.
8521 (icalendar--datetime-to-noneuropean-date)
8522 (icalendar--datetime-to-european-date): New optional argument
8523 SEPARATOR. Return result as a string instead of a list.
8524 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8525 (icalendar--convert-string-for-export): Rename arg S to STRING.
8526 (icalendar-export-region): Doc fix. Change name of error buffer.
8527 Save output buffer.
8528 (icalendar-import-file): Add blank at end of prompt.
8529 (icalendar-import-buffer): Doc fix. Do not switch to error
8530 buffer. Indicate status in return value.
8531 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8532 buffer. Save output buffer. Handle exception from recurrence
8533 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8534 events. Fix problems with weekly all-day events.
8535
8536 2005-02-10 Richard M. Stallman <rms@gnu.org>
8537
8538 * simple.el (eval-expression-print-format):
8539 Avoid warning about edebug-active.
8540
8541 * help.el (help-for-help-internal): Rename from help-for-help.
8542 (help-for-help): Define with defalias.
8543
8544 * font-core.el (font-lock-default-function): Use with-no-warnings.
8545
8546 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8547
8548 * custom.el (defface): Doc fix.
8549
8550 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8551
8552 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8553 width 0" to prevent word wrapping problems.
8554
8555 2005-02-09 Kim F. Storm <storm@cua.dk>
8556
8557 * ido.el (ido-file-extensions-order): New defcustom.
8558 (ido-file-extension-lessp, ido-file-extension-aux)
8559 (ido-file-extension-order): New advanced file ordering.
8560 (ido-file-lessp): New simple file ordering.
8561 (ido-sort-list): Remove.
8562 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8563 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8564
8565 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8566
8567 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8568 that some versions of grep produce.
8569 (grep-mode-font-lock-keywords): Likewise.
8570
8571 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8572
8573 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8574 (gdb-cdir): Delete.
8575 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8576 (gdb-source-info): Treat case when source file is in another
8577 directory properly.
8578 (gdb-get-location): New function.
8579
8580 2005-02-07 Jay Belanger <belanger@truman.edu>
8581
8582 * calc/calc-prog.el (calc-write-parse-table-part)
8583 (calc-fix-token-name): Fix a check for language type.
8584
8585 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8586
8587 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8588
8589 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8590 as directory not writable.
8591
8592 2005-02-07 Kim F. Storm <storm@cua.dk>
8593
8594 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8595 (cua--standard-movement-commands): Remove list.
8596 Instead, set CUA property value to move for movement commands.
8597 (cua-movement-commands): Remove. Users must set CUA prop instead.
8598 (cua--pre-command-handler): Check CUA property.
8599 (cua--init-keymaps): Don't remap undo commands.
8600 (cua-mode): Don't call cua--rectangle-on-off.
8601
8602 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8603 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8604 (cua--rect-undo-set-point): New var.
8605 (cua--rectangle-undo-boundary): Setup undo apply entry.
8606 (cua--rect-undo-handler): New function for rectangle undo.
8607 (cua--rect-start-position, cua--rect-end-position): Add.
8608 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8609 for restored rectangle. Set point if cua--rect-undo-set-point.
8610
8611 2005-02-06 Jay Belanger <belanger@truman.edu>
8612
8613 * calc/calc-lang.el (calc-tex-language): Display more information
8614 in messages.
8615
8616 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8617 in TeX mode.
8618
8619 2005-02-06 Richard M. Stallman <rms@gnu.org>
8620
8621 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8622
8623 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8624
8625 * net/ldap.el (ldap-search-internal): Support attributes with
8626 optional descriptions separated by a semi-colon, as in
8627 "userCertificate;binary".
8628
8629 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8630
8631 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8632 isn't a cons (i.e. the version is 0).
8633
8634 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8635
8636 * help.el (help-for-help): Doc fix.
8637
8638 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8639
8640 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8641 GDB-Windows on the menu-bar as this works better.
8642
8643 2005-02-04 Jay Belanger <belanger@truman.edu>
8644
8645 * calc/calc-embed.el (calc-embedded-update): Don't put in
8646 unnecessary newlines. Adjust the end of formula marker.
8647
8648 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8649 (math-latex-parse-two-args): New function.
8650
8651 2005-02-03 Lute Kamstra <lute@gnu.org>
8652
8653 * help-fns.el (help-with-tutorial): Make sure that users cannot
8654 remove the entire text of the tutorial by means of `undo'.
8655
8656 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8657
8658 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8659 in recent changes, where the ispell process was repeatedly
8660 killed & restarted.
8661
8662 * international/mule-cmds.el (set-locale-environment): Set file-name
8663 coding system to utf-8 on Darwin systems.
8664 (set-default-coding-systems): Don't set default-file-name-coding-system
8665 on Darwin systems.
8666
8667 2005-02-03 Richard M. Stallman <rms@gnu.org>
8668
8669 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8670
8671 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8672
8673 * faces.el (list-faces-display): Add optional argument.
8674
8675 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8676
8677 * font-core.el (font-lock-default-function): Handle the rare case where
8678 only font-lock-keywords is set.
8679
8680 2005-02-02 Kenichi Handa <handa@m17n.org>
8681
8682 * international/characters.el: Cancel previous change for
8683 I-WITH-DOT-ABOVE and DOTLESS-i.
8684
8685 * international/latin-5.el: Cancel previous change.
8686
8687 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8688
8689 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8690
8691 2005-02-02 Kenichi Handa <handa@m17n.org>
8692
8693 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8694 DOTLESS-i.
8695
8696 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8697 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8698
8699 * case-table.el (get-upcase-table): New function.
8700 (copy-case-table): Copy upcaes table too if non-nil.
8701 (set-case-syntax-delims): Maintain upcase table too.
8702 (set-case-syntax-pair): Likewise.
8703 (set-upcase-syntax, set-downcase-syntax): New functions.
8704 (set-case-syntax): Maintain upcase table too.
8705
8706 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8707
8708 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8709
8710 * progmodes/gud.el (gud-goto-info): New function.
8711 (gud-tool-bar-map): Use correct icon.
8712
8713 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8714
8715 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8716 When delegating, order args in the funcall correctly.
8717
8718 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8719
8720 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8721
8722 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8723
8724 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8725 buffer not visiting a file.
8726
8727 2005-01-31 Jay Belanger <belanger@truman.edu>
8728
8729 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8730 bound on the line with the formula.
8731
8732 2005-01-31 Kim F. Storm <storm@cua.dk>
8733
8734 * ses.el (ses-create-cell-variable-range)
8735 (ses-destroy-cell-variable-range, ses-reset-header-string)
8736 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8737 (ses-insert-row): Fix format of apply undo entries.
8738
8739 2005-01-31 Jay Belanger <belanger@truman.edu>
8740
8741 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8742 parts.
8743
8744 * calc/calc-embed.el (calc-embedded-open-formula)
8745 (calc-embedded-close-formula): Ignore matrix environments.
8746
8747 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8748 TeX mode.
8749
8750 * calc/calc-lang.el (math-function-table, math-oper-table)
8751 (math-variable-table): Adjust the LaTeX portions.
8752
8753 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8754 (math-latex-ignore-words): New constant.
8755
8756 2005-01-31 Richard M. Stallman <rms@gnu.org>
8757
8758 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8759 (ispell-local-dictionary): Doc fix.
8760 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8761 Don't reinitialize at run time. Don't defcustom.
8762 All uses changed to append ispell-local-dictionary-alist,
8763 or check it first.
8764 (ispell-current-dictionary): New variable for dictionary in use.
8765 (ispell-dictionary): Now used only for global default.
8766 (ispell-start-process): Set ispell-current-dictionary,
8767 not ispell-dictionary.
8768 (ispell-change-dictionary): Use this only for setting
8769 user preferences.
8770 (ispell-internal-change-dictionary): New function
8771 to change the current dictionary in use.
8772 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8773 Use ispell-current-dictionary.
8774 Handle ispell-local-dictionary-overridden.
8775 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8776
8777 2005-01-31 Jay Belanger <belanger@truman.edu>
8778
8779 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8780
8781 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8782 (calc-mode-map): Add calc-latex-language.
8783
8784 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8785 (math-latex-print-frac): New functions.
8786 (math-oper-table, math-function-table, math-variable-table)
8787 (math-complex-format, math-input-filter): Add latex properties.
8788 (calc-set-language): Set math-expr-special-function-mapping.
8789
8790 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8791 (calc-write-parse-table-part): Add LaTeX support.
8792
8793 * calc/calc.el (calc-language): Adjust docstring.
8794 (calc-set-mode-line): Add LaTeX support.
8795 (math-expr-special-function-mapping): New variable.
8796 (math-tex-ignore-words): Add to list.
8797
8798 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8799 Add LaTeX support.
8800 (math-compose-expr): Add support for special functions.
8801
8802 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8803
8804 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8805
8806 * progmodes/gdb-ui.el (gdb-memory-address)
8807 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8808 (gdb-memory-mode-map, gdb-memory-format-keymap)
8809 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8810 (gdb-memory-unit-menu): New variables for a buffer
8811 that lets the user examine program memory.
8812 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8813 (gdb-memory-format-binary, gdb-memory-format-octal)
8814 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8815 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8816 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8817 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8818 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8819 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8820 (gdb-memory-mode, gdb-memory-buffer-name)
8821 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8822 New functions for above buffer.
8823
8824 2005-01-30 Richard M. Stallman <rms@gnu.org>
8825
8826 * cus-edit.el (custom-bury-buffer): Function deleted.
8827 (custom-buffer-done-function): Option deleted.
8828 (custom-buffer-done-kill): New (replacement option.
8829 (Custom-buffer-done): Call quit-window.
8830 (custom-buffer-create-internal): Update for above changes.
8831
8832 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8833
8834 * simple.el (undo-ask-before-discard): New var.
8835 (undo-outer-limit-truncate): Implement it.
8836 (undo-extra-outer-limit): Doc update.
8837
8838 2005-01-29 Richard M. Stallman <rms@gnu.org>
8839
8840 * ses.el (undo-more): Delete defadvice.
8841 (ses-begin-change): Doc fix.
8842
8843 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8844 instead of rebinding C-x u and C-_.
8845
8846 * files.el (normal-backup-enable-predicate): Return nil for files
8847 in /tmp, regardless of temporary-file-directory.
8848
8849 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8850
8851 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8852 (open-rectangle, delete-whitespace-rectangle-line)
8853 (clear-rectangle-line): If FILL, pass t instead of FILL
8854 for move-to-column's 2nd arg.
8855
8856 * simple.el (undo): Fix the test for continuing a series of undos.
8857 (undo-more): Set pending-undo-list to t when we reach end.
8858 (pending-undo-list): Move up defvar.
8859
8860 * wid-edit.el (widget-button-click):
8861 Shorten the range of the track-mouse binding.
8862
8863 * comint.el (comint-insert-input): Undo previous changes;
8864 use last-input-event in interactive spec.
8865
8866 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8867
8868 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8869 to nil before invoking call-process. Reset buffer's modified flag
8870 after fontifying it in the no-async branch.
8871
8872 * wid-edit.el (widget-specify-button): If mouse pointer shape
8873 cannot be changed, use mouse face instead.
8874
8875 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8876
8877 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8878 (gdb-goto-breakpoint): Make breakpoint handling work on template
8879 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8880 (gdb-assembler-custom): Update to recognize breakpoint information
8881 added on 2005-01-19.
8882
8883 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8884
8885 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8886 (dsssl-mode): Use define-derived-mode.
8887 (scheme-mode-initialize): Remove.
8888 (scheme-mode): Use run-mode-hooks.
8889
8890 * cus-edit.el (customize-group-other-window)
8891 (custom-buffer-create-other-window): Don't override special-display-*.
8892 (custom-mode-map): Make it dense.
8893
8894 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8895 sets the default value.
8896
8897 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8898
8899 * descr-text.el: Add more keywords.
8900
8901 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8902
8903 * speedbar.el: Avoid unnecessary use of locate-library.
8904
8905 * international/mule-cmds.el (standard-display-european-internal):
8906 Don't fiddle with latin-1 non-break space any more since it's now
8907 special cased in the C code.
8908 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8909
8910 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8911
8912 * cus-start.el (all): Add `undo-outer-limit'.
8913
8914 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8915
8916 * textmodes/bibtex.el (bibtex-format-entry):
8917 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8918 field lines.
8919 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8920 not on part of a buffer.
8921
8922 2005-01-25 Lute Kamstra <lute@gnu.org>
8923
8924 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8925 nonempty field text strings like "{letters\\macro{}more letters}".
8926 Clarify docstring.
8927 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8928 (bibtex-entry-offset, bibtex-parse-association)
8929 (bibtex-parse-field-name): Fix typos in docstrings.
8930 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8931
8932 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8933
8934 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8935 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8936 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8937 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8938
8939 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8940 isearch minor mode.
8941
8942 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8943
8944 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8945
8946 2005-01-24 Lute Kamstra <lute@gnu.org>
8947
8948 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8949 CASECHARS and NOT-CASECHARS regular expressions of the
8950 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8951 striding over charsets" error.
8952
8953 2005-01-24 Jay Belanger <belanger@truman.edu>
8954
8955 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8956 display variable name.
8957
8958 2005-01-24 Kenichi Handa <handa@m17n.org>
8959
8960 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8961 Fix setting of the element of encoded-kbd-iso2022-invocations.
8962
8963 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8964
8965 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8966 (gdb-threads-select): Change to also accept mouse events.
8967 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8968 (gdb-threads-mouse-select): Delete.
8969
8970 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8971
8972 * files.el (insert-directory): Take care of empty directory,
8973 listed without -a switch.
8974
8975 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8976
8977 * textmodes/refill.el (refill-post-command-function):
8978 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8979 to the list of functions that we should be careful not to undo.
8980 (refill-late-fill-paragraph-function): Remove.
8981 (refill-saved-state): New var.
8982 (refill-mode): Use it to save fill-paragraph-function.
8983 Save also the value of auto-fill-function.
8984
8985 * term/w32-win.el: Simplify code.
8986
8987 2005-01-23 Kim F. Storm <storm@cua.dk>
8988
8989 * simple.el (line-move): Adapt to new return value from
8990 pos-visible-in-window-p.
8991
8992 * simple.el (line-move): Fix last change. Check partial
8993 visibility at point rather than at window-start.
8994
8995 2005-01-22 Jason Rumney <jasonr@gnu.org>
8996
8997 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8998
8999 2005-01-22 David Kastrup <dak@gnu.org>
9000
9001 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
9002
9003 2005-01-22 Eli Zaretskii <eliz@gnu.org>
9004
9005 * type-break.el (type-break-mode): Add a test for
9006 type-break-file-name being non-nil.
9007
9008 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
9009
9010 * net/eudc.el (top level): Call (message "") via progn, so that
9011 eudc-options-file is loaded.
9012
9013 2005-01-22 Kim F. Storm <storm@cua.dk>
9014
9015 * simple.el (line-move-1): Rename from line-move.
9016 (line-move): New function that adjusts vscroll for partially
9017 visible rows, and calls line-move-1 otherwise.
9018
9019 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
9020
9021 * pcomplete.el: define pcomplete-read-event instead of read-event,
9022 since it's not a complete read-event implementation
9023
9024 2005-01-20 Jay Belanger <belanger@truman.edu>
9025
9026 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
9027 for called function.
9028
9029 2005-01-20 Steven Tamm <steventamm@mac.com>
9030
9031 * term/mac-win.el (process-connection-type): Remove.
9032 Controlled now by s/darwin.h:PTY_ITERATION.
9033
9034 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
9035
9036 * window.el (handle-select-window): Don't switch window when we're
9037 in the minibuffer.
9038
9039 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
9040
9041 * subr.el (dotimes-with-progress-reporter): New macro.
9042
9043 * ses.el (ses-dotimes-msg): Remove macro.
9044 Use `dotimes-with-progress-reporter' instead.
9045
9046 2005-01-19 Steven Tamm <steventamm@mac.com>
9047
9048 * term/mac-win.el (process-connection-type): Use new
9049 operating-system-release variable to use ptys on Darwin 7 (OS X
9050 10.3) when using carbon build.
9051
9052 2005-01-19 Jay Belanger <belanger@truman.edu>
9053
9054 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
9055 flags if the last command was a tab or M-tab.
9056
9057 * calc/calc-prog.el (calc-user-define-edit): Put original formula
9058 in formula editing buffer.
9059
9060 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9061
9062 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
9063 breakpoint image symbol in margin.
9064
9065 2005-01-19 Jay Belanger <belanger@truman.edu>
9066
9067 * calc/calc-prog.el (calc-execute-kbd-macro):
9068 Ignore calc-keep-arg-flag.
9069
9070 2005-01-19 Kenichi Handa <handa@m17n.org>
9071
9072 * textmodes/ispell.el (ispell-looking-at): New function.
9073 (ispell-process-line): Use ispell-looking-at to compare the ispell
9074 output and the buffer contents.
9075
9076 2005-01-18 Jay Belanger <belanger@truman.edu>
9077
9078 * calc/calc.el (calc-display-raw): Fix docstring.
9079
9080 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
9081
9082 * simple.el (blink-matching-open): Strip extra info from syntax.
9083
9084 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
9085 funny chars in the end-of-here-doc marker.
9086
9087 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
9088
9089 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
9090 that enable/disabled state of breakpoints is shown correctly in
9091 fringe and on ttys.
9092 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
9093 Add breakpoint information as text properties.
9094 (gdb-mouse-toggle-breakpoint):
9095 Rename to gdb-mouse-set-clear-breakpoint.
9096 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
9097 breakpoints in the margin.
9098 (gdb-remove-strings): Simplify.
9099
9100 2005-01-17 Jay Belanger <belanger@truman.edu>
9101
9102 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9103 erasing buffer.
9104
9105 2005-01-17 Richard M. Stallman <rms@gnu.org>
9106
9107 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9108 for calling grep-compute-defaults.
9109
9110 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9111 if buffer is empty.
9112
9113 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9114
9115 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9116
9117 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9118
9119 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9120 non-preloaded variables.
9121
9122 2005-01-17 Steven Tamm <steventamm@mac.com>
9123
9124 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9125 tex-shell cause to force interactivity when using pipes.
9126
9127 2005-01-17 Kim F. Storm <storm@cua.dk>
9128
9129 * simple.el (just-one-space): Make arg optional.
9130
9131 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9132
9133 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9134 posn-at-x-y to t to access left-margin.
9135
9136 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9137
9138 Sync with Tramp 2.0.47.
9139
9140 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9141 catching keep-date problems in cp/scp operations.
9142 (tramp-handle-copy-file): Don't call `set-file-modes'
9143 unconditionally. Specialized functions should know better what is
9144 necessary. This improves performance a little bit, and the
9145 functions could catch errors with `cp -p' and `scp -p'.
9146 (tramp-do-copy-or-rename-file-via-buffer)
9147 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9148 when appropriate.
9149 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9150 Call `set-file-modes' when appropriate.
9151 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9152 Johnsson <isak@hypergene.com>
9153 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9154 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9155 <joakim@verona.se>
9156 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9157 Emacs only.
9158
9159 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9160 `find-file-hooks' and `dired-mode-hook'.
9161 (tramp-minor-mode-map): Respective map. Add remapping for
9162 `compile' and `recompile'.
9163 (tramp-remap-command, tramp-recompile): New defuns.
9164 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9165 in buffer "*Compilation*". Call the commands asynchronously.
9166
9167 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9168 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9169 `shell-command', because it isn't magic in XEmacs. Reported by
9170 Adrian Aichner <adrian@xemacs.org>.
9171
9172 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9173 `substitute-in-file-name.
9174 (tramp-smb-handle-substitute-in-file-name): New defun.
9175 (tramp-smb-advice-PC-do-completion): Delete advice.
9176
9177 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9178
9179 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9180 Fix error in deleting region.
9181
9182 2005-01-15 Richard M. Stallman <rms@gnu.org>
9183
9184 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9185 In non-temp buffer, switch syntax table temporarily.
9186
9187 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9188
9189 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9190
9191 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9192
9193 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9194 (imenu--generic-function): Use START, not BEG, as pos of definition.
9195
9196 * simple.el (just-one-space): Argument specifies number of spaces.
9197
9198 * simple.el (eval-expression-print-format): Avoid warning
9199 about edebug-active.
9200
9201 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9202
9203 * progmodes/sh-script.el: Code copied from make-mode.el
9204 with small changes,
9205 (sh-mode-map): Bind C-c C-\.
9206 (sh-backslash-column, sh-backslash-align): New variables.
9207 (sh-backslash-region, sh-append-backslash): New functions.
9208
9209 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9210
9211 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9212 (rmail-pop-password, rmail-pop-password-required): Move to
9213 rmail-obsolete group.
9214 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9215 All callers updated.
9216 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9217 Take an argument specifying whether it is POP or IMAP mailbox we
9218 are using. All callers updated.
9219 (rmail-pop-password-error): Rename to
9220 rmail-remote-password-error. Added mailutils-specific error message.
9221 (rmail-movemail-search-path)
9222 (rmail-movemail-variant-in-use): New variables.
9223 (rmail-remote-password, rmail-remote-password-required):
9224 New customization variables.
9225 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9226 (rmail-parse-url): New function.
9227 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9228 with GNU mailutils movemail.
9229
9230 2005-01-15 Kevin Ryde <user42@zip.com.au>
9231
9232 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9233 suffix to space, $ or '$, to correctly position point when going
9234 to @table style constants like DBL_MAX.
9235
9236 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9237
9238 * type-break.el (type-break-mode, type-break-file-time)
9239 (type-break-file-keystroke-count, type-break-choose-file):
9240 Don't store data in or load data from the file if type-break-file-name
9241 is nil.
9242 (type-break-file-name): Doc update as per the above.
9243
9244 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9245
9246 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9247 lookup-key might return nil; handle that.
9248
9249 2005-01-15 Alan Mackenzie <acm@muc.de>
9250
9251 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9252 rather than the element found, thus enabling the tree to be setcar'd.
9253
9254 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9255
9256 * textmodes/org.el (org-show-following-heading): New option.
9257 (org-show-hierarchy-above): Use `org-show-following-heading'.
9258 (org-cycle): Documentation fix.
9259
9260 * textmodes/org.el (orgtbl-optimized): New option
9261 (orgtbl-mode): New command, a minor mode.
9262 (orgtbl-mode-map): New variable.
9263 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9264 (orgtbl-error, orgtbl-self-insert-command)
9265 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9266
9267 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9268 a local variable in each org-mode buffer.
9269
9270 * textmodes/org.el (org-set-regexps-and-options): Rename from
9271 `org-set-regexps'. Added checking for STARTUP keyword.
9272 (org-get-current-options): Add STARTUP options.
9273 (org-table-insert-row): Make mode intelligent about when
9274 realignment is needed.
9275 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9276 New commands.
9277 (org-enable-table-editor): New default value `optimized'.
9278 (org-table-blank-field): Support blanking regions if active.
9279
9280 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9281
9282 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9283 if the year is not given.
9284
9285 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9286 Add new escapes %m and %M, fixed bug with %F by adding
9287 save-match-data.
9288 (reftex-reference): Remove ?. from list of spaces.
9289 (reftex-label-info): Add automatic label prefix recognition.
9290
9291 * textmodes/reftex-index.el (reftex-index-next-phrase):
9292 Add slave parameter to call of `reftex-index-this-phrase'.
9293 (reftex-index-this-phrase): New optional argument.
9294 (reftex-index-region-phrases): Add slave parameter to call of
9295 `reftex-index-this-phrase'.
9296 (reftex-display-index): New argument redo.
9297 (reftex-index-rescan): Add 'redo to arguments of
9298 `reftex-display-index'.
9299 (reftex-index-Rescan, reftex-index-revert)
9300 (reftex-index-switch-index-tag): Add 'redo to arguments of
9301 `reftex-display-index'.
9302 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9303 indexing. Fix bug with matching is there is a quote before or
9304 after the word.
9305
9306 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9307 Fix bug when collecting citation keys in lines with comments.
9308 (reftex-citation): Prefix argument no longer rescans the document,
9309 but forces prompting for optional arguments of cite macros.
9310 (reftex-do-citation): Prompting for optional arguments implemented.
9311
9312 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9313 Add optional arguments to most cite commands.
9314 (reftex-cite-cleanup-optional-args): New option
9315 (reftex-cite-prompt-optional-args): New option.
9316 (reftex-trust-label-prefix): New option.
9317
9318 * textmodes/reftex-toc.el (reftex-toc-find-section):
9319 Add push-mark before changing the position in the buffer.
9320
9321 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9322 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9323
9324 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9325
9326 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9327 more carefully.
9328
9329 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9330
9331 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9332 (sgml-mode): Use it.
9333 (sgml-get-context): Better keep track of implicitly closed tags.
9334
9335 2005-01-13 Kenichi Handa <handa@m17n.org>
9336
9337 * textmodes/ispell.el: These changes are to fix misalignment error
9338 caused by equivalent characters of different Emacs charsets.
9339 (ispell-unified-chars-table): New variable.
9340 (ispell-get-decoded-string): New function.
9341 (ispell-get-casechars, ispell-get-not-casechars)
9342 (ispell-get-otherchars): Call ispell-get-decoded-string.
9343
9344 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9345
9346 * custom.el (custom-declare-variable): Just put symbol instead
9347 of (defvar . symbol) in `current-load-list'.
9348
9349 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9350
9351 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9352
9353 2005-01-12 Jay Belanger <belanger@truman.edu>
9354
9355 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9356 to create a Calc summary.
9357
9358 2005-01-12 Kim F. Storm <storm@cua.dk>
9359
9360 * mouse.el (mouse-on-link-p): Change functionality and doc
9361 string to comply with latest description in lisp ref.
9362
9363 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9364
9365 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9366 Enable mouse clicks on mode-line, header-line and margin.
9367 (event-type): Give mouse event symbols an 'event-kind property
9368 with value 'mouse-click.
9369
9370 2005-01-12 Juri Linkov <juri@jurta.org>
9371
9372 * facemenu.el (list-colors-display): Add new arg buffer-name.
9373 Use it. Fix docstring. Replace code for identifying duplicate
9374 colors by the name with call to `list-colors-duplicates' which
9375 identifies duplicate colors by the value unless the color
9376 is one of special Windows colors. Set truncate-lines to t.
9377 Print sorted duplicate color names on each line. Indent to 22
9378 \(the longest color name in rgb.txt) instead of 20. Optimize.
9379 (list-colors-duplicates): New function.
9380 (facemenu-color-name-equal): Delete function.
9381
9382 * facemenu.el (list-colors-print): New function created from code
9383 in list-colors-display. Print #RRGGBB at the window right edge.
9384 (list-colors-display): When temp-buffer-show-function is not
9385 defined, call list-colors-print from temp-buffer-show-hook
9386 to get the right value of window-width in list-colors-print
9387 after the buffer is displayed.
9388
9389 * simple.el (pop-mark): Move deactivate-mark out of conditional
9390 part to deactivate the active mark regardless of the state of the
9391 mark ring.
9392
9393 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9394 variables line in desktop files.
9395
9396 2005-01-12 Juri Linkov <juri@jurta.org>
9397
9398 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9399 Bring together isearch highlight related options.
9400 (lazy-highlight): Replace group `replace' by `matching'.
9401 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9402 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9403 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9404 and declare them obsolete.
9405 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9406 (isearch-faces): Remove defgroup.
9407 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9408 Move isearch highlighting code closer to lazy highlighting code.
9409
9410 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9411 (query-replace-highlight, query-replace-lazy-highlight)
9412 (query-replace): Move definitions to the beginning of the file.
9413
9414 2005-01-11 Juri Linkov <juri@jurta.org>
9415
9416 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9417 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9418 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9419
9420 * info.el (Info-history-forward): New variable.
9421 (Info-select-node): Reset Info-history-forward to nil.
9422 (Info-last): Turn into defalias.
9423 (Info-history-back): Rename from Info-last.
9424 Add current node to Info-history-forward.
9425 (Info-history-forward): New fun.
9426 (Info-mode-map): Replace Info-last by Info-history-back.
9427 Bind Info-history-forward to "r".
9428 (Info-mode-menu): Replace Info-last by Info-history-back.
9429 Fix menu item text. Add menu item for Info-history-forward.
9430 (info-tool-bar-map): Replace Info-last by Info-history-back.
9431 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9432 for Info-history-forward.
9433 (Info-mode): Replace Info-last by Info-history-back in docstring.
9434 Add local variable Info-history-forward.
9435 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9436
9437 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9438
9439 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9440 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9441 Ignore select-window events rather than fiddle with
9442 mouse-autoselect-window.
9443
9444 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9445
9446 * type-break.el (type-break-mode): Fix previous change.
9447
9448 2005-01-10 Jay Belanger <belanger@truman.edu>
9449
9450 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9451 calculator; only reset when point is inside a calculator.
9452 Don't adjust the window height if the window takes up the whole height
9453 of the frame.
9454
9455 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9456
9457 * ebuff-menu.el (Electric-buffer-menu-mode):
9458 Preserve value of buffer-local var header-line-format.
9459
9460 2005-01-09 Jay Belanger <belanger@truman.edu>
9461
9462 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9463 Make sure settings file exists before accessing it.
9464
9465 * calc/calc-embed.el (calc-embedded-subst):
9466 Replace math-multi-subst-rec, which is only supposed to be called
9467 by math-multi-subst, by math-multi-subst.
9468
9469 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9470
9471 * vc.el (vc-allow-async-revert): New user option.
9472 (vc-disable-async-diff): New internal variable.
9473 (vc-revert-buffer): Use them to disable asynchronous diff.
9474
9475 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9476 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9477 asynchronously if vc-disable-async-diff is t.
9478
9479 2005-01-09 Jay Belanger <belanger@truman.edu>
9480
9481 * calc/calc.el (defcalcmodevar): New macro.
9482 (calc-mode-var-list-restore-default-values)
9483 (calc-mode-var-list-restore-saved-values): New functions.
9484 (calc-mode-var-list): Use defcalcmodevar to define it.
9485 (calc-always-load-extensions, calc-line-numbering)
9486 (calc-line-breaking, calc-display-just, calc-display-origin)
9487 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9488 (calc-group-char, calc-point-char, calc-frac-format)
9489 (calc-prefer-frac, calc-hms-format, calc-date-format)
9490 (calc-float-format, calc-full-float-format, calc-complex-format)
9491 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9492 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9493 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9494 (calc-matrix-brackets, calc-language, calc-language-option)
9495 (calc-left-label, calc-right-label, calc-word-size)
9496 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9497 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9498 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9499 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9500 (calc-window-height, calc-display-trail, calc-show-selections)
9501 (calc-use-selections, calc-assoc-selections)
9502 (calc-display-working-message, calc-auto-why, calc-timing)
9503 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9504 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9505 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9506 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9507 (calc-gnuplot-geometry, calc-graph-default-resolution)
9508 (calc-graph-default-resolution-3d, calc-invocation-macro)
9509 (calc-show-banner): Use defcalcmodevar to declare them and set
9510 their default values.
9511
9512 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9513 instead of default values (but restore default values if there is
9514 an argument of 0).
9515
9516 2005-01-09 David Kastrup <dak@gnu.org>
9517
9518 * desktop.el (desktop-restore-eager): Fix typo in type.
9519
9520 2005-01-08 Richard M. Stallman <rms@gnu.org>
9521
9522 * cus-edit.el (customize): Delete :link.
9523
9524 2005-01-08 Jay Belanger <belanger@truman.edu>
9525
9526 * calc/calc.el (calc-mode): Remove the extension from the
9527 `calc-settings-file' file name when loading it.
9528
9529 2005-01-08 Kim F. Storm <storm@cua.dk>
9530
9531 * info.el (Info-mode-map, Info-next-link-keymap)
9532 (Info-prev-link-keymap, Info-up-link-keymap):
9533 Map follow-link to mouse-face.
9534 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9535
9536 2005-01-08 Jay Belanger <belanger@truman.edu>
9537
9538 * calc/calc.el (calc-settings-file): Change default value.
9539 Suggested by cgw in a comment in calc-mode.el.
9540
9541 * calc/calc-mode.el (calc-settings-file-name):
9542 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9543 Replace ~/.emacs in a prompt by calc-settings-file.
9544
9545 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9546
9547 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9548 (desktop-lazy-idle-delay): New customizable variables.
9549 (desktop-buffer-args-list): New variable.
9550 (desktop-append-buffer-args): New function.
9551 (desktop-save): Call desktop-append-buffer-args for some buffers.
9552 (desktop-lazy-create-buffer): New function.
9553 (desktop-idle-create-buffers): New function.
9554 (desktop-read): Add message about buffers to restore lazily.
9555 (desktop-lazy-abort): New command.
9556 (desktop-clear): Call desktop-lazy-abort.
9557 (desktop-lazy-complete): New command.
9558
9559 2005-01-06 Richard M. Stallman <rms@gnu.org>
9560
9561 * emacs-lisp/find-func.el (find-face-definition):
9562 Rename from find-face.
9563
9564 2005-01-06 Kim F. Storm <storm@cua.dk>
9565
9566 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9567
9568 * man.el (Man-xref-man-page, Man-xref-header-file)
9569 (Man-xref-normal-file): Add follow-link property.
9570
9571 2005-01-06 Jay Belanger <belanger@truman.edu>
9572
9573 * calc/calc-units.el: Make sure the proper macro definitions are
9574 available when compiling.
9575
9576 2005-01-06 Juri Linkov <juri@jurta.org>
9577
9578 * isearch.el (isearch-lazy-highlight-update):
9579 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9580
9581 2005-01-06 Miles Bader <miles@gnu.org>
9582
9583 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9584 (isearch-lazy-highlight-face): Use new name.
9585
9586 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9587
9588 * uniquify.el (uniquify-rationalize-file-buffer-names):
9589 Re-add an interactive spec.
9590 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9591 to the same name.
9592
9593 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9594 (isearch-update, isearch-done): Adjust calls accordingly.
9595
9596 2005-01-05 Richard M. Stallman <rms@gnu.org>
9597
9598 * custom.el (custom-set-variables, custom-theme-set-variables):
9599 Clarify documentation.
9600
9601 * emacs-lisp/find-func.el (find-variable)
9602 (find-variable-other-window, find-variable-other-frame):
9603 Fix the TYPE args to find-function-read and find-function-do-it.
9604 (find-function): Doc fix.
9605 (find-function-at-point): Replace function-at-point alias.
9606
9607 2005-01-04 Richard M. Stallman <rms@gnu.org>
9608
9609 * cus-face.el (custom-declare-face):
9610 Record defface in current-load-list.
9611
9612 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9613
9614 * emacs-lisp/find-func.el: Doc fixes.
9615 (find-face-regexp): New variable.
9616 (find-function-regexp-alist): New variable.
9617 (find-function-C-source): Third arg is now TYPE.
9618 (find-function-search-for-symbol): Handle general TYPE.
9619 (find-function-read, find-function-do-it): Handle general TYPE.
9620 (find-definition-noselect, find-face): New functions.
9621 (function-at-point): Alias deleted.
9622
9623 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9624
9625 * battery.el (display-battery-mode): Rename from display-battery.
9626 Handle the case where it gets turned off.
9627
9628 2005-01-04 Richard M. Stallman <rms@gnu.org>
9629
9630 * cus-edit.el (customize): Make :link point to user doc.
9631
9632 * man.el (Man-fontify-manpage): Turn off undo generation.
9633
9634 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9635
9636 2005-01-04 Andreas Schwab <schwab@suse.de>
9637
9638 * files.el (insert-directory): Only look for error lines in
9639 inserted text. Don't move too far after processing --dired markers.
9640
9641 2005-01-04 Richard M. Stallman <rms@gnu.org>
9642
9643 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9644 Don't expand if the character is @, period, dash, etc.
9645 (define-mail-abbrev): Quote names that contain problem characters.
9646
9647 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9648
9649 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9650
9651 2005-01-03 Richard M. Stallman <rms@gnu.org>
9652
9653 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9654 (query-replace-highlight, query-replace-lazy-highlight)
9655 (query-replace): Definitions moved up. Doc fix.
9656
9657 2005-01-03 Richard M. Stallman <rms@gnu.org>
9658
9659 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9660 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9661 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9662 (lazy-highlight-face): Rename from isearch-lazy-...
9663 Change all references to them.
9664
9665 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9666
9667 * cus-edit.el (custom-file): Doc fix for defcustom.
9668 (custom-file): The function no longer sets the variable
9669 `custom-file' to its return value.
9670
9671 * startup.el (command-line): No longer load `custom-file'.
9672
9673 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9674
9675 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9676
9677 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9678 Don't confuse module-prefixed identifiers for labels.
9679 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9680
9681 2005-01-02 Richard M. Stallman <rms@gnu.org>
9682
9683 * files.el (basic-save-buffer-1): Fix previous change.
9684
9685 * loadhist.el (file-loadhist-lookup): New function.
9686 (file-provides, file-requires): Use it.
9687
9688 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9689 instead of calculating the right size.
9690
9691 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9692
9693 * vc-svn.el (vc-svn-diff): Stay local if possible.
9694
9695 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9696
9697 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9698
9699 * files.el (hack-local-variables): Fix last change.
9700
9701 2005-01-02 Jay Belanger <belanger@truman.edu>
9702
9703 * calc/calc-yank.el (calc-edit-top): New variable.
9704 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9705 object. Change header properties.
9706 (calc-edit-finish, calc-edit-finish-stack-object)
9707 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9708 edited object.
9709 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9710 for the beginning of the edited object.
9711 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9712 for the beginning of the edited object.
9713 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9714 (calc-finish-formula-edit, calc-macro-repeats)
9715 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9716 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9717 beginning of the edited object.
9718 (calc-user-define-edit): Change the header for editing macros.
9719 Remove unnecessary variable.
9720
9721 2005-01-01 Jay Belanger <belanger@truman.edu>
9722
9723 * calc/calc-yank.el (calc-edit-mode): Change default header.
9724 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9725 * calc/calc-store.el (calc-edit-variable): Change title to match new
9726 header.
9727 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9728 mode to match new header.
9729 (calc-user-define-edit): Change titles to include names of commands.
9730 (calc-finish-formula-edit): Adjust to handle new header.
9731 (calc-finish-macro-edit): Remove.
9732 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9733 (calc-edit-macro-command, calc-edit-macro-command-type)
9734 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9735 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9736 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9737 (calc-edit-macro-finish-edit): New functions.
9738 (calc-user-define-edit): Use new functions to edit named calc macros.
9739
9740 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9741
9742 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9743
9744 * ses.el (copy-region-as-kill): Deactivate mark.
9745
9746 2005-01-01 Richard M. Stallman <rms@gnu.org>
9747
9748 * replace.el (occur-1): If the output buffer is also an input,
9749 don't kill it, rename it.
9750
9751 * faces.el (set-face-background, set-face-foreground): Doc fix.
9752
9753 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9754 for :foreground and :background.
9755
9756 * dired.el (dired-view-command-alist): Variable deleted.
9757 (dired-view-file, dired-mouse-find-file-other-window):
9758 Delete the code to use it.
9759
9760 2005-01-01 Kim F. Storm <storm@cua.dk>
9761
9762 * image.el (insert-sliced-image): Use t for line-height property.
9763
9764 2004-12-31 Jay Belanger <belanger@truman.edu>
9765
9766 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9767 for "var-" at the beginning of the minibuffer.
9768
9769 2004-12-31 Richard M. Stallman <rms@gnu.org>
9770
9771 * faces.el (read-face-name):
9772 Don't treat an attribute spec as a list of faces.
9773
9774 * simple.el (undo): Use undo-equiv-table to detect
9775 unexpected changes since previous undo.
9776 (undo-list-saved): Variable deleted.
9777 (buffer-disable-undo): Don't alter undo-list-saved.
9778
9779 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9780 (mode-require-final-newline): New option.
9781 (after-find-file): Handle require-final-newline with new values.
9782 (basic-save-buffer): Handle new values of require-final-newline.
9783
9784 * progmodes/sh-script.el (sh-require-final-newline):
9785 Alist value now controls whether to use mode-require-final-newline.
9786 (sh-set-shell): Implement that new meaning.
9787
9788 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9789 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9790 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9791 Delete old-Emacs compatibility code.
9792 (antlr-c-common-init): Function deleted.
9793
9794 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9795 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9796 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9797 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9798 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9799 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9800 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9801 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9802 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9803 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9804 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9805 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9806 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9807 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9808 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9809 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9810
9811 2004-12-31 Jay Belanger <belanger@truman.edu>
9812
9813 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9814 way to return to Calc.
9815
9816 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9817 finish, C-xk as the way to cancel the edit. Add cancel routine to
9818 kill-buffer-hook.
9819
9820 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9821 MacEdit code.
9822
9823 * calc/calc-prog.el: Remove obsolete MacEdit code.
9824 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9825 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9826
9827 2004-12-31 Kenichi Handa <handa@m17n.org>
9828
9829 * international/mule.el (buffer-file-coding-system-explicit):
9830 Rename for explicit-buffer-file-coding-system.
9831 (after-insert-file-set-coding): Adjust for the above change.
9832
9833 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9834 to buffer-file-coding-system-explicit.
9835 (basic-save-buffer-1): Likewise.
9836
9837 2004-12-30 Richard M. Stallman <rms@gnu.org>
9838
9839 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9840 (artist-butlast, artist-last): Functions deleted.
9841 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9842 (artist-compute-key-compl-table): Call remq directly.
9843 (artist-remove-nulls): Function deleted.
9844 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9845 (artist-push, artist-pop): Macro deleted.
9846
9847 2004-12-30 Andreas Leue <al@sphenon.de>
9848
9849 * textmodes/artist.el (artist-version): 1.2.6
9850 (artist-prev-next-op-alist): New variable.
9851 (artist-select-next-op-in-list): New function.
9852 (artist-select-prev-op-in-list): New function.
9853 (artist-make-prev-next-op-alist): New function.
9854 (artist-is-in-op-list-p): New function.
9855 (artist-get-first-non-nil-op): New function.
9856 (artist-get-last-non-nil-op): New function.
9857 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9858 artist-prev-next-op-alist.
9859 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9860 change drawing operation.
9861
9862 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9863
9864 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9865
9866 2004-12-31 Masatake YAMATO <jet@gyve.org>
9867
9868 * server.el (server-process-filter): Suppress `error', too.
9869
9870 2004-12-30 Jay Belanger <belanger@truman.edu>
9871
9872 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9873 Change the way a variable is displayed in a message.
9874
9875 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9876 (calc-user-define-permanent, calc-execute-kbd-macro):
9877 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9878
9879 2004-12-30 Kenichi Handa <handa@m17n.org>
9880
9881 * files.el (basic-save-buffer-1):
9882 Set explicit-buffer-file-coding-system to last-coding-system-used.
9883 (revert-buffer): Pay attention to
9884 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9885 on bind coding-system-for-read.
9886
9887 * international/mule.el (explicit-buffer-file-coding-system):
9888 New buffer local variable.
9889 (after-insert-file-set-coding): Set it to coding-system-for-read.
9890
9891 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9892
9893 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9894
9895 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9896
9897 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9898 that include line numbers.
9899
9900 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9901
9902 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9903 Redundant variable PREFIXLEN removed.
9904
9905 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9906
9907 * eshell/em-hist.el (eshell-previous-matching-input):
9908 Start the deletion from the end of the output.
9909
9910 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9911
9912 * term/mac-win.el: Require x-dnd.
9913 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9914
9915 2004-12-29 David Kastrup <dak@gnu.org>
9916
9917 * international/mule.el (decode-coding-inserted-region):
9918 Don't barf if `buffer-undo-list' is already set to `t'.
9919
9920 2004-12-29 Jay Belanger <belanger@truman.edu>
9921
9922 * calc/calc-prog.el (calc-user-define-formula): Put default values
9923 for function names in prompts.
9924 (calc-user-define-permanent, calc-user-define-composition)
9925 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9926 default input for algebraic functions.
9927
9928 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9929
9930 * vc-rcs.el (vc-rcs-annotate-command):
9931 Fix omission bug: Call `vc-setup-buffer'.
9932
9933 2004-12-29 Kenichi Handa <handa@m17n.org>
9934
9935 * international/mule.el (recode-region): New function.
9936
9937 2004-12-28 Richard M. Stallman <rms@gnu.org>
9938
9939 * simple.el (undo-extra-outer-limit): New variable.
9940 (undo-outer-limit-truncate): Test and set it.
9941
9942 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9943 enables the feature to extend the existing region.
9944
9945 * simple.el (mark-word): New arg ALLOW-EXTEND
9946 enables the feature to extend the existing region.
9947
9948 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9949 enables the feature to extend the existing region.
9950
9951 * startup.el (site-run-file): Don't allow setting it with Custom.
9952
9953 * simple.el (buffer-disable-undo): Fix previous change.
9954
9955 2004-12-27 Masatake YAMATO <jet@gyve.org>
9956
9957 * hexl.el (hexlify-buffer): Remove fontification here.
9958 Use font lock mechanism instead.
9959 (hexl-font-lock-keywords): New font lock kewords.
9960 (hexl-mode-old-font-lock-keywords): New variable.
9961 (hexl-mode): Store the old font lock keywords.
9962 (hexl-mode-exit): Restore the old font lock keywords.
9963
9964 2004-12-27 Richard M. Stallman <rms@gnu.org>
9965
9966 * simple.el (undo): Fix previous change.
9967
9968 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9969
9970 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9971 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9972 Call x-open-connection on Mac OS X.
9973
9974 2004-12-27 Richard M. Stallman <rms@gnu.org>
9975
9976 * files.el (buffer-save-without-query): New var (buffer-local).
9977 (save-some-buffers): Save those buffers first, w/o asking.
9978
9979 * files.el (insert-directory-ls-version): New variable.
9980 (insert-directory): When ls returns an error, test the version
9981 number to decide what the return code means.
9982 With --dired output format, detect and distinguish lines
9983 that are really error messages.
9984 (insert-directory-adj-pos): New function.
9985
9986 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9987
9988 * battery.el (battery-mode-line-format): Remove initial spaces.
9989
9990 * uniquify.el (uniquify-rationalize-file-buffer-names):
9991 Delete interactive spec.
9992
9993 * type-break.el (type-break-mode): Set buffer-save-without-query.
9994 Remove code that tried to set save-some-buffers-always.
9995 (type-break-file-keystroke-count): Bind deactivate-mark.
9996
9997 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9998
9999 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
10000 Test that the buffer is live, and maybe reject current buffer too.
10001 Clarify.
10002 (next-error-find-buffer): Rewrite for clarity.
10003
10004 * loadup.el: Don't use buffer-disable-undo; do it directly.
10005
10006 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
10007 (describe-variable): Call symbol-file with `defvar'.
10008
10009 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
10010 (symbol-file): Rewritten to handle new load-history format.
10011 Now takes an arg TYPE to specify looking for a particular
10012 type of definition only.
10013
10014 * emacs-lisp/debug.el (debugger-make-xrefs):
10015 Call symbol-file with `defun'.
10016
10017 * emacs-lisp/find-func.el (find-function-noselect):
10018 Call symbol-file with `defun'.
10019 (find-variable-noselect): Call symbol-file with `defvar'.
10020
10021 * eshell/esh-cmd.el (eshell-find-alias-function):
10022 Call symbol-file with `defun'.
10023
10024 * eshell/esh-test.el (eshell-test-goto-func):
10025 Call symbol-file with `defun'.
10026
10027 * mail/rmail.el (rmail-resend):
10028 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
10029
10030 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
10031
10032 * progmodes/compile.el (compilation-find-buffer): Rename arg.
10033
10034 * textmodes/texinfmt.el (texinfo-format-buffer-1):
10035 Call buffer-disable-undo.
10036
10037 * simple.el (undo-list-saved): New variable (buffer-local).
10038 (undo): Set and test it.
10039 (buffer-disable-undo): Move here from buffer.c.
10040 Clear out undo-list-saved.
10041
10042 * international/mule.el (decode-coding-inserted-region):
10043 Set buffer-undo-list in a correct and optimal way.
10044
10045 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
10046 (cperl-font-lock-unfontify-region-function): No need to save and
10047 restore info, since font-lock.el does it for us.
10048
10049 * ansi-color.el (save-buffer-state): Definition deleted.
10050 (ansi-color-unfontify-region): Don't use save-buffer-state.
10051
10052 2004-12-27 Dave Love <fx@gnu.org>
10053
10054 * wid-edit.el (function): Use restricted-sexp as parent.
10055
10056 2004-12-27 Kevin Ryde <user42@zip.com.au>
10057
10058 * simple.el (next-matching-history-element): Use same
10059 `interactive' form as previous-matching-history-element.
10060
10061 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
10062 it can appear unencoded and has been seen from yahoo.
10063
10064 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10065
10066 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
10067 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
10068
10069 2004-12-27 Kenichi Handa <handa@m17n.org>
10070
10071 * international/utf-8.el (utf-translate-cjk-load-tables):
10072 Bind coding-system-for-read to nil while loading subst-*.
10073
10074 2004-12-26 Jay Belanger <belanger@truman.edu>
10075
10076 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
10077 default input.
10078
10079 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
10080
10081 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
10082 before reverting and disable undo recording while reverting.
10083
10084 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
10085
10086 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
10087 (hs-make-overlay): New function.
10088 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
10089 (hs-flag-region): Delete function.
10090 (hs-hide-comment-region): No longer use `hs-flag-region'.
10091 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
10092 (hs-hide-block-at-point): Likewise.
10093 (hs-hide-level-recursive): Use `hs-discard-overlays'.
10094 (hs-hide-all, hs-show-all): Likewise.
10095 (hs-show-block): Likewise.
10096 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
10097
10098 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
10099
10100 * progmodes/hideshow.el: Require `cl' when compiling.
10101 Remove XEmacs and Emacs 19 compatibility.
10102 Use `dolist' and `add-to-list' for load-time actions.
10103 (hs-discard-overlays): Use `dolist'.
10104 (hs-show-block): Likewise.
10105
10106 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10107
10108 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10109
10110 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10111
10112 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10113 When extending backwards, move outside the current comment first.
10114
10115 2004-12-22 Kenichi Handa <handa@m17n.org>
10116
10117 * international/quail.el (quail-start-translation): Fix prompt
10118 string for the case if input-method-use-echo-area being non-nil.
10119 (quail-start-conversion): Likewise.
10120 (quail-show-guidance): Don't show guidance if
10121 input-method-use-echo-area is non-nil.
10122
10123 2004-12-21 Richard M. Stallman <rms@gnu.org>
10124
10125 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10126
10127 2004-12-21 Markus Rost <rost@ias.edu>
10128
10129 * calendar/diary-lib.el (mark-diary-entries):
10130 Set mark-diary-entries-in-calendar only after checking for diary-file.
10131
10132 2004-12-21 Richard M. Stallman <rms@gnu.org>
10133
10134 * faces.el (escape-glyph): Use blue against light foreground.
10135
10136 * simple.el (undo-outer-limit-truncate): New function.
10137 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10138
10139 2004-12-21 Eli Barzilay <eli@barzilay.org>
10140
10141 * calculator.el (calculator-radix-grouping-mode)
10142 (calculator-radix-grouping-digits)
10143 (calculator-radix-grouping-separator):
10144 New defcustoms for the new radix grouping mode functionality.
10145 (calculator-mode-hook): Now used in electric mode too,
10146 (calculator): Call it.
10147 (calculator-mode-map): Some new keys.
10148 (calculator-message): New function. Some new calls.
10149 (calculator-op, calculator-set-register): Use it.
10150 (calculator-string-to-number): New function, mostly moved and
10151 updated code from calculator-curnum-value.
10152 (calculator-curnum-value): Use it.
10153 (calculator-paste): Use it, and update grabbing the current-kill.
10154 (calculator-rotate-displayer)
10155 (calculator-rotate-displayer-back): Toggle digit grouping when
10156 in radix mode, use calculator-message.
10157 (calculator-displayer-prev, calculator-displayer-next):
10158 Change digit group size when in radix mode.
10159 (calculator-number-to-string): Rename from
10160 calculator-num-to-string. Now deals with digit grouping in
10161 radix mode.
10162 (calculator-update-display, calculator-put-value): Use the new name.
10163 (calculator-fact): Return a floating point number.
10164 (calculator-mode): Doc fix.
10165
10166 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10167
10168 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10169 * calendar/diary-lib.el (view-other-diary-entries):
10170 Use current-prefix-arg in interactive spec.
10171
10172 2004-12-19 Jay Belanger <belanger@truman.edu>
10173
10174 * calc/calc-aent.el (calcAlg-blank-matching-open):
10175 Temporarily adjust the syntax of both delimiters of half-open intervals.
10176
10177 2004-12-19 Kim F. Storm <storm@cua.dk>
10178
10179 * mouse.el (mouse-1-click-follows-link): Doc fix.
10180
10181 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10182
10183 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10184 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10185 instead of centraleuropean as the name
10186
10187 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10188
10189 Sync with Tramp 2.0.46.
10190
10191 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10192 parameters wrt Tramp convention.
10193 (tramp-handle-file-attributes-with-perl)
10194 (tramp-handle-directory-files-and-attributes): Apply it.
10195 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10196 `copy-program'. Reported by Zack Weinberg
10197 <zack@codesourcery.com>.
10198 (top): Set `edebug-form-spec' property directly rather than
10199 calling `def-edebug-spec'.
10200
10201 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10202 advice less fragile. Surround temporary redefinition of
10203 `substitute-in-file-name' with `unwind-protect'. Suggested by
10204 Matt Hodges <MPHodges@member.fsf.org>.
10205
10206 2004-12-17 Juri Linkov <juri@jurta.org>
10207
10208 * replace.el (occur-accumulate-lines, occur-engine):
10209 Make forcing deferred font-lock fontification jit-specific.
10210
10211 2004-12-17 Kim F. Storm <storm@cua.dk>
10212
10213 * mouse.el (mouse-1-click-follows-link): New defcustom.
10214 (mouse-on-link-p): New function.
10215 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10216 functionality. Map a mouse-1 click event into a mouse-2 (or
10217 other) event when position is inside a link.
10218
10219 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10220 prefix in tooltip text with "mouse-1" when this is a link
10221 recognized by mouse-1-click-follows-link functionality.
10222
10223 * help.el (describe-key): Report effective and original binding
10224 for mouse-1 when clicked on a link.
10225 (describe-mode): Add follow-link property to "minor-mode" button.
10226
10227 * help-fns.el (describe-variable): Add follow-link property to
10228 "below" button.
10229
10230 * help-mode.el (help-xref): Add follow-link property.
10231
10232 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10233 (apropos-command, apropos-variable, apropos-face, apropos-group)
10234 (apropos-widget, apropos-plist): Add follow-link property.
10235
10236 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10237 checks if position is in a filename, rather than some other
10238 clickable item. Function looks for cvs-filename-face at position.
10239
10240 * wid-edit.el (widget-specify-field, widget-specify-button):
10241 Map a :follow-link keyword into a follow-link property.
10242 (link): Add :follow-link keyword, map to RET binding.
10243
10244 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10245
10246 * progmodes/compile.el (compilation-minor-mode-map)
10247 (compilation-button-map, compilation-mode-map): Likewise.
10248
10249 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10250
10251 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10252 (zone-replace-char): Take `count' and `del-count'
10253 instead of `direction'. Update callers. When `del-count' is
10254 non-nil, delete that many characters, otherwise `count' characters
10255 backwards. Insert the newly-replaced string `count' times.
10256 (zone-fret): Handle chars w/ width greater than one.
10257 (zone-fall-through-ws): No longer take window width `ww'.
10258 Update callers. Add handling for `char-width' greater than one.
10259 (zone-pgm-drip): Update var holding window-end position every cycle.
10260
10261 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10262
10263 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10264 rather than insert-file.
10265
10266 2004-12-16 Jay Belanger <belanger@truman.edu>
10267
10268 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10269 (math-init-random-base, math-random-digit): Check to see if
10270 var-RandSeed is bound.
10271 (math-random-last): Declare it.
10272 (math-random-digit): Don't make math-random-last local.
10273
10274 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10275
10276 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10277 one-shot thunk for uniform (error, quit, normal) recovery.
10278 Reported by John Paul Wallington.
10279 (zone-pgm-random-life): Fix bug:
10280 Recognize empty initial field by lack of "@" chars.
10281
10282 2004-12-16 Juri Linkov <juri@jurta.org>
10283
10284 * help.el (function-called-at-point):
10285 * help-fns.el (variable-at-point): As a last resort try stripping
10286 non-word prefixes and suffixes.
10287
10288 * descr-text.el (describe-property-list): Don't treat syntax-table
10289 specially. Use describe-text-sexp which inserts [show] button
10290 for large objects and handles printing errors. Sort properties
10291 by names in alphabetical order instead of by value sizes.
10292 Add `mouse-face' to list of properties for `describe-face' widget.
10293 (describe-char): Mask out face-id from 19 bits of character.
10294 Print face-id separately.
10295
10296 * replace.el (occur-accumulate-lines, occur-engine):
10297 Fontify unfontified matching lines in the source buffer
10298 before copying them.
10299 (occur-engine): Don't put mouse-face on context lines.
10300 (occur-next-error): Set point to line beginning/end
10301 before searching for prev/next property to skip multiple
10302 matches on a line (not supported by occur engine).
10303 Remove redundant prefix-numeric-value.
10304
10305 2004-12-15 Juri Linkov <juri@jurta.org>
10306
10307 * replace.el (match): New face.
10308 (list-matching-lines-face): Change default from `bold' to `match'.
10309
10310 * progmodes/grep.el (grep-match-face): New defvar.
10311 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10312 compilation-column-face to highlight grep matches.
10313
10314 * apropos.el (apropos-match-face): Change default from
10315 `secondary-selection' to `match'.
10316
10317 * info-look.el (info-lookup-highlight-face): Change default from
10318 `highlight' to `match'.
10319
10320 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10321
10322 * progmodes/executable.el (executable-interpret): Eliminate
10323 obsolete compile-internal, and switch to comint for interaction.
10324
10325 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10326
10327 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10328 `&&' when skipping multiple statements on a line.
10329
10330 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10331
10332 * play/zone.el (zone): Set `truncate-lines'.
10333 Also, init `tab-width' with value from original buffer.
10334 (zone-shift-up): Rewrite for speed.
10335 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10336 (zone-pgm-jitter): Remove redundant entries from ops vector.
10337 (zone-exploding-remove): Reduce iteration count.
10338 (zone-cpos): Convert to defsubst.
10339 (zone-replace-char): New defsubst.
10340 (zone-park/sit-for): Likewise.
10341 (zone-fret): Take window-start arg.
10342 Update callers. Use `zone-park/sit-for'.
10343 (zone-fill-out-screen): Rewrite.
10344 (zone-fall-through-ws): Likewise. Update callers.
10345 (zone-pgm-drip): Use `zone-replace-char'.
10346 Move var inits before while-loop. Use `zone-park/sit-for'.
10347 (zone-pgm-random-life): Handle empty initial field.
10348 Use `zone-replace-char' and `zone-park/sit-for'.
10349
10350 2004-12-15 Juri Linkov <juri@jurta.org>
10351
10352 * isearch.el (isearch-update): Test isearch-lazy-highlight
10353 before calling isearch-lazy-highlight-new-loop.
10354 (isearch-lazy-highlight-new-loop):
10355 Don't test isearch-lazy-highlight.
10356
10357 * replace.el (perform-replace): Add isearch-case-fold-search.
10358 Use delimited-flag for isearch-regexp.
10359 Reset isearch-lazy-highlight-last-string to force lazy
10360 highlighting when called from isearch mode.
10361 (query-replace-highlight): Revert defcustom type to boolean.
10362 (query-replace-lazy-highlight): New defcustom.
10363 (query-replace): New face.
10364 (perform-replace, replace-highlight, replace-dehighlight):
10365 Test query-replace-lazy-highlight instead of special value
10366 `isearch' of query-replace-highlight.
10367 (replace-dehighlight): Don't call isearch-dehighlight.
10368 (replace-highlight): Don't call isearch-highlight.
10369 Use face `query-replace' unconditionally.
10370
10371 2004-12-14 Kim F. Storm <storm@cua.dk>
10372
10373 * simple.el (inhibit-mark-movement): Remove defvar.
10374 (beginning-of-buffer, end-of-buffer): Don't use it.
10375
10376 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10377 Don't use inhibit-mark-movement.
10378
10379 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10380 (cua--undo-push-mark): Remove.
10381 (cua--pre-command-handler, cua--post-command-handler):
10382 Don't fiddle with inhibit-mark-movement.
10383
10384 2004-12-14 Juri Linkov <juri@jurta.org>
10385
10386 * buff-menu.el (list-buffers-noselect): Collect internal info
10387 for every buffer in BUFFER-LIST arg too.
10388 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10389 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10390 Bind same-window-buffer-names and same-window-regexps to nil.
10391
10392 2004-12-13 Juri Linkov <juri@jurta.org>
10393
10394 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10395
10396 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10397 (sc-cite-region, sc-uncite-region, sc-recite-region):
10398 Fix previous change to handle not alist as a symbol, but
10399 a citation frame as a symbol that represents a variable name.
10400
10401 2004-12-13 Richard M. Stallman <rms@gnu.org>
10402
10403 * filecache.el (file-cache-add-directory-using-find):
10404 Only set up file-cache-find-command-posix-flag if we will use it.
10405
10406 * bindings.el (mode-line-buffer-identification-keymap):
10407 Don't cancel the mode-line's usual down-mouse-1 binding.
10408
10409 * cus-edit.el (custom-face-selected): Handle `default' specs.
10410 (custom-face-edit): Increase extra-offset.
10411 (custom-display): Handle `default' specs.
10412
10413 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10414
10415 * emacs-lisp/elint.el (elint-standard-variables)
10416 (elint-unknown-builtin-args): Move definitions up.
10417
10418 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10419
10420 * info.el (info-xref-visited): Use `default' instead of t.
10421 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10422
10423 * faces.el (header-line, mode-line-inactive, tool-bar):
10424 Use `default' instead of t for setting the defaults.
10425 (face-spec-choose): Separate `t' from `default'.
10426
10427 * subr.el (while-no-input): New macro.
10428
10429 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10430
10431 * filecache.el (file-cache-add-directory-using-find):
10432 Only test file-cache-find-command-posix-flag on some systems.
10433
10434 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10435
10436 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10437 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10438 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10439 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10440 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10441
10442 2004-12-12 Juri Linkov <juri@jurta.org>
10443
10444 * files.el (find-file-other-window, find-file-other-frame):
10445 Add the first buffer to the returned value to return the complete
10446 list of all visited buffers.
10447 (find-file-read-only, find-file-read-only-other-window)
10448 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10449 `find-file-read-args'. Signal an error about non-existent file
10450 only if file name doesn't contain wildcards. Toggle read-only in
10451 all visited buffers.
10452 (find-alternate-file, find-alternate-file-other-window):
10453 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10454 called interactively. Pass arg `wildcards' to other functions.
10455 (find-file-noselect): Doc fix.
10456
10457 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10458 Doc fix.
10459 (ffap-directory-finder): New variable.
10460 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10461 (ffap-file-at-point): Add /* to immediately rejected names.
10462 Return absolute file names matching ffap-dired-wildcards.
10463 (ffap-read-file-or-url): Set default value for `completing-read'
10464 to `buffer-file-name'.
10465 (find-file-at-point): When filename matches ffap-dired-wildcards,
10466 call ffap-file-finder with t arg `wildcards', instead of dired.
10467 (ffap-other-window, ffap-other-frame): Return visited buffers.
10468 (ffap-read-only, ffap-read-only-other-window)
10469 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10470 (dired-at-point): Call ffap-directory-finder instead of dired.
10471 (ffap-dired-other-window, ffap-dired-other-frame)
10472 (ffap-list-directory): New commands.
10473 (ffap-bindings): New keybindings for new commands.
10474
10475 2004-12-12 Juri Linkov <juri@jurta.org>
10476
10477 * simple.el (beginning-of-buffer, end-of-buffer):
10478 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10479 Do not push mark when mark is active in transient-mark-mode.
10480
10481 * simple.el (mark-word):
10482 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10483 * textmodes/paragraphs.el (mark-paragraph):
10484 Extend the region when mark is active in transient-mark-mode,
10485 regardless of the last command. Doc fix.
10486
10487 * simple.el (mark-word): Preserve direction when repeating.
10488 Make arg optional. Interactive "p" -> "P".
10489 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10490
10491 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10492 preserving direction, to mark forward instead of backward when mark
10493 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10494
10495 2004-12-12 Juri Linkov <juri@jurta.org>
10496
10497 * isearch.el (isearch-edit-string): Set 7th arg of
10498 `read-from-minibuffer' to `t' to inherit the current input
10499 method (whose name is indicated by [IM] in the minibuffer prompt)
10500 from the current buffer to the minibuffer.
10501 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10502 to allow C-g quitting for lazy highlighting looping inside the
10503 search with nested repetition operators. Add overlay to the list
10504 before setting its face and other properties to avoid the case of
10505 code quitting after placing the new overlay but before it's
10506 recorded on the list. Select the window where isearch was
10507 activated, to highlight matches in the right window when isearch
10508 switches the current window to the minibuffer.
10509
10510 * international/isearch-x.el
10511 (isearch-process-search-multibyte-characters):
10512 Use `isearch-message' as initial input for `read-string' instead
10513 of adding it to the minibuffer prompt. After reading a string
10514 remove the initial value of `isearch-message' from the string.
10515
10516 * replace.el (replace-match-maybe-edit): Doc fix.
10517 (perform-replace): Don't call `replace-highlight' when automatic
10518 replacement is requested in literal mode, since it is intended
10519 only to highlight words during entering a new replacement string
10520 for \? in non-literal mode.
10521
10522 * replace.el (query-replace-highlight): Add new value `isearch'
10523 that allows query replacement to use isearch highlighting.
10524 Change type from `boolean' to `choice'. Doc fix.
10525 (replace-highlight, replace-dehighlight, perform-replace):
10526 Use isearch highlighting if query-replace-highlight eq `isearch'.
10527
10528 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10529
10530 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10531 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10532
10533 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10534 case of \end{verbatim}.
10535
10536 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10537
10538 * term.el (term-termcap-format): Synchronize with terminfo.
10539 (term-emulate-terminal): Handle reset.
10540 (term-reset-terminal): New function.
10541
10542 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10543
10544 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10545 (zone-fill-out-screen): New func.
10546 (zone-pgm-drip): Use `zone-fill-out-screen'.
10547 Also, no longer go to point-min on every cycle.
10548 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10549 (zone-pgm-random-life-wait): New user var.
10550 (zone-pgm-random-life): New func.
10551
10552 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10553
10554 * files.el (auto-mode-alist): Map .com to DCL mode.
10555
10556 2004-12-09 Richard M. Stallman <rms@gnu.org>
10557
10558 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10559
10560 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10561
10562 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10563 buffer with a display margin.
10564
10565 2004-12-08 Jay Belanger <belanger@truman.edu>
10566
10567 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10568 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10569
10570 2004-12-08 Richard M. Stallman <rms@gnu.org>
10571
10572 * faces.el: Delete code to set display table.
10573 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10574
10575 2004-12-08 Jay Belanger <belanger@truman.edu>
10576
10577 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10578
10579 * calc/calc-ext.el (math-read-replacement-list)
10580 (math-read-superscripts, math-read-preprocess-string): Move to
10581 calc-aent.el.
10582
10583 * calc/calc-aent.el (math-read-replacement-list)
10584 (math-read-superscripts, math-read-preprocess-string): Move from
10585 calc-ext.el.
10586
10587 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10588
10589 * isearch.el (isearch-quote-char): Fix up typo in last change.
10590
10591 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10592
10593 * mouse.el (mouse-set-font): Handle the case where the command was
10594 not invoked using the mouse.
10595
10596 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10597 (edmacro-finish-edit): Further update for keyboard macros that are
10598 lambda forms.
10599 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10600
10601 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10602
10603 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10604 (font-lock-default-unfontify-region): Don't save buffer state any more.
10605
10606 2004-12-07 Jay Belanger <belanger@truman.edu>
10607
10608 * calc/calc-help.el (calc-describe-key):
10609 Set calc-summary-indentation even when Calc Summary buffer exists.
10610
10611 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10612
10613 * calendar/holidays.el (holiday-easter-etc): Make arguments
10614 optional for backwards compatibility. Doc fix.
10615 Remove un-necessary local vars mandatory, output-list.
10616 (holiday-advent): Make arguments optional for backwards
10617 compatibility. Doc fix.
10618
10619 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10620
10621 * paren.el (show-paren-function): Fix last change (2004-12-02).
10622
10623 * international/mule-util.el (char-displayable-p): Return nil for
10624 unibyte mode.
10625
10626 * subr.el (subregexp-context-p): New function.
10627
10628 * isearch.el (isearch-quote-char): Use it.
10629
10630 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10631 (regexp-opt-not-groupie*-re): Remove.
10632 (regexp-opt): Properly handle inputs with duplicate entries.
10633
10634 2004-12-06 Richard M. Stallman <rms@gnu.org>
10635
10636 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10637
10638 * cus-edit.el (custom-file): Doc fix.
10639
10640 * textmodes/org.el: New file.
10641
10642 2004-12-06 Kenichi Handa <handa@m17n.org>
10643
10644 * ldefs-boot.el: Update international/mule-util.el section.
10645
10646 2004-12-05 Sam Steingold <sds@gnu.org>
10647
10648 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10649 Fix `tramp-time-diff' comparison logic.
10650
10651 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10652
10653 * progmodes/which-func.el (which-function):
10654 Use `run-hook-with-args-until-success' instead of a custom loop.
10655 Fixes bug with local hooks.
10656
10657 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10658
10659 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10660 Use delete-dups when calculating the initial value.
10661 (bibtex-autokey-get-title): Use <=.
10662 (bibtex-goto-line): New function.
10663 (bibtex-reposition-window): Use line numbers instead of point
10664 positions. Use window-body-height.
10665 (bibtex-find-crossref): Use bibtex-reposition-window.
10666 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10667 position of entry if key is found or nil if not found.
10668
10669 2004-12-05 Richard M. Stallman <rms@gnu.org>
10670
10671 * cus-edit.el (custom-file): Doc fix.
10672
10673 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10674
10675 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10676
10677 * simple.el (blink-matching-open):
10678 * textmodes/tex-mode.el (tex-validate-region):
10679 Obey syntax-table text properties.
10680
10681 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10682
10683 * wid-edit.el (widget-specify-field): Add `real-field' property to
10684 boundary.
10685 (widget-field-at): Use it.
10686
10687 2004-12-02 Richard M. Stallman <rms@gnu.org>
10688
10689 * progmodes/cc-mode.el (awk-mode autoload):
10690 Supply t meaning interactive function.
10691
10692 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10693 (isearch-mode-map): No special definition for space.
10694 (isearch-whitespace-chars): Command deleted.
10695 (isearch-forward-regexp): Doc fix.
10696 (isearch-quote-char): When a space is not inside brackets,
10697 use `[ ]' instead of just space.
10698 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10699
10700 * imenu.el (imenu--generic-function): Delete code to exclude
10701 matches in comments.
10702
10703 * man.el (Man-reverse-face): Change default to `highlight'.
10704
10705 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10706 (occur-engine): Use `face' prop rather than `font-lock-face'
10707 when specifying use of `match-face'.
10708 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10709
10710 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10711
10712 * add-log.el (add-log-current-defun): Handle the case where point
10713 is in the header part of a DEFUN construct.
10714
10715 2004-12-02 Dave Love <fx@gnu.org>
10716
10717 * progmodes/python.el (python-font-lock-syntactic-keywords):
10718 Fix previous change.
10719
10720 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10721
10722 * paren.el (show-paren-function): Check for matching chars
10723 specified by text props.
10724
10725 2004-12-02 Jay Belanger <belanger@truman.edu>
10726
10727 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10728 when reading a new key sequence.
10729
10730 2004-12-02 Kim F. Storm <storm@cua.dk>
10731
10732 * faces.el (escape-glyph): Rename from glyph.
10733 (standard-display-table): Set it here. Add escape-glyph face to
10734 extra slot characters.
10735
10736 * disp-table.el: Undo 2004-12-01 change. Display table is now
10737 setup in faces.el.
10738
10739 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10740
10741 * xml.el (xml-parse-dtd): Don't show validity messages when
10742 xml-validating-parser is nil.
10743 (xml-substitute-special): Fix validity error messages to
10744 actually show the unexpandable entity. Added validity error if &
10745 isn't followed by an entity.
10746 (xml-parse-tag): Concatenate any string following the a
10747 <![CDATA[]]> section to the parsed CDATA.
10748 (xml-parse-dtd): Skip parameter entity declarations and use of
10749 parameter entities.
10750
10751 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10752
10753 * kmacro.el (kmacro-default-counter-format): New var.
10754 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10755 (kmacro-display): Remove `nil' from `and' form. Delete call to
10756 `format' inside `message'.
10757 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10758
10759 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10760
10761 * pcvs.el (cvs-header-msg): New function.
10762 (cvs-update-header): Use it. Change calling convention.
10763 Correctly handle the case of having simultaneous active processes.
10764 (cvs-sentinel): Don't call cvs-update-header any more.
10765 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10766
10767 2004-12-01 Jay Belanger <belanger@truman.edu>
10768
10769 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10770 Change message.
10771
10772 2004-12-01 Juri Linkov <juri@jurta.org>
10773
10774 * progmodes/prolog.el (prolog-mode-variables):
10775 Fix imenu-generic-expression.
10776
10777 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10778
10779 * faces.el (glyph): New face.
10780
10781 * disp-table.el: Add an autoloaded table, that doesn't require
10782 this library, with glyph face.
10783
10784 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10785 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10786 (conf-quote-normal): Allow normalizing only ' or ".
10787 (conf-mode): Regexp-quote constructed comment-start and don't
10788 match section {} where "name" contains braces.
10789
10790 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10791 files.
10792
10793 2004-12-01 Kenichi Handa <handa@m17n.org>
10794
10795 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10796 (x-select-text): Don't treat eight-bit-control/graphic chars
10797 specially. Store the encoded text in the X cut buffer.
10798 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10799 with x-last-selected-text-cut-encoded.
10800
10801 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10802
10803 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10804
10805 2004-11-30 Markus Rost <rost@ias.edu>
10806
10807 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10808 AUCTeX.
10809
10810 2004-11-30 Jay Belanger <belanger@truman.edu>
10811
10812 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10813 on signs of intervals.
10814 (math-pow-of-zero): Strengthen checks for positive and negative
10815 exponents.
10816
10817 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10818 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10819 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10820 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10821 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10822 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10823 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10824 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10825 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10826 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10827 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10828 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10829 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10830 with provide statements.
10831
10832 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10833
10834 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10835
10836 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10837 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10838 functions by require statements.
10839 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10840
10841 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10842 (calc-gnuplot-print): Give them values.
10843
10844 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10845 autoloads.
10846 Add calc-do-embedded-activate to autoloads.
10847 (calc-gnuplot-name, calc-gnuplot-plot-command)
10848 (calc-gnuplot-print-command): Move them to calc-graph.el.
10849
10850 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10851
10852 * term/mac-win.el (ccl-encode-mac-roman-font)
10853 (ccl-encode-mac-cyrillic-font)
10854 (ccl-encode-mac-centraleuropean-font, encoder-list)
10855 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10856 Support Cyrillic, CentralEuropean, and Dingbat font display
10857
10858 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10859
10860 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10861
10862 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10863 still nil.
10864
10865 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10866
10867 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10868 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10869
10870 2004-11-29 Jay Belanger <belanger@truman.edu>
10871
10872 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10873 cases of the base and exponent.
10874
10875 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10876
10877 * simple.el (next-error-buffer-p): Allow for inclusive and
10878 exclusive tests for finding a buffer.
10879 (next-error-find-buffer): Pass the exclusive and inclusive tests
10880 to next-error-buffer-p.
10881
10882 * replace.el (occur-next-error): Switch to the Occur buffer when
10883 appropriate, use the exclusive filter to next-error-find-buffer to
10884 do it. Use the absolute value of the motion amount.
10885
10886 2004-11-29 Kenichi Handa <handa@m17n.org>
10887
10888 * startup.el (command-line): Decode all default-directory by
10889 locale-coding-system.
10890
10891 2004-11-29 Jay Belanger <belanger@truman.edu>
10892
10893 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10894 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10895 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10896 Replace calls to calc-extensions by appropriate require, replace
10897 calc-extensions-loaded by appropriate featurep.
10898
10899 * calc/calc-ext.el: Move require to end of file.
10900 Remove redundant loading of calc.el.
10901 (calc-extensions-loaded): Remove unnecessary variable.
10902 (calc-extensions): Remove unnecessary function.
10903 (calc-load-everything): Replace calc-need-macros by appropriate require.
10904
10905 * calc/calc-macs.el: Move provide to end of file.
10906 (calc-need-macros): Remove unnecessary function.
10907
10908 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10909 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10910 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10911 Replace calc-extensions by appropriate require.
10912 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10913
10914 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10915 Replace calc-need-macros by appropriate require.
10916
10917 * calc/calc.el: Move require to end of file.
10918 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10919 Remove unnecessary variable.
10920 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10921 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10922 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10923 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10924 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10925 (math-format-number, math-format-bignum, math-read-number)
10926 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10927 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10928 by appropriate require.
10929 (calc-check-defines): Replace calc-need-macros by appropriate require.
10930
10931 2004-11-29 Kim F. Storm <storm@cua.dk>
10932
10933 * macros.el (insert-kbd-macro): Handle kmacro functions.
10934
10935 2004-11-28 Juri Linkov <juri@jurta.org>
10936
10937 * compare-w.el (compare-windows-highlight): Attach each overlay
10938 to its window to properly highlight differences while comparing
10939 two windows of the same buffer. Fix arguments.
10940 (compare-windows-sync-default-function): Fix arguments of
10941 `compare-windows-highlight'.
10942
10943 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10944 Use `read-expression-history'. Set initial contents only if
10945 `edebug-global-break-condition' is non-nil. Set histpos to 1
10946 if initial contents is equal to the last history element.
10947 (edebug-set-conditional-breakpoint): Instead of temporarily
10948 prepending the current condition to the history, set initial
10949 contents to the current condition. Set histpos to 1 if initial
10950 contents is equal to the last history element.
10951
10952 * info.el (Info-search-whitespace-regexp): Remove shy group.
10953 (Info-search): Forward line if search is on the header line.
10954 Use search-whitespace-regexp in two other places.
10955
10956 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10957
10958 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10959 warning. Delay real definition, which uses
10960 `set-fringe-indicators-1' till after the definition of that function.
10961
10962 2004-11-28 Kim F. Storm <storm@cua.dk>
10963
10964 * fringe.el (fringe): New defgroup.
10965 (fringe-mode): Move to fringe group.
10966 (fringe-indicators): New defcustom.
10967 (set-fringe-indicators-1): New defun.
10968
10969 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10970 (menu-bar-showhide-fringe-ind-menu): New keymap.
10971 (menu-bar-showhide-fringe-ind-empty)
10972 (menu-bar-showhide-fringe-ind-mixed)
10973 (menu-bar-showhide-fringe-ind-box)
10974 (menu-bar-showhide-fringe-ind-right)
10975 (menu-bar-showhide-fringe-ind-left)
10976 (menu-bar-showhide-fringe-ind-none): New defuns.
10977 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10978
10979 2004-11-27 Richard M. Stallman <rms@gnu.org>
10980
10981 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10982
10983 * generic.el (define-generic-mode): Doc fix.
10984
10985 * menu-bar.el (menu-bar-options-save): For the options
10986 that are toggled with menu-bar-make-mm-toggle, don't check
10987 for customized-value prop.
10988
10989 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10990
10991 * mail/supercite.el (sc-cite-region): Handle the case where
10992 sc-cite-frame-alist is a symbol.
10993 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10994 a symbol.
10995 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10996 a symbol.
10997
10998 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10999
11000 * wid-edit.el (widget-narrow-to-field): New function.
11001 (widget-complete): Use it.
11002
11003 2004-11-27 Jay Belanger <belanger@truman.edu>
11004
11005 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
11006 variable.
11007 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
11008 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
11009 (math-alg-inequalities): Move declaration to earlier in the file.
11010
11011 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
11012 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
11013 Declare them.
11014
11015 * calc/calc-lang.el (math-expr-data, math-expr-token)
11016 (math-exp-old-pos): Declare them.
11017
11018 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
11019 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
11020
11021 2004-11-27 Kim F. Storm <storm@cua.dk>
11022
11023 * progmodes/flymake.el: Use (featurep 'xemacs).
11024 (flymake-makehash): Change to defsubst. Use fboundp.
11025 (flymake-time-to-float): Remove.
11026 (flymake-float-time): Merge code from flymake-time-to-float here.
11027 (flymake-replace-regexp-in-string): Change to defsubst.
11028 (flymake-split-string-remove-empty-edges):
11029 Rename to flymake-split-string.
11030 (flymake-split-string): Remove previous defalias.
11031 (flymake-get-temp-dir): Change to defsubst.
11032 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
11033 Define for xemacs only.
11034 (flymake-master-file-count-limit): Change into compiler defvar only.
11035 (flymake-find-possible-master-files): Let-bind it dynamically while
11036 sorting files using flymake-master-file-compare.
11037
11038 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
11039
11040 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
11041 of defun-prompt-regexp matches inside a comment/string but the
11042 beginning is correctly outside everything.
11043
11044 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
11045 appears within a string or a comment.
11046
11047 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
11048 rather than make-symbol for symbols which are used in
11049 a symbol-macrolet or equivalent.
11050
11051 2004-11-26 Jay Belanger <belanger@truman.edu>
11052
11053 * calc-misc.el (calc-last-why-command): Declare it.
11054
11055 * calc-vec.el (math-grade-vec): New variable.
11056 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
11057 Replace variable grade-vec by declared variable.
11058 (math-rb-close): New variable.
11059 (math-read-brackets, math-read-vector): Replace variable close by
11060 declared variable.
11061
11062 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
11063 (calc-one-window, calc-edit-handler, calc-restore-trail)
11064 (calc-allow-ret): Declare them.
11065
11066 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
11067 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
11068 (math-radix-float-cache-tag, math-random-cache)
11069 (math-max-digits-cache, math-integral-cache, math-units-table)
11070 (math-format-date-cache, math-holidays-cache-tag): Declare them.
11071 (math-moc-func): New variable.
11072 (math-map-over-constants, math-map-over-constants-rec):
11073 Replace variable func by declared variable.
11074
11075 * calc/calc-store.el (calc-given-value, calc-store-opers):
11076 Declare them.
11077 (calc-var-name-map): Move declaration to earlier in the file.
11078 (calc-pv-pos): New variable.
11079 (calc-permanent-variable, calc-insert-permanent-variable):
11080 Replace variable pos by declared variable.
11081
11082 * calc/calc-mtx.el (calc-det-lu): New variable.
11083 (math-det-raw, math-det-step): Replace variable lu by declared variable.
11084
11085 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
11086 (math-multi-subst, math-multi-subst-rec): Replace variables temp
11087 and arg by declared variables.
11088 (calcFunc-reducer): Fix incorrect variable.
11089 (math-inner-mul-func, math-inner-add-func): New variables.
11090 (calcFunc-inner, math-inner-mats): Replace variables mul-func
11091 and add-func by declared variables.
11092
11093 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
11094 (calc-digit-value): Declare them.
11095
11096 * calc/calc-help.el (Info-history): Declare it.
11097 (calc-describe-key): Make calc-summary-indentation a local variable.
11098 (calc-help-long-names): Move declaration to earlier in file.
11099
11100 * calc/calc-embed.el (calc-original-buffer): Declare it.
11101 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11102 (calc-embed-bot): New variables.
11103 (calc-do-embedded, calc-embedded-mark-formula)
11104 (calc-embedded-find-bounds, calc-embedded-duplicate)
11105 (calc-embedded-new-formula, calc-embedded-make-info):
11106 Replace vars outer-top, outer-bot, bot and top by declared variables.
11107 (calc-embed-prev-modes): New variable.
11108 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11109 prev-modes with declared variable.
11110 (calc-embed-vars-used): New variable.
11111 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11112 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11113 vars-used by declared variable.
11114
11115 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11116 (math-format-radix-float): Remove unnecessary setq.
11117 (math-radix-float-cache): Declare it.
11118
11119 * calc/calcsel2.el (calc-keep-selection): Declare it.
11120
11121 * calc/calc-maint.el: Remove file.
11122
11123 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11124
11125 * textmodes/bibtex.el (bibtex-sort-entry-class)
11126 (bibtex-comment-start): Use defcustom.
11127 (bibtex-entry-field-alist): Use nil if initial content of the
11128 field is undefined. Fix docstring.
11129 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11130 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11131 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11132 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11133 Fix docstring.
11134 (bibtex-autokey-title-terminators): Use only one regexp.
11135 (bibtex-string-maybe-empty-head): New variable.
11136 (bibtex-remove-delimiters-string): New function.
11137 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11138 Use bibtex-remove-delimiters-string.
11139 (bibtex-progress-message, bibtex-field-left-delimiter)
11140 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11141 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11142 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11143 Simplify.
11144 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11145 Use eq and bibtex-remove-delimiters-string. For end markers use
11146 insertion type so that marker stays after inserted text.
11147 (bibtex-autokey-get-names): Return empty string if name is missing.
11148 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11149 calling bibtex-autokey-name-case-convert.
11150 (bibtex-autokey-demangle-title):
11151 Call bibtex-autokey-titleword-case-convert. Remove call to
11152 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11153 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11154 (bibtex-read-key): New optional arg global.
11155 (bibtex-files-expand): New optional arg force.
11156 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11157 (bibtex-complete-crossref-cleanup): Rename from
11158 bibtex-complete-key-cleanup. Simplify code.
11159 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11160 Operate on current entry.
11161 (bibtex-button): Add docstring.
11162 (bibtex-entry): Simplify.
11163 (bibtex-make-field): Replace optional arg called-by-yank with more
11164 specific args move and interactive.
11165 (bibtex-end-of-entry): Use forward-sexp.
11166 (bibtex-find-entry-globally): Remove.
11167 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11168 Bound to C-c C-x.
11169 (bibtex-find-entry): New optional args global and display.
11170 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11171 (bibtex-validate): Use arg force of bibtex-files-expand.
11172 (bibtex-clean-entry): Bugfix, clean string entries properly.
11173 Always keep point at beginning of entry.
11174 (bibtex-complete): Bugfix. Handle string entries properly.
11175 Call cleanup functions only if needed.
11176 (bibtex-String): Use bibtex-read-string-key.
11177 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11178 case of replacement text.
11179
11180 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11181
11182 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11183 (tramp-perl-directory-files-and-attributes): New constant.
11184 (tramp-file-name-handler-alist): Delete file-directory-files, add
11185 directory-files-and-attributes.
11186 (tramp-perl-file-attributes): Surround uid and gid by double
11187 quotes. Change parameter id-format from nonnumeric.
11188 (tramp-convert-file-attributes): New function.
11189 (tramp-handle-file-attributes): Use it.
11190 (tramp-maybe-send-perl-script): New function.
11191 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11192 file mode. Change parameter id-format from nonnumeric.
11193 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11194 from nonnumeric.
11195 (tramp-post-connection): Don't send tramp-perl-file-attributes
11196 script. Reset connection property "perl-scripts".
11197 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11198 in use.
11199
11200 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11201
11202 * desktop.el (desktop-read): Replace mapcar with mapc.
11203 (desktop-create-buffer): Replace mapcar with mapc.
11204 Remove redundant piece of code.
11205
11206 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11207
11208 * progmodes/gud.el (gud-display-line): Use display-buffer
11209 for GDB-UI as for GUD.
11210
11211 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11212 Delete variables.
11213 (gdb-ann3): Don't make GUD buffer dedicated.
11214 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11215 (gdb-display-source-buffer): Delete function.
11216 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11217 (menu): Delete menu bindings for viewing source/assembler.
11218 (gdb-setup-windows, gdb-restore-windows):
11219 Don't dedicate GUD. No assembler now.
11220 (gdb-reset): No need to undedicate source buffers now.
11221 (gdb-source-info): No assembler now.
11222
11223 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11224
11225 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11226 width to those for special frames.
11227 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11228 Use display-buffer.
11229 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11230 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11231 (gdb-frame-assembler-buffer): Rework like
11232 gdb-frame-breakpoints-buffer.
11233
11234 2004-11-25 Richard M. Stallman <rms@gnu.org>
11235
11236 * progmodes/flymake.el: Reindent.
11237 (flymake-split-string): Turn into defalias.
11238 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11239 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11240 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11241 (flymake-build-relative-filename): Rename from ...path.
11242 Fix error message.
11243
11244 2004-11-25 Cheng Gao <chenggao@gmail.com>
11245
11246 * progmodes/flymake.el: Much whitespace and capitalization change.
11247 Move `provide' to end. Require `compile' only when compiling.
11248
11249 2004-11-24 Jay Belanger <belanger@truman.edu>
11250
11251 * calc/calc-alg.el: Added comment.
11252 (math-polynomial-base): Replace variable mpb-top-expr by
11253 math-poly-base-top-expr.
11254
11255 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11256 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11257 variable.
11258 (math-poly-base-total-base): New variable.
11259 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11260 mpb-total-base by declared variable.
11261 (math-factored-vars, math-to-list): Declare it.
11262 (math-fact-expr): New variable.
11263 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11264 (math-factor-expr-try, math-factor-expr-part): Replace variable
11265 expr by declared variable.
11266 (math-fet-x): New variable.
11267 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11268 by declared variable.
11269 (math-factor-poly-coefs): Make temp a local variable.
11270
11271 * calc/calc-units.el (calc-convert-units): Make units a local
11272 variable.
11273 (calc-num-units, calc-den-units): New variables.
11274 (calc-explain-units, calc-explain-units-rec): Replace variables
11275 num-units and den-units by declared variables.
11276 (math-cu-unit-list): New variable.
11277 (math-build-units-table, math-compare-unit-names)
11278 (math-convert-units, math-convert-units-rec): Replace variable
11279 unit-list by declared variable.
11280 (math-fbu-base, math-fbu-entry): New variables.
11281 (math-find-base-units, math-find-base-units-rec): Replace variables
11282 base and entry by declared variables.
11283 (math-which-standard): New variable.
11284 (math-to-standard-units, math-to-standard-rec): Replace variable
11285 which-standard by declared variable.
11286 (math-fcu-u): New variable.
11287 (math-find-compatible-unit, math-find-compatible-unit-rec):
11288 Replace variable u by declared variable.
11289 (math-cu-new-units, math-cu-pure): New variables.
11290 (math-convert-units, math-convert-units-rec): Replace variables
11291 new-units and pure by declared variables.
11292 (math-try-cancel-units): New variable.
11293 (math-simplify-units-quotient): Replace variable try-cancel-units by
11294 declared variable.
11295
11296 2004-11-24 Richard M. Stallman <rms@gnu.org>
11297
11298 * textmodes/ispell.el (ispell-check-version):
11299 If default-directory is nonexistent, use home dir.
11300
11301 * progmodes/grep.el (grep-regexp-alist):
11302 Don't match parens around line numbers.
11303
11304 * progmodes/cperl-mode.el (cperl-indent-region)
11305 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11306 Don't print progress messages.
11307
11308 * progmodes/compile.el (compilation-mode-map):
11309 Don't inherit from compilation-minor-mode-map;
11310 copy its bindings instead. But the menu bar Compile
11311 entry now does inherit from compilation-menu-map.
11312
11313 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11314 Use with-no-warnings around compiler-macroexpand.
11315
11316 * imenu.el: Don't always require newcomment.
11317 (imenu--generic-function): Call comment-normalize-vars
11318 if we have a comment syntax.
11319 Exit the loop if REGEXP matches the null string.
11320 Test comment-start as well as comment-start-skip
11321 when deciding whether to check for comments.
11322
11323 * tooltip.el (tooltip-mode): Doc fix.
11324
11325 * term.el (term-escape-char, term-mode): Doc fixes.
11326
11327 2004-11-24 Dave Love <fx@gnu.org>
11328
11329 * progmodes/python.el (python-font-lock-syntactic-keywords):
11330 Check for escapes in the regexp.
11331 (python-quote-syntax): Don't do it here.
11332
11333 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11334
11335 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11336 (gdb-frames-mode-map, gdb-threads-mode-map)
11337 (gdb-registers-mode-map, gdb-locals-mode-map)
11338 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11339 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11340
11341 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11342 (dedicated-switch-to-buffer): Rework.
11343 (gdb-var-evaluate-expression-handler, gdb-put-string):
11344 Remove unused variable bindings.
11345 (gdb-setup-windows, gdb-display-buffer):
11346 Simplify. Use pop-to-buffer.
11347 (gdb-view-source-function): Simplify.
11348 (gdb-frame-breakpoints-buffer):
11349 Use pop-to-buffer, special-display-regexps.
11350
11351 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11352
11353 * progmodes/f90.el (f90-smart-end)
11354 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11355 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11356 (f90-end-of-block): Doc fix. Make check of outermost block
11357 conditional on value of `f90-smart-end'.
11358 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11359 Handle case where END-BLOCK is nil.
11360 (f90-match-end): Handle un-named PROGRAM blocks.
11361 (f90-backslash-not-special): New function.
11362
11363 2004-11-24 Jay Belanger <belanger@truman.edu>
11364
11365 * calc/calc.el (calc-embedded-active): Removed unnecessary
11366 declaration.
11367 (calc-show-banner): Removed redundant declaration.
11368
11369 * calc/calc-graph.el (calc-gnuplot-default-device)
11370 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11371 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11372 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11373 Remove redundant initial values.
11374
11375 * calc/calc-arith.el (math-scalar-functions)
11376 (math-nonscalar-functions, math-scalar-if-args-functions)
11377 (math-real-functions, math-positive-functions)
11378 (math-nonnegative-functions, math-real-scalar-functions)
11379 (math-real-if-arg-functions, math-integer-functions)
11380 (math-num-integer-functions, math-rounding-functions)
11381 (math-float-rounding-functions, math-integer-if-args-functions)
11382 (math-super-types): Move declarations to earlier in file.
11383 (math-unit-prefixes): Declared it.
11384 (math-floor-prec, math-trunc-prec): New variables.
11385 (math-trunc-fancy): Replace variable prec by declared variable.
11386 (math-floor-fancy): Replace variable prec by declared variable.
11387 (math-com-bterms): New variable.
11388 (math-commutative-equal, math-commutative-collect):
11389 Replace variable bterms by declared variable.
11390
11391 * calc/calc-misc.el (math-trunc): Replace variable prec by
11392 math-trunc-prec.
11393 (math-floor): Replace variable prec by math-floor-prec.
11394
11395 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11396 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11397 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11398 (math-format-date, math-format-date-part): Replace variables
11399 date, dt, year, month, day, weekday, hour, minute, second and
11400 bc-flag by declared variables.
11401 (math-pd-str): New variable.
11402 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11403 Replace variable str by declared variable.
11404 (math-daylight-savings-hook, math-tzone-names): Move definitions
11405 to earlier in the file.
11406 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11407 (math-sh-year): New variable.
11408 (math-setup-add-holidays, math-setup-holidays)
11409 (math-setup-year-holidays): Replace variable `year' by declared
11410 variable.
11411
11412 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11413 New variables.
11414 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11415 n, nf and nfm1 by declared variables.
11416 (math-nri-n): New variable.
11417 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11418 n by declared variable.
11419 (calcFunc-log): Removed misplaced condition.
11420
11421 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11422
11423 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11424
11425 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11426
11427 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11428 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11429 Dedicate gdb-related windows.
11430 (gdb-display-buffer): Dedicate gdb-related windows.
11431 Don't grab other frames.
11432 (gdb-reset): Remove dedicated property after debugging.
11433
11434 2004-11-24 Jay Belanger <belanger@truman.edu>
11435
11436 * calc/calc-sel.el: Add comment.
11437
11438 * calc/calc.el (math-stack-value-offset): Replace variables c,
11439 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11440
11441 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11442 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11443 (math-stack-value-offset-fancy): Replace variables c, wid and off
11444 by declared variables.
11445 (math-comp-just, math-comp-comma-spc): New variables.
11446 (math-compose-expr, math-compose-matrix): Replace variables `just'
11447 and comma-spc by declared variable.
11448 (math-comp-vector-prec): New variable.
11449 (math-compose-expr, math-compose-matrix, math-compose-rows):
11450 Replace variable vector-prec by declared variable.
11451 (math-comp-left-bracket, math-comp-right-bracket)
11452 (math-comp-comma): New variables.
11453 (math-compose-expr, math-compose-rows): Replace variables
11454 left-bracket, right-bracket and comma by declared variables.
11455 (math-comp-full-width): New variable.
11456 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11457 Replace variable full-width by declared variable.
11458 (math-comp-highlight, math-comp-word, math-comp-level)
11459 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11460 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11461 New variables.
11462 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11463 (math-comp-sel-flat-term): Replace variables comp-highlight,
11464 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11465 declared variables.
11466 (math-comp-simplify, math-comp-simplify-term)
11467 (math-comp-add-string, math-comp-add-string-sel):
11468 Replace variables comp-highlight, comp-buf, comp-base,
11469 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11470
11471 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11472
11473 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11474
11475 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11476 and x-server-version may throw.
11477
11478 2004-11-23 Kim F. Storm <storm@cua.dk>
11479
11480 * subr.el (substitute-key-definition-key): Optimize.
11481 Don't call indirect-function for nil defn (always signals error).
11482
11483 * ido.el (ido-read-internal): Fix require-match check when
11484 ido-directory-too-big is set.
11485
11486 2004-11-23 Jay Belanger <belanger@truman.edu>
11487
11488 * calc/calc-ext.el (math-read-replacement-list)
11489 (math-read-superscripts): New variables.
11490 (math-read-preprocess-string): New function.
11491 (math-read-expr): Filter input through math-read-preprocess-string.
11492
11493 * calc/calc-aent.el (math-read-exprs): Filter input through
11494 math-read-preprocess-string.
11495
11496 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11497
11498 * progmodes/compile.el (compilation-start): In cd command use
11499 substitute-env-vars -- not quite shell compatible but better than
11500 nothing.
11501 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11502 handle the newer versions messages, which are more parseable.
11503
11504 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11505
11506 * reveal.el (reveal-mode-map): New var.
11507 (reveal-mode): Use it.
11508
11509 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11510
11511 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11512 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11513
11514 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11515
11516 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11517 header-line when needed.
11518 Use fixed-pitch only in the header-line.
11519 Build the underline automatically. Use emdash if available.
11520
11521 2004-11-22 Richard M. Stallman <rms@gnu.org>
11522
11523 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11524 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11525
11526 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11527
11528 * progmodes/gdb-ui.el (gdb-resync): New function.
11529 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11530 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11531 Use it to fail more gracefully.
11532 (gdb-variables): Delete variable.
11533 Re-order variables to reduce byte-compiler warnings.
11534
11535 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11536
11537 * descr-text.el (describe-char):
11538 * paren.el (show-paren-function):
11539 * subr.el (syntax-after): Undo last change.
11540
11541 * progmodes/python.el (run-python): Don't hard code *Python*.
11542 Don't modify global process-environment.
11543 (python-send-region, python-load-file): Don't assume that
11544 python-buffer == (process-buffer (python-proc)).
11545 (python-switch-to-python): Simplify.
11546
11547 * dired.el (dired-align-file): Don't assume line starts with spaces.
11548
11549 2004-11-21 Jay Belanger <belanger@truman.edu>
11550
11551 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11552 Replace variable `lines' by math-read-big-lines.
11553 (math-read-big-expr): Replace variables the-baseline, the-h2
11554 and err-msg by math-read-big-baseline, math-read-big-h2 and
11555 math-read-err-msg.
11556 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11557
11558 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11559 (math-read-big-balance): Replace unbound variable by value.
11560 (math-read-big-lines): New variable.
11561 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11562 (math-read-big-error, math-read-big-balance): Replace variable
11563 `lines' by declared variable.
11564 (math-read-big-baseline, math-read-big-h2): New variables.
11565 (math-read-big-rec): Replace variables the-baseline and the-h2
11566 by declared variables.
11567 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11568 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11569 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11570 declared variables.
11571 (math-read-big-err-msg): New variable.
11572 (math-read-big-error): Replace variable err-msg by declared variable.
11573
11574 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11575
11576 * ses.el: Add coding cookie.
11577 Fix up docstrings, follow new commenting conventions.
11578 (ses-header-line-menu): Fix missing variable rename for header-row.
11579 (ses-cell-size): Remove.
11580 (ses-make-cell): New function.
11581 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11582 (ses-calculate-cell): Remove unused var `symbol'.
11583 (ses-narrowed-p): New function.
11584 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11585 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11586 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11587 (ses-setup): Use restore-buffer-modified-p.
11588 (ses-cleanup): Remove unused var `end'.
11589 (ses-header-string-left-offset): Remove.
11590 (ses-create-header-string): Adjust to new behavior of `align-to'.
11591 Truncate excessively large fields to preserve alignment.
11592 (ses-reconstruct-all): Remove unused var `refs'.
11593 (ses-read-cell-printer): Remove unused var `prompt'.
11594 (ses-delete-row): Remove unused var `pos'.
11595 (ses-delete-column): Remove unused var `new'.
11596
11597 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11598
11599 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11600 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11601 Eliminate eval-and-compile usage.
11602 (ps-insert-file): Use insert-file-contents instead of insert-file.
11603 (ps-setup): Code fix.
11604
11605 * printing.el (pr-setup, lpr-setup): Code fix.
11606
11607 2004-11-21 Jay Belanger <belanger@truman.edu>
11608
11609 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11610 (calc-original-buffer): Declare them.
11611 (calc-user-formula-alist): New variable.
11612 (calc-user-define-formula, calc-fix-user-formula)
11613 (calc-user-define-composition, calc-finish-formula-edit):
11614 Replace variable `alist' by declared variable.
11615 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11616 (var-q7, var-q7, var-q8, var-q9): Declare them.
11617 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11618 are bound.
11619 (calcFunc-typeof): Replace undeclared variable by expression.
11620 (math-exp-env): New variable.
11621 (math-define-body, math-define-exp): Replace exp-env by declared var.
11622 (math-define-exp): Replace misplaced variable by expression.
11623
11624 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11625 (calc-curve-model, calc-curve-coefnames): New variables.
11626 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11627 varnames, model and coefnames by declared variables.
11628 (math-root-widen): New variable.
11629 (math-search-root, math-find-root): Replace variable root-widen by
11630 declared variable.
11631 (var-DUMMY): Declare it.
11632 (math-root-vars, math-min-vars): Move the declarations to earlier in
11633 the file.
11634 (math-brent-min): Make d a local variable.
11635 (math-find-minimum): Replace non-existent variable.
11636 (math-ninteg-romberg): Remove unnecessary variable.
11637 (math-ninteg-temp): New variable.
11638 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11639 integ-temp by declared variable.
11640 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11641 New variables.
11642 (math-general-fit): Replace variables first-var, first-coef and
11643 new-coefs by declared variables.
11644 (calcFunc-fitvar): Replace variable first-var by declared variable.
11645 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11646 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11647 (math-all-vars-vars, math-all-vars-found): New variables.
11648 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11649 found by declared variable math-all-vars-vars.
11650
11651 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11652
11653 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11654 of `defconst'.
11655
11656 2004-11-20 Richard M. Stallman <rms@gnu.org>
11657
11658 * isearch.el (isearch-mode-map): Don't bind SPC.
11659 (isearch-whitespace-chars): Function deleted.
11660 (isearch-search): Bind search-spaces-regexp.
11661 (isearch-lazy-highlight-search): Likewise.
11662 (search-whitespace-regexp): Doc fix.
11663 (isearch-forward-regexp): Doc fix.
11664
11665 * emacs-lisp/bytecomp.el (byte-compile-form):
11666 Move the calls to byte-compile-set-symbol-position,
11667 to avoid having two for the same symbol occurrence.
11668
11669 * comint.el (comint-input-ring-size): Increase to 150.
11670
11671 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11672 New variables.
11673 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11674 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11675
11676 * imenu.el (imenu--generic-function):
11677 Ensure we keep moving backward even if BEG isn't further back.
11678
11679 * replace.el (query-replace-read-to, query-replace-read-from):
11680 Specify t for KEEP-ALL in read-from-minibuffer.
11681
11682 * progmodes/python.el (python-switch-to-python):
11683 If Python isn't running, start it.
11684 Don't alter debug-ignored-errors.
11685
11686 * progmodes/cperl-mode.el (cperl-indent-region):
11687 Don't mind imenu-scanning-message.
11688
11689 * bindings.el (global-map): Bind C-e to move-end-of-line.
11690
11691 * simple.el (line-move-finish): New arg FORWARD.
11692 Ignore invisible newlines, not intangible ones.
11693 Conditions for acceptable stopping positions depend on FORWARD.
11694 (line-move): Pass FORWARD arg to line-move-finish.
11695
11696 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11697 of HEADER. Compensate for this change in the code to add display
11698 properties. Don't make the first line intangible.
11699
11700 * info.el (Info-search): Fix previous change.
11701
11702 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11703
11704 * Makefile.in (recompile): Revert 2004-11-19 change.
11705 (compile): Likewise.
11706
11707 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11708
11709 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11710
11711 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11712
11713 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11714 defgroup and defcustom. Eliminate eval-and-compile usage.
11715
11716 * progmodes/ebnf-otz.el: Fix typos.
11717
11718 2004-11-19 Jay Belanger <belanger@truman.edu>
11719
11720 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11721 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11722 disp-trail by declared variable.
11723
11724 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11725 (calc-finish-selection-edit): Replace variable disp-trail by
11726 declared variable.
11727 (calc-selection-cache-entry): Move declaration to earlier in the file.
11728 (calc-selection-cache-num, calc-selection-cache-comp)
11729 (calc-selection-cache-offset, calc-selection-true-num)
11730 (calc-final-point-line, calc-final-point-column)
11731 (calc-original-buffer): Declare them.
11732 (calc-fnp-op, calc-fnp-num): New variables.
11733 (calc-find-nth-part, calc-find-nth-part-rec)
11734 (calc-select-previous): Replace op and num by declared variables.
11735 (calc-rsf-old, calc-rsf-new): New variables.
11736 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11737 Replace variables old and new by declared variables.
11738 (calc-sel-reselect): New variable.
11739 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11740 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11741 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11742 reselect with declared variable.
11743
11744 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11745 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11746 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11747 (math-import-list, math-rewrite-phase): Declare them.
11748 (math-rewrite): Use let* to declare variables.
11749 (calc-rewrite-selection): Make rules a local variable.
11750 (calc-rewr-sel): New variable.
11751 (calc-rewrite-selection, calc-locate-selection-marker)
11752 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11753 of sel.
11754 (math-rewrite-whole-expr): New variable.
11755 (math-rewrite, math-rewrite-phase): Replace variable expr by
11756 declared variable.
11757 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11758 (math-rewrite-heads-blanks ): New variables.
11759 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11760 heads, skips and blanks by declared variables.
11761 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11762 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11763 New variables.
11764 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11765 old, new, old-func and new-func by declared variables.
11766 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11767 Remove unnecessary variable.
11768 (math-apply-rw-regs): New variable.
11769 (math-apply-rewrites, math-rwapply-replace-regs)
11770 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11771 (math-apply-rw-ruleset): New variable.
11772 (math-apply-rewrites, math-rwapply-remember): Replace variable
11773 ruleset by declared variable.
11774
11775 2004-11-19 Richard M. Stallman <rms@gnu.org>
11776
11777 * info.el (Info-search): Use search-whitespace-regexp.
11778
11779 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11780
11781 * vc-rcs.el (vc-rcs-parse): New function.
11782 (vc-rcs-annotate-command): Likewise.
11783 (vc-rcs-annotate-current-time): Likewise.
11784 (vc-rcs-annotate-time): Likewise.
11785 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11786
11787 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11788
11789 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11790
11791 2004-11-18 Jay Belanger <belanger@truman.edu>
11792
11793 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11794
11795 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11796
11797 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11798 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11799 Use make-temp-file to generate PostScript files in any situation.
11800 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11801 (pr-interactive-p): Eliminate var.
11802 (pr-save-interactive): Eliminate macro.
11803 (pr-interface, pr-ps-directory-preview)
11804 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11805 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11806 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11807 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11808 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11809 (pr-ps-region-ps-print, pr-ps-mode-preview)
11810 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11811 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11812 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11813 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11814 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11815 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11816 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11817 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11818 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11819 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11820 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11821 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11822 Eliminate pr-save-interactive usage.
11823 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11824 Eliminate pr-interactive-p usage.
11825 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11826 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11827 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11828 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11829 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11830 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11831 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11832 New funs.
11833 (pr-ps-file): Use make-temp-file to generate a temporary file.
11834
11835 2004-11-17 Jay Belanger <belanger@truman.edu>
11836
11837 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11838 a local variable.
11839 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11840 (math-top-only): New variable.
11841 (math-simplify, math-simplify-step): Replace variable top-only by
11842 declared variable math-top-only.
11843 (math-simplify-expr): Declare it.
11844 Replace argument expr in all calls of math-defsimplify by
11845 math-simplify-expr.
11846 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11847 (math-simplify-divisor, math-simplify-one-divisor)
11848 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11849 (math-simplify-pow): Replace variable expr by declared variable
11850 math-simplify-expr.
11851 (math-simplify-divisor): Remove local variables temp and op.
11852 (math-simplify-one-divisor): Make temp and op local variables.
11853 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11854 New variables.
11855 (math-simplify-divisor, math-simplify-one-divisor):
11856 Replace variables nover and dover by declared variables.
11857 (math-expr-subst-new, math-expr-subst-old): New variables.
11858 (math-expr-subst, math-expr-subst-rec): Replace variables new
11859 and old by declared variables.
11860 (math-is-poly-degree, math-is-poly-loose): New variables.
11861 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11862 and loose by declared variables.
11863 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11864 (math-polynomial-base, math-polynomial-base-rec):
11865 Replace variables const-ok and mpb-pred by declared variables.
11866
11867 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11868
11869 * calc/calc-ext.el (math-defsimplify): Change the argument in
11870 the created function to math-simplify-expr.
11871
11872 * calc/calc-units.el (math-simplify-expr): Declare it.
11873 Replace argument expr in all calls of math-defsimplify by
11874 math-simplify-expr.
11875 (math-simplify-units-prod): Replace variable expr by declared
11876 variable math-simplify-expr.
11877
11878 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11879
11880 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11881 Replace mapcar->dolist, format->string.
11882
11883 2004-11-17 Miles Bader <miles@gnu.org>
11884
11885 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11886 * progmodes/idlwave.el: Remove RCS keywords.
11887
11888 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11889
11890 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11891 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11892 Update to IDLWAVE version 5.5. Too many changes to list them here.
11893 * progmodes/idlw-help.el: New file.
11894
11895 2004-11-16 Richard M. Stallman <rms@gnu.org>
11896
11897 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11898 Discard spaces after \i according to TeX rules.
11899
11900 * international/mule.el (set-buffer-file-coding-system):
11901 New arg NOMODIFY.
11902 (after-insert-file-set-coding): Pass that new arg.
11903 Prevent set-buffer-multibyte from trying to lock the file.
11904
11905 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11906
11907 * saveplace.el (save-place): Doc fix.
11908
11909 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11910 temporarily widen before finding the following word to copy.
11911
11912 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11913 (cl-map-keymap): Definition deleted.
11914
11915 * subr.el (map-keymap-internal): New function.
11916
11917 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11918
11919 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11920 when pressing rather than when releasing mouse-2. Simplify.
11921
11922 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11923
11924 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11925 (compilation-mode): Set it here instead.
11926
11927 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11928
11929 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11930 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11931
11932 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11933
11934 * progmodes/compile.el (compilation-internal-error-properties):
11935 Fix up a transposition-typo. Check end-col before using it.
11936
11937 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11938
11939 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11940 Discard whitespace after macro \i when converting it.
11941
11942 2004-11-16 Juri Linkov <juri@jurta.org>
11943
11944 * emacs-lisp/find-func.el (find-function-regexp):
11945 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11946 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11947 Remove invalid `\W' from [^cgv\W]. Doc fix.
11948 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11949
11950 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11951
11952 * play/life.el: Maintainer is now FSF.
11953 (life-patterns, life-neighbor-deltas, life-window-start)
11954 (life-current-generation, life-generation-string): Use defvar
11955 instead of defconst.
11956
11957 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11958
11959 * progmodes/compile.el (compilation-move-to-column): New fun.
11960 (compilation-internal-error-properties)
11961 (compilation-next-error-function): Use it to make sure we don't go past
11962 the end of line.
11963
11964 2004-11-15 John Paul Wallington <jpw@gnu.org>
11965
11966 * autoinsert.el (auto-insert-alist): Insert the user's name in
11967 copyright notice, rather than Free Software Foundation, for the
11968 Emacs Lisp header case too.
11969
11970 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11971
11972 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11973 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11974 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11975 return the list of string in a string.
11976 (pr-call-process): Message if calling process returns an error, that
11977 is, the exit status is different of zero.
11978
11979 2004-11-15 Jay Belanger <belanger@truman.edu>
11980
11981 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11982 variable var-thing.
11983 (math-integ-depth, math-integ-level, math-integral-limit)
11984 (math-enable-subst, math-any-substs, math-integ-msg)
11985 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11986 (math-int-threshold, math-int-factors, math-double-roots)
11987 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11988 (var-GenCount): Declare these variables.
11989 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11990 (math-integral-cache, math-integral-cache-state):
11991 Move declarations to earlier in the file.
11992 (math-deriv-var, math-deriv-total, math-deriv-symb)
11993 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11994 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11995 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11996 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11997 (math-solve-res): New variables
11998 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11999 (math-integral, math-replace-integral-parts)
12000 (math-integrate-by-parts, calc-dump-integral-cache)
12001 (math-try-integral, math-do-integral, math-do-integral)
12002 (math-do-integral-methods, math-try-solve-for)
12003 (math-try-solve-prod, math-solve-poly-funny-powers)
12004 (math-solve-crunch-poly, math-decompose-poly)
12005 (math-solve-find-root-term, math-find-root-in-prod)
12006 (math-integ-try-linear-substitutions)
12007 (math-integ-try-substitutions, math-expr-rational-in)
12008 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
12009 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
12010 (math-solve-for, math-solve-system, math-solve-system-rec)
12011 (math-solve-get-sign, math-solve-get-int)
12012 (math-solve-system-subst): Replace undeclared variables with newly
12013 declared variables.
12014
12015 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
12016
12017 * winner.el (winner-active-region, winner-edges, winner-window-list):
12018 Define at toplevel.
12019 (winner-mode-map): Move init inside declaration.
12020
12021 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
12022
12023 * files.el (convert-standard-filename): Doc fix.
12024
12025 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
12026
12027 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
12028 passwd, group, shadow, default/* and pam.d/*.
12029
12030 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12031
12032 * printing.el (pr-menu-spec): Adjust menu specification.
12033
12034 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12035
12036 * printing.el: Doc fix. Insert :version tag into all defcustom.
12037 Handle interactive-p as is recommended in Emacs Lisp Reference.
12038 Set the file permission bits for newly created files.
12039 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
12040 The printing menu specification (in `pr-menu-spec') was merged.
12041 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
12042 (pr-version): New version number (6.8.3).
12043 (pr-file-modes): New option.
12044 (pr-interactive-p): New var.
12045 (pr-save-interactive, pr-save-file-modes): New macros.
12046 (pr-setup): Code fix.
12047 (pr-menu-spec): Menu specification merged.
12048 (pr-call-process, pr-text2ps): Set file permission bits.
12049 (pr-despool-print): Set file permission bits. Handle interactive-p as
12050 is recommended.
12051 (pr-interface, pr-ps-directory-preview)
12052 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
12053 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
12054 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
12055 (pr-ps-buffer-ps-print, pr-ps-region-preview)
12056 (pr-ps-region-using-ghostscript, pr-ps-region-print)
12057 (pr-ps-region-ps-print, pr-ps-mode-preview)
12058 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
12059 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
12060 (pr-despool-using-ghostscript, pr-despool-ps-print)
12061 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
12062 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
12063 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
12064 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
12065 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
12066 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
12067 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
12068 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
12069 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
12070 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
12071 Handle interactive-p as is recommended.
12072
12073 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
12074
12075 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
12076 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
12077
12078 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
12079 so it doesn't forget to highlight the beginning of the region either.
12080
12081 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
12082
12083 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
12084 (c-font-lock-init): Eliminate obsolete make-local-hook.
12085 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
12086 (awk-mode): Use run-mode-hooks.
12087
12088 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
12089
12090 2004-11-13 Kim F. Storm <storm@cua.dk>
12091
12092 * mouse.el (mouse-drag-copy-region): Add :version.
12093 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
12094 while dragging mode line, so mode line can be dragged downwards.
12095 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
12096 while pressing mouse button so window doesn't scroll until we
12097 release the mouse if clicking on partially visible line.
12098
12099 2004-11-12 Jay Belanger <belanger@truman.edu>
12100
12101 * calc/calc-graph.el (calc-dumb-map): Declare it.
12102 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12103 than unbound.
12104 (calc-graph-name): Made `end' a local variable.
12105 (calc-graph-lookup): Made `varname' a local variable.
12106 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12107 Declare them.
12108 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12109 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12110 the unused variable y3vec.
12111 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12112 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12113 calc-graph-prev-kill-hook.
12114 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12115 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12116 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12117 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12118 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12119 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12120 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12121 (calc-graph-y3value, calc-graph-y3name)
12122 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12123 (calc-graph-stepcount, calc-graph-is-splot)
12124 (calc-graph-surprise-splot, calc-graph-blank)
12125 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12126 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12127 (calc-graph-recompute-2d, calc-graph-compute-3d)
12128 (calc-graph-format-data): Replace undeclared variables with the
12129 above newly declared variables.
12130
12131 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12132
12133 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12134 `rsf-beep' and `rsf-sleep-after-message'.
12135
12136 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12137 list if `message-sender' is non-nil.
12138
12139 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12140
12141 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12142 consing by using mapc instead of mapcar.
12143
12144 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12145
12146 * tooltip.el (require): Explain why CL is needed.
12147
12148 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12149
12150 * printing.el: Insert :version into defgroup (printing). All reference
12151 to Files option in menubar were changed to File.
12152 (pr-version): New version number (6.8.2).
12153 (pr-get-symbol): Call easy-menu-intern.
12154 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12155 compilation gripes.
12156
12157 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12158
12159 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12160 new byte-compile-function-environment binding to t.
12161
12162 * font-lock.el (font-lock-fontify-syntactically-region):
12163 Don't forget to highlight the last char when we hit `end'.
12164
12165 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12166 (mwheel-scroll): Adjust accordingly.
12167
12168 * cvs-status.el: Reduce spurious warnings.
12169 (cvs-status-checkout): Remove.
12170 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12171
12172 * pcvs.el (cvs-mode-checkout): New command.
12173
12174 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12175
12176 * tooltip.el: Require CL.
12177
12178 * emacs-lisp/bytecomp.el: Use push.
12179 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12180 (defalias): Remove the `byte-compile' property and add
12181 a `byte-hunk-handler'.
12182
12183 2004-11-11 Juri Linkov <juri@jurta.org>
12184
12185 * info.el (Info-search): Save match data for isearch.
12186 Skip Tag Table node.
12187
12188 * descr-text.el (describe-char): Replace syntax-after with code
12189 from its previous version.
12190
12191 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12192 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12193
12194 * international/mule.el (sgml-html-meta-auto-coding-function):
12195 Remove > after <html to allow HTML attributes.
12196
12197 2004-11-11 Jay Belanger <belanger@truman.edu>
12198
12199 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12200 a variable.
12201 (calcFunc-dfac): Replace unbound max by n.
12202 (math-stirling-local-cache): New variable.
12203 (math-stirling-number, math-stirling-1, math-stirling-2):
12204 Replace the variable `cache' by the declared variable
12205 math-stirling-local-cache.
12206 (var-RandSeed): Declare it as a variable.
12207 (math-init-random-base, math-random-digit): Don't check to see if
12208 var-RandSeed is bound.
12209 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12210 Declare them instead of just setting them.
12211 (math-init-random-base): Made i a local variable.
12212 (math-random-digit): Made math-random-last a local variable.
12213 (math-prime-test-cache): Move declaration to before it is used.
12214 (math-prime-test-cache-k, math-prime-test-cache-q)
12215 (math-prime-test-cache-nm1, math-prime-factors-finished):
12216 Declare them as variables.
12217
12218 2004-11-11 Jay Belanger <belanger@truman.edu>
12219
12220 * calc/calc-ext.el (math-defcache): Use defvar for the new
12221 variables it creates.
12222
12223 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12224
12225 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12226 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12227 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12228 (desktop-save): Add :version.
12229
12230 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12231
12232 * printing.el (pr-get-symbol): Don't downcase.
12233
12234 2004-11-10 Jay Belanger <belanger@truman.edu>
12235
12236 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12237 string to kill-ring.
12238
12239 * calc/calc-aent.el (calc-alg-exp, math-toks)
12240 (math-exp-pos,math-exp-old-pos, math-exp-token)
12241 (math-exp-keep-spaces, math-exp-str): New variables.
12242 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12243 (calcAlg-enter): Use declared variable calc-alg-exp.
12244 (math-build-parse-table, math-find-user-token): Use declared
12245 variable math-toks.
12246 (math-read-exprs, math-read-token, calc-check-user-syntax)
12247 (calc-match-user-syntax, match-factor-after, math-read-factor):
12248 Use declared variables math-exp-pos math-exp-old-pos.
12249 (math-read-exprs, math-read-token, math-read-expr-level)
12250 (calc-check-user-syntax, calc-match-user-syntax)
12251 (match-factor-after, math-read-factor): Use declared variable
12252 math-exp-token.
12253 (math-read-exprs, math-read-expr-list, math-read-token)
12254 (math-read-factor): Use declared variable math-exp-keep-spaces.
12255 (math-read-exprs, math-read-token): Use declared variable
12256 math-exp-str.
12257 (calc-match-user-syntax): Make m a local variable.
12258
12259 * calc/calc-ext.el (math-read-expr): Use declared variables
12260 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12261 math-exp-keep-spaces.
12262
12263 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12264 variables math-exp-pos, math-exp-str.
12265
12266 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12267 math-exp-old-pos.
12268 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12269 (math-parse-eqn-prime): Use declared variable math-exp-token.
12270
12271 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12272 Use declared variable math-exp-pos.
12273 (math-check-for-commas): Use declared variable math-exp-str.
12274 (math-read-brackets): Use declared variables math-exp-old-pos,
12275 math-exp-keep-spaces.
12276 (math-read-brackets, math-read-vector, math-read-matrix):
12277 Use declared variable math-exp-token.
12278
12279 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12280
12281 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12282 where the keymap is a symbol.
12283 (easy-menu-add-item): Use keymap-prompt. Simplify.
12284
12285 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12286
12287 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12288 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12289
12290 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12291
12292 * ebuff-menu.el: Doc fixes throughout.
12293 (electric-buffer-menu-mode-hook): New defvar.
12294
12295 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12296
12297 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12298 The resulting compiler warnings appear to be harmless.
12299
12300 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12301
12302 * textmodes/conf-mode.el: New file.
12303
12304 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12305
12306 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12307
12308 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12309
12310 2004-11-09 Jay Belanger <belanger@truman.edu>
12311
12312 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12313
12314 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12315 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12316 (calc-z-prefix-help, calc-user-function-list): Use declared
12317 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12318 (math-map-tree, math-map-tree-rec): Use declared variables
12319 math-mt-many, math-mt-func.
12320 (math-read-expression, math-read-string): Use declared variable
12321 math-expr-data.
12322
12323 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12324 variable math-normalize-a.
12325
12326 * calc/calc.el (math-normalize-a): New variable.
12327 (math-normalize): Use declared variable math-normalize-a.
12328
12329 * calc/calc-poly.el (math-expand-form): Use declared variable
12330 math-mt-many.
12331
12332 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12333 Use declared variable math-mt-many.
12334 (math-rewrite): Use declared variable math-mt-func.
12335
12336 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12337 (math-read-matrix): Use declared variable math-expr-data.
12338
12339 * calc/calc-lang.el (math-parse-fortran-vector)
12340 (math-parse-fortran-vector-end, math-parse-tex-sum)
12341 (math-parse-eqn-matrix, math-parse-eqn-prime)
12342 (math-read-math-subscr): Use declared variable math-expr-data.
12343
12344 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12345 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12346 (calc-match-user-syntax, math-read-if, math-factor-after)
12347 (math-read-factor): Use declared variable math-expr-data.
12348
12349 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12350
12351 * calendar/diary-lib.el (diary-from-outlook)
12352 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12353 interactive-p; but rather new optional argument NOCONFIRM.
12354
12355 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12356
12357 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12358 (easy-menu-name-match): Revert correspondingly.
12359
12360 2004-11-09 Richard M. Stallman <rms@gnu.org>
12361
12362 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12363 Turn off warnings for the new function even if definition not constant.
12364 If the definition isn't a quoted symbol, record (FUNCTION . t).
12365 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12366 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12367 (display-call-tree, byte-compile-arglist-warn):
12368 Handle t returned by byte-compile-fdefinition.
12369
12370 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12371
12372 * Makefile.in (maintainer-clean): Depend on distclean.
12373
12374 * help-fns.el (help-C-file-name): File name must be in build-files
12375 to be returned.
12376
12377 2004-11-09 Jay Belanger <belanger@truman.edu>
12378
12379 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12380 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12381
12382 * calc/calc.el (calc, calc-trail-display, calc-mode):
12383 Remove obsolete sections.
12384
12385 * calc/calc.el (calc-x-paste-text): Remove.
12386
12387 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12388 mouse-2.
12389
12390 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12391
12392 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12393 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12394 current frame (in case of recursive calls).
12395 (gdb-show-changed-values): Add :version keyword.
12396
12397 2004-11-09 Kenichi Handa <handa@m17n.org>
12398
12399 * international/mule-cmds.el: Change coding: tag back to
12400 iso-2022-7bit.
12401
12402 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12403
12404 * international/mule-cmds.el: Change coding-system to utf-8.
12405 (select-safe-coding-system-interactively):
12406 New function extracted from select-safe-coding-system.
12407 (select-safe-coding-system): Use it.
12408
12409 2004-11-08 Richard M. Stallman <rms@gnu.org>
12410
12411 * subr.el (syntax-after): Doc fix.
12412
12413 * paren.el (show-paren-function): Change calls to syntax-after
12414 for new way of returning the value.
12415
12416 * menu-bar.el (menu-bar-file-menu): Make this the real name
12417 and menu-bar-files-menu the alias. Use the former.
12418 (global-map): Use `file', not `files', as the symbol.
12419
12420 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12421
12422 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12423 Don't use beginning-of-buffer.
12424 (filesets-cmd-show-result): Use with-no-warnings.
12425
12426 2004-11-08 Juri Linkov <juri@jurta.org>
12427
12428 * progmodes/compile.el (compile): Don't overwrite last command in
12429 minibuffer history with default command if they are not equal.
12430
12431 2004-11-08 Jay Belanger <belanger@truman.edu>
12432
12433 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12434 non-linear substitutions.
12435
12436 2004-11-08 Jay Belanger <belanger@truman.edu>
12437
12438 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12439 (math-do-integral): Set `math-linear-subst-tried' to nil.
12440 (math-do-integral-methods): Use `math-linear-subst-tried' to
12441 determine what type of substitution to try.
12442 (math-integ-try-linear-substituion):
12443 Set `math-linear-subst-tried' to t.
12444
12445 2004-11-08 Kim F. Storm <storm@cua.dk>
12446
12447 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12448
12449 2004-11-07 Juri Linkov <juri@jurta.org>
12450
12451 * info-look.el (info-lookup): Allow reusing in the current buffer
12452 not only *info* buffer, but all (even renamed) Info buffers
12453 by checking for major-mode instead of *info* buffer name.
12454 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12455 (octave-mode, maxima-mode) <doc-spec>:
12456 Allow long dashes generated by Texinfo 4.7 before definitions.
12457 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12458 definitions with argument separated by space.
12459
12460 2004-11-06 Richard M. Stallman <rms@gnu.org>
12461
12462 * simple.el (next-error group, face): Move before first use.
12463 (next-error-highlight, next-error-highlight-no-select): Likewise.
12464
12465 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12466 (line-move): New args NOERROR and TO-END.
12467 Return t if succeed in moving specified number of lines.
12468 (move-end-of-line): New function.
12469
12470 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12471 (end-of-buffer-other-window): Likewise.
12472
12473 * simple.el (line-move-ignore-invisible): Default to t.
12474
12475 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12476
12477 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12478
12479 * international/iso-cvt.el (iso-cvt-define-menu):
12480 Rename menu-bar-files-menu to menu-bar-file-menu.
12481
12482 * net/browse-url.el (browse-url-gnome-moz-program)
12483 (browse-url-gnome-moz-arguments): Move up before first use.
12484
12485 * net/tramp.el (tramp group): Add :version.
12486
12487 * progmodes/ada-xref.el (ada-gdb-application):
12488 Use goto-char instead of beginning-of-buffer.
12489
12490 * progmodes/cperl-mode.el (cperl-info-on-command):
12491 Use goto-char instead of beginning-of-buffer.
12492
12493 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12494 Move up before first use.
12495 (idlwave-shell-temp-pro-file): Likewise.
12496 (idlwave-shell-temp-rinfo-save-file): Likewise.
12497 (idlwave-shell-temp-file): Minor doc fix.
12498
12499 * textmodes/flyspell.el (flyspell-external-point-words):
12500 Use goto-char instead of beginning-of-buffer.
12501
12502 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12503
12504 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12505 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12506 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12507
12508 2004-11-06 David Ponce <david@dponce.com>
12509
12510 * recentf.el (recentf-menu-path): Use menu item name.
12511
12512 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12513
12514 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12515 display doesn't support images.
12516
12517 2004-11-06 Andreas Schwab <schwab@suse.de>
12518
12519 * tempo.el (tempo-match-finder): Doc fix.
12520
12521 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12522
12523 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12524
12525 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12526 (easy-menu-lookup-name): New fun to replace it.
12527 (easy-menu-get-map): Use it to obey menu item names (rather than just
12528 keys) when looking up `path'.
12529 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12530 (easy-menu-convert-item-1): Adjust to new name.
12531
12532 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12533
12534 * outline.el (hide-body): Don't hide lines at the top of the file
12535 that precede the first header line.
12536
12537 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12538
12539 * align.el (align-areas): Delete whitespace before reindenting, so
12540 that tabs are never placed after spaces.
12541
12542 2004-11-06 Alan Shutko <ats@acm.org>
12543
12544 * macros.el (insert-kbd-macro): Do completions based on macros,
12545 rather than all commands.
12546
12547 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12548
12549 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12550 to solve a bug whereby tags with 'b' don't match.
12551
12552 2004-11-05 Juri Linkov <juri@jurta.org>
12553
12554 * info.el (Info-search): Don't search in node header lines
12555 and file headers.
12556
12557 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12558 symbol-constituent characters after dot, not only digits.
12559
12560 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12561
12562 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12563
12564 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12565
12566 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12567 if a dialog will be used, read-file-name otherwise.
12568
12569 2004-11-04 Richard M. Stallman <rms@gnu.org>
12570
12571 * textmodes/table.el (table group): Add :version.
12572
12573 * textmodes/ispell.el (ispell-word):
12574 Don't alter args; set them only thru `interactive' spec.
12575
12576 * textmodes/flyspell.el (flyspell-word):
12577 Don't alter FOLLOWING; set it only thru `interactive' spec.
12578
12579 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12580
12581 * net/browse-url.el (browse-url-maybe-new-window):
12582 Use called-interactively-p.
12583
12584 * mail/supercite.el (sc-cite-region):
12585 Don't use interactive-p. Add arg INTERACTIVE.
12586 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12587
12588 * international/mule-cmds.el (set-input-method, toggle-input-method):
12589 Don't use interactive-p. Add arg INTERACTIVE.
12590
12591 * eshell/esh-mode.el (eshell-show-maximum-output):
12592 Don't use interactive-p.
12593 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12594
12595 * mouse.el (mouse-show-mark): Get positions to delete from mark
12596 and point, not from mouse-drag-overlay.
12597
12598 * imenu.el (imenu-eager-completion-buffer): Add :version.
12599
12600 * filesets.el (filesets group): Add :version.
12601
12602 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12603
12604 * files.el (xml-based-modes): Delete var.
12605 (magic-mode-alist): New more general var.
12606 (set-auto-mode): Use it.
12607
12608 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12609 when clicking from another window.
12610
12611 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12612
12613 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12614 (vc-cvs-annotate-time): Incorporate value of deleted var.
12615 Remove special-case handling of beginning-of-buffer cruft.
12616 Cache ending position (point) and return value in text property
12617 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12618
12619 * vc-cvs.el (vc-cvs-annotate-command):
12620 Delete extraneous lines from beginning of buffer.
12621 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12622
12623 * progmodes/grep.el (grep-default-command): Take empty string
12624 for tag if all other methods yield nil. Shell-quote the tag.
12625
12626 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12627 spec in `interactive' form, and mention it in the docstring.
12628 Also, make sure point is at bol after calling `annotate-time'.
12629
12630 2004-11-02 Richard M. Stallman <rms@gnu.org>
12631
12632 * cus-edit.el (customize-group-other-window):
12633 Select the window that displays the custom buffer.
12634 (custom-buffer-create-other-window): Likewise.
12635
12636 * comint.el (comint-insert-input): Fix previous change.
12637
12638 * emacs-lisp/elp.el (elp-instrument-function):
12639 Use called-interactively-p.
12640
12641 * emacs-lisp/easymenu.el (easy-menu-intern):
12642 Don't downcase; rather, case-flip the first letter of each word.
12643
12644 * emacs-lisp/easy-mmode.el (define-minor-mode):
12645 Use called-interactively-p.
12646
12647 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12648 Add interactive-only.
12649 (byte-compile-warnings): Add interactive-only as option.
12650 (byte-compile-interactive-only-functions): New variable.
12651 (byte-compile-form): Warn about calls to functions
12652 in byte-compile-interactive-only-functions.
12653
12654 * emacs-lisp/autoload.el (update-file-autoloads):
12655 Don't use interactive-p; take new arg SAVE-AFTER.
12656
12657 * emacs-lisp/advice.el (ad-make-advised-definition):
12658 Use called-interactively-p.
12659
12660 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12661
12662 * files.el (find-file-existing): New function.
12663
12664 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12665 find-file-existing. Add "New File..." that calls find-file.
12666
12667 * diropen.pbm, diropen.xpm: New files.
12668
12669 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12670 icon diropen. New tool bar item find-file-existing uses icon open.
12671
12672 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12673 instead of read-file-name.
12674
12675 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12676
12677 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12678 (icalendar--split-value): Change name of work buffer.
12679 (icalendar--get-weekday-abbrev): Return nil on error.
12680 (icalendar--date-to-isodate): New function.
12681 (icalendar-convert-diary-to-ical)
12682 (icalendar-extract-ical-from-buffer): Use only two args for
12683 make-obsolete (XEmacs compatibility).
12684 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12685 (icalendar-export-region): Doc fix.
12686 If error, return non-nil and write errors to a buffer.
12687 Use correct weekday for weekly recurring events.
12688 Check whether date has been parsed for ordinary events.
12689 Make weekly events start in the year 2000.
12690 DTEND is non-inclusive, shift end date by one day if
12691 necessary (not for entries that have date and time).
12692 Rename local let variables: oops -> found-error, datestring ->
12693 startdatestring.
12694
12695 2004-11-02 Kim F. Storm <storm@cua.dk>
12696
12697 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12698 keep-mode-if-same variable. Add it as optional arg instead.
12699 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12700
12701 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12702 substitute-command-keys will select lower-case bindings like those
12703 used in the static help texts.
12704
12705 * descr-text.el (describe-text-properties): Don't err if called in
12706 the *Help* buffer; output to *Help-2* buffer instead.
12707
12708 * kmacro.el (group kmacro): Add :version.
12709 (kmacro-keyboard-quit): New function to cleanup on C-g.
12710 (kmacro-start-macro): Set defining-kbd-macro to append when
12711 appending to last macro.
12712
12713 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12714
12715 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12716
12717 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12718 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12719 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12720 Add :version keyword.
12721
12722 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12723
12724 * progmodes/flymake.el (flymake-err-line-patterns):
12725 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12726 `compilation-error-regexp-alist-alist' to internal Flymake format.
12727
12728 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12729
12730 2004-11-01 Jay Belanger <belanger@truman.edu>
12731
12732 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12733 with `interactive "s"'.
12734
12735 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12736
12737 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12738 Revert change from 2004-10-16. '*' checks the current buffer, but the
12739 mouse click may be in another buffer.
12740
12741 2004-11-01 John Paul Wallington <jpw@gnu.org>
12742
12743 * files.el (large-file-warning-threshold): Add :version keyword.
12744 (kill-some-buffers): Doc fix.
12745
12746 * thumbs.el (group thumbs): Add :version keyword.
12747
12748 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12749
12750 2004-11-01 Richard M. Stallman <rms@gnu.org>
12751
12752 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12753
12754 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12755
12756 * allout.el (allout group): Add :version.
12757 (allout-init): Don't use interactive-p.
12758 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12759 (allout-forward-current-level, allout-backward-current-level):
12760 Don't use interactive-p.
12761
12762 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12763 (bibtex-find-text): Likewise.
12764
12765 * progmodes/vhdl-mode.el (vhdl-fill-region)
12766 (vhdl-beginning-of-statement): Don't use interactive-p.
12767
12768 * progmodes/idlwave.el (idlwave-update-routine-info):
12769 Don't use interactive-p.
12770
12771 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12772 Don't use interactive-p.
12773
12774 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12775 Don't use interactive-p.
12776
12777 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12778 Don't use interactive-p.
12779
12780 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12781 (fortune-in-buffer): Doc fix.
12782
12783 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12784
12785 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12786 don't select the temporary buffer.
12787 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12788 (eudc-get-phone): Likewise.
12789
12790 2004-11-01 Kim F. Storm <storm@cua.dk>
12791
12792 * man.el (Man-xref-normal-file): Fix help-echo.
12793
12794 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12795
12796 * reveal.el (reveal-last-tick): New var.
12797 (reveal-post-command): Use it to avoid closing overlays when we're
12798 appending text to them.
12799
12800 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12801
12802 * textmodes/bibtex.el: Require button.
12803 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12804 (bibtex-reference-keys): Distinguish between header keys and
12805 crossref keys.
12806 (bibtex-beginning-of-field): New function.
12807 (bibtex-url-map): Remove.
12808 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12809 (bibtex-font-lock-url-regexp): Assume that field names begin at
12810 the beginning of a line.
12811 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12812 Remove field delimiters. Use bibtex-beginning-of-field.
12813 Bugfix, point can be inside a field with a url.
12814 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12815 New functions.
12816 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12817 (bibtex-key-in-head): Simplify.
12818 (bibtex-current-line): Use bolp.
12819 (bibtex-parse-keys): Remove unused arg `add'.
12820 Use bibtex-type-in-head and bibtex-key-in-head.
12821 (bibtex-parse-entry, bibtex-autofill-entry):
12822 Use bibtex-type-in-head and bibtex-key-in-head.
12823 (bibtex-autokey-get-field): Do not alter case of replacement text.
12824 (bibtex-autokey-get-names): Do all processing of name list.
12825 (bibtex-autokey-get-year): New function.
12826 (bibtex-autokey-get-title): Do all processing of title words.
12827 (bibtex-generate-autokey): Simplify.
12828 (bibtex-string-files-init): Use default-directory.
12829 Allow for absolute file names in bibtex-string-files.
12830 (bibtex-files, bibtex-file-path): New variables.
12831 (bibtex-files-expand): New function.
12832 (bibtex-find-entry-globally): New command.
12833 (bibtex-summary-function): New variable.
12834 (bibtex-summary): Default value of bibtex-summary-function.
12835 (bibtex-find-crossref): New optional args pnt and split.
12836 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12837 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12838 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12839 Fix handling of required and alternative fields.
12840 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12841 Use cons and display-buffer.
12842 (bibtex-validate-globally): New command.
12843 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12844 bibtex-parse-keys and bibtex-parse-strings for updating
12845 bibtex-reference-keys and bibtex-strings.
12846 (bibtex-realign): Remove blank lines past the last entry.
12847 (bibtex-reformat): Use bibtex-entry-format as default.
12848 (bibtex-choose-completion-string): Remove.
12849 (bibtex-complete): Do not use bibtex-choose-completion-string.
12850 (bibtex-url): Simplify.
12851
12852 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12853
12854 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12855 (x-dnd-types-alist, x-dnd-open-file-other-window)
12856 (x-dnd-known-types): Add :version.
12857
12858 2004-10-31 John Paul Wallington <jpw@gnu.org>
12859
12860 * ibuffer.el (group ibuffer): Add :version keyword.
12861
12862 2004-10-31 Kim F. Storm <storm@cua.dk>
12863
12864 * ido.el (group ido): Add :version keyword.
12865 (ido-mode): Remove :version keyword.
12866
12867 * emulation/cua-base.el (group cua): Add :version keyword.
12868 (cua-mode): Remove :version keyword.
12869
12870 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12871
12872 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12873
12874 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12875 compiler warning.
12876 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12877 function.
12878 (help-at-pt-display-when-idle): Remove autoload.
12879
12880 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12881
12882 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12883
12884 2004-10-30 Juri Linkov <juri@jurta.org>
12885
12886 * help.el (function-called-at-point):
12887 * help-fns.el (variable-at-point): Read -> intern.
12888
12889 2004-10-30 Simon Josefsson <jas@extundo.com>
12890
12891 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12892 Recognize AS_* too.
12893
12894 2004-10-29 Simon Josefsson <jas@extundo.com>
12895
12896 * subr.el (read-passwd): Move back from password.el.
12897
12898 * password.el: Remove, not ready yet.
12899
12900 2004-10-29 Andreas Schwab <schwab@suse.de>
12901
12902 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12903
12904 2004-10-29 Sam Steingold <sds@gnu.org>
12905
12906 * mouse.el (mouse-show-mark): Replace the last occurrence of
12907 x-lost-selection-hooks with x-lost-selection-functions.
12908
12909 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12910
12911 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12912 x-lost-selection-functions is bound.
12913
12914 * mouse-sel.el (mouse-sel-mode):
12915 * emacs-lisp/lselect.el: Adjust to new names for
12916 x-(lost|sent)-selection-functions.
12917
12918 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12919 New obsolete aliases of x-lost-selection-functions and
12920 x-sent-selection-functions.
12921
12922 2004-10-28 Kim F. Storm <storm@cua.dk>
12923
12924 * imenu.el (imenu-scanning-message): Remove.
12925 (imenu-progress-message): Make it a no-op.
12926
12927 2004-10-28 John Paul Wallington <jpw@gnu.org>
12928
12929 * files.el (set-auto-mode): Call `throw' correctly.
12930
12931 2004-10-28 Juri Linkov <juri@jurta.org>
12932
12933 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12934 to search `Info-...' commands in `info' manual.
12935 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12936 Add 'info-file "emacs" property.
12937 (Info-find-emacs-command-nodes): Fix index line number regexp.
12938 Set real line number (instead of fake 0) in first element of the
12939 returned list.
12940 (Info-goto-emacs-command-node): Use line number of first element
12941 to set point in the first found Info node.
12942
12943 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12944 code to `grep-mode-font-lock-keywords'.
12945 (grep-mode-font-lock-keywords): Delete grep markers instead
12946 of making them invisible.
12947
12948 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12949
12950 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12951 and x-server-version in bug report.
12952
12953 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12954
12955 * files.el (set-auto-mode-0): New function.
12956 (set-auto-mode): Use it to handle aliased modes and to
12957 be consistent between C-x C-f and C-x C-w.
12958
12959 2004-10-28 Kenichi Handa <handa@m17n.org>
12960
12961 * international/utf-8.el (utf-translate-cjk-charsets):
12962 Add katakana-jisx0201.
12963
12964 * international/subst-jis.el: Add data for JISX0201.
12965
12966 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12967
12968 * obsolete/hilit19.el (hilit-mode): New function.
12969 Move all the toplevel side-effecting stuff into it, so that loading
12970 hilit19 doesn't mess everything up any more.
12971
12972 2004-10-27 Richard M. Stallman <rms@gnu.org>
12973
12974 * add-log.el (add-change-log-entry): Set up mailing address
12975 and full name later, and don't alter add-log-mailing-address
12976 or add-log-full-name.
12977
12978 * elide-head.el (elide-head): Change error to message.
12979 (elide-head-show): Likewise.
12980
12981 * apropos.el (apropos-macrop): Doc fix.
12982
12983 * mouse.el (mouse-show-mark): Do most processing the same
12984 regardless of transient-mark-mode.
12985
12986 * shadowfile.el (shadow-copy-files): Use interactive-p
12987 only to control whether to print a message.
12988
12989 * tar-mode.el (tar-mode): Use write-contents-functions,
12990 not write-contents-hooks.
12991
12992 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12993 directory-sep-char.
12994
12995 2004-10-27 Richard M. Stallman <rms@gnu.org>
12996
12997 * strokes.el (strokes-unload-hook): Fix previous change.
12998
12999 * type-break.el (type-break-run-at-time): Always use run-at-time;
13000 forget the alternatives.
13001 (type-break-cancel-function-timers): Always use cancel-function-timers;
13002 forget the alternatives.
13003
13004 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
13005
13006 2004-10-27 Kenichi Handa <handa@m17n.org>
13007
13008 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
13009
13010 * international/subst-gb2312.el: Likewise.
13011
13012 * international/subst-big5.el: Likewise.
13013
13014 * international/subst-ksc.el: Likewise.
13015
13016 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
13017 New variable.
13018 (utf-translate-cjk-set-unicode-range): New function.
13019 (utf-translate-cjk-unicode-range): Make it customizable.
13020 (utf-8-post-read-conversion):
13021 Use utf-translate-cjk-unicode-range-string.
13022 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
13023 Unicode ranges.
13024
13025 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
13026
13027 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
13028 trivial variants to shorten the list.
13029 (xml-based-modes): New var.
13030 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
13031 declaration higher priority than auto-mode-alist.
13032
13033 * find-file.el (cc-other-file-alist): Bring it in line with
13034 cc-mode's auto-mode-alist entries and use \' instead of $.
13035
13036 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
13037 and add "Id" and "Name" submenus to it.
13038
13039 * imenu.el (imenu--generic-function): Skip matches in comments.
13040
13041 2004-10-26 Jay Belanger <belanger@truman.edu>
13042
13043 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
13044 (full-calc-keypad, calc-trail-display): Use an extra argument
13045 instead of `interactive-p'.
13046
13047 * calc/calc-misc.el (calc-other-window): Use an extra argument
13048 instead of `interactive-p'.
13049
13050 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
13051 `interactive-p'.
13052
13053 2004-10-26 Kim F. Storm <storm@cua.dk>
13054
13055 * help.el (describe-key): Describe both down-event and up-event
13056 for a mouse click.
13057
13058 2004-10-26 Richard M. Stallman <rms@gnu.org>
13059
13060 * woman.el (woman): Don't call interactive-p.
13061
13062 * pcomplete.el (pcomplete): Instead of interactive-p,
13063 use an arg set non-nil by the interactive spec.
13064
13065 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
13066 use an arg set non-nil by the interactive spec.
13067
13068 * man.el (Man-cleanup-manpage): Instead of interactive-p,
13069 use an arg set non-nil by the interactive spec.
13070
13071 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
13072
13073 * progmodes/flymake.el (flymake-split-string):
13074 Use `flymake-split-string-remove-empty-edges' in any case.
13075
13076 2004-10-26 Masatake YAMATO <jet@gyve.org>
13077
13078 * progmodes/flymake.el (flymake-err-line-patterns):
13079 Use `compilation-error-regexp-alist-alist' instead of
13080 `compilation-error-regexp-alist'.
13081
13082 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
13083
13084 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
13085 verbatim face on the \ of \end{verbatim}.
13086
13087 2004-10-25 Jay Belanger <belanger@truman.edu>
13088
13089 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
13090 erasing minibuffer.
13091
13092 2004-10-25 Simon Josefsson <jas@extundo.com>
13093
13094 * subr.el (read-passwd): Move to net/password.el.
13095
13096 * net/password.el (read-passwd): Add. Autoload it.
13097
13098 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
13099
13100 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13101
13102 * simple.el (process-file): Fix logic.
13103
13104 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13105
13106 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13107 (increase-right-margin): Remove erroneous call to `interactive-p'.
13108
13109 2004-10-24 Kim F. Storm <storm@cua.dk>
13110
13111 * help.el (describe-mode): Fix 2004-10-13 change.
13112 Copy pure "Auto Fill" string so it can be propertized later
13113 without causing a read-only error.
13114
13115 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13116
13117 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13118 style indexes.
13119
13120 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13121
13122 * simple.el (process-file): Accept nil for INFILE. Reported by
13123 Luc Teirlinck.
13124
13125 2004-10-24 Masatake YAMATO <jet@gyve.org>
13126
13127 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13128 Handle periods and underscores in a function name.
13129 Remove the address fontification.
13130
13131 2004-10-24 Masatake YAMATO <jet@gyve.org>
13132
13133 * progmodes/asm-mode.el (asm-font-lock-keywords):
13134 Use font-lock-variable-name-face for registers.
13135
13136 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13137
13138 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13139 kill-all-local-variables.
13140 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13141 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13142 Use kill-all-local-variables and provide mode-hooks.
13143 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13144 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13145 Suggested by Masatake YAMATO <jet@gyve.org>.
13146
13147 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13148
13149 * simple.el (process-file): New function, similar to call-process
13150 but supports file handlers.
13151 * vc.el (vc-do-command): Use it, instead of call-process.
13152 * net/tramp-vc.el (vc-do-command): Do not advise it if
13153 process-file is fboundp.
13154 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13155 process-file.
13156 (tramp-handle-process-file): New function.
13157 (tramp-file-name-for-operation): Support process-file.
13158
13159 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13160
13161 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13162 (icalendar-weekdayabbrev-table)
13163 (icalendar-monthnumber-table): Delete.
13164 (icalendar--get-month-number): Use calendar-month-name-array.
13165 (icalendar--get-weekday-number): New function.
13166 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13167 (icalendar-export-region): Handle multi-line entries.
13168 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13169
13170 2004-10-23 John Paul Wallington <jpw@gnu.org>
13171
13172 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13173 `wildcards' set to t in interactive spec.
13174
13175 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13176 interactive spec rather than use `interactive-p'.
13177 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13178 rather than use function `interactive-p'.
13179
13180 2004-10-22 Kenichi Handa <handa@m17n.org>
13181
13182 * international/mule.el (translate-region): Implement it in Lisp
13183 as a front end of translate-region-internal.
13184
13185 2004-10-21 Jay Belanger <belanger@truman.edu>
13186
13187 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13188 Declare these variables with defvar.
13189
13190 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13191 is bound, only check to see if it is bound.
13192
13193 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13194
13195 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13196 Don't output messages.
13197
13198 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13199
13200 2004-10-21 John Paul Wallington <jpw@gnu.org>
13201
13202 * calc/calc-graph.el (calc-graph-init):
13203 Use `set-process-query-on-exit-flag'.
13204
13205 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13206
13207 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13208 dir right and also allow argumentless cd.
13209
13210 2004-10-19 Richard M. Stallman <rms@gnu.org>
13211
13212 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13213
13214 * eshell/em-unix.el (eshell-grep):
13215 Don't bind compilation-process-setup-function.
13216
13217 * comint.el (comint-insert-input): Use @ in `interactive'.
13218 (comint-input-filter-functions): Doc fix.
13219 (comint-kill-whole-line, comint-get-source): Doc fix.
13220
13221 * progmodes/compile.el (compilation-setup):
13222 Don't set buffer-read-only if MINOR is non-nil.
13223
13224 2004-10-19 Jay Belanger <belanger@truman.edu>
13225
13226 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13227 (calc-emacs-type-gnu19): Remove.
13228 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13229 Remove check for old emacs versions.
13230
13231 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13232 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13233 for current Emacs.
13234
13235 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13236 the end of the minibuffer.
13237 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13238 copy `esc-map'.
13239
13240 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13241
13242 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13243 call that would be given when the current emacs was used.
13244
13245 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13246
13247 * calendar/icalendar.el: Set coding to utf-8.
13248 (icalendar-version): Increase to 0.07.
13249 (icalendar-monthnumber-table): Change March pattern.
13250 (icalendar-get-all-event-properties)
13251 (icalendar-set-event-property): Delete.
13252 (icalendar-all-events): No longer interactive.
13253 (icalendar-convert-diary-to-ical)
13254 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13255 their replacements.
13256 (icalendar-export-file, icalendar-export-region): New functions;
13257 essentially old `icalendar-convert-diary-to-ical' but appending to
13258 target rather than overwriting.
13259 (icalendar-import-file): Append to target file rather than
13260 overwriting. Fourth arg deleted.
13261 (icalendar-import-buffer): New name for old
13262 `icalendar-extract-ical-from-buffer'.
13263 (icalendar--convert-string-for-import): New name for
13264 old `icalendar-convert-for-import'.
13265 (include-icalendar-files): Delete.
13266 Prefix for all internal functions changed from `icalendar-'
13267 to `icalendar--'.
13268
13269 2004-10-19 Richard M. Stallman <rms@gnu.org>
13270
13271 * paths.el (news-path): Fix previous change.
13272
13273 2004-10-18 Jay Belanger <belanger@truman.edu>
13274
13275 * calc/calc-help.el (calc-describe-bindings):
13276 Set `buffer-read-only' to nil while working in the keybindings buffer;
13277 remove some extra information from the keybindings buffer.
13278
13279 2004-10-18 David Ponce <david@dponce.com>
13280
13281 * mouse.el (mouse-drag-move-window-top): New function.
13282 (mouse-drag-mode-line-1): Use it.
13283
13284 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13285
13286 * info.el (Info-fontify-node): For multiline refs,
13287 arrange to unfontify newline and surrounding whitespace.
13288
13289 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13290
13291 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13292 directory is missing.
13293
13294 2004-10-17 John Paul Wallington <jpw@gnu.org>
13295
13296 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13297 New customizable variable; whether to display buffers that match
13298 `ibuffer-maybe-show-predicates' by default.
13299 (ibuffer-maybe-show-predicates): Mention it in docstring.
13300 (ibuffer-display-maybe-show-predicates): New variable.
13301 (ibuffer-update): Prefix arg now toggles whether buffers that
13302 match `ibuffer-maybe-show-predicates' should be displayed.
13303 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13304 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13305 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13306
13307 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13308
13309 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13310 work correctly.
13311
13312 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13313
13314 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13315 (Buffer-menu-beginning): New helper function.
13316 (Buffer-menu-execute): Use it.
13317 (Buffer-menu-select): Use it.
13318 (Buffer-menu-sort): Use it and also keep markers.
13319
13320 2004-10-17 Richard M. Stallman <rms@gnu.org>
13321
13322 * paths.el (news-directory): Rename from news-path. Old name alias.
13323 (rmail-spool-directory): Use defvar.
13324 (sendmail-program): Use defcustom.
13325 (remote-shell-program): Use defcustom.
13326 (term-file-prefix): Use defvar.
13327 (abbrev-file-name): Use defvar.
13328
13329 * term.el: Add maintainer.
13330
13331 * subr.el (with-local-quit): Return nil if there's a quit.
13332 (read-passwd): Use with-local-quit. Doc fix.
13333
13334 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13335 (strokes-unload-hook): Set as a variable with add-hook.
13336
13337 * startup.el (fancy-splash-tail, normal-splash-screen):
13338 Update copyright year.
13339
13340 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13341
13342 * server.el (server-unload-hook): Set as a variable with add-hook.
13343
13344 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13345
13346 * frame.el (special-display-popup-frame):
13347 Make the buffer current as its frame is created.
13348
13349 * delsel.el (delsel-unload-hook): Set as a variable.
13350
13351 * comint.el (comint-output-filter-functions):
13352 Add comint-watch-for-password-prompt.
13353 (comint-read-noecho): Function deleted.
13354 (send-invisible): Use read-passwd.
13355
13356 * fringe.el (fringe-mode-initialize): New function.
13357 (fringe-mode): Use fringe-mode-initialize as :initialize.
13358
13359 2004-10-17 Kim F. Storm <storm@cua.dk>
13360
13361 * language/indian.el (indian-script-language-alist): Swap value and doc.
13362 (indian-font-char-index-table): Doc fix.
13363
13364 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13365
13366 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13367
13368 2004-10-16 Juri Linkov <juri@jurta.org>
13369
13370 * progmodes/compile.el (compilation-start): Move let-binding of
13371 `process-environment' into `with-current-buffer' body.
13372 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13373
13374 2004-10-16 Richard M. Stallman <rms@gnu.org>
13375
13376 * pcvs-util.el (cvs-bury-buffer):
13377 Don't call get-buffer-window for effect.
13378
13379 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13380
13381 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13382
13383 * msb.el (msb-unload-hook): Set the variable.
13384
13385 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13386 Use * to err if buffer is readonly.
13387
13388 * subr.el (looking-back): Return only t or nil.
13389
13390 * whitespace.el (whitespace-unload-hook): Set the variable.
13391
13392 * view.el (view-mode-enable): Set view-page-size and
13393 view-half-page-size to nil.
13394 (view-set-half-page-size-default): view-half-page-size = nil
13395 means the default.
13396 (View-scroll-page-forward): Use view-page-size-default.
13397 (View-scroll-page-backward): Likewise.
13398 (view-page-size, view-half-page-size): Doc fixes.
13399
13400 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13401
13402 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13403
13404 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13405 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13406 (byte-compile-log-1): Bind inhibit-read-only.
13407 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13408 (byte-compile-log-warning): Likewise.
13409 (byte-compile-file-form-require): Detect "cl" from the arg value.
13410
13411 * progmodes/compile.el (compilation-start): Assume compilation-mode
13412 will make the buffer read-only.
13413 (compilation-mode): Take arg name-of-mode.
13414 (compilation-setup): Make buffer read-only.
13415 (compilation-handle-exit): Bind inhibit-read-only.
13416
13417 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13418 (ispell-message): Likewise.
13419 (ispell-show-choices): Don't call get-buffer-window uselessly.
13420 (ispell-init-process): Use set-process-query-on-exit-flag.
13421
13422 2004-10-16 Kim F. Storm <storm@cua.dk>
13423
13424 * fringe.el (fringe-bitmaps): Only initialize when defined.
13425
13426 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13427 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13428
13429 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13430
13431 2004-10-15 Simon Josefsson <jas@extundo.com>
13432
13433 * net/password.el: Add.
13434
13435 2004-10-14 Masatake YAMATO <jet@gyve.org>
13436
13437 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13438 (gdb-script-end-of-defun): New function.
13439 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13440 `gdb-script-end-of-defun' as *-of-defun-function.
13441
13442 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13443
13444 * button.el (button-activate): Allow a marker to display as an action.
13445
13446 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13447
13448 * help.el (describe-mode): Use it to make minor mode list into
13449 hyperlinks.
13450
13451 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13452
13453 * vc.el (vc-annotate-display-select): Fix typo.
13454
13455 * subr.el (substitute-key-definition-key): New function.
13456 (substitute-key-definition): Use it with map-keymap.
13457 (event-modifiers): Use push.
13458 (mouse-movement-p, with-temp-buffer): Simplify.
13459
13460 2004-10-12 Jay Belanger <belanger@truman.edu>
13461
13462 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13463 New variables.
13464 (calc-help-index-entries): New function.
13465 (calc-describe-function): Use `calc-help-function-list' instead of
13466 obarray for completion.
13467 (calc-describe-variable): Use `calc-help-variable-list' instead
13468 of obarray for completion.
13469
13470 2004-10-12 Richard M. Stallman <rms@gnu.org>
13471
13472 * info-look.el (info-lookup-file): Add info-file property.
13473 (info-lookup-symbol): Likewise.
13474
13475 * info.el (info-xref): Add underlining.
13476 (info): Add info-file property.
13477 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13478
13479 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13480
13481 Sync with Tramp 2.0.45.
13482
13483 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13484 defined. This is not the case for XEmacs without package "edebug".
13485 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13486 remote files to the permissions of the original file. This is not
13487 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13488 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13489 (tramp-perl-decode): Fix an error in Perl implementation.
13490 $pending must be cleared every loop. Reported by Benjamin Place
13491 <benjaminplace@sprintmail.com>
13492
13493 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13494 Don't activate advice during definition. This is done later on,
13495 depending on test result of `substitute-in-file-name'.
13496 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13497
13498 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13499
13500 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13501
13502 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13503
13504 2004-10-12 David Ponce <david@dponce.com>
13505
13506 * recentf.el (recentf-edit-list): Update the menu when the recentf
13507 list has been modified.
13508
13509 2004-10-12 Simon Josefsson <jas@extundo.com>
13510
13511 * net/tls.el (tls-certtool-program): New variable.
13512 (tls-certificate-information): New function, based on
13513 ssl-certificate-information.
13514
13515 2004-10-12 Kenichi Handa <handa@m17n.org>
13516
13517 * international/mule.el (coding-system-equal): Move from mule-util.el.
13518
13519 * international/mule-util.el (coding-system-equal): Move to mule.el.
13520
13521 2004-10-12 Kim F. Storm <storm@cua.dk>
13522
13523 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13524 reset kmacro-initial-counter-value if set.
13525 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13526 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13527 (kmacro-display): Show macro counter if non-zero.
13528
13529 * subr.el (substitute-key-definition): Mention command remapping
13530 in doc string.
13531
13532 2004-10-11 Jay Belanger <belanger@truman.edu>
13533
13534 * calc/calc-misc.el (calc-info-goto-node): New function.
13535 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13536 node in one step.
13537 (calc-describe-copying, calc-describe-distribution)
13538 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13539 Go to appropriate info node in one step.
13540
13541 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13542
13543 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13544
13545 * font-lock.el (font-lock-apply-highlight): Fix last change.
13546
13547 2004-10-11 Simon Josefsson <jas@extundo.com>
13548
13549 * mail/smtpmail.el (smtpmail-open-stream): Look for
13550 starttls-gnutls-program instead of starttls-program iff
13551 starttls-use-gnutls is non-nil.
13552 (smtpmail-open-stream): Don't overwrite user settings of
13553 starttls-extra-arguments and starttls-extra-args.
13554
13555 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13556
13557 * comint.el (comint-mouse-insert-input): Remove.
13558 (comint-insert-input): Make it work for mouse bindings.
13559 (comint-mode-map): Move defs into the declaration.
13560 (comint-output-filter): Typo.
13561
13562 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13563
13564 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13565
13566 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13567 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13568 ange-ftp-remote-shell.
13569
13570 2004-10-10 Andreas Schwab <schwab@suse.de>
13571
13572 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13573 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13574 Reported by <sri@asu.edu>.
13575
13576 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13577
13578 * vc.el (vc-annotate-mode): Remove variable.
13579 (vc-annotate-display-select): Only call vc-annotate-mode
13580 if we're not in that mode already.
13581
13582 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13583
13584 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13585 (imenu-choose-buffer-index): Check here for rescan instead.
13586
13587 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13588 where the face expression evals to nil.
13589
13590 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13591 (tex-font-lock-keywords-2): Use it.
13592 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13593
13594 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13595
13596 2004-10-09 Kim F. Storm <storm@cua.dk>
13597
13598 * subr.el (progress-reporter-update): Define before first usage.
13599 (make-progress-reporter): Doc fix.
13600
13601 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13602
13603 * textmodes/paragraphs.el (sentence-end-double-space)
13604 (sentence-end-without-period, sentence-end-without-space)
13605 (sentence-end): Doc fixes.
13606
13607 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13608
13609 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13610 Change paragraph-start regexp so we don't fill code starting with #'(.
13611
13612 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13613
13614 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13615 New defcustom.
13616 (extract-address-components): Use it.
13617
13618 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13619
13620 * subr.el (make-progress-reporter, progress-reporter-update)
13621 (progress-reporter-force-update, progress-reporter-do-update)
13622 (progress-reporter-done): New functions.
13623
13624 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13625
13626 * progmodes/etags.el (etags-tags-completion-table): Use progress
13627 reporter.
13628 (etags-tags-apropos): Likewise.
13629
13630 2004-10-08 Alan Mackenzie <acm@muc.de>
13631
13632 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13633 of current line.
13634
13635 2004-10-08 Masatake YAMATO <jet@gyve.org>
13636
13637 * server.el (server-process-filter): Wrap `process-send-region'
13638 by `condition-case' to guard the case when the pipe to PROC is closed.
13639
13640 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13641
13642 * xml.el (xml-substitute-special): Limit handling of external entities.
13643
13644 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13645
13646 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13647
13648 2004-10-06 John Paul Wallington <jpw@gnu.org>
13649
13650 * xml.el (xml-parse-dtd): Fix `error' call.
13651
13652 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13653
13654 * xml.el (xml-substitute-special): Return a single string instead
13655 of a list of strings if an entity substitution is made.
13656
13657 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13658
13659 * calendar/icalendar.el: New file.
13660
13661 2004-10-05 Juri Linkov <juri@jurta.org>
13662
13663 * isearch.el (isearch-done): Set mark after running hook.
13664 Reported by Drew Adams <drew.adams@oracle.com>.
13665
13666 * info.el (Info-history, Info-toc): Fix Info headers.
13667 (Info-toc): Narrow buffer before Info-fontify-node.
13668 (Info-build-toc): Don't check for special Info file names.
13669 Set main-file to nil if Info-find-file returns a symbol.
13670
13671 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13672
13673 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13674 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13675 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13676
13677 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13678
13679 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13680 for old interactive spec from calendar-goto-iso-date.
13681 (calendar-goto-iso-date): Use it.
13682 (calendar-goto-iso-week): New function. Suggested by Emilio
13683 C. Lopes <eclig@gmx.net>.
13684
13685 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13686
13687 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13688 `set-right-margin' bindings that follow the minor mode conventions.
13689
13690 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13691
13692 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13693 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13694 (latex-block-args-alist): Add minipage and picture.
13695 (latex-block-body-alist): Use reftex-label if enabled.
13696 (latex-insert-block): Don't insert a \n if not necessary.
13697 (tex-compile-commands): Make sure dvips doesn't send to printer.
13698 (tex-compile-default): Handle the case where no executable is found.
13699 (latex-noindent-environments): New var.
13700 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13701 If tex-indent-allhanging is non-nil, make sure we only align for macros
13702 at beginning of line.
13703
13704 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13705
13706 * newcomment.el (comment-beginning): Doc fix and don't choke on
13707 unset `comment-end-skip' when at beginning of comment.
13708
13709 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13710
13711 * term.el (term-adjust-current-row-cache): Don't allow the current
13712 row to become negative.
13713 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13714 the end of the line. Fix scroll down. Add comments.
13715 (term-handle-ansi-escape): Don't exceed terminal width when moving
13716 right.
13717 (term-scroll-region): Move the cursor after setting the scroll region.
13718
13719 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13720
13721 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13722 to `width' for consistency with docstring. Doc fix.
13723
13724 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13725
13726 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13727 This is necessary for derived modes.
13728
13729 2004-09-30 Kim F. Storm <storm@cua.dk>
13730
13731 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13732 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13733
13734 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13735 kmacro-extract-lambda functions.
13736 (edit-kbd-macro): Handle kmacro lambda forms.
13737 Include counter and counter format in edit buffer.
13738 (edmacro-finish-edit): Get counter and format from edit buffer and
13739 update kmacro bindings when found.
13740
13741 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13742
13743 * textmodes/paragraphs.el (forward-paragraph):
13744 Avoid args-out-of-range error when point winds up at the beginning of
13745 the buffer and hard newlines are enabled.
13746
13747 * newcomment.el (comment-multi-line): Doc fix.
13748
13749 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13750
13751 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13752 (diff-fixup-modifs): Catch unified-diff file-headers.
13753
13754 2004-09-29 Kim F. Storm <storm@cua.dk>
13755
13756 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13757 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13758 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13759
13760 * fringe.el (fringe-bitmap-p): New macro.
13761 (fringe-bitmaps): Add standard fringe bitmaps on load.
13762
13763 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13764
13765 * dired.el (dired-view-command-alist): Use more efficient regexps.
13766 Remove dubious arguments.
13767 (dired-align-file): New function.
13768 (dired-insert-directory): Use it.
13769 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13770 (dired-buffers-for-dir): Remove unused var `pattern'.
13771
13772 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13773
13774 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13775 from diary display excursion. Store diary buffer's point for
13776 `simple-diary-display'.
13777 (simple-diary-display): Set window point and start when
13778 displaying buffer, to preserve point.
13779
13780 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13781
13782 * textmodes/enriched.el (enriched-translations): Replace defconst
13783 with defvar.
13784
13785 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13786
13787 * printing.el: Doc fix.
13788 (pr-version): New version number (6.8.1).
13789 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13790 make-temp-name.
13791 (pr-delete-file): Check if file exists before deleting it.
13792 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13793
13794 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13795
13796 * term.el (term-display-table): New variable.
13797 (term-mode): Use it.
13798 (term-exec-1): Set the coding system to binary.
13799 (term-emulate-terminal): Decode the string before inserting it.
13800
13801 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13802
13803 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13804 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13805 (map): Bind S-prior, S-next and S-insert.
13806 (term-mode): Set `indent-tabs-mode' to nil.
13807 (term-paste): New function to be bound to S-insert.
13808 (term-send-del, term-send-backspace): Change the strings sent.
13809 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13810 (term-handle-colors-array): Fix handling of underline and reverse.
13811 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13812 (term-erase-in-line): Fix comparison.
13813 (term-emulate-terminal): Fix line wrap handling.
13814 (term-start-output-log): Rename from `term-set-output-log'.
13815 (term-stop-output-log): Rename from `term-stop-photo'.
13816 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13817
13818 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13819
13820 * dired.el (dired-move-to-filename): Don't output a message if
13821 raise-error is non-nil. Fix return position and value.
13822
13823 * files.el (insert-directory): Obey --dired even with symlinks.
13824
13825 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13826
13827 * ls-lisp.el (ls-lisp-format): Mark file names with property
13828 dired-filename.
13829
13830 2004-09-25 Kim F. Storm <storm@cua.dk>
13831
13832 * ido.el (ido-max-directory-size): New defcustom.
13833 (ido-decorations): Add "too big" element.
13834 (ido-directory-too-big): New dynamic var.
13835 (ido-may-cache-directory): Don't cache big directories.
13836 (ido-directory-too-big-p): New defun.
13837 (ido-set-current-directory): Update ido-directory-too-big.
13838 (ido-read-internal): Make empty ido-cur-item if too-big.
13839 (ido-buffer-internal): Use ido-read-internal directly instead of
13840 ido-read-buffer.
13841 (ido-file-internal): Init ido-directory-too-big.
13842 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13843 and redo completion with full list.
13844 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13845 it, and show completions.
13846 (ido-all-completions): Let bind ido-directory-too-big to nil.
13847 (ido-exhibit): Handle ido-directory-too-big.
13848 (ido-read-buffer): Handle fallback to read-buffer.
13849 Init ido-directory-too-big.
13850 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13851 Init ido-directory-too-big.
13852
13853 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13854
13855 * subr.el (delay-mode-hooks): Doc fix.
13856
13857 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13858
13859 * textmodes/enriched.el
13860 (enriched-default-text-properties-local-flag): New variable.
13861 (enriched-mode): Make sure that enabling and disabling the mode is
13862 a no-op. Doc fix.
13863
13864 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13865
13866 * calendar/holidays.el (holiday-advent): Report on a specified day
13867 offset from advent, not just advent.
13868 (holiday-easter-etc): Report on one specified day offset from
13869 easter, not all easter holidays. Various Easter holidays moved to
13870 `christian-holidays' variable in calendar.el.
13871 * calendar/calendar.el (christian-holidays): Adapt for new
13872 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13873
13874 2004-09-23 Kim F. Storm <storm@cua.dk>
13875
13876 * image.el (insert-sliced-image): Add doc string.
13877
13878 * ido.el (ido-choice-list): New dynamic var for `list' context.
13879 (ido-context-switch-command): New dynamic var.
13880 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13881 (ido-read-internal): Handle new `list' context.
13882 Handle insert-buffer and insert-file ido-exit values.
13883 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13884 ido-context-switch-command. Handle insert-file ido-exit value.
13885 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13886 unless it is already bound by caller.
13887 (ido-file-internal): New arg switch-cmd. Use it to setup
13888 ido-context-switch-command. Handle insert-buffer ido-exit value.
13889 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13890 used for context switching.
13891 (ido-all-completions): Handle new `list' context.
13892 (ido-make-choice-list): Return choices for `list' context.
13893 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13894 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13895 (ido-insert-buffer, ido-insert-file): Setup context switching.
13896 (ido-exhibit): Handle `list' context.
13897 (ido-read-file-name): Disable context switching. Handle fallback.
13898 (ido-read-directory-name): Disable context switching.
13899 (ido-completing-read): New defun like completing-read. Setup and
13900 use new `list' context.
13901
13902 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13903
13904 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13905
13906 2004-09-21 Jay Belanger <belanger@truman.edu>
13907
13908 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13909 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13910 separate window.
13911
13912 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13913
13914 * subr.el (after-change-major-mode-hook): Doc fix.
13915
13916 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13917
13918 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13919 of ghostscript for monochrome PostScript file in Windows.
13920
13921 2004-09-21 Kenichi Handa <handa@m17n.org>
13922
13923 * descr-text.el (describe-char): Checking of quail activation fixed.
13924
13925 2004-09-21 Jay Belanger <belanger@truman.edu>
13926
13927 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13928
13929 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13930
13931 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13932 after the mode hooks instead of before. Doc fix.
13933
13934 2004-09-20 Jason Rumney <jasonr@gnu.org>
13935
13936 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13937 _emacs, but revert to .emacs if neither exists in home directory.
13938
13939 2004-09-20 John Paul Wallington <jpw@gnu.org>
13940
13941 * bindings.el (completion-ignored-extensions): Add .dfsl.
13942
13943 2004-09-20 Richard M. Stallman <rms@gnu.org>
13944
13945 * bindings.el (scroll-left): Make it disabled.
13946
13947 * files.el (enable-local-eval): Doc fix.
13948
13949 * indent.el (move-to-left-margin): Special case for minibuffer.
13950
13951 * term.el (term-emulate-terminal): Turn off undo for output.
13952 Use with-current-buffer and save-selected-window.
13953
13954 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13955
13956 * progmodes/make-mode.el (makefile-fill-paragraph):
13957 Don't insist on spaces when looking for comments. # is enough.
13958
13959 * files.el (hack-local-variables): Copy the variables list
13960 to another buffer, strip prefixes and suffixes there, then read.
13961 (enable-local-eval): Doc fix.
13962 (ignored-local-variables): Initialize to nil.
13963 (risky-local-variable-p): Don't check ignored-local-variables here.
13964 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13965
13966 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13967
13968 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13969 of = to "." (punctuation).
13970
13971 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13972
13973 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13974
13975 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13976
13977 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13978 (enriched-before-change-major-mode): New function.
13979 Add it to `change-major-mode-hook'.
13980 (enriched-after-change-major-mode): New function.
13981 Add it to `after-change-major-mode-hook'.
13982 (enriched-mode): Make it work correctly if called from
13983 `after-change-major-mode-hook'.
13984 No longer set `indent-line-function'.
13985
13986 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13987
13988 * subr.el (after-change-major-mode-hook): New variable.
13989 (run-mode-hooks): Implement it.
13990
13991 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13992
13993 * battery.el (battery-linux-proc-apm): Use string-to-number.
13994 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13995 Use dolist (and less indentation). Use erase-buffer.
13996 Pre-initialize `design-capacity', `warn', and `low'.
13997 (battery-format): Use replace-regexp-in-string.
13998
13999 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
14000
14001 * battery.el: Delete superfluous empty lines.
14002 (battery-linux-proc-acpi): Attempt to gather information from all
14003 battery subdirectories regardless of their file name.
14004 (battery-linux-proc-apm): Replace all occurrences of
14005 battery-hex-to-int-2 with string-to-int (base 16).
14006 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
14007 (battery-hex-map): Delete variable.
14008
14009 2004-09-18 John Paul Wallington <jpw@gnu.org>
14010
14011 * calc/calc-units.el (calc-quick-units): Fix overzealous
14012 s/or/unless/.
14013
14014 2004-09-17 Jay Belanger <belanger@truman.edu>
14015
14016 * calc/calc.el (calc-mode-var-list): Fix the value of
14017 `calc-matrix-brackets'.
14018
14019 2004-09-17 Romain Francoise <romain@orebokech.com>
14020
14021 * ibuf-ext.el (define-ibuffer-filter filename):
14022 Expand dired-directory since buffer-file-name is absolute.
14023
14024 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
14025
14026 * ediff-init.el (ediff-current-diff-face-A)
14027 (ediff-current-diff-face-B, ediff-current-diff-face-C)
14028 (ediff-current-diff-face-Ancestor)
14029 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
14030 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
14031 (ediff-even-diff-face-A, ediff-even-diff-face-B)
14032 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
14033 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
14034 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
14035 Use min-colors.
14036
14037 * term.el (term-down): Perform vertical motion if DOWN is negative.
14038 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
14039 (term-termcap-format): Synchronize with the eterm terminfo entry
14040 in etc/e/eterm.ti.
14041 (term-handle-colors-array): If the current foreground or
14042 background are zero (i.e. unspecified), use the foreground and
14043 background of the default face for reverse video.
14044 (term-ansi-at-eval-string, term-ansi-default-fg)
14045 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
14046 (term-mem): Delete unused function.
14047 (term-protocol-version): Increment.
14048 (term-current-face): Set to default.
14049
14050 2004-09-15 Jay Belanger <belanger@truman.edu>
14051
14052 * calc/calc.el (calc-mode-var-list): Define this variable.
14053 (calc-always-load-extensions, calc-line-numbering)
14054 (calc-line-breaking, calc-display-just, calc-display-origin)
14055 (calc-number-radix, calc-leading-zeros, calc-group-digits)
14056 (calc-group-char, calc-point-char, calc-frac-format)
14057 (calc-prefer-frac, calc-hms-format, calc-date-format)
14058 (calc-float-format, calc-full-float-format, calc-complex-format)
14059 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
14060 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
14061 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
14062 (calc-matrix-brackets, calc-language, calc-language-option)
14063 (calc-left-label, calc-right-label, calc-word-size)
14064 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
14065 (calc-display-raw, calc-internal-prec, calc-angle-mode)
14066 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
14067 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
14068 (calc-window-height, calc-display-trail, calc-show-selections)
14069 (calc-use-selections, calc-assoc-selections)
14070 (calc-display-working-message, calc-auto-why, calc-timing)
14071 (calc-mode-save-mode, calc-standard-date-formats)
14072 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
14073 (calc-user-parse-tables, calc-gnuplot-default-device)
14074 (calc-gnuplot-default-output, calc-gnuplot-print-device)
14075 (calc-gnuplot-print-output, calc-gnuplot-geometry)
14076 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
14077 (calc-invocation-macro, calc-show-banner): Give these values as
14078 part of `calc-mode-var-list's initialization after the variables
14079 are declared with defvar.
14080 (calc-bug-address): Change email address to send bug reports to.
14081 Change the maintainer address at the top.
14082 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
14083 than "\\.emacs" to determine if it is the user-init-file.
14084
14085 * calc/calc-embed.el (calc-embedded-set-modes): Use
14086 `calc-mode-var-list' correctly.
14087
14088 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
14089
14090 * vc.el (annotate-time): Document point handling.
14091 (vc-annotate-display-autoscale): Doc fix.
14092
14093 2004-09-15 Miles Bader <miles@gnu.org>
14094
14095 * generic.el (generic-make-keywords-list): Use symbol rather than
14096 word anchors in regexp.
14097
14098 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
14099
14100 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14101 no file name consider `dired-directory'.
14102
14103 2004-09-14 Kim F. Storm <storm@cua.dk>
14104
14105 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14106
14107 2004-09-14 Simon Josefsson <jas@extundo.com>
14108
14109 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14110
14111 * textmodes/dns-mode.el: Add.
14112
14113 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14114
14115 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14116 (disabled-command-function): Make the ?\ char more obvious.
14117
14118 * vc-arch.el (vc-arch-root, vc-arch-registered):
14119 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14120
14121 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14122
14123 * windmove.el (windmove-frame-edges): Report coordinates of
14124 outside edges of frame, not inside edges.
14125 (windmove-coordinates-of-position): Convert into wrapper to new
14126 function `windmove-coordinates-of-window-position';
14127 `compute-motion' always applies to selected window.
14128 (windmove-coordinates-of-position): Update documentation to refer
14129 to Emacs 21 Lisp Reference Manual.
14130 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14131
14132 2004-09-13 Kim F. Storm <storm@cua.dk>
14133
14134 * isearch.el (isearch-resume-in-command-history): Rename from
14135 isearch-resume-enabled and change default to nil.
14136
14137 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14138
14139 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14140 (vc-registered): Use it.
14141 (vc-find-root): New fun.
14142
14143 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14144 Don't tell to use \\{...} when it's already done.
14145
14146 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14147 Provide a sample complex default.
14148 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14149 (bibtex-entry): Use mapc.
14150
14151 2004-09-12 Kim F. Storm <storm@cua.dk>
14152
14153 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14154
14155 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14156 inhibit-field-text-motion to t so rectangles work in comint buffers.
14157
14158 * simple.el (choose-completion-string): Set buffer before running
14159 choose-completion-string-functions hook so it can be buffer-local.
14160
14161 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14162
14163 * progmodes/compile.el (compilation-start): Parse command to see
14164 if it starts with a cd, and if so perform it for the *compilation*
14165 buffer. Change the header to reflect this.
14166
14167 2004-09-11 Kim F. Storm <storm@cua.dk>
14168
14169 * ido.el (ido-enable-dot-prefix): Doc fix.
14170 (ido-enable-dot-prefix): New defcustom.
14171 (ido-set-matches1): Use it.
14172
14173 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14174
14175 * textmodes/bibtex.el (bibtex-mark-active)
14176 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14177
14178 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14179
14180 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14181 used in a case insensitive environment.
14182 (bibtex-mode-map): Rearrange order of menus.
14183 (bibtex-quoted-string-re): Obsolete.
14184 (bibtex-complete-key-cleanup): Variable replaced by new function.
14185 (bibtex-font-lock-keywords): Use backquotes.
14186 (bibtex-font-lock-url-regexp): New internal variable.
14187 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14188 "OPT" and "ALT".
14189 (bibtex-insert-current-kill, bibtex-make-field)
14190 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14191 (bibtex-parse-field-text): Simplify.
14192 (bibtex-string=): New helper function.
14193 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14194 (bibtex-map-entries): Use bibtex-string=.
14195 (bibtex-search-entry): Use not.
14196 (bibtex-enclosing-field): Fix docstring.
14197 (bibtex-assoc-regexp): Obsolete.
14198 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14199 (bibtex-autokey-get-names): Handle empty name field.
14200 (bibtex-parse-strings): Use assoc-string and unless.
14201 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14202 Use assoc-string.
14203 (bibtex-pop): Simplify.
14204 (bibtex-mode): Set font-lock-extra-managed-props.
14205 (bibtex-entry-update): Use assoc-string.
14206 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14207 (bibtex-autofill-entry): Use bibtex-string=.
14208 (bibtex-print-help-message): Simplify.
14209 (bibtex-find-entry): New optional arg START.
14210 (bibtex-validate): Use bibtex-string= and assoc-string.
14211 Do not call obsolete function compilation-parse-errors.
14212 (bibtex-remove-delimiters): Only remove delimiters if present.
14213 (bibtex-copy-entry-as-kill): Add docstring.
14214 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14215 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14216 (bibtex-complete): Use bibtex-predefined-month-strings,
14217 bibtex-string=, and new function bibtex-complete-key-cleanup.
14218 (bibtex-generate-url-list): New variable.
14219 (bibtex-url): New command bound to C-c C-l and mouse-2.
14220 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14221 (bibtex-font-lock-url): New function.
14222
14223 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14224
14225 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14226
14227 2004-09-09 Kim F. Storm <storm@cua.dk>
14228
14229 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14230 counter and format with binding.
14231 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14232 the declared macro uses own macro counter and format. Give symbol
14233 kmacro property.
14234 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14235 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14236 (kmacro-end-and-call-macro): Doc fix.
14237
14238 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14239
14240 * desktop.el (desktop-clear-preserve-buffers):
14241 Remove make-obsolete-variable.
14242
14243 2004-09-08 Richard M. Stallman <rms@gnu.org>
14244
14245 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14246 with the buffer as argument.
14247
14248 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14249
14250 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14251
14252 2004-09-08 Juri Linkov <juri@jurta.org>
14253
14254 * replace.el (perform-replace): Use `query-replace-descr'.
14255
14256 * cus-start.el (history-delete-duplicates): Specify customization.
14257
14258 * diff-mode.el (diff-mode-map):
14259 * progmodes/compile.el (compilation-mode-map):
14260 * progmodes/grep.el (grep-mode-map):
14261 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14262 to `next-error-follow-minor-mode'.
14263
14264 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14265
14266 * isearch.el (isearch-lazy-highlight-update): Take into account
14267 the case of zero-length match at the search bound.
14268
14269 2004-09-08 Kim F. Storm <storm@cua.dk>
14270
14271 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14272 change. Use zero width overlays when necessary.
14273
14274 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14275
14276 * subr.el (split-string): Docfix.
14277
14278 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14279
14280 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14281 (display-call-tree): Ensure newline after caller/calls blocks.
14282
14283 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14284
14285 * startup.el (command-line-1): Make option
14286 --directory/-L modify `load-path' straight away.
14287
14288 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14289
14290 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14291
14292 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14293
14294 * emacs-lisp/autoload.el (make-autoload):
14295 Handle `define-compilation-mode'.
14296
14297 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14298 Specify `doc-string-elt' property.
14299
14300 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14301
14302 * bs.el (bs-mode): Doc fix.
14303
14304 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14305
14306 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14307
14308 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14309
14310 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14311
14312 2004-09-08 Kenichi Handa <handa@m17n.org>
14313
14314 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14315 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14316 ps-mule-next-point -> 1+).
14317
14318 * composite.el (encode-composition-rule): Add autoload cookie.
14319
14320 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14321
14322 * format.el (buffer-auto-save-file-format): Make it permanent local.
14323
14324 2004-09-07 Kim F. Storm <storm@cua.dk>
14325
14326 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14327 (authors-fixed-entries): Fix typo.
14328 (authors-canonical-author-name): Compact multiple spaces.
14329 Ignore trivial names (e.g. only first name).
14330
14331 * term.el (term-window-width): Only use full window width on
14332 window system if overflow-newline-into-fringe is enabled.
14333 (term-mode): Don't disable overflow-newline-into-fringe.
14334
14335 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14336
14337 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14338 motion as seen on my Mac OS X xterms.
14339
14340 * newcomment.el (uncomment-region-default, comment-region-default):
14341 New functions extracted from uncomment-region and comment-region.
14342 (comment-region, comment-region-function, uncomment-region)
14343 (uncomment-region-function): Use them.
14344
14345 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14346
14347 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14348 It's not crucial but can make sense at times.
14349
14350 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14351 the first commit.
14352
14353 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14354 Disable obsolete code.
14355
14356 2004-09-07 Juri Linkov <juri@jurta.org>
14357
14358 * progmodes/grep.el (grep-highlight-matches): Change default from
14359 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14360 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14361 if grep option `--color' is available, or to `nil' otherwise.
14362 (grep-process-setup): Call `grep-compute-defaults' if
14363 `grep-highlight-matches' is not computed. Set env-vars only
14364 if `grep-highlight-matches' is `t'.
14365 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14366 is already defined).
14367
14368 * progmodes/compile.el (compilation-start): Use copy of
14369 `process-environment' created by `copy-sequence' to not
14370 modify env-vars in the global `process-environment'.
14371
14372 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14373
14374 * simple.el (next-error-follow-minor-mode): Fix last change.
14375
14376 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14377
14378 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14379 permanent local.
14380
14381 2004-09-04 Richard M. Stallman <rms@gnu.org>
14382
14383 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14384 highlighting if the search string is empty.
14385
14386 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14387
14388 * facemenu.el (facemenu-active-faces): Change condition of inner
14389 `while' loop to also check the first two elements of `face-atts'
14390 and `mask-atts'.
14391
14392 2004-09-04 John Paul Wallington <jpw@gnu.org>
14393
14394 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14395 (thumbs-view-image-mode): Make buffer read-only.
14396
14397 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14398
14399 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14400 (ispell-check-version): Set it.
14401 (ispell-send-replacement): New function.
14402 (ispell-process-line): Call ispell-send-replacement.
14403
14404 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14405
14406 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14407 Support choosing seconds with "s".
14408
14409 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14410
14411 * terminal.el (te-escape): Show `?' in prompt for help key.
14412
14413 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14414
14415 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14416
14417 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14418
14419 * simple.el (next-error-follow-minor-mode)
14420 (next-error-follow-mode-post-command-hook): New functions.
14421 (next-error-follow-last-line): New defvar.
14422
14423 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14424 * progmodes/compile.el (compilation-mode-map): Likewise.
14425 * progmodes/grep.el (grep-mode-map): Likewise.
14426 * replace.el (occur-mode-map): Likewise.
14427
14428 * newcomment.el (uncomment-region): Bind comment-use-global-state
14429 to nil.
14430
14431 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14432
14433 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14434 locally around the call to `revert-buffer'.
14435
14436 2004-09-03 Juri Linkov <juri@jurta.org>
14437
14438 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14439 `isearch-adjusted' to `t'.
14440 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14441 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14442 (isearch-other-meta-char): Restore isearch-point unconditionally.
14443 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14444 Set point to start of match if region is not active in transient
14445 mark mode (to include the current match to region boundaries).
14446 Push the search string to `query-replace-from-history-variable'.
14447 Add prompt "Query replace regexp" for isearch-regexp.
14448 Add region beginning/end as last arguments of `perform-replace.'
14449 (isearch-query-replace-regexp): Replace code by the call to
14450 `isearch-query-replace' with arg `t'.
14451
14452 2004-09-03 Richard M. Stallman <rms@gnu.org>
14453
14454 * startup.el (normal-top-level): Undo previous TERM change.
14455
14456 2004-09-03 Kim F. Storm <storm@cua.dk>
14457
14458 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14459 highlight overlays; allow using RET when cursor is over a button.
14460 (cua--highlight-rectangle): Use it.
14461 (cua--rectangle-set-corners): Don't move backwards at eol.
14462 (cua--forward-line): Don't move into void after eob.
14463
14464 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14465 point is set (and displayed) inside rectangle.
14466 (cua--rectangle-operation): Fix for highlight of empty lines.
14467 (cua--highlight-rectangle): Fix highlight for tabs.
14468 Position cursor at left/right edge of rectangle using new `cursor'
14469 property on overlay strings.
14470 (cua--indent-rectangle): Don't tabify.
14471 (cua-rotate-rectangle): Ignore that point has moved.
14472
14473 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14474
14475 * term/mac-win.el: Add ASCII equivalents for some function keys.
14476 (mode-line-frame-identification): Sync with x-win.el.
14477
14478 2004-09-02 Juri Linkov <juri@jurta.org>
14479
14480 * progmodes/compile.el (compilation-buffer-name): Compare major
14481 mode with second element of compilation-arguments instead of third
14482 to reflect latest changes in compilation-arguments structure.
14483 (recompile): Use global variable `compilation-directory' to get
14484 recent compilation directory only when `recompile' is invoked NOT
14485 in the compilation buffer. Otherwise, use `default-directory' of
14486 the compilation buffer.
14487 (compilation-error-properties): Allow to funcall col and end-col.
14488 (compilation-mode-font-lock-keywords): Check col and end-col by
14489 `integerp'.
14490 (compilation-goto-locus): If end-mk is non-nil in transient mark
14491 mode don't activate the mark (and don't display message in
14492 push-mark), but highlight overlay between mk and end-mk.
14493
14494 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14495 (grep-regexp-alist): Add rule to highlight grep matches.
14496 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14497
14498 * info.el (Info-fontify-node): Don't compute other-tag
14499 if Info-hide-note-references=hide.
14500
14501 * help.el (function-called-at-point):
14502 * help-fns.el (variable-at-point):
14503 Try `find-tag-default' when other methods failed.
14504
14505 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14506 Do not push mark if inhibit-mark-movement is non-nil.
14507
14508 * textmodes/ispell.el (ispell-html-skip-alists):
14509 Fix backslashes in docstring.
14510
14511 2004-09-01 Juri Linkov <juri@jurta.org>
14512
14513 * isearch.el (isearch-wrap-function)
14514 (isearch-push-state-function): New defvars.
14515 (isearch-pop-fun-state): New defsubst.
14516 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14517 (isearch-push-state): Set the result of calling
14518 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14519 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14520 restore the mode-specific starting point of terminated search.
14521 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14522 (isearch-repeat): Call `isearch-wrap-function' if defined.
14523 (isearch-message-prefix): Don't add prefix "over" to the message
14524 for wrapped search if `isearch-wrap-function' is defined.
14525 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14526 restore the mode-specific starting point of failed search.
14527
14528 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14529 (Info-search): Add new optional arguments for the sake of isearch.
14530 Replace whitespace in Info-search-whitespace-regexp literally.
14531 Add backward search. Don't call `Info-select-node' if regexp is
14532 found in the same Info node. Don't add node to Info-history for
14533 wrapped isearch.
14534 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14535 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14536 (Info-mode): Set local variables `isearch-search-fun-function',
14537 `isearch-wrap-function', `isearch-push-state-function',
14538 `search-whitespace-regexp'.
14539
14540 * isearch.el: Remove ancient Change Log section.
14541 (isearch-string, isearch-message-string, isearch-point)
14542 (isearch-success, isearch-forward-flag, isearch-other-end)
14543 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14544 (isearch-barrier, isearch-within-brackets)
14545 (isearch-case-fold-search): Add suffix `-state' to state-related
14546 defsubsts to avoid name clashes with other function names.
14547
14548 * simple.el (next-error): New defgroup and defface.
14549 (next-error-highlight, next-error-highlight-no-select):
14550 New defcustoms.
14551 (next-error-no-select): Let-bind next-error-highlight to the value
14552 of next-error-highlight-no-select before calling `next-error'.
14553
14554 * progmodes/compile.el (compilation-goto-locus):
14555 Use `next-error' face instead of `region'. Set 4-th argument of
14556 `move-overlay' to `current-buffer' to move overlay to different
14557 source buffers. Use new variable `next-error-highlight'.
14558
14559 * simple.el (next-error-find-buffer): Move the rule
14560 "if current buffer is a next-error capable buffer" after the
14561 rule "if next-error-last-buffer is set to a live buffer".
14562 Simplify to test all rules in one `or'.
14563 (next-error): Doc fix.
14564 (next-error, previous-error, first-error)
14565 (next-error-no-select, previous-error-no-select):
14566 Make arguments optional.
14567
14568 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14569
14570 * macros.el (apply-macro-to-region-lines): Make it operate on all
14571 lines that begin in the region, rather than on all complete lines
14572 in the region.
14573
14574 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14575
14576 * x-dnd.el (x-dnd-protocol-alist): Document update.
14577 (x-dnd-known-types): Defcustom it.
14578 (x-dnd-handle-motif): Print message-atom in error message.
14579
14580 2004-08-30 John Paul Wallington <jpw@gnu.org>
14581
14582 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14583 strings rather than programatically constructing message.
14584
14585 2004-08-30 Richard M. Stallman <rms@gnu.org>
14586
14587 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14588 Don't return a string that would read as the wrong character code.
14589
14590 2004-08-29 Kim F. Storm <storm@cua.dk>
14591
14592 * emulation/cua-base.el (cua-auto-expand-rectangles):
14593 Remove automatic rectangle padding feature; replace by non-destructive
14594 virtual rectangle edges feature.
14595 (cua-virtual-rectangle-edges): New defcustom.
14596 (cua-auto-tabify-rectangles): New defcustom.
14597 (cua-paste): If paste into a marked rectangle, insert rectangle at
14598 current column, even if virtual; also paste exactly as many lines
14599 as has been marked (ignore additional lines or add empty lines),
14600 but paste whole source if only one line is marked.
14601 (cua--update-indications): No longer use overwrite-cursor to
14602 indicate rectangle padding
14603
14604 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14605 (cua--rectangle-virtual-edges): New defun.
14606 (cua--rectangle-get-corners): Remove optional PAD arg.
14607 (cua--rectangle-set-corners): Never do padding.
14608 (cua--forward-line): Remove optional PAD arg. Simplify.
14609 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14610 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14611 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14612 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14613 (cua--rectangle-move): Never do padding. Simplify.
14614 (cua--tabify-start): New defun.
14615 (cua--rectangle-operation): Add tabify arg. All callers changed.
14616 (cua--pad-rectangle): Remove.
14617 (cua--delete-rectangle): Handle delete with virtual edges.
14618 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14619 (cua--insert-rectangle): Handle insert at virtual column.
14620 Perform auto-tabify if necessary.
14621 (cua--activate-rectangle): Remove optional FORCE arg.
14622 Never do padding. Simplify.
14623 (cua--highlight-rectangle): Enhance for virtual edges.
14624 (cua-toggle-rectangle-padding): Remove command.
14625 (cua-toggle-rectangle-virtual-edges): New command.
14626 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14627 (cua--rectangle-post-command): Don't force rectangle padding.
14628 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14629
14630 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14631
14632 * indent.el (edit-tab-stops-buffer): Doc fix.
14633
14634 2004-08-28 Richard M. Stallman <rms@gnu.org>
14635
14636 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14637 (grep-tag-default): Function deleted.
14638
14639 * subr.el (find-tag-default): Move from etags.el.
14640
14641 * progmodes/etags.el (find-tag-default): Move to subr.el.
14642
14643 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14644 into the basic character if it has an uppercase form.
14645
14646 2004-08-27 Kenichi Handa <handa@m17n.org>
14647
14648 * international/utf-8.el (utf-8-post-read-conversion): If the
14649 buffer is unibyte, temporarily make it multibyte.
14650
14651 2004-08-27 Masatake YAMATO <jet@gyve.org>
14652
14653 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14654
14655 2004-08-25 John Paul Wallington <jpw@gnu.org>
14656
14657 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14658 0, 1, and many mismatches in message.
14659 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14660
14661 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14662 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14663
14664 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14665
14666 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14667 vc-diff-switches differently.
14668
14669 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14670
14671 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14672 before and a real defvar after
14673 `speedbar-supported-extension-expressions'. This is to silence
14674 the compiler without breaking bootstrapping.
14675
14676 2004-08-22 Richard M. Stallman <rms@gnu.org>
14677
14678 * textmodes/flyspell.el (flyspell-word):
14679 Use set-process-query-on-exit-flag.
14680 (flyspell-highlight-duplicate-region): Take POSS as arg.
14681 (flyspell-word): Pass POSS as arg.
14682
14683 * progmodes/ada-xref.el: Many doc and style fixes.
14684 (ada-find-any-references): Use compilation-start.
14685 (ada-get-ali-file-name): Improve error msg.
14686 (ada-get-ada-file-name): Likewise.
14687
14688 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14689 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14690
14691 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14692 Add forward defvar.
14693
14694 * whitespace.el (global-whitespace-mode): New alias
14695 for whitespace-global-mode.
14696
14697 * speedbar.el (speedbar-file-regexp): Move definition up.
14698 (speedbar-mode, speedbar-set-mode-line-format):
14699 Use with-no-warnings.
14700 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14701
14702 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14703 controls whether to display the error buffer.
14704
14705 * ps-mule.el: Delete compatibility code for old Emacsen.
14706 (ps-mule-find-wrappoint): Don't use chars-in-region.
14707
14708 * frame.el (display-mouse-p, display-selections-p):
14709 Use with-no-warnings.
14710
14711 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14712
14713 2004-08-22 David Kastrup <dak@gnu.org>
14714
14715 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14716 information.
14717
14718 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14719
14720 2004-08-22 Andreas Schwab <schwab@suse.de>
14721
14722 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14723
14724 2004-08-22 Masatake YAMATO <jet@gyve.org>
14725
14726 * cvs-status.el (cvs-status-checkout): New function.
14727 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14728
14729 2004-08-21 David Kastrup <dak@gnu.org>
14730
14731 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14732 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14733 has been converted to use hashtables, the relation `nil=none' is
14734 no longer valid, as `nil' is not a hashtable. This patch tries to
14735 reduce the number of resulting errors.
14736
14737 2004-08-21 John Paul Wallington <jpw@gnu.org>
14738
14739 * subr.el (process-kill-without-query): Made obsolete in
14740 version 21.4, not 21.5.
14741
14742 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14743 (vc-previous-comment, vc-next-comment)
14744 (vc-comment-search-reverse, vc-comment-search-forward)
14745 (vc-comment-to-change-log): Likewise.
14746
14747 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14748
14749 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14750
14751 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14752 Correct indentation of DEFMETHODS with non-standard method
14753 combinations (e.g., PROGN, MIN, MAX).
14754
14755 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14756
14757 * startup.el (normal-top-level-add-subdirs-to-load-path):
14758 Avoid unnecessarily checking system-type.
14759 (normal-top-level): Set TERM to "dumb". Simplify.
14760
14761 * avoid.el (mouse-avoidance-ignore-p): New fun.
14762 Also ignore switch-frame, select-window, double, and triple clicks.
14763 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14764 (mouse-avoidance-fancy-hook): Use it.
14765
14766 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14767
14768 * avoid.el (mouse-avoidance-nudge-mouse)
14769 (mouse-avoidance-banish-destination): Stay within the current window
14770 to avoid problems with mouse-autoselect-window.
14771
14772 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14773
14774 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14775 the newer format of some messages in cvs-1.12.1.
14776
14777 2004-08-19 Masatake YAMATO <jet@gyve.org>
14778
14779 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14780 (elp-results-jump-to-definition-by-mouse)
14781 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14782 (elp-output-result): Use elp-output-insert-symname.
14783
14784 2004-08-18 Kenichi Handa <handa@m17n.org>
14785
14786 * language/cyrillic.el: Register koi8-r in
14787 ctext-non-standard-encodings-alist.
14788 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14789
14790 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14791
14792 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14793 that replaces 20xy with xy.
14794
14795 2004-08-17 John Paul Wallington <jpw@gnu.org>
14796
14797 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14798 (reb-force-update): Doc fix.
14799
14800 2004-08-16 Richard M. Stallman <rms@gnu.org>
14801
14802 * progmodes/which-func.el (which-func-update-1): Doc fix.
14803
14804 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14805 (sh-mode-abbrev-table): New variable.
14806
14807 * progmodes/compile.el (compilation-mode): Doc fix.
14808
14809 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14810 Don't cons a new symbol each time.
14811 (eval-last-sexp-fake-value): New variable.
14812
14813 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14814 (copyright-update-year): Detect continuation of list of years.
14815
14816 * term.el (term-default-fg-color, term-default-bg-color)
14817 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14818
14819 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14820
14821 2004-08-16 Davis Herring <herring@lanl.gov>
14822
14823 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14824 (isearch-success, isearch-forward-flag, isearch-other-end)
14825 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14826 (isearch-barrier, isearch-within-brackets)
14827 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14828
14829 2004-08-16 Kenichi Handa <handa@m17n.org>
14830
14831 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14832
14833 2004-08-15 Kenichi Handa <handa@m17n.org>
14834
14835 * term/x-win.el (x-selection-value): If utf8 was successful but
14836 ctext was not, use utf8 string.
14837
14838 2004-08-14 Davis Herring <herring@lanl.gov>
14839
14840 * isearch.el: Remove accidental changes of March 4. Fix backing
14841 up when a regexp isearch is made more general. Use symbolic
14842 accessor functions for isearch stack frames to make usage clearer.
14843 (search-whitespace-regexp): Made groups in documentation shy (as
14844 is the group in the default value).
14845 (isearch-fallback): New function, addresses problems with regexps
14846 liberalized by `\|', adds support for liberalization by `\}' (the
14847 general repetition construct), and incorporates behavior for
14848 `*'/`?'.
14849 (isearch-}-char): New command, calls `isearch-fallback' with
14850 arguments appropriate to a typed `}'.
14851 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14852 appropriately.
14853 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14854 (isearch-string, isearch-message,string, isearch-point)
14855 (isearch-success, isearch-forward-flag, isearch-other-end)
14856 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14857 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14858 New inline functions to read fields of a stack frame.
14859
14860 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14861
14862 * battery.el (battery-linux-proc-acpi): Look into battery
14863 directories matching the literal string "CMB", too (required for
14864 Linux kernel version 2.6.7).
14865
14866 2004-08-14 John Paul Wallington <jpw@gnu.org>
14867
14868 * cus-start.el (read-file-name-completion-ignore-case): Add.
14869 (blink-cursor-alist): Change version to "21.4".
14870
14871 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14872
14873 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14874
14875 * speedbar.el (speedbar-scan-subdirs): New option.
14876 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14877 dolist.
14878 (speedbar-insert-files-at-point): Take an extra argument and use
14879 it to optionally find out if a subdir is empty. Also unreadable
14880 files don't get expand buttons.
14881 (speedbar-directory): New image (unused pixmap already existed).
14882 (speedbar-expand-image-button-alist): Use it.
14883
14884 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14885
14886 CC Mode update to 5.30.9:
14887
14888 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14889 Move from cc-vars to cc-defs for dependency reasons. Fix the
14890 POSIX char class test to check that it works in
14891 `skip-chars-(forward|backward)' too.
14892
14893 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14894 first argument starts with a special brace list.
14895
14896 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14897 when `c-opt-type-concat-key' is used (i.e. in Pike).
14898
14899 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14900 Fix bug when the inner char pair doesn't have paren syntax,
14901 i.e. "(<>)".
14902
14903 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14904 whitespace safe.
14905
14906 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14907 position for `arglist-intro', `arglist-cont-nonempty' and
14908 `arglist-close' when there are two arglist open parens on the same
14909 line and there's nothing in front of the first.
14910
14911 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14912 locking of qualified names in Java, which previously could fontify
14913 common indexing expressions in many cases. The standard Java
14914 naming conventions are used to tell them apart.
14915
14916 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14917 Fix inconsistency wrt opening parens on the first line inside a paren
14918 block.
14919
14920 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14921 compile time for the sake of `c-major-mode-is'.
14922
14923 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14924 `c-major-mode-is' in the event that this is used inside a
14925 `c-lang-defconst'.
14926
14927 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14928 `c-lang-defconst' so that it works better with fallback languages.
14929
14930 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14931 it to fail to record the base mode.
14932
14933 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14934 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14935 is used. Reorder the syntax checks to get more efficient
14936 skipping in some situations.
14937
14938 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14939 continuation which might precede the newly inserted '{'.
14940
14941 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14942 Fix cases where it could loop indefinitely.
14943
14944 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14945 size specs correctly. Only fontify identifiers in front of '('
14946 with as functions - don't accept any paren char. Tighten up
14947 initializer skipping to stop before function and class blocks.
14948
14949 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14950 the point could be left directly after an open paren when finding
14951 the beginning of the first decl in the block.
14952
14953 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14954 table when filtering out legitimate open parens to be recorded.
14955 This could cause cache inconsistencies when e.g.
14956 `c++-template-syntax-table' was temporarily in use.
14957
14958 * progmodes/cc-engine.el (c-on-identifier)
14959 (c-simple-skip-symbol-backward): Small fix for handling "-"
14960 correctly in `skip-chars-backward'. Affected the operator lfun
14961 syntax in Pike.
14962
14963 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14964 Fix bug that could cause an error from `after-change-functions' when
14965 the changed region is at bob.
14966
14967 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14968
14969 CC Mode update to 5.30.9:
14970
14971 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14972 to say that <TAB> doesn't insert WS into a CPP line.
14973 (c-indent-command, c-tab-always-indent): Amend doc strings.
14974
14975 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14976 checks for user errors, thus eliminating cryptic and unhelpful
14977 Emacs error messages. (1) Check the arg to `c-set-style' is a
14978 string. (2) Check that settings to `c-offsets-alist' are not
14979 spuriously quoted.
14980
14981 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14982 which precedes the newly inserted `{'.
14983
14984 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14985
14986 Sync with Tramp 2.0.44.
14987
14988 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14989 function "tramp_file_attributes". Otherwise, file names
14990 containing spaces are misinterpreted. Reported by Magnus Henoch
14991 <mange@freemail.hu>.
14992 (tramp-handle-file-truename): FILENAME must be expanded first.
14993 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14994 obscure results. Reported by D. Goel <deego@gnufans.org>.
14995 (tramp-handle-verify-visited-file-modtime): If file does not
14996 exist, say it is not modified if and only if that agrees with the
14997 buffer's record. Check whether a file is visiting the buffer, or
14998 the buffer has no recorded last modification time. Return t in
14999 case the visiting file doesn't exist. Suggested by Luc Teirlinck
15000 <teirllm@auburn.edu>.
15001 (tramp-handle-write-region): Pass modtime explicitly to
15002 `set-visited-file-modtime', because filename can be different
15003 from (buffer-file-name) if `file-precious-flag' is set.
15004 `set-visited-file-modtime' must be called always when `visit' is t
15005 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
15006 (tramp-handle-set-visited-file-modtime): If `time-list' is not
15007 nil, don't apply the whole body. If the file doesn't exists, set
15008 modtime to '(-1 65535). Suggested by Luc Teirlinck
15009 <teirllm@auburn.edu>.
15010
15011 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
15012
15013 * help.el (describe-bindings): Doc fix.
15014
15015 * subr.el (kbd): Doc fix.
15016
15017 2004-08-08 John Paul Wallington <jpw@gnu.org>
15018
15019 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
15020 instead of `string-to-int'.
15021 (define-ibuffer-column mode): Fix indentation.
15022
15023 2004-08-08 Lars Hansen <larsh@math.ku.dk>
15024
15025 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
15026
15027 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
15028
15029 * subr.el (global-unset-key, local-unset-key): Doc fixes.
15030
15031 * novice.el (disabled-command-function): New variable renamed from
15032 `disabled-command-hook'.
15033 (disabled-command-hook): Keep the _variable_ as alias for
15034 `disabled-command-function' and make obsolete.
15035 (disabled-command-function): Function renamed from
15036 `disabled-command-hook'. Adapt code to name change of the variable.
15037
15038 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
15039
15040 * simple.el (completion-root-regexp): New defvar.
15041 (completion-setup-function): Use it instead of a literal string.
15042
15043 2004-08-07 John Paul Wallington <jpw@gnu.org>
15044
15045 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
15046 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
15047 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
15048 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
15049
15050 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
15051
15052 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
15053 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
15054
15055 2004-08-04 Kenichi Handa <handa@m17n.org>
15056
15057 * international/encoded-kb.el (encoded-kbd-setup-keymap):
15058 Fix previous change.
15059
15060 2004-08-03 Kenichi Handa <handa@m17n.org>
15061
15062 * international/encoded-kb.el: The following changes are to
15063 utilize key-translation-map instead of minor mode map.
15064 (encoded-kbd-iso2022-non-ascii-map): Delete it.
15065 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
15066 (encoded-kbd-last-key): New function.
15067 (encoded-kbd-iso2022-single-shift): New function.
15068 (encoded-kbd-iso2022-designation)
15069 (encoded-kbd-self-insert-iso2022-7bit)
15070 (encoded-kbd-self-insert-iso2022-8bit)
15071 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
15072 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
15073 key-translation-map.
15074 (encoded-kbd-setup-keymap): Setup key-translation-map.
15075 (saved-key-translation-map): New variable.
15076 (encoded-kbd-mode): Save/restore key-translation-map.
15077 Adjust for the change of encoded-kbd-setup-keymap.
15078
15079 2004-08-02 Kim F. Storm <storm@cua.dk>
15080
15081 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
15082 and call compute-motion with nil for topos and width to get proper
15083 usable width and height for both window and non-window systems.
15084
15085 * windmove.el (windmove-coordinates-of-position): Let compute-motion
15086 calculate usable window width and height.
15087
15088 * window.el (window-buffer-height): Call compute-motion with nil width.
15089
15090 2004-08-01 David Kastrup <dak@gnu.org>
15091
15092 * replace.el (query-replace-read-from):
15093 Use `query-replace-compile-replacement'.
15094 (query-replace-compile-replacement): New function.
15095 (query-replace-read-to): Use `query-replace-compile-replacement'
15096 for repeating the last command.
15097
15098 2004-08-01 John Paul Wallington <jpw@gnu.org>
15099
15100 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15101 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15102 (pr-switches): Remove period from end of error messages.
15103
15104 * help-mode.el (help-go-back): Likewise.
15105
15106 * abbrev.el (only-global-abbrevs): Doc fix.
15107 (edit-abbrevs-map): Define within defvar.
15108 (quietly-read-abbrev-file): Doc fix.
15109
15110 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15111
15112 * novice.el (enable-command, disable-command): Doc fixes.
15113
15114 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15115
15116 2004-07-30 Richard M. Stallman <rms@gnu.org>
15117
15118 * subr.el (with-local-quit): Doc fix.
15119
15120 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15121
15122 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15123
15124 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15125
15126 * custom.el (defcustom): Doc fix.
15127
15128 2004-07-28 Masatake YAMATO <jet@gyve.org>
15129
15130 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15131
15132 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15133
15134 * imenu.el (imenu-prev-index-position-function)
15135 (imenu-extract-index-name-function, imenu-name-lookup-function)
15136 (imenu--index-alist): Docstring redundancy fix.
15137
15138 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15139
15140 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15141 binding dired-backup-overwrite.
15142
15143 2004-07-25 John Paul Wallington <jpw@gnu.org>
15144
15145 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15146
15147 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15148
15149 * term/tty-colors.el (tty-color-approximate): Doc fix.
15150
15151 * select.el (x-get-selection, x-set-selection): Doc fixes.
15152
15153 * frame.el (make-frame): Doc fix.
15154
15155 2004-07-24 Richard M. Stallman <rms@gnu.org>
15156
15157 * mail/rmail.el (rmail-mime-charset-pattern):
15158 Don't include semicolon in the charset value.
15159
15160 * replace.el (occur-next-error): Call set-window-point.
15161 (occur-engine): Handle negative NLINES.
15162
15163 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15164
15165 * frame.el (modify-all-frames-parameters): Minor doc fix.
15166 (set-frame-configuration): Doc fix.
15167
15168 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15169
15170 * simple.el (completion-setup-function): Compute the common parts
15171 and the first difference place correctly when
15172 partial-completion-mode is on.
15173
15174 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15175
15176 * ps-print.el: Doc fix.
15177 (ps-print-version): New version 6.6.5.
15178 (ps-printing-region): Doc fix.
15179 (ps-generate-string-list): Comment fix.
15180 (ps-message-log-max): Code fix.
15181
15182 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15183
15184 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15185 generated PostScript.
15186
15187 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15188
15189 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15190 with Gnus v5_10 branch.)
15191
15192 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15193
15194 * calendar/time-date.el (time-to-number-of-days): New function.
15195 Imported from Gnus.
15196
15197 2004-07-22 Kim F. Storm <storm@cua.dk>
15198
15199 * progmodes/make-mode.el: Fix comments.
15200
15201 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15202
15203 * printing.el: Doc fix.
15204
15205 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15206
15207 * frame.el (modify-all-frames-parameters): Minor doc fix.
15208
15209 2004-07-20 Richard M. Stallman <rms@gnu.org>
15210
15211 * textmodes/fill.el (fill-nobreak-p): If this break point is
15212 at the end of the line, don't consider the newline which follows
15213 as a reason to return t.
15214
15215 2004-07-19 John Paul Wallington <jpw@gnu.org>
15216
15217 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15218
15219 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15220
15221 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15222 Delete irrelevant code.
15223
15224 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15225
15226 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15227 New docstring. From Luc Teirlinck.
15228
15229 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15230
15231 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15232 section.
15233 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15234 non-file buffers. We know it is nil.
15235
15236 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15237
15238 Sync with Tramp 2.0.43.
15239
15240 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15241 Remove outdated comment.
15242 (tramp-locked, tramp-locker): New variables for implementing a
15243 global lock.
15244 (tramp-sh-file-name-handler): Use them to implement the global lock.
15245
15246 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15247
15248 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15249 calls to respective `xxx` calls.
15250 (tramp-process-alive-regexp): Precise doc string.
15251 (tramp-multi-action-process-alive): New defun.
15252 (tramp-multi-actions): Use it.
15253 (tramp-handle-find-backup-file-name): `copy-tree' is available
15254 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15255 in order to avoid this function.
15256 (tramp-handle-write-region): Set current buffer. If connection
15257 wasn't open, `file-modes' has changed it accidentally. Reported by
15258 David Kastrup <dak@gnu.org>.
15259 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15260 HOST.
15261 (tramp-action-password, tramp-multi-action-password): Apply it.
15262 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15263 name must still contain the port number. Otherwise, we have two
15264 Tramp buffers, with all the confusion. Reported by Myron Selby
15265 <myron@xytech.com> and Rolf Dubitzky
15266 <Dubitzky@physi.uni-heidelberg.de>.
15267
15268 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15269 HOST to `tramp-enter-passwd'.
15270
15271 * net/tramp-vc.el (all): Code cleanup. Change all
15272 `tramp-handle-xxx' calls to respective `xxx` calls.
15273
15274 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15275
15276 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15277 functions that are not erroneous if either 1-valued or
15278 multi-valued. Detect functions in this class.
15279 (testcover-1value-functions, testcover-compose-functions)
15280 (testcover-progn-functions) Add some additional functions to lists.
15281 (testcover-mark): Bugfix when marking up the definition for an
15282 empty function.
15283
15284 2004-07-17 Richard M. Stallman <rms@gnu.org>
15285
15286 * replace.el (occur-read-primary-args): Pass default to
15287 read-from-minibuffer.
15288
15289 * mail/footnote.el (footnote-section-tag): Use defcustom.
15290
15291 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15292 Compile font-lock-keywords, not KEYWORDS.
15293 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15294 Add warn, check-type. Handle cerror like error.
15295
15296 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15297
15298 * progmodes/which-func.el (which-func-keymap): New var.
15299 (which-func-face): New face.
15300 (which-func-format): Use them.
15301
15302 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15303
15304 * buff-menu.el (list-buffers-noselect): Append the buffer's
15305 process status to its mode name.
15306
15307 2004-07-16 Kim F. Storm <storm@cua.dk>
15308
15309 * simple.el (inhibit-mark-movement): New defvar.
15310 (beginning-of-buffer, end-of-buffer): Do not push mark if
15311 inhibit-mark-movement is non-nil or C-u prefix is given.
15312
15313 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15314 Init to beginning-of-buffer and end-of-buffer.
15315 (cua--undo-push-mark): New defvar.
15316 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15317 already active and command is in cua--preserve-mark-commands.
15318 Also fix check for shift modifier on non-window systems.
15319 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15320
15321 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15322
15323 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15324 of two integers, instead of a cons.
15325
15326 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15327 `visited-file-modtime' now returns a list of two integers, instead
15328 of a cons.
15329
15330 * dired.el (dired-directory-changed-p): Ditto.
15331
15332 * progmodes/grep.el (grep): Doc fix.
15333
15334 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15335
15336 * autorevert.el (auto-revert-tail-mode)
15337 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15338 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15339 in both at the same time.
15340 (auto-revert-tail-mode): New command.
15341 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15342 (auto-revert-handler): Revert only either tail or whole file.
15343
15344 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15345 add auto-revert-tail-mode.
15346
15347 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15348
15349 * printing.el: Doc fix. Change name of some funs.
15350 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15351 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15352 (pr-standard-file-name): New fun. Replace pr-standard-path.
15353 (pr-call-process): Code fix.
15354
15355 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15356
15357 * subr.el (with-selected-window): Doc fix.
15358
15359 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15360
15361 * subr.el (get-buffer-window-list): Doc fix.
15362
15363 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15364
15365 * files.el (switch-to-buffer-other-window): Doc fix.
15366
15367 * window.el (save-selected-window, one-window-p)
15368 (split-window-keep-point, split-window-vertically)
15369 (split-window-horizontally): Doc fixes.
15370
15371 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15372
15373 * printing.el: Doc fix. Now it uses call-process instead of
15374 shell-command for low command execution.
15375 (pr-version): New version number (6.8).
15376 (pr-shell-file-name): Option removed.
15377 (pr-shell-command): Fun removed.
15378 (pr-call-process): New fun. Replace pr-shell-command.
15379 (pr-standard-path, pr-remove-nil-from-list): New funs.
15380 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15381 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15382 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15383 (pr-ps-utility-process, pr-txt-print): Code fix.
15384
15385 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15386
15387 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15388 boolean.
15389
15390 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15391
15392 * wid-edit.el (widget-field-buffer): Doc fix.
15393
15394 2004-07-09 John Paul Wallington <jpw@gnu.org>
15395
15396 * emacs-lisp/re-builder.el (reb-update-overlays):
15397 Distinguish between one and several matches in message.
15398
15399 2004-07-09 Richard M. Stallman <rms@gnu.org>
15400
15401 * mouse.el (mouse-set-region-1): If transient-mark-mode
15402 is `identity', change it to `only'.
15403
15404 * simple.el (current-word): Doc fix.
15405
15406 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15407
15408 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15409 so that it is more understanding of whitespace.
15410
15411 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15412 (("ns" . "element") (attr-list) children) instead of
15413 ((:ns . "element") (attr-list) children) in order to reduce the
15414 number of symbols used.
15415 (xml-skip-dtd): Change to use xml-parse-dtd but set
15416 xml-validating-parsing to nil.
15417 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15418 (xml-substitute-entity): Remove in favor of new entity substitution.
15419 (xml-substitute-special): Rewrite in to substitute complex
15420 entities from DOCTYPE declarations.
15421 (xml-parse-fragment): Parse fragments from entity declarations.
15422 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15423 (xml-parse-dtd, xml-substitute-special): Make validity checks
15424 conditioned on xml-validating-parser. Add "Not Well Formed" to
15425 error messages about well-formedness.
15426
15427 2004-07-08 Steven Tamm <steventamm@mac.com>
15428
15429 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15430 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15431 Do not treat double clicks and triple clicks specially in the
15432 scroll bar (preventing strange repositioning problems)
15433
15434 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15435
15436 * replace.el (query-replace-regexp-eval): Fix last change.
15437
15438 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15439
15440 * replace.el (query-replace-descr): New fun.
15441 (query-replace-read-from, query-replace-read-args): Default to the
15442 previous from&to.
15443 (query-replace-read-to): Quote the `from' string when displaying it.
15444 (query-replace-regexp-eval): Immediately check read-only status.
15445 Use query-replace-read-from to get the \n checking.
15446 Quote the `from' string when displaying it.
15447 (map-query-replace-regexp, occur-read-primary-args):
15448 Quote the `from' string when displaying it.
15449
15450 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15451 delimited-ness of the search to query-replace.
15452
15453 * replace.el (query-replace-read-from, query-replace-read-to):
15454 New funs extracted from query-replace-read-args.
15455 (query-replace-read-args): Use them.
15456
15457 * replace.el (query-replace-interactive, query-replace-read-args):
15458 Remove the `initial' special value.
15459 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15460 (occur-engine): Remove unused var `matchend'.
15461
15462 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15463 Use the search string without prompting.
15464
15465 2004-07-05 Kenichi Handa <handa@m17n.org>
15466
15467 * international/mule.el (decode-coding-inserted-region):
15468 Set last-coding-system-used only when coding is nil.
15469
15470 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15471
15472 * progmodes/grep.el (grep-compute-defaults, grep-command)
15473 (grep-program, find-program, grep-find-use-xargs, grep-history)
15474 (grep-find-history, grep-tag-default, grep-find-command)
15475 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15476 Add autoload cookies, for unbundled packages that load `compile'
15477 and expect all grep-related symbols to become defined.
15478
15479 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15480
15481 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15482 (iimage-mode-image-search-path): New user option to search the
15483 image file.
15484 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15485 have locate-file.
15486 (iimage-mode-buffer): Use it.
15487
15488 2004-07-03 Nick Roberts <nickrob@gnu.org>
15489
15490 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15491 carefully.
15492 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15493
15494 2004-07-03 Juri Linkov <juri@jurta.org>
15495
15496 * replace.el (query-replace-read-args): Swallow space after 'foo,
15497 not after (quote foo). Match space only immediately after symbol,
15498 not anywhere in the whole string.
15499
15500 2004-07-02 Richard M. Stallman <rms@gnu.org>
15501
15502 * replace.el (query-replace-read-args): Swallow space after
15503 symbols, not after closeparens. But avoid error if string ends there.
15504
15505 * progmodes/python.el (python-beginning-of-statement):
15506 Exit the loop if backward-up-list gets error.
15507
15508 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15509
15510 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15511
15512 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15513 only if vc-consult-headers is non-nil.
15514
15515 2004-07-02 Juri Linkov <juri@jurta.org>
15516
15517 * pcvs.el (cvs-mode-diff-repository): New command.
15518
15519 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15520
15521 2004-07-01 Juri Linkov <juri@jurta.org>
15522
15523 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15524 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15525 C-M-% to isearch-query-replace-regexp.
15526 (minibuffer-local-isearch-map): Add arrow key bindings.
15527 Bind C-f to isearch-yank-char-in-minibuffer.
15528 (isearch-forward): Doc fix.
15529 (isearch-edit-string): Doc fix.
15530 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15531 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15532 (isearch-yank-char): Add optional arg.
15533 (isearch-yank-char-in-minibuffer): New fun.
15534
15535 * replace.el (query-replace-interactive): Change type from boolean
15536 to choice. Add value `initial'.
15537 (query-replace-read-args): Handle value `initial' of
15538 query-replace-interactive.
15539
15540 2004-06-29 Kim F. Storm <storm@cua.dk>
15541
15542 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15543 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15544
15545 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15546 Add :group 'ada.
15547
15548 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15549
15550 2004-06-29 Juri Linkov <juri@jurta.org>
15551
15552 * replace.el (query-replace-read-args): Swallow a space after
15553 everything except )]" which in most cases means after a symbol.
15554
15555 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15556
15557 2004-06-28 Richard M. Stallman <rms@gnu.org>
15558
15559 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15560 More changes to go with previous change in font-lock.el.
15561
15562 2004-06-26 David Kastrup <dak@gnu.org>
15563
15564 * replace.el (perform-replace): Highlight the match even in
15565 non-query mode if there is potential replace string editing.
15566
15567 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15568
15569 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15570 agree with new return value of `file-remote-p'.
15571 This syncs with Tramp 2.0.42.
15572
15573 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15574 according to new documentation of `file-remote-p'.
15575
15576 * files.el (file-remote-p): Fix doc to say that return value is
15577 identification of remote system, if not nil.
15578 (file-relative-name): Use new return value of `file-remote-p'.
15579
15580 2004-06-26 Nick Roberts <nickrob@gnu.org>
15581
15582 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15583 (gdb-goto-breakpoint): Fix breakage.
15584
15585 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15586
15587 * man.el (Man-getpage-in-background): Add windows-nt to the list
15588 of systems where shell-file-name should be used instead of
15589 literal "sh".
15590
15591 2004-06-25 Sam Steingold <sds@gnu.org>
15592
15593 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15594 function names `(setf symbol)'.
15595
15596 2004-06-24 Richard M. Stallman <rms@gnu.org>
15597
15598 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15599
15600 * font-lock.el (font-lock-keywords): Change format of compiled values.
15601 Document it.
15602 (font-lock-add-keywords): If font-lock-keywords is compiled,
15603 extract the uncompiled version, modify, then recompile.
15604 (font-lock-remove-keywords): Likewise.
15605 (font-lock-fontify-keywords-region): Handle changed format.
15606 (font-lock-compile-keywords): Handle changed format.
15607 (font-lock-set-defaults): Compile the keywords explicitly here.
15608
15609 2004-06-24 David Kastrup <dak@gnu.org>
15610
15611 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15612 replacements here.
15613 (query-replace-regexp): Doc string explaining this and the new
15614 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15615 is better placed in `query-replace-read-args'.
15616 (replace-regexp): Explain `\,', `\#' and `\?'.
15617 (replace-match-data): New function for thorough reuse/destruction
15618 of old match-data.
15619 (replace-match-maybe-edit): Function for implementing `\?' editing.
15620 (perform-replace): Fix maintaining of the match stack including
15621 already matched regions, implement `\?', fix various problems
15622 with regions while editing and other stuff.
15623 (replace-highlight): Simplify.
15624
15625 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15626
15627 * progmodes/grep.el (grep-error-screen-columns): New variable.
15628 (grep-regexp-alist): Give it the full functionality of gnu style
15629 compilation messages with line and column ranges. Ask me for the
15630 perl script I'm working on, that uses these.
15631
15632 2004-06-23 Nick Roberts <nickrob@gnu.org>
15633
15634 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15635 Remove.
15636 (comint-insert-input, comint-mouse-insert-input): New functions
15637 based on comint-insert-clicked-input for two bindings but just
15638 one functionality.
15639
15640 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15641
15642 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15643
15644 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15645
15646 * files.el (write-contents-functions): Doc fix.
15647
15648 2004-06-21 Juanma Barranquero <lektu@terra.es>
15649
15650 * image.el (image-library-alist): Rewrite docstring in active voice.
15651
15652 2004-06-20 Richard M. Stallman <rms@gnu.org>
15653
15654 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15655
15656 * isearch.el (isearch-repeat): Avoid testing old match data.
15657 (isearch-message): Display trailing space in special font
15658 when search is failing.
15659 (isearch-search-fun-function): Doc fix.
15660
15661 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15662
15663 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15664
15665 * frame.el (show-trailing-whitespace): Doc fix.
15666
15667 * cus-edit.el (custom-variable-documentation): New function.
15668 (custom-variable): Use it.
15669
15670 2004-06-19 Nick Roberts <nickrob@gnu.org>
15671
15672 * man.el (Man-getpage-in-background): Revert previous change but
15673 make cygwin a special case.
15674
15675 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15676
15677 * autorevert.el (global-auto-revert-non-file-buffers):
15678 Update docstring.
15679
15680 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15681
15682 * progmodes/compile.el (compilation-error-properties): Store one
15683 more than end-col, if present, so that transient-mark-mode will
15684 highlight last char too.
15685 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15686 ranges, if present.
15687
15688 2004-06-18 Jason Rumney <jasonr@gnu.org>
15689
15690 * makefile.w32-in: Double percent signs in for loops.
15691
15692 2004-06-17 David Kastrup <dak@gnu.org>
15693
15694 * replace.el (query-replace-read-args): Only warn about use of \n
15695 and \t when we are doing a regexp replacement and the actual
15696 escaped character is n or t.
15697 (query-replace-regexp): Add \, and \# interpretation to
15698 interactive call and document it.
15699 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15700 as shortkey for replace-count.
15701 (replace-quote): New function for doubling backslashes.
15702
15703 2004-06-17 Juanma Barranquero <lektu@terra.es>
15704
15705 * files.el (parse-colon-path, cd): Mention in docstring that the
15706 path separator is colon in GNU-like systems.
15707
15708 * newcomment.el (comment-region-internal): Fix docstring.
15709
15710 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15711 (ewoc-invalidate, ewoc-collect): Doc fixes.
15712 (ewoc--create-node, ewoc--delete-node-internal):
15713 Fix typos in docstring.
15714
15715 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15716
15717 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15718 manual to docstring.
15719
15720 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15721
15722 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15723
15724 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15725
15726 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15727 Add hyperlink to emacs-xtra manual to docstring.
15728
15729 * autorevert.el (global-auto-revert-non-file-buffers):
15730 Add hyperlink to emacs-xtra manual to docstring, as well as an
15731 info-link.
15732
15733 2004-06-14 Juanma Barranquero <lektu@terra.es>
15734
15735 * image.el (image-library-alist): New variable to map image types
15736 to external libraries. Initialized to nil, unless system-specific
15737 configs change it.
15738 (image-type-available-p): Determine whether an image type is
15739 available by calling `init-image-library'.
15740
15741 * term/w32-win.el (image-library-alist): Initialize to a known set
15742 of probable library names.
15743
15744 2004-06-14 Kenichi Handa <handa@m17n.org>
15745
15746 * international/code-pages.el (windows-1256, cp1125): Fix tables
15747 for several characters.
15748
15749 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15750
15751 2004-06-13 Richard M. Stallman <rms@gnu.org>
15752
15753 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15754
15755 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15756 not "`pc-selection-mode'".
15757
15758 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15759
15760 * simple.el (previous-matching-history-element): Specify a default.
15761
15762 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15763
15764 * cus-face.el (custom-declare-face): Simplify code.
15765
15766 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15767
15768 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15769
15770 * files.el (before-save-hook): Add `time-stamp' to the options.
15771
15772 * time-stamp.el (time-stamp): Recommend adding it to
15773 `before-save-hook', rather than `write-file-functions'.
15774 Make a similar change in `Commentary' section.
15775
15776 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15777
15778 * diff-mode.el (diff-current-defun): If at start of hunk, use
15779 position of first change.
15780
15781 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15782
15783 * dired-x.el (dired-mark-omitted): Bind to "*O".
15784
15785 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15786
15787 * bookmark.el (bookmark-bmenu-relocate): New function, as
15788 suggested by David J. Biesack <David.Biesack@sas.com>.
15789 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15790 (bookmark-bmenu-mode): Describe binding in doc string.
15791 (bookmark-set-filename): Save the bookmark list if it's time.
15792
15793 2004-06-13 Kenichi Handa <handa@m17n.org>
15794
15795 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15796 (ccl-untranslated-to-ucs): Fix typo.
15797
15798 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15799
15800 * progmodes/python.el (python-open-block-statement-p):
15801 Fix indentation after a block opening that contains a comment.
15802
15803 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15804
15805 * bindings.el (completion-ignored-extensions): Add file extensions
15806 of Python byte-compiled files.
15807
15808 2004-06-12 Juri Linkov <juri@jurta.org>
15809
15810 * info.el (Info-goto-node): Add autoload.
15811 (Info-toc): Add substring-no-properties on Info file name.
15812 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15813 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15814
15815 2004-06-12 Kenichi Handa <handa@m17n.org>
15816
15817 * international/mule-cmds.el (set-language-environment):
15818 Load subst tables if necessary.
15819
15820 * international/mule.el (decode-char): Load subst tables if necessary.
15821 (encode-char): Likewise.
15822
15823 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15824 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15825 (utf-16le-decode-loop): Set r5 to -1 before loop.
15826 (utf-16be-decode-loop): Likewise.
15827 (ccl-decode-mule-utf-16le): Add EOF processing block.
15828 (ccl-decode-mule-utf-16be): Likewise.
15829 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15830 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15831 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15832 (ccl-mule-utf-16-encode-untrans): New CCL.
15833 (utf-16-decode-to-ucs): Handle pre-read character.
15834 (utf-16le-encode-loop): Handle surrogate pair.
15835 (utf-16be-encode-loop): Likewise.
15836 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15837 of utf-16le-encode-loop.
15838 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15839 of utf-16be-encode-loop.
15840 (mule-utf-16-post-read-conversion):
15841 Call utf-8-post-read-conversion at first.
15842 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15843 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15844 Add post-read-conversion and pre-write-conversion.
15845
15846 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15847 (utf-translate-cjk-unicode-range): New variable.
15848 (utf-translate-cjk-load-tables): New function.
15849 (utf-lookup-subst-table-for-decode): New function.
15850 (utf-lookup-subst-table-for-encode): New function.
15851 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15852 tables here. Update safe-charsets of utf-* coding systems.
15853 (ccl-mule-utf-untrans): New CCL.
15854 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15855 at end of each branch.
15856 (ccl-mule-utf-8-encode-untrans): New CCL.
15857 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15858 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15859 length of encoding. Don't return r0.
15860 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15861 (utf-8-post-read-conversion): Narrow to region properly.
15862 If utf-translate-cjk-mode is on, load tables if necessary.
15863 Call utf-8-compose with hash-table arg if necessary.
15864 Call XXX-compose-region instead of XXX-post-read-conversion.
15865 (utf-8-pre-write-conversion): New function.
15866 (mule-utf-8): Include CJK charsets in safe-charsets if
15867 utf-translate-cjk-mode is on. Add pre-write-conversion.
15868
15869 * international/characters.el: Temporarily set
15870 utf-translate-cjk-mode to nil.
15871
15872 * language/devan-util.el (devanagari-compose-region):
15873 Add autoload cookie.
15874
15875 * international/ccl.el (ccl-dump-call): Fix printing the
15876 subroutine name.
15877
15878 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15879
15880 * dired.el (dired-revert): If buffer is marked unmodified before
15881 reverting, keep it marked unmodified.
15882 Adapt to new conventions for commenting out code.
15883 (dired-make-relative): Adapt to new conventions for commenting out code.
15884
15885 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15886
15887 * eshell/esh-module.el (eshell-load-defgroups):
15888 Bind `vc-handled-backends' to nil when opening files.
15889
15890 2004-06-11 Juanma Barranquero <lektu@terra.es>
15891
15892 * files.el (parse-colon-path, cd): Doc fixes (refer to
15893 `path-separator', not colon).
15894
15895 2004-06-10 Juanma Barranquero <lektu@terra.es>
15896
15897 * newcomment.el (comment-search-forward)
15898 (comment-search-backward): Fix typos in docstring.
15899 (comment-region): Doc fix.
15900
15901 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15902
15903 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15904 switch is no longer stored in `dired-switches-alist'.
15905
15906 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15907 `dired-switches-alist'.
15908
15909 2004-06-10 Kim F. Storm <storm@cua.dk>
15910
15911 * pcvs.el (cvs-mode-diff-yesterday): New command.
15912
15913 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15914
15915 2004-06-10 Juri Linkov <juri@jurta.org>
15916
15917 * emacs-lisp/edebug.el (edebug-eval-defun):
15918 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15919 Fix docstring.
15920
15921 * simple.el (eval-expression-print-format): Don't print additional
15922 information on the first call to `eval-print-last-sexp'.
15923 (next-error-find-buffer): Fix punctuation.
15924 (killing) <defgroup>: Fix punctuation.
15925 (yank-excluded-properties): Change group from editing to killing.
15926
15927 * replace.el (perform-replace): Use `limit' to terminate the
15928 while-loop explicitly.
15929
15930 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15931
15932 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15933 Use lc-*.xpm as prefix instead of *-locol.xpm.
15934
15935 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15936 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15937 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15938 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15939 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15940 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15941 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15942 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15943 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15944 * toolbar/lc-up_arrow.xpm:
15945 Rename from *-locol.xpm.
15946
15947 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15948
15949 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15950 include forms like &<str>; as valid url patterns.
15951
15952 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15953
15954 * dired.el (dired-diff, dired-backup-diff)
15955 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15956 (dired-do-chown, dired-do-touch, dired-do-print)
15957 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15958 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15959 (dired-create-directory, dired-do-copy, dired-do-symlink)
15960 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15961 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15962 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15963 (dired-maybe-insert-subdir, dired-next-subdir)
15964 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15965 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15966 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15967 (dired-run-shell-command, dired-query): Remove redundant,
15968 or incorrect, autoloads.
15969
15970 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15971 does not end in a slash. Add optional argument KILL-ROOT.
15972 Update docstring.
15973 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15974 (dired-query): Add autoloads.
15975
15976 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15977
15978 * progmodes/compile.el (compilation-set-window-height):
15979 Rearrange the save-* functions because a buffer can have several current
15980 point in different windows.
15981 (compilation-error-regexp-alist-alist): Recognize {standard input}
15982 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15983
15984 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15985
15986 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15987 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15988 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15989 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15990 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15991 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15992 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15993 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15994 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15995 * toolbar/up_arrow-locol.xpm:
15996 New versions of icons that uses fewer colors.
15997
15998 * toolbar/tool-bar.el (tool-bar-local-item)
15999 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
16000 if display-color-cells is 256 or less.
16001
16002 2004-06-08 Kim F. Storm <storm@cua.dk>
16003
16004 * wid-edit.el (widget-specify-button): Use hand pointer rather
16005 than mouse-face as visible mouse-over effect.
16006
16007 2004-06-07 Karl Fogel <kfogel@red-bean.com>
16008
16009 * saveplace.el (save-place-alist-to-file): Bind `print-length'
16010 and `print-level' to nil when writing out `save-place-alist'.
16011 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
16012
16013 2004-06-07 Juanma Barranquero <lektu@terra.es>
16014
16015 * completion.el (completion-kill-region): Doc fix.
16016
16017 * format.el (format-insert-annotations)
16018 (format-annotate-location): Doc fixes.
16019 (format-subtract-regions): Make arguments match their use in docstring.
16020
16021 * simple.el (kill-region): Doc fix.
16022
16023 * subr.el (insert-buffer-substring-no-properties)
16024 (insert-buffer-substring-as-yank): Doc fixes.
16025
16026 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
16027
16028 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16029 Update docstring.
16030 (dired-reset-subdir-switches): New function.
16031
16032 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
16033 Limit scope of `buffer-read-only' binding.
16034
16035 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
16036
16037 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
16038 eshell-explicit-command-char.
16039
16040 2004-06-06 Juanma Barranquero <lektu@terra.es>
16041
16042 * help-fns.el (help-argument-name): Inherit from italic face only
16043 if the frame supports it.
16044
16045 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16046
16047 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
16048 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
16049 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
16050 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
16051 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
16052 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
16053 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
16054 New conversions from xpm files.
16055
16056 * toolbar/README: New file.
16057
16058 2004-06-06 Richard M. Stallman <rms@gnu.org>
16059
16060 * isearch.el (isearch-mode-map): Undo previous change.
16061
16062 2004-06-05 Juri Linkov <juri@jurta.org>
16063
16064 * bindings.el (debug-ignored-errors): Add regexps for history
16065 related messages. Remove $ from "No further undo information".
16066 Move Ediff's messages to ediff.el.
16067
16068 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
16069
16070 * cus-edit.el (custom-display): Add `min-colors'.
16071
16072 * custom.el (defface): Add `supports' to docstring.
16073
16074 * help-fns.el (help-argument-name): Add :group 'help.
16075
16076 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
16077
16078 * find-dired.el (find-ls-subdir-switches): New user option.
16079 (find-dired): No longer call `abbreviate-file-name' on DIR.
16080 Set `dired-subdir-switches' buffer-locally.
16081
16082 * locate.el: Merge the two `Commentary' sections.
16083 (locate-ls-subdir-switches): New user option.
16084 (locate): Update for other changes.
16085 (locate-mode-map): Restore Dired binding for mouse-2.
16086 Bind `locate-mouse-view-file' to M-mouse-2.
16087 Bind `l' to `locate-do-redisplay'.
16088 (locate-main-listing-line-p, locate-do-redisplay): New functions.
16089 (locate-mouse-view-file, locate-tags, locate-find-directory):
16090 Print message if used outside main listing.
16091 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
16092 Various changes to support inserted subdirectories.
16093 (locate-insert-header): Change header of *Locate* buffer.
16094
16095 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
16096 Change interactive default switches.
16097 (dired-rename-subdir-2): Update `dired-switches-alist'.
16098 (dired-insert-subdir, dired-kill-subdir):
16099 Handle `dired-switches-alist'. Do not mark buffer modified.
16100 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16101 (dired-insert-subdir-doinsert): Omit messages.
16102 Handle `dired-subdir-switches'.
16103 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16104
16105 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16106 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16107 subdirs if -R switch is used for a subdir.
16108 (dired-mode): Set `dired-switches-alist'.
16109 (dired-build-subdir-alist): Only print number of directories in
16110 echo area when invoked interactively.
16111
16112 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16113
16114 * dired-x.el (dired-omit-mode): Rename from
16115 dired-omit-files-p. Use define-minor-mode to define it.
16116 (dired-omit-files-p): Add as alias for dired-omit-mode.
16117 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16118 dired-mark-omitted.
16119 (dired-mark-omitted): Add. Bind to M-O.
16120
16121 2004-06-05 Kenichi Handa <handa@m17n.org>
16122
16123 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16124
16125 2004-06-05 Juanma Barranquero <lektu@terra.es>
16126
16127 * help-fns.el (help-argument-name): Reintroduce face.
16128 (help-default-arg-highlight): Use it, now that
16129 `face-differs-from-default-p' can be trusted.
16130
16131 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16132
16133 * textmodes/table.el: Sentence commands added to Point Motion
16134 group; kill and backward-kill commands added to Extraction group.
16135
16136 2004-06-04 Mario Lang <mlang@delysid.org>
16137
16138 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16139 systems appear to use mW, make the code handle this. Fix a
16140 division-by-zero bug while at it, and handle kernels with
16141 a slightly different layout in /proc/acpi.
16142
16143 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16144
16145 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16146 because the latter is a CL-ism. This fixes the bug reported by
16147 Shawn Boyette <mdxi@collapsar.net> in
16148 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16149
16150 2004-06-04 Miles Bader <miles@gnu.org>
16151
16152 * faces.el (display-supports-face-attributes-p): Function moved to
16153 C code. Previously only the tty-related portion of this function
16154 was done in C; however the previous attempt to do a halfway-proper
16155 job for non-tty displays in lisp didn't work properly because of
16156 funny conditions during Emacs startup.
16157 (face-differs-from-default-p): Simplify, now that
16158 display-supports-face-attributes-p works properly on all display
16159 types. Remove :stipple from comparison; it doesn't really work
16160 in emacs anyway.
16161
16162 2004-06-04 Miles Bader <miles@gnu.org>
16163
16164 * faces.el (face-differs-from-default-p): Use a different
16165 implementation, so we can really check whether FACE displays
16166 differently or not.
16167
16168 2004-06-04 Miles Bader <miles@gnu.org>
16169
16170 * faces.el (display-supports-face-attributes-p): Implement a
16171 `different from default' check for non-tty displays.
16172
16173 2004-06-03 David Kastrup <dak@gnu.org>
16174
16175 * woman.el (woman-mapcan): More concise code.
16176 (woman-topic-all-completions, woman-topic-all-completions-1)
16177 (woman-topic-all-completions-merge): Replace by a simpler and
16178 much faster implementation based on O(n log n) sort/merge instead
16179 of the old O(n^2) behavior.
16180
16181 2004-06-03 Miles Bader <miles@gnu.org>
16182
16183 * subr.el (read-number): Use canonical format for default in prompt.
16184
16185 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16186 Add regexp for " [...]" style defaults.
16187
16188 2004-06-02 Romain Francoise <romain@orebokech.com>
16189
16190 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16191 groups: if the user asks for a hidden buffer, open the
16192 corresponding filter group to expose it.
16193
16194 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16195 `ibuffer-jump-to-buffer'.
16196 (ibuffer-jump-offer-only-visible-buffers): New user option.
16197
16198 2004-06-02 Juanma Barranquero <lektu@terra.es>
16199
16200 * faces.el (frame-update-faces): Add empty docstring so the one
16201 for `ignore' doesn't show through.
16202
16203 * subr.el (process-kill-without-query): Remove spurious "\n" on
16204 obsolescence string.
16205 (focus-frame, unfocus-frame): Add obsolescence declaration and
16206 empty docstring.
16207
16208 * international/mule.el (register-char-codings): Make alias for
16209 `ignore'. Move docstring to obsolescence info and remove redundancy.
16210
16211 2004-06-02 Kim F. Storm <storm@cua.dk>
16212
16213 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16214 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16215
16216 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16217
16218 * comint.el (comint-replace-by-expanded-history-before-point):
16219 Obey `start' as the docstring says.
16220 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16221 (comint-update-fence): Prevent font-lock from running unnecessarily.
16222 (comint-dynamic-list-completions): Use with-current-buffer.
16223
16224 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16225
16226 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16227 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16228 (bibtex-entry-update): Handle alternatives and optional fields.
16229 (bibtex-parse-entry): Bugfix, handle empty key.
16230
16231 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16232
16233 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16234
16235 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16236
16237 * desktop.el (desktop-save): Don't save minor modes without a
16238 known mode initialization function.
16239
16240 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16241
16242 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16243
16244 * autorevert.el: Update `Commentary' section.
16245
16246 2004-05-30 Juanma Barranquero <lektu@terra.es>
16247
16248 * dos-fns.el (convert-standard-filename):
16249 * files.el (convert-standard-filename):
16250 * w32-fns.el (convert-standard-filename):
16251 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16252
16253 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16254
16255 Sync with Tramp.
16256
16257 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16258 (tramp-let-maybe): Move to an earlier spot in the file.
16259 Patch by Andreas Schwab.
16260
16261 2004-05-30 Andreas Schwab <schwab@suse.de>
16262
16263 * dired.el (dired-get-filename): Don't use dired-re-dot.
16264
16265 2004-05-30 Richard M. Stallman <rms@gnu.org>
16266
16267 * files.el (find-file): Doc fix.
16268
16269 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16270
16271 2004-05-30 Nick Roberts <nickrob@gnu.org>
16272
16273 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16274 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16275 modeline of the locals buffer.
16276 (gdb-goto-breakpoint): Handle gdbmi.
16277 (gdb-get-frame-number): Change for gdbmi.
16278
16279 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16280
16281 * files.el (file-remote-p): Apply file name handler for operation
16282 `file-remote-p'. It isn't a property any longer.
16283 (file-relative-name): `fh' and `fd' get the required value via
16284 `find-file-name-handler' already.
16285
16286 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16287 (top): Remove setting of `file-remote-p' property for
16288 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16289
16290 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16291
16292 Version 2.0.41 of Tramp released.
16293
16294 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16295 Throw away if process has died.
16296 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16297 (tramp-out-of-band-prompt-regexp): Rename to
16298 `tramp-process-alive-regexp', because its usage is widen.
16299 (tramp-actions-copy-out-of-band): Apply it.
16300 (tramp-actions-before-shell, tramp-multi-actions):
16301 Add `tramp-action-process-alive' action.
16302 (tramp-action-process-alive): New defun.
16303 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16304 Add entry for `file-remote-p'.
16305 (tramp-handle-file-remote-p): New defun.
16306 (top): Remove setting of `file-remote-p'. Don't set
16307 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16308
16309 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16310 `file-remote-p'.
16311
16312 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16313 counted for (last) line. [They should or they shouldn't? --Stef]
16314 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16315
16316 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16317
16318 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16319 not really necessary but seems to keep the shell history smaller
16320 in some cases. It is no substitute for setting HISTFILE and
16321 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16322 though. Suggested by Luc Teirlinck.
16323 (tramp-open-connection-setup-interactive-shell): Export variables
16324 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16325 (tramp-set-process-query-on-exit-flag): New compat function.
16326 (tramp-open-connection-multi, tramp-open-connection-su)
16327 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16328 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16329 (tramp-let-maybe): New macro, let-binds a variable only if it
16330 isn't obsolete.
16331 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16332 (tramp-handle-file-truename): Use it.
16333 (tramp-completion-file-name-regexp-unified): Avoid matching
16334 filenames starting with "/:" -- those are reserved for
16335 file-name-non-special.
16336
16337 * tramp-smb.el (tramp-smb-open-connection):
16338 Use tramp-set-process-query-on-exit-flag compat function.
16339
16340 2004-05-29 Richard M. Stallman <rms@gnu.org>
16341
16342 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16343
16344 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16345 (eval-last-sexp-print-value): Print char equivalent regardless
16346 of standard-output value.
16347
16348 * thumbs.el (thumbs-subst-char-in-string): Delete.
16349 (thumbs-thumbname): Use subst-char-in-string.
16350 (thumbs-resize-image): Use condition-case, not ignore-errors.
16351 (thumbs-kill-buffer): Likewise.
16352
16353 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16354 (thumbs-mode): Make buffer read-only.
16355 (thumbs-make-thumb): Unconditionally accept an existing file.
16356 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16357 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16358 (thumbs-show-thumbs-list): Error if images not supported.
16359 (thumbs-save-current-image): Improve prompt string.
16360 (thumbs-mode-map): Define u, R, x.
16361 (thumbs-unmark): New command.
16362 (thumbs-emboss-image): Minor cleanup.
16363 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16364 (thumbs-rename-images): New command.
16365 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16366
16367 * thumbs.el (thumbs-current-image): New function.
16368 (thumbs-file-list, thumbs-file-alist): New functions.
16369 (thumbs-find-image): Delete arg L.
16370 Don't set up thumbs-fileL as buffer-local global var.
16371 (thumbs-find-image-at-point): Use thumbs-current-image.
16372 (thumbs-set-image-at-point-to-root-window): Likewise.
16373 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16374 Record and warn about errors. Update thumbs-markedL for deletions.
16375 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16376 (thumbs-redraw-buffer): Use thumbs-file-list.
16377 (thumbs-mark): Use thumbs-current-image.
16378 (thumbs-show-name): Use thumbs-current-image.
16379
16380 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16381 and imenu--last-menubar-index-alist.
16382
16383 * subr.el (with-selected-window): Undo previous change.
16384
16385 2004-05-29 John Paul Wallington <jpw@gnu.org>
16386
16387 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16388 (thumbs-mouse-find-image): New command.
16389 (thumbs-mode-map): Bind it to mouse-2.
16390 (thumbs-mode): Make mode-class special.
16391 (thumbs-view-image-mode): Likewise.
16392
16393 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16394
16395 * flymake.el: New file.
16396
16397 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16398
16399 * files.el (find-file-noselect-1): Do not bind
16400 `inhibit-read-only' to t during execution of
16401 `find-file-not-found-functions'.
16402
16403 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16404
16405 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16406 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16407
16408 2004-05-28 Juri Linkov <juri@jurta.org>
16409
16410 * simple.el (eval-expression-print-format): New fun.
16411
16412 * simple.el (eval-expression):
16413 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16414 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16415 (edebug-eval-expression): Print additionally the value returned by
16416 `eval-expression-print-format'.
16417
16418 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16419 (insert-pair): Make arguments optional. Find character pair
16420 from `insert-pair-alist' according to the last input event.
16421 (insert-parentheses): Make arguments optional.
16422 (raise-sexp, delete-pair): New funs.
16423
16424 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16425 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16426 Bind C-M-q to `indent-pp-sexp'.
16427
16428 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16429 `pp-to-string' modified to be able to format text with newlines.
16430 (pp-to-string): Move the buffer-formatting part of the code to
16431 `pp-buffer'. Call `pp-buffer'.
16432
16433 * info.el (Info-desktop-buffer-misc-data): Don't save information
16434 about virtual files.
16435 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16436 buffers with names obtained from the desktop file instead of the
16437 default *info* buffer.
16438
16439 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16440
16441 * subr.el (with-selected-window): Only save/restore the selected window.
16442
16443 * progmodes/compile.el (compilation-error-regexp-alist):
16444 Use expand-file-name and data-directory.
16445
16446 * progmodes/grep.el (grep-tree): Rework previous fix.
16447
16448 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16449 after the user marked text with the mouse.
16450
16451 * startup.el (command-line): Keep the first regexp of
16452 auto-save-file-name-transforms intact.
16453
16454 2004-05-28 Juanma Barranquero <lektu@terra.es>
16455
16456 * cus-edit.el (customize-face, customize-face-other-window)
16457 (custom-face-edit-delete): Make arguments match their use in
16458 docstring.
16459 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16460 docstring.
16461
16462 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16463 not `cvs-butlast'.
16464
16465 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16466 `nbutlast' are in subr.el).
16467
16468 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16469 (set-w32-system-coding-system): Doc fixes.
16470
16471 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16472 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16473 Make arguments match their use in docstring.
16474 (artist-draw-region-trim-line-endings)
16475 (artist-mouse-choose-operation): Fix typo in docstring.
16476 (artist-key-set-point-common): Doc fix.
16477
16478 2004-05-28 Simon Josefsson <jas@extundo.com>
16479
16480 * mail/smtpmail.el (smtpmail-open-stream):
16481 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16482
16483 2004-05-26 Simon Josefsson <jas@extundo.com>
16484
16485 * starttls.el: Merge with my GNUTLS based starttls.el.
16486 (starttls-gnutls-program, starttls-use-gnutls)
16487 (starttls-extra-arguments, starttls-process-connection-type)
16488 (starttls-connect, starttls-failure, starttls-success): New variables.
16489 (starttls-program, starttls-extra-args): Doc fix.
16490 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16491 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16492 and pass on to corresponding *-gnutls function if it is set.
16493
16494 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16495
16496 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16497 remote files.
16498
16499 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16500
16501 * files.el (file-name-non-special): There are more operations
16502 which need handling: `find-backup-file-name',
16503 `insert-file-contents', `verify-visited-file-modtime',
16504 `write-region'. Rename t value of method to `add'. Add new
16505 methods `quote' and `unquote-then-quote' to file-arg-indices.
16506
16507 2004-05-25 Juri Linkov <juri@jurta.org>
16508
16509 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16510 (Info-index-nodes): Enclose code in condition-case to catch errors.
16511 (Info-index-node): Don't search all index nodes if request is only
16512 for the current node and file is not in the cache of index nodes.
16513 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16514 for consistency with dired-copy-filename-as-kill.
16515 Bind `S' to Info-search-case-sensitively.
16516 (Info-copy-current-node-name): New arg. With zero prefix arg put
16517 the name inside a function call to `info'. Display copied text in
16518 the echo area.
16519
16520 2004-05-25 Sam Steingold <sds@gnu.org>
16521
16522 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16523 strip the package prefix from the symbol name, if any.
16524 Make it the `find-tag-default-function' for `lisp-mode'.
16525
16526 2004-05-25 John Paul Wallington <jpw@gnu.org>
16527
16528 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16529 instead of obsolete `process-kill-without-query'.
16530
16531 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16532 Declare as variable, not constant.
16533
16534 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16535
16536 * files.el (find-file-noselect-1): Fix bug introduced by
16537 Revision 1.694. As a side effect, `inhibit-read-only'
16538 is again, by default, t during execution of
16539 `find-file-not-found-functions'.
16540 (insert-directory): Check that lines were really inserted by
16541 the --dired switch, before erasing them.
16542
16543 2004-05-24 Nick Roberts <nickrob@gnu.org>
16544
16545 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16546 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16547 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16548 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16549 gud-minor-mode (gdbmi).
16550
16551 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16552
16553 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16554 explicitly select the text to be taken as URL.
16555
16556 2004-05-23 Juri Linkov <juri@jurta.org>
16557
16558 * info.el (Info-index-nodes): New var and fun.
16559 (Info-goto-index, Info-index, info-apropos)
16560 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16561 (Info-index): Fix docstring. Store and restore Info-history-list.
16562 (Info-complete-nodes): New var.
16563 (Info-complete-menu-item): Use it.
16564 (Info-index-node): New fun.
16565 (Info-final-node, Info-forward-node, Info-backward-node)
16566 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16567 Use Info-index-node.
16568 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16569 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16570 (Info-find-node-2): If a node with period in its name not found,
16571 try to find a node without the name part after period.
16572 (Info-select-node): Call Info-fontify-node only if
16573 Info-fontify-maximum-menu-size is not nil.
16574 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16575 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16576 Preserve Info-history-list.
16577 (Info-toc): Set Info-current-file.
16578 (Info-build-toc): Move point to the beginning of the buffer.
16579 Add main-file variable.
16580 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16581 Use backslashed representation of the control character ^_.
16582
16583 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16584 numbers in the new Texinfo 4.7 format.
16585
16586 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16587 regexps for function and variable names.
16588
16589 * descr-text.el (describe-property-list): Add [show] button for
16590 `syntax-table' property with action to pp to a separate buffer.
16591 (describe-char): Replace search-forward by re-search-forward with
16592 whitespace regexp after "character:" to not fail in too narrow windows.
16593
16594 * simple.el (next-error-find-buffer): Add a rule to return
16595 next-error capable buffer if one window on the selected frame
16596 displays such buffer.
16597
16598 2004-05-23 Nick Roberts <nickrob@gnu.org>
16599
16600 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16601 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16602 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16603 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16604 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16605 Handle new value for gud-minor-mode (gdbmi).
16606 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16607 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16608 Change from local to global gdb variable set.
16609 (gdb-ann3): Initialize above gdb variable set.
16610 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16611 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16612 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16613 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16614 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16615 (gdb-info-locals-handler, gdb-invalidate-assembler)
16616 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16617 set as global variables.
16618 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16619 Handle gdbmi.
16620 (gdb-info-breakpoints-custom): Fix regexp.
16621 (def-gdb-var): Delete.
16622
16623 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16624 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16625 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16626 a new mode. The file (gdb-mi.el) for this mode will be included
16627 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16628 primary interface.
16629
16630 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16631
16632 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16633 interpreted as a directory.
16634
16635 2004-05-22 Richard M. Stallman <rms@gnu.org>
16636
16637 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16638 as a close quote.
16639
16640 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16641
16642 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16643 Use assoc-string, not assoc-ignore-case.
16644
16645 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16646
16647 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16648 If moving back then fwd gets a defun that ends before point,
16649 try again moving fwd then back.
16650
16651 * files.el (file-name-non-special): Allow t in file-arg-indices
16652 to mean requote the return value. Use `identity' as an element
16653 rather than as the whole value.
16654
16655 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16656
16657 2004-05-22 Juanma Barranquero <lektu@terra.es>
16658
16659 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16660 `help-make-usage'.
16661 (help-highlight-arguments): Skip function name before searching
16662 for arguments.
16663
16664 2004-05-21 Juanma Barranquero <lektu@terra.es>
16665
16666 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16667 Don't mention in the docstring these arguments meant for
16668 internal (recursive) use only.
16669 (allout-char-spec): Comment out (it's not implemented).
16670 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16671 obsolescence declaration.
16672 (allout-flatten-exposed-to-buffer)
16673 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16674 (my-mark-marker): Doc fix.
16675 (produce-allout-mode-map, allout-sibling-index)
16676 (allout-isearch-expose, allout-distinctive-bullet)
16677 (allout-open-topic, allout-reindent-body)
16678 (allout-rebullet-heading, allout-process-exposed)
16679 (allout-insert-listified, allout-latex-verb-quote)
16680 (allout-insert-latex-header, allout-insert-latex-trailer):
16681 Make arguments match their use in docstring.
16682 (allout-primary-bullet, allout-old-style-prefixes)
16683 (allout-inhibit-protection, allout-init, allout-mode)
16684 (allout-before-change-protect, allout-flag-region):
16685 Use "Emacs" instead of "emacs" in docstrings.
16686
16687 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16688
16689 * international/characters.el: Modify syntax of more characters.
16690
16691 2004-05-21 Masatake YAMATO <jet@gyve.org>
16692
16693 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16694 (etags-tags-completion-table): Show parsing progress.
16695
16696 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16697
16698 * locate.el (locate-prompt-for-command): Shorten first line of
16699 docstring.
16700 (locate-mode): Expand docstring and include keymap summary.
16701
16702 * files.el (find-file-noselect-1): Limit the scope of the
16703 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16704 is, by default, nil during the execution of
16705 `find-file-not-found-functions' and `find-file-hook'.
16706
16707 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16708
16709 * facemenu.el (facemenu-color-name-equal): New function.
16710 (list-colors-display): Use it to compare colors instead of
16711 facemenu-color-equal.
16712
16713 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16714
16715 * compare-w.el (compare-windows-face): Use min-colors instead of
16716 checking for tty or pc types.
16717
16718 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16719
16720 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16721 (completion-setup-function): Use with-current-buffer.
16722 Properly save excursion. Simplify.
16723 Don't assume there is necessarily a `mouse-face' property somewhere.
16724
16725 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16726
16727 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16728
16729 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16730 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16731 Use with-current-buffer.
16732 (byte-goto-log-buffer): Delete.
16733 (byte-compile-log-file): Call compilation-forget-errors.
16734
16735 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16736
16737 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16738 output messages into the search result.
16739
16740 2004-05-19 Masatake YAMATO <jet@gyve.org>
16741
16742 * wid-edit.el (widget-radio-button-notify): Revert my last
16743 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16744
16745 2004-05-19 Kenichi Handa <handa@m17n.org>
16746
16747 * international/characters.el: Fix syntax (open/close) of CJK chars.
16748
16749 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16750
16751 * help-mode.el (help-go-back): Don't depend on position of back button.
16752
16753 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16754
16755 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16756 files don't contain an accidental additional /.
16757
16758 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16759 in source buffer.
16760
16761 2004-05-18 Masatake YAMATO <jet@gyve.org>
16762
16763 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16764 to widget-apply. :action method assumes 2 arguments, not 3.
16765
16766 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16767
16768 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16769 New constants.
16770 (hs-special-modes-alist): Add an f90-mode entry.
16771
16772 2004-05-17 Sam Steingold <sds@gnu.org>
16773
16774 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16775 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16776
16777 2004-05-16 Kim F. Storm <storm@cua.dk>
16778
16779 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16780
16781 2004-05-15 John Wiegley <johnw@newartisans.com>
16782
16783 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16784 (eshell-output-object-to-target): Improve output speed 20% by not
16785 calling `eshell-stringify' if something is already known to be a string.
16786
16787 2004-05-15 Alex Ott <ott@jet.msk.su>
16788
16789 * textmodes/ispell.el (ispell-local-dictionary-alist):
16790 Add windows-1251 to the choice of coding systems.
16791 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16792 encoded in cp1251.
16793
16794 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16795
16796 * progmodes/compile.el (compilation-warning-face)
16797 (compilation-info-face): Use min-colors.
16798
16799 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16800
16801 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16802 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16803 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16804 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16805 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16806 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16807 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16808 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16809 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16810 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16811 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16812 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16813 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16814 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16815
16816 2004-05-15 Kim F. Storm <storm@cua.dk>
16817
16818 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16819 Use it to set triggered-p element of timer.
16820 (timer-event-handler): Set triggered-p element non-nil while running
16821 the timer function.
16822
16823 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16824
16825 * descr-text.el (describe-char-unicode-data)
16826 (describe-char-unicodedata-file): Re-enable the unicode code now that
16827 the licensing issues have been cleared in the unicode-4 license.
16828 (describe-text-properties-1): Remove unused `overlay' var.
16829 (describe-char): Remove unused var `buffer'.
16830
16831 2004-05-14 David Ponce <david@dponce.com>
16832
16833 * tree-widget.el: New file.
16834
16835 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16836
16837 * language/european.el ("Brazilian Portuguese"): Add support for
16838 Brazilian Portuguese.
16839
16840 2004-05-13 John Wiegley <johnw@newartisans.com>
16841
16842 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16843 `recentf-mode' if this variable has been customized to t.
16844
16845 * eshell/esh-test.el (eshell-test): Call the function
16846 `emacs-version' rather than trying to build a custom version string.
16847
16848 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16849
16850 * net/telnet.el (telnet-mode): Use define-derived-mode.
16851 Don't modify the global value of comint-prompt-regexp.
16852
16853 2004-05-13 John Paul Wallington <jpw@gnu.org>
16854
16855 * version.el (emacs-version): Check for `gtk' feature before
16856 `x-toolkit' feature.
16857
16858 2004-05-13 Juanma Barranquero <lektu@terra.es>
16859
16860 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16861 arguments in the docstring, they're used only in recursive calls.
16862
16863 * help-fns.el (help-arg-highlighting-function)
16864 (help-argument-name): Delete.
16865 (help-default-arg-highlight): New function.
16866 (help-do-arg-highlighting): Use it.
16867
16868 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16869
16870 * calendar/appt.el (appt-disp-window):
16871 Use `calendar-set-mode-line' for a centered mode-line.
16872
16873 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16874
16875 * calendar/appt.el (appt-disp-window): Do not split window
16876 excessively when `split-height-threshold' is low.
16877
16878 2004-05-12 Nick Roberts <nickrob@gnu.org>
16879
16880 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16881 kill-buffer-hook here and make it local.
16882 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16883
16884 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16885
16886 * progmodes/compile.el (compilation-set-window-height):
16887 Use save-excursion to protect against misplaced marker.
16888
16889 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16890
16891 * custom.el (defface): Document that type can have value gtk.
16892
16893 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16894
16895 2004-05-12 Kenichi Handa <handa@m17n.org>
16896
16897 * descr-text.el: Require quail at compile time.
16898 (describe-char): If an input method is on and it supports the
16899 character, show how to input it.
16900
16901 * international/quail.el (quail-install-decode-map): Accept a
16902 char-table whose subtype is `quail-decode-map'.
16903 (quail-store-decode-map-key, quail-gen-decode-map1)
16904 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16905 (quail-show-key): New functions.
16906
16907 2004-05-12 Juanma Barranquero <lektu@terra.es>
16908
16909 * generic.el (define-generic-mode): Remove redundant arglist info.
16910
16911 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16912 Make arguments match their use in docstring.
16913 (help-arg-highlighting-function): New variable.
16914 (help-argument-name): Mention it in the docstring.
16915 (help-do-arg-highlight): Use it. Expand regexp to accept also
16916 ARG-xxx and xxx-ARG references.
16917
16918 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16919
16920 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16921 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16922 and "mailto:addr1?to=addr2" equal.
16923
16924 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16925
16926 * man.el (Man-getpage-in-background): Use shell-file-name
16927 and shell-command-switch variables instead of hard-coded values.
16928
16929 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16930
16931 * iimage.el: New file.
16932
16933 2004-05-11 Juanma Barranquero <lektu@terra.es>
16934
16935 * custom.el (custom-initialize-default, defcustom):
16936 Fix typo in docstring.
16937
16938 * files.el (set-visited-file-name, file-expand-wildcards):
16939 Fix docstring.
16940
16941 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16942
16943 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16944
16945 * subr.el (eventp): Be more discriminating with integers.
16946
16947 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16948
16949 * progmodes/compile.el (compile): Add universal prefix arg.
16950 (compilation-error-regexp-alist-alist): Add edg patterns.
16951
16952 2004-05-10 Sam Steingold <sds@gnu.org>
16953
16954 * textmodes/ispell.el (ispell-message):
16955 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16956
16957 2004-05-10 Dave Love <fx@gnu.org>
16958
16959 * progmodes/python.el (help-buffer): Autoload when compiling.
16960 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16961 (run-python): Prepend to any existing PYTHONPATH.
16962
16963 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16964
16965 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16966 for pending breakpoints.
16967
16968 2004-05-10 Richard M. Stallman <rms@gnu.org>
16969
16970 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16971 directly without calling any functions in Rmail.
16972 (unrmail-unprune): Function deleted.
16973
16974 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16975
16976 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16977 C-c C-z binding.
16978
16979 2004-05-10 Kenichi Handa <handa@m17n.org>
16980
16981 * descr-text.el (describe-char): Fix previous change. Don't make
16982 a unibyte character to multibyte in the *Help* buffer.
16983
16984 2004-05-10 Miles Bader <miles@gnu.org>
16985
16986 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16987 buffer an error if the debugger process is actually running.
16988
16989 2004-05-10 Juanma Barranquero <lektu@terra.es>
16990
16991 * help-fns.el (help-argument-name): Default to italic.
16992 (help-highlight-arguments): Return always (usage . doc), even when
16993 usage is nil.
16994
16995 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16996 (define-ibuffer-filter): Add usage info.
16997 (define-ibuffer-op): Add usage info (but CL-style defaults for
16998 keyword args are not shown).
16999
17000 * subr.el (remove-overlays, read-passwd): Fix docstring.
17001 (start-process-shell-command): Fix docstring. Put usage info in a
17002 format usable by `describe-function'.
17003 (open-network-stream, open-network-stream-nowait)
17004 (open-network-stream-server): Fix docstring.
17005
17006 2004-05-09 Jason Rumney <jasonr@gnu.org>
17007
17008 * international/code-pages (cp932, cp936, cp949, c950): Remove.
17009 Only define cp125* if windows-125* is already defined.
17010
17011 * language/korean.el (cp949): Add alias.
17012
17013 * language/chinese.el (cp936, cp950): Add aliases.
17014
17015 * language/japanese.el (cp932): Add alias.
17016
17017 * term/w32-win.el: Require code-pages.
17018
17019 * international/mule-cmds.el (set-locale-environment):
17020 On MS-Windows use ansi code-page for default coding-systems.
17021 Set up paper sizes for Windows 3 letter languages.
17022
17023 * international/code-pages.el (cp932, cp936, cp949, cp950):
17024 Add aliases. Also add cp125* if not already defined.
17025
17026 2004-05-09 Juanma Barranquero <lektu@terra.es>
17027
17028 * help-fns.el (help-highlight-arguments): Don't try to highlight
17029 missing or autoloaded arglists. Accept structured arguments, like
17030 the first ones of `do' and `flet'.
17031
17032 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
17033 (cvs-get-marked): Remove redundant arglist info.
17034
17035 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
17036 Don't use CL-style default args.
17037
17038 2004-05-08 Andreas Schwab <schwab@suse.de>
17039
17040 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
17041
17042 * international/subst-ksc.el: Fix references to utf-translate-cjk
17043 into utf-translate-cjk-mode.
17044 * international/subst-big5.el: Likewise.
17045 * international/subst-gb2312.el: Likewise.
17046 * international/subst-jis.el: Likewise.
17047 * international/utf-16.el: Likewise.
17048 * international/utf-8.el: Likewise.
17049
17050 2004-05-08 John Wiegley <johnw@newartisans.com>
17051
17052 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
17053 "virtual buffers" (off by default), which makes it possible to
17054 switch to the "virtual" buffers of recently visited files. When a
17055 buffer name search fails, and this option is on, iswitchb will
17056 look at the list of recently visited files, and permit matching
17057 against those names. When the user hits RET on a match, it will
17058 revisit that file.
17059 (iswitchb-read-buffer): Add two optional arguments, which makes
17060 isearchb.el possible.
17061 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
17062 (iswitchb-next-match): Add support for virtual buffers.
17063
17064 * isearchb.el: This module extends iswitchb to provide "as you
17065 type" buffer selection.
17066
17067 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
17068 Ignore the read-only property when flyspell highlighting is on.
17069 Not ignoring it leads to a series of confusing errors.
17070 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
17071 but also make sure to call flyspell-incorrect-hook.
17072 (flyspell-maybe-correct-transposition): Perform transposition test
17073 by bit twiddling a string, rather than using a temp buffer.
17074 (flyspell-maybe-correct-doubling): Use a string rather than a temp
17075 buffer. This is also the original version of the code, which
17076 could not be checked in before due to a previous lack of
17077 assignment papers. This version has seen heavy usage on my system
17078 for several years now.
17079
17080 * calendar/cal-bahai.el: New file, which adds support for the
17081 Baha'i calendar to Emacs. This calendar is based on a solar year
17082 of 19 months of 19 days, with 4 intercalary days. Each year
17083 begins on March 21, with the calendar starting in 1844.
17084
17085 * calendar/cal-menu.el, calendar/calendar.el
17086 * calendar/diary-lib.el, calendar/holidays.el:
17087 Added support for using cal-bahai.el.
17088
17089 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
17090 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
17091 function can be used outside of eshell buffers.
17092 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
17093
17094 2004-05-08 Juanma Barranquero <lektu@terra.es>
17095
17096 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
17097 word constituent so FOO-ARG is not recognized as an arg.
17098 (help-highlight-arguments): Don't skip lists in mandatory arguments.
17099
17100 * simple.el (next-error): Fix typo in docstring.
17101 (open-line): Make argument names match their use in docstring.
17102 (split-line): Fix docstring.
17103
17104 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17105 usable by `describe-function'.
17106 (gensym, gentemp, typep, ignore-errors): Make argument names match
17107 their use in docstring.
17108
17109 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17110 argument to `help-setup-xref'.
17111
17112 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17113
17114 Version 2.0.40 of Tramp released.
17115
17116 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17117 Use symbol-function to invoke functions only known on some Emacs
17118 flavors. This avoids byte-compiler warnings. Reported by Kevin
17119 Scaldeferri <kevin@scaldeferri.com>.
17120 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17121 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17122 consistent with the other tramp-do-* functions.
17123 (tramp-do-copy-or-rename-file): Calls adjusted.
17124 (tramp-process-initial-commands): Avoid liveness check on shell --
17125 we know that it must be alive since we're opening a connection at
17126 this moment.
17127 (tramp-last-cmd): New internal variable.
17128 (tramp-process-echoes): New tunable.
17129 (tramp-send-command): Set tramp-last-cmd.
17130 (tramp-wait-for-output): Delete echo, if applicable.
17131 (tramp-read-passwd): Construct the key for the password cache in a
17132 way that works for multi methods, too.
17133 (tramp-bug): Add backup-directory-alist and
17134 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17135
17136 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17137
17138 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17139
17140 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17141 (tramp-actions-copy-out-of-band): New defcustoms.
17142 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17143 used instead of a synchronous one. Allows password entering.
17144 (tramp-action-out-of-band): New defun.
17145 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17146 Remove restriction with password from doc string.
17147 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17148 `tramp-out-of-band-prompt-regexp',
17149 `tramp-actions-copy-out-of-band', `password-cache' and
17150 `password-cache-expiry'.
17151 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17152 password caching.
17153 (tramp-touch): FILE can be a local file, too.
17154 (TODO): Remove items done.
17155 (tramp-handle-insert-directory): Properly quote file name also if
17156 not full-directory-p. Handle wildcard case. Reported by Andreas
17157 Schwab <schwab@suse.de>.
17158 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17159 new file.
17160 (tramp-handle-file-local-copy, tramp-handle-write-region):
17161 The permissions of the temporary file are set if filename exists.
17162 Reported by Ted Stern <stern@cray.com>.
17163 (tramp-backup-directory-alist)
17164 (tramp-bkup-backup-directory-info): New defcustoms.
17165 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17166 (tramp-handle-find-backup-file-name): New function.
17167 Implements Tramp's find-backup-file-name.
17168
17169 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17170 for `find-backup-file-name'.
17171
17172 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17173 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17174
17175 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17176
17177 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17178
17179 2004-05-07 Juanma Barranquero <lektu@terra.es>
17180
17181 * subr.el (lambda): Add arglist description to docstring.
17182 (declare): Fix typo in docstring.
17183 (open-network-stream): Fix docstring.
17184 (process-kill-without-query): Fix docstring and add obsolescence info.
17185 (last, butlast, nbutlast): Make arguments match their use in docstring.
17186 (insert-buffer-substring-no-properties): Likewise.
17187 (insert-buffer-substring-as-yank): Likewise.
17188 (split-string): Fix docstring.
17189
17190 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17191 Make argument names match their use in docstring.
17192
17193 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17194
17195 2004-05-06 Nick Roberts <nickrob@gnu.org>
17196
17197 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17198 Fit first sentence on one line for apropos-command.
17199
17200 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17201
17202 Changes largely merged in from Dave Love's code.
17203 * progmodes/python.el: Doc fixes.
17204 (python-mode-map): Add python-complete-symbol.
17205 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17206 (python-comment-indent, python-complete-symbol)
17207 (python-symbol-completions, python-partial-symbol)
17208 (python-try-complete): New.
17209 (python-indent-line): Remove optional arg. Use python-block-end-p.
17210 (python-check): Bind compilation-error-regexp-alist.
17211 (inferior-python-mode): Use rx. Move keybindings to top level.
17212 Set comint-input-filter.
17213 (python-preoutput-filter): Use rx.
17214 (python-input-filter): Re-introduce.
17215 (python-proc): Start new process if necessary.
17216 Check python-buffer non-nil.
17217 (view-return-to-alist): Defvar.
17218 (python-send-receive): New.
17219 (python-eldoc-function): Use it.
17220 (python-mode-running): Don't defvar.
17221 (python-mode): Set comment-indent-function.
17222 Maybe update hippie-expand-try-functions-list.
17223 (python-indentation-levels): Initialize differently.
17224 (python-block-end-p): New.
17225 (python-indent-line): Use it.
17226 (python-compilation-regexp-alist): Augment.
17227 (run-python): Import `emacs' module to Python rather than loading
17228 code directly. Set python-buffer differently.
17229 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17230 Use python-proc.
17231 (python-send-command): Go to end of comint buffer.
17232 (python-load-file): Use python-proc, emacs.eimport.
17233 (python-describe-symbol): Simplify interactive form.
17234 Use emacs.help. Do use temp-buffer-show-hook.
17235 Call print-help-return-message.
17236 (hippie-exp): Require when compiling.
17237 (python-preoutput-continuation): Use rx.
17238
17239 * diff-mode.el (diff-make-unified): Fix regexp.
17240
17241 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17242
17243 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17244 filter groups from the buffer when rebuilding the Ibuffer buffer
17245 and `ibuffer-show-empty-filter-groups' is nil.
17246
17247 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17248
17249 * ps-print.el (ps-print-quote): Call ps-value-string.
17250 (ps-setup): Call ps-comment-string.
17251 (ps-value-string, ps-comment-string): New funs.
17252
17253 2004-05-06 Juanma Barranquero <lektu@terra.es>
17254
17255 * ehelp.el (electric-help-command-loop): Check whether the last
17256 character is visible, not (point-max).
17257
17258 * help-fns.el (help-argument-name): Default to bold; don't inherit
17259 from font-lock-variable-name-face.
17260 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17261
17262 2004-05-05 Kenichi Handa <handa@m17n.org>
17263
17264 * descr-text.el (describe-char): Copy the character with text
17265 properties and overlays into the first line, and call
17266 describe-text-properties on it.
17267
17268 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17269
17270 * iswitchb.el (iswitchb-global-map): Fix typo.
17271 Remove unwanted ###autoloads from source file.
17272
17273 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17274
17275 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17276 in run-hooks. Use substitute-command-keys in message.
17277 (wdired-abort-changes): Add message.
17278
17279 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17280
17281 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17282 (sql-emacs20-p): Remove.
17283 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17284 (sql-builtin-face, sql-doc-face): Remove.
17285 (sql-mode-ansi-font-lock-keywords)
17286 (sql-mode-oracle-font-lock-keywords)
17287 (sql-mode-postgres-font-lock-keywords)
17288 (sql-mode-linter-font-lock-keywords)
17289 (sql-mode-ms-font-lock-keywords)
17290 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17291 (sql-product-font-lock): Fix font-lock reset when font rules change.
17292 (sql-highlight-product): Remove incorrect font-lock reset logic.
17293
17294 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17295
17296 * ses.el (ses-set-parameter): Fix typo.
17297
17298 2004-05-04 Kim F. Storm <storm@cua.dk>
17299
17300 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17301 Must expand directory for completion to work; and don't mess with
17302 process-environment.
17303 (ido-read-file-name): If command has ido property, don't use ido
17304 if value is ignore, or read as directory if value is dir.
17305 Set ido ignore property for dired-do-rename command.
17306
17307 2004-05-04 Juanma Barranquero <lektu@terra.es>
17308
17309 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17310 (electric-help-help): Check against unmapped commands.
17311
17312 * help-fns.el (help-argument-name): New face, inheriting from
17313 font-lock-variable-name-face, to highlight function arguments in
17314 `describe-function' and `describe-key'.
17315 (help-do-arg-highlight): Auxiliary function to highlight a given
17316 list of arguments in a string.
17317 (help-highlight-arguments): Highlight the function arguments and
17318 all uses of them in the docstring.
17319 (describe-function-1): Use it. Do docstring output via `insert',
17320 not 'princ', so text attributes are preserved.
17321
17322 * winner.el (winner-mode-map): Move `winner-undo' and
17323 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17324 previous bindings conflict with `prev-buffer', `next-buffer').
17325
17326 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17327
17328 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17329 (bibtex-entry-update): New command bound to C-c C-u.
17330 (bibtex-text-in-string): Fix regexp.
17331 (bibtex-assoc-of-regexp): Remove.
17332 (bibtex-progress-message): Fix docstring.
17333 (bibtex-inside-field): Use if.
17334 (bibtex-assoc-regexp): New function.
17335 (bibtex-format-entry): Make code more robust so that it formats
17336 also old entries.
17337 (bibtex-autokey-demangle-title): Merge with obsolete function
17338 bibtex-assoc-of-regexp.
17339 (bibtex-field-list): New function.
17340 (bibtex-entry): Use bibtex-field-list.
17341 (bibtex-parse-entry): Fix docstring.
17342 (bibtex-print-help-message): Use bibtex-field-list.
17343 (bibtex-make-field): Use bibtex-field-list.
17344 (bibtex-entry-index): Bugfix. Return crossref key if required.
17345 (bibtex-lessp): Fix docstring.
17346
17347 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17348
17349 * select.el (xselect-convert-to-string): Move comment to intended line.
17350
17351 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17352
17353 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17354 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17355
17356 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17357
17358 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17359 x-get-selection.
17360
17361 2004-05-03 Jason Rumney <jasonr@gnu.org>
17362
17363 * makefile.nt: Remove.
17364
17365 2004-05-03 Kim F. Storm <storm@cua.dk>
17366
17367 * emulation/cua-base.el (cua--update-indications): Fix last change.
17368 (cua-mode): Deactivate mark when cua-mode is enabled.
17369
17370 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17371
17372 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17373
17374 2004-05-03 Nick Roberts <nickrob@gnu.org>
17375
17376 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17377 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17378 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17379 window over visible frames.
17380 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17381
17382 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17383
17384 * progmodes/compile.el (compilation-gcpro): New var.
17385 (compilation-fake-loc): Use it.
17386 (compilation-forget-errors): Reset it.
17387
17388 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17389
17390 * diff-mode.el (diff-header-face, diff-file-header-face):
17391 Use min-colors.
17392
17393 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17394
17395 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17396 (bibtex-clean-entry): Disentangle code.
17397 (bibtex-realign): New function.
17398 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17399 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17400 Remove undocumented optional arg called-by-convert-alien.
17401 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17402 for sorting instead of bibtex-sort-buffer.
17403
17404 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17405
17406 * progmodes/compile.el (compilation-start): In the
17407 no-async-subprocesses branch, call sit-for to give redisplay a
17408 chance to show the updated process status in the mode line, and
17409 fontify the buffer explicitly after the process exits.
17410
17411 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17412
17413 * progmodes/python.el (python-compilation-line-number): Remove.
17414 (python-compilation-regexp-alist): Don't use it any more.
17415 (python-orig-start, python-input-filter): Remove.
17416 (inferior-python-mode): Don't set up comint-input-filter-functions.
17417 (python-send-region): Use compilation-fake-loc.
17418
17419 * progmodes/compile.el (compilation-messages-start): New var.
17420 (compilation-mode): Don't setup next-error-function here.
17421 (compilation-setup): Set it up here instead (for minor modes as well).
17422 Make compilation-messages-start buffer local.
17423 (compilation-next-error-function): Use it.
17424 (compilation-forget-errors): Set compilation-messages-start.
17425
17426 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17427
17428 * ielm.el (ielm-prompt-read-only): Update docstring.
17429
17430 * comint.el (comint-prompt-read-only): Update docstring.
17431 (comint-update-fence, comint-kill-whole-line)
17432 (comint-kill-region): New functions.
17433
17434 * simple.el (kill-whole-line): Use "p" instead of "P" in
17435 interactive form.
17436
17437 2004-05-01 Juanma Barranquero <lektu@terra.es>
17438
17439 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17440 format arglist so default values in CL-style argument lists are
17441 correctly shown.
17442
17443 2004-05-01 Jason Rumney <jasonr@gnu.org>
17444
17445 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17446
17447 2004-05-01 Kenichi Handa <handa@m17n.org>
17448
17449 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17450 quail file if it is up to date.
17451
17452 2004-04-30 Juri Linkov <juri@jurta.org>
17453
17454 * cus-edit.el (custom-mode-map):
17455 Add key binding `C-x C-s' to `Custom-save'.
17456
17457 * outline.el (outline-blank-line): New var.
17458 (outline-next-preface, outline-show-heading)
17459 (outline-end-of-subtree): Use it.
17460
17461 * dired-aux.el (dired-touch-initial): New fun.
17462 (dired-do-chxxx): Call it for op-symbol `touch'.
17463 (dired-diff): Use `dired-dwim-target-directory'
17464 if current dired buffer has no buffer mark.
17465
17466 * bindings.el (propertized-buffer-identification):
17467 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17468 Add C-M-arrow keys for consistency.
17469
17470 * files.el (confirm-kill-emacs):
17471 Change group from top-level `emacs' to `convenience'.
17472
17473 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17474 Push mark on the first call of successive command calls.
17475 (insert-pair): New fun created from `insert-parentheses' with
17476 `open' and `close' arguments added. Enclose active regions
17477 in paired characters. Compare adjacent characters syntax with
17478 inserted characters syntax before inserting a space.
17479 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17480
17481 * delsel.el: Don't put `delete-selection' property
17482 on `insert-parentheses' symbol to take advantage of
17483 region handling in `insert-pair' function.
17484 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17485
17486 2004-04-30 Kim F. Storm <storm@cua.dk>
17487
17488 * emulation/cua-base.el: Add support for changing cursor types;
17489 based on patch from Michael Mauger.
17490 (cua-normal-cursor-color, cua-read-only-cursor-color)
17491 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17492 Customization cursor type and/or cursor color.
17493 (cua--update-indications): Handle cursor type changes.
17494 (cua-mode): Update cursor indications if enabled.
17495
17496 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17497
17498 * mouse.el (mouse-drag-copy-region): New defcustom.
17499 (mouse-set-region, mouse-drag-region-1): Use it.
17500
17501 * simple.el (kill-ring-save): If region face background color is
17502 unspecified (if no highlighting), show extent of fully visible
17503 region even if transient-mark-mode is enabled.
17504
17505 * emulation/cua-base.el (cua--standard-movement-commands):
17506 Add cua-scroll-up and cua-scroll-down.
17507 (cua-scroll-up, cua-scroll-down): New commands.
17508 (cua--init-keymaps): Remap scroll-up and scroll-down.
17509
17510 * emulation/cua-rect.el (cua--convert-rectangle-as):
17511 New defmacro.
17512 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17513 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17514 New commands (suggested by Jordan Breeding).
17515
17516 2004-04-30 Juanma Barranquero <lektu@terra.es>
17517
17518 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17519
17520 2004-04-30 Mario Lang <mlang@delysid.org>
17521
17522 * diff.el (diff-switches): Fix typo in docstring.
17523
17524 2004-04-30 Alex Schroeder <alex@gnu.org>
17525
17526 * xml.el (xml-debug-print-internal): Don't add newline and
17527 indentation to text nodes and write empty elements as empty tags
17528 instead of opening and closing tags.
17529 (xml-debug-print): Take optional indent-string argument.
17530 (xml-print): Alias for xml-debug-print.
17531
17532 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17533
17534 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17535 than duplicate call to `line-beginning-position'.
17536
17537 * progmodes/f90.el (f90-get-present-comment-type):
17538 Return whitespace, as well as comment chars, for consistent filling
17539 of comment blocks. Use `match-string-no-properties'.
17540 (f90-break-line): Trim trailing whitespace when filling comments.
17541
17542 2004-04-30 Dave Love <fx@gnu.org>
17543
17544 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17545 (diary-from-outlook-internal, diary-from-outlook)
17546 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17547 New functions to import diary entries from Outlook-format
17548 appointments in mail messages.
17549
17550 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17551
17552 * progmodes/python.el (python-send-command): New fun.
17553 (python-send-region, python-load-file): Use it.
17554
17555 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17556
17557 * help-fns.el (help-C-file-name): Use new subr-name.
17558 Prepend `src/' to the file name.
17559 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17560 (describe-function-1, describe-variable): Only find a C source file
17561 name if DOC is already loaded.
17562
17563 * help-mode.el (help-function-def, help-variable-def):
17564 Use the new find-function-search-for-symbol functionality.
17565 Allow FILE to be `C-source'.
17566
17567 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17568 (find-function-C-source): New fun.
17569 (find-function-search-for-symbol): Use it.
17570
17571 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17572
17573 * progmodes/sql.el (sql-product-alist): Rename variable
17574 `sql-product-support'. Add Postgres login parameters.
17575 (sql-set-product, sql-product-feature): Update with renamed variable.
17576 (sql-connect-postgres): Add username prompt.
17577 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17578 Make patterns less product specific.
17579 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17580 (sql-mode-abbrev-table): Modify initialization.
17581 (sql-builtin-face): Add variable.
17582 (sql-keywords-re): Add macro.
17583 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17584 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17585 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17586 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17587 (sql-mode-linter-font-lock-keywords)
17588 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17589 (sql-mode-sybase-font-lock-keywords)
17590 (sql-mode-informix-font-lock-keywords)
17591 (sql-mode-interbase-font-lock-keywords)
17592 (sql-mode-ingres-font-lock-keywords)
17593 (sql-mode-solid-font-lock-keywords)
17594 (sql-mode-sqlite-font-lock-keywords)
17595 (sql-mode-db2-font-lock-keywords): Default to nil.
17596 (sql-product-font-lock): Always highlight ANSI keywords.
17597 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17598 (sql-send-string): Add function.
17599
17600 2004-04-29 Dave Love <fx@gnu.org>
17601
17602 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17603 (cfengine-end-of-defun): Ensure progress through buffer.
17604
17605 * info-look.el (cfengine-mode): Accept a terminal ().
17606
17607 2004-04-29 Juri Linkov <juri@jurta.org>
17608
17609 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17610 instead of isearch-yank-word-or-char. Add new key bindings for
17611 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17612 (isearch-del-char): New fun.
17613 (isearch-forward, isearch-edit-string): Update docstring.
17614 (isearch-yank-char): Doc fix.
17615 (isearch-other-meta-char): Restore point after scrolling.
17616
17617 * progmodes/compile.el (compilation-context-lines): Add nil option
17618 to disable compilation output window scrolling.
17619 (compilation-set-window): Use it.
17620
17621 * outline.el (outline-next-preface, outline-show-heading):
17622 Don't leave unhidden blank line before heading.
17623 (outline-end-of-subtree): Include last newline into subtree.
17624 (hide-entry): Leave point at beginning of heading instead of end.
17625 (outline-up-heading): Push mark for the first call of successive
17626 command calls.
17627
17628 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17629
17630 * comint.el (comint-prompt-read-only): New variable.
17631 (comint-output-filter): Implement it.
17632
17633 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17634 (ielm-prompt-internal): New variable.
17635 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17636 (ielm-send-input): Delete unused variable `buf'.
17637 (ielm-eval-input): Use `ielm-prompt-internal'.
17638 (inferior-emacs-lisp-mode): Use new variables
17639 `comint-prompt-read-only' and `ielm-prompt-internal'.
17640 Get rid of obsolete variable `directory-sep-char'.
17641 (ielm): Use `zerop'.
17642
17643 2004-04-29 John Paul Wallington <jpw@gnu.org>
17644
17645 * thumbs.el (toplevel): Require cl at compile time.
17646 Remove conditional definitions of `ignore-errors' and `caddar'
17647 because they occur at run time.
17648
17649 2004-04-28 Nick Roberts <nickrob@gnu.org>
17650
17651 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17652 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17653 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17654 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17655
17656 * progmodes/gud.el (gud-common-init): Throw an error if program is
17657 already running under gdb.
17658
17659 2004-04-28 John Paul Wallington <jpw@gnu.org>
17660
17661 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17662 (thumbs-show-image-num): Move assignment of
17663 `thumbs-current-image-filename' within scope of `i'.
17664 (thumbs-emboss-image): Don't use `evenp'.
17665
17666 2004-04-28 Richard M. Stallman <rms@gnu.org>
17667
17668 * progmodes/compile.el (compilation-context-lines): Default now 0.
17669
17670 2004-04-28 Juanma Barranquero <lektu@terra.es>
17671
17672 Use `time-less-p' from calendar/time-date.el instead of defining
17673 custom versions of it.
17674
17675 * pcomplete.el (pcomplete-time-less-p): Remove.
17676
17677 * thumbs.el (time-less-p): Remove.
17678
17679 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17680 (timeclock-generate-report): Use `time-less-p'.
17681
17682 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17683 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17684
17685 2004-04-28 Masatake YAMATO <jet@gyve.org>
17686
17687 * subr.el (remove-overlays): Make arguments optional.
17688
17689 * wid-edit.el (widget-specify-button): Put evaporate to the
17690 overlay for sample.
17691 (widget-specify-sample): Put evaporate to the overlay for sample.
17692 (widget-specify-doc): Put evaporate to the overlay for documentation.
17693
17694 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17695
17696 * info.el (info-apropos): Make it an index node. Align node names
17697 like makeinfo.
17698
17699 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17700
17701 * net/browse-url.el (browse-url-netscape-sentinel)
17702 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17703 (browse-url-epiphany-sentinel, browse-url-mosaic):
17704 Use browse-url-*-program instead of a literal program name.
17705
17706 2004-04-27 Kevin Ryde <user42@zip.com.au>
17707
17708 * eshell/em-alias.el:
17709 * eshell/em-dirs.el:
17710 * eshell/em-hist.el:
17711 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17712 features when M-x customize-group loads modules before the main
17713 eshell.el.
17714
17715 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17716
17717 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17718 either a character representation of an event or an event
17719 description list.
17720
17721 * type-break.el: Capitalize Emacs and Lisp.
17722 (type-break-good-break-interval, type-break-demo-boring-stats)
17723 (type-break-terse-messages, type-break-file-name): New defcustoms.
17724 (type-break-post-command-hook)
17725 (type-break-warning-countdown-string): Quote variable names in doc.
17726 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17727 (type-break-mode): Document type-break-good-break-interval and the
17728 "session" file. Schedule break according to the session file.
17729 Kill session file buffer on exit. Organize for save-some-buffers
17730 to always save the session file.
17731 (type-break-mode-line-message-mode, type-break-query-mode):
17732 Uppercase arguments.
17733 (type-break-file-time, type-break-file-keystroke-count, timep)
17734 (type-break-choose-file, type-break-get-previous-time)
17735 (type-break-get-previous-count): New defuns.
17736 (type-break): Avoid break querying after a completed break in the
17737 case where the query was initiated during user invocation of the
17738 break. Optional terse messages.
17739 Use type-break-good-break-interval if type-break-good-rest-interval is
17740 nil. File the break time.
17741 (type-break-schedule): New optional args for overriding the use of
17742 the current time.
17743 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17744 after a break.
17745 (type-break-check): File the keystroke count.
17746 (type-break-do-query): Prevent a second query when the break is
17747 interrupted. Optional terse message.
17748 (type-break-keystroke-reset): Record the start of a typing interval.
17749 (type-break-demo-boring): Optional terse messages. Display word
17750 per minute and keystroke counts according to
17751 type-break-demo-boring-stats.
17752
17753 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17754
17755 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17756 directories, make sure they exist under archive-tmpdir.
17757
17758 2004-04-27 Juri Linkov <juri@jurta.org>
17759
17760 * help.el (view-emacs-news): With argument, display info for the
17761 selected version by finding it among different NEWS files, and
17762 narrowing the buffer to the selected version.
17763
17764 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17765 same-window-buffer-names.
17766 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17767 non-numeric prefix argument, append the number to the buffer name
17768 for numeric prefix argument.
17769 (info-other-window): Bind same-window-regexps to nil.
17770 (Info-reference-name): Rename to Info-point-loc.
17771 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17772 and Info-find-index-name for stringy Info-point-loc.
17773 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17774 without middle `.', but with final `.' and optional line number
17775 for it. Set Info-point-loc for index nodes.
17776 (Info-index): Remove middle `.' from index entry regexp.
17777 Modify line number regexp.
17778 (Info-index-next): Decrement line number.
17779 (info-apropos): Remove middle `.' from index entry regexp.
17780 Add optional line number regexp at the end. Add matched value
17781 for line number to the result list and insert it to the buffer.
17782 Replace match-string by match-string-no-properties.
17783 Reorder result list.
17784 (Info-fontify-node): Hide index line numbers.
17785 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17786 empty matches.
17787 (Info-follow-reference): Use `str' instead of
17788 Info-following-node-name-re.
17789 (Info-toc): Use full file names. Set Info-current-node to "Top".
17790 (Info-fontify-node): Compare file names without directory name.
17791 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17792 Set second arg of Info-extract-menu-node-name for index nodes.
17793 (info-xref-visited): Use magenta3 instead of magenta4.
17794 (Info-mode): Add info-apropos to docstring.
17795
17796 * log-view.el (log-view-diff): Replace interactive code "r"
17797 by a list to allow to call it even if region is not active.
17798
17799 * paren.el (show-paren-highlight-openparen): New var.
17800 (show-paren-function): Turn on openparen highlighting when
17801 matching forward if show-paren-highlight-openparen is non-nil.
17802
17803 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17804 the constant value 1.
17805 (completions-common-part): Expand docstring.
17806
17807 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17808
17809 2004-04-27 Kim F. Storm <storm@cua.dk>
17810
17811 * image.el (insert-sliced-image): Use line-height instead of
17812 line-spacing property on newline.
17813
17814 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17815
17816 * desktop.el (desktop-buffer-misc-data-function): Rename to
17817 desktop-save-buffer and change docstring.
17818 (desktop-buffer-modes-to-save): Delete.
17819 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17820 desktop-buffer-modes-to-save.
17821 (desktop-save): Rename desktop-buffer-misc-data-function to
17822 desktop-save-buffer and allow non-function value.
17823 (desktop-missing-file-warning): Correct docstring.
17824
17825 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17826 to desktop-save-buffer.
17827
17828 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17829 desktop-save-buffer.
17830
17831 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17832
17833 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17834
17835 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17836
17837 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17838
17839 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17840
17841 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17842 (ielm): Only go to the end of the buffer when starting a new process.
17843
17844 2004-04-25 Juanma Barranquero <lektu@terra.es>
17845
17846 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17847 mode line. Bind `inhibit-read-only' to t before modifying
17848 properties of text in the buffer.
17849 (ielm): Force point to the end of buffer, even when running ielm
17850 from inside itself.
17851
17852 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17853
17854 * info.el (info-apropos): Reset Info-complete-cache.
17855
17856 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17857
17858 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17859 Also recognize severe Irix et al. messages.
17860 (compilation-normalize-filename, compile-abbreviate-directory):
17861 Delete functions.
17862 (compilation-get-file-structure): New function inherits
17863 functionality of the two preceding ones.
17864 (compilation-internal-error-properties, compilation-fake-loc):
17865 Use it so that different paths to the same file share the same
17866 markers. Also optimize finding adjacent marker slightly.
17867
17868 2004-04-25 Kim F. Storm <storm@cua.dk>
17869
17870 * image.el (insert-sliced-image): Add line-spacing t property
17871 to newlines separating image lines.
17872
17873 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17874
17875 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17876
17877 * ielm.el (ielm-prompt-read-only): New user option.
17878 (ielm-prompt): Expand docstring to describe new behavior.
17879 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17880 mention it in the docstring.
17881
17882 2004-04-24 Andreas Schwab <schwab@suse.de>
17883
17884 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17885
17886 * diff.el (diff): Set default-directory in diff buffer.
17887
17888 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17889
17890 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17891 mail was being composed if the terminal cannot display more than
17892 one frame; instead, switch to previous frame.
17893
17894 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17895 (rmail-start-mail): Support rmail-mail-new-frame even on
17896 terminals that can display only one frame at a time.
17897
17898 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17899
17900 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17901 (checkdoc-output-font-lock-keywords): Remove error regexp.
17902 (checkdoc-output-mode-map): Remove.
17903 (checkdoc-output-mode): Derive from compilation-mode.
17904 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17905
17906 * dired.el (dired-mode-map): Add a menu entry for wdired.
17907
17908 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17909 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17910
17911 * wdired.el (wdired-mode-map): Move init into declaration.
17912 Fix `return' binding.
17913 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17914 Use force-mode-line-update.
17915 (wdired-get-filename): Use `unless'.
17916 (wdired-preprocess-files): Don't assume names have no \n and use / for
17917 dir separator.
17918 (wdired-normalize-filename): Use replace-regexp-in-string.
17919 (wdired-load-hooks): Remove.
17920 (wdired-mode-hooks): Rename to wdired-mode-hook.
17921
17922 * info-look.el: Add support for cfengine-mode.
17923 (info-lookup-setup-mode): Use dolist.
17924
17925 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17926
17927 * wdired.el: New file.
17928
17929 2004-04-23 Juanma Barranquero <lektu@terra.es>
17930
17931 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17932
17933 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17934 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17935 (pcomplete--help, pcomplete--here): Doc fixes.
17936
17937 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17938
17939 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17940 handles wrong-number-of-arguments in backend call.
17941
17942 * vc.el (vc-print-log): Likewise.
17943
17944 2004-04-20 Dave Love <fx@gnu.org>
17945
17946 * emacs-lisp/rx.el: Doc fixes.
17947 (rx-constituents): Add/extend many forms.
17948 (rx-check): Check form is a list.
17949 (bracket): Defvar.
17950 (rx-check-any, rx-any, rx-check-not): Modify.
17951 (rx-not): Simplify.
17952 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17953 (rx-kleene): Use rx-trans-forms.
17954 (rx-quote-for-set): Delete.
17955 (rx): Allow multiple args.
17956
17957 2004-04-23 Kenichi Handa <handa@m17n.org>
17958
17959 * international/mule-util.el (char-displayable-p): Simplify by
17960 using internal-char-font.
17961
17962 2004-04-23 Juanma Barranquero <lektu@terra.es>
17963
17964 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17965
17966 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17967
17968 * diff-mode.el (diff-next-error): New fun.
17969 (diff-mode): Use it.
17970
17971 * simple.el (next-error): Change arg name.
17972 Add support for the documented C-u C-x ` usage.
17973
17974 * frame.el (special-display-popup-frame, next-multiframe-window)
17975 (previous-multiframe-window): Only consider frames on same display.
17976
17977 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17978
17979 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17980 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17981
17982 2004-04-22 Kim F. Storm <storm@cua.dk>
17983
17984 * net/telnet.el (telnet): Add optional port arg.
17985
17986 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17987
17988 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17989 Minor sanity check on the `hyperlink' slot.
17990
17991 * Makefile.in (recompile): Compile new files.
17992
17993 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17994 Add byte-recompile-directory's optional `arg'.
17995
17996 * cvs-status.el (cvs-tree-use-charset): New var.
17997 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17998 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17999 (cvs-status-cvstrees): Use it.
18000
18001 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
18002 Make it a normal major mode.
18003 (checkdoc-buffer-label): Make sure the file name is meaningful.
18004 (checkdoc-output-to-error-buffer): Remove.
18005 (checkdoc-error, checkdoc-start-section): Rewrite.
18006
18007 * info.el (info-node, info-menu-5, info-xref, info-header-node)
18008 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
18009 (Info-title-4-face): Use new syntax.
18010 (info-xref-visited): Inherit from info-xref.
18011
18012 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
18013
18014 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
18015
18016 * simple.el (next-error-last-buffer, next-error-function):
18017 New variables for the next-error framework.
18018 (next-error-buffer-p): New function.
18019 (next-error-find-buffer): Generalize compilation-find-buffer.
18020 (next-error, previous-error, first-error, next-error-no-select)
18021 (previous-error-no-select): Move from compile.el.
18022
18023 * replace.el (occur-next-error, occur-1): Hook into the next-error
18024 framework.
18025
18026 * progmodes/compile.el (compilation-start):
18027 Set next-error-last-buffer so next-error knows where to jump.
18028 (compilation-setup): Set the buffer-local variable
18029 next-error-function to 'compilation-next-error-function.
18030 (compilation-buffer-p, compilation-buffer-internal-p): Use an
18031 alternate way to find if a buffer is a compilation buffer, for
18032 next-error convenience.
18033 (next-error-no-select, previous-error-no-select, next-error)
18034 (previous-error, first-error): Move to simple.el.
18035 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
18036 (compilation-last-buffer): Remove.
18037 (compilation-start, compilation-next-error, compilation-setup)
18038 (compilation-next-error-function, compilation-find-buffer):
18039 Remove compilation-last-buffer use.
18040
18041 2004-04-21 Juanma Barranquero <lektu@terra.es>
18042
18043 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
18044 (font-lock-warning-face): Fix spacing.
18045
18046 * makefile.w32-in (WINS): Add url/ directory.
18047
18048 2004-04-21 Lars Hansen <larsh@math.ku.dk>
18049
18050 * desktop.el (desktop-buffer-mode-handlers): New variable.
18051 Alist of major mode specific functions to restore a desktop buffer.
18052 (desktop-buffer-handlers): Make variable obsolete.
18053 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
18054 Catch errors signaled in handlers. Update buffer count.
18055 Evaluate desktop-buffer-point.
18056 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
18057 move to dired.el.
18058 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
18059 move to info.el.
18060 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
18061 move to mail/rmail.el.
18062 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
18063 to mh-e/mh-e.el.
18064 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
18065 On fail, print message (to message buffer) even if
18066 desktop-missing-file-warning is nil.
18067 (desktop-buffer-misc-data-function): New buffer local variable.
18068 Function returning major mode specific data.
18069 (desktop-buffer-misc-functions): Make variable obsolete.
18070 (desktop-save): Use desktop-buffer-misc-data-function.
18071 (desktop-buffer-dired-misc-data): Rename to
18072 dired-desktop-buffer-misc-data and move to dired.el.
18073 (desktop-buffer-info-misc-data): Rename to
18074 Info-desktop-buffer-misc-data and move to info.el.
18075 (desktop-read): Add message about number of buffers restored/failed.
18076
18077 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
18078 Add parameters. Pause to display error only when
18079 desktop-missing-file-warning is non-nil.
18080 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18081 (dired-mode): Bind desktop-buffer-misc-data-function.
18082
18083 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
18084 Add Parameters.
18085 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
18086 (Info-mode): Bind desktop-buffer-misc-data-function.
18087
18088 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
18089 Add Parameters.
18090
18091 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
18092 Add Parameters.
18093
18094 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
18095
18096 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
18097 the case of letters in case-insensitive expansions when the
18098 abbrev is preceded by characters with letter syntax.
18099
18100 2004-04-21 Richard M. Stallman <rms@gnu.org>
18101
18102 * progmodes/cperl-mode.el (cperl-putback-char):
18103 Delete Emacs 18 definition.
18104
18105 * international/mule.el (ctext-post-read-conversion):
18106 Use assoc-string, not assoc-ignore-case.
18107
18108 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18109
18110 * emacs-lisp/easymenu.el (easy-menu-add):
18111 Do call x-popup-menu, but only if it's defined.
18112
18113 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18114
18115 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18116 Handle multiple args: compile like progn.
18117
18118 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18119 take all args as &rest arg.
18120
18121 * autoinsert.el (auto-insert-alist): Insert the user's name in
18122 copyright notice, rather than Free Software Foundation.
18123
18124 2004-04-21 Kenichi Handa <handa@m17n.org>
18125
18126 * descr-text.el (describe-char): Make it work on *Help* buffer.
18127
18128 2004-04-21 Kim F. Storm <storm@cua.dk>
18129
18130 * image.el (insert-image): Add optional SLICE arg.
18131 (insert-sliced-image): New defun.
18132
18133 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18134
18135 * subr.el (read-number): Check whether `default' is nil.
18136
18137 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18138
18139 * progmodes/compile.el (compilation-error-properties):
18140 Split into two.
18141 (compilation-internal-error-properties): New one.
18142 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18143
18144 2004-04-20 Richard M. Stallman <rms@gnu.org>
18145
18146 * window.el (split-window-save-restore-data):
18147 Don't update the data if OLD-INFO is nil.
18148
18149 * view.el (view-return-to-alist): Mark it permanent local.
18150
18151 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18152
18153 * recentf.el (recentf-save-list): Catch and warn about errors.
18154
18155 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18156 so "Buffers" won't be pure.
18157
18158 * help-mode.el (help-mode-finish): Set help-return-alist first
18159 thing, setting only the entry for the selected window.
18160
18161 * help-fns.el (describe-function-1): If many non-control non-meta
18162 keys run the command, don't list all of them.
18163
18164 2004-04-20 Juanma Barranquero <lektu@terra.es>
18165
18166 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18167 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18168
18169 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18170
18171 2004-04-20 Kenichi Handa <handa@m17n.org>
18172
18173 * international/quail.el (quail-lookup-key): New optional arg
18174 NOT-RESET-INDICES.
18175 (quail-get-translations): Call quail-lookup-key with
18176 NOT-RESET-INDICES t.
18177 (quail-completion): Likewise.
18178 (quail-lookup-map-and-concat): Likewise.
18179
18180 2004-04-20 Kenichi Handa <handa@m17n.org>
18181
18182 * international/quail.el (quail-update-translation): Don't insert
18183 such an unsupported multibyte char in a unibyte buffer.
18184
18185 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18186
18187 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18188 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18189 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18190 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18191 (gdb-frame-assembler-buffer): Improve behavior with
18192 multiple frames.
18193 (gdb-display-buffer): Extend search to all visible frames.
18194
18195 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18196
18197 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18198 characters left after base64 decoding.
18199 (rmail-decode-region): Use -dos variety of `coding', to remove any
18200 ^M characters left after qp or base64 decoding.
18201
18202 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18203
18204 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18205 messages.
18206
18207 2004-04-19 Stephen Eglen <stephen@gnu.org>
18208
18209 * add-log.el (add-change-log-entry): Update doc string to mention
18210 add-log-full-name and add-log-mailing-address.
18211
18212 2004-04-18 Juri Linkov <juri@jurta.org>
18213
18214 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18215 (Info-find-node-2): Simplify error message.
18216 (Info-insert-dir): Use Info-following-node-name.
18217 (Info-goto-node): Remove *info-history* and *info-toc*.
18218 (Info-history): Create a node of the virtual history file.
18219 (Info-toc): Create a node of the virtual toc file.
18220 (Info-insert-toc): New arg `curr-file' for reference file names.
18221 (info-apropos): Remove redundant var binding for temp-file.
18222 (Info-index, Info-index-next, Info-mode): Doc fix.
18223 (Info-goto-emacs-command-node): Don't jump to *info* from
18224 non-*info* Info buffers.
18225 (Info-fontify-node): Don't show the file name of external
18226 references if `Info-hide-note-references' is `hide'. Don't hide
18227 newlines at the end of paragraphs.
18228
18229 * international/mule-diag.el (list-input-methods):
18230 Fix args to help-xref-button.
18231
18232 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18233 to put into effect local variables from TUTORIAL files.
18234
18235 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18236 with default value taken from the variable `sentence-end'.
18237 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18238 Add nil const to :type.
18239 (sentence-end-without-period, sentence-end-double-space)
18240 (sentence-end-without-space): Doc fix.
18241
18242 * textmodes/paragraphs.el (forward-sentence):
18243 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18244 (fill-delete-newlines):
18245 * progmodes/cc-cmds.el (c-beginning-of-statement):
18246 Use function `sentence-end' instead of variable `sentence-end'.
18247
18248 2004-04-18 Andreas Schwab <schwab@suse.de>
18249
18250 * progmodes/compile.el (compilation-start): Set window start to
18251 point-min if compilation-scroll-output is nil.
18252
18253 2004-04-18 John Wiegley <johnw@newartisans.com>
18254
18255 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18256
18257 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18258
18259 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18260 (gdb-info-breakpoints-custom): Revert previous change.
18261 (gdb-view-assembler): Update assembler if necessary.
18262 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18263 (gdb-display-source-buffer): Update properly when both source and
18264 assembler are visible.
18265
18266 2004-04-17 John Wiegley <johnw@newartisans.com>
18267
18268 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18269 which limits the number of names shown in the minibuffer. Off by
18270 default.
18271 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18272 up iswitchb for users with a multitude of open buffers by showing
18273 only the first and last N/2 buffers in the completion list (which
18274 is enough to aid C-s/C-r, and to know that more characters are
18275 needed to refine the completion list).
18276
18277 2004-04-17 Richard M. Stallman <rms@gnu.org>
18278
18279 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18280 (file-truename): Expand all ~ constructs directly.
18281 (insert-directory): Delete any error msg output by the
18282 `insert-directory-program'.
18283
18284 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18285 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18286 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18287 (allout-init): Use find-file-hook, not find-file-hooks.
18288 (allout-mode): Eliminate Emacs 18 support.
18289 Use write-contents-functions, not local-write-file-hooks.
18290
18291 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18292
18293 * progmodes/compile.el (compilation-error-properties): Fix for
18294 adding messages when there are already markers for their file.
18295 (compilation-fake-loc): New function.
18296
18297 2004-04-16 Dave Love <fx@gnu.org>
18298
18299 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18300 (python-load-file): Fix python-orig-start setting.
18301
18302 * progmodes/compile.el: Doc fixes.
18303 (compilation-error-regexp-alist-alist)
18304 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18305 (compilation-assq): Wrap in eval-when-compile.
18306 (compilation-mode-font-lock-keywords): Don't use list*.
18307 (compilation-start): Avoid warning.
18308 (compilation-compat-error-properties)
18309 (compilation-directory-properties): Add keymap property.
18310 (compilation-parsing-end): Make it a marker for better compatibility.
18311
18312 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18313
18314 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18315
18316 * xml.el: Doc fixes.
18317 (xml-get-children): Only looks at sub-tags and ignore strings.
18318
18319 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18320
18321 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18322
18323 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18324
18325 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18326
18327 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18328
18329 * vc.el (vc-print-log): Likewise.
18330
18331 2004-04-16 Masatake YAMATO <jet@gyve.org>
18332
18333 * simple.el (completion-setup-function): Set an initial value
18334 to `element-common-end' before entering loop. Set a value
18335 to `element-common-end' at the end of loop.
18336 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18337 (completions-common-part): Rename from completion-de-emphasis.
18338 (completions-first-difference): Rename from completion-emphasis.
18339 Suggested by RMS.
18340
18341 2004-04-16 Juanma Barranquero <lektu@terra.es>
18342
18343 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18344 (bookmark-edit-annotation-mode): Add mode name.
18345
18346 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18347
18348 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18349 for nested conflict markers.
18350 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18351
18352 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18353
18354 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18355
18356 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18357
18358 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18359
18360 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18361 Give a backtrace if requested.
18362
18363 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18364
18365 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18366 Remove unused functions.
18367 (python-orig-start-line, python-orig-file): Remove.
18368 (python-orig-start): New var.
18369 (python-input-filter, python-compilation-line-number)
18370 (python-send-region, python-load-file): Use it.
18371
18372 * info.el (info): Always jump to *info*.
18373
18374 * subr.el (posn-set-point): New function.
18375
18376 * mouse.el (mouse-set-point): Use it.
18377
18378 * progmodes/compile.el (compile-goto-error): Use it.
18379 (compilation-button-map): New keymap.
18380 (compilation-error-properties): Use it.
18381 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18382
18383 * smerge-mode.el (smerge-popup-context-menu): Use it.
18384
18385 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18386 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18387 mouse and non-mouse case.
18388
18389 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18390 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18391
18392 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18393 Make it work for non-mouse events.
18394
18395 * pcvs-info.el (cvs-status-map): Update binding name.
18396
18397 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18398
18399 * xml.el (xml-maybe-do-ns): New function to handle namespace
18400 parsing of both attribute and element names.
18401 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18402 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18403 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18404 (xml-parse-attlist): Make it do its own namespace parsing.
18405
18406 2004-04-14 Dave Love <fx@gnu.org>
18407
18408 * progmodes/python.el (run-python): Fix use of \n.
18409 (python-load-file): Remove `try' from Python fragment.
18410 (python-describe-symbol): Fix message.
18411
18412 * comint.el: Doc fixes.
18413 (comint-last-input-start, comint-last-input-end)
18414 (comint-last-output-start): Give them values.
18415 (comint-arguments): Avoid warning.
18416 (comint-skip-prompt): Use line-end-position.
18417 (comint-backward-matching-input): Rename arg to agree with doc.
18418 (comint-extract-string): Use syntax-ppss.
18419 (comint-dynamic-simple-complete): Delete useless list construction.
18420 (comint-redirect-subvert-readonly): New.
18421 (comint-redirect-preoutput-filter): Use it.
18422
18423 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18424 Correctly handle negative arguments when calling hook functions.
18425
18426 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18427
18428 * info.el (info-apropos): Don't clobber Info-history-list.
18429
18430 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18431
18432 * progmodes/compile.el (compilation-setup):
18433 Localize overlay-arrow-position.
18434 (compilation-sentinel): Restructure code equivalently.
18435 (compilation-next-error): Find message on same line after point if
18436 not found before point.
18437 (compile-mouse-goto-error): Restore function so that compilation
18438 buffer need not be current and use compile-goto-error.
18439 (compile-goto-error): Restore function.
18440 (next-error): Set overlay-arrow-position.
18441 (compilation-forget-errors): Don't localize already local
18442 compilation-locs and remove FIXME about refontifying.
18443
18444 2004-04-14 Kim F. Storm <storm@cua.dk>
18445
18446 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18447 (command-line): New option -Q. Like -q --no-site-file, but
18448 in addition it also disables menu-bar, tool-bar, scroll-bars,
18449 tool-tips, and the blinking cursor.
18450 (command-line-1): Skip startup screen if -Q.
18451 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18452
18453 * emulation/cua-base.el (cua-read-only-cursor-color)
18454 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18455
18456 2004-04-13 Dave Love <fx@gnu.org>
18457
18458 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18459 (syntax): Don't require.
18460 (python) <defgroup>: Add :version.
18461 (python-quote-syntax): Re-written.
18462 (inferior-python-mode): Move stuff here from run-python and add
18463 some more.
18464 (python-preoutput-continuation, python-preoutput-result)
18465 (python-dotty-syntax-table): New.
18466 (python-describe-symbol): Use them.
18467 (run-python): Move stuff to inferior-python-mode. Modify code
18468 loaded into Python.
18469 (python-send-region): Use python-proc, python-send-string.
18470 (python-send-string): Send newlines too. Callers changed.
18471 (python-load-file): Re-written.
18472 (python-eldoc-function): New.
18473 (info-look): Don't require.
18474 (python-after-info-look): New. A modified version of former
18475 top-level code for use with eval-after-load.
18476 (python-maybe-jython, python-guess-indent): Use widened buffer.
18477 (python-fill-paragraph): Re-written.
18478 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18479 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18480
18481 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18484 Set compilation-error-regexp-alist earlier.
18485
18486 * progmodes/compile.el (compilation-minor-mode-map)
18487 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18488 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18489
18490 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18491
18492 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18493 corresponding to the event.
18494
18495 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18496
18497 * loadup.el: Add cygwin to system-type list, for unexec() support.
18498
18499 2004-04-12 John Paul Wallington <jpw@gnu.org>
18500
18501 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18502 (ibuffer-restore-window-config-on-quit): New variable to replace
18503 `ibuffer-delete-window-on-quit'. Update all references.
18504 (ibuffer-prev-window-config): New variable.
18505 (ibuffer-quit): Restore previous window configuration instead of
18506 deleting window.
18507 (ibuffer): Save window configuration before showing Ibuffer buffer.
18508
18509 * help.el (describe-mode): Doc fix.
18510
18511 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18512
18513 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18514 not to treat nil as a function.
18515
18516 * vc-arch.el (vc-arch-root): Be a bit more careful.
18517 (vc-arch-register): Save the buffer if we modified it.
18518 (vc-arch-delete-rej-if-obsolete): Save excursion.
18519 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18520 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18521
18522 * net/ldap.el (ldap-search): Use list*.
18523
18524 2004-04-12 Juri Linkov <juri@jurta.org>
18525
18526 * info.el (Info-follow-reference): Allow multiline reference name.
18527
18528 2004-04-11 Dave Love <fx@gnu.org>
18529
18530 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18531
18532 * progmodes/python.el: New file.
18533
18534 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18535
18536 * vc-hooks.el (vc-arg-list): Function removed.
18537 (vc-default-workfile-unchanged-p): Use condition-case to check for
18538 backward compatibility.
18539
18540 * vc.el (vc-print-log): Use condition-case to check for backward
18541 compatibility.
18542
18543 2004-04-11 Juri Linkov <juri@jurta.org>
18544
18545 * dired.el (dired-faces): New defgroup.
18546 (dired-header, dired-mark, dired-marked, dired-flagged)
18547 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18548 New faces.
18549 (dired-header-face, dired-mark-face, dired-marked-face)
18550 (dired-flagged-face, dired-warning-face, dired-directory-face)
18551 (dired-symlink-face, dired-ignored-face): New face variables.
18552 (dired-font-lock-keywords): Use them instead of font-lock faces.
18553 Split the rule for dired marks into 3 separate rules: for marks,
18554 marked file names and flagged file names.
18555
18556 * help-mode.el (help-make-xrefs): Add a final newline to the
18557 *Help* buffer.
18558
18559 2004-04-11 John Paul Wallington <jpw@gnu.org>
18560
18561 * replace.el (occur-engine): Distinguish between one and several
18562 matches in the matches per buffer heading.
18563
18564 2004-04-11 Kim F. Storm <storm@cua.dk>
18565
18566 * ido.el (ido-confirm-unique-completion): New defcustom.
18567 (ido-complete): Use it.
18568 (ido-write-file): Set it to t unconditionally.
18569
18570 2004-04-10 Miles Bader <miles@gnu.org>
18571
18572 RCS keyword removal (only non-comment changes are enumerated here):
18573
18574 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18575 (byte-compile-insert-header): Don't use `byte-compile-version'.
18576 * forms.el (forms-version): Variable removed.
18577 (forms-mode): Don't use `forms-version'.
18578 * recentf.el (recentf-version): Variable removed.
18579 * progmodes/delphi.el (delphi-version): Variable removed.
18580 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18581
18582 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18583
18584 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18585
18586 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18587
18588 * info.el (info-apropos): Improve menu item regexp.
18589
18590 2004-04-09 Simon Josefsson <jas@extundo.com>
18591
18592 * mail/smtpmail.el: Add comment, based on report by
18593 kdc@rcn.com (Kevin D. Clark).
18594
18595 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18596
18597 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18598 Redo one more thing that I didn't notice Daniel had undone.
18599
18600 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18601
18602 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18603 (gdb-goto-breakpoint, gdb-display-buffer)
18604 (gdb-display-source-buffer, gdb-view-source-function)
18605 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18606 (gdb-source-info, gdb-frame-handler): Don't specify a window
18607 for display.
18608 (gdb-info-breakpoints-custom): Remove superfluous update of
18609 assembler buffer.
18610 (gdb-many-windows): Make settable outside gdb.
18611
18612 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18613
18614 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18615 Derive from fundamental-mode rather than text-mode.
18616
18617 2004-04-08 Juri Linkov <juri@jurta.org>
18618
18619 * info.el (Info-history): Doc fix.
18620 (Info-history-list): New var.
18621 (info-xref): Change magenta4 to blue, remove bold for dark and
18622 light backgrounds, change bold to underline for non-color classes.
18623 (info-xref-visited): New face.
18624 (Info-fontify-visited-nodes): New custom.
18625 (Info-hide-note-references): Add new value `hide'. Doc fix.
18626 (Info-reference-name): New var.
18627 (Info-selection-hook): New custom.
18628 (Info-edit-mode-hook): New var.
18629 (Info-find-file): New fun.
18630 (Info-find-node): Move part of code to Info-find-file.
18631 (Info-find-node-2): Add anchors to Info-history-list. Move point
18632 to the place with the reference name if name is defined.
18633 (Info-select-node): Add current node to Info-history-list.
18634 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18635 (Info-search-whitespace-regexp): New custom.
18636 (Info-search-case-fold): New var.
18637 (Info-search): Add "case-sensitively" to the prompt.
18638 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18639 (Info-search-case-sensitively, Info-search-next): New fun.
18640 (Info-up): Move point to the menu item of the current node.
18641 (Info-history): New fun. Add *info-history* to
18642 same-window-buffer-names.
18643 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18644 (Info-insert-toc): New fun.
18645 (Info-build-toc): New fun.
18646 (Info-follow-reference): Add new arg `fork'. Doc fix.
18647 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18648 with the same name prefer the reference closest to point.
18649 (Info-next-reference): Replace * by + in the *Note regexp.
18650 Add regexp for http:// and ftp://. Skip the *Note prefix.
18651 (Info-prev-reference): Replace * by + in the *Note regexp.
18652 Add regexp for http:// and ftp://. Skip the *Note prefix.
18653 (Info-follow-nearest-node): Add new arg `fork'.
18654 (Info-try-follow-nearest-node): Add new arg `fork'.
18655 Call browse-url for http:// and ftp:// references.
18656 Set Info-reference-name for index entries.
18657 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18658 Info-search-next, Info-history, Info-toc, clone-buffer.
18659 (Info-menu-update): Replace * by + in the *Note regexp.
18660 (Info-mode): Add documentation for Info-history, Info-toc,
18661 Info-search-case-sensitively, Info-search-next, clone-buffer.
18662 (Info-fontify-menu-headers): Remove fun. Move code to
18663 Info-fontify-node.
18664 (Info-fontify-node): Add docstring. Add local vars
18665 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18666 then fontify header line, titles, menu headers, http and ftp
18667 references, refill paragraphs. If not-fontified-p is t or
18668 fontify-visited-p is t then fontify cross references, menu items.
18669 Fontify menu headers. Fontify http and ftp references.
18670 Change regexp for cross references to require whitespace after *Note,
18671 add matching groups for file and node names. Remove hack for quote.
18672 Use display property for Info-hide-note-references=t. Use fifth
18673 or fourth match for help-echo. Display visited nodes in a
18674 different face. Unhide file names of external references.
18675 Unhide newlines. Display visited menu items in a different face.
18676
18677 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18678
18679 * progmodes/compile.el: Require CL.
18680 (compilation-mode-font-lock-keywords): Re-install the "line as
18681 function" patch.
18682
18683 * help-fns.el (help-C-source-directory): New var.
18684 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18685 (describe-function-1, describe-variable): Use them.
18686
18687 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18688 to C source files specially.
18689
18690 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18691
18692 * info.el (Info-hide-cookies-node): New function.
18693 (Info-select-node): Use it.
18694 (Info-display-images-node): Remove message with image file name.
18695
18696 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18697
18698 * progmodes/compile.el (compilation-warning-face)
18699 (compilation-info-face, compilation-skip-threshold)
18700 (compilation-skip-visited, compilation-context-lines):
18701 Declare :version when added to Emacs.
18702 (compilation-error-regexp-alist-alist): Extend caml and irix.
18703 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18704 (compilation-mode-font-lock-keywords): Temporarily undo line as
18705 function patch, which wasn't ready.
18706
18707 2004-04-07 Kenichi Handa <handa@m17n.org>
18708
18709 * international/latin1-disp.el (latin1-display-setup): Check each
18710 character is displayable or not instead of calling
18711 latin1-display-check-font.
18712
18713 2004-04-06 Kenichi Handa <handa@m17n.org>
18714
18715 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18716 New variable.
18717 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18718 instead of sera-being-called-by-w3.
18719 (ethio-fidel-to-sera-buffer): Likewise.
18720 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18721 instead of sera-being-called-by-w3.
18722 (ethio-write-file): Likewise.
18723
18724 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18725
18726 * printing.el: Doc fix.
18727
18728 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18729
18730 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18731 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18732 (gdb-setup-windows): Only use separate IO buffer if required.
18733
18734 2004-04-06 Kim F. Storm <storm@cua.dk>
18735
18736 * term.el (term-is-xemacs): Remove.
18737 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18738 (term-window-width): New function.
18739 (term-mode, term-check-size): Use it.
18740 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18741
18742 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18743
18744 * cus-edit.el (custom-add-parent-links): Change unbound variable
18745 `symbol' to `name'.
18746
18747 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18748 * info.el (info-apropos): New function.
18749 (Info-mode-menu): Add it.
18750 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18751
18752 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18753 inherited docstring.
18754
18755 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18756
18757 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18758
18759 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18760
18761 * progmodes/compile.el (font-lock): Don't require any more.
18762 (compilation-error-properties, compilation-start, compilation-sentinel)
18763 (compilation-filter, next-error): Use with-current-buffer.
18764 (compilation-skip-to-next-location, compilation-skip-threshold)
18765 (compilation-skip-visited): Move to silence the byte-compiler.
18766 (compilation-setup): Simplify.
18767 (compilation-next-error): Use line-(beginning|end)-position.
18768 Make sure `pt' is non-nil before using compilation-loop.
18769 (compile-goto-error): Add optional event arg. Use it.
18770 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18771 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18772 Update the binding for mouse-2.
18773 (first-error): Set compilation-current-error to nil rather than bob.
18774 (compilation-parsing-end, compilation-parse-errors-function)
18775 (compilation-error-list, compilation-old-error-list):
18776 "New" compatibility variables.
18777 (compile-buffer-substring, compilation-compat-error-properties)
18778 (compilation-compat-parse-errors, compilation-forget-errors):
18779 New compatibility functions.
18780 (compilation-mode-font-lock-keywords): Use them.
18781
18782 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18783
18784 * autorevert.el (auto-revert-handler): If point (or a window
18785 point) is at the end of the buffer, keep it there after
18786 reverting. This allows to tail a file.
18787 Mention this in the `Commentary'.
18788
18789 * format.el (format-write-file): Add optional argument CONFIRM
18790 and make it behave like the analogous argument to `write-file'.
18791
18792 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18793
18794 * progmodes/ebnf2ps.el: Doc fix.
18795 (ebnf-version): New version number (4.2).
18796 (ebnf-syntax): Customization and docstring fix.
18797 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18798 Put autoloaded funs before first use.
18799 (ebnf-style-database): Add dtd entry.
18800 (ebnf-syntax-alist): Add dtd initialization.
18801 (ebnf-token-sequence): New fun.
18802 (ebnf-comment-table): Add new comment action character.
18803 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18804
18805 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18806 Type Definition for XML).
18807
18808 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18809 * progmodes/ebnf-bnf.el (ebnf-sequence):
18810 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18811 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18812 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18813 Code simplification: call ebnf-token-sequence.
18814
18815 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18816
18817 * calendar/timeclock.el (timeclock-relative)
18818 (timeclock-get-project-function, timeclock-get-workday-function)
18819 (timeclock-query-out, timeclock-when-to-leave)
18820 (timeclock-when-to-leave-string, timeclock-log-data)
18821 (timeclock-generate-report, timeclock-in): Doc fixes.
18822
18823 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18824
18825 * url/: New dir. Import the URL package from its repository.
18826
18827 2004-04-03 Andreas Schwab <schwab@suse.de>
18828
18829 * diff-mode.el (diff-mode): Fix missing quote.
18830
18831 2004-04-03 Juri Linkov <juri@jurta.org>
18832
18833 * descr-text.el (describe-property-list): Add `font-lock-face'.
18834
18835 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18836
18837 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18838
18839 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18840 Use utf-16le on little endian machines and utf-16be otherwise.
18841
18842 2004-04-02 David Kastrup <dak@gnu.org>
18843
18844 * net/browse-url.el (browse-url-generic): Use call-process
18845 instead of start-process to allow browsers that fork and detach.
18846
18847 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18848
18849 * compile.el (compilation-current-error): New var.
18850 (compilation-setup, compile-mouse-goto-error)
18851 (compile-goto-error, next-error): Use it.
18852 (compilation-skip-to-next-location): Default to t, which gives
18853 contiguous skipping like old compile (where this was redundant).
18854 (compilation-next-error): Prevent previous-* commands from moving
18855 back to message at or just before point.
18856
18857 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18858
18859 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18860 (gdb-source-info): Don't display source at startup, if required.
18861 (gdb-show-main): New option.
18862 (gdba): Update documentation.
18863 (gdb-source): Cover case of auto-display output.
18864
18865 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18866
18867 * autorevert.el: Delete obsolete autoloads and defvars.
18868 (auto-revert-check-vc-info): New user option.
18869 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18870 (auto-revert-handler-vc): Delete.
18871 (auto-revert-handler): Treat return value `fast' of
18872 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18873
18874 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18875 return `fast'.
18876
18877 * files.el (buffer-stale-function): Doc change.
18878
18879 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18880
18881 * printing.el: New tip on Tips section.
18882 (pr-version): New version number (6.7.4).
18883 (pr-shell-file-name): Initialization fix.
18884
18885 2004-03-31 Juri Linkov <juri@jurta.org>
18886
18887 * dired.el: Add autoload for `dired-do-touch'.
18888 (dired-touch-program): New var.
18889 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18890 (dired-no-confirm): Add `touch' to docstring.
18891
18892 * dired-aux.el (dired-do-touch): New fun.
18893 (dired-do-chxxx): Add argument -t for touch operation.
18894
18895 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18896 `dired-move-to-filename-regexp'.
18897
18898 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18899
18900 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18901
18902 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18903
18904 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18905 and only if the buffer was modified.
18906
18907 2004-03-30 Kenichi Handa <handa@m17n.org>
18908
18909 * international/characters.el: Delete pairs for U+2308..U+230B.
18910
18911 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18912
18913 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18914 to detect the beginning of a level 2 or 3 annotation.
18915
18916 2004-03-29 Kenichi Handa <handa@m17n.org>
18917
18918 * international/ucs-tables.el (ucs-insert): Fix the error message.
18919
18920 2004-03-29 Kenichi Handa <handa@m17n.org>
18921
18922 * international/mule-util.el (char-displayable-p): Fix generation
18923 of XLFD file name.
18924
18925 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18926 before finding directories by `find'.
18927
18928 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18929
18930 * subr.el (interactive-form): Delete. Now implemented in C.
18931
18932 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18933
18934 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18935 (vc-diff-label): New fun.
18936 (vc-diff-internal): Use it.
18937
18938 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18939
18940 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18941
18942 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18943
18944 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18945 specify XML (EBNFX).
18946
18947 * progmodes/ebnf2ps.el: Doc fix.
18948 (ebnf-version): New version number (4.1).
18949 (ebnf-syntax): Adjust customization.
18950 (ebnf-style-database): Add ebnfx entry.
18951 (ebnf-syntax-alist): Add ebnfx initialization.
18952 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18953
18954 * printing.el: Doc fix.
18955 (pr-version): New version number (6.7.3).
18956 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18957 returns nil for mouse position. Reported by Drew Adams
18958 <drew.adams@oracle.com>.
18959 (pr-update-menus): Modify interactive declaration. Reported by Drew
18960 Adams <drew.adams@oracle.com>.
18961
18962 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18963
18964 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18965 (gud-gdba-marker-filter): Log the process input and output, if
18966 required. From Stefan Monnier.
18967 (gdb-debug-log, gdb-enable-debug-log): New variables.
18968 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18969
18970 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18971
18972 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18973 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18974
18975 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18976
18977 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18978 Call vc-find-file-hook here instead of in auto-revert-buffers.
18979 (auto-revert-buffers): Delete call to vc-find-file-hook.
18980 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18981 (global-auto-revert-mode, auto-revert-set-timer)
18982 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18983
18984 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18985
18986 * woman.el (woman-change-fonts): Rename local variable
18987 woman-font-alist to font-alist to avoid a compiler warning.
18988
18989 2004-03-27 Dave Love <fx@gnu.org>
18990
18991 * emacs-lisp/rx.el (rx): Doc fix.
18992 Fix copyright years.
18993
18994 * strokes.el (strokes-global-set-stroke-string): New function.
18995 (strokes-list-strokes): Cope with strings, not just commands.
18996 Set foreground color of image.
18997 (strokes-global-set-stroke): Doc fix.
18998
18999 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
19000
19001 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
19002 Auto Revert mode.
19003 (Buffer-menu-files-only): New variable.
19004 (Buffer-menu-toggle-files-only): New function.
19005 (Buffer-menu-mode-map): Bind it to `T'.
19006 (Buffer-menu-mode): Mention `T' in docstring.
19007 Set buffer-stale-function.
19008 (list-buffers-noselect): Mark buffer non-modified and set
19009 Buffer-menu-files-only.
19010
19011 * dired.el (buffer-stale-function): Remove no longer needed defvar.
19012
19013 * autorevert.el (auto-revert-handler): Print revert message
19014 before, rather than after, reverting.
19015 (buffer-stale-function): Move to files.el.
19016
19017 * files.el (buffer-stale-function): Move here from autorevert.el.
19018
19019 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
19020
19021 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
19022
19023 * calc/calc.el (calc-mode-map): Use mapc.
19024
19025 * apropos.el (apropos-mode): Don't autoload.
19026 (apropos-symbols-internal): New fun. Extracted from `apropos'.
19027 (apropos): Use it.
19028 (apropos-print): Add optional `text' argument.
19029 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
19030 Don't assume point-min == 1.
19031
19032 * bs.el (bs-buffer-list): Use buffer-local-value.
19033 (bs--set-toggle-to-show): Use with-current-buffer.
19034
19035 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
19036 New funs.
19037 (list-buffers-noselect): Use them. Adjust :align-to to new style.
19038
19039 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
19040
19041 * dabbrev.el (dabbrev-expand): Fix regexp construction.
19042 (dabbrev--find-expansion): Use pop.
19043 (dabbrev--search): Use match-string-no-properties.
19044
19045 * dired.el (dired-mode): Use run-mode-hooks.
19046 (dired-move-to-end-of-filename): Use match-string.
19047
19048 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
19049 is bound before using it.
19050 (ediff-verbose-p): Make it into a var since it's not constant.
19051
19052 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
19053
19054 * faces.el (read-face-font): Don't cons up unnecessarily.
19055 (header-line, tool-bar): Share common parts.
19056
19057 * files.el (file-relative-name): Use compare-strings.
19058
19059 * finder.el (finder-mode): Follow coding convention.
19060
19061 * subr.el (read-number): New function.
19062
19063 * ses.el (ses-read-number): Move to subr.el.
19064 (ses-set-header-row): Use read-number.
19065
19066 2004-03-26 Andre Spiegel <spiegel@gnu.org>
19067
19068 * vc-hooks.el (vc-arg-list): New function, which handles both
19069 compiled and uncompiled code.
19070 (vc-default-workfile-unchanged-p): Use it.
19071
19072 * vc.el (vc-print-log): Undo prev change, use new function
19073 vc-arg-list from vc-hooks.el.
19074
19075 2004-03-26 Masatake YAMATO <jet@gyve.org>
19076
19077 * simple.el (completion-setup-function): Emphasize the
19078 first uncommon characters in the completions; and de-emphasize
19079 the common prefix substrings.
19080 (completion-emphasis): New face.
19081 (completion-de-emphasis): New face.
19082
19083 2004-03-25 Juanma Barranquero <lektu@terra.es>
19084
19085 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
19086 Comment out (it's unused and unfinished code).
19087
19088 2004-03-25 Sam Steingold <sds@gnu.org>
19089
19090 * vc.el (vc-print-log): Fix a bug in the last patch:
19091 backend-function may be a byte-compiled object, not a lambda.
19092
19093 2004-03-25 Juri Linkov <juri@jurta.org>
19094
19095 * descr-text.el (describe-property-list): Add a button
19096 for `face' property that calls `describe-face'.
19097 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
19098
19099 * international/mule.el (keyboard-coding-system):
19100 * kmacro.el (kmacro-call-macro): Fix docstring.
19101
19102 * dired.el: Fix comments.
19103
19104 * textmodes/fill.el (fill): Fix Info link.
19105
19106 * font-lock.el (fast-lock, lazy-lock):
19107 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19108 Info node.
19109
19110 * eshell/eshell.el (eshell): Fix broken info-link.
19111
19112 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19113 * eshell/em-banner.el (eshell-banner):
19114 * eshell/em-smart.el (eshell-smart):
19115 * eshell/esh-cmd.el (eshell-cmd):
19116 Comment out broken info-links to incomplete Info manual.
19117
19118 * info-xref.el: Fix commentary.
19119
19120 2004-03-25 Kevin Ryde <user42@zip.com.au>
19121
19122 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19123 Remove spurious node duplicate suppression, doesn't work, not wanted.
19124 (info-xref-output): Take format style args, add "sit-for 0" to let
19125 user see the results as they progress.
19126 (info-xref-check-all-custom): New function.
19127
19128 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19129
19130 * gdb-ui.el: Moved to progmodes.
19131
19132 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19133
19134 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19135
19136 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19137
19138 * calendar/appt.el (appt-check): Remove superfluous progn.
19139 When finished with diary buffer: if it was not being displayed
19140 before, kill it; otherwise restore its original state.
19141 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19142
19143 * calendar/calendar.el (calendar-set-mode-line): Use total
19144 available mode-line width, rather than frame-width.
19145
19146 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19147 after mode change so effect not lost.
19148
19149 2004-03-23 Dave Love <fx@gnu.org>
19150
19151 * dired.el (dired) <defgroup>: Add link to manual.
19152 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19153 (dired-revert): Use dolist.
19154 (dired-mode-map): Add U binding.
19155 (dired-mode): Add font-lock-beginning-of-syntax-function.
19156 (dired-garbage-files-regexp): Make it a defcustom.
19157
19158 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19159
19160 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19161 is equivalent to nil.
19162 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19163 (vc-arch-mode-line-string): Accept `added' state.
19164 (vc-arch-state): Use inode-sigs if available.
19165 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19166 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19167 (vc-arch-tagline-re): New var.
19168 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19169 New functions.
19170 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19171 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19172
19173 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19174 (vc-file-not-found-hook): Use it.
19175
19176 * diff-mode.el (diff-default-read-only): Change default.
19177 (diff-mode-hook): Make it a defcustom. Add some options.
19178 (diff-mode-map): Bind diff-refine-hook.
19179 (diff-yank-handler): New var.
19180 (diff-yank-function): New fun.
19181 (diff-font-lock-keywords): Use them.
19182 (diff-end-of-file): Handle case where file-header looks like diff text.
19183 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19184 (diff-file-kill): Delete a subsequent empty line, if applicable.
19185 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19186 (diff-find-file-name): Use it.
19187 (diff-tell-file-name): New command.
19188 (diff-mode): Be careful with view-mode.
19189 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19190 New functions, for use in diff-mode-hook.
19191 (diff-find-source-location): Catch "regex too large" errors.
19192 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19193 (diff-refine-hunk): New command.
19194
19195 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19196 (smerge-context-menu-map): Remove unused var.
19197 (smerge-keep-all): Preserve markers.
19198 (smerge-keep-n): New fun.
19199 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19200 (smerge-keep-current, smerge-ediff): Use it.
19201 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19202 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19203 (smerge-resolve): Resolve trivial 3-part conflicts.
19204
19205 2004-03-23 Juri Linkov <juri@jurta.org>
19206
19207 * man.el (Man-width): New var.
19208 (Man-getpage-in-background): Use it.
19209 (Man-support-local-filenames): New var and fun.
19210 (Man-build-man-command): Don't add a second %s.
19211 (Man-fontify-manpage): Clean up message.
19212 (Man-mode): Set outline-regexp, outline-level,
19213 imenu-generic-expression.
19214
19215 * woman.el (woman-fill-frame): Doc fix.
19216 (woman-decode-region): Use window-width instead of frame-width.
19217
19218 * abbrevlist.el (list-one-abbrev-table):
19219 * descr-text.el (describe-char):
19220 * international/mule-diag.el (describe-current-coding-system):
19221 * international/quail.el (quail-insert-decode-map):
19222 Use window-width instead of frame-width.
19223
19224 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19225 (jka-compr-mode-alist-additions): Add tbz.
19226 (jka-compr-write-region, jka-compr-insert-file-contents):
19227 Add message for undefined compress-program.
19228 (jka-compr-write-region): Remove redundant var bindings.
19229
19230 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19231 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19232 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19233 (dired-man): Use dired-guess-shell-command.
19234 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19235 Change default nil to t.
19236
19237 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19238 (dired-compare-directories): Add default value for empty input.
19239
19240 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19241
19242 * time.el (display-time-string-forms): Fix help-echo date format.
19243
19244 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19245
19246 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19247 (buffer-stale-function): New variable.
19248 (auto-revert-list-diff, auto-revert-dired-file-list)
19249 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19250 (auto-revert-handler): Take over some functionality of deleted
19251 functions.
19252 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19253
19254 * dired.el (dired-directory-changed-p): New fun, extracted from
19255 dired-internal-noselect.
19256 (dired-buffer-stale-p): New fun.
19257 (dired-internal-noselect): Use dired-directory-changed-p.
19258 Eliminate revert messages.
19259 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19260
19261 2004-03-23 Kenichi Handa <handa@m17n.org>
19262
19263 * international/characters.el: Setup syntaxes for more parentheses
19264 Unicode characters.
19265
19266 * international/mule-cmds.el (select-safe-coding-system):
19267 Merge coding-system and auto-cs before comparing them.
19268
19269 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19270
19271 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19272
19273 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19274 normal-auto-fill-function and comment-indent-function.
19275 The default values now work just as well.
19276 Don't set font-lock-beginning-of-syntax-function since we already set
19277 syntax-begin-function.
19278 (lisp-outline-level): Put ;;;###autoload at same level as (.
19279 (prin1-char): Quote special chars.
19280
19281 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19282 than with-no-warnings.
19283
19284 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19285 if the source location can't be found.
19286 (edebug-compute-previous-result): Use prin1-char.
19287
19288 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19289 (debug-ignored-errors): Add an entry.
19290
19291 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19292 (byte-compile-file): Output warning when deleting a file.
19293
19294 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19295 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19296
19297 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19298 (byte-compile-inline-expand): Use backquote.
19299 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19300 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19301
19302 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19303
19304 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19305
19306 2004-03-22 Juri Linkov <juri@jurta.org>
19307
19308 * finder.el (finder-known-keywords): Fix data, tex, unix.
19309
19310 * play/landmark.el: Fix keywords.
19311
19312 * language/ethio-util.el (ethio-find-file): Doc fix.
19313
19314 * emacs-lisp/warnings.el: Doc fix.
19315
19316 * textmodes/ispell.el (ispell-help): Doc fix.
19317
19318 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19319
19320 * format.el (format-insert-file): Always return a list of two
19321 elements, like insert-file-contents does.
19322
19323 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19324
19325 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19326 and vc-BACKEND-diff.
19327 (vc-print-log): If the print-log implementation supports it, use
19328 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19329 (vc-version-diff, vc-diff-internal): Doc fixes.
19330
19331 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19332 implementation supports it, let diff output go to *vc*,
19333 not *vc-diff*, since this is an internal call.
19334
19335 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19336
19337 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19338
19339 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19340
19341 2004-03-21 Dave Love <fx@gnu.org>
19342
19343 * progmodes/cfengine.el (cfengine-mode):
19344 Set parse-sexp-ignore-comments.
19345
19346 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19347
19348 2004-03-21 Juanma Barranquero <lektu@terra.es>
19349
19350 * allout.el (allout-mode): Fix docstring.
19351
19352 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19353
19354 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19355
19356 * autorevert.el (auto-revert-interval): Make new value take
19357 effect immediately when set through Custom.
19358 (auto-revert-set-timer): Add interactive declaration.
19359
19360 2004-03-19 David Ponce <david@dponce.com>
19361
19362 * ruler-mode.el (ruler-mode-header-line-format-old):
19363 Don't `make-variable-buffer-local'.
19364 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19365 (ruler-mode-header-line-format): Simply funcall the above.
19366 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19367 to save/restore a previous header line format.
19368 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19369 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19370 fringes and margins width.
19371 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19372
19373 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19374
19375 * log-edit.el (log-edit-font-lock-keywords): Typo.
19376
19377 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19378 (tex-send-tex-command): Rather than here.
19379 (tex-compilation-parse-errors): Simplify.
19380
19381 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19382
19383 * time.el (display-time-string-forms): Add help-echo with date on time.
19384
19385 * composite.el (compose-region): Use restore-buffer-modified-p.
19386
19387 * disp-table.el (standard-display-8bit): Simplify.
19388
19389 * server.el (server-process-filter): Delete temp frame.
19390
19391 * add-log.el (add-change-log-entry): Simplify.
19392
19393 2004-03-19 Kim F. Storm <storm@cua.dk>
19394
19395 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19396 (hexl-follow-line): Don't require 'fringe.
19397
19398 * progmodes/compile.el (compilation-start): Always set
19399 compilation-last-buffer and return it.
19400
19401 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19402
19403 * simple.el (clone-buffer): Doc fix.
19404
19405 2004-03-18 Juanma Barranquero <lektu@terra.es>
19406
19407 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19408
19409 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19410
19411 * log-edit.el (log-edit-font-lock-keywords): New var.
19412 (log-edit-mode): Use it.
19413
19414 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19415
19416 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19417 properly for watching in speedbar.
19418
19419 2004-03-17 Masatake YAMATO <jet@gyve.org>
19420
19421 * smerge-mode.el (smerge-popup-context-menu):
19422 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19423
19424 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19425
19426 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19427 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19428 Take sealed revisions into account.
19429 (vc-arch-checkin): Extract a summary line from the message.
19430
19431 2004-03-16 Masatake YAMATO <jet@gyve.org>
19432
19433 * register.el (register): Provide `register' feature.
19434
19435 2004-03-15 Masatake YAMATO <jet@gyve.org>
19436
19437 Added context menu support in smerge mode.
19438 Most of the part is written by Stefan Monnier.
19439
19440 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19441 New keymap and menu.
19442 (smerge-text-properties): New function.
19443 (smerge-remove-props): New function.
19444 (smerge-popup-context-menu): New function.
19445 (smerge-resolve): Call `smerge-remove-props'.
19446 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19447 (smerge-keep-current): Ditto.
19448 (smerge-kill-current): New function.
19449 (smerge-match-conflict): Put text properties.
19450 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19451
19452 2004-03-15 David Ponce <david@dponce.com>
19453
19454 * ruler-mode.el (ruler-mode-left-fringe-cols)
19455 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19456 (ruler-mode-right-scroll-bar-cols): Remove.
19457 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19458 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19459 Use fringe-columns and scroll-bar-columns.
19460
19461 2004-03-15 Masatake YAMATO <jet@gyve.org>
19462
19463 * hl-line.el (hl-line-range-function): New variable.
19464 (hl-line-move): New function.
19465 (global-hl-line-highlight): Use `hl-line-move'.
19466 (hl-line-highlight): Ditto.
19467
19468 * scroll-bar.el (scroll-bar-columns):
19469 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19470
19471 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19472 (ruler-mode-left-fringe-cols)
19473 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19474 (ruler-mode-right-scroll-bar-cols)
19475 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19476 (ruler-mode-ruler-function): New variable.
19477 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19478 if the value for `ruler-mode-ruler-function' is given.
19479
19480 * hexl.el (hexl-mode-hook): Make the hook customizable.
19481 (hexl-address-area, hexl-ascii-area): New customize variables.
19482 (hexlify-buffer): Put font-lock-faces on the address area and
19483 the ascii area.
19484 (hexl-activate-ruler): New function.
19485 (hexl-follow-line): New function.
19486 (hexl-highlight-line-range): New function.
19487 (hexl-mode-ruler): New function.
19488
19489 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19490
19491 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19492 (vc-default-find-file-hook): New fun.
19493 (vc-find-file-hook): Call new find-file-hook operation.
19494
19495 * vc-arch.el: New file.
19496
19497 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19498
19499 * info-look.el (info-lookup): Reuse an existing Info window.
19500
19501 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19502
19503 * woman.el (woman-preserve-ascii): Default value changed to t and
19504 doc string revised.
19505
19506 2004-03-12 Richard M. Stallman <rms@gnu.org>
19507
19508 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19509 Fix minor bug.
19510
19511 * replace.el (occur-engine): Change message for count of matches.
19512
19513 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19514 For strings, do compare text properties.
19515
19516 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19517
19518 * progmodes/compile.el (compile-auto-highlight)
19519 (compilation-error-list, compilation-old-error-list)
19520 (compilation-parse-errors-function, compilation-parsing-end)
19521 (compilation-error-message, compilation-directory-stack)
19522 (compilation-enter-directory-regexp-alist)
19523 (compilation-leave-directory-regexp-alist)
19524 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19525 (compilation-current-file, compilation-regexps): Remove vars.
19526
19527 (compile-error-at-point, compilation-error-filedata)
19528 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19529 (compilation-next-error-locus, compilation-forget-errors)
19530 (count-regexp-groupings, compilation-parse-errors)
19531 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19532
19533 (compile-internal): Make obsolete.
19534
19535 (compilation-first-column, compilation-error)
19536 (compilation-directory-matcher, compilation-page-delimiter)
19537 (compilation-mode-font-lock-keywords, compilation-debug)
19538 (compilation-error-face, compilation-warning-face)
19539 (compilation-info-face, compilation-line-face)
19540 (compilation-column-face, compilation-enter-directory-face)
19541 (compilation-leave-directory-face, compilation-skip-threshold)
19542 (compilation-skip-visited, compilation-context-lines): New vars.
19543
19544 (compilation-warning-face, compilation-info-face)
19545 (compilation-message-face): New faces.
19546
19547 (compilation-error-regexp-alist-alist): New constant.
19548
19549 (compilation-face, compilation-directory-properties)
19550 (compilation-assq, compilation-error-properties, compilation-start)
19551 (define-compilation-mode, compilation-loop)
19552 (compilation-set-window): New functions.
19553
19554 (compile): Additional argument for interactive compiles like TeX.
19555
19556 * progmodes/grep.el (kill-grep): Move here from compile.el
19557 (grep-error, grep-hit-face, grep-error-face)
19558 (grep-mode-font-lock-keywords): New variables.
19559 (grep-regexp-alist): Simplify regexp and add `binary' case.
19560 (grep-mode): New mode.
19561 (grep-process-setup): Simplify.
19562
19563 2004-03-11 Jason Rumney <jasonr@gnu.org>
19564
19565 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19566 letters on DOS/Windows.
19567
19568 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19569
19570 * server.el (server-name): New var.
19571 (server-socket-dir): New var to replace server-socket-name.
19572 (server-start): Use them.
19573
19574 2004-03-11 Simon Josefsson <jas@extundo.com>
19575
19576 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19577 died to avoid infloop. Reported by Jonathan Glauner
19578 <jglauner@sbum.org>.
19579
19580 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19581
19582 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19583 (smerge-mode-menu): Use it to deactivate menu entries.
19584 (smerge-keep-current): New fun.
19585 (smerge-keep-current): Use it.
19586
19587 2004-03-10 John Paul Wallington <jpw@gnu.org>
19588
19589 * foldout.el (foldout-fold-list, foldout-modeline-string):
19590 Declare them as variables, not constants.
19591
19592 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19593
19594 * ps-print.el: Modification to print *Messages* buffer.
19595 (ps-print-version): New version 6.6.4.
19596 (ps-message-log-max): New fun.
19597 (ps-spool-without-faces, ps-spool-with-faces)
19598 (ps-count-lines-preprint): Code fix.
19599
19600 * printing.el: New tips in Tips section.
19601
19602 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19603
19604 * delim-col.el: Doc fix.
19605
19606 * printing.el: Doc fix. New doc section (Tips).
19607
19608 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19609
19610 * type-break.el (type-break-emacs-variant): Remove.
19611 (type-break-run-at-time, type-break-cancel-function-timers):
19612 Use fboundp rather than version name and number.
19613
19614 2004-03-09 Masatake YAMATO <jet@gyve.org>
19615
19616 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19617 `make-variable-buffer-local'.
19618
19619 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19620
19621 * find-dired.el (find-dired): Call `shell-command' instead of
19622 `start-process-shell-command'. By this, Tramp takes over
19623 handling of remote directories.
19624
19625 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19626
19627 * newcomment.el (comment-use-global-state): New var.
19628 (comment-search-forward): Use it.
19629
19630 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19631
19632 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19633
19634 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19635 (enable-kinsoku): Make it a defcustom.
19636 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19637 paragraph to same-comment-start-marker.
19638
19639 2004-03-07 Dave Love <fx@gnu.org>
19640
19641 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19642 (browse-url-mail): Use it.
19643
19644 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19645 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19646
19647 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19648
19649 * woman.el (woman-man.conf-path): Doc fix.
19650 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19651
19652 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19653
19654 * sort.el (sort-columns): Remove ms-dos from the list of systems
19655 where the external `sort' command is not used.
19656
19657 2004-03-07 Kim F. Storm <storm@cua.dk>
19658
19659 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19660 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19661 from overlay-arrow-variable-list.
19662 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19663
19664 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19665
19666 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19667 overlay arrow string properly for the assembler buffer.
19668
19669 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19670
19671 * mail/sendmail.el (mail-mode): Fix last change.
19672
19673 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19674
19675 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19676 for the assembler buffer.
19677 (gdb-assembler-custom): Position the overlay arrow.
19678 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19679
19680 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19681
19682 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19683
19684 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19685 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19686
19687 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19688
19689 * newcomment.el (uncomment-region): Allow non-terminated comment.
19690 (comment-normalize-vars): Check the user-specified comstart marker.
19691
19692 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19693
19694 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19695 Otherwise, do use it if the region only contains font-lock text
19696 properties.
19697
19698 2004-03-04 Masatake YAMATO <jet@gyve.org>
19699
19700 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19701 as the callback function for eldoc.
19702 (hexl-print-current-point-info): New function.
19703 (hexl-current-address): Print the address in both decimal
19704 and hexadecimal format.
19705
19706 2004-03-04 Richard M. Stallman <rms@gnu.org>
19707
19708 * mail/rmail.el (rmail-convert-to-babyl-format):
19709 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19710
19711 * mail/mail-utils.el (mail-unquote-printable-region):
19712 New arg UNIBYTE.
19713
19714 * startup.el (command-switch-alist): Doc fix.
19715
19716 * simple.el (undo): Temporarily set this-command to `undo-start',
19717 then set it to `undo' once undo-start returns without error.
19718
19719 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19720
19721 * simple.el (kill-line): Don't disregard trailing whitespace
19722 in eol condition, if show-trailing-whitespace is set.
19723
19724 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19725 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19726 When disabling, restore old values only if mouse-sel-has-been-enabled.
19727
19728 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19729 (isearch-{-char): New function.
19730 (isearch-mode-map): Bind { to isearch-{-char.
19731
19732 * font-lock.el (lisp-font-lock-keywords-2):
19733 Turn off the CL with-... and do-... general patterns.
19734 Instead, recognize several specific with... and do... constructs.
19735
19736 * files.el (switch-to-buffer-other-window):
19737 Bind same-window-buffer-names and same-window-regexps to nil.
19738 (switch-to-buffer-other-frame): Likewise.
19739
19740 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19741
19742 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19743 recognizing leading comment on code line.
19744
19745 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19746
19747 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19748 hidden files/directories.
19749
19750 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19751
19752 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19753 only comment-start (in case the mode hasn't set it).
19754
19755 * Makefile.in (AUTOGENEL): New var.
19756 (bootstrap-prepare): Rename from bootstrap-clean.
19757 Don't remove elc files.
19758 (maintainer-clean): New target.
19759
19760 * xml.el (xml-get-attribute-or-nil): Simplify.
19761
19762 2004-03-02 Juri Linkov <juri@jurta.org>
19763
19764 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19765 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19766 URL to prevent their substitution with the environment variable
19767 values by browsers.
19768
19769 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19770
19771 * ps-print.el: Doc fix.
19772 (ps-print-version): New version number (6.6.3).
19773 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19774 Docstring fix.
19775 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19776 before printing.
19777 (ps-time-stamp-yyyy-mm-dd): New fun.
19778 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19779
19780 2004-03-02 Kim F. Storm <storm@cua.dk>
19781
19782 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19783
19784 2004-03-01 Juanma Barranquero <lektu@terra.es>
19785
19786 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19787
19788 * desktop.el (desktop-file-version)
19789 (desktop-after-read-hook): Fix typos.
19790 (desktop-clear-preserve-buffers): Remove redundant info in
19791 docstring already shown by the obsolescence message.
19792 (desktop-truncate, desktop-internal-v2s)
19793 (desktop-value-to-string): Change argument name to match docstring.
19794
19795 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19796
19797 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19798 docstring.
19799
19800 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19801
19802 * printing.el: Replace "As Is..." in PostScript file print/preview by
19803 "No Preprocessing...". Suggested by Colin Marquardt
19804 <_marquardt_@zmd.de>.
19805 (pr-insert-section-4): Adjust buffer interface.
19806
19807 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19808
19809 Version 2.0.39 of Tramp released.
19810
19811 * net/tramp.el (tramp-handle-file-local-copy)
19812 (tramp-handle-write-region, tramp-open-connection-rsh):
19813 Variable name typo. Small change. From Patrick Tullmann
19814 <tullmann@flux.utah.edu>.
19815 (tramp-process-connection-type): New variable.
19816 (tramp-maybe-open-connection): Use it.
19817 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19818 (tramp-touch): Set last-modified time of a remote file.
19819 (tramp-handle-write-region): Say which function is used when encoding.
19820
19821 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19822
19823 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19824 case of non-existing filename, too. Reported by Christoph Bauer
19825 <c_bauer@informatik.uni-kl.de>.
19826 (tramp-smb-get-file-entries): The directory in question should
19827 have permissions "drwxrwxrwx". Just virtual, because we don't
19828 know the real permissions. Don't we know?
19829 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19830 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19831 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19832 output. If it was received chunkwise, there have been problems.
19833 Remove the "prompt not found" error message; it is obvious.
19834 Simplify algorithm.
19835 (tramp-smb-process-running): Remove. Since we acknowledge the
19836 virtual prompt for shares, there's no need for distinction of
19837 reading shares (process ends afterwards) and interactive mode of
19838 smblient.
19839 (tramp-smb-open-connection): Setting process sentinel removed.
19840 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19841 "NT_STATUS_NETWORK_ACCESS_DENIED".
19842 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19843 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19844 (top-level): Setting default value in `tramp-default-method-alist'
19845 corrected. Order of USER and HOST have been wrong.
19846 Nobody complained for months ...
19847 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19848 (tramp-smb-open-connection): Clear password cache if login has failed.
19849
19850 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19851 `tramp-unified-filenames'.
19852 (tramp-completion-mode): Make test for XEmacs explicitly.
19853 `event-to-character' can exists in Emacs packages too.
19854 Reported by Matt Swift <swift@alum.mit.edu>.
19855 (tramp-buffer-name): Buffer name must contain the user if exists.
19856 Reported by Adrian Phillips <a.phillips@met.no>.
19857 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19858 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19859 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19860 `tramp-do-copy-or-rename-file-one-local', because it handles also
19861 the case both files use the same out-of-band method.
19862 Implementation added.
19863 (tramp-handle-file-local-copy, tramp-handle-write-region):
19864 Out-of-band handling removed. `copy-file' called instead, which
19865 calls `tramp-do-copy-or-rename-file-out-of-band'.
19866 (tramp-action-password): Check for out-of-band method removed.
19867 This function is used for 'login-program.
19868 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19869 appropriate.
19870 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19871 and `tramp-parse-sknownhosts'.
19872 (tramp-completion-function-alist): It's a defvar now, because we
19873 want to apply the optimized `tramp-set-completion-function'
19874 instead of a static list.
19875 (tramp-set-completion-function): Implementation tuned.
19876 Avoid double entries, and entries where the function or the
19877 file/directory doesn't exist.
19878 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19879 for SSH2.
19880 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19881 (tramp-handle-dired-compress-file): New function.
19882 (tramp-async-proc): New variable.
19883 (tramp-handle-shell-command): Adding asynchronous processes.
19884 They are far from being perfect, but it works at least for
19885 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19886 (top-level): Require password.el if visible. Should be mandatory
19887 once No Gnus has found its way into (X)Emacs.
19888 (tramp-read-passwd): Invoke `password-read' if available,
19889 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19890 fallback any longer.
19891 (tramp-clear-passwd): New function.
19892 (tramp-process-actions, tramp-process-multi-actions):
19893 Clear password cache if login has failed.
19894
19895 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19896 its own module.
19897 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19898 `ange-ftp-ftp-name-res'. There could be incorrect values from
19899 previous calls in case the "ftp" method is used in the Tramp file
19900 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19901
19902 2004-02-28 Richard M. Stallman <rms@gnu.org>
19903
19904 * term.el (term-mouse-paste): Call mouse-set-point.
19905
19906 * thumbs.el: New file.
19907
19908 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19909
19910 * progmodes/ebnf-abn.el: Doc fix.
19911
19912 * progmodes/ebnf-bnf.el: Doc fix.
19913 (ebnf-repeat): Code fix.
19914
19915 * progmodes/ebnf2ps.el: Doc fix.
19916 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19917
19918 2004-02-28 Juri Linkov <juri@jurta.org>
19919
19920 * ffap.el (dired-at-point): Additional writability test for
19921 relative directory names.
19922 (dired-at-point-prompter): Treat directories as a directory, get
19923 the directory component from files.
19924 (ffap-string-at-point): Return string from region if region is active.
19925 (ffap-file-at-point): Remove redundant code.
19926
19927 2004-02-28 Kim F. Storm <storm@cua.dk>
19928
19929 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19930 Initialize margin area images to nil.
19931 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19932 (breakpoint-enabled-bitmap-face)
19933 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19934 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19935 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19936 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19937 (gdb-reset): Use gdb-remove-breakpoint-icons.
19938 (gdb-put-string): Add dprop arg to specify alternative display
19939 property (for setting fringe bitmap).
19940 (gdb-remove-strings): Doc fix.
19941 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19942 icon in fringe (if available), or else as icon or text in display
19943 margin. Creates necessary icons in breakpoint-bitmap,
19944 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19945 Also make left window margin if required.
19946 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19947 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19948 no longer needed.
19949 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19950 gdb-put-breakpoint-icon.
19951 (gdb-assembler-mode): Don't set left-margin-width here.
19952
19953 2004-02-27 Kevin Ryde <user42@zip.com.au>
19954
19955 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19956 comma, so that it DTRT in macros.
19957
19958 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19959
19960 * progmodes/sh-script.el (sh-shell-arg)
19961 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19962 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19963
19964 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19965
19966 * faces.el (face-spec-set-match-display): Add a new attribute,
19967 `min-colors'.
19968 (region, highlight, secondary-selection): Use `min-colors'.
19969
19970 * custom.el (defface): Add documentation for `min-colors'.
19971
19972 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19973 (font-lock-keyword-face, font-lock-function-name-face)
19974 (font-lock-variable-name-face, font-lock-constant-face):
19975 Use `min-colors'.
19976
19977 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19978
19979 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19980
19981 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19982 define assq-delete-all if it's not defined.
19983 (ebnf-generate-region): Code fix.
19984
19985 * printing.el: Doc fix.
19986 (pr-version): New version number (6.7.2).
19987 (pr-command): Return empty string if command is an empty string.
19988
19989 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19990
19991 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19992
19993 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19994 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19995 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19996 "tt" ["test"] ). Reported by Markus Dreyer
19997 <mdreyer@ix.urz.uni-heidelberg.de>.
19998 (ebnf-version): New version number (4.0).
19999 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
20000 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
20001 (ebnf-delete-style): New commands.
20002 (ebnf-directory, ebnf-file): New funs.
20003 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
20004 (ebnf-production-name-p, ebnf-stop-on-error): New options.
20005 (ebnf-syntax-alist): New var.
20006 (ebnf-element-width): New fun replacing ebnf-list-width.
20007 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
20008 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
20009 (ebnf-prologue): Adjust vars.
20010 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
20011 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
20012 (ebnf-check-style-values, ebnf-generate-production)
20013 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
20014 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
20015 (ebnf-token-repeat): Code fix.
20016
20017 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
20018 %right, %left and %prec. Suggested by Matthew K. Junker
20019 <junker@alum.mit.edu>.
20020 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
20021
20022 * progmodes/ebnf-iso.el: Doc fix.
20023 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
20024 (ebnf-iso-lex): Code fix.
20025
20026 * progmodes/ebnf-bnf.el: Doc fix.
20027 (ebnf-bnf-lex): Code fix.
20028
20029 * progmodes/ebnf-otz.el: Doc fix.
20030
20031 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
20032
20033 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
20034 (abbrev-prefix-mark): Doc fix.
20035
20036 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
20037
20038 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
20039 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
20040 (gdb-var-delete): Make interactive (really).
20041 (gdb-edit-value): Make non-interactive.
20042
20043 * progmodes/gud.el (gud-speedbar-menu-items):
20044 Add gdb-var-delete and, indirectly, gdb-edit-value.
20045 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
20046 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
20047 (gud-gdb-marker-filter): Add comment for annotations.
20048
20049 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
20050
20051 * calendar/calendar.el (generate-calendar)
20052 (calendar-read-date): Prevent display of BC calendars once more -
20053 reverts 2003-10-01 change.
20054 (generate-calendar-month): Doc fix.
20055
20056 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
20057
20058 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
20059 return value of increment-calendar-month.
20060
20061 2004-02-21 Stephen Compall <s11@member.fsf.org>
20062
20063 * saveplace.el (save-place-forget-unreadable-files)
20064 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
20065 (save-place-forget-unreadable-files): New function.
20066 (save-place-alist-to-file): Use it to filter out files that are
20067 no longer readable.
20068
20069 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
20070 current Texinfo environment, using the same method as in
20071 `texinfo-insert-@end', and insert a space rather than a newline if
20072 point in a @table environment.
20073
20074 2004-02-21 Juri Linkov <juri@jurta.org>
20075
20076 * ffap.el (ffap-file-at-point): Try parent directories.
20077
20078 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
20079
20080 * vcursor.el (vcursor-modifiers): New defcustom.
20081 (vcursor-cs-binding): Use vcursor-modifiers instead of a
20082 hard-coded list.
20083
20084 2004-02-21 Masatake YAMATO <jet@gyve.org>
20085
20086 * play/animate.el (animate-birthday-present): Accept names other
20087 than `Sarah', too.
20088
20089 2004-02-21 Juri Linkov <juri@jurta.org>
20090
20091 * startup.el: Remove table of command line arguments from the
20092 Commentary section.
20093
20094 2004-02-20 John Wiegley <johnw@newartisans.com>
20095
20096 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
20097 again" modifier from 'e' to 'E', since 'e' is also used by the
20098 "file extension" modifier.
20099
20100 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20101
20102 * help-fns.el (describe-categories): Doc fix.
20103
20104 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20105
20106 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20107 temporary file for buffer already visiting one. This change makes
20108 output likely to be directly usable by patch program.
20109 Suggested by Adrian Aichner <adrian@xemacs.org>
20110
20111 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20112
20113 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20114 case of variables defined in compound statements.
20115 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20116 Simplify constructions using switch-to-buffer.
20117
20118 2004-02-19 Simon Josefsson <jas@extundo.com>
20119
20120 * play/morse.el: Fix typo.
20121 (morse-code): Add @.
20122
20123 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20124
20125 * calendar/appt.el (appt-display-format): Change default to
20126 'ignore, for backwards compatibility.
20127 (appt-display-message): If appt-display-format is 'ignore,
20128 respect old vars appt-msg-window and appt-visible.
20129 (appt-activate): Don't depend on return value of cancel-timer.
20130
20131 * calendar/calendar.el (calendar-holidays): Doc fix.
20132
20133 * calendar/cal-coptic.el (coptic-prompt-for-date):
20134 Use assoc-string instead of assoc-ignore-case.
20135 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20136 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20137 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20138 * calendar/cal-islam.el (calendar-goto-islamic-date)
20139 (mark-islamic-diary-entries): Ditto.
20140 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20141 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20142 (calendar-read-mayan-tzolkin-date): Ditto.
20143 * calendar/calendar.el (calendar-read-date): Ditto.
20144 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20145
20146 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20147
20148 * progmodes/executable.el (executable-command-find-posix-p):
20149 Fix choice of the directory.
20150
20151 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20152
20153 * simple.el (interprogram-cut-function)
20154 (interprogram-paste-function, kill-new, kill-append):
20155 Doc fixes.
20156 (kill-region): Make it return nil. Doc fix.
20157 (yank-pop): Make its argument optional.
20158 (yank): Make ARG `-' equivalent to `-1'.
20159
20160 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20161
20162 * mail/rmail.el (rmail-get-new-mail): Don't reference
20163 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20164
20165 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20166
20167 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20168 if one of global-auto-revert-non-file-buffers or autorevert-mode
20169 is non-nil.
20170
20171 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20172
20173 * subr.el (delete-dups): A better implementation from Karl Heuer
20174 <kwzh@gnu.org>.
20175
20176 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20177
20178 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20179 correct place.
20180 * progmodes/icon.el (icon-indent-command): Ditto.
20181 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20182
20183 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20184
20185 * progmodes/grep.el (grep-compute-defaults): Undo change from
20186 2004-01-29: don't use executable-command-find-posix-p.
20187
20188 2004-02-16 Richard Sharman <rsharman@pobox.com>
20189
20190 * hilit-chg.el: Use require instead of eval-and-compile.
20191 (highlight-compare-buffers): New function.
20192
20193 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20194
20195 * man.el (Man-fontify-manpage): Render section headings in
20196 `Man-overstrike-face' even when overstrike was not used by man
20197 formatter for section headings.
20198
20199 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20200
20201 * rmail-spam-filter.el (vm-use-spam-filter)
20202 (rsf-min-region-length-added-to-spam-list): New variables.
20203 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20204 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20205 spam testing. Don't delete spam message if automatic deletion
20206 after output via variable rmail-delete-after-output is turned on.
20207 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20208 rsf-bbdb-dont-create-entries-for-spam.
20209 (check-field): New function, extracted from code in
20210 rmail-spam-filter to ease addition of header fields like content-type.
20211 (message-content-type): New variable to check the content-type:
20212 field added, also in defcustom of rsf-definitions-alist.
20213 (rmail-spam-filter): Replace repeated test code for header fields
20214 by calls to check-field; change the call to
20215 rmail-output-to-rmail-file such that rmail-current-message stays
20216 the same to avoid wrong deletion of unseen flags.
20217 (rsf-add-contents-type): New function to convert old format
20218 of rmail-spam-definitions-alist into new one.
20219 Change prefixes of all variables and functions from
20220 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20221
20222 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20223
20224 * loadhist.el (unload-hook-features-list): New defvar.
20225
20226 2004-02-16 Dave Love <fx@gnu.org>
20227
20228 * loadhist.el (unload-feature): Doc fix. Rename flist to
20229 unload-hook-features-list.
20230
20231 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20232
20233 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20234 cookie. Don't check if we are looking-at open-formula.
20235
20236 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20237
20238 * subr.el (match-string-no-properties): Use substring-no-properties.
20239
20240 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20241
20242 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20243 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20244 Use lower-case "rx" in all error message.
20245
20246 2004-02-16 Dave Love <fx@gnu.org>
20247
20248 * emacs-lisp/rx.el (rx-or): Put group around result.
20249 (rx-constituents): Add backref.
20250 (rx-syntax): Add string-delimiter, comment-delimiter.
20251 (rx-categories): Add combining-diacritic.
20252 (rx-check-not, rx-greedy, rx): Doc fix.
20253 (rx-backref, rx-check-backref): New.
20254
20255 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20256
20257 * newcomment.el (uncomment-region): Allow eob as comment end.
20258
20259 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20260
20261 * filecache.el: All message and error commands now use prefix
20262 "Filecache:" to make it easy to read *Messages* buffer.
20263
20264 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20265
20266 * autorevert.el: Add support to detect changed dired and VC buffers.
20267 (auto-revert-active-p, auto-revert-list-diff)
20268 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20269 (auto-revert-handler, auto-revert-active-p): New functions.
20270 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20271 and `auto-revert-active-p'.
20272 (eval-when-compile): Defvar dired-directory and vc-mode.
20273 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20274 (auto-revert-handler-vc): New functions.
20275
20276 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20277
20278 * progmodes/compile.el (compilation-directory): New defvar.
20279 (compile): Save current directory in compilation-directory.
20280 (recompile): Bind default-directory to compilation-directory if
20281 that is non-nil.
20282
20283 2004-02-16 Dave Love <fx@gnu.org>
20284
20285 * newcomment.el (comment-insert-comment-function)
20286 (comment-region-function, uncomment-region-function): New.
20287 (comment-indent): Use comment-insert-comment-function.
20288 (uncomment-region): Use uncomment-region-function.
20289 (comment-region): Use comment-region-function.
20290
20291 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20292
20293 2004-02-16 Richard Stallman <rms@gnu.org>
20294
20295 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20296 loaddefs* and ldefs-boot*.
20297
20298 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20299
20300 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20301 and email address at the beginning and end of the address.
20302
20303 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20304 anchored at the beginning of the email address.
20305
20306 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20307
20308 * international/ccl.el (ccl-compile-write): Pass `left' to
20309 ccl-embed-code to generate correct code of write-expr-register.
20310
20311 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20312
20313 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20314
20315 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20316
20317 * x-dnd.el: Mention support for Motif in commentary.
20318 (x-dnd-handle-drag-n-drop-event): Ditto.
20319
20320 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20321
20322 * ses.el: Use "ses--" prefixes for buffer-local variables.
20323 Use (point-min) instead of 1, even when we know the buffer
20324 is unnarrowed.
20325 (ses-build-load-map): Delete. Distribute its content to defconsts for
20326 the three maps.
20327 (ses-menu, ses-header-line-menu): New menus.
20328 (ses-mode-map): Use them.
20329 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20330
20331 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20332
20333 * Makefile.in: Fix the CC Mode recompile kludge so it works
20334 when building in a different directory.
20335
20336 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20337
20338 * simple.el (kill-new): Put yank-handler property on the entire string.
20339
20340 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20341
20342 * diff.el: Don't use compile any more, use diff-mode instead.
20343 (diff-regexp-alist, diff-old-file, diff-new-file)
20344 (diff-parse-differences, diff-process-setup): Remove.
20345 (diff-sentinel): New fun.
20346 (diff): Use it. Run the process ourselves.
20347 Use diff-mode for the rest of the processing.
20348
20349 * diff.el (diff): Simplify code handling `switch'.
20350
20351 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20352
20353 * pcvs-defs.el (cvs-menu): Add `tag'.
20354
20355 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20356
20357 * simple.el (kill-append): Doc fix.
20358
20359 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20360 Adapt outline-regexp to the new conventions for commenting out code.
20361
20362 2004-02-11 John Paul Wallington <jpw@gnu.org>
20363
20364 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20365
20366 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20367
20368 * diff.el (diff-switches): New fun.
20369 (diff, diff-backup): Use it.
20370 (diff): Clean up the args construction. Use backquote.
20371 Use listp instead of consp to avoid putting a nil arg.
20372 (diff): Add a revert-buffer function.
20373
20374 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20375
20376 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20377 handled by x-dnd-handle-file-name.
20378 (x-dnd-known-types): Add COMPOUND_TEXT.
20379 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20380 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20381 x-dnd-empty-state.
20382 (x-dnd-forget-drop): Ditto.
20383 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20384 (x-dnd-handle-one-url): Return private when inserting text.
20385 (x-dnd-insert-ctext): New function.
20386 (x-dnd-handle-file-name): New function for FILE_NAME.
20387 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20388 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20389 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20390
20391 2004-02-10 Kenichi Handa <handa@m17n.org>
20392
20393 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20394 instead of while loop.
20395
20396 2004-02-10 Miles Bader <miles@gnu.org>
20397
20398 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20399
20400 2004-02-09 Kenichi Handa <handa@m17n.org>
20401
20402 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20403 have end-of-line.
20404
20405 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20406
20407 * Makefile.in: Added extra dependencies in the recompile target
20408 needed to cope with the compile time macro expansions in CC Mode.
20409
20410 2004-02-09 Kim F. Storm <storm@cua.dk>
20411
20412 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20413 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20414 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20415 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20416 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20417 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20418 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20419 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20420 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20421 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20422 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20423
20424 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20425
20426 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20427 Don't allow shrink if there's a window on our right.
20428
20429 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20430 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20431 Bring together declaration and initialization.
20432 (prolog-mode-variables): Don't set the syntax table.
20433 Don't set paragraph-start and comment-indent-function.
20434 Add /*..*/ to the comment regexps.
20435 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20436 (prolog-mode-map): Don't bind TAB.
20437 (prolog-mode): Set the syntax table.
20438 (prolog-comment-indent): Remove.
20439 (inferior-prolog-mode-map): Initialize in the declaration.
20440 (inferior-prolog-mode-syntax-table)
20441 (inferior-prolog-mode-abbrev-table): New vars.
20442 (inferior-prolog-mode): Derive from comint-mode.
20443 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20444 minibuffer windows.
20445
20446 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20447 in file names, as long as it is unambiguous.
20448
20449 2004-02-08 Andreas Schwab <schwab@suse.de>
20450
20451 * textmodes/reftex-toc.el
20452 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20453 format. Doc fix.
20454
20455 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20456 format string arguments.
20457
20458 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20459 string argument.
20460
20461 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20462
20463 * play/zone.el (zone-call): Fix format string.
20464
20465 * net/webjump.el (webjump-builtin): Add missing format string argument.
20466
20467 * midnight.el (midnight-delay-set): Remove extra format string argument.
20468
20469 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20470
20471 * hexl.el (hexl-insert-char): Add missing format string argument.
20472
20473 * format.el (format-decode): Fix format string.
20474
20475 * emulation/vi.el (vi-mode): Remove extra format string argument.
20476 (vi-repeat-last-search): Likewise.
20477 (vi-reverse-last-search): Likewise.
20478 (vi-goto-mark): Likewise.
20479 (vi-reverse-last-find-char): Likewise.
20480 (vi-repeat-last-find-char): Likewise.
20481 (vi-locate-def): Likewise.
20482
20483 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20484
20485 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20486 string argument.
20487 (ediff-toggle-regexp-match): Likewise.
20488
20489 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20490 format string argument.
20491
20492 * calc/calc-map.el (calc-get-operator): Remove extra format
20493 string argument.
20494
20495 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20496
20497 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20498 string argument.
20499
20500 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20501
20502 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20503
20504 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20505
20506 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20507 (cl-struct-setf-expander): Likewise.
20508
20509 * vc.el (with-vc-file): Fix unsafe uses of error.
20510 (vc-cancel-version): Likewise.
20511
20512 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20513
20514 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20515 thousands separator; fixes <class>:<line-number> regexp for
20516 non-english locales.
20517
20518 2004-02-08 Andreas Schwab <schwab@suse.de>
20519
20520 * view.el (view-mode-enable): Revert previous change.
20521
20522 2004-02-07 Kim F. Storm <storm@cua.dk>
20523
20524 * simple.el (line-number-at-pos): Rename from line-at-pos.
20525 Uses changed (what-line and vc-annotate-warp-version).
20526
20527 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20528
20529 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20530 (diff-mode): Remove aborted attempt at support for compile.el.
20531 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20532
20533 2004-02-06 Andreas Schwab <schwab@suse.de>
20534
20535 * view.el (view-mode-enable): Add view-mode-map to
20536 minor-mode-overriding-map-alist.
20537
20538 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20539
20540 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20541
20542 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20543
20544 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20545 with point inside rather than after the paragraph.
20546
20547 2004-02-04 Sam Steingold <sds@gnu.org>
20548
20549 * mail/smtpmail.el (smtpmail-try-auth-methods):
20550 Do not try authentication when no mechanism is available.
20551 Pass port-name as defaultport to `netrc-machine'.
20552
20553 2004-02-04 Stephen Eglen <stephen@gnu.org>
20554
20555 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20556 to show how minibuffer height can be constrained.
20557
20558 2004-02-04 John Paul Wallington <jpw@gnu.org>
20559
20560 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20561
20562 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20563
20564 * x-dnd.el: New file for drag and drop.
20565
20566 * term/x-win.el: require x-dnd, set after-make-frame-functions
20567 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20568 drag-n-drop event.
20569
20570 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20571 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20572 (dired-dnd-handle-file): New functions for drag and drop support.
20573 (dired-mode): Initialize drag and drop if x-dnd present.
20574
20575 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20576
20577 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20578 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20579 (cperl-mode): Set fill-paragraph-function.
20580 (cperl-fill-paragraph): Make it non-interactive.
20581
20582 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20583
20584 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20585
20586 2004-02-02 David Kastrup <dak@gnu.org>
20587
20588 * replace.el (perform-replace): Allow 'literal argument in
20589 regexp-flag to indicate literal replacement.
20590 (query-replace-regexp-eval): Use it.
20591
20592 2004-02-01 Andreas Schwab <schwab@suse.de>
20593
20594 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20595
20596 2004-02-01 Stephen Eglen <stephen@gnu.org>
20597
20598 * info-look.el: Add support for maxima-mode. Update commentary
20599 because info-lookup-symbol is now bound to C-h S.
20600
20601 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20602
20603 * simple.el (edit-and-eval-command): Bind print-level and
20604 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20605 Correct initial position in command-history.
20606
20607 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20608
20609 * files.el (read-directory-name): Adapt the docstring to recent
20610 change in Fread_file_name.
20611
20612 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20613
20614 * ses.el (ses-print-cell): If print format too wide for column
20615 width, truncate decimal places if that helps to avoid "#####" fill.
20616 * ses.el (ses-initial-column-width): Revert previous change.
20617
20618 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20619
20620 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20621 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20622 Add edebug info.
20623 (jit-lock-mode): Setup/cancel the new timer.
20624 (jit-lock-context-fontify): New fun. Extracted from
20625 context fontification code of jit-lock-stealth-fontify.
20626 (jit-lock-stealth-fontify): Don't do context fontification any more.
20627
20628 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20629 (jit-lock-fontify-now): Handle the `quit' case.
20630 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20631
20632 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20633
20634 * progmodes/executable.el (executable-command-find-posix-p):
20635 New. Check if find handles arguments Posix-style.
20636
20637 * progmodes/grep.el (grep-compute-defaults):
20638 Use executable-command-find-posix-p.
20639 (grep-find): Check `grep-find-command'.
20640
20641 * filecache.el (file-cache-find-posix-p): Delete.
20642 (file-cache-add-directory-using-find):
20643 Use `executable-command-find-posix-p'.
20644
20645 2004-01-29 Dave Love <fx@gnu.org>
20646
20647 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20648 Iterate the hook function if arg is given.
20649 (mark-defun, narrow-to-defun): Change order of finding the limits.
20650
20651 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20652 (byte-compile-format-warn): New.
20653 (byte-compile-callargs-warn): Use it.
20654 (Format, message, error): Add byte-compile-format-like property.
20655 (byte-compile-maybe-guarded): New.
20656 (byte-compile-if, byte-compile-cond): Use it.
20657 (byte-compile-lambda): Compile interactive forms,
20658 just to make warnings about them.
20659
20660 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20661
20662 * ses.el (ses-initial-column-width): Increase to 14, so it will
20663 work well with the default printer of "%.7g" for extreme values
20664 like "-1.234567e+07".
20665
20666 2004-01-29 Kenichi Handa <handa@m17n.org>
20667
20668 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20669
20670 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20671
20672 * dos-w32.el: Added support for the `default-printer-name' function.
20673
20674 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20675
20676 * server.el (server-socket-name): Don't use the hostname in the
20677 socket name since /tmp is local to the host anyway.
20678
20679 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20680 robust check of widening and fix var-naming.
20681
20682 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20683
20684 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20685 or rmail-spam- to rsf- in all function and variable names.
20686 (rsf-min-region-to-spam-list): New variable.
20687 (rsf-bbdb-auto-delete-spam-entries): Rename from
20688 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20689 scanned together with the recipients field for spam testing; Don't
20690 delete spam message if rmail-delete-after-output is non-nil;
20691 (rsf-check-field): New function, extracted from code in
20692 rmail-spam-filter to ease addition of header fields like
20693 content-type:;
20694 (message-content-type): New variable. The content-type: field was
20695 added also in defcustom of rsf-definitions-alist;
20696 (rmail-spam-filter): Replace repeated test code for header fields
20697 by calls to check-field; change the call to
20698 rmail-output-to-rmail-file such that rmail-current-message stays
20699 the same to avoid wrong deletion of unseen flags.
20700 (rmail-use-spam-filter): Add autoload cookie.
20701
20702 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20703
20704 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20705 (file-cache-add-directory-using-find): Add Cygwin support.
20706 (file-cache-find-command-posix-flag): New user variable.
20707
20708 * filecache.el (file-cache-add-directory): Check for
20709 directories an remove them from dir-files.
20710
20711 2004-01-27 Richard M. Stallman <rms@gnu.org>
20712
20713 * man.el (Man-fontify-manpage): Clean up message.
20714
20715 2004-01-27 Kenichi Handa <handa@m17n.org>
20716
20717 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20718 (sentence-end): Define using sentence-end-without-space.
20719
20720 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20721 a sentence ends with one of a character in sentence-end-without-space.
20722
20723 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20724
20725 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20726 (jit-lock): Group declaration moved to jit-lock.el.
20727 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20728 when necessary.
20729
20730 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20731 (jit-lock-context-unfontify-pos): Rename from
20732 jit-lock-first-unfontify-pos.
20733 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20734
20735 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20736
20737 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20738 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20739 (fortran-fill): When filling a string, adjust re-search-backward
20740 argument for special case of string just on fill-column.
20741 When filling non-string, allow one extra char if
20742 fortran-break-before-delimiters is non-nil.
20743 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20744 Use fortran-break-delimiters-re and fortran-no-break-re to
20745 correctly handle cases such as "**".
20746
20747 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20748 (f90-no-break-re): Add some extra tokens. Doc fix.
20749
20750 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20751
20752 * mail/rmail-spam-filter.el:
20753 Use two semicolons as Commentary line prefix.
20754 Add ";;; Code:" stylized comment.
20755 Delete end-of-line whitespace.
20756 Wrap (require 'cl) with `eval-when-compile'.
20757
20758 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20759
20760 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20761 at the top level of vc.el.
20762
20763 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20764
20765 * vc.el (vc-current-line): Function removed. This is now done by
20766 the new function line-at-pos in simple.el.
20767 (vc-annotate-warp-version): Use line-at-pos instead of
20768 vc-current-line.
20769
20770 2004-01-22 Kim F. Storm <storm@cua.dk>
20771
20772 * simple.el (line-at-pos): New defun.
20773 (what-line): Use it. Optimize by only counting lines in narrowed
20774 region once.
20775
20776 2004-01-22 Kenichi Handa <handa@m17n.org>
20777
20778 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20779 point (register r1) only for charset mule-unicode-0100-24ff.
20780
20781 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20782
20783 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20784 trailing white space and ensure a final newline.
20785
20786 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20787 Add autoload cookie.
20788
20789 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20790
20791 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20792 activate view-mode explicitly.
20793
20794 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20795
20796 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20797 menu-bar-enable-clipboard and make Paste use clipboard first.
20798
20799 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20800
20801 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20802 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20803 (vc-mcvs-cvs): Remove.
20804 (vc-mcvs-command): Remove use of assert.
20805
20806 * outline.el (outline-insert-heading): Tighten up match.
20807 (outline-demote, outline-move-subtree-down): Don't assume anything
20808 about outline-regexp.
20809
20810 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20811 (texinfo-show-structure): Explicitly add ^, and simplify.
20812
20813 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20814
20815 * calendar/appt.el (appt-check): Restore usage of
20816 appt-issue-message deleted in previous change.
20817 (top-level): Activate package when loaded (needed for backwards
20818 compatibility).
20819
20820 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20821
20822 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20823 following previous change to smtpmail-send-data.
20824
20825 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20826
20827 * vc.el (vc-default-previous-version): Doc enhancement.
20828 (vc-default-next-version): New function.
20829 (vc-print-log): New arg FOCUS-REV.
20830 (vc-annotate-mode): Derive from view-mode.
20831 (vc-annotate): New args REVISION, DISPLAY-MODE.
20832 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20833 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20834 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20835 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20836 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20837
20838 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20839
20840 2004-01-19 Karl Berry <karl@gnu.org>
20841
20842 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20843 or "TexInfo".
20844
20845 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20846
20847 * subr.el (delete-dups): New function.
20848
20849 2004-01-19 Karl Berry <karl@gnu.org>
20850
20851 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20852 with ^, since that's what texinfo-show-structure
20853 documentation says (plus it works much better in texinfo.txi).
20854
20855 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20856
20857 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20858
20859 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20860
20861 * progmodes/which-func.el (which-function-mode): Don't cancel
20862 which-func-update-timer if not set.
20863
20864 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20865
20866 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20867 Remove spurious left square bracket in XX:XXam regexp.
20868
20869 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20870
20871 * progmodes/cc-defs.el: Do not require cl at run time.
20872
20873 2004-01-16 Richard M. Stallman <rms@gnu.org>
20874
20875 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20876 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20877
20878 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20879 Call rmail-spam-filter. Delete and expunge spam.
20880 Print number of spam messages deleted.
20881 Save and restore the deletion status of old messages when reading
20882 new mail with spam filter, so that expunging spam does not expunge
20883 msgs deleted by the user.
20884 (rmail-only-expunge): Add an optional argument dont-show to
20885 prevent showing message after expunge.
20886
20887 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20888
20889 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20890 * subr.el (declare): New macro.
20891
20892 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20893
20894 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20895
20896 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20897
20898 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20899 Test window-system rather than system-type (for X11/Mac).
20900
20901 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20902
20903 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20904
20905 2004-01-12 Richard M. Stallman <rms@gnu.org>
20906
20907 * mail/rmail.el (rmail-convert-to-babyl-format):
20908 Use mail-unquote-printable-region.
20909 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20910 (rmail-hex-char-to-integer): Functions deleted.
20911
20912 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20913 (mail-unquote-printable-region): New arg NOERROR.
20914 For invalid encoding, either signal an error to just return nil.
20915
20916 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20917
20918 * calendar/appt.el: Update copyright and commentary.
20919 (appt-issue-message): Make obsolete.
20920 (appt-visible, appt-msg-window): Make obsolete, in favor of
20921 appt-display-format.
20922 (appt-display-mode-line, appt-display-duration)
20923 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20924 (appt-prev-comp-time, appt-display-count, appt-timer)
20925 (appt-convert-time): Doc change.
20926 (appt-disp-window-function, appt-delete-window-function):
20927 Use defcustom rather than defvar.
20928 (appt-display-format): New variable.
20929 (appt-display-message): New function with display code from appt-check.
20930 (appt-check): Add optional FORCE argument. Doc change.
20931 Add appt-make-list to diary-hook if displaying diary.
20932 Remove checking of view-diary-entries-initially.
20933 Message display section removed to new function appt-display-message.
20934 (appt-display-window): Doc change. Remove unused internal var
20935 this-buffer. Do not beep, since appt-display-message does that.
20936 (appt-make-list): Doc change. Use caar.
20937 (appt-sort-list): Simplify by using builtin sort function.
20938 (appt-update-list): New function for updating appts when diary is
20939 saved.
20940 (appt-activate): New autoloaded function to toggle package
20941 functionality.
20942
20943 * calendar/cal-x.el: (calendar-one-frame-setup)
20944 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20945
20946 * calendar/calendar.el: Update copyright.
20947 (view-diary-entries-initially, european-calendar-style): Doc change.
20948 (calendar-setup): Make defcustom rather than defvar.
20949 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20950 in let binding so local to function.
20951
20952 * calendar/diary-lib.el: Update copyright.
20953 (diary, diary-entry-time): Doc change.
20954 (list-diary-entries): Doc change. Trivial logic change.
20955 (fancy-diary-display): Restore make-face command mistakenly
20956 deleted 2003-05-08.
20957 (show-all-diary-entries): Allow to pop-up frame if needed.
20958
20959 2004-01-09 John Paul Wallington <jpw@gnu.org>
20960
20961 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20962 Temporarily select EVENT's window for changing eol type.
20963
20964 2004-01-09 Deepak Goel <deego@gnufans.org>
20965
20966 * calendar/diary-lib.el (diary-entry-time):
20967 Also accept time in the form XX[.XX][am/pm/AM/PM].
20968 (fancy-diary-font-lock-keywords): Likewise.
20969 (diary-font-lock-keywords): Likewise.
20970 * calendar/appt.el (appt-add): Likewise.
20971 (appt-make-list): Likewise.
20972 (appt-convert-time): Likewise.
20973
20974 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20975
20976 * gdb-ui.el (gdb-ann3): Revert previous change.
20977 (gdb-source-info): Allow for case of where compilation directory
20978 is not recorded.
20979
20980 2004-01-08 John Paul Wallington <jpw@gnu.org>
20981
20982 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20983
20984 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20985
20986 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20987
20988 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20989 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20990 problems.
20991 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20992
20993 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20994
20995 * files.el (write-file-functions, write-contents-functions):
20996 Clarify docstrings.
20997
20998 2004-01-07 Kenichi Handa <handa@m17n.org>
20999
21000 * international/mule.el (set-auto-coding): Fix for the case that
21001 end-of-line is only CR.
21002
21003 2004-01-07 Kim F. Storm <storm@cua.dk>
21004
21005 * subr.el (event-start, event-end): Doc fix.
21006 (posn-string, posn-image): New defuns.
21007 (posn-object): Return either image or string object.
21008 (posn-object-x-y): Return 8th element of position.
21009 (posn-object-width-height): New defun.
21010
21011 2004-01-06 Andreas Schwab <schwab@suse.de>
21012
21013 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
21014 output.
21015
21016 2004-01-05 Karl Berry <karl@gnu.org>
21017
21018 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
21019 / and *, too.
21020
21021 2003-12-31 Simon Josefsson <jas@extundo.com>
21022
21023 * files.el (before-save-hook): Add.
21024 (basic-save-buffer): Use before-save-hook.
21025
21026 * emacs-lisp/copyright.el: Fix comment to recommend
21027 before-save-hook instead of write-file-functions.
21028
21029 2004-01-05 Richard M. Stallman <rms@gnu.org>
21030
21031 * finder.el (finder-commentary): Call delete-other-windows.
21032
21033 * net/ange-ftp.el (ange-ftp-file-attributes):
21034 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
21035
21036 2004-01-04 Karl Berry <karl@gnu.org>
21037
21038 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
21039 comment characters % and # in the copyright year notice,
21040 as well as ;.
21041
21042 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
21043
21044 * wid-edit.el (default): Define dummy :value-delete.
21045 Reported by Jesper Harder <harder@ifa.au.dk>.
21046
21047 2004-01-03 Richard M. Stallman <rms@gnu.org>
21048
21049 * progmodes/compile.el (compile-internal): Use point, not point-min,
21050 for set-window-point.
21051
21052 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
21053
21054 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
21055
21056 * progmodes/grep.el (grep-mode-map):
21057 Don't remap next-line, previous-line.
21058
21059 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
21060
21061 * speedbar.el (speedbar-edit-line): Change regexp to position
21062 the cursor on the first character of this line's button.
21063
21064 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
21065
21066 * subr.el (functionp): Doc fix.
21067
21068 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
21069
21070 * progmodes/idlwave.el (idlwave-make-tags):
21071 * textmodes/flyspell.el (flyspell-large-region):.
21072 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
21073 * emulation/viper-util.el (viper-glob-unix-files):
21074 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
21075 * man.el (Man-init-defvars):
21076 * jka-compr.el (jka-compr-call-process):
21077 * files.el (get-free-disk-space,insert-directory):
21078 * ediff-ptch.el (ediff-test-patch-utility):
21079 * ediff-diff.el (ediff-test-utility):
21080 * dired-aux.el (dired-check-process):
21081 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
21082 test the return value of call-process, because it can be a string.
21083
21084 2003-12-31 John Paul Wallington <jpw@gnu.org>
21085
21086 * bindings.el (completion-ignored-extensions): Add .pfsl.
21087
21088 2003-12-31 Kim F. Storm <storm@cua.dk>
21089
21090 * ido.el (ido-nonreadable-directory-p): New defun to check for
21091 nonreadable directory without activating tramp (to avoid problems
21092 with checking incomplete tramp paths).
21093 (ido-set-current-directory, ido-file-internal)
21094 (ido-file-name-all-completions1): Use it.
21095
21096 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
21097
21098 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
21099 documentation if the anchor (or node) name is preceded by `info
21100 anchor' or `Info anchor' in addition to earlier `info node' and
21101 `Info node'.
21102 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21103
21104 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21105
21106 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21107 error in arguments to base64-decode-region. Remove ^M characters
21108 after decoding base64.
21109
21110 2003-12-30 Simon Josefsson <jas@extundo.com>
21111
21112 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21113 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21114 have only been distributed with Emacs for some years.
21115 (texinfo-mode-hook): Customize.
21116
21117 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21118
21119 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21120 cleaner (suggested by Richard Stallman).
21121
21122 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21123 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21124 file-name clashes on 8+3 DOS filesystems.
21125
21126 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21127 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21128 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21129 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21130 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21131 file-name clashes on 8+3 filesystems.
21132
21133 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21134 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21135 file-name clashes on 8+3 DOS filesystems.
21136
21137 2003-12-29 Richard M. Stallman <rms@gnu.org>
21138
21139 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21140 Upcase the character.
21141
21142 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21143 Search for header separator alone on a line, literally,
21144 and search for it backward, not forward.
21145 (flyspell-abbrev-table): Always use global-abbrev-table
21146 if there is no local one.
21147
21148 * progmodes/sh-script.el (sh-get-indent-info):
21149 Don't move point back if at bob.
21150
21151 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21152
21153 * play/handwrite.el (handwrite): Make the handwrite credit message
21154 a comment rather than an output command.
21155
21156 * obsolete/sc.el: Display message that this file is obsolete.
21157
21158 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21159
21160 * mail/rfc822.el (rfc822-address-start): Declare variable.
21161 Renamed from address-start. All uses changed.
21162
21163 * term.el (term-exec): Set up sentinel.
21164 (term-sentinel): New function.
21165 (term-handle-exit): New function.
21166
21167 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21168 Use assoc-string, and mark them obsolete.
21169 (delay-mode-hooks): Mark as permanent local.
21170
21171 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21172
21173 * register.el (copy-rectangle-to-register): Doc fix.
21174
21175 * info.el (Info-insert-dir): Use assoc-string.
21176
21177 * info-look.el (info-lookup): Use assoc-string.
21178
21179 * frame.el (pop-up-frame-function): Use quote, not `function'.
21180 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21181 copying with lists as coordinate values.
21182
21183 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21184
21185 * find-dired.el (kill-find): New command.
21186 (find-dired): Make buffer read-only.
21187 Set up a keymap with C-c C-k running kill-find.
21188 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21189
21190 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21191
21192 * filecache.el (file-cache-ignore-case): New variable.
21193 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21194
21195 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21196 (comint-dynamic-complete-as-filename): Rename local vars.
21197 (comint-dynamic-list-filename-completions): Likewise.
21198
21199 * comint.el (comint-dynamic-list-completions-config): New var.
21200 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21201
21202 * comint.el (comint-file-name-chars): Add [].
21203 (comint-word): Use skip-chars-backward, not search.
21204
21205 * shell.el (shell-file-name-chars): Add [].
21206
21207 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21208
21209 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21210
21211 * generic.el (define-generic-mode): Doc fix.
21212
21213 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21214
21215 * files.el (kill-some-buffers): Doc fix.
21216
21217 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21218
21219 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21220 arg to send-invisible
21221 (send-invisible): Doc fix. The argument is now a prompt, not the
21222 string to send.
21223 (comint-read-noecho): Doc fix.
21224
21225 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21226
21227 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21228 "@", as required by some ISP hosting service. Fix defcustom
21229 argument syntax errors that prevented use of customization.
21230
21231 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21232
21233 * xml.el (xml-get-attribute-or-nil): Doc fix.
21234
21235 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21236
21237 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21238 write-file-hooks.
21239
21240 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21241
21242 * autorevert.el (auto-revert-interval): Doc fix.
21243
21244 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21245
21246 * xml.el (xml-get-attribute-or-nil): New function, like
21247 xml-get-attribute, but returns nil if the attribute was not found.
21248 (xml-get-attribute): Convert to defsubst, uses
21249 xml-get-attribute-or-nil.
21250
21251 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21252
21253 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21254
21255 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21256
21257 * custom.el (custom-declare-theme): Use `value' when putting
21258 properties on `theme'.
21259
21260 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21261
21262 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21263 for each yank-handler segment.
21264 (insert-for-yank-1): New function, with the body of the previous
21265 insert-for-yank.
21266
21267 * textmodes/table.el (table-yank-handler): New defcustom.
21268 (table--put-cell-indicator-property): Put yank-handler property
21269 that indicates the yank handler for the table cell.
21270
21271 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21272
21273 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21274 set of keywords.
21275
21276 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21277
21278 * international/mule-cmds.el (reset-language-environment)
21279 (set-language-environment): Don't invoke fontset-related functions
21280 if fontset-list is not fboundp.
21281
21282 2003-12-29 Kenichi Handa <handa@m17n.org>
21283
21284 * international/mule-cmds.el (reset-language-environment):
21285 Call set-overriding-fontspec-internal with nil.
21286 (set-language-environment): Call set-overriding-fontspec-internal
21287 if the language environment specify `overriding-fontspec'.
21288 (language-info-alist): Doc added.
21289
21290 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21291 characters of mule-unicode-0100-24ff.
21292 (ccl-encode-windows-1251-font): New CCL program.
21293 ("Bulgarian"): Specify overriding-fontspec.
21294 ("Belarusian"): Likewise.
21295
21296 2003-12-28 Sam Steingold <sds@gnu.org>
21297
21298 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21299 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21300
21301 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21302
21303 * progmodes/gud.el (gud-gdb-command-name): Set default to
21304 "gdb --annotate=3".
21305 (gud-gdb-marker-filter): Look out for annotations.
21306 (gdb-first-pre-prompt): New variable.
21307 Remove trailing white space.
21308
21309 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21310 if necessary.
21311 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21312 annotations are detected.
21313 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21314 instead of a local one to allow transition from
21315 gud-gdb-marker-filter.
21316 Remove trailing white space.
21317
21318 2003-12-27 Kim F. Storm <storm@cua.dk>
21319
21320 * ido.el: Handle non-readable directories.
21321 (ido-decorations): Add 9th element for non-readable directory.
21322 (ido-directory-nonreadable): New dynamic var.
21323 (ido-set-current-directory): Set it.
21324 (ido-read-buffer, ido-file-internal):
21325 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21326 (ido-file-name-all-completions1): Return empty list for
21327 non-readable directory.
21328 (ido-exhibit): Print [Not readable] if directory is not readable.
21329 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21330 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21331 Use it.
21332
21333 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21334
21335 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21336 calls to directory-files-and-attributes and file-attributes.
21337 (ls-lisp-format): Remove system dependent handling of user and
21338 group id's.
21339
21340 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21341
21342 * ffap.el (ffap-read-file-or-url): Revert previous change.
21343
21344 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21345
21346 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21347 new list of included files called `files-with-node-lines', that
21348 only have node lines. This way @include commands can include any
21349 file, such as version and update files without node lines, not
21350 just files that are chapters.
21351
21352 2003-12-25 Andreas Schwab <schwab@suse.de>
21353
21354 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21355 file not found.
21356
21357 2003-12-08 Miles Bader <miles@gnu.org>
21358
21359 * dired.el (dired-between-files): Always use dired-move-to-filename,
21360 which is more robust in non-english locales.
21361
21362 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21363
21364 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21365
21366 2003-12-24 Andreas Schwab <schwab@suse.de>
21367
21368 * shell.el (shell-file-name-quote-list): Add backslash.
21369
21370 * comint.el (comint-quote-filename): Correctly handle backslash
21371 in comint-file-name-quote-list.
21372
21373 2003-12-24 Kenichi Handa <handa@m17n.org>
21374
21375 * international/mule-cmds.el (set-default-coding-systems):
21376 Call ucs-set-table-for-input for all buffers that don't have local
21377 value of buffer-file-coding-system.
21378
21379 * international/ucs-tables.el (ucs-set-table-for-input):
21380 If translation-table-for-encode is a symbol, get its
21381 translation-table property.
21382
21383 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21384
21385 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21386 to `completing-read' on a recently fixed bug.
21387
21388 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21389 instead of SPACE, to get the list of possible fringe modes.
21390 SPACE only works if both `partial-completion-mode' and
21391 `completion-auto-help' are nil.
21392
21393 * complete.el (PC-is-complete-p): Delete.
21394 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21395 calls to `test-completion'.
21396
21397 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21398
21399 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21400 to edit values when there are no children.
21401
21402 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21403 a mode called "Assembler" already exists.
21404 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21405 (gud-watch): Use format option. Remove font properties from string.
21406 (gdb-var-create-handler, gdb-var-list-children-handler):
21407 Don't bother about properties as there are none.
21408 (gdb-var-create-handler, gdb-var-list-children-handler)
21409 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21410 with two arguments.
21411 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21412 Let speedbar show value changes with a different font.
21413 (gdb-edit-value): New defun.
21414 (gdb-clear-partial-output, gdb-clear-inferior-io)
21415 (def-gdb-auto-update-handler): Use erase-buffer.
21416 (gdb-frame-handler): Display watch expressions in
21417 FUNCTION::VARIABLE format if required.
21418
21419 2003-12-23 John Paul Wallington <jpw@gnu.org>
21420
21421 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21422 (Info-goto-emacs-command-node): Doc fixes.
21423
21424 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21425
21426 * cus-edit.el (custom-add-parent-links): Define "many".
21427
21428 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21429
21430 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21431 (widget-child-validate, widget-type-value-create)
21432 (widget-type-default-get, widget-type-match): New functions.
21433 (lazy): New widget.
21434 (menu-choice, checklist, radio-button-choice, editable-list)
21435 (group, documentation-string): Remove redundant (per 2003-10-25
21436 change) calls to `widget-children-value-delete'.
21437 (widget-choice-value-get, widget-choice-value-inline): Remove.
21438 (menu-choice): Update widget.
21439
21440 2003-12-03 Kenichi Handa <handa@m17n.org>
21441
21442 * language/cyrillic.el: Register "microsoft-cp1251" in
21443 ctext-non-standard-encodings-alist.
21444 ("Bulgarian"): Add ctext-non-standard-encodings.
21445 ("Belarusian"): Likewise.
21446
21447 * international/mule-conf.el (compound-text-with-extensions):
21448 Change the type to 2 (iso-2022 base).
21449
21450 * international/mule.el (ctext-non-standard-encodings-alist):
21451 Change the format.
21452 (ctext-non-standard-encodings): New variable.
21453 (ctext-post-read-conversion): Fully re-written.
21454 (ctext-non-standard-designations-alist): Delete it.
21455 (ctext-non-standard-encodings-table): New function.
21456 (ctext-pre-write-conversion): Fully re-written.
21457
21458 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21459
21460 * cus-edit.el (custom-add-parent-links): Add documentation links
21461 for parent, if the item has none of its own.
21462
21463 2003-11-30 Richard M. Stallman <rms@gnu.org>
21464
21465 * dired-aux.el (dired-do-query-replace-regexp):
21466 Report files visited read-only.
21467
21468 2003-11-30 Juri Linkov <juri@jurta.org>
21469
21470 * dired-aux.el (dired-compare-directories): New command.
21471 (dired-file-set-difference, dired-files-attributes): New functions.
21472
21473 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21474 Version 2.0.38 of Tramp released.
21475
21476 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21477 Charles Curley <charlescurley@charlescurley.com>.
21478 (tramp-multi-connection-function-alist): Add ssht entry which adds
21479 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21480 Aichner.
21481 (tramp-get-method-parameter): New function to retrieve a method
21482 parameter. This allows for omission of method parameters.
21483 Callers adjusted.
21484
21485 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21486
21487 * net/tramp.el: Add new optional parameter ID-FORMAT to
21488 `file-attributes'. Calls of `file-attributes' won't use this
21489 parameter for backward compatibility reasons.
21490 (tramp-perl-file-attributes): Add a new parameter to Perl script
21491 in order to handle uid/gid as strings, if desired.
21492 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21493 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21494 order to make the function more general.
21495 (tramp-handle-file-attributes): Replace proprietary optional
21496 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21497 (tramp-handle-file-attributes-with-perl): Handle parameter
21498 NONNUMERIC if set. This wasn't done in the past.
21499 (tramp-post-connection): Apply second parameter "$2" if
21500 `tramp-remote-perl' is called.
21501
21502 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21503 Correct cut'n'waste error (`filename' instead of `directory').
21504 (tramp-smb-handle-directory-files-and-attributes)
21505 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21506 introduced parameter ID-FORMAT.
21507 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21508 error (`directory' instead of `ldir').
21509
21510 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21511 `file-attributes' has a second parameter. If yes, apply it with
21512 value "'integer". Otherwise, don't use that parameter (default is
21513 integer format).
21514
21515 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21516
21517 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21518 (help-for-help): Add `C-h .' to the listed Help options.
21519 Remove trailing whitespace.
21520
21521 * help-at-pt.el: New file.
21522
21523 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21524
21525 * subr.el (noreturn, 1value): New macros for test coverage.
21526 See `testcover.el'.
21527
21528 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21529
21530 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21531 for macro `1value'.
21532 (testcover-1value): New function. Checks that a 1value form
21533 actually returns only one value. Requested by RMS.
21534
21535 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21536
21537 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21538 (gdb-var-list-children, gdb-var-list-children-handler)
21539 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21540 gdb commands that use mi to keep them out of the command history.
21541
21542 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21543
21544 * cus-start.el (all): Add use-file-dialog.
21545
21546 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21547
21548 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21549
21550 2003-11-27 Kim F. Storm <storm@cua.dk>
21551
21552 * subr.el (posn-object-x-y): New defun.
21553
21554 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21555
21556 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21557 Don't use `space' for \\\n.
21558 Be more selective as to which # are comment-starters.
21559
21560 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21561
21562 * subr.el (number-sequence): Improve handling of floating point
21563 arguments (suggested by Kim Storm). Allow negative arguments.
21564
21565 2003-11-26 Kenichi Handa <handa@m17n.org>
21566
21567 * international/mule-cmds.el (standard-display-european-internal):
21568 Cancel the standard-display-table setting for ` and '.
21569
21570 2003-11-26 Kim F. Storm <storm@cua.dk>
21571
21572 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21573 New defcustoms to add ffap-like functionality to ido.
21574 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21575 (ido-no-final-slash): New defun.
21576 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21577 (ido-read-file-name): ): Toggle VC checking via
21578 vc-handled-backends instead of vc-master-templates.
21579 (ido-file-internal): Handle ido-use-url-at-point and
21580 ido-use-filename-at-point via code borrowed from ffap-guesser.
21581 Handle new ido-exit code ffap.
21582 (ido-sort-list): Ignore final slash when sorting file names.
21583
21584 2003-11-25 Kim F. Storm <storm@cua.dk>
21585
21586 * emulation/cua-base.el (cua--standard-movement-commands):
21587 Add forward-sentence and backward-sentence.
21588
21589 2003-11-25 Stephen Eglen <stephen@gnu.org>
21590
21591 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21592 iswitchb-exit is set to 'usefirst when user selects buffer at head
21593 of list using RET. (Selecting buffers at the head of the list was
21594 broken if the substring was also a complete buffername.)
21595
21596 2003-11-23 Kim F. Storm <storm@cua.dk>
21597
21598 * progmodes/compile.el (grep-command, grep-use-null-device)
21599 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21600 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21601 (grep-regexp-alist, grep-program, find-program)
21602 (grep-find-use-xargs, grep-history, grep-find-history)
21603 (grep-process-setup, grep-compute-defaults)
21604 (grep-default-command, grep, grep-tag-default, grep-find)
21605 (grep-expand-command-macros, grep-tree-last-regexp)
21606 (grep-tree-last-files, grep-tree): Move grep variables, functions
21607 and commands to new file grep.el.
21608 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21609 (compilation-process-setup-function): Doc fix.
21610 (compilation-highlight-regexp, compilation-highlight-overlay): New
21611 defvars used for highlighting current compile error in source buffer.
21612 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21613 LOCAL-MAP which overrides compilation-highlight-regexp and
21614 compilation-mode-map for this compilation.
21615 Delay calling compilation-set-window-height until after running
21616 compilation-process-setup-function so it can buffer-local override
21617 compilation-window-height.
21618 Check buffer-local value of compilation-scroll-output.
21619 (compilation-set-window-height): Use buffer-local value of
21620 compilation-window-height.
21621 (compilation-revert-buffer): Don't pass (undefined)
21622 preserve-modes arg to revert-buffer.
21623 (next-error-no-select, previous-error-no-select): New commands.
21624 (compilation-goto-locus): Temporarily highlight current match in
21625 source buffer using compilation-highlight-regexp.
21626
21627 * progmodes/grep.el: New file with grep code from compile.el.
21628 (grep): New defcustom group.
21629 (grep-window-height): New defcustom, like compilation-window-height.
21630 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21631 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21632 (grep-command, grep-use-null-device, grep-find-command)
21633 (grep-tree-files-aliases, grep-tree-ignore-case)
21634 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21635 (grep-setup-hook): New hook variable.
21636 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21637 (grep-last-buffer): New defvar, override compilation-last-buffer.
21638 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21639 Call compile-internal with args highlight-regexp and grep-mode-map.
21640
21641 2003-11-23 Kim F. Storm <storm@cua.dk>
21642
21643 * subr.el (event-start, event-end): Doc fix.
21644 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21645 (posn-area, posn-actual-col-row, posn-object): New defuns.
21646 (posn-col-row): Simplify doc. Rewrite to use cond.
21647 (posn-point): Also return buffer position for events outside text
21648 area (that info is now present in the event position).
21649
21650 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21651 mouse-set-point so that hscroll still works now that clicks on
21652 fringes generate specific mouse events.
21653 (mouse-set-point): Note that it now works in fringes and margins
21654 too due to new semantics of posn-point in fringes and margins.
21655
21656 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21657 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21658
21659 2003-11-20 Kim F. Storm <storm@cua.dk>
21660
21661 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21662 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21663 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21664 to 100 for icons to avoid increasing line height when shown.
21665
21666 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21667
21668 * newcomment.el (comment-normalize-vars): Initialize properly if
21669 comment-start was nil.
21670
21671 2003-11-19 Andreas Schwab <schwab@suse.de>
21672
21673 * simple.el (set-variable): Fix indentation.
21674
21675 2003-11-17 Kenichi Handa <handa@m17n.org>
21676
21677 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21678 Fix docstring.
21679
21680 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21681
21682 * international/latin1-disp.el (latin1-display): Fix docstring.
21683
21684 2003-11-16 John Wiegley <johnw@newartisans.com>
21685
21686 * eshell/em-ls.el (eshell-ls-file): There are times with
21687 size-width is nil and uncomputed (when directories are created in
21688 dired, for example); in this case, 4 is reasonable default value,
21689 although it may caused skewed new entries (which could be avoided
21690 by returning the original value of 8 in all cases, but 99% of the
21691 time this is a waste of whitespace).
21692
21693 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21694
21695 * cc-engine.el (c-guess-continued-construct)
21696 (c-guess-basic-syntax): Check a little more carefully if it's a
21697 function declaration when an unknown construct followed by a block
21698 is found inside a statement context. This avoids macros followed
21699 by blocks to be taken as function declarations.
21700
21701 (c-guess-continued-construct): Change the analysis of a statement
21702 continuation with a brace open to `substatement-block', for
21703 consistency with recognized statements.
21704
21705 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21706 start is in a position so that `c-beginning-of-statement-1' jumped
21707 to the beginning of the same statement.
21708
21709 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21710 Don't accept binary operators in the arglist if we're in a function
21711 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21712 template recognition in cases like "if (a < b || c > d)".
21713
21714 (c-restricted-<>-arglists): New more appropriate name for
21715 `c-disallow-comma-in-<>-arglists'.
21716
21717 Accessing functions updated for the variable name change.
21718
21719 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21720 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21721
21722 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21723 labels.
21724
21725 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21726 instead of duplicating parts of it. This fixes bogus label
21727 recognition.
21728
21729 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21730 of checking the context in which to apply the minimum indentation,
21731 so that it isn't enforced in e.g. namespace blocks.
21732
21733 * cc-vars.el (c-inside-block-syms): New constant used by
21734 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21735 to somewhat reduce the risk of becoming stale.
21736
21737 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21738 cc-cmds to cc-engine to allow use from cc-align.
21739
21740 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21741 qualified identifiers containing "::".
21742
21743 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21744 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21745
21746 * cc-vars.el (c-emacs-features): Use a space in front of the name
21747 of the temporary buffer. That also avoids dumping problems in
21748 XEmacs due to undo info being left around after the buffer is killed.
21749
21750 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21751 arglist to see if it's a K&R style declaration.
21752
21753 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21754 before returning `knr-argdecl-intro'.
21755
21756 2003-11-16 John Wiegley <johnw@newartisans.com>
21757
21758 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21759 field in a long-listing always 8 characters, use `size-width',
21760 which has already been computed.
21761
21762 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21763
21764 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21765
21766 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21767
21768 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21769 Support operation while narrowed, with `diff-restrict-view'.
21770
21771 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21772
21773 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21774 Take additional optional arg NARROWFUN. For the generated functions:
21775 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21776 include frags that arrange to check for and save narrowing state before
21777 the move and then conditionally call NARROWFUN after the move.
21778
21779 2003-11-14 John Wiegley <johnw@newartisans.com>
21780
21781 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21782 that was optional, but obviously missing based on surrounding code.
21783
21784 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21785 string arguments to numbers unless the whole argument was seen as
21786 a number.
21787
21788 2003-11-14 Kenichi Handa <handa@m17n.org>
21789
21790 * international/mule.el (ctext-non-standard-encodings-alist):
21791 Fix coding systems.
21792
21793 2003-11-10 Kenichi Handa <handa@m17n.org>
21794
21795 * language/kannada.el ("Kannada"): Add sample-text.
21796
21797 * language/knd-util.el (kannada-compose-region)
21798 (kannada-compose-string, kannada-post-read-conversion):
21799 Add autoload cookie.
21800
21801 * international/quail.el (quail-completion): Change the message
21802 "corresponding translations" to "corresponding characters".
21803
21804 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21805
21806 * descr-text.el (describe-char): Fix typo.
21807
21808 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21809
21810 These changes are to support Kannada language/script.
21811
21812 * Makefile.in (DONTCOMPILE): Add kannada.el.
21813
21814 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21815
21816 * loadup.el: Preload kannada.el.
21817
21818 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21819 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21820 New variables.
21821
21822 * language/kannada.el: New file.
21823
21824 * language/knd-util.el: New file.
21825
21826 2003-11-07 Andreas Schwab <schwab@suse.de>
21827
21828 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21829 Also highlight AH_*.
21830
21831 * xml.el (xml-parse-dtd): Fix misplaced paren.
21832
21833 2003-11-07 Kenichi Handa <handa@m17n.org>
21834
21835 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21836
21837 2003-11-05 Juri Linkov <juri@jurta.org>
21838
21839 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21840 (desktop-buffer-file): Use saved buffer-file-coding-system
21841 for file reading. Set auto-insert to nil to prevent automatic
21842 insertion into restored empty files.
21843
21844 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21845
21846 * files.el (risky-local-variable-p): Make second argument optional.
21847
21848 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21849
21850 * subr.el (add-hook): Fix last change.
21851
21852 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21853
21854 * mail/rmail.el (rmail-convert-to-babyl-format):
21855 If base64-decode-region signals an error, catch it and silently
21856 ignore it.
21857
21858 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21859
21860 * xml.el (xml-parse-region): Allow comments to appear after the
21861 topmost element has closed.
21862 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21863 (xml-ns-expand-attr): New functions to do namespace handling.
21864 (xml-intern-attrlist): Back-compatible handling of attribute names.
21865 (xml-parse-tag): Move namespace handling to separate functions.
21866 Now produces elements in the form ((:ns . "element") (attr-list)
21867 children) instead of ('ns:element (attr-list) children).
21868 (xml-parse-attlist): Fix attribute parsing.
21869 (xml-parse-dtd): Change parsing so that it produces strings
21870 instead of interned symbols.
21871
21872 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21873
21874 * dired.el (dired-ls-sorting-switches): Doc fix.
21875
21876 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21877
21878 * emacs-lisp/rx.el (rx-or): Fix the case of
21879 "(rx (and ?a (or ?b ?c) ?d))".
21880
21881 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21882
21883 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21884 (texinfo-format-region): Use it.
21885 (texinfo-format-buffer-1): Ditto.
21886
21887 2003-11-01 Alan Mackenzie <acm@muc.de>
21888
21889 Changes to allow scrolling whilst in isearch mode:
21890 * isearch.el (isearch-unread-key-sequence): New function,
21891 extracted from isearch-other-meta-char.
21892 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21893 "scrollable" standard functions.
21894 (isearch-allow-scroll): New customizable variable.
21895 (isearch-string-out-of-window, isearch-back-into-window)
21896 (isearch-reread-key-sequence-naturally)
21897 (isearch-lookup-scroll-key): New functions.
21898 (isearch-other-meta-char): Doc string and functionality enhanced.
21899 Now accepts a prefix argument.
21900 (isearch-lazy-highlight-window-end): New variable.
21901 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21902 end (thru isearch-lazy-highlight-window-end), not only its start.
21903
21904 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21905 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21906 (universal-argument, universal-argument-more, negative-argument)
21907 (digit-argument, universal-argument-other-key): Minor changes.
21908
21909 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21910
21911 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21912 recursively if the last message is deleted, thus avoiding an
21913 infinite loop.
21914
21915 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21916
21917 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21918 (tex-main-file): Don't add .tex if the extension is already present.
21919 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21920
21921 2003-10-29 Lute Kamstra <lute@gnu.org>
21922
21923 * progmodes/octave-inf.el (inferior-octave-prompt):
21924 Recognize version number in prompt.
21925
21926 2003-10-28 Dave Love <fx@gnu.org>
21927
21928 * international/characters.el: Fix some Unicode ranges.
21929
21930 2003-10-28 Kenichi Handa <handa@m17n.org>
21931
21932 * disp-table.el (standard-display-8bit)
21933 (standard-display-default, standard-display-ascii)
21934 (standard-display-g1, standard-display-graphic)
21935 (standard-display-underline): Assure that standard-display-table
21936 is a display table.
21937
21938 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21939
21940 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21941 reindenting the first line.
21942
21943 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21944
21945 * wid-edit.el (widget-default-delete): Always delete child widgets.
21946
21947 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21948
21949 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21950 if the line has code.
21951 Don't try to line up with something that's too far left.
21952
21953 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21954 (octave-mode-syntax-table): Add % as a comment starter.
21955 (octave-point): Remove.
21956 (octave-in-comment-p, octave-in-string-p)
21957 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21958 (octave-blink-matching-block-open, octave-auto-fill):
21959 Use line-(beginning|end)-position instead.
21960
21961 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21962
21963 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21964 for Francesco Potort\e,Al\e(B.
21965
21966 2003-10-23 Dave Love <fx@gnu.org>
21967
21968 * international/mule-cmds.el (locale-charset-to-coding-system):
21969 Don't rely on nil being a coding system.
21970
21971 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21972 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21973 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21974
21975 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21976
21977 * gdb-ui.el (gdb-current-language): New variable.
21978 (gdb-update-flag): Remove variable.
21979 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21980 (gdb-take-last-elt): Remove function.
21981 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21982 (gdb-post-prompt): Check for variable object changes here.
21983
21984 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21985 object changes in gdb-ui.el.
21986
21987 2003-10-21 Richard M. Stallman <rms@gnu.org>
21988
21989 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21990
21991 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21992 Don't check for foo*/ wildcard form here.
21993 (insert-directory): Recognize foo*/ as a wildcard.
21994 Separate wildcard-regexp variable from the arg, wildcard.
21995
21996 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21997 (remove-hook): Correctly handle strange cases about local hooks.
21998
21999 2003-10-21 David Ponce <david@dponce.com>
22000
22001 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
22002 argument REAL, to return a real number instead of a rounded
22003 integer value. Define as inline function.
22004 (ruler-mode-right-fringe-cols): Likewise.
22005 (ruler-mode-scroll-bar-cols): New function.
22006 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
22007 (ruler-mode-right-scroll-bar-cols): Likewise.
22008 (ruler-mode-space): New function.
22009 (ruler-mode-ruler): Use it. Handle variations of fringe style,
22010 scroll bar mode and margins in a more robust way.
22011
22012 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
22013
22014 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
22015 (antlr-c-init-language-vars): New function.
22016 (antlr-mode): Use it with cc-mode before v5.29.
22017 (antlr-c-common-init): Don't set some local vars here.
22018 (antlr-mode): Set them here.
22019 (antlr-c-forward-sws): New function alias.
22020 (antlr-mode): Redefine with cc-mode before v5.30.
22021 (antlr-skip-sexps): Use it.
22022 (antlr-skip-exception-part): Ditto.
22023 (antlr-skip-file-prelude): Ditto.
22024 (antlr-outside-rule-p): Ditto.
22025 (antlr-end-of-body): Ditto.
22026 (antlr-option-kind): Ditto.
22027 (antlr-insert-option-area): Ditto.
22028 (antlr-file-dependencies): Ditto.
22029
22030 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
22031
22032 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
22033 Move backward only if point was not inside an entry.
22034
22035 2003-10-21 Richard M. Stallman <rms@gnu.org>
22036
22037 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
22038
22039 2003-10-21 Juri Linkov <juri@jurta.org>
22040
22041 * compare-w.el: Automatically skip non-matching text to resync.
22042 (compare-windows-whitespace): Doc fix.
22043 (compare-windows-sync, compare-windows-sync-string-size)
22044 (compare-windows-recenter, compare-ignore-whitespace)
22045 (compare-windows-highlight, compare-windows-face): New variables.
22046 (compare-windows): Use compare-windows-sync.
22047 (compare-windows-highlight, compare-windows-dehighlight)
22048 (compare-windows-sync-regexp)
22049 (compare-windows-sync-default-function): New functions.
22050
22051 2003-10-21 Juri Linkov <juri@jurta.org>
22052
22053 * diff.el (diff-parse-differences): Don't visit the files now;
22054 instead, just record the error locus.
22055
22056 2003-10-21 Dave Love <fx@gnu.org>
22057
22058 * progmodes/cfengine.el: New file.
22059
22060 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
22061
22062 * complete.el (PC-do-completion): Do not forget to use `pred' as the
22063 default-directory when completing file names.
22064
22065 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
22066
22067 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
22068 followed by the word `face', it gets treated as a face, even if
22069 it is also defined as a variable or a function.
22070
22071 2003-10-20 Dave Love <fx@gnu.org>
22072
22073 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
22074 Avoid incf in macro expansion.
22075
22076 2003-10-20 John Paul Wallington <jpw@gnu.org>
22077
22078 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
22079 `evenp' so we don't implicitly require cl library at runtime.
22080
22081 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
22082
22083 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
22084 (help-make-xrefs): Only make cross-references for faces if
22085 preceded or followed by the word `face'. Do not make a
22086 cross-reference for variables without variable documentation,
22087 unless preceded by the word `variable' or `option'. Update doc
22088 string accordingly.
22089
22090 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
22091
22092 * progmodes/hideshow.el: Rewrite one-armed `if'
22093 constructs using either `when' or `unless'.
22094 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
22095
22096 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
22097
22098 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
22099 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
22100 instead of 12x12.
22101
22102 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22103
22104 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22105 message while converting to Babyl.
22106
22107 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22108
22109 * allout.el (allout-mode): Doc fix.
22110
22111 2003-10-16 Lute Kamstra <lute@gnu.org>
22112
22113 * subr.el (force-mode-line-update): Fix docstring.
22114
22115 2003-10-14 Dave Love <fx@gnu.org>
22116
22117 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22118 (default-input-method): Add :link, improve :type.
22119 (locale-charset-language-names): Fix utf-8 pattern.
22120 (locale-charset-match-p, locale-charset-alist)
22121 (locale-charset-to-coding-system): New.
22122 (set-locale-environment): Deal with codeset part of locale specs.
22123
22124 2003-10-14 Lute Kamstra <lute@gnu.org>
22125
22126 * fringe.el (fringe-mode): Use active voice in docstring.
22127 (set-fringe-style): Ditto.
22128
22129 2003-10-13 Lute Kamstra <lute@gnu.org>
22130
22131 * fringe.el (fringe-mode): Fix docstring.
22132 (set-fringe-style): Ditto.
22133
22134 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22135
22136 * ediff-mult.el (ediff-filegroup-action):
22137 Use ediff-default-filtering-regexp.
22138
22139 * ediff-util.el (ediff-recenter): Don't call
22140 ediff-restore-highlighting twice.
22141 (ediff-select-difference): Set current difference.
22142 (ediff-unselect-and-select-difference): Add comment.
22143
22144 * ediff.el (ediff-directories,ediff-directory-revisions)
22145 (ediff-directories3,ediff-merge-directories)
22146 (ediff-merge-directories-with-ancestor)
22147 (ediff-merge-directory-revisions)
22148 (ediff-merge-directory-revisions-with-ancestor):
22149 Use ediff-default-filtering-regexp.
22150
22151 2003-10-12 Andreas Schwab <schwab@suse.de>
22152
22153 * international/mule-cmds.el (locale-charset-language-names):
22154 Simplify regex by removing unused grouping.
22155
22156 2003-10-10 Dave Love <fx@gnu.org>
22157
22158 * bindings.el: Don't bind stop.
22159
22160 2003-10-08 Miles Bader <miles@gnu.org>
22161
22162 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22163 face instead of attempting to emulate it.
22164
22165 2003-10-07 Kenichi Handa <handa@m17n.org>
22166
22167 * international/mule-diag.el (list-coding-systems-1): List coding
22168 systems that are loaded automatically.
22169
22170 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22171
22172 * international/mule.el (autoload-coding-system): New function.
22173
22174 2003-10-07 Andreas Schwab <schwab@suse.de>
22175
22176 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22177 change-log-default-name in the buffer visiting the file.
22178
22179 2003-10-06 Dave Love <fx@gnu.org>
22180
22181 * files.el (find-file-hook): Customize.
22182 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22183
22184 * bindings.el (completion-ignored-extensions): Remove .log.
22185 (global-map): Add again, open, stop keys.
22186
22187 2003-10-05 Richard M. Stallman <rms@gnu.org>
22188
22189 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22190 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22191 Use sh-modify directly.
22192 (sh-select): Use sh-append, not eval.
22193
22194 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22195
22196 * info.el (Info-following-node-name): New function.
22197
22198 * loadhist.el (unload-feature-special-hooks):
22199 Rename from loadhist-hook-functions.
22200 (loadhist-hook-functions): Now an alias.
22201
22202 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22203
22204 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22205 file-name clashes on 8+3 filesystems.
22206
22207 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22208 Rename loaddefs-boot.el to ldefs-boot.el
22209
22210 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22211 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22212
22213 2003-10-03 Lute Kamstra <lute@gnu.org>
22214
22215 * info.el (Info-mode): Revert previous change.
22216 (Info-escape-percent): New function.
22217 (Info-fontify-node): Use it.
22218
22219 2003-10-02 Andreas Schwab <schwab@suse.de>
22220
22221 * loaddefs-boot.el: Regenerated.
22222
22223 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22224
22225 * ffap.el: Remove defadvice related code from CVS since `complete'
22226 provides a `PC-completion-as-file-name-predicate' variable that
22227 ffap can override.
22228
22229 2003-10-02 Kenichi Handa <handa@m17n.org>
22230
22231 * international/utf-8.el (ccl-decode-mule-utf-8):
22232 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22233
22234 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22235 * international/subst-big5.el: Likewise.
22236 * international/subst-gb2312.el: Likewise.
22237 * international/subst-ksc.el: Likewise.
22238
22239 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22240
22241 * calendar/calendar.el (increment-calendar-month)
22242 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22243 (generate-calendar, calendar-read-date, calendar-interval)
22244 (calendar-day-of-week): Handle years BC.
22245 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22246
22247 2003-10-01 Dave Love <fx@gnu.org>
22248
22249 * language/cyrillic.el (cp1251): Alias for windows-1251.
22250
22251 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22252 bootstrap.
22253
22254 2003-10-01 Lute Kamstra <lute@gnu.org>
22255
22256 * files.el: Fix typo.
22257 * imenu.el (imenu--generic-function): Docstring fix.
22258
22259 2003-09-30 Richard M. Stallman <rms@gnu.org>
22260
22261 * dired.el (dired-mode): Handle dired-directory as a list.
22262
22263 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22264
22265 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22266
22267 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22268
22269 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22270 Replace gud-display with gud-watch.
22271 (gud-speedbar-buttons): Add stuff for watching expressions
22272 in the speedbar when using M-x gdba. Use dolist on old part
22273 of this function.
22274
22275 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22276 (gdb-update-flag): New variables.
22277 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22278 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22279 (gud-watch, gdb-var-create-handler) : New functions.
22280 (gdb-var-list-children, gdb-var-list-children-handler)
22281 (gdb-var-create-regexp, gdb-var-update-regexp)
22282 (gdb-var-list-children-regexp): New constants.
22283 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22284 (gdb-annotation-rules): Reduce annotation set (level 3).
22285 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22286 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22287 updates.
22288 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22289 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22290 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22291 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22292 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22293 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22294 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22295 (gud-display, gud-display1)
22296 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22297 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22298 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22299 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22300 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22301 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22302 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22303 (gdb-display-display-buffer, gdb-toggle-display)
22304 (gdb-delete-display, gdb-expressions-popup-menu)
22305 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22306 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22307 to display buffer.
22308
22309 2003-09-30 Richard M. Stallman <rms@gnu.org>
22310
22311 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22312 Instead, set which-func-functions.
22313
22314 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22315 (which-func-functions): New variable.
22316 (which-function): Use that.
22317
22318 * info.el (Info-mode): Double each `%' in header line.
22319
22320 * emacs-lisp/lisp-mnt.el (lm-with-file):
22321 When FILE is nil, run BODY in current buffer.
22322
22323 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22324
22325 * help.el (describe-mode): Start with a brief list of minor modes.
22326 Find them thru minor-mode-list so as to find them all.
22327 Show them in alphabetical order.
22328
22329 * mail/sendmail.el (mail-aliases): Doc fix.
22330
22331 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22332
22333 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22334
22335 * mail/rmailsum.el (rmail-make-summary-line-1):
22336 Change comma after last label to a space.
22337 (rmail-summary-font-lock-keywords): Adapt to that change.
22338
22339 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22340
22341 * progmodes/scheme.el (scheme-mode-variables): When setting
22342 `font-lock-defaults', also specify that "#" should
22343 be interpreted with `word' syntax.
22344 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22345
22346 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22347
22348 * desktop.el: A lot of comments updated.
22349 (desktop-save-mode): Minor mode introduced.
22350 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22351 (desktop-load-default): Function made obsolete.
22352 (desktop-locals-to-save): Variable made customizable.
22353 (desktop-read): Optional parameter `dirname' added.
22354 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22355 `desktop-read' used.
22356 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22357
22358 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22359
22360 * whitespace.el (whitespace-clean-msg): Add user customizable message
22361 for displaying ``clean'' output.
22362 (whitespace-buffer): Use `whitespace-clean-msg'.
22363 (whitespace-global-mode): Fix typo.
22364
22365 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22366
22367 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22368
22369 2003-09-29 Lute Kamstra <lute@gnu.org>
22370
22371 * bindings.el (mode-line-modes): Remove superfluous :propertize
22372 construct in initialization.
22373 (mode-line-position): Change cons cell into proper list in
22374 initialization.
22375
22376 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22377
22378 * international/mule.el (decode-coding-inserted-region): Use car
22379 of the return value of find-operation-coding-system.
22380
22381 2003-09-29 Kenichi Handa <handa@m17n.org>
22382
22383 * descr-text.el (describe-char): Fix previous change.
22384
22385 2003-09-28 Kenichi Handa <handa@m17n.org>
22386
22387 * descr-text.el (describe-char-display): New function.
22388 (describe-char): Pay attention to display table on describing how
22389 a character is displayed.
22390
22391 * international/mule-cmds.el (encoded-string-description):
22392 Prepend "0x" to each encoded byte.
22393
22394 2003-09-28 Andreas Schwab <schwab@suse.de>
22395
22396 * find-file.el (ff-special-constructs): Add autoload cookie.
22397
22398 2003-09-28 Kevin Ryde <user42@zip.com.au>
22399
22400 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22401 makeinfo appends to duplicate index entries.
22402
22403 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22404
22405 * dired-x.el (dired-clean-tex): Doc fix.
22406
22407 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22408 using a Chinese tutorial.
22409
22410 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22411
22412 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22413 between "MAIL FROM:" and "RCPT TO:" and the following address.
22414
22415 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22416
22417 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22418
22419 2003-09-28 David Ponce <david@dponce.com>
22420
22421 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22422 (recentf-load-list): When `recentf-initialize-file-name-history'
22423 is non-nil, initialize an empty `file-name-history' with the
22424 recent list.
22425
22426 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22427
22428 * man.el (Man-default-man-entry): Remove the leading `*' from the
22429 word at point.
22430
22431 2003-09-26 Lute Kamstra <lute@gnu.org>
22432
22433 * bindings.el (mode-line-position): Mention size indication in
22434 docstring.
22435
22436 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22437
22438 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22439
22440 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22441 because it's autoloaded now.
22442
22443 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22444
22445 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22446 (sh-font-lock-keywords, sh-feature): Fix previous change of
22447 sh-feature to avoid infloop with sh-font-lock-keywords.
22448
22449 2003-09-25 Kim F. Storm <storm@cua.dk>
22450
22451 * frame.el (frame-current-scroll-bars): New defun.
22452
22453 * window.el (window-current-scroll-bars): New defun.
22454
22455 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22456
22457 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22458 cause errors when the state cache contains info on parts that have
22459 been narrowed out.
22460
22461 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22462
22463 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22464 `c-setup-paragraph-variables' has to be used when this variable is
22465 changed; it doesn't work to reinitialize the mode since that
22466 typically clobbers the variable.
22467
22468 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22469 Make it interactive.
22470
22471 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22472
22473 * progmodes/cc-fonts.el (c-font-lock-declarations):
22474 Fix recognition of constructors and destructors for classes whose
22475 names are matched by `*-font-lock-extra-types'.
22476
22477 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22478 followed by an identifier in C++ then it's a type.
22479
22480 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22481
22482 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22483 problem that primarily affected XEmacs. Don't use faces to find
22484 unterminated strings since Emacs and XEmacs fontify strings
22485 differently - this function should now work better in XEmacs.
22486
22487 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22488
22489 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22490 `expand-abbrev' workaround which caused braces to misbehave inside
22491 macros.
22492
22493 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22494 handling. This bug could cause interactive font locking to bail out.
22495
22496 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22497
22498 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22499 Handle paren-style types in Pike. Also fixed some cases of
22500 insufficient handling of unbalanced parens.
22501
22502 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22503
22504 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22505 common shell prompts that are not common filename or URL characters.
22506 (ffap-file-at-point): Use the new regexp to strip the prompts from
22507 the file names. This is an issue mostly for user prompts that
22508 don't have a trailing space and find-file-at-point is invoked from
22509 within a shell inside Emacs.
22510
22511 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22512
22513 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22514 stamps numerically, rather than textually.
22515
22516 2003-09-24 Kenichi Handa <handa@m17n.org>
22517
22518 * language/devan-util.el (devanagari-post-read-conversion):
22519 * language/mlm-util.el (malayalam-post-read-conversion):
22520 * language/tml-util.el (tamil-post-read-conversion):
22521 Add autoload cookie.
22522
22523 * international/utf-8.el (utf-8-post-read-conversion):
22524 Call post-read-conversion functions for Devanagari, Malayalam,
22525 and Tamil.
22526
22527 2003-09-23 Dave Love <fx@gnu.org>
22528
22529 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22530
22531 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22532
22533 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22534 Update gud-remove.
22535
22536 2003-09-22 Richard M. Stallman <rms@gnu.org>
22537
22538 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22539 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22540 (sh-mode-syntax-table-input): New variable.
22541 (sh-require-final-newline): Don't use eval.
22542 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22543 (sh-variables, sh-font-lock-keywords): Don't use eval.
22544 (sh-set-shell): When setting require-final-newline,
22545 treat value = `require-final-newline' as don't change it.
22546 Set sh-mode-syntax-table locally based on
22547 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22548
22549 * progmodes/compile.el (compile-internal):
22550 Call compilation-set-window-height before setting window start.
22551
22552 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22553
22554 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22555 Clear out byte-compile-last-warned-form.
22556
22557 2003-09-22 Richard M. Stallman <rms@gnu.org>
22558
22559 * woman.el (woman-file-name, woman-follow-word):
22560 If current-word returns nil, use "".
22561
22562 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22563
22564 2003-09-22 Richard M. Stallman <rms@gnu.org>
22565
22566 * emacs-lisp/lisp-mnt.el (lm-with-file):
22567 Don't visit the file, just use insert-file-contents in temp buffer.
22568
22569 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22570
22571 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22572 Add surrounding \\( and \\) around the header, as in
22573 for lm-history-header 'Change Log\\|History'.
22574
22575 2003-09-22 John Paul Wallington <jpw@gnu.org>
22576
22577 * progmodes/ld-script.el: Add Commentary section,
22578 minor cleanup of file header.
22579 (ld-script-font-lock-keywords): Doc fix.
22580 (toplevel): Provide `ld-script' feature.
22581
22582 2003-09-21 Kim F. Storm <storm@cua.dk>
22583
22584 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22585 new built-in variable default-frame-scroll-bars.
22586 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22587 scroll-bar-mode; notably, use it instead of t when we toggle
22588 scroll-bars on.
22589 (toggle-scroll-bar): Use default-frame-scroll-bars.
22590
22591 2003-09-19 Masatake YAMATO <jet@gyve.org>
22592
22593 * pcvs.el (cvs-do-removal): Change the prompt depending on
22594 `filter' value.
22595
22596 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22597
22598 * startup.el (command-line-1): Stop startup-echo-area-message
22599 being hidden by "Loading image..." message.
22600 (use-fancy-splash-screens-p, display-splash-screen):
22601 Move display-graphic-p test from latter to former.
22602
22603 * progmodes/sh-script.el (sh-font-lock-keywords):
22604 Highlight escaped EOLs differently from other backslash constructs.
22605
22606 2003-09-19 Richard M. Stallman <rms@gnu.org>
22607
22608 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22609 New functions.
22610 (edebug-enter, edebug-outside-excursion): Use them.
22611
22612 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22613 Fix the condition for whether to print "In WHERE".
22614
22615 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22616
22617 * finder.el (finder-mode-hook): New variable.
22618 (finder-mode): Run hook finder-mode-hook
22619
22620 2003-09-18 Masatake YAMATO <jet@gyve.org>
22621
22622 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22623
22624 2003-09-17 Mario Lang <mlang@delysid.org>
22625
22626 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22627 "p %e" to actually print the value in the GUD buffer.
22628
22629 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22630
22631 From David Ponce <david.ponce@wanadoo.fr>:
22632 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22633 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22634 from loaddefs-boot.el if necessary.
22635
22636 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22637
22638 * progmodes/gud.el (gud-find-class): Make jdb work again since
22639 cc-mode changed the syntactic information.
22640
22641 2003-09-15 David Ponce <david@dponce.com>
22642
22643 * recentf.el: (recentf-exclude): Accept predicates too.
22644 (recentf-file-readable-p): New function.
22645 (recentf-include-p): Handle predicates in recentf-exclude.
22646 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22647 (recentf-cleanup): Likewise.
22648 (recentf-save-list): Use write-file to handle backup of
22649 recentf-save-file.
22650
22651 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22652
22653 * loaddefs-boot.el: Renamed from `loaddefs.el'
22654 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22655 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22656 necessary.
22657
22658 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22659
22660 * electric.el (Electric-pop-up-window): For the `one-window' case,
22661 no longer disconcertingly move point in the original buffer.
22662
22663 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22664
22665 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22666
22667 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22668
22669 * dired.el (dired-mode-map): Fix typo.
22670
22671 2003-09-11 Richard M. Stallman <rms@gnu.org>
22672
22673 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22674
22675 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22676
22677 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22678 the function is less noisy. Now only `kill-buffer' can ask questions.
22679
22680 2003-09-10 Mario Lang <mlang@delysid.org>
22681
22682 * battery.el: Update Commentary and Copyright.
22683 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22684 appear due to wrong ordering of the expressions in `or'.
22685
22686 2003-09-09 Lute Kamstra <lute@gnu.org>
22687
22688 * misc.el (upcase-char): Fix docstring.
22689 (zap-up-to-char): New command.
22690
22691 2003-09-08 David Ponce <david@dponce.com>
22692
22693 Ensure that recentf correctly updates the menu bar.
22694 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22695 (recentf-menu-bar): New function.
22696 (recentf-clear-data): Use it
22697 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22698 of easy-menu-change.
22699
22700 2003-09-08 Lute Kamstra <lute@gnu.org>
22701
22702 * simple.el (size-indication-mode): New.
22703 * bindings.el (mode-line-position): Add buffer size indicator.
22704
22705 2003-09-04 Mario Lang <mlang@delysid.org>
22706
22707 * battery.el (battery-linux-proc-acpi): New function.
22708 (battery-status-function): Modify default value calculation to also
22709 check for availability of ACPI.
22710 (battery-echo-area-format): Ditto.
22711 (battery-mode-line-format): Ditto.
22712
22713 2003-09-06 Dave Love <fx@gnu.org>
22714
22715 * ielm.el (ielm-mode-hook): Add :options.
22716
22717 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22718 (eldoc-print-current-symbol-info): Use it.
22719
22720 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22721
22722 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22723 being displayed in GUD buffer.
22724 (gdb-idle-input-queue): Remove var. Use just one queue.
22725 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22726 Remove functions. Use just one queue.
22727 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22728 (gdb-invalidate-assembler, gdb-get-current-frame):
22729 Modify functions. Use just one queue.
22730
22731 2003-09-04 Dave Love <fx@gnu.org>
22732
22733 * cus-start.el: Add blink-cursor-alist.
22734
22735 * ruler-mode.el (ruler-mode-fill-column-char)
22736 (ruler-mode-current-column-char): Use char-displayable-p,
22737 not window-system.
22738
22739 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22740
22741 * language/european.el (windows-1252): Move from code-pages.
22742
22743 * language/cyrillic.el ("Windows-1251"): Delete.
22744 ("Bulgarian", "Belarusian"): Remove `features'.
22745 (windows-1251): Move from code-pages.
22746
22747 * international/mule-diag.el (non-iso-charset-alist):
22748 Remove `codepage' stuff.
22749 (print-designation, list-coding-systems-1): Output fixes.
22750
22751 * international/code-pages.el (cp-make-translation-table)
22752 (cp-valid-codes): Made defsubsts.
22753 (cp-fix-safe-chars): Delete.
22754 (mule-diag): Don't require.
22755 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22756 (top-level): Check for defined coding system when defining
22757 cp... aliases. Change w32-add-charset-info test to avoid warning.
22758 (non-iso-charset-alist): Defvar when compiling.
22759 (cp-make-coding-system): Doc fix.
22760
22761 2003-09-02 Jason Rumney <jasonr@gnu.org>
22762
22763 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22764 line-ends from CVS before doing conversion.
22765
22766 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22767
22768 * calendar/diary-lib.el (diary-header-line-flag)
22769 (diary-header-line-format): New variables.
22770 (list-diary-entries): Use them to set header line in simple diary.
22771
22772 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22773 other than font-lock-string-face to highlight backslashes.
22774
22775 2003-09-01 Jason Rumney <jasonr@gnu.org>
22776
22777 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22778 regexp.
22779
22780 2003-09-01 Dave Love <fx@gnu.org>
22781
22782 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22783
22784 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22785 and :help; also line and column numbers labels.
22786
22787 * international/mule-util.el (char-displayable-p): Move from
22788 latin1-disp, rename and autoload.
22789
22790 * international/latin1-disp.el (latin1-char-displayable-p):
22791 Now obsolete alias. Replace uses with char-displayable-p.
22792 (latin1-display-ucs-per-lynx): Fix last change.
22793
22794 * international/mule-cmds.el (standard-display-european-internal):
22795 Don't use char code for Latin-1 NBSP.
22796 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22797 U+2018, U+2019 for `'.
22798 (select-safe-coding-system): Message fix.
22799
22800 2003-09-01 Kenichi Handa <handa@m17n.org>
22801
22802 * international/fontset.el (setup-default-fontset): For Thai
22803 font, specify "*" family.
22804
22805 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22806
22807 * progmodes/compile.el (previous-error): Accept a prefix
22808 argument, similarly to next-error.
22809
22810 2003-08-31 Masatake YAMATO <jet@gyve.org>
22811
22812 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22813 the number of files. Bind the number of files to a local
22814 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22815
22816 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22817
22818 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22819 2003-07-26: msdos-long-file-names is a function, not a variable.
22820
22821 2003-08-29 Richard M. Stallman <rms@gnu.org>
22822
22823 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22824 Do nothing with mail-personal-alias-file if it is nil.
22825
22826 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22827 Do nothing if mail-personal-alias-file is nil.
22828
22829 * term.el (term-exec-1): Bind coding-system-for-read.
22830
22831 * dired.el (dired-mouse-find-file-other-window):
22832 Use dired-view-command-alist here, as in dired-view-file.
22833 (dired-view-command-alist): Use %s to substitute file name.
22834 Handle .ps_pages, .eps, .jpg, .gif, .png.
22835
22836 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22837
22838 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22839 `Info-prev-reference', instead of M-tab.
22840
22841 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22842
22843 * simple.el (blink-matching-open): Work correctly on chars that
22844 are designated as parens through the syntax-table text property.
22845
22846 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22847
22848 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22849 line break position in the middle of a non-kinsoku (e.g. latin)
22850 word, making it skip until either a space or a character with
22851 category "|".
22852 (kinsoku-longer): Test for end of buffer.
22853
22854 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22855
22856 * mail/rmail.el (rmail-convert-to-babyl-format):
22857 Detect quoted-printable- and base64-encoded messages and decode them
22858 automatically. Set the message's encoding from the charset=
22859 header, if any. Decode base64-encoded messages in Mail format as well.
22860
22861 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22862
22863 * mail/smtpmail.el: Fix previous change.
22864 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22865 calling smtpmail-via-smtp.
22866 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22867
22868 2003-08-26 John Paul Wallington <jpw@gnu.org>
22869
22870 * image.el (image-jpeg-p): Don't search beyond length of data.
22871
22872 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22873
22874 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22875 misfeature in `expand-abbrev' which caused electric keywords like
22876 "else" to disappear if an open brace was typed directly afterwards.
22877
22878 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22879
22880 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22881 mandatory in `define-widget'.
22882
22883 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22884 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22885
22886 (c-assignment-operators): New language constant that only contains
22887 the assignment operators.
22888
22889 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22890
22891 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22892
22893 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22894 Safeguard against unbalanced sexps.
22895
22896 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22897
22898 * version.el (emacs-version): Check for gtk. Include gtk version info.
22899
22900 2003-08-25 John Paul Wallington <jpw@gnu.org>
22901
22902 * man.el (Man-default-man-entry): Don't whizz past the section
22903 number before looking for it.
22904
22905 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22906
22907 * progmodes/gud.el (gud-display-line): Don't set window-point if
22908 source buffer is not visible. (Only happens with M-x gdba.)
22909
22910 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22911 documentation.
22912 (gdb-source, gdb-source-info): Update to assembler unnecessary
22913 as its done after each GDB command anyway.
22914 (gdb-pre-prompt): Use with-current-buffer.
22915 (gdb-insert-field): Add help-echo text.
22916 (gdb-invalidate-assembler): Re-display of assembler now done in
22917 gdb-info-breakpoints-custom.
22918 (gdb-info-breakpoints-custom): Force re-display of assembler to
22919 happen *after* update of breakpoints buffer.
22920 (gdb-display-source-buffer): Don't choke if gdb-source-window
22921 isn't visible.
22922 (gdb-put-string, gdb-put-arrow): Remove free variables.
22923
22924 2003-08-24 John Paul Wallington <jpw@gnu.org>
22925
22926 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22927
22928 * man.el (Man-default-man-entry): Strip text properties when
22929 snarfing parts of entry because `format' preserves properties.
22930
22931 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22932
22933 * files.el (file-newest-backup): Use `expand-file-name'.
22934
22935 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22936 Allow the diary to pop up a new frame, if needed.
22937
22938 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22939 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22940 (smtpmail-send-it): Make treatment of envelope-from consistent with
22941 sendmail.el.
22942
22943 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22944 (sh-leading-keywords): Add the bash `time' reserved word.
22945 (sh-variables): Add some bash variables.
22946 (sh-add-completer): Fix nil branch of case statement.
22947
22948 2003-08-24 Masatake YAMATO <jet@gyve.org>
22949
22950 * progmodes/ld-script.el: New file.
22951
22952 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22953
22954 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22955
22956 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22957
22958 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22959 Better explain obsolescence, and what to use instead.
22960
22961 2003-08-23 Masatake YAMATO <jet@gyve.org>
22962
22963 * pcvs.el (cvs-do-removal): Show the deleted file name
22964 on the prompt.
22965
22966 2003-08-20 Dave Love <fx@gnu.org>
22967
22968 * international/mule.el (make-coding-system)
22969 (set-buffer-file-coding-system): Doc fix.
22970
22971 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22972
22973 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22974
22975 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22976
22977 * international/utf-16.el: Add mime-text-unsuitable coding system
22978 properties.
22979
22980 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22981
22982 * cus-edit.el: Add some :links.
22983 (bib): Remove.
22984
22985 * textmodes/bib-mode.el (bib): Add :group external.
22986
22987 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22988
22989 * wid-edit.el (widget-echo-help): Make it handle expressions that
22990 evaluate to strings.
22991
22992 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22993
22994 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22995
22996 Simplify selection of SQL products to define highlighting and
22997 interactive mode. Includes detailed instructions on adding
22998 support for new products.
22999
23000 * progmodes/sql.el (sql-product): New variable. Identifies SQL
23001 product for use in highlighting and interactive mode.
23002 (sql-interactive-product): New variable. SQL product for
23003 sql-interactive-mode.
23004 (sql-product-support): New variable. Specifies product-specific
23005 parameters to drive highlighting and interactive mode.
23006 (sql-imenu-generic-expression): Add more object types.
23007 (sql-sqlite-options): Correct comment.
23008 (sql-ms-program): Use "osql" rather than "isql".
23009 (sql-prompt-regexp, sql-prompt-length): Update comment.
23010 (sql-mode-menu): Add "Start SQLi session" entry.
23011 Replace Highlighting submenu with Product menu. Fix Send Region entry.
23012 (sql-mode-abbrev-table): Add abbreviations. Support of
23013 SYSTEM-FLAG on define-abbrev. Support was removed with last
23014 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
23015 (sql-mode-font-lock-object-name): Add font-lock pattern for object
23016 names.
23017 (sql-mode-ansi-font-lock-keywords): Set as default value.
23018 (sql-mode-oracle-font-lock-keywords): Set as default value.
23019 Support Oracle 9i keywords.
23020 (sql-mode-postgres-font-lock-keywords): Set as default value.
23021 (sql-mode-linter-font-lock-keywords): Set as default value.
23022 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
23023 SQLServer 2000.
23024 (sql-mode-sybase-font-lock-keywords)
23025 (sql-mode-interbase-font-lock-keywords)
23026 (sql-mode-sqlite-font-lock-keywords)
23027 (sql-mode-strong-font-lock-keywords)
23028 (sql-mode-mysql-font-lock-keywords)
23029 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
23030 keywords.
23031 (sql-mode-font-lock-defaults): Update comment.
23032 (sql-product-feature): New function. Returns feature associated
23033 with a product from `sql-product-support' alist.
23034 (sql-product-font-lock): New function. Set font-lock support
23035 based on `sql-product'.
23036 (sql-add-product-keywords): New function. Add font-lock rules to
23037 product-specific keyword variables.
23038 (sql-set-product): New function. Set `sql-product' and apply
23039 appropriate font-lock highlighting.
23040 (sql-highlight-product): New function. Set font-lock support
23041 based on a product. Also set mode name to include product name.
23042 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
23043 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
23044 Use `sql-set-product'.
23045 (sql-highlight-ms-keywords)
23046 (sql-highlight-sybase-keywords)
23047 (sql-highlight-interbase-keywords)
23048 (sql-highlight-strong-keywords)
23049 (sql-highlight-mysql-keywords)
23050 (sql-highlight-sqlite-keywords)
23051 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
23052 (sql-get-login): Prompt in the same order as the tokens.
23053 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
23054 (sql-product-interactive): New function. Common portions of
23055 product-specific interactive mode wrappers.
23056 (sql-interactive-mode): Rewritten to use product features.
23057 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
23058 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
23059 (sql-db2, sql-linter): Use `sql-product-interactive'.
23060 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
23061 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
23062 (sql-connect-ingres, sql-connect-postgres)
23063 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
23064 New functions. Format command line parameters and invoke comint on
23065 the appropriate interpreter. Code was in the corresponding
23066 `sql-xyz' function before.
23067 (sql-connect-ms): New function. Support -E argument to use
23068 operating system credentials for authentication.
23069
23070 2003-08-18 Kenichi Handa <handa@m17n.org>
23071
23072 * international/mule.el (encode-char): Fix for the ASCII case.
23073
23074 2003-08-15 Kenichi Handa <handa@m17n.org>
23075
23076 * international/fontset.el (setup-default-fontset): Change "*" to
23077 nil in the specifications of font family.
23078
23079 2003-08-18 Kim F. Storm <storm@cua.dk>
23080
23081 * kmacro.el (kmacro-keymap): Group related bindings in
23082 initialization for clarity. Bind C-s to start macro.
23083 Remove C-r binding.
23084 (kmacro-initial-counter-value): New defvar to hold initial counter
23085 value in case we set the value before defining a macro.
23086 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
23087 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
23088 not defining or executing macro. Doc fix.
23089 (kmacro-add-counter): Clear kmacro-initial-counter-value.
23090 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
23091 temporarily view older elements on the macro ring without cycling
23092 the ring.
23093 (kmacro-display): Doc fix.
23094 (kmacro-exec-ring-item): New helper function.
23095 (kmacro-call-ring-2nd): Use it.
23096 (kmacro-call-ring-2nd-repeat): Doc fix.
23097 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
23098 (kmacro-end-or-call-macro): Execute last viewed macro (using
23099 kmacro-exec-ring-item) from ring if this follows
23100 kmacro-view-macro. This allows us to find a macro on the ring
23101 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23102 the ring to bring it to the head of the ring.
23103 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23104 Allow binding to reserved keys without specifying C-x C-k prefix.
23105 Ask for confirmation if entered key sequence is already bound to
23106 a non-macro command.
23107 (kmacro-view-macro): Repeating command will show older elements
23108 on the macro ring; C-k will execute the last viewed macro.
23109 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23110 property from 'ring to 'head.
23111
23112 2003-08-17 Alan Shutko <ats@acm.org>
23113
23114 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23115 keeping December out of the alist.
23116
23117 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23118
23119 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23120 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23121 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23122 (calendar-flatten): New function.
23123 (calendar-mouse-view-other-diary-entries)
23124 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23125 in the menu title and to show multi-line diary entries correctly
23126 in the menu.
23127
23128 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23129
23130 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23131 defcustom, because the default was recently changed.
23132
23133 2003-08-16 Richard M. Stallman <rms@gnu.org>
23134
23135 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23136
23137 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23138 New subroutine, broken out of eval-last-sexp-1.
23139 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23140
23141 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23142
23143 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23144
23145 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23146
23147 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23148
23149 * progmodes/compile.el (compilation-error-regexp-alist):
23150 Add Java ANt error detection as described in document
23151 http://ant.apache.org/faq.html
23152
23153 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23154
23155 * simple.el (backward-word, forward-to-indentation)
23156 (backward-to-indentation): Argument changed to optional.
23157 (next-line, previous-line): Use `or' instead of `unless'.
23158
23159 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23160
23161 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23162 instead of a constant.
23163
23164 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23165
23166 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23167
23168 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23169
23170 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23171 (vc-sccs-workfile-version): Search the entire delta table, rather
23172 than just the first entry, because that might be a deleted version.
23173
23174 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23175
23176 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23177 [save-place] binding in the Options menu. Have it require
23178 'saveplace' and then toggle the variable manually, to avoid an
23179 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23180 for the bug report.
23181
23182 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23183
23184 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23185 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23186 (gdb-info-threads-custom): Add help-echo text.
23187 (gdb-display-back): Don't use purecopy.
23188 (gdb-info-breakpoints-custom, gdb-reset)
23189 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23190 icons can be displayed.
23191
23192 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23193
23194 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23195
23196 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23197
23198 * bookmark.el (bookmark-completing-read):
23199 Return a string, instead of a list of one string.
23200 Use a popup menu if activated from the mouse.
23201 (bookmark-edit-annotation): Remove unused vars.
23202 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23203 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23204 to bookmark-completing-read.
23205 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23206 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23207 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23208 and erase-buffer.
23209 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23210 (bookmark-menu-jump, bookmark-menu-insert)
23211 (bookmark-popup-menu-and-apply-function)
23212 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23213 (bookmark-menu-build-paned-menu): Remove by folding it into
23214 bookmark-menu-popup-paned-menu.
23215 (menu-bar-bookmark-map): Move the define-key statements here.
23216 Use the "non-menu" commands since they now pop up a menu if needed.
23217 (bookmark-exit-hook-internal): Simplify.
23218
23219 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23220
23221 * reftex-toc.el (reftex-toc-rename-label): New function.
23222 (reftex-toc-check-docstruct): New function.
23223
23224 * reftex.el (reftex-region-active-p): New function.
23225
23226 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23227 regexp to find the \bibliography macro.
23228
23229 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23230 which does not exist in LaTeX.
23231 (reftex-cite-format-builtin): Added amsrefs support.
23232 (reftex-toc-confirm-promotion): New option
23233
23234 * reftex-toc.el
23235 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23236 (reftex-toc-demote, reftex-toc-promote)
23237 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23238 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23239 (reftex-toc-newhead-from-alist)
23240 (reftex-toc-load-all-files-for-promotion): New functions.
23241 (reftex-toc-help): Added description of new keys.
23242 (reftex-toc-split-windows-fraction): New option.
23243 (reftex-recenter-toc-when-idle): Search *toc* window on all
23244 visible frames.
23245 (reftex-toc): Additional parameter REUSE
23246 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23247 with REUSE argument.
23248 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23249 the call of `reftex-toc'.
23250 (reftex-make-separate-toc-frame): New function .
23251 (reftex-toc-recenter): When called with triple prefix arg, call
23252 `reftex-make-separate-toc-frame' first.
23253 (reftex-toc-toggle-dedicated-frame): New command.
23254 (reftex-toc-quit): Adapted to delete frame when called in
23255 dedicated frame.
23256
23257 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23258 all enclosing macros.
23259
23260
23261 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23262
23263 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23264 first use.
23265
23266 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23267
23268 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23269
23270 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23271
23272 * calendar/calendar.el (list-diary-entries-hook)
23273 (diary-display-hook, nongregorian-diary-listing-hook)
23274 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23275 Add some customize options for these hooks.
23276 (calendar-abbrev-construct): Don't try to take a substring longer
23277 than the original string.
23278
23279 2003-08-05 Richard M. Stallman <rms@gnu.org>
23280
23281 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23282 (testcover-reinstrument-clauses): Doc fix.
23283
23284 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23285 (warning-type-format): Rename from warning-group-format.
23286
23287 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23288 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23289 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23290 to prevent warnings about defvar for an obsolete variable.
23291
23292 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23293 warning-group-format renamed to warning-type-format.
23294
23295 * subr.el (read-passwd): Use clear-string instead of fillarray.
23296
23297 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23298 Use vconcat instead of concat.
23299 (edmacro-sanitize-for-string): New function.
23300
23301 2003-08-05 Dave Love <fx@gnu.org>
23302
23303 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23304 line-number-display-limit-width.
23305
23306 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23307
23308 2003-08-05 Kenichi Handa <handa@m17n.org>
23309
23310 * international/code-pages.el: Don't require mule-diag.
23311
23312 * international/mule-diag.el (non-iso-charset-alist):
23313 Add autoload cookie.
23314
23315 * language/devan-util.el (dev-glyph-order): Add an entry for the
23316 glyph code #xC4.
23317
23318 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23319
23320 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23321 (european-calendar-style, diary-date-forms)
23322 (calendar-day-name-array, calendar-month-name-array): Doc change.
23323 (generate-calendar-month): Adapt for new behavior of
23324 `calendar-day-name' function.
23325 (calendar-abbrev-length, calendar-day-abbrev-array)
23326 (calendar-month-abbrev-array): New variables.
23327 (calendar-abbrev-construct): New function.
23328 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23329 rather than fixing abbrevs at some width. Calling syntax change.
23330 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23331 (calendar-date-string): Adapt for new behaviors of
23332 `calendar-day-name' and `calendar-month-name' functions.
23333
23334 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23335 behavior of `calendar-day-name' and `calendar-month-name' functions.
23336 (diary-name-pattern): Use abbrev arrays, rather than fixing
23337 abbrevs at three chars. Calling syntax change.
23338 (mark-diary-entries): Adapt for new behaviors of
23339 `diary-name-pattern' and `calendar-make-alist' functions.
23340 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23341 `diary-name-pattern' function.
23342 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23343 fixing abbrevs at three chars. Calling syntax change.
23344 (cal-hebrew, cal-islam): Require when compiling.
23345 (diary-font-lock-keywords): Adapt for new behavior of
23346 `font-lock-diary-date-forms' function.
23347
23348 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23349 (calendar-hebrew-month-name-array-common-year)
23350 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23351 (list-hebrew-diary-entries): Adapt for new behaviors of
23352 `calendar-day-name' and `add-to-diary-list' functions.
23353 (mark-hebrew-diary-entries): Adapt for new behaviors of
23354 `diary-name-pattern' and `calendar-make-alist' functions.
23355
23356 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23357 Add doc string.
23358 (list-islamic-diary-entries): Adapt for new behaviors of
23359 `calendar-day-name' and `add-to-diary-list' functions.
23360 (mark-islamic-diary-entries): Adapt for new behaviors of
23361 `diary-name-pattern' and `calendar-make-alist' functions.
23362
23363 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23364 `calendar-month-name' function.
23365
23366 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23367
23368 * calendar/solar.el (solar-seasons-data): Move definition before use.
23369
23370 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23371 (cal-tex-LaTeX-hourbox): Move definition before use.
23372
23373 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23374 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23375 * lunar.el, solar.el (displayed-month, displayed-year):
23376 Define for compiler.
23377
23378 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23379
23380 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23381 MODE. Renamed from c-init-c-language-vars'.
23382 (c-initialize-cc-mode): Change accordingly.
23383 (c-common-init): Ditto.
23384 (c-mode): Ditto.
23385 (c++-mode): Use `c-init-language-vars-for'.
23386 (objc-mode): Ditto.
23387 (java-mode): Ditto.
23388 (idl-mode): Ditto.
23389 (pike-mode): Ditto.
23390 (awk-mode): Ditto.
23391
23392 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23393
23394 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23395 or not the point moved.
23396
23397 (c-search-decl-header-end): Don't trip up on operator identifiers
23398 in C++ and operators like == in all languages.
23399
23400 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23401 Detect leading labels correctly.
23402
23403 2003-08-02 Andreas Schwab <schwab@suse.de>
23404
23405 * textmodes/ispell.el: Don't redo key bindings on loading, put
23406 them only in loaddefs.el.
23407 * bookmark.el: Likewise.
23408 * dabbrev.el: Likewise.
23409 * emerge.el: Likewise.
23410
23411 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23412 has more than one member.
23413
23414 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23415
23416 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23417
23418 * lpr.el (printify-region): It was ending conversion before the
23419 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23420
23421 2003-07-31 John Paul Wallington <jpw@gnu.org>
23422
23423 * net/browse-url.el (browse-url-epiphany): Doc fix.
23424
23425 2003-07-30 Kenichi Handa <handa@m17n.org>
23426
23427 * international/fontset.el (setup-default-fontset):
23428 Change registry names of Akurti fonts.
23429
23430 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23431
23432 * comint.el (comint-read-noecho): Use `clear-string' instead of
23433 `fillarray'.
23434
23435 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23436
23437 * outline.el (outline-mode-hook): Add defvar.
23438
23439 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23440
23441 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23442 Restore assembler in source window if that is what has been selected.
23443 (menu): Add gdb-restore-windows to menu. Make gdba
23444 specific menus only visible from gdba.
23445
23446 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23447
23448 * progmodes/compile.el (compilation-environment): New user variable.
23449 (compile-internal): Respect it.
23450
23451 2003-07-23 Masatake YAMATO <jet@gyve.org>
23452
23453 * progmodes/gud.el (gdb-script-font-lock-keywords):
23454 Put `font-lock-function-name-face' on a symbol which includes
23455 `-' like `hook-run'. Put font-lock-variable-name-face
23456 on a symbol starting with $.
23457
23458 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23459
23460 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23461
23462 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23463
23464 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23465
23466 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23467
23468 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23469 Use with-no-warnings.
23470 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23471 rather than to find-file-not-found-hook, which doesn't exist.
23472
23473 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23474
23475 * international/quail.el (quail-translate-key): Fix previous change.
23476
23477 2003-07-25 John Paul Wallington <jpw@gnu.org>
23478
23479 * server.el (server-start): Check `server-process' is non-nil
23480 before killing it to avoid killing current buffer's process.
23481
23482 * simple.el (choose-completion-string): Use `minibufferp';
23483 test `completion-reference-buffer' if `buffer' arg is nil.
23484 (push-mark): Use `when' and `unless'.
23485 (pop-mark): Use `when'.
23486
23487 * mouse-sel.el (mouse-sel-get-selection-function):
23488 Check `x-last-selected-text-primary'. Don't barf if it or
23489 `x-last-selected-text' aren't bound.
23490
23491 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23492
23493 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23494
23495 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23496
23497 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23498
23499 2003-07-23 John Paul Wallington <jpw@gnu.org>
23500
23501 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23502
23503 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23504
23505 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23506 string. Defvar the derived hook.
23507
23508 * macros.el (insert-kbd-macro): Escape double quote character.
23509 From Thomas W Murphy <twm@andrew.cmu.edu>.
23510
23511 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23512
23513 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23514 to match the specific mark rather than reusing comment-start-skip.
23515
23516 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23517
23518 * progmodes/hideshow.el (hs-special-modes-alist):
23519 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23520
23521 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23522
23523 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23524 value using ?\s.
23525
23526 2003-07-21 John Paul Wallington <jpw@gnu.org>
23527
23528 * subr.el (with-selected-window): Add closing paren.
23529
23530 2003-07-21 Richard M. Stallman <rms@gnu.org>
23531
23532 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23533 (lisp-mode): Likewise.
23534
23535 * subr.el (with-selected-window): Copy code form save-selected-window
23536 so as to call select-window with norecord arg.
23537 (dynamic-completion-table): Doc fix.
23538 (lazy-completion-table): Doc fix.
23539
23540 * international/mule-cmds.el (set-locale-environment):
23541 langinfo renamed to locale-info.
23542
23543 * international/mule.el (auto-coding-functions): Doc fix.
23544
23545 2003-07-21 Kenichi Handa <handa@m17n.org>
23546
23547 * international/quail.el (quail-translate-key):
23548 Update quail-current-str correctly.
23549
23550 2003-07-21 Andreas Schwab <schwab@suse.de>
23551
23552 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23553 ?, to "_".
23554
23555 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23556 Version 2.0.36 of Tramp released.
23557
23558 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23559 tramp-password-end-of-line.
23560 (tramp-password-end-of-line): New method parameter.
23561 (tramp-get-password-end-of-line): Function to access method
23562 parameter `tramp-password-end-of-line', or variable
23563 `tramp-default-password-end-of-line' (default value).
23564 (tramp-methods): Add entries for new parameter
23565 tramp-password-end-of-line.
23566 (tramp-enter-password): Use new function
23567 `tramp-get-password-end-of-line'.
23568 (tramp-handle-insert-file-contents): Do not
23569 unconditionally inhibit the file operation file-local-copy, only
23570 do that when the inhibit-file-name-operation is currently
23571 insert-file-contents. This fixes finding remote CVS-controlled
23572 files. (It would barf on inserting the CVS/Entries file
23573 literally, because the file-local-copy handler wasn't called.)
23574 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23575 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23576 (tramp-initial-commands): New variable.
23577 (tramp-process-initial-commands): New function, using the variable.
23578 (tramp-open-connection-setup-interactive-shell): Call the new function.
23579 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23580 method into the buffer name, never use nil. Reported by Hanak
23581 David <dhanak@inf.bme.hu>.
23582 (tramp-open-connection-setup-interactive-shell): Erase buffer
23583 before sending "stty -onlcr".
23584
23585 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23586
23587 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23588
23589 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23590
23591 2003-07-19 John Paul Wallington <jpw@gnu.org>
23592
23593 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23594 (artist-draw-rect, artist-draw-square): Doc fixes.
23595
23596 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23597
23598 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23599
23600 2003-07-19 Kenichi Handa <handa@m17n.org>
23601
23602 * international/kkc.el (kkc-show-conversion-list-update):
23603 Highlight the correct candidate in the message.
23604
23605 2003-07-18 John Paul Wallington <jpw@gnu.org>
23606
23607 * simple.el (current-word): Don't include punctuation char when
23608 `really-word' arg is non-nil.
23609
23610 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23611
23612 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23613 moved to the directory obsolete.
23614
23615 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23616
23617 * info.el (Info-menu-entry-name-re): Allow newlines in
23618 menu entry names.
23619
23620 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23621 syntax-ppss-after-change-function.
23622 (syntax-ppss-after-change-function): New alias. Update uses.
23623 (syntax-ppss): Catch the case where the buffer is narrowed.
23624
23625 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23626
23627 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23628 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23629
23630 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23631
23632 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23633 since it might be modified.
23634
23635 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23636 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23637 names to these language constants.
23638
23639 2003-07-15 Kim F. Storm <storm@cua.dk>
23640
23641 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23642 All uses changed.
23643
23644 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23645
23646 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23647 Namespace support.
23648
23649 2003-07-13 Juanma Barranquero <lektu@terra.es>
23650
23651 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23652 papers received).
23653
23654 2003-07-13 Karl Eichwalder <ke@suse.de>
23655
23656 * textmodes/po.el (po-find-charset): White space at the start of the
23657 Content-Type field body is non-mandatory.
23658
23659 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23660
23661 * textmodes/texinfo.el (texinfo-section-list):
23662 Append appendixsection; a synonym for appendixsec.
23663
23664 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23665
23666 * man.el (Man-translate-cleanup): New.
23667 (Man-translate-references): Call `Man-translate-cleanup' to clean
23668 leading, trailing and middle spaces.
23669
23670 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23671
23672 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23673 Handle `dired-directory' being a list.
23674
23675 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23676
23677 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23678 it doesn't exist.
23679
23680 2003-07-12 Richard M. Stallman <rms@gnu.org>
23681
23682 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23683
23684 * progmodes/cc-defs.el (c-make-keywords-re):
23685 Don't use delete-duplicates.
23686 (c-lang-const): Don't use mapcan.
23687
23688 * apropos.el (apropos-show-scores): Make it customizable.
23689 Document new meaning.
23690 (apropos): Compute scores from symbols.
23691 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23692
23693 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23694
23695 * ps-bdf.el: Fix copyright line.
23696 (bdf-directory-list): Fix initialization code.
23697
23698 2003-07-11 John Paul Wallington <jpw@gnu.org>
23699
23700 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23701 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23702 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23703
23704 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23705
23706 * emacs-lisp/ring.el (ring-elements): Doc fix.
23707
23708 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23709
23710 * calendar/timeclock.el (timeclock-relative)
23711 (timeclock-ask-before-exiting, timeclock-use-display-time):
23712 Doc changes.
23713 (timeclock-modeline-display): Give a message if
23714 `timeclock-use-display-time' is non-nil but `display-time-mode'
23715 is not active.
23716
23717 2003-07-11 Kenichi Handa <handa@m17n.org>
23718
23719 * international/mule-cmds.el (set-language-environment):
23720 Set current-language-environment to the correct string.
23721
23722 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23723
23724 * ps-print.el: Print line number correctly in a region. Reported by
23725 Tim Allen <timallen@ls83.fsnet.co.uk>.
23726 (ps-print-version): New version number (6.6.2).
23727 (ps-printing-region): Code fix.
23728
23729 2003-07-10 John Paul Wallington <jpw@gnu.org>
23730
23731 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23732 this function can be called from `add-completions-from-tags-table'.
23733
23734 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23735
23736 * calendar/timeclock.el (timeclock-use-display-time)
23737 (timeclock-day-over-hook, timeclock-workday-remaining)
23738 (timeclock-status-string, timeclock-when-to-leave)
23739 (timeclock-when-to-leave-string, timeclock-log-data)
23740 (timeclock-find-discrep, timeclock-day-base)
23741 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23742 (timeclock-modeline-display): Set the variable
23743 `timeclock-modeline-display'.
23744 (timeclock-update-modeline): Doc fix. Respect value of
23745 `timeclock-relative'.
23746
23747 2003-07-09 Richard M. Stallman <rms@gnu.org>
23748
23749 * textmodes/reftex-parse.el (reftex-all-document-files):
23750 Add autoload cookie.
23751
23752 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23753 (reftex-scanning-info-available-p): Add autoload cookie.
23754
23755 * international/mule-cmds.el
23756 (set-display-table-and-terminal-coding-system): Delete duplicate
23757 aset on standard-display-table.
23758
23759 * view.el (view-file): If existing buffer's major mode is special,
23760 don't go into view mode.
23761
23762 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23763
23764 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23765
23766 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23767 buffer changes; there's third party code that calls this function
23768 directly.
23769
23770 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23771
23772 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23773 (autodoc-font-lock-keywords): Don't byte compile on font lock
23774 initialization when running from byte compiled files.
23775
23776 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23777
23778 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23779 statement ends with auto-increment "++".
23780
23781 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23782
23783 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23784 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23785 these are changed, so declare them as variables and not constants.
23786
23787 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23788
23789 * subr.el (dolist, dotimes): Doc fix.
23790
23791 2003-07-08 Kim F. Storm <storm@cua.dk>
23792
23793 * international/mule-cmds.el
23794 (set-display-table-and-terminal-coding-system): Don't break
23795 bootstrap if standard-display-table isn't setup yet.
23796
23797 2003-07-07 Richard M. Stallman <rms@gnu.org>
23798
23799 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23800 Give it a doc string, and autoload it.
23801
23802 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23803 Use with-no-warnings.
23804
23805 * info.el (Info-search): If find invisible text, search again.
23806
23807 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23808
23809 * man.el (Man-name-regexp): Match + as part of name.
23810
23811 * simple.el (visible-mode): Rename from vis-mode.
23812 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23813
23814 * simple.el (current-word): New arg REALLY-WORD specifies
23815 don't include punctuation chars.
23816
23817 * emacs-lisp/debug.el (debug, debugger-env-macro):
23818 Use with-no-warnings while accessing and binding unread-command-char.
23819
23820 * international/mule-cmds.el
23821 (set-display-table-and-terminal-coding-system): Use explicit loop
23822 instead of calling standard-display-default.
23823
23824 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23825 Use condition-case to catch error in ange-ftp-get-files.
23826
23827 * net/browse-url.el (browse-url-browser-function):
23828 Add alternative for Epiphany.
23829 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23830 (browse-url-epiphany-startup-arguments)
23831 (browse-url-epiphany-new-window-is-tab): New variables.
23832 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23833
23834 * progmodes/compile.el (compile-auto-highlight): Default now t.
23835 (compile): Doc fix.
23836 (compilation-next-error): Fix previous change.
23837
23838 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23839
23840 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23841
23842 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23843
23844 * gdb-ui.el (gdb-source-info): Display current frame when
23845 attaching to an existing process.
23846 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23847 while laying out windows when attaching to an existing process.
23848
23849 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23850
23851 * info.el (Info-menu): Use Info-menu-entry-name-re.
23852
23853 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23854
23855 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23856 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23857
23858 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23859 to match the same text.
23860
23861 2003-07-06 John Paul Wallington <jpw@gnu.org>
23862
23863 * vc.el (vc-annotate-offset): Move defvar up.
23864
23865 2003-07-06 Kim F. Storm <storm@cua.dk>
23866
23867 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23868 This should fix the infinite loop when extracting menu names.
23869
23870 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23871
23872 * files.el (auto-mode-alist, interpreter-mode-alist):
23873 Remove entries to CC Mode modes to avoid duplicates; they are now added
23874 with autoload directives in cc-mode.el.
23875
23876 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23877
23878 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23879 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23880 these are changed, so declare them as variables and not constants.
23881
23882 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23883 ensure that the entry for ".c" extension comes before the one for
23884 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23885 Fix incorrect entries that were added to `interpreter-mode-alist'.
23886 Move the autoload directives for AWK to the top level since they
23887 aren't recognized anywhere else. Do not use the new AWK mode doc
23888 in the autoload form for the old AWK mode.
23889
23890 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23891
23892 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23893 (bibtex-sort-ignore-string-entries): Default value t.
23894 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23895 erroneously in previous version.
23896 (bibtex-string-files): Docstring reflects new parsing scheme.
23897 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23898 docstring, add # as one of the chars to crush
23899 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23900 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23901 (bibtex-autokey-name-change-strings)
23902 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23903 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23904 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23905 (bibtex-autokey-title-terminators)
23906 (bibtex-autokey-titlewords-stretch)
23907 (bibtex-autokey-titleword-ignore)
23908 (bibtex-autokey-titleword-case-convert)
23909 (bibtex-autokey-titleword-abbrevs)
23910 (bibtex-autokey-titleword-abbrevs)
23911 (bibtex-autokey-titleword-change-strings)
23912 (bibtex-autokey-titleword-length)
23913 (bibtex-autokey-titleword-separator)
23914 (bibtex-autokey-name-year-separator)
23915 (bibtex-autokey-year-title-separator)
23916 (bibtex-autokey-before-presentation-function)
23917 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23918 Fix docstring.
23919 (bibtex-strings, bibtex-reference-keys):
23920 Use lazy-completion-table and make-variable-buffer-local.
23921 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23922 (bibtex-braced-string-syntax-table)
23923 (bibtex-quoted-string-syntax-table): New variables.
23924 (bibtex-parse-nested-braces): Remove.
23925 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23926 (bibtex-parse-association): Simplify.
23927 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23928 (bibtex-parse-field-text): Simplify.
23929 (bibtex-search-forward-field, bibtex-search-backward-field):
23930 argument BOUND can take value t.
23931 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23932 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23933 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23934 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23935 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23936 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23937 and ending of entry. Update for changes of bibtex-search-entry.
23938 Simplify.
23939 (bibtex-map-entries): FUN is called with three arguments.
23940 (bibtex-search-entry): Return a cons pair with buffer positions of
23941 beginning and end of entry.
23942 (bibtex-enclosing-field): Simplify.
23943 (bibtex-format-entry): Use booktitle to set a missing title.
23944 (bibtex-autokey-get-names): Fiddle with regexps.
23945 (bibtex-generate-autokey): Use identity.
23946 (bibtex-parse-keys): Use simplified parsing algorithm if
23947 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23948 arguments. Return alist of keys.
23949 (bibtex-parse-strings): Simplify. Return alist of strings.
23950 (bibtex-complete-string-cleanup): Fix docstring.
23951 (bibtex-read-key): New function.
23952 (bibtex-mode): Fix docstring. Do not parse for keys and
23953 strings when the mode is entered. Set fill-paragraph-function to
23954 bibtex-fill-field. Setup font-lock-mark-block-function the way
23955 font-lock intended.
23956 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23957 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23958 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23959 (bibtex-Preamble): Avoid hard coded constants.
23960 (bibtex-make-field): Fix docstring. Simplify.
23961 (bibtex-beginning-of-entry): Always return new position of point.
23962 (bibtex-end-of-entry): Rearrange cond clauses.
23963 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23964 Update for changes of bibtex-map-entries.
23965 (bibtex-ispell-abstract): Do not move point.
23966 (bibtex-entry-index): Use downcase. Simplify.
23967 (bibtex-lessp): Handle catch-all.
23968 (bibtex-find-crossref): Turn into a command.
23969 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23970 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23971 preamble entries.
23972 (bibtex-fill-field-bounds): New function.
23973 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23974 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23975 (bibtex-String): Use bibtex-strings. Always obey
23976 bibtex-sort-ignore-string-entries.
23977
23978 2003-07-05 John Paul Wallington <jpw@gnu.org>
23979
23980 * cus-theme.el (customize-create-theme):
23981 Call `customize-create-theme' in Reset widget's notify function.
23982
23983 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23984 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23985 (define-ibuffer-column name): Add summarizer.
23986 (define-ibuffer-column size): Likewise.
23987 (define-ibuffer-column filename): Likewise.
23988 (define-ibuffer-column process): Likewise. Change BODY's output too.
23989 (define-ibuffer-column filename-and-process): Likewise, likewise.
23990 (ibuffer): Remove local vars `already-in' and `need-update'.
23991
23992 * ibuf-ext.el: Don't require `derived' at compile-time.
23993
23994 2003-07-05 Kim F. Storm <storm@cua.dk>
23995
23996 * info.el: Disable paragraph refilling.
23997 (Info-refill-paragraphs): New defcustom.
23998 (Info-fontify-node): Use it.
23999
24000 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
24001
24002 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
24003 thingies from constructors created by defstruct.
24004
24005 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
24006 the default value of the variable.
24007 (byte-code-meter): Move declaration to top level.
24008
24009 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
24010
24011 * info.el (Info-following-node-name-re): New fun.
24012 (Info-following-node-name): Remove.
24013 (Info-insert-dir): Use the new fun.
24014 (Info-extract-pointer): Don't save restriction; use new fun.
24015 (Info-menu-entry-name-re): New const.
24016 (Info-menu-entry-name-re): Use it along with new fun.
24017 (Info-node-spec-re): Use new fun.
24018 (Info-complete-menu-item, Info-fontify-node): Use new const.
24019 (Info-goto-node, Info-follow-reference, Info-menu-update):
24020 Use match-string.
24021 (Info-follow-reference): Use assoc-string.
24022 Use a list of strings for the completion table.
24023 (Info-fontify-node): Use match-string, line-end-position.
24024 Limit the search for `node:' to the first line.
24025
24026 * newcomment.el (uncomment-region): Remove padding coming from
24027 comment-start rather than just from comment-padding.
24028
24029 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
24030 (vc-cvs-stay-local-p): Use vc-stay-local-p.
24031 (vc-cvs-rename-file): Remove (use the default).
24032 (vc-cvs-register): Register parent dir if needed.
24033 (vc-cvs-could-register): Return non-nil if parent can be registered.
24034 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
24035 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
24036
24037 * vc-svn.el (vc-svn-use-edit): Make it into a const.
24038 (vc-svn-update): Fix the arguments to `svn'.
24039 (vc-svn-diff-tree): Just use `vc-svn-diff'.
24040 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
24041 Simple implementations, assuming `name' is a URL.
24042
24043 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
24044 set of chars allowed unquoted in a case pattern.
24045
24046 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
24047
24048 * font-lock.el (font-lock-extra-types-widget)
24049 (c-font-lock-extra-types, c++-font-lock-extra-types)
24050 (objc-font-lock-extra-types, java-font-lock-extra-types)
24051 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
24052 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
24053 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
24054 (font-lock-match-c++-structor-declaration)
24055 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
24056 (c++-font-lock-keywords-3, c++-font-lock-keywords)
24057 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
24058 (objc-font-lock-keywords-3, objc-font-lock-keywords)
24059 (java-font-lock-keywords-1, java-font-lock-keywords-2)
24060 (java-font-lock-keywords-3, java-font-lock-keywords)
24061 (java-font-lock-syntactic-face-function): Remove obsolete code
24062 and constants. It's all in cc-fonts.el now.
24063
24064 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
24065
24066 * mail/sendmail.el (mail-specify-envelope-from)
24067 (mail-envelope-from): Doc fix.
24068
24069 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
24070
24071 * generic-x.el: Do away with the dependency on `c-emacs-features'
24072 when populating `rul-generic-mode-syntax-table'; we already know
24073 this isn't XEmacs.
24074
24075 See ChangeLog.10 for earlier changes.
24076
24077 ;; Local Variables:
24078 ;; coding: iso-2022-7bit
24079 ;; End:
24080
24081 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
24082 Copying and distribution of this file, with or without modification,
24083 are permitted provided the copyright notice and this notice are preserved.
24084
24085 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1