]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(cua-mode, cua-enable-register-prefix, cua-enable-cua-keys, cua-use-hyper-key,
[gnu-emacs] / lisp / ChangeLog
1 2005-07-21 Kim F. Storm <storm@cua.dk>
2
3 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
4 included when reporting an emacs crash, and tell about the DEBUG file.
5
6 * image-file.el (insert-image-file): Add yank-handler.
7 (image-file-yank-handler): Yank handler to make unique copies of
8 images when they are yanked into a buffer next to each other.
9
10 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
11
12 * simple.el (clone-indirect-buffer): Doc fix.
13 (fixup-whitespace, just-one-space)
14 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
15 (next-error, next-error-highlight)
16 (next-error-highlight-no-select, next-error-last-buffer)
17 (next-error-buffer-p, next-error-find-buffer, next-error)
18 (previous-error, next-error-no-select, previous-error-no-select)
19 (open-line, split-line, minibuffer-prompt-width, kill-new)
20 (binary-overwrite-mode): Fix typos in docstrings.
21 (set-fill-column): Fix typo in message.
22
23 * skeleton.el (skeleton-proxy-new): Doc fix.
24
25 * strokes.el (strokes-load-hook): Doc fix.
26 (strokes-grid-resolution, strokes-get-grid-position)
27 (strokes-renormalize-to-grid, strokes-read-stroke)
28 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
29 (strokes-global-map): Fix typos in docstrings.
30 (strokes-help): Doc fix. Fix help message and pass it through
31 `substitute-command-keys'.
32
33 2005-07-20 Kim F. Storm <storm@cua.dk>
34
35 * emulation/cua-base.el (cua-mode): Improve doc string.
36
37 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
38
39 * abbrev.el (expand-region-abbrevs): Doc fix.
40 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
41 Improve argument/docstring consistency.
42
43 * arc-mode.el (archive-get-descr, archive-alternate-display):
44 Doc fixes.
45 (archive-l-e): Improve argument/docstring consistency.
46 (archive-tmpdir, archive-unixdate, archive-unixtime)
47 (archive-chmod-entry): Fix typos in docstrings.
48 (archive-unflag, archive-unflag-backwards)
49 (archive-unmark-all-files): "?\ " -> "?\s".
50
51 * buff-menu.el (Buffer-menu-unmark): Doc fix.
52 (Buffer-menu-not-modified, Buffer-menu-execute)
53 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
54 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
55
56 * composite.el (compose-string, encode-composition-rule)
57 (compose-last-chars): Fix typos in docstrings.
58
59 * desktop.el (desktop-enable, desktop-basefilename):
60 Declare with `define-obsolete-variable-alias'.
61 (desktop-internal-v2s): Don't quote keywords.
62 (desktop-clear): "?\ " -> "?\s".
63
64 * dired.el (dired-align-file, dired-flag-backup-files)
65 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
66 (dired-listing-switches, dired-ls-F-marks-symlinks)
67 (dired-dwim-target, dired-load-hook, dired-mode-hook)
68 (dired-directory, dired-faces, dired, dired-revert)
69 (dired-mode, dired-summary, dired-view-file)
70 (dired-copy-filename-as-kill, dired-delete-file)
71 (dired-no-confirm, dired-unmark-all-marks)
72 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
73 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
74 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
75 Fix typos in message strings.
76
77 * dired-x.el (virtual-dired): Declare with `defalias'.
78 (dired-mark-unmarked-files, dired-local-variables-file)
79 (dired-omit-here-always): Doc fix.
80 (dired-omit-mode, dired-find-subdir)
81 (dired-enable-local-variables, dired-clean-up-buffers-too)
82 (dired-extra-startup, dired-mark-extension, dired-jump)
83 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
84 (dired-smart-shell-command, dired-guess-shell-alist-user)
85 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
86 (dired-x-bind-find-file, dired-x-submit-report):
87 Fix typos in docstrings.
88 (dired-mark-unmarked-files): "?\ " -> "?\s".
89
90 * dirtrack.el (dirtrack-list): Fix typos in docstring.
91
92 * faces.el (describe-face): "?\ " -> "?\s".
93 (read-all-face-attributes, read-face-font, modify-face)
94 (face-attr-construct, italic): Fix typos in docstrings.
95 (frame-update-face-colors): Declare with
96 `define-obsolete-function-alias'.
97
98 * files.el (find-file-noselect, recode-file-name): Doc fixes.
99 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
100 (magic-mode-alist, buffer-file-numbers-unique)
101 (write-file-functions, get-free-disk-space):
102 Fix typos in docstrings.
103 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
104 (write-contents-hooks, write-file-hooks):
105 Declare with `define-obsolete-variable-alias'.
106
107 * forms-d2.el (arch-rj): Fix typo in docstrings.
108 (arch-tocol): Likewise. "?\ " -> "?\s".
109
110 * frame.el (set-frame-font, cursor-in-non-selected-windows):
111 Fix typo in docstring.
112 (set-screen-width, set-screen-height): Delete redundant info in
113 doctrings.
114 (new-frame, screen-height, screen-width): Declare with
115 `define-obsolete-function-alias'.
116 (delete-frame-hook, blink-cursor): Declare with
117 `define-obsolete-variable-alias'.
118
119 * paths.el (prune-directory-list): Fix typos in docstring.
120
121 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
122 (cvs-prefix-get): Fix typos in docstrings.
123
124 * ps-print.el (ps-extend-face-list, ps-extend-face)
125 (ps-print-background-image): Fix typos in docstrings.
126 (ps-default-fg, ps-default-bg): Doc fixes.
127
128 * s-region.el (s-region-bind): Doc fix.
129 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
130
131 * textmodes/org.el (org-table-formula-substitute-names)
132 (org-table-get-vertical-vector): Doc fixes.
133 (org-table-recalculate): Remove unused argument to `message'.
134
135 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
136
137 * textmodes/org.el (org-table-column-names)
138 (org-table-column-name-regexp)
139 (org-table-named-field-locations): New variables.
140 (org-archive-subtree): Protect `this-command' when calling
141 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
142 the kill buffer.
143 (org-complete): Remove fixed-formula completion.
144 (org-edit-formulas-map): New variable.
145 (org-table-edit-formulas): New command.
146 (org-finish-edit-formulas, org-abort-edit-formulas)
147 (org-show-variable, org-table-get-vertical-vector): New functions.
148 (org-table-maybe-eval-formula): Handle `:=' fields.
149 (org-table-get-stored-formulas, org-table-store-formulas)
150 (org-table-get-formula, org-table-modify-formulas)
151 (org-table-replace-in-formulas): Handle named field formulas.
152 (org-table-get-specials): Store locations of named fields.
153
154 2005-07-19 Juri Linkov <juri@jurta.org>
155
156 * progmodes/grep.el (grep-regexp-alist)
157 (grep-mode-font-lock-keywords, grep-process-setup):
158 Use default GNU grep match color "01;31m" instead of "01;41m".
159 (grep-regexp-alist, grep-mode-font-lock-keywords):
160 Use `\\[[0-9]*m' instead of `\\[00m'.
161 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
162 sgr_start where its handling is more important. Use the real
163 length of sgr_start instead of constant 8.
164 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
165 specially. Delete all remaining escape sequences.
166 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
167 (grep-regexp-alist): Make hyperlink only for binary file name
168 instead of the whole line.
169 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
170 (grep-mode): Add autoload.
171
172 * emacs-lisp/find-func.el (find-function-regexp):
173 Add `define-compilation-mode'.
174
175 2005-07-19 Juri Linkov <juri@jurta.org>
176
177 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
178 (compare-windows-sync-string-size, compare-windows-recenter)
179 (compare-windows-highlight, compare-windows): Add version 22.1.
180 (compare-windows) <defface>: Inherit from lazy-highlight instead
181 of duplicating its default value.
182
183 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
184 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
185
186 * descr-text.el (describe-char): Create link buttons for `charset'
187 and `code point'. Add the current input method name with a link
188 button to `to input' field. Print face names of display table
189 characters in `The display table entry is displayed by' section
190 instead of printing face-id in the `display' field.
191 Guess hardcoded faces and create a link button for them.
192 Skip empty fields when calculating max-width.
193 Treat `widget-create' specially while inserting strings from the
194 collected field list.
195 (describe-char-after): Made obsolete in version 22.1, not 21.5.
196
197 * diff-mode.el (diff-file-header): Change foreground color from
198 yellow to green on light backgrounds.
199 (diff-context): Inherit from `shadow' only for color/grayscale
200 with more than 88 colors.
201 (diff-indicator-removed, diff-indicator-added)
202 (diff-indicator-changed): New faces.
203 (diff-font-lock-keywords): Use new faces. Regroup rules.
204 Add "^---$" for `normal' diff format. Fontify `#' lines with
205 font-lock-comment-delimiter-face and font-lock-comment-face.
206 Add `#' to ^[^...] in the rule for `diff-context-face'.
207
208 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
209 a button-like box. Inherit from `highlight' on low colors.
210 (shadow): Use shades of gray only for color/grayscale with
211 more than 88 colors. Use green for light backgrounds with
212 8 colors, and yellow for dark backgrounds with 8 colors.
213
214 * font-lock.el (font-lock-regexp-grouping-backslash): Don't
215 inherit from escape-glyph (use bold for all cases).
216
217 * info.el (info-xref-visited): Use light foreground color `violet'
218 for dark backgrounds instead of dark color `magenta3'.
219 (info-title-1): Use `yellow' color for dark backgrounds.
220
221 * isearch.el (isearch): Use not-too-dark magenta3 instead of
222 too-light magenta2.
223
224 * replace.el (match): Use slightly more light RoyalBlue3 instead
225 of dark RoyalBlue4.
226
227 * wid-edit.el (widget-inactive): Inherit from `shadow'.
228
229 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
230
231 * novice.el (disabled-command-hook): Declare it with
232 `define-obsolete-variable-alias'.
233
234 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
235 (desktop-buffer-misc-functions, desktop-buffer-handlers)
236 (desktop-load-default): Add release to obsolescence info.
237 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
238 (desktop-append-buffer-args, desktop-read):
239 Fix typos in docstrings.
240 (desktop-kill): Fix typo in message.
241 (desktop-save): Doc fix.
242
243 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
244
245 * viper-cmd.el (viper-escape-to-state): Bug fix.
246 (viper-envelop-ESC-key): Change the definition of fast
247 keysequence so it'll work with keyboard macros.
248
249 * ediff.el (ediff-patch-buffer): Change the docstring.
250
251 2005-07-19 Kenichi Handa <handa@m17n.org>
252
253 * international/mule-cmds.el (select-safe-coding-system): Try to
254 use an auto-coding (if any) before anything else. If the found
255 auto-coding is invalid, show a warning message.
256
257 * international/mule.el (find-auto-coding): New function created
258 by modifying the body of set-auto-coding.
259 (set-auto-coding): Use find-auto-coding to find a coding.
260
261 2005-07-18 Richard M. Stallman <rms@gnu.org>
262
263 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
264 not isearch-mode-end-hook-error.
265 (allout-before-change-protect): Fix error message.
266
267 2005-07-18 Juri Linkov <juri@jurta.org>
268
269 * allout.el (allout-mode):
270 * calculator.el (calculator-copy):
271 * custom.el (custom-known-themes):
272 * dired.el (dired-desktop-buffer-misc-data)
273 (dired-restore-desktop-buffer):
274 * dired-x.el (dired-omit-marker-char):
275 * files.el (basic-save-buffer):
276 * font-core.el (font-lock-mode):
277 * calendar/calendar.el (calendar-goto-hebrew-date)
278 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
279 (calendar-goto-persian-date):
280 * language/ethio-util.el (ethio-sera-to-fidel-region):
281 * textmodes/picture.el (picture-mode):
282 Delete duplicate duplicate words.
283
284 2005-07-18 Juri Linkov <juri@jurta.org>
285
286 * isearch.el (isearch-mode-map): Remove key bindings for regexp
287 chars * ? } |.
288 (isearch-fallback): Don't call `isearch-process-search-char'.
289 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
290 (isearch-process-search-char): Call `isearch-fallback' for regexp
291 chars * ? } |.
292 (isearch-return-char): Make obsolete with `make-obsolete' instead
293 of simply documenting it as obsolete in the docstring.
294 (isearch-fallback): Refill docstring.
295
296 * international/isearch-x.el
297 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
298 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
299 Test the length of `str'.
300
301 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
302
303 * allout.el (allout-resolve-xref): Fix typos in error strings.
304 (allout-before-change-protect): Remove unneeded `concat'.
305
306 * array.el (array-mode, array-reconfigure-rows)
307 (untabify-backward): Fix typos in docstrings.
308 (array-reconfigure-rows): Use `insert-buffer-substring', not
309 `insert-buffer'.
310
311 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
312 * progmodes/ada-mode.el (ada-make-body): Use
313 `insert-buffer-substring' and `goto-char', not `insert-buffer'.
314
315 * dired.el (dired-log):
316 * tar-mode.el (tar-subfile-save-buffer):
317 * play/zone.el (zone-pgm-stress-destress):
318 Use `insert-buffer-substring', not `insert-buffer'.
319
320 2005-07-17 Simon Josefsson <jas@extundo.com>
321
322 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
323
324 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
325
326 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
327 Add plain auth method.
328 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
329
330 2005-07-17 Kim F. Storm <storm@cua.dk>
331
332 * ido.el (dired-other-window): Add ido property.
333
334 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
335
336 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
337 Fix typo in docstring.
338 (byte-compile-interactive-only-functions): Add `insert-buffer' and
339 `insert-file-literally'.
340
341 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
342 info and delete redundant message. Doc fix.
343 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
344 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
345
346 2005-07-16 Richard M. Stallman <rms@gnu.org>
347
348 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
349 (byte-compile-and): Use byte-compile-and-recursion.
350 (byte-compile-or-recursion): New function.
351 (byte-compile-or): Use that.
352 (byte-compile-if): Guard the else-clause too.
353 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
354
355 * isearch.el (isearch-mode-end-hook-quit): New variable.
356 (isearch-done): Bind it.
357 (isearch-mode-end-hook): Doc fix.
358
359 * allout.el (allout-isearch-did-quit): Variable deleted.
360 (allout-real-isearch-abort): Function name no longer used.
361 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
362 (allout-isearch-rectification): isearch-mode always exists.
363 Don't set allout-isearch-did-quit.
364 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
365 allout-isearch-did-quit.
366 (allout-enwrap-isearch): Just add the hook.
367 (allout-isearch-abort): Function deleted.
368 (allout-pre-command-business): Avoid warning.
369
370 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
371 Correctly avoid warnings.
372 (pascal-outline): Likewise.
373
374 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
375
376 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
377
378 * play/tetris.el (tetris-mode): Avoid warning.
379
380 * play/snake.el (snake-mode): Avoid warning.
381
382 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
383 (gamegrid-set-display-table): Avoid warning.
384 (gamegrid-set-timer): Likewise.
385 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
386 (gamegrid-add-score-with-update-game-score-1): Take FILE
387 as argument.
388 (gamegrid-add-score-with-update-game-score): Pass that argument.
389 Rename have-shared-game-dir to gamegrid-shared-game-dir.
390
391 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
392
393 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
394 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
395
396 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
397 and insert-file.
398
399 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
400 (sc-ask): Avoid warnings.
401
402 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
403 (eshell-hist-initialize): Use that var the natural way.
404
405 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
406
407 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
408 warning calling lre-compile-string.
409 (reb-color-display-p): Avoid warning.
410
411 * calculator.el (calculator-last-input): Guard uses
412 of event-key and key-press-event-p.
413 (event-key, key-press-event-p): Delete definitions.
414
415 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
416 (find-gc-source-directory, find-gc-subrs-callers)
417 (find-gc-noreturn-list, find-gc-source-files)
418 (find-gc-subrs-called): Vars renamed and defvar'd.
419
420 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
421 (checkdoc-overlay-put, checkdoc-delete-overlay)
422 (checkdoc-overlay-start, checkdoc-overlay-end)
423 (checkdoc-mode-line-update, checkdoc-char=):
424 Define such that compiler knows they are defined.
425 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
426 (checkdoc-read-event): Deleted. Use read-event directly.
427
428 * whitespace.el (whitespace-make-overlay)
429 (whitespace-overlay-put, whitespace-delete-overlay)
430 (whitespace-overlay-start, whitespace-overlay-end):
431 Define such that compiler knows they are defined.
432 (whitespace): Move conditional inside.
433
434 * tempo.el (tempo-insert-template): Suppress warning.
435
436 * ediff-diff.el (longlines-mode): Add defvar.
437
438 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
439
440 * server.el: Bind "C-x #" in a way that works even if C-x is
441 redefined to a command key, not a prefix key.
442
443 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
444
445 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
446 cl-make-type-test till execution time.
447
448 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
449
450 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
451 arg ARG and use it.
452
453 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
454
455 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
456
457 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
458
459 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
460 a defcustom with two :set or :type keywords.
461
462 2005-07-15 Richard M. Stallman <rms@gnu.org>
463
464 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
465 Don't give ^M comment-end syntax.
466
467 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
468
469 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
470 Don't consider gdbmi (gdb-mi.el has its own update functions).
471 (gdb-var-delete): Make it work for gdbmi as well.
472 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
473
474 * progmodes/gud.el (etags, sdb): Only require etags when needed.
475 (gud-speedbar-menu-items): Correct logic for enabling items.
476
477 2005-07-15 Kim F. Storm <storm@cua.dk>
478
479 * ido.el: Fix commentary.
480 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
481 Use with-no-warnings around ffap-guesser.
482 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
483 Let bind minibuffer-completing-file-name to t.
484
485 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
486
487 * startup.el (site-run-file, keyboard-type): Doc fixes.
488 (command-line): Check for "--basic-display" argument; also for
489 "--quick", not "--bare-bones" (which was renamed).
490 (fancy-splash-text): Add missing item "Getting New Versions".
491 (normal-splash-screen): Fix typos and improve consistency with
492 `fancy-splash-text'. Update copyright year.
493
494 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
495 valid binding for `help-char'.
496
497 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
498
499 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
500
501 * term.el (term-mode): Disable cua-mode for term buffers.
502
503 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
504
505 * add-log.el (add-log-mailing-address, change-log-merge):
506 Doc fixes.
507 (change-log-get-method-definition): Fix typo in docstring.
508
509 2005-07-14 Kim F. Storm <storm@cua.dk>
510
511 * emulation/cua-base.el:
512 (cua--pre-command-handler-1, cua--pre-command-handler)
513 (cua--post-command-handler-1, cua--post-command-handler):
514 Split in two. Check (buffer local) value of cua-mode.
515 (cua-selection-mode): New command.
516
517 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
518
519 * custom.el (custom-initialize-safe-set)
520 (custom-initialize-safe-default): Doc fixes.
521
522 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
523 and simplify :init-value again.
524
525 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
526 and simplify :init-value again. Delete autoload.
527
528 * startup.el (command-line): Use `custom-reevaluate-setting' again
529 for tooltip-mode.
530
531 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
532 a defcustom with two :initialize keywords.
533
534 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
535
536 * allout.el (my-mark-marker, allout-isearch-prior-pos)
537 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
538 (allout-post-command-business, allout-flag-region)
539 (isearch-reenable-font-lock, allout-yank)
540 (allout-insert-latex-header, allout-insert-latex-trailer)
541 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
542 (allout-latex-verb-quote): Fix typos in docstrings.
543 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
544 (allout-unprotected, allout-prefix-data):
545 Improve argument/docstring consistency.
546 (allout-chart-subtree): Fix argument spec.
547 (allout-open-topic): Rename `use_sib_bullet' argument to
548 `use-sib-bullet'. Doc fix.
549
550 * whitespace.el (whitespace-check-buffer-leading)
551 (whitespace-check-buffer-trailing)
552 (whitespace-check-buffer-indent)
553 (whitespace-check-buffer-spacetab)
554 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
555 (whitespace-check-leading-whitespace)
556 (whitespace-check-trailing-whitespace)
557 (whitespace-check-spacetab-whitespace)
558 (whitespace-check-indent-whitespace)
559 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
560 (whitespace-modes): Fix typos in docstrings.
561 (defgroup, defcustom): Doc fixes.
562
563 * winner.el (winner-mode, winner-boring-buffers)
564 (winner-pending-undo-ring): Doc fixes.
565 (winner-ring): Remove unneeded `progn'.
566 (winner-equal): `defsubst' it.
567 (winner-redo): Fix message.
568
569 2005-07-13 Kim F. Storm <storm@cua.dk>
570
571 * simple.el (line-move-1): Always use vertical-motion to
572 do the last (or only) line move to ensure some movement.
573 Undo 2005-06-23 change--don't check for overlays.
574
575 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
576
577 * term/mac-win.el (ccl-encode-mac-roman-font)
578 (ccl-encode-mac-centraleurroman-font)
579 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
580 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
581 Change charset-id boundary of dimension to ?\xef.
582 (mac-char-fontspec-list): New constant.
583 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
584 argument. Nil uses itself as family in font-spec. Previous
585 behavior for nil is now provided by non-nil non-string argument.
586 All callers changed. Add font-specs for Mac fonts to
587 "fontset-default" unless iso8859-1 fonts are installed.
588
589 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
590
591 * progmodes/sh-script.el (sh-get-indent-info): Only indent
592 a continuation line if the \ is preceded by SPC or TAB.
593 (sh-get-indent-info): Simplify.
594 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
595 Use with-current-buffer.
596
597 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
598 when the matched text is empty.
599
600 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
601
602 * startup.el (command-line): Revert to previous handling of
603 tooltip-mode. Explain in comment why the complexity is needed.
604
605 * tooltip.el (tooltip-mode): Revert to previous implementation of
606 its defcustom.
607
608 * frame.el (blink-cursor-mode): Revert to previous implementation
609 of its defcustom. Update comment.
610
611 2005-07-12 Lars Hansen <larsh@soem.dk>
612
613 * desktop.el: Update e-mail address.
614
615 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
616
617 * term/mac-win.el (mac-services-mail-selection)
618 (mac-services-mail-to): New functions.
619 (mac-application-menu-map): Bind them.
620
621 2005-07-12 wulei <milton@wulei.net> (tiny change)
622
623 * progmodes/gdb-ui.el: Add note about buffering with Windows.
624
625 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
626
627 * custom.el (custom-reevaluate-setting): Doc fix.
628
629 2005-07-11 Jay Belanger <belanger@truman.edu>
630
631 * calc/calc.el (calc-embedded-announce-formula-alist)
632 (calc-embedded-open-close-plain-alist)
633 (calc-embedded-open-close-mode-alist): Add checks for additional
634 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
635
636 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
637
638 * custom.el (custom-enable-theme): Don't add theme to
639 `custom-enabled-themes' with `push' because there is no
640 setf-method for `delq'.
641
642 2005-07-11 Richard M. Stallman <rms@gnu.org>
643
644 * custom.el (custom-declare-variable): Doc fix.
645
646 * dired-aux.el (dired-compare-directories): Remove "." and ".."
647 from the alists.
648
649 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
650 Do nothing if edebug-active.
651
652 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
653 (edebug-display): Do it here instead.
654
655 2005-07-10 Richard M. Stallman <rms@gnu.org>
656
657 * cus-face.el (custom-theme-set-faces): Make it work.
658 (custom-reset-faces): Doc fix.
659 (custom-theme-reset-internal-face, custom-theme-face-value):
660 Functions deleted.
661
662 * custom.el (custom-push-theme): Maintain list of the settings
663 of a given theme in its theme-settings property.
664 Maintain position of old settings in the theme-value
665 or theme-face property.
666 (custom-enabled-themes): New variable.
667 (custom-theme-enabled-p): New function.
668 (provide-theme): Update custom-enabled-themes.
669 Disable and reenable the `user' theme.
670 (require-theme): Doc fix.
671 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
672 (custom-theme-value, custom-theme-variable-value): Likewise.
673 (custom-theme-reset-internal): Likewise.
674 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
675 (custom-enable-theme, custom-disable-theme): New functions.
676 (custom-variable-theme-value, custom-face-theme-value): Likewise.
677 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
678 (custom-theme-reset-variables): Simplify.
679 (deftheme, custom-declare-theme, custom-make-theme-feature):
680 Definitions moved.
681
682 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
683
684 * longlines.el (longlines-show-region)
685 (longlines-unshow-hard-newlines): Recognize hard newlines by
686 non-nil hard property, instead of t.
687
688 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
689
690 * viper-cmd.el (viper--key-maps): New variable.
691 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
692 emulation-mode-map-alists.
693 (viper-envelop-ESC-key): Use viper-subseq.
694 (viper-search-forward/backward/next): Disable debug-on-error.
695
696 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
697 (viper-ESC-key): New defcustoms.
698
699 * viper-macs.el (ex-map-read-args): Use viper-subseq.
700
701 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
702 (viper-subseq): Copy of subseq from cl.el.
703
704 * viper.el (viper-go-away, viper-set-hooks): Use
705 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
706
707 * viper-mous.el (viper-current-frame-saved): Use defvar.
708
709 * viper-init.el: Get rid of -face in face names.
710
711 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
712 Make it work with longlines mode
713
714 * ediff-mult.el (ediff-meta-mode-hook): New variable.
715
716 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
717
718 * ediff-init: Get rid of -face in face names.
719
720 2005-07-10 Richard M. Stallman <rms@gnu.org>
721
722 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
723 and with-timeout-unsuspend.
724
725 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
726 and with-timeout-unsuspend.
727
728 * emacs-lisp/timer.el (with-timeout-timers): New variable.
729 (with-timeout): Bind that variable to record timers.
730 (with-timeout-suspend, with-timeout-unsuspend): New functions.
731
732 * emacs-lisp/debug.el (debug-help-follow): New function.
733 (debugger-mode-map): Use that instead of help-follow.
734 (debugger-setup-buffer): Use eval-buffer-list
735 to handle eval-buffer frames.
736
737 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
738
739 * timezone.el (timezone-parse-date): Change first regexp
740 so it will not mistakenly match dates with no time zone.
741
742 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
743
744 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
745
746 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
747
748 * custom.el (custom-initialize-safe-set)
749 (custom-initialize-safe-default): New functions.
750
751 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
752 and simplify :init-value.
753
754 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
755 and simplify :init-value. Delete obsolete comment.
756
757 * startup.el (command-line): Use `custom-reevaluate-setting' to
758 handle `tooltip-mode'. Delete obsolete comment.
759
760 * files.el (set-visited-file-name): Avoid calling
761 `file-name-nondirectory' with a nil argument.
762
763 2005-07-09 Richard M. Stallman <rms@gnu.org>
764
765 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
766 was called with nil for the buffer, handle the read position right.
767 Handle read position for eval-region, too.
768
769 2005-07-09 Juri Linkov <juri@jurta.org>
770
771 * fringe.el (fringe-mode): Add period in docstring.
772 (fringe-query-style): Build prompt depending on `all-frames' arg.
773
774 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
775 to not create links to unrelated functions in the Help buffer.
776
777 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
778 Doc fix.
779
780 * simple.el (next-error-hook): New variable.
781 (next-error): Use it. Doc fix.
782
783 * textmodes/ispell.el (ispell-command-loop): Add current
784 dictionary name and program name to mode-line-format.
785 (ispell-region, ispell-process-line): Add current dictionary name
786 and program name to messages.
787
788 2005-07-08 Jay Belanger <belanger@truman.edu>
789
790 * calc/calc.el (calc-embedded-announce-formula-alist)
791 (calc-embedded-open-close-formula-alist)
792 (calc-embedded-open-close-word-alist)
793 (calc-embedded-open-close-plain-alist)
794 (calc-embedded-open-close-new-formula-alist)
795 (calc-embedded-open-close-mode-alist)
796 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
797 (calc-embedded-mode-hook): New variables.
798
799 * calc/calc-embed.el (calc-embedded-firsttime)
800 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
801 New variables.
802 (calc-do-embedded): Use calc-embedded-firsttime,
803 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
804 determine whether or not to run hooks.
805 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
806 calc-embedded-firsttime-formula appropriately.
807 Set calc-embedded delimiter variables according to mode.
808
809 2005-07-08 Richard M. Stallman <rms@gnu.org>
810
811 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
812 Check for "emacs", etc., as entire symbol, not just as word.
813 (checkdoc-file-comments-engine): Use regexp-quote on FN.
814
815 * files.el (set-visited-file-name): Report the error
816 for "empty filename" earlier.
817 (kill-some-buffers): Ignore buffers already dead.
818
819 * fringe.el (fringe-mode): Doc fix.
820
821 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
822 Check for (featurep 'xemacs) and turn off warnings in what it guards.
823 Use unwind-protect to ensure byte-compile-unresolved-functions
824 is updated.
825
826 * whitespace.el (whitespace-buffer-leading-cleanup):
827 Simplify w/ skip-chars-forward.
828 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
829
830 * mail/rmail.el (rmail-only-expunge): Fix paren error.
831 Unconditionally try to leave point at the same old place.
832
833 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
834
835 * comint.el (comint-postoutput-scroll-to-bottom)
836 (comint-show-maximum-output): Take scroll-margin into consideration.
837
838 2005-07-08 Kim F. Storm <storm@cua.dk>
839
840 * ido.el (ido-use-filename-at-point): New choice `guess'.
841 (ido-file-internal): Try ffap-guesser if selected.
842
843 * ido.el (ido-before-fallback-functions): New hook.
844 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
845 (ido-read-file-name): Run it.
846
847 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
848
849 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
850 strings rather than a list of symbols to the completion function.
851
852 2005-07-07 Jay Belanger <belanger@truman.edu>
853
854 * calc/calc-units.el (math-apply-units): Change the places in
855 which units are simplified.
856
857 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
858
859 * cus-edit.el (customize-option, customize-option-other-window):
860 Make them handle aliases.
861
862 * custom.el (custom-variable-p): Make it recursively follow
863 aliases. Mention that in the docstring.
864
865 2005-07-07 Richard M. Stallman <rms@gnu.org>
866
867 * cus-start.el (exec-path): Use `directory' instead of `file'.
868 Fix tag for nil.
869
870 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
871
872 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
873 when called non-interactively. Doc fix.
874
875 2005-07-07 Lute Kamstra <lute@gnu.org>
876
877 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
878 new address as well.
879
880 2005-07-07 Kenichi Handa <handa@m17n.org>
881
882 * international/mule.el (make-coding-system):
883 Describe `ascii-incompatible' property in the docstring.
884 (set-file-name-coding-system): Signal an error if coding-system is
885 ascii-incompatible.
886 (set-keyboard-coding-system): Likewise.
887
888 * international/mule-cmds.el (set-default-coding-systems):
889 Don't set default-file-name-coding-system and
890 default-keyboard-coding-system if coding-system is ASCII-incompatible.
891
892 * international/utf-16.el: Declare that all UTF-16-based coding
893 systems are ASCII-incompatible.
894
895 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
896
897 * progmodes/gud.el: Require font-lock for displaying errors.
898 Used by gdb-ui.el.
899
900 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
901
902 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
903 values for the pattern lists which are `read'able but not
904 `append'able (like symbols).
905
906 2005-07-06 Richard M. Stallman <rms@gnu.org>
907
908 * progmodes/flymake.el (flymake-float-time): Instead of
909 with-no-warnings, test for xemacs.
910 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
911 to avoid warning.
912
913 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
914
915 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
916
917 2005-07-05 Lute Kamstra <lute@gnu.org>
918
919 * battery.el: Add support for Darwin (with much debugging help
920 from Samuel Lauber <sam124@operamail.com>).
921 (battery-status-function, battery-echo-area-format)
922 (battery-mode-line-format): Add support for pmset on Darwin.
923 (battery-load-low, battery-load-critical): New user options.
924 (battery-pmset): New function.
925
926 2005-07-05 Lute Kamstra <lute@gnu.org>
927
928 Update FSF's address in GPL notices.
929
930 * textmodes/page-ext.el: Update FSF's address.
931
932 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
933
934 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
935 filling from using prefix when filling a single-line docstring.
936
937 * progmodes/flymake.el: Remove useless eval-when-compile.
938
939 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
940
941 2005-07-04 Richard M. Stallman <rms@gnu.org>
942
943 * textmodes/org.el (org-file-apps-defaults-gnu):
944 Rename from org-file-apps-defaults-linux.
945 (org-default-apps): Don't test system-type for `linux'.
946 (org-file-apps): Doc fix.
947
948 2005-07-04 David Ponce <david@dponce.com>
949
950 * tree-widget.el: Improve header Commentary section.
951 (tree-widget) [defgroup]
952 (tree-widget-image-enable, tree-widget-themes-directory)
953 (tree-widget-theme, tree-widget-image-properties-emacs)
954 (tree-widget-image-properties-xemacs, tree-widget-create-image)
955 (tree-widget-image-formats, tree-widget-control)
956 (tree-widget-empty-control, tree-widget-leaf-control
957 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
958 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
959 (tree-widget-keep, tree-widget-after-toggle-functions)
960 (tree-widget-open-node, tree-widget-close-node): Doc fix.
961 (tree-widget-open-control, tree-widget-close-control): Fix doc and
962 :help-echo message.
963 (tree-widget-set-theme): Doc fix. Use `string-equal'.
964 (tree-widget-image-properties): Doc fix. Clearer implementation.
965 (tree-widget--cursors): New constant.
966 (tree-widget-lookup-image): New function split from
967 `tree-widget-find-image'. Clearer implementation.
968 (tree-widget-find-image): Use it.
969 (tree-widget-button-keymap): Use `set-keymap-parent'.
970 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
971 Define the sub-widgets here.
972 (tree-widget-node): Check that :node is not a tree-widget.
973 (tree-widget-get-super, tree-widget-open-control)
974 (tree-widget-close-control, tree-widget-empty-control)
975 (tree-widget-leaf-control, tree-widget-guide)
976 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
977 (tree-widget-no-handle, tree-widget-value-delete)
978 (tree-widget-map): Remove.
979 (tree-widget-children-value-save): Doc fix. Simplified.
980 (tree-widget-value-create): Update according to previous changes.
981
982 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
983
984 * textmodes/org.el: Leading space replaced by TABS.
985 (org-recalc-marks, org-table-rotate-recalc-marks)
986 (org-table-get-specials): Treat "^" and "_" marks.
987 (org-table-justify-field-maybe): Optional argument NEW.
988 (org-table-eval-formula): Parsing of the format simplified.
989 New modes C,I. Honor the %= parameter in the current table.
990 Avoid unnecessary re-align by using the NEW argument to
991 `org-table-justify-field-maybe'.
992 (org-calc-default-modes): Default for date-format mimicks org-mode.
993 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
994
995 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
996
997 * cus-face.el (custom-theme-set-faces): Make it handle face
998 aliases whose alias declarations are pre- or autoloaded.
999
1000 2005-07-04 Juri Linkov <juri@jurta.org>
1001
1002 * faces.el (read-face-name): Put the code for getting a face name
1003 from the buffer before adding the faces from the `face' property.
1004 Use `completing-read-multiple' instead of `completing-read'.
1005 Require `crm'. Add default value and post-process the returned
1006 list of faces.
1007
1008 * emacs-lisp/crm.el (crm-find-current-element)
1009 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
1010
1011 * emacs-lisp/lisp-mode.el (eval-defun-1):
1012 * emacs-lisp/edebug.el (edebug-eval-defun):
1013 Remove unnecessary quotes.
1014
1015 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
1016
1017 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
1018 (prolog-indent-level): Fix typo in docstring.
1019
1020 * info.el (Info-history, Info-history-forward)
1021 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
1022
1023 * add-log.el (add-change-log-entry):
1024 * comint.el (comint-dynamic-list-input-ring)
1025 (comint-dynamic-list-completions):
1026 * dabbrev.el (dabbrev-expand):
1027 * delim-col.el (delimit-columns-rectangle-line):
1028 * diff-mode.el (diff-context->unified, diff-reverse-direction)
1029 (diff-unified->context):
1030 * ediff-init.el (ediff-abbrev-jobname):
1031 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
1032 (ediff-replace-session-activity-marker-in-meta-buffer):
1033 * info.el (Info-summary):
1034 * lpr.el (printify-region):
1035 * printing.el (pr-create-interface):
1036 * ps-print.el (ps-print-quote):
1037 * ses.el (ses-column-widths, ses-print-cell)
1038 (ses-adjust-print-width, ses-center):
1039 * shell.el (shell-file-name-quote-list):
1040 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
1041 (strokes-fill-current-buffer-with-whitespace)
1042 (strokes-xpm-for-stroke, strokes-list-strokes)
1043 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
1044 * term.el (term-dynamic-list-input-ring)
1045 (term-dynamic-list-completions):
1046 * calc/calc.el (math-format-stack-value):
1047 * emacs-lisp/edebug.el (edebug-display-freq-count):
1048 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
1049 (delphi-new-comment-line):
1050 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
1051 * progmodes/executable.el (executable-set-magic):
1052 * progmodes/python.el (inferior-python-mode):
1053 * progmodes/scheme.el (scheme-mode-syntax-table):
1054 * progmodes/sh-script.el (sh-maybe-here-document):
1055 * progmodes/sql.el (sql-copy-column):
1056 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
1057 * textmodes/bibtex.el (bibtex-mode):
1058 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
1059 (sgml-auto-attributes):
1060 * textmodes/table.el (table-insert, table-shorten-cell)
1061 (table--generate-source-scan-lines, table-delete-row)
1062 (*table--cell-delete-char, table--spacify-frame)
1063 (table--horizontally-shift-above-and-below)
1064 (table--cell-insert-char, table--cell-blank-str)
1065 (table--fill-region-strictly):
1066 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
1067 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
1068
1069 * add-log.el (change-log):
1070 * apropos.el (apropos):
1071 * comint.el (comint-completion, comint-source):
1072 * dabbrev.el (dabbrev):
1073 * delim-col.el (columns):
1074 * diff-mode.el (diff-mode):
1075 * ediff.el (ediff):
1076 * ediff-diff.el (ediff-diff):
1077 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
1078 * ediff-mult.el (ediff-mult):
1079 * ediff-ptch.el (ediff-ptch):
1080 * ediff-wind.el (ediff-window):
1081 * facemenu.el (facemenu):
1082 * indent.el (indent):
1083 * info.el (info):
1084 * jka-cmpr-hook.el (compression, jka-compr):
1085 * lpr.el (lpr):
1086 * outline.el (outlines):
1087 * pcmpl-cvs.el (pcmpl-cvs):
1088 * pcmpl-rpm.el (pcmpl-rpm):
1089 * printing.el (printing):
1090 * ps-print.el (postscript, ps-print, ps-print-horizontal)
1091 (ps-print-vertical, ps-print-headers, ps-print-font)
1092 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
1093 (ps-print-background, ps-print-printer, ps-print-page)
1094 (ps-print-miscellany):
1095 * ses.el (ses):
1096 * shell.el (shell, shell-directories, shell-faces):
1097 * startup.el (initialization):
1098 * strokes.el (strokes):
1099 * term.el (term):
1100 * uniquify.el (uniquify):
1101 * w32-vars.el (w32):
1102 * calc/calc.el (calc):
1103 * emacs-lisp/bytecomp.el (bytecomp):
1104 * emacs-lisp/cl-indent.el (lisp-indent):
1105 * emacs-lisp/edebug.el (edebug):
1106 * emacs-lisp/elp.el (elp):
1107 * emacs-lisp/testcover.el (testcover):
1108 * emacs-lisp/trace.el (trace):
1109 * emulation/viper-ex.el (viper-ex):
1110 * emulation/viper-mous.el (viper-mouse):
1111 * mail/mailalias.el (mailalias):
1112 * mail/supercite.el (supercite, supercite-frames)
1113 (supercite-attr, supercite-cite, supercite-hooks):
1114 * net/rcompile.el (remote-compile):
1115 * net/rlogin.el (rlogin):
1116 * obsolete/ooutline.el (outlines):
1117 * progmodes/delphi.el (delphi):
1118 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1119 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1120 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1121 (ebnf-optimization):
1122 * progmodes/etags.el (etags):
1123 * progmodes/executable.el (executable):
1124 * progmodes/idlwave.el (idlwave):
1125 * progmodes/pascal.el (pascal):
1126 * progmodes/prolog.el (prolog):
1127 * progmodes/python.el (python):
1128 * progmodes/scheme.el (scheme):
1129 * progmodes/sh-script.el (sh, sh-script):
1130 * progmodes/sql.el (SQL):
1131 * progmodes/tcl.el (tcl):
1132 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1133 * textmodes/enriched.el (enriched):
1134 * textmodes/makeinfo.el (makeinfo):
1135 * textmodes/sgml-mode.el (sgml):
1136 * textmodes/table.el (table-hooks):
1137 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1138 * textmodes/texinfo.el (texinfo):
1139 * textmodes/two-column.el (two-column):
1140 Finish `defgroup' description with period.
1141
1142 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1143 * eshell/esh-var.el (eshell-var):
1144 * progmodes/vhdl-mode.el (vhdl-testbench):
1145 * textmodes/org.el (org): Fix typos in docstrings.
1146
1147 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1148 consistency.
1149
1150 * progmodes/flymake.el (flymake-find-file): Remove.
1151 (flymake-float-time): Use `with-no-warnings'.
1152 (flymake-check-start-time, flymake-check-was-interrupted)
1153 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1154 (flymake-new-err-info): `defvar' at compile time.
1155
1156 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1157
1158 * replace.el (occur-hook): Doc fix.
1159 (occur-1): Don't call `occur-hook' if there are no matches.
1160
1161 2005-07-03 Richard M. Stallman <rms@gnu.org>
1162
1163 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1164 global-map, save the same map.
1165 (global-map): Don't alter it at top level.
1166 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1167 Then alter it here instead.
1168 (tpu-edt-off): Set global-map to the saved one.
1169
1170 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1171 All references simplified.
1172 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1173 (zmacs-regions): Add defvar.
1174 (repeat-complex-command-map): Everything about that deleted.
1175
1176 * textmodes/artist.el (artist-key-is-drawing)
1177 (artist-key-endpoint1, artist-key-poly-point-list)
1178 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1179 (artist-key-compl-table, artist-rb-save-data)
1180 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1181 Don't put them in eval-when-compile.
1182 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1183
1184 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1185 Use with-no-warnings.
1186
1187 * net/browse-url.el (dos-windows-version): Add defvar.
1188
1189 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1190
1191 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1192 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1193 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1194 Add defvar.
1195 (rmail-summary-beginning-of-message): Use with-no-warnings.
1196 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1197
1198 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1199 Use with-no-warnings.
1200
1201 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1202 (c-mark-function): Add point-moving-unit property.
1203 (vi-goto-line): Use with-no-warnings.
1204
1205 * emulation/edt.el (edt-last-copied-word): Add defvar.
1206 (zmacs-region-stays): Likewise.
1207 (edt-mark-section-wisely): Use c-mark-function for C.
1208 Use makr-defun for Fortran.
1209 (time-string): defvar deleted.
1210 (edt-display-the-time): Don't set time-string.
1211
1212 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1213
1214 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1215 Don't warn when name is not constant
1216 or for defining the group `emacs'.
1217
1218 * tooltip.el (gud-tooltip-mode): Add defvar.
1219
1220 * startup.el (default-frame-background-mode): Add defvar.
1221
1222 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1223
1224 * info.el (tool-bar-map): Add defvar.
1225
1226 * dired.el (dnd-protocol-alist): Add defvar.
1227
1228 * dired-aux.el (dired-query): Display question with answer, when
1229 the user answers.
1230
1231 * custom.el (custom-add-option): Doc fix.
1232
1233 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1234
1235 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1236
1237 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1238 bogus name from the last change.
1239
1240 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1241
1242 * custom.el (custom-declare-variable): Fix typos in comment.
1243 (custom-known-themes): Doc fix.
1244 (custom-theme-directory): New defcustom.
1245 (require-theme): Make it check `custom-theme-directory'.
1246
1247 * cus-theme.el (custom-new-theme-mode): New function.
1248 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1249 (custom-theme-description): Add compiler defvars.
1250 (customize-create-theme): Add doc to the "*New Custom Theme*"
1251 buffer. Use `custom-new-theme-mode'.
1252 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1253 and save it to the `custom-theme-directory'. Make this the
1254 default directory of the buffer.
1255
1256 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1257
1258 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1259 Fix unbalanced parentheses.
1260
1261 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1262
1263 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1264 into flymake-mode and delegate to flymake-mode.
1265
1266 * find-file.el (ff-which-function-are-we-in): Clean up.
1267
1268 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1269
1270 * replace.el (occur-rename-buffer): Fix docstring.
1271
1272 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1273 (edt-last-copied-word, edt-learn-macro-count)
1274 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1275 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1276 (time-string, zmacs-region-stays):
1277 * emulation/edt-mapper.el (edt-save-function-key-map)
1278 (EDT-key-name): `defvar' to silence the byte-compiler.
1279
1280 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1281
1282 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1283 font-lock-regexp-backslash. Doc fix.
1284 (font-lock-regexp-backslash-grouping-construct): Rename from
1285 font-lock-regexp-backslash-construct. Doc fix.
1286 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1287 grouping constructs.
1288
1289 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1290
1291 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1292 updating all the prerequisites.
1293
1294 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1295
1296 * textmodes/org.el (org-agenda-start-on-weekday)
1297 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1298 (org-agenda-use-time-grid, org-archive-location)
1299 (org-allow-space-in-links, org-usenet-links-prefer-google)
1300 (org-enable-table-editor, org-export-default-language)
1301 (org-export-html-show-new-buffer, org-fill-paragraph)
1302 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1303 (org-goto-quit, org-occur, org-eval-in-calendar)
1304 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1305 (org-agenda-diary-entry, org-remember-help)
1306 (org-table-convert-region, org-at-table-p)
1307 (org-table-move-row-down, org-table-move-row-up)
1308 (org-table-copy-region, org-table-toggle-vline-visibility)
1309 (org-table-get-stored-formulas, org-table-get-specials)
1310 (org-recalc-commands, org-table-eval-formula)
1311 (org-table-formula-substitute-names, orgtbl-make-binding)
1312 (org-format-org-table-html, org-format-table-table-html)
1313 (org-format-table-table-html-using-table-generate-source)
1314 (org-customize): Fix typos in docstrings.
1315 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1316 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1317 (org-back-to-heading): Doc fixes.
1318 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1319 (org-agenda-change-all-lines, org-get-header):
1320 Improve argument/docstring consistency.
1321 (orgtbl-error): Fix error message.
1322
1323 * progmodes/flymake.el (flymake-find-possible-master-files)
1324 (flymake-master-file-compare, flymake-get-line-err-count)
1325 (flymake-highlight-line, flymake-gui-warnings-enabled):
1326 Fix typos in docstrings.
1327 (flymake-parse-line, flymake-get-project-include-dirs-function)
1328 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1329 Doc fixes.
1330 (flymake-get-project-include-dirs-function)
1331 (flymake-make-err-menu-data):
1332 Improve argument/docstring consistency.
1333
1334 2005-07-01 Lute Kamstra <lute@gnu.org>
1335
1336 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1337 Catch errors with ignore-errors. Use temporary buffer.
1338 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1339
1340 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1341 background color faces.
1342 (facemenu-set-foreground, facemenu-set-background):
1343 Use facemenu-set-face-from-menu.
1344 (facemenu-set-face-from-menu): Treat face names that start with
1345 "fg:" or "bg:" as special.
1346 (facemenu-add-new-color): Don't create faces. Simplify.
1347
1348 2005-06-30 Richard M. Stallman <rms@gnu.org>
1349
1350 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1351 (crm-find-current-element): Likewise.
1352
1353 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1354
1355 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1356
1357 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1358
1359 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1360 (archive-mouse-extract): Make it an obsolete alias.
1361 (archive-mode-map): Don't use archive-mouse-extract any more.
1362 (archive-mode, archive-extract): write-contents-hooks ->
1363 write-contents-functions.
1364 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1365 first arg.
1366 (archive-rename-entry): Update the call.
1367 (archive-zip-summarize): Remove unused var `method'.
1368 (archive-lzh-summarize): Remove unused var `creator'.
1369
1370 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1371 dedicated frame upon exit.
1372
1373 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1374 (archive-zip-extract, archive-zip-expunge)
1375 (archive-zip-update, archive-zip-update-case): Use executable-find.
1376 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1377 Use restore-buffer-modified-p.
1378 (archive-extract, archive-add-new-member, archive-write-file-member):
1379 Use with-current-buffer.
1380 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1381
1382 2005-06-30 Andreas Schwab <schwab@suse.de>
1383
1384 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1385
1386 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1387
1388 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1389
1390 2005-06-30 Juri Linkov <juri@jurta.org>
1391
1392 * faces.el (vertical-border): Inherit from mode-line-inactive
1393 only on tty.
1394
1395 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1396
1397 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1398 example, -NLINES in the `occur' docstring).
1399
1400 * replace.el (occur-1): When no matches are found, do not set the
1401 `buffer-read-only' and modified flags for the occur buffer,
1402 because it is deleted.
1403
1404 * emulation/cua-base.el (cua-check-pending-input)
1405 (cua-repeat-replace-region, cua-mode, cua-debug)
1406 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1407 Fix typos in docstrings.
1408
1409 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1410 (cua-cut-region-to-global-mark)
1411 (cua--cut-rectangle-to-global-mark):
1412 Remove period from end of messages.
1413
1414 * emulation/cua-rect.el (cua-do-rectangle-padding):
1415 Remove period from end of messages.
1416 (cua--rectangle-seq-format): Fix typo in docstring.
1417 (cua-sequence-rectangle, cua-fill-char-rectangle):
1418 Improve argument/docstring consistency.
1419
1420 2005-06-29 Juri Linkov <juri@jurta.org>
1421
1422 * faces.el (default-frame-background-mode): New internal variable.
1423 (frame-set-background-mode): Use it.
1424
1425 * startup.el (normal-top-level): Set default-frame-background-mode
1426 instead of frame-background-mode. Before setting it, test for its
1427 nil value. Remove tests for frame-background-mode and frame
1428 parameter `reverse'. Add test for "unspecified-fg".
1429
1430 * term/xterm.el (xterm-rxvt-set-background-mode):
1431 * term/rxvt.el (rxvt-set-background-mode):
1432 Set default-frame-background-mode instead of frame-background-mode.
1433
1434 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1435
1436 * simple.el (set-variable): Warn about obsolete user variables.
1437
1438 * imenu.el (imenu--completion-buffer):
1439 * mouse.el (mouse-buffer-menu-alist):
1440 * msb.el (msb-invisible-buffer-p):
1441 * calendar/diary-lib.el (diary-header-line-format):
1442 * emacs-lisp/pp.el (pp-buffer):
1443 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1444 * textmodes/picture.el (picture-replace-match):
1445 Change space constants followed by a sexp to "?\s ".
1446
1447 * play/decipher.el (decipher-loop-with-breaks):
1448 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1449 constants "protected" from end of line by a comment to "?\s".
1450
1451 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1452
1453 * font-lock.el (save-buffer-state): Use `declare'.
1454
1455 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1456 reset the syntax-table to cperl-mode-syntax-table.
1457 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1458 "foo_print_bar" is not matched as a reserved keyword.
1459
1460 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1461
1462 * textmodes/org.el (orgtbl-setup): New function, for delayed
1463 setup for the orgtbl commands.
1464 (org-calc-default-modes): New option.
1465 (orgtbl-make-binding): Use `defun' to get better help display.
1466 (org-diary): Call `org-compile-prefix-format'.
1467 (org-table-formula-substitute-names): New function.
1468 (org-agenda-day-view, org-agenda-week-view): New commands.
1469 (org-agenda-toggle-week-view): Command removed.
1470 (org-tbl-menu): Split off from org-org-menu.
1471 (org-mode): Move removal of outline-mode menus to here.
1472 (org-table-formula-debug): New option.
1473 (org-table-insert-row): Keep first field if just "#" or "*".
1474 (org-mode): Paragraph regexps fixed.
1475 (org-table-recalculate-regexp): New constant.
1476 (org-table-justify-field-maybe): Avoid replace if not necessary.
1477 (org-copy-special, org-cut-special): Use `call-interactively'.
1478 (org-table-copy-region): Take region from `interactive' call.
1479 (org-trim): Return string even if no match.
1480 (org-formula): New face.
1481 (org-set-font-lock-defaults): No longer highlight "FIXME".
1482 But highlight formula-related fields in table.
1483 (org-table-p): Use regexp, not fontification.
1484 (org-table-align): Handle white space at end of line.
1485 (org-table-formula-evaluate-inline): New option.
1486 (org-mode): Auto-wrapping in comment lines turned off.
1487 (org-table-copy-down): Evaluate only in copied field, not in
1488 destination.
1489 (org-table-current-formula): Variable removed.
1490 (org-table-store-formulas, org-table-get-stored-formulas)
1491 (org-table-modify-formulas, org-table-replace-in-formulas)
1492 (org-table-maybe-eval-formula): New functions.
1493 (org-table-get-formula): Modify to use stored formulas.
1494 (org-table-insert-column, org-table-delete-column)
1495 (org-table-move-column): Call `org-table-modify-formulas'.
1496 (org-complete): Add completion for keyword formulas.
1497 (orgtbl-mode): Pull orgtbl-mode-map to start of
1498 minor-mode-map-alist.
1499
1500 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1501
1502 * progmodes/python.el (python-check): Require `compile' before
1503 modifying its variables.
1504
1505 * newcomment.el (comment-indent-default): Don't get fooled by an early
1506 end of buffer.
1507
1508 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1509
1510 * ps-print.el (ps-print-version): Fix version number.
1511
1512 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1513
1514 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1515
1516 2005-06-28 Richard M. Stallman <rms@gnu.org>
1517
1518 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1519 (flyspell-local-mouse-map): Declaration deleted.
1520 (flyspell-mouse-map): Bind only mouse-2.
1521 (flyspell-mode-map): Don't test flyspell-use-local-map.
1522 (flyspell-overlay-keymap-property-name): Var deleted.
1523 (flyspell-mode-on): Don't make local bindings for
1524 flyspell-mouse-map and flyspell-mode-map.
1525 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1526
1527 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1528
1529 * progmodes/compile.el (compilation-next-error-function):
1530 Don't switch buffers; operate on the current buffer.
1531
1532 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1533
1534 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1535
1536 * bindings.el (global-map): Bind insertchar and its variants.
1537
1538 2005-06-27 Richard M. Stallman <rms@gnu.org>
1539
1540 * textmodes/artist.el (artist-text-overwrite)
1541 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1542
1543 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1544
1545 * ps-print.el: It was not working the page selection for printing.
1546 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1547 (ps-print-version): New version 6.6.7.
1548 (ps-end-sheet): New fun.
1549 (ps-header-sheet, ps-end-job): Call it.
1550
1551 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1552
1553 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1554
1555 2005-06-27 Lute Kamstra <lute@gnu.org>
1556
1557 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1558 background color faces.
1559 (facemenu-get-face): Delete function.
1560 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1561 (facemenu-add-new-color): Make second argument mandatory.
1562 Create the appropriate face and return it. Simplify.
1563 (facemenu-set-foreground, facemenu-set-background): Don't check if
1564 color is defined. Use return value of facemenu-add-new-color.
1565
1566 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1567
1568 * progmodes/gud.el (gud-filter): Add missing argument to
1569 with-selected-window.
1570
1571 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1572
1573 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1574 a :require to the defcustom.
1575
1576 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1577 defcustoms corresponding to minor modes.
1578
1579 2005-06-26 David Ponce <david@dponce.com>
1580
1581 * recentf.el: Require tree-widget instead of wid-edit.
1582 (recentf-filename-handler): Fix widget :type.
1583 (recentf-cancel-dialog, recentf-open-more-files)
1584 (recentf-open-files-action): Doc fix.
1585 (recentf-dialog-goto-first): New function.
1586 (recentf-dialog-mode-map): Set parent keymap first.
1587 (recentf-dialog-mode): Define with define-derived-mode.
1588 Don't display continuation lines in dialogs.
1589 (recentf-edit-list): Rename from recentf-edit-selected-items.
1590 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1591 Simplify.
1592 (recentf-edit-list-validate): New function.
1593 (recentf-edit-list): Update accordingly.
1594 (recentf-open-files-item-shift): Remove.
1595 (recentf-open-files-item): Convert menu elements into tree and
1596 link widgets. Don't create the widgets.
1597 (recentf-open-files): Update accordingly.
1598 (recentf-save-list): Untabify.
1599
1600 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1601
1602 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1603 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1604 partially contained in the active region. Do not take active
1605 region into account when called from Lisp, unless INTERACTIVE arg
1606 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1607 avoid trouble with fields. Make marker point nowhere when no
1608 longer used. Always return nil. Doc fix.
1609 (flush-lines): Add INTERACTIVE arg. Do not take active region
1610 into account when called from Lisp, unless INTERACTIVE arg is
1611 non-nil. Use `forward-line' instead of `beginning-of-line' to
1612 avoid trouble with fields. Make marker point nowhere when no
1613 longer used. Always return nil. Doc fix.
1614 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1615 interchangeable. Do not take active region into account when
1616 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1617 message in echo area when called from Lisp, unless INTERACTIVE arg
1618 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1619 Return the number of matches. Doc fix.
1620 (occur): Doc fix.
1621 (perform-replace): Make comment follow double space convention for
1622 the sake of `outline-minor-mode'.
1623
1624 * faces.el (facep): Doc fix.
1625
1626 2005-06-25 Richard M. Stallman <rms@gnu.org>
1627
1628 * facemenu.el (facemenu-enable-faces-p): New function.
1629 (facemenu-background-menu, facemenu-foreground-menu)
1630 (facemenu-face-menu): Add menu-enable property.
1631
1632 * jka-compr.el (jka-compr-insert-file-contents):
1633 Special handling if cannot find the uncompression program.
1634
1635 * cus-face.el (custom-face-attributes): Add autoload.
1636
1637 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1638 Bind comment-indent-function locally.
1639
1640 * window.el (save-selected-window): Use save-current-buffer.
1641
1642 * subr.el (with-selected-window): Use save-current-buffer.
1643
1644 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1645 and with-current-buffer.
1646
1647 2005-06-24 Richard M. Stallman <rms@gnu.org>
1648
1649 * simple.el (line-move-1): Fix previous change.
1650
1651 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1652
1653 * replace.el (occur-1): Set `buffer-read-only' and the
1654 buffer-modified flag before running `occur-hook' to protect
1655 against unintentional buffer switches that can lead to data loss.
1656
1657 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1658
1659 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1660 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1661 initial error.
1662
1663 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1664 after fresh input.
1665 (gdb-var-create-handler): Put name of expression in quotes.
1666
1667 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1668
1669 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1670 elements of RING in order, and without bogus nil elements.
1671
1672 2005-06-23 Richard M. Stallman <rms@gnu.org>
1673
1674 * simple.el (set-variable): Args renamed; doc fix.
1675 (line-move-1): When there are overlays around, use vertical-motion.
1676
1677 * faces.el (escape-glyph): Use brown against light background.
1678 (nobreak-space): Rename from no-break-space.
1679 Fix previous change.
1680
1681 * dired-aux.el (dired-do-copy): Fix arg prompt.
1682
1683 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1684
1685 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1686
1687 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1688 rather than "Distributor".
1689
1690 2005-06-23 Lute Kamstra <lute@gnu.org>
1691
1692 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1693 (debug-on-entry): Use it. New interactive declaration that uses
1694 function-called-at-point.
1695
1696 2005-06-23 Kim F. Storm <storm@cua.dk>
1697
1698 * subr.el (save-match-data): Add comment about using evaporate arg
1699 to set-match-data.
1700
1701 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1702
1703 * cus-edit.el (customize-face)
1704 (customize-face-other-window): Handle face aliases.
1705
1706 * faces.el (face-documentation, set-face-attribute)
1707 (face-spec-set): Handle face aliases.
1708
1709 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1710
1711 * help-mode.el (help-make-xrefs): If a symbol representing a face
1712 name is not followed by the word "face", it could still be a
1713 function or variable name, so don't bypass other checks.
1714
1715 2005-06-22 Juri Linkov <juri@jurta.org>
1716
1717 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1718 Replace aliased functions with calls where second arg `inherit' is t.
1719
1720 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1721
1722 * progmodes/gdb-ui.el (gdb-error): New variable.
1723 (gdb-error): New function.
1724 (gdb-annotation-rules): Act on error-begin and error annotations.
1725 (gdb-concat-output): Use font-lock-warning-face for errors.
1726
1727 2005-06-22 Miles Bader <miles@gnu.org>
1728
1729 * bindings.el (propertized-buffer-identification): Use renamed
1730 `Buffer-menu-buffer' face.
1731
1732 * faces.el (vertical-border): Rename from `vertical-divider'.
1733 (escape-glyph): Change dark-background color back to `cyan'.
1734
1735 2005-06-21 Juri Linkov <juri@jurta.org>
1736
1737 * faces.el (face-user-default-spec): Try getting `customized-face'
1738 prior to `saved-face'.
1739 (frame-background-mode): Refill docstring.
1740
1741 * emacs-lisp/lisp-mode.el (eval-defun-1):
1742 * emacs-lisp/edebug.el (edebug-eval-defun):
1743 Set `saved-face' temporarily to nil before calling form.
1744 Set `customized-face' to the new spec after that.
1745
1746 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1747
1748 * subr.el (1value, lambda, key-substitution-in-progress):
1749 Doc fixes.
1750
1751 * autoinsert.el (auto-insert-alist):
1752 * ses.el (ses-call-printer):
1753 * subr.el (noreturn):
1754 * emacs-lisp/lisp.el (check-parens):
1755 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1756 * net/browse-url.el (browse-url-mosaic):
1757 * progmodes/cc-defs.el (c-safe-scan-lists):
1758 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1759 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1760 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1761 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1762 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1763 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1764
1765 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1766
1767 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1768
1769 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1770
1771 * calendar/appt.el (appt-make-list): Activate the package, if
1772 not already active (for backwards compatibility).
1773
1774 2005-06-20 Kim F. Storm <storm@cua.dk>
1775
1776 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1777
1778 2005-06-20 Miles Bader <miles@gnu.org>
1779
1780 * faces.el (vertical-divider): New face.
1781
1782 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1783
1784 * simple.el (kill-whole-line): Doc fix.
1785 (next-error-buffer-p, next-error-find-buffer)
1786 (clone-indirect-buffer): Fix typos in docstrings.
1787 (comment-line-break-function): Doc fix: don't say variable
1788 is automatically buffer-local (it isn't).
1789
1790 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1791
1792 * net/tramp-ftp.el (top):
1793 * net/tramp-smb.el (top):
1794 * net/tramp-util.el (top):
1795 * net/tramp-uu.el (top):
1796 * net/tramp-vc.el (top):
1797 * net/tramp.el (top): Revert copyright years back to original
1798 ones. Tramp has a life outside GNU Emacs.
1799
1800 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1801
1802 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1803
1804 2005-06-18 Juri Linkov <juri@jurta.org>
1805
1806 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1807 end of first regexp to limit the match to the position between
1808 line number and source line with same separator character as used
1809 between file name and line number. In the second regexp limit
1810 mouse-face area to file name and line number by adding new group
1811 for them and referring it in HYPERLINK arg.
1812 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1813 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1814 previous line where grep markers may be already removed.
1815
1816 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1817
1818 * progmodes/ps-mode.el: Update version and maintainer's email address.
1819
1820 2005-06-18 Steve Youngs <steve@xemacs.org>
1821
1822 * net/browse-url.el (browse-url-browser-function)
1823 (browse-url-default-browser): Add firefox.
1824 (browse-url-firefox-program, browse-url-firefox-arguments)
1825 (browse-url-firefox-startup-arguments)
1826 (browse-url-firefox-new-window-is-tab): New defcustoms.
1827 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1828
1829 2005-06-17 Richard M. Stallman <rms@gnu.org>
1830
1831 * startup.el (command-line): Warn if specified user name has
1832 no home directory.
1833
1834 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1835 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1836
1837 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1838 Doc fixes.
1839
1840 * faces.el (underline): Try bold if terminal doesn't support underline.
1841
1842 * mail/sendmail.el (mail-setup-with-from): New variable.
1843 (mail-insert-from-field): New function.
1844 (sendmail-send-it): Call it.
1845 (mail-setup): Optionally call it here.
1846
1847 * term/linux.el: Call tty-no-underline.
1848
1849 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1850
1851 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1852
1853 2005-06-17 Miles Bader <miles@gnu.org>
1854
1855 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1856 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1857 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1858 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1859 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1860 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1861 Remove "-face" suffix from face names.
1862 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1863 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1864 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1865 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1866 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1867 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1868 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1869 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1870 New backward-compatibility aliases for renamed faces.
1871 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1872 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1873 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1874 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1875 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1876 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1877 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1878 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1879 Use renamed ediff faces.
1880
1881 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1882 Remove "-face" suffix from face names.
1883 (eshell-test-ok-face, eshell-test-failed-face):
1884 New backward-compatibility aliases for renamed faces.
1885 (eshell-run-test): Use renamed eshell-test faces.
1886
1887 * eshell/em-prompt.el (eshell-prompt):
1888 Remove "-face" suffix from face name.
1889 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1890 (eshell-emit-prompt): Use renamed eshell-prompt face.
1891
1892 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1893 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1894 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1895 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1896 Remove "-face" suffix from face names.
1897 (eshell-ls-directory-face, eshell-ls-symlink-face)
1898 (eshell-ls-executable-face, eshell-ls-readonly-face)
1899 (eshell-ls-unreadable-face, eshell-ls-special-face)
1900 (eshell-ls-missing-face, eshell-ls-archive-face)
1901 (eshell-ls-backup-face, eshell-ls-product-face)
1902 (eshell-ls-clutter-face):
1903 New backward-compatibility aliases for renamed faces.
1904 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1905
1906 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1907 Remove "-face" suffix from face name.
1908 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1909 instead of literal face.
1910
1911 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1912
1913 * emacs-lisp/warnings.el (display-warning, lwarn)
1914 (warning-minimum-log-level): Doc fixes.
1915 (warning-minimum-level, warning-minimum-log-level):
1916 Add :debug to :type choices.
1917
1918 * progmodes/ada-mode.el (ada-format-paramlist)
1919 (ada-get-indent-case, ada-check-matching-start)
1920 (ada-check-defun-name, ada-goto-matching-decl-start)
1921 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1922 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1923 (ada-make-subprogram-body): Follow error conventions.
1924 (ada-case-exception-file, ada-indent-comment-as-code)
1925 (ada-indent-handle-comment-special, ada-indent-renames)
1926 (ada-indent-return, ada-search-directories-internal)
1927 (ada-tab-policy, ada-case-exception-substring)
1928 (ada-other-file-alist, ada-matching-start-re)
1929 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1930 (ada-imenu-generic-expression, ada-compile-goto-error)
1931 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1932 (ada-popup-menu, ada-add-extensions, ada-mode)
1933 (ada-region-selected, ada-create-case-exception)
1934 (ada-create-case-exception-substring, ada-after-keyword-p)
1935 (ada-activate-keys-for-case, ada-adjust-case-region)
1936 (ada-adjust-case-buffer, ada-format-paramlist)
1937 (ada-scan-paramlist, ada-insert-paramlist)
1938 (ada-indent-newline-indent)
1939 (ada-indent-newline-indent-conditional)
1940 (ada-justified-indent-current, ada-goto-previous-word)
1941 (ada-indent-current, ada-get-indent-open-paren)
1942 (ada-get-indent-paramlist, ada-get-indent-end)
1943 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1944 (ada-get-indent-block-start, ada-get-indent-subprog)
1945 (ada-get-indent-noindent, ada-get-indent-label)
1946 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1947 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1948 (ada-goto-stmt-end, ada-goto-next-word)
1949 (ada-check-matching-start, ada-check-defun-name)
1950 (ada-goto-matching-decl-start, ada-goto-matching-start)
1951 (ada-goto-matching-end, ada-search-ignore-string-comment)
1952 (ada-in-decl-p, ada-looking-at-semi-or)
1953 (ada-looking-at-semi-private, ada-in-paramlist-p)
1954 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1955 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1956 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1957 (ada-previous-package, ada-create-menu)
1958 (ada-fill-comment-paragraph-justify)
1959 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1960 (ada-other-file-name, ada-last-which-function-line)
1961 (ada-last-which-function-subprog, ada-which-function)
1962 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1963 (ada-gen-treat-proc, ada-check-emacs-version)
1964 (ada-continuation-indent, ada-align-region-separate):
1965 Fix typos in docstrings.
1966 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1967
1968 2005-06-16 Lute Kamstra <lute@gnu.org>
1969
1970 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1971 conditionally.
1972
1973 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1974
1975 * comint.el (comint-replace-by-expanded-filename)
1976 (comint-prompt-regexp, comint-delimiter-argument-list)
1977 (comint-preinput-scroll-to-bottom):
1978 * info.el (Info-hide-cookies-node):
1979 * ls-lisp.el (ls-lisp-classify):
1980 * find-file.el (ff-search-directories, ff-special-constructs)
1981 (ff-find-other-file):
1982 * font-lock.el (font-lock-keywords):
1983 * shell.el (shell-prompt-pattern)
1984 (shell-dynamic-complete-functions, shell-mode)
1985 (shell-delimiter-argument-list):
1986 * term.el (term-replace-by-expanded-filename)
1987 (term-prompt-regexp, term-delimiter-argument-list):
1988 * woman.el (woman-ignore, woman0-if):
1989 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1990 * emacs-lisp/elint.el (elint-init-env):
1991 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1992 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1993 * language/ethio-util.el (ethio-tilde-escape)
1994 (ethio-use-three-dot-question):
1995 * net/zone-mode.el (zone-mode-load-time-setup):
1996 * progmodes/cc-align.el (c-lineup-argcont):
1997 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1998 * progmodes/cperl-mode.el (cperl-set-style-back):
1999 * progmodes/inf-lisp.el (inferior-lisp-prompt):
2000 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
2001 Fix spellings in docstrings.
2002
2003 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
2004 * progmodes/modula2.el (m2-for): Fix spellings.
2005
2006 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
2007
2008 * simple.el (undo-more): Don't use `format' on `error' arguments.
2009 Improve argument/docstring consistency.
2010 (pending-undo-list): Doc fix.
2011
2012 * smerge-mode.el (smerge-ensure-match):
2013 * emulation/vip.el (vip-ex):
2014 * net/zone-mode.el (zone-mode-update-serial):
2015 * progmodes/idlwave.el (idlwave-complete):
2016 * progmodes/vhdl-mode.el (vhdl-visit-file)
2017 (vhdl-compose-wire-components):
2018 Don't use `format' on `error' arguments.
2019
2020 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
2021 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
2022 (tooltip-help-tips): Fix typos in docstrings.
2023
2024 2005-06-16 David Ponce <david@dponce.com>
2025
2026 * tree-widget.el (tree-widget-value-create): Simplify last change.
2027
2028 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
2029
2030 * ido.el (ido-incomplete-regexp): New variable.
2031 (ido-set-matches-1): Handle invalid-regexp error and set
2032 ido-incomplete-regexp.
2033 (ido-incomplete-regexp): New face.
2034 (ido-completions): Use it.
2035 (ido-complete, ido-exit-minibuffer, ido-completions):
2036 Handle incomplete regexps.
2037 (ido-completions): Add check for complete match when entering a regexp.
2038
2039 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
2040
2041 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
2042
2043 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
2044
2045 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
2046 by field delimiters.
2047
2048 2005-06-15 David Ponce <david@dponce.com>
2049
2050 * tree-widget.el: eval-and-compile inlined functions so they will
2051 be available at run-time too.
2052 (tree-widget-super-format-handler)
2053 (tree-widget-format-handler): Remove.
2054 (tree-widget-value-create): Handle the :indent property.
2055
2056 2005-06-15 Miles Bader <miles@gnu.org>
2057
2058 * progmodes/which-func.el (which-func): Only inherit
2059 `font-lock-function-name-face' when that makes sense against the
2060 default mode-line face, otherwise set the face color explicitly.
2061
2062 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
2063 faces instead of (non-existent) variables.
2064
2065 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
2066
2067 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
2068 (iswitchb-get-matched-buffers): Likewise. Simplify.
2069
2070 2005-06-14 Miles Bader <miles@gnu.org>
2071
2072 * progmodes/ld-script.el (ld-script-location-counter):
2073 Remove "-face" suffix from face name.
2074 (ld-script-location-counter-face):
2075 New backward-compatibility alias for renamed face.
2076 (ld-script-location-counter-face): Use renamed face.
2077
2078 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
2079 (cperl-hash): Remove "-face" suffix from face names.
2080 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
2081 New backward-compatibility aliases for renamed faces.
2082 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
2083 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
2084
2085 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
2086 name.
2087 (which-func-face): New backward-compatibility alias for renamed face.
2088 (which-func-format): Use renamed which-func face.
2089
2090 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
2091 (vhdl-function, vhdl-directive, vhdl-reserved-word)
2092 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
2093 names.
2094 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
2095 (vhdl-speedbar-configuration, vhdl-speedbar-package)
2096 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
2097 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
2098 (vhdl-speedbar-architecture-selected)
2099 (vhdl-speedbar-configuration-selected)
2100 (vhdl-speedbar-package-selected)
2101 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
2102 names.
2103 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
2104 Use renamed faces.
2105 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
2106 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
2107 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
2108 Use renamed faces.
2109 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
2110 names.
2111 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
2112 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
2113 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2114 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2115 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2116 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2117
2118 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2119 face name.
2120 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2121 (sh-heredoc-face): Use renamed sh-heredoc face.
2122
2123 * progmodes/idlw-help.el (idlwave-help-link):
2124 Remove "-face" suffix from face name.
2125 (idlwave-help-link-face):
2126 New backward-compatibility alias for renamed face.
2127 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2128
2129 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2130 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2131 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2132 New backward-compatibility aliases for renamed faces.
2133 (idlwave-shell-disabled-breakpoint-face)
2134 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2135
2136 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2137 Remove "-face" suffix from face names.
2138 (flymake-errline-face, flymake-warnline-face):
2139 New backward-compatibility aliases for renamed faces.
2140 (flymake-highlight-line): Use renamed flymake faces.
2141
2142 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2143 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2144 (ebrowse-member-class, ebrowse-progress):
2145 Remove "-face" suffix from face names.
2146 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2147 (ebrowse-file-name-face, ebrowse-default-face)
2148 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2149 (ebrowse-progress-face):
2150 New backward-compatibility aliases for renamed faces.
2151 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2152 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2153 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2154 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2155
2156 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2157 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2158 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2159 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2160 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2161 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2162 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2163 New backward-compatibility aliases for renamed faces.
2164 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2165 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2166 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2167 "font-lock-". Use renamed antlr-mode faces.
2168 (antlr-font-lock-additional-keywords): Use renamed faces.
2169 Replace literal face-names with face variable references.
2170
2171 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2172 face name.
2173 (Buffer-menu-buffer-face): New backward-compatibility alias for
2174 renamed face.
2175 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2176
2177 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2178
2179 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2180 Eliminate "-face" suffix.
2181 (makefile-targets): Inherit from font-lock-function-name-face and
2182 eliminate "-face" suffix.
2183 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2184 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2185 actions, instead of prepending, to make it less visible.
2186 (makefile-previous-dependency, makefile-match-dependency):
2187 Don't match a target on a continuation line.
2188
2189 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2190
2191 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2192
2193 * progmodes/gdb-ui.el (menu): Re-order menu items.
2194 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2195
2196 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2197 Define in tooltip.el.
2198 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2199 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2200 gud-tooltip-echo-area.
2201
2202 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2203 backward compatibility and make obsolete.
2204 (tooltip-help-tips): Use tooltip-use-echo-area.
2205 (tooltip-show-help-function): Rename to...
2206 (tooltip-show-help): ...this, because it is a function.
2207 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2208
2209 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2210
2211 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2212 (edebug-print-length, edebug-print-level, edebug-print-circle)
2213 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2214 (edebug-eval-print-last-sexp): Doc fixes.
2215
2216 2005-06-14 Kim F. Storm <storm@cua.dk>
2217
2218 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2219 as the coverage buffer/file/both may change.
2220
2221 2005-06-14 Lute Kamstra <lute@gnu.org>
2222
2223 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2224 and run-mode-hooks. Simplify.
2225
2226 * mail/rmailedit.el (rmail-edit-mode):
2227 * progmodes/octave-inf.el (inferior-octave-mode):
2228 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2229
2230 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2231 and run-mode-hooks.
2232 (recentf-edit-list, recentf-open-files): Don't call
2233 kill-all-local-variables directly.
2234
2235 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2236
2237 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2238
2239 * emacs-lisp/byte-run.el (make-obsolete)
2240 (define-obsolete-function-alias): Rename arguments FUNCTION and
2241 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2242 (make-obsolete-variable, define-obsolete-variable-alias):
2243 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2244 respectively.
2245
2246 * isearchb.el (isearchb-activate):
2247 * pcvs.el (cvs-mode):
2248 * ses.el (ses-load):
2249 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2250 * net/tramp.el (tramp-find-file-exists-command)
2251 (tramp-find-shell):
2252 * progmodes/ada-mode.el (ada-create-case-exception)
2253 (ada-create-case-exception-substring, ada-make-subprogram-body):
2254 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2255 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2256 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2257 * textmodes/org.el (org-promote, org-evaluate-time-range)
2258 (org-agenda-next-date-line, org-agenda-previous-date-line)
2259 (org-agenda-error, org-open-at-point, org-table-move-row)
2260 (org-format-table-table-html-using-table-generate-source)
2261 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2262 * textmodes/reftex.el (reftex-access-scan-info):
2263 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2264 (reftex-toc-promote-prepare): Follow error conventions.
2265
2266 * diff-mode.el (diff-mode): Fix typo in docstring.
2267
2268 * forms.el (forms--intuit-from-file): Fix reference to
2269 `forms-number-of-fields' in error message.
2270 (forms-print): Fix quoting in error message.
2271
2272 * forms.el (forms-mode):
2273 * emulation/vi.el (vi-goto-insert-state):
2274 * progmodes/flymake.el (flymake-new-err-info)
2275 (flymake-start-syntax-check-for-current-buffer)
2276 (flymake-simple-cleanup):
2277 * eshell/esh-var.el (eshell/export):
2278 * progmodes/gud.el (xdb):
2279 * textmodes/flyspell.el (flyspell-incorrect-hook)
2280 (flyspell-maybe-correct-transposition)
2281 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2282
2283 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2284
2285 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2286 minibuffer prompt.
2287
2288 2005-06-13 Kim F. Storm <storm@cua.dk>
2289
2290 * subr.el (add-to-ordered-list): New defun.
2291
2292 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2293 add cua--keymap-alist to emulation-mode-map-alists.
2294
2295 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2296
2297 * subr.el (complete-in-turn): New macro.
2298 (dynamic-completion-table, lazy-completion-table): Add debug info.
2299
2300 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2301 in preference to face aliases.
2302
2303 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2304 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2305 Remove unused vars `start' and `firstline'.
2306 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2307 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2308
2309 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2310
2311 * cus-start.el (all): Don't complain about missing GTK-related
2312 variables, unless either `gtk' is boundp or this isn't a
2313 `windows-nt' build.
2314
2315 2005-06-13 Lute Kamstra <lute@gnu.org>
2316
2317 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2318 run-mode-hooks.
2319
2320 * ediff-mult.el (ediff-meta-mode):
2321 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2322
2323 * ledit.el (ledit-mode): Use delay-mode-hooks.
2324
2325 * woman.el (woman-mode-line-format): Delete constant.
2326 (woman-mode-map): Initialize it properly.
2327 (woman-mode): Set mode-class property to special.
2328 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2329 Set major-mode and mode-name. Don't set mode-line-format directly.
2330 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2331
2332 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2333 string argument obsolete.
2334
2335 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2336
2337 * textmodes/org.el (org-CUA-compatible): New option.
2338 (org-disputed-keys): New variable.
2339 (org-key): New function.
2340 (orgtbl-make-binding): Add docstring to the created function.
2341 (org-mode): Set paragraph start/separate regexps.
2342 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2343 (org-archive-location, org-archive-mark-done)
2344 (org-archive-stamp-time): New options.
2345 (org-archive-subtree): New command.
2346 (org-fill-paragraph): New function.
2347 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2348 (org-fake-empty-table-line): Function removed.
2349 (org-format-org-table-html): Do not create empty table lines at
2350 separator lines. Improved table header treatment.
2351 (org-link-format): New option.
2352 (org-make-link): New function.
2353 (org-insert-link, org-store-link): Use org-make-link.
2354 (org-open-file): Quote file name for shell command, to allow
2355 spaces in file names.
2356 (org-link-regexp): Fix bug with mailto link.
2357 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2358 New constants.
2359 (org-export-as-html): Deal with the optional angles around a link.
2360 Better treatment of file: links.
2361 (org-open-at-point): Replace @{ and @} with < and >.
2362 (org-run-mode-hooks): Function removed.
2363 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2364
2365 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2366
2367 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2368 MI command -data-list-register-values.
2369 (gdb-post-prompt): Indent properly.
2370
2371 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2372
2373 * hilit-chg.el (highlight-changes-colors): Rename from
2374 `highlight-changes-colours'.
2375 (highlight-changes-colours): Keep as obsolete alias.
2376 (highlight-changes-face-list): Doc fix.
2377 (hilit-chg-make-list): Use `highlight-changes-colors'.
2378
2379 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2380
2381 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2382 defun-prompt-regexp.
2383
2384 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2385
2386 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2387 and cygwin.
2388
2389 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2390 Don't use an old loaddefs.el, as in Makefile.in.
2391
2392 2005-06-12 Lute Kamstra <lute@gnu.org>
2393
2394 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2395
2396 * man.el (Man-mode-map): Initialize it properly.
2397 (Man-mode): Set mode-class property to special.
2398
2399 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2400
2401 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2402
2403 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2404 A newline is needed in the docstring there.
2405
2406 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2407 Doc fixes.
2408
2409 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2410
2411 * printing.el: Doc fix. The menubar is no more changed when printing
2412 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2413 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2414 (pr-version): New version number (6.8.4).
2415 (pr-menu-bind): New command.
2416 (pr-update-menus): Docstring and code fix.
2417 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2418 Docstring fix.
2419 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2420 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2421
2422 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2423
2424 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2425 "Returns" to "return", document useful return values, etc.
2426
2427 2005-06-11 Alan Mackenzie <acm@muc.de>
2428
2429 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2430 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2431 (adaptive-file-function): Minor amendment to doc-string.
2432
2433 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2434
2435 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2436 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2437 Fix :type--it is `integer', not `string'.
2438
2439 * faces.el (modeline-highlight): Rename from (the erroneous)
2440 `modeline-higilight'.
2441
2442 2005-06-11 Lute Kamstra <lute@gnu.org>
2443
2444 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2445 lisp-interaction-mode-map but make it the parent.
2446 (edebug-eval-mode): Use define-derived-mode.
2447
2448 2005-06-11 Andreas Schwab <schwab@suse.de>
2449
2450 * bindings.el: Add binding of `ESC functionkey' for every
2451 `M-functionkey'.
2452 * hexl.el (hexl-mode-map): Likewise.
2453
2454 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2455
2456 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2457 [msft]: update regexp for newer msft compilers.
2458
2459 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2460
2461 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2462 ATTLIST portions of included DTDs.
2463 (xml-parse-dtd): Eliminate use of inefficient match-data.
2464
2465 2005-06-10 Miles Bader <miles@gnu.org>
2466
2467 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2468 (mpuz-text): Remove "-face" suffix from face names.
2469 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2470 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2471 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2472
2473 * play/gomoku.el (gomoku-O, gomoku-X):
2474 Remove "-face" suffix from face names.
2475 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2476 New backward-compatibility aliases for renamed faces.
2477 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2478
2479 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2480
2481 * thumbs.el: Fixes for changes of 2005-06-09.
2482 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2483 as a directory.
2484 (thumbs-thumbname): Remove directory separator from format string;
2485 `thumbs-thumbsdir' now returns a valid directory name.
2486 (thumbs-temp-dir): New defsubst.
2487 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2488 Use it.
2489
2490 * cus-edit.el (minibuffer):
2491 * files.el (make-backup-file-name-function):
2492 * filesets.el (filesets-external-viewers):
2493 * hilit-chg.el (highlight-changes-colours)
2494 (highlight-changes-face-list, highlight-changes-rotate-faces):
2495 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2496 * kmacro.el (kmacro-call-macro):
2497 * log-edit.el (log-edit-changelog-full-paragraphs):
2498 * mouse.el (mouse-1-click-follows-link):
2499 * skeleton.el (skeleton-autowrap):
2500 * subr.el (insert-for-yank-1):
2501 * tempo.el (tempo-insert-region):
2502 * terminal.el (terminal-emulator):
2503 * time.el (display-time-mail-face):
2504 * vc.el (vc-annotate):
2505 * vcursor.el (vcursor-copy-line):
2506 * woman.el (woman-bold-headings, woman-ignore)
2507 (woman-default-faces, woman-monochrome-faces):
2508 * calendar/todo-mode.el (todo-insert-threshold):
2509 * emulation/pc-select.el (pc-select-selection-keys-only)
2510 (pc-selection-mode):
2511 * emulation/vip.el (vip-find-char-forward):
2512 * emulation/viper-cmd.el (viper-find-char-forward):
2513 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2514 (input-method-exit-on-invalid-key):
2515 * international/mule-diag.el (describe-coding-system):
2516 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2517 * net/browse-url.el (browse-url-xterm-program):
2518 * obsolete/lazy-lock.el (lazy-lock-mode):
2519 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2520 (cperl-mode):
2521 * progmodes/cpp.el (cpp-face-light-name-list)
2522 (cpp-face-dark-name-list):
2523 * progmodes/delphi.el (delphi-newline-always-indents):
2524 Fix spellings in docstrings.
2525
2526 * ido.el (ido-mode, ido-file-extensions-order)
2527 (ido-default-file-method, ido-default-buffer-method)
2528 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2529 (ido-decorations, ido-read-file-name-as-directory-commands)
2530 (ido-read-file-name-non-ido, ido-work-directory-list)
2531 (ido-ignore-item-temp-list, ido-current-directory)
2532 (ido-magic-forward-char, ido-enter-find-file)
2533 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2534 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2535
2536 2005-06-10 Lute Kamstra <lute@gnu.org>
2537
2538 * play/dunnet.el (dun-mode): Use define-derived-mode.
2539 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2540 obsolete alias.
2541
2542 * play/doctor.el (doctor-mode-map): Remove defvar.
2543 (doctor-mode): Use define-derived-mode.
2544
2545 * mail/mspools.el (mspools-mode):
2546 * net/eudc-hotlist.el (eudc-hotlist-mode):
2547 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2548
2549 2005-06-10 Miles Bader <miles@gnu.org>
2550
2551 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2552 Remove "-face" suffix from face names.
2553 (flyspell-incorrect-face, flyspell-duplicate-face):
2554 New backward-compatibility aliases for renamed faces.
2555 (flyspell-mode-on, make-flyspell-overlay)
2556 (flyspell-highlight-incorrect-region)
2557 (flyspell-highlight-duplicate-region)
2558 (flyspell-display-next-corrections)
2559 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2560
2561 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2562 from face name.
2563 (texinfo-heading-face): New backward-compatibility alias for
2564 renamed face.
2565 (texinfo-heading-face): Use renamed texinfo-heading face.
2566
2567 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2568 suffix from face names.
2569 (tex-math-face, tex-verbatim-face):
2570 New backward-compatibility aliases for renamed faces.
2571 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2572 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2573 literal face name.
2574
2575 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2576 name.
2577 (table-cell-face): New backward-compatibility alias for renamed face.
2578 (table--put-cell-face-property, table--update-cell-face):
2579 Use renamed table-cell face.
2580
2581 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2582 from face name.
2583 (sgml-namespace-face): New backward-compatibility alias for
2584 renamed face.
2585 (sgml-namespace-face): Use renamed sgml-namespace face.
2586
2587 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2588 (org-level-4, org-level-5, org-level-6, org-level-7)
2589 (org-level-8, org-warning, org-headline-done)
2590 (org-deadline-announce, org-scheduled-today)
2591 (org-scheduled-previously, org-link, org-done, org-table)
2592 (org-time-grid): Remove "-face" suffix from face names.
2593 (org-level-1-face, org-level-2-face, org-level-3-face)
2594 (org-level-4-face, org-level-5-face, org-level-6-face)
2595 (org-level-7-face, org-level-8-face, org-warning-face)
2596 (org-headline-done-face, org-deadline-announce-face)
2597 (org-scheduled-today-face, org-scheduled-previously-face)
2598 (org-link-face, org-done-face, org-table-face)
2599 (org-time-grid-face):
2600 New backward-compatibility aliases for renamed faces.
2601 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2602 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2603 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2604 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2605
2606 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2607 (viper-minibuffer-emacs, viper-minibuffer-insert)
2608 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2609 (viper-search-face, viper-replace-overlay-face)
2610 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2611 (viper-minibuffer-vi-face):
2612 New backward-compatibility aliases for renamed faces.
2613 (viper-search-face, viper-replace-overlay-face)
2614 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2615 (viper-minibuffer-vi-face): Use renamed viper faces.
2616
2617 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2618 Remove "-face" suffix from face names.
2619 (testcover-nohits-face, testcover-1value-face):
2620 New backward-compatibility aliases for renamed faces.
2621 (testcover-mark): Use renamed testcover faces.
2622
2623 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2624 face name.
2625 (diary-button-face): New backward-compatibility alias for renamed face.
2626 (diary-entry): Use renamed diary-button face.
2627
2628 * calendar/calendar.el (diary, calendar-today, holiday)
2629 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2630 (diary-face, calendar-today-face, holiday-face):
2631 New backward-compatibility aliases for renamed faces.
2632 (eval-after-load "facemenu", diary-entry-marker)
2633 (calendar-today-marker, calendar-holiday-marker, diary-face):
2634 Use renamed calendar faces.
2635
2636 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2637 (compare-windows-face): New backward-compatibility alias for
2638 renamed face.
2639 (compare-windows-highlight): Use renamed compare-windows face.
2640
2641 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2642 (strokes-char-face): New backward-compatibility alias for renamed face.
2643 (strokes-encode-buffer): Use renamed strokes-char face.
2644
2645 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2646 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2647 Remove "-face" suffix from face names.
2648 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2649 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2650 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2651 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2652 Use renamed pcvs faces.
2653 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2654 * pcvs-defs.el (cvs-mode-map): Likewise.
2655 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2656
2657 * info.el (info-title-1, info-title-2, info-title-3)
2658 (info-title-4): Remove "-face" suffix from and downcase face names.
2659 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2660 (Info-title-4-face):
2661 New backward-compatibility aliases for renamed faces.
2662 (Info-fontify-node): Use renamed info faces.
2663
2664 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2665 Remove "-face" suffix from face names.
2666 (highlight-changes-face, highlight-changes-delete-face):
2667 New backward-compatibility aliases for renamed faces.
2668 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2669 (hilit-chg-make-list): Use renamed highlight-changes faces.
2670
2671 * generic-x.el (show-tabs-tab, show-tabs-space):
2672 Remove "-face" suffix from face names.
2673 (show-tabs-tab-face, show-tabs-space-face):
2674 New backward-compatibility aliases for renamed faces.
2675 (show-tabs-generic-mode-font-lock-defaults-1)
2676 (show-tabs-generic-mode-font-lock-defaults-2):
2677 Use renamed show-tabs faces.
2678
2679 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2680 (smerge-markers): Remove "-face" suffix from face names.
2681 (smerge-mine-face, smerge-other-face, smerge-base-face)
2682 (smerge-markers-face):
2683 New backward-compatibility aliases for renamed faces.
2684 (smerge-mine-face, smerge-other-face, smerge-base-face)
2685 (smerge-markers-face): Use renamed smerge faces.
2686
2687 * log-view.el (log-view-file, log-view-message):
2688 Remove "-face" suffix from face names.
2689 (log-view-file-face, log-view-message-face):
2690 New backward-compatibility aliases for renamed faces.
2691 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2692
2693 * paren.el (show-paren-match, show-paren-mismatch):
2694 Remove "-face" suffix from face names.
2695 (show-paren-match-face, show-paren-mismatch-face):
2696 New backward-compatibility aliases for renamed faces.
2697 (show-paren-function): Use renamed show-paren faces.
2698
2699 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2700 (ruler-mode-margins, ruler-mode-fringes)
2701 (ruler-mode-column-number, ruler-mode-fill-column)
2702 (ruler-mode-comment-column, ruler-mode-goal-column)
2703 (ruler-mode-tab-stop, ruler-mode-current-column):
2704 Remove "-face" suffix from face names.
2705 (ruler-mode-default-face, ruler-mode-pad-face)
2706 (ruler-mode-margins-face, ruler-mode-fringes-face)
2707 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2708 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2709 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2710 New backward-compatibility aliases for renamed faces.
2711 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2712 (ruler-mode-column-number, ruler-mode-fill-column)
2713 (ruler-mode-comment-column, ruler-mode-goal-column)
2714 (ruler-mode-tab-stop, ruler-mode-current-column)
2715 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2716
2717 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2718 face name.
2719 (whitespace-highlight-the-space): Use renamed face.
2720 (whitespace-highlight-face): New backward-compatibility alias for
2721 renamed face.
2722
2723 * woman.el (woman-italic, woman-bold, woman-unknown)
2724 (woman-addition, woman-symbol-face):
2725 Remove "-face" suffix from face names.
2726 (woman-italic-face, woman-bold-face, woman-unknown-face)
2727 (woman-addition-face):
2728 New backward-compatibility aliases for renamed faces.
2729 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2730 (woman-decode-region, woman-replace-match)
2731 (woman-display-extended-fonts, woman-special-characters)
2732 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2733 Use renamed woman faces.
2734
2735 * longlines.el (longlines-visible-face): Face removed.
2736
2737 * diff-mode.el (diff-header, diff-file-header, diff-index)
2738 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2739 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2740 suffix from face names.
2741 (diff-header-face, diff-file-header-face, diff-index-face)
2742 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2743 (diff-changed-face, diff-function-face, diff-context-face)
2744 (diff-nonexistent-face): New backward-compatibility aliases for
2745 renamed faces.
2746 (diff-header-face, diff-file-header-face)
2747 (diff-index, diff-index-face, diff-hunk-header)
2748 (diff-hunk-header-face, diff-removed, diff-removed-face)
2749 (diff-added, diff-added-face, diff-changed-face, diff-function)
2750 (diff-function-face, diff-context-face, diff-nonexistent)
2751 (diff-nonexistent-face): Use renamed diff-mode faces.
2752
2753 * progmodes/compile.el (compilation-warning-face)
2754 (compilation-info-face): Remove "-face" suffix from face names.
2755 (compilation-warning-face, compilation-info-face):
2756 New backward-compatibility aliases for renamed faces.
2757 (compilation-warning-face, compilation-info-face):
2758 Use renamed compilation faces.
2759
2760 * add-log.el (change-log-date, change-log-name)
2761 (change-log-email, change-log-file, change-log-list)
2762 (change-log-conditionals, change-log-function)
2763 (change-log-acknowledgement): Remove "-face" suffix from face names.
2764 (change-log-date-face, change-log-name-face)
2765 (change-log-email-face, change-log-file-face)
2766 (change-log-list-face, change-log-conditionals-face)
2767 (change-log-function-face, change-log-acknowledgement-face):
2768 New backward-compatibility aliases for renamed faces.
2769 (change-log-font-lock-keywords): Use renamed change-log faces.
2770
2771 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2772 (custom-set, custom-changed, custom-saved, custom-button)
2773 (custom-button-pressed, custom-documentation, custom-state)
2774 (custom-comment, custom-comment-tag, custom-variable-tag)
2775 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2776 (custom-group-tag): Remove "-face" suffix from face names.
2777 (custom-magic-alist, custom-magic-value-create)
2778 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2779 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2780 (custom-set-face, custom-changed-face, custom-saved-face)
2781 (custom-button-face, custom-button-pressed-face)
2782 (custom-documentation-face, custom-state-face)
2783 (custom-comment-face, custom-comment-tag-face)
2784 (custom-variable-tag-face, custom-variable-button-face)
2785 (custom-face-tag-face, custom-group-tag-face-1)
2786 (custom-group-tag-face):
2787 New backward-compatibility aliases for renamed faces.
2788
2789 * wid-edit.el (widget-documentation, widget-button)
2790 (widget-field, widget-single-line-field, widget-inactive)
2791 (widget-button-pressed): "-face" suffix removed from face names.
2792 (widget-documentation-face, widget-button-face)
2793 (widget-field-face, widget-single-line-field-face)
2794 (widget-inactive-face, widget-button-pressed-face):
2795 New backward-compatibility aliases for renamed faces.
2796 (widget-documentation-face, widget-button-face)
2797 (widget-button-pressed-face, widget-specify-field)
2798 (widget-specify-inactive): Use renamed widget faces.
2799
2800 2005-06-10 Kenichi Handa <handa@m17n.org>
2801
2802 * term/x-win.el (x-clipboard-yank): Remove condition-case
2803 wrapping.
2804
2805 2005-06-11 Kenichi Handa <handa@m17n.org>
2806
2807 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2808 date lines stricter.
2809
2810 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2811
2812 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2813 of x-get-selection.
2814
2815 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2816
2817 * comint.el (comint-mode, comint-snapshot-last-prompt):
2818 * frame.el (frame-current-scroll-bars):
2819 * term.el (term-mode, term-check-proc, term-input-sender)
2820 (term-simple-send, term-extract-string, term-word)
2821 (term-match-partial-filename):
2822 * window.el (window-current-scroll-bars):
2823 * emulation/cua-base.el (cua-normal-cursor-color)
2824 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2825 (cua-global-mark-cursor-color):
2826 * mail/undigest.el (rmail-forward-separator-regex):
2827 Fix typos in docstrings.
2828
2829 * comint.el (comint-check-proc, make-comint-in-buffer)
2830 (comint-source-default): Doc fixes.
2831
2832 * term.el (term-send-string): Improve argument/docstring
2833 consistency.
2834
2835 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2836
2837 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2838 call to `delete-region'.
2839 (comint-mode-hook): Do not enable Font Lock by default.
2840
2841 2005-06-09 Lute Kamstra <lute@gnu.org>
2842
2843 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2844 could be void.
2845
2846 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2847
2848 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2849 (debug): Use it.
2850 (debugger-step-through, debugger-continue, debugger-jump)
2851 (debugger-return-value): Set it when needed.
2852 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2853 Use inhibit-read-only.
2854
2855 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2856
2857 * window.el (shrink-window-if-larger-than-buffer)
2858 (window-size-fixed): Fix typo in docstring.
2859
2860 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2861 thumbnails directory on loading.
2862 (thumbs-conversion-program): Use `eq' to check the system type,
2863 not `equal'.
2864 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2865 not "/tmp". Fix docstring.
2866 (thumbs-thumbsdir): New function to return the thumbnails
2867 directory, creating it if needed.
2868 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2869 (thumbs-temp-file): Delete variable and make it into a function.
2870 (thumbs-resize-image, thumbs-modify-image): Use it.
2871 (thumbs-kill-buffer): Simplify.
2872 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2873 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2874 docstrings.
2875
2876 2005-06-09 Kim F. Storm <storm@cua.dk>
2877
2878 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2879 set-match-data to free markers in match-data.
2880
2881 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2882 match-data to unchain markers in match-data.
2883
2884 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2885
2886 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2887 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2888 unnecessary now.
2889
2890 2005-06-08 Richard M. Stallman <rms@gnu.org>
2891
2892 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2893 give the variable a doc string that doesn't say don't set it directly.
2894
2895 * textmodes/ispell.el (ispell-check-version):
2896 Use match-string-no-properties.
2897 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2898 (ispell-buffer-local-words): Likewise.
2899
2900 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2901 except on terminals with enough colors to really display it.
2902 (makefile-dependency-regex): Delete spurious `bb'.
2903
2904 * faces.el (escape-glyph): Use blue once again in last case.
2905 (no-break-space): Redefine so that it isn't invisible on a tty.
2906
2907 2005-06-08 Kim F. Storm <storm@cua.dk>
2908
2909 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2910 also when reading directory name.
2911
2912 2005-06-08 Lute Kamstra <lute@gnu.org>
2913
2914 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2915 (flyspell-mode-line-string): Remove autoload cookie.
2916 (flyspell-mode): Remove defvar.
2917
2918 2005-06-07 Lute Kamstra <lute@gnu.org>
2919
2920 * textmodes/org.el (org-run-mode-hooks): New function.
2921 (org-agenda-mode): Use it.
2922
2923 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2924
2925 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2926
2927 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2928
2929 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2930
2931 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2932
2933 * font-lock.el (font-lock-add-keywords): Doc fix.
2934
2935 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2936
2937 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2938 (tex-compile-default): In the absence of any history, use the order in
2939 tex-compile-alist to choose the preferred command.
2940 (tex-compile-commands): Reorder a bit.
2941
2942 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2943 (flyspell-incorrect-face, flyspell-duplicate-face):
2944 Use (X)Emacs-agnostic code.
2945 (flyspell-mode-map): Don't overwrite at each load. Remove code
2946 redundant with the subsequent add-minor-mode. Merge Emacs and
2947 XEmacs code.
2948 (flyspell-word): Minor simplification.
2949 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2950 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2951 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2952 Merge the corresponding Emacs code.
2953 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2954
2955 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2956 a dedicated window.
2957
2958 * international/latexenc.el (latexenc-find-file-coding-system):
2959 Undo part of last patch, to turn off a compiler warning.
2960
2961 2005-06-06 Juri Linkov <juri@jurta.org>
2962
2963 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2964 Rename `tmm-inactive-face' to `tmm-inactive'.
2965
2966 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2967
2968 * iswitchb.el: Rename faces.
2969
2970 2005-06-06 Kim F. Storm <storm@cua.dk>
2971
2972 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2973 (cua-global-mark): Remove -face suffix from face names.
2974
2975 * emulation/cua-gmrk.el (cua--init-global-mark):
2976 Remove cua-global-mark face setup.
2977
2978 2005-06-06 Richard M. Stallman <rms@gnu.org>
2979
2980 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2981 just like other allowed characters.
2982 (makefile-match-dependency): Exclude leading and training whitespace
2983 from the range of regexp subexp 1.
2984 (makefile-macroassign-regex): Don't try to match the body,
2985 just the name of the macro being defined.
2986
2987 * info.el (Info-read-node-name-2): New function.
2988 (Info-read-node-name-1): Use that.
2989 Add a completion-base-size-function property.
2990
2991 * simple.el (completion-setup-function): Look for
2992 completion-base-size-function property of
2993 minibuffer-completion-table.
2994
2995 * files.el (locate-file-completion): Doc fix.
2996
2997 * printing.el: Don't call pr-update-menus; user must do that.
2998
2999 * emacs-lisp/debug.el (debugger-window): New variable.
3000 (debug): Use debugger-window if it is set and still alive.
3001 Record debugger-window for next entry.
3002
3003 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
3004
3005 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
3006
3007 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
3008 (hack-one-local-variable, hack-local-variables)
3009 (hack-local-variables-prop-line): Pass that arg.
3010
3011 2005-06-06 Kim F. Storm <storm@cua.dk>
3012
3013 * ido.el (ido-first-match, ido-only-match, ido-subdir)
3014 (ido-indicator): Remove -face suffix from face names.
3015
3016 2005-06-06 Juri Linkov <juri@jurta.org>
3017
3018 * font-lock.el (font-lock-regexp-backslash)
3019 (font-lock-regexp-backslash-construct): New faces.
3020 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
3021 after `('. Add `while-no-input' to control structures.
3022
3023 * faces.el (no-break-space, shadow): New faces.
3024 (escape-glyph): Use less loud colors pink2 and red4.
3025
3026 * diff-mode.el (diff-context-face)
3027 * dired.el (dired-ignored)
3028 * rfn-eshadow.el (file-name-shadow)
3029 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
3030
3031 * info.el (Info-title-1-face): Use green instead of yellow because
3032 bold yellow is not readable on light backgrounds.
3033
3034 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
3035 before selecting the desired mode to not spend time fontifying
3036 old contents.
3037
3038 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
3039
3040 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
3041 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
3042
3043 * ps-print.el (ps-default-fg, ps-default-bg):
3044 Fix typos in docstrings.
3045
3046 * isearchb.el (isearchb): Don't pass a spurious second argument to
3047 `iswitchb-completions'.
3048
3049 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
3050
3051 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
3052 to preserve point.
3053 (gdb-find-file-hook): Add doc string.
3054
3055 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
3056 C dereferenced pointer expression.
3057 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
3058
3059 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
3060
3061 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
3062 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
3063 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
3064 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
3065 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
3066 Make background transparent.
3067
3068 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
3069
3070 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
3071 (font-lock-remove-keywords): Doc fix.
3072 (font-lock-mode-major-mode): Compiler defvar.
3073 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
3074
3075 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
3076 (font-lock-mode): Update `font-lock-mode-major-mode'.
3077 (font-lock-set-defaults): Compiler defvar.
3078 (font-lock-default-function): Take `font-lock-mode-major-mode'
3079 into account.
3080
3081 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
3082 keep track of which major mode it enabled the minor mode for.
3083 Use find-file-hook again. Update docstring.
3084
3085 * simple.el (eval-expression-print-level)
3086 (eval-expression-print-length, eval-expression-debug-on-error):
3087 Doc fixes.
3088
3089 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
3090
3091 * iswitchb.el (iswitchb-single-match-face)
3092 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
3093 (iswitchb-invalid-regexp-face): New faces.
3094 (iswitchb-completions): Use them.
3095 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
3096 now marked as an obsolete alias.
3097 (iswitchb-read-buffer): Remove check for bound font variables.
3098 (iswitchb-invalid-regexp): New free variable.
3099 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
3100 set iswitchb-invalid-regexp.
3101 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
3102 invalid regexps.
3103 (iswitchb-completions): Add check for complete match when entering
3104 a regexp.
3105 (iswitchb-completions): Remove require-match argument.
3106 (iswitchb-exhibit): Fix caller.
3107 (iswitchb-common-match-inserted): New variable.
3108 (iswitchb-complete, iswitchb-completion-help): Use it.
3109
3110 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
3111
3112 * url-http.el (url-http-chunked-encoding-after-change-function):
3113 Use `url-http-debug' instead of `message'.
3114
3115 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3116
3117 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3118 callback argument.
3119
3120 2005-06-04 Kim F. Storm <storm@cua.dk>
3121
3122 * simple.el (line-move): Only call sit-for when moving backwards.
3123
3124 * ido.el (ido-make-merged-file-list-1): New defun split from
3125 ido-make-merged-file-list.
3126 (ido-make-merged-file-list): Bind throw-on-input around call to
3127 ido-make-merged-file-list-1. Return input-pending-p if
3128 interrupted by more input available.
3129 (ido-read-internal): Handle input-pending-p return value from
3130 ido-make-merged-file-list.
3131
3132 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3133
3134 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3135 compatibility code.
3136
3137 * international/latexenc.el (latexenc-find-file-coding-system):
3138 Don't inherit the EOL part of the coding-system from the
3139 tex-main buffer. Fit within 80 columns.
3140
3141 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3142
3143 * tmm.el (tmm-inactive-face): New face.
3144 (tmm-remove-inactive-mouse-face): New function.
3145 (tmm-prompt, tmm-add-one-shortcut)
3146 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3147 but not selectable.
3148
3149 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3150
3151 * faces.el (face-equal): Improve argument/docstring consistency.
3152
3153 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3154
3155 * progmodes/make-mode.el (makefile-targets-face)
3156 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3157 (makefile-bsdmake-dependency-regex)
3158 (makefile-makepp-rule-action-regex)
3159 (makefile-bsdmake-rule-action-regex): New constants.
3160 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3161
3162 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3163 Allow (...) within `...' for makepp messages.
3164
3165 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3166
3167 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3168
3169 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3170 "." files are deleted from all file lists before comparison.
3171
3172 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3173 (viper-ESC-key): Made them customizable.
3174
3175 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3176
3177 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3178
3179 * autorevert.el (auto-revert-buffers): Use save-match-data.
3180
3181 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3182
3183 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3184 menu items with a nil command binding.
3185
3186 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3187
3188 * emacs-lisp/cl-macs.el (defsetf):
3189 Improve argument/docstring consistency.
3190
3191 * faces.el (list-faces-display): Improve the formatting by
3192 computing the maximum length required for any face-name (reworked
3193 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3194 (internal-find-face): Remove redundant info in docstring.
3195
3196 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3197
3198 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3199 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3200 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3201 (gdb-assembler-custom): Improve regexps.
3202 (def-gdb-auto-update-handler): Use window point to preserve point.
3203
3204 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3205
3206 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3207
3208 2005-05-31 Jay Belanger <belanger@truman.edu>
3209
3210 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3211 to calc-embedded.
3212 (calc-embedded-make-info): Have plain prefix argument select
3213 entire line.
3214
3215 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3216
3217 * faces.el (list-faces-display): Signal error if passed a regexp
3218 that matches no face name.
3219
3220 * simple.el (filter-buffer-substring): Fix typo in docstring.
3221
3222 2005-05-31 Richard M. Stallman <rms@gnu.org>
3223
3224 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3225 (vhdl-emacs-21): Doc fix.
3226 (vhdl-mode): Unconditionally set comment-padding.
3227 (vhdl-fixup-whitespace-region): Insert spaces only where
3228 there are none.
3229 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3230
3231 2005-05-30 John Wiegley <johnw@newartisans.com>
3232
3233 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3234 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3235 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3236 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3237 `string-to-number'.
3238
3239 2005-05-30 Jay Belanger <belanger@truman.edu>
3240
3241 * calc/calc.el (calc-bug-address): Fix docstring.
3242 (calc-window-hook, calc-trail-window-hook): New variables.
3243 (calc-trail-display): Restore use of calc-trail-window-hook.
3244 (calc): Restore use of calc-window-hook.
3245
3246 2005-05-31 Masatake YAMATO <jet@gyve.org>
3247
3248 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3249
3250 * help-fns.el (help-C-file-name): Add autoload mark for
3251 `find-function-noselect'.
3252
3253 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3254
3255 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3256 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3257
3258 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3259
3260 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3261 included diary buffer if it was not already being visited.
3262 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3263
3264 * calendar/icalendar.el (top-level): Do not require 'appt.
3265
3266 * mail/supercite.el (sc-select-attribution): Only use a list
3267 element from sc-attrib-selection-list if it returns a string.
3268 Reported by Davide G. M. Salvetti <salve@debian.org>.
3269
3270 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3271
3272 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3273 includes a hash value to improve its uniqueness, and has a ".jpg"
3274 extension. Also, it is now a valid filename on all systems.
3275 (thumbs-make-thumb): Use `let', not `let*'.
3276 (thumbs-show-thumbs-list): Check for JPEG availability.
3277
3278 2005-05-30 Richard M. Stallman <rms@gnu.org>
3279
3280 * filesets.el (filesets-menu-ensure-use-cached):
3281 Prevent warning when emacs-version>= is undefined.
3282
3283 * printing.el (pr-interactive-n-up): Use string-to-number.
3284
3285 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3286
3287 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3288 Warn only when name to be defined is quoted.
3289
3290 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3291
3292 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3293 Make regexp more robust.
3294 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3295 Force regeneration of disassembly.
3296
3297 2005-05-29 Jay Belanger <belanger@truman.edu>
3298
3299 * calc/calc.el (calc-user-invocation): Check if
3300 calc-invocation-macro is non-nil.
3301
3302 2005-05-29 Juri Linkov <juri@jurta.org>
3303
3304 * add-log.el (change-log-font-lock-keywords):
3305 Add `+' to e-mail regexp to accept mail address with keywords.
3306
3307 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3308
3309 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3310
3311 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3312
3313 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3314
3315 2005-05-29 Richard M. Stallman <rms@gnu.org>
3316
3317 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3318 Undo the change that moves to end of the current word.
3319
3320 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3321
3322 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3323 Throw error when count <= 0 to ensure input is a number.
3324 (gdb-read-memory-custom): Pick up address from buffer.
3325 (gdb-memory-mode): Allow user to increment and decrement
3326 memory address from header line.
3327
3328 2005-05-29 Richard M. Stallman <rms@gnu.org>
3329
3330 * flyspell.el (flyspell-version): Function deleted.
3331 (flyspell-auto-correct-previous-hook): Doc fix.
3332
3333 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3334 Do nothing if memory is full.
3335
3336 * font-lock.el (font-lock-fontify-syntactically-region):
3337 Pass t for GREEDY to looking-back.
3338
3339 * saveplace.el (save-place-alist-to-file): Write the file
3340 using write-region.
3341
3342 * subr.el (looking-back): New argument GREEDY.
3343
3344 * progmodes/compile.el (compilation-start): Set the mode
3345 before inserting the initial text.
3346
3347 * progmodes/which-func.el (which-func-update-1): Turn the mode
3348 off in case of error by setting which-func-mode.
3349
3350 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3351
3352 * flyspell.el (flyspell-auto-correct-previous-word):
3353 Narrow down to what's on the screen, and recenter overlays
3354 at the end of the next word.
3355
3356 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3357
3358 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3359 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3360 (flyspell-abbrev-p): Default to nil.
3361 (flyspell-use-global-abbrev-table-p): Doc fix.
3362 (flyspell-large-region): Allow nil as value.
3363 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3364
3365 (mail-mode-flyspell-verify): More robust handling
3366 of `mail-header-separator'. More efficient signature detection.
3367 Allow for regexp metacharacters in message-header-separator.
3368 Adding `To' not to be checked in mail-mode-flyspell-verify.
3369
3370 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3371 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3372 Bind flyspell-auto-correct-binding.
3373 Bind C-. and C-, .
3374 (flyspell-mode-map): Likewise.
3375 (flyspell-mode): Doc fix.
3376 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3377 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3378 (flyspell-word-cache-result): New var, always local.
3379 (flyspell-check-pre-word-p): Doc fix.
3380 (flyspell-check-changed-word-p): Handle spc like newline.
3381 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3382 (flyspell-word-search-backward, flyspell-word-search-forward):
3383 New functions.
3384 (flyspell-word): Return t if nothing to check.
3385 When parsing TeX code, check for after } or \.
3386 Use flyspell-word-search-backward to find previous word.
3387 Return nil if duplicated word.
3388 For word already checked, return same value as last time.
3389 Set flyspell-word-cache-result after checking.
3390 Don't clobber the return value.
3391 (flyspell-get-word): Major rewrite.
3392 (flyspell-external-point-words): New locals pword, pcount.
3393 Fix size used in progress message.
3394 Find the proper corresponding word in flyspell-large-region-buffer.
3395 (flyspell-region): Check for flyspell-large-region = nil.
3396 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3397 (flyspell-auto-correct-word): Check that WORD is a cons.
3398 (flyspell-correct-word): Likewise.
3399
3400 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3401
3402 * progmodes/make-mode.el (makefile-rule-action-regex)
3403 (makefile-macroassign-regex, makefile-makepp-mode)
3404 (makefile-bsdmake-mode): Continuation lines may be empty.
3405 Reported by Joshua Varner.
3406 (makefile-makepp-font-lock-keywords): Add $(stem).
3407
3408 2005-05-28 Karl Berry <karl@gnu.org>
3409
3410 * textmodes/tex-mode.el: Now that tex-send-command calls
3411 shell-quote-argument (2005-03-31 change), remove all calls to
3412 shell-quote-argument; they all end up invoking tex-send-command.
3413 The double quoting loses on filenames with non-safe characters,
3414 such as "@". Reported by Frederik Fouvry.
3415
3416 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3417
3418 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3419 about preserving point.
3420
3421 2005-05-27 Jay Belanger <belanger@truman.edu>
3422
3423 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3424 Info-goto-node.
3425
3426 * calc/calc-embed.el (calc-embed-arg): New variable.
3427 (calc-do-embedded-activate, calc-embedded-activate-formula)
3428 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3429 variable by new variable.
3430 (calc-embedded-make-info): Replace undeclared variable by new
3431 variable. When selecting region with positive prefix
3432 argument, use end of previous line instead of beginning of line.
3433
3434 * calc/calc-aent.el (calc-arg-values): Declare it.
3435
3436 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3437 Declare them.
3438
3439 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3440
3441 * calc/calc.el (calc-alg-map): Declare it.
3442
3443 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3444
3445 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3446
3447 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3448 (gdb-registers-buffer, toggle-gdb-all-registers):
3449 Toggle display of floating point registers.
3450 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3451
3452 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3453 (toggle-gud-tooltip-dereference):
3454 Rename from gud-toggle-tooltip-dereference.
3455
3456 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3457
3458 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3459
3460 2005-05-27 Jay Belanger <belanger@truman.edu>
3461
3462 * calc/calc-prog.el (calc-kbd-report): Remove.
3463 (calc-kbd-query): Rewrite.
3464
3465 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3466
3467 * image.el (image-library-alist): Move to image.c.
3468 (image-type-available-p): Doc fix.
3469
3470 2005-05-27 Lute Kamstra <lute@gnu.org>
3471
3472 * calc/calc.el (calc):
3473 * outline.el (outline-1, outline-2, outline-3, outline-4)
3474 (outline-5, outline-6, outline-7, outline-8):
3475 * textmodes/dns-mode.el (dns-mode):
3476 * textmodes/sgml-mode.el (sgml-namespace-face):
3477 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3478 (tex-verbatim-face, tex-use-reftex):
3479 * textmodes/texinfo.el (texinfo-heading-face):
3480 Specify customization group.
3481
3482 * longlines.el: Don't require easy-mmode.
3483 (longlines-visible-face): Specify customization group.
3484
3485 2005-05-27 Kenichi Handa <handa@m17n.org>
3486
3487 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3488 encoding table of windows-1251.
3489
3490 * international/ucs-tables.el (ucs-set-table-for-input):
3491 If translation-table-for-input of a coding system is a symbol, get
3492 its translation-table property.
3493
3494 * international/code-pages.el: Don't register a coding system into
3495 non-iso-charset-alist more than once.
3496 (cp-make-coding-system): Likewise.
3497
3498 2005-05-26 John Wiegley <johnw@newartisans.com>
3499
3500 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3501 `eshell-resume-eval' is wrapped in a list, it indicates that the
3502 command was run asynchronously. In that case, unwrap the value
3503 before checking the delimiter value.
3504
3505 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3506 character before a space at the end of a line is \, assume the space
3507 is part of the last argument rather than a final argument separator.
3508
3509 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3510 is in use, and the target is `t' or `nil' (which are the most common
3511 values), don't assume that the symbol target is a buffer.
3512
3513 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3514
3515 * calendar/calendar.el (calendar-mode-line-format):
3516 Use mode-line-highlight as mouse-face.
3517
3518 * time.el (display-time-string-forms, display-time-update):
3519 Use mode-line-highlight as mouse-face.
3520
3521 2005-05-26 Jay Belanger <belanger@truman.edu>
3522
3523 * calc/calc.el (calc-language-alist): Remove extra defvar.
3524
3525 2005-05-26 Lute Kamstra <lute@gnu.org>
3526
3527 * arc-mode.el (archive-mode):
3528 * bookmark.el (bookmark-read-annotation-mode)
3529 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3530 * bs.el (bs-mode):
3531 * calc/calc-yank.el (calc-edit-mode):
3532 * calc/calc.el (calc-mode, calc-trail-mode):
3533 * calculator.el (calculator-mode):
3534 * chistory.el (command-history-mode):
3535 * comint.el:
3536 * cus-edit.el (custom-mode):
3537 * descr-text.el (describe-text-mode):
3538 * ebuff-menu.el (Electric-buffer-menu-mode):
3539 * ediff-util.el (ediff-mode):
3540 * emacs-lisp/re-builder.el (reb-mode):
3541 * emulation/vi.el (vi-mode-setup):
3542 * emulation/ws-mode.el (wordstar-mode):
3543 * eshell/esh-mode.el (eshell-mode):
3544 * forms.el (forms-mode):
3545 * help-mode.el (help-mode):
3546 * hexl.el (hexl-mode):
3547 * ibuffer.el (ibuffer-mode):
3548 * ielm.el (inferior-emacs-lisp-mode):
3549 * info.el (Info-mode, Info-edit-mode):
3550 * international/swedish.el:
3551 * ledit.el (ledit-from-lisp-mode):
3552 * locate.el (locate-mode):
3553 * mail/rmail.el (rmail-mode):
3554 * mail/rmailedit.el (rmail-edit-mode):
3555 * mail/rmailsum.el (rmail-summary-mode):
3556 * mail/supercite.el (sc-electric-mode):
3557 * net/eudc.el (eudc-mode):
3558 * net/quickurl.el (quickurl-list-mode):
3559 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3560 * obsolete/ooutline.el (outline-mode):
3561 * obsolete/options.el (Edit-options-mode):
3562 * obsolete/rnews.el (news-mode):
3563 * obsolete/rnewspost.el (news-reply-mode):
3564 * play/5x5.el (5x5-mode):
3565 * play/decipher.el (decipher-mode, decipher-stats-mode):
3566 * play/gomoku.el (gomoku-mode):
3567 * play/snake.el (snake-mode):
3568 * play/solitaire.el (solitaire-mode):
3569 * play/tetris.el (tetris-mode):
3570 * progmodes/ada-mode.el (ada-mode):
3571 * progmodes/antlr-mode.el (antlr-mode):
3572 * progmodes/autoconf.el (autoconf-mode):
3573 * progmodes/dcl-mode.el (dcl-mode):
3574 * progmodes/delphi.el (delphi-mode):
3575 * progmodes/ebrowse.el (ebrowse-tree-mode)
3576 (ebrowse-electric-list-mode, ebrowse-member-mode)
3577 (ebrowse-electric-position-mode):
3578 * progmodes/f90.el (f90-mode):
3579 * progmodes/fortran.el (fortran-mode):
3580 * progmodes/icon.el (icon-mode):
3581 * progmodes/idlw-help.el (idlwave-help-mode):
3582 * progmodes/idlw-shell.el (idlwave-shell-mode):
3583 * progmodes/idlwave.el (idlwave-mode):
3584 * progmodes/inf-lisp.el (inferior-lisp-mode):
3585 * progmodes/m4-mode.el (m4-mode):
3586 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3587 * progmodes/modula2.el (modula-2-mode):
3588 * progmodes/octave-inf.el (inferior-octave-mode):
3589 * progmodes/octave-mod.el (octave-mode):
3590 * progmodes/pascal.el (pascal-mode):
3591 * progmodes/sh-script.el (sh-mode):
3592 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3593 * progmodes/vhdl-mode.el (vhdl-mode):
3594 * progmodes/xscheme.el (scheme-interaction-mode):
3595 * replace.el (occur-mode):
3596 * ses.el (ses-mode):
3597 * simple.el (completion-list-mode):
3598 * skeleton.el:
3599 * speedbar.el (speedbar-mode):
3600 * term.el (term-mode):
3601 * terminal.el (terminal-edit-mode):
3602 * textmodes/reftex-index.el (reftex-index-mode)
3603 (reftex-index-phrases-mode):
3604 * textmodes/reftex-sel.el (reftex-select-label-mode)
3605 (reftex-select-bib-mode):
3606 * textmodes/reftex-toc.el (reftex-toc-mode):
3607 * wdired.el (wdired-change-to-wdired-mode):
3608 * wid-browse.el (widget-browse-mode):
3609 Use run-mode-hooks.
3610
3611 * array.el (array-mode):
3612 * calendar/todo-mode.el (todo-mode):
3613 * man.el (Man-mode):
3614 * play/landmark.el (lm-mode):
3615 * play/mpuz.el (mpuz-mode):
3616 Use kill-all-local-variables and run-mode-hooks.
3617
3618 * subr.el (delay-mode-hooks): Specify indentation.
3619
3620 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3621
3622 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3623
3624 2005-05-26 Jay Belanger <belanger@truman.edu>
3625
3626 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3627 of nil.
3628
3629 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3630
3631 * progmodes/gdb-ui.el (gdb-frame-address):
3632 Rename from gdb-current-address.
3633 (gdb-previous-frame-address): Rename from gdb-previous-address.
3634 (gdb-selected-frame): Rename from gdb-current-frame.
3635 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3636 (gdb-frame-number): Rename from gdb-current-stack-level.
3637 (gdb-ann3): Match new mode-name for disassembly buffer.
3638 Extend initialization of variables.
3639 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3640 (gdb-memory-mode): Use mouse-face in header line.
3641 (gdb-assembler-buffer-name): Call it disassembly and give frame
3642 in mode line.
3643 (gdb-source-spec-regexp, gdb-assembler-custom)
3644 (gdb-invalidate-assembler, gdb-frame-handler):
3645 Make robust to leading zeroes in address format.
3646
3647 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3648
3649 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3650 define `org-mode'.
3651 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3652
3653 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3654
3655 * log-edit.el (log-edit-changelog-entries): Distinguish between
3656 filenames like xfns.c and fns.c.
3657
3658 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3659
3660 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3661 point after reverting.
3662 (Buffer-menu-make-sort-button): Handle the case where
3663 `Buffer-menu-use-header-line' is nil.
3664
3665 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3666
3667 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3668 New funcs. In minibuffer-local-completion-map bind `]', `/'
3669 and `:' to them.
3670
3671 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3672
3673 * startup.el (normal-top-level): Allow modification of load-path while
3674 we're iterating over it.
3675
3676 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3677
3678 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3679 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3680 (thumbs-resize-interactive, thumbs-insert-image)
3681 (thumbs-insert-thumb, thumbs-dired-show-marked)
3682 (thumbs-find-image-at-point, thumbs-delete-images)
3683 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3684 (thumbs-increment-image-size, thumbs-decrement-image-size):
3685 Fix typos in docstrings.
3686
3687 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3688
3689 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3690 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3691 (cperl-mode): Use them.
3692
3693 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3694
3695 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3696 Doc fixes.
3697
3698 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3699
3700 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3701 Bind C-d to gdb-inferior-io-eof.
3702
3703 * dired.el (dired-dnd-popup-notice): Use message-box.
3704
3705 2005-05-23 Masatake YAMATO <jet@gyve.org>
3706
3707 * bindings.el (mode-line-major-mode-keymap):
3708 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3709
3710 * faces.el (mode-line-highlight): New face.
3711
3712 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3713 as mouse-face.
3714
3715 * bindings.el (top-level, help-echo, mode-line-modified)
3716 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3717 as mouse-face.
3718
3719 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3720
3721 * progmodes/cc-engine.el (c-guess-basic-syntax):
3722 Remove spurious call to `zerop'.
3723
3724 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3725
3726 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3727
3728 CC Mode update to 5.30.10:
3729
3730 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3731 could go past the limit in decoration level 2, thereby causing
3732 errors during interactive fontification.
3733
3734 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3735 the file is evaluated interactively.
3736
3737 * cc-engine.el (c-guess-basic-syntax): Handle operator
3738 declarations somewhat better in C++.
3739
3740 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3741 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3742 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3743 (awk-mode): Use it.
3744 (make-local-hook): Suppress warning about obsoleteness.
3745
3746 * cc-engine.el, cc-align.el, cc-cmds.el
3747 (c-append-backslashes-forward, c-delete-backslashes-forward)
3748 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3749 Compensate for return value from `forward-line' when it has moved
3750 but not to a different line due to eob.
3751
3752 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3753 `objc-method-intro' and `objc-method-args-cont'.
3754
3755 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3756
3757 CC Mode update to 5.30.10:
3758
3759 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3760 in the copyright statement. Incidentally, change "along with GNU
3761 Emacs" to "along with this program" where it occurs.
3762
3763 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3764 so that it is interactive, hence can be found by M-x awk-mode
3765 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3766 <gmorris+emacs@ast.cam.ac.uk>.
3767
3768 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3769 Mode's regexps.
3770
3771 2005-05-23 Kevin Ryde <user42@zip.com.au>
3772
3773 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3774 c-parse-state, to avoid a lisp error (on bad code).
3775
3776 2005-05-23 Lute Kamstra <lute@gnu.org>
3777
3778 * subr.el (font-lock-defaults): Remove defvar as it's already
3779 defined in font-core.el.
3780
3781 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3782
3783 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3784
3785 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3786 more general and work when GDB variable "print pretty" is on,
3787 as with Emacs, for example.
3788
3789 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3790
3791 * font-core.el: Update comment.
3792
3793 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3794 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3795
3796 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3797
3798 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3799
3800 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3801 and `yank-handler' in the doc strings.
3802
3803 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3804
3805 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3806
3807 2005-05-22 Richard M. Stallman <rms@gnu.org>
3808
3809 * help.el (describe-key): Move print-help-return-message call
3810 out of conditional.
3811
3812 * progmodes/etags.el (list-tags): Use with-no-warnings.
3813
3814 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3815 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3816 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3817
3818 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3819
3820 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3821 Add defvar.
3822
3823 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3824 Use defvar, not defconst.
3825
3826 * hexl.el (hexl-follow-line): Use with-no-warnings.
3827
3828 * emulation/tpu-extras.el: Use write-file-functions instead of
3829 write-file-hooks.
3830
3831 * dired.el (dired-font-lock-keywords): Fontify files with junk
3832 extensions even if marked by -F.
3833
3834 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3835
3836 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3837 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3838 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3839 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3840 (concatenate, list-length, get*, getf, cl-remprop):
3841 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3842 (etypecase, progv, lexical-let, lexical-let*)
3843 (multiple-value-bind, multiple-value-setq, shiftf):
3844 Improve argument/docstring consistency.
3845
3846 * subr.el (focus-frame, unfocus-frame):
3847 Revert deletion on 2005-05-01.
3848
3849 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3850
3851 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3852 doesn't exist.
3853
3854 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3855 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3856
3857 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3858
3859 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3860 already deleted variables: auto-fill-hook, blink-paren-hook,
3861 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3862 suspend-hooks, comment-indent-hook, meta-flag,
3863 before-change-function, after-change-function,
3864 font-lock-doc-string-face.
3865
3866 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3867
3868 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3869
3870 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3871
3872 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3873 rmail-dont-reply-to.
3874
3875 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3876
3877 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3878 literal blank when splitting new-header-values.
3879
3880 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3881
3882 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3883 string so that tmm doesn't create a completion entry for it.
3884
3885 * textmodes/table.el (table-disable-menu): Ditto.
3886
3887 2005-05-21 Richard M. Stallman <rms@gnu.org>
3888
3889 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3890
3891 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3892
3893 * net/rcompile.el (remote-compile): Use compilation-start.
3894
3895 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3896
3897 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3898
3899 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3900 Default to makefile-bsdmake-mode on BSD systems.
3901
3902 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3903 REGEXP may also be a search function now. The part of doc-string
3904 for describing the structure was 95% identical to that of
3905 `imenu--generic-function'. Unify it there.
3906
3907 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3908 Use function to find dependencies, because regexp alone is so complex,
3909 it easily goes into an endless loop.
3910 (makefile-makepp-mode): Also add submenu for Perl functions
3911 defined in the makefile.
3912 (makefile-bsdmake-mode): Special imenu-generic-expression no
3913 longer needed, due to function call.
3914 (makefile-match-dependency): Take BOUND into account when checking
3915 if we're through.
3916
3917 2005-05-20 Jay Belanger <belanger@truman.edu>
3918
3919 * calc/calc-units.el (calc-invalidate-units-table):
3920 Use inhibit-read-only.
3921 (math-build-units-table-buffer): Use view-mode.
3922
3923 2005-05-20 David Kastrup <dak@gnu.org>
3924
3925 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3926 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3927
3928 2005-05-20 Lute Kamstra <lute@gnu.org>
3929
3930 * diff-mode.el (diff-header-face, diff-file-header-face)
3931 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3932 (diff-added-face, diff-changed-face, diff-function-face)
3933 (diff-context-face, diff-nonexistent-face): Put them in the
3934 diff-mode customization group.
3935
3936 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3937
3938 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3939
3940 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3941
3942 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3943 Minor regexp-optimization.
3944
3945 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3946
3947 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3948 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3949 (org-agenda-add-time-grid-maybe): New function.
3950 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3951 (org-table-create): `dotimes' instead of `mapcar'.
3952 (org-xor): Simplify implementation.
3953 (org-agenda): `inhibit-redisplay' turned on.
3954 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3955 a consistent line after a state change.
3956 (org-agenda-remove-times-when-in-prefix): New option.
3957 (org-prefix-has-time): New variable.
3958 (org-parse-time-string): Optional argument NODEFAULT.
3959 (org-format-agenda-item): Parse items for time-of-day
3960 specifications and move these into the prefix if possible.
3961 (org-agenda-priority): Get current heading, not previous heading
3962 during agenda remote editing.
3963
3964 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3965
3966 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3967 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3968 (remove-duplicates, delete-duplicates, substitute)
3969 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3970 (nsubstitute-if-not, find, find-if, find-if-not, position)
3971 (position-if, position-if-not, count, count-if, count-if-not)
3972 (mismatch, search, sort*, stable-sort, merge, member*)
3973 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3974 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3975 (intersection, nintersection, set-difference, nset-difference)
3976 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3977 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3978 (nsublis, tree-equal): Improve argument/docstring consistency.
3979
3980 * subr.el (send-string, send-region):
3981 Remove obsolescence declaration.
3982 (window-dot, set-window-dot, read-input, show-buffer)
3983 (eval-current-buffer, string-to-int):
3984 Add release number to obsolescence declarations.
3985
3986 2005-05-19 Kim F. Storm <storm@cua.dk>
3987
3988 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3989 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3990
3991 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3992
3993 * faces.el (list-faces-display): Make back button respect optional
3994 regexp arg.
3995
3996 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3997
3998 * calculator.el (calculator-radix-grouping-mode)
3999 (calculator-radix-grouping-digits, calculator-displayer)
4000 (calculator-radix-grouping-separator, calculator-copy-displayer):
4001 * dabbrev.el (dabbrev-search-these-buffers-only):
4002 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
4003 (diff-advance-after-apply-hunk, diff-mode-hook)
4004 (diff-minor-mode-prefix):
4005 * imenu.el (imenu-use-popup-menu):
4006 * jit-lock.el (jit-lock-context-time):
4007 * newcomment.el (comment-fill-column, comment-column)
4008 (comment-style, comment-padding, comment-multi-line)
4009 (comment-empty-lines, comment-auto-fill-only-comments):
4010 * reveal.el (reveal-around-mark):
4011 * uniquify.el (uniquify-buffer-name-style)
4012 (uniquify-after-kill-buffer-p)
4013 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
4014 (uniquify-min-dir-content, uniquify-separator)
4015 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
4016 * w32-vars.el (w32-fixed-font-alist):
4017 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
4018 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
4019 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
4020 * progmodes/perl-mode.el (perl-indent-level)
4021 (perl-continued-statement-offset, perl-continued-brace-offset)
4022 (perl-brace-offset, perl-brace-imaginary-offset)
4023 (perl-label-offset, perl-indent-continued-arguments)
4024 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
4025 * progmodes/tcl.el (tcl-indent-level)
4026 (tcl-continued-indent-level, tcl-auto-newline)
4027 (tcl-tab-always-indent, tcl-electric-hash-style)
4028 (tcl-help-directory-list, tcl-use-smart-word-finder)
4029 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
4030 (inferior-tcl-source-command):
4031 * textmodes/fill.el (enable-kinsoku):
4032 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
4033 * textmodes/table.el (table-yank-handler):
4034 Specify missing group (and type, if simple) in defcustom.
4035
4036 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
4037
4038 * progmodes/compile.el (compilation-finish-function): Fix defvar.
4039
4040 2005-05-19 Richard M. Stallman <rms@gnu.org>
4041
4042 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
4043
4044 * subr.el (event-basic-type): Don't get an error.
4045 (left-fringe-p): Function deleted.
4046
4047 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
4048 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
4049
4050 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
4051 in recursive copy.
4052
4053 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
4054
4055 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
4056
4057 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
4058 Call byte-compile-nogroup-warn if appropriate.
4059
4060 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
4061 (compilation-set-window): Don't call left-fringe-p; do it directly.
4062
4063 2005-05-19 Jay Belanger <belanger@truman.edu>
4064
4065 * calc/calc-graph.el (calc-graph-format-data): Make sure
4066 var-PlotRejects is bound before trying to check its value.
4067
4068 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
4069
4070 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
4071 definition of this variable from reftex-global.el to reftex.el,
4072 because it is needed in the menu.
4073
4074 2005-05-19 Lute Kamstra <lute@gnu.org>
4075
4076 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
4077 years are fixed. Don't insert a space after a dash.
4078
4079 2005-05-19 Kim F. Storm <storm@cua.dk>
4080
4081 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
4082
4083 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
4084
4085 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
4086 strings, because (eq ... ?\\) is fairly frequent.
4087
4088 * progmodes/make-mode.el (makefile-add-this-line-targets):
4089 Simplify and integrate into `makefile-pickup-targets'.
4090 (makefile-add-this-line-macro): Simplify and integrate into
4091 `makefile-pickup-macros.
4092 (makefile-pickup-filenames-as-targets): Simplify.
4093 (makefile-previous-dependency, makefile-match-dependency):
4094 Don't stumble over `::'.
4095
4096 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
4097
4098 * subr.el (post-command-idle-hook, post-command-idle-delay):
4099 Remove obsoletion of post-command-idle-hook and
4100 post-command-idle-delay.
4101
4102 * faces.el (list-faces-display): Provide button when describe-face
4103 is called to take user back to the list of faces.
4104
4105 * help-fns.el (describe-variable): Remove hyperlinks in a
4106 variable's value as these are quite frequently inappropriate.
4107
4108 * follow.el (follow-submit-feedback, follow-mode):
4109 Remove references to post-command-idle-hook.
4110
4111 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
4112
4113 * progmodes/make-mode.el (makefile-previous-dependency)
4114 (makefile-match-dependency): Check for := (and in bsd mode also
4115 !=) to give a better result, even when font-lock is not on.
4116
4117 2005-05-18 Jay Belanger <belanger@truman.edu>
4118
4119 * calc/calc-help.el (calc-s-prefix-help):
4120 Add `calc-copy-special-constant' to help string.
4121
4122 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4123
4124 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4125
4126 2005-05-18 Jay Belanger <belanger@truman.edu>
4127
4128 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4129 in linear factors are in proper order.
4130
4131 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4132
4133 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4134 Support for jurabib.
4135
4136 * textmodes/reftex.el (featurep): Define aliases for overlay
4137 commands, for XEmacs compatibility, and use these aliases in
4138 overlay initializations.
4139 (reftex-highlight): Use `reftex-move-overlay'.
4140 (reftex-unhighlight): Use `reftex-delete-overlay'.
4141 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4142 (reftex-access-search-path): Use `reftex-uniquify' instead of
4143 `reftex-uniq'
4144
4145 * textmodes/reftex-sel.el (reftex-select-unmark):
4146 Overlay `before-string' property modification enables for Emacs as well.
4147 (reftex-select-item): Use `reftex-delete-overlay'.
4148 (reftex-select-mark): Use `reftex-make-overlay' and
4149 `reftex-overlay-put'.
4150 (reftex-select-unmark): Use `reftex-delete-overlay' and
4151 `reftex-overlay-put'.
4152
4153 2005-05-18 Lute Kamstra <lute@gnu.org>
4154
4155 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4156
4157 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4158
4159 * add-log.el (add-change-log-entry):
4160 * array.el (array-make-template, array-reconfigure-rows)
4161 (array-init-max-row, array-init-max-column)
4162 (array-init-columns-per-line, array-init-field-width):
4163 * replace.el (replace-match-maybe-edit, perform-replace):
4164 * textmodes/spell.el (spell-region):
4165 Replace `read-input' by `read-string'.
4166
4167 * forms.el (forms-mode):
4168 * finder.el (finder-compile-keywords):
4169 * shadowfile.el (shadow-read-files):
4170 Replace `eval-current-buffer' by `eval-buffer'.
4171
4172 * terminal.el (te-pass-through):
4173 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4174 (ange-ftp-raw-send-cmd):
4175 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4176 (send-process-next-char, telnet-initial-filter, telnet):
4177 Replace `send-string' by `process-send-string'.
4178
4179 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4180 (prolog-consult-region): Replace `send-string' by
4181 `process-send-string'; replace `send-region' by `process-send-region'.
4182
4183 * progmodes/delphi.el (delphi-log-msg):
4184 Replace `set-window-dot' by `set-window-point'.
4185
4186 * subr.el (window-dot, set-window-dot, read-input, send-string)
4187 (send-region, show-buffer, eval-current-buffer):
4188 Make really obsolete, as the comment says.
4189
4190 2005-05-17 Kim F. Storm <storm@cua.dk>
4191
4192 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4193 (cua--init-keymaps): Bind C-return instead of S-return to set
4194 rectangle mark.
4195
4196 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4197 instead of S-return to toggle/clear rectangle mark.
4198
4199 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4200
4201 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4202 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4203 Also fontify plain strings assigned to variables, mostly so that a
4204 colon has a face and is thus not taken as a dependency separator.
4205 (makefile-previous-dependency): Inline the new matcher, because it
4206 is too complex to work in both directions.
4207 (makefile-match-dependency): Eliminate `backward' arg (see above).
4208 Completely reimplemented so as to not sometimes go into an endless
4209 loop. It should also be more efficient, because first it only
4210 searches for `:', instead of applying the very complex regexp.
4211 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4212 to be fontified in one piece can be too long for JIT.
4213 Makefiles are never *that* big.
4214
4215 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4216
4217 * dired.el (dired-mode): Simplify.
4218
4219 2005-05-17 Lute Kamstra <lute@gnu.org>
4220
4221 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4222 defcustom for the mode hook variable.
4223
4224 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4225 Emacs Lisp Reference Manual.
4226
4227 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4228
4229 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4230 (evenp, list*):
4231 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4232 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4233
4234 * net/tramp-smb.el (tramp-smb-open-connection):
4235 Pass `tramp-chunksize' as fifth (required) argument.
4236
4237 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4238
4239 * font-lock.el (lisp-font-lock-keywords-1):
4240 Set `font-lock-negation-char-face' for [^...] char group.
4241 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4242
4243 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4244 a var, and refine it to mask one more level of nested vars.
4245 (makefile-rule-action-regex): Turn it into a var, and refine it so
4246 it recognizes backslashed continuation lines as belonging to the
4247 same command.
4248 (makefile-macroassign-regex): Refine it so it recognizes
4249 backslashed continuation lines as belonging to the same command.
4250 (makefile-var-use-regex): Don't look at the next char, because it
4251 might be the same one to be skipped by the initial [^$], leading
4252 to an overlooked variable use.
4253 (makefile-make-font-lock-keywords): Remove two parameters, which
4254 are now variables that some of the modes set locally.
4255 Handle dependency and rule action matching through functions, because
4256 regexps alone match too often. Dependency matching now comes
4257 last, so it can check, whether a colon already matched something else.
4258 (makefile-mode): Inform that font-lock improves makefile parsing
4259 capabilities.
4260 (makefile-match-dependency, makefile-match-action): New functions.
4261
4262 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4263
4264 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4265
4266 * align.el (align-regexp):
4267 * ansi-color.el (ansi-color-get-face):
4268 * array.el (array-reconfigure-rows, array-init-max-row)
4269 (array-init-max-column, array-init-columns-per-line)
4270 (array-init-field-width):
4271 * dired-aux.el (dired-trample-file-versions):
4272 * dired-x.el (dired-mark-sexp):
4273 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4274 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4275 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4276 * faces.el (face-read-integer):
4277 * files.el (backup-extract-version, insert-directory):
4278 * hexl.el (hexl-insert-decimal-char):
4279 * server.el (server-process-filter):
4280 * shell.el (shell-extract-num):
4281 * startup.el (command-line-1):
4282 * term.el (term-command-hook):
4283 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4284 (time-stamp-do-number):
4285 * time.el (display-time-update):
4286 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4287 (timezone-fix-time):
4288 * vms-patch.el (vms-suspend-resume-hook):
4289 * calendar/appt.el (appt-convert-time):
4290 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4291 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4292 * calendar/cal-islam.el (mark-islamic-diary-entries):
4293 * calendar/calendar.el (calendar-cursor-to-date)
4294 (calendar-star-date):
4295 * calendar/diary-lib.el (diary-attrtype-convert)
4296 (mark-diary-entries, diary-entry-time):
4297 * calendar/solar.el (solar-get-number):
4298 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4299 * emacs-lisp/re-builder.el (reb-display-subexp):
4300 * emulation/edt.el (edt-set-scroll-margins):
4301 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4302 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4303 (vip-get-ex-count):
4304 * emulation/viper-ex.el (viper-get-ex-token)
4305 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4306 * international/fontset.el (fontset-plain-name):
4307 * mail/feedmail.el (feedmail-look-at-queue-directory):
4308 * mail/mailalias.el (mail-get-names):
4309 * mail/rmail.el (rmail-convert-to-babyl-format):
4310 * mail/rmailsum.el (rmail-make-basic-summary-line)
4311 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4312 (rmail-summary-goto-msg):
4313 * mail/smtpmail.el (smtpmail-read-response):
4314 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4315 (ange-ftp-vms-add-file-entry):
4316 * play/gametree.el (gametree-looking-at-ply)
4317 (gametree-current-branch-score):
4318 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4319 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4320 * progmodes/cperl-mode.el (condition-case):
4321 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4322 (ebrowse-set-member-buffer-column-width)
4323 (ebrowse-select-1st-to-9nth):
4324 * progmodes/etags.el (etags-snarf-tag):
4325 * progmodes/flymake.el (flymake-parse-line):
4326 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4327 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4328 (idlwave-shell-menu-def):
4329 * progmodes/ps-mode.el (ps-run-goto-error):
4330 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4331 (vhdl-speedbar-contract-level):
4332 * term/mac-win.el (x-handle-numeric-switch):
4333 * term/sun-mouse.el (sun-get-frame-data):
4334 * term/w32-win.el (x-handle-numeric-switch):
4335 * term/x-win.el (x-handle-numeric-switch):
4336 * textmodes/ispell.el (ispell-parse-output):
4337 * textmodes/nroff-mode.el (nroff-outline-level):
4338 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4339 (reftex-bib-sort-year-reverse, reftex-format-citation):
4340 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4341 (reftex-section-number):
4342 * textmodes/texinfmt.el (texinfo-paragraphindent):
4343 Replace `string-to-int' by `string-to-number'.
4344
4345 * international/latexenc.el: Add page marker to force the "Local
4346 Variables:" string out of the last page.
4347
4348 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4349
4350 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4351 tooltip-change-major-mode.
4352 (gud-tooltip-print-command): Remove case where gud-minor-mode
4353 is gdb ("--fullname").
4354 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4355 explain to user.
4356
4357 2005-05-16 Jay Belanger <belanger@truman.edu>
4358
4359 * calc/calc-store.el (calc-copy-special-constant): New function.
4360
4361 * calc/calc-ext.el (calc-init-extensions): Add binding for
4362 `calc-copy-special-constant'.
4363
4364 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4365 for the `calc-copy-special-constant' command.
4366
4367 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4368
4369 * subr.el (left-fringe-p): New function.
4370
4371 * progmodes/compile.el (compilation-setup): Set local value of
4372 overlay-arrow-string to "" always.
4373 (compilation-set-window): Left fringe then don't scroll.
4374 No left fringe then no arrow and scroll message to top.
4375 (compilation-context-lines): Adjust doc string accordingly.
4376
4377 2005-05-16 Kim F. Storm <storm@cua.dk>
4378
4379 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4380 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4381 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4382 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4383 (ido-read-file-name): Handle commands with ido property value
4384 equal to find-file as reading a file name, to allow C-d to enter dired.
4385 (ibuffer-find-file): Add ido property with value find-file.
4386
4387 2005-05-15 Kim F. Storm <storm@cua.dk>
4388
4389 * subr.el (open-network-stream-nowait): Remove.
4390 (open-network-stream-server): Remove.
4391
4392 2005-05-15 Richard M. Stallman <rms@gnu.org>
4393
4394 * faces.el (describe-face): Output a definition link button.
4395
4396 * help-mode.el (help-face-def): New button type.
4397
4398 * emacs-lisp/copyright.el (copyright-fix-years):
4399 Match properly if the first year is 2-digit.
4400 Don't mess up the whitespace after the years by filling.
4401
4402 * dired-aux.el (dired-mark-confirm):
4403 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4404
4405 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4406 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4407 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4408
4409 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4410 Set font-lock-comment-start-skip.
4411
4412 * font-lock.el (font-lock-comment-start-skip): New variable.
4413 (font-lock-comment-end-skip): New variable.
4414 (font-lock-fontify-syntactically-region): Use them if non-nil.
4415
4416 2005-05-15 Jay Belanger <belanger@truman.edu>
4417
4418 * calc/calc-store.el (calc-store-value): Return a string rather
4419 than display it as a message.
4420 Use calc-var-name for variable name.
4421 (calc-store-into): Add the result of calc-store-value to message.
4422 (calc-copy-variable): Add a message.
4423 (calc-store-exchange): Improve error messages.
4424 (calc-store-binary, calc-store-map): Don't reset the values of
4425 special constants.
4426
4427 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4428
4429 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4430 manual to docstring.
4431
4432 * files.el (hack-local-variables-confirm): Add STRING argument.
4433 Make the function handle non file visiting buffers correctly.
4434 (hack-local-variables-prop-line, hack-local-variables)
4435 (hack-one-local-variable): Use STRING arg of
4436 `hack-local-variables-confirm'.
4437
4438 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4439
4440 Sync with Tramp 2.0.49.
4441
4442 * tramp.el (tramp-handle-dired-call-process)
4443 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4444 because the contents of the Tramp buffer is changed before
4445 insertion (`expand-file' and alike).
4446 (tramp-handle-insert-directory): If `localname' has an empty
4447 nondirectory name, it must not be quoted.
4448 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4449 variable `tramp-chunksize'. Change callees.
4450 (tramp-open-connection-setup-interactive-shell): Check remote host
4451 for buggy `send-process-string' implementation.
4452 Set `tramp-chunksize' if found. Reported by Michael Kifer
4453 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4454 (tramp-handle-shell-command): `insert-buffer' cannot be used
4455 because the contents of the Tramp buffer is changed before
4456 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4457 <frederic.bothamy@free.fr>.
4458 (tramp-set-auto-save): Actions should be done for Tramp file name
4459 handler only. Ange-FTP has its own auto-save mechanism.
4460 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4461 (tramp-set-auto-save-file-modes): Set file modes of
4462 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4463 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4464 (tramp-bug): Remove obsolete variable.
4465 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4466 for presence of `mml-mode'. Make it running for older Emacsen as well.
4467
4468 2005-05-14 John Paul Wallington <jpw@pobox.com>
4469
4470 * ibuf-ext.el (define-ibuffer-filter filename):
4471 If `dired-directory' is a list, use its car.
4472
4473 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4474
4475 * ibuffer.el (define-ibuffer-column filename):
4476 If `dired-directory' is a list, use its car.
4477
4478 2005-05-14 Richard M. Stallman <rms@gnu.org>
4479
4480 * subr.el (symbol-file): Doc fix.
4481
4482 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4483 (byte-compile-form): Call byte-compile-nogroup-warn.
4484 (byte-compile-warning-types): Doc fix.
4485
4486 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4487
4488 * progmodes/cc-engine.el (c-literal-faces):
4489 Add font-lock-comment-delimiter-face.
4490
4491 * net/net-utils.el (dig): Use with-no-warnings.
4492
4493 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4494 (sc-recite-frame-alist, sc-default-cite-frame)
4495 (sc-default-uncite-frame, sc-default-recite-frame)
4496 (sc-attrib-selection-list, sc-rewrite-header-list):
4497 Mark as risky-local-variable.
4498
4499 * international/ogonek.el (ogonek-jak, ogonek-how):
4500 Don't use beginning-of-buffer.
4501
4502 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4503
4504 * calendar/solar.el (solar-data-list): Move definition up.
4505
4506 * dnd.el (dnd-protocol-alist): Add autoload.
4507
4508 * progmodes/sh-script.el: Many doc usage fixes.
4509 (sh-indent-after-do): Change default to match common styles.
4510
4511 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4512
4513 * files.el (interpreter-mode-alist)
4514 (auto-mode-interpreter-regexp): Doc fixes.
4515
4516 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4517
4518 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4519
4520 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4521
4522 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4523
4524 * dired.el (dired-mode): make-variable-buffer-local =>
4525 make-local-variable.
4526
4527 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4528
4529 * term/mac-win.el (mac-select-convert-to-string): Try coding
4530 systems in mac-script-code-coding-systems if specified one cannot
4531 encode string for `com.apple.traditional-mac-plain-text'.
4532
4533 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4534
4535 * progmodes/make-mode.el (makefile-targets-face)
4536 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4537 (makefile-dependency-regex): Fix it to not make the colon in
4538 $(var:a=b) special.
4539 (makefile-rule-action-regex): New regexp for highlighting embedded
4540 Shell strings.
4541 (makefile-macroassign-regex): Handle != for highlighting as
4542 embedded Shell strings.
4543 (makefile-var-use-regex): New const.
4544 (makefile-statements, makefile-automake-statements)
4545 (makefile-gmake-statements, makefile-makepp-statements)
4546 (makefile-bsdmake-statements): New consts.
4547 (makefile-make-font-lock-keywords): New function.
4548 (makefile-automake-font-lock-keywords)
4549 (makefile-gmake-font-lock-keywords)
4550 (makefile-makepp-font-lock-keywords)
4551 (makefile-bsdmake-font-lock-keywords): New consts.
4552 (makefile-mode-map): Add switchers between the various submodes.
4553 (makefile-mode): Document the availability of the variants.
4554 (makefile-automake-mode, makefile-gmake-mode)
4555 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4556
4557 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4558 new variants of makefile-mode.
4559
4560 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4561
4562 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4563 the inheritance.
4564
4565 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4566
4567 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4568 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4569
4570 * files.el (normal-mode): Extend the scope of the
4571 `enable-local-variables' binding to include the `set-auto-mode' call.
4572 (magic-mode-alist): Doc fix.
4573
4574 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4575
4576 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4577 font-lock-comment-face rather than copying its setting.
4578
4579 2005-05-12 Andreas Schwab <schwab@suse.de>
4580
4581 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4582
4583 2005-05-12 Lute Kamstra <lute@gnu.org>
4584
4585 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4586 defcustom for the mode hook variable. Delete the last argument.
4587 * generic-x.el: Fix callers of define-generic-mode.
4588 (generic-x-modes): Delete group.
4589 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4590 generic-x customization group.
4591
4592 2005-05-12 Kim F. Storm <storm@cua.dk>
4593
4594 * font-lock.el (font-lock-negation-char-face): Default to "off".
4595
4596 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4597 font-lock-negation-char-face to ! in !=.
4598
4599 2005-05-12 Masatake YAMATO <jet@gyve.org>
4600
4601 * add-log.el (find-change-log): Fix typos in the docstring
4602 of function.
4603
4604 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4605
4606 * international/latexenc.el (latexenc-find-file-coding-system):
4607 Avoid `re-search-forward' when looking for input encoding because
4608 of speed and safety. Better regular expressions for recognizing
4609 input encoding. Limit a search for TeX-master/tex-main-file to
4610 the local variable section.
4611
4612 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4613
4614 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4615 syntax of $ to "'" (quote).
4616
4617 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4618
4619 * dnd.el (dnd-protocol-alist): Improve custom type.
4620
4621 * dired.el (dired-dnd-protocol-alist): New variable.
4622 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4623 `dired-mode-hook' to the end.
4624
4625 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4626
4627 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4628 comment-end if comment-start-skip is not set.
4629 Obey the font-lock-comment-delimiter-face variables.
4630
4631 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4632
4633 * files.el (executable-find): Move from executable.el. Use locate-file.
4634 * progmodes/executable.el (executable-find): Move to files.el.
4635
4636 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4637 when trying to ensure forward progress.
4638
4639 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4640
4641 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4642 (mouse-select, mouse-select-internal, mouse-extend-internal):
4643 Use it to implement mouse-1-click-follows-link functionality.
4644
4645 2005-05-11 Richard M. Stallman <rms@gnu.org>
4646
4647 * font-lock.el (font-lock-fontify-syntactically-region):
4648 Use font-lock-comment-delimiter-face for comment delimiters.
4649
4650 2005-05-10 Jay Belanger <belanger@truman.edu>
4651
4652 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4653 preserving embedded modes.
4654
4655 2005-05-10 Richard M. Stallman <rms@gnu.org>
4656
4657 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4658
4659 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4660 Move from ada-stmt.el.
4661 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4662
4663 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4664 Move to ada-mode.el.
4665 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4666
4667 * cus-edit.el (custom-file): Call file-chase-links.
4668
4669 * files.el (read-directory-name): Fix previous change.
4670 (hack-local-variables-confirm): New function.
4671 (hack-local-variables-prop-line, hack-local-variables)
4672 (hack-one-local-variable): Use it.
4673
4674 2005-05-10 Lute Kamstra <lute@gnu.org>
4675
4676 * font-lock.el (font-lock-keywords-alist)
4677 (font-lock-removed-keywords-alist): Clarify docstrings.
4678
4679 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4680
4681 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4682 (gdb-source-info): Check for preprocessor info.
4683 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4684 a macro for a function.
4685 (gdb-info-breakpoints-custom): Try to find file again if not already
4686 found (user might have used GDB dir command).
4687 (gdb-get-location): Update gdb-location-alist correctly for change
4688 to gdb-info-breakpoints-custom.
4689
4690 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4691 (gud-tooltip-print-command): Add gdbmi case.
4692 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4693 preprocessor info.
4694
4695 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4696
4697 * startup.el (fancy-splash-insert): Fix typo in doc string.
4698
4699 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4700
4701 * obsolete/float.el (string-to-float):
4702 * obsolete/hilit19.el (hilit-add-pattern):
4703 * obsolete/rnews.el (news-parse-range, news-select-message)
4704 (news-get-pruned-list-of-files): Replace `string-to-int' by
4705 `string-to-number'.
4706
4707 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4708 `find-file-not-found-hooks'; use `add-hook'.
4709 (uncompress-while-visiting): Set `write-file-functions', not
4710 `write-file-hooks'; use `add-hook'.
4711
4712 2005-05-09 Kim F. Storm <storm@cua.dk>
4713
4714 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4715 (cua-paste): Handle clipboard action.
4716 (cua--init-keymaps): Remap clipboard-kill-region and
4717 clipboard-kill-ring-save.
4718
4719 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4720
4721 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4722 Improve commentary.
4723
4724 * simple.el (next-error-overlay-arrow-position): Revert the change
4725 made on 2005-04-30.
4726
4727 2005-05-07 Jay Belanger <belanger@truman.edu>
4728
4729 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4730 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4731 `calc-sel-reselect'.
4732
4733 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4734 Calc is in embedded mode.
4735
4736 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4737
4738 * progmodes/compile.el (compilation-setup):
4739 Set overlay-arrow-string to an empty string on text terminals.
4740
4741 * textmodes/ispell.el (ispell-program-name): Try looking for
4742 "aspell" along exec-path, and if found, use it as the default
4743 speller program.
4744
4745 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4746
4747 * international/mule.el (sgml-xml-auto-coding-function):
4748 Recognize encoding='FOO' in single quotes as well as in double quotes.
4749
4750 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4751
4752 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4753 as well as `interactive', so that defmacro* would recognize
4754 `declare' forms.
4755
4756 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4757
4758 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4759 Explain more about the LIGHTER arg's usage in the doc string.
4760 Add commentary to clarify what the code does. Fix the regexp that
4761 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4762 since it could have characters special to regular expressions.
4763
4764 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4765
4766 * replace.el (occur-1): Bind inhibit-read-only so that
4767 erase-buffer doesn't barf on read-only text properties (likewise
4768 for add-text-properties in occur-engine). Mark buffer as unmodified.
4769 (occur-engine): Don't set buffer-read-only here.
4770
4771 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4772
4773 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4774 list-buffers-directory. This caused the *cvs-commit* buffer to be
4775 sometimes mistakenly reused as a *cvs* buffer.
4776
4777 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4778
4779 * tooltip.el: Move code for GUD tooltips into gud.el.
4780 (require): CL no longer needed to compile case.
4781 (tooltip-mode): Do not toggle functions for GUD tooltips.
4782 (tooltip-gud-tips-p): Remove. Replace with minor mode
4783 gud-tooltip-mode in gud.el.
4784 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4785 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4786 tooltip-gud prefix with gud-tooltip and obsolete.
4787 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4788 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4789 (tooltip-mouse-motion): Mouse movement functions/variable.
4790 Rename in gud.el by adding gud prefix.
4791 (tooltip-gud-original-filter, tooltip-gud-dereference)
4792 (tooltip-gud-event, tooltip-toggle-gud-tips)
4793 (tooltip-gud-process-output, tooltip-gud-print-command)
4794 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4795 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4796 (gdb-tooltip-print): Move to gdb-ui.el.
4797
4798 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4799 (require): CL needed to compile case.
4800 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4801 tooltip-gud-tips-p. Make it a minor-mode.
4802 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4803 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4804 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4805 (gud-tooltip-change-major-mode)
4806 (gud-tooltip-activate-mouse-motions-if-enabled)
4807 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4808 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4809 (gud-tooltip-original-filter, gud-tooltip-dereference)
4810 (gud-tooltip-event, tooltip-toggle-gud-tips)
4811 (gud-tooltip-process-output, gud-tooltip-print-command)
4812 (gud-tooltip-tips): Move from tooltip.el.
4813
4814 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4815 (gdb-cpp-define-alist-flags): Doc fix.
4816 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4817 gud-tooltip-mode is t.
4818
4819 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4820
4821 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4822 evaporate if their text is deleted.
4823 (goto-address-at-point): Make it work as a mouse binding as well.
4824 (goto-address-at-mouse): Obsolete it. Update users.
4825
4826 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4827
4828 * calendar/appt.el (top-level): No longer activate on load.
4829
4830 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4831
4832 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4833 * net/webjump.el (webjump):
4834 * progmodes/idlw-help.el (idlwave-do-context-help1)
4835 (idlwave-highlight-linked-completions):
4836 * textmodes/po.el (po-find-file-coding-system-guts):
4837 Replace `assoc-ignore-case' by `assoc-string'.
4838
4839 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4840
4841 * files.el (locate-file): Doc fix.
4842
4843 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4844 Remove the redundant test for ms-dos.
4845
4846 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4847 look for the preprocessor with exec-suffixes. If not found in
4848 standard places, look in exec-path. Remove most of the tests that
4849 used system-type.
4850
4851 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4852
4853 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4854
4855 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4856 file-name clash with jka-compr.el on 8+3 filesystems.
4857
4858 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4859
4860 * term/mac-win.el: Don't define or bind scroll bar functions if
4861 x-toolkit-scroll-bars is t.
4862 (x-select-text, x-get-selection-value):
4863 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4864 (PRIMARY): Put mac-scrap-name property.
4865 (mac-select-convert-to-file-url): New function.
4866 (public.file-url): New selection target type. Add to
4867 selection-converter-alist.
4868 (x-get-selection, x-selection-value): Handle it.
4869 (x-cut-buffer-or-selection-value): New alias.
4870
4871 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4872
4873 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4874 entry to avoid calling bibtex-find-entry with arg global
4875 being t. Remove arg key.
4876 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4877 (bibtex-copy-summary-as-kill): Change accordingly.
4878
4879 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4880
4881 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4882 (org-agenda-date-later): Use with-current-buffer.
4883
4884 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4885
4886 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4887 (define-obsolete-variable-alias): Doc Fixes.
4888
4889 2005-05-06 Kim F. Storm <storm@cua.dk>
4890
4891 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4892 vertical-motion when selective-display is active.
4893
4894 * ido.el (ido-setup-hook): New hook.
4895 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4896 (ido-input-stack): New var.
4897 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4898 ido-next-work-file binding to M-O.
4899 Bind M-f to ido-wide-find-file-or-pop-dir.
4900 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4901 (ido-read-internal): Run ido-setup-hook.
4902 Catch quit in read-file-name and read-string to cancel edit.
4903 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4904 Automatically pop-all when completing a directory name (RET).
4905 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4906 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4907 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4908 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4909 New functions for M-b/M-f to move among the directory components.
4910 (ido-make-merged-file-list): Catch quit to cancel merge.
4911 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4912 (ido-completion-help): No warnings for ido-completion-buffer-full.
4913
4914 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4915
4916 * font-lock.el (font-lock-negation-char-face): New face and variable.
4917 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4918 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4919 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4920 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4921
4922 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4923
4924 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4925 Fix typo in docstring.
4926
4927 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4928 (ebrowse-print-statistics-line)
4929 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4930
4931 * term/w32-win.el (image-library-alist): Add additional name for
4932 Xpm library.
4933
4934 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4935
4936 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4937 use gcc instead of cpp.
4938
4939 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4940 (gdb-create-define-alist): Use it.
4941 (gdb-cpp-define-alist-program): Update for MS-DOS.
4942
4943 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4944
4945 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4946
4947 2005-05-04 Richard M. Stallman <rms@gnu.org>
4948
4949 * help.el (describe-key): No error when UNTRANSLATED is nil.
4950
4951 * simple.el (line-move-1): Fix previous change to signal errors
4952 appropriately.
4953
4954 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4955
4956 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4957 (icalendar-duration-correction): Remove.
4958 (icalendar--get-event-properties): Split result at commas.
4959 (icalendar--decode-isoduration): New optional argument
4960 DURATION-CORRECTION.
4961 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4962 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4963 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4964 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4965 (icalendar--convert-anniversary-to-ical): New functions, extracted
4966 from icalendar-export-region, with bug fixes.
4967 (icalendar-export-region): Use the above functions.
4968 (icalendar-import-buffer): Check before saving diary file.
4969 (icalendar--convert-recurring-to-diary)
4970 (icalendar--convert-non-recurring-all-day-to-diary)
4971 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4972 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4973 (icalendar--convert-ical-to-diary): Use the above functions.
4974
4975 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4976
4977 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4978 Remove these recent additions.
4979 (c-mode): Restore to before 2005-04-28.
4980
4981 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4982 recent addition.
4983
4984 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4985 (gdb-define-alist): New variables.
4986 (gdb-create-define-alist): New function.
4987 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4988 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4989 with string-to-number.
4990 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4991
4992 * progmodes/gud.el: Replace string-to-int with string-to-number.
4993 (gud-find-file): Handle gdb-define-alist.
4994
4995 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4996
4997 2005-05-02 Jay Belanger <belanger@truman.edu>
4998
4999 * calc/calc-aent.el (math-read-token):
5000 * calc/calc-bin.el (calc-word-size):
5001 * calc/calc-ext.el (calc-read-number-fancy):
5002 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
5003 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
5004 * calc/calc-frac.el (calc-over-notation):
5005 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
5006 (calc-graph-num-points, calc-graph-init):
5007 * calc/calc-prog.el (calc-read-parse-table-part)
5008 (calc-edit-macro-repeats):
5009 * calc/calc-yank.el (calc-do-grab-rectangle):
5010 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
5011 Replace `string-to-int' by `string-to-number'.
5012
5013 2005-05-02 Kim F. Storm <storm@cua.dk>
5014
5015 * kmacro.el: Use executing-kbd-macro-index variable.
5016
5017 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
5018
5019 * net/rlogin.el (rlogin-parse-words): Delete func.
5020 (rlogin): Use split-string, not rlogin-parse-words.
5021 Also, if there are option-like elements in the parsed args,
5022 take the host to be the first arg immediately following them.
5023 Suggested by Michael Mauger.
5024
5025 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5026
5027 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
5028
5029 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5030
5031 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
5032 (cc-mode-cpp-program): Rename to cc-define-list-program and
5033 move to cc-vars.el.
5034
5035 * progmodes/cc-vars.el (cc-define-list-program):
5036 Change to "gcc -E -dM -". Make customizable.
5037
5038 2005-05-02 Kim F. Storm <storm@cua.dk>
5039
5040 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
5041
5042 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
5043
5044 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
5045
5046 * international/mule-util.el (truncate-string): Remove alias and
5047 obsolete declaration.
5048
5049 * international/mule-cmds.el (update-iso-coding-systems):
5050 Remove alias and obsolete declaration.
5051
5052 * international/mule.el (coding-system-parent): Remove alias and
5053 obsolete declaration.
5054
5055 * subr.el (define-function, sref): Remove aliases and obsolete
5056 declarations.
5057 (chars-in-region): Remove obsolete declaration.
5058
5059 2005-05-01 Richard M. Stallman <rms@gnu.org>
5060
5061 * info.el (Info-mode): Set widen-automatically to nil, locally.
5062
5063 * simple.el (widen-automatically): New variable.
5064 (pop-global-mark): Obey widen-automatically.
5065
5066 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
5067
5068 * term/xterm.el (function-key-map): Call substitute-key-definition
5069 before the keymap size is increased by a lot of define-key calls.
5070
5071 2005-05-01 Richard M. Stallman <rms@gnu.org>
5072
5073 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
5074 Rename ARG to ELEMENT. Doc fix.
5075
5076 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5077
5078 * allout.el (allout-exposure): Remove macro and obsolete declaration.
5079 Remove references to allout-exposure/change to allout-new-exposure.
5080
5081 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
5082 bytecode symbols.
5083
5084 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
5085 (compiled-function-p, focus-frame, unfocus-frame):
5086 Remove aliases and obsolete declarations.
5087 Back out inadvertent changes from previous commit.
5088
5089 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
5090
5091 * files.el (require-final-newline): Make Custom tags consistent
5092 with mode-require-final-newline.
5093 (mode-require-final-newline): Doc fix.
5094
5095 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
5096
5097 * international/latexenc.el (latexenc-find-file-coding-system):
5098 Fix regular expressions.
5099
5100 2005-05-01 David Kastrup <dak@gnu.org>
5101
5102 * international/latexenc.el (latexenc-find-file-coding-system):
5103 Fix regular expressions.
5104
5105 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
5106
5107 * subr.el (string-to-int): Make obsolete.
5108
5109 2005-04-30 Richard M. Stallman <rms@gnu.org>
5110
5111 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
5112
5113 * loadup.el: load jka-comp-hook.
5114
5115 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5116 (jka-compr-handler): Add autoload. `put' calls moved
5117 to jka-comp-hook.el.
5118 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5119 (jka-compr-inhibit): Autoload.
5120
5121 * jka-comp-hook.el: New file.
5122 Enable the mode by default.
5123
5124 * files.el (backup-buffer-copy): Use copy-file instead
5125 of write-region, and put back the 'excl.
5126
5127 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5128
5129 * progmodes/flymake.el (flymake-split-string)
5130 (flymake-split-string, flymake-log, flymake-pid-to-names)
5131 (flymake-reg-names, flymake-get-source-buffer-name)
5132 (flymake-unreg-names, flymake-add-line-err-info)
5133 (flymake-add-err-info): Clarify docstrings.
5134 (flymake-popup-menu, flymake-make-emacs-menu)
5135 (flymake-make-xemacs-menu): Add docstrings.
5136 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5137 Set variables directly throughout.
5138
5139 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5140
5141 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5142 exists. Initialize cc-define-alist.
5143 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5144 If there is no file (Macroexpansion) don't create an alist.
5145
5146 2005-04-29 Sam Steingold <sds@gnu.org>
5147
5148 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5149 (cc-create-define-alist): Use it instead of the hard-coded string.
5150
5151 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5152
5153 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5154 for latexenc.
5155
5156 2005-04-29 Lute Kamstra <lute@gnu.org>
5157
5158 * emacs-lisp/generic.el: Improve commentary section.
5159 (define-generic-mode): Improve docstring.
5160
5161 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5162
5163 * textmodes/org.el (many places): Change to quiet the byte compiler.
5164 (org-prefix-format-compiled): New variable.
5165 (org-compile-prefix-format): New function.
5166 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5167 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5168 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5169 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5170 consistency with entries from `org-mode' files.
5171 (org-get-time-of-day): Fix bug with partial matches early in a line.
5172 (org-non-link-chars): New constant.
5173 (org-link-regexp): Respect `org-non-link-chars'.
5174 (org-agenda-day-view): Remove command.
5175 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5176 (org-follow-bbdb-link, org-store-link): Search also company field.
5177 (org-highlight-overlay): New variable.
5178 (org-highlight, org-unhighlight): New functions.
5179 (org-agenda-mode): Add pre-command-hook to remove highlight.
5180 (org-evaluate-time-range): Behavior depends upon whether time stamp
5181 contains a time or not.
5182 (org-show-subtree, org-show-entry): New functions.
5183 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5184
5185 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5186
5187 * comint.el (comint-output-filter-functions): Add autoload cookie.
5188
5189 2005-04-28 Kim F. Storm <storm@cua.dk>
5190
5191 * ido.el (ido-everywhere): Fix last change.
5192
5193 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5194
5195 * international/latexenc.el: New file.
5196 * international/mule-conf.el (file-coding-system-alist): For .tex,
5197 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5198
5199 2005-04-28 Lute Kamstra <lute@gnu.org>
5200
5201 * font-lock.el (font-lock-add-keywords)
5202 (font-lock-remove-keywords): Clarify docstring.
5203 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5204 Don't start docstrings with a `*'.
5205 (font-lock-update-removed-keyword-alist): Give it a docstring.
5206
5207 * generic-x.el: Update commentary section.
5208 Only require font-lock when compiling.
5209 Define all modes conditionally.
5210 Place all generic modes in the generic-x-modes customization group.
5211 (generic-x-modes): New customization group.
5212 (generic-default-modes, generic-mswindows-modes)
5213 (generic-unix-modes, generic-other-modes): New constants.
5214 (generic-define-mswindows-modes, generic-define-unix-modes):
5215 Update docstrings. Make them obsolete.
5216 (generic-extras-enable-list): New default value. Update docstring.
5217 Improve :type. Change :set function.
5218 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5219 Fix docstring.
5220
5221 * emacs-lisp/generic.el (generic-mode-internal):
5222 Simplify font-lock-defaults.
5223 (define-generic-mode): Fix docstring.
5224
5225 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5226
5227 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5228 font-lock-face property to highlight matches.
5229
5230 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5231
5232 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5233 (cc-define-alist): New variable.
5234 (c-mode): Make it local and initialize it.
5235
5236 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5237 (gdb-exited): New function.
5238 (gdb-annotation-rules): Use it.
5239 (gdb-starting): Set gdb-active-process to t.
5240 (gdb-stopping): Amend doc string.
5241 (gdb-reset): Set gdb-active-process to nil.
5242
5243 * tooltip.el (tooltip-gud-tips): Show the associated #define
5244 directives when a C program under GDB is not executing.
5245
5246 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5247
5248 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5249 font-lock-fontify-syntactic-keywords.
5250
5251 * font-lock.el (font-lock-default-fontify-region): Don't force
5252 parse-sexp-lookup-properties to nil.
5253
5254 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5255
5256 * man.el (man-mode-syntax-table): Set up `:' to have
5257 word-constituent syntax.
5258
5259 2005-04-27 Lute Kamstra <lute@gnu.org>
5260
5261 * novice.el (disable-command): Don't add spurious newlines to the
5262 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5263
5264 2005-04-26 Jay Belanger <belanger@truman.edu>
5265
5266 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5267 than one window before deleting window.
5268
5269 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5270
5271 * shell.el (shell-prompt-pattern): Doc fix.
5272 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5273
5274 * comint.el (comint-prompt-regexp, comint-get-old-input)
5275 (comint-use-prompt-regexp)
5276 (comint-use-prompt-regexp-instead-of-fields)
5277 (comint-replace-by-expanded-history, comint-send-input)
5278 (comint-output-filter, comint-get-old-input-default)
5279 (comint-line-beginning-position, comint-bol, comint-show-output)
5280 (comint-backward-matching-input, comint-forward-matching-input)
5281 (comint-next-prompt, comint-previous-prompt):
5282 Rename `comint-use-prompt-regexp-instead-of-fields' to
5283 `comint-use-prompt-regexp'. Keep old name as alias and declare
5284 obsolete.
5285 (comint-use-prompt-regexp): Shorten first line of doc string.
5286
5287 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5288 Set paragraph-separate buffer locally to "\\'".
5289
5290 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5291 Adapt to above name change.
5292
5293 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5294 (smbclient-prompt-regexp): Ditto.
5295
5296 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5297
5298 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5299
5300 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5301 gdb-location-list.
5302 Break lines that are over 80 characters wide.
5303
5304 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5305
5306 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5307 New fun and var, to preserve compatibility.
5308
5309 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5310
5311 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5312
5313 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5314 name to file-newer-than-file-p.
5315
5316 2005-04-26 Richard M. Stallman <rms@gnu.org>
5317
5318 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5319
5320 * progmodes/python.el (python-mode):
5321 Use new name eldoc-documentation-function.
5322
5323 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5324
5325 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5326 (eldoc-documentation-function):
5327 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5328
5329 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5330
5331 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5332
5333 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5334
5335 * term/xterm.el (function-key-map): Fix strings for
5336 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5337 {C,S,A,C-S}-{f1-f12}.
5338
5339 2005-04-26 Kenichi Handa <handa@m17n.org>
5340
5341 * international/mule-cmds.el (select-safe-coding-system):
5342 Fix previous change.
5343
5344 2005-04-26 Lute Kamstra <lute@gnu.org>
5345
5346 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5347
5348 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5349 (font-lock-comment-delimiter-face): Ditto.
5350
5351 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5352
5353 2005-04-25 Jay Belanger <belanger@truman.edu>
5354
5355 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5356 to t while inserting information; use help-mode.
5357
5358 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5359
5360 * term.el (ansi-term-color-vector): Use the xterm colors.
5361 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5362
5363 2005-04-25 Lute Kamstra <lute@gnu.org>
5364
5365 * font-core.el (font-lock-defaults): Fix docstring.
5366
5367 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5368
5369 2005-04-25 Kenichi Handa <handa@m17n.org>
5370
5371 * international/mule-cmds.el (select-safe-coding-system):
5372 Don't check consistency with coding: spec, etc if raw-text or
5373 no-conversion was found to be safe.
5374
5375 2005-04-24 Richard M. Stallman <rms@gnu.org>
5376
5377 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5378 citation markers at start of each line.
5379
5380 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5381 citation markers at start of each line.
5382
5383 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5384
5385 * files.el (mode-require-final-newline): Fix previous change.
5386 (require-final-newline): Fix type label.
5387
5388 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5389
5390 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5391 statement in buffer (broken by 2004-11-24 change).
5392
5393 2005-04-24 Kim F. Storm <storm@cua.dk>
5394
5395 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5396 and read-file-name-function values. Don't overwrite existing
5397 non-nil values if ido-mode is enabled without ido-everywhere.
5398
5399 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5400
5401 * files.el (mode-require-final-newline): Minor doc fix.
5402
5403 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5404
5405 * subr.el (syntax-after): Doc fix.
5406 (syntax-class): If argument is nil, return nil. Mask off upper 16
5407 bits, not 8 bits.
5408
5409 * files.el (mode-require-final-newline): Doc fix.
5410 (backup-buffer-copy): Fix last change.
5411
5412 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5413
5414 * term/mac-win.el: Require select. Set selection-coding-system to
5415 mac-system-coding-system. Call menu-bar-enable-clipboard.
5416 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5417 (x-select-enable-clipboard): New variables.
5418 (x-select-text, x-get-selection, x-selection-value)
5419 (x-get-selection-value, mac-select-convert-to-string)
5420 (mac-services-open-file, mac-services-open-selection)
5421 (mac-services-insert-text): New functions.
5422 (CLIPBOARD, FIND): Put mac-scrap-name property.
5423 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5424 (public.tiff): Put mac-ostype property.
5425 (selection-converter-alist): Add entries for them.
5426 (mac-application-menu-map): New keymap.
5427 (interprogram-cut-function, interprogram-paste-function): Set to
5428 x-select-text and x-get-selection-value, respectively.
5429 (split-window-keep-point): Set to t.
5430
5431 2005-04-23 Richard M. Stallman <rms@gnu.org>
5432
5433 * files.el (read-directory-name): Always pass non-nil
5434 DEFAULT-FILENAME arg to read-file-name.
5435 (backup-buffer-copy, basic-save-buffer-2): Take care against
5436 writing thru an unexpected existing symlink.
5437 (revert-buffer): In indirect buffer, revert the base buffer.
5438 (magic-mode-alist): Doc fix.
5439 (buffer-stale-function): Doc fix.
5440 (minibuffer-with-setup-hook): Avoid warning.
5441 (mode-require-final-newline): Doc and custom fix.
5442
5443 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5444
5445 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5446 use the default appearance.
5447 (font-lock-comment-delimiter-face): New face, new variable.
5448
5449 * imenu.el (imenu--generic-function): The official position of a
5450 definition is the start of the line that BEG is in.
5451
5452 * midnight.el (midnight-timer): Move defvar up.
5453
5454 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5455
5456 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5457
5458 * startup.el (command-line): Use with-no-warnings.
5459
5460 * window.el (window-size-fixed): New defvar.
5461
5462 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5463
5464 * mail/rmail.el (rmail-font-lock-keywords):
5465 Use font-lock-comment-delimiter-face.
5466
5467 * mail/sendmail.el (mail-font-lock-keywords):
5468 Use font-lock-comment-delimiter-face.
5469
5470 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5471
5472 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5473
5474 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5475 Specify t for LAXMATCH when matching directories.
5476 Save match data around compilation-compat-error-properties form.
5477
5478 2005-04-23 David Kastrup <dak@gnu.org>
5479
5480 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5481 Mention that the autoloaded aliases should be kept for AUCTeX.
5482
5483 2005-04-23 Andreas Schwab <schwab@suse.de>
5484
5485 * isearch.el (isearch-forward): Doc fix.
5486
5487 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5488
5489 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5490 (jit-lock-stealth-nice): Change default value to 0.5.
5491
5492 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5493
5494 * abbrev.el (write-abbrev-file): Write table entries in
5495 alphabetical order by table name.
5496
5497 2005-04-22 Kim F. Storm <storm@cua.dk>
5498
5499 * ido.el (ido-read-internal): Fix `list' completion.
5500
5501 2005-04-22 Kenichi Handa <handa@m17n.org>
5502
5503 * recentf.el (recentf-save-file-coding-system): New variable.
5504 (recentf-save-list): Encode the file by
5505 recentf-save-file-coding-system and add coding: tag.
5506
5507 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5508
5509 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5510
5511 2005-04-21 Lute Kamstra <lute@gnu.org>
5512
5513 * loadhist.el (unload-feature): Don't remove a function from hooks
5514 if it is about to be restored to an autoload . Remove functions
5515 that will become unbound from auto-mode-alist. Simplify the code.
5516
5517 * subr.el (assq-delete-all): New implementation that is linear,
5518 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5519 (rassq-delete-all): New function.
5520
5521 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5522 Add size-indication-mode.
5523
5524 2005-04-21 Kenichi Handa <handa@m17n.org>
5525
5526 * international/mule-cmds.el: Add autoload for widget-value in
5527 eval-when-compile.
5528
5529 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5530
5531 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5532 Add tooltip-mode.
5533
5534 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5535
5536 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5537
5538 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5539 (inferior-lisp-filter-regexp, inferior-lisp-program)
5540 (inferior-lisp-load-command, inferior-lisp-prompt)
5541 (inferior-lisp-mode-hook, lisp-source-modes)
5542 (inferior-lisp-load-hook): defvar->defcustom.
5543 (inferior-lisp-program, inferior-lisp-prompt)
5544 (inferior-lisp-load-hook): Doc fixes.
5545 (inferior-lisp-install-letter-bindings): Small change in
5546 introductory comment.
5547
5548 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5549
5550 * vc.el (vc-annotate-color-map): Change some colors so that text
5551 using them as foreground is readable on both white and black
5552 backgrounds.
5553
5554 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5555
5556 * international/mule-conf.el (translation-table-for-input):
5557 Remove redundant declaration.
5558
5559 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5560
5561 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5562
5563 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5564 (tooltip-toggle-gud-tips): New function.
5565
5566 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5567
5568 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5569 right angle brackets.
5570
5571 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5572
5573 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5574
5575 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5576
5577 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5578 Remove. Update callers to use expand-file-name instead.
5579
5580 * subr.el (syntax-class): New function.
5581
5582 * simple.el (blink-matching-open): Use it.
5583
5584 * paren.el (show-paren-function): Use it to recognize parens that are
5585 also used in 2-char comment markers.
5586
5587 2005-04-19 Lute Kamstra <lute@gnu.org>
5588
5589 * loadhist.el (unload-feature): Update for new format of
5590 load-history. Simplify the code.
5591
5592 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5593
5594 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5595 (mac-add-charset-info): New function. Initialize variable
5596 mac-charset-info-alist using it.
5597 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5598 for translation.
5599 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5600 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5601 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5602 New CCL programs.
5603
5604 2005-04-19 Kim F. Storm <storm@cua.dk>
5605
5606 * simple.el (next-buffer, prev-buffer, next-error)
5607 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5608 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5609
5610 * bindings.el (next-buffer, prev-buffer, next-error)
5611 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5612 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5613 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5614 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5615
5616 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5617
5618 * isearch.el (isearch-edit-string): Make the search-ring available for
5619 minibuffer history commands.
5620 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5621 the default history commands now work just as well.
5622 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5623
5624 2005-04-18 Kim F. Storm <storm@cua.dk>
5625
5626 * emulation/cua-base.el (cua--pre-command-handler): Add more
5627 elaborate check for shift modifier on non-window systems.
5628
5629 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5630
5631 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5632
5633 2005-04-18 Kim F. Storm <storm@cua.dk>
5634
5635 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5636 and make it optional. Don't test tooltip-gud-echo-area here.
5637 (tooltip-gud-process-output, gdb-tooltip-print):
5638 Pass tooltip-gud-echo-area to tooltip-show.
5639 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5640
5641 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5642
5643 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5644 `display-graphic-p' may not be bound yet.
5645
5646 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5647
5648 * startup.el (command-line): No longer enable Xterm Mouse mode by
5649 default in terminals compatible with xterm.
5650
5651 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5652
5653 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5654
5655 * tooltip.el (tooltip-gud-echo-area): Rename from
5656 tooltip-use-echo-area.
5657 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5658 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5659 area independently of where help tooltips are displayed.
5660
5661 2005-04-17 David Kastrup <dak@gnu.org>
5662
5663 * cus-theme.el (custom-theme-write-variables): Quote variables
5664 where necessary.
5665
5666 2005-04-17 Richard M. Stallman <rms@gnu.org>
5667
5668 * simple.el (yank-excluded-properties): Add follow-link to value.
5669
5670 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5671
5672 * startup.el (fancy-splash-max-time): Just 30 seconds.
5673 (fancy-splash-delay): Just 7.
5674 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5675
5676 * loadhist.el (unload-feature): Update for new format of load-history.
5677 Simplify the code.
5678
5679 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5680 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5681
5682 * mail/sendmail.el (mail-font-lock-keywords):
5683 Don't fontify subject text.
5684 Don't fontify the text of a citation.
5685
5686 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5687
5688 * comint.el (comint-output-filter): Run comint-output-filter-functions
5689 with point where the user had it.
5690
5691 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5692
5693 * international/ucs-tables.el (ucs-set-table-for-input):
5694 Disable when using unify-on-decoding.
5695
5696 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5697
5698 * emulation/cua-base.el (cua-global-mark-face): Add special case
5699 for displays supporting a high number of colors.
5700
5701 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5702
5703 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5704
5705 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5706
5707 * filesets.el (filesets-add-buffer): If user supplies a name of a
5708 non-existing fileset, create a new fileset.
5709
5710 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5711
5712 * textmodes/org.el (org-up-heading-all): Fix bug with
5713 `outline-up-heading-all'.
5714
5715 2005-04-16 Andreas Schwab <schwab@suse.de>
5716
5717 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5718 /etc/permissions.d/* and /etc/aliases.d/*.
5719
5720 2005-04-16 Kenichi Handa <handa@m17n.org>
5721
5722 * international/code-pages.el (cp-make-coding-system):
5723 Set `translation-table-for-input' property value to the symbol
5724 ucs-mule-to-mule-unicode, not to that value.
5725 (pt154): Escape guillemet by `\'.
5726
5727 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5728
5729 * loadup.el: Load tooltip if x-show-tip is fboundp.
5730
5731 * startup.el (command-line): Add comment.
5732
5733 * tooltip.el (tooltip-mode): Specify correct standard value for
5734 Custom in init-value.
5735
5736 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5737
5738 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5739 possible.
5740
5741 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5742
5743 * textmodes/org.el (org-agenda-date-prompt): Rename from
5744 `org-agenda-date-today'.
5745 (org-evaluate-time-range): Insert at point instead of directly
5746 after time range.
5747 (org-first-headline-recenter, org-subtree-end-visible-p)
5748 (org-optimize-window-after-visibility-change): New functions
5749 (org-agenda-post-command-hook): Don't allow point at end of line,
5750 to make sure it always hits the text properties.
5751 (org-agenda-next-date-line, org-agenda-previous-date-line):
5752 New commands.
5753 (org-set-regexps-and-options): Category may contain white space.
5754 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5755 Improve marker positions.
5756 (org-agenda-new-marker): Argument POS made optional.
5757 (org-agenda-get-timestamps): Deadlines which are done are listed
5758 in org-done-face now.
5759 (org-agenda-get-todos, org-agenda-get-timestamps)
5760 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5761 Set `undone-face' and `done-face' properties.
5762 (org-last-todo-state-is-todo): New variable.
5763 (org-todo): Set `org-last-todo-state-is-todo'.
5764 (org-agenda-todo): Change face according to
5765 `org-last-todo-state-is-todo'. And change other lines referring to
5766 the same entry.
5767 (org-calendar-goto-agenda): New command.
5768 (org-calendar-to-agenda-key): New option.
5769 (org-startup-folded): New allowed value `content'.
5770 (org-set-regexps-and-options): Accept new value `content' for
5771 `org-startup-folded'.
5772 (org-get-current-options): Handle new value `content' for
5773 `org-startup-folded'.
5774 (org-insert-todo-heading): New command.
5775 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5776 interactively in empty file and option
5777 `org-insert-mode-line-in-empty-file' has been set.
5778 (org-agenda-todo,org-agenda-priority): Modify to use
5779 `org-agenda-change-all-lines'.
5780 (org-warning-face): Change color on dark background
5781
5782 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5783
5784 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5785 use preferences AppleLocale and AppleLanguages, and variable
5786 mac-system-locale for default locale. On Mac OS Classic, use
5787 mac-system-coding-system for default coding systems.
5788
5789 * term/mac-win.el: Don't set file-name-coding-system.
5790 Decode variables system-name, emacs-build-system, user-login-name, and
5791 user-full-name by mac-system-coding-system on Mac OS Classic.
5792 (mac-system-coding-system): New variable.
5793
5794 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5795
5796 * startup.el (command-line): Handle `xterm-mouse-mode' before
5797 reading init file.
5798
5799 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5800
5801 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5802
5803 * progmodes/sh-script.el (sh-here-document-word): Make it a
5804 defcustom. Doc fix.
5805 (sh-add): Bash uses $(( )) for arithmetic.
5806 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5807 (sh-maybe-here-document): Remove quotes and leading whitespace
5808 from heredoc word when closing. Indent heredoc with tabs if word
5809 starts with "-".
5810
5811 2005-04-13 Richard M. Stallman <rms@gnu.org>
5812
5813 * simple.el (undo): Fix previous change.
5814
5815 * custom.el (defface): Doc fix.
5816
5817 2005-04-13 Lute Kamstra <lute@gnu.org>
5818
5819 * Makefile.in (DONTCOMPILE): Remove list.
5820 (compile, compile-always): Don't use DONTCOMPILE.
5821 (update-authors): Load the library in which batch-update-authors
5822 is defined.
5823 * makefile.w32-in (DONTCOMPILE): Remove list.
5824 (compile, compile-always): Fix comments.
5825 (update-authors): Load the library in which batch-update-authors
5826 is defined.
5827
5828 * generic-x.el (generic-mode-ini-file-find-file-hook):
5829 Rename to ini-generic-mode-find-file-hook.
5830 Keep generic-mode-ini-file-find-file-hook as an alias.
5831 (ini-generic-mode-find-file-hook): Rename from
5832 generic-mode-ini-file-find-file-hook. Fix docstring.
5833 (ini-generic-mode): Docstring change.
5834 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5835
5836 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5837 called from lisp.
5838
5839 * generic.el: Move to the emacs-lisp subdir.
5840
5841 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5842
5843 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5844 and C-S- function and cursor motion keys.
5845
5846 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5847
5848 * startup.el (command-line): Enable Xterm Mouse mode by default.
5849 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5850 for Custom. No longer show "Mouse" in mode line when enabled.
5851 Doc fix.
5852
5853 2005-04-12 Kim F. Storm <storm@cua.dk>
5854
5855 * emulation/cua-base.el (cua-rectangle-face)
5856 (cua-rectangle-noselect-face): Define face attributes here.
5857
5858 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5859
5860 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5861
5862 * startup.el (command-line): Turn off blinking cursor if
5863 cursorBlink in resources is off or false.
5864
5865 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5866
5867 * term/mac-win.el (dnd): Require dnd.
5868 (mac-drag-n-drop): Call dnd-handle-one-url.
5869 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5870 (kTextEncodingISOLatin2): Remove constants.
5871 (mac-script-code-coding-systems): New constant.
5872 (mac-handle-language-change): New function.
5873 (special-event-map): Bind it to `language-change' event.
5874 (mac-centraleurroman, mac-cyrillic): New coding systems.
5875 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5876 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5877 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5878 encode-mac-cyrillic, respectively.
5879
5880 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5881
5882 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5883 Don't set overlay-arrow-string to "=>" as this is done
5884 globally in C now.
5885
5886 2005-04-12 Lute Kamstra <lute@gnu.org>
5887
5888 * generic-x.el (rc-generic-mode, rul-generic-mode):
5889 Fix auto-mode-alist entries.
5890 (etc-fstab-generic-mode): Tweak fontification.
5891
5892 * generic.el (generic-make-keywords-list): Fix docstring.
5893 (generic-mode-internal): Simplify generic-font-lock-keywords.
5894
5895 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5896
5897 * whitespace.el (whitespace-buffer-leading)
5898 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5899 However, fix the highlight area for the leading and
5900 trailing whitespaces to show space.
5901
5902 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5903
5904 * whitespace.el (whitespace-version): Bump to 3.5
5905
5906 (whitespace-buffer-leading, whitespace-buffer-trailing):
5907 Invert sense of the test to highlight the whitespace.
5908
5909 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5910
5911 * progmodes/gud.el (gud-display-line): GUD uses its own
5912 overlay arrow now so don't set overlay-arrow-string.
5913 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5914
5915 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5916
5917 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5918 (term-ansi-current-reverse, term-ansi-current-invisible)
5919 (term-ansi-face-already-done): Change to boolean.
5920 (term-reset-terminal, term-handle-colors-array): Handle the above
5921 vars accordingly.
5922 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5923 (term-emulate-terminal): Use the new name.
5924
5925 * faces.el (secondary-selection): Use yellow1, not yellow.
5926 (trailing-whitespace): Use red1, not red.
5927
5928 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5929
5930 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5931 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5932 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5933
5934 * cus-edit.el (dnd): New group.
5935
5936 * term/w32-win.el (dnd): Require dnd
5937 (w32-drag-n-drop): Call dnd-handle-one-url.
5938
5939 * x-dnd.el: Require dnd.
5940 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5941 Call dnd-handle-one-url.
5942 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5943 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5944 to dnd-insert-text.
5945 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5946 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5947 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5948 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5949
5950 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5951
5952 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5953
5954 * wdired.el: Doc fixes.
5955 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5956 (wdired-use-dired-vertical-movement): Rename from
5957 wdired-always-move-to-filename-beginning.
5958 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5959 (wdired-change-to-wdired-mode): Change mode name.
5960 (wdired-newline): Delete.
5961
5962 2005-04-11 Richard M. Stallman <rms@gnu.org>
5963
5964 * whitespace.el (whitespace-highlight-the-space):
5965 Don't call whitespace-unhighlight-the-space here.
5966
5967 * simple.el (undo): Record t in undo-equiv-table
5968 for the redo record made by an undo-in-region.
5969
5970 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5971
5972 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5973 (gdb-frame-inferior-io-buffer): New Functions to control
5974 display of separate IO buffer.
5975 (menu): Add them to menu-bar.
5976 (gdb-display-buffer): Check for buffer another frame.
5977 Protect GUD buffer.
5978 (gdb-setup-windows): Create IO buffer if not already there.
5979 (gdb-memory-mode): Remove purecopy noops.
5980
5981 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5982
5983 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5984 and pass to self-insert-command.
5985
5986 2005-04-11 Lute Kamstra <lute@gnu.org>
5987
5988 * generic.el: Commentary section cleanup.
5989 (generic): Delete.
5990 (generic-use-find-file-hook, generic-lines-to-scan)
5991 (generic-find-file-regexp, generic-ignore-files-regexp)
5992 (default-generic-mode, generic-mode-find-file-hook)
5993 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5994 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5995 (generic-use-find-file-hook, generic-lines-to-scan)
5996 (generic-find-file-regexp, generic-ignore-files-regexp)
5997 (default-generic-mode, generic-mode-find-file-hook)
5998 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5999
6000 2005-04-10 Karl Fogel <kfogel@red-bean.com>
6001
6002 * bookmark.el (bookmark-write-file): Catch errors writing file.
6003 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
6004
6005 2005-04-10 Richard M. Stallman <rms@gnu.org>
6006
6007 * startup.el (fancy-splash-tail): Update copyright year.
6008 (command-line): Split part of -Q into -D.
6009 (emacs-basic-display): New defvar.
6010 (fancy-splash-text): Correct name of menu item.
6011
6012 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
6013
6014 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
6015 lines in one node.
6016
6017 * comint.el (comint-send-input): New arg ARTIFICIAL.
6018 Callers in this file changed.
6019
6020 * abbrev.el (define-abbrevs): Read system abbrevs properly.
6021
6022 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
6023
6024 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
6025
6026 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
6027 `ldap-search-internal'.
6028
6029 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6030
6031 * files.el (set-auto-mode-1): Use line-end-position.
6032
6033 * international/latin-1.el:
6034 * international/latin-2.el:
6035 * international/latin-3.el:
6036 * international/latin-4.el:
6037 * international/latin-5.el:
6038 * international/latin-8.el:
6039 * international/latin-9.el: Give punctuation syntax to NBSP.
6040
6041 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
6042 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
6043 Use char-classes to accept non-ascii letters, accepted in some recent
6044 bibtex implementations.
6045
6046 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
6047
6048 * custom.el (custom-set-minor-mode): Any non-nil value for the
6049 variable should enable the mode when set through Custom.
6050
6051 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
6052
6053 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
6054 TAB binding so tab-always-indent is obeyed.
6055 (vhdl-minibuffer-local-map): Move initialization into declaration.
6056 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
6057 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
6058 (vhdl-hooked-abbrev): Avoid test for XEmacs.
6059 (vhdl-current-line): Use line-beginning-position.
6060 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
6061 with-output-to-temp-buffer, so the current position can be recorded.
6062
6063 2005-04-10 Masatake YAMATO <jet@gyve.org>
6064
6065 * progmodes/compile.el (compilation-error-regexp-alist-alist):
6066 Add regexp for gcov.
6067
6068 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
6069
6070 * calendar/time-date.el (time-to-seconds, seconds-to-time)
6071 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
6072 syntax which Emacs 20 doesn't support.
6073
6074 2005-04-09 Richard M. Stallman <rms@gnu.org>
6075
6076 * help.el (describe-key-briefly, describe-key):
6077 Replace strings as event types with "(any string)".
6078
6079 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
6080
6081 * arc-mode.el (archive-mode-map): Move initialization into
6082 the declaration. Override *all* bindings of `undo'.
6083 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
6084
6085 2005-04-09 Jay Belanger <belanger@truman.edu>
6086
6087 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
6088
6089 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
6090
6091 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
6092 (xterm-register-default-colors): Update color values computation
6093 to match xterm-200.
6094
6095 2005-04-09 Kenichi Handa <handa@m17n.org>
6096
6097 * international/code-pages.el (iso-latin-7): Fix the map.
6098
6099 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
6100
6101 * emacs-lisp/lisp.el (defun-prompt-regexp)
6102 (parens-require-spaces, buffer-end, end-of-defun)
6103 (insert-parentheses): Doc fixes.
6104
6105 2005-04-08 Kim F. Storm <storm@cua.dk>
6106
6107 * comint.el (comint-highlight-prompt): Fix face spec.
6108 * hi-lock.el (hi-green): Likewise.
6109
6110 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6111
6112 * cus-edit.el (custom-modified-face):
6113 * comint.el (comint-highlight-input): Fix previous changes.
6114 * term.el (term-handle-ansi-escape): Add a comment.
6115
6116 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6119 in the buffer and in whitespace-highlighted-space.
6120 (whitespace-unhighlight-the-space): Simplify.
6121 (whitespace-buffer): Simplify.
6122
6123 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6124
6125 * textmodes/table.el (table-cell-face): Add special case for
6126 displays supporting a high number of colors.
6127 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6128 (vhdl-font-lock-reserved-words-face)
6129 (vhdl-speedbar-architecture-face)
6130 (vhdl-speedbar-instantiation-face)
6131 (vhdl-speedbar-architecture-selected-face)
6132 (vhdl-speedbar-instantiation-selected-face): Likewise.
6133 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6134 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6135 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6136 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6137 (ebrowse-progress-face): Likewise.
6138 * progmodes/compile.el (compilation-info-face): Likewise.
6139 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6140 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6141 * calendar/calendar.el (diary-face): Likewise.
6142 * woman.el (woman-italic-face, woman-bold-face)
6143 (woman-unknown-face): Likewise.
6144 * wid-edit.el (widget-button-pressed-face): Likewise.
6145 * whitespace.el (whitespace-highlight-face): Likewise.
6146 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6147 * pcvs-info.el (cvs-marked-face): Likewise.
6148 * info.el (info-xref): Likewise.
6149 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6150 * hilit-chg.el (highlight-changes-face)
6151 (highlight-changes-delete-face): Likewise.
6152 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6153 (hi-red-b): Likewise.
6154 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6155 * font-lock.el (font-lock-keyword-face)
6156 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6157 * cus-edit.el (custom-invalid-face, custom-modified-face)
6158 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6159 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6160 * comint.el (comint-highlight-prompt): Likewise.
6161
6162 2005-04-08 Lute Kamstra <lute@gnu.org>
6163
6164 * font-lock.el (font-lock-keywords): Docstring fixes.
6165
6166 2005-04-08 Kenichi Handa <handa@m17n.org>
6167
6168 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6169 chars are more than a limit, print " and more..." at the tail.
6170
6171 2005-04-08 Kim F. Storm <storm@cua.dk>
6172
6173 * emacs-lisp/authors.el (authors-aliases): Update list.
6174 (authors-ignored-files): New list.
6175 (authors-fixed-entries): Fix typo.
6176 (authors-renamed-files-alist): Update list.
6177 (authors-add): Check authors-ignored-files.
6178
6179 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6180
6181 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6182 optional, to ensure backward compatibility.
6183
6184 2005-04-08 Stephen Eglen <stephen@gnu.org>
6185
6186 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6187
6188 2005-04-08 Kim F. Storm <storm@cua.dk>
6189
6190 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6191
6192 * mouse.el (mouse-on-link-p): Doc fix.
6193
6194 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6195
6196 * ielm.el (ielm-prompt-read-only): Doc fix.
6197
6198 * comint.el (comint-prompt-read-only): Doc fix.
6199
6200 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6201
6202 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6203 ensure dired always handles wildcards passed to ffap.
6204 (find-file-at-point): Use it.
6205 (ffap-dired-wildcards): Doc fix.
6206
6207 2005-04-07 Juri Linkov <juri@jurta.org>
6208
6209 * simple.el (next-error-overlay-arrow-position): New defvar.
6210 Put "=>" on its property `overlay-arrow-string'. Add it to
6211 `overlay-arrow-variable-list'.
6212
6213 * progmodes/compile.el (compilation-setup):
6214 Set `next-error-overlay-arrow-position' to nil. Also set it to
6215 nil in the local hook `kill-buffer-hook'. Make local variable
6216 `overlay-arrow-string' and set it to "=>".
6217 (compilation-goto-locus): Set BOL position to
6218 `next-error-overlay-arrow-position' instead of
6219 `overlay-arrow-position'.
6220
6221 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6222 locally instead of adding it to the global hook.
6223 (Info-kill-buffer): Move up.
6224
6225 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6226
6227 * term/xterm.el (xterm-standard-colors): Update color values from
6228 xterm-200.
6229
6230 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6231
6232 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6233
6234 * fast-lock.el:
6235 * lazy-lock.el: Move them to the obsolete subdir.
6236
6237 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6238
6239 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6240 (wdired-add-replace-advice): Remove.
6241 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6242
6243 2005-04-06 Kim F. Storm <storm@cua.dk>
6244
6245 * startup.el (command-line): Add --bare-bones alias for -Q.
6246
6247 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6248
6249 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6250 create the startup fontset if a font specification ends with
6251 `mac-roman'.
6252
6253 2005-04-06 Lute Kamstra <lute@gnu.org>
6254
6255 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6256 change.
6257
6258 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6259 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6260
6261 2005-04-05 Lute Kamstra <lute@gnu.org>
6262
6263 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6264 (define-generic-mode): Ditto. Fix debug declaration.
6265
6266 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6267 Put them in the generic-x group.
6268
6269 * calendar/timeclock.el (timeclock): Doc fix.
6270
6271 * generic.el (define-generic-mode): Don't use custom-current-group.
6272 Document default :group value.
6273 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6274 (define-global-minor-mode): Don't use custom-current-group.
6275
6276 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6277
6278 * startup.el (command-line-1): Display startup-echo-area-message
6279 when fancy splash screen is in use.
6280
6281 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6282 (sh-escaped-newline): New face.
6283 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6284 newline, and use sh-escaped-newline face.
6285
6286 * progmodes/tcl.el (tcl-escaped-newline): New face.
6287 (tcl-builtin-list): New variable.
6288 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6289 newlines. Fix keywords subexpression number.
6290
6291 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6292
6293 * textmodes/org.el (org-diary-default-entry): Fix call to
6294 `add-to-diary-entry'.
6295
6296 2005-04-05 Kim F. Storm <storm@cua.dk>
6297
6298 * ediff-init.el: Use (featurep 'xemacs).
6299
6300 2005-04-05 David Ponce <david@dponce.com>
6301
6302 * cus-edit.el (face): Derive from symbol widget. Display sample
6303 of the current face on the fly.
6304 (widget-face-sample-face-get, widget-face-notify): New functions.
6305 (widget-face-value-create): Remove.
6306
6307 * wid-edit.el (widget-field-end): Temporarily remove field
6308 narrowing before to call `get-char-property'.
6309
6310 2005-04-04 Jay Belanger <belanger@truman.edu>
6311
6312 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6313 (math-read-subscripts): New variable.
6314 (math-read-preprocess-string): Process subscripts.
6315
6316 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6317
6318 * comint.el (comint-prompt-read-only): Doc fix.
6319
6320 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6321 `-1'. Doc fix.
6322
6323 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6324
6325 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6326 Change default value to nil.
6327
6328 2005-04-04 Lute Kamstra <lute@gnu.org>
6329
6330 * autorevert.el (auto-revert-mode): Specify :group.
6331 * battery.el (display-battery-mode): Specify :group.
6332 * diff-mode.el (diff-minor-mode): Specify :group.
6333 * font-core.el (font-lock-mode): Specify :group.
6334 * hl-line.el (hl-line-mode): Specify :group.
6335 * iimage.el (iimage): New customization group.
6336 (iimage-mode): Specify :group.
6337 * longlines.el (longlines-mode): Specify :group.
6338 * master.el: Don't require easy-mmode.
6339 (master): New customization group.
6340 (master-mode): Specify :group.
6341 * msb.el (msb-mode): Specify :group.
6342 * reveal.el (reveal-mode): Specify :group.
6343 * simple.el (next-error-follow-minor-mode): Specify :group.
6344 * smerge-mode.el (smerge-mode): Specify :group.
6345 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6346 * emulation/cua-base.el (cua-mode): Specify :group.
6347 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6348 * language/thai-util.el (thai-auto-composition-mode)
6349 (thai-word-mode): Specify :group.
6350 * mail/supercite.el (sc-minor-mode): Specify :group.
6351 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6352 * progmodes/flymake.el (flymake-mode): Specify :group.
6353 * progmodes/glasses.el (glasses-mode): Specify :group.
6354 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6355 * textmodes/enriched.el (enriched-mode): Specify :group.
6356 * textmodes/refill.el (refill-mode): Specify :group.
6357
6358 * add-log.el (change-log-font-lock-keywords): Names in
6359 parenthesized lists can contain spaces.
6360
6361 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6362
6363 * startup.el (fancy-splash-text): Shorten default text of
6364 "Emacs Tutorial" line. Also, if the current language env
6365 indicates an available tutorial file other than TUTORIAL,
6366 extract its title and append it to the line in parentheses.
6367 (fancy-splash-insert): If arg is a thunk, funcall it.
6368
6369 2005-04-04 Jay Belanger <belanger@truman.edu>
6370
6371 * calc.el (calc-language-alist): Add tags to customization type.
6372
6373 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6374
6375 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6376 Doc fix.
6377
6378 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6379
6380 * add-log.el (change-log-font-lock-keywords): The manual
6381 describing a Change Log entry, says: (...) "Aside from these
6382 header lines, every line in the change log starts with a space or
6383 a tab.". The font-lock was not highlighting lines started with
6384 spaces, added support for it.
6385
6386 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6387
6388 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6389 (bibtex-generate-url-list): Update docstring accordingly. Put the
6390 complex example in the docstring.
6391 (bibtex-font-lock-url): Use pop.
6392
6393 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6394
6395 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6396
6397 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6398
6399 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6400
6401 * filesets.el (filesets-set-default): Doc fix.
6402
6403 2005-04-03 Lute Kamstra <lute@gnu.org>
6404
6405 * generic.el (define-generic-mode): Add argument to specify
6406 keywords for defcustom.
6407 (default-generic-mode): Specify :group.
6408
6409 * generic-x.el: Specify :group for all generic modes.
6410
6411 * desktop.el (desktop-no-desktop-file-hook)
6412 (desktop-after-read-hook): Doc fix.
6413
6414 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6415
6416 * simple.el (visible-mode): Use explicit :group keyword.
6417 This changes the group of `visible-mode-hook' from paren-blinking
6418 to editing-basics.
6419
6420 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6421
6422 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6423 mailbox specifications as well as URLs.
6424 (rmail-insert-inbox-text): Remove unused conditional branches.
6425
6426 2005-04-01 Jay Belanger <belanger@truman.edu>
6427
6428 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6429 (calc-gnuplot-print-command): Move definitions to calc.el.
6430
6431 * calc/calc-embed.el (calc-embedded-announce-formula)
6432 (calc-embedded-open-formula, calc-embedded-close-formula)
6433 (calc-embedded-open-word, calc-embedded-close-word)
6434 (calc-embedded-open-plain, calc-embedded-close-plain)
6435 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6436 (calc-embedded-open-mode, calc-embedded-close-mode):
6437 Move definitions to calc.el.
6438
6439 * calc/calc.el (calc-settings-file, calc-language-alist):
6440 Make customizable.
6441 (calc-embedded-announce-formula, calc-embedded-open-formula)
6442 (calc-embedded-close-formula, calc-embedded-open-word)
6443 (calc-embedded-close-word, calc-embedded-open-plain)
6444 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6445 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6446 (calc-embedded-close-mode, calc-gnuplot-name)
6447 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6448 from other files and make customizable.
6449
6450 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6451
6452 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6453 Use buffer-live-p.
6454 (cvs-mode-run): Don't call cvs-update-header here.
6455 (cvs-run-process): Call cvs-update-header.
6456 Use process properties for cvs-postprocess and cvs-buffer so that
6457 the sentinel can behave better if the temp buffer is killed.
6458 Use a pipe rather than a tty, to better handle unexpected prompts.
6459 (cvs-sentinel): Rewrite. Call cvs-update-header.
6460
6461 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6462
6463 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6464 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6465
6466 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6467
6468 * generic.el (define-generic-mode): Add indentation rule.
6469
6470 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6471
6472 * files.el (mode-require-final-newline): Make Custom correctly
6473 report a nil value and allow to set it to nil via Custom.
6474 Doc fix.
6475
6476 2005-04-01 Kenichi Handa <handa@m17n.org>
6477
6478 * international/characters.el: Enable the correct case setting for
6479 dotless-i and dotted-I.
6480
6481 2005-04-01 Kim F. Storm <storm@cua.dk>
6482
6483 * ido.el (ido-file-internal): Fall back to non-ido command if
6484 initial directory is on slow ftp (or tramp) host.
6485
6486 2005-03-31 Richard M. Stallman <rms@gnu.org>
6487
6488 * emacs-lisp/autoload.el (make-autoload):
6489 Handle define-global-minor-mode.
6490
6491 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6492 Rename from easy-mmode-define-global-mode.
6493 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6494
6495 * progmodes/scheme.el (scheme-mode-syntax-table):
6496 Update syntax of | and # for two-character comment syntax.
6497
6498 2005-03-31 Lute Kamstra <lute@gnu.org>
6499
6500 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6501 (define-minor-mode): Call custom-current-group at load-time.
6502
6503 * generic.el (define-generic-mode): Add debug declaration.
6504 Add defcustom for the mode hook.
6505 (generic-mode-internal): Use run-mode-hooks.
6506
6507 2005-03-31 Kim F. Storm <storm@cua.dk>
6508
6509 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6510 (mouse-fixup-help-message): New defun called by show_help_echo
6511 to fixup mouse-2 prefix in help messages when applicable.
6512
6513 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6514
6515 2005-03-31 Kenichi Handa <handa@m17n.org>
6516
6517 * language/thai-word.el (thai-find-word-ends): Pay attention to
6518 the case that we reach the end of buffer.
6519
6520 * textmodes/fill.el (fill-text-properties-at): New function.
6521 (fill-newline): Use fill-text-properties-at instead of
6522 text-properties-at.
6523
6524 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6525
6526 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6527 not comint-quote-filename.
6528
6529 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6530
6531 * help-fns.el (help-with-tutorial): Revert last change.
6532
6533 2005-03-31 Kim F. Storm <storm@cua.dk>
6534
6535 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6536
6537 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6538
6539 * calendar/cal-china.el: Update reference to "Calendrical
6540 Calculations" book; there's a new edition.
6541 * calendar/cal-coptic.el: Likewise.
6542 * calendar/cal-french.el: Likewise.
6543 * calendar/cal-hebrew.el: Likewise.
6544 * calendar/cal-islam.el: Likewise.
6545 * calendar/cal-iso.el: Likewise.
6546 * calendar/cal-julian.el: Likewise.
6547 * calendar/cal-mayan.el: Likewise.
6548 * calendar/cal-persia.el: Likewise.
6549 * calendar/calendar.el: Likewise.
6550 * calendar/holidays.el: Likewise.
6551 * calendar/lunar.el: Likewise.
6552 * calendar/solar.el: Likewise.
6553
6554 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6555 white space from doc string.
6556
6557 2005-03-30 Jay Belanger <belanger@truman.edu>
6558
6559 * calc/calc-help.el (calc-full-help): Remove email address.
6560
6561 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6562
6563 * help-fns.el (help-with-tutorial): Delete title line.
6564
6565 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6566
6567 * calendar/cal-x.el (calendar-one-frame-setup)
6568 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6569 rather than 'symbol for set-window-dedicated-p.
6570
6571 * calendar/appt.el (appt-buffer-name): Make it a constant.
6572 (appt-add): Doc fix.
6573
6574 * filesets.el (filesets-menu-path, filesets-menu-before)
6575 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6576 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6577 (filesets-add-submenu): Delete and use add-submenu instead.
6578
6579 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6580
6581 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6582 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6583 (org-diary-default-entry): New function.
6584 (org-get-entries-from-diary): Better parsing of diary entries.
6585 (org-agenda-check-no-diary): New function.
6586 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6587 linking to diary entries.
6588 (org-agenda-execute-calendar-command): New function.
6589 (org-agenda): Improve visible section in window.
6590 Use `org-fit-agenda-window'.
6591 (org-fit-agenda-window): New option.
6592 (org-move-subtree-down): Better handling of empty lines
6593 at end of subtree.
6594 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6595 levels up.
6596 (org-fontify-done-headline): New option.
6597 (org-headline-done-face): New face.
6598 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6599 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6600 When current field is non-empty, it is copied to next row.
6601 (org-table-copy-from-above): Fix bug which made it
6602 impossible to copy fields containing only a single non-white character.
6603
6604 2005-03-30 Kim F. Storm <storm@cua.dk>
6605
6606 * kmacro.el (kmacro-end-macro): Isearch may store this command
6607 into the macro -- so ignore it when executing keyboard macro.
6608
6609 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6610
6611 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6612
6613 2005-03-29 Kenichi Handa <handa@m17n.org>
6614
6615 * language/thai.el ("Thai"): Set setup-function and exit-function
6616 for Thai language environment.
6617
6618 * language/thai-util.el: Require thai-word.
6619 (thai-word-mode-map): New variable.
6620 (thai-word-mode): New minor mode.
6621 (setup-thai-language-environment-internal): New function.
6622 (exit-thai-language-environment-internal): New function.
6623
6624 * language/thai-word.el (thai-word-table): Declare it by defvar,
6625 use dolist to initialize it.
6626 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6627 (thai-fill-find-break-point): New functions.
6628
6629 2005-03-29 Richard M. Stallman <rms@gnu.org>
6630
6631 * simple.el (idle-update-delay): Move definition up.
6632 (set-mark): Doc fix.
6633
6634 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6635
6636 * longlines.el: New file.
6637
6638 * simple.el (buffer-substring-filters): New variable.
6639 (filter-buffer-substring): New function.
6640 (kill-region, copy-region-as-kill): Use it.
6641
6642 * register.el (copy-to-register, append-to-register)
6643 (prepend-to-register): Use filter-buffer-substring.
6644
6645 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6646
6647 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6648 (gud-filter-pending-text): Move in front of gdb.
6649 (gud-overlay-arrow-position): New variable.
6650 (gud-sentinel, gud-display-line): Use it in place of
6651 overlay-arrow-position.
6652
6653 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6654
6655 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6656 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6657 (fortran-font-lock-keywords-4): New variable.
6658 (fortran-blocks-re, fortran-end-block-re)
6659 (fortran-start-block-re): New constants, for hideshow.
6660 (hs-special-modes-alist): Add a Fortran entry.
6661 (fortran-mode-map): Bind fortran-end-of-block,
6662 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6663 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6664 (fortran-looking-at-if-then, fortran-end-of-block)
6665 (fortran-beginning-of-block): New functions, for hideshow.
6666
6667 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6668 Doc fix. Tweak regexp.
6669 (f90-beginning-of-block): Push mark first.
6670
6671 2005-03-29 Jay Belanger <belanger@truman.edu>
6672
6673 * calc/calc.el: Update copyright date.
6674 (calc-version): Increase to 2.1.
6675 (calc-version-date): Remove.
6676
6677 * calc/calc-help.el: Update copyright date.
6678 (calc-full-help): Remove reference to calc-version-date.
6679 Update copyright date.
6680
6681 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6682
6683 * vc.el (vc-do-command): Use a pipe for async processes, so password
6684 prompts don't show up at places where the user can't reply.
6685
6686 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6687
6688 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6689 on the file name we pass to the inferior shell.
6690
6691 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6692
6693 * progmodes/which-func.el (which-function): Be robust in the face of an
6694 imenu--make-index-alist failure.
6695
6696 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6697
6698 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6699
6700 * progmodes/python.el (python-preoutput-filter): Fix last change.
6701
6702 2005-03-29 Lute Kamstra <lute@gnu.org>
6703
6704 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6705 functions and compiled macros.
6706 (debug-convert-byte-code): Handle macros too.
6707 (debug-on-entry-1): Don't signal an error when trying to clear a
6708 function that is not set to debug on entry.
6709
6710 2005-03-29 Jay Belanger <belanger@truman.edu>
6711
6712 * calc/calc-lang.el: Add functions to math-function-table
6713 properties of tex and math.
6714
6715 2005-03-29 Kenichi Handa <handa@m17n.org>
6716
6717 * ps-mule.el (ps-mule-plot-string): Translate characters by
6718 ps-print-translation-table.
6719 (ps-mule-begin-job): Call find-charset-region/string with
6720 ps-print-translation-table.
6721 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6722
6723 * ps-print.el (ps-print-translation-table): New variable.
6724 (ps-plot-region): Translate characters by ps-print-translation-table.
6725
6726 2005-03-29 Juri Linkov <juri@jurta.org>
6727
6728 * simple.el (next-error-highlight-timer): New variable.
6729
6730 * progmodes/compile.el (compilation-goto-locus):
6731 Use `next-error-highlight-timer' instead of `sit-for'.
6732
6733 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6734
6735 * mail/supercite.el (sc-mail-field): Use assoc-string.
6736 (sc-get-address): Simplify regexps.
6737
6738 * files.el (minibuffer-with-setup-hook): New macro.
6739 (find-file-read-args): Use it to avoid let-binding
6740 minibuffer-with-setup-hook (which breaks turning on/off
6741 file-name-shadow-mode while in the prompt).
6742
6743 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6744
6745 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6746
6747 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6748
6749 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6750
6751 * window.el (window-buffer-height): Use count-screen-lines.
6752
6753 * progmodes/python.el (python-preoutput-leftover): New var.
6754 (python-preoutput-filter): Use it.
6755 (python-send-receive): Loop until all the result has been received.
6756
6757 2005-03-28 Juri Linkov <juri@jurta.org>
6758
6759 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6760
6761 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6762 "Recover Crashed Session".
6763 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6764 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6765 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6766 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6767 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6768 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6769 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6770 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6771
6772 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6773 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6774 Ediff Sessions", "Toggle use of separate control buffer frame",
6775 "Use separate frame for Ediff control buffer".
6776
6777 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6778 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6779 "Rename Bookmark", "Delete Bookmark".
6780
6781 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6782 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6783 Add `:active Info-index-alternatives' to "Next Matching Item".
6784
6785 * wdired.el (wdired-change-to-wdired-mode):
6786 Mention `wdired-abort-changes' key in the initial message.
6787
6788 * international/mule.el (auto-coding-alist): Associate non-ascii
6789 image filename extensions with `no-conversion'.
6790
6791 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6792
6793 * international/iso-acc.el:
6794 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6795
6796 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6797
6798 * textmodes/sgml-mode.el (html-mode): Doc update.
6799
6800 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6801
6802 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6803
6804 * term.el (term-move-columns): Fix face after extending a line.
6805 (term-insert-spaces): Likewise.
6806 (term-reset-terminal): Fix off by one error.
6807
6808 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6809
6810 * international/mule.el (auto-coding-alist): Add .xpi files.
6811
6812 * files.el (auto-mode-alist): Add .xpi files.
6813
6814 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6815
6816 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6817
6818 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6819
6820 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6821
6822 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6823
6824 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6825 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6826
6827 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6828 cursor to Jan 1 when needed.
6829 (calendar-end-of-year): Fix -/+ typo.
6830 Reported by Chong Yidong <cyd@stupidchicken.com>.
6831
6832 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6833
6834 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6835
6836 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6837 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6838
6839 2005-03-25 Richard M. Stallman <rms@gnu.org>
6840
6841 * filesets.el (filesets-init): Add autoload.
6842
6843 * mail/mailalias.el (mail-directory): Doc fix.
6844
6845 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6846
6847 * mail/mailalias.el (mail-directory-process): Do nothing if
6848 mail-directory-process is an atom.
6849 (mail-get-names): Ignore mail-directory-names if it is an atom.
6850 (mail-directory-process defvar): Doc fix.
6851 (mail-names): Doc fix.
6852
6853 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6854
6855 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6856
6857 2005-03-26 Kenichi Handa <handa@m17n.org>
6858
6859 * international/mule-util.el (detect-coding-with-priority):
6860 Call update-coding-systems-internal before detect-coding-region.
6861
6862 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6863
6864 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6865 (gdb-frames-mode-map): Add follow-link property.
6866
6867 2005-03-25 Jay Belanger <belanger@truman.edu>
6868
6869 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6870 for variables.
6871
6872 2005-03-25 Juri Linkov <juri@jurta.org>
6873
6874 * image-mode.el: Optimize image filename extension regexps in
6875 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6876 in `auto-mode-alist'.
6877 (image-mode): Add `image-toggle-display-text' to local hook
6878 `change-major-mode-hook'. Display the image as an image by
6879 default. Set `cursor-type' and `truncate-lines' if the image
6880 is already displayed. Take into account the current mode (image
6881 or text) in message.
6882 (image-minor-mode): New minor mode.
6883 (image-mode-maybe, image-toggle-display-text): New functions.
6884 (image-toggle-display): Use called-interactively-p.
6885 Let-bind `inhibit-read-only' to t.
6886
6887 * image-mode.el (image-minor-mode): Set `cursor-type' and
6888 `truncate-lines' if the image is already displayed. Add turning
6889 image-minor-mode off to `change-major-mode-hook'. Add message.
6890 Call `image-toggle-display-text' after turning image-minor-mode off.
6891
6892 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6893
6894 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6895 Terminal.app, use utf-8.
6896 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6897 (set-locale-environment): Use it.
6898
6899 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6900
6901 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6902
6903 * progmodes/python.el (python-close-block-statement-p)
6904 (python-outdent-p, python-current-defun): Use symbol-end.
6905
6906 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6907
6908 * files.el (save-some-buffers): Doc fix.
6909
6910 2005-03-25 Werner Lemberg <wl@gnu.org>
6911
6912 * complete.el, thumbs.el: Replace `legal' with `valid'.
6913 * calendar/calendar.el: Replace `legal' with `valid'.
6914 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6915 * mail/supercite.el: Replace `legal' with `valid'.
6916 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6917 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6918 Replace `legal' with `valid'.
6919 * textmodes/reftex-vars.el, textmodes/reftex.el:
6920 Replace `legal' with `valid'.
6921
6922 2005-03-25 Werner Lemberg <wl@gnu.org>
6923
6924 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6925 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6926 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6927 * emulation/vip.el: Replace `illegal' with `invalid'.
6928 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6929 * mail/supercite.el: Replace `illegal' with `invalid'.
6930 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6931 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6932 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6933 * progmodes/sh-script.el, progmodes/xscheme.el:
6934 Replace `illegal' with `invalid'.
6935 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6936 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6937 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6938 * textmodes/reftex.el, textmodes/org.el:
6939 Replace `illegal' with `invalid'.
6940
6941 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6942
6943 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6944 (flymake-find-buildfile, flymake-find-possible-master-files)
6945 (flymake-check-include, flymake-parse-line): Replace loops over the
6946 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6947
6948 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6949 Substitute file-name-as-directory in the rest of the file.
6950 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6951 (flymake-replace-region): Remove unused arg `buffer'.
6952 (flymake-check-patch-master-file-buffer): Update calls to it.
6953 (flymake-add-err-info): Remove unused var `count'.
6954 (flymake-mode): Use define-minor-mode.
6955
6956 * progmodes/flymake.el: Use with-current-buffer.
6957 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6958 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6959 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6960 Avoid testing for `xemacs'.
6961 (flymake-nop): Move.
6962 (flymake-region-has-flymake-overlays): Return the computed value.
6963 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6964 Remove unused var `endline'.
6965 (flymake-get-line-count): Remove unused function.
6966 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6967
6968 * emulation/vi.el:
6969 * generic.el:
6970 * hilit-chg.el (global-highlight-changes):
6971 * hi-lock.el (hi-lock-mode):
6972 * follow.el: find-file-hooks -> find-file-hook.
6973
6974 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6975
6976 2005-03-24 Juri Linkov <juri@jurta.org>
6977
6978 * dired.el (dired-mode-map): Add menu item "Compare directories"
6979 for dired-compare-directories.
6980
6981 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6982 Doc fix. Replace `read-file-name' with `read-directory-name'.
6983
6984 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6985
6986 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6987
6988 2005-03-24 Jay Belanger <belanger@truman.edu>
6989
6990 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6991 relevant mode settings in calc-embedded-original-modes when modes
6992 are permanently changed.
6993
6994 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6995
6996 * autoinsert.el: find-file-hooks -> find-file-hook.
6997
6998 2005-03-24 Lute Kamstra <lute@gnu.org>
6999
7000 * generic.el (generic-font-lock-defaults): Make it obsolete.
7001 (generic-font-lock-keywords): New variable to replace
7002 generic-font-lock-defaults.
7003 (generic-mode-set-font-lock): Delete it.
7004 (generic-mode-internal): Don't call generic-mode-set-font-lock.
7005 (generic-bracket-support): Add docstring.
7006
7007 * generic-x.el: Rename generic-font-lock-defaults to
7008 generic-font-lock-keywords throughout.
7009 (mailagent-rules-setup-function): Delete it.
7010 (mailagent-rules-generic-mode): Use anonymous function instead.
7011 (show-tabs-generic-mode-font-lock-defaults-1)
7012 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
7013 Quote faces.
7014 (show-tabs-tab-face, show-tabs-space-face): Specify background,
7015 not foreground.
7016
7017 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
7018 Recognize define-generic-mode.
7019
7020 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
7021
7022 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
7023 if there's no completion table.
7024
7025 2005-03-23 Miles Bader <miles@gnu.org>
7026
7027 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7028 Remove tty-specific variants, as they're no longer needed.
7029
7030 2005-03-23 Lute Kamstra <lute@gnu.org>
7031
7032 * generic-x.el: Code cleanup: make args constant whenever possible.
7033 (installshield-statement-keyword-list)
7034 (installshield-system-functions-list)
7035 (installshield-system-variables-list, installshield-types-list)
7036 (installshield-funarg-constants-list): Make them constants.
7037
7038 * generic.el (generic-make-keywords-list): Add autoload cookie.
7039
7040 * calendar/time-date.el: Add comment on time value formats.
7041 Don't require parse-time.
7042 (with-decoded-time-value): New macro.
7043 (encode-time-value): New function.
7044 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
7045 (days-to-time): Return a valid time value when arg is huge.
7046 (time-since): Use time-subtract.
7047 (time-to-number-of-days): Use time-to-seconds.
7048
7049 2005-03-23 David Ponce <david@dponce.com>
7050
7051 * recentf.el: (recentf-keep): New option.
7052 (recentf-menu-action): Default to `find-file'.
7053 (recentf-keep-non-readable-files-flag)
7054 (recentf-keep-non-readable-files-p)
7055 (recentf-file-readable-p, recentf-find-file)
7056 (recentf-cleanup-remote): Remove.
7057 (recentf-include-p): More robust.
7058 (recentf-keep-p): New function.
7059 (recentf-remove-if-non-kept): Rename from
7060 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
7061 All callers updated.
7062 (recentf-menu-items-for-commands): Fix help string.
7063 (recentf-track-closed-file): Update. Doc fix.
7064 (recentf-cleanup): Update. Count removed files. Doc fix.
7065
7066 2005-03-23 Kim F. Storm <storm@cua.dk>
7067
7068 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7069 Don't inherit from fringe face (now happens automatically).
7070
7071 2005-03-22 Kim F. Storm <storm@cua.dk>
7072
7073 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
7074 position values.
7075
7076 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
7077
7078 * menu-bar.el (showhide-date-time): Remove.
7079 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
7080 (menu-bar-make-mm-toggle): Simplify.
7081
7082 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7083
7084 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
7085 Accept qualified variable and function names.
7086
7087 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
7088
7089 * bindings.el (completion-ignored-extensions):
7090 Remove ".lis" for `vax-vms'.
7091
7092 2005-03-22 Andreas Schwab <schwab@suse.de>
7093
7094 * generic-x.el: Revert last change.
7095 * ldefs-boot.el: Update.
7096
7097 2005-03-22 Jay Belanger <belanger@truman.edu>
7098
7099 * calc/calc-embed (calc-embedded-original-modes): New variable.
7100 (calc-embedded-save-original-modes)
7101 (calc-embedded-restore-original-modes): New functions.
7102 (calc-do-embedded): Save original modes when entering embedded mode
7103 and restore when leaving embedded mode.
7104 (calc-embedded-modes-change): Change the value of
7105 calc-embedded-original-modes to reflect permanent changes.
7106
7107 2005-03-22 Lute Kamstra <lute@gnu.org>
7108
7109 * generic-x.el: Require generic again.
7110
7111 2005-03-22 Miles Bader <miles@gnu.org>
7112
7113 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
7114 Tweak details to look good on both ttys and bitmap displays, light
7115 or dark background, etc.
7116
7117 2005-03-21 Kim F. Storm <storm@cua.dk>
7118
7119 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7120 mouse position.
7121
7122 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7123
7124 * icomplete.el: Don't forcibly turn on the mode upon load.
7125 (icomplete-mode): Use define-minor-mode.
7126 (icomplete-eoinput): Default to nil.
7127 (icomplete-minibuffer-setup): Remove autoload.
7128 (icomplete-tidy): Simplify.
7129 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7130 in the initial state or if the user has modified the field.
7131 Fix handling of icomplete-max-delay-chars.
7132 Remove code that handles the oddball case where
7133 minibuffer-completion-table is an integer.
7134 Wrap icomplete-completions in while-no-input in case building
7135 completions takes more time than expected.
7136 (icomplete-completions): Simplify.
7137
7138 2005-03-21 Richard M. Stallman <rms@gnu.org>
7139
7140 * jka-compr.el (jka-compr-really-do-compress):
7141 Make variable buffer-local.
7142
7143 * image-mode.el: Handle .xpm files too.
7144 (image-toggle-display): Preserve modification flag.
7145
7146 * help.el (where-is): Don't mention aliases with no key bindings.
7147
7148 2005-03-21 Lute Kamstra <lute@gnu.org>
7149
7150 * generic.el: Fix commentary section. Don't require cl for compilation.
7151 (generic-mode-list): Add autoload cookie.
7152 (generic-use-find-file-hook, generic-lines-to-scan)
7153 (generic-find-file-regexp, generic-ignore-files-regexp)
7154 (generic-mode, generic-mode-find-file-hook)
7155 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7156 (define-generic-mode): Make it a defmacro. Fix docstring.
7157 (generic-mode-internal): Code cleanup. Add autoload cookie.
7158 (generic-mode-set-comments): Code cleanup.
7159 * generic-x.el: Don't prevent compilation. Don't require generic.
7160 Follow coding conventions. Minor code cleanup.
7161 (etc-fstab-generic-mode): Add some keywords.
7162 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7163 define-generic-mode like a function declaration.
7164
7165 2005-03-21 Jay Belanger <belanger@truman.edu>
7166
7167 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7168 changing modes.
7169
7170 2005-03-21 Sam Steingold <sds@gnu.org>
7171
7172 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7173
7174 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7175
7176 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7177 Add underscore to "f$ lexicals" regexp.
7178
7179 2005-03-20 Juri Linkov <juri@jurta.org>
7180
7181 * subr.el (progress-reporter-do-update): When `min-value' is equal
7182 to `max-value', set `percentage' to 0 and prevent division by zero.
7183
7184 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7185
7186 Sync with Tramp 2.0.48.
7187
7188 * tramp.el (all): Change all addresses to .gnu.org.
7189 (tramp-append-tramp-buffers): New defun.
7190 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7191 Catch `dont-send' signal.
7192 (tramp-set-auto-save-file-modes): Set always permissions, because
7193 there might be an old auto-saved file belonging to another
7194 original file. This could be a security threat. Reported by
7195 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7196 Check for Emacs 21.3.50 removed.
7197
7198 * tramp-smb.el (all): Remove debug construct for
7199 `with-parsed-tramp-file-name'.
7200 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7201 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7202 No error message if DIRECTORY or FILENAME doesn't exist.
7203 (tramp-smb-open-connection): Check existence of
7204 `tramp-smb-program'.
7205
7206 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7207
7208 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7209 Properly handle the case where the `m' or `s' command's argument is not
7210 yet terminated.
7211 (perl-indent-new-calculate): New function.
7212 (perl-indent-line): Use it.
7213
7214 2005-03-20 Miles Bader <miles@gnu.org>
7215
7216 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7217 in text-mode too. Change to new face names.
7218 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7219 Add `:weight bold' attribute.
7220 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7221
7222 2005-03-19 Juri Linkov <juri@jurta.org>
7223
7224 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7225
7226 * international/mule.el (auto-coding-alist): Sync with
7227 `auto-mode-alist' by adding upper case archive file extensions
7228 and adding ear/war to jar extension.
7229
7230 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7231
7232 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7233 running, restart it.
7234
7235 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7236
7237 * finder.el (finder-current-item): Throw an error on an empty line.
7238
7239 * man.el (Man-follow-manual-reference): If current-word returns
7240 nil, use "".
7241
7242 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7243
7244 * simple.el (goto-line): Doc fix.
7245
7246 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7247
7248 * files.el (save-buffer): Doc fix.
7249
7250 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7251
7252 * recentf.el (recentf-cleanup-remote): New variable.
7253 (recentf-cleanup): Use it to conditionally check availability of
7254 remote files.
7255
7256 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7257
7258 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7259 function names.
7260
7261 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7262
7263 * language/thai-word.el: New file.
7264
7265 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7266
7267 * files.el (backup-buffer): If the file's directory is not
7268 writable, use copy instead of move to backup the file.
7269
7270 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7271
7272 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7273
7274 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7275
7276 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7277 Use functionp instead of symbolp and fboundp. Reported by Drkm
7278 <darkman_spam@yahoo.fr>.
7279 (ps-print-version): New version 6.6.6.
7280
7281 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7282
7283 * textmodes/table.el (table--line-column-position): New idiom.
7284 (table--row-column-insertion-point-p): New function to test
7285 validity of row and column insertion operation at a location.
7286 (table-global-menu, table-cell-menu): Use above functions for
7287 deterministic test operation.
7288 (table--editable-cell-p): Behave in deterministic fashion.
7289
7290 2005-03-18 Juri Linkov <juri@jurta.org>
7291
7292 * isearch.el (isearch-lazy-highlight-new-loop):
7293 Make arguments beg and end optional.
7294 (isearch-update): Remove optional arguments nil from
7295 isearch-lazy-highlight-new-loop.
7296 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7297 isearch-lazy-highlight-case-fold-search instead of
7298 isearch-case-fold-search, and let-bind isearch-regexp to
7299 isearch-lazy-highlight-regexp.
7300 Use isearch-lazy-highlight-last-string instead of isearch-string.
7301
7302 * replace.el (perform-replace): Remove bindings of global
7303 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7304 Add three new arguments to `replace-highlight'.
7305 (replace-highlight): Add arguments string, regexp, case-fold.
7306 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7307 to allow isearch-lazy-highlight-new-loop to use these values
7308 to set corresponding isearch-lazy-highlight-* internal
7309 variables whose values lazy highlighting will use regardless of
7310 changes to global variables isearch-string, isearch-regexp,
7311 isearch-case-fold-search during lazy highlighting loop.
7312 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7313 to `lazy-highlight-cleanup'.
7314
7315 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7316 (ispell-highlight-face): Set default face to `isearch' when
7317 lazy highlighting is enabled.
7318 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7319 priority to 1. Add lazy highlighting.
7320 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7321 from `isearch-dehighlight'.
7322
7323 2005-03-18 David Ponce <david@dponce.com>
7324
7325 * files.el (hack-local-variables): Do a case-insensitive search
7326 for End.
7327
7328 2005-03-18 Juri Linkov <juri@jurta.org>
7329
7330 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7331 `isearch-lazy-highlight-cleanup', add alias to old name and
7332 declare obsolete. Add release numbers to other obsolete vars.
7333 (isearch-done, isearch-lazy-highlight-new-loop):
7334 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7335 (lazy-highlight-cleanup) <variable>: Doc fix.
7336 (isearch-lazy-highlight-update): Rename obsolete
7337 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7338
7339 2005-03-18 Kenichi Handa <handa@m17n.org>
7340
7341 * language/thai-util.el: Fix categorization of Thai characters in
7342 thai-category-table.
7343 (thai-composition-pattern): Adjust it for the above change.
7344 (thai-self-insert-command, thai-compose-syllable): New functions.
7345 (thai-compose-region): Use thai-compose-syllable.
7346 (thai-compose-string): Likewise.
7347 (thai-composition-function): Likewise.
7348 (thai-auto-composition): New function.
7349 (thai-auto-composition-mode): New minor mode.
7350
7351 * language/thai.el: Fix patterns to be registered in
7352 composition-function-table.
7353
7354 * international/quail.el (quail-input-method): Locally bind
7355 inhibit-modification-hooks to t.
7356
7357 2005-03-17 Richard M. Stallman <rms@gnu.org>
7358
7359 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7360 (perl-mode): Use run-mode-hooks.
7361
7362 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7363 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7364 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7365
7366 * mail/sendmail.el (sendmail-send-it): Reenable the code
7367 to compute resend-to-address and use it.
7368
7369 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7370
7371 * image-mode.el: New file.
7372
7373 * image.el (insert-sliced-image): Add autoload cookie.
7374
7375 * font-lock.el (font-lock-lines-before): New user option.
7376 (font-lock-after-change-function): Obey it.
7377
7378 * bindings.el (esc-map): Make M-g a prefix.
7379 Bind M-g g and M-g M-g to goto-line.
7380
7381 * faces.el (face-id): Doc fix.
7382
7383 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7384
7385 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7386 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7387 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7388
7389 * mail/sendmail.el (mail-yank-ignored-headers)
7390 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7391 Add Mail-Followup-To and Mail-Reply-To headers.
7392 (mail-citation-hook): Add autoload cookie.
7393 (mail-mode): Doc fix.
7394 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7395 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7396 (mail-mode-fill-paragraph): Handle those headers.
7397 (mail-mailing-lists): New variable.
7398 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7399
7400 2005-03-17 Juri Linkov <juri@jurta.org>
7401
7402 * isearch.el (isearch-fallback): Check for `(car previous)'
7403 before calling `isearch-other-end-state'.
7404
7405 2005-03-17 Kim F. Storm <storm@cua.dk>
7406
7407 * simple.el (move-beginning-of-line): Move to beginning of buffer
7408 line, as well as beginning of screen line.
7409
7410 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7411
7412 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7413 argument REDRAW rather than calendar-redrawing variable.
7414 * calendar/calendar.el (calendar-redrawing): Delete.
7415 (redraw-calendar): Do not bind calendar-redrawing.
7416
7417 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7418
7419 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7420 diary-file buffer.
7421
7422 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7423
7424 * help.el (describe-mode): Allow a :minor-mode-function property to
7425 specify a different minor mode toggle function than the variable.
7426 * simple.el (auto-fill-function):
7427 * subr.el (add-minor-mode): Use it.
7428
7429 2005-03-16 Kenichi Handa <handa@m17n.org>
7430
7431 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7432 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7433 (ethio-fidel-to-sera-buffer): Likewise.
7434
7435 2005-03-16 Juri Linkov <juri@jurta.org>
7436
7437 * emacs-lisp/find-func.el (find-function-regexp):
7438 Add defun-emitting macro `menu-bar-make-toggle'.
7439
7440 * isearch.el: Put `isearch-scroll' property to
7441 `split-window-horizontally'.
7442
7443 * info.el: Update error messages for `debug-ignored-errors'.
7444 (Info-isearch-search): Doc fix.
7445 (Info-find-node): Move up code to go into info buffer before
7446 recording the node to the history.
7447 (Info-fontify-node): Fontify titles only if the next line
7448 has two or more `*', `=', `-', `.'.
7449 Display "go to this node" for empty (match-string 3).
7450
7451 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7452
7453 * term/mac-win.el: Add mouse pointer shape constants.
7454
7455 2005-03-15 Kim F. Storm <storm@cua.dk>
7456
7457 * simple.el (move-beginning-of-line): Use vertical-motion.
7458
7459 2005-03-15 Juri Linkov <juri@jurta.org>
7460
7461 * isearch.el (isearch-error): New variable.
7462 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7463 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7464 (isearch-within-brackets-state): Remove.
7465 (isearch-case-fold-search-state, isearch-pop-fun-state):
7466 Decrease frame index.
7467 (isearch-mode, isearch-top-state, isearch-push-state)
7468 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7469 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7470 (isearch-search, isearch-lazy-highlight-new-loop):
7471 Replace `isearch-invalid-regexp' with `isearch-error'.
7472 Remove `isearch-within-brackets'.
7473 (isearch-search): Add `search-failed' handler to `condition-case'.
7474 (isearch-lazy-highlight-search): Add `condition-case' to catch
7475 errors and allow `isearch-lazy-highlight-update' to try
7476 highlighting from the beginning of the window.
7477 (isearch-repeat): Move up code to set isearch-wrapped to t
7478 before calling isearch-wrap-function.
7479
7480 * info.el (Info-isearch-initial-node): New internal variable.
7481 (Info-search): Signal an error in isearch mode when search leaves
7482 the initial node. Signal an error when `bound' is non-nil and
7483 nothing was found in the current subfile.
7484 (Info-isearch-search): Remove `condition-case'.
7485 (Info-isearch-wrap): Don't wrap when search failed during leaving
7486 the initial node. If `Info-isearch-search' is nil, wrap around
7487 the current node.
7488 (Info-isearch-start): New fun.
7489 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7490 `isearch-mode-hook'.
7491
7492 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7493
7494 * simple.el (normal-erase-is-backspace): Set default to t if
7495 running on Mac.
7496
7497 * term/mac-win.el (function-key-map): Sync with x-win.el.
7498
7499 2005-03-15 Kenichi Handa <handa@m17n.org>
7500
7501 * international/mule-cmds.el (locale-language-names): Modify the
7502 format of elements and add more entries.
7503 (locale-preferred-coding-systems): Add more entries.
7504 (set-locale-environment): Adjust for the change of
7505 locale-language-names.
7506
7507 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7508
7509 * pcvs.el (smerge-ediff): Remove bogus autoload.
7510
7511 2005-03-14 Lute Kamstra <lute@gnu.org>
7512
7513 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7514 Ignore a `*' at the beginning of a line.
7515
7516 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7517 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7518 subr.el.
7519 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7520 to specify indentation.
7521
7522 * generic.el (define-generic-mode): Let generic-mode-list be a
7523 list of strings; test membership with equal.
7524
7525 2005-03-14 Kim F. Storm <storm@cua.dk>
7526
7527 * simple.el (next-line, previous-line): Add optional try-vscroll
7528 arg to recognize interactive use. Pass it on to line-move.
7529 (line-move): Don't perform auto-window-vscroll when defining or
7530 executing keyboard macro to ensure consistent behavior.
7531
7532 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7533
7534 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7535
7536 2005-03-13 Lute Kamstra <lute@gnu.org>
7537
7538 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7539 debugger-setup-buffer so that backtrace marks the frames set to
7540 debug-on-exit and we don't have to do it manually. Set an extra
7541 debug-on-exit for macro's.
7542 (debugger-setup-buffer): Don't mark the top frame manually.
7543
7544 2005-03-12 Lute Kamstra <lute@gnu.org>
7545
7546 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7547 lisp-indent-function throughout.
7548 (with-no-warnings): Set lisp-indent-function property.
7549
7550 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7551
7552 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7553 Add entry for backslash.
7554
7555 2005-03-12 Juri Linkov <juri@jurta.org>
7556
7557 * info.el (Info-search): Four fixes for backward search.
7558
7559 2005-03-11 Jay Belanger <belanger@truman.edu>
7560
7561 * calc/calc.el (calc-language-alist): New variable.
7562 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7563 (calc-embedded-find-modes): Use calc-language-alist instead of
7564 calc-embedded-language-alist.
7565
7566 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7567
7568 * calendar/calendar.el (calendar-redrawing): New internal
7569 variable.
7570 (redraw-calendar): Remove bogus save-excursion from previous
7571 change. Bind calendar-redrawing to t for mark-diary-entries.
7572 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7573 calendar if that is why we were called.
7574
7575 2005-03-11 Kenichi Handa <handa@m17n.org>
7576
7577 * international/mule.el (make-coding-system): Set property
7578 coding-system-define-form to nil.
7579 (define-coding-system-alias): Likewise.
7580
7581 2005-03-11 Kenichi Handa <handa@m17n.org>
7582
7583 These changes are suggested by Dave Love <fx@gnu.org>.
7584
7585 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7586 coding: tag.
7587 (adaptive-fill-regexp): Add more bullets.
7588 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7589 regexps.
7590
7591 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7592
7593 * help.el (describe-mode): Properly handle non-trivial lighters.
7594 Don't ignore minor modes that are not listed in minor-mode-list.
7595
7596 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7597 feature ON when the user requests to turn it OFF.
7598
7599 2005-03-10 Lute Kamstra <lute@gnu.org>
7600
7601 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7602 (implement-debug-on-entry): New function to replace debug-entry-code.
7603 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7604 second argument as the 2005-03-07 change makes it obsolete.
7605 (debug-on-entry, cancel-debug-on-entry): Update call to
7606 debug-on-entry-1.
7607 (debug, debugger-setup-buffer): Comment update.
7608 (debugger-frame-number): Update to work with implement-debug-on-entry.
7609
7610 2005-03-10 Jay Belanger <belanger@truman.edu>
7611
7612 * calc/calc-embed.el (math-ms-args): Declare it.
7613 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7614 math-ms-args.
7615 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7616 variables.
7617
7618 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7619
7620 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7621 Use message-box.
7622
7623 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7624 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7625 (tooltip-gud-tips): Simplify.
7626 (tooltip-gud-tips-p): Remove superfluous :set.
7627 (tooltip-gud-modes): Add fortran-mode.
7628 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7629
7630 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7631
7632 2005-03-09 Kim F. Storm <storm@cua.dk>
7633
7634 * play/animate.el (animate-place-char): Use forward-line instead
7635 of next-line to improve performance.
7636
7637 2005-03-09 Simon Josefsson <jas@extundo.com>
7638
7639 * net/browse-url.el (browse-url-default-browser): Doc fix.
7640
7641 2005-03-09 Miles Bader <miles@gnu.org>
7642
7643 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7644 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7645
7646 2005-03-09 Kenichi Handa <handa@m17n.org>
7647
7648 * international/latin-1.el: Set case and syntax for 255 only if
7649 set-case-syntax-set-multibyte is nil.
7650
7651 * textmodes/ispell.el (ispell-insert-word): New function.
7652 (ispell-word): Use ispell-insert-word to insert a new word.
7653 (ispell-process-line): Likewise.
7654 (ispell-complete-word): Likewise.
7655
7656 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7657
7658 * calendar/calendar.el (redraw-calendar): Preserve point.
7659 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7660 (calendar-week-start-day): Move after definition of
7661 redraw-calendar. Delete buffer test, since redraw-calendar has
7662 that now.
7663
7664 * calendar/diary-lib.el (mark-diary-entries): Only call
7665 redraw-calendar in the first of any recursive calls.
7666 Reported by Alan Shutko <ats@acm.org>.
7667
7668 2005-03-08 Juri Linkov <juri@jurta.org>
7669
7670 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7671 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7672 (html-radio-buttons): Add a space before the trailing `/>' where
7673 sgml-xml-mode is non-nil.
7674 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7675 the subsequent tag of the empty XML tag.
7676 (html-href-anchor): Don't set initial input to "http:".
7677 (html-image): Ask for the image URL and set point inside alt="".
7678 (html-name-anchor): Duplicate the name in the `id' attribute when
7679 sgml-xml-mode is non-nil.
7680 (html-paragraph): Remove \n before <p>.
7681 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7682 instead of `checked' when sgml-xml-mode is non-nil.
7683
7684 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7685 Remove 1 space before #RRGGBB to not truncate it on terminal
7686 windows w/o fringes. Remove 1 space between bg and fg examples
7687 to get more space.
7688 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7689 avoid byte-compile warnings.
7690
7691 * image-file.el (image-file-handler): Put `safe-magic' property to
7692 `image-file-handler'.
7693
7694 * info.el (Info-isearch-search): Emulate word search in
7695 isearching through multiple Info nodes with Info-search.
7696 (Info-isearch-wrap): Allow isearch-word.
7697
7698 2005-03-08 Lute Kamstra <lute@gnu.org>
7699
7700 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7701 stepping into the debugger's code is not possible.
7702 (debugger-jumping-flag): Docstring update.
7703
7704 2005-03-08 Jay Belanger <belanger@truman.edu>
7705
7706 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7707 embedded mode begins.
7708 (calc-embedded-language-alist): New variable.
7709 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7710 set default language mode.
7711
7712 2005-03-08 Kenichi Handa <handa@m17n.org>
7713
7714 * international/ccl.el (define-ccl-program): Fix docstring about
7715 extra 256 bytes assured for the output buffer.
7716
7717 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7718 Fix BUFFER_MAGNIFICATION to 2.
7719 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7720
7721 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7722
7723 * align.el (align-rules-list): Added an alignment rule for CSS
7724 declarations (applies to css-mode and html-mode buffers).
7725
7726 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7727
7728 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7729
7730 2005-03-07 Kim F. Storm <storm@cua.dk>
7731
7732 * simple.el (move-beginning-of-line): New command.
7733
7734 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7735
7736 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7737
7738 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7739 and move-beginning-of-line.
7740
7741 * apropos.el (apropos-print): Omit command from M-x ... RET.
7742
7743 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7744
7745 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7746 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7747
7748 2005-03-06 Richard M. Stallman <rms@gnu.org>
7749
7750 * bindings.el (esc-map): Bind M-g to goto-line.
7751
7752 * facemenu.el (global-map): Bind M-o, not M-g.
7753
7754 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7755
7756 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7757 "Open Directory" as for "Open File".
7758
7759 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7760
7761 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7762 (push-mark-command): Run activate-mark-hook.
7763
7764 2005-03-06 Richard M. Stallman <rms@gnu.org>
7765
7766 * help-mode.el (help-mode-finish): Don't alter the element
7767 in view-return-to-alist if there already is one.
7768
7769 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7770 make sure the current buffer is the expected one.
7771
7772 * novice.el (disabled-command-function): Output in *Disabled Command*.
7773 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7774
7775 * textmodes/flyspell.el (flyspell-large-region):
7776 Pass args differently for aspell.
7777
7778 * files.el (mode-require-final-newline): Doc fix.
7779
7780 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7781
7782 * progmodes/which-func.el (which-function):
7783 Specify NOERROR when calling imenu--make-index-alist.
7784
7785 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7786
7787 * simple.el (normal-erase-is-backspace): Define default value.
7788
7789 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7790 (custom-reevaluate-setting): Simple function to handle
7791 variables that are defined before their default value can really
7792 be computed.
7793
7794 * startup.el (command-line): Use it for temporary-file-directory,
7795 small-emporary-file-directory, auto-save-file-name-transforms,
7796 blink-cursor-mode, and normal-erase-is-backspace.
7797
7798 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7799 progress, even with buggy anchored keywords.
7800
7801 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7802
7803 * simple.el (goto-line): Remove unbalanced final parenthesis.
7804
7805 2005-03-05 Richard M. Stallman <rms@gnu.org>
7806
7807 * simple.el (goto-line): Use a number at point as the default.
7808 With C-u as arg, switch buffers.
7809
7810 2005-03-05 Juri Linkov <juri@jurta.org>
7811
7812 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7813 with `no-blinking-cursor'.
7814
7815 * startup.el (no-blinking-cursor): New defvar.
7816 (command-line): Add `--no-blinking-cursor' to longopts.
7817 Set `no-blinking-cursor' to t for command line arguments
7818 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7819 with `no-blinking-cursor' in the condition for calling
7820 `blink-cursor-mode'.
7821
7822 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7823
7824 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7825 (menu-bar-options-save): Add blink-cursor-mode.
7826 (menu-bar-options-menu): Add blink-cursor-mode.
7827
7828 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7829
7830 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7831 (icalendar-export-file, icalendar-export-region)
7832 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7833 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7834
7835 2005-03-04 Lute Kamstra <lute@gnu.org>
7836
7837 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7838 (debug-function-list): Ditto.
7839
7840 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7841
7842 * textmodes/texinfmt.el (texinfo-append-refill):
7843 Redefine the types of line to which @refill
7844 is not appended by replacing a search for `@refill\\|@bye' with
7845 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7846 itemize@refill' bug and the unfilled long lines bug.
7847 (texinfmt-version): Update number and date.
7848
7849 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7850
7851 * international/code-pages.el (windows-1250, windows-125[2-8])
7852 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7853
7854 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7855
7856 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7857 bound yet.
7858
7859 2005-03-02 Romain Francoise <romain@orebokech.com>
7860
7861 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7862 buffer after removing limits.
7863 (ibuffer-pop-filter): Ditto.
7864 Update copyright.
7865
7866 2005-03-02 Miles Bader <miles@gnu.org>
7867
7868 * button.el (make-text-button): If the user doesn't specify a
7869 type, use the default. Rewrite to use `add-text-properties' and
7870 plist functions.
7871
7872 2005-03-01 Lute Kamstra <lute@gnu.org>
7873
7874 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7875 (debugger-jumping-flag): New var.
7876 (debug-entry-code): Use it.
7877 (debugger-jump): Use debugger-jumping-flag and add
7878 debugger-reenable to post-command-hook.
7879 (debugger-reenable): Use debugger-jumping-flag and remove itself
7880 from post-command-hook.
7881 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7882 debugger-reenable.
7883
7884 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7885
7886 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7887 inclusion of "itemize\\|", which may be unnecessary, is certainly
7888 inelegant, and stops refilling in itemize lists when formatting
7889 Japanese Texinfo files to Info.
7890 Update copyright to 2005.
7891
7892 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7893
7894 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7895 of an error if GDB can't find the source file.
7896
7897 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7898
7899 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7900 not just the calendar.
7901
7902 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7903 first.
7904 (diary-redraw-calendar): New function.
7905 (make-diary-entry): Add diary-redraw-calendar to local
7906 write-contents-functions. Turn off selective display before
7907 inserting in diary.
7908
7909 2005-03-01 Kim F. Storm <storm@cua.dk>
7910
7911 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7912
7913 2005-03-01 Lute Kamstra <lute@gnu.org>
7914
7915 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7916 that debug-entry-code can be safely removed from a function while
7917 this code is being evaluated. Revert the 2005-02-27 change as the
7918 new implementation no longer requires it. Make sure that a
7919 function body containing just a string is not mistaken for a docstring.
7920 (debug): Skip one more frame in case of debug on entry.
7921 (debugger-setup-buffer): Delete one more frame line in case of
7922 debug on entry.
7923 (debugger-frame-number): Update to use the new text introduced by
7924 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7925
7926 2005-02-28 Kim F. Storm <storm@cua.dk>
7927
7928 * double.el (double-translate-key): Call force-window-update after
7929 read-event to avoid crash in redisplay.
7930
7931 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7932
7933 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7934 (debug): Use it. Move the inhibit-trace earlier.
7935 (debug-entry-code): New const.
7936 (debug-on-entry-1): Use it.
7937
7938 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7939
7940 * international/utf-16.el (ccl-encode-mule-utf-16le):
7941 Fix BUFFER_MAGNIFICATION to 2.
7942 (ccl-encode-mule-utf-16be): Likewise.
7943
7944 2005-02-28 Kenichi Handa <handa@m17n.org>
7945
7946 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7947 Fix BUFFER_MAGNIFICATION to 4.
7948 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7949
7950 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7951
7952 * speedbar.el (speedbar-update-flag): Doc fix.
7953 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7954 argument.
7955
7956 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7957
7958 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7959 have a non-nil `invisible' property but are actually visible.
7960
7961 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7962 for perldoc sections.
7963 (perl-outline-regexp, perl-outline-level): New var and function.
7964 (perl-mode): Use them.
7965
7966 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7967
7968 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7969 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7970
7971 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7972
7973 * cus-edit.el: Comment change.
7974 (custom-buffer-create-internal): Slightly reword text at top of
7975 Custom buffers. Mention there that saving an option edits the
7976 init file. Add link to Emacs manual node on `custom-file'.
7977 (custom-magic-alist): Rewrite individual State messages to use
7978 capitalized keywords. Doc fix.
7979
7980 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7981
7982 * calendar/calendar.el (calendar-buffer): Move above
7983 calendar-week-start-day.
7984 (calendar-week-start-day): Doc fix. Add :set function.
7985 (calendar-minimum-window-height): New variable.
7986 (generate-calendar-window): Only resize window if selected-window
7987 is displaying the calendar buffer. Use new variable
7988 calendar-minimum-window-height.
7989 (generate-calendar): Reword error message.
7990 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7991
7992 2005-02-27 Andreas Schwab <schwab@suse.de>
7993
7994 * vc.el (vc-do-command): Don't run command asynchronously when
7995 operating in a remote directory.
7996
7997 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7998 change from sync with Tramp 2.0.47.
7999
8000 2005-02-27 Richard M. Stallman <rms@gnu.org>
8001
8002 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
8003
8004 * textmodes/flyspell.el (flyspell-mode-on):
8005 Call ispell-change-dictionary only if necessary.
8006
8007 * emacs-lisp/re-builder.el (regexp-builder): New function.
8008
8009 * register.el (describe-register-1): Explicitly handle
8010 yank-excluded-properties = t.
8011
8012 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
8013 (custom-magic-alist): Change the status descriptions again.
8014 (face widget-type): Total rewrite based on `restricted-sexp'
8015 to eliminate the confusing double hiding levels.
8016
8017 * emacs-lisp/debug.el (debug-on-entry-1):
8018 If function body is empty, add nil as body form.
8019
8020 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
8021
8022 * emacs-lisp/trace.el (inhibit-trace): New var.
8023 (trace-make-advice): Use it.
8024
8025 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
8026
8027 2005-02-26 Kim F. Storm <storm@cua.dk>
8028
8029 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
8030 (mouse-on-link-p, mouse-drag-region-1): Use it.
8031
8032 2005-02-25 Lute Kamstra <lute@gnu.org>
8033
8034 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
8035
8036 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
8037
8038 * frame.el (blink-cursor-mode): Add :group keyword.
8039
8040 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
8041
8042 * calendar/icalendar.el (icalendar--decode-isodatetime):
8043 New optional argument DAY-SHIFT.
8044 (icalendar-export-region): Fix coding-system-for-write.
8045 (icalendar--convert-ical-to-diary): Shift end-day of all-day
8046 events by one.
8047
8048 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
8049
8050 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
8051
8052 2005-02-24 Kim F. Storm <storm@cua.dk>
8053
8054 * international/iso-acc.el (iso-accents-compose): Fix crash
8055 during redisplay. Call force-window-update after read-event
8056 and delete-region to signal that window is not accurate.
8057
8058 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
8059
8060 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
8061 Remove unused and inexistent var `inhibit-trace'.
8062 (debugger-mode): Use run-mode-hooks.
8063 (debugger-list-functions): Add buttons; setup xref stack.
8064
8065 2005-02-23 Richard M. Stallman <rms@gnu.org>
8066
8067 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
8068 appointment says it was explicitly made.
8069 (appt-add): Set the 3rd element.
8070 (appt-make-list): Preserve explicit appointments.
8071
8072 * subr.el (find-tag-default): Catch errors in forward-sexp.
8073
8074 2005-02-23 Juri Linkov <juri@jurta.org>
8075
8076 * info.el (Info-isearch-search): New defcustom.
8077 (Info-isearch-search): Call the default isearch function
8078 when Info-isearch-search is nil.
8079 (Info-isearch-wrap): Use variable Info-isearch-search.
8080
8081 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
8082
8083 * cus-edit.el: Comment change.
8084
8085 2005-02-22 Kim F. Storm <storm@cua.dk>
8086
8087 * progmodes/hideif.el (hide-ifdef-use-define-alist):
8088 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
8089
8090 2005-02-22 Simon Josefsson <jas@extundo.com>
8091
8092 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
8093 New variable.
8094 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
8095 Oskarsson" <myrkraverk@users.sourceforget.net>.
8096
8097 2005-02-22 Kim F. Storm <storm@cua.dk>
8098
8099 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
8100 check that window of that event is the selected window.
8101 (mouse-drag-region-1): Compare mouse event window to selected
8102 window before setting point.
8103
8104 * tooltip.el (tooltip-show-help-function): Pass event to
8105 mouse-on-link-p so it can check selected window.
8106
8107 2005-02-22 Kenichi Handa <handa@m17n.org>
8108
8109 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
8110 (ps-mule-show-warning): New function.
8111 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
8112 characters are found.
8113
8114 * ps-print.el (ps-header-footer-string): Return a list of header
8115 and footer strings.
8116
8117 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8118
8119 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8120
8121 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8122
8123 * frame.el (blink-cursor-mode): Use define-minor-mode.
8124
8125 * term/mac-win.el (function-key-map): Use char-names more consistently.
8126 (file-name-coding-system): Only set it for MacOS-9. The other case is
8127 already handled in mule-cmds.el (where it also works when mac-win.el
8128 is not used).
8129
8130 2005-02-21 Kenichi Handa <handa@m17n.org>
8131
8132 * international/mule.el (ctext-pre-write-conversion): Always use
8133 " *code-converting-work*" buffer for work.
8134
8135 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8136
8137 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8138
8139 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8140
8141 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8142
8143 * ses.el (undo-more): Restore defadvice, but only the part that
8144 allows changes outside the restricted area of the buffer.
8145
8146 2005-02-20 Kim F. Storm <storm@cua.dk>
8147
8148 * simple.el (line-move): Add fourth optional arg try-vscroll which
8149 must be set to perform auto-window-vscroll.
8150 When moving backwards and doing auto-window-vscroll, automatically
8151 vscroll to the last part of lines which are taller than the window.
8152 (next-line, previous-line): Set try-vscroll arg on line-move.
8153
8154 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8155
8156 * replace.el (query-replace, query-replace-regexp)
8157 (replace-string, replace-regexp): When operating on region, make
8158 the minibuffer prompt say so.
8159
8160 * isearch.el (isearch-forward): Document isearch-query-replace and
8161 isearch-query-replace-regexp keybindings.
8162
8163 2005-02-19 Jay Belanger <belanger@truman.edu>
8164
8165 * calc/calc-aent.el (math-read-token): Add local variable.
8166
8167 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8168 (calc-edit-top): Move declaration to earlier in file.
8169 (calc-edit-macro-repeats): Add local variables.
8170
8171 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8172 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8173 calcFunc-tanh.
8174 Adjust integration rule for calcFunc-tan.
8175
8176 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8177
8178 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8179 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8180 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8181 (viper-skip-separators): Bug fix.
8182 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8183 particular major mode.
8184 (viper-del-backward-char-in-replace): Don't put deleted char on the
8185 kill ring.
8186
8187 * viper-ex.el (viper-color-display-p): New function.
8188 (viper-has-face-support-p): Use viper-color-display-p.
8189
8190 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8191
8192 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8193
8194 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8195 (viper-file-remote-p): Make equivalent to file-remote-p.
8196
8197 * viper.el (viper-major-mode-modifier-list):
8198 Use viper-gnus-modifier-map.
8199
8200 2005-02-19 David Kastrup <dak@gnu.org>
8201
8202 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8203 quoting.
8204
8205 2005-02-19 Jay Belanger <belanger@truman.edu>
8206
8207 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8208 Remove extra definitions.
8209 (calc-coth): New function.
8210 (calcFunc-cot): Fix `let'.
8211
8212 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8213
8214 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8215 the reasons we use "type pc" in these faces.
8216
8217 * button.el (button): Ditto.
8218
8219 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8220
8221 * replace.el (query-replace-read-from): Set the value of
8222 query-replace-from-history-variable to handle the case of an empty
8223 string entered to accept the suggested default.
8224
8225 * net/tramp.el (tramp-file-name-for-operation):
8226 Use dired-call-process instead of dired-call-process-command.
8227
8228 2005-02-19 Jay Belanger <belanger@truman.edu>
8229
8230 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8231 (math-div-non-trig): New variables.
8232 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8233 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8234 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8235 trig expressions.
8236
8237 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8238
8239 * progmodes/gdb-ui.el (gdb-var-update-handler)
8240 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8241 for watch expressions,
8242 (gdb-var-create-handler): Don't set speedbar-update-flag.
8243 (gdb-post-prompt): Simplify test for speedbar.
8244
8245 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8246
8247 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8248 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8249 we use the syntax table of the correct buffer.
8250 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8251 Felix Gatzemeier.
8252
8253 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8254 (ediff-file-remote-p): Make synonymous with file-remote-p.
8255 In all deffaces ediff-*-face-*, use min-colors.
8256
8257 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8258 ediff-recurse-to-subdirectories.
8259 (ediff-mark-if-equal): Check that the arguments are strings, use
8260 ediff-same-contents (after to Felix Gatzemeier).
8261
8262 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8263 nil.
8264
8265 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8266
8267 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8268
8269 2005-02-18 David Kastrup <dak@gnu.org>
8270
8271 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8272 use `mark-active' when defined.
8273
8274 2005-02-18 Kenichi Handa <handa@m17n.org>
8275
8276 * ps-print.el (ps-font-info-database): New entry
8277 ZapfChancery-MediumItalic with correct font name. Fix font name
8278 of the entry Zapf-Chancery-MediumItalic.
8279
8280 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8281
8282 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8283
8284 2005-02-16 Kim F. Storm <storm@cua.dk>
8285
8286 * ido.el (ido-fallback-command): Pass user input to fallback command.
8287
8288 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8289
8290 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8291 (gdb-find-file-hook): Add server prefix.
8292
8293 2005-02-16 Richard M. Stallman <rms@gnu.org>
8294
8295 * replace.el (perform-replace): Pass new args to replace-highlight.
8296 (replace-highlight): Take region args,
8297 and pass them to isearch-lazy-highlight-new-loop.
8298
8299 * novice.el (disabled-command-hook): Autoload the defalias
8300 and the make-obsolete-variable call.
8301
8302 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8303
8304 * isearch.el (isearch-lazy-highlight-start-limit)
8305 (isearch-lazy-highlight-end-limit): New variables limit
8306 the region for highlighting.
8307 (isearch-lazy-highlight-new-loop): New args BEG and END.
8308 (isearch-lazy-highlight-search): Use the new vars.
8309 (isearch-lazy-highlight-update): Likewise.
8310
8311 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8312
8313 * cus-start.el (all): Use default-boundp.
8314
8315 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8316
8317 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8318
8319 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8320
8321 * autorevert.el (auto-revert-stop-on-user-input)
8322 (auto-revert-verbose): Doc fixes.
8323
8324 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8325
8326 * international/mule-cmds.el (set-locale-environment): Remove call
8327 to set-selection-coding-system on Windows.
8328
8329 2005-02-15 Jay Belanger <belanger@truman.edu>
8330
8331 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8332 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8333 calcFunc-coth.
8334 (math-simplify-sqrt): Add simplifications.
8335
8336 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8337 to list.
8338
8339 * calc/calc-ext.el: Add functions to autoloads.
8340
8341 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8342 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8343 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8344 (math-csc-raw, math-cot-raw): New functions.
8345
8346 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8347
8348 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8349 the variable name in a message.
8350
8351 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8352 calcFunc-csc, calcFunc-cot.
8353
8354 * calc/calcalg2.el: Add derivative and integration rules for
8355 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8356 calcFunc-csch, calcFunc-coth.
8357 (math-do-integral-methods): Add to checks for when to use
8358 substitutions.
8359
8360 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8361
8362 2005-02-15 Lute Kamstra <lute@gnu.org>
8363
8364 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8365 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8366 <monnier@iro.umontreal.ca>
8367 (lisp-outline-level): Improve efficiency. Suggested by David
8368 Kastrup <dak@gnu.org>.
8369
8370 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8371
8372 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8373 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8374 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8375 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8376 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8377
8378 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8379
8380 * cus-start.el (all): Comment change.
8381
8382 2005-02-14 Lute Kamstra <lute@gnu.org>
8383
8384 * cus-start.el (all): Check if symbol is void.
8385
8386 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8387
8388 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8389 optional argument to \cite.
8390
8391 2005-02-14 Richard M. Stallman <rms@gnu.org>
8392
8393 * cus-edit.el (custom-buffer-create-internal): Update help message.
8394 (custom-magic-alist): Update help messages.
8395
8396 * cus-start.el (all): Allow a var to specify a standard value.
8397
8398 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8399
8400 * custom.el (custom-theme-set-variables): Handle variable aliases.
8401
8402 * frame.el (blink-cursor-timer): Doc fix.
8403 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8404 declare obsolete.
8405 (blink-cursor-mode): Define with defcustom and use correct
8406 standard expression in that defcustom.
8407 * startup.el (command-line): Adapt to above changes in frame.el.
8408
8409 2005-02-11 Lute Kamstra <lute@gnu.org>
8410
8411 * apropos.el (apropos-score-doc): Prevent division by zero.
8412
8413 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8414
8415 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8416 (icalendar--get-event-property-attributes)
8417 (icalendar--get-event-properties)
8418 (icalendar--datetime-to-diary-date): New functions.
8419 (icalendar--split-value): Doc fix.
8420 (icalendar--datetime-to-noneuropean-date)
8421 (icalendar--datetime-to-european-date): New optional argument
8422 SEPARATOR. Return result as a string instead of a list.
8423 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8424 (icalendar--convert-string-for-export): Rename arg S to STRING.
8425 (icalendar-export-region): Doc fix. Change name of error buffer.
8426 Save output buffer.
8427 (icalendar-import-file): Add blank at end of prompt.
8428 (icalendar-import-buffer): Doc fix. Do not switch to error
8429 buffer. Indicate status in return value.
8430 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8431 buffer. Save output buffer. Handle exception from recurrence
8432 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8433 events. Fix problems with weekly all-day events.
8434
8435 2005-02-10 Richard M. Stallman <rms@gnu.org>
8436
8437 * simple.el (eval-expression-print-format):
8438 Avoid warning about edebug-active.
8439
8440 * help.el (help-for-help-internal): Rename from help-for-help.
8441 (help-for-help): Define with defalias.
8442
8443 * font-core.el (font-lock-default-function): Use with-no-warnings.
8444
8445 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8446
8447 * custom.el (defface): Doc fix.
8448
8449 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8450
8451 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8452 width 0" to prevent word wrapping problems.
8453
8454 2005-02-09 Kim F. Storm <storm@cua.dk>
8455
8456 * ido.el (ido-file-extensions-order): New defcustom.
8457 (ido-file-extension-lessp, ido-file-extension-aux)
8458 (ido-file-extension-order): New advanced file ordering.
8459 (ido-file-lessp): New simple file ordering.
8460 (ido-sort-list): Remove.
8461 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8462 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8463
8464 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8465
8466 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8467 that some versions of grep produce.
8468 (grep-mode-font-lock-keywords): Likewise.
8469
8470 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8471
8472 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8473 (gdb-cdir): Delete.
8474 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8475 (gdb-source-info): Treat case when source file is in another
8476 directory properly.
8477 (gdb-get-location): New function.
8478
8479 2005-02-07 Jay Belanger <belanger@truman.edu>
8480
8481 * calc/calc-prog.el (calc-write-parse-table-part)
8482 (calc-fix-token-name): Fix a check for language type.
8483
8484 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8485
8486 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8487
8488 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8489 as directory not writable.
8490
8491 2005-02-07 Kim F. Storm <storm@cua.dk>
8492
8493 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8494 (cua--standard-movement-commands): Remove list.
8495 Instead, set CUA property value to move for movement commands.
8496 (cua-movement-commands): Remove. Users must set CUA prop instead.
8497 (cua--pre-command-handler): Check CUA property.
8498 (cua--init-keymaps): Don't remap undo commands.
8499 (cua-mode): Don't call cua--rectangle-on-off.
8500
8501 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8502 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8503 (cua--rect-undo-set-point): New var.
8504 (cua--rectangle-undo-boundary): Setup undo apply entry.
8505 (cua--rect-undo-handler): New function for rectangle undo.
8506 (cua--rect-start-position, cua--rect-end-position): Add.
8507 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8508 for restored rectangle. Set point if cua--rect-undo-set-point.
8509
8510 2005-02-06 Jay Belanger <belanger@truman.edu>
8511
8512 * calc/calc-lang.el (calc-tex-language): Display more information
8513 in messages.
8514
8515 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8516 in TeX mode.
8517
8518 2005-02-06 Richard M. Stallman <rms@gnu.org>
8519
8520 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8521
8522 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8523
8524 * net/ldap.el (ldap-search-internal): Support attributes with
8525 optional descriptions separated by a semi-colon, as in
8526 "userCertificate;binary".
8527
8528 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8529
8530 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8531 isn't a cons (i.e. the version is 0).
8532
8533 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8534
8535 * help.el (help-for-help): Doc fix.
8536
8537 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8538
8539 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8540 GDB-Windows on the menu-bar as this works better.
8541
8542 2005-02-04 Jay Belanger <belanger@truman.edu>
8543
8544 * calc/calc-embed.el (calc-embedded-update): Don't put in
8545 unnecessary newlines. Adjust the end of formula marker.
8546
8547 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8548 (math-latex-parse-two-args): New function.
8549
8550 2005-02-03 Lute Kamstra <lute@gnu.org>
8551
8552 * help-fns.el (help-with-tutorial): Make sure that users cannot
8553 remove the entire text of the tutorial by means of `undo'.
8554
8555 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8556
8557 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8558 in recent changes, where the ispell process was repeatedly
8559 killed & restarted.
8560
8561 * international/mule-cmds.el (set-locale-environment): Set file-name
8562 coding system to utf-8 on Darwin systems.
8563 (set-default-coding-systems): Don't set default-file-name-coding-system
8564 on Darwin systems.
8565
8566 2005-02-03 Richard M. Stallman <rms@gnu.org>
8567
8568 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8569
8570 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8571
8572 * faces.el (list-faces-display): Add optional argument.
8573
8574 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8575
8576 * font-core.el (font-lock-default-function): Handle the rare case where
8577 only font-lock-keywords is set.
8578
8579 2005-02-02 Kenichi Handa <handa@m17n.org>
8580
8581 * international/characters.el: Cancel previous change for
8582 I-WITH-DOT-ABOVE and DOTLESS-i.
8583
8584 * international/latin-5.el: Cancel previous change.
8585
8586 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8587
8588 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8589
8590 2005-02-02 Kenichi Handa <handa@m17n.org>
8591
8592 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8593 DOTLESS-i.
8594
8595 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8596 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8597
8598 * case-table.el (get-upcase-table): New function.
8599 (copy-case-table): Copy upcaes table too if non-nil.
8600 (set-case-syntax-delims): Maintain upcase table too.
8601 (set-case-syntax-pair): Likewise.
8602 (set-upcase-syntax, set-downcase-syntax): New functions.
8603 (set-case-syntax): Maintain upcase table too.
8604
8605 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8606
8607 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8608
8609 * progmodes/gud.el (gud-goto-info): New function.
8610 (gud-tool-bar-map): Use correct icon.
8611
8612 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8613
8614 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8615 When delegating, order args in the funcall correctly.
8616
8617 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8618
8619 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8620
8621 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8622
8623 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8624 buffer not visiting a file.
8625
8626 2005-01-31 Jay Belanger <belanger@truman.edu>
8627
8628 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8629 bound on the line with the formula.
8630
8631 2005-01-31 Kim F. Storm <storm@cua.dk>
8632
8633 * ses.el (ses-create-cell-variable-range)
8634 (ses-destroy-cell-variable-range, ses-reset-header-string)
8635 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8636 (ses-insert-row): Fix format of apply undo entries.
8637
8638 2005-01-31 Jay Belanger <belanger@truman.edu>
8639
8640 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8641 parts.
8642
8643 * calc/calc-embed.el (calc-embedded-open-formula)
8644 (calc-embedded-close-formula): Ignore matrix environments.
8645
8646 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8647 TeX mode.
8648
8649 * calc/calc-lang.el (math-function-table, math-oper-table)
8650 (math-variable-table): Adjust the LaTeX portions.
8651
8652 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8653 (math-latex-ignore-words): New constant.
8654
8655 2005-01-31 Richard M. Stallman <rms@gnu.org>
8656
8657 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8658 (ispell-local-dictionary): Doc fix.
8659 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8660 Don't reinitialize at run time. Don't defcustom.
8661 All uses changed to append ispell-local-dictionary-alist,
8662 or check it first.
8663 (ispell-current-dictionary): New variable for dictionary in use.
8664 (ispell-dictionary): Now used only for global default.
8665 (ispell-start-process): Set ispell-current-dictionary,
8666 not ispell-dictionary.
8667 (ispell-change-dictionary): Use this only for setting
8668 user preferences.
8669 (ispell-internal-change-dictionary): New function
8670 to change the current dictionary in use.
8671 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8672 Use ispell-current-dictionary.
8673 Handle ispell-local-dictionary-overridden.
8674 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8675
8676 2005-01-31 Jay Belanger <belanger@truman.edu>
8677
8678 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8679
8680 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8681 (calc-mode-map): Add calc-latex-language.
8682
8683 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8684 (math-latex-print-frac): New functions.
8685 (math-oper-table, math-function-table, math-variable-table)
8686 (math-complex-format, math-input-filter): Add latex properties.
8687 (calc-set-language): Set math-expr-special-function-mapping.
8688
8689 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8690 (calc-write-parse-table-part): Add LaTeX support.
8691
8692 * calc/calc.el (calc-language): Adjust docstring.
8693 (calc-set-mode-line): Add LaTeX support.
8694 (math-expr-special-function-mapping): New variable.
8695 (math-tex-ignore-words): Add to list.
8696
8697 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8698 Add LaTeX support.
8699 (math-compose-expr): Add support for special functions.
8700
8701 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8702
8703 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8704
8705 * progmodes/gdb-ui.el (gdb-memory-address)
8706 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8707 (gdb-memory-mode-map, gdb-memory-format-keymap)
8708 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8709 (gdb-memory-unit-menu): New variables for a buffer
8710 that lets the user examine program memory.
8711 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8712 (gdb-memory-format-binary, gdb-memory-format-octal)
8713 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8714 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8715 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8716 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8717 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8718 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8719 (gdb-memory-mode, gdb-memory-buffer-name)
8720 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8721 New functions for above buffer.
8722
8723 2005-01-30 Richard M. Stallman <rms@gnu.org>
8724
8725 * cus-edit.el (custom-bury-buffer): Function deleted.
8726 (custom-buffer-done-function): Option deleted.
8727 (custom-buffer-done-kill): New (replacement option.
8728 (Custom-buffer-done): Call quit-window.
8729 (custom-buffer-create-internal): Update for above changes.
8730
8731 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8732
8733 * simple.el (undo-ask-before-discard): New var.
8734 (undo-outer-limit-truncate): Implement it.
8735 (undo-extra-outer-limit): Doc update.
8736
8737 2005-01-29 Richard M. Stallman <rms@gnu.org>
8738
8739 * ses.el (undo-more): Delete defadvice.
8740 (ses-begin-change): Doc fix.
8741
8742 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8743 instead of rebinding C-x u and C-_.
8744
8745 * files.el (normal-backup-enable-predicate): Return nil for files
8746 in /tmp, regardless of temporary-file-directory.
8747
8748 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8749
8750 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8751 (open-rectangle, delete-whitespace-rectangle-line)
8752 (clear-rectangle-line): If FILL, pass t instead of FILL
8753 for move-to-column's 2nd arg.
8754
8755 * simple.el (undo): Fix the test for continuing a series of undos.
8756 (undo-more): Set pending-undo-list to t when we reach end.
8757 (pending-undo-list): Move up defvar.
8758
8759 * wid-edit.el (widget-button-click):
8760 Shorten the range of the track-mouse binding.
8761
8762 * comint.el (comint-insert-input): Undo previous changes;
8763 use last-input-event in interactive spec.
8764
8765 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8766
8767 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8768 to nil before invoking call-process. Reset buffer's modified flag
8769 after fontifying it in the no-async branch.
8770
8771 * wid-edit.el (widget-specify-button): If mouse pointer shape
8772 cannot be changed, use mouse face instead.
8773
8774 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8775
8776 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8777 (gdb-goto-breakpoint): Make breakpoint handling work on template
8778 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8779 (gdb-assembler-custom): Update to recognize breakpoint information
8780 added on 2005-01-19.
8781
8782 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8783
8784 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8785 (dsssl-mode): Use define-derived-mode.
8786 (scheme-mode-initialize): Remove.
8787 (scheme-mode): Use run-mode-hooks.
8788
8789 * cus-edit.el (customize-group-other-window)
8790 (custom-buffer-create-other-window): Don't override special-display-*.
8791 (custom-mode-map): Make it dense.
8792
8793 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8794 sets the default value.
8795
8796 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8797
8798 * descr-text.el: Add more keywords.
8799
8800 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8801
8802 * speedbar.el: Avoid unnecessary use of locate-library.
8803
8804 * international/mule-cmds.el (standard-display-european-internal):
8805 Don't fiddle with latin-1 non-break space any more since it's now
8806 special cased in the C code.
8807 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8808
8809 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8810
8811 * cus-start.el (all): Add `undo-outer-limit'.
8812
8813 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8814
8815 * textmodes/bibtex.el (bibtex-format-entry):
8816 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8817 field lines.
8818 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8819 not on part of a buffer.
8820
8821 2005-01-25 Lute Kamstra <lute@gnu.org>
8822
8823 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8824 nonempty field text strings like "{letters\\macro{}more letters}".
8825 Clarify docstring.
8826 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8827 (bibtex-entry-offset, bibtex-parse-association)
8828 (bibtex-parse-field-name): Fix typos in docstrings.
8829 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8830
8831 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8832
8833 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8834 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8835 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8836 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8837
8838 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8839 isearch minor mode.
8840
8841 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8842
8843 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8844
8845 2005-01-24 Lute Kamstra <lute@gnu.org>
8846
8847 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8848 CASECHARS and NOT-CASECHARS regular expressions of the
8849 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8850 striding over charsets" error.
8851
8852 2005-01-24 Jay Belanger <belanger@truman.edu>
8853
8854 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8855 display variable name.
8856
8857 2005-01-24 Kenichi Handa <handa@m17n.org>
8858
8859 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8860 Fix setting of the element of encoded-kbd-iso2022-invocations.
8861
8862 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8863
8864 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8865 (gdb-threads-select): Change to also accept mouse events.
8866 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8867 (gdb-threads-mouse-select): Delete.
8868
8869 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8870
8871 * files.el (insert-directory): Take care of empty directory,
8872 listed without -a switch.
8873
8874 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8875
8876 * textmodes/refill.el (refill-post-command-function):
8877 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8878 to the list of functions that we should be careful not to undo.
8879 (refill-late-fill-paragraph-function): Remove.
8880 (refill-saved-state): New var.
8881 (refill-mode): Use it to save fill-paragraph-function.
8882 Save also the value of auto-fill-function.
8883
8884 * term/w32-win.el: Simplify code.
8885
8886 2005-01-23 Kim F. Storm <storm@cua.dk>
8887
8888 * simple.el (line-move): Adapt to new return value from
8889 pos-visible-in-window-p.
8890
8891 * simple.el (line-move): Fix last change. Check partial
8892 visibility at point rather than at window-start.
8893
8894 2005-01-22 Jason Rumney <jasonr@gnu.org>
8895
8896 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8897
8898 2005-01-22 David Kastrup <dak@gnu.org>
8899
8900 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8901
8902 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8903
8904 * type-break.el (type-break-mode): Add a test for
8905 type-break-file-name being non-nil.
8906
8907 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8908
8909 * net/eudc.el (top level): Call (message "") via progn, so that
8910 eudc-options-file is loaded.
8911
8912 2005-01-22 Kim F. Storm <storm@cua.dk>
8913
8914 * simple.el (line-move-1): Rename from line-move.
8915 (line-move): New function that adjusts vscroll for partially
8916 visible rows, and calls line-move-1 otherwise.
8917
8918 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8919
8920 * pcomplete.el: define pcomplete-read-event instead of read-event,
8921 since it's not a complete read-event implementation
8922
8923 2005-01-20 Jay Belanger <belanger@truman.edu>
8924
8925 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8926 for called function.
8927
8928 2005-01-20 Steven Tamm <steventamm@mac.com>
8929
8930 * term/mac-win.el (process-connection-type): Remove.
8931 Controlled now by s/darwin.h:PTY_ITERATION.
8932
8933 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8934
8935 * window.el (handle-select-window): Don't switch window when we're
8936 in the minibuffer.
8937
8938 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8939
8940 * subr.el (dotimes-with-progress-reporter): New macro.
8941
8942 * ses.el (ses-dotimes-msg): Remove macro.
8943 Use `dotimes-with-progress-reporter' instead.
8944
8945 2005-01-19 Steven Tamm <steventamm@mac.com>
8946
8947 * term/mac-win.el (process-connection-type): Use new
8948 operating-system-release variable to use ptys on Darwin 7 (OS X
8949 10.3) when using carbon build.
8950
8951 2005-01-19 Jay Belanger <belanger@truman.edu>
8952
8953 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8954 flags if the last command was a tab or M-tab.
8955
8956 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8957 in formula editing buffer.
8958
8959 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8960
8961 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8962 breakpoint image symbol in margin.
8963
8964 2005-01-19 Jay Belanger <belanger@truman.edu>
8965
8966 * calc/calc-prog.el (calc-execute-kbd-macro):
8967 Ignore calc-keep-arg-flag.
8968
8969 2005-01-19 Kenichi Handa <handa@m17n.org>
8970
8971 * textmodes/ispell.el (ispell-looking-at): New function.
8972 (ispell-process-line): Use ispell-looking-at to compare the ispell
8973 output and the buffer contents.
8974
8975 2005-01-18 Jay Belanger <belanger@truman.edu>
8976
8977 * calc/calc.el (calc-display-raw): Fix docstring.
8978
8979 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8980
8981 * simple.el (blink-matching-open): Strip extra info from syntax.
8982
8983 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8984 funny chars in the end-of-here-doc marker.
8985
8986 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8987
8988 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8989 that enable/disabled state of breakpoints is shown correctly in
8990 fringe and on ttys.
8991 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8992 Add breakpoint information as text properties.
8993 (gdb-mouse-toggle-breakpoint):
8994 Rename to gdb-mouse-set-clear-breakpoint.
8995 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8996 breakpoints in the margin.
8997 (gdb-remove-strings): Simplify.
8998
8999 2005-01-17 Jay Belanger <belanger@truman.edu>
9000
9001 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
9002 erasing buffer.
9003
9004 2005-01-17 Richard M. Stallman <rms@gnu.org>
9005
9006 * progmodes/grep.el (grep-find): Copy from `grep' the condition
9007 for calling grep-compute-defaults.
9008
9009 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
9010 if buffer is empty.
9011
9012 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
9013
9014 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
9015
9016 * hilit-chg.el (highlight-changes-mode): Don't autoload.
9017
9018 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
9019 non-preloaded variables.
9020
9021 2005-01-17 Steven Tamm <steventamm@mac.com>
9022
9023 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
9024 tex-shell cause to force interactivity when using pipes.
9025
9026 2005-01-17 Kim F. Storm <storm@cua.dk>
9027
9028 * simple.el (just-one-space): Make arg optional.
9029
9030 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
9031
9032 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
9033 posn-at-x-y to t to access left-margin.
9034
9035 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
9036
9037 Sync with Tramp 2.0.47.
9038
9039 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
9040 catching keep-date problems in cp/scp operations.
9041 (tramp-handle-copy-file): Don't call `set-file-modes'
9042 unconditionally. Specialized functions should know better what is
9043 necessary. This improves performance a little bit, and the
9044 functions could catch errors with `cp -p' and `scp -p'.
9045 (tramp-do-copy-or-rename-file-via-buffer)
9046 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
9047 when appropriate.
9048 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
9049 Call `set-file-modes' when appropriate.
9050 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
9051 Johnsson <isak@hypergene.com>
9052 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
9053 of both Tramp buffer and debug buffer. Reported by Joakim Verona
9054 <joakim@verona.se>
9055 (tramp-file-name-for-operation): Mark `shell-command' as magic for
9056 Emacs only.
9057
9058 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
9059 `find-file-hooks' and `dired-mode-hook'.
9060 (tramp-minor-mode-map): Respective map. Add remapping for
9061 `compile' and `recompile'.
9062 (tramp-remap-command, tramp-recompile): New defuns.
9063 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
9064 in buffer "*Compilation*". Call the commands asynchronously.
9065
9066 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
9067 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
9068 `shell-command', because it isn't magic in XEmacs. Reported by
9069 Adrian Aichner <adrian@xemacs.org>.
9070
9071 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
9072 `substitute-in-file-name.
9073 (tramp-smb-handle-substitute-in-file-name): New defun.
9074 (tramp-smb-advice-PC-do-completion): Delete advice.
9075
9076 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
9077
9078 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
9079 Fix error in deleting region.
9080
9081 2005-01-15 Richard M. Stallman <rms@gnu.org>
9082
9083 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
9084 In non-temp buffer, switch syntax table temporarily.
9085
9086 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
9087
9088 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
9089
9090 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
9091
9092 * imenu.el (imenu--split-menu): Copy menulist before sorting.
9093 (imenu--generic-function): Use START, not BEG, as pos of definition.
9094
9095 * simple.el (just-one-space): Argument specifies number of spaces.
9096
9097 * simple.el (eval-expression-print-format): Avoid warning
9098 about edebug-active.
9099
9100 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
9101
9102 * progmodes/sh-script.el: Code copied from make-mode.el
9103 with small changes,
9104 (sh-mode-map): Bind C-c C-\.
9105 (sh-backslash-column, sh-backslash-align): New variables.
9106 (sh-backslash-region, sh-append-backslash): New functions.
9107
9108 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
9109
9110 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
9111 (rmail-pop-password, rmail-pop-password-required): Move to
9112 rmail-obsolete group.
9113 (rmail-set-pop-password): Rename to rmail-set-remote-password.
9114 All callers updated.
9115 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9116 Take an argument specifying whether it is POP or IMAP mailbox we
9117 are using. All callers updated.
9118 (rmail-pop-password-error): Rename to
9119 rmail-remote-password-error. Added mailutils-specific error message.
9120 (rmail-movemail-search-path)
9121 (rmail-movemail-variant-in-use): New variables.
9122 (rmail-remote-password, rmail-remote-password-required):
9123 New customization variables.
9124 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9125 (rmail-parse-url): New function.
9126 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9127 with GNU mailutils movemail.
9128
9129 2005-01-15 Kevin Ryde <user42@zip.com.au>
9130
9131 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9132 suffix to space, $ or '$, to correctly position point when going
9133 to @table style constants like DBL_MAX.
9134
9135 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9136
9137 * type-break.el (type-break-mode, type-break-file-time)
9138 (type-break-file-keystroke-count, type-break-choose-file):
9139 Don't store data in or load data from the file if type-break-file-name
9140 is nil.
9141 (type-break-file-name): Doc update as per the above.
9142
9143 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9144
9145 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9146 lookup-key might return nil; handle that.
9147
9148 2005-01-15 Alan Mackenzie <acm@muc.de>
9149
9150 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9151 rather than the element found, thus enabling the tree to be setcar'd.
9152
9153 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9154
9155 * textmodes/org.el (org-show-following-heading): New option.
9156 (org-show-hierarchy-above): Use `org-show-following-heading'.
9157 (org-cycle): Documentation fix.
9158
9159 * textmodes/org.el (orgtbl-optimized): New option
9160 (orgtbl-mode): New command, a minor mode.
9161 (orgtbl-mode-map): New variable.
9162 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9163 (orgtbl-error, orgtbl-self-insert-command)
9164 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9165
9166 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9167 a local variable in each org-mode buffer.
9168
9169 * textmodes/org.el (org-set-regexps-and-options): Rename from
9170 `org-set-regexps'. Added checking for STARTUP keyword.
9171 (org-get-current-options): Add STARTUP options.
9172 (org-table-insert-row): Make mode intelligent about when
9173 realignment is needed.
9174 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9175 New commands.
9176 (org-enable-table-editor): New default value `optimized'.
9177 (org-table-blank-field): Support blanking regions if active.
9178
9179 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9180
9181 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9182 if the year is not given.
9183
9184 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9185 Add new escapes %m and %M, fixed bug with %F by adding
9186 save-match-data.
9187 (reftex-reference): Remove ?. from list of spaces.
9188 (reftex-label-info): Add automatic label prefix recognition.
9189
9190 * textmodes/reftex-index.el (reftex-index-next-phrase):
9191 Add slave parameter to call of `reftex-index-this-phrase'.
9192 (reftex-index-this-phrase): New optional argument.
9193 (reftex-index-region-phrases): Add slave parameter to call of
9194 `reftex-index-this-phrase'.
9195 (reftex-display-index): New argument redo.
9196 (reftex-index-rescan): Add 'redo to arguments of
9197 `reftex-display-index'.
9198 (reftex-index-Rescan, reftex-index-revert)
9199 (reftex-index-switch-index-tag): Add 'redo to arguments of
9200 `reftex-display-index'.
9201 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9202 indexing. Fix bug with matching is there is a quote before or
9203 after the word.
9204
9205 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9206 Fix bug when collecting citation keys in lines with comments.
9207 (reftex-citation): Prefix argument no longer rescans the document,
9208 but forces prompting for optional arguments of cite macros.
9209 (reftex-do-citation): Prompting for optional arguments implemented.
9210
9211 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9212 Add optional arguments to most cite commands.
9213 (reftex-cite-cleanup-optional-args): New option
9214 (reftex-cite-prompt-optional-args): New option.
9215 (reftex-trust-label-prefix): New option.
9216
9217 * textmodes/reftex-toc.el (reftex-toc-find-section):
9218 Add push-mark before changing the position in the buffer.
9219
9220 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9221 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9222
9223 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9224
9225 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9226 more carefully.
9227
9228 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9229
9230 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9231 (sgml-mode): Use it.
9232 (sgml-get-context): Better keep track of implicitly closed tags.
9233
9234 2005-01-13 Kenichi Handa <handa@m17n.org>
9235
9236 * textmodes/ispell.el: These changes are to fix misalignment error
9237 caused by equivalent characters of different Emacs charsets.
9238 (ispell-unified-chars-table): New variable.
9239 (ispell-get-decoded-string): New function.
9240 (ispell-get-casechars, ispell-get-not-casechars)
9241 (ispell-get-otherchars): Call ispell-get-decoded-string.
9242
9243 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9244
9245 * custom.el (custom-declare-variable): Just put symbol instead
9246 of (defvar . symbol) in `current-load-list'.
9247
9248 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9249
9250 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9251
9252 2005-01-12 Jay Belanger <belanger@truman.edu>
9253
9254 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9255 to create a Calc summary.
9256
9257 2005-01-12 Kim F. Storm <storm@cua.dk>
9258
9259 * mouse.el (mouse-on-link-p): Change functionality and doc
9260 string to comply with latest description in lisp ref.
9261
9262 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9263
9264 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9265 Enable mouse clicks on mode-line, header-line and margin.
9266 (event-type): Give mouse event symbols an 'event-kind property
9267 with value 'mouse-click.
9268
9269 2005-01-12 Juri Linkov <juri@jurta.org>
9270
9271 * facemenu.el (list-colors-display): Add new arg buffer-name.
9272 Use it. Fix docstring. Replace code for identifying duplicate
9273 colors by the name with call to `list-colors-duplicates' which
9274 identifies duplicate colors by the value unless the color
9275 is one of special Windows colors. Set truncate-lines to t.
9276 Print sorted duplicate color names on each line. Indent to 22
9277 \(the longest color name in rgb.txt) instead of 20. Optimize.
9278 (list-colors-duplicates): New function.
9279 (facemenu-color-name-equal): Delete function.
9280
9281 * facemenu.el (list-colors-print): New function created from code
9282 in list-colors-display. Print #RRGGBB at the window right edge.
9283 (list-colors-display): When temp-buffer-show-function is not
9284 defined, call list-colors-print from temp-buffer-show-hook
9285 to get the right value of window-width in list-colors-print
9286 after the buffer is displayed.
9287
9288 * simple.el (pop-mark): Move deactivate-mark out of conditional
9289 part to deactivate the active mark regardless of the state of the
9290 mark ring.
9291
9292 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9293 variables line in desktop files.
9294
9295 2005-01-12 Juri Linkov <juri@jurta.org>
9296
9297 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9298 Bring together isearch highlight related options.
9299 (lazy-highlight): Replace group `replace' by `matching'.
9300 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9301 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9302 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9303 and declare them obsolete.
9304 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9305 (isearch-faces): Remove defgroup.
9306 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9307 Move isearch highlighting code closer to lazy highlighting code.
9308
9309 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9310 (query-replace-highlight, query-replace-lazy-highlight)
9311 (query-replace): Move definitions to the beginning of the file.
9312
9313 2005-01-11 Juri Linkov <juri@jurta.org>
9314
9315 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9316 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9317 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9318
9319 * info.el (Info-history-forward): New variable.
9320 (Info-select-node): Reset Info-history-forward to nil.
9321 (Info-last): Turn into defalias.
9322 (Info-history-back): Rename from Info-last.
9323 Add current node to Info-history-forward.
9324 (Info-history-forward): New fun.
9325 (Info-mode-map): Replace Info-last by Info-history-back.
9326 Bind Info-history-forward to "r".
9327 (Info-mode-menu): Replace Info-last by Info-history-back.
9328 Fix menu item text. Add menu item for Info-history-forward.
9329 (info-tool-bar-map): Replace Info-last by Info-history-back.
9330 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9331 for Info-history-forward.
9332 (Info-mode): Replace Info-last by Info-history-back in docstring.
9333 Add local variable Info-history-forward.
9334 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9335
9336 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9337
9338 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9339 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9340 Ignore select-window events rather than fiddle with
9341 mouse-autoselect-window.
9342
9343 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9344
9345 * type-break.el (type-break-mode): Fix previous change.
9346
9347 2005-01-10 Jay Belanger <belanger@truman.edu>
9348
9349 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9350 calculator; only reset when point is inside a calculator.
9351 Don't adjust the window height if the window takes up the whole height
9352 of the frame.
9353
9354 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9355
9356 * ebuff-menu.el (Electric-buffer-menu-mode):
9357 Preserve value of buffer-local var header-line-format.
9358
9359 2005-01-09 Jay Belanger <belanger@truman.edu>
9360
9361 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9362 Make sure settings file exists before accessing it.
9363
9364 * calc/calc-embed.el (calc-embedded-subst):
9365 Replace math-multi-subst-rec, which is only supposed to be called
9366 by math-multi-subst, by math-multi-subst.
9367
9368 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9369
9370 * vc.el (vc-allow-async-revert): New user option.
9371 (vc-disable-async-diff): New internal variable.
9372 (vc-revert-buffer): Use them to disable asynchronous diff.
9373
9374 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9375 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9376 asynchronously if vc-disable-async-diff is t.
9377
9378 2005-01-09 Jay Belanger <belanger@truman.edu>
9379
9380 * calc/calc.el (defcalcmodevar): New macro.
9381 (calc-mode-var-list-restore-default-values)
9382 (calc-mode-var-list-restore-saved-values): New functions.
9383 (calc-mode-var-list): Use defcalcmodevar to define it.
9384 (calc-always-load-extensions, calc-line-numbering)
9385 (calc-line-breaking, calc-display-just, calc-display-origin)
9386 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9387 (calc-group-char, calc-point-char, calc-frac-format)
9388 (calc-prefer-frac, calc-hms-format, calc-date-format)
9389 (calc-float-format, calc-full-float-format, calc-complex-format)
9390 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9391 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9392 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9393 (calc-matrix-brackets, calc-language, calc-language-option)
9394 (calc-left-label, calc-right-label, calc-word-size)
9395 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9396 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9397 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9398 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9399 (calc-window-height, calc-display-trail, calc-show-selections)
9400 (calc-use-selections, calc-assoc-selections)
9401 (calc-display-working-message, calc-auto-why, calc-timing)
9402 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9403 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9404 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9405 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9406 (calc-gnuplot-geometry, calc-graph-default-resolution)
9407 (calc-graph-default-resolution-3d, calc-invocation-macro)
9408 (calc-show-banner): Use defcalcmodevar to declare them and set
9409 their default values.
9410
9411 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9412 instead of default values (but restore default values if there is
9413 an argument of 0).
9414
9415 2005-01-09 David Kastrup <dak@gnu.org>
9416
9417 * desktop.el (desktop-restore-eager): Fix typo in type.
9418
9419 2005-01-08 Richard M. Stallman <rms@gnu.org>
9420
9421 * cus-edit.el (customize): Delete :link.
9422
9423 2005-01-08 Jay Belanger <belanger@truman.edu>
9424
9425 * calc/calc.el (calc-mode): Remove the extension from the
9426 `calc-settings-file' file name when loading it.
9427
9428 2005-01-08 Kim F. Storm <storm@cua.dk>
9429
9430 * info.el (Info-mode-map, Info-next-link-keymap)
9431 (Info-prev-link-keymap, Info-up-link-keymap):
9432 Map follow-link to mouse-face.
9433 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9434
9435 2005-01-08 Jay Belanger <belanger@truman.edu>
9436
9437 * calc/calc.el (calc-settings-file): Change default value.
9438 Suggested by cgw in a comment in calc-mode.el.
9439
9440 * calc/calc-mode.el (calc-settings-file-name):
9441 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9442 Replace ~/.emacs in a prompt by calc-settings-file.
9443
9444 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9445
9446 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9447 (desktop-lazy-idle-delay): New customizable variables.
9448 (desktop-buffer-args-list): New variable.
9449 (desktop-append-buffer-args): New function.
9450 (desktop-save): Call desktop-append-buffer-args for some buffers.
9451 (desktop-lazy-create-buffer): New function.
9452 (desktop-idle-create-buffers): New function.
9453 (desktop-read): Add message about buffers to restore lazily.
9454 (desktop-lazy-abort): New command.
9455 (desktop-clear): Call desktop-lazy-abort.
9456 (desktop-lazy-complete): New command.
9457
9458 2005-01-06 Richard M. Stallman <rms@gnu.org>
9459
9460 * emacs-lisp/find-func.el (find-face-definition):
9461 Rename from find-face.
9462
9463 2005-01-06 Kim F. Storm <storm@cua.dk>
9464
9465 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9466
9467 * man.el (Man-xref-man-page, Man-xref-header-file)
9468 (Man-xref-normal-file): Add follow-link property.
9469
9470 2005-01-06 Jay Belanger <belanger@truman.edu>
9471
9472 * calc/calc-units.el: Make sure the proper macro definitions are
9473 available when compiling.
9474
9475 2005-01-06 Juri Linkov <juri@jurta.org>
9476
9477 * isearch.el (isearch-lazy-highlight-update):
9478 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9479
9480 2005-01-06 Miles Bader <miles@gnu.org>
9481
9482 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9483 (isearch-lazy-highlight-face): Use new name.
9484
9485 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9486
9487 * uniquify.el (uniquify-rationalize-file-buffer-names):
9488 Re-add an interactive spec.
9489 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9490 to the same name.
9491
9492 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9493 (isearch-update, isearch-done): Adjust calls accordingly.
9494
9495 2005-01-05 Richard M. Stallman <rms@gnu.org>
9496
9497 * custom.el (custom-set-variables, custom-theme-set-variables):
9498 Clarify documentation.
9499
9500 * emacs-lisp/find-func.el (find-variable)
9501 (find-variable-other-window, find-variable-other-frame):
9502 Fix the TYPE args to find-function-read and find-function-do-it.
9503 (find-function): Doc fix.
9504 (find-function-at-point): Replace function-at-point alias.
9505
9506 2005-01-04 Richard M. Stallman <rms@gnu.org>
9507
9508 * cus-face.el (custom-declare-face):
9509 Record defface in current-load-list.
9510
9511 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9512
9513 * emacs-lisp/find-func.el: Doc fixes.
9514 (find-face-regexp): New variable.
9515 (find-function-regexp-alist): New variable.
9516 (find-function-C-source): Third arg is now TYPE.
9517 (find-function-search-for-symbol): Handle general TYPE.
9518 (find-function-read, find-function-do-it): Handle general TYPE.
9519 (find-definition-noselect, find-face): New functions.
9520 (function-at-point): Alias deleted.
9521
9522 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9523
9524 * battery.el (display-battery-mode): Rename from display-battery.
9525 Handle the case where it gets turned off.
9526
9527 2005-01-04 Richard M. Stallman <rms@gnu.org>
9528
9529 * cus-edit.el (customize): Make :link point to user doc.
9530
9531 * man.el (Man-fontify-manpage): Turn off undo generation.
9532
9533 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9534
9535 2005-01-04 Andreas Schwab <schwab@suse.de>
9536
9537 * files.el (insert-directory): Only look for error lines in
9538 inserted text. Don't move too far after processing --dired markers.
9539
9540 2005-01-04 Richard M. Stallman <rms@gnu.org>
9541
9542 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9543 Don't expand if the character is @, period, dash, etc.
9544 (define-mail-abbrev): Quote names that contain problem characters.
9545
9546 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9547
9548 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9549
9550 2005-01-03 Richard M. Stallman <rms@gnu.org>
9551
9552 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9553 (query-replace-highlight, query-replace-lazy-highlight)
9554 (query-replace): Definitions moved up. Doc fix.
9555
9556 2005-01-03 Richard M. Stallman <rms@gnu.org>
9557
9558 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9559 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9560 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9561 (lazy-highlight-face): Rename from isearch-lazy-...
9562 Change all references to them.
9563
9564 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9565
9566 * cus-edit.el (custom-file): Doc fix for defcustom.
9567 (custom-file): The function no longer sets the variable
9568 `custom-file' to its return value.
9569
9570 * startup.el (command-line): No longer load `custom-file'.
9571
9572 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9573
9574 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9575
9576 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9577 Don't confuse module-prefixed identifiers for labels.
9578 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9579
9580 2005-01-02 Richard M. Stallman <rms@gnu.org>
9581
9582 * files.el (basic-save-buffer-1): Fix previous change.
9583
9584 * loadhist.el (file-loadhist-lookup): New function.
9585 (file-provides, file-requires): Use it.
9586
9587 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9588 instead of calculating the right size.
9589
9590 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9591
9592 * vc-svn.el (vc-svn-diff): Stay local if possible.
9593
9594 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9595
9596 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9597
9598 * files.el (hack-local-variables): Fix last change.
9599
9600 2005-01-02 Jay Belanger <belanger@truman.edu>
9601
9602 * calc/calc-yank.el (calc-edit-top): New variable.
9603 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9604 object. Change header properties.
9605 (calc-edit-finish, calc-edit-finish-stack-object)
9606 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9607 edited object.
9608 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9609 for the beginning of the edited object.
9610 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9611 for the beginning of the edited object.
9612 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9613 (calc-finish-formula-edit, calc-macro-repeats)
9614 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9615 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9616 beginning of the edited object.
9617 (calc-user-define-edit): Change the header for editing macros.
9618 Remove unnecessary variable.
9619
9620 2005-01-01 Jay Belanger <belanger@truman.edu>
9621
9622 * calc/calc-yank.el (calc-edit-mode): Change default header.
9623 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9624 * calc/calc-store.el (calc-edit-variable): Change title to match new
9625 header.
9626 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9627 mode to match new header.
9628 (calc-user-define-edit): Change titles to include names of commands.
9629 (calc-finish-formula-edit): Adjust to handle new header.
9630 (calc-finish-macro-edit): Remove.
9631 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9632 (calc-edit-macro-command, calc-edit-macro-command-type)
9633 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9634 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9635 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9636 (calc-edit-macro-finish-edit): New functions.
9637 (calc-user-define-edit): Use new functions to edit named calc macros.
9638
9639 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9640
9641 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9642
9643 * ses.el (copy-region-as-kill): Deactivate mark.
9644
9645 2005-01-01 Richard M. Stallman <rms@gnu.org>
9646
9647 * replace.el (occur-1): If the output buffer is also an input,
9648 don't kill it, rename it.
9649
9650 * faces.el (set-face-background, set-face-foreground): Doc fix.
9651
9652 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9653 for :foreground and :background.
9654
9655 * dired.el (dired-view-command-alist): Variable deleted.
9656 (dired-view-file, dired-mouse-find-file-other-window):
9657 Delete the code to use it.
9658
9659 2005-01-01 Kim F. Storm <storm@cua.dk>
9660
9661 * image.el (insert-sliced-image): Use t for line-height property.
9662
9663 2004-12-31 Jay Belanger <belanger@truman.edu>
9664
9665 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9666 for "var-" at the beginning of the minibuffer.
9667
9668 2004-12-31 Richard M. Stallman <rms@gnu.org>
9669
9670 * faces.el (read-face-name):
9671 Don't treat an attribute spec as a list of faces.
9672
9673 * simple.el (undo): Use undo-equiv-table to detect
9674 unexpected changes since previous undo.
9675 (undo-list-saved): Variable deleted.
9676 (buffer-disable-undo): Don't alter undo-list-saved.
9677
9678 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9679 (mode-require-final-newline): New option.
9680 (after-find-file): Handle require-final-newline with new values.
9681 (basic-save-buffer): Handle new values of require-final-newline.
9682
9683 * progmodes/sh-script.el (sh-require-final-newline):
9684 Alist value now controls whether to use mode-require-final-newline.
9685 (sh-set-shell): Implement that new meaning.
9686
9687 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9688 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9689 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9690 Delete old-Emacs compatibility code.
9691 (antlr-c-common-init): Function deleted.
9692
9693 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9694 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9695 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9696 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9697 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9698 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9699 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9700 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9701 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9702 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9703 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9704 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9705 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9706 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9707 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9708 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9709
9710 2004-12-31 Jay Belanger <belanger@truman.edu>
9711
9712 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9713 way to return to Calc.
9714
9715 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9716 finish, C-xk as the way to cancel the edit. Add cancel routine to
9717 kill-buffer-hook.
9718
9719 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9720 MacEdit code.
9721
9722 * calc/calc-prog.el: Remove obsolete MacEdit code.
9723 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9724 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9725
9726 2004-12-31 Kenichi Handa <handa@m17n.org>
9727
9728 * international/mule.el (buffer-file-coding-system-explicit):
9729 Rename for explicit-buffer-file-coding-system.
9730 (after-insert-file-set-coding): Adjust for the above change.
9731
9732 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9733 to buffer-file-coding-system-explicit.
9734 (basic-save-buffer-1): Likewise.
9735
9736 2004-12-30 Richard M. Stallman <rms@gnu.org>
9737
9738 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9739 (artist-butlast, artist-last): Functions deleted.
9740 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9741 (artist-compute-key-compl-table): Call remq directly.
9742 (artist-remove-nulls): Function deleted.
9743 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9744 (artist-push, artist-pop): Macro deleted.
9745
9746 2004-12-30 Andreas Leue <al@sphenon.de>
9747
9748 * textmodes/artist.el (artist-version): 1.2.6
9749 (artist-prev-next-op-alist): New variable.
9750 (artist-select-next-op-in-list): New function.
9751 (artist-select-prev-op-in-list): New function.
9752 (artist-make-prev-next-op-alist): New function.
9753 (artist-is-in-op-list-p): New function.
9754 (artist-get-first-non-nil-op): New function.
9755 (artist-get-last-non-nil-op): New function.
9756 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9757 artist-prev-next-op-alist.
9758 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9759 change drawing operation.
9760
9761 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9762
9763 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9764
9765 2004-12-31 Masatake YAMATO <jet@gyve.org>
9766
9767 * server.el (server-process-filter): Suppress `error', too.
9768
9769 2004-12-30 Jay Belanger <belanger@truman.edu>
9770
9771 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9772 Change the way a variable is displayed in a message.
9773
9774 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9775 (calc-user-define-permanent, calc-execute-kbd-macro):
9776 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9777
9778 2004-12-30 Kenichi Handa <handa@m17n.org>
9779
9780 * files.el (basic-save-buffer-1):
9781 Set explicit-buffer-file-coding-system to last-coding-system-used.
9782 (revert-buffer): Pay attention to
9783 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9784 on bind coding-system-for-read.
9785
9786 * international/mule.el (explicit-buffer-file-coding-system):
9787 New buffer local variable.
9788 (after-insert-file-set-coding): Set it to coding-system-for-read.
9789
9790 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9791
9792 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9793
9794 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9795
9796 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9797 that include line numbers.
9798
9799 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9800
9801 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9802 Redundant variable PREFIXLEN removed.
9803
9804 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9805
9806 * eshell/em-hist.el (eshell-previous-matching-input):
9807 Start the deletion from the end of the output.
9808
9809 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9810
9811 * term/mac-win.el: Require x-dnd.
9812 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9813
9814 2004-12-29 David Kastrup <dak@gnu.org>
9815
9816 * international/mule.el (decode-coding-inserted-region):
9817 Don't barf if `buffer-undo-list' is already set to `t'.
9818
9819 2004-12-29 Jay Belanger <belanger@truman.edu>
9820
9821 * calc/calc-prog.el (calc-user-define-formula): Put default values
9822 for function names in prompts.
9823 (calc-user-define-permanent, calc-user-define-composition)
9824 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9825 default input for algebraic functions.
9826
9827 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9828
9829 * vc-rcs.el (vc-rcs-annotate-command):
9830 Fix omission bug: Call `vc-setup-buffer'.
9831
9832 2004-12-29 Kenichi Handa <handa@m17n.org>
9833
9834 * international/mule.el (recode-region): New function.
9835
9836 2004-12-28 Richard M. Stallman <rms@gnu.org>
9837
9838 * simple.el (undo-extra-outer-limit): New variable.
9839 (undo-outer-limit-truncate): Test and set it.
9840
9841 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9842 enables the feature to extend the existing region.
9843
9844 * simple.el (mark-word): New arg ALLOW-EXTEND
9845 enables the feature to extend the existing region.
9846
9847 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9848 enables the feature to extend the existing region.
9849
9850 * startup.el (site-run-file): Don't allow setting it with Custom.
9851
9852 * simple.el (buffer-disable-undo): Fix previous change.
9853
9854 2004-12-27 Masatake YAMATO <jet@gyve.org>
9855
9856 * hexl.el (hexlify-buffer): Remove fontification here.
9857 Use font lock mechanism instead.
9858 (hexl-font-lock-keywords): New font lock kewords.
9859 (hexl-mode-old-font-lock-keywords): New variable.
9860 (hexl-mode): Store the old font lock keywords.
9861 (hexl-mode-exit): Restore the old font lock keywords.
9862
9863 2004-12-27 Richard M. Stallman <rms@gnu.org>
9864
9865 * simple.el (undo): Fix previous change.
9866
9867 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9868
9869 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9870 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9871 Call x-open-connection on Mac OS X.
9872
9873 2004-12-27 Richard M. Stallman <rms@gnu.org>
9874
9875 * files.el (buffer-save-without-query): New var (buffer-local).
9876 (save-some-buffers): Save those buffers first, w/o asking.
9877
9878 * files.el (insert-directory-ls-version): New variable.
9879 (insert-directory): When ls returns an error, test the version
9880 number to decide what the return code means.
9881 With --dired output format, detect and distinguish lines
9882 that are really error messages.
9883 (insert-directory-adj-pos): New function.
9884
9885 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9886
9887 * battery.el (battery-mode-line-format): Remove initial spaces.
9888
9889 * uniquify.el (uniquify-rationalize-file-buffer-names):
9890 Delete interactive spec.
9891
9892 * type-break.el (type-break-mode): Set buffer-save-without-query.
9893 Remove code that tried to set save-some-buffers-always.
9894 (type-break-file-keystroke-count): Bind deactivate-mark.
9895
9896 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9897
9898 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9899 Test that the buffer is live, and maybe reject current buffer too.
9900 Clarify.
9901 (next-error-find-buffer): Rewrite for clarity.
9902
9903 * loadup.el: Don't use buffer-disable-undo; do it directly.
9904
9905 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9906 (describe-variable): Call symbol-file with `defvar'.
9907
9908 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9909 (symbol-file): Rewritten to handle new load-history format.
9910 Now takes an arg TYPE to specify looking for a particular
9911 type of definition only.
9912
9913 * emacs-lisp/debug.el (debugger-make-xrefs):
9914 Call symbol-file with `defun'.
9915
9916 * emacs-lisp/find-func.el (find-function-noselect):
9917 Call symbol-file with `defun'.
9918 (find-variable-noselect): Call symbol-file with `defvar'.
9919
9920 * eshell/esh-cmd.el (eshell-find-alias-function):
9921 Call symbol-file with `defun'.
9922
9923 * eshell/esh-test.el (eshell-test-goto-func):
9924 Call symbol-file with `defun'.
9925
9926 * mail/rmail.el (rmail-resend):
9927 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9928
9929 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9930
9931 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9932
9933 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9934 Call buffer-disable-undo.
9935
9936 * simple.el (undo-list-saved): New variable (buffer-local).
9937 (undo): Set and test it.
9938 (buffer-disable-undo): Move here from buffer.c.
9939 Clear out undo-list-saved.
9940
9941 * international/mule.el (decode-coding-inserted-region):
9942 Set buffer-undo-list in a correct and optimal way.
9943
9944 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9945 (cperl-font-lock-unfontify-region-function): No need to save and
9946 restore info, since font-lock.el does it for us.
9947
9948 * ansi-color.el (save-buffer-state): Definition deleted.
9949 (ansi-color-unfontify-region): Don't use save-buffer-state.
9950
9951 2004-12-27 Dave Love <fx@gnu.org>
9952
9953 * wid-edit.el (function): Use restricted-sexp as parent.
9954
9955 2004-12-27 Kevin Ryde <user42@zip.com.au>
9956
9957 * simple.el (next-matching-history-element): Use same
9958 `interactive' form as previous-matching-history-element.
9959
9960 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9961 it can appear unencoded and has been seen from yahoo.
9962
9963 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9964
9965 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9966 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9967
9968 2004-12-27 Kenichi Handa <handa@m17n.org>
9969
9970 * international/utf-8.el (utf-translate-cjk-load-tables):
9971 Bind coding-system-for-read to nil while loading subst-*.
9972
9973 2004-12-26 Jay Belanger <belanger@truman.edu>
9974
9975 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9976 default input.
9977
9978 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9979
9980 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9981 before reverting and disable undo recording while reverting.
9982
9983 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9984
9985 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9986 (hs-make-overlay): New function.
9987 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9988 (hs-flag-region): Delete function.
9989 (hs-hide-comment-region): No longer use `hs-flag-region'.
9990 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9991 (hs-hide-block-at-point): Likewise.
9992 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9993 (hs-hide-all, hs-show-all): Likewise.
9994 (hs-show-block): Likewise.
9995 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9996
9997 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9998
9999 * progmodes/hideshow.el: Require `cl' when compiling.
10000 Remove XEmacs and Emacs 19 compatibility.
10001 Use `dolist' and `add-to-list' for load-time actions.
10002 (hs-discard-overlays): Use `dolist'.
10003 (hs-show-block): Likewise.
10004
10005 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
10006
10007 * faces.el (mode-line, mode-line-inactive): Use min-colors.
10008
10009 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
10010
10011 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
10012 When extending backwards, move outside the current comment first.
10013
10014 2004-12-22 Kenichi Handa <handa@m17n.org>
10015
10016 * international/quail.el (quail-start-translation): Fix prompt
10017 string for the case if input-method-use-echo-area being non-nil.
10018 (quail-start-conversion): Likewise.
10019 (quail-show-guidance): Don't show guidance if
10020 input-method-use-echo-area is non-nil.
10021
10022 2004-12-21 Richard M. Stallman <rms@gnu.org>
10023
10024 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
10025
10026 2004-12-21 Markus Rost <rost@ias.edu>
10027
10028 * calendar/diary-lib.el (mark-diary-entries):
10029 Set mark-diary-entries-in-calendar only after checking for diary-file.
10030
10031 2004-12-21 Richard M. Stallman <rms@gnu.org>
10032
10033 * faces.el (escape-glyph): Use blue against light foreground.
10034
10035 * simple.el (undo-outer-limit-truncate): New function.
10036 (undo-outer-limit-function): Use undo-outer-limit-truncate.
10037
10038 2004-12-21 Eli Barzilay <eli@barzilay.org>
10039
10040 * calculator.el (calculator-radix-grouping-mode)
10041 (calculator-radix-grouping-digits)
10042 (calculator-radix-grouping-separator):
10043 New defcustoms for the new radix grouping mode functionality.
10044 (calculator-mode-hook): Now used in electric mode too,
10045 (calculator): Call it.
10046 (calculator-mode-map): Some new keys.
10047 (calculator-message): New function. Some new calls.
10048 (calculator-op, calculator-set-register): Use it.
10049 (calculator-string-to-number): New function, mostly moved and
10050 updated code from calculator-curnum-value.
10051 (calculator-curnum-value): Use it.
10052 (calculator-paste): Use it, and update grabbing the current-kill.
10053 (calculator-rotate-displayer)
10054 (calculator-rotate-displayer-back): Toggle digit grouping when
10055 in radix mode, use calculator-message.
10056 (calculator-displayer-prev, calculator-displayer-next):
10057 Change digit group size when in radix mode.
10058 (calculator-number-to-string): Rename from
10059 calculator-num-to-string. Now deals with digit grouping in
10060 radix mode.
10061 (calculator-update-display, calculator-put-value): Use the new name.
10062 (calculator-fact): Return a floating point number.
10063 (calculator-mode): Doc fix.
10064
10065 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
10066
10067 * calendar/calendar.el (view-other-diary-entries): Add autoload.
10068 * calendar/diary-lib.el (view-other-diary-entries):
10069 Use current-prefix-arg in interactive spec.
10070
10071 2004-12-19 Jay Belanger <belanger@truman.edu>
10072
10073 * calc/calc-aent.el (calcAlg-blank-matching-open):
10074 Temporarily adjust the syntax of both delimiters of half-open intervals.
10075
10076 2004-12-19 Kim F. Storm <storm@cua.dk>
10077
10078 * mouse.el (mouse-1-click-follows-link): Doc fix.
10079
10080 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10081
10082 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
10083 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
10084 instead of centraleuropean as the name
10085
10086 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
10087
10088 Sync with Tramp 2.0.46.
10089
10090 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
10091 parameters wrt Tramp convention.
10092 (tramp-handle-file-attributes-with-perl)
10093 (tramp-handle-directory-files-and-attributes): Apply it.
10094 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
10095 `copy-program'. Reported by Zack Weinberg
10096 <zack@codesourcery.com>.
10097 (top): Set `edebug-form-spec' property directly rather than
10098 calling `def-edebug-spec'.
10099
10100 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
10101 advice less fragile. Surround temporary redefinition of
10102 `substitute-in-file-name' with `unwind-protect'. Suggested by
10103 Matt Hodges <MPHodges@member.fsf.org>.
10104
10105 2004-12-17 Juri Linkov <juri@jurta.org>
10106
10107 * replace.el (occur-accumulate-lines, occur-engine):
10108 Make forcing deferred font-lock fontification jit-specific.
10109
10110 2004-12-17 Kim F. Storm <storm@cua.dk>
10111
10112 * mouse.el (mouse-1-click-follows-link): New defcustom.
10113 (mouse-on-link-p): New function.
10114 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10115 functionality. Map a mouse-1 click event into a mouse-2 (or
10116 other) event when position is inside a link.
10117
10118 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10119 prefix in tooltip text with "mouse-1" when this is a link
10120 recognized by mouse-1-click-follows-link functionality.
10121
10122 * help.el (describe-key): Report effective and original binding
10123 for mouse-1 when clicked on a link.
10124 (describe-mode): Add follow-link property to "minor-mode" button.
10125
10126 * help-fns.el (describe-variable): Add follow-link property to
10127 "below" button.
10128
10129 * help-mode.el (help-xref): Add follow-link property.
10130
10131 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10132 (apropos-command, apropos-variable, apropos-face, apropos-group)
10133 (apropos-widget, apropos-plist): Add follow-link property.
10134
10135 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10136 checks if position is in a filename, rather than some other
10137 clickable item. Function looks for cvs-filename-face at position.
10138
10139 * wid-edit.el (widget-specify-field, widget-specify-button):
10140 Map a :follow-link keyword into a follow-link property.
10141 (link): Add :follow-link keyword, map to RET binding.
10142
10143 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10144
10145 * progmodes/compile.el (compilation-minor-mode-map)
10146 (compilation-button-map, compilation-mode-map): Likewise.
10147
10148 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10149
10150 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10151 (zone-replace-char): Take `count' and `del-count'
10152 instead of `direction'. Update callers. When `del-count' is
10153 non-nil, delete that many characters, otherwise `count' characters
10154 backwards. Insert the newly-replaced string `count' times.
10155 (zone-fret): Handle chars w/ width greater than one.
10156 (zone-fall-through-ws): No longer take window width `ww'.
10157 Update callers. Add handling for `char-width' greater than one.
10158 (zone-pgm-drip): Update var holding window-end position every cycle.
10159
10160 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10161
10162 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10163 rather than insert-file.
10164
10165 2004-12-16 Jay Belanger <belanger@truman.edu>
10166
10167 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10168 (math-init-random-base, math-random-digit): Check to see if
10169 var-RandSeed is bound.
10170 (math-random-last): Declare it.
10171 (math-random-digit): Don't make math-random-last local.
10172
10173 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10174
10175 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10176 one-shot thunk for uniform (error, quit, normal) recovery.
10177 Reported by John Paul Wallington.
10178 (zone-pgm-random-life): Fix bug:
10179 Recognize empty initial field by lack of "@" chars.
10180
10181 2004-12-16 Juri Linkov <juri@jurta.org>
10182
10183 * help.el (function-called-at-point):
10184 * help-fns.el (variable-at-point): As a last resort try stripping
10185 non-word prefixes and suffixes.
10186
10187 * descr-text.el (describe-property-list): Don't treat syntax-table
10188 specially. Use describe-text-sexp which inserts [show] button
10189 for large objects and handles printing errors. Sort properties
10190 by names in alphabetical order instead of by value sizes.
10191 Add `mouse-face' to list of properties for `describe-face' widget.
10192 (describe-char): Mask out face-id from 19 bits of character.
10193 Print face-id separately.
10194
10195 * replace.el (occur-accumulate-lines, occur-engine):
10196 Fontify unfontified matching lines in the source buffer
10197 before copying them.
10198 (occur-engine): Don't put mouse-face on context lines.
10199 (occur-next-error): Set point to line beginning/end
10200 before searching for prev/next property to skip multiple
10201 matches on a line (not supported by occur engine).
10202 Remove redundant prefix-numeric-value.
10203
10204 2004-12-15 Juri Linkov <juri@jurta.org>
10205
10206 * replace.el (match): New face.
10207 (list-matching-lines-face): Change default from `bold' to `match'.
10208
10209 * progmodes/grep.el (grep-match-face): New defvar.
10210 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10211 compilation-column-face to highlight grep matches.
10212
10213 * apropos.el (apropos-match-face): Change default from
10214 `secondary-selection' to `match'.
10215
10216 * info-look.el (info-lookup-highlight-face): Change default from
10217 `highlight' to `match'.
10218
10219 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10220
10221 * progmodes/executable.el (executable-interpret): Eliminate
10222 obsolete compile-internal, and switch to comint for interaction.
10223
10224 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10225
10226 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10227 `&&' when skipping multiple statements on a line.
10228
10229 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10230
10231 * play/zone.el (zone): Set `truncate-lines'.
10232 Also, init `tab-width' with value from original buffer.
10233 (zone-shift-up): Rewrite for speed.
10234 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10235 (zone-pgm-jitter): Remove redundant entries from ops vector.
10236 (zone-exploding-remove): Reduce iteration count.
10237 (zone-cpos): Convert to defsubst.
10238 (zone-replace-char): New defsubst.
10239 (zone-park/sit-for): Likewise.
10240 (zone-fret): Take window-start arg.
10241 Update callers. Use `zone-park/sit-for'.
10242 (zone-fill-out-screen): Rewrite.
10243 (zone-fall-through-ws): Likewise. Update callers.
10244 (zone-pgm-drip): Use `zone-replace-char'.
10245 Move var inits before while-loop. Use `zone-park/sit-for'.
10246 (zone-pgm-random-life): Handle empty initial field.
10247 Use `zone-replace-char' and `zone-park/sit-for'.
10248
10249 2004-12-15 Juri Linkov <juri@jurta.org>
10250
10251 * isearch.el (isearch-update): Test isearch-lazy-highlight
10252 before calling isearch-lazy-highlight-new-loop.
10253 (isearch-lazy-highlight-new-loop):
10254 Don't test isearch-lazy-highlight.
10255
10256 * replace.el (perform-replace): Add isearch-case-fold-search.
10257 Use delimited-flag for isearch-regexp.
10258 Reset isearch-lazy-highlight-last-string to force lazy
10259 highlighting when called from isearch mode.
10260 (query-replace-highlight): Revert defcustom type to boolean.
10261 (query-replace-lazy-highlight): New defcustom.
10262 (query-replace): New face.
10263 (perform-replace, replace-highlight, replace-dehighlight):
10264 Test query-replace-lazy-highlight instead of special value
10265 `isearch' of query-replace-highlight.
10266 (replace-dehighlight): Don't call isearch-dehighlight.
10267 (replace-highlight): Don't call isearch-highlight.
10268 Use face `query-replace' unconditionally.
10269
10270 2004-12-14 Kim F. Storm <storm@cua.dk>
10271
10272 * simple.el (inhibit-mark-movement): Remove defvar.
10273 (beginning-of-buffer, end-of-buffer): Don't use it.
10274
10275 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10276 Don't use inhibit-mark-movement.
10277
10278 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10279 (cua--undo-push-mark): Remove.
10280 (cua--pre-command-handler, cua--post-command-handler):
10281 Don't fiddle with inhibit-mark-movement.
10282
10283 2004-12-14 Juri Linkov <juri@jurta.org>
10284
10285 * buff-menu.el (list-buffers-noselect): Collect internal info
10286 for every buffer in BUFFER-LIST arg too.
10287 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10288 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10289 Bind same-window-buffer-names and same-window-regexps to nil.
10290
10291 2004-12-13 Juri Linkov <juri@jurta.org>
10292
10293 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10294
10295 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10296 (sc-cite-region, sc-uncite-region, sc-recite-region):
10297 Fix previous change to handle not alist as a symbol, but
10298 a citation frame as a symbol that represents a variable name.
10299
10300 2004-12-13 Richard M. Stallman <rms@gnu.org>
10301
10302 * filecache.el (file-cache-add-directory-using-find):
10303 Only set up file-cache-find-command-posix-flag if we will use it.
10304
10305 * bindings.el (mode-line-buffer-identification-keymap):
10306 Don't cancel the mode-line's usual down-mouse-1 binding.
10307
10308 * cus-edit.el (custom-face-selected): Handle `default' specs.
10309 (custom-face-edit): Increase extra-offset.
10310 (custom-display): Handle `default' specs.
10311
10312 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10313
10314 * emacs-lisp/elint.el (elint-standard-variables)
10315 (elint-unknown-builtin-args): Move definitions up.
10316
10317 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10318
10319 * info.el (info-xref-visited): Use `default' instead of t.
10320 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10321
10322 * faces.el (header-line, mode-line-inactive, tool-bar):
10323 Use `default' instead of t for setting the defaults.
10324 (face-spec-choose): Separate `t' from `default'.
10325
10326 * subr.el (while-no-input): New macro.
10327
10328 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10329
10330 * filecache.el (file-cache-add-directory-using-find):
10331 Only test file-cache-find-command-posix-flag on some systems.
10332
10333 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10334
10335 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10336 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10337 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10338 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10339 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10340
10341 2004-12-12 Juri Linkov <juri@jurta.org>
10342
10343 * files.el (find-file-other-window, find-file-other-frame):
10344 Add the first buffer to the returned value to return the complete
10345 list of all visited buffers.
10346 (find-file-read-only, find-file-read-only-other-window)
10347 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10348 `find-file-read-args'. Signal an error about non-existent file
10349 only if file name doesn't contain wildcards. Toggle read-only in
10350 all visited buffers.
10351 (find-alternate-file, find-alternate-file-other-window):
10352 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10353 called interactively. Pass arg `wildcards' to other functions.
10354 (find-file-noselect): Doc fix.
10355
10356 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10357 Doc fix.
10358 (ffap-directory-finder): New variable.
10359 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10360 (ffap-file-at-point): Add /* to immediately rejected names.
10361 Return absolute file names matching ffap-dired-wildcards.
10362 (ffap-read-file-or-url): Set default value for `completing-read'
10363 to `buffer-file-name'.
10364 (find-file-at-point): When filename matches ffap-dired-wildcards,
10365 call ffap-file-finder with t arg `wildcards', instead of dired.
10366 (ffap-other-window, ffap-other-frame): Return visited buffers.
10367 (ffap-read-only, ffap-read-only-other-window)
10368 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10369 (dired-at-point): Call ffap-directory-finder instead of dired.
10370 (ffap-dired-other-window, ffap-dired-other-frame)
10371 (ffap-list-directory): New commands.
10372 (ffap-bindings): New keybindings for new commands.
10373
10374 2004-12-12 Juri Linkov <juri@jurta.org>
10375
10376 * simple.el (beginning-of-buffer, end-of-buffer):
10377 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10378 Do not push mark when mark is active in transient-mark-mode.
10379
10380 * simple.el (mark-word):
10381 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10382 * textmodes/paragraphs.el (mark-paragraph):
10383 Extend the region when mark is active in transient-mark-mode,
10384 regardless of the last command. Doc fix.
10385
10386 * simple.el (mark-word): Preserve direction when repeating.
10387 Make arg optional. Interactive "p" -> "P".
10388 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10389
10390 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10391 preserving direction, to mark forward instead of backward when mark
10392 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10393
10394 2004-12-12 Juri Linkov <juri@jurta.org>
10395
10396 * isearch.el (isearch-edit-string): Set 7th arg of
10397 `read-from-minibuffer' to `t' to inherit the current input
10398 method (whose name is indicated by [IM] in the minibuffer prompt)
10399 from the current buffer to the minibuffer.
10400 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10401 to allow C-g quitting for lazy highlighting looping inside the
10402 search with nested repetition operators. Add overlay to the list
10403 before setting its face and other properties to avoid the case of
10404 code quitting after placing the new overlay but before it's
10405 recorded on the list. Select the window where isearch was
10406 activated, to highlight matches in the right window when isearch
10407 switches the current window to the minibuffer.
10408
10409 * international/isearch-x.el
10410 (isearch-process-search-multibyte-characters):
10411 Use `isearch-message' as initial input for `read-string' instead
10412 of adding it to the minibuffer prompt. After reading a string
10413 remove the initial value of `isearch-message' from the string.
10414
10415 * replace.el (replace-match-maybe-edit): Doc fix.
10416 (perform-replace): Don't call `replace-highlight' when automatic
10417 replacement is requested in literal mode, since it is intended
10418 only to highlight words during entering a new replacement string
10419 for \? in non-literal mode.
10420
10421 * replace.el (query-replace-highlight): Add new value `isearch'
10422 that allows query replacement to use isearch highlighting.
10423 Change type from `boolean' to `choice'. Doc fix.
10424 (replace-highlight, replace-dehighlight, perform-replace):
10425 Use isearch highlighting if query-replace-highlight eq `isearch'.
10426
10427 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10428
10429 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10430 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10431
10432 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10433 case of \end{verbatim}.
10434
10435 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10436
10437 * term.el (term-termcap-format): Synchronize with terminfo.
10438 (term-emulate-terminal): Handle reset.
10439 (term-reset-terminal): New function.
10440
10441 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10442
10443 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10444 (zone-fill-out-screen): New func.
10445 (zone-pgm-drip): Use `zone-fill-out-screen'.
10446 Also, no longer go to point-min on every cycle.
10447 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10448 (zone-pgm-random-life-wait): New user var.
10449 (zone-pgm-random-life): New func.
10450
10451 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10452
10453 * files.el (auto-mode-alist): Map .com to DCL mode.
10454
10455 2004-12-09 Richard M. Stallman <rms@gnu.org>
10456
10457 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10458
10459 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10460
10461 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10462 buffer with a display margin.
10463
10464 2004-12-08 Jay Belanger <belanger@truman.edu>
10465
10466 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10467 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10468
10469 2004-12-08 Richard M. Stallman <rms@gnu.org>
10470
10471 * faces.el: Delete code to set display table.
10472 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10473
10474 2004-12-08 Jay Belanger <belanger@truman.edu>
10475
10476 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10477
10478 * calc/calc-ext.el (math-read-replacement-list)
10479 (math-read-superscripts, math-read-preprocess-string): Move to
10480 calc-aent.el.
10481
10482 * calc/calc-aent.el (math-read-replacement-list)
10483 (math-read-superscripts, math-read-preprocess-string): Move from
10484 calc-ext.el.
10485
10486 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10487
10488 * isearch.el (isearch-quote-char): Fix up typo in last change.
10489
10490 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10491
10492 * mouse.el (mouse-set-font): Handle the case where the command was
10493 not invoked using the mouse.
10494
10495 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10496 (edmacro-finish-edit): Further update for keyboard macros that are
10497 lambda forms.
10498 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10499
10500 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10501
10502 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10503 (font-lock-default-unfontify-region): Don't save buffer state any more.
10504
10505 2004-12-07 Jay Belanger <belanger@truman.edu>
10506
10507 * calc/calc-help.el (calc-describe-key):
10508 Set calc-summary-indentation even when Calc Summary buffer exists.
10509
10510 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10511
10512 * calendar/holidays.el (holiday-easter-etc): Make arguments
10513 optional for backwards compatibility. Doc fix.
10514 Remove un-necessary local vars mandatory, output-list.
10515 (holiday-advent): Make arguments optional for backwards
10516 compatibility. Doc fix.
10517
10518 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10519
10520 * paren.el (show-paren-function): Fix last change (2004-12-02).
10521
10522 * international/mule-util.el (char-displayable-p): Return nil for
10523 unibyte mode.
10524
10525 * subr.el (subregexp-context-p): New function.
10526
10527 * isearch.el (isearch-quote-char): Use it.
10528
10529 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10530 (regexp-opt-not-groupie*-re): Remove.
10531 (regexp-opt): Properly handle inputs with duplicate entries.
10532
10533 2004-12-06 Richard M. Stallman <rms@gnu.org>
10534
10535 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10536
10537 * cus-edit.el (custom-file): Doc fix.
10538
10539 * textmodes/org.el: New file.
10540
10541 2004-12-06 Kenichi Handa <handa@m17n.org>
10542
10543 * ldefs-boot.el: Update international/mule-util.el section.
10544
10545 2004-12-05 Sam Steingold <sds@gnu.org>
10546
10547 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10548 Fix `tramp-time-diff' comparison logic.
10549
10550 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10551
10552 * progmodes/which-func.el (which-function):
10553 Use `run-hook-with-args-until-success' instead of a custom loop.
10554 Fixes bug with local hooks.
10555
10556 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10557
10558 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10559 Use delete-dups when calculating the initial value.
10560 (bibtex-autokey-get-title): Use <=.
10561 (bibtex-goto-line): New function.
10562 (bibtex-reposition-window): Use line numbers instead of point
10563 positions. Use window-body-height.
10564 (bibtex-find-crossref): Use bibtex-reposition-window.
10565 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10566 position of entry if key is found or nil if not found.
10567
10568 2004-12-05 Richard M. Stallman <rms@gnu.org>
10569
10570 * cus-edit.el (custom-file): Doc fix.
10571
10572 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10573
10574 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10575
10576 * simple.el (blink-matching-open):
10577 * textmodes/tex-mode.el (tex-validate-region):
10578 Obey syntax-table text properties.
10579
10580 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10581
10582 * wid-edit.el (widget-specify-field): Add `real-field' property to
10583 boundary.
10584 (widget-field-at): Use it.
10585
10586 2004-12-02 Richard M. Stallman <rms@gnu.org>
10587
10588 * progmodes/cc-mode.el (awk-mode autoload):
10589 Supply t meaning interactive function.
10590
10591 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10592 (isearch-mode-map): No special definition for space.
10593 (isearch-whitespace-chars): Command deleted.
10594 (isearch-forward-regexp): Doc fix.
10595 (isearch-quote-char): When a space is not inside brackets,
10596 use `[ ]' instead of just space.
10597 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10598
10599 * imenu.el (imenu--generic-function): Delete code to exclude
10600 matches in comments.
10601
10602 * man.el (Man-reverse-face): Change default to `highlight'.
10603
10604 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10605 (occur-engine): Use `face' prop rather than `font-lock-face'
10606 when specifying use of `match-face'.
10607 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10608
10609 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10610
10611 * add-log.el (add-log-current-defun): Handle the case where point
10612 is in the header part of a DEFUN construct.
10613
10614 2004-12-02 Dave Love <fx@gnu.org>
10615
10616 * progmodes/python.el (python-font-lock-syntactic-keywords):
10617 Fix previous change.
10618
10619 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10620
10621 * paren.el (show-paren-function): Check for matching chars
10622 specified by text props.
10623
10624 2004-12-02 Jay Belanger <belanger@truman.edu>
10625
10626 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10627 when reading a new key sequence.
10628
10629 2004-12-02 Kim F. Storm <storm@cua.dk>
10630
10631 * faces.el (escape-glyph): Rename from glyph.
10632 (standard-display-table): Set it here. Add escape-glyph face to
10633 extra slot characters.
10634
10635 * disp-table.el: Undo 2004-12-01 change. Display table is now
10636 setup in faces.el.
10637
10638 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10639
10640 * xml.el (xml-parse-dtd): Don't show validity messages when
10641 xml-validating-parser is nil.
10642 (xml-substitute-special): Fix validity error messages to
10643 actually show the unexpandable entity. Added validity error if &
10644 isn't followed by an entity.
10645 (xml-parse-tag): Concatenate any string following the a
10646 <![CDATA[]]> section to the parsed CDATA.
10647 (xml-parse-dtd): Skip parameter entity declarations and use of
10648 parameter entities.
10649
10650 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10651
10652 * kmacro.el (kmacro-default-counter-format): New var.
10653 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10654 (kmacro-display): Remove `nil' from `and' form. Delete call to
10655 `format' inside `message'.
10656 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10657
10658 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10659
10660 * pcvs.el (cvs-header-msg): New function.
10661 (cvs-update-header): Use it. Change calling convention.
10662 Correctly handle the case of having simultaneous active processes.
10663 (cvs-sentinel): Don't call cvs-update-header any more.
10664 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10665
10666 2004-12-01 Jay Belanger <belanger@truman.edu>
10667
10668 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10669 Change message.
10670
10671 2004-12-01 Juri Linkov <juri@jurta.org>
10672
10673 * progmodes/prolog.el (prolog-mode-variables):
10674 Fix imenu-generic-expression.
10675
10676 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10677
10678 * faces.el (glyph): New face.
10679
10680 * disp-table.el: Add an autoloaded table, that doesn't require
10681 this library, with glyph face.
10682
10683 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10684 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10685 (conf-quote-normal): Allow normalizing only ' or ".
10686 (conf-mode): Regexp-quote constructed comment-start and don't
10687 match section {} where "name" contains braces.
10688
10689 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10690 files.
10691
10692 2004-12-01 Kenichi Handa <handa@m17n.org>
10693
10694 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10695 (x-select-text): Don't treat eight-bit-control/graphic chars
10696 specially. Store the encoded text in the X cut buffer.
10697 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10698 with x-last-selected-text-cut-encoded.
10699
10700 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10701
10702 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10703
10704 2004-11-30 Markus Rost <rost@ias.edu>
10705
10706 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10707 AUCTeX.
10708
10709 2004-11-30 Jay Belanger <belanger@truman.edu>
10710
10711 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10712 on signs of intervals.
10713 (math-pow-of-zero): Strengthen checks for positive and negative
10714 exponents.
10715
10716 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10717 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10718 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10719 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10720 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10721 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10722 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10723 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10724 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10725 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10726 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10727 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10728 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10729 with provide statements.
10730
10731 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10732
10733 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10734
10735 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10736 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10737 functions by require statements.
10738 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10739
10740 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10741 (calc-gnuplot-print): Give them values.
10742
10743 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10744 autoloads.
10745 Add calc-do-embedded-activate to autoloads.
10746 (calc-gnuplot-name, calc-gnuplot-plot-command)
10747 (calc-gnuplot-print-command): Move them to calc-graph.el.
10748
10749 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10750
10751 * term/mac-win.el (ccl-encode-mac-roman-font)
10752 (ccl-encode-mac-cyrillic-font)
10753 (ccl-encode-mac-centraleuropean-font, encoder-list)
10754 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10755 Support Cyrillic, CentralEuropean, and Dingbat font display
10756
10757 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10758
10759 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10760
10761 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10762 still nil.
10763
10764 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10765
10766 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10767 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10768
10769 2004-11-29 Jay Belanger <belanger@truman.edu>
10770
10771 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10772 cases of the base and exponent.
10773
10774 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10775
10776 * simple.el (next-error-buffer-p): Allow for inclusive and
10777 exclusive tests for finding a buffer.
10778 (next-error-find-buffer): Pass the exclusive and inclusive tests
10779 to next-error-buffer-p.
10780
10781 * replace.el (occur-next-error): Switch to the Occur buffer when
10782 appropriate, use the exclusive filter to next-error-find-buffer to
10783 do it. Use the absolute value of the motion amount.
10784
10785 2004-11-29 Kenichi Handa <handa@m17n.org>
10786
10787 * startup.el (command-line): Decode all default-directory by
10788 locale-coding-system.
10789
10790 2004-11-29 Jay Belanger <belanger@truman.edu>
10791
10792 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10793 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10794 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10795 Replace calls to calc-extensions by appropriate require, replace
10796 calc-extensions-loaded by appropriate featurep.
10797
10798 * calc/calc-ext.el: Move require to end of file.
10799 Remove redundant loading of calc.el.
10800 (calc-extensions-loaded): Remove unnecessary variable.
10801 (calc-extensions): Remove unnecessary function.
10802 (calc-load-everything): Replace calc-need-macros by appropriate require.
10803
10804 * calc/calc-macs.el: Move provide to end of file.
10805 (calc-need-macros): Remove unnecessary function.
10806
10807 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10808 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10809 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10810 Replace calc-extensions by appropriate require.
10811 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10812
10813 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10814 Replace calc-need-macros by appropriate require.
10815
10816 * calc/calc.el: Move require to end of file.
10817 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10818 Remove unnecessary variable.
10819 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10820 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10821 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10822 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10823 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10824 (math-format-number, math-format-bignum, math-read-number)
10825 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10826 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10827 by appropriate require.
10828 (calc-check-defines): Replace calc-need-macros by appropriate require.
10829
10830 2004-11-29 Kim F. Storm <storm@cua.dk>
10831
10832 * macros.el (insert-kbd-macro): Handle kmacro functions.
10833
10834 2004-11-28 Juri Linkov <juri@jurta.org>
10835
10836 * compare-w.el (compare-windows-highlight): Attach each overlay
10837 to its window to properly highlight differences while comparing
10838 two windows of the same buffer. Fix arguments.
10839 (compare-windows-sync-default-function): Fix arguments of
10840 `compare-windows-highlight'.
10841
10842 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10843 Use `read-expression-history'. Set initial contents only if
10844 `edebug-global-break-condition' is non-nil. Set histpos to 1
10845 if initial contents is equal to the last history element.
10846 (edebug-set-conditional-breakpoint): Instead of temporarily
10847 prepending the current condition to the history, set initial
10848 contents to the current condition. Set histpos to 1 if initial
10849 contents is equal to the last history element.
10850
10851 * info.el (Info-search-whitespace-regexp): Remove shy group.
10852 (Info-search): Forward line if search is on the header line.
10853 Use search-whitespace-regexp in two other places.
10854
10855 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10856
10857 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10858 warning. Delay real definition, which uses
10859 `set-fringe-indicators-1' till after the definition of that function.
10860
10861 2004-11-28 Kim F. Storm <storm@cua.dk>
10862
10863 * fringe.el (fringe): New defgroup.
10864 (fringe-mode): Move to fringe group.
10865 (fringe-indicators): New defcustom.
10866 (set-fringe-indicators-1): New defun.
10867
10868 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10869 (menu-bar-showhide-fringe-ind-menu): New keymap.
10870 (menu-bar-showhide-fringe-ind-empty)
10871 (menu-bar-showhide-fringe-ind-mixed)
10872 (menu-bar-showhide-fringe-ind-box)
10873 (menu-bar-showhide-fringe-ind-right)
10874 (menu-bar-showhide-fringe-ind-left)
10875 (menu-bar-showhide-fringe-ind-none): New defuns.
10876 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10877
10878 2004-11-27 Richard M. Stallman <rms@gnu.org>
10879
10880 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10881
10882 * generic.el (define-generic-mode): Doc fix.
10883
10884 * menu-bar.el (menu-bar-options-save): For the options
10885 that are toggled with menu-bar-make-mm-toggle, don't check
10886 for customized-value prop.
10887
10888 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10889
10890 * mail/supercite.el (sc-cite-region): Handle the case where
10891 sc-cite-frame-alist is a symbol.
10892 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10893 a symbol.
10894 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10895 a symbol.
10896
10897 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10898
10899 * wid-edit.el (widget-narrow-to-field): New function.
10900 (widget-complete): Use it.
10901
10902 2004-11-27 Jay Belanger <belanger@truman.edu>
10903
10904 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10905 variable.
10906 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10907 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10908 (math-alg-inequalities): Move declaration to earlier in the file.
10909
10910 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10911 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10912 Declare them.
10913
10914 * calc/calc-lang.el (math-expr-data, math-expr-token)
10915 (math-exp-old-pos): Declare them.
10916
10917 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10918 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10919
10920 2004-11-27 Kim F. Storm <storm@cua.dk>
10921
10922 * progmodes/flymake.el: Use (featurep 'xemacs).
10923 (flymake-makehash): Change to defsubst. Use fboundp.
10924 (flymake-time-to-float): Remove.
10925 (flymake-float-time): Merge code from flymake-time-to-float here.
10926 (flymake-replace-regexp-in-string): Change to defsubst.
10927 (flymake-split-string-remove-empty-edges):
10928 Rename to flymake-split-string.
10929 (flymake-split-string): Remove previous defalias.
10930 (flymake-get-temp-dir): Change to defsubst.
10931 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10932 Define for xemacs only.
10933 (flymake-master-file-count-limit): Change into compiler defvar only.
10934 (flymake-find-possible-master-files): Let-bind it dynamically while
10935 sorting files using flymake-master-file-compare.
10936
10937 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10938
10939 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10940 of defun-prompt-regexp matches inside a comment/string but the
10941 beginning is correctly outside everything.
10942
10943 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10944 appears within a string or a comment.
10945
10946 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10947 rather than make-symbol for symbols which are used in
10948 a symbol-macrolet or equivalent.
10949
10950 2004-11-26 Jay Belanger <belanger@truman.edu>
10951
10952 * calc-misc.el (calc-last-why-command): Declare it.
10953
10954 * calc-vec.el (math-grade-vec): New variable.
10955 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10956 Replace variable grade-vec by declared variable.
10957 (math-rb-close): New variable.
10958 (math-read-brackets, math-read-vector): Replace variable close by
10959 declared variable.
10960
10961 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10962 (calc-one-window, calc-edit-handler, calc-restore-trail)
10963 (calc-allow-ret): Declare them.
10964
10965 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10966 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10967 (math-radix-float-cache-tag, math-random-cache)
10968 (math-max-digits-cache, math-integral-cache, math-units-table)
10969 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10970 (math-moc-func): New variable.
10971 (math-map-over-constants, math-map-over-constants-rec):
10972 Replace variable func by declared variable.
10973
10974 * calc/calc-store.el (calc-given-value, calc-store-opers):
10975 Declare them.
10976 (calc-var-name-map): Move declaration to earlier in the file.
10977 (calc-pv-pos): New variable.
10978 (calc-permanent-variable, calc-insert-permanent-variable):
10979 Replace variable pos by declared variable.
10980
10981 * calc/calc-mtx.el (calc-det-lu): New variable.
10982 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10983
10984 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10985 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10986 and arg by declared variables.
10987 (calcFunc-reducer): Fix incorrect variable.
10988 (math-inner-mul-func, math-inner-add-func): New variables.
10989 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10990 and add-func by declared variables.
10991
10992 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10993 (calc-digit-value): Declare them.
10994
10995 * calc/calc-help.el (Info-history): Declare it.
10996 (calc-describe-key): Make calc-summary-indentation a local variable.
10997 (calc-help-long-names): Move declaration to earlier in file.
10998
10999 * calc/calc-embed.el (calc-original-buffer): Declare it.
11000 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
11001 (calc-embed-bot): New variables.
11002 (calc-do-embedded, calc-embedded-mark-formula)
11003 (calc-embedded-find-bounds, calc-embedded-duplicate)
11004 (calc-embedded-new-formula, calc-embedded-make-info):
11005 Replace vars outer-top, outer-bot, bot and top by declared variables.
11006 (calc-embed-prev-modes): New variable.
11007 (calc-embedded-set-modes, calc-embedded-update): Replace variable
11008 prev-modes with declared variable.
11009 (calc-embed-vars-used): New variable.
11010 (calc-embedded-make-info, calc-embedded-evaluate-expr)
11011 (calc-embedded-update, calc-embedded-find-vars): Replace variable
11012 vars-used by declared variable.
11013
11014 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
11015 (math-format-radix-float): Remove unnecessary setq.
11016 (math-radix-float-cache): Declare it.
11017
11018 * calc/calcsel2.el (calc-keep-selection): Declare it.
11019
11020 * calc/calc-maint.el: Remove file.
11021
11022 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
11023
11024 * textmodes/bibtex.el (bibtex-sort-entry-class)
11025 (bibtex-comment-start): Use defcustom.
11026 (bibtex-entry-field-alist): Use nil if initial content of the
11027 field is undefined. Fix docstring.
11028 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
11029 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
11030 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
11031 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
11032 Fix docstring.
11033 (bibtex-autokey-title-terminators): Use only one regexp.
11034 (bibtex-string-maybe-empty-head): New variable.
11035 (bibtex-remove-delimiters-string): New function.
11036 (bibtex-text-in-field-bounds, bibtex-text-in-string):
11037 Use bibtex-remove-delimiters-string.
11038 (bibtex-progress-message, bibtex-field-left-delimiter)
11039 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
11040 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
11041 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
11042 Simplify.
11043 (bibtex-format-entry): Use save-excursion for inherited booktitle.
11044 Use eq and bibtex-remove-delimiters-string. For end markers use
11045 insertion type so that marker stays after inserted text.
11046 (bibtex-autokey-get-names): Return empty string if name is missing.
11047 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
11048 calling bibtex-autokey-name-case-convert.
11049 (bibtex-autokey-demangle-title):
11050 Call bibtex-autokey-titleword-case-convert. Remove call to
11051 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
11052 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
11053 (bibtex-read-key): New optional arg global.
11054 (bibtex-files-expand): New optional arg force.
11055 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
11056 (bibtex-complete-crossref-cleanup): Rename from
11057 bibtex-complete-key-cleanup. Simplify code.
11058 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
11059 Operate on current entry.
11060 (bibtex-button): Add docstring.
11061 (bibtex-entry): Simplify.
11062 (bibtex-make-field): Replace optional arg called-by-yank with more
11063 specific args move and interactive.
11064 (bibtex-end-of-entry): Use forward-sexp.
11065 (bibtex-find-entry-globally): Remove.
11066 (bibtex-find-crossref): Allow for crossref key located in other buffer.
11067 Bound to C-c C-x.
11068 (bibtex-find-entry): New optional args global and display.
11069 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
11070 (bibtex-validate): Use arg force of bibtex-files-expand.
11071 (bibtex-clean-entry): Bugfix, clean string entries properly.
11072 Always keep point at beginning of entry.
11073 (bibtex-complete): Bugfix. Handle string entries properly.
11074 Call cleanup functions only if needed.
11075 (bibtex-String): Use bibtex-read-string-key.
11076 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
11077 case of replacement text.
11078
11079 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11080
11081 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
11082 (tramp-perl-directory-files-and-attributes): New constant.
11083 (tramp-file-name-handler-alist): Delete file-directory-files, add
11084 directory-files-and-attributes.
11085 (tramp-perl-file-attributes): Surround uid and gid by double
11086 quotes. Change parameter id-format from nonnumeric.
11087 (tramp-convert-file-attributes): New function.
11088 (tramp-handle-file-attributes): Use it.
11089 (tramp-maybe-send-perl-script): New function.
11090 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
11091 file mode. Change parameter id-format from nonnumeric.
11092 (tramp-handle-file-attributes-with-ls): Change parameter id-format
11093 from nonnumeric.
11094 (tramp-post-connection): Don't send tramp-perl-file-attributes
11095 script. Reset connection property "perl-scripts".
11096 (tramp-handle-insert-directory): Run real handler when ls-lisp is
11097 in use.
11098
11099 2004-11-26 Lars Hansen <larsh@math.ku.dk>
11100
11101 * desktop.el (desktop-read): Replace mapcar with mapc.
11102 (desktop-create-buffer): Replace mapcar with mapc.
11103 Remove redundant piece of code.
11104
11105 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
11106
11107 * progmodes/gud.el (gud-display-line): Use display-buffer
11108 for GDB-UI as for GUD.
11109
11110 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
11111 Delete variables.
11112 (gdb-ann3): Don't make GUD buffer dedicated.
11113 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
11114 (gdb-display-source-buffer): Delete function.
11115 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11116 (menu): Delete menu bindings for viewing source/assembler.
11117 (gdb-setup-windows, gdb-restore-windows):
11118 Don't dedicate GUD. No assembler now.
11119 (gdb-reset): No need to undedicate source buffers now.
11120 (gdb-source-info): No assembler now.
11121
11122 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11123
11124 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11125 width to those for special frames.
11126 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11127 Use display-buffer.
11128 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11129 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11130 (gdb-frame-assembler-buffer): Rework like
11131 gdb-frame-breakpoints-buffer.
11132
11133 2004-11-25 Richard M. Stallman <rms@gnu.org>
11134
11135 * progmodes/flymake.el: Reindent.
11136 (flymake-split-string): Turn into defalias.
11137 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11138 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11139 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11140 (flymake-build-relative-filename): Rename from ...path.
11141 Fix error message.
11142
11143 2004-11-25 Cheng Gao <chenggao@gmail.com>
11144
11145 * progmodes/flymake.el: Much whitespace and capitalization change.
11146 Move `provide' to end. Require `compile' only when compiling.
11147
11148 2004-11-24 Jay Belanger <belanger@truman.edu>
11149
11150 * calc/calc-alg.el: Added comment.
11151 (math-polynomial-base): Replace variable mpb-top-expr by
11152 math-poly-base-top-expr.
11153
11154 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11155 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11156 variable.
11157 (math-poly-base-total-base): New variable.
11158 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11159 mpb-total-base by declared variable.
11160 (math-factored-vars, math-to-list): Declare it.
11161 (math-fact-expr): New variable.
11162 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11163 (math-factor-expr-try, math-factor-expr-part): Replace variable
11164 expr by declared variable.
11165 (math-fet-x): New variable.
11166 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11167 by declared variable.
11168 (math-factor-poly-coefs): Make temp a local variable.
11169
11170 * calc/calc-units.el (calc-convert-units): Make units a local
11171 variable.
11172 (calc-num-units, calc-den-units): New variables.
11173 (calc-explain-units, calc-explain-units-rec): Replace variables
11174 num-units and den-units by declared variables.
11175 (math-cu-unit-list): New variable.
11176 (math-build-units-table, math-compare-unit-names)
11177 (math-convert-units, math-convert-units-rec): Replace variable
11178 unit-list by declared variable.
11179 (math-fbu-base, math-fbu-entry): New variables.
11180 (math-find-base-units, math-find-base-units-rec): Replace variables
11181 base and entry by declared variables.
11182 (math-which-standard): New variable.
11183 (math-to-standard-units, math-to-standard-rec): Replace variable
11184 which-standard by declared variable.
11185 (math-fcu-u): New variable.
11186 (math-find-compatible-unit, math-find-compatible-unit-rec):
11187 Replace variable u by declared variable.
11188 (math-cu-new-units, math-cu-pure): New variables.
11189 (math-convert-units, math-convert-units-rec): Replace variables
11190 new-units and pure by declared variables.
11191 (math-try-cancel-units): New variable.
11192 (math-simplify-units-quotient): Replace variable try-cancel-units by
11193 declared variable.
11194
11195 2004-11-24 Richard M. Stallman <rms@gnu.org>
11196
11197 * textmodes/ispell.el (ispell-check-version):
11198 If default-directory is nonexistent, use home dir.
11199
11200 * progmodes/grep.el (grep-regexp-alist):
11201 Don't match parens around line numbers.
11202
11203 * progmodes/cperl-mode.el (cperl-indent-region)
11204 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11205 Don't print progress messages.
11206
11207 * progmodes/compile.el (compilation-mode-map):
11208 Don't inherit from compilation-minor-mode-map;
11209 copy its bindings instead. But the menu bar Compile
11210 entry now does inherit from compilation-menu-map.
11211
11212 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11213 Use with-no-warnings around compiler-macroexpand.
11214
11215 * imenu.el: Don't always require newcomment.
11216 (imenu--generic-function): Call comment-normalize-vars
11217 if we have a comment syntax.
11218 Exit the loop if REGEXP matches the null string.
11219 Test comment-start as well as comment-start-skip
11220 when deciding whether to check for comments.
11221
11222 * tooltip.el (tooltip-mode): Doc fix.
11223
11224 * term.el (term-escape-char, term-mode): Doc fixes.
11225
11226 2004-11-24 Dave Love <fx@gnu.org>
11227
11228 * progmodes/python.el (python-font-lock-syntactic-keywords):
11229 Check for escapes in the regexp.
11230 (python-quote-syntax): Don't do it here.
11231
11232 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11233
11234 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11235 (gdb-frames-mode-map, gdb-threads-mode-map)
11236 (gdb-registers-mode-map, gdb-locals-mode-map)
11237 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11238 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11239
11240 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11241 (dedicated-switch-to-buffer): Rework.
11242 (gdb-var-evaluate-expression-handler, gdb-put-string):
11243 Remove unused variable bindings.
11244 (gdb-setup-windows, gdb-display-buffer):
11245 Simplify. Use pop-to-buffer.
11246 (gdb-view-source-function): Simplify.
11247 (gdb-frame-breakpoints-buffer):
11248 Use pop-to-buffer, special-display-regexps.
11249
11250 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11251
11252 * progmodes/f90.el (f90-smart-end)
11253 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11254 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11255 (f90-end-of-block): Doc fix. Make check of outermost block
11256 conditional on value of `f90-smart-end'.
11257 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11258 Handle case where END-BLOCK is nil.
11259 (f90-match-end): Handle un-named PROGRAM blocks.
11260 (f90-backslash-not-special): New function.
11261
11262 2004-11-24 Jay Belanger <belanger@truman.edu>
11263
11264 * calc/calc.el (calc-embedded-active): Removed unnecessary
11265 declaration.
11266 (calc-show-banner): Removed redundant declaration.
11267
11268 * calc/calc-graph.el (calc-gnuplot-default-device)
11269 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11270 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11271 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11272 Remove redundant initial values.
11273
11274 * calc/calc-arith.el (math-scalar-functions)
11275 (math-nonscalar-functions, math-scalar-if-args-functions)
11276 (math-real-functions, math-positive-functions)
11277 (math-nonnegative-functions, math-real-scalar-functions)
11278 (math-real-if-arg-functions, math-integer-functions)
11279 (math-num-integer-functions, math-rounding-functions)
11280 (math-float-rounding-functions, math-integer-if-args-functions)
11281 (math-super-types): Move declarations to earlier in file.
11282 (math-unit-prefixes): Declared it.
11283 (math-floor-prec, math-trunc-prec): New variables.
11284 (math-trunc-fancy): Replace variable prec by declared variable.
11285 (math-floor-fancy): Replace variable prec by declared variable.
11286 (math-com-bterms): New variable.
11287 (math-commutative-equal, math-commutative-collect):
11288 Replace variable bterms by declared variable.
11289
11290 * calc/calc-misc.el (math-trunc): Replace variable prec by
11291 math-trunc-prec.
11292 (math-floor): Replace variable prec by math-floor-prec.
11293
11294 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11295 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11296 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11297 (math-format-date, math-format-date-part): Replace variables
11298 date, dt, year, month, day, weekday, hour, minute, second and
11299 bc-flag by declared variables.
11300 (math-pd-str): New variable.
11301 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11302 Replace variable str by declared variable.
11303 (math-daylight-savings-hook, math-tzone-names): Move definitions
11304 to earlier in the file.
11305 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11306 (math-sh-year): New variable.
11307 (math-setup-add-holidays, math-setup-holidays)
11308 (math-setup-year-holidays): Replace variable `year' by declared
11309 variable.
11310
11311 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11312 New variables.
11313 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11314 n, nf and nfm1 by declared variables.
11315 (math-nri-n): New variable.
11316 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11317 n by declared variable.
11318 (calcFunc-log): Removed misplaced condition.
11319
11320 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11321
11322 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11323
11324 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11325
11326 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11327 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11328 Dedicate gdb-related windows.
11329 (gdb-display-buffer): Dedicate gdb-related windows.
11330 Don't grab other frames.
11331 (gdb-reset): Remove dedicated property after debugging.
11332
11333 2004-11-24 Jay Belanger <belanger@truman.edu>
11334
11335 * calc/calc-sel.el: Add comment.
11336
11337 * calc/calc.el (math-stack-value-offset): Replace variables c,
11338 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11339
11340 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11341 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11342 (math-stack-value-offset-fancy): Replace variables c, wid and off
11343 by declared variables.
11344 (math-comp-just, math-comp-comma-spc): New variables.
11345 (math-compose-expr, math-compose-matrix): Replace variables `just'
11346 and comma-spc by declared variable.
11347 (math-comp-vector-prec): New variable.
11348 (math-compose-expr, math-compose-matrix, math-compose-rows):
11349 Replace variable vector-prec by declared variable.
11350 (math-comp-left-bracket, math-comp-right-bracket)
11351 (math-comp-comma): New variables.
11352 (math-compose-expr, math-compose-rows): Replace variables
11353 left-bracket, right-bracket and comma by declared variables.
11354 (math-comp-full-width): New variable.
11355 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11356 Replace variable full-width by declared variable.
11357 (math-comp-highlight, math-comp-word, math-comp-level)
11358 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11359 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11360 New variables.
11361 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11362 (math-comp-sel-flat-term): Replace variables comp-highlight,
11363 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11364 declared variables.
11365 (math-comp-simplify, math-comp-simplify-term)
11366 (math-comp-add-string, math-comp-add-string-sel):
11367 Replace variables comp-highlight, comp-buf, comp-base,
11368 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11369
11370 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11371
11372 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11373
11374 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11375 and x-server-version may throw.
11376
11377 2004-11-23 Kim F. Storm <storm@cua.dk>
11378
11379 * subr.el (substitute-key-definition-key): Optimize.
11380 Don't call indirect-function for nil defn (always signals error).
11381
11382 * ido.el (ido-read-internal): Fix require-match check when
11383 ido-directory-too-big is set.
11384
11385 2004-11-23 Jay Belanger <belanger@truman.edu>
11386
11387 * calc/calc-ext.el (math-read-replacement-list)
11388 (math-read-superscripts): New variables.
11389 (math-read-preprocess-string): New function.
11390 (math-read-expr): Filter input through math-read-preprocess-string.
11391
11392 * calc/calc-aent.el (math-read-exprs): Filter input through
11393 math-read-preprocess-string.
11394
11395 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11396
11397 * progmodes/compile.el (compilation-start): In cd command use
11398 substitute-env-vars -- not quite shell compatible but better than
11399 nothing.
11400 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11401 handle the newer versions messages, which are more parseable.
11402
11403 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11404
11405 * reveal.el (reveal-mode-map): New var.
11406 (reveal-mode): Use it.
11407
11408 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11409
11410 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11411 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11412
11413 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11414
11415 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11416 header-line when needed.
11417 Use fixed-pitch only in the header-line.
11418 Build the underline automatically. Use emdash if available.
11419
11420 2004-11-22 Richard M. Stallman <rms@gnu.org>
11421
11422 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11423 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11424
11425 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11426
11427 * progmodes/gdb-ui.el (gdb-resync): New function.
11428 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11429 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11430 Use it to fail more gracefully.
11431 (gdb-variables): Delete variable.
11432 Re-order variables to reduce byte-compiler warnings.
11433
11434 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11435
11436 * descr-text.el (describe-char):
11437 * paren.el (show-paren-function):
11438 * subr.el (syntax-after): Undo last change.
11439
11440 * progmodes/python.el (run-python): Don't hard code *Python*.
11441 Don't modify global process-environment.
11442 (python-send-region, python-load-file): Don't assume that
11443 python-buffer == (process-buffer (python-proc)).
11444 (python-switch-to-python): Simplify.
11445
11446 * dired.el (dired-align-file): Don't assume line starts with spaces.
11447
11448 2004-11-21 Jay Belanger <belanger@truman.edu>
11449
11450 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11451 Replace variable `lines' by math-read-big-lines.
11452 (math-read-big-expr): Replace variables the-baseline, the-h2
11453 and err-msg by math-read-big-baseline, math-read-big-h2 and
11454 math-read-err-msg.
11455 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11456
11457 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11458 (math-read-big-balance): Replace unbound variable by value.
11459 (math-read-big-lines): New variable.
11460 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11461 (math-read-big-error, math-read-big-balance): Replace variable
11462 `lines' by declared variable.
11463 (math-read-big-baseline, math-read-big-h2): New variables.
11464 (math-read-big-rec): Replace variables the-baseline and the-h2
11465 by declared variables.
11466 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11467 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11468 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11469 declared variables.
11470 (math-read-big-err-msg): New variable.
11471 (math-read-big-error): Replace variable err-msg by declared variable.
11472
11473 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11474
11475 * ses.el: Add coding cookie.
11476 Fix up docstrings, follow new commenting conventions.
11477 (ses-header-line-menu): Fix missing variable rename for header-row.
11478 (ses-cell-size): Remove.
11479 (ses-make-cell): New function.
11480 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11481 (ses-calculate-cell): Remove unused var `symbol'.
11482 (ses-narrowed-p): New function.
11483 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11484 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11485 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11486 (ses-setup): Use restore-buffer-modified-p.
11487 (ses-cleanup): Remove unused var `end'.
11488 (ses-header-string-left-offset): Remove.
11489 (ses-create-header-string): Adjust to new behavior of `align-to'.
11490 Truncate excessively large fields to preserve alignment.
11491 (ses-reconstruct-all): Remove unused var `refs'.
11492 (ses-read-cell-printer): Remove unused var `prompt'.
11493 (ses-delete-row): Remove unused var `pos'.
11494 (ses-delete-column): Remove unused var `new'.
11495
11496 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11497
11498 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11499 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11500 Eliminate eval-and-compile usage.
11501 (ps-insert-file): Use insert-file-contents instead of insert-file.
11502 (ps-setup): Code fix.
11503
11504 * printing.el (pr-setup, lpr-setup): Code fix.
11505
11506 2004-11-21 Jay Belanger <belanger@truman.edu>
11507
11508 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11509 (calc-original-buffer): Declare them.
11510 (calc-user-formula-alist): New variable.
11511 (calc-user-define-formula, calc-fix-user-formula)
11512 (calc-user-define-composition, calc-finish-formula-edit):
11513 Replace variable `alist' by declared variable.
11514 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11515 (var-q7, var-q7, var-q8, var-q9): Declare them.
11516 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11517 are bound.
11518 (calcFunc-typeof): Replace undeclared variable by expression.
11519 (math-exp-env): New variable.
11520 (math-define-body, math-define-exp): Replace exp-env by declared var.
11521 (math-define-exp): Replace misplaced variable by expression.
11522
11523 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11524 (calc-curve-model, calc-curve-coefnames): New variables.
11525 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11526 varnames, model and coefnames by declared variables.
11527 (math-root-widen): New variable.
11528 (math-search-root, math-find-root): Replace variable root-widen by
11529 declared variable.
11530 (var-DUMMY): Declare it.
11531 (math-root-vars, math-min-vars): Move the declarations to earlier in
11532 the file.
11533 (math-brent-min): Make d a local variable.
11534 (math-find-minimum): Replace non-existent variable.
11535 (math-ninteg-romberg): Remove unnecessary variable.
11536 (math-ninteg-temp): New variable.
11537 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11538 integ-temp by declared variable.
11539 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11540 New variables.
11541 (math-general-fit): Replace variables first-var, first-coef and
11542 new-coefs by declared variables.
11543 (calcFunc-fitvar): Replace variable first-var by declared variable.
11544 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11545 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11546 (math-all-vars-vars, math-all-vars-found): New variables.
11547 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11548 found by declared variable math-all-vars-vars.
11549
11550 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11551
11552 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11553 of `defconst'.
11554
11555 2004-11-20 Richard M. Stallman <rms@gnu.org>
11556
11557 * isearch.el (isearch-mode-map): Don't bind SPC.
11558 (isearch-whitespace-chars): Function deleted.
11559 (isearch-search): Bind search-spaces-regexp.
11560 (isearch-lazy-highlight-search): Likewise.
11561 (search-whitespace-regexp): Doc fix.
11562 (isearch-forward-regexp): Doc fix.
11563
11564 * emacs-lisp/bytecomp.el (byte-compile-form):
11565 Move the calls to byte-compile-set-symbol-position,
11566 to avoid having two for the same symbol occurrence.
11567
11568 * comint.el (comint-input-ring-size): Increase to 150.
11569
11570 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11571 New variables.
11572 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11573 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11574
11575 * imenu.el (imenu--generic-function):
11576 Ensure we keep moving backward even if BEG isn't further back.
11577
11578 * replace.el (query-replace-read-to, query-replace-read-from):
11579 Specify t for KEEP-ALL in read-from-minibuffer.
11580
11581 * progmodes/python.el (python-switch-to-python):
11582 If Python isn't running, start it.
11583 Don't alter debug-ignored-errors.
11584
11585 * progmodes/cperl-mode.el (cperl-indent-region):
11586 Don't mind imenu-scanning-message.
11587
11588 * bindings.el (global-map): Bind C-e to move-end-of-line.
11589
11590 * simple.el (line-move-finish): New arg FORWARD.
11591 Ignore invisible newlines, not intangible ones.
11592 Conditions for acceptable stopping positions depend on FORWARD.
11593 (line-move): Pass FORWARD arg to line-move-finish.
11594
11595 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11596 of HEADER. Compensate for this change in the code to add display
11597 properties. Don't make the first line intangible.
11598
11599 * info.el (Info-search): Fix previous change.
11600
11601 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11602
11603 * Makefile.in (recompile): Revert 2004-11-19 change.
11604 (compile): Likewise.
11605
11606 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11607
11608 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11609
11610 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11611
11612 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11613 defgroup and defcustom. Eliminate eval-and-compile usage.
11614
11615 * progmodes/ebnf-otz.el: Fix typos.
11616
11617 2004-11-19 Jay Belanger <belanger@truman.edu>
11618
11619 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11620 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11621 disp-trail by declared variable.
11622
11623 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11624 (calc-finish-selection-edit): Replace variable disp-trail by
11625 declared variable.
11626 (calc-selection-cache-entry): Move declaration to earlier in the file.
11627 (calc-selection-cache-num, calc-selection-cache-comp)
11628 (calc-selection-cache-offset, calc-selection-true-num)
11629 (calc-final-point-line, calc-final-point-column)
11630 (calc-original-buffer): Declare them.
11631 (calc-fnp-op, calc-fnp-num): New variables.
11632 (calc-find-nth-part, calc-find-nth-part-rec)
11633 (calc-select-previous): Replace op and num by declared variables.
11634 (calc-rsf-old, calc-rsf-new): New variables.
11635 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11636 Replace variables old and new by declared variables.
11637 (calc-sel-reselect): New variable.
11638 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11639 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11640 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11641 reselect with declared variable.
11642
11643 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11644 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11645 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11646 (math-import-list, math-rewrite-phase): Declare them.
11647 (math-rewrite): Use let* to declare variables.
11648 (calc-rewrite-selection): Make rules a local variable.
11649 (calc-rewr-sel): New variable.
11650 (calc-rewrite-selection, calc-locate-selection-marker)
11651 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11652 of sel.
11653 (math-rewrite-whole-expr): New variable.
11654 (math-rewrite, math-rewrite-phase): Replace variable expr by
11655 declared variable.
11656 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11657 (math-rewrite-heads-blanks ): New variables.
11658 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11659 heads, skips and blanks by declared variables.
11660 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11661 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11662 New variables.
11663 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11664 old, new, old-func and new-func by declared variables.
11665 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11666 Remove unnecessary variable.
11667 (math-apply-rw-regs): New variable.
11668 (math-apply-rewrites, math-rwapply-replace-regs)
11669 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11670 (math-apply-rw-ruleset): New variable.
11671 (math-apply-rewrites, math-rwapply-remember): Replace variable
11672 ruleset by declared variable.
11673
11674 2004-11-19 Richard M. Stallman <rms@gnu.org>
11675
11676 * info.el (Info-search): Use search-whitespace-regexp.
11677
11678 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11679
11680 * vc-rcs.el (vc-rcs-parse): New function.
11681 (vc-rcs-annotate-command): Likewise.
11682 (vc-rcs-annotate-current-time): Likewise.
11683 (vc-rcs-annotate-time): Likewise.
11684 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11685
11686 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11687
11688 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11689
11690 2004-11-18 Jay Belanger <belanger@truman.edu>
11691
11692 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11693
11694 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11695
11696 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11697 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11698 Use make-temp-file to generate PostScript files in any situation.
11699 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11700 (pr-interactive-p): Eliminate var.
11701 (pr-save-interactive): Eliminate macro.
11702 (pr-interface, pr-ps-directory-preview)
11703 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11704 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11705 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11706 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11707 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11708 (pr-ps-region-ps-print, pr-ps-mode-preview)
11709 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11710 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11711 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11712 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11713 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11714 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11715 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11716 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11717 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11718 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11719 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11720 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11721 Eliminate pr-save-interactive usage.
11722 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11723 Eliminate pr-interactive-p usage.
11724 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11725 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11726 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11727 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11728 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11729 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11730 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11731 New funs.
11732 (pr-ps-file): Use make-temp-file to generate a temporary file.
11733
11734 2004-11-17 Jay Belanger <belanger@truman.edu>
11735
11736 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11737 a local variable.
11738 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11739 (math-top-only): New variable.
11740 (math-simplify, math-simplify-step): Replace variable top-only by
11741 declared variable math-top-only.
11742 (math-simplify-expr): Declare it.
11743 Replace argument expr in all calls of math-defsimplify by
11744 math-simplify-expr.
11745 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11746 (math-simplify-divisor, math-simplify-one-divisor)
11747 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11748 (math-simplify-pow): Replace variable expr by declared variable
11749 math-simplify-expr.
11750 (math-simplify-divisor): Remove local variables temp and op.
11751 (math-simplify-one-divisor): Make temp and op local variables.
11752 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11753 New variables.
11754 (math-simplify-divisor, math-simplify-one-divisor):
11755 Replace variables nover and dover by declared variables.
11756 (math-expr-subst-new, math-expr-subst-old): New variables.
11757 (math-expr-subst, math-expr-subst-rec): Replace variables new
11758 and old by declared variables.
11759 (math-is-poly-degree, math-is-poly-loose): New variables.
11760 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11761 and loose by declared variables.
11762 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11763 (math-polynomial-base, math-polynomial-base-rec):
11764 Replace variables const-ok and mpb-pred by declared variables.
11765
11766 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11767
11768 * calc/calc-ext.el (math-defsimplify): Change the argument in
11769 the created function to math-simplify-expr.
11770
11771 * calc/calc-units.el (math-simplify-expr): Declare it.
11772 Replace argument expr in all calls of math-defsimplify by
11773 math-simplify-expr.
11774 (math-simplify-units-prod): Replace variable expr by declared
11775 variable math-simplify-expr.
11776
11777 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11778
11779 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11780 Replace mapcar->dolist, format->string.
11781
11782 2004-11-17 Miles Bader <miles@gnu.org>
11783
11784 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11785 * progmodes/idlwave.el: Remove RCS keywords.
11786
11787 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11788
11789 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11790 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11791 Update to IDLWAVE version 5.5. Too many changes to list them here.
11792 * progmodes/idlw-help.el: New file.
11793
11794 2004-11-16 Richard M. Stallman <rms@gnu.org>
11795
11796 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11797 Discard spaces after \i according to TeX rules.
11798
11799 * international/mule.el (set-buffer-file-coding-system):
11800 New arg NOMODIFY.
11801 (after-insert-file-set-coding): Pass that new arg.
11802 Prevent set-buffer-multibyte from trying to lock the file.
11803
11804 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11805
11806 * saveplace.el (save-place): Doc fix.
11807
11808 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11809 temporarily widen before finding the following word to copy.
11810
11811 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11812 (cl-map-keymap): Definition deleted.
11813
11814 * subr.el (map-keymap-internal): New function.
11815
11816 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11817
11818 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11819 when pressing rather than when releasing mouse-2. Simplify.
11820
11821 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11822
11823 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11824 (compilation-mode): Set it here instead.
11825
11826 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11827
11828 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11829 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11830
11831 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11832
11833 * progmodes/compile.el (compilation-internal-error-properties):
11834 Fix up a transposition-typo. Check end-col before using it.
11835
11836 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11837
11838 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11839 Discard whitespace after macro \i when converting it.
11840
11841 2004-11-16 Juri Linkov <juri@jurta.org>
11842
11843 * emacs-lisp/find-func.el (find-function-regexp):
11844 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11845 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11846 Remove invalid `\W' from [^cgv\W]. Doc fix.
11847 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11848
11849 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11850
11851 * play/life.el: Maintainer is now FSF.
11852 (life-patterns, life-neighbor-deltas, life-window-start)
11853 (life-current-generation, life-generation-string): Use defvar
11854 instead of defconst.
11855
11856 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11857
11858 * progmodes/compile.el (compilation-move-to-column): New fun.
11859 (compilation-internal-error-properties)
11860 (compilation-next-error-function): Use it to make sure we don't go past
11861 the end of line.
11862
11863 2004-11-15 John Paul Wallington <jpw@gnu.org>
11864
11865 * autoinsert.el (auto-insert-alist): Insert the user's name in
11866 copyright notice, rather than Free Software Foundation, for the
11867 Emacs Lisp header case too.
11868
11869 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11870
11871 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11872 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11873 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11874 return the list of string in a string.
11875 (pr-call-process): Message if calling process returns an error, that
11876 is, the exit status is different of zero.
11877
11878 2004-11-15 Jay Belanger <belanger@truman.edu>
11879
11880 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11881 variable var-thing.
11882 (math-integ-depth, math-integ-level, math-integral-limit)
11883 (math-enable-subst, math-any-substs, math-integ-msg)
11884 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11885 (math-int-threshold, math-int-factors, math-double-roots)
11886 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11887 (var-GenCount): Declare these variables.
11888 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11889 (math-integral-cache, math-integral-cache-state):
11890 Move declarations to earlier in the file.
11891 (math-deriv-var, math-deriv-total, math-deriv-symb)
11892 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11893 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11894 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11895 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11896 (math-solve-res): New variables
11897 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11898 (math-integral, math-replace-integral-parts)
11899 (math-integrate-by-parts, calc-dump-integral-cache)
11900 (math-try-integral, math-do-integral, math-do-integral)
11901 (math-do-integral-methods, math-try-solve-for)
11902 (math-try-solve-prod, math-solve-poly-funny-powers)
11903 (math-solve-crunch-poly, math-decompose-poly)
11904 (math-solve-find-root-term, math-find-root-in-prod)
11905 (math-integ-try-linear-substitutions)
11906 (math-integ-try-substitutions, math-expr-rational-in)
11907 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11908 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11909 (math-solve-for, math-solve-system, math-solve-system-rec)
11910 (math-solve-get-sign, math-solve-get-int)
11911 (math-solve-system-subst): Replace undeclared variables with newly
11912 declared variables.
11913
11914 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11915
11916 * winner.el (winner-active-region, winner-edges, winner-window-list):
11917 Define at toplevel.
11918 (winner-mode-map): Move init inside declaration.
11919
11920 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11921
11922 * files.el (convert-standard-filename): Doc fix.
11923
11924 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11925
11926 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11927 passwd, group, shadow, default/* and pam.d/*.
11928
11929 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11930
11931 * printing.el (pr-menu-spec): Adjust menu specification.
11932
11933 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11934
11935 * printing.el: Doc fix. Insert :version tag into all defcustom.
11936 Handle interactive-p as is recommended in Emacs Lisp Reference.
11937 Set the file permission bits for newly created files.
11938 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11939 The printing menu specification (in `pr-menu-spec') was merged.
11940 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11941 (pr-version): New version number (6.8.3).
11942 (pr-file-modes): New option.
11943 (pr-interactive-p): New var.
11944 (pr-save-interactive, pr-save-file-modes): New macros.
11945 (pr-setup): Code fix.
11946 (pr-menu-spec): Menu specification merged.
11947 (pr-call-process, pr-text2ps): Set file permission bits.
11948 (pr-despool-print): Set file permission bits. Handle interactive-p as
11949 is recommended.
11950 (pr-interface, pr-ps-directory-preview)
11951 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11952 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11953 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11954 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11955 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11956 (pr-ps-region-ps-print, pr-ps-mode-preview)
11957 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11958 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11959 (pr-despool-using-ghostscript, pr-despool-ps-print)
11960 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11961 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11962 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11963 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11964 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11965 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11966 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11967 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11968 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11969 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11970 Handle interactive-p as is recommended.
11971
11972 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11973
11974 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11975 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11976
11977 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11978 so it doesn't forget to highlight the beginning of the region either.
11979
11980 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11981
11982 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11983 (c-font-lock-init): Eliminate obsolete make-local-hook.
11984 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11985 (awk-mode): Use run-mode-hooks.
11986
11987 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11988
11989 2004-11-13 Kim F. Storm <storm@cua.dk>
11990
11991 * mouse.el (mouse-drag-copy-region): Add :version.
11992 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11993 while dragging mode line, so mode line can be dragged downwards.
11994 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11995 while pressing mouse button so window doesn't scroll until we
11996 release the mouse if clicking on partially visible line.
11997
11998 2004-11-12 Jay Belanger <belanger@truman.edu>
11999
12000 * calc/calc-graph.el (calc-dumb-map): Declare it.
12001 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
12002 than unbound.
12003 (calc-graph-name): Made `end' a local variable.
12004 (calc-graph-lookup): Made `varname' a local variable.
12005 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
12006 Declare them.
12007 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
12008 (calc-graph-plot, calc-graph-compute-3d): Remove references to
12009 the unused variable y3vec.
12010 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
12011 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
12012 calc-graph-prev-kill-hook.
12013 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
12014 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
12015 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
12016 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
12017 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
12018 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
12019 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
12020 (calc-graph-y3value, calc-graph-y3name)
12021 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
12022 (calc-graph-stepcount, calc-graph-is-splot)
12023 (calc-graph-surprise-splot, calc-graph-blank)
12024 (calc-graph-non-blank, calc-graph-curve-num): New variables.
12025 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
12026 (calc-graph-recompute-2d, calc-graph-compute-3d)
12027 (calc-graph-format-data): Replace undeclared variables with the
12028 above newly declared variables.
12029
12030 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
12031
12032 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
12033 `rsf-beep' and `rsf-sleep-after-message'.
12034
12035 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
12036 list if `message-sender' is non-nil.
12037
12038 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
12039
12040 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
12041 consing by using mapc instead of mapcar.
12042
12043 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
12044
12045 * tooltip.el (require): Explain why CL is needed.
12046
12047 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
12048
12049 * printing.el: Insert :version into defgroup (printing). All reference
12050 to Files option in menubar were changed to File.
12051 (pr-version): New version number (6.8.2).
12052 (pr-get-symbol): Call easy-menu-intern.
12053 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
12054 compilation gripes.
12055
12056 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12057
12058 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
12059 new byte-compile-function-environment binding to t.
12060
12061 * font-lock.el (font-lock-fontify-syntactically-region):
12062 Don't forget to highlight the last char when we hit `end'.
12063
12064 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
12065 (mwheel-scroll): Adjust accordingly.
12066
12067 * cvs-status.el: Reduce spurious warnings.
12068 (cvs-status-checkout): Remove.
12069 (cvs-status-mode-map): Use cvs-mode-checkout instead.
12070
12071 * pcvs.el (cvs-mode-checkout): New command.
12072
12073 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
12074
12075 * tooltip.el: Require CL.
12076
12077 * emacs-lisp/bytecomp.el: Use push.
12078 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
12079 (defalias): Remove the `byte-compile' property and add
12080 a `byte-hunk-handler'.
12081
12082 2004-11-11 Juri Linkov <juri@jurta.org>
12083
12084 * info.el (Info-search): Save match data for isearch.
12085 Skip Tag Table node.
12086
12087 * descr-text.el (describe-char): Replace syntax-after with code
12088 from its previous version.
12089
12090 * files.el (magic-mode-alist): Use optimization for SGML mode too.
12091 (set-auto-mode): Doc fix. Remove unused variable `xml'.
12092
12093 * international/mule.el (sgml-html-meta-auto-coding-function):
12094 Remove > after <html to allow HTML attributes.
12095
12096 2004-11-11 Jay Belanger <belanger@truman.edu>
12097
12098 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
12099 a variable.
12100 (calcFunc-dfac): Replace unbound max by n.
12101 (math-stirling-local-cache): New variable.
12102 (math-stirling-number, math-stirling-1, math-stirling-2):
12103 Replace the variable `cache' by the declared variable
12104 math-stirling-local-cache.
12105 (var-RandSeed): Declare it as a variable.
12106 (math-init-random-base, math-random-digit): Don't check to see if
12107 var-RandSeed is bound.
12108 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
12109 Declare them instead of just setting them.
12110 (math-init-random-base): Made i a local variable.
12111 (math-random-digit): Made math-random-last a local variable.
12112 (math-prime-test-cache): Move declaration to before it is used.
12113 (math-prime-test-cache-k, math-prime-test-cache-q)
12114 (math-prime-test-cache-nm1, math-prime-factors-finished):
12115 Declare them as variables.
12116
12117 2004-11-11 Jay Belanger <belanger@truman.edu>
12118
12119 * calc/calc-ext.el (math-defcache): Use defvar for the new
12120 variables it creates.
12121
12122 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12123
12124 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12125 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12126 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12127 (desktop-save): Add :version.
12128
12129 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12130
12131 * printing.el (pr-get-symbol): Don't downcase.
12132
12133 2004-11-10 Jay Belanger <belanger@truman.edu>
12134
12135 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12136 string to kill-ring.
12137
12138 * calc/calc-aent.el (calc-alg-exp, math-toks)
12139 (math-exp-pos,math-exp-old-pos, math-exp-token)
12140 (math-exp-keep-spaces, math-exp-str): New variables.
12141 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12142 (calcAlg-enter): Use declared variable calc-alg-exp.
12143 (math-build-parse-table, math-find-user-token): Use declared
12144 variable math-toks.
12145 (math-read-exprs, math-read-token, calc-check-user-syntax)
12146 (calc-match-user-syntax, match-factor-after, math-read-factor):
12147 Use declared variables math-exp-pos math-exp-old-pos.
12148 (math-read-exprs, math-read-token, math-read-expr-level)
12149 (calc-check-user-syntax, calc-match-user-syntax)
12150 (match-factor-after, math-read-factor): Use declared variable
12151 math-exp-token.
12152 (math-read-exprs, math-read-expr-list, math-read-token)
12153 (math-read-factor): Use declared variable math-exp-keep-spaces.
12154 (math-read-exprs, math-read-token): Use declared variable
12155 math-exp-str.
12156 (calc-match-user-syntax): Make m a local variable.
12157
12158 * calc/calc-ext.el (math-read-expr): Use declared variables
12159 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12160 math-exp-keep-spaces.
12161
12162 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12163 variables math-exp-pos, math-exp-str.
12164
12165 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12166 math-exp-old-pos.
12167 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12168 (math-parse-eqn-prime): Use declared variable math-exp-token.
12169
12170 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12171 Use declared variable math-exp-pos.
12172 (math-check-for-commas): Use declared variable math-exp-str.
12173 (math-read-brackets): Use declared variables math-exp-old-pos,
12174 math-exp-keep-spaces.
12175 (math-read-brackets, math-read-vector, math-read-matrix):
12176 Use declared variable math-exp-token.
12177
12178 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12179
12180 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12181 where the keymap is a symbol.
12182 (easy-menu-add-item): Use keymap-prompt. Simplify.
12183
12184 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12185
12186 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12187 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12188
12189 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12190
12191 * ebuff-menu.el: Doc fixes throughout.
12192 (electric-buffer-menu-mode-hook): New defvar.
12193
12194 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12195
12196 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12197 The resulting compiler warnings appear to be harmless.
12198
12199 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12200
12201 * textmodes/conf-mode.el: New file.
12202
12203 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12204
12205 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12206
12207 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12208
12209 2004-11-09 Jay Belanger <belanger@truman.edu>
12210
12211 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12212
12213 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12214 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12215 (calc-z-prefix-help, calc-user-function-list): Use declared
12216 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12217 (math-map-tree, math-map-tree-rec): Use declared variables
12218 math-mt-many, math-mt-func.
12219 (math-read-expression, math-read-string): Use declared variable
12220 math-expr-data.
12221
12222 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12223 variable math-normalize-a.
12224
12225 * calc/calc.el (math-normalize-a): New variable.
12226 (math-normalize): Use declared variable math-normalize-a.
12227
12228 * calc/calc-poly.el (math-expand-form): Use declared variable
12229 math-mt-many.
12230
12231 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12232 Use declared variable math-mt-many.
12233 (math-rewrite): Use declared variable math-mt-func.
12234
12235 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12236 (math-read-matrix): Use declared variable math-expr-data.
12237
12238 * calc/calc-lang.el (math-parse-fortran-vector)
12239 (math-parse-fortran-vector-end, math-parse-tex-sum)
12240 (math-parse-eqn-matrix, math-parse-eqn-prime)
12241 (math-read-math-subscr): Use declared variable math-expr-data.
12242
12243 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12244 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12245 (calc-match-user-syntax, math-read-if, math-factor-after)
12246 (math-read-factor): Use declared variable math-expr-data.
12247
12248 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12249
12250 * calendar/diary-lib.el (diary-from-outlook)
12251 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12252 interactive-p; but rather new optional argument NOCONFIRM.
12253
12254 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12255
12256 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12257 (easy-menu-name-match): Revert correspondingly.
12258
12259 2004-11-09 Richard M. Stallman <rms@gnu.org>
12260
12261 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12262 Turn off warnings for the new function even if definition not constant.
12263 If the definition isn't a quoted symbol, record (FUNCTION . t).
12264 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12265 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12266 (display-call-tree, byte-compile-arglist-warn):
12267 Handle t returned by byte-compile-fdefinition.
12268
12269 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12270
12271 * Makefile.in (maintainer-clean): Depend on distclean.
12272
12273 * help-fns.el (help-C-file-name): File name must be in build-files
12274 to be returned.
12275
12276 2004-11-09 Jay Belanger <belanger@truman.edu>
12277
12278 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12279 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12280
12281 * calc/calc.el (calc, calc-trail-display, calc-mode):
12282 Remove obsolete sections.
12283
12284 * calc/calc.el (calc-x-paste-text): Remove.
12285
12286 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12287 mouse-2.
12288
12289 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12290
12291 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12292 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12293 current frame (in case of recursive calls).
12294 (gdb-show-changed-values): Add :version keyword.
12295
12296 2004-11-09 Kenichi Handa <handa@m17n.org>
12297
12298 * international/mule-cmds.el: Change coding: tag back to
12299 iso-2022-7bit.
12300
12301 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12302
12303 * international/mule-cmds.el: Change coding-system to utf-8.
12304 (select-safe-coding-system-interactively):
12305 New function extracted from select-safe-coding-system.
12306 (select-safe-coding-system): Use it.
12307
12308 2004-11-08 Richard M. Stallman <rms@gnu.org>
12309
12310 * subr.el (syntax-after): Doc fix.
12311
12312 * paren.el (show-paren-function): Change calls to syntax-after
12313 for new way of returning the value.
12314
12315 * menu-bar.el (menu-bar-file-menu): Make this the real name
12316 and menu-bar-files-menu the alias. Use the former.
12317 (global-map): Use `file', not `files', as the symbol.
12318
12319 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12320
12321 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12322 Don't use beginning-of-buffer.
12323 (filesets-cmd-show-result): Use with-no-warnings.
12324
12325 2004-11-08 Juri Linkov <juri@jurta.org>
12326
12327 * progmodes/compile.el (compile): Don't overwrite last command in
12328 minibuffer history with default command if they are not equal.
12329
12330 2004-11-08 Jay Belanger <belanger@truman.edu>
12331
12332 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12333 non-linear substitutions.
12334
12335 2004-11-08 Jay Belanger <belanger@truman.edu>
12336
12337 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12338 (math-do-integral): Set `math-linear-subst-tried' to nil.
12339 (math-do-integral-methods): Use `math-linear-subst-tried' to
12340 determine what type of substitution to try.
12341 (math-integ-try-linear-substituion):
12342 Set `math-linear-subst-tried' to t.
12343
12344 2004-11-08 Kim F. Storm <storm@cua.dk>
12345
12346 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12347
12348 2004-11-07 Juri Linkov <juri@jurta.org>
12349
12350 * info-look.el (info-lookup): Allow reusing in the current buffer
12351 not only *info* buffer, but all (even renamed) Info buffers
12352 by checking for major-mode instead of *info* buffer name.
12353 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12354 (octave-mode, maxima-mode) <doc-spec>:
12355 Allow long dashes generated by Texinfo 4.7 before definitions.
12356 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12357 definitions with argument separated by space.
12358
12359 2004-11-06 Richard M. Stallman <rms@gnu.org>
12360
12361 * simple.el (next-error group, face): Move before first use.
12362 (next-error-highlight, next-error-highlight-no-select): Likewise.
12363
12364 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12365 (line-move): New args NOERROR and TO-END.
12366 Return t if succeed in moving specified number of lines.
12367 (move-end-of-line): New function.
12368
12369 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12370 (end-of-buffer-other-window): Likewise.
12371
12372 * simple.el (line-move-ignore-invisible): Default to t.
12373
12374 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12375
12376 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12377
12378 * international/iso-cvt.el (iso-cvt-define-menu):
12379 Rename menu-bar-files-menu to menu-bar-file-menu.
12380
12381 * net/browse-url.el (browse-url-gnome-moz-program)
12382 (browse-url-gnome-moz-arguments): Move up before first use.
12383
12384 * net/tramp.el (tramp group): Add :version.
12385
12386 * progmodes/ada-xref.el (ada-gdb-application):
12387 Use goto-char instead of beginning-of-buffer.
12388
12389 * progmodes/cperl-mode.el (cperl-info-on-command):
12390 Use goto-char instead of beginning-of-buffer.
12391
12392 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12393 Move up before first use.
12394 (idlwave-shell-temp-pro-file): Likewise.
12395 (idlwave-shell-temp-rinfo-save-file): Likewise.
12396 (idlwave-shell-temp-file): Minor doc fix.
12397
12398 * textmodes/flyspell.el (flyspell-external-point-words):
12399 Use goto-char instead of beginning-of-buffer.
12400
12401 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12402
12403 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12404 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12405 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12406
12407 2004-11-06 David Ponce <david@dponce.com>
12408
12409 * recentf.el (recentf-menu-path): Use menu item name.
12410
12411 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12412
12413 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12414 display doesn't support images.
12415
12416 2004-11-06 Andreas Schwab <schwab@suse.de>
12417
12418 * tempo.el (tempo-match-finder): Doc fix.
12419
12420 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12421
12422 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12423
12424 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12425 (easy-menu-lookup-name): New fun to replace it.
12426 (easy-menu-get-map): Use it to obey menu item names (rather than just
12427 keys) when looking up `path'.
12428 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12429 (easy-menu-convert-item-1): Adjust to new name.
12430
12431 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12432
12433 * outline.el (hide-body): Don't hide lines at the top of the file
12434 that precede the first header line.
12435
12436 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12437
12438 * align.el (align-areas): Delete whitespace before reindenting, so
12439 that tabs are never placed after spaces.
12440
12441 2004-11-06 Alan Shutko <ats@acm.org>
12442
12443 * macros.el (insert-kbd-macro): Do completions based on macros,
12444 rather than all commands.
12445
12446 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12447
12448 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12449 to solve a bug whereby tags with 'b' don't match.
12450
12451 2004-11-05 Juri Linkov <juri@jurta.org>
12452
12453 * info.el (Info-search): Don't search in node header lines
12454 and file headers.
12455
12456 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12457 symbol-constituent characters after dot, not only digits.
12458
12459 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12460
12461 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12462
12463 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12464
12465 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12466 if a dialog will be used, read-file-name otherwise.
12467
12468 2004-11-04 Richard M. Stallman <rms@gnu.org>
12469
12470 * textmodes/table.el (table group): Add :version.
12471
12472 * textmodes/ispell.el (ispell-word):
12473 Don't alter args; set them only thru `interactive' spec.
12474
12475 * textmodes/flyspell.el (flyspell-word):
12476 Don't alter FOLLOWING; set it only thru `interactive' spec.
12477
12478 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12479
12480 * net/browse-url.el (browse-url-maybe-new-window):
12481 Use called-interactively-p.
12482
12483 * mail/supercite.el (sc-cite-region):
12484 Don't use interactive-p. Add arg INTERACTIVE.
12485 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12486
12487 * international/mule-cmds.el (set-input-method, toggle-input-method):
12488 Don't use interactive-p. Add arg INTERACTIVE.
12489
12490 * eshell/esh-mode.el (eshell-show-maximum-output):
12491 Don't use interactive-p.
12492 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12493
12494 * mouse.el (mouse-show-mark): Get positions to delete from mark
12495 and point, not from mouse-drag-overlay.
12496
12497 * imenu.el (imenu-eager-completion-buffer): Add :version.
12498
12499 * filesets.el (filesets group): Add :version.
12500
12501 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12502
12503 * files.el (xml-based-modes): Delete var.
12504 (magic-mode-alist): New more general var.
12505 (set-auto-mode): Use it.
12506
12507 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12508 when clicking from another window.
12509
12510 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12511
12512 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12513 (vc-cvs-annotate-time): Incorporate value of deleted var.
12514 Remove special-case handling of beginning-of-buffer cruft.
12515 Cache ending position (point) and return value in text property
12516 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12517
12518 * vc-cvs.el (vc-cvs-annotate-command):
12519 Delete extraneous lines from beginning of buffer.
12520 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12521
12522 * progmodes/grep.el (grep-default-command): Take empty string
12523 for tag if all other methods yield nil. Shell-quote the tag.
12524
12525 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12526 spec in `interactive' form, and mention it in the docstring.
12527 Also, make sure point is at bol after calling `annotate-time'.
12528
12529 2004-11-02 Richard M. Stallman <rms@gnu.org>
12530
12531 * cus-edit.el (customize-group-other-window):
12532 Select the window that displays the custom buffer.
12533 (custom-buffer-create-other-window): Likewise.
12534
12535 * comint.el (comint-insert-input): Fix previous change.
12536
12537 * emacs-lisp/elp.el (elp-instrument-function):
12538 Use called-interactively-p.
12539
12540 * emacs-lisp/easymenu.el (easy-menu-intern):
12541 Don't downcase; rather, case-flip the first letter of each word.
12542
12543 * emacs-lisp/easy-mmode.el (define-minor-mode):
12544 Use called-interactively-p.
12545
12546 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12547 Add interactive-only.
12548 (byte-compile-warnings): Add interactive-only as option.
12549 (byte-compile-interactive-only-functions): New variable.
12550 (byte-compile-form): Warn about calls to functions
12551 in byte-compile-interactive-only-functions.
12552
12553 * emacs-lisp/autoload.el (update-file-autoloads):
12554 Don't use interactive-p; take new arg SAVE-AFTER.
12555
12556 * emacs-lisp/advice.el (ad-make-advised-definition):
12557 Use called-interactively-p.
12558
12559 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12560
12561 * files.el (find-file-existing): New function.
12562
12563 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12564 find-file-existing. Add "New File..." that calls find-file.
12565
12566 * diropen.pbm, diropen.xpm: New files.
12567
12568 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12569 icon diropen. New tool bar item find-file-existing uses icon open.
12570
12571 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12572 instead of read-file-name.
12573
12574 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12575
12576 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12577 (icalendar--split-value): Change name of work buffer.
12578 (icalendar--get-weekday-abbrev): Return nil on error.
12579 (icalendar--date-to-isodate): New function.
12580 (icalendar-convert-diary-to-ical)
12581 (icalendar-extract-ical-from-buffer): Use only two args for
12582 make-obsolete (XEmacs compatibility).
12583 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12584 (icalendar-export-region): Doc fix.
12585 If error, return non-nil and write errors to a buffer.
12586 Use correct weekday for weekly recurring events.
12587 Check whether date has been parsed for ordinary events.
12588 Make weekly events start in the year 2000.
12589 DTEND is non-inclusive, shift end date by one day if
12590 necessary (not for entries that have date and time).
12591 Rename local let variables: oops -> found-error, datestring ->
12592 startdatestring.
12593
12594 2004-11-02 Kim F. Storm <storm@cua.dk>
12595
12596 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12597 keep-mode-if-same variable. Add it as optional arg instead.
12598 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12599
12600 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12601 substitute-command-keys will select lower-case bindings like those
12602 used in the static help texts.
12603
12604 * descr-text.el (describe-text-properties): Don't err if called in
12605 the *Help* buffer; output to *Help-2* buffer instead.
12606
12607 * kmacro.el (group kmacro): Add :version.
12608 (kmacro-keyboard-quit): New function to cleanup on C-g.
12609 (kmacro-start-macro): Set defining-kbd-macro to append when
12610 appending to last macro.
12611
12612 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12613
12614 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12615
12616 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12617 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12618 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12619 Add :version keyword.
12620
12621 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12622
12623 * progmodes/flymake.el (flymake-err-line-patterns):
12624 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12625 `compilation-error-regexp-alist-alist' to internal Flymake format.
12626
12627 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12628
12629 2004-11-01 Jay Belanger <belanger@truman.edu>
12630
12631 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12632 with `interactive "s"'.
12633
12634 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12635
12636 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12637 Revert change from 2004-10-16. '*' checks the current buffer, but the
12638 mouse click may be in another buffer.
12639
12640 2004-11-01 John Paul Wallington <jpw@gnu.org>
12641
12642 * files.el (large-file-warning-threshold): Add :version keyword.
12643 (kill-some-buffers): Doc fix.
12644
12645 * thumbs.el (group thumbs): Add :version keyword.
12646
12647 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12648
12649 2004-11-01 Richard M. Stallman <rms@gnu.org>
12650
12651 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12652
12653 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12654
12655 * allout.el (allout group): Add :version.
12656 (allout-init): Don't use interactive-p.
12657 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12658 (allout-forward-current-level, allout-backward-current-level):
12659 Don't use interactive-p.
12660
12661 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12662 (bibtex-find-text): Likewise.
12663
12664 * progmodes/vhdl-mode.el (vhdl-fill-region)
12665 (vhdl-beginning-of-statement): Don't use interactive-p.
12666
12667 * progmodes/idlwave.el (idlwave-update-routine-info):
12668 Don't use interactive-p.
12669
12670 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12671 Don't use interactive-p.
12672
12673 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12674 Don't use interactive-p.
12675
12676 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12677 Don't use interactive-p.
12678
12679 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12680 (fortune-in-buffer): Doc fix.
12681
12682 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12683
12684 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12685 don't select the temporary buffer.
12686 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12687 (eudc-get-phone): Likewise.
12688
12689 2004-11-01 Kim F. Storm <storm@cua.dk>
12690
12691 * man.el (Man-xref-normal-file): Fix help-echo.
12692
12693 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * reveal.el (reveal-last-tick): New var.
12696 (reveal-post-command): Use it to avoid closing overlays when we're
12697 appending text to them.
12698
12699 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12700
12701 * textmodes/bibtex.el: Require button.
12702 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12703 (bibtex-reference-keys): Distinguish between header keys and
12704 crossref keys.
12705 (bibtex-beginning-of-field): New function.
12706 (bibtex-url-map): Remove.
12707 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12708 (bibtex-font-lock-url-regexp): Assume that field names begin at
12709 the beginning of a line.
12710 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12711 Remove field delimiters. Use bibtex-beginning-of-field.
12712 Bugfix, point can be inside a field with a url.
12713 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12714 New functions.
12715 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12716 (bibtex-key-in-head): Simplify.
12717 (bibtex-current-line): Use bolp.
12718 (bibtex-parse-keys): Remove unused arg `add'.
12719 Use bibtex-type-in-head and bibtex-key-in-head.
12720 (bibtex-parse-entry, bibtex-autofill-entry):
12721 Use bibtex-type-in-head and bibtex-key-in-head.
12722 (bibtex-autokey-get-field): Do not alter case of replacement text.
12723 (bibtex-autokey-get-names): Do all processing of name list.
12724 (bibtex-autokey-get-year): New function.
12725 (bibtex-autokey-get-title): Do all processing of title words.
12726 (bibtex-generate-autokey): Simplify.
12727 (bibtex-string-files-init): Use default-directory.
12728 Allow for absolute file names in bibtex-string-files.
12729 (bibtex-files, bibtex-file-path): New variables.
12730 (bibtex-files-expand): New function.
12731 (bibtex-find-entry-globally): New command.
12732 (bibtex-summary-function): New variable.
12733 (bibtex-summary): Default value of bibtex-summary-function.
12734 (bibtex-find-crossref): New optional args pnt and split.
12735 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12736 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12737 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12738 Fix handling of required and alternative fields.
12739 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12740 Use cons and display-buffer.
12741 (bibtex-validate-globally): New command.
12742 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12743 bibtex-parse-keys and bibtex-parse-strings for updating
12744 bibtex-reference-keys and bibtex-strings.
12745 (bibtex-realign): Remove blank lines past the last entry.
12746 (bibtex-reformat): Use bibtex-entry-format as default.
12747 (bibtex-choose-completion-string): Remove.
12748 (bibtex-complete): Do not use bibtex-choose-completion-string.
12749 (bibtex-url): Simplify.
12750
12751 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12752
12753 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12754 (x-dnd-types-alist, x-dnd-open-file-other-window)
12755 (x-dnd-known-types): Add :version.
12756
12757 2004-10-31 John Paul Wallington <jpw@gnu.org>
12758
12759 * ibuffer.el (group ibuffer): Add :version keyword.
12760
12761 2004-10-31 Kim F. Storm <storm@cua.dk>
12762
12763 * ido.el (group ido): Add :version keyword.
12764 (ido-mode): Remove :version keyword.
12765
12766 * emulation/cua-base.el (group cua): Add :version keyword.
12767 (cua-mode): Remove :version keyword.
12768
12769 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12770
12771 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12772
12773 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12774 compiler warning.
12775 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12776 function.
12777 (help-at-pt-display-when-idle): Remove autoload.
12778
12779 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12780
12781 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12782
12783 2004-10-30 Juri Linkov <juri@jurta.org>
12784
12785 * help.el (function-called-at-point):
12786 * help-fns.el (variable-at-point): Read -> intern.
12787
12788 2004-10-30 Simon Josefsson <jas@extundo.com>
12789
12790 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12791 Recognize AS_* too.
12792
12793 2004-10-29 Simon Josefsson <jas@extundo.com>
12794
12795 * subr.el (read-passwd): Move back from password.el.
12796
12797 * password.el: Remove, not ready yet.
12798
12799 2004-10-29 Andreas Schwab <schwab@suse.de>
12800
12801 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12802
12803 2004-10-29 Sam Steingold <sds@gnu.org>
12804
12805 * mouse.el (mouse-show-mark): Replace the last occurrence of
12806 x-lost-selection-hooks with x-lost-selection-functions.
12807
12808 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12809
12810 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12811 x-lost-selection-functions is bound.
12812
12813 * mouse-sel.el (mouse-sel-mode):
12814 * emacs-lisp/lselect.el: Adjust to new names for
12815 x-(lost|sent)-selection-functions.
12816
12817 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12818 New obsolete aliases of x-lost-selection-functions and
12819 x-sent-selection-functions.
12820
12821 2004-10-28 Kim F. Storm <storm@cua.dk>
12822
12823 * imenu.el (imenu-scanning-message): Remove.
12824 (imenu-progress-message): Make it a no-op.
12825
12826 2004-10-28 John Paul Wallington <jpw@gnu.org>
12827
12828 * files.el (set-auto-mode): Call `throw' correctly.
12829
12830 2004-10-28 Juri Linkov <juri@jurta.org>
12831
12832 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12833 to search `Info-...' commands in `info' manual.
12834 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12835 Add 'info-file "emacs" property.
12836 (Info-find-emacs-command-nodes): Fix index line number regexp.
12837 Set real line number (instead of fake 0) in first element of the
12838 returned list.
12839 (Info-goto-emacs-command-node): Use line number of first element
12840 to set point in the first found Info node.
12841
12842 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12843 code to `grep-mode-font-lock-keywords'.
12844 (grep-mode-font-lock-keywords): Delete grep markers instead
12845 of making them invisible.
12846
12847 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12848
12849 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12850 and x-server-version in bug report.
12851
12852 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12853
12854 * files.el (set-auto-mode-0): New function.
12855 (set-auto-mode): Use it to handle aliased modes and to
12856 be consistent between C-x C-f and C-x C-w.
12857
12858 2004-10-28 Kenichi Handa <handa@m17n.org>
12859
12860 * international/utf-8.el (utf-translate-cjk-charsets):
12861 Add katakana-jisx0201.
12862
12863 * international/subst-jis.el: Add data for JISX0201.
12864
12865 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12866
12867 * obsolete/hilit19.el (hilit-mode): New function.
12868 Move all the toplevel side-effecting stuff into it, so that loading
12869 hilit19 doesn't mess everything up any more.
12870
12871 2004-10-27 Richard M. Stallman <rms@gnu.org>
12872
12873 * add-log.el (add-change-log-entry): Set up mailing address
12874 and full name later, and don't alter add-log-mailing-address
12875 or add-log-full-name.
12876
12877 * elide-head.el (elide-head): Change error to message.
12878 (elide-head-show): Likewise.
12879
12880 * apropos.el (apropos-macrop): Doc fix.
12881
12882 * mouse.el (mouse-show-mark): Do most processing the same
12883 regardless of transient-mark-mode.
12884
12885 * shadowfile.el (shadow-copy-files): Use interactive-p
12886 only to control whether to print a message.
12887
12888 * tar-mode.el (tar-mode): Use write-contents-functions,
12889 not write-contents-hooks.
12890
12891 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12892 directory-sep-char.
12893
12894 2004-10-27 Richard M. Stallman <rms@gnu.org>
12895
12896 * strokes.el (strokes-unload-hook): Fix previous change.
12897
12898 * type-break.el (type-break-run-at-time): Always use run-at-time;
12899 forget the alternatives.
12900 (type-break-cancel-function-timers): Always use cancel-function-timers;
12901 forget the alternatives.
12902
12903 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12904
12905 2004-10-27 Kenichi Handa <handa@m17n.org>
12906
12907 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12908
12909 * international/subst-gb2312.el: Likewise.
12910
12911 * international/subst-big5.el: Likewise.
12912
12913 * international/subst-ksc.el: Likewise.
12914
12915 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12916 New variable.
12917 (utf-translate-cjk-set-unicode-range): New function.
12918 (utf-translate-cjk-unicode-range): Make it customizable.
12919 (utf-8-post-read-conversion):
12920 Use utf-translate-cjk-unicode-range-string.
12921 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12922 Unicode ranges.
12923
12924 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12925
12926 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12927 trivial variants to shorten the list.
12928 (xml-based-modes): New var.
12929 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12930 declaration higher priority than auto-mode-alist.
12931
12932 * find-file.el (cc-other-file-alist): Bring it in line with
12933 cc-mode's auto-mode-alist entries and use \' instead of $.
12934
12935 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12936 and add "Id" and "Name" submenus to it.
12937
12938 * imenu.el (imenu--generic-function): Skip matches in comments.
12939
12940 2004-10-26 Jay Belanger <belanger@truman.edu>
12941
12942 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12943 (full-calc-keypad, calc-trail-display): Use an extra argument
12944 instead of `interactive-p'.
12945
12946 * calc/calc-misc.el (calc-other-window): Use an extra argument
12947 instead of `interactive-p'.
12948
12949 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12950 `interactive-p'.
12951
12952 2004-10-26 Kim F. Storm <storm@cua.dk>
12953
12954 * help.el (describe-key): Describe both down-event and up-event
12955 for a mouse click.
12956
12957 2004-10-26 Richard M. Stallman <rms@gnu.org>
12958
12959 * woman.el (woman): Don't call interactive-p.
12960
12961 * pcomplete.el (pcomplete): Instead of interactive-p,
12962 use an arg set non-nil by the interactive spec.
12963
12964 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12965 use an arg set non-nil by the interactive spec.
12966
12967 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12968 use an arg set non-nil by the interactive spec.
12969
12970 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12971
12972 * progmodes/flymake.el (flymake-split-string):
12973 Use `flymake-split-string-remove-empty-edges' in any case.
12974
12975 2004-10-26 Masatake YAMATO <jet@gyve.org>
12976
12977 * progmodes/flymake.el (flymake-err-line-patterns):
12978 Use `compilation-error-regexp-alist-alist' instead of
12979 `compilation-error-regexp-alist'.
12980
12981 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12982
12983 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12984 verbatim face on the \ of \end{verbatim}.
12985
12986 2004-10-25 Jay Belanger <belanger@truman.edu>
12987
12988 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12989 erasing minibuffer.
12990
12991 2004-10-25 Simon Josefsson <jas@extundo.com>
12992
12993 * subr.el (read-passwd): Move to net/password.el.
12994
12995 * net/password.el (read-passwd): Add. Autoload it.
12996
12997 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12998
12999 * mouse-sel.el (mouse-sel-mode): Specify custom group.
13000
13001 * simple.el (process-file): Fix logic.
13002
13003 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13004
13005 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
13006 (increase-right-margin): Remove erroneous call to `interactive-p'.
13007
13008 2004-10-24 Kim F. Storm <storm@cua.dk>
13009
13010 * help.el (describe-mode): Fix 2004-10-13 change.
13011 Copy pure "Auto Fill" string so it can be propertized later
13012 without causing a read-only error.
13013
13014 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
13015
13016 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
13017 style indexes.
13018
13019 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
13020
13021 * simple.el (process-file): Accept nil for INFILE. Reported by
13022 Luc Teirlinck.
13023
13024 2004-10-24 Masatake YAMATO <jet@gyve.org>
13025
13026 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
13027 Handle periods and underscores in a function name.
13028 Remove the address fontification.
13029
13030 2004-10-24 Masatake YAMATO <jet@gyve.org>
13031
13032 * progmodes/asm-mode.el (asm-font-lock-keywords):
13033 Use font-lock-variable-name-face for registers.
13034
13035 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
13036
13037 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
13038 kill-all-local-variables.
13039 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
13040 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
13041 Use kill-all-local-variables and provide mode-hooks.
13042 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
13043 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
13044 Suggested by Masatake YAMATO <jet@gyve.org>.
13045
13046 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
13047
13048 * simple.el (process-file): New function, similar to call-process
13049 but supports file handlers.
13050 * vc.el (vc-do-command): Use it, instead of call-process.
13051 * net/tramp-vc.el (vc-do-command): Do not advise it if
13052 process-file is fboundp.
13053 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
13054 process-file.
13055 (tramp-handle-process-file): New function.
13056 (tramp-file-name-for-operation): Support process-file.
13057
13058 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
13059
13060 * calendar/icalendar.el (icalendar--weekday-array): New constant.
13061 (icalendar-weekdayabbrev-table)
13062 (icalendar-monthnumber-table): Delete.
13063 (icalendar--get-month-number): Use calendar-month-name-array.
13064 (icalendar--get-weekday-number): New function.
13065 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
13066 (icalendar-export-region): Handle multi-line entries.
13067 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
13068
13069 2004-10-23 John Paul Wallington <jpw@gnu.org>
13070
13071 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
13072 `wildcards' set to t in interactive spec.
13073
13074 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
13075 interactive spec rather than use `interactive-p'.
13076 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
13077 rather than use function `interactive-p'.
13078
13079 2004-10-22 Kenichi Handa <handa@m17n.org>
13080
13081 * international/mule.el (translate-region): Implement it in Lisp
13082 as a front end of translate-region-internal.
13083
13084 2004-10-21 Jay Belanger <belanger@truman.edu>
13085
13086 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
13087 Declare these variables with defvar.
13088
13089 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
13090 is bound, only check to see if it is bound.
13091
13092 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
13093
13094 * textmodes/tex-mode.el (tex-compilation-parse-errors):
13095 Don't output messages.
13096
13097 * calc/calc-help.el (calc-describe-bindings): Fix last change.
13098
13099 2004-10-21 John Paul Wallington <jpw@gnu.org>
13100
13101 * calc/calc-graph.el (calc-graph-init):
13102 Use `set-process-query-on-exit-flag'.
13103
13104 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
13105
13106 * progmodes/compile.el (compilation-start): Rely on `cd' to get
13107 dir right and also allow argumentless cd.
13108
13109 2004-10-19 Richard M. Stallman <rms@gnu.org>
13110
13111 * textmodes/flyspell.el (flyspell-mode): Doc fix.
13112
13113 * eshell/em-unix.el (eshell-grep):
13114 Don't bind compilation-process-setup-function.
13115
13116 * comint.el (comint-insert-input): Use @ in `interactive'.
13117 (comint-input-filter-functions): Doc fix.
13118 (comint-kill-whole-line, comint-get-source): Doc fix.
13119
13120 * progmodes/compile.el (compilation-setup):
13121 Don't set buffer-read-only if MINOR is non-nil.
13122
13123 2004-10-19 Jay Belanger <belanger@truman.edu>
13124
13125 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13126 (calc-emacs-type-gnu19): Remove.
13127 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13128 Remove check for old emacs versions.
13129
13130 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13131 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13132 for current Emacs.
13133
13134 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13135 the end of the minibuffer.
13136 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13137 copy `esc-map'.
13138
13139 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13140
13141 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13142 call that would be given when the current emacs was used.
13143
13144 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13145
13146 * calendar/icalendar.el: Set coding to utf-8.
13147 (icalendar-version): Increase to 0.07.
13148 (icalendar-monthnumber-table): Change March pattern.
13149 (icalendar-get-all-event-properties)
13150 (icalendar-set-event-property): Delete.
13151 (icalendar-all-events): No longer interactive.
13152 (icalendar-convert-diary-to-ical)
13153 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13154 their replacements.
13155 (icalendar-export-file, icalendar-export-region): New functions;
13156 essentially old `icalendar-convert-diary-to-ical' but appending to
13157 target rather than overwriting.
13158 (icalendar-import-file): Append to target file rather than
13159 overwriting. Fourth arg deleted.
13160 (icalendar-import-buffer): New name for old
13161 `icalendar-extract-ical-from-buffer'.
13162 (icalendar--convert-string-for-import): New name for
13163 old `icalendar-convert-for-import'.
13164 (include-icalendar-files): Delete.
13165 Prefix for all internal functions changed from `icalendar-'
13166 to `icalendar--'.
13167
13168 2004-10-19 Richard M. Stallman <rms@gnu.org>
13169
13170 * paths.el (news-path): Fix previous change.
13171
13172 2004-10-18 Jay Belanger <belanger@truman.edu>
13173
13174 * calc/calc-help.el (calc-describe-bindings):
13175 Set `buffer-read-only' to nil while working in the keybindings buffer;
13176 remove some extra information from the keybindings buffer.
13177
13178 2004-10-18 David Ponce <david@dponce.com>
13179
13180 * mouse.el (mouse-drag-move-window-top): New function.
13181 (mouse-drag-mode-line-1): Use it.
13182
13183 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13184
13185 * info.el (Info-fontify-node): For multiline refs,
13186 arrange to unfontify newline and surrounding whitespace.
13187
13188 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13189
13190 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13191 directory is missing.
13192
13193 2004-10-17 John Paul Wallington <jpw@gnu.org>
13194
13195 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13196 New customizable variable; whether to display buffers that match
13197 `ibuffer-maybe-show-predicates' by default.
13198 (ibuffer-maybe-show-predicates): Mention it in docstring.
13199 (ibuffer-display-maybe-show-predicates): New variable.
13200 (ibuffer-update): Prefix arg now toggles whether buffers that
13201 match `ibuffer-maybe-show-predicates' should be displayed.
13202 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13203 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13204 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13205
13206 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13207
13208 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13209 work correctly.
13210
13211 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13212
13213 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13214 (Buffer-menu-beginning): New helper function.
13215 (Buffer-menu-execute): Use it.
13216 (Buffer-menu-select): Use it.
13217 (Buffer-menu-sort): Use it and also keep markers.
13218
13219 2004-10-17 Richard M. Stallman <rms@gnu.org>
13220
13221 * paths.el (news-directory): Rename from news-path. Old name alias.
13222 (rmail-spool-directory): Use defvar.
13223 (sendmail-program): Use defcustom.
13224 (remote-shell-program): Use defcustom.
13225 (term-file-prefix): Use defvar.
13226 (abbrev-file-name): Use defvar.
13227
13228 * term.el: Add maintainer.
13229
13230 * subr.el (with-local-quit): Return nil if there's a quit.
13231 (read-passwd): Use with-local-quit. Doc fix.
13232
13233 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13234 (strokes-unload-hook): Set as a variable with add-hook.
13235
13236 * startup.el (fancy-splash-tail, normal-splash-screen):
13237 Update copyright year.
13238
13239 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13240
13241 * server.el (server-unload-hook): Set as a variable with add-hook.
13242
13243 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13244
13245 * frame.el (special-display-popup-frame):
13246 Make the buffer current as its frame is created.
13247
13248 * delsel.el (delsel-unload-hook): Set as a variable.
13249
13250 * comint.el (comint-output-filter-functions):
13251 Add comint-watch-for-password-prompt.
13252 (comint-read-noecho): Function deleted.
13253 (send-invisible): Use read-passwd.
13254
13255 * fringe.el (fringe-mode-initialize): New function.
13256 (fringe-mode): Use fringe-mode-initialize as :initialize.
13257
13258 2004-10-17 Kim F. Storm <storm@cua.dk>
13259
13260 * language/indian.el (indian-script-language-alist): Swap value and doc.
13261 (indian-font-char-index-table): Doc fix.
13262
13263 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13264
13265 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13266
13267 2004-10-16 Juri Linkov <juri@jurta.org>
13268
13269 * progmodes/compile.el (compilation-start): Move let-binding of
13270 `process-environment' into `with-current-buffer' body.
13271 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13272
13273 2004-10-16 Richard M. Stallman <rms@gnu.org>
13274
13275 * pcvs-util.el (cvs-bury-buffer):
13276 Don't call get-buffer-window for effect.
13277
13278 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13279
13280 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13281
13282 * msb.el (msb-unload-hook): Set the variable.
13283
13284 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13285 Use * to err if buffer is readonly.
13286
13287 * subr.el (looking-back): Return only t or nil.
13288
13289 * whitespace.el (whitespace-unload-hook): Set the variable.
13290
13291 * view.el (view-mode-enable): Set view-page-size and
13292 view-half-page-size to nil.
13293 (view-set-half-page-size-default): view-half-page-size = nil
13294 means the default.
13295 (View-scroll-page-forward): Use view-page-size-default.
13296 (View-scroll-page-backward): Likewise.
13297 (view-page-size, view-half-page-size): Doc fixes.
13298
13299 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13300
13301 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13302
13303 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13304 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13305 (byte-compile-log-1): Bind inhibit-read-only.
13306 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13307 (byte-compile-log-warning): Likewise.
13308 (byte-compile-file-form-require): Detect "cl" from the arg value.
13309
13310 * progmodes/compile.el (compilation-start): Assume compilation-mode
13311 will make the buffer read-only.
13312 (compilation-mode): Take arg name-of-mode.
13313 (compilation-setup): Make buffer read-only.
13314 (compilation-handle-exit): Bind inhibit-read-only.
13315
13316 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13317 (ispell-message): Likewise.
13318 (ispell-show-choices): Don't call get-buffer-window uselessly.
13319 (ispell-init-process): Use set-process-query-on-exit-flag.
13320
13321 2004-10-16 Kim F. Storm <storm@cua.dk>
13322
13323 * fringe.el (fringe-bitmaps): Only initialize when defined.
13324
13325 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13326 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13327
13328 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13329
13330 2004-10-15 Simon Josefsson <jas@extundo.com>
13331
13332 * net/password.el: Add.
13333
13334 2004-10-14 Masatake YAMATO <jet@gyve.org>
13335
13336 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13337 (gdb-script-end-of-defun): New function.
13338 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13339 `gdb-script-end-of-defun' as *-of-defun-function.
13340
13341 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13342
13343 * button.el (button-activate): Allow a marker to display as an action.
13344
13345 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13346
13347 * help.el (describe-mode): Use it to make minor mode list into
13348 hyperlinks.
13349
13350 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13351
13352 * vc.el (vc-annotate-display-select): Fix typo.
13353
13354 * subr.el (substitute-key-definition-key): New function.
13355 (substitute-key-definition): Use it with map-keymap.
13356 (event-modifiers): Use push.
13357 (mouse-movement-p, with-temp-buffer): Simplify.
13358
13359 2004-10-12 Jay Belanger <belanger@truman.edu>
13360
13361 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13362 New variables.
13363 (calc-help-index-entries): New function.
13364 (calc-describe-function): Use `calc-help-function-list' instead of
13365 obarray for completion.
13366 (calc-describe-variable): Use `calc-help-variable-list' instead
13367 of obarray for completion.
13368
13369 2004-10-12 Richard M. Stallman <rms@gnu.org>
13370
13371 * info-look.el (info-lookup-file): Add info-file property.
13372 (info-lookup-symbol): Likewise.
13373
13374 * info.el (info-xref): Add underlining.
13375 (info): Add info-file property.
13376 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13377
13378 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13379
13380 Sync with Tramp 2.0.45.
13381
13382 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13383 defined. This is not the case for XEmacs without package "edebug".
13384 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13385 remote files to the permissions of the original file. This is not
13386 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13387 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13388 (tramp-perl-decode): Fix an error in Perl implementation.
13389 $pending must be cleared every loop. Reported by Benjamin Place
13390 <benjaminplace@sprintmail.com>
13391
13392 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13393 Don't activate advice during definition. This is done later on,
13394 depending on test result of `substitute-in-file-name'.
13395 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13396
13397 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13398
13399 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13400
13401 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13402
13403 2004-10-12 David Ponce <david@dponce.com>
13404
13405 * recentf.el (recentf-edit-list): Update the menu when the recentf
13406 list has been modified.
13407
13408 2004-10-12 Simon Josefsson <jas@extundo.com>
13409
13410 * net/tls.el (tls-certtool-program): New variable.
13411 (tls-certificate-information): New function, based on
13412 ssl-certificate-information.
13413
13414 2004-10-12 Kenichi Handa <handa@m17n.org>
13415
13416 * international/mule.el (coding-system-equal): Move from mule-util.el.
13417
13418 * international/mule-util.el (coding-system-equal): Move to mule.el.
13419
13420 2004-10-12 Kim F. Storm <storm@cua.dk>
13421
13422 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13423 reset kmacro-initial-counter-value if set.
13424 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13425 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13426 (kmacro-display): Show macro counter if non-zero.
13427
13428 * subr.el (substitute-key-definition): Mention command remapping
13429 in doc string.
13430
13431 2004-10-11 Jay Belanger <belanger@truman.edu>
13432
13433 * calc/calc-misc.el (calc-info-goto-node): New function.
13434 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13435 node in one step.
13436 (calc-describe-copying, calc-describe-distribution)
13437 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13438 Go to appropriate info node in one step.
13439
13440 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13441
13442 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13443
13444 * font-lock.el (font-lock-apply-highlight): Fix last change.
13445
13446 2004-10-11 Simon Josefsson <jas@extundo.com>
13447
13448 * mail/smtpmail.el (smtpmail-open-stream): Look for
13449 starttls-gnutls-program instead of starttls-program iff
13450 starttls-use-gnutls is non-nil.
13451 (smtpmail-open-stream): Don't overwrite user settings of
13452 starttls-extra-arguments and starttls-extra-args.
13453
13454 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13455
13456 * comint.el (comint-mouse-insert-input): Remove.
13457 (comint-insert-input): Make it work for mouse bindings.
13458 (comint-mode-map): Move defs into the declaration.
13459 (comint-output-filter): Typo.
13460
13461 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13462
13463 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13464
13465 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13466 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13467 ange-ftp-remote-shell.
13468
13469 2004-10-10 Andreas Schwab <schwab@suse.de>
13470
13471 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13472 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13473 Reported by <sri@asu.edu>.
13474
13475 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13476
13477 * vc.el (vc-annotate-mode): Remove variable.
13478 (vc-annotate-display-select): Only call vc-annotate-mode
13479 if we're not in that mode already.
13480
13481 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13482
13483 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13484 (imenu-choose-buffer-index): Check here for rescan instead.
13485
13486 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13487 where the face expression evals to nil.
13488
13489 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13490 (tex-font-lock-keywords-2): Use it.
13491 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13492
13493 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13494
13495 2004-10-09 Kim F. Storm <storm@cua.dk>
13496
13497 * subr.el (progress-reporter-update): Define before first usage.
13498 (make-progress-reporter): Doc fix.
13499
13500 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13501
13502 * textmodes/paragraphs.el (sentence-end-double-space)
13503 (sentence-end-without-period, sentence-end-without-space)
13504 (sentence-end): Doc fixes.
13505
13506 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13507
13508 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13509 Change paragraph-start regexp so we don't fill code starting with #'(.
13510
13511 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13512
13513 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13514 New defcustom.
13515 (extract-address-components): Use it.
13516
13517 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13518
13519 * subr.el (make-progress-reporter, progress-reporter-update)
13520 (progress-reporter-force-update, progress-reporter-do-update)
13521 (progress-reporter-done): New functions.
13522
13523 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13524
13525 * progmodes/etags.el (etags-tags-completion-table): Use progress
13526 reporter.
13527 (etags-tags-apropos): Likewise.
13528
13529 2004-10-08 Alan Mackenzie <acm@muc.de>
13530
13531 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13532 of current line.
13533
13534 2004-10-08 Masatake YAMATO <jet@gyve.org>
13535
13536 * server.el (server-process-filter): Wrap `process-send-region'
13537 by `condition-case' to guard the case when the pipe to PROC is closed.
13538
13539 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13540
13541 * xml.el (xml-substitute-special): Limit handling of external entities.
13542
13543 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13544
13545 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13546
13547 2004-10-06 John Paul Wallington <jpw@gnu.org>
13548
13549 * xml.el (xml-parse-dtd): Fix `error' call.
13550
13551 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13552
13553 * xml.el (xml-substitute-special): Return a single string instead
13554 of a list of strings if an entity substitution is made.
13555
13556 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13557
13558 * calendar/icalendar.el: New file.
13559
13560 2004-10-05 Juri Linkov <juri@jurta.org>
13561
13562 * isearch.el (isearch-done): Set mark after running hook.
13563 Reported by Drew Adams <drew.adams@oracle.com>.
13564
13565 * info.el (Info-history, Info-toc): Fix Info headers.
13566 (Info-toc): Narrow buffer before Info-fontify-node.
13567 (Info-build-toc): Don't check for special Info file names.
13568 Set main-file to nil if Info-find-file returns a symbol.
13569
13570 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13571
13572 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13573 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13574 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13575
13576 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13577
13578 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13579 for old interactive spec from calendar-goto-iso-date.
13580 (calendar-goto-iso-date): Use it.
13581 (calendar-goto-iso-week): New function. Suggested by Emilio
13582 C. Lopes <eclig@gmx.net>.
13583
13584 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13585
13586 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13587 `set-right-margin' bindings that follow the minor mode conventions.
13588
13589 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13590
13591 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13592 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13593 (latex-block-args-alist): Add minipage and picture.
13594 (latex-block-body-alist): Use reftex-label if enabled.
13595 (latex-insert-block): Don't insert a \n if not necessary.
13596 (tex-compile-commands): Make sure dvips doesn't send to printer.
13597 (tex-compile-default): Handle the case where no executable is found.
13598 (latex-noindent-environments): New var.
13599 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13600 If tex-indent-allhanging is non-nil, make sure we only align for macros
13601 at beginning of line.
13602
13603 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13604
13605 * newcomment.el (comment-beginning): Doc fix and don't choke on
13606 unset `comment-end-skip' when at beginning of comment.
13607
13608 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13609
13610 * term.el (term-adjust-current-row-cache): Don't allow the current
13611 row to become negative.
13612 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13613 the end of the line. Fix scroll down. Add comments.
13614 (term-handle-ansi-escape): Don't exceed terminal width when moving
13615 right.
13616 (term-scroll-region): Move the cursor after setting the scroll region.
13617
13618 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13619
13620 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13621 to `width' for consistency with docstring. Doc fix.
13622
13623 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13624
13625 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13626 This is necessary for derived modes.
13627
13628 2004-09-30 Kim F. Storm <storm@cua.dk>
13629
13630 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13631 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13632
13633 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13634 kmacro-extract-lambda functions.
13635 (edit-kbd-macro): Handle kmacro lambda forms.
13636 Include counter and counter format in edit buffer.
13637 (edmacro-finish-edit): Get counter and format from edit buffer and
13638 update kmacro bindings when found.
13639
13640 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13641
13642 * textmodes/paragraphs.el (forward-paragraph):
13643 Avoid args-out-of-range error when point winds up at the beginning of
13644 the buffer and hard newlines are enabled.
13645
13646 * newcomment.el (comment-multi-line): Doc fix.
13647
13648 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13649
13650 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13651 (diff-fixup-modifs): Catch unified-diff file-headers.
13652
13653 2004-09-29 Kim F. Storm <storm@cua.dk>
13654
13655 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13656 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13657 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13658
13659 * fringe.el (fringe-bitmap-p): New macro.
13660 (fringe-bitmaps): Add standard fringe bitmaps on load.
13661
13662 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13663
13664 * dired.el (dired-view-command-alist): Use more efficient regexps.
13665 Remove dubious arguments.
13666 (dired-align-file): New function.
13667 (dired-insert-directory): Use it.
13668 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13669 (dired-buffers-for-dir): Remove unused var `pattern'.
13670
13671 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13672
13673 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13674 from diary display excursion. Store diary buffer's point for
13675 `simple-diary-display'.
13676 (simple-diary-display): Set window point and start when
13677 displaying buffer, to preserve point.
13678
13679 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13680
13681 * textmodes/enriched.el (enriched-translations): Replace defconst
13682 with defvar.
13683
13684 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13685
13686 * printing.el: Doc fix.
13687 (pr-version): New version number (6.8.1).
13688 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13689 make-temp-name.
13690 (pr-delete-file): Check if file exists before deleting it.
13691 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13692
13693 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13694
13695 * term.el (term-display-table): New variable.
13696 (term-mode): Use it.
13697 (term-exec-1): Set the coding system to binary.
13698 (term-emulate-terminal): Decode the string before inserting it.
13699
13700 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13701
13702 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13703 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13704 (map): Bind S-prior, S-next and S-insert.
13705 (term-mode): Set `indent-tabs-mode' to nil.
13706 (term-paste): New function to be bound to S-insert.
13707 (term-send-del, term-send-backspace): Change the strings sent.
13708 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13709 (term-handle-colors-array): Fix handling of underline and reverse.
13710 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13711 (term-erase-in-line): Fix comparison.
13712 (term-emulate-terminal): Fix line wrap handling.
13713 (term-start-output-log): Rename from `term-set-output-log'.
13714 (term-stop-output-log): Rename from `term-stop-photo'.
13715 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13716
13717 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13718
13719 * dired.el (dired-move-to-filename): Don't output a message if
13720 raise-error is non-nil. Fix return position and value.
13721
13722 * files.el (insert-directory): Obey --dired even with symlinks.
13723
13724 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13725
13726 * ls-lisp.el (ls-lisp-format): Mark file names with property
13727 dired-filename.
13728
13729 2004-09-25 Kim F. Storm <storm@cua.dk>
13730
13731 * ido.el (ido-max-directory-size): New defcustom.
13732 (ido-decorations): Add "too big" element.
13733 (ido-directory-too-big): New dynamic var.
13734 (ido-may-cache-directory): Don't cache big directories.
13735 (ido-directory-too-big-p): New defun.
13736 (ido-set-current-directory): Update ido-directory-too-big.
13737 (ido-read-internal): Make empty ido-cur-item if too-big.
13738 (ido-buffer-internal): Use ido-read-internal directly instead of
13739 ido-read-buffer.
13740 (ido-file-internal): Init ido-directory-too-big.
13741 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13742 and redo completion with full list.
13743 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13744 it, and show completions.
13745 (ido-all-completions): Let bind ido-directory-too-big to nil.
13746 (ido-exhibit): Handle ido-directory-too-big.
13747 (ido-read-buffer): Handle fallback to read-buffer.
13748 Init ido-directory-too-big.
13749 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13750 Init ido-directory-too-big.
13751
13752 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13753
13754 * subr.el (delay-mode-hooks): Doc fix.
13755
13756 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13757
13758 * textmodes/enriched.el
13759 (enriched-default-text-properties-local-flag): New variable.
13760 (enriched-mode): Make sure that enabling and disabling the mode is
13761 a no-op. Doc fix.
13762
13763 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13764
13765 * calendar/holidays.el (holiday-advent): Report on a specified day
13766 offset from advent, not just advent.
13767 (holiday-easter-etc): Report on one specified day offset from
13768 easter, not all easter holidays. Various Easter holidays moved to
13769 `christian-holidays' variable in calendar.el.
13770 * calendar/calendar.el (christian-holidays): Adapt for new
13771 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13772
13773 2004-09-23 Kim F. Storm <storm@cua.dk>
13774
13775 * image.el (insert-sliced-image): Add doc string.
13776
13777 * ido.el (ido-choice-list): New dynamic var for `list' context.
13778 (ido-context-switch-command): New dynamic var.
13779 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13780 (ido-read-internal): Handle new `list' context.
13781 Handle insert-buffer and insert-file ido-exit values.
13782 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13783 ido-context-switch-command. Handle insert-file ido-exit value.
13784 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13785 unless it is already bound by caller.
13786 (ido-file-internal): New arg switch-cmd. Use it to setup
13787 ido-context-switch-command. Handle insert-buffer ido-exit value.
13788 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13789 used for context switching.
13790 (ido-all-completions): Handle new `list' context.
13791 (ido-make-choice-list): Return choices for `list' context.
13792 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13793 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13794 (ido-insert-buffer, ido-insert-file): Setup context switching.
13795 (ido-exhibit): Handle `list' context.
13796 (ido-read-file-name): Disable context switching. Handle fallback.
13797 (ido-read-directory-name): Disable context switching.
13798 (ido-completing-read): New defun like completing-read. Setup and
13799 use new `list' context.
13800
13801 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13802
13803 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13804
13805 2004-09-21 Jay Belanger <belanger@truman.edu>
13806
13807 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13808 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13809 separate window.
13810
13811 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13812
13813 * subr.el (after-change-major-mode-hook): Doc fix.
13814
13815 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13816
13817 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13818 of ghostscript for monochrome PostScript file in Windows.
13819
13820 2004-09-21 Kenichi Handa <handa@m17n.org>
13821
13822 * descr-text.el (describe-char): Checking of quail activation fixed.
13823
13824 2004-09-21 Jay Belanger <belanger@truman.edu>
13825
13826 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13827
13828 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13829
13830 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13831 after the mode hooks instead of before. Doc fix.
13832
13833 2004-09-20 Jason Rumney <jasonr@gnu.org>
13834
13835 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13836 _emacs, but revert to .emacs if neither exists in home directory.
13837
13838 2004-09-20 John Paul Wallington <jpw@gnu.org>
13839
13840 * bindings.el (completion-ignored-extensions): Add .dfsl.
13841
13842 2004-09-20 Richard M. Stallman <rms@gnu.org>
13843
13844 * bindings.el (scroll-left): Make it disabled.
13845
13846 * files.el (enable-local-eval): Doc fix.
13847
13848 * indent.el (move-to-left-margin): Special case for minibuffer.
13849
13850 * term.el (term-emulate-terminal): Turn off undo for output.
13851 Use with-current-buffer and save-selected-window.
13852
13853 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13854
13855 * progmodes/make-mode.el (makefile-fill-paragraph):
13856 Don't insist on spaces when looking for comments. # is enough.
13857
13858 * files.el (hack-local-variables): Copy the variables list
13859 to another buffer, strip prefixes and suffixes there, then read.
13860 (enable-local-eval): Doc fix.
13861 (ignored-local-variables): Initialize to nil.
13862 (risky-local-variable-p): Don't check ignored-local-variables here.
13863 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13864
13865 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13866
13867 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13868 of = to "." (punctuation).
13869
13870 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13871
13872 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13873
13874 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13875
13876 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13877 (enriched-before-change-major-mode): New function.
13878 Add it to `change-major-mode-hook'.
13879 (enriched-after-change-major-mode): New function.
13880 Add it to `after-change-major-mode-hook'.
13881 (enriched-mode): Make it work correctly if called from
13882 `after-change-major-mode-hook'.
13883 No longer set `indent-line-function'.
13884
13885 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13886
13887 * subr.el (after-change-major-mode-hook): New variable.
13888 (run-mode-hooks): Implement it.
13889
13890 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13891
13892 * battery.el (battery-linux-proc-apm): Use string-to-number.
13893 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13894 Use dolist (and less indentation). Use erase-buffer.
13895 Pre-initialize `design-capacity', `warn', and `low'.
13896 (battery-format): Use replace-regexp-in-string.
13897
13898 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13899
13900 * battery.el: Delete superfluous empty lines.
13901 (battery-linux-proc-acpi): Attempt to gather information from all
13902 battery subdirectories regardless of their file name.
13903 (battery-linux-proc-apm): Replace all occurrences of
13904 battery-hex-to-int-2 with string-to-int (base 16).
13905 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13906 (battery-hex-map): Delete variable.
13907
13908 2004-09-18 John Paul Wallington <jpw@gnu.org>
13909
13910 * calc/calc-units.el (calc-quick-units): Fix overzealous
13911 s/or/unless/.
13912
13913 2004-09-17 Jay Belanger <belanger@truman.edu>
13914
13915 * calc/calc.el (calc-mode-var-list): Fix the value of
13916 `calc-matrix-brackets'.
13917
13918 2004-09-17 Romain Francoise <romain@orebokech.com>
13919
13920 * ibuf-ext.el (define-ibuffer-filter filename):
13921 Expand dired-directory since buffer-file-name is absolute.
13922
13923 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13924
13925 * ediff-init.el (ediff-current-diff-face-A)
13926 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13927 (ediff-current-diff-face-Ancestor)
13928 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13929 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13930 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13931 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13932 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13933 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13934 Use min-colors.
13935
13936 * term.el (term-down): Perform vertical motion if DOWN is negative.
13937 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13938 (term-termcap-format): Synchronize with the eterm terminfo entry
13939 in etc/e/eterm.ti.
13940 (term-handle-colors-array): If the current foreground or
13941 background are zero (i.e. unspecified), use the foreground and
13942 background of the default face for reverse video.
13943 (term-ansi-at-eval-string, term-ansi-default-fg)
13944 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13945 (term-mem): Delete unused function.
13946 (term-protocol-version): Increment.
13947 (term-current-face): Set to default.
13948
13949 2004-09-15 Jay Belanger <belanger@truman.edu>
13950
13951 * calc/calc.el (calc-mode-var-list): Define this variable.
13952 (calc-always-load-extensions, calc-line-numbering)
13953 (calc-line-breaking, calc-display-just, calc-display-origin)
13954 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13955 (calc-group-char, calc-point-char, calc-frac-format)
13956 (calc-prefer-frac, calc-hms-format, calc-date-format)
13957 (calc-float-format, calc-full-float-format, calc-complex-format)
13958 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13959 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13960 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13961 (calc-matrix-brackets, calc-language, calc-language-option)
13962 (calc-left-label, calc-right-label, calc-word-size)
13963 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13964 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13965 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13966 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13967 (calc-window-height, calc-display-trail, calc-show-selections)
13968 (calc-use-selections, calc-assoc-selections)
13969 (calc-display-working-message, calc-auto-why, calc-timing)
13970 (calc-mode-save-mode, calc-standard-date-formats)
13971 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13972 (calc-user-parse-tables, calc-gnuplot-default-device)
13973 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13974 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13975 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13976 (calc-invocation-macro, calc-show-banner): Give these values as
13977 part of `calc-mode-var-list's initialization after the variables
13978 are declared with defvar.
13979 (calc-bug-address): Change email address to send bug reports to.
13980 Change the maintainer address at the top.
13981 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13982 than "\\.emacs" to determine if it is the user-init-file.
13983
13984 * calc/calc-embed.el (calc-embedded-set-modes): Use
13985 `calc-mode-var-list' correctly.
13986
13987 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13988
13989 * vc.el (annotate-time): Document point handling.
13990 (vc-annotate-display-autoscale): Doc fix.
13991
13992 2004-09-15 Miles Bader <miles@gnu.org>
13993
13994 * generic.el (generic-make-keywords-list): Use symbol rather than
13995 word anchors in regexp.
13996
13997 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13998
13999 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
14000 no file name consider `dired-directory'.
14001
14002 2004-09-14 Kim F. Storm <storm@cua.dk>
14003
14004 * faces.el (cursor): Add face-no-inherit property. Doc fix.
14005
14006 2004-09-14 Simon Josefsson <jas@extundo.com>
14007
14008 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
14009
14010 * textmodes/dns-mode.el: Add.
14011
14012 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
14013
14014 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
14015 (disabled-command-function): Make the ?\ char more obvious.
14016
14017 * vc-arch.el (vc-arch-root, vc-arch-registered):
14018 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
14019
14020 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
14021
14022 * windmove.el (windmove-frame-edges): Report coordinates of
14023 outside edges of frame, not inside edges.
14024 (windmove-coordinates-of-position): Convert into wrapper to new
14025 function `windmove-coordinates-of-window-position';
14026 `compute-motion' always applies to selected window.
14027 (windmove-coordinates-of-position): Update documentation to refer
14028 to Emacs 21 Lisp Reference Manual.
14029 (windmove-find-other-window): Fix off-by-one errors for max x,y.
14030
14031 2004-09-13 Kim F. Storm <storm@cua.dk>
14032
14033 * isearch.el (isearch-resume-in-command-history): Rename from
14034 isearch-resume-enabled and change default to nil.
14035
14036 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
14037
14038 * vc-hooks.el (vc-ignore-dir-regexp): New var.
14039 (vc-registered): Use it.
14040 (vc-find-root): New fun.
14041
14042 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
14043 Don't tell to use \\{...} when it's already done.
14044
14045 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
14046 Provide a sample complex default.
14047 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
14048 (bibtex-entry): Use mapc.
14049
14050 2004-09-12 Kim F. Storm <storm@cua.dk>
14051
14052 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
14053
14054 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
14055 inhibit-field-text-motion to t so rectangles work in comint buffers.
14056
14057 * simple.el (choose-completion-string): Set buffer before running
14058 choose-completion-string-functions hook so it can be buffer-local.
14059
14060 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
14061
14062 * progmodes/compile.el (compilation-start): Parse command to see
14063 if it starts with a cd, and if so perform it for the *compilation*
14064 buffer. Change the header to reflect this.
14065
14066 2004-09-11 Kim F. Storm <storm@cua.dk>
14067
14068 * ido.el (ido-enable-dot-prefix): Doc fix.
14069 (ido-enable-dot-prefix): New defcustom.
14070 (ido-set-matches1): Use it.
14071
14072 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
14073
14074 * textmodes/bibtex.el (bibtex-mark-active)
14075 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
14076
14077 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
14078
14079 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
14080 used in a case insensitive environment.
14081 (bibtex-mode-map): Rearrange order of menus.
14082 (bibtex-quoted-string-re): Obsolete.
14083 (bibtex-complete-key-cleanup): Variable replaced by new function.
14084 (bibtex-font-lock-keywords): Use backquotes.
14085 (bibtex-font-lock-url-regexp): New internal variable.
14086 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
14087 "OPT" and "ALT".
14088 (bibtex-insert-current-kill, bibtex-make-field)
14089 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
14090 (bibtex-parse-field-text): Simplify.
14091 (bibtex-string=): New helper function.
14092 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
14093 (bibtex-map-entries): Use bibtex-string=.
14094 (bibtex-search-entry): Use not.
14095 (bibtex-enclosing-field): Fix docstring.
14096 (bibtex-assoc-regexp): Obsolete.
14097 (bibtex-format-entry): Use assoc-string and bibtex-string=.
14098 (bibtex-autokey-get-names): Handle empty name field.
14099 (bibtex-parse-strings): Use assoc-string and unless.
14100 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
14101 Use assoc-string.
14102 (bibtex-pop): Simplify.
14103 (bibtex-mode): Set font-lock-extra-managed-props.
14104 (bibtex-entry-update): Use assoc-string.
14105 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
14106 (bibtex-autofill-entry): Use bibtex-string=.
14107 (bibtex-print-help-message): Simplify.
14108 (bibtex-find-entry): New optional arg START.
14109 (bibtex-validate): Use bibtex-string= and assoc-string.
14110 Do not call obsolete function compilation-parse-errors.
14111 (bibtex-remove-delimiters): Only remove delimiters if present.
14112 (bibtex-copy-entry-as-kill): Add docstring.
14113 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
14114 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14115 (bibtex-complete): Use bibtex-predefined-month-strings,
14116 bibtex-string=, and new function bibtex-complete-key-cleanup.
14117 (bibtex-generate-url-list): New variable.
14118 (bibtex-url): New command bound to C-c C-l and mouse-2.
14119 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14120 (bibtex-font-lock-url): New function.
14121
14122 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14123
14124 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14125
14126 2004-09-09 Kim F. Storm <storm@cua.dk>
14127
14128 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14129 counter and format with binding.
14130 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14131 the declared macro uses own macro counter and format. Give symbol
14132 kmacro property.
14133 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14134 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14135 (kmacro-end-and-call-macro): Doc fix.
14136
14137 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14138
14139 * desktop.el (desktop-clear-preserve-buffers):
14140 Remove make-obsolete-variable.
14141
14142 2004-09-08 Richard M. Stallman <rms@gnu.org>
14143
14144 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14145 with the buffer as argument.
14146
14147 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14148
14149 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14150
14151 2004-09-08 Juri Linkov <juri@jurta.org>
14152
14153 * replace.el (perform-replace): Use `query-replace-descr'.
14154
14155 * cus-start.el (history-delete-duplicates): Specify customization.
14156
14157 * diff-mode.el (diff-mode-map):
14158 * progmodes/compile.el (compilation-mode-map):
14159 * progmodes/grep.el (grep-mode-map):
14160 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14161 to `next-error-follow-minor-mode'.
14162
14163 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14164
14165 * isearch.el (isearch-lazy-highlight-update): Take into account
14166 the case of zero-length match at the search bound.
14167
14168 2004-09-08 Kim F. Storm <storm@cua.dk>
14169
14170 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14171 change. Use zero width overlays when necessary.
14172
14173 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14174
14175 * subr.el (split-string): Docfix.
14176
14177 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14178
14179 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14180 (display-call-tree): Ensure newline after caller/calls blocks.
14181
14182 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14183
14184 * startup.el (command-line-1): Make option
14185 --directory/-L modify `load-path' straight away.
14186
14187 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14188
14189 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14190
14191 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14192
14193 * emacs-lisp/autoload.el (make-autoload):
14194 Handle `define-compilation-mode'.
14195
14196 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14197 Specify `doc-string-elt' property.
14198
14199 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14200
14201 * bs.el (bs-mode): Doc fix.
14202
14203 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14204
14205 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14206
14207 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14208
14209 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14210
14211 2004-09-08 Kenichi Handa <handa@m17n.org>
14212
14213 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14214 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14215 ps-mule-next-point -> 1+).
14216
14217 * composite.el (encode-composition-rule): Add autoload cookie.
14218
14219 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14220
14221 * format.el (buffer-auto-save-file-format): Make it permanent local.
14222
14223 2004-09-07 Kim F. Storm <storm@cua.dk>
14224
14225 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14226 (authors-fixed-entries): Fix typo.
14227 (authors-canonical-author-name): Compact multiple spaces.
14228 Ignore trivial names (e.g. only first name).
14229
14230 * term.el (term-window-width): Only use full window width on
14231 window system if overflow-newline-into-fringe is enabled.
14232 (term-mode): Don't disable overflow-newline-into-fringe.
14233
14234 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14235
14236 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14237 motion as seen on my Mac OS X xterms.
14238
14239 * newcomment.el (uncomment-region-default, comment-region-default):
14240 New functions extracted from uncomment-region and comment-region.
14241 (comment-region, comment-region-function, uncomment-region)
14242 (uncomment-region-function): Use them.
14243
14244 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14245
14246 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14247 It's not crucial but can make sense at times.
14248
14249 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14250 the first commit.
14251
14252 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14253 Disable obsolete code.
14254
14255 2004-09-07 Juri Linkov <juri@jurta.org>
14256
14257 * progmodes/grep.el (grep-highlight-matches): Change default from
14258 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14259 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14260 if grep option `--color' is available, or to `nil' otherwise.
14261 (grep-process-setup): Call `grep-compute-defaults' if
14262 `grep-highlight-matches' is not computed. Set env-vars only
14263 if `grep-highlight-matches' is `t'.
14264 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14265 is already defined).
14266
14267 * progmodes/compile.el (compilation-start): Use copy of
14268 `process-environment' created by `copy-sequence' to not
14269 modify env-vars in the global `process-environment'.
14270
14271 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14272
14273 * simple.el (next-error-follow-minor-mode): Fix last change.
14274
14275 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14276
14277 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14278 permanent local.
14279
14280 2004-09-04 Richard M. Stallman <rms@gnu.org>
14281
14282 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14283 highlighting if the search string is empty.
14284
14285 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14286
14287 * facemenu.el (facemenu-active-faces): Change condition of inner
14288 `while' loop to also check the first two elements of `face-atts'
14289 and `mask-atts'.
14290
14291 2004-09-04 John Paul Wallington <jpw@gnu.org>
14292
14293 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14294 (thumbs-view-image-mode): Make buffer read-only.
14295
14296 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14297
14298 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14299 (ispell-check-version): Set it.
14300 (ispell-send-replacement): New function.
14301 (ispell-process-line): Call ispell-send-replacement.
14302
14303 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14304
14305 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14306 Support choosing seconds with "s".
14307
14308 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14309
14310 * terminal.el (te-escape): Show `?' in prompt for help key.
14311
14312 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14313
14314 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14315
14316 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14317
14318 * simple.el (next-error-follow-minor-mode)
14319 (next-error-follow-mode-post-command-hook): New functions.
14320 (next-error-follow-last-line): New defvar.
14321
14322 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14323 * progmodes/compile.el (compilation-mode-map): Likewise.
14324 * progmodes/grep.el (grep-mode-map): Likewise.
14325 * replace.el (occur-mode-map): Likewise.
14326
14327 * newcomment.el (uncomment-region): Bind comment-use-global-state
14328 to nil.
14329
14330 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14331
14332 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14333 locally around the call to `revert-buffer'.
14334
14335 2004-09-03 Juri Linkov <juri@jurta.org>
14336
14337 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14338 `isearch-adjusted' to `t'.
14339 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14340 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14341 (isearch-other-meta-char): Restore isearch-point unconditionally.
14342 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14343 Set point to start of match if region is not active in transient
14344 mark mode (to include the current match to region boundaries).
14345 Push the search string to `query-replace-from-history-variable'.
14346 Add prompt "Query replace regexp" for isearch-regexp.
14347 Add region beginning/end as last arguments of `perform-replace.'
14348 (isearch-query-replace-regexp): Replace code by the call to
14349 `isearch-query-replace' with arg `t'.
14350
14351 2004-09-03 Richard M. Stallman <rms@gnu.org>
14352
14353 * startup.el (normal-top-level): Undo previous TERM change.
14354
14355 2004-09-03 Kim F. Storm <storm@cua.dk>
14356
14357 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14358 highlight overlays; allow using RET when cursor is over a button.
14359 (cua--highlight-rectangle): Use it.
14360 (cua--rectangle-set-corners): Don't move backwards at eol.
14361 (cua--forward-line): Don't move into void after eob.
14362
14363 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14364 point is set (and displayed) inside rectangle.
14365 (cua--rectangle-operation): Fix for highlight of empty lines.
14366 (cua--highlight-rectangle): Fix highlight for tabs.
14367 Position cursor at left/right edge of rectangle using new `cursor'
14368 property on overlay strings.
14369 (cua--indent-rectangle): Don't tabify.
14370 (cua-rotate-rectangle): Ignore that point has moved.
14371
14372 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14373
14374 * term/mac-win.el: Add ASCII equivalents for some function keys.
14375 (mode-line-frame-identification): Sync with x-win.el.
14376
14377 2004-09-02 Juri Linkov <juri@jurta.org>
14378
14379 * progmodes/compile.el (compilation-buffer-name): Compare major
14380 mode with second element of compilation-arguments instead of third
14381 to reflect latest changes in compilation-arguments structure.
14382 (recompile): Use global variable `compilation-directory' to get
14383 recent compilation directory only when `recompile' is invoked NOT
14384 in the compilation buffer. Otherwise, use `default-directory' of
14385 the compilation buffer.
14386 (compilation-error-properties): Allow to funcall col and end-col.
14387 (compilation-mode-font-lock-keywords): Check col and end-col by
14388 `integerp'.
14389 (compilation-goto-locus): If end-mk is non-nil in transient mark
14390 mode don't activate the mark (and don't display message in
14391 push-mark), but highlight overlay between mk and end-mk.
14392
14393 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14394 (grep-regexp-alist): Add rule to highlight grep matches.
14395 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14396
14397 * info.el (Info-fontify-node): Don't compute other-tag
14398 if Info-hide-note-references=hide.
14399
14400 * help.el (function-called-at-point):
14401 * help-fns.el (variable-at-point):
14402 Try `find-tag-default' when other methods failed.
14403
14404 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14405 Do not push mark if inhibit-mark-movement is non-nil.
14406
14407 * textmodes/ispell.el (ispell-html-skip-alists):
14408 Fix backslashes in docstring.
14409
14410 2004-09-01 Juri Linkov <juri@jurta.org>
14411
14412 * isearch.el (isearch-wrap-function)
14413 (isearch-push-state-function): New defvars.
14414 (isearch-pop-fun-state): New defsubst.
14415 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14416 (isearch-push-state): Set the result of calling
14417 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14418 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14419 restore the mode-specific starting point of terminated search.
14420 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14421 (isearch-repeat): Call `isearch-wrap-function' if defined.
14422 (isearch-message-prefix): Don't add prefix "over" to the message
14423 for wrapped search if `isearch-wrap-function' is defined.
14424 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14425 restore the mode-specific starting point of failed search.
14426
14427 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14428 (Info-search): Add new optional arguments for the sake of isearch.
14429 Replace whitespace in Info-search-whitespace-regexp literally.
14430 Add backward search. Don't call `Info-select-node' if regexp is
14431 found in the same Info node. Don't add node to Info-history for
14432 wrapped isearch.
14433 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14434 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14435 (Info-mode): Set local variables `isearch-search-fun-function',
14436 `isearch-wrap-function', `isearch-push-state-function',
14437 `search-whitespace-regexp'.
14438
14439 * isearch.el: Remove ancient Change Log section.
14440 (isearch-string, isearch-message-string, isearch-point)
14441 (isearch-success, isearch-forward-flag, isearch-other-end)
14442 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14443 (isearch-barrier, isearch-within-brackets)
14444 (isearch-case-fold-search): Add suffix `-state' to state-related
14445 defsubsts to avoid name clashes with other function names.
14446
14447 * simple.el (next-error): New defgroup and defface.
14448 (next-error-highlight, next-error-highlight-no-select):
14449 New defcustoms.
14450 (next-error-no-select): Let-bind next-error-highlight to the value
14451 of next-error-highlight-no-select before calling `next-error'.
14452
14453 * progmodes/compile.el (compilation-goto-locus):
14454 Use `next-error' face instead of `region'. Set 4-th argument of
14455 `move-overlay' to `current-buffer' to move overlay to different
14456 source buffers. Use new variable `next-error-highlight'.
14457
14458 * simple.el (next-error-find-buffer): Move the rule
14459 "if current buffer is a next-error capable buffer" after the
14460 rule "if next-error-last-buffer is set to a live buffer".
14461 Simplify to test all rules in one `or'.
14462 (next-error): Doc fix.
14463 (next-error, previous-error, first-error)
14464 (next-error-no-select, previous-error-no-select):
14465 Make arguments optional.
14466
14467 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14468
14469 * macros.el (apply-macro-to-region-lines): Make it operate on all
14470 lines that begin in the region, rather than on all complete lines
14471 in the region.
14472
14473 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14474
14475 * x-dnd.el (x-dnd-protocol-alist): Document update.
14476 (x-dnd-known-types): Defcustom it.
14477 (x-dnd-handle-motif): Print message-atom in error message.
14478
14479 2004-08-30 John Paul Wallington <jpw@gnu.org>
14480
14481 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14482 strings rather than programatically constructing message.
14483
14484 2004-08-30 Richard M. Stallman <rms@gnu.org>
14485
14486 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14487 Don't return a string that would read as the wrong character code.
14488
14489 2004-08-29 Kim F. Storm <storm@cua.dk>
14490
14491 * emulation/cua-base.el (cua-auto-expand-rectangles):
14492 Remove automatic rectangle padding feature; replace by non-destructive
14493 virtual rectangle edges feature.
14494 (cua-virtual-rectangle-edges): New defcustom.
14495 (cua-auto-tabify-rectangles): New defcustom.
14496 (cua-paste): If paste into a marked rectangle, insert rectangle at
14497 current column, even if virtual; also paste exactly as many lines
14498 as has been marked (ignore additional lines or add empty lines),
14499 but paste whole source if only one line is marked.
14500 (cua--update-indications): No longer use overwrite-cursor to
14501 indicate rectangle padding
14502
14503 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14504 (cua--rectangle-virtual-edges): New defun.
14505 (cua--rectangle-get-corners): Remove optional PAD arg.
14506 (cua--rectangle-set-corners): Never do padding.
14507 (cua--forward-line): Remove optional PAD arg. Simplify.
14508 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14509 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14510 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14511 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14512 (cua--rectangle-move): Never do padding. Simplify.
14513 (cua--tabify-start): New defun.
14514 (cua--rectangle-operation): Add tabify arg. All callers changed.
14515 (cua--pad-rectangle): Remove.
14516 (cua--delete-rectangle): Handle delete with virtual edges.
14517 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14518 (cua--insert-rectangle): Handle insert at virtual column.
14519 Perform auto-tabify if necessary.
14520 (cua--activate-rectangle): Remove optional FORCE arg.
14521 Never do padding. Simplify.
14522 (cua--highlight-rectangle): Enhance for virtual edges.
14523 (cua-toggle-rectangle-padding): Remove command.
14524 (cua-toggle-rectangle-virtual-edges): New command.
14525 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14526 (cua--rectangle-post-command): Don't force rectangle padding.
14527 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14528
14529 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14530
14531 * indent.el (edit-tab-stops-buffer): Doc fix.
14532
14533 2004-08-28 Richard M. Stallman <rms@gnu.org>
14534
14535 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14536 (grep-tag-default): Function deleted.
14537
14538 * subr.el (find-tag-default): Move from etags.el.
14539
14540 * progmodes/etags.el (find-tag-default): Move to subr.el.
14541
14542 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14543 into the basic character if it has an uppercase form.
14544
14545 2004-08-27 Kenichi Handa <handa@m17n.org>
14546
14547 * international/utf-8.el (utf-8-post-read-conversion): If the
14548 buffer is unibyte, temporarily make it multibyte.
14549
14550 2004-08-27 Masatake YAMATO <jet@gyve.org>
14551
14552 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14553
14554 2004-08-25 John Paul Wallington <jpw@gnu.org>
14555
14556 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14557 0, 1, and many mismatches in message.
14558 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14559
14560 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14561 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14562
14563 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14564
14565 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14566 vc-diff-switches differently.
14567
14568 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14569
14570 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14571 before and a real defvar after
14572 `speedbar-supported-extension-expressions'. This is to silence
14573 the compiler without breaking bootstrapping.
14574
14575 2004-08-22 Richard M. Stallman <rms@gnu.org>
14576
14577 * textmodes/flyspell.el (flyspell-word):
14578 Use set-process-query-on-exit-flag.
14579 (flyspell-highlight-duplicate-region): Take POSS as arg.
14580 (flyspell-word): Pass POSS as arg.
14581
14582 * progmodes/ada-xref.el: Many doc and style fixes.
14583 (ada-find-any-references): Use compilation-start.
14584 (ada-get-ali-file-name): Improve error msg.
14585 (ada-get-ada-file-name): Likewise.
14586
14587 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14588 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14589
14590 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14591 Add forward defvar.
14592
14593 * whitespace.el (global-whitespace-mode): New alias
14594 for whitespace-global-mode.
14595
14596 * speedbar.el (speedbar-file-regexp): Move definition up.
14597 (speedbar-mode, speedbar-set-mode-line-format):
14598 Use with-no-warnings.
14599 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14600
14601 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14602 controls whether to display the error buffer.
14603
14604 * ps-mule.el: Delete compatibility code for old Emacsen.
14605 (ps-mule-find-wrappoint): Don't use chars-in-region.
14606
14607 * frame.el (display-mouse-p, display-selections-p):
14608 Use with-no-warnings.
14609
14610 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14611
14612 2004-08-22 David Kastrup <dak@gnu.org>
14613
14614 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14615 information.
14616
14617 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14618
14619 2004-08-22 Andreas Schwab <schwab@suse.de>
14620
14621 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14622
14623 2004-08-22 Masatake YAMATO <jet@gyve.org>
14624
14625 * cvs-status.el (cvs-status-checkout): New function.
14626 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14627
14628 2004-08-21 David Kastrup <dak@gnu.org>
14629
14630 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14631 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14632 has been converted to use hashtables, the relation `nil=none' is
14633 no longer valid, as `nil' is not a hashtable. This patch tries to
14634 reduce the number of resulting errors.
14635
14636 2004-08-21 John Paul Wallington <jpw@gnu.org>
14637
14638 * subr.el (process-kill-without-query): Made obsolete in
14639 version 21.4, not 21.5.
14640
14641 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14642 (vc-previous-comment, vc-next-comment)
14643 (vc-comment-search-reverse, vc-comment-search-forward)
14644 (vc-comment-to-change-log): Likewise.
14645
14646 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14647
14648 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14649
14650 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14651 Correct indentation of DEFMETHODS with non-standard method
14652 combinations (e.g., PROGN, MIN, MAX).
14653
14654 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14655
14656 * startup.el (normal-top-level-add-subdirs-to-load-path):
14657 Avoid unnecessarily checking system-type.
14658 (normal-top-level): Set TERM to "dumb". Simplify.
14659
14660 * avoid.el (mouse-avoidance-ignore-p): New fun.
14661 Also ignore switch-frame, select-window, double, and triple clicks.
14662 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14663 (mouse-avoidance-fancy-hook): Use it.
14664
14665 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14666
14667 * avoid.el (mouse-avoidance-nudge-mouse)
14668 (mouse-avoidance-banish-destination): Stay within the current window
14669 to avoid problems with mouse-autoselect-window.
14670
14671 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14672
14673 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14674 the newer format of some messages in cvs-1.12.1.
14675
14676 2004-08-19 Masatake YAMATO <jet@gyve.org>
14677
14678 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14679 (elp-results-jump-to-definition-by-mouse)
14680 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14681 (elp-output-result): Use elp-output-insert-symname.
14682
14683 2004-08-18 Kenichi Handa <handa@m17n.org>
14684
14685 * language/cyrillic.el: Register koi8-r in
14686 ctext-non-standard-encodings-alist.
14687 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14688
14689 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14690
14691 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14692 that replaces 20xy with xy.
14693
14694 2004-08-17 John Paul Wallington <jpw@gnu.org>
14695
14696 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14697 (reb-force-update): Doc fix.
14698
14699 2004-08-16 Richard M. Stallman <rms@gnu.org>
14700
14701 * progmodes/which-func.el (which-func-update-1): Doc fix.
14702
14703 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14704 (sh-mode-abbrev-table): New variable.
14705
14706 * progmodes/compile.el (compilation-mode): Doc fix.
14707
14708 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14709 Don't cons a new symbol each time.
14710 (eval-last-sexp-fake-value): New variable.
14711
14712 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14713 (copyright-update-year): Detect continuation of list of years.
14714
14715 * term.el (term-default-fg-color, term-default-bg-color)
14716 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14717
14718 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14719
14720 2004-08-16 Davis Herring <herring@lanl.gov>
14721
14722 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14723 (isearch-success, isearch-forward-flag, isearch-other-end)
14724 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14725 (isearch-barrier, isearch-within-brackets)
14726 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14727
14728 2004-08-16 Kenichi Handa <handa@m17n.org>
14729
14730 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14731
14732 2004-08-15 Kenichi Handa <handa@m17n.org>
14733
14734 * term/x-win.el (x-selection-value): If utf8 was successful but
14735 ctext was not, use utf8 string.
14736
14737 2004-08-14 Davis Herring <herring@lanl.gov>
14738
14739 * isearch.el: Remove accidental changes of March 4. Fix backing
14740 up when a regexp isearch is made more general. Use symbolic
14741 accessor functions for isearch stack frames to make usage clearer.
14742 (search-whitespace-regexp): Made groups in documentation shy (as
14743 is the group in the default value).
14744 (isearch-fallback): New function, addresses problems with regexps
14745 liberalized by `\|', adds support for liberalization by `\}' (the
14746 general repetition construct), and incorporates behavior for
14747 `*'/`?'.
14748 (isearch-}-char): New command, calls `isearch-fallback' with
14749 arguments appropriate to a typed `}'.
14750 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14751 appropriately.
14752 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14753 (isearch-string, isearch-message,string, isearch-point)
14754 (isearch-success, isearch-forward-flag, isearch-other-end)
14755 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14756 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14757 New inline functions to read fields of a stack frame.
14758
14759 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14760
14761 * battery.el (battery-linux-proc-acpi): Look into battery
14762 directories matching the literal string "CMB", too (required for
14763 Linux kernel version 2.6.7).
14764
14765 2004-08-14 John Paul Wallington <jpw@gnu.org>
14766
14767 * cus-start.el (read-file-name-completion-ignore-case): Add.
14768 (blink-cursor-alist): Change version to "21.4".
14769
14770 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14771
14772 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14773
14774 * speedbar.el (speedbar-scan-subdirs): New option.
14775 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14776 dolist.
14777 (speedbar-insert-files-at-point): Take an extra argument and use
14778 it to optionally find out if a subdir is empty. Also unreadable
14779 files don't get expand buttons.
14780 (speedbar-directory): New image (unused pixmap already existed).
14781 (speedbar-expand-image-button-alist): Use it.
14782
14783 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14784
14785 CC Mode update to 5.30.9:
14786
14787 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14788 Move from cc-vars to cc-defs for dependency reasons. Fix the
14789 POSIX char class test to check that it works in
14790 `skip-chars-(forward|backward)' too.
14791
14792 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14793 first argument starts with a special brace list.
14794
14795 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14796 when `c-opt-type-concat-key' is used (i.e. in Pike).
14797
14798 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14799 Fix bug when the inner char pair doesn't have paren syntax,
14800 i.e. "(<>)".
14801
14802 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14803 whitespace safe.
14804
14805 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14806 position for `arglist-intro', `arglist-cont-nonempty' and
14807 `arglist-close' when there are two arglist open parens on the same
14808 line and there's nothing in front of the first.
14809
14810 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14811 locking of qualified names in Java, which previously could fontify
14812 common indexing expressions in many cases. The standard Java
14813 naming conventions are used to tell them apart.
14814
14815 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14816 Fix inconsistency wrt opening parens on the first line inside a paren
14817 block.
14818
14819 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14820 compile time for the sake of `c-major-mode-is'.
14821
14822 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14823 `c-major-mode-is' in the event that this is used inside a
14824 `c-lang-defconst'.
14825
14826 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14827 `c-lang-defconst' so that it works better with fallback languages.
14828
14829 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14830 it to fail to record the base mode.
14831
14832 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14833 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14834 is used. Reorder the syntax checks to get more efficient
14835 skipping in some situations.
14836
14837 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14838 continuation which might precede the newly inserted '{'.
14839
14840 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14841 Fix cases where it could loop indefinitely.
14842
14843 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14844 size specs correctly. Only fontify identifiers in front of '('
14845 with as functions - don't accept any paren char. Tighten up
14846 initializer skipping to stop before function and class blocks.
14847
14848 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14849 the point could be left directly after an open paren when finding
14850 the beginning of the first decl in the block.
14851
14852 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14853 table when filtering out legitimate open parens to be recorded.
14854 This could cause cache inconsistencies when e.g.
14855 `c++-template-syntax-table' was temporarily in use.
14856
14857 * progmodes/cc-engine.el (c-on-identifier)
14858 (c-simple-skip-symbol-backward): Small fix for handling "-"
14859 correctly in `skip-chars-backward'. Affected the operator lfun
14860 syntax in Pike.
14861
14862 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14863 Fix bug that could cause an error from `after-change-functions' when
14864 the changed region is at bob.
14865
14866 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14867
14868 CC Mode update to 5.30.9:
14869
14870 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14871 to say that <TAB> doesn't insert WS into a CPP line.
14872 (c-indent-command, c-tab-always-indent): Amend doc strings.
14873
14874 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14875 checks for user errors, thus eliminating cryptic and unhelpful
14876 Emacs error messages. (1) Check the arg to `c-set-style' is a
14877 string. (2) Check that settings to `c-offsets-alist' are not
14878 spuriously quoted.
14879
14880 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14881 which precedes the newly inserted `{'.
14882
14883 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14884
14885 Sync with Tramp 2.0.44.
14886
14887 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14888 function "tramp_file_attributes". Otherwise, file names
14889 containing spaces are misinterpreted. Reported by Magnus Henoch
14890 <mange@freemail.hu>.
14891 (tramp-handle-file-truename): FILENAME must be expanded first.
14892 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14893 obscure results. Reported by D. Goel <deego@gnufans.org>.
14894 (tramp-handle-verify-visited-file-modtime): If file does not
14895 exist, say it is not modified if and only if that agrees with the
14896 buffer's record. Check whether a file is visiting the buffer, or
14897 the buffer has no recorded last modification time. Return t in
14898 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14899 <teirllm@auburn.edu>.
14900 (tramp-handle-write-region): Pass modtime explicitly to
14901 `set-visited-file-modtime', because filename can be different
14902 from (buffer-file-name) if `file-precious-flag' is set.
14903 `set-visited-file-modtime' must be called always when `visit' is t
14904 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14905 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14906 nil, don't apply the whole body. If the file doesn't exists, set
14907 modtime to '(-1 65535). Suggested by Luc Teirlinck
14908 <teirllm@auburn.edu>.
14909
14910 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14911
14912 * help.el (describe-bindings): Doc fix.
14913
14914 * subr.el (kbd): Doc fix.
14915
14916 2004-08-08 John Paul Wallington <jpw@gnu.org>
14917
14918 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14919 instead of `string-to-int'.
14920 (define-ibuffer-column mode): Fix indentation.
14921
14922 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14923
14924 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14925
14926 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14927
14928 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14929
14930 * novice.el (disabled-command-function): New variable renamed from
14931 `disabled-command-hook'.
14932 (disabled-command-hook): Keep the _variable_ as alias for
14933 `disabled-command-function' and make obsolete.
14934 (disabled-command-function): Function renamed from
14935 `disabled-command-hook'. Adapt code to name change of the variable.
14936
14937 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14938
14939 * simple.el (completion-root-regexp): New defvar.
14940 (completion-setup-function): Use it instead of a literal string.
14941
14942 2004-08-07 John Paul Wallington <jpw@gnu.org>
14943
14944 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14945 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14946 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14947 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14948
14949 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14950
14951 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14952 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14953
14954 2004-08-04 Kenichi Handa <handa@m17n.org>
14955
14956 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14957 Fix previous change.
14958
14959 2004-08-03 Kenichi Handa <handa@m17n.org>
14960
14961 * international/encoded-kb.el: The following changes are to
14962 utilize key-translation-map instead of minor mode map.
14963 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14964 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14965 (encoded-kbd-last-key): New function.
14966 (encoded-kbd-iso2022-single-shift): New function.
14967 (encoded-kbd-iso2022-designation)
14968 (encoded-kbd-self-insert-iso2022-7bit)
14969 (encoded-kbd-self-insert-iso2022-8bit)
14970 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14971 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14972 key-translation-map.
14973 (encoded-kbd-setup-keymap): Setup key-translation-map.
14974 (saved-key-translation-map): New variable.
14975 (encoded-kbd-mode): Save/restore key-translation-map.
14976 Adjust for the change of encoded-kbd-setup-keymap.
14977
14978 2004-08-02 Kim F. Storm <storm@cua.dk>
14979
14980 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14981 and call compute-motion with nil for topos and width to get proper
14982 usable width and height for both window and non-window systems.
14983
14984 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14985 calculate usable window width and height.
14986
14987 * window.el (window-buffer-height): Call compute-motion with nil width.
14988
14989 2004-08-01 David Kastrup <dak@gnu.org>
14990
14991 * replace.el (query-replace-read-from):
14992 Use `query-replace-compile-replacement'.
14993 (query-replace-compile-replacement): New function.
14994 (query-replace-read-to): Use `query-replace-compile-replacement'
14995 for repeating the last command.
14996
14997 2004-08-01 John Paul Wallington <jpw@gnu.org>
14998
14999 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
15000 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
15001 (pr-switches): Remove period from end of error messages.
15002
15003 * help-mode.el (help-go-back): Likewise.
15004
15005 * abbrev.el (only-global-abbrevs): Doc fix.
15006 (edit-abbrevs-map): Define within defvar.
15007 (quietly-read-abbrev-file): Doc fix.
15008
15009 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
15010
15011 * novice.el (enable-command, disable-command): Doc fixes.
15012
15013 * subr.el (event-modifiers, event-basic-type): Doc fixes.
15014
15015 2004-07-30 Richard M. Stallman <rms@gnu.org>
15016
15017 * subr.el (with-local-quit): Doc fix.
15018
15019 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
15020
15021 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
15022
15023 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
15024
15025 * custom.el (defcustom): Doc fix.
15026
15027 2004-07-28 Masatake YAMATO <jet@gyve.org>
15028
15029 * progmodes/etags.el (etags-tags-apropos): Show building progress.
15030
15031 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
15032
15033 * imenu.el (imenu-prev-index-position-function)
15034 (imenu-extract-index-name-function, imenu-name-lookup-function)
15035 (imenu--index-alist): Docstring redundancy fix.
15036
15037 2004-07-25 Lars Hansen <larsh@math.ku.dk>
15038
15039 * wdired.el (wdired-finish-edit): Require dired-aux before locally
15040 binding dired-backup-overwrite.
15041
15042 2004-07-25 John Paul Wallington <jpw@gnu.org>
15043
15044 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
15045
15046 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
15047
15048 * term/tty-colors.el (tty-color-approximate): Doc fix.
15049
15050 * select.el (x-get-selection, x-set-selection): Doc fixes.
15051
15052 * frame.el (make-frame): Doc fix.
15053
15054 2004-07-24 Richard M. Stallman <rms@gnu.org>
15055
15056 * mail/rmail.el (rmail-mime-charset-pattern):
15057 Don't include semicolon in the charset value.
15058
15059 * replace.el (occur-next-error): Call set-window-point.
15060 (occur-engine): Handle negative NLINES.
15061
15062 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
15063
15064 * frame.el (modify-all-frames-parameters): Minor doc fix.
15065 (set-frame-configuration): Doc fix.
15066
15067 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15068
15069 * simple.el (completion-setup-function): Compute the common parts
15070 and the first difference place correctly when
15071 partial-completion-mode is on.
15072
15073 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15074
15075 * ps-print.el: Doc fix.
15076 (ps-print-version): New version 6.6.5.
15077 (ps-printing-region): Doc fix.
15078 (ps-generate-string-list): Comment fix.
15079 (ps-message-log-max): Code fix.
15080
15081 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
15082
15083 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
15084 generated PostScript.
15085
15086 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
15087
15088 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
15089 with Gnus v5_10 branch.)
15090
15091 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
15092
15093 * calendar/time-date.el (time-to-number-of-days): New function.
15094 Imported from Gnus.
15095
15096 2004-07-22 Kim F. Storm <storm@cua.dk>
15097
15098 * progmodes/make-mode.el: Fix comments.
15099
15100 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15101
15102 * printing.el: Doc fix.
15103
15104 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
15105
15106 * frame.el (modify-all-frames-parameters): Minor doc fix.
15107
15108 2004-07-20 Richard M. Stallman <rms@gnu.org>
15109
15110 * textmodes/fill.el (fill-nobreak-p): If this break point is
15111 at the end of the line, don't consider the newline which follows
15112 as a reason to return t.
15113
15114 2004-07-19 John Paul Wallington <jpw@gnu.org>
15115
15116 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15117
15118 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15119
15120 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15121 Delete irrelevant code.
15122
15123 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15124
15125 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15126 New docstring. From Luc Teirlinck.
15127
15128 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15129
15130 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15131 section.
15132 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15133 non-file buffers. We know it is nil.
15134
15135 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15136
15137 Sync with Tramp 2.0.43.
15138
15139 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15140 Remove outdated comment.
15141 (tramp-locked, tramp-locker): New variables for implementing a
15142 global lock.
15143 (tramp-sh-file-name-handler): Use them to implement the global lock.
15144
15145 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15146
15147 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15148 calls to respective `xxx` calls.
15149 (tramp-process-alive-regexp): Precise doc string.
15150 (tramp-multi-action-process-alive): New defun.
15151 (tramp-multi-actions): Use it.
15152 (tramp-handle-find-backup-file-name): `copy-tree' is available
15153 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15154 in order to avoid this function.
15155 (tramp-handle-write-region): Set current buffer. If connection
15156 wasn't open, `file-modes' has changed it accidentally. Reported by
15157 David Kastrup <dak@gnu.org>.
15158 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15159 HOST.
15160 (tramp-action-password, tramp-multi-action-password): Apply it.
15161 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15162 name must still contain the port number. Otherwise, we have two
15163 Tramp buffers, with all the confusion. Reported by Myron Selby
15164 <myron@xytech.com> and Rolf Dubitzky
15165 <Dubitzky@physi.uni-heidelberg.de>.
15166
15167 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15168 HOST to `tramp-enter-passwd'.
15169
15170 * net/tramp-vc.el (all): Code cleanup. Change all
15171 `tramp-handle-xxx' calls to respective `xxx` calls.
15172
15173 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15174
15175 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15176 functions that are not erroneous if either 1-valued or
15177 multi-valued. Detect functions in this class.
15178 (testcover-1value-functions, testcover-compose-functions)
15179 (testcover-progn-functions) Add some additional functions to lists.
15180 (testcover-mark): Bugfix when marking up the definition for an
15181 empty function.
15182
15183 2004-07-17 Richard M. Stallman <rms@gnu.org>
15184
15185 * replace.el (occur-read-primary-args): Pass default to
15186 read-from-minibuffer.
15187
15188 * mail/footnote.el (footnote-section-tag): Use defcustom.
15189
15190 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15191 Compile font-lock-keywords, not KEYWORDS.
15192 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15193 Add warn, check-type. Handle cerror like error.
15194
15195 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15196
15197 * progmodes/which-func.el (which-func-keymap): New var.
15198 (which-func-face): New face.
15199 (which-func-format): Use them.
15200
15201 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15202
15203 * buff-menu.el (list-buffers-noselect): Append the buffer's
15204 process status to its mode name.
15205
15206 2004-07-16 Kim F. Storm <storm@cua.dk>
15207
15208 * simple.el (inhibit-mark-movement): New defvar.
15209 (beginning-of-buffer, end-of-buffer): Do not push mark if
15210 inhibit-mark-movement is non-nil or C-u prefix is given.
15211
15212 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15213 Init to beginning-of-buffer and end-of-buffer.
15214 (cua--undo-push-mark): New defvar.
15215 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15216 already active and command is in cua--preserve-mark-commands.
15217 Also fix check for shift modifier on non-window systems.
15218 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15219
15220 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15221
15222 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15223 of two integers, instead of a cons.
15224
15225 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15226 `visited-file-modtime' now returns a list of two integers, instead
15227 of a cons.
15228
15229 * dired.el (dired-directory-changed-p): Ditto.
15230
15231 * progmodes/grep.el (grep): Doc fix.
15232
15233 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15234
15235 * autorevert.el (auto-revert-tail-mode)
15236 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15237 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15238 in both at the same time.
15239 (auto-revert-tail-mode): New command.
15240 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15241 (auto-revert-handler): Revert only either tail or whole file.
15242
15243 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15244 add auto-revert-tail-mode.
15245
15246 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15247
15248 * printing.el: Doc fix. Change name of some funs.
15249 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15250 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15251 (pr-standard-file-name): New fun. Replace pr-standard-path.
15252 (pr-call-process): Code fix.
15253
15254 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15255
15256 * subr.el (with-selected-window): Doc fix.
15257
15258 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15259
15260 * subr.el (get-buffer-window-list): Doc fix.
15261
15262 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15263
15264 * files.el (switch-to-buffer-other-window): Doc fix.
15265
15266 * window.el (save-selected-window, one-window-p)
15267 (split-window-keep-point, split-window-vertically)
15268 (split-window-horizontally): Doc fixes.
15269
15270 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15271
15272 * printing.el: Doc fix. Now it uses call-process instead of
15273 shell-command for low command execution.
15274 (pr-version): New version number (6.8).
15275 (pr-shell-file-name): Option removed.
15276 (pr-shell-command): Fun removed.
15277 (pr-call-process): New fun. Replace pr-shell-command.
15278 (pr-standard-path, pr-remove-nil-from-list): New funs.
15279 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15280 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15281 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15282 (pr-ps-utility-process, pr-txt-print): Code fix.
15283
15284 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15285
15286 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15287 boolean.
15288
15289 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15290
15291 * wid-edit.el (widget-field-buffer): Doc fix.
15292
15293 2004-07-09 John Paul Wallington <jpw@gnu.org>
15294
15295 * emacs-lisp/re-builder.el (reb-update-overlays):
15296 Distinguish between one and several matches in message.
15297
15298 2004-07-09 Richard M. Stallman <rms@gnu.org>
15299
15300 * mouse.el (mouse-set-region-1): If transient-mark-mode
15301 is `identity', change it to `only'.
15302
15303 * simple.el (current-word): Doc fix.
15304
15305 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15306
15307 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15308 so that it is more understanding of whitespace.
15309
15310 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15311 (("ns" . "element") (attr-list) children) instead of
15312 ((:ns . "element") (attr-list) children) in order to reduce the
15313 number of symbols used.
15314 (xml-skip-dtd): Change to use xml-parse-dtd but set
15315 xml-validating-parsing to nil.
15316 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15317 (xml-substitute-entity): Remove in favor of new entity substitution.
15318 (xml-substitute-special): Rewrite in to substitute complex
15319 entities from DOCTYPE declarations.
15320 (xml-parse-fragment): Parse fragments from entity declarations.
15321 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15322 (xml-parse-dtd, xml-substitute-special): Make validity checks
15323 conditioned on xml-validating-parser. Add "Not Well Formed" to
15324 error messages about well-formedness.
15325
15326 2004-07-08 Steven Tamm <steventamm@mac.com>
15327
15328 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15329 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15330 Do not treat double clicks and triple clicks specially in the
15331 scroll bar (preventing strange repositioning problems)
15332
15333 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15334
15335 * replace.el (query-replace-regexp-eval): Fix last change.
15336
15337 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15338
15339 * replace.el (query-replace-descr): New fun.
15340 (query-replace-read-from, query-replace-read-args): Default to the
15341 previous from&to.
15342 (query-replace-read-to): Quote the `from' string when displaying it.
15343 (query-replace-regexp-eval): Immediately check read-only status.
15344 Use query-replace-read-from to get the \n checking.
15345 Quote the `from' string when displaying it.
15346 (map-query-replace-regexp, occur-read-primary-args):
15347 Quote the `from' string when displaying it.
15348
15349 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15350 delimited-ness of the search to query-replace.
15351
15352 * replace.el (query-replace-read-from, query-replace-read-to):
15353 New funs extracted from query-replace-read-args.
15354 (query-replace-read-args): Use them.
15355
15356 * replace.el (query-replace-interactive, query-replace-read-args):
15357 Remove the `initial' special value.
15358 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15359 (occur-engine): Remove unused var `matchend'.
15360
15361 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15362 Use the search string without prompting.
15363
15364 2004-07-05 Kenichi Handa <handa@m17n.org>
15365
15366 * international/mule.el (decode-coding-inserted-region):
15367 Set last-coding-system-used only when coding is nil.
15368
15369 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15370
15371 * progmodes/grep.el (grep-compute-defaults, grep-command)
15372 (grep-program, find-program, grep-find-use-xargs, grep-history)
15373 (grep-find-history, grep-tag-default, grep-find-command)
15374 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15375 Add autoload cookies, for unbundled packages that load `compile'
15376 and expect all grep-related symbols to become defined.
15377
15378 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15379
15380 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15381 (iimage-mode-image-search-path): New user option to search the
15382 image file.
15383 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15384 have locate-file.
15385 (iimage-mode-buffer): Use it.
15386
15387 2004-07-03 Nick Roberts <nickrob@gnu.org>
15388
15389 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15390 carefully.
15391 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15392
15393 2004-07-03 Juri Linkov <juri@jurta.org>
15394
15395 * replace.el (query-replace-read-args): Swallow space after 'foo,
15396 not after (quote foo). Match space only immediately after symbol,
15397 not anywhere in the whole string.
15398
15399 2004-07-02 Richard M. Stallman <rms@gnu.org>
15400
15401 * replace.el (query-replace-read-args): Swallow space after
15402 symbols, not after closeparens. But avoid error if string ends there.
15403
15404 * progmodes/python.el (python-beginning-of-statement):
15405 Exit the loop if backward-up-list gets error.
15406
15407 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15408
15409 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15410
15411 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15412 only if vc-consult-headers is non-nil.
15413
15414 2004-07-02 Juri Linkov <juri@jurta.org>
15415
15416 * pcvs.el (cvs-mode-diff-repository): New command.
15417
15418 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15419
15420 2004-07-01 Juri Linkov <juri@jurta.org>
15421
15422 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15423 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15424 C-M-% to isearch-query-replace-regexp.
15425 (minibuffer-local-isearch-map): Add arrow key bindings.
15426 Bind C-f to isearch-yank-char-in-minibuffer.
15427 (isearch-forward): Doc fix.
15428 (isearch-edit-string): Doc fix.
15429 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15430 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15431 (isearch-yank-char): Add optional arg.
15432 (isearch-yank-char-in-minibuffer): New fun.
15433
15434 * replace.el (query-replace-interactive): Change type from boolean
15435 to choice. Add value `initial'.
15436 (query-replace-read-args): Handle value `initial' of
15437 query-replace-interactive.
15438
15439 2004-06-29 Kim F. Storm <storm@cua.dk>
15440
15441 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15442 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15443
15444 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15445 Add :group 'ada.
15446
15447 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15448
15449 2004-06-29 Juri Linkov <juri@jurta.org>
15450
15451 * replace.el (query-replace-read-args): Swallow a space after
15452 everything except )]" which in most cases means after a symbol.
15453
15454 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15455
15456 2004-06-28 Richard M. Stallman <rms@gnu.org>
15457
15458 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15459 More changes to go with previous change in font-lock.el.
15460
15461 2004-06-26 David Kastrup <dak@gnu.org>
15462
15463 * replace.el (perform-replace): Highlight the match even in
15464 non-query mode if there is potential replace string editing.
15465
15466 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15467
15468 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15469 agree with new return value of `file-remote-p'.
15470 This syncs with Tramp 2.0.42.
15471
15472 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15473 according to new documentation of `file-remote-p'.
15474
15475 * files.el (file-remote-p): Fix doc to say that return value is
15476 identification of remote system, if not nil.
15477 (file-relative-name): Use new return value of `file-remote-p'.
15478
15479 2004-06-26 Nick Roberts <nickrob@gnu.org>
15480
15481 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15482 (gdb-goto-breakpoint): Fix breakage.
15483
15484 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15485
15486 * man.el (Man-getpage-in-background): Add windows-nt to the list
15487 of systems where shell-file-name should be used instead of
15488 literal "sh".
15489
15490 2004-06-25 Sam Steingold <sds@gnu.org>
15491
15492 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15493 function names `(setf symbol)'.
15494
15495 2004-06-24 Richard M. Stallman <rms@gnu.org>
15496
15497 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15498
15499 * font-lock.el (font-lock-keywords): Change format of compiled values.
15500 Document it.
15501 (font-lock-add-keywords): If font-lock-keywords is compiled,
15502 extract the uncompiled version, modify, then recompile.
15503 (font-lock-remove-keywords): Likewise.
15504 (font-lock-fontify-keywords-region): Handle changed format.
15505 (font-lock-compile-keywords): Handle changed format.
15506 (font-lock-set-defaults): Compile the keywords explicitly here.
15507
15508 2004-06-24 David Kastrup <dak@gnu.org>
15509
15510 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15511 replacements here.
15512 (query-replace-regexp): Doc string explaining this and the new
15513 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15514 is better placed in `query-replace-read-args'.
15515 (replace-regexp): Explain `\,', `\#' and `\?'.
15516 (replace-match-data): New function for thorough reuse/destruction
15517 of old match-data.
15518 (replace-match-maybe-edit): Function for implementing `\?' editing.
15519 (perform-replace): Fix maintaining of the match stack including
15520 already matched regions, implement `\?', fix various problems
15521 with regions while editing and other stuff.
15522 (replace-highlight): Simplify.
15523
15524 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15525
15526 * progmodes/grep.el (grep-error-screen-columns): New variable.
15527 (grep-regexp-alist): Give it the full functionality of gnu style
15528 compilation messages with line and column ranges. Ask me for the
15529 perl script I'm working on, that uses these.
15530
15531 2004-06-23 Nick Roberts <nickrob@gnu.org>
15532
15533 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15534 Remove.
15535 (comint-insert-input, comint-mouse-insert-input): New functions
15536 based on comint-insert-clicked-input for two bindings but just
15537 one functionality.
15538
15539 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15540
15541 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15542
15543 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15544
15545 * files.el (write-contents-functions): Doc fix.
15546
15547 2004-06-21 Juanma Barranquero <lektu@terra.es>
15548
15549 * image.el (image-library-alist): Rewrite docstring in active voice.
15550
15551 2004-06-20 Richard M. Stallman <rms@gnu.org>
15552
15553 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15554
15555 * isearch.el (isearch-repeat): Avoid testing old match data.
15556 (isearch-message): Display trailing space in special font
15557 when search is failing.
15558 (isearch-search-fun-function): Doc fix.
15559
15560 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15561
15562 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15563
15564 * frame.el (show-trailing-whitespace): Doc fix.
15565
15566 * cus-edit.el (custom-variable-documentation): New function.
15567 (custom-variable): Use it.
15568
15569 2004-06-19 Nick Roberts <nickrob@gnu.org>
15570
15571 * man.el (Man-getpage-in-background): Revert previous change but
15572 make cygwin a special case.
15573
15574 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15575
15576 * autorevert.el (global-auto-revert-non-file-buffers):
15577 Update docstring.
15578
15579 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15580
15581 * progmodes/compile.el (compilation-error-properties): Store one
15582 more than end-col, if present, so that transient-mark-mode will
15583 highlight last char too.
15584 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15585 ranges, if present.
15586
15587 2004-06-18 Jason Rumney <jasonr@gnu.org>
15588
15589 * makefile.w32-in: Double percent signs in for loops.
15590
15591 2004-06-17 David Kastrup <dak@gnu.org>
15592
15593 * replace.el (query-replace-read-args): Only warn about use of \n
15594 and \t when we are doing a regexp replacement and the actual
15595 escaped character is n or t.
15596 (query-replace-regexp): Add \, and \# interpretation to
15597 interactive call and document it.
15598 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15599 as shortkey for replace-count.
15600 (replace-quote): New function for doubling backslashes.
15601
15602 2004-06-17 Juanma Barranquero <lektu@terra.es>
15603
15604 * files.el (parse-colon-path, cd): Mention in docstring that the
15605 path separator is colon in GNU-like systems.
15606
15607 * newcomment.el (comment-region-internal): Fix docstring.
15608
15609 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15610 (ewoc-invalidate, ewoc-collect): Doc fixes.
15611 (ewoc--create-node, ewoc--delete-node-internal):
15612 Fix typos in docstring.
15613
15614 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15615
15616 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15617 manual to docstring.
15618
15619 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15620
15621 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15622
15623 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15624
15625 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15626 Add hyperlink to emacs-xtra manual to docstring.
15627
15628 * autorevert.el (global-auto-revert-non-file-buffers):
15629 Add hyperlink to emacs-xtra manual to docstring, as well as an
15630 info-link.
15631
15632 2004-06-14 Juanma Barranquero <lektu@terra.es>
15633
15634 * image.el (image-library-alist): New variable to map image types
15635 to external libraries. Initialized to nil, unless system-specific
15636 configs change it.
15637 (image-type-available-p): Determine whether an image type is
15638 available by calling `init-image-library'.
15639
15640 * term/w32-win.el (image-library-alist): Initialize to a known set
15641 of probable library names.
15642
15643 2004-06-14 Kenichi Handa <handa@m17n.org>
15644
15645 * international/code-pages.el (windows-1256, cp1125): Fix tables
15646 for several characters.
15647
15648 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15649
15650 2004-06-13 Richard M. Stallman <rms@gnu.org>
15651
15652 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15653
15654 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15655 not "`pc-selection-mode'".
15656
15657 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15658
15659 * simple.el (previous-matching-history-element): Specify a default.
15660
15661 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15662
15663 * cus-face.el (custom-declare-face): Simplify code.
15664
15665 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15666
15667 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15668
15669 * files.el (before-save-hook): Add `time-stamp' to the options.
15670
15671 * time-stamp.el (time-stamp): Recommend adding it to
15672 `before-save-hook', rather than `write-file-functions'.
15673 Make a similar change in `Commentary' section.
15674
15675 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15676
15677 * diff-mode.el (diff-current-defun): If at start of hunk, use
15678 position of first change.
15679
15680 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15681
15682 * dired-x.el (dired-mark-omitted): Bind to "*O".
15683
15684 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15685
15686 * bookmark.el (bookmark-bmenu-relocate): New function, as
15687 suggested by David J. Biesack <David.Biesack@sas.com>.
15688 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15689 (bookmark-bmenu-mode): Describe binding in doc string.
15690 (bookmark-set-filename): Save the bookmark list if it's time.
15691
15692 2004-06-13 Kenichi Handa <handa@m17n.org>
15693
15694 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15695 (ccl-untranslated-to-ucs): Fix typo.
15696
15697 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15698
15699 * progmodes/python.el (python-open-block-statement-p):
15700 Fix indentation after a block opening that contains a comment.
15701
15702 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15703
15704 * bindings.el (completion-ignored-extensions): Add file extensions
15705 of Python byte-compiled files.
15706
15707 2004-06-12 Juri Linkov <juri@jurta.org>
15708
15709 * info.el (Info-goto-node): Add autoload.
15710 (Info-toc): Add substring-no-properties on Info file name.
15711 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15712 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15713
15714 2004-06-12 Kenichi Handa <handa@m17n.org>
15715
15716 * international/mule-cmds.el (set-language-environment):
15717 Load subst tables if necessary.
15718
15719 * international/mule.el (decode-char): Load subst tables if necessary.
15720 (encode-char): Likewise.
15721
15722 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15723 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15724 (utf-16le-decode-loop): Set r5 to -1 before loop.
15725 (utf-16be-decode-loop): Likewise.
15726 (ccl-decode-mule-utf-16le): Add EOF processing block.
15727 (ccl-decode-mule-utf-16be): Likewise.
15728 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15729 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15730 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15731 (ccl-mule-utf-16-encode-untrans): New CCL.
15732 (utf-16-decode-to-ucs): Handle pre-read character.
15733 (utf-16le-encode-loop): Handle surrogate pair.
15734 (utf-16be-encode-loop): Likewise.
15735 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15736 of utf-16le-encode-loop.
15737 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15738 of utf-16be-encode-loop.
15739 (mule-utf-16-post-read-conversion):
15740 Call utf-8-post-read-conversion at first.
15741 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15742 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15743 Add post-read-conversion and pre-write-conversion.
15744
15745 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15746 (utf-translate-cjk-unicode-range): New variable.
15747 (utf-translate-cjk-load-tables): New function.
15748 (utf-lookup-subst-table-for-decode): New function.
15749 (utf-lookup-subst-table-for-encode): New function.
15750 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15751 tables here. Update safe-charsets of utf-* coding systems.
15752 (ccl-mule-utf-untrans): New CCL.
15753 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15754 at end of each branch.
15755 (ccl-mule-utf-8-encode-untrans): New CCL.
15756 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15757 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15758 length of encoding. Don't return r0.
15759 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15760 (utf-8-post-read-conversion): Narrow to region properly.
15761 If utf-translate-cjk-mode is on, load tables if necessary.
15762 Call utf-8-compose with hash-table arg if necessary.
15763 Call XXX-compose-region instead of XXX-post-read-conversion.
15764 (utf-8-pre-write-conversion): New function.
15765 (mule-utf-8): Include CJK charsets in safe-charsets if
15766 utf-translate-cjk-mode is on. Add pre-write-conversion.
15767
15768 * international/characters.el: Temporarily set
15769 utf-translate-cjk-mode to nil.
15770
15771 * language/devan-util.el (devanagari-compose-region):
15772 Add autoload cookie.
15773
15774 * international/ccl.el (ccl-dump-call): Fix printing the
15775 subroutine name.
15776
15777 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15778
15779 * dired.el (dired-revert): If buffer is marked unmodified before
15780 reverting, keep it marked unmodified.
15781 Adapt to new conventions for commenting out code.
15782 (dired-make-relative): Adapt to new conventions for commenting out code.
15783
15784 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15785
15786 * eshell/esh-module.el (eshell-load-defgroups):
15787 Bind `vc-handled-backends' to nil when opening files.
15788
15789 2004-06-11 Juanma Barranquero <lektu@terra.es>
15790
15791 * files.el (parse-colon-path, cd): Doc fixes (refer to
15792 `path-separator', not colon).
15793
15794 2004-06-10 Juanma Barranquero <lektu@terra.es>
15795
15796 * newcomment.el (comment-search-forward)
15797 (comment-search-backward): Fix typos in docstring.
15798 (comment-region): Doc fix.
15799
15800 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15801
15802 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15803 switch is no longer stored in `dired-switches-alist'.
15804
15805 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15806 `dired-switches-alist'.
15807
15808 2004-06-10 Kim F. Storm <storm@cua.dk>
15809
15810 * pcvs.el (cvs-mode-diff-yesterday): New command.
15811
15812 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15813
15814 2004-06-10 Juri Linkov <juri@jurta.org>
15815
15816 * emacs-lisp/edebug.el (edebug-eval-defun):
15817 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15818 Fix docstring.
15819
15820 * simple.el (eval-expression-print-format): Don't print additional
15821 information on the first call to `eval-print-last-sexp'.
15822 (next-error-find-buffer): Fix punctuation.
15823 (killing) <defgroup>: Fix punctuation.
15824 (yank-excluded-properties): Change group from editing to killing.
15825
15826 * replace.el (perform-replace): Use `limit' to terminate the
15827 while-loop explicitly.
15828
15829 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15830
15831 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15832 Use lc-*.xpm as prefix instead of *-locol.xpm.
15833
15834 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15835 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15836 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15837 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15838 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15839 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15840 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15841 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15842 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15843 * toolbar/lc-up_arrow.xpm:
15844 Rename from *-locol.xpm.
15845
15846 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15847
15848 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15849 include forms like &<str>; as valid url patterns.
15850
15851 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15852
15853 * dired.el (dired-diff, dired-backup-diff)
15854 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15855 (dired-do-chown, dired-do-touch, dired-do-print)
15856 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15857 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15858 (dired-create-directory, dired-do-copy, dired-do-symlink)
15859 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15860 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15861 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15862 (dired-maybe-insert-subdir, dired-next-subdir)
15863 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15864 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15865 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15866 (dired-run-shell-command, dired-query): Remove redundant,
15867 or incorrect, autoloads.
15868
15869 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15870 does not end in a slash. Add optional argument KILL-ROOT.
15871 Update docstring.
15872 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15873 (dired-query): Add autoloads.
15874
15875 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15876
15877 * progmodes/compile.el (compilation-set-window-height):
15878 Rearrange the save-* functions because a buffer can have several current
15879 point in different windows.
15880 (compilation-error-regexp-alist-alist): Recognize {standard input}
15881 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15882
15883 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15884
15885 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15886 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15887 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15888 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15889 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15890 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15891 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15892 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15893 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15894 * toolbar/up_arrow-locol.xpm:
15895 New versions of icons that uses fewer colors.
15896
15897 * toolbar/tool-bar.el (tool-bar-local-item)
15898 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15899 if display-color-cells is 256 or less.
15900
15901 2004-06-08 Kim F. Storm <storm@cua.dk>
15902
15903 * wid-edit.el (widget-specify-button): Use hand pointer rather
15904 than mouse-face as visible mouse-over effect.
15905
15906 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15907
15908 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15909 and `print-level' to nil when writing out `save-place-alist'.
15910 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15911
15912 2004-06-07 Juanma Barranquero <lektu@terra.es>
15913
15914 * completion.el (completion-kill-region): Doc fix.
15915
15916 * format.el (format-insert-annotations)
15917 (format-annotate-location): Doc fixes.
15918 (format-subtract-regions): Make arguments match their use in docstring.
15919
15920 * simple.el (kill-region): Doc fix.
15921
15922 * subr.el (insert-buffer-substring-no-properties)
15923 (insert-buffer-substring-as-yank): Doc fixes.
15924
15925 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15926
15927 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15928 Update docstring.
15929 (dired-reset-subdir-switches): New function.
15930
15931 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15932 Limit scope of `buffer-read-only' binding.
15933
15934 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15935
15936 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15937 eshell-explicit-command-char.
15938
15939 2004-06-06 Juanma Barranquero <lektu@terra.es>
15940
15941 * help-fns.el (help-argument-name): Inherit from italic face only
15942 if the frame supports it.
15943
15944 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15945
15946 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15947 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15948 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15949 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15950 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15951 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15952 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15953 New conversions from xpm files.
15954
15955 * toolbar/README: New file.
15956
15957 2004-06-06 Richard M. Stallman <rms@gnu.org>
15958
15959 * isearch.el (isearch-mode-map): Undo previous change.
15960
15961 2004-06-05 Juri Linkov <juri@jurta.org>
15962
15963 * bindings.el (debug-ignored-errors): Add regexps for history
15964 related messages. Remove $ from "No further undo information".
15965 Move Ediff's messages to ediff.el.
15966
15967 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15968
15969 * cus-edit.el (custom-display): Add `min-colors'.
15970
15971 * custom.el (defface): Add `supports' to docstring.
15972
15973 * help-fns.el (help-argument-name): Add :group 'help.
15974
15975 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15976
15977 * find-dired.el (find-ls-subdir-switches): New user option.
15978 (find-dired): No longer call `abbreviate-file-name' on DIR.
15979 Set `dired-subdir-switches' buffer-locally.
15980
15981 * locate.el: Merge the two `Commentary' sections.
15982 (locate-ls-subdir-switches): New user option.
15983 (locate): Update for other changes.
15984 (locate-mode-map): Restore Dired binding for mouse-2.
15985 Bind `locate-mouse-view-file' to M-mouse-2.
15986 Bind `l' to `locate-do-redisplay'.
15987 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15988 (locate-mouse-view-file, locate-tags, locate-find-directory):
15989 Print message if used outside main listing.
15990 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15991 Various changes to support inserted subdirectories.
15992 (locate-insert-header): Change header of *Locate* buffer.
15993
15994 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15995 Change interactive default switches.
15996 (dired-rename-subdir-2): Update `dired-switches-alist'.
15997 (dired-insert-subdir, dired-kill-subdir):
15998 Handle `dired-switches-alist'. Do not mark buffer modified.
15999 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
16000 (dired-insert-subdir-doinsert): Omit messages.
16001 Handle `dired-subdir-switches'.
16002 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
16003
16004 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
16005 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
16006 subdirs if -R switch is used for a subdir.
16007 (dired-mode): Set `dired-switches-alist'.
16008 (dired-build-subdir-alist): Only print number of directories in
16009 echo area when invoked interactively.
16010
16011 2004-06-05 Lars Hansen <larsh@math.ku.dk>
16012
16013 * dired-x.el (dired-omit-mode): Rename from
16014 dired-omit-files-p. Use define-minor-mode to define it.
16015 (dired-omit-files-p): Add as alias for dired-omit-mode.
16016 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
16017 dired-mark-omitted.
16018 (dired-mark-omitted): Add. Bind to M-O.
16019
16020 2004-06-05 Kenichi Handa <handa@m17n.org>
16021
16022 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
16023
16024 2004-06-05 Juanma Barranquero <lektu@terra.es>
16025
16026 * help-fns.el (help-argument-name): Reintroduce face.
16027 (help-default-arg-highlight): Use it, now that
16028 `face-differs-from-default-p' can be trusted.
16029
16030 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
16031
16032 * textmodes/table.el: Sentence commands added to Point Motion
16033 group; kill and backward-kill commands added to Extraction group.
16034
16035 2004-06-04 Mario Lang <mlang@delysid.org>
16036
16037 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
16038 systems appear to use mW, make the code handle this. Fix a
16039 division-by-zero bug while at it, and handle kernels with
16040 a slightly different layout in /proc/acpi.
16041
16042 2004-06-04 Karl Fogel <kfogel@red-bean.com>
16043
16044 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
16045 because the latter is a CL-ism. This fixes the bug reported by
16046 Shawn Boyette <mdxi@collapsar.net> in
16047 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
16048
16049 2004-06-04 Miles Bader <miles@gnu.org>
16050
16051 * faces.el (display-supports-face-attributes-p): Function moved to
16052 C code. Previously only the tty-related portion of this function
16053 was done in C; however the previous attempt to do a halfway-proper
16054 job for non-tty displays in lisp didn't work properly because of
16055 funny conditions during Emacs startup.
16056 (face-differs-from-default-p): Simplify, now that
16057 display-supports-face-attributes-p works properly on all display
16058 types. Remove :stipple from comparison; it doesn't really work
16059 in emacs anyway.
16060
16061 2004-06-04 Miles Bader <miles@gnu.org>
16062
16063 * faces.el (face-differs-from-default-p): Use a different
16064 implementation, so we can really check whether FACE displays
16065 differently or not.
16066
16067 2004-06-04 Miles Bader <miles@gnu.org>
16068
16069 * faces.el (display-supports-face-attributes-p): Implement a
16070 `different from default' check for non-tty displays.
16071
16072 2004-06-03 David Kastrup <dak@gnu.org>
16073
16074 * woman.el (woman-mapcan): More concise code.
16075 (woman-topic-all-completions, woman-topic-all-completions-1)
16076 (woman-topic-all-completions-merge): Replace by a simpler and
16077 much faster implementation based on O(n log n) sort/merge instead
16078 of the old O(n^2) behavior.
16079
16080 2004-06-03 Miles Bader <miles@gnu.org>
16081
16082 * subr.el (read-number): Use canonical format for default in prompt.
16083
16084 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
16085 Add regexp for " [...]" style defaults.
16086
16087 2004-06-02 Romain Francoise <romain@orebokech.com>
16088
16089 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
16090 groups: if the user asks for a hidden buffer, open the
16091 corresponding filter group to expose it.
16092
16093 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
16094 `ibuffer-jump-to-buffer'.
16095 (ibuffer-jump-offer-only-visible-buffers): New user option.
16096
16097 2004-06-02 Juanma Barranquero <lektu@terra.es>
16098
16099 * faces.el (frame-update-faces): Add empty docstring so the one
16100 for `ignore' doesn't show through.
16101
16102 * subr.el (process-kill-without-query): Remove spurious "\n" on
16103 obsolescence string.
16104 (focus-frame, unfocus-frame): Add obsolescence declaration and
16105 empty docstring.
16106
16107 * international/mule.el (register-char-codings): Make alias for
16108 `ignore'. Move docstring to obsolescence info and remove redundancy.
16109
16110 2004-06-02 Kim F. Storm <storm@cua.dk>
16111
16112 * frame.el (blink-cursor-start): Turn cursor off initially so blink
16113 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
16114
16115 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16116
16117 * comint.el (comint-replace-by-expanded-history-before-point):
16118 Obey `start' as the docstring says.
16119 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16120 (comint-update-fence): Prevent font-lock from running unnecessarily.
16121 (comint-dynamic-list-completions): Use with-current-buffer.
16122
16123 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16124
16125 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16126 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16127 (bibtex-entry-update): Handle alternatives and optional fields.
16128 (bibtex-parse-entry): Bugfix, handle empty key.
16129
16130 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16131
16132 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16133
16134 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16135
16136 * desktop.el (desktop-save): Don't save minor modes without a
16137 known mode initialization function.
16138
16139 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16140
16141 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16142
16143 * autorevert.el: Update `Commentary' section.
16144
16145 2004-05-30 Juanma Barranquero <lektu@terra.es>
16146
16147 * dos-fns.el (convert-standard-filename):
16148 * files.el (convert-standard-filename):
16149 * w32-fns.el (convert-standard-filename):
16150 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16151
16152 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16153
16154 Sync with Tramp.
16155
16156 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16157 (tramp-let-maybe): Move to an earlier spot in the file.
16158 Patch by Andreas Schwab.
16159
16160 2004-05-30 Andreas Schwab <schwab@suse.de>
16161
16162 * dired.el (dired-get-filename): Don't use dired-re-dot.
16163
16164 2004-05-30 Richard M. Stallman <rms@gnu.org>
16165
16166 * files.el (find-file): Doc fix.
16167
16168 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16169
16170 2004-05-30 Nick Roberts <nickrob@gnu.org>
16171
16172 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16173 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16174 modeline of the locals buffer.
16175 (gdb-goto-breakpoint): Handle gdbmi.
16176 (gdb-get-frame-number): Change for gdbmi.
16177
16178 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16179
16180 * files.el (file-remote-p): Apply file name handler for operation
16181 `file-remote-p'. It isn't a property any longer.
16182 (file-relative-name): `fh' and `fd' get the required value via
16183 `find-file-name-handler' already.
16184
16185 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16186 (top): Remove setting of `file-remote-p' property for
16187 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16188
16189 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16190
16191 Version 2.0.41 of Tramp released.
16192
16193 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16194 Throw away if process has died.
16195 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16196 (tramp-out-of-band-prompt-regexp): Rename to
16197 `tramp-process-alive-regexp', because its usage is widen.
16198 (tramp-actions-copy-out-of-band): Apply it.
16199 (tramp-actions-before-shell, tramp-multi-actions):
16200 Add `tramp-action-process-alive' action.
16201 (tramp-action-process-alive): New defun.
16202 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16203 Add entry for `file-remote-p'.
16204 (tramp-handle-file-remote-p): New defun.
16205 (top): Remove setting of `file-remote-p'. Don't set
16206 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16207
16208 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16209 `file-remote-p'.
16210
16211 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16212 counted for (last) line. [They should or they shouldn't? --Stef]
16213 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16214
16215 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16216
16217 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16218 not really necessary but seems to keep the shell history smaller
16219 in some cases. It is no substitute for setting HISTFILE and
16220 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16221 though. Suggested by Luc Teirlinck.
16222 (tramp-open-connection-setup-interactive-shell): Export variables
16223 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16224 (tramp-set-process-query-on-exit-flag): New compat function.
16225 (tramp-open-connection-multi, tramp-open-connection-su)
16226 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16227 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16228 (tramp-let-maybe): New macro, let-binds a variable only if it
16229 isn't obsolete.
16230 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16231 (tramp-handle-file-truename): Use it.
16232 (tramp-completion-file-name-regexp-unified): Avoid matching
16233 filenames starting with "/:" -- those are reserved for
16234 file-name-non-special.
16235
16236 * tramp-smb.el (tramp-smb-open-connection):
16237 Use tramp-set-process-query-on-exit-flag compat function.
16238
16239 2004-05-29 Richard M. Stallman <rms@gnu.org>
16240
16241 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16242
16243 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16244 (eval-last-sexp-print-value): Print char equivalent regardless
16245 of standard-output value.
16246
16247 * thumbs.el (thumbs-subst-char-in-string): Delete.
16248 (thumbs-thumbname): Use subst-char-in-string.
16249 (thumbs-resize-image): Use condition-case, not ignore-errors.
16250 (thumbs-kill-buffer): Likewise.
16251
16252 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16253 (thumbs-mode): Make buffer read-only.
16254 (thumbs-make-thumb): Unconditionally accept an existing file.
16255 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16256 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16257 (thumbs-show-thumbs-list): Error if images not supported.
16258 (thumbs-save-current-image): Improve prompt string.
16259 (thumbs-mode-map): Define u, R, x.
16260 (thumbs-unmark): New command.
16261 (thumbs-emboss-image): Minor cleanup.
16262 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16263 (thumbs-rename-images): New command.
16264 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16265
16266 * thumbs.el (thumbs-current-image): New function.
16267 (thumbs-file-list, thumbs-file-alist): New functions.
16268 (thumbs-find-image): Delete arg L.
16269 Don't set up thumbs-fileL as buffer-local global var.
16270 (thumbs-find-image-at-point): Use thumbs-current-image.
16271 (thumbs-set-image-at-point-to-root-window): Likewise.
16272 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16273 Record and warn about errors. Update thumbs-markedL for deletions.
16274 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16275 (thumbs-redraw-buffer): Use thumbs-file-list.
16276 (thumbs-mark): Use thumbs-current-image.
16277 (thumbs-show-name): Use thumbs-current-image.
16278
16279 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16280 and imenu--last-menubar-index-alist.
16281
16282 * subr.el (with-selected-window): Undo previous change.
16283
16284 2004-05-29 John Paul Wallington <jpw@gnu.org>
16285
16286 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16287 (thumbs-mouse-find-image): New command.
16288 (thumbs-mode-map): Bind it to mouse-2.
16289 (thumbs-mode): Make mode-class special.
16290 (thumbs-view-image-mode): Likewise.
16291
16292 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16293
16294 * flymake.el: New file.
16295
16296 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16297
16298 * files.el (find-file-noselect-1): Do not bind
16299 `inhibit-read-only' to t during execution of
16300 `find-file-not-found-functions'.
16301
16302 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16303
16304 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16305 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16306
16307 2004-05-28 Juri Linkov <juri@jurta.org>
16308
16309 * simple.el (eval-expression-print-format): New fun.
16310
16311 * simple.el (eval-expression):
16312 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16313 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16314 (edebug-eval-expression): Print additionally the value returned by
16315 `eval-expression-print-format'.
16316
16317 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16318 (insert-pair): Make arguments optional. Find character pair
16319 from `insert-pair-alist' according to the last input event.
16320 (insert-parentheses): Make arguments optional.
16321 (raise-sexp, delete-pair): New funs.
16322
16323 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16324 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16325 Bind C-M-q to `indent-pp-sexp'.
16326
16327 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16328 `pp-to-string' modified to be able to format text with newlines.
16329 (pp-to-string): Move the buffer-formatting part of the code to
16330 `pp-buffer'. Call `pp-buffer'.
16331
16332 * info.el (Info-desktop-buffer-misc-data): Don't save information
16333 about virtual files.
16334 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16335 buffers with names obtained from the desktop file instead of the
16336 default *info* buffer.
16337
16338 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16339
16340 * subr.el (with-selected-window): Only save/restore the selected window.
16341
16342 * progmodes/compile.el (compilation-error-regexp-alist):
16343 Use expand-file-name and data-directory.
16344
16345 * progmodes/grep.el (grep-tree): Rework previous fix.
16346
16347 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16348 after the user marked text with the mouse.
16349
16350 * startup.el (command-line): Keep the first regexp of
16351 auto-save-file-name-transforms intact.
16352
16353 2004-05-28 Juanma Barranquero <lektu@terra.es>
16354
16355 * cus-edit.el (customize-face, customize-face-other-window)
16356 (custom-face-edit-delete): Make arguments match their use in
16357 docstring.
16358 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16359 docstring.
16360
16361 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16362 not `cvs-butlast'.
16363
16364 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16365 `nbutlast' are in subr.el).
16366
16367 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16368 (set-w32-system-coding-system): Doc fixes.
16369
16370 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16371 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16372 Make arguments match their use in docstring.
16373 (artist-draw-region-trim-line-endings)
16374 (artist-mouse-choose-operation): Fix typo in docstring.
16375 (artist-key-set-point-common): Doc fix.
16376
16377 2004-05-28 Simon Josefsson <jas@extundo.com>
16378
16379 * mail/smtpmail.el (smtpmail-open-stream):
16380 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16381
16382 2004-05-26 Simon Josefsson <jas@extundo.com>
16383
16384 * starttls.el: Merge with my GNUTLS based starttls.el.
16385 (starttls-gnutls-program, starttls-use-gnutls)
16386 (starttls-extra-arguments, starttls-process-connection-type)
16387 (starttls-connect, starttls-failure, starttls-success): New variables.
16388 (starttls-program, starttls-extra-args): Doc fix.
16389 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16390 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16391 and pass on to corresponding *-gnutls function if it is set.
16392
16393 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16394
16395 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16396 remote files.
16397
16398 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16399
16400 * files.el (file-name-non-special): There are more operations
16401 which need handling: `find-backup-file-name',
16402 `insert-file-contents', `verify-visited-file-modtime',
16403 `write-region'. Rename t value of method to `add'. Add new
16404 methods `quote' and `unquote-then-quote' to file-arg-indices.
16405
16406 2004-05-25 Juri Linkov <juri@jurta.org>
16407
16408 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16409 (Info-index-nodes): Enclose code in condition-case to catch errors.
16410 (Info-index-node): Don't search all index nodes if request is only
16411 for the current node and file is not in the cache of index nodes.
16412 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16413 for consistency with dired-copy-filename-as-kill.
16414 Bind `S' to Info-search-case-sensitively.
16415 (Info-copy-current-node-name): New arg. With zero prefix arg put
16416 the name inside a function call to `info'. Display copied text in
16417 the echo area.
16418
16419 2004-05-25 Sam Steingold <sds@gnu.org>
16420
16421 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16422 strip the package prefix from the symbol name, if any.
16423 Make it the `find-tag-default-function' for `lisp-mode'.
16424
16425 2004-05-25 John Paul Wallington <jpw@gnu.org>
16426
16427 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16428 instead of obsolete `process-kill-without-query'.
16429
16430 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16431 Declare as variable, not constant.
16432
16433 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16434
16435 * files.el (find-file-noselect-1): Fix bug introduced by
16436 Revision 1.694. As a side effect, `inhibit-read-only'
16437 is again, by default, t during execution of
16438 `find-file-not-found-functions'.
16439 (insert-directory): Check that lines were really inserted by
16440 the --dired switch, before erasing them.
16441
16442 2004-05-24 Nick Roberts <nickrob@gnu.org>
16443
16444 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16445 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16446 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16447 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16448 gud-minor-mode (gdbmi).
16449
16450 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16451
16452 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16453 explicitly select the text to be taken as URL.
16454
16455 2004-05-23 Juri Linkov <juri@jurta.org>
16456
16457 * info.el (Info-index-nodes): New var and fun.
16458 (Info-goto-index, Info-index, info-apropos)
16459 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16460 (Info-index): Fix docstring. Store and restore Info-history-list.
16461 (Info-complete-nodes): New var.
16462 (Info-complete-menu-item): Use it.
16463 (Info-index-node): New fun.
16464 (Info-final-node, Info-forward-node, Info-backward-node)
16465 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16466 Use Info-index-node.
16467 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16468 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16469 (Info-find-node-2): If a node with period in its name not found,
16470 try to find a node without the name part after period.
16471 (Info-select-node): Call Info-fontify-node only if
16472 Info-fontify-maximum-menu-size is not nil.
16473 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16474 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16475 Preserve Info-history-list.
16476 (Info-toc): Set Info-current-file.
16477 (Info-build-toc): Move point to the beginning of the buffer.
16478 Add main-file variable.
16479 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16480 Use backslashed representation of the control character ^_.
16481
16482 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16483 numbers in the new Texinfo 4.7 format.
16484
16485 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16486 regexps for function and variable names.
16487
16488 * descr-text.el (describe-property-list): Add [show] button for
16489 `syntax-table' property with action to pp to a separate buffer.
16490 (describe-char): Replace search-forward by re-search-forward with
16491 whitespace regexp after "character:" to not fail in too narrow windows.
16492
16493 * simple.el (next-error-find-buffer): Add a rule to return
16494 next-error capable buffer if one window on the selected frame
16495 displays such buffer.
16496
16497 2004-05-23 Nick Roberts <nickrob@gnu.org>
16498
16499 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16500 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16501 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16502 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16503 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16504 Handle new value for gud-minor-mode (gdbmi).
16505 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16506 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16507 Change from local to global gdb variable set.
16508 (gdb-ann3): Initialize above gdb variable set.
16509 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16510 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16511 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16512 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16513 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16514 (gdb-info-locals-handler, gdb-invalidate-assembler)
16515 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16516 set as global variables.
16517 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16518 Handle gdbmi.
16519 (gdb-info-breakpoints-custom): Fix regexp.
16520 (def-gdb-var): Delete.
16521
16522 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16523 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16524 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16525 a new mode. The file (gdb-mi.el) for this mode will be included
16526 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16527 primary interface.
16528
16529 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16530
16531 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16532 interpreted as a directory.
16533
16534 2004-05-22 Richard M. Stallman <rms@gnu.org>
16535
16536 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16537 as a close quote.
16538
16539 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16540
16541 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16542 Use assoc-string, not assoc-ignore-case.
16543
16544 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16545
16546 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16547 If moving back then fwd gets a defun that ends before point,
16548 try again moving fwd then back.
16549
16550 * files.el (file-name-non-special): Allow t in file-arg-indices
16551 to mean requote the return value. Use `identity' as an element
16552 rather than as the whole value.
16553
16554 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16555
16556 2004-05-22 Juanma Barranquero <lektu@terra.es>
16557
16558 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16559 `help-make-usage'.
16560 (help-highlight-arguments): Skip function name before searching
16561 for arguments.
16562
16563 2004-05-21 Juanma Barranquero <lektu@terra.es>
16564
16565 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16566 Don't mention in the docstring these arguments meant for
16567 internal (recursive) use only.
16568 (allout-char-spec): Comment out (it's not implemented).
16569 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16570 obsolescence declaration.
16571 (allout-flatten-exposed-to-buffer)
16572 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16573 (my-mark-marker): Doc fix.
16574 (produce-allout-mode-map, allout-sibling-index)
16575 (allout-isearch-expose, allout-distinctive-bullet)
16576 (allout-open-topic, allout-reindent-body)
16577 (allout-rebullet-heading, allout-process-exposed)
16578 (allout-insert-listified, allout-latex-verb-quote)
16579 (allout-insert-latex-header, allout-insert-latex-trailer):
16580 Make arguments match their use in docstring.
16581 (allout-primary-bullet, allout-old-style-prefixes)
16582 (allout-inhibit-protection, allout-init, allout-mode)
16583 (allout-before-change-protect, allout-flag-region):
16584 Use "Emacs" instead of "emacs" in docstrings.
16585
16586 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16587
16588 * international/characters.el: Modify syntax of more characters.
16589
16590 2004-05-21 Masatake YAMATO <jet@gyve.org>
16591
16592 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16593 (etags-tags-completion-table): Show parsing progress.
16594
16595 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16596
16597 * locate.el (locate-prompt-for-command): Shorten first line of
16598 docstring.
16599 (locate-mode): Expand docstring and include keymap summary.
16600
16601 * files.el (find-file-noselect-1): Limit the scope of the
16602 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16603 is, by default, nil during the execution of
16604 `find-file-not-found-functions' and `find-file-hook'.
16605
16606 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16607
16608 * facemenu.el (facemenu-color-name-equal): New function.
16609 (list-colors-display): Use it to compare colors instead of
16610 facemenu-color-equal.
16611
16612 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16613
16614 * compare-w.el (compare-windows-face): Use min-colors instead of
16615 checking for tty or pc types.
16616
16617 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16618
16619 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16620 (completion-setup-function): Use with-current-buffer.
16621 Properly save excursion. Simplify.
16622 Don't assume there is necessarily a `mouse-face' property somewhere.
16623
16624 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16625
16626 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16627
16628 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16629 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16630 Use with-current-buffer.
16631 (byte-goto-log-buffer): Delete.
16632 (byte-compile-log-file): Call compilation-forget-errors.
16633
16634 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16635
16636 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16637 output messages into the search result.
16638
16639 2004-05-19 Masatake YAMATO <jet@gyve.org>
16640
16641 * wid-edit.el (widget-radio-button-notify): Revert my last
16642 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16643
16644 2004-05-19 Kenichi Handa <handa@m17n.org>
16645
16646 * international/characters.el: Fix syntax (open/close) of CJK chars.
16647
16648 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16649
16650 * help-mode.el (help-go-back): Don't depend on position of back button.
16651
16652 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16653
16654 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16655 files don't contain an accidental additional /.
16656
16657 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16658 in source buffer.
16659
16660 2004-05-18 Masatake YAMATO <jet@gyve.org>
16661
16662 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16663 to widget-apply. :action method assumes 2 arguments, not 3.
16664
16665 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16666
16667 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16668 New constants.
16669 (hs-special-modes-alist): Add an f90-mode entry.
16670
16671 2004-05-17 Sam Steingold <sds@gnu.org>
16672
16673 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16674 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16675
16676 2004-05-16 Kim F. Storm <storm@cua.dk>
16677
16678 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16679
16680 2004-05-15 John Wiegley <johnw@newartisans.com>
16681
16682 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16683 (eshell-output-object-to-target): Improve output speed 20% by not
16684 calling `eshell-stringify' if something is already known to be a string.
16685
16686 2004-05-15 Alex Ott <ott@jet.msk.su>
16687
16688 * textmodes/ispell.el (ispell-local-dictionary-alist):
16689 Add windows-1251 to the choice of coding systems.
16690 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16691 encoded in cp1251.
16692
16693 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16694
16695 * progmodes/compile.el (compilation-warning-face)
16696 (compilation-info-face): Use min-colors.
16697
16698 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16699
16700 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16701 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16702 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16703 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16704 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16705 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16706 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16707 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16708 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16709 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16710 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16711 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16712 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16713 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16714
16715 2004-05-15 Kim F. Storm <storm@cua.dk>
16716
16717 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16718 Use it to set triggered-p element of timer.
16719 (timer-event-handler): Set triggered-p element non-nil while running
16720 the timer function.
16721
16722 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16723
16724 * descr-text.el (describe-char-unicode-data)
16725 (describe-char-unicodedata-file): Re-enable the unicode code now that
16726 the licensing issues have been cleared in the unicode-4 license.
16727 (describe-text-properties-1): Remove unused `overlay' var.
16728 (describe-char): Remove unused var `buffer'.
16729
16730 2004-05-14 David Ponce <david@dponce.com>
16731
16732 * tree-widget.el: New file.
16733
16734 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16735
16736 * language/european.el ("Brazilian Portuguese"): Add support for
16737 Brazilian Portuguese.
16738
16739 2004-05-13 John Wiegley <johnw@newartisans.com>
16740
16741 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16742 `recentf-mode' if this variable has been customized to t.
16743
16744 * eshell/esh-test.el (eshell-test): Call the function
16745 `emacs-version' rather than trying to build a custom version string.
16746
16747 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16748
16749 * net/telnet.el (telnet-mode): Use define-derived-mode.
16750 Don't modify the global value of comint-prompt-regexp.
16751
16752 2004-05-13 John Paul Wallington <jpw@gnu.org>
16753
16754 * version.el (emacs-version): Check for `gtk' feature before
16755 `x-toolkit' feature.
16756
16757 2004-05-13 Juanma Barranquero <lektu@terra.es>
16758
16759 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16760 arguments in the docstring, they're used only in recursive calls.
16761
16762 * help-fns.el (help-arg-highlighting-function)
16763 (help-argument-name): Delete.
16764 (help-default-arg-highlight): New function.
16765 (help-do-arg-highlighting): Use it.
16766
16767 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16768
16769 * calendar/appt.el (appt-disp-window):
16770 Use `calendar-set-mode-line' for a centered mode-line.
16771
16772 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16773
16774 * calendar/appt.el (appt-disp-window): Do not split window
16775 excessively when `split-height-threshold' is low.
16776
16777 2004-05-12 Nick Roberts <nickrob@gnu.org>
16778
16779 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16780 kill-buffer-hook here and make it local.
16781 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16782
16783 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16784
16785 * progmodes/compile.el (compilation-set-window-height):
16786 Use save-excursion to protect against misplaced marker.
16787
16788 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16789
16790 * custom.el (defface): Document that type can have value gtk.
16791
16792 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16793
16794 2004-05-12 Kenichi Handa <handa@m17n.org>
16795
16796 * descr-text.el: Require quail at compile time.
16797 (describe-char): If an input method is on and it supports the
16798 character, show how to input it.
16799
16800 * international/quail.el (quail-install-decode-map): Accept a
16801 char-table whose subtype is `quail-decode-map'.
16802 (quail-store-decode-map-key, quail-gen-decode-map1)
16803 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16804 (quail-show-key): New functions.
16805
16806 2004-05-12 Juanma Barranquero <lektu@terra.es>
16807
16808 * generic.el (define-generic-mode): Remove redundant arglist info.
16809
16810 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16811 Make arguments match their use in docstring.
16812 (help-arg-highlighting-function): New variable.
16813 (help-argument-name): Mention it in the docstring.
16814 (help-do-arg-highlight): Use it. Expand regexp to accept also
16815 ARG-xxx and xxx-ARG references.
16816
16817 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16818
16819 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16820 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16821 and "mailto:addr1?to=addr2" equal.
16822
16823 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16824
16825 * man.el (Man-getpage-in-background): Use shell-file-name
16826 and shell-command-switch variables instead of hard-coded values.
16827
16828 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16829
16830 * iimage.el: New file.
16831
16832 2004-05-11 Juanma Barranquero <lektu@terra.es>
16833
16834 * custom.el (custom-initialize-default, defcustom):
16835 Fix typo in docstring.
16836
16837 * files.el (set-visited-file-name, file-expand-wildcards):
16838 Fix docstring.
16839
16840 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16841
16842 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16843
16844 * subr.el (eventp): Be more discriminating with integers.
16845
16846 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16847
16848 * progmodes/compile.el (compile): Add universal prefix arg.
16849 (compilation-error-regexp-alist-alist): Add edg patterns.
16850
16851 2004-05-10 Sam Steingold <sds@gnu.org>
16852
16853 * textmodes/ispell.el (ispell-message):
16854 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16855
16856 2004-05-10 Dave Love <fx@gnu.org>
16857
16858 * progmodes/python.el (help-buffer): Autoload when compiling.
16859 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16860 (run-python): Prepend to any existing PYTHONPATH.
16861
16862 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16863
16864 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16865 for pending breakpoints.
16866
16867 2004-05-10 Richard M. Stallman <rms@gnu.org>
16868
16869 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16870 directly without calling any functions in Rmail.
16871 (unrmail-unprune): Function deleted.
16872
16873 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16874
16875 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16876 C-c C-z binding.
16877
16878 2004-05-10 Kenichi Handa <handa@m17n.org>
16879
16880 * descr-text.el (describe-char): Fix previous change. Don't make
16881 a unibyte character to multibyte in the *Help* buffer.
16882
16883 2004-05-10 Miles Bader <miles@gnu.org>
16884
16885 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16886 buffer an error if the debugger process is actually running.
16887
16888 2004-05-10 Juanma Barranquero <lektu@terra.es>
16889
16890 * help-fns.el (help-argument-name): Default to italic.
16891 (help-highlight-arguments): Return always (usage . doc), even when
16892 usage is nil.
16893
16894 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16895 (define-ibuffer-filter): Add usage info.
16896 (define-ibuffer-op): Add usage info (but CL-style defaults for
16897 keyword args are not shown).
16898
16899 * subr.el (remove-overlays, read-passwd): Fix docstring.
16900 (start-process-shell-command): Fix docstring. Put usage info in a
16901 format usable by `describe-function'.
16902 (open-network-stream, open-network-stream-nowait)
16903 (open-network-stream-server): Fix docstring.
16904
16905 2004-05-09 Jason Rumney <jasonr@gnu.org>
16906
16907 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16908 Only define cp125* if windows-125* is already defined.
16909
16910 * language/korean.el (cp949): Add alias.
16911
16912 * language/chinese.el (cp936, cp950): Add aliases.
16913
16914 * language/japanese.el (cp932): Add alias.
16915
16916 * term/w32-win.el: Require code-pages.
16917
16918 * international/mule-cmds.el (set-locale-environment):
16919 On MS-Windows use ansi code-page for default coding-systems.
16920 Set up paper sizes for Windows 3 letter languages.
16921
16922 * international/code-pages.el (cp932, cp936, cp949, cp950):
16923 Add aliases. Also add cp125* if not already defined.
16924
16925 2004-05-09 Juanma Barranquero <lektu@terra.es>
16926
16927 * help-fns.el (help-highlight-arguments): Don't try to highlight
16928 missing or autoloaded arglists. Accept structured arguments, like
16929 the first ones of `do' and `flet'.
16930
16931 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16932 (cvs-get-marked): Remove redundant arglist info.
16933
16934 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16935 Don't use CL-style default args.
16936
16937 2004-05-08 Andreas Schwab <schwab@suse.de>
16938
16939 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16940
16941 * international/subst-ksc.el: Fix references to utf-translate-cjk
16942 into utf-translate-cjk-mode.
16943 * international/subst-big5.el: Likewise.
16944 * international/subst-gb2312.el: Likewise.
16945 * international/subst-jis.el: Likewise.
16946 * international/utf-16.el: Likewise.
16947 * international/utf-8.el: Likewise.
16948
16949 2004-05-08 John Wiegley <johnw@newartisans.com>
16950
16951 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16952 "virtual buffers" (off by default), which makes it possible to
16953 switch to the "virtual" buffers of recently visited files. When a
16954 buffer name search fails, and this option is on, iswitchb will
16955 look at the list of recently visited files, and permit matching
16956 against those names. When the user hits RET on a match, it will
16957 revisit that file.
16958 (iswitchb-read-buffer): Add two optional arguments, which makes
16959 isearchb.el possible.
16960 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16961 (iswitchb-next-match): Add support for virtual buffers.
16962
16963 * isearchb.el: This module extends iswitchb to provide "as you
16964 type" buffer selection.
16965
16966 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16967 Ignore the read-only property when flyspell highlighting is on.
16968 Not ignoring it leads to a series of confusing errors.
16969 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16970 but also make sure to call flyspell-incorrect-hook.
16971 (flyspell-maybe-correct-transposition): Perform transposition test
16972 by bit twiddling a string, rather than using a temp buffer.
16973 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16974 buffer. This is also the original version of the code, which
16975 could not be checked in before due to a previous lack of
16976 assignment papers. This version has seen heavy usage on my system
16977 for several years now.
16978
16979 * calendar/cal-bahai.el: New file, which adds support for the
16980 Baha'i calendar to Emacs. This calendar is based on a solar year
16981 of 19 months of 19 days, with 4 intercalary days. Each year
16982 begins on March 21, with the calendar starting in 1844.
16983
16984 * calendar/cal-menu.el, calendar/calendar.el
16985 * calendar/diary-lib.el, calendar/holidays.el:
16986 Added support for using cal-bahai.el.
16987
16988 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16989 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16990 function can be used outside of eshell buffers.
16991 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16992
16993 2004-05-08 Juanma Barranquero <lektu@terra.es>
16994
16995 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16996 word constituent so FOO-ARG is not recognized as an arg.
16997 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16998
16999 * simple.el (next-error): Fix typo in docstring.
17000 (open-line): Make argument names match their use in docstring.
17001 (split-line): Fix docstring.
17002
17003 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
17004 usable by `describe-function'.
17005 (gensym, gentemp, typep, ignore-errors): Make argument names match
17006 their use in docstring.
17007
17008 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
17009 argument to `help-setup-xref'.
17010
17011 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
17012
17013 Version 2.0.40 of Tramp released.
17014
17015 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
17016 Use symbol-function to invoke functions only known on some Emacs
17017 flavors. This avoids byte-compiler warnings. Reported by Kevin
17018 Scaldeferri <kevin@scaldeferri.com>.
17019 (tramp-do-copy-or-rename-file-via-buffer): Rename from
17020 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
17021 consistent with the other tramp-do-* functions.
17022 (tramp-do-copy-or-rename-file): Calls adjusted.
17023 (tramp-process-initial-commands): Avoid liveness check on shell --
17024 we know that it must be alive since we're opening a connection at
17025 this moment.
17026 (tramp-last-cmd): New internal variable.
17027 (tramp-process-echoes): New tunable.
17028 (tramp-send-command): Set tramp-last-cmd.
17029 (tramp-wait-for-output): Delete echo, if applicable.
17030 (tramp-read-passwd): Construct the key for the password cache in a
17031 way that works for multi methods, too.
17032 (tramp-bug): Add backup-directory-alist and
17033 bkup-backup-directory-info to bug reports, with Tramp counterparts.
17034
17035 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
17036
17037 * net/tramp*.el: Suppress byte-compiler warnings where possible.
17038
17039 * net/tramp.el (tramp-out-of-band-prompt-regexp)
17040 (tramp-actions-copy-out-of-band): New defcustoms.
17041 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
17042 used instead of a synchronous one. Allows password entering.
17043 (tramp-action-out-of-band): New defun.
17044 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
17045 Remove restriction with password from doc string.
17046 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
17047 `tramp-out-of-band-prompt-regexp',
17048 `tramp-actions-copy-out-of-band', `password-cache' and
17049 `password-cache-expiry'.
17050 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
17051 password caching.
17052 (tramp-touch): FILE can be a local file, too.
17053 (TODO): Remove items done.
17054 (tramp-handle-insert-directory): Properly quote file name also if
17055 not full-directory-p. Handle wildcard case. Reported by Andreas
17056 Schwab <schwab@suse.de>.
17057 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
17058 new file.
17059 (tramp-handle-file-local-copy, tramp-handle-write-region):
17060 The permissions of the temporary file are set if filename exists.
17061 Reported by Ted Stern <stern@cray.com>.
17062 (tramp-backup-directory-alist)
17063 (tramp-bkup-backup-directory-info): New defcustoms.
17064 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
17065 (tramp-handle-find-backup-file-name): New function.
17066 Implements Tramp's find-backup-file-name.
17067
17068 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
17069 for `find-backup-file-name'.
17070
17071 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
17072 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
17073
17074 2004-05-07 Lars Hansen <larsh@math.ku.dk>
17075
17076 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
17077
17078 2004-05-07 Juanma Barranquero <lektu@terra.es>
17079
17080 * subr.el (lambda): Add arglist description to docstring.
17081 (declare): Fix typo in docstring.
17082 (open-network-stream): Fix docstring.
17083 (process-kill-without-query): Fix docstring and add obsolescence info.
17084 (last, butlast, nbutlast): Make arguments match their use in docstring.
17085 (insert-buffer-substring-no-properties): Likewise.
17086 (insert-buffer-substring-as-yank): Likewise.
17087 (split-string): Fix docstring.
17088
17089 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
17090 Make argument names match their use in docstring.
17091
17092 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
17093
17094 2004-05-06 Nick Roberts <nickrob@gnu.org>
17095
17096 * progmodes/gdb-ui.el: Improve/extend documentation strings.
17097 Fit first sentence on one line for apropos-command.
17098
17099 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
17100
17101 Changes largely merged in from Dave Love's code.
17102 * progmodes/python.el: Doc fixes.
17103 (python-mode-map): Add python-complete-symbol.
17104 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
17105 (python-comment-indent, python-complete-symbol)
17106 (python-symbol-completions, python-partial-symbol)
17107 (python-try-complete): New.
17108 (python-indent-line): Remove optional arg. Use python-block-end-p.
17109 (python-check): Bind compilation-error-regexp-alist.
17110 (inferior-python-mode): Use rx. Move keybindings to top level.
17111 Set comint-input-filter.
17112 (python-preoutput-filter): Use rx.
17113 (python-input-filter): Re-introduce.
17114 (python-proc): Start new process if necessary.
17115 Check python-buffer non-nil.
17116 (view-return-to-alist): Defvar.
17117 (python-send-receive): New.
17118 (python-eldoc-function): Use it.
17119 (python-mode-running): Don't defvar.
17120 (python-mode): Set comment-indent-function.
17121 Maybe update hippie-expand-try-functions-list.
17122 (python-indentation-levels): Initialize differently.
17123 (python-block-end-p): New.
17124 (python-indent-line): Use it.
17125 (python-compilation-regexp-alist): Augment.
17126 (run-python): Import `emacs' module to Python rather than loading
17127 code directly. Set python-buffer differently.
17128 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17129 Use python-proc.
17130 (python-send-command): Go to end of comint buffer.
17131 (python-load-file): Use python-proc, emacs.eimport.
17132 (python-describe-symbol): Simplify interactive form.
17133 Use emacs.help. Do use temp-buffer-show-hook.
17134 Call print-help-return-message.
17135 (hippie-exp): Require when compiling.
17136 (python-preoutput-continuation): Use rx.
17137
17138 * diff-mode.el (diff-make-unified): Fix regexp.
17139
17140 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17141
17142 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17143 filter groups from the buffer when rebuilding the Ibuffer buffer
17144 and `ibuffer-show-empty-filter-groups' is nil.
17145
17146 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17147
17148 * ps-print.el (ps-print-quote): Call ps-value-string.
17149 (ps-setup): Call ps-comment-string.
17150 (ps-value-string, ps-comment-string): New funs.
17151
17152 2004-05-06 Juanma Barranquero <lektu@terra.es>
17153
17154 * ehelp.el (electric-help-command-loop): Check whether the last
17155 character is visible, not (point-max).
17156
17157 * help-fns.el (help-argument-name): Default to bold; don't inherit
17158 from font-lock-variable-name-face.
17159 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17160
17161 2004-05-05 Kenichi Handa <handa@m17n.org>
17162
17163 * descr-text.el (describe-char): Copy the character with text
17164 properties and overlays into the first line, and call
17165 describe-text-properties on it.
17166
17167 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17168
17169 * iswitchb.el (iswitchb-global-map): Fix typo.
17170 Remove unwanted ###autoloads from source file.
17171
17172 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17173
17174 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17175 in run-hooks. Use substitute-command-keys in message.
17176 (wdired-abort-changes): Add message.
17177
17178 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17179
17180 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17181 (sql-emacs20-p): Remove.
17182 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17183 (sql-builtin-face, sql-doc-face): Remove.
17184 (sql-mode-ansi-font-lock-keywords)
17185 (sql-mode-oracle-font-lock-keywords)
17186 (sql-mode-postgres-font-lock-keywords)
17187 (sql-mode-linter-font-lock-keywords)
17188 (sql-mode-ms-font-lock-keywords)
17189 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17190 (sql-product-font-lock): Fix font-lock reset when font rules change.
17191 (sql-highlight-product): Remove incorrect font-lock reset logic.
17192
17193 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17194
17195 * ses.el (ses-set-parameter): Fix typo.
17196
17197 2004-05-04 Kim F. Storm <storm@cua.dk>
17198
17199 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17200 Must expand directory for completion to work; and don't mess with
17201 process-environment.
17202 (ido-read-file-name): If command has ido property, don't use ido
17203 if value is ignore, or read as directory if value is dir.
17204 Set ido ignore property for dired-do-rename command.
17205
17206 2004-05-04 Juanma Barranquero <lektu@terra.es>
17207
17208 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17209 (electric-help-help): Check against unmapped commands.
17210
17211 * help-fns.el (help-argument-name): New face, inheriting from
17212 font-lock-variable-name-face, to highlight function arguments in
17213 `describe-function' and `describe-key'.
17214 (help-do-arg-highlight): Auxiliary function to highlight a given
17215 list of arguments in a string.
17216 (help-highlight-arguments): Highlight the function arguments and
17217 all uses of them in the docstring.
17218 (describe-function-1): Use it. Do docstring output via `insert',
17219 not 'princ', so text attributes are preserved.
17220
17221 * winner.el (winner-mode-map): Move `winner-undo' and
17222 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17223 previous bindings conflict with `prev-buffer', `next-buffer').
17224
17225 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17226
17227 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17228 (bibtex-entry-update): New command bound to C-c C-u.
17229 (bibtex-text-in-string): Fix regexp.
17230 (bibtex-assoc-of-regexp): Remove.
17231 (bibtex-progress-message): Fix docstring.
17232 (bibtex-inside-field): Use if.
17233 (bibtex-assoc-regexp): New function.
17234 (bibtex-format-entry): Make code more robust so that it formats
17235 also old entries.
17236 (bibtex-autokey-demangle-title): Merge with obsolete function
17237 bibtex-assoc-of-regexp.
17238 (bibtex-field-list): New function.
17239 (bibtex-entry): Use bibtex-field-list.
17240 (bibtex-parse-entry): Fix docstring.
17241 (bibtex-print-help-message): Use bibtex-field-list.
17242 (bibtex-make-field): Use bibtex-field-list.
17243 (bibtex-entry-index): Bugfix. Return crossref key if required.
17244 (bibtex-lessp): Fix docstring.
17245
17246 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17247
17248 * select.el (xselect-convert-to-string): Move comment to intended line.
17249
17250 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17251
17252 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17253 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17254
17255 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17256
17257 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17258 x-get-selection.
17259
17260 2004-05-03 Jason Rumney <jasonr@gnu.org>
17261
17262 * makefile.nt: Remove.
17263
17264 2004-05-03 Kim F. Storm <storm@cua.dk>
17265
17266 * emulation/cua-base.el (cua--update-indications): Fix last change.
17267 (cua-mode): Deactivate mark when cua-mode is enabled.
17268
17269 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17270
17271 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17272
17273 2004-05-03 Nick Roberts <nickrob@gnu.org>
17274
17275 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17276 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17277 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17278 window over visible frames.
17279 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17280
17281 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17282
17283 * progmodes/compile.el (compilation-gcpro): New var.
17284 (compilation-fake-loc): Use it.
17285 (compilation-forget-errors): Reset it.
17286
17287 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17288
17289 * diff-mode.el (diff-header-face, diff-file-header-face):
17290 Use min-colors.
17291
17292 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17293
17294 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17295 (bibtex-clean-entry): Disentangle code.
17296 (bibtex-realign): New function.
17297 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17298 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17299 Remove undocumented optional arg called-by-convert-alien.
17300 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17301 for sorting instead of bibtex-sort-buffer.
17302
17303 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17304
17305 * progmodes/compile.el (compilation-start): In the
17306 no-async-subprocesses branch, call sit-for to give redisplay a
17307 chance to show the updated process status in the mode line, and
17308 fontify the buffer explicitly after the process exits.
17309
17310 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17311
17312 * progmodes/python.el (python-compilation-line-number): Remove.
17313 (python-compilation-regexp-alist): Don't use it any more.
17314 (python-orig-start, python-input-filter): Remove.
17315 (inferior-python-mode): Don't set up comint-input-filter-functions.
17316 (python-send-region): Use compilation-fake-loc.
17317
17318 * progmodes/compile.el (compilation-messages-start): New var.
17319 (compilation-mode): Don't setup next-error-function here.
17320 (compilation-setup): Set it up here instead (for minor modes as well).
17321 Make compilation-messages-start buffer local.
17322 (compilation-next-error-function): Use it.
17323 (compilation-forget-errors): Set compilation-messages-start.
17324
17325 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17326
17327 * ielm.el (ielm-prompt-read-only): Update docstring.
17328
17329 * comint.el (comint-prompt-read-only): Update docstring.
17330 (comint-update-fence, comint-kill-whole-line)
17331 (comint-kill-region): New functions.
17332
17333 * simple.el (kill-whole-line): Use "p" instead of "P" in
17334 interactive form.
17335
17336 2004-05-01 Juanma Barranquero <lektu@terra.es>
17337
17338 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17339 format arglist so default values in CL-style argument lists are
17340 correctly shown.
17341
17342 2004-05-01 Jason Rumney <jasonr@gnu.org>
17343
17344 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17345
17346 2004-05-01 Kenichi Handa <handa@m17n.org>
17347
17348 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17349 quail file if it is up to date.
17350
17351 2004-04-30 Juri Linkov <juri@jurta.org>
17352
17353 * cus-edit.el (custom-mode-map):
17354 Add key binding `C-x C-s' to `Custom-save'.
17355
17356 * outline.el (outline-blank-line): New var.
17357 (outline-next-preface, outline-show-heading)
17358 (outline-end-of-subtree): Use it.
17359
17360 * dired-aux.el (dired-touch-initial): New fun.
17361 (dired-do-chxxx): Call it for op-symbol `touch'.
17362 (dired-diff): Use `dired-dwim-target-directory'
17363 if current dired buffer has no buffer mark.
17364
17365 * bindings.el (propertized-buffer-identification):
17366 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17367 Add C-M-arrow keys for consistency.
17368
17369 * files.el (confirm-kill-emacs):
17370 Change group from top-level `emacs' to `convenience'.
17371
17372 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17373 Push mark on the first call of successive command calls.
17374 (insert-pair): New fun created from `insert-parentheses' with
17375 `open' and `close' arguments added. Enclose active regions
17376 in paired characters. Compare adjacent characters syntax with
17377 inserted characters syntax before inserting a space.
17378 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17379
17380 * delsel.el: Don't put `delete-selection' property
17381 on `insert-parentheses' symbol to take advantage of
17382 region handling in `insert-pair' function.
17383 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17384
17385 2004-04-30 Kim F. Storm <storm@cua.dk>
17386
17387 * emulation/cua-base.el: Add support for changing cursor types;
17388 based on patch from Michael Mauger.
17389 (cua-normal-cursor-color, cua-read-only-cursor-color)
17390 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17391 Customization cursor type and/or cursor color.
17392 (cua--update-indications): Handle cursor type changes.
17393 (cua-mode): Update cursor indications if enabled.
17394
17395 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17396
17397 * mouse.el (mouse-drag-copy-region): New defcustom.
17398 (mouse-set-region, mouse-drag-region-1): Use it.
17399
17400 * simple.el (kill-ring-save): If region face background color is
17401 unspecified (if no highlighting), show extent of fully visible
17402 region even if transient-mark-mode is enabled.
17403
17404 * emulation/cua-base.el (cua--standard-movement-commands):
17405 Add cua-scroll-up and cua-scroll-down.
17406 (cua-scroll-up, cua-scroll-down): New commands.
17407 (cua--init-keymaps): Remap scroll-up and scroll-down.
17408
17409 * emulation/cua-rect.el (cua--convert-rectangle-as):
17410 New defmacro.
17411 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17412 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17413 New commands (suggested by Jordan Breeding).
17414
17415 2004-04-30 Juanma Barranquero <lektu@terra.es>
17416
17417 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17418
17419 2004-04-30 Mario Lang <mlang@delysid.org>
17420
17421 * diff.el (diff-switches): Fix typo in docstring.
17422
17423 2004-04-30 Alex Schroeder <alex@gnu.org>
17424
17425 * xml.el (xml-debug-print-internal): Don't add newline and
17426 indentation to text nodes and write empty elements as empty tags
17427 instead of opening and closing tags.
17428 (xml-debug-print): Take optional indent-string argument.
17429 (xml-print): Alias for xml-debug-print.
17430
17431 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17432
17433 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17434 than duplicate call to `line-beginning-position'.
17435
17436 * progmodes/f90.el (f90-get-present-comment-type):
17437 Return whitespace, as well as comment chars, for consistent filling
17438 of comment blocks. Use `match-string-no-properties'.
17439 (f90-break-line): Trim trailing whitespace when filling comments.
17440
17441 2004-04-30 Dave Love <fx@gnu.org>
17442
17443 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17444 (diary-from-outlook-internal, diary-from-outlook)
17445 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17446 New functions to import diary entries from Outlook-format
17447 appointments in mail messages.
17448
17449 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17450
17451 * progmodes/python.el (python-send-command): New fun.
17452 (python-send-region, python-load-file): Use it.
17453
17454 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17455
17456 * help-fns.el (help-C-file-name): Use new subr-name.
17457 Prepend `src/' to the file name.
17458 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17459 (describe-function-1, describe-variable): Only find a C source file
17460 name if DOC is already loaded.
17461
17462 * help-mode.el (help-function-def, help-variable-def):
17463 Use the new find-function-search-for-symbol functionality.
17464 Allow FILE to be `C-source'.
17465
17466 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17467 (find-function-C-source): New fun.
17468 (find-function-search-for-symbol): Use it.
17469
17470 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17471
17472 * progmodes/sql.el (sql-product-alist): Rename variable
17473 `sql-product-support'. Add Postgres login parameters.
17474 (sql-set-product, sql-product-feature): Update with renamed variable.
17475 (sql-connect-postgres): Add username prompt.
17476 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17477 Make patterns less product specific.
17478 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17479 (sql-mode-abbrev-table): Modify initialization.
17480 (sql-builtin-face): Add variable.
17481 (sql-keywords-re): Add macro.
17482 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17483 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17484 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17485 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17486 (sql-mode-linter-font-lock-keywords)
17487 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17488 (sql-mode-sybase-font-lock-keywords)
17489 (sql-mode-informix-font-lock-keywords)
17490 (sql-mode-interbase-font-lock-keywords)
17491 (sql-mode-ingres-font-lock-keywords)
17492 (sql-mode-solid-font-lock-keywords)
17493 (sql-mode-sqlite-font-lock-keywords)
17494 (sql-mode-db2-font-lock-keywords): Default to nil.
17495 (sql-product-font-lock): Always highlight ANSI keywords.
17496 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17497 (sql-send-string): Add function.
17498
17499 2004-04-29 Dave Love <fx@gnu.org>
17500
17501 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17502 (cfengine-end-of-defun): Ensure progress through buffer.
17503
17504 * info-look.el (cfengine-mode): Accept a terminal ().
17505
17506 2004-04-29 Juri Linkov <juri@jurta.org>
17507
17508 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17509 instead of isearch-yank-word-or-char. Add new key bindings for
17510 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17511 (isearch-del-char): New fun.
17512 (isearch-forward, isearch-edit-string): Update docstring.
17513 (isearch-yank-char): Doc fix.
17514 (isearch-other-meta-char): Restore point after scrolling.
17515
17516 * progmodes/compile.el (compilation-context-lines): Add nil option
17517 to disable compilation output window scrolling.
17518 (compilation-set-window): Use it.
17519
17520 * outline.el (outline-next-preface, outline-show-heading):
17521 Don't leave unhidden blank line before heading.
17522 (outline-end-of-subtree): Include last newline into subtree.
17523 (hide-entry): Leave point at beginning of heading instead of end.
17524 (outline-up-heading): Push mark for the first call of successive
17525 command calls.
17526
17527 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17528
17529 * comint.el (comint-prompt-read-only): New variable.
17530 (comint-output-filter): Implement it.
17531
17532 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17533 (ielm-prompt-internal): New variable.
17534 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17535 (ielm-send-input): Delete unused variable `buf'.
17536 (ielm-eval-input): Use `ielm-prompt-internal'.
17537 (inferior-emacs-lisp-mode): Use new variables
17538 `comint-prompt-read-only' and `ielm-prompt-internal'.
17539 Get rid of obsolete variable `directory-sep-char'.
17540 (ielm): Use `zerop'.
17541
17542 2004-04-29 John Paul Wallington <jpw@gnu.org>
17543
17544 * thumbs.el (toplevel): Require cl at compile time.
17545 Remove conditional definitions of `ignore-errors' and `caddar'
17546 because they occur at run time.
17547
17548 2004-04-28 Nick Roberts <nickrob@gnu.org>
17549
17550 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17551 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17552 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17553 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17554
17555 * progmodes/gud.el (gud-common-init): Throw an error if program is
17556 already running under gdb.
17557
17558 2004-04-28 John Paul Wallington <jpw@gnu.org>
17559
17560 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17561 (thumbs-show-image-num): Move assignment of
17562 `thumbs-current-image-filename' within scope of `i'.
17563 (thumbs-emboss-image): Don't use `evenp'.
17564
17565 2004-04-28 Richard M. Stallman <rms@gnu.org>
17566
17567 * progmodes/compile.el (compilation-context-lines): Default now 0.
17568
17569 2004-04-28 Juanma Barranquero <lektu@terra.es>
17570
17571 Use `time-less-p' from calendar/time-date.el instead of defining
17572 custom versions of it.
17573
17574 * pcomplete.el (pcomplete-time-less-p): Remove.
17575
17576 * thumbs.el (time-less-p): Remove.
17577
17578 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17579 (timeclock-generate-report): Use `time-less-p'.
17580
17581 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17582 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17583
17584 2004-04-28 Masatake YAMATO <jet@gyve.org>
17585
17586 * subr.el (remove-overlays): Make arguments optional.
17587
17588 * wid-edit.el (widget-specify-button): Put evaporate to the
17589 overlay for sample.
17590 (widget-specify-sample): Put evaporate to the overlay for sample.
17591 (widget-specify-doc): Put evaporate to the overlay for documentation.
17592
17593 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17594
17595 * info.el (info-apropos): Make it an index node. Align node names
17596 like makeinfo.
17597
17598 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17599
17600 * net/browse-url.el (browse-url-netscape-sentinel)
17601 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17602 (browse-url-epiphany-sentinel, browse-url-mosaic):
17603 Use browse-url-*-program instead of a literal program name.
17604
17605 2004-04-27 Kevin Ryde <user42@zip.com.au>
17606
17607 * eshell/em-alias.el:
17608 * eshell/em-dirs.el:
17609 * eshell/em-hist.el:
17610 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17611 features when M-x customize-group loads modules before the main
17612 eshell.el.
17613
17614 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17615
17616 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17617 either a character representation of an event or an event
17618 description list.
17619
17620 * type-break.el: Capitalize Emacs and Lisp.
17621 (type-break-good-break-interval, type-break-demo-boring-stats)
17622 (type-break-terse-messages, type-break-file-name): New defcustoms.
17623 (type-break-post-command-hook)
17624 (type-break-warning-countdown-string): Quote variable names in doc.
17625 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17626 (type-break-mode): Document type-break-good-break-interval and the
17627 "session" file. Schedule break according to the session file.
17628 Kill session file buffer on exit. Organize for save-some-buffers
17629 to always save the session file.
17630 (type-break-mode-line-message-mode, type-break-query-mode):
17631 Uppercase arguments.
17632 (type-break-file-time, type-break-file-keystroke-count, timep)
17633 (type-break-choose-file, type-break-get-previous-time)
17634 (type-break-get-previous-count): New defuns.
17635 (type-break): Avoid break querying after a completed break in the
17636 case where the query was initiated during user invocation of the
17637 break. Optional terse messages.
17638 Use type-break-good-break-interval if type-break-good-rest-interval is
17639 nil. File the break time.
17640 (type-break-schedule): New optional args for overriding the use of
17641 the current time.
17642 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17643 after a break.
17644 (type-break-check): File the keystroke count.
17645 (type-break-do-query): Prevent a second query when the break is
17646 interrupted. Optional terse message.
17647 (type-break-keystroke-reset): Record the start of a typing interval.
17648 (type-break-demo-boring): Optional terse messages. Display word
17649 per minute and keystroke counts according to
17650 type-break-demo-boring-stats.
17651
17652 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17653
17654 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17655 directories, make sure they exist under archive-tmpdir.
17656
17657 2004-04-27 Juri Linkov <juri@jurta.org>
17658
17659 * help.el (view-emacs-news): With argument, display info for the
17660 selected version by finding it among different NEWS files, and
17661 narrowing the buffer to the selected version.
17662
17663 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17664 same-window-buffer-names.
17665 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17666 non-numeric prefix argument, append the number to the buffer name
17667 for numeric prefix argument.
17668 (info-other-window): Bind same-window-regexps to nil.
17669 (Info-reference-name): Rename to Info-point-loc.
17670 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17671 and Info-find-index-name for stringy Info-point-loc.
17672 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17673 without middle `.', but with final `.' and optional line number
17674 for it. Set Info-point-loc for index nodes.
17675 (Info-index): Remove middle `.' from index entry regexp.
17676 Modify line number regexp.
17677 (Info-index-next): Decrement line number.
17678 (info-apropos): Remove middle `.' from index entry regexp.
17679 Add optional line number regexp at the end. Add matched value
17680 for line number to the result list and insert it to the buffer.
17681 Replace match-string by match-string-no-properties.
17682 Reorder result list.
17683 (Info-fontify-node): Hide index line numbers.
17684 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17685 empty matches.
17686 (Info-follow-reference): Use `str' instead of
17687 Info-following-node-name-re.
17688 (Info-toc): Use full file names. Set Info-current-node to "Top".
17689 (Info-fontify-node): Compare file names without directory name.
17690 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17691 Set second arg of Info-extract-menu-node-name for index nodes.
17692 (info-xref-visited): Use magenta3 instead of magenta4.
17693 (Info-mode): Add info-apropos to docstring.
17694
17695 * log-view.el (log-view-diff): Replace interactive code "r"
17696 by a list to allow to call it even if region is not active.
17697
17698 * paren.el (show-paren-highlight-openparen): New var.
17699 (show-paren-function): Turn on openparen highlighting when
17700 matching forward if show-paren-highlight-openparen is non-nil.
17701
17702 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17703 the constant value 1.
17704 (completions-common-part): Expand docstring.
17705
17706 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17707
17708 2004-04-27 Kim F. Storm <storm@cua.dk>
17709
17710 * image.el (insert-sliced-image): Use line-height instead of
17711 line-spacing property on newline.
17712
17713 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17714
17715 * desktop.el (desktop-buffer-misc-data-function): Rename to
17716 desktop-save-buffer and change docstring.
17717 (desktop-buffer-modes-to-save): Delete.
17718 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17719 desktop-buffer-modes-to-save.
17720 (desktop-save): Rename desktop-buffer-misc-data-function to
17721 desktop-save-buffer and allow non-function value.
17722 (desktop-missing-file-warning): Correct docstring.
17723
17724 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17725 to desktop-save-buffer.
17726
17727 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17728 desktop-save-buffer.
17729
17730 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17731
17732 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17733
17734 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17735
17736 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17737
17738 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17739
17740 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17741 (ielm): Only go to the end of the buffer when starting a new process.
17742
17743 2004-04-25 Juanma Barranquero <lektu@terra.es>
17744
17745 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17746 mode line. Bind `inhibit-read-only' to t before modifying
17747 properties of text in the buffer.
17748 (ielm): Force point to the end of buffer, even when running ielm
17749 from inside itself.
17750
17751 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17752
17753 * info.el (info-apropos): Reset Info-complete-cache.
17754
17755 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17756
17757 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17758 Also recognize severe Irix et al. messages.
17759 (compilation-normalize-filename, compile-abbreviate-directory):
17760 Delete functions.
17761 (compilation-get-file-structure): New function inherits
17762 functionality of the two preceding ones.
17763 (compilation-internal-error-properties, compilation-fake-loc):
17764 Use it so that different paths to the same file share the same
17765 markers. Also optimize finding adjacent marker slightly.
17766
17767 2004-04-25 Kim F. Storm <storm@cua.dk>
17768
17769 * image.el (insert-sliced-image): Add line-spacing t property
17770 to newlines separating image lines.
17771
17772 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17773
17774 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17775
17776 * ielm.el (ielm-prompt-read-only): New user option.
17777 (ielm-prompt): Expand docstring to describe new behavior.
17778 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17779 mention it in the docstring.
17780
17781 2004-04-24 Andreas Schwab <schwab@suse.de>
17782
17783 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17784
17785 * diff.el (diff): Set default-directory in diff buffer.
17786
17787 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17788
17789 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17790 mail was being composed if the terminal cannot display more than
17791 one frame; instead, switch to previous frame.
17792
17793 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17794 (rmail-start-mail): Support rmail-mail-new-frame even on
17795 terminals that can display only one frame at a time.
17796
17797 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17798
17799 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17800 (checkdoc-output-font-lock-keywords): Remove error regexp.
17801 (checkdoc-output-mode-map): Remove.
17802 (checkdoc-output-mode): Derive from compilation-mode.
17803 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17804
17805 * dired.el (dired-mode-map): Add a menu entry for wdired.
17806
17807 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17808 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17809
17810 * wdired.el (wdired-mode-map): Move init into declaration.
17811 Fix `return' binding.
17812 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17813 Use force-mode-line-update.
17814 (wdired-get-filename): Use `unless'.
17815 (wdired-preprocess-files): Don't assume names have no \n and use / for
17816 dir separator.
17817 (wdired-normalize-filename): Use replace-regexp-in-string.
17818 (wdired-load-hooks): Remove.
17819 (wdired-mode-hooks): Rename to wdired-mode-hook.
17820
17821 * info-look.el: Add support for cfengine-mode.
17822 (info-lookup-setup-mode): Use dolist.
17823
17824 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17825
17826 * wdired.el: New file.
17827
17828 2004-04-23 Juanma Barranquero <lektu@terra.es>
17829
17830 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17831
17832 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17833 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17834 (pcomplete--help, pcomplete--here): Doc fixes.
17835
17836 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17837
17838 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17839 handles wrong-number-of-arguments in backend call.
17840
17841 * vc.el (vc-print-log): Likewise.
17842
17843 2004-04-20 Dave Love <fx@gnu.org>
17844
17845 * emacs-lisp/rx.el: Doc fixes.
17846 (rx-constituents): Add/extend many forms.
17847 (rx-check): Check form is a list.
17848 (bracket): Defvar.
17849 (rx-check-any, rx-any, rx-check-not): Modify.
17850 (rx-not): Simplify.
17851 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17852 (rx-kleene): Use rx-trans-forms.
17853 (rx-quote-for-set): Delete.
17854 (rx): Allow multiple args.
17855
17856 2004-04-23 Kenichi Handa <handa@m17n.org>
17857
17858 * international/mule-util.el (char-displayable-p): Simplify by
17859 using internal-char-font.
17860
17861 2004-04-23 Juanma Barranquero <lektu@terra.es>
17862
17863 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17864
17865 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17866
17867 * diff-mode.el (diff-next-error): New fun.
17868 (diff-mode): Use it.
17869
17870 * simple.el (next-error): Change arg name.
17871 Add support for the documented C-u C-x ` usage.
17872
17873 * frame.el (special-display-popup-frame, next-multiframe-window)
17874 (previous-multiframe-window): Only consider frames on same display.
17875
17876 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17877
17878 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17879 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17880
17881 2004-04-22 Kim F. Storm <storm@cua.dk>
17882
17883 * net/telnet.el (telnet): Add optional port arg.
17884
17885 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17886
17887 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17888 Minor sanity check on the `hyperlink' slot.
17889
17890 * Makefile.in (recompile): Compile new files.
17891
17892 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17893 Add byte-recompile-directory's optional `arg'.
17894
17895 * cvs-status.el (cvs-tree-use-charset): New var.
17896 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17897 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17898 (cvs-status-cvstrees): Use it.
17899
17900 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17901 Make it a normal major mode.
17902 (checkdoc-buffer-label): Make sure the file name is meaningful.
17903 (checkdoc-output-to-error-buffer): Remove.
17904 (checkdoc-error, checkdoc-start-section): Rewrite.
17905
17906 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17907 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17908 (Info-title-4-face): Use new syntax.
17909 (info-xref-visited): Inherit from info-xref.
17910
17911 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17912
17913 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17914
17915 * simple.el (next-error-last-buffer, next-error-function):
17916 New variables for the next-error framework.
17917 (next-error-buffer-p): New function.
17918 (next-error-find-buffer): Generalize compilation-find-buffer.
17919 (next-error, previous-error, first-error, next-error-no-select)
17920 (previous-error-no-select): Move from compile.el.
17921
17922 * replace.el (occur-next-error, occur-1): Hook into the next-error
17923 framework.
17924
17925 * progmodes/compile.el (compilation-start):
17926 Set next-error-last-buffer so next-error knows where to jump.
17927 (compilation-setup): Set the buffer-local variable
17928 next-error-function to 'compilation-next-error-function.
17929 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17930 alternate way to find if a buffer is a compilation buffer, for
17931 next-error convenience.
17932 (next-error-no-select, previous-error-no-select, next-error)
17933 (previous-error, first-error): Move to simple.el.
17934 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17935 (compilation-last-buffer): Remove.
17936 (compilation-start, compilation-next-error, compilation-setup)
17937 (compilation-next-error-function, compilation-find-buffer):
17938 Remove compilation-last-buffer use.
17939
17940 2004-04-21 Juanma Barranquero <lektu@terra.es>
17941
17942 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17943 (font-lock-warning-face): Fix spacing.
17944
17945 * makefile.w32-in (WINS): Add url/ directory.
17946
17947 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17948
17949 * desktop.el (desktop-buffer-mode-handlers): New variable.
17950 Alist of major mode specific functions to restore a desktop buffer.
17951 (desktop-buffer-handlers): Make variable obsolete.
17952 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17953 Catch errors signaled in handlers. Update buffer count.
17954 Evaluate desktop-buffer-point.
17955 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17956 move to dired.el.
17957 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17958 move to info.el.
17959 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17960 move to mail/rmail.el.
17961 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17962 to mh-e/mh-e.el.
17963 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17964 On fail, print message (to message buffer) even if
17965 desktop-missing-file-warning is nil.
17966 (desktop-buffer-misc-data-function): New buffer local variable.
17967 Function returning major mode specific data.
17968 (desktop-buffer-misc-functions): Make variable obsolete.
17969 (desktop-save): Use desktop-buffer-misc-data-function.
17970 (desktop-buffer-dired-misc-data): Rename to
17971 dired-desktop-buffer-misc-data and move to dired.el.
17972 (desktop-buffer-info-misc-data): Rename to
17973 Info-desktop-buffer-misc-data and move to info.el.
17974 (desktop-read): Add message about number of buffers restored/failed.
17975
17976 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17977 Add parameters. Pause to display error only when
17978 desktop-missing-file-warning is non-nil.
17979 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17980 (dired-mode): Bind desktop-buffer-misc-data-function.
17981
17982 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17983 Add Parameters.
17984 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17985 (Info-mode): Bind desktop-buffer-misc-data-function.
17986
17987 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17988 Add Parameters.
17989
17990 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17991 Add Parameters.
17992
17993 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17994
17995 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17996 the case of letters in case-insensitive expansions when the
17997 abbrev is preceded by characters with letter syntax.
17998
17999 2004-04-21 Richard M. Stallman <rms@gnu.org>
18000
18001 * progmodes/cperl-mode.el (cperl-putback-char):
18002 Delete Emacs 18 definition.
18003
18004 * international/mule.el (ctext-post-read-conversion):
18005 Use assoc-string, not assoc-ignore-case.
18006
18007 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
18008
18009 * emacs-lisp/easymenu.el (easy-menu-add):
18010 Do call x-popup-menu, but only if it's defined.
18011
18012 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
18013
18014 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
18015 Handle multiple args: compile like progn.
18016
18017 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
18018 take all args as &rest arg.
18019
18020 * autoinsert.el (auto-insert-alist): Insert the user's name in
18021 copyright notice, rather than Free Software Foundation.
18022
18023 2004-04-21 Kenichi Handa <handa@m17n.org>
18024
18025 * descr-text.el (describe-char): Make it work on *Help* buffer.
18026
18027 2004-04-21 Kim F. Storm <storm@cua.dk>
18028
18029 * image.el (insert-image): Add optional SLICE arg.
18030 (insert-sliced-image): New defun.
18031
18032 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
18033
18034 * subr.el (read-number): Check whether `default' is nil.
18035
18036 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
18037
18038 * progmodes/compile.el (compilation-error-properties):
18039 Split into two.
18040 (compilation-internal-error-properties): New one.
18041 (compilation-compat-error-properties): Use it. Fix the non-marker case.
18042
18043 2004-04-20 Richard M. Stallman <rms@gnu.org>
18044
18045 * window.el (split-window-save-restore-data):
18046 Don't update the data if OLD-INFO is nil.
18047
18048 * view.el (view-return-to-alist): Mark it permanent local.
18049
18050 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
18051
18052 * recentf.el (recentf-save-list): Catch and warn about errors.
18053
18054 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
18055 so "Buffers" won't be pure.
18056
18057 * help-mode.el (help-mode-finish): Set help-return-alist first
18058 thing, setting only the entry for the selected window.
18059
18060 * help-fns.el (describe-function-1): If many non-control non-meta
18061 keys run the command, don't list all of them.
18062
18063 2004-04-20 Juanma Barranquero <lektu@terra.es>
18064
18065 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
18066 arg. Copied from Andre Spiegel's patch of 2004-03-21.
18067
18068 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
18069
18070 2004-04-20 Kenichi Handa <handa@m17n.org>
18071
18072 * international/quail.el (quail-lookup-key): New optional arg
18073 NOT-RESET-INDICES.
18074 (quail-get-translations): Call quail-lookup-key with
18075 NOT-RESET-INDICES t.
18076 (quail-completion): Likewise.
18077 (quail-lookup-map-and-concat): Likewise.
18078
18079 2004-04-20 Kenichi Handa <handa@m17n.org>
18080
18081 * international/quail.el (quail-update-translation): Don't insert
18082 such an unsupported multibyte char in a unibyte buffer.
18083
18084 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
18085
18086 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
18087 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
18088 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
18089 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
18090 (gdb-frame-assembler-buffer): Improve behavior with
18091 multiple frames.
18092 (gdb-display-buffer): Extend search to all visible frames.
18093
18094 2004-04-19 Eli Zaretskii <eliz@gnu.org>
18095
18096 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
18097 characters left after base64 decoding.
18098 (rmail-decode-region): Use -dos variety of `coding', to remove any
18099 ^M characters left after qp or base64 decoding.
18100
18101 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18102
18103 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
18104 messages.
18105
18106 2004-04-19 Stephen Eglen <stephen@gnu.org>
18107
18108 * add-log.el (add-change-log-entry): Update doc string to mention
18109 add-log-full-name and add-log-mailing-address.
18110
18111 2004-04-18 Juri Linkov <juri@jurta.org>
18112
18113 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
18114 (Info-find-node-2): Simplify error message.
18115 (Info-insert-dir): Use Info-following-node-name.
18116 (Info-goto-node): Remove *info-history* and *info-toc*.
18117 (Info-history): Create a node of the virtual history file.
18118 (Info-toc): Create a node of the virtual toc file.
18119 (Info-insert-toc): New arg `curr-file' for reference file names.
18120 (info-apropos): Remove redundant var binding for temp-file.
18121 (Info-index, Info-index-next, Info-mode): Doc fix.
18122 (Info-goto-emacs-command-node): Don't jump to *info* from
18123 non-*info* Info buffers.
18124 (Info-fontify-node): Don't show the file name of external
18125 references if `Info-hide-note-references' is `hide'. Don't hide
18126 newlines at the end of paragraphs.
18127
18128 * international/mule-diag.el (list-input-methods):
18129 Fix args to help-xref-button.
18130
18131 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18132 to put into effect local variables from TUTORIAL files.
18133
18134 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18135 with default value taken from the variable `sentence-end'.
18136 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18137 Add nil const to :type.
18138 (sentence-end-without-period, sentence-end-double-space)
18139 (sentence-end-without-space): Doc fix.
18140
18141 * textmodes/paragraphs.el (forward-sentence):
18142 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18143 (fill-delete-newlines):
18144 * progmodes/cc-cmds.el (c-beginning-of-statement):
18145 Use function `sentence-end' instead of variable `sentence-end'.
18146
18147 2004-04-18 Andreas Schwab <schwab@suse.de>
18148
18149 * progmodes/compile.el (compilation-start): Set window start to
18150 point-min if compilation-scroll-output is nil.
18151
18152 2004-04-18 John Wiegley <johnw@newartisans.com>
18153
18154 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18155
18156 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18157
18158 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18159 (gdb-info-breakpoints-custom): Revert previous change.
18160 (gdb-view-assembler): Update assembler if necessary.
18161 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18162 (gdb-display-source-buffer): Update properly when both source and
18163 assembler are visible.
18164
18165 2004-04-17 John Wiegley <johnw@newartisans.com>
18166
18167 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18168 which limits the number of names shown in the minibuffer. Off by
18169 default.
18170 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18171 up iswitchb for users with a multitude of open buffers by showing
18172 only the first and last N/2 buffers in the completion list (which
18173 is enough to aid C-s/C-r, and to know that more characters are
18174 needed to refine the completion list).
18175
18176 2004-04-17 Richard M. Stallman <rms@gnu.org>
18177
18178 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18179 (file-truename): Expand all ~ constructs directly.
18180 (insert-directory): Delete any error msg output by the
18181 `insert-directory-program'.
18182
18183 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18184 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18185 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18186 (allout-init): Use find-file-hook, not find-file-hooks.
18187 (allout-mode): Eliminate Emacs 18 support.
18188 Use write-contents-functions, not local-write-file-hooks.
18189
18190 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18191
18192 * progmodes/compile.el (compilation-error-properties): Fix for
18193 adding messages when there are already markers for their file.
18194 (compilation-fake-loc): New function.
18195
18196 2004-04-16 Dave Love <fx@gnu.org>
18197
18198 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18199 (python-load-file): Fix python-orig-start setting.
18200
18201 * progmodes/compile.el: Doc fixes.
18202 (compilation-error-regexp-alist-alist)
18203 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18204 (compilation-assq): Wrap in eval-when-compile.
18205 (compilation-mode-font-lock-keywords): Don't use list*.
18206 (compilation-start): Avoid warning.
18207 (compilation-compat-error-properties)
18208 (compilation-directory-properties): Add keymap property.
18209 (compilation-parsing-end): Make it a marker for better compatibility.
18210
18211 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18212
18213 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18214
18215 * xml.el: Doc fixes.
18216 (xml-get-children): Only looks at sub-tags and ignore strings.
18217
18218 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18219
18220 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18221
18222 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18223
18224 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18225
18226 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18227
18228 * vc.el (vc-print-log): Likewise.
18229
18230 2004-04-16 Masatake YAMATO <jet@gyve.org>
18231
18232 * simple.el (completion-setup-function): Set an initial value
18233 to `element-common-end' before entering loop. Set a value
18234 to `element-common-end' at the end of loop.
18235 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18236 (completions-common-part): Rename from completion-de-emphasis.
18237 (completions-first-difference): Rename from completion-emphasis.
18238 Suggested by RMS.
18239
18240 2004-04-16 Juanma Barranquero <lektu@terra.es>
18241
18242 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18243 (bookmark-edit-annotation-mode): Add mode name.
18244
18245 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18246
18247 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18248 for nested conflict markers.
18249 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18250
18251 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18252
18253 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18254
18255 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18256
18257 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18258
18259 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18260 Give a backtrace if requested.
18261
18262 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18263
18264 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18265 Remove unused functions.
18266 (python-orig-start-line, python-orig-file): Remove.
18267 (python-orig-start): New var.
18268 (python-input-filter, python-compilation-line-number)
18269 (python-send-region, python-load-file): Use it.
18270
18271 * info.el (info): Always jump to *info*.
18272
18273 * subr.el (posn-set-point): New function.
18274
18275 * mouse.el (mouse-set-point): Use it.
18276
18277 * progmodes/compile.el (compile-goto-error): Use it.
18278 (compilation-button-map): New keymap.
18279 (compilation-error-properties): Use it.
18280 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18281
18282 * smerge-mode.el (smerge-popup-context-menu): Use it.
18283
18284 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18285 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18286 mouse and non-mouse case.
18287
18288 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18289 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18290
18291 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18292 Make it work for non-mouse events.
18293
18294 * pcvs-info.el (cvs-status-map): Update binding name.
18295
18296 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18297
18298 * xml.el (xml-maybe-do-ns): New function to handle namespace
18299 parsing of both attribute and element names.
18300 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18301 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18302 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18303 (xml-parse-attlist): Make it do its own namespace parsing.
18304
18305 2004-04-14 Dave Love <fx@gnu.org>
18306
18307 * progmodes/python.el (run-python): Fix use of \n.
18308 (python-load-file): Remove `try' from Python fragment.
18309 (python-describe-symbol): Fix message.
18310
18311 * comint.el: Doc fixes.
18312 (comint-last-input-start, comint-last-input-end)
18313 (comint-last-output-start): Give them values.
18314 (comint-arguments): Avoid warning.
18315 (comint-skip-prompt): Use line-end-position.
18316 (comint-backward-matching-input): Rename arg to agree with doc.
18317 (comint-extract-string): Use syntax-ppss.
18318 (comint-dynamic-simple-complete): Delete useless list construction.
18319 (comint-redirect-subvert-readonly): New.
18320 (comint-redirect-preoutput-filter): Use it.
18321
18322 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18323 Correctly handle negative arguments when calling hook functions.
18324
18325 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18326
18327 * info.el (info-apropos): Don't clobber Info-history-list.
18328
18329 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18330
18331 * progmodes/compile.el (compilation-setup):
18332 Localize overlay-arrow-position.
18333 (compilation-sentinel): Restructure code equivalently.
18334 (compilation-next-error): Find message on same line after point if
18335 not found before point.
18336 (compile-mouse-goto-error): Restore function so that compilation
18337 buffer need not be current and use compile-goto-error.
18338 (compile-goto-error): Restore function.
18339 (next-error): Set overlay-arrow-position.
18340 (compilation-forget-errors): Don't localize already local
18341 compilation-locs and remove FIXME about refontifying.
18342
18343 2004-04-14 Kim F. Storm <storm@cua.dk>
18344
18345 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18346 (command-line): New option -Q. Like -q --no-site-file, but
18347 in addition it also disables menu-bar, tool-bar, scroll-bars,
18348 tool-tips, and the blinking cursor.
18349 (command-line-1): Skip startup screen if -Q.
18350 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18351
18352 * emulation/cua-base.el (cua-read-only-cursor-color)
18353 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18354
18355 2004-04-13 Dave Love <fx@gnu.org>
18356
18357 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18358 (syntax): Don't require.
18359 (python) <defgroup>: Add :version.
18360 (python-quote-syntax): Re-written.
18361 (inferior-python-mode): Move stuff here from run-python and add
18362 some more.
18363 (python-preoutput-continuation, python-preoutput-result)
18364 (python-dotty-syntax-table): New.
18365 (python-describe-symbol): Use them.
18366 (run-python): Move stuff to inferior-python-mode. Modify code
18367 loaded into Python.
18368 (python-send-region): Use python-proc, python-send-string.
18369 (python-send-string): Send newlines too. Callers changed.
18370 (python-load-file): Re-written.
18371 (python-eldoc-function): New.
18372 (info-look): Don't require.
18373 (python-after-info-look): New. A modified version of former
18374 top-level code for use with eval-after-load.
18375 (python-maybe-jython, python-guess-indent): Use widened buffer.
18376 (python-fill-paragraph): Re-written.
18377 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18378 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18379
18380 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18381
18382 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18383 Set compilation-error-regexp-alist earlier.
18384
18385 * progmodes/compile.el (compilation-minor-mode-map)
18386 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18387 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18388
18389 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18390
18391 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18392 corresponding to the event.
18393
18394 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18395
18396 * loadup.el: Add cygwin to system-type list, for unexec() support.
18397
18398 2004-04-12 John Paul Wallington <jpw@gnu.org>
18399
18400 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18401 (ibuffer-restore-window-config-on-quit): New variable to replace
18402 `ibuffer-delete-window-on-quit'. Update all references.
18403 (ibuffer-prev-window-config): New variable.
18404 (ibuffer-quit): Restore previous window configuration instead of
18405 deleting window.
18406 (ibuffer): Save window configuration before showing Ibuffer buffer.
18407
18408 * help.el (describe-mode): Doc fix.
18409
18410 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18411
18412 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18413 not to treat nil as a function.
18414
18415 * vc-arch.el (vc-arch-root): Be a bit more careful.
18416 (vc-arch-register): Save the buffer if we modified it.
18417 (vc-arch-delete-rej-if-obsolete): Save excursion.
18418 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18419 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18420
18421 * net/ldap.el (ldap-search): Use list*.
18422
18423 2004-04-12 Juri Linkov <juri@jurta.org>
18424
18425 * info.el (Info-follow-reference): Allow multiline reference name.
18426
18427 2004-04-11 Dave Love <fx@gnu.org>
18428
18429 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18430
18431 * progmodes/python.el: New file.
18432
18433 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18434
18435 * vc-hooks.el (vc-arg-list): Function removed.
18436 (vc-default-workfile-unchanged-p): Use condition-case to check for
18437 backward compatibility.
18438
18439 * vc.el (vc-print-log): Use condition-case to check for backward
18440 compatibility.
18441
18442 2004-04-11 Juri Linkov <juri@jurta.org>
18443
18444 * dired.el (dired-faces): New defgroup.
18445 (dired-header, dired-mark, dired-marked, dired-flagged)
18446 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18447 New faces.
18448 (dired-header-face, dired-mark-face, dired-marked-face)
18449 (dired-flagged-face, dired-warning-face, dired-directory-face)
18450 (dired-symlink-face, dired-ignored-face): New face variables.
18451 (dired-font-lock-keywords): Use them instead of font-lock faces.
18452 Split the rule for dired marks into 3 separate rules: for marks,
18453 marked file names and flagged file names.
18454
18455 * help-mode.el (help-make-xrefs): Add a final newline to the
18456 *Help* buffer.
18457
18458 2004-04-11 John Paul Wallington <jpw@gnu.org>
18459
18460 * replace.el (occur-engine): Distinguish between one and several
18461 matches in the matches per buffer heading.
18462
18463 2004-04-11 Kim F. Storm <storm@cua.dk>
18464
18465 * ido.el (ido-confirm-unique-completion): New defcustom.
18466 (ido-complete): Use it.
18467 (ido-write-file): Set it to t unconditionally.
18468
18469 2004-04-10 Miles Bader <miles@gnu.org>
18470
18471 RCS keyword removal (only non-comment changes are enumerated here):
18472
18473 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18474 (byte-compile-insert-header): Don't use `byte-compile-version'.
18475 * forms.el (forms-version): Variable removed.
18476 (forms-mode): Don't use `forms-version'.
18477 * recentf.el (recentf-version): Variable removed.
18478 * progmodes/delphi.el (delphi-version): Variable removed.
18479 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18480
18481 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18482
18483 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18484
18485 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18486
18487 * info.el (info-apropos): Improve menu item regexp.
18488
18489 2004-04-09 Simon Josefsson <jas@extundo.com>
18490
18491 * mail/smtpmail.el: Add comment, based on report by
18492 kdc@rcn.com (Kevin D. Clark).
18493
18494 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18495
18496 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18497 Redo one more thing that I didn't notice Daniel had undone.
18498
18499 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18500
18501 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18502 (gdb-goto-breakpoint, gdb-display-buffer)
18503 (gdb-display-source-buffer, gdb-view-source-function)
18504 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18505 (gdb-source-info, gdb-frame-handler): Don't specify a window
18506 for display.
18507 (gdb-info-breakpoints-custom): Remove superfluous update of
18508 assembler buffer.
18509 (gdb-many-windows): Make settable outside gdb.
18510
18511 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18512
18513 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18514 Derive from fundamental-mode rather than text-mode.
18515
18516 2004-04-08 Juri Linkov <juri@jurta.org>
18517
18518 * info.el (Info-history): Doc fix.
18519 (Info-history-list): New var.
18520 (info-xref): Change magenta4 to blue, remove bold for dark and
18521 light backgrounds, change bold to underline for non-color classes.
18522 (info-xref-visited): New face.
18523 (Info-fontify-visited-nodes): New custom.
18524 (Info-hide-note-references): Add new value `hide'. Doc fix.
18525 (Info-reference-name): New var.
18526 (Info-selection-hook): New custom.
18527 (Info-edit-mode-hook): New var.
18528 (Info-find-file): New fun.
18529 (Info-find-node): Move part of code to Info-find-file.
18530 (Info-find-node-2): Add anchors to Info-history-list. Move point
18531 to the place with the reference name if name is defined.
18532 (Info-select-node): Add current node to Info-history-list.
18533 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18534 (Info-search-whitespace-regexp): New custom.
18535 (Info-search-case-fold): New var.
18536 (Info-search): Add "case-sensitively" to the prompt.
18537 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18538 (Info-search-case-sensitively, Info-search-next): New fun.
18539 (Info-up): Move point to the menu item of the current node.
18540 (Info-history): New fun. Add *info-history* to
18541 same-window-buffer-names.
18542 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18543 (Info-insert-toc): New fun.
18544 (Info-build-toc): New fun.
18545 (Info-follow-reference): Add new arg `fork'. Doc fix.
18546 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18547 with the same name prefer the reference closest to point.
18548 (Info-next-reference): Replace * by + in the *Note regexp.
18549 Add regexp for http:// and ftp://. Skip the *Note prefix.
18550 (Info-prev-reference): Replace * by + in the *Note regexp.
18551 Add regexp for http:// and ftp://. Skip the *Note prefix.
18552 (Info-follow-nearest-node): Add new arg `fork'.
18553 (Info-try-follow-nearest-node): Add new arg `fork'.
18554 Call browse-url for http:// and ftp:// references.
18555 Set Info-reference-name for index entries.
18556 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18557 Info-search-next, Info-history, Info-toc, clone-buffer.
18558 (Info-menu-update): Replace * by + in the *Note regexp.
18559 (Info-mode): Add documentation for Info-history, Info-toc,
18560 Info-search-case-sensitively, Info-search-next, clone-buffer.
18561 (Info-fontify-menu-headers): Remove fun. Move code to
18562 Info-fontify-node.
18563 (Info-fontify-node): Add docstring. Add local vars
18564 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18565 then fontify header line, titles, menu headers, http and ftp
18566 references, refill paragraphs. If not-fontified-p is t or
18567 fontify-visited-p is t then fontify cross references, menu items.
18568 Fontify menu headers. Fontify http and ftp references.
18569 Change regexp for cross references to require whitespace after *Note,
18570 add matching groups for file and node names. Remove hack for quote.
18571 Use display property for Info-hide-note-references=t. Use fifth
18572 or fourth match for help-echo. Display visited nodes in a
18573 different face. Unhide file names of external references.
18574 Unhide newlines. Display visited menu items in a different face.
18575
18576 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18577
18578 * progmodes/compile.el: Require CL.
18579 (compilation-mode-font-lock-keywords): Re-install the "line as
18580 function" patch.
18581
18582 * help-fns.el (help-C-source-directory): New var.
18583 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18584 (describe-function-1, describe-variable): Use them.
18585
18586 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18587 to C source files specially.
18588
18589 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18590
18591 * info.el (Info-hide-cookies-node): New function.
18592 (Info-select-node): Use it.
18593 (Info-display-images-node): Remove message with image file name.
18594
18595 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18596
18597 * progmodes/compile.el (compilation-warning-face)
18598 (compilation-info-face, compilation-skip-threshold)
18599 (compilation-skip-visited, compilation-context-lines):
18600 Declare :version when added to Emacs.
18601 (compilation-error-regexp-alist-alist): Extend caml and irix.
18602 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18603 (compilation-mode-font-lock-keywords): Temporarily undo line as
18604 function patch, which wasn't ready.
18605
18606 2004-04-07 Kenichi Handa <handa@m17n.org>
18607
18608 * international/latin1-disp.el (latin1-display-setup): Check each
18609 character is displayable or not instead of calling
18610 latin1-display-check-font.
18611
18612 2004-04-06 Kenichi Handa <handa@m17n.org>
18613
18614 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18615 New variable.
18616 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18617 instead of sera-being-called-by-w3.
18618 (ethio-fidel-to-sera-buffer): Likewise.
18619 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18620 instead of sera-being-called-by-w3.
18621 (ethio-write-file): Likewise.
18622
18623 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18624
18625 * printing.el: Doc fix.
18626
18627 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18628
18629 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18630 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18631 (gdb-setup-windows): Only use separate IO buffer if required.
18632
18633 2004-04-06 Kim F. Storm <storm@cua.dk>
18634
18635 * term.el (term-is-xemacs): Remove.
18636 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18637 (term-window-width): New function.
18638 (term-mode, term-check-size): Use it.
18639 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18640
18641 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18642
18643 * cus-edit.el (custom-add-parent-links): Change unbound variable
18644 `symbol' to `name'.
18645
18646 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18647 * info.el (info-apropos): New function.
18648 (Info-mode-menu): Add it.
18649 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18650
18651 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18652 inherited docstring.
18653
18654 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18655
18656 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18657
18658 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18659
18660 * progmodes/compile.el (font-lock): Don't require any more.
18661 (compilation-error-properties, compilation-start, compilation-sentinel)
18662 (compilation-filter, next-error): Use with-current-buffer.
18663 (compilation-skip-to-next-location, compilation-skip-threshold)
18664 (compilation-skip-visited): Move to silence the byte-compiler.
18665 (compilation-setup): Simplify.
18666 (compilation-next-error): Use line-(beginning|end)-position.
18667 Make sure `pt' is non-nil before using compilation-loop.
18668 (compile-goto-error): Add optional event arg. Use it.
18669 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18670 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18671 Update the binding for mouse-2.
18672 (first-error): Set compilation-current-error to nil rather than bob.
18673 (compilation-parsing-end, compilation-parse-errors-function)
18674 (compilation-error-list, compilation-old-error-list):
18675 "New" compatibility variables.
18676 (compile-buffer-substring, compilation-compat-error-properties)
18677 (compilation-compat-parse-errors, compilation-forget-errors):
18678 New compatibility functions.
18679 (compilation-mode-font-lock-keywords): Use them.
18680
18681 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18682
18683 * autorevert.el (auto-revert-handler): If point (or a window
18684 point) is at the end of the buffer, keep it there after
18685 reverting. This allows to tail a file.
18686 Mention this in the `Commentary'.
18687
18688 * format.el (format-write-file): Add optional argument CONFIRM
18689 and make it behave like the analogous argument to `write-file'.
18690
18691 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18692
18693 * progmodes/ebnf2ps.el: Doc fix.
18694 (ebnf-version): New version number (4.2).
18695 (ebnf-syntax): Customization and docstring fix.
18696 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18697 Put autoloaded funs before first use.
18698 (ebnf-style-database): Add dtd entry.
18699 (ebnf-syntax-alist): Add dtd initialization.
18700 (ebnf-token-sequence): New fun.
18701 (ebnf-comment-table): Add new comment action character.
18702 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18703
18704 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18705 Type Definition for XML).
18706
18707 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18708 * progmodes/ebnf-bnf.el (ebnf-sequence):
18709 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18710 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18711 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18712 Code simplification: call ebnf-token-sequence.
18713
18714 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18715
18716 * calendar/timeclock.el (timeclock-relative)
18717 (timeclock-get-project-function, timeclock-get-workday-function)
18718 (timeclock-query-out, timeclock-when-to-leave)
18719 (timeclock-when-to-leave-string, timeclock-log-data)
18720 (timeclock-generate-report, timeclock-in): Doc fixes.
18721
18722 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18723
18724 * url/: New dir. Import the URL package from its repository.
18725
18726 2004-04-03 Andreas Schwab <schwab@suse.de>
18727
18728 * diff-mode.el (diff-mode): Fix missing quote.
18729
18730 2004-04-03 Juri Linkov <juri@jurta.org>
18731
18732 * descr-text.el (describe-property-list): Add `font-lock-face'.
18733
18734 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18735
18736 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18737
18738 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18739 Use utf-16le on little endian machines and utf-16be otherwise.
18740
18741 2004-04-02 David Kastrup <dak@gnu.org>
18742
18743 * net/browse-url.el (browse-url-generic): Use call-process
18744 instead of start-process to allow browsers that fork and detach.
18745
18746 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18747
18748 * compile.el (compilation-current-error): New var.
18749 (compilation-setup, compile-mouse-goto-error)
18750 (compile-goto-error, next-error): Use it.
18751 (compilation-skip-to-next-location): Default to t, which gives
18752 contiguous skipping like old compile (where this was redundant).
18753 (compilation-next-error): Prevent previous-* commands from moving
18754 back to message at or just before point.
18755
18756 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18757
18758 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18759 (gdb-source-info): Don't display source at startup, if required.
18760 (gdb-show-main): New option.
18761 (gdba): Update documentation.
18762 (gdb-source): Cover case of auto-display output.
18763
18764 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18765
18766 * autorevert.el: Delete obsolete autoloads and defvars.
18767 (auto-revert-check-vc-info): New user option.
18768 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18769 (auto-revert-handler-vc): Delete.
18770 (auto-revert-handler): Treat return value `fast' of
18771 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18772
18773 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18774 return `fast'.
18775
18776 * files.el (buffer-stale-function): Doc change.
18777
18778 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18779
18780 * printing.el: New tip on Tips section.
18781 (pr-version): New version number (6.7.4).
18782 (pr-shell-file-name): Initialization fix.
18783
18784 2004-03-31 Juri Linkov <juri@jurta.org>
18785
18786 * dired.el: Add autoload for `dired-do-touch'.
18787 (dired-touch-program): New var.
18788 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18789 (dired-no-confirm): Add `touch' to docstring.
18790
18791 * dired-aux.el (dired-do-touch): New fun.
18792 (dired-do-chxxx): Add argument -t for touch operation.
18793
18794 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18795 `dired-move-to-filename-regexp'.
18796
18797 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18798
18799 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18800
18801 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18802
18803 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18804 and only if the buffer was modified.
18805
18806 2004-03-30 Kenichi Handa <handa@m17n.org>
18807
18808 * international/characters.el: Delete pairs for U+2308..U+230B.
18809
18810 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18811
18812 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18813 to detect the beginning of a level 2 or 3 annotation.
18814
18815 2004-03-29 Kenichi Handa <handa@m17n.org>
18816
18817 * international/ucs-tables.el (ucs-insert): Fix the error message.
18818
18819 2004-03-29 Kenichi Handa <handa@m17n.org>
18820
18821 * international/mule-util.el (char-displayable-p): Fix generation
18822 of XLFD file name.
18823
18824 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18825 before finding directories by `find'.
18826
18827 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18828
18829 * subr.el (interactive-form): Delete. Now implemented in C.
18830
18831 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18832
18833 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18834 (vc-diff-label): New fun.
18835 (vc-diff-internal): Use it.
18836
18837 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18838
18839 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18840
18841 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18842
18843 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18844 specify XML (EBNFX).
18845
18846 * progmodes/ebnf2ps.el: Doc fix.
18847 (ebnf-version): New version number (4.1).
18848 (ebnf-syntax): Adjust customization.
18849 (ebnf-style-database): Add ebnfx entry.
18850 (ebnf-syntax-alist): Add ebnfx initialization.
18851 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18852
18853 * printing.el: Doc fix.
18854 (pr-version): New version number (6.7.3).
18855 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18856 returns nil for mouse position. Reported by Drew Adams
18857 <drew.adams@oracle.com>.
18858 (pr-update-menus): Modify interactive declaration. Reported by Drew
18859 Adams <drew.adams@oracle.com>.
18860
18861 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18862
18863 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18864 (gud-gdba-marker-filter): Log the process input and output, if
18865 required. From Stefan Monnier.
18866 (gdb-debug-log, gdb-enable-debug-log): New variables.
18867 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18868
18869 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18870
18871 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18872 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18873
18874 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18875
18876 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18877 Call vc-find-file-hook here instead of in auto-revert-buffers.
18878 (auto-revert-buffers): Delete call to vc-find-file-hook.
18879 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18880 (global-auto-revert-mode, auto-revert-set-timer)
18881 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18882
18883 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18884
18885 * woman.el (woman-change-fonts): Rename local variable
18886 woman-font-alist to font-alist to avoid a compiler warning.
18887
18888 2004-03-27 Dave Love <fx@gnu.org>
18889
18890 * emacs-lisp/rx.el (rx): Doc fix.
18891 Fix copyright years.
18892
18893 * strokes.el (strokes-global-set-stroke-string): New function.
18894 (strokes-list-strokes): Cope with strings, not just commands.
18895 Set foreground color of image.
18896 (strokes-global-set-stroke): Doc fix.
18897
18898 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18899
18900 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18901 Auto Revert mode.
18902 (Buffer-menu-files-only): New variable.
18903 (Buffer-menu-toggle-files-only): New function.
18904 (Buffer-menu-mode-map): Bind it to `T'.
18905 (Buffer-menu-mode): Mention `T' in docstring.
18906 Set buffer-stale-function.
18907 (list-buffers-noselect): Mark buffer non-modified and set
18908 Buffer-menu-files-only.
18909
18910 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18911
18912 * autorevert.el (auto-revert-handler): Print revert message
18913 before, rather than after, reverting.
18914 (buffer-stale-function): Move to files.el.
18915
18916 * files.el (buffer-stale-function): Move here from autorevert.el.
18917
18918 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18919
18920 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18921
18922 * calc/calc.el (calc-mode-map): Use mapc.
18923
18924 * apropos.el (apropos-mode): Don't autoload.
18925 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18926 (apropos): Use it.
18927 (apropos-print): Add optional `text' argument.
18928 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18929 Don't assume point-min == 1.
18930
18931 * bs.el (bs-buffer-list): Use buffer-local-value.
18932 (bs--set-toggle-to-show): Use with-current-buffer.
18933
18934 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18935 New funs.
18936 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18937
18938 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18939
18940 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18941 (dabbrev--find-expansion): Use pop.
18942 (dabbrev--search): Use match-string-no-properties.
18943
18944 * dired.el (dired-mode): Use run-mode-hooks.
18945 (dired-move-to-end-of-filename): Use match-string.
18946
18947 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18948 is bound before using it.
18949 (ediff-verbose-p): Make it into a var since it's not constant.
18950
18951 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18952
18953 * faces.el (read-face-font): Don't cons up unnecessarily.
18954 (header-line, tool-bar): Share common parts.
18955
18956 * files.el (file-relative-name): Use compare-strings.
18957
18958 * finder.el (finder-mode): Follow coding convention.
18959
18960 * subr.el (read-number): New function.
18961
18962 * ses.el (ses-read-number): Move to subr.el.
18963 (ses-set-header-row): Use read-number.
18964
18965 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18966
18967 * vc-hooks.el (vc-arg-list): New function, which handles both
18968 compiled and uncompiled code.
18969 (vc-default-workfile-unchanged-p): Use it.
18970
18971 * vc.el (vc-print-log): Undo prev change, use new function
18972 vc-arg-list from vc-hooks.el.
18973
18974 2004-03-26 Masatake YAMATO <jet@gyve.org>
18975
18976 * simple.el (completion-setup-function): Emphasize the
18977 first uncommon characters in the completions; and de-emphasize
18978 the common prefix substrings.
18979 (completion-emphasis): New face.
18980 (completion-de-emphasis): New face.
18981
18982 2004-03-25 Juanma Barranquero <lektu@terra.es>
18983
18984 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18985 Comment out (it's unused and unfinished code).
18986
18987 2004-03-25 Sam Steingold <sds@gnu.org>
18988
18989 * vc.el (vc-print-log): Fix a bug in the last patch:
18990 backend-function may be a byte-compiled object, not a lambda.
18991
18992 2004-03-25 Juri Linkov <juri@jurta.org>
18993
18994 * descr-text.el (describe-property-list): Add a button
18995 for `face' property that calls `describe-face'.
18996 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18997
18998 * international/mule.el (keyboard-coding-system):
18999 * kmacro.el (kmacro-call-macro): Fix docstring.
19000
19001 * dired.el: Fix comments.
19002
19003 * textmodes/fill.el (fill): Fix Info link.
19004
19005 * font-lock.el (fast-lock, lazy-lock):
19006 * jit-lock.el (jit-lock): Remove links to removed Support Modes
19007 Info node.
19008
19009 * eshell/eshell.el (eshell): Fix broken info-link.
19010
19011 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
19012 * eshell/em-banner.el (eshell-banner):
19013 * eshell/em-smart.el (eshell-smart):
19014 * eshell/esh-cmd.el (eshell-cmd):
19015 Comment out broken info-links to incomplete Info manual.
19016
19017 * info-xref.el: Fix commentary.
19018
19019 2004-03-25 Kevin Ryde <user42@zip.com.au>
19020
19021 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
19022 Remove spurious node duplicate suppression, doesn't work, not wanted.
19023 (info-xref-output): Take format style args, add "sit-for 0" to let
19024 user see the results as they progress.
19025 (info-xref-check-all-custom): New function.
19026
19027 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
19028
19029 * gdb-ui.el: Moved to progmodes.
19030
19031 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
19032
19033 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
19034
19035 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
19036
19037 * calendar/appt.el (appt-check): Remove superfluous progn.
19038 When finished with diary buffer: if it was not being displayed
19039 before, kill it; otherwise restore its original state.
19040 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
19041
19042 * calendar/calendar.el (calendar-set-mode-line): Use total
19043 available mode-line width, rather than frame-width.
19044
19045 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
19046 after mode change so effect not lost.
19047
19048 2004-03-23 Dave Love <fx@gnu.org>
19049
19050 * dired.el (dired) <defgroup>: Add link to manual.
19051 (dired-font-lock-keywords): Add highlighting on unusual permissions.
19052 (dired-revert): Use dolist.
19053 (dired-mode-map): Add U binding.
19054 (dired-mode): Add font-lock-beginning-of-syntax-function.
19055 (dired-garbage-files-regexp): Make it a defcustom.
19056
19057 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
19058
19059 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
19060 is equivalent to nil.
19061 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
19062 (vc-arch-mode-line-string): Accept `added' state.
19063 (vc-arch-state): Use inode-sigs if available.
19064 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
19065 Copy&delete existing id file if any. Fallback if uuidgen is absent.
19066 (vc-arch-tagline-re): New var.
19067 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
19068 New functions.
19069 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
19070 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
19071
19072 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
19073 (vc-file-not-found-hook): Use it.
19074
19075 * diff-mode.el (diff-default-read-only): Change default.
19076 (diff-mode-hook): Make it a defcustom. Add some options.
19077 (diff-mode-map): Bind diff-refine-hook.
19078 (diff-yank-handler): New var.
19079 (diff-yank-function): New fun.
19080 (diff-font-lock-keywords): Use them.
19081 (diff-end-of-file): Handle case where file-header looks like diff text.
19082 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
19083 (diff-file-kill): Delete a subsequent empty line, if applicable.
19084 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
19085 (diff-find-file-name): Use it.
19086 (diff-tell-file-name): New command.
19087 (diff-mode): Be careful with view-mode.
19088 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
19089 New functions, for use in diff-mode-hook.
19090 (diff-find-source-location): Catch "regex too large" errors.
19091 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
19092 (diff-refine-hunk): New command.
19093
19094 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
19095 (smerge-context-menu-map): Remove unused var.
19096 (smerge-keep-all): Preserve markers.
19097 (smerge-keep-n): New fun.
19098 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
19099 (smerge-keep-current, smerge-ediff): Use it.
19100 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
19101 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
19102 (smerge-resolve): Resolve trivial 3-part conflicts.
19103
19104 2004-03-23 Juri Linkov <juri@jurta.org>
19105
19106 * man.el (Man-width): New var.
19107 (Man-getpage-in-background): Use it.
19108 (Man-support-local-filenames): New var and fun.
19109 (Man-build-man-command): Don't add a second %s.
19110 (Man-fontify-manpage): Clean up message.
19111 (Man-mode): Set outline-regexp, outline-level,
19112 imenu-generic-expression.
19113
19114 * woman.el (woman-fill-frame): Doc fix.
19115 (woman-decode-region): Use window-width instead of frame-width.
19116
19117 * abbrevlist.el (list-one-abbrev-table):
19118 * descr-text.el (describe-char):
19119 * international/mule-diag.el (describe-current-coding-system):
19120 * international/quail.el (quail-insert-decode-map):
19121 Use window-width instead of frame-width.
19122
19123 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19124 (jka-compr-mode-alist-additions): Add tbz.
19125 (jka-compr-write-region, jka-compr-insert-file-contents):
19126 Add message for undefined compress-program.
19127 (jka-compr-write-region): Remove redundant var bindings.
19128
19129 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19130 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19131 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19132 (dired-man): Use dired-guess-shell-command.
19133 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19134 Change default nil to t.
19135
19136 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19137 (dired-compare-directories): Add default value for empty input.
19138
19139 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19140
19141 * time.el (display-time-string-forms): Fix help-echo date format.
19142
19143 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19144
19145 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19146 (buffer-stale-function): New variable.
19147 (auto-revert-list-diff, auto-revert-dired-file-list)
19148 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19149 (auto-revert-handler): Take over some functionality of deleted
19150 functions.
19151 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19152
19153 * dired.el (dired-directory-changed-p): New fun, extracted from
19154 dired-internal-noselect.
19155 (dired-buffer-stale-p): New fun.
19156 (dired-internal-noselect): Use dired-directory-changed-p.
19157 Eliminate revert messages.
19158 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19159
19160 2004-03-23 Kenichi Handa <handa@m17n.org>
19161
19162 * international/characters.el: Setup syntaxes for more parentheses
19163 Unicode characters.
19164
19165 * international/mule-cmds.el (select-safe-coding-system):
19166 Merge coding-system and auto-cs before comparing them.
19167
19168 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19169
19170 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19171
19172 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19173 normal-auto-fill-function and comment-indent-function.
19174 The default values now work just as well.
19175 Don't set font-lock-beginning-of-syntax-function since we already set
19176 syntax-begin-function.
19177 (lisp-outline-level): Put ;;;###autoload at same level as (.
19178 (prin1-char): Quote special chars.
19179
19180 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19181 than with-no-warnings.
19182
19183 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19184 if the source location can't be found.
19185 (edebug-compute-previous-result): Use prin1-char.
19186
19187 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19188 (debug-ignored-errors): Add an entry.
19189
19190 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19191 (byte-compile-file): Output warning when deleting a file.
19192
19193 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19194 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19195
19196 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19197 (byte-compile-inline-expand): Use backquote.
19198 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19199 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19200
19201 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19202
19203 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19204
19205 2004-03-22 Juri Linkov <juri@jurta.org>
19206
19207 * finder.el (finder-known-keywords): Fix data, tex, unix.
19208
19209 * play/landmark.el: Fix keywords.
19210
19211 * language/ethio-util.el (ethio-find-file): Doc fix.
19212
19213 * emacs-lisp/warnings.el: Doc fix.
19214
19215 * textmodes/ispell.el (ispell-help): Doc fix.
19216
19217 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19218
19219 * format.el (format-insert-file): Always return a list of two
19220 elements, like insert-file-contents does.
19221
19222 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19223
19224 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19225 and vc-BACKEND-diff.
19226 (vc-print-log): If the print-log implementation supports it, use
19227 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19228 (vc-version-diff, vc-diff-internal): Doc fixes.
19229
19230 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19231 implementation supports it, let diff output go to *vc*,
19232 not *vc-diff*, since this is an internal call.
19233
19234 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19235
19236 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19237
19238 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19239
19240 2004-03-21 Dave Love <fx@gnu.org>
19241
19242 * progmodes/cfengine.el (cfengine-mode):
19243 Set parse-sexp-ignore-comments.
19244
19245 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19246
19247 2004-03-21 Juanma Barranquero <lektu@terra.es>
19248
19249 * allout.el (allout-mode): Fix docstring.
19250
19251 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19252
19253 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19254
19255 * autorevert.el (auto-revert-interval): Make new value take
19256 effect immediately when set through Custom.
19257 (auto-revert-set-timer): Add interactive declaration.
19258
19259 2004-03-19 David Ponce <david@dponce.com>
19260
19261 * ruler-mode.el (ruler-mode-header-line-format-old):
19262 Don't `make-variable-buffer-local'.
19263 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19264 (ruler-mode-header-line-format): Simply funcall the above.
19265 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19266 to save/restore a previous header line format.
19267 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19268 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19269 fringes and margins width.
19270 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19271
19272 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19273
19274 * log-edit.el (log-edit-font-lock-keywords): Typo.
19275
19276 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19277 (tex-send-tex-command): Rather than here.
19278 (tex-compilation-parse-errors): Simplify.
19279
19280 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19281
19282 * time.el (display-time-string-forms): Add help-echo with date on time.
19283
19284 * composite.el (compose-region): Use restore-buffer-modified-p.
19285
19286 * disp-table.el (standard-display-8bit): Simplify.
19287
19288 * server.el (server-process-filter): Delete temp frame.
19289
19290 * add-log.el (add-change-log-entry): Simplify.
19291
19292 2004-03-19 Kim F. Storm <storm@cua.dk>
19293
19294 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19295 (hexl-follow-line): Don't require 'fringe.
19296
19297 * progmodes/compile.el (compilation-start): Always set
19298 compilation-last-buffer and return it.
19299
19300 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19301
19302 * simple.el (clone-buffer): Doc fix.
19303
19304 2004-03-18 Juanma Barranquero <lektu@terra.es>
19305
19306 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19307
19308 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19309
19310 * log-edit.el (log-edit-font-lock-keywords): New var.
19311 (log-edit-mode): Use it.
19312
19313 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19314
19315 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19316 properly for watching in speedbar.
19317
19318 2004-03-17 Masatake YAMATO <jet@gyve.org>
19319
19320 * smerge-mode.el (smerge-popup-context-menu):
19321 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19322
19323 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19324
19325 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19326 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19327 Take sealed revisions into account.
19328 (vc-arch-checkin): Extract a summary line from the message.
19329
19330 2004-03-16 Masatake YAMATO <jet@gyve.org>
19331
19332 * register.el (register): Provide `register' feature.
19333
19334 2004-03-15 Masatake YAMATO <jet@gyve.org>
19335
19336 Added context menu support in smerge mode.
19337 Most of the part is written by Stefan Monnier.
19338
19339 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19340 New keymap and menu.
19341 (smerge-text-properties): New function.
19342 (smerge-remove-props): New function.
19343 (smerge-popup-context-menu): New function.
19344 (smerge-resolve): Call `smerge-remove-props'.
19345 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19346 (smerge-keep-current): Ditto.
19347 (smerge-kill-current): New function.
19348 (smerge-match-conflict): Put text properties.
19349 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19350
19351 2004-03-15 David Ponce <david@dponce.com>
19352
19353 * ruler-mode.el (ruler-mode-left-fringe-cols)
19354 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19355 (ruler-mode-right-scroll-bar-cols): Remove.
19356 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19357 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19358 Use fringe-columns and scroll-bar-columns.
19359
19360 2004-03-15 Masatake YAMATO <jet@gyve.org>
19361
19362 * hl-line.el (hl-line-range-function): New variable.
19363 (hl-line-move): New function.
19364 (global-hl-line-highlight): Use `hl-line-move'.
19365 (hl-line-highlight): Ditto.
19366
19367 * scroll-bar.el (scroll-bar-columns):
19368 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19369
19370 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19371 (ruler-mode-left-fringe-cols)
19372 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19373 (ruler-mode-right-scroll-bar-cols)
19374 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19375 (ruler-mode-ruler-function): New variable.
19376 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19377 if the value for `ruler-mode-ruler-function' is given.
19378
19379 * hexl.el (hexl-mode-hook): Make the hook customizable.
19380 (hexl-address-area, hexl-ascii-area): New customize variables.
19381 (hexlify-buffer): Put font-lock-faces on the address area and
19382 the ascii area.
19383 (hexl-activate-ruler): New function.
19384 (hexl-follow-line): New function.
19385 (hexl-highlight-line-range): New function.
19386 (hexl-mode-ruler): New function.
19387
19388 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19389
19390 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19391 (vc-default-find-file-hook): New fun.
19392 (vc-find-file-hook): Call new find-file-hook operation.
19393
19394 * vc-arch.el: New file.
19395
19396 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19397
19398 * info-look.el (info-lookup): Reuse an existing Info window.
19399
19400 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19401
19402 * woman.el (woman-preserve-ascii): Default value changed to t and
19403 doc string revised.
19404
19405 2004-03-12 Richard M. Stallman <rms@gnu.org>
19406
19407 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19408 Fix minor bug.
19409
19410 * replace.el (occur-engine): Change message for count of matches.
19411
19412 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19413 For strings, do compare text properties.
19414
19415 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19416
19417 * progmodes/compile.el (compile-auto-highlight)
19418 (compilation-error-list, compilation-old-error-list)
19419 (compilation-parse-errors-function, compilation-parsing-end)
19420 (compilation-error-message, compilation-directory-stack)
19421 (compilation-enter-directory-regexp-alist)
19422 (compilation-leave-directory-regexp-alist)
19423 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19424 (compilation-current-file, compilation-regexps): Remove vars.
19425
19426 (compile-error-at-point, compilation-error-filedata)
19427 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19428 (compilation-next-error-locus, compilation-forget-errors)
19429 (count-regexp-groupings, compilation-parse-errors)
19430 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19431
19432 (compile-internal): Make obsolete.
19433
19434 (compilation-first-column, compilation-error)
19435 (compilation-directory-matcher, compilation-page-delimiter)
19436 (compilation-mode-font-lock-keywords, compilation-debug)
19437 (compilation-error-face, compilation-warning-face)
19438 (compilation-info-face, compilation-line-face)
19439 (compilation-column-face, compilation-enter-directory-face)
19440 (compilation-leave-directory-face, compilation-skip-threshold)
19441 (compilation-skip-visited, compilation-context-lines): New vars.
19442
19443 (compilation-warning-face, compilation-info-face)
19444 (compilation-message-face): New faces.
19445
19446 (compilation-error-regexp-alist-alist): New constant.
19447
19448 (compilation-face, compilation-directory-properties)
19449 (compilation-assq, compilation-error-properties, compilation-start)
19450 (define-compilation-mode, compilation-loop)
19451 (compilation-set-window): New functions.
19452
19453 (compile): Additional argument for interactive compiles like TeX.
19454
19455 * progmodes/grep.el (kill-grep): Move here from compile.el
19456 (grep-error, grep-hit-face, grep-error-face)
19457 (grep-mode-font-lock-keywords): New variables.
19458 (grep-regexp-alist): Simplify regexp and add `binary' case.
19459 (grep-mode): New mode.
19460 (grep-process-setup): Simplify.
19461
19462 2004-03-11 Jason Rumney <jasonr@gnu.org>
19463
19464 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19465 letters on DOS/Windows.
19466
19467 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19468
19469 * server.el (server-name): New var.
19470 (server-socket-dir): New var to replace server-socket-name.
19471 (server-start): Use them.
19472
19473 2004-03-11 Simon Josefsson <jas@extundo.com>
19474
19475 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19476 died to avoid infloop. Reported by Jonathan Glauner
19477 <jglauner@sbum.org>.
19478
19479 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19480
19481 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19482 (smerge-mode-menu): Use it to deactivate menu entries.
19483 (smerge-keep-current): New fun.
19484 (smerge-keep-current): Use it.
19485
19486 2004-03-10 John Paul Wallington <jpw@gnu.org>
19487
19488 * foldout.el (foldout-fold-list, foldout-modeline-string):
19489 Declare them as variables, not constants.
19490
19491 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19492
19493 * ps-print.el: Modification to print *Messages* buffer.
19494 (ps-print-version): New version 6.6.4.
19495 (ps-message-log-max): New fun.
19496 (ps-spool-without-faces, ps-spool-with-faces)
19497 (ps-count-lines-preprint): Code fix.
19498
19499 * printing.el: New tips in Tips section.
19500
19501 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19502
19503 * delim-col.el: Doc fix.
19504
19505 * printing.el: Doc fix. New doc section (Tips).
19506
19507 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19508
19509 * type-break.el (type-break-emacs-variant): Remove.
19510 (type-break-run-at-time, type-break-cancel-function-timers):
19511 Use fboundp rather than version name and number.
19512
19513 2004-03-09 Masatake YAMATO <jet@gyve.org>
19514
19515 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19516 `make-variable-buffer-local'.
19517
19518 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19519
19520 * find-dired.el (find-dired): Call `shell-command' instead of
19521 `start-process-shell-command'. By this, Tramp takes over
19522 handling of remote directories.
19523
19524 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19525
19526 * newcomment.el (comment-use-global-state): New var.
19527 (comment-search-forward): Use it.
19528
19529 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19530
19531 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19532
19533 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19534 (enable-kinsoku): Make it a defcustom.
19535 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19536 paragraph to same-comment-start-marker.
19537
19538 2004-03-07 Dave Love <fx@gnu.org>
19539
19540 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19541 (browse-url-mail): Use it.
19542
19543 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19544 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19545
19546 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19547
19548 * woman.el (woman-man.conf-path): Doc fix.
19549 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19550
19551 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19552
19553 * sort.el (sort-columns): Remove ms-dos from the list of systems
19554 where the external `sort' command is not used.
19555
19556 2004-03-07 Kim F. Storm <storm@cua.dk>
19557
19558 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19559 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19560 from overlay-arrow-variable-list.
19561 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19562
19563 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19564
19565 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19566 overlay arrow string properly for the assembler buffer.
19567
19568 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19569
19570 * mail/sendmail.el (mail-mode): Fix last change.
19571
19572 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19573
19574 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19575 for the assembler buffer.
19576 (gdb-assembler-custom): Position the overlay arrow.
19577 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19578
19579 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19580
19581 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19582
19583 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19584 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19585
19586 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19587
19588 * newcomment.el (uncomment-region): Allow non-terminated comment.
19589 (comment-normalize-vars): Check the user-specified comstart marker.
19590
19591 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19592
19593 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19594 Otherwise, do use it if the region only contains font-lock text
19595 properties.
19596
19597 2004-03-04 Masatake YAMATO <jet@gyve.org>
19598
19599 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19600 as the callback function for eldoc.
19601 (hexl-print-current-point-info): New function.
19602 (hexl-current-address): Print the address in both decimal
19603 and hexadecimal format.
19604
19605 2004-03-04 Richard M. Stallman <rms@gnu.org>
19606
19607 * mail/rmail.el (rmail-convert-to-babyl-format):
19608 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19609
19610 * mail/mail-utils.el (mail-unquote-printable-region):
19611 New arg UNIBYTE.
19612
19613 * startup.el (command-switch-alist): Doc fix.
19614
19615 * simple.el (undo): Temporarily set this-command to `undo-start',
19616 then set it to `undo' once undo-start returns without error.
19617
19618 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19619
19620 * simple.el (kill-line): Don't disregard trailing whitespace
19621 in eol condition, if show-trailing-whitespace is set.
19622
19623 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19624 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19625 When disabling, restore old values only if mouse-sel-has-been-enabled.
19626
19627 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19628 (isearch-{-char): New function.
19629 (isearch-mode-map): Bind { to isearch-{-char.
19630
19631 * font-lock.el (lisp-font-lock-keywords-2):
19632 Turn off the CL with-... and do-... general patterns.
19633 Instead, recognize several specific with... and do... constructs.
19634
19635 * files.el (switch-to-buffer-other-window):
19636 Bind same-window-buffer-names and same-window-regexps to nil.
19637 (switch-to-buffer-other-frame): Likewise.
19638
19639 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19640
19641 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19642 recognizing leading comment on code line.
19643
19644 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19645
19646 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19647 hidden files/directories.
19648
19649 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19650
19651 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19652 only comment-start (in case the mode hasn't set it).
19653
19654 * Makefile.in (AUTOGENEL): New var.
19655 (bootstrap-prepare): Rename from bootstrap-clean.
19656 Don't remove elc files.
19657 (maintainer-clean): New target.
19658
19659 * xml.el (xml-get-attribute-or-nil): Simplify.
19660
19661 2004-03-02 Juri Linkov <juri@jurta.org>
19662
19663 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19664 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19665 URL to prevent their substitution with the environment variable
19666 values by browsers.
19667
19668 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19669
19670 * ps-print.el: Doc fix.
19671 (ps-print-version): New version number (6.6.3).
19672 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19673 Docstring fix.
19674 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19675 before printing.
19676 (ps-time-stamp-yyyy-mm-dd): New fun.
19677 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19678
19679 2004-03-02 Kim F. Storm <storm@cua.dk>
19680
19681 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19682
19683 2004-03-01 Juanma Barranquero <lektu@terra.es>
19684
19685 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19686
19687 * desktop.el (desktop-file-version)
19688 (desktop-after-read-hook): Fix typos.
19689 (desktop-clear-preserve-buffers): Remove redundant info in
19690 docstring already shown by the obsolescence message.
19691 (desktop-truncate, desktop-internal-v2s)
19692 (desktop-value-to-string): Change argument name to match docstring.
19693
19694 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19695
19696 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19697 docstring.
19698
19699 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19700
19701 * printing.el: Replace "As Is..." in PostScript file print/preview by
19702 "No Preprocessing...". Suggested by Colin Marquardt
19703 <_marquardt_@zmd.de>.
19704 (pr-insert-section-4): Adjust buffer interface.
19705
19706 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19707
19708 Version 2.0.39 of Tramp released.
19709
19710 * net/tramp.el (tramp-handle-file-local-copy)
19711 (tramp-handle-write-region, tramp-open-connection-rsh):
19712 Variable name typo. Small change. From Patrick Tullmann
19713 <tullmann@flux.utah.edu>.
19714 (tramp-process-connection-type): New variable.
19715 (tramp-maybe-open-connection): Use it.
19716 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19717 (tramp-touch): Set last-modified time of a remote file.
19718 (tramp-handle-write-region): Say which function is used when encoding.
19719
19720 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19721
19722 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19723 case of non-existing filename, too. Reported by Christoph Bauer
19724 <c_bauer@informatik.uni-kl.de>.
19725 (tramp-smb-get-file-entries): The directory in question should
19726 have permissions "drwxrwxrwx". Just virtual, because we don't
19727 know the real permissions. Don't we know?
19728 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19729 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19730 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19731 output. If it was received chunkwise, there have been problems.
19732 Remove the "prompt not found" error message; it is obvious.
19733 Simplify algorithm.
19734 (tramp-smb-process-running): Remove. Since we acknowledge the
19735 virtual prompt for shares, there's no need for distinction of
19736 reading shares (process ends afterwards) and interactive mode of
19737 smblient.
19738 (tramp-smb-open-connection): Setting process sentinel removed.
19739 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19740 "NT_STATUS_NETWORK_ACCESS_DENIED".
19741 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19742 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19743 (top-level): Setting default value in `tramp-default-method-alist'
19744 corrected. Order of USER and HOST have been wrong.
19745 Nobody complained for months ...
19746 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19747 (tramp-smb-open-connection): Clear password cache if login has failed.
19748
19749 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19750 `tramp-unified-filenames'.
19751 (tramp-completion-mode): Make test for XEmacs explicitly.
19752 `event-to-character' can exists in Emacs packages too.
19753 Reported by Matt Swift <swift@alum.mit.edu>.
19754 (tramp-buffer-name): Buffer name must contain the user if exists.
19755 Reported by Adrian Phillips <a.phillips@met.no>.
19756 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19757 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19758 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19759 `tramp-do-copy-or-rename-file-one-local', because it handles also
19760 the case both files use the same out-of-band method.
19761 Implementation added.
19762 (tramp-handle-file-local-copy, tramp-handle-write-region):
19763 Out-of-band handling removed. `copy-file' called instead, which
19764 calls `tramp-do-copy-or-rename-file-out-of-band'.
19765 (tramp-action-password): Check for out-of-band method removed.
19766 This function is used for 'login-program.
19767 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19768 appropriate.
19769 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19770 and `tramp-parse-sknownhosts'.
19771 (tramp-completion-function-alist): It's a defvar now, because we
19772 want to apply the optimized `tramp-set-completion-function'
19773 instead of a static list.
19774 (tramp-set-completion-function): Implementation tuned.
19775 Avoid double entries, and entries where the function or the
19776 file/directory doesn't exist.
19777 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19778 for SSH2.
19779 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19780 (tramp-handle-dired-compress-file): New function.
19781 (tramp-async-proc): New variable.
19782 (tramp-handle-shell-command): Adding asynchronous processes.
19783 They are far from being perfect, but it works at least for
19784 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19785 (top-level): Require password.el if visible. Should be mandatory
19786 once No Gnus has found its way into (X)Emacs.
19787 (tramp-read-passwd): Invoke `password-read' if available,
19788 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19789 fallback any longer.
19790 (tramp-clear-passwd): New function.
19791 (tramp-process-actions, tramp-process-multi-actions):
19792 Clear password cache if login has failed.
19793
19794 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19795 its own module.
19796 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19797 `ange-ftp-ftp-name-res'. There could be incorrect values from
19798 previous calls in case the "ftp" method is used in the Tramp file
19799 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19800
19801 2004-02-28 Richard M. Stallman <rms@gnu.org>
19802
19803 * term.el (term-mouse-paste): Call mouse-set-point.
19804
19805 * thumbs.el: New file.
19806
19807 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19808
19809 * progmodes/ebnf-abn.el: Doc fix.
19810
19811 * progmodes/ebnf-bnf.el: Doc fix.
19812 (ebnf-repeat): Code fix.
19813
19814 * progmodes/ebnf2ps.el: Doc fix.
19815 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19816
19817 2004-02-28 Juri Linkov <juri@jurta.org>
19818
19819 * ffap.el (dired-at-point): Additional writability test for
19820 relative directory names.
19821 (dired-at-point-prompter): Treat directories as a directory, get
19822 the directory component from files.
19823 (ffap-string-at-point): Return string from region if region is active.
19824 (ffap-file-at-point): Remove redundant code.
19825
19826 2004-02-28 Kim F. Storm <storm@cua.dk>
19827
19828 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19829 Initialize margin area images to nil.
19830 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19831 (breakpoint-enabled-bitmap-face)
19832 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19833 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19834 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19835 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19836 (gdb-reset): Use gdb-remove-breakpoint-icons.
19837 (gdb-put-string): Add dprop arg to specify alternative display
19838 property (for setting fringe bitmap).
19839 (gdb-remove-strings): Doc fix.
19840 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19841 icon in fringe (if available), or else as icon or text in display
19842 margin. Creates necessary icons in breakpoint-bitmap,
19843 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19844 Also make left window margin if required.
19845 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19846 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19847 no longer needed.
19848 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19849 gdb-put-breakpoint-icon.
19850 (gdb-assembler-mode): Don't set left-margin-width here.
19851
19852 2004-02-27 Kevin Ryde <user42@zip.com.au>
19853
19854 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19855 comma, so that it DTRT in macros.
19856
19857 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19858
19859 * progmodes/sh-script.el (sh-shell-arg)
19860 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19861 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19862
19863 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19864
19865 * faces.el (face-spec-set-match-display): Add a new attribute,
19866 `min-colors'.
19867 (region, highlight, secondary-selection): Use `min-colors'.
19868
19869 * custom.el (defface): Add documentation for `min-colors'.
19870
19871 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19872 (font-lock-keyword-face, font-lock-function-name-face)
19873 (font-lock-variable-name-face, font-lock-constant-face):
19874 Use `min-colors'.
19875
19876 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19877
19878 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19879
19880 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19881 define assq-delete-all if it's not defined.
19882 (ebnf-generate-region): Code fix.
19883
19884 * printing.el: Doc fix.
19885 (pr-version): New version number (6.7.2).
19886 (pr-command): Return empty string if command is an empty string.
19887
19888 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19889
19890 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19891
19892 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19893 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19894 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19895 "tt" ["test"] ). Reported by Markus Dreyer
19896 <mdreyer@ix.urz.uni-heidelberg.de>.
19897 (ebnf-version): New version number (4.0).
19898 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19899 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19900 (ebnf-delete-style): New commands.
19901 (ebnf-directory, ebnf-file): New funs.
19902 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19903 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19904 (ebnf-syntax-alist): New var.
19905 (ebnf-element-width): New fun replacing ebnf-list-width.
19906 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19907 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19908 (ebnf-prologue): Adjust vars.
19909 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19910 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19911 (ebnf-check-style-values, ebnf-generate-production)
19912 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19913 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19914 (ebnf-token-repeat): Code fix.
19915
19916 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19917 %right, %left and %prec. Suggested by Matthew K. Junker
19918 <junker@alum.mit.edu>.
19919 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19920
19921 * progmodes/ebnf-iso.el: Doc fix.
19922 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19923 (ebnf-iso-lex): Code fix.
19924
19925 * progmodes/ebnf-bnf.el: Doc fix.
19926 (ebnf-bnf-lex): Code fix.
19927
19928 * progmodes/ebnf-otz.el: Doc fix.
19929
19930 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19931
19932 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19933 (abbrev-prefix-mark): Doc fix.
19934
19935 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19936
19937 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19938 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19939 (gdb-var-delete): Make interactive (really).
19940 (gdb-edit-value): Make non-interactive.
19941
19942 * progmodes/gud.el (gud-speedbar-menu-items):
19943 Add gdb-var-delete and, indirectly, gdb-edit-value.
19944 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19945 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19946 (gud-gdb-marker-filter): Add comment for annotations.
19947
19948 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19949
19950 * calendar/calendar.el (generate-calendar)
19951 (calendar-read-date): Prevent display of BC calendars once more -
19952 reverts 2003-10-01 change.
19953 (generate-calendar-month): Doc fix.
19954
19955 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19956
19957 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19958 return value of increment-calendar-month.
19959
19960 2004-02-21 Stephen Compall <s11@member.fsf.org>
19961
19962 * saveplace.el (save-place-forget-unreadable-files)
19963 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19964 (save-place-forget-unreadable-files): New function.
19965 (save-place-alist-to-file): Use it to filter out files that are
19966 no longer readable.
19967
19968 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19969 current Texinfo environment, using the same method as in
19970 `texinfo-insert-@end', and insert a space rather than a newline if
19971 point in a @table environment.
19972
19973 2004-02-21 Juri Linkov <juri@jurta.org>
19974
19975 * ffap.el (ffap-file-at-point): Try parent directories.
19976
19977 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19978
19979 * vcursor.el (vcursor-modifiers): New defcustom.
19980 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19981 hard-coded list.
19982
19983 2004-02-21 Masatake YAMATO <jet@gyve.org>
19984
19985 * play/animate.el (animate-birthday-present): Accept names other
19986 than `Sarah', too.
19987
19988 2004-02-21 Juri Linkov <juri@jurta.org>
19989
19990 * startup.el: Remove table of command line arguments from the
19991 Commentary section.
19992
19993 2004-02-20 John Wiegley <johnw@newartisans.com>
19994
19995 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19996 again" modifier from 'e' to 'E', since 'e' is also used by the
19997 "file extension" modifier.
19998
19999 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
20000
20001 * help-fns.el (describe-categories): Doc fix.
20002
20003 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
20004
20005 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
20006 temporary file for buffer already visiting one. This change makes
20007 output likely to be directly usable by patch program.
20008 Suggested by Adrian Aichner <adrian@xemacs.org>
20009
20010 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
20011
20012 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
20013 case of variables defined in compound statements.
20014 (gdb-setup-windows, gdb-source-info, gdb-source-info):
20015 Simplify constructions using switch-to-buffer.
20016
20017 2004-02-19 Simon Josefsson <jas@extundo.com>
20018
20019 * play/morse.el: Fix typo.
20020 (morse-code): Add @.
20021
20022 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
20023
20024 * calendar/appt.el (appt-display-format): Change default to
20025 'ignore, for backwards compatibility.
20026 (appt-display-message): If appt-display-format is 'ignore,
20027 respect old vars appt-msg-window and appt-visible.
20028 (appt-activate): Don't depend on return value of cancel-timer.
20029
20030 * calendar/calendar.el (calendar-holidays): Doc fix.
20031
20032 * calendar/cal-coptic.el (coptic-prompt-for-date):
20033 Use assoc-string instead of assoc-ignore-case.
20034 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
20035 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
20036 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
20037 * calendar/cal-islam.el (calendar-goto-islamic-date)
20038 (mark-islamic-diary-entries): Ditto.
20039 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
20040 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
20041 (calendar-read-mayan-tzolkin-date): Ditto.
20042 * calendar/calendar.el (calendar-read-date): Ditto.
20043 * calendar/diary-lib.el (mark-diary-entries): Ditto.
20044
20045 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
20046
20047 * progmodes/executable.el (executable-command-find-posix-p):
20048 Fix choice of the directory.
20049
20050 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
20051
20052 * simple.el (interprogram-cut-function)
20053 (interprogram-paste-function, kill-new, kill-append):
20054 Doc fixes.
20055 (kill-region): Make it return nil. Doc fix.
20056 (yank-pop): Make its argument optional.
20057 (yank): Make ARG `-' equivalent to `-1'.
20058
20059 2004-02-17 Eli Zaretskii <eliz@gnu.org>
20060
20061 * mail/rmail.el (rmail-get-new-mail): Don't reference
20062 rmail-use-spam-filter if rmail-spam-filter is not loaded.
20063
20064 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
20065
20066 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
20067 if one of global-auto-revert-non-file-buffers or autorevert-mode
20068 is non-nil.
20069
20070 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20071
20072 * subr.el (delete-dups): A better implementation from Karl Heuer
20073 <kwzh@gnu.org>.
20074
20075 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
20076
20077 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
20078 correct place.
20079 * progmodes/icon.el (icon-indent-command): Ditto.
20080 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
20081
20082 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20083
20084 * progmodes/grep.el (grep-compute-defaults): Undo change from
20085 2004-01-29: don't use executable-command-find-posix-p.
20086
20087 2004-02-16 Richard Sharman <rsharman@pobox.com>
20088
20089 * hilit-chg.el: Use require instead of eval-and-compile.
20090 (highlight-compare-buffers): New function.
20091
20092 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
20093
20094 * man.el (Man-fontify-manpage): Render section headings in
20095 `Man-overstrike-face' even when overstrike was not used by man
20096 formatter for section headings.
20097
20098 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
20099
20100 * rmail-spam-filter.el (vm-use-spam-filter)
20101 (rsf-min-region-length-added-to-spam-list): New variables.
20102 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
20103 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
20104 spam testing. Don't delete spam message if automatic deletion
20105 after output via variable rmail-delete-after-output is turned on.
20106 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
20107 rsf-bbdb-dont-create-entries-for-spam.
20108 (check-field): New function, extracted from code in
20109 rmail-spam-filter to ease addition of header fields like content-type.
20110 (message-content-type): New variable to check the content-type:
20111 field added, also in defcustom of rsf-definitions-alist.
20112 (rmail-spam-filter): Replace repeated test code for header fields
20113 by calls to check-field; change the call to
20114 rmail-output-to-rmail-file such that rmail-current-message stays
20115 the same to avoid wrong deletion of unseen flags.
20116 (rsf-add-contents-type): New function to convert old format
20117 of rmail-spam-definitions-alist into new one.
20118 Change prefixes of all variables and functions from
20119 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20120
20121 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20122
20123 * loadhist.el (unload-hook-features-list): New defvar.
20124
20125 2004-02-16 Dave Love <fx@gnu.org>
20126
20127 * loadhist.el (unload-feature): Doc fix. Rename flist to
20128 unload-hook-features-list.
20129
20130 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20131
20132 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20133 cookie. Don't check if we are looking-at open-formula.
20134
20135 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20136
20137 * subr.el (match-string-no-properties): Use substring-no-properties.
20138
20139 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20140
20141 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20142 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20143 Use lower-case "rx" in all error message.
20144
20145 2004-02-16 Dave Love <fx@gnu.org>
20146
20147 * emacs-lisp/rx.el (rx-or): Put group around result.
20148 (rx-constituents): Add backref.
20149 (rx-syntax): Add string-delimiter, comment-delimiter.
20150 (rx-categories): Add combining-diacritic.
20151 (rx-check-not, rx-greedy, rx): Doc fix.
20152 (rx-backref, rx-check-backref): New.
20153
20154 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20155
20156 * newcomment.el (uncomment-region): Allow eob as comment end.
20157
20158 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20159
20160 * filecache.el: All message and error commands now use prefix
20161 "Filecache:" to make it easy to read *Messages* buffer.
20162
20163 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20164
20165 * autorevert.el: Add support to detect changed dired and VC buffers.
20166 (auto-revert-active-p, auto-revert-list-diff)
20167 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20168 (auto-revert-handler, auto-revert-active-p): New functions.
20169 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20170 and `auto-revert-active-p'.
20171 (eval-when-compile): Defvar dired-directory and vc-mode.
20172 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20173 (auto-revert-handler-vc): New functions.
20174
20175 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20176
20177 * progmodes/compile.el (compilation-directory): New defvar.
20178 (compile): Save current directory in compilation-directory.
20179 (recompile): Bind default-directory to compilation-directory if
20180 that is non-nil.
20181
20182 2004-02-16 Dave Love <fx@gnu.org>
20183
20184 * newcomment.el (comment-insert-comment-function)
20185 (comment-region-function, uncomment-region-function): New.
20186 (comment-indent): Use comment-insert-comment-function.
20187 (uncomment-region): Use uncomment-region-function.
20188 (comment-region): Use comment-region-function.
20189
20190 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20191
20192 2004-02-16 Richard Stallman <rms@gnu.org>
20193
20194 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20195 loaddefs* and ldefs-boot*.
20196
20197 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20198
20199 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20200 and email address at the beginning and end of the address.
20201
20202 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20203 anchored at the beginning of the email address.
20204
20205 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20206
20207 * international/ccl.el (ccl-compile-write): Pass `left' to
20208 ccl-embed-code to generate correct code of write-expr-register.
20209
20210 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20211
20212 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20213
20214 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20215
20216 * x-dnd.el: Mention support for Motif in commentary.
20217 (x-dnd-handle-drag-n-drop-event): Ditto.
20218
20219 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20220
20221 * ses.el: Use "ses--" prefixes for buffer-local variables.
20222 Use (point-min) instead of 1, even when we know the buffer
20223 is unnarrowed.
20224 (ses-build-load-map): Delete. Distribute its content to defconsts for
20225 the three maps.
20226 (ses-menu, ses-header-line-menu): New menus.
20227 (ses-mode-map): Use them.
20228 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20229
20230 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20231
20232 * Makefile.in: Fix the CC Mode recompile kludge so it works
20233 when building in a different directory.
20234
20235 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20236
20237 * simple.el (kill-new): Put yank-handler property on the entire string.
20238
20239 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20240
20241 * diff.el: Don't use compile any more, use diff-mode instead.
20242 (diff-regexp-alist, diff-old-file, diff-new-file)
20243 (diff-parse-differences, diff-process-setup): Remove.
20244 (diff-sentinel): New fun.
20245 (diff): Use it. Run the process ourselves.
20246 Use diff-mode for the rest of the processing.
20247
20248 * diff.el (diff): Simplify code handling `switch'.
20249
20250 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20251
20252 * pcvs-defs.el (cvs-menu): Add `tag'.
20253
20254 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20255
20256 * simple.el (kill-append): Doc fix.
20257
20258 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20259 Adapt outline-regexp to the new conventions for commenting out code.
20260
20261 2004-02-11 John Paul Wallington <jpw@gnu.org>
20262
20263 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20264
20265 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20266
20267 * diff.el (diff-switches): New fun.
20268 (diff, diff-backup): Use it.
20269 (diff): Clean up the args construction. Use backquote.
20270 Use listp instead of consp to avoid putting a nil arg.
20271 (diff): Add a revert-buffer function.
20272
20273 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20274
20275 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20276 handled by x-dnd-handle-file-name.
20277 (x-dnd-known-types): Add COMPOUND_TEXT.
20278 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20279 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20280 x-dnd-empty-state.
20281 (x-dnd-forget-drop): Ditto.
20282 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20283 (x-dnd-handle-one-url): Return private when inserting text.
20284 (x-dnd-insert-ctext): New function.
20285 (x-dnd-handle-file-name): New function for FILE_NAME.
20286 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20287 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20288 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20289
20290 2004-02-10 Kenichi Handa <handa@m17n.org>
20291
20292 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20293 instead of while loop.
20294
20295 2004-02-10 Miles Bader <miles@gnu.org>
20296
20297 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20298
20299 2004-02-09 Kenichi Handa <handa@m17n.org>
20300
20301 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20302 have end-of-line.
20303
20304 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20305
20306 * Makefile.in: Added extra dependencies in the recompile target
20307 needed to cope with the compile time macro expansions in CC Mode.
20308
20309 2004-02-09 Kim F. Storm <storm@cua.dk>
20310
20311 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20312 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20313 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20314 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20315 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20316 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20317 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20318 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20319 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20320 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20321 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20322
20323 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20324
20325 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20326 Don't allow shrink if there's a window on our right.
20327
20328 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20329 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20330 Bring together declaration and initialization.
20331 (prolog-mode-variables): Don't set the syntax table.
20332 Don't set paragraph-start and comment-indent-function.
20333 Add /*..*/ to the comment regexps.
20334 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20335 (prolog-mode-map): Don't bind TAB.
20336 (prolog-mode): Set the syntax table.
20337 (prolog-comment-indent): Remove.
20338 (inferior-prolog-mode-map): Initialize in the declaration.
20339 (inferior-prolog-mode-syntax-table)
20340 (inferior-prolog-mode-abbrev-table): New vars.
20341 (inferior-prolog-mode): Derive from comint-mode.
20342 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20343 minibuffer windows.
20344
20345 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20346 in file names, as long as it is unambiguous.
20347
20348 2004-02-08 Andreas Schwab <schwab@suse.de>
20349
20350 * textmodes/reftex-toc.el
20351 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20352 format. Doc fix.
20353
20354 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20355 format string arguments.
20356
20357 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20358 string argument.
20359
20360 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20361
20362 * play/zone.el (zone-call): Fix format string.
20363
20364 * net/webjump.el (webjump-builtin): Add missing format string argument.
20365
20366 * midnight.el (midnight-delay-set): Remove extra format string argument.
20367
20368 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20369
20370 * hexl.el (hexl-insert-char): Add missing format string argument.
20371
20372 * format.el (format-decode): Fix format string.
20373
20374 * emulation/vi.el (vi-mode): Remove extra format string argument.
20375 (vi-repeat-last-search): Likewise.
20376 (vi-reverse-last-search): Likewise.
20377 (vi-goto-mark): Likewise.
20378 (vi-reverse-last-find-char): Likewise.
20379 (vi-repeat-last-find-char): Likewise.
20380 (vi-locate-def): Likewise.
20381
20382 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20383
20384 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20385 string argument.
20386 (ediff-toggle-regexp-match): Likewise.
20387
20388 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20389 format string argument.
20390
20391 * calc/calc-map.el (calc-get-operator): Remove extra format
20392 string argument.
20393
20394 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20395
20396 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20397 string argument.
20398
20399 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20400
20401 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20402
20403 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20404
20405 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20406 (cl-struct-setf-expander): Likewise.
20407
20408 * vc.el (with-vc-file): Fix unsafe uses of error.
20409 (vc-cancel-version): Likewise.
20410
20411 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20412
20413 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20414 thousands separator; fixes <class>:<line-number> regexp for
20415 non-english locales.
20416
20417 2004-02-08 Andreas Schwab <schwab@suse.de>
20418
20419 * view.el (view-mode-enable): Revert previous change.
20420
20421 2004-02-07 Kim F. Storm <storm@cua.dk>
20422
20423 * simple.el (line-number-at-pos): Rename from line-at-pos.
20424 Uses changed (what-line and vc-annotate-warp-version).
20425
20426 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20427
20428 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20429 (diff-mode): Remove aborted attempt at support for compile.el.
20430 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20431
20432 2004-02-06 Andreas Schwab <schwab@suse.de>
20433
20434 * view.el (view-mode-enable): Add view-mode-map to
20435 minor-mode-overriding-map-alist.
20436
20437 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20438
20439 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20440
20441 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20442
20443 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20444 with point inside rather than after the paragraph.
20445
20446 2004-02-04 Sam Steingold <sds@gnu.org>
20447
20448 * mail/smtpmail.el (smtpmail-try-auth-methods):
20449 Do not try authentication when no mechanism is available.
20450 Pass port-name as defaultport to `netrc-machine'.
20451
20452 2004-02-04 Stephen Eglen <stephen@gnu.org>
20453
20454 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20455 to show how minibuffer height can be constrained.
20456
20457 2004-02-04 John Paul Wallington <jpw@gnu.org>
20458
20459 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20460
20461 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20462
20463 * x-dnd.el: New file for drag and drop.
20464
20465 * term/x-win.el: require x-dnd, set after-make-frame-functions
20466 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20467 drag-n-drop event.
20468
20469 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20470 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20471 (dired-dnd-handle-file): New functions for drag and drop support.
20472 (dired-mode): Initialize drag and drop if x-dnd present.
20473
20474 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20475
20476 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20477 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20478 (cperl-mode): Set fill-paragraph-function.
20479 (cperl-fill-paragraph): Make it non-interactive.
20480
20481 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20482
20483 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20484
20485 2004-02-02 David Kastrup <dak@gnu.org>
20486
20487 * replace.el (perform-replace): Allow 'literal argument in
20488 regexp-flag to indicate literal replacement.
20489 (query-replace-regexp-eval): Use it.
20490
20491 2004-02-01 Andreas Schwab <schwab@suse.de>
20492
20493 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20494
20495 2004-02-01 Stephen Eglen <stephen@gnu.org>
20496
20497 * info-look.el: Add support for maxima-mode. Update commentary
20498 because info-lookup-symbol is now bound to C-h S.
20499
20500 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20501
20502 * simple.el (edit-and-eval-command): Bind print-level and
20503 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20504 Correct initial position in command-history.
20505
20506 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20507
20508 * files.el (read-directory-name): Adapt the docstring to recent
20509 change in Fread_file_name.
20510
20511 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20512
20513 * ses.el (ses-print-cell): If print format too wide for column
20514 width, truncate decimal places if that helps to avoid "#####" fill.
20515 * ses.el (ses-initial-column-width): Revert previous change.
20516
20517 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20518
20519 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20520 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20521 Add edebug info.
20522 (jit-lock-mode): Setup/cancel the new timer.
20523 (jit-lock-context-fontify): New fun. Extracted from
20524 context fontification code of jit-lock-stealth-fontify.
20525 (jit-lock-stealth-fontify): Don't do context fontification any more.
20526
20527 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20528 (jit-lock-fontify-now): Handle the `quit' case.
20529 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20530
20531 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20532
20533 * progmodes/executable.el (executable-command-find-posix-p):
20534 New. Check if find handles arguments Posix-style.
20535
20536 * progmodes/grep.el (grep-compute-defaults):
20537 Use executable-command-find-posix-p.
20538 (grep-find): Check `grep-find-command'.
20539
20540 * filecache.el (file-cache-find-posix-p): Delete.
20541 (file-cache-add-directory-using-find):
20542 Use `executable-command-find-posix-p'.
20543
20544 2004-01-29 Dave Love <fx@gnu.org>
20545
20546 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20547 Iterate the hook function if arg is given.
20548 (mark-defun, narrow-to-defun): Change order of finding the limits.
20549
20550 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20551 (byte-compile-format-warn): New.
20552 (byte-compile-callargs-warn): Use it.
20553 (Format, message, error): Add byte-compile-format-like property.
20554 (byte-compile-maybe-guarded): New.
20555 (byte-compile-if, byte-compile-cond): Use it.
20556 (byte-compile-lambda): Compile interactive forms,
20557 just to make warnings about them.
20558
20559 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20560
20561 * ses.el (ses-initial-column-width): Increase to 14, so it will
20562 work well with the default printer of "%.7g" for extreme values
20563 like "-1.234567e+07".
20564
20565 2004-01-29 Kenichi Handa <handa@m17n.org>
20566
20567 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20568
20569 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20570
20571 * dos-w32.el: Added support for the `default-printer-name' function.
20572
20573 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20574
20575 * server.el (server-socket-name): Don't use the hostname in the
20576 socket name since /tmp is local to the host anyway.
20577
20578 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20579 robust check of widening and fix var-naming.
20580
20581 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20582
20583 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20584 or rmail-spam- to rsf- in all function and variable names.
20585 (rsf-min-region-to-spam-list): New variable.
20586 (rsf-bbdb-auto-delete-spam-entries): Rename from
20587 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20588 scanned together with the recipients field for spam testing; Don't
20589 delete spam message if rmail-delete-after-output is non-nil;
20590 (rsf-check-field): New function, extracted from code in
20591 rmail-spam-filter to ease addition of header fields like
20592 content-type:;
20593 (message-content-type): New variable. The content-type: field was
20594 added also in defcustom of rsf-definitions-alist;
20595 (rmail-spam-filter): Replace repeated test code for header fields
20596 by calls to check-field; change the call to
20597 rmail-output-to-rmail-file such that rmail-current-message stays
20598 the same to avoid wrong deletion of unseen flags.
20599 (rmail-use-spam-filter): Add autoload cookie.
20600
20601 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20602
20603 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20604 (file-cache-add-directory-using-find): Add Cygwin support.
20605 (file-cache-find-command-posix-flag): New user variable.
20606
20607 * filecache.el (file-cache-add-directory): Check for
20608 directories an remove them from dir-files.
20609
20610 2004-01-27 Richard M. Stallman <rms@gnu.org>
20611
20612 * man.el (Man-fontify-manpage): Clean up message.
20613
20614 2004-01-27 Kenichi Handa <handa@m17n.org>
20615
20616 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20617 (sentence-end): Define using sentence-end-without-space.
20618
20619 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20620 a sentence ends with one of a character in sentence-end-without-space.
20621
20622 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20623
20624 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20625 (jit-lock): Group declaration moved to jit-lock.el.
20626 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20627 when necessary.
20628
20629 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20630 (jit-lock-context-unfontify-pos): Rename from
20631 jit-lock-first-unfontify-pos.
20632 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20633
20634 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20635
20636 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20637 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20638 (fortran-fill): When filling a string, adjust re-search-backward
20639 argument for special case of string just on fill-column.
20640 When filling non-string, allow one extra char if
20641 fortran-break-before-delimiters is non-nil.
20642 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20643 Use fortran-break-delimiters-re and fortran-no-break-re to
20644 correctly handle cases such as "**".
20645
20646 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20647 (f90-no-break-re): Add some extra tokens. Doc fix.
20648
20649 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20650
20651 * mail/rmail-spam-filter.el:
20652 Use two semicolons as Commentary line prefix.
20653 Add ";;; Code:" stylized comment.
20654 Delete end-of-line whitespace.
20655 Wrap (require 'cl) with `eval-when-compile'.
20656
20657 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20658
20659 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20660 at the top level of vc.el.
20661
20662 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20663
20664 * vc.el (vc-current-line): Function removed. This is now done by
20665 the new function line-at-pos in simple.el.
20666 (vc-annotate-warp-version): Use line-at-pos instead of
20667 vc-current-line.
20668
20669 2004-01-22 Kim F. Storm <storm@cua.dk>
20670
20671 * simple.el (line-at-pos): New defun.
20672 (what-line): Use it. Optimize by only counting lines in narrowed
20673 region once.
20674
20675 2004-01-22 Kenichi Handa <handa@m17n.org>
20676
20677 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20678 point (register r1) only for charset mule-unicode-0100-24ff.
20679
20680 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20681
20682 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20683 trailing white space and ensure a final newline.
20684
20685 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20686 Add autoload cookie.
20687
20688 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20689
20690 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20691 activate view-mode explicitly.
20692
20693 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20694
20695 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20696 menu-bar-enable-clipboard and make Paste use clipboard first.
20697
20698 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20699
20700 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20701 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20702 (vc-mcvs-cvs): Remove.
20703 (vc-mcvs-command): Remove use of assert.
20704
20705 * outline.el (outline-insert-heading): Tighten up match.
20706 (outline-demote, outline-move-subtree-down): Don't assume anything
20707 about outline-regexp.
20708
20709 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20710 (texinfo-show-structure): Explicitly add ^, and simplify.
20711
20712 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20713
20714 * calendar/appt.el (appt-check): Restore usage of
20715 appt-issue-message deleted in previous change.
20716 (top-level): Activate package when loaded (needed for backwards
20717 compatibility).
20718
20719 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20720
20721 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20722 following previous change to smtpmail-send-data.
20723
20724 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20725
20726 * vc.el (vc-default-previous-version): Doc enhancement.
20727 (vc-default-next-version): New function.
20728 (vc-print-log): New arg FOCUS-REV.
20729 (vc-annotate-mode): Derive from view-mode.
20730 (vc-annotate): New args REVISION, DISPLAY-MODE.
20731 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20732 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20733 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20734 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20735 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20736
20737 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20738
20739 2004-01-19 Karl Berry <karl@gnu.org>
20740
20741 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20742 or "TexInfo".
20743
20744 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20745
20746 * subr.el (delete-dups): New function.
20747
20748 2004-01-19 Karl Berry <karl@gnu.org>
20749
20750 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20751 with ^, since that's what texinfo-show-structure
20752 documentation says (plus it works much better in texinfo.txi).
20753
20754 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20755
20756 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20757
20758 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20759
20760 * progmodes/which-func.el (which-function-mode): Don't cancel
20761 which-func-update-timer if not set.
20762
20763 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20764
20765 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20766 Remove spurious left square bracket in XX:XXam regexp.
20767
20768 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20769
20770 * progmodes/cc-defs.el: Do not require cl at run time.
20771
20772 2004-01-16 Richard M. Stallman <rms@gnu.org>
20773
20774 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20775 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20776
20777 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20778 Call rmail-spam-filter. Delete and expunge spam.
20779 Print number of spam messages deleted.
20780 Save and restore the deletion status of old messages when reading
20781 new mail with spam filter, so that expunging spam does not expunge
20782 msgs deleted by the user.
20783 (rmail-only-expunge): Add an optional argument dont-show to
20784 prevent showing message after expunge.
20785
20786 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20787
20788 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20789 * subr.el (declare): New macro.
20790
20791 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20792
20793 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20794
20795 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20796
20797 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20798 Test window-system rather than system-type (for X11/Mac).
20799
20800 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20801
20802 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20803
20804 2004-01-12 Richard M. Stallman <rms@gnu.org>
20805
20806 * mail/rmail.el (rmail-convert-to-babyl-format):
20807 Use mail-unquote-printable-region.
20808 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20809 (rmail-hex-char-to-integer): Functions deleted.
20810
20811 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20812 (mail-unquote-printable-region): New arg NOERROR.
20813 For invalid encoding, either signal an error to just return nil.
20814
20815 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20816
20817 * calendar/appt.el: Update copyright and commentary.
20818 (appt-issue-message): Make obsolete.
20819 (appt-visible, appt-msg-window): Make obsolete, in favor of
20820 appt-display-format.
20821 (appt-display-mode-line, appt-display-duration)
20822 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20823 (appt-prev-comp-time, appt-display-count, appt-timer)
20824 (appt-convert-time): Doc change.
20825 (appt-disp-window-function, appt-delete-window-function):
20826 Use defcustom rather than defvar.
20827 (appt-display-format): New variable.
20828 (appt-display-message): New function with display code from appt-check.
20829 (appt-check): Add optional FORCE argument. Doc change.
20830 Add appt-make-list to diary-hook if displaying diary.
20831 Remove checking of view-diary-entries-initially.
20832 Message display section removed to new function appt-display-message.
20833 (appt-display-window): Doc change. Remove unused internal var
20834 this-buffer. Do not beep, since appt-display-message does that.
20835 (appt-make-list): Doc change. Use caar.
20836 (appt-sort-list): Simplify by using builtin sort function.
20837 (appt-update-list): New function for updating appts when diary is
20838 saved.
20839 (appt-activate): New autoloaded function to toggle package
20840 functionality.
20841
20842 * calendar/cal-x.el: (calendar-one-frame-setup)
20843 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20844
20845 * calendar/calendar.el: Update copyright.
20846 (view-diary-entries-initially, european-calendar-style): Doc change.
20847 (calendar-setup): Make defcustom rather than defvar.
20848 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20849 in let binding so local to function.
20850
20851 * calendar/diary-lib.el: Update copyright.
20852 (diary, diary-entry-time): Doc change.
20853 (list-diary-entries): Doc change. Trivial logic change.
20854 (fancy-diary-display): Restore make-face command mistakenly
20855 deleted 2003-05-08.
20856 (show-all-diary-entries): Allow to pop-up frame if needed.
20857
20858 2004-01-09 John Paul Wallington <jpw@gnu.org>
20859
20860 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20861 Temporarily select EVENT's window for changing eol type.
20862
20863 2004-01-09 Deepak Goel <deego@gnufans.org>
20864
20865 * calendar/diary-lib.el (diary-entry-time):
20866 Also accept time in the form XX[.XX][am/pm/AM/PM].
20867 (fancy-diary-font-lock-keywords): Likewise.
20868 (diary-font-lock-keywords): Likewise.
20869 * calendar/appt.el (appt-add): Likewise.
20870 (appt-make-list): Likewise.
20871 (appt-convert-time): Likewise.
20872
20873 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20874
20875 * gdb-ui.el (gdb-ann3): Revert previous change.
20876 (gdb-source-info): Allow for case of where compilation directory
20877 is not recorded.
20878
20879 2004-01-08 John Paul Wallington <jpw@gnu.org>
20880
20881 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20882
20883 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20884
20885 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20886
20887 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20888 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20889 problems.
20890 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20891
20892 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20893
20894 * files.el (write-file-functions, write-contents-functions):
20895 Clarify docstrings.
20896
20897 2004-01-07 Kenichi Handa <handa@m17n.org>
20898
20899 * international/mule.el (set-auto-coding): Fix for the case that
20900 end-of-line is only CR.
20901
20902 2004-01-07 Kim F. Storm <storm@cua.dk>
20903
20904 * subr.el (event-start, event-end): Doc fix.
20905 (posn-string, posn-image): New defuns.
20906 (posn-object): Return either image or string object.
20907 (posn-object-x-y): Return 8th element of position.
20908 (posn-object-width-height): New defun.
20909
20910 2004-01-06 Andreas Schwab <schwab@suse.de>
20911
20912 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20913 output.
20914
20915 2004-01-05 Karl Berry <karl@gnu.org>
20916
20917 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20918 / and *, too.
20919
20920 2003-12-31 Simon Josefsson <jas@extundo.com>
20921
20922 * files.el (before-save-hook): Add.
20923 (basic-save-buffer): Use before-save-hook.
20924
20925 * emacs-lisp/copyright.el: Fix comment to recommend
20926 before-save-hook instead of write-file-functions.
20927
20928 2004-01-05 Richard M. Stallman <rms@gnu.org>
20929
20930 * finder.el (finder-commentary): Call delete-other-windows.
20931
20932 * net/ange-ftp.el (ange-ftp-file-attributes):
20933 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20934
20935 2004-01-04 Karl Berry <karl@gnu.org>
20936
20937 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20938 comment characters % and # in the copyright year notice,
20939 as well as ;.
20940
20941 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20942
20943 * wid-edit.el (default): Define dummy :value-delete.
20944 Reported by Jesper Harder <harder@ifa.au.dk>.
20945
20946 2004-01-03 Richard M. Stallman <rms@gnu.org>
20947
20948 * progmodes/compile.el (compile-internal): Use point, not point-min,
20949 for set-window-point.
20950
20951 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20952
20953 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20954
20955 * progmodes/grep.el (grep-mode-map):
20956 Don't remap next-line, previous-line.
20957
20958 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20959
20960 * speedbar.el (speedbar-edit-line): Change regexp to position
20961 the cursor on the first character of this line's button.
20962
20963 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20964
20965 * subr.el (functionp): Doc fix.
20966
20967 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20968
20969 * progmodes/idlwave.el (idlwave-make-tags):
20970 * textmodes/flyspell.el (flyspell-large-region):.
20971 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20972 * emulation/viper-util.el (viper-glob-unix-files):
20973 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20974 * man.el (Man-init-defvars):
20975 * jka-compr.el (jka-compr-call-process):
20976 * files.el (get-free-disk-space,insert-directory):
20977 * ediff-ptch.el (ediff-test-patch-utility):
20978 * ediff-diff.el (ediff-test-utility):
20979 * dired-aux.el (dired-check-process):
20980 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20981 test the return value of call-process, because it can be a string.
20982
20983 2003-12-31 John Paul Wallington <jpw@gnu.org>
20984
20985 * bindings.el (completion-ignored-extensions): Add .pfsl.
20986
20987 2003-12-31 Kim F. Storm <storm@cua.dk>
20988
20989 * ido.el (ido-nonreadable-directory-p): New defun to check for
20990 nonreadable directory without activating tramp (to avoid problems
20991 with checking incomplete tramp paths).
20992 (ido-set-current-directory, ido-file-internal)
20993 (ido-file-name-all-completions1): Use it.
20994
20995 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20996
20997 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20998 documentation if the anchor (or node) name is preceded by `info
20999 anchor' or `Info anchor' in addition to earlier `info node' and
21000 `Info node'.
21001 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
21002
21003 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21004
21005 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
21006 error in arguments to base64-decode-region. Remove ^M characters
21007 after decoding base64.
21008
21009 2003-12-30 Simon Josefsson <jas@extundo.com>
21010
21011 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
21012 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
21013 have only been distributed with Emacs for some years.
21014 (texinfo-mode-hook): Customize.
21015
21016 2003-12-30 Eli Zaretskii <eliz@gnu.org>
21017
21018 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
21019 cleaner (suggested by Richard Stallman).
21020
21021 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
21022 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
21023 file-name clashes on 8+3 DOS filesystems.
21024
21025 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
21026 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
21027 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
21028 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
21029 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
21030 file-name clashes on 8+3 filesystems.
21031
21032 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
21033 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
21034 file-name clashes on 8+3 DOS filesystems.
21035
21036 2003-12-29 Richard M. Stallman <rms@gnu.org>
21037
21038 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
21039 Upcase the character.
21040
21041 * textmodes/flyspell.el (mail-mode-flyspell-verify):
21042 Search for header separator alone on a line, literally,
21043 and search for it backward, not forward.
21044 (flyspell-abbrev-table): Always use global-abbrev-table
21045 if there is no local one.
21046
21047 * progmodes/sh-script.el (sh-get-indent-info):
21048 Don't move point back if at bob.
21049
21050 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
21051
21052 * play/handwrite.el (handwrite): Make the handwrite credit message
21053 a comment rather than an output command.
21054
21055 * obsolete/sc.el: Display message that this file is obsolete.
21056
21057 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
21058
21059 * mail/rfc822.el (rfc822-address-start): Declare variable.
21060 Renamed from address-start. All uses changed.
21061
21062 * term.el (term-exec): Set up sentinel.
21063 (term-sentinel): New function.
21064 (term-handle-exit): New function.
21065
21066 * subr.el (assoc-ignore-case, assoc-ignore-representation):
21067 Use assoc-string, and mark them obsolete.
21068 (delay-mode-hooks): Mark as permanent local.
21069
21070 * simple.el (sendmail-user-agent-compose): Use assoc-string.
21071
21072 * register.el (copy-rectangle-to-register): Doc fix.
21073
21074 * info.el (Info-insert-dir): Use assoc-string.
21075
21076 * info-look.el (info-lookup): Use assoc-string.
21077
21078 * frame.el (pop-up-frame-function): Use quote, not `function'.
21079 (frame-notice-user-settings): Calculate ADJUSTED-TOP
21080 copying with lists as coordinate values.
21081
21082 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
21083
21084 * find-dired.el (kill-find): New command.
21085 (find-dired): Make buffer read-only.
21086 Set up a keymap with C-c C-k running kill-find.
21087 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
21088
21089 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
21090
21091 * filecache.el (file-cache-ignore-case): New variable.
21092 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
21093
21094 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
21095 (comint-dynamic-complete-as-filename): Rename local vars.
21096 (comint-dynamic-list-filename-completions): Likewise.
21097
21098 * comint.el (comint-dynamic-list-completions-config): New var.
21099 (comint-dynamic-list-completions): Handle both SPC and TAB right.
21100
21101 * comint.el (comint-file-name-chars): Add [].
21102 (comint-word): Use skip-chars-backward, not search.
21103
21104 * shell.el (shell-file-name-chars): Add [].
21105
21106 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
21107
21108 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
21109
21110 * generic.el (define-generic-mode): Doc fix.
21111
21112 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21113
21114 * files.el (kill-some-buffers): Doc fix.
21115
21116 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21117
21118 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21119 arg to send-invisible
21120 (send-invisible): Doc fix. The argument is now a prompt, not the
21121 string to send.
21122 (comint-read-noecho): Doc fix.
21123
21124 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21125
21126 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21127 "@", as required by some ISP hosting service. Fix defcustom
21128 argument syntax errors that prevented use of customization.
21129
21130 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21131
21132 * xml.el (xml-get-attribute-or-nil): Doc fix.
21133
21134 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21135
21136 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21137 write-file-hooks.
21138
21139 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21140
21141 * autorevert.el (auto-revert-interval): Doc fix.
21142
21143 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21144
21145 * xml.el (xml-get-attribute-or-nil): New function, like
21146 xml-get-attribute, but returns nil if the attribute was not found.
21147 (xml-get-attribute): Convert to defsubst, uses
21148 xml-get-attribute-or-nil.
21149
21150 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21151
21152 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21153
21154 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21155
21156 * custom.el (custom-declare-theme): Use `value' when putting
21157 properties on `theme'.
21158
21159 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21160
21161 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21162 for each yank-handler segment.
21163 (insert-for-yank-1): New function, with the body of the previous
21164 insert-for-yank.
21165
21166 * textmodes/table.el (table-yank-handler): New defcustom.
21167 (table--put-cell-indicator-property): Put yank-handler property
21168 that indicates the yank handler for the table cell.
21169
21170 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21171
21172 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21173 set of keywords.
21174
21175 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21176
21177 * international/mule-cmds.el (reset-language-environment)
21178 (set-language-environment): Don't invoke fontset-related functions
21179 if fontset-list is not fboundp.
21180
21181 2003-12-29 Kenichi Handa <handa@m17n.org>
21182
21183 * international/mule-cmds.el (reset-language-environment):
21184 Call set-overriding-fontspec-internal with nil.
21185 (set-language-environment): Call set-overriding-fontspec-internal
21186 if the language environment specify `overriding-fontspec'.
21187 (language-info-alist): Doc added.
21188
21189 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21190 characters of mule-unicode-0100-24ff.
21191 (ccl-encode-windows-1251-font): New CCL program.
21192 ("Bulgarian"): Specify overriding-fontspec.
21193 ("Belarusian"): Likewise.
21194
21195 2003-12-28 Sam Steingold <sds@gnu.org>
21196
21197 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21198 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21199
21200 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21201
21202 * progmodes/gud.el (gud-gdb-command-name): Set default to
21203 "gdb --annotate=3".
21204 (gud-gdb-marker-filter): Look out for annotations.
21205 (gdb-first-pre-prompt): New variable.
21206 Remove trailing white space.
21207
21208 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21209 if necessary.
21210 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21211 annotations are detected.
21212 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21213 instead of a local one to allow transition from
21214 gud-gdb-marker-filter.
21215 Remove trailing white space.
21216
21217 2003-12-27 Kim F. Storm <storm@cua.dk>
21218
21219 * ido.el: Handle non-readable directories.
21220 (ido-decorations): Add 9th element for non-readable directory.
21221 (ido-directory-nonreadable): New dynamic var.
21222 (ido-set-current-directory): Set it.
21223 (ido-read-buffer, ido-file-internal):
21224 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21225 (ido-file-name-all-completions1): Return empty list for
21226 non-readable directory.
21227 (ido-exhibit): Print [Not readable] if directory is not readable.
21228 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21229 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21230 Use it.
21231
21232 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21233
21234 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21235 calls to directory-files-and-attributes and file-attributes.
21236 (ls-lisp-format): Remove system dependent handling of user and
21237 group id's.
21238
21239 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21240
21241 * ffap.el (ffap-read-file-or-url): Revert previous change.
21242
21243 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21244
21245 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21246 new list of included files called `files-with-node-lines', that
21247 only have node lines. This way @include commands can include any
21248 file, such as version and update files without node lines, not
21249 just files that are chapters.
21250
21251 2003-12-25 Andreas Schwab <schwab@suse.de>
21252
21253 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21254 file not found.
21255
21256 2003-12-08 Miles Bader <miles@gnu.org>
21257
21258 * dired.el (dired-between-files): Always use dired-move-to-filename,
21259 which is more robust in non-english locales.
21260
21261 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21262
21263 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21264
21265 2003-12-24 Andreas Schwab <schwab@suse.de>
21266
21267 * shell.el (shell-file-name-quote-list): Add backslash.
21268
21269 * comint.el (comint-quote-filename): Correctly handle backslash
21270 in comint-file-name-quote-list.
21271
21272 2003-12-24 Kenichi Handa <handa@m17n.org>
21273
21274 * international/mule-cmds.el (set-default-coding-systems):
21275 Call ucs-set-table-for-input for all buffers that don't have local
21276 value of buffer-file-coding-system.
21277
21278 * international/ucs-tables.el (ucs-set-table-for-input):
21279 If translation-table-for-encode is a symbol, get its
21280 translation-table property.
21281
21282 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21283
21284 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21285 to `completing-read' on a recently fixed bug.
21286
21287 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21288 instead of SPACE, to get the list of possible fringe modes.
21289 SPACE only works if both `partial-completion-mode' and
21290 `completion-auto-help' are nil.
21291
21292 * complete.el (PC-is-complete-p): Delete.
21293 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21294 calls to `test-completion'.
21295
21296 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21297
21298 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21299 to edit values when there are no children.
21300
21301 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21302 a mode called "Assembler" already exists.
21303 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21304 (gud-watch): Use format option. Remove font properties from string.
21305 (gdb-var-create-handler, gdb-var-list-children-handler):
21306 Don't bother about properties as there are none.
21307 (gdb-var-create-handler, gdb-var-list-children-handler)
21308 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21309 with two arguments.
21310 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21311 Let speedbar show value changes with a different font.
21312 (gdb-edit-value): New defun.
21313 (gdb-clear-partial-output, gdb-clear-inferior-io)
21314 (def-gdb-auto-update-handler): Use erase-buffer.
21315 (gdb-frame-handler): Display watch expressions in
21316 FUNCTION::VARIABLE format if required.
21317
21318 2003-12-23 John Paul Wallington <jpw@gnu.org>
21319
21320 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21321 (Info-goto-emacs-command-node): Doc fixes.
21322
21323 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21324
21325 * cus-edit.el (custom-add-parent-links): Define "many".
21326
21327 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21328
21329 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21330 (widget-child-validate, widget-type-value-create)
21331 (widget-type-default-get, widget-type-match): New functions.
21332 (lazy): New widget.
21333 (menu-choice, checklist, radio-button-choice, editable-list)
21334 (group, documentation-string): Remove redundant (per 2003-10-25
21335 change) calls to `widget-children-value-delete'.
21336 (widget-choice-value-get, widget-choice-value-inline): Remove.
21337 (menu-choice): Update widget.
21338
21339 2003-12-03 Kenichi Handa <handa@m17n.org>
21340
21341 * language/cyrillic.el: Register "microsoft-cp1251" in
21342 ctext-non-standard-encodings-alist.
21343 ("Bulgarian"): Add ctext-non-standard-encodings.
21344 ("Belarusian"): Likewise.
21345
21346 * international/mule-conf.el (compound-text-with-extensions):
21347 Change the type to 2 (iso-2022 base).
21348
21349 * international/mule.el (ctext-non-standard-encodings-alist):
21350 Change the format.
21351 (ctext-non-standard-encodings): New variable.
21352 (ctext-post-read-conversion): Fully re-written.
21353 (ctext-non-standard-designations-alist): Delete it.
21354 (ctext-non-standard-encodings-table): New function.
21355 (ctext-pre-write-conversion): Fully re-written.
21356
21357 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21358
21359 * cus-edit.el (custom-add-parent-links): Add documentation links
21360 for parent, if the item has none of its own.
21361
21362 2003-11-30 Richard M. Stallman <rms@gnu.org>
21363
21364 * dired-aux.el (dired-do-query-replace-regexp):
21365 Report files visited read-only.
21366
21367 2003-11-30 Juri Linkov <juri@jurta.org>
21368
21369 * dired-aux.el (dired-compare-directories): New command.
21370 (dired-file-set-difference, dired-files-attributes): New functions.
21371
21372 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21373 Version 2.0.38 of Tramp released.
21374
21375 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21376 Charles Curley <charlescurley@charlescurley.com>.
21377 (tramp-multi-connection-function-alist): Add ssht entry which adds
21378 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21379 Aichner.
21380 (tramp-get-method-parameter): New function to retrieve a method
21381 parameter. This allows for omission of method parameters.
21382 Callers adjusted.
21383
21384 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21385
21386 * net/tramp.el: Add new optional parameter ID-FORMAT to
21387 `file-attributes'. Calls of `file-attributes' won't use this
21388 parameter for backward compatibility reasons.
21389 (tramp-perl-file-attributes): Add a new parameter to Perl script
21390 in order to handle uid/gid as strings, if desired.
21391 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21392 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21393 order to make the function more general.
21394 (tramp-handle-file-attributes): Replace proprietary optional
21395 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21396 (tramp-handle-file-attributes-with-perl): Handle parameter
21397 NONNUMERIC if set. This wasn't done in the past.
21398 (tramp-post-connection): Apply second parameter "$2" if
21399 `tramp-remote-perl' is called.
21400
21401 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21402 Correct cut'n'waste error (`filename' instead of `directory').
21403 (tramp-smb-handle-directory-files-and-attributes)
21404 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21405 introduced parameter ID-FORMAT.
21406 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21407 error (`directory' instead of `ldir').
21408
21409 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21410 `file-attributes' has a second parameter. If yes, apply it with
21411 value "'integer". Otherwise, don't use that parameter (default is
21412 integer format).
21413
21414 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21415
21416 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21417 (help-for-help): Add `C-h .' to the listed Help options.
21418 Remove trailing whitespace.
21419
21420 * help-at-pt.el: New file.
21421
21422 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21423
21424 * subr.el (noreturn, 1value): New macros for test coverage.
21425 See `testcover.el'.
21426
21427 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21428
21429 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21430 for macro `1value'.
21431 (testcover-1value): New function. Checks that a 1value form
21432 actually returns only one value. Requested by RMS.
21433
21434 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21435
21436 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21437 (gdb-var-list-children, gdb-var-list-children-handler)
21438 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21439 gdb commands that use mi to keep them out of the command history.
21440
21441 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21442
21443 * cus-start.el (all): Add use-file-dialog.
21444
21445 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21446
21447 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21448
21449 2003-11-27 Kim F. Storm <storm@cua.dk>
21450
21451 * subr.el (posn-object-x-y): New defun.
21452
21453 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21454
21455 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21456 Don't use `space' for \\\n.
21457 Be more selective as to which # are comment-starters.
21458
21459 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21460
21461 * subr.el (number-sequence): Improve handling of floating point
21462 arguments (suggested by Kim Storm). Allow negative arguments.
21463
21464 2003-11-26 Kenichi Handa <handa@m17n.org>
21465
21466 * international/mule-cmds.el (standard-display-european-internal):
21467 Cancel the standard-display-table setting for ` and '.
21468
21469 2003-11-26 Kim F. Storm <storm@cua.dk>
21470
21471 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21472 New defcustoms to add ffap-like functionality to ido.
21473 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21474 (ido-no-final-slash): New defun.
21475 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21476 (ido-read-file-name): ): Toggle VC checking via
21477 vc-handled-backends instead of vc-master-templates.
21478 (ido-file-internal): Handle ido-use-url-at-point and
21479 ido-use-filename-at-point via code borrowed from ffap-guesser.
21480 Handle new ido-exit code ffap.
21481 (ido-sort-list): Ignore final slash when sorting file names.
21482
21483 2003-11-25 Kim F. Storm <storm@cua.dk>
21484
21485 * emulation/cua-base.el (cua--standard-movement-commands):
21486 Add forward-sentence and backward-sentence.
21487
21488 2003-11-25 Stephen Eglen <stephen@gnu.org>
21489
21490 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21491 iswitchb-exit is set to 'usefirst when user selects buffer at head
21492 of list using RET. (Selecting buffers at the head of the list was
21493 broken if the substring was also a complete buffername.)
21494
21495 2003-11-23 Kim F. Storm <storm@cua.dk>
21496
21497 * progmodes/compile.el (grep-command, grep-use-null-device)
21498 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21499 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21500 (grep-regexp-alist, grep-program, find-program)
21501 (grep-find-use-xargs, grep-history, grep-find-history)
21502 (grep-process-setup, grep-compute-defaults)
21503 (grep-default-command, grep, grep-tag-default, grep-find)
21504 (grep-expand-command-macros, grep-tree-last-regexp)
21505 (grep-tree-last-files, grep-tree): Move grep variables, functions
21506 and commands to new file grep.el.
21507 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21508 (compilation-process-setup-function): Doc fix.
21509 (compilation-highlight-regexp, compilation-highlight-overlay): New
21510 defvars used for highlighting current compile error in source buffer.
21511 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21512 LOCAL-MAP which overrides compilation-highlight-regexp and
21513 compilation-mode-map for this compilation.
21514 Delay calling compilation-set-window-height until after running
21515 compilation-process-setup-function so it can buffer-local override
21516 compilation-window-height.
21517 Check buffer-local value of compilation-scroll-output.
21518 (compilation-set-window-height): Use buffer-local value of
21519 compilation-window-height.
21520 (compilation-revert-buffer): Don't pass (undefined)
21521 preserve-modes arg to revert-buffer.
21522 (next-error-no-select, previous-error-no-select): New commands.
21523 (compilation-goto-locus): Temporarily highlight current match in
21524 source buffer using compilation-highlight-regexp.
21525
21526 * progmodes/grep.el: New file with grep code from compile.el.
21527 (grep): New defcustom group.
21528 (grep-window-height): New defcustom, like compilation-window-height.
21529 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21530 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21531 (grep-command, grep-use-null-device, grep-find-command)
21532 (grep-tree-files-aliases, grep-tree-ignore-case)
21533 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21534 (grep-setup-hook): New hook variable.
21535 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21536 (grep-last-buffer): New defvar, override compilation-last-buffer.
21537 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21538 Call compile-internal with args highlight-regexp and grep-mode-map.
21539
21540 2003-11-23 Kim F. Storm <storm@cua.dk>
21541
21542 * subr.el (event-start, event-end): Doc fix.
21543 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21544 (posn-area, posn-actual-col-row, posn-object): New defuns.
21545 (posn-col-row): Simplify doc. Rewrite to use cond.
21546 (posn-point): Also return buffer position for events outside text
21547 area (that info is now present in the event position).
21548
21549 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21550 mouse-set-point so that hscroll still works now that clicks on
21551 fringes generate specific mouse events.
21552 (mouse-set-point): Note that it now works in fringes and margins
21553 too due to new semantics of posn-point in fringes and margins.
21554
21555 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21556 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21557
21558 2003-11-20 Kim F. Storm <storm@cua.dk>
21559
21560 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21561 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21562 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21563 to 100 for icons to avoid increasing line height when shown.
21564
21565 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21566
21567 * newcomment.el (comment-normalize-vars): Initialize properly if
21568 comment-start was nil.
21569
21570 2003-11-19 Andreas Schwab <schwab@suse.de>
21571
21572 * simple.el (set-variable): Fix indentation.
21573
21574 2003-11-17 Kenichi Handa <handa@m17n.org>
21575
21576 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21577 Fix docstring.
21578
21579 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21580
21581 * international/latin1-disp.el (latin1-display): Fix docstring.
21582
21583 2003-11-16 John Wiegley <johnw@newartisans.com>
21584
21585 * eshell/em-ls.el (eshell-ls-file): There are times with
21586 size-width is nil and uncomputed (when directories are created in
21587 dired, for example); in this case, 4 is reasonable default value,
21588 although it may caused skewed new entries (which could be avoided
21589 by returning the original value of 8 in all cases, but 99% of the
21590 time this is a waste of whitespace).
21591
21592 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21593
21594 * cc-engine.el (c-guess-continued-construct)
21595 (c-guess-basic-syntax): Check a little more carefully if it's a
21596 function declaration when an unknown construct followed by a block
21597 is found inside a statement context. This avoids macros followed
21598 by blocks to be taken as function declarations.
21599
21600 (c-guess-continued-construct): Change the analysis of a statement
21601 continuation with a brace open to `substatement-block', for
21602 consistency with recognized statements.
21603
21604 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21605 start is in a position so that `c-beginning-of-statement-1' jumped
21606 to the beginning of the same statement.
21607
21608 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21609 Don't accept binary operators in the arglist if we're in a function
21610 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21611 template recognition in cases like "if (a < b || c > d)".
21612
21613 (c-restricted-<>-arglists): New more appropriate name for
21614 `c-disallow-comma-in-<>-arglists'.
21615
21616 Accessing functions updated for the variable name change.
21617
21618 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21619 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21620
21621 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21622 labels.
21623
21624 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21625 instead of duplicating parts of it. This fixes bogus label
21626 recognition.
21627
21628 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21629 of checking the context in which to apply the minimum indentation,
21630 so that it isn't enforced in e.g. namespace blocks.
21631
21632 * cc-vars.el (c-inside-block-syms): New constant used by
21633 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21634 to somewhat reduce the risk of becoming stale.
21635
21636 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21637 cc-cmds to cc-engine to allow use from cc-align.
21638
21639 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21640 qualified identifiers containing "::".
21641
21642 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21643 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21644
21645 * cc-vars.el (c-emacs-features): Use a space in front of the name
21646 of the temporary buffer. That also avoids dumping problems in
21647 XEmacs due to undo info being left around after the buffer is killed.
21648
21649 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21650 arglist to see if it's a K&R style declaration.
21651
21652 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21653 before returning `knr-argdecl-intro'.
21654
21655 2003-11-16 John Wiegley <johnw@newartisans.com>
21656
21657 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21658 field in a long-listing always 8 characters, use `size-width',
21659 which has already been computed.
21660
21661 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21662
21663 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21664
21665 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21666
21667 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21668 Support operation while narrowed, with `diff-restrict-view'.
21669
21670 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21671
21672 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21673 Take additional optional arg NARROWFUN. For the generated functions:
21674 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21675 include frags that arrange to check for and save narrowing state before
21676 the move and then conditionally call NARROWFUN after the move.
21677
21678 2003-11-14 John Wiegley <johnw@newartisans.com>
21679
21680 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21681 that was optional, but obviously missing based on surrounding code.
21682
21683 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21684 string arguments to numbers unless the whole argument was seen as
21685 a number.
21686
21687 2003-11-14 Kenichi Handa <handa@m17n.org>
21688
21689 * international/mule.el (ctext-non-standard-encodings-alist):
21690 Fix coding systems.
21691
21692 2003-11-10 Kenichi Handa <handa@m17n.org>
21693
21694 * language/kannada.el ("Kannada"): Add sample-text.
21695
21696 * language/knd-util.el (kannada-compose-region)
21697 (kannada-compose-string, kannada-post-read-conversion):
21698 Add autoload cookie.
21699
21700 * international/quail.el (quail-completion): Change the message
21701 "corresponding translations" to "corresponding characters".
21702
21703 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21704
21705 * descr-text.el (describe-char): Fix typo.
21706
21707 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21708
21709 These changes are to support Kannada language/script.
21710
21711 * Makefile.in (DONTCOMPILE): Add kannada.el.
21712
21713 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21714
21715 * loadup.el: Preload kannada.el.
21716
21717 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21718 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21719 New variables.
21720
21721 * language/kannada.el: New file.
21722
21723 * language/knd-util.el: New file.
21724
21725 2003-11-07 Andreas Schwab <schwab@suse.de>
21726
21727 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21728 Also highlight AH_*.
21729
21730 * xml.el (xml-parse-dtd): Fix misplaced paren.
21731
21732 2003-11-07 Kenichi Handa <handa@m17n.org>
21733
21734 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21735
21736 2003-11-05 Juri Linkov <juri@jurta.org>
21737
21738 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21739 (desktop-buffer-file): Use saved buffer-file-coding-system
21740 for file reading. Set auto-insert to nil to prevent automatic
21741 insertion into restored empty files.
21742
21743 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21744
21745 * files.el (risky-local-variable-p): Make second argument optional.
21746
21747 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21748
21749 * subr.el (add-hook): Fix last change.
21750
21751 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21752
21753 * mail/rmail.el (rmail-convert-to-babyl-format):
21754 If base64-decode-region signals an error, catch it and silently
21755 ignore it.
21756
21757 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21758
21759 * xml.el (xml-parse-region): Allow comments to appear after the
21760 topmost element has closed.
21761 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21762 (xml-ns-expand-attr): New functions to do namespace handling.
21763 (xml-intern-attrlist): Back-compatible handling of attribute names.
21764 (xml-parse-tag): Move namespace handling to separate functions.
21765 Now produces elements in the form ((:ns . "element") (attr-list)
21766 children) instead of ('ns:element (attr-list) children).
21767 (xml-parse-attlist): Fix attribute parsing.
21768 (xml-parse-dtd): Change parsing so that it produces strings
21769 instead of interned symbols.
21770
21771 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21772
21773 * dired.el (dired-ls-sorting-switches): Doc fix.
21774
21775 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21776
21777 * emacs-lisp/rx.el (rx-or): Fix the case of
21778 "(rx (and ?a (or ?b ?c) ?d))".
21779
21780 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21781
21782 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21783 (texinfo-format-region): Use it.
21784 (texinfo-format-buffer-1): Ditto.
21785
21786 2003-11-01 Alan Mackenzie <acm@muc.de>
21787
21788 Changes to allow scrolling whilst in isearch mode:
21789 * isearch.el (isearch-unread-key-sequence): New function,
21790 extracted from isearch-other-meta-char.
21791 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21792 "scrollable" standard functions.
21793 (isearch-allow-scroll): New customizable variable.
21794 (isearch-string-out-of-window, isearch-back-into-window)
21795 (isearch-reread-key-sequence-naturally)
21796 (isearch-lookup-scroll-key): New functions.
21797 (isearch-other-meta-char): Doc string and functionality enhanced.
21798 Now accepts a prefix argument.
21799 (isearch-lazy-highlight-window-end): New variable.
21800 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21801 end (thru isearch-lazy-highlight-window-end), not only its start.
21802
21803 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21804 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21805 (universal-argument, universal-argument-more, negative-argument)
21806 (digit-argument, universal-argument-other-key): Minor changes.
21807
21808 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21809
21810 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21811 recursively if the last message is deleted, thus avoiding an
21812 infinite loop.
21813
21814 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21815
21816 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21817 (tex-main-file): Don't add .tex if the extension is already present.
21818 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21819
21820 2003-10-29 Lute Kamstra <lute@gnu.org>
21821
21822 * progmodes/octave-inf.el (inferior-octave-prompt):
21823 Recognize version number in prompt.
21824
21825 2003-10-28 Dave Love <fx@gnu.org>
21826
21827 * international/characters.el: Fix some Unicode ranges.
21828
21829 2003-10-28 Kenichi Handa <handa@m17n.org>
21830
21831 * disp-table.el (standard-display-8bit)
21832 (standard-display-default, standard-display-ascii)
21833 (standard-display-g1, standard-display-graphic)
21834 (standard-display-underline): Assure that standard-display-table
21835 is a display table.
21836
21837 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21838
21839 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21840 reindenting the first line.
21841
21842 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21843
21844 * wid-edit.el (widget-default-delete): Always delete child widgets.
21845
21846 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21847
21848 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21849 if the line has code.
21850 Don't try to line up with something that's too far left.
21851
21852 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21853 (octave-mode-syntax-table): Add % as a comment starter.
21854 (octave-point): Remove.
21855 (octave-in-comment-p, octave-in-string-p)
21856 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21857 (octave-blink-matching-block-open, octave-auto-fill):
21858 Use line-(beginning|end)-position instead.
21859
21860 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21861
21862 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21863 for Francesco Potort\e,Al\e(B.
21864
21865 2003-10-23 Dave Love <fx@gnu.org>
21866
21867 * international/mule-cmds.el (locale-charset-to-coding-system):
21868 Don't rely on nil being a coding system.
21869
21870 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21871 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21872 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21873
21874 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21875
21876 * gdb-ui.el (gdb-current-language): New variable.
21877 (gdb-update-flag): Remove variable.
21878 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21879 (gdb-take-last-elt): Remove function.
21880 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21881 (gdb-post-prompt): Check for variable object changes here.
21882
21883 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21884 object changes in gdb-ui.el.
21885
21886 2003-10-21 Richard M. Stallman <rms@gnu.org>
21887
21888 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21889
21890 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21891 Don't check for foo*/ wildcard form here.
21892 (insert-directory): Recognize foo*/ as a wildcard.
21893 Separate wildcard-regexp variable from the arg, wildcard.
21894
21895 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21896 (remove-hook): Correctly handle strange cases about local hooks.
21897
21898 2003-10-21 David Ponce <david@dponce.com>
21899
21900 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21901 argument REAL, to return a real number instead of a rounded
21902 integer value. Define as inline function.
21903 (ruler-mode-right-fringe-cols): Likewise.
21904 (ruler-mode-scroll-bar-cols): New function.
21905 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21906 (ruler-mode-right-scroll-bar-cols): Likewise.
21907 (ruler-mode-space): New function.
21908 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21909 scroll bar mode and margins in a more robust way.
21910
21911 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21912
21913 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21914 (antlr-c-init-language-vars): New function.
21915 (antlr-mode): Use it with cc-mode before v5.29.
21916 (antlr-c-common-init): Don't set some local vars here.
21917 (antlr-mode): Set them here.
21918 (antlr-c-forward-sws): New function alias.
21919 (antlr-mode): Redefine with cc-mode before v5.30.
21920 (antlr-skip-sexps): Use it.
21921 (antlr-skip-exception-part): Ditto.
21922 (antlr-skip-file-prelude): Ditto.
21923 (antlr-outside-rule-p): Ditto.
21924 (antlr-end-of-body): Ditto.
21925 (antlr-option-kind): Ditto.
21926 (antlr-insert-option-area): Ditto.
21927 (antlr-file-dependencies): Ditto.
21928
21929 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21930
21931 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21932 Move backward only if point was not inside an entry.
21933
21934 2003-10-21 Richard M. Stallman <rms@gnu.org>
21935
21936 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21937
21938 2003-10-21 Juri Linkov <juri@jurta.org>
21939
21940 * compare-w.el: Automatically skip non-matching text to resync.
21941 (compare-windows-whitespace): Doc fix.
21942 (compare-windows-sync, compare-windows-sync-string-size)
21943 (compare-windows-recenter, compare-ignore-whitespace)
21944 (compare-windows-highlight, compare-windows-face): New variables.
21945 (compare-windows): Use compare-windows-sync.
21946 (compare-windows-highlight, compare-windows-dehighlight)
21947 (compare-windows-sync-regexp)
21948 (compare-windows-sync-default-function): New functions.
21949
21950 2003-10-21 Juri Linkov <juri@jurta.org>
21951
21952 * diff.el (diff-parse-differences): Don't visit the files now;
21953 instead, just record the error locus.
21954
21955 2003-10-21 Dave Love <fx@gnu.org>
21956
21957 * progmodes/cfengine.el: New file.
21958
21959 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21960
21961 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21962 default-directory when completing file names.
21963
21964 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21965
21966 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21967 followed by the word `face', it gets treated as a face, even if
21968 it is also defined as a variable or a function.
21969
21970 2003-10-20 Dave Love <fx@gnu.org>
21971
21972 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21973 Avoid incf in macro expansion.
21974
21975 2003-10-20 John Paul Wallington <jpw@gnu.org>
21976
21977 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21978 `evenp' so we don't implicitly require cl library at runtime.
21979
21980 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21981
21982 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21983 (help-make-xrefs): Only make cross-references for faces if
21984 preceded or followed by the word `face'. Do not make a
21985 cross-reference for variables without variable documentation,
21986 unless preceded by the word `variable' or `option'. Update doc
21987 string accordingly.
21988
21989 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21990
21991 * progmodes/hideshow.el: Rewrite one-armed `if'
21992 constructs using either `when' or `unless'.
21993 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21994
21995 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21996
21997 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21998 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21999 instead of 12x12.
22000
22001 2003-10-16 Eli Zaretskii <eliz@gnu.org>
22002
22003 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
22004 message while converting to Babyl.
22005
22006 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
22007
22008 * allout.el (allout-mode): Doc fix.
22009
22010 2003-10-16 Lute Kamstra <lute@gnu.org>
22011
22012 * subr.el (force-mode-line-update): Fix docstring.
22013
22014 2003-10-14 Dave Love <fx@gnu.org>
22015
22016 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
22017 (default-input-method): Add :link, improve :type.
22018 (locale-charset-language-names): Fix utf-8 pattern.
22019 (locale-charset-match-p, locale-charset-alist)
22020 (locale-charset-to-coding-system): New.
22021 (set-locale-environment): Deal with codeset part of locale specs.
22022
22023 2003-10-14 Lute Kamstra <lute@gnu.org>
22024
22025 * fringe.el (fringe-mode): Use active voice in docstring.
22026 (set-fringe-style): Ditto.
22027
22028 2003-10-13 Lute Kamstra <lute@gnu.org>
22029
22030 * fringe.el (fringe-mode): Fix docstring.
22031 (set-fringe-style): Ditto.
22032
22033 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
22034
22035 * ediff-mult.el (ediff-filegroup-action):
22036 Use ediff-default-filtering-regexp.
22037
22038 * ediff-util.el (ediff-recenter): Don't call
22039 ediff-restore-highlighting twice.
22040 (ediff-select-difference): Set current difference.
22041 (ediff-unselect-and-select-difference): Add comment.
22042
22043 * ediff.el (ediff-directories,ediff-directory-revisions)
22044 (ediff-directories3,ediff-merge-directories)
22045 (ediff-merge-directories-with-ancestor)
22046 (ediff-merge-directory-revisions)
22047 (ediff-merge-directory-revisions-with-ancestor):
22048 Use ediff-default-filtering-regexp.
22049
22050 2003-10-12 Andreas Schwab <schwab@suse.de>
22051
22052 * international/mule-cmds.el (locale-charset-language-names):
22053 Simplify regex by removing unused grouping.
22054
22055 2003-10-10 Dave Love <fx@gnu.org>
22056
22057 * bindings.el: Don't bind stop.
22058
22059 2003-10-08 Miles Bader <miles@gnu.org>
22060
22061 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
22062 face instead of attempting to emulate it.
22063
22064 2003-10-07 Kenichi Handa <handa@m17n.org>
22065
22066 * international/mule-diag.el (list-coding-systems-1): List coding
22067 systems that are loaded automatically.
22068
22069 * international/code-pages.el (iso-8859-11): Add autoload cookie.
22070
22071 * international/mule.el (autoload-coding-system): New function.
22072
22073 2003-10-07 Andreas Schwab <schwab@suse.de>
22074
22075 * log-edit.el (log-edit-changelog-entries): Prefer local value of
22076 change-log-default-name in the buffer visiting the file.
22077
22078 2003-10-06 Dave Love <fx@gnu.org>
22079
22080 * files.el (find-file-hook): Customize.
22081 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
22082
22083 * bindings.el (completion-ignored-extensions): Remove .log.
22084 (global-map): Add again, open, stop keys.
22085
22086 2003-10-05 Richard M. Stallman <rms@gnu.org>
22087
22088 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
22089 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
22090 Use sh-modify directly.
22091 (sh-select): Use sh-append, not eval.
22092
22093 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
22094
22095 * info.el (Info-following-node-name): New function.
22096
22097 * loadhist.el (unload-feature-special-hooks):
22098 Rename from loadhist-hook-functions.
22099 (loadhist-hook-functions): Now an alias.
22100
22101 2003-10-04 Eli Zaretskii <eliz@gnu.org>
22102
22103 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
22104 file-name clashes on 8+3 filesystems.
22105
22106 * Makefile.in (DONTCOMPILE, bootstrap-clean):
22107 Rename loaddefs-boot.el to ldefs-boot.el
22108
22109 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
22110 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
22111
22112 2003-10-03 Lute Kamstra <lute@gnu.org>
22113
22114 * info.el (Info-mode): Revert previous change.
22115 (Info-escape-percent): New function.
22116 (Info-fontify-node): Use it.
22117
22118 2003-10-02 Andreas Schwab <schwab@suse.de>
22119
22120 * loaddefs-boot.el: Regenerated.
22121
22122 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22123
22124 * ffap.el: Remove defadvice related code from CVS since `complete'
22125 provides a `PC-completion-as-file-name-predicate' variable that
22126 ffap can override.
22127
22128 2003-10-02 Kenichi Handa <handa@m17n.org>
22129
22130 * international/utf-8.el (ccl-decode-mule-utf-8):
22131 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22132
22133 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22134 * international/subst-big5.el: Likewise.
22135 * international/subst-gb2312.el: Likewise.
22136 * international/subst-ksc.el: Likewise.
22137
22138 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22139
22140 * calendar/calendar.el (increment-calendar-month)
22141 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22142 (generate-calendar, calendar-read-date, calendar-interval)
22143 (calendar-day-of-week): Handle years BC.
22144 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22145
22146 2003-10-01 Dave Love <fx@gnu.org>
22147
22148 * language/cyrillic.el (cp1251): Alias for windows-1251.
22149
22150 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22151 bootstrap.
22152
22153 2003-10-01 Lute Kamstra <lute@gnu.org>
22154
22155 * files.el: Fix typo.
22156 * imenu.el (imenu--generic-function): Docstring fix.
22157
22158 2003-09-30 Richard M. Stallman <rms@gnu.org>
22159
22160 * dired.el (dired-mode): Handle dired-directory as a list.
22161
22162 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22163
22164 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22165
22166 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22167
22168 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22169 Replace gud-display with gud-watch.
22170 (gud-speedbar-buttons): Add stuff for watching expressions
22171 in the speedbar when using M-x gdba. Use dolist on old part
22172 of this function.
22173
22174 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22175 (gdb-update-flag): New variables.
22176 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22177 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22178 (gud-watch, gdb-var-create-handler) : New functions.
22179 (gdb-var-list-children, gdb-var-list-children-handler)
22180 (gdb-var-create-regexp, gdb-var-update-regexp)
22181 (gdb-var-list-children-regexp): New constants.
22182 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22183 (gdb-annotation-rules): Reduce annotation set (level 3).
22184 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22185 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22186 updates.
22187 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22188 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22189 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22190 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22191 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22192 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22193 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22194 (gud-display, gud-display1)
22195 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22196 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22197 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22198 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22199 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22200 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22201 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22202 (gdb-display-display-buffer, gdb-toggle-display)
22203 (gdb-delete-display, gdb-expressions-popup-menu)
22204 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22205 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22206 to display buffer.
22207
22208 2003-09-30 Richard M. Stallman <rms@gnu.org>
22209
22210 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22211 Instead, set which-func-functions.
22212
22213 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22214 (which-func-functions): New variable.
22215 (which-function): Use that.
22216
22217 * info.el (Info-mode): Double each `%' in header line.
22218
22219 * emacs-lisp/lisp-mnt.el (lm-with-file):
22220 When FILE is nil, run BODY in current buffer.
22221
22222 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22223
22224 * help.el (describe-mode): Start with a brief list of minor modes.
22225 Find them thru minor-mode-list so as to find them all.
22226 Show them in alphabetical order.
22227
22228 * mail/sendmail.el (mail-aliases): Doc fix.
22229
22230 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22231
22232 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22233
22234 * mail/rmailsum.el (rmail-make-summary-line-1):
22235 Change comma after last label to a space.
22236 (rmail-summary-font-lock-keywords): Adapt to that change.
22237
22238 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22239
22240 * progmodes/scheme.el (scheme-mode-variables): When setting
22241 `font-lock-defaults', also specify that "#" should
22242 be interpreted with `word' syntax.
22243 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22244
22245 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22246
22247 * desktop.el: A lot of comments updated.
22248 (desktop-save-mode): Minor mode introduced.
22249 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22250 (desktop-load-default): Function made obsolete.
22251 (desktop-locals-to-save): Variable made customizable.
22252 (desktop-read): Optional parameter `dirname' added.
22253 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22254 `desktop-read' used.
22255 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22256
22257 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22258
22259 * whitespace.el (whitespace-clean-msg): Add user customizable message
22260 for displaying ``clean'' output.
22261 (whitespace-buffer): Use `whitespace-clean-msg'.
22262 (whitespace-global-mode): Fix typo.
22263
22264 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22265
22266 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22267
22268 2003-09-29 Lute Kamstra <lute@gnu.org>
22269
22270 * bindings.el (mode-line-modes): Remove superfluous :propertize
22271 construct in initialization.
22272 (mode-line-position): Change cons cell into proper list in
22273 initialization.
22274
22275 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22276
22277 * international/mule.el (decode-coding-inserted-region): Use car
22278 of the return value of find-operation-coding-system.
22279
22280 2003-09-29 Kenichi Handa <handa@m17n.org>
22281
22282 * descr-text.el (describe-char): Fix previous change.
22283
22284 2003-09-28 Kenichi Handa <handa@m17n.org>
22285
22286 * descr-text.el (describe-char-display): New function.
22287 (describe-char): Pay attention to display table on describing how
22288 a character is displayed.
22289
22290 * international/mule-cmds.el (encoded-string-description):
22291 Prepend "0x" to each encoded byte.
22292
22293 2003-09-28 Andreas Schwab <schwab@suse.de>
22294
22295 * find-file.el (ff-special-constructs): Add autoload cookie.
22296
22297 2003-09-28 Kevin Ryde <user42@zip.com.au>
22298
22299 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22300 makeinfo appends to duplicate index entries.
22301
22302 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22303
22304 * dired-x.el (dired-clean-tex): Doc fix.
22305
22306 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22307 using a Chinese tutorial.
22308
22309 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22310
22311 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22312 between "MAIL FROM:" and "RCPT TO:" and the following address.
22313
22314 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22315
22316 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22317
22318 2003-09-28 David Ponce <david@dponce.com>
22319
22320 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22321 (recentf-load-list): When `recentf-initialize-file-name-history'
22322 is non-nil, initialize an empty `file-name-history' with the
22323 recent list.
22324
22325 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22326
22327 * man.el (Man-default-man-entry): Remove the leading `*' from the
22328 word at point.
22329
22330 2003-09-26 Lute Kamstra <lute@gnu.org>
22331
22332 * bindings.el (mode-line-position): Mention size indication in
22333 docstring.
22334
22335 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22336
22337 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22338
22339 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22340 because it's autoloaded now.
22341
22342 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22343
22344 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22345 (sh-font-lock-keywords, sh-feature): Fix previous change of
22346 sh-feature to avoid infloop with sh-font-lock-keywords.
22347
22348 2003-09-25 Kim F. Storm <storm@cua.dk>
22349
22350 * frame.el (frame-current-scroll-bars): New defun.
22351
22352 * window.el (window-current-scroll-bars): New defun.
22353
22354 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22355
22356 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22357 cause errors when the state cache contains info on parts that have
22358 been narrowed out.
22359
22360 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22361
22362 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22363 `c-setup-paragraph-variables' has to be used when this variable is
22364 changed; it doesn't work to reinitialize the mode since that
22365 typically clobbers the variable.
22366
22367 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22368 Make it interactive.
22369
22370 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22371
22372 * progmodes/cc-fonts.el (c-font-lock-declarations):
22373 Fix recognition of constructors and destructors for classes whose
22374 names are matched by `*-font-lock-extra-types'.
22375
22376 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22377 followed by an identifier in C++ then it's a type.
22378
22379 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22380
22381 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22382 problem that primarily affected XEmacs. Don't use faces to find
22383 unterminated strings since Emacs and XEmacs fontify strings
22384 differently - this function should now work better in XEmacs.
22385
22386 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22387
22388 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22389 `expand-abbrev' workaround which caused braces to misbehave inside
22390 macros.
22391
22392 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22393 handling. This bug could cause interactive font locking to bail out.
22394
22395 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22396
22397 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22398 Handle paren-style types in Pike. Also fixed some cases of
22399 insufficient handling of unbalanced parens.
22400
22401 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22402
22403 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22404 common shell prompts that are not common filename or URL characters.
22405 (ffap-file-at-point): Use the new regexp to strip the prompts from
22406 the file names. This is an issue mostly for user prompts that
22407 don't have a trailing space and find-file-at-point is invoked from
22408 within a shell inside Emacs.
22409
22410 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22411
22412 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22413 stamps numerically, rather than textually.
22414
22415 2003-09-24 Kenichi Handa <handa@m17n.org>
22416
22417 * language/devan-util.el (devanagari-post-read-conversion):
22418 * language/mlm-util.el (malayalam-post-read-conversion):
22419 * language/tml-util.el (tamil-post-read-conversion):
22420 Add autoload cookie.
22421
22422 * international/utf-8.el (utf-8-post-read-conversion):
22423 Call post-read-conversion functions for Devanagari, Malayalam,
22424 and Tamil.
22425
22426 2003-09-23 Dave Love <fx@gnu.org>
22427
22428 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22429
22430 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22431
22432 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22433 Update gud-remove.
22434
22435 2003-09-22 Richard M. Stallman <rms@gnu.org>
22436
22437 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22438 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22439 (sh-mode-syntax-table-input): New variable.
22440 (sh-require-final-newline): Don't use eval.
22441 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22442 (sh-variables, sh-font-lock-keywords): Don't use eval.
22443 (sh-set-shell): When setting require-final-newline,
22444 treat value = `require-final-newline' as don't change it.
22445 Set sh-mode-syntax-table locally based on
22446 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22447
22448 * progmodes/compile.el (compile-internal):
22449 Call compilation-set-window-height before setting window start.
22450
22451 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22452
22453 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22454 Clear out byte-compile-last-warned-form.
22455
22456 2003-09-22 Richard M. Stallman <rms@gnu.org>
22457
22458 * woman.el (woman-file-name, woman-follow-word):
22459 If current-word returns nil, use "".
22460
22461 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22462
22463 2003-09-22 Richard M. Stallman <rms@gnu.org>
22464
22465 * emacs-lisp/lisp-mnt.el (lm-with-file):
22466 Don't visit the file, just use insert-file-contents in temp buffer.
22467
22468 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22469
22470 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22471 Add surrounding \\( and \\) around the header, as in
22472 for lm-history-header 'Change Log\\|History'.
22473
22474 2003-09-22 John Paul Wallington <jpw@gnu.org>
22475
22476 * progmodes/ld-script.el: Add Commentary section,
22477 minor cleanup of file header.
22478 (ld-script-font-lock-keywords): Doc fix.
22479 (toplevel): Provide `ld-script' feature.
22480
22481 2003-09-21 Kim F. Storm <storm@cua.dk>
22482
22483 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22484 new built-in variable default-frame-scroll-bars.
22485 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22486 scroll-bar-mode; notably, use it instead of t when we toggle
22487 scroll-bars on.
22488 (toggle-scroll-bar): Use default-frame-scroll-bars.
22489
22490 2003-09-19 Masatake YAMATO <jet@gyve.org>
22491
22492 * pcvs.el (cvs-do-removal): Change the prompt depending on
22493 `filter' value.
22494
22495 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22496
22497 * startup.el (command-line-1): Stop startup-echo-area-message
22498 being hidden by "Loading image..." message.
22499 (use-fancy-splash-screens-p, display-splash-screen):
22500 Move display-graphic-p test from latter to former.
22501
22502 * progmodes/sh-script.el (sh-font-lock-keywords):
22503 Highlight escaped EOLs differently from other backslash constructs.
22504
22505 2003-09-19 Richard M. Stallman <rms@gnu.org>
22506
22507 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22508 New functions.
22509 (edebug-enter, edebug-outside-excursion): Use them.
22510
22511 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22512 Fix the condition for whether to print "In WHERE".
22513
22514 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22515
22516 * finder.el (finder-mode-hook): New variable.
22517 (finder-mode): Run hook finder-mode-hook
22518
22519 2003-09-18 Masatake YAMATO <jet@gyve.org>
22520
22521 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22522
22523 2003-09-17 Mario Lang <mlang@delysid.org>
22524
22525 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22526 "p %e" to actually print the value in the GUD buffer.
22527
22528 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22529
22530 From David Ponce <david.ponce@wanadoo.fr>:
22531 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22532 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22533 from loaddefs-boot.el if necessary.
22534
22535 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22536
22537 * progmodes/gud.el (gud-find-class): Make jdb work again since
22538 cc-mode changed the syntactic information.
22539
22540 2003-09-15 David Ponce <david@dponce.com>
22541
22542 * recentf.el: (recentf-exclude): Accept predicates too.
22543 (recentf-file-readable-p): New function.
22544 (recentf-include-p): Handle predicates in recentf-exclude.
22545 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22546 (recentf-cleanup): Likewise.
22547 (recentf-save-list): Use write-file to handle backup of
22548 recentf-save-file.
22549
22550 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22551
22552 * loaddefs-boot.el: Renamed from `loaddefs.el'
22553 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22554 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22555 necessary.
22556
22557 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22558
22559 * electric.el (Electric-pop-up-window): For the `one-window' case,
22560 no longer disconcertingly move point in the original buffer.
22561
22562 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22563
22564 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22565
22566 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22567
22568 * dired.el (dired-mode-map): Fix typo.
22569
22570 2003-09-11 Richard M. Stallman <rms@gnu.org>
22571
22572 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22573
22574 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22575
22576 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22577 the function is less noisy. Now only `kill-buffer' can ask questions.
22578
22579 2003-09-10 Mario Lang <mlang@delysid.org>
22580
22581 * battery.el: Update Commentary and Copyright.
22582 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22583 appear due to wrong ordering of the expressions in `or'.
22584
22585 2003-09-09 Lute Kamstra <lute@gnu.org>
22586
22587 * misc.el (upcase-char): Fix docstring.
22588 (zap-up-to-char): New command.
22589
22590 2003-09-08 David Ponce <david@dponce.com>
22591
22592 Ensure that recentf correctly updates the menu bar.
22593 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22594 (recentf-menu-bar): New function.
22595 (recentf-clear-data): Use it
22596 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22597 of easy-menu-change.
22598
22599 2003-09-08 Lute Kamstra <lute@gnu.org>
22600
22601 * simple.el (size-indication-mode): New.
22602 * bindings.el (mode-line-position): Add buffer size indicator.
22603
22604 2003-09-04 Mario Lang <mlang@delysid.org>
22605
22606 * battery.el (battery-linux-proc-acpi): New function.
22607 (battery-status-function): Modify default value calculation to also
22608 check for availability of ACPI.
22609 (battery-echo-area-format): Ditto.
22610 (battery-mode-line-format): Ditto.
22611
22612 2003-09-06 Dave Love <fx@gnu.org>
22613
22614 * ielm.el (ielm-mode-hook): Add :options.
22615
22616 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22617 (eldoc-print-current-symbol-info): Use it.
22618
22619 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22620
22621 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22622 being displayed in GUD buffer.
22623 (gdb-idle-input-queue): Remove var. Use just one queue.
22624 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22625 Remove functions. Use just one queue.
22626 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22627 (gdb-invalidate-assembler, gdb-get-current-frame):
22628 Modify functions. Use just one queue.
22629
22630 2003-09-04 Dave Love <fx@gnu.org>
22631
22632 * cus-start.el: Add blink-cursor-alist.
22633
22634 * ruler-mode.el (ruler-mode-fill-column-char)
22635 (ruler-mode-current-column-char): Use char-displayable-p,
22636 not window-system.
22637
22638 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22639
22640 * language/european.el (windows-1252): Move from code-pages.
22641
22642 * language/cyrillic.el ("Windows-1251"): Delete.
22643 ("Bulgarian", "Belarusian"): Remove `features'.
22644 (windows-1251): Move from code-pages.
22645
22646 * international/mule-diag.el (non-iso-charset-alist):
22647 Remove `codepage' stuff.
22648 (print-designation, list-coding-systems-1): Output fixes.
22649
22650 * international/code-pages.el (cp-make-translation-table)
22651 (cp-valid-codes): Made defsubsts.
22652 (cp-fix-safe-chars): Delete.
22653 (mule-diag): Don't require.
22654 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22655 (top-level): Check for defined coding system when defining
22656 cp... aliases. Change w32-add-charset-info test to avoid warning.
22657 (non-iso-charset-alist): Defvar when compiling.
22658 (cp-make-coding-system): Doc fix.
22659
22660 2003-09-02 Jason Rumney <jasonr@gnu.org>
22661
22662 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22663 line-ends from CVS before doing conversion.
22664
22665 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22666
22667 * calendar/diary-lib.el (diary-header-line-flag)
22668 (diary-header-line-format): New variables.
22669 (list-diary-entries): Use them to set header line in simple diary.
22670
22671 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22672 other than font-lock-string-face to highlight backslashes.
22673
22674 2003-09-01 Jason Rumney <jasonr@gnu.org>
22675
22676 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22677 regexp.
22678
22679 2003-09-01 Dave Love <fx@gnu.org>
22680
22681 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22682
22683 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22684 and :help; also line and column numbers labels.
22685
22686 * international/mule-util.el (char-displayable-p): Move from
22687 latin1-disp, rename and autoload.
22688
22689 * international/latin1-disp.el (latin1-char-displayable-p):
22690 Now obsolete alias. Replace uses with char-displayable-p.
22691 (latin1-display-ucs-per-lynx): Fix last change.
22692
22693 * international/mule-cmds.el (standard-display-european-internal):
22694 Don't use char code for Latin-1 NBSP.
22695 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22696 U+2018, U+2019 for `'.
22697 (select-safe-coding-system): Message fix.
22698
22699 2003-09-01 Kenichi Handa <handa@m17n.org>
22700
22701 * international/fontset.el (setup-default-fontset): For Thai
22702 font, specify "*" family.
22703
22704 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22705
22706 * progmodes/compile.el (previous-error): Accept a prefix
22707 argument, similarly to next-error.
22708
22709 2003-08-31 Masatake YAMATO <jet@gyve.org>
22710
22711 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22712 the number of files. Bind the number of files to a local
22713 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22714
22715 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22716
22717 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22718 2003-07-26: msdos-long-file-names is a function, not a variable.
22719
22720 2003-08-29 Richard M. Stallman <rms@gnu.org>
22721
22722 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22723 Do nothing with mail-personal-alias-file if it is nil.
22724
22725 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22726 Do nothing if mail-personal-alias-file is nil.
22727
22728 * term.el (term-exec-1): Bind coding-system-for-read.
22729
22730 * dired.el (dired-mouse-find-file-other-window):
22731 Use dired-view-command-alist here, as in dired-view-file.
22732 (dired-view-command-alist): Use %s to substitute file name.
22733 Handle .ps_pages, .eps, .jpg, .gif, .png.
22734
22735 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22736
22737 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22738 `Info-prev-reference', instead of M-tab.
22739
22740 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22741
22742 * simple.el (blink-matching-open): Work correctly on chars that
22743 are designated as parens through the syntax-table text property.
22744
22745 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22746
22747 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22748 line break position in the middle of a non-kinsoku (e.g. latin)
22749 word, making it skip until either a space or a character with
22750 category "|".
22751 (kinsoku-longer): Test for end of buffer.
22752
22753 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22754
22755 * mail/rmail.el (rmail-convert-to-babyl-format):
22756 Detect quoted-printable- and base64-encoded messages and decode them
22757 automatically. Set the message's encoding from the charset=
22758 header, if any. Decode base64-encoded messages in Mail format as well.
22759
22760 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22761
22762 * mail/smtpmail.el: Fix previous change.
22763 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22764 calling smtpmail-via-smtp.
22765 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22766
22767 2003-08-26 John Paul Wallington <jpw@gnu.org>
22768
22769 * image.el (image-jpeg-p): Don't search beyond length of data.
22770
22771 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22772
22773 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22774 misfeature in `expand-abbrev' which caused electric keywords like
22775 "else" to disappear if an open brace was typed directly afterwards.
22776
22777 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22778
22779 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22780 mandatory in `define-widget'.
22781
22782 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22783 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22784
22785 (c-assignment-operators): New language constant that only contains
22786 the assignment operators.
22787
22788 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22789
22790 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22791
22792 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22793 Safeguard against unbalanced sexps.
22794
22795 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22796
22797 * version.el (emacs-version): Check for gtk. Include gtk version info.
22798
22799 2003-08-25 John Paul Wallington <jpw@gnu.org>
22800
22801 * man.el (Man-default-man-entry): Don't whizz past the section
22802 number before looking for it.
22803
22804 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22805
22806 * progmodes/gud.el (gud-display-line): Don't set window-point if
22807 source buffer is not visible. (Only happens with M-x gdba.)
22808
22809 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22810 documentation.
22811 (gdb-source, gdb-source-info): Update to assembler unnecessary
22812 as its done after each GDB command anyway.
22813 (gdb-pre-prompt): Use with-current-buffer.
22814 (gdb-insert-field): Add help-echo text.
22815 (gdb-invalidate-assembler): Re-display of assembler now done in
22816 gdb-info-breakpoints-custom.
22817 (gdb-info-breakpoints-custom): Force re-display of assembler to
22818 happen *after* update of breakpoints buffer.
22819 (gdb-display-source-buffer): Don't choke if gdb-source-window
22820 isn't visible.
22821 (gdb-put-string, gdb-put-arrow): Remove free variables.
22822
22823 2003-08-24 John Paul Wallington <jpw@gnu.org>
22824
22825 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22826
22827 * man.el (Man-default-man-entry): Strip text properties when
22828 snarfing parts of entry because `format' preserves properties.
22829
22830 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22831
22832 * files.el (file-newest-backup): Use `expand-file-name'.
22833
22834 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22835 Allow the diary to pop up a new frame, if needed.
22836
22837 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22838 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22839 (smtpmail-send-it): Make treatment of envelope-from consistent with
22840 sendmail.el.
22841
22842 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22843 (sh-leading-keywords): Add the bash `time' reserved word.
22844 (sh-variables): Add some bash variables.
22845 (sh-add-completer): Fix nil branch of case statement.
22846
22847 2003-08-24 Masatake YAMATO <jet@gyve.org>
22848
22849 * progmodes/ld-script.el: New file.
22850
22851 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22852
22853 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22854
22855 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22856
22857 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22858 Better explain obsolescence, and what to use instead.
22859
22860 2003-08-23 Masatake YAMATO <jet@gyve.org>
22861
22862 * pcvs.el (cvs-do-removal): Show the deleted file name
22863 on the prompt.
22864
22865 2003-08-20 Dave Love <fx@gnu.org>
22866
22867 * international/mule.el (make-coding-system)
22868 (set-buffer-file-coding-system): Doc fix.
22869
22870 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22871
22872 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22873
22874 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22875
22876 * international/utf-16.el: Add mime-text-unsuitable coding system
22877 properties.
22878
22879 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22880
22881 * cus-edit.el: Add some :links.
22882 (bib): Remove.
22883
22884 * textmodes/bib-mode.el (bib): Add :group external.
22885
22886 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22887
22888 * wid-edit.el (widget-echo-help): Make it handle expressions that
22889 evaluate to strings.
22890
22891 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22892
22893 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22894
22895 Simplify selection of SQL products to define highlighting and
22896 interactive mode. Includes detailed instructions on adding
22897 support for new products.
22898
22899 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22900 product for use in highlighting and interactive mode.
22901 (sql-interactive-product): New variable. SQL product for
22902 sql-interactive-mode.
22903 (sql-product-support): New variable. Specifies product-specific
22904 parameters to drive highlighting and interactive mode.
22905 (sql-imenu-generic-expression): Add more object types.
22906 (sql-sqlite-options): Correct comment.
22907 (sql-ms-program): Use "osql" rather than "isql".
22908 (sql-prompt-regexp, sql-prompt-length): Update comment.
22909 (sql-mode-menu): Add "Start SQLi session" entry.
22910 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22911 (sql-mode-abbrev-table): Add abbreviations. Support of
22912 SYSTEM-FLAG on define-abbrev. Support was removed with last
22913 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22914 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22915 names.
22916 (sql-mode-ansi-font-lock-keywords): Set as default value.
22917 (sql-mode-oracle-font-lock-keywords): Set as default value.
22918 Support Oracle 9i keywords.
22919 (sql-mode-postgres-font-lock-keywords): Set as default value.
22920 (sql-mode-linter-font-lock-keywords): Set as default value.
22921 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22922 SQLServer 2000.
22923 (sql-mode-sybase-font-lock-keywords)
22924 (sql-mode-interbase-font-lock-keywords)
22925 (sql-mode-sqlite-font-lock-keywords)
22926 (sql-mode-strong-font-lock-keywords)
22927 (sql-mode-mysql-font-lock-keywords)
22928 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22929 keywords.
22930 (sql-mode-font-lock-defaults): Update comment.
22931 (sql-product-feature): New function. Returns feature associated
22932 with a product from `sql-product-support' alist.
22933 (sql-product-font-lock): New function. Set font-lock support
22934 based on `sql-product'.
22935 (sql-add-product-keywords): New function. Add font-lock rules to
22936 product-specific keyword variables.
22937 (sql-set-product): New function. Set `sql-product' and apply
22938 appropriate font-lock highlighting.
22939 (sql-highlight-product): New function. Set font-lock support
22940 based on a product. Also set mode name to include product name.
22941 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22942 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22943 Use `sql-set-product'.
22944 (sql-highlight-ms-keywords)
22945 (sql-highlight-sybase-keywords)
22946 (sql-highlight-interbase-keywords)
22947 (sql-highlight-strong-keywords)
22948 (sql-highlight-mysql-keywords)
22949 (sql-highlight-sqlite-keywords)
22950 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22951 (sql-get-login): Prompt in the same order as the tokens.
22952 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22953 (sql-product-interactive): New function. Common portions of
22954 product-specific interactive mode wrappers.
22955 (sql-interactive-mode): Rewritten to use product features.
22956 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22957 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22958 (sql-db2, sql-linter): Use `sql-product-interactive'.
22959 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22960 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22961 (sql-connect-ingres, sql-connect-postgres)
22962 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22963 New functions. Format command line parameters and invoke comint on
22964 the appropriate interpreter. Code was in the corresponding
22965 `sql-xyz' function before.
22966 (sql-connect-ms): New function. Support -E argument to use
22967 operating system credentials for authentication.
22968
22969 2003-08-18 Kenichi Handa <handa@m17n.org>
22970
22971 * international/mule.el (encode-char): Fix for the ASCII case.
22972
22973 2003-08-15 Kenichi Handa <handa@m17n.org>
22974
22975 * international/fontset.el (setup-default-fontset): Change "*" to
22976 nil in the specifications of font family.
22977
22978 2003-08-18 Kim F. Storm <storm@cua.dk>
22979
22980 * kmacro.el (kmacro-keymap): Group related bindings in
22981 initialization for clarity. Bind C-s to start macro.
22982 Remove C-r binding.
22983 (kmacro-initial-counter-value): New defvar to hold initial counter
22984 value in case we set the value before defining a macro.
22985 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22986 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22987 not defining or executing macro. Doc fix.
22988 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22989 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22990 temporarily view older elements on the macro ring without cycling
22991 the ring.
22992 (kmacro-display): Doc fix.
22993 (kmacro-exec-ring-item): New helper function.
22994 (kmacro-call-ring-2nd): Use it.
22995 (kmacro-call-ring-2nd-repeat): Doc fix.
22996 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22997 (kmacro-end-or-call-macro): Execute last viewed macro (using
22998 kmacro-exec-ring-item) from ring if this follows
22999 kmacro-view-macro. This allows us to find a macro on the ring
23000 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
23001 the ring to bring it to the head of the ring.
23002 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
23003 Allow binding to reserved keys without specifying C-x C-k prefix.
23004 Ask for confirmation if entered key sequence is already bound to
23005 a non-macro command.
23006 (kmacro-view-macro): Repeating command will show older elements
23007 on the macro ring; C-k will execute the last viewed macro.
23008 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
23009 property from 'ring to 'head.
23010
23011 2003-08-17 Alan Shutko <ats@acm.org>
23012
23013 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
23014 keeping December out of the alist.
23015
23016 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
23017
23018 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
23019 * calendar/calendar.el (calendar-mode-map): Bind it to key.
23020 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
23021 (calendar-flatten): New function.
23022 (calendar-mouse-view-other-diary-entries)
23023 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
23024 in the menu title and to show multi-line diary entries correctly
23025 in the menu.
23026
23027 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
23028
23029 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
23030 defcustom, because the default was recently changed.
23031
23032 2003-08-16 Richard M. Stallman <rms@gnu.org>
23033
23034 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
23035
23036 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
23037 New subroutine, broken out of eval-last-sexp-1.
23038 (eval-last-sexp-1): Use eval-last-sexp-print-value.
23039
23040 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
23041
23042 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
23043
23044 * simple.el (eval-expression): Use eval-last-sexp-print-value.
23045
23046 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
23047
23048 * progmodes/compile.el (compilation-error-regexp-alist):
23049 Add Java ANt error detection as described in document
23050 http://ant.apache.org/faq.html
23051
23052 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
23053
23054 * simple.el (backward-word, forward-to-indentation)
23055 (backward-to-indentation): Argument changed to optional.
23056 (next-line, previous-line): Use `or' instead of `unless'.
23057
23058 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23059
23060 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
23061 instead of a constant.
23062
23063 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
23064
23065 * shell.el (shell): With prefix-arg, suggest a new buffer name.
23066
23067 2003-08-12 Andre Spiegel <spiegel@gnu.org>
23068
23069 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
23070 (vc-sccs-workfile-version): Search the entire delta table, rather
23071 than just the first entry, because that might be a deleted version.
23072
23073 2003-08-11 Karl Fogel <kfogel@red-bean.com>
23074
23075 * menu-bar.el (menu-bar-options-menu): Supply a body for the
23076 [save-place] binding in the Options menu. Have it require
23077 'saveplace' and then toggle the variable manually, to avoid an
23078 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
23079 for the bug report.
23080
23081 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
23082
23083 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
23084 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
23085 (gdb-info-threads-custom): Add help-echo text.
23086 (gdb-display-back): Don't use purecopy.
23087 (gdb-info-breakpoints-custom, gdb-reset)
23088 (gdb-assembler-custom): Use display-images-p to test if breakpoint
23089 icons can be displayed.
23090
23091 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
23092
23093 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
23094
23095 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
23096
23097 * bookmark.el (bookmark-completing-read):
23098 Return a string, instead of a list of one string.
23099 Use a popup menu if activated from the mouse.
23100 (bookmark-edit-annotation): Remove unused vars.
23101 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
23102 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
23103 to bookmark-completing-read.
23104 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
23105 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
23106 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
23107 and erase-buffer.
23108 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
23109 (bookmark-menu-jump, bookmark-menu-insert)
23110 (bookmark-popup-menu-and-apply-function)
23111 (bookmark-menu-popup-paned-bookmark-menu): Remove.
23112 (bookmark-menu-build-paned-menu): Remove by folding it into
23113 bookmark-menu-popup-paned-menu.
23114 (menu-bar-bookmark-map): Move the define-key statements here.
23115 Use the "non-menu" commands since they now pop up a menu if needed.
23116 (bookmark-exit-hook-internal): Simplify.
23117
23118 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23119
23120 * reftex-toc.el (reftex-toc-rename-label): New function.
23121 (reftex-toc-check-docstruct): New function.
23122
23123 * reftex.el (reftex-region-active-p): New function.
23124
23125 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23126 regexp to find the \bibliography macro.
23127
23128 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23129 which does not exist in LaTeX.
23130 (reftex-cite-format-builtin): Added amsrefs support.
23131 (reftex-toc-confirm-promotion): New option
23132
23133 * reftex-toc.el
23134 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23135 (reftex-toc-demote, reftex-toc-promote)
23136 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23137 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23138 (reftex-toc-newhead-from-alist)
23139 (reftex-toc-load-all-files-for-promotion): New functions.
23140 (reftex-toc-help): Added description of new keys.
23141 (reftex-toc-split-windows-fraction): New option.
23142 (reftex-recenter-toc-when-idle): Search *toc* window on all
23143 visible frames.
23144 (reftex-toc): Additional parameter REUSE
23145 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23146 with REUSE argument.
23147 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23148 the call of `reftex-toc'.
23149 (reftex-make-separate-toc-frame): New function .
23150 (reftex-toc-recenter): When called with triple prefix arg, call
23151 `reftex-make-separate-toc-frame' first.
23152 (reftex-toc-toggle-dedicated-frame): New command.
23153 (reftex-toc-quit): Adapted to delete frame when called in
23154 dedicated frame.
23155
23156 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23157 all enclosing macros.
23158
23159
23160 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23161
23162 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23163 first use.
23164
23165 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23166
23167 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23168
23169 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23170
23171 * calendar/calendar.el (list-diary-entries-hook)
23172 (diary-display-hook, nongregorian-diary-listing-hook)
23173 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23174 Add some customize options for these hooks.
23175 (calendar-abbrev-construct): Don't try to take a substring longer
23176 than the original string.
23177
23178 2003-08-05 Richard M. Stallman <rms@gnu.org>
23179
23180 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23181 (testcover-reinstrument-clauses): Doc fix.
23182
23183 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23184 (warning-type-format): Rename from warning-group-format.
23185
23186 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23187 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23188 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23189 to prevent warnings about defvar for an obsolete variable.
23190
23191 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23192 warning-group-format renamed to warning-type-format.
23193
23194 * subr.el (read-passwd): Use clear-string instead of fillarray.
23195
23196 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23197 Use vconcat instead of concat.
23198 (edmacro-sanitize-for-string): New function.
23199
23200 2003-08-05 Dave Love <fx@gnu.org>
23201
23202 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23203 line-number-display-limit-width.
23204
23205 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23206
23207 2003-08-05 Kenichi Handa <handa@m17n.org>
23208
23209 * international/code-pages.el: Don't require mule-diag.
23210
23211 * international/mule-diag.el (non-iso-charset-alist):
23212 Add autoload cookie.
23213
23214 * language/devan-util.el (dev-glyph-order): Add an entry for the
23215 glyph code #xC4.
23216
23217 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23218
23219 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23220 (european-calendar-style, diary-date-forms)
23221 (calendar-day-name-array, calendar-month-name-array): Doc change.
23222 (generate-calendar-month): Adapt for new behavior of
23223 `calendar-day-name' function.
23224 (calendar-abbrev-length, calendar-day-abbrev-array)
23225 (calendar-month-abbrev-array): New variables.
23226 (calendar-abbrev-construct): New function.
23227 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23228 rather than fixing abbrevs at some width. Calling syntax change.
23229 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23230 (calendar-date-string): Adapt for new behaviors of
23231 `calendar-day-name' and `calendar-month-name' functions.
23232
23233 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23234 behavior of `calendar-day-name' and `calendar-month-name' functions.
23235 (diary-name-pattern): Use abbrev arrays, rather than fixing
23236 abbrevs at three chars. Calling syntax change.
23237 (mark-diary-entries): Adapt for new behaviors of
23238 `diary-name-pattern' and `calendar-make-alist' functions.
23239 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23240 `diary-name-pattern' function.
23241 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23242 fixing abbrevs at three chars. Calling syntax change.
23243 (cal-hebrew, cal-islam): Require when compiling.
23244 (diary-font-lock-keywords): Adapt for new behavior of
23245 `font-lock-diary-date-forms' function.
23246
23247 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23248 (calendar-hebrew-month-name-array-common-year)
23249 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23250 (list-hebrew-diary-entries): Adapt for new behaviors of
23251 `calendar-day-name' and `add-to-diary-list' functions.
23252 (mark-hebrew-diary-entries): Adapt for new behaviors of
23253 `diary-name-pattern' and `calendar-make-alist' functions.
23254
23255 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23256 Add doc string.
23257 (list-islamic-diary-entries): Adapt for new behaviors of
23258 `calendar-day-name' and `add-to-diary-list' functions.
23259 (mark-islamic-diary-entries): Adapt for new behaviors of
23260 `diary-name-pattern' and `calendar-make-alist' functions.
23261
23262 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23263 `calendar-month-name' function.
23264
23265 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23266
23267 * calendar/solar.el (solar-seasons-data): Move definition before use.
23268
23269 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23270 (cal-tex-LaTeX-hourbox): Move definition before use.
23271
23272 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23273 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23274 * lunar.el, solar.el (displayed-month, displayed-year):
23275 Define for compiler.
23276
23277 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23278
23279 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23280 MODE. Renamed from c-init-c-language-vars'.
23281 (c-initialize-cc-mode): Change accordingly.
23282 (c-common-init): Ditto.
23283 (c-mode): Ditto.
23284 (c++-mode): Use `c-init-language-vars-for'.
23285 (objc-mode): Ditto.
23286 (java-mode): Ditto.
23287 (idl-mode): Ditto.
23288 (pike-mode): Ditto.
23289 (awk-mode): Ditto.
23290
23291 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23292
23293 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23294 or not the point moved.
23295
23296 (c-search-decl-header-end): Don't trip up on operator identifiers
23297 in C++ and operators like == in all languages.
23298
23299 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23300 Detect leading labels correctly.
23301
23302 2003-08-02 Andreas Schwab <schwab@suse.de>
23303
23304 * textmodes/ispell.el: Don't redo key bindings on loading, put
23305 them only in loaddefs.el.
23306 * bookmark.el: Likewise.
23307 * dabbrev.el: Likewise.
23308 * emerge.el: Likewise.
23309
23310 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23311 has more than one member.
23312
23313 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23314
23315 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23316
23317 * lpr.el (printify-region): It was ending conversion before the
23318 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23319
23320 2003-07-31 John Paul Wallington <jpw@gnu.org>
23321
23322 * net/browse-url.el (browse-url-epiphany): Doc fix.
23323
23324 2003-07-30 Kenichi Handa <handa@m17n.org>
23325
23326 * international/fontset.el (setup-default-fontset):
23327 Change registry names of Akurti fonts.
23328
23329 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23330
23331 * comint.el (comint-read-noecho): Use `clear-string' instead of
23332 `fillarray'.
23333
23334 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23335
23336 * outline.el (outline-mode-hook): Add defvar.
23337
23338 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23339
23340 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23341 Restore assembler in source window if that is what has been selected.
23342 (menu): Add gdb-restore-windows to menu. Make gdba
23343 specific menus only visible from gdba.
23344
23345 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23346
23347 * progmodes/compile.el (compilation-environment): New user variable.
23348 (compile-internal): Respect it.
23349
23350 2003-07-23 Masatake YAMATO <jet@gyve.org>
23351
23352 * progmodes/gud.el (gdb-script-font-lock-keywords):
23353 Put `font-lock-function-name-face' on a symbol which includes
23354 `-' like `hook-run'. Put font-lock-variable-name-face
23355 on a symbol starting with $.
23356
23357 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23358
23359 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23360
23361 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23362
23363 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23364
23365 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23366
23367 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23368 Use with-no-warnings.
23369 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23370 rather than to find-file-not-found-hook, which doesn't exist.
23371
23372 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23373
23374 * international/quail.el (quail-translate-key): Fix previous change.
23375
23376 2003-07-25 John Paul Wallington <jpw@gnu.org>
23377
23378 * server.el (server-start): Check `server-process' is non-nil
23379 before killing it to avoid killing current buffer's process.
23380
23381 * simple.el (choose-completion-string): Use `minibufferp';
23382 test `completion-reference-buffer' if `buffer' arg is nil.
23383 (push-mark): Use `when' and `unless'.
23384 (pop-mark): Use `when'.
23385
23386 * mouse-sel.el (mouse-sel-get-selection-function):
23387 Check `x-last-selected-text-primary'. Don't barf if it or
23388 `x-last-selected-text' aren't bound.
23389
23390 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23391
23392 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23393
23394 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23395
23396 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23397
23398 2003-07-23 John Paul Wallington <jpw@gnu.org>
23399
23400 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23401
23402 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23403
23404 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23405 string. Defvar the derived hook.
23406
23407 * macros.el (insert-kbd-macro): Escape double quote character.
23408 From Thomas W Murphy <twm@andrew.cmu.edu>.
23409
23410 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23411
23412 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23413 to match the specific mark rather than reusing comment-start-skip.
23414
23415 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23416
23417 * progmodes/hideshow.el (hs-special-modes-alist):
23418 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23419
23420 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23421
23422 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23423 value using ?\s.
23424
23425 2003-07-21 John Paul Wallington <jpw@gnu.org>
23426
23427 * subr.el (with-selected-window): Add closing paren.
23428
23429 2003-07-21 Richard M. Stallman <rms@gnu.org>
23430
23431 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23432 (lisp-mode): Likewise.
23433
23434 * subr.el (with-selected-window): Copy code form save-selected-window
23435 so as to call select-window with norecord arg.
23436 (dynamic-completion-table): Doc fix.
23437 (lazy-completion-table): Doc fix.
23438
23439 * international/mule-cmds.el (set-locale-environment):
23440 langinfo renamed to locale-info.
23441
23442 * international/mule.el (auto-coding-functions): Doc fix.
23443
23444 2003-07-21 Kenichi Handa <handa@m17n.org>
23445
23446 * international/quail.el (quail-translate-key):
23447 Update quail-current-str correctly.
23448
23449 2003-07-21 Andreas Schwab <schwab@suse.de>
23450
23451 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23452 ?, to "_".
23453
23454 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23455 Version 2.0.36 of Tramp released.
23456
23457 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23458 tramp-password-end-of-line.
23459 (tramp-password-end-of-line): New method parameter.
23460 (tramp-get-password-end-of-line): Function to access method
23461 parameter `tramp-password-end-of-line', or variable
23462 `tramp-default-password-end-of-line' (default value).
23463 (tramp-methods): Add entries for new parameter
23464 tramp-password-end-of-line.
23465 (tramp-enter-password): Use new function
23466 `tramp-get-password-end-of-line'.
23467 (tramp-handle-insert-file-contents): Do not
23468 unconditionally inhibit the file operation file-local-copy, only
23469 do that when the inhibit-file-name-operation is currently
23470 insert-file-contents. This fixes finding remote CVS-controlled
23471 files. (It would barf on inserting the CVS/Entries file
23472 literally, because the file-local-copy handler wasn't called.)
23473 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23474 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23475 (tramp-initial-commands): New variable.
23476 (tramp-process-initial-commands): New function, using the variable.
23477 (tramp-open-connection-setup-interactive-shell): Call the new function.
23478 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23479 method into the buffer name, never use nil. Reported by Hanak
23480 David <dhanak@inf.bme.hu>.
23481 (tramp-open-connection-setup-interactive-shell): Erase buffer
23482 before sending "stty -onlcr".
23483
23484 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23485
23486 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23487
23488 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23489
23490 2003-07-19 John Paul Wallington <jpw@gnu.org>
23491
23492 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23493 (artist-draw-rect, artist-draw-square): Doc fixes.
23494
23495 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23496
23497 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23498
23499 2003-07-19 Kenichi Handa <handa@m17n.org>
23500
23501 * international/kkc.el (kkc-show-conversion-list-update):
23502 Highlight the correct candidate in the message.
23503
23504 2003-07-18 John Paul Wallington <jpw@gnu.org>
23505
23506 * simple.el (current-word): Don't include punctuation char when
23507 `really-word' arg is non-nil.
23508
23509 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23510
23511 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23512 moved to the directory obsolete.
23513
23514 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23515
23516 * info.el (Info-menu-entry-name-re): Allow newlines in
23517 menu entry names.
23518
23519 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23520 syntax-ppss-after-change-function.
23521 (syntax-ppss-after-change-function): New alias. Update uses.
23522 (syntax-ppss): Catch the case where the buffer is narrowed.
23523
23524 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23525
23526 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23527 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23528
23529 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23530
23531 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23532 since it might be modified.
23533
23534 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23535 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23536 names to these language constants.
23537
23538 2003-07-15 Kim F. Storm <storm@cua.dk>
23539
23540 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23541 All uses changed.
23542
23543 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23544
23545 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23546 Namespace support.
23547
23548 2003-07-13 Juanma Barranquero <lektu@terra.es>
23549
23550 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23551 papers received).
23552
23553 2003-07-13 Karl Eichwalder <ke@suse.de>
23554
23555 * textmodes/po.el (po-find-charset): White space at the start of the
23556 Content-Type field body is non-mandatory.
23557
23558 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23559
23560 * textmodes/texinfo.el (texinfo-section-list):
23561 Append appendixsection; a synonym for appendixsec.
23562
23563 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23564
23565 * man.el (Man-translate-cleanup): New.
23566 (Man-translate-references): Call `Man-translate-cleanup' to clean
23567 leading, trailing and middle spaces.
23568
23569 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23570
23571 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23572 Handle `dired-directory' being a list.
23573
23574 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23575
23576 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23577 it doesn't exist.
23578
23579 2003-07-12 Richard M. Stallman <rms@gnu.org>
23580
23581 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23582
23583 * progmodes/cc-defs.el (c-make-keywords-re):
23584 Don't use delete-duplicates.
23585 (c-lang-const): Don't use mapcan.
23586
23587 * apropos.el (apropos-show-scores): Make it customizable.
23588 Document new meaning.
23589 (apropos): Compute scores from symbols.
23590 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23591
23592 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23593
23594 * ps-bdf.el: Fix copyright line.
23595 (bdf-directory-list): Fix initialization code.
23596
23597 2003-07-11 John Paul Wallington <jpw@gnu.org>
23598
23599 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23600 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23601 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23602
23603 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23604
23605 * emacs-lisp/ring.el (ring-elements): Doc fix.
23606
23607 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23608
23609 * calendar/timeclock.el (timeclock-relative)
23610 (timeclock-ask-before-exiting, timeclock-use-display-time):
23611 Doc changes.
23612 (timeclock-modeline-display): Give a message if
23613 `timeclock-use-display-time' is non-nil but `display-time-mode'
23614 is not active.
23615
23616 2003-07-11 Kenichi Handa <handa@m17n.org>
23617
23618 * international/mule-cmds.el (set-language-environment):
23619 Set current-language-environment to the correct string.
23620
23621 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23622
23623 * ps-print.el: Print line number correctly in a region. Reported by
23624 Tim Allen <timallen@ls83.fsnet.co.uk>.
23625 (ps-print-version): New version number (6.6.2).
23626 (ps-printing-region): Code fix.
23627
23628 2003-07-10 John Paul Wallington <jpw@gnu.org>
23629
23630 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23631 this function can be called from `add-completions-from-tags-table'.
23632
23633 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23634
23635 * calendar/timeclock.el (timeclock-use-display-time)
23636 (timeclock-day-over-hook, timeclock-workday-remaining)
23637 (timeclock-status-string, timeclock-when-to-leave)
23638 (timeclock-when-to-leave-string, timeclock-log-data)
23639 (timeclock-find-discrep, timeclock-day-base)
23640 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23641 (timeclock-modeline-display): Set the variable
23642 `timeclock-modeline-display'.
23643 (timeclock-update-modeline): Doc fix. Respect value of
23644 `timeclock-relative'.
23645
23646 2003-07-09 Richard M. Stallman <rms@gnu.org>
23647
23648 * textmodes/reftex-parse.el (reftex-all-document-files):
23649 Add autoload cookie.
23650
23651 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23652 (reftex-scanning-info-available-p): Add autoload cookie.
23653
23654 * international/mule-cmds.el
23655 (set-display-table-and-terminal-coding-system): Delete duplicate
23656 aset on standard-display-table.
23657
23658 * view.el (view-file): If existing buffer's major mode is special,
23659 don't go into view mode.
23660
23661 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23662
23663 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23664
23665 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23666 buffer changes; there's third party code that calls this function
23667 directly.
23668
23669 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23670
23671 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23672 (autodoc-font-lock-keywords): Don't byte compile on font lock
23673 initialization when running from byte compiled files.
23674
23675 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23676
23677 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23678 statement ends with auto-increment "++".
23679
23680 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23681
23682 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23683 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23684 these are changed, so declare them as variables and not constants.
23685
23686 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23687
23688 * subr.el (dolist, dotimes): Doc fix.
23689
23690 2003-07-08 Kim F. Storm <storm@cua.dk>
23691
23692 * international/mule-cmds.el
23693 (set-display-table-and-terminal-coding-system): Don't break
23694 bootstrap if standard-display-table isn't setup yet.
23695
23696 2003-07-07 Richard M. Stallman <rms@gnu.org>
23697
23698 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23699 Give it a doc string, and autoload it.
23700
23701 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23702 Use with-no-warnings.
23703
23704 * info.el (Info-search): If find invisible text, search again.
23705
23706 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23707
23708 * man.el (Man-name-regexp): Match + as part of name.
23709
23710 * simple.el (visible-mode): Rename from vis-mode.
23711 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23712
23713 * simple.el (current-word): New arg REALLY-WORD specifies
23714 don't include punctuation chars.
23715
23716 * emacs-lisp/debug.el (debug, debugger-env-macro):
23717 Use with-no-warnings while accessing and binding unread-command-char.
23718
23719 * international/mule-cmds.el
23720 (set-display-table-and-terminal-coding-system): Use explicit loop
23721 instead of calling standard-display-default.
23722
23723 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23724 Use condition-case to catch error in ange-ftp-get-files.
23725
23726 * net/browse-url.el (browse-url-browser-function):
23727 Add alternative for Epiphany.
23728 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23729 (browse-url-epiphany-startup-arguments)
23730 (browse-url-epiphany-new-window-is-tab): New variables.
23731 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23732
23733 * progmodes/compile.el (compile-auto-highlight): Default now t.
23734 (compile): Doc fix.
23735 (compilation-next-error): Fix previous change.
23736
23737 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23738
23739 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23740
23741 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23742
23743 * gdb-ui.el (gdb-source-info): Display current frame when
23744 attaching to an existing process.
23745 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23746 while laying out windows when attaching to an existing process.
23747
23748 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23749
23750 * info.el (Info-menu): Use Info-menu-entry-name-re.
23751
23752 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23753
23754 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23755 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23756
23757 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23758 to match the same text.
23759
23760 2003-07-06 John Paul Wallington <jpw@gnu.org>
23761
23762 * vc.el (vc-annotate-offset): Move defvar up.
23763
23764 2003-07-06 Kim F. Storm <storm@cua.dk>
23765
23766 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23767 This should fix the infinite loop when extracting menu names.
23768
23769 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23770
23771 * files.el (auto-mode-alist, interpreter-mode-alist):
23772 Remove entries to CC Mode modes to avoid duplicates; they are now added
23773 with autoload directives in cc-mode.el.
23774
23775 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23776
23777 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23778 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23779 these are changed, so declare them as variables and not constants.
23780
23781 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23782 ensure that the entry for ".c" extension comes before the one for
23783 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23784 Fix incorrect entries that were added to `interpreter-mode-alist'.
23785 Move the autoload directives for AWK to the top level since they
23786 aren't recognized anywhere else. Do not use the new AWK mode doc
23787 in the autoload form for the old AWK mode.
23788
23789 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23790
23791 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23792 (bibtex-sort-ignore-string-entries): Default value t.
23793 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23794 erroneously in previous version.
23795 (bibtex-string-files): Docstring reflects new parsing scheme.
23796 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23797 docstring, add # as one of the chars to crush
23798 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23799 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23800 (bibtex-autokey-name-change-strings)
23801 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23802 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23803 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23804 (bibtex-autokey-title-terminators)
23805 (bibtex-autokey-titlewords-stretch)
23806 (bibtex-autokey-titleword-ignore)
23807 (bibtex-autokey-titleword-case-convert)
23808 (bibtex-autokey-titleword-abbrevs)
23809 (bibtex-autokey-titleword-abbrevs)
23810 (bibtex-autokey-titleword-change-strings)
23811 (bibtex-autokey-titleword-length)
23812 (bibtex-autokey-titleword-separator)
23813 (bibtex-autokey-name-year-separator)
23814 (bibtex-autokey-year-title-separator)
23815 (bibtex-autokey-before-presentation-function)
23816 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23817 Fix docstring.
23818 (bibtex-strings, bibtex-reference-keys):
23819 Use lazy-completion-table and make-variable-buffer-local.
23820 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23821 (bibtex-braced-string-syntax-table)
23822 (bibtex-quoted-string-syntax-table): New variables.
23823 (bibtex-parse-nested-braces): Remove.
23824 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23825 (bibtex-parse-association): Simplify.
23826 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23827 (bibtex-parse-field-text): Simplify.
23828 (bibtex-search-forward-field, bibtex-search-backward-field):
23829 argument BOUND can take value t.
23830 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23831 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23832 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23833 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23834 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23835 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23836 and ending of entry. Update for changes of bibtex-search-entry.
23837 Simplify.
23838 (bibtex-map-entries): FUN is called with three arguments.
23839 (bibtex-search-entry): Return a cons pair with buffer positions of
23840 beginning and end of entry.
23841 (bibtex-enclosing-field): Simplify.
23842 (bibtex-format-entry): Use booktitle to set a missing title.
23843 (bibtex-autokey-get-names): Fiddle with regexps.
23844 (bibtex-generate-autokey): Use identity.
23845 (bibtex-parse-keys): Use simplified parsing algorithm if
23846 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23847 arguments. Return alist of keys.
23848 (bibtex-parse-strings): Simplify. Return alist of strings.
23849 (bibtex-complete-string-cleanup): Fix docstring.
23850 (bibtex-read-key): New function.
23851 (bibtex-mode): Fix docstring. Do not parse for keys and
23852 strings when the mode is entered. Set fill-paragraph-function to
23853 bibtex-fill-field. Setup font-lock-mark-block-function the way
23854 font-lock intended.
23855 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23856 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23857 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23858 (bibtex-Preamble): Avoid hard coded constants.
23859 (bibtex-make-field): Fix docstring. Simplify.
23860 (bibtex-beginning-of-entry): Always return new position of point.
23861 (bibtex-end-of-entry): Rearrange cond clauses.
23862 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23863 Update for changes of bibtex-map-entries.
23864 (bibtex-ispell-abstract): Do not move point.
23865 (bibtex-entry-index): Use downcase. Simplify.
23866 (bibtex-lessp): Handle catch-all.
23867 (bibtex-find-crossref): Turn into a command.
23868 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23869 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23870 preamble entries.
23871 (bibtex-fill-field-bounds): New function.
23872 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23873 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23874 (bibtex-String): Use bibtex-strings. Always obey
23875 bibtex-sort-ignore-string-entries.
23876
23877 2003-07-05 John Paul Wallington <jpw@gnu.org>
23878
23879 * cus-theme.el (customize-create-theme):
23880 Call `customize-create-theme' in Reset widget's notify function.
23881
23882 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23883 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23884 (define-ibuffer-column name): Add summarizer.
23885 (define-ibuffer-column size): Likewise.
23886 (define-ibuffer-column filename): Likewise.
23887 (define-ibuffer-column process): Likewise. Change BODY's output too.
23888 (define-ibuffer-column filename-and-process): Likewise, likewise.
23889 (ibuffer): Remove local vars `already-in' and `need-update'.
23890
23891 * ibuf-ext.el: Don't require `derived' at compile-time.
23892
23893 2003-07-05 Kim F. Storm <storm@cua.dk>
23894
23895 * info.el: Disable paragraph refilling.
23896 (Info-refill-paragraphs): New defcustom.
23897 (Info-fontify-node): Use it.
23898
23899 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23900
23901 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23902 thingies from constructors created by defstruct.
23903
23904 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23905 the default value of the variable.
23906 (byte-code-meter): Move declaration to top level.
23907
23908 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23909
23910 * info.el (Info-following-node-name-re): New fun.
23911 (Info-following-node-name): Remove.
23912 (Info-insert-dir): Use the new fun.
23913 (Info-extract-pointer): Don't save restriction; use new fun.
23914 (Info-menu-entry-name-re): New const.
23915 (Info-menu-entry-name-re): Use it along with new fun.
23916 (Info-node-spec-re): Use new fun.
23917 (Info-complete-menu-item, Info-fontify-node): Use new const.
23918 (Info-goto-node, Info-follow-reference, Info-menu-update):
23919 Use match-string.
23920 (Info-follow-reference): Use assoc-string.
23921 Use a list of strings for the completion table.
23922 (Info-fontify-node): Use match-string, line-end-position.
23923 Limit the search for `node:' to the first line.
23924
23925 * newcomment.el (uncomment-region): Remove padding coming from
23926 comment-start rather than just from comment-padding.
23927
23928 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23929 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23930 (vc-cvs-rename-file): Remove (use the default).
23931 (vc-cvs-register): Register parent dir if needed.
23932 (vc-cvs-could-register): Return non-nil if parent can be registered.
23933 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23934 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23935
23936 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23937 (vc-svn-update): Fix the arguments to `svn'.
23938 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23939 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23940 Simple implementations, assuming `name' is a URL.
23941
23942 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23943 set of chars allowed unquoted in a case pattern.
23944
23945 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23946
23947 * font-lock.el (font-lock-extra-types-widget)
23948 (c-font-lock-extra-types, c++-font-lock-extra-types)
23949 (objc-font-lock-extra-types, java-font-lock-extra-types)
23950 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23951 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23952 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23953 (font-lock-match-c++-structor-declaration)
23954 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23955 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23956 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23957 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23958 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23959 (java-font-lock-keywords-3, java-font-lock-keywords)
23960 (java-font-lock-syntactic-face-function): Remove obsolete code
23961 and constants. It's all in cc-fonts.el now.
23962
23963 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23964
23965 * mail/sendmail.el (mail-specify-envelope-from)
23966 (mail-envelope-from): Doc fix.
23967
23968 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23969
23970 * generic-x.el: Do away with the dependency on `c-emacs-features'
23971 when populating `rul-generic-mode-syntax-table'; we already know
23972 this isn't XEmacs.
23973
23974 See ChangeLog.10 for earlier changes.
23975
23976 ;; Local Variables:
23977 ;; coding: iso-2022-7bit
23978 ;; End:
23979
23980 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23981 Copying and distribution of this file, with or without modification,
23982 are permitted provided the copyright notice and this notice are preserved.
23983
23984 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1