]> code.delx.au - gnu-emacs/blob - lisp/ChangeLog
(find-file-noselect, recode-file-name): Doc fixes.
[gnu-emacs] / lisp / ChangeLog
1 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
2
3 * desktop.el (desktop-enable, desktop-basefilename):
4 Declare with `define-obsolete-variable-alias'.
5 (desktop-internal-v2s): Don't quote keywords.
6 (desktop-clear): "?\ " -> "?\s".
7
8 * files.el (find-file-noselect, recode-file-name): Doc fixes.
9 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
10 (magic-mode-alist, buffer-file-numbers-unique)
11 (write-file-functions, get-free-disk-space):
12 Fix typos in docstrings.
13 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
14 (write-contents-hooks, write-file-hooks):
15 Declare with `define-obsolete-variable-alias'.
16
17 * textmodes/org.el (org-table-formula-substitute-names)
18 (org-table-get-vertical-vector): Doc fixes.
19 (org-table-recalculate): Remove unused argument to `message'.
20
21 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
22
23 * textmodes/org.el (org-table-column-names)
24 (org-table-column-name-regexp)
25 (org-table-named-field-locations): New variables.
26 (org-archive-subtree): Protect `this-command' when calling
27 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
28 the kill buffer.
29 (org-complete): Remove fixed-formula completion.
30 (org-edit-formulas-map): New variable.
31 (org-table-edit-formulas): New command.
32 (org-finish-edit-formulas, org-abort-edit-formulas)
33 (org-show-variable, org-table-get-vertical-vector): New functions.
34 (org-table-maybe-eval-formula): Handle `:=' fields.
35 (org-table-get-stored-formulas, org-table-store-formulas)
36 (org-table-get-formula, org-table-modify-formulas)
37 (org-table-replace-in-formulas): Handle named field formulas.
38 (org-table-get-specials): Store locations of named fields.
39
40 2005-07-19 Juri Linkov <juri@jurta.org>
41
42 * progmodes/grep.el (grep-regexp-alist)
43 (grep-mode-font-lock-keywords, grep-process-setup):
44 Use default GNU grep match color "01;31m" instead of "01;41m".
45 (grep-regexp-alist, grep-mode-font-lock-keywords):
46 Use `\\[[0-9]*m' instead of `\\[00m'.
47 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
48 sgr_start where its handling is more important. Use the real
49 length of sgr_start instead of constant 8.
50 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
51 specially. Delete all remaining escape sequences.
52 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
53 (grep-regexp-alist): Make hyperlink only for binary file name
54 instead of the whole line.
55 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
56 (grep-mode): Add autoload.
57
58 * emacs-lisp/find-func.el (find-function-regexp):
59 Add `define-compilation-mode'.
60
61 2005-07-19 Juri Linkov <juri@jurta.org>
62
63 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
64 (compare-windows-sync-string-size, compare-windows-recenter)
65 (compare-windows-highlight, compare-windows): Add version 22.1.
66 (compare-windows) <defface>: Inherit from lazy-highlight instead
67 of duplicating its default value.
68
69 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
70 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
71
72 * descr-text.el (describe-char): Create link buttons for `charset'
73 and `code point'. Add the current input method name with a link
74 button to `to input' field. Print face names of display table
75 characters in `The display table entry is displayed by' section
76 instead of printing face-id in the `display' field.
77 Guess hardcoded faces and create a link button for them.
78 Skip empty fields when calculating max-width.
79 Treat `widget-create' specially while inserting strings from the
80 collected field list.
81 (describe-char-after): Made obsolete in version 22.1, not 21.5.
82
83 * diff-mode.el (diff-file-header): Change foreground color from
84 yellow to green on light backgrounds.
85 (diff-context): Inherit from `shadow' only for color/grayscale
86 with more than 88 colors.
87 (diff-indicator-removed, diff-indicator-added)
88 (diff-indicator-changed): New faces.
89 (diff-font-lock-keywords): Use new faces. Regroup rules.
90 Add "^---$" for `normal' diff format. Fontify `#' lines with
91 font-lock-comment-delimiter-face and font-lock-comment-face.
92 Add `#' to ^[^...] in the rule for `diff-context-face'.
93
94 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
95 a button-like box. Inherit from `highlight' on low colors.
96 (shadow): Use shades of gray only for color/grayscale with
97 more than 88 colors. Use green for light backgrounds with
98 8 colors, and yellow for dark backgrounds with 8 colors.
99
100 * font-lock.el (font-lock-regexp-grouping-backslash): Don't
101 inherit from escape-glyph (use bold for all cases).
102
103 * info.el (info-xref-visited): Use light foreground color `violet'
104 for dark backgrounds instead of dark color `magenta3'.
105 (info-title-1): Use `yellow' color for dark backgrounds.
106
107 * isearch.el (isearch): Use not-too-dark magenta3 instead of
108 too-light magenta2.
109
110 * replace.el (match): Use slightly more light RoyalBlue3 instead
111 of dark RoyalBlue4.
112
113 * wid-edit.el (widget-inactive): Inherit from `shadow'.
114
115 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
116
117 * novice.el (disabled-command-hook): Declare it with
118 `define-obsolete-variable-alias'.
119
120 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
121 (desktop-buffer-misc-functions, desktop-buffer-handlers)
122 (desktop-load-default): Add release to obsolescence info.
123 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
124 (desktop-append-buffer-args, desktop-read):
125 Fix typos in docstrings.
126 (desktop-kill): Fix typo in message.
127 (desktop-save): Doc fix.
128
129 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
130
131 * viper-cmd.el (viper-escape-to-state): Bug fix.
132 (viper-envelop-ESC-key): Change the definition of fast
133 keysequence so it'll work with keyboard macros.
134
135 * ediff.el (ediff-patch-buffer): Change the docstring.
136
137 2005-07-19 Kenichi Handa <handa@m17n.org>
138
139 * international/mule-cmds.el (select-safe-coding-system): Try to
140 use an auto-coding (if any) before anything else. If the found
141 auto-coding is invalid, show a warning message.
142
143 * international/mule.el (find-auto-coding): New function created
144 by modifying the body of set-auto-coding.
145 (set-auto-coding): Use find-auto-coding to find a coding.
146
147 2005-07-18 Richard M. Stallman <rms@gnu.org>
148
149 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
150 not isearch-mode-end-hook-error.
151 (allout-before-change-protect): Fix error message.
152
153 2005-07-18 Juri Linkov <juri@jurta.org>
154
155 * allout.el (allout-mode):
156 * calculator.el (calculator-copy):
157 * custom.el (custom-known-themes):
158 * dired.el (dired-desktop-buffer-misc-data)
159 (dired-restore-desktop-buffer):
160 * dired-x.el (dired-omit-marker-char):
161 * files.el (basic-save-buffer):
162 * font-core.el (font-lock-mode):
163 * calendar/calendar.el (calendar-goto-hebrew-date)
164 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
165 (calendar-goto-persian-date):
166 * language/ethio-util.el (ethio-sera-to-fidel-region):
167 * textmodes/picture.el (picture-mode):
168 Delete duplicate duplicate words.
169
170 2005-07-18 Juri Linkov <juri@jurta.org>
171
172 * isearch.el (isearch-mode-map): Remove key bindings for regexp
173 chars * ? } |.
174 (isearch-fallback): Don't call `isearch-process-search-char'.
175 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
176 (isearch-process-search-char): Call `isearch-fallback' for regexp
177 chars * ? } |.
178 (isearch-return-char): Make obsolete with `make-obsolete' instead
179 of simply documenting it as obsolete in the docstring.
180 (isearch-fallback): Refill docstring.
181
182 * international/isearch-x.el
183 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
184 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
185 Test the length of `str'.
186
187 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
188
189 * allout.el (allout-resolve-xref): Fix typos in error strings.
190 (allout-before-change-protect): Remove unneeded `concat'.
191
192 * array.el (array-mode, array-reconfigure-rows)
193 (untabify-backward): Fix typos in docstrings.
194 (array-reconfigure-rows): Use `insert-buffer-substring', not
195 `insert-buffer'.
196
197 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
198 * progmodes/ada-mode.el (ada-make-body): Use
199 `insert-buffer-substring' and `goto-char', not `insert-buffer'.
200
201 * dired.el (dired-log):
202 * tar-mode.el (tar-subfile-save-buffer):
203 * play/zone.el (zone-pgm-stress-destress):
204 Use `insert-buffer-substring', not `insert-buffer'.
205
206 2005-07-17 Simon Josefsson <jas@extundo.com>
207
208 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
209
210 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
211
212 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
213 Add plain auth method.
214 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
215
216 2005-07-17 Kim F. Storm <storm@cua.dk>
217
218 * ido.el (dired-other-window): Add ido property.
219
220 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
221
222 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
223 Fix typo in docstring.
224 (byte-compile-interactive-only-functions): Add `insert-buffer' and
225 `insert-file-literally'.
226
227 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
228 info and delete redundant message. Doc fix.
229 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
230 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
231
232 2005-07-16 Richard M. Stallman <rms@gnu.org>
233
234 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
235 (byte-compile-and): Use byte-compile-and-recursion.
236 (byte-compile-or-recursion): New function.
237 (byte-compile-or): Use that.
238 (byte-compile-if): Guard the else-clause too.
239 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
240
241 * isearch.el (isearch-mode-end-hook-quit): New variable.
242 (isearch-done): Bind it.
243 (isearch-mode-end-hook): Doc fix.
244
245 * allout.el (allout-isearch-did-quit): Variable deleted.
246 (allout-real-isearch-abort): Function name no longer used.
247 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
248 (allout-isearch-rectification): isearch-mode always exists.
249 Don't set allout-isearch-did-quit.
250 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
251 allout-isearch-did-quit.
252 (allout-enwrap-isearch): Just add the hook.
253 (allout-isearch-abort): Function deleted.
254 (allout-pre-command-business): Avoid warning.
255
256 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
257 Correctly avoid warnings.
258 (pascal-outline): Likewise.
259
260 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
261
262 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
263
264 * play/tetris.el (tetris-mode): Avoid warning.
265
266 * play/snake.el (snake-mode): Avoid warning.
267
268 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
269 (gamegrid-set-display-table): Avoid warning.
270 (gamegrid-set-timer): Likewise.
271 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
272 (gamegrid-add-score-with-update-game-score-1): Take FILE
273 as argument.
274 (gamegrid-add-score-with-update-game-score): Pass that argument.
275 Rename have-shared-game-dir to gamegrid-shared-game-dir.
276
277 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
278
279 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
280 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
281
282 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
283 and insert-file.
284
285 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
286 (sc-ask): Avoid warnings.
287
288 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
289 (eshell-hist-initialize): Use that var the natural way.
290
291 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
292
293 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
294 warning calling lre-compile-string.
295 (reb-color-display-p): Avoid warning.
296
297 * calculator.el (calculator-last-input): Guard uses
298 of event-key and key-press-event-p.
299 (event-key, key-press-event-p): Delete definitions.
300
301 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
302 (find-gc-source-directory, find-gc-subrs-callers)
303 (find-gc-noreturn-list, find-gc-source-files)
304 (find-gc-subrs-called): Vars renamed and defvar'd.
305
306 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
307 (checkdoc-overlay-put, checkdoc-delete-overlay)
308 (checkdoc-overlay-start, checkdoc-overlay-end)
309 (checkdoc-mode-line-update, checkdoc-char=):
310 Define such that compiler knows they are defined.
311 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
312 (checkdoc-read-event): Deleted. Use read-event directly.
313
314 * whitespace.el (whitespace-make-overlay)
315 (whitespace-overlay-put, whitespace-delete-overlay)
316 (whitespace-overlay-start, whitespace-overlay-end):
317 Define such that compiler knows they are defined.
318 (whitespace): Move conditional inside.
319
320 * tempo.el (tempo-insert-template): Suppress warning.
321
322 * ediff-diff.el (longlines-mode): Add defvar.
323
324 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
325
326 * server.el: Bind "C-x #" in a way that works even if C-x is
327 redefined to a command key, not a prefix key.
328
329 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
330
331 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
332 cl-make-type-test till execution time.
333
334 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
335
336 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
337 arg ARG and use it.
338
339 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
340
341 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
342
343 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
344
345 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
346 a defcustom with two :set or :type keywords.
347
348 2005-07-15 Richard M. Stallman <rms@gnu.org>
349
350 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
351 Don't give ^M comment-end syntax.
352
353 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
354
355 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
356 Don't consider gdbmi (gdb-mi.el has its own update functions).
357 (gdb-var-delete): Make it work for gdbmi as well.
358 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
359
360 * progmodes/gud.el (etags, sdb): Only require etags when needed.
361 (gud-speedbar-menu-items): Correct logic for enabling items.
362
363 2005-07-15 Kim F. Storm <storm@cua.dk>
364
365 * ido.el: Fix commentary.
366 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
367 Use with-no-warnings around ffap-guesser.
368 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
369 Let bind minibuffer-completing-file-name to t.
370
371 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
372
373 * startup.el (site-run-file, keyboard-type): Doc fixes.
374 (command-line): Check for "--basic-display" argument; also for
375 "--quick", not "--bare-bones" (which was renamed).
376 (fancy-splash-text): Add missing item "Getting New Versions".
377 (normal-splash-screen): Fix typos and improve consistency with
378 `fancy-splash-text'. Update copyright year.
379
380 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
381 valid binding for `help-char'.
382
383 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
384
385 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
386
387 * term.el (term-mode): Disable cua-mode for term buffers.
388
389 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
390
391 * add-log.el (add-log-mailing-address, change-log-merge):
392 Doc fixes.
393 (change-log-get-method-definition): Fix typo in docstring.
394
395 2005-07-14 Kim F. Storm <storm@cua.dk>
396
397 * emulation/cua-base.el:
398 (cua--pre-command-handler-1, cua--pre-command-handler)
399 (cua--post-command-handler-1, cua--post-command-handler):
400 Split in two. Check (buffer local) value of cua-mode.
401 (cua-selection-mode): New command.
402
403 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
404
405 * custom.el (custom-initialize-safe-set)
406 (custom-initialize-safe-default): Doc fixes.
407
408 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
409 and simplify :init-value again.
410
411 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
412 and simplify :init-value again. Delete autoload.
413
414 * startup.el (command-line): Use `custom-reevaluate-setting' again
415 for tooltip-mode.
416
417 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
418 a defcustom with two :initialize keywords.
419
420 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
421
422 * allout.el (my-mark-marker, allout-isearch-prior-pos)
423 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
424 (allout-post-command-business, allout-flag-region)
425 (isearch-reenable-font-lock, allout-yank)
426 (allout-insert-latex-header, allout-insert-latex-trailer)
427 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
428 (allout-latex-verb-quote): Fix typos in docstrings.
429 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
430 (allout-unprotected, allout-prefix-data):
431 Improve argument/docstring consistency.
432 (allout-chart-subtree): Fix argument spec.
433 (allout-open-topic): Rename `use_sib_bullet' argument to
434 `use-sib-bullet'. Doc fix.
435
436 * whitespace.el (whitespace-check-buffer-leading)
437 (whitespace-check-buffer-trailing)
438 (whitespace-check-buffer-indent)
439 (whitespace-check-buffer-spacetab)
440 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
441 (whitespace-check-leading-whitespace)
442 (whitespace-check-trailing-whitespace)
443 (whitespace-check-spacetab-whitespace)
444 (whitespace-check-indent-whitespace)
445 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
446 (whitespace-modes): Fix typos in docstrings.
447 (defgroup, defcustom): Doc fixes.
448
449 * winner.el (winner-mode, winner-boring-buffers)
450 (winner-pending-undo-ring): Doc fixes.
451 (winner-ring): Remove unneeded `progn'.
452 (winner-equal): `defsubst' it.
453 (winner-redo): Fix message.
454
455 2005-07-13 Kim F. Storm <storm@cua.dk>
456
457 * simple.el (line-move-1): Always use vertical-motion to
458 do the last (or only) line move to ensure some movement.
459 Undo 2005-06-23 change--don't check for overlays.
460
461 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
462
463 * term/mac-win.el (ccl-encode-mac-roman-font)
464 (ccl-encode-mac-centraleurroman-font)
465 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
466 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
467 Change charset-id boundary of dimension to ?\xef.
468 (mac-char-fontspec-list): New constant.
469 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
470 argument. Nil uses itself as family in font-spec. Previous
471 behavior for nil is now provided by non-nil non-string argument.
472 All callers changed. Add font-specs for Mac fonts to
473 "fontset-default" unless iso8859-1 fonts are installed.
474
475 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
476
477 * progmodes/sh-script.el (sh-get-indent-info): Only indent
478 a continuation line if the \ is preceded by SPC or TAB.
479 (sh-get-indent-info): Simplify.
480 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
481 Use with-current-buffer.
482
483 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
484 when the matched text is empty.
485
486 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
487
488 * startup.el (command-line): Revert to previous handling of
489 tooltip-mode. Explain in comment why the complexity is needed.
490
491 * tooltip.el (tooltip-mode): Revert to previous implementation of
492 its defcustom.
493
494 * frame.el (blink-cursor-mode): Revert to previous implementation
495 of its defcustom. Update comment.
496
497 2005-07-12 Lars Hansen <larsh@soem.dk>
498
499 * desktop.el: Update e-mail address.
500
501 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
502
503 * term/mac-win.el (mac-services-mail-selection)
504 (mac-services-mail-to): New functions.
505 (mac-application-menu-map): Bind them.
506
507 2005-07-12 wulei <milton@wulei.net> (tiny change)
508
509 * progmodes/gdb-ui.el: Add note about buffering with Windows.
510
511 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
512
513 * custom.el (custom-reevaluate-setting): Doc fix.
514
515 2005-07-11 Jay Belanger <belanger@truman.edu>
516
517 * calc/calc.el (calc-embedded-announce-formula-alist)
518 (calc-embedded-open-close-plain-alist)
519 (calc-embedded-open-close-mode-alist): Add checks for additional
520 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
521
522 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
523
524 * custom.el (custom-enable-theme): Don't add theme to
525 `custom-enabled-themes' with `push' because there is no
526 setf-method for `delq'.
527
528 2005-07-11 Richard M. Stallman <rms@gnu.org>
529
530 * custom.el (custom-declare-variable): Doc fix.
531
532 * dired-aux.el (dired-compare-directories): Remove "." and ".."
533 from the alists.
534
535 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
536 Do nothing if edebug-active.
537
538 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
539 (edebug-display): Do it here instead.
540
541 2005-07-10 Richard M. Stallman <rms@gnu.org>
542
543 * cus-face.el (custom-theme-set-faces): Make it work.
544 (custom-reset-faces): Doc fix.
545 (custom-theme-reset-internal-face, custom-theme-face-value):
546 Functions deleted.
547
548 * custom.el (custom-push-theme): Maintain list of the settings
549 of a given theme in its theme-settings property.
550 Maintain position of old settings in the theme-value
551 or theme-face property.
552 (custom-enabled-themes): New variable.
553 (custom-theme-enabled-p): New function.
554 (provide-theme): Update custom-enabled-themes.
555 Disable and reenable the `user' theme.
556 (require-theme): Doc fix.
557 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
558 (custom-theme-value, custom-theme-variable-value): Likewise.
559 (custom-theme-reset-internal): Likewise.
560 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
561 (custom-enable-theme, custom-disable-theme): New functions.
562 (custom-variable-theme-value, custom-face-theme-value): Likewise.
563 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
564 (custom-theme-reset-variables): Simplify.
565 (deftheme, custom-declare-theme, custom-make-theme-feature):
566 Definitions moved.
567
568 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
569
570 * longlines.el (longlines-show-region)
571 (longlines-unshow-hard-newlines): Recognize hard newlines by
572 non-nil hard property, instead of t.
573
574 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
575
576 * viper-cmd.el (viper--key-maps): New variable.
577 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
578 emulation-mode-map-alists.
579 (viper-envelop-ESC-key): Use viper-subseq.
580 (viper-search-forward/backward/next): Disable debug-on-error.
581
582 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
583 (viper-ESC-key): New defcustoms.
584
585 * viper-macs.el (ex-map-read-args): Use viper-subseq.
586
587 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
588 (viper-subseq): Copy of subseq from cl.el.
589
590 * viper.el (viper-go-away, viper-set-hooks): Use
591 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
592
593 * viper-mous.el (viper-current-frame-saved): Use defvar.
594
595 * viper-init.el: Get rid of -face in face names.
596
597 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
598 Make it work with longlines mode
599
600 * ediff-mult.el (ediff-meta-mode-hook): New variable.
601
602 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
603
604 * ediff-init: Get rid of -face in face names.
605
606 2005-07-10 Richard M. Stallman <rms@gnu.org>
607
608 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
609 and with-timeout-unsuspend.
610
611 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
612 and with-timeout-unsuspend.
613
614 * emacs-lisp/timer.el (with-timeout-timers): New variable.
615 (with-timeout): Bind that variable to record timers.
616 (with-timeout-suspend, with-timeout-unsuspend): New functions.
617
618 * emacs-lisp/debug.el (debug-help-follow): New function.
619 (debugger-mode-map): Use that instead of help-follow.
620 (debugger-setup-buffer): Use eval-buffer-list
621 to handle eval-buffer frames.
622
623 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
624
625 * timezone.el (timezone-parse-date): Change first regexp
626 so it will not mistakenly match dates with no time zone.
627
628 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
629
630 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
631
632 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
633
634 * custom.el (custom-initialize-safe-set)
635 (custom-initialize-safe-default): New functions.
636
637 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
638 and simplify :init-value.
639
640 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
641 and simplify :init-value. Delete obsolete comment.
642
643 * startup.el (command-line): Use `custom-reevaluate-setting' to
644 handle `tooltip-mode'. Delete obsolete comment.
645
646 * files.el (set-visited-file-name): Avoid calling
647 `file-name-nondirectory' with a nil argument.
648
649 2005-07-09 Richard M. Stallman <rms@gnu.org>
650
651 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
652 was called with nil for the buffer, handle the read position right.
653 Handle read position for eval-region, too.
654
655 2005-07-09 Juri Linkov <juri@jurta.org>
656
657 * fringe.el (fringe-mode): Add period in docstring.
658 (fringe-query-style): Build prompt depending on `all-frames' arg.
659
660 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
661 to not create links to unrelated functions in the Help buffer.
662
663 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
664 Doc fix.
665
666 * simple.el (next-error-hook): New variable.
667 (next-error): Use it. Doc fix.
668
669 * textmodes/ispell.el (ispell-command-loop): Add current
670 dictionary name and program name to mode-line-format.
671 (ispell-region, ispell-process-line): Add current dictionary name
672 and program name to messages.
673
674 2005-07-08 Jay Belanger <belanger@truman.edu>
675
676 * calc/calc.el (calc-embedded-announce-formula-alist)
677 (calc-embedded-open-close-formula-alist)
678 (calc-embedded-open-close-word-alist)
679 (calc-embedded-open-close-plain-alist)
680 (calc-embedded-open-close-new-formula-alist)
681 (calc-embedded-open-close-mode-alist)
682 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
683 (calc-embedded-mode-hook): New variables.
684
685 * calc/calc-embed.el (calc-embedded-firsttime)
686 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
687 New variables.
688 (calc-do-embedded): Use calc-embedded-firsttime,
689 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
690 determine whether or not to run hooks.
691 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
692 calc-embedded-firsttime-formula appropriately.
693 Set calc-embedded delimiter variables according to mode.
694
695 2005-07-08 Richard M. Stallman <rms@gnu.org>
696
697 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
698 Check for "emacs", etc., as entire symbol, not just as word.
699 (checkdoc-file-comments-engine): Use regexp-quote on FN.
700
701 * files.el (set-visited-file-name): Report the error
702 for "empty filename" earlier.
703 (kill-some-buffers): Ignore buffers already dead.
704
705 * fringe.el (fringe-mode): Doc fix.
706
707 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
708 Check for (featurep 'xemacs) and turn off warnings in what it guards.
709 Use unwind-protect to ensure byte-compile-unresolved-functions
710 is updated.
711
712 * whitespace.el (whitespace-buffer-leading-cleanup):
713 Simplify w/ skip-chars-forward.
714 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
715
716 * mail/rmail.el (rmail-only-expunge): Fix paren error.
717 Unconditionally try to leave point at the same old place.
718
719 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
720
721 * comint.el (comint-postoutput-scroll-to-bottom)
722 (comint-show-maximum-output): Take scroll-margin into consideration.
723
724 2005-07-08 Kim F. Storm <storm@cua.dk>
725
726 * ido.el (ido-use-filename-at-point): New choice `guess'.
727 (ido-file-internal): Try ffap-guesser if selected.
728
729 * ido.el (ido-before-fallback-functions): New hook.
730 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
731 (ido-read-file-name): Run it.
732
733 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
734
735 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
736 strings rather than a list of symbols to the completion function.
737
738 2005-07-07 Jay Belanger <belanger@truman.edu>
739
740 * calc/calc-units.el (math-apply-units): Change the places in
741 which units are simplified.
742
743 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
744
745 * cus-edit.el (customize-option, customize-option-other-window):
746 Make them handle aliases.
747
748 * custom.el (custom-variable-p): Make it recursively follow
749 aliases. Mention that in the docstring.
750
751 2005-07-07 Richard M. Stallman <rms@gnu.org>
752
753 * cus-start.el (exec-path): Use `directory' instead of `file'.
754 Fix tag for nil.
755
756 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
757
758 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
759 when called non-interactively. Doc fix.
760
761 2005-07-07 Lute Kamstra <lute@gnu.org>
762
763 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
764 new address as well.
765
766 2005-07-07 Kenichi Handa <handa@m17n.org>
767
768 * international/mule.el (make-coding-system):
769 Describe `ascii-incompatible' property in the docstring.
770 (set-file-name-coding-system): Signal an error if coding-system is
771 ascii-incompatible.
772 (set-keyboard-coding-system): Likewise.
773
774 * international/mule-cmds.el (set-default-coding-systems):
775 Don't set default-file-name-coding-system and
776 default-keyboard-coding-system if coding-system is ASCII-incompatible.
777
778 * international/utf-16.el: Declare that all UTF-16-based coding
779 systems are ASCII-incompatible.
780
781 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
782
783 * progmodes/gud.el: Require font-lock for displaying errors.
784 Used by gdb-ui.el.
785
786 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
787
788 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
789 values for the pattern lists which are `read'able but not
790 `append'able (like symbols).
791
792 2005-07-06 Richard M. Stallman <rms@gnu.org>
793
794 * progmodes/flymake.el (flymake-float-time): Instead of
795 with-no-warnings, test for xemacs.
796 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
797 to avoid warning.
798
799 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
800
801 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
802
803 2005-07-05 Lute Kamstra <lute@gnu.org>
804
805 * battery.el: Add support for Darwin (with much debugging help
806 from Samuel Lauber <sam124@operamail.com>).
807 (battery-status-function, battery-echo-area-format)
808 (battery-mode-line-format): Add support for pmset on Darwin.
809 (battery-load-low, battery-load-critical): New user options.
810 (battery-pmset): New function.
811
812 2005-07-05 Lute Kamstra <lute@gnu.org>
813
814 Update FSF's address in GPL notices.
815
816 * textmodes/page-ext.el: Update FSF's address.
817
818 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
819
820 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
821 filling from using prefix when filling a single-line docstring.
822
823 * progmodes/flymake.el: Remove useless eval-when-compile.
824
825 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
826
827 2005-07-04 Richard M. Stallman <rms@gnu.org>
828
829 * textmodes/org.el (org-file-apps-defaults-gnu):
830 Rename from org-file-apps-defaults-linux.
831 (org-default-apps): Don't test system-type for `linux'.
832 (org-file-apps): Doc fix.
833
834 2005-07-04 David Ponce <david@dponce.com>
835
836 * tree-widget.el: Improve header Commentary section.
837 (tree-widget) [defgroup]
838 (tree-widget-image-enable, tree-widget-themes-directory)
839 (tree-widget-theme, tree-widget-image-properties-emacs)
840 (tree-widget-image-properties-xemacs, tree-widget-create-image)
841 (tree-widget-image-formats, tree-widget-control)
842 (tree-widget-empty-control, tree-widget-leaf-control
843 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
844 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
845 (tree-widget-keep, tree-widget-after-toggle-functions)
846 (tree-widget-open-node, tree-widget-close-node): Doc fix.
847 (tree-widget-open-control, tree-widget-close-control): Fix doc and
848 :help-echo message.
849 (tree-widget-set-theme): Doc fix. Use `string-equal'.
850 (tree-widget-image-properties): Doc fix. Clearer implementation.
851 (tree-widget--cursors): New constant.
852 (tree-widget-lookup-image): New function split from
853 `tree-widget-find-image'. Clearer implementation.
854 (tree-widget-find-image): Use it.
855 (tree-widget-button-keymap): Use `set-keymap-parent'.
856 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
857 Define the sub-widgets here.
858 (tree-widget-node): Check that :node is not a tree-widget.
859 (tree-widget-get-super, tree-widget-open-control)
860 (tree-widget-close-control, tree-widget-empty-control)
861 (tree-widget-leaf-control, tree-widget-guide)
862 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
863 (tree-widget-no-handle, tree-widget-value-delete)
864 (tree-widget-map): Remove.
865 (tree-widget-children-value-save): Doc fix. Simplified.
866 (tree-widget-value-create): Update according to previous changes.
867
868 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
869
870 * textmodes/org.el: Leading space replaced by TABS.
871 (org-recalc-marks, org-table-rotate-recalc-marks)
872 (org-table-get-specials): Treat "^" and "_" marks.
873 (org-table-justify-field-maybe): Optional argument NEW.
874 (org-table-eval-formula): Parsing of the format simplified.
875 New modes C,I. Honor the %= parameter in the current table.
876 Avoid unnecessary re-align by using the NEW argument to
877 `org-table-justify-field-maybe'.
878 (org-calc-default-modes): Default for date-format mimicks org-mode.
879 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
880
881 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
882
883 * cus-face.el (custom-theme-set-faces): Make it handle face
884 aliases whose alias declarations are pre- or autoloaded.
885
886 2005-07-04 Juri Linkov <juri@jurta.org>
887
888 * faces.el (read-face-name): Put the code for getting a face name
889 from the buffer before adding the faces from the `face' property.
890 Use `completing-read-multiple' instead of `completing-read'.
891 Require `crm'. Add default value and post-process the returned
892 list of faces.
893
894 * emacs-lisp/crm.el (crm-find-current-element)
895 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
896
897 * emacs-lisp/lisp-mode.el (eval-defun-1):
898 * emacs-lisp/edebug.el (edebug-eval-defun):
899 Remove unnecessary quotes.
900
901 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
902
903 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
904 (prolog-indent-level): Fix typo in docstring.
905
906 * info.el (Info-history, Info-history-forward)
907 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
908
909 * add-log.el (add-change-log-entry):
910 * comint.el (comint-dynamic-list-input-ring)
911 (comint-dynamic-list-completions):
912 * dabbrev.el (dabbrev-expand):
913 * delim-col.el (delimit-columns-rectangle-line):
914 * diff-mode.el (diff-context->unified, diff-reverse-direction)
915 (diff-unified->context):
916 * ediff-init.el (ediff-abbrev-jobname):
917 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
918 (ediff-replace-session-activity-marker-in-meta-buffer):
919 * info.el (Info-summary):
920 * lpr.el (printify-region):
921 * printing.el (pr-create-interface):
922 * ps-print.el (ps-print-quote):
923 * ses.el (ses-column-widths, ses-print-cell)
924 (ses-adjust-print-width, ses-center):
925 * shell.el (shell-file-name-quote-list):
926 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
927 (strokes-fill-current-buffer-with-whitespace)
928 (strokes-xpm-for-stroke, strokes-list-strokes)
929 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
930 * term.el (term-dynamic-list-input-ring)
931 (term-dynamic-list-completions):
932 * calc/calc.el (math-format-stack-value):
933 * emacs-lisp/edebug.el (edebug-display-freq-count):
934 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
935 (delphi-new-comment-line):
936 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
937 * progmodes/executable.el (executable-set-magic):
938 * progmodes/python.el (inferior-python-mode):
939 * progmodes/scheme.el (scheme-mode-syntax-table):
940 * progmodes/sh-script.el (sh-maybe-here-document):
941 * progmodes/sql.el (sql-copy-column):
942 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
943 * textmodes/bibtex.el (bibtex-mode):
944 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
945 (sgml-auto-attributes):
946 * textmodes/table.el (table-insert, table-shorten-cell)
947 (table--generate-source-scan-lines, table-delete-row)
948 (*table--cell-delete-char, table--spacify-frame)
949 (table--horizontally-shift-above-and-below)
950 (table--cell-insert-char, table--cell-blank-str)
951 (table--fill-region-strictly):
952 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
953 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
954
955 * add-log.el (change-log):
956 * apropos.el (apropos):
957 * comint.el (comint-completion, comint-source):
958 * dabbrev.el (dabbrev):
959 * delim-col.el (columns):
960 * diff-mode.el (diff-mode):
961 * ediff.el (ediff):
962 * ediff-diff.el (ediff-diff):
963 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
964 * ediff-mult.el (ediff-mult):
965 * ediff-ptch.el (ediff-ptch):
966 * ediff-wind.el (ediff-window):
967 * facemenu.el (facemenu):
968 * indent.el (indent):
969 * info.el (info):
970 * jka-cmpr-hook.el (compression, jka-compr):
971 * lpr.el (lpr):
972 * outline.el (outlines):
973 * pcmpl-cvs.el (pcmpl-cvs):
974 * pcmpl-rpm.el (pcmpl-rpm):
975 * printing.el (printing):
976 * ps-print.el (postscript, ps-print, ps-print-horizontal)
977 (ps-print-vertical, ps-print-headers, ps-print-font)
978 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
979 (ps-print-background, ps-print-printer, ps-print-page)
980 (ps-print-miscellany):
981 * ses.el (ses):
982 * shell.el (shell, shell-directories, shell-faces):
983 * startup.el (initialization):
984 * strokes.el (strokes):
985 * term.el (term):
986 * uniquify.el (uniquify):
987 * w32-vars.el (w32):
988 * calc/calc.el (calc):
989 * emacs-lisp/bytecomp.el (bytecomp):
990 * emacs-lisp/cl-indent.el (lisp-indent):
991 * emacs-lisp/edebug.el (edebug):
992 * emacs-lisp/elp.el (elp):
993 * emacs-lisp/testcover.el (testcover):
994 * emacs-lisp/trace.el (trace):
995 * emulation/viper-ex.el (viper-ex):
996 * emulation/viper-mous.el (viper-mouse):
997 * mail/mailalias.el (mailalias):
998 * mail/supercite.el (supercite, supercite-frames)
999 (supercite-attr, supercite-cite, supercite-hooks):
1000 * net/rcompile.el (remote-compile):
1001 * net/rlogin.el (rlogin):
1002 * obsolete/ooutline.el (outlines):
1003 * progmodes/delphi.el (delphi):
1004 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
1005 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
1006 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
1007 (ebnf-optimization):
1008 * progmodes/etags.el (etags):
1009 * progmodes/executable.el (executable):
1010 * progmodes/idlwave.el (idlwave):
1011 * progmodes/pascal.el (pascal):
1012 * progmodes/prolog.el (prolog):
1013 * progmodes/python.el (python):
1014 * progmodes/scheme.el (scheme):
1015 * progmodes/sh-script.el (sh, sh-script):
1016 * progmodes/sql.el (SQL):
1017 * progmodes/tcl.el (tcl):
1018 * textmodes/bibtex.el (bibtex, bibtex-autokey):
1019 * textmodes/enriched.el (enriched):
1020 * textmodes/makeinfo.el (makeinfo):
1021 * textmodes/sgml-mode.el (sgml):
1022 * textmodes/table.el (table-hooks):
1023 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
1024 * textmodes/texinfo.el (texinfo):
1025 * textmodes/two-column.el (two-column):
1026 Finish `defgroup' description with period.
1027
1028 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
1029 * eshell/esh-var.el (eshell-var):
1030 * progmodes/vhdl-mode.el (vhdl-testbench):
1031 * textmodes/org.el (org): Fix typos in docstrings.
1032
1033 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
1034 consistency.
1035
1036 * progmodes/flymake.el (flymake-find-file): Remove.
1037 (flymake-float-time): Use `with-no-warnings'.
1038 (flymake-check-start-time, flymake-check-was-interrupted)
1039 (flymake-err-info, flymake-is-running, flymake-last-change-time)
1040 (flymake-new-err-info): `defvar' at compile time.
1041
1042 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
1043
1044 * replace.el (occur-hook): Doc fix.
1045 (occur-1): Don't call `occur-hook' if there are no matches.
1046
1047 2005-07-03 Richard M. Stallman <rms@gnu.org>
1048
1049 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
1050 global-map, save the same map.
1051 (global-map): Don't alter it at top level.
1052 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
1053 Then alter it here instead.
1054 (tpu-edt-off): Set global-map to the saved one.
1055
1056 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
1057 All references simplified.
1058 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
1059 (zmacs-regions): Add defvar.
1060 (repeat-complex-command-map): Everything about that deleted.
1061
1062 * textmodes/artist.el (artist-key-is-drawing)
1063 (artist-key-endpoint1, artist-key-poly-point-list)
1064 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
1065 (artist-key-compl-table, artist-rb-save-data)
1066 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
1067 Don't put them in eval-when-compile.
1068 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
1069
1070 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
1071 Use with-no-warnings.
1072
1073 * net/browse-url.el (dos-windows-version): Add defvar.
1074
1075 * mail/supercite.el (filladapt-prefix-table): Add defvar.
1076
1077 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
1078 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
1079 (rmail-new-summary-line-count): Rename from new-summary-line-count.
1080 Add defvar.
1081 (rmail-summary-beginning-of-message): Use with-no-warnings.
1082 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
1083
1084 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
1085 Use with-no-warnings.
1086
1087 * emulation/vi.el (vi-mark-region): Use c-mark-function.
1088 (c-mark-function): Add point-moving-unit property.
1089 (vi-goto-line): Use with-no-warnings.
1090
1091 * emulation/edt.el (edt-last-copied-word): Add defvar.
1092 (zmacs-region-stays): Likewise.
1093 (edt-mark-section-wisely): Use c-mark-function for C.
1094 Use makr-defun for Fortran.
1095 (time-string): defvar deleted.
1096 (edt-display-the-time): Don't set time-string.
1097
1098 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
1099
1100 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
1101 Don't warn when name is not constant
1102 or for defining the group `emacs'.
1103
1104 * tooltip.el (gud-tooltip-mode): Add defvar.
1105
1106 * startup.el (default-frame-background-mode): Add defvar.
1107
1108 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
1109
1110 * info.el (tool-bar-map): Add defvar.
1111
1112 * dired.el (dnd-protocol-alist): Add defvar.
1113
1114 * dired-aux.el (dired-query): Display question with answer, when
1115 the user answers.
1116
1117 * custom.el (custom-add-option): Doc fix.
1118
1119 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
1120
1121 2005-07-03 Eli Zaretskii <eliz@gnu.org>
1122
1123 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
1124 bogus name from the last change.
1125
1126 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
1127
1128 * custom.el (custom-declare-variable): Fix typos in comment.
1129 (custom-known-themes): Doc fix.
1130 (custom-theme-directory): New defcustom.
1131 (require-theme): Make it check `custom-theme-directory'.
1132
1133 * cus-theme.el (custom-new-theme-mode): New function.
1134 (custom-theme-name, custom-theme-variables, custom-theme-faces)
1135 (custom-theme-description): Add compiler defvars.
1136 (customize-create-theme): Add doc to the "*New Custom Theme*"
1137 buffer. Use `custom-new-theme-mode'.
1138 (custom-theme-write): Put the created buffer in emacs-lisp-mode
1139 and save it to the `custom-theme-directory'. Make this the
1140 default directory of the buffer.
1141
1142 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
1143
1144 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
1145 Fix unbalanced parentheses.
1146
1147 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
1148
1149 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
1150 into flymake-mode and delegate to flymake-mode.
1151
1152 * find-file.el (ff-which-function-are-we-in): Clean up.
1153
1154 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1155
1156 * replace.el (occur-rename-buffer): Fix docstring.
1157
1158 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1159 (edt-last-copied-word, edt-learn-macro-count)
1160 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1161 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1162 (time-string, zmacs-region-stays):
1163 * emulation/edt-mapper.el (edt-save-function-key-map)
1164 (EDT-key-name): `defvar' to silence the byte-compiler.
1165
1166 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1167
1168 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1169 font-lock-regexp-backslash. Doc fix.
1170 (font-lock-regexp-backslash-grouping-construct): Rename from
1171 font-lock-regexp-backslash-construct. Doc fix.
1172 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1173 grouping constructs.
1174
1175 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1176
1177 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1178 updating all the prerequisites.
1179
1180 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1181
1182 * textmodes/org.el (org-agenda-start-on-weekday)
1183 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1184 (org-agenda-use-time-grid, org-archive-location)
1185 (org-allow-space-in-links, org-usenet-links-prefer-google)
1186 (org-enable-table-editor, org-export-default-language)
1187 (org-export-html-show-new-buffer, org-fill-paragraph)
1188 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1189 (org-goto-quit, org-occur, org-eval-in-calendar)
1190 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1191 (org-agenda-diary-entry, org-remember-help)
1192 (org-table-convert-region, org-at-table-p)
1193 (org-table-move-row-down, org-table-move-row-up)
1194 (org-table-copy-region, org-table-toggle-vline-visibility)
1195 (org-table-get-stored-formulas, org-table-get-specials)
1196 (org-recalc-commands, org-table-eval-formula)
1197 (org-table-formula-substitute-names, orgtbl-make-binding)
1198 (org-format-org-table-html, org-format-table-table-html)
1199 (org-format-table-table-html-using-table-generate-source)
1200 (org-customize): Fix typos in docstrings.
1201 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1202 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1203 (org-back-to-heading): Doc fixes.
1204 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1205 (org-agenda-change-all-lines, org-get-header):
1206 Improve argument/docstring consistency.
1207 (orgtbl-error): Fix error message.
1208
1209 * progmodes/flymake.el (flymake-find-possible-master-files)
1210 (flymake-master-file-compare, flymake-get-line-err-count)
1211 (flymake-highlight-line, flymake-gui-warnings-enabled):
1212 Fix typos in docstrings.
1213 (flymake-parse-line, flymake-get-project-include-dirs-function)
1214 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1215 Doc fixes.
1216 (flymake-get-project-include-dirs-function)
1217 (flymake-make-err-menu-data):
1218 Improve argument/docstring consistency.
1219
1220 2005-07-01 Lute Kamstra <lute@gnu.org>
1221
1222 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1223 Catch errors with ignore-errors. Use temporary buffer.
1224 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1225
1226 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1227 background color faces.
1228 (facemenu-set-foreground, facemenu-set-background):
1229 Use facemenu-set-face-from-menu.
1230 (facemenu-set-face-from-menu): Treat face names that start with
1231 "fg:" or "bg:" as special.
1232 (facemenu-add-new-color): Don't create faces. Simplify.
1233
1234 2005-06-30 Richard M. Stallman <rms@gnu.org>
1235
1236 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1237 (crm-find-current-element): Likewise.
1238
1239 2005-06-30 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
1240
1241 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1242
1243 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1244
1245 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1246 (archive-mouse-extract): Make it an obsolete alias.
1247 (archive-mode-map): Don't use archive-mouse-extract any more.
1248 (archive-mode, archive-extract): write-contents-hooks ->
1249 write-contents-functions.
1250 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1251 first arg.
1252 (archive-rename-entry): Update the call.
1253 (archive-zip-summarize): Remove unused var `method'.
1254 (archive-lzh-summarize): Remove unused var `creator'.
1255
1256 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1257 dedicated frame upon exit.
1258
1259 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1260 (archive-zip-extract, archive-zip-expunge)
1261 (archive-zip-update, archive-zip-update-case): Use executable-find.
1262 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1263 Use restore-buffer-modified-p.
1264 (archive-extract, archive-add-new-member, archive-write-file-member):
1265 Use with-current-buffer.
1266 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1267
1268 2005-06-30 Andreas Schwab <schwab@suse.de>
1269
1270 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1271
1272 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1273
1274 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1275
1276 2005-06-30 Juri Linkov <juri@jurta.org>
1277
1278 * faces.el (vertical-border): Inherit from mode-line-inactive
1279 only on tty.
1280
1281 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1282
1283 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1284 example, -NLINES in the `occur' docstring).
1285
1286 * replace.el (occur-1): When no matches are found, do not set the
1287 `buffer-read-only' and modified flags for the occur buffer,
1288 because it is deleted.
1289
1290 * emulation/cua-base.el (cua-check-pending-input)
1291 (cua-repeat-replace-region, cua-mode, cua-debug)
1292 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1293 Fix typos in docstrings.
1294
1295 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1296 (cua-cut-region-to-global-mark)
1297 (cua--cut-rectangle-to-global-mark):
1298 Remove period from end of messages.
1299
1300 * emulation/cua-rect.el (cua-do-rectangle-padding):
1301 Remove period from end of messages.
1302 (cua--rectangle-seq-format): Fix typo in docstring.
1303 (cua-sequence-rectangle, cua-fill-char-rectangle):
1304 Improve argument/docstring consistency.
1305
1306 2005-06-29 Juri Linkov <juri@jurta.org>
1307
1308 * faces.el (default-frame-background-mode): New internal variable.
1309 (frame-set-background-mode): Use it.
1310
1311 * startup.el (normal-top-level): Set default-frame-background-mode
1312 instead of frame-background-mode. Before setting it, test for its
1313 nil value. Remove tests for frame-background-mode and frame
1314 parameter `reverse'. Add test for "unspecified-fg".
1315
1316 * term/xterm.el (xterm-rxvt-set-background-mode):
1317 * term/rxvt.el (rxvt-set-background-mode):
1318 Set default-frame-background-mode instead of frame-background-mode.
1319
1320 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1321
1322 * simple.el (set-variable): Warn about obsolete user variables.
1323
1324 * imenu.el (imenu--completion-buffer):
1325 * mouse.el (mouse-buffer-menu-alist):
1326 * msb.el (msb-invisible-buffer-p):
1327 * calendar/diary-lib.el (diary-header-line-format):
1328 * emacs-lisp/pp.el (pp-buffer):
1329 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1330 * textmodes/picture.el (picture-replace-match):
1331 Change space constants followed by a sexp to "?\s ".
1332
1333 * play/decipher.el (decipher-loop-with-breaks):
1334 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1335 constants "protected" from end of line by a comment to "?\s".
1336
1337 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1338
1339 * font-lock.el (save-buffer-state): Use `declare'.
1340
1341 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1342 reset the syntax-table to cperl-mode-syntax-table.
1343 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1344 "foo_print_bar" is not matched as a reserved keyword.
1345
1346 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1347
1348 * textmodes/org.el (orgtbl-setup): New function, for delayed
1349 setup for the orgtbl commands.
1350 (org-calc-default-modes): New option.
1351 (orgtbl-make-binding): Use `defun' to get better help display.
1352 (org-diary): Call `org-compile-prefix-format'.
1353 (org-table-formula-substitute-names): New function.
1354 (org-agenda-day-view, org-agenda-week-view): New commands.
1355 (org-agenda-toggle-week-view): Command removed.
1356 (org-tbl-menu): Split off from org-org-menu.
1357 (org-mode): Move removal of outline-mode menus to here.
1358 (org-table-formula-debug): New option.
1359 (org-table-insert-row): Keep first field if just "#" or "*".
1360 (org-mode): Paragraph regexps fixed.
1361 (org-table-recalculate-regexp): New constant.
1362 (org-table-justify-field-maybe): Avoid replace if not necessary.
1363 (org-copy-special, org-cut-special): Use `call-interactively'.
1364 (org-table-copy-region): Take region from `interactive' call.
1365 (org-trim): Return string even if no match.
1366 (org-formula): New face.
1367 (org-set-font-lock-defaults): No longer highlight "FIXME".
1368 But highlight formula-related fields in table.
1369 (org-table-p): Use regexp, not fontification.
1370 (org-table-align): Handle white space at end of line.
1371 (org-table-formula-evaluate-inline): New option.
1372 (org-mode): Auto-wrapping in comment lines turned off.
1373 (org-table-copy-down): Evaluate only in copied field, not in
1374 destination.
1375 (org-table-current-formula): Variable removed.
1376 (org-table-store-formulas, org-table-get-stored-formulas)
1377 (org-table-modify-formulas, org-table-replace-in-formulas)
1378 (org-table-maybe-eval-formula): New functions.
1379 (org-table-get-formula): Modify to use stored formulas.
1380 (org-table-insert-column, org-table-delete-column)
1381 (org-table-move-column): Call `org-table-modify-formulas'.
1382 (org-complete): Add completion for keyword formulas.
1383 (orgtbl-mode): Pull orgtbl-mode-map to start of
1384 minor-mode-map-alist.
1385
1386 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1387
1388 * progmodes/python.el (python-check): Require `compile' before
1389 modifying its variables.
1390
1391 * newcomment.el (comment-indent-default): Don't get fooled by an early
1392 end of buffer.
1393
1394 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1395
1396 * ps-print.el (ps-print-version): Fix version number.
1397
1398 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1399
1400 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1401
1402 2005-06-28 Richard M. Stallman <rms@gnu.org>
1403
1404 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1405 (flyspell-local-mouse-map): Declaration deleted.
1406 (flyspell-mouse-map): Bind only mouse-2.
1407 (flyspell-mode-map): Don't test flyspell-use-local-map.
1408 (flyspell-overlay-keymap-property-name): Var deleted.
1409 (flyspell-mode-on): Don't make local bindings for
1410 flyspell-mouse-map and flyspell-mode-map.
1411 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1412
1413 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1414
1415 * progmodes/compile.el (compilation-next-error-function):
1416 Don't switch buffers; operate on the current buffer.
1417
1418 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1419
1420 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1421
1422 * bindings.el (global-map): Bind insertchar and its variants.
1423
1424 2005-06-27 Richard M. Stallman <rms@gnu.org>
1425
1426 * textmodes/artist.el (artist-text-overwrite)
1427 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1428
1429 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1430
1431 * ps-print.el: It was not working the page selection for printing.
1432 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1433 (ps-print-version): New version 6.6.7.
1434 (ps-end-sheet): New fun.
1435 (ps-header-sheet, ps-end-job): Call it.
1436
1437 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1438
1439 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1440
1441 2005-06-27 Lute Kamstra <lute@gnu.org>
1442
1443 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1444 background color faces.
1445 (facemenu-get-face): Delete function.
1446 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1447 (facemenu-add-new-color): Make second argument mandatory.
1448 Create the appropriate face and return it. Simplify.
1449 (facemenu-set-foreground, facemenu-set-background): Don't check if
1450 color is defined. Use return value of facemenu-add-new-color.
1451
1452 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1453
1454 * progmodes/gud.el (gud-filter): Add missing argument to
1455 with-selected-window.
1456
1457 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1458
1459 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1460 a :require to the defcustom.
1461
1462 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1463 defcustoms corresponding to minor modes.
1464
1465 2005-06-26 David Ponce <david@dponce.com>
1466
1467 * recentf.el: Require tree-widget instead of wid-edit.
1468 (recentf-filename-handler): Fix widget :type.
1469 (recentf-cancel-dialog, recentf-open-more-files)
1470 (recentf-open-files-action): Doc fix.
1471 (recentf-dialog-goto-first): New function.
1472 (recentf-dialog-mode-map): Set parent keymap first.
1473 (recentf-dialog-mode): Define with define-derived-mode.
1474 Don't display continuation lines in dialogs.
1475 (recentf-edit-list): Rename from recentf-edit-selected-items.
1476 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1477 Simplify.
1478 (recentf-edit-list-validate): New function.
1479 (recentf-edit-list): Update accordingly.
1480 (recentf-open-files-item-shift): Remove.
1481 (recentf-open-files-item): Convert menu elements into tree and
1482 link widgets. Don't create the widgets.
1483 (recentf-open-files): Update accordingly.
1484 (recentf-save-list): Untabify.
1485
1486 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1487
1488 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1489 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1490 partially contained in the active region. Do not take active
1491 region into account when called from Lisp, unless INTERACTIVE arg
1492 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1493 avoid trouble with fields. Make marker point nowhere when no
1494 longer used. Always return nil. Doc fix.
1495 (flush-lines): Add INTERACTIVE arg. Do not take active region
1496 into account when called from Lisp, unless INTERACTIVE arg is
1497 non-nil. Use `forward-line' instead of `beginning-of-line' to
1498 avoid trouble with fields. Make marker point nowhere when no
1499 longer used. Always return nil. Doc fix.
1500 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1501 interchangeable. Do not take active region into account when
1502 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1503 message in echo area when called from Lisp, unless INTERACTIVE arg
1504 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1505 Return the number of matches. Doc fix.
1506 (occur): Doc fix.
1507 (perform-replace): Make comment follow double space convention for
1508 the sake of `outline-minor-mode'.
1509
1510 * faces.el (facep): Doc fix.
1511
1512 2005-06-25 Richard M. Stallman <rms@gnu.org>
1513
1514 * facemenu.el (facemenu-enable-faces-p): New function.
1515 (facemenu-background-menu, facemenu-foreground-menu)
1516 (facemenu-face-menu): Add menu-enable property.
1517
1518 * jka-compr.el (jka-compr-insert-file-contents):
1519 Special handling if cannot find the uncompression program.
1520
1521 * cus-face.el (custom-face-attributes): Add autoload.
1522
1523 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1524 Bind comment-indent-function locally.
1525
1526 * window.el (save-selected-window): Use save-current-buffer.
1527
1528 * subr.el (with-selected-window): Use save-current-buffer.
1529
1530 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1531 and with-current-buffer.
1532
1533 2005-06-24 Richard M. Stallman <rms@gnu.org>
1534
1535 * simple.el (line-move-1): Fix previous change.
1536
1537 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1538
1539 * replace.el (occur-1): Set `buffer-read-only' and the
1540 buffer-modified flag before running `occur-hook' to protect
1541 against unintentional buffer switches that can lead to data loss.
1542
1543 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1544
1545 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1546 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1547 initial error.
1548
1549 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1550 after fresh input.
1551 (gdb-var-create-handler): Put name of expression in quotes.
1552
1553 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1554
1555 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1556 elements of RING in order, and without bogus nil elements.
1557
1558 2005-06-23 Richard M. Stallman <rms@gnu.org>
1559
1560 * simple.el (set-variable): Args renamed; doc fix.
1561 (line-move-1): When there are overlays around, use vertical-motion.
1562
1563 * faces.el (escape-glyph): Use brown against light background.
1564 (nobreak-space): Rename from no-break-space.
1565 Fix previous change.
1566
1567 * dired-aux.el (dired-do-copy): Fix arg prompt.
1568
1569 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1570
1571 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1572
1573 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1574 rather than "Distributor".
1575
1576 2005-06-23 Lute Kamstra <lute@gnu.org>
1577
1578 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1579 (debug-on-entry): Use it. New interactive declaration that uses
1580 function-called-at-point.
1581
1582 2005-06-23 Kim F. Storm <storm@cua.dk>
1583
1584 * subr.el (save-match-data): Add comment about using evaporate arg
1585 to set-match-data.
1586
1587 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1588
1589 * cus-edit.el (customize-face)
1590 (customize-face-other-window): Handle face aliases.
1591
1592 * faces.el (face-documentation, set-face-attribute)
1593 (face-spec-set): Handle face aliases.
1594
1595 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1596
1597 * help-mode.el (help-make-xrefs): If a symbol representing a face
1598 name is not followed by the word "face", it could still be a
1599 function or variable name, so don't bypass other checks.
1600
1601 2005-06-22 Juri Linkov <juri@jurta.org>
1602
1603 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1604 Replace aliased functions with calls where second arg `inherit' is t.
1605
1606 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1607
1608 * progmodes/gdb-ui.el (gdb-error): New variable.
1609 (gdb-error): New function.
1610 (gdb-annotation-rules): Act on error-begin and error annotations.
1611 (gdb-concat-output): Use font-lock-warning-face for errors.
1612
1613 2005-06-22 Miles Bader <miles@gnu.org>
1614
1615 * bindings.el (propertized-buffer-identification): Use renamed
1616 `Buffer-menu-buffer' face.
1617
1618 * faces.el (vertical-border): Rename from `vertical-divider'.
1619 (escape-glyph): Change dark-background color back to `cyan'.
1620
1621 2005-06-21 Juri Linkov <juri@jurta.org>
1622
1623 * faces.el (face-user-default-spec): Try getting `customized-face'
1624 prior to `saved-face'.
1625 (frame-background-mode): Refill docstring.
1626
1627 * emacs-lisp/lisp-mode.el (eval-defun-1):
1628 * emacs-lisp/edebug.el (edebug-eval-defun):
1629 Set `saved-face' temporarily to nil before calling form.
1630 Set `customized-face' to the new spec after that.
1631
1632 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1633
1634 * subr.el (1value, lambda, key-substitution-in-progress):
1635 Doc fixes.
1636
1637 * autoinsert.el (auto-insert-alist):
1638 * ses.el (ses-call-printer):
1639 * subr.el (noreturn):
1640 * emacs-lisp/lisp.el (check-parens):
1641 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1642 * net/browse-url.el (browse-url-mosaic):
1643 * progmodes/cc-defs.el (c-safe-scan-lists):
1644 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1645 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1646 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1647 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1648 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1649 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1650
1651 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1652
1653 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1654
1655 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1656
1657 * calendar/appt.el (appt-make-list): Activate the package, if
1658 not already active (for backwards compatibility).
1659
1660 2005-06-20 Kim F. Storm <storm@cua.dk>
1661
1662 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1663
1664 2005-06-20 Miles Bader <miles@gnu.org>
1665
1666 * faces.el (vertical-divider): New face.
1667
1668 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1669
1670 * simple.el (kill-whole-line): Doc fix.
1671 (next-error-buffer-p, next-error-find-buffer)
1672 (clone-indirect-buffer): Fix typos in docstrings.
1673 (comment-line-break-function): Doc fix: don't say variable
1674 is automatically buffer-local (it isn't).
1675
1676 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1677
1678 * net/tramp-ftp.el (top):
1679 * net/tramp-smb.el (top):
1680 * net/tramp-util.el (top):
1681 * net/tramp-uu.el (top):
1682 * net/tramp-vc.el (top):
1683 * net/tramp.el (top): Revert copyright years back to original
1684 ones. Tramp has a life outside GNU Emacs.
1685
1686 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1687
1688 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1689
1690 2005-06-18 Juri Linkov <juri@jurta.org>
1691
1692 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1693 end of first regexp to limit the match to the position between
1694 line number and source line with same separator character as used
1695 between file name and line number. In the second regexp limit
1696 mouse-face area to file name and line number by adding new group
1697 for them and referring it in HYPERLINK arg.
1698 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1699 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1700 previous line where grep markers may be already removed.
1701
1702 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1703
1704 * progmodes/ps-mode.el: Update version and maintainer's email address.
1705
1706 2005-06-18 Steve Youngs <steve@xemacs.org>
1707
1708 * net/browse-url.el (browse-url-browser-function)
1709 (browse-url-default-browser): Add firefox.
1710 (browse-url-firefox-program, browse-url-firefox-arguments)
1711 (browse-url-firefox-startup-arguments)
1712 (browse-url-firefox-new-window-is-tab): New defcustoms.
1713 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1714
1715 2005-06-17 Richard M. Stallman <rms@gnu.org>
1716
1717 * startup.el (command-line): Warn if specified user name has
1718 no home directory.
1719
1720 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1721 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1722
1723 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1724 Doc fixes.
1725
1726 * faces.el (underline): Try bold if terminal doesn't support underline.
1727
1728 * mail/sendmail.el (mail-setup-with-from): New variable.
1729 (mail-insert-from-field): New function.
1730 (sendmail-send-it): Call it.
1731 (mail-setup): Optionally call it here.
1732
1733 * term/linux.el: Call tty-no-underline.
1734
1735 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1736
1737 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1738
1739 2005-06-17 Miles Bader <miles@gnu.org>
1740
1741 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1742 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1743 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1744 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1745 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1746 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1747 Remove "-face" suffix from face names.
1748 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1749 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1750 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1751 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1752 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1753 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1754 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1755 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1756 New backward-compatibility aliases for renamed faces.
1757 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1758 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1759 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1760 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1761 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1762 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1763 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1764 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1765 Use renamed ediff faces.
1766
1767 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1768 Remove "-face" suffix from face names.
1769 (eshell-test-ok-face, eshell-test-failed-face):
1770 New backward-compatibility aliases for renamed faces.
1771 (eshell-run-test): Use renamed eshell-test faces.
1772
1773 * eshell/em-prompt.el (eshell-prompt):
1774 Remove "-face" suffix from face name.
1775 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1776 (eshell-emit-prompt): Use renamed eshell-prompt face.
1777
1778 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1779 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1780 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1781 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1782 Remove "-face" suffix from face names.
1783 (eshell-ls-directory-face, eshell-ls-symlink-face)
1784 (eshell-ls-executable-face, eshell-ls-readonly-face)
1785 (eshell-ls-unreadable-face, eshell-ls-special-face)
1786 (eshell-ls-missing-face, eshell-ls-archive-face)
1787 (eshell-ls-backup-face, eshell-ls-product-face)
1788 (eshell-ls-clutter-face):
1789 New backward-compatibility aliases for renamed faces.
1790 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1791
1792 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1793 Remove "-face" suffix from face name.
1794 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1795 instead of literal face.
1796
1797 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1798
1799 * emacs-lisp/warnings.el (display-warning, lwarn)
1800 (warning-minimum-log-level): Doc fixes.
1801 (warning-minimum-level, warning-minimum-log-level):
1802 Add :debug to :type choices.
1803
1804 * progmodes/ada-mode.el (ada-format-paramlist)
1805 (ada-get-indent-case, ada-check-matching-start)
1806 (ada-check-defun-name, ada-goto-matching-decl-start)
1807 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1808 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1809 (ada-make-subprogram-body): Follow error conventions.
1810 (ada-case-exception-file, ada-indent-comment-as-code)
1811 (ada-indent-handle-comment-special, ada-indent-renames)
1812 (ada-indent-return, ada-search-directories-internal)
1813 (ada-tab-policy, ada-case-exception-substring)
1814 (ada-other-file-alist, ada-matching-start-re)
1815 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1816 (ada-imenu-generic-expression, ada-compile-goto-error)
1817 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1818 (ada-popup-menu, ada-add-extensions, ada-mode)
1819 (ada-region-selected, ada-create-case-exception)
1820 (ada-create-case-exception-substring, ada-after-keyword-p)
1821 (ada-activate-keys-for-case, ada-adjust-case-region)
1822 (ada-adjust-case-buffer, ada-format-paramlist)
1823 (ada-scan-paramlist, ada-insert-paramlist)
1824 (ada-indent-newline-indent)
1825 (ada-indent-newline-indent-conditional)
1826 (ada-justified-indent-current, ada-goto-previous-word)
1827 (ada-indent-current, ada-get-indent-open-paren)
1828 (ada-get-indent-paramlist, ada-get-indent-end)
1829 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1830 (ada-get-indent-block-start, ada-get-indent-subprog)
1831 (ada-get-indent-noindent, ada-get-indent-label)
1832 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1833 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1834 (ada-goto-stmt-end, ada-goto-next-word)
1835 (ada-check-matching-start, ada-check-defun-name)
1836 (ada-goto-matching-decl-start, ada-goto-matching-start)
1837 (ada-goto-matching-end, ada-search-ignore-string-comment)
1838 (ada-in-decl-p, ada-looking-at-semi-or)
1839 (ada-looking-at-semi-private, ada-in-paramlist-p)
1840 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1841 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1842 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1843 (ada-previous-package, ada-create-menu)
1844 (ada-fill-comment-paragraph-justify)
1845 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1846 (ada-other-file-name, ada-last-which-function-line)
1847 (ada-last-which-function-subprog, ada-which-function)
1848 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1849 (ada-gen-treat-proc, ada-check-emacs-version)
1850 (ada-continuation-indent, ada-align-region-separate):
1851 Fix typos in docstrings.
1852 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1853
1854 2005-06-16 Lute Kamstra <lute@gnu.org>
1855
1856 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1857 conditionally.
1858
1859 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1860
1861 * comint.el (comint-replace-by-expanded-filename)
1862 (comint-prompt-regexp, comint-delimiter-argument-list)
1863 (comint-preinput-scroll-to-bottom):
1864 * info.el (Info-hide-cookies-node):
1865 * ls-lisp.el (ls-lisp-classify):
1866 * find-file.el (ff-search-directories, ff-special-constructs)
1867 (ff-find-other-file):
1868 * font-lock.el (font-lock-keywords):
1869 * shell.el (shell-prompt-pattern)
1870 (shell-dynamic-complete-functions, shell-mode)
1871 (shell-delimiter-argument-list):
1872 * term.el (term-replace-by-expanded-filename)
1873 (term-prompt-regexp, term-delimiter-argument-list):
1874 * woman.el (woman-ignore, woman0-if):
1875 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1876 * emacs-lisp/elint.el (elint-init-env):
1877 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1878 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1879 * language/ethio-util.el (ethio-tilde-escape)
1880 (ethio-use-three-dot-question):
1881 * net/zone-mode.el (zone-mode-load-time-setup):
1882 * progmodes/cc-align.el (c-lineup-argcont):
1883 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1884 * progmodes/cperl-mode.el (cperl-set-style-back):
1885 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1886 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1887 Fix spellings in docstrings.
1888
1889 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1890 * progmodes/modula2.el (m2-for): Fix spellings.
1891
1892 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1893
1894 * simple.el (undo-more): Don't use `format' on `error' arguments.
1895 Improve argument/docstring consistency.
1896 (pending-undo-list): Doc fix.
1897
1898 * smerge-mode.el (smerge-ensure-match):
1899 * emulation/vip.el (vip-ex):
1900 * net/zone-mode.el (zone-mode-update-serial):
1901 * progmodes/idlwave.el (idlwave-complete):
1902 * progmodes/vhdl-mode.el (vhdl-visit-file)
1903 (vhdl-compose-wire-components):
1904 Don't use `format' on `error' arguments.
1905
1906 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1907 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1908 (tooltip-help-tips): Fix typos in docstrings.
1909
1910 2005-06-16 David Ponce <david@dponce.com>
1911
1912 * tree-widget.el (tree-widget-value-create): Simplify last change.
1913
1914 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1915
1916 * ido.el (ido-incomplete-regexp): New variable.
1917 (ido-set-matches-1): Handle invalid-regexp error and set
1918 ido-incomplete-regexp.
1919 (ido-incomplete-regexp): New face.
1920 (ido-completions): Use it.
1921 (ido-complete, ido-exit-minibuffer, ido-completions):
1922 Handle incomplete regexps.
1923 (ido-completions): Add check for complete match when entering a regexp.
1924
1925 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1926
1927 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1928
1929 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1930
1931 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1932 by field delimiters.
1933
1934 2005-06-15 David Ponce <david@dponce.com>
1935
1936 * tree-widget.el: eval-and-compile inlined functions so they will
1937 be available at run-time too.
1938 (tree-widget-super-format-handler)
1939 (tree-widget-format-handler): Remove.
1940 (tree-widget-value-create): Handle the :indent property.
1941
1942 2005-06-15 Miles Bader <miles@gnu.org>
1943
1944 * progmodes/which-func.el (which-func): Only inherit
1945 `font-lock-function-name-face' when that makes sense against the
1946 default mode-line face, otherwise set the face color explicitly.
1947
1948 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1949 faces instead of (non-existent) variables.
1950
1951 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1952
1953 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1954 (iswitchb-get-matched-buffers): Likewise. Simplify.
1955
1956 2005-06-14 Miles Bader <miles@gnu.org>
1957
1958 * progmodes/ld-script.el (ld-script-location-counter):
1959 Remove "-face" suffix from face name.
1960 (ld-script-location-counter-face):
1961 New backward-compatibility alias for renamed face.
1962 (ld-script-location-counter-face): Use renamed face.
1963
1964 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1965 (cperl-hash): Remove "-face" suffix from face names.
1966 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1967 New backward-compatibility aliases for renamed faces.
1968 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1969 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1970
1971 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1972 name.
1973 (which-func-face): New backward-compatibility alias for renamed face.
1974 (which-func-format): Use renamed which-func face.
1975
1976 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1977 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1978 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1979 names.
1980 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1981 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1982 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1983 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1984 (vhdl-speedbar-architecture-selected)
1985 (vhdl-speedbar-configuration-selected)
1986 (vhdl-speedbar-package-selected)
1987 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1988 names.
1989 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1990 Use renamed faces.
1991 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1992 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1993 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1994 Use renamed faces.
1995 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1996 names.
1997 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1998 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1999 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
2000 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
2001 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
2002 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
2003
2004 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
2005 face name.
2006 (sh-heredoc-face): New backward-compatibility alias for renamed face.
2007 (sh-heredoc-face): Use renamed sh-heredoc face.
2008
2009 * progmodes/idlw-help.el (idlwave-help-link):
2010 Remove "-face" suffix from face name.
2011 (idlwave-help-link-face):
2012 New backward-compatibility alias for renamed face.
2013 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
2014
2015 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
2016 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
2017 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
2018 New backward-compatibility aliases for renamed faces.
2019 (idlwave-shell-disabled-breakpoint-face)
2020 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
2021
2022 * progmodes/flymake.el (flymake-errline, flymake-warnline):
2023 Remove "-face" suffix from face names.
2024 (flymake-errline-face, flymake-warnline-face):
2025 New backward-compatibility aliases for renamed faces.
2026 (flymake-highlight-line): Use renamed flymake faces.
2027
2028 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
2029 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
2030 (ebrowse-member-class, ebrowse-progress):
2031 Remove "-face" suffix from face names.
2032 (ebrowse-tree-mark-face, ebrowse-root-class-face)
2033 (ebrowse-file-name-face, ebrowse-default-face)
2034 (ebrowse-member-attribute-face, ebrowse-member-class-face)
2035 (ebrowse-progress-face):
2036 New backward-compatibility aliases for renamed faces.
2037 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
2038 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
2039 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
2040 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
2041
2042 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
2043 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
2044 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
2045 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
2046 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
2047 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
2048 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
2049 New backward-compatibility aliases for renamed faces.
2050 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
2051 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
2052 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
2053 "font-lock-". Use renamed antlr-mode faces.
2054 (antlr-font-lock-additional-keywords): Use renamed faces.
2055 Replace literal face-names with face variable references.
2056
2057 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
2058 face name.
2059 (Buffer-menu-buffer-face): New backward-compatibility alias for
2060 renamed face.
2061 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
2062
2063 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
2064
2065 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
2066 Eliminate "-face" suffix.
2067 (makefile-targets): Inherit from font-lock-function-name-face and
2068 eliminate "-face" suffix.
2069 (makefile-shell): Remove attributes and eliminate "-face" suffix.
2070 (makefile-*-font-lock-keywords): Append makefile-targets in rule
2071 actions, instead of prepending, to make it less visible.
2072 (makefile-previous-dependency, makefile-match-dependency):
2073 Don't match a target on a continuation line.
2074
2075 * files.el (auto-mode-alist): Put Makefile in gmake mode.
2076
2077 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
2078
2079 * progmodes/gdb-ui.el (menu): Re-order menu items.
2080 (gdb-tooltip-print): Respect tooltip-use-echo-area.
2081
2082 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
2083 Define in tooltip.el.
2084 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
2085 (gud-tooltip-tips): Respect tooltip-use-echo-area and
2086 gud-tooltip-echo-area.
2087
2088 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
2089 backward compatibility and make obsolete.
2090 (tooltip-help-tips): Use tooltip-use-echo-area.
2091 (tooltip-show-help-function): Rename to...
2092 (tooltip-show-help): ...this, because it is a function.
2093 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
2094
2095 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
2096
2097 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
2098 (edebug-print-length, edebug-print-level, edebug-print-circle)
2099 (edebug-modify-breakpoint, edebug-eval-last-sexp)
2100 (edebug-eval-print-last-sexp): Doc fixes.
2101
2102 2005-06-14 Kim F. Storm <storm@cua.dk>
2103
2104 * ido.el (ido-mode): Make a new keymap every time we enable ido,
2105 as the coverage buffer/file/both may change.
2106
2107 2005-06-14 Lute Kamstra <lute@gnu.org>
2108
2109 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
2110 and run-mode-hooks. Simplify.
2111
2112 * mail/rmailedit.el (rmail-edit-mode):
2113 * progmodes/octave-inf.el (inferior-octave-mode):
2114 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
2115
2116 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
2117 and run-mode-hooks.
2118 (recentf-edit-list, recentf-open-files): Don't call
2119 kill-all-local-variables directly.
2120
2121 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
2122
2123 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
2124
2125 * emacs-lisp/byte-run.el (make-obsolete)
2126 (define-obsolete-function-alias): Rename arguments FUNCTION and
2127 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
2128 (make-obsolete-variable, define-obsolete-variable-alias):
2129 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
2130 respectively.
2131
2132 * isearchb.el (isearchb-activate):
2133 * pcvs.el (cvs-mode):
2134 * ses.el (ses-load):
2135 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
2136 * net/tramp.el (tramp-find-file-exists-command)
2137 (tramp-find-shell):
2138 * progmodes/ada-mode.el (ada-create-case-exception)
2139 (ada-create-case-exception-substring, ada-make-subprogram-body):
2140 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
2141 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
2142 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
2143 * textmodes/org.el (org-promote, org-evaluate-time-range)
2144 (org-agenda-next-date-line, org-agenda-previous-date-line)
2145 (org-agenda-error, org-open-at-point, org-table-move-row)
2146 (org-format-table-table-html-using-table-generate-source)
2147 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
2148 * textmodes/reftex.el (reftex-access-scan-info):
2149 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
2150 (reftex-toc-promote-prepare): Follow error conventions.
2151
2152 * diff-mode.el (diff-mode): Fix typo in docstring.
2153
2154 * forms.el (forms--intuit-from-file): Fix reference to
2155 `forms-number-of-fields' in error message.
2156 (forms-print): Fix quoting in error message.
2157
2158 * forms.el (forms-mode):
2159 * emulation/vi.el (vi-goto-insert-state):
2160 * progmodes/flymake.el (flymake-new-err-info)
2161 (flymake-start-syntax-check-for-current-buffer)
2162 (flymake-simple-cleanup):
2163 * eshell/esh-var.el (eshell/export):
2164 * progmodes/gud.el (xdb):
2165 * textmodes/flyspell.el (flyspell-incorrect-hook)
2166 (flyspell-maybe-correct-transposition)
2167 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2168
2169 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2170
2171 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2172 minibuffer prompt.
2173
2174 2005-06-13 Kim F. Storm <storm@cua.dk>
2175
2176 * subr.el (add-to-ordered-list): New defun.
2177
2178 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2179 add cua--keymap-alist to emulation-mode-map-alists.
2180
2181 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2182
2183 * subr.el (complete-in-turn): New macro.
2184 (dynamic-completion-table, lazy-completion-table): Add debug info.
2185
2186 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2187 in preference to face aliases.
2188
2189 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2190 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2191 Remove unused vars `start' and `firstline'.
2192 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2193 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2194
2195 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2196
2197 * cus-start.el (all): Don't complain about missing GTK-related
2198 variables, unless either `gtk' is boundp or this isn't a
2199 `windows-nt' build.
2200
2201 2005-06-13 Lute Kamstra <lute@gnu.org>
2202
2203 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2204 run-mode-hooks.
2205
2206 * ediff-mult.el (ediff-meta-mode):
2207 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2208
2209 * ledit.el (ledit-mode): Use delay-mode-hooks.
2210
2211 * woman.el (woman-mode-line-format): Delete constant.
2212 (woman-mode-map): Initialize it properly.
2213 (woman-mode): Set mode-class property to special.
2214 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2215 Set major-mode and mode-name. Don't set mode-line-format directly.
2216 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2217
2218 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2219 string argument obsolete.
2220
2221 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2222
2223 * textmodes/org.el (org-CUA-compatible): New option.
2224 (org-disputed-keys): New variable.
2225 (org-key): New function.
2226 (orgtbl-make-binding): Add docstring to the created function.
2227 (org-mode): Set paragraph start/separate regexps.
2228 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2229 (org-archive-location, org-archive-mark-done)
2230 (org-archive-stamp-time): New options.
2231 (org-archive-subtree): New command.
2232 (org-fill-paragraph): New function.
2233 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2234 (org-fake-empty-table-line): Function removed.
2235 (org-format-org-table-html): Do not create empty table lines at
2236 separator lines. Improved table header treatment.
2237 (org-link-format): New option.
2238 (org-make-link): New function.
2239 (org-insert-link, org-store-link): Use org-make-link.
2240 (org-open-file): Quote file name for shell command, to allow
2241 spaces in file names.
2242 (org-link-regexp): Fix bug with mailto link.
2243 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2244 New constants.
2245 (org-export-as-html): Deal with the optional angles around a link.
2246 Better treatment of file: links.
2247 (org-open-at-point): Replace @{ and @} with < and >.
2248 (org-run-mode-hooks): Function removed.
2249 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2250
2251 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2252
2253 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2254 MI command -data-list-register-values.
2255 (gdb-post-prompt): Indent properly.
2256
2257 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2258
2259 * hilit-chg.el (highlight-changes-colors): Rename from
2260 `highlight-changes-colours'.
2261 (highlight-changes-colours): Keep as obsolete alias.
2262 (highlight-changes-face-list): Doc fix.
2263 (hilit-chg-make-list): Use `highlight-changes-colors'.
2264
2265 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2266
2267 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2268 defun-prompt-regexp.
2269
2270 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2271
2272 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2273 and cygwin.
2274
2275 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2276 Don't use an old loaddefs.el, as in Makefile.in.
2277
2278 2005-06-12 Lute Kamstra <lute@gnu.org>
2279
2280 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2281
2282 * man.el (Man-mode-map): Initialize it properly.
2283 (Man-mode): Set mode-class property to special.
2284
2285 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2286
2287 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2288
2289 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2290 A newline is needed in the docstring there.
2291
2292 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2293 Doc fixes.
2294
2295 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2296
2297 * printing.el: Doc fix. The menubar is no more changed when printing
2298 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2299 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2300 (pr-version): New version number (6.8.4).
2301 (pr-menu-bind): New command.
2302 (pr-update-menus): Docstring and code fix.
2303 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2304 Docstring fix.
2305 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2306 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2307
2308 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2309
2310 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2311 "Returns" to "return", document useful return values, etc.
2312
2313 2005-06-11 Alan Mackenzie <acm@muc.de>
2314
2315 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2316 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2317 (adaptive-file-function): Minor amendment to doc-string.
2318
2319 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2320
2321 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2322 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2323 Fix :type--it is `integer', not `string'.
2324
2325 * faces.el (modeline-highlight): Rename from (the erroneous)
2326 `modeline-higilight'.
2327
2328 2005-06-11 Lute Kamstra <lute@gnu.org>
2329
2330 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2331 lisp-interaction-mode-map but make it the parent.
2332 (edebug-eval-mode): Use define-derived-mode.
2333
2334 2005-06-11 Andreas Schwab <schwab@suse.de>
2335
2336 * bindings.el: Add binding of `ESC functionkey' for every
2337 `M-functionkey'.
2338 * hexl.el (hexl-mode-map): Likewise.
2339
2340 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2341
2342 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2343 [msft]: update regexp for newer msft compilers.
2344
2345 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2346
2347 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2348 ATTLIST portions of included DTDs.
2349 (xml-parse-dtd): Eliminate use of inefficient match-data.
2350
2351 2005-06-10 Miles Bader <miles@gnu.org>
2352
2353 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2354 (mpuz-text): Remove "-face" suffix from face names.
2355 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2356 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2357 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2358
2359 * play/gomoku.el (gomoku-O, gomoku-X):
2360 Remove "-face" suffix from face names.
2361 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2362 New backward-compatibility aliases for renamed faces.
2363 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2364
2365 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2366
2367 * thumbs.el: Fixes for changes of 2005-06-09.
2368 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2369 as a directory.
2370 (thumbs-thumbname): Remove directory separator from format string;
2371 `thumbs-thumbsdir' now returns a valid directory name.
2372 (thumbs-temp-dir): New defsubst.
2373 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2374 Use it.
2375
2376 * cus-edit.el (minibuffer):
2377 * files.el (make-backup-file-name-function):
2378 * filesets.el (filesets-external-viewers):
2379 * hilit-chg.el (highlight-changes-colours)
2380 (highlight-changes-face-list, highlight-changes-rotate-faces):
2381 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2382 * kmacro.el (kmacro-call-macro):
2383 * log-edit.el (log-edit-changelog-full-paragraphs):
2384 * mouse.el (mouse-1-click-follows-link):
2385 * skeleton.el (skeleton-autowrap):
2386 * subr.el (insert-for-yank-1):
2387 * tempo.el (tempo-insert-region):
2388 * terminal.el (terminal-emulator):
2389 * time.el (display-time-mail-face):
2390 * vc.el (vc-annotate):
2391 * vcursor.el (vcursor-copy-line):
2392 * woman.el (woman-bold-headings, woman-ignore)
2393 (woman-default-faces, woman-monochrome-faces):
2394 * calendar/todo-mode.el (todo-insert-threshold):
2395 * emulation/pc-select.el (pc-select-selection-keys-only)
2396 (pc-selection-mode):
2397 * emulation/vip.el (vip-find-char-forward):
2398 * emulation/viper-cmd.el (viper-find-char-forward):
2399 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2400 (input-method-exit-on-invalid-key):
2401 * international/mule-diag.el (describe-coding-system):
2402 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2403 * net/browse-url.el (browse-url-xterm-program):
2404 * obsolete/lazy-lock.el (lazy-lock-mode):
2405 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2406 (cperl-mode):
2407 * progmodes/cpp.el (cpp-face-light-name-list)
2408 (cpp-face-dark-name-list):
2409 * progmodes/delphi.el (delphi-newline-always-indents):
2410 Fix spellings in docstrings.
2411
2412 * ido.el (ido-mode, ido-file-extensions-order)
2413 (ido-default-file-method, ido-default-buffer-method)
2414 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2415 (ido-decorations, ido-read-file-name-as-directory-commands)
2416 (ido-read-file-name-non-ido, ido-work-directory-list)
2417 (ido-ignore-item-temp-list, ido-current-directory)
2418 (ido-magic-forward-char, ido-enter-find-file)
2419 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2420 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2421
2422 2005-06-10 Lute Kamstra <lute@gnu.org>
2423
2424 * play/dunnet.el (dun-mode): Use define-derived-mode.
2425 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2426 obsolete alias.
2427
2428 * play/doctor.el (doctor-mode-map): Remove defvar.
2429 (doctor-mode): Use define-derived-mode.
2430
2431 * mail/mspools.el (mspools-mode):
2432 * net/eudc-hotlist.el (eudc-hotlist-mode):
2433 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2434
2435 2005-06-10 Miles Bader <miles@gnu.org>
2436
2437 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2438 Remove "-face" suffix from face names.
2439 (flyspell-incorrect-face, flyspell-duplicate-face):
2440 New backward-compatibility aliases for renamed faces.
2441 (flyspell-mode-on, make-flyspell-overlay)
2442 (flyspell-highlight-incorrect-region)
2443 (flyspell-highlight-duplicate-region)
2444 (flyspell-display-next-corrections)
2445 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2446
2447 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2448 from face name.
2449 (texinfo-heading-face): New backward-compatibility alias for
2450 renamed face.
2451 (texinfo-heading-face): Use renamed texinfo-heading face.
2452
2453 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2454 suffix from face names.
2455 (tex-math-face, tex-verbatim-face):
2456 New backward-compatibility aliases for renamed faces.
2457 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2458 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2459 literal face name.
2460
2461 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2462 name.
2463 (table-cell-face): New backward-compatibility alias for renamed face.
2464 (table--put-cell-face-property, table--update-cell-face):
2465 Use renamed table-cell face.
2466
2467 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2468 from face name.
2469 (sgml-namespace-face): New backward-compatibility alias for
2470 renamed face.
2471 (sgml-namespace-face): Use renamed sgml-namespace face.
2472
2473 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2474 (org-level-4, org-level-5, org-level-6, org-level-7)
2475 (org-level-8, org-warning, org-headline-done)
2476 (org-deadline-announce, org-scheduled-today)
2477 (org-scheduled-previously, org-link, org-done, org-table)
2478 (org-time-grid): Remove "-face" suffix from face names.
2479 (org-level-1-face, org-level-2-face, org-level-3-face)
2480 (org-level-4-face, org-level-5-face, org-level-6-face)
2481 (org-level-7-face, org-level-8-face, org-warning-face)
2482 (org-headline-done-face, org-deadline-announce-face)
2483 (org-scheduled-today-face, org-scheduled-previously-face)
2484 (org-link-face, org-done-face, org-table-face)
2485 (org-time-grid-face):
2486 New backward-compatibility aliases for renamed faces.
2487 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2488 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2489 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2490 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2491
2492 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2493 (viper-minibuffer-emacs, viper-minibuffer-insert)
2494 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2495 (viper-search-face, viper-replace-overlay-face)
2496 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2497 (viper-minibuffer-vi-face):
2498 New backward-compatibility aliases for renamed faces.
2499 (viper-search-face, viper-replace-overlay-face)
2500 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2501 (viper-minibuffer-vi-face): Use renamed viper faces.
2502
2503 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2504 Remove "-face" suffix from face names.
2505 (testcover-nohits-face, testcover-1value-face):
2506 New backward-compatibility aliases for renamed faces.
2507 (testcover-mark): Use renamed testcover faces.
2508
2509 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2510 face name.
2511 (diary-button-face): New backward-compatibility alias for renamed face.
2512 (diary-entry): Use renamed diary-button face.
2513
2514 * calendar/calendar.el (diary, calendar-today, holiday)
2515 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2516 (diary-face, calendar-today-face, holiday-face):
2517 New backward-compatibility aliases for renamed faces.
2518 (eval-after-load "facemenu", diary-entry-marker)
2519 (calendar-today-marker, calendar-holiday-marker, diary-face):
2520 Use renamed calendar faces.
2521
2522 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2523 (compare-windows-face): New backward-compatibility alias for
2524 renamed face.
2525 (compare-windows-highlight): Use renamed compare-windows face.
2526
2527 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2528 (strokes-char-face): New backward-compatibility alias for renamed face.
2529 (strokes-encode-buffer): Use renamed strokes-char face.
2530
2531 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2532 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2533 Remove "-face" suffix from face names.
2534 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2535 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2536 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2537 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2538 Use renamed pcvs faces.
2539 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2540 * pcvs-defs.el (cvs-mode-map): Likewise.
2541 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2542
2543 * info.el (info-title-1, info-title-2, info-title-3)
2544 (info-title-4): Remove "-face" suffix from and downcase face names.
2545 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2546 (Info-title-4-face):
2547 New backward-compatibility aliases for renamed faces.
2548 (Info-fontify-node): Use renamed info faces.
2549
2550 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2551 Remove "-face" suffix from face names.
2552 (highlight-changes-face, highlight-changes-delete-face):
2553 New backward-compatibility aliases for renamed faces.
2554 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2555 (hilit-chg-make-list): Use renamed highlight-changes faces.
2556
2557 * generic-x.el (show-tabs-tab, show-tabs-space):
2558 Remove "-face" suffix from face names.
2559 (show-tabs-tab-face, show-tabs-space-face):
2560 New backward-compatibility aliases for renamed faces.
2561 (show-tabs-generic-mode-font-lock-defaults-1)
2562 (show-tabs-generic-mode-font-lock-defaults-2):
2563 Use renamed show-tabs faces.
2564
2565 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2566 (smerge-markers): Remove "-face" suffix from face names.
2567 (smerge-mine-face, smerge-other-face, smerge-base-face)
2568 (smerge-markers-face):
2569 New backward-compatibility aliases for renamed faces.
2570 (smerge-mine-face, smerge-other-face, smerge-base-face)
2571 (smerge-markers-face): Use renamed smerge faces.
2572
2573 * log-view.el (log-view-file, log-view-message):
2574 Remove "-face" suffix from face names.
2575 (log-view-file-face, log-view-message-face):
2576 New backward-compatibility aliases for renamed faces.
2577 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2578
2579 * paren.el (show-paren-match, show-paren-mismatch):
2580 Remove "-face" suffix from face names.
2581 (show-paren-match-face, show-paren-mismatch-face):
2582 New backward-compatibility aliases for renamed faces.
2583 (show-paren-function): Use renamed show-paren faces.
2584
2585 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2586 (ruler-mode-margins, ruler-mode-fringes)
2587 (ruler-mode-column-number, ruler-mode-fill-column)
2588 (ruler-mode-comment-column, ruler-mode-goal-column)
2589 (ruler-mode-tab-stop, ruler-mode-current-column):
2590 Remove "-face" suffix from face names.
2591 (ruler-mode-default-face, ruler-mode-pad-face)
2592 (ruler-mode-margins-face, ruler-mode-fringes-face)
2593 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2594 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2595 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2596 New backward-compatibility aliases for renamed faces.
2597 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2598 (ruler-mode-column-number, ruler-mode-fill-column)
2599 (ruler-mode-comment-column, ruler-mode-goal-column)
2600 (ruler-mode-tab-stop, ruler-mode-current-column)
2601 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2602
2603 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2604 face name.
2605 (whitespace-highlight-the-space): Use renamed face.
2606 (whitespace-highlight-face): New backward-compatibility alias for
2607 renamed face.
2608
2609 * woman.el (woman-italic, woman-bold, woman-unknown)
2610 (woman-addition, woman-symbol-face):
2611 Remove "-face" suffix from face names.
2612 (woman-italic-face, woman-bold-face, woman-unknown-face)
2613 (woman-addition-face):
2614 New backward-compatibility aliases for renamed faces.
2615 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2616 (woman-decode-region, woman-replace-match)
2617 (woman-display-extended-fonts, woman-special-characters)
2618 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2619 Use renamed woman faces.
2620
2621 * longlines.el (longlines-visible-face): Face removed.
2622
2623 * diff-mode.el (diff-header, diff-file-header, diff-index)
2624 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2625 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2626 suffix from face names.
2627 (diff-header-face, diff-file-header-face, diff-index-face)
2628 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2629 (diff-changed-face, diff-function-face, diff-context-face)
2630 (diff-nonexistent-face): New backward-compatibility aliases for
2631 renamed faces.
2632 (diff-header-face, diff-file-header-face)
2633 (diff-index, diff-index-face, diff-hunk-header)
2634 (diff-hunk-header-face, diff-removed, diff-removed-face)
2635 (diff-added, diff-added-face, diff-changed-face, diff-function)
2636 (diff-function-face, diff-context-face, diff-nonexistent)
2637 (diff-nonexistent-face): Use renamed diff-mode faces.
2638
2639 * progmodes/compile.el (compilation-warning-face)
2640 (compilation-info-face): Remove "-face" suffix from face names.
2641 (compilation-warning-face, compilation-info-face):
2642 New backward-compatibility aliases for renamed faces.
2643 (compilation-warning-face, compilation-info-face):
2644 Use renamed compilation faces.
2645
2646 * add-log.el (change-log-date, change-log-name)
2647 (change-log-email, change-log-file, change-log-list)
2648 (change-log-conditionals, change-log-function)
2649 (change-log-acknowledgement): Remove "-face" suffix from face names.
2650 (change-log-date-face, change-log-name-face)
2651 (change-log-email-face, change-log-file-face)
2652 (change-log-list-face, change-log-conditionals-face)
2653 (change-log-function-face, change-log-acknowledgement-face):
2654 New backward-compatibility aliases for renamed faces.
2655 (change-log-font-lock-keywords): Use renamed change-log faces.
2656
2657 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2658 (custom-set, custom-changed, custom-saved, custom-button)
2659 (custom-button-pressed, custom-documentation, custom-state)
2660 (custom-comment, custom-comment-tag, custom-variable-tag)
2661 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2662 (custom-group-tag): Remove "-face" suffix from face names.
2663 (custom-magic-alist, custom-magic-value-create)
2664 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2665 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2666 (custom-set-face, custom-changed-face, custom-saved-face)
2667 (custom-button-face, custom-button-pressed-face)
2668 (custom-documentation-face, custom-state-face)
2669 (custom-comment-face, custom-comment-tag-face)
2670 (custom-variable-tag-face, custom-variable-button-face)
2671 (custom-face-tag-face, custom-group-tag-face-1)
2672 (custom-group-tag-face):
2673 New backward-compatibility aliases for renamed faces.
2674
2675 * wid-edit.el (widget-documentation, widget-button)
2676 (widget-field, widget-single-line-field, widget-inactive)
2677 (widget-button-pressed): "-face" suffix removed from face names.
2678 (widget-documentation-face, widget-button-face)
2679 (widget-field-face, widget-single-line-field-face)
2680 (widget-inactive-face, widget-button-pressed-face):
2681 New backward-compatibility aliases for renamed faces.
2682 (widget-documentation-face, widget-button-face)
2683 (widget-button-pressed-face, widget-specify-field)
2684 (widget-specify-inactive): Use renamed widget faces.
2685
2686 2005-06-10 Kenichi Handa <handa@m17n.org>
2687
2688 * term/x-win.el (x-clipboard-yank): Remove condition-case
2689 wrapping.
2690
2691 2005-06-11 Kenichi Handa <handa@m17n.org>
2692
2693 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2694 date lines stricter.
2695
2696 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2697
2698 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2699 of x-get-selection.
2700
2701 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2702
2703 * comint.el (comint-mode, comint-snapshot-last-prompt):
2704 * frame.el (frame-current-scroll-bars):
2705 * term.el (term-mode, term-check-proc, term-input-sender)
2706 (term-simple-send, term-extract-string, term-word)
2707 (term-match-partial-filename):
2708 * window.el (window-current-scroll-bars):
2709 * emulation/cua-base.el (cua-normal-cursor-color)
2710 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2711 (cua-global-mark-cursor-color):
2712 * mail/undigest.el (rmail-forward-separator-regex):
2713 Fix typos in docstrings.
2714
2715 * comint.el (comint-check-proc, make-comint-in-buffer)
2716 (comint-source-default): Doc fixes.
2717
2718 * term.el (term-send-string): Improve argument/docstring
2719 consistency.
2720
2721 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2722
2723 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2724 call to `delete-region'.
2725 (comint-mode-hook): Do not enable Font Lock by default.
2726
2727 2005-06-09 Lute Kamstra <lute@gnu.org>
2728
2729 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2730 could be void.
2731
2732 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2733
2734 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2735 (debug): Use it.
2736 (debugger-step-through, debugger-continue, debugger-jump)
2737 (debugger-return-value): Set it when needed.
2738 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2739 Use inhibit-read-only.
2740
2741 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2742
2743 * window.el (shrink-window-if-larger-than-buffer)
2744 (window-size-fixed): Fix typo in docstring.
2745
2746 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2747 thumbnails directory on loading.
2748 (thumbs-conversion-program): Use `eq' to check the system type,
2749 not `equal'.
2750 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2751 not "/tmp". Fix docstring.
2752 (thumbs-thumbsdir): New function to return the thumbnails
2753 directory, creating it if needed.
2754 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2755 (thumbs-temp-file): Delete variable and make it into a function.
2756 (thumbs-resize-image, thumbs-modify-image): Use it.
2757 (thumbs-kill-buffer): Simplify.
2758 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2759 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2760 docstrings.
2761
2762 2005-06-09 Kim F. Storm <storm@cua.dk>
2763
2764 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2765 set-match-data to free markers in match-data.
2766
2767 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2768 match-data to unchain markers in match-data.
2769
2770 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2771
2772 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2773 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2774 unnecessary now.
2775
2776 2005-06-08 Richard M. Stallman <rms@gnu.org>
2777
2778 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2779 give the variable a doc string that doesn't say don't set it directly.
2780
2781 * textmodes/ispell.el (ispell-check-version):
2782 Use match-string-no-properties.
2783 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2784 (ispell-buffer-local-words): Likewise.
2785
2786 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2787 except on terminals with enough colors to really display it.
2788 (makefile-dependency-regex): Delete spurious `bb'.
2789
2790 * faces.el (escape-glyph): Use blue once again in last case.
2791 (no-break-space): Redefine so that it isn't invisible on a tty.
2792
2793 2005-06-08 Kim F. Storm <storm@cua.dk>
2794
2795 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2796 also when reading directory name.
2797
2798 2005-06-08 Lute Kamstra <lute@gnu.org>
2799
2800 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2801 (flyspell-mode-line-string): Remove autoload cookie.
2802 (flyspell-mode): Remove defvar.
2803
2804 2005-06-07 Lute Kamstra <lute@gnu.org>
2805
2806 * textmodes/org.el (org-run-mode-hooks): New function.
2807 (org-agenda-mode): Use it.
2808
2809 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2810
2811 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2812
2813 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2814
2815 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2816
2817 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2818
2819 * font-lock.el (font-lock-add-keywords): Doc fix.
2820
2821 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2822
2823 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2824 (tex-compile-default): In the absence of any history, use the order in
2825 tex-compile-alist to choose the preferred command.
2826 (tex-compile-commands): Reorder a bit.
2827
2828 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2829 (flyspell-incorrect-face, flyspell-duplicate-face):
2830 Use (X)Emacs-agnostic code.
2831 (flyspell-mode-map): Don't overwrite at each load. Remove code
2832 redundant with the subsequent add-minor-mode. Merge Emacs and
2833 XEmacs code.
2834 (flyspell-word): Minor simplification.
2835 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2836 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2837 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2838 Merge the corresponding Emacs code.
2839 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2840
2841 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2842 a dedicated window.
2843
2844 * international/latexenc.el (latexenc-find-file-coding-system):
2845 Undo part of last patch, to turn off a compiler warning.
2846
2847 2005-06-06 Juri Linkov <juri@jurta.org>
2848
2849 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2850 Rename `tmm-inactive-face' to `tmm-inactive'.
2851
2852 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2853
2854 * iswitchb.el: Rename faces.
2855
2856 2005-06-06 Kim F. Storm <storm@cua.dk>
2857
2858 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2859 (cua-global-mark): Remove -face suffix from face names.
2860
2861 * emulation/cua-gmrk.el (cua--init-global-mark):
2862 Remove cua-global-mark face setup.
2863
2864 2005-06-06 Richard M. Stallman <rms@gnu.org>
2865
2866 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2867 just like other allowed characters.
2868 (makefile-match-dependency): Exclude leading and training whitespace
2869 from the range of regexp subexp 1.
2870 (makefile-macroassign-regex): Don't try to match the body,
2871 just the name of the macro being defined.
2872
2873 * info.el (Info-read-node-name-2): New function.
2874 (Info-read-node-name-1): Use that.
2875 Add a completion-base-size-function property.
2876
2877 * simple.el (completion-setup-function): Look for
2878 completion-base-size-function property of
2879 minibuffer-completion-table.
2880
2881 * files.el (locate-file-completion): Doc fix.
2882
2883 * printing.el: Don't call pr-update-menus; user must do that.
2884
2885 * emacs-lisp/debug.el (debugger-window): New variable.
2886 (debug): Use debugger-window if it is set and still alive.
2887 Record debugger-window for next entry.
2888
2889 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2890
2891 2005-06-06 Matthias F\e,Av\e(Brste <slashdevslashnull@gmx.net>
2892
2893 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2894 (hack-one-local-variable, hack-local-variables)
2895 (hack-local-variables-prop-line): Pass that arg.
2896
2897 2005-06-06 Kim F. Storm <storm@cua.dk>
2898
2899 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2900 (ido-indicator): Remove -face suffix from face names.
2901
2902 2005-06-06 Juri Linkov <juri@jurta.org>
2903
2904 * font-lock.el (font-lock-regexp-backslash)
2905 (font-lock-regexp-backslash-construct): New faces.
2906 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2907 after `('. Add `while-no-input' to control structures.
2908
2909 * faces.el (no-break-space, shadow): New faces.
2910 (escape-glyph): Use less loud colors pink2 and red4.
2911
2912 * diff-mode.el (diff-context-face)
2913 * dired.el (dired-ignored)
2914 * rfn-eshadow.el (file-name-shadow)
2915 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2916
2917 * info.el (Info-title-1-face): Use green instead of yellow because
2918 bold yellow is not readable on light backgrounds.
2919
2920 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2921 before selecting the desired mode to not spend time fontifying
2922 old contents.
2923
2924 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2925
2926 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2927 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2928
2929 * ps-print.el (ps-default-fg, ps-default-bg):
2930 Fix typos in docstrings.
2931
2932 * isearchb.el (isearchb): Don't pass a spurious second argument to
2933 `iswitchb-completions'.
2934
2935 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2936
2937 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2938 to preserve point.
2939 (gdb-find-file-hook): Add doc string.
2940
2941 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2942 C dereferenced pointer expression.
2943 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2944
2945 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2946
2947 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2948 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2949 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2950 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2951 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2952 Make background transparent.
2953
2954 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2955
2956 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2957 (font-lock-remove-keywords): Doc fix.
2958 (font-lock-mode-major-mode): Compiler defvar.
2959 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2960
2961 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2962 (font-lock-mode): Update `font-lock-mode-major-mode'.
2963 (font-lock-set-defaults): Compiler defvar.
2964 (font-lock-default-function): Take `font-lock-mode-major-mode'
2965 into account.
2966
2967 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2968 keep track of which major mode it enabled the minor mode for.
2969 Use find-file-hook again. Update docstring.
2970
2971 * simple.el (eval-expression-print-level)
2972 (eval-expression-print-length, eval-expression-debug-on-error):
2973 Doc fixes.
2974
2975 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2976
2977 * iswitchb.el (iswitchb-single-match-face)
2978 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2979 (iswitchb-invalid-regexp-face): New faces.
2980 (iswitchb-completions): Use them.
2981 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2982 now marked as an obsolete alias.
2983 (iswitchb-read-buffer): Remove check for bound font variables.
2984 (iswitchb-invalid-regexp): New free variable.
2985 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2986 set iswitchb-invalid-regexp.
2987 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2988 invalid regexps.
2989 (iswitchb-completions): Add check for complete match when entering
2990 a regexp.
2991 (iswitchb-completions): Remove require-match argument.
2992 (iswitchb-exhibit): Fix caller.
2993 (iswitchb-common-match-inserted): New variable.
2994 (iswitchb-complete, iswitchb-completion-help): Use it.
2995
2996 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2997
2998 * url-http.el (url-http-chunked-encoding-after-change-function):
2999 Use `url-http-debug' instead of `message'.
3000
3001 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
3002
3003 * url-http.el (url-http-parse-headers): Pass redirected URL as a
3004 callback argument.
3005
3006 2005-06-04 Kim F. Storm <storm@cua.dk>
3007
3008 * simple.el (line-move): Only call sit-for when moving backwards.
3009
3010 * ido.el (ido-make-merged-file-list-1): New defun split from
3011 ido-make-merged-file-list.
3012 (ido-make-merged-file-list): Bind throw-on-input around call to
3013 ido-make-merged-file-list-1. Return input-pending-p if
3014 interrupted by more input available.
3015 (ido-read-internal): Handle input-pending-p return value from
3016 ido-make-merged-file-list.
3017
3018 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
3019
3020 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
3021 compatibility code.
3022
3023 * international/latexenc.el (latexenc-find-file-coding-system):
3024 Don't inherit the EOL part of the coding-system from the
3025 tex-main buffer. Fit within 80 columns.
3026
3027 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
3028
3029 * tmm.el (tmm-inactive-face): New face.
3030 (tmm-remove-inactive-mouse-face): New function.
3031 (tmm-prompt, tmm-add-one-shortcut)
3032 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
3033 but not selectable.
3034
3035 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
3036
3037 * faces.el (face-equal): Improve argument/docstring consistency.
3038
3039 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
3040
3041 * progmodes/make-mode.el (makefile-targets-face)
3042 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
3043 (makefile-bsdmake-dependency-regex)
3044 (makefile-makepp-rule-action-regex)
3045 (makefile-bsdmake-rule-action-regex): New constants.
3046 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
3047
3048 * progmodes/compile.el (compilation-error-regexp-alist-alist):
3049 Allow (...) within `...' for makepp messages.
3050
3051 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
3052
3053 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
3054
3055 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
3056 "." files are deleted from all file lists before comparison.
3057
3058 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
3059 (viper-ESC-key): Made them customizable.
3060
3061 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
3062
3063 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
3064
3065 * autorevert.el (auto-revert-buffers): Use save-match-data.
3066
3067 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
3068
3069 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
3070 menu items with a nil command binding.
3071
3072 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
3073
3074 * emacs-lisp/cl-macs.el (defsetf):
3075 Improve argument/docstring consistency.
3076
3077 * faces.el (list-faces-display): Improve the formatting by
3078 computing the maximum length required for any face-name (reworked
3079 patch of 1999-01-11, accidentally deleted on 1999-07-21).
3080 (internal-find-face): Remove redundant info in docstring.
3081
3082 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
3083
3084 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
3085 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
3086 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
3087 (gdb-assembler-custom): Improve regexps.
3088 (def-gdb-auto-update-handler): Use window point to preserve point.
3089
3090 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
3091
3092 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
3093
3094 2005-05-31 Jay Belanger <belanger@truman.edu>
3095
3096 * calc/calc-embed.el (calc-embedded-word): Change argument passed
3097 to calc-embedded.
3098 (calc-embedded-make-info): Have plain prefix argument select
3099 entire line.
3100
3101 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
3102
3103 * faces.el (list-faces-display): Signal error if passed a regexp
3104 that matches no face name.
3105
3106 * simple.el (filter-buffer-substring): Fix typo in docstring.
3107
3108 2005-05-31 Richard M. Stallman <rms@gnu.org>
3109
3110 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
3111 (vhdl-emacs-21): Doc fix.
3112 (vhdl-mode): Unconditionally set comment-padding.
3113 (vhdl-fixup-whitespace-region): Insert spaces only where
3114 there are none.
3115 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
3116
3117 2005-05-30 John Wiegley <johnw@newartisans.com>
3118
3119 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
3120 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
3121 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
3122 `directory-sep-char' to ?/, and all uses of `string-to-int' to
3123 `string-to-number'.
3124
3125 2005-05-30 Jay Belanger <belanger@truman.edu>
3126
3127 * calc/calc.el (calc-bug-address): Fix docstring.
3128 (calc-window-hook, calc-trail-window-hook): New variables.
3129 (calc-trail-display): Restore use of calc-trail-window-hook.
3130 (calc): Restore use of calc-window-hook.
3131
3132 2005-05-31 Masatake YAMATO <jet@gyve.org>
3133
3134 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
3135
3136 * help-fns.el (help-C-file-name): Add autoload mark for
3137 `find-function-noselect'.
3138
3139 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
3140
3141 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
3142 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
3143
3144 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
3145
3146 * calendar/diary-lib.el (mark-included-diary-files): Only kill
3147 included diary buffer if it was not already being visited.
3148 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
3149
3150 * calendar/icalendar.el (top-level): Do not require 'appt.
3151
3152 * mail/supercite.el (sc-select-attribution): Only use a list
3153 element from sc-attrib-selection-list if it returns a string.
3154 Reported by Davide G. M. Salvetti <salve@debian.org>.
3155
3156 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3157
3158 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3159 includes a hash value to improve its uniqueness, and has a ".jpg"
3160 extension. Also, it is now a valid filename on all systems.
3161 (thumbs-make-thumb): Use `let', not `let*'.
3162 (thumbs-show-thumbs-list): Check for JPEG availability.
3163
3164 2005-05-30 Richard M. Stallman <rms@gnu.org>
3165
3166 * filesets.el (filesets-menu-ensure-use-cached):
3167 Prevent warning when emacs-version>= is undefined.
3168
3169 * printing.el (pr-interactive-n-up): Use string-to-number.
3170
3171 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3172
3173 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3174 Warn only when name to be defined is quoted.
3175
3176 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3177
3178 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3179 Make regexp more robust.
3180 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3181 Force regeneration of disassembly.
3182
3183 2005-05-29 Jay Belanger <belanger@truman.edu>
3184
3185 * calc/calc.el (calc-user-invocation): Check if
3186 calc-invocation-macro is non-nil.
3187
3188 2005-05-29 Juri Linkov <juri@jurta.org>
3189
3190 * add-log.el (change-log-font-lock-keywords):
3191 Add `+' to e-mail regexp to accept mail address with keywords.
3192
3193 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3194
3195 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3196
3197 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3198
3199 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3200
3201 2005-05-29 Richard M. Stallman <rms@gnu.org>
3202
3203 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3204 Undo the change that moves to end of the current word.
3205
3206 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3207
3208 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3209 Throw error when count <= 0 to ensure input is a number.
3210 (gdb-read-memory-custom): Pick up address from buffer.
3211 (gdb-memory-mode): Allow user to increment and decrement
3212 memory address from header line.
3213
3214 2005-05-29 Richard M. Stallman <rms@gnu.org>
3215
3216 * flyspell.el (flyspell-version): Function deleted.
3217 (flyspell-auto-correct-previous-hook): Doc fix.
3218
3219 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3220 Do nothing if memory is full.
3221
3222 * font-lock.el (font-lock-fontify-syntactically-region):
3223 Pass t for GREEDY to looking-back.
3224
3225 * saveplace.el (save-place-alist-to-file): Write the file
3226 using write-region.
3227
3228 * subr.el (looking-back): New argument GREEDY.
3229
3230 * progmodes/compile.el (compilation-start): Set the mode
3231 before inserting the initial text.
3232
3233 * progmodes/which-func.el (which-func-update-1): Turn the mode
3234 off in case of error by setting which-func-mode.
3235
3236 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3237
3238 * flyspell.el (flyspell-auto-correct-previous-word):
3239 Narrow down to what's on the screen, and recenter overlays
3240 at the end of the next word.
3241
3242 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3243
3244 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3245 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3246 (flyspell-abbrev-p): Default to nil.
3247 (flyspell-use-global-abbrev-table-p): Doc fix.
3248 (flyspell-large-region): Allow nil as value.
3249 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3250
3251 (mail-mode-flyspell-verify): More robust handling
3252 of `mail-header-separator'. More efficient signature detection.
3253 Allow for regexp metacharacters in message-header-separator.
3254 Adding `To' not to be checked in mail-mode-flyspell-verify.
3255
3256 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3257 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3258 Bind flyspell-auto-correct-binding.
3259 Bind C-. and C-, .
3260 (flyspell-mode-map): Likewise.
3261 (flyspell-mode): Doc fix.
3262 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3263 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3264 (flyspell-word-cache-result): New var, always local.
3265 (flyspell-check-pre-word-p): Doc fix.
3266 (flyspell-check-changed-word-p): Handle spc like newline.
3267 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3268 (flyspell-word-search-backward, flyspell-word-search-forward):
3269 New functions.
3270 (flyspell-word): Return t if nothing to check.
3271 When parsing TeX code, check for after } or \.
3272 Use flyspell-word-search-backward to find previous word.
3273 Return nil if duplicated word.
3274 For word already checked, return same value as last time.
3275 Set flyspell-word-cache-result after checking.
3276 Don't clobber the return value.
3277 (flyspell-get-word): Major rewrite.
3278 (flyspell-external-point-words): New locals pword, pcount.
3279 Fix size used in progress message.
3280 Find the proper corresponding word in flyspell-large-region-buffer.
3281 (flyspell-region): Check for flyspell-large-region = nil.
3282 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3283 (flyspell-auto-correct-word): Check that WORD is a cons.
3284 (flyspell-correct-word): Likewise.
3285
3286 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3287
3288 * progmodes/make-mode.el (makefile-rule-action-regex)
3289 (makefile-macroassign-regex, makefile-makepp-mode)
3290 (makefile-bsdmake-mode): Continuation lines may be empty.
3291 Reported by Joshua Varner.
3292 (makefile-makepp-font-lock-keywords): Add $(stem).
3293
3294 2005-05-28 Karl Berry <karl@gnu.org>
3295
3296 * textmodes/tex-mode.el: Now that tex-send-command calls
3297 shell-quote-argument (2005-03-31 change), remove all calls to
3298 shell-quote-argument; they all end up invoking tex-send-command.
3299 The double quoting loses on filenames with non-safe characters,
3300 such as "@". Reported by Frederik Fouvry.
3301
3302 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3303
3304 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3305 about preserving point.
3306
3307 2005-05-27 Jay Belanger <belanger@truman.edu>
3308
3309 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3310 Info-goto-node.
3311
3312 * calc/calc-embed.el (calc-embed-arg): New variable.
3313 (calc-do-embedded-activate, calc-embedded-activate-formula)
3314 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3315 variable by new variable.
3316 (calc-embedded-make-info): Replace undeclared variable by new
3317 variable. When selecting region with positive prefix
3318 argument, use end of previous line instead of beginning of line.
3319
3320 * calc/calc-aent.el (calc-arg-values): Declare it.
3321
3322 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3323 Declare them.
3324
3325 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3326
3327 * calc/calc.el (calc-alg-map): Declare it.
3328
3329 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3330
3331 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3332
3333 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3334 (gdb-registers-buffer, toggle-gdb-all-registers):
3335 Toggle display of floating point registers.
3336 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3337
3338 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3339 (toggle-gud-tooltip-dereference):
3340 Rename from gud-toggle-tooltip-dereference.
3341
3342 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3343
3344 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3345
3346 2005-05-27 Jay Belanger <belanger@truman.edu>
3347
3348 * calc/calc-prog.el (calc-kbd-report): Remove.
3349 (calc-kbd-query): Rewrite.
3350
3351 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3352
3353 * image.el (image-library-alist): Move to image.c.
3354 (image-type-available-p): Doc fix.
3355
3356 2005-05-27 Lute Kamstra <lute@gnu.org>
3357
3358 * calc/calc.el (calc):
3359 * outline.el (outline-1, outline-2, outline-3, outline-4)
3360 (outline-5, outline-6, outline-7, outline-8):
3361 * textmodes/dns-mode.el (dns-mode):
3362 * textmodes/sgml-mode.el (sgml-namespace-face):
3363 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3364 (tex-verbatim-face, tex-use-reftex):
3365 * textmodes/texinfo.el (texinfo-heading-face):
3366 Specify customization group.
3367
3368 * longlines.el: Don't require easy-mmode.
3369 (longlines-visible-face): Specify customization group.
3370
3371 2005-05-27 Kenichi Handa <handa@m17n.org>
3372
3373 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3374 encoding table of windows-1251.
3375
3376 * international/ucs-tables.el (ucs-set-table-for-input):
3377 If translation-table-for-input of a coding system is a symbol, get
3378 its translation-table property.
3379
3380 * international/code-pages.el: Don't register a coding system into
3381 non-iso-charset-alist more than once.
3382 (cp-make-coding-system): Likewise.
3383
3384 2005-05-26 John Wiegley <johnw@newartisans.com>
3385
3386 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3387 `eshell-resume-eval' is wrapped in a list, it indicates that the
3388 command was run asynchronously. In that case, unwrap the value
3389 before checking the delimiter value.
3390
3391 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3392 character before a space at the end of a line is \, assume the space
3393 is part of the last argument rather than a final argument separator.
3394
3395 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3396 is in use, and the target is `t' or `nil' (which are the most common
3397 values), don't assume that the symbol target is a buffer.
3398
3399 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3400
3401 * calendar/calendar.el (calendar-mode-line-format):
3402 Use mode-line-highlight as mouse-face.
3403
3404 * time.el (display-time-string-forms, display-time-update):
3405 Use mode-line-highlight as mouse-face.
3406
3407 2005-05-26 Jay Belanger <belanger@truman.edu>
3408
3409 * calc/calc.el (calc-language-alist): Remove extra defvar.
3410
3411 2005-05-26 Lute Kamstra <lute@gnu.org>
3412
3413 * arc-mode.el (archive-mode):
3414 * bookmark.el (bookmark-read-annotation-mode)
3415 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3416 * bs.el (bs-mode):
3417 * calc/calc-yank.el (calc-edit-mode):
3418 * calc/calc.el (calc-mode, calc-trail-mode):
3419 * calculator.el (calculator-mode):
3420 * chistory.el (command-history-mode):
3421 * comint.el:
3422 * cus-edit.el (custom-mode):
3423 * descr-text.el (describe-text-mode):
3424 * ebuff-menu.el (Electric-buffer-menu-mode):
3425 * ediff-util.el (ediff-mode):
3426 * emacs-lisp/re-builder.el (reb-mode):
3427 * emulation/vi.el (vi-mode-setup):
3428 * emulation/ws-mode.el (wordstar-mode):
3429 * eshell/esh-mode.el (eshell-mode):
3430 * forms.el (forms-mode):
3431 * help-mode.el (help-mode):
3432 * hexl.el (hexl-mode):
3433 * ibuffer.el (ibuffer-mode):
3434 * ielm.el (inferior-emacs-lisp-mode):
3435 * info.el (Info-mode, Info-edit-mode):
3436 * international/swedish.el:
3437 * ledit.el (ledit-from-lisp-mode):
3438 * locate.el (locate-mode):
3439 * mail/rmail.el (rmail-mode):
3440 * mail/rmailedit.el (rmail-edit-mode):
3441 * mail/rmailsum.el (rmail-summary-mode):
3442 * mail/supercite.el (sc-electric-mode):
3443 * net/eudc.el (eudc-mode):
3444 * net/quickurl.el (quickurl-list-mode):
3445 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3446 * obsolete/ooutline.el (outline-mode):
3447 * obsolete/options.el (Edit-options-mode):
3448 * obsolete/rnews.el (news-mode):
3449 * obsolete/rnewspost.el (news-reply-mode):
3450 * play/5x5.el (5x5-mode):
3451 * play/decipher.el (decipher-mode, decipher-stats-mode):
3452 * play/gomoku.el (gomoku-mode):
3453 * play/snake.el (snake-mode):
3454 * play/solitaire.el (solitaire-mode):
3455 * play/tetris.el (tetris-mode):
3456 * progmodes/ada-mode.el (ada-mode):
3457 * progmodes/antlr-mode.el (antlr-mode):
3458 * progmodes/autoconf.el (autoconf-mode):
3459 * progmodes/dcl-mode.el (dcl-mode):
3460 * progmodes/delphi.el (delphi-mode):
3461 * progmodes/ebrowse.el (ebrowse-tree-mode)
3462 (ebrowse-electric-list-mode, ebrowse-member-mode)
3463 (ebrowse-electric-position-mode):
3464 * progmodes/f90.el (f90-mode):
3465 * progmodes/fortran.el (fortran-mode):
3466 * progmodes/icon.el (icon-mode):
3467 * progmodes/idlw-help.el (idlwave-help-mode):
3468 * progmodes/idlw-shell.el (idlwave-shell-mode):
3469 * progmodes/idlwave.el (idlwave-mode):
3470 * progmodes/inf-lisp.el (inferior-lisp-mode):
3471 * progmodes/m4-mode.el (m4-mode):
3472 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3473 * progmodes/modula2.el (modula-2-mode):
3474 * progmodes/octave-inf.el (inferior-octave-mode):
3475 * progmodes/octave-mod.el (octave-mode):
3476 * progmodes/pascal.el (pascal-mode):
3477 * progmodes/sh-script.el (sh-mode):
3478 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3479 * progmodes/vhdl-mode.el (vhdl-mode):
3480 * progmodes/xscheme.el (scheme-interaction-mode):
3481 * replace.el (occur-mode):
3482 * ses.el (ses-mode):
3483 * simple.el (completion-list-mode):
3484 * skeleton.el:
3485 * speedbar.el (speedbar-mode):
3486 * term.el (term-mode):
3487 * terminal.el (terminal-edit-mode):
3488 * textmodes/reftex-index.el (reftex-index-mode)
3489 (reftex-index-phrases-mode):
3490 * textmodes/reftex-sel.el (reftex-select-label-mode)
3491 (reftex-select-bib-mode):
3492 * textmodes/reftex-toc.el (reftex-toc-mode):
3493 * wdired.el (wdired-change-to-wdired-mode):
3494 * wid-browse.el (widget-browse-mode):
3495 Use run-mode-hooks.
3496
3497 * array.el (array-mode):
3498 * calendar/todo-mode.el (todo-mode):
3499 * man.el (Man-mode):
3500 * play/landmark.el (lm-mode):
3501 * play/mpuz.el (mpuz-mode):
3502 Use kill-all-local-variables and run-mode-hooks.
3503
3504 * subr.el (delay-mode-hooks): Specify indentation.
3505
3506 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3507
3508 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3509
3510 2005-05-26 Jay Belanger <belanger@truman.edu>
3511
3512 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3513 of nil.
3514
3515 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3516
3517 * progmodes/gdb-ui.el (gdb-frame-address):
3518 Rename from gdb-current-address.
3519 (gdb-previous-frame-address): Rename from gdb-previous-address.
3520 (gdb-selected-frame): Rename from gdb-current-frame.
3521 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3522 (gdb-frame-number): Rename from gdb-current-stack-level.
3523 (gdb-ann3): Match new mode-name for disassembly buffer.
3524 Extend initialization of variables.
3525 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3526 (gdb-memory-mode): Use mouse-face in header line.
3527 (gdb-assembler-buffer-name): Call it disassembly and give frame
3528 in mode line.
3529 (gdb-source-spec-regexp, gdb-assembler-custom)
3530 (gdb-invalidate-assembler, gdb-frame-handler):
3531 Make robust to leading zeroes in address format.
3532
3533 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3534
3535 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3536 define `org-mode'.
3537 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3538
3539 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3540
3541 * log-edit.el (log-edit-changelog-entries): Distinguish between
3542 filenames like xfns.c and fns.c.
3543
3544 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3545
3546 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3547 point after reverting.
3548 (Buffer-menu-make-sort-button): Handle the case where
3549 `Buffer-menu-use-header-line' is nil.
3550
3551 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3552
3553 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3554 New funcs. In minibuffer-local-completion-map bind `]', `/'
3555 and `:' to them.
3556
3557 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3558
3559 * startup.el (normal-top-level): Allow modification of load-path while
3560 we're iterating over it.
3561
3562 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3563
3564 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3565 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3566 (thumbs-resize-interactive, thumbs-insert-image)
3567 (thumbs-insert-thumb, thumbs-dired-show-marked)
3568 (thumbs-find-image-at-point, thumbs-delete-images)
3569 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3570 (thumbs-increment-image-size, thumbs-decrement-image-size):
3571 Fix typos in docstrings.
3572
3573 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3574
3575 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3576 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3577 (cperl-mode): Use them.
3578
3579 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3580
3581 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3582 Doc fixes.
3583
3584 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3585
3586 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3587 Bind C-d to gdb-inferior-io-eof.
3588
3589 * dired.el (dired-dnd-popup-notice): Use message-box.
3590
3591 2005-05-23 Masatake YAMATO <jet@gyve.org>
3592
3593 * bindings.el (mode-line-major-mode-keymap):
3594 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3595
3596 * faces.el (mode-line-highlight): New face.
3597
3598 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3599 as mouse-face.
3600
3601 * bindings.el (top-level, help-echo, mode-line-modified)
3602 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3603 as mouse-face.
3604
3605 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3606
3607 * progmodes/cc-engine.el (c-guess-basic-syntax):
3608 Remove spurious call to `zerop'.
3609
3610 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3611
3612 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3613
3614 CC Mode update to 5.30.10:
3615
3616 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3617 could go past the limit in decoration level 2, thereby causing
3618 errors during interactive fontification.
3619
3620 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3621 the file is evaluated interactively.
3622
3623 * cc-engine.el (c-guess-basic-syntax): Handle operator
3624 declarations somewhat better in C++.
3625
3626 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3627 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3628 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3629 (awk-mode): Use it.
3630 (make-local-hook): Suppress warning about obsoleteness.
3631
3632 * cc-engine.el, cc-align.el, cc-cmds.el
3633 (c-append-backslashes-forward, c-delete-backslashes-forward)
3634 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3635 Compensate for return value from `forward-line' when it has moved
3636 but not to a different line due to eob.
3637
3638 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3639 `objc-method-intro' and `objc-method-args-cont'.
3640
3641 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3642
3643 CC Mode update to 5.30.10:
3644
3645 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3646 in the copyright statement. Incidentally, change "along with GNU
3647 Emacs" to "along with this program" where it occurs.
3648
3649 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3650 so that it is interactive, hence can be found by M-x awk-mode
3651 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3652 <gmorris+emacs@ast.cam.ac.uk>.
3653
3654 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3655 Mode's regexps.
3656
3657 2005-05-23 Kevin Ryde <user42@zip.com.au>
3658
3659 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3660 c-parse-state, to avoid a lisp error (on bad code).
3661
3662 2005-05-23 Lute Kamstra <lute@gnu.org>
3663
3664 * subr.el (font-lock-defaults): Remove defvar as it's already
3665 defined in font-core.el.
3666
3667 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3668
3669 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3670
3671 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3672 more general and work when GDB variable "print pretty" is on,
3673 as with Emacs, for example.
3674
3675 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3676
3677 * font-core.el: Update comment.
3678
3679 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3680 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3681
3682 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3683
3684 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3685
3686 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3687 and `yank-handler' in the doc strings.
3688
3689 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3690
3691 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3692
3693 2005-05-22 Richard M. Stallman <rms@gnu.org>
3694
3695 * help.el (describe-key): Move print-help-return-message call
3696 out of conditional.
3697
3698 * progmodes/etags.el (list-tags): Use with-no-warnings.
3699
3700 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3701 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3702 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3703
3704 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3705
3706 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3707 Add defvar.
3708
3709 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3710 Use defvar, not defconst.
3711
3712 * hexl.el (hexl-follow-line): Use with-no-warnings.
3713
3714 * emulation/tpu-extras.el: Use write-file-functions instead of
3715 write-file-hooks.
3716
3717 * dired.el (dired-font-lock-keywords): Fontify files with junk
3718 extensions even if marked by -F.
3719
3720 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3721
3722 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3723 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3724 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3725 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3726 (concatenate, list-length, get*, getf, cl-remprop):
3727 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3728 (etypecase, progv, lexical-let, lexical-let*)
3729 (multiple-value-bind, multiple-value-setq, shiftf):
3730 Improve argument/docstring consistency.
3731
3732 * subr.el (focus-frame, unfocus-frame):
3733 Revert deletion on 2005-05-01.
3734
3735 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3736
3737 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3738 doesn't exist.
3739
3740 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3741 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3742
3743 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3744
3745 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3746 already deleted variables: auto-fill-hook, blink-paren-hook,
3747 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3748 suspend-hooks, comment-indent-hook, meta-flag,
3749 before-change-function, after-change-function,
3750 font-lock-doc-string-face.
3751
3752 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3753
3754 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3755
3756 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3757
3758 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3759 rmail-dont-reply-to.
3760
3761 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3762
3763 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3764 literal blank when splitting new-header-values.
3765
3766 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3767
3768 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3769 string so that tmm doesn't create a completion entry for it.
3770
3771 * textmodes/table.el (table-disable-menu): Ditto.
3772
3773 2005-05-21 Richard M. Stallman <rms@gnu.org>
3774
3775 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3776
3777 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3778
3779 * net/rcompile.el (remote-compile): Use compilation-start.
3780
3781 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3782
3783 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3784
3785 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3786 Default to makefile-bsdmake-mode on BSD systems.
3787
3788 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3789 REGEXP may also be a search function now. The part of doc-string
3790 for describing the structure was 95% identical to that of
3791 `imenu--generic-function'. Unify it there.
3792
3793 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3794 Use function to find dependencies, because regexp alone is so complex,
3795 it easily goes into an endless loop.
3796 (makefile-makepp-mode): Also add submenu for Perl functions
3797 defined in the makefile.
3798 (makefile-bsdmake-mode): Special imenu-generic-expression no
3799 longer needed, due to function call.
3800 (makefile-match-dependency): Take BOUND into account when checking
3801 if we're through.
3802
3803 2005-05-20 Jay Belanger <belanger@truman.edu>
3804
3805 * calc/calc-units.el (calc-invalidate-units-table):
3806 Use inhibit-read-only.
3807 (math-build-units-table-buffer): Use view-mode.
3808
3809 2005-05-20 David Kastrup <dak@gnu.org>
3810
3811 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3812 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3813
3814 2005-05-20 Lute Kamstra <lute@gnu.org>
3815
3816 * diff-mode.el (diff-header-face, diff-file-header-face)
3817 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3818 (diff-added-face, diff-changed-face, diff-function-face)
3819 (diff-context-face, diff-nonexistent-face): Put them in the
3820 diff-mode customization group.
3821
3822 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3823
3824 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3825
3826 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3827
3828 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3829 Minor regexp-optimization.
3830
3831 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3832
3833 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3834 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3835 (org-agenda-add-time-grid-maybe): New function.
3836 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3837 (org-table-create): `dotimes' instead of `mapcar'.
3838 (org-xor): Simplify implementation.
3839 (org-agenda): `inhibit-redisplay' turned on.
3840 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3841 a consistent line after a state change.
3842 (org-agenda-remove-times-when-in-prefix): New option.
3843 (org-prefix-has-time): New variable.
3844 (org-parse-time-string): Optional argument NODEFAULT.
3845 (org-format-agenda-item): Parse items for time-of-day
3846 specifications and move these into the prefix if possible.
3847 (org-agenda-priority): Get current heading, not previous heading
3848 during agenda remote editing.
3849
3850 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3851
3852 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3853 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3854 (remove-duplicates, delete-duplicates, substitute)
3855 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3856 (nsubstitute-if-not, find, find-if, find-if-not, position)
3857 (position-if, position-if-not, count, count-if, count-if-not)
3858 (mismatch, search, sort*, stable-sort, merge, member*)
3859 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3860 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3861 (intersection, nintersection, set-difference, nset-difference)
3862 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3863 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3864 (nsublis, tree-equal): Improve argument/docstring consistency.
3865
3866 * subr.el (send-string, send-region):
3867 Remove obsolescence declaration.
3868 (window-dot, set-window-dot, read-input, show-buffer)
3869 (eval-current-buffer, string-to-int):
3870 Add release number to obsolescence declarations.
3871
3872 2005-05-19 Kim F. Storm <storm@cua.dk>
3873
3874 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3875 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3876
3877 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3878
3879 * faces.el (list-faces-display): Make back button respect optional
3880 regexp arg.
3881
3882 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3883
3884 * calculator.el (calculator-radix-grouping-mode)
3885 (calculator-radix-grouping-digits, calculator-displayer)
3886 (calculator-radix-grouping-separator, calculator-copy-displayer):
3887 * dabbrev.el (dabbrev-search-these-buffers-only):
3888 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3889 (diff-advance-after-apply-hunk, diff-mode-hook)
3890 (diff-minor-mode-prefix):
3891 * imenu.el (imenu-use-popup-menu):
3892 * jit-lock.el (jit-lock-context-time):
3893 * newcomment.el (comment-fill-column, comment-column)
3894 (comment-style, comment-padding, comment-multi-line)
3895 (comment-empty-lines, comment-auto-fill-only-comments):
3896 * reveal.el (reveal-around-mark):
3897 * uniquify.el (uniquify-buffer-name-style)
3898 (uniquify-after-kill-buffer-p)
3899 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3900 (uniquify-min-dir-content, uniquify-separator)
3901 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3902 * w32-vars.el (w32-fixed-font-alist):
3903 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3904 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3905 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3906 * progmodes/perl-mode.el (perl-indent-level)
3907 (perl-continued-statement-offset, perl-continued-brace-offset)
3908 (perl-brace-offset, perl-brace-imaginary-offset)
3909 (perl-label-offset, perl-indent-continued-arguments)
3910 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3911 * progmodes/tcl.el (tcl-indent-level)
3912 (tcl-continued-indent-level, tcl-auto-newline)
3913 (tcl-tab-always-indent, tcl-electric-hash-style)
3914 (tcl-help-directory-list, tcl-use-smart-word-finder)
3915 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3916 (inferior-tcl-source-command):
3917 * textmodes/fill.el (enable-kinsoku):
3918 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3919 * textmodes/table.el (table-yank-handler):
3920 Specify missing group (and type, if simple) in defcustom.
3921
3922 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3923
3924 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3925
3926 2005-05-19 Richard M. Stallman <rms@gnu.org>
3927
3928 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3929
3930 * subr.el (event-basic-type): Don't get an error.
3931 (left-fringe-p): Function deleted.
3932
3933 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3934 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3935
3936 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3937 in recursive copy.
3938
3939 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3940
3941 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3942
3943 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3944 Call byte-compile-nogroup-warn if appropriate.
3945
3946 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3947 (compilation-set-window): Don't call left-fringe-p; do it directly.
3948
3949 2005-05-19 Jay Belanger <belanger@truman.edu>
3950
3951 * calc/calc-graph.el (calc-graph-format-data): Make sure
3952 var-PlotRejects is bound before trying to check its value.
3953
3954 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3955
3956 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3957 definition of this variable from reftex-global.el to reftex.el,
3958 because it is needed in the menu.
3959
3960 2005-05-19 Lute Kamstra <lute@gnu.org>
3961
3962 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3963 years are fixed. Don't insert a space after a dash.
3964
3965 2005-05-19 Kim F. Storm <storm@cua.dk>
3966
3967 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3968
3969 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3970
3971 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3972 strings, because (eq ... ?\\) is fairly frequent.
3973
3974 * progmodes/make-mode.el (makefile-add-this-line-targets):
3975 Simplify and integrate into `makefile-pickup-targets'.
3976 (makefile-add-this-line-macro): Simplify and integrate into
3977 `makefile-pickup-macros.
3978 (makefile-pickup-filenames-as-targets): Simplify.
3979 (makefile-previous-dependency, makefile-match-dependency):
3980 Don't stumble over `::'.
3981
3982 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3983
3984 * subr.el (post-command-idle-hook, post-command-idle-delay):
3985 Remove obsoletion of post-command-idle-hook and
3986 post-command-idle-delay.
3987
3988 * faces.el (list-faces-display): Provide button when describe-face
3989 is called to take user back to the list of faces.
3990
3991 * help-fns.el (describe-variable): Remove hyperlinks in a
3992 variable's value as these are quite frequently inappropriate.
3993
3994 * follow.el (follow-submit-feedback, follow-mode):
3995 Remove references to post-command-idle-hook.
3996
3997 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3998
3999 * progmodes/make-mode.el (makefile-previous-dependency)
4000 (makefile-match-dependency): Check for := (and in bsd mode also
4001 !=) to give a better result, even when font-lock is not on.
4002
4003 2005-05-18 Jay Belanger <belanger@truman.edu>
4004
4005 * calc/calc-help.el (calc-s-prefix-help):
4006 Add `calc-copy-special-constant' to help string.
4007
4008 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
4009
4010 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
4011
4012 2005-05-18 Jay Belanger <belanger@truman.edu>
4013
4014 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
4015 in linear factors are in proper order.
4016
4017 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
4018
4019 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
4020 Support for jurabib.
4021
4022 * textmodes/reftex.el (featurep): Define aliases for overlay
4023 commands, for XEmacs compatibility, and use these aliases in
4024 overlay initializations.
4025 (reftex-highlight): Use `reftex-move-overlay'.
4026 (reftex-unhighlight): Use `reftex-delete-overlay'.
4027 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
4028 (reftex-access-search-path): Use `reftex-uniquify' instead of
4029 `reftex-uniq'
4030
4031 * textmodes/reftex-sel.el (reftex-select-unmark):
4032 Overlay `before-string' property modification enables for Emacs as well.
4033 (reftex-select-item): Use `reftex-delete-overlay'.
4034 (reftex-select-mark): Use `reftex-make-overlay' and
4035 `reftex-overlay-put'.
4036 (reftex-select-unmark): Use `reftex-delete-overlay' and
4037 `reftex-overlay-put'.
4038
4039 2005-05-18 Lute Kamstra <lute@gnu.org>
4040
4041 * emacs-lisp/lisp.el (check-parens): Fix docstring.
4042
4043 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
4044
4045 * add-log.el (add-change-log-entry):
4046 * array.el (array-make-template, array-reconfigure-rows)
4047 (array-init-max-row, array-init-max-column)
4048 (array-init-columns-per-line, array-init-field-width):
4049 * replace.el (replace-match-maybe-edit, perform-replace):
4050 * textmodes/spell.el (spell-region):
4051 Replace `read-input' by `read-string'.
4052
4053 * forms.el (forms-mode):
4054 * finder.el (finder-compile-keywords):
4055 * shadowfile.el (shadow-read-files):
4056 Replace `eval-current-buffer' by `eval-buffer'.
4057
4058 * terminal.el (te-pass-through):
4059 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
4060 (ange-ftp-raw-send-cmd):
4061 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
4062 (send-process-next-char, telnet-initial-filter, telnet):
4063 Replace `send-string' by `process-send-string'.
4064
4065 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
4066 (prolog-consult-region): Replace `send-string' by
4067 `process-send-string'; replace `send-region' by `process-send-region'.
4068
4069 * progmodes/delphi.el (delphi-log-msg):
4070 Replace `set-window-dot' by `set-window-point'.
4071
4072 * subr.el (window-dot, set-window-dot, read-input, send-string)
4073 (send-region, show-buffer, eval-current-buffer):
4074 Make really obsolete, as the comment says.
4075
4076 2005-05-17 Kim F. Storm <storm@cua.dk>
4077
4078 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
4079 (cua--init-keymaps): Bind C-return instead of S-return to set
4080 rectangle mark.
4081
4082 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
4083 instead of S-return to toggle/clear rectangle mark.
4084
4085 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
4086
4087 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
4088 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
4089 Also fontify plain strings assigned to variables, mostly so that a
4090 colon has a face and is thus not taken as a dependency separator.
4091 (makefile-previous-dependency): Inline the new matcher, because it
4092 is too complex to work in both directions.
4093 (makefile-match-dependency): Eliminate `backward' arg (see above).
4094 Completely reimplemented so as to not sometimes go into an endless
4095 loop. It should also be more efficient, because first it only
4096 searches for `:', instead of applying the very complex regexp.
4097 (makefile-mode): Cancel `font-lock-support-mode', because blocks
4098 to be fontified in one piece can be too long for JIT.
4099 Makefiles are never *that* big.
4100
4101 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
4102
4103 * dired.el (dired-mode): Simplify.
4104
4105 2005-05-17 Lute Kamstra <lute@gnu.org>
4106
4107 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
4108 defcustom for the mode hook variable.
4109
4110 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
4111 Emacs Lisp Reference Manual.
4112
4113 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
4114
4115 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
4116 (evenp, list*):
4117 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
4118 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
4119
4120 * net/tramp-smb.el (tramp-smb-open-connection):
4121 Pass `tramp-chunksize' as fifth (required) argument.
4122
4123 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
4124
4125 * font-lock.el (lisp-font-lock-keywords-1):
4126 Set `font-lock-negation-char-face' for [^...] char group.
4127 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
4128
4129 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
4130 a var, and refine it to mask one more level of nested vars.
4131 (makefile-rule-action-regex): Turn it into a var, and refine it so
4132 it recognizes backslashed continuation lines as belonging to the
4133 same command.
4134 (makefile-macroassign-regex): Refine it so it recognizes
4135 backslashed continuation lines as belonging to the same command.
4136 (makefile-var-use-regex): Don't look at the next char, because it
4137 might be the same one to be skipped by the initial [^$], leading
4138 to an overlooked variable use.
4139 (makefile-make-font-lock-keywords): Remove two parameters, which
4140 are now variables that some of the modes set locally.
4141 Handle dependency and rule action matching through functions, because
4142 regexps alone match too often. Dependency matching now comes
4143 last, so it can check, whether a colon already matched something else.
4144 (makefile-mode): Inform that font-lock improves makefile parsing
4145 capabilities.
4146 (makefile-match-dependency, makefile-match-action): New functions.
4147
4148 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
4149
4150 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4151
4152 * align.el (align-regexp):
4153 * ansi-color.el (ansi-color-get-face):
4154 * array.el (array-reconfigure-rows, array-init-max-row)
4155 (array-init-max-column, array-init-columns-per-line)
4156 (array-init-field-width):
4157 * dired-aux.el (dired-trample-file-versions):
4158 * dired-x.el (dired-mark-sexp):
4159 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4160 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4161 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4162 * faces.el (face-read-integer):
4163 * files.el (backup-extract-version, insert-directory):
4164 * hexl.el (hexl-insert-decimal-char):
4165 * server.el (server-process-filter):
4166 * shell.el (shell-extract-num):
4167 * startup.el (command-line-1):
4168 * term.el (term-command-hook):
4169 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4170 (time-stamp-do-number):
4171 * time.el (display-time-update):
4172 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4173 (timezone-fix-time):
4174 * vms-patch.el (vms-suspend-resume-hook):
4175 * calendar/appt.el (appt-convert-time):
4176 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4177 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4178 * calendar/cal-islam.el (mark-islamic-diary-entries):
4179 * calendar/calendar.el (calendar-cursor-to-date)
4180 (calendar-star-date):
4181 * calendar/diary-lib.el (diary-attrtype-convert)
4182 (mark-diary-entries, diary-entry-time):
4183 * calendar/solar.el (solar-get-number):
4184 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4185 * emacs-lisp/re-builder.el (reb-display-subexp):
4186 * emulation/edt.el (edt-set-scroll-margins):
4187 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4188 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4189 (vip-get-ex-count):
4190 * emulation/viper-ex.el (viper-get-ex-token)
4191 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4192 * international/fontset.el (fontset-plain-name):
4193 * mail/feedmail.el (feedmail-look-at-queue-directory):
4194 * mail/mailalias.el (mail-get-names):
4195 * mail/rmail.el (rmail-convert-to-babyl-format):
4196 * mail/rmailsum.el (rmail-make-basic-summary-line)
4197 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4198 (rmail-summary-goto-msg):
4199 * mail/smtpmail.el (smtpmail-read-response):
4200 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4201 (ange-ftp-vms-add-file-entry):
4202 * play/gametree.el (gametree-looking-at-ply)
4203 (gametree-current-branch-score):
4204 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4205 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4206 * progmodes/cperl-mode.el (condition-case):
4207 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4208 (ebrowse-set-member-buffer-column-width)
4209 (ebrowse-select-1st-to-9nth):
4210 * progmodes/etags.el (etags-snarf-tag):
4211 * progmodes/flymake.el (flymake-parse-line):
4212 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4213 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4214 (idlwave-shell-menu-def):
4215 * progmodes/ps-mode.el (ps-run-goto-error):
4216 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4217 (vhdl-speedbar-contract-level):
4218 * term/mac-win.el (x-handle-numeric-switch):
4219 * term/sun-mouse.el (sun-get-frame-data):
4220 * term/w32-win.el (x-handle-numeric-switch):
4221 * term/x-win.el (x-handle-numeric-switch):
4222 * textmodes/ispell.el (ispell-parse-output):
4223 * textmodes/nroff-mode.el (nroff-outline-level):
4224 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4225 (reftex-bib-sort-year-reverse, reftex-format-citation):
4226 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4227 (reftex-section-number):
4228 * textmodes/texinfmt.el (texinfo-paragraphindent):
4229 Replace `string-to-int' by `string-to-number'.
4230
4231 * international/latexenc.el: Add page marker to force the "Local
4232 Variables:" string out of the last page.
4233
4234 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4235
4236 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4237 tooltip-change-major-mode.
4238 (gud-tooltip-print-command): Remove case where gud-minor-mode
4239 is gdb ("--fullname").
4240 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4241 explain to user.
4242
4243 2005-05-16 Jay Belanger <belanger@truman.edu>
4244
4245 * calc/calc-store.el (calc-copy-special-constant): New function.
4246
4247 * calc/calc-ext.el (calc-init-extensions): Add binding for
4248 `calc-copy-special-constant'.
4249
4250 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4251 for the `calc-copy-special-constant' command.
4252
4253 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4254
4255 * subr.el (left-fringe-p): New function.
4256
4257 * progmodes/compile.el (compilation-setup): Set local value of
4258 overlay-arrow-string to "" always.
4259 (compilation-set-window): Left fringe then don't scroll.
4260 No left fringe then no arrow and scroll message to top.
4261 (compilation-context-lines): Adjust doc string accordingly.
4262
4263 2005-05-16 Kim F. Storm <storm@cua.dk>
4264
4265 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4266 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4267 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4268 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4269 (ido-read-file-name): Handle commands with ido property value
4270 equal to find-file as reading a file name, to allow C-d to enter dired.
4271 (ibuffer-find-file): Add ido property with value find-file.
4272
4273 2005-05-15 Kim F. Storm <storm@cua.dk>
4274
4275 * subr.el (open-network-stream-nowait): Remove.
4276 (open-network-stream-server): Remove.
4277
4278 2005-05-15 Richard M. Stallman <rms@gnu.org>
4279
4280 * faces.el (describe-face): Output a definition link button.
4281
4282 * help-mode.el (help-face-def): New button type.
4283
4284 * emacs-lisp/copyright.el (copyright-fix-years):
4285 Match properly if the first year is 2-digit.
4286 Don't mess up the whitespace after the years by filling.
4287
4288 * dired-aux.el (dired-mark-confirm):
4289 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4290
4291 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4292 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4293 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4294
4295 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4296 Set font-lock-comment-start-skip.
4297
4298 * font-lock.el (font-lock-comment-start-skip): New variable.
4299 (font-lock-comment-end-skip): New variable.
4300 (font-lock-fontify-syntactically-region): Use them if non-nil.
4301
4302 2005-05-15 Jay Belanger <belanger@truman.edu>
4303
4304 * calc/calc-store.el (calc-store-value): Return a string rather
4305 than display it as a message.
4306 Use calc-var-name for variable name.
4307 (calc-store-into): Add the result of calc-store-value to message.
4308 (calc-copy-variable): Add a message.
4309 (calc-store-exchange): Improve error messages.
4310 (calc-store-binary, calc-store-map): Don't reset the values of
4311 special constants.
4312
4313 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4314
4315 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4316 manual to docstring.
4317
4318 * files.el (hack-local-variables-confirm): Add STRING argument.
4319 Make the function handle non file visiting buffers correctly.
4320 (hack-local-variables-prop-line, hack-local-variables)
4321 (hack-one-local-variable): Use STRING arg of
4322 `hack-local-variables-confirm'.
4323
4324 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4325
4326 Sync with Tramp 2.0.49.
4327
4328 * tramp.el (tramp-handle-dired-call-process)
4329 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4330 because the contents of the Tramp buffer is changed before
4331 insertion (`expand-file' and alike).
4332 (tramp-handle-insert-directory): If `localname' has an empty
4333 nondirectory name, it must not be quoted.
4334 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4335 variable `tramp-chunksize'. Change callees.
4336 (tramp-open-connection-setup-interactive-shell): Check remote host
4337 for buggy `send-process-string' implementation.
4338 Set `tramp-chunksize' if found. Reported by Michael Kifer
4339 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4340 (tramp-handle-shell-command): `insert-buffer' cannot be used
4341 because the contents of the Tramp buffer is changed before
4342 insertion (`expand-file' and alike). Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
4343 <frederic.bothamy@free.fr>.
4344 (tramp-set-auto-save): Actions should be done for Tramp file name
4345 handler only. Ange-FTP has its own auto-save mechanism.
4346 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4347 (tramp-set-auto-save-file-modes): Set file modes of
4348 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4349 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4350 (tramp-bug): Remove obsolete variable.
4351 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4352 for presence of `mml-mode'. Make it running for older Emacsen as well.
4353
4354 2005-05-14 John Paul Wallington <jpw@pobox.com>
4355
4356 * ibuf-ext.el (define-ibuffer-filter filename):
4357 If `dired-directory' is a list, use its car.
4358
4359 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4360
4361 * ibuffer.el (define-ibuffer-column filename):
4362 If `dired-directory' is a list, use its car.
4363
4364 2005-05-14 Richard M. Stallman <rms@gnu.org>
4365
4366 * subr.el (symbol-file): Doc fix.
4367
4368 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4369 (byte-compile-form): Call byte-compile-nogroup-warn.
4370 (byte-compile-warning-types): Doc fix.
4371
4372 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4373
4374 * progmodes/cc-engine.el (c-literal-faces):
4375 Add font-lock-comment-delimiter-face.
4376
4377 * net/net-utils.el (dig): Use with-no-warnings.
4378
4379 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4380 (sc-recite-frame-alist, sc-default-cite-frame)
4381 (sc-default-uncite-frame, sc-default-recite-frame)
4382 (sc-attrib-selection-list, sc-rewrite-header-list):
4383 Mark as risky-local-variable.
4384
4385 * international/ogonek.el (ogonek-jak, ogonek-how):
4386 Don't use beginning-of-buffer.
4387
4388 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4389
4390 * calendar/solar.el (solar-data-list): Move definition up.
4391
4392 * dnd.el (dnd-protocol-alist): Add autoload.
4393
4394 * progmodes/sh-script.el: Many doc usage fixes.
4395 (sh-indent-after-do): Change default to match common styles.
4396
4397 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4398
4399 * files.el (interpreter-mode-alist)
4400 (auto-mode-interpreter-regexp): Doc fixes.
4401
4402 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4403
4404 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4405
4406 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4407
4408 2005-05-13 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
4409
4410 * dired.el (dired-mode): make-variable-buffer-local =>
4411 make-local-variable.
4412
4413 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4414
4415 * term/mac-win.el (mac-select-convert-to-string): Try coding
4416 systems in mac-script-code-coding-systems if specified one cannot
4417 encode string for `com.apple.traditional-mac-plain-text'.
4418
4419 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4420
4421 * progmodes/make-mode.el (makefile-targets-face)
4422 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4423 (makefile-dependency-regex): Fix it to not make the colon in
4424 $(var:a=b) special.
4425 (makefile-rule-action-regex): New regexp for highlighting embedded
4426 Shell strings.
4427 (makefile-macroassign-regex): Handle != for highlighting as
4428 embedded Shell strings.
4429 (makefile-var-use-regex): New const.
4430 (makefile-statements, makefile-automake-statements)
4431 (makefile-gmake-statements, makefile-makepp-statements)
4432 (makefile-bsdmake-statements): New consts.
4433 (makefile-make-font-lock-keywords): New function.
4434 (makefile-automake-font-lock-keywords)
4435 (makefile-gmake-font-lock-keywords)
4436 (makefile-makepp-font-lock-keywords)
4437 (makefile-bsdmake-font-lock-keywords): New consts.
4438 (makefile-mode-map): Add switchers between the various submodes.
4439 (makefile-mode): Document the availability of the variants.
4440 (makefile-automake-mode, makefile-gmake-mode)
4441 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4442
4443 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4444 new variants of makefile-mode.
4445
4446 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4447
4448 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4449 the inheritance.
4450
4451 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4452
4453 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4454 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4455
4456 * files.el (normal-mode): Extend the scope of the
4457 `enable-local-variables' binding to include the `set-auto-mode' call.
4458 (magic-mode-alist): Doc fix.
4459
4460 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4461
4462 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4463 font-lock-comment-face rather than copying its setting.
4464
4465 2005-05-12 Andreas Schwab <schwab@suse.de>
4466
4467 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4468
4469 2005-05-12 Lute Kamstra <lute@gnu.org>
4470
4471 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4472 defcustom for the mode hook variable. Delete the last argument.
4473 * generic-x.el: Fix callers of define-generic-mode.
4474 (generic-x-modes): Delete group.
4475 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4476 generic-x customization group.
4477
4478 2005-05-12 Kim F. Storm <storm@cua.dk>
4479
4480 * font-lock.el (font-lock-negation-char-face): Default to "off".
4481
4482 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4483 font-lock-negation-char-face to ! in !=.
4484
4485 2005-05-12 Masatake YAMATO <jet@gyve.org>
4486
4487 * add-log.el (find-change-log): Fix typos in the docstring
4488 of function.
4489
4490 2005-05-11 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
4491
4492 * international/latexenc.el (latexenc-find-file-coding-system):
4493 Avoid `re-search-forward' when looking for input encoding because
4494 of speed and safety. Better regular expressions for recognizing
4495 input encoding. Limit a search for TeX-master/tex-main-file to
4496 the local variable section.
4497
4498 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4499
4500 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4501 syntax of $ to "'" (quote).
4502
4503 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4504
4505 * dnd.el (dnd-protocol-alist): Improve custom type.
4506
4507 * dired.el (dired-dnd-protocol-alist): New variable.
4508 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4509 `dired-mode-hook' to the end.
4510
4511 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4512
4513 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4514 comment-end if comment-start-skip is not set.
4515 Obey the font-lock-comment-delimiter-face variables.
4516
4517 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4518
4519 * files.el (executable-find): Move from executable.el. Use locate-file.
4520 * progmodes/executable.el (executable-find): Move to files.el.
4521
4522 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4523 when trying to ensure forward progress.
4524
4525 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4526
4527 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4528 (mouse-select, mouse-select-internal, mouse-extend-internal):
4529 Use it to implement mouse-1-click-follows-link functionality.
4530
4531 2005-05-11 Richard M. Stallman <rms@gnu.org>
4532
4533 * font-lock.el (font-lock-fontify-syntactically-region):
4534 Use font-lock-comment-delimiter-face for comment delimiters.
4535
4536 2005-05-10 Jay Belanger <belanger@truman.edu>
4537
4538 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4539 preserving embedded modes.
4540
4541 2005-05-10 Richard M. Stallman <rms@gnu.org>
4542
4543 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4544
4545 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4546 Move from ada-stmt.el.
4547 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4548
4549 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4550 Move to ada-mode.el.
4551 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4552
4553 * cus-edit.el (custom-file): Call file-chase-links.
4554
4555 * files.el (read-directory-name): Fix previous change.
4556 (hack-local-variables-confirm): New function.
4557 (hack-local-variables-prop-line, hack-local-variables)
4558 (hack-one-local-variable): Use it.
4559
4560 2005-05-10 Lute Kamstra <lute@gnu.org>
4561
4562 * font-lock.el (font-lock-keywords-alist)
4563 (font-lock-removed-keywords-alist): Clarify docstrings.
4564
4565 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4566
4567 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4568 (gdb-source-info): Check for preprocessor info.
4569 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4570 a macro for a function.
4571 (gdb-info-breakpoints-custom): Try to find file again if not already
4572 found (user might have used GDB dir command).
4573 (gdb-get-location): Update gdb-location-alist correctly for change
4574 to gdb-info-breakpoints-custom.
4575
4576 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4577 (gud-tooltip-print-command): Add gdbmi case.
4578 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4579 preprocessor info.
4580
4581 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4582
4583 * startup.el (fancy-splash-insert): Fix typo in doc string.
4584
4585 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4586
4587 * obsolete/float.el (string-to-float):
4588 * obsolete/hilit19.el (hilit-add-pattern):
4589 * obsolete/rnews.el (news-parse-range, news-select-message)
4590 (news-get-pruned-list-of-files): Replace `string-to-int' by
4591 `string-to-number'.
4592
4593 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4594 `find-file-not-found-hooks'; use `add-hook'.
4595 (uncompress-while-visiting): Set `write-file-functions', not
4596 `write-file-hooks'; use `add-hook'.
4597
4598 2005-05-09 Kim F. Storm <storm@cua.dk>
4599
4600 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4601 (cua-paste): Handle clipboard action.
4602 (cua--init-keymaps): Remap clipboard-kill-region and
4603 clipboard-kill-ring-save.
4604
4605 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4606
4607 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4608 Improve commentary.
4609
4610 * simple.el (next-error-overlay-arrow-position): Revert the change
4611 made on 2005-04-30.
4612
4613 2005-05-07 Jay Belanger <belanger@truman.edu>
4614
4615 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4616 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4617 `calc-sel-reselect'.
4618
4619 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4620 Calc is in embedded mode.
4621
4622 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4623
4624 * progmodes/compile.el (compilation-setup):
4625 Set overlay-arrow-string to an empty string on text terminals.
4626
4627 * textmodes/ispell.el (ispell-program-name): Try looking for
4628 "aspell" along exec-path, and if found, use it as the default
4629 speller program.
4630
4631 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4632
4633 * international/mule.el (sgml-xml-auto-coding-function):
4634 Recognize encoding='FOO' in single quotes as well as in double quotes.
4635
4636 2005-05-07 Johan Bockg\e,Ae\e(Brd <bojohan@dd.chalmers.se>
4637
4638 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4639 as well as `interactive', so that defmacro* would recognize
4640 `declare' forms.
4641
4642 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4643
4644 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4645 Explain more about the LIGHTER arg's usage in the doc string.
4646 Add commentary to clarify what the code does. Fix the regexp that
4647 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4648 since it could have characters special to regular expressions.
4649
4650 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4651
4652 * replace.el (occur-1): Bind inhibit-read-only so that
4653 erase-buffer doesn't barf on read-only text properties (likewise
4654 for add-text-properties in occur-engine). Mark buffer as unmodified.
4655 (occur-engine): Don't set buffer-read-only here.
4656
4657 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4658
4659 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4660 list-buffers-directory. This caused the *cvs-commit* buffer to be
4661 sometimes mistakenly reused as a *cvs* buffer.
4662
4663 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4664
4665 * tooltip.el: Move code for GUD tooltips into gud.el.
4666 (require): CL no longer needed to compile case.
4667 (tooltip-mode): Do not toggle functions for GUD tooltips.
4668 (tooltip-gud-tips-p): Remove. Replace with minor mode
4669 gud-tooltip-mode in gud.el.
4670 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4671 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4672 tooltip-gud prefix with gud-tooltip and obsolete.
4673 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4674 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4675 (tooltip-mouse-motion): Mouse movement functions/variable.
4676 Rename in gud.el by adding gud prefix.
4677 (tooltip-gud-original-filter, tooltip-gud-dereference)
4678 (tooltip-gud-event, tooltip-toggle-gud-tips)
4679 (tooltip-gud-process-output, tooltip-gud-print-command)
4680 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4681 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4682 (gdb-tooltip-print): Move to gdb-ui.el.
4683
4684 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4685 (require): CL needed to compile case.
4686 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4687 tooltip-gud-tips-p. Make it a minor-mode.
4688 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4689 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4690 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4691 (gud-tooltip-change-major-mode)
4692 (gud-tooltip-activate-mouse-motions-if-enabled)
4693 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4694 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4695 (gud-tooltip-original-filter, gud-tooltip-dereference)
4696 (gud-tooltip-event, tooltip-toggle-gud-tips)
4697 (gud-tooltip-process-output, gud-tooltip-print-command)
4698 (gud-tooltip-tips): Move from tooltip.el.
4699
4700 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4701 (gdb-cpp-define-alist-flags): Doc fix.
4702 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4703 gud-tooltip-mode is t.
4704
4705 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4706
4707 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4708 evaporate if their text is deleted.
4709 (goto-address-at-point): Make it work as a mouse binding as well.
4710 (goto-address-at-mouse): Obsolete it. Update users.
4711
4712 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4713
4714 * calendar/appt.el (top-level): No longer activate on load.
4715
4716 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4717
4718 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4719 * net/webjump.el (webjump):
4720 * progmodes/idlw-help.el (idlwave-do-context-help1)
4721 (idlwave-highlight-linked-completions):
4722 * textmodes/po.el (po-find-file-coding-system-guts):
4723 Replace `assoc-ignore-case' by `assoc-string'.
4724
4725 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4726
4727 * files.el (locate-file): Doc fix.
4728
4729 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4730 Remove the redundant test for ms-dos.
4731
4732 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4733 look for the preprocessor with exec-suffixes. If not found in
4734 standard places, look in exec-path. Remove most of the tests that
4735 used system-type.
4736
4737 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4738
4739 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4740
4741 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4742 file-name clash with jka-compr.el on 8+3 filesystems.
4743
4744 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4745
4746 * term/mac-win.el: Don't define or bind scroll bar functions if
4747 x-toolkit-scroll-bars is t.
4748 (x-select-text, x-get-selection-value):
4749 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4750 (PRIMARY): Put mac-scrap-name property.
4751 (mac-select-convert-to-file-url): New function.
4752 (public.file-url): New selection target type. Add to
4753 selection-converter-alist.
4754 (x-get-selection, x-selection-value): Handle it.
4755 (x-cut-buffer-or-selection-value): New alias.
4756
4757 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4758
4759 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4760 entry to avoid calling bibtex-find-entry with arg global
4761 being t. Remove arg key.
4762 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4763 (bibtex-copy-summary-as-kill): Change accordingly.
4764
4765 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4766
4767 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4768 (org-agenda-date-later): Use with-current-buffer.
4769
4770 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4771
4772 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4773 (define-obsolete-variable-alias): Doc Fixes.
4774
4775 2005-05-06 Kim F. Storm <storm@cua.dk>
4776
4777 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4778 vertical-motion when selective-display is active.
4779
4780 * ido.el (ido-setup-hook): New hook.
4781 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4782 (ido-input-stack): New var.
4783 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4784 ido-next-work-file binding to M-O.
4785 Bind M-f to ido-wide-find-file-or-pop-dir.
4786 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4787 (ido-read-internal): Run ido-setup-hook.
4788 Catch quit in read-file-name and read-string to cancel edit.
4789 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4790 Automatically pop-all when completing a directory name (RET).
4791 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4792 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4793 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4794 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4795 New functions for M-b/M-f to move among the directory components.
4796 (ido-make-merged-file-list): Catch quit to cancel merge.
4797 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4798 (ido-completion-help): No warnings for ido-completion-buffer-full.
4799
4800 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4801
4802 * font-lock.el (font-lock-negation-char-face): New face and variable.
4803 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4804 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4805 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4806 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4807
4808 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4809
4810 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4811 Fix typo in docstring.
4812
4813 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4814 (ebrowse-print-statistics-line)
4815 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4816
4817 * term/w32-win.el (image-library-alist): Add additional name for
4818 Xpm library.
4819
4820 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4821
4822 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4823 use gcc instead of cpp.
4824
4825 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4826 (gdb-create-define-alist): Use it.
4827 (gdb-cpp-define-alist-program): Update for MS-DOS.
4828
4829 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4830
4831 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4832
4833 2005-05-04 Richard M. Stallman <rms@gnu.org>
4834
4835 * help.el (describe-key): No error when UNTRANSLATED is nil.
4836
4837 * simple.el (line-move-1): Fix previous change to signal errors
4838 appropriately.
4839
4840 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4841
4842 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4843 (icalendar-duration-correction): Remove.
4844 (icalendar--get-event-properties): Split result at commas.
4845 (icalendar--decode-isoduration): New optional argument
4846 DURATION-CORRECTION.
4847 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4848 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4849 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4850 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4851 (icalendar--convert-anniversary-to-ical): New functions, extracted
4852 from icalendar-export-region, with bug fixes.
4853 (icalendar-export-region): Use the above functions.
4854 (icalendar-import-buffer): Check before saving diary file.
4855 (icalendar--convert-recurring-to-diary)
4856 (icalendar--convert-non-recurring-all-day-to-diary)
4857 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4858 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4859 (icalendar--convert-ical-to-diary): Use the above functions.
4860
4861 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4862
4863 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4864 Remove these recent additions.
4865 (c-mode): Restore to before 2005-04-28.
4866
4867 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4868 recent addition.
4869
4870 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4871 (gdb-define-alist): New variables.
4872 (gdb-create-define-alist): New function.
4873 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4874 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4875 with string-to-number.
4876 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4877
4878 * progmodes/gud.el: Replace string-to-int with string-to-number.
4879 (gud-find-file): Handle gdb-define-alist.
4880
4881 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4882
4883 2005-05-02 Jay Belanger <belanger@truman.edu>
4884
4885 * calc/calc-aent.el (math-read-token):
4886 * calc/calc-bin.el (calc-word-size):
4887 * calc/calc-ext.el (calc-read-number-fancy):
4888 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4889 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4890 * calc/calc-frac.el (calc-over-notation):
4891 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4892 (calc-graph-num-points, calc-graph-init):
4893 * calc/calc-prog.el (calc-read-parse-table-part)
4894 (calc-edit-macro-repeats):
4895 * calc/calc-yank.el (calc-do-grab-rectangle):
4896 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4897 Replace `string-to-int' by `string-to-number'.
4898
4899 2005-05-02 Kim F. Storm <storm@cua.dk>
4900
4901 * kmacro.el: Use executing-kbd-macro-index variable.
4902
4903 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4904
4905 * net/rlogin.el (rlogin-parse-words): Delete func.
4906 (rlogin): Use split-string, not rlogin-parse-words.
4907 Also, if there are option-like elements in the parsed args,
4908 take the host to be the first arg immediately following them.
4909 Suggested by Michael Mauger.
4910
4911 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4912
4913 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4914
4915 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4916
4917 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4918 (cc-mode-cpp-program): Rename to cc-define-list-program and
4919 move to cc-vars.el.
4920
4921 * progmodes/cc-vars.el (cc-define-list-program):
4922 Change to "gcc -E -dM -". Make customizable.
4923
4924 2005-05-02 Kim F. Storm <storm@cua.dk>
4925
4926 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4927
4928 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4929
4930 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4931
4932 * international/mule-util.el (truncate-string): Remove alias and
4933 obsolete declaration.
4934
4935 * international/mule-cmds.el (update-iso-coding-systems):
4936 Remove alias and obsolete declaration.
4937
4938 * international/mule.el (coding-system-parent): Remove alias and
4939 obsolete declaration.
4940
4941 * subr.el (define-function, sref): Remove aliases and obsolete
4942 declarations.
4943 (chars-in-region): Remove obsolete declaration.
4944
4945 2005-05-01 Richard M. Stallman <rms@gnu.org>
4946
4947 * info.el (Info-mode): Set widen-automatically to nil, locally.
4948
4949 * simple.el (widen-automatically): New variable.
4950 (pop-global-mark): Obey widen-automatically.
4951
4952 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4953
4954 * term/xterm.el (function-key-map): Call substitute-key-definition
4955 before the keymap size is increased by a lot of define-key calls.
4956
4957 2005-05-01 Richard M. Stallman <rms@gnu.org>
4958
4959 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4960 Rename ARG to ELEMENT. Doc fix.
4961
4962 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4963
4964 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4965 Remove references to allout-exposure/change to allout-new-exposure.
4966
4967 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4968 bytecode symbols.
4969
4970 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4971 (compiled-function-p, focus-frame, unfocus-frame):
4972 Remove aliases and obsolete declarations.
4973 Back out inadvertent changes from previous commit.
4974
4975 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4976
4977 * files.el (require-final-newline): Make Custom tags consistent
4978 with mode-require-final-newline.
4979 (mode-require-final-newline): Doc fix.
4980
4981 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4982
4983 * international/latexenc.el (latexenc-find-file-coding-system):
4984 Fix regular expressions.
4985
4986 2005-05-01 David Kastrup <dak@gnu.org>
4987
4988 * international/latexenc.el (latexenc-find-file-coding-system):
4989 Fix regular expressions.
4990
4991 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4992
4993 * subr.el (string-to-int): Make obsolete.
4994
4995 2005-04-30 Richard M. Stallman <rms@gnu.org>
4996
4997 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4998
4999 * loadup.el: load jka-comp-hook.
5000
5001 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
5002 (jka-compr-handler): Add autoload. `put' calls moved
5003 to jka-comp-hook.el.
5004 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
5005 (jka-compr-inhibit): Autoload.
5006
5007 * jka-comp-hook.el: New file.
5008 Enable the mode by default.
5009
5010 * files.el (backup-buffer-copy): Use copy-file instead
5011 of write-region, and put back the 'excl.
5012
5013 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
5014
5015 * progmodes/flymake.el (flymake-split-string)
5016 (flymake-split-string, flymake-log, flymake-pid-to-names)
5017 (flymake-reg-names, flymake-get-source-buffer-name)
5018 (flymake-unreg-names, flymake-add-line-err-info)
5019 (flymake-add-err-info): Clarify docstrings.
5020 (flymake-popup-menu, flymake-make-emacs-menu)
5021 (flymake-make-xemacs-menu): Add docstrings.
5022 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
5023 Set variables directly throughout.
5024
5025 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
5026
5027 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
5028 exists. Initialize cc-define-alist.
5029 (c-mode): Add cc-create-define-alist locally to after-save-hook.
5030 If there is no file (Macroexpansion) don't create an alist.
5031
5032 2005-04-29 Sam Steingold <sds@gnu.org>
5033
5034 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
5035 (cc-create-define-alist): Use it instead of the hard-coded string.
5036
5037 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
5038
5039 * international/mule-conf.el (file-coding-system-alist): Fix regexp
5040 for latexenc.
5041
5042 2005-04-29 Lute Kamstra <lute@gnu.org>
5043
5044 * emacs-lisp/generic.el: Improve commentary section.
5045 (define-generic-mode): Improve docstring.
5046
5047 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
5048
5049 * textmodes/org.el (many places): Change to quiet the byte compiler.
5050 (org-prefix-format-compiled): New variable.
5051 (org-compile-prefix-format): New function.
5052 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
5053 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
5054 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
5055 (org-get-entries-from-diary): Use `org-get-time-of-day' for
5056 consistency with entries from `org-mode' files.
5057 (org-get-time-of-day): Fix bug with partial matches early in a line.
5058 (org-non-link-chars): New constant.
5059 (org-link-regexp): Respect `org-non-link-chars'.
5060 (org-agenda-day-view): Remove command.
5061 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
5062 (org-follow-bbdb-link, org-store-link): Search also company field.
5063 (org-highlight-overlay): New variable.
5064 (org-highlight, org-unhighlight): New functions.
5065 (org-agenda-mode): Add pre-command-hook to remove highlight.
5066 (org-evaluate-time-range): Behavior depends upon whether time stamp
5067 contains a time or not.
5068 (org-show-subtree, org-show-entry): New functions.
5069 (org-agenda-cleanup-fancy-diary): Remove empty lines.
5070
5071 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
5072
5073 * comint.el (comint-output-filter-functions): Add autoload cookie.
5074
5075 2005-04-28 Kim F. Storm <storm@cua.dk>
5076
5077 * ido.el (ido-everywhere): Fix last change.
5078
5079 2005-04-28 Arne J\e,Ax\e(Brgensen <arne@arnested.dk>
5080
5081 * international/latexenc.el: New file.
5082 * international/mule-conf.el (file-coding-system-alist): For .tex,
5083 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
5084
5085 2005-04-28 Lute Kamstra <lute@gnu.org>
5086
5087 * font-lock.el (font-lock-add-keywords)
5088 (font-lock-remove-keywords): Clarify docstring.
5089 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
5090 Don't start docstrings with a `*'.
5091 (font-lock-update-removed-keyword-alist): Give it a docstring.
5092
5093 * generic-x.el: Update commentary section.
5094 Only require font-lock when compiling.
5095 Define all modes conditionally.
5096 Place all generic modes in the generic-x-modes customization group.
5097 (generic-x-modes): New customization group.
5098 (generic-default-modes, generic-mswindows-modes)
5099 (generic-unix-modes, generic-other-modes): New constants.
5100 (generic-define-mswindows-modes, generic-define-unix-modes):
5101 Update docstrings. Make them obsolete.
5102 (generic-extras-enable-list): New default value. Update docstring.
5103 Improve :type. Change :set function.
5104 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
5105 Fix docstring.
5106
5107 * emacs-lisp/generic.el (generic-mode-internal):
5108 Simplify font-lock-defaults.
5109 (define-generic-mode): Fix docstring.
5110
5111 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
5112
5113 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
5114 font-lock-face property to highlight matches.
5115
5116 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
5117
5118 * progmodes/cc-mode.el (cc-create-define-alist): New function.
5119 (cc-define-alist): New variable.
5120 (c-mode): Make it local and initialize it.
5121
5122 * progmodes/gdb-ui.el (gdb-active-process): New variable.
5123 (gdb-exited): New function.
5124 (gdb-annotation-rules): Use it.
5125 (gdb-starting): Set gdb-active-process to t.
5126 (gdb-stopping): Amend doc string.
5127 (gdb-reset): Set gdb-active-process to nil.
5128
5129 * tooltip.el (tooltip-gud-tips): Show the associated #define
5130 directives when a C program under GDB is not executing.
5131
5132 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
5133
5134 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
5135 font-lock-fontify-syntactic-keywords.
5136
5137 * font-lock.el (font-lock-default-fontify-region): Don't force
5138 parse-sexp-lookup-properties to nil.
5139
5140 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
5141
5142 * man.el (man-mode-syntax-table): Set up `:' to have
5143 word-constituent syntax.
5144
5145 2005-04-27 Lute Kamstra <lute@gnu.org>
5146
5147 * novice.el (disable-command): Don't add spurious newlines to the
5148 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
5149
5150 2005-04-26 Jay Belanger <belanger@truman.edu>
5151
5152 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5153 than one window before deleting window.
5154
5155 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5156
5157 * shell.el (shell-prompt-pattern): Doc fix.
5158 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5159
5160 * comint.el (comint-prompt-regexp, comint-get-old-input)
5161 (comint-use-prompt-regexp)
5162 (comint-use-prompt-regexp-instead-of-fields)
5163 (comint-replace-by-expanded-history, comint-send-input)
5164 (comint-output-filter, comint-get-old-input-default)
5165 (comint-line-beginning-position, comint-bol, comint-show-output)
5166 (comint-backward-matching-input, comint-forward-matching-input)
5167 (comint-next-prompt, comint-previous-prompt):
5168 Rename `comint-use-prompt-regexp-instead-of-fields' to
5169 `comint-use-prompt-regexp'. Keep old name as alias and declare
5170 obsolete.
5171 (comint-use-prompt-regexp): Shorten first line of doc string.
5172
5173 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5174 Set paragraph-separate buffer locally to "\\'".
5175
5176 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5177 Adapt to above name change.
5178
5179 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5180 (smbclient-prompt-regexp): Ditto.
5181
5182 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5183
5184 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5185
5186 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5187 gdb-location-list.
5188 Break lines that are over 80 characters wide.
5189
5190 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5191
5192 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5193 New fun and var, to preserve compatibility.
5194
5195 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5196
5197 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5198
5199 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5200 name to file-newer-than-file-p.
5201
5202 2005-04-26 Richard M. Stallman <rms@gnu.org>
5203
5204 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5205
5206 * progmodes/python.el (python-mode):
5207 Use new name eldoc-documentation-function.
5208
5209 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5210
5211 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5212 (eldoc-documentation-function):
5213 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5214
5215 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5216
5217 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5218
5219 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5220
5221 * term/xterm.el (function-key-map): Fix strings for
5222 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5223 {C,S,A,C-S}-{f1-f12}.
5224
5225 2005-04-26 Kenichi Handa <handa@m17n.org>
5226
5227 * international/mule-cmds.el (select-safe-coding-system):
5228 Fix previous change.
5229
5230 2005-04-26 Lute Kamstra <lute@gnu.org>
5231
5232 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5233
5234 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5235 (font-lock-comment-delimiter-face): Ditto.
5236
5237 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5238
5239 2005-04-25 Jay Belanger <belanger@truman.edu>
5240
5241 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5242 to t while inserting information; use help-mode.
5243
5244 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5245
5246 * term.el (ansi-term-color-vector): Use the xterm colors.
5247 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5248
5249 2005-04-25 Lute Kamstra <lute@gnu.org>
5250
5251 * font-core.el (font-lock-defaults): Fix docstring.
5252
5253 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5254
5255 2005-04-25 Kenichi Handa <handa@m17n.org>
5256
5257 * international/mule-cmds.el (select-safe-coding-system):
5258 Don't check consistency with coding: spec, etc if raw-text or
5259 no-conversion was found to be safe.
5260
5261 2005-04-24 Richard M. Stallman <rms@gnu.org>
5262
5263 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5264 citation markers at start of each line.
5265
5266 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5267 citation markers at start of each line.
5268
5269 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5270
5271 * files.el (mode-require-final-newline): Fix previous change.
5272 (require-final-newline): Fix type label.
5273
5274 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5275
5276 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5277 statement in buffer (broken by 2004-11-24 change).
5278
5279 2005-04-24 Kim F. Storm <storm@cua.dk>
5280
5281 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5282 and read-file-name-function values. Don't overwrite existing
5283 non-nil values if ido-mode is enabled without ido-everywhere.
5284
5285 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5286
5287 * files.el (mode-require-final-newline): Minor doc fix.
5288
5289 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5290
5291 * subr.el (syntax-after): Doc fix.
5292 (syntax-class): If argument is nil, return nil. Mask off upper 16
5293 bits, not 8 bits.
5294
5295 * files.el (mode-require-final-newline): Doc fix.
5296 (backup-buffer-copy): Fix last change.
5297
5298 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5299
5300 * term/mac-win.el: Require select. Set selection-coding-system to
5301 mac-system-coding-system. Call menu-bar-enable-clipboard.
5302 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5303 (x-select-enable-clipboard): New variables.
5304 (x-select-text, x-get-selection, x-selection-value)
5305 (x-get-selection-value, mac-select-convert-to-string)
5306 (mac-services-open-file, mac-services-open-selection)
5307 (mac-services-insert-text): New functions.
5308 (CLIPBOARD, FIND): Put mac-scrap-name property.
5309 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5310 (public.tiff): Put mac-ostype property.
5311 (selection-converter-alist): Add entries for them.
5312 (mac-application-menu-map): New keymap.
5313 (interprogram-cut-function, interprogram-paste-function): Set to
5314 x-select-text and x-get-selection-value, respectively.
5315 (split-window-keep-point): Set to t.
5316
5317 2005-04-23 Richard M. Stallman <rms@gnu.org>
5318
5319 * files.el (read-directory-name): Always pass non-nil
5320 DEFAULT-FILENAME arg to read-file-name.
5321 (backup-buffer-copy, basic-save-buffer-2): Take care against
5322 writing thru an unexpected existing symlink.
5323 (revert-buffer): In indirect buffer, revert the base buffer.
5324 (magic-mode-alist): Doc fix.
5325 (buffer-stale-function): Doc fix.
5326 (minibuffer-with-setup-hook): Avoid warning.
5327 (mode-require-final-newline): Doc and custom fix.
5328
5329 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5330
5331 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5332 use the default appearance.
5333 (font-lock-comment-delimiter-face): New face, new variable.
5334
5335 * imenu.el (imenu--generic-function): The official position of a
5336 definition is the start of the line that BEG is in.
5337
5338 * midnight.el (midnight-timer): Move defvar up.
5339
5340 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5341
5342 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5343
5344 * startup.el (command-line): Use with-no-warnings.
5345
5346 * window.el (window-size-fixed): New defvar.
5347
5348 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5349
5350 * mail/rmail.el (rmail-font-lock-keywords):
5351 Use font-lock-comment-delimiter-face.
5352
5353 * mail/sendmail.el (mail-font-lock-keywords):
5354 Use font-lock-comment-delimiter-face.
5355
5356 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5357
5358 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5359
5360 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5361 Specify t for LAXMATCH when matching directories.
5362 Save match data around compilation-compat-error-properties form.
5363
5364 2005-04-23 David Kastrup <dak@gnu.org>
5365
5366 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5367 Mention that the autoloaded aliases should be kept for AUCTeX.
5368
5369 2005-04-23 Andreas Schwab <schwab@suse.de>
5370
5371 * isearch.el (isearch-forward): Doc fix.
5372
5373 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5374
5375 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5376 (jit-lock-stealth-nice): Change default value to 0.5.
5377
5378 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5379
5380 * abbrev.el (write-abbrev-file): Write table entries in
5381 alphabetical order by table name.
5382
5383 2005-04-22 Kim F. Storm <storm@cua.dk>
5384
5385 * ido.el (ido-read-internal): Fix `list' completion.
5386
5387 2005-04-22 Kenichi Handa <handa@m17n.org>
5388
5389 * recentf.el (recentf-save-file-coding-system): New variable.
5390 (recentf-save-list): Encode the file by
5391 recentf-save-file-coding-system and add coding: tag.
5392
5393 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5394
5395 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5396
5397 2005-04-21 Lute Kamstra <lute@gnu.org>
5398
5399 * loadhist.el (unload-feature): Don't remove a function from hooks
5400 if it is about to be restored to an autoload . Remove functions
5401 that will become unbound from auto-mode-alist. Simplify the code.
5402
5403 * subr.el (assq-delete-all): New implementation that is linear,
5404 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5405 (rassq-delete-all): New function.
5406
5407 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5408 Add size-indication-mode.
5409
5410 2005-04-21 Kenichi Handa <handa@m17n.org>
5411
5412 * international/mule-cmds.el: Add autoload for widget-value in
5413 eval-when-compile.
5414
5415 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5416
5417 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5418 Add tooltip-mode.
5419
5420 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5421
5422 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5423
5424 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5425 (inferior-lisp-filter-regexp, inferior-lisp-program)
5426 (inferior-lisp-load-command, inferior-lisp-prompt)
5427 (inferior-lisp-mode-hook, lisp-source-modes)
5428 (inferior-lisp-load-hook): defvar->defcustom.
5429 (inferior-lisp-program, inferior-lisp-prompt)
5430 (inferior-lisp-load-hook): Doc fixes.
5431 (inferior-lisp-install-letter-bindings): Small change in
5432 introductory comment.
5433
5434 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5435
5436 * vc.el (vc-annotate-color-map): Change some colors so that text
5437 using them as foreground is readable on both white and black
5438 backgrounds.
5439
5440 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5441
5442 * international/mule-conf.el (translation-table-for-input):
5443 Remove redundant declaration.
5444
5445 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5446
5447 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5448
5449 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5450 (tooltip-toggle-gud-tips): New function.
5451
5452 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5453
5454 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5455 right angle brackets.
5456
5457 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5458
5459 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5460
5461 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5462
5463 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5464 Remove. Update callers to use expand-file-name instead.
5465
5466 * subr.el (syntax-class): New function.
5467
5468 * simple.el (blink-matching-open): Use it.
5469
5470 * paren.el (show-paren-function): Use it to recognize parens that are
5471 also used in 2-char comment markers.
5472
5473 2005-04-19 Lute Kamstra <lute@gnu.org>
5474
5475 * loadhist.el (unload-feature): Update for new format of
5476 load-history. Simplify the code.
5477
5478 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5479
5480 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5481 (mac-add-charset-info): New function. Initialize variable
5482 mac-charset-info-alist using it.
5483 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5484 for translation.
5485 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5486 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5487 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5488 New CCL programs.
5489
5490 2005-04-19 Kim F. Storm <storm@cua.dk>
5491
5492 * simple.el (next-buffer, prev-buffer, next-error)
5493 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5494 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5495
5496 * bindings.el (next-buffer, prev-buffer, next-error)
5497 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5498 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5499 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5500 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5501
5502 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5503
5504 * isearch.el (isearch-edit-string): Make the search-ring available for
5505 minibuffer history commands.
5506 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5507 the default history commands now work just as well.
5508 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5509
5510 2005-04-18 Kim F. Storm <storm@cua.dk>
5511
5512 * emulation/cua-base.el (cua--pre-command-handler): Add more
5513 elaborate check for shift modifier on non-window systems.
5514
5515 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5516
5517 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5518
5519 2005-04-18 Kim F. Storm <storm@cua.dk>
5520
5521 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5522 and make it optional. Don't test tooltip-gud-echo-area here.
5523 (tooltip-gud-process-output, gdb-tooltip-print):
5524 Pass tooltip-gud-echo-area to tooltip-show.
5525 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5526
5527 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5528
5529 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5530 `display-graphic-p' may not be bound yet.
5531
5532 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5533
5534 * startup.el (command-line): No longer enable Xterm Mouse mode by
5535 default in terminals compatible with xterm.
5536
5537 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5538
5539 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5540
5541 * tooltip.el (tooltip-gud-echo-area): Rename from
5542 tooltip-use-echo-area.
5543 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5544 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5545 area independently of where help tooltips are displayed.
5546
5547 2005-04-17 David Kastrup <dak@gnu.org>
5548
5549 * cus-theme.el (custom-theme-write-variables): Quote variables
5550 where necessary.
5551
5552 2005-04-17 Richard M. Stallman <rms@gnu.org>
5553
5554 * simple.el (yank-excluded-properties): Add follow-link to value.
5555
5556 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5557
5558 * startup.el (fancy-splash-max-time): Just 30 seconds.
5559 (fancy-splash-delay): Just 7.
5560 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5561
5562 * loadhist.el (unload-feature): Update for new format of load-history.
5563 Simplify the code.
5564
5565 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5566 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5567
5568 * mail/sendmail.el (mail-font-lock-keywords):
5569 Don't fontify subject text.
5570 Don't fontify the text of a citation.
5571
5572 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5573
5574 * comint.el (comint-output-filter): Run comint-output-filter-functions
5575 with point where the user had it.
5576
5577 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5578
5579 * international/ucs-tables.el (ucs-set-table-for-input):
5580 Disable when using unify-on-decoding.
5581
5582 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5583
5584 * emulation/cua-base.el (cua-global-mark-face): Add special case
5585 for displays supporting a high number of colors.
5586
5587 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5588
5589 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5590
5591 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5592
5593 * filesets.el (filesets-add-buffer): If user supplies a name of a
5594 non-existing fileset, create a new fileset.
5595
5596 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5597
5598 * textmodes/org.el (org-up-heading-all): Fix bug with
5599 `outline-up-heading-all'.
5600
5601 2005-04-16 Andreas Schwab <schwab@suse.de>
5602
5603 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5604 /etc/permissions.d/* and /etc/aliases.d/*.
5605
5606 2005-04-16 Kenichi Handa <handa@m17n.org>
5607
5608 * international/code-pages.el (cp-make-coding-system):
5609 Set `translation-table-for-input' property value to the symbol
5610 ucs-mule-to-mule-unicode, not to that value.
5611 (pt154): Escape guillemet by `\'.
5612
5613 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5614
5615 * loadup.el: Load tooltip if x-show-tip is fboundp.
5616
5617 * startup.el (command-line): Add comment.
5618
5619 * tooltip.el (tooltip-mode): Specify correct standard value for
5620 Custom in init-value.
5621
5622 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5623
5624 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5625 possible.
5626
5627 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5628
5629 * textmodes/org.el (org-agenda-date-prompt): Rename from
5630 `org-agenda-date-today'.
5631 (org-evaluate-time-range): Insert at point instead of directly
5632 after time range.
5633 (org-first-headline-recenter, org-subtree-end-visible-p)
5634 (org-optimize-window-after-visibility-change): New functions
5635 (org-agenda-post-command-hook): Don't allow point at end of line,
5636 to make sure it always hits the text properties.
5637 (org-agenda-next-date-line, org-agenda-previous-date-line):
5638 New commands.
5639 (org-set-regexps-and-options): Category may contain white space.
5640 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5641 Improve marker positions.
5642 (org-agenda-new-marker): Argument POS made optional.
5643 (org-agenda-get-timestamps): Deadlines which are done are listed
5644 in org-done-face now.
5645 (org-agenda-get-todos, org-agenda-get-timestamps)
5646 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5647 Set `undone-face' and `done-face' properties.
5648 (org-last-todo-state-is-todo): New variable.
5649 (org-todo): Set `org-last-todo-state-is-todo'.
5650 (org-agenda-todo): Change face according to
5651 `org-last-todo-state-is-todo'. And change other lines referring to
5652 the same entry.
5653 (org-calendar-goto-agenda): New command.
5654 (org-calendar-to-agenda-key): New option.
5655 (org-startup-folded): New allowed value `content'.
5656 (org-set-regexps-and-options): Accept new value `content' for
5657 `org-startup-folded'.
5658 (org-get-current-options): Handle new value `content' for
5659 `org-startup-folded'.
5660 (org-insert-todo-heading): New command.
5661 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5662 interactively in empty file and option
5663 `org-insert-mode-line-in-empty-file' has been set.
5664 (org-agenda-todo,org-agenda-priority): Modify to use
5665 `org-agenda-change-all-lines'.
5666 (org-warning-face): Change color on dark background
5667
5668 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5669
5670 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5671 use preferences AppleLocale and AppleLanguages, and variable
5672 mac-system-locale for default locale. On Mac OS Classic, use
5673 mac-system-coding-system for default coding systems.
5674
5675 * term/mac-win.el: Don't set file-name-coding-system.
5676 Decode variables system-name, emacs-build-system, user-login-name, and
5677 user-full-name by mac-system-coding-system on Mac OS Classic.
5678 (mac-system-coding-system): New variable.
5679
5680 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5681
5682 * startup.el (command-line): Handle `xterm-mouse-mode' before
5683 reading init file.
5684
5685 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5686
5687 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5688
5689 * progmodes/sh-script.el (sh-here-document-word): Make it a
5690 defcustom. Doc fix.
5691 (sh-add): Bash uses $(( )) for arithmetic.
5692 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5693 (sh-maybe-here-document): Remove quotes and leading whitespace
5694 from heredoc word when closing. Indent heredoc with tabs if word
5695 starts with "-".
5696
5697 2005-04-13 Richard M. Stallman <rms@gnu.org>
5698
5699 * simple.el (undo): Fix previous change.
5700
5701 * custom.el (defface): Doc fix.
5702
5703 2005-04-13 Lute Kamstra <lute@gnu.org>
5704
5705 * Makefile.in (DONTCOMPILE): Remove list.
5706 (compile, compile-always): Don't use DONTCOMPILE.
5707 (update-authors): Load the library in which batch-update-authors
5708 is defined.
5709 * makefile.w32-in (DONTCOMPILE): Remove list.
5710 (compile, compile-always): Fix comments.
5711 (update-authors): Load the library in which batch-update-authors
5712 is defined.
5713
5714 * generic-x.el (generic-mode-ini-file-find-file-hook):
5715 Rename to ini-generic-mode-find-file-hook.
5716 Keep generic-mode-ini-file-find-file-hook as an alias.
5717 (ini-generic-mode-find-file-hook): Rename from
5718 generic-mode-ini-file-find-file-hook. Fix docstring.
5719 (ini-generic-mode): Docstring change.
5720 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5721
5722 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5723 called from lisp.
5724
5725 * generic.el: Move to the emacs-lisp subdir.
5726
5727 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5728
5729 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5730 and C-S- function and cursor motion keys.
5731
5732 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5733
5734 * startup.el (command-line): Enable Xterm Mouse mode by default.
5735 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5736 for Custom. No longer show "Mouse" in mode line when enabled.
5737 Doc fix.
5738
5739 2005-04-12 Kim F. Storm <storm@cua.dk>
5740
5741 * emulation/cua-base.el (cua-rectangle-face)
5742 (cua-rectangle-noselect-face): Define face attributes here.
5743
5744 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5745
5746 2005-04-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5747
5748 * startup.el (command-line): Turn off blinking cursor if
5749 cursorBlink in resources is off or false.
5750
5751 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5752
5753 * term/mac-win.el (dnd): Require dnd.
5754 (mac-drag-n-drop): Call dnd-handle-one-url.
5755 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5756 (kTextEncodingISOLatin2): Remove constants.
5757 (mac-script-code-coding-systems): New constant.
5758 (mac-handle-language-change): New function.
5759 (special-event-map): Bind it to `language-change' event.
5760 (mac-centraleurroman, mac-cyrillic): New coding systems.
5761 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5762 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5763 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5764 encode-mac-cyrillic, respectively.
5765
5766 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5767
5768 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5769 Don't set overlay-arrow-string to "=>" as this is done
5770 globally in C now.
5771
5772 2005-04-12 Lute Kamstra <lute@gnu.org>
5773
5774 * generic-x.el (rc-generic-mode, rul-generic-mode):
5775 Fix auto-mode-alist entries.
5776 (etc-fstab-generic-mode): Tweak fontification.
5777
5778 * generic.el (generic-make-keywords-list): Fix docstring.
5779 (generic-mode-internal): Simplify generic-font-lock-keywords.
5780
5781 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5782
5783 * whitespace.el (whitespace-buffer-leading)
5784 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5785 However, fix the highlight area for the leading and
5786 trailing whitespaces to show space.
5787
5788 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5789
5790 * whitespace.el (whitespace-version): Bump to 3.5
5791
5792 (whitespace-buffer-leading, whitespace-buffer-trailing):
5793 Invert sense of the test to highlight the whitespace.
5794
5795 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5796
5797 * progmodes/gud.el (gud-display-line): GUD uses its own
5798 overlay arrow now so don't set overlay-arrow-string.
5799 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5800
5801 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5802
5803 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5804 (term-ansi-current-reverse, term-ansi-current-invisible)
5805 (term-ansi-face-already-done): Change to boolean.
5806 (term-reset-terminal, term-handle-colors-array): Handle the above
5807 vars accordingly.
5808 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5809 (term-emulate-terminal): Use the new name.
5810
5811 * faces.el (secondary-selection): Use yellow1, not yellow.
5812 (trailing-whitespace): Use red1, not red.
5813
5814 2005-04-11 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
5815
5816 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5817 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5818 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5819
5820 * cus-edit.el (dnd): New group.
5821
5822 * term/w32-win.el (dnd): Require dnd
5823 (w32-drag-n-drop): Call dnd-handle-one-url.
5824
5825 * x-dnd.el: Require dnd.
5826 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5827 Call dnd-handle-one-url.
5828 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5829 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5830 to dnd-insert-text.
5831 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5832 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5833 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5834 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5835
5836 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5837
5838 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5839
5840 * wdired.el: Doc fixes.
5841 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5842 (wdired-use-dired-vertical-movement): Rename from
5843 wdired-always-move-to-filename-beginning.
5844 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5845 (wdired-change-to-wdired-mode): Change mode name.
5846 (wdired-newline): Delete.
5847
5848 2005-04-11 Richard M. Stallman <rms@gnu.org>
5849
5850 * whitespace.el (whitespace-highlight-the-space):
5851 Don't call whitespace-unhighlight-the-space here.
5852
5853 * simple.el (undo): Record t in undo-equiv-table
5854 for the redo record made by an undo-in-region.
5855
5856 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5857
5858 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5859 (gdb-frame-inferior-io-buffer): New Functions to control
5860 display of separate IO buffer.
5861 (menu): Add them to menu-bar.
5862 (gdb-display-buffer): Check for buffer another frame.
5863 Protect GUD buffer.
5864 (gdb-setup-windows): Create IO buffer if not already there.
5865 (gdb-memory-mode): Remove purecopy noops.
5866
5867 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5868
5869 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5870 and pass to self-insert-command.
5871
5872 2005-04-11 Lute Kamstra <lute@gnu.org>
5873
5874 * generic.el: Commentary section cleanup.
5875 (generic): Delete.
5876 (generic-use-find-file-hook, generic-lines-to-scan)
5877 (generic-find-file-regexp, generic-ignore-files-regexp)
5878 (default-generic-mode, generic-mode-find-file-hook)
5879 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5880 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5881 (generic-use-find-file-hook, generic-lines-to-scan)
5882 (generic-find-file-regexp, generic-ignore-files-regexp)
5883 (default-generic-mode, generic-mode-find-file-hook)
5884 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5885
5886 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5887
5888 * bookmark.el (bookmark-write-file): Catch errors writing file.
5889 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5890
5891 2005-04-10 Richard M. Stallman <rms@gnu.org>
5892
5893 * startup.el (fancy-splash-tail): Update copyright year.
5894 (command-line): Split part of -Q into -D.
5895 (emacs-basic-display): New defvar.
5896 (fancy-splash-text): Correct name of menu item.
5897
5898 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5899
5900 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5901 lines in one node.
5902
5903 * comint.el (comint-send-input): New arg ARTIFICIAL.
5904 Callers in this file changed.
5905
5906 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5907
5908 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5909
5910 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5911
5912 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5913 `ldap-search-internal'.
5914
5915 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5916
5917 * files.el (set-auto-mode-1): Use line-end-position.
5918
5919 * international/latin-1.el:
5920 * international/latin-2.el:
5921 * international/latin-3.el:
5922 * international/latin-4.el:
5923 * international/latin-5.el:
5924 * international/latin-8.el:
5925 * international/latin-9.el: Give punctuation syntax to NBSP.
5926
5927 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5928 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5929 Use char-classes to accept non-ascii letters, accepted in some recent
5930 bibtex implementations.
5931
5932 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5933
5934 * custom.el (custom-set-minor-mode): Any non-nil value for the
5935 variable should enable the mode when set through Custom.
5936
5937 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5938
5939 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5940 TAB binding so tab-always-indent is obeyed.
5941 (vhdl-minibuffer-local-map): Move initialization into declaration.
5942 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5943 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5944 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5945 (vhdl-current-line): Use line-beginning-position.
5946 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5947 with-output-to-temp-buffer, so the current position can be recorded.
5948
5949 2005-04-10 Masatake YAMATO <jet@gyve.org>
5950
5951 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5952 Add regexp for gcov.
5953
5954 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5955
5956 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5957 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5958 syntax which Emacs 20 doesn't support.
5959
5960 2005-04-09 Richard M. Stallman <rms@gnu.org>
5961
5962 * help.el (describe-key-briefly, describe-key):
5963 Replace strings as event types with "(any string)".
5964
5965 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5966
5967 * arc-mode.el (archive-mode-map): Move initialization into
5968 the declaration. Override *all* bindings of `undo'.
5969 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5970
5971 2005-04-09 Jay Belanger <belanger@truman.edu>
5972
5973 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5974
5975 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5976
5977 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5978 (xterm-register-default-colors): Update color values computation
5979 to match xterm-200.
5980
5981 2005-04-09 Kenichi Handa <handa@m17n.org>
5982
5983 * international/code-pages.el (iso-latin-7): Fix the map.
5984
5985 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5986
5987 * emacs-lisp/lisp.el (defun-prompt-regexp)
5988 (parens-require-spaces, buffer-end, end-of-defun)
5989 (insert-parentheses): Doc fixes.
5990
5991 2005-04-08 Kim F. Storm <storm@cua.dk>
5992
5993 * comint.el (comint-highlight-prompt): Fix face spec.
5994 * hi-lock.el (hi-green): Likewise.
5995
5996 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5997
5998 * cus-edit.el (custom-modified-face):
5999 * comint.el (comint-highlight-input): Fix previous changes.
6000 * term.el (term-handle-ansi-escape): Add a comment.
6001
6002 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
6003
6004 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
6005 in the buffer and in whitespace-highlighted-space.
6006 (whitespace-unhighlight-the-space): Simplify.
6007 (whitespace-buffer): Simplify.
6008
6009 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
6010
6011 * textmodes/table.el (table-cell-face): Add special case for
6012 displays supporting a high number of colors.
6013 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
6014 (vhdl-font-lock-reserved-words-face)
6015 (vhdl-speedbar-architecture-face)
6016 (vhdl-speedbar-instantiation-face)
6017 (vhdl-speedbar-architecture-selected-face)
6018 (vhdl-speedbar-instantiation-selected-face): Likewise.
6019 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
6020 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
6021 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
6022 (ebrowse-root-class-face, ebrowse-member-attribute-face)
6023 (ebrowse-progress-face): Likewise.
6024 * progmodes/compile.el (compilation-info-face): Likewise.
6025 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
6026 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
6027 * calendar/calendar.el (diary-face): Likewise.
6028 * woman.el (woman-italic-face, woman-bold-face)
6029 (woman-unknown-face): Likewise.
6030 * wid-edit.el (widget-button-pressed-face): Likewise.
6031 * whitespace.el (whitespace-highlight-face): Likewise.
6032 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
6033 * pcvs-info.el (cvs-marked-face): Likewise.
6034 * info.el (info-xref): Likewise.
6035 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
6036 * hilit-chg.el (highlight-changes-face)
6037 (highlight-changes-delete-face): Likewise.
6038 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
6039 (hi-red-b): Likewise.
6040 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
6041 * font-lock.el (font-lock-keyword-face)
6042 (font-lock-function-name-face, font-lock-warning-face): Likewise.
6043 * cus-edit.el (custom-invalid-face, custom-modified-face)
6044 (custom-set-face, custom-changed-face, custom-variable-tag-face)
6045 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
6046 * comint.el (comint-highlight-prompt): Likewise.
6047
6048 2005-04-08 Lute Kamstra <lute@gnu.org>
6049
6050 * font-lock.el (font-lock-keywords): Docstring fixes.
6051
6052 2005-04-08 Kenichi Handa <handa@m17n.org>
6053
6054 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
6055 chars are more than a limit, print " and more..." at the tail.
6056
6057 2005-04-08 Kim F. Storm <storm@cua.dk>
6058
6059 * emacs-lisp/authors.el (authors-aliases): Update list.
6060 (authors-ignored-files): New list.
6061 (authors-fixed-entries): Fix typo.
6062 (authors-renamed-files-alist): Update list.
6063 (authors-add): Check authors-ignored-files.
6064
6065 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
6066
6067 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
6068 optional, to ensure backward compatibility.
6069
6070 2005-04-08 Stephen Eglen <stephen@gnu.org>
6071
6072 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
6073
6074 2005-04-08 Kim F. Storm <storm@cua.dk>
6075
6076 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
6077
6078 * mouse.el (mouse-on-link-p): Doc fix.
6079
6080 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
6081
6082 * ielm.el (ielm-prompt-read-only): Doc fix.
6083
6084 * comint.el (comint-prompt-read-only): Doc fix.
6085
6086 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
6087
6088 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
6089 ensure dired always handles wildcards passed to ffap.
6090 (find-file-at-point): Use it.
6091 (ffap-dired-wildcards): Doc fix.
6092
6093 2005-04-07 Juri Linkov <juri@jurta.org>
6094
6095 * simple.el (next-error-overlay-arrow-position): New defvar.
6096 Put "=>" on its property `overlay-arrow-string'. Add it to
6097 `overlay-arrow-variable-list'.
6098
6099 * progmodes/compile.el (compilation-setup):
6100 Set `next-error-overlay-arrow-position' to nil. Also set it to
6101 nil in the local hook `kill-buffer-hook'. Make local variable
6102 `overlay-arrow-string' and set it to "=>".
6103 (compilation-goto-locus): Set BOL position to
6104 `next-error-overlay-arrow-position' instead of
6105 `overlay-arrow-position'.
6106
6107 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
6108 locally instead of adding it to the global hook.
6109 (Info-kill-buffer): Move up.
6110
6111 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
6112
6113 * term/xterm.el (xterm-standard-colors): Update color values from
6114 xterm-200.
6115
6116 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
6117
6118 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
6119
6120 * fast-lock.el:
6121 * lazy-lock.el: Move them to the obsolete subdir.
6122
6123 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6124
6125 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
6126 (wdired-add-replace-advice): Remove.
6127 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
6128
6129 2005-04-06 Kim F. Storm <storm@cua.dk>
6130
6131 * startup.el (command-line): Add --bare-bones alias for -Q.
6132
6133 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
6134
6135 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
6136 create the startup fontset if a font specification ends with
6137 `mac-roman'.
6138
6139 2005-04-06 Lute Kamstra <lute@gnu.org>
6140
6141 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
6142 change.
6143
6144 * emacs-lisp/copyright.el (copyright-update-year): Replace the
6145 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
6146
6147 2005-04-05 Lute Kamstra <lute@gnu.org>
6148
6149 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
6150 (define-generic-mode): Ditto. Fix debug declaration.
6151
6152 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6153 Put them in the generic-x group.
6154
6155 * calendar/timeclock.el (timeclock): Doc fix.
6156
6157 * generic.el (define-generic-mode): Don't use custom-current-group.
6158 Document default :group value.
6159 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6160 (define-global-minor-mode): Don't use custom-current-group.
6161
6162 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6163
6164 * startup.el (command-line-1): Display startup-echo-area-message
6165 when fancy splash screen is in use.
6166
6167 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6168 (sh-escaped-newline): New face.
6169 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6170 newline, and use sh-escaped-newline face.
6171
6172 * progmodes/tcl.el (tcl-escaped-newline): New face.
6173 (tcl-builtin-list): New variable.
6174 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6175 newlines. Fix keywords subexpression number.
6176
6177 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6178
6179 * textmodes/org.el (org-diary-default-entry): Fix call to
6180 `add-to-diary-entry'.
6181
6182 2005-04-05 Kim F. Storm <storm@cua.dk>
6183
6184 * ediff-init.el: Use (featurep 'xemacs).
6185
6186 2005-04-05 David Ponce <david@dponce.com>
6187
6188 * cus-edit.el (face): Derive from symbol widget. Display sample
6189 of the current face on the fly.
6190 (widget-face-sample-face-get, widget-face-notify): New functions.
6191 (widget-face-value-create): Remove.
6192
6193 * wid-edit.el (widget-field-end): Temporarily remove field
6194 narrowing before to call `get-char-property'.
6195
6196 2005-04-04 Jay Belanger <belanger@truman.edu>
6197
6198 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6199 (math-read-subscripts): New variable.
6200 (math-read-preprocess-string): Process subscripts.
6201
6202 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6203
6204 * comint.el (comint-prompt-read-only): Doc fix.
6205
6206 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6207 `-1'. Doc fix.
6208
6209 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6210
6211 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6212 Change default value to nil.
6213
6214 2005-04-04 Lute Kamstra <lute@gnu.org>
6215
6216 * autorevert.el (auto-revert-mode): Specify :group.
6217 * battery.el (display-battery-mode): Specify :group.
6218 * diff-mode.el (diff-minor-mode): Specify :group.
6219 * font-core.el (font-lock-mode): Specify :group.
6220 * hl-line.el (hl-line-mode): Specify :group.
6221 * iimage.el (iimage): New customization group.
6222 (iimage-mode): Specify :group.
6223 * longlines.el (longlines-mode): Specify :group.
6224 * master.el: Don't require easy-mmode.
6225 (master): New customization group.
6226 (master-mode): Specify :group.
6227 * msb.el (msb-mode): Specify :group.
6228 * reveal.el (reveal-mode): Specify :group.
6229 * simple.el (next-error-follow-minor-mode): Specify :group.
6230 * smerge-mode.el (smerge-mode): Specify :group.
6231 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6232 * emulation/cua-base.el (cua-mode): Specify :group.
6233 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6234 * language/thai-util.el (thai-auto-composition-mode)
6235 (thai-word-mode): Specify :group.
6236 * mail/supercite.el (sc-minor-mode): Specify :group.
6237 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6238 * progmodes/flymake.el (flymake-mode): Specify :group.
6239 * progmodes/glasses.el (glasses-mode): Specify :group.
6240 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6241 * textmodes/enriched.el (enriched-mode): Specify :group.
6242 * textmodes/refill.el (refill-mode): Specify :group.
6243
6244 * add-log.el (change-log-font-lock-keywords): Names in
6245 parenthesized lists can contain spaces.
6246
6247 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6248
6249 * startup.el (fancy-splash-text): Shorten default text of
6250 "Emacs Tutorial" line. Also, if the current language env
6251 indicates an available tutorial file other than TUTORIAL,
6252 extract its title and append it to the line in parentheses.
6253 (fancy-splash-insert): If arg is a thunk, funcall it.
6254
6255 2005-04-04 Jay Belanger <belanger@truman.edu>
6256
6257 * calc.el (calc-language-alist): Add tags to customization type.
6258
6259 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6260
6261 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6262 Doc fix.
6263
6264 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6265
6266 * add-log.el (change-log-font-lock-keywords): The manual
6267 describing a Change Log entry, says: (...) "Aside from these
6268 header lines, every line in the change log starts with a space or
6269 a tab.". The font-lock was not highlighting lines started with
6270 spaces, added support for it.
6271
6272 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6273
6274 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6275 (bibtex-generate-url-list): Update docstring accordingly. Put the
6276 complex example in the docstring.
6277 (bibtex-font-lock-url): Use pop.
6278
6279 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6280
6281 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6282
6283 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6284
6285 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6286
6287 * filesets.el (filesets-set-default): Doc fix.
6288
6289 2005-04-03 Lute Kamstra <lute@gnu.org>
6290
6291 * generic.el (define-generic-mode): Add argument to specify
6292 keywords for defcustom.
6293 (default-generic-mode): Specify :group.
6294
6295 * generic-x.el: Specify :group for all generic modes.
6296
6297 * desktop.el (desktop-no-desktop-file-hook)
6298 (desktop-after-read-hook): Doc fix.
6299
6300 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6301
6302 * simple.el (visible-mode): Use explicit :group keyword.
6303 This changes the group of `visible-mode-hook' from paren-blinking
6304 to editing-basics.
6305
6306 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6307
6308 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6309 mailbox specifications as well as URLs.
6310 (rmail-insert-inbox-text): Remove unused conditional branches.
6311
6312 2005-04-01 Jay Belanger <belanger@truman.edu>
6313
6314 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6315 (calc-gnuplot-print-command): Move definitions to calc.el.
6316
6317 * calc/calc-embed.el (calc-embedded-announce-formula)
6318 (calc-embedded-open-formula, calc-embedded-close-formula)
6319 (calc-embedded-open-word, calc-embedded-close-word)
6320 (calc-embedded-open-plain, calc-embedded-close-plain)
6321 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6322 (calc-embedded-open-mode, calc-embedded-close-mode):
6323 Move definitions to calc.el.
6324
6325 * calc/calc.el (calc-settings-file, calc-language-alist):
6326 Make customizable.
6327 (calc-embedded-announce-formula, calc-embedded-open-formula)
6328 (calc-embedded-close-formula, calc-embedded-open-word)
6329 (calc-embedded-close-word, calc-embedded-open-plain)
6330 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6331 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6332 (calc-embedded-close-mode, calc-gnuplot-name)
6333 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6334 from other files and make customizable.
6335
6336 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6337
6338 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6339 Use buffer-live-p.
6340 (cvs-mode-run): Don't call cvs-update-header here.
6341 (cvs-run-process): Call cvs-update-header.
6342 Use process properties for cvs-postprocess and cvs-buffer so that
6343 the sentinel can behave better if the temp buffer is killed.
6344 Use a pipe rather than a tty, to better handle unexpected prompts.
6345 (cvs-sentinel): Rewrite. Call cvs-update-header.
6346
6347 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6348
6349 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6350 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6351
6352 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6353
6354 * generic.el (define-generic-mode): Add indentation rule.
6355
6356 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6357
6358 * files.el (mode-require-final-newline): Make Custom correctly
6359 report a nil value and allow to set it to nil via Custom.
6360 Doc fix.
6361
6362 2005-04-01 Kenichi Handa <handa@m17n.org>
6363
6364 * international/characters.el: Enable the correct case setting for
6365 dotless-i and dotted-I.
6366
6367 2005-04-01 Kim F. Storm <storm@cua.dk>
6368
6369 * ido.el (ido-file-internal): Fall back to non-ido command if
6370 initial directory is on slow ftp (or tramp) host.
6371
6372 2005-03-31 Richard M. Stallman <rms@gnu.org>
6373
6374 * emacs-lisp/autoload.el (make-autoload):
6375 Handle define-global-minor-mode.
6376
6377 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6378 Rename from easy-mmode-define-global-mode.
6379 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6380
6381 * progmodes/scheme.el (scheme-mode-syntax-table):
6382 Update syntax of | and # for two-character comment syntax.
6383
6384 2005-03-31 Lute Kamstra <lute@gnu.org>
6385
6386 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6387 (define-minor-mode): Call custom-current-group at load-time.
6388
6389 * generic.el (define-generic-mode): Add debug declaration.
6390 Add defcustom for the mode hook.
6391 (generic-mode-internal): Use run-mode-hooks.
6392
6393 2005-03-31 Kim F. Storm <storm@cua.dk>
6394
6395 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6396 (mouse-fixup-help-message): New defun called by show_help_echo
6397 to fixup mouse-2 prefix in help messages when applicable.
6398
6399 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6400
6401 2005-03-31 Kenichi Handa <handa@m17n.org>
6402
6403 * language/thai-word.el (thai-find-word-ends): Pay attention to
6404 the case that we reach the end of buffer.
6405
6406 * textmodes/fill.el (fill-text-properties-at): New function.
6407 (fill-newline): Use fill-text-properties-at instead of
6408 text-properties-at.
6409
6410 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6411
6412 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6413 not comint-quote-filename.
6414
6415 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6416
6417 * help-fns.el (help-with-tutorial): Revert last change.
6418
6419 2005-03-31 Kim F. Storm <storm@cua.dk>
6420
6421 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6422
6423 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6424
6425 * calendar/cal-china.el: Update reference to "Calendrical
6426 Calculations" book; there's a new edition.
6427 * calendar/cal-coptic.el: Likewise.
6428 * calendar/cal-french.el: Likewise.
6429 * calendar/cal-hebrew.el: Likewise.
6430 * calendar/cal-islam.el: Likewise.
6431 * calendar/cal-iso.el: Likewise.
6432 * calendar/cal-julian.el: Likewise.
6433 * calendar/cal-mayan.el: Likewise.
6434 * calendar/cal-persia.el: Likewise.
6435 * calendar/calendar.el: Likewise.
6436 * calendar/holidays.el: Likewise.
6437 * calendar/lunar.el: Likewise.
6438 * calendar/solar.el: Likewise.
6439
6440 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6441 white space from doc string.
6442
6443 2005-03-30 Jay Belanger <belanger@truman.edu>
6444
6445 * calc/calc-help.el (calc-full-help): Remove email address.
6446
6447 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6448
6449 * help-fns.el (help-with-tutorial): Delete title line.
6450
6451 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6452
6453 * calendar/cal-x.el (calendar-one-frame-setup)
6454 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6455 rather than 'symbol for set-window-dedicated-p.
6456
6457 * calendar/appt.el (appt-buffer-name): Make it a constant.
6458 (appt-add): Doc fix.
6459
6460 * filesets.el (filesets-menu-path, filesets-menu-before)
6461 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6462 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6463 (filesets-add-submenu): Delete and use add-submenu instead.
6464
6465 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6466
6467 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6468 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6469 (org-diary-default-entry): New function.
6470 (org-get-entries-from-diary): Better parsing of diary entries.
6471 (org-agenda-check-no-diary): New function.
6472 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6473 linking to diary entries.
6474 (org-agenda-execute-calendar-command): New function.
6475 (org-agenda): Improve visible section in window.
6476 Use `org-fit-agenda-window'.
6477 (org-fit-agenda-window): New option.
6478 (org-move-subtree-down): Better handling of empty lines
6479 at end of subtree.
6480 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6481 levels up.
6482 (org-fontify-done-headline): New option.
6483 (org-headline-done-face): New face.
6484 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6485 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6486 When current field is non-empty, it is copied to next row.
6487 (org-table-copy-from-above): Fix bug which made it
6488 impossible to copy fields containing only a single non-white character.
6489
6490 2005-03-30 Kim F. Storm <storm@cua.dk>
6491
6492 * kmacro.el (kmacro-end-macro): Isearch may store this command
6493 into the macro -- so ignore it when executing keyboard macro.
6494
6495 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6496
6497 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6498
6499 2005-03-29 Kenichi Handa <handa@m17n.org>
6500
6501 * language/thai.el ("Thai"): Set setup-function and exit-function
6502 for Thai language environment.
6503
6504 * language/thai-util.el: Require thai-word.
6505 (thai-word-mode-map): New variable.
6506 (thai-word-mode): New minor mode.
6507 (setup-thai-language-environment-internal): New function.
6508 (exit-thai-language-environment-internal): New function.
6509
6510 * language/thai-word.el (thai-word-table): Declare it by defvar,
6511 use dolist to initialize it.
6512 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6513 (thai-fill-find-break-point): New functions.
6514
6515 2005-03-29 Richard M. Stallman <rms@gnu.org>
6516
6517 * simple.el (idle-update-delay): Move definition up.
6518 (set-mark): Doc fix.
6519
6520 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6521
6522 * longlines.el: New file.
6523
6524 * simple.el (buffer-substring-filters): New variable.
6525 (filter-buffer-substring): New function.
6526 (kill-region, copy-region-as-kill): Use it.
6527
6528 * register.el (copy-to-register, append-to-register)
6529 (prepend-to-register): Use filter-buffer-substring.
6530
6531 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6532
6533 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6534 (gud-filter-pending-text): Move in front of gdb.
6535 (gud-overlay-arrow-position): New variable.
6536 (gud-sentinel, gud-display-line): Use it in place of
6537 overlay-arrow-position.
6538
6539 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6540
6541 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6542 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6543 (fortran-font-lock-keywords-4): New variable.
6544 (fortran-blocks-re, fortran-end-block-re)
6545 (fortran-start-block-re): New constants, for hideshow.
6546 (hs-special-modes-alist): Add a Fortran entry.
6547 (fortran-mode-map): Bind fortran-end-of-block,
6548 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6549 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6550 (fortran-looking-at-if-then, fortran-end-of-block)
6551 (fortran-beginning-of-block): New functions, for hideshow.
6552
6553 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6554 Doc fix. Tweak regexp.
6555 (f90-beginning-of-block): Push mark first.
6556
6557 2005-03-29 Jay Belanger <belanger@truman.edu>
6558
6559 * calc/calc.el: Update copyright date.
6560 (calc-version): Increase to 2.1.
6561 (calc-version-date): Remove.
6562
6563 * calc/calc-help.el: Update copyright date.
6564 (calc-full-help): Remove reference to calc-version-date.
6565 Update copyright date.
6566
6567 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6568
6569 * vc.el (vc-do-command): Use a pipe for async processes, so password
6570 prompts don't show up at places where the user can't reply.
6571
6572 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6573
6574 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6575 on the file name we pass to the inferior shell.
6576
6577 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6578
6579 * progmodes/which-func.el (which-function): Be robust in the face of an
6580 imenu--make-index-alist failure.
6581
6582 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6583
6584 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6585
6586 * progmodes/python.el (python-preoutput-filter): Fix last change.
6587
6588 2005-03-29 Lute Kamstra <lute@gnu.org>
6589
6590 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6591 functions and compiled macros.
6592 (debug-convert-byte-code): Handle macros too.
6593 (debug-on-entry-1): Don't signal an error when trying to clear a
6594 function that is not set to debug on entry.
6595
6596 2005-03-29 Jay Belanger <belanger@truman.edu>
6597
6598 * calc/calc-lang.el: Add functions to math-function-table
6599 properties of tex and math.
6600
6601 2005-03-29 Kenichi Handa <handa@m17n.org>
6602
6603 * ps-mule.el (ps-mule-plot-string): Translate characters by
6604 ps-print-translation-table.
6605 (ps-mule-begin-job): Call find-charset-region/string with
6606 ps-print-translation-table.
6607 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6608
6609 * ps-print.el (ps-print-translation-table): New variable.
6610 (ps-plot-region): Translate characters by ps-print-translation-table.
6611
6612 2005-03-29 Juri Linkov <juri@jurta.org>
6613
6614 * simple.el (next-error-highlight-timer): New variable.
6615
6616 * progmodes/compile.el (compilation-goto-locus):
6617 Use `next-error-highlight-timer' instead of `sit-for'.
6618
6619 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6620
6621 * mail/supercite.el (sc-mail-field): Use assoc-string.
6622 (sc-get-address): Simplify regexps.
6623
6624 * files.el (minibuffer-with-setup-hook): New macro.
6625 (find-file-read-args): Use it to avoid let-binding
6626 minibuffer-with-setup-hook (which breaks turning on/off
6627 file-name-shadow-mode while in the prompt).
6628
6629 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6630
6631 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6632
6633 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6634
6635 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6636
6637 * window.el (window-buffer-height): Use count-screen-lines.
6638
6639 * progmodes/python.el (python-preoutput-leftover): New var.
6640 (python-preoutput-filter): Use it.
6641 (python-send-receive): Loop until all the result has been received.
6642
6643 2005-03-28 Juri Linkov <juri@jurta.org>
6644
6645 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6646
6647 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6648 "Recover Crashed Session".
6649 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6650 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6651 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6652 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6653 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6654 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6655 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6656 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6657
6658 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6659 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6660 Ediff Sessions", "Toggle use of separate control buffer frame",
6661 "Use separate frame for Ediff control buffer".
6662
6663 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6664 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6665 "Rename Bookmark", "Delete Bookmark".
6666
6667 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6668 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6669 Add `:active Info-index-alternatives' to "Next Matching Item".
6670
6671 * wdired.el (wdired-change-to-wdired-mode):
6672 Mention `wdired-abort-changes' key in the initial message.
6673
6674 * international/mule.el (auto-coding-alist): Associate non-ascii
6675 image filename extensions with `no-conversion'.
6676
6677 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6678
6679 * international/iso-acc.el:
6680 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6681
6682 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6683
6684 * textmodes/sgml-mode.el (html-mode): Doc update.
6685
6686 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6687
6688 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6689
6690 * term.el (term-move-columns): Fix face after extending a line.
6691 (term-insert-spaces): Likewise.
6692 (term-reset-terminal): Fix off by one error.
6693
6694 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6695
6696 * international/mule.el (auto-coding-alist): Add .xpi files.
6697
6698 * files.el (auto-mode-alist): Add .xpi files.
6699
6700 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6701
6702 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6703
6704 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6705
6706 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6707
6708 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6709
6710 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6711 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6712
6713 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6714 cursor to Jan 1 when needed.
6715 (calendar-end-of-year): Fix -/+ typo.
6716 Reported by Chong Yidong <cyd@stupidchicken.com>.
6717
6718 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6719
6720 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6721
6722 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6723 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6724
6725 2005-03-25 Richard M. Stallman <rms@gnu.org>
6726
6727 * filesets.el (filesets-init): Add autoload.
6728
6729 * mail/mailalias.el (mail-directory): Doc fix.
6730
6731 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6732
6733 * mail/mailalias.el (mail-directory-process): Do nothing if
6734 mail-directory-process is an atom.
6735 (mail-get-names): Ignore mail-directory-names if it is an atom.
6736 (mail-directory-process defvar): Doc fix.
6737 (mail-names): Doc fix.
6738
6739 2005-03-25 Johan Bockg\e,Ae\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6740
6741 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6742
6743 2005-03-26 Kenichi Handa <handa@m17n.org>
6744
6745 * international/mule-util.el (detect-coding-with-priority):
6746 Call update-coding-systems-internal before detect-coding-region.
6747
6748 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6749
6750 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6751 (gdb-frames-mode-map): Add follow-link property.
6752
6753 2005-03-25 Jay Belanger <belanger@truman.edu>
6754
6755 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6756 for variables.
6757
6758 2005-03-25 Juri Linkov <juri@jurta.org>
6759
6760 * image-mode.el: Optimize image filename extension regexps in
6761 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6762 in `auto-mode-alist'.
6763 (image-mode): Add `image-toggle-display-text' to local hook
6764 `change-major-mode-hook'. Display the image as an image by
6765 default. Set `cursor-type' and `truncate-lines' if the image
6766 is already displayed. Take into account the current mode (image
6767 or text) in message.
6768 (image-minor-mode): New minor mode.
6769 (image-mode-maybe, image-toggle-display-text): New functions.
6770 (image-toggle-display): Use called-interactively-p.
6771 Let-bind `inhibit-read-only' to t.
6772
6773 * image-mode.el (image-minor-mode): Set `cursor-type' and
6774 `truncate-lines' if the image is already displayed. Add turning
6775 image-minor-mode off to `change-major-mode-hook'. Add message.
6776 Call `image-toggle-display-text' after turning image-minor-mode off.
6777
6778 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6779
6780 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6781 Terminal.app, use utf-8.
6782 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6783 (set-locale-environment): Use it.
6784
6785 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6786
6787 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6788
6789 * progmodes/python.el (python-close-block-statement-p)
6790 (python-outdent-p, python-current-defun): Use symbol-end.
6791
6792 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6793
6794 * files.el (save-some-buffers): Doc fix.
6795
6796 2005-03-25 Werner Lemberg <wl@gnu.org>
6797
6798 * complete.el, thumbs.el: Replace `legal' with `valid'.
6799 * calendar/calendar.el: Replace `legal' with `valid'.
6800 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6801 * mail/supercite.el: Replace `legal' with `valid'.
6802 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6803 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6804 Replace `legal' with `valid'.
6805 * textmodes/reftex-vars.el, textmodes/reftex.el:
6806 Replace `legal' with `valid'.
6807
6808 2005-03-25 Werner Lemberg <wl@gnu.org>
6809
6810 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6811 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6812 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6813 * emulation/vip.el: Replace `illegal' with `invalid'.
6814 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6815 * mail/supercite.el: Replace `illegal' with `invalid'.
6816 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6817 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6818 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6819 * progmodes/sh-script.el, progmodes/xscheme.el:
6820 Replace `illegal' with `invalid'.
6821 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6822 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6823 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6824 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6825
6826 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6827
6828 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6829 (flymake-find-buildfile, flymake-find-possible-master-files)
6830 (flymake-check-include, flymake-parse-line): Replace loops over the
6831 length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
6832
6833 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6834 Substitute file-name-as-directory in the rest of the file.
6835 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6836 (flymake-replace-region): Remove unused arg `buffer'.
6837 (flymake-check-patch-master-file-buffer): Update calls to it.
6838 (flymake-add-err-info): Remove unused var `count'.
6839 (flymake-mode): Use define-minor-mode.
6840
6841 * progmodes/flymake.el: Use with-current-buffer.
6842 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6843 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6844 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6845 Avoid testing for `xemacs'.
6846 (flymake-nop): Move.
6847 (flymake-region-has-flymake-overlays): Return the computed value.
6848 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6849 Remove unused var `endline'.
6850 (flymake-get-line-count): Remove unused function.
6851 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6852
6853 * emulation/vi.el:
6854 * generic.el:
6855 * hilit-chg.el (global-highlight-changes):
6856 * hi-lock.el (hi-lock-mode):
6857 * follow.el: find-file-hooks -> find-file-hook.
6858
6859 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6860
6861 2005-03-24 Juri Linkov <juri@jurta.org>
6862
6863 * dired.el (dired-mode-map): Add menu item "Compare directories"
6864 for dired-compare-directories.
6865
6866 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6867 Doc fix. Replace `read-file-name' with `read-directory-name'.
6868
6869 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6870
6871 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6872
6873 2005-03-24 Jay Belanger <belanger@truman.edu>
6874
6875 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6876 relevant mode settings in calc-embedded-original-modes when modes
6877 are permanently changed.
6878
6879 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6880
6881 * autoinsert.el: find-file-hooks -> find-file-hook.
6882
6883 2005-03-24 Lute Kamstra <lute@gnu.org>
6884
6885 * generic.el (generic-font-lock-defaults): Make it obsolete.
6886 (generic-font-lock-keywords): New variable to replace
6887 generic-font-lock-defaults.
6888 (generic-mode-set-font-lock): Delete it.
6889 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6890 (generic-bracket-support): Add docstring.
6891
6892 * generic-x.el: Rename generic-font-lock-defaults to
6893 generic-font-lock-keywords throughout.
6894 (mailagent-rules-setup-function): Delete it.
6895 (mailagent-rules-generic-mode): Use anonymous function instead.
6896 (show-tabs-generic-mode-font-lock-defaults-1)
6897 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6898 Quote faces.
6899 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6900 not foreground.
6901
6902 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6903 Recognize define-generic-mode.
6904
6905 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6906
6907 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6908 if there's no completion table.
6909
6910 2005-03-23 Miles Bader <miles@gnu.org>
6911
6912 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6913 Remove tty-specific variants, as they're no longer needed.
6914
6915 2005-03-23 Lute Kamstra <lute@gnu.org>
6916
6917 * generic-x.el: Code cleanup: make args constant whenever possible.
6918 (installshield-statement-keyword-list)
6919 (installshield-system-functions-list)
6920 (installshield-system-variables-list, installshield-types-list)
6921 (installshield-funarg-constants-list): Make them constants.
6922
6923 * generic.el (generic-make-keywords-list): Add autoload cookie.
6924
6925 * calendar/time-date.el: Add comment on time value formats.
6926 Don't require parse-time.
6927 (with-decoded-time-value): New macro.
6928 (encode-time-value): New function.
6929 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6930 (days-to-time): Return a valid time value when arg is huge.
6931 (time-since): Use time-subtract.
6932 (time-to-number-of-days): Use time-to-seconds.
6933
6934 2005-03-23 David Ponce <david@dponce.com>
6935
6936 * recentf.el: (recentf-keep): New option.
6937 (recentf-menu-action): Default to `find-file'.
6938 (recentf-keep-non-readable-files-flag)
6939 (recentf-keep-non-readable-files-p)
6940 (recentf-file-readable-p, recentf-find-file)
6941 (recentf-cleanup-remote): Remove.
6942 (recentf-include-p): More robust.
6943 (recentf-keep-p): New function.
6944 (recentf-remove-if-non-kept): Rename from
6945 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6946 All callers updated.
6947 (recentf-menu-items-for-commands): Fix help string.
6948 (recentf-track-closed-file): Update. Doc fix.
6949 (recentf-cleanup): Update. Count removed files. Doc fix.
6950
6951 2005-03-23 Kim F. Storm <storm@cua.dk>
6952
6953 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6954 Don't inherit from fringe face (now happens automatically).
6955
6956 2005-03-22 Kim F. Storm <storm@cua.dk>
6957
6958 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6959 position values.
6960
6961 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6962
6963 * menu-bar.el (showhide-date-time): Remove.
6964 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6965 (menu-bar-make-mm-toggle): Simplify.
6966
6967 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6968
6969 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6970 Accept qualified variable and function names.
6971
6972 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6973
6974 * bindings.el (completion-ignored-extensions):
6975 Remove ".lis" for `vax-vms'.
6976
6977 2005-03-22 Andreas Schwab <schwab@suse.de>
6978
6979 * generic-x.el: Revert last change.
6980 * ldefs-boot.el: Update.
6981
6982 2005-03-22 Jay Belanger <belanger@truman.edu>
6983
6984 * calc/calc-embed (calc-embedded-original-modes): New variable.
6985 (calc-embedded-save-original-modes)
6986 (calc-embedded-restore-original-modes): New functions.
6987 (calc-do-embedded): Save original modes when entering embedded mode
6988 and restore when leaving embedded mode.
6989 (calc-embedded-modes-change): Change the value of
6990 calc-embedded-original-modes to reflect permanent changes.
6991
6992 2005-03-22 Lute Kamstra <lute@gnu.org>
6993
6994 * generic-x.el: Require generic again.
6995
6996 2005-03-22 Miles Bader <miles@gnu.org>
6997
6998 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6999 Tweak details to look good on both ttys and bitmap displays, light
7000 or dark background, etc.
7001
7002 2005-03-21 Kim F. Storm <storm@cua.dk>
7003
7004 * tooltip.el (tooltip-show-help-function): Check car and cdr of
7005 mouse position.
7006
7007 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
7008
7009 * icomplete.el: Don't forcibly turn on the mode upon load.
7010 (icomplete-mode): Use define-minor-mode.
7011 (icomplete-eoinput): Default to nil.
7012 (icomplete-minibuffer-setup): Remove autoload.
7013 (icomplete-tidy): Simplify.
7014 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
7015 in the initial state or if the user has modified the field.
7016 Fix handling of icomplete-max-delay-chars.
7017 Remove code that handles the oddball case where
7018 minibuffer-completion-table is an integer.
7019 Wrap icomplete-completions in while-no-input in case building
7020 completions takes more time than expected.
7021 (icomplete-completions): Simplify.
7022
7023 2005-03-21 Richard M. Stallman <rms@gnu.org>
7024
7025 * jka-compr.el (jka-compr-really-do-compress):
7026 Make variable buffer-local.
7027
7028 * image-mode.el: Handle .xpm files too.
7029 (image-toggle-display): Preserve modification flag.
7030
7031 * help.el (where-is): Don't mention aliases with no key bindings.
7032
7033 2005-03-21 Lute Kamstra <lute@gnu.org>
7034
7035 * generic.el: Fix commentary section. Don't require cl for compilation.
7036 (generic-mode-list): Add autoload cookie.
7037 (generic-use-find-file-hook, generic-lines-to-scan)
7038 (generic-find-file-regexp, generic-ignore-files-regexp)
7039 (generic-mode, generic-mode-find-file-hook)
7040 (generic-mode-ini-file-find-file-hook): Fix docstrings.
7041 (define-generic-mode): Make it a defmacro. Fix docstring.
7042 (generic-mode-internal): Code cleanup. Add autoload cookie.
7043 (generic-mode-set-comments): Code cleanup.
7044 * generic-x.el: Don't prevent compilation. Don't require generic.
7045 Follow coding conventions. Minor code cleanup.
7046 (etc-fstab-generic-mode): Add some keywords.
7047 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
7048 define-generic-mode like a function declaration.
7049
7050 2005-03-21 Jay Belanger <belanger@truman.edu>
7051
7052 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
7053 changing modes.
7054
7055 2005-03-21 Sam Steingold <sds@gnu.org>
7056
7057 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
7058
7059 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
7060
7061 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
7062 Add underscore to "f$ lexicals" regexp.
7063
7064 2005-03-20 Juri Linkov <juri@jurta.org>
7065
7066 * subr.el (progress-reporter-do-update): When `min-value' is equal
7067 to `max-value', set `percentage' to 0 and prevent division by zero.
7068
7069 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
7070
7071 Sync with Tramp 2.0.48.
7072
7073 * tramp.el (all): Change all addresses to .gnu.org.
7074 (tramp-append-tramp-buffers): New defun.
7075 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
7076 Catch `dont-send' signal.
7077 (tramp-set-auto-save-file-modes): Set always permissions, because
7078 there might be an old auto-saved file belonging to another
7079 original file. This could be a security threat. Reported by
7080 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
7081 Check for Emacs 21.3.50 removed.
7082
7083 * tramp-smb.el (all): Remove debug construct for
7084 `with-parsed-tramp-file-name'.
7085 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
7086 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
7087 No error message if DIRECTORY or FILENAME doesn't exist.
7088 (tramp-smb-open-connection): Check existence of
7089 `tramp-smb-program'.
7090
7091 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
7092
7093 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
7094 Properly handle the case where the `m' or `s' command's argument is not
7095 yet terminated.
7096 (perl-indent-new-calculate): New function.
7097 (perl-indent-line): Use it.
7098
7099 2005-03-20 Miles Bader <miles@gnu.org>
7100
7101 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
7102 in text-mode too. Change to new face names.
7103 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
7104 Add `:weight bold' attribute.
7105 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
7106
7107 2005-03-19 Juri Linkov <juri@jurta.org>
7108
7109 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
7110
7111 * international/mule.el (auto-coding-alist): Sync with
7112 `auto-mode-alist' by adding upper case archive file extensions
7113 and adding ear/war to jar extension.
7114
7115 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
7116
7117 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
7118 running, restart it.
7119
7120 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
7121
7122 * finder.el (finder-current-item): Throw an error on an empty line.
7123
7124 * man.el (Man-follow-manual-reference): If current-word returns
7125 nil, use "".
7126
7127 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
7128
7129 * simple.el (goto-line): Doc fix.
7130
7131 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
7132
7133 * files.el (save-buffer): Doc fix.
7134
7135 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
7136
7137 * recentf.el (recentf-cleanup-remote): New variable.
7138 (recentf-cleanup): Use it to conditionally check availability of
7139 remote files.
7140
7141 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
7142
7143 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
7144 function names.
7145
7146 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7147
7148 * language/thai-word.el: New file.
7149
7150 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7151
7152 * files.el (backup-buffer): If the file's directory is not
7153 writable, use copy instead of move to backup the file.
7154
7155 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7156
7157 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7158
7159 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7160
7161 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7162 Use functionp instead of symbolp and fboundp. Reported by Drkm
7163 <darkman_spam@yahoo.fr>.
7164 (ps-print-version): New version 6.6.6.
7165
7166 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7167
7168 * textmodes/table.el (table--line-column-position): New idiom.
7169 (table--row-column-insertion-point-p): New function to test
7170 validity of row and column insertion operation at a location.
7171 (table-global-menu, table-cell-menu): Use above functions for
7172 deterministic test operation.
7173 (table--editable-cell-p): Behave in deterministic fashion.
7174
7175 2005-03-18 Juri Linkov <juri@jurta.org>
7176
7177 * isearch.el (isearch-lazy-highlight-new-loop):
7178 Make arguments beg and end optional.
7179 (isearch-update): Remove optional arguments nil from
7180 isearch-lazy-highlight-new-loop.
7181 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7182 isearch-lazy-highlight-case-fold-search instead of
7183 isearch-case-fold-search, and let-bind isearch-regexp to
7184 isearch-lazy-highlight-regexp.
7185 Use isearch-lazy-highlight-last-string instead of isearch-string.
7186
7187 * replace.el (perform-replace): Remove bindings of global
7188 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7189 Add three new arguments to `replace-highlight'.
7190 (replace-highlight): Add arguments string, regexp, case-fold.
7191 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7192 to allow isearch-lazy-highlight-new-loop to use these values
7193 to set corresponding isearch-lazy-highlight-* internal
7194 variables whose values lazy highlighting will use regardless of
7195 changes to global variables isearch-string, isearch-regexp,
7196 isearch-case-fold-search during lazy highlighting loop.
7197 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7198 to `lazy-highlight-cleanup'.
7199
7200 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7201 (ispell-highlight-face): Set default face to `isearch' when
7202 lazy highlighting is enabled.
7203 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7204 priority to 1. Add lazy highlighting.
7205 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7206 from `isearch-dehighlight'.
7207
7208 2005-03-18 David Ponce <david@dponce.com>
7209
7210 * files.el (hack-local-variables): Do a case-insensitive search
7211 for End.
7212
7213 2005-03-18 Juri Linkov <juri@jurta.org>
7214
7215 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7216 `isearch-lazy-highlight-cleanup', add alias to old name and
7217 declare obsolete. Add release numbers to other obsolete vars.
7218 (isearch-done, isearch-lazy-highlight-new-loop):
7219 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7220 (lazy-highlight-cleanup) <variable>: Doc fix.
7221 (isearch-lazy-highlight-update): Rename obsolete
7222 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7223
7224 2005-03-18 Kenichi Handa <handa@m17n.org>
7225
7226 * language/thai-util.el: Fix categorization of Thai characters in
7227 thai-category-table.
7228 (thai-composition-pattern): Adjust it for the above change.
7229 (thai-self-insert-command, thai-compose-syllable): New functions.
7230 (thai-compose-region): Use thai-compose-syllable.
7231 (thai-compose-string): Likewise.
7232 (thai-composition-function): Likewise.
7233 (thai-auto-composition): New function.
7234 (thai-auto-composition-mode): New minor mode.
7235
7236 * language/thai.el: Fix patterns to be registered in
7237 composition-function-table.
7238
7239 * international/quail.el (quail-input-method): Locally bind
7240 inhibit-modification-hooks to t.
7241
7242 2005-03-17 Richard M. Stallman <rms@gnu.org>
7243
7244 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7245 (perl-mode): Use run-mode-hooks.
7246
7247 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7248 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7249 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7250
7251 * mail/sendmail.el (sendmail-send-it): Reenable the code
7252 to compute resend-to-address and use it.
7253
7254 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7255
7256 * image-mode.el: New file.
7257
7258 * image.el (insert-sliced-image): Add autoload cookie.
7259
7260 * font-lock.el (font-lock-lines-before): New user option.
7261 (font-lock-after-change-function): Obey it.
7262
7263 * bindings.el (esc-map): Make M-g a prefix.
7264 Bind M-g g and M-g M-g to goto-line.
7265
7266 * faces.el (face-id): Doc fix.
7267
7268 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7269
7270 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7271 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7272 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7273
7274 * mail/sendmail.el (mail-yank-ignored-headers)
7275 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7276 Add Mail-Followup-To and Mail-Reply-To headers.
7277 (mail-citation-hook): Add autoload cookie.
7278 (mail-mode): Doc fix.
7279 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7280 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7281 (mail-mode-fill-paragraph): Handle those headers.
7282 (mail-mailing-lists): New variable.
7283 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7284
7285 2005-03-17 Juri Linkov <juri@jurta.org>
7286
7287 * isearch.el (isearch-fallback): Check for `(car previous)'
7288 before calling `isearch-other-end-state'.
7289
7290 2005-03-17 Kim F. Storm <storm@cua.dk>
7291
7292 * simple.el (move-beginning-of-line): Move to beginning of buffer
7293 line, as well as beginning of screen line.
7294
7295 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7296
7297 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7298 argument REDRAW rather than calendar-redrawing variable.
7299 * calendar/calendar.el (calendar-redrawing): Delete.
7300 (redraw-calendar): Do not bind calendar-redrawing.
7301
7302 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7303
7304 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7305 diary-file buffer.
7306
7307 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7308
7309 * help.el (describe-mode): Allow a :minor-mode-function property to
7310 specify a different minor mode toggle function than the variable.
7311 * simple.el (auto-fill-function):
7312 * subr.el (add-minor-mode): Use it.
7313
7314 2005-03-16 Kenichi Handa <handa@m17n.org>
7315
7316 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7317 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7318 (ethio-fidel-to-sera-buffer): Likewise.
7319
7320 2005-03-16 Juri Linkov <juri@jurta.org>
7321
7322 * emacs-lisp/find-func.el (find-function-regexp):
7323 Add defun-emitting macro `menu-bar-make-toggle'.
7324
7325 * isearch.el: Put `isearch-scroll' property to
7326 `split-window-horizontally'.
7327
7328 * info.el: Update error messages for `debug-ignored-errors'.
7329 (Info-isearch-search): Doc fix.
7330 (Info-find-node): Move up code to go into info buffer before
7331 recording the node to the history.
7332 (Info-fontify-node): Fontify titles only if the next line
7333 has two or more `*', `=', `-', `.'.
7334 Display "go to this node" for empty (match-string 3).
7335
7336 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7337
7338 * term/mac-win.el: Add mouse pointer shape constants.
7339
7340 2005-03-15 Kim F. Storm <storm@cua.dk>
7341
7342 * simple.el (move-beginning-of-line): Use vertical-motion.
7343
7344 2005-03-15 Juri Linkov <juri@jurta.org>
7345
7346 * isearch.el (isearch-error): New variable.
7347 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7348 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7349 (isearch-within-brackets-state): Remove.
7350 (isearch-case-fold-search-state, isearch-pop-fun-state):
7351 Decrease frame index.
7352 (isearch-mode, isearch-top-state, isearch-push-state)
7353 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7354 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7355 (isearch-search, isearch-lazy-highlight-new-loop):
7356 Replace `isearch-invalid-regexp' with `isearch-error'.
7357 Remove `isearch-within-brackets'.
7358 (isearch-search): Add `search-failed' handler to `condition-case'.
7359 (isearch-lazy-highlight-search): Add `condition-case' to catch
7360 errors and allow `isearch-lazy-highlight-update' to try
7361 highlighting from the beginning of the window.
7362 (isearch-repeat): Move up code to set isearch-wrapped to t
7363 before calling isearch-wrap-function.
7364
7365 * info.el (Info-isearch-initial-node): New internal variable.
7366 (Info-search): Signal an error in isearch mode when search leaves
7367 the initial node. Signal an error when `bound' is non-nil and
7368 nothing was found in the current subfile.
7369 (Info-isearch-search): Remove `condition-case'.
7370 (Info-isearch-wrap): Don't wrap when search failed during leaving
7371 the initial node. If `Info-isearch-search' is nil, wrap around
7372 the current node.
7373 (Info-isearch-start): New fun.
7374 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7375 `isearch-mode-hook'.
7376
7377 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7378
7379 * simple.el (normal-erase-is-backspace): Set default to t if
7380 running on Mac.
7381
7382 * term/mac-win.el (function-key-map): Sync with x-win.el.
7383
7384 2005-03-15 Kenichi Handa <handa@m17n.org>
7385
7386 * international/mule-cmds.el (locale-language-names): Modify the
7387 format of elements and add more entries.
7388 (locale-preferred-coding-systems): Add more entries.
7389 (set-locale-environment): Adjust for the change of
7390 locale-language-names.
7391
7392 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7393
7394 * pcvs.el (smerge-ediff): Remove bogus autoload.
7395
7396 2005-03-14 Lute Kamstra <lute@gnu.org>
7397
7398 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7399 Ignore a `*' at the beginning of a line.
7400
7401 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7402 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7403 subr.el.
7404 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7405 to specify indentation.
7406
7407 * generic.el (define-generic-mode): Let generic-mode-list be a
7408 list of strings; test membership with equal.
7409
7410 2005-03-14 Kim F. Storm <storm@cua.dk>
7411
7412 * simple.el (next-line, previous-line): Add optional try-vscroll
7413 arg to recognize interactive use. Pass it on to line-move.
7414 (line-move): Don't perform auto-window-vscroll when defining or
7415 executing keyboard macro to ensure consistent behavior.
7416
7417 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7418
7419 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7420
7421 2005-03-13 Lute Kamstra <lute@gnu.org>
7422
7423 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7424 debugger-setup-buffer so that backtrace marks the frames set to
7425 debug-on-exit and we don't have to do it manually. Set an extra
7426 debug-on-exit for macro's.
7427 (debugger-setup-buffer): Don't mark the top frame manually.
7428
7429 2005-03-12 Lute Kamstra <lute@gnu.org>
7430
7431 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7432 lisp-indent-function throughout.
7433 (with-no-warnings): Set lisp-indent-function property.
7434
7435 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7436
7437 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7438 Add entry for backslash.
7439
7440 2005-03-12 Juri Linkov <juri@jurta.org>
7441
7442 * info.el (Info-search): Four fixes for backward search.
7443
7444 2005-03-11 Jay Belanger <belanger@truman.edu>
7445
7446 * calc/calc.el (calc-language-alist): New variable.
7447 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7448 (calc-embedded-find-modes): Use calc-language-alist instead of
7449 calc-embedded-language-alist.
7450
7451 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7452
7453 * calendar/calendar.el (calendar-redrawing): New internal
7454 variable.
7455 (redraw-calendar): Remove bogus save-excursion from previous
7456 change. Bind calendar-redrawing to t for mark-diary-entries.
7457 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7458 calendar if that is why we were called.
7459
7460 2005-03-11 Kenichi Handa <handa@m17n.org>
7461
7462 * international/mule.el (make-coding-system): Set property
7463 coding-system-define-form to nil.
7464 (define-coding-system-alias): Likewise.
7465
7466 2005-03-11 Kenichi Handa <handa@m17n.org>
7467
7468 These changes are suggested by Dave Love <fx@gnu.org>.
7469
7470 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7471 coding: tag.
7472 (adaptive-fill-regexp): Add more bullets.
7473 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7474 regexps.
7475
7476 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7477
7478 * help.el (describe-mode): Properly handle non-trivial lighters.
7479 Don't ignore minor modes that are not listed in minor-mode-list.
7480
7481 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7482 feature ON when the user requests to turn it OFF.
7483
7484 2005-03-10 Lute Kamstra <lute@gnu.org>
7485
7486 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7487 (implement-debug-on-entry): New function to replace debug-entry-code.
7488 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7489 second argument as the 2005-03-07 change makes it obsolete.
7490 (debug-on-entry, cancel-debug-on-entry): Update call to
7491 debug-on-entry-1.
7492 (debug, debugger-setup-buffer): Comment update.
7493 (debugger-frame-number): Update to work with implement-debug-on-entry.
7494
7495 2005-03-10 Jay Belanger <belanger@truman.edu>
7496
7497 * calc/calc-embed.el (math-ms-args): Declare it.
7498 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7499 math-ms-args.
7500 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7501 variables.
7502
7503 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7504
7505 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7506 Use message-box.
7507
7508 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7509 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7510 (tooltip-gud-tips): Simplify.
7511 (tooltip-gud-tips-p): Remove superfluous :set.
7512 (tooltip-gud-modes): Add fortran-mode.
7513 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7514
7515 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7516
7517 2005-03-09 Kim F. Storm <storm@cua.dk>
7518
7519 * play/animate.el (animate-place-char): Use forward-line instead
7520 of next-line to improve performance.
7521
7522 2005-03-09 Simon Josefsson <jas@extundo.com>
7523
7524 * net/browse-url.el (browse-url-default-browser): Doc fix.
7525
7526 2005-03-09 Miles Bader <miles@gnu.org>
7527
7528 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7529 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7530
7531 2005-03-09 Kenichi Handa <handa@m17n.org>
7532
7533 * international/latin-1.el: Set case and syntax for 255 only if
7534 set-case-syntax-set-multibyte is nil.
7535
7536 * textmodes/ispell.el (ispell-insert-word): New function.
7537 (ispell-word): Use ispell-insert-word to insert a new word.
7538 (ispell-process-line): Likewise.
7539 (ispell-complete-word): Likewise.
7540
7541 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7542
7543 * calendar/calendar.el (redraw-calendar): Preserve point.
7544 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7545 (calendar-week-start-day): Move after definition of
7546 redraw-calendar. Delete buffer test, since redraw-calendar has
7547 that now.
7548
7549 * calendar/diary-lib.el (mark-diary-entries): Only call
7550 redraw-calendar in the first of any recursive calls.
7551 Reported by Alan Shutko <ats@acm.org>.
7552
7553 2005-03-08 Juri Linkov <juri@jurta.org>
7554
7555 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7556 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7557 (html-radio-buttons): Add a space before the trailing `/>' where
7558 sgml-xml-mode is non-nil.
7559 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7560 the subsequent tag of the empty XML tag.
7561 (html-href-anchor): Don't set initial input to "http:".
7562 (html-image): Ask for the image URL and set point inside alt="".
7563 (html-name-anchor): Duplicate the name in the `id' attribute when
7564 sgml-xml-mode is non-nil.
7565 (html-paragraph): Remove \n before <p>.
7566 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7567 instead of `checked' when sgml-xml-mode is non-nil.
7568
7569 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7570 Remove 1 space before #RRGGBB to not truncate it on terminal
7571 windows w/o fringes. Remove 1 space between bg and fg examples
7572 to get more space.
7573 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7574 avoid byte-compile warnings.
7575
7576 * image-file.el (image-file-handler): Put `safe-magic' property to
7577 `image-file-handler'.
7578
7579 * info.el (Info-isearch-search): Emulate word search in
7580 isearching through multiple Info nodes with Info-search.
7581 (Info-isearch-wrap): Allow isearch-word.
7582
7583 2005-03-08 Lute Kamstra <lute@gnu.org>
7584
7585 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7586 stepping into the debugger's code is not possible.
7587 (debugger-jumping-flag): Docstring update.
7588
7589 2005-03-08 Jay Belanger <belanger@truman.edu>
7590
7591 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7592 embedded mode begins.
7593 (calc-embedded-language-alist): New variable.
7594 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7595 set default language mode.
7596
7597 2005-03-08 Kenichi Handa <handa@m17n.org>
7598
7599 * international/ccl.el (define-ccl-program): Fix docstring about
7600 extra 256 bytes assured for the output buffer.
7601
7602 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7603 Fix BUFFER_MAGNIFICATION to 2.
7604 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7605
7606 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7607
7608 * align.el (align-rules-list): Added an alignment rule for CSS
7609 declarations (applies to css-mode and html-mode buffers).
7610
7611 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7612
7613 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7614
7615 2005-03-07 Kim F. Storm <storm@cua.dk>
7616
7617 * simple.el (move-beginning-of-line): New command.
7618
7619 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7620
7621 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7622
7623 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7624 and move-beginning-of-line.
7625
7626 * apropos.el (apropos-print): Omit command from M-x ... RET.
7627
7628 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7629
7630 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7631 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7632
7633 2005-03-06 Richard M. Stallman <rms@gnu.org>
7634
7635 * bindings.el (esc-map): Bind M-g to goto-line.
7636
7637 * facemenu.el (global-map): Bind M-o, not M-g.
7638
7639 2005-03-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
7640
7641 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7642 "Open Directory" as for "Open File".
7643
7644 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7645
7646 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7647 (push-mark-command): Run activate-mark-hook.
7648
7649 2005-03-06 Richard M. Stallman <rms@gnu.org>
7650
7651 * help-mode.el (help-mode-finish): Don't alter the element
7652 in view-return-to-alist if there already is one.
7653
7654 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7655 make sure the current buffer is the expected one.
7656
7657 * novice.el (disabled-command-function): Output in *Disabled Command*.
7658 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7659
7660 * textmodes/flyspell.el (flyspell-large-region):
7661 Pass args differently for aspell.
7662
7663 * files.el (mode-require-final-newline): Doc fix.
7664
7665 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7666
7667 * progmodes/which-func.el (which-function):
7668 Specify NOERROR when calling imenu--make-index-alist.
7669
7670 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7671
7672 * simple.el (normal-erase-is-backspace): Define default value.
7673
7674 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7675 (custom-reevaluate-setting): Simple function to handle
7676 variables that are defined before their default value can really
7677 be computed.
7678
7679 * startup.el (command-line): Use it for temporary-file-directory,
7680 small-emporary-file-directory, auto-save-file-name-transforms,
7681 blink-cursor-mode, and normal-erase-is-backspace.
7682
7683 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7684 progress, even with buggy anchored keywords.
7685
7686 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7687
7688 * simple.el (goto-line): Remove unbalanced final parenthesis.
7689
7690 2005-03-05 Richard M. Stallman <rms@gnu.org>
7691
7692 * simple.el (goto-line): Use a number at point as the default.
7693 With C-u as arg, switch buffers.
7694
7695 2005-03-05 Juri Linkov <juri@jurta.org>
7696
7697 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7698 with `no-blinking-cursor'.
7699
7700 * startup.el (no-blinking-cursor): New defvar.
7701 (command-line): Add `--no-blinking-cursor' to longopts.
7702 Set `no-blinking-cursor' to t for command line arguments
7703 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7704 with `no-blinking-cursor' in the condition for calling
7705 `blink-cursor-mode'.
7706
7707 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7708
7709 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7710 (menu-bar-options-save): Add blink-cursor-mode.
7711 (menu-bar-options-menu): Add blink-cursor-mode.
7712
7713 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7714
7715 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7716 (icalendar-export-file, icalendar-export-region)
7717 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7718 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7719
7720 2005-03-04 Lute Kamstra <lute@gnu.org>
7721
7722 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7723 (debug-function-list): Ditto.
7724
7725 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7726
7727 * textmodes/texinfmt.el (texinfo-append-refill):
7728 Redefine the types of line to which @refill
7729 is not appended by replacing a search for `@refill\\|@bye' with
7730 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7731 itemize@refill' bug and the unfilled long lines bug.
7732 (texinfmt-version): Update number and date.
7733
7734 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7735
7736 * international/code-pages.el (windows-1250, windows-125[2-8])
7737 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7738
7739 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7740
7741 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7742 bound yet.
7743
7744 2005-03-02 Romain Francoise <romain@orebokech.com>
7745
7746 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7747 buffer after removing limits.
7748 (ibuffer-pop-filter): Ditto.
7749 Update copyright.
7750
7751 2005-03-02 Miles Bader <miles@gnu.org>
7752
7753 * button.el (make-text-button): If the user doesn't specify a
7754 type, use the default. Rewrite to use `add-text-properties' and
7755 plist functions.
7756
7757 2005-03-01 Lute Kamstra <lute@gnu.org>
7758
7759 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7760 (debugger-jumping-flag): New var.
7761 (debug-entry-code): Use it.
7762 (debugger-jump): Use debugger-jumping-flag and add
7763 debugger-reenable to post-command-hook.
7764 (debugger-reenable): Use debugger-jumping-flag and remove itself
7765 from post-command-hook.
7766 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7767 debugger-reenable.
7768
7769 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7770
7771 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7772 inclusion of "itemize\\|", which may be unnecessary, is certainly
7773 inelegant, and stops refilling in itemize lists when formatting
7774 Japanese Texinfo files to Info.
7775 Update copyright to 2005.
7776
7777 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7778
7779 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7780 of an error if GDB can't find the source file.
7781
7782 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7783
7784 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7785 not just the calendar.
7786
7787 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7788 first.
7789 (diary-redraw-calendar): New function.
7790 (make-diary-entry): Add diary-redraw-calendar to local
7791 write-contents-functions. Turn off selective display before
7792 inserting in diary.
7793
7794 2005-03-01 Kim F. Storm <storm@cua.dk>
7795
7796 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7797
7798 2005-03-01 Lute Kamstra <lute@gnu.org>
7799
7800 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7801 that debug-entry-code can be safely removed from a function while
7802 this code is being evaluated. Revert the 2005-02-27 change as the
7803 new implementation no longer requires it. Make sure that a
7804 function body containing just a string is not mistaken for a docstring.
7805 (debug): Skip one more frame in case of debug on entry.
7806 (debugger-setup-buffer): Delete one more frame line in case of
7807 debug on entry.
7808 (debugger-frame-number): Update to use the new text introduced by
7809 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7810
7811 2005-02-28 Kim F. Storm <storm@cua.dk>
7812
7813 * double.el (double-translate-key): Call force-window-update after
7814 read-event to avoid crash in redisplay.
7815
7816 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7817
7818 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7819 (debug): Use it. Move the inhibit-trace earlier.
7820 (debug-entry-code): New const.
7821 (debug-on-entry-1): Use it.
7822
7823 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7824
7825 * international/utf-16.el (ccl-encode-mule-utf-16le):
7826 Fix BUFFER_MAGNIFICATION to 2.
7827 (ccl-encode-mule-utf-16be): Likewise.
7828
7829 2005-02-28 Kenichi Handa <handa@m17n.org>
7830
7831 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7832 Fix BUFFER_MAGNIFICATION to 4.
7833 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7834
7835 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7836
7837 * speedbar.el (speedbar-update-flag): Doc fix.
7838 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7839 argument.
7840
7841 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7842
7843 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7844 have a non-nil `invisible' property but are actually visible.
7845
7846 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7847 for perldoc sections.
7848 (perl-outline-regexp, perl-outline-level): New var and function.
7849 (perl-mode): Use them.
7850
7851 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7852
7853 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7854 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7855
7856 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7857
7858 * cus-edit.el: Comment change.
7859 (custom-buffer-create-internal): Slightly reword text at top of
7860 Custom buffers. Mention there that saving an option edits the
7861 init file. Add link to Emacs manual node on `custom-file'.
7862 (custom-magic-alist): Rewrite individual State messages to use
7863 capitalized keywords. Doc fix.
7864
7865 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7866
7867 * calendar/calendar.el (calendar-buffer): Move above
7868 calendar-week-start-day.
7869 (calendar-week-start-day): Doc fix. Add :set function.
7870 (calendar-minimum-window-height): New variable.
7871 (generate-calendar-window): Only resize window if selected-window
7872 is displaying the calendar buffer. Use new variable
7873 calendar-minimum-window-height.
7874 (generate-calendar): Reword error message.
7875 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7876
7877 2005-02-27 Andreas Schwab <schwab@suse.de>
7878
7879 * vc.el (vc-do-command): Don't run command asynchronously when
7880 operating in a remote directory.
7881
7882 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7883 change from sync with Tramp 2.0.47.
7884
7885 2005-02-27 Richard M. Stallman <rms@gnu.org>
7886
7887 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7888
7889 * textmodes/flyspell.el (flyspell-mode-on):
7890 Call ispell-change-dictionary only if necessary.
7891
7892 * emacs-lisp/re-builder.el (regexp-builder): New function.
7893
7894 * register.el (describe-register-1): Explicitly handle
7895 yank-excluded-properties = t.
7896
7897 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7898 (custom-magic-alist): Change the status descriptions again.
7899 (face widget-type): Total rewrite based on `restricted-sexp'
7900 to eliminate the confusing double hiding levels.
7901
7902 * emacs-lisp/debug.el (debug-on-entry-1):
7903 If function body is empty, add nil as body form.
7904
7905 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7906
7907 * emacs-lisp/trace.el (inhibit-trace): New var.
7908 (trace-make-advice): Use it.
7909
7910 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7911
7912 2005-02-26 Kim F. Storm <storm@cua.dk>
7913
7914 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7915 (mouse-on-link-p, mouse-drag-region-1): Use it.
7916
7917 2005-02-25 Lute Kamstra <lute@gnu.org>
7918
7919 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7920
7921 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7922
7923 * frame.el (blink-cursor-mode): Add :group keyword.
7924
7925 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7926
7927 * calendar/icalendar.el (icalendar--decode-isodatetime):
7928 New optional argument DAY-SHIFT.
7929 (icalendar-export-region): Fix coding-system-for-write.
7930 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7931 events by one.
7932
7933 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7934
7935 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7936
7937 2005-02-24 Kim F. Storm <storm@cua.dk>
7938
7939 * international/iso-acc.el (iso-accents-compose): Fix crash
7940 during redisplay. Call force-window-update after read-event
7941 and delete-region to signal that window is not accurate.
7942
7943 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7944
7945 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7946 Remove unused and inexistent var `inhibit-trace'.
7947 (debugger-mode): Use run-mode-hooks.
7948 (debugger-list-functions): Add buttons; setup xref stack.
7949
7950 2005-02-23 Richard M. Stallman <rms@gnu.org>
7951
7952 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7953 appointment says it was explicitly made.
7954 (appt-add): Set the 3rd element.
7955 (appt-make-list): Preserve explicit appointments.
7956
7957 * subr.el (find-tag-default): Catch errors in forward-sexp.
7958
7959 2005-02-23 Juri Linkov <juri@jurta.org>
7960
7961 * info.el (Info-isearch-search): New defcustom.
7962 (Info-isearch-search): Call the default isearch function
7963 when Info-isearch-search is nil.
7964 (Info-isearch-wrap): Use variable Info-isearch-search.
7965
7966 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7967
7968 * cus-edit.el: Comment change.
7969
7970 2005-02-22 Kim F. Storm <storm@cua.dk>
7971
7972 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7973 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7974
7975 2005-02-22 Simon Josefsson <jas@extundo.com>
7976
7977 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7978 New variable.
7979 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7980 Oskarsson" <myrkraverk@users.sourceforget.net>.
7981
7982 2005-02-22 Kim F. Storm <storm@cua.dk>
7983
7984 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7985 check that window of that event is the selected window.
7986 (mouse-drag-region-1): Compare mouse event window to selected
7987 window before setting point.
7988
7989 * tooltip.el (tooltip-show-help-function): Pass event to
7990 mouse-on-link-p so it can check selected window.
7991
7992 2005-02-22 Kenichi Handa <handa@m17n.org>
7993
7994 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7995 (ps-mule-show-warning): New function.
7996 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7997 characters are found.
7998
7999 * ps-print.el (ps-header-footer-string): Return a list of header
8000 and footer strings.
8001
8002 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
8003
8004 * pcvs.el (cvs-retrieve-revision): Fix thinko.
8005
8006 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
8007
8008 * frame.el (blink-cursor-mode): Use define-minor-mode.
8009
8010 * term/mac-win.el (function-key-map): Use char-names more consistently.
8011 (file-name-coding-system): Only set it for MacOS-9. The other case is
8012 already handled in mule-cmds.el (where it also works when mac-win.el
8013 is not used).
8014
8015 2005-02-21 Kenichi Handa <handa@m17n.org>
8016
8017 * international/mule.el (ctext-pre-write-conversion): Always use
8018 " *code-converting-work*" buffer for work.
8019
8020 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
8021
8022 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
8023
8024 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
8025
8026 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
8027
8028 * ses.el (undo-more): Restore defadvice, but only the part that
8029 allows changes outside the restricted area of the buffer.
8030
8031 2005-02-20 Kim F. Storm <storm@cua.dk>
8032
8033 * simple.el (line-move): Add fourth optional arg try-vscroll which
8034 must be set to perform auto-window-vscroll.
8035 When moving backwards and doing auto-window-vscroll, automatically
8036 vscroll to the last part of lines which are taller than the window.
8037 (next-line, previous-line): Set try-vscroll arg on line-move.
8038
8039 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
8040
8041 * replace.el (query-replace, query-replace-regexp)
8042 (replace-string, replace-regexp): When operating on region, make
8043 the minibuffer prompt say so.
8044
8045 * isearch.el (isearch-forward): Document isearch-query-replace and
8046 isearch-query-replace-regexp keybindings.
8047
8048 2005-02-19 Jay Belanger <belanger@truman.edu>
8049
8050 * calc/calc-aent.el (math-read-token): Add local variable.
8051
8052 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
8053 (calc-edit-top): Move declaration to earlier in file.
8054 (calc-edit-macro-repeats): Add local variables.
8055
8056 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
8057 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
8058 calcFunc-tanh.
8059 Adjust integration rule for calcFunc-tan.
8060
8061 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8062
8063 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
8064 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
8065 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
8066 (viper-skip-separators): Bug fix.
8067 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
8068 particular major mode.
8069 (viper-del-backward-char-in-replace): Don't put deleted char on the
8070 kill ring.
8071
8072 * viper-ex.el (viper-color-display-p): New function.
8073 (viper-has-face-support-p): Use viper-color-display-p.
8074
8075 * viper-keym.el (viper-gnus-modifier-map): New keymap.
8076
8077 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
8078
8079 * viper-util.el (viper-glob-unix-files): Fix shell status check.
8080 (viper-file-remote-p): Make equivalent to file-remote-p.
8081
8082 * viper.el (viper-major-mode-modifier-list):
8083 Use viper-gnus-modifier-map.
8084
8085 2005-02-19 David Kastrup <dak@gnu.org>
8086
8087 * subr.el (subregexp-context-p): Fix garbled doc string by adding
8088 quoting.
8089
8090 2005-02-19 Jay Belanger <belanger@truman.edu>
8091
8092 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
8093 Remove extra definitions.
8094 (calc-coth): New function.
8095 (calcFunc-cot): Fix `let'.
8096
8097 2005-02-19 Eli Zaretskii <eliz@gnu.org>
8098
8099 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
8100 the reasons we use "type pc" in these faces.
8101
8102 * button.el (button): Ditto.
8103
8104 2005-02-19 Michael Mauger <mmaug@yahoo.com>
8105
8106 * replace.el (query-replace-read-from): Set the value of
8107 query-replace-from-history-variable to handle the case of an empty
8108 string entered to accept the suggested default.
8109
8110 * net/tramp.el (tramp-file-name-for-operation):
8111 Use dired-call-process instead of dired-call-process-command.
8112
8113 2005-02-19 Jay Belanger <belanger@truman.edu>
8114
8115 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
8116 (math-div-non-trig): New variables.
8117 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
8118 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
8119 (math-combine-prod, math-div-symb-fancy): Add simplifications for
8120 trig expressions.
8121
8122 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
8123
8124 * progmodes/gdb-ui.el (gdb-var-update-handler)
8125 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
8126 for watch expressions,
8127 (gdb-var-create-handler): Don't set speedbar-update-flag.
8128 (gdb-post-prompt): Simplify test for speedbar.
8129
8130 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
8131
8132 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
8133 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
8134 we use the syntax table of the correct buffer.
8135 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
8136 Felix Gatzemeier.
8137
8138 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
8139 (ediff-file-remote-p): Make synonymous with file-remote-p.
8140 In all deffaces ediff-*-face-*, use min-colors.
8141
8142 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
8143 ediff-recurse-to-subdirectories.
8144 (ediff-mark-if-equal): Check that the arguments are strings, use
8145 ediff-same-contents (after to Felix Gatzemeier).
8146
8147 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
8148 nil.
8149
8150 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8151
8152 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8153
8154 2005-02-18 David Kastrup <dak@gnu.org>
8155
8156 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8157 use `mark-active' when defined.
8158
8159 2005-02-18 Kenichi Handa <handa@m17n.org>
8160
8161 * ps-print.el (ps-font-info-database): New entry
8162 ZapfChancery-MediumItalic with correct font name. Fix font name
8163 of the entry Zapf-Chancery-MediumItalic.
8164
8165 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8166
8167 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8168
8169 2005-02-16 Kim F. Storm <storm@cua.dk>
8170
8171 * ido.el (ido-fallback-command): Pass user input to fallback command.
8172
8173 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8174
8175 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8176 (gdb-find-file-hook): Add server prefix.
8177
8178 2005-02-16 Richard M. Stallman <rms@gnu.org>
8179
8180 * replace.el (perform-replace): Pass new args to replace-highlight.
8181 (replace-highlight): Take region args,
8182 and pass them to isearch-lazy-highlight-new-loop.
8183
8184 * novice.el (disabled-command-hook): Autoload the defalias
8185 and the make-obsolete-variable call.
8186
8187 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8188
8189 * isearch.el (isearch-lazy-highlight-start-limit)
8190 (isearch-lazy-highlight-end-limit): New variables limit
8191 the region for highlighting.
8192 (isearch-lazy-highlight-new-loop): New args BEG and END.
8193 (isearch-lazy-highlight-search): Use the new vars.
8194 (isearch-lazy-highlight-update): Likewise.
8195
8196 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8197
8198 * cus-start.el (all): Use default-boundp.
8199
8200 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8201
8202 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8203
8204 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8205
8206 * autorevert.el (auto-revert-stop-on-user-input)
8207 (auto-revert-verbose): Doc fixes.
8208
8209 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8210
8211 * international/mule-cmds.el (set-locale-environment): Remove call
8212 to set-selection-coding-system on Windows.
8213
8214 2005-02-15 Jay Belanger <belanger@truman.edu>
8215
8216 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8217 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8218 calcFunc-coth.
8219 (math-simplify-sqrt): Add simplifications.
8220
8221 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8222 to list.
8223
8224 * calc/calc-ext.el: Add functions to autoloads.
8225
8226 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8227 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8228 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8229 (math-csc-raw, math-cot-raw): New functions.
8230
8231 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8232
8233 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8234 the variable name in a message.
8235
8236 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8237 calcFunc-csc, calcFunc-cot.
8238
8239 * calc/calcalg2.el: Add derivative and integration rules for
8240 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8241 calcFunc-csch, calcFunc-coth.
8242 (math-do-integral-methods): Add to checks for when to use
8243 substitutions.
8244
8245 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8246
8247 2005-02-15 Lute Kamstra <lute@gnu.org>
8248
8249 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8250 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8251 <monnier@iro.umontreal.ca>
8252 (lisp-outline-level): Improve efficiency. Suggested by David
8253 Kastrup <dak@gnu.org>.
8254
8255 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8256
8257 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8258 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8259 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8260 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8261 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8262
8263 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8264
8265 * cus-start.el (all): Comment change.
8266
8267 2005-02-14 Lute Kamstra <lute@gnu.org>
8268
8269 * cus-start.el (all): Check if symbol is void.
8270
8271 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8272
8273 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8274 optional argument to \cite.
8275
8276 2005-02-14 Richard M. Stallman <rms@gnu.org>
8277
8278 * cus-edit.el (custom-buffer-create-internal): Update help message.
8279 (custom-magic-alist): Update help messages.
8280
8281 * cus-start.el (all): Allow a var to specify a standard value.
8282
8283 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8284
8285 * custom.el (custom-theme-set-variables): Handle variable aliases.
8286
8287 * frame.el (blink-cursor-timer): Doc fix.
8288 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8289 declare obsolete.
8290 (blink-cursor-mode): Define with defcustom and use correct
8291 standard expression in that defcustom.
8292 * startup.el (command-line): Adapt to above changes in frame.el.
8293
8294 2005-02-11 Lute Kamstra <lute@gnu.org>
8295
8296 * apropos.el (apropos-score-doc): Prevent division by zero.
8297
8298 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8299
8300 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8301 (icalendar--get-event-property-attributes)
8302 (icalendar--get-event-properties)
8303 (icalendar--datetime-to-diary-date): New functions.
8304 (icalendar--split-value): Doc fix.
8305 (icalendar--datetime-to-noneuropean-date)
8306 (icalendar--datetime-to-european-date): New optional argument
8307 SEPARATOR. Return result as a string instead of a list.
8308 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8309 (icalendar--convert-string-for-export): Rename arg S to STRING.
8310 (icalendar-export-region): Doc fix. Change name of error buffer.
8311 Save output buffer.
8312 (icalendar-import-file): Add blank at end of prompt.
8313 (icalendar-import-buffer): Doc fix. Do not switch to error
8314 buffer. Indicate status in return value.
8315 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8316 buffer. Save output buffer. Handle exception from recurrence
8317 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8318 events. Fix problems with weekly all-day events.
8319
8320 2005-02-10 Richard M. Stallman <rms@gnu.org>
8321
8322 * simple.el (eval-expression-print-format):
8323 Avoid warning about edebug-active.
8324
8325 * help.el (help-for-help-internal): Rename from help-for-help.
8326 (help-for-help): Define with defalias.
8327
8328 * font-core.el (font-lock-default-function): Use with-no-warnings.
8329
8330 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8331
8332 * custom.el (defface): Doc fix.
8333
8334 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8335
8336 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8337 width 0" to prevent word wrapping problems.
8338
8339 2005-02-09 Kim F. Storm <storm@cua.dk>
8340
8341 * ido.el (ido-file-extensions-order): New defcustom.
8342 (ido-file-extension-lessp, ido-file-extension-aux)
8343 (ido-file-extension-order): New advanced file ordering.
8344 (ido-file-lessp): New simple file ordering.
8345 (ido-sort-list): Remove.
8346 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8347 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8348
8349 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8350
8351 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8352 that some versions of grep produce.
8353 (grep-mode-font-lock-keywords): Likewise.
8354
8355 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8356
8357 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8358 (gdb-cdir): Delete.
8359 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8360 (gdb-source-info): Treat case when source file is in another
8361 directory properly.
8362 (gdb-get-location): New function.
8363
8364 2005-02-07 Jay Belanger <belanger@truman.edu>
8365
8366 * calc/calc-prog.el (calc-write-parse-table-part)
8367 (calc-fix-token-name): Fix a check for language type.
8368
8369 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8370
8371 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8372
8373 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8374 as directory not writable.
8375
8376 2005-02-07 Kim F. Storm <storm@cua.dk>
8377
8378 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8379 (cua--standard-movement-commands): Remove list.
8380 Instead, set CUA property value to move for movement commands.
8381 (cua-movement-commands): Remove. Users must set CUA prop instead.
8382 (cua--pre-command-handler): Check CUA property.
8383 (cua--init-keymaps): Don't remap undo commands.
8384 (cua-mode): Don't call cua--rectangle-on-off.
8385
8386 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8387 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8388 (cua--rect-undo-set-point): New var.
8389 (cua--rectangle-undo-boundary): Setup undo apply entry.
8390 (cua--rect-undo-handler): New function for rectangle undo.
8391 (cua--rect-start-position, cua--rect-end-position): Add.
8392 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8393 for restored rectangle. Set point if cua--rect-undo-set-point.
8394
8395 2005-02-06 Jay Belanger <belanger@truman.edu>
8396
8397 * calc/calc-lang.el (calc-tex-language): Display more information
8398 in messages.
8399
8400 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8401 in TeX mode.
8402
8403 2005-02-06 Richard M. Stallman <rms@gnu.org>
8404
8405 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8406
8407 2005-02-05 Arne_J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
8408
8409 * net/ldap.el (ldap-search-internal): Support attributes with
8410 optional descriptions separated by a semi-colon, as in
8411 "userCertificate;binary".
8412
8413 2005-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
8414
8415 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8416 isn't a cons (i.e. the version is 0).
8417
8418 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8419
8420 * help.el (help-for-help): Doc fix.
8421
8422 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8423
8424 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8425 GDB-Windows on the menu-bar as this works better.
8426
8427 2005-02-04 Jay Belanger <belanger@truman.edu>
8428
8429 * calc/calc-embed.el (calc-embedded-update): Don't put in
8430 unnecessary newlines. Adjust the end of formula marker.
8431
8432 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8433 (math-latex-parse-two-args): New function.
8434
8435 2005-02-03 Lute Kamstra <lute@gnu.org>
8436
8437 * help-fns.el (help-with-tutorial): Make sure that users cannot
8438 remove the entire text of the tutorial by means of `undo'.
8439
8440 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8441
8442 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8443 in recent changes, where the ispell process was repeatedly
8444 killed & restarted.
8445
8446 * international/mule-cmds.el (set-locale-environment): Set file-name
8447 coding system to utf-8 on Darwin systems.
8448 (set-default-coding-systems): Don't set default-file-name-coding-system
8449 on Darwin systems.
8450
8451 2005-02-03 Richard M. Stallman <rms@gnu.org>
8452
8453 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8454
8455 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8456
8457 * faces.el (list-faces-display): Add optional argument.
8458
8459 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8460
8461 * font-core.el (font-lock-default-function): Handle the rare case where
8462 only font-lock-keywords is set.
8463
8464 2005-02-02 Kenichi Handa <handa@m17n.org>
8465
8466 * international/characters.el: Cancel previous change for
8467 I-WITH-DOT-ABOVE and DOTLESS-i.
8468
8469 * international/latin-5.el: Cancel previous change.
8470
8471 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8472
8473 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8474
8475 2005-02-02 Kenichi Handa <handa@m17n.org>
8476
8477 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8478 DOTLESS-i.
8479
8480 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8481 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8482
8483 * case-table.el (get-upcase-table): New function.
8484 (copy-case-table): Copy upcaes table too if non-nil.
8485 (set-case-syntax-delims): Maintain upcase table too.
8486 (set-case-syntax-pair): Likewise.
8487 (set-upcase-syntax, set-downcase-syntax): New functions.
8488 (set-case-syntax): Maintain upcase table too.
8489
8490 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8491
8492 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8493
8494 * progmodes/gud.el (gud-goto-info): New function.
8495 (gud-tool-bar-map): Use correct icon.
8496
8497 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8498
8499 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8500 When delegating, order args in the funcall correctly.
8501
8502 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8503
8504 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8505
8506 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8507
8508 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8509 buffer not visiting a file.
8510
8511 2005-01-31 Jay Belanger <belanger@truman.edu>
8512
8513 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8514 bound on the line with the formula.
8515
8516 2005-01-31 Kim F. Storm <storm@cua.dk>
8517
8518 * ses.el (ses-create-cell-variable-range)
8519 (ses-destroy-cell-variable-range, ses-reset-header-string)
8520 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8521 (ses-insert-row): Fix format of apply undo entries.
8522
8523 2005-01-31 Jay Belanger <belanger@truman.edu>
8524
8525 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8526 parts.
8527
8528 * calc/calc-embed.el (calc-embedded-open-formula)
8529 (calc-embedded-close-formula): Ignore matrix environments.
8530
8531 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8532 TeX mode.
8533
8534 * calc/calc-lang.el (math-function-table, math-oper-table)
8535 (math-variable-table): Adjust the LaTeX portions.
8536
8537 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8538 (math-latex-ignore-words): New constant.
8539
8540 2005-01-31 Richard M. Stallman <rms@gnu.org>
8541
8542 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8543 (ispell-local-dictionary): Doc fix.
8544 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8545 Don't reinitialize at run time. Don't defcustom.
8546 All uses changed to append ispell-local-dictionary-alist,
8547 or check it first.
8548 (ispell-current-dictionary): New variable for dictionary in use.
8549 (ispell-dictionary): Now used only for global default.
8550 (ispell-start-process): Set ispell-current-dictionary,
8551 not ispell-dictionary.
8552 (ispell-change-dictionary): Use this only for setting
8553 user preferences.
8554 (ispell-internal-change-dictionary): New function
8555 to change the current dictionary in use.
8556 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8557 Use ispell-current-dictionary.
8558 Handle ispell-local-dictionary-overridden.
8559 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8560
8561 2005-01-31 Jay Belanger <belanger@truman.edu>
8562
8563 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8564
8565 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8566 (calc-mode-map): Add calc-latex-language.
8567
8568 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8569 (math-latex-print-frac): New functions.
8570 (math-oper-table, math-function-table, math-variable-table)
8571 (math-complex-format, math-input-filter): Add latex properties.
8572 (calc-set-language): Set math-expr-special-function-mapping.
8573
8574 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8575 (calc-write-parse-table-part): Add LaTeX support.
8576
8577 * calc/calc.el (calc-language): Adjust docstring.
8578 (calc-set-mode-line): Add LaTeX support.
8579 (math-expr-special-function-mapping): New variable.
8580 (math-tex-ignore-words): Add to list.
8581
8582 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8583 Add LaTeX support.
8584 (math-compose-expr): Add support for special functions.
8585
8586 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8587
8588 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8589
8590 * progmodes/gdb-ui.el (gdb-memory-address)
8591 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8592 (gdb-memory-mode-map, gdb-memory-format-keymap)
8593 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8594 (gdb-memory-unit-menu): New variables for a buffer
8595 that lets the user examine program memory.
8596 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8597 (gdb-memory-format-binary, gdb-memory-format-octal)
8598 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8599 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8600 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8601 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8602 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8603 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8604 (gdb-memory-mode, gdb-memory-buffer-name)
8605 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8606 New functions for above buffer.
8607
8608 2005-01-30 Richard M. Stallman <rms@gnu.org>
8609
8610 * cus-edit.el (custom-bury-buffer): Function deleted.
8611 (custom-buffer-done-function): Option deleted.
8612 (custom-buffer-done-kill): New (replacement option.
8613 (Custom-buffer-done): Call quit-window.
8614 (custom-buffer-create-internal): Update for above changes.
8615
8616 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8617
8618 * simple.el (undo-ask-before-discard): New var.
8619 (undo-outer-limit-truncate): Implement it.
8620 (undo-extra-outer-limit): Doc update.
8621
8622 2005-01-29 Richard M. Stallman <rms@gnu.org>
8623
8624 * ses.el (undo-more): Delete defadvice.
8625 (ses-begin-change): Doc fix.
8626
8627 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8628 instead of rebinding C-x u and C-_.
8629
8630 * files.el (normal-backup-enable-predicate): Return nil for files
8631 in /tmp, regardless of temporary-file-directory.
8632
8633 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8634
8635 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8636 (open-rectangle, delete-whitespace-rectangle-line)
8637 (clear-rectangle-line): If FILL, pass t instead of FILL
8638 for move-to-column's 2nd arg.
8639
8640 * simple.el (undo): Fix the test for continuing a series of undos.
8641 (undo-more): Set pending-undo-list to t when we reach end.
8642 (pending-undo-list): Move up defvar.
8643
8644 * wid-edit.el (widget-button-click):
8645 Shorten the range of the track-mouse binding.
8646
8647 * comint.el (comint-insert-input): Undo previous changes;
8648 use last-input-event in interactive spec.
8649
8650 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8651
8652 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8653 to nil before invoking call-process. Reset buffer's modified flag
8654 after fontifying it in the no-async branch.
8655
8656 * wid-edit.el (widget-specify-button): If mouse pointer shape
8657 cannot be changed, use mouse face instead.
8658
8659 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8660
8661 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8662 (gdb-goto-breakpoint): Make breakpoint handling work on template
8663 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8664 (gdb-assembler-custom): Update to recognize breakpoint information
8665 added on 2005-01-19.
8666
8667 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8668
8669 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8670 (dsssl-mode): Use define-derived-mode.
8671 (scheme-mode-initialize): Remove.
8672 (scheme-mode): Use run-mode-hooks.
8673
8674 * cus-edit.el (customize-group-other-window)
8675 (custom-buffer-create-other-window): Don't override special-display-*.
8676 (custom-mode-map): Make it dense.
8677
8678 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8679 sets the default value.
8680
8681 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8682
8683 * descr-text.el: Add more keywords.
8684
8685 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8686
8687 * speedbar.el: Avoid unnecessary use of locate-library.
8688
8689 * international/mule-cmds.el (standard-display-european-internal):
8690 Don't fiddle with latin-1 non-break space any more since it's now
8691 special cased in the C code.
8692 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8693
8694 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8695
8696 * cus-start.el (all): Add `undo-outer-limit'.
8697
8698 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8699
8700 * textmodes/bibtex.el (bibtex-format-entry):
8701 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8702 field lines.
8703 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8704 not on part of a buffer.
8705
8706 2005-01-25 Lute Kamstra <lute@gnu.org>
8707
8708 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8709 nonempty field text strings like "{letters\\macro{}more letters}".
8710 Clarify docstring.
8711 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8712 (bibtex-entry-offset, bibtex-parse-association)
8713 (bibtex-parse-field-name): Fix typos in docstrings.
8714 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8715
8716 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8717
8718 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8719 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8720 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8721 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8722
8723 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8724 isearch minor mode.
8725
8726 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8727
8728 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8729
8730 2005-01-24 Lute Kamstra <lute@gnu.org>
8731
8732 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8733 CASECHARS and NOT-CASECHARS regular expressions of the
8734 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8735 striding over charsets" error.
8736
8737 2005-01-24 Jay Belanger <belanger@truman.edu>
8738
8739 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8740 display variable name.
8741
8742 2005-01-24 Kenichi Handa <handa@m17n.org>
8743
8744 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8745 Fix setting of the element of encoded-kbd-iso2022-invocations.
8746
8747 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8748
8749 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8750 (gdb-threads-select): Change to also accept mouse events.
8751 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8752 (gdb-threads-mouse-select): Delete.
8753
8754 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8755
8756 * files.el (insert-directory): Take care of empty directory,
8757 listed without -a switch.
8758
8759 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8760
8761 * textmodes/refill.el (refill-post-command-function):
8762 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8763 to the list of functions that we should be careful not to undo.
8764 (refill-late-fill-paragraph-function): Remove.
8765 (refill-saved-state): New var.
8766 (refill-mode): Use it to save fill-paragraph-function.
8767 Save also the value of auto-fill-function.
8768
8769 * term/w32-win.el: Simplify code.
8770
8771 2005-01-23 Kim F. Storm <storm@cua.dk>
8772
8773 * simple.el (line-move): Adapt to new return value from
8774 pos-visible-in-window-p.
8775
8776 * simple.el (line-move): Fix last change. Check partial
8777 visibility at point rather than at window-start.
8778
8779 2005-01-22 Jason Rumney <jasonr@gnu.org>
8780
8781 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8782
8783 2005-01-22 David Kastrup <dak@gnu.org>
8784
8785 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8786
8787 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8788
8789 * type-break.el (type-break-mode): Add a test for
8790 type-break-file-name being non-nil.
8791
8792 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8793
8794 * net/eudc.el (top level): Call (message "") via progn, so that
8795 eudc-options-file is loaded.
8796
8797 2005-01-22 Kim F. Storm <storm@cua.dk>
8798
8799 * simple.el (line-move-1): Rename from line-move.
8800 (line-move): New function that adjusts vscroll for partially
8801 visible rows, and calls line-move-1 otherwise.
8802
8803 2005-01-21 Ren\e,Ai\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8804
8805 * pcomplete.el: define pcomplete-read-event instead of read-event,
8806 since it's not a complete read-event implementation
8807
8808 2005-01-20 Jay Belanger <belanger@truman.edu>
8809
8810 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8811 for called function.
8812
8813 2005-01-20 Steven Tamm <steventamm@mac.com>
8814
8815 * term/mac-win.el (process-connection-type): Remove.
8816 Controlled now by s/darwin.h:PTY_ITERATION.
8817
8818 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8819
8820 * window.el (handle-select-window): Don't switch window when we're
8821 in the minibuffer.
8822
8823 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8824
8825 * subr.el (dotimes-with-progress-reporter): New macro.
8826
8827 * ses.el (ses-dotimes-msg): Remove macro.
8828 Use `dotimes-with-progress-reporter' instead.
8829
8830 2005-01-19 Steven Tamm <steventamm@mac.com>
8831
8832 * term/mac-win.el (process-connection-type): Use new
8833 operating-system-release variable to use ptys on Darwin 7 (OS X
8834 10.3) when using carbon build.
8835
8836 2005-01-19 Jay Belanger <belanger@truman.edu>
8837
8838 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8839 flags if the last command was a tab or M-tab.
8840
8841 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8842 in formula editing buffer.
8843
8844 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8845
8846 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8847 breakpoint image symbol in margin.
8848
8849 2005-01-19 Jay Belanger <belanger@truman.edu>
8850
8851 * calc/calc-prog.el (calc-execute-kbd-macro):
8852 Ignore calc-keep-arg-flag.
8853
8854 2005-01-19 Kenichi Handa <handa@m17n.org>
8855
8856 * textmodes/ispell.el (ispell-looking-at): New function.
8857 (ispell-process-line): Use ispell-looking-at to compare the ispell
8858 output and the buffer contents.
8859
8860 2005-01-18 Jay Belanger <belanger@truman.edu>
8861
8862 * calc/calc.el (calc-display-raw): Fix docstring.
8863
8864 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8865
8866 * simple.el (blink-matching-open): Strip extra info from syntax.
8867
8868 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8869 funny chars in the end-of-here-doc marker.
8870
8871 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8872
8873 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8874 that enable/disabled state of breakpoints is shown correctly in
8875 fringe and on ttys.
8876 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8877 Add breakpoint information as text properties.
8878 (gdb-mouse-toggle-breakpoint):
8879 Rename to gdb-mouse-set-clear-breakpoint.
8880 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8881 breakpoints in the margin.
8882 (gdb-remove-strings): Simplify.
8883
8884 2005-01-17 Jay Belanger <belanger@truman.edu>
8885
8886 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8887 erasing buffer.
8888
8889 2005-01-17 Richard M. Stallman <rms@gnu.org>
8890
8891 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8892 for calling grep-compute-defaults.
8893
8894 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8895 if buffer is empty.
8896
8897 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8898
8899 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8900
8901 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8902
8903 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8904 non-preloaded variables.
8905
8906 2005-01-17 Steven Tamm <steventamm@mac.com>
8907
8908 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8909 tex-shell cause to force interactivity when using pipes.
8910
8911 2005-01-17 Kim F. Storm <storm@cua.dk>
8912
8913 * simple.el (just-one-space): Make arg optional.
8914
8915 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8916
8917 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8918 posn-at-x-y to t to access left-margin.
8919
8920 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8921
8922 Sync with Tramp 2.0.47.
8923
8924 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8925 catching keep-date problems in cp/scp operations.
8926 (tramp-handle-copy-file): Don't call `set-file-modes'
8927 unconditionally. Specialized functions should know better what is
8928 necessary. This improves performance a little bit, and the
8929 functions could catch errors with `cp -p' and `scp -p'.
8930 (tramp-do-copy-or-rename-file-via-buffer)
8931 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8932 when appropriate.
8933 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8934 Call `set-file-modes' when appropriate.
8935 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8936 Johnsson <isak@hypergene.com>
8937 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8938 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8939 <joakim@verona.se>
8940 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8941 Emacs only.
8942
8943 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8944 `find-file-hooks' and `dired-mode-hook'.
8945 (tramp-minor-mode-map): Respective map. Add remapping for
8946 `compile' and `recompile'.
8947 (tramp-remap-command, tramp-recompile): New defuns.
8948 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8949 in buffer "*Compilation*". Call the commands asynchronously.
8950
8951 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8952 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8953 `shell-command', because it isn't magic in XEmacs. Reported by
8954 Adrian Aichner <adrian@xemacs.org>.
8955
8956 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8957 `substitute-in-file-name.
8958 (tramp-smb-handle-substitute-in-file-name): New defun.
8959 (tramp-smb-advice-PC-do-completion): Delete advice.
8960
8961 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8962
8963 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8964 Fix error in deleting region.
8965
8966 2005-01-15 Richard M. Stallman <rms@gnu.org>
8967
8968 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8969 In non-temp buffer, switch syntax table temporarily.
8970
8971 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8972
8973 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8974
8975 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8976
8977 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8978 (imenu--generic-function): Use START, not BEG, as pos of definition.
8979
8980 * simple.el (just-one-space): Argument specifies number of spaces.
8981
8982 * simple.el (eval-expression-print-format): Avoid warning
8983 about edebug-active.
8984
8985 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8986
8987 * progmodes/sh-script.el: Code copied from make-mode.el
8988 with small changes,
8989 (sh-mode-map): Bind C-c C-\.
8990 (sh-backslash-column, sh-backslash-align): New variables.
8991 (sh-backslash-region, sh-append-backslash): New functions.
8992
8993 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8994
8995 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8996 (rmail-pop-password, rmail-pop-password-required): Move to
8997 rmail-obsolete group.
8998 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8999 All callers updated.
9000 (rmail-get-pop-password): Rename to rmail-get-remote-password.
9001 Take an argument specifying whether it is POP or IMAP mailbox we
9002 are using. All callers updated.
9003 (rmail-pop-password-error): Rename to
9004 rmail-remote-password-error. Added mailutils-specific error message.
9005 (rmail-movemail-search-path)
9006 (rmail-movemail-variant-in-use): New variables.
9007 (rmail-remote-password, rmail-remote-password-required):
9008 New customization variables.
9009 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
9010 (rmail-parse-url): New function.
9011 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
9012 with GNU mailutils movemail.
9013
9014 2005-01-15 Kevin Ryde <user42@zip.com.au>
9015
9016 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
9017 suffix to space, $ or '$, to correctly position point when going
9018 to @table style constants like DBL_MAX.
9019
9020 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
9021
9022 * type-break.el (type-break-mode, type-break-file-time)
9023 (type-break-file-keystroke-count, type-break-choose-file):
9024 Don't store data in or load data from the file if type-break-file-name
9025 is nil.
9026 (type-break-file-name): Doc update as per the above.
9027
9028 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
9029
9030 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
9031 lookup-key might return nil; handle that.
9032
9033 2005-01-15 Alan Mackenzie <acm@muc.de>
9034
9035 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
9036 rather than the element found, thus enabling the tree to be setcar'd.
9037
9038 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9039
9040 * textmodes/org.el (org-show-following-heading): New option.
9041 (org-show-hierarchy-above): Use `org-show-following-heading'.
9042 (org-cycle): Documentation fix.
9043
9044 * textmodes/org.el (orgtbl-optimized): New option
9045 (orgtbl-mode): New command, a minor mode.
9046 (orgtbl-mode-map): New variable.
9047 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
9048 (orgtbl-error, orgtbl-self-insert-command)
9049 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
9050
9051 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
9052 a local variable in each org-mode buffer.
9053
9054 * textmodes/org.el (org-set-regexps-and-options): Rename from
9055 `org-set-regexps'. Added checking for STARTUP keyword.
9056 (org-get-current-options): Add STARTUP options.
9057 (org-table-insert-row): Make mode intelligent about when
9058 realignment is needed.
9059 (org-self-insert-command, org-delete-backward-char, org-delete-char):
9060 New commands.
9061 (org-enable-table-editor): New default value `optimized'.
9062 (org-table-blank-field): Support blanking regions if active.
9063
9064 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
9065
9066 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
9067 if the year is not given.
9068
9069 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
9070 Add new escapes %m and %M, fixed bug with %F by adding
9071 save-match-data.
9072 (reftex-reference): Remove ?. from list of spaces.
9073 (reftex-label-info): Add automatic label prefix recognition.
9074
9075 * textmodes/reftex-index.el (reftex-index-next-phrase):
9076 Add slave parameter to call of `reftex-index-this-phrase'.
9077 (reftex-index-this-phrase): New optional argument.
9078 (reftex-index-region-phrases): Add slave parameter to call of
9079 `reftex-index-this-phrase'.
9080 (reftex-display-index): New argument redo.
9081 (reftex-index-rescan): Add 'redo to arguments of
9082 `reftex-display-index'.
9083 (reftex-index-Rescan, reftex-index-revert)
9084 (reftex-index-switch-index-tag): Add 'redo to arguments of
9085 `reftex-display-index'.
9086 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
9087 indexing. Fix bug with matching is there is a quote before or
9088 after the word.
9089
9090 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
9091 Fix bug when collecting citation keys in lines with comments.
9092 (reftex-citation): Prefix argument no longer rescans the document,
9093 but forces prompting for optional arguments of cite macros.
9094 (reftex-do-citation): Prompting for optional arguments implemented.
9095
9096 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
9097 Add optional arguments to most cite commands.
9098 (reftex-cite-cleanup-optional-args): New option
9099 (reftex-cite-prompt-optional-args): New option.
9100 (reftex-trust-label-prefix): New option.
9101
9102 * textmodes/reftex-toc.el (reftex-toc-find-section):
9103 Add push-mark before changing the position in the buffer.
9104
9105 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
9106 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
9107
9108 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
9109
9110 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
9111 more carefully.
9112
9113 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
9114
9115 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
9116 (sgml-mode): Use it.
9117 (sgml-get-context): Better keep track of implicitly closed tags.
9118
9119 2005-01-13 Kenichi Handa <handa@m17n.org>
9120
9121 * textmodes/ispell.el: These changes are to fix misalignment error
9122 caused by equivalent characters of different Emacs charsets.
9123 (ispell-unified-chars-table): New variable.
9124 (ispell-get-decoded-string): New function.
9125 (ispell-get-casechars, ispell-get-not-casechars)
9126 (ispell-get-otherchars): Call ispell-get-decoded-string.
9127
9128 2005-01-12 Johan Bockg\e,Ae\e(Brd <bojohan@users.sourceforge.net>
9129
9130 * custom.el (custom-declare-variable): Just put symbol instead
9131 of (defvar . symbol) in `current-load-list'.
9132
9133 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
9134
9135 * emacs-lisp/elint.el: Fixed typo in Commentary section.
9136
9137 2005-01-12 Jay Belanger <belanger@truman.edu>
9138
9139 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
9140 to create a Calc summary.
9141
9142 2005-01-12 Kim F. Storm <storm@cua.dk>
9143
9144 * mouse.el (mouse-on-link-p): Change functionality and doc
9145 string to comply with latest description in lisp ref.
9146
9147 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
9148
9149 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
9150 Enable mouse clicks on mode-line, header-line and margin.
9151 (event-type): Give mouse event symbols an 'event-kind property
9152 with value 'mouse-click.
9153
9154 2005-01-12 Juri Linkov <juri@jurta.org>
9155
9156 * facemenu.el (list-colors-display): Add new arg buffer-name.
9157 Use it. Fix docstring. Replace code for identifying duplicate
9158 colors by the name with call to `list-colors-duplicates' which
9159 identifies duplicate colors by the value unless the color
9160 is one of special Windows colors. Set truncate-lines to t.
9161 Print sorted duplicate color names on each line. Indent to 22
9162 \(the longest color name in rgb.txt) instead of 20. Optimize.
9163 (list-colors-duplicates): New function.
9164 (facemenu-color-name-equal): Delete function.
9165
9166 * facemenu.el (list-colors-print): New function created from code
9167 in list-colors-display. Print #RRGGBB at the window right edge.
9168 (list-colors-display): When temp-buffer-show-function is not
9169 defined, call list-colors-print from temp-buffer-show-hook
9170 to get the right value of window-width in list-colors-print
9171 after the buffer is displayed.
9172
9173 * simple.el (pop-mark): Move deactivate-mark out of conditional
9174 part to deactivate the active mark regardless of the state of the
9175 mark ring.
9176
9177 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9178 variables line in desktop files.
9179
9180 2005-01-12 Juri Linkov <juri@jurta.org>
9181
9182 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9183 Bring together isearch highlight related options.
9184 (lazy-highlight): Replace group `replace' by `matching'.
9185 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9186 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9187 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9188 and declare them obsolete.
9189 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9190 (isearch-faces): Remove defgroup.
9191 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9192 Move isearch highlighting code closer to lazy highlighting code.
9193
9194 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9195 (query-replace-highlight, query-replace-lazy-highlight)
9196 (query-replace): Move definitions to the beginning of the file.
9197
9198 2005-01-11 Juri Linkov <juri@jurta.org>
9199
9200 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9201 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9202 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9203
9204 * info.el (Info-history-forward): New variable.
9205 (Info-select-node): Reset Info-history-forward to nil.
9206 (Info-last): Turn into defalias.
9207 (Info-history-back): Rename from Info-last.
9208 Add current node to Info-history-forward.
9209 (Info-history-forward): New fun.
9210 (Info-mode-map): Replace Info-last by Info-history-back.
9211 Bind Info-history-forward to "r".
9212 (Info-mode-menu): Replace Info-last by Info-history-back.
9213 Fix menu item text. Add menu item for Info-history-forward.
9214 (info-tool-bar-map): Replace Info-last by Info-history-back.
9215 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9216 for Info-history-forward.
9217 (Info-mode): Replace Info-last by Info-history-back in docstring.
9218 Add local variable Info-history-forward.
9219 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9220
9221 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9222
9223 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9224 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9225 Ignore select-window events rather than fiddle with
9226 mouse-autoselect-window.
9227
9228 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9229
9230 * type-break.el (type-break-mode): Fix previous change.
9231
9232 2005-01-10 Jay Belanger <belanger@truman.edu>
9233
9234 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9235 calculator; only reset when point is inside a calculator.
9236 Don't adjust the window height if the window takes up the whole height
9237 of the frame.
9238
9239 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9240
9241 * ebuff-menu.el (Electric-buffer-menu-mode):
9242 Preserve value of buffer-local var header-line-format.
9243
9244 2005-01-09 Jay Belanger <belanger@truman.edu>
9245
9246 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9247 Make sure settings file exists before accessing it.
9248
9249 * calc/calc-embed.el (calc-embedded-subst):
9250 Replace math-multi-subst-rec, which is only supposed to be called
9251 by math-multi-subst, by math-multi-subst.
9252
9253 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9254
9255 * vc.el (vc-allow-async-revert): New user option.
9256 (vc-disable-async-diff): New internal variable.
9257 (vc-revert-buffer): Use them to disable asynchronous diff.
9258
9259 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9260 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9261 asynchronously if vc-disable-async-diff is t.
9262
9263 2005-01-09 Jay Belanger <belanger@truman.edu>
9264
9265 * calc/calc.el (defcalcmodevar): New macro.
9266 (calc-mode-var-list-restore-default-values)
9267 (calc-mode-var-list-restore-saved-values): New functions.
9268 (calc-mode-var-list): Use defcalcmodevar to define it.
9269 (calc-always-load-extensions, calc-line-numbering)
9270 (calc-line-breaking, calc-display-just, calc-display-origin)
9271 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9272 (calc-group-char, calc-point-char, calc-frac-format)
9273 (calc-prefer-frac, calc-hms-format, calc-date-format)
9274 (calc-float-format, calc-full-float-format, calc-complex-format)
9275 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9276 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9277 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9278 (calc-matrix-brackets, calc-language, calc-language-option)
9279 (calc-left-label, calc-right-label, calc-word-size)
9280 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9281 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9282 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9283 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9284 (calc-window-height, calc-display-trail, calc-show-selections)
9285 (calc-use-selections, calc-assoc-selections)
9286 (calc-display-working-message, calc-auto-why, calc-timing)
9287 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9288 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9289 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9290 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9291 (calc-gnuplot-geometry, calc-graph-default-resolution)
9292 (calc-graph-default-resolution-3d, calc-invocation-macro)
9293 (calc-show-banner): Use defcalcmodevar to declare them and set
9294 their default values.
9295
9296 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9297 instead of default values (but restore default values if there is
9298 an argument of 0).
9299
9300 2005-01-09 David Kastrup <dak@gnu.org>
9301
9302 * desktop.el (desktop-restore-eager): Fix typo in type.
9303
9304 2005-01-08 Richard M. Stallman <rms@gnu.org>
9305
9306 * cus-edit.el (customize): Delete :link.
9307
9308 2005-01-08 Jay Belanger <belanger@truman.edu>
9309
9310 * calc/calc.el (calc-mode): Remove the extension from the
9311 `calc-settings-file' file name when loading it.
9312
9313 2005-01-08 Kim F. Storm <storm@cua.dk>
9314
9315 * info.el (Info-mode-map, Info-next-link-keymap)
9316 (Info-prev-link-keymap, Info-up-link-keymap):
9317 Map follow-link to mouse-face.
9318 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9319
9320 2005-01-08 Jay Belanger <belanger@truman.edu>
9321
9322 * calc/calc.el (calc-settings-file): Change default value.
9323 Suggested by cgw in a comment in calc-mode.el.
9324
9325 * calc/calc-mode.el (calc-settings-file-name):
9326 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9327 Replace ~/.emacs in a prompt by calc-settings-file.
9328
9329 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9330
9331 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9332 (desktop-lazy-idle-delay): New customizable variables.
9333 (desktop-buffer-args-list): New variable.
9334 (desktop-append-buffer-args): New function.
9335 (desktop-save): Call desktop-append-buffer-args for some buffers.
9336 (desktop-lazy-create-buffer): New function.
9337 (desktop-idle-create-buffers): New function.
9338 (desktop-read): Add message about buffers to restore lazily.
9339 (desktop-lazy-abort): New command.
9340 (desktop-clear): Call desktop-lazy-abort.
9341 (desktop-lazy-complete): New command.
9342
9343 2005-01-06 Richard M. Stallman <rms@gnu.org>
9344
9345 * emacs-lisp/find-func.el (find-face-definition):
9346 Rename from find-face.
9347
9348 2005-01-06 Kim F. Storm <storm@cua.dk>
9349
9350 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9351
9352 * man.el (Man-xref-man-page, Man-xref-header-file)
9353 (Man-xref-normal-file): Add follow-link property.
9354
9355 2005-01-06 Jay Belanger <belanger@truman.edu>
9356
9357 * calc/calc-units.el: Make sure the proper macro definitions are
9358 available when compiling.
9359
9360 2005-01-06 Juri Linkov <juri@jurta.org>
9361
9362 * isearch.el (isearch-lazy-highlight-update):
9363 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9364
9365 2005-01-06 Miles Bader <miles@gnu.org>
9366
9367 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9368 (isearch-lazy-highlight-face): Use new name.
9369
9370 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9371
9372 * uniquify.el (uniquify-rationalize-file-buffer-names):
9373 Re-add an interactive spec.
9374 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9375 to the same name.
9376
9377 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9378 (isearch-update, isearch-done): Adjust calls accordingly.
9379
9380 2005-01-05 Richard M. Stallman <rms@gnu.org>
9381
9382 * custom.el (custom-set-variables, custom-theme-set-variables):
9383 Clarify documentation.
9384
9385 * emacs-lisp/find-func.el (find-variable)
9386 (find-variable-other-window, find-variable-other-frame):
9387 Fix the TYPE args to find-function-read and find-function-do-it.
9388 (find-function): Doc fix.
9389 (find-function-at-point): Replace function-at-point alias.
9390
9391 2005-01-04 Richard M. Stallman <rms@gnu.org>
9392
9393 * cus-face.el (custom-declare-face):
9394 Record defface in current-load-list.
9395
9396 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9397
9398 * emacs-lisp/find-func.el: Doc fixes.
9399 (find-face-regexp): New variable.
9400 (find-function-regexp-alist): New variable.
9401 (find-function-C-source): Third arg is now TYPE.
9402 (find-function-search-for-symbol): Handle general TYPE.
9403 (find-function-read, find-function-do-it): Handle general TYPE.
9404 (find-definition-noselect, find-face): New functions.
9405 (function-at-point): Alias deleted.
9406
9407 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9408
9409 * battery.el (display-battery-mode): Rename from display-battery.
9410 Handle the case where it gets turned off.
9411
9412 2005-01-04 Richard M. Stallman <rms@gnu.org>
9413
9414 * cus-edit.el (customize): Make :link point to user doc.
9415
9416 * man.el (Man-fontify-manpage): Turn off undo generation.
9417
9418 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9419
9420 2005-01-04 Andreas Schwab <schwab@suse.de>
9421
9422 * files.el (insert-directory): Only look for error lines in
9423 inserted text. Don't move too far after processing --dired markers.
9424
9425 2005-01-04 Richard M. Stallman <rms@gnu.org>
9426
9427 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9428 Don't expand if the character is @, period, dash, etc.
9429 (define-mail-abbrev): Quote names that contain problem characters.
9430
9431 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9432
9433 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9434
9435 2005-01-03 Richard M. Stallman <rms@gnu.org>
9436
9437 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9438 (query-replace-highlight, query-replace-lazy-highlight)
9439 (query-replace): Definitions moved up. Doc fix.
9440
9441 2005-01-03 Richard M. Stallman <rms@gnu.org>
9442
9443 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9444 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9445 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9446 (lazy-highlight-face): Rename from isearch-lazy-...
9447 Change all references to them.
9448
9449 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9450
9451 * cus-edit.el (custom-file): Doc fix for defcustom.
9452 (custom-file): The function no longer sets the variable
9453 `custom-file' to its return value.
9454
9455 * startup.el (command-line): No longer load `custom-file'.
9456
9457 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9458
9459 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9460
9461 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9462 Don't confuse module-prefixed identifiers for labels.
9463 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9464
9465 2005-01-02 Richard M. Stallman <rms@gnu.org>
9466
9467 * files.el (basic-save-buffer-1): Fix previous change.
9468
9469 * loadhist.el (file-loadhist-lookup): New function.
9470 (file-provides, file-requires): Use it.
9471
9472 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9473 instead of calculating the right size.
9474
9475 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9476
9477 * vc-svn.el (vc-svn-diff): Stay local if possible.
9478
9479 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9480
9481 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9482
9483 * files.el (hack-local-variables): Fix last change.
9484
9485 2005-01-02 Jay Belanger <belanger@truman.edu>
9486
9487 * calc/calc-yank.el (calc-edit-top): New variable.
9488 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9489 object. Change header properties.
9490 (calc-edit-finish, calc-edit-finish-stack-object)
9491 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9492 edited object.
9493 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9494 for the beginning of the edited object.
9495 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9496 for the beginning of the edited object.
9497 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9498 (calc-finish-formula-edit, calc-macro-repeats)
9499 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9500 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9501 beginning of the edited object.
9502 (calc-user-define-edit): Change the header for editing macros.
9503 Remove unnecessary variable.
9504
9505 2005-01-01 Jay Belanger <belanger@truman.edu>
9506
9507 * calc/calc-yank.el (calc-edit-mode): Change default header.
9508 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9509 * calc/calc-store.el (calc-edit-variable): Change title to match new
9510 header.
9511 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9512 mode to match new header.
9513 (calc-user-define-edit): Change titles to include names of commands.
9514 (calc-finish-formula-edit): Adjust to handle new header.
9515 (calc-finish-macro-edit): Remove.
9516 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9517 (calc-edit-macro-command, calc-edit-macro-command-type)
9518 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9519 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9520 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9521 (calc-edit-macro-finish-edit): New functions.
9522 (calc-user-define-edit): Use new functions to edit named calc macros.
9523
9524 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9525
9526 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9527
9528 * ses.el (copy-region-as-kill): Deactivate mark.
9529
9530 2005-01-01 Richard M. Stallman <rms@gnu.org>
9531
9532 * replace.el (occur-1): If the output buffer is also an input,
9533 don't kill it, rename it.
9534
9535 * faces.el (set-face-background, set-face-foreground): Doc fix.
9536
9537 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9538 for :foreground and :background.
9539
9540 * dired.el (dired-view-command-alist): Variable deleted.
9541 (dired-view-file, dired-mouse-find-file-other-window):
9542 Delete the code to use it.
9543
9544 2005-01-01 Kim F. Storm <storm@cua.dk>
9545
9546 * image.el (insert-sliced-image): Use t for line-height property.
9547
9548 2004-12-31 Jay Belanger <belanger@truman.edu>
9549
9550 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9551 for "var-" at the beginning of the minibuffer.
9552
9553 2004-12-31 Richard M. Stallman <rms@gnu.org>
9554
9555 * faces.el (read-face-name):
9556 Don't treat an attribute spec as a list of faces.
9557
9558 * simple.el (undo): Use undo-equiv-table to detect
9559 unexpected changes since previous undo.
9560 (undo-list-saved): Variable deleted.
9561 (buffer-disable-undo): Don't alter undo-list-saved.
9562
9563 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9564 (mode-require-final-newline): New option.
9565 (after-find-file): Handle require-final-newline with new values.
9566 (basic-save-buffer): Handle new values of require-final-newline.
9567
9568 * progmodes/sh-script.el (sh-require-final-newline):
9569 Alist value now controls whether to use mode-require-final-newline.
9570 (sh-set-shell): Implement that new meaning.
9571
9572 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9573 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9574 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9575 Delete old-Emacs compatibility code.
9576 (antlr-c-common-init): Function deleted.
9577
9578 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9579 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9580 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9581 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9582 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9583 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9584 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9585 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9586 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9587 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9588 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9589 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9590 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9591 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9592 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9593 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9594
9595 2004-12-31 Jay Belanger <belanger@truman.edu>
9596
9597 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9598 way to return to Calc.
9599
9600 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9601 finish, C-xk as the way to cancel the edit. Add cancel routine to
9602 kill-buffer-hook.
9603
9604 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9605 MacEdit code.
9606
9607 * calc/calc-prog.el: Remove obsolete MacEdit code.
9608 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9609 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9610
9611 2004-12-31 Kenichi Handa <handa@m17n.org>
9612
9613 * international/mule.el (buffer-file-coding-system-explicit):
9614 Rename for explicit-buffer-file-coding-system.
9615 (after-insert-file-set-coding): Adjust for the above change.
9616
9617 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9618 to buffer-file-coding-system-explicit.
9619 (basic-save-buffer-1): Likewise.
9620
9621 2004-12-30 Richard M. Stallman <rms@gnu.org>
9622
9623 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9624 (artist-butlast, artist-last): Functions deleted.
9625 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9626 (artist-compute-key-compl-table): Call remq directly.
9627 (artist-remove-nulls): Function deleted.
9628 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9629 (artist-push, artist-pop): Macro deleted.
9630
9631 2004-12-30 Andreas Leue <al@sphenon.de>
9632
9633 * textmodes/artist.el (artist-version): 1.2.6
9634 (artist-prev-next-op-alist): New variable.
9635 (artist-select-next-op-in-list): New function.
9636 (artist-select-prev-op-in-list): New function.
9637 (artist-make-prev-next-op-alist): New function.
9638 (artist-is-in-op-list-p): New function.
9639 (artist-get-first-non-nil-op): New function.
9640 (artist-get-last-non-nil-op): New function.
9641 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9642 artist-prev-next-op-alist.
9643 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9644 change drawing operation.
9645
9646 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9647
9648 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9649
9650 2004-12-31 Masatake YAMATO <jet@gyve.org>
9651
9652 * server.el (server-process-filter): Suppress `error', too.
9653
9654 2004-12-30 Jay Belanger <belanger@truman.edu>
9655
9656 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9657 Change the way a variable is displayed in a message.
9658
9659 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9660 (calc-user-define-permanent, calc-execute-kbd-macro):
9661 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9662
9663 2004-12-30 Kenichi Handa <handa@m17n.org>
9664
9665 * files.el (basic-save-buffer-1):
9666 Set explicit-buffer-file-coding-system to last-coding-system-used.
9667 (revert-buffer): Pay attention to
9668 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9669 on bind coding-system-for-read.
9670
9671 * international/mule.el (explicit-buffer-file-coding-system):
9672 New buffer local variable.
9673 (after-insert-file-set-coding): Set it to coding-system-for-read.
9674
9675 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9676
9677 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9678
9679 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9680
9681 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9682 that include line numbers.
9683
9684 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9685
9686 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9687 Redundant variable PREFIXLEN removed.
9688
9689 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9690
9691 * eshell/em-hist.el (eshell-previous-matching-input):
9692 Start the deletion from the end of the output.
9693
9694 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9695
9696 * term/mac-win.el: Require x-dnd.
9697 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9698
9699 2004-12-29 David Kastrup <dak@gnu.org>
9700
9701 * international/mule.el (decode-coding-inserted-region):
9702 Don't barf if `buffer-undo-list' is already set to `t'.
9703
9704 2004-12-29 Jay Belanger <belanger@truman.edu>
9705
9706 * calc/calc-prog.el (calc-user-define-formula): Put default values
9707 for function names in prompts.
9708 (calc-user-define-permanent, calc-user-define-composition)
9709 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9710 default input for algebraic functions.
9711
9712 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9713
9714 * vc-rcs.el (vc-rcs-annotate-command):
9715 Fix omission bug: Call `vc-setup-buffer'.
9716
9717 2004-12-29 Kenichi Handa <handa@m17n.org>
9718
9719 * international/mule.el (recode-region): New function.
9720
9721 2004-12-28 Richard M. Stallman <rms@gnu.org>
9722
9723 * simple.el (undo-extra-outer-limit): New variable.
9724 (undo-outer-limit-truncate): Test and set it.
9725
9726 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9727 enables the feature to extend the existing region.
9728
9729 * simple.el (mark-word): New arg ALLOW-EXTEND
9730 enables the feature to extend the existing region.
9731
9732 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9733 enables the feature to extend the existing region.
9734
9735 * startup.el (site-run-file): Don't allow setting it with Custom.
9736
9737 * simple.el (buffer-disable-undo): Fix previous change.
9738
9739 2004-12-27 Masatake YAMATO <jet@gyve.org>
9740
9741 * hexl.el (hexlify-buffer): Remove fontification here.
9742 Use font lock mechanism instead.
9743 (hexl-font-lock-keywords): New font lock kewords.
9744 (hexl-mode-old-font-lock-keywords): New variable.
9745 (hexl-mode): Store the old font lock keywords.
9746 (hexl-mode-exit): Restore the old font lock keywords.
9747
9748 2004-12-27 Richard M. Stallman <rms@gnu.org>
9749
9750 * simple.el (undo): Fix previous change.
9751
9752 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9753
9754 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9755 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9756 Call x-open-connection on Mac OS X.
9757
9758 2004-12-27 Richard M. Stallman <rms@gnu.org>
9759
9760 * files.el (buffer-save-without-query): New var (buffer-local).
9761 (save-some-buffers): Save those buffers first, w/o asking.
9762
9763 * files.el (insert-directory-ls-version): New variable.
9764 (insert-directory): When ls returns an error, test the version
9765 number to decide what the return code means.
9766 With --dired output format, detect and distinguish lines
9767 that are really error messages.
9768 (insert-directory-adj-pos): New function.
9769
9770 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9771
9772 * battery.el (battery-mode-line-format): Remove initial spaces.
9773
9774 * uniquify.el (uniquify-rationalize-file-buffer-names):
9775 Delete interactive spec.
9776
9777 * type-break.el (type-break-mode): Set buffer-save-without-query.
9778 Remove code that tried to set save-some-buffers-always.
9779 (type-break-file-keystroke-count): Bind deactivate-mark.
9780
9781 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9782
9783 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9784 Test that the buffer is live, and maybe reject current buffer too.
9785 Clarify.
9786 (next-error-find-buffer): Rewrite for clarity.
9787
9788 * loadup.el: Don't use buffer-disable-undo; do it directly.
9789
9790 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9791 (describe-variable): Call symbol-file with `defvar'.
9792
9793 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9794 (symbol-file): Rewritten to handle new load-history format.
9795 Now takes an arg TYPE to specify looking for a particular
9796 type of definition only.
9797
9798 * emacs-lisp/debug.el (debugger-make-xrefs):
9799 Call symbol-file with `defun'.
9800
9801 * emacs-lisp/find-func.el (find-function-noselect):
9802 Call symbol-file with `defun'.
9803 (find-variable-noselect): Call symbol-file with `defvar'.
9804
9805 * eshell/esh-cmd.el (eshell-find-alias-function):
9806 Call symbol-file with `defun'.
9807
9808 * eshell/esh-test.el (eshell-test-goto-func):
9809 Call symbol-file with `defun'.
9810
9811 * mail/rmail.el (rmail-resend):
9812 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9813
9814 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9815
9816 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9817
9818 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9819 Call buffer-disable-undo.
9820
9821 * simple.el (undo-list-saved): New variable (buffer-local).
9822 (undo): Set and test it.
9823 (buffer-disable-undo): Move here from buffer.c.
9824 Clear out undo-list-saved.
9825
9826 * international/mule.el (decode-coding-inserted-region):
9827 Set buffer-undo-list in a correct and optimal way.
9828
9829 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9830 (cperl-font-lock-unfontify-region-function): No need to save and
9831 restore info, since font-lock.el does it for us.
9832
9833 * ansi-color.el (save-buffer-state): Definition deleted.
9834 (ansi-color-unfontify-region): Don't use save-buffer-state.
9835
9836 2004-12-27 Dave Love <fx@gnu.org>
9837
9838 * wid-edit.el (function): Use restricted-sexp as parent.
9839
9840 2004-12-27 Kevin Ryde <user42@zip.com.au>
9841
9842 * simple.el (next-matching-history-element): Use same
9843 `interactive' form as previous-matching-history-element.
9844
9845 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9846 it can appear unencoded and has been seen from yahoo.
9847
9848 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9849
9850 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9851 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9852
9853 2004-12-27 Kenichi Handa <handa@m17n.org>
9854
9855 * international/utf-8.el (utf-translate-cjk-load-tables):
9856 Bind coding-system-for-read to nil while loading subst-*.
9857
9858 2004-12-26 Jay Belanger <belanger@truman.edu>
9859
9860 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9861 default input.
9862
9863 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9864
9865 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9866 before reverting and disable undo recording while reverting.
9867
9868 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9869
9870 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9871 (hs-make-overlay): New function.
9872 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9873 (hs-flag-region): Delete function.
9874 (hs-hide-comment-region): No longer use `hs-flag-region'.
9875 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9876 (hs-hide-block-at-point): Likewise.
9877 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9878 (hs-hide-all, hs-show-all): Likewise.
9879 (hs-show-block): Likewise.
9880 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9881
9882 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9883
9884 * progmodes/hideshow.el: Require `cl' when compiling.
9885 Remove XEmacs and Emacs 19 compatibility.
9886 Use `dolist' and `add-to-list' for load-time actions.
9887 (hs-discard-overlays): Use `dolist'.
9888 (hs-show-block): Likewise.
9889
9890 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9891
9892 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9893
9894 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9895
9896 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9897 When extending backwards, move outside the current comment first.
9898
9899 2004-12-22 Kenichi Handa <handa@m17n.org>
9900
9901 * international/quail.el (quail-start-translation): Fix prompt
9902 string for the case if input-method-use-echo-area being non-nil.
9903 (quail-start-conversion): Likewise.
9904 (quail-show-guidance): Don't show guidance if
9905 input-method-use-echo-area is non-nil.
9906
9907 2004-12-21 Richard M. Stallman <rms@gnu.org>
9908
9909 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9910
9911 2004-12-21 Markus Rost <rost@ias.edu>
9912
9913 * calendar/diary-lib.el (mark-diary-entries):
9914 Set mark-diary-entries-in-calendar only after checking for diary-file.
9915
9916 2004-12-21 Richard M. Stallman <rms@gnu.org>
9917
9918 * faces.el (escape-glyph): Use blue against light foreground.
9919
9920 * simple.el (undo-outer-limit-truncate): New function.
9921 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9922
9923 2004-12-21 Eli Barzilay <eli@barzilay.org>
9924
9925 * calculator.el (calculator-radix-grouping-mode)
9926 (calculator-radix-grouping-digits)
9927 (calculator-radix-grouping-separator):
9928 New defcustoms for the new radix grouping mode functionality.
9929 (calculator-mode-hook): Now used in electric mode too,
9930 (calculator): Call it.
9931 (calculator-mode-map): Some new keys.
9932 (calculator-message): New function. Some new calls.
9933 (calculator-op, calculator-set-register): Use it.
9934 (calculator-string-to-number): New function, mostly moved and
9935 updated code from calculator-curnum-value.
9936 (calculator-curnum-value): Use it.
9937 (calculator-paste): Use it, and update grabbing the current-kill.
9938 (calculator-rotate-displayer)
9939 (calculator-rotate-displayer-back): Toggle digit grouping when
9940 in radix mode, use calculator-message.
9941 (calculator-displayer-prev, calculator-displayer-next):
9942 Change digit group size when in radix mode.
9943 (calculator-number-to-string): Rename from
9944 calculator-num-to-string. Now deals with digit grouping in
9945 radix mode.
9946 (calculator-update-display, calculator-put-value): Use the new name.
9947 (calculator-fact): Return a floating point number.
9948 (calculator-mode): Doc fix.
9949
9950 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9951
9952 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9953 * calendar/diary-lib.el (view-other-diary-entries):
9954 Use current-prefix-arg in interactive spec.
9955
9956 2004-12-19 Jay Belanger <belanger@truman.edu>
9957
9958 * calc/calc-aent.el (calcAlg-blank-matching-open):
9959 Temporarily adjust the syntax of both delimiters of half-open intervals.
9960
9961 2004-12-19 Kim F. Storm <storm@cua.dk>
9962
9963 * mouse.el (mouse-1-click-follows-link): Doc fix.
9964
9965 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9966
9967 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9968 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9969 instead of centraleuropean as the name
9970
9971 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9972
9973 Sync with Tramp 2.0.46.
9974
9975 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9976 parameters wrt Tramp convention.
9977 (tramp-handle-file-attributes-with-perl)
9978 (tramp-handle-directory-files-and-attributes): Apply it.
9979 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9980 `copy-program'. Reported by Zack Weinberg
9981 <zack@codesourcery.com>.
9982 (top): Set `edebug-form-spec' property directly rather than
9983 calling `def-edebug-spec'.
9984
9985 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9986 advice less fragile. Surround temporary redefinition of
9987 `substitute-in-file-name' with `unwind-protect'. Suggested by
9988 Matt Hodges <MPHodges@member.fsf.org>.
9989
9990 2004-12-17 Juri Linkov <juri@jurta.org>
9991
9992 * replace.el (occur-accumulate-lines, occur-engine):
9993 Make forcing deferred font-lock fontification jit-specific.
9994
9995 2004-12-17 Kim F. Storm <storm@cua.dk>
9996
9997 * mouse.el (mouse-1-click-follows-link): New defcustom.
9998 (mouse-on-link-p): New function.
9999 (mouse-drag-region-1): Implement mouse-1-click-follows-link
10000 functionality. Map a mouse-1 click event into a mouse-2 (or
10001 other) event when position is inside a link.
10002
10003 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
10004 prefix in tooltip text with "mouse-1" when this is a link
10005 recognized by mouse-1-click-follows-link functionality.
10006
10007 * help.el (describe-key): Report effective and original binding
10008 for mouse-1 when clicked on a link.
10009 (describe-mode): Add follow-link property to "minor-mode" button.
10010
10011 * help-fns.el (describe-variable): Add follow-link property to
10012 "below" button.
10013
10014 * help-mode.el (help-xref): Add follow-link property.
10015
10016 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
10017 (apropos-command, apropos-variable, apropos-face, apropos-group)
10018 (apropos-widget, apropos-plist): Add follow-link property.
10019
10020 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
10021 checks if position is in a filename, rather than some other
10022 clickable item. Function looks for cvs-filename-face at position.
10023
10024 * wid-edit.el (widget-specify-field, widget-specify-button):
10025 Map a :follow-link keyword into a follow-link property.
10026 (link): Add :follow-link keyword, map to RET binding.
10027
10028 * dired.el (dired-mode-map): Map follow-link to mouse-face.
10029
10030 * progmodes/compile.el (compilation-minor-mode-map)
10031 (compilation-button-map, compilation-mode-map): Likewise.
10032
10033 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
10034
10035 * play/zone.el (zone): Init `line-spacing' from orig buffer.
10036 (zone-replace-char): Take `count' and `del-count'
10037 instead of `direction'. Update callers. When `del-count' is
10038 non-nil, delete that many characters, otherwise `count' characters
10039 backwards. Insert the newly-replaced string `count' times.
10040 (zone-fret): Handle chars w/ width greater than one.
10041 (zone-fall-through-ws): No longer take window width `ww'.
10042 Update callers. Add handling for `char-width' greater than one.
10043 (zone-pgm-drip): Update var holding window-end position every cycle.
10044
10045 2004-12-17 Andre Spiegel <spiegel@gnu.org>
10046
10047 * vc.el (vc-default-update-changelog): Use insert-file-contents,
10048 rather than insert-file.
10049
10050 2004-12-16 Jay Belanger <belanger@truman.edu>
10051
10052 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
10053 (math-init-random-base, math-random-digit): Check to see if
10054 var-RandSeed is bound.
10055 (math-random-last): Declare it.
10056 (math-random-digit): Don't make math-random-last local.
10057
10058 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
10059
10060 * play/zone.el (zone): Fix omission bug: Use a self-disabling
10061 one-shot thunk for uniform (error, quit, normal) recovery.
10062 Reported by John Paul Wallington.
10063 (zone-pgm-random-life): Fix bug:
10064 Recognize empty initial field by lack of "@" chars.
10065
10066 2004-12-16 Juri Linkov <juri@jurta.org>
10067
10068 * help.el (function-called-at-point):
10069 * help-fns.el (variable-at-point): As a last resort try stripping
10070 non-word prefixes and suffixes.
10071
10072 * descr-text.el (describe-property-list): Don't treat syntax-table
10073 specially. Use describe-text-sexp which inserts [show] button
10074 for large objects and handles printing errors. Sort properties
10075 by names in alphabetical order instead of by value sizes.
10076 Add `mouse-face' to list of properties for `describe-face' widget.
10077 (describe-char): Mask out face-id from 19 bits of character.
10078 Print face-id separately.
10079
10080 * replace.el (occur-accumulate-lines, occur-engine):
10081 Fontify unfontified matching lines in the source buffer
10082 before copying them.
10083 (occur-engine): Don't put mouse-face on context lines.
10084 (occur-next-error): Set point to line beginning/end
10085 before searching for prev/next property to skip multiple
10086 matches on a line (not supported by occur engine).
10087 Remove redundant prefix-numeric-value.
10088
10089 2004-12-15 Juri Linkov <juri@jurta.org>
10090
10091 * replace.el (match): New face.
10092 (list-matching-lines-face): Change default from `bold' to `match'.
10093
10094 * progmodes/grep.el (grep-match-face): New defvar.
10095 (grep-mode-font-lock-keywords): Use grep-match-face instead of
10096 compilation-column-face to highlight grep matches.
10097
10098 * apropos.el (apropos-match-face): Change default from
10099 `secondary-selection' to `match'.
10100
10101 * info-look.el (info-lookup-highlight-face): Change default from
10102 `highlight' to `match'.
10103
10104 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
10105
10106 * progmodes/executable.el (executable-interpret): Eliminate
10107 obsolete compile-internal, and switch to comint for interaction.
10108
10109 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
10110
10111 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
10112 `&&' when skipping multiple statements on a line.
10113
10114 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
10115
10116 * play/zone.el (zone): Set `truncate-lines'.
10117 Also, init `tab-width' with value from original buffer.
10118 (zone-shift-up): Rewrite for speed.
10119 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
10120 (zone-pgm-jitter): Remove redundant entries from ops vector.
10121 (zone-exploding-remove): Reduce iteration count.
10122 (zone-cpos): Convert to defsubst.
10123 (zone-replace-char): New defsubst.
10124 (zone-park/sit-for): Likewise.
10125 (zone-fret): Take window-start arg.
10126 Update callers. Use `zone-park/sit-for'.
10127 (zone-fill-out-screen): Rewrite.
10128 (zone-fall-through-ws): Likewise. Update callers.
10129 (zone-pgm-drip): Use `zone-replace-char'.
10130 Move var inits before while-loop. Use `zone-park/sit-for'.
10131 (zone-pgm-random-life): Handle empty initial field.
10132 Use `zone-replace-char' and `zone-park/sit-for'.
10133
10134 2004-12-15 Juri Linkov <juri@jurta.org>
10135
10136 * isearch.el (isearch-update): Test isearch-lazy-highlight
10137 before calling isearch-lazy-highlight-new-loop.
10138 (isearch-lazy-highlight-new-loop):
10139 Don't test isearch-lazy-highlight.
10140
10141 * replace.el (perform-replace): Add isearch-case-fold-search.
10142 Use delimited-flag for isearch-regexp.
10143 Reset isearch-lazy-highlight-last-string to force lazy
10144 highlighting when called from isearch mode.
10145 (query-replace-highlight): Revert defcustom type to boolean.
10146 (query-replace-lazy-highlight): New defcustom.
10147 (query-replace): New face.
10148 (perform-replace, replace-highlight, replace-dehighlight):
10149 Test query-replace-lazy-highlight instead of special value
10150 `isearch' of query-replace-highlight.
10151 (replace-dehighlight): Don't call isearch-dehighlight.
10152 (replace-highlight): Don't call isearch-highlight.
10153 Use face `query-replace' unconditionally.
10154
10155 2004-12-14 Kim F. Storm <storm@cua.dk>
10156
10157 * simple.el (inhibit-mark-movement): Remove defvar.
10158 (beginning-of-buffer, end-of-buffer): Don't use it.
10159
10160 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10161 Don't use inhibit-mark-movement.
10162
10163 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10164 (cua--undo-push-mark): Remove.
10165 (cua--pre-command-handler, cua--post-command-handler):
10166 Don't fiddle with inhibit-mark-movement.
10167
10168 2004-12-14 Juri Linkov <juri@jurta.org>
10169
10170 * buff-menu.el (list-buffers-noselect): Collect internal info
10171 for every buffer in BUFFER-LIST arg too.
10172 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10173 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10174 Bind same-window-buffer-names and same-window-regexps to nil.
10175
10176 2004-12-13 Juri Linkov <juri@jurta.org>
10177
10178 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10179
10180 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10181 (sc-cite-region, sc-uncite-region, sc-recite-region):
10182 Fix previous change to handle not alist as a symbol, but
10183 a citation frame as a symbol that represents a variable name.
10184
10185 2004-12-13 Richard M. Stallman <rms@gnu.org>
10186
10187 * filecache.el (file-cache-add-directory-using-find):
10188 Only set up file-cache-find-command-posix-flag if we will use it.
10189
10190 * bindings.el (mode-line-buffer-identification-keymap):
10191 Don't cancel the mode-line's usual down-mouse-1 binding.
10192
10193 * cus-edit.el (custom-face-selected): Handle `default' specs.
10194 (custom-face-edit): Increase extra-offset.
10195 (custom-display): Handle `default' specs.
10196
10197 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10198
10199 * emacs-lisp/elint.el (elint-standard-variables)
10200 (elint-unknown-builtin-args): Move definitions up.
10201
10202 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10203
10204 * info.el (info-xref-visited): Use `default' instead of t.
10205 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10206
10207 * faces.el (header-line, mode-line-inactive, tool-bar):
10208 Use `default' instead of t for setting the defaults.
10209 (face-spec-choose): Separate `t' from `default'.
10210
10211 * subr.el (while-no-input): New macro.
10212
10213 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10214
10215 * filecache.el (file-cache-add-directory-using-find):
10216 Only test file-cache-find-command-posix-flag on some systems.
10217
10218 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10219
10220 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10221 Reported by Ville Skytt\e,Ad\e(B <scop@xemacs.org>.
10222 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10223 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10224 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10225
10226 2004-12-12 Juri Linkov <juri@jurta.org>
10227
10228 * files.el (find-file-other-window, find-file-other-frame):
10229 Add the first buffer to the returned value to return the complete
10230 list of all visited buffers.
10231 (find-file-read-only, find-file-read-only-other-window)
10232 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10233 `find-file-read-args'. Signal an error about non-existent file
10234 only if file name doesn't contain wildcards. Toggle read-only in
10235 all visited buffers.
10236 (find-alternate-file, find-alternate-file-other-window):
10237 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10238 called interactively. Pass arg `wildcards' to other functions.
10239 (find-file-noselect): Doc fix.
10240
10241 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10242 Doc fix.
10243 (ffap-directory-finder): New variable.
10244 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10245 (ffap-file-at-point): Add /* to immediately rejected names.
10246 Return absolute file names matching ffap-dired-wildcards.
10247 (ffap-read-file-or-url): Set default value for `completing-read'
10248 to `buffer-file-name'.
10249 (find-file-at-point): When filename matches ffap-dired-wildcards,
10250 call ffap-file-finder with t arg `wildcards', instead of dired.
10251 (ffap-other-window, ffap-other-frame): Return visited buffers.
10252 (ffap-read-only, ffap-read-only-other-window)
10253 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10254 (dired-at-point): Call ffap-directory-finder instead of dired.
10255 (ffap-dired-other-window, ffap-dired-other-frame)
10256 (ffap-list-directory): New commands.
10257 (ffap-bindings): New keybindings for new commands.
10258
10259 2004-12-12 Juri Linkov <juri@jurta.org>
10260
10261 * simple.el (beginning-of-buffer, end-of-buffer):
10262 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10263 Do not push mark when mark is active in transient-mark-mode.
10264
10265 * simple.el (mark-word):
10266 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10267 * textmodes/paragraphs.el (mark-paragraph):
10268 Extend the region when mark is active in transient-mark-mode,
10269 regardless of the last command. Doc fix.
10270
10271 * simple.el (mark-word): Preserve direction when repeating.
10272 Make arg optional. Interactive "p" -> "P".
10273 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10274
10275 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10276 preserving direction, to mark forward instead of backward when mark
10277 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10278
10279 2004-12-12 Juri Linkov <juri@jurta.org>
10280
10281 * isearch.el (isearch-edit-string): Set 7th arg of
10282 `read-from-minibuffer' to `t' to inherit the current input
10283 method (whose name is indicated by [IM] in the minibuffer prompt)
10284 from the current buffer to the minibuffer.
10285 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10286 to allow C-g quitting for lazy highlighting looping inside the
10287 search with nested repetition operators. Add overlay to the list
10288 before setting its face and other properties to avoid the case of
10289 code quitting after placing the new overlay but before it's
10290 recorded on the list. Select the window where isearch was
10291 activated, to highlight matches in the right window when isearch
10292 switches the current window to the minibuffer.
10293
10294 * international/isearch-x.el
10295 (isearch-process-search-multibyte-characters):
10296 Use `isearch-message' as initial input for `read-string' instead
10297 of adding it to the minibuffer prompt. After reading a string
10298 remove the initial value of `isearch-message' from the string.
10299
10300 * replace.el (replace-match-maybe-edit): Doc fix.
10301 (perform-replace): Don't call `replace-highlight' when automatic
10302 replacement is requested in literal mode, since it is intended
10303 only to highlight words during entering a new replacement string
10304 for \? in non-literal mode.
10305
10306 * replace.el (query-replace-highlight): Add new value `isearch'
10307 that allows query replacement to use isearch highlighting.
10308 Change type from `boolean' to `choice'. Doc fix.
10309 (replace-highlight, replace-dehighlight, perform-replace):
10310 Use isearch highlighting if query-replace-highlight eq `isearch'.
10311
10312 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10313
10314 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10315 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10316
10317 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10318 case of \end{verbatim}.
10319
10320 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10321
10322 * term.el (term-termcap-format): Synchronize with terminfo.
10323 (term-emulate-terminal): Handle reset.
10324 (term-reset-terminal): New function.
10325
10326 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10327
10328 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10329 (zone-fill-out-screen): New func.
10330 (zone-pgm-drip): Use `zone-fill-out-screen'.
10331 Also, no longer go to point-min on every cycle.
10332 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10333 (zone-pgm-random-life-wait): New user var.
10334 (zone-pgm-random-life): New func.
10335
10336 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10337
10338 * files.el (auto-mode-alist): Map .com to DCL mode.
10339
10340 2004-12-09 Richard M. Stallman <rms@gnu.org>
10341
10342 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10343
10344 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10345
10346 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10347 buffer with a display margin.
10348
10349 2004-12-08 Jay Belanger <belanger@truman.edu>
10350
10351 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10352 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10353
10354 2004-12-08 Richard M. Stallman <rms@gnu.org>
10355
10356 * faces.el: Delete code to set display table.
10357 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10358
10359 2004-12-08 Jay Belanger <belanger@truman.edu>
10360
10361 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10362
10363 * calc/calc-ext.el (math-read-replacement-list)
10364 (math-read-superscripts, math-read-preprocess-string): Move to
10365 calc-aent.el.
10366
10367 * calc/calc-aent.el (math-read-replacement-list)
10368 (math-read-superscripts, math-read-preprocess-string): Move from
10369 calc-ext.el.
10370
10371 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10372
10373 * isearch.el (isearch-quote-char): Fix up typo in last change.
10374
10375 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10376
10377 * mouse.el (mouse-set-font): Handle the case where the command was
10378 not invoked using the mouse.
10379
10380 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10381 (edmacro-finish-edit): Further update for keyboard macros that are
10382 lambda forms.
10383 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10384
10385 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10386
10387 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10388 (font-lock-default-unfontify-region): Don't save buffer state any more.
10389
10390 2004-12-07 Jay Belanger <belanger@truman.edu>
10391
10392 * calc/calc-help.el (calc-describe-key):
10393 Set calc-summary-indentation even when Calc Summary buffer exists.
10394
10395 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10396
10397 * calendar/holidays.el (holiday-easter-etc): Make arguments
10398 optional for backwards compatibility. Doc fix.
10399 Remove un-necessary local vars mandatory, output-list.
10400 (holiday-advent): Make arguments optional for backwards
10401 compatibility. Doc fix.
10402
10403 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10404
10405 * paren.el (show-paren-function): Fix last change (2004-12-02).
10406
10407 * international/mule-util.el (char-displayable-p): Return nil for
10408 unibyte mode.
10409
10410 * subr.el (subregexp-context-p): New function.
10411
10412 * isearch.el (isearch-quote-char): Use it.
10413
10414 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10415 (regexp-opt-not-groupie*-re): Remove.
10416 (regexp-opt): Properly handle inputs with duplicate entries.
10417
10418 2004-12-06 Richard M. Stallman <rms@gnu.org>
10419
10420 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10421
10422 * cus-edit.el (custom-file): Doc fix.
10423
10424 * textmodes/org.el: New file.
10425
10426 2004-12-06 Kenichi Handa <handa@m17n.org>
10427
10428 * ldefs-boot.el: Update international/mule-util.el section.
10429
10430 2004-12-05 Sam Steingold <sds@gnu.org>
10431
10432 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10433 Fix `tramp-time-diff' comparison logic.
10434
10435 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10436
10437 * progmodes/which-func.el (which-function):
10438 Use `run-hook-with-args-until-success' instead of a custom loop.
10439 Fixes bug with local hooks.
10440
10441 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10442
10443 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10444 Use delete-dups when calculating the initial value.
10445 (bibtex-autokey-get-title): Use <=.
10446 (bibtex-goto-line): New function.
10447 (bibtex-reposition-window): Use line numbers instead of point
10448 positions. Use window-body-height.
10449 (bibtex-find-crossref): Use bibtex-reposition-window.
10450 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10451 position of entry if key is found or nil if not found.
10452
10453 2004-12-05 Richard M. Stallman <rms@gnu.org>
10454
10455 * cus-edit.el (custom-file): Doc fix.
10456
10457 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10458
10459 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10460
10461 * simple.el (blink-matching-open):
10462 * textmodes/tex-mode.el (tex-validate-region):
10463 Obey syntax-table text properties.
10464
10465 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10466
10467 * wid-edit.el (widget-specify-field): Add `real-field' property to
10468 boundary.
10469 (widget-field-at): Use it.
10470
10471 2004-12-02 Richard M. Stallman <rms@gnu.org>
10472
10473 * progmodes/cc-mode.el (awk-mode autoload):
10474 Supply t meaning interactive function.
10475
10476 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10477 (isearch-mode-map): No special definition for space.
10478 (isearch-whitespace-chars): Command deleted.
10479 (isearch-forward-regexp): Doc fix.
10480 (isearch-quote-char): When a space is not inside brackets,
10481 use `[ ]' instead of just space.
10482 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10483
10484 * imenu.el (imenu--generic-function): Delete code to exclude
10485 matches in comments.
10486
10487 * man.el (Man-reverse-face): Change default to `highlight'.
10488
10489 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10490 (occur-engine): Use `face' prop rather than `font-lock-face'
10491 when specifying use of `match-face'.
10492 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10493
10494 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10495
10496 * add-log.el (add-log-current-defun): Handle the case where point
10497 is in the header part of a DEFUN construct.
10498
10499 2004-12-02 Dave Love <fx@gnu.org>
10500
10501 * progmodes/python.el (python-font-lock-syntactic-keywords):
10502 Fix previous change.
10503
10504 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10505
10506 * paren.el (show-paren-function): Check for matching chars
10507 specified by text props.
10508
10509 2004-12-02 Jay Belanger <belanger@truman.edu>
10510
10511 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10512 when reading a new key sequence.
10513
10514 2004-12-02 Kim F. Storm <storm@cua.dk>
10515
10516 * faces.el (escape-glyph): Rename from glyph.
10517 (standard-display-table): Set it here. Add escape-glyph face to
10518 extra slot characters.
10519
10520 * disp-table.el: Undo 2004-12-01 change. Display table is now
10521 setup in faces.el.
10522
10523 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10524
10525 * xml.el (xml-parse-dtd): Don't show validity messages when
10526 xml-validating-parser is nil.
10527 (xml-substitute-special): Fix validity error messages to
10528 actually show the unexpandable entity. Added validity error if &
10529 isn't followed by an entity.
10530 (xml-parse-tag): Concatenate any string following the a
10531 <![CDATA[]]> section to the parsed CDATA.
10532 (xml-parse-dtd): Skip parameter entity declarations and use of
10533 parameter entities.
10534
10535 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10536
10537 * kmacro.el (kmacro-default-counter-format): New var.
10538 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10539 (kmacro-display): Remove `nil' from `and' form. Delete call to
10540 `format' inside `message'.
10541 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10542
10543 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10544
10545 * pcvs.el (cvs-header-msg): New function.
10546 (cvs-update-header): Use it. Change calling convention.
10547 Correctly handle the case of having simultaneous active processes.
10548 (cvs-sentinel): Don't call cvs-update-header any more.
10549 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10550
10551 2004-12-01 Jay Belanger <belanger@truman.edu>
10552
10553 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10554 Change message.
10555
10556 2004-12-01 Juri Linkov <juri@jurta.org>
10557
10558 * progmodes/prolog.el (prolog-mode-variables):
10559 Fix imenu-generic-expression.
10560
10561 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10562
10563 * faces.el (glyph): New face.
10564
10565 * disp-table.el: Add an autoloaded table, that doesn't require
10566 this library, with glyph face.
10567
10568 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10569 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10570 (conf-quote-normal): Allow normalizing only ' or ".
10571 (conf-mode): Regexp-quote constructed comment-start and don't
10572 match section {} where "name" contains braces.
10573
10574 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10575 files.
10576
10577 2004-12-01 Kenichi Handa <handa@m17n.org>
10578
10579 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10580 (x-select-text): Don't treat eight-bit-control/graphic chars
10581 specially. Store the encoded text in the X cut buffer.
10582 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10583 with x-last-selected-text-cut-encoded.
10584
10585 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10586
10587 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10588
10589 2004-11-30 Markus Rost <rost@ias.edu>
10590
10591 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10592 AUCTeX.
10593
10594 2004-11-30 Jay Belanger <belanger@truman.edu>
10595
10596 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10597 on signs of intervals.
10598 (math-pow-of-zero): Strengthen checks for positive and negative
10599 exponents.
10600
10601 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10602 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10603 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10604 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10605 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10606 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10607 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10608 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10609 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10610 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10611 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10612 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10613 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10614 with provide statements.
10615
10616 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10617
10618 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10619
10620 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10621 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10622 functions by require statements.
10623 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10624
10625 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10626 (calc-gnuplot-print): Give them values.
10627
10628 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10629 autoloads.
10630 Add calc-do-embedded-activate to autoloads.
10631 (calc-gnuplot-name, calc-gnuplot-plot-command)
10632 (calc-gnuplot-print-command): Move them to calc-graph.el.
10633
10634 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10635
10636 * term/mac-win.el (ccl-encode-mac-roman-font)
10637 (ccl-encode-mac-cyrillic-font)
10638 (ccl-encode-mac-centraleuropean-font, encoder-list)
10639 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10640 Support Cyrillic, CentralEuropean, and Dingbat font display
10641
10642 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10643
10644 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10645
10646 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10647 still nil.
10648
10649 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10650
10651 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10652 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10653
10654 2004-11-29 Jay Belanger <belanger@truman.edu>
10655
10656 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10657 cases of the base and exponent.
10658
10659 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10660
10661 * simple.el (next-error-buffer-p): Allow for inclusive and
10662 exclusive tests for finding a buffer.
10663 (next-error-find-buffer): Pass the exclusive and inclusive tests
10664 to next-error-buffer-p.
10665
10666 * replace.el (occur-next-error): Switch to the Occur buffer when
10667 appropriate, use the exclusive filter to next-error-find-buffer to
10668 do it. Use the absolute value of the motion amount.
10669
10670 2004-11-29 Kenichi Handa <handa@m17n.org>
10671
10672 * startup.el (command-line): Decode all default-directory by
10673 locale-coding-system.
10674
10675 2004-11-29 Jay Belanger <belanger@truman.edu>
10676
10677 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10678 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10679 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10680 Replace calls to calc-extensions by appropriate require, replace
10681 calc-extensions-loaded by appropriate featurep.
10682
10683 * calc/calc-ext.el: Move require to end of file.
10684 Remove redundant loading of calc.el.
10685 (calc-extensions-loaded): Remove unnecessary variable.
10686 (calc-extensions): Remove unnecessary function.
10687 (calc-load-everything): Replace calc-need-macros by appropriate require.
10688
10689 * calc/calc-macs.el: Move provide to end of file.
10690 (calc-need-macros): Remove unnecessary function.
10691
10692 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10693 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10694 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10695 Replace calc-extensions by appropriate require.
10696 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10697
10698 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10699 Replace calc-need-macros by appropriate require.
10700
10701 * calc/calc.el: Move require to end of file.
10702 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10703 Remove unnecessary variable.
10704 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10705 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10706 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10707 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10708 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10709 (math-format-number, math-format-bignum, math-read-number)
10710 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10711 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10712 by appropriate require.
10713 (calc-check-defines): Replace calc-need-macros by appropriate require.
10714
10715 2004-11-29 Kim F. Storm <storm@cua.dk>
10716
10717 * macros.el (insert-kbd-macro): Handle kmacro functions.
10718
10719 2004-11-28 Juri Linkov <juri@jurta.org>
10720
10721 * compare-w.el (compare-windows-highlight): Attach each overlay
10722 to its window to properly highlight differences while comparing
10723 two windows of the same buffer. Fix arguments.
10724 (compare-windows-sync-default-function): Fix arguments of
10725 `compare-windows-highlight'.
10726
10727 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10728 Use `read-expression-history'. Set initial contents only if
10729 `edebug-global-break-condition' is non-nil. Set histpos to 1
10730 if initial contents is equal to the last history element.
10731 (edebug-set-conditional-breakpoint): Instead of temporarily
10732 prepending the current condition to the history, set initial
10733 contents to the current condition. Set histpos to 1 if initial
10734 contents is equal to the last history element.
10735
10736 * info.el (Info-search-whitespace-regexp): Remove shy group.
10737 (Info-search): Forward line if search is on the header line.
10738 Use search-whitespace-regexp in two other places.
10739
10740 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10741
10742 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10743 warning. Delay real definition, which uses
10744 `set-fringe-indicators-1' till after the definition of that function.
10745
10746 2004-11-28 Kim F. Storm <storm@cua.dk>
10747
10748 * fringe.el (fringe): New defgroup.
10749 (fringe-mode): Move to fringe group.
10750 (fringe-indicators): New defcustom.
10751 (set-fringe-indicators-1): New defun.
10752
10753 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10754 (menu-bar-showhide-fringe-ind-menu): New keymap.
10755 (menu-bar-showhide-fringe-ind-empty)
10756 (menu-bar-showhide-fringe-ind-mixed)
10757 (menu-bar-showhide-fringe-ind-box)
10758 (menu-bar-showhide-fringe-ind-right)
10759 (menu-bar-showhide-fringe-ind-left)
10760 (menu-bar-showhide-fringe-ind-none): New defuns.
10761 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10762
10763 2004-11-27 Richard M. Stallman <rms@gnu.org>
10764
10765 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10766
10767 * generic.el (define-generic-mode): Doc fix.
10768
10769 * menu-bar.el (menu-bar-options-save): For the options
10770 that are toggled with menu-bar-make-mm-toggle, don't check
10771 for customized-value prop.
10772
10773 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10774
10775 * mail/supercite.el (sc-cite-region): Handle the case where
10776 sc-cite-frame-alist is a symbol.
10777 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10778 a symbol.
10779 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10780 a symbol.
10781
10782 2004-11-27 Arne J\e,Ax\e(Brgensen <arne@arnested.dk> (tiny change)
10783
10784 * wid-edit.el (widget-narrow-to-field): New function.
10785 (widget-complete): Use it.
10786
10787 2004-11-27 Jay Belanger <belanger@truman.edu>
10788
10789 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10790 variable.
10791 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10792 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10793 (math-alg-inequalities): Move declaration to earlier in the file.
10794
10795 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10796 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10797 Declare them.
10798
10799 * calc/calc-lang.el (math-expr-data, math-expr-token)
10800 (math-exp-old-pos): Declare them.
10801
10802 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10803 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10804
10805 2004-11-27 Kim F. Storm <storm@cua.dk>
10806
10807 * progmodes/flymake.el: Use (featurep 'xemacs).
10808 (flymake-makehash): Change to defsubst. Use fboundp.
10809 (flymake-time-to-float): Remove.
10810 (flymake-float-time): Merge code from flymake-time-to-float here.
10811 (flymake-replace-regexp-in-string): Change to defsubst.
10812 (flymake-split-string-remove-empty-edges):
10813 Rename to flymake-split-string.
10814 (flymake-split-string): Remove previous defalias.
10815 (flymake-get-temp-dir): Change to defsubst.
10816 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10817 Define for xemacs only.
10818 (flymake-master-file-count-limit): Change into compiler defvar only.
10819 (flymake-find-possible-master-files): Let-bind it dynamically while
10820 sorting files using flymake-master-file-compare.
10821
10822 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10823
10824 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10825 of defun-prompt-regexp matches inside a comment/string but the
10826 beginning is correctly outside everything.
10827
10828 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10829 appears within a string or a comment.
10830
10831 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10832 rather than make-symbol for symbols which are used in
10833 a symbol-macrolet or equivalent.
10834
10835 2004-11-26 Jay Belanger <belanger@truman.edu>
10836
10837 * calc-misc.el (calc-last-why-command): Declare it.
10838
10839 * calc-vec.el (math-grade-vec): New variable.
10840 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10841 Replace variable grade-vec by declared variable.
10842 (math-rb-close): New variable.
10843 (math-read-brackets, math-read-vector): Replace variable close by
10844 declared variable.
10845
10846 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10847 (calc-one-window, calc-edit-handler, calc-restore-trail)
10848 (calc-allow-ret): Declare them.
10849
10850 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10851 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10852 (math-radix-float-cache-tag, math-random-cache)
10853 (math-max-digits-cache, math-integral-cache, math-units-table)
10854 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10855 (math-moc-func): New variable.
10856 (math-map-over-constants, math-map-over-constants-rec):
10857 Replace variable func by declared variable.
10858
10859 * calc/calc-store.el (calc-given-value, calc-store-opers):
10860 Declare them.
10861 (calc-var-name-map): Move declaration to earlier in the file.
10862 (calc-pv-pos): New variable.
10863 (calc-permanent-variable, calc-insert-permanent-variable):
10864 Replace variable pos by declared variable.
10865
10866 * calc/calc-mtx.el (calc-det-lu): New variable.
10867 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10868
10869 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10870 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10871 and arg by declared variables.
10872 (calcFunc-reducer): Fix incorrect variable.
10873 (math-inner-mul-func, math-inner-add-func): New variables.
10874 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10875 and add-func by declared variables.
10876
10877 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10878 (calc-digit-value): Declare them.
10879
10880 * calc/calc-help.el (Info-history): Declare it.
10881 (calc-describe-key): Make calc-summary-indentation a local variable.
10882 (calc-help-long-names): Move declaration to earlier in file.
10883
10884 * calc/calc-embed.el (calc-original-buffer): Declare it.
10885 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10886 (calc-embed-bot): New variables.
10887 (calc-do-embedded, calc-embedded-mark-formula)
10888 (calc-embedded-find-bounds, calc-embedded-duplicate)
10889 (calc-embedded-new-formula, calc-embedded-make-info):
10890 Replace vars outer-top, outer-bot, bot and top by declared variables.
10891 (calc-embed-prev-modes): New variable.
10892 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10893 prev-modes with declared variable.
10894 (calc-embed-vars-used): New variable.
10895 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10896 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10897 vars-used by declared variable.
10898
10899 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10900 (math-format-radix-float): Remove unnecessary setq.
10901 (math-radix-float-cache): Declare it.
10902
10903 * calc/calcsel2.el (calc-keep-selection): Declare it.
10904
10905 * calc/calc-maint.el: Remove file.
10906
10907 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10908
10909 * textmodes/bibtex.el (bibtex-sort-entry-class)
10910 (bibtex-comment-start): Use defcustom.
10911 (bibtex-entry-field-alist): Use nil if initial content of the
10912 field is undefined. Fix docstring.
10913 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10914 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10915 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10916 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10917 Fix docstring.
10918 (bibtex-autokey-title-terminators): Use only one regexp.
10919 (bibtex-string-maybe-empty-head): New variable.
10920 (bibtex-remove-delimiters-string): New function.
10921 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10922 Use bibtex-remove-delimiters-string.
10923 (bibtex-progress-message, bibtex-field-left-delimiter)
10924 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10925 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10926 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10927 Simplify.
10928 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10929 Use eq and bibtex-remove-delimiters-string. For end markers use
10930 insertion type so that marker stays after inserted text.
10931 (bibtex-autokey-get-names): Return empty string if name is missing.
10932 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10933 calling bibtex-autokey-name-case-convert.
10934 (bibtex-autokey-demangle-title):
10935 Call bibtex-autokey-titleword-case-convert. Remove call to
10936 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10937 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10938 (bibtex-read-key): New optional arg global.
10939 (bibtex-files-expand): New optional arg force.
10940 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10941 (bibtex-complete-crossref-cleanup): Rename from
10942 bibtex-complete-key-cleanup. Simplify code.
10943 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10944 Operate on current entry.
10945 (bibtex-button): Add docstring.
10946 (bibtex-entry): Simplify.
10947 (bibtex-make-field): Replace optional arg called-by-yank with more
10948 specific args move and interactive.
10949 (bibtex-end-of-entry): Use forward-sexp.
10950 (bibtex-find-entry-globally): Remove.
10951 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10952 Bound to C-c C-x.
10953 (bibtex-find-entry): New optional args global and display.
10954 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10955 (bibtex-validate): Use arg force of bibtex-files-expand.
10956 (bibtex-clean-entry): Bugfix, clean string entries properly.
10957 Always keep point at beginning of entry.
10958 (bibtex-complete): Bugfix. Handle string entries properly.
10959 Call cleanup functions only if needed.
10960 (bibtex-String): Use bibtex-read-string-key.
10961 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10962 case of replacement text.
10963
10964 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10965
10966 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10967 (tramp-perl-directory-files-and-attributes): New constant.
10968 (tramp-file-name-handler-alist): Delete file-directory-files, add
10969 directory-files-and-attributes.
10970 (tramp-perl-file-attributes): Surround uid and gid by double
10971 quotes. Change parameter id-format from nonnumeric.
10972 (tramp-convert-file-attributes): New function.
10973 (tramp-handle-file-attributes): Use it.
10974 (tramp-maybe-send-perl-script): New function.
10975 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10976 file mode. Change parameter id-format from nonnumeric.
10977 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10978 from nonnumeric.
10979 (tramp-post-connection): Don't send tramp-perl-file-attributes
10980 script. Reset connection property "perl-scripts".
10981 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10982 in use.
10983
10984 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10985
10986 * desktop.el (desktop-read): Replace mapcar with mapc.
10987 (desktop-create-buffer): Replace mapcar with mapc.
10988 Remove redundant piece of code.
10989
10990 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10991
10992 * progmodes/gud.el (gud-display-line): Use display-buffer
10993 for GDB-UI as for GUD.
10994
10995 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10996 Delete variables.
10997 (gdb-ann3): Don't make GUD buffer dedicated.
10998 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10999 (gdb-display-source-buffer): Delete function.
11000 (gdb-view-source-function, gdb-view-assembler): Delete functions.
11001 (menu): Delete menu bindings for viewing source/assembler.
11002 (gdb-setup-windows, gdb-restore-windows):
11003 Don't dedicate GUD. No assembler now.
11004 (gdb-reset): No need to undedicate source buffers now.
11005 (gdb-source-info): No assembler now.
11006
11007 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
11008
11009 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
11010 width to those for special frames.
11011 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
11012 Use display-buffer.
11013 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
11014 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
11015 (gdb-frame-assembler-buffer): Rework like
11016 gdb-frame-breakpoints-buffer.
11017
11018 2004-11-25 Richard M. Stallman <rms@gnu.org>
11019
11020 * progmodes/flymake.el: Reindent.
11021 (flymake-split-string): Turn into defalias.
11022 (flymake-fix-file-name): Rename from flymake-fix-path-name.
11023 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
11024 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
11025 (flymake-build-relative-filename): Rename from ...path.
11026 Fix error message.
11027
11028 2004-11-25 Cheng Gao <chenggao@gmail.com>
11029
11030 * progmodes/flymake.el: Much whitespace and capitalization change.
11031 Move `provide' to end. Require `compile' only when compiling.
11032
11033 2004-11-24 Jay Belanger <belanger@truman.edu>
11034
11035 * calc/calc-alg.el: Added comment.
11036 (math-polynomial-base): Replace variable mpb-top-expr by
11037 math-poly-base-top-expr.
11038
11039 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
11040 (math-polynomial-p1): Replace variable mpb-top-expr by declared
11041 variable.
11042 (math-poly-base-total-base): New variable.
11043 (math-total-polynomial-base, math-polynomial-p1): Replace variable
11044 mpb-total-base by declared variable.
11045 (math-factored-vars, math-to-list): Declare it.
11046 (math-fact-expr): New variable.
11047 (calcFunc-factors, calcFunc-factor, math-factor-expr)
11048 (math-factor-expr-try, math-factor-expr-part): Replace variable
11049 expr by declared variable.
11050 (math-fet-x): New variable.
11051 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
11052 by declared variable.
11053 (math-factor-poly-coefs): Make temp a local variable.
11054
11055 * calc/calc-units.el (calc-convert-units): Make units a local
11056 variable.
11057 (calc-num-units, calc-den-units): New variables.
11058 (calc-explain-units, calc-explain-units-rec): Replace variables
11059 num-units and den-units by declared variables.
11060 (math-cu-unit-list): New variable.
11061 (math-build-units-table, math-compare-unit-names)
11062 (math-convert-units, math-convert-units-rec): Replace variable
11063 unit-list by declared variable.
11064 (math-fbu-base, math-fbu-entry): New variables.
11065 (math-find-base-units, math-find-base-units-rec): Replace variables
11066 base and entry by declared variables.
11067 (math-which-standard): New variable.
11068 (math-to-standard-units, math-to-standard-rec): Replace variable
11069 which-standard by declared variable.
11070 (math-fcu-u): New variable.
11071 (math-find-compatible-unit, math-find-compatible-unit-rec):
11072 Replace variable u by declared variable.
11073 (math-cu-new-units, math-cu-pure): New variables.
11074 (math-convert-units, math-convert-units-rec): Replace variables
11075 new-units and pure by declared variables.
11076 (math-try-cancel-units): New variable.
11077 (math-simplify-units-quotient): Replace variable try-cancel-units by
11078 declared variable.
11079
11080 2004-11-24 Richard M. Stallman <rms@gnu.org>
11081
11082 * textmodes/ispell.el (ispell-check-version):
11083 If default-directory is nonexistent, use home dir.
11084
11085 * progmodes/grep.el (grep-regexp-alist):
11086 Don't match parens around line numbers.
11087
11088 * progmodes/cperl-mode.el (cperl-indent-region)
11089 (cperl-imenu--create-perl-index, cperl-xsub-scan):
11090 Don't print progress messages.
11091
11092 * progmodes/compile.el (compilation-mode-map):
11093 Don't inherit from compilation-minor-mode-map;
11094 copy its bindings instead. But the menu bar Compile
11095 entry now does inherit from compilation-menu-map.
11096
11097 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
11098 Use with-no-warnings around compiler-macroexpand.
11099
11100 * imenu.el: Don't always require newcomment.
11101 (imenu--generic-function): Call comment-normalize-vars
11102 if we have a comment syntax.
11103 Exit the loop if REGEXP matches the null string.
11104 Test comment-start as well as comment-start-skip
11105 when deciding whether to check for comments.
11106
11107 * tooltip.el (tooltip-mode): Doc fix.
11108
11109 * term.el (term-escape-char, term-mode): Doc fixes.
11110
11111 2004-11-24 Dave Love <fx@gnu.org>
11112
11113 * progmodes/python.el (python-font-lock-syntactic-keywords):
11114 Check for escapes in the regexp.
11115 (python-quote-syntax): Don't do it here.
11116
11117 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11118
11119 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11120 (gdb-frames-mode-map, gdb-threads-mode-map)
11121 (gdb-registers-mode-map, gdb-locals-mode-map)
11122 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
11123 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
11124
11125 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
11126 (dedicated-switch-to-buffer): Rework.
11127 (gdb-var-evaluate-expression-handler, gdb-put-string):
11128 Remove unused variable bindings.
11129 (gdb-setup-windows, gdb-display-buffer):
11130 Simplify. Use pop-to-buffer.
11131 (gdb-view-source-function): Simplify.
11132 (gdb-frame-breakpoints-buffer):
11133 Use pop-to-buffer, special-display-regexps.
11134
11135 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
11136
11137 * progmodes/f90.el (f90-smart-end)
11138 (f90-previous-statement, f90-beginning-of-block): Doc fix.
11139 (f90-calculate-indent): Handle un-named PROGRAM blocks.
11140 (f90-end-of-block): Doc fix. Make check of outermost block
11141 conditional on value of `f90-smart-end'.
11142 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
11143 Handle case where END-BLOCK is nil.
11144 (f90-match-end): Handle un-named PROGRAM blocks.
11145 (f90-backslash-not-special): New function.
11146
11147 2004-11-24 Jay Belanger <belanger@truman.edu>
11148
11149 * calc/calc.el (calc-embedded-active): Removed unnecessary
11150 declaration.
11151 (calc-show-banner): Removed redundant declaration.
11152
11153 * calc/calc-graph.el (calc-gnuplot-default-device)
11154 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11155 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11156 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11157 Remove redundant initial values.
11158
11159 * calc/calc-arith.el (math-scalar-functions)
11160 (math-nonscalar-functions, math-scalar-if-args-functions)
11161 (math-real-functions, math-positive-functions)
11162 (math-nonnegative-functions, math-real-scalar-functions)
11163 (math-real-if-arg-functions, math-integer-functions)
11164 (math-num-integer-functions, math-rounding-functions)
11165 (math-float-rounding-functions, math-integer-if-args-functions)
11166 (math-super-types): Move declarations to earlier in file.
11167 (math-unit-prefixes): Declared it.
11168 (math-floor-prec, math-trunc-prec): New variables.
11169 (math-trunc-fancy): Replace variable prec by declared variable.
11170 (math-floor-fancy): Replace variable prec by declared variable.
11171 (math-com-bterms): New variable.
11172 (math-commutative-equal, math-commutative-collect):
11173 Replace variable bterms by declared variable.
11174
11175 * calc/calc-misc.el (math-trunc): Replace variable prec by
11176 math-trunc-prec.
11177 (math-floor): Replace variable prec by math-floor-prec.
11178
11179 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11180 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11181 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11182 (math-format-date, math-format-date-part): Replace variables
11183 date, dt, year, month, day, weekday, hour, minute, second and
11184 bc-flag by declared variables.
11185 (math-pd-str): New variable.
11186 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11187 Replace variable str by declared variable.
11188 (math-daylight-savings-hook, math-tzone-names): Move definitions
11189 to earlier in the file.
11190 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11191 (math-sh-year): New variable.
11192 (math-setup-add-holidays, math-setup-holidays)
11193 (math-setup-year-holidays): Replace variable `year' by declared
11194 variable.
11195
11196 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11197 New variables.
11198 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11199 n, nf and nfm1 by declared variables.
11200 (math-nri-n): New variable.
11201 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11202 n by declared variable.
11203 (calcFunc-log): Removed misplaced condition.
11204
11205 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11206
11207 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11208
11209 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11210
11211 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11212 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11213 Dedicate gdb-related windows.
11214 (gdb-display-buffer): Dedicate gdb-related windows.
11215 Don't grab other frames.
11216 (gdb-reset): Remove dedicated property after debugging.
11217
11218 2004-11-24 Jay Belanger <belanger@truman.edu>
11219
11220 * calc/calc-sel.el: Add comment.
11221
11222 * calc/calc.el (math-stack-value-offset): Replace variables c,
11223 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11224
11225 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11226 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11227 (math-stack-value-offset-fancy): Replace variables c, wid and off
11228 by declared variables.
11229 (math-comp-just, math-comp-comma-spc): New variables.
11230 (math-compose-expr, math-compose-matrix): Replace variables `just'
11231 and comma-spc by declared variable.
11232 (math-comp-vector-prec): New variable.
11233 (math-compose-expr, math-compose-matrix, math-compose-rows):
11234 Replace variable vector-prec by declared variable.
11235 (math-comp-left-bracket, math-comp-right-bracket)
11236 (math-comp-comma): New variables.
11237 (math-compose-expr, math-compose-rows): Replace variables
11238 left-bracket, right-bracket and comma by declared variables.
11239 (math-comp-full-width): New variable.
11240 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11241 Replace variable full-width by declared variable.
11242 (math-comp-highlight, math-comp-word, math-comp-level)
11243 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11244 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11245 New variables.
11246 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11247 (math-comp-sel-flat-term): Replace variables comp-highlight,
11248 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11249 declared variables.
11250 (math-comp-simplify, math-comp-simplify-term)
11251 (math-comp-add-string, math-comp-add-string-sel):
11252 Replace variables comp-highlight, comp-buf, comp-base,
11253 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11254
11255 2004-11-23 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
11256
11257 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11258
11259 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11260 and x-server-version may throw.
11261
11262 2004-11-23 Kim F. Storm <storm@cua.dk>
11263
11264 * subr.el (substitute-key-definition-key): Optimize.
11265 Don't call indirect-function for nil defn (always signals error).
11266
11267 * ido.el (ido-read-internal): Fix require-match check when
11268 ido-directory-too-big is set.
11269
11270 2004-11-23 Jay Belanger <belanger@truman.edu>
11271
11272 * calc/calc-ext.el (math-read-replacement-list)
11273 (math-read-superscripts): New variables.
11274 (math-read-preprocess-string): New function.
11275 (math-read-expr): Filter input through math-read-preprocess-string.
11276
11277 * calc/calc-aent.el (math-read-exprs): Filter input through
11278 math-read-preprocess-string.
11279
11280 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11281
11282 * progmodes/compile.el (compilation-start): In cd command use
11283 substitute-env-vars -- not quite shell compatible but better than
11284 nothing.
11285 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11286 handle the newer versions messages, which are more parseable.
11287
11288 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11289
11290 * reveal.el (reveal-mode-map): New var.
11291 (reveal-mode): Use it.
11292
11293 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11294
11295 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11296 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11297
11298 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11299
11300 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11301 header-line when needed.
11302 Use fixed-pitch only in the header-line.
11303 Build the underline automatically. Use emdash if available.
11304
11305 2004-11-22 Richard M. Stallman <rms@gnu.org>
11306
11307 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11308 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11309
11310 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11311
11312 * progmodes/gdb-ui.el (gdb-resync): New function.
11313 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11314 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11315 Use it to fail more gracefully.
11316 (gdb-variables): Delete variable.
11317 Re-order variables to reduce byte-compiler warnings.
11318
11319 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11320
11321 * descr-text.el (describe-char):
11322 * paren.el (show-paren-function):
11323 * subr.el (syntax-after): Undo last change.
11324
11325 * progmodes/python.el (run-python): Don't hard code *Python*.
11326 Don't modify global process-environment.
11327 (python-send-region, python-load-file): Don't assume that
11328 python-buffer == (process-buffer (python-proc)).
11329 (python-switch-to-python): Simplify.
11330
11331 * dired.el (dired-align-file): Don't assume line starts with spaces.
11332
11333 2004-11-21 Jay Belanger <belanger@truman.edu>
11334
11335 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11336 Replace variable `lines' by math-read-big-lines.
11337 (math-read-big-expr): Replace variables the-baseline, the-h2
11338 and err-msg by math-read-big-baseline, math-read-big-h2 and
11339 math-read-err-msg.
11340 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11341
11342 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11343 (math-read-big-balance): Replace unbound variable by value.
11344 (math-read-big-lines): New variable.
11345 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11346 (math-read-big-error, math-read-big-balance): Replace variable
11347 `lines' by declared variable.
11348 (math-read-big-baseline, math-read-big-h2): New variables.
11349 (math-read-big-rec): Replace variables the-baseline and the-h2
11350 by declared variables.
11351 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11352 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11353 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11354 declared variables.
11355 (math-read-big-err-msg): New variable.
11356 (math-read-big-error): Replace variable err-msg by declared variable.
11357
11358 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11359
11360 * ses.el: Add coding cookie.
11361 Fix up docstrings, follow new commenting conventions.
11362 (ses-header-line-menu): Fix missing variable rename for header-row.
11363 (ses-cell-size): Remove.
11364 (ses-make-cell): New function.
11365 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11366 (ses-calculate-cell): Remove unused var `symbol'.
11367 (ses-narrowed-p): New function.
11368 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11369 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11370 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11371 (ses-setup): Use restore-buffer-modified-p.
11372 (ses-cleanup): Remove unused var `end'.
11373 (ses-header-string-left-offset): Remove.
11374 (ses-create-header-string): Adjust to new behavior of `align-to'.
11375 Truncate excessively large fields to preserve alignment.
11376 (ses-reconstruct-all): Remove unused var `refs'.
11377 (ses-read-cell-printer): Remove unused var `prompt'.
11378 (ses-delete-row): Remove unused var `pos'.
11379 (ses-delete-column): Remove unused var `new'.
11380
11381 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11382
11383 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11384 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11385 Eliminate eval-and-compile usage.
11386 (ps-insert-file): Use insert-file-contents instead of insert-file.
11387 (ps-setup): Code fix.
11388
11389 * printing.el (pr-setup, lpr-setup): Code fix.
11390
11391 2004-11-21 Jay Belanger <belanger@truman.edu>
11392
11393 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11394 (calc-original-buffer): Declare them.
11395 (calc-user-formula-alist): New variable.
11396 (calc-user-define-formula, calc-fix-user-formula)
11397 (calc-user-define-composition, calc-finish-formula-edit):
11398 Replace variable `alist' by declared variable.
11399 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11400 (var-q7, var-q7, var-q8, var-q9): Declare them.
11401 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11402 are bound.
11403 (calcFunc-typeof): Replace undeclared variable by expression.
11404 (math-exp-env): New variable.
11405 (math-define-body, math-define-exp): Replace exp-env by declared var.
11406 (math-define-exp): Replace misplaced variable by expression.
11407
11408 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11409 (calc-curve-model, calc-curve-coefnames): New variables.
11410 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11411 varnames, model and coefnames by declared variables.
11412 (math-root-widen): New variable.
11413 (math-search-root, math-find-root): Replace variable root-widen by
11414 declared variable.
11415 (var-DUMMY): Declare it.
11416 (math-root-vars, math-min-vars): Move the declarations to earlier in
11417 the file.
11418 (math-brent-min): Make d a local variable.
11419 (math-find-minimum): Replace non-existent variable.
11420 (math-ninteg-romberg): Remove unnecessary variable.
11421 (math-ninteg-temp): New variable.
11422 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11423 integ-temp by declared variable.
11424 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11425 New variables.
11426 (math-general-fit): Replace variables first-var, first-coef and
11427 new-coefs by declared variables.
11428 (calcFunc-fitvar): Replace variable first-var by declared variable.
11429 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11430 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11431 (math-all-vars-vars, math-all-vars-found): New variables.
11432 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11433 found by declared variable math-all-vars-vars.
11434
11435 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11436
11437 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11438 of `defconst'.
11439
11440 2004-11-20 Richard M. Stallman <rms@gnu.org>
11441
11442 * isearch.el (isearch-mode-map): Don't bind SPC.
11443 (isearch-whitespace-chars): Function deleted.
11444 (isearch-search): Bind search-spaces-regexp.
11445 (isearch-lazy-highlight-search): Likewise.
11446 (search-whitespace-regexp): Doc fix.
11447 (isearch-forward-regexp): Doc fix.
11448
11449 * emacs-lisp/bytecomp.el (byte-compile-form):
11450 Move the calls to byte-compile-set-symbol-position,
11451 to avoid having two for the same symbol occurrence.
11452
11453 * comint.el (comint-input-ring-size): Increase to 150.
11454
11455 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11456 New variables.
11457 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11458 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11459
11460 * imenu.el (imenu--generic-function):
11461 Ensure we keep moving backward even if BEG isn't further back.
11462
11463 * replace.el (query-replace-read-to, query-replace-read-from):
11464 Specify t for KEEP-ALL in read-from-minibuffer.
11465
11466 * progmodes/python.el (python-switch-to-python):
11467 If Python isn't running, start it.
11468 Don't alter debug-ignored-errors.
11469
11470 * progmodes/cperl-mode.el (cperl-indent-region):
11471 Don't mind imenu-scanning-message.
11472
11473 * bindings.el (global-map): Bind C-e to move-end-of-line.
11474
11475 * simple.el (line-move-finish): New arg FORWARD.
11476 Ignore invisible newlines, not intangible ones.
11477 Conditions for acceptable stopping positions depend on FORWARD.
11478 (line-move): Pass FORWARD arg to line-move-finish.
11479
11480 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11481 of HEADER. Compensate for this change in the code to add display
11482 properties. Don't make the first line intangible.
11483
11484 * info.el (Info-search): Fix previous change.
11485
11486 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11487
11488 * Makefile.in (recompile): Revert 2004-11-19 change.
11489 (compile): Likewise.
11490
11491 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11492
11493 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11494
11495 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11496
11497 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11498 defgroup and defcustom. Eliminate eval-and-compile usage.
11499
11500 * progmodes/ebnf-otz.el: Fix typos.
11501
11502 2004-11-19 Jay Belanger <belanger@truman.edu>
11503
11504 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11505 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11506 disp-trail by declared variable.
11507
11508 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11509 (calc-finish-selection-edit): Replace variable disp-trail by
11510 declared variable.
11511 (calc-selection-cache-entry): Move declaration to earlier in the file.
11512 (calc-selection-cache-num, calc-selection-cache-comp)
11513 (calc-selection-cache-offset, calc-selection-true-num)
11514 (calc-final-point-line, calc-final-point-column)
11515 (calc-original-buffer): Declare them.
11516 (calc-fnp-op, calc-fnp-num): New variables.
11517 (calc-find-nth-part, calc-find-nth-part-rec)
11518 (calc-select-previous): Replace op and num by declared variables.
11519 (calc-rsf-old, calc-rsf-new): New variables.
11520 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11521 Replace variables old and new by declared variables.
11522 (calc-sel-reselect): New variable.
11523 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11524 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11525 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11526 reselect with declared variable.
11527
11528 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11529 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11530 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11531 (math-import-list, math-rewrite-phase): Declare them.
11532 (math-rewrite): Use let* to declare variables.
11533 (calc-rewrite-selection): Make rules a local variable.
11534 (calc-rewr-sel): New variable.
11535 (calc-rewrite-selection, calc-locate-selection-marker)
11536 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11537 of sel.
11538 (math-rewrite-whole-expr): New variable.
11539 (math-rewrite, math-rewrite-phase): Replace variable expr by
11540 declared variable.
11541 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11542 (math-rewrite-heads-blanks ): New variables.
11543 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11544 heads, skips and blanks by declared variables.
11545 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11546 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11547 New variables.
11548 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11549 old, new, old-func and new-func by declared variables.
11550 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11551 Remove unnecessary variable.
11552 (math-apply-rw-regs): New variable.
11553 (math-apply-rewrites, math-rwapply-replace-regs)
11554 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11555 (math-apply-rw-ruleset): New variable.
11556 (math-apply-rewrites, math-rwapply-remember): Replace variable
11557 ruleset by declared variable.
11558
11559 2004-11-19 Richard M. Stallman <rms@gnu.org>
11560
11561 * info.el (Info-search): Use search-whitespace-regexp.
11562
11563 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11564
11565 * vc-rcs.el (vc-rcs-parse): New function.
11566 (vc-rcs-annotate-command): Likewise.
11567 (vc-rcs-annotate-current-time): Likewise.
11568 (vc-rcs-annotate-time): Likewise.
11569 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11570
11571 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11572
11573 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11574
11575 2004-11-18 Jay Belanger <belanger@truman.edu>
11576
11577 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11578
11579 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11580
11581 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11582 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11583 Use make-temp-file to generate PostScript files in any situation.
11584 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11585 (pr-interactive-p): Eliminate var.
11586 (pr-save-interactive): Eliminate macro.
11587 (pr-interface, pr-ps-directory-preview)
11588 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11589 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11590 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11591 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11592 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11593 (pr-ps-region-ps-print, pr-ps-mode-preview)
11594 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11595 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11596 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11597 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11598 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11599 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11600 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11601 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11602 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11603 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11604 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11605 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11606 Eliminate pr-save-interactive usage.
11607 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11608 Eliminate pr-interactive-p usage.
11609 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11610 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11611 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11612 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11613 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11614 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11615 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11616 New funs.
11617 (pr-ps-file): Use make-temp-file to generate a temporary file.
11618
11619 2004-11-17 Jay Belanger <belanger@truman.edu>
11620
11621 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11622 a local variable.
11623 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11624 (math-top-only): New variable.
11625 (math-simplify, math-simplify-step): Replace variable top-only by
11626 declared variable math-top-only.
11627 (math-simplify-expr): Declare it.
11628 Replace argument expr in all calls of math-defsimplify by
11629 math-simplify-expr.
11630 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11631 (math-simplify-divisor, math-simplify-one-divisor)
11632 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11633 (math-simplify-pow): Replace variable expr by declared variable
11634 math-simplify-expr.
11635 (math-simplify-divisor): Remove local variables temp and op.
11636 (math-simplify-one-divisor): Make temp and op local variables.
11637 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11638 New variables.
11639 (math-simplify-divisor, math-simplify-one-divisor):
11640 Replace variables nover and dover by declared variables.
11641 (math-expr-subst-new, math-expr-subst-old): New variables.
11642 (math-expr-subst, math-expr-subst-rec): Replace variables new
11643 and old by declared variables.
11644 (math-is-poly-degree, math-is-poly-loose): New variables.
11645 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11646 and loose by declared variables.
11647 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11648 (math-polynomial-base, math-polynomial-base-rec):
11649 Replace variables const-ok and mpb-pred by declared variables.
11650
11651 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11652
11653 * calc/calc-ext.el (math-defsimplify): Change the argument in
11654 the created function to math-simplify-expr.
11655
11656 * calc/calc-units.el (math-simplify-expr): Declare it.
11657 Replace argument expr in all calls of math-defsimplify by
11658 math-simplify-expr.
11659 (math-simplify-units-prod): Replace variable expr by declared
11660 variable math-simplify-expr.
11661
11662 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11663
11664 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11665 Replace mapcar->dolist, format->string.
11666
11667 2004-11-17 Miles Bader <miles@gnu.org>
11668
11669 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11670 * progmodes/idlwave.el: Remove RCS keywords.
11671
11672 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11673
11674 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11675 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11676 Update to IDLWAVE version 5.5. Too many changes to list them here.
11677 * progmodes/idlw-help.el: New file.
11678
11679 2004-11-16 Richard M. Stallman <rms@gnu.org>
11680
11681 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11682 Discard spaces after \i according to TeX rules.
11683
11684 * international/mule.el (set-buffer-file-coding-system):
11685 New arg NOMODIFY.
11686 (after-insert-file-set-coding): Pass that new arg.
11687 Prevent set-buffer-multibyte from trying to lock the file.
11688
11689 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11690
11691 * saveplace.el (save-place): Doc fix.
11692
11693 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11694 temporarily widen before finding the following word to copy.
11695
11696 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11697 (cl-map-keymap): Definition deleted.
11698
11699 * subr.el (map-keymap-internal): New function.
11700
11701 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11702
11703 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11704 when pressing rather than when releasing mouse-2. Simplify.
11705
11706 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11707
11708 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11709 (compilation-mode): Set it here instead.
11710
11711 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11712
11713 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11714 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11715
11716 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11717
11718 * progmodes/compile.el (compilation-internal-error-properties):
11719 Fix up a transposition-typo. Check end-col before using it.
11720
11721 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11722
11723 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11724 Discard whitespace after macro \i when converting it.
11725
11726 2004-11-16 Juri Linkov <juri@jurta.org>
11727
11728 * emacs-lisp/find-func.el (find-function-regexp):
11729 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11730 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11731 Remove invalid `\W' from [^cgv\W]. Doc fix.
11732 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11733
11734 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11735
11736 * play/life.el: Maintainer is now FSF.
11737 (life-patterns, life-neighbor-deltas, life-window-start)
11738 (life-current-generation, life-generation-string): Use defvar
11739 instead of defconst.
11740
11741 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11742
11743 * progmodes/compile.el (compilation-move-to-column): New fun.
11744 (compilation-internal-error-properties)
11745 (compilation-next-error-function): Use it to make sure we don't go past
11746 the end of line.
11747
11748 2004-11-15 John Paul Wallington <jpw@gnu.org>
11749
11750 * autoinsert.el (auto-insert-alist): Insert the user's name in
11751 copyright notice, rather than Free Software Foundation, for the
11752 Emacs Lisp header case too.
11753
11754 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11755
11756 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11757 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11758 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11759 return the list of string in a string.
11760 (pr-call-process): Message if calling process returns an error, that
11761 is, the exit status is different of zero.
11762
11763 2004-11-15 Jay Belanger <belanger@truman.edu>
11764
11765 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11766 variable var-thing.
11767 (math-integ-depth, math-integ-level, math-integral-limit)
11768 (math-enable-subst, math-any-substs, math-integ-msg)
11769 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11770 (math-int-threshold, math-int-factors, math-double-roots)
11771 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11772 (var-GenCount): Declare these variables.
11773 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11774 (math-integral-cache, math-integral-cache-state):
11775 Move declarations to earlier in the file.
11776 (math-deriv-var, math-deriv-total, math-deriv-symb)
11777 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11778 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11779 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11780 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11781 (math-solve-res): New variables
11782 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11783 (math-integral, math-replace-integral-parts)
11784 (math-integrate-by-parts, calc-dump-integral-cache)
11785 (math-try-integral, math-do-integral, math-do-integral)
11786 (math-do-integral-methods, math-try-solve-for)
11787 (math-try-solve-prod, math-solve-poly-funny-powers)
11788 (math-solve-crunch-poly, math-decompose-poly)
11789 (math-solve-find-root-term, math-find-root-in-prod)
11790 (math-integ-try-linear-substitutions)
11791 (math-integ-try-substitutions, math-expr-rational-in)
11792 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11793 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11794 (math-solve-for, math-solve-system, math-solve-system-rec)
11795 (math-solve-get-sign, math-solve-get-int)
11796 (math-solve-system-subst): Replace undeclared variables with newly
11797 declared variables.
11798
11799 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11800
11801 * winner.el (winner-active-region, winner-edges, winner-window-list):
11802 Define at toplevel.
11803 (winner-mode-map): Move init inside declaration.
11804
11805 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11806
11807 * files.el (convert-standard-filename): Doc fix.
11808
11809 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11810
11811 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11812 passwd, group, shadow, default/* and pam.d/*.
11813
11814 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11815
11816 * printing.el (pr-menu-spec): Adjust menu specification.
11817
11818 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11819
11820 * printing.el: Doc fix. Insert :version tag into all defcustom.
11821 Handle interactive-p as is recommended in Emacs Lisp Reference.
11822 Set the file permission bits for newly created files.
11823 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11824 The printing menu specification (in `pr-menu-spec') was merged.
11825 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11826 (pr-version): New version number (6.8.3).
11827 (pr-file-modes): New option.
11828 (pr-interactive-p): New var.
11829 (pr-save-interactive, pr-save-file-modes): New macros.
11830 (pr-setup): Code fix.
11831 (pr-menu-spec): Menu specification merged.
11832 (pr-call-process, pr-text2ps): Set file permission bits.
11833 (pr-despool-print): Set file permission bits. Handle interactive-p as
11834 is recommended.
11835 (pr-interface, pr-ps-directory-preview)
11836 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11837 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11838 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11839 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11840 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11841 (pr-ps-region-ps-print, pr-ps-mode-preview)
11842 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11843 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11844 (pr-despool-using-ghostscript, pr-despool-ps-print)
11845 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11846 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11847 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11848 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11849 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11850 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11851 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11852 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11853 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11854 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11855 Handle interactive-p as is recommended.
11856
11857 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11858
11859 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11860 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11861
11862 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11863 so it doesn't forget to highlight the beginning of the region either.
11864
11865 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11866
11867 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11868 (c-font-lock-init): Eliminate obsolete make-local-hook.
11869 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11870 (awk-mode): Use run-mode-hooks.
11871
11872 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11873
11874 2004-11-13 Kim F. Storm <storm@cua.dk>
11875
11876 * mouse.el (mouse-drag-copy-region): Add :version.
11877 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11878 while dragging mode line, so mode line can be dragged downwards.
11879 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11880 while pressing mouse button so window doesn't scroll until we
11881 release the mouse if clicking on partially visible line.
11882
11883 2004-11-12 Jay Belanger <belanger@truman.edu>
11884
11885 * calc/calc-graph.el (calc-dumb-map): Declare it.
11886 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11887 than unbound.
11888 (calc-graph-name): Made `end' a local variable.
11889 (calc-graph-lookup): Made `varname' a local variable.
11890 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11891 Declare them.
11892 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11893 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11894 the unused variable y3vec.
11895 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11896 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11897 calc-graph-prev-kill-hook.
11898 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11899 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11900 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11901 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11902 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11903 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11904 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11905 (calc-graph-y3value, calc-graph-y3name)
11906 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11907 (calc-graph-stepcount, calc-graph-is-splot)
11908 (calc-graph-surprise-splot, calc-graph-blank)
11909 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11910 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11911 (calc-graph-recompute-2d, calc-graph-compute-3d)
11912 (calc-graph-format-data): Replace undeclared variables with the
11913 above newly declared variables.
11914
11915 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11916
11917 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11918 `rsf-beep' and `rsf-sleep-after-message'.
11919
11920 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11921 list if `message-sender' is non-nil.
11922
11923 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11924
11925 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11926 consing by using mapc instead of mapcar.
11927
11928 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11929
11930 * tooltip.el (require): Explain why CL is needed.
11931
11932 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11933
11934 * printing.el: Insert :version into defgroup (printing). All reference
11935 to Files option in menubar were changed to File.
11936 (pr-version): New version number (6.8.2).
11937 (pr-get-symbol): Call easy-menu-intern.
11938 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11939 compilation gripes.
11940
11941 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11942
11943 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11944 new byte-compile-function-environment binding to t.
11945
11946 * font-lock.el (font-lock-fontify-syntactically-region):
11947 Don't forget to highlight the last char when we hit `end'.
11948
11949 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11950 (mwheel-scroll): Adjust accordingly.
11951
11952 * cvs-status.el: Reduce spurious warnings.
11953 (cvs-status-checkout): Remove.
11954 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11955
11956 * pcvs.el (cvs-mode-checkout): New command.
11957
11958 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11959
11960 * tooltip.el: Require CL.
11961
11962 * emacs-lisp/bytecomp.el: Use push.
11963 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11964 (defalias): Remove the `byte-compile' property and add
11965 a `byte-hunk-handler'.
11966
11967 2004-11-11 Juri Linkov <juri@jurta.org>
11968
11969 * info.el (Info-search): Save match data for isearch.
11970 Skip Tag Table node.
11971
11972 * descr-text.el (describe-char): Replace syntax-after with code
11973 from its previous version.
11974
11975 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11976 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11977
11978 * international/mule.el (sgml-html-meta-auto-coding-function):
11979 Remove > after <html to allow HTML attributes.
11980
11981 2004-11-11 Jay Belanger <belanger@truman.edu>
11982
11983 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11984 a variable.
11985 (calcFunc-dfac): Replace unbound max by n.
11986 (math-stirling-local-cache): New variable.
11987 (math-stirling-number, math-stirling-1, math-stirling-2):
11988 Replace the variable `cache' by the declared variable
11989 math-stirling-local-cache.
11990 (var-RandSeed): Declare it as a variable.
11991 (math-init-random-base, math-random-digit): Don't check to see if
11992 var-RandSeed is bound.
11993 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11994 Declare them instead of just setting them.
11995 (math-init-random-base): Made i a local variable.
11996 (math-random-digit): Made math-random-last a local variable.
11997 (math-prime-test-cache): Move declaration to before it is used.
11998 (math-prime-test-cache-k, math-prime-test-cache-q)
11999 (math-prime-test-cache-nm1, math-prime-factors-finished):
12000 Declare them as variables.
12001
12002 2004-11-11 Jay Belanger <belanger@truman.edu>
12003
12004 * calc/calc-ext.el (math-defcache): Use defvar for the new
12005 variables it creates.
12006
12007 2004-11-11 Lars Hansen <larsh@math.ku.dk>
12008
12009 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
12010 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
12011 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
12012 (desktop-save): Add :version.
12013
12014 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
12015
12016 * printing.el (pr-get-symbol): Don't downcase.
12017
12018 2004-11-10 Jay Belanger <belanger@truman.edu>
12019
12020 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
12021 string to kill-ring.
12022
12023 * calc/calc-aent.el (calc-alg-exp, math-toks)
12024 (math-exp-pos,math-exp-old-pos, math-exp-token)
12025 (math-exp-keep-spaces, math-exp-str): New variables.
12026 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
12027 (calcAlg-enter): Use declared variable calc-alg-exp.
12028 (math-build-parse-table, math-find-user-token): Use declared
12029 variable math-toks.
12030 (math-read-exprs, math-read-token, calc-check-user-syntax)
12031 (calc-match-user-syntax, match-factor-after, math-read-factor):
12032 Use declared variables math-exp-pos math-exp-old-pos.
12033 (math-read-exprs, math-read-token, math-read-expr-level)
12034 (calc-check-user-syntax, calc-match-user-syntax)
12035 (match-factor-after, math-read-factor): Use declared variable
12036 math-exp-token.
12037 (math-read-exprs, math-read-expr-list, math-read-token)
12038 (math-read-factor): Use declared variable math-exp-keep-spaces.
12039 (math-read-exprs, math-read-token): Use declared variable
12040 math-exp-str.
12041 (calc-match-user-syntax): Make m a local variable.
12042
12043 * calc/calc-ext.el (math-read-expr): Use declared variables
12044 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
12045 math-exp-keep-spaces.
12046
12047 * calc/calc-forms.el (math-read-angle-bracket): Use declared
12048 variables math-exp-pos, math-exp-str.
12049
12050 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
12051 math-exp-old-pos.
12052 (math-parse-fortran-vector, math-parse-fortran-vector-end)
12053 (math-parse-eqn-prime): Use declared variable math-exp-token.
12054
12055 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
12056 Use declared variable math-exp-pos.
12057 (math-check-for-commas): Use declared variable math-exp-str.
12058 (math-read-brackets): Use declared variables math-exp-old-pos,
12059 math-exp-keep-spaces.
12060 (math-read-brackets, math-read-vector, math-read-matrix):
12061 Use declared variable math-exp-token.
12062
12063 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
12064
12065 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
12066 where the keymap is a symbol.
12067 (easy-menu-add-item): Use keymap-prompt. Simplify.
12068
12069 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
12070
12071 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
12072 (sgml-parse-tag-backward): Use it to skip spurious < or >.
12073
12074 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
12075
12076 * ebuff-menu.el: Doc fixes throughout.
12077 (electric-buffer-menu-mode-hook): New defvar.
12078
12079 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
12080
12081 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
12082 The resulting compiler warnings appear to be harmless.
12083
12084 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
12085
12086 * textmodes/conf-mode.el: New file.
12087
12088 * files.el (auto-mode-alist, magic-mode-alist): Use it.
12089
12090 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12091
12092 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
12093
12094 2004-11-09 Jay Belanger <belanger@truman.edu>
12095
12096 * calc/calc-ext.el (calc-init-extensions): Remove old code.
12097
12098 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
12099 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
12100 (calc-z-prefix-help, calc-user-function-list): Use declared
12101 variables calc-z-prefix-buf, calc-z-prefix-msgs.
12102 (math-map-tree, math-map-tree-rec): Use declared variables
12103 math-mt-many, math-mt-func.
12104 (math-read-expression, math-read-string): Use declared variable
12105 math-expr-data.
12106
12107 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
12108 variable math-normalize-a.
12109
12110 * calc/calc.el (math-normalize-a): New variable.
12111 (math-normalize): Use declared variable math-normalize-a.
12112
12113 * calc/calc-poly.el (math-expand-form): Use declared variable
12114 math-mt-many.
12115
12116 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
12117 Use declared variable math-mt-many.
12118 (math-rewrite): Use declared variable math-mt-func.
12119
12120 * calc/calc-vec.el (math-read-brackets, math-read-vector)
12121 (math-read-matrix): Use declared variable math-expr-data.
12122
12123 * calc/calc-lang.el (math-parse-fortran-vector)
12124 (math-parse-fortran-vector-end, math-parse-tex-sum)
12125 (math-parse-eqn-matrix, math-parse-eqn-prime)
12126 (math-read-math-subscr): Use declared variable math-expr-data.
12127
12128 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
12129 (math-read-expr-level, math-read-token, calc-check-user-syntax)
12130 (calc-match-user-syntax, math-read-if, math-factor-after)
12131 (math-read-factor): Use declared variable math-expr-data.
12132
12133 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12134
12135 * calendar/diary-lib.el (diary-from-outlook)
12136 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
12137 interactive-p; but rather new optional argument NOCONFIRM.
12138
12139 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
12140
12141 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
12142 (easy-menu-name-match): Revert correspondingly.
12143
12144 2004-11-09 Richard M. Stallman <rms@gnu.org>
12145
12146 * emacs-lisp/bytecomp.el (byte-compile-defalias):
12147 Turn off warnings for the new function even if definition not constant.
12148 If the definition isn't a quoted symbol, record (FUNCTION . t).
12149 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
12150 (byte-compile-callargs-warn): Handle (FUNCTION . t).
12151 (display-call-tree, byte-compile-arglist-warn):
12152 Handle t returned by byte-compile-fdefinition.
12153
12154 2004-11-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12155
12156 * Makefile.in (maintainer-clean): Depend on distclean.
12157
12158 * help-fns.el (help-C-file-name): File name must be in build-files
12159 to be returned.
12160
12161 2004-11-09 Jay Belanger <belanger@truman.edu>
12162
12163 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12164 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12165
12166 * calc/calc.el (calc, calc-trail-display, calc-mode):
12167 Remove obsolete sections.
12168
12169 * calc/calc.el (calc-x-paste-text): Remove.
12170
12171 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12172 mouse-2.
12173
12174 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12175
12176 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12177 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12178 current frame (in case of recursive calls).
12179 (gdb-show-changed-values): Add :version keyword.
12180
12181 2004-11-09 Kenichi Handa <handa@m17n.org>
12182
12183 * international/mule-cmds.el: Change coding: tag back to
12184 iso-2022-7bit.
12185
12186 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12187
12188 * international/mule-cmds.el: Change coding-system to utf-8.
12189 (select-safe-coding-system-interactively):
12190 New function extracted from select-safe-coding-system.
12191 (select-safe-coding-system): Use it.
12192
12193 2004-11-08 Richard M. Stallman <rms@gnu.org>
12194
12195 * subr.el (syntax-after): Doc fix.
12196
12197 * paren.el (show-paren-function): Change calls to syntax-after
12198 for new way of returning the value.
12199
12200 * menu-bar.el (menu-bar-file-menu): Make this the real name
12201 and menu-bar-files-menu the alias. Use the former.
12202 (global-map): Use `file', not `files', as the symbol.
12203
12204 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12205
12206 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12207 Don't use beginning-of-buffer.
12208 (filesets-cmd-show-result): Use with-no-warnings.
12209
12210 2004-11-08 Juri Linkov <juri@jurta.org>
12211
12212 * progmodes/compile.el (compile): Don't overwrite last command in
12213 minibuffer history with default command if they are not equal.
12214
12215 2004-11-08 Jay Belanger <belanger@truman.edu>
12216
12217 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12218 non-linear substitutions.
12219
12220 2004-11-08 Jay Belanger <belanger@truman.edu>
12221
12222 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12223 (math-do-integral): Set `math-linear-subst-tried' to nil.
12224 (math-do-integral-methods): Use `math-linear-subst-tried' to
12225 determine what type of substitution to try.
12226 (math-integ-try-linear-substituion):
12227 Set `math-linear-subst-tried' to t.
12228
12229 2004-11-08 Kim F. Storm <storm@cua.dk>
12230
12231 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12232
12233 2004-11-07 Juri Linkov <juri@jurta.org>
12234
12235 * info-look.el (info-lookup): Allow reusing in the current buffer
12236 not only *info* buffer, but all (even renamed) Info buffers
12237 by checking for major-mode instead of *info* buffer name.
12238 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12239 (octave-mode, maxima-mode) <doc-spec>:
12240 Allow long dashes generated by Texinfo 4.7 before definitions.
12241 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12242 definitions with argument separated by space.
12243
12244 2004-11-06 Richard M. Stallman <rms@gnu.org>
12245
12246 * simple.el (next-error group, face): Move before first use.
12247 (next-error-highlight, next-error-highlight-no-select): Likewise.
12248
12249 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12250 (line-move): New args NOERROR and TO-END.
12251 Return t if succeed in moving specified number of lines.
12252 (move-end-of-line): New function.
12253
12254 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12255 (end-of-buffer-other-window): Likewise.
12256
12257 * simple.el (line-move-ignore-invisible): Default to t.
12258
12259 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12260
12261 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12262
12263 * international/iso-cvt.el (iso-cvt-define-menu):
12264 Rename menu-bar-files-menu to menu-bar-file-menu.
12265
12266 * net/browse-url.el (browse-url-gnome-moz-program)
12267 (browse-url-gnome-moz-arguments): Move up before first use.
12268
12269 * net/tramp.el (tramp group): Add :version.
12270
12271 * progmodes/ada-xref.el (ada-gdb-application):
12272 Use goto-char instead of beginning-of-buffer.
12273
12274 * progmodes/cperl-mode.el (cperl-info-on-command):
12275 Use goto-char instead of beginning-of-buffer.
12276
12277 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12278 Move up before first use.
12279 (idlwave-shell-temp-pro-file): Likewise.
12280 (idlwave-shell-temp-rinfo-save-file): Likewise.
12281 (idlwave-shell-temp-file): Minor doc fix.
12282
12283 * textmodes/flyspell.el (flyspell-external-point-words):
12284 Use goto-char instead of beginning-of-buffer.
12285
12286 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12287
12288 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12289 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12290 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12291
12292 2004-11-06 David Ponce <david@dponce.com>
12293
12294 * recentf.el (recentf-menu-path): Use menu item name.
12295
12296 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12297
12298 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12299 display doesn't support images.
12300
12301 2004-11-06 Andreas Schwab <schwab@suse.de>
12302
12303 * tempo.el (tempo-match-finder): Doc fix.
12304
12305 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12306
12307 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12308
12309 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12310 (easy-menu-lookup-name): New fun to replace it.
12311 (easy-menu-get-map): Use it to obey menu item names (rather than just
12312 keys) when looking up `path'.
12313 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12314 (easy-menu-convert-item-1): Adjust to new name.
12315
12316 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12317
12318 * outline.el (hide-body): Don't hide lines at the top of the file
12319 that precede the first header line.
12320
12321 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12322
12323 * align.el (align-areas): Delete whitespace before reindenting, so
12324 that tabs are never placed after spaces.
12325
12326 2004-11-06 Alan Shutko <ats@acm.org>
12327
12328 * macros.el (insert-kbd-macro): Do completions based on macros,
12329 rather than all commands.
12330
12331 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12332
12333 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12334 to solve a bug whereby tags with 'b' don't match.
12335
12336 2004-11-05 Juri Linkov <juri@jurta.org>
12337
12338 * info.el (Info-search): Don't search in node header lines
12339 and file headers.
12340
12341 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12342 symbol-constituent characters after dot, not only digits.
12343
12344 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12345
12346 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12347
12348 2004-11-04 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12349
12350 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12351 if a dialog will be used, read-file-name otherwise.
12352
12353 2004-11-04 Richard M. Stallman <rms@gnu.org>
12354
12355 * textmodes/table.el (table group): Add :version.
12356
12357 * textmodes/ispell.el (ispell-word):
12358 Don't alter args; set them only thru `interactive' spec.
12359
12360 * textmodes/flyspell.el (flyspell-word):
12361 Don't alter FOLLOWING; set it only thru `interactive' spec.
12362
12363 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12364
12365 * net/browse-url.el (browse-url-maybe-new-window):
12366 Use called-interactively-p.
12367
12368 * mail/supercite.el (sc-cite-region):
12369 Don't use interactive-p. Add arg INTERACTIVE.
12370 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12371
12372 * international/mule-cmds.el (set-input-method, toggle-input-method):
12373 Don't use interactive-p. Add arg INTERACTIVE.
12374
12375 * eshell/esh-mode.el (eshell-show-maximum-output):
12376 Don't use interactive-p.
12377 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12378
12379 * mouse.el (mouse-show-mark): Get positions to delete from mark
12380 and point, not from mouse-drag-overlay.
12381
12382 * imenu.el (imenu-eager-completion-buffer): Add :version.
12383
12384 * filesets.el (filesets group): Add :version.
12385
12386 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12387
12388 * files.el (xml-based-modes): Delete var.
12389 (magic-mode-alist): New more general var.
12390 (set-auto-mode): Use it.
12391
12392 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12393 when clicking from another window.
12394
12395 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12396
12397 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12398 (vc-cvs-annotate-time): Incorporate value of deleted var.
12399 Remove special-case handling of beginning-of-buffer cruft.
12400 Cache ending position (point) and return value in text property
12401 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12402
12403 * vc-cvs.el (vc-cvs-annotate-command):
12404 Delete extraneous lines from beginning of buffer.
12405 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12406
12407 * progmodes/grep.el (grep-default-command): Take empty string
12408 for tag if all other methods yield nil. Shell-quote the tag.
12409
12410 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12411 spec in `interactive' form, and mention it in the docstring.
12412 Also, make sure point is at bol after calling `annotate-time'.
12413
12414 2004-11-02 Richard M. Stallman <rms@gnu.org>
12415
12416 * cus-edit.el (customize-group-other-window):
12417 Select the window that displays the custom buffer.
12418 (custom-buffer-create-other-window): Likewise.
12419
12420 * comint.el (comint-insert-input): Fix previous change.
12421
12422 * emacs-lisp/elp.el (elp-instrument-function):
12423 Use called-interactively-p.
12424
12425 * emacs-lisp/easymenu.el (easy-menu-intern):
12426 Don't downcase; rather, case-flip the first letter of each word.
12427
12428 * emacs-lisp/easy-mmode.el (define-minor-mode):
12429 Use called-interactively-p.
12430
12431 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12432 Add interactive-only.
12433 (byte-compile-warnings): Add interactive-only as option.
12434 (byte-compile-interactive-only-functions): New variable.
12435 (byte-compile-form): Warn about calls to functions
12436 in byte-compile-interactive-only-functions.
12437
12438 * emacs-lisp/autoload.el (update-file-autoloads):
12439 Don't use interactive-p; take new arg SAVE-AFTER.
12440
12441 * emacs-lisp/advice.el (ad-make-advised-definition):
12442 Use called-interactively-p.
12443
12444 2004-11-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12445
12446 * files.el (find-file-existing): New function.
12447
12448 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12449 find-file-existing. Add "New File..." that calls find-file.
12450
12451 * diropen.pbm, diropen.xpm: New files.
12452
12453 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12454 icon diropen. New tool bar item find-file-existing uses icon open.
12455
12456 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12457 instead of read-file-name.
12458
12459 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12460
12461 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12462 (icalendar--split-value): Change name of work buffer.
12463 (icalendar--get-weekday-abbrev): Return nil on error.
12464 (icalendar--date-to-isodate): New function.
12465 (icalendar-convert-diary-to-ical)
12466 (icalendar-extract-ical-from-buffer): Use only two args for
12467 make-obsolete (XEmacs compatibility).
12468 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12469 (icalendar-export-region): Doc fix.
12470 If error, return non-nil and write errors to a buffer.
12471 Use correct weekday for weekly recurring events.
12472 Check whether date has been parsed for ordinary events.
12473 Make weekly events start in the year 2000.
12474 DTEND is non-inclusive, shift end date by one day if
12475 necessary (not for entries that have date and time).
12476 Rename local let variables: oops -> found-error, datestring ->
12477 startdatestring.
12478
12479 2004-11-02 Kim F. Storm <storm@cua.dk>
12480
12481 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12482 keep-mode-if-same variable. Add it as optional arg instead.
12483 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12484
12485 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12486 substitute-command-keys will select lower-case bindings like those
12487 used in the static help texts.
12488
12489 * descr-text.el (describe-text-properties): Don't err if called in
12490 the *Help* buffer; output to *Help-2* buffer instead.
12491
12492 * kmacro.el (group kmacro): Add :version.
12493 (kmacro-keyboard-quit): New function to cleanup on C-g.
12494 (kmacro-start-macro): Set defining-kbd-macro to append when
12495 appending to last macro.
12496
12497 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12498
12499 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12500
12501 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12502 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12503 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12504 Add :version keyword.
12505
12506 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12507
12508 * progmodes/flymake.el (flymake-err-line-patterns):
12509 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12510 `compilation-error-regexp-alist-alist' to internal Flymake format.
12511
12512 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12513
12514 2004-11-01 Jay Belanger <belanger@truman.edu>
12515
12516 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12517 with `interactive "s"'.
12518
12519 2004-11-01 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12520
12521 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12522 Revert change from 2004-10-16. '*' checks the current buffer, but the
12523 mouse click may be in another buffer.
12524
12525 2004-11-01 John Paul Wallington <jpw@gnu.org>
12526
12527 * files.el (large-file-warning-threshold): Add :version keyword.
12528 (kill-some-buffers): Doc fix.
12529
12530 * thumbs.el (group thumbs): Add :version keyword.
12531
12532 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12533
12534 2004-11-01 Richard M. Stallman <rms@gnu.org>
12535
12536 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12537
12538 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12539
12540 * allout.el (allout group): Add :version.
12541 (allout-init): Don't use interactive-p.
12542 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12543 (allout-forward-current-level, allout-backward-current-level):
12544 Don't use interactive-p.
12545
12546 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12547 (bibtex-find-text): Likewise.
12548
12549 * progmodes/vhdl-mode.el (vhdl-fill-region)
12550 (vhdl-beginning-of-statement): Don't use interactive-p.
12551
12552 * progmodes/idlwave.el (idlwave-update-routine-info):
12553 Don't use interactive-p.
12554
12555 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12556 Don't use interactive-p.
12557
12558 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12559 Don't use interactive-p.
12560
12561 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12562 Don't use interactive-p.
12563
12564 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12565 (fortune-in-buffer): Doc fix.
12566
12567 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12568
12569 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12570 don't select the temporary buffer.
12571 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12572 (eudc-get-phone): Likewise.
12573
12574 2004-11-01 Kim F. Storm <storm@cua.dk>
12575
12576 * man.el (Man-xref-normal-file): Fix help-echo.
12577
12578 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12579
12580 * reveal.el (reveal-last-tick): New var.
12581 (reveal-post-command): Use it to avoid closing overlays when we're
12582 appending text to them.
12583
12584 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12585
12586 * textmodes/bibtex.el: Require button.
12587 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12588 (bibtex-reference-keys): Distinguish between header keys and
12589 crossref keys.
12590 (bibtex-beginning-of-field): New function.
12591 (bibtex-url-map): Remove.
12592 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12593 (bibtex-font-lock-url-regexp): Assume that field names begin at
12594 the beginning of a line.
12595 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12596 Remove field delimiters. Use bibtex-beginning-of-field.
12597 Bugfix, point can be inside a field with a url.
12598 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12599 New functions.
12600 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12601 (bibtex-key-in-head): Simplify.
12602 (bibtex-current-line): Use bolp.
12603 (bibtex-parse-keys): Remove unused arg `add'.
12604 Use bibtex-type-in-head and bibtex-key-in-head.
12605 (bibtex-parse-entry, bibtex-autofill-entry):
12606 Use bibtex-type-in-head and bibtex-key-in-head.
12607 (bibtex-autokey-get-field): Do not alter case of replacement text.
12608 (bibtex-autokey-get-names): Do all processing of name list.
12609 (bibtex-autokey-get-year): New function.
12610 (bibtex-autokey-get-title): Do all processing of title words.
12611 (bibtex-generate-autokey): Simplify.
12612 (bibtex-string-files-init): Use default-directory.
12613 Allow for absolute file names in bibtex-string-files.
12614 (bibtex-files, bibtex-file-path): New variables.
12615 (bibtex-files-expand): New function.
12616 (bibtex-find-entry-globally): New command.
12617 (bibtex-summary-function): New variable.
12618 (bibtex-summary): Default value of bibtex-summary-function.
12619 (bibtex-find-crossref): New optional args pnt and split.
12620 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12621 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12622 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12623 Fix handling of required and alternative fields.
12624 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12625 Use cons and display-buffer.
12626 (bibtex-validate-globally): New command.
12627 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12628 bibtex-parse-keys and bibtex-parse-strings for updating
12629 bibtex-reference-keys and bibtex-strings.
12630 (bibtex-realign): Remove blank lines past the last entry.
12631 (bibtex-reformat): Use bibtex-entry-format as default.
12632 (bibtex-choose-completion-string): Remove.
12633 (bibtex-complete): Do not use bibtex-choose-completion-string.
12634 (bibtex-url): Simplify.
12635
12636 2004-10-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12637
12638 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12639 (x-dnd-types-alist, x-dnd-open-file-other-window)
12640 (x-dnd-known-types): Add :version.
12641
12642 2004-10-31 John Paul Wallington <jpw@gnu.org>
12643
12644 * ibuffer.el (group ibuffer): Add :version keyword.
12645
12646 2004-10-31 Kim F. Storm <storm@cua.dk>
12647
12648 * ido.el (group ido): Add :version keyword.
12649 (ido-mode): Remove :version keyword.
12650
12651 * emulation/cua-base.el (group cua): Add :version keyword.
12652 (cua-mode): Remove :version keyword.
12653
12654 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12655
12656 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12657
12658 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12659 compiler warning.
12660 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12661 function.
12662 (help-at-pt-display-when-idle): Remove autoload.
12663
12664 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12665
12666 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12667
12668 2004-10-30 Juri Linkov <juri@jurta.org>
12669
12670 * help.el (function-called-at-point):
12671 * help-fns.el (variable-at-point): Read -> intern.
12672
12673 2004-10-30 Simon Josefsson <jas@extundo.com>
12674
12675 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12676 Recognize AS_* too.
12677
12678 2004-10-29 Simon Josefsson <jas@extundo.com>
12679
12680 * subr.el (read-passwd): Move back from password.el.
12681
12682 * password.el: Remove, not ready yet.
12683
12684 2004-10-29 Andreas Schwab <schwab@suse.de>
12685
12686 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12687
12688 2004-10-29 Sam Steingold <sds@gnu.org>
12689
12690 * mouse.el (mouse-show-mark): Replace the last occurrence of
12691 x-lost-selection-hooks with x-lost-selection-functions.
12692
12693 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12694
12695 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12696 x-lost-selection-functions is bound.
12697
12698 * mouse-sel.el (mouse-sel-mode):
12699 * emacs-lisp/lselect.el: Adjust to new names for
12700 x-(lost|sent)-selection-functions.
12701
12702 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12703 New obsolete aliases of x-lost-selection-functions and
12704 x-sent-selection-functions.
12705
12706 2004-10-28 Kim F. Storm <storm@cua.dk>
12707
12708 * imenu.el (imenu-scanning-message): Remove.
12709 (imenu-progress-message): Make it a no-op.
12710
12711 2004-10-28 John Paul Wallington <jpw@gnu.org>
12712
12713 * files.el (set-auto-mode): Call `throw' correctly.
12714
12715 2004-10-28 Juri Linkov <juri@jurta.org>
12716
12717 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12718 to search `Info-...' commands in `info' manual.
12719 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12720 Add 'info-file "emacs" property.
12721 (Info-find-emacs-command-nodes): Fix index line number regexp.
12722 Set real line number (instead of fake 0) in first element of the
12723 returned list.
12724 (Info-goto-emacs-command-node): Use line number of first element
12725 to set point in the first found Info node.
12726
12727 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12728 code to `grep-mode-font-lock-keywords'.
12729 (grep-mode-font-lock-keywords): Delete grep markers instead
12730 of making them invisible.
12731
12732 2004-10-28 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
12733
12734 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12735 and x-server-version in bug report.
12736
12737 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12738
12739 * files.el (set-auto-mode-0): New function.
12740 (set-auto-mode): Use it to handle aliased modes and to
12741 be consistent between C-x C-f and C-x C-w.
12742
12743 2004-10-28 Kenichi Handa <handa@m17n.org>
12744
12745 * international/utf-8.el (utf-translate-cjk-charsets):
12746 Add katakana-jisx0201.
12747
12748 * international/subst-jis.el: Add data for JISX0201.
12749
12750 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12751
12752 * obsolete/hilit19.el (hilit-mode): New function.
12753 Move all the toplevel side-effecting stuff into it, so that loading
12754 hilit19 doesn't mess everything up any more.
12755
12756 2004-10-27 Richard M. Stallman <rms@gnu.org>
12757
12758 * add-log.el (add-change-log-entry): Set up mailing address
12759 and full name later, and don't alter add-log-mailing-address
12760 or add-log-full-name.
12761
12762 * elide-head.el (elide-head): Change error to message.
12763 (elide-head-show): Likewise.
12764
12765 * apropos.el (apropos-macrop): Doc fix.
12766
12767 * mouse.el (mouse-show-mark): Do most processing the same
12768 regardless of transient-mark-mode.
12769
12770 * shadowfile.el (shadow-copy-files): Use interactive-p
12771 only to control whether to print a message.
12772
12773 * tar-mode.el (tar-mode): Use write-contents-functions,
12774 not write-contents-hooks.
12775
12776 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12777 directory-sep-char.
12778
12779 2004-10-27 Richard M. Stallman <rms@gnu.org>
12780
12781 * strokes.el (strokes-unload-hook): Fix previous change.
12782
12783 * type-break.el (type-break-run-at-time): Always use run-at-time;
12784 forget the alternatives.
12785 (type-break-cancel-function-timers): Always use cancel-function-timers;
12786 forget the alternatives.
12787
12788 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12789
12790 2004-10-27 Kenichi Handa <handa@m17n.org>
12791
12792 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12793
12794 * international/subst-gb2312.el: Likewise.
12795
12796 * international/subst-big5.el: Likewise.
12797
12798 * international/subst-ksc.el: Likewise.
12799
12800 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12801 New variable.
12802 (utf-translate-cjk-set-unicode-range): New function.
12803 (utf-translate-cjk-unicode-range): Make it customizable.
12804 (utf-8-post-read-conversion):
12805 Use utf-translate-cjk-unicode-range-string.
12806 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12807 Unicode ranges.
12808
12809 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12810
12811 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12812 trivial variants to shorten the list.
12813 (xml-based-modes): New var.
12814 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12815 declaration higher priority than auto-mode-alist.
12816
12817 * find-file.el (cc-other-file-alist): Bring it in line with
12818 cc-mode's auto-mode-alist entries and use \' instead of $.
12819
12820 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12821 and add "Id" and "Name" submenus to it.
12822
12823 * imenu.el (imenu--generic-function): Skip matches in comments.
12824
12825 2004-10-26 Jay Belanger <belanger@truman.edu>
12826
12827 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12828 (full-calc-keypad, calc-trail-display): Use an extra argument
12829 instead of `interactive-p'.
12830
12831 * calc/calc-misc.el (calc-other-window): Use an extra argument
12832 instead of `interactive-p'.
12833
12834 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12835 `interactive-p'.
12836
12837 2004-10-26 Kim F. Storm <storm@cua.dk>
12838
12839 * help.el (describe-key): Describe both down-event and up-event
12840 for a mouse click.
12841
12842 2004-10-26 Richard M. Stallman <rms@gnu.org>
12843
12844 * woman.el (woman): Don't call interactive-p.
12845
12846 * pcomplete.el (pcomplete): Instead of interactive-p,
12847 use an arg set non-nil by the interactive spec.
12848
12849 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12850 use an arg set non-nil by the interactive spec.
12851
12852 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12853 use an arg set non-nil by the interactive spec.
12854
12855 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12856
12857 * progmodes/flymake.el (flymake-split-string):
12858 Use `flymake-split-string-remove-empty-edges' in any case.
12859
12860 2004-10-26 Masatake YAMATO <jet@gyve.org>
12861
12862 * progmodes/flymake.el (flymake-err-line-patterns):
12863 Use `compilation-error-regexp-alist-alist' instead of
12864 `compilation-error-regexp-alist'.
12865
12866 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12867
12868 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12869 verbatim face on the \ of \end{verbatim}.
12870
12871 2004-10-25 Jay Belanger <belanger@truman.edu>
12872
12873 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12874 erasing minibuffer.
12875
12876 2004-10-25 Simon Josefsson <jas@extundo.com>
12877
12878 * subr.el (read-passwd): Move to net/password.el.
12879
12880 * net/password.el (read-passwd): Add. Autoload it.
12881
12882 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12883
12884 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12885
12886 * simple.el (process-file): Fix logic.
12887
12888 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12889
12890 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12891 (increase-right-margin): Remove erroneous call to `interactive-p'.
12892
12893 2004-10-24 Kim F. Storm <storm@cua.dk>
12894
12895 * help.el (describe-mode): Fix 2004-10-13 change.
12896 Copy pure "Auto Fill" string so it can be propertized later
12897 without causing a read-only error.
12898
12899 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12900
12901 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12902 style indexes.
12903
12904 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12905
12906 * simple.el (process-file): Accept nil for INFILE. Reported by
12907 Luc Teirlinck.
12908
12909 2004-10-24 Masatake YAMATO <jet@gyve.org>
12910
12911 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12912 Handle periods and underscores in a function name.
12913 Remove the address fontification.
12914
12915 2004-10-24 Masatake YAMATO <jet@gyve.org>
12916
12917 * progmodes/asm-mode.el (asm-font-lock-keywords):
12918 Use font-lock-variable-name-face for registers.
12919
12920 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12921
12922 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12923 kill-all-local-variables.
12924 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12925 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12926 Use kill-all-local-variables and provide mode-hooks.
12927 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12928 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12929 Suggested by Masatake YAMATO <jet@gyve.org>.
12930
12931 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12932
12933 * simple.el (process-file): New function, similar to call-process
12934 but supports file handlers.
12935 * vc.el (vc-do-command): Use it, instead of call-process.
12936 * net/tramp-vc.el (vc-do-command): Do not advise it if
12937 process-file is fboundp.
12938 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12939 process-file.
12940 (tramp-handle-process-file): New function.
12941 (tramp-file-name-for-operation): Support process-file.
12942
12943 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12944
12945 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12946 (icalendar-weekdayabbrev-table)
12947 (icalendar-monthnumber-table): Delete.
12948 (icalendar--get-month-number): Use calendar-month-name-array.
12949 (icalendar--get-weekday-number): New function.
12950 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12951 (icalendar-export-region): Handle multi-line entries.
12952 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12953
12954 2004-10-23 John Paul Wallington <jpw@gnu.org>
12955
12956 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12957 `wildcards' set to t in interactive spec.
12958
12959 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12960 interactive spec rather than use `interactive-p'.
12961 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12962 rather than use function `interactive-p'.
12963
12964 2004-10-22 Kenichi Handa <handa@m17n.org>
12965
12966 * international/mule.el (translate-region): Implement it in Lisp
12967 as a front end of translate-region-internal.
12968
12969 2004-10-21 Jay Belanger <belanger@truman.edu>
12970
12971 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12972 Declare these variables with defvar.
12973
12974 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12975 is bound, only check to see if it is bound.
12976
12977 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12978
12979 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12980 Don't output messages.
12981
12982 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12983
12984 2004-10-21 John Paul Wallington <jpw@gnu.org>
12985
12986 * calc/calc-graph.el (calc-graph-init):
12987 Use `set-process-query-on-exit-flag'.
12988
12989 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12990
12991 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12992 dir right and also allow argumentless cd.
12993
12994 2004-10-19 Richard M. Stallman <rms@gnu.org>
12995
12996 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12997
12998 * eshell/em-unix.el (eshell-grep):
12999 Don't bind compilation-process-setup-function.
13000
13001 * comint.el (comint-insert-input): Use @ in `interactive'.
13002 (comint-input-filter-functions): Doc fix.
13003 (comint-kill-whole-line, comint-get-source): Doc fix.
13004
13005 * progmodes/compile.el (compilation-setup):
13006 Don't set buffer-read-only if MINOR is non-nil.
13007
13008 2004-10-19 Jay Belanger <belanger@truman.edu>
13009
13010 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
13011 (calc-emacs-type-gnu19): Remove.
13012 (calc-digit-map, calc-read-key-sequence, calc-read-key):
13013 Remove check for old emacs versions.
13014
13015 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
13016 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
13017 for current Emacs.
13018
13019 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
13020 the end of the minibuffer.
13021 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
13022 copy `esc-map'.
13023
13024 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
13025
13026 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
13027 call that would be given when the current emacs was used.
13028
13029 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
13030
13031 * calendar/icalendar.el: Set coding to utf-8.
13032 (icalendar-version): Increase to 0.07.
13033 (icalendar-monthnumber-table): Change March pattern.
13034 (icalendar-get-all-event-properties)
13035 (icalendar-set-event-property): Delete.
13036 (icalendar-all-events): No longer interactive.
13037 (icalendar-convert-diary-to-ical)
13038 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
13039 their replacements.
13040 (icalendar-export-file, icalendar-export-region): New functions;
13041 essentially old `icalendar-convert-diary-to-ical' but appending to
13042 target rather than overwriting.
13043 (icalendar-import-file): Append to target file rather than
13044 overwriting. Fourth arg deleted.
13045 (icalendar-import-buffer): New name for old
13046 `icalendar-extract-ical-from-buffer'.
13047 (icalendar--convert-string-for-import): New name for
13048 old `icalendar-convert-for-import'.
13049 (include-icalendar-files): Delete.
13050 Prefix for all internal functions changed from `icalendar-'
13051 to `icalendar--'.
13052
13053 2004-10-19 Richard M. Stallman <rms@gnu.org>
13054
13055 * paths.el (news-path): Fix previous change.
13056
13057 2004-10-18 Jay Belanger <belanger@truman.edu>
13058
13059 * calc/calc-help.el (calc-describe-bindings):
13060 Set `buffer-read-only' to nil while working in the keybindings buffer;
13061 remove some extra information from the keybindings buffer.
13062
13063 2004-10-18 David Ponce <david@dponce.com>
13064
13065 * mouse.el (mouse-drag-move-window-top): New function.
13066 (mouse-drag-mode-line-1): Use it.
13067
13068 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
13069
13070 * info.el (Info-fontify-node): For multiline refs,
13071 arrange to unfontify newline and surrounding whitespace.
13072
13073 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
13074
13075 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
13076 directory is missing.
13077
13078 2004-10-17 John Paul Wallington <jpw@gnu.org>
13079
13080 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
13081 New customizable variable; whether to display buffers that match
13082 `ibuffer-maybe-show-predicates' by default.
13083 (ibuffer-maybe-show-predicates): Mention it in docstring.
13084 (ibuffer-display-maybe-show-predicates): New variable.
13085 (ibuffer-update): Prefix arg now toggles whether buffers that
13086 match `ibuffer-maybe-show-predicates' should be displayed.
13087 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
13088 locally to heed `ibuffer-default-display-maybe-show-predicates'.
13089 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
13090
13091 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
13092
13093 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
13094 work correctly.
13095
13096 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
13097
13098 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
13099 (Buffer-menu-beginning): New helper function.
13100 (Buffer-menu-execute): Use it.
13101 (Buffer-menu-select): Use it.
13102 (Buffer-menu-sort): Use it and also keep markers.
13103
13104 2004-10-17 Richard M. Stallman <rms@gnu.org>
13105
13106 * paths.el (news-directory): Rename from news-path. Old name alias.
13107 (rmail-spool-directory): Use defvar.
13108 (sendmail-program): Use defcustom.
13109 (remote-shell-program): Use defcustom.
13110 (term-file-prefix): Use defvar.
13111 (abbrev-file-name): Use defvar.
13112
13113 * term.el: Add maintainer.
13114
13115 * subr.el (with-local-quit): Return nil if there's a quit.
13116 (read-passwd): Use with-local-quit. Doc fix.
13117
13118 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
13119 (strokes-unload-hook): Set as a variable with add-hook.
13120
13121 * startup.el (fancy-splash-tail, normal-splash-screen):
13122 Update copyright year.
13123
13124 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
13125
13126 * server.el (server-unload-hook): Set as a variable with add-hook.
13127
13128 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
13129
13130 * frame.el (special-display-popup-frame):
13131 Make the buffer current as its frame is created.
13132
13133 * delsel.el (delsel-unload-hook): Set as a variable.
13134
13135 * comint.el (comint-output-filter-functions):
13136 Add comint-watch-for-password-prompt.
13137 (comint-read-noecho): Function deleted.
13138 (send-invisible): Use read-passwd.
13139
13140 * fringe.el (fringe-mode-initialize): New function.
13141 (fringe-mode): Use fringe-mode-initialize as :initialize.
13142
13143 2004-10-17 Kim F. Storm <storm@cua.dk>
13144
13145 * language/indian.el (indian-script-language-alist): Swap value and doc.
13146 (indian-font-char-index-table): Doc fix.
13147
13148 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
13149
13150 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13151
13152 2004-10-16 Juri Linkov <juri@jurta.org>
13153
13154 * progmodes/compile.el (compilation-start): Move let-binding of
13155 `process-environment' into `with-current-buffer' body.
13156 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13157
13158 2004-10-16 Richard M. Stallman <rms@gnu.org>
13159
13160 * pcvs-util.el (cvs-bury-buffer):
13161 Don't call get-buffer-window for effect.
13162
13163 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13164
13165 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13166
13167 * msb.el (msb-unload-hook): Set the variable.
13168
13169 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13170 Use * to err if buffer is readonly.
13171
13172 * subr.el (looking-back): Return only t or nil.
13173
13174 * whitespace.el (whitespace-unload-hook): Set the variable.
13175
13176 * view.el (view-mode-enable): Set view-page-size and
13177 view-half-page-size to nil.
13178 (view-set-half-page-size-default): view-half-page-size = nil
13179 means the default.
13180 (View-scroll-page-forward): Use view-page-size-default.
13181 (View-scroll-page-backward): Likewise.
13182 (view-page-size, view-half-page-size): Doc fixes.
13183
13184 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13185
13186 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13187
13188 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13189 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13190 (byte-compile-log-1): Bind inhibit-read-only.
13191 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13192 (byte-compile-log-warning): Likewise.
13193 (byte-compile-file-form-require): Detect "cl" from the arg value.
13194
13195 * progmodes/compile.el (compilation-start): Assume compilation-mode
13196 will make the buffer read-only.
13197 (compilation-mode): Take arg name-of-mode.
13198 (compilation-setup): Make buffer read-only.
13199 (compilation-handle-exit): Bind inhibit-read-only.
13200
13201 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13202 (ispell-message): Likewise.
13203 (ispell-show-choices): Don't call get-buffer-window uselessly.
13204 (ispell-init-process): Use set-process-query-on-exit-flag.
13205
13206 2004-10-16 Kim F. Storm <storm@cua.dk>
13207
13208 * fringe.el (fringe-bitmaps): Only initialize when defined.
13209
13210 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13211 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13212
13213 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13214
13215 2004-10-15 Simon Josefsson <jas@extundo.com>
13216
13217 * net/password.el: Add.
13218
13219 2004-10-14 Masatake YAMATO <jet@gyve.org>
13220
13221 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13222 (gdb-script-end-of-defun): New function.
13223 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13224 `gdb-script-end-of-defun' as *-of-defun-function.
13225
13226 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13227
13228 * button.el (button-activate): Allow a marker to display as an action.
13229
13230 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13231
13232 * help.el (describe-mode): Use it to make minor mode list into
13233 hyperlinks.
13234
13235 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13236
13237 * vc.el (vc-annotate-display-select): Fix typo.
13238
13239 * subr.el (substitute-key-definition-key): New function.
13240 (substitute-key-definition): Use it with map-keymap.
13241 (event-modifiers): Use push.
13242 (mouse-movement-p, with-temp-buffer): Simplify.
13243
13244 2004-10-12 Jay Belanger <belanger@truman.edu>
13245
13246 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13247 New variables.
13248 (calc-help-index-entries): New function.
13249 (calc-describe-function): Use `calc-help-function-list' instead of
13250 obarray for completion.
13251 (calc-describe-variable): Use `calc-help-variable-list' instead
13252 of obarray for completion.
13253
13254 2004-10-12 Richard M. Stallman <rms@gnu.org>
13255
13256 * info-look.el (info-lookup-file): Add info-file property.
13257 (info-lookup-symbol): Likewise.
13258
13259 * info.el (info-xref): Add underlining.
13260 (info): Add info-file property.
13261 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13262
13263 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13264
13265 Sync with Tramp 2.0.45.
13266
13267 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13268 defined. This is not the case for XEmacs without package "edebug".
13269 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13270 remote files to the permissions of the original file. This is not
13271 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13272 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13273 (tramp-perl-decode): Fix an error in Perl implementation.
13274 $pending must be cleared every loop. Reported by Benjamin Place
13275 <benjaminplace@sprintmail.com>
13276
13277 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13278 Don't activate advice during definition. This is done later on,
13279 depending on test result of `substitute-in-file-name'.
13280 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13281
13282 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13283
13284 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13285
13286 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13287
13288 2004-10-12 David Ponce <david@dponce.com>
13289
13290 * recentf.el (recentf-edit-list): Update the menu when the recentf
13291 list has been modified.
13292
13293 2004-10-12 Simon Josefsson <jas@extundo.com>
13294
13295 * net/tls.el (tls-certtool-program): New variable.
13296 (tls-certificate-information): New function, based on
13297 ssl-certificate-information.
13298
13299 2004-10-12 Kenichi Handa <handa@m17n.org>
13300
13301 * international/mule.el (coding-system-equal): Move from mule-util.el.
13302
13303 * international/mule-util.el (coding-system-equal): Move to mule.el.
13304
13305 2004-10-12 Kim F. Storm <storm@cua.dk>
13306
13307 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13308 reset kmacro-initial-counter-value if set.
13309 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13310 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13311 (kmacro-display): Show macro counter if non-zero.
13312
13313 * subr.el (substitute-key-definition): Mention command remapping
13314 in doc string.
13315
13316 2004-10-11 Jay Belanger <belanger@truman.edu>
13317
13318 * calc/calc-misc.el (calc-info-goto-node): New function.
13319 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13320 node in one step.
13321 (calc-describe-copying, calc-describe-distribution)
13322 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13323 Go to appropriate info node in one step.
13324
13325 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13326
13327 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13328
13329 * font-lock.el (font-lock-apply-highlight): Fix last change.
13330
13331 2004-10-11 Simon Josefsson <jas@extundo.com>
13332
13333 * mail/smtpmail.el (smtpmail-open-stream): Look for
13334 starttls-gnutls-program instead of starttls-program iff
13335 starttls-use-gnutls is non-nil.
13336 (smtpmail-open-stream): Don't overwrite user settings of
13337 starttls-extra-arguments and starttls-extra-args.
13338
13339 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13340
13341 * comint.el (comint-mouse-insert-input): Remove.
13342 (comint-insert-input): Make it work for mouse bindings.
13343 (comint-mode-map): Move defs into the declaration.
13344 (comint-output-filter): Typo.
13345
13346 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13347
13348 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13349
13350 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13351 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13352 ange-ftp-remote-shell.
13353
13354 2004-10-10 Andreas Schwab <schwab@suse.de>
13355
13356 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13357 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13358 Reported by <sri@asu.edu>.
13359
13360 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13361
13362 * vc.el (vc-annotate-mode): Remove variable.
13363 (vc-annotate-display-select): Only call vc-annotate-mode
13364 if we're not in that mode already.
13365
13366 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13367
13368 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13369 (imenu-choose-buffer-index): Check here for rescan instead.
13370
13371 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13372 where the face expression evals to nil.
13373
13374 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13375 (tex-font-lock-keywords-2): Use it.
13376 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13377
13378 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13379
13380 2004-10-09 Kim F. Storm <storm@cua.dk>
13381
13382 * subr.el (progress-reporter-update): Define before first usage.
13383 (make-progress-reporter): Doc fix.
13384
13385 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13386
13387 * textmodes/paragraphs.el (sentence-end-double-space)
13388 (sentence-end-without-period, sentence-end-without-space)
13389 (sentence-end): Doc fixes.
13390
13391 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13392
13393 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13394 Change paragraph-start regexp so we don't fill code starting with #'(.
13395
13396 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13397
13398 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13399 New defcustom.
13400 (extract-address-components): Use it.
13401
13402 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13403
13404 * subr.el (make-progress-reporter, progress-reporter-update)
13405 (progress-reporter-force-update, progress-reporter-do-update)
13406 (progress-reporter-done): New functions.
13407
13408 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13409
13410 * progmodes/etags.el (etags-tags-completion-table): Use progress
13411 reporter.
13412 (etags-tags-apropos): Likewise.
13413
13414 2004-10-08 Alan Mackenzie <acm@muc.de>
13415
13416 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13417 of current line.
13418
13419 2004-10-08 Masatake YAMATO <jet@gyve.org>
13420
13421 * server.el (server-process-filter): Wrap `process-send-region'
13422 by `condition-case' to guard the case when the pipe to PROC is closed.
13423
13424 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13425
13426 * xml.el (xml-substitute-special): Limit handling of external entities.
13427
13428 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13429
13430 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13431
13432 2004-10-06 John Paul Wallington <jpw@gnu.org>
13433
13434 * xml.el (xml-parse-dtd): Fix `error' call.
13435
13436 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13437
13438 * xml.el (xml-substitute-special): Return a single string instead
13439 of a list of strings if an entity substitution is made.
13440
13441 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13442
13443 * calendar/icalendar.el: New file.
13444
13445 2004-10-05 Juri Linkov <juri@jurta.org>
13446
13447 * isearch.el (isearch-done): Set mark after running hook.
13448 Reported by Drew Adams <drew.adams@oracle.com>.
13449
13450 * info.el (Info-history, Info-toc): Fix Info headers.
13451 (Info-toc): Narrow buffer before Info-fontify-node.
13452 (Info-build-toc): Don't check for special Info file names.
13453 Set main-file to nil if Info-find-file returns a symbol.
13454
13455 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13456
13457 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13458 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13459 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13460
13461 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13462
13463 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13464 for old interactive spec from calendar-goto-iso-date.
13465 (calendar-goto-iso-date): Use it.
13466 (calendar-goto-iso-week): New function. Suggested by Emilio
13467 C. Lopes <eclig@gmx.net>.
13468
13469 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13470
13471 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13472 `set-right-margin' bindings that follow the minor mode conventions.
13473
13474 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13475
13476 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13477 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13478 (latex-block-args-alist): Add minipage and picture.
13479 (latex-block-body-alist): Use reftex-label if enabled.
13480 (latex-insert-block): Don't insert a \n if not necessary.
13481 (tex-compile-commands): Make sure dvips doesn't send to printer.
13482 (tex-compile-default): Handle the case where no executable is found.
13483 (latex-noindent-environments): New var.
13484 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13485 If tex-indent-allhanging is non-nil, make sure we only align for macros
13486 at beginning of line.
13487
13488 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13489
13490 * newcomment.el (comment-beginning): Doc fix and don't choke on
13491 unset `comment-end-skip' when at beginning of comment.
13492
13493 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13494
13495 * term.el (term-adjust-current-row-cache): Don't allow the current
13496 row to become negative.
13497 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13498 the end of the line. Fix scroll down. Add comments.
13499 (term-handle-ansi-escape): Don't exceed terminal width when moving
13500 right.
13501 (term-scroll-region): Move the cursor after setting the scroll region.
13502
13503 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13504
13505 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13506 to `width' for consistency with docstring. Doc fix.
13507
13508 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13509
13510 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13511 This is necessary for derived modes.
13512
13513 2004-09-30 Kim F. Storm <storm@cua.dk>
13514
13515 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13516 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13517
13518 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13519 kmacro-extract-lambda functions.
13520 (edit-kbd-macro): Handle kmacro lambda forms.
13521 Include counter and counter format in edit buffer.
13522 (edmacro-finish-edit): Get counter and format from edit buffer and
13523 update kmacro bindings when found.
13524
13525 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13526
13527 * textmodes/paragraphs.el (forward-paragraph):
13528 Avoid args-out-of-range error when point winds up at the beginning of
13529 the buffer and hard newlines are enabled.
13530
13531 * newcomment.el (comment-multi-line): Doc fix.
13532
13533 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13534
13535 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13536 (diff-fixup-modifs): Catch unified-diff file-headers.
13537
13538 2004-09-29 Kim F. Storm <storm@cua.dk>
13539
13540 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13541 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13542 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13543
13544 * fringe.el (fringe-bitmap-p): New macro.
13545 (fringe-bitmaps): Add standard fringe bitmaps on load.
13546
13547 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13548
13549 * dired.el (dired-view-command-alist): Use more efficient regexps.
13550 Remove dubious arguments.
13551 (dired-align-file): New function.
13552 (dired-insert-directory): Use it.
13553 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13554 (dired-buffers-for-dir): Remove unused var `pattern'.
13555
13556 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13557
13558 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13559 from diary display excursion. Store diary buffer's point for
13560 `simple-diary-display'.
13561 (simple-diary-display): Set window point and start when
13562 displaying buffer, to preserve point.
13563
13564 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13565
13566 * textmodes/enriched.el (enriched-translations): Replace defconst
13567 with defvar.
13568
13569 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13570
13571 * printing.el: Doc fix.
13572 (pr-version): New version number (6.8.1).
13573 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13574 make-temp-name.
13575 (pr-delete-file): Check if file exists before deleting it.
13576 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13577
13578 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13579
13580 * term.el (term-display-table): New variable.
13581 (term-mode): Use it.
13582 (term-exec-1): Set the coding system to binary.
13583 (term-emulate-terminal): Decode the string before inserting it.
13584
13585 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13586
13587 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13588 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13589 (map): Bind S-prior, S-next and S-insert.
13590 (term-mode): Set `indent-tabs-mode' to nil.
13591 (term-paste): New function to be bound to S-insert.
13592 (term-send-del, term-send-backspace): Change the strings sent.
13593 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13594 (term-handle-colors-array): Fix handling of underline and reverse.
13595 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13596 (term-erase-in-line): Fix comparison.
13597 (term-emulate-terminal): Fix line wrap handling.
13598 (term-start-output-log): Rename from `term-set-output-log'.
13599 (term-stop-output-log): Rename from `term-stop-photo'.
13600 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13601
13602 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13603
13604 * dired.el (dired-move-to-filename): Don't output a message if
13605 raise-error is non-nil. Fix return position and value.
13606
13607 * files.el (insert-directory): Obey --dired even with symlinks.
13608
13609 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13610
13611 * ls-lisp.el (ls-lisp-format): Mark file names with property
13612 dired-filename.
13613
13614 2004-09-25 Kim F. Storm <storm@cua.dk>
13615
13616 * ido.el (ido-max-directory-size): New defcustom.
13617 (ido-decorations): Add "too big" element.
13618 (ido-directory-too-big): New dynamic var.
13619 (ido-may-cache-directory): Don't cache big directories.
13620 (ido-directory-too-big-p): New defun.
13621 (ido-set-current-directory): Update ido-directory-too-big.
13622 (ido-read-internal): Make empty ido-cur-item if too-big.
13623 (ido-buffer-internal): Use ido-read-internal directly instead of
13624 ido-read-buffer.
13625 (ido-file-internal): Init ido-directory-too-big.
13626 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13627 and redo completion with full list.
13628 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13629 it, and show completions.
13630 (ido-all-completions): Let bind ido-directory-too-big to nil.
13631 (ido-exhibit): Handle ido-directory-too-big.
13632 (ido-read-buffer): Handle fallback to read-buffer.
13633 Init ido-directory-too-big.
13634 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13635 Init ido-directory-too-big.
13636
13637 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13638
13639 * subr.el (delay-mode-hooks): Doc fix.
13640
13641 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13642
13643 * textmodes/enriched.el
13644 (enriched-default-text-properties-local-flag): New variable.
13645 (enriched-mode): Make sure that enabling and disabling the mode is
13646 a no-op. Doc fix.
13647
13648 2004-09-23 H\e,Ae\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13649
13650 * calendar/holidays.el (holiday-advent): Report on a specified day
13651 offset from advent, not just advent.
13652 (holiday-easter-etc): Report on one specified day offset from
13653 easter, not all easter holidays. Various Easter holidays moved to
13654 `christian-holidays' variable in calendar.el.
13655 * calendar/calendar.el (christian-holidays): Adapt for new
13656 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13657
13658 2004-09-23 Kim F. Storm <storm@cua.dk>
13659
13660 * image.el (insert-sliced-image): Add doc string.
13661
13662 * ido.el (ido-choice-list): New dynamic var for `list' context.
13663 (ido-context-switch-command): New dynamic var.
13664 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13665 (ido-read-internal): Handle new `list' context.
13666 Handle insert-buffer and insert-file ido-exit values.
13667 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13668 ido-context-switch-command. Handle insert-file ido-exit value.
13669 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13670 unless it is already bound by caller.
13671 (ido-file-internal): New arg switch-cmd. Use it to setup
13672 ido-context-switch-command. Handle insert-buffer ido-exit value.
13673 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13674 used for context switching.
13675 (ido-all-completions): Handle new `list' context.
13676 (ido-make-choice-list): Return choices for `list' context.
13677 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13678 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13679 (ido-insert-buffer, ido-insert-file): Setup context switching.
13680 (ido-exhibit): Handle `list' context.
13681 (ido-read-file-name): Disable context switching. Handle fallback.
13682 (ido-read-directory-name): Disable context switching.
13683 (ido-completing-read): New defun like completing-read. Setup and
13684 use new `list' context.
13685
13686 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13687
13688 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13689
13690 2004-09-21 Jay Belanger <belanger@truman.edu>
13691
13692 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13693 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13694 separate window.
13695
13696 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13697
13698 * subr.el (after-change-major-mode-hook): Doc fix.
13699
13700 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13701
13702 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13703 of ghostscript for monochrome PostScript file in Windows.
13704
13705 2004-09-21 Kenichi Handa <handa@m17n.org>
13706
13707 * descr-text.el (describe-char): Checking of quail activation fixed.
13708
13709 2004-09-21 Jay Belanger <belanger@truman.edu>
13710
13711 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13712
13713 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13714
13715 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13716 after the mode hooks instead of before. Doc fix.
13717
13718 2004-09-20 Jason Rumney <jasonr@gnu.org>
13719
13720 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13721 _emacs, but revert to .emacs if neither exists in home directory.
13722
13723 2004-09-20 John Paul Wallington <jpw@gnu.org>
13724
13725 * bindings.el (completion-ignored-extensions): Add .dfsl.
13726
13727 2004-09-20 Richard M. Stallman <rms@gnu.org>
13728
13729 * bindings.el (scroll-left): Make it disabled.
13730
13731 * files.el (enable-local-eval): Doc fix.
13732
13733 * indent.el (move-to-left-margin): Special case for minibuffer.
13734
13735 * term.el (term-emulate-terminal): Turn off undo for output.
13736 Use with-current-buffer and save-selected-window.
13737
13738 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13739
13740 * progmodes/make-mode.el (makefile-fill-paragraph):
13741 Don't insist on spaces when looking for comments. # is enough.
13742
13743 * files.el (hack-local-variables): Copy the variables list
13744 to another buffer, strip prefixes and suffixes there, then read.
13745 (enable-local-eval): Doc fix.
13746 (ignored-local-variables): Initialize to nil.
13747 (risky-local-variable-p): Don't check ignored-local-variables here.
13748 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13749
13750 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13751
13752 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13753 of = to "." (punctuation).
13754
13755 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13756
13757 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13758
13759 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13760
13761 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13762 (enriched-before-change-major-mode): New function.
13763 Add it to `change-major-mode-hook'.
13764 (enriched-after-change-major-mode): New function.
13765 Add it to `after-change-major-mode-hook'.
13766 (enriched-mode): Make it work correctly if called from
13767 `after-change-major-mode-hook'.
13768 No longer set `indent-line-function'.
13769
13770 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13771
13772 * subr.el (after-change-major-mode-hook): New variable.
13773 (run-mode-hooks): Implement it.
13774
13775 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13776
13777 * battery.el (battery-linux-proc-apm): Use string-to-number.
13778 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13779 Use dolist (and less indentation). Use erase-buffer.
13780 Pre-initialize `design-capacity', `warn', and `low'.
13781 (battery-format): Use replace-regexp-in-string.
13782
13783 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13784
13785 * battery.el: Delete superfluous empty lines.
13786 (battery-linux-proc-acpi): Attempt to gather information from all
13787 battery subdirectories regardless of their file name.
13788 (battery-linux-proc-apm): Replace all occurrences of
13789 battery-hex-to-int-2 with string-to-int (base 16).
13790 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13791 (battery-hex-map): Delete variable.
13792
13793 2004-09-18 John Paul Wallington <jpw@gnu.org>
13794
13795 * calc/calc-units.el (calc-quick-units): Fix overzealous
13796 s/or/unless/.
13797
13798 2004-09-17 Jay Belanger <belanger@truman.edu>
13799
13800 * calc/calc.el (calc-mode-var-list): Fix the value of
13801 `calc-matrix-brackets'.
13802
13803 2004-09-17 Romain Francoise <romain@orebokech.com>
13804
13805 * ibuf-ext.el (define-ibuffer-filter filename):
13806 Expand dired-directory since buffer-file-name is absolute.
13807
13808 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13809
13810 * ediff-init.el (ediff-current-diff-face-A)
13811 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13812 (ediff-current-diff-face-Ancestor)
13813 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13814 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13815 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13816 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13817 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13818 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13819 Use min-colors.
13820
13821 * term.el (term-down): Perform vertical motion if DOWN is negative.
13822 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13823 (term-termcap-format): Synchronize with the eterm terminfo entry
13824 in etc/e/eterm.ti.
13825 (term-handle-colors-array): If the current foreground or
13826 background are zero (i.e. unspecified), use the foreground and
13827 background of the default face for reverse video.
13828 (term-ansi-at-eval-string, term-ansi-default-fg)
13829 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13830 (term-mem): Delete unused function.
13831 (term-protocol-version): Increment.
13832 (term-current-face): Set to default.
13833
13834 2004-09-15 Jay Belanger <belanger@truman.edu>
13835
13836 * calc/calc.el (calc-mode-var-list): Define this variable.
13837 (calc-always-load-extensions, calc-line-numbering)
13838 (calc-line-breaking, calc-display-just, calc-display-origin)
13839 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13840 (calc-group-char, calc-point-char, calc-frac-format)
13841 (calc-prefer-frac, calc-hms-format, calc-date-format)
13842 (calc-float-format, calc-full-float-format, calc-complex-format)
13843 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13844 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13845 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13846 (calc-matrix-brackets, calc-language, calc-language-option)
13847 (calc-left-label, calc-right-label, calc-word-size)
13848 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13849 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13850 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13851 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13852 (calc-window-height, calc-display-trail, calc-show-selections)
13853 (calc-use-selections, calc-assoc-selections)
13854 (calc-display-working-message, calc-auto-why, calc-timing)
13855 (calc-mode-save-mode, calc-standard-date-formats)
13856 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13857 (calc-user-parse-tables, calc-gnuplot-default-device)
13858 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13859 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13860 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13861 (calc-invocation-macro, calc-show-banner): Give these values as
13862 part of `calc-mode-var-list's initialization after the variables
13863 are declared with defvar.
13864 (calc-bug-address): Change email address to send bug reports to.
13865 Change the maintainer address at the top.
13866 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13867 than "\\.emacs" to determine if it is the user-init-file.
13868
13869 * calc/calc-embed.el (calc-embedded-set-modes): Use
13870 `calc-mode-var-list' correctly.
13871
13872 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13873
13874 * vc.el (annotate-time): Document point handling.
13875 (vc-annotate-display-autoscale): Doc fix.
13876
13877 2004-09-15 Miles Bader <miles@gnu.org>
13878
13879 * generic.el (generic-make-keywords-list): Use symbol rather than
13880 word anchors in regexp.
13881
13882 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13883
13884 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13885 no file name consider `dired-directory'.
13886
13887 2004-09-14 Kim F. Storm <storm@cua.dk>
13888
13889 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13890
13891 2004-09-14 Simon Josefsson <jas@extundo.com>
13892
13893 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13894
13895 * textmodes/dns-mode.el: Add.
13896
13897 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13898
13899 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13900 (disabled-command-function): Make the ?\ char more obvious.
13901
13902 * vc-arch.el (vc-arch-root, vc-arch-registered):
13903 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13904
13905 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13906
13907 * windmove.el (windmove-frame-edges): Report coordinates of
13908 outside edges of frame, not inside edges.
13909 (windmove-coordinates-of-position): Convert into wrapper to new
13910 function `windmove-coordinates-of-window-position';
13911 `compute-motion' always applies to selected window.
13912 (windmove-coordinates-of-position): Update documentation to refer
13913 to Emacs 21 Lisp Reference Manual.
13914 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13915
13916 2004-09-13 Kim F. Storm <storm@cua.dk>
13917
13918 * isearch.el (isearch-resume-in-command-history): Rename from
13919 isearch-resume-enabled and change default to nil.
13920
13921 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13922
13923 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13924 (vc-registered): Use it.
13925 (vc-find-root): New fun.
13926
13927 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13928 Don't tell to use \\{...} when it's already done.
13929
13930 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13931 Provide a sample complex default.
13932 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13933 (bibtex-entry): Use mapc.
13934
13935 2004-09-12 Kim F. Storm <storm@cua.dk>
13936
13937 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13938
13939 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13940 inhibit-field-text-motion to t so rectangles work in comint buffers.
13941
13942 * simple.el (choose-completion-string): Set buffer before running
13943 choose-completion-string-functions hook so it can be buffer-local.
13944
13945 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13946
13947 * progmodes/compile.el (compilation-start): Parse command to see
13948 if it starts with a cd, and if so perform it for the *compilation*
13949 buffer. Change the header to reflect this.
13950
13951 2004-09-11 Kim F. Storm <storm@cua.dk>
13952
13953 * ido.el (ido-enable-dot-prefix): Doc fix.
13954 (ido-enable-dot-prefix): New defcustom.
13955 (ido-set-matches1): Use it.
13956
13957 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13958
13959 * textmodes/bibtex.el (bibtex-mark-active)
13960 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13961
13962 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13963
13964 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13965 used in a case insensitive environment.
13966 (bibtex-mode-map): Rearrange order of menus.
13967 (bibtex-quoted-string-re): Obsolete.
13968 (bibtex-complete-key-cleanup): Variable replaced by new function.
13969 (bibtex-font-lock-keywords): Use backquotes.
13970 (bibtex-font-lock-url-regexp): New internal variable.
13971 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13972 "OPT" and "ALT".
13973 (bibtex-insert-current-kill, bibtex-make-field)
13974 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13975 (bibtex-parse-field-text): Simplify.
13976 (bibtex-string=): New helper function.
13977 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13978 (bibtex-map-entries): Use bibtex-string=.
13979 (bibtex-search-entry): Use not.
13980 (bibtex-enclosing-field): Fix docstring.
13981 (bibtex-assoc-regexp): Obsolete.
13982 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13983 (bibtex-autokey-get-names): Handle empty name field.
13984 (bibtex-parse-strings): Use assoc-string and unless.
13985 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13986 Use assoc-string.
13987 (bibtex-pop): Simplify.
13988 (bibtex-mode): Set font-lock-extra-managed-props.
13989 (bibtex-entry-update): Use assoc-string.
13990 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13991 (bibtex-autofill-entry): Use bibtex-string=.
13992 (bibtex-print-help-message): Simplify.
13993 (bibtex-find-entry): New optional arg START.
13994 (bibtex-validate): Use bibtex-string= and assoc-string.
13995 Do not call obsolete function compilation-parse-errors.
13996 (bibtex-remove-delimiters): Only remove delimiters if present.
13997 (bibtex-copy-entry-as-kill): Add docstring.
13998 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13999 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
14000 (bibtex-complete): Use bibtex-predefined-month-strings,
14001 bibtex-string=, and new function bibtex-complete-key-cleanup.
14002 (bibtex-generate-url-list): New variable.
14003 (bibtex-url): New command bound to C-c C-l and mouse-2.
14004 (bibtex-url-map): New local keymap for bibtex-url-mouse.
14005 (bibtex-font-lock-url): New function.
14006
14007 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
14008
14009 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
14010
14011 2004-09-09 Kim F. Storm <storm@cua.dk>
14012
14013 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
14014 counter and format with binding.
14015 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
14016 the declared macro uses own macro counter and format. Give symbol
14017 kmacro property.
14018 (kmacro-keymap): Bind kmacro-name-last-macro to n.
14019 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
14020 (kmacro-end-and-call-macro): Doc fix.
14021
14022 2004-09-09 Lars Hansen <larsh@math.ku.dk>
14023
14024 * desktop.el (desktop-clear-preserve-buffers):
14025 Remove make-obsolete-variable.
14026
14027 2004-09-08 Richard M. Stallman <rms@gnu.org>
14028
14029 * buff-menu.el (list-buffers-noselect): Call format-mode-line
14030 with the buffer as argument.
14031
14032 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
14033
14034 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
14035
14036 2004-09-08 Juri Linkov <juri@jurta.org>
14037
14038 * replace.el (perform-replace): Use `query-replace-descr'.
14039
14040 * cus-start.el (history-delete-duplicates): Specify customization.
14041
14042 * diff-mode.el (diff-mode-map):
14043 * progmodes/compile.el (compilation-mode-map):
14044 * progmodes/grep.el (grep-mode-map):
14045 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
14046 to `next-error-follow-minor-mode'.
14047
14048 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14049
14050 * isearch.el (isearch-lazy-highlight-update): Take into account
14051 the case of zero-length match at the search bound.
14052
14053 2004-09-08 Kim F. Storm <storm@cua.dk>
14054
14055 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
14056 change. Use zero width overlays when necessary.
14057
14058 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14059
14060 * subr.el (split-string): Docfix.
14061
14062 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14063
14064 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
14065 (display-call-tree): Ensure newline after caller/calls blocks.
14066
14067 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14068
14069 * startup.el (command-line-1): Make option
14070 --directory/-L modify `load-path' straight away.
14071
14072 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14073
14074 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
14075
14076 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14077
14078 * emacs-lisp/autoload.el (make-autoload):
14079 Handle `define-compilation-mode'.
14080
14081 * emacs-lisp/lisp-mode.el (define-compilation-mode):
14082 Specify `doc-string-elt' property.
14083
14084 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14085
14086 * bs.el (bs-mode): Doc fix.
14087
14088 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14089
14090 * info.el (Info-insert-dir): Fix temp buffer leak bug.
14091
14092 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
14093
14094 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
14095
14096 2004-09-08 Kenichi Handa <handa@m17n.org>
14097
14098 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
14099 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
14100 ps-mule-next-point -> 1+).
14101
14102 * composite.el (encode-composition-rule): Add autoload cookie.
14103
14104 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
14105
14106 * format.el (buffer-auto-save-file-format): Make it permanent local.
14107
14108 2004-09-07 Kim F. Storm <storm@cua.dk>
14109
14110 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
14111 (authors-fixed-entries): Fix typo.
14112 (authors-canonical-author-name): Compact multiple spaces.
14113 Ignore trivial names (e.g. only first name).
14114
14115 * term.el (term-window-width): Only use full window width on
14116 window system if overflow-newline-into-fringe is enabled.
14117 (term-mode): Don't disable overflow-newline-into-fringe.
14118
14119 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
14120
14121 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
14122 motion as seen on my Mac OS X xterms.
14123
14124 * newcomment.el (uncomment-region-default, comment-region-default):
14125 New functions extracted from uncomment-region and comment-region.
14126 (comment-region, comment-region-function, uncomment-region)
14127 (uncomment-region-function): Use them.
14128
14129 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
14130
14131 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
14132 It's not crucial but can make sense at times.
14133
14134 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
14135 the first commit.
14136
14137 * vc.el (vc-buffer-context, vc-restore-buffer-context):
14138 Disable obsolete code.
14139
14140 2004-09-07 Juri Linkov <juri@jurta.org>
14141
14142 * progmodes/grep.el (grep-highlight-matches): Change default from
14143 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
14144 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
14145 if grep option `--color' is available, or to `nil' otherwise.
14146 (grep-process-setup): Call `grep-compute-defaults' if
14147 `grep-highlight-matches' is not computed. Set env-vars only
14148 if `grep-highlight-matches' is `t'.
14149 (grep-use-null-device): Remove redundant type `boolean' (`choice'
14150 is already defined).
14151
14152 * progmodes/compile.el (compilation-start): Use copy of
14153 `process-environment' created by `copy-sequence' to not
14154 modify env-vars in the global `process-environment'.
14155
14156 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14157
14158 * simple.el (next-error-follow-minor-mode): Fix last change.
14159
14160 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14161
14162 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14163 permanent local.
14164
14165 2004-09-04 Richard M. Stallman <rms@gnu.org>
14166
14167 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14168 highlighting if the search string is empty.
14169
14170 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14171
14172 * facemenu.el (facemenu-active-faces): Change condition of inner
14173 `while' loop to also check the first two elements of `face-atts'
14174 and `mask-atts'.
14175
14176 2004-09-04 John Paul Wallington <jpw@gnu.org>
14177
14178 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14179 (thumbs-view-image-mode): Make buffer read-only.
14180
14181 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14182
14183 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14184 (ispell-check-version): Set it.
14185 (ispell-send-replacement): New function.
14186 (ispell-process-line): Call ispell-send-replacement.
14187
14188 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14189
14190 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14191 Support choosing seconds with "s".
14192
14193 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14194
14195 * terminal.el (te-escape): Show `?' in prompt for help key.
14196
14197 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14198
14199 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14200
14201 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14202
14203 * simple.el (next-error-follow-minor-mode)
14204 (next-error-follow-mode-post-command-hook): New functions.
14205 (next-error-follow-last-line): New defvar.
14206
14207 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14208 * progmodes/compile.el (compilation-mode-map): Likewise.
14209 * progmodes/grep.el (grep-mode-map): Likewise.
14210 * replace.el (occur-mode-map): Likewise.
14211
14212 * newcomment.el (uncomment-region): Bind comment-use-global-state
14213 to nil.
14214
14215 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14216
14217 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14218 locally around the call to `revert-buffer'.
14219
14220 2004-09-03 Juri Linkov <juri@jurta.org>
14221
14222 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14223 `isearch-adjusted' to `t'.
14224 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14225 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14226 (isearch-other-meta-char): Restore isearch-point unconditionally.
14227 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14228 Set point to start of match if region is not active in transient
14229 mark mode (to include the current match to region boundaries).
14230 Push the search string to `query-replace-from-history-variable'.
14231 Add prompt "Query replace regexp" for isearch-regexp.
14232 Add region beginning/end as last arguments of `perform-replace.'
14233 (isearch-query-replace-regexp): Replace code by the call to
14234 `isearch-query-replace' with arg `t'.
14235
14236 2004-09-03 Richard M. Stallman <rms@gnu.org>
14237
14238 * startup.el (normal-top-level): Undo previous TERM change.
14239
14240 2004-09-03 Kim F. Storm <storm@cua.dk>
14241
14242 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14243 highlight overlays; allow using RET when cursor is over a button.
14244 (cua--highlight-rectangle): Use it.
14245 (cua--rectangle-set-corners): Don't move backwards at eol.
14246 (cua--forward-line): Don't move into void after eob.
14247
14248 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14249 point is set (and displayed) inside rectangle.
14250 (cua--rectangle-operation): Fix for highlight of empty lines.
14251 (cua--highlight-rectangle): Fix highlight for tabs.
14252 Position cursor at left/right edge of rectangle using new `cursor'
14253 property on overlay strings.
14254 (cua--indent-rectangle): Don't tabify.
14255 (cua-rotate-rectangle): Ignore that point has moved.
14256
14257 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14258
14259 * term/mac-win.el: Add ASCII equivalents for some function keys.
14260 (mode-line-frame-identification): Sync with x-win.el.
14261
14262 2004-09-02 Juri Linkov <juri@jurta.org>
14263
14264 * progmodes/compile.el (compilation-buffer-name): Compare major
14265 mode with second element of compilation-arguments instead of third
14266 to reflect latest changes in compilation-arguments structure.
14267 (recompile): Use global variable `compilation-directory' to get
14268 recent compilation directory only when `recompile' is invoked NOT
14269 in the compilation buffer. Otherwise, use `default-directory' of
14270 the compilation buffer.
14271 (compilation-error-properties): Allow to funcall col and end-col.
14272 (compilation-mode-font-lock-keywords): Check col and end-col by
14273 `integerp'.
14274 (compilation-goto-locus): If end-mk is non-nil in transient mark
14275 mode don't activate the mark (and don't display message in
14276 push-mark), but highlight overlay between mk and end-mk.
14277
14278 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14279 (grep-regexp-alist): Add rule to highlight grep matches.
14280 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14281
14282 * info.el (Info-fontify-node): Don't compute other-tag
14283 if Info-hide-note-references=hide.
14284
14285 * help.el (function-called-at-point):
14286 * help-fns.el (variable-at-point):
14287 Try `find-tag-default' when other methods failed.
14288
14289 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14290 Do not push mark if inhibit-mark-movement is non-nil.
14291
14292 * textmodes/ispell.el (ispell-html-skip-alists):
14293 Fix backslashes in docstring.
14294
14295 2004-09-01 Juri Linkov <juri@jurta.org>
14296
14297 * isearch.el (isearch-wrap-function)
14298 (isearch-push-state-function): New defvars.
14299 (isearch-pop-fun-state): New defsubst.
14300 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14301 (isearch-push-state): Set the result of calling
14302 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14303 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14304 restore the mode-specific starting point of terminated search.
14305 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14306 (isearch-repeat): Call `isearch-wrap-function' if defined.
14307 (isearch-message-prefix): Don't add prefix "over" to the message
14308 for wrapped search if `isearch-wrap-function' is defined.
14309 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14310 restore the mode-specific starting point of failed search.
14311
14312 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14313 (Info-search): Add new optional arguments for the sake of isearch.
14314 Replace whitespace in Info-search-whitespace-regexp literally.
14315 Add backward search. Don't call `Info-select-node' if regexp is
14316 found in the same Info node. Don't add node to Info-history for
14317 wrapped isearch.
14318 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14319 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14320 (Info-mode): Set local variables `isearch-search-fun-function',
14321 `isearch-wrap-function', `isearch-push-state-function',
14322 `search-whitespace-regexp'.
14323
14324 * isearch.el: Remove ancient Change Log section.
14325 (isearch-string, isearch-message-string, isearch-point)
14326 (isearch-success, isearch-forward-flag, isearch-other-end)
14327 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14328 (isearch-barrier, isearch-within-brackets)
14329 (isearch-case-fold-search): Add suffix `-state' to state-related
14330 defsubsts to avoid name clashes with other function names.
14331
14332 * simple.el (next-error): New defgroup and defface.
14333 (next-error-highlight, next-error-highlight-no-select):
14334 New defcustoms.
14335 (next-error-no-select): Let-bind next-error-highlight to the value
14336 of next-error-highlight-no-select before calling `next-error'.
14337
14338 * progmodes/compile.el (compilation-goto-locus):
14339 Use `next-error' face instead of `region'. Set 4-th argument of
14340 `move-overlay' to `current-buffer' to move overlay to different
14341 source buffers. Use new variable `next-error-highlight'.
14342
14343 * simple.el (next-error-find-buffer): Move the rule
14344 "if current buffer is a next-error capable buffer" after the
14345 rule "if next-error-last-buffer is set to a live buffer".
14346 Simplify to test all rules in one `or'.
14347 (next-error): Doc fix.
14348 (next-error, previous-error, first-error)
14349 (next-error-no-select, previous-error-no-select):
14350 Make arguments optional.
14351
14352 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14353
14354 * macros.el (apply-macro-to-region-lines): Make it operate on all
14355 lines that begin in the region, rather than on all complete lines
14356 in the region.
14357
14358 2004-08-31 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
14359
14360 * x-dnd.el (x-dnd-protocol-alist): Document update.
14361 (x-dnd-known-types): Defcustom it.
14362 (x-dnd-handle-motif): Print message-atom in error message.
14363
14364 2004-08-30 John Paul Wallington <jpw@gnu.org>
14365
14366 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14367 strings rather than programatically constructing message.
14368
14369 2004-08-30 Richard M. Stallman <rms@gnu.org>
14370
14371 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14372 Don't return a string that would read as the wrong character code.
14373
14374 2004-08-29 Kim F. Storm <storm@cua.dk>
14375
14376 * emulation/cua-base.el (cua-auto-expand-rectangles):
14377 Remove automatic rectangle padding feature; replace by non-destructive
14378 virtual rectangle edges feature.
14379 (cua-virtual-rectangle-edges): New defcustom.
14380 (cua-auto-tabify-rectangles): New defcustom.
14381 (cua-paste): If paste into a marked rectangle, insert rectangle at
14382 current column, even if virtual; also paste exactly as many lines
14383 as has been marked (ignore additional lines or add empty lines),
14384 but paste whole source if only one line is marked.
14385 (cua--update-indications): No longer use overwrite-cursor to
14386 indicate rectangle padding
14387
14388 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14389 (cua--rectangle-virtual-edges): New defun.
14390 (cua--rectangle-get-corners): Remove optional PAD arg.
14391 (cua--rectangle-set-corners): Never do padding.
14392 (cua--forward-line): Remove optional PAD arg. Simplify.
14393 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14394 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14395 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14396 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14397 (cua--rectangle-move): Never do padding. Simplify.
14398 (cua--tabify-start): New defun.
14399 (cua--rectangle-operation): Add tabify arg. All callers changed.
14400 (cua--pad-rectangle): Remove.
14401 (cua--delete-rectangle): Handle delete with virtual edges.
14402 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14403 (cua--insert-rectangle): Handle insert at virtual column.
14404 Perform auto-tabify if necessary.
14405 (cua--activate-rectangle): Remove optional FORCE arg.
14406 Never do padding. Simplify.
14407 (cua--highlight-rectangle): Enhance for virtual edges.
14408 (cua-toggle-rectangle-padding): Remove command.
14409 (cua-toggle-rectangle-virtual-edges): New command.
14410 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14411 (cua--rectangle-post-command): Don't force rectangle padding.
14412 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14413
14414 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14415
14416 * indent.el (edit-tab-stops-buffer): Doc fix.
14417
14418 2004-08-28 Richard M. Stallman <rms@gnu.org>
14419
14420 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14421 (grep-tag-default): Function deleted.
14422
14423 * subr.el (find-tag-default): Move from etags.el.
14424
14425 * progmodes/etags.el (find-tag-default): Move to subr.el.
14426
14427 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14428 into the basic character if it has an uppercase form.
14429
14430 2004-08-27 Kenichi Handa <handa@m17n.org>
14431
14432 * international/utf-8.el (utf-8-post-read-conversion): If the
14433 buffer is unibyte, temporarily make it multibyte.
14434
14435 2004-08-27 Masatake YAMATO <jet@gyve.org>
14436
14437 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14438
14439 2004-08-25 John Paul Wallington <jpw@gnu.org>
14440
14441 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14442 0, 1, and many mismatches in message.
14443 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14444
14445 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14446 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14447
14448 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14449
14450 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14451 vc-diff-switches differently.
14452
14453 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14454
14455 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14456 before and a real defvar after
14457 `speedbar-supported-extension-expressions'. This is to silence
14458 the compiler without breaking bootstrapping.
14459
14460 2004-08-22 Richard M. Stallman <rms@gnu.org>
14461
14462 * textmodes/flyspell.el (flyspell-word):
14463 Use set-process-query-on-exit-flag.
14464 (flyspell-highlight-duplicate-region): Take POSS as arg.
14465 (flyspell-word): Pass POSS as arg.
14466
14467 * progmodes/ada-xref.el: Many doc and style fixes.
14468 (ada-find-any-references): Use compilation-start.
14469 (ada-get-ali-file-name): Improve error msg.
14470 (ada-get-ada-file-name): Likewise.
14471
14472 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14473 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14474
14475 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14476 Add forward defvar.
14477
14478 * whitespace.el (global-whitespace-mode): New alias
14479 for whitespace-global-mode.
14480
14481 * speedbar.el (speedbar-file-regexp): Move definition up.
14482 (speedbar-mode, speedbar-set-mode-line-format):
14483 Use with-no-warnings.
14484 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14485
14486 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14487 controls whether to display the error buffer.
14488
14489 * ps-mule.el: Delete compatibility code for old Emacsen.
14490 (ps-mule-find-wrappoint): Don't use chars-in-region.
14491
14492 * frame.el (display-mouse-p, display-selections-p):
14493 Use with-no-warnings.
14494
14495 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14496
14497 2004-08-22 David Kastrup <dak@gnu.org>
14498
14499 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14500 information.
14501
14502 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14503
14504 2004-08-22 Andreas Schwab <schwab@suse.de>
14505
14506 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14507
14508 2004-08-22 Masatake YAMATO <jet@gyve.org>
14509
14510 * cvs-status.el (cvs-status-checkout): New function.
14511 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14512
14513 2004-08-21 David Kastrup <dak@gnu.org>
14514
14515 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14516 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14517 has been converted to use hashtables, the relation `nil=none' is
14518 no longer valid, as `nil' is not a hashtable. This patch tries to
14519 reduce the number of resulting errors.
14520
14521 2004-08-21 John Paul Wallington <jpw@gnu.org>
14522
14523 * subr.el (process-kill-without-query): Made obsolete in
14524 version 21.4, not 21.5.
14525
14526 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14527 (vc-previous-comment, vc-next-comment)
14528 (vc-comment-search-reverse, vc-comment-search-forward)
14529 (vc-comment-to-change-log): Likewise.
14530
14531 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14532
14533 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14534
14535 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14536 Correct indentation of DEFMETHODS with non-standard method
14537 combinations (e.g., PROGN, MIN, MAX).
14538
14539 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14540
14541 * startup.el (normal-top-level-add-subdirs-to-load-path):
14542 Avoid unnecessarily checking system-type.
14543 (normal-top-level): Set TERM to "dumb". Simplify.
14544
14545 * avoid.el (mouse-avoidance-ignore-p): New fun.
14546 Also ignore switch-frame, select-window, double, and triple clicks.
14547 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14548 (mouse-avoidance-fancy-hook): Use it.
14549
14550 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14551
14552 * avoid.el (mouse-avoidance-nudge-mouse)
14553 (mouse-avoidance-banish-destination): Stay within the current window
14554 to avoid problems with mouse-autoselect-window.
14555
14556 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14557
14558 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14559 the newer format of some messages in cvs-1.12.1.
14560
14561 2004-08-19 Masatake YAMATO <jet@gyve.org>
14562
14563 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14564 (elp-results-jump-to-definition-by-mouse)
14565 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14566 (elp-output-result): Use elp-output-insert-symname.
14567
14568 2004-08-18 Kenichi Handa <handa@m17n.org>
14569
14570 * language/cyrillic.el: Register koi8-r in
14571 ctext-non-standard-encodings-alist.
14572 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14573
14574 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14575
14576 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14577 that replaces 20xy with xy.
14578
14579 2004-08-17 John Paul Wallington <jpw@gnu.org>
14580
14581 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14582 (reb-force-update): Doc fix.
14583
14584 2004-08-16 Richard M. Stallman <rms@gnu.org>
14585
14586 * progmodes/which-func.el (which-func-update-1): Doc fix.
14587
14588 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14589 (sh-mode-abbrev-table): New variable.
14590
14591 * progmodes/compile.el (compilation-mode): Doc fix.
14592
14593 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14594 Don't cons a new symbol each time.
14595 (eval-last-sexp-fake-value): New variable.
14596
14597 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14598 (copyright-update-year): Detect continuation of list of years.
14599
14600 * term.el (term-default-fg-color, term-default-bg-color)
14601 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14602
14603 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14604
14605 2004-08-16 Davis Herring <herring@lanl.gov>
14606
14607 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14608 (isearch-success, isearch-forward-flag, isearch-other-end)
14609 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14610 (isearch-barrier, isearch-within-brackets)
14611 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14612
14613 2004-08-16 Kenichi Handa <handa@m17n.org>
14614
14615 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14616
14617 2004-08-15 Kenichi Handa <handa@m17n.org>
14618
14619 * term/x-win.el (x-selection-value): If utf8 was successful but
14620 ctext was not, use utf8 string.
14621
14622 2004-08-14 Davis Herring <herring@lanl.gov>
14623
14624 * isearch.el: Remove accidental changes of March 4. Fix backing
14625 up when a regexp isearch is made more general. Use symbolic
14626 accessor functions for isearch stack frames to make usage clearer.
14627 (search-whitespace-regexp): Made groups in documentation shy (as
14628 is the group in the default value).
14629 (isearch-fallback): New function, addresses problems with regexps
14630 liberalized by `\|', adds support for liberalization by `\}' (the
14631 general repetition construct), and incorporates behavior for
14632 `*'/`?'.
14633 (isearch-}-char): New command, calls `isearch-fallback' with
14634 arguments appropriate to a typed `}'.
14635 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14636 appropriately.
14637 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14638 (isearch-string, isearch-message,string, isearch-point)
14639 (isearch-success, isearch-forward-flag, isearch-other-end)
14640 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14641 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14642 New inline functions to read fields of a stack frame.
14643
14644 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14645
14646 * battery.el (battery-linux-proc-acpi): Look into battery
14647 directories matching the literal string "CMB", too (required for
14648 Linux kernel version 2.6.7).
14649
14650 2004-08-14 John Paul Wallington <jpw@gnu.org>
14651
14652 * cus-start.el (read-file-name-completion-ignore-case): Add.
14653 (blink-cursor-alist): Change version to "21.4".
14654
14655 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14656
14657 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14658
14659 * speedbar.el (speedbar-scan-subdirs): New option.
14660 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14661 dolist.
14662 (speedbar-insert-files-at-point): Take an extra argument and use
14663 it to optionally find out if a subdir is empty. Also unreadable
14664 files don't get expand buttons.
14665 (speedbar-directory): New image (unused pixmap already existed).
14666 (speedbar-expand-image-button-alist): Use it.
14667
14668 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14669
14670 CC Mode update to 5.30.9:
14671
14672 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14673 Move from cc-vars to cc-defs for dependency reasons. Fix the
14674 POSIX char class test to check that it works in
14675 `skip-chars-(forward|backward)' too.
14676
14677 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14678 first argument starts with a special brace list.
14679
14680 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14681 when `c-opt-type-concat-key' is used (i.e. in Pike).
14682
14683 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14684 Fix bug when the inner char pair doesn't have paren syntax,
14685 i.e. "(<>)".
14686
14687 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14688 whitespace safe.
14689
14690 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14691 position for `arglist-intro', `arglist-cont-nonempty' and
14692 `arglist-close' when there are two arglist open parens on the same
14693 line and there's nothing in front of the first.
14694
14695 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14696 locking of qualified names in Java, which previously could fontify
14697 common indexing expressions in many cases. The standard Java
14698 naming conventions are used to tell them apart.
14699
14700 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14701 Fix inconsistency wrt opening parens on the first line inside a paren
14702 block.
14703
14704 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14705 compile time for the sake of `c-major-mode-is'.
14706
14707 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14708 `c-major-mode-is' in the event that this is used inside a
14709 `c-lang-defconst'.
14710
14711 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14712 `c-lang-defconst' so that it works better with fallback languages.
14713
14714 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14715 it to fail to record the base mode.
14716
14717 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14718 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14719 is used. Reorder the syntax checks to get more efficient
14720 skipping in some situations.
14721
14722 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14723 continuation which might precede the newly inserted '{'.
14724
14725 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14726 Fix cases where it could loop indefinitely.
14727
14728 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14729 size specs correctly. Only fontify identifiers in front of '('
14730 with as functions - don't accept any paren char. Tighten up
14731 initializer skipping to stop before function and class blocks.
14732
14733 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14734 the point could be left directly after an open paren when finding
14735 the beginning of the first decl in the block.
14736
14737 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14738 table when filtering out legitimate open parens to be recorded.
14739 This could cause cache inconsistencies when e.g.
14740 `c++-template-syntax-table' was temporarily in use.
14741
14742 * progmodes/cc-engine.el (c-on-identifier)
14743 (c-simple-skip-symbol-backward): Small fix for handling "-"
14744 correctly in `skip-chars-backward'. Affected the operator lfun
14745 syntax in Pike.
14746
14747 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14748 Fix bug that could cause an error from `after-change-functions' when
14749 the changed region is at bob.
14750
14751 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14752
14753 CC Mode update to 5.30.9:
14754
14755 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14756 to say that <TAB> doesn't insert WS into a CPP line.
14757 (c-indent-command, c-tab-always-indent): Amend doc strings.
14758
14759 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14760 checks for user errors, thus eliminating cryptic and unhelpful
14761 Emacs error messages. (1) Check the arg to `c-set-style' is a
14762 string. (2) Check that settings to `c-offsets-alist' are not
14763 spuriously quoted.
14764
14765 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14766 which precedes the newly inserted `{'.
14767
14768 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14769
14770 Sync with Tramp 2.0.44.
14771
14772 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14773 function "tramp_file_attributes". Otherwise, file names
14774 containing spaces are misinterpreted. Reported by Magnus Henoch
14775 <mange@freemail.hu>.
14776 (tramp-handle-file-truename): FILENAME must be expanded first.
14777 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14778 obscure results. Reported by D. Goel <deego@gnufans.org>.
14779 (tramp-handle-verify-visited-file-modtime): If file does not
14780 exist, say it is not modified if and only if that agrees with the
14781 buffer's record. Check whether a file is visiting the buffer, or
14782 the buffer has no recorded last modification time. Return t in
14783 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14784 <teirllm@auburn.edu>.
14785 (tramp-handle-write-region): Pass modtime explicitly to
14786 `set-visited-file-modtime', because filename can be different
14787 from (buffer-file-name) if `file-precious-flag' is set.
14788 `set-visited-file-modtime' must be called always when `visit' is t
14789 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14790 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14791 nil, don't apply the whole body. If the file doesn't exists, set
14792 modtime to '(-1 65535). Suggested by Luc Teirlinck
14793 <teirllm@auburn.edu>.
14794
14795 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14796
14797 * help.el (describe-bindings): Doc fix.
14798
14799 * subr.el (kbd): Doc fix.
14800
14801 2004-08-08 John Paul Wallington <jpw@gnu.org>
14802
14803 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14804 instead of `string-to-int'.
14805 (define-ibuffer-column mode): Fix indentation.
14806
14807 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14808
14809 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14810
14811 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14812
14813 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14814
14815 * novice.el (disabled-command-function): New variable renamed from
14816 `disabled-command-hook'.
14817 (disabled-command-hook): Keep the _variable_ as alias for
14818 `disabled-command-function' and make obsolete.
14819 (disabled-command-function): Function renamed from
14820 `disabled-command-hook'. Adapt code to name change of the variable.
14821
14822 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14823
14824 * simple.el (completion-root-regexp): New defvar.
14825 (completion-setup-function): Use it instead of a literal string.
14826
14827 2004-08-07 John Paul Wallington <jpw@gnu.org>
14828
14829 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14830 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14831 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14832 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14833
14834 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14835
14836 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14837 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14838
14839 2004-08-04 Kenichi Handa <handa@m17n.org>
14840
14841 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14842 Fix previous change.
14843
14844 2004-08-03 Kenichi Handa <handa@m17n.org>
14845
14846 * international/encoded-kb.el: The following changes are to
14847 utilize key-translation-map instead of minor mode map.
14848 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14849 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14850 (encoded-kbd-last-key): New function.
14851 (encoded-kbd-iso2022-single-shift): New function.
14852 (encoded-kbd-iso2022-designation)
14853 (encoded-kbd-self-insert-iso2022-7bit)
14854 (encoded-kbd-self-insert-iso2022-8bit)
14855 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14856 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14857 key-translation-map.
14858 (encoded-kbd-setup-keymap): Setup key-translation-map.
14859 (saved-key-translation-map): New variable.
14860 (encoded-kbd-mode): Save/restore key-translation-map.
14861 Adjust for the change of encoded-kbd-setup-keymap.
14862
14863 2004-08-02 Kim F. Storm <storm@cua.dk>
14864
14865 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14866 and call compute-motion with nil for topos and width to get proper
14867 usable width and height for both window and non-window systems.
14868
14869 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14870 calculate usable window width and height.
14871
14872 * window.el (window-buffer-height): Call compute-motion with nil width.
14873
14874 2004-08-01 David Kastrup <dak@gnu.org>
14875
14876 * replace.el (query-replace-read-from):
14877 Use `query-replace-compile-replacement'.
14878 (query-replace-compile-replacement): New function.
14879 (query-replace-read-to): Use `query-replace-compile-replacement'
14880 for repeating the last command.
14881
14882 2004-08-01 John Paul Wallington <jpw@gnu.org>
14883
14884 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14885 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14886 (pr-switches): Remove period from end of error messages.
14887
14888 * help-mode.el (help-go-back): Likewise.
14889
14890 * abbrev.el (only-global-abbrevs): Doc fix.
14891 (edit-abbrevs-map): Define within defvar.
14892 (quietly-read-abbrev-file): Doc fix.
14893
14894 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14895
14896 * novice.el (enable-command, disable-command): Doc fixes.
14897
14898 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14899
14900 2004-07-30 Richard M. Stallman <rms@gnu.org>
14901
14902 * subr.el (with-local-quit): Doc fix.
14903
14904 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14905
14906 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14907
14908 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14909
14910 * custom.el (defcustom): Doc fix.
14911
14912 2004-07-28 Masatake YAMATO <jet@gyve.org>
14913
14914 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14915
14916 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14917
14918 * imenu.el (imenu-prev-index-position-function)
14919 (imenu-extract-index-name-function, imenu-name-lookup-function)
14920 (imenu--index-alist): Docstring redundancy fix.
14921
14922 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14923
14924 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14925 binding dired-backup-overwrite.
14926
14927 2004-07-25 John Paul Wallington <jpw@gnu.org>
14928
14929 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14930
14931 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14932
14933 * term/tty-colors.el (tty-color-approximate): Doc fix.
14934
14935 * select.el (x-get-selection, x-set-selection): Doc fixes.
14936
14937 * frame.el (make-frame): Doc fix.
14938
14939 2004-07-24 Richard M. Stallman <rms@gnu.org>
14940
14941 * mail/rmail.el (rmail-mime-charset-pattern):
14942 Don't include semicolon in the charset value.
14943
14944 * replace.el (occur-next-error): Call set-window-point.
14945 (occur-engine): Handle negative NLINES.
14946
14947 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14948
14949 * frame.el (modify-all-frames-parameters): Minor doc fix.
14950 (set-frame-configuration): Doc fix.
14951
14952 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14953
14954 * simple.el (completion-setup-function): Compute the common parts
14955 and the first difference place correctly when
14956 partial-completion-mode is on.
14957
14958 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14959
14960 * ps-print.el: Doc fix.
14961 (ps-print-version): New version 6.6.5.
14962 (ps-printing-region): Doc fix.
14963 (ps-generate-string-list): Comment fix.
14964 (ps-message-log-max): Code fix.
14965
14966 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14967
14968 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14969 generated PostScript.
14970
14971 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14972
14973 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14974 with Gnus v5_10 branch.)
14975
14976 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14977
14978 * calendar/time-date.el (time-to-number-of-days): New function.
14979 Imported from Gnus.
14980
14981 2004-07-22 Kim F. Storm <storm@cua.dk>
14982
14983 * progmodes/make-mode.el: Fix comments.
14984
14985 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14986
14987 * printing.el: Doc fix.
14988
14989 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14990
14991 * frame.el (modify-all-frames-parameters): Minor doc fix.
14992
14993 2004-07-20 Richard M. Stallman <rms@gnu.org>
14994
14995 * textmodes/fill.el (fill-nobreak-p): If this break point is
14996 at the end of the line, don't consider the newline which follows
14997 as a reason to return t.
14998
14999 2004-07-19 John Paul Wallington <jpw@gnu.org>
15000
15001 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
15002
15003 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
15004
15005 * dired-aux.el (dired-do-kill-lines): Expand docstring.
15006 Delete irrelevant code.
15007
15008 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15009
15010 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15011 New docstring. From Luc Teirlinck.
15012
15013 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
15014
15015 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
15016 section.
15017 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
15018 non-file buffers. We know it is nil.
15019
15020 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
15021
15022 Sync with Tramp 2.0.43.
15023
15024 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15025 Remove outdated comment.
15026 (tramp-locked, tramp-locker): New variables for implementing a
15027 global lock.
15028 (tramp-sh-file-name-handler): Use them to implement the global lock.
15029
15030 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
15031
15032 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
15033 calls to respective `xxx` calls.
15034 (tramp-process-alive-regexp): Precise doc string.
15035 (tramp-multi-action-process-alive): New defun.
15036 (tramp-multi-actions): Use it.
15037 (tramp-handle-find-backup-file-name): `copy-tree' is available
15038 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
15039 in order to avoid this function.
15040 (tramp-handle-write-region): Set current buffer. If connection
15041 wasn't open, `file-modes' has changed it accidentally. Reported by
15042 David Kastrup <dak@gnu.org>.
15043 (tramp-enter-password, tramp-read-passwd): New arguments USER and
15044 HOST.
15045 (tramp-action-password, tramp-multi-action-password): Apply it.
15046 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
15047 name must still contain the port number. Otherwise, we have two
15048 Tramp buffers, with all the confusion. Reported by Myron Selby
15049 <myron@xytech.com> and Rolf Dubitzky
15050 <Dubitzky@physi.uni-heidelberg.de>.
15051
15052 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
15053 HOST to `tramp-enter-passwd'.
15054
15055 * net/tramp-vc.el (all): Code cleanup. Change all
15056 `tramp-handle-xxx' calls to respective `xxx` calls.
15057
15058 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
15059
15060 * emacs-lisp/testcover.el: New category "potentially-1valued" for
15061 functions that are not erroneous if either 1-valued or
15062 multi-valued. Detect functions in this class.
15063 (testcover-1value-functions, testcover-compose-functions)
15064 (testcover-progn-functions) Add some additional functions to lists.
15065 (testcover-mark): Bugfix when marking up the definition for an
15066 empty function.
15067
15068 2004-07-17 Richard M. Stallman <rms@gnu.org>
15069
15070 * replace.el (occur-read-primary-args): Pass default to
15071 read-from-minibuffer.
15072
15073 * mail/footnote.el (footnote-section-tag): Use defcustom.
15074
15075 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
15076 Compile font-lock-keywords, not KEYWORDS.
15077 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
15078 Add warn, check-type. Handle cerror like error.
15079
15080 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15081
15082 * progmodes/which-func.el (which-func-keymap): New var.
15083 (which-func-face): New face.
15084 (which-func-format): Use them.
15085
15086 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15087
15088 * buff-menu.el (list-buffers-noselect): Append the buffer's
15089 process status to its mode name.
15090
15091 2004-07-16 Kim F. Storm <storm@cua.dk>
15092
15093 * simple.el (inhibit-mark-movement): New defvar.
15094 (beginning-of-buffer, end-of-buffer): Do not push mark if
15095 inhibit-mark-movement is non-nil or C-u prefix is given.
15096
15097 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
15098 Init to beginning-of-buffer and end-of-buffer.
15099 (cua--undo-push-mark): New defvar.
15100 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
15101 already active and command is in cua--preserve-mark-commands.
15102 Also fix check for shift modifier on non-window systems.
15103 (cua--post-command-handler): Clear inhibit-mark-movement if set.
15104
15105 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
15106
15107 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
15108 of two integers, instead of a cons.
15109
15110 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
15111 `visited-file-modtime' now returns a list of two integers, instead
15112 of a cons.
15113
15114 * dired.el (dired-directory-changed-p): Ditto.
15115
15116 * progmodes/grep.el (grep): Doc fix.
15117
15118 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
15119
15120 * autorevert.el (auto-revert-tail-mode)
15121 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
15122 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
15123 in both at the same time.
15124 (auto-revert-tail-mode): New command.
15125 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
15126 (auto-revert-handler): Revert only either tail or whole file.
15127
15128 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
15129 add auto-revert-tail-mode.
15130
15131 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15132
15133 * printing.el: Doc fix. Change name of some funs.
15134 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
15135 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
15136 (pr-standard-file-name): New fun. Replace pr-standard-path.
15137 (pr-call-process): Code fix.
15138
15139 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
15140
15141 * subr.el (with-selected-window): Doc fix.
15142
15143 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
15144
15145 * subr.el (get-buffer-window-list): Doc fix.
15146
15147 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
15148
15149 * files.el (switch-to-buffer-other-window): Doc fix.
15150
15151 * window.el (save-selected-window, one-window-p)
15152 (split-window-keep-point, split-window-vertically)
15153 (split-window-horizontally): Doc fixes.
15154
15155 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15156
15157 * printing.el: Doc fix. Now it uses call-process instead of
15158 shell-command for low command execution.
15159 (pr-version): New version number (6.8).
15160 (pr-shell-file-name): Option removed.
15161 (pr-shell-command): Fun removed.
15162 (pr-call-process): New fun. Replace pr-shell-command.
15163 (pr-standard-path, pr-remove-nil-from-list): New funs.
15164 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15165 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15166 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15167 (pr-ps-utility-process, pr-txt-print): Code fix.
15168
15169 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15170
15171 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15172 boolean.
15173
15174 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15175
15176 * wid-edit.el (widget-field-buffer): Doc fix.
15177
15178 2004-07-09 John Paul Wallington <jpw@gnu.org>
15179
15180 * emacs-lisp/re-builder.el (reb-update-overlays):
15181 Distinguish between one and several matches in message.
15182
15183 2004-07-09 Richard M. Stallman <rms@gnu.org>
15184
15185 * mouse.el (mouse-set-region-1): If transient-mark-mode
15186 is `identity', change it to `only'.
15187
15188 * simple.el (current-word): Doc fix.
15189
15190 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15191
15192 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15193 so that it is more understanding of whitespace.
15194
15195 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15196 (("ns" . "element") (attr-list) children) instead of
15197 ((:ns . "element") (attr-list) children) in order to reduce the
15198 number of symbols used.
15199 (xml-skip-dtd): Change to use xml-parse-dtd but set
15200 xml-validating-parsing to nil.
15201 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15202 (xml-substitute-entity): Remove in favor of new entity substitution.
15203 (xml-substitute-special): Rewrite in to substitute complex
15204 entities from DOCTYPE declarations.
15205 (xml-parse-fragment): Parse fragments from entity declarations.
15206 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15207 (xml-parse-dtd, xml-substitute-special): Make validity checks
15208 conditioned on xml-validating-parser. Add "Not Well Formed" to
15209 error messages about well-formedness.
15210
15211 2004-07-08 Steven Tamm <steventamm@mac.com>
15212
15213 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15214 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15215 Do not treat double clicks and triple clicks specially in the
15216 scroll bar (preventing strange repositioning problems)
15217
15218 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15219
15220 * replace.el (query-replace-regexp-eval): Fix last change.
15221
15222 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15223
15224 * replace.el (query-replace-descr): New fun.
15225 (query-replace-read-from, query-replace-read-args): Default to the
15226 previous from&to.
15227 (query-replace-read-to): Quote the `from' string when displaying it.
15228 (query-replace-regexp-eval): Immediately check read-only status.
15229 Use query-replace-read-from to get the \n checking.
15230 Quote the `from' string when displaying it.
15231 (map-query-replace-regexp, occur-read-primary-args):
15232 Quote the `from' string when displaying it.
15233
15234 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15235 delimited-ness of the search to query-replace.
15236
15237 * replace.el (query-replace-read-from, query-replace-read-to):
15238 New funs extracted from query-replace-read-args.
15239 (query-replace-read-args): Use them.
15240
15241 * replace.el (query-replace-interactive, query-replace-read-args):
15242 Remove the `initial' special value.
15243 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15244 (occur-engine): Remove unused var `matchend'.
15245
15246 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15247 Use the search string without prompting.
15248
15249 2004-07-05 Kenichi Handa <handa@m17n.org>
15250
15251 * international/mule.el (decode-coding-inserted-region):
15252 Set last-coding-system-used only when coding is nil.
15253
15254 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15255
15256 * progmodes/grep.el (grep-compute-defaults, grep-command)
15257 (grep-program, find-program, grep-find-use-xargs, grep-history)
15258 (grep-find-history, grep-tag-default, grep-find-command)
15259 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15260 Add autoload cookies, for unbundled packages that load `compile'
15261 and expect all grep-related symbols to become defined.
15262
15263 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15264
15265 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15266 (iimage-mode-image-search-path): New user option to search the
15267 image file.
15268 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15269 have locate-file.
15270 (iimage-mode-buffer): Use it.
15271
15272 2004-07-03 Nick Roberts <nickrob@gnu.org>
15273
15274 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15275 carefully.
15276 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15277
15278 2004-07-03 Juri Linkov <juri@jurta.org>
15279
15280 * replace.el (query-replace-read-args): Swallow space after 'foo,
15281 not after (quote foo). Match space only immediately after symbol,
15282 not anywhere in the whole string.
15283
15284 2004-07-02 Richard M. Stallman <rms@gnu.org>
15285
15286 * replace.el (query-replace-read-args): Swallow space after
15287 symbols, not after closeparens. But avoid error if string ends there.
15288
15289 * progmodes/python.el (python-beginning-of-statement):
15290 Exit the loop if backward-up-list gets error.
15291
15292 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15293
15294 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15295
15296 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15297 only if vc-consult-headers is non-nil.
15298
15299 2004-07-02 Juri Linkov <juri@jurta.org>
15300
15301 * pcvs.el (cvs-mode-diff-repository): New command.
15302
15303 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15304
15305 2004-07-01 Juri Linkov <juri@jurta.org>
15306
15307 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15308 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15309 C-M-% to isearch-query-replace-regexp.
15310 (minibuffer-local-isearch-map): Add arrow key bindings.
15311 Bind C-f to isearch-yank-char-in-minibuffer.
15312 (isearch-forward): Doc fix.
15313 (isearch-edit-string): Doc fix.
15314 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15315 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15316 (isearch-yank-char): Add optional arg.
15317 (isearch-yank-char-in-minibuffer): New fun.
15318
15319 * replace.el (query-replace-interactive): Change type from boolean
15320 to choice. Add value `initial'.
15321 (query-replace-read-args): Handle value `initial' of
15322 query-replace-interactive.
15323
15324 2004-06-29 Kim F. Storm <storm@cua.dk>
15325
15326 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15327 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15328
15329 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15330 Add :group 'ada.
15331
15332 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15333
15334 2004-06-29 Juri Linkov <juri@jurta.org>
15335
15336 * replace.el (query-replace-read-args): Swallow a space after
15337 everything except )]" which in most cases means after a symbol.
15338
15339 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15340
15341 2004-06-28 Richard M. Stallman <rms@gnu.org>
15342
15343 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15344 More changes to go with previous change in font-lock.el.
15345
15346 2004-06-26 David Kastrup <dak@gnu.org>
15347
15348 * replace.el (perform-replace): Highlight the match even in
15349 non-query mode if there is potential replace string editing.
15350
15351 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15352
15353 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15354 agree with new return value of `file-remote-p'.
15355 This syncs with Tramp 2.0.42.
15356
15357 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15358 according to new documentation of `file-remote-p'.
15359
15360 * files.el (file-remote-p): Fix doc to say that return value is
15361 identification of remote system, if not nil.
15362 (file-relative-name): Use new return value of `file-remote-p'.
15363
15364 2004-06-26 Nick Roberts <nickrob@gnu.org>
15365
15366 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15367 (gdb-goto-breakpoint): Fix breakage.
15368
15369 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15370
15371 * man.el (Man-getpage-in-background): Add windows-nt to the list
15372 of systems where shell-file-name should be used instead of
15373 literal "sh".
15374
15375 2004-06-25 Sam Steingold <sds@gnu.org>
15376
15377 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15378 function names `(setf symbol)'.
15379
15380 2004-06-24 Richard M. Stallman <rms@gnu.org>
15381
15382 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15383
15384 * font-lock.el (font-lock-keywords): Change format of compiled values.
15385 Document it.
15386 (font-lock-add-keywords): If font-lock-keywords is compiled,
15387 extract the uncompiled version, modify, then recompile.
15388 (font-lock-remove-keywords): Likewise.
15389 (font-lock-fontify-keywords-region): Handle changed format.
15390 (font-lock-compile-keywords): Handle changed format.
15391 (font-lock-set-defaults): Compile the keywords explicitly here.
15392
15393 2004-06-24 David Kastrup <dak@gnu.org>
15394
15395 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15396 replacements here.
15397 (query-replace-regexp): Doc string explaining this and the new
15398 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15399 is better placed in `query-replace-read-args'.
15400 (replace-regexp): Explain `\,', `\#' and `\?'.
15401 (replace-match-data): New function for thorough reuse/destruction
15402 of old match-data.
15403 (replace-match-maybe-edit): Function for implementing `\?' editing.
15404 (perform-replace): Fix maintaining of the match stack including
15405 already matched regions, implement `\?', fix various problems
15406 with regions while editing and other stuff.
15407 (replace-highlight): Simplify.
15408
15409 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15410
15411 * progmodes/grep.el (grep-error-screen-columns): New variable.
15412 (grep-regexp-alist): Give it the full functionality of gnu style
15413 compilation messages with line and column ranges. Ask me for the
15414 perl script I'm working on, that uses these.
15415
15416 2004-06-23 Nick Roberts <nickrob@gnu.org>
15417
15418 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15419 Remove.
15420 (comint-insert-input, comint-mouse-insert-input): New functions
15421 based on comint-insert-clicked-input for two bindings but just
15422 one functionality.
15423
15424 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15425
15426 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15427
15428 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15429
15430 * files.el (write-contents-functions): Doc fix.
15431
15432 2004-06-21 Juanma Barranquero <lektu@terra.es>
15433
15434 * image.el (image-library-alist): Rewrite docstring in active voice.
15435
15436 2004-06-20 Richard M. Stallman <rms@gnu.org>
15437
15438 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15439
15440 * isearch.el (isearch-repeat): Avoid testing old match data.
15441 (isearch-message): Display trailing space in special font
15442 when search is failing.
15443 (isearch-search-fun-function): Doc fix.
15444
15445 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15446
15447 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15448
15449 * frame.el (show-trailing-whitespace): Doc fix.
15450
15451 * cus-edit.el (custom-variable-documentation): New function.
15452 (custom-variable): Use it.
15453
15454 2004-06-19 Nick Roberts <nickrob@gnu.org>
15455
15456 * man.el (Man-getpage-in-background): Revert previous change but
15457 make cygwin a special case.
15458
15459 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15460
15461 * autorevert.el (global-auto-revert-non-file-buffers):
15462 Update docstring.
15463
15464 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15465
15466 * progmodes/compile.el (compilation-error-properties): Store one
15467 more than end-col, if present, so that transient-mark-mode will
15468 highlight last char too.
15469 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15470 ranges, if present.
15471
15472 2004-06-18 Jason Rumney <jasonr@gnu.org>
15473
15474 * makefile.w32-in: Double percent signs in for loops.
15475
15476 2004-06-17 David Kastrup <dak@gnu.org>
15477
15478 * replace.el (query-replace-read-args): Only warn about use of \n
15479 and \t when we are doing a regexp replacement and the actual
15480 escaped character is n or t.
15481 (query-replace-regexp): Add \, and \# interpretation to
15482 interactive call and document it.
15483 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15484 as shortkey for replace-count.
15485 (replace-quote): New function for doubling backslashes.
15486
15487 2004-06-17 Juanma Barranquero <lektu@terra.es>
15488
15489 * files.el (parse-colon-path, cd): Mention in docstring that the
15490 path separator is colon in GNU-like systems.
15491
15492 * newcomment.el (comment-region-internal): Fix docstring.
15493
15494 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15495 (ewoc-invalidate, ewoc-collect): Doc fixes.
15496 (ewoc--create-node, ewoc--delete-node-internal):
15497 Fix typos in docstring.
15498
15499 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15500
15501 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15502 manual to docstring.
15503
15504 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15505
15506 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15507
15508 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15509
15510 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15511 Add hyperlink to emacs-xtra manual to docstring.
15512
15513 * autorevert.el (global-auto-revert-non-file-buffers):
15514 Add hyperlink to emacs-xtra manual to docstring, as well as an
15515 info-link.
15516
15517 2004-06-14 Juanma Barranquero <lektu@terra.es>
15518
15519 * image.el (image-library-alist): New variable to map image types
15520 to external libraries. Initialized to nil, unless system-specific
15521 configs change it.
15522 (image-type-available-p): Determine whether an image type is
15523 available by calling `init-image-library'.
15524
15525 * term/w32-win.el (image-library-alist): Initialize to a known set
15526 of probable library names.
15527
15528 2004-06-14 Kenichi Handa <handa@m17n.org>
15529
15530 * international/code-pages.el (windows-1256, cp1125): Fix tables
15531 for several characters.
15532
15533 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15534
15535 2004-06-13 Richard M. Stallman <rms@gnu.org>
15536
15537 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15538
15539 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15540 not "`pc-selection-mode'".
15541
15542 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15543
15544 * simple.el (previous-matching-history-element): Specify a default.
15545
15546 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15547
15548 * cus-face.el (custom-declare-face): Simplify code.
15549
15550 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15551
15552 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15553
15554 * files.el (before-save-hook): Add `time-stamp' to the options.
15555
15556 * time-stamp.el (time-stamp): Recommend adding it to
15557 `before-save-hook', rather than `write-file-functions'.
15558 Make a similar change in `Commentary' section.
15559
15560 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15561
15562 * diff-mode.el (diff-current-defun): If at start of hunk, use
15563 position of first change.
15564
15565 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15566
15567 * dired-x.el (dired-mark-omitted): Bind to "*O".
15568
15569 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15570
15571 * bookmark.el (bookmark-bmenu-relocate): New function, as
15572 suggested by David J. Biesack <David.Biesack@sas.com>.
15573 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15574 (bookmark-bmenu-mode): Describe binding in doc string.
15575 (bookmark-set-filename): Save the bookmark list if it's time.
15576
15577 2004-06-13 Kenichi Handa <handa@m17n.org>
15578
15579 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15580 (ccl-untranslated-to-ucs): Fix typo.
15581
15582 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15583
15584 * progmodes/python.el (python-open-block-statement-p):
15585 Fix indentation after a block opening that contains a comment.
15586
15587 2004-06-12 J\e,Ai\e(Br\e,At\e(Bme Marant <jerome@marant.org> (tiny change)
15588
15589 * bindings.el (completion-ignored-extensions): Add file extensions
15590 of Python byte-compiled files.
15591
15592 2004-06-12 Juri Linkov <juri@jurta.org>
15593
15594 * info.el (Info-goto-node): Add autoload.
15595 (Info-toc): Add substring-no-properties on Info file name.
15596 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15597 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15598
15599 2004-06-12 Kenichi Handa <handa@m17n.org>
15600
15601 * international/mule-cmds.el (set-language-environment):
15602 Load subst tables if necessary.
15603
15604 * international/mule.el (decode-char): Load subst tables if necessary.
15605 (encode-char): Likewise.
15606
15607 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15608 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15609 (utf-16le-decode-loop): Set r5 to -1 before loop.
15610 (utf-16be-decode-loop): Likewise.
15611 (ccl-decode-mule-utf-16le): Add EOF processing block.
15612 (ccl-decode-mule-utf-16be): Likewise.
15613 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15614 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15615 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15616 (ccl-mule-utf-16-encode-untrans): New CCL.
15617 (utf-16-decode-to-ucs): Handle pre-read character.
15618 (utf-16le-encode-loop): Handle surrogate pair.
15619 (utf-16be-encode-loop): Likewise.
15620 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15621 of utf-16le-encode-loop.
15622 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15623 of utf-16be-encode-loop.
15624 (mule-utf-16-post-read-conversion):
15625 Call utf-8-post-read-conversion at first.
15626 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15627 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15628 Add post-read-conversion and pre-write-conversion.
15629
15630 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15631 (utf-translate-cjk-unicode-range): New variable.
15632 (utf-translate-cjk-load-tables): New function.
15633 (utf-lookup-subst-table-for-decode): New function.
15634 (utf-lookup-subst-table-for-encode): New function.
15635 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15636 tables here. Update safe-charsets of utf-* coding systems.
15637 (ccl-mule-utf-untrans): New CCL.
15638 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15639 at end of each branch.
15640 (ccl-mule-utf-8-encode-untrans): New CCL.
15641 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15642 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15643 length of encoding. Don't return r0.
15644 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15645 (utf-8-post-read-conversion): Narrow to region properly.
15646 If utf-translate-cjk-mode is on, load tables if necessary.
15647 Call utf-8-compose with hash-table arg if necessary.
15648 Call XXX-compose-region instead of XXX-post-read-conversion.
15649 (utf-8-pre-write-conversion): New function.
15650 (mule-utf-8): Include CJK charsets in safe-charsets if
15651 utf-translate-cjk-mode is on. Add pre-write-conversion.
15652
15653 * international/characters.el: Temporarily set
15654 utf-translate-cjk-mode to nil.
15655
15656 * language/devan-util.el (devanagari-compose-region):
15657 Add autoload cookie.
15658
15659 * international/ccl.el (ccl-dump-call): Fix printing the
15660 subroutine name.
15661
15662 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15663
15664 * dired.el (dired-revert): If buffer is marked unmodified before
15665 reverting, keep it marked unmodified.
15666 Adapt to new conventions for commenting out code.
15667 (dired-make-relative): Adapt to new conventions for commenting out code.
15668
15669 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15670
15671 * eshell/esh-module.el (eshell-load-defgroups):
15672 Bind `vc-handled-backends' to nil when opening files.
15673
15674 2004-06-11 Juanma Barranquero <lektu@terra.es>
15675
15676 * files.el (parse-colon-path, cd): Doc fixes (refer to
15677 `path-separator', not colon).
15678
15679 2004-06-10 Juanma Barranquero <lektu@terra.es>
15680
15681 * newcomment.el (comment-search-forward)
15682 (comment-search-backward): Fix typos in docstring.
15683 (comment-region): Doc fix.
15684
15685 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15686
15687 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15688 switch is no longer stored in `dired-switches-alist'.
15689
15690 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15691 `dired-switches-alist'.
15692
15693 2004-06-10 Kim F. Storm <storm@cua.dk>
15694
15695 * pcvs.el (cvs-mode-diff-yesterday): New command.
15696
15697 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15698
15699 2004-06-10 Juri Linkov <juri@jurta.org>
15700
15701 * emacs-lisp/edebug.el (edebug-eval-defun):
15702 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15703 Fix docstring.
15704
15705 * simple.el (eval-expression-print-format): Don't print additional
15706 information on the first call to `eval-print-last-sexp'.
15707 (next-error-find-buffer): Fix punctuation.
15708 (killing) <defgroup>: Fix punctuation.
15709 (yank-excluded-properties): Change group from editing to killing.
15710
15711 * replace.el (perform-replace): Use `limit' to terminate the
15712 while-loop explicitly.
15713
15714 2004-06-09 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15715
15716 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15717 Use lc-*.xpm as prefix instead of *-locol.xpm.
15718
15719 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15720 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15721 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15722 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15723 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15724 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15725 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15726 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15727 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15728 * toolbar/lc-up_arrow.xpm:
15729 Rename from *-locol.xpm.
15730
15731 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15732
15733 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15734 include forms like &<str>; as valid url patterns.
15735
15736 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15737
15738 * dired.el (dired-diff, dired-backup-diff)
15739 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15740 (dired-do-chown, dired-do-touch, dired-do-print)
15741 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15742 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15743 (dired-create-directory, dired-do-copy, dired-do-symlink)
15744 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15745 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15746 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15747 (dired-maybe-insert-subdir, dired-next-subdir)
15748 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15749 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15750 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15751 (dired-run-shell-command, dired-query): Remove redundant,
15752 or incorrect, autoloads.
15753
15754 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15755 does not end in a slash. Add optional argument KILL-ROOT.
15756 Update docstring.
15757 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15758 (dired-query): Add autoloads.
15759
15760 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15761
15762 * progmodes/compile.el (compilation-set-window-height):
15763 Rearrange the save-* functions because a buffer can have several current
15764 point in different windows.
15765 (compilation-error-regexp-alist-alist): Recognize {standard input}
15766 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15767
15768 2004-06-08 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15769
15770 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15771 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15772 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15773 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15774 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15775 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15776 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15777 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15778 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15779 * toolbar/up_arrow-locol.xpm:
15780 New versions of icons that uses fewer colors.
15781
15782 * toolbar/tool-bar.el (tool-bar-local-item)
15783 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15784 if display-color-cells is 256 or less.
15785
15786 2004-06-08 Kim F. Storm <storm@cua.dk>
15787
15788 * wid-edit.el (widget-specify-button): Use hand pointer rather
15789 than mouse-face as visible mouse-over effect.
15790
15791 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15792
15793 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15794 and `print-level' to nil when writing out `save-place-alist'.
15795 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15796
15797 2004-06-07 Juanma Barranquero <lektu@terra.es>
15798
15799 * completion.el (completion-kill-region): Doc fix.
15800
15801 * format.el (format-insert-annotations)
15802 (format-annotate-location): Doc fixes.
15803 (format-subtract-regions): Make arguments match their use in docstring.
15804
15805 * simple.el (kill-region): Doc fix.
15806
15807 * subr.el (insert-buffer-substring-no-properties)
15808 (insert-buffer-substring-as-yank): Doc fixes.
15809
15810 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15811
15812 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15813 Update docstring.
15814 (dired-reset-subdir-switches): New function.
15815
15816 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15817 Limit scope of `buffer-read-only' binding.
15818
15819 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15820
15821 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15822 eshell-explicit-command-char.
15823
15824 2004-06-06 Juanma Barranquero <lektu@terra.es>
15825
15826 * help-fns.el (help-argument-name): Inherit from italic face only
15827 if the frame supports it.
15828
15829 2004-06-06 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
15830
15831 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15832 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15833 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15834 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15835 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15836 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15837 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15838 New conversions from xpm files.
15839
15840 * toolbar/README: New file.
15841
15842 2004-06-06 Richard M. Stallman <rms@gnu.org>
15843
15844 * isearch.el (isearch-mode-map): Undo previous change.
15845
15846 2004-06-05 Juri Linkov <juri@jurta.org>
15847
15848 * bindings.el (debug-ignored-errors): Add regexps for history
15849 related messages. Remove $ from "No further undo information".
15850 Move Ediff's messages to ediff.el.
15851
15852 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15853
15854 * cus-edit.el (custom-display): Add `min-colors'.
15855
15856 * custom.el (defface): Add `supports' to docstring.
15857
15858 * help-fns.el (help-argument-name): Add :group 'help.
15859
15860 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15861
15862 * find-dired.el (find-ls-subdir-switches): New user option.
15863 (find-dired): No longer call `abbreviate-file-name' on DIR.
15864 Set `dired-subdir-switches' buffer-locally.
15865
15866 * locate.el: Merge the two `Commentary' sections.
15867 (locate-ls-subdir-switches): New user option.
15868 (locate): Update for other changes.
15869 (locate-mode-map): Restore Dired binding for mouse-2.
15870 Bind `locate-mouse-view-file' to M-mouse-2.
15871 Bind `l' to `locate-do-redisplay'.
15872 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15873 (locate-mouse-view-file, locate-tags, locate-find-directory):
15874 Print message if used outside main listing.
15875 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15876 Various changes to support inserted subdirectories.
15877 (locate-insert-header): Change header of *Locate* buffer.
15878
15879 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15880 Change interactive default switches.
15881 (dired-rename-subdir-2): Update `dired-switches-alist'.
15882 (dired-insert-subdir, dired-kill-subdir):
15883 Handle `dired-switches-alist'. Do not mark buffer modified.
15884 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15885 (dired-insert-subdir-doinsert): Omit messages.
15886 Handle `dired-subdir-switches'.
15887 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15888
15889 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15890 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15891 subdirs if -R switch is used for a subdir.
15892 (dired-mode): Set `dired-switches-alist'.
15893 (dired-build-subdir-alist): Only print number of directories in
15894 echo area when invoked interactively.
15895
15896 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15897
15898 * dired-x.el (dired-omit-mode): Rename from
15899 dired-omit-files-p. Use define-minor-mode to define it.
15900 (dired-omit-files-p): Add as alias for dired-omit-mode.
15901 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15902 dired-mark-omitted.
15903 (dired-mark-omitted): Add. Bind to M-O.
15904
15905 2004-06-05 Kenichi Handa <handa@m17n.org>
15906
15907 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15908
15909 2004-06-05 Juanma Barranquero <lektu@terra.es>
15910
15911 * help-fns.el (help-argument-name): Reintroduce face.
15912 (help-default-arg-highlight): Use it, now that
15913 `face-differs-from-default-p' can be trusted.
15914
15915 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15916
15917 * textmodes/table.el: Sentence commands added to Point Motion
15918 group; kill and backward-kill commands added to Extraction group.
15919
15920 2004-06-04 Mario Lang <mlang@delysid.org>
15921
15922 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15923 systems appear to use mW, make the code handle this. Fix a
15924 division-by-zero bug while at it, and handle kernels with
15925 a slightly different layout in /proc/acpi.
15926
15927 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15928
15929 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15930 because the latter is a CL-ism. This fixes the bug reported by
15931 Shawn Boyette <mdxi@collapsar.net> in
15932 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15933
15934 2004-06-04 Miles Bader <miles@gnu.org>
15935
15936 * faces.el (display-supports-face-attributes-p): Function moved to
15937 C code. Previously only the tty-related portion of this function
15938 was done in C; however the previous attempt to do a halfway-proper
15939 job for non-tty displays in lisp didn't work properly because of
15940 funny conditions during Emacs startup.
15941 (face-differs-from-default-p): Simplify, now that
15942 display-supports-face-attributes-p works properly on all display
15943 types. Remove :stipple from comparison; it doesn't really work
15944 in emacs anyway.
15945
15946 2004-06-04 Miles Bader <miles@gnu.org>
15947
15948 * faces.el (face-differs-from-default-p): Use a different
15949 implementation, so we can really check whether FACE displays
15950 differently or not.
15951
15952 2004-06-04 Miles Bader <miles@gnu.org>
15953
15954 * faces.el (display-supports-face-attributes-p): Implement a
15955 `different from default' check for non-tty displays.
15956
15957 2004-06-03 David Kastrup <dak@gnu.org>
15958
15959 * woman.el (woman-mapcan): More concise code.
15960 (woman-topic-all-completions, woman-topic-all-completions-1)
15961 (woman-topic-all-completions-merge): Replace by a simpler and
15962 much faster implementation based on O(n log n) sort/merge instead
15963 of the old O(n^2) behavior.
15964
15965 2004-06-03 Miles Bader <miles@gnu.org>
15966
15967 * subr.el (read-number): Use canonical format for default in prompt.
15968
15969 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15970 Add regexp for " [...]" style defaults.
15971
15972 2004-06-02 Romain Francoise <romain@orebokech.com>
15973
15974 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15975 groups: if the user asks for a hidden buffer, open the
15976 corresponding filter group to expose it.
15977
15978 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15979 `ibuffer-jump-to-buffer'.
15980 (ibuffer-jump-offer-only-visible-buffers): New user option.
15981
15982 2004-06-02 Juanma Barranquero <lektu@terra.es>
15983
15984 * faces.el (frame-update-faces): Add empty docstring so the one
15985 for `ignore' doesn't show through.
15986
15987 * subr.el (process-kill-without-query): Remove spurious "\n" on
15988 obsolescence string.
15989 (focus-frame, unfocus-frame): Add obsolescence declaration and
15990 empty docstring.
15991
15992 * international/mule.el (register-char-codings): Make alias for
15993 `ignore'. Move docstring to obsolescence info and remove redundancy.
15994
15995 2004-06-02 Kim F. Storm <storm@cua.dk>
15996
15997 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15998 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15999
16000 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
16001
16002 * comint.el (comint-replace-by-expanded-history-before-point):
16003 Obey `start' as the docstring says.
16004 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
16005 (comint-update-fence): Prevent font-lock from running unnecessarily.
16006 (comint-dynamic-list-completions): Use with-current-buffer.
16007
16008 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16009
16010 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
16011 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
16012 (bibtex-entry-update): Handle alternatives and optional fields.
16013 (bibtex-parse-entry): Bugfix, handle empty key.
16014
16015 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
16016
16017 * vc-arch.el (vc-arch-state): Don't assume the file exists.
16018
16019 2004-05-31 Lars Hansen <larsh@math.ku.dk>
16020
16021 * desktop.el (desktop-save): Don't save minor modes without a
16022 known mode initialization function.
16023
16024 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
16025
16026 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
16027
16028 * autorevert.el: Update `Commentary' section.
16029
16030 2004-05-30 Juanma Barranquero <lektu@terra.es>
16031
16032 * dos-fns.el (convert-standard-filename):
16033 * files.el (convert-standard-filename):
16034 * w32-fns.el (convert-standard-filename):
16035 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
16036
16037 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
16038
16039 Sync with Tramp.
16040
16041 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
16042 (tramp-let-maybe): Move to an earlier spot in the file.
16043 Patch by Andreas Schwab.
16044
16045 2004-05-30 Andreas Schwab <schwab@suse.de>
16046
16047 * dired.el (dired-get-filename): Don't use dired-re-dot.
16048
16049 2004-05-30 Richard M. Stallman <rms@gnu.org>
16050
16051 * files.el (find-file): Doc fix.
16052
16053 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
16054
16055 2004-05-30 Nick Roberts <nickrob@gnu.org>
16056
16057 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
16058 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
16059 modeline of the locals buffer.
16060 (gdb-goto-breakpoint): Handle gdbmi.
16061 (gdb-get-frame-number): Change for gdbmi.
16062
16063 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
16064
16065 * files.el (file-remote-p): Apply file name handler for operation
16066 `file-remote-p'. It isn't a property any longer.
16067 (file-relative-name): `fh' and `fd' get the required value via
16068 `find-file-name-handler' already.
16069
16070 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
16071 (top): Remove setting of `file-remote-p' property for
16072 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
16073
16074 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
16075
16076 Version 2.0.41 of Tramp released.
16077
16078 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
16079 Throw away if process has died.
16080 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
16081 (tramp-out-of-band-prompt-regexp): Rename to
16082 `tramp-process-alive-regexp', because its usage is widen.
16083 (tramp-actions-copy-out-of-band): Apply it.
16084 (tramp-actions-before-shell, tramp-multi-actions):
16085 Add `tramp-action-process-alive' action.
16086 (tramp-action-process-alive): New defun.
16087 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
16088 Add entry for `file-remote-p'.
16089 (tramp-handle-file-remote-p): New defun.
16090 (top): Remove setting of `file-remote-p'. Don't set
16091 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
16092
16093 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
16094 `file-remote-p'.
16095
16096 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
16097 counted for (last) line. [They should or they shouldn't? --Stef]
16098 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
16099
16100 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
16101
16102 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
16103 not really necessary but seems to keep the shell history smaller
16104 in some cases. It is no substitute for setting HISTFILE and
16105 HISTSIZE from tramp-open-connection-setup-interactive-shell,
16106 though. Suggested by Luc Teirlinck.
16107 (tramp-open-connection-setup-interactive-shell): Export variables
16108 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
16109 (tramp-set-process-query-on-exit-flag): New compat function.
16110 (tramp-open-connection-multi, tramp-open-connection-su)
16111 (tramp-open-connection-rsh, tramp-open-connection-telnet)
16112 (tramp-do-copy-or-rename-file-out-of-band): Use it.
16113 (tramp-let-maybe): New macro, let-binds a variable only if it
16114 isn't obsolete.
16115 (tramp-check-ls-commands, tramp-handle-expand-file-name)
16116 (tramp-handle-file-truename): Use it.
16117 (tramp-completion-file-name-regexp-unified): Avoid matching
16118 filenames starting with "/:" -- those are reserved for
16119 file-name-non-special.
16120
16121 * tramp-smb.el (tramp-smb-open-connection):
16122 Use tramp-set-process-query-on-exit-flag compat function.
16123
16124 2004-05-29 Richard M. Stallman <rms@gnu.org>
16125
16126 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
16127
16128 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
16129 (eval-last-sexp-print-value): Print char equivalent regardless
16130 of standard-output value.
16131
16132 * thumbs.el (thumbs-subst-char-in-string): Delete.
16133 (thumbs-thumbname): Use subst-char-in-string.
16134 (thumbs-resize-image): Use condition-case, not ignore-errors.
16135 (thumbs-kill-buffer): Likewise.
16136
16137 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
16138 (thumbs-mode): Make buffer read-only.
16139 (thumbs-make-thumb): Unconditionally accept an existing file.
16140 (thumbs-insert-thumb): Add thumb-image-file property to the image.
16141 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
16142 (thumbs-show-thumbs-list): Error if images not supported.
16143 (thumbs-save-current-image): Improve prompt string.
16144 (thumbs-mode-map): Define u, R, x.
16145 (thumbs-unmark): New command.
16146 (thumbs-emboss-image): Minor cleanup.
16147 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
16148 (thumbs-rename-images): New command.
16149 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
16150
16151 * thumbs.el (thumbs-current-image): New function.
16152 (thumbs-file-list, thumbs-file-alist): New functions.
16153 (thumbs-find-image): Delete arg L.
16154 Don't set up thumbs-fileL as buffer-local global var.
16155 (thumbs-find-image-at-point): Use thumbs-current-image.
16156 (thumbs-set-image-at-point-to-root-window): Likewise.
16157 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16158 Record and warn about errors. Update thumbs-markedL for deletions.
16159 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16160 (thumbs-redraw-buffer): Use thumbs-file-list.
16161 (thumbs-mark): Use thumbs-current-image.
16162 (thumbs-show-name): Use thumbs-current-image.
16163
16164 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16165 and imenu--last-menubar-index-alist.
16166
16167 * subr.el (with-selected-window): Undo previous change.
16168
16169 2004-05-29 John Paul Wallington <jpw@gnu.org>
16170
16171 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16172 (thumbs-mouse-find-image): New command.
16173 (thumbs-mode-map): Bind it to mouse-2.
16174 (thumbs-mode): Make mode-class special.
16175 (thumbs-view-image-mode): Likewise.
16176
16177 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16178
16179 * flymake.el: New file.
16180
16181 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16182
16183 * files.el (find-file-noselect-1): Do not bind
16184 `inhibit-read-only' to t during execution of
16185 `find-file-not-found-functions'.
16186
16187 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16188
16189 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16190 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16191
16192 2004-05-28 Juri Linkov <juri@jurta.org>
16193
16194 * simple.el (eval-expression-print-format): New fun.
16195
16196 * simple.el (eval-expression):
16197 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16198 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16199 (edebug-eval-expression): Print additionally the value returned by
16200 `eval-expression-print-format'.
16201
16202 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16203 (insert-pair): Make arguments optional. Find character pair
16204 from `insert-pair-alist' according to the last input event.
16205 (insert-parentheses): Make arguments optional.
16206 (raise-sexp, delete-pair): New funs.
16207
16208 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16209 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16210 Bind C-M-q to `indent-pp-sexp'.
16211
16212 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16213 `pp-to-string' modified to be able to format text with newlines.
16214 (pp-to-string): Move the buffer-formatting part of the code to
16215 `pp-buffer'. Call `pp-buffer'.
16216
16217 * info.el (Info-desktop-buffer-misc-data): Don't save information
16218 about virtual files.
16219 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16220 buffers with names obtained from the desktop file instead of the
16221 default *info* buffer.
16222
16223 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16224
16225 * subr.el (with-selected-window): Only save/restore the selected window.
16226
16227 * progmodes/compile.el (compilation-error-regexp-alist):
16228 Use expand-file-name and data-directory.
16229
16230 * progmodes/grep.el (grep-tree): Rework previous fix.
16231
16232 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16233 after the user marked text with the mouse.
16234
16235 * startup.el (command-line): Keep the first regexp of
16236 auto-save-file-name-transforms intact.
16237
16238 2004-05-28 Juanma Barranquero <lektu@terra.es>
16239
16240 * cus-edit.el (customize-face, customize-face-other-window)
16241 (custom-face-edit-delete): Make arguments match their use in
16242 docstring.
16243 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16244 docstring.
16245
16246 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16247 not `cvs-butlast'.
16248
16249 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16250 `nbutlast' are in subr.el).
16251
16252 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16253 (set-w32-system-coding-system): Doc fixes.
16254
16255 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16256 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16257 Make arguments match their use in docstring.
16258 (artist-draw-region-trim-line-endings)
16259 (artist-mouse-choose-operation): Fix typo in docstring.
16260 (artist-key-set-point-common): Doc fix.
16261
16262 2004-05-28 Simon Josefsson <jas@extundo.com>
16263
16264 * mail/smtpmail.el (smtpmail-open-stream):
16265 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16266
16267 2004-05-26 Simon Josefsson <jas@extundo.com>
16268
16269 * starttls.el: Merge with my GNUTLS based starttls.el.
16270 (starttls-gnutls-program, starttls-use-gnutls)
16271 (starttls-extra-arguments, starttls-process-connection-type)
16272 (starttls-connect, starttls-failure, starttls-success): New variables.
16273 (starttls-program, starttls-extra-args): Doc fix.
16274 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16275 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16276 and pass on to corresponding *-gnutls function if it is set.
16277
16278 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16279
16280 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16281 remote files.
16282
16283 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16284
16285 * files.el (file-name-non-special): There are more operations
16286 which need handling: `find-backup-file-name',
16287 `insert-file-contents', `verify-visited-file-modtime',
16288 `write-region'. Rename t value of method to `add'. Add new
16289 methods `quote' and `unquote-then-quote' to file-arg-indices.
16290
16291 2004-05-25 Juri Linkov <juri@jurta.org>
16292
16293 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16294 (Info-index-nodes): Enclose code in condition-case to catch errors.
16295 (Info-index-node): Don't search all index nodes if request is only
16296 for the current node and file is not in the cache of index nodes.
16297 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16298 for consistency with dired-copy-filename-as-kill.
16299 Bind `S' to Info-search-case-sensitively.
16300 (Info-copy-current-node-name): New arg. With zero prefix arg put
16301 the name inside a function call to `info'. Display copied text in
16302 the echo area.
16303
16304 2004-05-25 Sam Steingold <sds@gnu.org>
16305
16306 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16307 strip the package prefix from the symbol name, if any.
16308 Make it the `find-tag-default-function' for `lisp-mode'.
16309
16310 2004-05-25 John Paul Wallington <jpw@gnu.org>
16311
16312 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16313 instead of obsolete `process-kill-without-query'.
16314
16315 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16316 Declare as variable, not constant.
16317
16318 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16319
16320 * files.el (find-file-noselect-1): Fix bug introduced by
16321 Revision 1.694. As a side effect, `inhibit-read-only'
16322 is again, by default, t during execution of
16323 `find-file-not-found-functions'.
16324 (insert-directory): Check that lines were really inserted by
16325 the --dired switch, before erasing them.
16326
16327 2004-05-24 Nick Roberts <nickrob@gnu.org>
16328
16329 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16330 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16331 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16332 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16333 gud-minor-mode (gdbmi).
16334
16335 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16336
16337 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16338 explicitly select the text to be taken as URL.
16339
16340 2004-05-23 Juri Linkov <juri@jurta.org>
16341
16342 * info.el (Info-index-nodes): New var and fun.
16343 (Info-goto-index, Info-index, info-apropos)
16344 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16345 (Info-index): Fix docstring. Store and restore Info-history-list.
16346 (Info-complete-nodes): New var.
16347 (Info-complete-menu-item): Use it.
16348 (Info-index-node): New fun.
16349 (Info-final-node, Info-forward-node, Info-backward-node)
16350 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16351 Use Info-index-node.
16352 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16353 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16354 (Info-find-node-2): If a node with period in its name not found,
16355 try to find a node without the name part after period.
16356 (Info-select-node): Call Info-fontify-node only if
16357 Info-fontify-maximum-menu-size is not nil.
16358 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16359 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16360 Preserve Info-history-list.
16361 (Info-toc): Set Info-current-file.
16362 (Info-build-toc): Move point to the beginning of the buffer.
16363 Add main-file variable.
16364 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16365 Use backslashed representation of the control character ^_.
16366
16367 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16368 numbers in the new Texinfo 4.7 format.
16369
16370 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16371 regexps for function and variable names.
16372
16373 * descr-text.el (describe-property-list): Add [show] button for
16374 `syntax-table' property with action to pp to a separate buffer.
16375 (describe-char): Replace search-forward by re-search-forward with
16376 whitespace regexp after "character:" to not fail in too narrow windows.
16377
16378 * simple.el (next-error-find-buffer): Add a rule to return
16379 next-error capable buffer if one window on the selected frame
16380 displays such buffer.
16381
16382 2004-05-23 Nick Roberts <nickrob@gnu.org>
16383
16384 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16385 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16386 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16387 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16388 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16389 Handle new value for gud-minor-mode (gdbmi).
16390 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16391 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16392 Change from local to global gdb variable set.
16393 (gdb-ann3): Initialize above gdb variable set.
16394 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16395 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16396 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16397 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16398 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16399 (gdb-info-locals-handler, gdb-invalidate-assembler)
16400 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16401 set as global variables.
16402 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16403 Handle gdbmi.
16404 (gdb-info-breakpoints-custom): Fix regexp.
16405 (def-gdb-var): Delete.
16406
16407 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16408 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16409 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16410 a new mode. The file (gdb-mi.el) for this mode will be included
16411 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16412 primary interface.
16413
16414 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16415
16416 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16417 interpreted as a directory.
16418
16419 2004-05-22 Richard M. Stallman <rms@gnu.org>
16420
16421 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16422 as a close quote.
16423
16424 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16425
16426 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16427 Use assoc-string, not assoc-ignore-case.
16428
16429 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16430
16431 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16432 If moving back then fwd gets a defun that ends before point,
16433 try again moving fwd then back.
16434
16435 * files.el (file-name-non-special): Allow t in file-arg-indices
16436 to mean requote the return value. Use `identity' as an element
16437 rather than as the whole value.
16438
16439 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16440
16441 2004-05-22 Juanma Barranquero <lektu@terra.es>
16442
16443 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16444 `help-make-usage'.
16445 (help-highlight-arguments): Skip function name before searching
16446 for arguments.
16447
16448 2004-05-21 Juanma Barranquero <lektu@terra.es>
16449
16450 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16451 Don't mention in the docstring these arguments meant for
16452 internal (recursive) use only.
16453 (allout-char-spec): Comment out (it's not implemented).
16454 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16455 obsolescence declaration.
16456 (allout-flatten-exposed-to-buffer)
16457 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16458 (my-mark-marker): Doc fix.
16459 (produce-allout-mode-map, allout-sibling-index)
16460 (allout-isearch-expose, allout-distinctive-bullet)
16461 (allout-open-topic, allout-reindent-body)
16462 (allout-rebullet-heading, allout-process-exposed)
16463 (allout-insert-listified, allout-latex-verb-quote)
16464 (allout-insert-latex-header, allout-insert-latex-trailer):
16465 Make arguments match their use in docstring.
16466 (allout-primary-bullet, allout-old-style-prefixes)
16467 (allout-inhibit-protection, allout-init, allout-mode)
16468 (allout-before-change-protect, allout-flag-region):
16469 Use "Emacs" instead of "emacs" in docstrings.
16470
16471 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16472
16473 * international/characters.el: Modify syntax of more characters.
16474
16475 2004-05-21 Masatake YAMATO <jet@gyve.org>
16476
16477 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16478 (etags-tags-completion-table): Show parsing progress.
16479
16480 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16481
16482 * locate.el (locate-prompt-for-command): Shorten first line of
16483 docstring.
16484 (locate-mode): Expand docstring and include keymap summary.
16485
16486 * files.el (find-file-noselect-1): Limit the scope of the
16487 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16488 is, by default, nil during the execution of
16489 `find-file-not-found-functions' and `find-file-hook'.
16490
16491 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16492
16493 * facemenu.el (facemenu-color-name-equal): New function.
16494 (list-colors-display): Use it to compare colors instead of
16495 facemenu-color-equal.
16496
16497 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16498
16499 * compare-w.el (compare-windows-face): Use min-colors instead of
16500 checking for tty or pc types.
16501
16502 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16503
16504 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16505 (completion-setup-function): Use with-current-buffer.
16506 Properly save excursion. Simplify.
16507 Don't assume there is necessarily a `mouse-face' property somewhere.
16508
16509 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16510
16511 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16512
16513 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16514 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16515 Use with-current-buffer.
16516 (byte-goto-log-buffer): Delete.
16517 (byte-compile-log-file): Call compilation-forget-errors.
16518
16519 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16520
16521 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16522 output messages into the search result.
16523
16524 2004-05-19 Masatake YAMATO <jet@gyve.org>
16525
16526 * wid-edit.el (widget-radio-button-notify): Revert my last
16527 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16528
16529 2004-05-19 Kenichi Handa <handa@m17n.org>
16530
16531 * international/characters.el: Fix syntax (open/close) of CJK chars.
16532
16533 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16534
16535 * help-mode.el (help-go-back): Don't depend on position of back button.
16536
16537 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16538
16539 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16540 files don't contain an accidental additional /.
16541
16542 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16543 in source buffer.
16544
16545 2004-05-18 Masatake YAMATO <jet@gyve.org>
16546
16547 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16548 to widget-apply. :action method assumes 2 arguments, not 3.
16549
16550 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16551
16552 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16553 New constants.
16554 (hs-special-modes-alist): Add an f90-mode entry.
16555
16556 2004-05-17 Sam Steingold <sds@gnu.org>
16557
16558 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16559 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16560
16561 2004-05-16 Kim F. Storm <storm@cua.dk>
16562
16563 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16564
16565 2004-05-15 John Wiegley <johnw@newartisans.com>
16566
16567 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16568 (eshell-output-object-to-target): Improve output speed 20% by not
16569 calling `eshell-stringify' if something is already known to be a string.
16570
16571 2004-05-15 Alex Ott <ott@jet.msk.su>
16572
16573 * textmodes/ispell.el (ispell-local-dictionary-alist):
16574 Add windows-1251 to the choice of coding systems.
16575 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16576 encoded in cp1251.
16577
16578 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16579
16580 * progmodes/compile.el (compilation-warning-face)
16581 (compilation-info-face): Use min-colors.
16582
16583 2004-05-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16584
16585 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16586 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16587 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16588 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16589 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16590 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16591 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16592 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16593 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16594 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16595 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16596 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16597 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16598 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16599
16600 2004-05-15 Kim F. Storm <storm@cua.dk>
16601
16602 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16603 Use it to set triggered-p element of timer.
16604 (timer-event-handler): Set triggered-p element non-nil while running
16605 the timer function.
16606
16607 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16608
16609 * descr-text.el (describe-char-unicode-data)
16610 (describe-char-unicodedata-file): Re-enable the unicode code now that
16611 the licensing issues have been cleared in the unicode-4 license.
16612 (describe-text-properties-1): Remove unused `overlay' var.
16613 (describe-char): Remove unused var `buffer'.
16614
16615 2004-05-14 David Ponce <david@dponce.com>
16616
16617 * tree-widget.el: New file.
16618
16619 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16620
16621 * language/european.el ("Brazilian Portuguese"): Add support for
16622 Brazilian Portuguese.
16623
16624 2004-05-13 John Wiegley <johnw@newartisans.com>
16625
16626 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16627 `recentf-mode' if this variable has been customized to t.
16628
16629 * eshell/esh-test.el (eshell-test): Call the function
16630 `emacs-version' rather than trying to build a custom version string.
16631
16632 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16633
16634 * net/telnet.el (telnet-mode): Use define-derived-mode.
16635 Don't modify the global value of comint-prompt-regexp.
16636
16637 2004-05-13 John Paul Wallington <jpw@gnu.org>
16638
16639 * version.el (emacs-version): Check for `gtk' feature before
16640 `x-toolkit' feature.
16641
16642 2004-05-13 Juanma Barranquero <lektu@terra.es>
16643
16644 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16645 arguments in the docstring, they're used only in recursive calls.
16646
16647 * help-fns.el (help-arg-highlighting-function)
16648 (help-argument-name): Delete.
16649 (help-default-arg-highlight): New function.
16650 (help-do-arg-highlighting): Use it.
16651
16652 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16653
16654 * calendar/appt.el (appt-disp-window):
16655 Use `calendar-set-mode-line' for a centered mode-line.
16656
16657 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16658
16659 * calendar/appt.el (appt-disp-window): Do not split window
16660 excessively when `split-height-threshold' is low.
16661
16662 2004-05-12 Nick Roberts <nickrob@gnu.org>
16663
16664 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16665 kill-buffer-hook here and make it local.
16666 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16667
16668 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16669
16670 * progmodes/compile.el (compilation-set-window-height):
16671 Use save-excursion to protect against misplaced marker.
16672
16673 2004-05-12 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
16674
16675 * custom.el (defface): Document that type can have value gtk.
16676
16677 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16678
16679 2004-05-12 Kenichi Handa <handa@m17n.org>
16680
16681 * descr-text.el: Require quail at compile time.
16682 (describe-char): If an input method is on and it supports the
16683 character, show how to input it.
16684
16685 * international/quail.el (quail-install-decode-map): Accept a
16686 char-table whose subtype is `quail-decode-map'.
16687 (quail-store-decode-map-key, quail-gen-decode-map1)
16688 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16689 (quail-show-key): New functions.
16690
16691 2004-05-12 Juanma Barranquero <lektu@terra.es>
16692
16693 * generic.el (define-generic-mode): Remove redundant arglist info.
16694
16695 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16696 Make arguments match their use in docstring.
16697 (help-arg-highlighting-function): New variable.
16698 (help-argument-name): Mention it in the docstring.
16699 (help-do-arg-highlight): Use it. Expand regexp to accept also
16700 ARG-xxx and xxx-ARG references.
16701
16702 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16703
16704 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16705 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16706 and "mailto:addr1?to=addr2" equal.
16707
16708 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16709
16710 * man.el (Man-getpage-in-background): Use shell-file-name
16711 and shell-command-switch variables instead of hard-coded values.
16712
16713 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16714
16715 * iimage.el: New file.
16716
16717 2004-05-11 Juanma Barranquero <lektu@terra.es>
16718
16719 * custom.el (custom-initialize-default, defcustom):
16720 Fix typo in docstring.
16721
16722 * files.el (set-visited-file-name, file-expand-wildcards):
16723 Fix docstring.
16724
16725 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16726
16727 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16728
16729 * subr.el (eventp): Be more discriminating with integers.
16730
16731 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16732
16733 * progmodes/compile.el (compile): Add universal prefix arg.
16734 (compilation-error-regexp-alist-alist): Add edg patterns.
16735
16736 2004-05-10 Sam Steingold <sds@gnu.org>
16737
16738 * textmodes/ispell.el (ispell-message):
16739 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16740
16741 2004-05-10 Dave Love <fx@gnu.org>
16742
16743 * progmodes/python.el (help-buffer): Autoload when compiling.
16744 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16745 (run-python): Prepend to any existing PYTHONPATH.
16746
16747 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16748
16749 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16750 for pending breakpoints.
16751
16752 2004-05-10 Richard M. Stallman <rms@gnu.org>
16753
16754 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16755 directly without calling any functions in Rmail.
16756 (unrmail-unprune): Function deleted.
16757
16758 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16759
16760 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16761 C-c C-z binding.
16762
16763 2004-05-10 Kenichi Handa <handa@m17n.org>
16764
16765 * descr-text.el (describe-char): Fix previous change. Don't make
16766 a unibyte character to multibyte in the *Help* buffer.
16767
16768 2004-05-10 Miles Bader <miles@gnu.org>
16769
16770 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16771 buffer an error if the debugger process is actually running.
16772
16773 2004-05-10 Juanma Barranquero <lektu@terra.es>
16774
16775 * help-fns.el (help-argument-name): Default to italic.
16776 (help-highlight-arguments): Return always (usage . doc), even when
16777 usage is nil.
16778
16779 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16780 (define-ibuffer-filter): Add usage info.
16781 (define-ibuffer-op): Add usage info (but CL-style defaults for
16782 keyword args are not shown).
16783
16784 * subr.el (remove-overlays, read-passwd): Fix docstring.
16785 (start-process-shell-command): Fix docstring. Put usage info in a
16786 format usable by `describe-function'.
16787 (open-network-stream, open-network-stream-nowait)
16788 (open-network-stream-server): Fix docstring.
16789
16790 2004-05-09 Jason Rumney <jasonr@gnu.org>
16791
16792 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16793 Only define cp125* if windows-125* is already defined.
16794
16795 * language/korean.el (cp949): Add alias.
16796
16797 * language/chinese.el (cp936, cp950): Add aliases.
16798
16799 * language/japanese.el (cp932): Add alias.
16800
16801 * term/w32-win.el: Require code-pages.
16802
16803 * international/mule-cmds.el (set-locale-environment):
16804 On MS-Windows use ansi code-page for default coding-systems.
16805 Set up paper sizes for Windows 3 letter languages.
16806
16807 * international/code-pages.el (cp932, cp936, cp949, cp950):
16808 Add aliases. Also add cp125* if not already defined.
16809
16810 2004-05-09 Juanma Barranquero <lektu@terra.es>
16811
16812 * help-fns.el (help-highlight-arguments): Don't try to highlight
16813 missing or autoloaded arglists. Accept structured arguments, like
16814 the first ones of `do' and `flet'.
16815
16816 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16817 (cvs-get-marked): Remove redundant arglist info.
16818
16819 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16820 Don't use CL-style default args.
16821
16822 2004-05-08 Andreas Schwab <schwab@suse.de>
16823
16824 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16825
16826 * international/subst-ksc.el: Fix references to utf-translate-cjk
16827 into utf-translate-cjk-mode.
16828 * international/subst-big5.el: Likewise.
16829 * international/subst-gb2312.el: Likewise.
16830 * international/subst-jis.el: Likewise.
16831 * international/utf-16.el: Likewise.
16832 * international/utf-8.el: Likewise.
16833
16834 2004-05-08 John Wiegley <johnw@newartisans.com>
16835
16836 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16837 "virtual buffers" (off by default), which makes it possible to
16838 switch to the "virtual" buffers of recently visited files. When a
16839 buffer name search fails, and this option is on, iswitchb will
16840 look at the list of recently visited files, and permit matching
16841 against those names. When the user hits RET on a match, it will
16842 revisit that file.
16843 (iswitchb-read-buffer): Add two optional arguments, which makes
16844 isearchb.el possible.
16845 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16846 (iswitchb-next-match): Add support for virtual buffers.
16847
16848 * isearchb.el: This module extends iswitchb to provide "as you
16849 type" buffer selection.
16850
16851 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16852 Ignore the read-only property when flyspell highlighting is on.
16853 Not ignoring it leads to a series of confusing errors.
16854 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16855 but also make sure to call flyspell-incorrect-hook.
16856 (flyspell-maybe-correct-transposition): Perform transposition test
16857 by bit twiddling a string, rather than using a temp buffer.
16858 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16859 buffer. This is also the original version of the code, which
16860 could not be checked in before due to a previous lack of
16861 assignment papers. This version has seen heavy usage on my system
16862 for several years now.
16863
16864 * calendar/cal-bahai.el: New file, which adds support for the
16865 Baha'i calendar to Emacs. This calendar is based on a solar year
16866 of 19 months of 19 days, with 4 intercalary days. Each year
16867 begins on March 21, with the calendar starting in 1844.
16868
16869 * calendar/cal-menu.el, calendar/calendar.el
16870 * calendar/diary-lib.el, calendar/holidays.el:
16871 Added support for using cal-bahai.el.
16872
16873 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16874 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16875 function can be used outside of eshell buffers.
16876 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16877
16878 2004-05-08 Juanma Barranquero <lektu@terra.es>
16879
16880 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16881 word constituent so FOO-ARG is not recognized as an arg.
16882 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16883
16884 * simple.el (next-error): Fix typo in docstring.
16885 (open-line): Make argument names match their use in docstring.
16886 (split-line): Fix docstring.
16887
16888 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16889 usable by `describe-function'.
16890 (gensym, gentemp, typep, ignore-errors): Make argument names match
16891 their use in docstring.
16892
16893 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16894 argument to `help-setup-xref'.
16895
16896 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16897
16898 Version 2.0.40 of Tramp released.
16899
16900 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16901 Use symbol-function to invoke functions only known on some Emacs
16902 flavors. This avoids byte-compiler warnings. Reported by Kevin
16903 Scaldeferri <kevin@scaldeferri.com>.
16904 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16905 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16906 consistent with the other tramp-do-* functions.
16907 (tramp-do-copy-or-rename-file): Calls adjusted.
16908 (tramp-process-initial-commands): Avoid liveness check on shell --
16909 we know that it must be alive since we're opening a connection at
16910 this moment.
16911 (tramp-last-cmd): New internal variable.
16912 (tramp-process-echoes): New tunable.
16913 (tramp-send-command): Set tramp-last-cmd.
16914 (tramp-wait-for-output): Delete echo, if applicable.
16915 (tramp-read-passwd): Construct the key for the password cache in a
16916 way that works for multi methods, too.
16917 (tramp-bug): Add backup-directory-alist and
16918 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16919
16920 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16921
16922 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16923
16924 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16925 (tramp-actions-copy-out-of-band): New defcustoms.
16926 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16927 used instead of a synchronous one. Allows password entering.
16928 (tramp-action-out-of-band): New defun.
16929 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16930 Remove restriction with password from doc string.
16931 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16932 `tramp-out-of-band-prompt-regexp',
16933 `tramp-actions-copy-out-of-band', `password-cache' and
16934 `password-cache-expiry'.
16935 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16936 password caching.
16937 (tramp-touch): FILE can be a local file, too.
16938 (TODO): Remove items done.
16939 (tramp-handle-insert-directory): Properly quote file name also if
16940 not full-directory-p. Handle wildcard case. Reported by Andreas
16941 Schwab <schwab@suse.de>.
16942 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16943 new file.
16944 (tramp-handle-file-local-copy, tramp-handle-write-region):
16945 The permissions of the temporary file are set if filename exists.
16946 Reported by Ted Stern <stern@cray.com>.
16947 (tramp-backup-directory-alist)
16948 (tramp-bkup-backup-directory-info): New defcustoms.
16949 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16950 (tramp-handle-find-backup-file-name): New function.
16951 Implements Tramp's find-backup-file-name.
16952
16953 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16954 for `find-backup-file-name'.
16955
16956 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16957 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16958
16959 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16960
16961 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16962
16963 2004-05-07 Juanma Barranquero <lektu@terra.es>
16964
16965 * subr.el (lambda): Add arglist description to docstring.
16966 (declare): Fix typo in docstring.
16967 (open-network-stream): Fix docstring.
16968 (process-kill-without-query): Fix docstring and add obsolescence info.
16969 (last, butlast, nbutlast): Make arguments match their use in docstring.
16970 (insert-buffer-substring-no-properties): Likewise.
16971 (insert-buffer-substring-as-yank): Likewise.
16972 (split-string): Fix docstring.
16973
16974 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16975 Make argument names match their use in docstring.
16976
16977 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16978
16979 2004-05-06 Nick Roberts <nickrob@gnu.org>
16980
16981 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16982 Fit first sentence on one line for apropos-command.
16983
16984 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16985
16986 Changes largely merged in from Dave Love's code.
16987 * progmodes/python.el: Doc fixes.
16988 (python-mode-map): Add python-complete-symbol.
16989 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16990 (python-comment-indent, python-complete-symbol)
16991 (python-symbol-completions, python-partial-symbol)
16992 (python-try-complete): New.
16993 (python-indent-line): Remove optional arg. Use python-block-end-p.
16994 (python-check): Bind compilation-error-regexp-alist.
16995 (inferior-python-mode): Use rx. Move keybindings to top level.
16996 Set comint-input-filter.
16997 (python-preoutput-filter): Use rx.
16998 (python-input-filter): Re-introduce.
16999 (python-proc): Start new process if necessary.
17000 Check python-buffer non-nil.
17001 (view-return-to-alist): Defvar.
17002 (python-send-receive): New.
17003 (python-eldoc-function): Use it.
17004 (python-mode-running): Don't defvar.
17005 (python-mode): Set comment-indent-function.
17006 Maybe update hippie-expand-try-functions-list.
17007 (python-indentation-levels): Initialize differently.
17008 (python-block-end-p): New.
17009 (python-indent-line): Use it.
17010 (python-compilation-regexp-alist): Augment.
17011 (run-python): Import `emacs' module to Python rather than loading
17012 code directly. Set python-buffer differently.
17013 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
17014 Use python-proc.
17015 (python-send-command): Go to end of comint buffer.
17016 (python-load-file): Use python-proc, emacs.eimport.
17017 (python-describe-symbol): Simplify interactive form.
17018 Use emacs.help. Do use temp-buffer-show-hook.
17019 Call print-help-return-message.
17020 (hippie-exp): Require when compiling.
17021 (python-preoutput-continuation): Use rx.
17022
17023 * diff-mode.el (diff-make-unified): Fix regexp.
17024
17025 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
17026
17027 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
17028 filter groups from the buffer when rebuilding the Ibuffer buffer
17029 and `ibuffer-show-empty-filter-groups' is nil.
17030
17031 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
17032
17033 * ps-print.el (ps-print-quote): Call ps-value-string.
17034 (ps-setup): Call ps-comment-string.
17035 (ps-value-string, ps-comment-string): New funs.
17036
17037 2004-05-06 Juanma Barranquero <lektu@terra.es>
17038
17039 * ehelp.el (electric-help-command-loop): Check whether the last
17040 character is visible, not (point-max).
17041
17042 * help-fns.el (help-argument-name): Default to bold; don't inherit
17043 from font-lock-variable-name-face.
17044 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
17045
17046 2004-05-05 Kenichi Handa <handa@m17n.org>
17047
17048 * descr-text.el (describe-char): Copy the character with text
17049 properties and overlays into the first line, and call
17050 describe-text-properties on it.
17051
17052 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
17053
17054 * iswitchb.el (iswitchb-global-map): Fix typo.
17055 Remove unwanted ###autoloads from source file.
17056
17057 2004-05-05 Lars Hansen <larsh@math.ku.dk>
17058
17059 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
17060 in run-hooks. Use substitute-command-keys in message.
17061 (wdired-abort-changes): Add message.
17062
17063 2004-05-03 Michael Mauger <mmaug@yahoo.com>
17064
17065 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
17066 (sql-emacs20-p): Remove.
17067 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
17068 (sql-builtin-face, sql-doc-face): Remove.
17069 (sql-mode-ansi-font-lock-keywords)
17070 (sql-mode-oracle-font-lock-keywords)
17071 (sql-mode-postgres-font-lock-keywords)
17072 (sql-mode-linter-font-lock-keywords)
17073 (sql-mode-ms-font-lock-keywords)
17074 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
17075 (sql-product-font-lock): Fix font-lock reset when font rules change.
17076 (sql-highlight-product): Remove incorrect font-lock reset logic.
17077
17078 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
17079
17080 * ses.el (ses-set-parameter): Fix typo.
17081
17082 2004-05-04 Kim F. Storm <storm@cua.dk>
17083
17084 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
17085 Must expand directory for completion to work; and don't mess with
17086 process-environment.
17087 (ido-read-file-name): If command has ido property, don't use ido
17088 if value is ignore, or read as directory if value is dir.
17089 Set ido ignore property for dired-do-rename command.
17090
17091 2004-05-04 Juanma Barranquero <lektu@terra.es>
17092
17093 * ehelp.el (electric-help-command-loop, electric-help-undefined)
17094 (electric-help-help): Check against unmapped commands.
17095
17096 * help-fns.el (help-argument-name): New face, inheriting from
17097 font-lock-variable-name-face, to highlight function arguments in
17098 `describe-function' and `describe-key'.
17099 (help-do-arg-highlight): Auxiliary function to highlight a given
17100 list of arguments in a string.
17101 (help-highlight-arguments): Highlight the function arguments and
17102 all uses of them in the docstring.
17103 (describe-function-1): Use it. Do docstring output via `insert',
17104 not 'princ', so text attributes are preserved.
17105
17106 * winner.el (winner-mode-map): Move `winner-undo' and
17107 `winner-redo' to C-c <left> and C-c <right>, respectively (the
17108 previous bindings conflict with `prev-buffer', `next-buffer').
17109
17110 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17111
17112 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
17113 (bibtex-entry-update): New command bound to C-c C-u.
17114 (bibtex-text-in-string): Fix regexp.
17115 (bibtex-assoc-of-regexp): Remove.
17116 (bibtex-progress-message): Fix docstring.
17117 (bibtex-inside-field): Use if.
17118 (bibtex-assoc-regexp): New function.
17119 (bibtex-format-entry): Make code more robust so that it formats
17120 also old entries.
17121 (bibtex-autokey-demangle-title): Merge with obsolete function
17122 bibtex-assoc-of-regexp.
17123 (bibtex-field-list): New function.
17124 (bibtex-entry): Use bibtex-field-list.
17125 (bibtex-parse-entry): Fix docstring.
17126 (bibtex-print-help-message): Use bibtex-field-list.
17127 (bibtex-make-field): Use bibtex-field-list.
17128 (bibtex-entry-index): Bugfix. Return crossref key if required.
17129 (bibtex-lessp): Fix docstring.
17130
17131 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
17132
17133 * select.el (xselect-convert-to-string): Move comment to intended line.
17134
17135 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17136
17137 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
17138 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
17139
17140 2004-05-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17141
17142 * term/x-win.el (x-clipboard-yank): Don't exit on error from
17143 x-get-selection.
17144
17145 2004-05-03 Jason Rumney <jasonr@gnu.org>
17146
17147 * makefile.nt: Remove.
17148
17149 2004-05-03 Kim F. Storm <storm@cua.dk>
17150
17151 * emulation/cua-base.el (cua--update-indications): Fix last change.
17152 (cua-mode): Deactivate mark when cua-mode is enabled.
17153
17154 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17155
17156 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17157
17158 2004-05-03 Nick Roberts <nickrob@gnu.org>
17159
17160 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17161 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17162 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17163 window over visible frames.
17164 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17165
17166 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17167
17168 * progmodes/compile.el (compilation-gcpro): New var.
17169 (compilation-fake-loc): Use it.
17170 (compilation-forget-errors): Reset it.
17171
17172 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17173
17174 * diff-mode.el (diff-header-face, diff-file-header-face):
17175 Use min-colors.
17176
17177 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17178
17179 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17180 (bibtex-clean-entry): Disentangle code.
17181 (bibtex-realign): New function.
17182 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17183 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17184 Remove undocumented optional arg called-by-convert-alien.
17185 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17186 for sorting instead of bibtex-sort-buffer.
17187
17188 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17189
17190 * progmodes/compile.el (compilation-start): In the
17191 no-async-subprocesses branch, call sit-for to give redisplay a
17192 chance to show the updated process status in the mode line, and
17193 fontify the buffer explicitly after the process exits.
17194
17195 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17196
17197 * progmodes/python.el (python-compilation-line-number): Remove.
17198 (python-compilation-regexp-alist): Don't use it any more.
17199 (python-orig-start, python-input-filter): Remove.
17200 (inferior-python-mode): Don't set up comint-input-filter-functions.
17201 (python-send-region): Use compilation-fake-loc.
17202
17203 * progmodes/compile.el (compilation-messages-start): New var.
17204 (compilation-mode): Don't setup next-error-function here.
17205 (compilation-setup): Set it up here instead (for minor modes as well).
17206 Make compilation-messages-start buffer local.
17207 (compilation-next-error-function): Use it.
17208 (compilation-forget-errors): Set compilation-messages-start.
17209
17210 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17211
17212 * ielm.el (ielm-prompt-read-only): Update docstring.
17213
17214 * comint.el (comint-prompt-read-only): Update docstring.
17215 (comint-update-fence, comint-kill-whole-line)
17216 (comint-kill-region): New functions.
17217
17218 * simple.el (kill-whole-line): Use "p" instead of "P" in
17219 interactive form.
17220
17221 2004-05-01 Juanma Barranquero <lektu@terra.es>
17222
17223 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17224 format arglist so default values in CL-style argument lists are
17225 correctly shown.
17226
17227 2004-05-01 Jason Rumney <jasonr@gnu.org>
17228
17229 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17230
17231 2004-05-01 Kenichi Handa <handa@m17n.org>
17232
17233 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17234 quail file if it is up to date.
17235
17236 2004-04-30 Juri Linkov <juri@jurta.org>
17237
17238 * cus-edit.el (custom-mode-map):
17239 Add key binding `C-x C-s' to `Custom-save'.
17240
17241 * outline.el (outline-blank-line): New var.
17242 (outline-next-preface, outline-show-heading)
17243 (outline-end-of-subtree): Use it.
17244
17245 * dired-aux.el (dired-touch-initial): New fun.
17246 (dired-do-chxxx): Call it for op-symbol `touch'.
17247 (dired-diff): Use `dired-dwim-target-directory'
17248 if current dired buffer has no buffer mark.
17249
17250 * bindings.el (propertized-buffer-identification):
17251 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17252 Add C-M-arrow keys for consistency.
17253
17254 * files.el (confirm-kill-emacs):
17255 Change group from top-level `emacs' to `convenience'.
17256
17257 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17258 Push mark on the first call of successive command calls.
17259 (insert-pair): New fun created from `insert-parentheses' with
17260 `open' and `close' arguments added. Enclose active regions
17261 in paired characters. Compare adjacent characters syntax with
17262 inserted characters syntax before inserting a space.
17263 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17264
17265 * delsel.el: Don't put `delete-selection' property
17266 on `insert-parentheses' symbol to take advantage of
17267 region handling in `insert-pair' function.
17268 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17269
17270 2004-04-30 Kim F. Storm <storm@cua.dk>
17271
17272 * emulation/cua-base.el: Add support for changing cursor types;
17273 based on patch from Michael Mauger.
17274 (cua-normal-cursor-color, cua-read-only-cursor-color)
17275 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17276 Customization cursor type and/or cursor color.
17277 (cua--update-indications): Handle cursor type changes.
17278 (cua-mode): Update cursor indications if enabled.
17279
17280 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17281
17282 * mouse.el (mouse-drag-copy-region): New defcustom.
17283 (mouse-set-region, mouse-drag-region-1): Use it.
17284
17285 * simple.el (kill-ring-save): If region face background color is
17286 unspecified (if no highlighting), show extent of fully visible
17287 region even if transient-mark-mode is enabled.
17288
17289 * emulation/cua-base.el (cua--standard-movement-commands):
17290 Add cua-scroll-up and cua-scroll-down.
17291 (cua-scroll-up, cua-scroll-down): New commands.
17292 (cua--init-keymaps): Remap scroll-up and scroll-down.
17293
17294 * emulation/cua-rect.el (cua--convert-rectangle-as):
17295 New defmacro.
17296 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17297 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17298 New commands (suggested by Jordan Breeding).
17299
17300 2004-04-30 Juanma Barranquero <lektu@terra.es>
17301
17302 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17303
17304 2004-04-30 Mario Lang <mlang@delysid.org>
17305
17306 * diff.el (diff-switches): Fix typo in docstring.
17307
17308 2004-04-30 Alex Schroeder <alex@gnu.org>
17309
17310 * xml.el (xml-debug-print-internal): Don't add newline and
17311 indentation to text nodes and write empty elements as empty tags
17312 instead of opening and closing tags.
17313 (xml-debug-print): Take optional indent-string argument.
17314 (xml-print): Alias for xml-debug-print.
17315
17316 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17317
17318 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17319 than duplicate call to `line-beginning-position'.
17320
17321 * progmodes/f90.el (f90-get-present-comment-type):
17322 Return whitespace, as well as comment chars, for consistent filling
17323 of comment blocks. Use `match-string-no-properties'.
17324 (f90-break-line): Trim trailing whitespace when filling comments.
17325
17326 2004-04-30 Dave Love <fx@gnu.org>
17327
17328 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17329 (diary-from-outlook-internal, diary-from-outlook)
17330 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17331 New functions to import diary entries from Outlook-format
17332 appointments in mail messages.
17333
17334 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17335
17336 * progmodes/python.el (python-send-command): New fun.
17337 (python-send-region, python-load-file): Use it.
17338
17339 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17340
17341 * help-fns.el (help-C-file-name): Use new subr-name.
17342 Prepend `src/' to the file name.
17343 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17344 (describe-function-1, describe-variable): Only find a C source file
17345 name if DOC is already loaded.
17346
17347 * help-mode.el (help-function-def, help-variable-def):
17348 Use the new find-function-search-for-symbol functionality.
17349 Allow FILE to be `C-source'.
17350
17351 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17352 (find-function-C-source): New fun.
17353 (find-function-search-for-symbol): Use it.
17354
17355 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17356
17357 * progmodes/sql.el (sql-product-alist): Rename variable
17358 `sql-product-support'. Add Postgres login parameters.
17359 (sql-set-product, sql-product-feature): Update with renamed variable.
17360 (sql-connect-postgres): Add username prompt.
17361 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17362 Make patterns less product specific.
17363 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17364 (sql-mode-abbrev-table): Modify initialization.
17365 (sql-builtin-face): Add variable.
17366 (sql-keywords-re): Add macro.
17367 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17368 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17369 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17370 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17371 (sql-mode-linter-font-lock-keywords)
17372 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17373 (sql-mode-sybase-font-lock-keywords)
17374 (sql-mode-informix-font-lock-keywords)
17375 (sql-mode-interbase-font-lock-keywords)
17376 (sql-mode-ingres-font-lock-keywords)
17377 (sql-mode-solid-font-lock-keywords)
17378 (sql-mode-sqlite-font-lock-keywords)
17379 (sql-mode-db2-font-lock-keywords): Default to nil.
17380 (sql-product-font-lock): Always highlight ANSI keywords.
17381 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17382 (sql-send-string): Add function.
17383
17384 2004-04-29 Dave Love <fx@gnu.org>
17385
17386 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17387 (cfengine-end-of-defun): Ensure progress through buffer.
17388
17389 * info-look.el (cfengine-mode): Accept a terminal ().
17390
17391 2004-04-29 Juri Linkov <juri@jurta.org>
17392
17393 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17394 instead of isearch-yank-word-or-char. Add new key bindings for
17395 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17396 (isearch-del-char): New fun.
17397 (isearch-forward, isearch-edit-string): Update docstring.
17398 (isearch-yank-char): Doc fix.
17399 (isearch-other-meta-char): Restore point after scrolling.
17400
17401 * progmodes/compile.el (compilation-context-lines): Add nil option
17402 to disable compilation output window scrolling.
17403 (compilation-set-window): Use it.
17404
17405 * outline.el (outline-next-preface, outline-show-heading):
17406 Don't leave unhidden blank line before heading.
17407 (outline-end-of-subtree): Include last newline into subtree.
17408 (hide-entry): Leave point at beginning of heading instead of end.
17409 (outline-up-heading): Push mark for the first call of successive
17410 command calls.
17411
17412 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17413
17414 * comint.el (comint-prompt-read-only): New variable.
17415 (comint-output-filter): Implement it.
17416
17417 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17418 (ielm-prompt-internal): New variable.
17419 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17420 (ielm-send-input): Delete unused variable `buf'.
17421 (ielm-eval-input): Use `ielm-prompt-internal'.
17422 (inferior-emacs-lisp-mode): Use new variables
17423 `comint-prompt-read-only' and `ielm-prompt-internal'.
17424 Get rid of obsolete variable `directory-sep-char'.
17425 (ielm): Use `zerop'.
17426
17427 2004-04-29 John Paul Wallington <jpw@gnu.org>
17428
17429 * thumbs.el (toplevel): Require cl at compile time.
17430 Remove conditional definitions of `ignore-errors' and `caddar'
17431 because they occur at run time.
17432
17433 2004-04-28 Nick Roberts <nickrob@gnu.org>
17434
17435 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17436 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17437 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17438 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17439
17440 * progmodes/gud.el (gud-common-init): Throw an error if program is
17441 already running under gdb.
17442
17443 2004-04-28 John Paul Wallington <jpw@gnu.org>
17444
17445 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17446 (thumbs-show-image-num): Move assignment of
17447 `thumbs-current-image-filename' within scope of `i'.
17448 (thumbs-emboss-image): Don't use `evenp'.
17449
17450 2004-04-28 Richard M. Stallman <rms@gnu.org>
17451
17452 * progmodes/compile.el (compilation-context-lines): Default now 0.
17453
17454 2004-04-28 Juanma Barranquero <lektu@terra.es>
17455
17456 Use `time-less-p' from calendar/time-date.el instead of defining
17457 custom versions of it.
17458
17459 * pcomplete.el (pcomplete-time-less-p): Remove.
17460
17461 * thumbs.el (time-less-p): Remove.
17462
17463 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17464 (timeclock-generate-report): Use `time-less-p'.
17465
17466 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17467 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17468
17469 2004-04-28 Masatake YAMATO <jet@gyve.org>
17470
17471 * subr.el (remove-overlays): Make arguments optional.
17472
17473 * wid-edit.el (widget-specify-button): Put evaporate to the
17474 overlay for sample.
17475 (widget-specify-sample): Put evaporate to the overlay for sample.
17476 (widget-specify-doc): Put evaporate to the overlay for documentation.
17477
17478 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17479
17480 * info.el (info-apropos): Make it an index node. Align node names
17481 like makeinfo.
17482
17483 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17484
17485 * net/browse-url.el (browse-url-netscape-sentinel)
17486 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17487 (browse-url-epiphany-sentinel, browse-url-mosaic):
17488 Use browse-url-*-program instead of a literal program name.
17489
17490 2004-04-27 Kevin Ryde <user42@zip.com.au>
17491
17492 * eshell/em-alias.el:
17493 * eshell/em-dirs.el:
17494 * eshell/em-hist.el:
17495 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17496 features when M-x customize-group loads modules before the main
17497 eshell.el.
17498
17499 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17500
17501 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17502 either a character representation of an event or an event
17503 description list.
17504
17505 * type-break.el: Capitalize Emacs and Lisp.
17506 (type-break-good-break-interval, type-break-demo-boring-stats)
17507 (type-break-terse-messages, type-break-file-name): New defcustoms.
17508 (type-break-post-command-hook)
17509 (type-break-warning-countdown-string): Quote variable names in doc.
17510 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17511 (type-break-mode): Document type-break-good-break-interval and the
17512 "session" file. Schedule break according to the session file.
17513 Kill session file buffer on exit. Organize for save-some-buffers
17514 to always save the session file.
17515 (type-break-mode-line-message-mode, type-break-query-mode):
17516 Uppercase arguments.
17517 (type-break-file-time, type-break-file-keystroke-count, timep)
17518 (type-break-choose-file, type-break-get-previous-time)
17519 (type-break-get-previous-count): New defuns.
17520 (type-break): Avoid break querying after a completed break in the
17521 case where the query was initiated during user invocation of the
17522 break. Optional terse messages.
17523 Use type-break-good-break-interval if type-break-good-rest-interval is
17524 nil. File the break time.
17525 (type-break-schedule): New optional args for overriding the use of
17526 the current time.
17527 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17528 after a break.
17529 (type-break-check): File the keystroke count.
17530 (type-break-do-query): Prevent a second query when the break is
17531 interrupted. Optional terse message.
17532 (type-break-keystroke-reset): Record the start of a typing interval.
17533 (type-break-demo-boring): Optional terse messages. Display word
17534 per minute and keystroke counts according to
17535 type-break-demo-boring-stats.
17536
17537 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17538
17539 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17540 directories, make sure they exist under archive-tmpdir.
17541
17542 2004-04-27 Juri Linkov <juri@jurta.org>
17543
17544 * help.el (view-emacs-news): With argument, display info for the
17545 selected version by finding it among different NEWS files, and
17546 narrowing the buffer to the selected version.
17547
17548 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17549 same-window-buffer-names.
17550 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17551 non-numeric prefix argument, append the number to the buffer name
17552 for numeric prefix argument.
17553 (info-other-window): Bind same-window-regexps to nil.
17554 (Info-reference-name): Rename to Info-point-loc.
17555 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17556 and Info-find-index-name for stringy Info-point-loc.
17557 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17558 without middle `.', but with final `.' and optional line number
17559 for it. Set Info-point-loc for index nodes.
17560 (Info-index): Remove middle `.' from index entry regexp.
17561 Modify line number regexp.
17562 (Info-index-next): Decrement line number.
17563 (info-apropos): Remove middle `.' from index entry regexp.
17564 Add optional line number regexp at the end. Add matched value
17565 for line number to the result list and insert it to the buffer.
17566 Replace match-string by match-string-no-properties.
17567 Reorder result list.
17568 (Info-fontify-node): Hide index line numbers.
17569 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17570 empty matches.
17571 (Info-follow-reference): Use `str' instead of
17572 Info-following-node-name-re.
17573 (Info-toc): Use full file names. Set Info-current-node to "Top".
17574 (Info-fontify-node): Compare file names without directory name.
17575 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17576 Set second arg of Info-extract-menu-node-name for index nodes.
17577 (info-xref-visited): Use magenta3 instead of magenta4.
17578 (Info-mode): Add info-apropos to docstring.
17579
17580 * log-view.el (log-view-diff): Replace interactive code "r"
17581 by a list to allow to call it even if region is not active.
17582
17583 * paren.el (show-paren-highlight-openparen): New var.
17584 (show-paren-function): Turn on openparen highlighting when
17585 matching forward if show-paren-highlight-openparen is non-nil.
17586
17587 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17588 the constant value 1.
17589 (completions-common-part): Expand docstring.
17590
17591 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17592
17593 2004-04-27 Kim F. Storm <storm@cua.dk>
17594
17595 * image.el (insert-sliced-image): Use line-height instead of
17596 line-spacing property on newline.
17597
17598 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17599
17600 * desktop.el (desktop-buffer-misc-data-function): Rename to
17601 desktop-save-buffer and change docstring.
17602 (desktop-buffer-modes-to-save): Delete.
17603 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17604 desktop-buffer-modes-to-save.
17605 (desktop-save): Rename desktop-buffer-misc-data-function to
17606 desktop-save-buffer and allow non-function value.
17607 (desktop-missing-file-warning): Correct docstring.
17608
17609 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17610 to desktop-save-buffer.
17611
17612 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17613 desktop-save-buffer.
17614
17615 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17616
17617 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17618
17619 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17620
17621 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17622
17623 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17624
17625 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17626 (ielm): Only go to the end of the buffer when starting a new process.
17627
17628 2004-04-25 Juanma Barranquero <lektu@terra.es>
17629
17630 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17631 mode line. Bind `inhibit-read-only' to t before modifying
17632 properties of text in the buffer.
17633 (ielm): Force point to the end of buffer, even when running ielm
17634 from inside itself.
17635
17636 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17637
17638 * info.el (info-apropos): Reset Info-complete-cache.
17639
17640 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17641
17642 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17643 Also recognize severe Irix et al. messages.
17644 (compilation-normalize-filename, compile-abbreviate-directory):
17645 Delete functions.
17646 (compilation-get-file-structure): New function inherits
17647 functionality of the two preceding ones.
17648 (compilation-internal-error-properties, compilation-fake-loc):
17649 Use it so that different paths to the same file share the same
17650 markers. Also optimize finding adjacent marker slightly.
17651
17652 2004-04-25 Kim F. Storm <storm@cua.dk>
17653
17654 * image.el (insert-sliced-image): Add line-spacing t property
17655 to newlines separating image lines.
17656
17657 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17658
17659 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17660
17661 * ielm.el (ielm-prompt-read-only): New user option.
17662 (ielm-prompt): Expand docstring to describe new behavior.
17663 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17664 mention it in the docstring.
17665
17666 2004-04-24 Andreas Schwab <schwab@suse.de>
17667
17668 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17669
17670 * diff.el (diff): Set default-directory in diff buffer.
17671
17672 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17673
17674 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17675 mail was being composed if the terminal cannot display more than
17676 one frame; instead, switch to previous frame.
17677
17678 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17679 (rmail-start-mail): Support rmail-mail-new-frame even on
17680 terminals that can display only one frame at a time.
17681
17682 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17683
17684 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17685 (checkdoc-output-font-lock-keywords): Remove error regexp.
17686 (checkdoc-output-mode-map): Remove.
17687 (checkdoc-output-mode): Derive from compilation-mode.
17688 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17689
17690 * dired.el (dired-mode-map): Add a menu entry for wdired.
17691
17692 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17693 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17694
17695 * wdired.el (wdired-mode-map): Move init into declaration.
17696 Fix `return' binding.
17697 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17698 Use force-mode-line-update.
17699 (wdired-get-filename): Use `unless'.
17700 (wdired-preprocess-files): Don't assume names have no \n and use / for
17701 dir separator.
17702 (wdired-normalize-filename): Use replace-regexp-in-string.
17703 (wdired-load-hooks): Remove.
17704 (wdired-mode-hooks): Rename to wdired-mode-hook.
17705
17706 * info-look.el: Add support for cfengine-mode.
17707 (info-lookup-setup-mode): Use dolist.
17708
17709 2004-04-23 Juan Le\e,As\e(Bn Lahoz Garc\e,Am\e(Ba <juan-leon.lahoz@tecsidel.es>
17710
17711 * wdired.el: New file.
17712
17713 2004-04-23 Juanma Barranquero <lektu@terra.es>
17714
17715 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17716
17717 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17718 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17719 (pcomplete--help, pcomplete--here): Doc fixes.
17720
17721 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17722
17723 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17724 handles wrong-number-of-arguments in backend call.
17725
17726 * vc.el (vc-print-log): Likewise.
17727
17728 2004-04-20 Dave Love <fx@gnu.org>
17729
17730 * emacs-lisp/rx.el: Doc fixes.
17731 (rx-constituents): Add/extend many forms.
17732 (rx-check): Check form is a list.
17733 (bracket): Defvar.
17734 (rx-check-any, rx-any, rx-check-not): Modify.
17735 (rx-not): Simplify.
17736 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17737 (rx-kleene): Use rx-trans-forms.
17738 (rx-quote-for-set): Delete.
17739 (rx): Allow multiple args.
17740
17741 2004-04-23 Kenichi Handa <handa@m17n.org>
17742
17743 * international/mule-util.el (char-displayable-p): Simplify by
17744 using internal-char-font.
17745
17746 2004-04-23 Juanma Barranquero <lektu@terra.es>
17747
17748 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17749
17750 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17751
17752 * diff-mode.el (diff-next-error): New fun.
17753 (diff-mode): Use it.
17754
17755 * simple.el (next-error): Change arg name.
17756 Add support for the documented C-u C-x ` usage.
17757
17758 * frame.el (special-display-popup-frame, next-multiframe-window)
17759 (previous-multiframe-window): Only consider frames on same display.
17760
17761 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17762
17763 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17764 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17765
17766 2004-04-22 Kim F. Storm <storm@cua.dk>
17767
17768 * net/telnet.el (telnet): Add optional port arg.
17769
17770 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17771
17772 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17773 Minor sanity check on the `hyperlink' slot.
17774
17775 * Makefile.in (recompile): Compile new files.
17776
17777 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17778 Add byte-recompile-directory's optional `arg'.
17779
17780 * cvs-status.el (cvs-tree-use-charset): New var.
17781 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17782 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17783 (cvs-status-cvstrees): Use it.
17784
17785 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17786 Make it a normal major mode.
17787 (checkdoc-buffer-label): Make sure the file name is meaningful.
17788 (checkdoc-output-to-error-buffer): Remove.
17789 (checkdoc-error, checkdoc-start-section): Rewrite.
17790
17791 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17792 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17793 (Info-title-4-face): Use new syntax.
17794 (info-xref-visited): Inherit from info-xref.
17795
17796 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17797
17798 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17799
17800 * simple.el (next-error-last-buffer, next-error-function):
17801 New variables for the next-error framework.
17802 (next-error-buffer-p): New function.
17803 (next-error-find-buffer): Generalize compilation-find-buffer.
17804 (next-error, previous-error, first-error, next-error-no-select)
17805 (previous-error-no-select): Move from compile.el.
17806
17807 * replace.el (occur-next-error, occur-1): Hook into the next-error
17808 framework.
17809
17810 * progmodes/compile.el (compilation-start):
17811 Set next-error-last-buffer so next-error knows where to jump.
17812 (compilation-setup): Set the buffer-local variable
17813 next-error-function to 'compilation-next-error-function.
17814 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17815 alternate way to find if a buffer is a compilation buffer, for
17816 next-error convenience.
17817 (next-error-no-select, previous-error-no-select, next-error)
17818 (previous-error, first-error): Move to simple.el.
17819 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17820 (compilation-last-buffer): Remove.
17821 (compilation-start, compilation-next-error, compilation-setup)
17822 (compilation-next-error-function, compilation-find-buffer):
17823 Remove compilation-last-buffer use.
17824
17825 2004-04-21 Juanma Barranquero <lektu@terra.es>
17826
17827 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17828 (font-lock-warning-face): Fix spacing.
17829
17830 * makefile.w32-in (WINS): Add url/ directory.
17831
17832 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17833
17834 * desktop.el (desktop-buffer-mode-handlers): New variable.
17835 Alist of major mode specific functions to restore a desktop buffer.
17836 (desktop-buffer-handlers): Make variable obsolete.
17837 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17838 Catch errors signaled in handlers. Update buffer count.
17839 Evaluate desktop-buffer-point.
17840 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17841 move to dired.el.
17842 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17843 move to info.el.
17844 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17845 move to mail/rmail.el.
17846 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17847 to mh-e/mh-e.el.
17848 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17849 On fail, print message (to message buffer) even if
17850 desktop-missing-file-warning is nil.
17851 (desktop-buffer-misc-data-function): New buffer local variable.
17852 Function returning major mode specific data.
17853 (desktop-buffer-misc-functions): Make variable obsolete.
17854 (desktop-save): Use desktop-buffer-misc-data-function.
17855 (desktop-buffer-dired-misc-data): Rename to
17856 dired-desktop-buffer-misc-data and move to dired.el.
17857 (desktop-buffer-info-misc-data): Rename to
17858 Info-desktop-buffer-misc-data and move to info.el.
17859 (desktop-read): Add message about number of buffers restored/failed.
17860
17861 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17862 Add parameters. Pause to display error only when
17863 desktop-missing-file-warning is non-nil.
17864 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17865 (dired-mode): Bind desktop-buffer-misc-data-function.
17866
17867 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17868 Add Parameters.
17869 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17870 (Info-mode): Bind desktop-buffer-misc-data-function.
17871
17872 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17873 Add Parameters.
17874
17875 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17876 Add Parameters.
17877
17878 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17879
17880 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17881 the case of letters in case-insensitive expansions when the
17882 abbrev is preceded by characters with letter syntax.
17883
17884 2004-04-21 Richard M. Stallman <rms@gnu.org>
17885
17886 * progmodes/cperl-mode.el (cperl-putback-char):
17887 Delete Emacs 18 definition.
17888
17889 * international/mule.el (ctext-post-read-conversion):
17890 Use assoc-string, not assoc-ignore-case.
17891
17892 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17893
17894 * emacs-lisp/easymenu.el (easy-menu-add):
17895 Do call x-popup-menu, but only if it's defined.
17896
17897 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17898
17899 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17900 Handle multiple args: compile like progn.
17901
17902 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17903 take all args as &rest arg.
17904
17905 * autoinsert.el (auto-insert-alist): Insert the user's name in
17906 copyright notice, rather than Free Software Foundation.
17907
17908 2004-04-21 Kenichi Handa <handa@m17n.org>
17909
17910 * descr-text.el (describe-char): Make it work on *Help* buffer.
17911
17912 2004-04-21 Kim F. Storm <storm@cua.dk>
17913
17914 * image.el (insert-image): Add optional SLICE arg.
17915 (insert-sliced-image): New defun.
17916
17917 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17918
17919 * subr.el (read-number): Check whether `default' is nil.
17920
17921 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17922
17923 * progmodes/compile.el (compilation-error-properties):
17924 Split into two.
17925 (compilation-internal-error-properties): New one.
17926 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17927
17928 2004-04-20 Richard M. Stallman <rms@gnu.org>
17929
17930 * window.el (split-window-save-restore-data):
17931 Don't update the data if OLD-INFO is nil.
17932
17933 * view.el (view-return-to-alist): Mark it permanent local.
17934
17935 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17936
17937 * recentf.el (recentf-save-list): Catch and warn about errors.
17938
17939 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17940 so "Buffers" won't be pure.
17941
17942 * help-mode.el (help-mode-finish): Set help-return-alist first
17943 thing, setting only the entry for the selected window.
17944
17945 * help-fns.el (describe-function-1): If many non-control non-meta
17946 keys run the command, don't list all of them.
17947
17948 2004-04-20 Juanma Barranquero <lektu@terra.es>
17949
17950 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17951 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17952
17953 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17954
17955 2004-04-20 Kenichi Handa <handa@m17n.org>
17956
17957 * international/quail.el (quail-lookup-key): New optional arg
17958 NOT-RESET-INDICES.
17959 (quail-get-translations): Call quail-lookup-key with
17960 NOT-RESET-INDICES t.
17961 (quail-completion): Likewise.
17962 (quail-lookup-map-and-concat): Likewise.
17963
17964 2004-04-20 Kenichi Handa <handa@m17n.org>
17965
17966 * international/quail.el (quail-update-translation): Don't insert
17967 such an unsupported multibyte char in a unibyte buffer.
17968
17969 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17970
17971 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17972 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17973 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17974 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17975 (gdb-frame-assembler-buffer): Improve behavior with
17976 multiple frames.
17977 (gdb-display-buffer): Extend search to all visible frames.
17978
17979 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17980
17981 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17982 characters left after base64 decoding.
17983 (rmail-decode-region): Use -dos variety of `coding', to remove any
17984 ^M characters left after qp or base64 decoding.
17985
17986 2004-04-19 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
17987
17988 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17989 messages.
17990
17991 2004-04-19 Stephen Eglen <stephen@gnu.org>
17992
17993 * add-log.el (add-change-log-entry): Update doc string to mention
17994 add-log-full-name and add-log-mailing-address.
17995
17996 2004-04-18 Juri Linkov <juri@jurta.org>
17997
17998 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17999 (Info-find-node-2): Simplify error message.
18000 (Info-insert-dir): Use Info-following-node-name.
18001 (Info-goto-node): Remove *info-history* and *info-toc*.
18002 (Info-history): Create a node of the virtual history file.
18003 (Info-toc): Create a node of the virtual toc file.
18004 (Info-insert-toc): New arg `curr-file' for reference file names.
18005 (info-apropos): Remove redundant var binding for temp-file.
18006 (Info-index, Info-index-next, Info-mode): Doc fix.
18007 (Info-goto-emacs-command-node): Don't jump to *info* from
18008 non-*info* Info buffers.
18009 (Info-fontify-node): Don't show the file name of external
18010 references if `Info-hide-note-references' is `hide'. Don't hide
18011 newlines at the end of paragraphs.
18012
18013 * international/mule-diag.el (list-input-methods):
18014 Fix args to help-xref-button.
18015
18016 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
18017 to put into effect local variables from TUTORIAL files.
18018
18019 * textmodes/paragraphs.el (sentence-end) <function>: New fun
18020 with default value taken from the variable `sentence-end'.
18021 (sentence-end) <defcustom>: Set default to nil. Doc fix.
18022 Add nil const to :type.
18023 (sentence-end-without-period, sentence-end-double-space)
18024 (sentence-end-without-space): Doc fix.
18025
18026 * textmodes/paragraphs.el (forward-sentence):
18027 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
18028 (fill-delete-newlines):
18029 * progmodes/cc-cmds.el (c-beginning-of-statement):
18030 Use function `sentence-end' instead of variable `sentence-end'.
18031
18032 2004-04-18 Andreas Schwab <schwab@suse.de>
18033
18034 * progmodes/compile.el (compilation-start): Set window start to
18035 point-min if compilation-scroll-output is nil.
18036
18037 2004-04-18 John Wiegley <johnw@newartisans.com>
18038
18039 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
18040
18041 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
18042
18043 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
18044 (gdb-info-breakpoints-custom): Revert previous change.
18045 (gdb-view-assembler): Update assembler if necessary.
18046 (gdb-frame-handler): Parse correctly for gdb-current-frame.
18047 (gdb-display-source-buffer): Update properly when both source and
18048 assembler are visible.
18049
18050 2004-04-17 John Wiegley <johnw@newartisans.com>
18051
18052 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
18053 which limits the number of names shown in the minibuffer. Off by
18054 default.
18055 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
18056 up iswitchb for users with a multitude of open buffers by showing
18057 only the first and last N/2 buffers in the completion list (which
18058 is enough to aid C-s/C-r, and to know that more characters are
18059 needed to refine the completion list).
18060
18061 2004-04-17 Richard M. Stallman <rms@gnu.org>
18062
18063 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
18064 (file-truename): Expand all ~ constructs directly.
18065 (insert-directory): Delete any error msg output by the
18066 `insert-directory-program'.
18067
18068 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
18069 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
18070 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
18071 (allout-init): Use find-file-hook, not find-file-hooks.
18072 (allout-mode): Eliminate Emacs 18 support.
18073 Use write-contents-functions, not local-write-file-hooks.
18074
18075 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
18076
18077 * progmodes/compile.el (compilation-error-properties): Fix for
18078 adding messages when there are already markers for their file.
18079 (compilation-fake-loc): New function.
18080
18081 2004-04-16 Dave Love <fx@gnu.org>
18082
18083 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
18084 (python-load-file): Fix python-orig-start setting.
18085
18086 * progmodes/compile.el: Doc fixes.
18087 (compilation-error-regexp-alist-alist)
18088 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
18089 (compilation-assq): Wrap in eval-when-compile.
18090 (compilation-mode-font-lock-keywords): Don't use list*.
18091 (compilation-start): Avoid warning.
18092 (compilation-compat-error-properties)
18093 (compilation-directory-properties): Add keymap property.
18094 (compilation-parsing-end): Make it a marker for better compatibility.
18095
18096 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
18097
18098 2004-04-16 Mark A. Hershberger <mah@everybody.org>
18099
18100 * xml.el: Doc fixes.
18101 (xml-get-children): Only looks at sub-tags and ignore strings.
18102
18103 * xml.el (xml-parse-tag): Avoid overwriting node-name.
18104
18105 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
18106
18107 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
18108
18109 2004-04-16 Andre Spiegel <spiegel@gnu.org>
18110
18111 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
18112
18113 * vc.el (vc-print-log): Likewise.
18114
18115 2004-04-16 Masatake YAMATO <jet@gyve.org>
18116
18117 * simple.el (completion-setup-function): Set an initial value
18118 to `element-common-end' before entering loop. Set a value
18119 to `element-common-end' at the end of loop.
18120 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
18121 (completions-common-part): Rename from completion-de-emphasis.
18122 (completions-first-difference): Rename from completion-emphasis.
18123 Suggested by RMS.
18124
18125 2004-04-16 Juanma Barranquero <lektu@terra.es>
18126
18127 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
18128 (bookmark-edit-annotation-mode): Add mode name.
18129
18130 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18131
18132 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
18133 for nested conflict markers.
18134 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
18135
18136 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
18137
18138 * progmodes/gdb-ui.el (gdb-goto-info): New function.
18139
18140 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
18141
18142 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
18143
18144 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
18145 Give a backtrace if requested.
18146
18147 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
18148
18149 * progmodes/python.el (python-mouse-2-command, python-RET-command):
18150 Remove unused functions.
18151 (python-orig-start-line, python-orig-file): Remove.
18152 (python-orig-start): New var.
18153 (python-input-filter, python-compilation-line-number)
18154 (python-send-region, python-load-file): Use it.
18155
18156 * info.el (info): Always jump to *info*.
18157
18158 * subr.el (posn-set-point): New function.
18159
18160 * mouse.el (mouse-set-point): Use it.
18161
18162 * progmodes/compile.el (compile-goto-error): Use it.
18163 (compilation-button-map): New keymap.
18164 (compilation-error-properties): Use it.
18165 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18166
18167 * smerge-mode.el (smerge-popup-context-menu): Use it.
18168
18169 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18170 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18171 mouse and non-mouse case.
18172
18173 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18174 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18175
18176 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18177 Make it work for non-mouse events.
18178
18179 * pcvs-info.el (cvs-status-map): Update binding name.
18180
18181 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18182
18183 * xml.el (xml-maybe-do-ns): New function to handle namespace
18184 parsing of both attribute and element names.
18185 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18186 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18187 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18188 (xml-parse-attlist): Make it do its own namespace parsing.
18189
18190 2004-04-14 Dave Love <fx@gnu.org>
18191
18192 * progmodes/python.el (run-python): Fix use of \n.
18193 (python-load-file): Remove `try' from Python fragment.
18194 (python-describe-symbol): Fix message.
18195
18196 * comint.el: Doc fixes.
18197 (comint-last-input-start, comint-last-input-end)
18198 (comint-last-output-start): Give them values.
18199 (comint-arguments): Avoid warning.
18200 (comint-skip-prompt): Use line-end-position.
18201 (comint-backward-matching-input): Rename arg to agree with doc.
18202 (comint-extract-string): Use syntax-ppss.
18203 (comint-dynamic-simple-complete): Delete useless list construction.
18204 (comint-redirect-subvert-readonly): New.
18205 (comint-redirect-preoutput-filter): Use it.
18206
18207 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18208 Correctly handle negative arguments when calling hook functions.
18209
18210 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18211
18212 * info.el (info-apropos): Don't clobber Info-history-list.
18213
18214 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18215
18216 * progmodes/compile.el (compilation-setup):
18217 Localize overlay-arrow-position.
18218 (compilation-sentinel): Restructure code equivalently.
18219 (compilation-next-error): Find message on same line after point if
18220 not found before point.
18221 (compile-mouse-goto-error): Restore function so that compilation
18222 buffer need not be current and use compile-goto-error.
18223 (compile-goto-error): Restore function.
18224 (next-error): Set overlay-arrow-position.
18225 (compilation-forget-errors): Don't localize already local
18226 compilation-locs and remove FIXME about refontifying.
18227
18228 2004-04-14 Kim F. Storm <storm@cua.dk>
18229
18230 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18231 (command-line): New option -Q. Like -q --no-site-file, but
18232 in addition it also disables menu-bar, tool-bar, scroll-bars,
18233 tool-tips, and the blinking cursor.
18234 (command-line-1): Skip startup screen if -Q.
18235 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18236
18237 * emulation/cua-base.el (cua-read-only-cursor-color)
18238 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18239
18240 2004-04-13 Dave Love <fx@gnu.org>
18241
18242 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18243 (syntax): Don't require.
18244 (python) <defgroup>: Add :version.
18245 (python-quote-syntax): Re-written.
18246 (inferior-python-mode): Move stuff here from run-python and add
18247 some more.
18248 (python-preoutput-continuation, python-preoutput-result)
18249 (python-dotty-syntax-table): New.
18250 (python-describe-symbol): Use them.
18251 (run-python): Move stuff to inferior-python-mode. Modify code
18252 loaded into Python.
18253 (python-send-region): Use python-proc, python-send-string.
18254 (python-send-string): Send newlines too. Callers changed.
18255 (python-load-file): Re-written.
18256 (python-eldoc-function): New.
18257 (info-look): Don't require.
18258 (python-after-info-look): New. A modified version of former
18259 top-level code for use with eval-after-load.
18260 (python-maybe-jython, python-guess-indent): Use widened buffer.
18261 (python-fill-paragraph): Re-written.
18262 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18263 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18264
18265 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18266
18267 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18268 Set compilation-error-regexp-alist earlier.
18269
18270 * progmodes/compile.el (compilation-minor-mode-map)
18271 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18272 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18273
18274 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18275
18276 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18277 corresponding to the event.
18278
18279 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18280
18281 * loadup.el: Add cygwin to system-type list, for unexec() support.
18282
18283 2004-04-12 John Paul Wallington <jpw@gnu.org>
18284
18285 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18286 (ibuffer-restore-window-config-on-quit): New variable to replace
18287 `ibuffer-delete-window-on-quit'. Update all references.
18288 (ibuffer-prev-window-config): New variable.
18289 (ibuffer-quit): Restore previous window configuration instead of
18290 deleting window.
18291 (ibuffer): Save window configuration before showing Ibuffer buffer.
18292
18293 * help.el (describe-mode): Doc fix.
18294
18295 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18296
18297 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18298 not to treat nil as a function.
18299
18300 * vc-arch.el (vc-arch-root): Be a bit more careful.
18301 (vc-arch-register): Save the buffer if we modified it.
18302 (vc-arch-delete-rej-if-obsolete): Save excursion.
18303 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18304 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18305
18306 * net/ldap.el (ldap-search): Use list*.
18307
18308 2004-04-12 Juri Linkov <juri@jurta.org>
18309
18310 * info.el (Info-follow-reference): Allow multiline reference name.
18311
18312 2004-04-11 Dave Love <fx@gnu.org>
18313
18314 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18315
18316 * progmodes/python.el: New file.
18317
18318 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18319
18320 * vc-hooks.el (vc-arg-list): Function removed.
18321 (vc-default-workfile-unchanged-p): Use condition-case to check for
18322 backward compatibility.
18323
18324 * vc.el (vc-print-log): Use condition-case to check for backward
18325 compatibility.
18326
18327 2004-04-11 Juri Linkov <juri@jurta.org>
18328
18329 * dired.el (dired-faces): New defgroup.
18330 (dired-header, dired-mark, dired-marked, dired-flagged)
18331 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18332 New faces.
18333 (dired-header-face, dired-mark-face, dired-marked-face)
18334 (dired-flagged-face, dired-warning-face, dired-directory-face)
18335 (dired-symlink-face, dired-ignored-face): New face variables.
18336 (dired-font-lock-keywords): Use them instead of font-lock faces.
18337 Split the rule for dired marks into 3 separate rules: for marks,
18338 marked file names and flagged file names.
18339
18340 * help-mode.el (help-make-xrefs): Add a final newline to the
18341 *Help* buffer.
18342
18343 2004-04-11 John Paul Wallington <jpw@gnu.org>
18344
18345 * replace.el (occur-engine): Distinguish between one and several
18346 matches in the matches per buffer heading.
18347
18348 2004-04-11 Kim F. Storm <storm@cua.dk>
18349
18350 * ido.el (ido-confirm-unique-completion): New defcustom.
18351 (ido-complete): Use it.
18352 (ido-write-file): Set it to t unconditionally.
18353
18354 2004-04-10 Miles Bader <miles@gnu.org>
18355
18356 RCS keyword removal (only non-comment changes are enumerated here):
18357
18358 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18359 (byte-compile-insert-header): Don't use `byte-compile-version'.
18360 * forms.el (forms-version): Variable removed.
18361 (forms-mode): Don't use `forms-version'.
18362 * recentf.el (recentf-version): Variable removed.
18363 * progmodes/delphi.el (delphi-version): Variable removed.
18364 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18365
18366 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18367
18368 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18369
18370 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18371
18372 * info.el (info-apropos): Improve menu item regexp.
18373
18374 2004-04-09 Simon Josefsson <jas@extundo.com>
18375
18376 * mail/smtpmail.el: Add comment, based on report by
18377 kdc@rcn.com (Kevin D. Clark).
18378
18379 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18380
18381 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18382 Redo one more thing that I didn't notice Daniel had undone.
18383
18384 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18385
18386 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18387 (gdb-goto-breakpoint, gdb-display-buffer)
18388 (gdb-display-source-buffer, gdb-view-source-function)
18389 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18390 (gdb-source-info, gdb-frame-handler): Don't specify a window
18391 for display.
18392 (gdb-info-breakpoints-custom): Remove superfluous update of
18393 assembler buffer.
18394 (gdb-many-windows): Make settable outside gdb.
18395
18396 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18397
18398 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18399 Derive from fundamental-mode rather than text-mode.
18400
18401 2004-04-08 Juri Linkov <juri@jurta.org>
18402
18403 * info.el (Info-history): Doc fix.
18404 (Info-history-list): New var.
18405 (info-xref): Change magenta4 to blue, remove bold for dark and
18406 light backgrounds, change bold to underline for non-color classes.
18407 (info-xref-visited): New face.
18408 (Info-fontify-visited-nodes): New custom.
18409 (Info-hide-note-references): Add new value `hide'. Doc fix.
18410 (Info-reference-name): New var.
18411 (Info-selection-hook): New custom.
18412 (Info-edit-mode-hook): New var.
18413 (Info-find-file): New fun.
18414 (Info-find-node): Move part of code to Info-find-file.
18415 (Info-find-node-2): Add anchors to Info-history-list. Move point
18416 to the place with the reference name if name is defined.
18417 (Info-select-node): Add current node to Info-history-list.
18418 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18419 (Info-search-whitespace-regexp): New custom.
18420 (Info-search-case-fold): New var.
18421 (Info-search): Add "case-sensitively" to the prompt.
18422 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18423 (Info-search-case-sensitively, Info-search-next): New fun.
18424 (Info-up): Move point to the menu item of the current node.
18425 (Info-history): New fun. Add *info-history* to
18426 same-window-buffer-names.
18427 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18428 (Info-insert-toc): New fun.
18429 (Info-build-toc): New fun.
18430 (Info-follow-reference): Add new arg `fork'. Doc fix.
18431 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18432 with the same name prefer the reference closest to point.
18433 (Info-next-reference): Replace * by + in the *Note regexp.
18434 Add regexp for http:// and ftp://. Skip the *Note prefix.
18435 (Info-prev-reference): Replace * by + in the *Note regexp.
18436 Add regexp for http:// and ftp://. Skip the *Note prefix.
18437 (Info-follow-nearest-node): Add new arg `fork'.
18438 (Info-try-follow-nearest-node): Add new arg `fork'.
18439 Call browse-url for http:// and ftp:// references.
18440 Set Info-reference-name for index entries.
18441 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18442 Info-search-next, Info-history, Info-toc, clone-buffer.
18443 (Info-menu-update): Replace * by + in the *Note regexp.
18444 (Info-mode): Add documentation for Info-history, Info-toc,
18445 Info-search-case-sensitively, Info-search-next, clone-buffer.
18446 (Info-fontify-menu-headers): Remove fun. Move code to
18447 Info-fontify-node.
18448 (Info-fontify-node): Add docstring. Add local vars
18449 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18450 then fontify header line, titles, menu headers, http and ftp
18451 references, refill paragraphs. If not-fontified-p is t or
18452 fontify-visited-p is t then fontify cross references, menu items.
18453 Fontify menu headers. Fontify http and ftp references.
18454 Change regexp for cross references to require whitespace after *Note,
18455 add matching groups for file and node names. Remove hack for quote.
18456 Use display property for Info-hide-note-references=t. Use fifth
18457 or fourth match for help-echo. Display visited nodes in a
18458 different face. Unhide file names of external references.
18459 Unhide newlines. Display visited menu items in a different face.
18460
18461 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18462
18463 * progmodes/compile.el: Require CL.
18464 (compilation-mode-font-lock-keywords): Re-install the "line as
18465 function" patch.
18466
18467 * help-fns.el (help-C-source-directory): New var.
18468 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18469 (describe-function-1, describe-variable): Use them.
18470
18471 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18472 to C source files specially.
18473
18474 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18475
18476 * info.el (Info-hide-cookies-node): New function.
18477 (Info-select-node): Use it.
18478 (Info-display-images-node): Remove message with image file name.
18479
18480 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18481
18482 * progmodes/compile.el (compilation-warning-face)
18483 (compilation-info-face, compilation-skip-threshold)
18484 (compilation-skip-visited, compilation-context-lines):
18485 Declare :version when added to Emacs.
18486 (compilation-error-regexp-alist-alist): Extend caml and irix.
18487 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18488 (compilation-mode-font-lock-keywords): Temporarily undo line as
18489 function patch, which wasn't ready.
18490
18491 2004-04-07 Kenichi Handa <handa@m17n.org>
18492
18493 * international/latin1-disp.el (latin1-display-setup): Check each
18494 character is displayable or not instead of calling
18495 latin1-display-check-font.
18496
18497 2004-04-06 Kenichi Handa <handa@m17n.org>
18498
18499 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18500 New variable.
18501 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18502 instead of sera-being-called-by-w3.
18503 (ethio-fidel-to-sera-buffer): Likewise.
18504 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18505 instead of sera-being-called-by-w3.
18506 (ethio-write-file): Likewise.
18507
18508 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18509
18510 * printing.el: Doc fix.
18511
18512 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18513
18514 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18515 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18516 (gdb-setup-windows): Only use separate IO buffer if required.
18517
18518 2004-04-06 Kim F. Storm <storm@cua.dk>
18519
18520 * term.el (term-is-xemacs): Remove.
18521 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18522 (term-window-width): New function.
18523 (term-mode, term-check-size): Use it.
18524 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18525
18526 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18527
18528 * cus-edit.el (custom-add-parent-links): Change unbound variable
18529 `symbol' to `name'.
18530
18531 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18532 * info.el (info-apropos): New function.
18533 (Info-mode-menu): Add it.
18534 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18535
18536 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18537 inherited docstring.
18538
18539 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18540
18541 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18542
18543 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18544
18545 * progmodes/compile.el (font-lock): Don't require any more.
18546 (compilation-error-properties, compilation-start, compilation-sentinel)
18547 (compilation-filter, next-error): Use with-current-buffer.
18548 (compilation-skip-to-next-location, compilation-skip-threshold)
18549 (compilation-skip-visited): Move to silence the byte-compiler.
18550 (compilation-setup): Simplify.
18551 (compilation-next-error): Use line-(beginning|end)-position.
18552 Make sure `pt' is non-nil before using compilation-loop.
18553 (compile-goto-error): Add optional event arg. Use it.
18554 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18555 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18556 Update the binding for mouse-2.
18557 (first-error): Set compilation-current-error to nil rather than bob.
18558 (compilation-parsing-end, compilation-parse-errors-function)
18559 (compilation-error-list, compilation-old-error-list):
18560 "New" compatibility variables.
18561 (compile-buffer-substring, compilation-compat-error-properties)
18562 (compilation-compat-parse-errors, compilation-forget-errors):
18563 New compatibility functions.
18564 (compilation-mode-font-lock-keywords): Use them.
18565
18566 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18567
18568 * autorevert.el (auto-revert-handler): If point (or a window
18569 point) is at the end of the buffer, keep it there after
18570 reverting. This allows to tail a file.
18571 Mention this in the `Commentary'.
18572
18573 * format.el (format-write-file): Add optional argument CONFIRM
18574 and make it behave like the analogous argument to `write-file'.
18575
18576 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18577
18578 * progmodes/ebnf2ps.el: Doc fix.
18579 (ebnf-version): New version number (4.2).
18580 (ebnf-syntax): Customization and docstring fix.
18581 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18582 Put autoloaded funs before first use.
18583 (ebnf-style-database): Add dtd entry.
18584 (ebnf-syntax-alist): Add dtd initialization.
18585 (ebnf-token-sequence): New fun.
18586 (ebnf-comment-table): Add new comment action character.
18587 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18588
18589 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18590 Type Definition for XML).
18591
18592 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18593 * progmodes/ebnf-bnf.el (ebnf-sequence):
18594 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18595 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18596 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18597 Code simplification: call ebnf-token-sequence.
18598
18599 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18600
18601 * calendar/timeclock.el (timeclock-relative)
18602 (timeclock-get-project-function, timeclock-get-workday-function)
18603 (timeclock-query-out, timeclock-when-to-leave)
18604 (timeclock-when-to-leave-string, timeclock-log-data)
18605 (timeclock-generate-report, timeclock-in): Doc fixes.
18606
18607 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18608
18609 * url/: New dir. Import the URL package from its repository.
18610
18611 2004-04-03 Andreas Schwab <schwab@suse.de>
18612
18613 * diff-mode.el (diff-mode): Fix missing quote.
18614
18615 2004-04-03 Juri Linkov <juri@jurta.org>
18616
18617 * descr-text.el (describe-property-list): Add `font-lock-face'.
18618
18619 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18620
18621 2004-04-02 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
18622
18623 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18624 Use utf-16le on little endian machines and utf-16be otherwise.
18625
18626 2004-04-02 David Kastrup <dak@gnu.org>
18627
18628 * net/browse-url.el (browse-url-generic): Use call-process
18629 instead of start-process to allow browsers that fork and detach.
18630
18631 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18632
18633 * compile.el (compilation-current-error): New var.
18634 (compilation-setup, compile-mouse-goto-error)
18635 (compile-goto-error, next-error): Use it.
18636 (compilation-skip-to-next-location): Default to t, which gives
18637 contiguous skipping like old compile (where this was redundant).
18638 (compilation-next-error): Prevent previous-* commands from moving
18639 back to message at or just before point.
18640
18641 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18642
18643 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18644 (gdb-source-info): Don't display source at startup, if required.
18645 (gdb-show-main): New option.
18646 (gdba): Update documentation.
18647 (gdb-source): Cover case of auto-display output.
18648
18649 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18650
18651 * autorevert.el: Delete obsolete autoloads and defvars.
18652 (auto-revert-check-vc-info): New user option.
18653 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18654 (auto-revert-handler-vc): Delete.
18655 (auto-revert-handler): Treat return value `fast' of
18656 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18657
18658 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18659 return `fast'.
18660
18661 * files.el (buffer-stale-function): Doc change.
18662
18663 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18664
18665 * printing.el: New tip on Tips section.
18666 (pr-version): New version number (6.7.4).
18667 (pr-shell-file-name): Initialization fix.
18668
18669 2004-03-31 Juri Linkov <juri@jurta.org>
18670
18671 * dired.el: Add autoload for `dired-do-touch'.
18672 (dired-touch-program): New var.
18673 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18674 (dired-no-confirm): Add `touch' to docstring.
18675
18676 * dired-aux.el (dired-do-touch): New fun.
18677 (dired-do-chxxx): Add argument -t for touch operation.
18678
18679 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18680 `dired-move-to-filename-regexp'.
18681
18682 2004-03-31 H\e,Ae\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18683
18684 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18685
18686 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18687
18688 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18689 and only if the buffer was modified.
18690
18691 2004-03-30 Kenichi Handa <handa@m17n.org>
18692
18693 * international/characters.el: Delete pairs for U+2308..U+230B.
18694
18695 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18696
18697 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18698 to detect the beginning of a level 2 or 3 annotation.
18699
18700 2004-03-29 Kenichi Handa <handa@m17n.org>
18701
18702 * international/ucs-tables.el (ucs-insert): Fix the error message.
18703
18704 2004-03-29 Kenichi Handa <handa@m17n.org>
18705
18706 * international/mule-util.el (char-displayable-p): Fix generation
18707 of XLFD file name.
18708
18709 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18710 before finding directories by `find'.
18711
18712 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18713
18714 * subr.el (interactive-form): Delete. Now implemented in C.
18715
18716 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18717
18718 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18719 (vc-diff-label): New fun.
18720 (vc-diff-internal): Use it.
18721
18722 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18723
18724 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18725
18726 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18727
18728 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18729 specify XML (EBNFX).
18730
18731 * progmodes/ebnf2ps.el: Doc fix.
18732 (ebnf-version): New version number (4.1).
18733 (ebnf-syntax): Adjust customization.
18734 (ebnf-style-database): Add ebnfx entry.
18735 (ebnf-syntax-alist): Add ebnfx initialization.
18736 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18737
18738 * printing.el: Doc fix.
18739 (pr-version): New version number (6.7.3).
18740 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18741 returns nil for mouse position. Reported by Drew Adams
18742 <drew.adams@oracle.com>.
18743 (pr-update-menus): Modify interactive declaration. Reported by Drew
18744 Adams <drew.adams@oracle.com>.
18745
18746 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18747
18748 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18749 (gud-gdba-marker-filter): Log the process input and output, if
18750 required. From Stefan Monnier.
18751 (gdb-debug-log, gdb-enable-debug-log): New variables.
18752 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18753
18754 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18755
18756 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18757 From lorentey@elte.hu (L\e$,1 q\e(Brentey K\e,Aa\e(Broly).
18758
18759 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18760
18761 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18762 Call vc-find-file-hook here instead of in auto-revert-buffers.
18763 (auto-revert-buffers): Delete call to vc-find-file-hook.
18764 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18765 (global-auto-revert-mode, auto-revert-set-timer)
18766 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18767
18768 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18769
18770 * woman.el (woman-change-fonts): Rename local variable
18771 woman-font-alist to font-alist to avoid a compiler warning.
18772
18773 2004-03-27 Dave Love <fx@gnu.org>
18774
18775 * emacs-lisp/rx.el (rx): Doc fix.
18776 Fix copyright years.
18777
18778 * strokes.el (strokes-global-set-stroke-string): New function.
18779 (strokes-list-strokes): Cope with strings, not just commands.
18780 Set foreground color of image.
18781 (strokes-global-set-stroke): Doc fix.
18782
18783 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18784
18785 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18786 Auto Revert mode.
18787 (Buffer-menu-files-only): New variable.
18788 (Buffer-menu-toggle-files-only): New function.
18789 (Buffer-menu-mode-map): Bind it to `T'.
18790 (Buffer-menu-mode): Mention `T' in docstring.
18791 Set buffer-stale-function.
18792 (list-buffers-noselect): Mark buffer non-modified and set
18793 Buffer-menu-files-only.
18794
18795 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18796
18797 * autorevert.el (auto-revert-handler): Print revert message
18798 before, rather than after, reverting.
18799 (buffer-stale-function): Move to files.el.
18800
18801 * files.el (buffer-stale-function): Move here from autorevert.el.
18802
18803 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18804
18805 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18806
18807 * calc/calc.el (calc-mode-map): Use mapc.
18808
18809 * apropos.el (apropos-mode): Don't autoload.
18810 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18811 (apropos): Use it.
18812 (apropos-print): Add optional `text' argument.
18813 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18814 Don't assume point-min == 1.
18815
18816 * bs.el (bs-buffer-list): Use buffer-local-value.
18817 (bs--set-toggle-to-show): Use with-current-buffer.
18818
18819 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18820 New funs.
18821 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18822
18823 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18824
18825 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18826 (dabbrev--find-expansion): Use pop.
18827 (dabbrev--search): Use match-string-no-properties.
18828
18829 * dired.el (dired-mode): Use run-mode-hooks.
18830 (dired-move-to-end-of-filename): Use match-string.
18831
18832 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18833 is bound before using it.
18834 (ediff-verbose-p): Make it into a var since it's not constant.
18835
18836 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18837
18838 * faces.el (read-face-font): Don't cons up unnecessarily.
18839 (header-line, tool-bar): Share common parts.
18840
18841 * files.el (file-relative-name): Use compare-strings.
18842
18843 * finder.el (finder-mode): Follow coding convention.
18844
18845 * subr.el (read-number): New function.
18846
18847 * ses.el (ses-read-number): Move to subr.el.
18848 (ses-set-header-row): Use read-number.
18849
18850 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18851
18852 * vc-hooks.el (vc-arg-list): New function, which handles both
18853 compiled and uncompiled code.
18854 (vc-default-workfile-unchanged-p): Use it.
18855
18856 * vc.el (vc-print-log): Undo prev change, use new function
18857 vc-arg-list from vc-hooks.el.
18858
18859 2004-03-26 Masatake YAMATO <jet@gyve.org>
18860
18861 * simple.el (completion-setup-function): Emphasize the
18862 first uncommon characters in the completions; and de-emphasize
18863 the common prefix substrings.
18864 (completion-emphasis): New face.
18865 (completion-de-emphasis): New face.
18866
18867 2004-03-25 Juanma Barranquero <lektu@terra.es>
18868
18869 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18870 Comment out (it's unused and unfinished code).
18871
18872 2004-03-25 Sam Steingold <sds@gnu.org>
18873
18874 * vc.el (vc-print-log): Fix a bug in the last patch:
18875 backend-function may be a byte-compiled object, not a lambda.
18876
18877 2004-03-25 Juri Linkov <juri@jurta.org>
18878
18879 * descr-text.el (describe-property-list): Add a button
18880 for `face' property that calls `describe-face'.
18881 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18882
18883 * international/mule.el (keyboard-coding-system):
18884 * kmacro.el (kmacro-call-macro): Fix docstring.
18885
18886 * dired.el: Fix comments.
18887
18888 * textmodes/fill.el (fill): Fix Info link.
18889
18890 * font-lock.el (fast-lock, lazy-lock):
18891 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18892 Info node.
18893
18894 * eshell/eshell.el (eshell): Fix broken info-link.
18895
18896 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18897 * eshell/em-banner.el (eshell-banner):
18898 * eshell/em-smart.el (eshell-smart):
18899 * eshell/esh-cmd.el (eshell-cmd):
18900 Comment out broken info-links to incomplete Info manual.
18901
18902 * info-xref.el: Fix commentary.
18903
18904 2004-03-25 Kevin Ryde <user42@zip.com.au>
18905
18906 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18907 Remove spurious node duplicate suppression, doesn't work, not wanted.
18908 (info-xref-output): Take format style args, add "sit-for 0" to let
18909 user see the results as they progress.
18910 (info-xref-check-all-custom): New function.
18911
18912 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18913
18914 * gdb-ui.el: Moved to progmodes.
18915
18916 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18917
18918 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18919
18920 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18921
18922 * calendar/appt.el (appt-check): Remove superfluous progn.
18923 When finished with diary buffer: if it was not being displayed
18924 before, kill it; otherwise restore its original state.
18925 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18926
18927 * calendar/calendar.el (calendar-set-mode-line): Use total
18928 available mode-line width, rather than frame-width.
18929
18930 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18931 after mode change so effect not lost.
18932
18933 2004-03-23 Dave Love <fx@gnu.org>
18934
18935 * dired.el (dired) <defgroup>: Add link to manual.
18936 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18937 (dired-revert): Use dolist.
18938 (dired-mode-map): Add U binding.
18939 (dired-mode): Add font-lock-beginning-of-syntax-function.
18940 (dired-garbage-files-regexp): Make it a defcustom.
18941
18942 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18943
18944 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18945 is equivalent to nil.
18946 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18947 (vc-arch-mode-line-string): Accept `added' state.
18948 (vc-arch-state): Use inode-sigs if available.
18949 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18950 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18951 (vc-arch-tagline-re): New var.
18952 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18953 New functions.
18954 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18955 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18956
18957 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18958 (vc-file-not-found-hook): Use it.
18959
18960 * diff-mode.el (diff-default-read-only): Change default.
18961 (diff-mode-hook): Make it a defcustom. Add some options.
18962 (diff-mode-map): Bind diff-refine-hook.
18963 (diff-yank-handler): New var.
18964 (diff-yank-function): New fun.
18965 (diff-font-lock-keywords): Use them.
18966 (diff-end-of-file): Handle case where file-header looks like diff text.
18967 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18968 (diff-file-kill): Delete a subsequent empty line, if applicable.
18969 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18970 (diff-find-file-name): Use it.
18971 (diff-tell-file-name): New command.
18972 (diff-mode): Be careful with view-mode.
18973 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18974 New functions, for use in diff-mode-hook.
18975 (diff-find-source-location): Catch "regex too large" errors.
18976 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18977 (diff-refine-hunk): New command.
18978
18979 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18980 (smerge-context-menu-map): Remove unused var.
18981 (smerge-keep-all): Preserve markers.
18982 (smerge-keep-n): New fun.
18983 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18984 (smerge-keep-current, smerge-ediff): Use it.
18985 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18986 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18987 (smerge-resolve): Resolve trivial 3-part conflicts.
18988
18989 2004-03-23 Juri Linkov <juri@jurta.org>
18990
18991 * man.el (Man-width): New var.
18992 (Man-getpage-in-background): Use it.
18993 (Man-support-local-filenames): New var and fun.
18994 (Man-build-man-command): Don't add a second %s.
18995 (Man-fontify-manpage): Clean up message.
18996 (Man-mode): Set outline-regexp, outline-level,
18997 imenu-generic-expression.
18998
18999 * woman.el (woman-fill-frame): Doc fix.
19000 (woman-decode-region): Use window-width instead of frame-width.
19001
19002 * abbrevlist.el (list-one-abbrev-table):
19003 * descr-text.el (describe-char):
19004 * international/mule-diag.el (describe-current-coding-system):
19005 * international/quail.el (quail-insert-decode-map):
19006 Use window-width instead of frame-width.
19007
19008 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
19009 (jka-compr-mode-alist-additions): Add tbz.
19010 (jka-compr-write-region, jka-compr-insert-file-contents):
19011 Add message for undefined compress-program.
19012 (jka-compr-write-region): Remove redundant var bindings.
19013
19014 * dired-x.el (dired-guess-shell-alist-default): Add choices for
19015 extracting files into subdirectory. Add tbz and dz. Fix regexps.
19016 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
19017 (dired-man): Use dired-guess-shell-command.
19018 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
19019 Change default nil to t.
19020
19021 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
19022 (dired-compare-directories): Add default value for empty input.
19023
19024 * help-at-pt.el: Move suggestions for key bindings to Commentary.
19025
19026 * time.el (display-time-string-forms): Fix help-echo date format.
19027
19028 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
19029
19030 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
19031 (buffer-stale-function): New variable.
19032 (auto-revert-list-diff, auto-revert-dired-file-list)
19033 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
19034 (auto-revert-handler): Take over some functionality of deleted
19035 functions.
19036 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
19037
19038 * dired.el (dired-directory-changed-p): New fun, extracted from
19039 dired-internal-noselect.
19040 (dired-buffer-stale-p): New fun.
19041 (dired-internal-noselect): Use dired-directory-changed-p.
19042 Eliminate revert messages.
19043 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
19044
19045 2004-03-23 Kenichi Handa <handa@m17n.org>
19046
19047 * international/characters.el: Setup syntaxes for more parentheses
19048 Unicode characters.
19049
19050 * international/mule-cmds.el (select-safe-coding-system):
19051 Merge coding-system and auto-cs before comparing them.
19052
19053 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
19054
19055 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
19056
19057 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
19058 normal-auto-fill-function and comment-indent-function.
19059 The default values now work just as well.
19060 Don't set font-lock-beginning-of-syntax-function since we already set
19061 syntax-begin-function.
19062 (lisp-outline-level): Put ;;;###autoload at same level as (.
19063 (prin1-char): Quote special chars.
19064
19065 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
19066 than with-no-warnings.
19067
19068 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
19069 if the source location can't be found.
19070 (edebug-compute-previous-result): Use prin1-char.
19071
19072 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
19073 (debug-ignored-errors): Add an entry.
19074
19075 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
19076 (byte-compile-file): Output warning when deleting a file.
19077
19078 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
19079 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
19080
19081 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
19082 (byte-compile-inline-expand): Use backquote.
19083 (byte-optimize-pure-func): Rename from byte-optimize-concat.
19084 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
19085
19086 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
19087
19088 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
19089
19090 2004-03-22 Juri Linkov <juri@jurta.org>
19091
19092 * finder.el (finder-known-keywords): Fix data, tex, unix.
19093
19094 * play/landmark.el: Fix keywords.
19095
19096 * language/ethio-util.el (ethio-find-file): Doc fix.
19097
19098 * emacs-lisp/warnings.el: Doc fix.
19099
19100 * textmodes/ispell.el (ispell-help): Doc fix.
19101
19102 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
19103
19104 * format.el (format-insert-file): Always return a list of two
19105 elements, like insert-file-contents does.
19106
19107 2004-03-21 Andre Spiegel <spiegel@gnu.org>
19108
19109 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
19110 and vc-BACKEND-diff.
19111 (vc-print-log): If the print-log implementation supports it, use
19112 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
19113 (vc-version-diff, vc-diff-internal): Doc fixes.
19114
19115 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
19116 implementation supports it, let diff output go to *vc*,
19117 not *vc-diff*, since this is an internal call.
19118
19119 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
19120
19121 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
19122
19123 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
19124
19125 2004-03-21 Dave Love <fx@gnu.org>
19126
19127 * progmodes/cfengine.el (cfengine-mode):
19128 Set parse-sexp-ignore-comments.
19129
19130 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
19131
19132 2004-03-21 Juanma Barranquero <lektu@terra.es>
19133
19134 * allout.el (allout-mode): Fix docstring.
19135
19136 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
19137
19138 * files.el (insert-directory): Fix bug if SWITCHES is a list.
19139
19140 * autorevert.el (auto-revert-interval): Make new value take
19141 effect immediately when set through Custom.
19142 (auto-revert-set-timer): Add interactive declaration.
19143
19144 2004-03-19 David Ponce <david@dponce.com>
19145
19146 * ruler-mode.el (ruler-mode-header-line-format-old):
19147 Don't `make-variable-buffer-local'.
19148 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
19149 (ruler-mode-header-line-format): Simply funcall the above.
19150 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
19151 to save/restore a previous header line format.
19152 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19153 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19154 fringes and margins width.
19155 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19156
19157 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19158
19159 * log-edit.el (log-edit-font-lock-keywords): Typo.
19160
19161 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19162 (tex-send-tex-command): Rather than here.
19163 (tex-compilation-parse-errors): Simplify.
19164
19165 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19166
19167 * time.el (display-time-string-forms): Add help-echo with date on time.
19168
19169 * composite.el (compose-region): Use restore-buffer-modified-p.
19170
19171 * disp-table.el (standard-display-8bit): Simplify.
19172
19173 * server.el (server-process-filter): Delete temp frame.
19174
19175 * add-log.el (add-change-log-entry): Simplify.
19176
19177 2004-03-19 Kim F. Storm <storm@cua.dk>
19178
19179 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19180 (hexl-follow-line): Don't require 'fringe.
19181
19182 * progmodes/compile.el (compilation-start): Always set
19183 compilation-last-buffer and return it.
19184
19185 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19186
19187 * simple.el (clone-buffer): Doc fix.
19188
19189 2004-03-18 Juanma Barranquero <lektu@terra.es>
19190
19191 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19192
19193 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19194
19195 * log-edit.el (log-edit-font-lock-keywords): New var.
19196 (log-edit-mode): Use it.
19197
19198 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19199
19200 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19201 properly for watching in speedbar.
19202
19203 2004-03-17 Masatake YAMATO <jet@gyve.org>
19204
19205 * smerge-mode.el (smerge-popup-context-menu):
19206 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19207
19208 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19209
19210 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19211 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19212 Take sealed revisions into account.
19213 (vc-arch-checkin): Extract a summary line from the message.
19214
19215 2004-03-16 Masatake YAMATO <jet@gyve.org>
19216
19217 * register.el (register): Provide `register' feature.
19218
19219 2004-03-15 Masatake YAMATO <jet@gyve.org>
19220
19221 Added context menu support in smerge mode.
19222 Most of the part is written by Stefan Monnier.
19223
19224 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19225 New keymap and menu.
19226 (smerge-text-properties): New function.
19227 (smerge-remove-props): New function.
19228 (smerge-popup-context-menu): New function.
19229 (smerge-resolve): Call `smerge-remove-props'.
19230 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19231 (smerge-keep-current): Ditto.
19232 (smerge-kill-current): New function.
19233 (smerge-match-conflict): Put text properties.
19234 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19235
19236 2004-03-15 David Ponce <david@dponce.com>
19237
19238 * ruler-mode.el (ruler-mode-left-fringe-cols)
19239 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19240 (ruler-mode-right-scroll-bar-cols): Remove.
19241 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19242 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19243 Use fringe-columns and scroll-bar-columns.
19244
19245 2004-03-15 Masatake YAMATO <jet@gyve.org>
19246
19247 * hl-line.el (hl-line-range-function): New variable.
19248 (hl-line-move): New function.
19249 (global-hl-line-highlight): Use `hl-line-move'.
19250 (hl-line-highlight): Ditto.
19251
19252 * scroll-bar.el (scroll-bar-columns):
19253 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19254
19255 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19256 (ruler-mode-left-fringe-cols)
19257 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19258 (ruler-mode-right-scroll-bar-cols)
19259 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19260 (ruler-mode-ruler-function): New variable.
19261 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19262 if the value for `ruler-mode-ruler-function' is given.
19263
19264 * hexl.el (hexl-mode-hook): Make the hook customizable.
19265 (hexl-address-area, hexl-ascii-area): New customize variables.
19266 (hexlify-buffer): Put font-lock-faces on the address area and
19267 the ascii area.
19268 (hexl-activate-ruler): New function.
19269 (hexl-follow-line): New function.
19270 (hexl-highlight-line-range): New function.
19271 (hexl-mode-ruler): New function.
19272
19273 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19274
19275 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19276 (vc-default-find-file-hook): New fun.
19277 (vc-find-file-hook): Call new find-file-hook operation.
19278
19279 * vc-arch.el: New file.
19280
19281 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19282
19283 * info-look.el (info-lookup): Reuse an existing Info window.
19284
19285 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19286
19287 * woman.el (woman-preserve-ascii): Default value changed to t and
19288 doc string revised.
19289
19290 2004-03-12 Richard M. Stallman <rms@gnu.org>
19291
19292 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19293 Fix minor bug.
19294
19295 * replace.el (occur-engine): Change message for count of matches.
19296
19297 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19298 For strings, do compare text properties.
19299
19300 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19301
19302 * progmodes/compile.el (compile-auto-highlight)
19303 (compilation-error-list, compilation-old-error-list)
19304 (compilation-parse-errors-function, compilation-parsing-end)
19305 (compilation-error-message, compilation-directory-stack)
19306 (compilation-enter-directory-regexp-alist)
19307 (compilation-leave-directory-regexp-alist)
19308 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19309 (compilation-current-file, compilation-regexps): Remove vars.
19310
19311 (compile-error-at-point, compilation-error-filedata)
19312 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19313 (compilation-next-error-locus, compilation-forget-errors)
19314 (count-regexp-groupings, compilation-parse-errors)
19315 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19316
19317 (compile-internal): Make obsolete.
19318
19319 (compilation-first-column, compilation-error)
19320 (compilation-directory-matcher, compilation-page-delimiter)
19321 (compilation-mode-font-lock-keywords, compilation-debug)
19322 (compilation-error-face, compilation-warning-face)
19323 (compilation-info-face, compilation-line-face)
19324 (compilation-column-face, compilation-enter-directory-face)
19325 (compilation-leave-directory-face, compilation-skip-threshold)
19326 (compilation-skip-visited, compilation-context-lines): New vars.
19327
19328 (compilation-warning-face, compilation-info-face)
19329 (compilation-message-face): New faces.
19330
19331 (compilation-error-regexp-alist-alist): New constant.
19332
19333 (compilation-face, compilation-directory-properties)
19334 (compilation-assq, compilation-error-properties, compilation-start)
19335 (define-compilation-mode, compilation-loop)
19336 (compilation-set-window): New functions.
19337
19338 (compile): Additional argument for interactive compiles like TeX.
19339
19340 * progmodes/grep.el (kill-grep): Move here from compile.el
19341 (grep-error, grep-hit-face, grep-error-face)
19342 (grep-mode-font-lock-keywords): New variables.
19343 (grep-regexp-alist): Simplify regexp and add `binary' case.
19344 (grep-mode): New mode.
19345 (grep-process-setup): Simplify.
19346
19347 2004-03-11 Jason Rumney <jasonr@gnu.org>
19348
19349 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19350 letters on DOS/Windows.
19351
19352 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19353
19354 * server.el (server-name): New var.
19355 (server-socket-dir): New var to replace server-socket-name.
19356 (server-start): Use them.
19357
19358 2004-03-11 Simon Josefsson <jas@extundo.com>
19359
19360 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19361 died to avoid infloop. Reported by Jonathan Glauner
19362 <jglauner@sbum.org>.
19363
19364 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19365
19366 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19367 (smerge-mode-menu): Use it to deactivate menu entries.
19368 (smerge-keep-current): New fun.
19369 (smerge-keep-current): Use it.
19370
19371 2004-03-10 John Paul Wallington <jpw@gnu.org>
19372
19373 * foldout.el (foldout-fold-list, foldout-modeline-string):
19374 Declare them as variables, not constants.
19375
19376 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19377
19378 * ps-print.el: Modification to print *Messages* buffer.
19379 (ps-print-version): New version 6.6.4.
19380 (ps-message-log-max): New fun.
19381 (ps-spool-without-faces, ps-spool-with-faces)
19382 (ps-count-lines-preprint): Code fix.
19383
19384 * printing.el: New tips in Tips section.
19385
19386 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19387
19388 * delim-col.el: Doc fix.
19389
19390 * printing.el: Doc fix. New doc section (Tips).
19391
19392 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19393
19394 * type-break.el (type-break-emacs-variant): Remove.
19395 (type-break-run-at-time, type-break-cancel-function-timers):
19396 Use fboundp rather than version name and number.
19397
19398 2004-03-09 Masatake YAMATO <jet@gyve.org>
19399
19400 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19401 `make-variable-buffer-local'.
19402
19403 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19404
19405 * find-dired.el (find-dired): Call `shell-command' instead of
19406 `start-process-shell-command'. By this, Tramp takes over
19407 handling of remote directories.
19408
19409 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19410
19411 * newcomment.el (comment-use-global-state): New var.
19412 (comment-search-forward): Use it.
19413
19414 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19415
19416 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19417
19418 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19419 (enable-kinsoku): Make it a defcustom.
19420 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19421 paragraph to same-comment-start-marker.
19422
19423 2004-03-07 Dave Love <fx@gnu.org>
19424
19425 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19426 (browse-url-mail): Use it.
19427
19428 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19429 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19430
19431 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19432
19433 * woman.el (woman-man.conf-path): Doc fix.
19434 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19435
19436 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19437
19438 * sort.el (sort-columns): Remove ms-dos from the list of systems
19439 where the external `sort' command is not used.
19440
19441 2004-03-07 Kim F. Storm <storm@cua.dk>
19442
19443 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19444 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19445 from overlay-arrow-variable-list.
19446 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19447
19448 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19449
19450 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19451 overlay arrow string properly for the assembler buffer.
19452
19453 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19454
19455 * mail/sendmail.el (mail-mode): Fix last change.
19456
19457 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19458
19459 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19460 for the assembler buffer.
19461 (gdb-assembler-custom): Position the overlay arrow.
19462 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19463
19464 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19465
19466 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19467
19468 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19469 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19470
19471 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19472
19473 * newcomment.el (uncomment-region): Allow non-terminated comment.
19474 (comment-normalize-vars): Check the user-specified comstart marker.
19475
19476 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19477
19478 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19479 Otherwise, do use it if the region only contains font-lock text
19480 properties.
19481
19482 2004-03-04 Masatake YAMATO <jet@gyve.org>
19483
19484 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19485 as the callback function for eldoc.
19486 (hexl-print-current-point-info): New function.
19487 (hexl-current-address): Print the address in both decimal
19488 and hexadecimal format.
19489
19490 2004-03-04 Richard M. Stallman <rms@gnu.org>
19491
19492 * mail/rmail.el (rmail-convert-to-babyl-format):
19493 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19494
19495 * mail/mail-utils.el (mail-unquote-printable-region):
19496 New arg UNIBYTE.
19497
19498 * startup.el (command-switch-alist): Doc fix.
19499
19500 * simple.el (undo): Temporarily set this-command to `undo-start',
19501 then set it to `undo' once undo-start returns without error.
19502
19503 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19504
19505 * simple.el (kill-line): Don't disregard trailing whitespace
19506 in eol condition, if show-trailing-whitespace is set.
19507
19508 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19509 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19510 When disabling, restore old values only if mouse-sel-has-been-enabled.
19511
19512 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19513 (isearch-{-char): New function.
19514 (isearch-mode-map): Bind { to isearch-{-char.
19515
19516 * font-lock.el (lisp-font-lock-keywords-2):
19517 Turn off the CL with-... and do-... general patterns.
19518 Instead, recognize several specific with... and do... constructs.
19519
19520 * files.el (switch-to-buffer-other-window):
19521 Bind same-window-buffer-names and same-window-regexps to nil.
19522 (switch-to-buffer-other-frame): Likewise.
19523
19524 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19525
19526 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19527 recognizing leading comment on code line.
19528
19529 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19530
19531 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19532 hidden files/directories.
19533
19534 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19535
19536 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19537 only comment-start (in case the mode hasn't set it).
19538
19539 * Makefile.in (AUTOGENEL): New var.
19540 (bootstrap-prepare): Rename from bootstrap-clean.
19541 Don't remove elc files.
19542 (maintainer-clean): New target.
19543
19544 * xml.el (xml-get-attribute-or-nil): Simplify.
19545
19546 2004-03-02 Juri Linkov <juri@jurta.org>
19547
19548 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19549 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19550 URL to prevent their substitution with the environment variable
19551 values by browsers.
19552
19553 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19554
19555 * ps-print.el: Doc fix.
19556 (ps-print-version): New version number (6.6.3).
19557 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19558 Docstring fix.
19559 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19560 before printing.
19561 (ps-time-stamp-yyyy-mm-dd): New fun.
19562 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19563
19564 2004-03-02 Kim F. Storm <storm@cua.dk>
19565
19566 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19567
19568 2004-03-01 Juanma Barranquero <lektu@terra.es>
19569
19570 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19571
19572 * desktop.el (desktop-file-version)
19573 (desktop-after-read-hook): Fix typos.
19574 (desktop-clear-preserve-buffers): Remove redundant info in
19575 docstring already shown by the obsolescence message.
19576 (desktop-truncate, desktop-internal-v2s)
19577 (desktop-value-to-string): Change argument name to match docstring.
19578
19579 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19580
19581 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19582 docstring.
19583
19584 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19585
19586 * printing.el: Replace "As Is..." in PostScript file print/preview by
19587 "No Preprocessing...". Suggested by Colin Marquardt
19588 <_marquardt_@zmd.de>.
19589 (pr-insert-section-4): Adjust buffer interface.
19590
19591 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19592
19593 Version 2.0.39 of Tramp released.
19594
19595 * net/tramp.el (tramp-handle-file-local-copy)
19596 (tramp-handle-write-region, tramp-open-connection-rsh):
19597 Variable name typo. Small change. From Patrick Tullmann
19598 <tullmann@flux.utah.edu>.
19599 (tramp-process-connection-type): New variable.
19600 (tramp-maybe-open-connection): Use it.
19601 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19602 (tramp-touch): Set last-modified time of a remote file.
19603 (tramp-handle-write-region): Say which function is used when encoding.
19604
19605 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19606
19607 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19608 case of non-existing filename, too. Reported by Christoph Bauer
19609 <c_bauer@informatik.uni-kl.de>.
19610 (tramp-smb-get-file-entries): The directory in question should
19611 have permissions "drwxrwxrwx". Just virtual, because we don't
19612 know the real permissions. Don't we know?
19613 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19614 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19615 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19616 output. If it was received chunkwise, there have been problems.
19617 Remove the "prompt not found" error message; it is obvious.
19618 Simplify algorithm.
19619 (tramp-smb-process-running): Remove. Since we acknowledge the
19620 virtual prompt for shares, there's no need for distinction of
19621 reading shares (process ends afterwards) and interactive mode of
19622 smblient.
19623 (tramp-smb-open-connection): Setting process sentinel removed.
19624 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19625 "NT_STATUS_NETWORK_ACCESS_DENIED".
19626 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19627 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19628 (top-level): Setting default value in `tramp-default-method-alist'
19629 corrected. Order of USER and HOST have been wrong.
19630 Nobody complained for months ...
19631 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19632 (tramp-smb-open-connection): Clear password cache if login has failed.
19633
19634 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19635 `tramp-unified-filenames'.
19636 (tramp-completion-mode): Make test for XEmacs explicitly.
19637 `event-to-character' can exists in Emacs packages too.
19638 Reported by Matt Swift <swift@alum.mit.edu>.
19639 (tramp-buffer-name): Buffer name must contain the user if exists.
19640 Reported by Adrian Phillips <a.phillips@met.no>.
19641 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19642 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19643 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19644 `tramp-do-copy-or-rename-file-one-local', because it handles also
19645 the case both files use the same out-of-band method.
19646 Implementation added.
19647 (tramp-handle-file-local-copy, tramp-handle-write-region):
19648 Out-of-band handling removed. `copy-file' called instead, which
19649 calls `tramp-do-copy-or-rename-file-out-of-band'.
19650 (tramp-action-password): Check for out-of-band method removed.
19651 This function is used for 'login-program.
19652 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19653 appropriate.
19654 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19655 and `tramp-parse-sknownhosts'.
19656 (tramp-completion-function-alist): It's a defvar now, because we
19657 want to apply the optimized `tramp-set-completion-function'
19658 instead of a static list.
19659 (tramp-set-completion-function): Implementation tuned.
19660 Avoid double entries, and entries where the function or the
19661 file/directory doesn't exist.
19662 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19663 for SSH2.
19664 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19665 (tramp-handle-dired-compress-file): New function.
19666 (tramp-async-proc): New variable.
19667 (tramp-handle-shell-command): Adding asynchronous processes.
19668 They are far from being perfect, but it works at least for
19669 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19670 (top-level): Require password.el if visible. Should be mandatory
19671 once No Gnus has found its way into (X)Emacs.
19672 (tramp-read-passwd): Invoke `password-read' if available,
19673 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19674 fallback any longer.
19675 (tramp-clear-passwd): New function.
19676 (tramp-process-actions, tramp-process-multi-actions):
19677 Clear password cache if login has failed.
19678
19679 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19680 its own module.
19681 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19682 `ange-ftp-ftp-name-res'. There could be incorrect values from
19683 previous calls in case the "ftp" method is used in the Tramp file
19684 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19685
19686 2004-02-28 Richard M. Stallman <rms@gnu.org>
19687
19688 * term.el (term-mouse-paste): Call mouse-set-point.
19689
19690 * thumbs.el: New file.
19691
19692 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19693
19694 * progmodes/ebnf-abn.el: Doc fix.
19695
19696 * progmodes/ebnf-bnf.el: Doc fix.
19697 (ebnf-repeat): Code fix.
19698
19699 * progmodes/ebnf2ps.el: Doc fix.
19700 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19701
19702 2004-02-28 Juri Linkov <juri@jurta.org>
19703
19704 * ffap.el (dired-at-point): Additional writability test for
19705 relative directory names.
19706 (dired-at-point-prompter): Treat directories as a directory, get
19707 the directory component from files.
19708 (ffap-string-at-point): Return string from region if region is active.
19709 (ffap-file-at-point): Remove redundant code.
19710
19711 2004-02-28 Kim F. Storm <storm@cua.dk>
19712
19713 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19714 Initialize margin area images to nil.
19715 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19716 (breakpoint-enabled-bitmap-face)
19717 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19718 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19719 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19720 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19721 (gdb-reset): Use gdb-remove-breakpoint-icons.
19722 (gdb-put-string): Add dprop arg to specify alternative display
19723 property (for setting fringe bitmap).
19724 (gdb-remove-strings): Doc fix.
19725 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19726 icon in fringe (if available), or else as icon or text in display
19727 margin. Creates necessary icons in breakpoint-bitmap,
19728 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19729 Also make left window margin if required.
19730 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19731 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19732 no longer needed.
19733 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19734 gdb-put-breakpoint-icon.
19735 (gdb-assembler-mode): Don't set left-margin-width here.
19736
19737 2004-02-27 Kevin Ryde <user42@zip.com.au>
19738
19739 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19740 comma, so that it DTRT in macros.
19741
19742 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19743
19744 * progmodes/sh-script.el (sh-shell-arg)
19745 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19746 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19747
19748 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19749
19750 * faces.el (face-spec-set-match-display): Add a new attribute,
19751 `min-colors'.
19752 (region, highlight, secondary-selection): Use `min-colors'.
19753
19754 * custom.el (defface): Add documentation for `min-colors'.
19755
19756 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19757 (font-lock-keyword-face, font-lock-function-name-face)
19758 (font-lock-variable-name-face, font-lock-constant-face):
19759 Use `min-colors'.
19760
19761 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19762
19763 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19764
19765 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19766 define assq-delete-all if it's not defined.
19767 (ebnf-generate-region): Code fix.
19768
19769 * printing.el: Doc fix.
19770 (pr-version): New version number (6.7.2).
19771 (pr-command): Return empty string if command is an empty string.
19772
19773 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19774
19775 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19776
19777 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19778 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19779 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19780 "tt" ["test"] ). Reported by Markus Dreyer
19781 <mdreyer@ix.urz.uni-heidelberg.de>.
19782 (ebnf-version): New version number (4.0).
19783 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19784 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19785 (ebnf-delete-style): New commands.
19786 (ebnf-directory, ebnf-file): New funs.
19787 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19788 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19789 (ebnf-syntax-alist): New var.
19790 (ebnf-element-width): New fun replacing ebnf-list-width.
19791 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19792 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19793 (ebnf-prologue): Adjust vars.
19794 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19795 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19796 (ebnf-check-style-values, ebnf-generate-production)
19797 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19798 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19799 (ebnf-token-repeat): Code fix.
19800
19801 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19802 %right, %left and %prec. Suggested by Matthew K. Junker
19803 <junker@alum.mit.edu>.
19804 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19805
19806 * progmodes/ebnf-iso.el: Doc fix.
19807 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19808 (ebnf-iso-lex): Code fix.
19809
19810 * progmodes/ebnf-bnf.el: Doc fix.
19811 (ebnf-bnf-lex): Code fix.
19812
19813 * progmodes/ebnf-otz.el: Doc fix.
19814
19815 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19816
19817 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19818 (abbrev-prefix-mark): Doc fix.
19819
19820 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19821
19822 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19823 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19824 (gdb-var-delete): Make interactive (really).
19825 (gdb-edit-value): Make non-interactive.
19826
19827 * progmodes/gud.el (gud-speedbar-menu-items):
19828 Add gdb-var-delete and, indirectly, gdb-edit-value.
19829 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19830 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19831 (gud-gdb-marker-filter): Add comment for annotations.
19832
19833 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19834
19835 * calendar/calendar.el (generate-calendar)
19836 (calendar-read-date): Prevent display of BC calendars once more -
19837 reverts 2003-10-01 change.
19838 (generate-calendar-month): Doc fix.
19839
19840 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19841
19842 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19843 return value of increment-calendar-month.
19844
19845 2004-02-21 Stephen Compall <s11@member.fsf.org>
19846
19847 * saveplace.el (save-place-forget-unreadable-files)
19848 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19849 (save-place-forget-unreadable-files): New function.
19850 (save-place-alist-to-file): Use it to filter out files that are
19851 no longer readable.
19852
19853 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19854 current Texinfo environment, using the same method as in
19855 `texinfo-insert-@end', and insert a space rather than a newline if
19856 point in a @table environment.
19857
19858 2004-02-21 Juri Linkov <juri@jurta.org>
19859
19860 * ffap.el (ffap-file-at-point): Try parent directories.
19861
19862 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19863
19864 * vcursor.el (vcursor-modifiers): New defcustom.
19865 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19866 hard-coded list.
19867
19868 2004-02-21 Masatake YAMATO <jet@gyve.org>
19869
19870 * play/animate.el (animate-birthday-present): Accept names other
19871 than `Sarah', too.
19872
19873 2004-02-21 Juri Linkov <juri@jurta.org>
19874
19875 * startup.el: Remove table of command line arguments from the
19876 Commentary section.
19877
19878 2004-02-20 John Wiegley <johnw@newartisans.com>
19879
19880 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19881 again" modifier from 'e' to 'E', since 'e' is also used by the
19882 "file extension" modifier.
19883
19884 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19885
19886 * help-fns.el (describe-categories): Doc fix.
19887
19888 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19889
19890 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19891 temporary file for buffer already visiting one. This change makes
19892 output likely to be directly usable by patch program.
19893 Suggested by Adrian Aichner <adrian@xemacs.org>
19894
19895 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19896
19897 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19898 case of variables defined in compound statements.
19899 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19900 Simplify constructions using switch-to-buffer.
19901
19902 2004-02-19 Simon Josefsson <jas@extundo.com>
19903
19904 * play/morse.el: Fix typo.
19905 (morse-code): Add @.
19906
19907 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19908
19909 * calendar/appt.el (appt-display-format): Change default to
19910 'ignore, for backwards compatibility.
19911 (appt-display-message): If appt-display-format is 'ignore,
19912 respect old vars appt-msg-window and appt-visible.
19913 (appt-activate): Don't depend on return value of cancel-timer.
19914
19915 * calendar/calendar.el (calendar-holidays): Doc fix.
19916
19917 * calendar/cal-coptic.el (coptic-prompt-for-date):
19918 Use assoc-string instead of assoc-ignore-case.
19919 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19920 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19921 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19922 * calendar/cal-islam.el (calendar-goto-islamic-date)
19923 (mark-islamic-diary-entries): Ditto.
19924 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19925 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19926 (calendar-read-mayan-tzolkin-date): Ditto.
19927 * calendar/calendar.el (calendar-read-date): Ditto.
19928 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19929
19930 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19931
19932 * progmodes/executable.el (executable-command-find-posix-p):
19933 Fix choice of the directory.
19934
19935 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19936
19937 * simple.el (interprogram-cut-function)
19938 (interprogram-paste-function, kill-new, kill-append):
19939 Doc fixes.
19940 (kill-region): Make it return nil. Doc fix.
19941 (yank-pop): Make its argument optional.
19942 (yank): Make ARG `-' equivalent to `-1'.
19943
19944 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19945
19946 * mail/rmail.el (rmail-get-new-mail): Don't reference
19947 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19948
19949 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19950
19951 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19952 if one of global-auto-revert-non-file-buffers or autorevert-mode
19953 is non-nil.
19954
19955 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19956
19957 * subr.el (delete-dups): A better implementation from Karl Heuer
19958 <kwzh@gnu.org>.
19959
19960 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19961
19962 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19963 correct place.
19964 * progmodes/icon.el (icon-indent-command): Ditto.
19965 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19966
19967 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19968
19969 * progmodes/grep.el (grep-compute-defaults): Undo change from
19970 2004-01-29: don't use executable-command-find-posix-p.
19971
19972 2004-02-16 Richard Sharman <rsharman@pobox.com>
19973
19974 * hilit-chg.el: Use require instead of eval-and-compile.
19975 (highlight-compare-buffers): New function.
19976
19977 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19978
19979 * man.el (Man-fontify-manpage): Render section headings in
19980 `Man-overstrike-face' even when overstrike was not used by man
19981 formatter for section headings.
19982
19983 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19984
19985 * rmail-spam-filter.el (vm-use-spam-filter)
19986 (rsf-min-region-length-added-to-spam-list): New variables.
19987 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19988 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19989 spam testing. Don't delete spam message if automatic deletion
19990 after output via variable rmail-delete-after-output is turned on.
19991 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19992 rsf-bbdb-dont-create-entries-for-spam.
19993 (check-field): New function, extracted from code in
19994 rmail-spam-filter to ease addition of header fields like content-type.
19995 (message-content-type): New variable to check the content-type:
19996 field added, also in defcustom of rsf-definitions-alist.
19997 (rmail-spam-filter): Replace repeated test code for header fields
19998 by calls to check-field; change the call to
19999 rmail-output-to-rmail-file such that rmail-current-message stays
20000 the same to avoid wrong deletion of unseen flags.
20001 (rsf-add-contents-type): New function to convert old format
20002 of rmail-spam-definitions-alist into new one.
20003 Change prefixes of all variables and functions from
20004 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
20005
20006 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20007
20008 * loadhist.el (unload-hook-features-list): New defvar.
20009
20010 2004-02-16 Dave Love <fx@gnu.org>
20011
20012 * loadhist.el (unload-feature): Doc fix. Rename flist to
20013 unload-hook-features-list.
20014
20015 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
20016
20017 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
20018 cookie. Don't check if we are looking-at open-formula.
20019
20020 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
20021
20022 * subr.el (match-string-no-properties): Use substring-no-properties.
20023
20024 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20025
20026 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
20027 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
20028 Use lower-case "rx" in all error message.
20029
20030 2004-02-16 Dave Love <fx@gnu.org>
20031
20032 * emacs-lisp/rx.el (rx-or): Put group around result.
20033 (rx-constituents): Add backref.
20034 (rx-syntax): Add string-delimiter, comment-delimiter.
20035 (rx-categories): Add combining-diacritic.
20036 (rx-check-not, rx-greedy, rx): Doc fix.
20037 (rx-backref, rx-check-backref): New.
20038
20039 2004-02-16 Jesper Harder <harder@ifa.au.dk>
20040
20041 * newcomment.el (uncomment-region): Allow eob as comment end.
20042
20043 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20044
20045 * filecache.el: All message and error commands now use prefix
20046 "Filecache:" to make it easy to read *Messages* buffer.
20047
20048 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
20049
20050 * autorevert.el: Add support to detect changed dired and VC buffers.
20051 (auto-revert-active-p, auto-revert-list-diff)
20052 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
20053 (auto-revert-handler, auto-revert-active-p): New functions.
20054 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
20055 and `auto-revert-active-p'.
20056 (eval-when-compile): Defvar dired-directory and vc-mode.
20057 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
20058 (auto-revert-handler-vc): New functions.
20059
20060 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
20061
20062 * progmodes/compile.el (compilation-directory): New defvar.
20063 (compile): Save current directory in compilation-directory.
20064 (recompile): Bind default-directory to compilation-directory if
20065 that is non-nil.
20066
20067 2004-02-16 Dave Love <fx@gnu.org>
20068
20069 * newcomment.el (comment-insert-comment-function)
20070 (comment-region-function, uncomment-region-function): New.
20071 (comment-indent): Use comment-insert-comment-function.
20072 (uncomment-region): Use uncomment-region-function.
20073 (comment-region): Use comment-region-function.
20074
20075 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
20076
20077 2004-02-16 Richard Stallman <rms@gnu.org>
20078
20079 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
20080 loaddefs* and ldefs-boot*.
20081
20082 2004-02-16 Eli Zaretskii <eliz@gnu.org>
20083
20084 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
20085 and email address at the beginning and end of the address.
20086
20087 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
20088 anchored at the beginning of the email address.
20089
20090 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
20091
20092 * international/ccl.el (ccl-compile-write): Pass `left' to
20093 ccl-embed-code to generate correct code of write-expr-register.
20094
20095 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
20096
20097 * progmodes/grep.el (grep-compute-defaults): Fix typos.
20098
20099 2004-02-15 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20100
20101 * x-dnd.el: Mention support for Motif in commentary.
20102 (x-dnd-handle-drag-n-drop-event): Ditto.
20103
20104 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
20105
20106 * ses.el: Use "ses--" prefixes for buffer-local variables.
20107 Use (point-min) instead of 1, even when we know the buffer
20108 is unnarrowed.
20109 (ses-build-load-map): Delete. Distribute its content to defconsts for
20110 the three maps.
20111 (ses-menu, ses-header-line-menu): New menus.
20112 (ses-mode-map): Use them.
20113 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
20114
20115 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
20116
20117 * Makefile.in: Fix the CC Mode recompile kludge so it works
20118 when building in a different directory.
20119
20120 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
20121
20122 * simple.el (kill-new): Put yank-handler property on the entire string.
20123
20124 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20125
20126 * diff.el: Don't use compile any more, use diff-mode instead.
20127 (diff-regexp-alist, diff-old-file, diff-new-file)
20128 (diff-parse-differences, diff-process-setup): Remove.
20129 (diff-sentinel): New fun.
20130 (diff): Use it. Run the process ourselves.
20131 Use diff-mode for the rest of the processing.
20132
20133 * diff.el (diff): Simplify code handling `switch'.
20134
20135 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
20136
20137 * pcvs-defs.el (cvs-menu): Add `tag'.
20138
20139 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
20140
20141 * simple.el (kill-append): Doc fix.
20142
20143 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
20144 Adapt outline-regexp to the new conventions for commenting out code.
20145
20146 2004-02-11 John Paul Wallington <jpw@gnu.org>
20147
20148 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
20149
20150 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20151
20152 * diff.el (diff-switches): New fun.
20153 (diff, diff-backup): Use it.
20154 (diff): Clean up the args construction. Use backquote.
20155 Use listp instead of consp to avoid putting a nil arg.
20156 (diff): Add a revert-buffer function.
20157
20158 2004-02-10 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20159
20160 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20161 handled by x-dnd-handle-file-name.
20162 (x-dnd-known-types): Add COMPOUND_TEXT.
20163 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20164 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20165 x-dnd-empty-state.
20166 (x-dnd-forget-drop): Ditto.
20167 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20168 (x-dnd-handle-one-url): Return private when inserting text.
20169 (x-dnd-insert-ctext): New function.
20170 (x-dnd-handle-file-name): New function for FILE_NAME.
20171 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20172 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20173 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20174
20175 2004-02-10 Kenichi Handa <handa@m17n.org>
20176
20177 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20178 instead of while loop.
20179
20180 2004-02-10 Miles Bader <miles@gnu.org>
20181
20182 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20183
20184 2004-02-09 Kenichi Handa <handa@m17n.org>
20185
20186 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20187 have end-of-line.
20188
20189 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20190
20191 * Makefile.in: Added extra dependencies in the recompile target
20192 needed to cope with the compile time macro expansions in CC Mode.
20193
20194 2004-02-09 Kim F. Storm <storm@cua.dk>
20195
20196 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20197 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20198 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20199 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20200 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20201 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20202 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20203 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20204 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20205 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20206 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20207
20208 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20209
20210 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20211 Don't allow shrink if there's a window on our right.
20212
20213 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20214 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20215 Bring together declaration and initialization.
20216 (prolog-mode-variables): Don't set the syntax table.
20217 Don't set paragraph-start and comment-indent-function.
20218 Add /*..*/ to the comment regexps.
20219 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20220 (prolog-mode-map): Don't bind TAB.
20221 (prolog-mode): Set the syntax table.
20222 (prolog-comment-indent): Remove.
20223 (inferior-prolog-mode-map): Initialize in the declaration.
20224 (inferior-prolog-mode-syntax-table)
20225 (inferior-prolog-mode-abbrev-table): New vars.
20226 (inferior-prolog-mode): Derive from comint-mode.
20227 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20228 minibuffer windows.
20229
20230 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20231 in file names, as long as it is unambiguous.
20232
20233 2004-02-08 Andreas Schwab <schwab@suse.de>
20234
20235 * textmodes/reftex-toc.el
20236 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20237 format. Doc fix.
20238
20239 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20240 format string arguments.
20241
20242 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20243 string argument.
20244
20245 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20246
20247 * play/zone.el (zone-call): Fix format string.
20248
20249 * net/webjump.el (webjump-builtin): Add missing format string argument.
20250
20251 * midnight.el (midnight-delay-set): Remove extra format string argument.
20252
20253 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20254
20255 * hexl.el (hexl-insert-char): Add missing format string argument.
20256
20257 * format.el (format-decode): Fix format string.
20258
20259 * emulation/vi.el (vi-mode): Remove extra format string argument.
20260 (vi-repeat-last-search): Likewise.
20261 (vi-reverse-last-search): Likewise.
20262 (vi-goto-mark): Likewise.
20263 (vi-reverse-last-find-char): Likewise.
20264 (vi-repeat-last-find-char): Likewise.
20265 (vi-locate-def): Likewise.
20266
20267 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20268
20269 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20270 string argument.
20271 (ediff-toggle-regexp-match): Likewise.
20272
20273 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20274 format string argument.
20275
20276 * calc/calc-map.el (calc-get-operator): Remove extra format
20277 string argument.
20278
20279 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20280
20281 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20282 string argument.
20283
20284 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20285
20286 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20287
20288 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20289
20290 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20291 (cl-struct-setf-expander): Likewise.
20292
20293 * vc.el (with-vc-file): Fix unsafe uses of error.
20294 (vc-cancel-version): Likewise.
20295
20296 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20297
20298 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20299 thousands separator; fixes <class>:<line-number> regexp for
20300 non-english locales.
20301
20302 2004-02-08 Andreas Schwab <schwab@suse.de>
20303
20304 * view.el (view-mode-enable): Revert previous change.
20305
20306 2004-02-07 Kim F. Storm <storm@cua.dk>
20307
20308 * simple.el (line-number-at-pos): Rename from line-at-pos.
20309 Uses changed (what-line and vc-annotate-warp-version).
20310
20311 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20312
20313 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20314 (diff-mode): Remove aborted attempt at support for compile.el.
20315 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20316
20317 2004-02-06 Andreas Schwab <schwab@suse.de>
20318
20319 * view.el (view-mode-enable): Add view-mode-map to
20320 minor-mode-overriding-map-alist.
20321
20322 2004-02-05 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20323
20324 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20325
20326 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20327
20328 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20329 with point inside rather than after the paragraph.
20330
20331 2004-02-04 Sam Steingold <sds@gnu.org>
20332
20333 * mail/smtpmail.el (smtpmail-try-auth-methods):
20334 Do not try authentication when no mechanism is available.
20335 Pass port-name as defaultport to `netrc-machine'.
20336
20337 2004-02-04 Stephen Eglen <stephen@gnu.org>
20338
20339 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20340 to show how minibuffer height can be constrained.
20341
20342 2004-02-04 John Paul Wallington <jpw@gnu.org>
20343
20344 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20345
20346 2004-02-03 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20347
20348 * x-dnd.el: New file for drag and drop.
20349
20350 * term/x-win.el: require x-dnd, set after-make-frame-functions
20351 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20352 drag-n-drop event.
20353
20354 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20355 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20356 (dired-dnd-handle-file): New functions for drag and drop support.
20357 (dired-mode): Initialize drag and drop if x-dnd present.
20358
20359 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20360
20361 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20362 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20363 (cperl-mode): Set fill-paragraph-function.
20364 (cperl-fill-paragraph): Make it non-interactive.
20365
20366 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20367
20368 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20369
20370 2004-02-02 David Kastrup <dak@gnu.org>
20371
20372 * replace.el (perform-replace): Allow 'literal argument in
20373 regexp-flag to indicate literal replacement.
20374 (query-replace-regexp-eval): Use it.
20375
20376 2004-02-01 Andreas Schwab <schwab@suse.de>
20377
20378 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20379
20380 2004-02-01 Stephen Eglen <stephen@gnu.org>
20381
20382 * info-look.el: Add support for maxima-mode. Update commentary
20383 because info-lookup-symbol is now bound to C-h S.
20384
20385 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20386
20387 * simple.el (edit-and-eval-command): Bind print-level and
20388 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20389 Correct initial position in command-history.
20390
20391 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20392
20393 * files.el (read-directory-name): Adapt the docstring to recent
20394 change in Fread_file_name.
20395
20396 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20397
20398 * ses.el (ses-print-cell): If print format too wide for column
20399 width, truncate decimal places if that helps to avoid "#####" fill.
20400 * ses.el (ses-initial-column-width): Revert previous change.
20401
20402 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20403
20404 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20405 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20406 Add edebug info.
20407 (jit-lock-mode): Setup/cancel the new timer.
20408 (jit-lock-context-fontify): New fun. Extracted from
20409 context fontification code of jit-lock-stealth-fontify.
20410 (jit-lock-stealth-fontify): Don't do context fontification any more.
20411
20412 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20413 (jit-lock-fontify-now): Handle the `quit' case.
20414 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20415
20416 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20417
20418 * progmodes/executable.el (executable-command-find-posix-p):
20419 New. Check if find handles arguments Posix-style.
20420
20421 * progmodes/grep.el (grep-compute-defaults):
20422 Use executable-command-find-posix-p.
20423 (grep-find): Check `grep-find-command'.
20424
20425 * filecache.el (file-cache-find-posix-p): Delete.
20426 (file-cache-add-directory-using-find):
20427 Use `executable-command-find-posix-p'.
20428
20429 2004-01-29 Dave Love <fx@gnu.org>
20430
20431 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20432 Iterate the hook function if arg is given.
20433 (mark-defun, narrow-to-defun): Change order of finding the limits.
20434
20435 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20436 (byte-compile-format-warn): New.
20437 (byte-compile-callargs-warn): Use it.
20438 (Format, message, error): Add byte-compile-format-like property.
20439 (byte-compile-maybe-guarded): New.
20440 (byte-compile-if, byte-compile-cond): Use it.
20441 (byte-compile-lambda): Compile interactive forms,
20442 just to make warnings about them.
20443
20444 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20445
20446 * ses.el (ses-initial-column-width): Increase to 14, so it will
20447 work well with the default printer of "%.7g" for extreme values
20448 like "-1.234567e+07".
20449
20450 2004-01-29 Kenichi Handa <handa@m17n.org>
20451
20452 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20453
20454 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20455
20456 * dos-w32.el: Added support for the `default-printer-name' function.
20457
20458 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20459
20460 * server.el (server-socket-name): Don't use the hostname in the
20461 socket name since /tmp is local to the host anyway.
20462
20463 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20464 robust check of widening and fix var-naming.
20465
20466 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20467
20468 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20469 or rmail-spam- to rsf- in all function and variable names.
20470 (rsf-min-region-to-spam-list): New variable.
20471 (rsf-bbdb-auto-delete-spam-entries): Rename from
20472 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20473 scanned together with the recipients field for spam testing; Don't
20474 delete spam message if rmail-delete-after-output is non-nil;
20475 (rsf-check-field): New function, extracted from code in
20476 rmail-spam-filter to ease addition of header fields like
20477 content-type:;
20478 (message-content-type): New variable. The content-type: field was
20479 added also in defcustom of rsf-definitions-alist;
20480 (rmail-spam-filter): Replace repeated test code for header fields
20481 by calls to check-field; change the call to
20482 rmail-output-to-rmail-file such that rmail-current-message stays
20483 the same to avoid wrong deletion of unseen flags.
20484 (rmail-use-spam-filter): Add autoload cookie.
20485
20486 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20487
20488 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20489 (file-cache-add-directory-using-find): Add Cygwin support.
20490 (file-cache-find-command-posix-flag): New user variable.
20491
20492 * filecache.el (file-cache-add-directory): Check for
20493 directories an remove them from dir-files.
20494
20495 2004-01-27 Richard M. Stallman <rms@gnu.org>
20496
20497 * man.el (Man-fontify-manpage): Clean up message.
20498
20499 2004-01-27 Kenichi Handa <handa@m17n.org>
20500
20501 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20502 (sentence-end): Define using sentence-end-without-space.
20503
20504 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20505 a sentence ends with one of a character in sentence-end-without-space.
20506
20507 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20508
20509 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20510 (jit-lock): Group declaration moved to jit-lock.el.
20511 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20512 when necessary.
20513
20514 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20515 (jit-lock-context-unfontify-pos): Rename from
20516 jit-lock-first-unfontify-pos.
20517 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20518
20519 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20520
20521 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20522 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20523 (fortran-fill): When filling a string, adjust re-search-backward
20524 argument for special case of string just on fill-column.
20525 When filling non-string, allow one extra char if
20526 fortran-break-before-delimiters is non-nil.
20527 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20528 Use fortran-break-delimiters-re and fortran-no-break-re to
20529 correctly handle cases such as "**".
20530
20531 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20532 (f90-no-break-re): Add some extra tokens. Doc fix.
20533
20534 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20535
20536 * mail/rmail-spam-filter.el:
20537 Use two semicolons as Commentary line prefix.
20538 Add ";;; Code:" stylized comment.
20539 Delete end-of-line whitespace.
20540 Wrap (require 'cl) with `eval-when-compile'.
20541
20542 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20543
20544 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20545 at the top level of vc.el.
20546
20547 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20548
20549 * vc.el (vc-current-line): Function removed. This is now done by
20550 the new function line-at-pos in simple.el.
20551 (vc-annotate-warp-version): Use line-at-pos instead of
20552 vc-current-line.
20553
20554 2004-01-22 Kim F. Storm <storm@cua.dk>
20555
20556 * simple.el (line-at-pos): New defun.
20557 (what-line): Use it. Optimize by only counting lines in narrowed
20558 region once.
20559
20560 2004-01-22 Kenichi Handa <handa@m17n.org>
20561
20562 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20563 point (register r1) only for charset mule-unicode-0100-24ff.
20564
20565 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20566
20567 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20568 trailing white space and ensure a final newline.
20569
20570 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20571 Add autoload cookie.
20572
20573 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20574
20575 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20576 activate view-mode explicitly.
20577
20578 2004-01-21 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
20579
20580 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20581 menu-bar-enable-clipboard and make Paste use clipboard first.
20582
20583 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20584
20585 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20586 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20587 (vc-mcvs-cvs): Remove.
20588 (vc-mcvs-command): Remove use of assert.
20589
20590 * outline.el (outline-insert-heading): Tighten up match.
20591 (outline-demote, outline-move-subtree-down): Don't assume anything
20592 about outline-regexp.
20593
20594 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20595 (texinfo-show-structure): Explicitly add ^, and simplify.
20596
20597 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20598
20599 * calendar/appt.el (appt-check): Restore usage of
20600 appt-issue-message deleted in previous change.
20601 (top-level): Activate package when loaded (needed for backwards
20602 compatibility).
20603
20604 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20605
20606 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20607 following previous change to smtpmail-send-data.
20608
20609 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20610
20611 * vc.el (vc-default-previous-version): Doc enhancement.
20612 (vc-default-next-version): New function.
20613 (vc-print-log): New arg FOCUS-REV.
20614 (vc-annotate-mode): Derive from view-mode.
20615 (vc-annotate): New args REVISION, DISPLAY-MODE.
20616 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20617 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20618 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20619 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20620 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20621
20622 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20623
20624 2004-01-19 Karl Berry <karl@gnu.org>
20625
20626 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20627 or "TexInfo".
20628
20629 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20630
20631 * subr.el (delete-dups): New function.
20632
20633 2004-01-19 Karl Berry <karl@gnu.org>
20634
20635 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20636 with ^, since that's what texinfo-show-structure
20637 documentation says (plus it works much better in texinfo.txi).
20638
20639 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20640
20641 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20642
20643 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20644
20645 * progmodes/which-func.el (which-function-mode): Don't cancel
20646 which-func-update-timer if not set.
20647
20648 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20649
20650 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20651 Remove spurious left square bracket in XX:XXam regexp.
20652
20653 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20654
20655 * progmodes/cc-defs.el: Do not require cl at run time.
20656
20657 2004-01-16 Richard M. Stallman <rms@gnu.org>
20658
20659 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20660 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20661
20662 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20663 Call rmail-spam-filter. Delete and expunge spam.
20664 Print number of spam messages deleted.
20665 Save and restore the deletion status of old messages when reading
20666 new mail with spam filter, so that expunging spam does not expunge
20667 msgs deleted by the user.
20668 (rmail-only-expunge): Add an optional argument dont-show to
20669 prevent showing message after expunge.
20670
20671 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20672
20673 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20674 * subr.el (declare): New macro.
20675
20676 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20677
20678 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20679
20680 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20681
20682 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20683 Test window-system rather than system-type (for X11/Mac).
20684
20685 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20686
20687 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20688
20689 2004-01-12 Richard M. Stallman <rms@gnu.org>
20690
20691 * mail/rmail.el (rmail-convert-to-babyl-format):
20692 Use mail-unquote-printable-region.
20693 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20694 (rmail-hex-char-to-integer): Functions deleted.
20695
20696 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20697 (mail-unquote-printable-region): New arg NOERROR.
20698 For invalid encoding, either signal an error to just return nil.
20699
20700 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20701
20702 * calendar/appt.el: Update copyright and commentary.
20703 (appt-issue-message): Make obsolete.
20704 (appt-visible, appt-msg-window): Make obsolete, in favor of
20705 appt-display-format.
20706 (appt-display-mode-line, appt-display-duration)
20707 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20708 (appt-prev-comp-time, appt-display-count, appt-timer)
20709 (appt-convert-time): Doc change.
20710 (appt-disp-window-function, appt-delete-window-function):
20711 Use defcustom rather than defvar.
20712 (appt-display-format): New variable.
20713 (appt-display-message): New function with display code from appt-check.
20714 (appt-check): Add optional FORCE argument. Doc change.
20715 Add appt-make-list to diary-hook if displaying diary.
20716 Remove checking of view-diary-entries-initially.
20717 Message display section removed to new function appt-display-message.
20718 (appt-display-window): Doc change. Remove unused internal var
20719 this-buffer. Do not beep, since appt-display-message does that.
20720 (appt-make-list): Doc change. Use caar.
20721 (appt-sort-list): Simplify by using builtin sort function.
20722 (appt-update-list): New function for updating appts when diary is
20723 saved.
20724 (appt-activate): New autoloaded function to toggle package
20725 functionality.
20726
20727 * calendar/cal-x.el: (calendar-one-frame-setup)
20728 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20729
20730 * calendar/calendar.el: Update copyright.
20731 (view-diary-entries-initially, european-calendar-style): Doc change.
20732 (calendar-setup): Make defcustom rather than defvar.
20733 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20734 in let binding so local to function.
20735
20736 * calendar/diary-lib.el: Update copyright.
20737 (diary, diary-entry-time): Doc change.
20738 (list-diary-entries): Doc change. Trivial logic change.
20739 (fancy-diary-display): Restore make-face command mistakenly
20740 deleted 2003-05-08.
20741 (show-all-diary-entries): Allow to pop-up frame if needed.
20742
20743 2004-01-09 John Paul Wallington <jpw@gnu.org>
20744
20745 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20746 Temporarily select EVENT's window for changing eol type.
20747
20748 2004-01-09 Deepak Goel <deego@gnufans.org>
20749
20750 * calendar/diary-lib.el (diary-entry-time):
20751 Also accept time in the form XX[.XX][am/pm/AM/PM].
20752 (fancy-diary-font-lock-keywords): Likewise.
20753 (diary-font-lock-keywords): Likewise.
20754 * calendar/appt.el (appt-add): Likewise.
20755 (appt-make-list): Likewise.
20756 (appt-convert-time): Likewise.
20757
20758 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20759
20760 * gdb-ui.el (gdb-ann3): Revert previous change.
20761 (gdb-source-info): Allow for case of where compilation directory
20762 is not recorded.
20763
20764 2004-01-08 John Paul Wallington <jpw@gnu.org>
20765
20766 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20767
20768 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20769
20770 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20771
20772 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20773 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20774 problems.
20775 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20776
20777 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20778
20779 * files.el (write-file-functions, write-contents-functions):
20780 Clarify docstrings.
20781
20782 2004-01-07 Kenichi Handa <handa@m17n.org>
20783
20784 * international/mule.el (set-auto-coding): Fix for the case that
20785 end-of-line is only CR.
20786
20787 2004-01-07 Kim F. Storm <storm@cua.dk>
20788
20789 * subr.el (event-start, event-end): Doc fix.
20790 (posn-string, posn-image): New defuns.
20791 (posn-object): Return either image or string object.
20792 (posn-object-x-y): Return 8th element of position.
20793 (posn-object-width-height): New defun.
20794
20795 2004-01-06 Andreas Schwab <schwab@suse.de>
20796
20797 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20798 output.
20799
20800 2004-01-05 Karl Berry <karl@gnu.org>
20801
20802 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20803 / and *, too.
20804
20805 2003-12-31 Simon Josefsson <jas@extundo.com>
20806
20807 * files.el (before-save-hook): Add.
20808 (basic-save-buffer): Use before-save-hook.
20809
20810 * emacs-lisp/copyright.el: Fix comment to recommend
20811 before-save-hook instead of write-file-functions.
20812
20813 2004-01-05 Richard M. Stallman <rms@gnu.org>
20814
20815 * finder.el (finder-commentary): Call delete-other-windows.
20816
20817 * net/ange-ftp.el (ange-ftp-file-attributes):
20818 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20819
20820 2004-01-04 Karl Berry <karl@gnu.org>
20821
20822 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20823 comment characters % and # in the copyright year notice,
20824 as well as ;.
20825
20826 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20827
20828 * wid-edit.el (default): Define dummy :value-delete.
20829 Reported by Jesper Harder <harder@ifa.au.dk>.
20830
20831 2004-01-03 Richard M. Stallman <rms@gnu.org>
20832
20833 * progmodes/compile.el (compile-internal): Use point, not point-min,
20834 for set-window-point.
20835
20836 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20837
20838 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20839
20840 * progmodes/grep.el (grep-mode-map):
20841 Don't remap next-line, previous-line.
20842
20843 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20844
20845 * speedbar.el (speedbar-edit-line): Change regexp to position
20846 the cursor on the first character of this line's button.
20847
20848 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20849
20850 * subr.el (functionp): Doc fix.
20851
20852 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20853
20854 * progmodes/idlwave.el (idlwave-make-tags):
20855 * textmodes/flyspell.el (flyspell-large-region):.
20856 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20857 * emulation/viper-util.el (viper-glob-unix-files):
20858 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20859 * man.el (Man-init-defvars):
20860 * jka-compr.el (jka-compr-call-process):
20861 * files.el (get-free-disk-space,insert-directory):
20862 * ediff-ptch.el (ediff-test-patch-utility):
20863 * ediff-diff.el (ediff-test-utility):
20864 * dired-aux.el (dired-check-process):
20865 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20866 test the return value of call-process, because it can be a string.
20867
20868 2003-12-31 John Paul Wallington <jpw@gnu.org>
20869
20870 * bindings.el (completion-ignored-extensions): Add .pfsl.
20871
20872 2003-12-31 Kim F. Storm <storm@cua.dk>
20873
20874 * ido.el (ido-nonreadable-directory-p): New defun to check for
20875 nonreadable directory without activating tramp (to avoid problems
20876 with checking incomplete tramp paths).
20877 (ido-set-current-directory, ido-file-internal)
20878 (ido-file-name-all-completions1): Use it.
20879
20880 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20881
20882 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20883 documentation if the anchor (or node) name is preceded by `info
20884 anchor' or `Info anchor' in addition to earlier `info node' and
20885 `Info node'.
20886 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20887
20888 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20889
20890 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20891 error in arguments to base64-decode-region. Remove ^M characters
20892 after decoding base64.
20893
20894 2003-12-30 Simon Josefsson <jas@extundo.com>
20895
20896 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20897 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20898 have only been distributed with Emacs for some years.
20899 (texinfo-mode-hook): Customize.
20900
20901 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20902
20903 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20904 cleaner (suggested by Richard Stallman).
20905
20906 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20907 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20908 file-name clashes on 8+3 DOS filesystems.
20909
20910 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20911 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20912 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20913 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20914 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20915 file-name clashes on 8+3 filesystems.
20916
20917 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20918 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20919 file-name clashes on 8+3 DOS filesystems.
20920
20921 2003-12-29 Richard M. Stallman <rms@gnu.org>
20922
20923 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20924 Upcase the character.
20925
20926 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20927 Search for header separator alone on a line, literally,
20928 and search for it backward, not forward.
20929 (flyspell-abbrev-table): Always use global-abbrev-table
20930 if there is no local one.
20931
20932 * progmodes/sh-script.el (sh-get-indent-info):
20933 Don't move point back if at bob.
20934
20935 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20936
20937 * play/handwrite.el (handwrite): Make the handwrite credit message
20938 a comment rather than an output command.
20939
20940 * obsolete/sc.el: Display message that this file is obsolete.
20941
20942 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20943
20944 * mail/rfc822.el (rfc822-address-start): Declare variable.
20945 Renamed from address-start. All uses changed.
20946
20947 * term.el (term-exec): Set up sentinel.
20948 (term-sentinel): New function.
20949 (term-handle-exit): New function.
20950
20951 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20952 Use assoc-string, and mark them obsolete.
20953 (delay-mode-hooks): Mark as permanent local.
20954
20955 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20956
20957 * register.el (copy-rectangle-to-register): Doc fix.
20958
20959 * info.el (Info-insert-dir): Use assoc-string.
20960
20961 * info-look.el (info-lookup): Use assoc-string.
20962
20963 * frame.el (pop-up-frame-function): Use quote, not `function'.
20964 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20965 copying with lists as coordinate values.
20966
20967 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20968
20969 * find-dired.el (kill-find): New command.
20970 (find-dired): Make buffer read-only.
20971 Set up a keymap with C-c C-k running kill-find.
20972 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20973
20974 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20975
20976 * filecache.el (file-cache-ignore-case): New variable.
20977 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20978
20979 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20980 (comint-dynamic-complete-as-filename): Rename local vars.
20981 (comint-dynamic-list-filename-completions): Likewise.
20982
20983 * comint.el (comint-dynamic-list-completions-config): New var.
20984 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20985
20986 * comint.el (comint-file-name-chars): Add [].
20987 (comint-word): Use skip-chars-backward, not search.
20988
20989 * shell.el (shell-file-name-chars): Add [].
20990
20991 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20992
20993 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20994
20995 * generic.el (define-generic-mode): Doc fix.
20996
20997 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20998
20999 * files.el (kill-some-buffers): Doc fix.
21000
21001 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
21002
21003 * comint.el (comint-watch-for-password-prompt): Pass `string' as
21004 arg to send-invisible
21005 (send-invisible): Doc fix. The argument is now a prompt, not the
21006 string to send.
21007 (comint-read-noecho): Doc fix.
21008
21009 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
21010
21011 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
21012 "@", as required by some ISP hosting service. Fix defcustom
21013 argument syntax errors that prevented use of customization.
21014
21015 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21016
21017 * xml.el (xml-get-attribute-or-nil): Doc fix.
21018
21019 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
21020
21021 * net/zone-mode.el (zone-mode): Use write-file-functions, not
21022 write-file-hooks.
21023
21024 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
21025
21026 * autorevert.el (auto-revert-interval): Doc fix.
21027
21028 2003-12-29 Mark A. Hershberger <mah@everybody.org>
21029
21030 * xml.el (xml-get-attribute-or-nil): New function, like
21031 xml-get-attribute, but returns nil if the attribute was not found.
21032 (xml-get-attribute): Convert to defsubst, uses
21033 xml-get-attribute-or-nil.
21034
21035 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21036
21037 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
21038
21039 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
21040
21041 * custom.el (custom-declare-theme): Use `value' when putting
21042 properties on `theme'.
21043
21044 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
21045
21046 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
21047 for each yank-handler segment.
21048 (insert-for-yank-1): New function, with the body of the previous
21049 insert-for-yank.
21050
21051 * textmodes/table.el (table-yank-handler): New defcustom.
21052 (table--put-cell-indicator-property): Put yank-handler property
21053 that indicates the yank handler for the table cell.
21054
21055 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
21056
21057 * generic-x.el (etc-modules-conf-generic-mode): A more complete
21058 set of keywords.
21059
21060 2003-12-29 Eli Zaretskii <eliz@gnu.org>
21061
21062 * international/mule-cmds.el (reset-language-environment)
21063 (set-language-environment): Don't invoke fontset-related functions
21064 if fontset-list is not fboundp.
21065
21066 2003-12-29 Kenichi Handa <handa@m17n.org>
21067
21068 * international/mule-cmds.el (reset-language-environment):
21069 Call set-overriding-fontspec-internal with nil.
21070 (set-language-environment): Call set-overriding-fontspec-internal
21071 if the language environment specify `overriding-fontspec'.
21072 (language-info-alist): Doc added.
21073
21074 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
21075 characters of mule-unicode-0100-24ff.
21076 (ccl-encode-windows-1251-font): New CCL program.
21077 ("Bulgarian"): Specify overriding-fontspec.
21078 ("Belarusian"): Likewise.
21079
21080 2003-12-28 Sam Steingold <sds@gnu.org>
21081
21082 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
21083 parameter ID-FORMAT to conform with the 2003-11-30 patch.
21084
21085 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
21086
21087 * progmodes/gud.el (gud-gdb-command-name): Set default to
21088 "gdb --annotate=3".
21089 (gud-gdb-marker-filter): Look out for annotations.
21090 (gdb-first-pre-prompt): New variable.
21091 Remove trailing white space.
21092
21093 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
21094 if necessary.
21095 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
21096 annotations are detected.
21097 (gud-gdba-marker-filter): Use global variable gud-marker-acc
21098 instead of a local one to allow transition from
21099 gud-gdb-marker-filter.
21100 Remove trailing white space.
21101
21102 2003-12-27 Kim F. Storm <storm@cua.dk>
21103
21104 * ido.el: Handle non-readable directories.
21105 (ido-decorations): Add 9th element for non-readable directory.
21106 (ido-directory-nonreadable): New dynamic var.
21107 (ido-set-current-directory): Set it.
21108 (ido-read-buffer, ido-file-internal):
21109 (ido-read-file-name, ido-read-directory-name): Let-bind it.
21110 (ido-file-name-all-completions1): Return empty list for
21111 non-readable directory.
21112 (ido-exhibit): Print [Not readable] if directory is not readable.
21113 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
21114 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
21115 Use it.
21116
21117 2003-12-27 Lars Hansen <larsh@math.ku.dk>
21118
21119 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
21120 calls to directory-files-and-attributes and file-attributes.
21121 (ls-lisp-format): Remove system dependent handling of user and
21122 group id's.
21123
21124 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
21125
21126 * ffap.el (ffap-read-file-or-url): Revert previous change.
21127
21128 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
21129
21130 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
21131 new list of included files called `files-with-node-lines', that
21132 only have node lines. This way @include commands can include any
21133 file, such as version and update files without node lines, not
21134 just files that are chapters.
21135
21136 2003-12-25 Andreas Schwab <schwab@suse.de>
21137
21138 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
21139 file not found.
21140
21141 2003-12-08 Miles Bader <miles@gnu.org>
21142
21143 * dired.el (dired-between-files): Always use dired-move-to-filename,
21144 which is more robust in non-english locales.
21145
21146 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
21147
21148 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
21149
21150 2003-12-24 Andreas Schwab <schwab@suse.de>
21151
21152 * shell.el (shell-file-name-quote-list): Add backslash.
21153
21154 * comint.el (comint-quote-filename): Correctly handle backslash
21155 in comint-file-name-quote-list.
21156
21157 2003-12-24 Kenichi Handa <handa@m17n.org>
21158
21159 * international/mule-cmds.el (set-default-coding-systems):
21160 Call ucs-set-table-for-input for all buffers that don't have local
21161 value of buffer-file-coding-system.
21162
21163 * international/ucs-tables.el (ucs-set-table-for-input):
21164 If translation-table-for-encode is a symbol, get its
21165 translation-table property.
21166
21167 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21168
21169 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21170 to `completing-read' on a recently fixed bug.
21171
21172 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21173 instead of SPACE, to get the list of possible fringe modes.
21174 SPACE only works if both `partial-completion-mode' and
21175 `completion-auto-help' are nil.
21176
21177 * complete.el (PC-is-complete-p): Delete.
21178 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21179 calls to `test-completion'.
21180
21181 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21182
21183 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21184 to edit values when there are no children.
21185
21186 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21187 a mode called "Assembler" already exists.
21188 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21189 (gud-watch): Use format option. Remove font properties from string.
21190 (gdb-var-create-handler, gdb-var-list-children-handler):
21191 Don't bother about properties as there are none.
21192 (gdb-var-create-handler, gdb-var-list-children-handler)
21193 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21194 with two arguments.
21195 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21196 Let speedbar show value changes with a different font.
21197 (gdb-edit-value): New defun.
21198 (gdb-clear-partial-output, gdb-clear-inferior-io)
21199 (def-gdb-auto-update-handler): Use erase-buffer.
21200 (gdb-frame-handler): Display watch expressions in
21201 FUNCTION::VARIABLE format if required.
21202
21203 2003-12-23 John Paul Wallington <jpw@gnu.org>
21204
21205 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21206 (Info-goto-emacs-command-node): Doc fixes.
21207
21208 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21209
21210 * cus-edit.el (custom-add-parent-links): Define "many".
21211
21212 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21213
21214 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21215 (widget-child-validate, widget-type-value-create)
21216 (widget-type-default-get, widget-type-match): New functions.
21217 (lazy): New widget.
21218 (menu-choice, checklist, radio-button-choice, editable-list)
21219 (group, documentation-string): Remove redundant (per 2003-10-25
21220 change) calls to `widget-children-value-delete'.
21221 (widget-choice-value-get, widget-choice-value-inline): Remove.
21222 (menu-choice): Update widget.
21223
21224 2003-12-03 Kenichi Handa <handa@m17n.org>
21225
21226 * language/cyrillic.el: Register "microsoft-cp1251" in
21227 ctext-non-standard-encodings-alist.
21228 ("Bulgarian"): Add ctext-non-standard-encodings.
21229 ("Belarusian"): Likewise.
21230
21231 * international/mule-conf.el (compound-text-with-extensions):
21232 Change the type to 2 (iso-2022 base).
21233
21234 * international/mule.el (ctext-non-standard-encodings-alist):
21235 Change the format.
21236 (ctext-non-standard-encodings): New variable.
21237 (ctext-post-read-conversion): Fully re-written.
21238 (ctext-non-standard-designations-alist): Delete it.
21239 (ctext-non-standard-encodings-table): New function.
21240 (ctext-pre-write-conversion): Fully re-written.
21241
21242 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21243
21244 * cus-edit.el (custom-add-parent-links): Add documentation links
21245 for parent, if the item has none of its own.
21246
21247 2003-11-30 Richard M. Stallman <rms@gnu.org>
21248
21249 * dired-aux.el (dired-do-query-replace-regexp):
21250 Report files visited read-only.
21251
21252 2003-11-30 Juri Linkov <juri@jurta.org>
21253
21254 * dired-aux.el (dired-compare-directories): New command.
21255 (dired-file-set-difference, dired-files-attributes): New functions.
21256
21257 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21258 Version 2.0.38 of Tramp released.
21259
21260 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21261 Charles Curley <charlescurley@charlescurley.com>.
21262 (tramp-multi-connection-function-alist): Add ssht entry which adds
21263 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21264 Aichner.
21265 (tramp-get-method-parameter): New function to retrieve a method
21266 parameter. This allows for omission of method parameters.
21267 Callers adjusted.
21268
21269 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21270
21271 * net/tramp.el: Add new optional parameter ID-FORMAT to
21272 `file-attributes'. Calls of `file-attributes' won't use this
21273 parameter for backward compatibility reasons.
21274 (tramp-perl-file-attributes): Add a new parameter to Perl script
21275 in order to handle uid/gid as strings, if desired.
21276 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21277 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21278 order to make the function more general.
21279 (tramp-handle-file-attributes): Replace proprietary optional
21280 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21281 (tramp-handle-file-attributes-with-perl): Handle parameter
21282 NONNUMERIC if set. This wasn't done in the past.
21283 (tramp-post-connection): Apply second parameter "$2" if
21284 `tramp-remote-perl' is called.
21285
21286 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21287 Correct cut'n'waste error (`filename' instead of `directory').
21288 (tramp-smb-handle-directory-files-and-attributes)
21289 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21290 introduced parameter ID-FORMAT.
21291 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21292 error (`directory' instead of `ldir').
21293
21294 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21295 `file-attributes' has a second parameter. If yes, apply it with
21296 value "'integer". Otherwise, don't use that parameter (default is
21297 integer format).
21298
21299 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21300
21301 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21302 (help-for-help): Add `C-h .' to the listed Help options.
21303 Remove trailing whitespace.
21304
21305 * help-at-pt.el: New file.
21306
21307 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21308
21309 * subr.el (noreturn, 1value): New macros for test coverage.
21310 See `testcover.el'.
21311
21312 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21313
21314 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21315 for macro `1value'.
21316 (testcover-1value): New function. Checks that a 1value form
21317 actually returns only one value. Requested by RMS.
21318
21319 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21320
21321 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21322 (gdb-var-list-children, gdb-var-list-children-handler)
21323 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21324 gdb commands that use mi to keep them out of the command history.
21325
21326 2003-11-29 Jan Dj\e,Ad\e(Brv <jan.h.d@swipnet.se>
21327
21328 * cus-start.el (all): Add use-file-dialog.
21329
21330 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21331
21332 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21333
21334 2003-11-27 Kim F. Storm <storm@cua.dk>
21335
21336 * subr.el (posn-object-x-y): New defun.
21337
21338 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21339
21340 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21341 Don't use `space' for \\\n.
21342 Be more selective as to which # are comment-starters.
21343
21344 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21345
21346 * subr.el (number-sequence): Improve handling of floating point
21347 arguments (suggested by Kim Storm). Allow negative arguments.
21348
21349 2003-11-26 Kenichi Handa <handa@m17n.org>
21350
21351 * international/mule-cmds.el (standard-display-european-internal):
21352 Cancel the standard-display-table setting for ` and '.
21353
21354 2003-11-26 Kim F. Storm <storm@cua.dk>
21355
21356 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21357 New defcustoms to add ffap-like functionality to ido.
21358 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21359 (ido-no-final-slash): New defun.
21360 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21361 (ido-read-file-name): ): Toggle VC checking via
21362 vc-handled-backends instead of vc-master-templates.
21363 (ido-file-internal): Handle ido-use-url-at-point and
21364 ido-use-filename-at-point via code borrowed from ffap-guesser.
21365 Handle new ido-exit code ffap.
21366 (ido-sort-list): Ignore final slash when sorting file names.
21367
21368 2003-11-25 Kim F. Storm <storm@cua.dk>
21369
21370 * emulation/cua-base.el (cua--standard-movement-commands):
21371 Add forward-sentence and backward-sentence.
21372
21373 2003-11-25 Stephen Eglen <stephen@gnu.org>
21374
21375 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21376 iswitchb-exit is set to 'usefirst when user selects buffer at head
21377 of list using RET. (Selecting buffers at the head of the list was
21378 broken if the substring was also a complete buffername.)
21379
21380 2003-11-23 Kim F. Storm <storm@cua.dk>
21381
21382 * progmodes/compile.el (grep-command, grep-use-null-device)
21383 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21384 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21385 (grep-regexp-alist, grep-program, find-program)
21386 (grep-find-use-xargs, grep-history, grep-find-history)
21387 (grep-process-setup, grep-compute-defaults)
21388 (grep-default-command, grep, grep-tag-default, grep-find)
21389 (grep-expand-command-macros, grep-tree-last-regexp)
21390 (grep-tree-last-files, grep-tree): Move grep variables, functions
21391 and commands to new file grep.el.
21392 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21393 (compilation-process-setup-function): Doc fix.
21394 (compilation-highlight-regexp, compilation-highlight-overlay): New
21395 defvars used for highlighting current compile error in source buffer.
21396 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21397 LOCAL-MAP which overrides compilation-highlight-regexp and
21398 compilation-mode-map for this compilation.
21399 Delay calling compilation-set-window-height until after running
21400 compilation-process-setup-function so it can buffer-local override
21401 compilation-window-height.
21402 Check buffer-local value of compilation-scroll-output.
21403 (compilation-set-window-height): Use buffer-local value of
21404 compilation-window-height.
21405 (compilation-revert-buffer): Don't pass (undefined)
21406 preserve-modes arg to revert-buffer.
21407 (next-error-no-select, previous-error-no-select): New commands.
21408 (compilation-goto-locus): Temporarily highlight current match in
21409 source buffer using compilation-highlight-regexp.
21410
21411 * progmodes/grep.el: New file with grep code from compile.el.
21412 (grep): New defcustom group.
21413 (grep-window-height): New defcustom, like compilation-window-height.
21414 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21415 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21416 (grep-command, grep-use-null-device, grep-find-command)
21417 (grep-tree-files-aliases, grep-tree-ignore-case)
21418 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21419 (grep-setup-hook): New hook variable.
21420 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21421 (grep-last-buffer): New defvar, override compilation-last-buffer.
21422 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21423 Call compile-internal with args highlight-regexp and grep-mode-map.
21424
21425 2003-11-23 Kim F. Storm <storm@cua.dk>
21426
21427 * subr.el (event-start, event-end): Doc fix.
21428 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21429 (posn-area, posn-actual-col-row, posn-object): New defuns.
21430 (posn-col-row): Simplify doc. Rewrite to use cond.
21431 (posn-point): Also return buffer position for events outside text
21432 area (that info is now present in the event position).
21433
21434 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21435 mouse-set-point so that hscroll still works now that clicks on
21436 fringes generate specific mouse events.
21437 (mouse-set-point): Note that it now works in fringes and margins
21438 too due to new semantics of posn-point in fringes and margins.
21439
21440 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21441 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21442
21443 2003-11-20 Kim F. Storm <storm@cua.dk>
21444
21445 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21446 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21447 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21448 to 100 for icons to avoid increasing line height when shown.
21449
21450 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21451
21452 * newcomment.el (comment-normalize-vars): Initialize properly if
21453 comment-start was nil.
21454
21455 2003-11-19 Andreas Schwab <schwab@suse.de>
21456
21457 * simple.el (set-variable): Fix indentation.
21458
21459 2003-11-17 Kenichi Handa <handa@m17n.org>
21460
21461 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21462 Fix docstring.
21463
21464 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21465
21466 * international/latin1-disp.el (latin1-display): Fix docstring.
21467
21468 2003-11-16 John Wiegley <johnw@newartisans.com>
21469
21470 * eshell/em-ls.el (eshell-ls-file): There are times with
21471 size-width is nil and uncomputed (when directories are created in
21472 dired, for example); in this case, 4 is reasonable default value,
21473 although it may caused skewed new entries (which could be avoided
21474 by returning the original value of 8 in all cases, but 99% of the
21475 time this is a waste of whitespace).
21476
21477 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21478
21479 * cc-engine.el (c-guess-continued-construct)
21480 (c-guess-basic-syntax): Check a little more carefully if it's a
21481 function declaration when an unknown construct followed by a block
21482 is found inside a statement context. This avoids macros followed
21483 by blocks to be taken as function declarations.
21484
21485 (c-guess-continued-construct): Change the analysis of a statement
21486 continuation with a brace open to `substatement-block', for
21487 consistency with recognized statements.
21488
21489 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21490 start is in a position so that `c-beginning-of-statement-1' jumped
21491 to the beginning of the same statement.
21492
21493 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21494 Don't accept binary operators in the arglist if we're in a function
21495 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21496 template recognition in cases like "if (a < b || c > d)".
21497
21498 (c-restricted-<>-arglists): New more appropriate name for
21499 `c-disallow-comma-in-<>-arglists'.
21500
21501 Accessing functions updated for the variable name change.
21502
21503 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21504 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21505
21506 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21507 labels.
21508
21509 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21510 instead of duplicating parts of it. This fixes bogus label
21511 recognition.
21512
21513 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21514 of checking the context in which to apply the minimum indentation,
21515 so that it isn't enforced in e.g. namespace blocks.
21516
21517 * cc-vars.el (c-inside-block-syms): New constant used by
21518 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21519 to somewhat reduce the risk of becoming stale.
21520
21521 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21522 cc-cmds to cc-engine to allow use from cc-align.
21523
21524 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21525 qualified identifiers containing "::".
21526
21527 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21528 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21529
21530 * cc-vars.el (c-emacs-features): Use a space in front of the name
21531 of the temporary buffer. That also avoids dumping problems in
21532 XEmacs due to undo info being left around after the buffer is killed.
21533
21534 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21535 arglist to see if it's a K&R style declaration.
21536
21537 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21538 before returning `knr-argdecl-intro'.
21539
21540 2003-11-16 John Wiegley <johnw@newartisans.com>
21541
21542 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21543 field in a long-listing always 8 characters, use `size-width',
21544 which has already been computed.
21545
21546 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21547
21548 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21549
21550 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21551
21552 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21553 Support operation while narrowed, with `diff-restrict-view'.
21554
21555 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21556
21557 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21558 Take additional optional arg NARROWFUN. For the generated functions:
21559 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21560 include frags that arrange to check for and save narrowing state before
21561 the move and then conditionally call NARROWFUN after the move.
21562
21563 2003-11-14 John Wiegley <johnw@newartisans.com>
21564
21565 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21566 that was optional, but obviously missing based on surrounding code.
21567
21568 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21569 string arguments to numbers unless the whole argument was seen as
21570 a number.
21571
21572 2003-11-14 Kenichi Handa <handa@m17n.org>
21573
21574 * international/mule.el (ctext-non-standard-encodings-alist):
21575 Fix coding systems.
21576
21577 2003-11-10 Kenichi Handa <handa@m17n.org>
21578
21579 * language/kannada.el ("Kannada"): Add sample-text.
21580
21581 * language/knd-util.el (kannada-compose-region)
21582 (kannada-compose-string, kannada-post-read-conversion):
21583 Add autoload cookie.
21584
21585 * international/quail.el (quail-completion): Change the message
21586 "corresponding translations" to "corresponding characters".
21587
21588 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21589
21590 * descr-text.el (describe-char): Fix typo.
21591
21592 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21593
21594 These changes are to support Kannada language/script.
21595
21596 * Makefile.in (DONTCOMPILE): Add kannada.el.
21597
21598 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21599
21600 * loadup.el: Preload kannada.el.
21601
21602 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21603 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21604 New variables.
21605
21606 * language/kannada.el: New file.
21607
21608 * language/knd-util.el: New file.
21609
21610 2003-11-07 Andreas Schwab <schwab@suse.de>
21611
21612 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21613 Also highlight AH_*.
21614
21615 * xml.el (xml-parse-dtd): Fix misplaced paren.
21616
21617 2003-11-07 Kenichi Handa <handa@m17n.org>
21618
21619 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21620
21621 2003-11-05 Juri Linkov <juri@jurta.org>
21622
21623 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21624 (desktop-buffer-file): Use saved buffer-file-coding-system
21625 for file reading. Set auto-insert to nil to prevent automatic
21626 insertion into restored empty files.
21627
21628 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21629
21630 * files.el (risky-local-variable-p): Make second argument optional.
21631
21632 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21633
21634 * subr.el (add-hook): Fix last change.
21635
21636 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21637
21638 * mail/rmail.el (rmail-convert-to-babyl-format):
21639 If base64-decode-region signals an error, catch it and silently
21640 ignore it.
21641
21642 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21643
21644 * xml.el (xml-parse-region): Allow comments to appear after the
21645 topmost element has closed.
21646 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21647 (xml-ns-expand-attr): New functions to do namespace handling.
21648 (xml-intern-attrlist): Back-compatible handling of attribute names.
21649 (xml-parse-tag): Move namespace handling to separate functions.
21650 Now produces elements in the form ((:ns . "element") (attr-list)
21651 children) instead of ('ns:element (attr-list) children).
21652 (xml-parse-attlist): Fix attribute parsing.
21653 (xml-parse-dtd): Change parsing so that it produces strings
21654 instead of interned symbols.
21655
21656 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21657
21658 * dired.el (dired-ls-sorting-switches): Doc fix.
21659
21660 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21661
21662 * emacs-lisp/rx.el (rx-or): Fix the case of
21663 "(rx (and ?a (or ?b ?c) ?d))".
21664
21665 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21666
21667 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21668 (texinfo-format-region): Use it.
21669 (texinfo-format-buffer-1): Ditto.
21670
21671 2003-11-01 Alan Mackenzie <acm@muc.de>
21672
21673 Changes to allow scrolling whilst in isearch mode:
21674 * isearch.el (isearch-unread-key-sequence): New function,
21675 extracted from isearch-other-meta-char.
21676 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21677 "scrollable" standard functions.
21678 (isearch-allow-scroll): New customizable variable.
21679 (isearch-string-out-of-window, isearch-back-into-window)
21680 (isearch-reread-key-sequence-naturally)
21681 (isearch-lookup-scroll-key): New functions.
21682 (isearch-other-meta-char): Doc string and functionality enhanced.
21683 Now accepts a prefix argument.
21684 (isearch-lazy-highlight-window-end): New variable.
21685 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21686 end (thru isearch-lazy-highlight-window-end), not only its start.
21687
21688 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21689 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21690 (universal-argument, universal-argument-more, negative-argument)
21691 (digit-argument, universal-argument-other-key): Minor changes.
21692
21693 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21694
21695 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21696 recursively if the last message is deleted, thus avoiding an
21697 infinite loop.
21698
21699 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21700
21701 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21702 (tex-main-file): Don't add .tex if the extension is already present.
21703 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21704
21705 2003-10-29 Lute Kamstra <lute@gnu.org>
21706
21707 * progmodes/octave-inf.el (inferior-octave-prompt):
21708 Recognize version number in prompt.
21709
21710 2003-10-28 Dave Love <fx@gnu.org>
21711
21712 * international/characters.el: Fix some Unicode ranges.
21713
21714 2003-10-28 Kenichi Handa <handa@m17n.org>
21715
21716 * disp-table.el (standard-display-8bit)
21717 (standard-display-default, standard-display-ascii)
21718 (standard-display-g1, standard-display-graphic)
21719 (standard-display-underline): Assure that standard-display-table
21720 is a display table.
21721
21722 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21723
21724 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21725 reindenting the first line.
21726
21727 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21728
21729 * wid-edit.el (widget-default-delete): Always delete child widgets.
21730
21731 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21732
21733 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21734 if the line has code.
21735 Don't try to line up with something that's too far left.
21736
21737 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21738 (octave-mode-syntax-table): Add % as a comment starter.
21739 (octave-point): Remove.
21740 (octave-in-comment-p, octave-in-string-p)
21741 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21742 (octave-blink-matching-block-open, octave-auto-fill):
21743 Use line-(beginning|end)-position instead.
21744
21745 2003-10-23 Francesco Potort\e,Al\e(B <pot@gnu.org>
21746
21747 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21748 for Francesco Potort\e,Al\e(B.
21749
21750 2003-10-23 Dave Love <fx@gnu.org>
21751
21752 * international/mule-cmds.el (locale-charset-to-coding-system):
21753 Don't rely on nil being a coding system.
21754
21755 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21756 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21757 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21758
21759 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21760
21761 * gdb-ui.el (gdb-current-language): New variable.
21762 (gdb-update-flag): Remove variable.
21763 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21764 (gdb-take-last-elt): Remove function.
21765 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21766 (gdb-post-prompt): Check for variable object changes here.
21767
21768 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21769 object changes in gdb-ui.el.
21770
21771 2003-10-21 Richard M. Stallman <rms@gnu.org>
21772
21773 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21774
21775 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21776 Don't check for foo*/ wildcard form here.
21777 (insert-directory): Recognize foo*/ as a wildcard.
21778 Separate wildcard-regexp variable from the arg, wildcard.
21779
21780 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21781 (remove-hook): Correctly handle strange cases about local hooks.
21782
21783 2003-10-21 David Ponce <david@dponce.com>
21784
21785 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21786 argument REAL, to return a real number instead of a rounded
21787 integer value. Define as inline function.
21788 (ruler-mode-right-fringe-cols): Likewise.
21789 (ruler-mode-scroll-bar-cols): New function.
21790 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21791 (ruler-mode-right-scroll-bar-cols): Likewise.
21792 (ruler-mode-space): New function.
21793 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21794 scroll bar mode and margins in a more robust way.
21795
21796 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21797
21798 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21799 (antlr-c-init-language-vars): New function.
21800 (antlr-mode): Use it with cc-mode before v5.29.
21801 (antlr-c-common-init): Don't set some local vars here.
21802 (antlr-mode): Set them here.
21803 (antlr-c-forward-sws): New function alias.
21804 (antlr-mode): Redefine with cc-mode before v5.30.
21805 (antlr-skip-sexps): Use it.
21806 (antlr-skip-exception-part): Ditto.
21807 (antlr-skip-file-prelude): Ditto.
21808 (antlr-outside-rule-p): Ditto.
21809 (antlr-end-of-body): Ditto.
21810 (antlr-option-kind): Ditto.
21811 (antlr-insert-option-area): Ditto.
21812 (antlr-file-dependencies): Ditto.
21813
21814 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21815
21816 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21817 Move backward only if point was not inside an entry.
21818
21819 2003-10-21 Richard M. Stallman <rms@gnu.org>
21820
21821 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21822
21823 2003-10-21 Juri Linkov <juri@jurta.org>
21824
21825 * compare-w.el: Automatically skip non-matching text to resync.
21826 (compare-windows-whitespace): Doc fix.
21827 (compare-windows-sync, compare-windows-sync-string-size)
21828 (compare-windows-recenter, compare-ignore-whitespace)
21829 (compare-windows-highlight, compare-windows-face): New variables.
21830 (compare-windows): Use compare-windows-sync.
21831 (compare-windows-highlight, compare-windows-dehighlight)
21832 (compare-windows-sync-regexp)
21833 (compare-windows-sync-default-function): New functions.
21834
21835 2003-10-21 Juri Linkov <juri@jurta.org>
21836
21837 * diff.el (diff-parse-differences): Don't visit the files now;
21838 instead, just record the error locus.
21839
21840 2003-10-21 Dave Love <fx@gnu.org>
21841
21842 * progmodes/cfengine.el: New file.
21843
21844 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21845
21846 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21847 default-directory when completing file names.
21848
21849 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21850
21851 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21852 followed by the word `face', it gets treated as a face, even if
21853 it is also defined as a variable or a function.
21854
21855 2003-10-20 Dave Love <fx@gnu.org>
21856
21857 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21858 Avoid incf in macro expansion.
21859
21860 2003-10-20 John Paul Wallington <jpw@gnu.org>
21861
21862 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21863 `evenp' so we don't implicitly require cl library at runtime.
21864
21865 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21866
21867 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21868 (help-make-xrefs): Only make cross-references for faces if
21869 preceded or followed by the word `face'. Do not make a
21870 cross-reference for variables without variable documentation,
21871 unless preceded by the word `variable' or `option'. Update doc
21872 string accordingly.
21873
21874 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21875
21876 * progmodes/hideshow.el: Rewrite one-armed `if'
21877 constructs using either `when' or `unless'.
21878 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21879
21880 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21881
21882 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21883 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21884 instead of 12x12.
21885
21886 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21887
21888 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21889 message while converting to Babyl.
21890
21891 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21892
21893 * allout.el (allout-mode): Doc fix.
21894
21895 2003-10-16 Lute Kamstra <lute@gnu.org>
21896
21897 * subr.el (force-mode-line-update): Fix docstring.
21898
21899 2003-10-14 Dave Love <fx@gnu.org>
21900
21901 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21902 (default-input-method): Add :link, improve :type.
21903 (locale-charset-language-names): Fix utf-8 pattern.
21904 (locale-charset-match-p, locale-charset-alist)
21905 (locale-charset-to-coding-system): New.
21906 (set-locale-environment): Deal with codeset part of locale specs.
21907
21908 2003-10-14 Lute Kamstra <lute@gnu.org>
21909
21910 * fringe.el (fringe-mode): Use active voice in docstring.
21911 (set-fringe-style): Ditto.
21912
21913 2003-10-13 Lute Kamstra <lute@gnu.org>
21914
21915 * fringe.el (fringe-mode): Fix docstring.
21916 (set-fringe-style): Ditto.
21917
21918 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21919
21920 * ediff-mult.el (ediff-filegroup-action):
21921 Use ediff-default-filtering-regexp.
21922
21923 * ediff-util.el (ediff-recenter): Don't call
21924 ediff-restore-highlighting twice.
21925 (ediff-select-difference): Set current difference.
21926 (ediff-unselect-and-select-difference): Add comment.
21927
21928 * ediff.el (ediff-directories,ediff-directory-revisions)
21929 (ediff-directories3,ediff-merge-directories)
21930 (ediff-merge-directories-with-ancestor)
21931 (ediff-merge-directory-revisions)
21932 (ediff-merge-directory-revisions-with-ancestor):
21933 Use ediff-default-filtering-regexp.
21934
21935 2003-10-12 Andreas Schwab <schwab@suse.de>
21936
21937 * international/mule-cmds.el (locale-charset-language-names):
21938 Simplify regex by removing unused grouping.
21939
21940 2003-10-10 Dave Love <fx@gnu.org>
21941
21942 * bindings.el: Don't bind stop.
21943
21944 2003-10-08 Miles Bader <miles@gnu.org>
21945
21946 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21947 face instead of attempting to emulate it.
21948
21949 2003-10-07 Kenichi Handa <handa@m17n.org>
21950
21951 * international/mule-diag.el (list-coding-systems-1): List coding
21952 systems that are loaded automatically.
21953
21954 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21955
21956 * international/mule.el (autoload-coding-system): New function.
21957
21958 2003-10-07 Andreas Schwab <schwab@suse.de>
21959
21960 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21961 change-log-default-name in the buffer visiting the file.
21962
21963 2003-10-06 Dave Love <fx@gnu.org>
21964
21965 * files.el (find-file-hook): Customize.
21966 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21967
21968 * bindings.el (completion-ignored-extensions): Remove .log.
21969 (global-map): Add again, open, stop keys.
21970
21971 2003-10-05 Richard M. Stallman <rms@gnu.org>
21972
21973 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21974 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21975 Use sh-modify directly.
21976 (sh-select): Use sh-append, not eval.
21977
21978 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21979
21980 * info.el (Info-following-node-name): New function.
21981
21982 * loadhist.el (unload-feature-special-hooks):
21983 Rename from loadhist-hook-functions.
21984 (loadhist-hook-functions): Now an alias.
21985
21986 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21987
21988 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21989 file-name clashes on 8+3 filesystems.
21990
21991 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21992 Rename loaddefs-boot.el to ldefs-boot.el
21993
21994 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21995 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21996
21997 2003-10-03 Lute Kamstra <lute@gnu.org>
21998
21999 * info.el (Info-mode): Revert previous change.
22000 (Info-escape-percent): New function.
22001 (Info-fontify-node): Use it.
22002
22003 2003-10-02 Andreas Schwab <schwab@suse.de>
22004
22005 * loaddefs-boot.el: Regenerated.
22006
22007 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
22008
22009 * ffap.el: Remove defadvice related code from CVS since `complete'
22010 provides a `PC-completion-as-file-name-predicate' variable that
22011 ffap can override.
22012
22013 2003-10-02 Kenichi Handa <handa@m17n.org>
22014
22015 * international/utf-8.el (ccl-decode-mule-utf-8):
22016 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
22017
22018 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
22019 * international/subst-big5.el: Likewise.
22020 * international/subst-gb2312.el: Likewise.
22021 * international/subst-ksc.el: Likewise.
22022
22023 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
22024
22025 * calendar/calendar.el (increment-calendar-month)
22026 (calendar-leap-year-p, calendar-absolute-from-gregorian)
22027 (generate-calendar, calendar-read-date, calendar-interval)
22028 (calendar-day-of-week): Handle years BC.
22029 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
22030
22031 2003-10-01 Dave Love <fx@gnu.org>
22032
22033 * language/cyrillic.el (cp1251): Alias for windows-1251.
22034
22035 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
22036 bootstrap.
22037
22038 2003-10-01 Lute Kamstra <lute@gnu.org>
22039
22040 * files.el: Fix typo.
22041 * imenu.el (imenu--generic-function): Docstring fix.
22042
22043 2003-09-30 Richard M. Stallman <rms@gnu.org>
22044
22045 * dired.el (dired-mode): Handle dired-directory as a list.
22046
22047 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
22048
22049 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
22050
22051 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
22052
22053 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
22054 Replace gud-display with gud-watch.
22055 (gud-speedbar-buttons): Add stuff for watching expressions
22056 in the speedbar when using M-x gdba. Use dolist on old part
22057 of this function.
22058
22059 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
22060 (gdb-update-flag): New variables.
22061 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
22062 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
22063 (gud-watch, gdb-var-create-handler) : New functions.
22064 (gdb-var-list-children, gdb-var-list-children-handler)
22065 (gdb-var-create-regexp, gdb-var-update-regexp)
22066 (gdb-var-list-children-regexp): New constants.
22067 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
22068 (gdb-annotation-rules): Reduce annotation set (level 3).
22069 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
22070 (gdb-post-prompt): Don't update GDB buffers every time speedbar
22071 updates.
22072 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
22073 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
22074 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
22075 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
22076 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
22077 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
22078 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
22079 (gud-display, gud-display1)
22080 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
22081 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
22082 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
22083 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
22084 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
22085 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
22086 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
22087 (gdb-display-display-buffer, gdb-toggle-display)
22088 (gdb-delete-display, gdb-expressions-popup-menu)
22089 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
22090 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
22091 to display buffer.
22092
22093 2003-09-30 Richard M. Stallman <rms@gnu.org>
22094
22095 * progmodes/ada-mode.el (ada-mode): Don't use advice.
22096 Instead, set which-func-functions.
22097
22098 * progmodes/which-func.el (which-func-modes): Add ada-mode.
22099 (which-func-functions): New variable.
22100 (which-function): Use that.
22101
22102 * info.el (Info-mode): Double each `%' in header line.
22103
22104 * emacs-lisp/lisp-mnt.el (lm-with-file):
22105 When FILE is nil, run BODY in current buffer.
22106
22107 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
22108
22109 * help.el (describe-mode): Start with a brief list of minor modes.
22110 Find them thru minor-mode-list so as to find them all.
22111 Show them in alphabetical order.
22112
22113 * mail/sendmail.el (mail-aliases): Doc fix.
22114
22115 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
22116
22117 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
22118
22119 * mail/rmailsum.el (rmail-make-summary-line-1):
22120 Change comma after last label to a space.
22121 (rmail-summary-font-lock-keywords): Adapt to that change.
22122
22123 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
22124
22125 * progmodes/scheme.el (scheme-mode-variables): When setting
22126 `font-lock-defaults', also specify that "#" should
22127 be interpreted with `word' syntax.
22128 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
22129
22130 2003-09-30 Lars Hansen <larsh@math.ku.dk>
22131
22132 * desktop.el: A lot of comments updated.
22133 (desktop-save-mode): Minor mode introduced.
22134 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
22135 (desktop-load-default): Function made obsolete.
22136 (desktop-locals-to-save): Variable made customizable.
22137 (desktop-read): Optional parameter `dirname' added.
22138 (desktop-change-dir, desktop-revert): Parameter `dirname' in
22139 `desktop-read' used.
22140 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
22141
22142 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
22143
22144 * whitespace.el (whitespace-clean-msg): Add user customizable message
22145 for displaying ``clean'' output.
22146 (whitespace-buffer): Use `whitespace-clean-msg'.
22147 (whitespace-global-mode): Fix typo.
22148
22149 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
22150
22151 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22152
22153 2003-09-29 Lute Kamstra <lute@gnu.org>
22154
22155 * bindings.el (mode-line-modes): Remove superfluous :propertize
22156 construct in initialization.
22157 (mode-line-position): Change cons cell into proper list in
22158 initialization.
22159
22160 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22161
22162 * international/mule.el (decode-coding-inserted-region): Use car
22163 of the return value of find-operation-coding-system.
22164
22165 2003-09-29 Kenichi Handa <handa@m17n.org>
22166
22167 * descr-text.el (describe-char): Fix previous change.
22168
22169 2003-09-28 Kenichi Handa <handa@m17n.org>
22170
22171 * descr-text.el (describe-char-display): New function.
22172 (describe-char): Pay attention to display table on describing how
22173 a character is displayed.
22174
22175 * international/mule-cmds.el (encoded-string-description):
22176 Prepend "0x" to each encoded byte.
22177
22178 2003-09-28 Andreas Schwab <schwab@suse.de>
22179
22180 * find-file.el (ff-special-constructs): Add autoload cookie.
22181
22182 2003-09-28 Kevin Ryde <user42@zip.com.au>
22183
22184 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22185 makeinfo appends to duplicate index entries.
22186
22187 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22188
22189 * dired-x.el (dired-clean-tex): Doc fix.
22190
22191 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22192 using a Chinese tutorial.
22193
22194 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22195
22196 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22197 between "MAIL FROM:" and "RCPT TO:" and the following address.
22198
22199 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22200
22201 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22202
22203 2003-09-28 David Ponce <david@dponce.com>
22204
22205 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22206 (recentf-load-list): When `recentf-initialize-file-name-history'
22207 is non-nil, initialize an empty `file-name-history' with the
22208 recent list.
22209
22210 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22211
22212 * man.el (Man-default-man-entry): Remove the leading `*' from the
22213 word at point.
22214
22215 2003-09-26 Lute Kamstra <lute@gnu.org>
22216
22217 * bindings.el (mode-line-position): Mention size indication in
22218 docstring.
22219
22220 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22221
22222 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22223
22224 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22225 because it's autoloaded now.
22226
22227 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22228
22229 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22230 (sh-font-lock-keywords, sh-feature): Fix previous change of
22231 sh-feature to avoid infloop with sh-font-lock-keywords.
22232
22233 2003-09-25 Kim F. Storm <storm@cua.dk>
22234
22235 * frame.el (frame-current-scroll-bars): New defun.
22236
22237 * window.el (window-current-scroll-bars): New defun.
22238
22239 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22240
22241 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22242 cause errors when the state cache contains info on parts that have
22243 been narrowed out.
22244
22245 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22246
22247 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22248 `c-setup-paragraph-variables' has to be used when this variable is
22249 changed; it doesn't work to reinitialize the mode since that
22250 typically clobbers the variable.
22251
22252 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22253 Make it interactive.
22254
22255 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22256
22257 * progmodes/cc-fonts.el (c-font-lock-declarations):
22258 Fix recognition of constructors and destructors for classes whose
22259 names are matched by `*-font-lock-extra-types'.
22260
22261 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22262 followed by an identifier in C++ then it's a type.
22263
22264 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22265
22266 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22267 problem that primarily affected XEmacs. Don't use faces to find
22268 unterminated strings since Emacs and XEmacs fontify strings
22269 differently - this function should now work better in XEmacs.
22270
22271 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22272
22273 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22274 `expand-abbrev' workaround which caused braces to misbehave inside
22275 macros.
22276
22277 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22278 handling. This bug could cause interactive font locking to bail out.
22279
22280 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22281
22282 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22283 Handle paren-style types in Pike. Also fixed some cases of
22284 insufficient handling of unbalanced parens.
22285
22286 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22287
22288 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22289 common shell prompts that are not common filename or URL characters.
22290 (ffap-file-at-point): Use the new regexp to strip the prompts from
22291 the file names. This is an issue mostly for user prompts that
22292 don't have a trailing space and find-file-at-point is invoked from
22293 within a shell inside Emacs.
22294
22295 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22296
22297 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22298 stamps numerically, rather than textually.
22299
22300 2003-09-24 Kenichi Handa <handa@m17n.org>
22301
22302 * language/devan-util.el (devanagari-post-read-conversion):
22303 * language/mlm-util.el (malayalam-post-read-conversion):
22304 * language/tml-util.el (tamil-post-read-conversion):
22305 Add autoload cookie.
22306
22307 * international/utf-8.el (utf-8-post-read-conversion):
22308 Call post-read-conversion functions for Devanagari, Malayalam,
22309 and Tamil.
22310
22311 2003-09-23 Dave Love <fx@gnu.org>
22312
22313 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22314
22315 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22316
22317 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22318 Update gud-remove.
22319
22320 2003-09-22 Richard M. Stallman <rms@gnu.org>
22321
22322 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22323 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22324 (sh-mode-syntax-table-input): New variable.
22325 (sh-require-final-newline): Don't use eval.
22326 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22327 (sh-variables, sh-font-lock-keywords): Don't use eval.
22328 (sh-set-shell): When setting require-final-newline,
22329 treat value = `require-final-newline' as don't change it.
22330 Set sh-mode-syntax-table locally based on
22331 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22332
22333 * progmodes/compile.el (compile-internal):
22334 Call compilation-set-window-height before setting window start.
22335
22336 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22337
22338 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22339 Clear out byte-compile-last-warned-form.
22340
22341 2003-09-22 Richard M. Stallman <rms@gnu.org>
22342
22343 * woman.el (woman-file-name, woman-follow-word):
22344 If current-word returns nil, use "".
22345
22346 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22347
22348 2003-09-22 Richard M. Stallman <rms@gnu.org>
22349
22350 * emacs-lisp/lisp-mnt.el (lm-with-file):
22351 Don't visit the file, just use insert-file-contents in temp buffer.
22352
22353 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22354
22355 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22356 Add surrounding \\( and \\) around the header, as in
22357 for lm-history-header 'Change Log\\|History'.
22358
22359 2003-09-22 John Paul Wallington <jpw@gnu.org>
22360
22361 * progmodes/ld-script.el: Add Commentary section,
22362 minor cleanup of file header.
22363 (ld-script-font-lock-keywords): Doc fix.
22364 (toplevel): Provide `ld-script' feature.
22365
22366 2003-09-21 Kim F. Storm <storm@cua.dk>
22367
22368 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22369 new built-in variable default-frame-scroll-bars.
22370 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22371 scroll-bar-mode; notably, use it instead of t when we toggle
22372 scroll-bars on.
22373 (toggle-scroll-bar): Use default-frame-scroll-bars.
22374
22375 2003-09-19 Masatake YAMATO <jet@gyve.org>
22376
22377 * pcvs.el (cvs-do-removal): Change the prompt depending on
22378 `filter' value.
22379
22380 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22381
22382 * startup.el (command-line-1): Stop startup-echo-area-message
22383 being hidden by "Loading image..." message.
22384 (use-fancy-splash-screens-p, display-splash-screen):
22385 Move display-graphic-p test from latter to former.
22386
22387 * progmodes/sh-script.el (sh-font-lock-keywords):
22388 Highlight escaped EOLs differently from other backslash constructs.
22389
22390 2003-09-19 Richard M. Stallman <rms@gnu.org>
22391
22392 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22393 New functions.
22394 (edebug-enter, edebug-outside-excursion): Use them.
22395
22396 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22397 Fix the condition for whether to print "In WHERE".
22398
22399 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22400
22401 * finder.el (finder-mode-hook): New variable.
22402 (finder-mode): Run hook finder-mode-hook
22403
22404 2003-09-18 Masatake YAMATO <jet@gyve.org>
22405
22406 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22407
22408 2003-09-17 Mario Lang <mlang@delysid.org>
22409
22410 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22411 "p %e" to actually print the value in the GUD buffer.
22412
22413 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22414
22415 From David Ponce <david.ponce@wanadoo.fr>:
22416 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22417 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22418 from loaddefs-boot.el if necessary.
22419
22420 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22421
22422 * progmodes/gud.el (gud-find-class): Make jdb work again since
22423 cc-mode changed the syntactic information.
22424
22425 2003-09-15 David Ponce <david@dponce.com>
22426
22427 * recentf.el: (recentf-exclude): Accept predicates too.
22428 (recentf-file-readable-p): New function.
22429 (recentf-include-p): Handle predicates in recentf-exclude.
22430 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22431 (recentf-cleanup): Likewise.
22432 (recentf-save-list): Use write-file to handle backup of
22433 recentf-save-file.
22434
22435 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22436
22437 * loaddefs-boot.el: Renamed from `loaddefs.el'
22438 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22439 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22440 necessary.
22441
22442 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22443
22444 * electric.el (Electric-pop-up-window): For the `one-window' case,
22445 no longer disconcertingly move point in the original buffer.
22446
22447 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22448
22449 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22450
22451 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22452
22453 * dired.el (dired-mode-map): Fix typo.
22454
22455 2003-09-11 Richard M. Stallman <rms@gnu.org>
22456
22457 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22458
22459 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22460
22461 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22462 the function is less noisy. Now only `kill-buffer' can ask questions.
22463
22464 2003-09-10 Mario Lang <mlang@delysid.org>
22465
22466 * battery.el: Update Commentary and Copyright.
22467 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22468 appear due to wrong ordering of the expressions in `or'.
22469
22470 2003-09-09 Lute Kamstra <lute@gnu.org>
22471
22472 * misc.el (upcase-char): Fix docstring.
22473 (zap-up-to-char): New command.
22474
22475 2003-09-08 David Ponce <david@dponce.com>
22476
22477 Ensure that recentf correctly updates the menu bar.
22478 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22479 (recentf-menu-bar): New function.
22480 (recentf-clear-data): Use it
22481 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22482 of easy-menu-change.
22483
22484 2003-09-08 Lute Kamstra <lute@gnu.org>
22485
22486 * simple.el (size-indication-mode): New.
22487 * bindings.el (mode-line-position): Add buffer size indicator.
22488
22489 2003-09-04 Mario Lang <mlang@delysid.org>
22490
22491 * battery.el (battery-linux-proc-acpi): New function.
22492 (battery-status-function): Modify default value calculation to also
22493 check for availability of ACPI.
22494 (battery-echo-area-format): Ditto.
22495 (battery-mode-line-format): Ditto.
22496
22497 2003-09-06 Dave Love <fx@gnu.org>
22498
22499 * ielm.el (ielm-mode-hook): Add :options.
22500
22501 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22502 (eldoc-print-current-symbol-info): Use it.
22503
22504 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22505
22506 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22507 being displayed in GUD buffer.
22508 (gdb-idle-input-queue): Remove var. Use just one queue.
22509 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22510 Remove functions. Use just one queue.
22511 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22512 (gdb-invalidate-assembler, gdb-get-current-frame):
22513 Modify functions. Use just one queue.
22514
22515 2003-09-04 Dave Love <fx@gnu.org>
22516
22517 * cus-start.el: Add blink-cursor-alist.
22518
22519 * ruler-mode.el (ruler-mode-fill-column-char)
22520 (ruler-mode-current-column-char): Use char-displayable-p,
22521 not window-system.
22522
22523 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22524
22525 * language/european.el (windows-1252): Move from code-pages.
22526
22527 * language/cyrillic.el ("Windows-1251"): Delete.
22528 ("Bulgarian", "Belarusian"): Remove `features'.
22529 (windows-1251): Move from code-pages.
22530
22531 * international/mule-diag.el (non-iso-charset-alist):
22532 Remove `codepage' stuff.
22533 (print-designation, list-coding-systems-1): Output fixes.
22534
22535 * international/code-pages.el (cp-make-translation-table)
22536 (cp-valid-codes): Made defsubsts.
22537 (cp-fix-safe-chars): Delete.
22538 (mule-diag): Don't require.
22539 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22540 (top-level): Check for defined coding system when defining
22541 cp... aliases. Change w32-add-charset-info test to avoid warning.
22542 (non-iso-charset-alist): Defvar when compiling.
22543 (cp-make-coding-system): Doc fix.
22544
22545 2003-09-02 Jason Rumney <jasonr@gnu.org>
22546
22547 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22548 line-ends from CVS before doing conversion.
22549
22550 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22551
22552 * calendar/diary-lib.el (diary-header-line-flag)
22553 (diary-header-line-format): New variables.
22554 (list-diary-entries): Use them to set header line in simple diary.
22555
22556 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22557 other than font-lock-string-face to highlight backslashes.
22558
22559 2003-09-01 Jason Rumney <jasonr@gnu.org>
22560
22561 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22562 regexp.
22563
22564 2003-09-01 Dave Love <fx@gnu.org>
22565
22566 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22567
22568 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22569 and :help; also line and column numbers labels.
22570
22571 * international/mule-util.el (char-displayable-p): Move from
22572 latin1-disp, rename and autoload.
22573
22574 * international/latin1-disp.el (latin1-char-displayable-p):
22575 Now obsolete alias. Replace uses with char-displayable-p.
22576 (latin1-display-ucs-per-lynx): Fix last change.
22577
22578 * international/mule-cmds.el (standard-display-european-internal):
22579 Don't use char code for Latin-1 NBSP.
22580 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22581 U+2018, U+2019 for `'.
22582 (select-safe-coding-system): Message fix.
22583
22584 2003-09-01 Kenichi Handa <handa@m17n.org>
22585
22586 * international/fontset.el (setup-default-fontset): For Thai
22587 font, specify "*" family.
22588
22589 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22590
22591 * progmodes/compile.el (previous-error): Accept a prefix
22592 argument, similarly to next-error.
22593
22594 2003-08-31 Masatake YAMATO <jet@gyve.org>
22595
22596 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22597 the number of files. Bind the number of files to a local
22598 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22599
22600 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22601
22602 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22603 2003-07-26: msdos-long-file-names is a function, not a variable.
22604
22605 2003-08-29 Richard M. Stallman <rms@gnu.org>
22606
22607 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22608 Do nothing with mail-personal-alias-file if it is nil.
22609
22610 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22611 Do nothing if mail-personal-alias-file is nil.
22612
22613 * term.el (term-exec-1): Bind coding-system-for-read.
22614
22615 * dired.el (dired-mouse-find-file-other-window):
22616 Use dired-view-command-alist here, as in dired-view-file.
22617 (dired-view-command-alist): Use %s to substitute file name.
22618 Handle .ps_pages, .eps, .jpg, .gif, .png.
22619
22620 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22621
22622 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22623 `Info-prev-reference', instead of M-tab.
22624
22625 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22626
22627 * simple.el (blink-matching-open): Work correctly on chars that
22628 are designated as parens through the syntax-table text property.
22629
22630 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22631
22632 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22633 line break position in the middle of a non-kinsoku (e.g. latin)
22634 word, making it skip until either a space or a character with
22635 category "|".
22636 (kinsoku-longer): Test for end of buffer.
22637
22638 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22639
22640 * mail/rmail.el (rmail-convert-to-babyl-format):
22641 Detect quoted-printable- and base64-encoded messages and decode them
22642 automatically. Set the message's encoding from the charset=
22643 header, if any. Decode base64-encoded messages in Mail format as well.
22644
22645 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22646
22647 * mail/smtpmail.el: Fix previous change.
22648 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22649 calling smtpmail-via-smtp.
22650 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22651
22652 2003-08-26 John Paul Wallington <jpw@gnu.org>
22653
22654 * image.el (image-jpeg-p): Don't search beyond length of data.
22655
22656 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22657
22658 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22659 misfeature in `expand-abbrev' which caused electric keywords like
22660 "else" to disappear if an open brace was typed directly afterwards.
22661
22662 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22663
22664 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22665 mandatory in `define-widget'.
22666
22667 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22668 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22669
22670 (c-assignment-operators): New language constant that only contains
22671 the assignment operators.
22672
22673 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22674
22675 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22676
22677 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22678 Safeguard against unbalanced sexps.
22679
22680 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22681
22682 * version.el (emacs-version): Check for gtk. Include gtk version info.
22683
22684 2003-08-25 John Paul Wallington <jpw@gnu.org>
22685
22686 * man.el (Man-default-man-entry): Don't whizz past the section
22687 number before looking for it.
22688
22689 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22690
22691 * progmodes/gud.el (gud-display-line): Don't set window-point if
22692 source buffer is not visible. (Only happens with M-x gdba.)
22693
22694 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22695 documentation.
22696 (gdb-source, gdb-source-info): Update to assembler unnecessary
22697 as its done after each GDB command anyway.
22698 (gdb-pre-prompt): Use with-current-buffer.
22699 (gdb-insert-field): Add help-echo text.
22700 (gdb-invalidate-assembler): Re-display of assembler now done in
22701 gdb-info-breakpoints-custom.
22702 (gdb-info-breakpoints-custom): Force re-display of assembler to
22703 happen *after* update of breakpoints buffer.
22704 (gdb-display-source-buffer): Don't choke if gdb-source-window
22705 isn't visible.
22706 (gdb-put-string, gdb-put-arrow): Remove free variables.
22707
22708 2003-08-24 John Paul Wallington <jpw@gnu.org>
22709
22710 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22711
22712 * man.el (Man-default-man-entry): Strip text properties when
22713 snarfing parts of entry because `format' preserves properties.
22714
22715 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22716
22717 * files.el (file-newest-backup): Use `expand-file-name'.
22718
22719 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22720 Allow the diary to pop up a new frame, if needed.
22721
22722 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22723 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22724 (smtpmail-send-it): Make treatment of envelope-from consistent with
22725 sendmail.el.
22726
22727 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22728 (sh-leading-keywords): Add the bash `time' reserved word.
22729 (sh-variables): Add some bash variables.
22730 (sh-add-completer): Fix nil branch of case statement.
22731
22732 2003-08-24 Masatake YAMATO <jet@gyve.org>
22733
22734 * progmodes/ld-script.el: New file.
22735
22736 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22737
22738 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22739
22740 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22741
22742 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22743 Better explain obsolescence, and what to use instead.
22744
22745 2003-08-23 Masatake YAMATO <jet@gyve.org>
22746
22747 * pcvs.el (cvs-do-removal): Show the deleted file name
22748 on the prompt.
22749
22750 2003-08-20 Dave Love <fx@gnu.org>
22751
22752 * international/mule.el (make-coding-system)
22753 (set-buffer-file-coding-system): Doc fix.
22754
22755 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22756
22757 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22758
22759 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22760
22761 * international/utf-16.el: Add mime-text-unsuitable coding system
22762 properties.
22763
22764 * international/latin1-disp.el (latin1-display): Add ?\e$,1s"\e(B.
22765
22766 * cus-edit.el: Add some :links.
22767 (bib): Remove.
22768
22769 * textmodes/bib-mode.el (bib): Add :group external.
22770
22771 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22772
22773 * wid-edit.el (widget-echo-help): Make it handle expressions that
22774 evaluate to strings.
22775
22776 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22777
22778 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22779
22780 Simplify selection of SQL products to define highlighting and
22781 interactive mode. Includes detailed instructions on adding
22782 support for new products.
22783
22784 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22785 product for use in highlighting and interactive mode.
22786 (sql-interactive-product): New variable. SQL product for
22787 sql-interactive-mode.
22788 (sql-product-support): New variable. Specifies product-specific
22789 parameters to drive highlighting and interactive mode.
22790 (sql-imenu-generic-expression): Add more object types.
22791 (sql-sqlite-options): Correct comment.
22792 (sql-ms-program): Use "osql" rather than "isql".
22793 (sql-prompt-regexp, sql-prompt-length): Update comment.
22794 (sql-mode-menu): Add "Start SQLi session" entry.
22795 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22796 (sql-mode-abbrev-table): Add abbreviations. Support of
22797 SYSTEM-FLAG on define-abbrev. Support was removed with last
22798 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22799 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22800 names.
22801 (sql-mode-ansi-font-lock-keywords): Set as default value.
22802 (sql-mode-oracle-font-lock-keywords): Set as default value.
22803 Support Oracle 9i keywords.
22804 (sql-mode-postgres-font-lock-keywords): Set as default value.
22805 (sql-mode-linter-font-lock-keywords): Set as default value.
22806 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22807 SQLServer 2000.
22808 (sql-mode-sybase-font-lock-keywords)
22809 (sql-mode-interbase-font-lock-keywords)
22810 (sql-mode-sqlite-font-lock-keywords)
22811 (sql-mode-strong-font-lock-keywords)
22812 (sql-mode-mysql-font-lock-keywords)
22813 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22814 keywords.
22815 (sql-mode-font-lock-defaults): Update comment.
22816 (sql-product-feature): New function. Returns feature associated
22817 with a product from `sql-product-support' alist.
22818 (sql-product-font-lock): New function. Set font-lock support
22819 based on `sql-product'.
22820 (sql-add-product-keywords): New function. Add font-lock rules to
22821 product-specific keyword variables.
22822 (sql-set-product): New function. Set `sql-product' and apply
22823 appropriate font-lock highlighting.
22824 (sql-highlight-product): New function. Set font-lock support
22825 based on a product. Also set mode name to include product name.
22826 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22827 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22828 Use `sql-set-product'.
22829 (sql-highlight-ms-keywords)
22830 (sql-highlight-sybase-keywords)
22831 (sql-highlight-interbase-keywords)
22832 (sql-highlight-strong-keywords)
22833 (sql-highlight-mysql-keywords)
22834 (sql-highlight-sqlite-keywords)
22835 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22836 (sql-get-login): Prompt in the same order as the tokens.
22837 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22838 (sql-product-interactive): New function. Common portions of
22839 product-specific interactive mode wrappers.
22840 (sql-interactive-mode): Rewritten to use product features.
22841 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22842 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22843 (sql-db2, sql-linter): Use `sql-product-interactive'.
22844 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22845 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22846 (sql-connect-ingres, sql-connect-postgres)
22847 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22848 New functions. Format command line parameters and invoke comint on
22849 the appropriate interpreter. Code was in the corresponding
22850 `sql-xyz' function before.
22851 (sql-connect-ms): New function. Support -E argument to use
22852 operating system credentials for authentication.
22853
22854 2003-08-18 Kenichi Handa <handa@m17n.org>
22855
22856 * international/mule.el (encode-char): Fix for the ASCII case.
22857
22858 2003-08-15 Kenichi Handa <handa@m17n.org>
22859
22860 * international/fontset.el (setup-default-fontset): Change "*" to
22861 nil in the specifications of font family.
22862
22863 2003-08-18 Kim F. Storm <storm@cua.dk>
22864
22865 * kmacro.el (kmacro-keymap): Group related bindings in
22866 initialization for clarity. Bind C-s to start macro.
22867 Remove C-r binding.
22868 (kmacro-initial-counter-value): New defvar to hold initial counter
22869 value in case we set the value before defining a macro.
22870 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22871 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22872 not defining or executing macro. Doc fix.
22873 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22874 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22875 temporarily view older elements on the macro ring without cycling
22876 the ring.
22877 (kmacro-display): Doc fix.
22878 (kmacro-exec-ring-item): New helper function.
22879 (kmacro-call-ring-2nd): Use it.
22880 (kmacro-call-ring-2nd-repeat): Doc fix.
22881 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22882 (kmacro-end-or-call-macro): Execute last viewed macro (using
22883 kmacro-exec-ring-item) from ring if this follows
22884 kmacro-view-macro. This allows us to find a macro on the ring
22885 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22886 the ring to bring it to the head of the ring.
22887 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22888 Allow binding to reserved keys without specifying C-x C-k prefix.
22889 Ask for confirmation if entered key sequence is already bound to
22890 a non-macro command.
22891 (kmacro-view-macro): Repeating command will show older elements
22892 on the macro ring; C-k will execute the last viewed macro.
22893 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22894 property from 'ring to 'head.
22895
22896 2003-08-17 Alan Shutko <ats@acm.org>
22897
22898 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22899 keeping December out of the alist.
22900
22901 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22902
22903 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22904 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22905 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22906 (calendar-flatten): New function.
22907 (calendar-mouse-view-other-diary-entries)
22908 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22909 in the menu title and to show multi-line diary entries correctly
22910 in the menu.
22911
22912 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22913
22914 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22915 defcustom, because the default was recently changed.
22916
22917 2003-08-16 Richard M. Stallman <rms@gnu.org>
22918
22919 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22920
22921 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22922 New subroutine, broken out of eval-last-sexp-1.
22923 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22924
22925 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22926
22927 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22928
22929 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22930
22931 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22932
22933 * progmodes/compile.el (compilation-error-regexp-alist):
22934 Add Java ANt error detection as described in document
22935 http://ant.apache.org/faq.html
22936
22937 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22938
22939 * simple.el (backward-word, forward-to-indentation)
22940 (backward-to-indentation): Argument changed to optional.
22941 (next-line, previous-line): Use `or' instead of `unless'.
22942
22943 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22944
22945 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22946 instead of a constant.
22947
22948 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22949
22950 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22951
22952 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22953
22954 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22955 (vc-sccs-workfile-version): Search the entire delta table, rather
22956 than just the first entry, because that might be a deleted version.
22957
22958 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22959
22960 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22961 [save-place] binding in the Options menu. Have it require
22962 'saveplace' and then toggle the variable manually, to avoid an
22963 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22964 for the bug report.
22965
22966 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22967
22968 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22969 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22970 (gdb-info-threads-custom): Add help-echo text.
22971 (gdb-display-back): Don't use purecopy.
22972 (gdb-info-breakpoints-custom, gdb-reset)
22973 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22974 icons can be displayed.
22975
22976 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22977
22978 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22979
22980 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22981
22982 * bookmark.el (bookmark-completing-read):
22983 Return a string, instead of a list of one string.
22984 Use a popup menu if activated from the mouse.
22985 (bookmark-edit-annotation): Remove unused vars.
22986 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22987 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22988 to bookmark-completing-read.
22989 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22990 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22991 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22992 and erase-buffer.
22993 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22994 (bookmark-menu-jump, bookmark-menu-insert)
22995 (bookmark-popup-menu-and-apply-function)
22996 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22997 (bookmark-menu-build-paned-menu): Remove by folding it into
22998 bookmark-menu-popup-paned-menu.
22999 (menu-bar-bookmark-map): Move the define-key statements here.
23000 Use the "non-menu" commands since they now pop up a menu if needed.
23001 (bookmark-exit-hook-internal): Simplify.
23002
23003 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
23004
23005 * reftex-toc.el (reftex-toc-rename-label): New function.
23006 (reftex-toc-check-docstruct): New function.
23007
23008 * reftex.el (reftex-region-active-p): New function.
23009
23010 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
23011 regexp to find the \bibliography macro.
23012
23013 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
23014 which does not exist in LaTeX.
23015 (reftex-cite-format-builtin): Added amsrefs support.
23016 (reftex-toc-confirm-promotion): New option
23017
23018 * reftex-toc.el
23019 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
23020 (reftex-toc-demote, reftex-toc-promote)
23021 (reftex-toc-do-promote, reftex-toc-promote-prepare)
23022 (reftex-toc-promote-action, reftex-toc-extract-section-number)
23023 (reftex-toc-newhead-from-alist)
23024 (reftex-toc-load-all-files-for-promotion): New functions.
23025 (reftex-toc-help): Added description of new keys.
23026 (reftex-toc-split-windows-fraction): New option.
23027 (reftex-recenter-toc-when-idle): Search *toc* window on all
23028 visible frames.
23029 (reftex-toc): Additional parameter REUSE
23030 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
23031 with REUSE argument.
23032 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
23033 the call of `reftex-toc'.
23034 (reftex-make-separate-toc-frame): New function .
23035 (reftex-toc-recenter): When called with triple prefix arg, call
23036 `reftex-make-separate-toc-frame' first.
23037 (reftex-toc-toggle-dedicated-frame): New command.
23038 (reftex-toc-quit): Adapted to delete frame when called in
23039 dedicated frame.
23040
23041 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
23042 all enclosing macros.
23043
23044
23045 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23046
23047 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
23048 first use.
23049
23050 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23051
23052 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
23053
23054 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
23055
23056 * calendar/calendar.el (list-diary-entries-hook)
23057 (diary-display-hook, nongregorian-diary-listing-hook)
23058 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
23059 Add some customize options for these hooks.
23060 (calendar-abbrev-construct): Don't try to take a substring longer
23061 than the original string.
23062
23063 2003-08-05 Richard M. Stallman <rms@gnu.org>
23064
23065 * emacs-lisp/testcover.el (noreturn): Report error if does return.
23066 (testcover-reinstrument-clauses): Doc fix.
23067
23068 * emacs-lisp/warnings.el: Doc fixes, args renamed.
23069 (warning-type-format): Rename from warning-group-format.
23070
23071 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
23072 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
23073 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
23074 to prevent warnings about defvar for an obsolete variable.
23075
23076 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
23077 warning-group-format renamed to warning-type-format.
23078
23079 * subr.el (read-passwd): Use clear-string instead of fillarray.
23080
23081 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
23082 Use vconcat instead of concat.
23083 (edmacro-sanitize-for-string): New function.
23084
23085 2003-08-05 Dave Love <fx@gnu.org>
23086
23087 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
23088 line-number-display-limit-width.
23089
23090 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
23091
23092 2003-08-05 Kenichi Handa <handa@m17n.org>
23093
23094 * international/code-pages.el: Don't require mule-diag.
23095
23096 * international/mule-diag.el (non-iso-charset-alist):
23097 Add autoload cookie.
23098
23099 * language/devan-util.el (dev-glyph-order): Add an entry for the
23100 glyph code #xC4.
23101
23102 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
23103
23104 * calendar/calendar.el (diary-file, diary-file-name-prefix)
23105 (european-calendar-style, diary-date-forms)
23106 (calendar-day-name-array, calendar-month-name-array): Doc change.
23107 (generate-calendar-month): Adapt for new behavior of
23108 `calendar-day-name' function.
23109 (calendar-abbrev-length, calendar-day-abbrev-array)
23110 (calendar-month-abbrev-array): New variables.
23111 (calendar-abbrev-construct): New function.
23112 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
23113 rather than fixing abbrevs at some width. Calling syntax change.
23114 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
23115 (calendar-date-string): Adapt for new behaviors of
23116 `calendar-day-name' and `calendar-month-name' functions.
23117
23118 * calendar/diary-lib.el (list-diary-entries): Adapt for new
23119 behavior of `calendar-day-name' and `calendar-month-name' functions.
23120 (diary-name-pattern): Use abbrev arrays, rather than fixing
23121 abbrevs at three chars. Calling syntax change.
23122 (mark-diary-entries): Adapt for new behaviors of
23123 `diary-name-pattern' and `calendar-make-alist' functions.
23124 (fancy-diary-font-lock-keywords): Adapt for new behavior of
23125 `diary-name-pattern' function.
23126 (font-lock-diary-date-forms): Use abbrev arrays, rather than
23127 fixing abbrevs at three chars. Calling syntax change.
23128 (cal-hebrew, cal-islam): Require when compiling.
23129 (diary-font-lock-keywords): Adapt for new behavior of
23130 `font-lock-diary-date-forms' function.
23131
23132 * calendar/cal-hebrew.el: Reposition some code so defined before used.
23133 (calendar-hebrew-month-name-array-common-year)
23134 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
23135 (list-hebrew-diary-entries): Adapt for new behaviors of
23136 `calendar-day-name' and `add-to-diary-list' functions.
23137 (mark-hebrew-diary-entries): Adapt for new behaviors of
23138 `diary-name-pattern' and `calendar-make-alist' functions.
23139
23140 * calendar/cal-islam.el (calendar-islamic-month-name-array):
23141 Add doc string.
23142 (list-islamic-diary-entries): Adapt for new behaviors of
23143 `calendar-day-name' and `add-to-diary-list' functions.
23144 (mark-islamic-diary-entries): Adapt for new behaviors of
23145 `diary-name-pattern' and `calendar-make-alist' functions.
23146
23147 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
23148 `calendar-month-name' function.
23149
23150 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23151
23152 * calendar/solar.el (solar-seasons-data): Move definition before use.
23153
23154 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23155 (cal-tex-LaTeX-hourbox): Move definition before use.
23156
23157 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23158 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23159 * lunar.el, solar.el (displayed-month, displayed-year):
23160 Define for compiler.
23161
23162 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23163
23164 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23165 MODE. Renamed from c-init-c-language-vars'.
23166 (c-initialize-cc-mode): Change accordingly.
23167 (c-common-init): Ditto.
23168 (c-mode): Ditto.
23169 (c++-mode): Use `c-init-language-vars-for'.
23170 (objc-mode): Ditto.
23171 (java-mode): Ditto.
23172 (idl-mode): Ditto.
23173 (pike-mode): Ditto.
23174 (awk-mode): Ditto.
23175
23176 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23177
23178 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23179 or not the point moved.
23180
23181 (c-search-decl-header-end): Don't trip up on operator identifiers
23182 in C++ and operators like == in all languages.
23183
23184 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23185 Detect leading labels correctly.
23186
23187 2003-08-02 Andreas Schwab <schwab@suse.de>
23188
23189 * textmodes/ispell.el: Don't redo key bindings on loading, put
23190 them only in loaddefs.el.
23191 * bookmark.el: Likewise.
23192 * dabbrev.el: Likewise.
23193 * emerge.el: Likewise.
23194
23195 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23196 has more than one member.
23197
23198 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23199
23200 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23201
23202 * lpr.el (printify-region): It was ending conversion before the
23203 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23204
23205 2003-07-31 John Paul Wallington <jpw@gnu.org>
23206
23207 * net/browse-url.el (browse-url-epiphany): Doc fix.
23208
23209 2003-07-30 Kenichi Handa <handa@m17n.org>
23210
23211 * international/fontset.el (setup-default-fontset):
23212 Change registry names of Akurti fonts.
23213
23214 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23215
23216 * comint.el (comint-read-noecho): Use `clear-string' instead of
23217 `fillarray'.
23218
23219 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23220
23221 * outline.el (outline-mode-hook): Add defvar.
23222
23223 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23224
23225 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23226 Restore assembler in source window if that is what has been selected.
23227 (menu): Add gdb-restore-windows to menu. Make gdba
23228 specific menus only visible from gdba.
23229
23230 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23231
23232 * progmodes/compile.el (compilation-environment): New user variable.
23233 (compile-internal): Respect it.
23234
23235 2003-07-23 Masatake YAMATO <jet@gyve.org>
23236
23237 * progmodes/gud.el (gdb-script-font-lock-keywords):
23238 Put `font-lock-function-name-face' on a symbol which includes
23239 `-' like `hook-run'. Put font-lock-variable-name-face
23240 on a symbol starting with $.
23241
23242 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23243
23244 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23245
23246 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23247
23248 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23249
23250 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23251
23252 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23253 Use with-no-warnings.
23254 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23255 rather than to find-file-not-found-hook, which doesn't exist.
23256
23257 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23258
23259 * international/quail.el (quail-translate-key): Fix previous change.
23260
23261 2003-07-25 John Paul Wallington <jpw@gnu.org>
23262
23263 * server.el (server-start): Check `server-process' is non-nil
23264 before killing it to avoid killing current buffer's process.
23265
23266 * simple.el (choose-completion-string): Use `minibufferp';
23267 test `completion-reference-buffer' if `buffer' arg is nil.
23268 (push-mark): Use `when' and `unless'.
23269 (pop-mark): Use `when'.
23270
23271 * mouse-sel.el (mouse-sel-get-selection-function):
23272 Check `x-last-selected-text-primary'. Don't barf if it or
23273 `x-last-selected-text' aren't bound.
23274
23275 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23276
23277 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23278
23279 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23280
23281 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23282
23283 2003-07-23 John Paul Wallington <jpw@gnu.org>
23284
23285 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23286
23287 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23288
23289 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23290 string. Defvar the derived hook.
23291
23292 * macros.el (insert-kbd-macro): Escape double quote character.
23293 From Thomas W Murphy <twm@andrew.cmu.edu>.
23294
23295 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23296
23297 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23298 to match the specific mark rather than reusing comment-start-skip.
23299
23300 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23301
23302 * progmodes/hideshow.el (hs-special-modes-alist):
23303 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23304
23305 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23306
23307 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23308 value using ?\s.
23309
23310 2003-07-21 John Paul Wallington <jpw@gnu.org>
23311
23312 * subr.el (with-selected-window): Add closing paren.
23313
23314 2003-07-21 Richard M. Stallman <rms@gnu.org>
23315
23316 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23317 (lisp-mode): Likewise.
23318
23319 * subr.el (with-selected-window): Copy code form save-selected-window
23320 so as to call select-window with norecord arg.
23321 (dynamic-completion-table): Doc fix.
23322 (lazy-completion-table): Doc fix.
23323
23324 * international/mule-cmds.el (set-locale-environment):
23325 langinfo renamed to locale-info.
23326
23327 * international/mule.el (auto-coding-functions): Doc fix.
23328
23329 2003-07-21 Kenichi Handa <handa@m17n.org>
23330
23331 * international/quail.el (quail-translate-key):
23332 Update quail-current-str correctly.
23333
23334 2003-07-21 Andreas Schwab <schwab@suse.de>
23335
23336 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23337 ?, to "_".
23338
23339 2003-07-20 Kai Gro\e,A_\e(Bjohann <kai.grossjohann@gmx.net>
23340 Version 2.0.36 of Tramp released.
23341
23342 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23343 tramp-password-end-of-line.
23344 (tramp-password-end-of-line): New method parameter.
23345 (tramp-get-password-end-of-line): Function to access method
23346 parameter `tramp-password-end-of-line', or variable
23347 `tramp-default-password-end-of-line' (default value).
23348 (tramp-methods): Add entries for new parameter
23349 tramp-password-end-of-line.
23350 (tramp-enter-password): Use new function
23351 `tramp-get-password-end-of-line'.
23352 (tramp-handle-insert-file-contents): Do not
23353 unconditionally inhibit the file operation file-local-copy, only
23354 do that when the inhibit-file-name-operation is currently
23355 insert-file-contents. This fixes finding remote CVS-controlled
23356 files. (It would barf on inserting the CVS/Entries file
23357 literally, because the file-local-copy handler wasn't called.)
23358 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23359 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23360 (tramp-initial-commands): New variable.
23361 (tramp-process-initial-commands): New function, using the variable.
23362 (tramp-open-connection-setup-interactive-shell): Call the new function.
23363 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23364 method into the buffer name, never use nil. Reported by Hanak
23365 David <dhanak@inf.bme.hu>.
23366 (tramp-open-connection-setup-interactive-shell): Erase buffer
23367 before sending "stty -onlcr".
23368
23369 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23370
23371 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23372
23373 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23374
23375 2003-07-19 John Paul Wallington <jpw@gnu.org>
23376
23377 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23378 (artist-draw-rect, artist-draw-square): Doc fixes.
23379
23380 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23381
23382 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23383
23384 2003-07-19 Kenichi Handa <handa@m17n.org>
23385
23386 * international/kkc.el (kkc-show-conversion-list-update):
23387 Highlight the correct candidate in the message.
23388
23389 2003-07-18 John Paul Wallington <jpw@gnu.org>
23390
23391 * simple.el (current-word): Don't include punctuation char when
23392 `really-word' arg is non-nil.
23393
23394 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23395
23396 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23397 moved to the directory obsolete.
23398
23399 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23400
23401 * info.el (Info-menu-entry-name-re): Allow newlines in
23402 menu entry names.
23403
23404 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23405 syntax-ppss-after-change-function.
23406 (syntax-ppss-after-change-function): New alias. Update uses.
23407 (syntax-ppss): Catch the case where the buffer is narrowed.
23408
23409 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23410
23411 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23412 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23413
23414 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23415
23416 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23417 since it might be modified.
23418
23419 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23420 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23421 names to these language constants.
23422
23423 2003-07-15 Kim F. Storm <storm@cua.dk>
23424
23425 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23426 All uses changed.
23427
23428 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23429
23430 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23431 Namespace support.
23432
23433 2003-07-13 Juanma Barranquero <lektu@terra.es>
23434
23435 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23436 papers received).
23437
23438 2003-07-13 Karl Eichwalder <ke@suse.de>
23439
23440 * textmodes/po.el (po-find-charset): White space at the start of the
23441 Content-Type field body is non-mandatory.
23442
23443 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23444
23445 * textmodes/texinfo.el (texinfo-section-list):
23446 Append appendixsection; a synonym for appendixsec.
23447
23448 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23449
23450 * man.el (Man-translate-cleanup): New.
23451 (Man-translate-references): Call `Man-translate-cleanup' to clean
23452 leading, trailing and middle spaces.
23453
23454 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23455
23456 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23457 Handle `dired-directory' being a list.
23458
23459 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23460
23461 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23462 it doesn't exist.
23463
23464 2003-07-12 Richard M. Stallman <rms@gnu.org>
23465
23466 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23467
23468 * progmodes/cc-defs.el (c-make-keywords-re):
23469 Don't use delete-duplicates.
23470 (c-lang-const): Don't use mapcan.
23471
23472 * apropos.el (apropos-show-scores): Make it customizable.
23473 Document new meaning.
23474 (apropos): Compute scores from symbols.
23475 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23476
23477 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23478
23479 * ps-bdf.el: Fix copyright line.
23480 (bdf-directory-list): Fix initialization code.
23481
23482 2003-07-11 John Paul Wallington <jpw@gnu.org>
23483
23484 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23485 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23486 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23487
23488 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23489
23490 * emacs-lisp/ring.el (ring-elements): Doc fix.
23491
23492 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23493
23494 * calendar/timeclock.el (timeclock-relative)
23495 (timeclock-ask-before-exiting, timeclock-use-display-time):
23496 Doc changes.
23497 (timeclock-modeline-display): Give a message if
23498 `timeclock-use-display-time' is non-nil but `display-time-mode'
23499 is not active.
23500
23501 2003-07-11 Kenichi Handa <handa@m17n.org>
23502
23503 * international/mule-cmds.el (set-language-environment):
23504 Set current-language-environment to the correct string.
23505
23506 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23507
23508 * ps-print.el: Print line number correctly in a region. Reported by
23509 Tim Allen <timallen@ls83.fsnet.co.uk>.
23510 (ps-print-version): New version number (6.6.2).
23511 (ps-printing-region): Code fix.
23512
23513 2003-07-10 John Paul Wallington <jpw@gnu.org>
23514
23515 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23516 this function can be called from `add-completions-from-tags-table'.
23517
23518 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23519
23520 * calendar/timeclock.el (timeclock-use-display-time)
23521 (timeclock-day-over-hook, timeclock-workday-remaining)
23522 (timeclock-status-string, timeclock-when-to-leave)
23523 (timeclock-when-to-leave-string, timeclock-log-data)
23524 (timeclock-find-discrep, timeclock-day-base)
23525 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23526 (timeclock-modeline-display): Set the variable
23527 `timeclock-modeline-display'.
23528 (timeclock-update-modeline): Doc fix. Respect value of
23529 `timeclock-relative'.
23530
23531 2003-07-09 Richard M. Stallman <rms@gnu.org>
23532
23533 * textmodes/reftex-parse.el (reftex-all-document-files):
23534 Add autoload cookie.
23535
23536 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23537 (reftex-scanning-info-available-p): Add autoload cookie.
23538
23539 * international/mule-cmds.el
23540 (set-display-table-and-terminal-coding-system): Delete duplicate
23541 aset on standard-display-table.
23542
23543 * view.el (view-file): If existing buffer's major mode is special,
23544 don't go into view mode.
23545
23546 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23547
23548 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23549
23550 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23551 buffer changes; there's third party code that calls this function
23552 directly.
23553
23554 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23555
23556 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23557 (autodoc-font-lock-keywords): Don't byte compile on font lock
23558 initialization when running from byte compiled files.
23559
23560 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23561
23562 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23563 statement ends with auto-increment "++".
23564
23565 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23566
23567 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23568 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23569 these are changed, so declare them as variables and not constants.
23570
23571 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23572
23573 * subr.el (dolist, dotimes): Doc fix.
23574
23575 2003-07-08 Kim F. Storm <storm@cua.dk>
23576
23577 * international/mule-cmds.el
23578 (set-display-table-and-terminal-coding-system): Don't break
23579 bootstrap if standard-display-table isn't setup yet.
23580
23581 2003-07-07 Richard M. Stallman <rms@gnu.org>
23582
23583 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23584 Give it a doc string, and autoload it.
23585
23586 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23587 Use with-no-warnings.
23588
23589 * info.el (Info-search): If find invisible text, search again.
23590
23591 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23592
23593 * man.el (Man-name-regexp): Match + as part of name.
23594
23595 * simple.el (visible-mode): Rename from vis-mode.
23596 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23597
23598 * simple.el (current-word): New arg REALLY-WORD specifies
23599 don't include punctuation chars.
23600
23601 * emacs-lisp/debug.el (debug, debugger-env-macro):
23602 Use with-no-warnings while accessing and binding unread-command-char.
23603
23604 * international/mule-cmds.el
23605 (set-display-table-and-terminal-coding-system): Use explicit loop
23606 instead of calling standard-display-default.
23607
23608 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23609 Use condition-case to catch error in ange-ftp-get-files.
23610
23611 * net/browse-url.el (browse-url-browser-function):
23612 Add alternative for Epiphany.
23613 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23614 (browse-url-epiphany-startup-arguments)
23615 (browse-url-epiphany-new-window-is-tab): New variables.
23616 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23617
23618 * progmodes/compile.el (compile-auto-highlight): Default now t.
23619 (compile): Doc fix.
23620 (compilation-next-error): Fix previous change.
23621
23622 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23623
23624 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23625
23626 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23627
23628 * gdb-ui.el (gdb-source-info): Display current frame when
23629 attaching to an existing process.
23630 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23631 while laying out windows when attaching to an existing process.
23632
23633 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23634
23635 * info.el (Info-menu): Use Info-menu-entry-name-re.
23636
23637 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23638
23639 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23640 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23641
23642 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23643 to match the same text.
23644
23645 2003-07-06 John Paul Wallington <jpw@gnu.org>
23646
23647 * vc.el (vc-annotate-offset): Move defvar up.
23648
23649 2003-07-06 Kim F. Storm <storm@cua.dk>
23650
23651 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23652 This should fix the infinite loop when extracting menu names.
23653
23654 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23655
23656 * files.el (auto-mode-alist, interpreter-mode-alist):
23657 Remove entries to CC Mode modes to avoid duplicates; they are now added
23658 with autoload directives in cc-mode.el.
23659
23660 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23661
23662 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23663 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23664 these are changed, so declare them as variables and not constants.
23665
23666 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23667 ensure that the entry for ".c" extension comes before the one for
23668 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23669 Fix incorrect entries that were added to `interpreter-mode-alist'.
23670 Move the autoload directives for AWK to the top level since they
23671 aren't recognized anywhere else. Do not use the new AWK mode doc
23672 in the autoload form for the old AWK mode.
23673
23674 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23675
23676 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23677 (bibtex-sort-ignore-string-entries): Default value t.
23678 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23679 erroneously in previous version.
23680 (bibtex-string-files): Docstring reflects new parsing scheme.
23681 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23682 docstring, add # as one of the chars to crush
23683 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23684 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23685 (bibtex-autokey-name-change-strings)
23686 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23687 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23688 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23689 (bibtex-autokey-title-terminators)
23690 (bibtex-autokey-titlewords-stretch)
23691 (bibtex-autokey-titleword-ignore)
23692 (bibtex-autokey-titleword-case-convert)
23693 (bibtex-autokey-titleword-abbrevs)
23694 (bibtex-autokey-titleword-abbrevs)
23695 (bibtex-autokey-titleword-change-strings)
23696 (bibtex-autokey-titleword-length)
23697 (bibtex-autokey-titleword-separator)
23698 (bibtex-autokey-name-year-separator)
23699 (bibtex-autokey-year-title-separator)
23700 (bibtex-autokey-before-presentation-function)
23701 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23702 Fix docstring.
23703 (bibtex-strings, bibtex-reference-keys):
23704 Use lazy-completion-table and make-variable-buffer-local.
23705 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23706 (bibtex-braced-string-syntax-table)
23707 (bibtex-quoted-string-syntax-table): New variables.
23708 (bibtex-parse-nested-braces): Remove.
23709 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23710 (bibtex-parse-association): Simplify.
23711 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23712 (bibtex-parse-field-text): Simplify.
23713 (bibtex-search-forward-field, bibtex-search-backward-field):
23714 argument BOUND can take value t.
23715 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23716 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23717 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23718 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23719 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23720 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23721 and ending of entry. Update for changes of bibtex-search-entry.
23722 Simplify.
23723 (bibtex-map-entries): FUN is called with three arguments.
23724 (bibtex-search-entry): Return a cons pair with buffer positions of
23725 beginning and end of entry.
23726 (bibtex-enclosing-field): Simplify.
23727 (bibtex-format-entry): Use booktitle to set a missing title.
23728 (bibtex-autokey-get-names): Fiddle with regexps.
23729 (bibtex-generate-autokey): Use identity.
23730 (bibtex-parse-keys): Use simplified parsing algorithm if
23731 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23732 arguments. Return alist of keys.
23733 (bibtex-parse-strings): Simplify. Return alist of strings.
23734 (bibtex-complete-string-cleanup): Fix docstring.
23735 (bibtex-read-key): New function.
23736 (bibtex-mode): Fix docstring. Do not parse for keys and
23737 strings when the mode is entered. Set fill-paragraph-function to
23738 bibtex-fill-field. Setup font-lock-mark-block-function the way
23739 font-lock intended.
23740 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23741 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23742 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23743 (bibtex-Preamble): Avoid hard coded constants.
23744 (bibtex-make-field): Fix docstring. Simplify.
23745 (bibtex-beginning-of-entry): Always return new position of point.
23746 (bibtex-end-of-entry): Rearrange cond clauses.
23747 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23748 Update for changes of bibtex-map-entries.
23749 (bibtex-ispell-abstract): Do not move point.
23750 (bibtex-entry-index): Use downcase. Simplify.
23751 (bibtex-lessp): Handle catch-all.
23752 (bibtex-find-crossref): Turn into a command.
23753 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23754 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23755 preamble entries.
23756 (bibtex-fill-field-bounds): New function.
23757 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23758 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23759 (bibtex-String): Use bibtex-strings. Always obey
23760 bibtex-sort-ignore-string-entries.
23761
23762 2003-07-05 John Paul Wallington <jpw@gnu.org>
23763
23764 * cus-theme.el (customize-create-theme):
23765 Call `customize-create-theme' in Reset widget's notify function.
23766
23767 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23768 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23769 (define-ibuffer-column name): Add summarizer.
23770 (define-ibuffer-column size): Likewise.
23771 (define-ibuffer-column filename): Likewise.
23772 (define-ibuffer-column process): Likewise. Change BODY's output too.
23773 (define-ibuffer-column filename-and-process): Likewise, likewise.
23774 (ibuffer): Remove local vars `already-in' and `need-update'.
23775
23776 * ibuf-ext.el: Don't require `derived' at compile-time.
23777
23778 2003-07-05 Kim F. Storm <storm@cua.dk>
23779
23780 * info.el: Disable paragraph refilling.
23781 (Info-refill-paragraphs): New defcustom.
23782 (Info-fontify-node): Use it.
23783
23784 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23785
23786 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23787 thingies from constructors created by defstruct.
23788
23789 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23790 the default value of the variable.
23791 (byte-code-meter): Move declaration to top level.
23792
23793 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23794
23795 * info.el (Info-following-node-name-re): New fun.
23796 (Info-following-node-name): Remove.
23797 (Info-insert-dir): Use the new fun.
23798 (Info-extract-pointer): Don't save restriction; use new fun.
23799 (Info-menu-entry-name-re): New const.
23800 (Info-menu-entry-name-re): Use it along with new fun.
23801 (Info-node-spec-re): Use new fun.
23802 (Info-complete-menu-item, Info-fontify-node): Use new const.
23803 (Info-goto-node, Info-follow-reference, Info-menu-update):
23804 Use match-string.
23805 (Info-follow-reference): Use assoc-string.
23806 Use a list of strings for the completion table.
23807 (Info-fontify-node): Use match-string, line-end-position.
23808 Limit the search for `node:' to the first line.
23809
23810 * newcomment.el (uncomment-region): Remove padding coming from
23811 comment-start rather than just from comment-padding.
23812
23813 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23814 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23815 (vc-cvs-rename-file): Remove (use the default).
23816 (vc-cvs-register): Register parent dir if needed.
23817 (vc-cvs-could-register): Return non-nil if parent can be registered.
23818 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23819 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23820
23821 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23822 (vc-svn-update): Fix the arguments to `svn'.
23823 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23824 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23825 Simple implementations, assuming `name' is a URL.
23826
23827 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23828 set of chars allowed unquoted in a case pattern.
23829
23830 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23831
23832 * font-lock.el (font-lock-extra-types-widget)
23833 (c-font-lock-extra-types, c++-font-lock-extra-types)
23834 (objc-font-lock-extra-types, java-font-lock-extra-types)
23835 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23836 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23837 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23838 (font-lock-match-c++-structor-declaration)
23839 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23840 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23841 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23842 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23843 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23844 (java-font-lock-keywords-3, java-font-lock-keywords)
23845 (java-font-lock-syntactic-face-function): Remove obsolete code
23846 and constants. It's all in cc-fonts.el now.
23847
23848 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23849
23850 * mail/sendmail.el (mail-specify-envelope-from)
23851 (mail-envelope-from): Doc fix.
23852
23853 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23854
23855 * generic-x.el: Do away with the dependency on `c-emacs-features'
23856 when populating `rul-generic-mode-syntax-table'; we already know
23857 this isn't XEmacs.
23858
23859 See ChangeLog.10 for earlier changes.
23860
23861 ;; Local Variables:
23862 ;; coding: iso-2022-7bit
23863 ;; End:
23864
23865 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23866 Copying and distribution of this file, with or without modification,
23867 are permitted provided the copyright notice and this notice are preserved.
23868
23869 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1