1 2005-07-18 Juri Linkov <juri@jurta.org>
3 * allout.el (allout-mode):
4 * calculator.el (calculator-copy):
5 * custom.el (custom-known-themes):
6 * dired.el (dired-desktop-buffer-misc-data)
7 (dired-restore-desktop-buffer):
8 * dired-x.el (dired-omit-marker-char):
9 * files.el (basic-save-buffer):
10 * font-core.el (font-lock-mode):
11 * calendar/calendar.el (calendar-goto-hebrew-date)
12 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13 (calendar-goto-persian-date):
14 * language/ethio-util.el (ethio-sera-to-fidel-region):
15 * textmodes/picture.el (picture-mode):
16 Delete duplicate duplicate words.
18 2005-07-18 Juri Linkov <juri@jurta.org>
20 * isearch.el (isearch-mode-map): Remove key bindings for regexp
22 (isearch-fallback): Don't call `isearch-process-search-char'.
23 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
24 (isearch-process-search-char): Call `isearch-fallback' for regexp
26 (isearch-return-char): Make obsolete with `make-obsolete' instead
27 of simply documenting it as obsolete in the docstring.
28 (isearch-fallback): Refill docstring.
30 * international/isearch-x.el
31 (isearch-process-search-multibyte-characters): Remove unneeded `concat'.
32 Add intermediate values to `junk-hist' instead of `minibuffer-history'.
33 Test the length of `str'.
35 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
37 * allout.el (allout-resolve-xref): Fix typos in error strings.
38 (allout-before-change-protect): Remove unneeded `concat'.
40 * array.el (array-mode, array-reconfigure-rows)
41 (untabify-backward): Fix typos in docstrings.
42 (array-reconfigure-rows): Use `insert-buffer-substring', not
45 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
46 * progmodes/ada-mode.el (ada-make-body): Use
47 `insert-buffer-substring' and `goto-char', not `insert-buffer'.
49 * dired.el (dired-log):
50 * tar-mode.el (tar-subfile-save-buffer):
51 * play/zone.el (zone-pgm-stress-destress):
52 Use `insert-buffer-substring', not `insert-buffer'.
54 2005-07-17 Simon Josefsson <jas@extundo.com>
56 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
58 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
60 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
61 Add plain auth method.
62 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
64 2005-07-17 Kim F. Storm <storm@cua.dk>
66 * ido.el (dired-other-window): Add ido property.
68 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
70 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
71 Fix typo in docstring.
72 (byte-compile-interactive-only-functions): Add `insert-buffer' and
73 `insert-file-literally'.
75 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
76 info and delete redundant message. Doc fix.
77 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
78 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
80 2005-07-16 Richard M. Stallman <rms@gnu.org>
82 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
83 (byte-compile-and): Use byte-compile-and-recursion.
84 (byte-compile-or-recursion): New function.
85 (byte-compile-or): Use that.
86 (byte-compile-if): Guard the else-clause too.
87 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
89 * isearch.el (isearch-mode-end-hook-quit): New variable.
90 (isearch-done): Bind it.
91 (isearch-mode-end-hook): Doc fix.
93 * allout.el (allout-isearch-did-quit): Variable deleted.
94 (allout-real-isearch-abort): Function name no longer used.
95 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
96 (allout-isearch-rectification): isearch-mode always exists.
97 Don't set allout-isearch-did-quit.
98 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
99 allout-isearch-did-quit.
100 (allout-enwrap-isearch): Just add the hook.
101 (allout-isearch-abort): Function deleted.
102 (allout-pre-command-business): Avoid warning.
104 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
105 Correctly avoid warnings.
106 (pascal-outline): Likewise.
108 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
110 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
112 * play/tetris.el (tetris-mode): Avoid warning.
114 * play/snake.el (snake-mode): Avoid warning.
116 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
117 (gamegrid-set-display-table): Avoid warning.
118 (gamegrid-set-timer): Likewise.
119 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
120 (gamegrid-add-score-with-update-game-score-1): Take FILE
122 (gamegrid-add-score-with-update-game-score): Pass that argument.
123 Rename have-shared-game-dir to gamegrid-shared-game-dir.
125 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
127 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
128 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
130 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
133 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
134 (sc-ask): Avoid warnings.
136 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
137 (eshell-hist-initialize): Use that var the natural way.
139 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
141 * emacs-lisp/re-builder.el (reb-cook-regexp): Avoid
142 warning calling lre-compile-string.
143 (reb-color-display-p): Avoid warning.
145 * calculator.el (calculator-last-input): Guard uses
146 of event-key and key-press-event-p.
147 (event-key, key-press-event-p): Delete definitions.
149 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
150 (find-gc-source-directory, find-gc-subrs-callers)
151 (find-gc-noreturn-list, find-gc-source-files)
152 (find-gc-subrs-called): Vars renamed and defvar'd.
154 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
155 (checkdoc-overlay-put, checkdoc-delete-overlay)
156 (checkdoc-overlay-start, checkdoc-overlay-end)
157 (checkdoc-mode-line-update, checkdoc-char=):
158 Define such that compiler knows they are defined.
159 (checkdoc-call-eval-buffer): Deleted. Use eval-buffer directly.
160 (checkdoc-read-event): Deleted. Use read-event directly.
162 * whitespace.el (whitespace-make-overlay)
163 (whitespace-overlay-put, whitespace-delete-overlay)
164 (whitespace-overlay-start, whitespace-overlay-end):
165 Define such that compiler knows they are defined.
166 (whitespace): Move conditional inside.
168 * tempo.el (tempo-insert-template): Suppress warning.
170 * ediff-diff.el (longlines-mode): Add defvar.
172 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
174 * server.el: Bind "C-x #" in a way that works even if C-x is
175 redefined to a command key, not a prefix key.
177 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
179 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
180 cl-make-type-test till execution time.
182 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
184 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
187 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
189 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
191 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
193 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
194 a defcustom with two :set or :type keywords.
196 2005-07-15 Richard M. Stallman <rms@gnu.org>
198 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
199 Don't give ^M comment-end syntax.
201 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
203 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
204 Don't consider gdbmi (gdb-mi.el has its own update functions).
205 (gdb-var-delete): Make it work for gdbmi as well.
206 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
208 * progmodes/gud.el (etags, sdb): Only require etags when needed.
209 (gud-speedbar-menu-items): Correct logic for enabling items.
211 2005-07-15 Kim F. Storm <storm@cua.dk>
213 * ido.el: Fix commentary.
214 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
215 Use with-no-warnings around ffap-guesser.
216 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
217 Let bind minibuffer-completing-file-name to t.
219 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
221 * startup.el (site-run-file, keyboard-type): Doc fixes.
222 (command-line): Check for "--basic-display" argument; also for
223 "--quick", not "--bare-bones" (which was renamed).
224 (fancy-splash-text): Add missing item "Getting New Versions".
225 (normal-splash-screen): Fix typos and improve consistency with
226 `fancy-splash-text'. Update copyright year.
228 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
229 valid binding for `help-char'.
231 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
233 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
235 * term.el (term-mode): Disable cua-mode for term buffers.
237 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
239 * add-log.el (add-log-mailing-address, change-log-merge):
241 (change-log-get-method-definition): Fix typo in docstring.
243 2005-07-14 Kim F. Storm <storm@cua.dk>
245 * emulation/cua-base.el:
246 (cua--pre-command-handler-1, cua--pre-command-handler)
247 (cua--post-command-handler-1, cua--post-command-handler):
248 Split in two. Check (buffer local) value of cua-mode.
249 (cua-selection-mode): New command.
251 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
253 * custom.el (custom-initialize-safe-set)
254 (custom-initialize-safe-default): Doc fixes.
256 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
257 and simplify :init-value again.
259 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
260 and simplify :init-value again. Delete autoload.
262 * startup.el (command-line): Use `custom-reevaluate-setting' again
265 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
266 a defcustom with two :initialize keywords.
268 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
270 * allout.el (my-mark-marker, allout-isearch-prior-pos)
271 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
272 (allout-post-command-business, allout-flag-region)
273 (isearch-reenable-font-lock, allout-yank)
274 (allout-insert-latex-header, allout-insert-latex-trailer)
275 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
276 (allout-latex-verb-quote): Fix typos in docstrings.
277 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
278 (allout-unprotected, allout-prefix-data):
279 Improve argument/docstring consistency.
280 (allout-chart-subtree): Fix argument spec.
281 (allout-open-topic): Rename `use_sib_bullet' argument to
282 `use-sib-bullet'. Doc fix.
284 * whitespace.el (whitespace-check-buffer-leading)
285 (whitespace-check-buffer-trailing)
286 (whitespace-check-buffer-indent)
287 (whitespace-check-buffer-spacetab)
288 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
289 (whitespace-check-leading-whitespace)
290 (whitespace-check-trailing-whitespace)
291 (whitespace-check-spacetab-whitespace)
292 (whitespace-check-indent-whitespace)
293 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
294 (whitespace-modes): Fix typos in docstrings.
295 (defgroup, defcustom): Doc fixes.
297 * winner.el (winner-mode, winner-boring-buffers)
298 (winner-pending-undo-ring): Doc fixes.
299 (winner-ring): Remove unneeded `progn'.
300 (winner-equal): `defsubst' it.
301 (winner-redo): Fix message.
303 2005-07-13 Kim F. Storm <storm@cua.dk>
305 * simple.el (line-move-1): Always use vertical-motion to
306 do the last (or only) line move to ensure some movement.
307 Undo 2005-06-23 change--don't check for overlays.
309 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
311 * term/mac-win.el (ccl-encode-mac-roman-font)
312 (ccl-encode-mac-centraleurroman-font)
313 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
314 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
315 Change charset-id boundary of dimension to ?\xef.
316 (mac-char-fontspec-list): New constant.
317 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
318 argument. Nil uses itself as family in font-spec. Previous
319 behavior for nil is now provided by non-nil non-string argument.
320 All callers changed. Add font-specs for Mac fonts to
321 "fontset-default" unless iso8859-1 fonts are installed.
323 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
325 * progmodes/sh-script.el (sh-get-indent-info): Only indent
326 a continuation line if the \ is preceded by SPC or TAB.
327 (sh-get-indent-info): Simplify.
328 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
329 Use with-current-buffer.
331 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
332 when the matched text is empty.
334 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
336 * startup.el (command-line): Revert to previous handling of
337 tooltip-mode. Explain in comment why the complexity is needed.
339 * tooltip.el (tooltip-mode): Revert to previous implementation of
342 * frame.el (blink-cursor-mode): Revert to previous implementation
343 of its defcustom. Update comment.
345 2005-07-12 Lars Hansen <larsh@soem.dk>
347 * desktop.el: Update e-mail address.
349 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
351 * term/mac-win.el (mac-services-mail-selection)
352 (mac-services-mail-to): New functions.
353 (mac-application-menu-map): Bind them.
355 2005-07-12 wulei <milton@wulei.net> (tiny change)
357 * progmodes/gdb-ui.el: Add note about buffering with Windows.
359 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
361 * custom.el (custom-reevaluate-setting): Doc fix.
363 2005-07-11 Jay Belanger <belanger@truman.edu>
365 * calc/calc.el (calc-embedded-announce-formula-alist)
366 (calc-embedded-open-close-plain-alist)
367 (calc-embedded-open-close-mode-alist): Add checks for additional
368 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
370 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
372 * custom.el (custom-enable-theme): Don't add theme to
373 `custom-enabled-themes' with `push' because there is no
374 setf-method for `delq'.
376 2005-07-11 Richard M. Stallman <rms@gnu.org>
378 * custom.el (custom-declare-variable): Doc fix.
380 * dired-aux.el (dired-compare-directories): Remove "." and ".."
383 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
384 Do nothing if edebug-active.
386 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
387 (edebug-display): Do it here instead.
389 2005-07-10 Richard M. Stallman <rms@gnu.org>
391 * cus-face.el (custom-theme-set-faces): Make it work.
392 (custom-reset-faces): Doc fix.
393 (custom-theme-reset-internal-face, custom-theme-face-value):
396 * custom.el (custom-push-theme): Maintain list of the settings
397 of a given theme in its theme-settings property.
398 Maintain position of old settings in the theme-value
399 or theme-face property.
400 (custom-enabled-themes): New variable.
401 (custom-theme-enabled-p): New function.
402 (provide-theme): Update custom-enabled-themes.
403 Disable and reenable the `user' theme.
404 (require-theme): Doc fix.
405 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
406 (custom-theme-value, custom-theme-variable-value): Likewise.
407 (custom-theme-reset-internal): Likewise.
408 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
409 (custom-enable-theme, custom-disable-theme): New functions.
410 (custom-variable-theme-value, custom-face-theme-value): Likewise.
411 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
412 (custom-theme-reset-variables): Simplify.
413 (deftheme, custom-declare-theme, custom-make-theme-feature):
416 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
418 * longlines.el (longlines-show-region)
419 (longlines-unshow-hard-newlines): Recognize hard newlines by
420 non-nil hard property, instead of t.
422 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
424 * viper-cmd.el (viper--key-maps): New variable.
425 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
426 emulation-mode-map-alists.
427 (viper-envelop-ESC-key): Use viper-subseq.
428 (viper-search-forward/backward/next): Disable debug-on-error.
430 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
431 (viper-ESC-key): New defcustoms.
433 * viper-macs.el (ex-map-read-args): Use viper-subseq.
435 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
436 (viper-subseq): Copy of subseq from cl.el.
438 * viper.el (viper-go-away, viper-set-hooks): Use
439 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
441 * viper-mous.el (viper-current-frame-saved): Use defvar.
443 * viper-init.el: Get rid of -face in face names.
445 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
446 Make it work with longlines mode
448 * ediff-mult.el (ediff-meta-mode-hook): New variable.
450 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
452 * ediff-init: Get rid of -face in face names.
454 2005-07-10 Richard M. Stallman <rms@gnu.org>
456 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
457 and with-timeout-unsuspend.
459 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
460 and with-timeout-unsuspend.
462 * emacs-lisp/timer.el (with-timeout-timers): New variable.
463 (with-timeout): Bind that variable to record timers.
464 (with-timeout-suspend, with-timeout-unsuspend): New functions.
466 * emacs-lisp/debug.el (debug-help-follow): New function.
467 (debugger-mode-map): Use that instead of help-follow.
468 (debugger-setup-buffer): Use eval-buffer-list
469 to handle eval-buffer frames.
471 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
473 * timezone.el (timezone-parse-date): Change first regexp
474 so it will not mistakenly match dates with no time zone.
476 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
478 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
480 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
482 * custom.el (custom-initialize-safe-set)
483 (custom-initialize-safe-default): New functions.
485 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
486 and simplify :init-value.
488 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
489 and simplify :init-value. Delete obsolete comment.
491 * startup.el (command-line): Use `custom-reevaluate-setting' to
492 handle `tooltip-mode'. Delete obsolete comment.
494 * files.el (set-visited-file-name): Avoid calling
495 `file-name-nondirectory' with a nil argument.
497 2005-07-09 Richard M. Stallman <rms@gnu.org>
499 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
500 was called with nil for the buffer, handle the read position right.
501 Handle read position for eval-region, too.
503 2005-07-09 Juri Linkov <juri@jurta.org>
505 * fringe.el (fringe-mode): Add period in docstring.
506 (fringe-query-style): Build prompt depending on `all-frames' arg.
508 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
509 to not create links to unrelated functions in the Help buffer.
511 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
514 * simple.el (next-error-hook): New variable.
515 (next-error): Use it. Doc fix.
517 * textmodes/ispell.el (ispell-command-loop): Add current
518 dictionary name and program name to mode-line-format.
519 (ispell-region, ispell-process-line): Add current dictionary name
520 and program name to messages.
522 2005-07-08 Jay Belanger <belanger@truman.edu>
524 * calc/calc.el (calc-embedded-announce-formula-alist)
525 (calc-embedded-open-close-formula-alist)
526 (calc-embedded-open-close-word-alist)
527 (calc-embedded-open-close-plain-alist)
528 (calc-embedded-open-close-new-formula-alist)
529 (calc-embedded-open-close-mode-alist)
530 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
531 (calc-embedded-mode-hook): New variables.
533 * calc/calc-embed.el (calc-embedded-firsttime)
534 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
536 (calc-do-embedded): Use calc-embedded-firsttime,
537 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
538 determine whether or not to run hooks.
539 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
540 calc-embedded-firsttime-formula appropriately.
541 Set calc-embedded delimiter variables according to mode.
543 2005-07-08 Richard M. Stallman <rms@gnu.org>
545 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
546 Check for "emacs", etc., as entire symbol, not just as word.
547 (checkdoc-file-comments-engine): Use regexp-quote on FN.
549 * files.el (set-visited-file-name): Report the error
550 for "empty filename" earlier.
551 (kill-some-buffers): Ignore buffers already dead.
553 * fringe.el (fringe-mode): Doc fix.
555 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
556 Check for (featurep 'xemacs) and turn off warnings in what it guards.
557 Use unwind-protect to ensure byte-compile-unresolved-functions
560 * whitespace.el (whitespace-buffer-leading-cleanup):
561 Simplify w/ skip-chars-forward.
562 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
564 * mail/rmail.el (rmail-only-expunge): Fix paren error.
565 Unconditionally try to leave point at the same old place.
567 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
569 * comint.el (comint-postoutput-scroll-to-bottom)
570 (comint-show-maximum-output): Take scroll-margin into consideration.
572 2005-07-08 Kim F. Storm <storm@cua.dk>
574 * ido.el (ido-use-filename-at-point): New choice `guess'.
575 (ido-file-internal): Try ffap-guesser if selected.
577 * ido.el (ido-before-fallback-functions): New hook.
578 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
579 (ido-read-file-name): Run it.
581 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
583 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
584 strings rather than a list of symbols to the completion function.
586 2005-07-07 Jay Belanger <belanger@truman.edu>
588 * calc/calc-units.el (math-apply-units): Change the places in
589 which units are simplified.
591 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
593 * cus-edit.el (customize-option, customize-option-other-window):
594 Make them handle aliases.
596 * custom.el (custom-variable-p): Make it recursively follow
597 aliases. Mention that in the docstring.
599 2005-07-07 Richard M. Stallman <rms@gnu.org>
601 * cus-start.el (exec-path): Use `directory' instead of `file'.
604 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
606 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
607 when called non-interactively. Doc fix.
609 2005-07-07 Lute Kamstra <lute@gnu.org>
611 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
614 2005-07-07 Kenichi Handa <handa@m17n.org>
616 * international/mule.el (make-coding-system):
617 Describe `ascii-incompatible' property in the docstring.
618 (set-file-name-coding-system): Signal an error if coding-system is
620 (set-keyboard-coding-system): Likewise.
622 * international/mule-cmds.el (set-default-coding-systems):
623 Don't set default-file-name-coding-system and
624 default-keyboard-coding-system if coding-system is ASCII-incompatible.
626 * international/utf-16.el: Declare that all UTF-16-based coding
627 systems are ASCII-incompatible.
629 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
631 * progmodes/gud.el: Require font-lock for displaying errors.
634 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
636 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
637 values for the pattern lists which are `read'able but not
638 `append'able (like symbols).
640 2005-07-06 Richard M. Stallman <rms@gnu.org>
642 * progmodes/flymake.el (flymake-float-time): Instead of
643 with-no-warnings, test for xemacs.
644 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
647 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
649 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
651 2005-07-05 Lute Kamstra <lute@gnu.org>
653 * battery.el: Add support for Darwin (with much debugging help
654 from Samuel Lauber <sam124@operamail.com>).
655 (battery-status-function, battery-echo-area-format)
656 (battery-mode-line-format): Add support for pmset on Darwin.
657 (battery-load-low, battery-load-critical): New user options.
658 (battery-pmset): New function.
660 2005-07-05 Lute Kamstra <lute@gnu.org>
662 Update FSF's address in GPL notices.
664 * textmodes/page-ext.el: Update FSF's address.
666 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
668 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
669 filling from using prefix when filling a single-line docstring.
671 * progmodes/flymake.el: Remove useless eval-when-compile.
673 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
675 2005-07-04 Richard M. Stallman <rms@gnu.org>
677 * textmodes/org.el (org-file-apps-defaults-gnu):
678 Rename from org-file-apps-defaults-linux.
679 (org-default-apps): Don't test system-type for `linux'.
680 (org-file-apps): Doc fix.
682 2005-07-04 David Ponce <david@dponce.com>
684 * tree-widget.el: Improve header Commentary section.
685 (tree-widget) [defgroup]
686 (tree-widget-image-enable, tree-widget-themes-directory)
687 (tree-widget-theme, tree-widget-image-properties-emacs)
688 (tree-widget-image-properties-xemacs, tree-widget-create-image)
689 (tree-widget-image-formats, tree-widget-control)
690 (tree-widget-empty-control, tree-widget-leaf-control
691 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
692 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
693 (tree-widget-keep, tree-widget-after-toggle-functions)
694 (tree-widget-open-node, tree-widget-close-node): Doc fix.
695 (tree-widget-open-control, tree-widget-close-control): Fix doc and
697 (tree-widget-set-theme): Doc fix. Use `string-equal'.
698 (tree-widget-image-properties): Doc fix. Clearer implementation.
699 (tree-widget--cursors): New constant.
700 (tree-widget-lookup-image): New function split from
701 `tree-widget-find-image'. Clearer implementation.
702 (tree-widget-find-image): Use it.
703 (tree-widget-button-keymap): Use `set-keymap-parent'.
704 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
705 Define the sub-widgets here.
706 (tree-widget-node): Check that :node is not a tree-widget.
707 (tree-widget-get-super, tree-widget-open-control)
708 (tree-widget-close-control, tree-widget-empty-control)
709 (tree-widget-leaf-control, tree-widget-guide)
710 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
711 (tree-widget-no-handle, tree-widget-value-delete)
712 (tree-widget-map): Remove.
713 (tree-widget-children-value-save): Doc fix. Simplified.
714 (tree-widget-value-create): Update according to previous changes.
716 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
718 * textmodes/org.el: Leading space replaced by TABS.
719 (org-recalc-marks, org-table-rotate-recalc-marks)
720 (org-table-get-specials): Treat "^" and "_" marks.
721 (org-table-justify-field-maybe): Optional argument NEW.
722 (org-table-eval-formula): Parsing of the format simplified.
723 New modes C,I. Honor the %= parameter in the current table.
724 Avoid unnecessary re-align by using the NEW argument to
725 `org-table-justify-field-maybe'.
726 (org-calc-default-modes): Default for date-format mimicks org-mode.
727 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
729 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
731 * cus-face.el (custom-theme-set-faces): Make it handle face
732 aliases whose alias declarations are pre- or autoloaded.
734 2005-07-04 Juri Linkov <juri@jurta.org>
736 * faces.el (read-face-name): Put the code for getting a face name
737 from the buffer before adding the faces from the `face' property.
738 Use `completing-read-multiple' instead of `completing-read'.
739 Require `crm'. Add default value and post-process the returned
742 * emacs-lisp/crm.el (crm-find-current-element)
743 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
745 * emacs-lisp/lisp-mode.el (eval-defun-1):
746 * emacs-lisp/edebug.el (edebug-eval-defun):
747 Remove unnecessary quotes.
749 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
751 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
752 (prolog-indent-level): Fix typo in docstring.
754 * info.el (Info-history, Info-history-forward)
755 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
757 * add-log.el (add-change-log-entry):
758 * comint.el (comint-dynamic-list-input-ring)
759 (comint-dynamic-list-completions):
760 * dabbrev.el (dabbrev-expand):
761 * delim-col.el (delimit-columns-rectangle-line):
762 * diff-mode.el (diff-context->unified, diff-reverse-direction)
763 (diff-unified->context):
764 * ediff-init.el (ediff-abbrev-jobname):
765 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
766 (ediff-replace-session-activity-marker-in-meta-buffer):
767 * info.el (Info-summary):
768 * lpr.el (printify-region):
769 * printing.el (pr-create-interface):
770 * ps-print.el (ps-print-quote):
771 * ses.el (ses-column-widths, ses-print-cell)
772 (ses-adjust-print-width, ses-center):
773 * shell.el (shell-file-name-quote-list):
774 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
775 (strokes-fill-current-buffer-with-whitespace)
776 (strokes-xpm-for-stroke, strokes-list-strokes)
777 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
778 * term.el (term-dynamic-list-input-ring)
779 (term-dynamic-list-completions):
780 * calc/calc.el (math-format-stack-value):
781 * emacs-lisp/edebug.el (edebug-display-freq-count):
782 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
783 (delphi-new-comment-line):
784 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
785 * progmodes/executable.el (executable-set-magic):
786 * progmodes/python.el (inferior-python-mode):
787 * progmodes/scheme.el (scheme-mode-syntax-table):
788 * progmodes/sh-script.el (sh-maybe-here-document):
789 * progmodes/sql.el (sql-copy-column):
790 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
791 * textmodes/bibtex.el (bibtex-mode):
792 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
793 (sgml-auto-attributes):
794 * textmodes/table.el (table-insert, table-shorten-cell)
795 (table--generate-source-scan-lines, table-delete-row)
796 (*table--cell-delete-char, table--spacify-frame)
797 (table--horizontally-shift-above-and-below)
798 (table--cell-insert-char, table--cell-blank-str)
799 (table--fill-region-strictly):
800 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
801 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
803 * add-log.el (change-log):
804 * apropos.el (apropos):
805 * comint.el (comint-completion, comint-source):
806 * dabbrev.el (dabbrev):
807 * delim-col.el (columns):
808 * diff-mode.el (diff-mode):
810 * ediff-diff.el (ediff-diff):
811 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
812 * ediff-mult.el (ediff-mult):
813 * ediff-ptch.el (ediff-ptch):
814 * ediff-wind.el (ediff-window):
815 * facemenu.el (facemenu):
816 * indent.el (indent):
818 * jka-cmpr-hook.el (compression, jka-compr):
820 * outline.el (outlines):
821 * pcmpl-cvs.el (pcmpl-cvs):
822 * pcmpl-rpm.el (pcmpl-rpm):
823 * printing.el (printing):
824 * ps-print.el (postscript, ps-print, ps-print-horizontal)
825 (ps-print-vertical, ps-print-headers, ps-print-font)
826 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
827 (ps-print-background, ps-print-printer, ps-print-page)
828 (ps-print-miscellany):
830 * shell.el (shell, shell-directories, shell-faces):
831 * startup.el (initialization):
832 * strokes.el (strokes):
834 * uniquify.el (uniquify):
836 * calc/calc.el (calc):
837 * emacs-lisp/bytecomp.el (bytecomp):
838 * emacs-lisp/cl-indent.el (lisp-indent):
839 * emacs-lisp/edebug.el (edebug):
840 * emacs-lisp/elp.el (elp):
841 * emacs-lisp/testcover.el (testcover):
842 * emacs-lisp/trace.el (trace):
843 * emulation/viper-ex.el (viper-ex):
844 * emulation/viper-mous.el (viper-mouse):
845 * mail/mailalias.el (mailalias):
846 * mail/supercite.el (supercite, supercite-frames)
847 (supercite-attr, supercite-cite, supercite-hooks):
848 * net/rcompile.el (remote-compile):
849 * net/rlogin.el (rlogin):
850 * obsolete/ooutline.el (outlines):
851 * progmodes/delphi.el (delphi):
852 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
853 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
854 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
856 * progmodes/etags.el (etags):
857 * progmodes/executable.el (executable):
858 * progmodes/idlwave.el (idlwave):
859 * progmodes/pascal.el (pascal):
860 * progmodes/prolog.el (prolog):
861 * progmodes/python.el (python):
862 * progmodes/scheme.el (scheme):
863 * progmodes/sh-script.el (sh, sh-script):
864 * progmodes/sql.el (SQL):
865 * progmodes/tcl.el (tcl):
866 * textmodes/bibtex.el (bibtex, bibtex-autokey):
867 * textmodes/enriched.el (enriched):
868 * textmodes/makeinfo.el (makeinfo):
869 * textmodes/sgml-mode.el (sgml):
870 * textmodes/table.el (table-hooks):
871 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
872 * textmodes/texinfo.el (texinfo):
873 * textmodes/two-column.el (two-column):
874 Finish `defgroup' description with period.
876 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
877 * eshell/esh-var.el (eshell-var):
878 * progmodes/vhdl-mode.el (vhdl-testbench):
879 * textmodes/org.el (org): Fix typos in docstrings.
881 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
884 * progmodes/flymake.el (flymake-find-file): Remove.
885 (flymake-float-time): Use `with-no-warnings'.
886 (flymake-check-start-time, flymake-check-was-interrupted)
887 (flymake-err-info, flymake-is-running, flymake-last-change-time)
888 (flymake-new-err-info): `defvar' at compile time.
890 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
892 * replace.el (occur-hook): Doc fix.
893 (occur-1): Don't call `occur-hook' if there are no matches.
895 2005-07-03 Richard M. Stallman <rms@gnu.org>
897 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
898 global-map, save the same map.
899 (global-map): Don't alter it at top level.
900 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
901 Then alter it here instead.
902 (tpu-edt-off): Set global-map to the saved one.
904 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
905 All references simplified.
906 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
907 (zmacs-regions): Add defvar.
908 (repeat-complex-command-map): Everything about that deleted.
910 * textmodes/artist.el (artist-key-is-drawing)
911 (artist-key-endpoint1, artist-key-poly-point-list)
912 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
913 (artist-key-compl-table, artist-rb-save-data)
914 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
915 Don't put them in eval-when-compile.
916 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
918 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
919 Use with-no-warnings.
921 * net/browse-url.el (dos-windows-version): Add defvar.
923 * mail/supercite.el (filladapt-prefix-table): Add defvar.
925 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
926 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
927 (rmail-new-summary-line-count): Rename from new-summary-line-count.
929 (rmail-summary-beginning-of-message): Use with-no-warnings.
930 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
932 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
933 Use with-no-warnings.
935 * emulation/vi.el (vi-mark-region): Use c-mark-function.
936 (c-mark-function): Add point-moving-unit property.
937 (vi-goto-line): Use with-no-warnings.
939 * emulation/edt.el (edt-last-copied-word): Add defvar.
940 (zmacs-region-stays): Likewise.
941 (edt-mark-section-wisely): Use c-mark-function for C.
942 Use makr-defun for Fortran.
943 (time-string): defvar deleted.
944 (edt-display-the-time): Don't set time-string.
946 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
948 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
949 Don't warn when name is not constant
950 or for defining the group `emacs'.
952 * tooltip.el (gud-tooltip-mode): Add defvar.
954 * startup.el (default-frame-background-mode): Add defvar.
956 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
958 * info.el (tool-bar-map): Add defvar.
960 * dired.el (dnd-protocol-alist): Add defvar.
962 * dired-aux.el (dired-query): Display question with answer, when
965 * custom.el (custom-add-option): Doc fix.
967 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
969 2005-07-03 Eli Zaretskii <eliz@gnu.org>
971 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
972 bogus name from the last change.
974 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
976 * custom.el (custom-declare-variable): Fix typos in comment.
977 (custom-known-themes): Doc fix.
978 (custom-theme-directory): New defcustom.
979 (require-theme): Make it check `custom-theme-directory'.
981 * cus-theme.el (custom-new-theme-mode): New function.
982 (custom-theme-name, custom-theme-variables, custom-theme-faces)
983 (custom-theme-description): Add compiler defvars.
984 (customize-create-theme): Add doc to the "*New Custom Theme*"
985 buffer. Use `custom-new-theme-mode'.
986 (custom-theme-write): Put the created buffer in emacs-lisp-mode
987 and save it to the `custom-theme-directory'. Make this the
988 default directory of the buffer.
990 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
992 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
993 Fix unbalanced parentheses.
995 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
997 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
998 into flymake-mode and delegate to flymake-mode.
1000 * find-file.el (ff-which-function-are-we-in): Clean up.
1002 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
1004 * replace.el (occur-rename-buffer): Fix docstring.
1006 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
1007 (edt-last-copied-word, edt-learn-macro-count)
1008 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
1009 (edt-rect-start-point, edt-user-global-map, rect-start-point)
1010 (time-string, zmacs-region-stays):
1011 * emulation/edt-mapper.el (edt-save-function-key-map)
1012 (EDT-key-name): `defvar' to silence the byte-compiler.
1014 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
1016 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
1017 font-lock-regexp-backslash. Doc fix.
1018 (font-lock-regexp-backslash-grouping-construct): Rename from
1019 font-lock-regexp-backslash-construct. Doc fix.
1020 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
1021 grouping constructs.
1023 2005-07-02 Eli Zaretskii <eliz@gnu.org>
1025 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
1026 updating all the prerequisites.
1028 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
1030 * textmodes/org.el (org-agenda-start-on-weekday)
1031 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
1032 (org-agenda-use-time-grid, org-archive-location)
1033 (org-allow-space-in-links, org-usenet-links-prefer-google)
1034 (org-enable-table-editor, org-export-default-language)
1035 (org-export-html-show-new-buffer, org-fill-paragraph)
1036 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
1037 (org-goto-quit, org-occur, org-eval-in-calendar)
1038 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
1039 (org-agenda-diary-entry, org-remember-help)
1040 (org-table-convert-region, org-at-table-p)
1041 (org-table-move-row-down, org-table-move-row-up)
1042 (org-table-copy-region, org-table-toggle-vline-visibility)
1043 (org-table-get-stored-formulas, org-table-get-specials)
1044 (org-recalc-commands, org-table-eval-formula)
1045 (org-table-formula-substitute-names, orgtbl-make-binding)
1046 (org-format-org-table-html, org-format-table-table-html)
1047 (org-format-table-table-html-using-table-generate-source)
1048 (org-customize): Fix typos in docstrings.
1049 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
1050 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
1051 (org-back-to-heading): Doc fixes.
1052 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
1053 (org-agenda-change-all-lines, org-get-header):
1054 Improve argument/docstring consistency.
1055 (orgtbl-error): Fix error message.
1057 * progmodes/flymake.el (flymake-find-possible-master-files)
1058 (flymake-master-file-compare, flymake-get-line-err-count)
1059 (flymake-highlight-line, flymake-gui-warnings-enabled):
1060 Fix typos in docstrings.
1061 (flymake-parse-line, flymake-get-project-include-dirs-function)
1062 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
1064 (flymake-get-project-include-dirs-function)
1065 (flymake-make-err-menu-data):
1066 Improve argument/docstring consistency.
1068 2005-07-01 Lute Kamstra <lute@gnu.org>
1070 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
1071 Catch errors with ignore-errors. Use temporary buffer.
1072 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
1074 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
1075 background color faces.
1076 (facemenu-set-foreground, facemenu-set-background):
1077 Use facemenu-set-face-from-menu.
1078 (facemenu-set-face-from-menu): Treat face names that start with
1079 "fg:" or "bg:" as special.
1080 (facemenu-add-new-color): Don't create faces. Simplify.
1082 2005-06-30 Richard M. Stallman <rms@gnu.org>
1084 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
1085 (crm-find-current-element): Likewise.
1087 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
1089 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
1091 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
1093 * arc-mode.el (archive-extract): Make it work as a mouse binding.
1094 (archive-mouse-extract): Make it an obsolete alias.
1095 (archive-mode-map): Don't use archive-mouse-extract any more.
1096 (archive-mode, archive-extract): write-contents-hooks ->
1097 write-contents-functions.
1098 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
1100 (archive-rename-entry): Update the call.
1101 (archive-zip-summarize): Remove unused var `method'.
1102 (archive-lzh-summarize): Remove unused var `creator'.
1104 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
1105 dedicated frame upon exit.
1107 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
1108 (archive-zip-extract, archive-zip-expunge)
1109 (archive-zip-update, archive-zip-update-case): Use executable-find.
1110 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
1111 Use restore-buffer-modified-p.
1112 (archive-extract, archive-add-new-member, archive-write-file-member):
1113 Use with-current-buffer.
1114 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
1116 2005-06-30 Andreas Schwab <schwab@suse.de>
1118 * progmodes/gud.el (gud-filter): Remove unneeded progn.
1120 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
1122 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
1124 2005-06-30 Juri Linkov <juri@jurta.org>
1126 * faces.el (vertical-border): Inherit from mode-line-inactive
1129 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
1131 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
1132 example, -NLINES in the `occur' docstring).
1134 * replace.el (occur-1): When no matches are found, do not set the
1135 `buffer-read-only' and modified flags for the occur buffer,
1136 because it is deleted.
1138 * emulation/cua-base.el (cua-check-pending-input)
1139 (cua-repeat-replace-region, cua-mode, cua-debug)
1140 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
1141 Fix typos in docstrings.
1143 * emulation/cua-gmrk.el (cua-toggle-global-mark)
1144 (cua-cut-region-to-global-mark)
1145 (cua--cut-rectangle-to-global-mark):
1146 Remove period from end of messages.
1148 * emulation/cua-rect.el (cua-do-rectangle-padding):
1149 Remove period from end of messages.
1150 (cua--rectangle-seq-format): Fix typo in docstring.
1151 (cua-sequence-rectangle, cua-fill-char-rectangle):
1152 Improve argument/docstring consistency.
1154 2005-06-29 Juri Linkov <juri@jurta.org>
1156 * faces.el (default-frame-background-mode): New internal variable.
1157 (frame-set-background-mode): Use it.
1159 * startup.el (normal-top-level): Set default-frame-background-mode
1160 instead of frame-background-mode. Before setting it, test for its
1161 nil value. Remove tests for frame-background-mode and frame
1162 parameter `reverse'. Add test for "unspecified-fg".
1164 * term/xterm.el (xterm-rxvt-set-background-mode):
1165 * term/rxvt.el (rxvt-set-background-mode):
1166 Set default-frame-background-mode instead of frame-background-mode.
1168 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
1170 * simple.el (set-variable): Warn about obsolete user variables.
1172 * imenu.el (imenu--completion-buffer):
1173 * mouse.el (mouse-buffer-menu-alist):
1174 * msb.el (msb-invisible-buffer-p):
1175 * calendar/diary-lib.el (diary-header-line-format):
1176 * emacs-lisp/pp.el (pp-buffer):
1177 * progmodes/cperl-mode.el (cperl-do-auto-fill):
1178 * textmodes/picture.el (picture-replace-match):
1179 Change space constants followed by a sexp to "?\s ".
1181 * play/decipher.el (decipher-loop-with-breaks):
1182 * textmodes/texinfo.el (texinfo-insert-@item): Change space
1183 constants "protected" from end of line by a comment to "?\s".
1185 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1187 * font-lock.el (save-buffer-state): Use `declare'.
1189 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
1190 reset the syntax-table to cperl-mode-syntax-table.
1191 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
1192 "foo_print_bar" is not matched as a reserved keyword.
1194 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
1196 * textmodes/org.el (orgtbl-setup): New function, for delayed
1197 setup for the orgtbl commands.
1198 (org-calc-default-modes): New option.
1199 (orgtbl-make-binding): Use `defun' to get better help display.
1200 (org-diary): Call `org-compile-prefix-format'.
1201 (org-table-formula-substitute-names): New function.
1202 (org-agenda-day-view, org-agenda-week-view): New commands.
1203 (org-agenda-toggle-week-view): Command removed.
1204 (org-tbl-menu): Split off from org-org-menu.
1205 (org-mode): Move removal of outline-mode menus to here.
1206 (org-table-formula-debug): New option.
1207 (org-table-insert-row): Keep first field if just "#" or "*".
1208 (org-mode): Paragraph regexps fixed.
1209 (org-table-recalculate-regexp): New constant.
1210 (org-table-justify-field-maybe): Avoid replace if not necessary.
1211 (org-copy-special, org-cut-special): Use `call-interactively'.
1212 (org-table-copy-region): Take region from `interactive' call.
1213 (org-trim): Return string even if no match.
1214 (org-formula): New face.
1215 (org-set-font-lock-defaults): No longer highlight "FIXME".
1216 But highlight formula-related fields in table.
1217 (org-table-p): Use regexp, not fontification.
1218 (org-table-align): Handle white space at end of line.
1219 (org-table-formula-evaluate-inline): New option.
1220 (org-mode): Auto-wrapping in comment lines turned off.
1221 (org-table-copy-down): Evaluate only in copied field, not in
1223 (org-table-current-formula): Variable removed.
1224 (org-table-store-formulas, org-table-get-stored-formulas)
1225 (org-table-modify-formulas, org-table-replace-in-formulas)
1226 (org-table-maybe-eval-formula): New functions.
1227 (org-table-get-formula): Modify to use stored formulas.
1228 (org-table-insert-column, org-table-delete-column)
1229 (org-table-move-column): Call `org-table-modify-formulas'.
1230 (org-complete): Add completion for keyword formulas.
1231 (orgtbl-mode): Pull orgtbl-mode-map to start of
1232 minor-mode-map-alist.
1234 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
1236 * progmodes/python.el (python-check): Require `compile' before
1237 modifying its variables.
1239 * newcomment.el (comment-indent-default): Don't get fooled by an early
1242 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1244 * ps-print.el (ps-print-version): Fix version number.
1246 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
1248 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
1250 2005-06-28 Richard M. Stallman <rms@gnu.org>
1252 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
1253 (flyspell-local-mouse-map): Declaration deleted.
1254 (flyspell-mouse-map): Bind only mouse-2.
1255 (flyspell-mode-map): Don't test flyspell-use-local-map.
1256 (flyspell-overlay-keymap-property-name): Var deleted.
1257 (flyspell-mode-on): Don't make local bindings for
1258 flyspell-mouse-map and flyspell-mode-map.
1259 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
1261 * textmodes/ispell.el (ispell-word): Do not ignore short words.
1263 * progmodes/compile.el (compilation-next-error-function):
1264 Don't switch buffers; operate on the current buffer.
1266 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
1268 * comint.el (comint-password-prompt-regexp): Accept ", try again".
1270 * bindings.el (global-map): Bind insertchar and its variants.
1272 2005-06-27 Richard M. Stallman <rms@gnu.org>
1274 * textmodes/artist.el (artist-text-overwrite)
1275 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
1277 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
1279 * ps-print.el: It was not working the page selection for printing.
1280 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
1281 (ps-print-version): New version 6.6.7.
1282 (ps-end-sheet): New fun.
1283 (ps-header-sheet, ps-end-job): Call it.
1285 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
1287 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
1289 2005-06-27 Lute Kamstra <lute@gnu.org>
1291 * facemenu.el (facemenu-unlisted-faces): Add foreground and
1292 background color faces.
1293 (facemenu-get-face): Delete function.
1294 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
1295 (facemenu-add-new-color): Make second argument mandatory.
1296 Create the appropriate face and return it. Simplify.
1297 (facemenu-set-foreground, facemenu-set-background): Don't check if
1298 color is defined. Use return value of facemenu-add-new-color.
1300 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
1302 * progmodes/gud.el (gud-filter): Add missing argument to
1303 with-selected-window.
1305 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
1307 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
1308 a :require to the defcustom.
1310 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
1311 defcustoms corresponding to minor modes.
1313 2005-06-26 David Ponce <david@dponce.com>
1315 * recentf.el: Require tree-widget instead of wid-edit.
1316 (recentf-filename-handler): Fix widget :type.
1317 (recentf-cancel-dialog, recentf-open-more-files)
1318 (recentf-open-files-action): Doc fix.
1319 (recentf-dialog-goto-first): New function.
1320 (recentf-dialog-mode-map): Set parent keymap first.
1321 (recentf-dialog-mode): Define with define-derived-mode.
1322 Don't display continuation lines in dialogs.
1323 (recentf-edit-list): Rename from recentf-edit-selected-items.
1324 (recentf-edit-list-select): Rename from recentf-edit-list-action.
1326 (recentf-edit-list-validate): New function.
1327 (recentf-edit-list): Update accordingly.
1328 (recentf-open-files-item-shift): Remove.
1329 (recentf-open-files-item): Convert menu elements into tree and
1330 link widgets. Don't create the widgets.
1331 (recentf-open-files): Update accordingly.
1332 (recentf-save-list): Untabify.
1334 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
1336 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
1337 (keep-lines): Add INTERACTIVE arg. Never delete lines only
1338 partially contained in the active region. Do not take active
1339 region into account when called from Lisp, unless INTERACTIVE arg
1340 is non-nil. Use `forward-line' instead of `beginning-of-line' to
1341 avoid trouble with fields. Make marker point nowhere when no
1342 longer used. Always return nil. Doc fix.
1343 (flush-lines): Add INTERACTIVE arg. Do not take active region
1344 into account when called from Lisp, unless INTERACTIVE arg is
1345 non-nil. Use `forward-line' instead of `beginning-of-line' to
1346 avoid trouble with fields. Make marker point nowhere when no
1347 longer used. Always return nil. Doc fix.
1348 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
1349 interchangeable. Do not take active region into account when
1350 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
1351 message in echo area when called from Lisp, unless INTERACTIVE arg
1352 is non-nil. Avoid saying "1 occurrences". Do not use markers.
1353 Return the number of matches. Doc fix.
1355 (perform-replace): Make comment follow double space convention for
1356 the sake of `outline-minor-mode'.
1358 * faces.el (facep): Doc fix.
1360 2005-06-25 Richard M. Stallman <rms@gnu.org>
1362 * facemenu.el (facemenu-enable-faces-p): New function.
1363 (facemenu-background-menu, facemenu-foreground-menu)
1364 (facemenu-face-menu): Add menu-enable property.
1366 * jka-compr.el (jka-compr-insert-file-contents):
1367 Special handling if cannot find the uncompression program.
1369 * cus-face.el (custom-face-attributes): Add autoload.
1371 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
1372 Bind comment-indent-function locally.
1374 * window.el (save-selected-window): Use save-current-buffer.
1376 * subr.el (with-selected-window): Use save-current-buffer.
1378 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
1379 and with-current-buffer.
1381 2005-06-24 Richard M. Stallman <rms@gnu.org>
1383 * simple.el (line-move-1): Fix previous change.
1385 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
1387 * replace.el (occur-1): Set `buffer-read-only' and the
1388 buffer-modified flag before running `occur-hook' to protect
1389 against unintentional buffer switches that can lead to data loss.
1391 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
1393 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
1394 (gud-gdb-marker-filter): Use font-lock-warning-face for any
1397 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
1399 (gdb-var-create-handler): Put name of expression in quotes.
1401 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
1403 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
1404 elements of RING in order, and without bogus nil elements.
1406 2005-06-23 Richard M. Stallman <rms@gnu.org>
1408 * simple.el (set-variable): Args renamed; doc fix.
1409 (line-move-1): When there are overlays around, use vertical-motion.
1411 * faces.el (escape-glyph): Use brown against light background.
1412 (nobreak-space): Rename from no-break-space.
1413 Fix previous change.
1415 * dired-aux.el (dired-do-copy): Fix arg prompt.
1417 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
1419 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
1421 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
1422 rather than "Distributor".
1424 2005-06-23 Lute Kamstra <lute@gnu.org>
1426 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
1427 (debug-on-entry): Use it. New interactive declaration that uses
1428 function-called-at-point.
1430 2005-06-23 Kim F. Storm <storm@cua.dk>
1432 * subr.el (save-match-data): Add comment about using evaporate arg
1435 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
1437 * cus-edit.el (customize-face)
1438 (customize-face-other-window): Handle face aliases.
1440 * faces.el (face-documentation, set-face-attribute)
1441 (face-spec-set): Handle face aliases.
1443 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
1445 * help-mode.el (help-make-xrefs): If a symbol representing a face
1446 name is not followed by the word "face", it could still be a
1447 function or variable name, so don't bypass other checks.
1449 2005-06-22 Juri Linkov <juri@jurta.org>
1451 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
1452 Replace aliased functions with calls where second arg `inherit' is t.
1454 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
1456 * progmodes/gdb-ui.el (gdb-error): New variable.
1457 (gdb-error): New function.
1458 (gdb-annotation-rules): Act on error-begin and error annotations.
1459 (gdb-concat-output): Use font-lock-warning-face for errors.
1461 2005-06-22 Miles Bader <miles@gnu.org>
1463 * bindings.el (propertized-buffer-identification): Use renamed
1464 `Buffer-menu-buffer' face.
1466 * faces.el (vertical-border): Rename from `vertical-divider'.
1467 (escape-glyph): Change dark-background color back to `cyan'.
1469 2005-06-21 Juri Linkov <juri@jurta.org>
1471 * faces.el (face-user-default-spec): Try getting `customized-face'
1472 prior to `saved-face'.
1473 (frame-background-mode): Refill docstring.
1475 * emacs-lisp/lisp-mode.el (eval-defun-1):
1476 * emacs-lisp/edebug.el (edebug-eval-defun):
1477 Set `saved-face' temporarily to nil before calling form.
1478 Set `customized-face' to the new spec after that.
1480 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
1482 * subr.el (1value, lambda, key-substitution-in-progress):
1485 * autoinsert.el (auto-insert-alist):
1486 * ses.el (ses-call-printer):
1487 * subr.el (noreturn):
1488 * emacs-lisp/lisp.el (check-parens):
1489 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
1490 * net/browse-url.el (browse-url-mosaic):
1491 * progmodes/cc-defs.el (c-safe-scan-lists):
1492 * progmodes/ebnf-abn.el (ebnf-abn-lex):
1493 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
1494 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
1495 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
1496 * progmodes/ebnf-iso.el (ebnf-iso-lex):
1497 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
1499 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
1501 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
1503 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
1505 * calendar/appt.el (appt-make-list): Activate the package, if
1506 not already active (for backwards compatibility).
1508 2005-06-20 Kim F. Storm <storm@cua.dk>
1510 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
1512 2005-06-20 Miles Bader <miles@gnu.org>
1514 * faces.el (vertical-divider): New face.
1516 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
1518 * simple.el (kill-whole-line): Doc fix.
1519 (next-error-buffer-p, next-error-find-buffer)
1520 (clone-indirect-buffer): Fix typos in docstrings.
1521 (comment-line-break-function): Doc fix: don't say variable
1522 is automatically buffer-local (it isn't).
1524 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
1526 * net/tramp-ftp.el (top):
1527 * net/tramp-smb.el (top):
1528 * net/tramp-util.el (top):
1529 * net/tramp-uu.el (top):
1530 * net/tramp-vc.el (top):
1531 * net/tramp.el (top): Revert copyright years back to original
1532 ones. Tramp has a life outside GNU Emacs.
1534 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
1536 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
1538 2005-06-18 Juri Linkov <juri@jurta.org>
1540 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
1541 end of first regexp to limit the match to the position between
1542 line number and source line with same separator character as used
1543 between file name and line number. In the second regexp limit
1544 mouse-face area to file name and line number by adding new group
1545 for them and referring it in HYPERLINK arg.
1546 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
1547 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
1548 previous line where grep markers may be already removed.
1550 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
1552 * progmodes/ps-mode.el: Update version and maintainer's email address.
1554 2005-06-18 Steve Youngs <steve@xemacs.org>
1556 * net/browse-url.el (browse-url-browser-function)
1557 (browse-url-default-browser): Add firefox.
1558 (browse-url-firefox-program, browse-url-firefox-arguments)
1559 (browse-url-firefox-startup-arguments)
1560 (browse-url-firefox-new-window-is-tab): New defcustoms.
1561 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
1563 2005-06-17 Richard M. Stallman <rms@gnu.org>
1565 * startup.el (command-line): Warn if specified user name has
1568 * term.el (term-get-old-input, term-input-filter, term-input-sender)
1569 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
1571 * longlines.el (longlines-mode, longlines-show-hard-newlines):
1574 * faces.el (underline): Try bold if terminal doesn't support underline.
1576 * mail/sendmail.el (mail-setup-with-from): New variable.
1577 (mail-insert-from-field): New function.
1578 (sendmail-send-it): Call it.
1579 (mail-setup): Optionally call it here.
1581 * term/linux.el: Call tty-no-underline.
1583 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
1585 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
1587 2005-06-17 Miles Bader <miles@gnu.org>
1589 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
1590 (ediff-current-diff-C, ediff-current-diff-Ancestor)
1591 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
1592 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
1593 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
1594 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
1595 Remove "-face" suffix from face names.
1596 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1597 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1598 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1599 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1600 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1601 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1602 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1603 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1604 New backward-compatibility aliases for renamed faces.
1605 (ediff-current-diff-face-A, ediff-current-diff-face-B)
1606 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
1607 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
1608 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
1609 (ediff-even-diff-face-A, ediff-even-diff-face-B)
1610 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
1611 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
1612 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
1613 Use renamed ediff faces.
1615 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
1616 Remove "-face" suffix from face names.
1617 (eshell-test-ok-face, eshell-test-failed-face):
1618 New backward-compatibility aliases for renamed faces.
1619 (eshell-run-test): Use renamed eshell-test faces.
1621 * eshell/em-prompt.el (eshell-prompt):
1622 Remove "-face" suffix from face name.
1623 (eshell-prompt-face): New backward-compatibility alias for renamed face.
1624 (eshell-emit-prompt): Use renamed eshell-prompt face.
1626 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
1627 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
1628 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
1629 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
1630 Remove "-face" suffix from face names.
1631 (eshell-ls-directory-face, eshell-ls-symlink-face)
1632 (eshell-ls-executable-face, eshell-ls-readonly-face)
1633 (eshell-ls-unreadable-face, eshell-ls-special-face)
1634 (eshell-ls-missing-face, eshell-ls-archive-face)
1635 (eshell-ls-backup-face, eshell-ls-product-face)
1636 (eshell-ls-clutter-face):
1637 New backward-compatibility aliases for renamed faces.
1638 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
1640 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
1641 Remove "-face" suffix from face name.
1642 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
1643 instead of literal face.
1645 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
1647 * emacs-lisp/warnings.el (display-warning, lwarn)
1648 (warning-minimum-log-level): Doc fixes.
1649 (warning-minimum-level, warning-minimum-log-level):
1650 Add :debug to :type choices.
1652 * progmodes/ada-mode.el (ada-format-paramlist)
1653 (ada-get-indent-case, ada-check-matching-start)
1654 (ada-check-defun-name, ada-goto-matching-decl-start)
1655 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
1656 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
1657 (ada-make-subprogram-body): Follow error conventions.
1658 (ada-case-exception-file, ada-indent-comment-as-code)
1659 (ada-indent-handle-comment-special, ada-indent-renames)
1660 (ada-indent-return, ada-search-directories-internal)
1661 (ada-tab-policy, ada-case-exception-substring)
1662 (ada-other-file-alist, ada-matching-start-re)
1663 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
1664 (ada-imenu-generic-expression, ada-compile-goto-error)
1665 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
1666 (ada-popup-menu, ada-add-extensions, ada-mode)
1667 (ada-region-selected, ada-create-case-exception)
1668 (ada-create-case-exception-substring, ada-after-keyword-p)
1669 (ada-activate-keys-for-case, ada-adjust-case-region)
1670 (ada-adjust-case-buffer, ada-format-paramlist)
1671 (ada-scan-paramlist, ada-insert-paramlist)
1672 (ada-indent-newline-indent)
1673 (ada-indent-newline-indent-conditional)
1674 (ada-justified-indent-current, ada-goto-previous-word)
1675 (ada-indent-current, ada-get-indent-open-paren)
1676 (ada-get-indent-paramlist, ada-get-indent-end)
1677 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
1678 (ada-get-indent-block-start, ada-get-indent-subprog)
1679 (ada-get-indent-noindent, ada-get-indent-label)
1680 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
1681 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
1682 (ada-goto-stmt-end, ada-goto-next-word)
1683 (ada-check-matching-start, ada-check-defun-name)
1684 (ada-goto-matching-decl-start, ada-goto-matching-start)
1685 (ada-goto-matching-end, ada-search-ignore-string-comment)
1686 (ada-in-decl-p, ada-looking-at-semi-or)
1687 (ada-looking-at-semi-private, ada-in-paramlist-p)
1688 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
1689 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
1690 (ada-next-procedure, ada-previous-procedure, ada-next-package)
1691 (ada-previous-package, ada-create-menu)
1692 (ada-fill-comment-paragraph-justify)
1693 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
1694 (ada-other-file-name, ada-last-which-function-line)
1695 (ada-last-which-function-subprog, ada-which-function)
1696 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
1697 (ada-gen-treat-proc, ada-check-emacs-version)
1698 (ada-continuation-indent, ada-align-region-separate):
1699 Fix typos in docstrings.
1700 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
1702 2005-06-16 Lute Kamstra <lute@gnu.org>
1704 * simple.el (fundamental-mode): Run after-change-major-mode-hook
1707 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
1709 * comint.el (comint-replace-by-expanded-filename)
1710 (comint-prompt-regexp, comint-delimiter-argument-list)
1711 (comint-preinput-scroll-to-bottom):
1712 * info.el (Info-hide-cookies-node):
1713 * ls-lisp.el (ls-lisp-classify):
1714 * find-file.el (ff-search-directories, ff-special-constructs)
1715 (ff-find-other-file):
1716 * font-lock.el (font-lock-keywords):
1717 * shell.el (shell-prompt-pattern)
1718 (shell-dynamic-complete-functions, shell-mode)
1719 (shell-delimiter-argument-list):
1720 * term.el (term-replace-by-expanded-filename)
1721 (term-prompt-regexp, term-delimiter-argument-list):
1722 * woman.el (woman-ignore, woman0-if):
1723 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
1724 * emacs-lisp/elint.el (elint-init-env):
1725 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
1726 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
1727 * language/ethio-util.el (ethio-tilde-escape)
1728 (ethio-use-three-dot-question):
1729 * net/zone-mode.el (zone-mode-load-time-setup):
1730 * progmodes/cc-align.el (c-lineup-argcont):
1731 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
1732 * progmodes/cperl-mode.el (cperl-set-style-back):
1733 * progmodes/inf-lisp.el (inferior-lisp-prompt):
1734 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
1735 Fix spellings in docstrings.
1737 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
1738 * progmodes/modula2.el (m2-for): Fix spellings.
1740 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
1742 * simple.el (undo-more): Don't use `format' on `error' arguments.
1743 Improve argument/docstring consistency.
1744 (pending-undo-list): Doc fix.
1746 * smerge-mode.el (smerge-ensure-match):
1747 * emulation/vip.el (vip-ex):
1748 * net/zone-mode.el (zone-mode-update-serial):
1749 * progmodes/idlwave.el (idlwave-complete):
1750 * progmodes/vhdl-mode.el (vhdl-visit-file)
1751 (vhdl-compose-wire-components):
1752 Don't use `format' on `error' arguments.
1754 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
1755 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
1756 (tooltip-help-tips): Fix typos in docstrings.
1758 2005-06-16 David Ponce <david@dponce.com>
1760 * tree-widget.el (tree-widget-value-create): Simplify last change.
1762 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
1764 * ido.el (ido-incomplete-regexp): New variable.
1765 (ido-set-matches-1): Handle invalid-regexp error and set
1766 ido-incomplete-regexp.
1767 (ido-incomplete-regexp): New face.
1768 (ido-completions): Use it.
1769 (ido-complete, ido-exit-minibuffer, ido-completions):
1770 Handle incomplete regexps.
1771 (ido-completions): Add check for complete match when entering a regexp.
1773 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
1775 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
1777 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1779 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
1780 by field delimiters.
1782 2005-06-15 David Ponce <david@dponce.com>
1784 * tree-widget.el: eval-and-compile inlined functions so they will
1785 be available at run-time too.
1786 (tree-widget-super-format-handler)
1787 (tree-widget-format-handler): Remove.
1788 (tree-widget-value-create): Handle the :indent property.
1790 2005-06-15 Miles Bader <miles@gnu.org>
1792 * progmodes/which-func.el (which-func): Only inherit
1793 `font-lock-function-name-face' when that makes sense against the
1794 default mode-line face, otherwise set the face color explicitly.
1796 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
1797 faces instead of (non-existent) variables.
1799 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
1801 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
1802 (iswitchb-get-matched-buffers): Likewise. Simplify.
1804 2005-06-14 Miles Bader <miles@gnu.org>
1806 * progmodes/ld-script.el (ld-script-location-counter):
1807 Remove "-face" suffix from face name.
1808 (ld-script-location-counter-face):
1809 New backward-compatibility alias for renamed face.
1810 (ld-script-location-counter-face): Use renamed face.
1812 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
1813 (cperl-hash): Remove "-face" suffix from face names.
1814 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
1815 New backward-compatibility aliases for renamed faces.
1816 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
1817 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
1819 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
1821 (which-func-face): New backward-compatibility alias for renamed face.
1822 (which-func-format): Use renamed which-func face.
1824 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
1825 (vhdl-function, vhdl-directive, vhdl-reserved-word)
1826 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
1828 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
1829 (vhdl-speedbar-configuration, vhdl-speedbar-package)
1830 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
1831 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
1832 (vhdl-speedbar-architecture-selected)
1833 (vhdl-speedbar-configuration-selected)
1834 (vhdl-speedbar-package-selected)
1835 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
1837 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
1839 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
1840 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
1841 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
1843 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
1845 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
1846 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
1847 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
1848 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
1849 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
1850 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
1852 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
1854 (sh-heredoc-face): New backward-compatibility alias for renamed face.
1855 (sh-heredoc-face): Use renamed sh-heredoc face.
1857 * progmodes/idlw-help.el (idlwave-help-link):
1858 Remove "-face" suffix from face name.
1859 (idlwave-help-link-face):
1860 New backward-compatibility alias for renamed face.
1861 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
1863 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
1864 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
1865 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
1866 New backward-compatibility aliases for renamed faces.
1867 (idlwave-shell-disabled-breakpoint-face)
1868 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
1870 * progmodes/flymake.el (flymake-errline, flymake-warnline):
1871 Remove "-face" suffix from face names.
1872 (flymake-errline-face, flymake-warnline-face):
1873 New backward-compatibility aliases for renamed faces.
1874 (flymake-highlight-line): Use renamed flymake faces.
1876 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
1877 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
1878 (ebrowse-member-class, ebrowse-progress):
1879 Remove "-face" suffix from face names.
1880 (ebrowse-tree-mark-face, ebrowse-root-class-face)
1881 (ebrowse-file-name-face, ebrowse-default-face)
1882 (ebrowse-member-attribute-face, ebrowse-member-class-face)
1883 (ebrowse-progress-face):
1884 New backward-compatibility aliases for renamed faces.
1885 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
1886 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
1887 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
1888 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
1890 * progmodes/antlr-mode.el (antlr-default, antlr-keyword, antlr-syntax)
1891 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
1892 (antlr-literal): Remove "-face" suffix and "font-lock-" from face names.
1893 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
1894 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
1895 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
1896 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face):
1897 New backward-compatibility aliases for renamed faces.
1898 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
1899 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
1900 (antlr-tokenref-face, antlr-literal-face): Variables renamed to remove
1901 "font-lock-". Use renamed antlr-mode faces.
1902 (antlr-font-lock-additional-keywords): Use renamed faces.
1903 Replace literal face-names with face variable references.
1905 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
1907 (Buffer-menu-buffer-face): New backward-compatibility alias for
1909 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
1911 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
1913 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
1914 Eliminate "-face" suffix.
1915 (makefile-targets): Inherit from font-lock-function-name-face and
1916 eliminate "-face" suffix.
1917 (makefile-shell): Remove attributes and eliminate "-face" suffix.
1918 (makefile-*-font-lock-keywords): Append makefile-targets in rule
1919 actions, instead of prepending, to make it less visible.
1920 (makefile-previous-dependency, makefile-match-dependency):
1921 Don't match a target on a continuation line.
1923 * files.el (auto-mode-alist): Put Makefile in gmake mode.
1925 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
1927 * progmodes/gdb-ui.el (menu): Re-order menu items.
1928 (gdb-tooltip-print): Respect tooltip-use-echo-area.
1930 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
1931 Define in tooltip.el.
1932 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
1933 (gud-tooltip-tips): Respect tooltip-use-echo-area and
1934 gud-tooltip-echo-area.
1936 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
1937 backward compatibility and make obsolete.
1938 (tooltip-help-tips): Use tooltip-use-echo-area.
1939 (tooltip-show-help-function): Rename to...
1940 (tooltip-show-help): ...this, because it is a function.
1941 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
1943 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
1945 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
1946 (edebug-print-length, edebug-print-level, edebug-print-circle)
1947 (edebug-modify-breakpoint, edebug-eval-last-sexp)
1948 (edebug-eval-print-last-sexp): Doc fixes.
1950 2005-06-14 Kim F. Storm <storm@cua.dk>
1952 * ido.el (ido-mode): Make a new keymap every time we enable ido,
1953 as the coverage buffer/file/both may change.
1955 2005-06-14 Lute Kamstra <lute@gnu.org>
1957 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
1958 and run-mode-hooks. Simplify.
1960 * mail/rmailedit.el (rmail-edit-mode):
1961 * progmodes/octave-inf.el (inferior-octave-mode):
1962 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
1964 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
1966 (recentf-edit-list, recentf-open-files): Don't call
1967 kill-all-local-variables directly.
1969 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
1971 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
1973 * emacs-lisp/byte-run.el (make-obsolete)
1974 (define-obsolete-function-alias): Rename arguments FUNCTION and
1975 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
1976 (make-obsolete-variable, define-obsolete-variable-alias):
1977 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
1980 * isearchb.el (isearchb-activate):
1981 * pcvs.el (cvs-mode):
1982 * ses.el (ses-load):
1983 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
1984 * net/tramp.el (tramp-find-file-exists-command)
1986 * progmodes/ada-mode.el (ada-create-case-exception)
1987 (ada-create-case-exception-substring, ada-make-subprogram-body):
1988 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
1989 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
1990 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
1991 * textmodes/org.el (org-promote, org-evaluate-time-range)
1992 (org-agenda-next-date-line, org-agenda-previous-date-line)
1993 (org-agenda-error, org-open-at-point, org-table-move-row)
1994 (org-format-table-table-html-using-table-generate-source)
1995 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
1996 * textmodes/reftex.el (reftex-access-scan-info):
1997 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
1998 (reftex-toc-promote-prepare): Follow error conventions.
2000 * diff-mode.el (diff-mode): Fix typo in docstring.
2002 * forms.el (forms--intuit-from-file): Fix reference to
2003 `forms-number-of-fields' in error message.
2004 (forms-print): Fix quoting in error message.
2006 * forms.el (forms-mode):
2007 * emulation/vi.el (vi-goto-insert-state):
2008 * progmodes/flymake.el (flymake-new-err-info)
2009 (flymake-start-syntax-check-for-current-buffer)
2010 (flymake-simple-cleanup):
2011 * eshell/esh-var.el (eshell/export):
2012 * progmodes/gud.el (xdb):
2013 * textmodes/flyspell.el (flyspell-incorrect-hook)
2014 (flyspell-maybe-correct-transposition)
2015 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
2017 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
2019 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
2022 2005-06-13 Kim F. Storm <storm@cua.dk>
2024 * subr.el (add-to-ordered-list): New defun.
2026 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
2027 add cua--keymap-alist to emulation-mode-map-alists.
2029 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2031 * subr.el (complete-in-turn): New macro.
2032 (dynamic-completion-table, lazy-completion-table): Add debug info.
2034 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
2035 in preference to face aliases.
2037 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
2038 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
2039 Remove unused vars `start' and `firstline'.
2040 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
2041 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
2043 2005-06-13 Eli Zaretskii <eliz@gnu.org>
2045 * cus-start.el (all): Don't complain about missing GTK-related
2046 variables, unless either `gtk' is boundp or this isn't a
2049 2005-06-13 Lute Kamstra <lute@gnu.org>
2051 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
2054 * ediff-mult.el (ediff-meta-mode):
2055 * ediff-util.el (ediff-mode): Use run-mode-hooks.
2057 * ledit.el (ledit-mode): Use delay-mode-hooks.
2059 * woman.el (woman-mode-line-format): Delete constant.
2060 (woman-mode-map): Initialize it properly.
2061 (woman-mode): Set mode-class property to special.
2062 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
2063 Set major-mode and mode-name. Don't set mode-line-format directly.
2064 (Man-getpage-in-background): Don't reference woman-mode-line-format.
2066 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
2067 string argument obsolete.
2069 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
2071 * textmodes/org.el (org-CUA-compatible): New option.
2072 (org-disputed-keys): New variable.
2073 (org-key): New function.
2074 (orgtbl-make-binding): Add docstring to the created function.
2075 (org-mode): Set paragraph start/separate regexps.
2076 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
2077 (org-archive-location, org-archive-mark-done)
2078 (org-archive-stamp-time): New options.
2079 (org-archive-subtree): New command.
2080 (org-fill-paragraph): New function.
2081 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
2082 (org-fake-empty-table-line): Function removed.
2083 (org-format-org-table-html): Do not create empty table lines at
2084 separator lines. Improved table header treatment.
2085 (org-link-format): New option.
2086 (org-make-link): New function.
2087 (org-insert-link, org-store-link): Use org-make-link.
2088 (org-open-file): Quote file name for shell command, to allow
2089 spaces in file names.
2090 (org-link-regexp): Fix bug with mailto link.
2091 (org-link-maybe-angles-regexp, org-protected-link-regexp):
2093 (org-export-as-html): Deal with the optional angles around a link.
2094 Better treatment of file: links.
2095 (org-open-at-point): Replace @{ and @} with < and >.
2096 (org-run-mode-hooks): Function removed.
2097 (org-agenda-mode): No longer use `org-run-mode-hooks'.
2099 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
2101 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
2102 MI command -data-list-register-values.
2103 (gdb-post-prompt): Indent properly.
2105 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
2107 * hilit-chg.el (highlight-changes-colors): Rename from
2108 `highlight-changes-colours'.
2109 (highlight-changes-colours): Keep as obsolete alias.
2110 (highlight-changes-face-list): Doc fix.
2111 (hilit-chg-make-list): Use `highlight-changes-colors'.
2113 2005-06-12 Mark A. Hershberger <mah@everybody.org>
2115 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
2116 defun-prompt-regexp.
2118 2005-06-12 Eli Zaretskii <eliz@gnu.org>
2120 * loadup.el: Don't say we are dumping under 2 names on windows-nt
2123 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
2124 Don't use an old loaddefs.el, as in Makefile.in.
2126 2005-06-12 Lute Kamstra <lute@gnu.org>
2128 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
2130 * man.el (Man-mode-map): Initialize it properly.
2131 (Man-mode): Set mode-class property to special.
2133 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
2135 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
2137 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
2138 A newline is needed in the docstring there.
2140 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
2143 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2145 * printing.el: Doc fix. The menubar is no more changed when printing
2146 is loaded, it only changes when pr-menu-bind or pr-update-menus is
2147 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
2148 (pr-version): New version number (6.8.4).
2149 (pr-menu-bind): New command.
2150 (pr-update-menus): Docstring and code fix.
2151 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
2153 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
2154 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
2156 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
2158 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
2159 "Returns" to "return", document useful return values, etc.
2161 2005-06-11 Alan Mackenzie <acm@muc.de>
2163 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
2164 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
2165 (adaptive-file-function): Minor amendment to doc-string.
2167 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2169 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
2170 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
2171 Fix :type--it is `integer', not `string'.
2173 * faces.el (modeline-highlight): Rename from (the erroneous)
2174 `modeline-higilight'.
2176 2005-06-11 Lute Kamstra <lute@gnu.org>
2178 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
2179 lisp-interaction-mode-map but make it the parent.
2180 (edebug-eval-mode): Use define-derived-mode.
2182 2005-06-11 Andreas Schwab <schwab@suse.de>
2184 * bindings.el: Add binding of `ESC functionkey' for every
2186 * hexl.el (hexl-mode-map): Likewise.
2188 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
2190 * progmodes/compile.el (compilation-error-regexp-alist-alist)
2191 [msft]: update regexp for newer msft compilers.
2193 2005-06-10 Mark A. Hershberger <mah@everybody.org>
2195 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
2196 ATTLIST portions of included DTDs.
2197 (xml-parse-dtd): Eliminate use of inefficient match-data.
2199 2005-06-10 Miles Bader <miles@gnu.org>
2201 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
2202 (mpuz-text): Remove "-face" suffix from face names.
2203 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
2204 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
2205 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
2207 * play/gomoku.el (gomoku-O, gomoku-X):
2208 Remove "-face" suffix from face names.
2209 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
2210 New backward-compatibility aliases for renamed faces.
2211 (gomoku-font-lock-keywords): Use renamed gomoku faces.
2213 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2215 * thumbs.el: Fixes for changes of 2005-06-09.
2216 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
2218 (thumbs-thumbname): Remove directory separator from format string;
2219 `thumbs-thumbsdir' now returns a valid directory name.
2220 (thumbs-temp-dir): New defsubst.
2221 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
2224 * cus-edit.el (minibuffer):
2225 * files.el (make-backup-file-name-function):
2226 * filesets.el (filesets-external-viewers):
2227 * hilit-chg.el (highlight-changes-colours)
2228 (highlight-changes-face-list, highlight-changes-rotate-faces):
2229 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
2230 * kmacro.el (kmacro-call-macro):
2231 * log-edit.el (log-edit-changelog-full-paragraphs):
2232 * mouse.el (mouse-1-click-follows-link):
2233 * skeleton.el (skeleton-autowrap):
2234 * subr.el (insert-for-yank-1):
2235 * tempo.el (tempo-insert-region):
2236 * terminal.el (terminal-emulator):
2237 * time.el (display-time-mail-face):
2238 * vc.el (vc-annotate):
2239 * vcursor.el (vcursor-copy-line):
2240 * woman.el (woman-bold-headings, woman-ignore)
2241 (woman-default-faces, woman-monochrome-faces):
2242 * calendar/todo-mode.el (todo-insert-threshold):
2243 * emulation/pc-select.el (pc-select-selection-keys-only)
2244 (pc-selection-mode):
2245 * emulation/vip.el (vip-find-char-forward):
2246 * emulation/viper-cmd.el (viper-find-char-forward):
2247 * international/mule-cmds.el (select-safe-coding-system-accept-default-p)
2248 (input-method-exit-on-invalid-key):
2249 * international/mule-diag.el (describe-coding-system):
2250 * international/ucs-tables.el (unify-8859-on-encoding-mode):
2251 * net/browse-url.el (browse-url-xterm-program):
2252 * obsolete/lazy-lock.el (lazy-lock-mode):
2253 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
2255 * progmodes/cpp.el (cpp-face-light-name-list)
2256 (cpp-face-dark-name-list):
2257 * progmodes/delphi.el (delphi-newline-always-indents):
2258 Fix spellings in docstrings.
2260 * ido.el (ido-mode, ido-file-extensions-order)
2261 (ido-default-file-method, ido-default-buffer-method)
2262 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
2263 (ido-decorations, ido-read-file-name-as-directory-commands)
2264 (ido-read-file-name-non-ido, ido-work-directory-list)
2265 (ido-ignore-item-temp-list, ido-current-directory)
2266 (ido-magic-forward-char, ido-enter-find-file)
2267 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
2268 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
2270 2005-06-10 Lute Kamstra <lute@gnu.org>
2272 * play/dunnet.el (dun-mode): Use define-derived-mode.
2273 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
2276 * play/doctor.el (doctor-mode-map): Remove defvar.
2277 (doctor-mode): Use define-derived-mode.
2279 * mail/mspools.el (mspools-mode):
2280 * net/eudc-hotlist.el (eudc-hotlist-mode):
2281 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
2283 2005-06-10 Miles Bader <miles@gnu.org>
2285 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
2286 Remove "-face" suffix from face names.
2287 (flyspell-incorrect-face, flyspell-duplicate-face):
2288 New backward-compatibility aliases for renamed faces.
2289 (flyspell-mode-on, make-flyspell-overlay)
2290 (flyspell-highlight-incorrect-region)
2291 (flyspell-highlight-duplicate-region)
2292 (flyspell-display-next-corrections)
2293 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
2295 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
2297 (texinfo-heading-face): New backward-compatibility alias for
2299 (texinfo-heading-face): Use renamed texinfo-heading face.
2301 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
2302 suffix from face names.
2303 (tex-math-face, tex-verbatim-face):
2304 New backward-compatibility aliases for renamed faces.
2305 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
2306 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
2309 * textmodes/table.el (table-cell): Remove "-face" suffix from face
2311 (table-cell-face): New backward-compatibility alias for renamed face.
2312 (table--put-cell-face-property, table--update-cell-face):
2313 Use renamed table-cell face.
2315 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
2317 (sgml-namespace-face): New backward-compatibility alias for
2319 (sgml-namespace-face): Use renamed sgml-namespace face.
2321 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
2322 (org-level-4, org-level-5, org-level-6, org-level-7)
2323 (org-level-8, org-warning, org-headline-done)
2324 (org-deadline-announce, org-scheduled-today)
2325 (org-scheduled-previously, org-link, org-done, org-table)
2326 (org-time-grid): Remove "-face" suffix from face names.
2327 (org-level-1-face, org-level-2-face, org-level-3-face)
2328 (org-level-4-face, org-level-5-face, org-level-6-face)
2329 (org-level-7-face, org-level-8-face, org-warning-face)
2330 (org-headline-done-face, org-deadline-announce-face)
2331 (org-scheduled-today-face, org-scheduled-previously-face)
2332 (org-link-face, org-done-face, org-table-face)
2333 (org-time-grid-face):
2334 New backward-compatibility aliases for renamed faces.
2335 (org-level-faces, org-set-font-lock-defaults, org-timeline)
2336 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
2337 (org-agenda-get-timestamps, org-agenda-get-scheduled)
2338 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
2340 * emulation/viper-init.el (viper-search, viper-replace-overlay)
2341 (viper-minibuffer-emacs, viper-minibuffer-insert)
2342 (viper-minibuffer-vi): Remove "-face" suffix from face names.
2343 (viper-search-face, viper-replace-overlay-face)
2344 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2345 (viper-minibuffer-vi-face):
2346 New backward-compatibility aliases for renamed faces.
2347 (viper-search-face, viper-replace-overlay-face)
2348 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
2349 (viper-minibuffer-vi-face): Use renamed viper faces.
2351 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
2352 Remove "-face" suffix from face names.
2353 (testcover-nohits-face, testcover-1value-face):
2354 New backward-compatibility aliases for renamed faces.
2355 (testcover-mark): Use renamed testcover faces.
2357 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
2359 (diary-button-face): New backward-compatibility alias for renamed face.
2360 (diary-entry): Use renamed diary-button face.
2362 * calendar/calendar.el (diary, calendar-today, holiday)
2363 (mark-visible-calendar-date): Remove "-face" suffix from face names.
2364 (diary-face, calendar-today-face, holiday-face):
2365 New backward-compatibility aliases for renamed faces.
2366 (eval-after-load "facemenu", diary-entry-marker)
2367 (calendar-today-marker, calendar-holiday-marker, diary-face):
2368 Use renamed calendar faces.
2370 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
2371 (compare-windows-face): New backward-compatibility alias for
2373 (compare-windows-highlight): Use renamed compare-windows face.
2375 * strokes.el (strokes-char): Remove "-face" suffix from face name.
2376 (strokes-char-face): New backward-compatibility alias for renamed face.
2377 (strokes-encode-buffer): Use renamed strokes-char face.
2379 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
2380 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
2381 Remove "-face" suffix from face names.
2382 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
2383 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
2384 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
2385 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
2386 Use renamed pcvs faces.
2387 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
2388 * pcvs-defs.el (cvs-mode-map): Likewise.
2389 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
2391 * info.el (info-title-1, info-title-2, info-title-3)
2392 (info-title-4): Remove "-face" suffix from and downcase face names.
2393 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
2394 (Info-title-4-face):
2395 New backward-compatibility aliases for renamed faces.
2396 (Info-fontify-node): Use renamed info faces.
2398 * hilit-chg.el (highlight-changes, highlight-changes-delete):
2399 Remove "-face" suffix from face names.
2400 (highlight-changes-face, highlight-changes-delete-face):
2401 New backward-compatibility aliases for renamed faces.
2402 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
2403 (hilit-chg-make-list): Use renamed highlight-changes faces.
2405 * generic-x.el (show-tabs-tab, show-tabs-space):
2406 Remove "-face" suffix from face names.
2407 (show-tabs-tab-face, show-tabs-space-face):
2408 New backward-compatibility aliases for renamed faces.
2409 (show-tabs-generic-mode-font-lock-defaults-1)
2410 (show-tabs-generic-mode-font-lock-defaults-2):
2411 Use renamed show-tabs faces.
2413 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
2414 (smerge-markers): Remove "-face" suffix from face names.
2415 (smerge-mine-face, smerge-other-face, smerge-base-face)
2416 (smerge-markers-face):
2417 New backward-compatibility aliases for renamed faces.
2418 (smerge-mine-face, smerge-other-face, smerge-base-face)
2419 (smerge-markers-face): Use renamed smerge faces.
2421 * log-view.el (log-view-file, log-view-message):
2422 Remove "-face" suffix from face names.
2423 (log-view-file-face, log-view-message-face):
2424 New backward-compatibility aliases for renamed faces.
2425 (log-view-file-face, log-view-message-face): Use renamed log-view faces.
2427 * paren.el (show-paren-match, show-paren-mismatch):
2428 Remove "-face" suffix from face names.
2429 (show-paren-match-face, show-paren-mismatch-face):
2430 New backward-compatibility aliases for renamed faces.
2431 (show-paren-function): Use renamed show-paren faces.
2433 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
2434 (ruler-mode-margins, ruler-mode-fringes)
2435 (ruler-mode-column-number, ruler-mode-fill-column)
2436 (ruler-mode-comment-column, ruler-mode-goal-column)
2437 (ruler-mode-tab-stop, ruler-mode-current-column):
2438 Remove "-face" suffix from face names.
2439 (ruler-mode-default-face, ruler-mode-pad-face)
2440 (ruler-mode-margins-face, ruler-mode-fringes-face)
2441 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
2442 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
2443 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
2444 New backward-compatibility aliases for renamed faces.
2445 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
2446 (ruler-mode-column-number, ruler-mode-fill-column)
2447 (ruler-mode-comment-column, ruler-mode-goal-column)
2448 (ruler-mode-tab-stop, ruler-mode-current-column)
2449 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed faces.
2451 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
2453 (whitespace-highlight-the-space): Use renamed face.
2454 (whitespace-highlight-face): New backward-compatibility alias for
2457 * woman.el (woman-italic, woman-bold, woman-unknown)
2458 (woman-addition, woman-symbol-face):
2459 Remove "-face" suffix from face names.
2460 (woman-italic-face, woman-bold-face, woman-unknown-face)
2461 (woman-addition-face):
2462 New backward-compatibility aliases for renamed faces.
2463 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
2464 (woman-decode-region, woman-replace-match)
2465 (woman-display-extended-fonts, woman-special-characters)
2466 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
2467 Use renamed woman faces.
2469 * longlines.el (longlines-visible-face): Face removed.
2471 * diff-mode.el (diff-header, diff-file-header, diff-index)
2472 (diff-hunk-header, diff-removed, diff-added, diff-changed)
2473 (diff-function, diff-context, diff-nonexistent): Remove "-face"
2474 suffix from face names.
2475 (diff-header-face, diff-file-header-face, diff-index-face)
2476 (diff-hunk-header-face, diff-removed-face, diff-added-face)
2477 (diff-changed-face, diff-function-face, diff-context-face)
2478 (diff-nonexistent-face): New backward-compatibility aliases for
2480 (diff-header-face, diff-file-header-face)
2481 (diff-index, diff-index-face, diff-hunk-header)
2482 (diff-hunk-header-face, diff-removed, diff-removed-face)
2483 (diff-added, diff-added-face, diff-changed-face, diff-function)
2484 (diff-function-face, diff-context-face, diff-nonexistent)
2485 (diff-nonexistent-face): Use renamed diff-mode faces.
2487 * progmodes/compile.el (compilation-warning-face)
2488 (compilation-info-face): Remove "-face" suffix from face names.
2489 (compilation-warning-face, compilation-info-face):
2490 New backward-compatibility aliases for renamed faces.
2491 (compilation-warning-face, compilation-info-face):
2492 Use renamed compilation faces.
2494 * add-log.el (change-log-date, change-log-name)
2495 (change-log-email, change-log-file, change-log-list)
2496 (change-log-conditionals, change-log-function)
2497 (change-log-acknowledgement): Remove "-face" suffix from face names.
2498 (change-log-date-face, change-log-name-face)
2499 (change-log-email-face, change-log-file-face)
2500 (change-log-list-face, change-log-conditionals-face)
2501 (change-log-function-face, change-log-acknowledgement-face):
2502 New backward-compatibility aliases for renamed faces.
2503 (change-log-font-lock-keywords): Use renamed change-log faces.
2505 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
2506 (custom-set, custom-changed, custom-saved, custom-button)
2507 (custom-button-pressed, custom-documentation, custom-state)
2508 (custom-comment, custom-comment-tag, custom-variable-tag)
2509 (custom-variable-button, custom-face-tag, custom-group-tag-1)
2510 (custom-group-tag): Remove "-face" suffix from face names.
2511 (custom-magic-alist, custom-magic-value-create)
2512 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
2513 (custom-invalid-face, custom-rogue-face, custom-modified-face)
2514 (custom-set-face, custom-changed-face, custom-saved-face)
2515 (custom-button-face, custom-button-pressed-face)
2516 (custom-documentation-face, custom-state-face)
2517 (custom-comment-face, custom-comment-tag-face)
2518 (custom-variable-tag-face, custom-variable-button-face)
2519 (custom-face-tag-face, custom-group-tag-face-1)
2520 (custom-group-tag-face):
2521 New backward-compatibility aliases for renamed faces.
2523 * wid-edit.el (widget-documentation, widget-button)
2524 (widget-field, widget-single-line-field, widget-inactive)
2525 (widget-button-pressed): "-face" suffix removed from face names.
2526 (widget-documentation-face, widget-button-face)
2527 (widget-field-face, widget-single-line-field-face)
2528 (widget-inactive-face, widget-button-pressed-face):
2529 New backward-compatibility aliases for renamed faces.
2530 (widget-documentation-face, widget-button-face)
2531 (widget-button-pressed-face, widget-specify-field)
2532 (widget-specify-inactive): Use renamed widget faces.
2534 2005-06-10 Kenichi Handa <handa@m17n.org>
2536 * term/x-win.el (x-clipboard-yank): Remove condition-case
2539 2005-06-11 Kenichi Handa <handa@m17n.org>
2541 * add-log.el (change-log-font-lock-keywords): Make the regexp for
2542 date lines stricter.
2544 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
2546 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
2549 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
2551 * comint.el (comint-mode, comint-snapshot-last-prompt):
2552 * frame.el (frame-current-scroll-bars):
2553 * term.el (term-mode, term-check-proc, term-input-sender)
2554 (term-simple-send, term-extract-string, term-word)
2555 (term-match-partial-filename):
2556 * window.el (window-current-scroll-bars):
2557 * emulation/cua-base.el (cua-normal-cursor-color)
2558 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
2559 (cua-global-mark-cursor-color):
2560 * mail/undigest.el (rmail-forward-separator-regex):
2561 Fix typos in docstrings.
2563 * comint.el (comint-check-proc, make-comint-in-buffer)
2564 (comint-source-default): Doc fixes.
2566 * term.el (term-send-string): Improve argument/docstring
2569 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
2571 * comint.el (comint-send-input): Bind `inhibit-read-only' around
2572 call to `delete-region'.
2573 (comint-mode-hook): Do not enable Font Lock by default.
2575 2005-06-09 Lute Kamstra <lute@gnu.org>
2577 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
2580 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
2582 * emacs-lisp/debug.el (debugger-will-be-back): New var.
2584 (debugger-step-through, debugger-continue, debugger-jump)
2585 (debugger-return-value): Set it when needed.
2586 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
2587 Use inhibit-read-only.
2589 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
2591 * window.el (shrink-window-if-larger-than-buffer)
2592 (window-size-fixed): Fix typo in docstring.
2594 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
2595 thumbnails directory on loading.
2596 (thumbs-conversion-program): Use `eq' to check the system type,
2598 (thumbs-temp-dir): Initialize to `temporary-file-directory',
2599 not "/tmp". Fix docstring.
2600 (thumbs-thumbsdir): New function to return the thumbnails
2601 directory, creating it if needed.
2602 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
2603 (thumbs-temp-file): Delete variable and make it into a function.
2604 (thumbs-resize-image, thumbs-modify-image): Use it.
2605 (thumbs-kill-buffer): Simplify.
2606 (thumbs-gensym): Defalias or duplicate CL `gensym'.
2607 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
2610 2005-06-09 Kim F. Storm <storm@cua.dk>
2612 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
2613 set-match-data to free markers in match-data.
2615 * replace.el (replace-match-data): Pass RESEAT arg `t' to
2616 match-data to unchain markers in match-data.
2618 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
2620 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
2621 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
2624 2005-06-08 Richard M. Stallman <rms@gnu.org>
2626 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
2627 give the variable a doc string that doesn't say don't set it directly.
2629 * textmodes/ispell.el (ispell-check-version):
2630 Use match-string-no-properties.
2631 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
2632 (ispell-buffer-local-words): Likewise.
2634 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
2635 except on terminals with enough colors to really display it.
2636 (makefile-dependency-regex): Delete spurious `bb'.
2638 * faces.el (escape-glyph): Use blue once again in last case.
2639 (no-break-space): Redefine so that it isn't invisible on a tty.
2641 2005-06-08 Kim F. Storm <storm@cua.dk>
2643 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
2644 also when reading directory name.
2646 2005-06-08 Lute Kamstra <lute@gnu.org>
2648 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
2649 (flyspell-mode-line-string): Remove autoload cookie.
2650 (flyspell-mode): Remove defvar.
2652 2005-06-07 Lute Kamstra <lute@gnu.org>
2654 * textmodes/org.el (org-run-mode-hooks): New function.
2655 (org-agenda-mode): Use it.
2657 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
2659 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
2661 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2663 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
2665 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
2667 * font-lock.el (font-lock-add-keywords): Doc fix.
2669 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
2671 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
2672 (tex-compile-default): In the absence of any history, use the order in
2673 tex-compile-alist to choose the preferred command.
2674 (tex-compile-commands): Reorder a bit.
2676 * textmodes/flyspell.el (flyspell-auto-correct-binding)
2677 (flyspell-incorrect-face, flyspell-duplicate-face):
2678 Use (X)Emacs-agnostic code.
2679 (flyspell-mode-map): Don't overwrite at each load. Remove code
2680 redundant with the subsequent add-minor-mode. Merge Emacs and
2682 (flyspell-word): Minor simplification.
2683 (flyspell-math-tex-command-p): Quieten the byte-compiler.
2684 (flyspell-external-point-words): Remove unused vars `size' and `start'.
2685 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
2686 Merge the corresponding Emacs code.
2687 (flyspell-correct-word, flyspell-xemacs-popup): Use flyspell-do-correct.
2689 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
2692 * international/latexenc.el (latexenc-find-file-coding-system):
2693 Undo part of last patch, to turn off a compiler warning.
2695 2005-06-06 Juri Linkov <juri@jurta.org>
2697 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
2698 Rename `tmm-inactive-face' to `tmm-inactive'.
2700 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
2702 * iswitchb.el: Rename faces.
2704 2005-06-06 Kim F. Storm <storm@cua.dk>
2706 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
2707 (cua-global-mark): Remove -face suffix from face names.
2709 * emulation/cua-gmrk.el (cua--init-global-mark):
2710 Remove cua-global-mark face setup.
2712 2005-06-06 Richard M. Stallman <rms@gnu.org>
2714 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
2715 just like other allowed characters.
2716 (makefile-match-dependency): Exclude leading and training whitespace
2717 from the range of regexp subexp 1.
2718 (makefile-macroassign-regex): Don't try to match the body,
2719 just the name of the macro being defined.
2721 * info.el (Info-read-node-name-2): New function.
2722 (Info-read-node-name-1): Use that.
2723 Add a completion-base-size-function property.
2725 * simple.el (completion-setup-function): Look for
2726 completion-base-size-function property of
2727 minibuffer-completion-table.
2729 * files.el (locate-file-completion): Doc fix.
2731 * printing.el: Don't call pr-update-menus; user must do that.
2733 * emacs-lisp/debug.el (debugger-window): New variable.
2734 (debug): Use debugger-window if it is set and still alive.
2735 Record debugger-window for next entry.
2737 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
2739 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
2741 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
2742 (hack-one-local-variable, hack-local-variables)
2743 (hack-local-variables-prop-line): Pass that arg.
2745 2005-06-06 Kim F. Storm <storm@cua.dk>
2747 * ido.el (ido-first-match, ido-only-match, ido-subdir)
2748 (ido-indicator): Remove -face suffix from face names.
2750 2005-06-06 Juri Linkov <juri@jurta.org>
2752 * font-lock.el (font-lock-regexp-backslash)
2753 (font-lock-regexp-backslash-construct): New faces.
2754 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
2755 after `('. Add `while-no-input' to control structures.
2757 * faces.el (no-break-space, shadow): New faces.
2758 (escape-glyph): Use less loud colors pink2 and red4.
2760 * diff-mode.el (diff-context-face)
2761 * dired.el (dired-ignored)
2762 * rfn-eshadow.el (file-name-shadow)
2763 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
2765 * info.el (Info-title-1-face): Use green instead of yellow because
2766 bold yellow is not readable on light backgrounds.
2768 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
2769 before selecting the desired mode to not spend time fontifying
2772 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
2774 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
2775 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
2777 * ps-print.el (ps-default-fg, ps-default-bg):
2778 Fix typos in docstrings.
2780 * isearchb.el (isearchb): Don't pass a spurious second argument to
2781 `iswitchb-completions'.
2783 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
2785 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
2787 (gdb-find-file-hook): Add doc string.
2789 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
2790 C dereferenced pointer expression.
2791 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
2793 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
2795 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
2796 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
2797 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
2798 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
2799 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
2800 Make background transparent.
2802 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
2804 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
2805 (font-lock-remove-keywords): Doc fix.
2806 (font-lock-mode-major-mode): Compiler defvar.
2807 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
2809 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
2810 (font-lock-mode): Update `font-lock-mode-major-mode'.
2811 (font-lock-set-defaults): Compiler defvar.
2812 (font-lock-default-function): Take `font-lock-mode-major-mode'
2815 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
2816 keep track of which major mode it enabled the minor mode for.
2817 Use find-file-hook again. Update docstring.
2819 * simple.el (eval-expression-print-level)
2820 (eval-expression-print-length, eval-expression-debug-on-error):
2823 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
2825 * iswitchb.el (iswitchb-single-match-face)
2826 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
2827 (iswitchb-invalid-regexp-face): New faces.
2828 (iswitchb-completions): Use them.
2829 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
2830 now marked as an obsolete alias.
2831 (iswitchb-read-buffer): Remove check for bound font variables.
2832 (iswitchb-invalid-regexp): New free variable.
2833 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
2834 set iswitchb-invalid-regexp.
2835 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
2837 (iswitchb-completions): Add check for complete match when entering
2839 (iswitchb-completions): Remove require-match argument.
2840 (iswitchb-exhibit): Fix caller.
2841 (iswitchb-common-match-inserted): New variable.
2842 (iswitchb-complete, iswitchb-completion-help): Use it.
2844 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
2846 * url-http.el (url-http-chunked-encoding-after-change-function):
2847 Use `url-http-debug' instead of `message'.
2849 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
2851 * url-http.el (url-http-parse-headers): Pass redirected URL as a
2854 2005-06-04 Kim F. Storm <storm@cua.dk>
2856 * simple.el (line-move): Only call sit-for when moving backwards.
2858 * ido.el (ido-make-merged-file-list-1): New defun split from
2859 ido-make-merged-file-list.
2860 (ido-make-merged-file-list): Bind throw-on-input around call to
2861 ido-make-merged-file-list-1. Return input-pending-p if
2862 interrupted by more input available.
2863 (ido-read-internal): Handle input-pending-p return value from
2864 ido-make-merged-file-list.
2866 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
2868 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
2871 * international/latexenc.el (latexenc-find-file-coding-system):
2872 Don't inherit the EOL part of the coding-system from the
2873 tex-main buffer. Fit within 80 columns.
2875 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
2877 * tmm.el (tmm-inactive-face): New face.
2878 (tmm-remove-inactive-mouse-face): New function.
2879 (tmm-prompt, tmm-add-one-shortcut)
2880 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
2883 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
2885 * faces.el (face-equal): Improve argument/docstring consistency.
2887 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
2889 * progmodes/make-mode.el (makefile-targets-face)
2890 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
2891 (makefile-bsdmake-dependency-regex)
2892 (makefile-makepp-rule-action-regex)
2893 (makefile-bsdmake-rule-action-regex): New constants.
2894 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
2896 * progmodes/compile.el (compilation-error-regexp-alist-alist):
2897 Allow (...) within `...' for makepp messages.
2899 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
2901 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
2903 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
2904 "." files are deleted from all file lists before comparison.
2906 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
2907 (viper-ESC-key): Made them customizable.
2909 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
2911 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
2913 * autorevert.el (auto-revert-buffers): Use save-match-data.
2915 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
2917 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
2918 menu items with a nil command binding.
2920 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
2922 * emacs-lisp/cl-macs.el (defsetf):
2923 Improve argument/docstring consistency.
2925 * faces.el (list-faces-display): Improve the formatting by
2926 computing the maximum length required for any face-name (reworked
2927 patch of 1999-01-11, accidentally deleted on 1999-07-21).
2928 (internal-find-face): Remove redundant info in docstring.
2930 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
2932 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
2933 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
2934 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
2935 (gdb-assembler-custom): Improve regexps.
2936 (def-gdb-auto-update-handler): Use window point to preserve point.
2938 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
2940 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
2942 2005-05-31 Jay Belanger <belanger@truman.edu>
2944 * calc/calc-embed.el (calc-embedded-word): Change argument passed
2946 (calc-embedded-make-info): Have plain prefix argument select
2949 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
2951 * faces.el (list-faces-display): Signal error if passed a regexp
2952 that matches no face name.
2954 * simple.el (filter-buffer-substring): Fix typo in docstring.
2956 2005-05-31 Richard M. Stallman <rms@gnu.org>
2958 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
2959 (vhdl-emacs-21): Doc fix.
2960 (vhdl-mode): Unconditionally set comment-padding.
2961 (vhdl-fixup-whitespace-region): Insert spaces only where
2963 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
2965 2005-05-30 John Wiegley <johnw@newartisans.com>
2967 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
2968 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
2969 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
2970 `directory-sep-char' to ?/, and all uses of `string-to-int' to
2973 2005-05-30 Jay Belanger <belanger@truman.edu>
2975 * calc/calc.el (calc-bug-address): Fix docstring.
2976 (calc-window-hook, calc-trail-window-hook): New variables.
2977 (calc-trail-display): Restore use of calc-trail-window-hook.
2978 (calc): Restore use of calc-window-hook.
2980 2005-05-31 Masatake YAMATO <jet@gyve.org>
2982 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
2984 * help-fns.el (help-C-file-name): Add autoload mark for
2985 `find-function-noselect'.
2987 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
2989 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
2990 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
2992 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
2994 * calendar/diary-lib.el (mark-included-diary-files): Only kill
2995 included diary buffer if it was not already being visited.
2996 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
2998 * calendar/icalendar.el (top-level): Do not require 'appt.
3000 * mail/supercite.el (sc-select-attribution): Only use a list
3001 element from sc-attrib-selection-list if it returns a string.
3002 Reported by Davide G. M. Salvetti <salve@debian.org>.
3004 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
3006 * thumbs.el (thumbs-thumbname): The resulting thumbname now
3007 includes a hash value to improve its uniqueness, and has a ".jpg"
3008 extension. Also, it is now a valid filename on all systems.
3009 (thumbs-make-thumb): Use `let', not `let*'.
3010 (thumbs-show-thumbs-list): Check for JPEG availability.
3012 2005-05-30 Richard M. Stallman <rms@gnu.org>
3014 * filesets.el (filesets-menu-ensure-use-cached):
3015 Prevent warning when emacs-version>= is undefined.
3017 * printing.el (pr-interactive-n-up): Use string-to-number.
3019 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
3021 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
3022 Warn only when name to be defined is quoted.
3024 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
3026 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
3027 Make regexp more robust.
3028 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
3029 Force regeneration of disassembly.
3031 2005-05-29 Jay Belanger <belanger@truman.edu>
3033 * calc/calc.el (calc-user-invocation): Check if
3034 calc-invocation-macro is non-nil.
3036 2005-05-29 Juri Linkov <juri@jurta.org>
3038 * add-log.el (change-log-font-lock-keywords):
3039 Add `+' to e-mail regexp to accept mail address with keywords.
3041 * man.el (Man-name-regexp): Add `:' to accept qualified names.
3043 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
3045 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
3047 * ielm.el (inferior-emacs-lisp-mode): Ditto.
3049 2005-05-29 Richard M. Stallman <rms@gnu.org>
3051 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
3052 Undo the change that moves to end of the current word.
3054 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3056 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
3057 Throw error when count <= 0 to ensure input is a number.
3058 (gdb-read-memory-custom): Pick up address from buffer.
3059 (gdb-memory-mode): Allow user to increment and decrement
3060 memory address from header line.
3062 2005-05-29 Richard M. Stallman <rms@gnu.org>
3064 * flyspell.el (flyspell-version): Function deleted.
3065 (flyspell-auto-correct-previous-hook): Doc fix.
3067 * jit-lock.el (jit-lock-function, jit-lock-after-change):
3068 Do nothing if memory is full.
3070 * font-lock.el (font-lock-fontify-syntactically-region):
3071 Pass t for GREEDY to looking-back.
3073 * saveplace.el (save-place-alist-to-file): Write the file
3076 * subr.el (looking-back): New argument GREEDY.
3078 * progmodes/compile.el (compilation-start): Set the mode
3079 before inserting the initial text.
3081 * progmodes/which-func.el (which-func-update-1): Turn the mode
3082 off in case of error by setting which-func-mode.
3084 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
3086 * flyspell.el (flyspell-auto-correct-previous-word):
3087 Narrow down to what's on the screen, and recenter overlays
3088 at the end of the next word.
3090 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
3092 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
3093 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
3094 (flyspell-abbrev-p): Default to nil.
3095 (flyspell-use-global-abbrev-table-p): Doc fix.
3096 (flyspell-large-region): Allow nil as value.
3097 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
3099 (mail-mode-flyspell-verify): More robust handling
3100 of `mail-header-separator'. More efficient signature detection.
3101 Allow for regexp metacharacters in message-header-separator.
3102 Adding `To' not to be checked in mail-mode-flyspell-verify.
3104 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
3105 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
3106 Bind flyspell-auto-correct-binding.
3108 (flyspell-mode-map): Likewise.
3109 (flyspell-mode): Doc fix.
3110 (flyspell-accept-buffer-local-defs): Preserve current buffer.
3111 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
3112 (flyspell-word-cache-result): New var, always local.
3113 (flyspell-check-pre-word-p): Doc fix.
3114 (flyspell-check-changed-word-p): Handle spc like newline.
3115 (flyspell-post-command-hook): Set flyspell-word-cache-result.
3116 (flyspell-word-search-backward, flyspell-word-search-forward):
3118 (flyspell-word): Return t if nothing to check.
3119 When parsing TeX code, check for after } or \.
3120 Use flyspell-word-search-backward to find previous word.
3121 Return nil if duplicated word.
3122 For word already checked, return same value as last time.
3123 Set flyspell-word-cache-result after checking.
3124 Don't clobber the return value.
3125 (flyspell-get-word): Major rewrite.
3126 (flyspell-external-point-words): New locals pword, pcount.
3127 Fix size used in progress message.
3128 Find the proper corresponding word in flyspell-large-region-buffer.
3129 (flyspell-region): Check for flyspell-large-region = nil.
3130 (flyspell-highlight-incorrect-region): Clean up overlays in region.
3131 (flyspell-auto-correct-word): Check that WORD is a cons.
3132 (flyspell-correct-word): Likewise.
3134 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
3136 * progmodes/make-mode.el (makefile-rule-action-regex)
3137 (makefile-macroassign-regex, makefile-makepp-mode)
3138 (makefile-bsdmake-mode): Continuation lines may be empty.
3139 Reported by Joshua Varner.
3140 (makefile-makepp-font-lock-keywords): Add $(stem).
3142 2005-05-28 Karl Berry <karl@gnu.org>
3144 * textmodes/tex-mode.el: Now that tex-send-command calls
3145 shell-quote-argument (2005-03-31 change), remove all calls to
3146 shell-quote-argument; they all end up invoking tex-send-command.
3147 The double quoting loses on filenames with non-safe characters,
3148 such as "@". Reported by Frederik Fouvry.
3150 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
3152 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
3153 about preserving point.
3155 2005-05-27 Jay Belanger <belanger@truman.edu>
3157 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
3160 * calc/calc-embed.el (calc-embed-arg): New variable.
3161 (calc-do-embedded-activate, calc-embedded-activate-formula)
3162 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
3163 variable by new variable.
3164 (calc-embedded-make-info): Replace undeclared variable by new
3165 variable. When selecting region with positive prefix
3166 argument, use end of previous line instead of beginning of line.
3168 * calc/calc-aent.el (calc-arg-values): Declare it.
3170 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
3173 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
3175 * calc/calc.el (calc-alg-map): Declare it.
3177 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
3179 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
3181 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
3182 (gdb-registers-buffer, toggle-gdb-all-registers):
3183 Toggle display of floating point registers.
3184 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
3186 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
3187 (toggle-gud-tooltip-dereference):
3188 Rename from gud-toggle-tooltip-dereference.
3190 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
3192 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
3194 2005-05-27 Jay Belanger <belanger@truman.edu>
3196 * calc/calc-prog.el (calc-kbd-report): Remove.
3197 (calc-kbd-query): Rewrite.
3199 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
3201 * image.el (image-library-alist): Move to image.c.
3202 (image-type-available-p): Doc fix.
3204 2005-05-27 Lute Kamstra <lute@gnu.org>
3206 * calc/calc.el (calc):
3207 * outline.el (outline-1, outline-2, outline-3, outline-4)
3208 (outline-5, outline-6, outline-7, outline-8):
3209 * textmodes/dns-mode.el (dns-mode):
3210 * textmodes/sgml-mode.el (sgml-namespace-face):
3211 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
3212 (tex-verbatim-face, tex-use-reftex):
3213 * textmodes/texinfo.el (texinfo-heading-face):
3214 Specify customization group.
3216 * longlines.el: Don't require easy-mmode.
3217 (longlines-visible-face): Specify customization group.
3219 2005-05-27 Kenichi Handa <handa@m17n.org>
3221 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
3222 encoding table of windows-1251.
3224 * international/ucs-tables.el (ucs-set-table-for-input):
3225 If translation-table-for-input of a coding system is a symbol, get
3226 its translation-table property.
3228 * international/code-pages.el: Don't register a coding system into
3229 non-iso-charset-alist more than once.
3230 (cp-make-coding-system): Likewise.
3232 2005-05-26 John Wiegley <johnw@newartisans.com>
3234 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
3235 `eshell-resume-eval' is wrapped in a list, it indicates that the
3236 command was run asynchronously. In that case, unwrap the value
3237 before checking the delimiter value.
3239 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
3240 character before a space at the end of a line is \, assume the space
3241 is part of the last argument rather than a final argument separator.
3243 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
3244 is in use, and the target is `t' or `nil' (which are the most common
3245 values), don't assume that the symbol target is a buffer.
3247 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
3249 * calendar/calendar.el (calendar-mode-line-format):
3250 Use mode-line-highlight as mouse-face.
3252 * time.el (display-time-string-forms, display-time-update):
3253 Use mode-line-highlight as mouse-face.
3255 2005-05-26 Jay Belanger <belanger@truman.edu>
3257 * calc/calc.el (calc-language-alist): Remove extra defvar.
3259 2005-05-26 Lute Kamstra <lute@gnu.org>
3261 * arc-mode.el (archive-mode):
3262 * bookmark.el (bookmark-read-annotation-mode)
3263 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
3265 * calc/calc-yank.el (calc-edit-mode):
3266 * calc/calc.el (calc-mode, calc-trail-mode):
3267 * calculator.el (calculator-mode):
3268 * chistory.el (command-history-mode):
3270 * cus-edit.el (custom-mode):
3271 * descr-text.el (describe-text-mode):
3272 * ebuff-menu.el (Electric-buffer-menu-mode):
3273 * ediff-util.el (ediff-mode):
3274 * emacs-lisp/re-builder.el (reb-mode):
3275 * emulation/vi.el (vi-mode-setup):
3276 * emulation/ws-mode.el (wordstar-mode):
3277 * eshell/esh-mode.el (eshell-mode):
3278 * forms.el (forms-mode):
3279 * help-mode.el (help-mode):
3280 * hexl.el (hexl-mode):
3281 * ibuffer.el (ibuffer-mode):
3282 * ielm.el (inferior-emacs-lisp-mode):
3283 * info.el (Info-mode, Info-edit-mode):
3284 * international/swedish.el:
3285 * ledit.el (ledit-from-lisp-mode):
3286 * locate.el (locate-mode):
3287 * mail/rmail.el (rmail-mode):
3288 * mail/rmailedit.el (rmail-edit-mode):
3289 * mail/rmailsum.el (rmail-summary-mode):
3290 * mail/supercite.el (sc-electric-mode):
3291 * net/eudc.el (eudc-mode):
3292 * net/quickurl.el (quickurl-list-mode):
3293 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
3294 * obsolete/ooutline.el (outline-mode):
3295 * obsolete/options.el (Edit-options-mode):
3296 * obsolete/rnews.el (news-mode):
3297 * obsolete/rnewspost.el (news-reply-mode):
3298 * play/5x5.el (5x5-mode):
3299 * play/decipher.el (decipher-mode, decipher-stats-mode):
3300 * play/gomoku.el (gomoku-mode):
3301 * play/snake.el (snake-mode):
3302 * play/solitaire.el (solitaire-mode):
3303 * play/tetris.el (tetris-mode):
3304 * progmodes/ada-mode.el (ada-mode):
3305 * progmodes/antlr-mode.el (antlr-mode):
3306 * progmodes/autoconf.el (autoconf-mode):
3307 * progmodes/dcl-mode.el (dcl-mode):
3308 * progmodes/delphi.el (delphi-mode):
3309 * progmodes/ebrowse.el (ebrowse-tree-mode)
3310 (ebrowse-electric-list-mode, ebrowse-member-mode)
3311 (ebrowse-electric-position-mode):
3312 * progmodes/f90.el (f90-mode):
3313 * progmodes/fortran.el (fortran-mode):
3314 * progmodes/icon.el (icon-mode):
3315 * progmodes/idlw-help.el (idlwave-help-mode):
3316 * progmodes/idlw-shell.el (idlwave-shell-mode):
3317 * progmodes/idlwave.el (idlwave-mode):
3318 * progmodes/inf-lisp.el (inferior-lisp-mode):
3319 * progmodes/m4-mode.el (m4-mode):
3320 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
3321 * progmodes/modula2.el (modula-2-mode):
3322 * progmodes/octave-inf.el (inferior-octave-mode):
3323 * progmodes/octave-mod.el (octave-mode):
3324 * progmodes/pascal.el (pascal-mode):
3325 * progmodes/sh-script.el (sh-mode):
3326 * progmodes/sql.el (sql-mode, sql-interactive-mode):
3327 * progmodes/vhdl-mode.el (vhdl-mode):
3328 * progmodes/xscheme.el (scheme-interaction-mode):
3329 * replace.el (occur-mode):
3330 * ses.el (ses-mode):
3331 * simple.el (completion-list-mode):
3333 * speedbar.el (speedbar-mode):
3334 * term.el (term-mode):
3335 * terminal.el (terminal-edit-mode):
3336 * textmodes/reftex-index.el (reftex-index-mode)
3337 (reftex-index-phrases-mode):
3338 * textmodes/reftex-sel.el (reftex-select-label-mode)
3339 (reftex-select-bib-mode):
3340 * textmodes/reftex-toc.el (reftex-toc-mode):
3341 * wdired.el (wdired-change-to-wdired-mode):
3342 * wid-browse.el (widget-browse-mode):
3345 * array.el (array-mode):
3346 * calendar/todo-mode.el (todo-mode):
3347 * man.el (Man-mode):
3348 * play/landmark.el (lm-mode):
3349 * play/mpuz.el (mpuz-mode):
3350 Use kill-all-local-variables and run-mode-hooks.
3352 * subr.el (delay-mode-hooks): Specify indentation.
3354 2005-05-26 Mark A. Hershberger <mah@everybody.org>
3356 * xml.el (xml-substitute-special): Don't die for undefined xml entities.
3358 2005-05-26 Jay Belanger <belanger@truman.edu>
3360 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
3363 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
3365 * progmodes/gdb-ui.el (gdb-frame-address):
3366 Rename from gdb-current-address.
3367 (gdb-previous-frame-address): Rename from gdb-previous-address.
3368 (gdb-selected-frame): Rename from gdb-current-frame.
3369 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
3370 (gdb-frame-number): Rename from gdb-current-stack-level.
3371 (gdb-ann3): Match new mode-name for disassembly buffer.
3372 Extend initialization of variables.
3373 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
3374 (gdb-memory-mode): Use mouse-face in header line.
3375 (gdb-assembler-buffer-name): Call it disassembly and give frame
3377 (gdb-source-spec-regexp, gdb-assembler-custom)
3378 (gdb-invalidate-assembler, gdb-frame-handler):
3379 Make robust to leading zeroes in address format.
3381 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
3383 * textmodes/org.el (org-mode): Use `define-derived-mode' to
3385 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
3387 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
3389 * log-edit.el (log-edit-changelog-entries): Distinguish between
3390 filenames like xfns.c and fns.c.
3392 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
3394 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
3395 point after reverting.
3396 (Buffer-menu-make-sort-button): Handle the case where
3397 `Buffer-menu-use-header-line' is nil.
3399 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
3401 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
3402 New funcs. In minibuffer-local-completion-map bind `]', `/'
3405 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
3407 * startup.el (normal-top-level): Allow modification of load-path while
3408 we're iterating over it.
3410 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
3412 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
3413 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
3414 (thumbs-resize-interactive, thumbs-insert-image)
3415 (thumbs-insert-thumb, thumbs-dired-show-marked)
3416 (thumbs-find-image-at-point, thumbs-delete-images)
3417 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
3418 (thumbs-increment-image-size, thumbs-decrement-image-size):
3419 Fix typos in docstrings.
3421 2005-05-24 Andre Spiegel <spiegel@gnu.org>
3423 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
3424 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
3425 (cperl-mode): Use them.
3427 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
3429 * window.el (quit-window, shrink-window-if-larger-than-buffer):
3432 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
3434 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
3435 Bind C-d to gdb-inferior-io-eof.
3437 * dired.el (dired-dnd-popup-notice): Use message-box.
3439 2005-05-23 Masatake YAMATO <jet@gyve.org>
3441 * bindings.el (mode-line-major-mode-keymap):
3442 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
3444 * faces.el (mode-line-highlight): New face.
3446 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
3449 * bindings.el (top-level, help-echo, mode-line-modified)
3450 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
3453 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
3455 * progmodes/cc-engine.el (c-guess-basic-syntax):
3456 Remove spurious call to `zerop'.
3458 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
3460 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
3462 CC Mode update to 5.30.10:
3464 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
3465 could go past the limit in decoration level 2, thereby causing
3466 errors during interactive fontification.
3468 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
3469 the file is evaluated interactively.
3471 * cc-engine.el (c-guess-basic-syntax): Handle operator
3472 declarations somewhat better in C++.
3474 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
3475 make use of `run-mode-hooks' which has been added in Emacs 21.1.
3476 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
3478 (make-local-hook): Suppress warning about obsoleteness.
3480 * cc-engine.el, cc-align.el, cc-cmds.el
3481 (c-append-backslashes-forward, c-delete-backslashes-forward)
3482 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
3483 Compensate for return value from `forward-line' when it has moved
3484 but not to a different line due to eob.
3486 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
3487 `objc-method-intro' and `objc-method-args-cont'.
3489 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
3491 CC Mode update to 5.30.10:
3493 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
3494 in the copyright statement. Incidentally, change "along with GNU
3495 Emacs" to "along with this program" where it occurs.
3497 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
3498 so that it is interactive, hence can be found by M-x awk-mode
3499 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
3500 <gmorris+emacs@ast.cam.ac.uk>.
3502 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
3505 2005-05-23 Kevin Ryde <user42@zip.com.au>
3507 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
3508 c-parse-state, to avoid a lisp error (on bad code).
3510 2005-05-23 Lute Kamstra <lute@gnu.org>
3512 * subr.el (font-lock-defaults): Remove defvar as it's already
3513 defined in font-core.el.
3515 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
3517 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
3519 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
3520 more general and work when GDB variable "print pretty" is on,
3521 as with Emacs, for example.
3523 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
3525 * font-core.el: Update comment.
3527 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
3528 Use `after-change-major-mode-hook' instead of `find-file-hook'.
3530 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
3532 2005-05-22 Eli Zaretskii <eliz@gnu.org>
3534 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
3535 and `yank-handler' in the doc strings.
3537 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
3539 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
3541 2005-05-22 Richard M. Stallman <rms@gnu.org>
3543 * help.el (describe-key): Move print-help-return-message call
3546 * progmodes/etags.el (list-tags): Use with-no-warnings.
3548 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
3549 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
3550 (starttls-extra-args, starttls-extra-arguments): Add defvars.
3552 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
3554 * language/viet-util.el (viet-viscii-nonascii-translation-table):
3557 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
3558 Use defvar, not defconst.
3560 * hexl.el (hexl-follow-line): Use with-no-warnings.
3562 * emulation/tpu-extras.el: Use write-file-functions instead of
3565 * dired.el (dired-font-lock-keywords): Fontify files with junk
3566 extensions even if marked by -F.
3568 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
3570 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
3571 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
3572 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
3573 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
3574 (concatenate, list-length, get*, getf, cl-remprop):
3575 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
3576 (etypecase, progv, lexical-let, lexical-let*)
3577 (multiple-value-bind, multiple-value-setq, shiftf):
3578 Improve argument/docstring consistency.
3580 * subr.el (focus-frame, unfocus-frame):
3581 Revert deletion on 2005-05-01.
3583 2005-05-22 Andre Spiegel <spiegel@gnu.org>
3585 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
3588 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
3589 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
3591 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
3593 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
3594 already deleted variables: auto-fill-hook, blink-paren-hook,
3595 lisp-indent-hook, inhibit-local-variables, unread-command-event,
3596 suspend-hooks, comment-indent-hook, meta-flag,
3597 before-change-function, after-change-function,
3598 font-lock-doc-string-face.
3600 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
3602 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
3604 2005-05-21 Eli Zaretskii <eliz@gnu.org>
3606 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
3607 rmail-dont-reply-to.
3609 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
3611 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
3612 literal blank when splitting new-header-values.
3614 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
3616 * calendar/cal-menu.el (cal-menu-update): Add separator as a
3617 string so that tmm doesn't create a completion entry for it.
3619 * textmodes/table.el (table-disable-menu): Ditto.
3621 2005-05-21 Richard M. Stallman <rms@gnu.org>
3623 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
3625 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
3627 * net/rcompile.el (remote-compile): Use compilation-start.
3629 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
3631 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
3633 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
3634 Default to makefile-bsdmake-mode on BSD systems.
3636 * imenu.el (imenu-generic-expression, imenu--generic-function'):
3637 REGEXP may also be a search function now. The part of doc-string
3638 for describing the structure was 95% identical to that of
3639 `imenu--generic-function'. Unify it there.
3641 * progmodes/make-mode.el (makefile-imenu-generic-expression):
3642 Use function to find dependencies, because regexp alone is so complex,
3643 it easily goes into an endless loop.
3644 (makefile-makepp-mode): Also add submenu for Perl functions
3645 defined in the makefile.
3646 (makefile-bsdmake-mode): Special imenu-generic-expression no
3647 longer needed, due to function call.
3648 (makefile-match-dependency): Take BOUND into account when checking
3651 2005-05-20 Jay Belanger <belanger@truman.edu>
3653 * calc/calc-units.el (calc-invalidate-units-table):
3654 Use inhibit-read-only.
3655 (math-build-units-table-buffer): Use view-mode.
3657 2005-05-20 David Kastrup <dak@gnu.org>
3659 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
3660 easy-menu-add is not a nop on Emacs; and clarify when to call it.
3662 2005-05-20 Lute Kamstra <lute@gnu.org>
3664 * diff-mode.el (diff-header-face, diff-file-header-face)
3665 (diff-index-face, diff-hunk-header-face, diff-removed-face)
3666 (diff-added-face, diff-changed-face, diff-function-face)
3667 (diff-context-face, diff-nonexistent-face): Put them in the
3668 diff-mode customization group.
3670 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
3672 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
3674 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
3676 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
3677 Minor regexp-optimization.
3679 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
3681 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
3682 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
3683 (org-agenda-add-time-grid-maybe): New function.
3684 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
3685 (org-table-create): `dotimes' instead of `mapcar'.
3686 (org-xor): Simplify implementation.
3687 (org-agenda): `inhibit-redisplay' turned on.
3688 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
3689 a consistent line after a state change.
3690 (org-agenda-remove-times-when-in-prefix): New option.
3691 (org-prefix-has-time): New variable.
3692 (org-parse-time-string): Optional argument NODEFAULT.
3693 (org-format-agenda-item): Parse items for time-of-day
3694 specifications and move these into the prefix if possible.
3695 (org-agenda-priority): Get current heading, not previous heading
3696 during agenda remote editing.
3698 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
3700 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
3701 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
3702 (remove-duplicates, delete-duplicates, substitute)
3703 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
3704 (nsubstitute-if-not, find, find-if, find-if-not, position)
3705 (position-if, position-if-not, count, count-if, count-if-not)
3706 (mismatch, search, sort*, stable-sort, merge, member*)
3707 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
3708 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
3709 (intersection, nintersection, set-difference, nset-difference)
3710 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
3711 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
3712 (nsublis, tree-equal): Improve argument/docstring consistency.
3714 * subr.el (send-string, send-region):
3715 Remove obsolescence declaration.
3716 (window-dot, set-window-dot, read-input, show-buffer)
3717 (eval-current-buffer, string-to-int):
3718 Add release number to obsolescence declarations.
3720 2005-05-19 Kim F. Storm <storm@cua.dk>
3722 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
3723 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
3725 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
3727 * faces.el (list-faces-display): Make back button respect optional
3730 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
3732 * calculator.el (calculator-radix-grouping-mode)
3733 (calculator-radix-grouping-digits, calculator-displayer)
3734 (calculator-radix-grouping-separator, calculator-copy-displayer):
3735 * dabbrev.el (dabbrev-search-these-buffers-only):
3736 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
3737 (diff-advance-after-apply-hunk, diff-mode-hook)
3738 (diff-minor-mode-prefix):
3739 * imenu.el (imenu-use-popup-menu):
3740 * jit-lock.el (jit-lock-context-time):
3741 * newcomment.el (comment-fill-column, comment-column)
3742 (comment-style, comment-padding, comment-multi-line)
3743 (comment-empty-lines, comment-auto-fill-only-comments):
3744 * reveal.el (reveal-around-mark):
3745 * uniquify.el (uniquify-buffer-name-style)
3746 (uniquify-after-kill-buffer-p)
3747 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
3748 (uniquify-min-dir-content, uniquify-separator)
3749 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
3750 * w32-vars.el (w32-fixed-font-alist):
3751 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
3752 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
3753 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
3754 * progmodes/perl-mode.el (perl-indent-level)
3755 (perl-continued-statement-offset, perl-continued-brace-offset)
3756 (perl-brace-offset, perl-brace-imaginary-offset)
3757 (perl-label-offset, perl-indent-continued-arguments)
3758 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
3759 * progmodes/tcl.el (tcl-indent-level)
3760 (tcl-continued-indent-level, tcl-auto-newline)
3761 (tcl-tab-always-indent, tcl-electric-hash-style)
3762 (tcl-help-directory-list, tcl-use-smart-word-finder)
3763 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
3764 (inferior-tcl-source-command):
3765 * textmodes/fill.el (enable-kinsoku):
3766 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
3767 * textmodes/table.el (table-yank-handler):
3768 Specify missing group (and type, if simple) in defcustom.
3770 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
3772 * progmodes/compile.el (compilation-finish-function): Fix defvar.
3774 2005-05-19 Richard M. Stallman <rms@gnu.org>
3776 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
3778 * subr.el (event-basic-type): Don't get an error.
3779 (left-fringe-p): Function deleted.
3781 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
3782 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
3784 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
3787 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
3789 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
3791 * emacs-lisp/bytecomp.el (byte-compile-file-form-custom-declare-variable):
3792 Call byte-compile-nogroup-warn if appropriate.
3794 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
3795 (compilation-set-window): Don't call left-fringe-p; do it directly.
3797 2005-05-19 Jay Belanger <belanger@truman.edu>
3799 * calc/calc-graph.el (calc-graph-format-data): Make sure
3800 var-PlotRejects is bound before trying to check its value.
3802 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
3804 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
3805 definition of this variable from reftex-global.el to reftex.el,
3806 because it is needed in the menu.
3808 2005-05-19 Lute Kamstra <lute@gnu.org>
3810 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
3811 years are fixed. Don't insert a space after a dash.
3813 2005-05-19 Kim F. Storm <storm@cua.dk>
3815 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
3817 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
3819 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
3820 strings, because (eq ... ?\\) is fairly frequent.
3822 * progmodes/make-mode.el (makefile-add-this-line-targets):
3823 Simplify and integrate into `makefile-pickup-targets'.
3824 (makefile-add-this-line-macro): Simplify and integrate into
3825 `makefile-pickup-macros.
3826 (makefile-pickup-filenames-as-targets): Simplify.
3827 (makefile-previous-dependency, makefile-match-dependency):
3828 Don't stumble over `::'.
3830 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
3832 * subr.el (post-command-idle-hook, post-command-idle-delay):
3833 Remove obsoletion of post-command-idle-hook and
3834 post-command-idle-delay.
3836 * faces.el (list-faces-display): Provide button when describe-face
3837 is called to take user back to the list of faces.
3839 * help-fns.el (describe-variable): Remove hyperlinks in a
3840 variable's value as these are quite frequently inappropriate.
3842 * follow.el (follow-submit-feedback, follow-mode):
3843 Remove references to post-command-idle-hook.
3845 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
3847 * progmodes/make-mode.el (makefile-previous-dependency)
3848 (makefile-match-dependency): Check for := (and in bsd mode also
3849 !=) to give a better result, even when font-lock is not on.
3851 2005-05-18 Jay Belanger <belanger@truman.edu>
3853 * calc/calc-help.el (calc-s-prefix-help):
3854 Add `calc-copy-special-constant' to help string.
3856 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
3858 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
3860 2005-05-18 Jay Belanger <belanger@truman.edu>
3862 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
3863 in linear factors are in proper order.
3865 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
3867 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
3868 Support for jurabib.
3870 * textmodes/reftex.el (featurep): Define aliases for overlay
3871 commands, for XEmacs compatibility, and use these aliases in
3872 overlay initializations.
3873 (reftex-highlight): Use `reftex-move-overlay'.
3874 (reftex-unhighlight): Use `reftex-delete-overlay'.
3875 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
3876 (reftex-access-search-path): Use `reftex-uniquify' instead of
3879 * textmodes/reftex-sel.el (reftex-select-unmark):
3880 Overlay `before-string' property modification enables for Emacs as well.
3881 (reftex-select-item): Use `reftex-delete-overlay'.
3882 (reftex-select-mark): Use `reftex-make-overlay' and
3883 `reftex-overlay-put'.
3884 (reftex-select-unmark): Use `reftex-delete-overlay' and
3885 `reftex-overlay-put'.
3887 2005-05-18 Lute Kamstra <lute@gnu.org>
3889 * emacs-lisp/lisp.el (check-parens): Fix docstring.
3891 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
3893 * add-log.el (add-change-log-entry):
3894 * array.el (array-make-template, array-reconfigure-rows)
3895 (array-init-max-row, array-init-max-column)
3896 (array-init-columns-per-line, array-init-field-width):
3897 * replace.el (replace-match-maybe-edit, perform-replace):
3898 * textmodes/spell.el (spell-region):
3899 Replace `read-input' by `read-string'.
3901 * forms.el (forms-mode):
3902 * finder.el (finder-compile-keywords):
3903 * shadowfile.el (shadow-read-files):
3904 Replace `eval-current-buffer' by `eval-buffer'.
3906 * terminal.el (te-pass-through):
3907 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
3908 (ange-ftp-raw-send-cmd):
3909 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
3910 (send-process-next-char, telnet-initial-filter, telnet):
3911 Replace `send-string' by `process-send-string'.
3913 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
3914 (prolog-consult-region): Replace `send-string' by
3915 `process-send-string'; replace `send-region' by `process-send-region'.
3917 * progmodes/delphi.el (delphi-log-msg):
3918 Replace `set-window-dot' by `set-window-point'.
3920 * subr.el (window-dot, set-window-dot, read-input, send-string)
3921 (send-region, show-buffer, eval-current-buffer):
3922 Make really obsolete, as the comment says.
3924 2005-05-17 Kim F. Storm <storm@cua.dk>
3926 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
3927 (cua--init-keymaps): Bind C-return instead of S-return to set
3930 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
3931 instead of S-return to toggle/clear rectangle mark.
3933 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
3935 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
3936 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
3937 Also fontify plain strings assigned to variables, mostly so that a
3938 colon has a face and is thus not taken as a dependency separator.
3939 (makefile-previous-dependency): Inline the new matcher, because it
3940 is too complex to work in both directions.
3941 (makefile-match-dependency): Eliminate `backward' arg (see above).
3942 Completely reimplemented so as to not sometimes go into an endless
3943 loop. It should also be more efficient, because first it only
3944 searches for `:', instead of applying the very complex regexp.
3945 (makefile-mode): Cancel `font-lock-support-mode', because blocks
3946 to be fontified in one piece can be too long for JIT.
3947 Makefiles are never *that* big.
3949 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
3951 * dired.el (dired-mode): Simplify.
3953 2005-05-17 Lute Kamstra <lute@gnu.org>
3955 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
3956 defcustom for the mode hook variable.
3958 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
3959 Emacs Lisp Reference Manual.
3961 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
3963 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
3965 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
3966 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
3968 * net/tramp-smb.el (tramp-smb-open-connection):
3969 Pass `tramp-chunksize' as fifth (required) argument.
3971 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
3973 * font-lock.el (lisp-font-lock-keywords-1):
3974 Set `font-lock-negation-char-face' for [^...] char group.
3975 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
3977 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
3978 a var, and refine it to mask one more level of nested vars.
3979 (makefile-rule-action-regex): Turn it into a var, and refine it so
3980 it recognizes backslashed continuation lines as belonging to the
3982 (makefile-macroassign-regex): Refine it so it recognizes
3983 backslashed continuation lines as belonging to the same command.
3984 (makefile-var-use-regex): Don't look at the next char, because it
3985 might be the same one to be skipped by the initial [^$], leading
3986 to an overlooked variable use.
3987 (makefile-make-font-lock-keywords): Remove two parameters, which
3988 are now variables that some of the modes set locally.
3989 Handle dependency and rule action matching through functions, because
3990 regexps alone match too often. Dependency matching now comes
3991 last, so it can check, whether a colon already matched something else.
3992 (makefile-mode): Inform that font-lock improves makefile parsing
3994 (makefile-match-dependency, makefile-match-action): New functions.
3996 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
3998 * emacs-lisp/cl-extra.el (equalp): Doc fix.
4000 * align.el (align-regexp):
4001 * ansi-color.el (ansi-color-get-face):
4002 * array.el (array-reconfigure-rows, array-init-max-row)
4003 (array-init-max-column, array-init-columns-per-line)
4004 (array-init-field-width):
4005 * dired-aux.el (dired-trample-file-versions):
4006 * dired-x.el (dired-mark-sexp):
4007 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
4008 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
4009 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
4010 * faces.el (face-read-integer):
4011 * files.el (backup-extract-version, insert-directory):
4012 * hexl.el (hexl-insert-decimal-char):
4013 * server.el (server-process-filter):
4014 * shell.el (shell-extract-num):
4015 * startup.el (command-line-1):
4016 * term.el (term-command-hook):
4017 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
4018 (time-stamp-do-number):
4019 * time.el (display-time-update):
4020 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
4021 (timezone-fix-time):
4022 * vms-patch.el (vms-suspend-resume-hook):
4023 * calendar/appt.el (appt-convert-time):
4024 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4025 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
4026 * calendar/cal-islam.el (mark-islamic-diary-entries):
4027 * calendar/calendar.el (calendar-cursor-to-date)
4028 (calendar-star-date):
4029 * calendar/diary-lib.el (diary-attrtype-convert)
4030 (mark-diary-entries, diary-entry-time):
4031 * calendar/solar.el (solar-get-number):
4032 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
4033 * emacs-lisp/re-builder.el (reb-display-subexp):
4034 * emulation/edt.el (edt-set-scroll-margins):
4035 * emulation/tpu-extras.el (tpu-set-scroll-margins):
4036 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
4038 * emulation/viper-ex.el (viper-get-ex-token)
4039 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
4040 * international/fontset.el (fontset-plain-name):
4041 * mail/feedmail.el (feedmail-look-at-queue-directory):
4042 * mail/mailalias.el (mail-get-names):
4043 * mail/rmail.el (rmail-convert-to-babyl-format):
4044 * mail/rmailsum.el (rmail-make-basic-summary-line)
4045 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
4046 (rmail-summary-goto-msg):
4047 * mail/smtpmail.el (smtpmail-read-response):
4048 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
4049 (ange-ftp-vms-add-file-entry):
4050 * play/gametree.el (gametree-looking-at-ply)
4051 (gametree-current-branch-score):
4052 * progmodes/ada-xref.el (ada-prj-find-prj-file)
4053 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
4054 * progmodes/cperl-mode.el (condition-case):
4055 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
4056 (ebrowse-set-member-buffer-column-width)
4057 (ebrowse-select-1st-to-9nth):
4058 * progmodes/etags.el (etags-snarf-tag):
4059 * progmodes/flymake.el (flymake-parse-line):
4060 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
4061 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
4062 (idlwave-shell-menu-def):
4063 * progmodes/ps-mode.el (ps-run-goto-error):
4064 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
4065 (vhdl-speedbar-contract-level):
4066 * term/mac-win.el (x-handle-numeric-switch):
4067 * term/sun-mouse.el (sun-get-frame-data):
4068 * term/w32-win.el (x-handle-numeric-switch):
4069 * term/x-win.el (x-handle-numeric-switch):
4070 * textmodes/ispell.el (ispell-parse-output):
4071 * textmodes/nroff-mode.el (nroff-outline-level):
4072 * textmodes/reftex-cite.el (reftex-bib-sort-year)
4073 (reftex-bib-sort-year-reverse, reftex-format-citation):
4074 * textmodes/reftex-parse.el (reftex-init-section-numbers)
4075 (reftex-section-number):
4076 * textmodes/texinfmt.el (texinfo-paragraphindent):
4077 Replace `string-to-int' by `string-to-number'.
4079 * international/latexenc.el: Add page marker to force the "Local
4080 Variables:" string out of the last page.
4082 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4084 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
4085 tooltip-change-major-mode.
4086 (gud-tooltip-print-command): Remove case where gud-minor-mode
4087 is gdb ("--fullname").
4088 (gud-tooltip-tips): Turn GUD tooltips off for this case and
4091 2005-05-16 Jay Belanger <belanger@truman.edu>
4093 * calc/calc-store.el (calc-copy-special-constant): New function.
4095 * calc/calc-ext.el (calc-init-extensions): Add binding for
4096 `calc-copy-special-constant'.
4098 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
4099 for the `calc-copy-special-constant' command.
4101 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
4103 * subr.el (left-fringe-p): New function.
4105 * progmodes/compile.el (compilation-setup): Set local value of
4106 overlay-arrow-string to "" always.
4107 (compilation-set-window): Left fringe then don't scroll.
4108 No left fringe then no arrow and scroll message to top.
4109 (compilation-context-lines): Adjust doc string accordingly.
4111 2005-05-16 Kim F. Storm <storm@cua.dk>
4113 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
4114 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
4115 (ido-wide-find-dir-or-delete-dir): New command for M-d.
4116 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
4117 (ido-read-file-name): Handle commands with ido property value
4118 equal to find-file as reading a file name, to allow C-d to enter dired.
4119 (ibuffer-find-file): Add ido property with value find-file.
4121 2005-05-15 Kim F. Storm <storm@cua.dk>
4123 * subr.el (open-network-stream-nowait): Remove.
4124 (open-network-stream-server): Remove.
4126 2005-05-15 Richard M. Stallman <rms@gnu.org>
4128 * faces.el (describe-face): Output a definition link button.
4130 * help-mode.el (help-face-def): New button type.
4132 * emacs-lisp/copyright.el (copyright-fix-years):
4133 Match properly if the first year is 2-digit.
4134 Don't mess up the whitespace after the years by filling.
4136 * dired-aux.el (dired-mark-confirm):
4137 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
4139 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
4140 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
4141 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
4143 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
4144 Set font-lock-comment-start-skip.
4146 * font-lock.el (font-lock-comment-start-skip): New variable.
4147 (font-lock-comment-end-skip): New variable.
4148 (font-lock-fontify-syntactically-region): Use them if non-nil.
4150 2005-05-15 Jay Belanger <belanger@truman.edu>
4152 * calc/calc-store.el (calc-store-value): Return a string rather
4153 than display it as a message.
4154 Use calc-var-name for variable name.
4155 (calc-store-into): Add the result of calc-store-value to message.
4156 (calc-copy-variable): Add a message.
4157 (calc-store-exchange): Improve error messages.
4158 (calc-store-binary, calc-store-map): Don't reset the values of
4161 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
4163 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
4164 manual to docstring.
4166 * files.el (hack-local-variables-confirm): Add STRING argument.
4167 Make the function handle non file visiting buffers correctly.
4168 (hack-local-variables-prop-line, hack-local-variables)
4169 (hack-one-local-variable): Use STRING arg of
4170 `hack-local-variables-confirm'.
4172 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
4174 Sync with Tramp 2.0.49.
4176 * tramp.el (tramp-handle-dired-call-process)
4177 (tramp-handle-insert-directory):`insert-buffer' cannot be used
4178 because the contents of the Tramp buffer is changed before
4179 insertion (`expand-file' and alike).
4180 (tramp-handle-insert-directory): If `localname' has an empty
4181 nondirectory name, it must not be quoted.
4182 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
4183 variable `tramp-chunksize'. Change callees.
4184 (tramp-open-connection-setup-interactive-shell): Check remote host
4185 for buggy `send-process-string' implementation.
4186 Set `tramp-chunksize' if found. Reported by Michael Kifer
4187 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
4188 (tramp-handle-shell-command): `insert-buffer' cannot be used
4189 because the contents of the Tramp buffer is changed before
4190 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
4191 <frederic.bothamy@free.fr>.
4192 (tramp-set-auto-save): Actions should be done for Tramp file name
4193 handler only. Ange-FTP has its own auto-save mechanism.
4194 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
4195 (tramp-set-auto-save-file-modes): Set file modes of
4196 `buffer-auto-save-file-name' to ?\600 as fallback solution.
4197 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
4198 (tramp-bug): Remove obsolete variable.
4199 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
4200 for presence of `mml-mode'. Make it running for older Emacsen as well.
4202 2005-05-14 John Paul Wallington <jpw@pobox.com>
4204 * ibuf-ext.el (define-ibuffer-filter filename):
4205 If `dired-directory' is a list, use its car.
4207 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
4209 * ibuffer.el (define-ibuffer-column filename):
4210 If `dired-directory' is a list, use its car.
4212 2005-05-14 Richard M. Stallman <rms@gnu.org>
4214 * subr.el (symbol-file): Doc fix.
4216 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
4217 (byte-compile-form): Call byte-compile-nogroup-warn.
4218 (byte-compile-warning-types): Doc fix.
4220 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
4222 * progmodes/cc-engine.el (c-literal-faces):
4223 Add font-lock-comment-delimiter-face.
4225 * net/net-utils.el (dig): Use with-no-warnings.
4227 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
4228 (sc-recite-frame-alist, sc-default-cite-frame)
4229 (sc-default-uncite-frame, sc-default-recite-frame)
4230 (sc-attrib-selection-list, sc-rewrite-header-list):
4231 Mark as risky-local-variable.
4233 * international/ogonek.el (ogonek-jak, ogonek-how):
4234 Don't use beginning-of-buffer.
4236 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
4238 * calendar/solar.el (solar-data-list): Move definition up.
4240 * dnd.el (dnd-protocol-alist): Add autoload.
4242 * progmodes/sh-script.el: Many doc usage fixes.
4243 (sh-indent-after-do): Change default to match common styles.
4245 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
4247 * files.el (interpreter-mode-alist)
4248 (auto-mode-interpreter-regexp): Doc fixes.
4250 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
4252 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
4254 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
4256 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
4258 * dired.el (dired-mode): make-variable-buffer-local =>
4259 make-local-variable.
4261 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4263 * term/mac-win.el (mac-select-convert-to-string): Try coding
4264 systems in mac-script-code-coding-systems if specified one cannot
4265 encode string for `com.apple.traditional-mac-plain-text'.
4267 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
4269 * progmodes/make-mode.el (makefile-targets-face)
4270 (makefile-shell-face, makefile-makepp-perl-face): New faces.
4271 (makefile-dependency-regex): Fix it to not make the colon in
4273 (makefile-rule-action-regex): New regexp for highlighting embedded
4275 (makefile-macroassign-regex): Handle != for highlighting as
4276 embedded Shell strings.
4277 (makefile-var-use-regex): New const.
4278 (makefile-statements, makefile-automake-statements)
4279 (makefile-gmake-statements, makefile-makepp-statements)
4280 (makefile-bsdmake-statements): New consts.
4281 (makefile-make-font-lock-keywords): New function.
4282 (makefile-automake-font-lock-keywords)
4283 (makefile-gmake-font-lock-keywords)
4284 (makefile-makepp-font-lock-keywords)
4285 (makefile-bsdmake-font-lock-keywords): New consts.
4286 (makefile-mode-map): Add switchers between the various submodes.
4287 (makefile-mode): Document the availability of the variants.
4288 (makefile-automake-mode, makefile-gmake-mode)
4289 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
4291 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
4292 new variants of makefile-mode.
4294 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4296 * font-lock.el (font-lock-comment-delimiter-face): Fix up
4299 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
4301 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
4302 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
4304 * files.el (normal-mode): Extend the scope of the
4305 `enable-local-variables' binding to include the `set-auto-mode' call.
4306 (magic-mode-alist): Doc fix.
4308 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
4310 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
4311 font-lock-comment-face rather than copying its setting.
4313 2005-05-12 Andreas Schwab <schwab@suse.de>
4315 * eshell/esh-mode.el (eshell-send-input): Doc fix.
4317 2005-05-12 Lute Kamstra <lute@gnu.org>
4319 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
4320 defcustom for the mode hook variable. Delete the last argument.
4321 * generic-x.el: Fix callers of define-generic-mode.
4322 (generic-x-modes): Delete group.
4323 (show-tabs-tab-face, show-tabs-space-face): Put them in the
4324 generic-x customization group.
4326 2005-05-12 Kim F. Storm <storm@cua.dk>
4328 * font-lock.el (font-lock-negation-char-face): Default to "off".
4330 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
4331 font-lock-negation-char-face to ! in !=.
4333 2005-05-12 Masatake YAMATO <jet@gyve.org>
4335 * add-log.el (find-change-log): Fix typos in the docstring
4338 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
4340 * international/latexenc.el (latexenc-find-file-coding-system):
4341 Avoid `re-search-forward' when looking for input encoding because
4342 of speed and safety. Better regular expressions for recognizing
4343 input encoding. Limit a search for TeX-master/tex-main-file to
4344 the local variable section.
4346 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
4348 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
4349 syntax of $ to "'" (quote).
4351 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
4353 * dnd.el (dnd-protocol-alist): Improve custom type.
4355 * dired.el (dired-dnd-protocol-alist): New variable.
4356 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
4357 `dired-mode-hook' to the end.
4359 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4361 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
4362 comment-end if comment-start-skip is not set.
4363 Obey the font-lock-comment-delimiter-face variables.
4365 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
4367 * files.el (executable-find): Move from executable.el. Use locate-file.
4368 * progmodes/executable.el (executable-find): Move to files.el.
4370 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
4371 when trying to ensure forward progress.
4373 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
4375 * mouse-sel.el (mouse-sel-follow-link-p): New function.
4376 (mouse-select, mouse-select-internal, mouse-extend-internal):
4377 Use it to implement mouse-1-click-follows-link functionality.
4379 2005-05-11 Richard M. Stallman <rms@gnu.org>
4381 * font-lock.el (font-lock-fontify-syntactically-region):
4382 Use font-lock-comment-delimiter-face for comment delimiters.
4384 2005-05-10 Jay Belanger <belanger@truman.edu>
4386 * calc/calc-help.el (calc-m-prefix-help): Add mention of
4387 preserving embedded modes.
4389 2005-05-10 Richard M. Stallman <rms@gnu.org>
4391 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
4393 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
4394 Move from ada-stmt.el.
4395 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
4397 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
4398 Move to ada-mode.el.
4399 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
4401 * cus-edit.el (custom-file): Call file-chase-links.
4403 * files.el (read-directory-name): Fix previous change.
4404 (hack-local-variables-confirm): New function.
4405 (hack-local-variables-prop-line, hack-local-variables)
4406 (hack-one-local-variable): Use it.
4408 2005-05-10 Lute Kamstra <lute@gnu.org>
4410 * font-lock.el (font-lock-keywords-alist)
4411 (font-lock-removed-keywords-alist): Clarify docstrings.
4413 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
4415 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
4416 (gdb-source-info): Check for preprocessor info.
4417 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
4418 a macro for a function.
4419 (gdb-info-breakpoints-custom): Try to find file again if not already
4420 found (user might have used GDB dir command).
4421 (gdb-get-location): Update gdb-location-alist correctly for change
4422 to gdb-info-breakpoints-custom.
4424 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
4425 (gud-tooltip-print-command): Add gdbmi case.
4426 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
4429 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
4431 * startup.el (fancy-splash-insert): Fix typo in doc string.
4433 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
4435 * obsolete/float.el (string-to-float):
4436 * obsolete/hilit19.el (hilit-add-pattern):
4437 * obsolete/rnews.el (news-parse-range, news-select-message)
4438 (news-get-pruned-list-of-files): Replace `string-to-int' by
4441 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
4442 `find-file-not-found-hooks'; use `add-hook'.
4443 (uncompress-while-visiting): Set `write-file-functions', not
4444 `write-file-hooks'; use `add-hook'.
4446 2005-05-09 Kim F. Storm <storm@cua.dk>
4448 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
4449 (cua-paste): Handle clipboard action.
4450 (cua--init-keymaps): Remap clipboard-kill-region and
4451 clipboard-kill-ring-save.
4453 2005-05-08 Eli Zaretskii <eliz@gnu.org>
4455 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4458 * simple.el (next-error-overlay-arrow-position): Revert the change
4461 2005-05-07 Jay Belanger <belanger@truman.edu>
4463 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
4464 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
4465 `calc-sel-reselect'.
4467 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
4468 Calc is in embedded mode.
4470 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4472 * progmodes/compile.el (compilation-setup):
4473 Set overlay-arrow-string to an empty string on text terminals.
4475 * textmodes/ispell.el (ispell-program-name): Try looking for
4476 "aspell" along exec-path, and if found, use it as the default
4479 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
4481 * international/mule.el (sgml-xml-auto-coding-function):
4482 Recognize encoding='FOO' in single quotes as well as in double quotes.
4484 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
4486 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
4487 as well as `interactive', so that defmacro* would recognize
4490 2005-05-07 Eli Zaretskii <eliz@gnu.org>
4492 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
4493 Explain more about the LIGHTER arg's usage in the doc string.
4494 Add commentary to clarify what the code does. Fix the regexp that
4495 strips whitespace from LIGHTER. Quote LIGHTER before using it,
4496 since it could have characters special to regular expressions.
4498 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
4500 * replace.el (occur-1): Bind inhibit-read-only so that
4501 erase-buffer doesn't barf on read-only text properties (likewise
4502 for add-text-properties in occur-engine). Mark buffer as unmodified.
4503 (occur-engine): Don't set buffer-read-only here.
4505 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4507 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
4508 list-buffers-directory. This caused the *cvs-commit* buffer to be
4509 sometimes mistakenly reused as a *cvs* buffer.
4511 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
4513 * tooltip.el: Move code for GUD tooltips into gud.el.
4514 (require): CL no longer needed to compile case.
4515 (tooltip-mode): Do not toggle functions for GUD tooltips.
4516 (tooltip-gud-tips-p): Remove. Replace with minor mode
4517 gud-tooltip-mode in gud.el.
4518 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
4519 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
4520 tooltip-gud prefix with gud-tooltip and obsolete.
4521 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
4522 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
4523 (tooltip-mouse-motion): Mouse movement functions/variable.
4524 Rename in gud.el by adding gud prefix.
4525 (tooltip-gud-original-filter, tooltip-gud-dereference)
4526 (tooltip-gud-event, tooltip-toggle-gud-tips)
4527 (tooltip-gud-process-output, tooltip-gud-print-command)
4528 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
4529 gud.el by replacing tooltip-gud prefix with gud-tooltip.
4530 (gdb-tooltip-print): Move to gdb-ui.el.
4532 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
4533 (require): CL needed to compile case.
4534 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
4535 tooltip-gud-tips-p. Make it a minor-mode.
4536 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
4537 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
4538 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
4539 (gud-tooltip-change-major-mode)
4540 (gud-tooltip-activate-mouse-motions-if-enabled)
4541 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
4542 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
4543 (gud-tooltip-original-filter, gud-tooltip-dereference)
4544 (gud-tooltip-event, tooltip-toggle-gud-tips)
4545 (gud-tooltip-process-output, gud-tooltip-print-command)
4546 (gud-tooltip-tips): Move from tooltip.el.
4548 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
4549 (gdb-cpp-define-alist-flags): Doc fix.
4550 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
4551 gud-tooltip-mode is t.
4553 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
4555 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
4556 evaporate if their text is deleted.
4557 (goto-address-at-point): Make it work as a mouse binding as well.
4558 (goto-address-at-mouse): Obsolete it. Update users.
4560 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
4562 * calendar/appt.el (top-level): No longer activate on load.
4564 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
4566 * calendar/cal-bahai.el (mark-bahai-diary-entries):
4567 * net/webjump.el (webjump):
4568 * progmodes/idlw-help.el (idlwave-do-context-help1)
4569 (idlwave-highlight-linked-completions):
4570 * textmodes/po.el (po-find-file-coding-system-guts):
4571 Replace `assoc-ignore-case' by `assoc-string'.
4573 2005-05-06 Eli Zaretskii <eliz@gnu.org>
4575 * files.el (locate-file): Doc fix.
4577 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
4578 Remove the redundant test for ms-dos.
4580 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
4581 look for the preprocessor with exec-suffixes. If not found in
4582 standard places, look in exec-path. Remove most of the tests that
4585 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
4587 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
4589 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
4590 file-name clash with jka-compr.el on 8+3 filesystems.
4592 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4594 * term/mac-win.el: Don't define or bind scroll bar functions if
4595 x-toolkit-scroll-bars is t.
4596 (x-select-text, x-get-selection-value):
4597 Clear x-last-selected-text-clipboard if x-select-enable-clipboard is nil.
4598 (PRIMARY): Put mac-scrap-name property.
4599 (mac-select-convert-to-file-url): New function.
4600 (public.file-url): New selection target type. Add to
4601 selection-converter-alist.
4602 (x-get-selection, x-selection-value): Handle it.
4603 (x-cut-buffer-or-selection-value): New alias.
4605 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
4607 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
4608 entry to avoid calling bibtex-find-entry with arg global
4609 being t. Remove arg key.
4610 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
4611 (bibtex-copy-summary-as-kill): Change accordingly.
4613 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
4615 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
4616 (org-agenda-date-later): Use with-current-buffer.
4618 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
4620 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
4621 (define-obsolete-variable-alias): Doc Fixes.
4623 2005-05-06 Kim F. Storm <storm@cua.dk>
4625 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
4626 vertical-motion when selective-display is active.
4628 * ido.el (ido-setup-hook): New hook.
4629 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
4630 (ido-input-stack): New var.
4631 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
4632 ido-next-work-file binding to M-O.
4633 Bind M-f to ido-wide-find-file-or-pop-dir.
4634 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
4635 (ido-read-internal): Run ido-setup-hook.
4636 Catch quit in read-file-name and read-string to cancel edit.
4637 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
4638 Automatically pop-all when completing a directory name (RET).
4639 (ido-file-internal): Add with-no-warnings around ffap and dired code.
4640 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
4641 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
4642 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
4643 New functions for M-b/M-f to move among the directory components.
4644 (ido-make-merged-file-list): Catch quit to cancel merge.
4645 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
4646 (ido-completion-help): No warnings for ido-completion-buffer-full.
4648 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
4650 * font-lock.el (font-lock-negation-char-face): New face and variable.
4651 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
4652 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
4653 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
4654 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
4656 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
4658 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
4659 Fix typo in docstring.
4661 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
4662 (ebrowse-print-statistics-line)
4663 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
4665 * term/w32-win.el (image-library-alist): Add additional name for
4668 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
4670 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
4671 use gcc instead of cpp.
4673 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
4674 (gdb-create-define-alist): Use it.
4675 (gdb-cpp-define-alist-program): Update for MS-DOS.
4677 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
4679 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
4681 2005-05-04 Richard M. Stallman <rms@gnu.org>
4683 * help.el (describe-key): No error when UNTRANSLATED is nil.
4685 * simple.el (line-move-1): Fix previous change to signal errors
4688 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
4690 * calendar/icalendar.el (icalendar-version): Now at 0.12.
4691 (icalendar-duration-correction): Remove.
4692 (icalendar--get-event-properties): Split result at commas.
4693 (icalendar--decode-isoduration): New optional argument
4694 DURATION-CORRECTION.
4695 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
4696 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
4697 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
4698 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
4699 (icalendar--convert-anniversary-to-ical): New functions, extracted
4700 from icalendar-export-region, with bug fixes.
4701 (icalendar-export-region): Use the above functions.
4702 (icalendar-import-buffer): Check before saving diary file.
4703 (icalendar--convert-recurring-to-diary)
4704 (icalendar--convert-non-recurring-all-day-to-diary)
4705 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
4706 extracted from icalendar--convert-ical-to-diary, with bug fixes.
4707 (icalendar--convert-ical-to-diary): Use the above functions.
4709 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
4711 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
4712 Remove these recent additions.
4713 (c-mode): Restore to before 2005-04-28.
4715 * progmodes/cc-vars.el (cc-define-list-program): Remove this
4718 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
4719 (gdb-define-alist): New variables.
4720 (gdb-create-define-alist): New function.
4721 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
4722 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
4723 with string-to-number.
4724 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
4726 * progmodes/gud.el: Replace string-to-int with string-to-number.
4727 (gud-find-file): Handle gdb-define-alist.
4729 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
4731 2005-05-02 Jay Belanger <belanger@truman.edu>
4733 * calc/calc-aent.el (math-read-token):
4734 * calc/calc-bin.el (calc-word-size):
4735 * calc/calc-ext.el (calc-read-number-fancy):
4736 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
4737 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
4738 * calc/calc-frac.el (calc-over-notation):
4739 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
4740 (calc-graph-num-points, calc-graph-init):
4741 * calc/calc-prog.el (calc-read-parse-table-part)
4742 (calc-edit-macro-repeats):
4743 * calc/calc-yank.el (calc-do-grab-rectangle):
4744 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
4745 Replace `string-to-int' by `string-to-number'.
4747 2005-05-02 Kim F. Storm <storm@cua.dk>
4749 * kmacro.el: Use executing-kbd-macro-index variable.
4751 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
4753 * net/rlogin.el (rlogin-parse-words): Delete func.
4754 (rlogin): Use split-string, not rlogin-parse-words.
4755 Also, if there are option-like elements in the parsed args,
4756 take the host to be the first arg immediately following them.
4757 Suggested by Michael Mauger.
4759 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4761 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
4763 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4765 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
4766 (cc-mode-cpp-program): Rename to cc-define-list-program and
4769 * progmodes/cc-vars.el (cc-define-list-program):
4770 Change to "gcc -E -dM -". Make customizable.
4772 2005-05-02 Kim F. Storm <storm@cua.dk>
4774 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
4776 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
4778 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
4780 * international/mule-util.el (truncate-string): Remove alias and
4781 obsolete declaration.
4783 * international/mule-cmds.el (update-iso-coding-systems):
4784 Remove alias and obsolete declaration.
4786 * international/mule.el (coding-system-parent): Remove alias and
4787 obsolete declaration.
4789 * subr.el (define-function, sref): Remove aliases and obsolete
4791 (chars-in-region): Remove obsolete declaration.
4793 2005-05-01 Richard M. Stallman <rms@gnu.org>
4795 * info.el (Info-mode): Set widen-automatically to nil, locally.
4797 * simple.el (widen-automatically): New variable.
4798 (pop-global-mark): Obey widen-automatically.
4800 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
4802 * term/xterm.el (function-key-map): Call substitute-key-definition
4803 before the keymap size is increased by a lot of define-key calls.
4805 2005-05-01 Richard M. Stallman <rms@gnu.org>
4807 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
4808 Rename ARG to ELEMENT. Doc fix.
4810 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4812 * allout.el (allout-exposure): Remove macro and obsolete declaration.
4813 Remove references to allout-exposure/change to allout-new-exposure.
4815 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
4818 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
4819 (compiled-function-p, focus-frame, unfocus-frame):
4820 Remove aliases and obsolete declarations.
4821 Back out inadvertent changes from previous commit.
4823 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
4825 * files.el (require-final-newline): Make Custom tags consistent
4826 with mode-require-final-newline.
4827 (mode-require-final-newline): Doc fix.
4829 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
4831 * international/latexenc.el (latexenc-find-file-coding-system):
4832 Fix regular expressions.
4834 2005-05-01 David Kastrup <dak@gnu.org>
4836 * international/latexenc.el (latexenc-find-file-coding-system):
4837 Fix regular expressions.
4839 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
4841 * subr.el (string-to-int): Make obsolete.
4843 2005-04-30 Richard M. Stallman <rms@gnu.org>
4845 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
4847 * loadup.el: load jka-comp-hook.
4849 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
4850 (jka-compr-handler): Add autoload. `put' calls moved
4851 to jka-comp-hook.el.
4852 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
4853 (jka-compr-inhibit): Autoload.
4855 * jka-comp-hook.el: New file.
4856 Enable the mode by default.
4858 * files.el (backup-buffer-copy): Use copy-file instead
4859 of write-region, and put back the 'excl.
4861 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
4863 * progmodes/flymake.el (flymake-split-string)
4864 (flymake-split-string, flymake-log, flymake-pid-to-names)
4865 (flymake-reg-names, flymake-get-source-buffer-name)
4866 (flymake-unreg-names, flymake-add-line-err-info)
4867 (flymake-add-err-info): Clarify docstrings.
4868 (flymake-popup-menu, flymake-make-emacs-menu)
4869 (flymake-make-xemacs-menu): Add docstrings.
4870 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
4871 Set variables directly throughout.
4873 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
4875 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
4876 exists. Initialize cc-define-alist.
4877 (c-mode): Add cc-create-define-alist locally to after-save-hook.
4878 If there is no file (Macroexpansion) don't create an alist.
4880 2005-04-29 Sam Steingold <sds@gnu.org>
4882 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
4883 (cc-create-define-alist): Use it instead of the hard-coded string.
4885 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
4887 * international/mule-conf.el (file-coding-system-alist): Fix regexp
4890 2005-04-29 Lute Kamstra <lute@gnu.org>
4892 * emacs-lisp/generic.el: Improve commentary section.
4893 (define-generic-mode): Improve docstring.
4895 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
4897 * textmodes/org.el (many places): Change to quiet the byte compiler.
4898 (org-prefix-format-compiled): New variable.
4899 (org-compile-prefix-format): New function.
4900 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
4901 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
4902 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
4903 (org-get-entries-from-diary): Use `org-get-time-of-day' for
4904 consistency with entries from `org-mode' files.
4905 (org-get-time-of-day): Fix bug with partial matches early in a line.
4906 (org-non-link-chars): New constant.
4907 (org-link-regexp): Respect `org-non-link-chars'.
4908 (org-agenda-day-view): Remove command.
4909 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
4910 (org-follow-bbdb-link, org-store-link): Search also company field.
4911 (org-highlight-overlay): New variable.
4912 (org-highlight, org-unhighlight): New functions.
4913 (org-agenda-mode): Add pre-command-hook to remove highlight.
4914 (org-evaluate-time-range): Behavior depends upon whether time stamp
4915 contains a time or not.
4916 (org-show-subtree, org-show-entry): New functions.
4917 (org-agenda-cleanup-fancy-diary): Remove empty lines.
4919 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
4921 * comint.el (comint-output-filter-functions): Add autoload cookie.
4923 2005-04-28 Kim F. Storm <storm@cua.dk>
4925 * ido.el (ido-everywhere): Fix last change.
4927 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
4929 * international/latexenc.el: New file.
4930 * international/mule-conf.el (file-coding-system-alist): For .tex,
4931 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
4933 2005-04-28 Lute Kamstra <lute@gnu.org>
4935 * font-lock.el (font-lock-add-keywords)
4936 (font-lock-remove-keywords): Clarify docstring.
4937 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
4938 Don't start docstrings with a `*'.
4939 (font-lock-update-removed-keyword-alist): Give it a docstring.
4941 * generic-x.el: Update commentary section.
4942 Only require font-lock when compiling.
4943 Define all modes conditionally.
4944 Place all generic modes in the generic-x-modes customization group.
4945 (generic-x-modes): New customization group.
4946 (generic-default-modes, generic-mswindows-modes)
4947 (generic-unix-modes, generic-other-modes): New constants.
4948 (generic-define-mswindows-modes, generic-define-unix-modes):
4949 Update docstrings. Make them obsolete.
4950 (generic-extras-enable-list): New default value. Update docstring.
4951 Improve :type. Change :set function.
4952 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
4955 * emacs-lisp/generic.el (generic-mode-internal):
4956 Simplify font-lock-defaults.
4957 (define-generic-mode): Fix docstring.
4959 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
4961 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
4962 font-lock-face property to highlight matches.
4964 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
4966 * progmodes/cc-mode.el (cc-create-define-alist): New function.
4967 (cc-define-alist): New variable.
4968 (c-mode): Make it local and initialize it.
4970 * progmodes/gdb-ui.el (gdb-active-process): New variable.
4971 (gdb-exited): New function.
4972 (gdb-annotation-rules): Use it.
4973 (gdb-starting): Set gdb-active-process to t.
4974 (gdb-stopping): Amend doc string.
4975 (gdb-reset): Set gdb-active-process to nil.
4977 * tooltip.el (tooltip-gud-tips): Show the associated #define
4978 directives when a C program under GDB is not executing.
4980 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
4982 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
4983 font-lock-fontify-syntactic-keywords.
4985 * font-lock.el (font-lock-default-fontify-region): Don't force
4986 parse-sexp-lookup-properties to nil.
4988 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
4990 * man.el (man-mode-syntax-table): Set up `:' to have
4991 word-constituent syntax.
4993 2005-04-27 Lute Kamstra <lute@gnu.org>
4995 * novice.el (disable-command): Don't add spurious newlines to the
4996 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
4998 2005-04-26 Jay Belanger <belanger@truman.edu>
5000 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
5001 than one window before deleting window.
5003 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
5005 * shell.el (shell-prompt-pattern): Doc fix.
5006 (shell-mode): Set paragraph-separate buffer locally to "\\'".
5008 * comint.el (comint-prompt-regexp, comint-get-old-input)
5009 (comint-use-prompt-regexp)
5010 (comint-use-prompt-regexp-instead-of-fields)
5011 (comint-replace-by-expanded-history, comint-send-input)
5012 (comint-output-filter, comint-get-old-input-default)
5013 (comint-line-beginning-position, comint-bol, comint-show-output)
5014 (comint-backward-matching-input, comint-forward-matching-input)
5015 (comint-next-prompt, comint-previous-prompt):
5016 Rename `comint-use-prompt-regexp-instead-of-fields' to
5017 `comint-use-prompt-regexp'. Keep old name as alias and declare
5019 (comint-use-prompt-regexp): Shorten first line of doc string.
5021 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
5022 Set paragraph-separate buffer locally to "\\'".
5024 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
5025 Adapt to above name change.
5027 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
5028 (smbclient-prompt-regexp): Ditto.
5030 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
5032 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
5034 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
5036 Break lines that are over 80 characters wide.
5038 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
5040 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
5041 New fun and var, to preserve compatibility.
5043 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
5045 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
5047 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
5048 name to file-newer-than-file-p.
5050 2005-04-26 Richard M. Stallman <rms@gnu.org>
5052 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
5054 * progmodes/python.el (python-mode):
5055 Use new name eldoc-documentation-function.
5057 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
5059 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
5060 (eldoc-documentation-function):
5061 Rename from eldoc-print-current-symbol-info-function. Calls changed.
5063 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
5065 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
5067 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5069 * term/xterm.el (function-key-map): Fix strings for
5070 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
5071 {C,S,A,C-S}-{f1-f12}.
5073 2005-04-26 Kenichi Handa <handa@m17n.org>
5075 * international/mule-cmds.el (select-safe-coding-system):
5076 Fix previous change.
5078 2005-04-26 Lute Kamstra <lute@gnu.org>
5080 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
5082 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
5083 (font-lock-comment-delimiter-face): Ditto.
5085 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
5087 2005-04-25 Jay Belanger <belanger@truman.edu>
5089 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
5090 to t while inserting information; use help-mode.
5092 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
5094 * term.el (ansi-term-color-vector): Use the xterm colors.
5095 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
5097 2005-04-25 Lute Kamstra <lute@gnu.org>
5099 * font-core.el (font-lock-defaults): Fix docstring.
5101 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
5103 2005-04-25 Kenichi Handa <handa@m17n.org>
5105 * international/mule-cmds.el (select-safe-coding-system):
5106 Don't check consistency with coding: spec, etc if raw-text or
5107 no-conversion was found to be safe.
5109 2005-04-24 Richard M. Stallman <rms@gnu.org>
5111 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
5112 citation markers at start of each line.
5114 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
5115 citation markers at start of each line.
5117 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
5119 * files.el (mode-require-final-newline): Fix previous change.
5120 (require-final-newline): Fix type label.
5122 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
5124 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
5125 statement in buffer (broken by 2004-11-24 change).
5127 2005-04-24 Kim F. Storm <storm@cua.dk>
5129 * ido.el (ido-everywhere): Save and restore old read-buffer-function
5130 and read-file-name-function values. Don't overwrite existing
5131 non-nil values if ido-mode is enabled without ido-everywhere.
5133 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
5135 * files.el (mode-require-final-newline): Minor doc fix.
5137 2005-04-24 Eli Zaretskii <eliz@gnu.org>
5139 * subr.el (syntax-after): Doc fix.
5140 (syntax-class): If argument is nil, return nil. Mask off upper 16
5143 * files.el (mode-require-final-newline): Doc fix.
5144 (backup-buffer-copy): Fix last change.
5146 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5148 * term/mac-win.el: Require select. Set selection-coding-system to
5149 mac-system-coding-system. Call menu-bar-enable-clipboard.
5150 (x-last-selected-text-clipboard, x-last-selected-text-primary)
5151 (x-select-enable-clipboard): New variables.
5152 (x-select-text, x-get-selection, x-selection-value)
5153 (x-get-selection-value, mac-select-convert-to-string)
5154 (mac-services-open-file, mac-services-open-selection)
5155 (mac-services-insert-text): New functions.
5156 (CLIPBOARD, FIND): Put mac-scrap-name property.
5157 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
5158 (public.tiff): Put mac-ostype property.
5159 (selection-converter-alist): Add entries for them.
5160 (mac-application-menu-map): New keymap.
5161 (interprogram-cut-function, interprogram-paste-function): Set to
5162 x-select-text and x-get-selection-value, respectively.
5163 (split-window-keep-point): Set to t.
5165 2005-04-23 Richard M. Stallman <rms@gnu.org>
5167 * files.el (read-directory-name): Always pass non-nil
5168 DEFAULT-FILENAME arg to read-file-name.
5169 (backup-buffer-copy, basic-save-buffer-2): Take care against
5170 writing thru an unexpected existing symlink.
5171 (revert-buffer): In indirect buffer, revert the base buffer.
5172 (magic-mode-alist): Doc fix.
5173 (buffer-stale-function): Doc fix.
5174 (minibuffer-with-setup-hook): Avoid warning.
5175 (mode-require-final-newline): Doc and custom fix.
5177 * follow.el (follow-end-of-buffer): Use with-no-warnings.
5179 * font-lock.el (font-lock-comment-face): On terminals with few colors,
5180 use the default appearance.
5181 (font-lock-comment-delimiter-face): New face, new variable.
5183 * imenu.el (imenu--generic-function): The official position of a
5184 definition is the start of the line that BEG is in.
5186 * midnight.el (midnight-timer): Move defvar up.
5188 * mouse.el (mouse-drag-region-1): Delete some debugging code.
5190 * saveplace.el (save-place-to-alist): Use with-no-warnings.
5192 * startup.el (command-line): Use with-no-warnings.
5194 * window.el (window-size-fixed): New defvar.
5196 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
5198 * mail/rmail.el (rmail-font-lock-keywords):
5199 Use font-lock-comment-delimiter-face.
5201 * mail/sendmail.el (mail-font-lock-keywords):
5202 Use font-lock-comment-delimiter-face.
5204 * progmodes/compile.el (next-error-highlight-timer): New defvar.
5206 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
5208 * progmodes/compile.el (compilation-mode-font-lock-keywords):
5209 Specify t for LAXMATCH when matching directories.
5210 Save match data around compilation-compat-error-properties form.
5212 2005-04-23 David Kastrup <dak@gnu.org>
5214 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
5215 Mention that the autoloaded aliases should be kept for AUCTeX.
5217 2005-04-23 Andreas Schwab <schwab@suse.de>
5219 * isearch.el (isearch-forward): Doc fix.
5221 2005-04-23 Eli Zaretskii <eliz@gnu.org>
5223 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
5224 (jit-lock-stealth-nice): Change default value to 0.5.
5226 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
5228 * abbrev.el (write-abbrev-file): Write table entries in
5229 alphabetical order by table name.
5231 2005-04-22 Kim F. Storm <storm@cua.dk>
5233 * ido.el (ido-read-internal): Fix `list' completion.
5235 2005-04-22 Kenichi Handa <handa@m17n.org>
5237 * recentf.el (recentf-save-file-coding-system): New variable.
5238 (recentf-save-list): Encode the file by
5239 recentf-save-file-coding-system and add coding: tag.
5241 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
5243 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
5245 2005-04-21 Lute Kamstra <lute@gnu.org>
5247 * loadhist.el (unload-feature): Don't remove a function from hooks
5248 if it is about to be restored to an autoload . Remove functions
5249 that will become unbound from auto-mode-alist. Simplify the code.
5251 * subr.el (assq-delete-all): New implementation that is linear,
5252 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
5253 (rassq-delete-all): New function.
5255 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5256 Add size-indication-mode.
5258 2005-04-21 Kenichi Handa <handa@m17n.org>
5260 * international/mule-cmds.el: Add autoload for widget-value in
5263 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
5265 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
5268 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
5270 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
5272 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
5273 (inferior-lisp-filter-regexp, inferior-lisp-program)
5274 (inferior-lisp-load-command, inferior-lisp-prompt)
5275 (inferior-lisp-mode-hook, lisp-source-modes)
5276 (inferior-lisp-load-hook): defvar->defcustom.
5277 (inferior-lisp-program, inferior-lisp-prompt)
5278 (inferior-lisp-load-hook): Doc fixes.
5279 (inferior-lisp-install-letter-bindings): Small change in
5280 introductory comment.
5282 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
5284 * vc.el (vc-annotate-color-map): Change some colors so that text
5285 using them as foreground is readable on both white and black
5288 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
5290 * international/mule-conf.el (translation-table-for-input):
5291 Remove redundant declaration.
5293 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5295 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
5297 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
5298 (tooltip-toggle-gud-tips): New function.
5300 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5302 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
5303 right angle brackets.
5305 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
5307 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
5309 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
5311 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
5312 Remove. Update callers to use expand-file-name instead.
5314 * subr.el (syntax-class): New function.
5316 * simple.el (blink-matching-open): Use it.
5318 * paren.el (show-paren-function): Use it to recognize parens that are
5319 also used in 2-char comment markers.
5321 2005-04-19 Lute Kamstra <lute@gnu.org>
5323 * loadhist.el (unload-feature): Update for new format of
5324 load-history. Simplify the code.
5326 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5328 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
5329 (mac-add-charset-info): New function. Initialize variable
5330 mac-charset-info-alist using it.
5331 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
5333 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
5334 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
5335 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
5338 2005-04-19 Kim F. Storm <storm@cua.dk>
5340 * simple.el (next-buffer, prev-buffer, next-error)
5341 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5342 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
5344 * bindings.el (next-buffer, prev-buffer, next-error)
5345 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
5346 (clone-indirect-buffer-other-window): Move bindings from simple.el.
5347 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
5348 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
5350 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
5352 * isearch.el (isearch-edit-string): Make the search-ring available for
5353 minibuffer history commands.
5354 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
5355 the default history commands now work just as well.
5356 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
5358 2005-04-18 Kim F. Storm <storm@cua.dk>
5360 * emulation/cua-base.el (cua--pre-command-handler): Add more
5361 elaborate check for shift modifier on non-window systems.
5363 2005-04-18 Lars Hansen <larsh@math.ku.dk>
5365 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
5367 2005-04-18 Kim F. Storm <storm@cua.dk>
5369 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
5370 and make it optional. Don't test tooltip-gud-echo-area here.
5371 (tooltip-gud-process-output, gdb-tooltip-print):
5372 Pass tooltip-gud-echo-area to tooltip-show.
5373 (tooltip-help-tips): Remove second optional arg to tooltip-show.
5375 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5377 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
5378 `display-graphic-p' may not be bound yet.
5380 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
5382 * startup.el (command-line): No longer enable Xterm Mouse mode by
5383 default in terminals compatible with xterm.
5385 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
5387 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
5389 * tooltip.el (tooltip-gud-echo-area): Rename from
5390 tooltip-use-echo-area.
5391 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
5392 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
5393 area independently of where help tooltips are displayed.
5395 2005-04-17 David Kastrup <dak@gnu.org>
5397 * cus-theme.el (custom-theme-write-variables): Quote variables
5400 2005-04-17 Richard M. Stallman <rms@gnu.org>
5402 * simple.el (yank-excluded-properties): Add follow-link to value.
5404 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
5406 * startup.el (fancy-splash-max-time): Just 30 seconds.
5407 (fancy-splash-delay): Just 7.
5408 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
5410 * loadhist.el (unload-feature): Update for new format of load-history.
5413 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
5414 (rmail-font-lock-keywords): Don't fontify the text of a citation.
5416 * mail/sendmail.el (mail-font-lock-keywords):
5417 Don't fontify subject text.
5418 Don't fontify the text of a citation.
5420 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
5422 * comint.el (comint-output-filter): Run comint-output-filter-functions
5423 with point where the user had it.
5425 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
5427 * international/ucs-tables.el (ucs-set-table-for-input):
5428 Disable when using unify-on-decoding.
5430 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
5432 * emulation/cua-base.el (cua-global-mark-face): Add special case
5433 for displays supporting a high number of colors.
5435 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
5437 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
5439 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
5441 * filesets.el (filesets-add-buffer): If user supplies a name of a
5442 non-existing fileset, create a new fileset.
5444 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
5446 * textmodes/org.el (org-up-heading-all): Fix bug with
5447 `outline-up-heading-all'.
5449 2005-04-16 Andreas Schwab <schwab@suse.de>
5451 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
5452 /etc/permissions.d/* and /etc/aliases.d/*.
5454 2005-04-16 Kenichi Handa <handa@m17n.org>
5456 * international/code-pages.el (cp-make-coding-system):
5457 Set `translation-table-for-input' property value to the symbol
5458 ucs-mule-to-mule-unicode, not to that value.
5459 (pt154): Escape guillemet by `\'.
5461 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
5463 * loadup.el: Load tooltip if x-show-tip is fboundp.
5465 * startup.el (command-line): Add comment.
5467 * tooltip.el (tooltip-mode): Specify correct standard value for
5468 Custom in init-value.
5470 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
5472 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
5475 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
5477 * textmodes/org.el (org-agenda-date-prompt): Rename from
5478 `org-agenda-date-today'.
5479 (org-evaluate-time-range): Insert at point instead of directly
5481 (org-first-headline-recenter, org-subtree-end-visible-p)
5482 (org-optimize-window-after-visibility-change): New functions
5483 (org-agenda-post-command-hook): Don't allow point at end of line,
5484 to make sure it always hits the text properties.
5485 (org-agenda-next-date-line, org-agenda-previous-date-line):
5487 (org-set-regexps-and-options): Category may contain white space.
5488 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5489 Improve marker positions.
5490 (org-agenda-new-marker): Argument POS made optional.
5491 (org-agenda-get-timestamps): Deadlines which are done are listed
5492 in org-done-face now.
5493 (org-agenda-get-todos, org-agenda-get-timestamps)
5494 (org-agenda-get-deadlines, org-agenda-get-scheduled):
5495 Set `undone-face' and `done-face' properties.
5496 (org-last-todo-state-is-todo): New variable.
5497 (org-todo): Set `org-last-todo-state-is-todo'.
5498 (org-agenda-todo): Change face according to
5499 `org-last-todo-state-is-todo'. And change other lines referring to
5501 (org-calendar-goto-agenda): New command.
5502 (org-calendar-to-agenda-key): New option.
5503 (org-startup-folded): New allowed value `content'.
5504 (org-set-regexps-and-options): Accept new value `content' for
5505 `org-startup-folded'.
5506 (org-get-current-options): Handle new value `content' for
5507 `org-startup-folded'.
5508 (org-insert-todo-heading): New command.
5509 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
5510 interactively in empty file and option
5511 `org-insert-mode-line-in-empty-file' has been set.
5512 (org-agenda-todo,org-agenda-priority): Modify to use
5513 `org-agenda-change-all-lines'.
5514 (org-warning-face): Change color on dark background
5516 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5518 * international/mule-cmds.el (set-locale-environment): On Mac OS,
5519 use preferences AppleLocale and AppleLanguages, and variable
5520 mac-system-locale for default locale. On Mac OS Classic, use
5521 mac-system-coding-system for default coding systems.
5523 * term/mac-win.el: Don't set file-name-coding-system.
5524 Decode variables system-name, emacs-build-system, user-login-name, and
5525 user-full-name by mac-system-coding-system on Mac OS Classic.
5526 (mac-system-coding-system): New variable.
5528 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
5530 * startup.el (command-line): Handle `xterm-mouse-mode' before
5533 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
5535 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
5537 * progmodes/sh-script.el (sh-here-document-word): Make it a
5539 (sh-add): Bash uses $(( )) for arithmetic.
5540 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
5541 (sh-maybe-here-document): Remove quotes and leading whitespace
5542 from heredoc word when closing. Indent heredoc with tabs if word
5545 2005-04-13 Richard M. Stallman <rms@gnu.org>
5547 * simple.el (undo): Fix previous change.
5549 * custom.el (defface): Doc fix.
5551 2005-04-13 Lute Kamstra <lute@gnu.org>
5553 * Makefile.in (DONTCOMPILE): Remove list.
5554 (compile, compile-always): Don't use DONTCOMPILE.
5555 (update-authors): Load the library in which batch-update-authors
5557 * makefile.w32-in (DONTCOMPILE): Remove list.
5558 (compile, compile-always): Fix comments.
5559 (update-authors): Load the library in which batch-update-authors
5562 * generic-x.el (generic-mode-ini-file-find-file-hook):
5563 Rename to ini-generic-mode-find-file-hook.
5564 Keep generic-mode-ini-file-find-file-hook as an alias.
5565 (ini-generic-mode-find-file-hook): Rename from
5566 generic-mode-ini-file-find-file-hook. Fix docstring.
5567 (ini-generic-mode): Docstring change.
5568 (bat-generic-mode-run-as-comint): Silence the byte compiler.
5570 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
5573 * generic.el: Move to the emacs-lisp subdir.
5575 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
5577 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
5578 and C-S- function and cursor motion keys.
5580 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
5582 * startup.el (command-line): Enable Xterm Mouse mode by default.
5583 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
5584 for Custom. No longer show "Mouse" in mode line when enabled.
5587 2005-04-12 Kim F. Storm <storm@cua.dk>
5589 * emulation/cua-base.el (cua-rectangle-face)
5590 (cua-rectangle-noselect-face): Define face attributes here.
5592 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
5594 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5596 * startup.el (command-line): Turn off blinking cursor if
5597 cursorBlink in resources is off or false.
5599 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5601 * term/mac-win.el (dnd): Require dnd.
5602 (mac-drag-n-drop): Call dnd-handle-one-url.
5603 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
5604 (kTextEncodingISOLatin2): Remove constants.
5605 (mac-script-code-coding-systems): New constant.
5606 (mac-handle-language-change): New function.
5607 (special-event-map): Bind it to `language-change' event.
5608 (mac-centraleurroman, mac-cyrillic): New coding systems.
5609 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
5610 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
5611 and mac-cyrillic-encoder to encode-mac-centraleurroman and
5612 encode-mac-cyrillic, respectively.
5614 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5616 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
5617 Don't set overlay-arrow-string to "=>" as this is done
5620 2005-04-12 Lute Kamstra <lute@gnu.org>
5622 * generic-x.el (rc-generic-mode, rul-generic-mode):
5623 Fix auto-mode-alist entries.
5624 (etc-fstab-generic-mode): Tweak fontification.
5626 * generic.el (generic-make-keywords-list): Fix docstring.
5627 (generic-mode-internal): Simplify generic-font-lock-keywords.
5629 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5631 * whitespace.el (whitespace-buffer-leading)
5632 (whitespace-buffer-trailing): Revert the incorrect test inversion.
5633 However, fix the highlight area for the leading and
5634 trailing whitespaces to show space.
5636 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
5638 * whitespace.el (whitespace-version): Bump to 3.5
5640 (whitespace-buffer-leading, whitespace-buffer-trailing):
5641 Invert sense of the test to highlight the whitespace.
5643 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5645 * progmodes/gud.el (gud-display-line): GUD uses its own
5646 overlay arrow now so don't set overlay-arrow-string.
5647 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
5649 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
5651 * term.el (term-ansi-current-bold, term-ansi-current-underline)
5652 (term-ansi-current-reverse, term-ansi-current-invisible)
5653 (term-ansi-face-already-done): Change to boolean.
5654 (term-reset-terminal, term-handle-colors-array): Handle the above
5656 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
5657 (term-emulate-terminal): Use the new name.
5659 * faces.el (secondary-selection): Use yellow1, not yellow.
5660 (trailing-whitespace): Use red1, not red.
5662 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
5664 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
5665 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
5666 (dired-dnd-handle-file): Call dnd-get-local-file-uri
5668 * cus-edit.el (dnd): New group.
5670 * term/w32-win.el (dnd): Require dnd
5671 (w32-drag-n-drop): Call dnd-handle-one-url.
5673 * x-dnd.el: Require dnd.
5674 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
5675 Call dnd-handle-one-url.
5676 (x-dnd-types-alist, x-dnd-insert-utf8-text)
5677 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
5679 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
5680 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
5681 (x-dnd-get-local-file-name, x-dnd-open-local-file)
5682 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
5684 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
5686 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5688 * wdired.el: Doc fixes.
5689 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
5690 (wdired-use-dired-vertical-movement): Rename from
5691 wdired-always-move-to-filename-beginning.
5692 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
5693 (wdired-change-to-wdired-mode): Change mode name.
5694 (wdired-newline): Delete.
5696 2005-04-11 Richard M. Stallman <rms@gnu.org>
5698 * whitespace.el (whitespace-highlight-the-space):
5699 Don't call whitespace-unhighlight-the-space here.
5701 * simple.el (undo): Record t in undo-equiv-table
5702 for the redo record made by an undo-in-region.
5704 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
5706 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
5707 (gdb-frame-inferior-io-buffer): New Functions to control
5708 display of separate IO buffer.
5709 (menu): Add them to menu-bar.
5710 (gdb-display-buffer): Check for buffer another frame.
5712 (gdb-setup-windows): Create IO buffer if not already there.
5713 (gdb-memory-mode): Remove purecopy noops.
5715 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
5717 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
5718 and pass to self-insert-command.
5720 2005-04-11 Lute Kamstra <lute@gnu.org>
5722 * generic.el: Commentary section cleanup.
5724 (generic-use-find-file-hook, generic-lines-to-scan)
5725 (generic-find-file-regexp, generic-ignore-files-regexp)
5726 (default-generic-mode, generic-mode-find-file-hook)
5727 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
5728 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
5729 (generic-use-find-file-hook, generic-lines-to-scan)
5730 (generic-find-file-regexp, generic-ignore-files-regexp)
5731 (default-generic-mode, generic-mode-find-file-hook)
5732 (generic-mode-ini-file-find-file-hook): Move from generic.el.
5734 2005-04-10 Karl Fogel <kfogel@red-bean.com>
5736 * bookmark.el (bookmark-write-file): Catch errors writing file.
5737 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
5739 2005-04-10 Richard M. Stallman <rms@gnu.org>
5741 * startup.el (fancy-splash-tail): Update copyright year.
5742 (command-line): Split part of -Q into -D.
5743 (emacs-basic-display): New defvar.
5744 (fancy-splash-text): Correct name of menu item.
5746 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
5748 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
5751 * comint.el (comint-send-input): New arg ARTIFICIAL.
5752 Callers in this file changed.
5754 * abbrev.el (define-abbrevs): Read system abbrevs properly.
5756 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
5758 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
5760 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
5761 `ldap-search-internal'.
5763 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5765 * files.el (set-auto-mode-1): Use line-end-position.
5767 * international/latin-1.el:
5768 * international/latin-2.el:
5769 * international/latin-3.el:
5770 * international/latin-4.el:
5771 * international/latin-5.el:
5772 * international/latin-8.el:
5773 * international/latin-9.el: Give punctuation syntax to NBSP.
5775 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
5776 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
5777 Use char-classes to accept non-ascii letters, accepted in some recent
5778 bibtex implementations.
5780 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
5782 * custom.el (custom-set-minor-mode): Any non-nil value for the
5783 variable should enable the mode when set through Custom.
5785 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
5787 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
5788 TAB binding so tab-always-indent is obeyed.
5789 (vhdl-minibuffer-local-map): Move initialization into declaration.
5790 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
5791 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
5792 (vhdl-hooked-abbrev): Avoid test for XEmacs.
5793 (vhdl-current-line): Use line-beginning-position.
5794 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
5795 with-output-to-temp-buffer, so the current position can be recorded.
5797 2005-04-10 Masatake YAMATO <jet@gyve.org>
5799 * progmodes/compile.el (compilation-error-regexp-alist-alist):
5800 Add regexp for gcov.
5802 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
5804 * calendar/time-date.el (time-to-seconds, seconds-to-time)
5805 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
5806 syntax which Emacs 20 doesn't support.
5808 2005-04-09 Richard M. Stallman <rms@gnu.org>
5810 * help.el (describe-key-briefly, describe-key):
5811 Replace strings as event types with "(any string)".
5813 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
5815 * arc-mode.el (archive-mode-map): Move initialization into
5816 the declaration. Override *all* bindings of `undo'.
5817 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
5819 2005-04-09 Jay Belanger <belanger@truman.edu>
5821 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
5823 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
5825 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
5826 (xterm-register-default-colors): Update color values computation
5829 2005-04-09 Kenichi Handa <handa@m17n.org>
5831 * international/code-pages.el (iso-latin-7): Fix the map.
5833 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
5835 * emacs-lisp/lisp.el (defun-prompt-regexp)
5836 (parens-require-spaces, buffer-end, end-of-defun)
5837 (insert-parentheses): Doc fixes.
5839 2005-04-08 Kim F. Storm <storm@cua.dk>
5841 * comint.el (comint-highlight-prompt): Fix face spec.
5842 * hi-lock.el (hi-green): Likewise.
5844 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5846 * cus-edit.el (custom-modified-face):
5847 * comint.el (comint-highlight-input): Fix previous changes.
5848 * term.el (term-handle-ansi-escape): Add a comment.
5850 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
5852 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
5853 in the buffer and in whitespace-highlighted-space.
5854 (whitespace-unhighlight-the-space): Simplify.
5855 (whitespace-buffer): Simplify.
5857 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
5859 * textmodes/table.el (table-cell-face): Add special case for
5860 displays supporting a high number of colors.
5861 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
5862 (vhdl-font-lock-reserved-words-face)
5863 (vhdl-speedbar-architecture-face)
5864 (vhdl-speedbar-instantiation-face)
5865 (vhdl-speedbar-architecture-selected-face)
5866 (vhdl-speedbar-instantiation-selected-face): Likewise.
5867 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
5868 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
5869 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
5870 (ebrowse-root-class-face, ebrowse-member-attribute-face)
5871 (ebrowse-progress-face): Likewise.
5872 * progmodes/compile.el (compilation-info-face): Likewise.
5873 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
5874 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
5875 * calendar/calendar.el (diary-face): Likewise.
5876 * woman.el (woman-italic-face, woman-bold-face)
5877 (woman-unknown-face): Likewise.
5878 * wid-edit.el (widget-button-pressed-face): Likewise.
5879 * whitespace.el (whitespace-highlight-face): Likewise.
5880 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
5881 * pcvs-info.el (cvs-marked-face): Likewise.
5882 * info.el (info-xref): Likewise.
5883 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
5884 * hilit-chg.el (highlight-changes-face)
5885 (highlight-changes-delete-face): Likewise.
5886 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
5887 (hi-red-b): Likewise.
5888 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
5889 * font-lock.el (font-lock-keyword-face)
5890 (font-lock-function-name-face, font-lock-warning-face): Likewise.
5891 * cus-edit.el (custom-invalid-face, custom-modified-face)
5892 (custom-set-face, custom-changed-face, custom-variable-tag-face)
5893 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
5894 * comint.el (comint-highlight-prompt): Likewise.
5896 2005-04-08 Lute Kamstra <lute@gnu.org>
5898 * font-lock.el (font-lock-keywords): Docstring fixes.
5900 2005-04-08 Kenichi Handa <handa@m17n.org>
5902 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
5903 chars are more than a limit, print " and more..." at the tail.
5905 2005-04-08 Kim F. Storm <storm@cua.dk>
5907 * emacs-lisp/authors.el (authors-aliases): Update list.
5908 (authors-ignored-files): New list.
5909 (authors-fixed-entries): Fix typo.
5910 (authors-renamed-files-alist): Update list.
5911 (authors-add): Check authors-ignored-files.
5913 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
5915 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
5916 optional, to ensure backward compatibility.
5918 2005-04-08 Stephen Eglen <stephen@gnu.org>
5920 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
5922 2005-04-08 Kim F. Storm <storm@cua.dk>
5924 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
5926 * mouse.el (mouse-on-link-p): Doc fix.
5928 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
5930 * ielm.el (ielm-prompt-read-only): Doc fix.
5932 * comint.el (comint-prompt-read-only): Doc fix.
5934 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
5936 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
5937 ensure dired always handles wildcards passed to ffap.
5938 (find-file-at-point): Use it.
5939 (ffap-dired-wildcards): Doc fix.
5941 2005-04-07 Juri Linkov <juri@jurta.org>
5943 * simple.el (next-error-overlay-arrow-position): New defvar.
5944 Put "=>" on its property `overlay-arrow-string'. Add it to
5945 `overlay-arrow-variable-list'.
5947 * progmodes/compile.el (compilation-setup):
5948 Set `next-error-overlay-arrow-position' to nil. Also set it to
5949 nil in the local hook `kill-buffer-hook'. Make local variable
5950 `overlay-arrow-string' and set it to "=>".
5951 (compilation-goto-locus): Set BOL position to
5952 `next-error-overlay-arrow-position' instead of
5953 `overlay-arrow-position'.
5955 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
5956 locally instead of adding it to the global hook.
5957 (Info-kill-buffer): Move up.
5959 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
5961 * term/xterm.el (xterm-standard-colors): Update color values from
5964 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
5966 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
5969 * lazy-lock.el: Move them to the obsolete subdir.
5971 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
5973 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
5974 (wdired-add-replace-advice): Remove.
5975 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
5977 2005-04-06 Kim F. Storm <storm@cua.dk>
5979 * startup.el (command-line): Add --bare-bones alias for -Q.
5981 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
5983 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
5984 create the startup fontset if a font specification ends with
5987 2005-04-06 Lute Kamstra <lute@gnu.org>
5989 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
5992 * emacs-lisp/copyright.el (copyright-update-year): Replace the
5993 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
5995 2005-04-05 Lute Kamstra <lute@gnu.org>
5997 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
5998 (define-generic-mode): Ditto. Fix debug declaration.
6000 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
6001 Put them in the generic-x group.
6003 * calendar/timeclock.el (timeclock): Doc fix.
6005 * generic.el (define-generic-mode): Don't use custom-current-group.
6006 Document default :group value.
6007 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
6008 (define-global-minor-mode): Don't use custom-current-group.
6010 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
6012 * startup.el (command-line-1): Display startup-echo-area-message
6013 when fancy splash screen is in use.
6015 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
6016 (sh-escaped-newline): New face.
6017 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
6018 newline, and use sh-escaped-newline face.
6020 * progmodes/tcl.el (tcl-escaped-newline): New face.
6021 (tcl-builtin-list): New variable.
6022 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
6023 newlines. Fix keywords subexpression number.
6025 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
6027 * textmodes/org.el (org-diary-default-entry): Fix call to
6028 `add-to-diary-entry'.
6030 2005-04-05 Kim F. Storm <storm@cua.dk>
6032 * ediff-init.el: Use (featurep 'xemacs).
6034 2005-04-05 David Ponce <david@dponce.com>
6036 * cus-edit.el (face): Derive from symbol widget. Display sample
6037 of the current face on the fly.
6038 (widget-face-sample-face-get, widget-face-notify): New functions.
6039 (widget-face-value-create): Remove.
6041 * wid-edit.el (widget-field-end): Temporarily remove field
6042 narrowing before to call `get-char-property'.
6044 2005-04-04 Jay Belanger <belanger@truman.edu>
6046 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
6047 (math-read-subscripts): New variable.
6048 (math-read-preprocess-string): Process subscripts.
6050 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
6052 * comint.el (comint-prompt-read-only): Doc fix.
6054 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
6057 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
6059 * textmodes/org.el (org-insert-mode-line-in-empty-file):
6060 Change default value to nil.
6062 2005-04-04 Lute Kamstra <lute@gnu.org>
6064 * autorevert.el (auto-revert-mode): Specify :group.
6065 * battery.el (display-battery-mode): Specify :group.
6066 * diff-mode.el (diff-minor-mode): Specify :group.
6067 * font-core.el (font-lock-mode): Specify :group.
6068 * hl-line.el (hl-line-mode): Specify :group.
6069 * iimage.el (iimage): New customization group.
6070 (iimage-mode): Specify :group.
6071 * longlines.el (longlines-mode): Specify :group.
6072 * master.el: Don't require easy-mmode.
6073 (master): New customization group.
6074 (master-mode): Specify :group.
6075 * msb.el (msb-mode): Specify :group.
6076 * reveal.el (reveal-mode): Specify :group.
6077 * simple.el (next-error-follow-minor-mode): Specify :group.
6078 * smerge-mode.el (smerge-mode): Specify :group.
6079 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
6080 * emulation/cua-base.el (cua-mode): Specify :group.
6081 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
6082 * language/thai-util.el (thai-auto-composition-mode)
6083 (thai-word-mode): Specify :group.
6084 * mail/supercite.el (sc-minor-mode): Specify :group.
6085 * progmodes/cwarn.el (cwarn-mode): Specify :group.
6086 * progmodes/flymake.el (flymake-mode): Specify :group.
6087 * progmodes/glasses.el (glasses-mode): Specify :group.
6088 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
6089 * textmodes/enriched.el (enriched-mode): Specify :group.
6090 * textmodes/refill.el (refill-mode): Specify :group.
6092 * add-log.el (change-log-font-lock-keywords): Names in
6093 parenthesized lists can contain spaces.
6095 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
6097 * startup.el (fancy-splash-text): Shorten default text of
6098 "Emacs Tutorial" line. Also, if the current language env
6099 indicates an available tutorial file other than TUTORIAL,
6100 extract its title and append it to the line in parentheses.
6101 (fancy-splash-insert): If arg is a thunk, funcall it.
6103 2005-04-04 Jay Belanger <belanger@truman.edu>
6105 * calc.el (calc-language-alist): Add tags to customization type.
6107 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
6109 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
6112 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
6114 * add-log.el (change-log-font-lock-keywords): The manual
6115 describing a Change Log entry, says: (...) "Aside from these
6116 header lines, every line in the change log starts with a space or
6117 a tab.". The font-lock was not highlighting lines started with
6118 spaces, added support for it.
6120 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6122 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
6123 (bibtex-generate-url-list): Update docstring accordingly. Put the
6124 complex example in the docstring.
6125 (bibtex-font-lock-url): Use pop.
6127 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
6129 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
6131 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
6133 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
6135 * filesets.el (filesets-set-default): Doc fix.
6137 2005-04-03 Lute Kamstra <lute@gnu.org>
6139 * generic.el (define-generic-mode): Add argument to specify
6140 keywords for defcustom.
6141 (default-generic-mode): Specify :group.
6143 * generic-x.el: Specify :group for all generic modes.
6145 * desktop.el (desktop-no-desktop-file-hook)
6146 (desktop-after-read-hook): Doc fix.
6148 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
6150 * simple.el (visible-mode): Use explicit :group keyword.
6151 This changes the group of `visible-mode-hook' from paren-blinking
6154 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
6156 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
6157 mailbox specifications as well as URLs.
6158 (rmail-insert-inbox-text): Remove unused conditional branches.
6160 2005-04-01 Jay Belanger <belanger@truman.edu>
6162 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
6163 (calc-gnuplot-print-command): Move definitions to calc.el.
6165 * calc/calc-embed.el (calc-embedded-announce-formula)
6166 (calc-embedded-open-formula, calc-embedded-close-formula)
6167 (calc-embedded-open-word, calc-embedded-close-word)
6168 (calc-embedded-open-plain, calc-embedded-close-plain)
6169 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
6170 (calc-embedded-open-mode, calc-embedded-close-mode):
6171 Move definitions to calc.el.
6173 * calc/calc.el (calc-settings-file, calc-language-alist):
6175 (calc-embedded-announce-formula, calc-embedded-open-formula)
6176 (calc-embedded-close-formula, calc-embedded-open-word)
6177 (calc-embedded-close-word, calc-embedded-open-plain)
6178 (calc-embedded-close-plain, calc-embedded-open-new-formula)
6179 (calc-embedded-close-new-formula, calc-embedded-open-mode)
6180 (calc-embedded-close-mode, calc-gnuplot-name)
6181 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
6182 from other files and make customizable.
6184 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
6186 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
6188 (cvs-mode-run): Don't call cvs-update-header here.
6189 (cvs-run-process): Call cvs-update-header.
6190 Use process properties for cvs-postprocess and cvs-buffer so that
6191 the sentinel can behave better if the temp buffer is killed.
6192 Use a pipe rather than a tty, to better handle unexpected prompts.
6193 (cvs-sentinel): Rewrite. Call cvs-update-header.
6195 2005-04-01 Andre Spiegel <spiegel@gnu.org>
6197 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
6198 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
6200 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
6202 * generic.el (define-generic-mode): Add indentation rule.
6204 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
6206 * files.el (mode-require-final-newline): Make Custom correctly
6207 report a nil value and allow to set it to nil via Custom.
6210 2005-04-01 Kenichi Handa <handa@m17n.org>
6212 * international/characters.el: Enable the correct case setting for
6213 dotless-i and dotted-I.
6215 2005-04-01 Kim F. Storm <storm@cua.dk>
6217 * ido.el (ido-file-internal): Fall back to non-ido command if
6218 initial directory is on slow ftp (or tramp) host.
6220 2005-03-31 Richard M. Stallman <rms@gnu.org>
6222 * emacs-lisp/autoload.el (make-autoload):
6223 Handle define-global-minor-mode.
6225 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
6226 Rename from easy-mmode-define-global-mode.
6227 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
6229 * progmodes/scheme.el (scheme-mode-syntax-table):
6230 Update syntax of | and # for two-character comment syntax.
6232 2005-03-31 Lute Kamstra <lute@gnu.org>
6234 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
6235 (define-minor-mode): Call custom-current-group at load-time.
6237 * generic.el (define-generic-mode): Add debug declaration.
6238 Add defcustom for the mode hook.
6239 (generic-mode-internal): Use run-mode-hooks.
6241 2005-03-31 Kim F. Storm <storm@cua.dk>
6243 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
6244 (mouse-fixup-help-message): New defun called by show_help_echo
6245 to fixup mouse-2 prefix in help messages when applicable.
6247 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
6249 2005-03-31 Kenichi Handa <handa@m17n.org>
6251 * language/thai-word.el (thai-find-word-ends): Pay attention to
6252 the case that we reach the end of buffer.
6254 * textmodes/fill.el (fill-text-properties-at): New function.
6255 (fill-newline): Use fill-text-properties-at instead of
6258 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6260 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
6261 not comint-quote-filename.
6263 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
6265 * help-fns.el (help-with-tutorial): Revert last change.
6267 2005-03-31 Kim F. Storm <storm@cua.dk>
6269 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
6271 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
6273 * calendar/cal-china.el: Update reference to "Calendrical
6274 Calculations" book; there's a new edition.
6275 * calendar/cal-coptic.el: Likewise.
6276 * calendar/cal-french.el: Likewise.
6277 * calendar/cal-hebrew.el: Likewise.
6278 * calendar/cal-islam.el: Likewise.
6279 * calendar/cal-iso.el: Likewise.
6280 * calendar/cal-julian.el: Likewise.
6281 * calendar/cal-mayan.el: Likewise.
6282 * calendar/cal-persia.el: Likewise.
6283 * calendar/calendar.el: Likewise.
6284 * calendar/holidays.el: Likewise.
6285 * calendar/lunar.el: Likewise.
6286 * calendar/solar.el: Likewise.
6288 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
6289 white space from doc string.
6291 2005-03-30 Jay Belanger <belanger@truman.edu>
6293 * calc/calc-help.el (calc-full-help): Remove email address.
6295 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
6297 * help-fns.el (help-with-tutorial): Delete title line.
6299 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
6301 * calendar/cal-x.el (calendar-one-frame-setup)
6302 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
6303 rather than 'symbol for set-window-dedicated-p.
6305 * calendar/appt.el (appt-buffer-name): Make it a constant.
6306 (appt-add): Doc fix.
6308 * filesets.el (filesets-menu-path, filesets-menu-before)
6309 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
6310 (filesets-menu-cache-file): Use directory ~/.emacs.d.
6311 (filesets-add-submenu): Delete and use add-submenu instead.
6313 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
6315 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
6316 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
6317 (org-diary-default-entry): New function.
6318 (org-get-entries-from-diary): Better parsing of diary entries.
6319 (org-agenda-check-no-diary): New function.
6320 ("diary-lib"): Advice to function `add-to-diary-list', to allow
6321 linking to diary entries.
6322 (org-agenda-execute-calendar-command): New function.
6323 (org-agenda): Improve visible section in window.
6324 Use `org-fit-agenda-window'.
6325 (org-fit-agenda-window): New option.
6326 (org-move-subtree-down): Better handling of empty lines
6328 (org-cycle): Numeric prefix is interpreted now as show-subtree N
6330 (org-fontify-done-headline): New option.
6331 (org-headline-done-face): New face.
6332 (org-set-font-lock-defaults): Use `org-headline-done-face'.
6333 (org-table-copy-down): Rename from `org-table-copy-from-above'.
6334 When current field is non-empty, it is copied to next row.
6335 (org-table-copy-from-above): Fix bug which made it
6336 impossible to copy fields containing only a single non-white character.
6338 2005-03-30 Kim F. Storm <storm@cua.dk>
6340 * kmacro.el (kmacro-end-macro): Isearch may store this command
6341 into the macro -- so ignore it when executing keyboard macro.
6343 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6345 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
6347 2005-03-29 Kenichi Handa <handa@m17n.org>
6349 * language/thai.el ("Thai"): Set setup-function and exit-function
6350 for Thai language environment.
6352 * language/thai-util.el: Require thai-word.
6353 (thai-word-mode-map): New variable.
6354 (thai-word-mode): New minor mode.
6355 (setup-thai-language-environment-internal): New function.
6356 (exit-thai-language-environment-internal): New function.
6358 * language/thai-word.el (thai-word-table): Declare it by defvar,
6359 use dolist to initialize it.
6360 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
6361 (thai-fill-find-break-point): New functions.
6363 2005-03-29 Richard M. Stallman <rms@gnu.org>
6365 * simple.el (idle-update-delay): Move definition up.
6366 (set-mark): Doc fix.
6368 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
6370 * longlines.el: New file.
6372 * simple.el (buffer-substring-filters): New variable.
6373 (filter-buffer-substring): New function.
6374 (kill-region, copy-region-as-kill): Use it.
6376 * register.el (copy-to-register, append-to-register)
6377 (prepend-to-register): Use filter-buffer-substring.
6379 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
6381 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
6382 (gud-filter-pending-text): Move in front of gdb.
6383 (gud-overlay-arrow-position): New variable.
6384 (gud-sentinel, gud-display-line): Use it in place of
6385 overlay-arrow-position.
6387 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
6389 * progmodes/fortran.el (fortran-if-indent): Doc fix.
6390 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
6391 (fortran-font-lock-keywords-4): New variable.
6392 (fortran-blocks-re, fortran-end-block-re)
6393 (fortran-start-block-re): New constants, for hideshow.
6394 (hs-special-modes-alist): Add a Fortran entry.
6395 (fortran-mode-map): Bind fortran-end-of-block,
6396 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
6397 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
6398 (fortran-looking-at-if-then, fortran-end-of-block)
6399 (fortran-beginning-of-block): New functions, for hideshow.
6401 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
6402 Doc fix. Tweak regexp.
6403 (f90-beginning-of-block): Push mark first.
6405 2005-03-29 Jay Belanger <belanger@truman.edu>
6407 * calc/calc.el: Update copyright date.
6408 (calc-version): Increase to 2.1.
6409 (calc-version-date): Remove.
6411 * calc/calc-help.el: Update copyright date.
6412 (calc-full-help): Remove reference to calc-version-date.
6413 Update copyright date.
6415 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6417 * vc.el (vc-do-command): Use a pipe for async processes, so password
6418 prompts don't show up at places where the user can't reply.
6420 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
6422 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
6423 on the file name we pass to the inferior shell.
6425 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
6427 * progmodes/which-func.el (which-function): Be robust in the face of an
6428 imenu--make-index-alist failure.
6430 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
6432 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
6434 * progmodes/python.el (python-preoutput-filter): Fix last change.
6436 2005-03-29 Lute Kamstra <lute@gnu.org>
6438 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
6439 functions and compiled macros.
6440 (debug-convert-byte-code): Handle macros too.
6441 (debug-on-entry-1): Don't signal an error when trying to clear a
6442 function that is not set to debug on entry.
6444 2005-03-29 Jay Belanger <belanger@truman.edu>
6446 * calc/calc-lang.el: Add functions to math-function-table
6447 properties of tex and math.
6449 2005-03-29 Kenichi Handa <handa@m17n.org>
6451 * ps-mule.el (ps-mule-plot-string): Translate characters by
6452 ps-print-translation-table.
6453 (ps-mule-begin-job): Call find-charset-region/string with
6454 ps-print-translation-table.
6455 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
6457 * ps-print.el (ps-print-translation-table): New variable.
6458 (ps-plot-region): Translate characters by ps-print-translation-table.
6460 2005-03-29 Juri Linkov <juri@jurta.org>
6462 * simple.el (next-error-highlight-timer): New variable.
6464 * progmodes/compile.el (compilation-goto-locus):
6465 Use `next-error-highlight-timer' instead of `sit-for'.
6467 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6469 * mail/supercite.el (sc-mail-field): Use assoc-string.
6470 (sc-get-address): Simplify regexps.
6472 * files.el (minibuffer-with-setup-hook): New macro.
6473 (find-file-read-args): Use it to avoid let-binding
6474 minibuffer-with-setup-hook (which breaks turning on/off
6475 file-name-shadow-mode while in the prompt).
6477 * complete.el (PC-read-include-file-name-internal): Use test-completion.
6479 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
6481 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
6483 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
6485 * window.el (window-buffer-height): Use count-screen-lines.
6487 * progmodes/python.el (python-preoutput-leftover): New var.
6488 (python-preoutput-filter): Use it.
6489 (python-send-receive): Loop until all the result has been received.
6491 2005-03-28 Juri Linkov <juri@jurta.org>
6493 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
6495 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
6496 "Recover Crashed Session".
6497 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
6498 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
6499 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
6500 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
6501 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
6502 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
6503 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
6504 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
6506 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
6507 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
6508 Ediff Sessions", "Toggle use of separate control buffer frame",
6509 "Use separate frame for Ediff control buffer".
6511 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
6512 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
6513 "Rename Bookmark", "Delete Bookmark".
6515 * info.el (Info-mode-menu): Remove ellipsis from "Index".
6516 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
6517 Add `:active Info-index-alternatives' to "Next Matching Item".
6519 * wdired.el (wdired-change-to-wdired-mode):
6520 Mention `wdired-abort-changes' key in the initial message.
6522 * international/mule.el (auto-coding-alist): Associate non-ascii
6523 image filename extensions with `no-conversion'.
6525 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
6527 * international/iso-acc.el:
6528 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
6530 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
6532 * textmodes/sgml-mode.el (html-mode): Doc update.
6534 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
6536 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
6538 * term.el (term-move-columns): Fix face after extending a line.
6539 (term-insert-spaces): Likewise.
6540 (term-reset-terminal): Fix off by one error.
6542 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6544 * international/mule.el (auto-coding-alist): Add .xpi files.
6546 * files.el (auto-mode-alist): Add .xpi files.
6548 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
6550 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
6552 2005-03-26 Eli Zaretskii <eliz@gnu.org>
6554 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
6556 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
6558 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
6559 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
6561 * calendar/cal-move.el (calendar-beginning-of-year): Move the
6562 cursor to Jan 1 when needed.
6563 (calendar-end-of-year): Fix -/+ typo.
6564 Reported by Chong Yidong <cyd@stupidchicken.com>.
6566 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
6568 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
6570 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
6571 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
6573 2005-03-25 Richard M. Stallman <rms@gnu.org>
6575 * filesets.el (filesets-init): Add autoload.
6577 * mail/mailalias.el (mail-directory): Doc fix.
6579 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6581 * mail/mailalias.el (mail-directory-process): Do nothing if
6582 mail-directory-process is an atom.
6583 (mail-get-names): Ignore mail-directory-names if it is an atom.
6584 (mail-directory-process defvar): Doc fix.
6585 (mail-names): Doc fix.
6587 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
6589 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
6591 2005-03-26 Kenichi Handa <handa@m17n.org>
6593 * international/mule-util.el (detect-coding-with-priority):
6594 Call update-coding-systems-internal before detect-coding-region.
6596 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
6598 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
6599 (gdb-frames-mode-map): Add follow-link property.
6601 2005-03-25 Jay Belanger <belanger@truman.edu>
6603 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
6606 2005-03-25 Juri Linkov <juri@jurta.org>
6608 * image-mode.el: Optimize image filename extension regexps in
6609 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
6610 in `auto-mode-alist'.
6611 (image-mode): Add `image-toggle-display-text' to local hook
6612 `change-major-mode-hook'. Display the image as an image by
6613 default. Set `cursor-type' and `truncate-lines' if the image
6614 is already displayed. Take into account the current mode (image
6615 or text) in message.
6616 (image-minor-mode): New minor mode.
6617 (image-mode-maybe, image-toggle-display-text): New functions.
6618 (image-toggle-display): Use called-interactively-p.
6619 Let-bind `inhibit-read-only' to t.
6621 * image-mode.el (image-minor-mode): Set `cursor-type' and
6622 `truncate-lines' if the image is already displayed. Add turning
6623 image-minor-mode off to `change-major-mode-hook'. Add message.
6624 Call `image-toggle-display-text' after turning image-minor-mode off.
6626 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
6628 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
6629 Terminal.app, use utf-8.
6630 (set-display-table-and-terminal-coding-system): Add coding-system arg.
6631 (set-locale-environment): Use it.
6633 * term/xterm.el: Undo last change, better done in mule-cmds.el.
6635 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
6637 * progmodes/python.el (python-close-block-statement-p)
6638 (python-outdent-p, python-current-defun): Use symbol-end.
6640 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
6642 * files.el (save-some-buffers): Doc fix.
6644 2005-03-25 Werner Lemberg <wl@gnu.org>
6646 * complete.el, thumbs.el: Replace `legal' with `valid'.
6647 * calendar/calendar.el: Replace `legal' with `valid'.
6648 * emacs-lisp/advice.el: Replace `legal' with `valid'.
6649 * mail/supercite.el: Replace `legal' with `valid'.
6650 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
6651 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
6652 Replace `legal' with `valid'.
6653 * textmodes/reftex-vars.el, textmodes/reftex.el:
6654 Replace `legal' with `valid'.
6656 2005-03-25 Werner Lemberg <wl@gnu.org>
6658 * calc/calc-forms.el, calc/calc-sel: Replace `illegal' with `invalid'.
6659 * midnight.el, vc-cvs.el: Replace `illegal' with `invalid'.
6660 * emacs-lisp/cl-macs.el: Replace `illegal' with `invalid'.
6661 * emulation/vip.el: Replace `illegal' with `invalid'.
6662 * eshell/esh-io.el, eshell/esh-var.el: Replace `illegal' with `invalid'.
6663 * mail/supercite.el: Replace `illegal' with `invalid'.
6664 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
6665 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
6666 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
6667 * progmodes/sh-script.el, progmodes/xscheme.el:
6668 Replace `illegal' with `invalid'.
6669 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
6670 * textmodes/reftex-index.el, textmodes/reftex-parse.el
6671 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
6672 * textmodes/reftex.el, textmodes/org.el: Replace `illegal' with `invalid'.
6674 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6676 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
6677 (flymake-find-buildfile, flymake-find-possible-master-files)
6678 (flymake-check-include, flymake-parse-line): Replace loops over the
6679 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
6681 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
6682 Substitute file-name-as-directory in the rest of the file.
6683 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
6684 (flymake-replace-region): Remove unused arg `buffer'.
6685 (flymake-check-patch-master-file-buffer): Update calls to it.
6686 (flymake-add-err-info): Remove unused var `count'.
6687 (flymake-mode): Use define-minor-mode.
6689 * progmodes/flymake.el: Use with-current-buffer.
6690 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
6691 flymake-replace-regexp-in-string, flymake-line-beginning-position)
6692 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
6693 Avoid testing for `xemacs'.
6694 (flymake-nop): Move.
6695 (flymake-region-has-flymake-overlays): Return the computed value.
6696 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
6697 Remove unused var `endline'.
6698 (flymake-get-line-count): Remove unused function.
6699 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
6703 * hilit-chg.el (global-highlight-changes):
6704 * hi-lock.el (hi-lock-mode):
6705 * follow.el: find-file-hooks -> find-file-hook.
6707 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
6709 2005-03-24 Juri Linkov <juri@jurta.org>
6711 * dired.el (dired-mode-map): Add menu item "Compare directories"
6712 for dired-compare-directories.
6714 * dired-aux.el (dired-compare-directories): Add autoload cookie.
6715 Doc fix. Replace `read-file-name' with `read-directory-name'.
6717 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6719 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
6721 2005-03-24 Jay Belanger <belanger@truman.edu>
6723 * calc/calc-embed.el (calc-embedded-mode-change): Save all
6724 relevant mode settings in calc-embedded-original-modes when modes
6725 are permanently changed.
6727 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
6729 * autoinsert.el: find-file-hooks -> find-file-hook.
6731 2005-03-24 Lute Kamstra <lute@gnu.org>
6733 * generic.el (generic-font-lock-defaults): Make it obsolete.
6734 (generic-font-lock-keywords): New variable to replace
6735 generic-font-lock-defaults.
6736 (generic-mode-set-font-lock): Delete it.
6737 (generic-mode-internal): Don't call generic-mode-set-font-lock.
6738 (generic-bracket-support): Add docstring.
6740 * generic-x.el: Rename generic-font-lock-defaults to
6741 generic-font-lock-keywords throughout.
6742 (mailagent-rules-setup-function): Delete it.
6743 (mailagent-rules-generic-mode): Use anonymous function instead.
6744 (show-tabs-generic-mode-font-lock-defaults-1)
6745 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
6747 (show-tabs-tab-face, show-tabs-space-face): Specify background,
6750 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
6751 Recognize define-generic-mode.
6753 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
6755 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
6756 if there's no completion table.
6758 2005-03-23 Miles Bader <miles@gnu.org>
6760 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6761 Remove tty-specific variants, as they're no longer needed.
6763 2005-03-23 Lute Kamstra <lute@gnu.org>
6765 * generic-x.el: Code cleanup: make args constant whenever possible.
6766 (installshield-statement-keyword-list)
6767 (installshield-system-functions-list)
6768 (installshield-system-variables-list, installshield-types-list)
6769 (installshield-funarg-constants-list): Make them constants.
6771 * generic.el (generic-make-keywords-list): Add autoload cookie.
6773 * calendar/time-date.el: Add comment on time value formats.
6774 Don't require parse-time.
6775 (with-decoded-time-value): New macro.
6776 (encode-time-value): New function.
6777 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
6778 (days-to-time): Return a valid time value when arg is huge.
6779 (time-since): Use time-subtract.
6780 (time-to-number-of-days): Use time-to-seconds.
6782 2005-03-23 David Ponce <david@dponce.com>
6784 * recentf.el: (recentf-keep): New option.
6785 (recentf-menu-action): Default to `find-file'.
6786 (recentf-keep-non-readable-files-flag)
6787 (recentf-keep-non-readable-files-p)
6788 (recentf-file-readable-p, recentf-find-file)
6789 (recentf-cleanup-remote): Remove.
6790 (recentf-include-p): More robust.
6791 (recentf-keep-p): New function.
6792 (recentf-remove-if-non-kept): Rename from
6793 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
6794 All callers updated.
6795 (recentf-menu-items-for-commands): Fix help string.
6796 (recentf-track-closed-file): Update. Doc fix.
6797 (recentf-cleanup): Update. Count removed files. Doc fix.
6799 2005-03-23 Kim F. Storm <storm@cua.dk>
6801 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6802 Don't inherit from fringe face (now happens automatically).
6804 2005-03-22 Kim F. Storm <storm@cua.dk>
6806 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
6809 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
6811 * menu-bar.el (showhide-date-time): Remove.
6812 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
6813 (menu-bar-make-mm-toggle): Simplify.
6815 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
6817 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
6818 Accept qualified variable and function names.
6820 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
6822 * bindings.el (completion-ignored-extensions):
6823 Remove ".lis" for `vax-vms'.
6825 2005-03-22 Andreas Schwab <schwab@suse.de>
6827 * generic-x.el: Revert last change.
6828 * ldefs-boot.el: Update.
6830 2005-03-22 Jay Belanger <belanger@truman.edu>
6832 * calc/calc-embed (calc-embedded-original-modes): New variable.
6833 (calc-embedded-save-original-modes)
6834 (calc-embedded-restore-original-modes): New functions.
6835 (calc-do-embedded): Save original modes when entering embedded mode
6836 and restore when leaving embedded mode.
6837 (calc-embedded-modes-change): Change the value of
6838 calc-embedded-original-modes to reflect permanent changes.
6840 2005-03-22 Lute Kamstra <lute@gnu.org>
6842 * generic-x.el: Require generic again.
6844 2005-03-22 Miles Bader <miles@gnu.org>
6846 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
6847 Tweak details to look good on both ttys and bitmap displays, light
6848 or dark background, etc.
6850 2005-03-21 Kim F. Storm <storm@cua.dk>
6852 * tooltip.el (tooltip-show-help-function): Check car and cdr of
6855 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
6857 * icomplete.el: Don't forcibly turn on the mode upon load.
6858 (icomplete-mode): Use define-minor-mode.
6859 (icomplete-eoinput): Default to nil.
6860 (icomplete-minibuffer-setup): Remove autoload.
6861 (icomplete-tidy): Simplify.
6862 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
6863 in the initial state or if the user has modified the field.
6864 Fix handling of icomplete-max-delay-chars.
6865 Remove code that handles the oddball case where
6866 minibuffer-completion-table is an integer.
6867 Wrap icomplete-completions in while-no-input in case building
6868 completions takes more time than expected.
6869 (icomplete-completions): Simplify.
6871 2005-03-21 Richard M. Stallman <rms@gnu.org>
6873 * jka-compr.el (jka-compr-really-do-compress):
6874 Make variable buffer-local.
6876 * image-mode.el: Handle .xpm files too.
6877 (image-toggle-display): Preserve modification flag.
6879 * help.el (where-is): Don't mention aliases with no key bindings.
6881 2005-03-21 Lute Kamstra <lute@gnu.org>
6883 * generic.el: Fix commentary section. Don't require cl for compilation.
6884 (generic-mode-list): Add autoload cookie.
6885 (generic-use-find-file-hook, generic-lines-to-scan)
6886 (generic-find-file-regexp, generic-ignore-files-regexp)
6887 (generic-mode, generic-mode-find-file-hook)
6888 (generic-mode-ini-file-find-file-hook): Fix docstrings.
6889 (define-generic-mode): Make it a defmacro. Fix docstring.
6890 (generic-mode-internal): Code cleanup. Add autoload cookie.
6891 (generic-mode-set-comments): Code cleanup.
6892 * generic-x.el: Don't prevent compilation. Don't require generic.
6893 Follow coding conventions. Minor code cleanup.
6894 (etc-fstab-generic-mode): Add some keywords.
6895 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
6896 define-generic-mode like a function declaration.
6898 2005-03-21 Jay Belanger <belanger@truman.edu>
6900 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
6903 2005-03-21 Sam Steingold <sds@gnu.org>
6905 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
6907 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
6909 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
6910 Add underscore to "f$ lexicals" regexp.
6912 2005-03-20 Juri Linkov <juri@jurta.org>
6914 * subr.el (progress-reporter-do-update): When `min-value' is equal
6915 to `max-value', set `percentage' to 0 and prevent division by zero.
6917 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
6919 Sync with Tramp 2.0.48.
6921 * tramp.el (all): Change all addresses to .gnu.org.
6922 (tramp-append-tramp-buffers): New defun.
6923 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
6924 Catch `dont-send' signal.
6925 (tramp-set-auto-save-file-modes): Set always permissions, because
6926 there might be an old auto-saved file belonging to another
6927 original file. This could be a security threat. Reported by
6928 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
6929 Check for Emacs 21.3.50 removed.
6931 * tramp-smb.el (all): Remove debug construct for
6932 `with-parsed-tramp-file-name'.
6933 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
6934 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
6935 No error message if DIRECTORY or FILENAME doesn't exist.
6936 (tramp-smb-open-connection): Check existence of
6937 `tramp-smb-program'.
6939 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
6941 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
6942 Properly handle the case where the `m' or `s' command's argument is not
6944 (perl-indent-new-calculate): New function.
6945 (perl-indent-line): Use it.
6947 2005-03-20 Miles Bader <miles@gnu.org>
6949 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
6950 in text-mode too. Change to new face names.
6951 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
6952 Add `:weight bold' attribute.
6953 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
6955 2005-03-19 Juri Linkov <juri@jurta.org>
6957 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
6959 * international/mule.el (auto-coding-alist): Sync with
6960 `auto-mode-alist' by adding upper case archive file extensions
6961 and adding ear/war to jar extension.
6963 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
6965 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
6966 running, restart it.
6968 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
6970 * finder.el (finder-current-item): Throw an error on an empty line.
6972 * man.el (Man-follow-manual-reference): If current-word returns
6975 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
6977 * simple.el (goto-line): Doc fix.
6979 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
6981 * files.el (save-buffer): Doc fix.
6983 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
6985 * recentf.el (recentf-cleanup-remote): New variable.
6986 (recentf-cleanup): Use it to conditionally check availability of
6989 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
6991 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
6994 2005-03-19 Eli Zaretskii <eliz@gnu.org>
6996 * language/thai-word.el: New file.
6998 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
7000 * files.el (backup-buffer): If the file's directory is not
7001 writable, use copy instead of move to backup the file.
7003 2005-03-19 Eli Zaretskii <eliz@gnu.org>
7005 * obsolete/keyswap.el: Moved to obsolete/ from term/.
7007 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
7009 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
7010 Use functionp instead of symbolp and fboundp. Reported by Drkm
7011 <darkman_spam@yahoo.fr>.
7012 (ps-print-version): New version 6.6.6.
7014 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
7016 * textmodes/table.el (table--line-column-position): New idiom.
7017 (table--row-column-insertion-point-p): New function to test
7018 validity of row and column insertion operation at a location.
7019 (table-global-menu, table-cell-menu): Use above functions for
7020 deterministic test operation.
7021 (table--editable-cell-p): Behave in deterministic fashion.
7023 2005-03-18 Juri Linkov <juri@jurta.org>
7025 * isearch.el (isearch-lazy-highlight-new-loop):
7026 Make arguments beg and end optional.
7027 (isearch-update): Remove optional arguments nil from
7028 isearch-lazy-highlight-new-loop.
7029 (isearch-lazy-highlight-search): Let-bind case-fold-search to
7030 isearch-lazy-highlight-case-fold-search instead of
7031 isearch-case-fold-search, and let-bind isearch-regexp to
7032 isearch-lazy-highlight-regexp.
7033 Use isearch-lazy-highlight-last-string instead of isearch-string.
7035 * replace.el (perform-replace): Remove bindings of global
7036 variables isearch-string, isearch-regexp, isearch-case-fold-search.
7037 Add three new arguments to `replace-highlight'.
7038 (replace-highlight): Add arguments string, regexp, case-fold.
7039 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
7040 to allow isearch-lazy-highlight-new-loop to use these values
7041 to set corresponding isearch-lazy-highlight-* internal
7042 variables whose values lazy highlighting will use regardless of
7043 changes to global variables isearch-string, isearch-regexp,
7044 isearch-case-fold-search during lazy highlighting loop.
7045 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
7046 to `lazy-highlight-cleanup'.
7048 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
7049 (ispell-highlight-face): Set default face to `isearch' when
7050 lazy highlighting is enabled.
7051 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
7052 priority to 1. Add lazy highlighting.
7053 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
7054 from `isearch-dehighlight'.
7056 2005-03-18 David Ponce <david@dponce.com>
7058 * files.el (hack-local-variables): Do a case-insensitive search
7061 2005-03-18 Juri Linkov <juri@jurta.org>
7063 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
7064 `isearch-lazy-highlight-cleanup', add alias to old name and
7065 declare obsolete. Add release numbers to other obsolete vars.
7066 (isearch-done, isearch-lazy-highlight-new-loop):
7067 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
7068 (lazy-highlight-cleanup) <variable>: Doc fix.
7069 (isearch-lazy-highlight-update): Rename obsolete
7070 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
7072 2005-03-18 Kenichi Handa <handa@m17n.org>
7074 * language/thai-util.el: Fix categorization of Thai characters in
7075 thai-category-table.
7076 (thai-composition-pattern): Adjust it for the above change.
7077 (thai-self-insert-command, thai-compose-syllable): New functions.
7078 (thai-compose-region): Use thai-compose-syllable.
7079 (thai-compose-string): Likewise.
7080 (thai-composition-function): Likewise.
7081 (thai-auto-composition): New function.
7082 (thai-auto-composition-mode): New minor mode.
7084 * language/thai.el: Fix patterns to be registered in
7085 composition-function-table.
7087 * international/quail.el (quail-input-method): Locally bind
7088 inhibit-modification-hooks to t.
7090 2005-03-17 Richard M. Stallman <rms@gnu.org>
7092 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
7093 (perl-mode): Use run-mode-hooks.
7095 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
7096 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
7097 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
7099 * mail/sendmail.el (sendmail-send-it): Reenable the code
7100 to compute resend-to-address and use it.
7102 * tar-mode.el (tar-mode): Turn off undo unconditionally.
7104 * image-mode.el: New file.
7106 * image.el (insert-sliced-image): Add autoload cookie.
7108 * font-lock.el (font-lock-lines-before): New user option.
7109 (font-lock-after-change-function): Obey it.
7111 * bindings.el (esc-map): Make M-g a prefix.
7112 Bind M-g g and M-g M-g to goto-line.
7114 * faces.el (face-id): Doc fix.
7116 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
7118 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
7119 (rmail-show-message): Use rmail-unknown-mail-followup-to.
7120 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
7122 * mail/sendmail.el (mail-yank-ignored-headers)
7123 (mail-font-lock-keywords, mail-mode-fill-paragraph):
7124 Add Mail-Followup-To and Mail-Reply-To headers.
7125 (mail-citation-hook): Add autoload cookie.
7126 (mail-mode): Doc fix.
7127 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
7128 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
7129 (mail-mode-fill-paragraph): Handle those headers.
7130 (mail-mailing-lists): New variable.
7131 (mail-mail-reply-to, mail-mail-followup-to): New functions.
7133 2005-03-17 Juri Linkov <juri@jurta.org>
7135 * isearch.el (isearch-fallback): Check for `(car previous)'
7136 before calling `isearch-other-end-state'.
7138 2005-03-17 Kim F. Storm <storm@cua.dk>
7140 * simple.el (move-beginning-of-line): Move to beginning of buffer
7141 line, as well as beginning of screen line.
7143 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
7145 * calendar/diary-lib.el (mark-diary-entries): Use new optional
7146 argument REDRAW rather than calendar-redrawing variable.
7147 * calendar/calendar.el (calendar-redrawing): Delete.
7148 (redraw-calendar): Do not bind calendar-redrawing.
7150 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
7152 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
7155 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
7157 * help.el (describe-mode): Allow a :minor-mode-function property to
7158 specify a different minor mode toggle function than the variable.
7159 * simple.el (auto-fill-function):
7160 * subr.el (add-minor-mode): Use it.
7162 2005-03-16 Kenichi Handa <handa@m17n.org>
7164 * language/ethio-util.el (sera-being-called-by-w3): New variable.
7165 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
7166 (ethio-fidel-to-sera-buffer): Likewise.
7168 2005-03-16 Juri Linkov <juri@jurta.org>
7170 * emacs-lisp/find-func.el (find-function-regexp):
7171 Add defun-emitting macro `menu-bar-make-toggle'.
7173 * isearch.el: Put `isearch-scroll' property to
7174 `split-window-horizontally'.
7176 * info.el: Update error messages for `debug-ignored-errors'.
7177 (Info-isearch-search): Doc fix.
7178 (Info-find-node): Move up code to go into info buffer before
7179 recording the node to the history.
7180 (Info-fontify-node): Fontify titles only if the next line
7181 has two or more `*', `=', `-', `.'.
7182 Display "go to this node" for empty (match-string 3).
7184 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7186 * term/mac-win.el: Add mouse pointer shape constants.
7188 2005-03-15 Kim F. Storm <storm@cua.dk>
7190 * simple.el (move-beginning-of-line): Use vertical-motion.
7192 2005-03-15 Juri Linkov <juri@jurta.org>
7194 * isearch.el (isearch-error): New variable.
7195 (isearch-invalid-regexp, isearch-within-brackets): Remove.
7196 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
7197 (isearch-within-brackets-state): Remove.
7198 (isearch-case-fold-search-state, isearch-pop-fun-state):
7199 Decrease frame index.
7200 (isearch-mode, isearch-top-state, isearch-push-state)
7201 (isearch-edit-string, isearch-abort, isearch-search-and-update)
7202 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
7203 (isearch-search, isearch-lazy-highlight-new-loop):
7204 Replace `isearch-invalid-regexp' with `isearch-error'.
7205 Remove `isearch-within-brackets'.
7206 (isearch-search): Add `search-failed' handler to `condition-case'.
7207 (isearch-lazy-highlight-search): Add `condition-case' to catch
7208 errors and allow `isearch-lazy-highlight-update' to try
7209 highlighting from the beginning of the window.
7210 (isearch-repeat): Move up code to set isearch-wrapped to t
7211 before calling isearch-wrap-function.
7213 * info.el (Info-isearch-initial-node): New internal variable.
7214 (Info-search): Signal an error in isearch mode when search leaves
7215 the initial node. Signal an error when `bound' is non-nil and
7216 nothing was found in the current subfile.
7217 (Info-isearch-search): Remove `condition-case'.
7218 (Info-isearch-wrap): Don't wrap when search failed during leaving
7219 the initial node. If `Info-isearch-search' is nil, wrap around
7221 (Info-isearch-start): New fun.
7222 (Info-mode): Add buffer-local hook `Info-isearch-start' to
7223 `isearch-mode-hook'.
7225 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
7227 * simple.el (normal-erase-is-backspace): Set default to t if
7230 * term/mac-win.el (function-key-map): Sync with x-win.el.
7232 2005-03-15 Kenichi Handa <handa@m17n.org>
7234 * international/mule-cmds.el (locale-language-names): Modify the
7235 format of elements and add more entries.
7236 (locale-preferred-coding-systems): Add more entries.
7237 (set-locale-environment): Adjust for the change of
7238 locale-language-names.
7240 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
7242 * pcvs.el (smerge-ediff): Remove bogus autoload.
7244 2005-03-14 Lute Kamstra <lute@gnu.org>
7246 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
7247 Ignore a `*' at the beginning of a line.
7249 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
7250 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
7252 (dont-compile, eval-when-compile, eval-and-compile): Use declare
7253 to specify indentation.
7255 * generic.el (define-generic-mode): Let generic-mode-list be a
7256 list of strings; test membership with equal.
7258 2005-03-14 Kim F. Storm <storm@cua.dk>
7260 * simple.el (next-line, previous-line): Add optional try-vscroll
7261 arg to recognize interactive use. Pass it on to line-move.
7262 (line-move): Don't perform auto-window-vscroll when defining or
7263 executing keyboard macro to ensure consistent behavior.
7265 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
7267 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
7269 2005-03-13 Lute Kamstra <lute@gnu.org>
7271 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
7272 debugger-setup-buffer so that backtrace marks the frames set to
7273 debug-on-exit and we don't have to do it manually. Set an extra
7274 debug-on-exit for macro's.
7275 (debugger-setup-buffer): Don't mark the top frame manually.
7277 2005-03-12 Lute Kamstra <lute@gnu.org>
7279 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
7280 lisp-indent-function throughout.
7281 (with-no-warnings): Set lisp-indent-function property.
7283 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
7285 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
7286 Add entry for backslash.
7288 2005-03-12 Juri Linkov <juri@jurta.org>
7290 * info.el (Info-search): Four fixes for backward search.
7292 2005-03-11 Jay Belanger <belanger@truman.edu>
7294 * calc/calc.el (calc-language-alist): New variable.
7295 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
7296 (calc-embedded-find-modes): Use calc-language-alist instead of
7297 calc-embedded-language-alist.
7299 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
7301 * calendar/calendar.el (calendar-redrawing): New internal
7303 (redraw-calendar): Remove bogus save-excursion from previous
7304 change. Bind calendar-redrawing to t for mark-diary-entries.
7305 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
7306 calendar if that is why we were called.
7308 2005-03-11 Kenichi Handa <handa@m17n.org>
7310 * international/mule.el (make-coding-system): Set property
7311 coding-system-define-form to nil.
7312 (define-coding-system-alias): Likewise.
7314 2005-03-11 Kenichi Handa <handa@m17n.org>
7316 These changes are suggested by Dave Love <fx@gnu.org>.
7318 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
7320 (adaptive-fill-regexp): Add more bullets.
7321 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
7324 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
7326 * help.el (describe-mode): Properly handle non-trivial lighters.
7327 Don't ignore minor modes that are not listed in minor-mode-list.
7329 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
7330 feature ON when the user requests to turn it OFF.
7332 2005-03-10 Lute Kamstra <lute@gnu.org>
7334 * emacs-lisp/debug.el (debug-entry-code): Delete it.
7335 (implement-debug-on-entry): New function to replace debug-entry-code.
7336 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
7337 second argument as the 2005-03-07 change makes it obsolete.
7338 (debug-on-entry, cancel-debug-on-entry): Update call to
7340 (debug, debugger-setup-buffer): Comment update.
7341 (debugger-frame-number): Update to work with implement-debug-on-entry.
7343 2005-03-10 Jay Belanger <belanger@truman.edu>
7345 * calc/calc-embed.el (math-ms-args): Declare it.
7346 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
7348 (calc-embedded-subst): Use math-multi-subst-rec to substitute
7351 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
7353 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
7356 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
7357 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
7358 (tooltip-gud-tips): Simplify.
7359 (tooltip-gud-tips-p): Remove superfluous :set.
7360 (tooltip-gud-modes): Add fortran-mode.
7361 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
7363 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
7365 2005-03-09 Kim F. Storm <storm@cua.dk>
7367 * play/animate.el (animate-place-char): Use forward-line instead
7368 of next-line to improve performance.
7370 2005-03-09 Simon Josefsson <jas@extundo.com>
7372 * net/browse-url.el (browse-url-default-browser): Doc fix.
7374 2005-03-09 Miles Bader <miles@gnu.org>
7376 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
7377 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
7379 2005-03-09 Kenichi Handa <handa@m17n.org>
7381 * international/latin-1.el: Set case and syntax for 255 only if
7382 set-case-syntax-set-multibyte is nil.
7384 * textmodes/ispell.el (ispell-insert-word): New function.
7385 (ispell-word): Use ispell-insert-word to insert a new word.
7386 (ispell-process-line): Likewise.
7387 (ispell-complete-word): Likewise.
7389 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
7391 * calendar/calendar.el (redraw-calendar): Preserve point.
7392 Reported by Matt Hodges <MPHodges@member.fsf.org>.
7393 (calendar-week-start-day): Move after definition of
7394 redraw-calendar. Delete buffer test, since redraw-calendar has
7397 * calendar/diary-lib.el (mark-diary-entries): Only call
7398 redraw-calendar in the first of any recursive calls.
7399 Reported by Alan Shutko <ats@acm.org>.
7401 2005-03-08 Juri Linkov <juri@jurta.org>
7403 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
7404 (html-horizontal-rule, html-line, html-image, html-checkboxes)
7405 (html-radio-buttons): Add a space before the trailing `/>' where
7406 sgml-xml-mode is non-nil.
7407 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
7408 the subsequent tag of the empty XML tag.
7409 (html-href-anchor): Don't set initial input to "http:".
7410 (html-image): Ask for the image URL and set point inside alt="".
7411 (html-name-anchor): Duplicate the name in the `id' attribute when
7412 sgml-xml-mode is non-nil.
7413 (html-paragraph): Remove \n before <p>.
7414 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
7415 instead of `checked' when sgml-xml-mode is non-nil.
7417 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
7418 Remove 1 space before #RRGGBB to not truncate it on terminal
7419 windows w/o fringes. Remove 1 space between bg and fg examples
7421 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
7422 avoid byte-compile warnings.
7424 * image-file.el (image-file-handler): Put `safe-magic' property to
7425 `image-file-handler'.
7427 * info.el (Info-isearch-search): Emulate word search in
7428 isearching through multiple Info nodes with Info-search.
7429 (Info-isearch-wrap): Allow isearch-word.
7431 2005-03-08 Lute Kamstra <lute@gnu.org>
7433 * emacs-lisp/debug.el (debugger-step-through): Make sure that
7434 stepping into the debugger's code is not possible.
7435 (debugger-jumping-flag): Docstring update.
7437 2005-03-08 Jay Belanger <belanger@truman.edu>
7439 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
7440 embedded mode begins.
7441 (calc-embedded-language-alist): New variable.
7442 (calc-embedded-find-modes): Use calc-embedded-language-alist to
7443 set default language mode.
7445 2005-03-08 Kenichi Handa <handa@m17n.org>
7447 * international/ccl.el (define-ccl-program): Fix docstring about
7448 extra 256 bytes assured for the output buffer.
7450 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7451 Fix BUFFER_MAGNIFICATION to 2.
7452 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7454 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
7456 * align.el (align-rules-list): Added an alignment rule for CSS
7457 declarations (applies to css-mode and html-mode buffers).
7459 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
7461 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
7463 2005-03-07 Kim F. Storm <storm@cua.dk>
7465 * simple.el (move-beginning-of-line): New command.
7467 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
7469 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
7471 * emulation/cua-base.el: Put CUA move property on move-end-of-line
7472 and move-beginning-of-line.
7474 * apropos.el (apropos-print): Omit command from M-x ... RET.
7476 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
7478 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
7479 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
7481 2005-03-06 Richard M. Stallman <rms@gnu.org>
7483 * bindings.el (esc-map): Bind M-g to goto-line.
7485 * facemenu.el (global-map): Bind M-o, not M-g.
7487 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
7489 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
7490 "Open Directory" as for "Open File".
7492 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
7494 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
7495 (push-mark-command): Run activate-mark-hook.
7497 2005-03-06 Richard M. Stallman <rms@gnu.org>
7499 * help-mode.el (help-mode-finish): Don't alter the element
7500 in view-return-to-alist if there already is one.
7502 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
7503 make sure the current buffer is the expected one.
7505 * novice.el (disabled-command-function): Output in *Disabled Command*.
7506 Explicitly ignore non-keyboard events, and explicitly handle C-g.
7508 * textmodes/flyspell.el (flyspell-large-region):
7509 Pass args differently for aspell.
7511 * files.el (mode-require-final-newline): Doc fix.
7513 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
7515 * progmodes/which-func.el (which-function):
7516 Specify NOERROR when calling imenu--make-index-alist.
7518 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
7520 * simple.el (normal-erase-is-backspace): Define default value.
7522 * custom.el (custom-theme-set-variables): Remove unused var `immediate'.
7523 (custom-reevaluate-setting): Simple function to handle
7524 variables that are defined before their default value can really
7527 * startup.el (command-line): Use it for temporary-file-directory,
7528 small-emporary-file-directory, auto-save-file-name-transforms,
7529 blink-cursor-mode, and normal-erase-is-backspace.
7531 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
7532 progress, even with buggy anchored keywords.
7534 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
7536 * simple.el (goto-line): Remove unbalanced final parenthesis.
7538 2005-03-05 Richard M. Stallman <rms@gnu.org>
7540 * simple.el (goto-line): Use a number at point as the default.
7541 With C-u as arg, switch buffers.
7543 2005-03-05 Juri Linkov <juri@jurta.org>
7545 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
7546 with `no-blinking-cursor'.
7548 * startup.el (no-blinking-cursor): New defvar.
7549 (command-line): Add `--no-blinking-cursor' to longopts.
7550 Set `no-blinking-cursor' to t for command line arguments
7551 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
7552 with `no-blinking-cursor' in the condition for calling
7553 `blink-cursor-mode'.
7555 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
7557 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
7558 (menu-bar-options-save): Add blink-cursor-mode.
7559 (menu-bar-options-menu): Add blink-cursor-mode.
7561 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
7563 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
7564 (icalendar-export-file, icalendar-export-region)
7565 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
7566 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
7568 2005-03-04 Lute Kamstra <lute@gnu.org>
7570 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
7571 (debug-function-list): Ditto.
7573 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
7575 * textmodes/texinfmt.el (texinfo-append-refill):
7576 Redefine the types of line to which @refill
7577 is not appended by replacing a search for `@refill\\|@bye' with
7578 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
7579 itemize@refill' bug and the unfilled long lines bug.
7580 (texinfmt-version): Update number and date.
7582 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
7584 * international/code-pages.el (windows-1250, windows-125[2-8])
7585 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
7587 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
7589 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
7592 2005-03-02 Romain Francoise <romain@orebokech.com>
7594 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
7595 buffer after removing limits.
7596 (ibuffer-pop-filter): Ditto.
7599 2005-03-02 Miles Bader <miles@gnu.org>
7601 * button.el (make-text-button): If the user doesn't specify a
7602 type, use the default. Rewrite to use `add-text-properties' and
7605 2005-03-01 Lute Kamstra <lute@gnu.org>
7607 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
7608 (debugger-jumping-flag): New var.
7609 (debug-entry-code): Use it.
7610 (debugger-jump): Use debugger-jumping-flag and add
7611 debugger-reenable to post-command-hook.
7612 (debugger-reenable): Use debugger-jumping-flag and remove itself
7613 from post-command-hook.
7614 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
7617 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
7619 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
7620 inclusion of "itemize\\|", which may be unnecessary, is certainly
7621 inelegant, and stops refilling in itemize lists when formatting
7622 Japanese Texinfo files to Info.
7623 Update copyright to 2005.
7625 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
7627 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
7628 of an error if GDB can't find the source file.
7630 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
7632 * calendar/calendar.el (redraw-calendar): Work from any buffer,
7633 not just the calendar.
7635 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
7637 (diary-redraw-calendar): New function.
7638 (make-diary-entry): Add diary-redraw-calendar to local
7639 write-contents-functions. Turn off selective display before
7642 2005-03-01 Kim F. Storm <storm@cua.dk>
7644 * emacs-lisp/copyright.el (copyright-fix-years): New command.
7646 2005-03-01 Lute Kamstra <lute@gnu.org>
7648 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
7649 that debug-entry-code can be safely removed from a function while
7650 this code is being evaluated. Revert the 2005-02-27 change as the
7651 new implementation no longer requires it. Make sure that a
7652 function body containing just a string is not mistaken for a docstring.
7653 (debug): Skip one more frame in case of debug on entry.
7654 (debugger-setup-buffer): Delete one more frame line in case of
7656 (debugger-frame-number): Update to use the new text introduced by
7657 the 1999-11-03 change. Skip one more frame in case of debug on entry.
7659 2005-02-28 Kim F. Storm <storm@cua.dk>
7661 * double.el (double-translate-key): Call force-window-update after
7662 read-event to avoid crash in redisplay.
7664 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
7666 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
7667 (debug): Use it. Move the inhibit-trace earlier.
7668 (debug-entry-code): New const.
7669 (debug-on-entry-1): Use it.
7671 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
7673 * international/utf-16.el (ccl-encode-mule-utf-16le):
7674 Fix BUFFER_MAGNIFICATION to 2.
7675 (ccl-encode-mule-utf-16be): Likewise.
7677 2005-02-28 Kenichi Handa <handa@m17n.org>
7679 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
7680 Fix BUFFER_MAGNIFICATION to 4.
7681 (ccl-encode-mule-utf-16be-with-signature): Likewise.
7683 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
7685 * speedbar.el (speedbar-update-flag): Doc fix.
7686 (speedbar-show-info-under-mouse): Give set-mouse-position the right
7689 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
7691 * reveal.el (reveal-post-command): Don't try to reveal overlays which
7692 have a non-nil `invisible' property but are actually visible.
7694 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
7695 for perldoc sections.
7696 (perl-outline-regexp, perl-outline-level): New var and function.
7697 (perl-mode): Use them.
7699 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
7701 * calendar/diary-lib.el (diary-remind): Discard any mark portion
7702 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
7704 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
7706 * cus-edit.el: Comment change.
7707 (custom-buffer-create-internal): Slightly reword text at top of
7708 Custom buffers. Mention there that saving an option edits the
7709 init file. Add link to Emacs manual node on `custom-file'.
7710 (custom-magic-alist): Rewrite individual State messages to use
7711 capitalized keywords. Doc fix.
7713 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
7715 * calendar/calendar.el (calendar-buffer): Move above
7716 calendar-week-start-day.
7717 (calendar-week-start-day): Doc fix. Add :set function.
7718 (calendar-minimum-window-height): New variable.
7719 (generate-calendar-window): Only resize window if selected-window
7720 is displaying the calendar buffer. Use new variable
7721 calendar-minimum-window-height.
7722 (generate-calendar): Reword error message.
7723 (calendar-mode-map): Bind DEL to scroll-other-window-down.
7725 2005-02-27 Andreas Schwab <schwab@suse.de>
7727 * vc.el (vc-do-command): Don't run command asynchronously when
7728 operating in a remote directory.
7730 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
7731 change from sync with Tramp 2.0.47.
7733 2005-02-27 Richard M. Stallman <rms@gnu.org>
7735 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
7737 * textmodes/flyspell.el (flyspell-mode-on):
7738 Call ispell-change-dictionary only if necessary.
7740 * emacs-lisp/re-builder.el (regexp-builder): New function.
7742 * register.el (describe-register-1): Explicitly handle
7743 yank-excluded-properties = t.
7745 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
7746 (custom-magic-alist): Change the status descriptions again.
7747 (face widget-type): Total rewrite based on `restricted-sexp'
7748 to eliminate the confusing double hiding levels.
7750 * emacs-lisp/debug.el (debug-on-entry-1):
7751 If function body is empty, add nil as body form.
7753 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
7755 * emacs-lisp/trace.el (inhibit-trace): New var.
7756 (trace-make-advice): Use it.
7758 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
7760 2005-02-26 Kim F. Storm <storm@cua.dk>
7762 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
7763 (mouse-on-link-p, mouse-drag-region-1): Use it.
7765 2005-02-25 Lute Kamstra <lute@gnu.org>
7767 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
7769 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
7771 * frame.el (blink-cursor-mode): Add :group keyword.
7773 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
7775 * calendar/icalendar.el (icalendar--decode-isodatetime):
7776 New optional argument DAY-SHIFT.
7777 (icalendar-export-region): Fix coding-system-for-write.
7778 (icalendar--convert-ical-to-diary): Shift end-day of all-day
7781 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
7783 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
7785 2005-02-24 Kim F. Storm <storm@cua.dk>
7787 * international/iso-acc.el (iso-accents-compose): Fix crash
7788 during redisplay. Call force-window-update after read-event
7789 and delete-region to signal that window is not accurate.
7791 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
7793 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
7794 Remove unused and inexistent var `inhibit-trace'.
7795 (debugger-mode): Use run-mode-hooks.
7796 (debugger-list-functions): Add buttons; setup xref stack.
7798 2005-02-23 Richard M. Stallman <rms@gnu.org>
7800 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
7801 appointment says it was explicitly made.
7802 (appt-add): Set the 3rd element.
7803 (appt-make-list): Preserve explicit appointments.
7805 * subr.el (find-tag-default): Catch errors in forward-sexp.
7807 2005-02-23 Juri Linkov <juri@jurta.org>
7809 * info.el (Info-isearch-search): New defcustom.
7810 (Info-isearch-search): Call the default isearch function
7811 when Info-isearch-search is nil.
7812 (Info-isearch-wrap): Use variable Info-isearch-search.
7814 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
7816 * cus-edit.el: Comment change.
7818 2005-02-22 Kim F. Storm <storm@cua.dk>
7820 * progmodes/hideif.el (hide-ifdef-use-define-alist):
7821 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
7823 2005-02-22 Simon Josefsson <jas@extundo.com>
7825 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
7827 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
7828 Oskarsson" <myrkraverk@users.sourceforget.net>.
7830 2005-02-22 Kim F. Storm <storm@cua.dk>
7832 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
7833 check that window of that event is the selected window.
7834 (mouse-drag-region-1): Compare mouse event window to selected
7835 window before setting point.
7837 * tooltip.el (tooltip-show-help-function): Pass event to
7838 mouse-on-link-p so it can check selected window.
7840 2005-02-22 Kenichi Handa <handa@m17n.org>
7842 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
7843 (ps-mule-show-warning): New function.
7844 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
7845 characters are found.
7847 * ps-print.el (ps-header-footer-string): Return a list of header
7850 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
7852 * pcvs.el (cvs-retrieve-revision): Fix thinko.
7854 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
7856 * frame.el (blink-cursor-mode): Use define-minor-mode.
7858 * term/mac-win.el (function-key-map): Use char-names more consistently.
7859 (file-name-coding-system): Only set it for MacOS-9. The other case is
7860 already handled in mule-cmds.el (where it also works when mac-win.el
7863 2005-02-21 Kenichi Handa <handa@m17n.org>
7865 * international/mule.el (ctext-pre-write-conversion): Always use
7866 " *code-converting-work*" buffer for work.
7868 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
7870 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
7872 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
7874 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
7876 * ses.el (undo-more): Restore defadvice, but only the part that
7877 allows changes outside the restricted area of the buffer.
7879 2005-02-20 Kim F. Storm <storm@cua.dk>
7881 * simple.el (line-move): Add fourth optional arg try-vscroll which
7882 must be set to perform auto-window-vscroll.
7883 When moving backwards and doing auto-window-vscroll, automatically
7884 vscroll to the last part of lines which are taller than the window.
7885 (next-line, previous-line): Set try-vscroll arg on line-move.
7887 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
7889 * replace.el (query-replace, query-replace-regexp)
7890 (replace-string, replace-regexp): When operating on region, make
7891 the minibuffer prompt say so.
7893 * isearch.el (isearch-forward): Document isearch-query-replace and
7894 isearch-query-replace-regexp keybindings.
7896 2005-02-19 Jay Belanger <belanger@truman.edu>
7898 * calc/calc-aent.el (math-read-token): Add local variable.
7900 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
7901 (calc-edit-top): Move declaration to earlier in file.
7902 (calc-edit-macro-repeats): Add local variables.
7904 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
7905 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
7907 Adjust integration rule for calcFunc-tan.
7909 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7911 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
7912 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
7913 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
7914 (viper-skip-separators): Bug fix.
7915 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
7916 particular major mode.
7917 (viper-del-backward-char-in-replace): Don't put deleted char on the
7920 * viper-ex.el (viper-color-display-p): New function.
7921 (viper-has-face-support-p): Use viper-color-display-p.
7923 * viper-keym.el (viper-gnus-modifier-map): New keymap.
7925 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
7927 * viper-util.el (viper-glob-unix-files): Fix shell status check.
7928 (viper-file-remote-p): Make equivalent to file-remote-p.
7930 * viper.el (viper-major-mode-modifier-list):
7931 Use viper-gnus-modifier-map.
7933 2005-02-19 David Kastrup <dak@gnu.org>
7935 * subr.el (subregexp-context-p): Fix garbled doc string by adding
7938 2005-02-19 Jay Belanger <belanger@truman.edu>
7940 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
7941 Remove extra definitions.
7942 (calc-coth): New function.
7943 (calcFunc-cot): Fix `let'.
7945 2005-02-19 Eli Zaretskii <eliz@gnu.org>
7947 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
7948 the reasons we use "type pc" in these faces.
7950 * button.el (button): Ditto.
7952 2005-02-19 Michael Mauger <mmaug@yahoo.com>
7954 * replace.el (query-replace-read-from): Set the value of
7955 query-replace-from-history-variable to handle the case of an empty
7956 string entered to accept the suggested default.
7958 * net/tramp.el (tramp-file-name-for-operation):
7959 Use dired-call-process instead of dired-call-process-command.
7961 2005-02-19 Jay Belanger <belanger@truman.edu>
7963 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
7964 (math-div-non-trig): New variables.
7965 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
7966 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
7967 (math-combine-prod, math-div-symb-fancy): Add simplifications for
7970 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
7972 * progmodes/gdb-ui.el (gdb-var-update-handler)
7973 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
7974 for watch expressions,
7975 (gdb-var-create-handler): Don't set speedbar-update-flag.
7976 (gdb-post-prompt): Simplify test for speedbar.
7978 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
7980 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
7981 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
7982 we use the syntax table of the correct buffer.
7983 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
7986 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
7987 (ediff-file-remote-p): Make synonymous with file-remote-p.
7988 In all deffaces ediff-*-face-*, use min-colors.
7990 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
7991 ediff-recurse-to-subdirectories.
7992 (ediff-mark-if-equal): Check that the arguments are strings, use
7993 ediff-same-contents (after to Felix Gatzemeier).
7995 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
7998 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
8000 * log-view.el (log-view-message-re): Fix up Subversion regexp.
8002 2005-02-18 David Kastrup <dak@gnu.org>
8004 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
8005 use `mark-active' when defined.
8007 2005-02-18 Kenichi Handa <handa@m17n.org>
8009 * ps-print.el (ps-font-info-database): New entry
8010 ZapfChancery-MediumItalic with correct font name. Fix font name
8011 of the entry Zapf-Chancery-MediumItalic.
8013 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
8015 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
8017 2005-02-16 Kim F. Storm <storm@cua.dk>
8019 * ido.el (ido-fallback-command): Pass user input to fallback command.
8021 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
8023 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
8024 (gdb-find-file-hook): Add server prefix.
8026 2005-02-16 Richard M. Stallman <rms@gnu.org>
8028 * replace.el (perform-replace): Pass new args to replace-highlight.
8029 (replace-highlight): Take region args,
8030 and pass them to isearch-lazy-highlight-new-loop.
8032 * novice.el (disabled-command-hook): Autoload the defalias
8033 and the make-obsolete-variable call.
8035 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
8037 * isearch.el (isearch-lazy-highlight-start-limit)
8038 (isearch-lazy-highlight-end-limit): New variables limit
8039 the region for highlighting.
8040 (isearch-lazy-highlight-new-loop): New args BEG and END.
8041 (isearch-lazy-highlight-search): Use the new vars.
8042 (isearch-lazy-highlight-update): Likewise.
8044 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
8046 * cus-start.el (all): Use default-boundp.
8048 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
8050 * menu-bar.el (menu-bar-select-frame): Handle current frame.
8052 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
8054 * autorevert.el (auto-revert-stop-on-user-input)
8055 (auto-revert-verbose): Doc fixes.
8057 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
8059 * international/mule-cmds.el (set-locale-environment): Remove call
8060 to set-selection-coding-system on Windows.
8062 2005-02-15 Jay Belanger <belanger@truman.edu>
8064 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
8065 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
8067 (math-simplify-sqrt): Add simplifications.
8069 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
8072 * calc/calc-ext.el: Add functions to autoloads.
8074 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
8075 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
8076 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
8077 (math-csc-raw, math-cot-raw): New functions.
8079 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
8081 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
8082 the variable name in a message.
8084 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
8085 calcFunc-csc, calcFunc-cot.
8087 * calc/calcalg2.el: Add derivative and integration rules for
8088 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
8089 calcFunc-csch, calcFunc-coth.
8090 (math-do-integral-methods): Add to checks for when to use
8093 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
8095 2005-02-15 Lute Kamstra <lute@gnu.org>
8097 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8098 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
8099 <monnier@iro.umontreal.ca>
8100 (lisp-outline-level): Improve efficiency. Suggested by David
8101 Kastrup <dak@gnu.org>.
8103 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
8105 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
8106 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
8107 (gdb-set-gud-minor-mode-existing-buffers): New functions.
8108 (gdb-find-file-hook): New hook. Add it to find-file-hook.
8109 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
8111 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
8113 * cus-start.el (all): Comment change.
8115 2005-02-14 Lute Kamstra <lute@gnu.org>
8117 * cus-start.el (all): Check if symbol is void.
8119 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
8121 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
8122 optional argument to \cite.
8124 2005-02-14 Richard M. Stallman <rms@gnu.org>
8126 * cus-edit.el (custom-buffer-create-internal): Update help message.
8127 (custom-magic-alist): Update help messages.
8129 * cus-start.el (all): Allow a var to specify a standard value.
8131 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
8133 * custom.el (custom-theme-set-variables): Handle variable aliases.
8135 * frame.el (blink-cursor-timer): Doc fix.
8136 (blink-cursor): Make it an alias for `blink-cursor-mode' and
8138 (blink-cursor-mode): Define with defcustom and use correct
8139 standard expression in that defcustom.
8140 * startup.el (command-line): Adapt to above changes in frame.el.
8142 2005-02-11 Lute Kamstra <lute@gnu.org>
8144 * apropos.el (apropos-score-doc): Prevent division by zero.
8146 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
8148 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
8149 (icalendar--get-event-property-attributes)
8150 (icalendar--get-event-properties)
8151 (icalendar--datetime-to-diary-date): New functions.
8152 (icalendar--split-value): Doc fix.
8153 (icalendar--datetime-to-noneuropean-date)
8154 (icalendar--datetime-to-european-date): New optional argument
8155 SEPARATOR. Return result as a string instead of a list.
8156 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
8157 (icalendar--convert-string-for-export): Rename arg S to STRING.
8158 (icalendar-export-region): Doc fix. Change name of error buffer.
8160 (icalendar-import-file): Add blank at end of prompt.
8161 (icalendar-import-buffer): Doc fix. Do not switch to error
8162 buffer. Indicate status in return value.
8163 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
8164 buffer. Save output buffer. Handle exception from recurrence
8165 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
8166 events. Fix problems with weekly all-day events.
8168 2005-02-10 Richard M. Stallman <rms@gnu.org>
8170 * simple.el (eval-expression-print-format):
8171 Avoid warning about edebug-active.
8173 * help.el (help-for-help-internal): Rename from help-for-help.
8174 (help-for-help): Define with defalias.
8176 * font-core.el (font-lock-default-function): Use with-no-warnings.
8178 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
8180 * custom.el (defface): Doc fix.
8182 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
8184 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
8185 width 0" to prevent word wrapping problems.
8187 2005-02-09 Kim F. Storm <storm@cua.dk>
8189 * ido.el (ido-file-extensions-order): New defcustom.
8190 (ido-file-extension-lessp, ido-file-extension-aux)
8191 (ido-file-extension-order): New advanced file ordering.
8192 (ido-file-lessp): New simple file ordering.
8193 (ido-sort-list): Remove.
8194 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
8195 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
8197 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
8199 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
8200 that some versions of grep produce.
8201 (grep-mode-font-lock-keywords): Likewise.
8203 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
8205 * progmodes/gdb-ui.el (gdb-location-list): New variable.
8207 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
8208 (gdb-source-info): Treat case when source file is in another
8210 (gdb-get-location): New function.
8212 2005-02-07 Jay Belanger <belanger@truman.edu>
8214 * calc/calc-prog.el (calc-write-parse-table-part)
8215 (calc-fix-token-name): Fix a check for language type.
8217 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
8219 2005-02-07 Andre Spiegel <spiegel@gnu.org>
8221 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
8222 as directory not writable.
8224 2005-02-07 Kim F. Storm <storm@cua.dk>
8226 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
8227 (cua--standard-movement-commands): Remove list.
8228 Instead, set CUA property value to move for movement commands.
8229 (cua-movement-commands): Remove. Users must set CUA prop instead.
8230 (cua--pre-command-handler): Check CUA property.
8231 (cua--init-keymaps): Don't remap undo commands.
8232 (cua-mode): Don't call cua--rectangle-on-off.
8234 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
8235 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
8236 (cua--rect-undo-set-point): New var.
8237 (cua--rectangle-undo-boundary): Setup undo apply entry.
8238 (cua--rect-undo-handler): New function for rectangle undo.
8239 (cua--rect-start-position, cua--rect-end-position): Add.
8240 (cua--rectangle-post-command): Call cua--rectangle-set-corners
8241 for restored rectangle. Set point if cua--rect-undo-set-point.
8243 2005-02-06 Jay Belanger <belanger@truman.edu>
8245 * calc/calc-lang.el (calc-tex-language): Display more information
8248 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
8251 2005-02-06 Richard M. Stallman <rms@gnu.org>
8253 * emacs-lisp/lisp.el (buffer-end): Doc fix.
8255 2005-02-05 Arne_J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
8257 * net/ldap.el (ldap-search-internal): Support attributes with
8258 optional descriptions separated by a semi-colon, as in
8259 "userCertificate;binary".
8261 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8263 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
8264 isn't a cons (i.e. the version is 0).
8266 2005-02-05 Eli Zaretskii <eliz@gnu.org>
8268 * help.el (help-for-help): Doc fix.
8270 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
8272 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
8273 GDB-Windows on the menu-bar as this works better.
8275 2005-02-04 Jay Belanger <belanger@truman.edu>
8277 * calc/calc-embed.el (calc-embedded-update): Don't put in
8278 unnecessary newlines. Adjust the end of formula marker.
8280 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
8281 (math-latex-parse-two-args): New function.
8283 2005-02-03 Lute Kamstra <lute@gnu.org>
8285 * help-fns.el (help-with-tutorial): Make sure that users cannot
8286 remove the entire text of the tutorial by means of `undo'.
8288 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
8290 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
8291 in recent changes, where the ispell process was repeatedly
8294 * international/mule-cmds.el (set-locale-environment): Set file-name
8295 coding system to utf-8 on Darwin systems.
8296 (set-default-coding-systems): Don't set default-file-name-coding-system
8299 2005-02-03 Richard M. Stallman <rms@gnu.org>
8301 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
8303 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
8305 * faces.el (list-faces-display): Add optional argument.
8307 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
8309 * font-core.el (font-lock-default-function): Handle the rare case where
8310 only font-lock-keywords is set.
8312 2005-02-02 Kenichi Handa <handa@m17n.org>
8314 * international/characters.el: Cancel previous change for
8315 I-WITH-DOT-ABOVE and DOTLESS-i.
8317 * international/latin-5.el: Cancel previous change.
8319 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8321 * progmodes/gud.el: Correction to syntax in gud-menu-map.
8323 2005-02-02 Kenichi Handa <handa@m17n.org>
8325 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
8328 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
8329 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
8331 * case-table.el (get-upcase-table): New function.
8332 (copy-case-table): Copy upcaes table too if non-nil.
8333 (set-case-syntax-delims): Maintain upcase table too.
8334 (set-case-syntax-pair): Likewise.
8335 (set-upcase-syntax, set-downcase-syntax): New functions.
8336 (set-case-syntax): Maintain upcase table too.
8338 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
8340 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
8342 * progmodes/gud.el (gud-goto-info): New function.
8343 (gud-tool-bar-map): Use correct icon.
8345 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8347 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
8348 When delegating, order args in the funcall correctly.
8350 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
8352 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
8354 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
8356 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
8357 buffer not visiting a file.
8359 2005-01-31 Jay Belanger <belanger@truman.edu>
8361 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
8362 bound on the line with the formula.
8364 2005-01-31 Kim F. Storm <storm@cua.dk>
8366 * ses.el (ses-create-cell-variable-range)
8367 (ses-destroy-cell-variable-range, ses-reset-header-string)
8368 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
8369 (ses-insert-row): Fix format of apply undo entries.
8371 2005-01-31 Jay Belanger <belanger@truman.edu>
8373 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
8376 * calc/calc-embed.el (calc-embedded-open-formula)
8377 (calc-embedded-close-formula): Ignore matrix environments.
8379 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
8382 * calc/calc-lang.el (math-function-table, math-oper-table)
8383 (math-variable-table): Adjust the LaTeX portions.
8385 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
8386 (math-latex-ignore-words): New constant.
8388 2005-01-31 Richard M. Stallman <rms@gnu.org>
8390 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
8391 (ispell-local-dictionary): Doc fix.
8392 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
8393 Don't reinitialize at run time. Don't defcustom.
8394 All uses changed to append ispell-local-dictionary-alist,
8396 (ispell-current-dictionary): New variable for dictionary in use.
8397 (ispell-dictionary): Now used only for global default.
8398 (ispell-start-process): Set ispell-current-dictionary,
8399 not ispell-dictionary.
8400 (ispell-change-dictionary): Use this only for setting
8402 (ispell-internal-change-dictionary): New function
8403 to change the current dictionary in use.
8404 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
8405 Use ispell-current-dictionary.
8406 Handle ispell-local-dictionary-overridden.
8407 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
8409 2005-01-31 Jay Belanger <belanger@truman.edu>
8411 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
8413 * calc/calc-ext.el: Add calc-latex-language to autoloads.
8414 (calc-mode-map): Add calc-latex-language.
8416 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
8417 (math-latex-print-frac): New functions.
8418 (math-oper-table, math-function-table, math-variable-table)
8419 (math-complex-format, math-input-filter): Add latex properties.
8420 (calc-set-language): Set math-expr-special-function-mapping.
8422 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
8423 (calc-write-parse-table-part): Add LaTeX support.
8425 * calc/calc.el (calc-language): Adjust docstring.
8426 (calc-set-mode-line): Add LaTeX support.
8427 (math-expr-special-function-mapping): New variable.
8428 (math-tex-ignore-words): Add to list.
8430 * calc/calccomp.el (math-compose-expr, math-compose-rows):
8432 (math-compose-expr): Add support for special functions.
8434 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
8436 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
8438 * progmodes/gdb-ui.el (gdb-memory-address)
8439 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
8440 (gdb-memory-mode-map, gdb-memory-format-keymap)
8441 (gdb-memory-format-menu, gdb-memory-unit-keymap)
8442 (gdb-memory-unit-menu): New variables for a buffer
8443 that lets the user examine program memory.
8444 (gdb-memory-set-address, gdb-memory-set-repeat-count)
8445 (gdb-memory-format-binary, gdb-memory-format-octal)
8446 (gdb-memory-format-unsigned, gdb-memory-format-signed)
8447 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
8448 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
8449 (gdb-memory-unit-word, gdb-memory-unit-halfword)
8450 (gdb-memory-unit-byte, gdb-memory-unit-menu)
8451 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
8452 (gdb-memory-mode, gdb-memory-buffer-name)
8453 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
8454 New functions for above buffer.
8456 2005-01-30 Richard M. Stallman <rms@gnu.org>
8458 * cus-edit.el (custom-bury-buffer): Function deleted.
8459 (custom-buffer-done-function): Option deleted.
8460 (custom-buffer-done-kill): New (replacement option.
8461 (Custom-buffer-done): Call quit-window.
8462 (custom-buffer-create-internal): Update for above changes.
8464 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
8466 * simple.el (undo-ask-before-discard): New var.
8467 (undo-outer-limit-truncate): Implement it.
8468 (undo-extra-outer-limit): Doc update.
8470 2005-01-29 Richard M. Stallman <rms@gnu.org>
8472 * ses.el (undo-more): Delete defadvice.
8473 (ses-begin-change): Doc fix.
8475 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
8476 instead of rebinding C-x u and C-_.
8478 * files.el (normal-backup-enable-predicate): Return nil for files
8479 in /tmp, regardless of temporary-file-directory.
8481 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
8483 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
8484 (open-rectangle, delete-whitespace-rectangle-line)
8485 (clear-rectangle-line): If FILL, pass t instead of FILL
8486 for move-to-column's 2nd arg.
8488 * simple.el (undo): Fix the test for continuing a series of undos.
8489 (undo-more): Set pending-undo-list to t when we reach end.
8490 (pending-undo-list): Move up defvar.
8492 * wid-edit.el (widget-button-click):
8493 Shorten the range of the track-mouse binding.
8495 * comint.el (comint-insert-input): Undo previous changes;
8496 use last-input-event in interactive spec.
8498 2005-01-29 Eli Zaretskii <eliz@gnu.org>
8500 * progmodes/compile.el (compilation-start): Bind buffer-read-only
8501 to nil before invoking call-process. Reset buffer's modified flag
8502 after fontifying it in the no-async branch.
8504 * wid-edit.el (widget-specify-button): If mouse pointer shape
8505 cannot be changed, use mouse face instead.
8507 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
8509 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
8510 (gdb-goto-breakpoint): Make breakpoint handling work on template
8511 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
8512 (gdb-assembler-custom): Update to recognize breakpoint information
8513 added on 2005-01-19.
8515 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
8517 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
8518 (dsssl-mode): Use define-derived-mode.
8519 (scheme-mode-initialize): Remove.
8520 (scheme-mode): Use run-mode-hooks.
8522 * cus-edit.el (customize-group-other-window)
8523 (custom-buffer-create-other-window): Don't override special-display-*.
8524 (custom-mode-map): Make it dense.
8526 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
8527 sets the default value.
8529 2005-01-28 Eli Zaretskii <eliz@gnu.org>
8531 * descr-text.el: Add more keywords.
8533 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
8535 * speedbar.el: Avoid unnecessary use of locate-library.
8537 * international/mule-cmds.el (standard-display-european-internal):
8538 Don't fiddle with latin-1 non-break space any more since it's now
8539 special cased in the C code.
8540 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
8542 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
8544 * cus-start.el (all): Add `undo-outer-limit'.
8546 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
8548 * textmodes/bibtex.el (bibtex-format-entry):
8549 Use `bibtex-empty-field-re' only on the text of fields, not on entire
8551 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
8552 not on part of a buffer.
8554 2005-01-25 Lute Kamstra <lute@gnu.org>
8556 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
8557 nonempty field text strings like "{letters\\macro{}more letters}".
8559 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
8560 (bibtex-entry-offset, bibtex-parse-association)
8561 (bibtex-parse-field-name): Fix typos in docstrings.
8562 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
8564 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
8566 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
8567 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
8568 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
8569 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
8571 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
8574 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
8576 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
8578 2005-01-24 Lute Kamstra <lute@gnu.org>
8580 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
8581 CASECHARS and NOT-CASECHARS regular expressions of the
8582 "nederlands" and "nederlands8" dictionaries to prevent a "Range
8583 striding over charsets" error.
8585 2005-01-24 Jay Belanger <belanger@truman.edu>
8587 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
8588 display variable name.
8590 2005-01-24 Kenichi Handa <handa@m17n.org>
8592 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
8593 Fix setting of the element of encoded-kbd-iso2022-invocations.
8595 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
8597 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
8598 (gdb-threads-select): Change to also accept mouse events.
8599 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
8600 (gdb-threads-mouse-select): Delete.
8602 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
8604 * files.el (insert-directory): Take care of empty directory,
8605 listed without -a switch.
8607 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
8609 * textmodes/refill.el (refill-post-command-function):
8610 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
8611 to the list of functions that we should be careful not to undo.
8612 (refill-late-fill-paragraph-function): Remove.
8613 (refill-saved-state): New var.
8614 (refill-mode): Use it to save fill-paragraph-function.
8615 Save also the value of auto-fill-function.
8617 * term/w32-win.el: Simplify code.
8619 2005-01-23 Kim F. Storm <storm@cua.dk>
8621 * simple.el (line-move): Adapt to new return value from
8622 pos-visible-in-window-p.
8624 * simple.el (line-move): Fix last change. Check partial
8625 visibility at point rather than at window-start.
8627 2005-01-22 Jason Rumney <jasonr@gnu.org>
8629 * term/w32-win.el (xw-defined-colors): Remove debug-message.
8631 2005-01-22 David Kastrup <dak@gnu.org>
8633 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
8635 2005-01-22 Eli Zaretskii <eliz@gnu.org>
8637 * type-break.el (type-break-mode): Add a test for
8638 type-break-file-name being non-nil.
8640 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
8642 * net/eudc.el (top level): Call (message "") via progn, so that
8643 eudc-options-file is loaded.
8645 2005-01-22 Kim F. Storm <storm@cua.dk>
8647 * simple.el (line-move-1): Rename from line-move.
8648 (line-move): New function that adjusts vscroll for partially
8649 visible rows, and calls line-move-1 otherwise.
8651 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
8653 * pcomplete.el: define pcomplete-read-event instead of read-event,
8654 since it's not a complete read-event implementation
8656 2005-01-20 Jay Belanger <belanger@truman.edu>
8658 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
8659 for called function.
8661 2005-01-20 Steven Tamm <steventamm@mac.com>
8663 * term/mac-win.el (process-connection-type): Remove.
8664 Controlled now by s/darwin.h:PTY_ITERATION.
8666 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
8668 * window.el (handle-select-window): Don't switch window when we're
8671 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
8673 * subr.el (dotimes-with-progress-reporter): New macro.
8675 * ses.el (ses-dotimes-msg): Remove macro.
8676 Use `dotimes-with-progress-reporter' instead.
8678 2005-01-19 Steven Tamm <steventamm@mac.com>
8680 * term/mac-win.el (process-connection-type): Use new
8681 operating-system-release variable to use ptys on Darwin 7 (OS X
8682 10.3) when using carbon build.
8684 2005-01-19 Jay Belanger <belanger@truman.edu>
8686 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
8687 flags if the last command was a tab or M-tab.
8689 * calc/calc-prog.el (calc-user-define-edit): Put original formula
8690 in formula editing buffer.
8692 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8694 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
8695 breakpoint image symbol in margin.
8697 2005-01-19 Jay Belanger <belanger@truman.edu>
8699 * calc/calc-prog.el (calc-execute-kbd-macro):
8700 Ignore calc-keep-arg-flag.
8702 2005-01-19 Kenichi Handa <handa@m17n.org>
8704 * textmodes/ispell.el (ispell-looking-at): New function.
8705 (ispell-process-line): Use ispell-looking-at to compare the ispell
8706 output and the buffer contents.
8708 2005-01-18 Jay Belanger <belanger@truman.edu>
8710 * calc/calc.el (calc-display-raw): Fix docstring.
8712 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
8714 * simple.el (blink-matching-open): Strip extra info from syntax.
8716 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
8717 funny chars in the end-of-here-doc marker.
8719 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
8721 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
8722 that enable/disabled state of breakpoints is shown correctly in
8724 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
8725 Add breakpoint information as text properties.
8726 (gdb-mouse-toggle-breakpoint):
8727 Rename to gdb-mouse-set-clear-breakpoint.
8728 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
8729 breakpoints in the margin.
8730 (gdb-remove-strings): Simplify.
8732 2005-01-17 Jay Belanger <belanger@truman.edu>
8734 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
8737 2005-01-17 Richard M. Stallman <rms@gnu.org>
8739 * progmodes/grep.el (grep-find): Copy from `grep' the condition
8740 for calling grep-compute-defaults.
8742 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
8745 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
8747 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
8749 * hilit-chg.el (highlight-changes-mode): Don't autoload.
8751 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
8752 non-preloaded variables.
8754 2005-01-17 Steven Tamm <steventamm@mac.com>
8756 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
8757 tex-shell cause to force interactivity when using pipes.
8759 2005-01-17 Kim F. Storm <storm@cua.dk>
8761 * simple.el (just-one-space): Make arg optional.
8763 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
8765 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
8766 posn-at-x-y to t to access left-margin.
8768 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
8770 Sync with Tramp 2.0.47.
8772 * tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
8773 catching keep-date problems in cp/scp operations.
8774 (tramp-handle-copy-file): Don't call `set-file-modes'
8775 unconditionally. Specialized functions should know better what is
8776 necessary. This improves performance a little bit, and the
8777 functions could catch errors with `cp -p' and `scp -p'.
8778 (tramp-do-copy-or-rename-file-via-buffer)
8779 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
8781 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
8782 Call `set-file-modes' when appropriate.
8783 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
8784 Johnsson <isak@hypergene.com>
8785 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
8786 of both Tramp buffer and debug buffer. Reported by Joakim Verona
8788 (tramp-file-name-for-operation): Mark `shell-command' as magic for
8791 * tramp-util.el (tramp-minor-mode): New minor mode. Add it to
8792 `find-file-hooks' and `dired-mode-hook'.
8793 (tramp-minor-mode-map): Respective map. Add remapping for
8794 `compile' and `recompile'.
8795 (tramp-remap-command, tramp-recompile): New defuns.
8796 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
8797 in buffer "*Compilation*". Call the commands asynchronously.
8799 * tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
8800 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
8801 `shell-command', because it isn't magic in XEmacs. Reported by
8802 Adrian Aichner <adrian@xemacs.org>.
8804 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
8805 `substitute-in-file-name.
8806 (tramp-smb-handle-substitute-in-file-name): New defun.
8807 (tramp-smb-advice-PC-do-completion): Delete advice.
8809 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
8811 * tramp.el (tramp-wait-for-output): Fix typo in echo processing.
8812 Fix error in deleting region.
8814 2005-01-15 Richard M. Stallman <rms@gnu.org>
8816 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
8817 In non-temp buffer, switch syntax table temporarily.
8819 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
8821 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
8823 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
8825 * imenu.el (imenu--split-menu): Copy menulist before sorting.
8826 (imenu--generic-function): Use START, not BEG, as pos of definition.
8828 * simple.el (just-one-space): Argument specifies number of spaces.
8830 * simple.el (eval-expression-print-format): Avoid warning
8831 about edebug-active.
8833 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
8835 * progmodes/sh-script.el: Code copied from make-mode.el
8837 (sh-mode-map): Bind C-c C-\.
8838 (sh-backslash-column, sh-backslash-align): New variables.
8839 (sh-backslash-region, sh-append-backslash): New functions.
8841 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
8843 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
8844 (rmail-pop-password, rmail-pop-password-required): Move to
8845 rmail-obsolete group.
8846 (rmail-set-pop-password): Rename to rmail-set-remote-password.
8847 All callers updated.
8848 (rmail-get-pop-password): Rename to rmail-get-remote-password.
8849 Take an argument specifying whether it is POP or IMAP mailbox we
8850 are using. All callers updated.
8851 (rmail-pop-password-error): Rename to
8852 rmail-remote-password-error. Added mailutils-specific error message.
8853 (rmail-movemail-search-path)
8854 (rmail-movemail-variant-in-use): New variables.
8855 (rmail-remote-password, rmail-remote-password-required):
8856 New customization variables.
8857 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
8858 (rmail-parse-url): New function.
8859 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
8860 with GNU mailutils movemail.
8862 2005-01-15 Kevin Ryde <user42@zip.com.au>
8864 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
8865 suffix to space, $ or '$, to correctly position point when going
8866 to @table style constants like DBL_MAX.
8868 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
8870 * type-break.el (type-break-mode, type-break-file-time)
8871 (type-break-file-keystroke-count, type-break-choose-file):
8872 Don't store data in or load data from the file if type-break-file-name
8874 (type-break-file-name): Doc update as per the above.
8876 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
8878 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
8879 lookup-key might return nil; handle that.
8881 2005-01-15 Alan Mackenzie <acm@muc.de>
8883 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
8884 rather than the element found, thus enabling the tree to be setcar'd.
8886 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8888 * textmodes/org.el (org-show-following-heading): New option.
8889 (org-show-hierarchy-above): Use `org-show-following-heading'.
8890 (org-cycle): Documentation fix.
8892 * textmodes/org.el (orgtbl-optimized): New option
8893 (orgtbl-mode): New command, a minor mode.
8894 (orgtbl-mode-map): New variable.
8895 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
8896 (orgtbl-error, orgtbl-self-insert-command)
8897 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
8899 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
8900 a local variable in each org-mode buffer.
8902 * textmodes/org.el (org-set-regexps-and-options): Rename from
8903 `org-set-regexps'. Added checking for STARTUP keyword.
8904 (org-get-current-options): Add STARTUP options.
8905 (org-table-insert-row): Make mode intelligent about when
8906 realignment is needed.
8907 (org-self-insert-command, org-delete-backward-char, org-delete-char):
8909 (org-enable-table-editor): New default value `optimized'.
8910 (org-table-blank-field): Support blanking regions if active.
8912 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
8914 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
8915 if the year is not given.
8917 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
8918 Add new escapes %m and %M, fixed bug with %F by adding
8920 (reftex-reference): Remove ?. from list of spaces.
8921 (reftex-label-info): Add automatic label prefix recognition.
8923 * textmodes/reftex-index.el (reftex-index-next-phrase):
8924 Add slave parameter to call of `reftex-index-this-phrase'.
8925 (reftex-index-this-phrase): New optional argument.
8926 (reftex-index-region-phrases): Add slave parameter to call of
8927 `reftex-index-this-phrase'.
8928 (reftex-display-index): New argument redo.
8929 (reftex-index-rescan): Add 'redo to arguments of
8930 `reftex-display-index'.
8931 (reftex-index-Rescan, reftex-index-revert)
8932 (reftex-index-switch-index-tag): Add 'redo to arguments of
8933 `reftex-display-index'.
8934 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
8935 indexing. Fix bug with matching is there is a quote before or
8938 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
8939 Fix bug when collecting citation keys in lines with comments.
8940 (reftex-citation): Prefix argument no longer rescans the document,
8941 but forces prompting for optional arguments of cite macros.
8942 (reftex-do-citation): Prompting for optional arguments implemented.
8944 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8945 Add optional arguments to most cite commands.
8946 (reftex-cite-cleanup-optional-args): New option
8947 (reftex-cite-prompt-optional-args): New option.
8948 (reftex-trust-label-prefix): New option.
8950 * textmodes/reftex-toc.el (reftex-toc-find-section):
8951 Add push-mark before changing the position in the buffer.
8953 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
8954 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
8956 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
8958 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
8961 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
8963 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
8964 (sgml-mode): Use it.
8965 (sgml-get-context): Better keep track of implicitly closed tags.
8967 2005-01-13 Kenichi Handa <handa@m17n.org>
8969 * textmodes/ispell.el: These changes are to fix misalignment error
8970 caused by equivalent characters of different Emacs charsets.
8971 (ispell-unified-chars-table): New variable.
8972 (ispell-get-decoded-string): New function.
8973 (ispell-get-casechars, ispell-get-not-casechars)
8974 (ispell-get-otherchars): Call ispell-get-decoded-string.
8976 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
8978 * custom.el (custom-declare-variable): Just put symbol instead
8979 of (defvar . symbol) in `current-load-list'.
8981 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
8983 * emacs-lisp/elint.el: Fixed typo in Commentary section.
8985 2005-01-12 Jay Belanger <belanger@truman.edu>
8987 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
8988 to create a Calc summary.
8990 2005-01-12 Kim F. Storm <storm@cua.dk>
8992 * mouse.el (mouse-on-link-p): Change functionality and doc
8993 string to comply with latest description in lisp ref.
8995 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
8997 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
8998 Enable mouse clicks on mode-line, header-line and margin.
8999 (event-type): Give mouse event symbols an 'event-kind property
9000 with value 'mouse-click.
9002 2005-01-12 Juri Linkov <juri@jurta.org>
9004 * facemenu.el (list-colors-display): Add new arg buffer-name.
9005 Use it. Fix docstring. Replace code for identifying duplicate
9006 colors by the name with call to `list-colors-duplicates' which
9007 identifies duplicate colors by the value unless the color
9008 is one of special Windows colors. Set truncate-lines to t.
9009 Print sorted duplicate color names on each line. Indent to 22
9010 \(the longest color name in rgb.txt) instead of 20. Optimize.
9011 (list-colors-duplicates): New function.
9012 (facemenu-color-name-equal): Delete function.
9014 * facemenu.el (list-colors-print): New function created from code
9015 in list-colors-display. Print #RRGGBB at the window right edge.
9016 (list-colors-display): When temp-buffer-show-function is not
9017 defined, call list-colors-print from temp-buffer-show-hook
9018 to get the right value of window-width in list-colors-print
9019 after the buffer is displayed.
9021 * simple.el (pop-mark): Move deactivate-mark out of conditional
9022 part to deactivate the active mark regardless of the state of the
9025 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
9026 variables line in desktop files.
9028 2005-01-12 Juri Linkov <juri@jurta.org>
9030 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
9031 Bring together isearch highlight related options.
9032 (lazy-highlight): Replace group `replace' by `matching'.
9033 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9034 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9035 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
9036 and declare them obsolete.
9037 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
9038 (isearch-faces): Remove defgroup.
9039 (isearch-overlay, isearch-highlight, isearch-dehighlight):
9040 Move isearch highlighting code closer to lazy highlighting code.
9042 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
9043 (query-replace-highlight, query-replace-lazy-highlight)
9044 (query-replace): Move definitions to the beginning of the file.
9046 2005-01-11 Juri Linkov <juri@jurta.org>
9048 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
9049 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
9050 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
9052 * info.el (Info-history-forward): New variable.
9053 (Info-select-node): Reset Info-history-forward to nil.
9054 (Info-last): Turn into defalias.
9055 (Info-history-back): Rename from Info-last.
9056 Add current node to Info-history-forward.
9057 (Info-history-forward): New fun.
9058 (Info-mode-map): Replace Info-last by Info-history-back.
9059 Bind Info-history-forward to "r".
9060 (Info-mode-menu): Replace Info-last by Info-history-back.
9061 Fix menu item text. Add menu item for Info-history-forward.
9062 (info-tool-bar-map): Replace Info-last by Info-history-back.
9063 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
9064 for Info-history-forward.
9065 (Info-mode): Replace Info-last by Info-history-back in docstring.
9066 Add local variable Info-history-forward.
9067 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
9069 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
9071 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
9072 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
9073 Ignore select-window events rather than fiddle with
9074 mouse-autoselect-window.
9076 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
9078 * type-break.el (type-break-mode): Fix previous change.
9080 2005-01-10 Jay Belanger <belanger@truman.edu>
9082 * calc/calc-ext.el (calc-reset): Reset when inside embedded
9083 calculator; only reset when point is inside a calculator.
9084 Don't adjust the window height if the window takes up the whole height
9087 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
9089 * ebuff-menu.el (Electric-buffer-menu-mode):
9090 Preserve value of buffer-local var header-line-format.
9092 2005-01-09 Jay Belanger <belanger@truman.edu>
9094 * calc/calc.el (calc-mode-var-list-restore-saved-values):
9095 Make sure settings file exists before accessing it.
9097 * calc/calc-embed.el (calc-embedded-subst):
9098 Replace math-multi-subst-rec, which is only supposed to be called
9099 by math-multi-subst, by math-multi-subst.
9101 2005-01-09 Andre Spiegel <spiegel@gnu.org>
9103 * vc.el (vc-allow-async-revert): New user option.
9104 (vc-disable-async-diff): New internal variable.
9105 (vc-revert-buffer): Use them to disable asynchronous diff.
9107 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
9108 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
9109 asynchronously if vc-disable-async-diff is t.
9111 2005-01-09 Jay Belanger <belanger@truman.edu>
9113 * calc/calc.el (defcalcmodevar): New macro.
9114 (calc-mode-var-list-restore-default-values)
9115 (calc-mode-var-list-restore-saved-values): New functions.
9116 (calc-mode-var-list): Use defcalcmodevar to define it.
9117 (calc-always-load-extensions, calc-line-numbering)
9118 (calc-line-breaking, calc-display-just, calc-display-origin)
9119 (calc-number-radix, calc-leading-zeros, calc-group-digits)
9120 (calc-group-char, calc-point-char, calc-frac-format)
9121 (calc-prefer-frac, calc-hms-format, calc-date-format)
9122 (calc-float-format, calc-full-float-format, calc-complex-format)
9123 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
9124 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
9125 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
9126 (calc-matrix-brackets, calc-language, calc-language-option)
9127 (calc-left-label, calc-right-label, calc-word-size)
9128 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
9129 (calc-display-raw, calc-internal-prec, calc-angle-mode)
9130 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
9131 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
9132 (calc-window-height, calc-display-trail, calc-show-selections)
9133 (calc-use-selections, calc-assoc-selections)
9134 (calc-display-working-message, calc-auto-why, calc-timing)
9135 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
9136 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
9137 (calc-gnuplot-default-device, calc-gnuplot-default-output)
9138 (calc-gnuplot-print-device, calc-gnuplot-print-output)
9139 (calc-gnuplot-geometry, calc-graph-default-resolution)
9140 (calc-graph-default-resolution-3d, calc-invocation-macro)
9141 (calc-show-banner): Use defcalcmodevar to declare them and set
9142 their default values.
9144 * calc/calc-ext.el (calc-reset): Restore saved values of variables
9145 instead of default values (but restore default values if there is
9148 2005-01-09 David Kastrup <dak@gnu.org>
9150 * desktop.el (desktop-restore-eager): Fix typo in type.
9152 2005-01-08 Richard M. Stallman <rms@gnu.org>
9154 * cus-edit.el (customize): Delete :link.
9156 2005-01-08 Jay Belanger <belanger@truman.edu>
9158 * calc/calc.el (calc-mode): Remove the extension from the
9159 `calc-settings-file' file name when loading it.
9161 2005-01-08 Kim F. Storm <storm@cua.dk>
9163 * info.el (Info-mode-map, Info-next-link-keymap)
9164 (Info-prev-link-keymap, Info-up-link-keymap):
9165 Map follow-link to mouse-face.
9166 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
9168 2005-01-08 Jay Belanger <belanger@truman.edu>
9170 * calc/calc.el (calc-settings-file): Change default value.
9171 Suggested by cgw in a comment in calc-mode.el.
9173 * calc/calc-mode.el (calc-settings-file-name):
9174 Compare calc-settings-file to user-init-file instead of ~/.emacs.
9175 Replace ~/.emacs in a prompt by calc-settings-file.
9177 2005-01-07 Lars Hansen <larsh@math.ku.dk>
9179 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
9180 (desktop-lazy-idle-delay): New customizable variables.
9181 (desktop-buffer-args-list): New variable.
9182 (desktop-append-buffer-args): New function.
9183 (desktop-save): Call desktop-append-buffer-args for some buffers.
9184 (desktop-lazy-create-buffer): New function.
9185 (desktop-idle-create-buffers): New function.
9186 (desktop-read): Add message about buffers to restore lazily.
9187 (desktop-lazy-abort): New command.
9188 (desktop-clear): Call desktop-lazy-abort.
9189 (desktop-lazy-complete): New command.
9191 2005-01-06 Richard M. Stallman <rms@gnu.org>
9193 * emacs-lisp/find-func.el (find-face-definition):
9194 Rename from find-face.
9196 2005-01-06 Kim F. Storm <storm@cua.dk>
9198 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
9200 * man.el (Man-xref-man-page, Man-xref-header-file)
9201 (Man-xref-normal-file): Add follow-link property.
9203 2005-01-06 Jay Belanger <belanger@truman.edu>
9205 * calc/calc-units.el: Make sure the proper macro definitions are
9206 available when compiling.
9208 2005-01-06 Juri Linkov <juri@jurta.org>
9210 * isearch.el (isearch-lazy-highlight-update):
9211 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
9213 2005-01-06 Miles Bader <miles@gnu.org>
9215 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
9216 (isearch-lazy-highlight-face): Use new name.
9218 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
9220 * uniquify.el (uniquify-rationalize-file-buffer-names):
9221 Re-add an interactive spec.
9222 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
9225 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
9226 (isearch-update, isearch-done): Adjust calls accordingly.
9228 2005-01-05 Richard M. Stallman <rms@gnu.org>
9230 * custom.el (custom-set-variables, custom-theme-set-variables):
9231 Clarify documentation.
9233 * emacs-lisp/find-func.el (find-variable)
9234 (find-variable-other-window, find-variable-other-frame):
9235 Fix the TYPE args to find-function-read and find-function-do-it.
9236 (find-function): Doc fix.
9237 (find-function-at-point): Replace function-at-point alias.
9239 2005-01-04 Richard M. Stallman <rms@gnu.org>
9241 * cus-face.el (custom-declare-face):
9242 Record defface in current-load-list.
9244 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
9246 * emacs-lisp/find-func.el: Doc fixes.
9247 (find-face-regexp): New variable.
9248 (find-function-regexp-alist): New variable.
9249 (find-function-C-source): Third arg is now TYPE.
9250 (find-function-search-for-symbol): Handle general TYPE.
9251 (find-function-read, find-function-do-it): Handle general TYPE.
9252 (find-definition-noselect, find-face): New functions.
9253 (function-at-point): Alias deleted.
9255 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
9257 * battery.el (display-battery-mode): Rename from display-battery.
9258 Handle the case where it gets turned off.
9260 2005-01-04 Richard M. Stallman <rms@gnu.org>
9262 * cus-edit.el (customize): Make :link point to user doc.
9264 * man.el (Man-fontify-manpage): Turn off undo generation.
9266 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
9268 2005-01-04 Andreas Schwab <schwab@suse.de>
9270 * files.el (insert-directory): Only look for error lines in
9271 inserted text. Don't move too far after processing --dired markers.
9273 2005-01-04 Richard M. Stallman <rms@gnu.org>
9275 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
9276 Don't expand if the character is @, period, dash, etc.
9277 (define-mail-abbrev): Quote names that contain problem characters.
9279 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
9281 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
9283 2005-01-03 Richard M. Stallman <rms@gnu.org>
9285 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
9286 (query-replace-highlight, query-replace-lazy-highlight)
9287 (query-replace): Definitions moved up. Doc fix.
9289 2005-01-03 Richard M. Stallman <rms@gnu.org>
9291 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
9292 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
9293 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
9294 (lazy-highlight-face): Rename from isearch-lazy-...
9295 Change all references to them.
9297 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
9299 * cus-edit.el (custom-file): Doc fix for defcustom.
9300 (custom-file): The function no longer sets the variable
9301 `custom-file' to its return value.
9303 * startup.el (command-line): No longer load `custom-file'.
9305 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
9307 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
9309 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
9310 Don't confuse module-prefixed identifiers for labels.
9311 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
9313 2005-01-02 Richard M. Stallman <rms@gnu.org>
9315 * files.el (basic-save-buffer-1): Fix previous change.
9317 * loadhist.el (file-loadhist-lookup): New function.
9318 (file-provides, file-requires): Use it.
9320 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
9321 instead of calculating the right size.
9323 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
9325 * vc-svn.el (vc-svn-diff): Stay local if possible.
9327 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
9329 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
9331 * files.el (hack-local-variables): Fix last change.
9333 2005-01-02 Jay Belanger <belanger@truman.edu>
9335 * calc/calc-yank.el (calc-edit-top): New variable.
9336 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
9337 object. Change header properties.
9338 (calc-edit-finish, calc-edit-finish-stack-object)
9339 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
9341 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
9342 for the beginning of the edited object.
9343 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
9344 for the beginning of the edited object.
9345 * calc/calc-prog.el (calc-edit-macro-finish-edit)
9346 (calc-finish-formula-edit, calc-macro-repeats)
9347 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
9348 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
9349 beginning of the edited object.
9350 (calc-user-define-edit): Change the header for editing macros.
9351 Remove unnecessary variable.
9353 2005-01-01 Jay Belanger <belanger@truman.edu>
9355 * calc/calc-yank.el (calc-edit-mode): Change default header.
9356 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
9357 * calc/calc-store.el (calc-edit-variable): Change title to match new
9359 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
9360 mode to match new header.
9361 (calc-user-define-edit): Change titles to include names of commands.
9362 (calc-finish-formula-edit): Adjust to handle new header.
9363 (calc-finish-macro-edit): Remove.
9364 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
9365 (calc-edit-macro-command, calc-edit-macro-command-type)
9366 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
9367 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
9368 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
9369 (calc-edit-macro-finish-edit): New functions.
9370 (calc-user-define-edit): Use new functions to edit named calc macros.
9372 2005-01-01 Stefan <monnier@iro.umontreal.ca>
9374 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
9376 * ses.el (copy-region-as-kill): Deactivate mark.
9378 2005-01-01 Richard M. Stallman <rms@gnu.org>
9380 * replace.el (occur-1): If the output buffer is also an input,
9381 don't kill it, rename it.
9383 * faces.el (set-face-background, set-face-foreground): Doc fix.
9385 * cus-face.el (custom-face-attributes): Fix :help-echo strings
9386 for :foreground and :background.
9388 * dired.el (dired-view-command-alist): Variable deleted.
9389 (dired-view-file, dired-mouse-find-file-other-window):
9390 Delete the code to use it.
9392 2005-01-01 Kim F. Storm <storm@cua.dk>
9394 * image.el (insert-sliced-image): Use t for line-height property.
9396 2004-12-31 Jay Belanger <belanger@truman.edu>
9398 * calc/calc-store.el (calcVar-digit, calcVar-oper): Remove the need
9399 for "var-" at the beginning of the minibuffer.
9401 2004-12-31 Richard M. Stallman <rms@gnu.org>
9403 * faces.el (read-face-name):
9404 Don't treat an attribute spec as a list of faces.
9406 * simple.el (undo): Use undo-equiv-table to detect
9407 unexpected changes since previous undo.
9408 (undo-list-saved): Variable deleted.
9409 (buffer-disable-undo): Don't alter undo-list-saved.
9411 * files.el (require-final-newline): Allow `visit' and `visit-save'.
9412 (mode-require-final-newline): New option.
9413 (after-find-file): Handle require-final-newline with new values.
9414 (basic-save-buffer): Handle new values of require-final-newline.
9416 * progmodes/sh-script.el (sh-require-final-newline):
9417 Alist value now controls whether to use mode-require-final-newline.
9418 (sh-set-shell): Implement that new meaning.
9420 * progmodes/cc-vars.el (c-require-final-newline): Fix custom type, doc.
9421 * progmodes/cc-mode.el (c-common-init): Use mode-require-final-newline.
9422 * progmodes/antlr-mode.el (antlr-mode): Use mode-require-final-newline.
9423 Delete old-Emacs compatibility code.
9424 (antlr-c-common-init): Function deleted.
9426 * net/snmp-mode.el (snmp-common-mode): Use mode-require-final-newline.
9427 * progmodes/vhdl-mode.el (vhdl-mode): Use mode-require-final-newline.
9428 * progmodes/simula.el (simula-mode): Use mode-require-final-newline.
9429 * progmodes/python.el (python-mode): Use mode-require-final-newline.
9430 * progmodes/perl-mode.el (perl-mode): Use mode-require-final-newline.
9431 * progmodes/modula2.el (modula-2-mode): Use mode-require-final-newline.
9432 * progmodes/mixal-mode.el (mixal-mode): Use mode-require-final-newline.
9433 * progmodes/idlwave.el (idlwave-mode): Use mode-require-final-newline.
9434 * progmodes/icon.el (icon-mode): Use mode-require-final-newline.
9435 * progmodes/fortran.el (fortran-mode): Use mode-require-final-newline.
9436 * progmodes/f90.el (f90-mode): Use mode-require-final-newline.
9437 * progmodes/cperl-mode.el (cperl-mode): Use mode-require-final-newline.
9438 * progmodes/cfengine.el (cfengine-mode): Use mode-require-final-newline.
9439 * progmodes/ada-mode.el (ada-mode): Use mode-require-final-newline.
9440 * textmodes/text-mode.el (text-mode): Use mode-require-final-newline.
9441 * textmodes/texinfo.el (texinfo-mode): Use mode-require-final-newline.
9443 2004-12-31 Jay Belanger <belanger@truman.edu>
9445 * calc/calc-graph.el (calc-graph-show-dumb): Mention C-cC-c as the
9446 way to return to Calc.
9448 * calc/calc-yank.el (calc-edit-mode): Mention C-cC-c as the way to
9449 finish, C-xk as the way to cancel the edit. Add cancel routine to
9452 * calc/calc.el (calc-same-interface, calc-quit): Remove obsolete
9455 * calc/calc-prog.el: Remove obsolete MacEdit code.
9456 (calc-macro-edit-algebraic, calc-macro-edit-variable)
9457 (calc-macro-edit-variable-2, calc-macro-edit-quick-digit): Remove.
9459 2004-12-31 Kenichi Handa <handa@m17n.org>
9461 * international/mule.el (buffer-file-coding-system-explicit):
9462 Rename for explicit-buffer-file-coding-system.
9463 (after-insert-file-set-coding): Adjust for the above change.
9465 * files.el (revert-buffer): Change explicit-buffer-file-coding-system
9466 to buffer-file-coding-system-explicit.
9467 (basic-save-buffer-1): Likewise.
9469 2004-12-30 Richard M. Stallman <rms@gnu.org>
9471 * textmodes/artist.el (artist-butlast-fn): Var deleted.
9472 (artist-butlast, artist-last): Functions deleted.
9473 (artist-ellipse-mirror-quadrant): Call last and butlast directly.
9474 (artist-compute-key-compl-table): Call remq directly.
9475 (artist-remove-nulls): Function deleted.
9476 (artist-vaporize-lines, artist-flood-fill): Use push and pop directly.
9477 (artist-push, artist-pop): Macro deleted.
9479 2004-12-30 Andreas Leue <al@sphenon.de>
9481 * textmodes/artist.el (artist-version): 1.2.6
9482 (artist-prev-next-op-alist): New variable.
9483 (artist-select-next-op-in-list): New function.
9484 (artist-select-prev-op-in-list): New function.
9485 (artist-make-prev-next-op-alist): New function.
9486 (artist-is-in-op-list-p): New function.
9487 (artist-get-first-non-nil-op): New function.
9488 (artist-get-last-non-nil-op): New function.
9489 (artist-mode-init): Call artist-get-last-non-nil-op to initialize
9490 artist-prev-next-op-alist.
9491 (artist-mode-map): Add binding for C-mouse-4 and C-mouse-5 to
9492 change drawing operation.
9494 2004-12-30 Luc Teirlinck <teirllm@auburn.edu>
9496 * autorevert.el (auto-revert-tail-handler): Put in undo boundaries.
9498 2004-12-31 Masatake YAMATO <jet@gyve.org>
9500 * server.el (server-process-filter): Suppress `error', too.
9502 2004-12-30 Jay Belanger <belanger@truman.edu>
9504 * calc/calc-store.el (calc-copy-variable): Fix mistyped variable name.
9505 Change the way a variable is displayed in a message.
9507 * calc/calc-prog.el (calc-user-define-edit, calc-finish-macro-edit)
9508 (calc-user-define-permanent, calc-execute-kbd-macro):
9509 Replace old function MacEdit-parse-keys with edmacro-parse-keys.
9511 2004-12-30 Kenichi Handa <handa@m17n.org>
9513 * files.el (basic-save-buffer-1):
9514 Set explicit-buffer-file-coding-system to last-coding-system-used.
9515 (revert-buffer): Pay attention to
9516 explicit-buffer-file-coding-system (not buffer-file-coding-system)
9517 on bind coding-system-for-read.
9519 * international/mule.el (explicit-buffer-file-coding-system):
9520 New buffer local variable.
9521 (after-insert-file-set-coding): Set it to coding-system-for-read.
9523 2004-12-29 Luc Teirlinck <teirllm@auburn.edu>
9525 * autorevert.el (auto-revert-tail-mode): Doc fix for defvar.
9527 2004-12-29 Sanghyuk Suh <han9kin@mac.com>
9529 * term/mac-win.el (mac-drag-n-drop): Handle drag-n-drop events
9530 that include line numbers.
9532 2004-12-29 Milan Zamazal <pdm@zamazal.org>
9534 * files.el (hack-local-variables): If no PREFIX, set it to "^".
9535 Redundant variable PREFIXLEN removed.
9537 2004-12-28 Matt Hodges <MPHodges@member.fsf.org>
9539 * eshell/em-hist.el (eshell-previous-matching-input):
9540 Start the deletion from the end of the output.
9542 2004-12-29 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9544 * term/mac-win.el: Require x-dnd.
9545 (mac-drag-n-drop): Sync with W32 version. Use x-dnd.el functions.
9547 2004-12-29 David Kastrup <dak@gnu.org>
9549 * international/mule.el (decode-coding-inserted-region):
9550 Don't barf if `buffer-undo-list' is already set to `t'.
9552 2004-12-29 Jay Belanger <belanger@truman.edu>
9554 * calc/calc-prog.el (calc-user-define-formula): Put default values
9555 for function names in prompts.
9556 (calc-user-define-permanent, calc-user-define-composition)
9557 (calc-user-define-formula): Remove the need for "calcFunc-" in the
9558 default input for algebraic functions.
9560 2004-12-29 Thien-Thi Nguyen <ttn@gnu.org>
9562 * vc-rcs.el (vc-rcs-annotate-command):
9563 Fix omission bug: Call `vc-setup-buffer'.
9565 2004-12-29 Kenichi Handa <handa@m17n.org>
9567 * international/mule.el (recode-region): New function.
9569 2004-12-28 Richard M. Stallman <rms@gnu.org>
9571 * simple.el (undo-extra-outer-limit): New variable.
9572 (undo-outer-limit-truncate): Test and set it.
9574 * emacs-lisp/lisp.el (mark-sexp, mark-defun): New arg ALLOW-EXTEND
9575 enables the feature to extend the existing region.
9577 * simple.el (mark-word): New arg ALLOW-EXTEND
9578 enables the feature to extend the existing region.
9580 * textmodes/paragraphs.el (mark-paragraph): New arg ALLOW-EXTEND
9581 enables the feature to extend the existing region.
9583 * startup.el (site-run-file): Don't allow setting it with Custom.
9585 * simple.el (buffer-disable-undo): Fix previous change.
9587 2004-12-27 Masatake YAMATO <jet@gyve.org>
9589 * hexl.el (hexlify-buffer): Remove fontification here.
9590 Use font lock mechanism instead.
9591 (hexl-font-lock-keywords): New font lock kewords.
9592 (hexl-mode-old-font-lock-keywords): New variable.
9593 (hexl-mode): Store the old font lock keywords.
9594 (hexl-mode-exit): Restore the old font lock keywords.
9596 2004-12-27 Richard M. Stallman <rms@gnu.org>
9598 * simple.el (undo): Fix previous change.
9600 2004-12-27 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9602 * term/mac-win.el: Sync with x-win.el. Rearrange the contents.
9603 Call mac-clear-font-name-table if invoked on Mac OS 8/9.
9604 Call x-open-connection on Mac OS X.
9606 2004-12-27 Richard M. Stallman <rms@gnu.org>
9608 * files.el (buffer-save-without-query): New var (buffer-local).
9609 (save-some-buffers): Save those buffers first, w/o asking.
9611 * files.el (insert-directory-ls-version): New variable.
9612 (insert-directory): When ls returns an error, test the version
9613 number to decide what the return code means.
9614 With --dired output format, detect and distinguish lines
9615 that are really error messages.
9616 (insert-directory-adj-pos): New function.
9618 * bookmark.el (bookmark-jump): Nice error if BOOKMARK is nil.
9620 * battery.el (battery-mode-line-format): Remove initial spaces.
9622 * uniquify.el (uniquify-rationalize-file-buffer-names):
9623 Delete interactive spec.
9625 * type-break.el (type-break-mode): Set buffer-save-without-query.
9626 Remove code that tried to set save-some-buffers-always.
9627 (type-break-file-keystroke-count): Bind deactivate-mark.
9629 * mouse.el (mouse-drag-region): Bind mouse-autoselect-window.
9631 * simple.el (next-error-buffer-p): New arg AVOID-CURRENT.
9632 Test that the buffer is live, and maybe reject current buffer too.
9634 (next-error-find-buffer): Rewrite for clarity.
9636 * loadup.el: Don't use buffer-disable-undo; do it directly.
9638 * help-fns.el (describe-function-1): Call symbol-file with `defun'.
9639 (describe-variable): Call symbol-file with `defvar'.
9641 * subr.el (messages-buffer-max-lines): Alias for message-log-max.
9642 (symbol-file): Rewritten to handle new load-history format.
9643 Now takes an arg TYPE to specify looking for a particular
9644 type of definition only.
9646 * emacs-lisp/debug.el (debugger-make-xrefs):
9647 Call symbol-file with `defun'.
9649 * emacs-lisp/find-func.el (find-function-noselect):
9650 Call symbol-file with `defun'.
9651 (find-variable-noselect): Call symbol-file with `defvar'.
9653 * eshell/esh-cmd.el (eshell-find-alias-function):
9654 Call symbol-file with `defun'.
9656 * eshell/esh-test.el (eshell-test-goto-func):
9657 Call symbol-file with `defun'.
9659 * mail/rmail.el (rmail-resend):
9660 Let MAIL-ALIAS-FILE arg override mail-personal-alias-file.
9662 * net/goto-addr.el (goto-address-mail-regexp): Allow = in username.
9664 * progmodes/compile.el (compilation-find-buffer): Rename arg.
9666 * textmodes/texinfmt.el (texinfo-format-buffer-1):
9667 Call buffer-disable-undo.
9669 * simple.el (undo-list-saved): New variable (buffer-local).
9670 (undo): Set and test it.
9671 (buffer-disable-undo): Move here from buffer.c.
9672 Clear out undo-list-saved.
9674 * international/mule.el (decode-coding-inserted-region):
9675 Set buffer-undo-list in a correct and optimal way.
9677 * progmodes/cperl-mode.el (cperl-find-bad-style): Use with-no-warnings.
9678 (cperl-font-lock-unfontify-region-function): No need to save and
9679 restore info, since font-lock.el does it for us.
9681 * ansi-color.el (save-buffer-state): Definition deleted.
9682 (ansi-color-unfontify-region): Don't use save-buffer-state.
9684 2004-12-27 Dave Love <fx@gnu.org>
9686 * wid-edit.el (function): Use restricted-sexp as parent.
9688 2004-12-27 Kevin Ryde <user42@zip.com.au>
9690 * simple.el (next-matching-history-element): Use same
9691 `interactive' form as previous-matching-history-element.
9693 * ffap.el (ffap-string-at-point-mode-alist): Add "*" to url chars,
9694 it can appear unencoded and has been seen from yahoo.
9696 2004-12-27 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
9698 * mail/smtpmail.el (smtpmail-try-auth-methods): Send AUTH CRAM-MD5
9699 in upper case. Reported by Wojciech Polak <polak@gnu.org>.
9701 2004-12-27 Kenichi Handa <handa@m17n.org>
9703 * international/utf-8.el (utf-translate-cjk-load-tables):
9704 Bind coding-system-for-read to nil while loading subst-*.
9706 2004-12-26 Jay Belanger <belanger@truman.edu>
9708 * calc/calc-store.el (calc-read-var-name): Remove "var-" from
9711 2004-12-26 Luc Teirlinck <teirllm@auburn.edu>
9713 * buff-menu.el (Buffer-menu-revert-function): Clear out undo info
9714 before reverting and disable undo recording while reverting.
9716 2004-12-26 Thien-Thi Nguyen <ttn@gnu.org>
9718 * progmodes/hideshow.el (hs-set-up-overlay): New user var.
9719 (hs-make-overlay): New function.
9720 (hs-isearch-show-temporary): Handle `display' overlay prop specially.
9721 (hs-flag-region): Delete function.
9722 (hs-hide-comment-region): No longer use `hs-flag-region'.
9723 Instead, use `hs-discard-overlays' and `hs-make-overlay'.
9724 (hs-hide-block-at-point): Likewise.
9725 (hs-hide-level-recursive): Use `hs-discard-overlays'.
9726 (hs-hide-all, hs-show-all): Likewise.
9727 (hs-show-block): Likewise.
9728 Also, use overlay prop `hs-b-offset', not `hs-ofs'.
9730 2004-12-24 Thien-Thi Nguyen <ttn@gnu.org>
9732 * progmodes/hideshow.el: Require `cl' when compiling.
9733 Remove XEmacs and Emacs 19 compatibility.
9734 Use `dolist' and `add-to-list' for load-time actions.
9735 (hs-discard-overlays): Use `dolist'.
9736 (hs-show-block): Likewise.
9738 2004-12-23 Dan Nicolaescu <dann@ics.uci.edu>
9740 * faces.el (mode-line, mode-line-inactive): Use min-colors.
9742 2004-12-23 Thien-Thi Nguyen <ttn@gnu.org>
9744 * progmodes/hideshow.el (hs-inside-comment-p): Fix omission bug:
9745 When extending backwards, move outside the current comment first.
9747 2004-12-22 Kenichi Handa <handa@m17n.org>
9749 * international/quail.el (quail-start-translation): Fix prompt
9750 string for the case if input-method-use-echo-area being non-nil.
9751 (quail-start-conversion): Likewise.
9752 (quail-show-guidance): Don't show guidance if
9753 input-method-use-echo-area is non-nil.
9755 2004-12-21 Richard M. Stallman <rms@gnu.org>
9757 * textmodes/ispell.el (ispell-help): Bind resize-mini-windows.
9759 2004-12-21 Markus Rost <rost@ias.edu>
9761 * calendar/diary-lib.el (mark-diary-entries):
9762 Set mark-diary-entries-in-calendar only after checking for diary-file.
9764 2004-12-21 Richard M. Stallman <rms@gnu.org>
9766 * faces.el (escape-glyph): Use blue against light foreground.
9768 * simple.el (undo-outer-limit-truncate): New function.
9769 (undo-outer-limit-function): Use undo-outer-limit-truncate.
9771 2004-12-21 Eli Barzilay <eli@barzilay.org>
9773 * calculator.el (calculator-radix-grouping-mode)
9774 (calculator-radix-grouping-digits)
9775 (calculator-radix-grouping-separator):
9776 New defcustoms for the new radix grouping mode functionality.
9777 (calculator-mode-hook): Now used in electric mode too,
9778 (calculator): Call it.
9779 (calculator-mode-map): Some new keys.
9780 (calculator-message): New function. Some new calls.
9781 (calculator-op, calculator-set-register): Use it.
9782 (calculator-string-to-number): New function, mostly moved and
9783 updated code from calculator-curnum-value.
9784 (calculator-curnum-value): Use it.
9785 (calculator-paste): Use it, and update grabbing the current-kill.
9786 (calculator-rotate-displayer)
9787 (calculator-rotate-displayer-back): Toggle digit grouping when
9788 in radix mode, use calculator-message.
9789 (calculator-displayer-prev, calculator-displayer-next):
9790 Change digit group size when in radix mode.
9791 (calculator-number-to-string): Rename from
9792 calculator-num-to-string. Now deals with digit grouping in
9794 (calculator-update-display, calculator-put-value): Use the new name.
9795 (calculator-fact): Return a floating point number.
9796 (calculator-mode): Doc fix.
9798 2004-12-20 Glenn Morris <gmorris@ast.cam.ac.uk>
9800 * calendar/calendar.el (view-other-diary-entries): Add autoload.
9801 * calendar/diary-lib.el (view-other-diary-entries):
9802 Use current-prefix-arg in interactive spec.
9804 2004-12-19 Jay Belanger <belanger@truman.edu>
9806 * calc/calc-aent.el (calcAlg-blank-matching-open):
9807 Temporarily adjust the syntax of both delimiters of half-open intervals.
9809 2004-12-19 Kim F. Storm <storm@cua.dk>
9811 * mouse.el (mouse-1-click-follows-link): Doc fix.
9813 2004-12-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9815 * term/mac-win.el (encoding-vector, mac-font-encoder-list)
9816 (ccl-encode-mac-centraleurroman-font): Use centraleurroman
9817 instead of centraleuropean as the name
9819 2004-12-17 Michael Albinus <michael.albinus@gmx.de>
9821 Sync with Tramp 2.0.46.
9823 * net/tramp.el (tramp-maybe-send-perl-script): Change order of
9824 parameters wrt Tramp convention.
9825 (tramp-handle-file-attributes-with-perl)
9826 (tramp-handle-directory-files-and-attributes): Apply it.
9827 (tramp-do-copy-or-rename-file-out-of-band): Check for existence of
9828 `copy-program'. Reported by Zack Weinberg
9829 <zack@codesourcery.com>.
9830 (top): Set `edebug-form-spec' property directly rather than
9831 calling `def-edebug-spec'.
9833 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion): Make the
9834 advice less fragile. Surround temporary redefinition of
9835 `substitute-in-file-name' with `unwind-protect'. Suggested by
9836 Matt Hodges <MPHodges@member.fsf.org>.
9838 2004-12-17 Juri Linkov <juri@jurta.org>
9840 * replace.el (occur-accumulate-lines, occur-engine):
9841 Make forcing deferred font-lock fontification jit-specific.
9843 2004-12-17 Kim F. Storm <storm@cua.dk>
9845 * mouse.el (mouse-1-click-follows-link): New defcustom.
9846 (mouse-on-link-p): New function.
9847 (mouse-drag-region-1): Implement mouse-1-click-follows-link
9848 functionality. Map a mouse-1 click event into a mouse-2 (or
9849 other) event when position is inside a link.
9851 * tooltip.el (tooltip-show-help-function): Replace "mouse-2"
9852 prefix in tooltip text with "mouse-1" when this is a link
9853 recognized by mouse-1-click-follows-link functionality.
9855 * help.el (describe-key): Report effective and original binding
9856 for mouse-1 when clicked on a link.
9857 (describe-mode): Add follow-link property to "minor-mode" button.
9859 * help-fns.el (describe-variable): Add follow-link property to
9862 * help-mode.el (help-xref): Add follow-link property.
9864 * apropos.el (apropos-symbol, apropos-function, apropos-macro)
9865 (apropos-command, apropos-variable, apropos-face, apropos-group)
9866 (apropos-widget, apropos-plist): Add follow-link property.
9868 * pcvs-defs.el (cvs-mode-map): Map follow-link to a function which
9869 checks if position is in a filename, rather than some other
9870 clickable item. Function looks for cvs-filename-face at position.
9872 * wid-edit.el (widget-specify-field, widget-specify-button):
9873 Map a :follow-link keyword into a follow-link property.
9874 (link): Add :follow-link keyword, map to RET binding.
9876 * dired.el (dired-mode-map): Map follow-link to mouse-face.
9878 * progmodes/compile.el (compilation-minor-mode-map)
9879 (compilation-button-map, compilation-mode-map): Likewise.
9881 2004-12-17 Thien-Thi Nguyen <ttn@gnu.org>
9883 * play/zone.el (zone): Init `line-spacing' from orig buffer.
9884 (zone-replace-char): Take `count' and `del-count'
9885 instead of `direction'. Update callers. When `del-count' is
9886 non-nil, delete that many characters, otherwise `count' characters
9887 backwards. Insert the newly-replaced string `count' times.
9888 (zone-fret): Handle chars w/ width greater than one.
9889 (zone-fall-through-ws): No longer take window width `ww'.
9890 Update callers. Add handling for `char-width' greater than one.
9891 (zone-pgm-drip): Update var holding window-end position every cycle.
9893 2004-12-17 Andre Spiegel <spiegel@gnu.org>
9895 * vc.el (vc-default-update-changelog): Use insert-file-contents,
9896 rather than insert-file.
9898 2004-12-16 Jay Belanger <belanger@truman.edu>
9900 * calc/calc-comb.el (var-RandSeed): Don't initially bind it.
9901 (math-init-random-base, math-random-digit): Check to see if
9902 var-RandSeed is bound.
9903 (math-random-last): Declare it.
9904 (math-random-digit): Don't make math-random-last local.
9906 2004-12-16 Thien-Thi Nguyen <ttn@gnu.org>
9908 * play/zone.el (zone): Fix omission bug: Use a self-disabling
9909 one-shot thunk for uniform (error, quit, normal) recovery.
9910 Reported by John Paul Wallington.
9911 (zone-pgm-random-life): Fix bug:
9912 Recognize empty initial field by lack of "@" chars.
9914 2004-12-16 Juri Linkov <juri@jurta.org>
9916 * help.el (function-called-at-point):
9917 * help-fns.el (variable-at-point): As a last resort try stripping
9918 non-word prefixes and suffixes.
9920 * descr-text.el (describe-property-list): Don't treat syntax-table
9921 specially. Use describe-text-sexp which inserts [show] button
9922 for large objects and handles printing errors. Sort properties
9923 by names in alphabetical order instead of by value sizes.
9924 Add `mouse-face' to list of properties for `describe-face' widget.
9925 (describe-char): Mask out face-id from 19 bits of character.
9926 Print face-id separately.
9928 * replace.el (occur-accumulate-lines, occur-engine):
9929 Fontify unfontified matching lines in the source buffer
9930 before copying them.
9931 (occur-engine): Don't put mouse-face on context lines.
9932 (occur-next-error): Set point to line beginning/end
9933 before searching for prev/next property to skip multiple
9934 matches on a line (not supported by occur engine).
9935 Remove redundant prefix-numeric-value.
9937 2004-12-15 Juri Linkov <juri@jurta.org>
9939 * replace.el (match): New face.
9940 (list-matching-lines-face): Change default from `bold' to `match'.
9942 * progmodes/grep.el (grep-match-face): New defvar.
9943 (grep-mode-font-lock-keywords): Use grep-match-face instead of
9944 compilation-column-face to highlight grep matches.
9946 * apropos.el (apropos-match-face): Change default from
9947 `secondary-selection' to `match'.
9949 * info-look.el (info-lookup-highlight-face): Change default from
9950 `highlight' to `match'.
9952 2004-12-15 Daniel Pfeiffer <occitan@esperanto.org>
9954 * progmodes/executable.el (executable-interpret): Eliminate
9955 obsolete compile-internal, and switch to comint for interaction.
9957 2004-12-15 J.D. Smith <jdsmith@as.arizona.edu>
9959 * progmodes/idlwave.el (idlwave-skip-multi-commands): Don't match
9960 `&&' when skipping multiple statements on a line.
9962 2004-12-15 Thien-Thi Nguyen <ttn@gnu.org>
9964 * play/zone.el (zone): Set `truncate-lines'.
9965 Also, init `tab-width' with value from original buffer.
9966 (zone-shift-up): Rewrite for speed.
9967 (zone-shift-down, zone-shift-left, zone-shift-right): Likewise.
9968 (zone-pgm-jitter): Remove redundant entries from ops vector.
9969 (zone-exploding-remove): Reduce iteration count.
9970 (zone-cpos): Convert to defsubst.
9971 (zone-replace-char): New defsubst.
9972 (zone-park/sit-for): Likewise.
9973 (zone-fret): Take window-start arg.
9974 Update callers. Use `zone-park/sit-for'.
9975 (zone-fill-out-screen): Rewrite.
9976 (zone-fall-through-ws): Likewise. Update callers.
9977 (zone-pgm-drip): Use `zone-replace-char'.
9978 Move var inits before while-loop. Use `zone-park/sit-for'.
9979 (zone-pgm-random-life): Handle empty initial field.
9980 Use `zone-replace-char' and `zone-park/sit-for'.
9982 2004-12-15 Juri Linkov <juri@jurta.org>
9984 * isearch.el (isearch-update): Test isearch-lazy-highlight
9985 before calling isearch-lazy-highlight-new-loop.
9986 (isearch-lazy-highlight-new-loop):
9987 Don't test isearch-lazy-highlight.
9989 * replace.el (perform-replace): Add isearch-case-fold-search.
9990 Use delimited-flag for isearch-regexp.
9991 Reset isearch-lazy-highlight-last-string to force lazy
9992 highlighting when called from isearch mode.
9993 (query-replace-highlight): Revert defcustom type to boolean.
9994 (query-replace-lazy-highlight): New defcustom.
9995 (query-replace): New face.
9996 (perform-replace, replace-highlight, replace-dehighlight):
9997 Test query-replace-lazy-highlight instead of special value
9998 `isearch' of query-replace-highlight.
9999 (replace-dehighlight): Don't call isearch-dehighlight.
10000 (replace-highlight): Don't call isearch-highlight.
10001 Use face `query-replace' unconditionally.
10003 2004-12-14 Kim F. Storm <storm@cua.dk>
10005 * simple.el (inhibit-mark-movement): Remove defvar.
10006 (beginning-of-buffer, end-of-buffer): Don't use it.
10008 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10009 Don't use inhibit-mark-movement.
10011 * emulation/cua-base.el (cua--preserve-mark-commands): Remove.
10012 (cua--undo-push-mark): Remove.
10013 (cua--pre-command-handler, cua--post-command-handler):
10014 Don't fiddle with inhibit-mark-movement.
10016 2004-12-14 Juri Linkov <juri@jurta.org>
10018 * buff-menu.el (list-buffers-noselect): Collect internal info
10019 for every buffer in BUFFER-LIST arg too.
10020 (Buffer-menu-switch-other-window): Bind pop-up-windows to t.
10021 (Buffer-menu-switch-other-window, Buffer-menu-2-window):
10022 Bind same-window-buffer-names and same-window-regexps to nil.
10024 2004-12-13 Juri Linkov <juri@jurta.org>
10026 * simple.el (next-error-buffer-p, next-error-find-buffer): Doc fix.
10028 * mail/supercite.el (sc-cite-frame-alist): Doc fix.
10029 (sc-cite-region, sc-uncite-region, sc-recite-region):
10030 Fix previous change to handle not alist as a symbol, but
10031 a citation frame as a symbol that represents a variable name.
10033 2004-12-13 Richard M. Stallman <rms@gnu.org>
10035 * filecache.el (file-cache-add-directory-using-find):
10036 Only set up file-cache-find-command-posix-flag if we will use it.
10038 * bindings.el (mode-line-buffer-identification-keymap):
10039 Don't cancel the mode-line's usual down-mouse-1 binding.
10041 * cus-edit.el (custom-face-selected): Handle `default' specs.
10042 (custom-face-edit): Increase extra-offset.
10043 (custom-display): Handle `default' specs.
10045 * xml.el (xml-name-re, xml-entity-value-re): Add defvars.
10047 * emacs-lisp/elint.el (elint-standard-variables)
10048 (elint-unknown-builtin-args): Move definitions up.
10050 * net/browse-url.el (browse-url-url-at-point): Add autoload.
10052 * info.el (info-xref-visited): Use `default' instead of t.
10053 (Info-try-follow-nearest-node): Don't explicitly load browse-url.
10055 * faces.el (header-line, mode-line-inactive, tool-bar):
10056 Use `default' instead of t for setting the defaults.
10057 (face-spec-choose): Separate `t' from `default'.
10059 * subr.el (while-no-input): New macro.
10061 2004-12-13 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE> (tiny change)
10063 * filecache.el (file-cache-add-directory-using-find):
10064 Only test file-cache-find-command-posix-flag on some systems.
10066 2004-12-13 Stefan Monnier <monnier@iro.umontreal.ca>
10068 * vc-svn.el (vc-svn-repository-hostname): Adjust to new format.
10069 Reported by Ville Skytt
\e,Ad
\e(B <scop@xemacs.org>.
10070 (vc-svn-annotate-current-time, vc-svn-annotate-time-of-rev)
10071 (vc-svn-annotate-time, vc-svn-annotate-extract-revision-at-line)
10072 (vc-svn-annotate-command, vc-svn-annotate-re): Support for svn annotate.
10074 2004-12-12 Juri Linkov <juri@jurta.org>
10076 * files.el (find-file-other-window, find-file-other-frame):
10077 Add the first buffer to the returned value to return the complete
10078 list of all visited buffers.
10079 (find-file-read-only, find-file-read-only-other-window)
10080 (find-file-read-only-other-frame): Use nil for `mustmatch' arg of
10081 `find-file-read-args'. Signal an error about non-existent file
10082 only if file name doesn't contain wildcards. Toggle read-only in
10083 all visited buffers.
10084 (find-alternate-file, find-alternate-file-other-window):
10085 Add optional arg `wildcards'. Doc fix. Set `wildcards' to t when
10086 called interactively. Pass arg `wildcards' to other functions.
10087 (find-file-noselect): Doc fix.
10089 * ffap.el (ffap-dired-wildcards): Set default to "[*?][^/]*\\'".
10091 (ffap-directory-finder): New variable.
10092 (ffap-string-at-point-mode-alist): Add * and ? to `file'.
10093 (ffap-file-at-point): Add /* to immediately rejected names.
10094 Return absolute file names matching ffap-dired-wildcards.
10095 (ffap-read-file-or-url): Set default value for `completing-read'
10096 to `buffer-file-name'.
10097 (find-file-at-point): When filename matches ffap-dired-wildcards,
10098 call ffap-file-finder with t arg `wildcards', instead of dired.
10099 (ffap-other-window, ffap-other-frame): Return visited buffers.
10100 (ffap-read-only, ffap-read-only-other-window)
10101 (ffap-read-only-other-frame, ffap-alternate-file): New commands.
10102 (dired-at-point): Call ffap-directory-finder instead of dired.
10103 (ffap-dired-other-window, ffap-dired-other-frame)
10104 (ffap-list-directory): New commands.
10105 (ffap-bindings): New keybindings for new commands.
10107 2004-12-12 Juri Linkov <juri@jurta.org>
10109 * simple.el (beginning-of-buffer, end-of-buffer):
10110 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
10111 Do not push mark when mark is active in transient-mark-mode.
10113 * simple.el (mark-word):
10114 * emacs-lisp/lisp.el (mark-sexp, mark-defun):
10115 * textmodes/paragraphs.el (mark-paragraph):
10116 Extend the region when mark is active in transient-mark-mode,
10117 regardless of the last command. Doc fix.
10119 * simple.el (mark-word): Preserve direction when repeating.
10120 Make arg optional. Interactive "p" -> "P".
10121 (transient-mark-mode, inhibit-mark-movement): Doc fix.
10123 * emacs-lisp/lisp.el (mark-sexp): Reverse the condition for
10124 preserving direction, to mark forward instead of backward when mark
10125 is equal to point (e.g. when C-SPC C-M-SPC is typed in t-m-m).
10127 2004-12-12 Juri Linkov <juri@jurta.org>
10129 * isearch.el (isearch-edit-string): Set 7th arg of
10130 `read-from-minibuffer' to `t' to inherit the current input
10131 method (whose name is indicated by [IM] in the minibuffer prompt)
10132 from the current buffer to the minibuffer.
10133 (isearch-lazy-highlight-update): Put body to `with-local-quit'
10134 to allow C-g quitting for lazy highlighting looping inside the
10135 search with nested repetition operators. Add overlay to the list
10136 before setting its face and other properties to avoid the case of
10137 code quitting after placing the new overlay but before it's
10138 recorded on the list. Select the window where isearch was
10139 activated, to highlight matches in the right window when isearch
10140 switches the current window to the minibuffer.
10142 * international/isearch-x.el
10143 (isearch-process-search-multibyte-characters):
10144 Use `isearch-message' as initial input for `read-string' instead
10145 of adding it to the minibuffer prompt. After reading a string
10146 remove the initial value of `isearch-message' from the string.
10148 * replace.el (replace-match-maybe-edit): Doc fix.
10149 (perform-replace): Don't call `replace-highlight' when automatic
10150 replacement is requested in literal mode, since it is intended
10151 only to highlight words during entering a new replacement string
10152 for \? in non-literal mode.
10154 * replace.el (query-replace-highlight): Add new value `isearch'
10155 that allows query replacement to use isearch highlighting.
10156 Change type from `boolean' to `choice'. Doc fix.
10157 (replace-highlight, replace-dehighlight, perform-replace):
10158 Use isearch highlighting if query-replace-highlight eq `isearch'.
10160 2004-12-11 Stefan Monnier <monnier@iro.umontreal.ca>
10162 * emacs-lisp/checkdoc.el (checkdoc-continue, checkdoc-comments)
10163 (checkdoc-message-text, checkdoc-defun): Fix format messages for `error'.
10165 * textmodes/tex-mode.el (latex-backward-sexp-1): Handle the special
10166 case of \end{verbatim}.
10168 2004-12-11 Dan Nicolaescu <dann@ics.uci.edu>
10170 * term.el (term-termcap-format): Synchronize with terminfo.
10171 (term-emulate-terminal): Handle reset.
10172 (term-reset-terminal): New function.
10174 2004-12-11 Thien-Thi Nguyen <ttn@gnu.org>
10176 * play/zone.el (zone-programs): Add `zone-pgm-random-life'.
10177 (zone-fill-out-screen): New func.
10178 (zone-pgm-drip): Use `zone-fill-out-screen'.
10179 Also, no longer go to point-min on every cycle.
10180 (zone-pgm-paragraph-spaz): Allow spazzing for texinfo-mode.
10181 (zone-pgm-random-life-wait): New user var.
10182 (zone-pgm-random-life): New func.
10184 2004-12-10 Thien-Thi Nguyen <ttn@gnu.org>
10186 * files.el (auto-mode-alist): Map .com to DCL mode.
10188 2004-12-09 Richard M. Stallman <rms@gnu.org>
10190 * isearch.el (isearch-mode-map): Treat S-SPC like SPC.
10192 2004-12-09 Nick Roberts <nickrob@snap.net.nz>
10194 * xt-mouse.el (xterm-mouse-event): Correct cursor position in a
10195 buffer with a display margin.
10197 2004-12-08 Jay Belanger <belanger@truman.edu>
10199 * calc/calc-keypd.el (calc-keypad-mode): Unbind unused mouse events.
10200 (calc-keypad-left-click): Set buffer to calc-keymap-buffer.
10202 2004-12-08 Richard M. Stallman <rms@gnu.org>
10204 * faces.el: Delete code to set display table.
10205 (escape-glyph): Redefine to be less loud. (Copy minibuffer-prompt.)
10207 2004-12-08 Jay Belanger <belanger@truman.edu>
10209 * calc/calc.el: Add math-read-preprocess-string to autoloads.
10211 * calc/calc-ext.el (math-read-replacement-list)
10212 (math-read-superscripts, math-read-preprocess-string): Move to
10215 * calc/calc-aent.el (math-read-replacement-list)
10216 (math-read-superscripts, math-read-preprocess-string): Move from
10219 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10221 * isearch.el (isearch-quote-char): Fix up typo in last change.
10223 2004-12-07 Luc Teirlinck <teirllm@auburn.edu>
10225 * mouse.el (mouse-set-font): Handle the case where the command was
10226 not invoked using the mouse.
10228 * edmacro.el: `edit-kbd-macro' is now bound to `C-x C-k e'.
10229 (edmacro-finish-edit): Further update for keyboard macros that are
10231 (edmacro-sanitize-for-string): Correctly remove Meta modifier.
10233 2004-12-07 Stefan Monnier <monnier@iro.umontreal.ca>
10235 * font-lock.el (font-lock-unfontify-region): Save buffer state.
10236 (font-lock-default-unfontify-region): Don't save buffer state any more.
10238 2004-12-07 Jay Belanger <belanger@truman.edu>
10240 * calc/calc-help.el (calc-describe-key):
10241 Set calc-summary-indentation even when Calc Summary buffer exists.
10243 2004-12-07 Glenn Morris <gmorris@ast.cam.ac.uk>
10245 * calendar/holidays.el (holiday-easter-etc): Make arguments
10246 optional for backwards compatibility. Doc fix.
10247 Remove un-necessary local vars mandatory, output-list.
10248 (holiday-advent): Make arguments optional for backwards
10249 compatibility. Doc fix.
10251 2004-12-06 Stefan Monnier <monnier@iro.umontreal.ca>
10253 * paren.el (show-paren-function): Fix last change (2004-12-02).
10255 * international/mule-util.el (char-displayable-p): Return nil for
10258 * subr.el (subregexp-context-p): New function.
10260 * isearch.el (isearch-quote-char): Use it.
10262 * emacs-lisp/regexp-opt.el (regexp-opt-depth): Use it.
10263 (regexp-opt-not-groupie*-re): Remove.
10264 (regexp-opt): Properly handle inputs with duplicate entries.
10266 2004-12-06 Richard M. Stallman <rms@gnu.org>
10268 * info-look.el (info-lookup-maybe-add-help cfengine-mode): Regexp typo.
10270 * cus-edit.el (custom-file): Doc fix.
10272 * textmodes/org.el: New file.
10274 2004-12-06 Kenichi Handa <handa@m17n.org>
10276 * ldefs-boot.el: Update international/mule-util.el section.
10278 2004-12-05 Sam Steingold <sds@gnu.org>
10280 * net/tramp.el (tramp-handle-file-accessible-directory-p):
10281 Fix `tramp-time-diff' comparison logic.
10283 2004-12-05 Paul Pogonyshev <pogonyshev@gmx.net>
10285 * progmodes/which-func.el (which-function):
10286 Use `run-hook-with-args-until-success' instead of a custom loop.
10287 Fixes bug with local hooks.
10289 2004-12-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10291 * textmodes/bibtex.el (bibtex-font-lock-url-regexp):
10292 Use delete-dups when calculating the initial value.
10293 (bibtex-autokey-get-title): Use <=.
10294 (bibtex-goto-line): New function.
10295 (bibtex-reposition-window): Use line numbers instead of point
10296 positions. Use window-body-height.
10297 (bibtex-find-crossref): Use bibtex-reposition-window.
10298 (bibtex-find-entry): Use bibtex-reposition-window. Always return
10299 position of entry if key is found or nil if not found.
10301 2004-12-05 Richard M. Stallman <rms@gnu.org>
10303 * cus-edit.el (custom-file): Doc fix.
10305 * progmodes/sh-script.el (sh-indent-for-then): Change default.
10307 2004-12-03 Stefan Monnier <monnier@iro.umontreal.ca>
10309 * simple.el (blink-matching-open):
10310 * textmodes/tex-mode.el (tex-validate-region):
10311 Obey syntax-table text properties.
10313 2004-12-02 Per Abrahamsen <abraham@dina.kvl.dk>
10315 * wid-edit.el (widget-specify-field): Add `real-field' property to
10317 (widget-field-at): Use it.
10319 2004-12-02 Richard M. Stallman <rms@gnu.org>
10321 * progmodes/cc-mode.el (awk-mode autoload):
10322 Supply t meaning interactive function.
10324 * isearch.el (search-whitespace-regexp): Remove the group. Doc fix.
10325 (isearch-mode-map): No special definition for space.
10326 (isearch-whitespace-chars): Command deleted.
10327 (isearch-forward-regexp): Doc fix.
10328 (isearch-quote-char): When a space is not inside brackets,
10329 use `[ ]' instead of just space.
10330 (isearch-lazy-highlight-search): Bind search-spaces-regexp.
10332 * imenu.el (imenu--generic-function): Delete code to exclude
10333 matches in comments.
10335 * man.el (Man-reverse-face): Change default to `highlight'.
10337 * replace.el (occur-1): Specify t for KEEP-PROPS to occur-engine.
10338 (occur-engine): Use `face' prop rather than `font-lock-face'
10339 when specifying use of `match-face'.
10340 (occur-accumulate-lines): Change arg from NO-PROPS to KEEP-PROPS.
10342 * emacs-lisp/elint.el (elint-standard-variables): Update list.
10344 * add-log.el (add-log-current-defun): Handle the case where point
10345 is in the header part of a DEFUN construct.
10347 2004-12-02 Dave Love <fx@gnu.org>
10349 * progmodes/python.el (python-font-lock-syntactic-keywords):
10350 Fix previous change.
10352 2004-12-02 Richard G Bielawski <Richard.G.Bielawski@wellsfargo.com> (tiny change)
10354 * paren.el (show-paren-function): Check for matching chars
10355 specified by text props.
10357 2004-12-02 Jay Belanger <belanger@truman.edu>
10359 * calc/calc.el (calc-read-key-sequence): Leave the old message visible
10360 when reading a new key sequence.
10362 2004-12-02 Kim F. Storm <storm@cua.dk>
10364 * faces.el (escape-glyph): Rename from glyph.
10365 (standard-display-table): Set it here. Add escape-glyph face to
10366 extra slot characters.
10368 * disp-table.el: Undo 2004-12-01 change. Display table is now
10371 2004-12-02 Mark A. Hershberger <mah@everybody.org>
10373 * xml.el (xml-parse-dtd): Don't show validity messages when
10374 xml-validating-parser is nil.
10375 (xml-substitute-special): Fix validity error messages to
10376 actually show the unexpandable entity. Added validity error if &
10377 isn't followed by an entity.
10378 (xml-parse-tag): Concatenate any string following the a
10379 <![CDATA[]]> section to the parsed CDATA.
10380 (xml-parse-dtd): Skip parameter entity declarations and use of
10381 parameter entities.
10383 2004-12-01 Luc Teirlinck <teirllm@auburn.edu>
10385 * kmacro.el (kmacro-default-counter-format): New var.
10386 (kmacro-set-format): Use it. Delete `(printf format)' from prompt.
10387 (kmacro-display): Remove `nil' from `and' form. Delete call to
10388 `format' inside `message'.
10389 (kmacro-start-macro): Use `kmacro-default-counter-format'.
10391 2004-12-01 Stefan Monnier <monnier@iro.umontreal.ca>
10393 * pcvs.el (cvs-header-msg): New function.
10394 (cvs-update-header): Use it. Change calling convention.
10395 Correctly handle the case of having simultaneous active processes.
10396 (cvs-sentinel): Don't call cvs-update-header any more.
10397 (cvs-mode-run): Update call and add cvs-update-header to postproc.
10399 2004-12-01 Jay Belanger <belanger@truman.edu>
10401 * calc/calc-ext.el (calc-inverse, calc-hyperbolic):
10404 2004-12-01 Juri Linkov <juri@jurta.org>
10406 * progmodes/prolog.el (prolog-mode-variables):
10407 Fix imenu-generic-expression.
10409 2004-12-01 Daniel Pfeiffer <occitan@esperanto.org>
10411 * faces.el (glyph): New face.
10413 * disp-table.el: Add an autoloaded table, that doesn't require
10414 this library, with glyph face.
10416 * textmodes/conf-mode.el (conf-ppd-mode-syntax-table): New var.
10417 (conf-ppd-mode): New conf-mode wrapper for printer descriptions.
10418 (conf-quote-normal): Allow normalizing only ' or ".
10419 (conf-mode): Regexp-quote constructed comment-start and don't
10420 match section {} where "name" contains braces.
10422 * files.el (auto-mode-alist): Add conf-ppd-mode, inittab and acpid
10425 2004-12-01 Kenichi Handa <handa@m17n.org>
10427 * term/x-win.el (x-last-selected-text-cut-encoded): New variable.
10428 (x-select-text): Don't treat eight-bit-control/graphic chars
10429 specially. Store the encoded text in the X cut buffer.
10430 (x-cut-buffer-or-selection-value): Compare the X cut buffer text
10431 with x-last-selected-text-cut-encoded.
10433 2004-11-30 Stefan Monnier <monnier@iro.umontreal.ca>
10435 * man.el (Man-fontify-manpage): Improve handling of ANSI escapes.
10437 2004-11-30 Markus Rost <rost@ias.edu>
10439 * textmodes/tex-mode.el (tex-main-file): Add a compatibility with
10442 2004-11-30 Jay Belanger <belanger@truman.edu>
10444 * calc/calc-arith.el (math-possible-signs): Made stronger checks
10445 on signs of intervals.
10446 (math-pow-of-zero): Strengthen checks for positive and negative
10449 * calc/calc-aent.el, calc/calc-alg.el, calc/calc-arith.el
10450 * calc/calc-bin.el, calc/calc-comb.el, calc/calc-cplx.el
10451 * calc/calc-embed.el, calc/calc-fin.el, calc/calc-forms.el
10452 * calc/calc-frac.el, calc/calc-funcs.el, calc/calc-graph.el
10453 * calc/calc-help.el, calc/calc-incom.el, calc/calc-keypd.el
10454 * calc/calc-lang.el, calc/calc-map.el, calc/calc-math.el
10455 * calc/calc-misc.el, calc/calc-mode.el, calc/calc-mtx.el
10456 * calc/calc-poly.el, calc/calc-prog.el, calc/calc-rewr.el
10457 * calc/calc-rules.el, calc/calc-sel.el, calc/calc-stat.el
10458 * calc/calc-store.el, calc/calc-stuff.el, calc/calc-trail.el
10459 * calc/calc-undo.el, calc/calc-units.el, calc/calc-vec.el
10460 * calc/calc-yank.el, calc/calcalg2.el, calc/calcalg3.el
10461 * calc/calccomp.el, calc/calcsel2.el: Replace dummy autoloaded functions
10462 with provide statements.
10464 * calc/calc-alg.el (math-defsimplify): Move from calc-ext.el.
10466 * calc/calc-embed.el (calc-do-embedded-activate): Remove from autoloads.
10468 * calc/calc-ext.el: Remove dummy autoloading functions from autoloads.
10469 (calc-load-everything, math-defsimplify): Replace dummy autoloading
10470 functions by require statements.
10471 (math-defsimplify): Move to calc-alg.el, add to autoloads.
10473 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10474 (calc-gnuplot-print): Give them values.
10476 * calc/calc.el: Remove calc-Need-calc-aent and calc-Need-calc-misc from
10478 Add calc-do-embedded-activate to autoloads.
10479 (calc-gnuplot-name, calc-gnuplot-plot-command)
10480 (calc-gnuplot-print-command): Move them to calc-graph.el.
10482 2004-11-30 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10484 * term/mac-win.el (ccl-encode-mac-roman-font)
10485 (ccl-encode-mac-cyrillic-font)
10486 (ccl-encode-mac-centraleuropean-font, encoder-list)
10487 (fontset-add-mac-fonts, create-fontset-from-mac-roman-font):
10488 Support Cyrillic, CentralEuropean, and Dingbat font display
10490 2004-11-30 Andre Spiegel <spiegel@gnu.org>
10492 * vc-hooks.el (vc-recompute-state): Move here from vc.el.
10494 * vc-cvs.el (vc-cvs-state): Handle the case where vc-state is
10497 2004-11-29 Luc Teirlinck <teirllm@auburn.edu>
10499 * emulation/tpu-edt.el (tpu-help-keypad-map, tpu-help-text)
10500 (tpu-word-separator-list, tpu-skip-chars): defconst->defvar.
10502 2004-11-29 Jay Belanger <belanger@truman.edu>
10504 * calc/calc-arith.el (math-pow-of-zero): Take into account different
10505 cases of the base and exponent.
10507 2004-11-26 Teodor Zlatanov <tzz@lifelogs.com>
10509 * simple.el (next-error-buffer-p): Allow for inclusive and
10510 exclusive tests for finding a buffer.
10511 (next-error-find-buffer): Pass the exclusive and inclusive tests
10512 to next-error-buffer-p.
10514 * replace.el (occur-next-error): Switch to the Occur buffer when
10515 appropriate, use the exclusive filter to next-error-find-buffer to
10516 do it. Use the absolute value of the motion amount.
10518 2004-11-29 Kenichi Handa <handa@m17n.org>
10520 * startup.el (command-line): Decode all default-directory by
10521 locale-coding-system.
10523 2004-11-29 Jay Belanger <belanger@truman.edu>
10525 * calc/calc-aent.el: Remove unnecessary eval-when-compile.
10526 (calc-do-quick-calc, calc-do-calc-eval, calc-alg-entry)
10527 (math-read-expr-level, calc-check-user-syntax, math-read-factor):
10528 Replace calls to calc-extensions by appropriate require, replace
10529 calc-extensions-loaded by appropriate featurep.
10531 * calc/calc-ext.el: Move require to end of file.
10532 Remove redundant loading of calc.el.
10533 (calc-extensions-loaded): Remove unnecessary variable.
10534 (calc-extensions): Remove unnecessary function.
10535 (calc-load-everything): Replace calc-need-macros by appropriate require.
10537 * calc/calc-macs.el: Move provide to end of file.
10538 (calc-need-macros): Remove unnecessary function.
10540 * calc/calc-misc.el (calc-do-handle-whys, calc-last-args-stub)
10541 (calc-missing-key, calc-shift-Y-prefix-help, math-concat)
10542 (math-trunc, math-floor, calcFunc-inv, math-mod, math-pow):
10543 Replace calc-extensions by appropriate require.
10544 (calc-power): Replace calc-extensions-loaded by appropriate featurep.
10546 * calc/calc-prog.el (calc-user-define-formula, calc-do-defmath):
10547 Replace calc-need-macros by appropriate require.
10549 * calc/calc.el: Move require to end of file.
10550 (calc-info-filename, calc-autoload-directory, calc-extensions-loaded):
10551 Remove unnecessary variable.
10552 (calc-do-dispatch, calc-mode, calc-check-defines, calc-create-buffer)
10553 (calc, calc-keypad, full-calc-keypad, calc-do, calc-normalize)
10554 (calc-binary-op, calc-unary-op, calcDigit-start, calcDigit-key)
10555 (math-normalize, math-add, math-mul, math-div, math-format-stack-value)
10556 (math-stack-value-offset, math-format-value, math-format-flat-expr)
10557 (math-format-number, math-format-bignum, math-read-number)
10558 (calc-grab-region, calc-grab-rectangle, calc-grab-sum-down)
10559 (calc-grab-sum-across, calc-embedded, defmath): Replace calc-extensions
10560 by appropriate require.
10561 (calc-check-defines): Replace calc-need-macros by appropriate require.
10563 2004-11-29 Kim F. Storm <storm@cua.dk>
10565 * macros.el (insert-kbd-macro): Handle kmacro functions.
10567 2004-11-28 Juri Linkov <juri@jurta.org>
10569 * compare-w.el (compare-windows-highlight): Attach each overlay
10570 to its window to properly highlight differences while comparing
10571 two windows of the same buffer. Fix arguments.
10572 (compare-windows-sync-default-function): Fix arguments of
10573 `compare-windows-highlight'.
10575 * emacs-lisp/edebug.el (edebug-set-global-break-condition):
10576 Use `read-expression-history'. Set initial contents only if
10577 `edebug-global-break-condition' is non-nil. Set histpos to 1
10578 if initial contents is equal to the last history element.
10579 (edebug-set-conditional-breakpoint): Instead of temporarily
10580 prepending the current condition to the history, set initial
10581 contents to the current condition. Set histpos to 1 if initial
10582 contents is equal to the last history element.
10584 * info.el (Info-search-whitespace-regexp): Remove shy group.
10585 (Info-search): Forward line if search is on the header line.
10586 Use search-whitespace-regexp in two other places.
10588 2004-11-27 Luc Teirlinck <teirllm@auburn.edu>
10590 * fringe.el (fringe-indicators): Add fake defvar to avoid compiler
10591 warning. Delay real definition, which uses
10592 `set-fringe-indicators-1' till after the definition of that function.
10594 2004-11-28 Kim F. Storm <storm@cua.dk>
10596 * fringe.el (fringe): New defgroup.
10597 (fringe-mode): Move to fringe group.
10598 (fringe-indicators): New defcustom.
10599 (set-fringe-indicators-1): New defun.
10601 * menu-bar.el (menu-bar-options-save): Add fringe-indicators.
10602 (menu-bar-showhide-fringe-ind-menu): New keymap.
10603 (menu-bar-showhide-fringe-ind-empty)
10604 (menu-bar-showhide-fringe-ind-mixed)
10605 (menu-bar-showhide-fringe-ind-box)
10606 (menu-bar-showhide-fringe-ind-right)
10607 (menu-bar-showhide-fringe-ind-left)
10608 (menu-bar-showhide-fringe-ind-none): New defuns.
10609 (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
10611 2004-11-27 Richard M. Stallman <rms@gnu.org>
10613 * comint.el (comint-read-noecho): Add trivial compatibility definition.
10615 * generic.el (define-generic-mode): Doc fix.
10617 * menu-bar.el (menu-bar-options-save): For the options
10618 that are toggled with menu-bar-make-mm-toggle, don't check
10619 for customized-value prop.
10621 2004-11-27 Eli Zaretskii <eliz@gnu.org>
10623 * mail/supercite.el (sc-cite-region): Handle the case where
10624 sc-cite-frame-alist is a symbol.
10625 (sc-uncite-region): Handle the case where sc-uncite-frame-alist is
10627 (sc-recite-region): Handle the case where sc-recite-frame-alist is
10630 2004-11-27 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
10632 * wid-edit.el (widget-narrow-to-field): New function.
10633 (widget-complete): Use it.
10635 2004-11-27 Jay Belanger <belanger@truman.edu>
10637 * calc/calc-aent.el (calc-eval-error): Declare and initialize the
10639 (calc-eval-error): Don't check if the variable calc-eval-error is bound.
10640 (calc-buffer, calc-digit-value, math-expr-data): Declare them.
10641 (math-alg-inequalities): Move declaration to earlier in the file.
10643 * calc/calc-ext.el (calc-command-flags, calc-gnuplot-buffer)
10644 (calc-gnuplot-input, math-normalize-a, math-integral-cache):
10647 * calc/calc-lang.el (math-expr-data, math-expr-token)
10648 (math-exp-old-pos): Declare them.
10650 * calc/calc-vec.el (math-exp-pos, math-exp-str, math-exp-old-pos)
10651 (math-exp-token, math-exp-keep-spaces, math-expr-data): Declare them.
10653 2004-11-27 Kim F. Storm <storm@cua.dk>
10655 * progmodes/flymake.el: Use (featurep 'xemacs).
10656 (flymake-makehash): Change to defsubst. Use fboundp.
10657 (flymake-time-to-float): Remove.
10658 (flymake-float-time): Merge code from flymake-time-to-float here.
10659 (flymake-replace-regexp-in-string): Change to defsubst.
10660 (flymake-split-string-remove-empty-edges):
10661 Rename to flymake-split-string.
10662 (flymake-split-string): Remove previous defalias.
10663 (flymake-get-temp-dir): Change to defsubst.
10664 (flymake-make-xemacs-menu, flymake-xemacs-window-edges):
10665 Define for xemacs only.
10666 (flymake-master-file-count-limit): Change into compiler defvar only.
10667 (flymake-find-possible-master-files): Let-bind it dynamically while
10668 sorting files using flymake-master-file-compare.
10670 2004-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
10672 * font-lock.el (font-lock-compile-keywords): Don't complain if the end
10673 of defun-prompt-regexp matches inside a comment/string but the
10674 beginning is correctly outside everything.
10676 * progmodes/tcl.el (tcl-omit-ws-regexp): Avoid the case where { or [
10677 appears within a string or a comment.
10679 * emacs-lisp/cl-macs.el (cl-parse-loop-clause, labels): Use gensym
10680 rather than make-symbol for symbols which are used in
10681 a symbol-macrolet or equivalent.
10683 2004-11-26 Jay Belanger <belanger@truman.edu>
10685 * calc-misc.el (calc-last-why-command): Declare it.
10687 * calc-vec.el (math-grade-vec): New variable.
10688 (calcFunc-grade, calcFunc-rgrade, math-grade-beforep):
10689 Replace variable grade-vec by declared variable.
10690 (math-rb-close): New variable.
10691 (math-read-brackets, math-read-vector): Replace variable close by
10694 * calc/calc-yank.el (calc-original-buffer, calc-return-buffer)
10695 (calc-one-window, calc-edit-handler, calc-restore-trail)
10696 (calc-allow-ret): Declare them.
10698 * calc/calc-stuff.el (calc-flush-caches): Remove unnecessary variables.
10699 (math-lud-cache, math-log2-cache, math-radix-digits-cache)
10700 (math-radix-float-cache-tag, math-random-cache)
10701 (math-max-digits-cache, math-integral-cache, math-units-table)
10702 (math-format-date-cache, math-holidays-cache-tag): Declare them.
10703 (math-moc-func): New variable.
10704 (math-map-over-constants, math-map-over-constants-rec):
10705 Replace variable func by declared variable.
10707 * calc/calc-store.el (calc-given-value, calc-store-opers):
10709 (calc-var-name-map): Move declaration to earlier in the file.
10710 (calc-pv-pos): New variable.
10711 (calc-permanent-variable, calc-insert-permanent-variable):
10712 Replace variable pos by declared variable.
10714 * calc/calc-mtx.el (calc-det-lu): New variable.
10715 (math-det-raw, math-det-step): Replace variable lu by declared variable.
10717 * calc/calc-map.el (math-ms-temp, math-ms-args): New variables.
10718 (math-multi-subst, math-multi-subst-rec): Replace variables temp
10719 and arg by declared variables.
10720 (calcFunc-reducer): Fix incorrect variable.
10721 (math-inner-mul-func, math-inner-add-func): New variables.
10722 (calcFunc-inner, math-inner-mats): Replace variables mul-func
10723 and add-func by declared variables.
10725 * calc/calc-incom.el (calc-prev-char, calc-prev-prev-char)
10726 (calc-digit-value): Declare them.
10728 * calc/calc-help.el (Info-history): Declare it.
10729 (calc-describe-key): Make calc-summary-indentation a local variable.
10730 (calc-help-long-names): Move declaration to earlier in file.
10732 * calc/calc-embed.el (calc-original-buffer): Declare it.
10733 (calc-embed-outer-top, calc-embed-outer-bot, calc-embed-top)
10734 (calc-embed-bot): New variables.
10735 (calc-do-embedded, calc-embedded-mark-formula)
10736 (calc-embedded-find-bounds, calc-embedded-duplicate)
10737 (calc-embedded-new-formula, calc-embedded-make-info):
10738 Replace vars outer-top, outer-bot, bot and top by declared variables.
10739 (calc-embed-prev-modes): New variable.
10740 (calc-embedded-set-modes, calc-embedded-update): Replace variable
10741 prev-modes with declared variable.
10742 (calc-embed-vars-used): New variable.
10743 (calc-embedded-make-info, calc-embedded-evaluate-expr)
10744 (calc-embedded-update, calc-embedded-find-vars): Replace variable
10745 vars-used by declared variable.
10747 * calc/calc-bin.el (math-format-radix-float): Make pos a local variable.
10748 (math-format-radix-float): Remove unnecessary setq.
10749 (math-radix-float-cache): Declare it.
10751 * calc/calcsel2.el (calc-keep-selection): Declare it.
10753 * calc/calc-maint.el: Remove file.
10755 2004-11-26 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10757 * textmodes/bibtex.el (bibtex-sort-entry-class)
10758 (bibtex-comment-start): Use defcustom.
10759 (bibtex-entry-field-alist): Use nil if initial content of the
10760 field is undefined. Fix docstring.
10761 (bibtex-parse-keys-timeout, bibtex-autokey-additional-names)
10762 (bibtex-generate-autokey, bibtex-parse-buffers-stealthily)
10763 (bibtex-mode, bibtex-field-list, bibtex-entry-updat)
10764 (bibtex-autofill-entry, bibtex-entry-index, bibtex-next-field):
10766 (bibtex-autokey-title-terminators): Use only one regexp.
10767 (bibtex-string-maybe-empty-head): New variable.
10768 (bibtex-remove-delimiters-string): New function.
10769 (bibtex-text-in-field-bounds, bibtex-text-in-string):
10770 Use bibtex-remove-delimiters-string.
10771 (bibtex-progress-message, bibtex-field-left-delimiter)
10772 (bibtex-field-right-delimiter, bibtex-entry-left-delimiter)
10773 (bibtex-entry-right-delimiter, bibtex-search-entry): Use eq.
10774 (bibtex-insert-kill): Rename from `bibtex-insert-current-kill'.
10776 (bibtex-format-entry): Use save-excursion for inherited booktitle.
10777 Use eq and bibtex-remove-delimiters-string. For end markers use
10778 insertion type so that marker stays after inserted text.
10779 (bibtex-autokey-get-names): Return empty string if name is missing.
10780 (bibtex-autokey-demangle-name): Call bibtex-autokey-abbrev before
10781 calling bibtex-autokey-name-case-convert.
10782 (bibtex-autokey-demangle-title):
10783 Call bibtex-autokey-titleword-case-convert. Remove call to
10784 bibtex-autokey-titleword-case-convert from bibtex-autokey-get-title.
10785 (bibtex-global-key-alist, bibtex-read-string-key): New functions.
10786 (bibtex-read-key): New optional arg global.
10787 (bibtex-files-expand): New optional arg force.
10788 (bibtex-complete-string-cleanup): Expansion of abbrev can be absent.
10789 (bibtex-complete-crossref-cleanup): Rename from
10790 bibtex-complete-key-cleanup. Simplify code.
10791 (bibtex-copy-summary-as-kill): Remove arg key. Use looking-at.
10792 Operate on current entry.
10793 (bibtex-button): Add docstring.
10794 (bibtex-entry): Simplify.
10795 (bibtex-make-field): Replace optional arg called-by-yank with more
10796 specific args move and interactive.
10797 (bibtex-end-of-entry): Use forward-sexp.
10798 (bibtex-find-entry-globally): Remove.
10799 (bibtex-find-crossref): Allow for crossref key located in other buffer.
10801 (bibtex-find-entry): New optional args global and display.
10802 (bibtex-find-text): Fix docstring. Remove arg as-if-interactive.
10803 (bibtex-validate): Use arg force of bibtex-files-expand.
10804 (bibtex-clean-entry): Bugfix, clean string entries properly.
10805 Always keep point at beginning of entry.
10806 (bibtex-complete): Bugfix. Handle string entries properly.
10807 Call cleanup functions only if needed.
10808 (bibtex-String): Use bibtex-read-string-key.
10809 (bibtex-url): Use bibtex-remove-delimiters-string. Do not alter
10810 case of replacement text.
10812 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10814 * tramp.el (tramp-handle-directory-files-and-attributes): New function.
10815 (tramp-perl-directory-files-and-attributes): New constant.
10816 (tramp-file-name-handler-alist): Delete file-directory-files, add
10817 directory-files-and-attributes.
10818 (tramp-perl-file-attributes): Surround uid and gid by double
10819 quotes. Change parameter id-format from nonnumeric.
10820 (tramp-convert-file-attributes): New function.
10821 (tramp-handle-file-attributes): Use it.
10822 (tramp-maybe-send-perl-script): New function.
10823 (tramp-handle-file-attributes-with-perl): Use it. Don't convert
10824 file mode. Change parameter id-format from nonnumeric.
10825 (tramp-handle-file-attributes-with-ls): Change parameter id-format
10827 (tramp-post-connection): Don't send tramp-perl-file-attributes
10828 script. Reset connection property "perl-scripts".
10829 (tramp-handle-insert-directory): Run real handler when ls-lisp is
10832 2004-11-26 Lars Hansen <larsh@math.ku.dk>
10834 * desktop.el (desktop-read): Replace mapcar with mapc.
10835 (desktop-create-buffer): Replace mapcar with mapc.
10836 Remove redundant piece of code.
10838 2004-11-27 Nick Roberts <nickrob@snap.net.nz>
10840 * progmodes/gud.el (gud-display-line): Use display-buffer
10841 for GDB-UI as for GUD.
10843 * progmodes/gdb-ui.el (gdb-view-source, gdb-selected-view):
10845 (gdb-ann3): Don't make GUD buffer dedicated.
10846 (gdb-goto-breakpoint, gdb-display-buffer): Don't always dedicate.
10847 (gdb-display-source-buffer): Delete function.
10848 (gdb-view-source-function, gdb-view-assembler): Delete functions.
10849 (menu): Delete menu bindings for viewing source/assembler.
10850 (gdb-setup-windows, gdb-restore-windows):
10851 Don't dedicate GUD. No assembler now.
10852 (gdb-reset): No need to undedicate source buffers now.
10853 (gdb-source-info): No assembler now.
10855 2004-11-26 Nick Roberts <nickrob@snap.net.nz>
10857 * progmodes/gdb-ui.el (gdb-frame-parameters): Match height and
10858 width to those for special frames.
10859 (gdb-frame-breakpoints-buffer): Use gdb-frame-parameters.
10860 Use display-buffer.
10861 (gdb-frame-stack-buffer, gdb-frame-threads-buffer)
10862 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
10863 (gdb-frame-assembler-buffer): Rework like
10864 gdb-frame-breakpoints-buffer.
10866 2004-11-25 Richard M. Stallman <rms@gnu.org>
10868 * progmodes/flymake.el: Reindent.
10869 (flymake-split-string): Turn into defalias.
10870 (flymake-fix-file-name): Rename from flymake-fix-path-name.
10871 (flymake-ensure-ends-with-slash): Rename arg to FILENAME.
10872 (flymake-get-common-file-prefix): Rename from ...path... Doc fix.
10873 (flymake-build-relative-filename): Rename from ...path.
10876 2004-11-25 Cheng Gao <chenggao@gmail.com>
10878 * progmodes/flymake.el: Much whitespace and capitalization change.
10879 Move `provide' to end. Require `compile' only when compiling.
10881 2004-11-24 Jay Belanger <belanger@truman.edu>
10883 * calc/calc-alg.el: Added comment.
10884 (math-polynomial-base): Replace variable mpb-top-expr by
10885 math-poly-base-top-expr.
10887 * calc/calc-poly.el (math-poly-base-top-expr): New variable.
10888 (math-polynomial-p1): Replace variable mpb-top-expr by declared
10890 (math-poly-base-total-base): New variable.
10891 (math-total-polynomial-base, math-polynomial-p1): Replace variable
10892 mpb-total-base by declared variable.
10893 (math-factored-vars, math-to-list): Declare it.
10894 (math-fact-expr): New variable.
10895 (calcFunc-factors, calcFunc-factor, math-factor-expr)
10896 (math-factor-expr-try, math-factor-expr-part): Replace variable
10897 expr by declared variable.
10898 (math-fet-x): New variable.
10899 (math-factor-expr-try, math-factor-poly-coefs): Replace variable x
10900 by declared variable.
10901 (math-factor-poly-coefs): Make temp a local variable.
10903 * calc/calc-units.el (calc-convert-units): Make units a local
10905 (calc-num-units, calc-den-units): New variables.
10906 (calc-explain-units, calc-explain-units-rec): Replace variables
10907 num-units and den-units by declared variables.
10908 (math-cu-unit-list): New variable.
10909 (math-build-units-table, math-compare-unit-names)
10910 (math-convert-units, math-convert-units-rec): Replace variable
10911 unit-list by declared variable.
10912 (math-fbu-base, math-fbu-entry): New variables.
10913 (math-find-base-units, math-find-base-units-rec): Replace variables
10914 base and entry by declared variables.
10915 (math-which-standard): New variable.
10916 (math-to-standard-units, math-to-standard-rec): Replace variable
10917 which-standard by declared variable.
10918 (math-fcu-u): New variable.
10919 (math-find-compatible-unit, math-find-compatible-unit-rec):
10920 Replace variable u by declared variable.
10921 (math-cu-new-units, math-cu-pure): New variables.
10922 (math-convert-units, math-convert-units-rec): Replace variables
10923 new-units and pure by declared variables.
10924 (math-try-cancel-units): New variable.
10925 (math-simplify-units-quotient): Replace variable try-cancel-units by
10928 2004-11-24 Richard M. Stallman <rms@gnu.org>
10930 * textmodes/ispell.el (ispell-check-version):
10931 If default-directory is nonexistent, use home dir.
10933 * progmodes/grep.el (grep-regexp-alist):
10934 Don't match parens around line numbers.
10936 * progmodes/cperl-mode.el (cperl-indent-region)
10937 (cperl-imenu--create-perl-index, cperl-xsub-scan):
10938 Don't print progress messages.
10940 * progmodes/compile.el (compilation-mode-map):
10941 Don't inherit from compilation-minor-mode-map;
10942 copy its bindings instead. But the menu bar Compile
10943 entry now does inherit from compilation-menu-map.
10945 * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
10946 Use with-no-warnings around compiler-macroexpand.
10948 * imenu.el: Don't always require newcomment.
10949 (imenu--generic-function): Call comment-normalize-vars
10950 if we have a comment syntax.
10951 Exit the loop if REGEXP matches the null string.
10952 Test comment-start as well as comment-start-skip
10953 when deciding whether to check for comments.
10955 * tooltip.el (tooltip-mode): Doc fix.
10957 * term.el (term-escape-char, term-mode): Doc fixes.
10959 2004-11-24 Dave Love <fx@gnu.org>
10961 * progmodes/python.el (python-font-lock-syntactic-keywords):
10962 Check for escapes in the regexp.
10963 (python-quote-syntax): Don't do it here.
10965 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
10967 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
10968 (gdb-frames-mode-map, gdb-threads-mode-map)
10969 (gdb-registers-mode-map, gdb-locals-mode-map)
10970 (gdb-assembler-mode-map): Bind "q" to kill-this-buffer.
10971 (gdb-set-window-buffer): Rename from dedicated-switch-to-buffer.
10973 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>:
10974 (dedicated-switch-to-buffer): Rework.
10975 (gdb-var-evaluate-expression-handler, gdb-put-string):
10976 Remove unused variable bindings.
10977 (gdb-setup-windows, gdb-display-buffer):
10978 Simplify. Use pop-to-buffer.
10979 (gdb-view-source-function): Simplify.
10980 (gdb-frame-breakpoints-buffer):
10981 Use pop-to-buffer, special-display-regexps.
10983 2004-11-24 Glenn Morris <gmorris@ast.cam.ac.uk>
10985 * progmodes/f90.el (f90-smart-end)
10986 (f90-previous-statement, f90-beginning-of-block): Doc fix.
10987 (f90-calculate-indent): Handle un-named PROGRAM blocks.
10988 (f90-end-of-block): Doc fix. Make check of outermost block
10989 conditional on value of `f90-smart-end'.
10990 (f90-block-match): Hack to deal with un-named PROGRAM blocks.
10991 Handle case where END-BLOCK is nil.
10992 (f90-match-end): Handle un-named PROGRAM blocks.
10993 (f90-backslash-not-special): New function.
10995 2004-11-24 Jay Belanger <belanger@truman.edu>
10997 * calc/calc.el (calc-embedded-active): Removed unnecessary
10999 (calc-show-banner): Removed redundant declaration.
11001 * calc/calc-graph.el (calc-gnuplot-default-device)
11002 (calc-gnuplot-default-output, calc-gnuplot-print-device)
11003 (calc-gnuplot-print-output, calc-gnuplot-geometry)
11004 (calc-graph-default-resolution, calc-graph-default-resolution-3d):
11005 Remove redundant initial values.
11007 * calc/calc-arith.el (math-scalar-functions)
11008 (math-nonscalar-functions, math-scalar-if-args-functions)
11009 (math-real-functions, math-positive-functions)
11010 (math-nonnegative-functions, math-real-scalar-functions)
11011 (math-real-if-arg-functions, math-integer-functions)
11012 (math-num-integer-functions, math-rounding-functions)
11013 (math-float-rounding-functions, math-integer-if-args-functions)
11014 (math-super-types): Move declarations to earlier in file.
11015 (math-unit-prefixes): Declared it.
11016 (math-floor-prec, math-trunc-prec): New variables.
11017 (math-trunc-fancy): Replace variable prec by declared variable.
11018 (math-floor-fancy): Replace variable prec by declared variable.
11019 (math-com-bterms): New variable.
11020 (math-commutative-equal, math-commutative-collect):
11021 Replace variable bterms by declared variable.
11023 * calc/calc-misc.el (math-trunc): Replace variable prec by
11025 (math-floor): Replace variable prec by math-floor-prec.
11027 * calc/calc-forms.el (math-fd-date, math-fd-dt, math-fd-year)
11028 (math-fd-month, math-fd-day, math-fd-weekday, math-fd-hour)
11029 (math-fd-minute, math-fd-second, math-fd-bc-flag): New variables.
11030 (math-format-date, math-format-date-part): Replace variables
11031 date, dt, year, month, day, weekday, hour, minute, second and
11032 bc-flag by declared variables.
11033 (math-pd-str): New variable.
11034 (math-parse-date, math-parse-date-word, math-parse-standard-date):
11035 Replace variable str by declared variable.
11036 (math-daylight-savings-hook, math-tzone-names): Move definitions
11037 to earlier in the file.
11038 (var-TimeZone, math-exp-str, math-exp-pos): Declare them.
11039 (math-sh-year): New variable.
11040 (math-setup-add-holidays, math-setup-holidays)
11041 (math-setup-year-holidays): Replace variable `year' by declared
11044 * calc/calc-math.el (math-nrf-n, math-nrf-nf, math-nrf-nfm1):
11046 (math-nth-root-float, math-nth-root-float-iter): Replace variables
11047 n, nf and nfm1 by declared variables.
11048 (math-nri-n): New variable.
11049 (math-nth-root-integer, math-nth-root-int-iter): Replace variable
11050 n by declared variable.
11051 (calcFunc-log): Removed misplaced condition.
11053 2004-11-24 Stefan Monnier <monnier@iro.umontreal.ca>
11055 * generic.el (generic-mode-set-comments): Accept an empty comment-end.
11057 2004-11-24 Nick Roberts <nickrob@snap.net.nz>
11059 * progmodes/gdb-ui.el (dedicated-switch-to-buffer): New function.
11060 (gdb-ann3, gdb-setup-windows, gdb-restore-windows):
11061 Dedicate gdb-related windows.
11062 (gdb-display-buffer): Dedicate gdb-related windows.
11063 Don't grab other frames.
11064 (gdb-reset): Remove dedicated property after debugging.
11066 2004-11-24 Jay Belanger <belanger@truman.edu>
11068 * calc/calc-sel.el: Add comment.
11070 * calc/calc.el (math-stack-value-offset): Replace variables c,
11071 wid and off with math-svo-c, math-svo-wid and math-svo-off.
11073 * calc/calccomp.el (math-comp-sel-tag): Declare it.
11074 (math-svo-c, math-svo-wid, math-svo-off): New variables.
11075 (math-stack-value-offset-fancy): Replace variables c, wid and off
11076 by declared variables.
11077 (math-comp-just, math-comp-comma-spc): New variables.
11078 (math-compose-expr, math-compose-matrix): Replace variables `just'
11079 and comma-spc by declared variable.
11080 (math-comp-vector-prec): New variable.
11081 (math-compose-expr, math-compose-matrix, math-compose-rows):
11082 Replace variable vector-prec by declared variable.
11083 (math-comp-left-bracket, math-comp-right-bracket)
11084 (math-comp-comma): New variables.
11085 (math-compose-expr, math-compose-rows): Replace variables
11086 left-bracket, right-bracket and comma by declared variables.
11087 (math-comp-full-width): New variable.
11088 (math-comp-to-string-flat, math-comp-to-string-flat-term):
11089 Replace variable full-width by declared variable.
11090 (math-comp-highlight, math-comp-word, math-comp-level)
11091 (math-comp-margin, math-comp-pos, math-comp-buf, math-comp-base)
11092 (math-comp-hgt, math-comp-tag, math-comp-hpos, math-comp-vpos):
11094 (math-comp-to-string-flat, math-comp-to-string-flat-term)
11095 (math-comp-sel-flat-term): Replace variables comp-highlight,
11096 comp-word, comp-level, comp-margin, comp-pos and comp-buf by
11097 declared variables.
11098 (math-comp-simplify, math-comp-simplify-term)
11099 (math-comp-add-string, math-comp-add-string-sel):
11100 Replace variables comp-highlight, comp-buf, comp-base,
11101 comp-height, comp-tag, comp-hpos and comp-vpos by declared variables.
11103 2004-11-23 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
11105 * cus-start.el (all): Add x-use-old-gtk-file-dialog.
11107 * mail/emacsbug.el (report-emacs-bug): Catch error that x-server-vendor
11108 and x-server-version may throw.
11110 2004-11-23 Kim F. Storm <storm@cua.dk>
11112 * subr.el (substitute-key-definition-key): Optimize.
11113 Don't call indirect-function for nil defn (always signals error).
11115 * ido.el (ido-read-internal): Fix require-match check when
11116 ido-directory-too-big is set.
11118 2004-11-23 Jay Belanger <belanger@truman.edu>
11120 * calc/calc-ext.el (math-read-replacement-list)
11121 (math-read-superscripts): New variables.
11122 (math-read-preprocess-string): New function.
11123 (math-read-expr): Filter input through math-read-preprocess-string.
11125 * calc/calc-aent.el (math-read-exprs): Filter input through
11126 math-read-preprocess-string.
11128 2004-11-23 Daniel Pfeiffer <occitan@esperanto.org>
11130 * progmodes/compile.el (compilation-start): In cd command use
11131 substitute-env-vars -- not quite shell compatible but better than
11133 (compilation-error-regexp-alist-alist): Simplify ftnchek to only
11134 handle the newer versions messages, which are more parseable.
11136 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11138 * reveal.el (reveal-mode-map): New var.
11139 (reveal-mode): Use it.
11141 2004-11-23 Nick Roberts <nickrob@snap.net.nz>
11143 * progmodes/gdb-ui.el (gdb-flush-pending-output): New variable.
11144 (gdb-send-item, gdb-resync, gud-gdba-marker-filter): Use it.
11146 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11148 * buff-menu.el (list-buffers-noselect): Re-add the leading space in the
11149 header-line when needed.
11150 Use fixed-pitch only in the header-line.
11151 Build the underline automatically. Use emdash if available.
11153 2004-11-22 Richard M. Stallman <rms@gnu.org>
11155 * dired.el (dired-recursive-copies): Move from dired-aux.el.
11156 * dired-aux.el (dired-recursive-copies): Move to dired.el.
11158 2004-11-22 Nick Roberts <nickrob@snap.net.nz>
11160 * progmodes/gdb-ui.el (gdb-resync): New function.
11161 (gdb-pre-prompt, gdb-prompt, gdb-starting, gdb-stopping)
11162 (gdb-frame-begin, gdb-stopped, gdb-post-prompt):
11163 Use it to fail more gracefully.
11164 (gdb-variables): Delete variable.
11165 Re-order variables to reduce byte-compiler warnings.
11167 2004-11-22 Stefan Monnier <monnier@iro.umontreal.ca>
11169 * descr-text.el (describe-char):
11170 * paren.el (show-paren-function):
11171 * subr.el (syntax-after): Undo last change.
11173 * progmodes/python.el (run-python): Don't hard code *Python*.
11174 Don't modify global process-environment.
11175 (python-send-region, python-load-file): Don't assume that
11176 python-buffer == (process-buffer (python-proc)).
11177 (python-switch-to-python): Simplify.
11179 * dired.el (dired-align-file): Don't assume line starts with spaces.
11181 2004-11-21 Jay Belanger <belanger@truman.edu>
11183 * calc/calc-ext.el (math-read-big-expr, math-read-big-bigp):
11184 Replace variable `lines' by math-read-big-lines.
11185 (math-read-big-expr): Replace variables the-baseline, the-h2
11186 and err-msg by math-read-big-baseline, math-read-big-h2 and
11188 (math-read-big-bigp): Replace variable h2 with math-rb-h2.
11190 * calc/calc-lang.el (math-read-big-rec): Fix typo.
11191 (math-read-big-balance): Replace unbound variable by value.
11192 (math-read-big-lines): New variable.
11193 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11194 (math-read-big-error, math-read-big-balance): Replace variable
11195 `lines' by declared variable.
11196 (math-read-big-baseline, math-read-big-h2): New variables.
11197 (math-read-big-rec): Replace variables the-baseline and the-h2
11198 by declared variables.
11199 (math-rb-h1, math-rb-h2, math-rb-v1, math-rb-v2): New variables.
11200 (math-read-big-rec, math-read-big-char, math-read-big-emptyp)
11201 (math-read-big-balance): Replace variables h1, h2, v1 and v2 by
11202 declared variables.
11203 (math-read-big-err-msg): New variable.
11204 (math-read-big-error): Replace variable err-msg by declared variable.
11206 2004-11-21 Stefan Monnier <monnier@iro.umontreal.ca>
11208 * ses.el: Add coding cookie.
11209 Fix up docstrings, follow new commenting conventions.
11210 (ses-header-line-menu): Fix missing variable rename for header-row.
11211 (ses-cell-size): Remove.
11212 (ses-make-cell): New function.
11213 (ses-cell, ses-insert-row, ses-insert-column): Use it.
11214 (ses-calculate-cell): Remove unused var `symbol'.
11215 (ses-narrowed-p): New function.
11216 (ses-goto-data, undo-more, ses-reconstruct-all): Use it.
11217 (ses-initial-file-trailer): Change ;;; to ;; for local vars.
11218 (ses-load, ses-reconstruct-all): Adjust string search accordingly.
11219 (ses-setup): Use restore-buffer-modified-p.
11220 (ses-cleanup): Remove unused var `end'.
11221 (ses-header-string-left-offset): Remove.
11222 (ses-create-header-string): Adjust to new behavior of `align-to'.
11223 Truncate excessively large fields to preserve alignment.
11224 (ses-reconstruct-all): Remove unused var `refs'.
11225 (ses-read-cell-printer): Remove unused var `prompt'.
11226 (ses-delete-row): Remove unused var `pos'.
11227 (ses-delete-column): Remove unused var `new'.
11229 2004-11-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11231 * ps-print.el: Insert :version tag into all defgroup and defcustom.
11232 Use (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11233 Eliminate eval-and-compile usage.
11234 (ps-insert-file): Use insert-file-contents instead of insert-file.
11235 (ps-setup): Code fix.
11237 * printing.el (pr-setup, lpr-setup): Code fix.
11239 2004-11-21 Jay Belanger <belanger@truman.edu>
11241 * calc/calc-prog.el (math-integral-cache-state, calc-lang)
11242 (calc-original-buffer): Declare them.
11243 (calc-user-formula-alist): New variable.
11244 (calc-user-define-formula, calc-fix-user-formula)
11245 (calc-user-define-composition, calc-finish-formula-edit):
11246 Replace variable `alist' by declared variable.
11247 (var-q0, var-q1, var-q2, var-q3, var-q4, var-q5, var-q6)
11248 (var-q7, var-q7, var-q8, var-q9): Declare them.
11249 (calc-kbd-push): Don't check to see if var-q0 through var-q9
11251 (calcFunc-typeof): Replace undeclared variable by expression.
11252 (math-exp-env): New variable.
11253 (math-define-body, math-define-exp): Replace exp-env by declared var.
11254 (math-define-exp): Replace misplaced variable by expression.
11256 * calc/calcalg3.el (calc-curve-nvars, calc-curve-varnames)
11257 (calc-curve-model, calc-curve-coefnames): New variables.
11258 (calc-curve-fit, calc-get-fit-variables): Replace variables nvars,
11259 varnames, model and coefnames by declared variables.
11260 (math-root-widen): New variable.
11261 (math-search-root, math-find-root): Replace variable root-widen by
11263 (var-DUMMY): Declare it.
11264 (math-root-vars, math-min-vars): Move the declarations to earlier in
11266 (math-brent-min): Make d a local variable.
11267 (math-find-minimum): Replace non-existent variable.
11268 (math-ninteg-romberg): Remove unnecessary variable.
11269 (math-ninteg-temp): New variable.
11270 (math-ninteg-romberg, math-ninteg-midpoint): Replace variable
11271 integ-temp by declared variable.
11272 (math-fit-first-var, math-fit-first-coef, math-fit-new-coefs):
11274 (math-general-fit): Replace variables first-var, first-coef and
11275 new-coefs by declared variables.
11276 (calcFunc-fitvar): Replace variable first-var by declared variable.
11277 (calcFunc-fitparam): Replace variable first-coef by declared variable.
11278 (calcFunc-fitdummy): Replace variable new-coefs by declared variable.
11279 (math-all-vars-vars, math-all-vars-found): New variables.
11280 (math-all-vars-in, math-all-vars-rec): Replace variables vars and
11281 found by declared variable math-all-vars-vars.
11283 2004-11-20 Luc Teirlinck <teirllm@auburn.edu>
11285 * emacs-lisp/cust-print.el (custom-printers): Use `defvar' instead
11288 2004-11-20 Richard M. Stallman <rms@gnu.org>
11290 * isearch.el (isearch-mode-map): Don't bind SPC.
11291 (isearch-whitespace-chars): Function deleted.
11292 (isearch-search): Bind search-spaces-regexp.
11293 (isearch-lazy-highlight-search): Likewise.
11294 (search-whitespace-regexp): Doc fix.
11295 (isearch-forward-regexp): Doc fix.
11297 * emacs-lisp/bytecomp.el (byte-compile-form):
11298 Move the calls to byte-compile-set-symbol-position,
11299 to avoid having two for the same symbol occurrence.
11301 * comint.el (comint-input-ring-size): Increase to 150.
11303 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode):
11305 (hexl-mode): Set those variables, record ruler-mode and hl-line-mode.
11306 (hexl-mode-exit): Restore status of ruler-mode and hl-line-mode.
11308 * imenu.el (imenu--generic-function):
11309 Ensure we keep moving backward even if BEG isn't further back.
11311 * replace.el (query-replace-read-to, query-replace-read-from):
11312 Specify t for KEEP-ALL in read-from-minibuffer.
11314 * progmodes/python.el (python-switch-to-python):
11315 If Python isn't running, start it.
11316 Don't alter debug-ignored-errors.
11318 * progmodes/cperl-mode.el (cperl-indent-region):
11319 Don't mind imenu-scanning-message.
11321 * bindings.el (global-map): Bind C-e to move-end-of-line.
11323 * simple.el (line-move-finish): New arg FORWARD.
11324 Ignore invisible newlines, not intangible ones.
11325 Conditions for acceptable stopping positions depend on FORWARD.
11326 (line-move): Pass FORWARD arg to line-move-finish.
11328 * buff-menu.el (list-buffers-noselect): Eliminate space at the start
11329 of HEADER. Compensate for this change in the code to add display
11330 properties. Don't make the first line intangible.
11332 * info.el (Info-search): Fix previous change.
11334 2004-11-20 Thien-Thi Nguyen <ttn@gnu.org>
11336 * Makefile.in (recompile): Revert 2004-11-19 change.
11337 (compile): Likewise.
11339 2004-11-19 Luc Teirlinck <teirllm@auburn.edu>
11341 * Makefile.in (compile): Set `max-specpdl-size' before compiling.
11343 2004-11-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11345 * progmodes/ebnf2ps.el: Fix typos. Insert :version tag into all
11346 defgroup and defcustom. Eliminate eval-and-compile usage.
11348 * progmodes/ebnf-otz.el: Fix typos.
11350 2004-11-19 Jay Belanger <belanger@truman.edu>
11352 * calc/calc-yank.el (calc-edit-disp-trail): New variable.
11353 (calc-edit-finish, calc-finish-stack-edit): Replace variable
11354 disp-trail by declared variable.
11356 * calc/calc-sel.el (calc-edit-disp-trail): Declare it.
11357 (calc-finish-selection-edit): Replace variable disp-trail by
11359 (calc-selection-cache-entry): Move declaration to earlier in the file.
11360 (calc-selection-cache-num, calc-selection-cache-comp)
11361 (calc-selection-cache-offset, calc-selection-true-num)
11362 (calc-final-point-line, calc-final-point-column)
11363 (calc-original-buffer): Declare them.
11364 (calc-fnp-op, calc-fnp-num): New variables.
11365 (calc-find-nth-part, calc-find-nth-part-rec)
11366 (calc-select-previous): Replace op and num by declared variables.
11367 (calc-rsf-old, calc-rsf-new): New variables.
11368 (calc-replace-sub-formula, calc-replace-sub-formula-rec):
11369 Replace variables old and new by declared variables.
11370 (calc-sel-reselect): New variable.
11371 (calc-auto-selection, calc-enter-selection, calc-edit-selection)
11372 (calc-sel-evaluate, calc-sel-expand-formula, calc-sel-expand-formula)
11373 (calc-sel-mult-both-sides, calc-sel-add-both-sides): Replace variable
11374 reselect with declared variable.
11376 * calc/calc-rewr.el (math-regs, math-num-regs, math-prog-last)
11377 (math-bound-vars, math-conds, math-copy-neg, math-rhs)
11378 (math-pattern, math-remembering, math-aliased-vars, math-mt-many)
11379 (math-import-list, math-rewrite-phase): Declare them.
11380 (math-rewrite): Use let* to declare variables.
11381 (calc-rewrite-selection): Make rules a local variable.
11382 (calc-rewr-sel): New variable.
11383 (calc-rewrite-selection, calc-locate-selection-marker)
11384 (calc-rewrite): Use the declared variable calc-rewr-sel instead
11386 (math-rewrite-whole-expr): New variable.
11387 (math-rewrite, math-rewrite-phase): Replace variable expr by
11389 (math-rewrite-heads-heads, math-rewrite-heads-skips)
11390 (math-rewrite-heads-blanks ): New variables.
11391 (math-rewrite-heads, math-rewrite-heads-rec): Replace variables
11392 heads, skips and blanks by declared variables.
11393 (math-rwcomp-subst-old, math-rwcomp-subst-new)
11394 (math-rwcomp-subst-old-func, math-rwcomp-subst-new-func):
11396 (math-rwcomp-substitute, math-rwcomp-subst-rec): Replace variables
11397 old, new, old-func and new-func by declared variables.
11398 (math-rwcomp-assoc-args, math-rwcomp-addsub-args):
11399 Remove unnecessary variable.
11400 (math-apply-rw-regs): New variable.
11401 (math-apply-rewrites, math-rwapply-replace-regs)
11402 (math-rwapply-reg-looks-negp): Replace variable regs by declared var.
11403 (math-apply-rw-ruleset): New variable.
11404 (math-apply-rewrites, math-rwapply-remember): Replace variable
11405 ruleset by declared variable.
11407 2004-11-19 Richard M. Stallman <rms@gnu.org>
11409 * info.el (Info-search): Use search-whitespace-regexp.
11411 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11413 * vc-rcs.el (vc-rcs-parse): New function.
11414 (vc-rcs-annotate-command): Likewise.
11415 (vc-rcs-annotate-current-time): Likewise.
11416 (vc-rcs-annotate-time): Likewise.
11417 (vc-rcs-annotate-extract-revision-at-line): Likewise.
11419 2004-11-19 Thien-Thi Nguyen <ttn@gnu.org>
11421 * Makefile.in (recompile): Set `max-specpdl-size' before compiling.
11423 2004-11-18 Jay Belanger <belanger@truman.edu>
11425 * calc/calc-alg.el (math-simplify-divisor): Remove unnecessary vars.
11427 2004-11-17 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11429 * printing.el: Eliminate use of interactive-p and eval-and-compile.
11430 Use of (featurep 'xemacs) instead of (eq ps-print-emacs-type 'xemacs).
11431 Use make-temp-file to generate PostScript files in any situation.
11432 (pr-ps-temp-file): Now specify a prefix to generate temporary files.
11433 (pr-interactive-p): Eliminate var.
11434 (pr-save-interactive): Eliminate macro.
11435 (pr-interface, pr-ps-directory-preview)
11436 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11437 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11438 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11439 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11440 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11441 (pr-ps-region-ps-print, pr-ps-mode-preview)
11442 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11443 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11444 (pr-despool-using-ghostscript, pr-despool-print, pr-despool-ps-print)
11445 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11446 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11447 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11448 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11449 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11450 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11451 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11452 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11453 (pr-update-menus, pr-interface-ps-prin, pr-interface-preview):
11454 Eliminate pr-save-interactive usage.
11455 (pr-menu-lock, pr-ps-utility-args, pr-set-outfilename):
11456 Eliminate pr-interactive-p usage.
11457 (pr-toggle-file-duplex-menu, pr-toggle-file-tumble-menu)
11458 (pr-toggle-file-landscape-menu, pr-toggle-ghostscript-menu)
11459 (pr-toggle-faces-menu, pr-toggle-spool-menu, pr-toggle-duplex-menu)
11460 (pr-toggle-tumble-menu, pr-toggle-landscape-menu)
11461 (pr-toggle-upside-down-menu, pr-toggle-line-menu, pr-toggle-zebra-menu)
11462 (pr-toggle-header-menu, pr-toggle-header-frame-menu)
11463 (pr-toggle-lock-menu, pr-toggle-region-menu, pr-toggle-mode-menu):
11465 (pr-ps-file): Use make-temp-file to generate a temporary file.
11467 2004-11-17 Jay Belanger <belanger@truman.edu>
11469 * calc/calc-alg.el (calc-poly-div): Make calc-poly-div-remainder
11471 (math-eval-rules-cache, math-eval-rules-cache-other): Declare them.
11472 (math-top-only): New variable.
11473 (math-simplify, math-simplify-step): Replace variable top-only by
11474 declared variable math-top-only.
11475 (math-simplify-expr): Declare it.
11476 Replace argument expr in all calls of math-defsimplify by
11477 math-simplify-expr.
11478 (math-simplify-plus, math-simplify-times, math-simplify-divide)
11479 (math-simplify-divisor, math-simplify-one-divisor)
11480 (math-simplify-mod, math-simplify-ineq, math-simplify-sqrt)
11481 (math-simplify-pow): Replace variable expr by declared variable
11482 math-simplify-expr.
11483 (math-simplify-divisor): Remove local variables temp and op.
11484 (math-simplify-one-divisor): Make temp and op local variables.
11485 (math-simplify-divisor-nover, math-simplify-divisor-dover):
11487 (math-simplify-divisor, math-simplify-one-divisor):
11488 Replace variables nover and dover by declared variables.
11489 (math-expr-subst-new, math-expr-subst-old): New variables.
11490 (math-expr-subst, math-expr-subst-rec): Replace variables new
11491 and old by declared variables.
11492 (math-is-poly-degree, math-is-poly-loose): New variables.
11493 (math-is-polynomial, math-is-poly-rec): Replace variables degree
11494 and loose by declared variables.
11495 (math-poly-base-const-ok, math-poly-base-pred): New variables.
11496 (math-polynomial-base, math-polynomial-base-rec):
11497 Replace variables const-ok and mpb-pred by declared variables.
11499 * calc/calc-poly.el (calc-poly-div-remainder): Declare it.
11501 * calc/calc-ext.el (math-defsimplify): Change the argument in
11502 the created function to math-simplify-expr.
11504 * calc/calc-units.el (math-simplify-expr): Declare it.
11505 Replace argument expr in all calls of math-defsimplify by
11506 math-simplify-expr.
11507 (math-simplify-units-prod): Replace variable expr by declared
11508 variable math-simplify-expr.
11510 2004-11-17 Stefan Monnier <monnier@iro.umontreal.ca>
11512 * buff-menu.el (list-buffers-noselect): Massage to fit in 80 columns.
11513 Replace mapcar->dolist, format->string.
11515 2004-11-17 Miles Bader <miles@gnu.org>
11517 * progmodes/idlw-shell.el, progmodes/idlw-toolbar.el
11518 * progmodes/idlwave.el: Remove RCS keywords.
11520 2004-11-17 J.D. Smith <jdsmith@as.arizona.edu>
11522 * progmodes/idlwave.el, progmodes/idlw-toolbar.el
11523 * progmodes/idlw-shell.el, progmodes/idlw-rinfo.el:
11524 Update to IDLWAVE version 5.5. Too many changes to list them here.
11525 * progmodes/idlw-help.el: New file.
11527 2004-11-16 Richard M. Stallman <rms@gnu.org>
11529 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11530 Discard spaces after \i according to TeX rules.
11532 * international/mule.el (set-buffer-file-coding-system):
11534 (after-insert-file-set-coding): Pass that new arg.
11535 Prevent set-buffer-multibyte from trying to lock the file.
11537 * buff-menu.el (list-buffers-noselect): New arg BUFFER-LIST.
11539 * saveplace.el (save-place): Doc fix.
11541 * dabbrev.el (dabbrev-expand): When handling SPC M-/,
11542 temporarily widen before finding the following word to copy.
11544 * emacs-lisp/lucid.el (map-keymap): Definition deleted.
11545 (cl-map-keymap): Definition deleted.
11547 * subr.el (map-keymap-internal): New function.
11549 2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca>
11551 * textmodes/flyspell.el (flyspell-mouse-map): Pop the menu
11552 when pressing rather than when releasing mouse-2. Simplify.
11554 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11556 * progmodes/compile.el (compilation-setup): Don't set buffer-read-only.
11557 (compilation-mode): Set it here instead.
11559 * emacs-lisp/cl-compat.el (pair-with-newsyms): Use make-symbol.
11561 * emacs-lisp/cl-macs.el: Use make-symbol rather than gensym.
11562 (loop, cl-parse-loop-clause, defsetf): Use backquote.
11564 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11566 * progmodes/compile.el (compilation-internal-error-properties):
11567 Fix up a transposition-typo. Check end-col before using it.
11569 2004-11-14 Frederic Han <han@math.jussieu.fr> (tiny change)
11571 * international/iso-cvt.el (iso-tex2iso-trans-tab):
11572 Discard whitespace after macro \i when converting it.
11574 2004-11-16 Juri Linkov <juri@jurta.org>
11576 * emacs-lisp/find-func.el (find-function-regexp):
11577 Optimize `define-minor-mode'. Add `defun-cvs-mode'.
11578 Add `deffoo'. Add `f' to [^cgv] to exclude `defface'.
11579 Remove invalid `\W' from [^cgv\W]. Doc fix.
11580 (find-function-search-for-symbol): Replace "\\>" with "\\_>".
11582 2004-11-15 Luc Teirlinck <teirllm@auburn.edu>
11584 * play/life.el: Maintainer is now FSF.
11585 (life-patterns, life-neighbor-deltas, life-window-start)
11586 (life-current-generation, life-generation-string): Use defvar
11587 instead of defconst.
11589 2004-11-15 Stefan Monnier <monnier@iro.umontreal.ca>
11591 * progmodes/compile.el (compilation-move-to-column): New fun.
11592 (compilation-internal-error-properties)
11593 (compilation-next-error-function): Use it to make sure we don't go past
11596 2004-11-15 John Paul Wallington <jpw@gnu.org>
11598 * autoinsert.el (auto-insert-alist): Insert the user's name in
11599 copyright notice, rather than Free Software Foundation, for the
11600 Emacs Lisp header case too.
11602 2004-11-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11604 * printing.el (pr-ps-file-print, pr-toggle-duplex): Fix typos.
11605 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11606 (pr-switches-string): If SWITCHES is nil, return nil. Otherwise,
11607 return the list of string in a string.
11608 (pr-call-process): Message if calling process returns an error, that
11609 is, the exit status is different of zero.
11611 2004-11-15 Jay Belanger <belanger@truman.edu>
11613 * calc/calcalg2.el (math-integrate-by-parts): Remove unused
11614 variable var-thing.
11615 (math-integ-depth, math-integ-level, math-integral-limit)
11616 (math-enable-subst, math-any-substs, math-integ-msg)
11617 (math-prev-parts-v, math-good-parts, math-max-integral-limit)
11618 (math-int-threshold, math-int-factors, math-double-roots)
11619 (math-solve-simplifying, var-IntegLimit, math-solve-sign)
11620 (var-GenCount): Declare these variables.
11621 (calcFunc-integ): Don't check if var-IntegLimit is bound.
11622 (math-integral-cache, math-integral-cache-state):
11623 Move declarations to earlier in the file.
11624 (math-deriv-var, math-deriv-total, math-deriv-symb)
11625 (math-cur-record, math-has-rules, math-t1, math-t2, math-t3)
11626 (math-so-far, math-integ-expr, math-expr-parts, calc-low)
11627 (calc-high, math-solve-var, math-solve-full, math-solve-vars)
11628 (math-try-solve-sign, math-solve-b, math-solve-system-vv)
11629 (math-solve-res): New variables
11630 (math-derivative, calcFunc-deriv, calcFunc-tderiv)
11631 (math-integral, math-replace-integral-parts)
11632 (math-integrate-by-parts, calc-dump-integral-cache)
11633 (math-try-integral, math-do-integral, math-do-integral)
11634 (math-do-integral-methods, math-try-solve-for)
11635 (math-try-solve-prod, math-solve-poly-funny-powers)
11636 (math-solve-crunch-poly, math-decompose-poly)
11637 (math-solve-find-root-term, math-find-root-in-prod)
11638 (math-integ-try-linear-substitutions)
11639 (math-integ-try-substitutions, math-expr-rational-in)
11640 (math-expr-rational-in-rec, calcFunc-table, math-scan-for-limits)
11641 (math-solve-prod, math-solve-quartic, math-poly-all-roots)
11642 (math-solve-for, math-solve-system, math-solve-system-rec)
11643 (math-solve-get-sign, math-solve-get-int)
11644 (math-solve-system-subst): Replace undeclared variables with newly
11645 declared variables.
11647 2004-11-14 Stefan Monnier <monnier@iro.umontreal.ca>
11649 * winner.el (winner-active-region, winner-edges, winner-window-list):
11650 Define at toplevel.
11651 (winner-mode-map): Move init inside declaration.
11653 2004-11-14 Luc Teirlinck <teirllm@auburn.edu>
11655 * files.el (convert-standard-filename): Doc fix.
11657 2004-11-14 Daniel Pfeiffer <occitan@esperanto.org>
11659 * files.el (auto-mode-alist): Handle .gtkrc, and under /etc
11660 passwd, group, shadow, default/* and pam.d/*.
11662 2004-11-14 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11664 * printing.el (pr-menu-spec): Adjust menu specification.
11666 2004-11-13 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11668 * printing.el: Doc fix. Insert :version tag into all defcustom.
11669 Handle interactive-p as is recommended in Emacs Lisp Reference.
11670 Set the file permission bits for newly created files.
11671 Reported by Glenn Morris <gmorris+emacs@ast.cam.ac.uk>.
11672 The printing menu specification (in `pr-menu-spec') was merged.
11673 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
11674 (pr-version): New version number (6.8.3).
11675 (pr-file-modes): New option.
11676 (pr-interactive-p): New var.
11677 (pr-save-interactive, pr-save-file-modes): New macros.
11678 (pr-setup): Code fix.
11679 (pr-menu-spec): Menu specification merged.
11680 (pr-call-process, pr-text2ps): Set file permission bits.
11681 (pr-despool-print): Set file permission bits. Handle interactive-p as
11683 (pr-interface, pr-ps-directory-preview)
11684 (pr-ps-directory-using-ghostscript, pr-ps-directory-print)
11685 (pr-ps-directory-ps-print, pr-ps-buffer-preview)
11686 (pr-ps-buffer-using-ghostscript, pr-ps-buffer-print)
11687 (pr-ps-buffer-ps-print, pr-ps-region-preview)
11688 (pr-ps-region-using-ghostscript, pr-ps-region-print)
11689 (pr-ps-region-ps-print, pr-ps-mode-preview)
11690 (pr-ps-mode-using-ghostscript, pr-ps-mode-print, pr-ps-mode-ps-print)
11691 (pr-printify-directory, pr-txt-directory, pr-despool-preview)
11692 (pr-despool-using-ghostscript, pr-despool-ps-print)
11693 (pr-ps-file-up-preview, pr-ps-file-using-ghostscript)
11694 (pr-ps-file-up-ps-print, pr-toggle-file-duplex, pr-toggle-file-tumble)
11695 (pr-toggle-file-landscape, pr-toggle-ghostscript, pr-toggle-faces)
11696 (pr-toggle-spool, pr-toggle-duplex, pr-toggle-tumble)
11697 (pr-toggle-landscape, pr-toggle-upside-down, pr-toggle-line)
11698 (pr-toggle-zebra, pr-toggle-header, pr-toggle-header-frame)
11699 (pr-toggle-lock, pr-toggle-region, pr-toggle-mode, pr-ps-name)
11700 (pr-txt-name, pr-ps-utility, pr-ps-fast-fire, pr-txt-fast-fire)
11701 (pr-menu-lock, pr-update-menus, pr-ps-utility-args)
11702 (pr-set-outfilename, pr-interface-ps-print, pr-interface-preview):
11703 Handle interactive-p as is recommended.
11705 2004-11-13 Stefan Monnier <monnier@iro.umontreal.ca>
11707 * emacs-lisp/byte-opt.el (byte-optimize-inline-handler): Simplify.
11708 (byte-decompile-bytecode-1): Remove unused vars `tag' and `retcount'.
11710 * font-lock.el (font-lock-fontify-syntactically-region): Fix last fix
11711 so it doesn't forget to highlight the beginning of the region either.
11713 2004-11-13 Daniel Pfeiffer <occitan@esperanto.org>
11715 * progmodes/cc-mode.el (c-basic-common-initc-font-lock-init)
11716 (c-font-lock-init): Eliminate obsolete make-local-hook.
11717 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
11718 (awk-mode): Use run-mode-hooks.
11720 * progmodes/cperl-mode.el (cperl-mode): Use run-mode-hooks.
11722 2004-11-13 Kim F. Storm <storm@cua.dk>
11724 * mouse.el (mouse-drag-copy-region): Add :version.
11725 (mouse-drag-mode-line-1): Let bind mouse-autoselect-window to nil
11726 while dragging mode line, so mode line can be dragged downwards.
11727 (mouse-drag-region-1): Let bind make-cursor-line-fully-visible
11728 while pressing mouse button so window doesn't scroll until we
11729 release the mouse if clicking on partially visible line.
11731 2004-11-12 Jay Belanger <belanger@truman.edu>
11733 * calc/calc-graph.el (calc-dumb-map): Declare it.
11734 (calc-graph-show-dumb): Check if calc-dumb-map is non-nil rather
11736 (calc-graph-name): Made `end' a local variable.
11737 (calc-graph-lookup): Made `varname' a local variable.
11738 (var-DUMMY, var-DUMMY2, var-PlotRejects, calc-gnuplot-trail-mark):
11740 (calc-graph-format-data): Don't check if var-PlotRejects is bound.
11741 (calc-graph-plot, calc-graph-compute-3d): Remove references to
11742 the unused variable y3vec.
11743 (calc-graph-show-dumb): Remove reference to unused variable found-pt.
11744 (calc-graph-kill-hook, calc-graph-plot): Remove reference to
11745 calc-graph-prev-kill-hook.
11746 (calc-graph-yvalue, calc-graph-yvec, calc-graph-numsteps)
11747 (calc-graph-numsteps3, calc-graph-xvalue, calc-graph-xvec)
11748 (calc-graph-xname, calc-graph-yname, calc-graph-xstep)
11749 (calc-graph-ycache, calc-graph-ycacheptr, calc-graph-refine)
11750 (calc-graph-keep-file, calc-graph-xval, calc-graph-xlow)
11751 (calc-graph-xhigh, calc-graph-yval, calc-graph-yp, calc-graph-xp)
11752 (calc-graph-zp, calc-graph-yvector, calc-graph-resolution)
11753 (calc-graph-y3value, calc-graph-y3name)
11754 (calc-graph-y3step, calc-graph-y3step, calc-graph-zval)
11755 (calc-graph-stepcount, calc-graph-is-splot)
11756 (calc-graph-surprise-splot, calc-graph-blank)
11757 (calc-graph-non-blank, calc-graph-curve-num): New variables.
11758 (calc-graph-plot, calc-graph-compute-2d, calc-graph-refine-2d)
11759 (calc-graph-recompute-2d, calc-graph-compute-3d)
11760 (calc-graph-format-data): Replace undeclared variables with the
11761 above newly declared variables.
11763 2004-11-12 Diane Murray <dsm@muenster.de> (tiny change)
11765 * mail/rmail.el (rmail-get-new-mail): Use the renamed variables
11766 `rsf-beep' and `rsf-sleep-after-message'.
11768 * mail/rmail-spam-filter.el (rmail-spam-filter): Only check white
11769 list if `message-sender' is non-nil.
11771 2004-11-12 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
11773 * desktop.el (desktop-create-buffer, desktop-save): Avoid some
11774 consing by using mapc instead of mapcar.
11776 2004-11-12 Nick Roberts <nickrob@snap.net.nz>
11778 * tooltip.el (require): Explain why CL is needed.
11780 2004-11-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11782 * printing.el: Insert :version into defgroup (printing). All reference
11783 to Files option in menubar were changed to File.
11784 (pr-version): New version number (6.8.2).
11785 (pr-get-symbol): Call easy-menu-intern.
11786 (pr-region-active-p): Now is a fun (it was defsubst). To avoid
11787 compilation gripes.
11789 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11791 * emacs-lisp/byte-opt.el (byte-compile-inline-expand): Understand the
11792 new byte-compile-function-environment binding to t.
11794 * font-lock.el (font-lock-fontify-syntactically-region):
11795 Don't forget to highlight the last char when we hit `end'.
11797 * mwheel.el (mouse-wheel-progressive-speed): Fix typo in name.
11798 (mwheel-scroll): Adjust accordingly.
11800 * cvs-status.el: Reduce spurious warnings.
11801 (cvs-status-checkout): Remove.
11802 (cvs-status-mode-map): Use cvs-mode-checkout instead.
11804 * pcvs.el (cvs-mode-checkout): New command.
11806 * international/iso-cvt.el (iso-cvt-define-menu): Fix typo.
11808 * tooltip.el: Require CL.
11810 * emacs-lisp/bytecomp.el: Use push.
11811 (byte-compile-file-form-defalias): Rename from byte-compile-defalias.
11812 (defalias): Remove the `byte-compile' property and add
11813 a `byte-hunk-handler'.
11815 2004-11-11 Juri Linkov <juri@jurta.org>
11817 * info.el (Info-search): Save match data for isearch.
11818 Skip Tag Table node.
11820 * descr-text.el (describe-char): Replace syntax-after with code
11821 from its previous version.
11823 * files.el (magic-mode-alist): Use optimization for SGML mode too.
11824 (set-auto-mode): Doc fix. Remove unused variable `xml'.
11826 * international/mule.el (sgml-html-meta-auto-coding-function):
11827 Remove > after <html to allow HTML attributes.
11829 2004-11-11 Jay Belanger <belanger@truman.edu>
11831 * calc/calc-comb.el (math-prime-factors-finished): Declare it as
11833 (calcFunc-dfac): Replace unbound max by n.
11834 (math-stirling-local-cache): New variable.
11835 (math-stirling-number, math-stirling-1, math-stirling-2):
11836 Replace the variable `cache' by the declared variable
11837 math-stirling-local-cache.
11838 (var-RandSeed): Declare it as a variable.
11839 (math-init-random-base, math-random-digit): Don't check to see if
11840 var-RandSeed is bound.
11841 (math-random-cache, math-gaussian-cache, calc-verbose-nextprime):
11842 Declare them instead of just setting them.
11843 (math-init-random-base): Made i a local variable.
11844 (math-random-digit): Made math-random-last a local variable.
11845 (math-prime-test-cache): Move declaration to before it is used.
11846 (math-prime-test-cache-k, math-prime-test-cache-q)
11847 (math-prime-test-cache-nm1, math-prime-factors-finished):
11848 Declare them as variables.
11850 2004-11-11 Jay Belanger <belanger@truman.edu>
11852 * calc/calc-ext.el (math-defcache): Use defvar for the new
11853 variables it creates.
11855 2004-11-11 Lars Hansen <larsh@math.ku.dk>
11857 * desktop.el (desktop-buffer-mode-handlers, desktop-after-read-hook)
11858 (desktop-clear-preserve-buffers-regexp, desktop-file-name-format)
11859 (desktop-globals-to-clear, desktop-no-desktop-file-hook, desktop-path)
11860 (desktop-save): Add :version.
11862 2004-11-11 Stefan Monnier <monnier@iro.umontreal.ca>
11864 * printing.el (pr-get-symbol): Don't downcase.
11866 2004-11-10 Jay Belanger <belanger@truman.edu>
11868 * calc/calc-aent.el (calc-do-quick-calc): Use kill-new to append
11869 string to kill-ring.
11871 * calc/calc-aent.el (calc-alg-exp, math-toks)
11872 (math-exp-pos,math-exp-old-pos, math-exp-token)
11873 (math-exp-keep-spaces, math-exp-str): New variables.
11874 (calc-do-alg-entry, calcAlg-equals, calcAlg-edit)
11875 (calcAlg-enter): Use declared variable calc-alg-exp.
11876 (math-build-parse-table, math-find-user-token): Use declared
11877 variable math-toks.
11878 (math-read-exprs, math-read-token, calc-check-user-syntax)
11879 (calc-match-user-syntax, match-factor-after, math-read-factor):
11880 Use declared variables math-exp-pos math-exp-old-pos.
11881 (math-read-exprs, math-read-token, math-read-expr-level)
11882 (calc-check-user-syntax, calc-match-user-syntax)
11883 (match-factor-after, math-read-factor): Use declared variable
11885 (math-read-exprs, math-read-expr-list, math-read-token)
11886 (math-read-factor): Use declared variable math-exp-keep-spaces.
11887 (math-read-exprs, math-read-token): Use declared variable
11889 (calc-match-user-syntax): Make m a local variable.
11891 * calc/calc-ext.el (math-read-expr): Use declared variables
11892 math-exp-pos, math-exp-old-pos, math-exp-str, math-exp-token,
11893 math-exp-keep-spaces.
11895 * calc/calc-forms.el (math-read-angle-bracket): Use declared
11896 variables math-exp-pos, math-exp-str.
11898 * calc/calc-lang.el (math-parse-tex-sum): Use declared variable
11900 (math-parse-fortran-vector, math-parse-fortran-vector-end)
11901 (math-parse-eqn-prime): Use declared variable math-exp-token.
11903 * calc/calc-vec.el (math-read-brackets, math-check-for-commas):
11904 Use declared variable math-exp-pos.
11905 (math-check-for-commas): Use declared variable math-exp-str.
11906 (math-read-brackets): Use declared variables math-exp-old-pos,
11907 math-exp-keep-spaces.
11908 (math-read-brackets, math-read-vector, math-read-matrix):
11909 Use declared variable math-exp-token.
11911 2004-11-10 Stefan Monnier <monnier@iro.umontreal.ca>
11913 * emacs-lisp/easymenu.el (easy-menu-define-key): Understand the case
11914 where the keymap is a symbol.
11915 (easy-menu-add-item): Use keymap-prompt. Simplify.
11917 * files.el (magic-mode-alist): Reduce backtracking in the HTML regexp.
11919 * textmodes/sgml-mode.el (sgml-tag-text-p): New fun.
11920 (sgml-parse-tag-backward): Use it to skip spurious < or >.
11922 2004-11-10 Thien-Thi Nguyen <ttn@gnu.org>
11924 * ebuff-menu.el: Doc fixes throughout.
11925 (electric-buffer-menu-mode-hook): New defvar.
11927 2004-11-10 Nick Roberts <nickrob@snap.net.nz>
11929 * tooltip.el: Don't require cl, comint, gud, gdb-ui for compilation.
11930 The resulting compiler warnings appear to be harmless.
11932 2004-11-10 Daniel Pfeiffer <occitan@esperanto.org>
11934 * textmodes/conf-mode.el: New file.
11936 * files.el (auto-mode-alist, magic-mode-alist): Use it.
11938 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11940 * international/iso-cvt.el (iso-cvt-define-menu): Clean up namespace.
11942 2004-11-09 Jay Belanger <belanger@truman.edu>
11944 * calc/calc-ext.el (calc-init-extensions): Remove old code.
11946 * calc/calc-ext.el (math-expr-data, math-mt-many, math-mt-func)
11947 (calc-z-prefix-buf, calc-z-prefix-msgs): New variables.
11948 (calc-z-prefix-help, calc-user-function-list): Use declared
11949 variables calc-z-prefix-buf, calc-z-prefix-msgs.
11950 (math-map-tree, math-map-tree-rec): Use declared variables
11951 math-mt-many, math-mt-func.
11952 (math-read-expression, math-read-string): Use declared variable
11955 * calc/calc-ext.el (math-normalize-nonstandard): Use declared
11956 variable math-normalize-a.
11958 * calc/calc.el (math-normalize-a): New variable.
11959 (math-normalize): Use declared variable math-normalize-a.
11961 * calc/calc-poly.el (math-expand-form): Use declared variable
11964 * calc/calc-rewr.el (math-rewrite, math-rewrite-phase):
11965 Use declared variable math-mt-many.
11966 (math-rewrite): Use declared variable math-mt-func.
11968 * calc/calc-vec.el (math-read-brackets, math-read-vector)
11969 (math-read-matrix): Use declared variable math-expr-data.
11971 * calc/calc-lang.el (math-parse-fortran-vector)
11972 (math-parse-fortran-vector-end, math-parse-tex-sum)
11973 (math-parse-eqn-matrix, math-parse-eqn-prime)
11974 (math-read-math-subscr): Use declared variable math-expr-data.
11976 * calc/calc-aent.el (math-read-exprs, math-read-expr-list)
11977 (math-read-expr-level, math-read-token, calc-check-user-syntax)
11978 (calc-match-user-syntax, math-read-if, math-factor-after)
11979 (math-read-factor): Use declared variable math-expr-data.
11981 2004-11-09 Glenn Morris <gmorris@ast.cam.ac.uk>
11983 * calendar/diary-lib.el (diary-from-outlook)
11984 (diary-from-outlook-gnus, diary-from-outlook-rmail): Do not use
11985 interactive-p; but rather new optional argument NOCONFIRM.
11987 2004-11-09 Stefan Monnier <monnier@iro.umontreal.ca>
11989 * emacs-lisp/easymenu.el (easy-menu-intern): Revert to no-downcasing.
11990 (easy-menu-name-match): Revert correspondingly.
11992 2004-11-09 Richard M. Stallman <rms@gnu.org>
11994 * emacs-lisp/bytecomp.el (byte-compile-defalias):
11995 Turn off warnings for the new function even if definition not constant.
11996 If the definition isn't a quoted symbol, record (FUNCTION . t).
11997 (byte-compile-function-environment): Now allow (FUNCTION . t) as elt.
11998 (byte-compile-callargs-warn): Handle (FUNCTION . t).
11999 (display-call-tree, byte-compile-arglist-warn):
12000 Handle t returned by byte-compile-fdefinition.
12002 2004-11-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12004 * Makefile.in (maintainer-clean): Depend on distclean.
12006 * help-fns.el (help-C-file-name): File name must be in build-files
12009 2004-11-09 Jay Belanger <belanger@truman.edu>
12011 * calc/calc.el (calc-mode-hook, calc-trail-mode-hook)
12012 (calc-start-hook, calc-end-hook, calc-load-hook): New variables.
12014 * calc/calc.el (calc, calc-trail-display, calc-mode):
12015 Remove obsolete sections.
12017 * calc/calc.el (calc-x-paste-text): Remove.
12019 * calc/calc-ext.el (calc-init-extensions): Bind calc-yank to
12022 2004-11-09 Nick Roberts <nickrob@snap.net.nz>
12024 * progmodes/gdb-ui.el (gdb-current-stack-level): New variable.
12025 (gdb-info-frames-custom, gdb-frame-handler): Use it to find
12026 current frame (in case of recursive calls).
12027 (gdb-show-changed-values): Add :version keyword.
12029 2004-11-09 Kenichi Handa <handa@m17n.org>
12031 * international/mule-cmds.el: Change coding: tag back to
12034 2004-11-08 Stefan Monnier <monnier@iro.umontreal.ca>
12036 * international/mule-cmds.el: Change coding-system to utf-8.
12037 (select-safe-coding-system-interactively):
12038 New function extracted from select-safe-coding-system.
12039 (select-safe-coding-system): Use it.
12041 2004-11-08 Richard M. Stallman <rms@gnu.org>
12043 * subr.el (syntax-after): Doc fix.
12045 * paren.el (show-paren-function): Change calls to syntax-after
12046 for new way of returning the value.
12048 * menu-bar.el (menu-bar-file-menu): Make this the real name
12049 and menu-bar-files-menu the alias. Use the former.
12050 (global-map): Use `file', not `files', as the symbol.
12052 * info.el (Info-revert-find-node): Don't use beginning-of-buffer.
12054 * filesets.el (filesets-spawn-external-viewer, filesets-run-cmd):
12055 Don't use beginning-of-buffer.
12056 (filesets-cmd-show-result): Use with-no-warnings.
12058 2004-11-08 Juri Linkov <juri@jurta.org>
12060 * progmodes/compile.el (compile): Don't overwrite last command in
12061 minibuffer history with default command if they are not equal.
12063 2004-11-08 Jay Belanger <belanger@truman.edu>
12065 * calc/calcalg2.el (math-do-integral-methods): Try linear then
12066 non-linear substitutions.
12068 2004-11-08 Jay Belanger <belanger@truman.edu>
12070 * calc/calcalg2.el (math-linear-subst-tried): New variable.
12071 (math-do-integral): Set `math-linear-subst-tried' to nil.
12072 (math-do-integral-methods): Use `math-linear-subst-tried' to
12073 determine what type of substitution to try.
12074 (math-integ-try-linear-substituion):
12075 Set `math-linear-subst-tried' to t.
12077 2004-11-08 Kim F. Storm <storm@cua.dk>
12079 * Makefile.in (bootstrap-clean): New target for 'make bootstrap'.
12081 2004-11-07 Juri Linkov <juri@jurta.org>
12083 * info-look.el (info-lookup): Allow reusing in the current buffer
12084 not only *info* buffer, but all (even renamed) Info buffers
12085 by checking for major-mode instead of *info* buffer name.
12086 (c-mode, autoconf-mode, emacs-lisp-mode, scheme-mode)
12087 (octave-mode, maxima-mode) <doc-spec>:
12088 Allow long dashes generated by Texinfo 4.7 before definitions.
12089 (texinfo-mode) <doc-spec>: Add space to suffix to find command
12090 definitions with argument separated by space.
12092 2004-11-06 Richard M. Stallman <rms@gnu.org>
12094 * simple.el (next-error group, face): Move before first use.
12095 (next-error-highlight, next-error-highlight-no-select): Likewise.
12097 * simple.el (line-move-invisible-p): Rename from line-move-invisible.
12098 (line-move): New args NOERROR and TO-END.
12099 Return t if succeed in moving specified number of lines.
12100 (move-end-of-line): New function.
12102 * simple.el (beginning-of-buffer-other-window): Use with-no-warnings.
12103 (end-of-buffer-other-window): Likewise.
12105 * simple.el (line-move-ignore-invisible): Default to t.
12107 * subr.el (syntax-after): Return the syntax letter, not the raw code.
12109 * emacs-lisp/elp.el (elp-results): Delete wasteful beginning-of-buffer.
12111 * international/iso-cvt.el (iso-cvt-define-menu):
12112 Rename menu-bar-files-menu to menu-bar-file-menu.
12114 * net/browse-url.el (browse-url-gnome-moz-program)
12115 (browse-url-gnome-moz-arguments): Move up before first use.
12117 * net/tramp.el (tramp group): Add :version.
12119 * progmodes/ada-xref.el (ada-gdb-application):
12120 Use goto-char instead of beginning-of-buffer.
12122 * progmodes/cperl-mode.el (cperl-info-on-command):
12123 Use goto-char instead of beginning-of-buffer.
12125 * progmodes/idlw-shell.el (idlwave-shell-examine-map):
12126 Move up before first use.
12127 (idlwave-shell-temp-pro-file): Likewise.
12128 (idlwave-shell-temp-rinfo-save-file): Likewise.
12129 (idlwave-shell-temp-file): Minor doc fix.
12131 * textmodes/flyspell.el (flyspell-external-point-words):
12132 Use goto-char instead of beginning-of-buffer.
12134 2004-11-06 Kai Grossjohann <kai.grossjohann@gmx.net>
12136 * net/tramp.el (tramp-coding-commands): Additionally try "uudecode -o
12137 /dev/stdout" before trying "uudecode -o -". Suggested by Han Boetes.
12138 (tramp-uudecode): Mention `uudecode -o /dev/stdout'.
12140 2004-11-06 David Ponce <david@dponce.com>
12142 * recentf.el (recentf-menu-path): Use menu item name.
12144 2004-11-06 Eli Zaretskii <eliz@gnu.org>
12146 * progmodes/gdb-ui.el: Don't call define-fringe-bitmap if the
12147 display doesn't support images.
12149 2004-11-06 Andreas Schwab <schwab@suse.de>
12151 * tempo.el (tempo-match-finder): Doc fix.
12153 * emacs-lisp/easymenu.el (easy-menu-get-map): Fix last change.
12155 2004-11-06 Stefan Monnier <monnier@iro.umontreal.ca>
12157 * emacs-lisp/easymenu.el (easy-menu-get-map-look-for-name): Remove.
12158 (easy-menu-lookup-name): New fun to replace it.
12159 (easy-menu-get-map): Use it to obey menu item names (rather than just
12160 keys) when looking up `path'.
12161 (easy-menu-always-true-p): Rename from easy-menu-always-true.
12162 (easy-menu-convert-item-1): Adjust to new name.
12164 2004-11-06 Peter Heslin <pj@heslin.eclipse.co.uk> (tiny change)
12166 * outline.el (hide-body): Don't hide lines at the top of the file
12167 that precede the first header line.
12169 2004-11-06 Paul Pogonyshev <pogonyshev@gmx.net>
12171 * align.el (align-areas): Delete whitespace before reindenting, so
12172 that tabs are never placed after spaces.
12174 2004-11-06 Alan Shutko <ats@acm.org>
12176 * macros.el (insert-kbd-macro): Do completions based on macros,
12177 rather than all commands.
12179 2004-11-06 David Hansen <david.hansen@gmx.net> (tiny change)
12181 * tempo.el (tempo-match-finder): Use [:word:] instead of "^\\b",
12182 to solve a bug whereby tags with 'b' don't match.
12184 2004-11-05 Juri Linkov <juri@jurta.org>
12186 * info.el (Info-search): Don't search in node header lines
12189 * emacs-lisp/edebug.el (edebug-next-token-class): Allow all
12190 symbol-constituent characters after dot, not only digits.
12192 2004-11-04 Daniel Pfeiffer <occitan@esperanto.org>
12194 * files.el (set-auto-mode): Don't get error after setting -*-mode-*-.
12196 2004-11-04 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12198 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12199 if a dialog will be used, read-file-name otherwise.
12201 2004-11-04 Richard M. Stallman <rms@gnu.org>
12203 * textmodes/table.el (table group): Add :version.
12205 * textmodes/ispell.el (ispell-word):
12206 Don't alter args; set them only thru `interactive' spec.
12208 * textmodes/flyspell.el (flyspell-word):
12209 Don't alter FOLLOWING; set it only thru `interactive' spec.
12211 * progmodes/f90.el (f90-end-of-block): Don't use interactive-p.
12213 * net/browse-url.el (browse-url-maybe-new-window):
12214 Use called-interactively-p.
12216 * mail/supercite.el (sc-cite-region):
12217 Don't use interactive-p. Add arg INTERACTIVE.
12218 (sc-version): Don't use interactive-p. Rename arg to MESSAGE.
12220 * international/mule-cmds.el (set-input-method, toggle-input-method):
12221 Don't use interactive-p. Add arg INTERACTIVE.
12223 * eshell/esh-mode.el (eshell-show-maximum-output):
12224 Don't use interactive-p.
12225 (eshell-truncate-buffer): Just message, no error, if buffer is short.
12227 * mouse.el (mouse-show-mark): Get positions to delete from mark
12228 and point, not from mouse-drag-overlay.
12230 * imenu.el (imenu-eager-completion-buffer): Add :version.
12232 * filesets.el (filesets group): Add :version.
12234 2004-11-03 Daniel Pfeiffer <occitan@esperanto.org>
12236 * files.el (xml-based-modes): Delete var.
12237 (magic-mode-alist): New more general var.
12238 (set-auto-mode): Use it.
12240 * buff-menu.el (Buffer-menu-make-sort-button): Preserve point even
12241 when clicking from another window.
12243 2004-11-03 Thien-Thi Nguyen <ttn@gnu.org>
12245 * vc-cvs.el (vc-cvs-local-month-numbers): Delete var.
12246 (vc-cvs-annotate-time): Incorporate value of deleted var.
12247 Remove special-case handling of beginning-of-buffer cruft.
12248 Cache ending position (point) and return value in text property
12249 `vc-cvs-annotate-time', and consult it on subsequent invocations.
12251 * vc-cvs.el (vc-cvs-annotate-command):
12252 Delete extraneous lines from beginning of buffer.
12253 * vc-mcvs.el (vc-mcvs-annotate-command): Likewise.
12255 * progmodes/grep.el (grep-default-command): Take empty string
12256 for tag if all other methods yield nil. Shell-quote the tag.
12258 * vc.el (vc-annotate-display-autoscale): Add prefix-arg
12259 spec in `interactive' form, and mention it in the docstring.
12260 Also, make sure point is at bol after calling `annotate-time'.
12262 2004-11-02 Richard M. Stallman <rms@gnu.org>
12264 * cus-edit.el (customize-group-other-window):
12265 Select the window that displays the custom buffer.
12266 (custom-buffer-create-other-window): Likewise.
12268 * comint.el (comint-insert-input): Fix previous change.
12270 * emacs-lisp/elp.el (elp-instrument-function):
12271 Use called-interactively-p.
12273 * emacs-lisp/easymenu.el (easy-menu-intern):
12274 Don't downcase; rather, case-flip the first letter of each word.
12276 * emacs-lisp/easy-mmode.el (define-minor-mode):
12277 Use called-interactively-p.
12279 * emacs-lisp/bytecomp.el (byte-compile-warning-types):
12280 Add interactive-only.
12281 (byte-compile-warnings): Add interactive-only as option.
12282 (byte-compile-interactive-only-functions): New variable.
12283 (byte-compile-form): Warn about calls to functions
12284 in byte-compile-interactive-only-functions.
12286 * emacs-lisp/autoload.el (update-file-autoloads):
12287 Don't use interactive-p; take new arg SAVE-AFTER.
12289 * emacs-lisp/advice.el (ad-make-advised-definition):
12290 Use called-interactively-p.
12292 2004-11-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12294 * files.el (find-file-existing): New function.
12296 * menu-bar.el (menu-bar-files-menu): Make "Open File..." call
12297 find-file-existing. Add "New File..." that calls find-file.
12299 * diropen.pbm, diropen.xpm: New files.
12301 * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses
12302 icon diropen. New tool bar item find-file-existing uses icon open.
12304 * dired.el (dired-read-dir-and-switches): Call read-directory-name
12305 instead of read-file-name.
12307 2004-11-02 Ulf Jasper <ulf.jasper@web.de>
12309 * calendar/icalendar.el (icalendar-version): Increase to 0.08.
12310 (icalendar--split-value): Change name of work buffer.
12311 (icalendar--get-weekday-abbrev): Return nil on error.
12312 (icalendar--date-to-isodate): New function.
12313 (icalendar-convert-diary-to-ical)
12314 (icalendar-extract-ical-from-buffer): Use only two args for
12315 make-obsolete (XEmacs compatibility).
12316 (icalendar-export-file, icalendar-import-file): Blank at end of prompt.
12317 (icalendar-export-region): Doc fix.
12318 If error, return non-nil and write errors to a buffer.
12319 Use correct weekday for weekly recurring events.
12320 Check whether date has been parsed for ordinary events.
12321 Make weekly events start in the year 2000.
12322 DTEND is non-inclusive, shift end date by one day if
12323 necessary (not for entries that have date and time).
12324 Rename local let variables: oops -> found-error, datestring ->
12327 2004-11-02 Kim F. Storm <storm@cua.dk>
12329 * files.el (set-auto-mode-0): Don't rely on dynamic binding of
12330 keep-mode-if-same variable. Add it as optional arg instead.
12331 (set-auto-mode): Call set-auto-mode-0 with keep-mode-if-same.
12333 * ehelp.el (electric-help-map): Reorder Q/q and R/r entries so
12334 substitute-command-keys will select lower-case bindings like those
12335 used in the static help texts.
12337 * descr-text.el (describe-text-properties): Don't err if called in
12338 the *Help* buffer; output to *Help-2* buffer instead.
12340 * kmacro.el (group kmacro): Add :version.
12341 (kmacro-keyboard-quit): New function to cleanup on C-g.
12342 (kmacro-start-macro): Set defining-kbd-macro to append when
12343 appending to last macro.
12345 * simple.el (keyboard-quit): Call kmacro-keyboard-quit.
12347 2004-11-02 Nick Roberts <nickrob@snap.net.nz>
12349 * progmodes/gdb-ui.el (gdb-enable-debug-log)
12350 (gdb-use-inferior-io-buffer, gdb-use-colon-colon-notation)
12351 (gud-gdba-command-name, gdb-show-main, gdb-many-windows):
12352 Add :version keyword.
12354 2004-11-02 Pavel Kobiakov <pk_at_work@yahoo.com>
12356 * progmodes/flymake.el (flymake-err-line-patterns):
12357 Use `flymake-reformat-err-line-patterns-from-compile-el' to convert
12358 `compilation-error-regexp-alist-alist' to internal Flymake format.
12360 * progmodes/flymake.el: Eliminate byte-compiler warnings.
12362 2004-11-01 Jay Belanger <belanger@truman.edu>
12364 * calc/calc-frac.el (calc-over-notation): Replace `completing-read'
12365 with `interactive "s"'.
12367 2004-11-01 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12369 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
12370 Revert change from 2004-10-16. '*' checks the current buffer, but the
12371 mouse click may be in another buffer.
12373 2004-11-01 John Paul Wallington <jpw@gnu.org>
12375 * files.el (large-file-warning-threshold): Add :version keyword.
12376 (kill-some-buffers): Doc fix.
12378 * thumbs.el (group thumbs): Add :version keyword.
12380 * textmodes/bibtex.el (bibtex-make-field): Fix typo.
12382 2004-11-01 Richard M. Stallman <rms@gnu.org>
12384 * textmodes/ispell.el (ispell-word): Don't use interactive-p.
12386 * textmodes/flyspell.el (flyspell-word): Don't use interactive-p.
12388 * allout.el (allout group): Add :version.
12389 (allout-init): Don't use interactive-p.
12390 (allout-ascend-to-depth, allout-ascend, allout-end-of-level)
12391 (allout-forward-current-level, allout-backward-current-level):
12392 Don't use interactive-p.
12394 * textmodes/bibtex.el (bibtex-make-field): Don't use interactive-p.
12395 (bibtex-find-text): Likewise.
12397 * progmodes/vhdl-mode.el (vhdl-fill-region)
12398 (vhdl-beginning-of-statement): Don't use interactive-p.
12400 * progmodes/idlwave.el (idlwave-update-routine-info):
12401 Don't use interactive-p.
12403 * progmodes/idlw-shell.el (idlwave-shell-send-char):
12404 Don't use interactive-p.
12406 * progmodes/cperl-mode.el (cperl-switch-to-doc-buffer):
12407 Don't use interactive-p.
12409 * progmodes/ada-xref.el (ada-make-body-gnatstub):
12410 Don't use interactive-p.
12412 * play/fortune.el (fortune-to-signature): Don't use interactive-p.
12413 (fortune-in-buffer): Doc fix.
12415 * play/5x5.el (5x5-new-game): Set up the buffer even if not interactive.
12417 * net/eudc.el (eudc-display-records): Use with-output-to-temp-buffer;
12418 don't select the temporary buffer.
12419 (eudc-get-email): New optional arg ERROR; don't use interactive-p.
12420 (eudc-get-phone): Likewise.
12422 2004-11-01 Kim F. Storm <storm@cua.dk>
12424 * man.el (Man-xref-normal-file): Fix help-echo.
12426 2004-10-31 Stefan Monnier <monnier@iro.umontreal.ca>
12428 * reveal.el (reveal-last-tick): New var.
12429 (reveal-post-command): Use it to avoid closing overlays when we're
12430 appending text to them.
12432 2004-10-31 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
12434 * textmodes/bibtex.el: Require button.
12435 (bibtex-autokey-transcriptions): Translate TeX `\ ' to space.
12436 (bibtex-reference-keys): Distinguish between header keys and
12438 (bibtex-beginning-of-field): New function.
12439 (bibtex-url-map): Remove.
12440 (bibtex-font-lock-keywords): Use bibtex-font-lock-crossref.
12441 (bibtex-font-lock-url-regexp): Assume that field names begin at
12442 the beginning of a line.
12443 (bibtex-font-lock-url): Simplify. Do not use bibtex-enclosing-field.
12444 Remove field delimiters. Use bibtex-beginning-of-field.
12445 Bugfix, point can be inside a field with a url.
12446 (bibtex-font-lock-crossref, bibtex-button-action, bibtex-button):
12448 (bibtex-mark-active, bibtex-run-with-idle-timer): Remove.
12449 (bibtex-key-in-head): Simplify.
12450 (bibtex-current-line): Use bolp.
12451 (bibtex-parse-keys): Remove unused arg `add'.
12452 Use bibtex-type-in-head and bibtex-key-in-head.
12453 (bibtex-parse-entry, bibtex-autofill-entry):
12454 Use bibtex-type-in-head and bibtex-key-in-head.
12455 (bibtex-autokey-get-field): Do not alter case of replacement text.
12456 (bibtex-autokey-get-names): Do all processing of name list.
12457 (bibtex-autokey-get-year): New function.
12458 (bibtex-autokey-get-title): Do all processing of title words.
12459 (bibtex-generate-autokey): Simplify.
12460 (bibtex-string-files-init): Use default-directory.
12461 Allow for absolute file names in bibtex-string-files.
12462 (bibtex-files, bibtex-file-path): New variables.
12463 (bibtex-files-expand): New function.
12464 (bibtex-find-entry-globally): New command.
12465 (bibtex-summary-function): New variable.
12466 (bibtex-summary): Default value of bibtex-summary-function.
12467 (bibtex-find-crossref): New optional args pnt and split.
12468 (bibtex-complete-key-cleanup): Call bibtex-summary-function.
12469 (bibtex-copy-summary-as-kill): New command bound to C-cC-t.
12470 (bibtex-validate): Fix docstring. Check only abbreviated month fields.
12471 Fix handling of required and alternative fields.
12472 Identify duplicate keys even if bibtex-maintain-sorted-entries is nil.
12473 Use cons and display-buffer.
12474 (bibtex-validate-globally): New command.
12475 (bibtex-clean-entry): Use bibtex-files-expand. Do not call
12476 bibtex-parse-keys and bibtex-parse-strings for updating
12477 bibtex-reference-keys and bibtex-strings.
12478 (bibtex-realign): Remove blank lines past the last entry.
12479 (bibtex-reformat): Use bibtex-entry-format as default.
12480 (bibtex-choose-completion-string): Remove.
12481 (bibtex-complete): Do not use bibtex-choose-completion-string.
12482 (bibtex-url): Simplify.
12484 2004-10-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12486 * x-dnd.el (x-dnd-test-function, x-dnd-protocol-alist)
12487 (x-dnd-types-alist, x-dnd-open-file-other-window)
12488 (x-dnd-known-types): Add :version.
12490 2004-10-31 John Paul Wallington <jpw@gnu.org>
12492 * ibuffer.el (group ibuffer): Add :version keyword.
12494 2004-10-31 Kim F. Storm <storm@cua.dk>
12496 * ido.el (group ido): Add :version keyword.
12497 (ido-mode): Remove :version keyword.
12499 * emulation/cua-base.el (group cua): Add :version keyword.
12500 (cua-mode): Remove :version keyword.
12502 2004-10-30 Luc Teirlinck <teirllm@auburn.edu>
12504 * autorevert.el (auto-revert-tail-mode-text): Add :version keyword.
12506 * help-at-pt.el (help-at-pt-timer): Move defvar up to avoid
12508 (help-at-pt-timer-delay): Add :initialize keyword. Simplify :set
12510 (help-at-pt-display-when-idle): Remove autoload.
12512 2004-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
12514 * makefile.w32-in (custom-deps, autoloads): Fix *-hooks -> *-hook.
12516 2004-10-30 Juri Linkov <juri@jurta.org>
12518 * help.el (function-called-at-point):
12519 * help-fns.el (variable-at-point): Read -> intern.
12521 2004-10-30 Simon Josefsson <jas@extundo.com>
12523 * progmodes/autoconf.el (autoconf-font-lock-keywords):
12524 Recognize AS_* too.
12526 2004-10-29 Simon Josefsson <jas@extundo.com>
12528 * subr.el (read-passwd): Move back from password.el.
12530 * password.el: Remove, not ready yet.
12532 2004-10-29 Andreas Schwab <schwab@suse.de>
12534 * speedbar.el (speedbar-frame-parameters): Improve customize type.
12536 2004-10-29 Sam Steingold <sds@gnu.org>
12538 * mouse.el (mouse-show-mark): Replace the last occurrence of
12539 x-lost-selection-hooks with x-lost-selection-functions.
12541 2004-10-28 Stefan Monnier <monnier@iro.umontreal.ca>
12543 * mouse.el (mouse-show-mark): Adjust to new name and don't assume
12544 x-lost-selection-functions is bound.
12546 * mouse-sel.el (mouse-sel-mode):
12547 * emacs-lisp/lselect.el: Adjust to new names for
12548 x-(lost|sent)-selection-functions.
12550 * subr.el (x-lost-selection-hooks, x-sent-selection-hooks):
12551 New obsolete aliases of x-lost-selection-functions and
12552 x-sent-selection-functions.
12554 2004-10-28 Kim F. Storm <storm@cua.dk>
12556 * imenu.el (imenu-scanning-message): Remove.
12557 (imenu-progress-message): Make it a no-op.
12559 2004-10-28 John Paul Wallington <jpw@gnu.org>
12561 * files.el (set-auto-mode): Call `throw' correctly.
12563 2004-10-28 Juri Linkov <juri@jurta.org>
12565 * info.el (Info-file-list-for-emacs): Add ("Info" . "info")
12566 to search `Info-...' commands in `info' manual.
12567 (Info-goto-emacs-command-node, Info-goto-emacs-key-command-node):
12568 Add 'info-file "emacs" property.
12569 (Info-find-emacs-command-nodes): Fix index line number regexp.
12570 Set real line number (instead of fake 0) in first element of the
12572 (Info-goto-emacs-command-node): Use line number of first element
12573 to set point in the first found Info node.
12575 * progmodes/grep.el (grep-regexp-alist): Move match highlighting
12576 code to `grep-mode-font-lock-keywords'.
12577 (grep-mode-font-lock-keywords): Delete grep markers instead
12578 of making them invisible.
12580 2004-10-28 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12582 * mail/emacsbug.el (report-emacs-bug): Insert x-server-vendor
12583 and x-server-version in bug report.
12585 2004-10-28 Daniel Pfeiffer <occitan@esperanto.org>
12587 * files.el (set-auto-mode-0): New function.
12588 (set-auto-mode): Use it to handle aliased modes and to
12589 be consistent between C-x C-f and C-x C-w.
12591 2004-10-28 Kenichi Handa <handa@m17n.org>
12593 * international/utf-8.el (utf-translate-cjk-charsets):
12594 Add katakana-jisx0201.
12596 * international/subst-jis.el: Add data for JISX0201.
12598 2004-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
12600 * obsolete/hilit19.el (hilit-mode): New function.
12601 Move all the toplevel side-effecting stuff into it, so that loading
12602 hilit19 doesn't mess everything up any more.
12604 2004-10-27 Richard M. Stallman <rms@gnu.org>
12606 * add-log.el (add-change-log-entry): Set up mailing address
12607 and full name later, and don't alter add-log-mailing-address
12608 or add-log-full-name.
12610 * elide-head.el (elide-head): Change error to message.
12611 (elide-head-show): Likewise.
12613 * apropos.el (apropos-macrop): Doc fix.
12615 * mouse.el (mouse-show-mark): Do most processing the same
12616 regardless of transient-mark-mode.
12618 * shadowfile.el (shadow-copy-files): Use interactive-p
12619 only to control whether to print a message.
12621 * tar-mode.el (tar-mode): Use write-contents-functions,
12622 not write-contents-hooks.
12624 * eshell/em-unix.el (eshell-du-sum-directory): Don't use
12625 directory-sep-char.
12627 2004-10-27 Richard M. Stallman <rms@gnu.org>
12629 * strokes.el (strokes-unload-hook): Fix previous change.
12631 * type-break.el (type-break-run-at-time): Always use run-at-time;
12632 forget the alternatives.
12633 (type-break-cancel-function-timers): Always use cancel-function-timers;
12634 forget the alternatives.
12636 * pcomplete.el (pcomplete-entries): Don't use directory-sep-char.
12638 2004-10-27 Kenichi Handa <handa@m17n.org>
12640 * international/subst-jis.el: Use utf-translate-cjk-substitutable-p.
12642 * international/subst-gb2312.el: Likewise.
12644 * international/subst-big5.el: Likewise.
12646 * international/subst-ksc.el: Likewise.
12648 * international/utf-8.el (utf-translate-cjk-unicode-range-string):
12650 (utf-translate-cjk-set-unicode-range): New function.
12651 (utf-translate-cjk-unicode-range): Make it customizable.
12652 (utf-8-post-read-conversion):
12653 Use utf-translate-cjk-unicode-range-string.
12654 (ccl-decode-mule-utf-8): Check utf-subst-table-for-decode for more
12657 2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
12659 * files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
12660 trivial variants to shorten the list.
12661 (xml-based-modes): New var.
12662 (set-auto-mode): Give interpreter-mode-alist or <?xml or <!DOCTYPE
12663 declaration higher priority than auto-mode-alist.
12665 * find-file.el (cc-other-file-alist): Bring it in line with
12666 cc-mode's auto-mode-alist entries and use \' instead of $.
12668 * textmodes/sgml-mode.el (sgml-mode): Fix imenu-generic-expression
12669 and add "Id" and "Name" submenus to it.
12671 * imenu.el (imenu--generic-function): Skip matches in comments.
12673 2004-10-26 Jay Belanger <belanger@truman.edu>
12675 * calc/calc.el (calc,full-calc, calc-quit, calc-keypad)
12676 (full-calc-keypad, calc-trail-display): Use an extra argument
12677 instead of `interactive-p'.
12679 * calc/calc-misc.el (calc-other-window): Use an extra argument
12680 instead of `interactive-p'.
12682 * calc/calc-rewr.el (calc-match): Use an extra argument instead of
12685 2004-10-26 Kim F. Storm <storm@cua.dk>
12687 * help.el (describe-key): Describe both down-event and up-event
12690 2004-10-26 Richard M. Stallman <rms@gnu.org>
12692 * woman.el (woman): Don't call interactive-p.
12694 * pcomplete.el (pcomplete): Instead of interactive-p,
12695 use an arg set non-nil by the interactive spec.
12697 * menu-bar.el (menu-bar-make-toggle): Instead of interactive-p,
12698 use an arg set non-nil by the interactive spec.
12700 * man.el (Man-cleanup-manpage): Instead of interactive-p,
12701 use an arg set non-nil by the interactive spec.
12703 2004-10-26 Pavel Kobiakov <pk_at_work@yahoo.com>
12705 * progmodes/flymake.el (flymake-split-string):
12706 Use `flymake-split-string-remove-empty-edges' in any case.
12708 2004-10-26 Masatake YAMATO <jet@gyve.org>
12710 * progmodes/flymake.el (flymake-err-line-patterns):
12711 Use `compilation-error-regexp-alist-alist' instead of
12712 `compilation-error-regexp-alist'.
12714 2004-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
12716 * textmodes/tex-mode.el (tex-font-lock-keywords-1): Fix up the spurious
12717 verbatim face on the \ of \end{verbatim}.
12719 2004-10-25 Jay Belanger <belanger@truman.edu>
12721 * calc/calc-incom.el (calc-digit-dots): Inhibit read-only before
12722 erasing minibuffer.
12724 2004-10-25 Simon Josefsson <jas@extundo.com>
12726 * subr.el (read-passwd): Move to net/password.el.
12728 * net/password.el (read-passwd): Add. Autoload it.
12730 2004-10-25 Kai Grossjohann <kai.grossjohann@gmx.net>
12732 * mouse-sel.el (mouse-sel-mode): Specify custom group.
12734 * simple.el (process-file): Fix logic.
12736 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12738 * indent.el (set-left-margin, set-right-margin): Delete redundant code.
12739 (increase-right-margin): Remove erroneous call to `interactive-p'.
12741 2004-10-24 Kim F. Storm <storm@cua.dk>
12743 * help.el (describe-mode): Fix 2004-10-13 change.
12744 Copy pure "Auto Fill" string so it can be propertized later
12745 without causing a read-only error.
12747 2004-10-24 Luc Teirlinck <teirllm@auburn.edu>
12749 * info.el (Info-find-emacs-command-nodes): Adapt to Texinfo-4.7
12752 2004-10-24 Kai Grossjohann <kai.grossjohann@gmx.net>
12754 * simple.el (process-file): Accept nil for INFILE. Reported by
12757 2004-10-24 Masatake YAMATO <jet@gyve.org>
12759 * progmodes/gdb-ui.el (gdb-assembler-font-lock-keywords):
12760 Handle periods and underscores in a function name.
12761 Remove the address fontification.
12763 2004-10-24 Masatake YAMATO <jet@gyve.org>
12765 * progmodes/asm-mode.el (asm-font-lock-keywords):
12766 Use font-lock-variable-name-face for registers.
12768 2004-10-24 Nick Roberts <nickrob@snap.net.nz>
12770 * progmodes/gdb-ui.el (gdb-get-create-buffer): Allow modes to run
12771 kill-all-local-variables.
12772 (gdb-breakpoints-mode, gdb-frames-mode, gdb-threads-mode)
12773 (gdb-registers-mode, gdb-locals-mode, gdb-assembler-mode):
12774 Use kill-all-local-variables and provide mode-hooks.
12775 (gdb-assembler-font-lock-keywords): New font lock keywords definition.
12776 (gdb-assembler-mode): Use 'gdb-assembler-font-lock-keywords'.
12777 Suggested by Masatake YAMATO <jet@gyve.org>.
12779 2004-10-23 Kai Grossjohann <kai.grossjohann@gmx.net>
12781 * simple.el (process-file): New function, similar to call-process
12782 but supports file handlers.
12783 * vc.el (vc-do-command): Use it, instead of call-process.
12784 * net/tramp-vc.el (vc-do-command): Do not advise it if
12785 process-file is fboundp.
12786 * net/tramp.el (tramp-file-name-handler-alist): Add entry for
12788 (tramp-handle-process-file): New function.
12789 (tramp-file-name-for-operation): Support process-file.
12791 2004-10-23 Ulf Jasper <ulf.jasper@web.de>
12793 * calendar/icalendar.el (icalendar--weekday-array): New constant.
12794 (icalendar-weekdayabbrev-table)
12795 (icalendar-monthnumber-table): Delete.
12796 (icalendar--get-month-number): Use calendar-month-name-array.
12797 (icalendar--get-weekday-number): New function.
12798 (icalendar--get-weekday-abbrev) Use calendar-day-name-array.
12799 (icalendar-export-region): Handle multi-line entries.
12800 (icalendar--convert-ical-to-diary): Use calendar-day-name-array.
12802 2004-10-23 John Paul Wallington <jpw@gnu.org>
12804 * ibuffer.el (ibuffer-find-file): Remove `interactive-p' call;
12805 `wildcards' set to t in interactive spec.
12807 * ibuf-ext.el (ibuffer-jump-to-buffer): Read buffer name in
12808 interactive spec rather than use `interactive-p'.
12809 (ibuffer-kill-line): Set arg `interactive-p' in interactive spec
12810 rather than use function `interactive-p'.
12812 2004-10-22 Kenichi Handa <handa@m17n.org>
12814 * international/mule.el (translate-region): Implement it in Lisp
12815 as a front end of translate-region-internal.
12817 2004-10-21 Jay Belanger <belanger@truman.edu>
12819 * calc/calc-aent.el (calc-alg-ent-map, calc-alg-ent-esc-map):
12820 Declare these variables with defvar.
12822 * calc/calc-aent.el (calc-do-alg-entry): Since `calc-alg-ent-map'
12823 is bound, only check to see if it is bound.
12825 2004-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
12827 * textmodes/tex-mode.el (tex-compilation-parse-errors):
12828 Don't output messages.
12830 * calc/calc-help.el (calc-describe-bindings): Fix last change.
12832 2004-10-21 John Paul Wallington <jpw@gnu.org>
12834 * calc/calc-graph.el (calc-graph-init):
12835 Use `set-process-query-on-exit-flag'.
12837 2004-10-21 Daniel Pfeiffer <occitan@esperanto.org>
12839 * progmodes/compile.el (compilation-start): Rely on `cd' to get
12840 dir right and also allow argumentless cd.
12842 2004-10-19 Richard M. Stallman <rms@gnu.org>
12844 * textmodes/flyspell.el (flyspell-mode): Doc fix.
12846 * eshell/em-unix.el (eshell-grep):
12847 Don't bind compilation-process-setup-function.
12849 * comint.el (comint-insert-input): Use @ in `interactive'.
12850 (comint-input-filter-functions): Doc fix.
12851 (comint-kill-whole-line, comint-get-source): Doc fix.
12853 * progmodes/compile.el (compilation-setup):
12854 Don't set buffer-read-only if MINOR is non-nil.
12856 2004-10-19 Jay Belanger <belanger@truman.edu>
12858 * calc/calc.el (calc-emacs-type-19, calc-emacs-type-epoch)
12859 (calc-emacs-type-gnu19): Remove.
12860 (calc-digit-map, calc-read-key-sequence, calc-read-key):
12861 Remove check for old emacs versions.
12863 * calc/calc-ext.el (calc-fancy-prefix): Remove emacs version check.
12864 (calc-init-extensions): Define `calc-alg-map' and `calc-alg-esc-map'
12867 * calc/calc-aent.el (calcAlg-previous): Check to see if looking at
12868 the end of the minibuffer.
12869 (calc-do-alg-entry): Remove Emacs version check. Use `copy-keymap' to
12872 * calc/calc-graph.el (calc-graph-plot): Remove emacs version check.
12874 * calc/calc-mode.el (calc-total-algebraic-mode): Remove error
12875 call that would be given when the current emacs was used.
12877 2004-10-19 Ulf Jasper <ulf.jasper@web.de>
12879 * calendar/icalendar.el: Set coding to utf-8.
12880 (icalendar-version): Increase to 0.07.
12881 (icalendar-monthnumber-table): Change March pattern.
12882 (icalendar-get-all-event-properties)
12883 (icalendar-set-event-property): Delete.
12884 (icalendar-all-events): No longer interactive.
12885 (icalendar-convert-diary-to-ical)
12886 (icalendar-extract-ical-from-buffer): Make obsolete, and alias to
12887 their replacements.
12888 (icalendar-export-file, icalendar-export-region): New functions;
12889 essentially old `icalendar-convert-diary-to-ical' but appending to
12890 target rather than overwriting.
12891 (icalendar-import-file): Append to target file rather than
12892 overwriting. Fourth arg deleted.
12893 (icalendar-import-buffer): New name for old
12894 `icalendar-extract-ical-from-buffer'.
12895 (icalendar--convert-string-for-import): New name for
12896 old `icalendar-convert-for-import'.
12897 (include-icalendar-files): Delete.
12898 Prefix for all internal functions changed from `icalendar-'
12901 2004-10-19 Richard M. Stallman <rms@gnu.org>
12903 * paths.el (news-path): Fix previous change.
12905 2004-10-18 Jay Belanger <belanger@truman.edu>
12907 * calc/calc-help.el (calc-describe-bindings):
12908 Set `buffer-read-only' to nil while working in the keybindings buffer;
12909 remove some extra information from the keybindings buffer.
12911 2004-10-18 David Ponce <david@dponce.com>
12913 * mouse.el (mouse-drag-move-window-top): New function.
12914 (mouse-drag-mode-line-1): Use it.
12916 2004-10-18 Thien-Thi Nguyen <ttn@gnu.org>
12918 * info.el (Info-fontify-node): For multiline refs,
12919 arrange to unfontify newline and surrounding whitespace.
12921 2004-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
12923 * vc-arch.el (vc-arch-workfile-version): Don't burp if the patch-log
12924 directory is missing.
12926 2004-10-17 John Paul Wallington <jpw@gnu.org>
12928 * ibuffer.el (ibuffer-default-display-maybe-show-predicates):
12929 New customizable variable; whether to display buffers that match
12930 `ibuffer-maybe-show-predicates' by default.
12931 (ibuffer-maybe-show-predicates): Mention it in docstring.
12932 (ibuffer-display-maybe-show-predicates): New variable.
12933 (ibuffer-update): Prefix arg now toggles whether buffers that
12934 match `ibuffer-maybe-show-predicates' should be displayed.
12935 (ibuffer-mode): Set `ibuffer-display-maybe-show-predicates'
12936 locally to heed `ibuffer-default-display-maybe-show-predicates'.
12937 (ibuffer-redisplay-engine): Rename optional second arg to `ignore'.
12939 2004-10-17 Michael Albinus <michael.albinus@gmx.de>
12941 * net/tramp.el: Redo sync with Tramp 2.0.45. Last commit did not
12944 2004-10-17 Daniel Pfeiffer <occitan@esperanto.org>
12946 * buff-menu.el (Buffer-menu-revert-function): Emulate save-excursion.
12947 (Buffer-menu-beginning): New helper function.
12948 (Buffer-menu-execute): Use it.
12949 (Buffer-menu-select): Use it.
12950 (Buffer-menu-sort): Use it and also keep markers.
12952 2004-10-17 Richard M. Stallman <rms@gnu.org>
12954 * paths.el (news-directory): Rename from news-path. Old name alias.
12955 (rmail-spool-directory): Use defvar.
12956 (sendmail-program): Use defcustom.
12957 (remote-shell-program): Use defcustom.
12958 (term-file-prefix): Use defvar.
12959 (abbrev-file-name): Use defvar.
12961 * term.el: Add maintainer.
12963 * subr.el (with-local-quit): Return nil if there's a quit.
12964 (read-passwd): Use with-local-quit. Doc fix.
12966 * strokes.el (strokes-list-strokes): Don't try to delete char at eob.
12967 (strokes-unload-hook): Set as a variable with add-hook.
12969 * startup.el (fancy-splash-tail, normal-splash-screen):
12970 Update copyright year.
12972 * shadowfile.el (shadowfile-unload-hook): Set as variable w/ add-hook.
12974 * server.el (server-unload-hook): Set as a variable with add-hook.
12976 * help-at-pt.el (help-at-pt-unload-hook): Use add-hook; no defvar.
12978 * frame.el (special-display-popup-frame):
12979 Make the buffer current as its frame is created.
12981 * delsel.el (delsel-unload-hook): Set as a variable.
12983 * comint.el (comint-output-filter-functions):
12984 Add comint-watch-for-password-prompt.
12985 (comint-read-noecho): Function deleted.
12986 (send-invisible): Use read-passwd.
12988 * fringe.el (fringe-mode-initialize): New function.
12989 (fringe-mode): Use fringe-mode-initialize as :initialize.
12991 2004-10-17 Kim F. Storm <storm@cua.dk>
12993 * language/indian.el (indian-script-language-alist): Swap value and doc.
12994 (indian-font-char-index-table): Doc fix.
12996 2004-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
12998 * vc-hooks.el (vc-find-file-hook): Call vc-backend with absolute name.
13000 2004-10-16 Juri Linkov <juri@jurta.org>
13002 * progmodes/compile.el (compilation-start): Move let-binding of
13003 `process-environment' into `with-current-buffer' body.
13004 Reported by Matt Hodges <MPHodges@member.fsf.org>.
13006 2004-10-16 Richard M. Stallman <rms@gnu.org>
13008 * pcvs-util.el (cvs-bury-buffer):
13009 Don't call get-buffer-window for effect.
13011 * outline.el (hide-other): Call outline-up-heading with INVISIBLE-OK=t.
13013 * newcomment.el (comment-auto-fill-only-comments): Add autoload.
13015 * msb.el (msb-unload-hook): Set the variable.
13017 * mouse.el (mouse-yank-at-click, mouse-yank-secondary):
13018 Use * to err if buffer is readonly.
13020 * subr.el (looking-back): Return only t or nil.
13022 * whitespace.el (whitespace-unload-hook): Set the variable.
13024 * view.el (view-mode-enable): Set view-page-size and
13025 view-half-page-size to nil.
13026 (view-set-half-page-size-default): view-half-page-size = nil
13028 (View-scroll-page-forward): Use view-page-size-default.
13029 (View-scroll-page-backward): Likewise.
13030 (view-page-size, view-half-page-size): Doc fixes.
13032 * emacs-lisp/elp.el (elp-unload-hook): Set the variable.
13034 * emacs-lisp/cl.el (cl-unload-hook): Don't defvar it, just set it.
13036 * emacs-lisp/bytecomp.el (byte-compile-eval): Don't process
13037 "cl" like other files. Instead, call byte-compile-find-cl-functions.
13038 (byte-compile-log-1): Bind inhibit-read-only.
13039 (byte-compile-warning-prefix, byte-compile-log-file): Likewise.
13040 (byte-compile-log-warning): Likewise.
13041 (byte-compile-file-form-require): Detect "cl" from the arg value.
13043 * progmodes/compile.el (compilation-start): Assume compilation-mode
13044 will make the buffer read-only.
13045 (compilation-mode): Take arg name-of-mode.
13046 (compilation-setup): Make buffer read-only.
13047 (compilation-handle-exit): Bind inhibit-read-only.
13049 * textmodes/ispell.el (ispell-command-loop): Use with-no-warnings.
13050 (ispell-message): Likewise.
13051 (ispell-show-choices): Don't call get-buffer-window uselessly.
13052 (ispell-init-process): Use set-process-query-on-exit-flag.
13054 2004-10-16 Kim F. Storm <storm@cua.dk>
13056 * fringe.el (fringe-bitmaps): Only initialize when defined.
13058 * pcvs.el (cvs-mode-view-file, cvs-mode-view-file-other-window): Add.
13059 (cvs-mode-find-file): Add optional `view' arg to enter view mode.
13061 * pcvs-defs.el (cvs-mode-map): Bind v to cvs-mode-view-file.
13063 2004-10-15 Simon Josefsson <jas@extundo.com>
13065 * net/password.el: Add.
13067 2004-10-14 Masatake YAMATO <jet@gyve.org>
13069 * progmodes/gud.el (gdb-script-beginning-of-defun): New function.
13070 (gdb-script-end-of-defun): New function.
13071 (gdb-script-mode): Use `gdb-script-beginning-of-defun' and
13072 `gdb-script-end-of-defun' as *-of-defun-function.
13074 2004-10-13 Daniel Pfeiffer <occitan@esperanto.org>
13076 * button.el (button-activate): Allow a marker to display as an action.
13078 * help-fns.el (describe-variable): Use it to make "below" a hyperlink.
13080 * help.el (describe-mode): Use it to make minor mode list into
13083 2004-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
13085 * vc.el (vc-annotate-display-select): Fix typo.
13087 * subr.el (substitute-key-definition-key): New function.
13088 (substitute-key-definition): Use it with map-keymap.
13089 (event-modifiers): Use push.
13090 (mouse-movement-p, with-temp-buffer): Simplify.
13092 2004-10-12 Jay Belanger <belanger@truman.edu>
13094 * calc/calc-help.el (calc-help-function-list, calc-help-variable-list):
13096 (calc-help-index-entries): New function.
13097 (calc-describe-function): Use `calc-help-function-list' instead of
13098 obarray for completion.
13099 (calc-describe-variable): Use `calc-help-variable-list' instead
13100 of obarray for completion.
13102 2004-10-12 Richard M. Stallman <rms@gnu.org>
13104 * info-look.el (info-lookup-file): Add info-file property.
13105 (info-lookup-symbol): Likewise.
13107 * info.el (info-xref): Add underlining.
13108 (info): Add info-file property.
13109 (Info-find-emacs-command-nodes): Specify case-sensitive search.
13111 2004-10-12 Michael Albinus <michael.albinus@gmx.de>
13113 Sync with Tramp 2.0.45.
13115 * net/tramp.el (top): Apply `def-edebug-spec' only if function is
13116 defined. This is not the case for XEmacs without package "edebug".
13117 (tramp-set-auto-save-file-modes): Set permissions of autosaved
13118 remote files to the permissions of the original file. This is not
13119 the case for Emacs < 21.3.50 and XEmacs < 21.5. Add function to
13120 `auto-save-hook'. Reported by Thomas Prokosch <thomas@nadev.net>.
13121 (tramp-perl-decode): Fix an error in Perl implementation.
13122 $pending must be cleared every loop. Reported by Benjamin Place
13123 <benjaminplace@sprintmail.com>
13125 * net/tramp-smb.el (tramp-smb-advice-PC-do-completion):
13126 Don't activate advice during definition. This is done later on,
13127 depending on test result of `substitute-in-file-name'.
13128 Suggested by Stefan Monnier <monnier@iro.umontreal.ca>.
13130 2004-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
13132 * pcvs-parse.el (cvs-parse-commit): Fix parsing for new commit message.
13134 * emacs-lisp/lisp.el (mark-sexp): Preserve direction when repeating.
13136 2004-10-12 David Ponce <david@dponce.com>
13138 * recentf.el (recentf-edit-list): Update the menu when the recentf
13139 list has been modified.
13141 2004-10-12 Simon Josefsson <jas@extundo.com>
13143 * net/tls.el (tls-certtool-program): New variable.
13144 (tls-certificate-information): New function, based on
13145 ssl-certificate-information.
13147 2004-10-12 Kenichi Handa <handa@m17n.org>
13149 * international/mule.el (coding-system-equal): Move from mule-util.el.
13151 * international/mule-util.el (coding-system-equal): Move to mule.el.
13153 2004-10-12 Kim F. Storm <storm@cua.dk>
13155 * kmacro.el (kmacro-insert-counter, kmacro-add-counter): Use and
13156 reset kmacro-initial-counter-value if set.
13157 (kmacro-set-counter): Only set kmacro-counter if defining or executing
13158 macro. Set kmacro-initial-counter-value otherwise. Never set both.
13159 (kmacro-display): Show macro counter if non-zero.
13161 * subr.el (substitute-key-definition): Mention command remapping
13164 2004-10-11 Jay Belanger <belanger@truman.edu>
13166 * calc/calc-misc.el (calc-info-goto-node): New function.
13167 (calc-tutorial, calc-info-summary): Go to appropriate Calc info
13169 (calc-describe-copying, calc-describe-distribution)
13170 (calc-describe-thing, calc-describe-no-warranty, calc-describe-key):
13171 Go to appropriate info node in one step.
13173 2004-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
13175 * pcvs-defs.el (pcl-cvs-load-hook): Remove unused var.
13177 * font-lock.el (font-lock-apply-highlight): Fix last change.
13179 2004-10-11 Simon Josefsson <jas@extundo.com>
13181 * mail/smtpmail.el (smtpmail-open-stream): Look for
13182 starttls-gnutls-program instead of starttls-program iff
13183 starttls-use-gnutls is non-nil.
13184 (smtpmail-open-stream): Don't overwrite user settings of
13185 starttls-extra-arguments and starttls-extra-args.
13187 2004-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
13189 * comint.el (comint-mouse-insert-input): Remove.
13190 (comint-insert-input): Make it work for mouse bindings.
13191 (comint-mode-map): Move defs into the declaration.
13192 (comint-output-filter): Typo.
13194 * diff-mode.el (diff-current-defun): Fix 2004-06-13's change.
13196 2004-10-10 Kai Grossjohann <kai.grossjohann@gmx.net>
13198 * net/ange-ftp.el (ange-ftp-remote-shell): Remove variable.
13199 (ange-ftp-call-chmod): Reference remote-shell-program instead of
13200 ange-ftp-remote-shell.
13202 2004-10-10 Andreas Schwab <schwab@suse.de>
13204 * emacs-lisp/byte-opt.el (byte-optimize-backward-word): Optimize
13205 `(backward-word)' to `(forward-word -1)', not `(forward-char -1)'.
13206 Reported by <sri@asu.edu>.
13208 2004-10-10 Benjamin Rutt <brutt@bloomington.in.us>
13210 * vc.el (vc-annotate-mode): Remove variable.
13211 (vc-annotate-display-select): Only call vc-annotate-mode
13212 if we're not in that mode already.
13214 2004-10-09 Stefan Monnier <monnier@iro.umontreal.ca>
13216 * imenu.el (imenu--completion-buffer): Don't return t for rescan.
13217 (imenu-choose-buffer-index): Check here for rescan instead.
13219 * font-lock.el (font-lock-apply-highlight): Explicitly check the case
13220 where the face expression evals to nil.
13222 * textmodes/tex-mode.el (tex-font-lock-append-prop): New fun.
13223 (tex-font-lock-keywords-2): Use it.
13224 (tex-font-lock-syntactic-keywords): Fix the `verbatim' treatment.
13226 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph): Fix backslashes.
13228 2004-10-09 Kim F. Storm <storm@cua.dk>
13230 * subr.el (progress-reporter-update): Define before first usage.
13231 (make-progress-reporter): Doc fix.
13233 2004-10-09 Luc Teirlinck <teirllm@auburn.edu>
13235 * textmodes/paragraphs.el (sentence-end-double-space)
13236 (sentence-end-without-period, sentence-end-without-space)
13237 (sentence-end): Doc fixes.
13239 2004-10-08 Peter Seibel <peter@javamonkey.com> (tiny change)
13241 * emacs-lisp/lisp-mode.el (lisp-fill-paragraph):
13242 Change paragraph-start regexp so we don't fill code starting with #'(.
13244 2004-10-08 Sebastien Kirche <seki@seki.fr> (tiny change)
13246 * mail/mail-extr.el (mail-extr-ignore-realname-equals-mailbox-name):
13248 (extract-address-components): Use it.
13250 2004-10-08 Paul Pogonyshev <pogonyshev@gmx.net>
13252 * subr.el (make-progress-reporter, progress-reporter-update)
13253 (progress-reporter-force-update, progress-reporter-do-update)
13254 (progress-reporter-done): New functions.
13256 * tar-mode.el (tar-summarize-buffer): Use progress reporter.
13258 * progmodes/etags.el (etags-tags-completion-table): Use progress
13260 (etags-tags-apropos): Likewise.
13262 2004-10-08 Alan Mackenzie <acm@muc.de>
13264 * isearch.el (isearch-yank-line): C-y yanks to next EOL, not end
13267 2004-10-08 Masatake YAMATO <jet@gyve.org>
13269 * server.el (server-process-filter): Wrap `process-send-region'
13270 by `condition-case' to guard the case when the pipe to PROC is closed.
13272 2004-10-07 Mark A. Hershberger <mah@everybody.org>
13274 * xml.el (xml-substitute-special): Limit handling of external entities.
13276 2004-10-06 Nick Roberts <nickrob@snap.net.nz>
13278 * progmodes/gdb-ui.el (gdb-ann3): (Re-)initialize gdb-input-queue.
13280 2004-10-06 John Paul Wallington <jpw@gnu.org>
13282 * xml.el (xml-parse-dtd): Fix `error' call.
13284 2004-10-05 Mark A. Hershberger <mah@everybody.org>
13286 * xml.el (xml-substitute-special): Return a single string instead
13287 of a list of strings if an entity substitution is made.
13289 2004-10-05 Ulf Jasper <ulf.jasper@web.de>
13291 * calendar/icalendar.el: New file.
13293 2004-10-05 Juri Linkov <juri@jurta.org>
13295 * isearch.el (isearch-done): Set mark after running hook.
13296 Reported by Drew Adams <drew.adams@oracle.com>.
13298 * info.el (Info-history, Info-toc): Fix Info headers.
13299 (Info-toc): Narrow buffer before Info-fontify-node.
13300 (Info-build-toc): Don't check for special Info file names.
13301 Set main-file to nil if Info-find-file returns a symbol.
13303 2004-10-05 Emilio C. Lopes <eclig@gmx.net>
13305 * calendar/calendar.el (calendar-goto-iso-week): Add autoload.
13306 (calendar-mode-map): Add binding for `calendar-goto-iso-week'.
13307 * calendar/cal-menu.el (calendar-mode-map): Ditto.
13309 2004-10-05 Glenn Morris <gmorris@ast.cam.ac.uk>
13311 * calendar/cal-iso.el (calendar-iso-read-args): New function,
13312 for old interactive spec from calendar-goto-iso-date.
13313 (calendar-goto-iso-date): Use it.
13314 (calendar-goto-iso-week): New function. Suggested by Emilio
13315 C. Lopes <eclig@gmx.net>.
13317 2004-10-04 Luc Teirlinck <teirllm@auburn.edu>
13319 * textmodes/enriched.el (enriched-mode-map): Give `set-left-margin' and
13320 `set-right-margin' bindings that follow the minor mode conventions.
13322 2004-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
13324 * textmodes/tex-mode.el (tex-dvi-view-command): Use `yap' on w32.
13325 (tex-font-lock-keywords-1): Add url and nolinkurl for args with `_'.
13326 (latex-block-args-alist): Add minipage and picture.
13327 (latex-block-body-alist): Use reftex-label if enabled.
13328 (latex-insert-block): Don't insert a \n if not necessary.
13329 (tex-compile-commands): Make sure dvips doesn't send to printer.
13330 (tex-compile-default): Handle the case where no executable is found.
13331 (latex-noindent-environments): New var.
13332 (latex-find-indent): Use it. Take an empty line as an arg-breaker.
13333 If tex-indent-allhanging is non-nil, make sure we only align for macros
13334 at beginning of line.
13336 2004-10-03 Daniel Pfeiffer <occitan@esperanto.org>
13338 * newcomment.el (comment-beginning): Doc fix and don't choke on
13339 unset `comment-end-skip' when at beginning of comment.
13341 2004-10-02 Dan Nicolaescu <dann@ics.uci.edu>
13343 * term.el (term-adjust-current-row-cache): Don't allow the current
13344 row to become negative.
13345 (term-emulate-terminal): Fix insert mode. Handle tab insertion at
13346 the end of the line. Fix scroll down. Add comments.
13347 (term-handle-ansi-escape): Don't exceed terminal width when moving
13349 (term-scroll-region): Move the cursor after setting the scroll region.
13351 2004-10-01 Luc Teirlinck <teirllm@auburn.edu>
13353 * indent.el (set-left-margin, set-right-margin): Rename `lm' arg
13354 to `width' for consistency with docstring. Doc fix.
13356 2004-10-01 Martin Stjernholm <bug-cc-mode@gnu.org>
13358 * progmodes/cc-langs.el: Load cl here since cc-defs doesn't do it.
13359 This is necessary for derived modes.
13361 2004-09-30 Kim F. Storm <storm@cua.dk>
13363 * kmacro.el (kmacro-lambda-form, kmacro-extract-lambda): Add.
13364 (kmacro-bind-to-key, kmacro-name-last-macro): Use kmacro-lambda-form.
13366 * edmacro.el: Require kmacro to use the new kmacro-lambda-form and
13367 kmacro-extract-lambda functions.
13368 (edit-kbd-macro): Handle kmacro lambda forms.
13369 Include counter and counter format in edit buffer.
13370 (edmacro-finish-edit): Get counter and format from edit buffer and
13371 update kmacro bindings when found.
13373 2004-09-29 Luc Teirlinck <teirllm@auburn.edu>
13375 * textmodes/paragraphs.el (forward-paragraph):
13376 Avoid args-out-of-range error when point winds up at the beginning of
13377 the buffer and hard newlines are enabled.
13379 * newcomment.el (comment-multi-line): Doc fix.
13381 2004-09-29 Stefan Monnier <monnier@iro.umontreal.ca>
13383 * diff-mode.el (diff-file-header-re): Tighten up regexp a tiny bit.
13384 (diff-fixup-modifs): Catch unified-diff file-headers.
13386 2004-09-29 Kim F. Storm <storm@cua.dk>
13388 * progmodes/gdb-ui.el (breakpoint): Define as fringe bitmap.
13389 (gdb-mouse-toggle-breakpoint): Fix fringe-bitmaps-at-pos usage.
13390 (gdb-put-breakpoint-icon): Use breakpoint bitmap.
13392 * fringe.el (fringe-bitmap-p): New macro.
13393 (fringe-bitmaps): Add standard fringe bitmaps on load.
13395 2004-09-28 Stefan Monnier <monnier@iro.umontreal.ca>
13397 * dired.el (dired-view-command-alist): Use more efficient regexps.
13398 Remove dubious arguments.
13399 (dired-align-file): New function.
13400 (dired-insert-directory): Use it.
13401 (dired-move-to-end-of-filename): Make the " -> " search more specific.
13402 (dired-buffers-for-dir): Remove unused var `pattern'.
13404 2004-09-28 Matthew Mundell <matt@mundell.ukfsn.org>
13406 * calendar/diary-lib.el (list-diary-entries): Save diary buffer
13407 from diary display excursion. Store diary buffer's point for
13408 `simple-diary-display'.
13409 (simple-diary-display): Set window point and start when
13410 displaying buffer, to preserve point.
13412 2004-09-27 Luc Teirlinck <teirllm@auburn.edu>
13414 * textmodes/enriched.el (enriched-translations): Replace defconst
13417 2004-09-26 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13419 * printing.el: Doc fix.
13420 (pr-version): New version number (6.8.1).
13421 (pr-ps-file-using-ghostscript): Use make-temp-file instead of
13423 (pr-delete-file): Check if file exists before deleting it.
13424 Reported by Lennart Borgman <lennart.borgman.073@student.lu.se>.
13426 2004-09-26 Stefan Monnier <monnier@iro.umontreal.ca>
13428 * term.el (term-display-table): New variable.
13429 (term-mode): Use it.
13430 (term-exec-1): Set the coding system to binary.
13431 (term-emulate-terminal): Decode the string before inserting it.
13433 2004-09-26 Dan Nicolaescu <dann@ics.uci.edu>
13435 * term.el (term-ansi-at-eval-string, term-ansi-default-fg)
13436 (term-ansi-default-bg, term-ansi-current-temp): Delete unused vars.
13437 (map): Bind S-prior, S-next and S-insert.
13438 (term-mode): Set `indent-tabs-mode' to nil.
13439 (term-paste): New function to be bound to S-insert.
13440 (term-send-del, term-send-backspace): Change the strings sent.
13441 (term-termcap-format): Synchronize with etc/e/eterm.ti.
13442 (term-handle-colors-array): Fix handling of underline and reverse.
13443 (term-handle-ansi-escape): Do not handle smcup/rmcup. Add comments.
13444 (term-erase-in-line): Fix comparison.
13445 (term-emulate-terminal): Fix line wrap handling.
13446 (term-start-output-log): Rename from `term-set-output-log'.
13447 (term-stop-output-log): Rename from `term-stop-photo'.
13448 (term-switch-to-alternate-sub-buffer): Comment out, unused.
13450 2004-09-25 Stefan Monnier <monnier@iro.umontreal.ca>
13452 * dired.el (dired-move-to-filename): Don't output a message if
13453 raise-error is non-nil. Fix return position and value.
13455 * files.el (insert-directory): Obey --dired even with symlinks.
13457 2004-09-25 Lars Hansen <larsh@math.ku.dk>
13459 * ls-lisp.el (ls-lisp-format): Mark file names with property
13462 2004-09-25 Kim F. Storm <storm@cua.dk>
13464 * ido.el (ido-max-directory-size): New defcustom.
13465 (ido-decorations): Add "too big" element.
13466 (ido-directory-too-big): New dynamic var.
13467 (ido-may-cache-directory): Don't cache big directories.
13468 (ido-directory-too-big-p): New defun.
13469 (ido-set-current-directory): Update ido-directory-too-big.
13470 (ido-read-internal): Make empty ido-cur-item if too-big.
13471 (ido-buffer-internal): Use ido-read-internal directly instead of
13473 (ido-file-internal): Init ido-directory-too-big.
13474 (ido-complete): <TAB> If ido-directory-too-big is set, clear it,
13475 and redo completion with full list.
13476 (ido-toggle-ignore): <C-a> If ido-directory-too-big is set, clear
13477 it, and show completions.
13478 (ido-all-completions): Let bind ido-directory-too-big to nil.
13479 (ido-exhibit): Handle ido-directory-too-big.
13480 (ido-read-buffer): Handle fallback to read-buffer.
13481 Init ido-directory-too-big.
13482 (ido-read-file-name, ido-read-directory-name, ido-completing-read):
13483 Init ido-directory-too-big.
13485 2004-09-24 Luc Teirlinck <teirllm@auburn.edu>
13487 * subr.el (delay-mode-hooks): Doc fix.
13489 2004-09-23 Luc Teirlinck <teirllm@auburn.edu>
13491 * textmodes/enriched.el
13492 (enriched-default-text-properties-local-flag): New variable.
13493 (enriched-mode): Make sure that enabling and disabling the mode is
13496 2004-09-23 H
\e,Ae
\e(Bkon Malmedal <hmalmedal@yahoo.no> (tiny change)
13498 * calendar/holidays.el (holiday-advent): Report on a specified day
13499 offset from advent, not just advent.
13500 (holiday-easter-etc): Report on one specified day offset from
13501 easter, not all easter holidays. Various Easter holidays moved to
13502 `christian-holidays' variable in calendar.el.
13503 * calendar/calendar.el (christian-holidays): Adapt for new
13504 behavior of `holiday-advent' and `holiday-easter-etc' functions.
13506 2004-09-23 Kim F. Storm <storm@cua.dk>
13508 * image.el (insert-sliced-image): Add doc string.
13510 * ido.el (ido-choice-list): New dynamic var for `list' context.
13511 (ido-context-switch-command): New dynamic var.
13512 (ido-define-mode-map): Generalize switch between file/buffer contexts.
13513 (ido-read-internal): Handle new `list' context.
13514 Handle insert-buffer and insert-file ido-exit values.
13515 (ido-buffer-internal): New arg switch-cmd. Use it to setup
13516 ido-context-switch-command. Handle insert-file ido-exit value.
13517 (ido-read-buffer): Set ido-context-switch-command to 'ignore
13518 unless it is already bound by caller.
13519 (ido-file-internal): New arg switch-cmd. Use it to setup
13520 ido-context-switch-command. Handle insert-buffer ido-exit value.
13521 (ido-enter-insert-buffer, ido-enter-insert-file): New commands
13522 used for context switching.
13523 (ido-all-completions): Handle new `list' context.
13524 (ido-make-choice-list): Return choices for `list' context.
13525 (ido-find-file-in-dir, ido-display-file, ido-write-file)
13526 (ido-display-buffer, ido-kill-buffer): Disable context switching.
13527 (ido-insert-buffer, ido-insert-file): Setup context switching.
13528 (ido-exhibit): Handle `list' context.
13529 (ido-read-file-name): Disable context switching. Handle fallback.
13530 (ido-read-directory-name): Disable context switching.
13531 (ido-completing-read): New defun like completing-read. Setup and
13532 use new `list' context.
13534 2004-09-20 Jesper Harder <harder@ifa.au.dk>
13536 * progmodes/tcl.el (inferior-tcl): Use pop-to-buffer.
13538 2004-09-21 Jay Belanger <belanger@truman.edu>
13540 * calc/calc-graph.el (calc-graph-add-curve): Move the call to
13541 `calc-graph-set-styles' so the gnuplot buffer will appear in a
13544 2004-09-21 Luc Teirlinck <teirllm@auburn.edu>
13546 * subr.el (after-change-major-mode-hook): Doc fix.
13548 2004-09-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
13550 * printing.el: Doc fix. Add a new tip about the use of gsprint instead
13551 of ghostscript for monochrome PostScript file in Windows.
13553 2004-09-21 Kenichi Handa <handa@m17n.org>
13555 * descr-text.el (describe-char): Checking of quail activation fixed.
13557 2004-09-21 Jay Belanger <belanger@truman.edu>
13559 * calc/calc.el (calc-mode-var-list): Remove unnecessary quotes.
13561 2004-09-20 Luc Teirlinck <teirllm@auburn.edu>
13563 * subr.el (run-mode-hooks): Run `after-change-major-mode-hook'
13564 after the mode hooks instead of before. Doc fix.
13566 2004-09-20 Jason Rumney <jasonr@gnu.org>
13568 * startup.el (command-line) [windows-nt]: Try .emacs first, then
13569 _emacs, but revert to .emacs if neither exists in home directory.
13571 2004-09-20 John Paul Wallington <jpw@gnu.org>
13573 * bindings.el (completion-ignored-extensions): Add .dfsl.
13575 2004-09-20 Richard M. Stallman <rms@gnu.org>
13577 * bindings.el (scroll-left): Make it disabled.
13579 * files.el (enable-local-eval): Doc fix.
13581 * indent.el (move-to-left-margin): Special case for minibuffer.
13583 * term.el (term-emulate-terminal): Turn off undo for output.
13584 Use with-current-buffer and save-selected-window.
13586 * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
13588 * progmodes/make-mode.el (makefile-fill-paragraph):
13589 Don't insist on spaces when looking for comments. # is enough.
13591 * files.el (hack-local-variables): Copy the variables list
13592 to another buffer, strip prefixes and suffixes there, then read.
13593 (enable-local-eval): Doc fix.
13594 (ignored-local-variables): Initialize to nil.
13595 (risky-local-variable-p): Don't check ignored-local-variables here.
13596 (hack-one-local-variable): Ignore var if in ignored-local-variables.
13598 2004-09-20 Dan Nicolaescu <dann@ics.uci.edu>
13600 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
13601 of = to "." (punctuation).
13603 2004-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
13605 * subr.el (event-basic-type): Fix mask (extend to 22bits).
13607 2004-09-18 Luc Teirlinck <teirllm@auburn.edu>
13609 * textmodes/enriched.el (enriched-rerun-flag): New variable.
13610 (enriched-before-change-major-mode): New function.
13611 Add it to `change-major-mode-hook'.
13612 (enriched-after-change-major-mode): New function.
13613 Add it to `after-change-major-mode-hook'.
13614 (enriched-mode): Make it work correctly if called from
13615 `after-change-major-mode-hook'.
13616 No longer set `indent-line-function'.
13618 * simple.el (fundamental-mode): Run `after-change-major-mode-hook'.
13620 * subr.el (after-change-major-mode-hook): New variable.
13621 (run-mode-hooks): Implement it.
13623 2004-09-18 Stefan Monnier <monnier@iro.umontreal.ca>
13625 * battery.el (battery-linux-proc-apm): Use string-to-number.
13626 (battery-linux-proc-acpi): Ignore all hidden files in the battery dir.
13627 Use dolist (and less indentation). Use erase-buffer.
13628 Pre-initialize `design-capacity', `warn', and `low'.
13629 (battery-format): Use replace-regexp-in-string.
13631 2004-09-18 Ralph Schleicher <rs@nunatak.allgaeu.org>
13633 * battery.el: Delete superfluous empty lines.
13634 (battery-linux-proc-acpi): Attempt to gather information from all
13635 battery subdirectories regardless of their file name.
13636 (battery-linux-proc-apm): Replace all occurrences of
13637 battery-hex-to-int-2 with string-to-int (base 16).
13638 (battery-hex-to-int-2, battery-hex-to-int): Delete functions.
13639 (battery-hex-map): Delete variable.
13641 2004-09-18 John Paul Wallington <jpw@gnu.org>
13643 * calc/calc-units.el (calc-quick-units): Fix overzealous
13646 2004-09-17 Jay Belanger <belanger@truman.edu>
13648 * calc/calc.el (calc-mode-var-list): Fix the value of
13649 `calc-matrix-brackets'.
13651 2004-09-17 Romain Francoise <romain@orebokech.com>
13653 * ibuf-ext.el (define-ibuffer-filter filename):
13654 Expand dired-directory since buffer-file-name is absolute.
13656 2004-09-17 Dan Nicolaescu <dann@ics.uci.edu>
13658 * ediff-init.el (ediff-current-diff-face-A)
13659 (ediff-current-diff-face-B, ediff-current-diff-face-C)
13660 (ediff-current-diff-face-Ancestor)
13661 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
13662 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
13663 (ediff-even-diff-face-A, ediff-even-diff-face-B)
13664 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
13665 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
13666 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
13669 * term.el (term-down): Perform vertical motion if DOWN is negative.
13670 (term-exec-1): Set both TERMCAP and TERMINFO unconditionally.
13671 (term-termcap-format): Synchronize with the eterm terminfo entry
13673 (term-handle-colors-array): If the current foreground or
13674 background are zero (i.e. unspecified), use the foreground and
13675 background of the default face for reverse video.
13676 (term-ansi-at-eval-string, term-ansi-default-fg)
13677 (term-ansi-default-bg, term-ansi-current-temp): Delete unused variable.
13678 (term-mem): Delete unused function.
13679 (term-protocol-version): Increment.
13680 (term-current-face): Set to default.
13682 2004-09-15 Jay Belanger <belanger@truman.edu>
13684 * calc/calc.el (calc-mode-var-list): Define this variable.
13685 (calc-always-load-extensions, calc-line-numbering)
13686 (calc-line-breaking, calc-display-just, calc-display-origin)
13687 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13688 (calc-group-char, calc-point-char, calc-frac-format)
13689 (calc-prefer-frac, calc-hms-format, calc-date-format)
13690 (calc-float-format, calc-full-float-format, calc-complex-format)
13691 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13692 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13693 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13694 (calc-matrix-brackets, calc-language, calc-language-option)
13695 (calc-left-label, calc-right-label, calc-word-size)
13696 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13697 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13698 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13699 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13700 (calc-window-height, calc-display-trail, calc-show-selections)
13701 (calc-use-selections, calc-assoc-selections)
13702 (calc-display-working-message, calc-auto-why, calc-timing)
13703 (calc-mode-save-mode, calc-standard-date-formats)
13704 (calc-autorange-units, calc-was-keypad-mode, calc-full-mode)
13705 (calc-user-parse-tables, calc-gnuplot-default-device)
13706 (calc-gnuplot-default-output, calc-gnuplot-print-device)
13707 (calc-gnuplot-print-output, calc-gnuplot-geometry)
13708 (calc-graph-default-resolution, calc-graph-default-resolution-3d)
13709 (calc-invocation-macro, calc-show-banner): Give these values as
13710 part of `calc-mode-var-list's initialization after the variables
13711 are declared with defvar.
13712 (calc-bug-address): Change email address to send bug reports to.
13713 Change the maintainer address at the top.
13714 (calc-mode): Compare `calc-settings-file' to `user-init-file' rather
13715 than "\\.emacs" to determine if it is the user-init-file.
13717 * calc/calc-embed.el (calc-embedded-set-modes): Use
13718 `calc-mode-var-list' correctly.
13720 2004-09-15 Thien-Thi Nguyen <ttn@gnu.org>
13722 * vc.el (annotate-time): Document point handling.
13723 (vc-annotate-display-autoscale): Doc fix.
13725 2004-09-15 Miles Bader <miles@gnu.org>
13727 * generic.el (generic-make-keywords-list): Use symbol rather than
13728 word anchors in regexp.
13730 2004-09-14 Sean O'Rourke <sorourke@cs.ucsd.edu>
13732 * ibuf-ext.el (define-ibuffer-filter filename): If buffer has
13733 no file name consider `dired-directory'.
13735 2004-09-14 Kim F. Storm <storm@cua.dk>
13737 * faces.el (cursor): Add face-no-inherit property. Doc fix.
13739 2004-09-14 Simon Josefsson <jas@extundo.com>
13741 * files.el (auto-mode-alist): Map .soa and .zone to dns-mode.
13743 * textmodes/dns-mode.el: Add.
13745 2004-09-13 Stefan Monnier <monnier@iro.umontreal.ca>
13747 * novice.el (disabled-command-hook): Use shorthand for obsolescence.
13748 (disabled-command-function): Make the ?\ char more obvious.
13750 * vc-arch.el (vc-arch-root, vc-arch-registered):
13751 * vc-mcvs.el (vc-mcvs-root, vc-mcvs-registered): Use vc-find-root.
13753 2004-09-13 Hovav Shacham <hovav@sha1.stanford.edu>
13755 * windmove.el (windmove-frame-edges): Report coordinates of
13756 outside edges of frame, not inside edges.
13757 (windmove-coordinates-of-position): Convert into wrapper to new
13758 function `windmove-coordinates-of-window-position';
13759 `compute-motion' always applies to selected window.
13760 (windmove-coordinates-of-position): Update documentation to refer
13761 to Emacs 21 Lisp Reference Manual.
13762 (windmove-find-other-window): Fix off-by-one errors for max x,y.
13764 2004-09-13 Kim F. Storm <storm@cua.dk>
13766 * isearch.el (isearch-resume-in-command-history): Rename from
13767 isearch-resume-enabled and change default to nil.
13769 2004-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
13771 * vc-hooks.el (vc-ignore-dir-regexp): New var.
13772 (vc-registered): Use it.
13773 (vc-find-root): New fun.
13775 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
13776 Don't tell to use \\{...} when it's already done.
13778 * textmodes/bibtex.el (bibtex-generate-url-list): Change format.
13779 Provide a sample complex default.
13780 (bibtex-url, bibtex-font-lock-url): Adapt to new format.
13781 (bibtex-entry): Use mapc.
13783 2004-09-12 Kim F. Storm <storm@cua.dk>
13785 * kmacro.el (kmacro-step-edit-prompt): Add "%s" format to message.
13787 * emulation/cua-rect.el (cua--rectangle-operation): Let bind
13788 inhibit-field-text-motion to t so rectangles work in comint buffers.
13790 * simple.el (choose-completion-string): Set buffer before running
13791 choose-completion-string-functions hook so it can be buffer-local.
13793 2004-09-12 Daniel Pfeiffer <occitan@esperanto.org>
13795 * progmodes/compile.el (compilation-start): Parse command to see
13796 if it starts with a cd, and if so perform it for the *compilation*
13797 buffer. Change the header to reflect this.
13799 2004-09-11 Kim F. Storm <storm@cua.dk>
13801 * ido.el (ido-enable-dot-prefix): Doc fix.
13802 (ido-enable-dot-prefix): New defcustom.
13803 (ido-set-matches1): Use it.
13805 2004-09-10 Stefan Monnier <monnier@iro.umontreal.ca>
13807 * textmodes/bibtex.el (bibtex-mark-active)
13808 (bibtex-run-with-idle-timer): Move the `if' inside the defun.
13810 2004-09-10 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13812 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore): Regexp is
13813 used in a case insensitive environment.
13814 (bibtex-mode-map): Rearrange order of menus.
13815 (bibtex-quoted-string-re): Obsolete.
13816 (bibtex-complete-key-cleanup): Variable replaced by new function.
13817 (bibtex-font-lock-keywords): Use backquotes.
13818 (bibtex-font-lock-url-regexp): New internal variable.
13819 (bibtex-name-in-field): New optional arg remove-opt-alt to remove
13821 (bibtex-insert-current-kill, bibtex-make-field)
13822 (bibtex-prepare-new-entry, bibtex-yank-pop, bibtex-String): Use unless.
13823 (bibtex-parse-field-text): Simplify.
13824 (bibtex-string=): New helper function.
13825 (bibtex-member-of-regexp): Merge with bibtex-autokey-get-title.
13826 (bibtex-map-entries): Use bibtex-string=.
13827 (bibtex-search-entry): Use not.
13828 (bibtex-enclosing-field): Fix docstring.
13829 (bibtex-assoc-regexp): Obsolete.
13830 (bibtex-format-entry): Use assoc-string and bibtex-string=.
13831 (bibtex-autokey-get-names): Handle empty name field.
13832 (bibtex-parse-strings): Use assoc-string and unless.
13833 (bibtex-complete-string-cleanup): Expansion list is passed as an arg.
13835 (bibtex-pop): Simplify.
13836 (bibtex-mode): Set font-lock-extra-managed-props.
13837 (bibtex-entry-update): Use assoc-string.
13838 (bibtex-parse-entry): Remove "OPT" and "ALT" from FIELD.
13839 (bibtex-autofill-entry): Use bibtex-string=.
13840 (bibtex-print-help-message): Simplify.
13841 (bibtex-find-entry): New optional arg START.
13842 (bibtex-validate): Use bibtex-string= and assoc-string.
13843 Do not call obsolete function compilation-parse-errors.
13844 (bibtex-remove-delimiters): Only remove delimiters if present.
13845 (bibtex-copy-entry-as-kill): Add docstring.
13846 (bibtex-clean-entry): Use bibtex-string=. Handle empty keys.
13847 Detect duplicate keys if bibtex-maintain-sorted-entries is nil.
13848 (bibtex-complete): Use bibtex-predefined-month-strings,
13849 bibtex-string=, and new function bibtex-complete-key-cleanup.
13850 (bibtex-generate-url-list): New variable.
13851 (bibtex-url): New command bound to C-c C-l and mouse-2.
13852 (bibtex-url-map): New local keymap for bibtex-url-mouse.
13853 (bibtex-font-lock-url): New function.
13855 2004-09-09 Stefan Monnier <monnier@iro.umontreal.ca>
13857 * progmodes/grep.el (grep-mode): Remove unnecessary autoload.
13859 2004-09-09 Kim F. Storm <storm@cua.dk>
13861 * kmacro.el (kmacro-bind-to-key): Associate dedicated macro
13862 counter and format with binding.
13863 (kmacro-name-last-macro): New defun. Like name-last-kbd-macro, but
13864 the declared macro uses own macro counter and format. Give symbol
13866 (kmacro-keymap): Bind kmacro-name-last-macro to n.
13867 (kmacro-start-macro, kmacro-end-macro, kmacro-call-macro)
13868 (kmacro-end-and-call-macro): Doc fix.
13870 2004-09-09 Lars Hansen <larsh@math.ku.dk>
13872 * desktop.el (desktop-clear-preserve-buffers):
13873 Remove make-obsolete-variable.
13875 2004-09-08 Richard M. Stallman <rms@gnu.org>
13877 * buff-menu.el (list-buffers-noselect): Call format-mode-line
13878 with the buffer as argument.
13880 2004-09-08 Stefan Monnier <monnier@iro.umontreal.ca>
13882 * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
13884 2004-09-08 Juri Linkov <juri@jurta.org>
13886 * replace.el (perform-replace): Use `query-replace-descr'.
13888 * cus-start.el (history-delete-duplicates): Specify customization.
13890 * diff-mode.el (diff-mode-map):
13891 * progmodes/compile.el (compilation-mode-map):
13892 * progmodes/grep.el (grep-mode-map):
13893 * replace.el (occur-mode-map): Rename `next-error-follow-mode'
13894 to `next-error-follow-minor-mode'.
13896 2004-09-08 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
13898 * isearch.el (isearch-lazy-highlight-update): Take into account
13899 the case of zero-length match at the search bound.
13901 2004-09-08 Kim F. Storm <storm@cua.dk>
13903 * emulation/cua-rect.el (cua--highlight-rectangle): Fix last
13904 change. Use zero width overlays when necessary.
13906 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13908 * subr.el (split-string): Docfix.
13910 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13912 * emacs-lisp/bytecomp.el (byte-compile-generate-call-tree): Doc fix.
13913 (display-call-tree): Ensure newline after caller/calls blocks.
13915 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13917 * startup.el (command-line-1): Make option
13918 --directory/-L modify `load-path' straight away.
13920 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13922 * progmodes/grep.el (grep-mode): Use normal autoload cookie.
13924 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13926 * emacs-lisp/autoload.el (make-autoload):
13927 Handle `define-compilation-mode'.
13929 * emacs-lisp/lisp-mode.el (define-compilation-mode):
13930 Specify `doc-string-elt' property.
13932 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13934 * bs.el (bs-mode): Doc fix.
13936 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13938 * info.el (Info-insert-dir): Fix temp buffer leak bug.
13940 2004-09-08 Thien-Thi Nguyen <ttn@gnu.org>
13942 * play/blackbox.el (bb-trace-ray): Avoid double tracing.
13944 2004-09-08 Kenichi Handa <handa@m17n.org>
13946 * ps-mule.el: Fix old function calls (ps-mule-chars-in-string ->
13947 length, ps-mule-string-char -> aref, ps-mule-next-index -> 1+,
13948 ps-mule-next-point -> 1+).
13950 * composite.el (encode-composition-rule): Add autoload cookie.
13952 2004-09-07 Luc Teirlinck <teirllm@auburn.edu>
13954 * format.el (buffer-auto-save-file-format): Make it permanent local.
13956 2004-09-07 Kim F. Storm <storm@cua.dk>
13958 * emacs-lisp/authors.el (authors-aliases): Add more aliases.
13959 (authors-fixed-entries): Fix typo.
13960 (authors-canonical-author-name): Compact multiple spaces.
13961 Ignore trivial names (e.g. only first name).
13963 * term.el (term-window-width): Only use full window width on
13964 window system if overflow-newline-into-fringe is enabled.
13965 (term-mode): Don't disable overflow-newline-into-fringe.
13967 2004-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
13969 * term/xterm.el (function-key-map): Add bindings for C- and S- cursor
13970 motion as seen on my Mac OS X xterms.
13972 * newcomment.el (uncomment-region-default, comment-region-default):
13973 New functions extracted from uncomment-region and comment-region.
13974 (comment-region, comment-region-function, uncomment-region)
13975 (uncomment-region-function): Use them.
13977 * pcvs-util.el (cvs-string-prefix-p): Use compare-strings.
13979 * pcvs-info.el (cvs-states): Allow `ignore' on NEED-UPDATE.
13980 It's not crucial but can make sense at times.
13982 * vc-arch.el (vc-arch-workfile-version): Handle the special case before
13985 * vc.el (vc-buffer-context, vc-restore-buffer-context):
13986 Disable obsolete code.
13988 2004-09-07 Juri Linkov <juri@jurta.org>
13990 * progmodes/grep.el (grep-highlight-matches): Change default from
13991 `t' to `auto-detect', and type from `boolean' to `choice'. Doc fix.
13992 (grep-compute-defaults): Set `grep-highlight-matches' to `t'
13993 if grep option `--color' is available, or to `nil' otherwise.
13994 (grep-process-setup): Call `grep-compute-defaults' if
13995 `grep-highlight-matches' is not computed. Set env-vars only
13996 if `grep-highlight-matches' is `t'.
13997 (grep-use-null-device): Remove redundant type `boolean' (`choice'
13998 is already defined).
14000 * progmodes/compile.el (compilation-start): Use copy of
14001 `process-environment' created by `copy-sequence' to not
14002 modify env-vars in the global `process-environment'.
14004 2004-09-06 Eli Zaretskii <eliz@gnu.org>
14006 * simple.el (next-error-follow-minor-mode): Fix last change.
14008 2004-09-05 Luc Teirlinck <teirllm@auburn.edu>
14010 * textmodes/paragraphs.el (use-hard-newlines): Make it into a
14013 2004-09-04 Richard M. Stallman <rms@gnu.org>
14015 * isearch.el (isearch-lazy-highlight-new-loop): Don't invoke
14016 highlighting if the search string is empty.
14018 2004-09-04 Luc Teirlinck <teirllm@auburn.edu>
14020 * facemenu.el (facemenu-active-faces): Change condition of inner
14021 `while' loop to also check the first two elements of `face-atts'
14024 2004-09-04 John Paul Wallington <jpw@gnu.org>
14026 * thumbs.el (thumbs-view-image-mode-map): Fix command name typo.
14027 (thumbs-view-image-mode): Make buffer read-only.
14029 2004-09-04 Christopher J. Madsen <cjm@pobox.com>
14031 * textmodes/ispell.el (ispell-really-aspell): New defvar.
14032 (ispell-check-version): Set it.
14033 (ispell-send-replacement): New function.
14034 (ispell-process-line): Call ispell-send-replacement.
14036 2004-09-04 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14038 * eshell/em-pred.el (eshell-predicate-help-string): Doc fix.
14039 Support choosing seconds with "s".
14041 2004-09-04 Jari Aalto <jari.aalto@poboxes.com>
14043 * terminal.el (te-escape): Show `?' in prompt for help key.
14045 2004-09-04 Emilio C. Lopes <eclig@gmx.net>
14047 * emacs-lisp/lisp.el (kill-backward-up-list): New function.
14049 2004-09-04 Dan Nicolaescu <dann@ics.uci.edu>
14051 * simple.el (next-error-follow-minor-mode)
14052 (next-error-follow-mode-post-command-hook): New functions.
14053 (next-error-follow-last-line): New defvar.
14055 * diff-mode.el (diff-mode-map): Bind next-error-follow-mode.
14056 * progmodes/compile.el (compilation-mode-map): Likewise.
14057 * progmodes/grep.el (grep-mode-map): Likewise.
14058 * replace.el (occur-mode-map): Likewise.
14060 * newcomment.el (uncomment-region): Bind comment-use-global-state
14063 2004-09-03 Luc Teirlinck <teirllm@auburn.edu>
14065 * autorevert.el (auto-revert-handler): Bind `buffer-read-only'
14066 locally around the call to `revert-buffer'.
14068 2004-09-03 Juri Linkov <juri@jurta.org>
14070 * isearch.el (isearch-toggle-regexp): Set `isearch-success' and
14071 `isearch-adjusted' to `t'.
14072 (isearch-toggle-case-fold): Set `isearch-success' to `t'.
14073 (isearch-message-prefix): Add "pending" for isearch-adjusted.
14074 (isearch-other-meta-char): Restore isearch-point unconditionally.
14075 (isearch-query-replace): Add new arg `regexp-flag' and use it.
14076 Set point to start of match if region is not active in transient
14077 mark mode (to include the current match to region boundaries).
14078 Push the search string to `query-replace-from-history-variable'.
14079 Add prompt "Query replace regexp" for isearch-regexp.
14080 Add region beginning/end as last arguments of `perform-replace.'
14081 (isearch-query-replace-regexp): Replace code by the call to
14082 `isearch-query-replace' with arg `t'.
14084 2004-09-03 Richard M. Stallman <rms@gnu.org>
14086 * startup.el (normal-top-level): Undo previous TERM change.
14088 2004-09-03 Kim F. Storm <storm@cua.dk>
14090 * emulation/cua-rect.el (cua--overlay-keymap): New keymap for
14091 highlight overlays; allow using RET when cursor is over a button.
14092 (cua--highlight-rectangle): Use it.
14093 (cua--rectangle-set-corners): Don't move backwards at eol.
14094 (cua--forward-line): Don't move into void after eob.
14096 * emulation/cua-rect.el (cua--rectangle-set-corners): Ensure that
14097 point is set (and displayed) inside rectangle.
14098 (cua--rectangle-operation): Fix for highlight of empty lines.
14099 (cua--highlight-rectangle): Fix highlight for tabs.
14100 Position cursor at left/right edge of rectangle using new `cursor'
14101 property on overlay strings.
14102 (cua--indent-rectangle): Don't tabify.
14103 (cua-rotate-rectangle): Ignore that point has moved.
14105 2004-09-02 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
14107 * term/mac-win.el: Add ASCII equivalents for some function keys.
14108 (mode-line-frame-identification): Sync with x-win.el.
14110 2004-09-02 Juri Linkov <juri@jurta.org>
14112 * progmodes/compile.el (compilation-buffer-name): Compare major
14113 mode with second element of compilation-arguments instead of third
14114 to reflect latest changes in compilation-arguments structure.
14115 (recompile): Use global variable `compilation-directory' to get
14116 recent compilation directory only when `recompile' is invoked NOT
14117 in the compilation buffer. Otherwise, use `default-directory' of
14118 the compilation buffer.
14119 (compilation-error-properties): Allow to funcall col and end-col.
14120 (compilation-mode-font-lock-keywords): Check col and end-col by
14122 (compilation-goto-locus): If end-mk is non-nil in transient mark
14123 mode don't activate the mark (and don't display message in
14124 push-mark), but highlight overlay between mk and end-mk.
14126 * progmodes/grep.el (grep-highlight-matches): New defcustom.
14127 (grep-regexp-alist): Add rule to highlight grep matches.
14128 (grep-process-setup): Set env-vars GREP_OPTIONS and GREP_COLOR.
14130 * info.el (Info-fontify-node): Don't compute other-tag
14131 if Info-hide-note-references=hide.
14133 * help.el (function-called-at-point):
14134 * help-fns.el (variable-at-point):
14135 Try `find-tag-default' when other methods failed.
14137 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
14138 Do not push mark if inhibit-mark-movement is non-nil.
14140 * textmodes/ispell.el (ispell-html-skip-alists):
14141 Fix backslashes in docstring.
14143 2004-09-01 Juri Linkov <juri@jurta.org>
14145 * isearch.el (isearch-wrap-function)
14146 (isearch-push-state-function): New defvars.
14147 (isearch-pop-fun-state): New defsubst.
14148 (isearch-top-state): Call function saved in `isearch-pop-fun-state'.
14149 (isearch-push-state): Set the result of calling
14150 `isearch-push-state-function' to the `isearch-pop-fun-state' field.
14151 (isearch-cancel): Call function saved in `isearch-pop-fun-state' to
14152 restore the mode-specific starting point of terminated search.
14153 (isearch-abort): Call `isearch-cancel' instead of its duplicated code.
14154 (isearch-repeat): Call `isearch-wrap-function' if defined.
14155 (isearch-message-prefix): Don't add prefix "over" to the message
14156 for wrapped search if `isearch-wrap-function' is defined.
14157 (isearch-search): Call function saved in `isearch-pop-fun-state' to
14158 restore the mode-specific starting point of failed search.
14160 * info.el (Info-search-whitespace-regexp): Fix backslashes.
14161 (Info-search): Add new optional arguments for the sake of isearch.
14162 Replace whitespace in Info-search-whitespace-regexp literally.
14163 Add backward search. Don't call `Info-select-node' if regexp is
14164 found in the same Info node. Don't add node to Info-history for
14166 (Info-search-backward, Info-isearch-search, Info-isearch-wrap)
14167 (Info-isearch-push-state, Info-isearch-pop-state): New funs.
14168 (Info-mode): Set local variables `isearch-search-fun-function',
14169 `isearch-wrap-function', `isearch-push-state-function',
14170 `search-whitespace-regexp'.
14172 * isearch.el: Remove ancient Change Log section.
14173 (isearch-string, isearch-message-string, isearch-point)
14174 (isearch-success, isearch-forward-flag, isearch-other-end)
14175 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14176 (isearch-barrier, isearch-within-brackets)
14177 (isearch-case-fold-search): Add suffix `-state' to state-related
14178 defsubsts to avoid name clashes with other function names.
14180 * simple.el (next-error): New defgroup and defface.
14181 (next-error-highlight, next-error-highlight-no-select):
14183 (next-error-no-select): Let-bind next-error-highlight to the value
14184 of next-error-highlight-no-select before calling `next-error'.
14186 * progmodes/compile.el (compilation-goto-locus):
14187 Use `next-error' face instead of `region'. Set 4-th argument of
14188 `move-overlay' to `current-buffer' to move overlay to different
14189 source buffers. Use new variable `next-error-highlight'.
14191 * simple.el (next-error-find-buffer): Move the rule
14192 "if current buffer is a next-error capable buffer" after the
14193 rule "if next-error-last-buffer is set to a live buffer".
14194 Simplify to test all rules in one `or'.
14195 (next-error): Doc fix.
14196 (next-error, previous-error, first-error)
14197 (next-error-no-select, previous-error-no-select):
14198 Make arguments optional.
14200 2004-08-31 Luc Teirlinck <teirllm@auburn.edu>
14202 * macros.el (apply-macro-to-region-lines): Make it operate on all
14203 lines that begin in the region, rather than on all complete lines
14206 2004-08-31 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
14208 * x-dnd.el (x-dnd-protocol-alist): Document update.
14209 (x-dnd-known-types): Defcustom it.
14210 (x-dnd-handle-motif): Print message-atom in error message.
14212 2004-08-30 John Paul Wallington <jpw@gnu.org>
14214 * textmodes/tex-mode.el (tex-validate-buffer): Use distinct
14215 strings rather than programatically constructing message.
14217 2004-08-30 Richard M. Stallman <rms@gnu.org>
14219 * emacs-lisp/lisp-mode.el (prin1-char): Don't turn S-a into A.
14220 Don't return a string that would read as the wrong character code.
14222 2004-08-29 Kim F. Storm <storm@cua.dk>
14224 * emulation/cua-base.el (cua-auto-expand-rectangles):
14225 Remove automatic rectangle padding feature; replace by non-destructive
14226 virtual rectangle edges feature.
14227 (cua-virtual-rectangle-edges): New defcustom.
14228 (cua-auto-tabify-rectangles): New defcustom.
14229 (cua-paste): If paste into a marked rectangle, insert rectangle at
14230 current column, even if virtual; also paste exactly as many lines
14231 as has been marked (ignore additional lines or add empty lines),
14232 but paste whole source if only one line is marked.
14233 (cua--update-indications): No longer use overwrite-cursor to
14234 indicate rectangle padding
14236 * emulation/cua-rect.el (cua--rectangle-padding): Remove.
14237 (cua--rectangle-virtual-edges): New defun.
14238 (cua--rectangle-get-corners): Remove optional PAD arg.
14239 (cua--rectangle-set-corners): Never do padding.
14240 (cua--forward-line): Remove optional PAD arg. Simplify.
14241 (cua-resize-rectangle-right, cua-resize-rectangle-left)
14242 (cua-resize-rectangle-down, cua-resize-rectangle-up):
14243 (cua-resize-rectangle-bot, cua-resize-rectangle-top)
14244 (cua-resize-rectangle-page-up, cua-resize-rectangle-page-down)
14245 (cua--rectangle-move): Never do padding. Simplify.
14246 (cua--tabify-start): New defun.
14247 (cua--rectangle-operation): Add tabify arg. All callers changed.
14248 (cua--pad-rectangle): Remove.
14249 (cua--delete-rectangle): Handle delete with virtual edges.
14250 (cua--extract-rectangle): Add spaces if rectangle has virtual edges.
14251 (cua--insert-rectangle): Handle insert at virtual column.
14252 Perform auto-tabify if necessary.
14253 (cua--activate-rectangle): Remove optional FORCE arg.
14254 Never do padding. Simplify.
14255 (cua--highlight-rectangle): Enhance for virtual edges.
14256 (cua-toggle-rectangle-padding): Remove command.
14257 (cua-toggle-rectangle-virtual-edges): New command.
14258 (cua-sequence-rectangle): Add optional TABIFY arg. Callers changed.
14259 (cua--rectangle-post-command): Don't force rectangle padding.
14260 (cua--init-rectangles): Bind M-p to cua-toggle-rectangle-virtual-edges.
14262 2004-08-28 Luc Teirlinck <teirllm@auburn.edu>
14264 * indent.el (edit-tab-stops-buffer): Doc fix.
14266 2004-08-28 Richard M. Stallman <rms@gnu.org>
14268 * progmodes/grep.el (grep-default-command): Use find-tag-default.
14269 (grep-tag-default): Function deleted.
14271 * subr.el (find-tag-default): Move from etags.el.
14273 * progmodes/etags.el (find-tag-default): Move to subr.el.
14275 * emacs-lisp/lisp-mode.el (prin1-char): Put `shift' modifier
14276 into the basic character if it has an uppercase form.
14278 2004-08-27 Kenichi Handa <handa@m17n.org>
14280 * international/utf-8.el (utf-8-post-read-conversion): If the
14281 buffer is unibyte, temporarily make it multibyte.
14283 2004-08-27 Masatake YAMATO <jet@gyve.org>
14285 * calendar/time-date.el (time-to-seconds): Add autoload cookies.
14287 2004-08-25 John Paul Wallington <jpw@gnu.org>
14289 * textmodes/tex-mode.el (tex-validate-buffer): Distinguish between
14290 0, 1, and many mismatches in message.
14291 (tex-start-shell): Use `set-process-query-on-exit-flag'.
14293 * ielm.el (ielm-tab, ielm-complete-symbol): Doc fix.
14294 (inferior-emacs-lisp-mode): Use `set-process-query-on-exit-flag'.
14296 2004-08-23 Stefan Monnier <monnier@iro.umontreal.ca>
14298 * vc-svn.el (vc-svn-diff): Treat options from vc-svn-diff-switches and
14299 vc-diff-switches differently.
14301 2004-08-22 Luc Teirlinck <teirllm@auburn.edu>
14303 * speedbar.el (speedbar-file-regexp): Give it a phony defvar
14304 before and a real defvar after
14305 `speedbar-supported-extension-expressions'. This is to silence
14306 the compiler without breaking bootstrapping.
14308 2004-08-22 Richard M. Stallman <rms@gnu.org>
14310 * textmodes/flyspell.el (flyspell-word):
14311 Use set-process-query-on-exit-flag.
14312 (flyspell-highlight-duplicate-region): Take POSS as arg.
14313 (flyspell-word): Pass POSS as arg.
14315 * progmodes/ada-xref.el: Many doc and style fixes.
14316 (ada-find-any-references): Use compilation-start.
14317 (ada-get-ali-file-name): Improve error msg.
14318 (ada-get-ada-file-name): Likewise.
14320 * net/ange-ftp.el (ange-ftp-gwp-start, ange-ftp-nslookup-host)
14321 (ange-ftp-start-process): Use set-process-query-on-exit-flag.
14323 * mail/mail-extr.el (mail-extr-all-top-level-domains):
14324 Add forward defvar.
14326 * whitespace.el (global-whitespace-mode): New alias
14327 for whitespace-global-mode.
14329 * speedbar.el (speedbar-file-regexp): Move definition up.
14330 (speedbar-mode, speedbar-set-mode-line-format):
14331 Use with-no-warnings.
14332 (speedbar-emacs-popup-kludge): Delete Emacs 19 alternative.
14334 * simple.el (shell-command-on-region): New arg DISPLAY-ERROR-BUFFER
14335 controls whether to display the error buffer.
14337 * ps-mule.el: Delete compatibility code for old Emacsen.
14338 (ps-mule-find-wrappoint): Don't use chars-in-region.
14340 * frame.el (display-mouse-p, display-selections-p):
14341 Use with-no-warnings.
14343 * font-lock.el (font-lock-set-defaults): Use with-no-warnings.
14345 2004-08-22 David Kastrup <dak@gnu.org>
14347 * textmodes/reftex-auc.el, progmodes/meta-mode.el: Update AUCTeX
14350 * speedbar.el, iswitchb.el, ido.el: Update AUCTeX information.
14352 2004-08-22 Andreas Schwab <schwab@suse.de>
14354 * cvs-status.el: Require pcvs during byte-compiling for defun-cvs-mode.
14356 2004-08-22 Masatake YAMATO <jet@gyve.org>
14358 * cvs-status.el (cvs-status-checkout): New function.
14359 (cvs-status-mode-map): Add a key definition for `cvs-status-checkout'.
14361 2004-08-21 David Kastrup <dak@gnu.org>
14363 * net/ange-ftp.el (ange-ftp-hash-entry-exists-p)
14364 (ange-ftp-file-entry-p, ange-ftp-file-symlink-p): Since the code
14365 has been converted to use hashtables, the relation `nil=none' is
14366 no longer valid, as `nil' is not a hashtable. This patch tries to
14367 reduce the number of resulting errors.
14369 2004-08-21 John Paul Wallington <jpw@gnu.org>
14371 * subr.el (process-kill-without-query): Made obsolete in
14372 version 21.4, not 21.5.
14374 * log-edit.el (vc-comment-ring, vc-comment-ring-index)
14375 (vc-previous-comment, vc-next-comment)
14376 (vc-comment-search-reverse, vc-comment-search-forward)
14377 (vc-comment-to-change-log): Likewise.
14379 * international/latin1-disp.el (latin1-char-displayable-p): Likewise.
14381 2004-08-21 Peter Seibel <peter@javamonkey.com> (tiny patch)
14383 * emacs-lisp/cl-indent.el (lisp-indent-defmethod):
14384 Correct indentation of DEFMETHODS with non-standard method
14385 combinations (e.g., PROGN, MIN, MAX).
14387 2004-08-20 Stefan Monnier <monnier@iro.umontreal.ca>
14389 * startup.el (normal-top-level-add-subdirs-to-load-path):
14390 Avoid unnecessarily checking system-type.
14391 (normal-top-level): Set TERM to "dumb". Simplify.
14393 * avoid.el (mouse-avoidance-ignore-p): New fun.
14394 Also ignore switch-frame, select-window, double, and triple clicks.
14395 (mouse-avoidance-banish-hook, mouse-avoidance-exile-hook)
14396 (mouse-avoidance-fancy-hook): Use it.
14398 2004-08-20 Zoran Milojevic <zoran@sipquest.com> (tiny change)
14400 * avoid.el (mouse-avoidance-nudge-mouse)
14401 (mouse-avoidance-banish-destination): Stay within the current window
14402 to avoid problems with mouse-autoselect-window.
14404 2004-08-19 Stefan Monnier <monnier@iro.umontreal.ca>
14406 * pcvs-parse.el (cvs-parse-table, cvs-parse-commit): Try to adapt to
14407 the newer format of some messages in cvs-1.12.1.
14409 2004-08-19 Masatake YAMATO <jet@gyve.org>
14411 * emacs-lisp/elp.el (elp-results-symname-map): New keymap.
14412 (elp-results-jump-to-definition-by-mouse)
14413 (elp-results-jump-to-definition, elp-output-insert-symname): New funs.
14414 (elp-output-result): Use elp-output-insert-symname.
14416 2004-08-18 Kenichi Handa <handa@m17n.org>
14418 * language/cyrillic.el: Register koi8-r in
14419 ctext-non-standard-encodings-alist.
14420 ("Cyrillic-KOI8"): Add ctext-non-standard-encoding.
14422 2004-08-17 Luc Teirlinck <teirllm@auburn.edu>
14424 * emacs-lisp/copyright.el (copyright-update-year): Delete code
14425 that replaces 20xy with xy.
14427 2004-08-17 John Paul Wallington <jpw@gnu.org>
14429 * emacs-lisp/re-builder.el (reb-mode-map): Define within defvar.
14430 (reb-force-update): Doc fix.
14432 2004-08-16 Richard M. Stallman <rms@gnu.org>
14434 * progmodes/which-func.el (which-func-update-1): Doc fix.
14436 * progmodes/sh-script.el (sh-set-shell): Use sh-mode-abbrev-table.
14437 (sh-mode-abbrev-table): New variable.
14439 * progmodes/compile.el (compilation-mode): Doc fix.
14441 * emacs-lisp/lisp-mode.el (eval-last-sexp):
14442 Don't cons a new symbol each time.
14443 (eval-last-sexp-fake-value): New variable.
14445 * emacs-lisp/copyright.el (copyright-years-regexp): New variable.
14446 (copyright-update-year): Detect continuation of list of years.
14448 * term.el (term-default-fg-color, term-default-bg-color)
14449 (ansi-term-color-vector): Use `unspecified', not nil, as default.
14451 * imenu.el: Several doc fixes: don't say variables are buffer-local.
14453 2004-08-16 Davis Herring <herring@lanl.gov>
14455 * isearch.el (isearch-string, isearch-message-string, isearch-point)
14456 (isearch-success, isearch-forward-flag, isearch-other-end)
14457 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14458 (isearch-barrier, isearch-within-brackets)
14459 (isearch-case-fold-search): Fix broken `nth'-like calls to `aref'.
14461 2004-08-16 Kenichi Handa <handa@m17n.org>
14463 * ps-mule.el (ps-mule-font-info-database): Fix docstring.
14465 2004-08-15 Kenichi Handa <handa@m17n.org>
14467 * term/x-win.el (x-selection-value): If utf8 was successful but
14468 ctext was not, use utf8 string.
14470 2004-08-14 Davis Herring <herring@lanl.gov>
14472 * isearch.el: Remove accidental changes of March 4. Fix backing
14473 up when a regexp isearch is made more general. Use symbolic
14474 accessor functions for isearch stack frames to make usage clearer.
14475 (search-whitespace-regexp): Made groups in documentation shy (as
14476 is the group in the default value).
14477 (isearch-fallback): New function, addresses problems with regexps
14478 liberalized by `\|', adds support for liberalization by `\}' (the
14479 general repetition construct), and incorporates behavior for
14481 (isearch-}-char): New command, calls `isearch-fallback' with
14482 arguments appropriate to a typed `}'.
14483 (isearch-*-char, isearch-|-char): Now just call `isearch-fallback'
14485 (isearch-mode-map): Bind `}' to `isearch-}-char'.
14486 (isearch-string, isearch-message,string, isearch-point)
14487 (isearch-success, isearch-forward-flag, isearch-other-end)
14488 (isearch-word, isearch-invalid-regexp, isearch-wrapped)
14489 (isearch-barrier, isearch-within-brackets, isearch-case-fold-search):
14490 New inline functions to read fields of a stack frame.
14492 2004-08-14 Kurt Hornik <Kurt.Hornik@wu-wien.ac.at> (tiny change)
14494 * battery.el (battery-linux-proc-acpi): Look into battery
14495 directories matching the literal string "CMB", too (required for
14496 Linux kernel version 2.6.7).
14498 2004-08-14 John Paul Wallington <jpw@gnu.org>
14500 * cus-start.el (read-file-name-completion-ignore-case): Add.
14501 (blink-cursor-alist): Change version to "21.4".
14503 * emacs-lisp/bytecomp.el (forward-word): Allow 0 args.
14505 2004-08-11 Daniel Pfeiffer <occitan@esperanto.org>
14507 * speedbar.el (speedbar-scan-subdirs): New option.
14508 (speedbar-file-lists): Don't ignore file-name case on Unix and use
14510 (speedbar-insert-files-at-point): Take an extra argument and use
14511 it to optionally find out if a subdir is empty. Also unreadable
14512 files don't get expand buttons.
14513 (speedbar-directory): New image (unused pixmap already existed).
14514 (speedbar-expand-image-button-alist): Use it.
14516 2004-08-11 Martin Stjernholm <bug-cc-mode@gnu.org>
14518 CC Mode update to 5.30.9:
14520 * progmodes/cc-defs.el, progmodes/cc-vars.el (c-emacs-features):
14521 Move from cc-vars to cc-defs for dependency reasons. Fix the
14522 POSIX char class test to check that it works in
14523 `skip-chars-(forward|backward)' too.
14525 * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
14526 first argument starts with a special brace list.
14528 * progmodes/cc-engine.el (c-forward-type): Fix promotion bug
14529 when `c-opt-type-concat-key' is used (i.e. in Pike).
14531 * progmodes/cc-engine.el (c-looking-at-special-brace-list):
14532 Fix bug when the inner char pair doesn't have paren syntax,
14535 * progmodes/cc-align.el (c-lineup-multi-inher): Made it syntactic
14538 * progmodes/cc-engine.el (c-guess-basic-syntax): Fix anchor
14539 position for `arglist-intro', `arglist-cont-nonempty' and
14540 `arglist-close' when there are two arglist open parens on the same
14541 line and there's nothing in front of the first.
14543 * progmodes/cc-fonts.el (c-basic-matchers-before): Fix font
14544 locking of qualified names in Java, which previously could fontify
14545 common indexing expressions in many cases. The standard Java
14546 naming conventions are used to tell them apart.
14548 * progmodes/cc-align.el (c-lineup-whitesmith-in-block):
14549 Fix inconsistency wrt opening parens on the first line inside a paren
14552 * progmodes/cc-defs.el (c-langs-are-parametric): Must be known at
14553 compile time for the sake of `c-major-mode-is'.
14555 (c-mode-is-new-awk-p): Made it a macro to delay expansion of
14556 `c-major-mode-is' in the event that this is used inside a
14559 * progmodes/cc-defs.el (c-major-mode-is): Fix expansion inside
14560 `c-lang-defconst' so that it works better with fallback languages.
14562 * progmodes/cc-defs.el (c-add-language): Fix a typo that caused
14563 it to fail to record the base mode.
14565 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14566 Fix bug so that it doesn't go past the closing paren when PAREN-LEVEL
14567 is used. Reorder the syntax checks to get more efficient
14568 skipping in some situations.
14570 * progmodes/cc-cmds.el (c-electric-brace): Don't trip up on a line
14571 continuation which might precede the newly inserted '{'.
14573 * progmodes/cc-engine.el (c-syntactic-re-search-forward):
14574 Fix cases where it could loop indefinitely.
14576 * progmodes/cc-fonts.el (c-font-lock-declarators): Handle array
14577 size specs correctly. Only fontify identifiers in front of '('
14578 with as functions - don't accept any paren char. Tighten up
14579 initializer skipping to stop before function and class blocks.
14581 * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
14582 the point could be left directly after an open paren when finding
14583 the beginning of the first decl in the block.
14585 * progmodes/cc-engine.el (c-parse-state): Don't use the syntax
14586 table when filtering out legitimate open parens to be recorded.
14587 This could cause cache inconsistencies when e.g.
14588 `c++-template-syntax-table' was temporarily in use.
14590 * progmodes/cc-engine.el (c-on-identifier)
14591 (c-simple-skip-symbol-backward): Small fix for handling "-"
14592 correctly in `skip-chars-backward'. Affected the operator lfun
14595 * progmodes/cc-engine.el (c-invalidate-sws-region-after):
14596 Fix bug that could cause an error from `after-change-functions' when
14597 the changed region is at bob.
14599 2004-08-11 Alan Mackenzie <bug-cc-mode@gnu.org>
14601 CC Mode update to 5.30.9:
14603 * progmodes/cc-cmds.el, progmodes/cc-vars.el: Amend doc(-strings)
14604 to say that <TAB> doesn't insert WS into a CPP line.
14605 (c-indent-command, c-tab-always-indent): Amend doc strings.
14607 * progmodes/cc-styles.el, progmodes/cc-engine.el: Add in two
14608 checks for user errors, thus eliminating cryptic and unhelpful
14609 Emacs error messages. (1) Check the arg to `c-set-style' is a
14610 string. (2) Check that settings to `c-offsets-alist' are not
14613 * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
14614 which precedes the newly inserted `{'.
14616 2004-08-10 Michael Albinus <michael.albinus@gmx.de>
14618 Sync with Tramp 2.0.44.
14620 * net/tramp.el (tramp-post-connection): Quote $1 and $2 of shell
14621 function "tramp_file_attributes". Otherwise, file names
14622 containing spaces are misinterpreted. Reported by Magnus Henoch
14623 <mange@freemail.hu>.
14624 (tramp-handle-file-truename): FILENAME must be expanded first.
14625 Otherwise, parameters like "/ssh:deego@gnufans.net:~" will return
14626 obscure results. Reported by D. Goel <deego@gnufans.org>.
14627 (tramp-handle-verify-visited-file-modtime): If file does not
14628 exist, say it is not modified if and only if that agrees with the
14629 buffer's record. Check whether a file is visiting the buffer, or
14630 the buffer has no recorded last modification time. Return t in
14631 case the visiting file doesn't exist. Suggested by Luc Teirlinck
14632 <teirllm@auburn.edu>.
14633 (tramp-handle-write-region): Pass modtime explicitly to
14634 `set-visited-file-modtime', because filename can be different
14635 from (buffer-file-name) if `file-precious-flag' is set.
14636 `set-visited-file-modtime' must be called always when `visit' is t
14637 or a string. Suggested by Luc Teirlinck <teirllm@auburn.edu>.
14638 (tramp-handle-set-visited-file-modtime): If `time-list' is not
14639 nil, don't apply the whole body. If the file doesn't exists, set
14640 modtime to '(-1 65535). Suggested by Luc Teirlinck
14641 <teirllm@auburn.edu>.
14643 2004-08-09 Luc Teirlinck <teirllm@auburn.edu>
14645 * help.el (describe-bindings): Doc fix.
14647 * subr.el (kbd): Doc fix.
14649 2004-08-08 John Paul Wallington <jpw@gnu.org>
14651 * ibuffer.el (define-ibuffer-column size): Use `string-to-number'
14652 instead of `string-to-int'.
14653 (define-ibuffer-column mode): Fix indentation.
14655 2004-08-08 Lars Hansen <larsh@math.ku.dk>
14657 * wid-edit.el (widget-sexp-validate): Allow whitespace after expression.
14659 2004-08-08 Luc Teirlinck <teirllm@auburn.edu>
14661 * subr.el (global-unset-key, local-unset-key): Doc fixes.
14663 * novice.el (disabled-command-function): New variable renamed from
14664 `disabled-command-hook'.
14665 (disabled-command-hook): Keep the _variable_ as alias for
14666 `disabled-command-function' and make obsolete.
14667 (disabled-command-function): Function renamed from
14668 `disabled-command-hook'. Adapt code to name change of the variable.
14670 2004-08-07 Satyaki Das <satyaki@theforce.stanford.edu> (tiny change)
14672 * simple.el (completion-root-regexp): New defvar.
14673 (completion-setup-function): Use it instead of a literal string.
14675 2004-08-07 John Paul Wallington <jpw@gnu.org>
14677 * emacs-lisp/re-builder.el (reb-re-syntax): Add `rx' syntax.
14678 (reb-lisp-mode): Require `rx' feature when `re-reb-syntax' is `rx'.
14679 (reb-lisp-syntax-p, reb-change-syntax): `rx' is a Lisp syntax.
14680 (reb-cook-regexp): Call `rx-to-string' when `re-reb-syntax' is `rx'.
14682 2004-08-05 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
14684 * mail/mail-extr.el (mail-extr-disable-voodoo): New variable.
14685 (mail-extr-voodoo): Check mail-extr-disable-voodoo.
14687 2004-08-04 Kenichi Handa <handa@m17n.org>
14689 * international/encoded-kb.el (encoded-kbd-setup-keymap):
14690 Fix previous change.
14692 2004-08-03 Kenichi Handa <handa@m17n.org>
14694 * international/encoded-kb.el: The following changes are to
14695 utilize key-translation-map instead of minor mode map.
14696 (encoded-kbd-iso2022-non-ascii-map): Delete it.
14697 (encoded-kbd-coding, encoded-kbd-handle-8bit): Delete them.
14698 (encoded-kbd-last-key): New function.
14699 (encoded-kbd-iso2022-single-shift): New function.
14700 (encoded-kbd-iso2022-designation)
14701 (encoded-kbd-self-insert-iso2022-7bit)
14702 (encoded-kbd-self-insert-iso2022-8bit)
14703 (encoded-kbd-self-insert-sjis, encoded-kbd-self-insert-big5)
14704 (encoded-kbd-self-insert-ccl): Make them suitable for bindings in
14705 key-translation-map.
14706 (encoded-kbd-setup-keymap): Setup key-translation-map.
14707 (saved-key-translation-map): New variable.
14708 (encoded-kbd-mode): Save/restore key-translation-map.
14709 Adjust for the change of encoded-kbd-setup-keymap.
14711 2004-08-02 Kim F. Storm <storm@cua.dk>
14713 * avoid.el (mouse-avoidance-point-position): Use window-inside-edges
14714 and call compute-motion with nil for topos and width to get proper
14715 usable width and height for both window and non-window systems.
14717 * windmove.el (windmove-coordinates-of-position): Let compute-motion
14718 calculate usable window width and height.
14720 * window.el (window-buffer-height): Call compute-motion with nil width.
14722 2004-08-01 David Kastrup <dak@gnu.org>
14724 * replace.el (query-replace-read-from):
14725 Use `query-replace-compile-replacement'.
14726 (query-replace-compile-replacement): New function.
14727 (query-replace-read-to): Use `query-replace-compile-replacement'
14728 for repeating the last command.
14730 2004-08-01 John Paul Wallington <jpw@gnu.org>
14732 * printing.el (toplevel, pr-ps-fast-fire, pr-ps-set-utility)
14733 (pr-ps-set-printer, pr-txt-set-printer, pr-eval-setting-alist)
14734 (pr-switches): Remove period from end of error messages.
14736 * help-mode.el (help-go-back): Likewise.
14738 * abbrev.el (only-global-abbrevs): Doc fix.
14739 (edit-abbrevs-map): Define within defvar.
14740 (quietly-read-abbrev-file): Doc fix.
14742 2004-07-31 Luc Teirlinck <teirllm@auburn.edu>
14744 * novice.el (enable-command, disable-command): Doc fixes.
14746 * subr.el (event-modifiers, event-basic-type): Doc fixes.
14748 2004-07-30 Richard M. Stallman <rms@gnu.org>
14750 * subr.el (with-local-quit): Doc fix.
14752 2004-07-30 Luc Teirlinck <teirllm@auburn.edu>
14754 * international/utf-8.el (utf-translate-cjk-mode): Doc fix.
14756 2004-07-28 Luc Teirlinck <teirllm@auburn.edu>
14758 * custom.el (defcustom): Doc fix.
14760 2004-07-28 Masatake YAMATO <jet@gyve.org>
14762 * progmodes/etags.el (etags-tags-apropos): Show building progress.
14764 2004-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
14766 * imenu.el (imenu-prev-index-position-function)
14767 (imenu-extract-index-name-function, imenu-name-lookup-function)
14768 (imenu--index-alist): Docstring redundancy fix.
14770 2004-07-25 Lars Hansen <larsh@math.ku.dk>
14772 * wdired.el (wdired-finish-edit): Require dired-aux before locally
14773 binding dired-backup-overwrite.
14775 2004-07-25 John Paul Wallington <jpw@gnu.org>
14777 * subr.el (butlast, event-modifiers, event-basic-type): Doc fixes.
14779 2004-07-24 Luc Teirlinck <teirllm@auburn.edu>
14781 * term/tty-colors.el (tty-color-approximate): Doc fix.
14783 * select.el (x-get-selection, x-set-selection): Doc fixes.
14785 * frame.el (make-frame): Doc fix.
14787 2004-07-24 Richard M. Stallman <rms@gnu.org>
14789 * mail/rmail.el (rmail-mime-charset-pattern):
14790 Don't include semicolon in the charset value.
14792 * replace.el (occur-next-error): Call set-window-point.
14793 (occur-engine): Handle negative NLINES.
14795 2004-07-23 Luc Teirlinck <teirllm@auburn.edu>
14797 * frame.el (modify-all-frames-parameters): Minor doc fix.
14798 (set-frame-configuration): Doc fix.
14800 2004-07-23 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
14802 * simple.el (completion-setup-function): Compute the common parts
14803 and the first difference place correctly when
14804 partial-completion-mode is on.
14806 2004-07-22 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14808 * ps-print.el: Doc fix.
14809 (ps-print-version): New version 6.6.5.
14810 (ps-printing-region): Doc fix.
14811 (ps-generate-string-list): Comment fix.
14812 (ps-message-log-max): Code fix.
14814 2004-07-22 Michael Piotrowski <mxp@dynalabs.de> (tiny change)
14816 * ps-print.el (ps-begin-file): Improve the DSC compliance of the
14817 generated PostScript.
14819 2004-08-17 Reiner Steib <Reiner.Steib@gmx.de>
14821 * net/tls.el (tls-process-connection-type): Fix docstring. (Sync
14822 with Gnus v5_10 branch.)
14824 2004-08-16 Reiner Steib <Reiner.Steib@gmx.de>
14826 * calendar/time-date.el (time-to-number-of-days): New function.
14827 Imported from Gnus.
14829 2004-07-22 Kim F. Storm <storm@cua.dk>
14831 * progmodes/make-mode.el: Fix comments.
14833 2004-07-21 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14835 * printing.el: Doc fix.
14837 2004-07-20 Luc Teirlinck <teirllm@auburn.edu>
14839 * frame.el (modify-all-frames-parameters): Minor doc fix.
14841 2004-07-20 Richard M. Stallman <rms@gnu.org>
14843 * textmodes/fill.el (fill-nobreak-p): If this break point is
14844 at the end of the line, don't consider the newline which follows
14845 as a reason to return t.
14847 2004-07-19 John Paul Wallington <jpw@gnu.org>
14849 * dired-aux.el (dired-file-set-difference): Don't use `caddr'.
14851 2004-07-18 Luc Teirlinck <teirllm@auburn.edu>
14853 * dired-aux.el (dired-do-kill-lines): Expand docstring.
14854 Delete irrelevant code.
14856 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14858 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14859 New docstring. From Luc Teirlinck.
14861 2004-07-17 Luc Teirlinck <teirllm@auburn.edu>
14863 * autorevert.el: Describe `Auto Revert Tail Mode' in `Commentary'
14865 (auto-revert-handler): Do not check `auto-revert-tail-mode' for
14866 non-file buffers. We know it is nil.
14868 2004-07-17 Kai Grossjohann <kai.grossjohann@gmx.net>
14870 Sync with Tramp 2.0.43.
14872 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14873 Remove outdated comment.
14874 (tramp-locked, tramp-locker): New variables for implementing a
14876 (tramp-sh-file-name-handler): Use them to implement the global lock.
14878 2004-07-13 Michael Albinus <michael.albinus@gmx.de>
14880 * net/tramp.el (all): Code cleanup. Change all `tramp-handle-xxx'
14881 calls to respective `xxx` calls.
14882 (tramp-process-alive-regexp): Precise doc string.
14883 (tramp-multi-action-process-alive): New defun.
14884 (tramp-multi-actions): Use it.
14885 (tramp-handle-find-backup-file-name): `copy-tree' is available
14886 since Emacs 22.1 only (XEmacs has it). Implementation rewritten
14887 in order to avoid this function.
14888 (tramp-handle-write-region): Set current buffer. If connection
14889 wasn't open, `file-modes' has changed it accidentally. Reported by
14890 David Kastrup <dak@gnu.org>.
14891 (tramp-enter-password, tramp-read-passwd): New arguments USER and
14893 (tramp-action-password, tramp-multi-action-password): Apply it.
14894 (tramp-open-connection-rsh): If a port is given, the Tramp buffer
14895 name must still contain the port number. Otherwise, we have two
14896 Tramp buffers, with all the confusion. Reported by Myron Selby
14897 <myron@xytech.com> and Rolf Dubitzky
14898 <Dubitzky@physi.uni-heidelberg.de>.
14900 * net/tramp-smb.el (tramp-smb-open-connection): Apply USER and
14901 HOST to `tramp-enter-passwd'.
14903 * net/tramp-vc.el (all): Code cleanup. Change all
14904 `tramp-handle-xxx' calls to respective `xxx` calls.
14906 2004-07-17 Jonathan Yavner <jyavner@member.fsf.org>
14908 * emacs-lisp/testcover.el: New category "potentially-1valued" for
14909 functions that are not erroneous if either 1-valued or
14910 multi-valued. Detect functions in this class.
14911 (testcover-1value-functions, testcover-compose-functions)
14912 (testcover-progn-functions) Add some additional functions to lists.
14913 (testcover-mark): Bugfix when marking up the definition for an
14916 2004-07-17 Richard M. Stallman <rms@gnu.org>
14918 * replace.el (occur-read-primary-args): Pass default to
14919 read-from-minibuffer.
14921 * mail/footnote.el (footnote-section-tag): Use defcustom.
14923 * font-lock.el (font-lock-add-keywords, font-lock-remove-keywords):
14924 Compile font-lock-keywords, not KEYWORDS.
14925 (lisp-font-lock-keywords-2): Add multiple-value-prog1, go.
14926 Add warn, check-type. Handle cerror like error.
14928 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14930 * progmodes/which-func.el (which-func-keymap): New var.
14931 (which-func-face): New face.
14932 (which-func-format): Use them.
14934 2004-07-16 Stephan Stahl <stahl@eos.franken.de> (tiny change)
14936 * buff-menu.el (list-buffers-noselect): Append the buffer's
14937 process status to its mode name.
14939 2004-07-16 Kim F. Storm <storm@cua.dk>
14941 * simple.el (inhibit-mark-movement): New defvar.
14942 (beginning-of-buffer, end-of-buffer): Do not push mark if
14943 inhibit-mark-movement is non-nil or C-u prefix is given.
14945 * emulation/cua-base.el (cua--preserve-mark-commands): New defvar.
14946 Init to beginning-of-buffer and end-of-buffer.
14947 (cua--undo-push-mark): New defvar.
14948 (cua--pre-command-handler): Set inhibit-mark-movement if mark is
14949 already active and command is in cua--preserve-mark-commands.
14950 Also fix check for shift modifier on non-window systems.
14951 (cua--post-command-handler): Clear inhibit-mark-movement if set.
14953 2004-07-14 Luc Teirlinck <teirllm@auburn.edu>
14955 * calendar/cal-dst.el (calendar-time-from-absolute): Return a list
14956 of two integers, instead of a cons.
14958 * net/tramp.el (tramp-handle-verify-visited-file-modtime):
14959 `visited-file-modtime' now returns a list of two integers, instead
14962 * dired.el (dired-directory-changed-p): Ditto.
14964 * progmodes/grep.el (grep): Doc fix.
14966 2004-07-14 Daniel Pfeiffer <occitan@esperanto.org>
14968 * autorevert.el (auto-revert-tail-mode)
14969 (auto-revert-tail-mode-text, auto-revert-tail-pos): New vars.
14970 (auto-revert-mode): Turn off auto-revert-tail-mode, so we're not
14971 in both at the same time.
14972 (auto-revert-tail-mode): New command.
14973 (turn-on-auto-revert-tail-mode, auto-revert-tail-handler): New funs.
14974 (auto-revert-handler): Revert only either tail or whole file.
14976 * bindings.el (mode-line-mode-menu): Fix alphabetical ordering and
14977 add auto-revert-tail-mode.
14979 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
14981 * printing.el: Doc fix. Change name of some funs.
14982 (pr-dosify-file-name): New fun. Replace ps-dosify-path.
14983 (pr-unixify-file-name): New fun. Replace ps-unixify-path.
14984 (pr-standard-file-name): New fun. Replace pr-standard-path.
14985 (pr-call-process): Code fix.
14987 2004-07-12 Luc Teirlinck <teirllm@auburn.edu>
14989 * subr.el (with-selected-window): Doc fix.
14991 2004-07-11 Luc Teirlinck <teirllm@auburn.edu>
14993 * subr.el (get-buffer-window-list): Doc fix.
14995 2004-07-10 Luc Teirlinck <teirllm@auburn.edu>
14997 * files.el (switch-to-buffer-other-window): Doc fix.
14999 * window.el (save-selected-window, one-window-p)
15000 (split-window-keep-point, split-window-vertically)
15001 (split-window-horizontally): Doc fixes.
15003 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15005 * printing.el: Doc fix. Now it uses call-process instead of
15006 shell-command for low command execution.
15007 (pr-version): New version number (6.8).
15008 (pr-shell-file-name): Option removed.
15009 (pr-shell-command): Fun removed.
15010 (pr-call-process): New fun. Replace pr-shell-command.
15011 (pr-standard-path, pr-remove-nil-from-list): New funs.
15012 (zmacs-region-stays, current-mouse-event, current-menubar): New var.
15013 (pr-ps-file-preview, pr-ps-file-using-ghostscript, pr-ps-file-print)
15014 (pr-setup, pr-ps-set-printer, pr-txt-set-printer)
15015 (pr-ps-utility-process, pr-txt-print): Code fix.
15017 2004-07-10 Stephan Stahl <stahl@eos.franken.de> (tiny change)
15019 * ediff-mult.el (ediff-meta-truncate-filenames): Change type to
15022 2004-07-09 Lars Hansen <larsh@math.ku.dk>
15024 * wid-edit.el (widget-field-buffer): Doc fix.
15026 2004-07-09 John Paul Wallington <jpw@gnu.org>
15028 * emacs-lisp/re-builder.el (reb-update-overlays):
15029 Distinguish between one and several matches in message.
15031 2004-07-09 Richard M. Stallman <rms@gnu.org>
15033 * mouse.el (mouse-set-region-1): If transient-mark-mode
15034 is `identity', change it to `only'.
15036 * simple.el (current-word): Doc fix.
15038 2004-07-09 Mark A. Hershberger <mah@everybody.org>
15040 * progmodes/cperl-mode.el (cperl-mode): Adapt defun-prompt-regexp
15041 so that it is more understanding of whitespace.
15043 * xml.el (xml-maybe-do-ns, xml-parse-tag): Produce elements in the form
15044 (("ns" . "element") (attr-list) children) instead of
15045 ((:ns . "element") (attr-list) children) in order to reduce the
15046 number of symbols used.
15047 (xml-skip-dtd): Change to use xml-parse-dtd but set
15048 xml-validating-parsing to nil.
15049 (xml-parse-dtd): Parse entity declarations in DOCTYPEs.
15050 (xml-substitute-entity): Remove in favor of new entity substitution.
15051 (xml-substitute-special): Rewrite in to substitute complex
15052 entities from DOCTYPE declarations.
15053 (xml-parse-fragment): Parse fragments from entity declarations.
15054 (xml-parse-region, xml-parse-tag, xml-parse-attlist)
15055 (xml-parse-dtd, xml-substitute-special): Make validity checks
15056 conditioned on xml-validating-parser. Add "Not Well Formed" to
15057 error messages about well-formedness.
15059 2004-07-08 Steven Tamm <steventamm@mac.com>
15061 * term/mac-win.el (mac-scroll-ignore-events, mac-scroll-down)
15062 (mac-scroll-down-line, mac-scroll-up, mac-scroll-up-line):
15063 Do not treat double clicks and triple clicks specially in the
15064 scroll bar (preventing strange repositioning problems)
15066 2004-07-06 Stefan Monnier <monnier@iro.umontreal.ca>
15068 * replace.el (query-replace-regexp-eval): Fix last change.
15070 2004-07-05 Stefan Monnier <monnier@iro.umontreal.ca>
15072 * replace.el (query-replace-descr): New fun.
15073 (query-replace-read-from, query-replace-read-args): Default to the
15075 (query-replace-read-to): Quote the `from' string when displaying it.
15076 (query-replace-regexp-eval): Immediately check read-only status.
15077 Use query-replace-read-from to get the \n checking.
15078 Quote the `from' string when displaying it.
15079 (map-query-replace-regexp, occur-read-primary-args):
15080 Quote the `from' string when displaying it.
15082 * isearch.el (isearch-query-replace): Pass the regexp-ness and
15083 delimited-ness of the search to query-replace.
15085 * replace.el (query-replace-read-from, query-replace-read-to):
15086 New funs extracted from query-replace-read-args.
15087 (query-replace-read-args): Use them.
15089 * replace.el (query-replace-interactive, query-replace-read-args):
15090 Remove the `initial' special value.
15091 (query-replace-regexp-eval, map-query-replace-regexp): Simplify.
15092 (occur-engine): Remove unused var `matchend'.
15094 * isearch.el (isearch-query-replace, isearch-query-replace-regexp):
15095 Use the search string without prompting.
15097 2004-07-05 Kenichi Handa <handa@m17n.org>
15099 * international/mule.el (decode-coding-inserted-region):
15100 Set last-coding-system-used only when coding is nil.
15102 2004-07-03 Eli Zaretskii <eliz@gnu.org>
15104 * progmodes/grep.el (grep-compute-defaults, grep-command)
15105 (grep-program, find-program, grep-find-use-xargs, grep-history)
15106 (grep-find-history, grep-tag-default, grep-find-command)
15107 (grep-regexp-alist, grep-process-setup, grep-compute-defaults):
15108 Add autoload cookies, for unbundled packages that load `compile'
15109 and expect all grep-related symbols to become defined.
15111 2004-07-03 KOSEKI Yoshinori <kose@meadowy.org>
15113 * iimage.el (turn-on-iimage-mode, iimage-mode): Add autoload cookies.
15114 (iimage-mode-image-search-path): New user option to search the
15116 (iimage-locate-file): New function. Emacs21.3 or earlier does not
15118 (iimage-mode-buffer): Use it.
15120 2004-07-03 Nick Roberts <nickrob@gnu.org>
15122 * progmodes/gdb-ui.el (gdb-goto-breakpoint): String match more
15124 (gdb-delete-breakpoint, gdb-toggle-breakpoint): Handle gdbmi.
15126 2004-07-03 Juri Linkov <juri@jurta.org>
15128 * replace.el (query-replace-read-args): Swallow space after 'foo,
15129 not after (quote foo). Match space only immediately after symbol,
15130 not anywhere in the whole string.
15132 2004-07-02 Richard M. Stallman <rms@gnu.org>
15134 * replace.el (query-replace-read-args): Swallow space after
15135 symbols, not after closeparens. But avoid error if string ends there.
15137 * progmodes/python.el (python-beginning-of-statement):
15138 Exit the loop if backward-up-list gets error.
15140 * textmodes/enriched.el (enriched-encode): Bind inhibit-read-only.
15142 2004-07-02 Andre Spiegel <spiegel@gnu.org>
15144 * vc-rcs.el (vc-rcs-checkout-model): Look at the version headers
15145 only if vc-consult-headers is non-nil.
15147 2004-07-02 Juri Linkov <juri@jurta.org>
15149 * pcvs.el (cvs-mode-diff-repository): New command.
15151 * pcvs-defs.el (cvs-mode-diff-map): Bind r to cvs-mode-diff-repository.
15153 2004-07-01 Juri Linkov <juri@jurta.org>
15155 * isearch.el (isearch-mode-map): Bind C-M-w to isearch-del-char,
15156 C-M-y to isearch-yank-char. Bind M-% to isearch-query-replace,
15157 C-M-% to isearch-query-replace-regexp.
15158 (minibuffer-local-isearch-map): Add arrow key bindings.
15159 Bind C-f to isearch-yank-char-in-minibuffer.
15160 (isearch-forward): Doc fix.
15161 (isearch-edit-string): Doc fix.
15162 (isearch-query-replace, isearch-query-replace-regexp): New funs.
15163 (isearch-del-char): Add optional arg. Set isearch-yank-flag to t.
15164 (isearch-yank-char): Add optional arg.
15165 (isearch-yank-char-in-minibuffer): New fun.
15167 * replace.el (query-replace-interactive): Change type from boolean
15168 to choice. Add value `initial'.
15169 (query-replace-read-args): Handle value `initial' of
15170 query-replace-interactive.
15172 2004-06-29 Kim F. Storm <storm@cua.dk>
15174 * progmodes/gdb-ui.el (breakpoint-enabled-bitmap-face)
15175 (breakpoint-disabled-bitmap-face): Add :group 'gud.
15177 * progmodes/ada-xref.el (ada-tight-gvd-integration):
15180 * vc-arch.el (vc-arch-mode-line-rewrite): Add :group 'vc.
15182 2004-06-29 Juri Linkov <juri@jurta.org>
15184 * replace.el (query-replace-read-args): Swallow a space after
15185 everything except )]" which in most cases means after a symbol.
15187 * emacs-lisp/pp.el (pp-buffer): Add autoload.
15189 2004-06-28 Richard M. Stallman <rms@gnu.org>
15191 * font-lock.el (font-lock-fontify-syntactic-keywords-region):
15192 More changes to go with previous change in font-lock.el.
15194 2004-06-26 David Kastrup <dak@gnu.org>
15196 * replace.el (perform-replace): Highlight the match even in
15197 non-query mode if there is potential replace string editing.
15199 2004-06-26 Kai Grossjohann <kai.grossjohann@gmx.net>
15201 * net/tramp.el (tramp-handle-file-remote-p): New implementation to
15202 agree with new return value of `file-remote-p'.
15203 This syncs with Tramp 2.0.42.
15205 * net/ange-ftp.el (ange-ftp-file-remote-p): New return value,
15206 according to new documentation of `file-remote-p'.
15208 * files.el (file-remote-p): Fix doc to say that return value is
15209 identification of remote system, if not nil.
15210 (file-relative-name): Use new return value of `file-remote-p'.
15212 2004-06-26 Nick Roberts <nickrob@gnu.org>
15214 * progmodes/gdb-ui.el (gdb-toggle-breakpoint)
15215 (gdb-goto-breakpoint): Fix breakage.
15217 2004-06-26 Eli Zaretskii <eliz@gnu.org>
15219 * man.el (Man-getpage-in-background): Add windows-nt to the list
15220 of systems where shell-file-name should be used instead of
15223 2004-06-25 Sam Steingold <sds@gnu.org>
15225 * add-log.el (change-log-font-lock-keywords): Support Common Lisp
15226 function names `(setf symbol)'.
15228 2004-06-24 Richard M. Stallman <rms@gnu.org>
15230 * replace.el (query-replace-read-args): Swallow space after \,SYMBOL.
15232 * font-lock.el (font-lock-keywords): Change format of compiled values.
15234 (font-lock-add-keywords): If font-lock-keywords is compiled,
15235 extract the uncompiled version, modify, then recompile.
15236 (font-lock-remove-keywords): Likewise.
15237 (font-lock-fontify-keywords-region): Handle changed format.
15238 (font-lock-compile-keywords): Handle changed format.
15239 (font-lock-set-defaults): Compile the keywords explicitly here.
15241 2004-06-24 David Kastrup <dak@gnu.org>
15243 * replace.el (query-replace-read-args): Implement `\,' and `\#'
15245 (query-replace-regexp): Doc string explaining this and the new
15246 `\?' replacement. Remove `\,' and `\#' implementation here, as it
15247 is better placed in `query-replace-read-args'.
15248 (replace-regexp): Explain `\,', `\#' and `\?'.
15249 (replace-match-data): New function for thorough reuse/destruction
15251 (replace-match-maybe-edit): Function for implementing `\?' editing.
15252 (perform-replace): Fix maintaining of the match stack including
15253 already matched regions, implement `\?', fix various problems
15254 with regions while editing and other stuff.
15255 (replace-highlight): Simplify.
15257 2004-06-24 Daniel Pfeiffer <occitan@esperanto.org>
15259 * progmodes/grep.el (grep-error-screen-columns): New variable.
15260 (grep-regexp-alist): Give it the full functionality of gnu style
15261 compilation messages with line and column ranges. Ask me for the
15262 perl script I'm working on, that uses these.
15264 2004-06-23 Nick Roberts <nickrob@gnu.org>
15266 * comint.el (comint-insert-clicked-input, comint-copy-old-input):
15268 (comint-insert-input, comint-mouse-insert-input): New functions
15269 based on comint-insert-clicked-input for two bindings but just
15272 2004-06-23 Luc Teirlinck <teirllm@auburn.edu>
15274 * net/goto-addr.el (goto-address-fontify): Fix help-echo text.
15276 2004-06-23 Lars Hansen <larsh@math.ku.dk>
15278 * files.el (write-contents-functions): Doc fix.
15280 2004-06-21 Juanma Barranquero <lektu@terra.es>
15282 * image.el (image-library-alist): Rewrite docstring in active voice.
15284 2004-06-20 Richard M. Stallman <rms@gnu.org>
15286 * mouse.el (mouse-set-region-1): Set transient-mark-mode to `only'.
15288 * isearch.el (isearch-repeat): Avoid testing old match data.
15289 (isearch-message): Display trailing space in special font
15290 when search is failing.
15291 (isearch-search-fun-function): Doc fix.
15293 * autorevert.el (global-auto-revert-non-file-buffers): Doc fix.
15295 2004-06-19 Luc Teirlinck <teirllm@auburn.edu>
15297 * frame.el (show-trailing-whitespace): Doc fix.
15299 * cus-edit.el (custom-variable-documentation): New function.
15300 (custom-variable): Use it.
15302 2004-06-19 Nick Roberts <nickrob@gnu.org>
15304 * man.el (Man-getpage-in-background): Revert previous change but
15305 make cygwin a special case.
15307 2004-06-18 Luc Teirlinck <teirllm@auburn.edu>
15309 * autorevert.el (global-auto-revert-non-file-buffers):
15312 2004-06-19 Daniel Pfeiffer <occitan@esperanto.org>
15314 * progmodes/compile.el (compilation-error-properties): Store one
15315 more than end-col, if present, so that transient-mark-mode will
15316 highlight last char too.
15317 * progmodes/grep.el (grep-regexp-alist): Match columns and column
15318 ranges, if present.
15320 2004-06-18 Jason Rumney <jasonr@gnu.org>
15322 * makefile.w32-in: Double percent signs in for loops.
15324 2004-06-17 David Kastrup <dak@gnu.org>
15326 * replace.el (query-replace-read-args): Only warn about use of \n
15327 and \t when we are doing a regexp replacement and the actual
15328 escaped character is n or t.
15329 (query-replace-regexp): Add \, and \# interpretation to
15330 interactive call and document it.
15331 (query-replace-regexp-eval, replace-match-string-symbols): Add \#
15332 as shortkey for replace-count.
15333 (replace-quote): New function for doubling backslashes.
15335 2004-06-17 Juanma Barranquero <lektu@terra.es>
15337 * files.el (parse-colon-path, cd): Mention in docstring that the
15338 path separator is colon in GNU-like systems.
15340 * newcomment.el (comment-region-internal): Fix docstring.
15342 * emacs-lisp/ewoc.el (ewoc-create, ewoc-map, ewoc-locate)
15343 (ewoc-invalidate, ewoc-collect): Doc fixes.
15344 (ewoc--create-node, ewoc--delete-node-internal):
15345 Fix typos in docstring.
15347 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15349 * files.el (buffer-stale-function): Add hyperlink to emacs-xtra
15350 manual to docstring.
15352 2004-06-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
15354 * ps-print.el (ps-time-stamp-iso8601): Comment doc string of defalias.
15356 2004-06-15 Luc Teirlinck <teirllm@auburn.edu>
15358 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15359 Add hyperlink to emacs-xtra manual to docstring.
15361 * autorevert.el (global-auto-revert-non-file-buffers):
15362 Add hyperlink to emacs-xtra manual to docstring, as well as an
15365 2004-06-14 Juanma Barranquero <lektu@terra.es>
15367 * image.el (image-library-alist): New variable to map image types
15368 to external libraries. Initialized to nil, unless system-specific
15370 (image-type-available-p): Determine whether an image type is
15371 available by calling `init-image-library'.
15373 * term/w32-win.el (image-library-alist): Initialize to a known set
15374 of probable library names.
15376 2004-06-14 Kenichi Handa <handa@m17n.org>
15378 * international/code-pages.el (windows-1256, cp1125): Fix tables
15379 for several characters.
15381 * international/utf-8.el (ccl-encode-mule-utf-8): Fix previous change.
15383 2004-06-13 Richard M. Stallman <rms@gnu.org>
15385 * textmodes/paragraphs.el (sentence-end): Add 0x5397d as close brace.
15387 * emulation/pc-select.el: Doc fixes: say "PC Selection mode",
15388 not "`pc-selection-mode'".
15390 * emacs-lisp/bytecomp.el: Put `...' around symbols in warning messages.
15392 * simple.el (previous-matching-history-element): Specify a default.
15394 * hexl.el (hexl-mode): Catch errors in hexl-goto-address.
15396 * cus-face.el (custom-declare-face): Simplify code.
15398 * abbrev.el (abbrev-mode, edit-abbrevs-map): Doc fixes.
15400 2004-06-13 Luc Teirlinck <teirllm@auburn.edu>
15402 * files.el (before-save-hook): Add `time-stamp' to the options.
15404 * time-stamp.el (time-stamp): Recommend adding it to
15405 `before-save-hook', rather than `write-file-functions'.
15406 Make a similar change in `Commentary' section.
15408 2004-06-13 Kai Grossjohann <kai.grossjohann@gmx.net>
15410 * diff-mode.el (diff-current-defun): If at start of hunk, use
15411 position of first change.
15413 2004-06-13 Lars Hansen <larsh@math.ku.dk>
15415 * dired-x.el (dired-mark-omitted): Bind to "*O".
15417 2004-06-12 Karl Fogel <kfogel@red-bean.com>
15419 * bookmark.el (bookmark-bmenu-relocate): New function, as
15420 suggested by David J. Biesack <David.Biesack@sas.com>.
15421 (bookmark-bmenu-mode-map): Bind `bookmark-bmenu-relocate' to "R".
15422 (bookmark-bmenu-mode): Describe binding in doc string.
15423 (bookmark-set-filename): Save the bookmark list if it's time.
15425 2004-06-13 Kenichi Handa <handa@m17n.org>
15427 * international/utf-8.el (ccl-decode-mule-utf-8): Fix previous change.
15428 (ccl-untranslated-to-ucs): Fix typo.
15430 2004-06-12 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
15432 * progmodes/python.el (python-open-block-statement-p):
15433 Fix indentation after a block opening that contains a comment.
15435 2004-06-12 J
\e,Ai
\e(Br
\e,At
\e(Bme Marant <jerome@marant.org> (tiny change)
15437 * bindings.el (completion-ignored-extensions): Add file extensions
15438 of Python byte-compiled files.
15440 2004-06-12 Juri Linkov <juri@jurta.org>
15442 * info.el (Info-goto-node): Add autoload.
15443 (Info-toc): Add substring-no-properties on Info file name.
15444 (Info-mode, info, Info-toc, Info-mode-menu): Doc fix.
15445 (Info-mode-map): Bind L to Info-history, T to Info-toc.
15447 2004-06-12 Kenichi Handa <handa@m17n.org>
15449 * international/mule-cmds.el (set-language-environment):
15450 Load subst tables if necessary.
15452 * international/mule.el (decode-char): Load subst tables if necessary.
15453 (encode-char): Likewise.
15455 * international/utf-16.el (utf-16-decode-ucs): Handle a surrogate
15456 pair correctly. Call ccl-mule-utf-untrans for untranslable chars.
15457 (utf-16le-decode-loop): Set r5 to -1 before loop.
15458 (utf-16be-decode-loop): Likewise.
15459 (ccl-decode-mule-utf-16le): Add EOF processing block.
15460 (ccl-decode-mule-utf-16be): Likewise.
15461 (ccl-decode-mule-utf-16le-with-signature): Likewise.
15462 (ccl-decode-mule-utf-16be-with-signature): Likewise.
15463 (ccl-decode-mule-utf-16): Likewise. Set r5 to -1 initially.
15464 (ccl-mule-utf-16-encode-untrans): New CCL.
15465 (utf-16-decode-to-ucs): Handle pre-read character.
15466 (utf-16le-encode-loop): Handle surrogate pair.
15467 (utf-16be-encode-loop): Likewise.
15468 (ccl-encode-mule-utf-16le-with-signature): Adjust for the change
15469 of utf-16le-encode-loop.
15470 (ccl-encode-mule-utf-16be-with-signature): Adjust for the change
15471 of utf-16be-encode-loop.
15472 (mule-utf-16-post-read-conversion):
15473 Call utf-8-post-read-conversion at first.
15474 (mule-utf-16[{le|be}], mule-utf-16{le|be}-with-signature):
15475 Include CJK charsets in safe-charsets if utf-translate-cjk-mode is on.
15476 Add post-read-conversion and pre-write-conversion.
15478 * international/utf-8.el (utf-translate-cjk-charsets): New variable.
15479 (utf-translate-cjk-unicode-range): New variable.
15480 (utf-translate-cjk-load-tables): New function.
15481 (utf-lookup-subst-table-for-decode): New function.
15482 (utf-lookup-subst-table-for-encode): New function.
15483 (utf-translate-cjk-mode): Init-value changed to t. Don't load
15484 tables here. Update safe-charsets of utf-* coding systems.
15485 (ccl-mule-utf-untrans): New CCL.
15486 (ccl-decode-mule-utf-8): Call ccl-mule-utf-untrans. Use `repeat'
15487 at end of each branch.
15488 (ccl-mule-utf-8-encode-untrans): New CCL.
15489 (ccl-encode-mule-utf-8): Call ccl-mule-utf-8-encode-untrans.
15490 (ccl-untranslated-to-ucs): Handle 2-byte encoding. Set r1 to the
15491 length of encoding. Don't return r0.
15492 (utf-8-compose): New arg hash-table. Handle 2-byte encoding.
15493 (utf-8-post-read-conversion): Narrow to region properly.
15494 If utf-translate-cjk-mode is on, load tables if necessary.
15495 Call utf-8-compose with hash-table arg if necessary.
15496 Call XXX-compose-region instead of XXX-post-read-conversion.
15497 (utf-8-pre-write-conversion): New function.
15498 (mule-utf-8): Include CJK charsets in safe-charsets if
15499 utf-translate-cjk-mode is on. Add pre-write-conversion.
15501 * international/characters.el: Temporarily set
15502 utf-translate-cjk-mode to nil.
15504 * language/devan-util.el (devanagari-compose-region):
15505 Add autoload cookie.
15507 * international/ccl.el (ccl-dump-call): Fix printing the
15510 2004-06-11 Luc Teirlinck <teirllm@auburn.edu>
15512 * dired.el (dired-revert): If buffer is marked unmodified before
15513 reverting, keep it marked unmodified.
15514 Adapt to new conventions for commenting out code.
15515 (dired-make-relative): Adapt to new conventions for commenting out code.
15517 2004-06-10 Miles Bader <miles@gnu.ai.mit.edu>
15519 * eshell/esh-module.el (eshell-load-defgroups):
15520 Bind `vc-handled-backends' to nil when opening files.
15522 2004-06-11 Juanma Barranquero <lektu@terra.es>
15524 * files.el (parse-colon-path, cd): Doc fixes (refer to
15525 `path-separator', not colon).
15527 2004-06-10 Juanma Barranquero <lektu@terra.es>
15529 * newcomment.el (comment-search-forward)
15530 (comment-search-backward): Fix typos in docstring.
15531 (comment-region): Doc fix.
15533 2004-06-10 Luc Teirlinck <teirllm@auburn.edu>
15535 * dired.el (dired-insert-old-subdirs): Adapt to fact that the R
15536 switch is no longer stored in `dired-switches-alist'.
15538 * dired-aux.el (dired-insert-subdir): Do not store R switch in
15539 `dired-switches-alist'.
15541 2004-06-10 Kim F. Storm <storm@cua.dk>
15543 * pcvs.el (cvs-mode-diff-yesterday): New command.
15545 * pcvs-defs.el (cvs-mode-diff-map): Bind y to cvs-mode-diff-yesterday.
15547 2004-06-10 Juri Linkov <juri@jurta.org>
15549 * emacs-lisp/edebug.el (edebug-eval-defun):
15550 * emacs-lisp/lisp-mode.el (eval-defun-1): Add `defface'.
15553 * simple.el (eval-expression-print-format): Don't print additional
15554 information on the first call to `eval-print-last-sexp'.
15555 (next-error-find-buffer): Fix punctuation.
15556 (killing) <defgroup>: Fix punctuation.
15557 (yank-excluded-properties): Change group from editing to killing.
15559 * replace.el (perform-replace): Use `limit' to terminate the
15560 while-loop explicitly.
15562 2004-06-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15564 * toolbar/tool-bar.el (tool-bar-add-item, tool-bar-local-item):
15565 Use lc-*.xpm as prefix instead of *-locol.xpm.
15567 * toolbar/lc-copy.xpm, toolbar/lc-cut.xpm
15568 * toolbar/lc-help.xpm, toolbar/lc-home.xpm
15569 * toolbar/lc-index.xpm, toolbar/lc-jump_to.xpm
15570 * toolbar/lc-left_arrow.xpm, toolbar/lc-new.xpm
15571 * toolbar/lc-open.xpm, toolbar/lc-paste.xpm
15572 * toolbar/lc-preferences.xpm, toolbar/lc-print.xpm
15573 * toolbar/lc-right_arrow.xpm, toolbar/lc-save.xpm
15574 * toolbar/lc-saveas.xpm, toolbar/lc-search.xpm
15575 * toolbar/lc-spell.xpm, toolbar/lc-undo.xpm
15576 * toolbar/lc-up_arrow.xpm:
15577 Rename from *-locol.xpm.
15579 2004-06-09 Rajesh Vaidheeswarran <rv@gnu.org>
15581 * ffap.el (ffap-string-at-point-mode-alist): Fix the url mode to
15582 include forms like &<str>; as valid url patterns.
15584 2004-06-08 Luc Teirlinck <teirllm@auburn.edu>
15586 * dired.el (dired-diff, dired-backup-diff)
15587 (dired-clean-directory, dired-do-chmod, dired-do-chgrp)
15588 (dired-do-chown, dired-do-touch, dired-do-print)
15589 (dired-do-shell-command, dired-do-kill-lines, dired-do-compress)
15590 (dired-do-byte-compile, dired-do-load, dired-do-redisplay)
15591 (dired-create-directory, dired-do-copy, dired-do-symlink)
15592 (dired-do-hardlink, dired-do-rename, dired-do-rename-regexp)
15593 (dired-do-copy-regexp, dired-do-hardlink-regexp)
15594 (dired-do-symlink-regexp, dired-upcase, dired-downcase)
15595 (dired-maybe-insert-subdir, dired-next-subdir)
15596 (dired-prev-subdir, dired-goto-subdir, dired-mark-subdir-files)
15597 (dired-kill-subdir, dired-tree-up, dired-tree-down)
15598 (dired-hide-subdir, dired-hide-all, dired-show-file-type)
15599 (dired-run-shell-command, dired-query): Remove redundant,
15600 or incorrect, autoloads.
15602 * dired-aux.el (dired-kill-tree): Do not kill DIRNAME, even if it
15603 does not end in a slash. Add optional argument KILL-ROOT.
15605 (dired-do-touch, dired-clean-directory, dired-run-shell-command)
15606 (dired-query): Add autoloads.
15608 2004-06-08 Daniel Pfeiffer <occitan@esperanto.org>
15610 * progmodes/compile.el (compilation-set-window-height):
15611 Rearrange the save-* functions because a buffer can have several current
15612 point in different windows.
15613 (compilation-error-regexp-alist-alist): Recognize {standard input}
15614 GNU messages (for gcc --pipe) and more kinds of Oracle messages.
15616 2004-06-08 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15618 * toolbar/copy-locol.xpm, toolbar/cut-locol.xpm
15619 * toolbar/help-locol.xpm, toolbar/home-locol.xpm
15620 * toolbar/index-locol.xpm, toolbar/jump_to-locol.xpm
15621 * toolbar/left_arrow-locol.xpm, toolbar/new-locol.xpm
15622 * toolbar/open-locol.xpm, toolbar/paste-locol.xpm
15623 * toolbar/preferences-locol.xpm, toolbar/print-locol.xpm
15624 * toolbar/right_arrow-locol.xpm, toolbar/save-locol.xpm
15625 * toolbar/saveas-locol.xpm, toolbar/search-locol.xpm
15626 * toolbar/spell-locol.xpm, toolbar/undo-locol.xpm
15627 * toolbar/up_arrow-locol.xpm:
15628 New versions of icons that uses fewer colors.
15630 * toolbar/tool-bar.el (tool-bar-local-item)
15631 (tool-bar-local-item-from-menu): Try to use icons with fewer colors
15632 if display-color-cells is 256 or less.
15634 2004-06-08 Kim F. Storm <storm@cua.dk>
15636 * wid-edit.el (widget-specify-button): Use hand pointer rather
15637 than mouse-face as visible mouse-over effect.
15639 2004-06-07 Karl Fogel <kfogel@red-bean.com>
15641 * saveplace.el (save-place-alist-to-file): Bind `print-length'
15642 and `print-level' to nil when writing out `save-place-alist'.
15643 Thanks to Kai Grossjohann <kai@emptydomain.de> for enlightenment.
15645 2004-06-07 Juanma Barranquero <lektu@terra.es>
15647 * completion.el (completion-kill-region): Doc fix.
15649 * format.el (format-insert-annotations)
15650 (format-annotate-location): Doc fixes.
15651 (format-subtract-regions): Make arguments match their use in docstring.
15653 * simple.el (kill-region): Doc fix.
15655 * subr.el (insert-buffer-substring-no-properties)
15656 (insert-buffer-substring-as-yank): Doc fixes.
15658 2004-06-07 Luc Teirlinck <teirllm@auburn.edu>
15660 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15662 (dired-reset-subdir-switches): New function.
15664 * dired.el (dired-undo): Call `dired-build-subdir-alist'.
15665 Limit scope of `buffer-read-only' binding.
15667 2004-06-06 Emilio C. Lopes <eclig@gmx.net>
15669 * eshell/esh-cmd.el (eshell/which): Respect commands quoted with
15670 eshell-explicit-command-char.
15672 2004-06-06 Juanma Barranquero <lektu@terra.es>
15674 * help-fns.el (help-argument-name): Inherit from italic face only
15675 if the frame supports it.
15677 2004-06-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
15679 * toolbar/alias.pbm, toolbar/close.pbm, toolbar/copy.pbm
15680 * toolbar/cut.pbm, toolbar/help.pbm, toolbar/home.pbm
15681 * toolbar/index.pbm, toolbar/jump_to.pbm, toolbar/left_arrow.pbm
15682 * toolbar/new.pbm, toolbar/open.pbm, toolbar/paste.pbm
15683 * toolbar/preferences.pbm, toolbar/print.pbm, toolbar/right_arrow.pbm
15684 * toolbar/save.pbm, toolbar/saveas.pbm, toolbar/search.pbm
15685 * toolbar/spell.pbm, toolbar/undo.pbm, toolbar/up_arrow.pbm:
15686 New conversions from xpm files.
15688 * toolbar/README: New file.
15690 2004-06-06 Richard M. Stallman <rms@gnu.org>
15692 * isearch.el (isearch-mode-map): Undo previous change.
15694 2004-06-05 Juri Linkov <juri@jurta.org>
15696 * bindings.el (debug-ignored-errors): Add regexps for history
15697 related messages. Remove $ from "No further undo information".
15698 Move Ediff's messages to ediff.el.
15700 * ediff.el: Move Ediff's debug-ignored-errors from bindings.el.
15702 * cus-edit.el (custom-display): Add `min-colors'.
15704 * custom.el (defface): Add `supports' to docstring.
15706 * help-fns.el (help-argument-name): Add :group 'help.
15708 2004-06-05 Luc Teirlinck <teirllm@auburn.edu>
15710 * find-dired.el (find-ls-subdir-switches): New user option.
15711 (find-dired): No longer call `abbreviate-file-name' on DIR.
15712 Set `dired-subdir-switches' buffer-locally.
15714 * locate.el: Merge the two `Commentary' sections.
15715 (locate-ls-subdir-switches): New user option.
15716 (locate): Update for other changes.
15717 (locate-mode-map): Restore Dired binding for mouse-2.
15718 Bind `locate-mouse-view-file' to M-mouse-2.
15719 Bind `l' to `locate-do-redisplay'.
15720 (locate-main-listing-line-p, locate-do-redisplay): New functions.
15721 (locate-mouse-view-file, locate-tags, locate-find-directory):
15722 Print message if used outside main listing.
15723 (locate-mode): Update docstring. Make `*Locate*' buffer read-only.
15724 Various changes to support inserted subdirectories.
15725 (locate-insert-header): Change header of *Locate* buffer.
15727 * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir):
15728 Change interactive default switches.
15729 (dired-rename-subdir-2): Update `dired-switches-alist'.
15730 (dired-insert-subdir, dired-kill-subdir):
15731 Handle `dired-switches-alist'. Do not mark buffer modified.
15732 (dired-insert-subdir-validate): Handle `dired-subdir-switches'.
15733 (dired-insert-subdir-doinsert): Omit messages.
15734 Handle `dired-subdir-switches'.
15735 (dired-hide-subdir, dired-hide-all): Do not mark buffer modified.
15737 * dired.el (dired-subdir-switches, dired-switches-alist): New vars.
15738 (dired-insert-old-subdirs): Do not repeatedly delete and reinsert
15739 subdirs if -R switch is used for a subdir.
15740 (dired-mode): Set `dired-switches-alist'.
15741 (dired-build-subdir-alist): Only print number of directories in
15742 echo area when invoked interactively.
15744 2004-06-05 Lars Hansen <larsh@math.ku.dk>
15746 * dired-x.el (dired-omit-mode): Rename from
15747 dired-omit-files-p. Use define-minor-mode to define it.
15748 (dired-omit-files-p): Add as alias for dired-omit-mode.
15749 (dired-omit-toggle): Delete. Replaced by dired-omit-mode and
15750 dired-mark-omitted.
15751 (dired-mark-omitted): Add. Bind to M-O.
15753 2004-06-05 Kenichi Handa <handa@m17n.org>
15755 * ps-print.el: Fix typos (kein'ichi -> ken'ichi)
15757 2004-06-05 Juanma Barranquero <lektu@terra.es>
15759 * help-fns.el (help-argument-name): Reintroduce face.
15760 (help-default-arg-highlight): Use it, now that
15761 `face-differs-from-default-p' can be trusted.
15763 2004-06-05 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
15765 * textmodes/table.el: Sentence commands added to Point Motion
15766 group; kill and backward-kill commands added to Extraction group.
15768 2004-06-04 Mario Lang <mlang@delysid.org>
15770 * battery.el (battery-linux-proc-acpi): `mA' was hardcoded, but some
15771 systems appear to use mW, make the code handle this. Fix a
15772 division-by-zero bug while at it, and handle kernels with
15773 a slightly different layout in /proc/acpi.
15775 2004-06-04 Karl Fogel <kfogel@red-bean.com>
15777 * vc-svn.el (vc-svn-checkin): Use `nconc' instead of `list*',
15778 because the latter is a CL-ism. This fixes the bug reported by
15779 Shawn Boyette <mdxi@collapsar.net> in
15780 http://lists.gnu.org/archive/html/emacs-devel/2004-05/msg00442.html.
15782 2004-06-04 Miles Bader <miles@gnu.org>
15784 * faces.el (display-supports-face-attributes-p): Function moved to
15785 C code. Previously only the tty-related portion of this function
15786 was done in C; however the previous attempt to do a halfway-proper
15787 job for non-tty displays in lisp didn't work properly because of
15788 funny conditions during Emacs startup.
15789 (face-differs-from-default-p): Simplify, now that
15790 display-supports-face-attributes-p works properly on all display
15791 types. Remove :stipple from comparison; it doesn't really work
15794 2004-06-04 Miles Bader <miles@gnu.org>
15796 * faces.el (face-differs-from-default-p): Use a different
15797 implementation, so we can really check whether FACE displays
15798 differently or not.
15800 2004-06-04 Miles Bader <miles@gnu.org>
15802 * faces.el (display-supports-face-attributes-p): Implement a
15803 `different from default' check for non-tty displays.
15805 2004-06-03 David Kastrup <dak@gnu.org>
15807 * woman.el (woman-mapcan): More concise code.
15808 (woman-topic-all-completions, woman-topic-all-completions-1)
15809 (woman-topic-all-completions-merge): Replace by a simpler and
15810 much faster implementation based on O(n log n) sort/merge instead
15811 of the old O(n^2) behavior.
15813 2004-06-03 Miles Bader <miles@gnu.org>
15815 * subr.el (read-number): Use canonical format for default in prompt.
15817 * minibuf-eldef.el (minibuffer-default-in-prompt-regexps):
15818 Add regexp for " [...]" style defaults.
15820 2004-06-02 Romain Francoise <romain@orebokech.com>
15822 * ibuf-ext.el (ibuffer-jump-to-buffer): Add support for filter
15823 groups: if the user asks for a hidden buffer, open the
15824 corresponding filter group to expose it.
15826 * ibuffer.el (ibuffer-mode-map): Add key binding `M-g' to
15827 `ibuffer-jump-to-buffer'.
15828 (ibuffer-jump-offer-only-visible-buffers): New user option.
15830 2004-06-02 Juanma Barranquero <lektu@terra.es>
15832 * faces.el (frame-update-faces): Add empty docstring so the one
15833 for `ignore' doesn't show through.
15835 * subr.el (process-kill-without-query): Remove spurious "\n" on
15836 obsolescence string.
15837 (focus-frame, unfocus-frame): Add obsolescence declaration and
15840 * international/mule.el (register-char-codings): Make alias for
15841 `ignore'. Move docstring to obsolescence info and remove redundancy.
15843 2004-06-02 Kim F. Storm <storm@cua.dk>
15845 * frame.el (blink-cursor-start): Turn cursor off initially so blink
15846 starts after blink-cursor-delay rather than 2*blink-cursor-delay.
15848 2004-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
15850 * comint.el (comint-replace-by-expanded-history-before-point):
15851 Obey `start' as the docstring says.
15852 (comint-send-input, comint-snapshot-last-prompt, comint-output-filter)
15853 (comint-update-fence): Prevent font-lock from running unnecessarily.
15854 (comint-dynamic-list-completions): Use with-current-buffer.
15856 2004-06-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
15858 * textmodes/bibtex.el (bibtex-format-entry): Fix regexps.
15859 (bibtex-parse-strings): Bugfix, use assoc instead of assoc-string.
15860 (bibtex-entry-update): Handle alternatives and optional fields.
15861 (bibtex-parse-entry): Bugfix, handle empty key.
15863 2004-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
15865 * vc-arch.el (vc-arch-state): Don't assume the file exists.
15867 2004-05-31 Lars Hansen <larsh@math.ku.dk>
15869 * desktop.el (desktop-save): Don't save minor modes without a
15870 known mode initialization function.
15872 2004-05-30 Luc Teirlinck <teirllm@auburn.edu>
15874 * replace.el (query-replace-interactive): Convert defvar -> defcustom.
15876 * autorevert.el: Update `Commentary' section.
15878 2004-05-30 Juanma Barranquero <lektu@terra.es>
15880 * dos-fns.el (convert-standard-filename):
15881 * files.el (convert-standard-filename):
15882 * w32-fns.el (convert-standard-filename):
15883 Rework docstring (wording by Eli Zaretskii and Kai Grossjohann).
15885 2004-05-30 Kai Grossjohann <kai.grossjohann@gmx.net>
15889 * net/tramp.el (tramp-let-maybe): Reverse args of `get'.
15890 (tramp-let-maybe): Move to an earlier spot in the file.
15891 Patch by Andreas Schwab.
15893 2004-05-30 Andreas Schwab <schwab@suse.de>
15895 * dired.el (dired-get-filename): Don't use dired-re-dot.
15897 2004-05-30 Richard M. Stallman <rms@gnu.org>
15899 * files.el (find-file): Doc fix.
15901 * font-lock.el (lisp-font-lock-keywords-2): Add multiple-value-bind.
15903 2004-05-30 Nick Roberts <nickrob@gnu.org>
15905 * progmodes/gdb-ui.el (gdb-current-frame, gud-watch)
15906 (gdb-locals-mode, gdb-frame-handler): Display current frame in the
15907 modeline of the locals buffer.
15908 (gdb-goto-breakpoint): Handle gdbmi.
15909 (gdb-get-frame-number): Change for gdbmi.
15911 2004-05-30 Michael Albinus <michael.albinus@gmx.de>
15913 * files.el (file-remote-p): Apply file name handler for operation
15914 `file-remote-p'. It isn't a property any longer.
15915 (file-relative-name): `fh' and `fd' get the required value via
15916 `find-file-name-handler' already.
15918 * ange-ftp.el (ange-ftp-file-remote-p): New defun.
15919 (top): Remove setting of `file-remote-p' property for
15920 `ange-ftp-hook-function'. Add `ange-ftp' property to `file-remote-p'.
15922 2004-05-29 Michael Albinus <michael.albinus@gmx.de>
15924 Version 2.0.41 of Tramp released.
15926 * tramp.el (tramp-wait-for-regexp, tramp-wait-for-output):
15927 Throw away if process has died.
15928 Reported by Luc Teirlinck <teirllm@dms.auburn.edu>.
15929 (tramp-out-of-band-prompt-regexp): Rename to
15930 `tramp-process-alive-regexp', because its usage is widen.
15931 (tramp-actions-copy-out-of-band): Apply it.
15932 (tramp-actions-before-shell, tramp-multi-actions):
15933 Add `tramp-action-process-alive' action.
15934 (tramp-action-process-alive): New defun.
15935 (tramp-file-name-handler-alist, tramp-file-name-for-operation):
15936 Add entry for `file-remote-p'.
15937 (tramp-handle-file-remote-p): New defun.
15938 (top): Remove setting of `file-remote-p'. Don't set
15939 `inhibit-file-name-handlers' and `inhibit-file-name-operation'.
15941 * tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
15944 * tramp-uu.el (tramp-uuencode-region): Padding characters aren't
15945 counted for (last) line. [They should or they shouldn't? --Stef]
15946 Reported by Aaron Ucko <ucko@ncbi.nlm.nih.gov>.
15948 2004-05-29 Kai Grossjohann <kai.grossjohann@gmx.net>
15950 * tramp.el (tramp-initial-commands): Add "unset HISTFILE"; this is
15951 not really necessary but seems to keep the shell history smaller
15952 in some cases. It is no substitute for setting HISTFILE and
15953 HISTSIZE from tramp-open-connection-setup-interactive-shell,
15954 though. Suggested by Luc Teirlinck.
15955 (tramp-open-connection-setup-interactive-shell): Export variables
15956 HISTFILE and HISTSIZE, do not just set them. From Luc Teirlinck.
15957 (tramp-set-process-query-on-exit-flag): New compat function.
15958 (tramp-open-connection-multi, tramp-open-connection-su)
15959 (tramp-open-connection-rsh, tramp-open-connection-telnet)
15960 (tramp-do-copy-or-rename-file-out-of-band): Use it.
15961 (tramp-let-maybe): New macro, let-binds a variable only if it
15963 (tramp-check-ls-commands, tramp-handle-expand-file-name)
15964 (tramp-handle-file-truename): Use it.
15965 (tramp-completion-file-name-regexp-unified): Avoid matching
15966 filenames starting with "/:" -- those are reserved for
15967 file-name-non-special.
15969 * tramp-smb.el (tramp-smb-open-connection):
15970 Use tramp-set-process-query-on-exit-flag compat function.
15972 2004-05-29 Richard M. Stallman <rms@gnu.org>
15974 * net/browse-url.el (browse-url-interactive-arg): Doc fix.
15976 * emacs-lisp/lisp-mode.el (prin1-char): Catch errors from `string'.
15977 (eval-last-sexp-print-value): Print char equivalent regardless
15978 of standard-output value.
15980 * thumbs.el (thumbs-subst-char-in-string): Delete.
15981 (thumbs-thumbname): Use subst-char-in-string.
15982 (thumbs-resize-image): Use condition-case, not ignore-errors.
15983 (thumbs-kill-buffer): Likewise.
15985 * thumbs.el: Don't include cl. Don't bother with old Emacs versions.
15986 (thumbs-mode): Make buffer read-only.
15987 (thumbs-make-thumb): Unconditionally accept an existing file.
15988 (thumbs-insert-thumb): Add thumb-image-file property to the image.
15989 (thumbs-do-thumbs-insertion): Be smarter about where to put newlines.
15990 (thumbs-show-thumbs-list): Error if images not supported.
15991 (thumbs-save-current-image): Improve prompt string.
15992 (thumbs-mode-map): Define u, R, x.
15993 (thumbs-unmark): New command.
15994 (thumbs-emboss-image): Minor cleanup.
15995 (thumbs-forward-char, thumbs-backward-char): Skip chars with no image.
15996 (thumbs-rename-images): New command.
15997 (thumbs-show-image-num): Rewrite. Don't rename the buffer.
15999 * thumbs.el (thumbs-current-image): New function.
16000 (thumbs-file-list, thumbs-file-alist): New functions.
16001 (thumbs-find-image): Delete arg L.
16002 Don't set up thumbs-fileL as buffer-local global var.
16003 (thumbs-find-image-at-point): Use thumbs-current-image.
16004 (thumbs-set-image-at-point-to-root-window): Likewise.
16005 (thumbs-delete-images): Use thumbs-current-image, thumbs-file-alist.
16006 Record and warn about errors. Update thumbs-markedL for deletions.
16007 (thumbs-next-image, thumbs-previous-image): Use thumbs-file-alist.
16008 (thumbs-redraw-buffer): Use thumbs-file-list.
16009 (thumbs-mark): Use thumbs-current-image.
16010 (thumbs-show-name): Use thumbs-current-image.
16012 * imenu.el (imenu--menubar-select): Set imenu-menubar-modified-tick
16013 and imenu--last-menubar-index-alist.
16015 * subr.el (with-selected-window): Undo previous change.
16017 2004-05-29 John Paul Wallington <jpw@gnu.org>
16019 * thumbs.el (thumbs-show-name): Do nothing if no image at point.
16020 (thumbs-mouse-find-image): New command.
16021 (thumbs-mode-map): Bind it to mouse-2.
16022 (thumbs-mode): Make mode-class special.
16023 (thumbs-view-image-mode): Likewise.
16025 2004-05-29 Pavel Kobiakov <pk_at_work@yahoo.com>
16027 * flymake.el: New file.
16029 2004-05-28 Luc Teirlinck <teirllm@auburn.edu>
16031 * files.el (find-file-noselect-1): Do not bind
16032 `inhibit-read-only' to t during execution of
16033 `find-file-not-found-functions'.
16035 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16037 * vc-mcvs.el (vc-mcvs-print-log, vc-mcvs-diff):
16038 * vc-arch.el (vc-arch-diff): Add optional `buffer' arg.
16040 2004-05-28 Juri Linkov <juri@jurta.org>
16042 * simple.el (eval-expression-print-format): New fun.
16044 * simple.el (eval-expression):
16045 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
16046 * emacs-lisp/edebug.el (edebug-compute-previous-result)
16047 (edebug-eval-expression): Print additionally the value returned by
16048 `eval-expression-print-format'.
16050 * emacs-lisp/lisp.el (insert-pair-alist): New var.
16051 (insert-pair): Make arguments optional. Find character pair
16052 from `insert-pair-alist' according to the last input event.
16053 (insert-parentheses): Make arguments optional.
16054 (raise-sexp, delete-pair): New funs.
16056 * emacs-lisp/lisp-mode.el (indent-pp-sexp): New fun.
16057 (emacs-lisp-mode-map, lisp-interaction-mode-map):
16058 Bind C-M-q to `indent-pp-sexp'.
16060 * emacs-lisp/pp.el (pp-buffer): New fun created from the code in
16061 `pp-to-string' modified to be able to format text with newlines.
16062 (pp-to-string): Move the buffer-formatting part of the code to
16063 `pp-buffer'. Call `pp-buffer'.
16065 * info.el (Info-desktop-buffer-misc-data): Don't save information
16066 about virtual files.
16067 (Info-restore-desktop-buffer): Restore Info buffers in prepared
16068 buffers with names obtained from the desktop file instead of the
16069 default *info* buffer.
16071 2004-05-28 Stefan Monnier <monnier@iro.umontreal.ca>
16073 * subr.el (with-selected-window): Only save/restore the selected window.
16075 * progmodes/compile.el (compilation-error-regexp-alist):
16076 Use expand-file-name and data-directory.
16078 * progmodes/grep.el (grep-tree): Rework previous fix.
16080 * mouse.el (mouse-set-region-1): Use temporary transient-mark-mode
16081 after the user marked text with the mouse.
16083 * startup.el (command-line): Keep the first regexp of
16084 auto-save-file-name-transforms intact.
16086 2004-05-28 Juanma Barranquero <lektu@terra.es>
16088 * cus-edit.el (customize-face, customize-face-other-window)
16089 (custom-face-edit-delete): Make arguments match their use in
16091 (custom-unloaded-symbol-p, custom-unloaded-widget-p): Fix typo in
16094 * cvs-status.el (cvs-tree-merge, cvs-tags->tree): Use `butlast',
16097 * pcvs-util.el (cvs-butlast, cvs-nbutlast): Remove (`butlast' and
16098 `nbutlast' are in subr.el).
16100 * w32-fns.el (w32-using-nt, w32-shell-dos-semantics)
16101 (set-w32-system-coding-system): Doc fixes.
16103 * textmodes/artist.el (artist-last, artist-remove-nulls): Simplify.
16104 (artist-draw-ellipse-general, artist-draw-ellipse-with-0-height):
16105 Make arguments match their use in docstring.
16106 (artist-draw-region-trim-line-endings)
16107 (artist-mouse-choose-operation): Fix typo in docstring.
16108 (artist-key-set-point-common): Doc fix.
16110 2004-05-28 Simon Josefsson <jas@extundo.com>
16112 * mail/smtpmail.el (smtpmail-open-stream):
16113 Bind starttls-extra-arguments too, if starttls.el uses GNUTLS.
16115 2004-05-26 Simon Josefsson <jas@extundo.com>
16117 * starttls.el: Merge with my GNUTLS based starttls.el.
16118 (starttls-gnutls-program, starttls-use-gnutls)
16119 (starttls-extra-arguments, starttls-process-connection-type)
16120 (starttls-connect, starttls-failure, starttls-success): New variables.
16121 (starttls-program, starttls-extra-args): Doc fix.
16122 (starttls-negotiate-gnutls, starttls-open-stream-gnutls): New funs.
16123 (starttls-negotiate, starttls-open-stream): Check `starttls-use-gnutls'
16124 and pass on to corresponding *-gnutls function if it is set.
16126 2004-05-27 Luc Teirlinck <teirllm@auburn.edu>
16128 * autorevert.el (auto-revert-handler): Disable auto-reverting of
16131 2004-05-27 Michael Albinus <michael.albinus@gmx.de>
16133 * files.el (file-name-non-special): There are more operations
16134 which need handling: `find-backup-file-name',
16135 `insert-file-contents', `verify-visited-file-modtime',
16136 `write-region'. Rename t value of method to `add'. Add new
16137 methods `quote' and `unquote-then-quote' to file-arg-indices.
16139 2004-05-25 Juri Linkov <juri@jurta.org>
16141 * info.el (Info-toc): Call Info-mode on intermediate buffer.
16142 (Info-index-nodes): Enclose code in condition-case to catch errors.
16143 (Info-index-node): Don't search all index nodes if request is only
16144 for the current node and file is not in the cache of index nodes.
16145 (Info-mode-map): Bind Info-copy-current-node-name to `w'
16146 for consistency with dired-copy-filename-as-kill.
16147 Bind `S' to Info-search-case-sensitively.
16148 (Info-copy-current-node-name): New arg. With zero prefix arg put
16149 the name inside a function call to `info'. Display copied text in
16152 2004-05-25 Sam Steingold <sds@gnu.org>
16154 * emacs-lisp/lisp-mode.el (lisp-find-tag-default): New function:
16155 strip the package prefix from the symbol name, if any.
16156 Make it the `find-tag-default-function' for `lisp-mode'.
16158 2004-05-25 John Paul Wallington <jpw@gnu.org>
16160 * gs.el (gs-load-image): Use `set-process-query-on-exit-flag'
16161 instead of obsolete `process-kill-without-query'.
16163 * textmodes/texinfmt.el (texinfo-indexvar-alist):
16164 Declare as variable, not constant.
16166 2004-05-25 Luc Teirlinck <teirllm@auburn.edu>
16168 * files.el (find-file-noselect-1): Fix bug introduced by
16169 Revision 1.694. As a side effect, `inhibit-read-only'
16170 is again, by default, t during execution of
16171 `find-file-not-found-functions'.
16172 (insert-directory): Check that lines were really inserted by
16173 the --dired switch, before erasing them.
16175 2004-05-24 Nick Roberts <nickrob@gnu.org>
16177 * progmodes/gdb-ui.el (gdb-breakpoints-mode, gdb-frames-mode)
16178 (gdb-locals-mode): Check gud-minor-mode in gud-comint-buffer.
16179 (gdb-var-update, gdb-var-update-handler, gdb-var-delete)
16180 (gdb-edit-value, gdb-speedbar-expand-node): Handle new value for
16181 gud-minor-mode (gdbmi).
16183 2004-05-24 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16185 * net/browse-url.el (browse-url-interactive-arg): Enable user to
16186 explicitly select the text to be taken as URL.
16188 2004-05-23 Juri Linkov <juri@jurta.org>
16190 * info.el (Info-index-nodes): New var and fun.
16191 (Info-goto-index, Info-index, info-apropos)
16192 (Info-find-emacs-command-nodes): Rewrite to use Info-index-nodes.
16193 (Info-index): Fix docstring. Store and restore Info-history-list.
16194 (Info-complete-nodes): New var.
16195 (Info-complete-menu-item): Use it.
16196 (Info-index-node): New fun.
16197 (Info-final-node, Info-forward-node, Info-backward-node)
16198 (Info-build-toc, Info-try-follow-nearest-node, Info-fontify-node):
16199 Use Info-index-node.
16200 (Info-extract-menu-item, Info-extract-menu-counting): Set second
16201 arg of `Info-extract-menu-node-name' to non-nil for index nodes.
16202 (Info-find-node-2): If a node with period in its name not found,
16203 try to find a node without the name part after period.
16204 (Info-select-node): Call Info-fontify-node only if
16205 Info-fontify-maximum-menu-size is not nil.
16206 (info-apropos): Set Info-fontify-maximum-menu-size to nil.
16207 (Info-find-emacs-command-nodes, Info-goto-emacs-command-node):
16208 Preserve Info-history-list.
16209 (Info-toc): Set Info-current-file.
16210 (Info-build-toc): Move point to the beginning of the buffer.
16211 Add main-file variable.
16212 (Info-dir-remove-duplicates, Info-history, Info-toc, info-apropos):
16213 Use backslashed representation of the control character ^_.
16215 * textmodes/texinfmt.el (texinfo-print-index): Print index line
16216 numbers in the new Texinfo 4.7 format.
16218 * add-log.el (change-log-font-lock-keywords): Remove `:' from
16219 regexps for function and variable names.
16221 * descr-text.el (describe-property-list): Add [show] button for
16222 `syntax-table' property with action to pp to a separate buffer.
16223 (describe-char): Replace search-forward by re-search-forward with
16224 whitespace regexp after "character:" to not fail in too narrow windows.
16226 * simple.el (next-error-find-buffer): Add a rule to return
16227 next-error capable buffer if one window on the selected frame
16228 displays such buffer.
16230 2004-05-23 Nick Roberts <nickrob@gnu.org>
16232 * progmodes/gdb-ui.el (gdb-server-prefix): New variable.
16233 (gud-watch, gdb-send-item, gdb-breakpoints-mode, gdb-frames-mode)
16234 (gdb-locals-mode, gdb-send-item, gdb-toggle-breakpoint)
16235 (gdb-delete-breakpoint, gdb-frames-select, gdb-threads-buffer)
16236 (gdb-registers-buffer, gdb-reset, gdb-assembler-buffer):
16237 Handle new value for gud-minor-mode (gdbmi).
16238 (gdb-buffer-type, gdb-input-queue, gdb-prompting)
16239 (gdb-output-sink, gdb-current-item, gdb-pending-triggers):
16240 Change from local to global gdb variable set.
16241 (gdb-ann3): Initialize above gdb variable set.
16242 (gdb-var-update, gdb-var-update-handler, gdb-enqueue-input)
16243 (gdb-dequeue-input, gdb-source, gdb-pre-prompt, gdb-prompt)
16244 (gdb-subprompt, gdb-starting, gdb-stopping, gdb-frame-begin)
16245 (gdb-stopped, gdb-post-prompt, gdb-concat-output)
16246 (def-gdb-auto-update-trigger, def-gdb-auto-update-handler)
16247 (gdb-info-locals-handler, gdb-invalidate-assembler)
16248 (gdb-get-current-frame, gdb-frame-handler): Handle gdb variable
16249 set as global variables.
16250 (gdb-get-create-buffer): Don't make gud-comint buffer-local.
16252 (gdb-info-breakpoints-custom): Fix regexp.
16253 (def-gdb-var): Delete.
16255 * progmodes/gud.el (gud-menu-map, gud-speedbar-menu-items)
16256 (gud-speedbar-buttons, gud-sentinel, gud-display-line)
16257 (gud-basic-call): Handle new value for gud-minor-mode (gdbmi) for
16258 a new mode. The file (gdb-mi.el) for this mode will be included
16259 with the GDB distribution (6.2 onwards) and will use GDB/MI as its
16262 2004-05-23 Jesper Harder <harder@ifa.au.dk>
16264 * progmodes/grep.el (grep-tree): Ensure that DIR argument is
16265 interpreted as a directory.
16267 2004-05-22 Richard M. Stallman <rms@gnu.org>
16269 * textmodes/paragraphs.el (sentence-end): Match unicode curly quotes
16272 * textmodes/bibtex.el: Use assoc-string, not assoc-ignore-case.
16274 * progmodes/idlw-shell.el (idlwave-shell-get-object-class):
16275 Use assoc-string, not assoc-ignore-case.
16277 * progmodes/ada-mode.el: Use assoc-string, not assoc-ignore-case.
16279 * emacs-lisp/lisp.el (mark-defun, narrow-to-defun):
16280 If moving back then fwd gets a defun that ends before point,
16281 try again moving fwd then back.
16283 * files.el (file-name-non-special): Allow t in file-arg-indices
16284 to mean requote the return value. Use `identity' as an element
16285 rather than as the whole value.
16287 * gs.el (gs-options): Add -dSAFER. Mark it risky.
16289 2004-05-22 Juanma Barranquero <lektu@terra.es>
16291 * help-fns.el (help-add-fundoc-usage): Use %S only for output of
16293 (help-highlight-arguments): Skip function name before searching
16296 2004-05-21 Juanma Barranquero <lektu@terra.es>
16298 * allout.el (allout-chart-subtree, allout-rebullet-topic-grunt):
16299 Don't mention in the docstring these arguments meant for
16300 internal (recursive) use only.
16301 (allout-char-spec): Comment out (it's not implemented).
16302 (allout-old-expose-topic, allout-exposure): Fix docstring and add
16303 obsolescence declaration.
16304 (allout-flatten-exposed-to-buffer)
16305 (allout-indented-exposed-to-buffer): Fix typos in docstring.
16306 (my-mark-marker): Doc fix.
16307 (produce-allout-mode-map, allout-sibling-index)
16308 (allout-isearch-expose, allout-distinctive-bullet)
16309 (allout-open-topic, allout-reindent-body)
16310 (allout-rebullet-heading, allout-process-exposed)
16311 (allout-insert-listified, allout-latex-verb-quote)
16312 (allout-insert-latex-header, allout-insert-latex-trailer):
16313 Make arguments match their use in docstring.
16314 (allout-primary-bullet, allout-old-style-prefixes)
16315 (allout-inhibit-protection, allout-init, allout-mode)
16316 (allout-before-change-protect, allout-flag-region):
16317 Use "Emacs" instead of "emacs" in docstrings.
16319 2004-05-21 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
16321 * international/characters.el: Modify syntax of more characters.
16323 2004-05-21 Masatake YAMATO <jet@gyve.org>
16325 * progmodes/etags.el (tags-apropos, list-tags): Require apropos.
16326 (etags-tags-completion-table): Show parsing progress.
16328 2004-05-20 Luc Teirlinck <teirllm@auburn.edu>
16330 * locate.el (locate-prompt-for-command): Shorten first line of
16332 (locate-mode): Expand docstring and include keymap summary.
16334 * files.el (find-file-noselect-1): Limit the scope of the
16335 `inhibit-read-only' binding. Make sure that `inhibit-read-only'
16336 is, by default, nil during the execution of
16337 `find-file-not-found-functions' and `find-file-hook'.
16339 2004-05-20 Michael Mauger <mmaug@yahoo.com>
16341 * facemenu.el (facemenu-color-name-equal): New function.
16342 (list-colors-display): Use it to compare colors instead of
16343 facemenu-color-equal.
16345 2004-05-20 Dan Nicolaescu <dann@ics.uci.edu>
16347 * compare-w.el (compare-windows-face): Use min-colors instead of
16348 checking for tty or pc types.
16350 2004-05-19 Stefan Monnier <monnier@iro.umontreal.ca>
16352 * simple.el (do-auto-fill): Remove unused vars `bol' and `opoint'.
16353 (completion-setup-function): Use with-current-buffer.
16354 Properly save excursion. Simplify.
16355 Don't assume there is necessarily a `mouse-face' property somewhere.
16357 * progmodes/gud.el (gud-reset): Use unless & with-current-buffer.
16359 * progmodes/gdb-ui.el (gdb-reset): Use unless. Fix regexp.
16361 * emacs-lisp/bytecomp.el (byte-compile-log): Use backquotes.
16362 (byte-compile-log-1): Don't call (byte-goto-log-buffer).
16363 Use with-current-buffer.
16364 (byte-goto-log-buffer): Delete.
16365 (byte-compile-log-file): Call compilation-forget-errors.
16367 2004-05-19 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16369 * net/ldap.el (ldap-search-internal): Avoid mixing standard error
16370 output messages into the search result.
16372 2004-05-19 Masatake YAMATO <jet@gyve.org>
16374 * wid-edit.el (widget-radio-button-notify): Revert my last
16375 change. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
16377 2004-05-19 Kenichi Handa <handa@m17n.org>
16379 * international/characters.el: Fix syntax (open/close) of CJK chars.
16381 2004-05-18 Karl Chen <quarl@hkn.eecs.berkeley.edu> (tiny change)
16383 * help-mode.el (help-go-back): Don't depend on position of back button.
16385 2004-05-18 Stefan Monnier <monnier@iro.umontreal.ca>
16387 * files.el (auto-save-file-name-transforms): Make sure ange-ftp temp
16388 files don't contain an accidental additional /.
16390 * textmodes/tex-mode.el (tex-compilation-parse-errors): Save excursion
16393 2004-05-18 Masatake YAMATO <jet@gyve.org>
16395 * wid-edit.el (widget-radio-button-notify): Don't pass `widget'
16396 to widget-apply. :action method assumes 2 arguments, not 3.
16398 2004-05-17 Glenn Morris <gmorris@ast.cam.ac.uk>
16400 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
16402 (hs-special-modes-alist): Add an f90-mode entry.
16404 2004-05-17 Sam Steingold <sds@gnu.org>
16406 * emacs-lisp/cl-indent.el (common-lisp-indent-function-1):
16407 Indent "without-" forms just like "with-" and "do-". Use regexp-opt.
16409 2004-05-16 Kim F. Storm <storm@cua.dk>
16411 * emacs-lisp/timer.el (timer-event-handler): Fix last change.
16413 2004-05-15 John Wiegley <johnw@newartisans.com>
16415 * eshell/esh-io.el (eshell-get-target): Whitespace changes.
16416 (eshell-output-object-to-target): Improve output speed 20% by not
16417 calling `eshell-stringify' if something is already known to be a string.
16419 2004-05-15 Alex Ott <ott@jet.msk.su>
16421 * textmodes/ispell.el (ispell-local-dictionary-alist):
16422 Add windows-1251 to the choice of coding systems.
16423 (ispell-dictionary-alist-6): Add support for "russianw.aff",
16426 2004-05-15 Dan Nicolaescu <dann@ics.uci.edu>
16428 * progmodes/compile.el (compilation-warning-face)
16429 (compilation-info-face): Use min-colors.
16431 2004-05-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16433 * toolbar/close.pbm, toolbar/close.xpm, toolbar/copy.pbm
16434 * toolbar/copy.xpm, toolbar/cut.pbm, toolbar/cut.xpm
16435 * toolbar/help.pbm, toolbar/help.xpm, toolbar/home.pbm
16436 * toolbar/home.xpm, toolbar/index.pbm, toolbar/index.xpm
16437 * toolbar/jump_to.pbm, toolbar/jump_to.xpm, toolbar/left_arrow.pbm
16438 * toolbar/left_arrow.xpm, toolbar/new.pbm, toolbar/new.xpm
16439 * toolbar/open.pbm, toolbar/open.xpm, toolbar/paste.pbm
16440 * toolbar/paste.xpm, toolbar/preferences.pbm, toolbar/preferences.xpm
16441 * toolbar/print.pbm, toolbar/print.xpm, toolbar/right_arrow.pbm
16442 * toolbar/right_arrow.xpm, toolbar/save.pbm, toolbar/save.xpm
16443 * toolbar/saveas.pbm, toolbar/saveas.xpm, toolbar/search.pbm
16444 * toolbar/search.xpm, toolbar/spell.pbm, toolbar/spell.xpm
16445 * toolbar/undo.pbm, toolbar/undo.xpm, toolbar/up_arrow.pbm
16446 * toolbar/up_arrow.xpm: New icons from GTK+ version 2.
16448 2004-05-15 Kim F. Storm <storm@cua.dk>
16450 * emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
16451 Use it to set triggered-p element of timer.
16452 (timer-event-handler): Set triggered-p element non-nil while running
16453 the timer function.
16455 2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
16457 * descr-text.el (describe-char-unicode-data)
16458 (describe-char-unicodedata-file): Re-enable the unicode code now that
16459 the licensing issues have been cleared in the unicode-4 license.
16460 (describe-text-properties-1): Remove unused `overlay' var.
16461 (describe-char): Remove unused var `buffer'.
16463 2004-05-14 David Ponce <david@dponce.com>
16465 * tree-widget.el: New file.
16467 2004-05-13 Marcelo Toledo <marcelo@gnu.org>
16469 * language/european.el ("Brazilian Portuguese"): Add support for
16470 Brazilian Portuguese.
16472 2004-05-13 John Wiegley <johnw@newartisans.com>
16474 * iswitchb.el (iswitchb-use-virtual-buffers): Only turn on
16475 `recentf-mode' if this variable has been customized to t.
16477 * eshell/esh-test.el (eshell-test): Call the function
16478 `emacs-version' rather than trying to build a custom version string.
16480 2004-05-13 Stefan Monnier <monnier@iro.umontreal.ca>
16482 * net/telnet.el (telnet-mode): Use define-derived-mode.
16483 Don't modify the global value of comint-prompt-regexp.
16485 2004-05-13 John Paul Wallington <jpw@gnu.org>
16487 * version.el (emacs-version): Check for `gtk' feature before
16488 `x-toolkit' feature.
16490 2004-05-13 Juanma Barranquero <lektu@terra.es>
16492 * files.el (file-truename): Don't mention COUNTER and PREV-DIRS
16493 arguments in the docstring, they're used only in recursive calls.
16495 * help-fns.el (help-arg-highlighting-function)
16496 (help-argument-name): Delete.
16497 (help-default-arg-highlight): New function.
16498 (help-do-arg-highlighting): Use it.
16500 2004-05-13 Glenn Morris <gmorris@ast.cam.ac.uk>
16502 * calendar/appt.el (appt-disp-window):
16503 Use `calendar-set-mode-line' for a centered mode-line.
16505 2004-05-13 Takaaki Ota <Takaaki.Ota@am.sony.com> (tiny change)
16507 * calendar/appt.el (appt-disp-window): Do not split window
16508 excessively when `split-height-threshold' is low.
16510 2004-05-12 Nick Roberts <nickrob@gnu.org>
16512 * progmodes/gud.el (gud-mode): Add gud-kill-buffer-hook to
16513 kill-buffer-hook here and make it local.
16514 (gud-kill-buffer-hook): Use kill-process for a sure kill.
16516 2004-05-12 Daniel Pfeiffer <occitan@esperanto.org>
16518 * progmodes/compile.el (compilation-set-window-height):
16519 Use save-excursion to protect against misplaced marker.
16521 2004-05-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16523 * custom.el (defface): Document that type can have value gtk.
16525 * faces.el (face-spec-set-match-display): Handle type gtk in display.
16527 2004-05-12 Kenichi Handa <handa@m17n.org>
16529 * descr-text.el: Require quail at compile time.
16530 (describe-char): If an input method is on and it supports the
16531 character, show how to input it.
16533 * international/quail.el (quail-install-decode-map): Accept a
16534 char-table whose subtype is `quail-decode-map'.
16535 (quail-store-decode-map-key, quail-gen-decode-map1)
16536 (quail-gen-decode-map, quail-find-key1, quail-find-key)
16537 (quail-show-key): New functions.
16539 2004-05-12 Juanma Barranquero <lektu@terra.es>
16541 * generic.el (define-generic-mode): Remove redundant arglist info.
16543 * help-fns.el (help-split-fundoc, help-add-fundoc-usage):
16544 Make arguments match their use in docstring.
16545 (help-arg-highlighting-function): New variable.
16546 (help-argument-name): Mention it in the docstring.
16547 (help-do-arg-highlight): Use it. Expand regexp to accept also
16548 ARG-xxx and xxx-ARG references.
16550 2004-05-11 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny change)
16552 * mail/rfc2368.el (rfc2368-parse-mailto-url): Make the results of
16553 parsing "mailto:addr1%2C%20addr2", "mailto:?to=addr1%2C%20addr2",
16554 and "mailto:addr1?to=addr2" equal.
16556 2004-05-11 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
16558 * man.el (Man-getpage-in-background): Use shell-file-name
16559 and shell-command-switch variables instead of hard-coded values.
16561 2004-05-11 Eli Zaretskii <eliz@gnu.org>
16563 * iimage.el: New file.
16565 2004-05-11 Juanma Barranquero <lektu@terra.es>
16567 * custom.el (custom-initialize-default, defcustom):
16568 Fix typo in docstring.
16570 * files.el (set-visited-file-name, file-expand-wildcards):
16573 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16575 * emacs-lisp/lisp-mode.el (prin1-char): Use eventp.
16577 * subr.el (eventp): Be more discriminating with integers.
16579 2004-05-10 Daniel Pfeiffer <occitan@esperanto.org>
16581 * progmodes/compile.el (compile): Add universal prefix arg.
16582 (compilation-error-regexp-alist-alist): Add edg patterns.
16584 2004-05-10 Sam Steingold <sds@gnu.org>
16586 * textmodes/ispell.el (ispell-message):
16587 Use `message-cite-prefix-regexp' instead of `message-yank-prefix'.
16589 2004-05-10 Dave Love <fx@gnu.org>
16591 * progmodes/python.el (help-buffer): Autoload when compiling.
16592 (python-after-info-look): Don't assume Info-goto-node returns non-nil.
16593 (run-python): Prepend to any existing PYTHONPATH.
16595 2004-05-10 Nick Roberts <nick@nick.uklinux.net>
16597 * progmodes/gdb-ui.el (gdb-annotation-rules): Add nquery annotation
16598 for pending breakpoints.
16600 2004-05-10 Richard M. Stallman <rms@gnu.org>
16602 * mail/unrmail.el (unrmail): Mostly rewritten. Parses the file
16603 directly without calling any functions in Rmail.
16604 (unrmail-unprune): Function deleted.
16606 2004-05-10 Stefan Monnier <monnier@iro.umontreal.ca>
16608 * progmodes/python.el (inferior-python-mode-map): Remove erroneous
16611 2004-05-10 Kenichi Handa <handa@m17n.org>
16613 * descr-text.el (describe-char): Fix previous change. Don't make
16614 a unibyte character to multibyte in the *Help* buffer.
16616 2004-05-10 Miles Bader <miles@gnu.org>
16618 * lisp/progmodes/gud.el (gud-common-init): Only consider an existing
16619 buffer an error if the debugger process is actually running.
16621 2004-05-10 Juanma Barranquero <lektu@terra.es>
16623 * help-fns.el (help-argument-name): Default to italic.
16624 (help-highlight-arguments): Return always (usage . doc), even when
16627 * ibuf-macs.el (define-ibuffer-column, define-ibuffer-sorter)
16628 (define-ibuffer-filter): Add usage info.
16629 (define-ibuffer-op): Add usage info (but CL-style defaults for
16630 keyword args are not shown).
16632 * subr.el (remove-overlays, read-passwd): Fix docstring.
16633 (start-process-shell-command): Fix docstring. Put usage info in a
16634 format usable by `describe-function'.
16635 (open-network-stream, open-network-stream-nowait)
16636 (open-network-stream-server): Fix docstring.
16638 2004-05-09 Jason Rumney <jasonr@gnu.org>
16640 * international/code-pages (cp932, cp936, cp949, c950): Remove.
16641 Only define cp125* if windows-125* is already defined.
16643 * language/korean.el (cp949): Add alias.
16645 * language/chinese.el (cp936, cp950): Add aliases.
16647 * language/japanese.el (cp932): Add alias.
16649 * term/w32-win.el: Require code-pages.
16651 * international/mule-cmds.el (set-locale-environment):
16652 On MS-Windows use ansi code-page for default coding-systems.
16653 Set up paper sizes for Windows 3 letter languages.
16655 * international/code-pages.el (cp932, cp936, cp949, cp950):
16656 Add aliases. Also add cp125* if not already defined.
16658 2004-05-09 Juanma Barranquero <lektu@terra.es>
16660 * help-fns.el (help-highlight-arguments): Don't try to highlight
16661 missing or autoloaded arglists. Accept structured arguments, like
16662 the first ones of `do' and `flet'.
16664 * pcvs.el (cvs-mode-run, cvs-is-within-p): Fix typo in docstring.
16665 (cvs-get-marked): Remove redundant arglist info.
16667 * net/quickurl.el (quickurl, quickurl-browse-url, quickurl-read):
16668 Don't use CL-style default args.
16670 2004-05-08 Andreas Schwab <schwab@suse.de>
16672 * emacs-lisp/checkdoc.el (checkdoc-minor-mode): Doc fix.
16674 * international/subst-ksc.el: Fix references to utf-translate-cjk
16675 into utf-translate-cjk-mode.
16676 * international/subst-big5.el: Likewise.
16677 * international/subst-gb2312.el: Likewise.
16678 * international/subst-jis.el: Likewise.
16679 * international/utf-16.el: Likewise.
16680 * international/utf-8.el: Likewise.
16682 2004-05-08 John Wiegley <johnw@newartisans.com>
16684 * iswitchb.el (iswitchb-use-virtual-buffers): Add support for
16685 "virtual buffers" (off by default), which makes it possible to
16686 switch to the "virtual" buffers of recently visited files. When a
16687 buffer name search fails, and this option is on, iswitchb will
16688 look at the list of recently visited files, and permit matching
16689 against those names. When the user hits RET on a match, it will
16691 (iswitchb-read-buffer): Add two optional arguments, which makes
16692 isearchb.el possible.
16693 (iswitchb-completions, iswitchb-set-matches, iswitchb-prev-match)
16694 (iswitchb-next-match): Add support for virtual buffers.
16696 * isearchb.el: This module extends iswitchb to provide "as you
16697 type" buffer selection.
16699 * textmodes/flyspell.el (flyspell-highlight-incorrect-region):
16700 Ignore the read-only property when flyspell highlighting is on.
16701 Not ignoring it leads to a series of confusing errors.
16702 (flyspell-highlight-duplicate-region): Ignore read-only, as above,
16703 but also make sure to call flyspell-incorrect-hook.
16704 (flyspell-maybe-correct-transposition): Perform transposition test
16705 by bit twiddling a string, rather than using a temp buffer.
16706 (flyspell-maybe-correct-doubling): Use a string rather than a temp
16707 buffer. This is also the original version of the code, which
16708 could not be checked in before due to a previous lack of
16709 assignment papers. This version has seen heavy usage on my system
16710 for several years now.
16712 * calendar/cal-bahai.el: New file, which adds support for the
16713 Baha'i calendar to Emacs. This calendar is based on a solar year
16714 of 19 months of 19 days, with 4 intercalary days. Each year
16715 begins on March 21, with the calendar starting in 1844.
16717 * calendar/cal-menu.el, calendar/calendar.el
16718 * calendar/diary-lib.el, calendar/holidays.el:
16719 Added support for using cal-bahai.el.
16721 * eshell/em-glob.el (eshell-glob-initialize): Move initialization
16722 of `eshell-glob-chars-regexp' into `eshell-glob-regexp', so that
16723 function can be used outside of eshell buffers.
16724 (eshell-glob-regexp): Initialize `eshell-glob-chars-regexp' here.
16726 2004-05-08 Juanma Barranquero <lektu@terra.es>
16728 * help-fns.el (help-do-arg-highlight): Temporarily set ?\- to be a
16729 word constituent so FOO-ARG is not recognized as an arg.
16730 (help-highlight-arguments): Don't skip lists in mandatory arguments.
16732 * simple.el (next-error): Fix typo in docstring.
16733 (open-line): Make argument names match their use in docstring.
16734 (split-line): Fix docstring.
16736 * emacs-lisp/cl-macs.el (do, do*): Put usage info in a format
16737 usable by `describe-function'.
16738 (gensym, gentemp, typep, ignore-errors): Make argument names match
16739 their use in docstring.
16741 * progmodes/python.el (python-describe-symbol): Pass INTERACTIVE-P
16742 argument to `help-setup-xref'.
16744 2004-05-07 Kai Grossjohann <kai@emptydomain.de>
16746 Version 2.0.40 of Tramp released.
16748 * net/tramp.el (tramp-completion-mode, tramp-md5-function):
16749 Use symbol-function to invoke functions only known on some Emacs
16750 flavors. This avoids byte-compiler warnings. Reported by Kevin
16751 Scaldeferri <kevin@scaldeferri.com>.
16752 (tramp-do-copy-or-rename-file-via-buffer): Rename from
16753 tramp-do-copy-or-rename-via-buffer (without `file'), to make it
16754 consistent with the other tramp-do-* functions.
16755 (tramp-do-copy-or-rename-file): Calls adjusted.
16756 (tramp-process-initial-commands): Avoid liveness check on shell --
16757 we know that it must be alive since we're opening a connection at
16759 (tramp-last-cmd): New internal variable.
16760 (tramp-process-echoes): New tunable.
16761 (tramp-send-command): Set tramp-last-cmd.
16762 (tramp-wait-for-output): Delete echo, if applicable.
16763 (tramp-read-passwd): Construct the key for the password cache in a
16764 way that works for multi methods, too.
16765 (tramp-bug): Add backup-directory-alist and
16766 bkup-backup-directory-info to bug reports, with Tramp counterparts.
16768 2004-05-07 Michael Albinus <michael.albinus@gmx.de>
16770 * net/tramp*.el: Suppress byte-compiler warnings where possible.
16772 * net/tramp.el (tramp-out-of-band-prompt-regexp)
16773 (tramp-actions-copy-out-of-band): New defcustoms.
16774 (tramp-do-copy-or-rename-file-out-of-band): Asynchronous process
16775 used instead of a synchronous one. Allows password entering.
16776 (tramp-action-out-of-band): New defun.
16777 (tramp-open-connection-rsh, tramp-method-out-of-band-p):
16778 Remove restriction with password from doc string.
16779 (tramp-bug): Add variables `tramp-terminal-prompt-regexp',
16780 `tramp-out-of-band-prompt-regexp',
16781 `tramp-actions-copy-out-of-band', `password-cache' and
16782 `password-cache-expiry'.
16783 (toplevel): Remove todo item wrt ssh-agent. Obsolete due to
16785 (tramp-touch): FILE can be a local file, too.
16786 (TODO): Remove items done.
16787 (tramp-handle-insert-directory): Properly quote file name also if
16788 not full-directory-p. Handle wildcard case. Reported by Andreas
16789 Schwab <schwab@suse.de>.
16790 (tramp-do-copy-or-rename-file-via-buffer): Set permissions of the
16792 (tramp-handle-file-local-copy, tramp-handle-write-region):
16793 The permissions of the temporary file are set if filename exists.
16794 Reported by Ted Stern <stern@cray.com>.
16795 (tramp-backup-directory-alist)
16796 (tramp-bkup-backup-directory-info): New defcustoms.
16797 (tramp-file-name-handler-alist): Add entry for `find-backup-file-name'.
16798 (tramp-handle-find-backup-file-name): New function.
16799 Implements Tramp's find-backup-file-name.
16801 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry
16802 for `find-backup-file-name'.
16804 * net/tramp-vc.el (tramp-vc-workfile-unchanged-p): Correct typo
16805 ("file" -> "filename"). Reported by Kim F. Storm <storm@cua.dk>.
16807 2004-05-07 Lars Hansen <larsh@math.ku.dk>
16809 * desktop.el (desktop-buffer-mode-handlers): Fix docstring.
16811 2004-05-07 Juanma Barranquero <lektu@terra.es>
16813 * subr.el (lambda): Add arglist description to docstring.
16814 (declare): Fix typo in docstring.
16815 (open-network-stream): Fix docstring.
16816 (process-kill-without-query): Fix docstring and add obsolescence info.
16817 (last, butlast, nbutlast): Make arguments match their use in docstring.
16818 (insert-buffer-substring-no-properties): Likewise.
16819 (insert-buffer-substring-as-yank): Likewise.
16820 (split-string): Fix docstring.
16822 * emacs-lisp/byte-run.el (make-obsolete, make-obsolete-variable):
16823 Make argument names match their use in docstring.
16825 * emacs-lisp/re-builder.el (reb-auto-update): Fix typo in docstring.
16827 2004-05-06 Nick Roberts <nickrob@gnu.org>
16829 * progmodes/gdb-ui.el: Improve/extend documentation strings.
16830 Fit first sentence on one line for apropos-command.
16832 2004-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
16834 Changes largely merged in from Dave Love's code.
16835 * progmodes/python.el: Doc fixes.
16836 (python-mode-map): Add python-complete-symbol.
16837 (python-comment-line-p, python-beginning-of-string): Use syntax-ppss.
16838 (python-comment-indent, python-complete-symbol)
16839 (python-symbol-completions, python-partial-symbol)
16840 (python-try-complete): New.
16841 (python-indent-line): Remove optional arg. Use python-block-end-p.
16842 (python-check): Bind compilation-error-regexp-alist.
16843 (inferior-python-mode): Use rx. Move keybindings to top level.
16844 Set comint-input-filter.
16845 (python-preoutput-filter): Use rx.
16846 (python-input-filter): Re-introduce.
16847 (python-proc): Start new process if necessary.
16848 Check python-buffer non-nil.
16849 (view-return-to-alist): Defvar.
16850 (python-send-receive): New.
16851 (python-eldoc-function): Use it.
16852 (python-mode-running): Don't defvar.
16853 (python-mode): Set comment-indent-function.
16854 Maybe update hippie-expand-try-functions-list.
16855 (python-indentation-levels): Initialize differently.
16856 (python-block-end-p): New.
16857 (python-indent-line): Use it.
16858 (python-compilation-regexp-alist): Augment.
16859 (run-python): Import `emacs' module to Python rather than loading
16860 code directly. Set python-buffer differently.
16861 (python-send-region): Use emacs.eexecfile. Fix orig-start calculation.
16863 (python-send-command): Go to end of comint buffer.
16864 (python-load-file): Use python-proc, emacs.eimport.
16865 (python-describe-symbol): Simplify interactive form.
16866 Use emacs.help. Do use temp-buffer-show-hook.
16867 Call print-help-return-message.
16868 (hippie-exp): Require when compiling.
16869 (python-preoutput-continuation): Use rx.
16871 * diff-mode.el (diff-make-unified): Fix regexp.
16873 2004-05-06 Romain Francoise <romain@orebokech.com> (tiny change)
16875 * ibuffer.el (ibuffer-redisplay-engine): Do not remove folded
16876 filter groups from the buffer when rebuilding the Ibuffer buffer
16877 and `ibuffer-show-empty-filter-groups' is nil.
16879 2004-05-06 Vinicius Jose Latorre <viniciusjl@ig.com.br>
16881 * ps-print.el (ps-print-quote): Call ps-value-string.
16882 (ps-setup): Call ps-comment-string.
16883 (ps-value-string, ps-comment-string): New funs.
16885 2004-05-06 Juanma Barranquero <lektu@terra.es>
16887 * ehelp.el (electric-help-command-loop): Check whether the last
16888 character is visible, not (point-max).
16890 * help-fns.el (help-argument-name): Default to bold; don't inherit
16891 from font-lock-variable-name-face.
16892 (help-do-arg-highlight): Grok also ARGth occurrences in the docstring.
16894 2004-05-05 Kenichi Handa <handa@m17n.org>
16896 * descr-text.el (describe-char): Copy the character with text
16897 properties and overlays into the first line, and call
16898 describe-text-properties on it.
16900 2004-05-05 Stephen Eglen <stephen@anc.ed.ac.uk>
16902 * iswitchb.el (iswitchb-global-map): Fix typo.
16903 Remove unwanted ###autoloads from source file.
16905 2004-05-05 Lars Hansen <larsh@math.ku.dk>
16907 * wdired.el (wdired-change-to-wdired-mode): Quote wdired-mode-hook
16908 in run-hooks. Use substitute-command-keys in message.
16909 (wdired-abort-changes): Add message.
16911 2004-05-03 Michael Mauger <mmaug@yahoo.com>
16913 * emacs/lisp/progmodes/sql.el (sql-xemacs-p, sql-emacs19-p)
16914 (sql-emacs20-p): Remove.
16915 (sql-mode-syntax-table): Use shared GNU Emacs/XEmacs syntax.
16916 (sql-builtin-face, sql-doc-face): Remove.
16917 (sql-mode-ansi-font-lock-keywords)
16918 (sql-mode-oracle-font-lock-keywords)
16919 (sql-mode-postgres-font-lock-keywords)
16920 (sql-mode-linter-font-lock-keywords)
16921 (sql-mode-ms-font-lock-keywords)
16922 (sql-mode-mysql-font-lock-keywords): Use standard fonts.
16923 (sql-product-font-lock): Fix font-lock reset when font rules change.
16924 (sql-highlight-product): Remove incorrect font-lock reset logic.
16926 2004-05-04 Jonathan Yavner <jyavner@member.fsf.org>
16928 * ses.el (ses-set-parameter): Fix typo.
16930 2004-05-04 Kim F. Storm <storm@cua.dk>
16932 * ido.el (ido-read-internal): Fix call to read-file-name for edit.
16933 Must expand directory for completion to work; and don't mess with
16934 process-environment.
16935 (ido-read-file-name): If command has ido property, don't use ido
16936 if value is ignore, or read as directory if value is dir.
16937 Set ido ignore property for dired-do-rename command.
16939 2004-05-04 Juanma Barranquero <lektu@terra.es>
16941 * ehelp.el (electric-help-command-loop, electric-help-undefined)
16942 (electric-help-help): Check against unmapped commands.
16944 * help-fns.el (help-argument-name): New face, inheriting from
16945 font-lock-variable-name-face, to highlight function arguments in
16946 `describe-function' and `describe-key'.
16947 (help-do-arg-highlight): Auxiliary function to highlight a given
16948 list of arguments in a string.
16949 (help-highlight-arguments): Highlight the function arguments and
16950 all uses of them in the docstring.
16951 (describe-function-1): Use it. Do docstring output via `insert',
16952 not 'princ', so text attributes are preserved.
16954 * winner.el (winner-mode-map): Move `winner-undo' and
16955 `winner-redo' to C-c <left> and C-c <right>, respectively (the
16956 previous bindings conflict with `prev-buffer', `next-buffer').
16958 2004-05-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
16960 * textmodes/bibtex.el (bibtex-progress-message): Fix docstring.
16961 (bibtex-entry-update): New command bound to C-c C-u.
16962 (bibtex-text-in-string): Fix regexp.
16963 (bibtex-assoc-of-regexp): Remove.
16964 (bibtex-progress-message): Fix docstring.
16965 (bibtex-inside-field): Use if.
16966 (bibtex-assoc-regexp): New function.
16967 (bibtex-format-entry): Make code more robust so that it formats
16969 (bibtex-autokey-demangle-title): Merge with obsolete function
16970 bibtex-assoc-of-regexp.
16971 (bibtex-field-list): New function.
16972 (bibtex-entry): Use bibtex-field-list.
16973 (bibtex-parse-entry): Fix docstring.
16974 (bibtex-print-help-message): Use bibtex-field-list.
16975 (bibtex-make-field): Use bibtex-field-list.
16976 (bibtex-entry-index): Bugfix. Return crossref key if required.
16977 (bibtex-lessp): Fix docstring.
16979 2004-05-03 Luc Teirlinck <teirllm@auburn.edu>
16981 * select.el (xselect-convert-to-string): Move comment to intended line.
16983 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16985 * toolbar/tool-bar.el (tool-bar-setup): Use lookup-key for
16986 cut/copy/paste in case menu-bar-enable-clipboard is in effect.
16988 2004-05-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
16990 * term/x-win.el (x-clipboard-yank): Don't exit on error from
16993 2004-05-03 Jason Rumney <jasonr@gnu.org>
16995 * makefile.nt: Remove.
16997 2004-05-03 Kim F. Storm <storm@cua.dk>
16999 * emulation/cua-base.el (cua--update-indications): Fix last change.
17000 (cua-mode): Deactivate mark when cua-mode is enabled.
17002 2004-05-02 Luc Teirlinck <teirllm@auburn.edu>
17004 * select.el (xselect-convert-to-string): Bind `inhibit-read-only' to t.
17006 2004-05-03 Nick Roberts <nickrob@gnu.org>
17008 * progmodes/gdb-ui.el (gud-watch, gdb-display-buffer)
17009 (gdb-display-source-buffer, gdb-put-breakpoint-icon)
17010 (gdb-remove-breakpoint-icons, gdb-assembler-custom): Look for
17011 window over visible frames.
17012 (gdb-goto-breakpoint): Make buffer display file at breakpoint.
17014 2004-05-02 Stefan Monnier <monnier@iro.umontreal.ca>
17016 * progmodes/compile.el (compilation-gcpro): New var.
17017 (compilation-fake-loc): Use it.
17018 (compilation-forget-errors): Reset it.
17020 2004-05-02 Dan Nicolaescu <dann@ics.uci.edu>
17022 * diff-mode.el (diff-header-face, diff-file-header-face):
17025 2004-05-02 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
17027 * textmodes/bibtex.el (bibtex-sort-buffer): Remove error message.
17028 (bibtex-clean-entry): Disentangle code.
17029 (bibtex-realign): New function.
17030 (bibtex-reformat): Use mapcar and bibtex-realign. Do not use
17031 bibtex-beginning-of-first-entry and bibtex-skip-to-valid-entry.
17032 Remove undocumented optional arg called-by-convert-alien.
17033 (bibtex-convert-alien): Use bibtex-realign. Use bibtex-reformat
17034 for sorting instead of bibtex-sort-buffer.
17036 2004-05-02 Eli Zaretskii <eliz@gnu.org>
17038 * progmodes/compile.el (compilation-start): In the
17039 no-async-subprocesses branch, call sit-for to give redisplay a
17040 chance to show the updated process status in the mode line, and
17041 fontify the buffer explicitly after the process exits.
17043 2004-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
17045 * progmodes/python.el (python-compilation-line-number): Remove.
17046 (python-compilation-regexp-alist): Don't use it any more.
17047 (python-orig-start, python-input-filter): Remove.
17048 (inferior-python-mode): Don't set up comint-input-filter-functions.
17049 (python-send-region): Use compilation-fake-loc.
17051 * progmodes/compile.el (compilation-messages-start): New var.
17052 (compilation-mode): Don't setup next-error-function here.
17053 (compilation-setup): Set it up here instead (for minor modes as well).
17054 Make compilation-messages-start buffer local.
17055 (compilation-next-error-function): Use it.
17056 (compilation-forget-errors): Set compilation-messages-start.
17058 2004-05-01 Luc Teirlinck <teirllm@auburn.edu>
17060 * ielm.el (ielm-prompt-read-only): Update docstring.
17062 * comint.el (comint-prompt-read-only): Update docstring.
17063 (comint-update-fence, comint-kill-whole-line)
17064 (comint-kill-region): New functions.
17066 * simple.el (kill-whole-line): Use "p" instead of "P" in
17069 2004-05-01 Juanma Barranquero <lektu@terra.es>
17071 * help-fns.el (help-add-fundoc-usage): Use %S instead of %s to
17072 format arglist so default values in CL-style argument lists are
17075 2004-05-01 Jason Rumney <jasonr@gnu.org>
17077 * term/w32-win.el (w32-drag-n-drop): Use x-dnd.el functions.
17079 2004-05-01 Kenichi Handa <handa@m17n.org>
17081 * international/titdic-cnv.el (miscdic-convert): Don't generate a
17082 quail file if it is up to date.
17084 2004-04-30 Juri Linkov <juri@jurta.org>
17086 * cus-edit.el (custom-mode-map):
17087 Add key binding `C-x C-s' to `Custom-save'.
17089 * outline.el (outline-blank-line): New var.
17090 (outline-next-preface, outline-show-heading)
17091 (outline-end-of-subtree): Use it.
17093 * dired-aux.el (dired-touch-initial): New fun.
17094 (dired-do-chxxx): Call it for op-symbol `touch'.
17095 (dired-diff): Use `dired-dwim-target-directory'
17096 if current dired buffer has no buffer mark.
17098 * bindings.el (propertized-buffer-identification):
17099 Replace `(:weight bold)' by `Buffer-menu-buffer-face'.
17100 Add C-M-arrow keys for consistency.
17102 * files.el (confirm-kill-emacs):
17103 Change group from top-level `emacs' to `convenience'.
17105 * emacs-lisp/lisp.el (beginning-of-defun, end-of-defun):
17106 Push mark on the first call of successive command calls.
17107 (insert-pair): New fun created from `insert-parentheses' with
17108 `open' and `close' arguments added. Enclose active regions
17109 in paired characters. Compare adjacent characters syntax with
17110 inserted characters syntax before inserting a space.
17111 (insert-parentheses): Call `insert-pair' with ?\( ?\).
17113 * delsel.el: Don't put `delete-selection' property
17114 on `insert-parentheses' symbol to take advantage of
17115 region handling in `insert-pair' function.
17116 Suggested by Stephan Stahl <stahl@eos.franken.de>.
17118 2004-04-30 Kim F. Storm <storm@cua.dk>
17120 * emulation/cua-base.el: Add support for changing cursor types;
17121 based on patch from Michael Mauger.
17122 (cua-normal-cursor-color, cua-read-only-cursor-color)
17123 (cua-overwrite-cursor-color, cua-global-mark-cursor-color):
17124 Customization cursor type and/or cursor color.
17125 (cua--update-indications): Handle cursor type changes.
17126 (cua-mode): Update cursor indications if enabled.
17128 * menu-bar.el (menu-bar-options-menu): Change menu text for CUA.
17130 * mouse.el (mouse-drag-copy-region): New defcustom.
17131 (mouse-set-region, mouse-drag-region-1): Use it.
17133 * simple.el (kill-ring-save): If region face background color is
17134 unspecified (if no highlighting), show extent of fully visible
17135 region even if transient-mark-mode is enabled.
17137 * emulation/cua-base.el (cua--standard-movement-commands):
17138 Add cua-scroll-up and cua-scroll-down.
17139 (cua-scroll-up, cua-scroll-down): New commands.
17140 (cua--init-keymaps): Remap scroll-up and scroll-down.
17142 * emulation/cua-rect.el (cua--convert-rectangle-as):
17144 (cua-upcase-rectangle, cua-downcase-rectangle): Use it.
17145 (cua-upcase-initials-rectangle, cua-capitalize-rectangle):
17146 New commands (suggested by Jordan Breeding).
17148 2004-04-30 Juanma Barranquero <lektu@terra.es>
17150 * smerge-mode.el (smerge-diff-switches): Fix typo in docstring.
17152 2004-04-30 Mario Lang <mlang@delysid.org>
17154 * diff.el (diff-switches): Fix typo in docstring.
17156 2004-04-30 Alex Schroeder <alex@gnu.org>
17158 * xml.el (xml-debug-print-internal): Don't add newline and
17159 indentation to text nodes and write empty elements as empty tags
17160 instead of opening and closing tags.
17161 (xml-debug-print): Take optional indent-string argument.
17162 (xml-print): Alias for xml-debug-print.
17164 2004-04-30 Glenn Morris <gmorris@ast.cam.ac.uk>
17166 * progmodes/fortran.el (fortran-fill): Use local var `bol' rather
17167 than duplicate call to `line-beginning-position'.
17169 * progmodes/f90.el (f90-get-present-comment-type):
17170 Return whitespace, as well as comment chars, for consistent filling
17171 of comment blocks. Use `match-string-no-properties'.
17172 (f90-break-line): Trim trailing whitespace when filling comments.
17174 2004-04-30 Dave Love <fx@gnu.org>
17176 * calendar/diary-lib.el (diary-outlook-formats): New variable.
17177 (diary-from-outlook-internal, diary-from-outlook)
17178 (diary-from-outlook-gnus, diary-from-outlook-rmail):
17179 New functions to import diary entries from Outlook-format
17180 appointments in mail messages.
17182 2004-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
17184 * progmodes/python.el (python-send-command): New fun.
17185 (python-send-region, python-load-file): Use it.
17187 * progmodes/compile.el (compilation-last-buffer): Add var alias.
17189 * help-fns.el (help-C-file-name): Use new subr-name.
17190 Prepend `src/' to the file name.
17191 (help-C-source-directory, help-subr-name, help-find-C-source): Remove.
17192 (describe-function-1, describe-variable): Only find a C source file
17193 name if DOC is already loaded.
17195 * help-mode.el (help-function-def, help-variable-def):
17196 Use the new find-function-search-for-symbol functionality.
17197 Allow FILE to be `C-source'.
17199 * emacs-lisp/find-func.el (find-function-C-source-directory): New var.
17200 (find-function-C-source): New fun.
17201 (find-function-search-for-symbol): Use it.
17203 2004-03-29 Michael Mauger <mmaug@yahoo.com>
17205 * progmodes/sql.el (sql-product-alist): Rename variable
17206 `sql-product-support'. Add Postgres login parameters.
17207 (sql-set-product, sql-product-feature): Update with renamed variable.
17208 (sql-connect-postgres): Add username prompt.
17209 (sql-imenu-generic-expression, sql-mode-font-lock-object-name):
17210 Make patterns less product specific.
17211 (sql-xemacs-p, sql-emacs19-p): Add flags for Emacs variants.
17212 (sql-mode-abbrev-table): Modify initialization.
17213 (sql-builtin-face): Add variable.
17214 (sql-keywords-re): Add macro.
17215 (sql-mode-ansi-font-lock-keywords): Update for ANSI-92.
17216 (sql-mode-oracle-font-lock-keywords): Update for Oracle 9i.
17217 (sql-mode-postgres-font-lock-keywords): Update for Postgres 7.3.
17218 (sql-mode-mysql-font-lock-keywords): Update for MySql 4.0.
17219 (sql-mode-linter-font-lock-keywords)
17220 (sql-mode-ms-font-lock-keywords): Use `sql-keywords-re' macro.
17221 (sql-mode-sybase-font-lock-keywords)
17222 (sql-mode-informix-font-lock-keywords)
17223 (sql-mode-interbase-font-lock-keywords)
17224 (sql-mode-ingres-font-lock-keywords)
17225 (sql-mode-solid-font-lock-keywords)
17226 (sql-mode-sqlite-font-lock-keywords)
17227 (sql-mode-db2-font-lock-keywords): Default to nil.
17228 (sql-product-font-lock): Always highlight ANSI keywords.
17229 (sql-add-product-keywords): Made similar to `font-lock-add-keywords'.
17230 (sql-send-string): Add function.
17232 2004-04-29 Dave Love <fx@gnu.org>
17234 * progmodes/cfengine.el (cfengine-beginning-of-defun)
17235 (cfengine-end-of-defun): Ensure progress through buffer.
17237 * info-look.el (cfengine-mode): Accept a terminal ().
17239 2004-04-29 Juri Linkov <juri@jurta.org>
17241 * isearch.el (isearch-mode-map): Bind \C-w to isearch-yank-word
17242 instead of isearch-yank-word-or-char. Add new key bindings for
17243 isearch-yank-char to \C-f, and isearch-del-char to \C-b.
17244 (isearch-del-char): New fun.
17245 (isearch-forward, isearch-edit-string): Update docstring.
17246 (isearch-yank-char): Doc fix.
17247 (isearch-other-meta-char): Restore point after scrolling.
17249 * progmodes/compile.el (compilation-context-lines): Add nil option
17250 to disable compilation output window scrolling.
17251 (compilation-set-window): Use it.
17253 * outline.el (outline-next-preface, outline-show-heading):
17254 Don't leave unhidden blank line before heading.
17255 (outline-end-of-subtree): Include last newline into subtree.
17256 (hide-entry): Leave point at beginning of heading instead of end.
17257 (outline-up-heading): Push mark for the first call of successive
17260 2004-04-28 Luc Teirlinck <teirllm@auburn.edu>
17262 * comint.el (comint-prompt-read-only): New variable.
17263 (comint-output-filter): Implement it.
17265 * ielm.el (ielm-prompt-read-only, ielm-prompt): Update docstring.
17266 (ielm-prompt-internal): New variable.
17267 (ielm-font-lock-keywords): Remove irrelevant ielm-prompt keyword.
17268 (ielm-send-input): Delete unused variable `buf'.
17269 (ielm-eval-input): Use `ielm-prompt-internal'.
17270 (inferior-emacs-lisp-mode): Use new variables
17271 `comint-prompt-read-only' and `ielm-prompt-internal'.
17272 Get rid of obsolete variable `directory-sep-char'.
17273 (ielm): Use `zerop'.
17275 2004-04-29 John Paul Wallington <jpw@gnu.org>
17277 * thumbs.el (toplevel): Require cl at compile time.
17278 Remove conditional definitions of `ignore-errors' and `caddar'
17279 because they occur at run time.
17281 2004-04-28 Nick Roberts <nickrob@gnu.org>
17283 * progmodes/gdb-ui.el (gdb-frame-breakpoints-buffer)
17284 (gdb-frame-assembler-buffer, gdb-frame-threads-buffer)
17285 (gdb-frame-registers-buffer, gdb-frame-locals-buffer)
17286 (gdb-frame-gdb-buffer, gdb-frame-stack-buffer): Use selected-window.
17288 * progmodes/gud.el (gud-common-init): Throw an error if program is
17289 already running under gdb.
17291 2004-04-28 John Paul Wallington <jpw@gnu.org>
17293 * thumbs.el (thumbs-delete-images): Fix formatting of prompt.
17294 (thumbs-show-image-num): Move assignment of
17295 `thumbs-current-image-filename' within scope of `i'.
17296 (thumbs-emboss-image): Don't use `evenp'.
17298 2004-04-28 Richard M. Stallman <rms@gnu.org>
17300 * progmodes/compile.el (compilation-context-lines): Default now 0.
17302 2004-04-28 Juanma Barranquero <lektu@terra.es>
17304 Use `time-less-p' from calendar/time-date.el instead of defining
17305 custom versions of it.
17307 * pcomplete.el (pcomplete-time-less-p): Remove.
17309 * thumbs.el (time-less-p): Remove.
17311 * calendar/timeclock.el (timeclock-time-less-p): Remove.
17312 (timeclock-generate-report): Use `time-less-p'.
17314 * emacs-lisp/autoload.el (autoload-before-p): Remove.
17315 (update-file-autoloads, update-directory-autoloads): Use `time-less-p'.
17317 2004-04-28 Masatake YAMATO <jet@gyve.org>
17319 * subr.el (remove-overlays): Make arguments optional.
17321 * wid-edit.el (widget-specify-button): Put evaporate to the
17322 overlay for sample.
17323 (widget-specify-sample): Put evaporate to the overlay for sample.
17324 (widget-specify-doc): Put evaporate to the overlay for documentation.
17326 2004-04-27 Jesper Harder <harder@ifa.au.dk>
17328 * info.el (info-apropos): Make it an index node. Align node names
17331 2004-04-27 Eli Zaretskii <eliz@gnu.org>
17333 * net/browse-url.el (browse-url-netscape-sentinel)
17334 (browse-url-mozilla-sentinel, browse-url-galeon-sentinel)
17335 (browse-url-epiphany-sentinel, browse-url-mosaic):
17336 Use browse-url-*-program instead of a literal program name.
17338 2004-04-27 Kevin Ryde <user42@zip.com.au>
17340 * eshell/em-alias.el:
17341 * eshell/em-dirs.el:
17342 * eshell/em-hist.el:
17343 * eshell/em-unix.el: Add "(require 'eshell)", to get necessary
17344 features when M-x customize-group loads modules before the main
17347 2004-04-27 Matthew Mundell <matt@mundell.ukfsn.org>
17349 * subr.el (momentary-string-display): Support EXIT-CHAR that is
17350 either a character representation of an event or an event
17353 * type-break.el: Capitalize Emacs and Lisp.
17354 (type-break-good-break-interval, type-break-demo-boring-stats)
17355 (type-break-terse-messages, type-break-file-name): New defcustoms.
17356 (type-break-post-command-hook)
17357 (type-break-warning-countdown-string): Quote variable names in doc.
17358 (type-break-interval-start, type-break-auto-save-file-name): New vars.
17359 (type-break-mode): Document type-break-good-break-interval and the
17360 "session" file. Schedule break according to the session file.
17361 Kill session file buffer on exit. Organize for save-some-buffers
17362 to always save the session file.
17363 (type-break-mode-line-message-mode, type-break-query-mode):
17364 Uppercase arguments.
17365 (type-break-file-time, type-break-file-keystroke-count, timep)
17366 (type-break-choose-file, type-break-get-previous-time)
17367 (type-break-get-previous-count): New defuns.
17368 (type-break): Avoid break querying after a completed break in the
17369 case where the query was initiated during user invocation of the
17370 break. Optional terse messages.
17371 Use type-break-good-break-interval if type-break-good-rest-interval is
17372 nil. File the break time.
17373 (type-break-schedule): New optional args for overriding the use of
17375 (type-break-cancel-time-warning-schedule): Avoid leftover warnings
17377 (type-break-check): File the keystroke count.
17378 (type-break-do-query): Prevent a second query when the break is
17379 interrupted. Optional terse message.
17380 (type-break-keystroke-reset): Record the start of a typing interval.
17381 (type-break-demo-boring): Optional terse messages. Display word
17382 per minute and keystroke counts according to
17383 type-break-demo-boring-stats.
17385 2004-04-27 Daniel M Coffman <coffmand@us.ibm.com> (tiny change)
17387 * arc-mode.el (archive-maybe-copy): If ARCHIVE includes leading
17388 directories, make sure they exist under archive-tmpdir.
17390 2004-04-27 Juri Linkov <juri@jurta.org>
17392 * help.el (view-emacs-news): With argument, display info for the
17393 selected version by finding it among different NEWS files, and
17394 narrowing the buffer to the selected version.
17396 * info.el: Add *info*<[0-9]+> to same-window-regexps instead of
17397 same-window-buffer-names.
17398 (info): New arg `buffer'. Use it. Doc fix. Read file name for
17399 non-numeric prefix argument, append the number to the buffer name
17400 for numeric prefix argument.
17401 (info-other-window): Bind same-window-regexps to nil.
17402 (Info-reference-name): Rename to Info-point-loc.
17403 (Info-find-node-2): Call forward-line for numeric Info-point-loc,
17404 and Info-find-index-name for stringy Info-point-loc.
17405 (Info-extract-menu-node-name): New arg `index-node'. Use regexp
17406 without middle `.', but with final `.' and optional line number
17407 for it. Set Info-point-loc for index nodes.
17408 (Info-index): Remove middle `.' from index entry regexp.
17409 Modify line number regexp.
17410 (Info-index-next): Decrement line number.
17411 (info-apropos): Remove middle `.' from index entry regexp.
17412 Add optional line number regexp at the end. Add matched value
17413 for line number to the result list and insert it to the buffer.
17414 Replace match-string by match-string-no-properties.
17415 Reorder result list.
17416 (Info-fontify-node): Hide index line numbers.
17417 (Info-goto-node): Replace "\\s *\\'" by "\\s +\\'" to not trim
17419 (Info-follow-reference): Use `str' instead of
17420 Info-following-node-name-re.
17421 (Info-toc): Use full file names. Set Info-current-node to "Top".
17422 (Info-fontify-node): Compare file names without directory name.
17423 (Info-try-follow-nearest-node): Don't set Info-reference-name.
17424 Set second arg of Info-extract-menu-node-name for index nodes.
17425 (info-xref-visited): Use magenta3 instead of magenta4.
17426 (Info-mode): Add info-apropos to docstring.
17428 * log-view.el (log-view-diff): Replace interactive code "r"
17429 by a list to allow to call it even if region is not active.
17431 * paren.el (show-paren-highlight-openparen): New var.
17432 (show-paren-function): Turn on openparen highlighting when
17433 matching forward if show-paren-highlight-openparen is non-nil.
17435 * simple.el (kill-ring-save): Use blink-matching-delay instead of
17436 the constant value 1.
17437 (completions-common-part): Expand docstring.
17439 * textmodes/picture.el (picture-mode-map): Add arrow keys.
17441 2004-04-27 Kim F. Storm <storm@cua.dk>
17443 * image.el (insert-sliced-image): Use line-height instead of
17444 line-spacing property on newline.
17446 2004-04-26 Lars Hansen <larsh@math.ku.dk>
17448 * desktop.el (desktop-buffer-misc-data-function): Rename to
17449 desktop-save-buffer and change docstring.
17450 (desktop-buffer-modes-to-save): Delete.
17451 (desktop-save-buffer-p): Use desktop-save-buffer instead of
17452 desktop-buffer-modes-to-save.
17453 (desktop-save): Rename desktop-buffer-misc-data-function to
17454 desktop-save-buffer and allow non-function value.
17455 (desktop-missing-file-warning): Correct docstring.
17457 * dired.el (dired-mode): Rename desktop-buffer-misc-data-function
17458 to desktop-save-buffer.
17460 * info.el (Info-mode): Rename desktop-buffer-misc-data-function to
17461 desktop-save-buffer.
17463 * mail/rmail.el (rmail-variables): Bind desktop-save-buffer to t.
17465 * mh-e/mh-e.el (mh-folder-mode): Bind desktop-save-buffer to t.
17467 2004-04-26 Eli Zaretskii <eliz@gnu.org>
17469 * progmodes/gud.el (gud-pdb-command-name): Change default to "pydb".
17471 2004-04-25 Luc Teirlinck <teirllm@auburn.edu>
17473 * ielm.el (ielm-prompt-read-only, ielm-prompt): Expand docstring.
17474 (ielm): Only go to the end of the buffer when starting a new process.
17476 2004-04-25 Juanma Barranquero <lektu@terra.es>
17478 * ielm.el (inferior-emacs-lisp-mode): Display working buffer on the
17479 mode line. Bind `inhibit-read-only' to t before modifying
17480 properties of text in the buffer.
17481 (ielm): Force point to the end of buffer, even when running ielm
17482 from inside itself.
17484 2004-04-25 Jesper Harder <harder@ifa.au.dk>
17486 * info.el (info-apropos): Reset Info-complete-cache.
17488 2004-04-25 Daniel Pfeiffer <occitan@esperanto.org>
17490 * progmodes/compile.el (compilation-error-regexp-alist-alist):
17491 Also recognize severe Irix et al. messages.
17492 (compilation-normalize-filename, compile-abbreviate-directory):
17494 (compilation-get-file-structure): New function inherits
17495 functionality of the two preceding ones.
17496 (compilation-internal-error-properties, compilation-fake-loc):
17497 Use it so that different paths to the same file share the same
17498 markers. Also optimize finding adjacent marker slightly.
17500 2004-04-25 Kim F. Storm <storm@cua.dk>
17502 * image.el (insert-sliced-image): Add line-spacing t property
17503 to newlines separating image lines.
17505 2004-04-24 Luc Teirlinck <teirllm@auburn.edu>
17507 * comint.el (comint-delete-output): Bind inhibit-read-only to t.
17509 * ielm.el (ielm-prompt-read-only): New user option.
17510 (ielm-prompt): Expand docstring to describe new behavior.
17511 (inferior-emacs-lisp-mode): Implement ielm-prompt-read-only and
17512 mention it in the docstring.
17514 2004-04-24 Andreas Schwab <schwab@suse.de>
17516 * progmodes/sh-script.el (sh-leading-keywords) <sh>: Add "!".
17518 * diff.el (diff): Set default-directory in diff buffer.
17520 2004-04-24 Eli Zaretskii <eliz@gnu.org>
17522 * mail/sendmail.el (mail-bury): Don't delete the frame where the
17523 mail was being composed if the terminal cannot display more than
17524 one frame; instead, switch to previous frame.
17526 * mail/rmail.el (rmail-mail-new-frame): Doc fix.
17527 (rmail-start-mail): Support rmail-mail-new-frame even on
17528 terminals that can display only one frame at a time.
17530 2004-04-23 Stefan Monnier <monnier@iro.umontreal.ca>
17532 * emacs-lisp/checkdoc.el (checkdoc-output-error-regex-alist): New var.
17533 (checkdoc-output-font-lock-keywords): Remove error regexp.
17534 (checkdoc-output-mode-map): Remove.
17535 (checkdoc-output-mode): Derive from compilation-mode.
17536 (checkdoc-find-error-mouse, checkdoc-find-error): Remove.
17538 * dired.el (dired-mode-map): Add a menu entry for wdired.
17540 * emacs-lisp/rx.el (rx-syntax): Move sregex style syntax to code.
17541 (rx-bracket, rx-check-any, rx-any): Clean up name space.
17543 * wdired.el (wdired-mode-map): Move init into declaration.
17544 Fix `return' binding.
17545 (wdired-change-to-wdired-mode, wdired-change-to-dired-mode):
17546 Use force-mode-line-update.
17547 (wdired-get-filename): Use `unless'.
17548 (wdired-preprocess-files): Don't assume names have no \n and use / for
17550 (wdired-normalize-filename): Use replace-regexp-in-string.
17551 (wdired-load-hooks): Remove.
17552 (wdired-mode-hooks): Rename to wdired-mode-hook.
17554 * info-look.el: Add support for cfengine-mode.
17555 (info-lookup-setup-mode): Use dolist.
17557 2004-04-23 Juan Le
\e,As
\e(Bn Lahoz Garc
\e,Am
\e(Ba <juan-leon.lahoz@tecsidel.es>
17559 * wdired.el: New file.
17561 2004-04-23 Juanma Barranquero <lektu@terra.es>
17563 * ielm.el (inferior-emacs-lisp-mode): Fix docstring.
17565 * pcomplete.el (pcomplete-opt, pcomplete-actual-arg)
17566 (pcomplete-match-string, pcomplete-comint-setup, pcomplete-here)
17567 (pcomplete--help, pcomplete--here): Doc fixes.
17569 2004-04-23 Andre Spiegel <spiegel@gnu.org>
17571 * vc-hooks.el (vc-default-workfile-unchanged-p): Fix code that
17572 handles wrong-number-of-arguments in backend call.
17574 * vc.el (vc-print-log): Likewise.
17576 2004-04-20 Dave Love <fx@gnu.org>
17578 * emacs-lisp/rx.el: Doc fixes.
17579 (rx-constituents): Add/extend many forms.
17580 (rx-check): Check form is a list.
17582 (rx-check-any, rx-any, rx-check-not): Modify.
17583 (rx-not): Simplify.
17584 (rx-trans-forms, rx-=, rx->=, rx-**, rx-not-char, rx-not-syntax): New.
17585 (rx-kleene): Use rx-trans-forms.
17586 (rx-quote-for-set): Delete.
17587 (rx): Allow multiple args.
17589 2004-04-23 Kenichi Handa <handa@m17n.org>
17591 * international/mule-util.el (char-displayable-p): Simplify by
17592 using internal-char-font.
17594 2004-04-23 Juanma Barranquero <lektu@terra.es>
17596 * makefile.w32-in: Add "-*- makefile -*-" mode tag.
17598 2004-04-22 Stefan Monnier <monnier@iro.umontreal.ca>
17600 * diff-mode.el (diff-next-error): New fun.
17601 (diff-mode): Use it.
17603 * simple.el (next-error): Change arg name.
17604 Add support for the documented C-u C-x ` usage.
17606 * frame.el (special-display-popup-frame, next-multiframe-window)
17607 (previous-multiframe-window): Only consider frames on same display.
17609 2004-04-22 Lars Hansen <larsh@math.ku.dk>
17611 * info.el (Info-restore-desktop-buffer): Delete with-no-warnings.
17612 * mh-e/mh-e.el (mh-restore-desktop-buffer): Delete with-no-warnings.
17614 2004-04-22 Kim F. Storm <storm@cua.dk>
17616 * net/telnet.el (telnet): Add optional port arg.
17618 2004-04-21 Stefan Monnier <monnier@iro.umontreal.ca>
17620 * progmodes/compile.el (compilation-mode-font-lock-keywords):
17621 Minor sanity check on the `hyperlink' slot.
17623 * Makefile.in (recompile): Compile new files.
17625 * emacs-lisp/bytecomp.el (batch-byte-recompile-directory):
17626 Add byte-recompile-directory's optional `arg'.
17628 * cvs-status.el (cvs-tree-use-charset): New var.
17629 (cvs-tree-char-space, cvs-tree-char-hbar, cvs-tree-char-vbar)
17630 (cvs-tree-char-branch, cvs-tree-char-eob, cvs-tree-char-bob)
17631 (cvs-status-cvstrees): Use it.
17633 * emacs-lisp/checkdoc.el (checkdoc-output-mode):
17634 Make it a normal major mode.
17635 (checkdoc-buffer-label): Make sure the file name is meaningful.
17636 (checkdoc-output-to-error-buffer): Remove.
17637 (checkdoc-error, checkdoc-start-section): Rewrite.
17639 * info.el (info-node, info-menu-5, info-xref, info-header-node)
17640 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
17641 (Info-title-4-face): Use new syntax.
17642 (info-xref-visited): Inherit from info-xref.
17644 * progmodes/python.el (python-maybe-jython): Don't assume point-min==1.
17646 2004-04-21 Teodor Zlatanov <tzz@lifelogs.com>
17648 * simple.el (next-error-last-buffer, next-error-function):
17649 New variables for the next-error framework.
17650 (next-error-buffer-p): New function.
17651 (next-error-find-buffer): Generalize compilation-find-buffer.
17652 (next-error, previous-error, first-error, next-error-no-select)
17653 (previous-error-no-select): Move from compile.el.
17655 * replace.el (occur-next-error, occur-1): Hook into the next-error
17658 * progmodes/compile.el (compilation-start):
17659 Set next-error-last-buffer so next-error knows where to jump.
17660 (compilation-setup): Set the buffer-local variable
17661 next-error-function to 'compilation-next-error-function.
17662 (compilation-buffer-p, compilation-buffer-internal-p): Use an
17663 alternate way to find if a buffer is a compilation buffer, for
17664 next-error convenience.
17665 (next-error-no-select, previous-error-no-select, next-error)
17666 (previous-error, first-error): Move to simple.el.
17667 (compilation-find-buffer): Move to next-error-find-buffer in simple.el.
17668 (compilation-last-buffer): Remove.
17669 (compilation-start, compilation-next-error, compilation-setup)
17670 (compilation-next-error-function, compilation-find-buffer):
17671 Remove compilation-last-buffer use.
17673 2004-04-21 Juanma Barranquero <lektu@terra.es>
17675 * font-lock.el (font-lock-preprocessor-face): Remove spurious quote.
17676 (font-lock-warning-face): Fix spacing.
17678 * makefile.w32-in (WINS): Add url/ directory.
17680 2004-04-21 Lars Hansen <larsh@math.ku.dk>
17682 * desktop.el (desktop-buffer-mode-handlers): New variable.
17683 Alist of major mode specific functions to restore a desktop buffer.
17684 (desktop-buffer-handlers): Make variable obsolete.
17685 (desktop-create-buffer): Use desktop-buffer-mode-handlers.
17686 Catch errors signaled in handlers. Update buffer count.
17687 Evaluate desktop-buffer-point.
17688 (desktop-buffer-dired): Rename to dired-restore-desktop-buffer and
17690 (desktop-buffer-info): Rename to Info-restore-desktop-buffer and
17692 (desktop-buffer-rmail): Rename to rmail-restore-desktop-buffer and
17693 move to mail/rmail.el.
17694 (desktop-buffer-mh): Rename to mh-restore-desktop-buffer and move
17696 (desktop-buffer-file): Rename to desktop-restore-file-buffer.
17697 On fail, print message (to message buffer) even if
17698 desktop-missing-file-warning is nil.
17699 (desktop-buffer-misc-data-function): New buffer local variable.
17700 Function returning major mode specific data.
17701 (desktop-buffer-misc-functions): Make variable obsolete.
17702 (desktop-save): Use desktop-buffer-misc-data-function.
17703 (desktop-buffer-dired-misc-data): Rename to
17704 dired-desktop-buffer-misc-data and move to dired.el.
17705 (desktop-buffer-info-misc-data): Rename to
17706 Info-desktop-buffer-misc-data and move to info.el.
17707 (desktop-read): Add message about number of buffers restored/failed.
17709 * dired.el (dired-restore-desktop-buffer) Move from desktop.el.
17710 Add parameters. Pause to display error only when
17711 desktop-missing-file-warning is non-nil.
17712 (dired-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17713 (dired-mode): Bind desktop-buffer-misc-data-function.
17715 * info.el (Info-restore-desktop-buffer): Move from desktop.el.
17717 (Info-desktop-buffer-misc-data): Move from desktop.el. Add parameter.
17718 (Info-mode): Bind desktop-buffer-misc-data-function.
17720 * mail/rmail.el (rmail-restore-desktop-buffer): Move from desktop.el.
17723 * mh-e/mh-e.el (mh-restore-desktop-buffer): Move from desktop.el.
17726 2003-04-21 Paul Pogonyshev <pogonyshev@gmx.net>
17728 * dabbrev.el (dabbrev--substitute-expansion): Don't lose
17729 the case of letters in case-insensitive expansions when the
17730 abbrev is preceded by characters with letter syntax.
17732 2004-04-21 Richard M. Stallman <rms@gnu.org>
17734 * progmodes/cperl-mode.el (cperl-putback-char):
17735 Delete Emacs 18 definition.
17737 * international/mule.el (ctext-post-read-conversion):
17738 Use assoc-string, not assoc-ignore-case.
17740 * international/mule-cmds.el: Use assoc-string, not assoc-ignore-case.
17742 * emacs-lisp/easymenu.el (easy-menu-add):
17743 Do call x-popup-menu, but only if it's defined.
17745 * emacs-lisp/disass.el (disassemble): Handle lambda-exp as arg.
17747 * emacs-lisp/bytecomp.el (byte-compile-no-warnings):
17748 Handle multiple args: compile like progn.
17750 * emacs-lisp/byte-run.el (with-no-warnings): Simplify:
17751 take all args as &rest arg.
17753 * autoinsert.el (auto-insert-alist): Insert the user's name in
17754 copyright notice, rather than Free Software Foundation.
17756 2004-04-21 Kenichi Handa <handa@m17n.org>
17758 * descr-text.el (describe-char): Make it work on *Help* buffer.
17760 2004-04-21 Kim F. Storm <storm@cua.dk>
17762 * image.el (insert-image): Add optional SLICE arg.
17763 (insert-sliced-image): New defun.
17765 2004-04-20 Lawrence Mitchell <wence@gmx.li> (tiny change)
17767 * subr.el (read-number): Check whether `default' is nil.
17769 2004-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
17771 * progmodes/compile.el (compilation-error-properties):
17773 (compilation-internal-error-properties): New one.
17774 (compilation-compat-error-properties): Use it. Fix the non-marker case.
17776 2004-04-20 Richard M. Stallman <rms@gnu.org>
17778 * window.el (split-window-save-restore-data):
17779 Don't update the data if OLD-INFO is nil.
17781 * view.el (view-return-to-alist): Mark it permanent local.
17783 * subr.el (event-modifiers): Fix the criterion for ASCII control chars.
17785 * recentf.el (recentf-save-list): Catch and warn about errors.
17787 * menu-bar.el (menu-bar-update-buffers): Call copy-sequence
17788 so "Buffers" won't be pure.
17790 * help-mode.el (help-mode-finish): Set help-return-alist first
17791 thing, setting only the entry for the selected window.
17793 * help-fns.el (describe-function-1): If many non-control non-meta
17794 keys run the command, don't list all of them.
17796 2004-04-20 Juanma Barranquero <lektu@terra.es>
17798 * vc-svn.el (vc-svn-print-log, vc-svn-diff): Add optional BUFFER
17799 arg. Copied from Andre Spiegel's patch of 2004-03-21.
17801 * calendar/time-date.el (time-to-day-in-year): Fix docstring.
17803 2004-04-20 Kenichi Handa <handa@m17n.org>
17805 * international/quail.el (quail-lookup-key): New optional arg
17807 (quail-get-translations): Call quail-lookup-key with
17808 NOT-RESET-INDICES t.
17809 (quail-completion): Likewise.
17810 (quail-lookup-map-and-concat): Likewise.
17812 2004-04-20 Kenichi Handa <handa@m17n.org>
17814 * international/quail.el (quail-update-translation): Don't insert
17815 such an unsupported multibyte char in a unibyte buffer.
17817 2004-04-20 Nick Roberts <nick@nick.uklinux.net>
17819 * progmodes/gdb-ui.el (gdb-frame-parameters): New constant.
17820 (gdb-frame-breakpoints-buffer, gdb-frame-stack-buffer)
17821 (gdb-frame-threads-buffer, gdb-frame-registers-buffer)
17822 (gdb-frame-locals-buffer, gdb-frame-gdb-buffer)
17823 (gdb-frame-assembler-buffer): Improve behavior with
17825 (gdb-display-buffer): Extend search to all visible frames.
17827 2004-04-19 Eli Zaretskii <eliz@gnu.org>
17829 * mail/rmail.el (rmail-convert-to-babyl-format): Don't remove ^M
17830 characters left after base64 decoding.
17831 (rmail-decode-region): Use -dos variety of `coding', to remove any
17832 ^M characters left after qp or base64 decoding.
17834 2004-04-19 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
17836 * x-dnd.el (x-dnd-open-local-file, x-dnd-open-file): Improve error
17839 2004-04-19 Stephen Eglen <stephen@gnu.org>
17841 * add-log.el (add-change-log-entry): Update doc string to mention
17842 add-log-full-name and add-log-mailing-address.
17844 2004-04-18 Juri Linkov <juri@jurta.org>
17846 * info.el (Info-find-file, Info-find-node-2): Add history and toc.
17847 (Info-find-node-2): Simplify error message.
17848 (Info-insert-dir): Use Info-following-node-name.
17849 (Info-goto-node): Remove *info-history* and *info-toc*.
17850 (Info-history): Create a node of the virtual history file.
17851 (Info-toc): Create a node of the virtual toc file.
17852 (Info-insert-toc): New arg `curr-file' for reference file names.
17853 (info-apropos): Remove redundant var binding for temp-file.
17854 (Info-index, Info-index-next, Info-mode): Doc fix.
17855 (Info-goto-emacs-command-node): Don't jump to *info* from
17856 non-*info* Info buffers.
17857 (Info-fontify-node): Don't show the file name of external
17858 references if `Info-hide-note-references' is `hide'. Don't hide
17859 newlines at the end of paragraphs.
17861 * international/mule-diag.el (list-input-methods):
17862 Fix args to help-xref-button.
17864 * help-fns.el (help-with-tutorial): Call `hack-local-variables'
17865 to put into effect local variables from TUTORIAL files.
17867 * textmodes/paragraphs.el (sentence-end) <function>: New fun
17868 with default value taken from the variable `sentence-end'.
17869 (sentence-end) <defcustom>: Set default to nil. Doc fix.
17870 Add nil const to :type.
17871 (sentence-end-without-period, sentence-end-double-space)
17872 (sentence-end-without-space): Doc fix.
17874 * textmodes/paragraphs.el (forward-sentence):
17875 * textmodes/fill.el (canonically-space-region, fill-nobreak-p)
17876 (fill-delete-newlines):
17877 * progmodes/cc-cmds.el (c-beginning-of-statement):
17878 Use function `sentence-end' instead of variable `sentence-end'.
17880 2004-04-18 Andreas Schwab <schwab@suse.de>
17882 * progmodes/compile.el (compilation-start): Set window start to
17883 point-min if compilation-scroll-output is nil.
17885 2004-04-18 John Wiegley <johnw@newartisans.com>
17887 * iswitchb.el (iswitchb-completions): Remove dependency on cl.
17889 2004-04-18 Nick Roberts <nick@nick.uklinux.net>
17891 * progmodes/gdb-ui.el (gdb-goto-info): Require 'info.
17892 (gdb-info-breakpoints-custom): Revert previous change.
17893 (gdb-view-assembler): Update assembler if necessary.
17894 (gdb-frame-handler): Parse correctly for gdb-current-frame.
17895 (gdb-display-source-buffer): Update properly when both source and
17896 assembler are visible.
17898 2004-04-17 John Wiegley <johnw@newartisans.com>
17900 * iswitchb.el (iswitchb-max-to-show): Add a new config variable
17901 which limits the number of names shown in the minibuffer. Off by
17903 (iswitchb-completions): Use `iswitchb-max-to-show'. This speeds
17904 up iswitchb for users with a multitude of open buffers by showing
17905 only the first and last N/2 buffers in the completion list (which
17906 is enough to aid C-s/C-r, and to know that more characters are
17907 needed to refine the completion list).
17909 2004-04-17 Richard M. Stallman <rms@gnu.org>
17911 * files.el (locate-file-completion): Handle nil in path-and-suffixes.
17912 (file-truename): Expand all ~ constructs directly.
17913 (insert-directory): Delete any error msg output by the
17914 `insert-directory-program'.
17916 * allout.el (allout-mode-exposure-menu, allout-mode-editing-menu):
17917 (allout-mode-navigation-menu, allout-mode-misc-menu): New defvars.
17918 (allout-prior-bindings, allout-added-bindings): Defvars deleted.
17919 (allout-init): Use find-file-hook, not find-file-hooks.
17920 (allout-mode): Eliminate Emacs 18 support.
17921 Use write-contents-functions, not local-write-file-hooks.
17923 2004-04-17 Daniel Pfeiffer <occitan@esperanto.org>
17925 * progmodes/compile.el (compilation-error-properties): Fix for
17926 adding messages when there are already markers for their file.
17927 (compilation-fake-loc): New function.
17929 2004-04-16 Dave Love <fx@gnu.org>
17931 * progmodes/python.el (python-compilation-line-number): Fix braindamage.
17932 (python-load-file): Fix python-orig-start setting.
17934 * progmodes/compile.el: Doc fixes.
17935 (compilation-error-regexp-alist-alist)
17936 (compilation-mode-font-lock-keywords): Allow non-ASCII where possible.
17937 (compilation-assq): Wrap in eval-when-compile.
17938 (compilation-mode-font-lock-keywords): Don't use list*.
17939 (compilation-start): Avoid warning.
17940 (compilation-compat-error-properties)
17941 (compilation-directory-properties): Add keymap property.
17942 (compilation-parsing-end): Make it a marker for better compatibility.
17944 * progmodes/python.el (python-after-info-look): Use with-no-warnings.
17946 2004-04-16 Mark A. Hershberger <mah@everybody.org>
17948 * xml.el: Doc fixes.
17949 (xml-get-children): Only looks at sub-tags and ignore strings.
17951 * xml.el (xml-parse-tag): Avoid overwriting node-name.
17953 2004-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
17955 * diff-mode.el (diff-end-of-hunk): Be more careful with unified hunks.
17957 2004-04-16 Andre Spiegel <spiegel@gnu.org>
17959 * vc-hooks.el (vc-default-workfile-unchanged-p): Quote signal.
17961 * vc.el (vc-print-log): Likewise.
17963 2004-04-16 Masatake YAMATO <jet@gyve.org>
17965 * simple.el (completion-setup-function): Set an initial value
17966 to `element-common-end' before entering loop. Set a value
17967 to `element-common-end' at the end of loop.
17968 The bug is reported by Juri Linkov <juri@jurta.org> in emacs-devel list.
17969 (completions-common-part): Rename from completion-de-emphasis.
17970 (completions-first-difference): Rename from completion-emphasis.
17973 2004-04-16 Juanma Barranquero <lektu@terra.es>
17975 * bookmark.el (bookmark-send-edited-annotation): Fix docstring.
17976 (bookmark-edit-annotation-mode): Add mode name.
17978 2004-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
17980 * smerge-mode.el (smerge-match-conflict): Try to do something sensible
17981 for nested conflict markers.
17982 (smerge-find-conflict): Better handle errors in smerge-match-conflict.
17984 2004-04-15 Nick Roberts <nick@nick.uklinux.net>
17986 * progmodes/gdb-ui.el (gdb-goto-info): New function.
17988 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Add help button.
17990 2004-04-14 Stefan Monnier <monnier@iro.umontreal.ca>
17992 * emacs-lisp/bytecomp.el (batch-byte-compile-file):
17993 Give a backtrace if requested.
17995 * progmodes/ada-mode.el (ada-create-menu): Remove redundant call.
17997 * progmodes/python.el (python-mouse-2-command, python-RET-command):
17998 Remove unused functions.
17999 (python-orig-start-line, python-orig-file): Remove.
18000 (python-orig-start): New var.
18001 (python-input-filter, python-compilation-line-number)
18002 (python-send-region, python-load-file): Use it.
18004 * info.el (info): Always jump to *info*.
18006 * subr.el (posn-set-point): New function.
18008 * mouse.el (mouse-set-point): Use it.
18010 * progmodes/compile.el (compile-goto-error): Use it.
18011 (compilation-button-map): New keymap.
18012 (compilation-error-properties): Use it.
18013 (compilation-shell-minor-mode-map): Don't bind mouse-2.
18015 * smerge-mode.el (smerge-popup-context-menu): Use it.
18017 * emacs-lisp/checkdoc.el (checkdoc-output-mode-map)
18018 (checkdoc-find-error-mouse, checkdoc-find-error): Use it to merge the
18019 mouse and non-mouse case.
18021 * diff-mode.el (diff-goto-source): Make it work for mouse bindings.
18022 (diff-mouse-goto-source): Make it an alias of diff-goto-source.
18024 * pcvs.el (cvs-mode-toggle-mark): Rename from cvs-mouse-toggle-mark.
18025 Make it work for non-mouse events.
18027 * pcvs-info.el (cvs-status-map): Update binding name.
18029 2004-04-14 Mark A. Hershberger <mah@everybody.org>
18031 * xml.el (xml-maybe-do-ns): New function to handle namespace
18032 parsing of both attribute and element names.
18033 (xml-ns-parse-ns-attrs, xml-ns-expand-el, xml-ns-expand-attr)
18034 (xml-intern-attrlist): Remove in favor of xml-maybe-do-ns.
18035 (xml-parse-tag): Update assumed namespaces. Clean up namespace parsing.
18036 (xml-parse-attlist): Make it do its own namespace parsing.
18038 2004-04-14 Dave Love <fx@gnu.org>
18040 * progmodes/python.el (run-python): Fix use of \n.
18041 (python-load-file): Remove `try' from Python fragment.
18042 (python-describe-symbol): Fix message.
18044 * comint.el: Doc fixes.
18045 (comint-last-input-start, comint-last-input-end)
18046 (comint-last-output-start): Give them values.
18047 (comint-arguments): Avoid warning.
18048 (comint-skip-prompt): Use line-end-position.
18049 (comint-backward-matching-input): Rename arg to agree with doc.
18050 (comint-extract-string): Use syntax-ppss.
18051 (comint-dynamic-simple-complete): Delete useless list construction.
18052 (comint-redirect-subvert-readonly): New.
18053 (comint-redirect-preoutput-filter): Use it.
18055 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
18056 Correctly handle negative arguments when calling hook functions.
18058 2004-04-14 Jesper Harder <harder@ifa.au.dk>
18060 * info.el (info-apropos): Don't clobber Info-history-list.
18062 2004-04-14 Daniel Pfeiffer <occitan@esperanto.org>
18064 * progmodes/compile.el (compilation-setup):
18065 Localize overlay-arrow-position.
18066 (compilation-sentinel): Restructure code equivalently.
18067 (compilation-next-error): Find message on same line after point if
18068 not found before point.
18069 (compile-mouse-goto-error): Restore function so that compilation
18070 buffer need not be current and use compile-goto-error.
18071 (compile-goto-error): Restore function.
18072 (next-error): Set overlay-arrow-position.
18073 (compilation-forget-errors): Don't localize already local
18074 compilation-locs and remove FIXME about refontifying.
18076 2004-04-14 Kim F. Storm <storm@cua.dk>
18078 * startup.el (emacs-quick-startup): New defvar (set by -Q).
18079 (command-line): New option -Q. Like -q --no-site-file, but
18080 in addition it also disables menu-bar, tool-bar, scroll-bars,
18081 tool-tips, and the blinking cursor.
18082 (command-line-1): Skip startup screen if -Q.
18083 (fancy-splash-head): Use ":align-to center" prop to center splash image.
18085 * emulation/cua-base.el (cua-read-only-cursor-color)
18086 (cua-overwrite-cursor-color, cua-global-mark-cursor-color): Doc fix.
18088 2004-04-13 Dave Love <fx@gnu.org>
18090 * progmodes/python.el: Doc fixes. Changes for compiler warnings.
18091 (syntax): Don't require.
18092 (python) <defgroup>: Add :version.
18093 (python-quote-syntax): Re-written.
18094 (inferior-python-mode): Move stuff here from run-python and add
18096 (python-preoutput-continuation, python-preoutput-result)
18097 (python-dotty-syntax-table): New.
18098 (python-describe-symbol): Use them.
18099 (run-python): Move stuff to inferior-python-mode. Modify code
18100 loaded into Python.
18101 (python-send-region): Use python-proc, python-send-string.
18102 (python-send-string): Send newlines too. Callers changed.
18103 (python-load-file): Re-written.
18104 (python-eldoc-function): New.
18105 (info-look): Don't require.
18106 (python-after-info-look): New. A modified version of former
18107 top-level code for use with eval-after-load.
18108 (python-maybe-jython, python-guess-indent): Use widened buffer.
18109 (python-fill-paragraph): Re-written.
18110 (python-mode): Fix outline-regexp. Set outline-heading-end-regexp,
18111 eldoc-print-current-symbol-info-function. Add to eldoc-mode-hook.
18113 2004-04-13 Stefan Monnier <monnier@iro.umontreal.ca>
18115 * progmodes/python.el (run-python): Use compilation-shell-minor-mode.
18116 Set compilation-error-regexp-alist earlier.
18118 * progmodes/compile.el (compilation-minor-mode-map)
18119 (compilation-shell-minor-mode-map, compile-mouse-goto-error)
18120 (compile-goto-error): Re-merge the mouse and non-mouse commands.
18122 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18124 * progmodes/compile.el (compile-goto-error): Select the buffer/window
18125 corresponding to the event.
18127 2004-04-12 Joe Buehler <jbuehler@hekiman.com>
18129 * loadup.el: Add cygwin to system-type list, for unexec() support.
18131 2004-04-12 John Paul Wallington <jpw@gnu.org>
18133 * ibuffer.el (ibuffer-delete-window-on-quit): Remove.
18134 (ibuffer-restore-window-config-on-quit): New variable to replace
18135 `ibuffer-delete-window-on-quit'. Update all references.
18136 (ibuffer-prev-window-config): New variable.
18137 (ibuffer-quit): Restore previous window configuration instead of
18139 (ibuffer): Save window configuration before showing Ibuffer buffer.
18141 * help.el (describe-mode): Doc fix.
18143 2004-04-12 Stefan Monnier <monnier@iro.umontreal.ca>
18145 * progmodes/compile.el (compilation-mode-font-lock-keywords): Fix test
18146 not to treat nil as a function.
18148 * vc-arch.el (vc-arch-root): Be a bit more careful.
18149 (vc-arch-register): Save the buffer if we modified it.
18150 (vc-arch-delete-rej-if-obsolete): Save excursion.
18151 (vc-arch-find-file-hook): Use the simpler after-save-hook.
18152 (vc-arch-responsible-p, vc-arch-init-version): New functions.
18154 * net/ldap.el (ldap-search): Use list*.
18156 2004-04-12 Juri Linkov <juri@jurta.org>
18158 * info.el (Info-follow-reference): Allow multiline reference name.
18160 2004-04-11 Dave Love <fx@gnu.org>
18162 * emacs-lisp/bytecomp.el (byte-compile-cond): Fix last change.
18164 * progmodes/python.el: New file.
18166 2004-04-11 Andre Spiegel <spiegel@gnu.org>
18168 * vc-hooks.el (vc-arg-list): Function removed.
18169 (vc-default-workfile-unchanged-p): Use condition-case to check for
18170 backward compatibility.
18172 * vc.el (vc-print-log): Use condition-case to check for backward
18175 2004-04-11 Juri Linkov <juri@jurta.org>
18177 * dired.el (dired-faces): New defgroup.
18178 (dired-header, dired-mark, dired-marked, dired-flagged)
18179 (dired-warning, dired-directory, dired-symlink, dired-ignored):
18181 (dired-header-face, dired-mark-face, dired-marked-face)
18182 (dired-flagged-face, dired-warning-face, dired-directory-face)
18183 (dired-symlink-face, dired-ignored-face): New face variables.
18184 (dired-font-lock-keywords): Use them instead of font-lock faces.
18185 Split the rule for dired marks into 3 separate rules: for marks,
18186 marked file names and flagged file names.
18188 * help-mode.el (help-make-xrefs): Add a final newline to the
18191 2004-04-11 John Paul Wallington <jpw@gnu.org>
18193 * replace.el (occur-engine): Distinguish between one and several
18194 matches in the matches per buffer heading.
18196 2004-04-11 Kim F. Storm <storm@cua.dk>
18198 * ido.el (ido-confirm-unique-completion): New defcustom.
18199 (ido-complete): Use it.
18200 (ido-write-file): Set it to t unconditionally.
18202 2004-04-10 Miles Bader <miles@gnu.org>
18204 RCS keyword removal (only non-comment changes are enumerated here):
18206 * emacs-lisp/bytecomp.el (byte-compile-version): Variable removed.
18207 (byte-compile-insert-header): Don't use `byte-compile-version'.
18208 * forms.el (forms-version): Variable removed.
18209 (forms-mode): Don't use `forms-version'.
18210 * recentf.el (recentf-version): Variable removed.
18211 * progmodes/delphi.el (delphi-version): Variable removed.
18212 * progmodes/ada-mode.el (ada-mode): RCS keyword removed from docstring.
18214 2004-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
18216 * emacs-lisp/easymenu.el (easy-menu-add): Make it work in non-X Emacs.
18218 2004-04-09 Jesper Harder <harder@ifa.au.dk>
18220 * info.el (info-apropos): Improve menu item regexp.
18222 2004-04-09 Simon Josefsson <jas@extundo.com>
18224 * mail/smtpmail.el: Add comment, based on report by
18225 kdc@rcn.com (Kevin D. Clark).
18227 2004-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
18229 * progmodes/compile.el (compilation-mode-font-lock-keywords):
18230 Redo one more thing that I didn't notice Daniel had undone.
18232 2004-04-08 Nick Roberts <nick@nick.uklinux.net>
18234 * progmodes/gdb-ui.el (gdb-source-window): Remove variable.
18235 (gdb-goto-breakpoint, gdb-display-buffer)
18236 (gdb-display-source-buffer, gdb-view-source-function)
18237 (gdb-view-assembler, gdb-setup-windows, gdb-restore-windows)
18238 (gdb-source-info, gdb-frame-handler): Don't specify a window
18240 (gdb-info-breakpoints-custom): Remove superfluous update of
18242 (gdb-many-windows): Make settable outside gdb.
18244 2004-04-08 Glenn Morris <gmorris@ast.cam.ac.uk>
18246 * calendar/diary-lib.el (diary-mode, fancy-diary-display-mode):
18247 Derive from fundamental-mode rather than text-mode.
18249 2004-04-08 Juri Linkov <juri@jurta.org>
18251 * info.el (Info-history): Doc fix.
18252 (Info-history-list): New var.
18253 (info-xref): Change magenta4 to blue, remove bold for dark and
18254 light backgrounds, change bold to underline for non-color classes.
18255 (info-xref-visited): New face.
18256 (Info-fontify-visited-nodes): New custom.
18257 (Info-hide-note-references): Add new value `hide'. Doc fix.
18258 (Info-reference-name): New var.
18259 (Info-selection-hook): New custom.
18260 (Info-edit-mode-hook): New var.
18261 (Info-find-file): New fun.
18262 (Info-find-node): Move part of code to Info-find-file.
18263 (Info-find-node-2): Add anchors to Info-history-list. Move point
18264 to the place with the reference name if name is defined.
18265 (Info-select-node): Add current node to Info-history-list.
18266 (Info-goto-node): Switch to *info* from *info-history* *info-toc*.
18267 (Info-search-whitespace-regexp): New custom.
18268 (Info-search-case-fold): New var.
18269 (Info-search): Add "case-sensitively" to the prompt.
18270 Use Info-search-whitespace-regexp. Set Info-search-case-fold.
18271 (Info-search-case-sensitively, Info-search-next): New fun.
18272 (Info-up): Move point to the menu item of the current node.
18273 (Info-history): New fun. Add *info-history* to
18274 same-window-buffer-names.
18275 (Info-toc): New fun. Add *info-toc* to same-window-buffer-names.
18276 (Info-insert-toc): New fun.
18277 (Info-build-toc): New fun.
18278 (Info-follow-reference): Add new arg `fork'. Doc fix.
18279 Replace [ \n\t]* by [ \n\t]+ in the *Note regexp. For references
18280 with the same name prefer the reference closest to point.
18281 (Info-next-reference): Replace * by + in the *Note regexp.
18282 Add regexp for http:// and ftp://. Skip the *Note prefix.
18283 (Info-prev-reference): Replace * by + in the *Note regexp.
18284 Add regexp for http:// and ftp://. Skip the *Note prefix.
18285 (Info-follow-nearest-node): Add new arg `fork'.
18286 (Info-try-follow-nearest-node): Add new arg `fork'.
18287 Call browse-url for http:// and ftp:// references.
18288 Set Info-reference-name for index entries.
18289 (Info-mode-menu): Add menu items for Info-search-case-sensitively,
18290 Info-search-next, Info-history, Info-toc, clone-buffer.
18291 (Info-menu-update): Replace * by + in the *Note regexp.
18292 (Info-mode): Add documentation for Info-history, Info-toc,
18293 Info-search-case-sensitively, Info-search-next, clone-buffer.
18294 (Info-fontify-menu-headers): Remove fun. Move code to
18296 (Info-fontify-node): Add docstring. Add local vars
18297 fontify-visited-p and not-fontified-p. If not-fontified-p is t
18298 then fontify header line, titles, menu headers, http and ftp
18299 references, refill paragraphs. If not-fontified-p is t or
18300 fontify-visited-p is t then fontify cross references, menu items.
18301 Fontify menu headers. Fontify http and ftp references.
18302 Change regexp for cross references to require whitespace after *Note,
18303 add matching groups for file and node names. Remove hack for quote.
18304 Use display property for Info-hide-note-references=t. Use fifth
18305 or fourth match for help-echo. Display visited nodes in a
18306 different face. Unhide file names of external references.
18307 Unhide newlines. Display visited menu items in a different face.
18309 2004-04-07 Stefan Monnier <monnier@iro.umontreal.ca>
18311 * progmodes/compile.el: Require CL.
18312 (compilation-mode-font-lock-keywords): Re-install the "line as
18315 * help-fns.el (help-C-source-directory): New var.
18316 (help-subr-name, help-C-file-name, help-find-C-source): New funs.
18317 (describe-function-1, describe-variable): Use them.
18319 * help-mode.el (help-function-def, help-variable-def): Handle hyperrefs
18320 to C source files specially.
18322 2004-04-07 Jan Nieuwenhuizen <janneke@gnu.org>
18324 * info.el (Info-hide-cookies-node): New function.
18325 (Info-select-node): Use it.
18326 (Info-display-images-node): Remove message with image file name.
18328 2004-04-07 Daniel Pfeiffer <occitan@esperanto.org>
18330 * progmodes/compile.el (compilation-warning-face)
18331 (compilation-info-face, compilation-skip-threshold)
18332 (compilation-skip-visited, compilation-context-lines):
18333 Declare :version when added to Emacs.
18334 (compilation-error-regexp-alist-alist): Extend caml and irix.
18335 (compilation-setup): Fix if font-locked w/o font-lock-defaults.
18336 (compilation-mode-font-lock-keywords): Temporarily undo line as
18337 function patch, which wasn't ready.
18339 2004-04-07 Kenichi Handa <handa@m17n.org>
18341 * international/latin1-disp.el (latin1-display-setup): Check each
18342 character is displayable or not instead of calling
18343 latin1-display-check-font.
18345 2004-04-06 Kenichi Handa <handa@m17n.org>
18347 * language/ethio-util.el (ethio-sera-being-called-by-w3):
18349 (ethio-sera-to-fidel-ethio): Check ethio-sera-being-called-by-w3
18350 instead of sera-being-called-by-w3.
18351 (ethio-fidel-to-sera-buffer): Likewise.
18352 (ethio-find-file): Bind ethio-sera-being-called-by-w3 to t
18353 instead of sera-being-called-by-w3.
18354 (ethio-write-file): Likewise.
18356 2004-04-05 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18358 * printing.el: Doc fix.
18360 2004-04-05 Nick Roberts <nick@nick.uklinux.net>
18362 * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New option.
18363 (gdb-ann3, gdb-send, gdb-starting, gdb-stopping)
18364 (gdb-setup-windows): Only use separate IO buffer if required.
18366 2004-04-06 Kim F. Storm <storm@cua.dk>
18368 * term.el (term-is-xemacs): Remove.
18369 (term-if-xemacs, term-ifnot-xemacs): Test (featurep 'xemacs).
18370 (term-window-width): New function.
18371 (term-mode, term-check-size): Use it.
18372 (term-mode): Disable overflow-newline-into-fringe in term buffer.
18374 2004-04-05 Per Abrahamsen <abraham@dina.kvl.dk>
18376 * cus-edit.el (custom-add-parent-links): Change unbound variable
18377 `symbol' to `name'.
18379 2004-04-05 Jesper Harder <harder@ifa.au.dk>
18380 * info.el (info-apropos): New function.
18381 (Info-mode-menu): Add it.
18382 (Info-find-node, Info-find-node-2): Grok apropos virtual file.
18384 * help-mode.el (help-make-xrefs): Recognize aliased variable with
18385 inherited docstring.
18387 * play/gamegrid.el (gamegrid-add-score-insecure): Use sort-fields.
18389 2004-04-04 Stefan Monnier <monnier@iro.umontreal.ca>
18391 * textmodes/fill.el (fill-comment-paragraph): Obey indent-tabs-mode.
18393 * progmodes/compile.el (font-lock): Don't require any more.
18394 (compilation-error-properties, compilation-start, compilation-sentinel)
18395 (compilation-filter, next-error): Use with-current-buffer.
18396 (compilation-skip-to-next-location, compilation-skip-threshold)
18397 (compilation-skip-visited): Move to silence the byte-compiler.
18398 (compilation-setup): Simplify.
18399 (compilation-next-error): Use line-(beginning|end)-position.
18400 Make sure `pt' is non-nil before using compilation-loop.
18401 (compile-goto-error): Add optional event arg. Use it.
18402 (compile-mouse-goto-error): Make it an alias of compile-goto-error.
18403 (compilation-minor-mode-map, compilation-shell-minor-mode-map):
18404 Update the binding for mouse-2.
18405 (first-error): Set compilation-current-error to nil rather than bob.
18406 (compilation-parsing-end, compilation-parse-errors-function)
18407 (compilation-error-list, compilation-old-error-list):
18408 "New" compatibility variables.
18409 (compile-buffer-substring, compilation-compat-error-properties)
18410 (compilation-compat-parse-errors, compilation-forget-errors):
18411 New compatibility functions.
18412 (compilation-mode-font-lock-keywords): Use them.
18414 2004-04-04 Luc Teirlinck <teirllm@auburn.edu>
18416 * autorevert.el (auto-revert-handler): If point (or a window
18417 point) is at the end of the buffer, keep it there after
18418 reverting. This allows to tail a file.
18419 Mention this in the `Commentary'.
18421 * format.el (format-write-file): Add optional argument CONFIRM
18422 and make it behave like the analogous argument to `write-file'.
18424 2004-04-04 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18426 * progmodes/ebnf2ps.el: Doc fix.
18427 (ebnf-version): New version number (4.2).
18428 (ebnf-syntax): Customization and docstring fix.
18429 (ebnf-eliminate-empty-rules, ebnf-optimize, ebnf-otz-initialize):
18430 Put autoloaded funs before first use.
18431 (ebnf-style-database): Add dtd entry.
18432 (ebnf-syntax-alist): Add dtd initialization.
18433 (ebnf-token-sequence): New fun.
18434 (ebnf-comment-table): Add new comment action character.
18435 (ebnf-dtd-parser, ebnf-dtd-initialize): Autoload funs from ebnf-dtd.
18437 * progmodes/ebnf-dtd.el: New file, implement a parser for DTD (Data
18438 Type Definition for XML).
18440 * progmodes/ebnf-abn.el (ebnf-abn-concatenation):
18441 * progmodes/ebnf-bnf.el (ebnf-sequence):
18442 * progmodes/ebnf-ebx.el (ebnf-ebx-concatenation):
18443 * progmodes/ebnf-iso.el (ebnf-iso-single-definition):
18444 * progmodes/ebnf-yac.el (ebnf-yac-sequence):
18445 Code simplification: call ebnf-token-sequence.
18447 2004-04-04 Eli Zaretskii <eliz@gnu.org>
18449 * calendar/timeclock.el (timeclock-relative)
18450 (timeclock-get-project-function, timeclock-get-workday-function)
18451 (timeclock-query-out, timeclock-when-to-leave)
18452 (timeclock-when-to-leave-string, timeclock-log-data)
18453 (timeclock-generate-report, timeclock-in): Doc fixes.
18455 2004-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
18457 * url/: New dir. Import the URL package from its repository.
18459 2004-04-03 Andreas Schwab <schwab@suse.de>
18461 * diff-mode.el (diff-mode): Fix missing quote.
18463 2004-04-03 Juri Linkov <juri@jurta.org>
18465 * descr-text.el (describe-property-list): Add `font-lock-face'.
18467 * dired.el (dired-font-lock-keywords): Fix permission regexps.
18469 2004-04-02 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
18471 * x-dnd.el (x-dnd-handle-moz-url, x-dnd-insert-utf16-text):
18472 Use utf-16le on little endian machines and utf-16be otherwise.
18474 2004-04-02 David Kastrup <dak@gnu.org>
18476 * net/browse-url.el (browse-url-generic): Use call-process
18477 instead of start-process to allow browsers that fork and detach.
18479 2004-04-01 Daniel Pfeiffer <occitan@esperanto.org>
18481 * compile.el (compilation-current-error): New var.
18482 (compilation-setup, compile-mouse-goto-error)
18483 (compile-goto-error, next-error): Use it.
18484 (compilation-skip-to-next-location): Default to t, which gives
18485 contiguous skipping like old compile (where this was redundant).
18486 (compilation-next-error): Prevent previous-* commands from moving
18487 back to message at or just before point.
18489 2004-04-01 Nick Roberts <nick@nick.uklinux.net>
18491 * progmodes/gdb-ui.el (gdb-view-source-function, gdb-view-assembler)
18492 (gdb-source-info): Don't display source at startup, if required.
18493 (gdb-show-main): New option.
18494 (gdba): Update documentation.
18495 (gdb-source): Cover case of auto-display output.
18497 2004-03-31 Luc Teirlinck <teirllm@auburn.edu>
18499 * autorevert.el: Delete obsolete autoloads and defvars.
18500 (auto-revert-check-vc-info): New user option.
18501 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
18502 (auto-revert-handler-vc): Delete.
18503 (auto-revert-handler): Treat return value `fast' of
18504 buffer-stale-function specially. Check `auto-revert-check-vc-info'.
18506 * buff-menu.el (Buffer-menu-mode): Make the buffer-stale-function
18509 * files.el (buffer-stale-function): Doc change.
18511 2004-03-31 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18513 * printing.el: New tip on Tips section.
18514 (pr-version): New version number (6.7.4).
18515 (pr-shell-file-name): Initialization fix.
18517 2004-03-31 Juri Linkov <juri@jurta.org>
18519 * dired.el: Add autoload for `dired-do-touch'.
18520 (dired-touch-program): New var.
18521 (dired-mode-map): Bind `dired-do-touch' to T and add menu-item.
18522 (dired-no-confirm): Add `touch' to docstring.
18524 * dired-aux.el (dired-do-touch): New fun.
18525 (dired-do-chxxx): Add argument -t for touch operation.
18527 * dired-x.el (dired-mark-sexp): Replace hard-coded month names by
18528 `dired-move-to-filename-regexp'.
18530 2004-03-31 H
\e,Ae
\e(Bkan Granath <hakan.granath@kau.se> (tiny change)
18532 * dired.el (dired-move-to-filename-regexp): Add `.' to HH:MM.
18534 2004-03-30 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18536 * progmodes/ebnf2ps.el (ebnf-eps-finish-and-write): Write a buffer if
18537 and only if the buffer was modified.
18539 2004-03-30 Kenichi Handa <handa@m17n.org>
18541 * international/characters.el: Delete pairs for U+2308..U+230B.
18543 2004-03-29 Nick Roberts <nick@nick.uklinux.net>
18545 * progmodes/gud.el (gud-gdb-marker-filter): Include "\n" in regexp
18546 to detect the beginning of a level 2 or 3 annotation.
18548 2004-03-29 Kenichi Handa <handa@m17n.org>
18550 * international/ucs-tables.el (ucs-insert): Fix the error message.
18552 2004-03-29 Kenichi Handa <handa@m17n.org>
18554 * international/mule-util.el (char-displayable-p): Fix generation
18557 * Makefile.in (setwins, setwins_almost): Change directory to $wd
18558 before finding directories by `find'.
18560 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18562 * subr.el (interactive-form): Delete. Now implemented in C.
18564 * pcvs.el (cvs-parse-process): Workaround for Darwin.
18566 * vc.el (vc-version-diff, vc-default-diff-tree): Change `rel' -> `rev'.
18567 (vc-diff-label): New fun.
18568 (vc-diff-internal): Use it.
18570 * progmodes/gdb-ui.el (gdb-post-prompt): Fix test.
18572 2004-03-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18574 * progmodes/ebnf-abn.el (ebnf-abn-parser): Handle initial comments.
18576 * progmodes/ebnf-ebx.el: New file, implement a parser for EBNF used to
18577 specify XML (EBNFX).
18579 * progmodes/ebnf2ps.el: Doc fix.
18580 (ebnf-version): New version number (4.1).
18581 (ebnf-syntax): Adjust customization.
18582 (ebnf-style-database): Add ebnfx entry.
18583 (ebnf-syntax-alist): Add ebnfx initialization.
18584 (ebnf-ebx-parser, ebnf-ebx-initialize): Autoload funs from ebnf-ebx.
18586 * printing.el: Doc fix.
18587 (pr-version): New version number (6.7.3).
18588 (pr-menu-position): Adjust X and Y positions when mouse-pixel-position
18589 returns nil for mouse position. Reported by Drew Adams
18590 <drew.adams@oracle.com>.
18591 (pr-update-menus): Modify interactive declaration. Reported by Drew
18592 Adams <drew.adams@oracle.com>.
18594 2004-03-28 Nick Roberts <nick@nick.uklinux.net>
18596 * progmodes/gdb-ui.el (gdb-ann3, gdb-send-item)
18597 (gud-gdba-marker-filter): Log the process input and output, if
18598 required. From Stefan Monnier.
18599 (gdb-debug-log, gdb-enable-debug-log): New variables.
18600 (gdb-post-prompt): Don't do gdb-var-update on Mac OS X.
18602 2004-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
18604 * vc-hooks.el (vc-file-not-found-hook): Fix typo.
18605 From lorentey@elte.hu (L
\e$,1 q
\e(Brentey K
\e,Aa
\e(Broly).
18607 2004-03-27 Luc Teirlinck <teirllm@auburn.edu>
18609 * autorevert.el (auto-revert-handler): Handle auto-revert-mode.
18610 Call vc-find-file-hook here instead of in auto-revert-buffers.
18611 (auto-revert-buffers): Delete call to vc-find-file-hook.
18612 (auto-revert-verbose, global-auto-revert-non-file-buffers)
18613 (global-auto-revert-mode, auto-revert-set-timer)
18614 (auto-revert-handler, auto-revert-buffers): Doc fixes.
18616 2004-03-27 Francis J. Wright <F.J.Wright@qmul.ac.uk>
18618 * woman.el (woman-change-fonts): Rename local variable
18619 woman-font-alist to font-alist to avoid a compiler warning.
18621 2004-03-27 Dave Love <fx@gnu.org>
18623 * emacs-lisp/rx.el (rx): Doc fix.
18624 Fix copyright years.
18626 * strokes.el (strokes-global-set-stroke-string): New function.
18627 (strokes-list-strokes): Cope with strings, not just commands.
18628 Set foreground color of image.
18629 (strokes-global-set-stroke): Doc fix.
18631 2004-03-26 Luc Teirlinck <teirllm@auburn.edu>
18633 * buff-menu.el (Buffer-menu-revert-function): Make it suitable for
18635 (Buffer-menu-files-only): New variable.
18636 (Buffer-menu-toggle-files-only): New function.
18637 (Buffer-menu-mode-map): Bind it to `T'.
18638 (Buffer-menu-mode): Mention `T' in docstring.
18639 Set buffer-stale-function.
18640 (list-buffers-noselect): Mark buffer non-modified and set
18641 Buffer-menu-files-only.
18643 * dired.el (buffer-stale-function): Remove no longer needed defvar.
18645 * autorevert.el (auto-revert-handler): Print revert message
18646 before, rather than after, reverting.
18647 (buffer-stale-function): Move to files.el.
18649 * files.el (buffer-stale-function): Move here from autorevert.el.
18651 2004-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
18653 * vc.el (vc-maybe-resolve-conflicts): Don't prompt the user.
18655 * calc/calc.el (calc-mode-map): Use mapc.
18657 * apropos.el (apropos-mode): Don't autoload.
18658 (apropos-symbols-internal): New fun. Extracted from `apropos'.
18660 (apropos-print): Add optional `text' argument.
18661 (apropos-describe-plist): Use help-buffer and hexlp-setup-xref.
18662 Don't assume point-min == 1.
18664 * bs.el (bs-buffer-list): Use buffer-local-value.
18665 (bs--set-toggle-to-show): Use with-current-buffer.
18667 * buff-menu.el (Buffer-menu-sort, Buffer-menu-make-sort-button):
18669 (list-buffers-noselect): Use them. Adjust :align-to to new style.
18671 * cvs-status.el (cvs-tree-use-jisx0208): Use char-displayable-p.
18673 * dabbrev.el (dabbrev-expand): Fix regexp construction.
18674 (dabbrev--find-expansion): Use pop.
18675 (dabbrev--search): Use match-string-no-properties.
18677 * dired.el (dired-mode): Use run-mode-hooks.
18678 (dired-move-to-end-of-filename): Use match-string.
18680 * ediff-init.el (ediff-hide-face): Check that facemenu-unlisted-faces
18681 is bound before using it.
18682 (ediff-verbose-p): Make it into a var since it's not constant.
18684 * electric.el (Electric-pop-up-window): Avoid popping up a new frame.
18686 * faces.el (read-face-font): Don't cons up unnecessarily.
18687 (header-line, tool-bar): Share common parts.
18689 * files.el (file-relative-name): Use compare-strings.
18691 * finder.el (finder-mode): Follow coding convention.
18693 * subr.el (read-number): New function.
18695 * ses.el (ses-read-number): Move to subr.el.
18696 (ses-set-header-row): Use read-number.
18698 2004-03-26 Andre Spiegel <spiegel@gnu.org>
18700 * vc-hooks.el (vc-arg-list): New function, which handles both
18701 compiled and uncompiled code.
18702 (vc-default-workfile-unchanged-p): Use it.
18704 * vc.el (vc-print-log): Undo prev change, use new function
18705 vc-arg-list from vc-hooks.el.
18707 2004-03-26 Masatake YAMATO <jet@gyve.org>
18709 * simple.el (completion-setup-function): Emphasize the
18710 first uncommon characters in the completions; and de-emphasize
18711 the common prefix substrings.
18712 (completion-emphasis): New face.
18713 (completion-de-emphasis): New face.
18715 2004-03-25 Juanma Barranquero <lektu@terra.es>
18717 * progmodes/cperl-mode.el (cperl-indent-alist, cperl-where-am-i):
18718 Comment out (it's unused and unfinished code).
18720 2004-03-25 Sam Steingold <sds@gnu.org>
18722 * vc.el (vc-print-log): Fix a bug in the last patch:
18723 backend-function may be a byte-compiled object, not a lambda.
18725 2004-03-25 Juri Linkov <juri@jurta.org>
18727 * descr-text.el (describe-property-list): Add a button
18728 for `face' property that calls `describe-face'.
18729 Suggested by Luis Fernandes <elf@ee.ryerson.ca>
18731 * international/mule.el (keyboard-coding-system):
18732 * kmacro.el (kmacro-call-macro): Fix docstring.
18734 * dired.el: Fix comments.
18736 * textmodes/fill.el (fill): Fix Info link.
18738 * font-lock.el (fast-lock, lazy-lock):
18739 * jit-lock.el (jit-lock): Remove links to removed Support Modes
18742 * eshell/eshell.el (eshell): Fix broken info-link.
18744 * eshell/em-alias.el (eshell-alias, eshell-bad-command-tolerance):
18745 * eshell/em-banner.el (eshell-banner):
18746 * eshell/em-smart.el (eshell-smart):
18747 * eshell/esh-cmd.el (eshell-cmd):
18748 Comment out broken info-links to incomplete Info manual.
18750 * info-xref.el: Fix commentary.
18752 2004-03-25 Kevin Ryde <user42@zip.com.au>
18754 * info-xref.el (info-xref-check-buffer): Report empty filename parts.
18755 Remove spurious node duplicate suppression, doesn't work, not wanted.
18756 (info-xref-output): Take format style args, add "sit-for 0" to let
18757 user see the results as they progress.
18758 (info-xref-check-all-custom): New function.
18760 2004-03-25 Nick Roberts <nick@nick.uklinux.net>
18762 * gdb-ui.el: Moved to progmodes.
18764 2004-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
18766 * diff-mode.el (diff-font-lock-keywords): Disable yank-handler.
18768 2004-03-24 Glenn Morris <gmorris@ast.cam.ac.uk>
18770 * calendar/appt.el (appt-check): Remove superfluous progn.
18771 When finished with diary buffer: if it was not being displayed
18772 before, kill it; otherwise restore its original state.
18773 Suggested by Matthew Mundell <matt@mundell.ukfsn.org>.
18775 * calendar/calendar.el (calendar-set-mode-line): Use total
18776 available mode-line width, rather than frame-width.
18778 * calendar/diary-lib.el (fancy-diary-display): Set mode-line
18779 after mode change so effect not lost.
18781 2004-03-23 Dave Love <fx@gnu.org>
18783 * dired.el (dired) <defgroup>: Add link to manual.
18784 (dired-font-lock-keywords): Add highlighting on unusual permissions.
18785 (dired-revert): Use dolist.
18786 (dired-mode-map): Add U binding.
18787 (dired-mode): Add font-lock-beginning-of-syntax-function.
18788 (dired-garbage-files-regexp): Make it a defcustom.
18790 2004-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
18792 * vc-arch.el (vc-arch-diff): Handle the special case where `newvers'
18793 is equivalent to nil.
18794 (vc-arch-diff3-rej-p): Be a bit more flexible in what we accept.
18795 (vc-arch-mode-line-string): Accept `added' state.
18796 (vc-arch-state): Use inode-sigs if available.
18797 (vc-arch-add-tagline): Rename from vc-arch-add-tag.
18798 Copy&delete existing id file if any. Fallback if uuidgen is absent.
18799 (vc-arch-tagline-re): New var.
18800 (vc-arch-file-source-p, vc-arch-file-id, vc-arch-tagging-method):
18802 (vc-arch-find-file-not-found-hook, vc-arch-register): New backend ops.
18803 (vc-arch-registered): Try our best guess using vc-arch-file-source-p.
18805 * vc-hooks.el (vc-default-find-file-not-found-hook): New fun.
18806 (vc-file-not-found-hook): Use it.
18808 * diff-mode.el (diff-default-read-only): Change default.
18809 (diff-mode-hook): Make it a defcustom. Add some options.
18810 (diff-mode-map): Bind diff-refine-hook.
18811 (diff-yank-handler): New var.
18812 (diff-yank-function): New fun.
18813 (diff-font-lock-keywords): Use them.
18814 (diff-end-of-file): Handle case where file-header looks like diff text.
18815 (diff-hunk-kill): Adjust to "new" hunk-next behavior.
18816 (diff-file-kill): Delete a subsequent empty line, if applicable.
18817 (diff-hunk-file-names): New fun, extracted from diff-tell-file-name.
18818 (diff-find-file-name): Use it.
18819 (diff-tell-file-name): New command.
18820 (diff-mode): Be careful with view-mode.
18821 (diff-delete-if-empty, diff-delete-empty-files, diff-make-unified):
18822 New functions, for use in diff-mode-hook.
18823 (diff-find-source-location): Catch "regex too large" errors.
18824 (diff-apply-hunk, diff-test-hunk): Go to old or new file.
18825 (diff-refine-hunk): New command.
18827 * smerge-mode.el (smerge-mode-menu): Fix activate pred for resolve.
18828 (smerge-context-menu-map): Remove unused var.
18829 (smerge-keep-all): Preserve markers.
18830 (smerge-keep-n): New fun.
18831 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
18832 (smerge-keep-current, smerge-ediff): Use it.
18833 (smerge-kill-current): Use it. Make it work on some 3-part conflicts.
18834 (smerge-popup-context-menu): Also use context-menu on 3-part conflicts.
18835 (smerge-resolve): Resolve trivial 3-part conflicts.
18837 2004-03-23 Juri Linkov <juri@jurta.org>
18839 * man.el (Man-width): New var.
18840 (Man-getpage-in-background): Use it.
18841 (Man-support-local-filenames): New var and fun.
18842 (Man-build-man-command): Don't add a second %s.
18843 (Man-fontify-manpage): Clean up message.
18844 (Man-mode): Set outline-regexp, outline-level,
18845 imenu-generic-expression.
18847 * woman.el (woman-fill-frame): Doc fix.
18848 (woman-decode-region): Use window-width instead of frame-width.
18850 * abbrevlist.el (list-one-abbrev-table):
18851 * descr-text.el (describe-char):
18852 * international/mule-diag.el (describe-current-coding-system):
18853 * international/quail.el (quail-insert-decode-map):
18854 Use window-width instead of frame-width.
18856 * jka-compr.el (jka-compr-compression-info-list): Add tbz and dz.
18857 (jka-compr-mode-alist-additions): Add tbz.
18858 (jka-compr-write-region, jka-compr-insert-file-contents):
18859 Add message for undefined compress-program.
18860 (jka-compr-write-region): Remove redundant var bindings.
18862 * dired-x.el (dired-guess-shell-alist-default): Add choices for
18863 extracting files into subdirectory. Add tbz and dz. Fix regexps.
18864 Add extensions .[0-9] for man and nroff, and .pod for perldoc.
18865 (dired-man): Use dired-guess-shell-command.
18866 (dired-guess-shell-case-fold-search): Change defvar to defcustom.
18867 Change default nil to t.
18869 * dired-aux.el (dired-compress-file-suffixes): Add dz and tbz.
18870 (dired-compare-directories): Add default value for empty input.
18872 * help-at-pt.el: Move suggestions for key bindings to Commentary.
18874 * time.el (display-time-string-forms): Fix help-echo date format.
18876 2004-03-22 Luc Teirlinck <teirllm@auburn.edu>
18878 * autorevert.el (global-auto-revert-non-file-buffers): Expand docstring.
18879 (buffer-stale-function): New variable.
18880 (auto-revert-list-diff, auto-revert-dired-file-list)
18881 (auto-revert-dired-changed-p, auto-revert-buffer-p): Delete.
18882 (auto-revert-handler): Take over some functionality of deleted
18884 (auto-revert-buffers): Delete call to auto-revert-buffer-p.
18886 * dired.el (dired-directory-changed-p): New fun, extracted from
18887 dired-internal-noselect.
18888 (dired-buffer-stale-p): New fun.
18889 (dired-internal-noselect): Use dired-directory-changed-p.
18890 Eliminate revert messages.
18891 (dired-mode): Set buffer-stale-function to dired-buffer-stale-p.
18893 2004-03-23 Kenichi Handa <handa@m17n.org>
18895 * international/characters.el: Setup syntaxes for more parentheses
18896 Unicode characters.
18898 * international/mule-cmds.el (select-safe-coding-system):
18899 Merge coding-system and auto-cs before comparing them.
18901 2004-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
18903 * emacs-lisp/pp.el (pp-eval-expression): Simplify.
18905 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
18906 normal-auto-fill-function and comment-indent-function.
18907 The default values now work just as well.
18908 Don't set font-lock-beginning-of-syntax-function since we already set
18909 syntax-begin-function.
18910 (lisp-outline-level): Put ;;;###autoload at same level as (.
18911 (prin1-char): Quote special chars.
18913 * emacs-lisp/lisp-mnt.el (lm-keywords-finder-p): Use defvar rather
18914 than with-no-warnings.
18916 * emacs-lisp/edebug.el (edebug-display): Bring up a debug trace
18917 if the source location can't be found.
18918 (edebug-compute-previous-result): Use prin1-char.
18920 * emacs-lisp/checkdoc.el (checkdoc-error): Don't assume point-min == 1.
18921 (debug-ignored-errors): Add an entry.
18923 * emacs-lisp/bytecomp.el (byte-recompile-directory): Ignore hidden dir.
18924 (byte-compile-file): Output warning when deleting a file.
18926 * emacs-lisp/byte-run.el (defsubst): Add edebug spec and use backquote.
18927 (dont-compile, eval-when-compile, eval-and-compile): Add edebug spec.
18929 * emacs-lisp/byte-opt.el (byte-compile-log-lap)
18930 (byte-compile-inline-expand): Use backquote.
18931 (byte-optimize-pure-func): Rename from byte-optimize-concat.
18932 (symbol-name, regexp-opt, regexp-quote): Mark as pure.
18934 * emacs-lisp/backquote.el (backquote-list*-macro): Use nreverse.
18936 * emacs-lisp/advice.el (ad-subr-arglist): Simplify.
18938 2004-03-22 Juri Linkov <juri@jurta.org>
18940 * finder.el (finder-known-keywords): Fix data, tex, unix.
18942 * play/landmark.el: Fix keywords.
18944 * language/ethio-util.el (ethio-find-file): Doc fix.
18946 * emacs-lisp/warnings.el: Doc fix.
18948 * textmodes/ispell.el (ispell-help): Doc fix.
18950 2004-03-21 Luc Teirlinck <teirllm@auburn.edu>
18952 * format.el (format-insert-file): Always return a list of two
18953 elements, like insert-file-contents does.
18955 2004-03-21 Andre Spiegel <spiegel@gnu.org>
18957 * vc.el: Add new optional BUFFER argument to vc-BACKEND-print-log
18958 and vc-BACKEND-diff.
18959 (vc-print-log): If the print-log implementation supports it, use
18960 the new BUFFER argument to direct output to *vc-change-log*, not *vc*.
18961 (vc-version-diff, vc-diff-internal): Doc fixes.
18963 * vc-hooks.el (vc-default-workfile-unchanged-p): If the
18964 implementation supports it, let diff output go to *vc*,
18965 not *vc-diff*, since this is an internal call.
18967 * vc-cvs.el (vc-cvs-print-log, vc-cvs-diff): Add optional BUFFER arg.
18969 * vc-rcs.el (vc-rcs-print-log, vc-rcs-diff): Likewise.
18971 * vc-sccs.el (vc-sccs-print-log, vc-sccs-diff): Likewise.
18973 2004-03-21 Dave Love <fx@gnu.org>
18975 * progmodes/cfengine.el (cfengine-mode):
18976 Set parse-sexp-ignore-comments.
18978 * emacs-lisp/rx.el (rx): Work at compile time, not run time.
18980 2004-03-21 Juanma Barranquero <lektu@terra.es>
18982 * allout.el (allout-mode): Fix docstring.
18984 2004-03-20 Luc Teirlinck <teirllm@auburn.edu>
18986 * files.el (insert-directory): Fix bug if SWITCHES is a list.
18988 * autorevert.el (auto-revert-interval): Make new value take
18989 effect immediately when set through Custom.
18990 (auto-revert-set-timer): Add interactive declaration.
18992 2004-03-19 David Ponce <david@dponce.com>
18994 * ruler-mode.el (ruler-mode-header-line-format-old):
18995 Don't `make-variable-buffer-local'.
18996 (ruler-mode-ruler-function): Default to `ruler-mode-ruler'.
18997 (ruler-mode-header-line-format): Simply funcall the above.
18998 (ruler-mode): Use `make-local-variable' and `kill-local-variable'
18999 to save/restore a previous header line format.
19000 (ruler-mode-space): Don't depend on a numeric WIDTH value.
19001 (ruler-mode-ruler): Use symbolic display elements for scrollbar,
19002 fringes and margins width.
19003 (ruler-mode-ruler-function): Default to ruler-mode-ruler.
19005 2004-03-18 Stefan Monnier <monnier@iro.umontreal.ca>
19007 * log-edit.el (log-edit-font-lock-keywords): Typo.
19009 * textmodes/tex-mode.el (tex-shell): Set error parsing function here.
19010 (tex-send-tex-command): Rather than here.
19011 (tex-compilation-parse-errors): Simplify.
19013 * info.el (Info-default-dirs): Don't ignore last part of I-d-d-l.
19015 * time.el (display-time-string-forms): Add help-echo with date on time.
19017 * composite.el (compose-region): Use restore-buffer-modified-p.
19019 * disp-table.el (standard-display-8bit): Simplify.
19021 * server.el (server-process-filter): Delete temp frame.
19023 * add-log.el (add-change-log-entry): Simplify.
19025 2004-03-19 Kim F. Storm <storm@cua.dk>
19027 * hexl.el (hexl-mode-ruler): Adapt to new :align-to semantics.
19028 (hexl-follow-line): Don't require 'fringe.
19030 * progmodes/compile.el (compilation-start): Always set
19031 compilation-last-buffer and return it.
19033 2004-03-17 Luc Teirlinck <teirllm@auburn.edu>
19035 * simple.el (clone-buffer): Doc fix.
19037 2004-03-18 Juanma Barranquero <lektu@terra.es>
19039 * emacs-lisp/byte-run.el (make-obsolete-variable): Fix docstring.
19041 2004-03-17 Stefan Monnier <monnier@iro.umontreal.ca>
19043 * log-edit.el (log-edit-font-lock-keywords): New var.
19044 (log-edit-mode): Use it.
19046 2004-03-17 Nick Roberts <nick@nick.uklinux.net>
19048 * gdb-ui.el (gdb-var-list-children-handler): Handle C++ classes
19049 properly for watching in speedbar.
19051 2004-03-17 Masatake YAMATO <jet@gyve.org>
19053 * smerge-mode.el (smerge-popup-context-menu):
19054 Put `unwind-protect' around `overlay-put' and `popup-menu'.
19056 2004-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
19058 * vc-arch.el (vc-arch-workfile-unchanged-p): Define to avoid dup-diff.
19059 (vc-arch-workfile-version, vc-arch-mode-line-rewrite):
19060 Take sealed revisions into account.
19061 (vc-arch-checkin): Extract a summary line from the message.
19063 2004-03-16 Masatake YAMATO <jet@gyve.org>
19065 * register.el (register): Provide `register' feature.
19067 2004-03-15 Masatake YAMATO <jet@gyve.org>
19069 Added context menu support in smerge mode.
19070 Most of the part is written by Stefan Monnier.
19072 * smerge-mode.el (smerge-context-menu-map, smerge-context-menu):
19073 New keymap and menu.
19074 (smerge-text-properties): New function.
19075 (smerge-remove-props): New function.
19076 (smerge-popup-context-menu): New function.
19077 (smerge-resolve): Call `smerge-remove-props'.
19078 (smerge-keep-base, smerge-keep-other, smerge-keep-mine): Ditto.
19079 (smerge-keep-current): Ditto.
19080 (smerge-kill-current): New function.
19081 (smerge-match-conflict): Put text properties.
19082 Detect the file as `same-diff conflict' if the filename is "ANCESTOR".
19084 2004-03-15 David Ponce <david@dponce.com>
19086 * ruler-mode.el (ruler-mode-left-fringe-cols)
19087 (ruler-mode-right-fringe-cols, ruler-mode-left-scroll-bar-cols)
19088 (ruler-mode-right-scroll-bar-cols): Remove.
19089 (ruler-mode-window-col, ruler-mode-mouse-set-left-margin)
19090 (ruler-mode-mouse-set-right-margin, ruler-mode-ruler):
19091 Use fringe-columns and scroll-bar-columns.
19093 2004-03-15 Masatake YAMATO <jet@gyve.org>
19095 * hl-line.el (hl-line-range-function): New variable.
19096 (hl-line-move): New function.
19097 (global-hl-line-highlight): Use `hl-line-move'.
19098 (hl-line-highlight): Ditto.
19100 * scroll-bar.el (scroll-bar-columns):
19101 * fringe.el (fringe-columns): New function derived from ruler-mode.el.
19103 * ruler-mode.el (top-level): Require scroll-bar and fringe.
19104 (ruler-mode-left-fringe-cols)
19105 (ruler-mode-right-fringe-cols): Use `fringe-columns'.
19106 (ruler-mode-right-scroll-bar-cols)
19107 (ruler-mode-left-scroll-bar-cols): Use `scroll-bar-columns'.
19108 (ruler-mode-ruler-function): New variable.
19109 (ruler-mode-header-line-format): Call `ruler-mode-ruler-function'
19110 if the value for `ruler-mode-ruler-function' is given.
19112 * hexl.el (hexl-mode-hook): Make the hook customizable.
19113 (hexl-address-area, hexl-ascii-area): New customize variables.
19114 (hexlify-buffer): Put font-lock-faces on the address area and
19116 (hexl-activate-ruler): New function.
19117 (hexl-follow-line): New function.
19118 (hexl-highlight-line-range): New function.
19119 (hexl-mode-ruler): New function.
19121 2004-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
19123 * vc-hooks.el (vc-handled-backends): Add Arch. Move MCVS down.
19124 (vc-default-find-file-hook): New fun.
19125 (vc-find-file-hook): Call new find-file-hook operation.
19127 * vc-arch.el: New file.
19129 2004-03-12 Jesper Harder <harder@ifa.au.dk>
19131 * info-look.el (info-lookup): Reuse an existing Info window.
19133 2004-03-12 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19135 * woman.el (woman-preserve-ascii): Default value changed to t and
19136 doc string revised.
19138 2004-03-12 Richard M. Stallman <rms@gnu.org>
19140 * pcvs.el (cvs-mode-add-change-log-entry-other-window):
19143 * replace.el (occur-engine): Change message for count of matches.
19145 * emacs-lisp/bytecomp.el (byte-compile-get-constant):
19146 For strings, do compare text properties.
19148 2004-03-11 Daniel Pfeiffer <occitan@esperanto.org>
19150 * progmodes/compile.el (compile-auto-highlight)
19151 (compilation-error-list, compilation-old-error-list)
19152 (compilation-parse-errors-function, compilation-parsing-end)
19153 (compilation-error-message, compilation-directory-stack)
19154 (compilation-enter-directory-regexp-alist)
19155 (compilation-leave-directory-regexp-alist)
19156 (compilation-file-regexp-alist, compilation-nomessage-regexp-alist)
19157 (compilation-current-file, compilation-regexps): Remove vars.
19159 (compile-error-at-point, compilation-error-filedata)
19160 (compilation-error-filedata-file-name, compile-reinitialize-errors)
19161 (compilation-next-error-locus, compilation-forget-errors)
19162 (count-regexp-groupings, compilation-parse-errors)
19163 (compile-collect-regexps, compile-buffer-substring): Remove funs.
19165 (compile-internal): Make obsolete.
19167 (compilation-first-column, compilation-error)
19168 (compilation-directory-matcher, compilation-page-delimiter)
19169 (compilation-mode-font-lock-keywords, compilation-debug)
19170 (compilation-error-face, compilation-warning-face)
19171 (compilation-info-face, compilation-line-face)
19172 (compilation-column-face, compilation-enter-directory-face)
19173 (compilation-leave-directory-face, compilation-skip-threshold)
19174 (compilation-skip-visited, compilation-context-lines): New vars.
19176 (compilation-warning-face, compilation-info-face)
19177 (compilation-message-face): New faces.
19179 (compilation-error-regexp-alist-alist): New constant.
19181 (compilation-face, compilation-directory-properties)
19182 (compilation-assq, compilation-error-properties, compilation-start)
19183 (define-compilation-mode, compilation-loop)
19184 (compilation-set-window): New functions.
19186 (compile): Additional argument for interactive compiles like TeX.
19188 * progmodes/grep.el (kill-grep): Move here from compile.el
19189 (grep-error, grep-hit-face, grep-error-face)
19190 (grep-mode-font-lock-keywords): New variables.
19191 (grep-regexp-alist): Simplify regexp and add `binary' case.
19192 (grep-mode): New mode.
19193 (grep-process-setup): Simplify.
19195 2004-03-11 Jason Rumney <jasonr@gnu.org>
19197 * net/ldap.el (ldap-search-internal): Handle file URLs with drive
19198 letters on DOS/Windows.
19200 2004-03-11 Stefan Monnier <monnier@iro.umontreal.ca>
19202 * server.el (server-name): New var.
19203 (server-socket-dir): New var to replace server-socket-name.
19204 (server-start): Use them.
19206 2004-03-11 Simon Josefsson <jas@extundo.com>
19208 * mail/smtpmail.el (smtpmail-read-response): Abort if process has
19209 died to avoid infloop. Reported by Jonathan Glauner
19210 <jglauner@sbum.org>.
19212 2004-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
19214 * smerge-mode.el (smerge-check-cache, smerge-check): New var and fun.
19215 (smerge-mode-menu): Use it to deactivate menu entries.
19216 (smerge-keep-current): New fun.
19217 (smerge-keep-current): Use it.
19219 2004-03-10 John Paul Wallington <jpw@gnu.org>
19221 * foldout.el (foldout-fold-list, foldout-modeline-string):
19222 Declare them as variables, not constants.
19224 2004-03-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19226 * ps-print.el: Modification to print *Messages* buffer.
19227 (ps-print-version): New version 6.6.4.
19228 (ps-message-log-max): New fun.
19229 (ps-spool-without-faces, ps-spool-with-faces)
19230 (ps-count-lines-preprint): Code fix.
19232 * printing.el: New tips in Tips section.
19234 2004-03-09 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19236 * delim-col.el: Doc fix.
19238 * printing.el: Doc fix. New doc section (Tips).
19240 2004-03-09 Stefan Monnier <monnier@iro.umontreal.ca>
19242 * type-break.el (type-break-emacs-variant): Remove.
19243 (type-break-run-at-time, type-break-cancel-function-timers):
19244 Use fboundp rather than version name and number.
19246 2004-03-09 Masatake YAMATO <jet@gyve.org>
19248 * hexl.el (hexl-mode): Use `make-local-variable' instead of
19249 `make-variable-buffer-local'.
19251 2004-03-08 Michael Albinus <Michael.Albinus@alcatel.de>
19253 * find-dired.el (find-dired): Call `shell-command' instead of
19254 `start-process-shell-command'. By this, Tramp takes over
19255 handling of remote directories.
19257 2004-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
19259 * newcomment.el (comment-use-global-state): New var.
19260 (comment-search-forward): Use it.
19262 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Set it.
19264 * cus-edit.el (fill) <defgroup>: Move to fill.el.
19266 * textmodes/fill.el (fill) <defgroup>: Move from cus-edit.el.
19267 (enable-kinsoku): Make it a defcustom.
19268 (fill-comment-paragraph): Don't rely on fill-prefix to bound the
19269 paragraph to same-comment-start-marker.
19271 2004-03-07 Dave Love <fx@gnu.org>
19273 * net/browse-url.el (rfc2368-parse-mailto-url): Autoload.
19274 (browse-url-mail): Use it.
19276 * mail/rfc2368.el (rfc2368-unhexify-char): Delete.
19277 (rfc2368-unhexify-string): Use replace-regexp-in-string.
19279 2004-03-07 Francis J. Wright <F.J.Wright@qmul.ac.uk>
19281 * woman.el (woman-man.conf-path): Doc fix.
19282 (woman-parse-man.conf): Also parse OPTIONAL_MANPATH.
19284 2004-03-07 Eli Zaretskii <eliz@gnu.org>
19286 * sort.el (sort-columns): Remove ms-dos from the list of systems
19287 where the external `sort' command is not used.
19289 2004-03-07 Kim F. Storm <storm@cua.dk>
19291 * gdb-ui.el (gdb-overlay-arrow-position): Add defvar.
19292 (gdb-reset): Reset gdb-overlay-arrow-position marker and remove it
19293 from overlay-arrow-variable-list.
19294 (gdb-assembler-mode): Use add-to-list for gdb-overlay-arrow-position.
19296 2004-03-06 Nick Roberts <nick@nick.uklinux.net>
19298 * gdb-ui.el (gdb-assembler-mode, gdb-assembler-custom): Set up
19299 overlay arrow string properly for the assembler buffer.
19301 2004-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
19303 * mail/sendmail.el (mail-mode): Fix last change.
19305 2004-03-05 Nick Roberts <nick@nick.uklinux.net>
19307 * gdb-ui.el (gdb-assembler-mode): Create a second overlay arrow
19308 for the assembler buffer.
19309 (gdb-assembler-custom): Position the overlay arrow.
19310 (gdb-put-arrow, gdb-remove-arrow): Delete functions.
19312 2004-03-04 Stefan Monnier <monnier@iro.umontreal.ca>
19314 * progmodes/sh-script.el (sh-font-lock-paren): Add @ in case patterns.
19316 * pcvs-info.el (cvs-fileinfo->backup-file): Use a more constraining
19317 regexp to distinguish .#ChangeLog.9.1.400 and .#ChangeLog.1.400.
19319 * mail/sendmail.el (mail-mode): Set comment-start-skip.
19321 * newcomment.el (uncomment-region): Allow non-terminated comment.
19322 (comment-normalize-vars): Check the user-specified comstart marker.
19324 2004-03-04 Jesper Harder <harder@ifa.au.dk>
19326 * sort.el (sort-columns): Don't use external 'sort' on ms-windows.
19327 Otherwise, do use it if the region only contains font-lock text
19330 2004-03-04 Masatake YAMATO <jet@gyve.org>
19332 * hexl.el (hexl-mode): Set `hexl-print-current-point-info'
19333 as the callback function for eldoc.
19334 (hexl-print-current-point-info): New function.
19335 (hexl-current-address): Print the address in both decimal
19336 and hexadecimal format.
19338 2004-03-04 Richard M. Stallman <rms@gnu.org>
19340 * mail/rmail.el (rmail-convert-to-babyl-format):
19341 Specify t for UNIBYTE when calling mail-unquote-printable-region.
19343 * mail/mail-utils.el (mail-unquote-printable-region):
19346 * startup.el (command-switch-alist): Doc fix.
19348 * simple.el (undo): Temporarily set this-command to `undo-start',
19349 then set it to `undo' once undo-start returns without error.
19351 * simple.el (minibuffer-history-sexp-flag): Doc fix.
19353 * simple.el (kill-line): Don't disregard trailing whitespace
19354 in eol condition, if show-trailing-whitespace is set.
19356 * mouse-sel.el (mouse-sel-has-been-enabled): New var.
19357 (mouse-sel-mode): When enabling, set mouse-sel-has-been-enabled.
19358 When disabling, restore old values only if mouse-sel-has-been-enabled.
19360 * isearch.el (isearch-*-char): New arg WANT-BACKSLASH.
19361 (isearch-{-char): New function.
19362 (isearch-mode-map): Bind { to isearch-{-char.
19364 * font-lock.el (lisp-font-lock-keywords-2):
19365 Turn off the CL with-... and do-... general patterns.
19366 Instead, recognize several specific with... and do... constructs.
19368 * files.el (switch-to-buffer-other-window):
19369 Bind same-window-buffer-names and same-window-regexps to nil.
19370 (switch-to-buffer-other-frame): Likewise.
19372 2004-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
19374 * textmodes/fill.el (fill-comment-paragraph): Be more careful when
19375 recognizing leading comment on code line.
19377 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19379 * Makefile.in (setwins, setwins_almost): Skip .arch-ids and other
19380 hidden files/directories.
19382 2004-03-02 Stefan Monnier <monnier@iro.umontreal.ca>
19384 * textmodes/fill.el (fill-paragraph): Don't check comment-start-skip,
19385 only comment-start (in case the mode hasn't set it).
19387 * Makefile.in (AUTOGENEL): New var.
19388 (bootstrap-prepare): Rename from bootstrap-clean.
19389 Don't remove elc files.
19390 (maintainer-clean): New target.
19392 * xml.el (xml-get-attribute-or-nil): Simplify.
19394 2004-03-02 Juri Linkov <juri@jurta.org>
19396 * net/browse-url.el (browse-url-netscape, browse-url-mozilla)
19397 (browse-url-galeon, browse-url-epiphany): Encode dollar signs in
19398 URL to prevent their substitution with the environment variable
19399 values by browsers.
19401 2004-03-03 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19403 * ps-print.el: Doc fix.
19404 (ps-print-version): New version number (6.6.3).
19405 (ps-right-header, ps-right-footer, ps-left-header, ps-left-footer):
19407 (ps-kill-emacs-check): Check if ps-print temporary buffer is killed
19409 (ps-time-stamp-yyyy-mm-dd): New fun.
19410 (ps-time-stamp-iso8601): Alias for ps-time-stamp-yyyy-mm-dd.
19412 2004-03-02 Kim F. Storm <storm@cua.dk>
19414 * gdb-ui.el (gdb-mouse-toggle-breakpoint): Remove debug message.
19416 2004-03-01 Juanma Barranquero <lektu@terra.es>
19418 * allout.el (allout-rebullet-heading): Fix typo in docstring.
19420 * desktop.el (desktop-file-version)
19421 (desktop-after-read-hook): Fix typos.
19422 (desktop-clear-preserve-buffers): Remove redundant info in
19423 docstring already shown by the obsolescence message.
19424 (desktop-truncate, desktop-internal-v2s)
19425 (desktop-value-to-string): Change argument name to match docstring.
19427 * emulation/tpu-edt.el (tpu-set-mark): Fix typo in docstring.
19429 * eshell/em-smart.el (eshell-smart-maybe-jump-to-end): Fix typo in
19432 2004-02-29 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19434 * printing.el: Replace "As Is..." in PostScript file print/preview by
19435 "No Preprocessing...". Suggested by Colin Marquardt
19436 <_marquardt_@zmd.de>.
19437 (pr-insert-section-4): Adjust buffer interface.
19439 2004-02-29 Kai Grossjohann <kai.grossjohann@gmx.net>
19441 Version 2.0.39 of Tramp released.
19443 * net/tramp.el (tramp-handle-file-local-copy)
19444 (tramp-handle-write-region, tramp-open-connection-rsh):
19445 Variable name typo. Small change. From Patrick Tullmann
19446 <tullmann@flux.utah.edu>.
19447 (tramp-process-connection-type): New variable.
19448 (tramp-maybe-open-connection): Use it.
19449 (tramp-do-copy-or-rename-via-buffer): Handle KEEP-DATE arg if possible.
19450 (tramp-touch): Set last-modified time of a remote file.
19451 (tramp-handle-write-region): Say which function is used when encoding.
19453 2004-02-29 Michael Albinus <Michael.Albinus@alcatel.de>
19455 * net/tramp-smb.el (tramp-smb-handle-file-writable-p): Handle the
19456 case of non-existing filename, too. Reported by Christoph Bauer
19457 <c_bauer@informatik.uni-kl.de>.
19458 (tramp-smb-get-file-entries): The directory in question should
19459 have permissions "drwxrwxrwx". Just virtual, because we don't
19460 know the real permissions. Don't we know?
19461 (tramp-smb-prompt): Add virtual prompt from listing shares, too.
19462 (tramp-smb-errors): Add "NT_STATUS_ACCOUNT_LOCKED_OUT".
19463 (tramp-smb-wait-for-output): Optimize algorithm getting pending
19464 output. If it was received chunkwise, there have been problems.
19465 Remove the "prompt not found" error message; it is obvious.
19466 Simplify algorithm.
19467 (tramp-smb-process-running): Remove. Since we acknowledge the
19468 virtual prompt for shares, there's no need for distinction of
19469 reading shares (process ends afterwards) and interactive mode of
19471 (tramp-smb-open-connection): Setting process sentinel removed.
19472 (tramp-smb-errors): Add "NT_STATUS_WRONG_PASSWORD" and
19473 "NT_STATUS_NETWORK_ACCESS_DENIED".
19474 (tramp-smb-maybe-open-connection): Set `process-connection-type'
19475 to 'pty. Suggested by Piet van Oostrum <piet@cs.uu.nl>.
19476 (top-level): Setting default value in `tramp-default-method-alist'
19477 corrected. Order of USER and HOST have been wrong.
19478 Nobody complained for months ...
19479 (tramp-smb-maybe-open-connection): Use `tramp-process-connection-type'.
19480 (tramp-smb-open-connection): Clear password cache if login has failed.
19482 * net/tramp.el (tramp-completion-mode) Don't check for 'xemacs' but
19483 `tramp-unified-filenames'.
19484 (tramp-completion-mode): Make test for XEmacs explicitly.
19485 `event-to-character' can exists in Emacs packages too.
19486 Reported by Matt Swift <swift@alum.mit.edu>.
19487 (tramp-buffer-name): Buffer name must contain the user if exists.
19488 Reported by Adrian Phillips <a.phillips@met.no>.
19489 (tramp-do-copy-or-rename-file): Handle out-of-band methods.
19490 Call `tramp-do-copy-or-rename-file-out-of-band' this case.
19491 (tramp-do-copy-or-rename-file-out-of-band): Rename from
19492 `tramp-do-copy-or-rename-file-one-local', because it handles also
19493 the case both files use the same out-of-band method.
19494 Implementation added.
19495 (tramp-handle-file-local-copy, tramp-handle-write-region):
19496 Out-of-band handling removed. `copy-file' called instead, which
19497 calls `tramp-do-copy-or-rename-file-out-of-band'.
19498 (tramp-action-password): Check for out-of-band method removed.
19499 This function is used for 'login-program.
19500 (tramp-post-connection): Use `tramp-method-out-of-band-p' when
19502 (tramp-completion-function-alist-ssh): Add `tramp-parse-shostkeys'
19503 and `tramp-parse-sknownhosts'.
19504 (tramp-completion-function-alist): It's a defvar now, because we
19505 want to apply the optimized `tramp-set-completion-function'
19506 instead of a static list.
19507 (tramp-set-completion-function): Implementation tuned.
19508 Avoid double entries, and entries where the function or the
19509 file/directory doesn't exist.
19510 (tramp-parse-shostkeys, tramp-parse-sknownhosts): New functions
19512 (tramp-file-name-handler-alist): Add `dired-compress-file' entry.
19513 (tramp-handle-dired-compress-file): New function.
19514 (tramp-async-proc): New variable.
19515 (tramp-handle-shell-command): Adding asynchronous processes.
19516 They are far from being perfect, but it works at least for
19517 `find-grep-dired' and `find-name-dired' in Emacs 22.1.
19518 (top-level): Require password.el if visible. Should be mandatory
19519 once No Gnus has found its way into (X)Emacs.
19520 (tramp-read-passwd): Invoke `password-read' if available,
19521 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as
19522 fallback any longer.
19523 (tramp-clear-passwd): New function.
19524 (tramp-process-actions, tramp-process-multi-actions):
19525 Clear password cache if login has failed.
19527 * net/tramp-ftp.el (Commentary): Remove pointer to EFS. It has
19529 (tramp-ftp-file-name-handler): Unset `ange-ftp-ftp-name-arg' and
19530 `ange-ftp-ftp-name-res'. There could be incorrect values from
19531 previous calls in case the "ftp" method is used in the Tramp file
19532 name. Reported by Katsumi Yamaoka <yamaoka@jpl.org>.
19534 2004-02-28 Richard M. Stallman <rms@gnu.org>
19536 * term.el (term-mouse-paste): Call mouse-set-point.
19538 * thumbs.el: New file.
19540 2004-02-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19542 * progmodes/ebnf-abn.el: Doc fix.
19544 * progmodes/ebnf-bnf.el: Doc fix.
19545 (ebnf-repeat): Code fix.
19547 * progmodes/ebnf2ps.el: Doc fix.
19548 (ebnf-syntax-directory, ebnf-syntax-file): New funs.
19550 2004-02-28 Juri Linkov <juri@jurta.org>
19552 * ffap.el (dired-at-point): Additional writability test for
19553 relative directory names.
19554 (dired-at-point-prompter): Treat directories as a directory, get
19555 the directory component from files.
19556 (ffap-string-at-point): Return string from region if region is active.
19557 (ffap-file-at-point): Remove redundant code.
19559 2004-02-28 Kim F. Storm <storm@cua.dk>
19561 * gdb-ui.el (breakpoint-enabled-icon, breakpoint-disabled-icon):
19562 Initialize margin area images to nil.
19563 (breakpoint-bitmap): New defvar for breakpoint fringe bitmaps.
19564 (breakpoint-enabled-bitmap-face)
19565 (breakpoint-disabled-bitmap-face): New faces for bpt in fringe.
19566 (gdb-info-breakpoints-custom): Use gdb-remove-breakpoint-icons.
19567 (gdb-info-breakpoints-custom): Use gdb-put-breakpoint-icon.
19568 (gdb-mouse-toggle-breakpoint): Handle bpt in fringe.
19569 (gdb-reset): Use gdb-remove-breakpoint-icons.
19570 (gdb-put-string): Add dprop arg to specify alternative display
19571 property (for setting fringe bitmap).
19572 (gdb-remove-strings): Doc fix.
19573 (gdb-put-breakpoint-icon): New defun which displays a breakpoint
19574 icon in fringe (if available), or else as icon or text in display
19575 margin. Creates necessary icons in breakpoint-bitmap,
19576 breakpoint-enabled-icon, and/or breakpoint-disabled-icon.
19577 Also make left window margin if required.
19578 (gdb-remove-breakpoint-icons): New defun to remove breakpoint
19579 icons inserted by gdb-put-breakpoint-icon. Remove left margin if
19581 (gdb-assembler-custom): Use gdb-remove-breakpoint-icons and
19582 gdb-put-breakpoint-icon.
19583 (gdb-assembler-mode): Don't set left-margin-width here.
19585 2004-02-27 Kevin Ryde <user42@zip.com.au>
19587 * info-look.el: In scheme-mode symbol regexp, disallow backquote and
19588 comma, so that it DTRT in macros.
19590 2004-02-27 Markus Rost <rost@mathematik.uni-bielefeld.de>
19592 * progmodes/sh-script.el (sh-shell-arg)
19593 (sh-require-final-newline, sh-assignment-regexp, sh-builtins)
19594 (sh-leading-keywords, sh-other-keywords): Fix custom type.
19596 2004-02-27 Dan Nicolaescu <dann@ics.uci.edu>
19598 * faces.el (face-spec-set-match-display): Add a new attribute,
19600 (region, highlight, secondary-selection): Use `min-colors'.
19602 * custom.el (defface): Add documentation for `min-colors'.
19604 * font-lock.el (font-lock-comment-face, font-lock-string-face)
19605 (font-lock-keyword-face, font-lock-function-name-face)
19606 (font-lock-variable-name-face, font-lock-constant-face):
19609 * isearch.el (isearch, isearch-lazy-highlight-face): Use `min-colors'.
19611 2004-02-25 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19613 * progmodes/ebnf2ps.el: Doc fix. For compatibility with Emacs 20,
19614 define assq-delete-all if it's not defined.
19615 (ebnf-generate-region): Code fix.
19617 * printing.el: Doc fix.
19618 (pr-version): New version number (6.7.2).
19619 (pr-command): Return empty string if command is an empty string.
19621 2004-02-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
19623 * progmodes/ebnf-abn.el: New file, implements an ABNF parser.
19625 * progmodes/ebnf2ps.el: Doc fix. Accept ABNF (Augmented BNF). New
19626 arrow shapes: semi-up-hollow, semi-up-full, semi-down-hollow and
19627 semi-down-full. Fix a bug on productions like test = {"test"}* | (
19628 "tt" ["test"] ). Reported by Markus Dreyer
19629 <mdreyer@ix.urz.uni-heidelberg.de>.
19630 (ebnf-version): New version number (4.0).
19631 (ebnf-print-directory, ebnf-print-file, ebnf-spool-directory)
19632 (ebnf-spool-file, ebnf-eps-directory, ebnf-eps-file)
19633 (ebnf-delete-style): New commands.
19634 (ebnf-directory, ebnf-file): New funs.
19635 (ebnf-special-show-delimiter, ebnf-file-suffix-regexp)
19636 (ebnf-production-name-p, ebnf-stop-on-error): New options.
19637 (ebnf-syntax-alist): New var.
19638 (ebnf-element-width): New fun replacing ebnf-list-width.
19639 (ebnf-arrow-shape, ebnf-syntax): Custom fix.
19640 (ebnf-style-custom-list, ebnf-style-database, ebnf-arrow-shape-alist)
19641 (ebnf-prologue): Adjust vars.
19642 (ebnf-setup, ebnf-insert-style, ebnf-merge-style, ebnf-apply-style)
19643 (ebnf-reset-style, ebnf-push-style, ebnf-pop-style)
19644 (ebnf-check-style-values, ebnf-generate-production)
19645 (ebnf-generate-region, ebnf-production-dimension, ebnf-justify-list)
19646 (ebnf-make-terminal1, ebnf-make-or-more1, ebnf-make-repeat)
19647 (ebnf-token-repeat): Code fix.
19649 * progmodes/ebnf-yac.el: Doc fix. Handle Bison pragmas %nonassoc,
19650 %right, %left and %prec. Suggested by Matthew K. Junker
19651 <junker@alum.mit.edu>.
19652 (ebnf-yac-definitions, ebnf-yac-lex): Code fix.
19654 * progmodes/ebnf-iso.el: Doc fix.
19655 (ebnf-iso-token-table, ebnf-iso-non-terminal-chars): Adjust vars.
19656 (ebnf-iso-lex): Code fix.
19658 * progmodes/ebnf-bnf.el: Doc fix.
19659 (ebnf-bnf-lex): Code fix.
19661 * progmodes/ebnf-otz.el: Doc fix.
19663 2004-02-23 Luc Teirlinck <teirllm@auburn.edu>
19665 * abbrev.el (write-abbrev-file): Make argument optional. Doc fix.
19666 (abbrev-prefix-mark): Doc fix.
19668 2004-02-23 Nick Roberts <nick@nick.uklinux.net>
19670 * gdb-ui.el (gud-watch): Load tooltip, if necessary.
19671 (gdb-var-create-handler): Force speedbar-update-flag to be non-nil.
19672 (gdb-var-delete): Make interactive (really).
19673 (gdb-edit-value): Make non-interactive.
19675 * progmodes/gud.el (gud-speedbar-menu-items):
19676 Add gdb-var-delete and, indirectly, gdb-edit-value.
19677 (gud-install-speedbar-variables): Bind gdb-var-delete to "D".
19678 (gud-speedbar-buttons): Remove gdb-var-delete from tag-line.
19679 (gud-gdb-marker-filter): Add comment for annotations.
19681 2004-02-23 Glenn Morris <gmorris@ast.cam.ac.uk>
19683 * calendar/calendar.el (generate-calendar)
19684 (calendar-read-date): Prevent display of BC calendars once more -
19685 reverts 2003-10-01 change.
19686 (generate-calendar-month): Doc fix.
19688 2004-02-03 Matthew Mundell <matt@mundell.ukfsn.org> (tiny change)
19690 * calendar/diary-lib.el (fancy-diary-display): Don't rely on
19691 return value of increment-calendar-month.
19693 2004-02-21 Stephen Compall <s11@member.fsf.org>
19695 * saveplace.el (save-place-forget-unreadable-files)
19696 (save-place-save-skipped, save-place-skip-check-regexp): New vars.
19697 (save-place-forget-unreadable-files): New function.
19698 (save-place-alist-to-file): Use it to filter out files that are
19699 no longer readable.
19701 * textmodes/texinfo.el (texinfo-insert-@item): Look for the
19702 current Texinfo environment, using the same method as in
19703 `texinfo-insert-@end', and insert a space rather than a newline if
19704 point in a @table environment.
19706 2004-02-21 Juri Linkov <juri@jurta.org>
19708 * ffap.el (ffap-file-at-point): Try parent directories.
19710 2004-02-21 Klaus Zeitler <kzeitler@lucent.com>
19712 * vcursor.el (vcursor-modifiers): New defcustom.
19713 (vcursor-cs-binding): Use vcursor-modifiers instead of a
19716 2004-02-21 Masatake YAMATO <jet@gyve.org>
19718 * play/animate.el (animate-birthday-present): Accept names other
19721 2004-02-21 Juri Linkov <juri@jurta.org>
19723 * startup.el: Remove table of command line arguments from the
19724 Commentary section.
19726 2004-02-20 John Wiegley <johnw@newartisans.com>
19728 * eshell/em-pred.el (eshell-modifier-alist): Change the "eval
19729 again" modifier from 'e' to 'E', since 'e' is also used by the
19730 "file extension" modifier.
19732 2004-02-19 Luc Teirlinck <teirllm@auburn.edu>
19734 * help-fns.el (describe-categories): Doc fix.
19736 2003-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
19738 * ediff-util.el (ediff-compute-custom-diffs-maybe): Avoid creating
19739 temporary file for buffer already visiting one. This change makes
19740 output likely to be directly usable by patch program.
19741 Suggested by Adrian Aichner <adrian@xemacs.org>
19743 2004-02-20 Nick Roberts <nick@nick.uklinux.net>
19745 * gdb-ui.el (gdb-use-colon-colon-notation): Set default to nil for
19746 case of variables defined in compound statements.
19747 (gdb-setup-windows, gdb-source-info, gdb-source-info):
19748 Simplify constructions using switch-to-buffer.
19750 2004-02-19 Simon Josefsson <jas@extundo.com>
19752 * play/morse.el: Fix typo.
19753 (morse-code): Add @.
19755 2004-02-19 Glenn Morris <gmorris@ast.cam.ac.uk>
19757 * calendar/appt.el (appt-display-format): Change default to
19758 'ignore, for backwards compatibility.
19759 (appt-display-message): If appt-display-format is 'ignore,
19760 respect old vars appt-msg-window and appt-visible.
19761 (appt-activate): Don't depend on return value of cancel-timer.
19763 * calendar/calendar.el (calendar-holidays): Doc fix.
19765 * calendar/cal-coptic.el (coptic-prompt-for-date):
19766 Use assoc-string instead of assoc-ignore-case.
19767 * calendar/cal-french.el (calendar-goto-french-date): Ditto.
19768 * calendar/cal-hebrew.el (calendar-goto-hebrew-date)
19769 (mark-hebrew-diary-entries, list-yahrzeit-dates): Ditto.
19770 * calendar/cal-islam.el (calendar-goto-islamic-date)
19771 (mark-islamic-diary-entries): Ditto.
19772 * calendar/cal-julian.el (calendar-goto-julian-date): Ditto.
19773 * calendar/cal-mayan.el (calendar-read-mayan-haab-date)
19774 (calendar-read-mayan-tzolkin-date): Ditto.
19775 * calendar/calendar.el (calendar-read-date): Ditto.
19776 * calendar/diary-lib.el (mark-diary-entries): Ditto.
19778 2004-02-18 Markus Rost <rost@mathematik.uni-bielefeld.de>
19780 * progmodes/executable.el (executable-command-find-posix-p):
19781 Fix choice of the directory.
19783 2004-02-17 Luc Teirlinck <teirllm@auburn.edu>
19785 * simple.el (interprogram-cut-function)
19786 (interprogram-paste-function, kill-new, kill-append):
19788 (kill-region): Make it return nil. Doc fix.
19789 (yank-pop): Make its argument optional.
19790 (yank): Make ARG `-' equivalent to `-1'.
19792 2004-02-17 Eli Zaretskii <eliz@gnu.org>
19794 * mail/rmail.el (rmail-get-new-mail): Don't reference
19795 rmail-use-spam-filter if rmail-spam-filter is not loaded.
19797 2004-02-16 Luc Teirlinck <teirllm@auburn.edu>
19799 * autorevert.el (auto-revert-buffer-p): Only revert dired buffers
19800 if one of global-auto-revert-non-file-buffers or autorevert-mode
19803 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19805 * subr.el (delete-dups): A better implementation from Karl Heuer
19808 2004-02-16 Matt Hodges <matt@stchem.bham.ac.uk> (tiny change)
19810 * net/telnet.el (telnet-interrupt-subjob): Move doc string to the
19812 * progmodes/icon.el (icon-indent-command): Ditto.
19813 * textmodes/paragraphs.el (repunctuate-sentences): Ditto.
19815 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19817 * progmodes/grep.el (grep-compute-defaults): Undo change from
19818 2004-01-29: don't use executable-command-find-posix-p.
19820 2004-02-16 Richard Sharman <rsharman@pobox.com>
19822 * hilit-chg.el: Use require instead of eval-and-compile.
19823 (highlight-compare-buffers): New function.
19825 2004-02-16 John Basrai <jbasrai@comcast.net> (tiny change)
19827 * man.el (Man-fontify-manpage): Render section headings in
19828 `Man-overstrike-face' even when overstrike was not used by man
19829 formatter for section headings.
19831 2004-02-16 Eli Tziperman <eli@deas.harvard.edu>
19833 * rmail-spam-filter.el (vm-use-spam-filter)
19834 (rsf-min-region-length-added-to-spam-list): New variables.
19835 (rsf-bbdb-auto-delete-spam-bbdb-entries): Rename from
19836 rmail-bbdb-auto-delete-spam-entries. Add cc: to recipients for
19837 spam testing. Don't delete spam message if automatic deletion
19838 after output via variable rmail-delete-after-output is turned on.
19839 (rsf-bbdb-dont-create-entries-for-deleted-messages): Rename from
19840 rsf-bbdb-dont-create-entries-for-spam.
19841 (check-field): New function, extracted from code in
19842 rmail-spam-filter to ease addition of header fields like content-type.
19843 (message-content-type): New variable to check the content-type:
19844 field added, also in defcustom of rsf-definitions-alist.
19845 (rmail-spam-filter): Replace repeated test code for header fields
19846 by calls to check-field; change the call to
19847 rmail-output-to-rmail-file such that rmail-current-message stays
19848 the same to avoid wrong deletion of unseen flags.
19849 (rsf-add-contents-type): New function to convert old format
19850 of rmail-spam-definitions-alist into new one.
19851 Change prefixes of all variables and functions from
19852 rmail-spam-filter- or spam-filter- or rmail-spam- to rsf-.
19854 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19856 * loadhist.el (unload-hook-features-list): New defvar.
19858 2004-02-16 Dave Love <fx@gnu.org>
19860 * loadhist.el (unload-feature): Doc fix. Rename flist to
19861 unload-hook-features-list.
19863 2004-02-16 Jay Belanger <belanger@truman.edu> (tiny change)
19865 * calc/calc-embed.el (calc-do-embedded-activate): Add autoload
19866 cookie. Don't check if we are looking-at open-formula.
19868 2004-02-16 Jesper Harder <harder@ifa.au.dk> (tiny change)
19870 * subr.el (match-string-no-properties): Use substring-no-properties.
19872 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19874 * emacs-lisp/rx.el (rx-check, rx-check-any, rx-check-not)
19875 (rx-repeat, rx-check-backref, rx-syntax, rx-to-string):
19876 Use lower-case "rx" in all error message.
19878 2004-02-16 Dave Love <fx@gnu.org>
19880 * emacs-lisp/rx.el (rx-or): Put group around result.
19881 (rx-constituents): Add backref.
19882 (rx-syntax): Add string-delimiter, comment-delimiter.
19883 (rx-categories): Add combining-diacritic.
19884 (rx-check-not, rx-greedy, rx): Doc fix.
19885 (rx-backref, rx-check-backref): New.
19887 2004-02-16 Jesper Harder <harder@ifa.au.dk>
19889 * newcomment.el (uncomment-region): Allow eob as comment end.
19891 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19893 * filecache.el: All message and error commands now use prefix
19894 "Filecache:" to make it easy to read *Messages* buffer.
19896 2004-02-16 Jari Aalto <jari.aalto@poboxes.com>
19898 * autorevert.el: Add support to detect changed dired and VC buffers.
19899 (auto-revert-active-p, auto-revert-list-diff)
19900 (auto-revert-dired-file-list, auto-revert-dired-changed-p)
19901 (auto-revert-handler, auto-revert-active-p): New functions.
19902 (auto-revert-buffers): Move revert logic to `auto-revert-handler'
19903 and `auto-revert-active-p'.
19904 (eval-when-compile): Defvar dired-directory and vc-mode.
19905 (auto-revert-vc-cvs-file-version, auto-revert-vc-buffer-p)
19906 (auto-revert-handler-vc): New functions.
19908 2004-02-16 Alfred M. Szmidt <ams@kemisten.nu> (tiny change)
19910 * progmodes/compile.el (compilation-directory): New defvar.
19911 (compile): Save current directory in compilation-directory.
19912 (recompile): Bind default-directory to compilation-directory if
19915 2004-02-16 Dave Love <fx@gnu.org>
19917 * newcomment.el (comment-insert-comment-function)
19918 (comment-region-function, uncomment-region-function): New.
19919 (comment-indent): Use comment-insert-comment-function.
19920 (uncomment-region): Use uncomment-region-function.
19921 (comment-region): Use comment-region-function.
19923 * emacs-lisp/rx.el (rx-not): Bind case-fold-search to nil.
19925 2004-02-16 Richard Stallman <rms@gnu.org>
19927 * Makefile.in (TAGS, TAGS-LISP): Filter out of `els' only
19928 loaddefs* and ldefs-boot*.
19930 2004-02-16 Eli Zaretskii <eliz@gnu.org>
19932 * mail/mail-utils.el (rmail-dont-reply-to): Anchor user login name
19933 and email address at the beginning and end of the address.
19935 * mail/rmail.el (rmail-default-dont-reply-to-names): Make "info-"
19936 anchored at the beginning of the email address.
19938 2004-02-16 TAKAI Kousuke <tak@kmc.gr.jp> (tiny change)
19940 * international/ccl.el (ccl-compile-write): Pass `left' to
19941 ccl-embed-code to generate correct code of write-expr-register.
19943 2004-02-15 Dan Nicolaescu <dann@ics.uci.edu> (tiny change)
19945 * progmodes/grep.el (grep-compute-defaults): Fix typos.
19947 2004-02-15 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
19949 * x-dnd.el: Mention support for Motif in commentary.
19950 (x-dnd-handle-drag-n-drop-event): Ditto.
19952 2004-02-14 Jonathan Yavner <jyavner@member.fsf.org>
19954 * ses.el: Use "ses--" prefixes for buffer-local variables.
19955 Use (point-min) instead of 1, even when we know the buffer
19957 (ses-build-load-map): Delete. Distribute its content to defconsts for
19959 (ses-menu, ses-header-line-menu): New menus.
19960 (ses-mode-map): Use them.
19961 (ses-read-number) New fun. Duplicates code from interactive "N" spec.
19963 2004-02-14 Martin Stjernholm <bug-cc-mode@gnu.org>
19965 * Makefile.in: Fix the CC Mode recompile kludge so it works
19966 when building in a different directory.
19968 2004-02-13 Luc Teirlinck <teirllm@auburn.edu>
19970 * simple.el (kill-new): Put yank-handler property on the entire string.
19972 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19974 * diff.el: Don't use compile any more, use diff-mode instead.
19975 (diff-regexp-alist, diff-old-file, diff-new-file)
19976 (diff-parse-differences, diff-process-setup): Remove.
19977 (diff-sentinel): New fun.
19978 (diff): Use it. Run the process ourselves.
19979 Use diff-mode for the rest of the processing.
19981 * diff.el (diff): Simplify code handling `switch'.
19983 2004-02-11 Stefan Monnier <monnier@iro.umontreal.ca>
19985 * pcvs-defs.el (cvs-menu): Add `tag'.
19987 2004-02-11 Luc Teirlinck <teirllm@auburn.edu>
19989 * simple.el (kill-append): Doc fix.
19991 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
19992 Adapt outline-regexp to the new conventions for commenting out code.
19994 2004-02-11 John Paul Wallington <jpw@gnu.org>
19996 * mail/smtpmail.el (smtpmail-try-auth-methods): Fix typo.
19998 2004-02-10 Stefan Monnier <monnier@iro.umontreal.ca>
20000 * diff.el (diff-switches): New fun.
20001 (diff, diff-backup): Use it.
20002 (diff): Clean up the args construction. Use backquote.
20003 Use listp instead of consp to avoid putting a nil arg.
20004 (diff): Add a revert-buffer function.
20006 2004-02-10 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20008 * x-dnd.el (x-dnd-types-alist): Add COMPOUND_TEXT, FILE_NAME
20009 handled by x-dnd-handle-file-name.
20010 (x-dnd-known-types): Add COMPOUND_TEXT.
20011 (x-dnd-init-frame): Call x-dnd-init-motif-for-frame.
20012 (x-dnd-get-state-cons-for-frame): Must do copy-sequence on
20014 (x-dnd-forget-drop): Ditto.
20015 (x-dnd-save-state): Add optional parameter extra-data (for Motif).
20016 (x-dnd-handle-one-url): Return private when inserting text.
20017 (x-dnd-insert-ctext): New function.
20018 (x-dnd-handle-file-name): New function for FILE_NAME.
20019 (x-dnd-handle-drag-n-drop-event): Add Motif, remove call to error.
20020 (x-dnd-init-motif-for-frame, x-dnd-get-motif-value)
20021 (x-dnd-motif-value-to-list, x-dnd-handle-motif): New functions.
20023 2004-02-10 Kenichi Handa <handa@m17n.org>
20025 * term/x-win.el (x-select-utf8-or-ctext): Use compare-strings
20026 instead of while loop.
20028 2004-02-10 Miles Bader <miles@gnu.org>
20030 * emacs-lisp/macroexp.el: New file, implements `macroexpand-all'.
20032 2004-02-09 Kenichi Handa <handa@m17n.org>
20034 * tar-mode.el (tar-extract): Fix for the case that a file doesn't
20037 2004-02-09 Martin Stjernholm <bug-cc-mode@gnu.org>
20039 * Makefile.in: Added extra dependencies in the recompile target
20040 needed to cope with the compile time macro expansions in CC Mode.
20042 2004-02-09 Kim F. Storm <storm@cua.dk>
20044 * fringe.el (no-fringe-bitmap, undef-fringe-bitmap)
20045 (left-truncation-fringe-bitmap, right-truncation-fringe-bitmap)
20046 (up-arrow-fringe-bitmap, down-arrow-fringe-bitmap)
20047 (continued-line-fringe-bitmap, continuation-line-fringe-bitmap)
20048 (overlay-arrow-fringe-bitmap, top-left-angle-fringe-bitmap)
20049 (top-right-angle-fringe-bitmap, bottom-left-angle-fringe-bitmap)
20050 (bottom-right-angle-fringe-bitmap, left-bracket-fringe-bitmap)
20051 (right-bracket-fringe-bitmap, filled-box-cursor-fringe-bitmap)
20052 (hollow-box-cursor-fringe-bitmap, hollow-square-fringe-bitmap)
20053 (bar-cursor-fringe-bitmap, hbar-cursor-fringe-bitmap)
20054 (empty-line-fringe-bitmap): Define standard fringe bitmaps id's.
20056 2004-02-08 Stefan Monnier <monnier@iro.umontreal.ca>
20058 * window.el (window-safely-shrinkable-p): Don't change the buffer-list.
20059 Don't allow shrink if there's a window on our right.
20061 * progmodes/prolog.el (prolog-program-name): Use gprolog if available.
20062 (prolog-mode-syntax-table, prolog-mode-abbrev-table, prolog-mode-map):
20063 Bring together declaration and initialization.
20064 (prolog-mode-variables): Don't set the syntax table.
20065 Don't set paragraph-start and comment-indent-function.
20066 Add /*..*/ to the comment regexps.
20067 (prolog-mode-commands): Remove. Do it during init of prolog-mode-map.
20068 (prolog-mode-map): Don't bind TAB.
20069 (prolog-mode): Set the syntax table.
20070 (prolog-comment-indent): Remove.
20071 (inferior-prolog-mode-map): Initialize in the declaration.
20072 (inferior-prolog-mode-syntax-table)
20073 (inferior-prolog-mode-abbrev-table): New vars.
20074 (inferior-prolog-mode): Derive from comint-mode.
20075 (run-prolog): Avoid switch-to-buffer which can fail in dedicated and
20076 minibuffer windows.
20078 * progmodes/grep.el (grep-regexp-alist): Allow :, \t and (
20079 in file names, as long as it is unambiguous.
20081 2004-02-08 Andreas Schwab <schwab@suse.de>
20083 * textmodes/reftex-toc.el
20084 (reftex-toc-load-all-files-for-promotion): Remove useless use of
20087 * textmodes/refer.el (refer-find-entry-internal): Remove extra
20088 format string arguments.
20090 * tar-mode.el (tar-parse-octal-integer-safe): Add missing format
20093 * progmodes/xscheme.el (verify-xscheme-buffer): Fix format strings.
20095 * play/zone.el (zone-call): Fix format string.
20097 * net/webjump.el (webjump-builtin): Add missing format string argument.
20099 * midnight.el (midnight-delay-set): Remove extra format string argument.
20101 * mail/rmail.el (rmail-get-new-mail): Remove useless use of format.
20103 * hexl.el (hexl-insert-char): Add missing format string argument.
20105 * format.el (format-decode): Fix format string.
20107 * emulation/vi.el (vi-mode): Remove extra format string argument.
20108 (vi-repeat-last-search): Likewise.
20109 (vi-reverse-last-search): Likewise.
20110 (vi-goto-mark): Likewise.
20111 (vi-reverse-last-find-char): Likewise.
20112 (vi-repeat-last-find-char): Likewise.
20113 (vi-locate-def): Likewise.
20115 * emacs-lisp/lisp-mnt.el (lm-verify): Remove useless use of format.
20117 * ediff-util.el (ediff-toggle-read-only): Remove extra format
20119 (ediff-toggle-regexp-match): Likewise.
20121 * dired-aux.el (dired-do-query-replace-regexp): Add missing
20122 format string argument.
20124 * calc/calc-map.el (calc-get-operator): Remove extra format
20127 * calc/calc-forms.el (calc-convert-time-zones): Fix format string.
20129 * calc/calc-ext.el (calc-do-prefix-help): Remove extra format
20132 * eshell/esh-mode.el (eshell-send-invisible): Fix format string.
20134 * eshell/em-hist.el (eshell-hist-word-reference): Fix format string.
20136 * emulation/viper-ex.el (ex-mark): Remove extra format string argument.
20138 * emacs-lisp/cl-macs.el (defstruct): Remove extra format string arg.
20139 (cl-struct-setf-expander): Likewise.
20141 * vc.el (with-vc-file): Fix unsafe uses of error.
20142 (vc-cancel-version): Likewise.
20144 2004-02-08 Jan Nieuwenhuizen <jan.nieuwenhuizen@aspiratie.nl> (tiny change)
20146 * progmodes/gud.el (gud-jdb-marker-filter): Add period as optional
20147 thousands separator; fixes <class>:<line-number> regexp for
20148 non-english locales.
20150 2004-02-08 Andreas Schwab <schwab@suse.de>
20152 * view.el (view-mode-enable): Revert previous change.
20154 2004-02-07 Kim F. Storm <storm@cua.dk>
20156 * simple.el (line-number-at-pos): Rename from line-at-pos.
20157 Uses changed (what-line and vc-annotate-warp-version).
20159 2004-02-06 Stefan Monnier <monnier@iro.umontreal.ca>
20161 * diff-mode.el (diff-file-regexp-alist, diff-error-regexp-alist)
20162 (diff-mode): Remove aborted attempt at support for compile.el.
20163 (diff-mode, diff-minor-mode): Avoid obsolete write-contents-hooks.
20165 2004-02-06 Andreas Schwab <schwab@suse.de>
20167 * view.el (view-mode-enable): Add view-mode-map to
20168 minor-mode-overriding-map-alist.
20170 2004-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20172 * x-dnd.el (x-dnd-get-local-file-name): Fix byte compiler warning
20174 2004-02-04 Stefan Monnier <monnier@iro.umontreal.ca>
20176 * progmodes/cperl-mode.el (cperl-fill-paragraph): Call fill-paragraph
20177 with point inside rather than after the paragraph.
20179 2004-02-04 Sam Steingold <sds@gnu.org>
20181 * mail/smtpmail.el (smtpmail-try-auth-methods):
20182 Do not try authentication when no mechanism is available.
20183 Pass port-name as defaultport to `netrc-machine'.
20185 2004-02-04 Stephen Eglen <stephen@gnu.org>
20187 * iswitchb.el (iswitchb-minibuffer-setup-hook): Update doc string
20188 to show how minibuffer height can be constrained.
20190 2004-02-04 John Paul Wallington <jpw@gnu.org>
20192 * files.el (auto-mode-alist): Fix .scm, .stk, .ss, .sch entry.
20194 2004-02-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20196 * x-dnd.el: New file for drag and drop.
20198 * term/x-win.el: require x-dnd, set after-make-frame-functions
20199 to x-dnd-init-frame, let x-dnd-handle-drag-n-drop-event handle
20202 * dired.el (dired-dnd-test-function, dired-dnd-popup-notice)
20203 (dired-dnd-do-ask-action, dired-dnd-handle-local-file)
20204 (dired-dnd-handle-file): New functions for drag and drop support.
20205 (dired-mode): Initialize drag and drop if x-dnd present.
20207 2004-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
20209 * progmodes/cperl-mode.el (cperl-mode-map, cperl-do-auto-fill)
20210 (cperl-menu): Use fill-paragraph, not cperl-fill-paragraph.
20211 (cperl-mode): Set fill-paragraph-function.
20212 (cperl-fill-paragraph): Make it non-interactive.
20214 2004-02-02 Benjamin Rutt <brutt@bloomington.in.us>
20216 * diff-mode.el (diff-mode-shared-map): Bind q to `quit-window'.
20218 2004-02-02 David Kastrup <dak@gnu.org>
20220 * replace.el (perform-replace): Allow 'literal argument in
20221 regexp-flag to indicate literal replacement.
20222 (query-replace-regexp-eval): Use it.
20224 2004-02-01 Andreas Schwab <schwab@suse.de>
20226 * progmodes/executable.el (executable-command-find-posix-p): Doc fix.
20228 2004-02-01 Stephen Eglen <stephen@gnu.org>
20230 * info-look.el: Add support for maxima-mode. Update commentary
20231 because info-lookup-symbol is now bound to C-h S.
20233 2004-01-31 Luc Teirlinck <teirllm@auburn.edu>
20235 * simple.el (edit-and-eval-command): Bind print-level and
20236 minibuffer-history-sexp-flag around call to read-from-minibuffer.
20237 Correct initial position in command-history.
20239 2004-01-30 Luc Teirlinck <teirllm@auburn.edu>
20241 * files.el (read-directory-name): Adapt the docstring to recent
20242 change in Fread_file_name.
20244 2004-01-30 Jonathan Yavner <jyavner@member.fsf.org>
20246 * ses.el (ses-print-cell): If print format too wide for column
20247 width, truncate decimal places if that helps to avoid "#####" fill.
20248 * ses.el (ses-initial-column-width): Revert previous change.
20250 2004-01-29 Stefan Monnier <monnier@iro.umontreal.ca>
20252 * jit-lock.el (jit-lock-context-time, jit-lock-context-timer): New var.
20253 (with-buffer-unmodified, with-buffer-prepared-for-jit-lock):
20255 (jit-lock-mode): Setup/cancel the new timer.
20256 (jit-lock-context-fontify): New fun. Extracted from
20257 context fontification code of jit-lock-stealth-fontify.
20258 (jit-lock-stealth-fontify): Don't do context fontification any more.
20260 * jit-lock.el (jit-lock-stealth-fontify): Allow quit.
20261 (jit-lock-fontify-now): Handle the `quit' case.
20262 (jit-lock-contextually): Rename from jit-lock-defer-contextually.
20264 2004-01-29 Jari Aalto <jari.aalto@poboxes.com>
20266 * progmodes/executable.el (executable-command-find-posix-p):
20267 New. Check if find handles arguments Posix-style.
20269 * progmodes/grep.el (grep-compute-defaults):
20270 Use executable-command-find-posix-p.
20271 (grep-find): Check `grep-find-command'.
20273 * filecache.el (file-cache-find-posix-p): Delete.
20274 (file-cache-add-directory-using-find):
20275 Use `executable-command-find-posix-p'.
20277 2004-01-29 Dave Love <fx@gnu.org>
20279 * emacs-lisp/lisp.el (beginning-of-defun-raw, end-of-defun):
20280 Iterate the hook function if arg is given.
20281 (mark-defun, narrow-to-defun): Change order of finding the limits.
20283 * emacs-lisp/bytecomp.el (byte-compile-compatibility): Doc fix.
20284 (byte-compile-format-warn): New.
20285 (byte-compile-callargs-warn): Use it.
20286 (Format, message, error): Add byte-compile-format-like property.
20287 (byte-compile-maybe-guarded): New.
20288 (byte-compile-if, byte-compile-cond): Use it.
20289 (byte-compile-lambda): Compile interactive forms,
20290 just to make warnings about them.
20292 2004-01-29 Jonathan Yavner <jyavner@member.fsf.org>
20294 * ses.el (ses-initial-column-width): Increase to 14, so it will
20295 work well with the default printer of "%.7g" for extreme values
20296 like "-1.234567e+07".
20298 2004-01-29 Kenichi Handa <handa@m17n.org>
20300 * term/x-win.el (x-selection-value): Optimize for ASCII only case.
20302 2004-01-28 Peter 'Luna' Runestig <peter@runestig.com>
20304 * dos-w32.el: Added support for the `default-printer-name' function.
20306 2004-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
20308 * server.el (server-socket-name): Don't use the hostname in the
20309 socket name since /tmp is local to the host anyway.
20311 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation): Use a more
20312 robust check of widening and fix var-naming.
20314 2004-01-27 Eli Tziperman <eli@deas.harvard.edu>
20316 * rmail-spam-filter.el: Change rmail-spam-filter- or spam-filter-
20317 or rmail-spam- to rsf- in all function and variable names.
20318 (rsf-min-region-to-spam-list): New variable.
20319 (rsf-bbdb-auto-delete-spam-entries): Rename from
20320 rmail-bbdb-auto-delete-spam-bbdb-entries. The cc: field is
20321 scanned together with the recipients field for spam testing; Don't
20322 delete spam message if rmail-delete-after-output is non-nil;
20323 (rsf-check-field): New function, extracted from code in
20324 rmail-spam-filter to ease addition of header fields like
20326 (message-content-type): New variable. The content-type: field was
20327 added also in defcustom of rsf-definitions-alist;
20328 (rmail-spam-filter): Replace repeated test code for header fields
20329 by calls to check-field; change the call to
20330 rmail-output-to-rmail-file such that rmail-current-message stays
20331 the same to avoid wrong deletion of unseen flags.
20332 (rmail-use-spam-filter): Add autoload cookie.
20334 2004-01-27 Jari Aalto <jari.aalto@poboxes.com>
20336 * filecache.el (file-cache-find-posix-p): New function. Detect Cygwin.
20337 (file-cache-add-directory-using-find): Add Cygwin support.
20338 (file-cache-find-command-posix-flag): New user variable.
20340 * filecache.el (file-cache-add-directory): Check for
20341 directories an remove them from dir-files.
20343 2004-01-27 Richard M. Stallman <rms@gnu.org>
20345 * man.el (Man-fontify-manpage): Clean up message.
20347 2004-01-27 Kenichi Handa <handa@m17n.org>
20349 * textmodes/paragraphs.el (sentence-end-without-space): New variable.
20350 (sentence-end): Define using sentence-end-without-space.
20352 * textmodes/fill.el (fill-delete-newlines): Don't add a space if
20353 a sentence ends with one of a character in sentence-end-without-space.
20355 2004-01-26 Stefan Monnier <monnier@iro.umontreal.ca>
20357 * font-lock.el (font-lock): Add jit-lock as explicit group member.
20358 (jit-lock): Group declaration moved to jit-lock.el.
20359 (toplevel): Don't explicitly require jit-lock, since it's autoloaded
20362 * jit-lock.el (jit-lock): Move group declaration from font-lock.el.
20363 (jit-lock-context-unfontify-pos): Rename from
20364 jit-lock-first-unfontify-pos.
20365 (jit-lock-defer-buffers): Rename from jit-lock-buffers.
20367 2004-01-25 Glenn Morris <gmorris@ast.cam.ac.uk>
20369 * progmodes/fortran.el (fortran-break-before-delimiters): Doc fix.
20370 (fortran-break-delimiters-re, fortran-no-break-re): New consts.
20371 (fortran-fill): When filling a string, adjust re-search-backward
20372 argument for special case of string just on fill-column.
20373 When filling non-string, allow one extra char if
20374 fortran-break-before-delimiters is non-nil.
20375 Suggested by Michael Hagemann <michael.hagemann@unibas.ch>.
20376 Use fortran-break-delimiters-re and fortran-no-break-re to
20377 correctly handle cases such as "**".
20379 * progmodes/f90.el (f90-break-delimiters): Doc fix.
20380 (f90-no-break-re): Add some extra tokens. Doc fix.
20382 2004-01-24 Thien-Thi Nguyen <ttn@gnu.org>
20384 * mail/rmail-spam-filter.el:
20385 Use two semicolons as Commentary line prefix.
20386 Add ";;; Code:" stylized comment.
20387 Delete end-of-line whitespace.
20388 Wrap (require 'cl) with `eval-when-compile'.
20390 2004-01-23 Benjamin Rutt <brutt@bloomington.in.us>
20392 * vc.el (vc-annotate): Fix improper use of `make-local-variable'
20393 at the top level of vc.el.
20395 2004-01-23 Andre Spiegel <spiegel@gnu.org>
20397 * vc.el (vc-current-line): Function removed. This is now done by
20398 the new function line-at-pos in simple.el.
20399 (vc-annotate-warp-version): Use line-at-pos instead of
20402 2004-01-22 Kim F. Storm <storm@cua.dk>
20404 * simple.el (line-at-pos): New defun.
20405 (what-line): Use it. Optimize by only counting lines in narrowed
20408 2004-01-22 Kenichi Handa <handa@m17n.org>
20410 * language/cyrillic.el (ccl-encode-windows-1251-font): Rearrange code
20411 point (register r1) only for charset mule-unicode-0100-24ff.
20413 2004-01-21 Markus Rost <rost@mathematik.uni-bielefeld.de>
20415 * mail/rmail.el (rmail-convert-to-babyl-format): Avoid deleting
20416 trailing white space and ensure a final newline.
20418 * mail/rmail-spam-filter.el (rmail-use-spam-filter):
20419 Add autoload cookie.
20421 2004-01-21 Benjamin Rutt <brutt@bloomington.in.us>
20423 * vc.el (vc-annotate-mode): Inherit from fundamental-mode and
20424 activate view-mode explicitly.
20426 2004-01-21 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
20428 * term/x-win.el (x-clipboard-yank, menu-bar-edit-menu): Call
20429 menu-bar-enable-clipboard and make Paste use clipboard first.
20431 2004-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
20433 * vc-mcvs.el (vc-mcvs-mode-line-string): Remove. Does not work.
20434 (vc-mcvs-workfile-version): Manually macro expand vc-mcvs-cvs.
20435 (vc-mcvs-cvs): Remove.
20436 (vc-mcvs-command): Remove use of assert.
20438 * outline.el (outline-insert-heading): Tighten up match.
20439 (outline-demote, outline-move-subtree-down): Don't assume anything
20440 about outline-regexp.
20442 * textmodes/texinfo.el (texinfo-mode): Remove ^ from outline-regexp.
20443 (texinfo-show-structure): Explicitly add ^, and simplify.
20445 2004-01-20 Glenn Morris <gmorris@ast.cam.ac.uk>
20447 * calendar/appt.el (appt-check): Restore usage of
20448 appt-issue-message deleted in previous change.
20449 (top-level): Activate package when loaded (needed for backwards
20452 2004-01-20 Jesper Harder <harder@ifa.au.dk>
20454 * mail/smtpmail.el (smtpmail-via-smtp): No need to add two bytes
20455 following previous change to smtpmail-send-data.
20457 2004-01-20 Benjamin Rutt <brutt@bloomington.in.us>
20459 * vc.el (vc-default-previous-version): Doc enhancement.
20460 (vc-default-next-version): New function.
20461 (vc-print-log): New arg FOCUS-REV.
20462 (vc-annotate-mode): Derive from view-mode.
20463 (vc-annotate): New args REVISION, DISPLAY-MODE.
20464 (vc-annotate-workfile-version, vc-annotate-extract-revision-at-line)
20465 (vc-annotate-revision-at-line, vc-annotate-revision-previous-to-line)
20466 (vc-annotate-show-log-revision-at-line, vc-annotate-warp-version)
20467 (vc-annotate-show-diff-revision-at-line, vc-current-line)
20468 (vc-annotate-prev-version, vc-annotate-next-version): New functions.
20470 * vc-cvs.el (vc-cvs-annotate-extract-revision-at-line): New function.
20472 2004-01-19 Karl Berry <karl@gnu.org>
20474 * textmodes/texinfo.el: Use "Texinfo" consistently, no "TeXinfo"
20477 2004-01-19 Luc Teirlinck <teirllm@auburn.edu>
20479 * subr.el (delete-dups): New function.
20481 2004-01-19 Karl Berry <karl@gnu.org>
20483 * textmodes/texinfo.el (texinfo-mode): Define outline-regexp to start
20484 with ^, since that's what texinfo-show-structure
20485 documentation says (plus it works much better in texinfo.txi).
20487 2004-01-18 Jesper Harder <harder@ifa.au.dk>
20489 * mail/smtpmail.el (smtpmail-send-data): Don't append spurious newline.
20491 2004-01-18 David Ponce <david@dponce.com> (tiny change)
20493 * progmodes/which-func.el (which-function-mode): Don't cancel
20494 which-func-update-timer if not set.
20496 2004-01-17 Thien-Thi Nguyen <ttn@gnu.org>
20498 * calendar/diary-lib.el (diary-entry-time): Fix typo/bug:
20499 Remove spurious left square bracket in XX:XXam regexp.
20501 2004-01-16 Luc Teirlinck <teirllm@auburn.edu>
20503 * progmodes/cc-defs.el: Do not require cl at run time.
20505 2004-01-16 Richard M. Stallman <rms@gnu.org>
20507 * emacs-lisp/cl.el (cl-cannot-unload): New function.
20508 (cl-unload-hook): Defvar this to run cl-cannot-unload.
20510 * mail/rmail.el (rmail-get-new-mail): New local rsf-number-of-spam.
20511 Call rmail-spam-filter. Delete and expunge spam.
20512 Print number of spam messages deleted.
20513 Save and restore the deletion status of old messages when reading
20514 new mail with spam filter, so that expunging spam does not expunge
20515 msgs deleted by the user.
20516 (rmail-only-expunge): Add an optional argument dont-show to
20517 prevent showing message after expunge.
20519 2004-01-15 Luc Teirlinck <teirllm@auburn.edu>
20521 * emacs-lisp/cl.el (declare): Add `fmakunbound' for `declare'.
20522 * subr.el (declare): New macro.
20524 2004-01-15 Thien-Thi Nguyen <ttn@gnu.org>
20526 * progmodes/scheme.el (scheme-font-lock-keywords-2): Add "force".
20528 2004-01-14 Stefan Monnier <monnier@iro.umontreal.ca>
20530 * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
20531 Test window-system rather than system-type (for X11/Mac).
20533 2004-01-12 Luc Teirlinck <teirllm@auburn.edu>
20535 * emacs-lisp/bytecomp.el (compile-defun): Doc fix.
20537 2004-01-12 Richard M. Stallman <rms@gnu.org>
20539 * mail/rmail.el (rmail-convert-to-babyl-format):
20540 Use mail-unquote-printable-region.
20541 (rmail-hex-string-to-integer, rmail-decode-quoted-printable):
20542 (rmail-hex-char-to-integer): Functions deleted.
20544 * mail/mail-utils.el (mail-unquote-printable-hexdigit): Upcase CHAR.
20545 (mail-unquote-printable-region): New arg NOERROR.
20546 For invalid encoding, either signal an error to just return nil.
20548 2004-01-11 Glenn Morris <gmorris@ast.cam.ac.uk>
20550 * calendar/appt.el: Update copyright and commentary.
20551 (appt-issue-message): Make obsolete.
20552 (appt-visible, appt-msg-window): Make obsolete, in favor of
20553 appt-display-format.
20554 (appt-display-mode-line, appt-display-duration)
20555 (appt-display-diary, appt-time-msg-list, appt-mode-string)
20556 (appt-prev-comp-time, appt-display-count, appt-timer)
20557 (appt-convert-time): Doc change.
20558 (appt-disp-window-function, appt-delete-window-function):
20559 Use defcustom rather than defvar.
20560 (appt-display-format): New variable.
20561 (appt-display-message): New function with display code from appt-check.
20562 (appt-check): Add optional FORCE argument. Doc change.
20563 Add appt-make-list to diary-hook if displaying diary.
20564 Remove checking of view-diary-entries-initially.
20565 Message display section removed to new function appt-display-message.
20566 (appt-display-window): Doc change. Remove unused internal var
20567 this-buffer. Do not beep, since appt-display-message does that.
20568 (appt-make-list): Doc change. Use caar.
20569 (appt-sort-list): Simplify by using builtin sort function.
20570 (appt-update-list): New function for updating appts when diary is
20572 (appt-activate): New autoloaded function to toggle package
20575 * calendar/cal-x.el: (calendar-one-frame-setup)
20576 (calendar-only-one-frame-setup, calendar-two-frame-setup): Doc change.
20578 * calendar/calendar.el: Update copyright.
20579 (view-diary-entries-initially, european-calendar-style): Doc change.
20580 (calendar-setup): Make defcustom rather than defvar.
20581 (mark-visible-calendar-date): Initialize temp-face and faceinfo
20582 in let binding so local to function.
20584 * calendar/diary-lib.el: Update copyright.
20585 (diary, diary-entry-time): Doc change.
20586 (list-diary-entries): Doc change. Trivial logic change.
20587 (fancy-diary-display): Restore make-face command mistakenly
20588 deleted 2003-05-08.
20589 (show-all-diary-entries): Allow to pop-up frame if needed.
20591 2004-01-09 John Paul Wallington <jpw@gnu.org>
20593 * bindings.el (mode-line-change-eol): Add EVENT parameter.
20594 Temporarily select EVENT's window for changing eol type.
20596 2004-01-09 Deepak Goel <deego@gnufans.org>
20598 * calendar/diary-lib.el (diary-entry-time):
20599 Also accept time in the form XX[.XX][am/pm/AM/PM].
20600 (fancy-diary-font-lock-keywords): Likewise.
20601 (diary-font-lock-keywords): Likewise.
20602 * calendar/appt.el (appt-add): Likewise.
20603 (appt-make-list): Likewise.
20604 (appt-convert-time): Likewise.
20606 2004-01-08 Nick Roberts <nick@nick.uklinux.net>
20608 * gdb-ui.el (gdb-ann3): Revert previous change.
20609 (gdb-source-info): Allow for case of where compilation directory
20612 2004-01-08 John Paul Wallington <jpw@gnu.org>
20614 * emerge.el (emerge-restore-buffer-characteristics): Doc fix.
20616 2004-01-07 Nick Roberts <nick@nick.uklinux.net>
20618 * progmodes/gud.el (gdb-first-prompt): Rename from gdb-first-pre-prompt
20620 * gdb-ui.el (gdba): Avoid duplication, use gdb-ann3.
20621 (gdb-ann3): Use GDB command "set width 0" to prevent word wrapping
20623 (gdb-prompt): Set (renamed) gdb-first-prompt to nil in gdb-ann3.
20625 2004-01-07 Luc Teirlinck <teirllm@auburn.edu>
20627 * files.el (write-file-functions, write-contents-functions):
20628 Clarify docstrings.
20630 2004-01-07 Kenichi Handa <handa@m17n.org>
20632 * international/mule.el (set-auto-coding): Fix for the case that
20633 end-of-line is only CR.
20635 2004-01-07 Kim F. Storm <storm@cua.dk>
20637 * subr.el (event-start, event-end): Doc fix.
20638 (posn-string, posn-image): New defuns.
20639 (posn-object): Return either image or string object.
20640 (posn-object-x-y): Return 8th element of position.
20641 (posn-object-width-height): New defun.
20643 2004-01-06 Andreas Schwab <schwab@suse.de>
20645 * gdb-ui.el (gdb-frame-handler): Handle word wrapping anywhere in
20648 2004-01-05 Karl Berry <karl@gnu.org>
20650 * emacs-lisp/copyright.el (copyright-regexp): Might as well allow
20653 2003-12-31 Simon Josefsson <jas@extundo.com>
20655 * files.el (before-save-hook): Add.
20656 (basic-save-buffer): Use before-save-hook.
20658 * emacs-lisp/copyright.el: Fix comment to recommend
20659 before-save-hook instead of write-file-functions.
20661 2004-01-05 Richard M. Stallman <rms@gnu.org>
20663 * finder.el (finder-commentary): Call delete-other-windows.
20665 * net/ange-ftp.el (ange-ftp-file-attributes):
20666 Pass 2 args to ange-ftp-real-file-attributes only if ID-FORMAT non-nil.
20668 2004-01-04 Karl Berry <karl@gnu.org>
20670 * emacs-lisp/copyright.el (copyright-regexp): Allow the common
20671 comment characters % and # in the copyright year notice,
20674 2004-01-04 Per Abrahamsen <abraham@dina.kvl.dk>
20676 * wid-edit.el (default): Define dummy :value-delete.
20677 Reported by Jesper Harder <harder@ifa.au.dk>.
20679 2004-01-03 Richard M. Stallman <rms@gnu.org>
20681 * progmodes/compile.el (compile-internal): Use point, not point-min,
20682 for set-window-point.
20684 * textmodes/tex-mode.el (latex-find-indent): Avoid error at end of buf.
20686 * emacs-lisp/lisp-mnt.el (lm-section-end): Require outline.
20688 * progmodes/grep.el (grep-mode-map):
20689 Don't remap next-line, previous-line.
20691 2004-01-03 Eric M. Ludlam <eric@siege-engine.com>
20693 * speedbar.el (speedbar-edit-line): Change regexp to position
20694 the cursor on the first character of this line's button.
20696 2004-01-03 Luc Teirlinck <teirllm@auburn.edu>
20698 * subr.el (functionp): Doc fix.
20700 2004-01-03 Jesper Harder <harder@ifa.au.dk> (tiny change)
20702 * progmodes/idlwave.el (idlwave-make-tags):
20703 * textmodes/flyspell.el (flyspell-large-region):.
20704 * progmodes/make-mode.el (makefile-query-by-make-minus-q):
20705 * emulation/viper-util.el (viper-glob-unix-files):
20706 * emacs-lisp/shadow.el (shadow-same-file-or-nonexistent):
20707 * man.el (Man-init-defvars):
20708 * jka-compr.el (jka-compr-call-process):
20709 * files.el (get-free-disk-space,insert-directory):
20710 * ediff-ptch.el (ediff-test-patch-utility):
20711 * ediff-diff.el (ediff-test-utility):
20712 * dired-aux.el (dired-check-process):
20713 * mail/sendmail.el (sendmail-send-it): Don't use = or zerop to
20714 test the return value of call-process, because it can be a string.
20716 2003-12-31 John Paul Wallington <jpw@gnu.org>
20718 * bindings.el (completion-ignored-extensions): Add .pfsl.
20720 2003-12-31 Kim F. Storm <storm@cua.dk>
20722 * ido.el (ido-nonreadable-directory-p): New defun to check for
20723 nonreadable directory without activating tramp (to avoid problems
20724 with checking incomplete tramp paths).
20725 (ido-set-current-directory, ido-file-internal)
20726 (ido-file-name-all-completions1): Use it.
20728 2003-12-30 Luc Teirlinck <teirllm@auburn.edu>
20730 * help-mode.el (help-xref-info-regexp): Make hyperlinks to Info
20731 documentation if the anchor (or node) name is preceded by `info
20732 anchor' or `Info anchor' in addition to earlier `info node' and
20734 (help-make-xrefs): Adapt to new value of `help-xref-info-regexp'.
20736 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20738 * mail/rmail.el (rmail-convert-to-babyl-format): Fix off-by-one
20739 error in arguments to base64-decode-region. Remove ^M characters
20740 after decoding base64.
20742 2003-12-30 Simon Josefsson <jas@extundo.com>
20744 * textmodes/texinfo.el: Change maintainer to FSF. Suggested by
20745 karl@freefriends.org (Karl Berry), since the Texinfo Elisp files
20746 have only been distributed with Emacs for some years.
20747 (texinfo-mode-hook): Customize.
20749 2003-12-30 Eli Zaretskii <eliz@gnu.org>
20751 * mail/rmail.el (rmail-convert-to-babyl-format): Make the code
20752 cleaner (suggested by Richard Stallman).
20754 * progmodes/gud.el (gud-tool-bar-map): Modify names of icon files
20755 for gud-next, gud-nexti, gud-step and gud-stepi to prevent
20756 file-name clashes on 8+3 DOS filesystems.
20758 * toolbar/gud-next.pbm, toolbar/gud-next.xpm
20759 * toolbar/gud-nexti.pbm, toolbar/gud-nexti.xpm
20760 * toolbar/gud-step.pbm, toolbar/gud-step.xpm
20761 * toolbar/gud-stepi.pbm, toolbar/gud-stepi.xpm: Renamed to
20762 gud-n.*, gud-ni.*, gud-s.*, and gud-si.*, respectively, to avoid
20763 file-name clashes on 8+3 filesystems.
20765 * emacs-lisp/tcover-unsafep.el, emacs-lisp/tcover-ses.el:
20766 Renamed from testcover-unsafep.el and testcover-ses.el to avoid
20767 file-name clashes on 8+3 DOS filesystems.
20769 2003-12-29 Richard M. Stallman <rms@gnu.org>
20771 * mail/mail-utils.el (mail-unquote-printable-hexdigit):
20772 Upcase the character.
20774 * textmodes/flyspell.el (mail-mode-flyspell-verify):
20775 Search for header separator alone on a line, literally,
20776 and search for it backward, not forward.
20777 (flyspell-abbrev-table): Always use global-abbrev-table
20778 if there is no local one.
20780 * progmodes/sh-script.el (sh-get-indent-info):
20781 Don't move point back if at bob.
20783 * progmodes/antlr-mode.el (save-buffer-state-x): Use with-no-warnings.
20785 * play/handwrite.el (handwrite): Make the handwrite credit message
20786 a comment rather than an output command.
20788 * obsolete/sc.el: Display message that this file is obsolete.
20790 * net/ange-ftp.el (ange-ftp-start-process): Copy the environment.
20792 * mail/rfc822.el (rfc822-address-start): Declare variable.
20793 Renamed from address-start. All uses changed.
20795 * term.el (term-exec): Set up sentinel.
20796 (term-sentinel): New function.
20797 (term-handle-exit): New function.
20799 * subr.el (assoc-ignore-case, assoc-ignore-representation):
20800 Use assoc-string, and mark them obsolete.
20801 (delay-mode-hooks): Mark as permanent local.
20803 * simple.el (sendmail-user-agent-compose): Use assoc-string.
20805 * register.el (copy-rectangle-to-register): Doc fix.
20807 * info.el (Info-insert-dir): Use assoc-string.
20809 * info-look.el (info-lookup): Use assoc-string.
20811 * frame.el (pop-up-frame-function): Use quote, not `function'.
20812 (frame-notice-user-settings): Calculate ADJUSTED-TOP
20813 copying with lists as coordinate values.
20815 * font-lock.el (font-lock-after-change-function): Bind inhibit-quit.
20817 * find-dired.el (kill-find): New command.
20818 (find-dired): Make buffer read-only.
20819 Set up a keymap with C-c C-k running kill-find.
20820 (find-dired-filter, find-dired-sentinel): Bind inhibit-read-only.
20822 * files.el (backup-buffer-copy): If MODES is nil, don't set modes.
20824 * filecache.el (file-cache-ignore-case): New variable.
20825 (file-cache-assoc-function): Var deleted. Use assoc-string instead.
20827 * comint.el (comint-arguments): Set COUNT after ARGS is complete.
20828 (comint-dynamic-complete-as-filename): Rename local vars.
20829 (comint-dynamic-list-filename-completions): Likewise.
20831 * comint.el (comint-dynamic-list-completions-config): New var.
20832 (comint-dynamic-list-completions): Handle both SPC and TAB right.
20834 * comint.el (comint-file-name-chars): Add [].
20835 (comint-word): Use skip-chars-backward, not search.
20837 * shell.el (shell-file-name-chars): Add [].
20839 * shell.el (shell-dynamic-complete-as-command): Rename local vars.
20841 * bookmark.el (bookmark-get-bookmark): Use assoc-string.
20843 * generic.el (define-generic-mode): Doc fix.
20845 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20847 * files.el (kill-some-buffers): Doc fix.
20849 2003-12-29 David Herring <sdh6@ra.msstate.edu> (tiny change)
20851 * comint.el (comint-watch-for-password-prompt): Pass `string' as
20852 arg to send-invisible
20853 (send-invisible): Doc fix. The argument is now a prompt, not the
20855 (comint-read-noecho): Doc fix.
20857 2003-12-29 Michael R. Wolf <MichaelRWolf@att.net> (tiny change)
20859 * net/ange-ftp.el (ange-ftp-name-format): Allow USER to contain
20860 "@", as required by some ISP hosting service. Fix defcustom
20861 argument syntax errors that prevented use of customization.
20863 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20865 * xml.el (xml-get-attribute-or-nil): Doc fix.
20867 2003-12-29 Peter 'Luna' Runestig <peter@runestig.com>
20869 * net/zone-mode.el (zone-mode): Use write-file-functions, not
20872 2003-12-29 Eric Hanchrow <offby1@blarg.net> (tiny change)
20874 * autorevert.el (auto-revert-interval): Doc fix.
20876 2003-12-29 Mark A. Hershberger <mah@everybody.org>
20878 * xml.el (xml-get-attribute-or-nil): New function, like
20879 xml-get-attribute, but returns nil if the attribute was not found.
20880 (xml-get-attribute): Convert to defsubst, uses
20881 xml-get-attribute-or-nil.
20883 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20885 * emacs-lisp/easymenu.el (easy-menu-define): Doc fix.
20887 2003-12-29 Alex Schroeder <alex@emacswiki.org> (tiny change)
20889 * custom.el (custom-declare-theme): Use `value' when putting
20890 properties on `theme'.
20892 2003-12-29 Takaaki Ota <Takaaki.Ota@am.sony.com>
20894 * subr.el (insert-for-yank): Call insert-for-yank-1 repetitively
20895 for each yank-handler segment.
20896 (insert-for-yank-1): New function, with the body of the previous
20899 * textmodes/table.el (table-yank-handler): New defcustom.
20900 (table--put-cell-indicator-property): Put yank-handler property
20901 that indicates the yank handler for the table cell.
20903 2003-12-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
20905 * generic-x.el (etc-modules-conf-generic-mode): A more complete
20908 2003-12-29 Eli Zaretskii <eliz@gnu.org>
20910 * international/mule-cmds.el (reset-language-environment)
20911 (set-language-environment): Don't invoke fontset-related functions
20912 if fontset-list is not fboundp.
20914 2003-12-29 Kenichi Handa <handa@m17n.org>
20916 * international/mule-cmds.el (reset-language-environment):
20917 Call set-overriding-fontspec-internal with nil.
20918 (set-language-environment): Call set-overriding-fontspec-internal
20919 if the language environment specify `overriding-fontspec'.
20920 (language-info-alist): Doc added.
20922 * language/cyrillic.el (ccl-encode-koi8-font): Make it work for
20923 characters of mule-unicode-0100-24ff.
20924 (ccl-encode-windows-1251-font): New CCL program.
20925 ("Bulgarian"): Specify overriding-fontspec.
20926 ("Belarusian"): Likewise.
20928 2003-12-28 Sam Steingold <sds@gnu.org>
20930 * net/ange-ftp.el (ange-ftp-file-attributes): Add new optional
20931 parameter ID-FORMAT to conform with the 2003-11-30 patch.
20933 2003-12-28 Nick Roberts <nick@nick.uklinux.net>
20935 * progmodes/gud.el (gud-gdb-command-name): Set default to
20936 "gdb --annotate=3".
20937 (gud-gdb-marker-filter): Look out for annotations.
20938 (gdb-first-pre-prompt): New variable.
20939 Remove trailing white space.
20941 * gdb-ui.el (gdb-prompt): Change filter for level 3 annotations,
20943 (gdb-ann3): New function. Initialize M-x gdb as for M-x gdba if
20944 annotations are detected.
20945 (gud-gdba-marker-filter): Use global variable gud-marker-acc
20946 instead of a local one to allow transition from
20947 gud-gdb-marker-filter.
20948 Remove trailing white space.
20950 2003-12-27 Kim F. Storm <storm@cua.dk>
20952 * ido.el: Handle non-readable directories.
20953 (ido-decorations): Add 9th element for non-readable directory.
20954 (ido-directory-nonreadable): New dynamic var.
20955 (ido-set-current-directory): Set it.
20956 (ido-read-buffer, ido-file-internal):
20957 (ido-read-file-name, ido-read-directory-name): Let-bind it.
20958 (ido-file-name-all-completions1): Return empty list for
20959 non-readable directory.
20960 (ido-exhibit): Print [Not readable] if directory is not readable.
20961 (ido-expand-directory): New defun (based on tiny fix from Karl Chen).
20962 (ido-read-file-name, ido-file-internal, ido-read-directory-name):
20965 2003-12-27 Lars Hansen <larsh@math.ku.dk>
20967 * ls-lisp.el (ls-lisp-insert-directory): Add parameter 'string in
20968 calls to directory-files-and-attributes and file-attributes.
20969 (ls-lisp-format): Remove system dependent handling of user and
20972 2003-12-25 Luc Teirlinck <teirllm@auburn.edu>
20974 * ffap.el (ffap-read-file-or-url): Revert previous change.
20976 2003-12-25 Robert J. Chassell <bob@rattlesnake.com>
20978 * textmodes/texnfo-upd.el (texinfo-multi-file-update): Create a
20979 new list of included files called `files-with-node-lines', that
20980 only have node lines. This way @include commands can include any
20981 file, such as version and update files without node lines, not
20982 just files that are chapters.
20984 2003-12-25 Andreas Schwab <schwab@suse.de>
20986 * jka-compr.el (jka-compr-insert-file-contents): Avoid error when
20989 2003-12-08 Miles Bader <miles@gnu.org>
20991 * dired.el (dired-between-files): Always use dired-move-to-filename,
20992 which is more robust in non-english locales.
20994 2003-12-25 Markus Rost <rost@mathematik.uni-bielefeld.de>
20996 * vc.el (vc-dired-purge): Avoid error from `kill-line'.
20998 2003-12-24 Andreas Schwab <schwab@suse.de>
21000 * shell.el (shell-file-name-quote-list): Add backslash.
21002 * comint.el (comint-quote-filename): Correctly handle backslash
21003 in comint-file-name-quote-list.
21005 2003-12-24 Kenichi Handa <handa@m17n.org>
21007 * international/mule-cmds.el (set-default-coding-systems):
21008 Call ucs-set-table-for-input for all buffers that don't have local
21009 value of buffer-file-coding-system.
21011 * international/ucs-tables.el (ucs-set-table-for-input):
21012 If translation-table-for-encode is a symbol, get its
21013 translation-table property.
21015 2003-12-23 Luc Teirlinck <teirllm@auburn.edu>
21017 * ffap.el (ffap-read-file-or-url): Eliminate reliance of the call
21018 to `completing-read' on a recently fixed bug.
21020 * fringe.el (fringe-query-style): Suggest `?' in minibuffer prompt,
21021 instead of SPACE, to get the list of possible fringe modes.
21022 SPACE only works if both `partial-completion-mode' and
21023 `completion-auto-help' are nil.
21025 * complete.el (PC-is-complete-p): Delete.
21026 (PC-do-completion): Replace all calls to `PC-is-complete-p' with
21027 calls to `test-completion'.
21029 2003-12-23 Nick Roberts <nick@nick.uklinux.net>
21031 * progmodes/gud.el (gud-speedbar-buttons): Use speed-bar-edit-line
21032 to edit values when there are no children.
21034 * gdb-ui.el (gdba, gdb-assembler-mode): Call the mode "Machine" as
21035 a mode called "Assembler" already exists.
21036 (gdb-use-colon-colon-notation, gdb-show-changed-values): New options.
21037 (gud-watch): Use format option. Remove font properties from string.
21038 (gdb-var-create-handler, gdb-var-list-children-handler):
21039 Don't bother about properties as there are none.
21040 (gdb-var-create-handler, gdb-var-list-children-handler)
21041 (gdb-var-update-handler): Call gdb-var-evaluate-expression-handler
21042 with two arguments.
21043 (gdb-var-evaluate-expression-handler, gdb-post-prompt):
21044 Let speedbar show value changes with a different font.
21045 (gdb-edit-value): New defun.
21046 (gdb-clear-partial-output, gdb-clear-inferior-io)
21047 (def-gdb-auto-update-handler): Use erase-buffer.
21048 (gdb-frame-handler): Display watch expressions in
21049 FUNCTION::VARIABLE format if required.
21051 2003-12-23 John Paul Wallington <jpw@gnu.org>
21053 * info.el (Info-unescape-quotes, Info-split-parameter-string)
21054 (Info-goto-emacs-command-node): Doc fixes.
21056 2003-12-12 Jesper Harder <harder@ifa.au.dk>
21058 * cus-edit.el (custom-add-parent-links): Define "many".
21060 2003-12-08 Per Abrahamsen <abraham@dina.kvl.dk>
21062 * wid-edit.el (widget-child-value-get, widget-child-value-inline)
21063 (widget-child-validate, widget-type-value-create)
21064 (widget-type-default-get, widget-type-match): New functions.
21065 (lazy): New widget.
21066 (menu-choice, checklist, radio-button-choice, editable-list)
21067 (group, documentation-string): Remove redundant (per 2003-10-25
21068 change) calls to `widget-children-value-delete'.
21069 (widget-choice-value-get, widget-choice-value-inline): Remove.
21070 (menu-choice): Update widget.
21072 2003-12-03 Kenichi Handa <handa@m17n.org>
21074 * language/cyrillic.el: Register "microsoft-cp1251" in
21075 ctext-non-standard-encodings-alist.
21076 ("Bulgarian"): Add ctext-non-standard-encodings.
21077 ("Belarusian"): Likewise.
21079 * international/mule-conf.el (compound-text-with-extensions):
21080 Change the type to 2 (iso-2022 base).
21082 * international/mule.el (ctext-non-standard-encodings-alist):
21084 (ctext-non-standard-encodings): New variable.
21085 (ctext-post-read-conversion): Fully re-written.
21086 (ctext-non-standard-designations-alist): Delete it.
21087 (ctext-non-standard-encodings-table): New function.
21088 (ctext-pre-write-conversion): Fully re-written.
21090 2003-11-30 Per Abrahamsen <abraham@dina.kvl.dk>
21092 * cus-edit.el (custom-add-parent-links): Add documentation links
21093 for parent, if the item has none of its own.
21095 2003-11-30 Richard M. Stallman <rms@gnu.org>
21097 * dired-aux.el (dired-do-query-replace-regexp):
21098 Report files visited read-only.
21100 2003-11-30 Juri Linkov <juri@jurta.org>
21102 * dired-aux.el (dired-compare-directories): New command.
21103 (dired-file-set-difference, dired-files-attributes): New functions.
21105 2003-11-30 Kai Grossjohann <kai.grossjohann@gmx.net>
21106 Version 2.0.38 of Tramp released.
21108 * net/tramp.el (tramp-chunksize): Extend docstring. Suggested by
21109 Charles Curley <charlescurley@charlescurley.com>.
21110 (tramp-multi-connection-function-alist): Add ssht entry which adds
21111 "-e none -t -t" to the list of ssh args. Suggested by Adrian
21113 (tramp-get-method-parameter): New function to retrieve a method
21114 parameter. This allows for omission of method parameters.
21117 2003-11-30 Michael Albinus <Michael.Albinus@alcatel.de>
21119 * net/tramp.el: Add new optional parameter ID-FORMAT to
21120 `file-attributes'. Calls of `file-attributes' won't use this
21121 parameter for backward compatibility reasons.
21122 (tramp-perl-file-attributes): Add a new parameter to Perl script
21123 in order to handle uid/gid as strings, if desired.
21124 (tramp-handle-file-truename, tramp-handle-file-symlink-p):
21125 Apply `file-attributes' instead of `tramp-handle-file-attributes' in
21126 order to make the function more general.
21127 (tramp-handle-file-attributes): Replace proprietary optional
21128 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT.
21129 (tramp-handle-file-attributes-with-perl): Handle parameter
21130 NONNUMERIC if set. This wasn't done in the past.
21131 (tramp-post-connection): Apply second parameter "$2" if
21132 `tramp-remote-perl' is called.
21134 * net/tramp-smb.el (tramp-smb-handle-delete-file):
21135 Correct cut'n'waste error (`filename' instead of `directory').
21136 (tramp-smb-handle-directory-files-and-attributes)
21137 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1)
21138 introduced parameter ID-FORMAT.
21139 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste
21140 error (`directory' instead of `ldir').
21142 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if
21143 `file-attributes' has a second parameter. If yes, apply it with
21144 value "'integer". Otherwise, don't use that parameter (default is
21147 2003-11-30 Luc Teirlinck <teirllm@auburn.edu>
21149 * help.el (help-map): Bind `display-local-help' to `C-h .'.
21150 (help-for-help): Add `C-h .' to the listed Help options.
21151 Remove trailing whitespace.
21153 * help-at-pt.el: New file.
21155 2003-11-30 Jonathan Yavner <jyavner@member.fsf.org>
21157 * subr.el (noreturn, 1value): New macros for test coverage.
21158 See `testcover.el'.
21160 * emacs-lisp/edebug.el: Add def-edebug-spec for `noreturn' and `1value'.
21162 * emacs-lisp/testcover.el (testcover-reinstrument): Special case
21163 for macro `1value'.
21164 (testcover-1value): New function. Checks that a 1value form
21165 actually returns only one value. Requested by RMS.
21167 2003-11-29 Nick Roberts <nick@nick.uklinux.net>
21169 * gdb-ui.el (gud-watch, gdb-var-create-handler)
21170 (gdb-var-list-children, gdb-var-list-children-handler)
21171 (gdb-var-update-handler, gdb-var-delete): Add server prefix to the
21172 gdb commands that use mi to keep them out of the command history.
21174 2003-11-29 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
21176 * cus-start.el (all): Add use-file-dialog.
21178 2003-11-27 Stefan Monnier <monnier@iro.umontreal.ca>
21180 * textmodes/tex-mode.el (latex-mode): `tex-trailer' is not a regexp.
21182 2003-11-27 Kim F. Storm <storm@cua.dk>
21184 * subr.el (posn-object-x-y): New defun.
21186 2003-11-26 Stefan Monnier <monnier@iro.umontreal.ca>
21188 * progmodes/make-mode.el (makefile-font-lock-syntactic-keywords):
21189 Don't use `space' for \\\n.
21190 Be more selective as to which # are comment-starters.
21192 2003-11-26 Luc Teirlinck <teirllm@auburn.edu>
21194 * subr.el (number-sequence): Improve handling of floating point
21195 arguments (suggested by Kim Storm). Allow negative arguments.
21197 2003-11-26 Kenichi Handa <handa@m17n.org>
21199 * international/mule-cmds.el (standard-display-european-internal):
21200 Cancel the standard-display-table setting for ` and '.
21202 2003-11-26 Kim F. Storm <storm@cua.dk>
21204 * ido.el (ido-use-filename-at-point, ido-use-url-at-point):
21205 New defcustoms to add ffap-like functionality to ido.
21206 (ido-saved-vc-hb): Rename from ido-saved-vc-mt. Uses changed.
21207 (ido-no-final-slash): New defun.
21208 (ido-make-prompt, ido-file-internal, ido-toggle-vc)
21209 (ido-read-file-name): ): Toggle VC checking via
21210 vc-handled-backends instead of vc-master-templates.
21211 (ido-file-internal): Handle ido-use-url-at-point and
21212 ido-use-filename-at-point via code borrowed from ffap-guesser.
21213 Handle new ido-exit code ffap.
21214 (ido-sort-list): Ignore final slash when sorting file names.
21216 2003-11-25 Kim F. Storm <storm@cua.dk>
21218 * emulation/cua-base.el (cua--standard-movement-commands):
21219 Add forward-sentence and backward-sentence.
21221 2003-11-25 Stephen Eglen <stephen@gnu.org>
21223 * iswitchb.el (iswitchb-read-buffer,iswitchb-exit-minibuffer):
21224 iswitchb-exit is set to 'usefirst when user selects buffer at head
21225 of list using RET. (Selecting buffers at the head of the list was
21226 broken if the substring was also a complete buffername.)
21228 2003-11-23 Kim F. Storm <storm@cua.dk>
21230 * progmodes/compile.el (grep-command, grep-use-null-device)
21231 (grep-find-command, grep-tree-command, grep-tree-files-aliases)
21232 (grep-tree-ignore-case, grep-tree-ignore-CVS-directories)
21233 (grep-regexp-alist, grep-program, find-program)
21234 (grep-find-use-xargs, grep-history, grep-find-history)
21235 (grep-process-setup, grep-compute-defaults)
21236 (grep-default-command, grep, grep-tag-default, grep-find)
21237 (grep-expand-command-macros, grep-tree-last-regexp)
21238 (grep-tree-last-files, grep-tree): Move grep variables, functions
21239 and commands to new file grep.el.
21240 (compilation-mode-map): Remove grep commands from Compile sub-menu.
21241 (compilation-process-setup-function): Doc fix.
21242 (compilation-highlight-regexp, compilation-highlight-overlay): New
21243 defvars used for highlighting current compile error in source buffer.
21244 (compile-internal): New optional args HIGHLIGHT-REGEXP and
21245 LOCAL-MAP which overrides compilation-highlight-regexp and
21246 compilation-mode-map for this compilation.
21247 Delay calling compilation-set-window-height until after running
21248 compilation-process-setup-function so it can buffer-local override
21249 compilation-window-height.
21250 Check buffer-local value of compilation-scroll-output.
21251 (compilation-set-window-height): Use buffer-local value of
21252 compilation-window-height.
21253 (compilation-revert-buffer): Don't pass (undefined)
21254 preserve-modes arg to revert-buffer.
21255 (next-error-no-select, previous-error-no-select): New commands.
21256 (compilation-goto-locus): Temporarily highlight current match in
21257 source buffer using compilation-highlight-regexp.
21259 * progmodes/grep.el: New file with grep code from compile.el.
21260 (grep): New defcustom group.
21261 (grep-window-height): New defcustom, like compilation-window-height.
21262 (grep-auto-highlight): New defcustom, like compile-auto-highlight.
21263 (grep-scroll-output): New defcustom, like compilation-scroll-output.
21264 (grep-command, grep-use-null-device, grep-find-command)
21265 (grep-tree-files-aliases, grep-tree-ignore-case)
21266 (grep-tree-ignore-CVS-directories): Move to grep custom group.
21267 (grep-setup-hook): New hook variable.
21268 (grep-mode-map): New keymap for grep commands. Add Grep menu.
21269 (grep-last-buffer): New defvar, override compilation-last-buffer.
21270 (grep): Add optional arg HIGHLIGHT-REGEXP. Doc fix.
21271 Call compile-internal with args highlight-regexp and grep-mode-map.
21273 2003-11-23 Kim F. Storm <storm@cua.dk>
21275 * subr.el (event-start, event-end): Doc fix.
21276 (posn-window, posn-x-y, posn-timestamp): Simplify doc.
21277 (posn-area, posn-actual-col-row, posn-object): New defuns.
21278 (posn-col-row): Simplify doc. Rewrite to use cond.
21279 (posn-point): Also return buffer position for events outside text
21280 area (that info is now present in the event position).
21282 * mouse.el: Bind mouse-1 on left-fringe and right-fringe to
21283 mouse-set-point so that hscroll still works now that clicks on
21284 fringes generate specific mouse events.
21285 (mouse-set-point): Note that it now works in fringes and margins
21286 too due to new semantics of posn-point in fringes and margins.
21288 * gdb-ui.el (gdb-mouse-toggle-breakpoint): New defun.
21289 (gdba): Bind it to [left-margin mouse-1] and [left-fringe mouse-1].
21291 2003-11-20 Kim F. Storm <storm@cua.dk>
21293 * gdb-ui.el (gud-gdba-command-name): Find gdb command via PATH.
21294 (breakpoint-xpm-data, breakpoint-enabled-pbm-data): Make smoother.
21295 (breakpoint-enabled-icon, breakpoint-disabled-icon): Set :ascent
21296 to 100 for icons to avoid increasing line height when shown.
21298 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21300 * newcomment.el (comment-normalize-vars): Initialize properly if
21301 comment-start was nil.
21303 2003-11-19 Andreas Schwab <schwab@suse.de>
21305 * simple.el (set-variable): Fix indentation.
21307 2003-11-17 Kenichi Handa <handa@m17n.org>
21309 * international/latin1-disp.el (latin1-display-ucs-per-lynx):
21312 2003-11-17 Jesper Harder <harder@ifa.au.dk> (tiny change)
21314 * international/latin1-disp.el (latin1-display): Fix docstring.
21316 2003-11-16 John Wiegley <johnw@newartisans.com>
21318 * eshell/em-ls.el (eshell-ls-file): There are times with
21319 size-width is nil and uncomputed (when directories are created in
21320 dired, for example); in this case, 4 is reasonable default value,
21321 although it may caused skewed new entries (which could be avoided
21322 by returning the original value of 8 in all cases, but 99% of the
21323 time this is a waste of whitespace).
21325 2003-11-16 Martin Stjernholm <bug-cc-mode@gnu.org>
21327 * cc-engine.el (c-guess-continued-construct)
21328 (c-guess-basic-syntax): Check a little more carefully if it's a
21329 function declaration when an unknown construct followed by a block
21330 is found inside a statement context. This avoids macros followed
21331 by blocks to be taken as function declarations.
21333 (c-guess-continued-construct): Change the analysis of a statement
21334 continuation with a brace open to `substatement-block', for
21335 consistency with recognized statements.
21337 (c-add-stmt-syntax): Don't continue to the surrounding sexp if the
21338 start is in a position so that `c-beginning-of-statement-1' jumped
21339 to the beginning of the same statement.
21341 * cc-fonts.el, cc-engine.el (c-forward-<>-arglist-recur):
21342 Don't accept binary operators in the arglist if we're in a function
21343 call context, i.e. if `c-restricted-<>-arglists' is set. That avoids
21344 template recognition in cases like "if (a < b || c > d)".
21346 (c-restricted-<>-arglists): New more appropriate name for
21347 `c-disallow-comma-in-<>-arglists'.
21349 Accessing functions updated for the variable name change.
21351 * cc-engine.el (c-syntactic-re-search-forward): Fix bug where the
21352 match data could get clobbered if NOT-INSIDE-TOKEN is used.
21354 * cc-engine.el (c-beginning-of-statement-1): Don't allow parens in
21357 (c-backward-to-decl-anchor): Use `c-beginning-of-statement-1'
21358 instead of duplicating parts of it. This fixes bogus label
21361 * cc-align.el (c-gnu-impose-minimum): Revert to the old method
21362 of checking the context in which to apply the minimum indentation,
21363 so that it isn't enforced in e.g. namespace blocks.
21365 * cc-vars.el (c-inside-block-syms): New constant used by
21366 `c-gnu-impose-minimum'. It's defined close to `c-offsets-alist'
21367 to somewhat reduce the risk of becoming stale.
21369 * cc-cmds.el, cc-engine.el (c-shift-line-indentation): Move from
21370 cc-cmds to cc-engine to allow use from cc-align.
21372 * cc-engine.el (c-beginning-of-inheritance-list): Cope with fully
21373 qualified identifiers containing "::".
21375 * cc-defs.el (c-make-keywords-re): Add kludge for bug in
21376 `regexp-opt' in Emacs 20 and XEmacs when strings contain newlines.
21378 * cc-vars.el (c-emacs-features): Use a space in front of the name
21379 of the temporary buffer. That also avoids dumping problems in
21380 XEmacs due to undo info being left around after the buffer is killed.
21382 * cc-engine.el (c-in-knr-argdecl): Look closer at the function
21383 arglist to see if it's a K&R style declaration.
21385 (c-guess-basic-syntax): CASE 5B.2: Check with `c-in-knr-argdecl'
21386 before returning `knr-argdecl-intro'.
21388 2003-11-16 John Wiegley <johnw@newartisans.com>
21390 * eshell/em-ls.el (eshell-ls-file): Instead of making the size
21391 field in a long-listing always 8 characters, use `size-width',
21392 which has already been computed.
21394 2003-11-15 Thien-Thi Nguyen <ttn@gnu.org>
21396 * subr.el (minor-mode-list): Add `hs-minor-mode'.
21398 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21400 * diff-mode.el (diff-hunk-prev, diff-hunk-next):
21401 Support operation while narrowed, with `diff-restrict-view'.
21403 2003-11-14 Thien-Thi Nguyen <ttn@gnu.org>
21405 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21406 Take additional optional arg NARROWFUN. For the generated functions:
21407 Add local var `was-narrowed-p'. Also, if NARROWFUN is specified,
21408 include frags that arrange to check for and save narrowing state before
21409 the move and then conditionally call NARROWFUN after the move.
21411 2003-11-14 John Wiegley <johnw@newartisans.com>
21413 * eshell/esh-var.el (eshell-parse-variable-ref): Add a backslash
21414 that was optional, but obviously missing based on surrounding code.
21416 * eshell/esh-cmd.el (eshell-lisp-command): Do not late-convert
21417 string arguments to numbers unless the whole argument was seen as
21420 2003-11-14 Kenichi Handa <handa@m17n.org>
21422 * international/mule.el (ctext-non-standard-encodings-alist):
21423 Fix coding systems.
21425 2003-11-10 Kenichi Handa <handa@m17n.org>
21427 * language/kannada.el ("Kannada"): Add sample-text.
21429 * language/knd-util.el (kannada-compose-region)
21430 (kannada-compose-string, kannada-post-read-conversion):
21431 Add autoload cookie.
21433 * international/quail.el (quail-completion): Change the message
21434 "corresponding translations" to "corresponding characters".
21436 2003-11-09 Markus Rost <rost@mathematik.uni-bielefeld.de>
21438 * descr-text.el (describe-char): Fix typo.
21440 2003-11-08 Kailash C. Chowksey <klchxbec@m-net.arbornet.org>
21442 These changes are to support Kannada language/script.
21444 * Makefile.in (DONTCOMPILE): Add kannada.el.
21446 * makefile.w32-in (DONTCOMPILE): Add kannada.el.
21448 * loadup.el: Preload kannada.el.
21450 * language/ind-util.el (ucs-kannada-to-is13194-alist)
21451 (is13194-to-ucs-kannada-hashtbl, is13194-to-ucs-kannada-regexp):
21454 * language/kannada.el: New file.
21456 * language/knd-util.el: New file.
21458 2003-11-07 Andreas Schwab <schwab@suse.de>
21460 * progmodes/autoconf.el (autoconf-font-lock-keywords):
21461 Also highlight AH_*.
21463 * xml.el (xml-parse-dtd): Fix misplaced paren.
21465 2003-11-07 Kenichi Handa <handa@m17n.org>
21467 * language/european.el (windows-1252): Fix table (0x8F and 0x9E).
21469 2003-11-05 Juri Linkov <juri@jurta.org>
21471 * desktop.el (desktop-locals-to-save): Add buffer-file-coding-system.
21472 (desktop-buffer-file): Use saved buffer-file-coding-system
21473 for file reading. Set auto-insert to nil to prevent automatic
21474 insertion into restored empty files.
21476 2003-11-04 Luc Teirlinck <teirllm@auburn.edu>
21478 * files.el (risky-local-variable-p): Make second argument optional.
21480 2003-11-03 Stefan Monnier <monnier@iro.umontreal.ca>
21482 * subr.el (add-hook): Fix last change.
21484 2003-11-03 Eli Zaretskii <eliz@gnu.org>
21486 * mail/rmail.el (rmail-convert-to-babyl-format):
21487 If base64-decode-region signals an error, catch it and silently
21490 2003-11-01 Mark A. Hershberger <mah@everybody.org>
21492 * xml.el (xml-parse-region): Allow comments to appear after the
21493 topmost element has closed.
21494 (xml-ns-parse-ns-attrs, xml-ns-expand-el)
21495 (xml-ns-expand-attr): New functions to do namespace handling.
21496 (xml-intern-attrlist): Back-compatible handling of attribute names.
21497 (xml-parse-tag): Move namespace handling to separate functions.
21498 Now produces elements in the form ((:ns . "element") (attr-list)
21499 children) instead of ('ns:element (attr-list) children).
21500 (xml-parse-attlist): Fix attribute parsing.
21501 (xml-parse-dtd): Change parsing so that it produces strings
21502 instead of interned symbols.
21504 2003-11-01 era@iki.fi <era@iki.fi> (tiny change)
21506 * dired.el (dired-ls-sorting-switches): Doc fix.
21508 2003-11-01 Oliver Scholz <epameinondas@gmx.de>
21510 * emacs-lisp/rx.el (rx-or): Fix the case of
21511 "(rx (and ?a (or ?b ?c) ?d))".
21513 2003-11-01 Christoph Wedler <wedler@users.sourceforge.net> (tiny change)
21515 * textmodes/texinfmt.el (texinfo-pre-format-hook): New variable.
21516 (texinfo-format-region): Use it.
21517 (texinfo-format-buffer-1): Ditto.
21519 2003-11-01 Alan Mackenzie <acm@muc.de>
21521 Changes to allow scrolling whilst in isearch mode:
21522 * isearch.el (isearch-unread-key-sequence): New function,
21523 extracted from isearch-other-meta-char.
21524 (top level): (put 'foo 'isearch-scroll) on all Emacs's
21525 "scrollable" standard functions.
21526 (isearch-allow-scroll): New customizable variable.
21527 (isearch-string-out-of-window, isearch-back-into-window)
21528 (isearch-reread-key-sequence-naturally)
21529 (isearch-lookup-scroll-key): New functions.
21530 (isearch-other-meta-char): Doc string and functionality enhanced.
21531 Now accepts a prefix argument.
21532 (isearch-lazy-highlight-window-end): New variable.
21533 (isearch-lazy-highlight-new-loop): Pay attention to the window's
21534 end (thru isearch-lazy-highlight-window-end), not only its start.
21536 * simple.el (overriding-map-is-bound, saved-overriding-map): New vars.
21537 (ensure-overriding-map-is-bound, restore-overriding-map): New funs.
21538 (universal-argument, universal-argument-more, negative-argument)
21539 (digit-argument, universal-argument-other-key): Minor changes.
21541 2003-11-01 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21543 * mail/rmailsum.el (rmail-summary-goto-msg): Don't call itself
21544 recursively if the last message is deleted, thus avoiding an
21547 2003-10-30 Stefan Monnier <monnier@iro.umontreal.ca>
21549 * textmodes/tex-mode.el (tex-compile-commands): Add `yap' and `ps2pdf'.
21550 (tex-main-file): Don't add .tex if the extension is already present.
21551 (tex-uptodate-p): Don't recurse indefinitely with symlinks.
21553 2003-10-29 Lute Kamstra <lute@gnu.org>
21555 * progmodes/octave-inf.el (inferior-octave-prompt):
21556 Recognize version number in prompt.
21558 2003-10-28 Dave Love <fx@gnu.org>
21560 * international/characters.el: Fix some Unicode ranges.
21562 2003-10-28 Kenichi Handa <handa@m17n.org>
21564 * disp-table.el (standard-display-8bit)
21565 (standard-display-default, standard-display-ascii)
21566 (standard-display-g1, standard-display-graphic)
21567 (standard-display-underline): Assure that standard-display-table
21568 is a display table.
21570 2003-10-27 Stefan Monnier <monnier@iro.umontreal.ca>
21572 * simple.el (reindent-then-newline-and-indent): Delete space *after*
21573 reindenting the first line.
21575 2003-10-25 Per Abrahamsen <abraham@dina.kvl.dk>
21577 * wid-edit.el (widget-default-delete): Always delete child widgets.
21579 2003-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
21581 * newcomment.el (comment-indent): Don't call indent-according-to-mode
21582 if the line has code.
21583 Don't try to line up with something that's too far left.
21585 * progmodes/octave-mod.el (octave-comment-start): Simplify.
21586 (octave-mode-syntax-table): Add % as a comment starter.
21587 (octave-point): Remove.
21588 (octave-in-comment-p, octave-in-string-p)
21589 (octave-not-in-string-or-comment-p, calculate-octave-indent)
21590 (octave-blink-matching-block-open, octave-auto-fill):
21591 Use line-(beginning|end)-position instead.
21593 2003-10-23 Francesco Potort
\e,Al
\e(B <pot@gnu.org>
21595 * emacs-lisp/authors.el (authors-aliases): Add correct realname
21596 for Francesco Potort
\e,Al
\e(B.
21598 2003-10-23 Dave Love <fx@gnu.org>
21600 * international/mule-cmds.el (locale-charset-to-coding-system):
21601 Don't rely on nil being a coding system.
21603 * mail/mail-extr.el (mail-extr-ignore-single-names): Add :version.
21604 (mail-extr-address-syntax-table): Remove non-ASCII unibyte chars.
21605 (mail-extr-voodoo): Use char classes in regexps (for non-ASCII).
21607 2003-10-21 Nick Roberts <nick@nick.uklinux.net>
21609 * gdb-ui.el (gdb-current-language): New variable.
21610 (gdb-update-flag): Remove variable.
21611 (gud-watch, gdb-frame-handler): Adapt for other languages (Fortran).
21612 (gdb-take-last-elt): Remove function.
21613 (gdb-dequeue-input): Avoid recursion by not using gdb-take-last-elt.
21614 (gdb-post-prompt): Check for variable object changes here.
21616 * progmodes/gud.el (gud-speedbar-buttons): Check for variable
21617 object changes in gdb-ui.el.
21619 2003-10-21 Richard M. Stallman <rms@gnu.org>
21621 * emacs-lisp/edebug.el (edebug-display-freq-count): Doc fix.
21623 * ls-lisp.el (ls-lisp-insert-directory): Arg is now wildcard-regexp.
21624 Don't check for foo*/ wildcard form here.
21625 (insert-directory): Recognize foo*/ as a wildcard.
21626 Separate wildcard-regexp variable from the arg, wildcard.
21628 * subr.el (add-hook): Correctly detect when make-local-hook was used.
21629 (remove-hook): Correctly handle strange cases about local hooks.
21631 2003-10-21 David Ponce <david@dponce.com>
21633 * ruler-mode.el (ruler-mode-left-fringe-cols): Add new optional
21634 argument REAL, to return a real number instead of a rounded
21635 integer value. Define as inline function.
21636 (ruler-mode-right-fringe-cols): Likewise.
21637 (ruler-mode-scroll-bar-cols): New function.
21638 (ruler-mode-left-scroll-bar-cols): Use it. Define as macro.
21639 (ruler-mode-right-scroll-bar-cols): Likewise.
21640 (ruler-mode-space): New function.
21641 (ruler-mode-ruler): Use it. Handle variations of fringe style,
21642 scroll bar mode and margins in a more robust way.
21644 2003-10-21 Christoph Wedler <Christoph.Wedler@sap.com>
21646 * progmodes/antlr-mode.el: Make major mode work with cc-mode-5.30+.
21647 (antlr-c-init-language-vars): New function.
21648 (antlr-mode): Use it with cc-mode before v5.29.
21649 (antlr-c-common-init): Don't set some local vars here.
21650 (antlr-mode): Set them here.
21651 (antlr-c-forward-sws): New function alias.
21652 (antlr-mode): Redefine with cc-mode before v5.30.
21653 (antlr-skip-sexps): Use it.
21654 (antlr-skip-exception-part): Ditto.
21655 (antlr-skip-file-prelude): Ditto.
21656 (antlr-outside-rule-p): Ditto.
21657 (antlr-end-of-body): Ditto.
21658 (antlr-option-kind): Ditto.
21659 (antlr-insert-option-area): Ditto.
21660 (antlr-file-dependencies): Ditto.
21662 2003-10-21 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
21664 * textmodes/bibtex.el (bibtex-move-outside-of-entry):
21665 Move backward only if point was not inside an entry.
21667 2003-10-21 Richard M. Stallman <rms@gnu.org>
21669 * progmodes/compile.el (compile-auto-highlight): Undo July 7 change.
21671 2003-10-21 Juri Linkov <juri@jurta.org>
21673 * compare-w.el: Automatically skip non-matching text to resync.
21674 (compare-windows-whitespace): Doc fix.
21675 (compare-windows-sync, compare-windows-sync-string-size)
21676 (compare-windows-recenter, compare-ignore-whitespace)
21677 (compare-windows-highlight, compare-windows-face): New variables.
21678 (compare-windows): Use compare-windows-sync.
21679 (compare-windows-highlight, compare-windows-dehighlight)
21680 (compare-windows-sync-regexp)
21681 (compare-windows-sync-default-function): New functions.
21683 2003-10-21 Juri Linkov <juri@jurta.org>
21685 * diff.el (diff-parse-differences): Don't visit the files now;
21686 instead, just record the error locus.
21688 2003-10-21 Dave Love <fx@gnu.org>
21690 * progmodes/cfengine.el: New file.
21692 2003-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
21694 * complete.el (PC-do-completion): Do not forget to use `pred' as the
21695 default-directory when completing file names.
21697 2003-10-20 Luc Teirlinck <teirllm@auburn.edu>
21699 * help-mode.el (help-make-xrefs): Make sure that if a symbol is
21700 followed by the word `face', it gets treated as a face, even if
21701 it is also defined as a variable or a function.
21703 2003-10-20 Dave Love <fx@gnu.org>
21705 * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
21706 Avoid incf in macro expansion.
21708 2003-10-20 John Paul Wallington <jpw@gnu.org>
21710 * emacs-lisp/elint.el (elint-check-defcustom-form): Don't use
21711 `evenp' so we don't implicitly require cl library at runtime.
21713 2003-10-18 Luc Teirlinck <teirllm@auburn.edu>
21715 * help-mode.el (help-xref-symbol-regexp): Treat newlines as whitespace.
21716 (help-make-xrefs): Only make cross-references for faces if
21717 preceded or followed by the word `face'. Do not make a
21718 cross-reference for variables without variable documentation,
21719 unless preceded by the word `variable' or `option'. Update doc
21720 string accordingly.
21722 2003-10-18 Thien-Thi Nguyen <ttn@gnu.org>
21724 * progmodes/hideshow.el: Rewrite one-armed `if'
21725 constructs using either `when' or `unless'.
21726 (hs-grok-mode-type): Elide superfluous `progn'; nfc.
21728 2003-10-16 Nick Roberts <nick@nick.uklinux.net>
21730 * gdb-ui.el (breakpoint-xpm-data, breakpoint-enabled-pbm-data)
21731 (breakpoint-disabled-pbm-data): Make breakpoint icons 10x10
21734 2003-10-16 Eli Zaretskii <eliz@gnu.org>
21736 * mail/rmail.el (rmail-convert-to-babyl-format): Display a
21737 message while converting to Babyl.
21739 2003-10-16 Vadim Nasardinov <vadimn@redhat.com> (tiny change)
21741 * allout.el (allout-mode): Doc fix.
21743 2003-10-16 Lute Kamstra <lute@gnu.org>
21745 * subr.el (force-mode-line-update): Fix docstring.
21747 2003-10-14 Dave Love <fx@gnu.org>
21749 * international/mule-cmds.el (find-multibyte-characters): Doc fix.
21750 (default-input-method): Add :link, improve :type.
21751 (locale-charset-language-names): Fix utf-8 pattern.
21752 (locale-charset-match-p, locale-charset-alist)
21753 (locale-charset-to-coding-system): New.
21754 (set-locale-environment): Deal with codeset part of locale specs.
21756 2003-10-14 Lute Kamstra <lute@gnu.org>
21758 * fringe.el (fringe-mode): Use active voice in docstring.
21759 (set-fringe-style): Ditto.
21761 2003-10-13 Lute Kamstra <lute@gnu.org>
21763 * fringe.el (fringe-mode): Fix docstring.
21764 (set-fringe-style): Ditto.
21766 2003-10-12 Michael Kifer <kifer@cs.stonybrook.edu>
21768 * ediff-mult.el (ediff-filegroup-action):
21769 Use ediff-default-filtering-regexp.
21771 * ediff-util.el (ediff-recenter): Don't call
21772 ediff-restore-highlighting twice.
21773 (ediff-select-difference): Set current difference.
21774 (ediff-unselect-and-select-difference): Add comment.
21776 * ediff.el (ediff-directories,ediff-directory-revisions)
21777 (ediff-directories3,ediff-merge-directories)
21778 (ediff-merge-directories-with-ancestor)
21779 (ediff-merge-directory-revisions)
21780 (ediff-merge-directory-revisions-with-ancestor):
21781 Use ediff-default-filtering-regexp.
21783 2003-10-12 Andreas Schwab <schwab@suse.de>
21785 * international/mule-cmds.el (locale-charset-language-names):
21786 Simplify regex by removing unused grouping.
21788 2003-10-10 Dave Love <fx@gnu.org>
21790 * bindings.el: Don't bind stop.
21792 2003-10-08 Miles Bader <miles@gnu.org>
21794 * gdb-ui.el (gdb-info-frames-custom): Use proper :inverse-video
21795 face instead of attempting to emulate it.
21797 2003-10-07 Kenichi Handa <handa@m17n.org>
21799 * international/mule-diag.el (list-coding-systems-1): List coding
21800 systems that are loaded automatically.
21802 * international/code-pages.el (iso-8859-11): Add autoload cookie.
21804 * international/mule.el (autoload-coding-system): New function.
21806 2003-10-07 Andreas Schwab <schwab@suse.de>
21808 * log-edit.el (log-edit-changelog-entries): Prefer local value of
21809 change-log-default-name in the buffer visiting the file.
21811 2003-10-06 Dave Love <fx@gnu.org>
21813 * files.el (find-file-hook): Customize.
21814 (auto-mode-alist): Add .stk, .ss, .sch, .orig.
21816 * bindings.el (completion-ignored-extensions): Remove .log.
21817 (global-map): Add again, open, stop keys.
21819 2003-10-05 Richard M. Stallman <rms@gnu.org>
21821 * progmodes/sh-script.el (sh-feature): Handle sh-modify like sh-append.
21822 (sh-for, sh-indexed-loop, sh-function, sh-while, sh-while-getopts):
21823 Use sh-modify directly.
21824 (sh-select): Use sh-append, not eval.
21826 * mail/emacsbug.el (report-emacs-bug): Fix previous change.
21828 * info.el (Info-following-node-name): New function.
21830 * loadhist.el (unload-feature-special-hooks):
21831 Rename from loadhist-hook-functions.
21832 (loadhist-hook-functions): Now an alias.
21834 2003-10-04 Eli Zaretskii <eliz@gnu.org>
21836 * ldefs-boot.el: Renamed from loaddefs-boot.el, to prevent
21837 file-name clashes on 8+3 filesystems.
21839 * Makefile.in (DONTCOMPILE, bootstrap-clean):
21840 Rename loaddefs-boot.el to ldefs-boot.el
21842 * makefile.w32-in (DONTCOMPILE, bootstrap-clean-CMD)
21843 (bootstrap-clean-SH): Rename loaddefs-boot.el to ldefs-boot.el
21845 2003-10-03 Lute Kamstra <lute@gnu.org>
21847 * info.el (Info-mode): Revert previous change.
21848 (Info-escape-percent): New function.
21849 (Info-fontify-node): Use it.
21851 2003-10-02 Andreas Schwab <schwab@suse.de>
21853 * loaddefs-boot.el: Regenerated.
21855 2003-10-01 Rajesh Vaidheeswarran <rv@gnu.org>
21857 * ffap.el: Remove defadvice related code from CVS since `complete'
21858 provides a `PC-completion-as-file-name-predicate' variable that
21861 2003-10-02 Kenichi Handa <handa@m17n.org>
21863 * international/utf-8.el (ccl-decode-mule-utf-8):
21864 Lookup utf-subst-table-for-decode even for U+E000..U+FFFF.
21866 * international/subst-jis.el: Include U+FF00..U+FFEF in decode table.
21867 * international/subst-big5.el: Likewise.
21868 * international/subst-gb2312.el: Likewise.
21869 * international/subst-ksc.el: Likewise.
21871 2003-10-01 Glenn Morris <gmorris@ast.cam.ac.uk>
21873 * calendar/calendar.el (increment-calendar-month)
21874 (calendar-leap-year-p, calendar-absolute-from-gregorian)
21875 (generate-calendar, calendar-read-date, calendar-interval)
21876 (calendar-day-of-week): Handle years BC.
21877 (generate-calendar-month, calendar-gregorian-from-absolute): Doc fix.
21879 2003-10-01 Dave Love <fx@gnu.org>
21881 * language/cyrillic.el (cp1251): Alias for windows-1251.
21883 * vc-cvs.el (vc-cvs-parse-entry): Revert last change to allow
21886 2003-10-01 Lute Kamstra <lute@gnu.org>
21888 * files.el: Fix typo.
21889 * imenu.el (imenu--generic-function): Docstring fix.
21891 2003-09-30 Richard M. Stallman <rms@gnu.org>
21893 * dired.el (dired-mode): Handle dired-directory as a list.
21895 2003-09-30 Nick Roberts <nick@nick.uklinux.net>
21897 * toolbar/gud-watch.xpm, toolbar/gud-watch.pbm: Add.
21899 * toolbar/gud-display.xpm, toolbar/gud-display.pbm: Remove.
21901 * progmodes/gud.el (gud-menu-map, gud-tool-bar-map):
21902 Replace gud-display with gud-watch.
21903 (gud-speedbar-buttons): Add stuff for watching expressions
21904 in the speedbar when using M-x gdba. Use dolist on old part
21907 * gdb-ui.el (gdb-var-list, gdb-var-changed, gdb-update-flag)
21908 (gdb-update-flag): New variables.
21909 (gdb-var-update, gdb-var-update-handler,gdb-var-delete)
21910 (gdb-speedbar-expand-node, gdb-var-evaluate-expression-handler)
21911 (gud-watch, gdb-var-create-handler) : New functions.
21912 (gdb-var-list-children, gdb-var-list-children-handler)
21913 (gdb-var-create-regexp, gdb-var-update-regexp)
21914 (gdb-var-list-children-regexp): New constants.
21915 (gud-gdba-command-name): Don't specify -noasync so that GDB/MI works.
21916 (gdb-annotation-rules): Reduce annotation set (level 3).
21917 (gdb-pre-prompt, gdb-prompt): Call handler in gdb-prompt.
21918 (gdb-post-prompt): Don't update GDB buffers every time speedbar
21920 (gdb-window-height, gdb-window-width, gdb-display-in-progress)
21921 (gdb-expression-buffer-name, gdb-display-number, gdb-point)
21922 (gdb-dive-display-number, gdb-nesting-level, gdb-expression)
21923 (gdb-annotation-arg, gdb-dive-map, gdb-values, gdb-array-start)
21924 (gdb-array-stop, gdb-array-slice-map, gdb-display-string)
21925 (gdb-array-size, gdb-display-mode-map, gdb-expressions-mode-map):
21926 (gdb-expressions-mode-menu, gdb-dive): Remove variables.
21927 (gud-display, gud-display1)
21928 (gdb-display-begin,gdb-display-number-end, gdb-delete-line)
21929 (gdb-display-end, gdb-display-go-back, gdb-array-section-end)
21930 (gdb-field-begin, gdb-field-end, gdb-elt,gdb-field-format-begin)
21931 (gdb-field-format-end, gdb-dive, gdb-dive-new-frame)
21932 (gdb-insert-field, gdb-array-format, gdb-mouse-array-slice)
21933 (gdb-array-slice, gdb-array-format1, gdb-info-display-custom)
21934 (gdb-delete-frames, gdb-display-mode, gdb-display-buffer-name)
21935 (gdb-display-display-buffer, gdb-toggle-display)
21936 (gdb-delete-display, gdb-expressions-popup-menu)
21937 (gdb-expressions-mode, gdb-array-visualise): Remove functions.
21938 (gdb-setup-windows, gdb-reset, gdb-source-info): Remove references
21941 2003-09-30 Richard M. Stallman <rms@gnu.org>
21943 * progmodes/ada-mode.el (ada-mode): Don't use advice.
21944 Instead, set which-func-functions.
21946 * progmodes/which-func.el (which-func-modes): Add ada-mode.
21947 (which-func-functions): New variable.
21948 (which-function): Use that.
21950 * info.el (Info-mode): Double each `%' in header line.
21952 * emacs-lisp/lisp-mnt.el (lm-with-file):
21953 When FILE is nil, run BODY in current buffer.
21955 * mail/emacsbug.el (report-emacs-bug): Mention major and minor modes.
21957 * help.el (describe-mode): Start with a brief list of minor modes.
21958 Find them thru minor-mode-list so as to find them all.
21959 Show them in alphabetical order.
21961 * mail/sendmail.el (mail-aliases): Doc fix.
21963 * progmodes/sh-script.el (sh-mode-syntax-table): Add defvar.
21965 2003-09-30 Alexander Pohoyda <alexander.pohoyda@gmx.net> (tiny change)
21967 * mail/rmailsum.el (rmail-make-summary-line-1):
21968 Change comma after last label to a space.
21969 (rmail-summary-font-lock-keywords): Adapt to that change.
21971 2003-09-30 Thien-Thi Nguyen <ttn@gnu.org>
21973 * progmodes/scheme.el (scheme-mode-variables): When setting
21974 `font-lock-defaults', also specify that "#" should
21975 be interpreted with `word' syntax.
21976 (scheme-font-lock-keywords-2): Also interpret "#:foo" as keyword.
21978 2003-09-30 Lars Hansen <larsh@math.ku.dk>
21980 * desktop.el: A lot of comments updated.
21981 (desktop-save-mode): Minor mode introduced.
21982 (desktop-enable, desktop-clear-preserve-buffers): Make vars obsolete.
21983 (desktop-load-default): Function made obsolete.
21984 (desktop-locals-to-save): Variable made customizable.
21985 (desktop-read): Optional parameter `dirname' added.
21986 (desktop-change-dir, desktop-revert): Parameter `dirname' in
21987 `desktop-read' used.
21988 (desktop-save-in-load-dir): Rename to `desktop-save-in-desktop-dir'.
21990 2003-09-29 Rajesh Vaidheeswarran <rv@gnu.org>
21992 * whitespace.el (whitespace-clean-msg): Add user customizable message
21993 for displaying ``clean'' output.
21994 (whitespace-buffer): Use `whitespace-clean-msg'.
21995 (whitespace-global-mode): Fix typo.
21997 2003-09-29 Thien-Thi Nguyen <ttn@gnu.org>
21999 * pcvs.el (cvs-mode-unmark-up): Move to goal column when done.
22001 2003-09-29 Lute Kamstra <lute@gnu.org>
22003 * bindings.el (mode-line-modes): Remove superfluous :propertize
22004 construct in initialization.
22005 (mode-line-position): Change cons cell into proper list in
22008 2003-09-29 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
22010 * international/mule.el (decode-coding-inserted-region): Use car
22011 of the return value of find-operation-coding-system.
22013 2003-09-29 Kenichi Handa <handa@m17n.org>
22015 * descr-text.el (describe-char): Fix previous change.
22017 2003-09-28 Kenichi Handa <handa@m17n.org>
22019 * descr-text.el (describe-char-display): New function.
22020 (describe-char): Pay attention to display table on describing how
22021 a character is displayed.
22023 * international/mule-cmds.el (encoded-string-description):
22024 Prepend "0x" to each encoded byte.
22026 2003-09-28 Andreas Schwab <schwab@suse.de>
22028 * find-file.el (ff-special-constructs): Add autoload cookie.
22030 2003-09-28 Kevin Ryde <user42@zip.com.au>
22032 * info.el (Info-find-index-name): Remove any "<n>" suffixes which
22033 makeinfo appends to duplicate index entries.
22035 2003-09-28 Eli Zaretskii <eliz@gnu.org>
22037 * dired-x.el (dired-clean-tex): Doc fix.
22039 * language/chinese.el ("Chinese-GB", "Chinese-BIG5"): Set up for
22040 using a Chinese tutorial.
22042 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22044 * mail/smtpmail.el (smtpmail-via-smtp): Don't insert a space
22045 between "MAIL FROM:" and "RCPT TO:" and the following address.
22047 2003-09-28 Jesper Harder <harder@ifa.au.dk> (tiny change)
22049 * textmodes/text-mode.el (paragraph-indent-minor-mode): Doc fix.
22051 2003-09-28 David Ponce <david@dponce.com>
22053 * recentf.el (recentf-initialize-file-name-history): New defcustom.
22054 (recentf-load-list): When `recentf-initialize-file-name-history'
22055 is non-nil, initialize an empty `file-name-history' with the
22058 2003-09-28 Evgeni Dobrev <evgeni_dobrev@developer.bg> (tiny change)
22060 * man.el (Man-default-man-entry): Remove the leading `*' from the
22063 2003-09-26 Lute Kamstra <lute@gnu.org>
22065 * bindings.el (mode-line-position): Mention size indication in
22068 2003-09-26 Andre Spiegel <spiegel@gnu.org>
22070 * calendar/parse-time.el (parse-time-string): Add autoload cookie.
22072 * vc-cvs.el (vc-cvs-parse-entry): Don't require parse-time,
22073 because it's autoloaded now.
22075 2003-09-25 Glenn Morris <gmorris@ast.cam.ac.uk>
22077 * progmodes/sh-script.el (sh-builtins): Add bash `shopt' builtin.
22078 (sh-font-lock-keywords, sh-feature): Fix previous change of
22079 sh-feature to avoid infloop with sh-font-lock-keywords.
22081 2003-09-25 Kim F. Storm <storm@cua.dk>
22083 * frame.el (frame-current-scroll-bars): New defun.
22085 * window.el (window-current-scroll-bars): New defun.
22087 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22089 * progmodes/cc-engine.el (c-parse-state): Fix bug that could
22090 cause errors when the state cache contains info on parts that have
22093 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22095 * progmodes/cc-vars.el (c-comment-prefix-regexp): Document that
22096 `c-setup-paragraph-variables' has to be used when this variable is
22097 changed; it doesn't work to reinitialize the mode since that
22098 typically clobbers the variable.
22100 * progmodes/cc-styles.el (c-setup-paragraph-variables):
22101 Make it interactive.
22103 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22105 * progmodes/cc-fonts.el (c-font-lock-declarations):
22106 Fix recognition of constructors and destructors for classes whose
22107 names are matched by `*-font-lock-extra-types'.
22109 * progmodes/cc-langs.el (c-type-list-kwds): If "operator" is
22110 followed by an identifier in C++ then it's a type.
22112 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22114 * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix eob
22115 problem that primarily affected XEmacs. Don't use faces to find
22116 unterminated strings since Emacs and XEmacs fontify strings
22117 differently - this function should now work better in XEmacs.
22119 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22121 * progmodes/cc-cmds.el (c-electric-brace): Fix a bug in the
22122 `expand-abbrev' workaround which caused braces to misbehave inside
22125 * progmodes/cc-engine.el (c-forward-keyword-clause): Fix error
22126 handling. This bug could cause interactive font locking to bail out.
22128 2003-09-24 Martin Stjernholm <bug-cc-mode@gnu.org>
22130 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22131 Handle paren-style types in Pike. Also fixed some cases of
22132 insufficient handling of unbalanced parens.
22134 2003-09-24 Rajesh Vaidheeswarran <rv@gnu.org>
22136 * ffap.el (ffap-shell-prompt-regexp): Add regexp to identify
22137 common shell prompts that are not common filename or URL characters.
22138 (ffap-file-at-point): Use the new regexp to strip the prompts from
22139 the file names. This is an issue mostly for user prompts that
22140 don't have a trailing space and find-file-at-point is invoked from
22141 within a shell inside Emacs.
22143 2003-09-24 Andre Spiegel <spiegel@gnu.org>
22145 * vc-cvs.el (vc-cvs-parse-entry): Restore the code to compare time
22146 stamps numerically, rather than textually.
22148 2003-09-24 Kenichi Handa <handa@m17n.org>
22150 * language/devan-util.el (devanagari-post-read-conversion):
22151 * language/mlm-util.el (malayalam-post-read-conversion):
22152 * language/tml-util.el (tamil-post-read-conversion):
22153 Add autoload cookie.
22155 * international/utf-8.el (utf-8-post-read-conversion):
22156 Call post-read-conversion functions for Devanagari, Malayalam,
22159 2003-09-23 Dave Love <fx@gnu.org>
22161 * Makefile.in (bootstrap-clean): Fix misplaced `!'.
22163 2003-09-22 Nick Roberts <nick@nick.uklinux.net>
22165 * progmodes/gud.el (perldb): Add gud-until to list of commands.
22168 2003-09-22 Richard M. Stallman <rms@gnu.org>
22170 * progmodes/sh-script.el (sh-mode-default-syntax-table):
22171 Rename from sh-mode-syntax-table. Call sh-mode-syntax-table directly.
22172 (sh-mode-syntax-table-input): New variable.
22173 (sh-require-final-newline): Don't use eval.
22174 (sh-builtins, sh-leading-keywords, sh-other-keywords)
22175 (sh-variables, sh-font-lock-keywords): Don't use eval.
22176 (sh-set-shell): When setting require-final-newline,
22177 treat value = `require-final-newline' as don't change it.
22178 Set sh-mode-syntax-table locally based on
22179 sh-mode-syntax-table-input and sh-mode-default-syntax-table.
22181 * progmodes/compile.el (compile-internal):
22182 Call compilation-set-window-height before setting window start.
22184 2003-09-22 Greg Hill <ghill@synergymicro.com> (tiny change)
22186 * emacs-lisp/bytecomp.el (byte-compile-log-file):
22187 Clear out byte-compile-last-warned-form.
22189 2003-09-22 Richard M. Stallman <rms@gnu.org>
22191 * woman.el (woman-file-name, woman-follow-word):
22192 If current-word returns nil, use "".
22194 * simple.el (eval-expression): Bind standard-output in to-buffer case.
22196 2003-09-22 Richard M. Stallman <rms@gnu.org>
22198 * emacs-lisp/lisp-mnt.el (lm-with-file):
22199 Don't visit the file, just use insert-file-contents in temp buffer.
22201 2003-09-22 Jari Aalto <jari.aalto@poboxes.com>
22203 * emacs-lisp/lisp-mnt.el (lm-get-header-re):
22204 Add surrounding \\( and \\) around the header, as in
22205 for lm-history-header 'Change Log\\|History'.
22207 2003-09-22 John Paul Wallington <jpw@gnu.org>
22209 * progmodes/ld-script.el: Add Commentary section,
22210 minor cleanup of file header.
22211 (ld-script-font-lock-keywords): Doc fix.
22212 (toplevel): Provide `ld-script' feature.
22214 2003-09-21 Kim F. Storm <storm@cua.dk>
22216 * scroll-bar.el (set-scroll-bar-mode): Initialize to
22217 new built-in variable default-frame-scroll-bars.
22218 (scroll-bar-mode): Use default-frame-scroll-bars when enabling
22219 scroll-bar-mode; notably, use it instead of t when we toggle
22221 (toggle-scroll-bar): Use default-frame-scroll-bars.
22223 2003-09-19 Masatake YAMATO <jet@gyve.org>
22225 * pcvs.el (cvs-do-removal): Change the prompt depending on
22228 2003-09-19 Glenn Morris <gmorris@ast.cam.ac.uk>
22230 * startup.el (command-line-1): Stop startup-echo-area-message
22231 being hidden by "Loading image..." message.
22232 (use-fancy-splash-screens-p, display-splash-screen):
22233 Move display-graphic-p test from latter to former.
22235 * progmodes/sh-script.el (sh-font-lock-keywords):
22236 Highlight escaped EOLs differently from other backslash constructs.
22238 2003-09-19 Richard M. Stallman <rms@gnu.org>
22240 * emacs-lisp/edebug.el (edebug-var-status, edebug-restore-status):
22242 (edebug-enter, edebug-outside-excursion): Use them.
22244 * emacs-lisp/bytecomp.el (byte-compile-warning-prefix):
22245 Fix the condition for whether to print "In WHERE".
22247 2003-09-19 Jari Aalto <jari.aalto@poboxes.com>
22249 * finder.el (finder-mode-hook): New variable.
22250 (finder-mode): Run hook finder-mode-hook
22252 2003-09-18 Masatake YAMATO <jet@gyve.org>
22254 * progmodes/ebrowse.el: Fix broken magic autoload comments.
22256 2003-09-17 Mario Lang <mlang@delysid.org>
22258 * progmodes/gud.el (perldb): Change gud-print from just "%e" to
22259 "p %e" to actually print the value in the GUD buffer.
22261 2003-09-16 Miles Bader <miles@gnu.ai.mit.edu>
22263 From David Ponce <david.ponce@wanadoo.fr>:
22264 * makefile.w32-in (DONTCOMPILE): Add loaddefs-boot.el.
22265 (bootstrap-clean-CMD, bootstrap-clean-SH): Recreate loaddefs.el
22266 from loaddefs-boot.el if necessary.
22268 2003-09-15 Zoltan Kemenczy <kemenczy@rogers.com>
22270 * progmodes/gud.el (gud-find-class): Make jdb work again since
22271 cc-mode changed the syntactic information.
22273 2003-09-15 David Ponce <david@dponce.com>
22275 * recentf.el: (recentf-exclude): Accept predicates too.
22276 (recentf-file-readable-p): New function.
22277 (recentf-include-p): Handle predicates in recentf-exclude.
22278 (recentf-add-file): Doc fix. Use recentf-file-readable-p.
22279 (recentf-cleanup): Likewise.
22280 (recentf-save-list): Use write-file to handle backup of
22283 2003-09-15 Miles Bader <miles@gnu.ai.mit.edu>
22285 * loaddefs-boot.el: Renamed from `loaddefs.el'
22286 * Makefile.in (DONTCOMPILE): Add loaddefs-boot.el.
22287 (bootstrap-clean): Recreate loaddefs.el from loaddefs-boot.el if
22290 2003-09-13 Thien-Thi Nguyen <ttn@gnu.org>
22292 * electric.el (Electric-pop-up-window): For the `one-window' case,
22293 no longer disconcertingly move point in the original buffer.
22295 2003-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
22297 * emacs-lisp/tq.el (tq-create): Fix mixed up unquote style.
22299 2003-09-12 Eric Hanchrow <offby1@blarg.net> (tiny change)
22301 * dired.el (dired-mode-map): Fix typo.
22303 2003-09-11 Richard M. Stallman <rms@gnu.org>
22305 * dired.el (dired-mode-map): Bind M-g to dired-goto-file.
22307 2003-09-11 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22309 * window.el (kill-buffer-and-window): Remove `yes-or-no-p' so that
22310 the function is less noisy. Now only `kill-buffer' can ask questions.
22312 2003-09-10 Mario Lang <mlang@delysid.org>
22314 * battery.el: Update Commentary and Copyright.
22315 (battery-linux-proc-acpi): Fix a bug in %b which made "!" never
22316 appear due to wrong ordering of the expressions in `or'.
22318 2003-09-09 Lute Kamstra <lute@gnu.org>
22320 * misc.el (upcase-char): Fix docstring.
22321 (zap-up-to-char): New command.
22323 2003-09-08 David Ponce <david@dponce.com>
22325 Ensure that recentf correctly updates the menu bar.
22326 * recentf.el (recentf-menu-path,recentf-menu-before): Doc fix.
22327 (recentf-menu-bar): New function.
22328 (recentf-clear-data): Use it
22329 (recentf-update-menu): Likewise. Use easy-menu-add-item instead
22330 of easy-menu-change.
22332 2003-09-08 Lute Kamstra <lute@gnu.org>
22334 * simple.el (size-indication-mode): New.
22335 * bindings.el (mode-line-position): Add buffer size indicator.
22337 2003-09-04 Mario Lang <mlang@delysid.org>
22339 * battery.el (battery-linux-proc-acpi): New function.
22340 (battery-status-function): Modify default value calculation to also
22341 check for availability of ACPI.
22342 (battery-echo-area-format): Ditto.
22343 (battery-mode-line-format): Ditto.
22345 2003-09-06 Dave Love <fx@gnu.org>
22347 * ielm.el (ielm-mode-hook): Add :options.
22349 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info-function): New.
22350 (eldoc-print-current-symbol-info): Use it.
22352 2003-09-04 Nick Roberts <nick@nick.uklinux.net>
22354 * gdb-ui.el (gud-display1): Use gud-call to prevent extra prompt
22355 being displayed in GUD buffer.
22356 (gdb-idle-input-queue): Remove var. Use just one queue.
22357 (gdb-enqueue-idle-input,gdb-dequeue-idle-input):
22358 Remove functions. Use just one queue.
22359 (gdb-prompt, gdb-subprompt, def-gdb-auto-update-trigger)
22360 (gdb-invalidate-assembler, gdb-get-current-frame):
22361 Modify functions. Use just one queue.
22363 2003-09-04 Dave Love <fx@gnu.org>
22365 * cus-start.el: Add blink-cursor-alist.
22367 * ruler-mode.el (ruler-mode-fill-column-char)
22368 (ruler-mode-current-column-char): Use char-displayable-p,
22371 * international/codepage.el ("mule-diag"): Add eval-after-load clause.
22373 * language/european.el (windows-1252): Move from code-pages.
22375 * language/cyrillic.el ("Windows-1251"): Delete.
22376 ("Bulgarian", "Belarusian"): Remove `features'.
22377 (windows-1251): Move from code-pages.
22379 * international/mule-diag.el (non-iso-charset-alist):
22380 Remove `codepage' stuff.
22381 (print-designation, list-coding-systems-1): Output fixes.
22383 * international/code-pages.el (cp-make-translation-table)
22384 (cp-valid-codes): Made defsubsts.
22385 (cp-fix-safe-chars): Delete.
22386 (mule-diag): Don't require.
22387 (windows-1251, windows-1252): Remove to cyrillic.el/european.el.
22388 (top-level): Check for defined coding system when defining
22389 cp... aliases. Change w32-add-charset-info test to avoid warning.
22390 (non-iso-charset-alist): Defvar when compiling.
22391 (cp-make-coding-system): Doc fix.
22393 2003-09-02 Jason Rumney <jasonr@gnu.org>
22395 * international/titdic-cnv.el (tsang-quick-converter): Fix broken
22396 line-ends from CVS before doing conversion.
22398 2003-09-02 Glenn Morris <gmorris@ast.cam.ac.uk>
22400 * calendar/diary-lib.el (diary-header-line-flag)
22401 (diary-header-line-format): New variables.
22402 (list-diary-entries): Use them to set header line in simple diary.
22404 * progmodes/sh-script.el (sh-font-lock-keywords): Use something
22405 other than font-lock-string-face to highlight backslashes.
22407 2003-09-01 Jason Rumney <jasonr@gnu.org>
22409 * international/titdic-cnv.el (tit-read-key-value): Include \r in
22412 2003-09-01 Dave Love <fx@gnu.org>
22414 * mouse.el (mouse-popup-menubar, mouse-skip-word): Doc fix.
22416 * menu-bar.el (menu-bar-showhide-menu): Amend date and time label
22417 and :help; also line and column numbers labels.
22419 * international/mule-util.el (char-displayable-p): Move from
22420 latin1-disp, rename and autoload.
22422 * international/latin1-disp.el (latin1-char-displayable-p):
22423 Now obsolete alias. Replace uses with char-displayable-p.
22424 (latin1-display-ucs-per-lynx): Fix last change.
22426 * international/mule-cmds.el (standard-display-european-internal):
22427 Don't use char code for Latin-1 NBSP.
22428 <XFree86 4>: Unfrob NBSP display table. Set display table to use
22429 U+2018, U+2019 for `'.
22430 (select-safe-coding-system): Message fix.
22432 2003-09-01 Kenichi Handa <handa@m17n.org>
22434 * international/fontset.el (setup-default-fontset): For Thai
22435 font, specify "*" family.
22437 2003-09-01 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
22439 * progmodes/compile.el (previous-error): Accept a prefix
22440 argument, similarly to next-error.
22442 2003-08-31 Masatake YAMATO <jet@gyve.org>
22444 * pcvs.el (cvs-do-removal): Use = instead of eq to check
22445 the number of files. Bind the number of files to a local
22446 variable. Suggested by Kevin Rodgers <ihs_4664@yahoo.com>.
22448 2003-08-30 Eli Zaretskii <eliz@gnu.org>
22450 * vc-hooks.el (vc-make-version-backup): Fix the change made on
22451 2003-07-26: msdos-long-file-names is a function, not a variable.
22453 2003-08-29 Richard M. Stallman <rms@gnu.org>
22455 * mail/sendmail.el (sendmail-sync-aliases, mail-setup):
22456 Do nothing with mail-personal-alias-file if it is nil.
22458 * mail/mailabbrev.el (mail-abbrevs-sync-aliases):
22459 Do nothing if mail-personal-alias-file is nil.
22461 * term.el (term-exec-1): Bind coding-system-for-read.
22463 * dired.el (dired-mouse-find-file-other-window):
22464 Use dired-view-command-alist here, as in dired-view-file.
22465 (dired-view-command-alist): Use %s to substitute file name.
22466 Handle .ps_pages, .eps, .jpg, .gif, .png.
22468 2003-08-29 Paul Pogonyshev <pogonyshev@gmx.net> (tiny change)
22470 * info.el (Info-mode-map): Bind S-tab and <backtab> to
22471 `Info-prev-reference', instead of M-tab.
22473 2003-08-29 Martin Stjernholm <mast@lysator.liu.se>
22475 * simple.el (blink-matching-open): Work correctly on chars that
22476 are designated as parens through the syntax-table text property.
22478 2003-08-29 Thierry Emery <thierry.emery@club-internet.fr> (tiny change)
22480 * kinsoku.el (kinsoku-longer, kinsoku-shorter): Do not choose a
22481 line break position in the middle of a non-kinsoku (e.g. latin)
22482 word, making it skip until either a space or a character with
22484 (kinsoku-longer): Test for end of buffer.
22486 2003-08-28 Eli Zaretskii <eliz@gnu.org>
22488 * mail/rmail.el (rmail-convert-to-babyl-format):
22489 Detect quoted-printable- and base64-encoded messages and decode them
22490 automatically. Set the message's encoding from the charset=
22491 header, if any. Decode base64-encoded messages in Mail format as well.
22493 2003-08-26 Glenn Morris <gmorris@ast.cam.ac.uk>
22495 * mail/smtpmail.el: Fix previous change.
22496 (smtpmail-send-queued-mail): Set smtpmail-mail-address before
22497 calling smtpmail-via-smtp.
22498 (smtpmail-via-smtp): Add fall-back values for envelope-from.
22500 2003-08-26 John Paul Wallington <jpw@gnu.org>
22502 * image.el (image-jpeg-p): Don't search beyond length of data.
22504 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22506 * progmodes/cc-cmds.el (c-electric-brace): Work around for a
22507 misfeature in `expand-abbrev' which caused electric keywords like
22508 "else" to disappear if an open brace was typed directly afterwards.
22510 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22512 * progmodes/cc-vars.el (c-extra-types-widget): The doc string is
22513 mandatory in `define-widget'.
22515 * progmodes/cc-align.el, progmodes/cc-langs.el (c-lineup-math):
22516 Don't align the operators "!=", "<=" and ">=" as assignment operators.
22518 (c-assignment-operators): New language constant that only contains
22519 the assignment operators.
22521 (c-assignment-op-regexp): New language var used by `c-lineup-math'.
22523 2003-08-26 Martin Stjernholm <bug-cc-mode@gnu.org>
22525 * progmodes/cc-engine.el (c-just-after-func-arglist-p):
22526 Safeguard against unbalanced sexps.
22528 2003-08-26 Terje Rosten <terjeros@phys.ntnu.no>
22530 * version.el (emacs-version): Check for gtk. Include gtk version info.
22532 2003-08-25 John Paul Wallington <jpw@gnu.org>
22534 * man.el (Man-default-man-entry): Don't whizz past the section
22535 number before looking for it.
22537 2003-08-24 Nick Roberts <nick@nick.uklinux.net>
22539 * progmodes/gud.el (gud-display-line): Don't set window-point if
22540 source buffer is not visible. (Only happens with M-x gdba.)
22542 * gdb-ui.el (gdba): Remove gdb-quit (previously removed) from
22544 (gdb-source, gdb-source-info): Update to assembler unnecessary
22545 as its done after each GDB command anyway.
22546 (gdb-pre-prompt): Use with-current-buffer.
22547 (gdb-insert-field): Add help-echo text.
22548 (gdb-invalidate-assembler): Re-display of assembler now done in
22549 gdb-info-breakpoints-custom.
22550 (gdb-info-breakpoints-custom): Force re-display of assembler to
22551 happen *after* update of breakpoints buffer.
22552 (gdb-display-source-buffer): Don't choke if gdb-source-window
22554 (gdb-put-string, gdb-put-arrow): Remove free variables.
22556 2003-08-24 John Paul Wallington <jpw@gnu.org>
22558 * ibuffer.el (ibuffer-formats): Make name and size columns wider.
22560 * man.el (Man-default-man-entry): Strip text properties when
22561 snarfing parts of entry because `format' preserves properties.
22563 2003-08-24 Glenn Morris <gmorris@ast.cam.ac.uk>
22565 * files.el (file-newest-backup): Use `expand-file-name'.
22567 * calendar/diary-lib.el (simple-diary-display, make-diary-entry):
22568 Allow the diary to pop up a new frame, if needed.
22570 * mail/sendmail.el (mail-specify-envelope-from): Doc change.
22571 * mail/smtpmail.el (smtpmail-mail-address): Doc change.
22572 (smtpmail-send-it): Make treatment of envelope-from consistent with
22575 * progmodes/sh-script.el (sh-builtins): Add some bash builtins.
22576 (sh-leading-keywords): Add the bash `time' reserved word.
22577 (sh-variables): Add some bash variables.
22578 (sh-add-completer): Fix nil branch of case statement.
22580 2003-08-24 Masatake YAMATO <jet@gyve.org>
22582 * progmodes/ld-script.el: New file.
22584 2003-08-23 Markus Rost <rost@math.ohio-state.edu>
22586 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates): Doc fix.
22588 2003-08-23 Andre Spiegel <spiegel@gnu.org>
22590 * vc-hooks.el (vc-ignore-vc-files, vc-master-templates):
22591 Better explain obsolescence, and what to use instead.
22593 2003-08-23 Masatake YAMATO <jet@gyve.org>
22595 * pcvs.el (cvs-do-removal): Show the deleted file name
22598 2003-08-20 Dave Love <fx@gnu.org>
22600 * international/mule.el (make-coding-system)
22601 (set-buffer-file-coding-system): Doc fix.
22603 * emacs-lisp/lisp-mode.el (common-lisp-mode): New.
22605 * emacs-lisp/lisp.el (beginning-of-defun-function): Doc fix.
22607 * international/utf-8.el (ucs-unicode-to-mule-cjk): Use smaller :size.
22609 * international/utf-16.el: Add mime-text-unsuitable coding system
22612 * international/latin1-disp.el (latin1-display): Add ?
\e$,1s"
\e(B.
22614 * cus-edit.el: Add some :links.
22617 * textmodes/bib-mode.el (bib): Add :group external.
22619 2003-08-18 Luc Teirlinck <teirllm@mail.auburn.edu>
22621 * wid-edit.el (widget-echo-help): Make it handle expressions that
22622 evaluate to strings.
22624 2003-08-18 Michael Mauger <mmaug@yahoo.com>
22626 Version 1.8.0 of sql-mode. (Patch submitted 2003-06-21)
22628 Simplify selection of SQL products to define highlighting and
22629 interactive mode. Includes detailed instructions on adding
22630 support for new products.
22632 * progmodes/sql.el (sql-product): New variable. Identifies SQL
22633 product for use in highlighting and interactive mode.
22634 (sql-interactive-product): New variable. SQL product for
22635 sql-interactive-mode.
22636 (sql-product-support): New variable. Specifies product-specific
22637 parameters to drive highlighting and interactive mode.
22638 (sql-imenu-generic-expression): Add more object types.
22639 (sql-sqlite-options): Correct comment.
22640 (sql-ms-program): Use "osql" rather than "isql".
22641 (sql-prompt-regexp, sql-prompt-length): Update comment.
22642 (sql-mode-menu): Add "Start SQLi session" entry.
22643 Replace Highlighting submenu with Product menu. Fix Send Region entry.
22644 (sql-mode-abbrev-table): Add abbreviations. Support of
22645 SYSTEM-FLAG on define-abbrev. Support was removed with last
22646 check-in; it now handles older Emacsen without the SYSTEM-FLAG.
22647 (sql-mode-font-lock-object-name): Add font-lock pattern for object
22649 (sql-mode-ansi-font-lock-keywords): Set as default value.
22650 (sql-mode-oracle-font-lock-keywords): Set as default value.
22651 Support Oracle 9i keywords.
22652 (sql-mode-postgres-font-lock-keywords): Set as default value.
22653 (sql-mode-linter-font-lock-keywords): Set as default value.
22654 (sql-mode-ms-font-lock-keywords): New variable. Support Microsoft
22656 (sql-mode-sybase-font-lock-keywords)
22657 (sql-mode-interbase-font-lock-keywords)
22658 (sql-mode-sqlite-font-lock-keywords)
22659 (sql-mode-strong-font-lock-keywords)
22660 (sql-mode-mysql-font-lock-keywords)
22661 (sql-mode-db2-font-lock-keywords): New variables. Default to ANSI
22663 (sql-mode-font-lock-defaults): Update comment.
22664 (sql-product-feature): New function. Returns feature associated
22665 with a product from `sql-product-support' alist.
22666 (sql-product-font-lock): New function. Set font-lock support
22667 based on `sql-product'.
22668 (sql-add-product-keywords): New function. Add font-lock rules to
22669 product-specific keyword variables.
22670 (sql-set-product): New function. Set `sql-product' and apply
22671 appropriate font-lock highlighting.
22672 (sql-highlight-product): New function. Set font-lock support
22673 based on a product. Also set mode name to include product name.
22674 (sql-highlight-ansi-keywords, sql-highlight-oracle-keywords)
22675 (sql-highlight-postgres-keywords, sql-highlight-linter-keywords):
22676 Use `sql-set-product'.
22677 (sql-highlight-ms-keywords)
22678 (sql-highlight-sybase-keywords)
22679 (sql-highlight-interbase-keywords)
22680 (sql-highlight-strong-keywords)
22681 (sql-highlight-mysql-keywords)
22682 (sql-highlight-sqlite-keywords)
22683 (sql-highlight-db2-keywords): New functions. Use `sql-set-product'.
22684 (sql-get-login): Prompt in the same order as the tokens.
22685 (sql-mode): Uses `sql-product-highlight' and `sql-product-font-lock'.
22686 (sql-product-interactive): New function. Common portions of
22687 product-specific interactive mode wrappers.
22688 (sql-interactive-mode): Rewritten to use product features.
22689 (sql-oracle, sql-sybase, sql-informix, sql-sqlite, sql-mysql)
22690 (sql-solid, sql-ingres, sql-ms, sql-postgres, sql-interbase)
22691 (sql-db2, sql-linter): Use `sql-product-interactive'.
22692 (sql-connect-oracle, sql-connect-sybase, sql-connect-informix)
22693 (sql-connect-sqlite, sql-connect-mysql, sql-connect-solid)
22694 (sql-connect-ingres, sql-connect-postgres)
22695 (sql-connect-interbase, sql-connect-db2, sql-connect-linter):
22696 New functions. Format command line parameters and invoke comint on
22697 the appropriate interpreter. Code was in the corresponding
22698 `sql-xyz' function before.
22699 (sql-connect-ms): New function. Support -E argument to use
22700 operating system credentials for authentication.
22702 2003-08-18 Kenichi Handa <handa@m17n.org>
22704 * international/mule.el (encode-char): Fix for the ASCII case.
22706 2003-08-15 Kenichi Handa <handa@m17n.org>
22708 * international/fontset.el (setup-default-fontset): Change "*" to
22709 nil in the specifications of font family.
22711 2003-08-18 Kim F. Storm <storm@cua.dk>
22713 * kmacro.el (kmacro-keymap): Group related bindings in
22714 initialization for clarity. Bind C-s to start macro.
22715 Remove C-r binding.
22716 (kmacro-initial-counter-value): New defvar to hold initial counter
22717 value in case we set the value before defining a macro.
22718 (kmacro-insert-counter): Clear kmacro-initial-counter-value..
22719 (kmacro-set-counter): Set kmacro-initial-counter-value if we are
22720 not defining or executing macro. Doc fix.
22721 (kmacro-add-counter): Clear kmacro-initial-counter-value.
22722 (kmacro-view-last-item, kmacro-view-item-no): New defvars used to
22723 temporarily view older elements on the macro ring without cycling
22725 (kmacro-display): Doc fix.
22726 (kmacro-exec-ring-item): New helper function.
22727 (kmacro-call-ring-2nd): Use it.
22728 (kmacro-call-ring-2nd-repeat): Doc fix.
22729 (kmacro-start-macro): Use (and clear) kmacro-initial-counter-value.
22730 (kmacro-end-or-call-macro): Execute last viewed macro (using
22731 kmacro-exec-ring-item) from ring if this follows
22732 kmacro-view-macro. This allows us to find a macro on the ring
22733 with C-x C-k C-v C-v ... and execute it (with C-k) without cycling
22734 the ring to bring it to the head of the ring.
22735 (kmacro-bind-to-key): Doc fix (describe reserved bindings).
22736 Allow binding to reserved keys without specifying C-x C-k prefix.
22737 Ask for confirmation if entered key sequence is already bound to
22738 a non-macro command.
22739 (kmacro-view-macro): Repeating command will show older elements
22740 on the macro ring; C-k will execute the last viewed macro.
22741 (kmacro-view-macro-repeat): Doc fix. Change its kmacro-repeat
22742 property from 'ring to 'head.
22744 2003-08-17 Alan Shutko <ats@acm.org>
22746 * calendar/calendar.el (calendar-make-alist): Correct off-by-one
22747 keeping December out of the alist.
22749 2003-08-17 Edward M. Reingold <reingold@emr.cs.iit.edu>
22751 * calendar/cal-move.el (calendar-goto-day-of-year): New function.
22752 * calendar/calendar.el (calendar-mode-map): Bind it to key.
22753 * calendar/cal-menu.el (calendar-mode-map): Add it to menu.
22754 (calendar-flatten): New function.
22755 (calendar-mouse-view-other-diary-entries)
22756 (calendar-mouse-view-diary-entries): Rewritten to put any holidays
22757 in the menu title and to show multi-line diary entries correctly
22760 2003-08-17 Luc Teirlinck <teirllm@mail.auburn.edu>
22762 * info.el (Info-scroll-prefer-subnodes): Add :version keyword to
22763 defcustom, because the default was recently changed.
22765 2003-08-16 Richard M. Stallman <rms@gnu.org>
22767 * net/ange-ftp.el (ange-ftp-error): Add save-excursion.
22769 * emacs-lisp/lisp-mode.el (eval-last-sexp-print-value):
22770 New subroutine, broken out of eval-last-sexp-1.
22771 (eval-last-sexp-1): Use eval-last-sexp-print-value.
22773 * custom.el (custom-load-symbol): Load cus-load and cus-start first.
22775 * dabbrev.el (dabbrev--safe-replace-match): Use with-no-warnings.
22777 * simple.el (eval-expression): Use eval-last-sexp-print-value.
22779 2003-08-14 Jari Aalto <jari.aalto@poboxes.com>
22781 * progmodes/compile.el (compilation-error-regexp-alist):
22782 Add Java ANt error detection as described in document
22783 http://ant.apache.org/faq.html
22785 2003-08-12 Juri Linkov <juri@jurta.org> (tiny change)
22787 * simple.el (backward-word, forward-to-indentation)
22788 (backward-to-indentation): Argument changed to optional.
22789 (next-line, previous-line): Use `or' instead of `unless'.
22791 2003-08-12 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22793 * progmodes/ebnf-iso.el (ebnf-no-meta-identifier): Becomes a var
22794 instead of a constant.
22796 2003-08-12 Markus Rost <rost@math.ohio-state.edu>
22798 * shell.el (shell): With prefix-arg, suggest a new buffer name.
22800 2003-08-12 Andre Spiegel <spiegel@gnu.org>
22802 * vc-sccs.el (vc-sccs-state-heuristic): Fix parentheses.
22803 (vc-sccs-workfile-version): Search the entire delta table, rather
22804 than just the first entry, because that might be a deleted version.
22806 2003-08-11 Karl Fogel <kfogel@red-bean.com>
22808 * menu-bar.el (menu-bar-options-menu): Supply a body for the
22809 [save-place] binding in the Options menu. Have it require
22810 'saveplace' and then toggle the variable manually, to avoid an
22811 unbound variable error. Thanks to <Sebastien.Kirche@sage.com>
22812 for the bug report.
22814 2003-08-11 Nick Roberts <nick@nick.uklinux.net>
22816 * gdb-ui.el (gdb-insert-field, gdb-array-format1)
22817 (gdb-info-breakpoints-custom, gdb-info-frames-custom)
22818 (gdb-info-threads-custom): Add help-echo text.
22819 (gdb-display-back): Don't use purecopy.
22820 (gdb-info-breakpoints-custom, gdb-reset)
22821 (gdb-assembler-custom): Use display-images-p to test if breakpoint
22822 icons can be displayed.
22824 2003-08-11 Markus Rost <rost@math.ohio-state.edu>
22826 * textmodes/reftex-vars.el (reftex-auto-recenter-toc): Fix typo.
22828 2003-08-11 Stefan Monnier <monnier@cs.yale.edu>
22830 * bookmark.el (bookmark-completing-read):
22831 Return a string, instead of a list of one string.
22832 Use a popup menu if activated from the mouse.
22833 (bookmark-edit-annotation): Remove unused vars.
22834 (bookmark-jump, bookmark-relocate, bookmark-insert-location)
22835 (bookmark-rename, bookmark-insert, bookmark-delete): Adjust calls
22836 to bookmark-completing-read.
22837 (bookmark-bmenu-show-filenames, bookmark-bmenu-hide-filenames)
22838 (bookmark-bmenu-mark, bookmark-bmenu-select, bookmark-bmenu-unmark)
22839 (bookmark-bmenu-delete, bookmark-bmenu-list): Use inhibit-read-only
22841 (bookmark-menu-delete, bookmark-menu-rename, bookmark-menu-locate)
22842 (bookmark-menu-jump, bookmark-menu-insert)
22843 (bookmark-popup-menu-and-apply-function)
22844 (bookmark-menu-popup-paned-bookmark-menu): Remove.
22845 (bookmark-menu-build-paned-menu): Remove by folding it into
22846 bookmark-menu-popup-paned-menu.
22847 (menu-bar-bookmark-map): Move the define-key statements here.
22848 Use the "non-menu" commands since they now pop up a menu if needed.
22849 (bookmark-exit-hook-internal): Simplify.
22851 2003-08-11 Carsten Dominik <dominik@sand.science.uva.nl>
22853 * reftex-toc.el (reftex-toc-rename-label): New function.
22854 (reftex-toc-check-docstruct): New function.
22856 * reftex.el (reftex-region-active-p): New function.
22858 * reftex-parse.el (reftex-locate-bibliography-files): Improved the
22859 regexp to find the \bibliography macro.
22861 * reftex-vars.el (reftex-section-levels): Removed subsubparagraph,
22862 which does not exist in LaTeX.
22863 (reftex-cite-format-builtin): Added amsrefs support.
22864 (reftex-toc-confirm-promotion): New option
22867 (reftex-toc): Use `reftex-toc-split-windows-fraction'.
22868 (reftex-toc-demote, reftex-toc-promote)
22869 (reftex-toc-do-promote, reftex-toc-promote-prepare)
22870 (reftex-toc-promote-action, reftex-toc-extract-section-number)
22871 (reftex-toc-newhead-from-alist)
22872 (reftex-toc-load-all-files-for-promotion): New functions.
22873 (reftex-toc-help): Added description of new keys.
22874 (reftex-toc-split-windows-fraction): New option.
22875 (reftex-recenter-toc-when-idle): Search *toc* window on all
22877 (reftex-toc): Additional parameter REUSE
22878 (reftex-toc-recenter): Remember current frame. Call `reftex-toc'
22879 with REUSE argument.
22880 (reftex-recenter-toc-when-idle): Reset `current-prefix-arg' for
22881 the call of `reftex-toc'.
22882 (reftex-make-separate-toc-frame): New function .
22883 (reftex-toc-recenter): When called with triple prefix arg, call
22884 `reftex-make-separate-toc-frame' first.
22885 (reftex-toc-toggle-dedicated-frame): New command.
22886 (reftex-toc-quit): Adapted to delete frame when called in
22889 * reftex-index.el (reftex-index-phrase-match-is-indexed): Check
22890 all enclosing macros.
22893 2003-08-08 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22895 * progmodes/ebnf2ps.el (ebnf-total, ebnf-nprod): Move defvar before
22898 2003-08-07 Vinicius Jose Latorre <viniciusjl@ig.com.br>
22900 * progmodes/ebnf2ps.el (ebnf-begin-job): Code fix.
22902 2003-08-06 Glenn Morris <gmorris@ast.cam.ac.uk>
22904 * calendar/calendar.el (list-diary-entries-hook)
22905 (diary-display-hook, nongregorian-diary-listing-hook)
22906 (mark-diary-entries-hook, nongregorian-diary-marking-hook):
22907 Add some customize options for these hooks.
22908 (calendar-abbrev-construct): Don't try to take a substring longer
22909 than the original string.
22911 2003-08-05 Richard M. Stallman <rms@gnu.org>
22913 * emacs-lisp/testcover.el (noreturn): Report error if does return.
22914 (testcover-reinstrument-clauses): Doc fix.
22916 * emacs-lisp/warnings.el: Doc fixes, args renamed.
22917 (warning-type-format): Rename from warning-group-format.
22919 * emacs-lisp/bytecomp.el (byte-compile-not-obsolete-var): New var.
22920 (byte-compile-variable-ref): Handle byte-compile-not-obsolete-var.
22921 (byte-compile-defvar): Bind byte-compile-not-obsolete-var
22922 to prevent warnings about defvar for an obsolete variable.
22924 * emacs-lisp/bytecomp.el (byte-compile-log-warning):
22925 warning-group-format renamed to warning-type-format.
22927 * subr.el (read-passwd): Use clear-string instead of fillarray.
22929 * edmacro.el (edmacro-format-keys): Use edmacro-sanitize-for-string.
22930 Use vconcat instead of concat.
22931 (edmacro-sanitize-for-string): New function.
22933 2003-08-05 Dave Love <fx@gnu.org>
22935 * cus-start.el: Add open-paren-in-column-0-is-defun-start,
22936 line-number-display-limit-width.
22938 * textmodes/tex-mode.el (tex-dvi-view-command): Fix quoted quotes.
22940 2003-08-05 Kenichi Handa <handa@m17n.org>
22942 * international/code-pages.el: Don't require mule-diag.
22944 * international/mule-diag.el (non-iso-charset-alist):
22945 Add autoload cookie.
22947 * language/devan-util.el (dev-glyph-order): Add an entry for the
22950 2003-08-03 Glenn Morris <gmorris@ast.cam.ac.uk>
22952 * calendar/calendar.el (diary-file, diary-file-name-prefix)
22953 (european-calendar-style, diary-date-forms)
22954 (calendar-day-name-array, calendar-month-name-array): Doc change.
22955 (generate-calendar-month): Adapt for new behavior of
22956 `calendar-day-name' function.
22957 (calendar-abbrev-length, calendar-day-abbrev-array)
22958 (calendar-month-abbrev-array): New variables.
22959 (calendar-abbrev-construct): New function.
22960 (calendar-day-name, calendar-month-name): Use new abbrev arrays,
22961 rather than fixing abbrevs at some width. Calling syntax change.
22962 (calendar-make-alist): Use abbrev arrays. Calling syntax change.
22963 (calendar-date-string): Adapt for new behaviors of
22964 `calendar-day-name' and `calendar-month-name' functions.
22966 * calendar/diary-lib.el (list-diary-entries): Adapt for new
22967 behavior of `calendar-day-name' and `calendar-month-name' functions.
22968 (diary-name-pattern): Use abbrev arrays, rather than fixing
22969 abbrevs at three chars. Calling syntax change.
22970 (mark-diary-entries): Adapt for new behaviors of
22971 `diary-name-pattern' and `calendar-make-alist' functions.
22972 (fancy-diary-font-lock-keywords): Adapt for new behavior of
22973 `diary-name-pattern' function.
22974 (font-lock-diary-date-forms): Use abbrev arrays, rather than
22975 fixing abbrevs at three chars. Calling syntax change.
22976 (cal-hebrew, cal-islam): Require when compiling.
22977 (diary-font-lock-keywords): Adapt for new behavior of
22978 `font-lock-diary-date-forms' function.
22980 * calendar/cal-hebrew.el: Reposition some code so defined before used.
22981 (calendar-hebrew-month-name-array-common-year)
22982 (calendar-hebrew-month-name-array-leap-year): Add doc strings.
22983 (list-hebrew-diary-entries): Adapt for new behaviors of
22984 `calendar-day-name' and `add-to-diary-list' functions.
22985 (mark-hebrew-diary-entries): Adapt for new behaviors of
22986 `diary-name-pattern' and `calendar-make-alist' functions.
22988 * calendar/cal-islam.el (calendar-islamic-month-name-array):
22990 (list-islamic-diary-entries): Adapt for new behaviors of
22991 `calendar-day-name' and `add-to-diary-list' functions.
22992 (mark-islamic-diary-entries): Adapt for new behaviors of
22993 `diary-name-pattern' and `calendar-make-alist' functions.
22995 * calendar/cal-menu.el (cal-menu-update): Adapt for new behavior of
22996 `calendar-month-name' function.
22998 * calendar/cal-coptic.el (coptic-name): defvar rather than defconst.
23000 * calendar/solar.el (solar-seasons-data): Move definition before use.
23002 * calendar/cal-tex.el (cal-tex-day-name-format): Doc fix.
23003 (cal-tex-LaTeX-hourbox): Move definition before use.
23005 * calendar/cal-china.el, cal-hebrew.el, cal-islam.el
23006 * cal-julian.el, cal-menu.el, cal-move.el, holidays.el
23007 * lunar.el, solar.el (displayed-month, displayed-year):
23008 Define for compiler.
23010 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23012 * progmodes/cc-mode.el (c-init-language-vars-for): Add argument
23013 MODE. Renamed from c-init-c-language-vars'.
23014 (c-initialize-cc-mode): Change accordingly.
23015 (c-common-init): Ditto.
23017 (c++-mode): Use `c-init-language-vars-for'.
23018 (objc-mode): Ditto.
23019 (java-mode): Ditto.
23021 (pike-mode): Ditto.
23024 2003-08-03 Martin Stjernholm <bug-cc-mode@gnu.org>
23026 * progmodes/cc-engine.el (c-end-of-current-token): Return whether
23027 or not the point moved.
23029 (c-search-decl-header-end): Don't trip up on operator identifiers
23030 in C++ and operators like == in all languages.
23032 * progmodes/cc-engine.el (c-backward-to-decl-anchor):
23033 Detect leading labels correctly.
23035 2003-08-02 Andreas Schwab <schwab@suse.de>
23037 * textmodes/ispell.el: Don't redo key bindings on loading, put
23038 them only in loaddefs.el.
23039 * bookmark.el: Likewise.
23040 * dabbrev.el: Likewise.
23041 * emerge.el: Likewise.
23043 * apropos.el (apropos-words-to-regexp): Only add `wild' if `words'
23044 has more than one member.
23046 * progmodes/sh-script.el (sh-mode): Don't set mode-class property.
23048 2003-08-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23050 * lpr.el (printify-region): It was ending conversion before the
23051 expected position. Reported by Keiichi Suzuki <keiichi@nanap.org>.
23053 2003-07-31 John Paul Wallington <jpw@gnu.org>
23055 * net/browse-url.el (browse-url-epiphany): Doc fix.
23057 2003-07-30 Kenichi Handa <handa@m17n.org>
23059 * international/fontset.el (setup-default-fontset):
23060 Change registry names of Akurti fonts.
23062 2003-07-29 Jesper Harder <harder@ifa.au.dk> (tiny change)
23064 * comint.el (comint-read-noecho): Use `clear-string' instead of
23067 2003-07-29 Thomas W Murphy <twm@andrew.cmu.edu> (tiny change)
23069 * outline.el (outline-mode-hook): Add defvar.
23071 2003-07-28 Nick Roberts <nick@nick.uklinux.net>
23073 * gdb-ui.el (gdb-setup-windows, gdb-restore-windows):
23074 Restore assembler in source window if that is what has been selected.
23075 (menu): Add gdb-restore-windows to menu. Make gdba
23076 specific menus only visible from gdba.
23078 2003-07-28 Tak Ota <Takaaki.Ota@am.sony.com> (tiny change)
23080 * progmodes/compile.el (compilation-environment): New user variable.
23081 (compile-internal): Respect it.
23083 2003-07-23 Masatake YAMATO <jet@gyve.org>
23085 * progmodes/gud.el (gdb-script-font-lock-keywords):
23086 Put `font-lock-function-name-face' on a symbol which includes
23087 `-' like `hook-run'. Put font-lock-variable-name-face
23088 on a symbol starting with $.
23090 2003-07-27 Markus Rost <rost@math.ohio-state.edu>
23092 * files.el (set-visited-file-name): Use truename for buffer-file-name.
23094 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23096 * vc-hooks.el (vc-file-not-found-hook): Doc fix.
23098 2003-07-26 Andre Spiegel <spiegel@gnu.org>
23100 * vc-hooks.el (vc-default-registered, vc-make-version-backup):
23101 Use with-no-warnings.
23102 (vc-file-not-found-hook): Add this to find-file-not-found-functions,
23103 rather than to find-file-not-found-hook, which doesn't exist.
23105 2003-07-26 Markus Rost <rost@math.ohio-state.edu>
23107 * international/quail.el (quail-translate-key): Fix previous change.
23109 2003-07-25 John Paul Wallington <jpw@gnu.org>
23111 * server.el (server-start): Check `server-process' is non-nil
23112 before killing it to avoid killing current buffer's process.
23114 * simple.el (choose-completion-string): Use `minibufferp';
23115 test `completion-reference-buffer' if `buffer' arg is nil.
23116 (push-mark): Use `when' and `unless'.
23117 (pop-mark): Use `when'.
23119 * mouse-sel.el (mouse-sel-get-selection-function):
23120 Check `x-last-selected-text-primary'. Don't barf if it or
23121 `x-last-selected-text' aren't bound.
23123 2003-07-25 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
23125 * menu-bar.el (menu-bar-tools-menu): Minor change in strings.
23127 2003-07-23 Stefan Monnier <monnier@cs.yale.edu>
23129 * vc-svn.el (vc-svn-diff-switches): Don't default to vc-diff-switches.
23131 2003-07-23 John Paul Wallington <jpw@gnu.org>
23133 * tooltip.el (defface tooltip): Inherit from variable-pitch.
23135 2003-07-23 Glenn Morris <gmorris@ast.cam.ac.uk>
23137 * emacs-lisp/derived.el (define-derived-mode): Mention hook in doc
23138 string. Defvar the derived hook.
23140 * macros.el (insert-kbd-macro): Escape double quote character.
23141 From Thomas W Murphy <twm@andrew.cmu.edu>.
23143 2003-07-22 Stefan Monnier <monnier@cs.yale.edu>
23145 * textmodes/fill.el (fill-comment-paragraph): Construct a regexp
23146 to match the specific mark rather than reusing comment-start-skip.
23148 2003-07-22 Thien-Thi Nguyen <ttn@gnu.org>
23150 * progmodes/hideshow.el (hs-special-modes-alist):
23151 Clarify MDATA-SELECTOR doc; nfc. Thanks to Michael Ernst.
23153 2003-07-21 Markus Rost <rost@math.ohio-state.edu>
23155 * progmodes/idlwave.el (idlwave-comment-indent-char): Fix default
23158 2003-07-21 John Paul Wallington <jpw@gnu.org>
23160 * subr.el (with-selected-window): Add closing paren.
23162 2003-07-21 Richard M. Stallman <rms@gnu.org>
23164 * emacs-lisp/lisp-mode.el (emacs-lisp-mode): Use run-mode-hooks.
23165 (lisp-mode): Likewise.
23167 * subr.el (with-selected-window): Copy code form save-selected-window
23168 so as to call select-window with norecord arg.
23169 (dynamic-completion-table): Doc fix.
23170 (lazy-completion-table): Doc fix.
23172 * international/mule-cmds.el (set-locale-environment):
23173 langinfo renamed to locale-info.
23175 * international/mule.el (auto-coding-functions): Doc fix.
23177 2003-07-21 Kenichi Handa <handa@m17n.org>
23179 * international/quail.el (quail-translate-key):
23180 Update quail-current-str correctly.
23182 2003-07-21 Andreas Schwab <schwab@suse.de>
23184 * progmodes/sh-script.el (sh-mode-syntax-table): Change syntax of
23187 2003-07-20 Kai Gro
\e,A_
\e(Bjohann <kai.grossjohann@gmx.net>
23188 Version 2.0.36 of Tramp released.
23190 * net/tramp.el (tramp-default-password-end-of-line): Rename from
23191 tramp-password-end-of-line.
23192 (tramp-password-end-of-line): New method parameter.
23193 (tramp-get-password-end-of-line): Function to access method
23194 parameter `tramp-password-end-of-line', or variable
23195 `tramp-default-password-end-of-line' (default value).
23196 (tramp-methods): Add entries for new parameter
23197 tramp-password-end-of-line.
23198 (tramp-enter-password): Use new function
23199 `tramp-get-password-end-of-line'.
23200 (tramp-handle-insert-file-contents): Do not
23201 unconditionally inhibit the file operation file-local-copy, only
23202 do that when the inhibit-file-name-operation is currently
23203 insert-file-contents. This fixes finding remote CVS-controlled
23204 files. (It would barf on inserting the CVS/Entries file
23205 literally, because the file-local-copy handler wasn't called.)
23206 (tramp-handle-shell-command): Support optional third arg ERROR-BUFFER.
23207 (tramp-sh-extra-args): Adapt defcustom type to XEmacs.
23208 (tramp-initial-commands): New variable.
23209 (tramp-process-initial-commands): New function, using the variable.
23210 (tramp-open-connection-setup-interactive-shell): Call the new function.
23211 (tramp-buffer-name, tramp-debug-buffer-name): Always put the
23212 method into the buffer name, never use nil. Reported by Hanak
23213 David <dhanak@inf.bme.hu>.
23214 (tramp-open-connection-setup-interactive-shell): Erase buffer
23215 before sending "stty -onlcr".
23217 * net/tramp-vc.el (vc-workfile-unchanged-p): Add comment.
23219 2003-07-19 Markus Rost <rost@math.ohio-state.edu>
23221 * textmodes/artist.el (artist-erase-char): Fix default value using ?\s.
23223 2003-07-19 John Paul Wallington <jpw@gnu.org>
23225 * textmodes/artist.el (artist-butlast-fn, artist-draw-sline)
23226 (artist-draw-rect, artist-draw-square): Doc fixes.
23228 * textmodes/enriched.el (enriched-decode-display-prop): Doc fix.
23230 * textmodes/two-column.el (2C-mode-line-format): Doc fix.
23232 2003-07-19 Kenichi Handa <handa@m17n.org>
23234 * international/kkc.el (kkc-show-conversion-list-update):
23235 Highlight the correct candidate in the message.
23237 2003-07-18 John Paul Wallington <jpw@gnu.org>
23239 * simple.el (current-word): Don't include punctuation char when
23240 `really-word' arg is non-nil.
23242 2003-07-17 Martin Stjernholm <bug-cc-mode@gnu.org>
23244 * progmodes/awk-mode.el: Obsoleted by the AWK support in CC Mode -
23245 moved to the directory obsolete.
23247 2003-07-16 Stefan Monnier <monnier@cs.yale.edu>
23249 * info.el (Info-menu-entry-name-re): Allow newlines in
23252 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Rename from
23253 syntax-ppss-after-change-function.
23254 (syntax-ppss-after-change-function): New alias. Update uses.
23255 (syntax-ppss): Catch the case where the buffer is narrowed.
23257 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23259 * progmodes/cc-defs.el (c-langelem-sym, c-langelem-pos)
23260 (c-langelem-2nd-pos): Add accessor functions for syntactic elements.
23262 2003-07-16 Martin Stjernholm <bug-cc-mode@gnu.org>
23264 * progmodes/cc-engine.el (c-literal-faces): Declare as a variable
23265 since it might be modified.
23267 * progmodes/cc-langs.el (c++-make-template-syntax-table)
23268 (c-syntactic-ws-start, c-syntactic-ws-end): Give more consistent
23269 names to these language constants.
23271 2003-07-15 Kim F. Storm <storm@cua.dk>
23273 * apropos.el (apropos-sort-by-scores): Rename from apropos-show-scores.
23276 2003-07-14 Mark A. Hershberger <mah@everybody.org>
23278 * xml.el (xml-parse-tag, xml-parse-file, xml-parse-region):
23281 2003-07-13 Juanma Barranquero <lektu@terra.es>
23283 * frame.el (modify-all-frames-parameters): Reinstall (copyright
23286 2003-07-13 Karl Eichwalder <ke@suse.de>
23288 * textmodes/po.el (po-find-charset): White space at the start of the
23289 Content-Type field body is non-mandatory.
23291 2003-07-13 Masayuki Ataka <ataka@milk.freemail.ne.jp> (tiny change)
23293 * textmodes/texinfo.el (texinfo-section-list):
23294 Append appendixsection; a synonym for appendixsec.
23296 2003-07-13 Jari Aalto <jari.aalto@poboxes.com>
23298 * man.el (Man-translate-cleanup): New.
23299 (Man-translate-references): Call `Man-translate-cleanup' to clean
23300 leading, trailing and middle spaces.
23302 2003-07-13 Lars Hansen <larsh@math.ku.dk>
23304 * desktop.el (desktop-buffer-dired-misc-data, desktop-buffer-dired):
23305 Handle `dired-directory' being a list.
23307 2003-07-13 Jesper Harder <harder@ifa.au.dk> (tiny change)
23309 * mail/smtpmail.el (smtpmail-send-it): Create smtpmail-queue-dir if
23312 2003-07-12 Richard M. Stallman <rms@gnu.org>
23314 * progmodes/cc-engine.el (c-declare-lang-variables): Don't use mapcan.
23316 * progmodes/cc-defs.el (c-make-keywords-re):
23317 Don't use delete-duplicates.
23318 (c-lang-const): Don't use mapcan.
23320 * apropos.el (apropos-show-scores): Make it customizable.
23321 Document new meaning.
23322 (apropos): Compute scores from symbols.
23323 (apropos-print): Don't sort by scores if apropos-show-scores is nil.
23325 2003-07-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23327 * ps-bdf.el: Fix copyright line.
23328 (bdf-directory-list): Fix initialization code.
23330 2003-07-11 John Paul Wallington <jpw@gnu.org>
23332 * emacs-lisp/ring.el (ring-empty-p): Use `zerop'.
23333 (ring-p, ring-plus1, ring-minus1, ring-length, ring-index)
23334 (ring-empty-p, ring-size, ring-copy, ring-ref): Doc fixes.
23336 2003-07-11 NAKAJIMA Mikio <minakaji@namazu.org> (tiny change)
23338 * emacs-lisp/ring.el (ring-elements): Doc fix.
23340 2003-07-11 Glenn Morris <gmorris@ast.cam.ac.uk>
23342 * calendar/timeclock.el (timeclock-relative)
23343 (timeclock-ask-before-exiting, timeclock-use-display-time):
23345 (timeclock-modeline-display): Give a message if
23346 `timeclock-use-display-time' is non-nil but `display-time-mode'
23349 2003-07-11 Kenichi Handa <handa@m17n.org>
23351 * international/mule-cmds.el (set-language-environment):
23352 Set current-language-environment to the correct string.
23354 2003-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br>
23356 * ps-print.el: Print line number correctly in a region. Reported by
23357 Tim Allen <timallen@ls83.fsnet.co.uk>.
23358 (ps-print-version): New version number (6.6.2).
23359 (ps-printing-region): Code fix.
23361 2003-07-10 John Paul Wallington <jpw@gnu.org>
23363 * progmodes/etags.el (visit-tags-table-buffer): Add autoload cookie;
23364 this function can be called from `add-completions-from-tags-table'.
23366 2003-07-10 Glenn Morris <gmorris@ast.cam.ac.uk>
23368 * calendar/timeclock.el (timeclock-use-display-time)
23369 (timeclock-day-over-hook, timeclock-workday-remaining)
23370 (timeclock-status-string, timeclock-when-to-leave)
23371 (timeclock-when-to-leave-string, timeclock-log-data)
23372 (timeclock-find-discrep, timeclock-day-base)
23373 (timeclock-generate-report, timeclock-visit-timelog): Doc fix.
23374 (timeclock-modeline-display): Set the variable
23375 `timeclock-modeline-display'.
23376 (timeclock-update-modeline): Doc fix. Respect value of
23377 `timeclock-relative'.
23379 2003-07-09 Richard M. Stallman <rms@gnu.org>
23381 * textmodes/reftex-parse.el (reftex-all-document-files):
23382 Add autoload cookie.
23384 * textmodes/reftex.el (reftex-all-document-files): Delete autoload.
23385 (reftex-scanning-info-available-p): Add autoload cookie.
23387 * international/mule-cmds.el
23388 (set-display-table-and-terminal-coding-system): Delete duplicate
23389 aset on standard-display-table.
23391 * view.el (view-file): If existing buffer's major mode is special,
23392 don't go into view mode.
23394 * dired.el (dired-move-to-filename-regexp): Allow quote in months.
23396 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23398 * progmodes/cc-engine.el (c-guess-basic-syntax): Do not do hidden
23399 buffer changes; there's third party code that calls this function
23402 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23404 * progmodes/cc-fonts.el (javadoc-font-lock-keywords)
23405 (autodoc-font-lock-keywords): Don't byte compile on font lock
23406 initialization when running from byte compiled files.
23408 2003-07-08 Alan Mackenzie <bug-cc-mode@gnu.org>
23410 * progmodes/cc-engine.el: Fix AWK mode indentation when previous
23411 statement ends with auto-increment "++".
23413 2003-07-08 Martin Stjernholm <bug-cc-mode@gnu.org>
23415 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23416 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23417 these are changed, so declare them as variables and not constants.
23419 2003-07-08 Markus Rost <rost@math.ohio-state.edu>
23421 * subr.el (dolist, dotimes): Doc fix.
23423 2003-07-08 Kim F. Storm <storm@cua.dk>
23425 * international/mule-cmds.el
23426 (set-display-table-and-terminal-coding-system): Don't break
23427 bootstrap if standard-display-table isn't setup yet.
23429 2003-07-07 Richard M. Stallman <rms@gnu.org>
23431 * ehelp.el (ehelp-command): Use defalias to define ehelp-command.
23432 Give it a doc string, and autoload it.
23434 * desktop.el (desktop-buffer-info, desktop-buffer-mh):
23435 Use with-no-warnings.
23437 * info.el (Info-search): If find invisible text, search again.
23439 * isearch.el (search-whitespace-regexp): Add a shy group around it.
23441 * man.el (Man-name-regexp): Match + as part of name.
23443 * simple.el (visible-mode): Rename from vis-mode.
23444 (vis-mode-saved-buffer-invisibility-spec): Doc fix.
23446 * simple.el (current-word): New arg REALLY-WORD specifies
23447 don't include punctuation chars.
23449 * emacs-lisp/debug.el (debug, debugger-env-macro):
23450 Use with-no-warnings while accessing and binding unread-command-char.
23452 * international/mule-cmds.el
23453 (set-display-table-and-terminal-coding-system): Use explicit loop
23454 instead of calling standard-display-default.
23456 * net/ange-ftp.el (ange-ftp-file-symlink-p):
23457 Use condition-case to catch error in ange-ftp-get-files.
23459 * net/browse-url.el (browse-url-browser-function):
23460 Add alternative for Epiphany.
23461 (browse-url-epiphany-program, browse-url-epiphany-arguments)
23462 (browse-url-epiphany-startup-arguments)
23463 (browse-url-epiphany-new-window-is-tab): New variables.
23464 (browse-url-epiphany, browse-url-epiphany-sentinel): New functions.
23466 * progmodes/compile.el (compile-auto-highlight): Default now t.
23467 (compile): Doc fix.
23468 (compilation-next-error): Fix previous change.
23470 * textmodes/tex-mode.el (tex-main-file): Use with-no-warnings.
23472 * textmodes/sgml-mode.el (xml-mode): Add autoload cookie.
23474 2003-07-07 Nick Roberts <nick@nick.uklinux.net>
23476 * gdb-ui.el (gdb-source-info): Display current frame when
23477 attaching to an existing process.
23478 (gdb-setup-windows, gdb-source-info): Start with gud-comint-buffer
23479 while laying out windows when attaching to an existing process.
23481 2003-07-07 Stefan Monnier <monnier@cs.yale.edu>
23483 * info.el (Info-menu): Use Info-menu-entry-name-re.
23485 2003-07-06 Stefan Monnier <monnier@cs.yale.edu>
23487 * vc-hooks.el (vc-stay-local, vc-stay-local-p): Move from vc.el.
23488 * vc.el (vc-stay-local, vc-stay-local-p): Move to vc-hooks.el.
23490 * info.el (Info-menu-entry-name-re): Be careful to avoid multiple ways
23491 to match the same text.
23493 2003-07-06 John Paul Wallington <jpw@gnu.org>
23495 * vc.el (vc-annotate-offset): Move defvar up.
23497 2003-07-06 Kim F. Storm <storm@cua.dk>
23499 * info.el (Info-menu-entry-name-re): Add `:' to second [] part.
23500 This should fix the infinite loop when extracting menu names.
23502 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23504 * files.el (auto-mode-alist, interpreter-mode-alist):
23505 Remove entries to CC Mode modes to avoid duplicates; they are now added
23506 with autoload directives in cc-mode.el.
23508 2003-07-05 Martin Stjernholm <bug-cc-mode@gnu.org>
23510 * progmodes/cc-langs.el, progmodes/cc-styles.el (c-style-alist)
23511 (c-lang-variable-inits, c-lang-variable-inits-tail): The values of
23512 these are changed, so declare them as variables and not constants.
23514 * progmodes/cc-mode.el: Fix some autoload problems: Try to
23515 ensure that the entry for ".c" extension comes before the one for
23516 ".C" on `auto-mode-alist', to behave better on case insensitive OS:es.
23517 Fix incorrect entries that were added to `interpreter-mode-alist'.
23518 Move the autoload directives for AWK to the top level since they
23519 aren't recognized anywhere else. Do not use the new AWK mode doc
23520 in the autoload form for the old AWK mode.
23522 2003-06-30 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
23524 * textmodes/bibtex.el (bibtex-sort-entry-class): New entry catch-all.
23525 (bibtex-sort-ignore-string-entries): Default value t.
23526 (bibtex-entry-kill-ring-max): Reintroduce as it was removed
23527 erroneously in previous version.
23528 (bibtex-string-files): Docstring reflects new parsing scheme.
23529 (bibtex-autokey-transcriptions): Merge some rewrite entries, fix
23530 docstring, add # as one of the chars to crush
23531 (bibtex-autokey-prefix-string, bibtex-autokey-names)
23532 (bibtex-autokey-names-stretch, bibtex-autokey-additional-names)
23533 (bibtex-autokey-name-change-strings)
23534 (bibtex-autokey-name-case-convert, bibtex-autokey-name-length)
23535 (bibtex-autokey-name-separator, bibtex-autokey-year-length)
23536 (bibtex-autokey-use-crossref, bibtex-autokey-titlewords)
23537 (bibtex-autokey-title-terminators)
23538 (bibtex-autokey-titlewords-stretch)
23539 (bibtex-autokey-titleword-ignore)
23540 (bibtex-autokey-titleword-case-convert)
23541 (bibtex-autokey-titleword-abbrevs)
23542 (bibtex-autokey-titleword-abbrevs)
23543 (bibtex-autokey-titleword-change-strings)
23544 (bibtex-autokey-titleword-length)
23545 (bibtex-autokey-titleword-separator)
23546 (bibtex-autokey-name-year-separator)
23547 (bibtex-autokey-year-title-separator)
23548 (bibtex-autokey-before-presentation-function)
23549 (bibtex-entry-type-history, bibtex-entry-maybe-empty-head):
23551 (bibtex-strings, bibtex-reference-keys):
23552 Use lazy-completion-table and make-variable-buffer-local.
23553 (bibtex-sort-entry-class-alist): Use downcase, account for catch-all.
23554 (bibtex-braced-string-syntax-table)
23555 (bibtex-quoted-string-syntax-table): New variables.
23556 (bibtex-parse-nested-braces): Remove.
23557 (bibtex-parse-field-string): Use syntax table and forward-sexp.
23558 (bibtex-parse-association): Simplify.
23559 (bibtex-parse-field-name): Obey bibtex-autoadd-commas.
23560 (bibtex-parse-field-text): Simplify.
23561 (bibtex-search-forward-field, bibtex-search-backward-field):
23562 argument BOUND can take value t.
23563 (bibtex-start-of-field, bibtex-start-of-name-in-field)
23564 (bibtex-end-of-name-in-field, bibtex-end-of-field)
23565 (bibtex-start-of-text-in-field, bibtex-end-of-text-in-field)
23566 (bibtex-start-of-text-in-string, bibtex-end-of-text-in-string)
23567 (bibtex-end-of-string, bibtex-type-in-head): Use defsubst.
23568 (bibtex-skip-to-valid-entry): Return buffer position of beginning
23569 and ending of entry. Update for changes of bibtex-search-entry.
23571 (bibtex-map-entries): FUN is called with three arguments.
23572 (bibtex-search-entry): Return a cons pair with buffer positions of
23573 beginning and end of entry.
23574 (bibtex-enclosing-field): Simplify.
23575 (bibtex-format-entry): Use booktitle to set a missing title.
23576 (bibtex-autokey-get-names): Fiddle with regexps.
23577 (bibtex-generate-autokey): Use identity.
23578 (bibtex-parse-keys): Use simplified parsing algorithm if
23579 bibtex-parse-keys-fast is non-nil. Simplify. Change order of
23580 arguments. Return alist of keys.
23581 (bibtex-parse-strings): Simplify. Return alist of strings.
23582 (bibtex-complete-string-cleanup): Fix docstring.
23583 (bibtex-read-key): New function.
23584 (bibtex-mode): Fix docstring. Do not parse for keys and
23585 strings when the mode is entered. Set fill-paragraph-function to
23586 bibtex-fill-field. Setup font-lock-mark-block-function the way
23587 font-lock intended.
23588 (bibtex-entry): Use bibtex-read-key. Obey bibtex-autofill-types.
23589 (bibtex-parse-entry, bibtex-autofill-entry): New functions.
23590 (bibtex-print-help-message, bibtex-remove-OPT-or-ALT)
23591 (bibtex-Preamble): Avoid hard coded constants.
23592 (bibtex-make-field): Fix docstring. Simplify.
23593 (bibtex-beginning-of-entry): Always return new position of point.
23594 (bibtex-end-of-entry): Rearrange cond clauses.
23595 (bibtex-count-entries, bibtex-validate, bibtex-reformat):
23596 Update for changes of bibtex-map-entries.
23597 (bibtex-ispell-abstract): Do not move point.
23598 (bibtex-entry-index): Use downcase. Simplify.
23599 (bibtex-lessp): Handle catch-all.
23600 (bibtex-find-crossref): Turn into a command.
23601 (bibtex-find-entry): Simplify. Use bibtex-read-key. Fix regexp.
23602 (bibtex-clean-entry): Use bibtex-read-key. Handle string and
23604 (bibtex-fill-field-bounds): New function.
23605 (bibtex-fill-field): New command. Bound to fill-paragraph-function.
23606 (bibtex-fill-entry): Use bibtex-fill-field-bounds
23607 (bibtex-String): Use bibtex-strings. Always obey
23608 bibtex-sort-ignore-string-entries.
23610 2003-07-05 John Paul Wallington <jpw@gnu.org>
23612 * cus-theme.el (customize-create-theme):
23613 Call `customize-create-theme' in Reset widget's notify function.
23615 * ibuffer.el (ibuffer-backward-line, ibuffer-forward-line)
23616 (ibuffer-mark-interactive): Use `or' instead of `unless'.
23617 (define-ibuffer-column name): Add summarizer.
23618 (define-ibuffer-column size): Likewise.
23619 (define-ibuffer-column filename): Likewise.
23620 (define-ibuffer-column process): Likewise. Change BODY's output too.
23621 (define-ibuffer-column filename-and-process): Likewise, likewise.
23622 (ibuffer): Remove local vars `already-in' and `need-update'.
23624 * ibuf-ext.el: Don't require `derived' at compile-time.
23626 2003-07-05 Kim F. Storm <storm@cua.dk>
23628 * info.el: Disable paragraph refilling.
23629 (Info-refill-paragraphs): New defcustom.
23630 (Info-fontify-node): Use it.
23632 2003-07-04 Stefan Monnier <monnier@cs.yale.edu>
23634 * emacs-lisp/cl-macs.el (cl-transform-lambda): Strip &cl-defs
23635 thingies from constructors created by defstruct.
23637 * emacs-lisp/bytecomp.el (byte-compile-defvar): Check and set
23638 the default value of the variable.
23639 (byte-code-meter): Move declaration to top level.
23641 * pcvs-parse.el (cvs-parse-status): Ignore extra fields from CVSNT.
23643 * info.el (Info-following-node-name-re): New fun.
23644 (Info-following-node-name): Remove.
23645 (Info-insert-dir): Use the new fun.
23646 (Info-extract-pointer): Don't save restriction; use new fun.
23647 (Info-menu-entry-name-re): New const.
23648 (Info-menu-entry-name-re): Use it along with new fun.
23649 (Info-node-spec-re): Use new fun.
23650 (Info-complete-menu-item, Info-fontify-node): Use new const.
23651 (Info-goto-node, Info-follow-reference, Info-menu-update):
23653 (Info-follow-reference): Use assoc-string.
23654 Use a list of strings for the completion table.
23655 (Info-fontify-node): Use match-string, line-end-position.
23656 Limit the search for `node:' to the first line.
23658 * newcomment.el (uncomment-region): Remove padding coming from
23659 comment-start rather than just from comment-padding.
23661 * vc-cvs.el (vc-cvs-repository-hostname): New operation.
23662 (vc-cvs-stay-local-p): Use vc-stay-local-p.
23663 (vc-cvs-rename-file): Remove (use the default).
23664 (vc-cvs-register): Register parent dir if needed.
23665 (vc-cvs-could-register): Return non-nil if parent can be registered.
23666 (vc-cvs-state, vc-cvs-dir-state, vc-cvs-print-log, vc-cvs-diff)
23667 (vc-cvs-diff-tree, vc-cvs-make-version-backups-p): Use vc-stay-local-p.
23669 * vc-svn.el (vc-svn-use-edit): Make it into a const.
23670 (vc-svn-update): Fix the arguments to `svn'.
23671 (vc-svn-diff-tree): Just use `vc-svn-diff'.
23672 (vc-svn-create-snapshot, vc-svn-retrieve-snapshot):
23673 Simple implementations, assuming `name' is a URL.
23675 * progmodes/sh-script.el (sh-font-lock-paren): Add [ and ] to the
23676 set of chars allowed unquoted in a case pattern.
23678 * font-core.el (font-lock-defaults-alist): Remove obsolete entries.
23680 * font-lock.el (font-lock-extra-types-widget)
23681 (c-font-lock-extra-types, c++-font-lock-extra-types)
23682 (objc-font-lock-extra-types, java-font-lock-extra-types)
23683 (c-font-lock-keywords-1, c-font-lock-keywords-2, c-font-lock-keywords)
23684 (c-font-lock-keywords-3, c-font-lock-syntactic-face-function)
23685 (font-lock-match-c++-style-declaration-item-and-skip-to-next)
23686 (font-lock-match-c++-structor-declaration)
23687 (c++-font-lock-keywords-1, c++-font-lock-keywords-2)
23688 (c++-font-lock-keywords-3, c++-font-lock-keywords)
23689 (objc-font-lock-keywords-1, objc-font-lock-keywords-2)
23690 (objc-font-lock-keywords-3, objc-font-lock-keywords)
23691 (java-font-lock-keywords-1, java-font-lock-keywords-2)
23692 (java-font-lock-keywords-3, java-font-lock-keywords)
23693 (java-font-lock-syntactic-face-function): Remove obsolete code
23694 and constants. It's all in cc-fonts.el now.
23696 2003-07-04 Glenn Morris <gmorris@ast.cam.ac.uk>
23698 * mail/sendmail.el (mail-specify-envelope-from)
23699 (mail-envelope-from): Doc fix.
23701 2003-07-04 Martin Stjernholm <mast@lysator.liu.se>
23703 * generic-x.el: Do away with the dependency on `c-emacs-features'
23704 when populating `rul-generic-mode-syntax-table'; we already know
23707 See ChangeLog.10 for earlier changes.
23709 ;; Local Variables:
23710 ;; coding: iso-2022-7bit
23713 Copyright (C) 2001, 02, 04 Free Software Foundation, Inc.
23714 Copying and distribution of this file, with or without modification,
23715 are permitted provided the copyright notice and this notice are preserved.
23717 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1