1 2005-10-28 Richard M. Stallman <rms@gnu.org>
3 * net/tramp.el (tramp-completion-mode): defvar moved up.
5 * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
7 * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9 * files.el (find-file-noselect): Use %d to format large file size.
11 * bindings.el (help-echo): Add %e.
13 * loadup.el ("facemenu"): Load unconditionally.
14 ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
15 ("x-dnd"): Load, when appropriate.
17 * startup.el (command-line): Call before-init-hook earlier.
18 Warn about some bad characters in -u user name.
20 * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
21 (flyspell-external-point-words): Error if misspelled word is not found.
22 Set flyspell-large-region-beg at end of word.
24 2005-10-28 Andreas Schwab <schwab@suse.de>
26 * view.el (View-revert-buffer-scroll-page-forward): Use
27 view-page-size-default.
29 2005-10-28 Juri Linkov <juri@jurta.org>
31 * international/quail.el (quail-get-current-str): Translate last
32 raw character for deterministic input methods.
34 2005-10-27 Jay Belanger <belanger@truman.edu>
36 * calc/calc-ext.el: Add functions to autoloads.
37 (math-identity-matrix-p, math-ident-row-p): New functions.
39 * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
40 multiplication by an identity matrix; don't turn multiplication by
41 an inverse matrix into division.
42 (math-div-symbol-fancy): Replace division by matrices with
43 multiplication by inverse.
45 * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
47 * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
48 (calc-writeoutpower): New functions.
50 2005-10-27 Romain Francoise <romain@orebokech.com>
52 * replace.el (occur-engine): Include colon in mouse-face highlight.
54 * dired-x.el: Change Maintainer field.
56 2005-10-26 Chong Yidong <cyd@stupidchicken.com>
58 * longlines.el (longlines-mode): Bind after-change-functions to
59 nil during initial decoding and final encoding.
61 2005-10-26 Dan Nicolaescu <dann@ics.uci.edu>
63 * term.el (term-emulate-terminal, term-handle-colors-array)
64 (term-handle-ansi-escape): Specify the terminfo capabilities
67 2005-10-26 Richard M. Stallman <rms@gnu.org>
69 * info.el (Info-fontify-node): Fix detection of sentence-break
72 2005-10-26 Romain Francoise <romain@orebokech.com>
74 * smerge-mode.el: Add `tools' to file keywords.
76 2005-10-26 Nick Roberts <nickrob@snap.net.nz>
78 * progmodes/gud.el (gud-menu-map): Only display gud-until icon
79 when the fringe is not available.
81 * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
82 (def-gdb-auto-update-trigger): Simplify construction.
83 (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
84 def-gdb-auto-updated-buffer as gdb-info-locals-handler is
86 (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
87 def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
89 (gdb-info-locals-custom): Remove as it's a no-op.
91 2005-10-25 Chong Yidong <cyd@stupidchicken.com>
93 * longlines.el (longlines-mode): Remove narrowing before
94 performing the initial decoding or final encoding.
96 2005-10-25 Romain Francoise <romain@orebokech.com>
98 * emacs-lisp/find-func.el (find-library-name): Also strip
99 extension if library name ends in .el, to take advantage of
100 `find-library-suffixes'.
102 2005-10-25 Richard M. Stallman <rms@gnu.org>
104 * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
106 2005-10-25 Juri Linkov <juri@jurta.org>
108 * textmodes/texinfo.el (texinfo-mode): Change charset of one
109 quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
111 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
113 * play/blackbox.el (blackbox-mode-map): Move init into declaration.
114 (blackbox-redefine-key): Add argument `map'.
116 * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
117 regions when moving the jit-lock-context-unfontify-pos boundary.
119 2005-10-25 Reiner Steib <Reiner.Steib@gmx.de>
121 * net/browse-url.el (browse-url-of-buffer): Add ".html" to
124 2005-10-25 Masatake YAMATO <jet@gyve.org>
126 * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
128 2005-10-25 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
130 * play/blackbox.el (blackbox-redefine-key): New function.
131 (blackbox-mode-map): Use it to remap existing bindings for cursor
132 motion instead of binding literal keys.
134 2005-10-25 Glenn Morris <rgm@gnu.org>
136 * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
137 diary does not end in a newline. Do not assume a blank line at
138 the start of the diary file.
140 2005-10-25 Kenichi Handa <handa@m17n.org>
142 * international/quail.el (quail-translate-key): If the input
143 method is deterministic and failed to handle the last key, restart
144 the key handling loop from an appropriate key.
146 2005-10-25 Michael Albinus <michael.albinus@gmx.de>
148 * vc.el (vc-dired-mode): Extend comment for binding of
149 `directory-listing-before-filename-regexp'.
151 2005-10-25 Stefan Monnier <monnier@iro.umontreal.ca>
153 * textmodes/texinfo.el (texinfo-mode):
154 * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
155 not to unnecessarily expose emacs-mule's internal char codes.
157 2005-10-25 Nick Roberts <nickrob@snap.net.nz>
159 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
160 Display hand pointer and help-echo on disabled icon too.
161 (gdb-mouse-until): New function.
162 (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
164 2005-10-24 Chong Yidong <cyd@stupidchicken.com>
166 * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
167 with 2005-10-23 change to doctor.el.
169 * finder.el (finder-mode-map): Add follow-link binding.
171 2005-10-25 Kim F. Storm <storm@cua.dk>
173 * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
174 to gdb-mouse-toggle-breakpoint-fringe.
175 (gdb-mouse-toggle-breakpoint-margin): Rename from
176 gdb-mouse-toggle-breakpoint. Fix doc.
177 (gdb-mouse-toggle-breakpoint-fringe): New defun.
178 (gdb-put-string): Add optional SPROPS arg. Add props to string.
179 (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
180 string properties also for fringe breakpoint bitmaps.
182 2005-10-24 Carsten Dominik <dominik@science.uva.nl>
184 * textmodes/org.el (org-start-icalendar-file): Fix format form.
186 2005-10-25 Masatake YAMATO <jet@gyve.org>
188 * simple.el (completion-common-substring):
189 Use `completion-common-substring' prior to `completion-base-size'.
191 2005-10-24 Hrvoje Niksic <hniksic@xemacs.org>
193 * savehist.el: Require CL while compiling.
194 (savehist-history-variables): Remove.
195 (savehist-save-minibuffer-history, savehist-additional-variables)
196 (savehist-minibuffer-history-variables): New vars.
197 (savehist-save): Use them.
198 (savehist-uninstall, savehist-minibuffer-hook): New funs.
199 (savehist-install): New fun, extracted from savehist-load.
200 (savehist-load): Use them.
202 2005-10-24 Stefan Monnier <monnier@iro.umontreal.ca>
204 * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
205 a dummy doc-string-elt property.
206 (defalias, defvaralias, define-category): Add a docstring property.
208 * image.el (defimage):
209 * widget.el (define-widget):
210 * custom.el (defface, defcustom): Add `doc-string' declaration.
212 * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
213 (defadvice): Add `doc-string' declaration.
215 * emacs-lisp/byte-run.el (macro-declaration-function):
216 Handle `doc-string' declarations.
217 (define-obsolete-function-alias, define-obsolete-variable-alias):
218 Add `doc-string' declaration.
220 2005-10-24 Kenichi Handa <handa@m17n.org>
222 * international/utf-7.el (utf-7): Add autoload cookie.
224 * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
226 2005-10-24 Eli Zaretskii <eliz@gnu.org>
228 * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
229 list of directories passed to batch-update-autoloads. Add "." to
230 the list of the echoed directories.
237 * pgg.el: Moved here from the gnus subdirectory.
239 2005-10-24 Nick Roberts <nickrob@snap.net.nz>
241 * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
242 in case comint-prompt-read-only is set to t.
244 * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
245 in case comint-prompt-read-only is set to t.
247 2005-10-24 Ulf Jasper <ulf.jasper@web.de>
249 * calendar/icalendar.el (icalendar-version): Increase to 0.13.
251 (icalendar-import-format): Handle CLASS, STATUS, URL.
252 Rename `subject' to `summary'.
253 (icalendar-import-format-summary): Rename from
254 `icalendar-import-format-subject'.
255 (icalendar-import-format-url, icalendar-import-format-status)
256 (icalendar-import-format-class): New variables.
257 (icalendar--rris): Take variable argument list.
258 (icalendar--datestring-to-isodate): Remove unnecessary
259 calendar-style check when converting dates with explicit month names.
260 (icalendar-export-region): Change return type of conversion
261 subroutines. Bury current buffer unless error occurred.
262 (icalendar--convert-to-ical)
263 (icalendar--parse-summary-and-rest): New functions.
264 (icalendar--convert-ordinary-to-ical)
265 (icalendar--convert-weekly-to-ical)
266 (icalendar--convert-yearly-to-ical)
267 (icalendar--convert-block-to-ical)
268 (icalendar--convert-cyclic-to-ical)
269 (icalendar--convert-anniversary-to-ical): Change return type.
270 Strip trailing blanks from subject.
271 (icalendar--convert-sexp-to-ical): Change return type.
272 Strip trailing blanks from subject. Handle simple sexp
273 entries as generated by icalendar.el.
274 (icalendar--convert-float-to-ical)
275 (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
276 (icalendar-import-file): Doc fix.
277 (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
278 Correct call to icalendar--rris.
279 (icalendar--convert-ical-to-diary): Doc fix. Rename `subject' to
281 (icalendar--add-diary-entry): Rename `subject' to `summary'.
283 2005-10-24 Romain Francoise <romain@orebokech.com>
285 * server.el (server-sentinel): Set query-on-exit flag to nil on
286 new client processes (it isn't inherited from the server process).
288 * replace.el (occur-engine): Rearrange text properties.
290 2005-10-23 Stefan Monnier <monnier@iro.umontreal.ca>
292 * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
293 case-fold-search is nil.
294 (debug-help-follow): Use help-xref-interned directly.
296 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
298 * thumbs.el (thumbs-image-type): Add .pbm.
300 2005-10-23 Richard M. Stallman <rms@gnu.org>
302 * faces.el (inhibit-face-set-after-frame-default): New variable.
303 (set-face-attribute): Bind it.
304 (face-set-after-frame-default): Test it.
306 * help-fns.el (describe-simplify-lib-file-name): New function.
307 (describe-function-1, describe-variable): Use it.
309 * faces.el (describe-face): Use describe-simplify-lib-file-name.
311 * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
312 Eliminate nil as possible value.
313 (tooltip-hide-delay): Reduce internal-border-width.
315 * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
316 (menu-bar-file-menu) <new-file>: Likewise.
318 * simple.el (line-move-finish): Ignore fields computing LINE-END.
320 * international/mule.el (load-with-code-conversion):
321 Pass full file name to `eval-buffer' unless preloading.
323 * textmodes/flyspell.el (flyspell-large-region):
324 Call ispell-check-version.
326 * textmodes/ispell.el (ispell-local-dictionary-overridden):
327 Fix the make-variable-buffer-local call that was supposed
328 to be for this variable.
329 (ispell-aspell-supports-utf8): Doc fix.
330 (ispell-find-aspell-dictionaries): Preserve elements of
331 ispell-dictionary-alist for dictionaries that aspell doesn't report.
332 (ispell-aspell-find-dictionary): Return nil on error.
334 * play/doctor.el (doctor-doc): Don't say "psychiatrist".
335 (doctor-symptoms): Likewise.
337 * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
339 2005-10-23 Chong Yidong <cyd@stupidchicken.com>
341 * cus-edit.el (custom-button, custom-button-pressed): New vars.
342 (custom-raised-buttons): Add :set spec.
343 (custom-button-unraised, custom-button-pressed-unraised):
344 New faces, so that custom-raised-buttons actually does something.
345 (custom-mode): Use custom-button and custom-button-pressed.
347 * wid-edit.el (widget-specify-button): Don't ignore
348 widget-mouse-face on graphic terminals.
349 (widget-move-and-invoke): Cleanup.
351 2005-10-23 Thien-Thi Nguyen <ttn@gnu.org>
353 * whitespace.el (whitespace-cleanup): Doc fix.
355 2005-10-23 Romain Francoise <romain@orebokech.com>
357 * emulation/viper.el (viper-set-hooks): Quote forms passed to
358 `eval-after-load' to avoid evaluating their result.
360 2005-10-23 Michael Albinus <michael.albinus@gmx.de>
362 * files.el (directory-listing-before-filename-regexp):
363 New defvar. Replaces `dired-move-to-filename-regexp' from dired.el.
365 * dired.el (dired-move-to-filename-regexp): Remove.
366 All occurences replaced by `directory-listing-before-filename-regexp'.
368 * dired-x.el, locate.el, vc.el:
369 Replace `dired-move-to-filename-regexp' by
370 `directory-listing-before-filename-regexp'. In vc.el it is
371 overwritten locally; maybe this can be handled in files.el too.
373 * net/ange-ftp.el (ange-ftp-date-regexp): Remove. All occurences
374 replaced by `directory-listing-before-filename-regexp'.
376 2005-10-23 Andreas Schwab <schwab@suse.de>
378 * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
379 and eval-next-after-load.
381 2005-10-23 MIYOSHI Masanori <miyoshi@meadowy.org> (tiny change)
383 * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
386 2005-10-23 Ken Manheimer <ken.manheimer@gmail.com>
388 * allout.el: Remove autoloads for mailcrypt and crypt++.
389 Require pgg, pgg-gpg during compilation.
390 (allout-version): Increment version number to 2.1, and use a literal
392 (allout-default-encryption-scheme): Remove.
393 (allout-passphrase-verifier-handling)
394 (allout-passphrase-verifier-string)
395 (allout-file-passphrase-verifier-string)
396 (allout-passphrase-hint-string): Rename -key- to -passphrase-.
397 (allout-passphrase-hint-handling): Rename and simplify.
398 (allout-init): Use `find-file-hook' if available, otherwise
400 (allout-mode): Use `write-file-functions' if available, otherwise
401 `local-write-file-hooks' and, instead of making auto-save-hook
402 buffer local, make the write-file-hook activity contingent to
404 (allout-mode): Use key-binding substitution in the docstring.
405 (allout-kill-line): Spell-out kill ring data structure mutation
406 instead of using byte-compiler-complaint-provoking `pop'.
407 (allout-insert-listified): Use `insert' rather than `insert-string'
408 (allout-toggle-current-subtree-encryption): Update docstring, adjust
409 to new gpp-based encryption, use new `allout-encrypted-topic-p'.
410 (allout-encrypt-string): Totally revamped vis new underlying
411 encryption facilities.
412 (allout-mc-activate-passwd): Remove.
413 (allout-obtain-passphrase): New, more or less replaces
414 allout-mc-activate-passwd.
415 (allout-encrypted-key-info): More or less replaces
416 allout-encrypted-text-type.
417 (outlineify-sticky, outlinify-sticky): Add autoload cookie.
418 (my-mark-marker): Use `(featurep 'xemacs)'.
420 2005-10-23 Lars Hansen <larsh@soem.dk>
422 * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
423 (byte-compile-file-form-defmumble, byte-compile-defun)
424 (byte-compile-defmacro): Use it.
425 (byte-compile-form): Don't call byte-compile-set-symbol-position
426 when a byte-compile handler is called.
428 2005-10-22 Romain Francoise <romain@orebokech.com>
430 * savehist.el (savehist-history-variables): Add `grep-find-history'.
432 * subr.el (eval-after-load): Convert library name to an absolute
433 file name using locate-library, since load-history no longer has
436 2005-10-22 Richard M. Stallman <rms@gnu.org>
438 * files.el (make-temp-file): Move from subr.el.
439 * subr.el (make-temp-file): Move to files.el.
441 * window.el (get-buffer-window-list): Move from subr.el.
442 * subr.el (get-buffer-window-list): Move to window.el.
444 * image.el (image-load-path): Use eval-at-startup to initialize.
446 * subr.el (eval-at-startup): New macro.
448 * subr.el: Much rearrangement of functions and division
449 into pages. No code changes.
451 2005-10-22 Kenichi Handa <handa@m17n.org>
453 * tar-mode.el (tar-extract): Be sure to call
454 find-operation-coding-system if set-auto-coding doesn't find a
457 2005-10-22 Kim F. Storm <storm@cua.dk>
459 * image.el (image-type-header-regexps): Rename from image-type-regexps.
461 (image-type-file-name-regexps): New defconst.
462 (image-type-from-data): Simplify loop.
463 (image-type-from-buffer): New defun.
464 (image-type-from-file-header): Use it instead of image-type-from-data.
465 Use image-search-load-path instead of only looking in data-directory.
466 (image-type-from-file-name): New defun.
467 (image-search-load-path): Change `pathname' to `filename'.
468 Make PATH arg optional, default to image-load-path.
470 2005-10-21 Richard M. Stallman <rms@gnu.org>
472 * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
474 * textmodes/paragraphs.el (sentence-end-base): New variable.
475 (sentence-end): Use sentence-end-base.
477 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
479 * font-lock.el (font-lock-default-fontify-region): Check the multiline
480 property independently from the font-lock-multiline variable.
482 2005-10-21 Richard M. Stallman <rms@gnu.org>
484 * emacs-lisp/find-func.el (find-library-name): Doc fix.
486 * startup.el (command-line): Convert library names
487 in `load-history' to absolute file names.
489 * subr.el (symbol-file): Doc fix.
491 * loadhist.el (file-loadhist-lookup): Call locate-library
492 instead of find-library-name. Don't try converting
493 abs file names to library names, since load-history no longer
494 has library names in it.
495 (file-dependents, file-provides, file-requires): Doc fixes.
497 2005-10-21 Juri Linkov <juri@jurta.org>
499 * progmodes/etags.el (tags-table-mode): New function.
500 (tags-verify-table): Replace initialize-new-tags-table with
503 * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
505 (desktop-modes-not-to-save): Add tags-table-mode to the
508 * info.el (Info-index-next): Add total number of index
509 alternatives to the message.
511 * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
512 backward only space (instead of space and period) before looking
515 * simple.el (set-variable): Use user-variable-p instead of symbolp.
516 Add the old variable value as 4th default-value arg of read-string.
518 2005-10-21 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
520 * cus-face.el (custom-declare-face): Make face from X resources
523 * disp-table.el (standard-display-g1, standard-display-graphic):
524 Refuse to use string glyphs also on Mac.
525 (standard-display-european): Don't set terminal coding system also
528 * frame.el (display-screens): Use x-display-screens also on Mac.
530 2005-10-21 Romain Francoise <romain@orebokech.com>
532 * net/rcirc.el: Now part of GNU Emacs. Update FSF's address.
534 2005-10-21 Stefan Monnier <monnier@iro.umontreal.ca>
536 * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
539 * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
540 warning face on open-paren-in-column-0.
542 * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
543 boundary case. Fix typo.
544 Suggested by Martin Rudalics <rudalics@gmx.at>.
546 2005-10-21 Carsten Dominik <dominik@science.uva.nl>
548 * textmodes/org.el: (org-combined-agenda-icalendar-file)
549 (org-icalendar-include-todo, org-icalendar-combined-name): New options.
550 (org-export-icalendar-this-file)
551 (org-export-icalendar-all-agenda-files)
552 (org-export-icalendar-combine-agenda-files): New commands.
553 (org-export-icalendar, org-print-icalendar-entries)
554 (org-start-icalendar-file, org-finish-icalendar-file)
555 (org-ical-ts-to-string): New functions.
556 (org-read-date, org-goto-calendar)
557 (org-agenda-goto-calendar): Inhibit displaying diary entries by
559 (orgtbl-setup): Remove the :keys arguments from the menu description.
560 (org-after-save-iCalendar-file-hook): New variable.
562 2005-10-21 Kenichi Handa <handa@m17n.org>
564 * language/vietnamese.el (tcvn-5712): Make it an alias of
565 vietnamese-tcvn coding-system.
567 2005-10-20 Michael Albinus <michael.albinus@gmx.de>
569 * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
572 2005-10-20 Stefan Monnier <monnier@iro.umontreal.ca>
574 * progmodes/sh-script.el (sh-escaped-line-re): New var.
575 (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
576 (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
577 whose line is either continued or ends with a comment.
579 2005-10-20 Romain Francoise <romain@orebokech.com>
581 * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
583 * replace.el (occur-engine): Add follow-link property.
585 * font-core.el (font-lock-mode): Doc fix.
587 2005-10-20 Richard M. Stallman <rms@gnu.org>
589 * net/rcirc.el: New file.
591 2005-10-20 Bryan Henderson <bryanh@giraffe-data.com> (tiny change)
593 * term.el (term-term-name): Initialize to "eterm-color".
595 2005-10-20 Ken Manheimer <ken.manheimer@gmail.com>
597 * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
598 for encryption functionality.
599 Move allout customization subgroup from `editing' to `outlines' group.
600 Fix commentary 'keywords' to legitimate ones.
601 Update author info (using my current email address, obscurified).
602 (allout-encrypt-string, allout-encryption-produce-work-buffer)
603 (allout-encrypted-topic-p, allout-encrypted-text-type)
604 (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
605 (allout-situate-encryption-key-verifier)
606 (allout-get-encryption-key-verifier, allout-verify-key)
607 (allout-next-topic-pending-encryption)
608 (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
609 (outline-topic-encryption-bullet, outline-default-encryption-scheme)
610 (outline-key-verifier-handling, outline-key-hint-handling)
611 (outline-encrypt-unencrypted-on-saves): New defcustoms.
612 (allout-file-key-verifier-string, allout-encryption-scheme)
613 (allout-key-verifier-string, allout-key-hint-string)
614 (allout-after-save-decrypt): New variables.
615 (allout-write-file-hook-handler, allout-auto-save-hook-handler)
616 (allout-after-saves-handler): New hook functions.
617 (allout-post-command-business): Do allout-after-save-decrypt.
618 (allout-enable-file-variable-adjustment): Custom var to enable
619 mechanism for adding and adjusting settings of Emacs file variables.
620 (allout-adjust-file-variable, allout-file-vars-section-data):
621 New functions, implement the mechanism.
622 (outlineify-sticky): Use the file vars mechanism.
623 (allout-inhibit-protection, allout-during-write-cue)
624 (allout-override-protect, allout-before-change-protect): Remove.
625 (allout-flag-region, allout-open-topic): Adjust read-only text.
626 (allout-open-line-not-read-only): Add to facilitate read-only
627 text based protection.
628 (allout-kill-line): Revise to adjust read-only text, clue the
629 user about the inhibition.
630 (allout-unprotected): Use unwind-protect.
631 (allout-shift-in, allout-shift-out): Disallow manually shifting a
632 topic deeper than the offspring depth of the previous topic -
633 avoiding confusing "containment discontinuities".
634 (allout-reindent-bodies): Fix retention of body relative hanging
635 indent during promotion of collapsed bodies.
636 (allout-open-topic): Make it easy to open new topic with same
637 bullet as current topic - topic creation functions provided with
638 any universal argument provokes now prompt for bullet, defaulting
639 to the bullet of the previous topic.
640 (allout-plain-bullets-string, allout-distinctive-bullets-string):
641 Plain bullet alternates '.' period and ',' comma only. All other
642 bullets are relegated to special status (but customizable).
643 (allout-end-of-entry): Rename from 'allout-end-of-current-entry
644 since it actually operates w.r.t. most immediately containing
645 entry, visible or not.
646 (allout-hide-current-entry, allout-show-current-entry): Use the
648 (allout-old-expose-topic): Solidify deprecation.
649 (allout-end-of-subtree): Add so we can span concealed as well
651 (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
652 (allout-end-of-current-heading): Tweak to just respect the first line.
653 (allout-get-body-text): Add.
654 (allout-ascend-to-depth, allout-ascend): Position at end of prefix
655 when invoked interactively.
656 (allout-up-current-level): Use `interactive-p'.
657 (allout-mode, allout-init): Miscellaneous docstring and
658 operational refinements, as well as hookups of new encryption stuff.
659 (allout-beginning-of-current-entry): Now works as advertised.
660 (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
661 (allout-isearch-rectification): Refine condition for isearching.
662 (allout-isearch-abort, allout-enwrap-isearch)
663 (allout-flag-region, my-region-active-p): Relocate some macros.
664 (allout-title): Fallback title is '(buffer-name)', not
665 non-existing '(current-buffer-name)'.
666 (subst-char-in-string): Define if absent (for some XEmacs versions).
668 2005-10-20 Jari Aalto <jari.aalto@cante.net>
670 * mail/sendmail.el (mail-setup-hook, mail-aliases)
671 (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
672 (mail-citation-prefix-regexp, mail-signature-file)
673 (mail-default-headers, mail-bury-selects-summary)
674 (mail-send-nonascii): Add autoload cookies.
676 2005-10-20 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
678 * frame.el (blink-cursor-mode): Add `mac' to the list of
679 window-system's that support blinking cursor.
681 2005-10-20 Reiner Steib <Reiner.Steib@gmx.de>
683 * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
685 2005-10-20 Eli Zaretskii <eliz@gnu.org>
687 * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
688 Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
689 to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
691 2005-10-20 Kim F. Storm <storm@cua.dk>
693 * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
694 (ido-set-current-directory): Don't add / after final @.
695 (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
696 Explicitly handle ange-ftp completion oddities.
697 (ido-make-file-list): Don't rotate list at tramp root to avoid
698 triggering tramp file handler for expand-file-name via get-file-buffer.
700 2005-10-19 Stefan Monnier <monnier@iro.umontreal.ca>
702 * simple.el (eval-expression-print-format): Put the char-string
703 inside the parenthesis, like the other alternative notations.
704 (kill-new): Use push.
705 (copy-to-buffer): Use with-current-buffer.
706 (completion-setup-function): Simplify.
707 (minibuffer-local-must-match-map): Don't add redundant bindings which
708 are already present in its parent (minibuffer-local-completion-map).
710 * savehist.el (savehist-coding-system): Revert to checking XEmacs.
712 2005-10-19 Jay Belanger <belanger@truman.edu>
714 * calc/calc-units.el (math-standard-units): Add units, adjust
715 symbols and update values.
716 (math-unit-prefixes): Add more prefixes.
718 2005-10-19 Romain Francoise <romain@orebokech.com>
720 * bookmark.el (bookmark-menu-heading): New face.
721 (bookmark-bmenu-list): Use it.
722 Don't fiddle with `baud-rate' at top-level.
724 2005-10-18 Chong Yidong <cyd@stupidchicken.com>
726 * image.el (create-image, find-image): Mention max-image-size in
729 2005-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
731 * savehist.el (savehist-load): Revert to checking XEmacs.
733 * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
734 Various docstring and line-width fixups.
735 (conf-mode): Use cond.
736 Set font-lock-defaults. Don't set comment-use-syntax.
738 2005-10-18 David Ponce <david@dponce.com>
740 * tree-widget.el (tree-widget-button-click): New function.
741 (tree-widget-button-keymap): Use it.
743 2005-10-18 Romain Francoise <romain@orebokech.com>
745 * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
746 (bookmark-bmenu-hide-filenames): Add follow-link property.
747 Improve help-echo text.
749 * ffap.el (find-file-at-point): Doc fix.
751 2005-10-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
753 * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
755 2005-10-18 Masatake YAMATO <jet@gyve.org>
757 Install to the CVS repository what I forgot to install in my
760 * progmodes/python.el (python-complete-symbol): Pass the common
761 prefix substring of completion to `display-completion-list'.
763 * textmodes/org.el (org-complete): Ditto.
765 2005-10-18 Masatake YAMATO <jet@gyve.org>
767 Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
769 * woman.el (WoMan-xref-man-page): New button type derived
770 from `Man-abstract-xref-man-page'.
771 (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
773 * man.el (Man-abstract-xref-man-page): New button type.
774 (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
775 (Man-highlight-references): Add new optional argument `xref-man-type'.
777 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
779 * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
781 2005-10-17 Chong Yidong <cyd@stupidchicken.com>
783 * cus-edit.el (Custom-move-and-invoke): Delete.
784 (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
786 * wid-edit.el (widget-move-and-invoke): New function, from
787 Custom-move-and-invoke.
789 2005-10-17 Bill Wohler <wohler@newt.com>
791 Move all remaining images from lisp/toolbar to etc/images, move
792 lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar. Place
793 the low resolution images in their own directory (low-color).
795 * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*,
796 * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*:
797 * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*:
798 * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*:
799 * toolbar/preferences.*, toolbar/print.*, toolbar/save.*:
800 * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*:
801 * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
803 * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
804 * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
805 * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
806 * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
807 * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
808 * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
809 * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
810 * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
811 * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
812 * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
813 * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
814 * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
815 * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
816 * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
817 * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
819 To conform with convention, replace the underscore (_) in the
820 following image names with dash (-) or (/) as appropriate.
822 * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
823 * toolbar/fld_open.*: Move to etc/images/fld-open.*.
824 * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
825 * toolbar/jump_to.*: Move to etc/images/jump-to.*.
826 * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
827 * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
828 * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
829 * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
830 * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
831 * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
832 * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
833 * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
834 * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
835 * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
836 * toolbar/mail_send.*: Move to etc/images/mail/send.*.
838 * info.el (info-tool-bar-map): Replace underscores in image names
841 * makefile.w32-in (WINS): Remove toolbar.
843 * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
845 * tool-bar.el: Move to lisp from toolbar. Now that
846 toolbar is empty, it should be deleted when folks run "cvs up -P".
848 2005-10-18 Jay Belanger <belanger@truman.edu>
850 * calc/calc-store.el (calc-store-into): Get the proper variable name
851 to display in message.
853 2005-10-18 Nick Roberts <nickrob@snap.net.nz>
855 * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
856 expressions display in speedbar for all buffers when debugging.
857 (gdb-speedbar-expand-node): Ensure node contraction is always updated.
859 * speedbar.el (speedbar-set-mode-line-format): Indent properly.
860 (speedbar-insert-button, speedbar-make-button):
861 Use add-text-properties.
862 (speedbar-update-localized-contents)
863 (speedbar-update-directory-contents)
864 (speedbar-update-special-contents): Use dolist.
865 (speedbar-buffer-easymenu-definition): Add a menu separator.
867 2005-10-17 Jason Rumney <jasonr@gnu.org>
869 * makefile.w32-in: Use $(lisp) consistently.
870 (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
871 for shell specific generation of mh-autoloads.
873 2005-10-17 Richard M. Stallman <rms@gnu.org>
875 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
877 2005-10-17 Stefan Monnier <monnier@iro.umontreal.ca>
879 * jit-lock.el (jit-lock-fontify-now):
880 Move jit-lock-context-unfontify-pos to avoid wasted work.
882 2005-10-17 Michael Albinus <michael.albinus@gmx.de>
884 * net/tramp.el (tramp-completion-mode): New defvar. Used in
885 `tramp-completion-mode' for checking if we are in completion mode.
886 (tramp-completion-handle-file-name-all-completions): Reorder code
887 in order to complete for file names only in case there are no
888 method/user/host completions. This is necessary for cooperation
889 with ido. Reported by Kim F. Storm <storm@cua.dk>.
891 2005-10-16 Chong Yidong <cyd@stupidchicken.com>
893 * longlines.el (longlines-search-forward)
894 (longlines-search-backward): Match any number of spaces.
896 2005-10-16 Thien-Thi Nguyen <ttn@gnu.org>
898 * diff-mode.el (diff-mode): Doc fix.
900 2005-10-16 David Reitter <david.reitter@gmail.com>
902 * mail/sendmail.el (send-mail-function): Use mailclient-send-it
903 as default on darwin and windows systems.
905 2005-10-16 Sven Joachim <svenjoac@gmx.de> (tiny change)
907 * arc-mode.el (archive-zip-extract): Doc fix.
909 2005-10-16 Romain Francoise <romain@orebokech.com>
911 * mouse.el (mouse-1-click-follows-link): Doc fix.
913 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
915 * savehist.el: Don't require CL at runtime.
916 (savehist-xemacs): Remove.
917 (savehist-coding-system): Use utf-8 if present, regardless of religion.
918 (savehist-no-conversion): Use (featurep 'xemacs).
919 (savehist-load): Check existence of start-itimer rather than XEmacs.
921 (savehist-process-for-saving): Replace use of CL funs `subseq' and
924 2005-10-16 Hrvoje Niksic <hniksic@xemacs.org>
926 * savehist.el: Newer version.
927 (savehist-autosave-interval, savehist-coding-system, savehist-timer)
928 (savehist-last-checksum, savehist-no-conversion): New vars.
929 (savehist-autosave, savehist-process-for-saving, savehist-printable):
931 (savehist-load, savehist-save): Use them.
932 (savehist-delimit): Remove.
934 2005-10-16 Stefan Monnier <monnier@iro.umontreal.ca>
936 * progmodes/compile.el (compilation-goto-locus): Display the
937 compilation buffer first and the source buffer second, in case they're
938 in overlapping frames. Don't raise the compilation frame if it was the
939 selected window upon entry. Pass the `other-window' arg to
942 * info.el (Info-fontify-node): Use dolist.
943 Change add-text-properties to put-text-property.
945 2005-10-16 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
947 * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
950 2005-10-16 Masatake YAMATO <jet@gyve.org>
952 * dabbrev.el (dabbrev-completion): Pass the common
953 prefix substring of completion to `display-completion-list'.
955 * filecache.el (file-cache-minibuffer-complete)
956 (file-cache-complete): Ditto.
958 * tempo.el (tempo-display-completions): Ditto.
960 * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
962 * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
964 * eshell/em-hist.el (eshell-list-history): Ditto.
966 * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
968 * mail/mailalias.el (mail-complete): Ditto.
970 * progmodes/etags.el (complete-tag): Ditto.
972 * progmodes/make-mode.el (makefile-complete): Ditto.
974 * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
976 * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
978 * progmodes/pascal.el (pascal-complete-word)
979 (pascal-show-completions): Ditto.
981 * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
983 * simple.el (completion-common-substring): New variable.
984 (completion-setup-function): Use `completion-common-substring'
987 2005-10-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
989 * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
990 (x-get-selection, mac-select-convert-to-string): Convert from/to
991 UTF-16 clipboard data as in native byte order, no BOM.
993 2005-10-16 Nick Roberts <nickrob@snap.net.nz>
995 * progmodes/gud.el (gud-tool-bar-map): Rename the images
996 appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
997 (gud-sentinel): Use speedbar-frame to check for speedbar.
999 2005-10-15 Richard M. Stallman <rms@gnu.org>
1001 * savehist.el: New file.
1003 2005-10-14 Karl Chen <quarl@cs.berkeley.edu>
1005 * textmodes/tex-mode.el (tex-font-lock-keywords-2):
1006 Fix bug in \bf fontification.
1008 2005-10-15 Stefan Monnier <monnier@iro.umontreal.ca>
1010 * pcvs.el (cvs-edit-log-files): New var.
1011 (cvs-mode-edit-log): New arg `file'.
1012 (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
1013 Instead force the use of the original file and nothing else.
1014 (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
1015 the cvs-minor-wrap-function is set.
1016 (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
1018 2005-10-14 Bill Wohler <wohler@newt.com>
1020 * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
1021 * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
1022 * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
1023 * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
1024 * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
1025 * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
1026 * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
1027 * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
1028 * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
1029 * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
1030 * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
1031 * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
1032 * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
1033 * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
1034 * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
1036 * progmodes/gud.el (gud-tool-bar-map): Rename the images
1037 appropriately (for example, gud-break to gud/break).
1039 2005-10-14 Chong Yidong <cyd@stupidchicken.com>
1041 * longlines.el (longlinges-search-function)
1042 (longlines-search-forward, longlines-search-backward): New functions.
1043 (longlines-mode): Set isearch-search-fun-function to
1044 longlinges-search-function.
1046 * mouse.el (mouse-drag-region-1): Handle the case where a
1047 double-click event is bound to an arbitrary function.
1049 2005-10-14 David Ponce <david@dponce.com>
1051 * recentf.el (recentf-track-opened-file)
1052 (recentf-track-closed-file, recentf-update-menu)
1053 (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
1054 (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
1055 mouse-1-click-follows-link.
1057 2005-10-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1059 * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
1060 Gnome file-manager.png. Suggested by
1061 Joachim Nilsson <joachim.nilsson@vmlinux.org>.
1063 * toolbar/README: Add diropen.xpm.
1065 2005-10-13 Bill Wohler <wohler@newt.com>
1067 * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
1068 restrictions. Suggested by David Robinow <drobinow@gmail.com>.
1070 2005-10-13 Stefan Monnier <monnier@iro.umontreal.ca>
1072 * progmodes/mixal-mode.el (mixal-operation-codes-alist):
1073 Don't waste the byte-compiler's time on constant data.
1075 2005-10-13 Kenichi Handa <handa@m17n.org>
1077 * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
1078 byte with `escape-glyph' face.
1080 * international/fontset.el (ccl-encode-unicode-font):
1081 Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
1082 Handle the case that ucs-mule-to-mule-unicode translates a character to
1083 ASCII (usually for IPA characters).
1085 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1087 * info.el (Info-fontify-node): Don't be fooled by a lone "...".
1088 Don't hide the underline of titles if font-lock-mode is disabled.
1090 2005-10-12 Bill Wohler <wohler@newt.com>
1092 * makefile.w32-in (MH-E-SRC): New. Used by mh-autoloads.
1093 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1094 files in MH-E-SRC have been updated.
1095 (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
1097 2005-10-12 Stefan Monnier <monnier@iro.umontreal.ca>
1099 * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
1100 (mixal-mode-syntax-table): Add \n as end-comment.
1101 (mixal-operation-codes-alist): Immediately initialize to full value.
1102 (mixal-add-operation-code): Remove.
1103 (mixal-describe-operation-code): Make the arg non-optional.
1104 Use the interactive spec instead.
1105 Use mixal-operation-codes-alist rather than mixal-operation-codes.
1106 (mixal-font-lock-keywords): Don't highlight comments here any more.
1107 (mixal-font-lock-syntactic-keywords): New var.
1108 (mixal-mode): Use it. Fix comment-start-skip.
1110 2005-10-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1112 * startup.el (command-line-x-option-alist): -nb => -nbi
1114 2005-10-12 Kim F. Storm <storm@cua.dk>
1116 * startup.el (fancy-splash-default-action): Discard mouse click in
1117 the spash screen window, as it has no sensible meaning in the
1118 next window to be selected. Fixes error reported by Jan D.
1120 2005-10-12 Reiner Steib <Reiner.Steib@gmx.de>
1122 * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
1124 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1126 * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
1127 Try to fix up minor layout issues like indentation, line break, etc...
1128 (mixal-mode-syntax-table): Don't try to specify comment syntax,
1129 because it doesn't work.
1130 (mixal-operation-codes): Add some more codes.
1131 (mixal-font-lock-keywords): Process comments here.
1132 (mixal-mode): mixasm no longer needs -g option.
1134 2005-10-11 Sven Joachim <svenjoac@gmx.de> (tiny change)
1136 * progmodes/sh-script.el (sh-tmp-file):
1137 Use mktemp -t. Finish support for es and rc shells.
1139 2005-10-11 Jay Belanger <belanger@truman.edu>
1141 * calc/calcalg2.el (calc-integral): With an argument, compute the
1144 2005-10-11 Chong Yidong <cyd@stupidchicken.com>
1146 * mouse.el (mouse-drag-region-1): Don't try to catch a
1147 double-click when doing follow-link (it's overridden anyway).
1149 2005-10-11 Juanma Barranquero <lekktu@gmail.com>
1151 * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
1152 (autoload-print-form-outbuf): Add docstring.
1154 2005-10-11 Juri Linkov <juri@jurta.org>
1156 * info.el (Info-mode-menu): Delete menu item "Edit".
1157 (Info-mode): Delete description of Info-edit from docstring,
1158 and rearrange descriptions of Info commands in the order
1159 they are documented in the Info manual.
1161 2005-10-11 Stefan Monnier <monnier@iro.umontreal.ca>
1163 * calendar/appt.el (appt-check): Use diary-selective-display var.
1165 2005-10-10 Richard M. Stallman <rms@gnu.org>
1167 * net/newsticker.el (newsticker-start, newsticker-show-news):
1168 Add autoload cookies.
1170 2005-10-10 Emanuele Giaquinta <emanuele.giaquinta@gmail.com>
1172 * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
1174 2005-10-10 Karl Chen <quarl@cs.berkeley.edu>
1176 * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
1178 2005-10-10 Jay Belanger <belanger@truman.edu>
1180 * calc/calc-arith.el (math-check-known-scalarp)
1181 (math-check-known-matrixp): Check the values of arguments that are
1183 (math-check-known-square-matrixp): New function.
1184 (math-known-square-matrixp): Use math-check-known-square-matrixp.
1185 (math-super-types): Add sqmatrix type.
1187 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
1188 mode name `square' to 'sqmatrix'.
1190 * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
1191 mode name `square' to 'sqmatrix'.
1193 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1195 * progmodes/etags.el (select-tags-table-mode): Don't use
1197 (tags-select-tags-table): Pass `button' to the action function.
1198 (select-tags-table): Place the side-info on button properties rather
1199 than in hidden text. Abbreviate file names.
1200 (select-tags-table-mode-map): Inherit rather than copy buttom-map.
1201 (select-tags-table-select): Add `button' argument.
1202 Get side-info from the button property rather than from hidden text.
1204 2005-10-11 Nick Roberts <nickrob@snap.net.nz>
1206 * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
1207 (gud-speedbar-buttons): Preserve point if possible.
1208 (gud-sentinel): Restore previous speedbar display type.
1210 * progmodes/gdb-ui.el (gdba): Improve diagram.
1211 (def-gdb-auto-update-handler, gdb-info-locals-handler)
1212 (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
1213 Call get-buffer-window once.
1215 2005-10-10 Stefan Monnier <monnier@iro.umontreal.ca>
1217 * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
1218 (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
1219 (pascal-indent-command): Remove unused var `ind'.
1220 (pascal-indent-case): Remove unused var `oldpos'.
1221 (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
1222 since it's now used as a proper minor mode map.
1223 (pascal-outline): Rename to pascal-outline-mode.
1224 (pascal-outline-mode): Use define-minor-mode.
1225 (pascal-outline-mode, pascal-outline-change): Use overlays rather than
1228 2005-10-10 Andreas Schwab <schwab@suse.de>
1230 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
1231 number. Reported by Karl Chen <quarl@cs.berkeley.edu>.
1233 * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
1234 outside source directory.
1236 2005-10-10 Carsten Dominik <dominik@science.uva.nl>
1238 * textmodes/org.el: (org-mode-map): Explicit definition of `C-c
1240 (orgtbl-mode-map): Full keymap instead of sparse, because all
1241 `self-insert-command' keys are redefined in this map.
1242 (org-export-as-html): Specify charset for HTML file, by taking it
1243 from the coding system.
1245 2005-10-10 Kenichi Handa <handa@m17n.org>
1247 * textmodes/flyspell.el (flyspell-check-word-p):
1248 If unread-command-events is non-empty, don't call sit-for.
1250 2005-10-09 Richard M. Stallman <rms@gnu.org>
1252 * font-lock.el (font-lock-syntactic-keywords)
1253 (font-lock-keywords): Doc fixes.
1255 * textmodes/flyspell.el (flyspell-external-point-words):
1256 Simplify logic, and don't try to check for consecutive appearances
1257 of one incorrect word.
1259 2005-10-10 Nick Roberts <nickrob@snap.net.nz>
1261 * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
1264 * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
1265 (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
1266 (gud-expansion-speedbar-buttons): New function.
1267 (gud-speedbar-buttons): Check for gud-comint-buffer.
1269 2005-10-09 Bill Wohler <wohler@newt.com>
1271 * Makefile.in (updates): Add mh-loaddefs dependency.
1273 2005-10-09 Chong Yidong <cyd@stupidchicken.com>
1275 * speedbar.el (speedbar-file-key-map): Fix typo.
1277 2005-10-09 Daniel Brockman <daniel@brockman.se>
1279 * cus-start.el (line-spacing): Add custom spec.
1281 2005-10-09 Romain Francoise <romain@orebokech.com>
1283 * textmodes/ispell.el (ispell-check-version): Fix last change.
1285 2005-10-09 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1287 * term/x-win.el: Remove -i, --icon-type from comment.
1289 * startup.el (command-line-x-option-alist): Remove options -i,
1290 -itype, --icon-type, added -nb, --no-bitmap-icon
1292 2005-10-09 Nick Roberts <nickrob@snap.net.nz>
1294 * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
1297 2005-10-08 Eric Hanchrow <offby1@blarg.net>
1299 * textmodes/ispell.el (ispell-check-version):
1300 Ignore hyphen, and all that follows, in aspell's version text.
1302 2005-10-08 Jay Belanger <belanger@truman.edu>
1304 * calc/calc-arith.el (math-known-square-matrixp): New function.
1305 (math-pow-fancy): Check for matrices before distributing exponent
1308 * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
1309 fullscreen keypad. Suggested by Luc Teirlinck.
1310 (calc-keypad-show-input): Add space for formatting.
1312 * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
1313 Add square matrix option.
1315 * calc/calc-poly.el (math-expand-term): Check for matrices instead
1316 of checking calc-matrix-mode when deciding how to expand.
1318 * calc/calc.el (calc-set-mode-line): Add square matrix option.
1320 2005-10-08 Lars Hansen <larsh@soem.dk>
1322 * net/tramp.el (tramp-perl-directory-files-and-attributes):
1324 (tramp-handle-directory-files-and-attributes): Handle perl error msg.
1326 2005-10-08 Michael Albinus <michael.albinus@gmx.de>
1328 Sync with Tramp 2.0.51.
1330 * net/tramp.el (tramp-handle-set-visited-file-modtime)
1331 (tramp-handle-insert-file-contents, tramp-handle-write-region):
1332 Insert special handling for `last-coding-system-used', again
1333 it still seems to be necessary (unlike stated before).
1334 Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
1335 (tramp-password-prompt-regexp): There might be other words before
1336 trailing ":". Reported by Kurt Steinkraus <kurt@steinkraus.us>.
1337 (tramp-chunksize): Improve docstring.
1338 (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
1339 Emacs 20. Use `tramp-octal-to-decimal' therefore. Reported by
1340 Christian Joergensen <bugs@razor.dk>.
1342 2005-10-07 Glenn Morris <rgm@gnu.org>
1344 * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
1345 (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
1348 2005-10-07 Romain Francoise <romain@orebokech.com>
1350 * ibuf-ext.el (ibuffer-do-shell-command-pipe)
1351 (ibuffer-do-shell-command-pipe-replace)
1352 (ibuffer-do-shell-command-file, ibuffer-do-eval)
1353 (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
1354 (ibuffer-do-revert, ibuffer-do-replace-regexp)
1355 (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
1356 (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
1357 (ibuffer-filter-by-name, ibuffer-filter-by-filename)
1358 (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
1359 (ibuffer-filter-by-content, ibuffer-filter-by-predicate
1360 (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
1361 (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
1362 Autoload file sans suffix.
1364 * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
1366 2005-10-07 David Ponce <david@dponce.com>
1368 * recentf.el (recentf-menu-open-all-flag): New option.
1369 (recentf-digit-shortcut-command-name): New function.
1370 (recentf--shortcuts-keymap): New variable.
1371 (recentf-menu-shortcuts): New variable.
1372 (recentf-make-menu-items): Initialize it. Replace the "More..."
1373 menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
1374 (recentf-menu-value-shortcut): New function.
1375 (recentf-make-menu-item): Use it. No more in-lined.
1376 (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
1377 (recentf-open-most-recent-file): Rename from
1378 `recentf-open-file-with-key'. Don't depend on key binding.
1379 (recentf-mode-map): New variable.
1380 (recentf-mode): Use it.
1382 2005-10-06 Bill Wohler <wohler@newt.com>
1384 * mh-e/mh-loaddefs.el: Remove. Now generated automatically.
1386 * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
1387 (MH-E-SRC): New. Used by mh-autoloads.
1388 (mh-autoloads): New. Builds mh-e/mh-loaddefs.el. Rebuilds if any
1389 files in MH-E-SRC have been updated.
1390 (compile, recompile, bootstrap): Depend on mh-autoloads.
1392 2005-10-07 Nick Roberts <nickrob@snap.net.nz>
1394 * progmodes/gud.el (gud-menu-map): Only display un-intuitive
1395 gud-break and gud-remove icons when the fringe is not available.
1397 * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
1400 2005-10-06 Michael Cadilhac <michael.cadilhac-@t-lrde.epita.fr> (tiny change)
1402 * play/zone.el (zone): Wrap body with save-window-excursion.
1404 2005-10-06 Stefan Monnier <monnier@iro.umontreal.ca>
1406 * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
1407 Use the new `list-only' arg to diary-list-entries.
1409 * calendar/diary-lib.el: Use overlays rather than selective-display.
1410 (diary-selective-display): New var.
1411 (diary-header-line-format): Use it.
1412 (diary-list-entries): Add argument `list-only'.
1413 Put the buffer in diary-mode. Don't add \^M at beg and end.
1414 Replace \^M by invisible overlays.
1415 (diary-unhide-everything): Replace \^M by invisible overlays.
1416 (print-diary-entries): Look for overlays rather than \^M.
1417 Add a space to the temp buffer name.
1418 (diary-show-all-entries, mark-diary-entries, make-diary-entry):
1419 Put the buffer in diary-mode.
1420 (list-sexp-diary-entries): Replace \^M by invisible overlays.
1421 (diary-anniversary): Make the year arg optional.
1422 (diary-time-regexp): New const.
1423 (diary-font-lock-keywords): Use it to accept a few more time formats.
1425 * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
1427 2005-10-06 Thien-Thi Nguyen <ttn@gnu.org>
1429 * textmodes/artist.el (artist-ellipse-mirror-quadrant):
1430 Fix bug introduced 2005-07-03: Use (car (last ...))
1431 to faithfully reproduce replaced artist-last.
1432 (artist-set-arrow-points-for-poly): Likewise.
1433 Suggested by Johan Bockg
\e,Ae
\e(Brd.
1435 2005-10-06 Juanma Barranquero <lekktu@gmail.com>
1437 * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
1438 * wid-edit.el (widget):
1439 * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
1440 * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
1442 2005-10-06 Kenichi Handa <handa@m17n.org>
1444 * international/mule-cmds.el (set-language-environment):
1445 Fix setting up of case-table for unibyte mode.
1447 * simple.el (what-cursor-position): If the character is displayed
1448 by some `display' text property, show that. Don't use
1449 single-key-description for eight-bit characters in multibyte mode.
1451 2005-10-06 Nick Roberts <nickrob@snap.net.nz>
1453 * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
1455 (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
1456 (gdb-info-frames-custom): Use inverse-video for first five
1457 characters of selected frame only.
1458 (gdb-get-frame-number): Select frame even when point is on frame
1461 2005-10-06 Masatake YAMATO <jet@gyve.org>
1463 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
1464 Put `font-lock-function-name-face'.
1465 (gdb-info-frames-custom): Put `font-lock-function-name-face'
1466 and `font-lock-variable-name-face'
1467 (gdb-registers-font-lock-keywords): New font lock keywords definition.
1468 (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
1469 (gdb-memory-font-lock-keywords): New font lock keywords definition.
1470 (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
1471 (gdb-local-font-lock-keywords): New font lock keywords definition.
1472 (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
1473 (gdb-threads-font-lock-keywords): New font lock keywords definition.
1474 (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
1476 2005-10-05 Michael Kifer <kifer@cs.stonybrook.edu>
1478 * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
1479 (ediff-merge-region-is-non-clash-to-skip): Previously called
1480 ediff-merge-region-is-non-clash.
1482 * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
1483 Use insert-buffer-substring.
1485 * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
1486 selecting files to patch. Also bug fixes.
1488 * ediff-util.el (ediff-setup): Bug fix.
1489 (ediff-next-difference): Never skip clashes that differ in white
1492 * ediff-wind.el (ediff-setup-control-frame)
1493 (ediff-destroy-control-frame): Check the menubar feature.
1495 * viper-cmd.el (viper-normalize-minor-mode-map-alist)
1496 (viper-refresh-mode-line): Use make-local-variable to localize
1497 some vars instead of make-variable-buffer-local. Suggested by
1500 * viper-init.el (viper-make-variable-buffer-local): Delete alias.
1501 (viper-restore-cursor-type, viper-set-insert-cursor-type):
1502 Use make-local-variable instead of make-variable-buffer-local.
1503 Suggested by Stefan Monnier.
1505 * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
1506 (viper-comint-mode-hook): Use make-local-variable on
1507 require-final-newline.
1508 (viper-non-hook-settings): Don't use make-variable-buffer-local.
1510 2005-10-05 Stefan Monnier <monnier@iro.umontreal.ca>
1512 * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
1513 also the second char of a comment-start sequence.
1514 (scheme-sexp-comment-syntax-table): New var.
1515 (lambda, define): Set their scheme-doc-string-elt property.
1516 (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
1517 Use lisp-font-lock-syntactic-face-function now that it properly
1518 handles |...| symbols.
1519 (scheme-mode-variables): Set lisp-doc-string-elt-property,
1520 parse-sexp-lookup-properties and font-lock-extra-managed-props.
1522 * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
1524 (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
1526 * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
1527 (lisp-doc-string-elt-property): New var.
1528 (lisp-font-lock-syntactic-face-function): Use it.
1529 Rewrite to recognize docstrings even for forms not at toplevel.
1531 * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
1532 annotation on the | part of #| rather than on the # part.
1533 (scheme-font-lock-syntactic-face-function): New function, to
1534 distinguish strings from |...| symbols.
1535 (scheme-mode-variables): Use it. Also fix up the font-lock-time
1536 syntax-table so that #|...|# is properly highlighted.
1538 * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
1539 Don't mark as docstring the 3rd elem of an unknown toplevel form.
1541 2005-10-04 Stefan Monnier <monnier@iro.umontreal.ca>
1543 * bindings.el (global-map): Resync [home] and [end] bindings with C-a
1546 * emacs-lisp/eldoc.el: Move comments into docstrings.
1547 (eldoc-message-commands): Initialize in its declaration.
1548 Add move-beginning-of-line and move-end-of-line.
1549 (eldoc-add-command, eldoc-add-command-completions)
1550 (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
1552 * outline.el (outline-mark-subtree): Activate the mark.
1554 * calendar/appt.el (appt-time-regexp): New var.
1555 (appt-add, appt-make-list): Use it.
1556 (appt-convert-time): Clean up.
1558 * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
1559 Don't set any syntax-table property here.
1560 (tex-font-lock-verb): New function. Do it here.
1561 (tex-font-lock-syntactic-keywords): Use it.
1563 2005-10-04 Richard M. Stallman <rms@gnu.org>
1565 * wid-edit.el (widget-file-complete): Get the widget start point
1566 the right way. Default directory to `/' if file has none.
1568 * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
1570 * textmodes/flyspell.el (flyspell-mode-on):
1571 Call ispell-maybe-find-aspell-dictionaries.
1573 * textmodes/ispell.el (ispell-word, ispell-region):
1574 Call ispell-maybe-find-aspell-dictionaries.
1575 (ispell-accept-buffer-local-defs):
1576 Don't call ispell-maybe-find-aspell-dictionaries
1578 2005-10-04 Richard M. Stallman <rms@gnu.org>
1580 * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
1582 2005-10-04 Emilio C. Lopes <eclig@gmx.net>
1584 * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
1585 instead of `fboundp' in order to allow for anonymous functions.
1587 2005-10-04 Chong Yidong <cyd@stupidchicken.com>
1589 * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
1590 case the user clicks on the link while another window is selected.
1591 (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
1593 * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
1595 (dframe-help-echo): Save point in case mouse tracking is off.
1597 2005-10-04 Thien-Thi Nguyen <ttn@gnu.org>
1599 * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
1601 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1603 * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
1604 not change the global value of those vars.
1606 * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
1607 make-local-variable which we do not need any more.
1609 2005-10-03 Chong Yidong <cyd@stupidchicken.com>
1611 * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
1612 (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
1613 (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
1614 (speedbar-path-line): Define obsolete aliases.
1615 (speedbar-line-directory): Doc fix.
1617 * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
1618 (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
1619 instead of speedbar-line-path.
1621 2005-10-03 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
1623 * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
1624 to nil if dropping on a window. Handle dropping on a minibuffer window
1625 like dropping on a non-window part of Emacs.
1627 2005-10-03 Stefan Monnier <monnier@iro.umontreal.ca>
1629 * net/ange-ftp.el: Use with-current-buffer.
1630 (ange-ftp-insert-directory): Do not follow symlinks any more.
1632 * textmodes/ispell.el (ispell-find-aspell-dictionaries):
1633 Remove interactive spec.
1635 2005-10-03 Kim F. Storm <storm@cua.dk>
1637 * ido.el (ido-mode): Use custom-initialize-set.
1639 2005-10-02 Richard M. Stallman <rms@gnu.org>
1641 * progmodes/ebnf2ps.el (ebnf-eps-production-list):
1642 Use insert-buffer-substring.
1644 * net/tramp.el: Pacify byte compiler warnings in pacification code.
1645 (tramp-handle-file-local-copy): Use insert-buffer-substring.
1647 2005-10-02 Stefan Monnier <monnier@iro.umontreal.ca>
1649 * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
1651 (ange-ftp-insert-directory): Fix up the search for the case where
1654 2005-10-02 Romain Francoise <romain@orebokech.com>
1656 * progmodes/compile.el (compile-goto-error): Delete extra paren.
1658 2005-10-02 Andreas Schwab <schwab@suse.de>
1660 * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
1661 directory component in the session info.
1663 2005-10-01 Richard M. Stallman <rms@gnu.org>
1665 * comint.el (comint-redirect-subvert-readonly): Doc fix.
1667 * simple.el (next-error-internal): New function.
1669 * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
1670 (compilation-start): Pass new arg to compilation-buffer-name.
1671 (compile-goto-error): Use next-error-internal.
1673 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1675 * speedbar.el: Remove RCS tag.
1676 (speedbar-check-read-only): Handle non-existent files.
1678 * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
1680 * info.el (Info-speedbar-hierarchy-buttons)
1681 (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
1683 2005-10-01 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
1685 * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
1686 Do not match newline.
1687 (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
1688 (bibtex-summary): Remove unnecessary save-excursion.
1689 (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
1691 2005-10-01 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
1693 * term/mac-win.el: Add charset info for "iso10646-1".
1694 Modify default fontset to use ATSUI-compatible fonts for some charsets
1697 2005-10-01 Chong Yidong <cyd@stupidchicken.com>
1699 * speedbar.el: Re-apply arch tag.
1700 (speedbar-version): Rename to version 1.0. Suggested by Eric
1702 Reapply two changes from Emacs CVS' version of speedbar lost
1704 (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
1705 (speedbar-frame-parameters): Improve customize type.
1707 2005-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
1709 * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
1710 (ange-ftp-file-directory-p): Fix the symlink case.
1711 (ange-ftp-insert-directory): When listing a single file, get a list of
1712 the parent buffer and extract the relevant line. Inspired from a patch
1713 by Katsumi Yamaoka <yamaoka@jpl.org>.
1714 (ange-ftp-file-name-sans-versions): Simplify.
1716 2005-09-30 Bill Wohler <wohler@newt.com>
1718 Move MH-E image files from toolbar and mail directories into
1721 * mail/reply2.*: Move to etc/images/mail/reply*.
1723 * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
1724 * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
1727 * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
1728 * toolbar/reply*: Move to etc/images/mail.
1730 * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
1732 2005-09-30 Eric M. Ludlam <zappo@gnu.org>
1734 * speedbar.el: New version 1.0pre3.
1736 Frame management code (including timer, and mouse click specifics)
1738 (speedbar-attached-frame): Removed. Use dframe-attached-frame.
1739 (speedbar-timer): Removed. Use dframe-timer.
1740 (speedbar-close-frame): Removed. Use dframe-close-frame.
1741 (speedbar-activity-change-focus-flag): Removed. Use
1742 dframe-activity-change-focus-flag.
1743 (speedbar-update-speed, speedbar-navigating-speed): Obsolete. Use
1744 dframe-update-speed.
1746 (speedbar-current-frame): New macro. Use this instead of the
1747 variable speedbar-frame.
1749 (speedbar-use-images, speedbar-expand-image-button-alist)
1750 (speedbar-insert-image-button-maybe): Moved to sb-image.el.
1752 (speedbar-find-image-on-load-path): Removed. Replaced by
1753 defezimage in ezimage.el.
1754 (speedbar-expand-image-button-alist): Removed. Replaced by
1755 ezimage-expand-image-button-alist in ezimage.el.
1757 (speedbar-ignored-directory-regexp)
1758 (speedbar-add-ignored-directory-regexp)
1759 (speedbar-ignored-directory-expressions)
1760 (speedbar-line-directory, speedbar-buffers-line-directory)
1761 (speedbar-directory-line, speedbar-buffers-line-directory):
1762 Renamed, replacing `path' with `directory'.
1764 (speedbar-create-directory, speedbar-expand-line-descendants)
1765 (speedbar-toggle-line-expansion)
1766 (speedbar-contract-line-descendants): New commands.
1768 (speedbar-query-confirmation-method, speedbar-select-frame-method)
1769 (speedbar-use-tool-tips-flag): New options.
1771 (speedbar-check-read-only, speedbar-require-version)
1772 (speedbar-insert-separator, speedbar-buffers-tail-notes)
1773 (speedbar-handle-delete-frame, speedbar-try-completion)
1774 (speedbar-update-localized-contents): New functions.
1776 (speedbar-incompatible-version, speedbar-ro-to-do-point)
1777 (speedbar-object-read-only-indicator): New variables.
1779 (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
1782 (speedbar-separator-face): New face.
1784 (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
1785 (speedbar-ignored-modes): Add fundamental-mode.
1786 (speedbar-directory-unshown-regexp): Add . directories.
1788 (speedbar-key-map): Remove old SPC and DEL page up/down keys.
1789 (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
1790 `]' for full expand/close.
1791 (speedbar-buffers-key-map): Add SPC to toggle node expansion.
1793 (speedbar-check-vc): Support hidden files.
1794 (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
1795 (speedbar-this-file-in-vc): Use vc-state if available. If VC
1796 state is nil, it is not checked out.
1798 (speedbar-line-text, speedbar-line-token): Support expand buttons
1800 (speedbar-refresh): Universal argument acts as power-click.
1801 (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
1802 that buffer to get variable values.
1804 And many other bugfixes.
1806 * dframe.el, ezimage.el, sb-image.el: New files.
1808 * sb-*.xpm: Remove files. New image files installed into
1811 2005-09-30 Kenichi Handa <handa@m17n.org>
1813 * ps-mule.el (ps-mule-show-warning): If a character is in
1814 ps-print-translation-table, don't treat it as non-printable.
1816 2005-09-30 David Ponce <david@dponce.com>
1818 * tree-widget.el (tree-widget-themes-load-path): New variable.
1819 (tree-widget-themes-directory): Doc fix.
1820 (tree-widget-image-formats) [Emacs]: Doc fix.
1821 (tree-widget--locate-sub-directory): New function.
1822 (tree-widget-themes-directory): Use it.
1824 * recentf.el (recentf-filename-handlers): Rename from
1825 `recentf-filename-handler'. Allow a list of functions.
1826 (recentf-menu-items-for-commands): Fix :help strings.
1827 (recentf-apply-filename-handlers): New function.
1828 (recentf-expand-file-name): Use it.
1829 (recentf-cleanup): Remove duplicates too.
1831 2005-09-29 Juri Linkov <juri@jurta.org>
1833 * faces.el: Rearrange face definitions to be in the same order as
1834 their face descriptions in "(emacs)Standard Faces".
1836 * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
1838 * tooltip.el (tooltip): Add group `basic-faces'.
1840 * buff-menu.el (Buffer-menu-buffer): Remove group
1841 `font-lock-highlighting-faces'.
1843 * progmodes/compile.el (compilation-error, compilation-warning)
1844 (compilation-info, compilation-line-number, compilation-column-number):
1845 Change group from `font-lock-highlighting-faces' to `compilation'.
1847 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
1848 (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
1849 (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
1850 (vhdl-font-lock-reserved-words-face)
1851 (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
1852 `font-lock-highlighting-faces'.
1854 * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
1856 2005-09-28 Kim F. Storm <storm@cua.dk>
1858 * emulation/cua-base.el: Set CUA move property on additional commands:
1859 up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
1860 forward-sexp, backward-sexp, forward-list, backward-list.
1862 2005-09-28 Romain Francoise <romain@orebokech.com>
1864 * comint.el (comint-show-output): Really set point at the
1865 beginning of the output when not using `comint-use-prompt-regexp'.
1867 2005-09-27 Jay Belanger <belanger@truman.edu>
1869 * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
1872 2005-09-26 Juanma Barranquero <lekktu@gmail.com>
1874 * textmodes/org.el (org-table-sum): Fix format string.
1876 * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
1879 2005-09-26 Romain Francoise <romain@orebokech.com>
1881 * isearch.el (isearch-forward-regexp): Close doc string.
1883 2005-09-25 Richard M. Stallman <rms@gnu.org>
1885 * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
1887 * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
1889 * progmodes/compile.el (compilation-error-properties):
1890 When getting the file from the previous error message,
1891 correctly decode the new data format.
1893 * progmodes/cc-cmds.el (c-electric-paren):
1894 Call old-blink-paren only for close-paren.
1896 2005-09-24 Andreas Schwab <schwab@suse.de>
1898 * term/rxvt.el (rxvt-register-default-colors): Delete redundant
1901 2005-09-25 Romain Francoise <romain@orebokech.com>
1903 * dired-aux.el (dired-copy-file-recursive):
1904 * dired.el (dired-delete-file):
1905 * ediff-mult.el (ediff-dir-diff-copy-file):
1906 * ediff-util.el (ediff-test-save-region):
1907 * forms.el (forms-mode):
1908 * ido.el (ido-file-internal, ido-delete-file-at-head):
1909 * log-edit.el (log-edit-done):
1910 * ses.el (ses-yank-resize):
1911 * play/gomoku.el (gomoku-human-plays, gomoku)
1912 (gomoku-human-resigns, gomoku-prompt-for-other-game)
1913 (gomoku-offer-a-draw):
1914 * play/landmark.el (lm-human-resigns, lm):
1915 * net/eudcb-ldap.el (eudc-ldap-check-base):
1916 * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
1917 * progmodes/ebrowse.el (ebrowse-find-pattern):
1918 * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
1919 * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
1920 End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
1922 * vc.el (vc-delete-file):
1923 * play/gomoku.el (gomoku-terminate-game, gomoku)
1924 (gomoku-prompt-for-move, gomoku-human-takes-back):
1925 * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
1926 (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
1928 2005-09-24 Dan Nicolaescu <dann@ics.uci.edu>
1930 * term/rxvt.el (rxvt-register-default-colors): Add support for 255
1931 color rxvt terminals by using the code xterm.el used to use before
1932 2005-04-09 in order to match the colors used by rxvt.
1934 2005-09-24 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
1936 * term/rxvt.el (rxvt-register-default-colors): Add support for 88
1937 colors rxvt-unicode terminals by using the same code as xterm.el.
1939 2005-09-24 Stefan Monnier <monnier@iro.umontreal.ca>
1941 * textmodes/tex-mode.el (tex-font-lock-append-prop)
1942 (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
1943 new symbol used for the tex-verbatim face.
1945 2005-09-24 Emilio C. Lopes <eclig@gmx.net>
1947 * woman.el (woman-file-name):
1948 * wid-edit.el (widget-file-prompt-value)
1949 (widget-coding-system-prompt-value):
1950 * w32-fns.el (set-w32-system-coding-system):
1951 * vc.el (vc-version-diff, vc-annotate):
1952 * textmodes/reftex-auc.el (reftex-arg-cite)
1953 (reftex-arg-index-tag):
1954 * textmodes/refer.el (refer-get-bib-files):
1955 * textmodes/artist.el (artist-figlet-choose-font):
1956 * terminal.el (terminal-emulator):
1957 * replace.el (occur-read-primary-args):
1958 * rect.el (string-rectangle, string-insert-rectangle):
1959 * ps-print.el (ps-print-preprint):
1960 * progmodes/pascal.el (pascal-goto-defun):
1961 * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
1962 * progmodes/compile.el (compilation-find-file):
1963 * printing.el (pr-interactive-n-up):
1964 * play/animate.el (animate-birthday-present):
1965 * net/rcompile.el (remote-compile):
1966 * man.el (man, Man-goto-section, Man-follow-manual-reference):
1967 * mail/rmailsum.el (rmail-summary-search-backward)
1968 (rmail-summary-search):
1969 * mail/rmailout.el (rmail-output-read-rmail-file-name)
1970 (rmail-output-read-file-name):
1971 * mail/rmail.el (rmail-search, rmail-search-backwards):
1972 * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
1973 * locate.el (locate):
1974 * international/quail.el (quail-show-keyboard-layout):
1975 * international/mule.el (set-buffer-file-coding-system)
1976 (revert-buffer-with-coding-system, set-file-name-coding-system)
1977 (set-terminal-coding-system, set-keyboard-coding-system)
1978 (set-next-selection-coding-system):
1979 * international/mule-diag.el (describe-coding-system)
1980 (describe-font, describe-fontset):
1981 * international/mule-cmds.el (universal-coding-system-argument)
1982 (search-unencodable-char, describe-input-method)
1983 (set-language-environment, describe-language-environment):
1984 * international/codepage.el (codepage-setup):
1985 * international/code-pages.el (codepage-setup):
1986 * info.el (Info-search, Info-follow-reference)
1987 (Info-search-backward):
1988 * emacs-lisp/advice.el (ad-read-advised-function)
1989 (ad-read-advice-class, ad-clear-cache, ad-activate)
1990 (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
1991 (ad-enable-advice, ad-disable-advice, ad-remove-advice)
1993 * ediff-util.el (ediff-toggle-regexp-match):
1994 * ediff-ptch.el (ediff-prompt-for-patch-file):
1995 * dired-aux.el (dired-diff):
1997 * cus-edit.el (custom-variable-prompt):
1998 * calendar/timeclock.el (timeclock-ask-for-project):
1999 * calc/calcalg3.el (calc-get-fit-variables):
2000 * calc/calc-store.el (calc-edit-variable)
2001 (calc-permanent-variable):
2002 * vc-mcvs.el (vc-mcvs-register):
2003 * shadowfile.el (shadow-define-literal-group):
2004 * woman.el (woman-file-name):
2005 * vc.el (vc-version-diff, vc-merge):
2006 * textmodes/reftex-index.el (reftex-index-complete-tag):
2007 * format.el (format-decode-buffer, format-decode-region):
2008 * emulation/viper-cmd.el (viper-read-string-with-history):
2009 * emacs-lisp/debug.el (cancel-debug-on-entry):
2010 * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
2011 * ediff.el (ediff-merge-revisions)
2012 (ediff-merge-revisions-with-ancestor, ediff-revision):
2013 * completion.el (interactive-completion-string-reader):
2014 * calc/calc-prog.el (calc-user-define-formula):
2015 Follow convention for reading with the minibuffer.
2017 2005-09-24 Steven Huwig <steven_h@acm.org> (tiny change)
2019 * progmodes/python.el (python-describe-symbol): Add globals() and
2020 locals() to the arguments of emacs.ehelp.
2022 2005-09-24 Magnus Henoch <mange@freemail.hu>
2024 * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
2025 New function, code extracted from ispell-valid-dictionary-list.
2026 (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
2029 2005-09-24 Eli Zaretskii <eliz@gnu.org>
2031 * subr.el (version-regexp-alist): Extend valid syntax for version
2032 strings: allow any of the characters -,_,+ to separate the
2033 alpha/beta/rc part from the version part. Doc fix.
2034 (version-to-list): Doc fix. Bind case-fold-search to t, as advertised.
2036 2005-09-23 David Reitter <david.reitter@gmail.com>
2038 * mail/mailclient.el: New file.
2040 2005-09-23 Richard M. Stallman <rms@gnu.org>
2042 * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
2043 (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
2046 * progmodes/cc-mode.el (c-font-lock-init):
2047 Specify font-lock-lines-before.
2049 2005-09-23 Stefan Monnier <monnier@iro.umontreal.ca>
2051 * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
2054 2005-09-23 Carsten Dominik <dominik@science.uva.nl>
2056 * textmodes/org.el (org-mode-map, orgtbl-mode-map):
2057 Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix. Make use
2058 of `remap' feature when available. Additional key bindings for
2060 (org-mode-restart, org-force-self-insert): New commands.
2061 (org-time-stamp-inactive): New command.
2062 (org-remap): New function.
2063 (org-table-auto-blank-field, org-level-color-stars-only): New options.
2064 (org-enable-fixed-width-editor): Move to `org-structure'
2065 customization group.
2066 (org-self-insert-command, orgtbl-self-insert-command): Modify to
2067 blank field after field motion commands.
2069 2005-09-23 Kenichi Handa <handa@m17n.org>
2071 * international/mule-cmds.el (set-language-environment):
2072 Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
2073 have to call utf-translate-cjk-load-tables.
2075 2005-09-22 Stefan Monnier <monnier@iro.umontreal.ca>
2077 * mouse.el (mouse-move-drag-overlay): Fix last change.
2079 2005-09-22 David Ponce <david@dponce.com>
2081 * tree-widget.el (tree-widget-value-create): Fix previous change.
2083 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2085 * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
2087 2005-09-21 Stefan Monnier <monnier@iro.umontreal.ca>
2089 * mouse.el (mouse-move-drag-overlay): New function.
2090 (mouse-drag-region-1): Use it.
2091 Try to simplify a bit the state handling. Handle clicks on links
2092 inside intangible areas.
2093 (mouse-save-then-kill): Minor simplification.
2094 (mouse-secondary-overlay): Make it always non-nil instead of
2095 recreating it each time.
2096 (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
2097 (mouse-kill-secondary, mouse-secondary-save-then-kill):
2098 Simplify accordingly.
2100 2005-09-21 Dan Nicolaescu <dann@ics.uci.edu>
2102 * term/rxvt.el (rxvt-standard-colors): Fix some colors.
2104 2005-09-20 Michael Kifer <kifer@cs.stonybrook.edu>
2106 * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
2107 (ediff-file-name-sans-prefix): Treat nil as an empty string.
2108 (ediff-fixup-patch-map): Better heuristic for intuiting the file names
2111 * ediff-util.el: Use insert-buffer-substring.
2113 * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
2115 * emulation/viper-cmd.el (viper-change-state): Don't move over the
2116 field boundaries in the minibuffer.
2117 (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
2118 (viper-minibuffer-post-command-hook): New hook.
2119 (viper-line): Don't move cursor at bolp.
2121 * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
2123 * emulation/viper-init.el: Add alias to make-variable-buffer-local to
2124 avoid compiler warnings.
2126 * emulation/viper-macs.el (ex-map): Better messages.
2128 * emulation/viper-utils.el (viper-beginning-of-field): New function.
2130 * emulation/viper.el: Replace make-variable-buffer-local with
2131 viper-make-variable-buffer-local everywhere, to avoid warnings.
2133 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2135 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
2136 Delete unused var `old-selected-window'.
2137 (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
2138 (mouse-drag-secondary): Delete unused var `start-frame'.
2140 2005-09-19 Emanuele Giaquinta <emanuele.giaquinta@gmail.com> (tiny change)
2142 * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
2144 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2146 * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
2147 Re-indent within 80 columns. Use inhibit-read-only.
2149 2005-09-19 Romain Francoise <romain@orebokech.com>
2151 * calendar/diary-lib.el (mark-diary-entries): Revert last change.
2153 2005-09-19 Stefan Monnier <monnier@iro.umontreal.ca>
2155 * font-lock.el (font-lock-default-fontify-region): Don't add a line
2156 unconditionally, since the after-change-function already did it.
2158 2005-09-19 Miles Bader <miles@gnu.org>
2160 * net/newsticker.el: Get rid of CVS keyword.
2162 2005-09-19 Johan Bockg
\e,Ae
\e(Brd <bojohan+sf@dd.chalmers.se>
2164 * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
2165 The prompt is formatted later.
2167 2005-09-19 David Ponce <david@dponce.com>
2169 * tree-widget.el (tree-widget-value-create): Save the converted
2172 2005-09-19 Juanma Barranquero <lekktu@gmail.com>
2174 * progmodes/sh-script.el (sh-blink): Fix spurious reference to
2177 2005-09-18 Michael Albinus <michael.albinus@gmx.de>
2179 * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
2180 to cover prompts like "login as:". Reported by Slawomir Nowaczyk
2181 <slawomir.nowaczyk.847@student.lu.se>.
2183 2005-09-18 Chong Yidong <cyd@stupidchicken.com>
2185 * image.el (image-load-path): Use symbol `data-directory' instead
2186 of its value, for backward compatibility with packages that bind
2187 it during `find-image'. Suggested by Katsumi Yamaoka.
2188 (image-search-load-path): Handle symbols whose values are strings.
2190 2005-09-18 Romain Francoise <romain@orebokech.com>
2192 * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
2193 with-current-buffer form in save-excursion.
2195 2005-09-18 D Goel <deego@gnufans.org>
2197 * apropos.el (apropos-command): Fix `message' call: first arg
2198 should be a format spec. In this and all other cases that appear
2199 below and elsewhere in the source code, I made a change only when
2200 two conditions were satisfied: [1] I can think of a possibility
2201 that the arguments would cause an error, for example, the code in
2202 question relies on external variables such as filenames. [2] I
2203 was sure that the arg to `message' could not have been nil in the code.
2205 * textmodes/tildify.el (tildify-region): Ditto.
2207 * textmodes/reftex-index.el (reftex-index-change-entry)
2208 (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
2209 * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
2210 * textmodes/org.el (org-complete, org-deadline, org-schedule)
2211 (org-priority, org-table-sum):
2212 * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
2213 * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
2214 (flyspell-word, flyspell-display-next-corrections):
2215 * textmodes/bibtex.el (bibtex-print-help-message):
2216 * textmodes/artist.el (artist-key-set-point-poly):
2217 * term/mac-win.el (mac-services-insert-text):
2218 * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
2219 (vhdl-hooked-abbrev, vhdl-template-insert-fun)
2220 (vhdl-port-paste-testbench, vhdl-compose-new-component)
2221 (vhdl-compose-configuration):
2222 * progmodes/sh-script.el (sh-blink, sh-show-indent)
2223 (sh-set-indent, sh-learn-line-indent):
2224 * progmodes/ps-mode.el (ps-mode-target-column):
2225 * progmodes/idlwave.el (idlwave-make-tags)
2226 (idlwave-scan-library-catalogs):
2227 * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
2228 * progmodes/gud.el (gud-jdb-analyze-source):
2229 * progmodes/flymake.el (flymake-log):
2230 * progmodes/ebnf2ps.el (ebnf-generate-region):
2231 * progmodes/cmacexp.el (c-macro-expansion):
2232 * progmodes/ada-xref.el (ada-treat-cmd-string):
2233 * progmodes/ada-mode.el (ada-create-case-exception-substring)
2234 (ada-justified-indent-current, ada-batch-reformat):
2235 * play/zone.el (zone):
2236 * play/landmark.el (lm-move):
2237 * play/decipher.el (decipher-show-alphabet):
2238 * net/newsticker.el (newsticker--display-jump)
2239 (newsticker--display-scroll):
2240 * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
2241 (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
2242 * mail/feedmail.el (feedmail-dump-message-to-queue):
2243 * eshell/esh-proc.el (eshell-remove-process-entry):
2244 * emulation/ws-mode.el (ws-last-error):
2245 * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
2246 (viper-record-kbd-macro):
2247 * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
2248 * emacs-lisp/lisp-mnt.el (lm-report-bug):
2249 * emacs-lisp/find-func.el (find-function-noselect):
2250 * calendar/timeclock.el (timeclock-status-string)
2251 (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
2252 (timeclock-when-to-leave-string):
2253 * calendar/icalendar.el (icalendar--convert-ical-to-diary):
2254 * calc/calc-units.el (calc-enter-units-table):
2255 * calc/calc-mode.el (calc-mode-record-mode):
2256 * woman.el (woman-mini-help):
2257 * wdired.el (wdired-change-to-wdired-mode):
2258 * vc.el (vc-retrieve-snapshot):
2259 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
2260 * startup.el (display-startup-echo-area-message):
2261 * simple.el (set-goal-column):
2262 * ses.el (ses-command-hook, ses-recalculate-cell):
2263 * server.el (server-process-filter):
2264 * printing.el (pr-interface-txt-print, pr-interface-printify)
2266 * pcvs.el (cvs-help):
2267 * log-edit.el (log-edit, log-edit-mode-help):
2268 * iswitchb.el (iswitchb-possible-new-buffer):
2269 * isearch.el (isearch-edit-string):
2270 * image-mode.el (image-mode, image-minor-mode):
2271 * ibuf-macs.el (define-ibuffer-filter):
2272 * hi-lock.el (hi-lock-find-patterns):
2273 * files.el (toggle-read-only):
2274 * ediff-util.el (ediff-copy-diff)
2275 (ediff-write-merge-buffer-and-maybe-kill):
2276 * echistory.el (Electric-history-undefined):
2277 * dnd.el (dnd-insert-text):
2278 * dired-aux.el (dired-query):
2279 * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
2280 * bookmark.el (bookmark-bmenu-locate):
2281 * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
2282 Fix `message' calls to ensure first arg is a format string.
2283 The change was made only when these two conditions were satisfied:
2284 [1] when there is a possibility that the arguments would cause an error
2285 for example, if the code in question relies on external variables
2286 such as filenames, and
2287 [2] if the arg to `message' could not have been nil in the code.
2289 * pcomplete.el (pcomplete--help): Fix `message' format spec.
2290 Not having a %s would be weird, though not technically wrong.
2292 2005-09-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2294 * term/mac-win.el (mac-add-charset-info): Doc fix.
2296 2005-09-17 Romain Francoise <romain@orebokech.com>
2298 * shell.el (shell-resync-dirs): Handle echoing processes more
2299 reliably. Don't insert resync command if `comint-process-echoes'
2302 2005-09-17 Magnus Henoch <mange@freemail.hu>
2304 * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
2305 (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
2306 aspell versions >= 0.60.
2307 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
2308 only if ispell-aspell-supports-utf8 is non-nil.
2310 2005-09-17 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
2312 * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
2313 buffer-local value to lisp-indent-function.
2315 2005-09-17 Milan Zamazal <pdm@zamazal.org>
2317 * progmodes/glasses.el (glasses-make-readable): If
2318 glasses-separator differs from underscore, put appropriate
2319 overlays over underscore characters.
2320 (glasses-convert-to-unreadable): If glasses-separator differs from
2321 underscore, try to convert glasses-separator characters to
2324 2005-09-16 Stefan Monnier <monnier@iro.umontreal.ca>
2326 * calendar/diary-lib.el (mark-diary-entries): Don't move point.
2327 Use with-syntax-table and dolist.
2329 2005-09-16 Carsten Dominik <dominik@science.uva.nl>
2331 * textmodes/reftex-auc.el:
2332 * textmodes/reftex-cite.el:
2333 * textmodes/reftex-dcr.el:
2334 * textmodes/reftex-global.el:
2335 * textmodes/reftex-parse.el:
2336 * textmodes/reftex-ref.el:
2337 * textmodes/reftex-sel.el:
2338 * textmodes/reftex-toc.el:
2339 * textmodes/reftex-vars.el:
2340 * textmodes/reftex.el: Small changes to remove compiler warnings.
2342 * textmodes/reftex-index.el: Likewise.
2343 (reftex-query-index-phrase): More efficient use of markers.
2345 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2347 * image.el (image-load-path): New variable.
2348 (image-search-load-path): New function.
2349 (find-image): Search for images in `image-load-path'.
2351 2005-09-15 Richard M. Stallman <rms@gnu.org>
2353 * follow.el: Change Maintainer field.
2355 2005-09-15 David Ponce <david@dponce.com>
2357 * recentf.el (recentf-save-file-modes): New option.
2358 (recentf-save-list): Use it.
2360 2005-09-15 Nick Roberts <nickrob@snap.net.nz>
2362 * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
2363 (mode-line-mule-info, mode-line-modified): Move bindings from
2366 2005-09-15 Chong Yidong <cyd@stupidchicken.com>
2368 * simple.el (sendmail-user-agent-compose): Revert last change.
2370 2005-09-14 Stefan Monnier <monnier@iro.umontreal.ca>
2372 * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
2373 Use with-current-buffer.
2374 (ange-ftp-gwp-start): Remove unused var `gw-user'.
2375 (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
2376 (ange-ftp-insert-directory): Remove unused var `short'.
2377 (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
2379 * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
2380 (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
2382 * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
2383 (check-calendar-holidays, diary-list-entries): Autoload.
2384 Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
2385 (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
2387 * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
2388 which mistakenly removed a call to display-buffer.
2390 2005-09-14 Juanma Barranquero <lekktu@gmail.com>
2392 * obsolete/iso-insert.el: Move to obsolete/ from international/.
2394 2005-09-14 Thien-Thi Nguyen <ttn@gnu.org>
2396 * progmodes/hideshow.el
2397 (hs-hide-comments-when-hiding-all): Remove autoload cookie.
2398 (hs-allow-nesting): New user var.
2399 (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
2400 (hs-hide-block-at-point): When nesting allowed,
2401 if there is already an overlay in place, delete it.
2402 (hs-safety-is-job-n): Delete func; remove call sites.
2403 (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
2404 (hs-overlay-at): New func.
2405 (hs-already-hidden-p, hs-show-block): Use it.
2406 (hs-hide-all): Don't pre-clean if nesting allowed.
2407 (hs-show-all): Temporarily disallow
2408 nesting around call to `hs-discard-overlays'.
2410 2005-09-14 Chong Yidong <cyd@stupidchicken.com>
2412 * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
2413 Delete unused local var.
2415 2005-09-13 Juanma Barranquero <lekktu@gmail.com>
2417 * help-fns.el (describe-categories): "?\ " -> "?\s".
2418 (help-do-arg-highlight): Recognize also ARG-n, as in
2419 `move-to-left-margin' (ARG+n is already recognized). Simplify.
2421 * international/codepage.el (dos-unsupported-char-glyph):
2422 * net/newsticker.el (tool-bar-map, w3-mode-map)
2423 (w3m-minor-mode-map):
2424 * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
2426 * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
2428 2005-09-13 Chong Yidong <cyd@stupidchicken.com>
2430 * custom.el (custom-push-theme): Handle the case where a symbol is
2431 bound but face properties have not yet been assigned.
2433 * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
2434 Fix behavior if noerase is `t' and there is no mail buffer.
2436 * simple.el (sendmail-user-agent-compose): Use a new mail buffer
2437 if `continue' is nil, rather than signal an error.
2439 2005-09-12 Richard M. Stallman <rms@gnu.org>
2441 * font-lock.el (font-lock-keywords): Add autoload.
2443 * help-fns.el (describe-variable): Rearrange to put source link
2444 in a predictable place.
2446 * net/newsticker.el: New file.
2448 2005-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2450 * calendar/calendar.el (calendar-for-loop): Add edebug info.
2451 (calendar-basic-setup): Use the new nil arg.
2452 (number-of-diary-entries): Move to diary-lib.el.
2454 * calendar/diary-lib.el: Use with-current-buffer, match-string.
2455 (diary-list-entries): Use with-syntax-table and dolist.
2456 Rename from list-diary-entries.
2457 Use number-of-diary-entries if `number' is nil.
2458 (diary, diary-view-entries): Use this new name and new nil arg value.
2459 (number-of-diary-entries): Move from calendar.el.
2460 (diary-unhide-everything): New function.
2461 (include-other-diary-files, fancy-diary-display)
2462 (diary-show-all-entries, make-diary-entry): Use it.
2463 (diary-mail-entries): Use buffer-string.
2464 (mark-diary-entries): Fix long standing paren typo.
2465 (diary-sexp-entry): Use count-lines.
2466 (make-diary-entry): Avoid `previous-line'.
2467 (diary-mode-map): New var.
2468 (diary-mode): Redraw cal after saving. Setup header-line.
2469 (fancy-diary-display-mode): Use local-set-key.
2471 * startup.el (command-line): Try calling various terminal-init-foo-bar
2472 functions by stripping hyphenated suffixes from $TERM.
2474 * files.el (normal-mode): Check boundness of font-lock-keywords.
2476 2005-09-12 Richard M. Stallman <rms@gnu.org>
2478 * progmodes/compile.el: Don't decide a file's directory
2479 until the user actually tries to go there.
2480 (compilation-next-error-function):
2481 Pass compilation-find-file the directory from the file-struct.
2482 (compilation-internal-error-properties): Separate local FILE-STRUCT
2483 from FILE. Doc the args better. Rename arg FMT to FMTS.
2484 (compilation-find-file): Arg DIR renamed to DIRECTORY.
2485 Expand it, and if nil, use default-directory.
2486 (compilation-get-file-structure): Don't mix specified directory
2487 with default directory. Put specified directory into
2488 file-struct. Don't make the file name absolute.
2490 * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
2491 (compile-command): Add autoload.
2492 (compilation-disable-input): Add autoload.
2494 2005-09-11 Stephen Gildea <gildea@stop.mail-abuse.org>
2496 * time-stamp.el: Mention variable `time-stamp-pattern' in doc
2497 strings of the variables it can override.
2498 (time-stamp): New (as yet undocumented) time-stamp-format escapes
2499 %Q and %q, for fully-qualified domain name and unqualified host name.
2501 2005-09-11 Kim F. Storm <storm@cua.dk>
2503 * emacs-lisp/authors.el (authors-aliases): Update list.
2504 (authors-fixed-entries): Update mldrag.el entry.
2506 2005-09-10 Alan Mackenzie <acm@muc.de>
2508 * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
2509 from the region narrowed to.
2511 2005-09-10 Magnus Henoch <mange@freemail.hu>
2513 * textmodes/ispell.el (ispell-check-version): Signal an error if
2514 aspell version is less than 0.60.
2516 2005-09-10 Pascal Dupuis <Pascal.Dupuis@esat.kuleuven.be> (tiny change)
2518 * progmodes/octave-inf.el (inferior-octave-startup):
2519 Resync current dir at the end.
2521 2005-09-10 Emilio C. Lopes <eclig@gmx.net>
2523 * woman.el (woman-topic-at-point-default):
2524 Rename to woman-use-topic-at-point-default.
2525 (woman-topic-at-point): Rename to woman-use-topic-at-point.
2526 (woman-file-name): Reflect renames above. Automatically use the
2527 word at point as topic if woman-use-topic-at-point is non-nil.
2528 Otherwise offer it as default but don't insert it in the
2529 minibuffer. Also use `test-completion' instead of `assoc' as
2530 suggested by Stefan Monnier.
2532 2005-09-10 Andre Spiegel <spiegel@gnu.org>
2534 * vc.el (vc-directory, vc-update-change-log): Throw an error on
2535 the attempt to do it over Tramp. This is not yet supported.
2537 2005-09-10 Eli Zaretskii <eliz@gnu.org>
2539 * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
2540 (menu-bar-non-minibuffer-window-p): New functions.
2541 ("Split Window", "Save As..."): Use them.
2542 ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
2543 ("Print Buffer", "Truncate Long Lines in this Buffer"):
2544 Use menu-bar-menu-frame-live-and-visible-p.
2545 ("Save Buffer", "Insert File", "Open Directory...")
2546 ("Open File...", "Visit New File..."):
2547 Use menu-bar-non-minibuffer-window-p.
2548 (kill-this-buffer-enabled-p, dired <menu-enable>):
2549 Use menu-bar-non-minibuffer-window-p.
2551 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2553 * cus-start.el (all): Don't complain about fringe-related
2554 built-ins if fringes are not supported. Ditto about
2555 selection-related built-ins. Fix the test for GTK-related built-ins.
2557 * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
2558 ("Postscript Print Buffer", "Print Region", "Save As...")
2559 ("Save", "Insert File...", "Open Directory...")
2560 ("Open File...", "Visit New File..."")
2561 ("Truncate Long Lines in this Buffer"): Don't look at
2562 menu-updating-frame if this display does not support multiple frames.
2564 2005-09-09 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
2566 * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
2568 2005-09-09 Emilio Lopes <eclig@gmx.net>
2570 * woman.el: Format- and whitespace-related changes.
2572 2005-09-09 Eli Zaretskii <eliz@gnu.org>
2574 * woman.el: Fix my email address.
2576 2005-09-08 Richard M. Stallman <rms@gnu.org>
2578 * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
2579 (sh-mode): Locally set skeleton-pair-default-alist.
2581 * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
2583 * progmodes/flymake.el: Require `compile' unconditionally.
2585 * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
2587 * woman.el (woman-file-name): Provide a default, not initial input.
2589 * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
2591 * font-lock.el (font-lock-support-mode): Doc fix.
2593 * descr-text.el (describe-property-list): Handle non-symbol prop names.
2595 2005-09-08 Richard M. Stallman <rms@gnu.org>
2597 * simple.el (blink-matching-open): Get rid of text props from
2598 the string shown in echo area. Don't permanently set point.
2599 Some rearrangements.
2601 2005-09-08 Reiner Steib <Reiner.Steib@gmx.de>
2603 * recentf.el (recentf-filename-handler): Add custom choice
2604 `abbreviate-file-name'.
2606 * msb.el (msb--very-many-menus): Fix typo.
2608 * disp-table.el (standard-display-european): Don't set
2609 enable-multibyte-characters to nil.
2611 2005-09-08 David Ponce <david@dponce.com>
2613 * recentf.el (recentf-show-file-shortcuts-flag): New option.
2614 (recentf-expand-file-name): Doc fix.
2615 (recentf-dialog-mode-map): Define digit shortcuts.
2616 (recentf--files-with-key): New variable.
2617 (recentf-show-digit-shortcut-filter): New function.
2618 (recentf-open-files-items): New function.
2619 (recentf-open-files): Use it.
2620 (recentf-open-file-with-key): New command.
2622 2005-09-08 Chong Yidong <cyd@stupidchicken.com>
2624 * buff-menu.el (Buffer-menu-sort-by-column): New function.
2625 Suggested by Kim F. Storm.
2626 (Buffer-menu-sort-button-map): Global keymap for sort buttons.
2627 (Buffer-menu-make-sort-button): Use global keymap.
2629 2005-09-07 Michael Albinus <michael.albinus@gmx.de>
2631 * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
2632 (Man-getpage-in-background-advice): Remove defadvice; it isn't
2633 necessary any longer with the remapped command.
2634 (Man-bgproc-sentinel-advice): Remove defadvice which counts
2635 formatting time only.
2637 * net/tramp.el (tramp-action-password)
2638 (tramp-multi-action-password): Compile the password prompt from
2639 `method', `user' and `host'. Sometimes it isn't obvious which
2640 password to enter, for example with remote files offered by
2641 recentf.el, or with multiple steps. Suggested by Robert Marshall
2642 <robert@chezmarshall.freeserve.co.uk>.
2644 2005-09-07 Stefan Monnier <monnier@iro.umontreal.ca>
2646 * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
2647 Fix regexp for when "s///" is at the beginning of line.
2649 2005-09-07 Jay Belanger <belanger@truman.edu>
2651 * calc/calc-poly.el (math-expand-term): Multiply out any powers
2652 when in matrix mode.
2654 2005-09-06 Stefan Monnier <monnier@iro.umontreal.ca>
2656 * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
2657 non-anonymous functions.
2659 2005-09-06 Chong Yidong <cyd@stupidchicken.com>
2661 * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
2662 when using a header line. Otherwise, use mouse-1-click-follows-link.
2664 * mouse.el (mouse-drag-header-line): Do nothing if the header-line
2665 can't be moved; don't signal an error.
2667 2005-09-05 Chong Yidong <cyd@stupidchicken.com>
2669 * cus-theme.el (custom-theme-write-faces): Save the current face
2670 spec, not the defface spec.
2672 * custom.el (custom-known-themes): Clarify meaning of "standard".
2673 (custom-push-theme): Save old values in the standard theme.
2674 (disable-theme): Correct typo.
2675 (custom-face-theme-value) Deleted unused function.
2676 (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
2678 2005-09-05 Stefan Monnier <monnier@iro.umontreal.ca>
2680 * progmodes/compile.el (compilation-goto-locus): Take into account
2681 iconified frames when determining whether the buffer is
2683 Don't reset window height if the window already existed.
2685 2005-09-04 Chong Yidong <cyd@stupidchicken.com>
2687 * custom.el (load-theme): Rename from require-theme.
2688 Add interactive spec.
2689 (enable-theme): Rename from custom-enable-theme.
2690 Add interactive spec.
2691 (disable-theme): Rename from custom-disable-theme.
2692 Add interactive spec.
2693 (custom-make-theme-feature): Doc fix.
2694 (custom-theme-directory): Doc fix.
2695 (provide-theme): Call enable-theme.
2697 2005-09-02 Stefan Monnier <monnier@iro.umontreal.ca>
2699 * obsolete/lazy-lock.el (lazy-lock-mode):
2700 * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
2701 font-lock-mode if it's off. Print a warning instead.
2703 * progmodes/compile.el (compilation-start): Ignore errors if the
2704 process died before we get to send-eof.
2706 * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
2707 Undo last change. Enclosing the result in quotes broke things on Unix
2708 since tex-send-command passes it through shell-quote-argument.
2709 (tex-send-command): Pass `file' through convert-standard-filename
2711 (tex-uptodate-p): Handle the case where TeX hasn't put additional
2712 info in a transcript.
2714 2005-09-02 Dan Nicolaescu <dann@ics.uci.edu>
2716 * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
2717 fix compilation warning. Reorder the key definitions to group
2718 together keys emitted by the current version of xterm.
2720 * progmodes/vhdl-mode.el (vhdl-highlight-faces)
2721 (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
2722 Reorder predicates to correct min-color usage.
2724 2005-09-01 Chong Yidong <cyd@stupidchicken.com>
2726 * longlines.el (longlines-mode): Inhibit read-only when encoding.
2727 Kill local variables when longlines-mode is turned off.
2729 2005-09-01 Stefan Monnier <monnier@iro.umontreal.ca>
2731 * international/mule-cmds.el (set-locale-environment): Soothe compiler.
2733 * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
2735 * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
2737 * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
2738 (font-lock-lines-before): Change default to being inactive.
2739 (font-lock-default-fontify-region): Obey font-lock-lines-before.
2740 (font-lock-after-change-function): Don't handle f-l-lines-before here.
2742 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2744 * net/tramp.el (tramp-handle-make-auto-save-file-name):
2745 Deactivate temporarily advice if active (not needed for Emacs 22,
2746 but for backwards compatibility).
2747 (tramp-exists-file-name-handler): Rewrite. First implementation
2749 (tramp-advice-make-auto-save-file-name):
2750 Call `tramp-handle-make-auto-save-file-name' (again, just for
2751 backwards compatibility).
2753 2005-08-31 Reto Zimmermann <reto@gnu.org>
2755 * progmodes/vhdl-mode.el
2756 (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
2757 (vhdl-end-p): Fix indentation bug "else" after "-- when".
2758 (vhdl-set-default-project): New function (easier setting of default).
2759 (vhdl-port-copy): Handle extended identifiers for generics.
2760 (vhdl-compiler-alist): Better description for error message regexp.
2761 (vhdl-make): Query for target, use previous as default.
2762 (vhdl-port-copy): Fix port copy for port names starting with "signal".
2763 (vhdl-font-lock-keywords-2): Fix fontification for record
2765 (vhdl-speedbar-make-subpack-line): Add package body link.
2766 (vhdl-generate-makefile-1): Not include itself as dependency.
2767 (vhdl-font-lock-init): Highlight c-preprocessor directives.
2768 (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
2769 (vhdl-get-syntactic-context): Handle c-preprocessor directives.
2770 (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
2771 (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
2772 (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
2773 (vhdl-import-project): Add string argument for `error'.
2774 (vhdl-compose-configuration)
2775 (vhdl-compose-configuration-architecture): Add configuration
2776 declaration generation.
2777 (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
2778 (vhdl-trailer-re): Add "record" keyword (better indentation).
2779 (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
2781 (vhdl-font-lock-keywords-2): Not highlight formal parameter after '|'.
2782 (vhdl-testbench-entity-file-name)
2783 (vhdl-testbench-architecture-file-name): Allow separate
2784 customization of testbench file names.
2785 (vhdl-beginning-of-block): Handle optional subprogram parameter list.
2786 (vhdl-get-visible-signals): Allow newline within alias declaration.
2787 (vhdl-update-sensitivity-list): Signal read only on certain attributes.
2788 (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
2789 (member-ignore-case): Alias for missing function in XEmacs.
2790 (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
2791 (vhdl-update-sensitivity-list): Ignore case on read signals.
2792 (vhdl-replace-string): Adjust case only for file names.
2793 (vhdl-update-sensitivity-list): Fix search for read signals.
2794 (vhdl-update-sensitivity-list): Exclude formal parameters.
2795 (vhdl-get-visible-signals): Include aliases of signals.
2796 (vhdl-get-visible-signals): Fix signal name searching.
2797 (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
2798 (vhdl-fixup-whitespace-region): Fix for character
2799 literals (e.g. ':').
2801 2005-08-31 Juanma Barranquero <lekktu@gmail.com>
2803 * ansi-color.el (comint-last-output-start):
2804 * bs.el (font-lock-verbose):
2805 * diff-mode.el (add-log-buffer-file-name-function):
2806 * dired-x.el (vm-folder-directory):
2807 * faces.el (help-xref-stack-item):
2808 * files.el (font-lock-keywords):
2809 * find-lisp.el (dired-buffers, dired-subdir-alist):
2810 * ido.el (cua-inhibit-cua-keys):
2811 * log-view.el (cvs-minor-wrap-function):
2812 * outline.el (font-lock-warning-face):
2813 * simple.el (compilation-current-error):
2814 * speedbar.el (ange-ftp-path-format, efs-path-regexp)
2815 (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
2816 * tooltip.el (comint-prompt-regexp):
2817 * w32-fns.el (explicit-shell-file-name):
2818 * term/mac-win.el (mac-charset-info-alist)
2819 (mac-services-selection, mac-system-script-code):
2820 * term/tty-colors.el (msdos-color-values):
2821 * term/w32-win.el (xlfd-regexp-registry-subnum):
2822 * term/x-win.el (x-keysym-table, x-selection-timeout)
2823 (x-session-id, x-session-previous-id):
2824 * textmodes/ispell.el (mail-yank-prefix):
2825 * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
2826 * textmodes/org.el (calc-embedded-close-formula)
2827 (calc-embedded-open-formula)
2828 (font-lock-unfontify-region-function):
2829 * textmodes/reftex-global.el (isearch-next-buffer-function)
2831 * textmodes/reftex.el (font-lock-keywords):
2832 * textmodes/tex-mode.el (font-lock-comment-face)
2833 (font-lock-doc-face):
2834 * textmodes/texinfo.el (outline-heading-alist):
2837 * textmodes/artist.el (x-pointer-crosshair): Add defvar.
2838 (artist-spray-chars, artist-mode-init, artist-replace-string)
2839 (artist-select-erase-char, artist-vap-find-endpoints-horiz)
2840 (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
2841 (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
2843 * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
2844 (conf-align-assignments): "?\ " -> "?\s".
2846 * textmodes/reftex-index.el (TeX-master): Add defvar.
2847 (reftex-index-phrases-marker): Move up defvar.
2849 * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
2850 (reftex-toc-include-labels-indicator)
2851 (reftex-toc-include-index-indicator)
2852 (reftex-toc-max-level-indicator): Move up declarations.
2854 * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
2855 of args to `tramp-run-real-handler', even if it's empty in this case.
2857 2005-08-31 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
2859 * dired.el (dired-move-to-filename-regexp): Add date format for
2860 Mac OS X 10.3 in East Asian locales.
2862 2005-08-31 Michael Albinus <michael.albinus@gmx.de>
2864 * files.el (make-auto-save-file-name): Add file name handler call
2867 * net/tramp.el (tramp-file-name-handler-alist)
2868 (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
2869 (tramp-handle-make-auto-save-file-name): Rename from
2870 `tramp-make-auto-save-file-name'.
2871 (tramp-exists-file-name-handler): New defun.
2872 (tramp-advice-make-auto-save-file-name): Make defadvice only when
2873 `make-auto-save-file-name' is not a magic file name operation.
2875 2005-08-30 Richard M. Stallman <rms@gnu.org>
2877 * files.el (risky-local-variable-p):
2878 Match `-predicates' and `-commands.
2880 * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
2881 (custom-save-all): Visit the file if necessary;
2882 kill the buffer if we created it.
2883 (custom-save-delete): Don't visit file or kill buffer here.
2885 2005-08-30 Carsten Dominik <dominik@science.uva.nl>
2887 * textmodes/org.el (org-special-keyword): New face.
2888 (org-table-copy-down, org-table-eval-formula)
2889 (org-table-recalculate, org-init-section-numbers):
2890 Use `string-to-number' instead of `string-to-int'.
2891 (org-get-location): Use `insert-buffer-substring' instead of
2893 (org-modify-diary-entry-string): New function.
2894 (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
2895 (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
2896 (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
2898 (org-export-as-html): Handle QUOTE keyword.
2899 (org-quote-string): New option.
2900 (org-bookmark-jump-unhide): New function, used for
2901 `bookmark-after-jump-hook'.
2902 (org-diary-default-entry): Apply only when not called through
2905 2005-08-30 Juanma Barranquero <lekktu@gmail.com>
2907 * net/eudc.el (mode-popup-menu):
2908 * play/handwrite.el (ps-printer-name, ps-lpr-command):
2909 * progmodes/ada-mode.el (compile-auto-highlight)
2910 (skeleton-further-elements):
2911 * progmodes/autoconf.el (font-lock-syntactic-keywords):
2912 * progmodes/cmacexp.el (msdos-shells):
2913 * progmodes/compile.el (font-lock-extra-managed-props)
2914 (font-lock-keywords, font-lock-maximum-size)
2915 (font-lock-support-mode):
2916 * progmodes/grep.el (font-lock-lines-before):
2917 * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
2918 * progmodes/mixal-mode.el (compile-command):
2919 * progmodes/perl-mode.el (font-lock-comment-face)
2920 (font-lock-doc-face, font-lock-string-face):
2921 * progmodes/prolog.el (comint-prompt-regexp):
2922 * progmodes/sh-script.el (font-lock-comment-face)
2923 (font-lock-set-defaults, font-lock-string-face):
2924 * progmodes/sql.el (font-lock-keyword-face)
2925 (font-lock-set-defaults, font-lock-string-face):
2926 * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
2927 (itimer-version, lazy-lock-defer-contextually)
2928 (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
2931 * progmodes/cperl-mode.el (cperl-electric-lbrace)
2932 (cperl-electric-keyword, cperl-electric-pod)
2933 (cperl-electric-backspace, cperl-forward-re)
2934 (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
2935 (vc-rcs-header, vc-sccs-header): Add defvars.
2937 * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
2938 (font-lock-syntactic-keywords, gud-find-expr-function):
2941 * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
2942 (gdb-frame-parameters): Declare before use.
2944 * progmodes/gud.el (gdb-active-process, gdb-define-alist)
2945 (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
2946 (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
2947 (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
2949 * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
2950 (idlwave-help-with-source): Use `insert-buffer-substring', not
2953 2005-08-29 Juri Linkov <juri@jurta.org>
2955 * outline.el (hide-entry, hide-leaves, outline-toggle-children):
2956 Put outline-back-to-heading function call inside save-excursion.
2958 2005-08-29 Juanma Barranquero <lekktu@gmail.com>
2960 * man.el (Man-init-defvars, Man-translate-references)
2961 (Man-support-local-filenames, Man-highlight-references):
2962 * progmodes/sql.el (sql-interactive-mode):
2963 * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
2965 * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
2966 (compilation-mode-font-lock-keywords): Add defvars.
2967 (checkdoc-interactive-loop): "?\ " -> "?\s".
2969 * emacs-lisp/lisp-mode.el (font-lock-comment-face)
2970 (font-lock-doc-face, font-lock-string-face)
2971 (font-lock-keywords-case-fold-search): Add defvars.
2972 (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
2974 * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
2975 Don't pass X and Y (they are ignored anyway).
2976 (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
2977 (mouse-delete-window): Make arguments optional.
2979 * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
2980 (caesar-translate-table, minor-modes, news-buffer-save)
2981 (news-group-name, news-minor-modes): Add defvars.
2983 * emacs-lisp/lselect.el (mouse-highlight-priority)
2984 (x-lost-selection-functions, zmacs-regions):
2985 * emacs-lisp/pp.el (font-lock-verbose):
2986 * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
2987 * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
2989 * emacs-lisp/tcover-unsafep.el (safe-functions):
2990 * international/mule-cmds.el (mac-system-coding-system)
2991 (mac-system-locale):
2992 * language/ethio-util.el (rmail-current-message)
2993 (rmail-message-vector):
2994 * language/thai-util.el (thai-auto-composition-mode):
2995 * mail/metamail.el (rmail-current-message, rmail-message-vector):
2996 * mail/mspools.el (rmail-inbox-list, vm-crash-box)
2997 (vm-folder-directory, vm-init-file, vm-init-file-loaded)
2998 (vm-primary-inbox, vm-spool-files):
2999 * mail/rmail.el (deleted-head, font-lock-fontified)
3000 (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
3001 (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
3003 * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
3004 (rmail-summary-mode-map):
3005 * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
3006 (rmail-last-label, rmail-last-multi-labels)
3007 (rmail-summary-vector, rmail-total-messages):
3008 * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
3009 * mail/rmailsum.el (msgnum):
3010 * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
3011 (rmail-current-message):
3012 * obsolete/fast-lock.el (font-lock-face-list):
3013 * obsolete/rnewspost.el (mail-reply-buffer):
3014 * obsolete/scribe.el (compile-command):
3015 * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
3017 2005-08-28 John Paul Wallington <jpw@gnu.org>
3019 * ibuf-ext.el (ibuffer-auto-update-changed):
3020 Use `frame-or-buffer-changed-p' to check whether we need to update.
3021 (ibuffer-auto-mode): Don't advise `get-buffer-create' and
3022 `kill-buffer'. Initialise `ibuffer-auto-buffers-changed'
3023 as a `frame-or-buffer-changed-p' state vector instead.
3025 2005-08-27 Romain Francoise <romain@orebokech.com>
3027 * textmodes/makeinfo.el (makeinfo-compile):
3028 Use `compilation-start'. Set `next-error-function' according to
3030 (makeinfo-next-error): New function.
3031 (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
3032 (makeinfo-buffer): Likewise.
3034 * progmodes/compile.el (compilation-start): Add autoload cookie.
3036 * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
3037 * textmodes/sgml-mode.el: Likewise.
3038 * progmodes/python.el: Likewise.
3040 2005-08-27 Eli Zaretskii <eliz@gnu.org>
3042 * simple.el (blink-matching-paren-distance): Document the meaning
3043 of nil value, and allow to customize to nil.
3045 * eshell/esh-ext.el (eshell-windows-shell-file): Look for
3046 command.com, not command.exe.
3048 2005-08-26 John Wiegley <johnw@newartisans.com>
3050 * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
3051 code around a bit so that an extraneous nil argument is not added
3052 to a command when no args are given.
3054 * eshell/esh-arg.el (eshell-parse-double-quote): If a
3055 double-quoted argument resolves to nil, return it as an empty
3056 string rather than as nil. This made it impossible to pass "" to
3057 a shell script as a null string argument.
3059 2005-08-26 Stefan Monnier <monnier@iro.umontreal.ca>
3061 * outline.el (outline-invent-heading): New fun.
3062 (outline-promote, outline-demote): Use it.
3063 (outline-move-subtree-down): Remove unused vars `re' and `txt'.
3064 (outline-end-of-subtree): Remove unused var `opoint'.
3066 2005-08-26 David Reitter <david.reitter@gmail.com>
3068 * menu-bar.el (truncate-lines, write-file, print-buffer)
3069 (ps-print-buffer-faces, ps-print-buffer, split-window):
3070 Disable menu items when the frame they refer to is invisible, or when
3071 they refer to a buffer and the minibuffer is selected.
3073 2005-08-26 Pavel Kobiakov <pk_at_work@yahoo.com>
3075 * progmodes/flymake.el (flymake-highlight-err-lines):
3076 Use save-excursion around flymake-highlight-line to preserve point.
3078 2005-08-26 Eli Zaretskii <eliz@gnu.org>
3080 * progmodes/octave-mod.el: Change Author and Maintainer address.
3081 (octave-maintainer-address): Change Kurt's email address.
3082 * progmodes/octave-inf.el: Change Author and Maintainer address.
3083 * progmodes/octave-hlp.el: Change Author and Maintainer address.
3085 2005-08-26 Kim F. Storm <storm@cua.dk>
3087 * subr.el (version-list-<, version-list-<=, version-list-=):
3088 Renamed from integer-list-*.
3089 (version-list-not-zero): Likewise. Fix while loop.
3090 (version=): Use version-list-= instead of string-equal.
3092 2005-08-26 Richard M. Stallman <rms@gnu.org>
3094 * outline.el (outline-promote): Try shortening the heading.
3095 As last resort, read the heading to use.
3096 (outline-demote): As last resort, read the heading to use.
3098 2005-08-26 Romain Francoise <romain@orebokech.com>
3100 * progmodes/compile.el (compilation-start): Doc fix.
3102 * progmodes/antlr-mode.el (antlr-default): Fix defface form.
3103 (antlr-font-lock-additional-keywords): Fix reference to
3104 `antlr-font-lock-literal-regexp' erroneously changed during the
3106 (antlr-run-tool): Use `compilation-start'.
3108 * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
3109 instead of the obsolete `compile-internal'.
3111 2005-08-26 Juanma Barranquero <lekktu@gmail.com>
3113 * calendar/cal-bahai.el (date, displayed-month, displayed-year)
3114 (number, original-date):
3115 * calendar/cal-china.el (date):
3116 * calendar/cal-coptic.el (date):
3117 * calendar/cal-french.el (date):
3118 * calendar/cal-hebrew.el (date, entry, number, original-date):
3119 * calendar/cal-islam.el (date, number, original-date):
3120 * calendar/cal-iso.el (date):
3121 * calendar/cal-julian.el (date):
3122 * calendar/cal-mayan.el (date):
3123 * calendar/cal-menu.el (date, event):
3124 * calendar/cal-persia.el (date):
3125 * calendar/lunar.el (date):
3126 * calendar/solar.el (date): Add defvars.
3131 * obsolete/bg-mouse.el:
3132 * obsolete/sun-curs.el:
3133 * obsolete/swedish.el: Move the `defvar's to the top level.
3135 * smerge-mode.el (smerge-refined-change): Add :group.
3137 2005-08-25 Stefan Monnier <monnier@iro.umontreal.ca>
3139 * smerge-mode.el (smerge-remove-props): Make the args non-optional.
3140 (smerge-keep-n): Remove props.
3141 (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
3142 (smerge-keep-current, smerge-kill-current): Don't remove props anymore
3143 now that it's done in smerge-keep-n.
3144 (smerge-refined-change): New face.
3145 (smerge-refine-chopup-region, smerge-refine-highlight-change)
3146 (smerge-refine): New funs.
3147 (smerge-basic-map): Bind smerge-refine.
3149 2005-08-25 Juri Linkov <juri@jurta.org>
3151 * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
3152 compilation-process-setup-function and compilation-disable-input
3153 in grep-mode instead of let-bindings in grep.
3155 * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
3156 Delete "Automatic File De/compression" (auto-compression-mode).
3158 2005-08-25 Juanma Barranquero <lekktu@gmail.com>
3160 * obsolete/bg-mouse.el: Move to obsolete/ from term/.
3161 Silence warning about non-existent variable.
3163 2005-08-25 Richard M. Stallman <rms@gnu.org>
3165 * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
3166 Rename "Describe Key" to "Describe Key or Mouse Operation".
3168 * mail/mailalias.el (build-mail-aliases): Delete comments
3169 from the contents before processing them.
3171 * isearch.el (isearch-edit-string): Erase the Search prompt
3172 if user enters an empty string and there is no default.
3174 * comint.el (comint-file-name-prefix): Add autoload.
3176 2005-08-25 Joe Corneli <jcorneli@math.utexas.edu>
3178 * subr.el (play-sound): Rearrange to avoid warning.
3180 2005-08-25 Carsten Dominik <dominik@science.uva.nl>
3182 * calendar/diary-lib.el (diary-modify-entry-list-string-function):
3184 (add-to-diary-list): Call `diary-modify-entry-list-string-function'
3186 2005-08-24 Stefan Monnier <monnier@iro.umontreal.ca>
3188 * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
3190 * custom.el (custom-theme-set-variables): Sort minor modes last.
3192 2005-08-24 Vinicius Jose Latorre <viniciusjl@ig.com.br>
3194 * subr.el (version-separator, version-regexp-alist): New vars used by
3195 version comparison funs.
3196 (integer-list-<, integer-list-=, integer-list-<=)
3197 (integer-list-not-zero): New funs for integer list comparison.
3198 (version-to-list, version=, version<, version<=): New funs for version
3201 2005-08-24 Juanma Barranquero <lekktu@gmail.com>
3203 * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
3204 (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
3205 time to silence the byte-compiler.
3207 * ibuffer.el (ibuffer-compile-make-eliding-form)
3208 (ibuffer-check-formats): Use `with-no-warnings' to hide references
3209 to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
3210 so it's silly to get warnings for it).
3211 (ibuffer-auto-mode, ibuffer-cached-filter-formats)
3212 (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
3213 (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
3214 (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
3215 (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
3216 (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
3217 Defvar at compile time.
3218 (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
3219 (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
3220 Declare them before use.
3222 * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
3223 (info-xref-good, info-xref-bad): Defvar at compile time.
3225 * obsolete/mlsupport.el (filter-region, execute-monitor-command):
3226 Use `let*' instead of `let'.
3228 * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
3229 (*mouse-y*, menu, char): Defvar at compile time.
3230 (sc::menu): Declare it before use.
3231 (sc::pack-one-line): Use `let', not `let*'.
3233 * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
3234 (mail-send-hook): Defvar at compile time.
3236 * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
3237 Defvar at compile time.
3239 * term/sun-mouse.el (current-global-mousemap)
3240 (current-local-mousemap): Declare them before use.
3242 2005-08-24 Carsten Dominik <dominik@science.uva.nl>
3244 * bookmark.el (bookmark-after-jump-hook): New hook.
3245 (bookmark-jump): Run `bookmark-after-jump-hook'.
3247 2005-08-23 Juri Linkov <juri@jurta.org>
3249 * faces.el (minibuffer-prompt): Doc fix.
3251 2005-08-23 Juanma Barranquero <lekktu@gmail.com>
3253 * progmodes/xscheme.el: Trivial changes to silence warnings.
3254 (xscheme-previous-mode, xscheme-previous-process-state):
3256 (xscheme-last-input-end, xscheme-process-command-line)
3257 (xscheme-process-name, xscheme-buffer-name)
3258 (xscheme-expressions-ring-max, xscheme-expressions-ring)
3259 (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
3260 (xscheme-control-g-synchronization-p)
3261 (xscheme-control-g-disabled-p, xscheme-string-receiver)
3262 (default-xscheme-runlight, xscheme-runlight)
3263 (xscheme-runlight-string, xscheme-process-filter-state)
3264 (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
3265 Move to beginning of file.
3266 (scheme-interaction-mode-commands-alist)
3267 (scheme-interaction-mode-map, scheme-debugger-mode-map):
3268 Declare them before use. Note: the initialization code for the variables
3269 has not been moved because it uses functions that reference the variables.
3270 (xscheme-control-g-message-string, xscheme-process-filter-alist)
3271 (xscheme-prompt-for-expression-map): Declare them before use.
3272 (scheme-debugger-mode-commands): "?\ " -> "?\s".
3274 2005-08-23 Ed Swarthout <ed.swarthout@gmail.com> (tiny change)
3276 * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
3278 2005-08-22 Juri Linkov <juri@jurta.org>
3280 * faces.el (set-face-underline): Delete this duplicate function
3281 and make an obsolete alias to set-face-underline-p.
3282 (set-face-underline-p): Use docstring of set-face-underline.
3283 (describe-face): Create hyperlink to parent face.
3285 * info.el (Info-insert-dir): Use save-excursion around
3286 insert-buffer-substring.
3287 (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
3288 (Info-escape-percent): Delete function.
3289 (Info-fontify-node): Replace Info-escape-percent by
3290 replace-regexp-in-string with REP arg set to lambda that
3291 duplicates `%' and preserves text properties.
3293 * progmodes/compile.el (compilation-disable-input): Doc fix.
3294 (define-compilation-mode): Doc fix and refill.
3295 (kill-compilation): Use `mode-name' in the error message.
3296 (compilation-find-file): Use `compilation-error' in the
3297 read-file-name's prompt.
3299 2005-08-22 Stefan Monnier <monnier@iro.umontreal.ca>
3301 * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
3302 (smerge-auto-leave): Make undo re-enable the mode.
3303 (debug-ignored-errors): Add the user-error of impossible resolution.
3304 (smerge-resolve): Move things around a bit, in preparation for later.
3305 (smerge-diff): Don't fail if the buffer has no associated file.
3306 (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
3307 (smerge-conflict-overlay): New function.
3308 (smerge-match-conflict): Don't add text properties here.
3309 (smerge-find-conflict): Instead, add an overlay here.
3310 Also check for the case where we're inside a conflict already, so as to
3311 obviate the need for font-lock-multiline, which is unbearably slow with
3312 large conflicts and ciomplex font-lock patterns.
3313 (smerge-remove-props): Remove overlay rather than text-properties.
3314 (smerge-mode): Don't set font-lock-multiline.
3315 Remove overlays when turned off.
3317 2005-08-21 Kim F. Storm <storm@cua.dk>
3319 * ido.el (ido-ignore-item-p): Use save-match-data.
3320 Bind case-fold-search to ido-case-fold locally.
3322 2005-08-20 Richard M. Stallman <rms@gnu.org>
3324 * files.el (normal-mode): If font lock is on, turn it off and on.
3326 * subr.el (replace-regexp-in-string): Doc fix.
3328 * startup.el (command-line-1): Don't suppress startup screen
3329 due to existing processes.
3331 * progmodes/grep.el (grep): Bind compilation-disable-input to t.
3333 * progmodes/compile.el (compilation-disable-input): Default to nil.
3335 2005-08-20 Kevin Rodgers <ihs_4664@yahoo.com> (tiny change)
3337 * progmodes/compile.el (compilation-disable-input): New defcustom.
3338 (compilation-start): If compilation-disable-input is non-nil, send
3339 EOF to the compilation process.
3341 2005-08-20 Eli Zaretskii <eliz@gnu.org>
3343 * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
3344 Run the argument of tex-shell-cd-command through
3345 convert-standard-filename, to get the correct style of slashes on
3346 Windows, and enclose the result in quotes, in case the file name
3347 includes whitespace or other special characters.
3349 2005-08-19 Andreas Schwab <schwab@suse.de>
3351 * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
3354 2005-08-18 Luc Teirlinck <teirllm@auburn.edu>
3356 * cus-start.el (minibuffer-prompt-properties): Correct typo.
3358 2005-08-18 Kim F. Storm <storm@cua.dk>
3360 * scroll-lock.el: Fix errors due to incorrect line wrapping.
3362 2005-08-18 Richard M. Stallman <rms@gnu.org>
3364 * scroll-lock.el: New file.
3366 2005-08-18 Thien-Thi Nguyen <ttn@gnu.org>
3368 * dired.el (dired-move-to-end-of-filename):
3369 Handle fifo as rendered by "ls -lF": Don't include trailing "|".
3371 2005-08-18 Kim F. Storm <storm@cua.dk>
3373 * ido.el (ido-everywhere): Fix defcustom :set function to disable
3374 rather than toggle mode when custom value is nil.
3375 (ido-everywhere): Fix defun doc string.
3377 2005-08-17 Richard M. Stallman <rms@gnu.org>
3379 * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
3380 as tag instead of "Inviolable".
3382 2005-08-17 Kim F. Storm <storm@cua.dk>
3384 * windmove.el (windmove-coordinates-of-position): Remove.
3385 (windmove-coordinates-of-window-position): Remove.
3386 (windmove-reference-loc): Use posn-at-point instead.
3388 * subr.el (insert-for-yank-1): Doc fix.
3390 * ido.el (ido-enter-matching-directory): Rename from
3391 ido-enter-single-matching-directory. Change 'slash choice to
3392 'only. Add 'first choice.
3393 (ido-exhibit): Adapt to above changes.
3395 2005-08-16 Luc Teirlinck <teirllm@auburn.edu>
3397 * Makefile.in: Expand comment about building loaddefs.el.
3399 2005-08-16 Nick Roberts <nickrob@snap.net.nz>
3401 * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
3402 Comment use of defadvice.
3404 * progmodes/gud.el (gud-jump): Rework for gdb-ui.
3406 2005-08-15 Dan Nicolaescu <dann@ics.uci.edu>
3408 * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
3409 * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
3410 * progmodes/gdb-ui.el, progmodes/idlw-help.el,
3411 * progmodes/idlw-shell.el, progmodes/ld-script.el,
3412 * progmodes/which-func.el, ruler-mode.el, strokes.el,
3413 * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
3414 for backward compatibility for faces that did not appear in the
3415 previous Emacs release.
3417 * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
3419 2005-08-15 Kim F. Storm <storm@cua.dk>
3421 * emulation/cua-base.el (cua-delete-region): Return t if
3422 deleted region was non-empty.
3423 (cua-replace-region): Inhibit overwrite-mode for
3424 self-insert-command if replaced region was non-empty.
3425 (cua--explicit-region-start, cua--status-string): Make them
3426 buffer-local at top-level...
3427 (cua-mode): ...rather than when mode is enabled.
3429 2005-08-15 Thien-Thi Nguyen <ttn@gnu.org>
3431 * progmodes/vhdl-mode.el (vhdl-emacs-21):
3432 Set t for Emacs 21, 22, and so on.
3434 2005-08-15 David Ponce <david@dponce.com>
3436 * tree-widget.el: Update Commentary header.
3437 (tree-widget-theme): Doc fix.
3438 (tree-widget-space-width): New option.
3439 (tree-widget-image-properties): Look up in the default theme too.
3440 (tree-widget--cursors): Only for images with arrow pointer shape.
3441 (tree-widget-lookup-image): Pointer shape is hand by default.
3442 (tree-widget-icon): Rename generic icon widget from
3443 `tree-widget-control'.
3444 (tree-widget-*-icon): Rename from `tree-widget-*-control' and
3445 derive from `tree-widget-icon'.
3446 (tree-widget-handle): Improve default look and feel of the text
3448 (tree-widget): Rename :*-control properties to :*-icon properties.
3449 Add :action and :help-echo properties.
3450 (tree-widget-after-toggle-functions): Move.
3451 (tree-widget-close-node, tree-widget-open-node): Remove.
3452 (tree-widget-before-create-icon-functions): New hook.
3453 (tree-widget-value-create): Update to allow customization of icons
3454 and nodes at run-time via that new hook.
3455 (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
3456 (tree-widget-icon-action, tree-widget-icon-help-echo)
3457 (tree-widget-action, tree-widget-help-echo): New functions.
3459 2005-08-15 Kim F. Storm <storm@cua.dk>
3461 * ido.el (ido-buffer-internal): Use with-no-warnings.
3462 (ido-make-merged-file-list): Use while-no-input.
3464 2005-08-15 Richard M. Stallman <rms@gnu.org>
3466 * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
3467 (flyspell-large-region): Fix doc and custom type.
3469 2005-08-14 Richard M. Stallman <rms@gnu.org>
3471 * files.el (interpreter-mode-alist): Doc fix.
3473 * mail/rmail.el (rmail-nonignored-headers): New variable.
3474 (rmail-clear-headers): Use it.
3475 (rmail-reply): Better handling of mail-followup-to header.
3477 * progmodes/sh-script.el (sh-font-lock-keywords-var):
3478 Rename variable from sh-font-lock-keywords. In the `shell' entry,
3479 don't try to refer to executable-font-lock-keywords.
3480 (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
3481 (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
3482 (sh-font-lock-keywords): Append executable-font-lock-keywords here.
3483 (sh-mode): Set comment-start-skip, local-abbrev-table,
3484 imenu-case-fold-search.
3485 (sh-set-shell): Don't set them here.
3486 (sh-feature): Simplify. Get rid of the eval-a-variable feature.
3487 Don't cache the results in the original alist; don't ever modify
3490 * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
3492 * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
3495 2005-08-15 Andreas Schwab <schwab@suse.de>
3497 * desktop.el: Put autoload cookie at risky-local-variable declarations.
3499 * dired.el, info.el, mail/rmail.el: Revert last change.
3501 2005-08-14 Thien-Thi Nguyen <ttn@gnu.org>
3503 * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
3504 modification in `eval-after-load' form.
3505 * info.el: Likewise.
3506 * mail/rmail.el: Likewise.
3508 2005-08-14 Juri Linkov <juri@jurta.org>
3510 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3511 Remove highlighting of "Compilation started". Highlight only
3512 the word "finished" in "Compilation finished". Add highlighting
3513 of "interrupt", "killed", "terminated" and the exit code.
3514 (compilation-start): Add newline after header. Use exactly the
3515 same time stamp format as the finishing message.
3516 (compilation-mode-map): Add ellipsis to "Search Files (grep)".
3518 * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
3519 (grep-mode-font-lock-keywords): Don't highlight "Grep started".
3520 Add highlighting of "interrupt", "killed", "terminated".
3522 * delsel.el (delete-selection-pre-hook): If overwrite-mode is
3523 enabled and the current command is self-insert-command, call it
3524 explicitly with overwrite-mode bound to nil, to not allow it
3525 to delete the character after the selected region.
3527 2005-08-12 Matt Hodges <MPHodges@member.fsf.org>
3529 * emacs-lisp/eldoc.el: Add move-beginning-of-line,
3530 move-end-of-line, end-of-line, and beginning-of-line to the list
3531 of commands after which the echo area is updated.
3533 2005-08-12 Eli Zaretskii <eliz@gnu.org>
3535 * cus-edit.el (custom-save-all, custom-save-delete):
3536 Bind recentf-exclude to exclude custom-file.
3538 2005-08-12 Ehud Karni <ehud@unix.mvs.co.il>
3540 * mail/rmailsum.el (rmail-summary-end-of-message): New command
3541 to go to the bottom of the mail message. Added to
3542 `rmail-summary-mode-map' with key "/".
3543 (rmail-summary-show-message): New (internal) function for use by
3544 both `rmail-summary-beginning/end-of-message'.
3545 (rmail-summary-beginning-of-message): Change to use
3546 rmail-summary-show-message.
3548 * mail/rmail.el (rmail-end-of-message): New command to go to the
3549 end of the current message. Added to `rmail-mode-map' with key "/".
3550 (rmail-beginning-of-message): Fix to work as documented.
3551 (rmail-mode): Change documentation.
3553 * progmodes/compile.el (compilation-start): Add the line
3554 "Compilation started" with compilation start time.
3555 (compilation-mode-font-lock-keywords): Add `started' to keywords.
3557 2005-08-11 Luc Teirlinck <teirllm@auburn.edu>
3559 * menu-bar.el (menu-bar-options-menu): Standardize capitalization
3562 2005-08-11 Richard M. Stallman <rms@gnu.org>
3564 * simple.el (pop-global-mark): Reverse test of widen-automatically.
3566 * battery.el (battery-status-function): Don't use ignore-errors.
3568 2005-08-11 Lute Kamstra <lute@gnu.org>
3570 * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
3571 define-obsolete-variable-alias.
3573 2005-08-11 Stefan Monnier <monnier@iro.umontreal.ca>
3575 * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
3576 (ange-ftp-send-cmd): Revert last change, and expand
3577 the comment explaining the problem.
3579 2005-08-10 Luc Teirlinck <teirllm@auburn.edu>
3581 * ldefs-boot.el: Update.
3583 * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
3584 item to "Time, Load and Mail". Change help echo text.
3586 * time.el (display-time-use-mail-icon, display-time-format)
3587 (display-time-string-forms): Shorten first line of docstrings.
3589 2005-08-10 Lars Hansen <larsh@soem.dk>
3591 * desktop.el (desktop-buffer-mode-handlers):
3592 Make non-customizable. Add autoload cookie. Change initial value to
3593 nil; add elements in respective modules instead. Fix doc string.
3594 (desktop-load-file): New function.
3595 (desktop-minor-mode-handlers): New autoloaded variable.
3596 (desktop-create-buffer): Call minor mode handlers.
3597 Use desktop-load-file to load major and minor mode modules prior to
3598 checking for a handler.
3599 (desktop-save): Don't add nil to desktop-minor-modes for minor
3600 modes with nil function in desktop-minor-mode-table. Don't delete
3601 desktop file before rewriting it.
3602 (desktop-locals-to-save): Add autoload cookie. Don't make
3603 automatically buffer-local. Add variables column-number-mode,
3604 size-indication-mode, indent-tabs-mode,
3605 indicate-buffer-boundaries, indicate-empty-lines and
3606 show-trailing-whitespace.
3607 (desktop-clear): Allow desktop-clear-preserve-buffers to contain
3608 regexps. Don't use desktop-clear-preserve-buffers-regexp.
3609 (desktop-clear-preserve-buffers-regexp): Delete.
3610 (desktop-clear-preserve-buffers): Update initial value and docstring.
3611 (desktop-save-buffer): Fix doc string.
3613 * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
3614 (hilit-chg-desktop-restore): New function.
3615 (highlight-changes-mode): Add highlight-changes-mode to
3616 desktop-locals-to-save.
3618 * dired.el: Add handler to desktop-buffer-mode-handlers.
3619 (dired-restore-desktop-buffer): Remove autoload cookie.
3620 (dired-mode): Add autoload cookie.
3622 * info.el: Add handler to desktop-buffer-mode-handlers.
3623 (Info-restore-desktop-buffer): Remove autoload cookie.
3624 (Info-mode): Add autoload cookie.
3626 * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
3627 (mh-restore-desktop-buffer): Remove autoload cookie.
3628 (mh-folder-mode): Add autoload cookie.
3630 * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
3631 (rmail-restore-desktop-buffer): Remove autoload cookie.
3633 2005-08-11 Masatake YAMATO <jet@gyve.org>
3635 * hexl.el (hexl-address-region):
3636 (hexl-ascii-region, hexl-font-lock-keywords):
3637 (hexl-highlight-line-range): Use the term "region"
3638 instead of "area" for consistency with the other symbols
3641 2005-08-09 Luc Teirlinck <teirllm@auburn.edu>
3643 * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
3644 correct group: it is set with `menu-bar-make-mm-toggle' (pointed
3645 out by Juri Linkov). Add `display-battery-mode'.
3647 2005-08-09 Juri Linkov <juri@jurta.org>
3649 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3650 Remove `-text' from face variable names.
3651 (compilation-error-file-name, compilation-warning-file-name)
3652 (compilation-info-file-name): Delete faces.
3653 (compilation-line-number, compilation-column-number):
3654 Remove face underlining.
3655 (compilation-message-face): Set to `underline' value by default.
3656 (compilation-error-face, compilation-warning-face)
3657 (compilation-info-face): Remove `-file-name' from face names.
3658 (compilation-error-text-face, compilation-warning-text-face)
3659 (compilation-info-text-face): Delete face variables.
3660 (compilation-text-face): Delete function.
3662 * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
3663 (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
3664 (grep-error-face): Set to `compilation-error' instead of
3665 `compilation-error-face' (which is redefined to `grep-hit-face' in
3667 (grep-mode-font-lock-keywords): Remove `-text' from face variable
3668 names. Use `grep-error-face' instead of `compilation-error-text-face'.
3670 * dired-aux.el (dired-do-query-replace-regexp):
3671 Use `query-replace-read-args'.
3673 * replace.el (query-replace-read-from, query-replace-read-to)
3674 (query-replace-read-args): Rename arg `string' to `prompt'.
3676 * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
3678 2005-08-09 Katsumi Yamaoka <yamaoka@jpl.org> (tiny change)
3680 * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
3682 (ange-ftp-canonize-filename): Handle file names beginning with ~
3685 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3687 * textmodes/fill.el (canonically-space-region)
3688 (fill-context-prefix, fill-french-nobreak-p)
3689 (fill-delete-newlines, fill-comment-paragraph)
3690 (justify-current-line): "?\ " -> "?\s".
3692 2005-08-09 Ben North <ben@redfrontdoor.org> (tiny change)
3694 * textmodes/fill.el (fill-nonuniform-paragraphs):
3695 Improve argument/docstring consistency.
3697 2005-08-09 Richard M. Stallman <rms@gnu.org>
3699 * textmodes/ispell.el (ispell-word): More fboundp checks.
3701 * files.el (find-file-noselect): Don't call set-buffer-major-mode.
3702 (find-file-noselect-1): Call it here, only if RAWFILE.
3703 (normal-mode): Always set some major mode.
3704 (save-some-buffers-action-alist): Change some explanation strings.
3705 (file-name-non-special): In the `quote' method, use unwind-protect.
3707 2005-08-09 Magnus Henoch <mange@freemail.hu>
3709 * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
3710 (ispell-have-aspell-dictionaries): New variable.
3711 (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
3712 (ispell-get-aspell-config-value): New function.
3713 (ispell-aspell-find-dictionary): New function.
3714 (ispell-aspell-add-aliases): New function.
3715 (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
3716 appropriate. Don't look for ispell dictionaries if we use aspell.
3717 (ispell-menu-map): Don't build a submenu of dictionaries.
3719 2005-08-09 Richard M. Stallman <rms@gnu.org>
3721 * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
3722 (sql-read-passwd): Use read-passwd.
3724 * progmodes/idlw-toolbar.el (idlwave-toolbar)
3725 (idlwave-toolbar-is-possible): Add defvars.
3727 * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
3730 * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
3731 (idlwave-system-class-info, idlwave-executive-commands-alist):
3734 * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
3736 * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
3739 * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
3740 and content-type: headers.
3742 * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
3744 * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
3745 and rename some of them to be more self-explanatory.
3747 * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
3749 * startup.el (command-line-1): Implement -scriptload.
3751 * replace.el (occur-engine): Initial *Occur* output not undoable.
3753 * menu-bar.el (menu-bar-file-menu): Rename some menu items
3754 and improve help strings.
3756 * isearch.el (isearch-repeat): When changing direction,
3757 mark search successful.
3759 * ediff-init.el: Use (featurep 'xemacs).
3761 * comint.el (send-invisible): Identify buffer, if not selected.
3763 * align.el: Delete autoload for c-guess-basic-syntax.
3765 2005-08-09 Juanma Barranquero <lekktu@gmail.com>
3767 * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
3768 Improve argument/docstring consistency. Doc fixes.
3769 (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
3770 (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
3771 (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
3772 (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
3773 (r2bv-organization, r2bv-pages, r2bv-primary-author)
3774 (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
3775 (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
3776 Defvar at compile time.
3778 2005-08-09 Juri Linkov <juri@jurta.org>
3780 * info.el: Replace `info' with upper-case `Info' where appropriate.
3781 (info-title-1, info-title-2, info-title-3, info-title-4)
3782 (info-menu-header): Move up face definitions.
3783 (info-menu-star): Rename from `info-menu-5'.
3784 (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
3785 (Info-fontify-visited-nodes): Fix docstring.
3786 (Info-hide-note-references): Fix docstring.
3787 (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
3788 menu items in the same way as on cross-references.
3789 (info-apropos): Fix sorting order and formatting to be like in the
3790 stand-alone Info browser. Display error messages for 1 sec.
3791 (Info-mode-map): Move down `c' key binding. Bind `^' to `Info-up'.
3792 (Info-mode-menu): Remove item for `Info-search-case-sensitively'
3794 (Info-insert-dir): Restore point after calling
3795 `insert-buffer-substring'.
3797 2005-08-08 Richard M. Stallman <rms@gnu.org>
3799 * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
3800 (recompute-lucid-menubar): Add defvars.
3802 * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
3804 * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
3806 * net/net-utils.el (run-dig): Rename from `dig'.
3808 * play/gametree.el (gametree-mode): Use make-local-variable,
3809 not make-variable-buffer-local.
3811 * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
3813 * ansi-color.el (ansi-color-make-extent)
3814 (ansi-color-set-extent-face): Use fboundp, not functionp.
3816 * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
3817 not make-variable-buffer-local.
3819 * bookmark.el (Info-current-file): Add defvar.
3820 (bookmark-jump-noselect): Use with-no-warnings.
3822 * completion.el (c-mode-map, fortran-mode-map): Add defvars.
3824 * ebuff-menu.el (Helper-return-blurb): Add defvar.
3826 * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
3828 * find-file.el (ada-procedure-start-regexp)
3829 (ada-package-start-regexp): Add defvars.
3831 * info.el (Info-insert-dir): Use insert-buffer-substring.
3833 * xml.el (xml-att-def-re): Add defvar.
3835 * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
3838 * subr.el (while-no-input): Return t if there is input.
3840 2005-08-08 Luc Teirlinck <teirllm@auburn.edu>
3842 * cus-start.el (all): Add `overflow-newline-into-fringe'.
3844 2005-08-08 Juanma Barranquero <lekktu@gmail.com>
3846 * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
3847 (scheme-prev-l/c-dir/file): Fix typos in docstrings.
3849 2005-08-08 Emilio C. Lopes <eclig@gmx.net>
3851 * cmuscheme.el (scheme-start-file): Replace reference to
3852 `user-emacs-directory' by "~/.emacs.d/".
3854 2005-08-08 Thien-Thi Nguyen <ttn@gnu.org>
3856 * info.el (Info-dir-remove-duplicates): Avoid case folding
3857 in loop; instead, keep downcased strings for comparison.
3858 Suggested by Helmut Eller.
3860 2005-08-07 Michael Albinus <michael.albinus@gmx.de>
3862 Sync with Tramp 2.0.50.
3864 * net/tramp.el: Remove defvar of `last-coding-system-used' in the
3865 XEmacs case; not necessary anymore.
3866 (tramp-user-regexp): Allow "@" as part of user name.
3867 (tramp-handle-set-visited-file-modtime)
3868 (tramp-handle-insert-file-contents)
3869 (tramp-handle-write-region): No special handling for
3870 `last-coding-system-used, because this is done in
3871 `tramp-accept-process-output' now.
3872 (tramp-accept-process-output): New defun.
3873 (tramp-process-one-action, tramp-process-one-multi-action)
3874 (tramp-wait-for-regexp, tramp-wait-for-output)
3875 (tramp-discard-garbage-erase-buffer): Call it. Reported by David
3876 Howells <dhowells@redhat.com>.
3877 (clear-visited-file-modtime): Defadvice removed. The check for
3878 unset buffer's modtime does not need to be based on
3879 `tramp-buffer-file-attributes'. Suggested by RMS.
3880 (tramp-message): Insert "\n" if not being at beginning of line.
3881 (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
3882 sequence with same logic.
3883 (tramp-completion-handle-expand-file-name): Discard call of
3884 `tramp-drop-volume-letter'. It is not necessary, and there have
3885 been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
3886 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
3887 (tramp-do-copy-or-rename-file-out-of-band): Transfer message
3888 should always be visible.
3889 (tramp-handle-insert-directory, tramp-setup-complete)
3890 (tramp-set-process-query-on-exit-flag)
3891 (tramp-append-tramp-buffers): Pacify byte-compiler.
3892 (tramp-bug): Delete non-existing variables from list.
3893 Apply `tramp-load-report-modules' as pre-hook.
3894 Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
3895 `shell-prompt-pattern' because of non-7bit characters.
3896 Reported by Sebastian Luque <sluque@mun.ca>.
3897 (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
3898 (tramp-match-string-list): Remove function.
3899 (tramp-wait-for-regexp): Remove call of that function.
3900 Suggested by Kim F. Storm <storm@cua.dk>.
3901 (tramp-set-auto-save-file-modes): Use octal integer code #o600
3902 instead of octal character code ?\600. The latter resulted in a
3903 syntax error with XEmacs.
3905 * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
3906 XEmacs case; not necessary anymore.
3907 (tramp-smb-handle-write-region): No special handling for
3908 `last-coding-system-used, because this is done in
3909 `tramp-accept-process-output' now.
3910 (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
3912 2005-08-06 Luc Teirlinck <teirllm@auburn.edu>
3914 * wid-edit.el (widget-choice-value-create):
3915 Unconditionally respect user choice. Set :explicit-choice back to nil
3916 when no longer needed.
3917 (widget-choice-action): Unconditionally respect user choice.
3918 Eliminate :explicit-choice-value.
3920 * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
3922 * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
3923 with `indicate-empty-lines' and `indicate-buffer-boundaries'.
3924 (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
3925 running new function `toggle-indicate-empty-lines'.
3926 Rename "Customize" item to "Customize fringe".
3927 Rename "Indicators" item to "Buffer boundaries" and change help echo.
3928 (menu-bar-showhide-fringe-ind-menu): Change several help echos.
3929 Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
3930 Delete "Empty lines only" item.
3931 (menu-bar-showhide-fringe-ind-customize): New function.
3932 (menu-bar-showhide-fringe-ind-mixed)
3933 (menu-bar-showhide-fringe-ind-box)
3934 (menu-bar-showhide-fringe-ind-right)
3935 (menu-bar-showhide-fringe-ind-left)
3936 (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
3937 instead of `fringe-indicators'.
3939 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3941 * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
3942 Change the date of last update.
3944 2005-08-06 Michael Kifer <kifer@cs.stonybrook.edu>
3946 * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
3947 (viper-exec-yank, viper-put-back): Don't display modification msg
3948 if in the minibuffer.
3950 * viper-init.el (viper-replace-overlay-cursor-color)
3951 (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
3952 Make variables frame local.
3954 * viper-util.el (viper-append-filter-alist): Use append instead of
3957 * viper.el (viper-vi-state-mode-list)
3958 (viper-emacs-state-mode-list): Move help-mode and
3959 completion-list-mode from the first list to the second.
3960 (viper-mode): Docstring.
3961 (viper-go-away, viper-non-hook-settings): Don't localize
3962 minor-mode-alist in newer Emacsen. Add advice to
3963 set-cursor-color. Don't bind "\C-c\\".
3965 2005-08-06 Emilio C. Lopes <eclig@gmx.net>
3967 * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
3968 (scheme-macro-expand-command): New user options.
3969 (scheme-trace-procedure, scheme-expand-current-form): New commands.
3970 (scheme-form-at-point, scheme-start-file)
3971 (scheme-interactively-start-process): New functions.
3972 (scheme-get-process): New function, extracted from `scheme-proc'.
3973 (run-scheme): Call `scheme-start-file' to get start file, and pass
3974 it to `make-comint'.
3975 (switch-to-scheme, scheme-proc):
3976 Call `scheme-interactively-start-process' if no Scheme buffer/process
3979 2005-08-06 Juri Linkov <juri@jurta.org>
3981 * progmodes/compile.el (compilation-mode-font-lock-keywords):
3982 Use `compilation-text-face', `compilation-info-text-face' and
3983 `compilation-error-text-face' instead of `font-lock-keyword-face'.
3984 (compilation-error): New face.
3985 (compilation-error-file-name): Inherit from
3986 `compilation-error' instead of `font-lock-warning-face'.
3987 (compilation-warning-file-name): Inherit from
3988 `compilation-warning' instead of `font-lock-warning-face'.
3989 (compilation-info, compilation-error-file-name)
3990 (compilation-warning-file-name, compilation-info-file-name)
3991 (compilation-line-number, compilation-column-number): Doc fix.
3992 (compilation-error-text-face, compilation-warning-text-face)
3993 (compilation-info-text-face): New face variables.
3994 (compilation-line-face, compilation-column-face)
3995 (compilation-enter-directory-face)
3996 (compilation-leave-directory-face): Doc fix.
3997 (compilation-text-face): New function.
3999 * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
4000 instead of 1 to display binary file names as info file links.
4001 (grep-error-face): Use `compilation-error-face' instead of
4002 `font-lock-keyword-face'.
4003 (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
4004 and `compilation-warning-text-face' instead of
4005 `font-lock-keyword-face'. Use `compilation-error-text-face'
4006 instead of `grep-error-face'.
4008 2005-08-05 Kenichi Handa <handa@m17n.org>
4010 * international/code-pages.el: Add autoload cookies for all coding
4013 2005-08-04 Luc Teirlinck <teirllm@auburn.edu>
4015 * cus-start.el (all): Put undo.c where it alphabetically belongs.
4017 2005-08-04 Juri Linkov <juri@jurta.org>
4019 * progmodes/compile.el (compilation-mode-map):
4020 * progmodes/grep.el (grep-mode-map):
4021 Bind TAB to `compilation-next-error' and [backtab] to
4022 `compilation-previous-error'.
4024 * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
4025 matching line numbers, column numbers and their ranges with regexp
4026 matching only line numbers.
4027 (grep-context-face): New face variable.
4028 (grep-mode-font-lock-keywords): Use it.
4030 * faces.el (read-face-name): Delete duplicate faces.
4032 2005-08-02 Juanma Barranquero <lekktu@gmail.com>
4034 * thumbs.el (thumbs-find-image): Don't make variables
4035 automatically buffer local.
4036 (thumbs-current-tmp-filename, thumbs-current-image-filename)
4037 (thumbs-image-num): Make automatically buffer local.
4038 (thumbs-show-thumbs-list): Use `make-local-variable', not
4039 `make-variable-buffer-local'.
4040 (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
4042 * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
4043 (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
4044 (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
4045 (bother, bye, canyou, chatlst, continue, deathlst, describe)
4046 (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
4047 (feelings-about, foullst, found, hello, history, howareyoulst)
4048 (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
4049 (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
4050 (neglst, obj, object, owner, please, problems, qlist)
4051 (random-adjective, relation, remlst, repetitive-shortness)
4052 (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
4053 (shortlst, something, sportslst, stallmanlst, states, subj)
4054 (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
4055 (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
4056 Defvar at compile time.
4058 * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
4059 not `make-variable-buffer-local'.
4061 2005-08-02 Kim F. Storm <storm@cua.dk>
4063 * emulation/cua-rect.el (cua--highlight-rectangle): Only show
4064 rectangle overlay in selected window.
4066 2005-08-01 Luc Teirlinck <teirllm@auburn.edu>
4068 * cus-start.el (all): Put `indicate-empty-lines' in fringe group
4069 instead of display group. Make `indicate-buffer-boundaries'
4070 customizable through Custom.
4072 2005-08-01 Juanma Barranquero <lekktu@gmail.com>
4074 * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
4075 (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
4076 (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
4077 (gdb-put-string): Fix typos in docstrings.
4079 2005-08-01 Nick Roberts <nickrob@snap.net.nz>
4081 Update copyright notices of files in progmodes directory for
4082 release of Emacs 22.1.
4084 * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
4086 * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
4087 Don't barf if the GUD buffer has been killed.
4089 2005-08-01 Kim F. Storm <storm@cua.dk>
4091 * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
4093 2005-07-29 Stefan Monnier <monnier@iro.umontreal.ca>
4095 * simple.el (next-error-follow-minor-mode):
4096 make-variable-buffer-local -> make-local-variable.
4098 * emacs-lisp/cl-extra.el: Require CL also when compiling.
4100 * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
4101 (byte-compile-form-make-variable-buffer-local): New functions to warn
4102 about misuses of make-variable-buffer-local where make-local-variable
4105 2005-07-29 Juanma Barranquero <lekktu@gmail.com>
4107 * bs.el (bs-attributes-list): Doc fix.
4108 (bs): Update url-link.
4110 * desktop.el (desktop-save-buffer): Fix typos in docstring.
4111 (desktop-load-default): Simplify.
4113 * ibuffer.el (ibuffer-columnize-and-insert-list)
4114 (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
4115 (ibuffer-unmark-all, ibuffer-toggle-marks)
4116 (ibuffer-unmark-forward, ibuffer-unmark-backward)
4117 (ibuffer-compile-make-format-form, ibuffer-format-column)
4118 (ibuffer-current-buffers-with-marks)
4119 (ibuffer-update-title-and-summary): "?\ " -> "?\s".
4121 (ibuffer-mode): Fix typo in docstring.
4122 (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
4123 with `define-obsolete-variable-alias'.
4124 (ibuffer-elide-long-columns): Mark as obsolete. Doc fix.
4126 2005-07-29 Kenichi Handa <handa@m17n.org>
4128 * international/mule-cmds.el (select-message-coding-system):
4129 Be sure to use LF for end-of-line. If no coding system is decided,
4130 return iso-8859-1-unix.
4132 2005-07-28 Stefan Monnier <monnier@iro.umontreal.ca>
4134 * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
4135 (ange-ftp-pending-error-line): New vars.
4136 (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
4137 to handle the non-fatal no-route-to-host messages.
4138 (internal-ange-ftp-mode): Make the no-match regexp more efficient.
4140 2005-07-28 Juanma Barranquero <lekktu@gmail.com>
4142 * isearch.el (isearch-mode-map, isearch-other-meta-char)
4143 (isearch-quote-char, isearch-printing-char)
4144 (isearch-text-char-description): "?\ " -> "?\s".
4145 (isearch-lazy-highlight-cleanup)
4146 (isearch-lazy-highlight-initial-delay)
4147 (isearch-lazy-highlight-interval)
4148 (isearch-lazy-highlight-max-at-a-time)
4149 (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
4150 Declare with define-obsolete-*-alias macros.
4151 (isearch-forward): Fix typo in docstring.
4152 (search-invisible, search-ring-yank-pointer)
4153 (regexp-search-ring-yank-pointer): Doc fixes.
4155 * recentf.el (recentf-menu-append-commands-p): Declare with
4156 `define-obsolete-variable-alias'.
4157 (recentf-max-saved-items, recentf-menu-filter)
4158 (recentf-arrange-by-rule-subfilter): Doc fixes.
4159 (recentf-menu-append-commands-flag)
4160 (recentf-initialize-file-name-history, recentf-expand-file-name)
4161 (recentf-clear-data): Fix typos in docstrings.
4163 2005-07-28 Nick Roberts <nickrob@snap.net.nz>
4165 * progmodes/gdb-ui.el: Smarten comments.
4166 (gdb-info-breakpoints-custom): Use nowarn when finding file.
4168 2005-07-27 Dan Nicolaescu <dann@ics.uci.edu>
4170 * term/apollo.el (terminal-init-apollo): New function containing
4171 all former top level forms in the file.
4172 * term/bobcat.el (terminal-init-bobcat):
4173 * term/cygwin.el (terminal-init-cygwin):
4174 * term/iris-ansi.el (terminal-init-iris-ansi):
4175 * term/linux.el (terminal-init-linux):
4176 * term/news.el (terminal-init-news):
4177 * term/rxvt.el (terminal-init-rxvt):
4178 * term/sun.el (terminal-init-sun):
4179 * term/tvi970.el (terminal-init-tvi970):
4180 * term/vt100.el (terminal-init-vt100):
4181 * term/vt102.el (terminal-init-vt102):
4182 * term/vt125.el (terminal-init-vt125):
4183 * term/vt200.el (terminal-init-vt200):
4184 * term/vt201.el (terminal-init-vt201):
4185 * term/vt220.el (terminal-init-vt220):
4186 * term/vt240.el (terminal-init-vt240):
4187 * term/vt300.el (terminal-init-vt300):
4188 * term/vt320.el (terminal-init-vt320):
4189 * term/vt400.el (terminal-init-vt400):
4190 * term/vt420.el (terminal-init-vt420):
4191 * term/wyse50.el (terminal-init-wyse50):
4192 * term/xterm.el (terminal-init-xterm): Likewise.
4194 * term/README: Describe the terminal-init-* functionality.
4196 * startup.el (command-line): After loading the terminal initialization
4197 file call the corresponding terminal initialization function.
4199 2005-07-27 Kenichi Handa <handa@m17n.org>
4201 * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
4204 * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
4205 (ps-mule-composition-prologue): Fix for the case that
4206 RelativeCompose is false.
4208 2005-07-26 Stefan Monnier <monnier@iro.umontreal.ca>
4210 * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
4212 * descr-text.el (describe-char): Handle the case where the list of
4213 chars is displayed in a separate frame.
4214 Be a bit more discriminating when looking for the char.
4216 2005-07-26 Juanma Barranquero <lekktu@gmail.com>
4218 * bookmark.el (bookmark-automatically-show-annotations)
4219 (bookmark-read-annotation-text-func): Doc fixes.
4220 (bookmark-save): Improve argument/docstring consistency.
4221 (bookmark-get-bookmark, bookmark-get-bookmark-record)
4222 (bookmark-alist-from-buffer)
4223 (bookmark-upgrade-file-format-from-0)
4224 (bookmark-grok-file-format-version)
4225 (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
4226 (bookmark-read-annotation-mode)
4227 (bookmark-insert-current-bookmark, bookmark-jump)
4228 (bookmark-exit-hook): Fix typos in docstrings.
4229 (bookmark-exit-hooks): Define as obsolete alias.
4230 (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
4231 not `bookmark-exit-hooks'. Fix docstring.
4232 (bookmark-bmenu-select): "?\ " -> "?\s".
4234 2005-07-25 Ari Roponen <arjuropo@cc.jyu.fi> (tiny change)
4236 * startup.el (command-line): Fix typo.
4238 2005-07-24 Richard M. Stallman <rms@gnu.org>
4240 * tooltip.el (tooltip-mode): Test emacs-basic-display,
4241 not emacs-quick-startup.
4243 2005-07-24 Juanma Barranquero <lekktu@gmail.com>
4245 * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
4246 (reb-next-match, reb-show-subexp): Use `with-selected-window'
4247 instead of `reb-with-current-window'.
4248 (reb-prev-match): Likewise. Also, don't move left if the search
4250 (reb-initialize-buffer): New function.
4251 (re-builder, reb-change-syntax): Use it.
4253 * man.el (Man-goto-page): Make second argument NOERROR optional.
4255 2005-07-23 Richard M. Stallman <rms@gnu.org>
4257 * man.el (Man-bgproc-sentinel): Check here for failure to find
4258 any man page in the output, and report the error here.
4259 (Man-arguments): Make it permanent local.
4260 (Man-goto-page): New arg NOERROR. Never kill the current buffer.
4261 (Man-mode): Pass t for NOERROR.
4263 * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
4264 (grep-mode-font-lock-keywords):
4265 Don't use compilation-...-face for messages that are not file names.
4267 * progmodes/compile.el (compilation-mode-font-lock-keywords):
4268 Don't use compilation-...-face for messages that are not file names.
4270 2005-07-22 Juri Linkov <juri@jurta.org>
4272 * startup.el (normal-splash-screen): Update menu name.
4274 * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
4276 2005-07-22 Dan Nicolaescu <dann@ics.uci.edu>
4278 * term/xterm.el: Load term/rxvt if the terminal is actually an
4280 (xterm-rxvt-set-background-mode): Remove, not used anymore.
4282 * term/rxvt.el (function-key-map): Use substitute-key-definition
4283 to bind {C,S,C-S}-{f1-f10}. Add a few missing key bindings.
4285 * term/cygwin.el: New file.
4287 2005-07-22 Kim F. Storm <storm@cua.dk>
4289 * image-file.el (insert-image-file, image-file-yank-handler):
4290 Fix last change to maintain a (unique) yank-handler on yanked images.
4292 2005-07-22 Eduardo Mu
\e,Aq
\e(Boz <emufer@terra.es> (tiny change)
4294 * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
4295 of the file size (as in "177B" for 177 bytes). This happens with
4296 "ls -lh" on FreeBSD.
4298 2005-07-22 Juanma Barranquero <lekktu@gmail.com>
4300 * hilit-chg.el (highlight-changes-global-initial-state)
4301 (highlight-compare-buffers, hilit-chg-turn-on-maybe)
4302 (hilit-chg-fixup, highlight-changes-mode):
4303 Fix typos in docstrings.
4304 (highlight-changes-global-modes, highlight-changes-rotate-faces):
4307 2005-07-21 Luc Teirlinck <teirllm@auburn.edu>
4309 * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
4310 mode function using `eval-after-load'.
4312 2005-07-21 Kim F. Storm <storm@cua.dk>
4314 * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
4315 included when reporting an emacs crash, and tell about the DEBUG file.
4317 * image-file.el (insert-image-file): Add yank-handler.
4318 (image-file-yank-handler): Yank handler to make unique copies of
4319 images when they are yanked into a buffer next to each other.
4321 2005-07-21 Juanma Barranquero <lekktu@gmail.com>
4323 * comint.el (comint-use-prompt-regexp, comint-send-input)
4324 (comint-source-default, comint-extract-string)
4325 (comint-get-source, comint-word, comint-completion)
4326 (comint-source, comint-prompt-read-only, comint-update-fence):
4327 Fix typos in docstrings.
4328 (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
4329 Declare with define-obsolete-*-alias macros.
4330 (comint-previous-matching-input-from-input)
4331 (comint-next-matching-input-from-input)
4332 (comint-previous-matching-input, comint-next-matching-input)
4333 (comint-forward-matching-input):
4334 Improve argument/docstring consistency.
4336 * desktop.el (desktop-clear-preserve-buffers-regexp):
4337 Also preserve the *server* buffer.
4339 * simple.el (clone-indirect-buffer): Doc fix.
4340 (fixup-whitespace, just-one-space)
4341 (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
4342 (next-error, next-error-highlight)
4343 (next-error-highlight-no-select, next-error-last-buffer)
4344 (next-error-buffer-p, next-error-find-buffer, next-error)
4345 (previous-error, next-error-no-select, previous-error-no-select)
4346 (open-line, split-line, minibuffer-prompt-width, kill-new)
4347 (binary-overwrite-mode): Fix typos in docstrings.
4348 (set-fill-column): Fix typo in message.
4350 * skeleton.el (skeleton-proxy-new): Doc fix.
4352 * strokes.el (strokes-load-hook): Doc fix.
4353 (strokes-grid-resolution, strokes-get-grid-position)
4354 (strokes-renormalize-to-grid, strokes-read-stroke)
4355 (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
4356 (strokes-global-map): Fix typos in docstrings.
4357 (strokes-help): Doc fix. Fix help message and pass it through
4358 `substitute-command-keys'.
4360 * tempo.el (tempo-insert-prompt, tempo-interactive)
4361 (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
4362 (tempo-insert-string-functions, tempo-local-tags)
4363 (tempo-define-template, tempo-insert-template)
4364 (tempo-insert-prompt-compat, tempo-is-user-element)
4365 (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
4366 Fix typos in docstrings.
4368 * vcursor.el (vcursor-other-window, vcursor-bind-keys)
4369 (vcursor-key-bindings, vcursor-use-vcursor-map)
4370 (vcursor-find-window, vcursor-scroll-down)
4371 (vcursor-disable, vcursor-beginning-of-buffer)
4372 (vcursor-end-of-buffer): Fix typos in docstrings.
4373 (vcursor-relative-move, vcursor-get-char-count):
4374 Improve argument/docstring consistency.
4376 * version.el: "?\ " -> "?\s".
4378 * wid-edit.el (widget-default-create, widget-after-change)
4379 (widget-default-format-handler, widget-checklist-add-item)
4380 (widget-radio-add-item, widget-choose, widget-specify-secret)
4381 (widget-field-value-create, widget-field-value-get)
4382 (widget-editable-list-format-handler)
4383 (widget-editable-list-entry-create, widget-group-value-create)
4384 (widget-documentation-link-add)
4385 (widget-documentation-string-value-create): "?\ " -> "?\s".
4386 (widget-convert-text): Doc fix.
4387 (widget-narrow-to-field, widget-field-find)
4388 (widget-url-link-action, widget-emacs-library-link-action)
4389 (widget-color-notify): Fix typos in docstrings.
4391 * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
4392 (x-select-text, set-w32-system-coding-system)
4393 (w32-add-charset-info): Fix typos in docstrings.
4395 * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
4396 (cua-enable-cua-keys, cua-use-hyper-key)
4397 (cua-virtual-rectangle-edges): Fix typos in docstrings.
4398 (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
4400 * net/tramp.el (tramp-handle-load): Fix typo in error message.
4402 * emacs-lisp/re-builder.el (regexp-builder): Declare with
4403 `defalias' instead of faking it.
4405 * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
4406 (eshell-ls-missing, eshell-ls-dired-initial-args)
4407 (eshell-ls-use-in-dired): Fix typos in docstrings.
4409 2005-07-20 Kim F. Storm <storm@cua.dk>
4411 * emulation/cua-base.el (cua-mode): Improve doc string.
4413 2005-07-20 Juanma Barranquero <lekktu@gmail.com>
4415 * abbrev.el (expand-region-abbrevs): Doc fix.
4416 (inverse-add-mode-abbrev, inverse-add-global-abbrev):
4417 Improve argument/docstring consistency.
4419 * arc-mode.el (archive-get-descr, archive-alternate-display):
4421 (archive-l-e): Improve argument/docstring consistency.
4422 (archive-tmpdir, archive-unixdate, archive-unixtime)
4423 (archive-chmod-entry): Fix typos in docstrings.
4424 (archive-unflag, archive-unflag-backwards)
4425 (archive-unmark-all-files): "?\ " -> "?\s".
4427 * buff-menu.el (Buffer-menu-unmark): Doc fix.
4428 (Buffer-menu-not-modified, Buffer-menu-execute)
4429 (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
4430 (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
4432 * composite.el (compose-string, encode-composition-rule)
4433 (compose-last-chars): Fix typos in docstrings.
4435 * desktop.el (desktop-enable, desktop-basefilename):
4436 Declare with `define-obsolete-variable-alias'.
4437 (desktop-internal-v2s): Don't quote keywords.
4438 (desktop-clear): "?\ " -> "?\s".
4440 * dired.el (dired-align-file, dired-flag-backup-files)
4441 (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
4442 (dired-listing-switches, dired-ls-F-marks-symlinks)
4443 (dired-dwim-target, dired-load-hook, dired-mode-hook)
4444 (dired-directory, dired-faces, dired, dired-revert)
4445 (dired-mode, dired-summary, dired-view-file)
4446 (dired-copy-filename-as-kill, dired-delete-file)
4447 (dired-no-confirm, dired-unmark-all-marks)
4448 (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
4449 (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
4450 (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
4451 Fix typos in message strings.
4453 * dired-x.el (virtual-dired): Declare with `defalias'.
4454 (dired-mark-unmarked-files, dired-local-variables-file)
4455 (dired-omit-here-always): Doc fix.
4456 (dired-omit-mode, dired-find-subdir)
4457 (dired-enable-local-variables, dired-clean-up-buffers-too)
4458 (dired-extra-startup, dired-mark-extension, dired-jump)
4459 (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
4460 (dired-smart-shell-command, dired-guess-shell-alist-user)
4461 (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
4462 (dired-x-bind-find-file, dired-x-submit-report):
4463 Fix typos in docstrings.
4464 (dired-mark-unmarked-files): "?\ " -> "?\s".
4466 * dirtrack.el (dirtrack-list): Fix typos in docstring.
4468 * faces.el (describe-face): "?\ " -> "?\s".
4469 (read-all-face-attributes, read-face-font, modify-face)
4470 (face-attr-construct, italic): Fix typos in docstrings.
4471 (frame-update-face-colors): Declare with
4472 `define-obsolete-function-alias'.
4474 * files.el (find-file-noselect, recode-file-name): Doc fixes.
4475 (insert-directory, kill-some-buffers): "?\ " -> "?\s".
4476 (magic-mode-alist, buffer-file-numbers-unique)
4477 (write-file-functions, get-free-disk-space):
4478 Fix typos in docstrings.
4479 (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
4480 (write-contents-hooks, write-file-hooks):
4481 Declare with `define-obsolete-variable-alias'.
4483 * forms-d2.el (arch-rj): Fix typo in docstrings.
4484 (arch-tocol): Likewise. "?\ " -> "?\s".
4486 * frame.el (set-frame-font, cursor-in-non-selected-windows):
4487 Fix typo in docstring.
4488 (set-screen-width, set-screen-height): Delete redundant info in
4490 (new-frame, screen-height, screen-width): Declare with
4491 `define-obsolete-function-alias'.
4492 (delete-frame-hook, blink-cursor): Declare with
4493 `define-obsolete-variable-alias'.
4495 * paths.el (prune-directory-list): Fix typos in docstring.
4497 * pcvs-util.el (cvs-flags-query, cvs-strings->string)
4498 (cvs-prefix-get): Fix typos in docstrings.
4500 * ps-print.el (ps-extend-face-list, ps-extend-face)
4501 (ps-print-background-image): Fix typos in docstrings.
4502 (ps-default-fg, ps-default-bg): Doc fixes.
4504 * s-region.el (s-region-bind): Doc fix.
4505 (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
4507 * textmodes/org.el (org-table-formula-substitute-names)
4508 (org-table-get-vertical-vector): Doc fixes.
4509 (org-table-recalculate): Remove unused argument to `message'.
4511 2005-07-19 Carsten Dominik <dominik@science.uva.nl>
4513 * textmodes/org.el (org-table-column-names)
4514 (org-table-column-name-regexp)
4515 (org-table-named-field-locations): New variables.
4516 (org-archive-subtree): Protect `this-command' when calling
4517 `org-copy-subtree' and `org-cut-subtree', to avoid appending to
4519 (org-complete): Remove fixed-formula completion.
4520 (org-edit-formulas-map): New variable.
4521 (org-table-edit-formulas): New command.
4522 (org-finish-edit-formulas, org-abort-edit-formulas)
4523 (org-show-variable, org-table-get-vertical-vector): New functions.
4524 (org-table-maybe-eval-formula): Handle `:=' fields.
4525 (org-table-get-stored-formulas, org-table-store-formulas)
4526 (org-table-get-formula, org-table-modify-formulas)
4527 (org-table-replace-in-formulas): Handle named field formulas.
4528 (org-table-get-specials): Store locations of named fields.
4530 2005-07-19 Juri Linkov <juri@jurta.org>
4532 * progmodes/grep.el (grep-regexp-alist)
4533 (grep-mode-font-lock-keywords, grep-process-setup):
4534 Use default GNU grep match color "01;31m" instead of "01;41m".
4535 (grep-regexp-alist, grep-mode-font-lock-keywords):
4536 Use `\\[[0-9]*m' instead of `\\[00m'.
4537 (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
4538 sgr_start where its handling is more important. Use the real
4539 length of sgr_start instead of constant 8.
4540 (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
4541 specially. Delete all remaining escape sequences.
4542 (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
4543 (grep-regexp-alist): Make hyperlink only for binary file name
4544 instead of the whole line.
4545 (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
4546 (grep-mode): Add autoload.
4548 * emacs-lisp/find-func.el (find-function-regexp):
4549 Add `define-compilation-mode'.
4551 2005-07-19 Juri Linkov <juri@jurta.org>
4553 * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
4554 (compare-windows-sync-string-size, compare-windows-recenter)
4555 (compare-windows-highlight, compare-windows): Add version 22.1.
4556 (compare-windows) <defface>: Inherit from lazy-highlight instead
4557 of duplicating its default value.
4559 * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
4560 (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
4562 * descr-text.el (describe-char): Create link buttons for `charset'
4563 and `code point'. Add the current input method name with a link
4564 button to `to input' field. Print face names of display table
4565 characters in `The display table entry is displayed by' section
4566 instead of printing face-id in the `display' field.
4567 Guess hardcoded faces and create a link button for them.
4568 Skip empty fields when calculating max-width.
4569 Treat `widget-create' specially while inserting strings from the
4570 collected field list.
4571 (describe-char-after): Made obsolete in version 22.1, not 21.5.
4573 * diff-mode.el (diff-file-header): Change foreground color from
4574 yellow to green on light backgrounds.
4575 (diff-context): Inherit from `shadow' only for color/grayscale
4576 with more than 88 colors.
4577 (diff-indicator-removed, diff-indicator-added)
4578 (diff-indicator-changed): New faces.
4579 (diff-font-lock-keywords): Use new faces. Regroup rules.
4580 Add "^---$" for `normal' diff format. Fontify `#' lines with
4581 font-lock-comment-delimiter-face and font-lock-comment-face.
4582 Add `#' to ^[^...] in the rule for `diff-context-face'.
4584 * faces.el (mode-line-highlight): Replace RoyalBlue4 with
4585 a button-like box. Inherit from `highlight' on low colors.
4586 (shadow): Use shades of gray only for color/grayscale with
4587 more than 88 colors. Use green for light backgrounds with
4588 8 colors, and yellow for dark backgrounds with 8 colors.
4590 * font-lock.el (font-lock-regexp-grouping-backslash):
4591 Don't inherit from escape-glyph (use bold for all cases).
4593 * info.el (info-xref-visited): Use light foreground color `violet'
4594 for dark backgrounds instead of dark color `magenta3'.
4595 (info-title-1): Use `yellow' color for dark backgrounds.
4597 * isearch.el (isearch): Use not-too-dark magenta3 instead of
4600 * replace.el (match): Use slightly more light RoyalBlue3 instead
4603 * wid-edit.el (widget-inactive): Inherit from `shadow'.
4605 2005-07-19 Juanma Barranquero <lekktu@gmail.com>
4607 * novice.el (disabled-command-hook): Declare it with
4608 `define-obsolete-variable-alias'.
4610 * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
4611 (desktop-buffer-misc-functions, desktop-buffer-handlers)
4612 (desktop-load-default): Add release to obsolescence info.
4613 (desktop-globals-to-clear, desktop-buffer-mode-handlers)
4614 (desktop-append-buffer-args, desktop-read):
4615 Fix typos in docstrings.
4616 (desktop-kill): Fix typo in message.
4617 (desktop-save): Doc fix.
4619 2005-07-19 Michael Kifer <kifer@cs.stonybrook.edu>
4621 * viper-cmd.el (viper-escape-to-state): Bug fix.
4622 (viper-envelop-ESC-key): Change the definition of fast
4623 keysequence so it'll work with keyboard macros.
4625 * ediff.el (ediff-patch-buffer): Change the docstring.
4627 2005-07-19 Kenichi Handa <handa@m17n.org>
4629 * international/mule-cmds.el (select-safe-coding-system): Try to
4630 use an auto-coding (if any) before anything else. If the found
4631 auto-coding is invalid, show a warning message.
4633 * international/mule.el (find-auto-coding): New function created
4634 by modifying the body of set-auto-coding.
4635 (set-auto-coding): Use find-auto-coding to find a coding.
4637 2005-07-18 Richard M. Stallman <rms@gnu.org>
4639 * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
4640 not isearch-mode-end-hook-error.
4641 (allout-before-change-protect): Fix error message.
4643 2005-07-18 Juri Linkov <juri@jurta.org>
4645 * allout.el (allout-mode):
4646 * calculator.el (calculator-copy):
4647 * custom.el (custom-known-themes):
4648 * dired.el (dired-desktop-buffer-misc-data)
4649 (dired-restore-desktop-buffer):
4650 * dired-x.el (dired-omit-marker-char):
4651 * files.el (basic-save-buffer):
4652 * font-core.el (font-lock-mode):
4653 * calendar/calendar.el (calendar-goto-hebrew-date)
4654 (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
4655 (calendar-goto-persian-date):
4656 * language/ethio-util.el (ethio-sera-to-fidel-region):
4657 * textmodes/picture.el (picture-mode):
4658 Delete duplicate duplicate words.
4660 2005-07-18 Juri Linkov <juri@jurta.org>
4662 * isearch.el (isearch-mode-map): Remove key bindings for regexp
4664 (isearch-fallback): Don't call `isearch-process-search-char'.
4665 (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
4666 (isearch-process-search-char): Call `isearch-fallback' for regexp
4668 (isearch-return-char): Make obsolete with `make-obsolete' instead
4669 of simply documenting it as obsolete in the docstring.
4670 (isearch-fallback): Refill docstring.
4672 * international/isearch-x.el
4673 (isearch-process-search-multibyte-characters): Remove unneeded
4674 `concat'. Add intermediate values to `junk-hist' instead of
4675 `minibuffer-history'. Test the length of `str'.
4677 2005-07-18 Juanma Barranquero <lekktu@gmail.com>
4679 * allout.el (allout-resolve-xref): Fix typos in error strings.
4680 (allout-before-change-protect): Remove unneeded `concat'.
4682 * array.el (array-mode, array-reconfigure-rows)
4683 (untabify-backward): Fix typos in docstrings.
4684 (array-reconfigure-rows): Use `insert-buffer-substring', not
4687 * calendar/icalendar.el (icalendar--get-unfolded-buffer):
4688 * progmodes/ada-mode.el (ada-make-body):
4689 Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
4691 * dired.el (dired-log):
4692 * tar-mode.el (tar-subfile-save-buffer):
4693 * play/zone.el (zone-pgm-stress-destress):
4694 Use `insert-buffer-substring', not `insert-buffer'.
4696 2005-07-17 Simon Josefsson <jas@extundo.com>
4698 * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
4700 2005-07-16 Jose E. Marchesi <jemarch@gnu.org>
4702 * lisp/mail/smtpmail.el (smtpmail-auth-supported):
4703 Add plain auth method.
4704 (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
4706 2005-07-17 Kim F. Storm <storm@cua.dk>
4708 * ido.el (dired-other-window): Add ido property.
4710 2005-07-16 Juanma Barranquero <lekktu@gmail.com>
4712 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
4713 Fix typo in docstring.
4714 (byte-compile-interactive-only-functions): Add `insert-buffer' and
4715 `insert-file-literally'.
4717 * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
4718 info and delete redundant message. Doc fix.
4719 (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
4720 (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
4722 2005-07-16 Richard M. Stallman <rms@gnu.org>
4724 * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
4725 (byte-compile-and): Use byte-compile-and-recursion.
4726 (byte-compile-or-recursion): New function.
4727 (byte-compile-or): Use that.
4728 (byte-compile-if): Guard the else-clause too.
4729 (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
4731 * isearch.el (isearch-mode-end-hook-quit): New variable.
4732 (isearch-done): Bind it.
4733 (isearch-mode-end-hook): Doc fix.
4735 * allout.el (allout-isearch-did-quit): Variable deleted.
4736 (allout-real-isearch-abort): Function name no longer used.
4737 (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
4738 (allout-isearch-rectification): isearch-mode always exists.
4739 Don't set allout-isearch-did-quit.
4740 (allout-isearch-expose): Check isearch-mode-end-hook-error, not
4741 allout-isearch-did-quit.
4742 (allout-enwrap-isearch): Just add the hook.
4743 (allout-isearch-abort): Function deleted.
4744 (allout-pre-command-business): Avoid warning.
4746 * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
4747 Correctly avoid warnings.
4748 (pascal-outline): Likewise.
4750 * progmodes/f90.el (f90-abbrev-start): Avoid warning.
4752 * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
4754 * play/tetris.el (tetris-mode): Avoid warning.
4756 * play/snake.el (snake-mode): Avoid warning.
4758 * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
4759 (gamegrid-set-display-table): Avoid warning.
4760 (gamegrid-set-timer): Likewise.
4761 (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
4762 (gamegrid-add-score-with-update-game-score-1): Take FILE
4764 (gamegrid-add-score-with-update-game-score): Pass that argument.
4765 Rename have-shared-game-dir to gamegrid-shared-game-dir.
4767 * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
4769 * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
4770 (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
4772 * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
4775 * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
4776 (sc-ask): Avoid warnings.
4778 * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
4779 (eshell-hist-initialize): Use that var the natural way.
4781 * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
4783 * emacs-lisp/re-builder.el (reb-cook-regexp):
4784 Avoid warning calling lre-compile-string.
4785 (reb-color-display-p): Avoid warning.
4787 * calculator.el (calculator-last-input): Guard uses
4788 of event-key and key-press-event-p.
4789 (event-key, key-press-event-p): Delete definitions.
4791 * emacs-lisp/find-gc.el (find-gc-unsafe-list)
4792 (find-gc-source-directory, find-gc-subrs-callers)
4793 (find-gc-noreturn-list, find-gc-source-files)
4794 (find-gc-subrs-called): Vars renamed and defvar'd.
4796 * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
4797 (checkdoc-overlay-put, checkdoc-delete-overlay)
4798 (checkdoc-overlay-start, checkdoc-overlay-end)
4799 (checkdoc-mode-line-update, checkdoc-char=):
4800 Define such that compiler knows they are defined.
4801 (checkdoc-call-eval-buffer): Delete. Use eval-buffer directly.
4802 (checkdoc-read-event): Delete. Use read-event directly.
4804 * whitespace.el (whitespace-make-overlay)
4805 (whitespace-overlay-put, whitespace-delete-overlay)
4806 (whitespace-overlay-start, whitespace-overlay-end):
4807 Define such that compiler knows they are defined.
4808 (whitespace): Move conditional inside.
4810 * tempo.el (tempo-insert-template): Suppress warning.
4812 * ediff-diff.el (longlines-mode): Add defvar.
4814 2005-07-16 Gary Howell <g1howell-list@yahoo.com> (tiny change)
4816 * server.el: Bind "C-x #" in a way that works even if C-x is
4817 redefined to a command key, not a prefix key.
4819 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4821 * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
4822 cl-make-type-test till execution time.
4824 2005-07-16 Markus Rost <rost@math.uni-bielefeld.de>
4826 * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
4829 2005-07-16 Johan Bockgard <bojohan@users.sourceforge.net> (tiny change)
4831 * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
4833 2005-07-15 Luc Teirlinck <teirllm@auburn.edu>
4835 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4836 a defcustom with two :set or :type keywords.
4838 2005-07-15 Richard M. Stallman <rms@gnu.org>
4840 * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
4841 Don't give ^M comment-end syntax.
4843 2005-07-16 Nick Roberts <nickrob@snap.net.nz>
4845 * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
4846 Don't consider gdbmi (gdb-mi.el has its own update functions).
4847 (gdb-var-delete): Make it work for gdbmi as well.
4848 (gdb-speedbar-expand-node): Move var-update here for gdbmi.
4850 * progmodes/gud.el (etags, sdb): Only require etags when needed.
4851 (gud-speedbar-menu-items): Correct logic for enabling items.
4853 2005-07-15 Kim F. Storm <storm@cua.dk>
4855 * ido.el: Fix commentary.
4856 (ido-define-mode-map): Move ido-next-work-file to C-M-o.
4857 Use with-no-warnings around ffap-guesser.
4858 (ido-file-internal, ido-read-file-name, ido-read-directory-name):
4859 Let bind minibuffer-completing-file-name to t.
4861 2005-07-15 Juanma Barranquero <lekktu@gmail.com>
4863 * startup.el (site-run-file, keyboard-type): Doc fixes.
4864 (command-line): Check for "--basic-display" argument; also for
4865 "--quick", not "--bare-bones" (which was renamed).
4866 (fancy-splash-text): Add missing item "Getting New Versions".
4867 (normal-splash-screen): Fix typos and improve consistency with
4868 `fancy-splash-text'. Update copyright year.
4870 * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
4871 valid binding for `help-char'.
4873 * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
4875 2005-07-14 Dan Nicolaescu <dann@ics.uci.edu>
4877 * term.el (term-mode): Disable cua-mode for term buffers.
4879 2005-07-14 Juanma Barranquero <lekktu@gmail.com>
4881 * add-log.el (add-log-mailing-address, change-log-merge):
4883 (change-log-get-method-definition): Fix typo in docstring.
4885 2005-07-14 Kim F. Storm <storm@cua.dk>
4887 * emulation/cua-base.el:
4888 (cua--pre-command-handler-1, cua--pre-command-handler)
4889 (cua--post-command-handler-1, cua--post-command-handler):
4890 Split in two. Check (buffer local) value of cua-mode.
4891 (cua-selection-mode): New command.
4893 2005-07-13 Luc Teirlinck <teirllm@auburn.edu>
4895 * custom.el (custom-initialize-safe-set)
4896 (custom-initialize-safe-default): Doc fixes.
4898 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
4899 and simplify :init-value again.
4901 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
4902 and simplify :init-value again. Delete autoload.
4904 * startup.el (command-line): Use `custom-reevaluate-setting' again
4907 * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
4908 a defcustom with two :initialize keywords.
4910 2005-07-13 Juanma Barranquero <lekktu@gmail.com>
4912 * allout.el (my-mark-marker, allout-isearch-prior-pos)
4913 (allout-unprotected, allout-undo-aggregation, allout-snug-back)
4914 (allout-post-command-business, allout-flag-region)
4915 (isearch-reenable-font-lock, allout-yank)
4916 (allout-insert-latex-header, allout-insert-latex-trailer)
4917 (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
4918 (allout-latex-verb-quote): Fix typos in docstrings.
4919 (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
4920 (allout-unprotected, allout-prefix-data):
4921 Improve argument/docstring consistency.
4922 (allout-chart-subtree): Fix argument spec.
4923 (allout-open-topic): Rename `use_sib_bullet' argument to
4924 `use-sib-bullet'. Doc fix.
4926 * whitespace.el (whitespace-check-buffer-leading)
4927 (whitespace-check-buffer-trailing)
4928 (whitespace-check-buffer-indent)
4929 (whitespace-check-buffer-spacetab)
4930 (whitespace-check-buffer-ateol, whitespace-highlighted-space)
4931 (whitespace-check-leading-whitespace)
4932 (whitespace-check-trailing-whitespace)
4933 (whitespace-check-spacetab-whitespace)
4934 (whitespace-check-indent-whitespace)
4935 (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
4936 (whitespace-modes): Fix typos in docstrings.
4937 (defgroup, defcustom): Doc fixes.
4939 * winner.el (winner-mode, winner-boring-buffers)
4940 (winner-pending-undo-ring): Doc fixes.
4941 (winner-ring): Remove unneeded `progn'.
4942 (winner-equal): `defsubst' it.
4943 (winner-redo): Fix message.
4945 2005-07-13 Kim F. Storm <storm@cua.dk>
4947 * simple.el (line-move-1): Always use vertical-motion to
4948 do the last (or only) line move to ensure some movement.
4949 Undo 2005-06-23 change--don't check for overlays.
4951 2005-07-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4953 * term/mac-win.el (ccl-encode-mac-roman-font)
4954 (ccl-encode-mac-centraleurroman-font)
4955 (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
4956 (ccl-encode-mac-dingbats-font): Remove check for ASCII.
4957 Change charset-id boundary of dimension to ?\xef.
4958 (mac-char-fontspec-list): New constant.
4959 (fontset-add-mac-fonts): Use it. Accept non-string `base-family'
4960 argument. Nil uses itself as family in font-spec. Previous
4961 behavior for nil is now provided by non-nil non-string argument.
4962 All callers changed. Add font-specs for Mac fonts to
4963 "fontset-default" unless iso8859-1 fonts are installed.
4965 2005-07-13 Stefan Monnier <monnier@iro.umontreal.ca>
4967 * progmodes/sh-script.el (sh-get-indent-info): Only indent
4968 a continuation line if the \ is preceded by SPC or TAB.
4969 (sh-get-indent-info): Simplify.
4970 (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
4971 Use with-current-buffer.
4973 * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
4974 when the matched text is empty.
4976 2005-07-12 Luc Teirlinck <teirllm@auburn.edu>
4978 * startup.el (command-line): Revert to previous handling of
4979 tooltip-mode. Explain in comment why the complexity is needed.
4981 * tooltip.el (tooltip-mode): Revert to previous implementation of
4984 * frame.el (blink-cursor-mode): Revert to previous implementation
4985 of its defcustom. Update comment.
4987 2005-07-12 Lars Hansen <larsh@soem.dk>
4989 * desktop.el: Update e-mail address.
4991 2005-07-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
4993 * term/mac-win.el (mac-services-mail-selection)
4994 (mac-services-mail-to): New functions.
4995 (mac-application-menu-map): Bind them.
4997 2005-07-12 wulei <milton@wulei.net> (tiny change)
4999 * progmodes/gdb-ui.el: Add note about buffering with Windows.
5001 2005-07-11 Luc Teirlinck <teirllm@auburn.edu>
5003 * custom.el (custom-reevaluate-setting): Doc fix.
5005 2005-07-11 Jay Belanger <belanger@truman.edu>
5007 * calc/calc.el (calc-embedded-announce-formula-alist)
5008 (calc-embedded-open-close-plain-alist)
5009 (calc-embedded-open-close-mode-alist): Add checks for additional
5010 major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
5012 2005-07-11 Juanma Barranquero <lekktu@gmail.com>
5014 * custom.el (custom-enable-theme): Don't add theme to
5015 `custom-enabled-themes' with `push' because there is no
5016 setf-method for `delq'.
5018 2005-07-11 Richard M. Stallman <rms@gnu.org>
5020 * custom.el (custom-declare-variable): Doc fix.
5022 * dired-aux.el (dired-compare-directories): Remove "." and ".."
5025 * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
5026 Do nothing if edebug-active.
5028 * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
5029 (edebug-display): Do it here instead.
5031 2005-07-10 Richard M. Stallman <rms@gnu.org>
5033 * cus-face.el (custom-theme-set-faces): Make it work.
5034 (custom-reset-faces): Doc fix.
5035 (custom-theme-reset-internal-face, custom-theme-face-value):
5038 * custom.el (custom-push-theme): Maintain list of the settings
5039 of a given theme in its theme-settings property.
5040 Maintain position of old settings in the theme-value
5041 or theme-face property.
5042 (custom-enabled-themes): New variable.
5043 (custom-theme-enabled-p): New function.
5044 (provide-theme): Update custom-enabled-themes.
5045 Disable and reenable the `user' theme.
5046 (require-theme): Doc fix.
5047 (custom-do-theme-reset, custom-remove-theme): Functions deleted.
5048 (custom-theme-value, custom-theme-variable-value): Likewise.
5049 (custom-theme-reset-internal): Likewise.
5050 (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
5051 (custom-enable-theme, custom-disable-theme): New functions.
5052 (custom-variable-theme-value, custom-face-theme-value): Likewise.
5053 (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
5054 (custom-theme-reset-variables): Simplify.
5055 (deftheme, custom-declare-theme, custom-make-theme-feature):
5058 2005-07-10 Chong Yidong <cyd@stupidchicken.com>
5060 * longlines.el (longlines-show-region)
5061 (longlines-unshow-hard-newlines): Recognize hard newlines by
5062 non-nil hard property, instead of t.
5064 2005-07-10 Michael Kifer <kifer@cs.stonybrook.edu>
5066 * viper-cmd.el (viper--key-maps): New variable.
5067 (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
5068 emulation-mode-map-alists.
5069 (viper-envelop-ESC-key): Use viper-subseq.
5070 (viper-search-forward/backward/next): Disable debug-on-error.
5072 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
5073 (viper-ESC-key): New defcustoms.
5075 * viper-macs.el (ex-map-read-args): Use viper-subseq.
5077 * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
5078 (viper-subseq): Copy of subseq from cl.el.
5080 * viper.el (viper-go-away, viper-set-hooks): Use
5081 emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
5083 * viper-mous.el (viper-current-frame-saved): Use defvar.
5085 * viper-init.el: Get rid of -face in face names.
5087 * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
5088 Make it work with longlines mode
5090 * ediff-mult.el (ediff-meta-mode-hook): New variable.
5092 * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
5094 * ediff-init.el: Get rid of -face in face names.
5096 2005-07-10 Richard M. Stallman <rms@gnu.org>
5098 * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
5099 and with-timeout-unsuspend.
5101 * emacs-lisp/debug.el (debug): Call with-timeout-suspend
5102 and with-timeout-unsuspend.
5104 * emacs-lisp/timer.el (with-timeout-timers): New variable.
5105 (with-timeout): Bind that variable to record timers.
5106 (with-timeout-suspend, with-timeout-unsuspend): New functions.
5108 * emacs-lisp/debug.el (debug-help-follow): New function.
5109 (debugger-mode-map): Use that instead of help-follow.
5110 (debugger-setup-buffer): Use eval-buffer-list
5111 to handle eval-buffer frames.
5113 2005-07-10 N. Raghavendra <raghu@mri.ernet.in> (tiny change)
5115 * timezone.el (timezone-parse-date): Change first regexp
5116 so it will not mistakenly match dates with no time zone.
5118 2005-07-10 Jeff Dwork <jeff.dwork@amd.com> (tiny change)
5120 * facemenu.el (facemenu-read-color): Do case-insensitive matching.
5122 2005-07-10 Luc Teirlinck <teirllm@auburn.edu>
5124 * custom.el (custom-initialize-safe-set)
5125 (custom-initialize-safe-default): New functions.
5127 * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
5128 and simplify :init-value.
5130 * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
5131 and simplify :init-value. Delete obsolete comment.
5133 * startup.el (command-line): Use `custom-reevaluate-setting' to
5134 handle `tooltip-mode'. Delete obsolete comment.
5136 * files.el (set-visited-file-name): Avoid calling
5137 `file-name-nondirectory' with a nil argument.
5139 2005-07-09 Richard M. Stallman <rms@gnu.org>
5141 * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
5142 was called with nil for the buffer, handle the read position right.
5143 Handle read position for eval-region, too.
5145 2005-07-09 Juri Linkov <juri@jurta.org>
5147 * fringe.el (fringe-mode): Add period in docstring.
5148 (fringe-query-style): Build prompt depending on `all-frames' arg.
5150 * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
5151 to not create links to unrelated functions in the Help buffer.
5153 * progmodes/compile.el (compilation-mode-hook, compilation-mode):
5156 * simple.el (next-error-hook): New variable.
5157 (next-error): Use it. Doc fix.
5159 * textmodes/ispell.el (ispell-command-loop): Add current
5160 dictionary name and program name to mode-line-format.
5161 (ispell-region, ispell-process-line): Add current dictionary name
5162 and program name to messages.
5164 2005-07-08 Jay Belanger <belanger@truman.edu>
5166 * calc/calc.el (calc-embedded-announce-formula-alist)
5167 (calc-embedded-open-close-formula-alist)
5168 (calc-embedded-open-close-word-alist)
5169 (calc-embedded-open-close-plain-alist)
5170 (calc-embedded-open-close-new-formula-alist)
5171 (calc-embedded-open-close-mode-alist)
5172 (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
5173 (calc-embedded-mode-hook): New variables.
5175 * calc/calc-embed.el (calc-embedded-firsttime)
5176 (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
5178 (calc-do-embedded): Use calc-embedded-firsttime,
5179 calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
5180 determine whether or not to run hooks.
5181 (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
5182 calc-embedded-firsttime-formula appropriately.
5183 Set calc-embedded delimiter variables according to mode.
5185 2005-07-08 Richard M. Stallman <rms@gnu.org>
5187 * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
5188 Check for "emacs", etc., as entire symbol, not just as word.
5189 (checkdoc-file-comments-engine): Use regexp-quote on FN.
5191 * files.el (set-visited-file-name): Report the error
5192 for "empty filename" earlier.
5193 (kill-some-buffers): Ignore buffers already dead.
5195 * fringe.el (fringe-mode): Doc fix.
5197 * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
5198 Check for (featurep 'xemacs) and turn off warnings in what it guards.
5199 Use unwind-protect to ensure byte-compile-unresolved-functions
5202 * whitespace.el (whitespace-buffer-leading-cleanup):
5203 Simplify w/ skip-chars-forward.
5204 (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
5206 * mail/rmail.el (rmail-only-expunge): Fix paren error.
5207 Unconditionally try to leave point at the same old place.
5209 2005-07-08 Ralf Angeli <angeli@iwi.uni-sb.de> (tiny change)
5211 * comint.el (comint-postoutput-scroll-to-bottom)
5212 (comint-show-maximum-output): Take scroll-margin into consideration.
5214 2005-07-08 Kim F. Storm <storm@cua.dk>
5216 * ido.el (ido-use-filename-at-point): New choice `guess'.
5217 (ido-file-internal): Try ffap-guesser if selected.
5219 * ido.el (ido-before-fallback-functions): New hook.
5220 (ido-buffer-internal, ido-file-internal, ido-read-buffer)
5221 (ido-read-file-name): Run it.
5223 2005-07-07 Stefan Monnier <monnier@iro.umontreal.ca>
5225 * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
5226 strings rather than a list of symbols to the completion function.
5228 2005-07-07 Jay Belanger <belanger@truman.edu>
5230 * calc/calc-units.el (math-apply-units): Change the places in
5231 which units are simplified.
5233 2005-07-07 Luc Teirlinck <teirllm@auburn.edu>
5235 * cus-edit.el (customize-option, customize-option-other-window):
5236 Make them handle aliases.
5238 * custom.el (custom-variable-p): Make it recursively follow
5239 aliases. Mention that in the docstring.
5241 2005-07-07 Richard M. Stallman <rms@gnu.org>
5243 * cus-start.el (exec-path): Use `directory' instead of `file'.
5246 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
5248 * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
5249 when called non-interactively. Doc fix.
5251 2005-07-07 Lute Kamstra <lute@gnu.org>
5253 * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
5254 new address as well.
5256 2005-07-07 Kenichi Handa <handa@m17n.org>
5258 * international/mule.el (make-coding-system):
5259 Describe `ascii-incompatible' property in the docstring.
5260 (set-file-name-coding-system): Signal an error if coding-system is
5262 (set-keyboard-coding-system): Likewise.
5264 * international/mule-cmds.el (set-default-coding-systems):
5265 Don't set default-file-name-coding-system and
5266 default-keyboard-coding-system if coding-system is ASCII-incompatible.
5268 * international/utf-16.el: Declare that all UTF-16-based coding
5269 systems are ASCII-incompatible.
5271 2005-07-07 Nick Roberts <nickrob@snap.net.nz>
5273 * progmodes/gud.el: Require font-lock for displaying errors.
5276 2005-07-07 Juanma Barranquero <lekktu@gmail.com>
5278 * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
5279 values for the pattern lists which are `read'able but not
5280 `append'able (like symbols).
5282 2005-07-06 Richard M. Stallman <rms@gnu.org>
5284 * progmodes/flymake.el (flymake-float-time): Instead of
5285 with-no-warnings, test for xemacs.
5286 (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
5289 2005-07-06 Juanma Barranquero <lekktu@gmail.com>
5291 * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
5293 2005-07-05 Lute Kamstra <lute@gnu.org>
5295 * battery.el: Add support for Darwin (with much debugging help
5296 from Samuel Lauber <sam124@operamail.com>).
5297 (battery-status-function, battery-echo-area-format)
5298 (battery-mode-line-format): Add support for pmset on Darwin.
5299 (battery-load-low, battery-load-critical): New user options.
5300 (battery-pmset): New function.
5302 2005-07-05 Lute Kamstra <lute@gnu.org>
5304 Update FSF's address in GPL notices.
5306 * textmodes/page-ext.el: Update FSF's address.
5308 2005-07-04 Stefan Monnier <monnier@iro.umontreal.ca>
5310 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
5311 filling from using prefix when filling a single-line docstring.
5313 * progmodes/flymake.el: Remove useless eval-when-compile.
5315 * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
5317 2005-07-04 Richard M. Stallman <rms@gnu.org>
5319 * textmodes/org.el (org-file-apps-defaults-gnu):
5320 Rename from org-file-apps-defaults-linux.
5321 (org-default-apps): Don't test system-type for `linux'.
5322 (org-file-apps): Doc fix.
5324 2005-07-04 David Ponce <david@dponce.com>
5326 * tree-widget.el: Improve header Commentary section.
5327 (tree-widget) [defgroup]
5328 (tree-widget-image-enable, tree-widget-themes-directory)
5329 (tree-widget-theme, tree-widget-image-properties-emacs)
5330 (tree-widget-image-properties-xemacs, tree-widget-create-image)
5331 (tree-widget-image-formats, tree-widget-control)
5332 (tree-widget-empty-control, tree-widget-leaf-control
5333 (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
5334 (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
5335 (tree-widget-keep, tree-widget-after-toggle-functions)
5336 (tree-widget-open-node, tree-widget-close-node): Doc fix.
5337 (tree-widget-open-control, tree-widget-close-control): Fix doc and
5339 (tree-widget-set-theme): Doc fix. Use `string-equal'.
5340 (tree-widget-image-properties): Doc fix. Clearer implementation.
5341 (tree-widget--cursors): New constant.
5342 (tree-widget-lookup-image): New function split from
5343 `tree-widget-find-image'. Clearer implementation.
5344 (tree-widget-find-image): Use it.
5345 (tree-widget-button-keymap): Use `set-keymap-parent'.
5346 (tree-widget) [define-widget]: Use `widget-children-value-delete'.
5347 Define the sub-widgets here.
5348 (tree-widget-node): Check that :node is not a tree-widget.
5349 (tree-widget-get-super, tree-widget-open-control)
5350 (tree-widget-close-control, tree-widget-empty-control)
5351 (tree-widget-leaf-control, tree-widget-guide)
5352 (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
5353 (tree-widget-no-handle, tree-widget-value-delete)
5354 (tree-widget-map): Remove.
5355 (tree-widget-children-value-save): Doc fix. Simplified.
5356 (tree-widget-value-create): Update according to previous changes.
5358 2005-07-04 Carsten Dominik <dominik@science.uva.nl>
5360 * textmodes/org.el: Leading space replaced by TABS.
5361 (org-recalc-marks, org-table-rotate-recalc-marks)
5362 (org-table-get-specials): Treat "^" and "_" marks.
5363 (org-table-justify-field-maybe): Optional argument NEW.
5364 (org-table-eval-formula): Parsing of the format simplified.
5365 New modes C,I. Honor the %= parameter in the current table.
5366 Avoid unnecessary re-align by using the NEW argument to
5367 `org-table-justify-field-maybe'.
5368 (org-calc-default-modes): Default for date-format mimicks org-mode.
5369 (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
5371 2005-07-03 Luc Teirlinck <teirllm@auburn.edu>
5373 * cus-face.el (custom-theme-set-faces): Make it handle face
5374 aliases whose alias declarations are pre- or autoloaded.
5376 2005-07-04 Juri Linkov <juri@jurta.org>
5378 * faces.el (read-face-name): Put the code for getting a face name
5379 from the buffer before adding the faces from the `face' property.
5380 Use `completing-read-multiple' instead of `completing-read'.
5381 Require `crm'. Add default value and post-process the returned
5384 * emacs-lisp/crm.el (crm-find-current-element)
5385 (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
5387 * emacs-lisp/lisp-mode.el (eval-defun-1):
5388 * emacs-lisp/edebug.el (edebug-eval-defun):
5389 Remove unnecessary quotes.
5391 2005-07-04 Juanma Barranquero <lekktu@gmail.com>
5393 * progmodes/prolog.el (prolog-eof-string): Doc fixes.
5394 (prolog-indent-level): Fix typo in docstring.
5396 * info.el (Info-history, Info-history-forward)
5397 (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
5399 * add-log.el (add-change-log-entry):
5400 * comint.el (comint-dynamic-list-input-ring)
5401 (comint-dynamic-list-completions):
5402 * dabbrev.el (dabbrev-expand):
5403 * delim-col.el (delimit-columns-rectangle-line):
5404 * diff-mode.el (diff-context->unified, diff-reverse-direction)
5405 (diff-unified->context):
5406 * ediff-init.el (ediff-abbrev-jobname):
5407 * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
5408 (ediff-replace-session-activity-marker-in-meta-buffer):
5409 * info.el (Info-summary):
5410 * lpr.el (printify-region):
5411 * printing.el (pr-create-interface):
5412 * ps-print.el (ps-print-quote):
5413 * ses.el (ses-column-widths, ses-print-cell)
5414 (ses-adjust-print-width, ses-center):
5415 * shell.el (shell-file-name-quote-list):
5416 * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
5417 (strokes-fill-current-buffer-with-whitespace)
5418 (strokes-xpm-for-stroke, strokes-list-strokes)
5419 (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
5420 * term.el (term-dynamic-list-input-ring)
5421 (term-dynamic-list-completions):
5422 * calc/calc.el (math-format-stack-value):
5423 * emacs-lisp/edebug.el (edebug-display-freq-count):
5424 * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
5425 (delphi-new-comment-line):
5426 * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
5427 * progmodes/executable.el (executable-set-magic):
5428 * progmodes/python.el (inferior-python-mode):
5429 * progmodes/scheme.el (scheme-mode-syntax-table):
5430 * progmodes/sh-script.el (sh-maybe-here-document):
5431 * progmodes/sql.el (sql-copy-column):
5432 * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
5433 * textmodes/bibtex.el (bibtex-mode):
5434 * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
5435 (sgml-auto-attributes):
5436 * textmodes/table.el (table-insert, table-shorten-cell)
5437 (table--generate-source-scan-lines, table-delete-row)
5438 (*table--cell-delete-char, table--spacify-frame)
5439 (table--horizontally-shift-above-and-below)
5440 (table--cell-insert-char, table--cell-blank-str)
5441 (table--fill-region-strictly):
5442 * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
5443 * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
5445 * add-log.el (change-log):
5446 * apropos.el (apropos):
5447 * comint.el (comint-completion, comint-source):
5448 * dabbrev.el (dabbrev):
5449 * delim-col.el (columns):
5450 * diff-mode.el (diff-mode):
5452 * ediff-diff.el (ediff-diff):
5453 * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
5454 * ediff-mult.el (ediff-mult):
5455 * ediff-ptch.el (ediff-ptch):
5456 * ediff-wind.el (ediff-window):
5457 * facemenu.el (facemenu):
5458 * indent.el (indent):
5460 * jka-cmpr-hook.el (compression, jka-compr):
5462 * outline.el (outlines):
5463 * pcmpl-cvs.el (pcmpl-cvs):
5464 * pcmpl-rpm.el (pcmpl-rpm):
5465 * printing.el (printing):
5466 * ps-print.el (postscript, ps-print, ps-print-horizontal)
5467 (ps-print-vertical, ps-print-headers, ps-print-font)
5468 (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
5469 (ps-print-background, ps-print-printer, ps-print-page)
5470 (ps-print-miscellany):
5472 * shell.el (shell, shell-directories, shell-faces):
5473 * startup.el (initialization):
5474 * strokes.el (strokes):
5476 * uniquify.el (uniquify):
5477 * w32-vars.el (w32):
5478 * calc/calc.el (calc):
5479 * emacs-lisp/bytecomp.el (bytecomp):
5480 * emacs-lisp/cl-indent.el (lisp-indent):
5481 * emacs-lisp/edebug.el (edebug):
5482 * emacs-lisp/elp.el (elp):
5483 * emacs-lisp/testcover.el (testcover):
5484 * emacs-lisp/trace.el (trace):
5485 * emulation/viper-ex.el (viper-ex):
5486 * emulation/viper-mous.el (viper-mouse):
5487 * mail/mailalias.el (mailalias):
5488 * mail/supercite.el (supercite, supercite-frames)
5489 (supercite-attr, supercite-cite, supercite-hooks):
5490 * net/rcompile.el (remote-compile):
5491 * net/rlogin.el (rlogin):
5492 * obsolete/ooutline.el (outlines):
5493 * progmodes/delphi.el (delphi):
5494 * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
5495 (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
5496 (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
5497 (ebnf-optimization):
5498 * progmodes/etags.el (etags):
5499 * progmodes/executable.el (executable):
5500 * progmodes/idlwave.el (idlwave):
5501 * progmodes/pascal.el (pascal):
5502 * progmodes/prolog.el (prolog):
5503 * progmodes/python.el (python):
5504 * progmodes/scheme.el (scheme):
5505 * progmodes/sh-script.el (sh, sh-script):
5506 * progmodes/sql.el (SQL):
5507 * progmodes/tcl.el (tcl):
5508 * textmodes/bibtex.el (bibtex, bibtex-autokey):
5509 * textmodes/enriched.el (enriched):
5510 * textmodes/makeinfo.el (makeinfo):
5511 * textmodes/sgml-mode.el (sgml):
5512 * textmodes/table.el (table-hooks):
5513 * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
5514 * textmodes/texinfo.el (texinfo):
5515 * textmodes/two-column.el (two-column):
5516 Finish `defgroup' description with period.
5518 * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
5519 * eshell/esh-var.el (eshell-var):
5520 * progmodes/vhdl-mode.el (vhdl-testbench):
5521 * textmodes/org.el (org): Fix typos in docstrings.
5523 * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
5526 * progmodes/flymake.el (flymake-find-file): Remove.
5527 (flymake-float-time): Use `with-no-warnings'.
5528 (flymake-check-start-time, flymake-check-was-interrupted)
5529 (flymake-err-info, flymake-is-running, flymake-last-change-time)
5530 (flymake-new-err-info): `defvar' at compile time.
5532 2005-07-03 Juanma Barranquero <lekktu@gmail.com>
5534 * replace.el (occur-hook): Doc fix.
5535 (occur-1): Don't call `occur-hook' if there are no matches.
5537 2005-07-03 Richard M. Stallman <rms@gnu.org>
5539 * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
5540 global-map, save the same map.
5541 (global-map): Don't alter it at top level.
5542 (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
5543 Then alter it here instead.
5544 (tpu-edt-off): Set global-map to the saved one.
5546 * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
5547 All references simplified.
5548 (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p. Uses changed.
5549 (zmacs-regions): Add defvar.
5550 (repeat-complex-command-map): Everything about that deleted.
5552 * textmodes/artist.el (artist-key-is-drawing)
5553 (artist-key-endpoint1, artist-key-poly-point-list)
5554 (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
5555 (artist-key-compl-table, artist-rb-save-data)
5556 (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
5557 Don't put them in eval-when-compile.
5558 (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
5560 * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
5561 Use with-no-warnings.
5563 * net/browse-url.el (dos-windows-version): Add defvar.
5565 * mail/supercite.el (filladapt-prefix-table): Add defvar.
5567 * mail/rmailsum.el (rmail-summary-redo): Add defvar.
5568 (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
5569 (rmail-new-summary-line-count): Rename from new-summary-line-count.
5571 (rmail-summary-beginning-of-message): Use with-no-warnings.
5572 (rmail-summary-first-message, rmail-summary-last-message): Likewise.
5574 * emulation/vip.el (vip-replace-string, ex-map, ex-read):
5575 Use with-no-warnings.
5577 * emulation/vi.el (vi-mark-region): Use c-mark-function.
5578 (c-mark-function): Add point-moving-unit property.
5579 (vi-goto-line): Use with-no-warnings.
5581 * emulation/edt.el (edt-last-copied-word): Add defvar.
5582 (zmacs-region-stays): Likewise.
5583 (edt-mark-section-wisely): Use c-mark-function for C.
5584 Use makr-defun for Fortran.
5585 (time-string): defvar deleted.
5586 (edt-display-the-time): Don't set time-string.
5588 * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
5590 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
5591 Don't warn when name is not constant
5592 or for defining the group `emacs'.
5594 * tooltip.el (gud-tooltip-mode): Add defvar.
5596 * startup.el (default-frame-background-mode): Add defvar.
5598 * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
5600 * info.el (tool-bar-map): Add defvar.
5602 * dired.el (dnd-protocol-alist): Add defvar.
5604 * dired-aux.el (dired-query): Display question with answer, when
5607 * custom.el (custom-add-option): Doc fix.
5609 * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
5611 2005-07-03 Eli Zaretskii <eliz@gnu.org>
5613 * font-lock.el (font-lock-regexp-grouping-construct): Fix the
5614 bogus name from the last change.
5616 2005-07-02 Luc Teirlinck <teirllm@auburn.edu>
5618 * custom.el (custom-declare-variable): Fix typos in comment.
5619 (custom-known-themes): Doc fix.
5620 (custom-theme-directory): New defcustom.
5621 (require-theme): Make it check `custom-theme-directory'.
5623 * cus-theme.el (custom-new-theme-mode): New function.
5624 (custom-theme-name, custom-theme-variables, custom-theme-faces)
5625 (custom-theme-description): Add compiler defvars.
5626 (customize-create-theme): Add doc to the "*New Custom Theme*"
5627 buffer. Use `custom-new-theme-mode'.
5628 (custom-theme-write): Put the created buffer in emacs-lisp-mode
5629 and save it to the `custom-theme-directory'. Make this the
5630 default directory of the buffer.
5632 2005-07-02 David Hunter <hunterd_42@comcast.net> (tiny change)
5634 * progmodes/flymake.el (flymake-mode, flymake-mode-off):
5635 Fix unbalanced parentheses.
5637 2005-07-02 Stefan Monnier <monnier@iro.umontreal.ca>
5639 * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
5640 into flymake-mode and delegate to flymake-mode.
5642 * find-file.el (ff-which-function-are-we-in): Clean up.
5644 2005-07-02 Juanma Barranquero <lekktu@gmail.com>
5646 * replace.el (occur-rename-buffer): Fix docstring.
5648 * emulation/edt.el (*EDT-keys*, edt-default-global-map)
5649 (edt-last-copied-word, edt-learn-macro-count)
5650 (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
5651 (edt-rect-start-point, edt-user-global-map, rect-start-point)
5652 (time-string, zmacs-region-stays):
5653 * emulation/edt-mapper.el (edt-save-function-key-map)
5654 (EDT-key-name): `defvar' to silence the byte-compiler.
5656 2005-07-02 Martin Rudalics <rudalics@gmx.at> (tiny change)
5658 * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
5659 font-lock-regexp-backslash. Doc fix.
5660 (font-lock-regexp-backslash-grouping-construct): Rename from
5661 font-lock-regexp-backslash-construct. Doc fix.
5662 (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
5663 grouping constructs.
5665 2005-07-02 Eli Zaretskii <eliz@gnu.org>
5667 * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
5668 updating all the prerequisites.
5670 2005-07-01 Juanma Barranquero <lekktu@gmail.com>
5672 * textmodes/org.el (org-agenda-start-on-weekday)
5673 (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
5674 (org-agenda-use-time-grid, org-archive-location)
5675 (org-allow-space-in-links, org-usenet-links-prefer-google)
5676 (org-enable-table-editor, org-export-default-language)
5677 (org-export-html-show-new-buffer, org-fill-paragraph)
5678 (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
5679 (org-goto-quit, org-occur, org-eval-in-calendar)
5680 (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
5681 (org-agenda-diary-entry, org-remember-help)
5682 (org-table-convert-region, org-at-table-p)
5683 (org-table-move-row-down, org-table-move-row-up)
5684 (org-table-copy-region, org-table-toggle-vline-visibility)
5685 (org-table-get-stored-formulas, org-table-get-specials)
5686 (org-recalc-commands, org-table-eval-formula)
5687 (org-table-formula-substitute-names, orgtbl-make-binding)
5688 (org-format-org-table-html, org-format-table-table-html)
5689 (org-format-table-table-html-using-table-generate-source)
5690 (org-customize): Fix typos in docstrings.
5691 (org-level-2, org-at-timestamp-p, org-agenda-day-view)
5692 (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
5693 (org-back-to-heading): Doc fixes.
5694 (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
5695 (org-agenda-change-all-lines, org-get-header):
5696 Improve argument/docstring consistency.
5697 (orgtbl-error): Fix error message.
5699 * progmodes/flymake.el (flymake-find-possible-master-files)
5700 (flymake-master-file-compare, flymake-get-line-err-count)
5701 (flymake-highlight-line, flymake-gui-warnings-enabled):
5702 Fix typos in docstrings.
5703 (flymake-parse-line, flymake-get-project-include-dirs-function)
5704 (flymake-get-prev-err-line-no, flymake-goto-prev-error):
5706 (flymake-get-project-include-dirs-function)
5707 (flymake-make-err-menu-data):
5708 Improve argument/docstring consistency.
5710 2005-07-01 Lute Kamstra <lute@gnu.org>
5712 * battery.el (battery-linux-proc-apm): Fix typo in docstring.
5713 Catch errors with ignore-errors. Use temporary buffer.
5714 (battery-linux-proc-acpi): Fix typo in docstring. Document `%r'.
5716 * facemenu.el (facemenu-unlisted-faces): Delete foreground and
5717 background color faces.
5718 (facemenu-set-foreground, facemenu-set-background):
5719 Use facemenu-set-face-from-menu.
5720 (facemenu-set-face-from-menu): Treat face names that start with
5721 "fg:" or "bg:" as special.
5722 (facemenu-add-new-color): Don't create faces. Simplify.
5724 2005-06-30 Richard M. Stallman <rms@gnu.org>
5726 * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
5727 (crm-find-current-element): Likewise.
5729 2005-06-30 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
5731 * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
5733 2005-06-30 Stefan Monnier <monnier@iro.umontreal.ca>
5735 * arc-mode.el (archive-extract): Make it work as a mouse binding.
5736 (archive-mouse-extract): Make it an obsolete alias.
5737 (archive-mode-map): Don't use archive-mouse-extract any more.
5738 (archive-mode, archive-extract): write-contents-hooks ->
5739 write-contents-functions.
5740 (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
5742 (archive-rename-entry): Update the call.
5743 (archive-zip-summarize): Remove unused var `method'.
5744 (archive-lzh-summarize): Remove unused var `creator'.
5746 * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
5747 dedicated frame upon exit.
5749 * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
5750 (archive-zip-extract, archive-zip-expunge)
5751 (archive-zip-update, archive-zip-update-case): Use executable-find.
5752 (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
5753 Use restore-buffer-modified-p.
5754 (archive-extract, archive-add-new-member, archive-write-file-member):
5755 Use with-current-buffer.
5756 (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
5758 2005-06-30 Andreas Schwab <schwab@suse.de>
5760 * progmodes/gud.el (gud-filter): Remove unneeded progn.
5762 2005-06-30 Glenn Morris <gmorris@ast.cam.ac.uk>
5764 * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
5766 2005-06-30 Juri Linkov <juri@jurta.org>
5768 * faces.el (vertical-border): Inherit from mode-line-inactive
5771 2005-06-30 Juanma Barranquero <lekktu@gmail.com>
5773 * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
5774 example, -NLINES in the `occur' docstring).
5776 * replace.el (occur-1): When no matches are found, do not set the
5777 `buffer-read-only' and modified flags for the occur buffer,
5778 because it is deleted.
5780 * emulation/cua-base.el (cua-check-pending-input)
5781 (cua-repeat-replace-region, cua-mode, cua-debug)
5782 (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
5783 Fix typos in docstrings.
5785 * emulation/cua-gmrk.el (cua-toggle-global-mark)
5786 (cua-cut-region-to-global-mark)
5787 (cua--cut-rectangle-to-global-mark):
5788 Remove period from end of messages.
5790 * emulation/cua-rect.el (cua-do-rectangle-padding):
5791 Remove period from end of messages.
5792 (cua--rectangle-seq-format): Fix typo in docstring.
5793 (cua-sequence-rectangle, cua-fill-char-rectangle):
5794 Improve argument/docstring consistency.
5796 2005-06-29 Juri Linkov <juri@jurta.org>
5798 * faces.el (default-frame-background-mode): New internal variable.
5799 (frame-set-background-mode): Use it.
5801 * startup.el (normal-top-level): Set default-frame-background-mode
5802 instead of frame-background-mode. Before setting it, test for its
5803 nil value. Remove tests for frame-background-mode and frame
5804 parameter `reverse'. Add test for "unspecified-fg".
5806 * term/xterm.el (xterm-rxvt-set-background-mode):
5807 * term/rxvt.el (rxvt-set-background-mode):
5808 Set default-frame-background-mode instead of frame-background-mode.
5810 2005-06-29 Juanma Barranquero <lekktu@gmail.com>
5812 * simple.el (set-variable): Warn about obsolete user variables.
5814 * imenu.el (imenu--completion-buffer):
5815 * mouse.el (mouse-buffer-menu-alist):
5816 * msb.el (msb-invisible-buffer-p):
5817 * calendar/diary-lib.el (diary-header-line-format):
5818 * emacs-lisp/pp.el (pp-buffer):
5819 * progmodes/cperl-mode.el (cperl-do-auto-fill):
5820 * textmodes/picture.el (picture-replace-match):
5821 Change space constants followed by a sexp to "?\s ".
5823 * play/decipher.el (decipher-loop-with-breaks):
5824 * textmodes/texinfo.el (texinfo-insert-@item): Change space
5825 constants "protected" from end of line by a comment to "?\s".
5827 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5829 * font-lock.el (save-buffer-state): Use `declare'.
5831 * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
5832 reset the syntax-table to cperl-mode-syntax-table.
5833 (cperl-mode): Make _ into word-syntax during font-locking so "print" in
5834 "foo_print_bar" is not matched as a reserved keyword.
5836 2005-06-29 Carsten Dominik <dominik@science.uva.nl>
5838 * textmodes/org.el (orgtbl-setup): New function, for delayed
5839 setup for the orgtbl commands.
5840 (org-calc-default-modes): New option.
5841 (orgtbl-make-binding): Use `defun' to get better help display.
5842 (org-diary): Call `org-compile-prefix-format'.
5843 (org-table-formula-substitute-names): New function.
5844 (org-agenda-day-view, org-agenda-week-view): New commands.
5845 (org-agenda-toggle-week-view): Command removed.
5846 (org-tbl-menu): Split off from org-org-menu.
5847 (org-mode): Move removal of outline-mode menus to here.
5848 (org-table-formula-debug): New option.
5849 (org-table-insert-row): Keep first field if just "#" or "*".
5850 (org-mode): Paragraph regexps fixed.
5851 (org-table-recalculate-regexp): New constant.
5852 (org-table-justify-field-maybe): Avoid replace if not necessary.
5853 (org-copy-special, org-cut-special): Use `call-interactively'.
5854 (org-table-copy-region): Take region from `interactive' call.
5855 (org-trim): Return string even if no match.
5856 (org-formula): New face.
5857 (org-set-font-lock-defaults): No longer highlight "FIXME".
5858 But highlight formula-related fields in table.
5859 (org-table-p): Use regexp, not fontification.
5860 (org-table-align): Handle white space at end of line.
5861 (org-table-formula-evaluate-inline): New option.
5862 (org-mode): Auto-wrapping in comment lines turned off.
5863 (org-table-copy-down): Evaluate only in copied field, not in
5865 (org-table-current-formula): Variable removed.
5866 (org-table-store-formulas, org-table-get-stored-formulas)
5867 (org-table-modify-formulas, org-table-replace-in-formulas)
5868 (org-table-maybe-eval-formula): New functions.
5869 (org-table-get-formula): Modify to use stored formulas.
5870 (org-table-insert-column, org-table-delete-column)
5871 (org-table-move-column): Call `org-table-modify-formulas'.
5872 (org-complete): Add completion for keyword formulas.
5873 (orgtbl-mode): Pull orgtbl-mode-map to start of
5874 minor-mode-map-alist.
5876 2005-06-29 Stefan Monnier <monnier@iro.umontreal.ca>
5878 * progmodes/python.el (python-check): Require `compile' before
5879 modifying its variables.
5881 * newcomment.el (comment-indent-default): Don't get fooled by an early
5884 2005-06-28 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5886 * ps-print.el (ps-print-version): Fix version number.
5888 2005-06-28 Luc Teirlinck <teirllm@auburn.edu>
5890 * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
5892 2005-06-28 Richard M. Stallman <rms@gnu.org>
5894 * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
5895 (flyspell-local-mouse-map): Declaration deleted.
5896 (flyspell-mouse-map): Bind only mouse-2.
5897 (flyspell-mode-map): Don't test flyspell-use-local-map.
5898 (flyspell-overlay-keymap-property-name): Var deleted.
5899 (flyspell-mode-on): Don't make local bindings for
5900 flyspell-mouse-map and flyspell-mode-map.
5901 (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
5903 * textmodes/ispell.el (ispell-word): Do not ignore short words.
5905 * progmodes/compile.el (compilation-next-error-function):
5906 Don't switch buffers; operate on the current buffer.
5908 * progmodes/compile.el (compilation-error-file-name)
5909 (compilation-warning-file-name, compilation-info-file-name)
5910 (compilation-line-number, compilation-column-number): New faces.
5911 (compilation-error-face, compilation-warning-face)
5912 (compilation-info-face, compilation-line-face)
5913 (compilation-column-face): Use them.
5915 * facemenu.el (facemenu-add-face): Warn when font-lock is active.
5917 * comint.el (comint-password-prompt-regexp): Accept ", try again".
5919 * bindings.el (global-map): Bind insertchar and its variants.
5921 2005-06-27 Richard M. Stallman <rms@gnu.org>
5923 * textmodes/artist.el (artist-text-overwrite)
5924 (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
5926 2005-06-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
5928 * ps-print.el: It was not working the page selection for printing.
5929 Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
5930 (ps-print-version): New version 6.6.7.
5931 (ps-end-sheet): New fun.
5932 (ps-header-sheet, ps-end-job): Call it.
5934 2005-06-27 Luc Teirlinck <teirllm@auburn.edu>
5936 * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
5938 2005-06-27 Lute Kamstra <lute@gnu.org>
5940 * facemenu.el (facemenu-unlisted-faces): Add foreground and
5941 background color faces.
5942 (facemenu-get-face): Delete function.
5943 (facemenu-set-face-from-menu): Don't call facemenu-get-face.
5944 (facemenu-add-new-color): Make second argument mandatory.
5945 Create the appropriate face and return it. Simplify.
5946 (facemenu-set-foreground, facemenu-set-background): Don't check if
5947 color is defined. Use return value of facemenu-add-new-color.
5949 2005-06-26 Nick Roberts <nickrob@snap.net.nz>
5951 * progmodes/gud.el (gud-filter): Add missing argument to
5952 with-selected-window.
5954 2005-06-26 Stefan Monnier <monnier@iro.umontreal.ca>
5956 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
5957 a :require to the defcustom.
5959 * emacs-lisp/autoload.el (make-autoload): Add the :setter for
5960 defcustoms corresponding to minor modes.
5962 2005-06-26 David Ponce <david@dponce.com>
5964 * recentf.el: Require tree-widget instead of wid-edit.
5965 (recentf-filename-handler): Fix widget :type.
5966 (recentf-cancel-dialog, recentf-open-more-files)
5967 (recentf-open-files-action): Doc fix.
5968 (recentf-dialog-goto-first): New function.
5969 (recentf-dialog-mode-map): Set parent keymap first.
5970 (recentf-dialog-mode): Define with define-derived-mode.
5971 Don't display continuation lines in dialogs.
5972 (recentf-edit-list): Rename from recentf-edit-selected-items.
5973 (recentf-edit-list-select): Rename from recentf-edit-list-action.
5975 (recentf-edit-list-validate): New function.
5976 (recentf-edit-list): Update accordingly.
5977 (recentf-open-files-item-shift): Remove.
5978 (recentf-open-files-item): Convert menu elements into tree and
5979 link widgets. Don't create the widgets.
5980 (recentf-open-files): Update accordingly.
5981 (recentf-save-list): Untabify.
5983 2005-06-25 Luc Teirlinck <teirllm@auburn.edu>
5985 * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
5986 (keep-lines): Add INTERACTIVE arg. Never delete lines only
5987 partially contained in the active region. Do not take active
5988 region into account when called from Lisp, unless INTERACTIVE arg
5989 is non-nil. Use `forward-line' instead of `beginning-of-line' to
5990 avoid trouble with fields. Make marker point nowhere when no
5991 longer used. Always return nil. Doc fix.
5992 (flush-lines): Add INTERACTIVE arg. Do not take active region
5993 into account when called from Lisp, unless INTERACTIVE arg is
5994 non-nil. Use `forward-line' instead of `beginning-of-line' to
5995 avoid trouble with fields. Make marker point nowhere when no
5996 longer used. Always return nil. Doc fix.
5997 (how-many): Add INTERACTIVE arg. Make RSTART and REND args
5998 interchangeable. Do not take active region into account when
5999 called from Lisp, unless INTERACTIVE arg is non-nil. Do not print
6000 message in echo area when called from Lisp, unless INTERACTIVE arg
6001 is non-nil. Avoid saying "1 occurrences". Do not use markers.
6002 Return the number of matches. Doc fix.
6004 (perform-replace): Make comment follow double space convention for
6005 the sake of `outline-minor-mode'.
6007 * faces.el (facep): Doc fix.
6009 2005-06-25 Richard M. Stallman <rms@gnu.org>
6011 * facemenu.el (facemenu-enable-faces-p): New function.
6012 (facemenu-background-menu, facemenu-foreground-menu)
6013 (facemenu-face-menu): Add menu-enable property.
6015 * jka-compr.el (jka-compr-insert-file-contents):
6016 Special handling if cannot find the uncompression program.
6018 * cus-face.el (custom-face-attributes): Add autoload.
6020 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
6021 Bind comment-indent-function locally.
6023 * window.el (save-selected-window): Use save-current-buffer.
6025 * subr.el (with-selected-window): Use save-current-buffer.
6027 * progmodes/gud.el (gud-filter): Simplify using with-selected-window
6028 and with-current-buffer.
6030 2005-06-24 Richard M. Stallman <rms@gnu.org>
6032 * simple.el (line-move-1): Fix previous change.
6034 2005-06-24 Juanma Barranquero <lekktu@gmail.com>
6036 * replace.el (occur-1): Set `buffer-read-only' and the
6037 buffer-modified flag before running `occur-hook' to protect
6038 against unintentional buffer switches that can lead to data loss.
6040 2005-06-24 Nick Roberts <nickrob@snap.net.nz>
6042 * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
6043 (gud-gdb-marker-filter): Use font-lock-warning-face for any
6046 * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
6048 (gdb-var-create-handler): Put name of expression in quotes.
6050 2005-06-23 Luc Teirlinck <teirllm@auburn.edu>
6052 * emacs-lisp/ring.el (ring-elements): Make it return a list of the
6053 elements of RING in order, and without bogus nil elements.
6055 2005-06-23 Richard M. Stallman <rms@gnu.org>
6057 * simple.el (set-variable): Args renamed; doc fix.
6058 (line-move-1): When there are overlays around, use vertical-motion.
6060 * faces.el (escape-glyph): Use brown against light background.
6061 (nobreak-space): Rename from no-break-space.
6062 Fix previous change.
6064 * dired-aux.el (dired-do-copy): Fix arg prompt.
6066 * mail/sendmail.el (mail-setup-with-from): Fix custom type.
6068 2005-06-23 Glenn Morris <gmorris@ast.cam.ac.uk>
6070 * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
6071 rather than "Distributor".
6073 2005-06-23 Lute Kamstra <lute@gnu.org>
6075 * emacs-lisp/debug.el (debugger-special-form-p): New defun.
6076 (debug-on-entry): Use it. New interactive declaration that uses
6077 function-called-at-point.
6079 2005-06-23 Kim F. Storm <storm@cua.dk>
6081 * subr.el (save-match-data): Add comment about using evaporate arg
6084 2005-06-22 Glenn Morris <gmorris@ast.cam.ac.uk>
6086 * cus-edit.el (customize-face)
6087 (customize-face-other-window): Handle face aliases.
6089 * faces.el (face-documentation, set-face-attribute)
6090 (face-spec-set): Handle face aliases.
6092 2005-06-22 Juanma Barranquero <lekktu@gmail.com>
6094 * help-mode.el (help-make-xrefs): If a symbol representing a face
6095 name is not followed by the word "face", it could still be a
6096 function or variable name, so don't bypass other checks.
6098 2005-06-22 Juri Linkov <juri@jurta.org>
6100 * ps-print.el (ps-face-foreground-name, ps-face-background-name):
6101 Replace aliased functions with calls where second arg `inherit' is t.
6103 2005-06-22 Nick Roberts <nickrob@snap.net.nz>
6105 * progmodes/gdb-ui.el (gdb-error): New variable.
6106 (gdb-error): New function.
6107 (gdb-annotation-rules): Act on error-begin and error annotations.
6108 (gdb-concat-output): Use font-lock-warning-face for errors.
6110 2005-06-22 Miles Bader <miles@gnu.org>
6112 * bindings.el (propertized-buffer-identification): Use renamed
6113 `Buffer-menu-buffer' face.
6115 * faces.el (vertical-border): Rename from `vertical-divider'.
6116 (escape-glyph): Change dark-background color back to `cyan'.
6118 2005-06-21 Juri Linkov <juri@jurta.org>
6120 * faces.el (face-user-default-spec): Try getting `customized-face'
6121 prior to `saved-face'.
6122 (frame-background-mode): Refill docstring.
6124 * emacs-lisp/lisp-mode.el (eval-defun-1):
6125 * emacs-lisp/edebug.el (edebug-eval-defun):
6126 Set `saved-face' temporarily to nil before calling form.
6127 Set `customized-face' to the new spec after that.
6129 2005-06-21 Juanma Barranquero <lekktu@gmail.com>
6131 * subr.el (1value, lambda, key-substitution-in-progress):
6134 * autoinsert.el (auto-insert-alist):
6135 * ses.el (ses-call-printer):
6136 * subr.el (noreturn):
6137 * emacs-lisp/lisp.el (check-parens):
6138 * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
6139 * net/browse-url.el (browse-url-mosaic):
6140 * progmodes/cc-defs.el (c-safe-scan-lists):
6141 * progmodes/ebnf-abn.el (ebnf-abn-lex):
6142 * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
6143 * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
6144 * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
6145 * progmodes/ebnf-iso.el (ebnf-iso-lex):
6146 * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
6148 2005-06-21 Reiner Steib <Reiner.Steib@gmx.de>
6150 * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
6152 2005-06-21 Glenn Morris <gmorris@ast.cam.ac.uk>
6154 * calendar/appt.el (appt-make-list): Activate the package, if
6155 not already active (for backwards compatibility).
6157 2005-06-20 Kim F. Storm <storm@cua.dk>
6159 * subr.el (add-to-ordered-list): Test membership with eq. Simplify.
6161 2005-06-20 Miles Bader <miles@gnu.org>
6163 * faces.el (vertical-divider): New face.
6165 2005-06-20 Juanma Barranquero <lekktu@gmail.com>
6167 * simple.el (kill-whole-line): Doc fix.
6168 (next-error-buffer-p, next-error-find-buffer)
6169 (clone-indirect-buffer): Fix typos in docstrings.
6170 (comment-line-break-function): Doc fix: don't say variable
6171 is automatically buffer-local (it isn't).
6173 2005-06-19 Michael Albinus <michael.albinus@gmx.de>
6175 * net/tramp-ftp.el (top):
6176 * net/tramp-smb.el (top):
6177 * net/tramp-util.el (top):
6178 * net/tramp-uu.el (top):
6179 * net/tramp-vc.el (top):
6180 * net/tramp.el (top): Revert copyright years back to original
6181 ones. Tramp has a life outside GNU Emacs.
6183 2005-06-19 Nick Roberts <nickrob@snap.net.nz>
6185 * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
6187 2005-06-18 Juri Linkov <juri@jurta.org>
6189 * progmodes/grep.el (grep-regexp-alist): Use backreference at the
6190 end of first regexp to limit the match to the position between
6191 line number and source line with same separator character as used
6192 between file name and line number. In the second regexp limit
6193 mouse-face area to file name and line number by adding new group
6194 for them and referring it in HYPERLINK arg.
6195 (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
6196 (grep-mode): Set font-lock-lines-before to 0 to not refontify the
6197 previous line where grep markers may be already removed.
6199 2005-06-18 Peter Kleiweg <p.c.j.kleiweg@rug.nl>
6201 * progmodes/ps-mode.el: Update version and maintainer's email address.
6203 2005-06-18 Steve Youngs <steve@xemacs.org>
6205 * net/browse-url.el (browse-url-browser-function)
6206 (browse-url-default-browser): Add firefox.
6207 (browse-url-firefox-program, browse-url-firefox-arguments)
6208 (browse-url-firefox-startup-arguments)
6209 (browse-url-firefox-new-window-is-tab): New defcustoms.
6210 (browse-url-firefox, browse-url-firefox-sentinel): New functions.
6212 2005-06-17 Richard M. Stallman <rms@gnu.org>
6214 * startup.el (command-line): Warn if specified user name has
6217 * term.el (term-get-old-input, term-input-filter, term-input-sender)
6218 (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
6220 * longlines.el (longlines-mode, longlines-show-hard-newlines):
6223 * faces.el (underline): Try bold if terminal doesn't support underline.
6225 * mail/sendmail.el (mail-setup-with-from): New variable.
6226 (mail-insert-from-field): New function.
6227 (sendmail-send-it): Call it.
6228 (mail-setup): Optionally call it here.
6230 * term/linux.el: Call tty-no-underline.
6232 2005-06-17 Luc Teirlinck <teirllm@auburn.edu>
6234 * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
6236 2005-06-17 Miles Bader <miles@gnu.org>
6238 * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
6239 (ediff-current-diff-C, ediff-current-diff-Ancestor)
6240 (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
6241 (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
6242 (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
6243 (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
6244 Remove "-face" suffix from face names.
6245 (ediff-current-diff-face-A, ediff-current-diff-face-B)
6246 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6247 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6248 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6249 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6250 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6251 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6252 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6253 New backward-compatibility aliases for renamed faces.
6254 (ediff-current-diff-face-A, ediff-current-diff-face-B)
6255 (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
6256 (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
6257 (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
6258 (ediff-even-diff-face-A, ediff-even-diff-face-B)
6259 (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
6260 (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
6261 (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
6262 Use renamed ediff faces.
6264 * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
6265 Remove "-face" suffix from face names.
6266 (eshell-test-ok-face, eshell-test-failed-face):
6267 New backward-compatibility aliases for renamed faces.
6268 (eshell-run-test): Use renamed eshell-test faces.
6270 * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
6272 (eshell-prompt-face): New backward-compatibility alias for renamed
6274 (eshell-emit-prompt): Use renamed eshell-prompt face.
6276 * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
6277 (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
6278 (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
6279 (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
6280 Remove "-face" suffix from face names.
6281 (eshell-ls-directory-face, eshell-ls-symlink-face)
6282 (eshell-ls-executable-face, eshell-ls-readonly-face)
6283 (eshell-ls-unreadable-face, eshell-ls-special-face)
6284 (eshell-ls-missing-face, eshell-ls-archive-face)
6285 (eshell-ls-backup-face, eshell-ls-product-face)
6286 (eshell-ls-clutter-face):
6287 New backward-compatibility aliases for renamed faces.
6288 (eshell-ls-decorated-name): Use renamed eshell-ls faces.
6290 * progmodes/cc-fonts.el (c-nonbreakable-space-face):
6291 Remove "-face" suffix from face name.
6292 (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
6293 instead of literal face.
6295 2005-06-17 Juanma Barranquero <lekktu@gmail.com>
6297 * emacs-lisp/warnings.el (display-warning, lwarn)
6298 (warning-minimum-log-level): Doc fixes.
6299 (warning-minimum-level, warning-minimum-log-level):
6300 Add :debug to :type choices.
6302 * progmodes/ada-mode.el (ada-format-paramlist)
6303 (ada-get-indent-case, ada-check-matching-start)
6304 (ada-check-defun-name, ada-goto-matching-decl-start)
6305 (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
6306 (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
6307 (ada-make-subprogram-body): Follow error conventions.
6308 (ada-case-exception-file, ada-indent-comment-as-code)
6309 (ada-indent-handle-comment-special, ada-indent-renames)
6310 (ada-indent-return, ada-search-directories-internal)
6311 (ada-tab-policy, ada-case-exception-substring)
6312 (ada-other-file-alist, ada-matching-start-re)
6313 (ada-matching-decl-start-re, ada-contextual-menu-last-point)
6314 (ada-imenu-generic-expression, ada-compile-goto-error)
6315 (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
6316 (ada-popup-menu, ada-add-extensions, ada-mode)
6317 (ada-region-selected, ada-create-case-exception)
6318 (ada-create-case-exception-substring, ada-after-keyword-p)
6319 (ada-activate-keys-for-case, ada-adjust-case-region)
6320 (ada-adjust-case-buffer, ada-format-paramlist)
6321 (ada-scan-paramlist, ada-insert-paramlist)
6322 (ada-indent-newline-indent)
6323 (ada-indent-newline-indent-conditional)
6324 (ada-justified-indent-current, ada-goto-previous-word)
6325 (ada-indent-current, ada-get-indent-open-paren)
6326 (ada-get-indent-paramlist, ada-get-indent-end)
6327 (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
6328 (ada-get-indent-block-start, ada-get-indent-subprog)
6329 (ada-get-indent-noindent, ada-get-indent-label)
6330 (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
6331 (ada-search-prev-end-stmt, ada-goto-next-non-ws)
6332 (ada-goto-stmt-end, ada-goto-next-word)
6333 (ada-check-matching-start, ada-check-defun-name)
6334 (ada-goto-matching-decl-start, ada-goto-matching-start)
6335 (ada-goto-matching-end, ada-search-ignore-string-comment)
6336 (ada-in-decl-p, ada-looking-at-semi-or)
6337 (ada-looking-at-semi-private, ada-in-paramlist-p)
6338 (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
6339 (ada-untab-hard, ada-move-to-start, ada-move-to-end)
6340 (ada-next-procedure, ada-previous-procedure, ada-next-package)
6341 (ada-previous-package, ada-create-menu)
6342 (ada-fill-comment-paragraph-justify)
6343 (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
6344 (ada-other-file-name, ada-last-which-function-line)
6345 (ada-last-which-function-subprog, ada-which-function)
6346 (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
6347 (ada-gen-treat-proc, ada-check-emacs-version)
6348 (ada-continuation-indent, ada-align-region-separate):
6349 Fix typos in docstrings.
6350 (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
6352 2005-06-16 Lute Kamstra <lute@gnu.org>
6354 * simple.el (fundamental-mode): Run after-change-major-mode-hook
6357 2005-06-16 Juanma Barranquero <lekktu@gmail.com>
6359 * comint.el (comint-replace-by-expanded-filename)
6360 (comint-prompt-regexp, comint-delimiter-argument-list)
6361 (comint-preinput-scroll-to-bottom):
6362 * info.el (Info-hide-cookies-node):
6363 * ls-lisp.el (ls-lisp-classify):
6364 * find-file.el (ff-search-directories, ff-special-constructs)
6365 (ff-find-other-file):
6366 * font-lock.el (font-lock-keywords):
6367 * shell.el (shell-prompt-pattern)
6368 (shell-dynamic-complete-functions, shell-mode)
6369 (shell-delimiter-argument-list):
6370 * term.el (term-replace-by-expanded-filename)
6371 (term-prompt-regexp, term-delimiter-argument-list):
6372 * woman.el (woman-ignore, woman0-if):
6373 * emacs-lisp/derived.el (derived-mode-init-mode-variables):
6374 * emacs-lisp/elint.el (elint-init-env):
6375 * emacs-lisp/regexp-opt.el (regexp-opt-depth):
6376 * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
6377 * language/ethio-util.el (ethio-tilde-escape)
6378 (ethio-use-three-dot-question):
6379 * net/zone-mode.el (zone-mode-load-time-setup):
6380 * progmodes/cc-align.el (c-lineup-argcont):
6381 * progmodes/cc-awk.el (c-awk-beginning-of-defun):
6382 * progmodes/cperl-mode.el (cperl-set-style-back):
6383 * progmodes/inf-lisp.el (inferior-lisp-prompt):
6384 * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
6385 Fix spellings in docstrings.
6387 * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
6388 * progmodes/modula2.el (m2-for): Fix spellings.
6390 * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
6392 * simple.el (undo-more): Don't use `format' on `error' arguments.
6393 Improve argument/docstring consistency.
6394 (pending-undo-list): Doc fix.
6396 * smerge-mode.el (smerge-ensure-match):
6397 * emulation/vip.el (vip-ex):
6398 * net/zone-mode.el (zone-mode-update-serial):
6399 * progmodes/idlwave.el (idlwave-complete):
6400 * progmodes/vhdl-mode.el (vhdl-visit-file)
6401 (vhdl-compose-wire-components):
6402 Don't use `format' on `error' arguments.
6404 * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
6405 (tooltip-use-echo-area, tooltip-process-prompt-regexp)
6406 (tooltip-help-tips): Fix typos in docstrings.
6408 2005-06-16 David Ponce <david@dponce.com>
6410 * tree-widget.el (tree-widget-value-create): Simplify last change.
6412 2005-06-15 Matt Hodges <MPHodges@member.fsf.org>
6414 * ido.el (ido-incomplete-regexp): New variable.
6415 (ido-set-matches-1): Handle invalid-regexp error and set
6416 ido-incomplete-regexp.
6417 (ido-incomplete-regexp): New face.
6418 (ido-completions): Use it.
6419 (ido-complete, ido-exit-minibuffer, ido-completions):
6420 Handle incomplete regexps.
6421 (ido-completions): Add check for complete match when entering a regexp.
6423 2005-06-15 Stefan Monnier <monnier@iro.umontreal.ca>
6425 * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
6427 2005-06-15 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
6429 * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
6430 by field delimiters.
6432 2005-06-15 David Ponce <david@dponce.com>
6434 * tree-widget.el: eval-and-compile inlined functions so they will
6435 be available at run-time too.
6436 (tree-widget-super-format-handler)
6437 (tree-widget-format-handler): Remove.
6438 (tree-widget-value-create): Handle the :indent property.
6440 2005-06-15 Miles Bader <miles@gnu.org>
6442 * progmodes/which-func.el (which-func): Only inherit
6443 `font-lock-function-name-face' when that makes sense against the
6444 default mode-line face, otherwise set the face color explicitly.
6446 * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
6447 faces instead of (non-existent) variables.
6449 2005-06-14 Stefan Monnier <monnier@iro.umontreal.ca>
6451 * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
6452 (iswitchb-get-matched-buffers): Likewise. Simplify.
6454 2005-06-14 Miles Bader <miles@gnu.org>
6456 * progmodes/ld-script.el (ld-script-location-counter):
6457 Remove "-face" suffix from face name.
6458 (ld-script-location-counter-face):
6459 New backward-compatibility alias for renamed face.
6460 (ld-script-location-counter-face): Use renamed face.
6462 * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
6463 (cperl-hash): Remove "-face" suffix from face names.
6464 (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
6465 New backward-compatibility aliases for renamed faces.
6466 (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
6467 (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
6469 * progmodes/which-func.el (which-func): Remove "-face" suffix from face
6471 (which-func-face): New backward-compatibility alias for renamed face.
6472 (which-func-format): Use renamed which-func face.
6474 * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
6475 (vhdl-function, vhdl-directive, vhdl-reserved-word)
6476 (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
6478 (vhdl-speedbar-entity, vhdl-speedbar-architecture)
6479 (vhdl-speedbar-configuration, vhdl-speedbar-package)
6480 (vhdl-speedbar-library, vhdl-speedbar-instantiation)
6481 (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
6482 (vhdl-speedbar-architecture-selected)
6483 (vhdl-speedbar-configuration-selected)
6484 (vhdl-speedbar-package-selected)
6485 (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
6487 (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
6489 (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
6490 (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
6491 (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
6493 (syntax-alist): Don't use "font-lock-" or "-face" in generated face
6495 (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
6496 (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
6497 (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
6498 (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
6499 (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
6500 (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
6502 * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
6504 (sh-heredoc-face): New backward-compatibility alias for renamed face.
6505 (sh-heredoc-face): Use renamed sh-heredoc face.
6507 * progmodes/idlw-help.el (idlwave-help-link):
6508 Remove "-face" suffix from face name.
6509 (idlwave-help-link-face):
6510 New backward-compatibility alias for renamed face.
6511 (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
6513 * progmodes/idlw-shell.el (idlwave-shell-bp-face)
6514 (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
6515 (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
6516 New backward-compatibility aliases for renamed faces.
6517 (idlwave-shell-disabled-breakpoint-face)
6518 (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
6520 * progmodes/flymake.el (flymake-errline, flymake-warnline):
6521 Remove "-face" suffix from face names.
6522 (flymake-errline-face, flymake-warnline-face):
6523 New backward-compatibility aliases for renamed faces.
6524 (flymake-highlight-line): Use renamed flymake faces.
6526 * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
6527 (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
6528 (ebrowse-member-class, ebrowse-progress):
6529 Remove "-face" suffix from face names.
6530 (ebrowse-tree-mark-face, ebrowse-root-class-face)
6531 (ebrowse-file-name-face, ebrowse-default-face)
6532 (ebrowse-member-attribute-face, ebrowse-member-class-face)
6533 (ebrowse-progress-face):
6534 New backward-compatibility aliases for renamed faces.
6535 (ebrowse-show-progress, ebrowse-show-file-name-at-point)
6536 (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
6537 (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
6538 (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
6540 * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
6542 (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
6543 (antlr-literal): Remove "-face" suffix and "font-lock-" from face
6545 (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
6546 (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
6547 (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
6548 (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
6549 backward-compatibility aliases for renamed faces.
6550 (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
6551 (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
6552 (antlr-tokenref-face, antlr-literal-face): Variables renamed to
6553 remove "font-lock-". Use renamed antlr-mode faces.
6554 (antlr-font-lock-additional-keywords): Use renamed faces. Replace
6555 literal face-names with face variable references.
6557 * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
6559 (Buffer-menu-buffer-face): New backward-compatibility alias for
6561 (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
6563 2005-06-15 Daniel Pfeiffer <occitan@esperanto.org>
6565 * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
6566 Eliminate "-face" suffix.
6567 (makefile-targets): Inherit from font-lock-function-name-face and
6568 eliminate "-face" suffix.
6569 (makefile-shell): Remove attributes and eliminate "-face" suffix.
6570 (makefile-*-font-lock-keywords): Append makefile-targets in rule
6571 actions, instead of prepending, to make it less visible.
6572 (makefile-previous-dependency, makefile-match-dependency):
6573 Don't match a target on a continuation line.
6575 * files.el (auto-mode-alist): Put Makefile in gmake mode.
6577 2005-06-15 Nick Roberts <nickrob@snap.net.nz>
6579 * progmodes/gdb-ui.el (menu): Re-order menu items.
6580 (gdb-tooltip-print): Respect tooltip-use-echo-area.
6582 * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
6583 Define in tooltip.el.
6584 (gud-tooltip-process-output): Respect tooltip-use-echo-area.
6585 (gud-tooltip-tips): Respect tooltip-use-echo-area and
6586 gud-tooltip-echo-area.
6588 * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
6589 backward compatibility and make obsolete.
6590 (tooltip-help-tips): Use tooltip-use-echo-area.
6591 (tooltip-show-help-function): Rename to...
6592 (tooltip-show-help): ...this, because it is a function.
6593 (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
6595 2005-06-14 Luc Teirlinck <teirllm@auburn.edu>
6597 * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
6598 (edebug-print-length, edebug-print-level, edebug-print-circle)
6599 (edebug-modify-breakpoint, edebug-eval-last-sexp)
6600 (edebug-eval-print-last-sexp): Doc fixes.
6602 2005-06-14 Kim F. Storm <storm@cua.dk>
6604 * ido.el (ido-mode): Make a new keymap every time we enable ido,
6605 as the coverage buffer/file/both may change.
6607 2005-06-14 Lute Kamstra <lute@gnu.org>
6609 * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
6610 and run-mode-hooks. Simplify.
6612 * mail/rmailedit.el (rmail-edit-mode):
6613 * progmodes/octave-inf.el (inferior-octave-mode):
6614 * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
6616 * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
6618 (recentf-edit-list, recentf-open-files): Don't call
6619 kill-all-local-variables directly.
6621 * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
6623 2005-06-14 Juanma Barranquero <lekktu@gmail.com>
6625 * emacs-lisp/byte-run.el (make-obsolete)
6626 (define-obsolete-function-alias): Rename arguments FUNCTION and
6627 NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
6628 (make-obsolete-variable, define-obsolete-variable-alias):
6629 Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
6632 * isearchb.el (isearchb-activate):
6633 * pcvs.el (cvs-mode):
6634 * ses.el (ses-load):
6635 * vc-arch.el (vc-arch-checkin, vc-arch-diff):
6636 * net/tramp.el (tramp-find-file-exists-command)
6638 * progmodes/ada-mode.el (ada-create-case-exception)
6639 (ada-create-case-exception-substring, ada-make-subprogram-body):
6640 * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
6641 * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
6642 * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
6643 * textmodes/org.el (org-promote, org-evaluate-time-range)
6644 (org-agenda-next-date-line, org-agenda-previous-date-line)
6645 (org-agenda-error, org-open-at-point, org-table-move-row)
6646 (org-format-table-table-html-using-table-generate-source)
6647 (org-shiftcursor-error, org-ctrl-c-ctrl-c):
6648 * textmodes/reftex.el (reftex-access-scan-info):
6649 * textmodes/reftex-toc.el (reftex-toc-dframe-p)
6650 (reftex-toc-promote-prepare): Follow error conventions.
6652 * diff-mode.el (diff-mode): Fix typo in docstring.
6654 * forms.el (forms--intuit-from-file): Fix reference to
6655 `forms-number-of-fields' in error message.
6656 (forms-print): Fix quoting in error message.
6658 * forms.el (forms-mode):
6659 * emulation/vi.el (vi-goto-insert-state):
6660 * progmodes/flymake.el (flymake-new-err-info)
6661 (flymake-start-syntax-check-for-current-buffer)
6662 (flymake-simple-cleanup):
6663 * eshell/esh-var.el (eshell/export):
6664 * progmodes/gud.el (xdb):
6665 * textmodes/flyspell.el (flyspell-incorrect-hook)
6666 (flyspell-maybe-correct-transposition)
6667 (flyspell-maybe-correct-doubling): Fix quoting in docstring.
6669 2005-06-13 Luc Teirlinck <teirllm@auburn.edu>
6671 * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
6674 2005-06-13 Kim F. Storm <storm@cua.dk>
6676 * subr.el (add-to-ordered-list): New defun.
6678 * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
6679 add cua--keymap-alist to emulation-mode-map-alists.
6681 2005-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
6683 * subr.el (complete-in-turn): New macro.
6684 (dynamic-completion-table, lazy-completion-table): Add debug info.
6686 * faces.el (read-face-name): Use complete-in-turn complete non-aliases
6687 in preference to face aliases.
6689 * textmodes/fill.el (fill-match-adaptive-prefix): New function.
6690 (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
6691 Remove unused vars `start' and `firstline'.
6692 (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
6693 (justify-current-line, fill-individual-paragraphs): Remove unused vars.
6695 2005-06-13 Eli Zaretskii <eliz@gnu.org>
6697 * cus-start.el (all): Don't complain about missing GTK-related
6698 variables, unless either `gtk' is boundp or this isn't a
6701 2005-06-13 Lute Kamstra <lute@gnu.org>
6703 * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
6706 * ediff-mult.el (ediff-meta-mode):
6707 * ediff-util.el (ediff-mode): Use run-mode-hooks.
6709 * ledit.el (ledit-mode): Use delay-mode-hooks.
6711 * woman.el (woman-mode-line-format): Delete constant.
6712 (woman-mode-map): Initialize it properly.
6713 (woman-mode): Set mode-class property to special.
6714 Use delay-mode-hooks and run-mode-hooks. Use the right keymap.
6715 Set major-mode and mode-name. Don't set mode-line-format directly.
6716 (Man-getpage-in-background): Don't reference woman-mode-line-format.
6718 * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
6719 string argument obsolete.
6721 2005-06-13 Carsten Dominik <dominik@science.uva.nl>
6723 * textmodes/org.el (org-CUA-compatible): New option.
6724 (org-disputed-keys): New variable.
6725 (org-key): New function.
6726 (orgtbl-make-binding): Add docstring to the created function.
6727 (org-mode): Set paragraph start/separate regexps.
6728 (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
6729 (org-archive-location, org-archive-mark-done)
6730 (org-archive-stamp-time): New options.
6731 (org-archive-subtree): New command.
6732 (org-fill-paragraph): New function.
6733 (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
6734 (org-fake-empty-table-line): Function removed.
6735 (org-format-org-table-html): Do not create empty table lines at
6736 separator lines. Improved table header treatment.
6737 (org-link-format): New option.
6738 (org-make-link): New function.
6739 (org-insert-link, org-store-link): Use org-make-link.
6740 (org-open-file): Quote file name for shell command, to allow
6741 spaces in file names.
6742 (org-link-regexp): Fix bug with mailto link.
6743 (org-link-maybe-angles-regexp, org-protected-link-regexp):
6745 (org-export-as-html): Deal with the optional angles around a link.
6746 Better treatment of file: links.
6747 (org-open-at-point): Replace @{ and @} with < and >.
6748 (org-run-mode-hooks): Function removed.
6749 (org-agenda-mode): No longer use `org-run-mode-hooks'.
6751 2005-06-13 Nick Roberts <nickrob@snap.net.nz>
6753 * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
6754 MI command -data-list-register-values.
6755 (gdb-post-prompt): Indent properly.
6757 2005-06-13 Juanma Barranquero <lekktu@gmail.com>
6759 * hilit-chg.el (highlight-changes-colors): Rename from
6760 `highlight-changes-colours'.
6761 (highlight-changes-colours): Keep as obsolete alias.
6762 (highlight-changes-face-list): Doc fix.
6763 (hilit-chg-make-list): Use `highlight-changes-colors'.
6765 2005-06-12 Mark A. Hershberger <mah@everybody.org>
6767 * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
6768 defun-prompt-regexp.
6770 2005-06-12 Eli Zaretskii <eliz@gnu.org>
6772 * loadup.el: Don't say we are dumping under 2 names on windows-nt
6775 * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
6776 Don't use an old loaddefs.el, as in Makefile.in.
6778 2005-06-12 Lute Kamstra <lute@gnu.org>
6780 * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
6782 * man.el (Man-mode-map): Initialize it properly.
6783 (Man-mode): Set mode-class property to special.
6785 * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
6787 2005-06-11 Luc Teirlinck <teirllm@auburn.edu>
6789 * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
6790 A newline is needed in the docstring there.
6792 * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
6795 2005-06-11 Vinicius Jose Latorre <viniciusjl@ig.com.br>
6797 * printing.el: Doc fix. The menubar is no more changed when printing
6798 is loaded, it only changes when pr-menu-bind or pr-update-menus is
6799 called. Now, the menubar changing will work in Emacs 20, 21 and 22.
6800 (pr-version): New version number (6.8.4).
6801 (pr-menu-bind): New command.
6802 (pr-update-menus): Docstring and code fix.
6803 (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
6805 (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
6806 (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
6808 2005-06-11 Thien-Thi Nguyen <ttn@gnu.org>
6810 * emacs-lisp/ewoc.el: Doc fixes for public funcs:
6811 "Returns" to "return", document useful return values, etc.
6813 2005-06-11 Alan Mackenzie <acm@muc.de>
6815 * fill.el (fill-context-prefix): Try `adaptive-fill-function'
6816 BEFORE `adaptive-fill-regexp' when determining a fill prefix.
6817 (adaptive-file-function): Minor amendment to doc-string.
6819 2005-06-11 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
6821 * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
6822 (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
6823 Fix :type--it is `integer', not `string'.
6825 * faces.el (modeline-highlight): Rename from (the erroneous)
6826 `modeline-higilight'.
6828 2005-06-11 Lute Kamstra <lute@gnu.org>
6830 * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
6831 lisp-interaction-mode-map but make it the parent.
6832 (edebug-eval-mode): Use define-derived-mode.
6834 2005-06-11 Andreas Schwab <schwab@suse.de>
6836 * bindings.el: Add binding of `ESC functionkey' for every
6838 * hexl.el (hexl-mode-map): Likewise.
6840 2005-06-10 Michael Hotchin <michael@hotchin.net> (tiny change)
6842 * progmodes/compile.el (compilation-error-regexp-alist-alist)
6843 [msft]: update regexp for newer msft compilers.
6845 2005-06-10 Mark A. Hershberger <mah@everybody.org>
6847 * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
6848 ATTLIST portions of included DTDs.
6849 (xml-parse-dtd): Eliminate use of inefficient match-data.
6851 2005-06-10 Miles Bader <miles@gnu.org>
6853 * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
6854 (mpuz-text): Remove "-face" suffix from face names.
6855 (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
6856 (mpuz-text-face): New backward-compatibility aliases for renamed faces.
6857 (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
6859 * play/gomoku.el (gomoku-O, gomoku-X):
6860 Remove "-face" suffix from face names.
6861 (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
6862 New backward-compatibility aliases for renamed faces.
6863 (gomoku-font-lock-keywords): Use renamed gomoku faces.
6865 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
6867 * thumbs.el: Fixes for changes of 2005-06-09.
6868 (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
6870 (thumbs-thumbname): Remove directory separator from format string;
6871 `thumbs-thumbsdir' now returns a valid directory name.
6872 (thumbs-temp-dir): New defsubst.
6873 (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
6876 * cus-edit.el (minibuffer):
6877 * files.el (make-backup-file-name-function):
6878 * filesets.el (filesets-external-viewers):
6879 * hilit-chg.el (highlight-changes-colours)
6880 (highlight-changes-face-list, highlight-changes-rotate-faces):
6881 * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
6882 * kmacro.el (kmacro-call-macro):
6883 * log-edit.el (log-edit-changelog-full-paragraphs):
6884 * mouse.el (mouse-1-click-follows-link):
6885 * skeleton.el (skeleton-autowrap):
6886 * subr.el (insert-for-yank-1):
6887 * tempo.el (tempo-insert-region):
6888 * terminal.el (terminal-emulator):
6889 * time.el (display-time-mail-face):
6890 * vc.el (vc-annotate):
6891 * vcursor.el (vcursor-copy-line):
6892 * woman.el (woman-bold-headings, woman-ignore)
6893 (woman-default-faces, woman-monochrome-faces):
6894 * calendar/todo-mode.el (todo-insert-threshold):
6895 * emulation/pc-select.el (pc-select-selection-keys-only)
6896 (pc-selection-mode):
6897 * emulation/vip.el (vip-find-char-forward):
6898 * emulation/viper-cmd.el (viper-find-char-forward):
6899 * international/mule-cmds.el
6900 (select-safe-coding-system-accept-default-p)
6901 (input-method-exit-on-invalid-key):
6902 * international/mule-diag.el (describe-coding-system):
6903 * international/ucs-tables.el (unify-8859-on-encoding-mode):
6904 * net/browse-url.el (browse-url-xterm-program):
6905 * obsolete/lazy-lock.el (lazy-lock-mode):
6906 * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
6908 * progmodes/cpp.el (cpp-face-light-name-list)
6909 (cpp-face-dark-name-list):
6910 * progmodes/delphi.el (delphi-newline-always-indents):
6911 Fix spellings in docstrings.
6913 * ido.el (ido-mode, ido-file-extensions-order)
6914 (ido-default-file-method, ido-default-buffer-method)
6915 (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
6916 (ido-decorations, ido-read-file-name-as-directory-commands)
6917 (ido-read-file-name-non-ido, ido-work-directory-list)
6918 (ido-ignore-item-temp-list, ido-current-directory)
6919 (ido-magic-forward-char, ido-enter-find-file)
6920 (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
6921 (ido-find-file, ido-read-buffer): Fix typos in docstrings.
6923 2005-06-10 Lute Kamstra <lute@gnu.org>
6925 * play/dunnet.el (dun-mode): Use define-derived-mode.
6926 (dungeon-mode-map): Rename to dun-mode-map. Keep old name as an
6929 * play/doctor.el (doctor-mode-map): Remove defvar.
6930 (doctor-mode): Use define-derived-mode.
6932 * mail/mspools.el (mspools-mode):
6933 * net/eudc-hotlist.el (eudc-hotlist-mode):
6934 * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
6936 2005-06-10 Miles Bader <miles@gnu.org>
6938 * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
6939 Remove "-face" suffix from face names.
6940 (flyspell-incorrect-face, flyspell-duplicate-face):
6941 New backward-compatibility aliases for renamed faces.
6942 (flyspell-mode-on, make-flyspell-overlay)
6943 (flyspell-highlight-incorrect-region)
6944 (flyspell-highlight-duplicate-region)
6945 (flyspell-display-next-corrections)
6946 (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
6948 * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
6950 (texinfo-heading-face): New backward-compatibility alias for
6952 (texinfo-heading-face): Use renamed texinfo-heading face.
6954 * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
6955 suffix from face names.
6956 (tex-math-face, tex-verbatim-face):
6957 New backward-compatibility aliases for renamed faces.
6958 (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
6959 (tex-insert-quote): Use `tex-verbatim-face' variable instead of
6962 * textmodes/table.el (table-cell): Remove "-face" suffix from face
6964 (table-cell-face): New backward-compatibility alias for renamed face.
6965 (table--put-cell-face-property, table--update-cell-face):
6966 Use renamed table-cell face.
6968 * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
6970 (sgml-namespace-face): New backward-compatibility alias for
6972 (sgml-namespace-face): Use renamed sgml-namespace face.
6974 * textmodes/org.el (org-level-1, org-level-2, org-level-3)
6975 (org-level-4, org-level-5, org-level-6, org-level-7)
6976 (org-level-8, org-warning, org-headline-done)
6977 (org-deadline-announce, org-scheduled-today)
6978 (org-scheduled-previously, org-link, org-done, org-table)
6979 (org-time-grid): Remove "-face" suffix from face names.
6980 (org-level-1-face, org-level-2-face, org-level-3-face)
6981 (org-level-4-face, org-level-5-face, org-level-6-face)
6982 (org-level-7-face, org-level-8-face, org-warning-face)
6983 (org-headline-done-face, org-deadline-announce-face)
6984 (org-scheduled-today-face, org-scheduled-previously-face)
6985 (org-link-face, org-done-face, org-table-face)
6986 (org-time-grid-face):
6987 New backward-compatibility aliases for renamed faces.
6988 (org-level-faces, org-set-font-lock-defaults, org-timeline)
6989 (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
6990 (org-agenda-get-timestamps, org-agenda-get-scheduled)
6991 (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
6993 * emulation/viper-init.el (viper-search, viper-replace-overlay)
6994 (viper-minibuffer-emacs, viper-minibuffer-insert)
6995 (viper-minibuffer-vi): Remove "-face" suffix from face names.
6996 (viper-search-face, viper-replace-overlay-face)
6997 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
6998 (viper-minibuffer-vi-face):
6999 New backward-compatibility aliases for renamed faces.
7000 (viper-search-face, viper-replace-overlay-face)
7001 (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
7002 (viper-minibuffer-vi-face): Use renamed viper faces.
7004 * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
7005 Remove "-face" suffix from face names.
7006 (testcover-nohits-face, testcover-1value-face):
7007 New backward-compatibility aliases for renamed faces.
7008 (testcover-mark): Use renamed testcover faces.
7010 * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
7012 (diary-button-face): New backward-compatibility alias for renamed face.
7013 (diary-entry): Use renamed diary-button face.
7015 * calendar/calendar.el (diary, calendar-today, holiday)
7016 (mark-visible-calendar-date): Remove "-face" suffix from face names.
7017 (diary-face, calendar-today-face, holiday-face):
7018 New backward-compatibility aliases for renamed faces.
7019 (eval-after-load "facemenu", diary-entry-marker)
7020 (calendar-today-marker, calendar-holiday-marker, diary-face):
7021 Use renamed calendar faces.
7023 * compare-w.el (compare-windows): Remove "-face" suffix from face name.
7024 (compare-windows-face): New backward-compatibility alias for
7026 (compare-windows-highlight): Use renamed compare-windows face.
7028 * strokes.el (strokes-char): Remove "-face" suffix from face name.
7029 (strokes-char-face): New backward-compatibility alias for renamed face.
7030 (strokes-encode-buffer): Use renamed strokes-char face.
7032 * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
7033 (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
7034 Remove "-face" suffix from face names.
7035 (cvs-header-face, cvs-filename-face, cvs-unknown-face)
7036 (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
7037 (cvs-msg-face): New backward-compatibility aliases for renamed faces.
7038 (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
7039 Use renamed pcvs faces.
7040 * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
7041 * pcvs-defs.el (cvs-mode-map): Likewise.
7042 * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
7044 * info.el (info-title-1, info-title-2, info-title-3)
7045 (info-title-4): Remove "-face" suffix from and downcase face names.
7046 (Info-title-1-face, Info-title-2-face, Info-title-3-face)
7047 (Info-title-4-face):
7048 New backward-compatibility aliases for renamed faces.
7049 (Info-fontify-node): Use renamed info faces.
7051 * hilit-chg.el (highlight-changes, highlight-changes-delete):
7052 Remove "-face" suffix from face names.
7053 (highlight-changes-face, highlight-changes-delete-face):
7054 New backward-compatibility aliases for renamed faces.
7055 (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
7056 (hilit-chg-make-list): Use renamed highlight-changes faces.
7058 * generic-x.el (show-tabs-tab, show-tabs-space):
7059 Remove "-face" suffix from face names.
7060 (show-tabs-tab-face, show-tabs-space-face):
7061 New backward-compatibility aliases for renamed faces.
7062 (show-tabs-generic-mode-font-lock-defaults-1)
7063 (show-tabs-generic-mode-font-lock-defaults-2):
7064 Use renamed show-tabs faces.
7066 * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
7067 (smerge-markers): Remove "-face" suffix from face names.
7068 (smerge-mine-face, smerge-other-face, smerge-base-face)
7069 (smerge-markers-face):
7070 New backward-compatibility aliases for renamed faces.
7071 (smerge-mine-face, smerge-other-face, smerge-base-face)
7072 (smerge-markers-face): Use renamed smerge faces.
7074 * log-view.el (log-view-file, log-view-message): Remove "-face"
7075 suffix from face names.
7076 (log-view-file-face, log-view-message-face):
7077 New backward-compatibility aliases for renamed faces.
7078 (log-view-file-face, log-view-message-face): Use renamed log-view
7081 * paren.el (show-paren-match, show-paren-mismatch):
7082 Remove "-face" suffix from face names.
7083 (show-paren-match-face, show-paren-mismatch-face):
7084 New backward-compatibility aliases for renamed faces.
7085 (show-paren-function): Use renamed show-paren faces.
7087 * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
7088 (ruler-mode-margins, ruler-mode-fringes)
7089 (ruler-mode-column-number, ruler-mode-fill-column)
7090 (ruler-mode-comment-column, ruler-mode-goal-column)
7091 (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
7092 suffix from face names.
7093 (ruler-mode-default-face, ruler-mode-pad-face)
7094 (ruler-mode-margins-face, ruler-mode-fringes-face)
7095 (ruler-mode-column-number-face, ruler-mode-fill-column-face)
7096 (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
7097 (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
7098 New backward-compatibility aliases for renamed faces.
7099 (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
7100 (ruler-mode-column-number, ruler-mode-fill-column)
7101 (ruler-mode-comment-column, ruler-mode-goal-column)
7102 (ruler-mode-tab-stop, ruler-mode-current-column)
7103 (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
7106 * whitespace.el (whitespace-highlight): Remove "-face" suffix from
7108 (whitespace-highlight-the-space): Use renamed face.
7109 (whitespace-highlight-face): New backward-compatibility alias for
7112 * woman.el (woman-italic, woman-bold, woman-unknown)
7113 (woman-addition, woman-symbol-face):
7114 Remove "-face" suffix from face names.
7115 (woman-italic-face, woman-bold-face, woman-unknown-face)
7116 (woman-addition-face):
7117 New backward-compatibility aliases for renamed faces.
7118 (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
7119 (woman-decode-region, woman-replace-match)
7120 (woman-display-extended-fonts, woman-special-characters)
7121 (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
7122 Use renamed woman faces.
7124 * longlines.el (longlines-visible-face): Face removed.
7126 * diff-mode.el (diff-header, diff-file-header, diff-index)
7127 (diff-hunk-header, diff-removed, diff-added, diff-changed)
7128 (diff-function, diff-context, diff-nonexistent): Remove "-face"
7129 suffix from face names.
7130 (diff-header-face, diff-file-header-face, diff-index-face)
7131 (diff-hunk-header-face, diff-removed-face, diff-added-face)
7132 (diff-changed-face, diff-function-face, diff-context-face)
7133 (diff-nonexistent-face): New backward-compatibility aliases for
7135 (diff-header-face, diff-file-header-face)
7136 (diff-index, diff-index-face, diff-hunk-header)
7137 (diff-hunk-header-face, diff-removed, diff-removed-face)
7138 (diff-added, diff-added-face, diff-changed-face, diff-function)
7139 (diff-function-face, diff-context-face, diff-nonexistent)
7140 (diff-nonexistent-face): Use renamed diff-mode faces.
7142 * progmodes/compile.el (compilation-warning-face)
7143 (compilation-info-face): Remove "-face" suffix from face names.
7144 (compilation-warning-face, compilation-info-face):
7145 New backward-compatibility aliases for renamed faces.
7146 (compilation-warning-face, compilation-info-face):
7147 Use renamed compilation faces.
7149 * add-log.el (change-log-date, change-log-name)
7150 (change-log-email, change-log-file, change-log-list)
7151 (change-log-conditionals, change-log-function)
7152 (change-log-acknowledgement): Remove "-face" suffix from face names.
7153 (change-log-date-face, change-log-name-face)
7154 (change-log-email-face, change-log-file-face)
7155 (change-log-list-face, change-log-conditionals-face)
7156 (change-log-function-face, change-log-acknowledgement-face):
7157 New backward-compatibility aliases for renamed faces.
7158 (change-log-font-lock-keywords): Use renamed change-log faces.
7160 * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
7161 (custom-set, custom-changed, custom-saved, custom-button)
7162 (custom-button-pressed, custom-documentation, custom-state)
7163 (custom-comment, custom-comment-tag, custom-variable-tag)
7164 (custom-variable-button, custom-face-tag, custom-group-tag-1)
7165 (custom-group-tag): Remove "-face" suffix from face names.
7166 (custom-magic-alist, custom-magic-value-create)
7167 (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
7168 (custom-invalid-face, custom-rogue-face, custom-modified-face)
7169 (custom-set-face, custom-changed-face, custom-saved-face)
7170 (custom-button-face, custom-button-pressed-face)
7171 (custom-documentation-face, custom-state-face)
7172 (custom-comment-face, custom-comment-tag-face)
7173 (custom-variable-tag-face, custom-variable-button-face)
7174 (custom-face-tag-face, custom-group-tag-face-1)
7175 (custom-group-tag-face):
7176 New backward-compatibility aliases for renamed faces.
7178 * wid-edit.el (widget-documentation, widget-button)
7179 (widget-field, widget-single-line-field, widget-inactive)
7180 (widget-button-pressed): "-face" suffix removed from face names.
7181 (widget-documentation-face, widget-button-face)
7182 (widget-field-face, widget-single-line-field-face)
7183 (widget-inactive-face, widget-button-pressed-face):
7184 New backward-compatibility aliases for renamed faces.
7185 (widget-documentation-face, widget-button-face)
7186 (widget-button-pressed-face, widget-specify-field)
7187 (widget-specify-inactive): Use renamed widget faces.
7189 2005-06-10 Kenichi Handa <handa@m17n.org>
7191 * term/x-win.el (x-clipboard-yank): Remove condition-case
7194 2005-06-11 Kenichi Handa <handa@m17n.org>
7196 * add-log.el (change-log-font-lock-keywords): Make the regexp for
7197 date lines stricter.
7199 2005-06-10 Zhang Wei <id.brep@gmail.com> (tiny change)
7201 * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
7204 2005-06-10 Juanma Barranquero <lekktu@gmail.com>
7206 * comint.el (comint-mode, comint-snapshot-last-prompt):
7207 * frame.el (frame-current-scroll-bars):
7208 * term.el (term-mode, term-check-proc, term-input-sender)
7209 (term-simple-send, term-extract-string, term-word)
7210 (term-match-partial-filename):
7211 * window.el (window-current-scroll-bars):
7212 * emulation/cua-base.el (cua-normal-cursor-color)
7213 (cua-read-only-cursor-color, cua-overwrite-cursor-color)
7214 (cua-global-mark-cursor-color):
7215 * mail/undigest.el (rmail-forward-separator-regex):
7216 Fix typos in docstrings.
7218 * comint.el (comint-check-proc, make-comint-in-buffer)
7219 (comint-source-default): Doc fixes.
7221 * term.el (term-send-string): Improve argument/docstring consistency.
7223 2005-06-09 Luc Teirlinck <teirllm@auburn.edu>
7225 * comint.el (comint-send-input): Bind `inhibit-read-only' around
7226 call to `delete-region'.
7227 (comint-mode-hook): Do not enable Font Lock by default.
7229 2005-06-09 Lute Kamstra <lute@gnu.org>
7231 * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
7234 2005-06-09 Stefan Monnier <monnier@iro.umontreal.ca>
7236 * emacs-lisp/debug.el (debugger-will-be-back): New var.
7238 (debugger-step-through, debugger-continue, debugger-jump)
7239 (debugger-return-value): Set it when needed.
7240 (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
7241 Use inhibit-read-only.
7243 2005-06-09 Juanma Barranquero <lekktu@gmail.com>
7245 * window.el (shrink-window-if-larger-than-buffer)
7246 (window-size-fixed): Fix typo in docstring.
7248 * thumbs.el: Don't set `auto-image-file-mode'. Do not create the
7249 thumbnails directory on loading.
7250 (thumbs-conversion-program): Use `eq' to check the system type,
7252 (thumbs-temp-dir): Initialize to `temporary-file-directory',
7253 not "/tmp". Fix docstring.
7254 (thumbs-thumbsdir): New function to return the thumbnails
7255 directory, creating it if needed.
7256 (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
7257 (thumbs-temp-file): Delete variable and make it into a function.
7258 (thumbs-resize-image, thumbs-modify-image): Use it.
7259 (thumbs-kill-buffer): Simplify.
7260 (thumbs-gensym): Defalias or duplicate CL `gensym'.
7261 (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
7264 2005-06-09 Kim F. Storm <storm@cua.dk>
7266 * subr.el (save-match-data): Add RESEAT arg `evaporate' to
7267 set-match-data to free markers in match-data.
7269 * replace.el (replace-match-data): Pass RESEAT arg `t' to
7270 match-data to unchain markers in match-data.
7272 2005-06-08 Stefan Monnier <monnier@iro.umontreal.ca>
7274 * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
7275 the debugger immediately anyway. Undo the 2005-06-06 change, rendered
7278 2005-06-08 Richard M. Stallman <rms@gnu.org>
7280 * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
7281 give the variable a doc string that doesn't say don't set it directly.
7283 * textmodes/ispell.el (ispell-check-version):
7284 Use match-string-no-properties.
7285 (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
7286 (ispell-buffer-local-words): Likewise.
7288 * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
7289 except on terminals with enough colors to really display it.
7290 (makefile-dependency-regex): Delete spurious `bb'.
7292 * faces.el (escape-glyph): Use blue once again in last case.
7293 (no-break-space): Redefine so that it isn't invisible on a tty.
7295 2005-06-08 Kim F. Storm <storm@cua.dk>
7297 * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
7298 also when reading directory name.
7300 2005-06-08 Lute Kamstra <lute@gnu.org>
7302 * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
7303 (flyspell-mode-line-string): Remove autoload cookie.
7304 (flyspell-mode): Remove defvar.
7306 2005-06-07 Lute Kamstra <lute@gnu.org>
7308 * textmodes/org.el (org-run-mode-hooks): New function.
7309 (org-agenda-mode): Use it.
7311 2005-06-07 David McCabe <davemccabe@gmail.com> (tiny change)
7313 * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
7315 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7317 * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
7319 2005-06-06 Luc Teirlinck <teirllm@auburn.edu>
7321 * font-lock.el (font-lock-add-keywords): Doc fix.
7323 2005-06-06 Stefan Monnier <monnier@iro.umontreal.ca>
7325 * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
7326 (tex-compile-default): In the absence of any history, use the order in
7327 tex-compile-alist to choose the preferred command.
7328 (tex-compile-commands): Reorder a bit.
7330 * textmodes/flyspell.el (flyspell-auto-correct-binding)
7331 (flyspell-incorrect-face, flyspell-duplicate-face):
7332 Use (X)Emacs-agnostic code.
7333 (flyspell-mode-map): Don't overwrite at each load. Remove code
7334 redundant with the subsequent add-minor-mode. Merge Emacs and
7336 (flyspell-word): Minor simplification.
7337 (flyspell-math-tex-command-p): Quieten the byte-compiler.
7338 (flyspell-external-point-words): Remove unused vars `size' and `start'.
7339 (flyspell-do-correct): Rename from flyspell-xemacs-correct.
7340 Merge the corresponding Emacs code.
7341 (flyspell-correct-word, flyspell-xemacs-popup):
7342 Use flyspell-do-correct.
7344 * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
7347 * international/latexenc.el (latexenc-find-file-coding-system):
7348 Undo part of last patch, to turn off a compiler warning.
7350 2005-06-06 Juri Linkov <juri@jurta.org>
7352 * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
7353 Rename `tmm-inactive-face' to `tmm-inactive'.
7355 2005-06-06 Matt Hodges <MPHodges@member.fsf.org>
7357 * iswitchb.el: Rename faces.
7359 2005-06-06 Kim F. Storm <storm@cua.dk>
7361 * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
7362 (cua-global-mark): Remove -face suffix from face names.
7364 * emulation/cua-gmrk.el (cua--init-global-mark):
7365 Remove cua-global-mark face setup.
7367 2005-06-06 Richard M. Stallman <rms@gnu.org>
7369 * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
7370 just like other allowed characters.
7371 (makefile-match-dependency): Exclude leading and training whitespace
7372 from the range of regexp subexp 1.
7373 (makefile-macroassign-regex): Don't try to match the body,
7374 just the name of the macro being defined.
7376 * info.el (Info-read-node-name-2): New function.
7377 (Info-read-node-name-1): Use that.
7378 Add a completion-base-size-function property.
7380 * simple.el (completion-setup-function): Look for
7381 completion-base-size-function property of minibuffer-completion-table.
7383 * files.el (locate-file-completion): Doc fix.
7385 * printing.el: Don't call pr-update-menus; user must do that.
7387 * emacs-lisp/debug.el (debugger-window): New variable.
7388 (debug): Use debugger-window if it is set and still alive.
7389 Record debugger-window for next entry.
7391 * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
7393 2005-06-06 Matthias F
\e,Av
\e(Brste <slashdevslashnull@gmx.net>
7395 * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
7396 (hack-one-local-variable, hack-local-variables)
7397 (hack-local-variables-prop-line): Pass that arg.
7399 2005-06-06 Kim F. Storm <storm@cua.dk>
7401 * ido.el (ido-first-match, ido-only-match, ido-subdir)
7402 (ido-indicator): Remove -face suffix from face names.
7404 2005-06-06 Juri Linkov <juri@jurta.org>
7406 * font-lock.el (font-lock-regexp-backslash)
7407 (font-lock-regexp-backslash-construct): New faces.
7408 (lisp-font-lock-keywords-2): Use new faces. Match `?:' only
7409 after `('. Add `while-no-input' to control structures.
7411 * faces.el (no-break-space, shadow): New faces.
7412 (escape-glyph): Use less loud colors pink2 and red4.
7414 * diff-mode.el (diff-context-face)
7415 * dired.el (dired-ignored)
7416 * rfn-eshadow.el (file-name-shadow)
7417 * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
7419 * info.el (Info-title-1-face): Use green instead of yellow because
7420 bold yellow is not readable on light backgrounds.
7422 * progmodes/compile.el (compilation-start): Move `erase-buffer' up
7423 before selecting the desired mode to not spend time fontifying
7426 2005-06-06 Juanma Barranquero <lekktu@gmail.com>
7428 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
7429 (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
7431 * ps-print.el (ps-default-fg, ps-default-bg):
7432 Fix typos in docstrings.
7434 * isearchb.el (isearchb): Don't pass a spurious second argument to
7435 `iswitchb-completions'.
7437 2005-06-05 Nick Roberts <nickrob@snap.net.nz>
7439 * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
7441 (gdb-find-file-hook): Add doc string.
7443 * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
7444 C dereferenced pointer expression.
7445 (gud-tool-bar-map): Put it on the tool bar. Re-order icons.
7447 * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
7449 * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
7450 * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
7451 * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
7452 * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
7453 * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
7454 Make background transparent.
7456 2005-06-04 Luc Teirlinck <teirllm@auburn.edu>
7458 * font-lock.el (font-lock-add-keywords): Doc fix. Comment change.
7459 (font-lock-remove-keywords): Doc fix.
7460 (font-lock-mode-major-mode): Compiler defvar.
7461 (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
7463 * font-core.el (font-lock-mode-major-mode): Compiler defvar.
7464 (font-lock-mode): Update `font-lock-mode-major-mode'.
7465 (font-lock-set-defaults): Compiler defvar.
7466 (font-lock-default-function): Take `font-lock-mode-major-mode'
7469 * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
7470 keep track of which major mode it enabled the minor mode for.
7471 Use find-file-hook again. Update docstring.
7473 * simple.el (eval-expression-print-level)
7474 (eval-expression-print-length, eval-expression-debug-on-error):
7477 2005-06-04 Matt Hodges <MPHodges@member.fsf.org>
7479 * iswitchb.el (iswitchb-single-match-face)
7480 (iswitchb-current-match-face, iswitchb-virtual-matches-face)
7481 (iswitchb-invalid-regexp-face): New faces.
7482 (iswitchb-completions): Use them.
7483 (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
7484 now marked as an obsolete alias.
7485 (iswitchb-read-buffer): Remove check for bound font variables.
7486 (iswitchb-invalid-regexp): New free variable.
7487 (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
7488 set iswitchb-invalid-regexp.
7489 (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
7491 (iswitchb-completions): Add check for complete match when entering
7493 (iswitchb-completions): Remove require-match argument.
7494 (iswitchb-exhibit): Fix caller.
7495 (iswitchb-common-match-inserted): New variable.
7496 (iswitchb-complete, iswitchb-completion-help): Use it.
7498 2005-06-04 David Reitter <david.reitter@gmail.com> (tiny change)
7500 * url-http.el (url-http-chunked-encoding-after-change-function):
7501 Use `url-http-debug' instead of `message'.
7503 2005-06-04 Thierry Emery <thierry.emery@free.fr> (tiny change)
7505 * url-http.el (url-http-parse-headers): Pass redirected URL as a
7508 2005-06-04 Kim F. Storm <storm@cua.dk>
7510 * simple.el (line-move): Only call sit-for when moving backwards.
7512 * ido.el (ido-make-merged-file-list-1): New defun split from
7513 ido-make-merged-file-list.
7514 (ido-make-merged-file-list): Bind throw-on-input around call to
7515 ido-make-merged-file-list-1. Return input-pending-p if
7516 interrupted by more input available.
7517 (ido-read-internal): Handle input-pending-p return value from
7518 ido-make-merged-file-list.
7520 2005-06-03 Stefan Monnier <monnier@iro.umontreal.ca>
7522 * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
7525 * international/latexenc.el (latexenc-find-file-coding-system):
7526 Don't inherit the EOL part of the coding-system from the
7527 tex-main buffer. Fit within 80 columns.
7529 2005-06-03 Matt Hodges <MPHodges@member.fsf.org>
7531 * tmm.el (tmm-inactive-face): New face.
7532 (tmm-remove-inactive-mouse-face): New function.
7533 (tmm-prompt, tmm-add-one-shortcut)
7534 (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
7537 2005-06-03 Juanma Barranquero <lekktu@gmail.com>
7539 * faces.el (face-equal): Improve argument/docstring consistency.
7541 2005-06-03 Daniel Pfeiffer <occitan@esperanto.org>
7543 * progmodes/make-mode.el (makefile-targets-face)
7544 (makefile-shell-face, makefile-makepp-perl-face): Add :version.
7545 (makefile-bsdmake-dependency-regex)
7546 (makefile-makepp-rule-action-regex)
7547 (makefile-bsdmake-rule-action-regex): New constants.
7548 (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
7550 * progmodes/compile.el (compilation-error-regexp-alist-alist):
7551 Allow (...) within `...' for makepp messages.
7553 2005-06-03 Michael Kifer <kifer@cs.stonybrook.edu>
7555 * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
7557 * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
7558 "." files are deleted from all file lists before comparison.
7560 * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
7561 (viper-ESC-key): Made them customizable.
7563 * viper.el (viper-non-hook-settings): Fix the names of defadvices.
7565 2005-06-01 Luc Teirlinck <teirllm@auburn.edu>
7567 * autorevert.el (auto-revert-buffers): Use save-match-data.
7569 2005-06-01 Stefan Monnier <monnier@iro.umontreal.ca>
7571 * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
7572 menu items with a nil command binding.
7574 2005-06-01 Juanma Barranquero <lekktu@gmail.com>
7576 * emacs-lisp/cl-macs.el (defsetf):
7577 Improve argument/docstring consistency.
7579 * faces.el (list-faces-display): Improve the formatting by
7580 computing the maximum length required for any face-name (reworked
7581 patch of 1999-01-11, accidentally deleted on 1999-07-21).
7582 (internal-find-face): Remove redundant info in docstring.
7584 2005-06-01 Nick Roberts <nickrob@snap.net.nz>
7586 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
7587 (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
7588 (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
7589 (gdb-assembler-custom): Improve regexps.
7590 (def-gdb-auto-update-handler): Use window point to preserve point.
7592 2005-05-31 Stefan Monnier <monnier@iro.umontreal.ca>
7594 * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
7596 2005-05-31 Jay Belanger <belanger@truman.edu>
7598 * calc/calc-embed.el (calc-embedded-word): Change argument passed
7600 (calc-embedded-make-info): Have plain prefix argument select
7603 2005-05-31 Juanma Barranquero <lekktu@gmail.com>
7605 * faces.el (list-faces-display): Signal error if passed a regexp
7606 that matches no face name.
7608 * simple.el (filter-buffer-substring): Fix typo in docstring.
7610 2005-05-31 Richard M. Stallman <rms@gnu.org>
7612 * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
7613 (vhdl-emacs-21): Doc fix.
7614 (vhdl-mode): Unconditionally set comment-padding.
7615 (vhdl-fixup-whitespace-region): Insert spaces only where
7617 (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
7619 2005-05-30 John Wiegley <johnw@newartisans.com>
7621 * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
7622 * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
7623 * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
7624 `directory-sep-char' to ?/, and all uses of `string-to-int' to
7627 2005-05-30 Jay Belanger <belanger@truman.edu>
7629 * calc/calc.el (calc-bug-address): Fix docstring.
7630 (calc-window-hook, calc-trail-window-hook): New variables.
7631 (calc-trail-display): Restore use of calc-trail-window-hook.
7632 (calc): Restore use of calc-window-hook.
7634 2005-05-31 Masatake YAMATO <jet@gyve.org>
7636 * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
7638 * help-fns.el (help-C-file-name): Add autoload mark for
7639 `find-function-noselect'.
7641 2005-05-30 Stefan Monnier <monnier@iro.umontreal.ca>
7643 * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
7644 (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
7646 2005-05-30 Glenn Morris <gmorris@ast.cam.ac.uk>
7648 * calendar/diary-lib.el (mark-included-diary-files): Only kill
7649 included diary buffer if it was not already being visited.
7650 Reported by Stephen Berman <Stephen.Berman@gmx.net>.
7652 * calendar/icalendar.el (top-level): Do not require 'appt.
7654 * mail/supercite.el (sc-select-attribution): Only use a list
7655 element from sc-attrib-selection-list if it returns a string.
7656 Reported by Davide G. M. Salvetti <salve@debian.org>.
7658 2005-05-30 Juanma Barranquero <lekktu@gmail.com>
7660 * thumbs.el (thumbs-thumbname): The resulting thumbname now
7661 includes a hash value to improve its uniqueness, and has a ".jpg"
7662 extension. Also, it is now a valid filename on all systems.
7663 (thumbs-make-thumb): Use `let', not `let*'.
7664 (thumbs-show-thumbs-list): Check for JPEG availability.
7666 2005-05-30 Richard M. Stallman <rms@gnu.org>
7668 * filesets.el (filesets-menu-ensure-use-cached):
7669 Prevent warning when emacs-version>= is undefined.
7671 * printing.el (pr-interactive-n-up): Use string-to-number.
7673 * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
7675 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
7676 Warn only when name to be defined is quoted.
7678 2005-05-30 Nick Roberts <nickrob@snap.net.nz>
7680 * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
7681 Make regexp more robust.
7682 (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
7683 Force regeneration of disassembly.
7685 2005-05-29 Jay Belanger <belanger@truman.edu>
7687 * calc/calc.el (calc-user-invocation): Check if
7688 calc-invocation-macro is non-nil.
7690 2005-05-29 Juri Linkov <juri@jurta.org>
7692 * add-log.el (change-log-font-lock-keywords):
7693 Add `+' to e-mail regexp to accept mail address with keywords.
7695 * man.el (Man-name-regexp): Add `:' to accept qualified names.
7697 2005-05-29 Luc Teirlinck <teirllm@auburn.edu>
7699 * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
7701 * ielm.el (inferior-emacs-lisp-mode): Ditto.
7703 2005-05-29 Richard M. Stallman <rms@gnu.org>
7705 * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
7706 Undo the change that moves to end of the current word.
7708 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7710 * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
7711 Throw error when count <= 0 to ensure input is a number.
7712 (gdb-read-memory-custom): Pick up address from buffer.
7713 (gdb-memory-mode): Allow user to increment and decrement
7714 memory address from header line.
7716 2005-05-29 Richard M. Stallman <rms@gnu.org>
7718 * flyspell.el (flyspell-version): Function deleted.
7719 (flyspell-auto-correct-previous-hook): Doc fix.
7721 * jit-lock.el (jit-lock-function, jit-lock-after-change):
7722 Do nothing if memory is full.
7724 * font-lock.el (font-lock-fontify-syntactically-region):
7725 Pass t for GREEDY to looking-back.
7727 * saveplace.el (save-place-alist-to-file): Write the file
7730 * subr.el (looking-back): New argument GREEDY.
7732 * progmodes/compile.el (compilation-start): Set the mode
7733 before inserting the initial text.
7735 * progmodes/which-func.el (which-func-update-1): Turn the mode
7736 off in case of error by setting which-func-mode.
7738 2005-05-29 Peter Heslin <p.j.heslin@durham.ac.uk> (tiny change)
7740 * flyspell.el (flyspell-auto-correct-previous-word):
7741 Narrow down to what's on the screen, and recenter overlays
7742 at the end of the next word.
7744 2005-05-29 Manuel Serrano <Manuel.Serrano@sophia.inria.fr>
7746 * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
7747 (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
7748 (flyspell-abbrev-p): Default to nil.
7749 (flyspell-use-global-abbrev-table-p): Doc fix.
7750 (flyspell-large-region): Allow nil as value.
7751 (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
7753 (mail-mode-flyspell-verify): More robust handling
7754 of `mail-header-separator'. More efficient signature detection.
7755 Allow for regexp metacharacters in message-header-separator.
7756 Adding `To' not to be checked in mail-mode-flyspell-verify.
7758 (flyspell-prog-mode): Run flyspell-prog-mode-hook.
7759 (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
7760 Bind flyspell-auto-correct-binding.
7762 (flyspell-mode-map): Likewise.
7763 (flyspell-mode): Doc fix.
7764 (flyspell-accept-buffer-local-defs): Preserve current buffer.
7765 (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
7766 (flyspell-word-cache-result): New var, always local.
7767 (flyspell-check-pre-word-p): Doc fix.
7768 (flyspell-check-changed-word-p): Handle spc like newline.
7769 (flyspell-post-command-hook): Set flyspell-word-cache-result.
7770 (flyspell-word-search-backward, flyspell-word-search-forward):
7772 (flyspell-word): Return t if nothing to check.
7773 When parsing TeX code, check for after } or \.
7774 Use flyspell-word-search-backward to find previous word.
7775 Return nil if duplicated word.
7776 For word already checked, return same value as last time.
7777 Set flyspell-word-cache-result after checking.
7778 Don't clobber the return value.
7779 (flyspell-get-word): Major rewrite.
7780 (flyspell-external-point-words): New locals pword, pcount.
7781 Fix size used in progress message.
7782 Find the proper corresponding word in flyspell-large-region-buffer.
7783 (flyspell-region): Check for flyspell-large-region = nil.
7784 (flyspell-highlight-incorrect-region): Clean up overlays in region.
7785 (flyspell-auto-correct-word): Check that WORD is a cons.
7786 (flyspell-correct-word): Likewise.
7788 2005-05-29 Daniel Pfeiffer <occitan@esperanto.org>
7790 * progmodes/make-mode.el (makefile-rule-action-regex)
7791 (makefile-macroassign-regex, makefile-makepp-mode)
7792 (makefile-bsdmake-mode): Continuation lines may be empty.
7793 Reported by Joshua Varner.
7794 (makefile-makepp-font-lock-keywords): Add $(stem).
7796 2005-05-28 Karl Berry <karl@gnu.org>
7798 * textmodes/tex-mode.el: Now that tex-send-command calls
7799 shell-quote-argument (2005-03-31 change), remove all calls to
7800 shell-quote-argument; they all end up invoking tex-send-command.
7801 The double quoting loses on filenames with non-safe characters,
7802 such as "@". Reported by Frederik Fouvry.
7804 2005-05-29 Nick Roberts <nickrob@snap.net.nz>
7806 * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
7807 about preserving point.
7809 2005-05-27 Jay Belanger <belanger@truman.edu>
7811 * calc/calc-misc.el (calc-info-goto-node): Use info instead of
7814 * calc/calc-embed.el (calc-embed-arg): New variable.
7815 (calc-do-embedded-activate, calc-embedded-activate-formula)
7816 (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
7817 variable by new variable.
7818 (calc-embedded-make-info): Replace undeclared variable by new
7819 variable. When selecting region with positive prefix
7820 argument, use end of previous line instead of beginning of line.
7822 * calc/calc-aent.el (calc-arg-values): Declare it.
7824 * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
7827 * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
7829 * calc/calc.el (calc-alg-map): Declare it.
7831 * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
7833 2005-05-28 Nick Roberts <nickrob@snap.net.nz>
7835 * progmodes/gdb-ui.el (gdb-all-registers): New variable.
7836 (gdb-registers-buffer, toggle-gdb-all-registers):
7837 Toggle display of floating point registers.
7838 (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
7840 * progmodes/gud.el (gud-goto-info): Use info. Don't use require.
7841 (toggle-gud-tooltip-dereference):
7842 Rename from gud-toggle-tooltip-dereference.
7844 2005-05-27 Stefan Monnier <monnier@iro.umontreal.ca>
7846 * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
7848 2005-05-27 Jay Belanger <belanger@truman.edu>
7850 * calc/calc-prog.el (calc-kbd-report): Remove.
7851 (calc-kbd-query): Rewrite.
7853 2005-05-27 Juanma Barranquero <lekktu@gmail.com>
7855 * image.el (image-library-alist): Move to image.c.
7856 (image-type-available-p): Doc fix.
7858 2005-05-27 Lute Kamstra <lute@gnu.org>
7860 * calc/calc.el (calc):
7861 * outline.el (outline-1, outline-2, outline-3, outline-4)
7862 (outline-5, outline-6, outline-7, outline-8):
7863 * textmodes/dns-mode.el (dns-mode):
7864 * textmodes/sgml-mode.el (sgml-namespace-face):
7865 * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
7866 (tex-verbatim-face, tex-use-reftex):
7867 * textmodes/texinfo.el (texinfo-heading-face):
7868 Specify customization group.
7870 * longlines.el: Don't require easy-mmode.
7871 (longlines-visible-face): Specify customization group.
7873 2005-05-27 Kenichi Handa <handa@m17n.org>
7875 * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
7876 encoding table of windows-1251.
7878 * international/ucs-tables.el (ucs-set-table-for-input):
7879 If translation-table-for-input of a coding system is a symbol, get
7880 its translation-table property.
7882 * international/code-pages.el: Don't register a coding system into
7883 non-iso-charset-alist more than once.
7884 (cp-make-coding-system): Likewise.
7886 2005-05-26 John Wiegley <johnw@newartisans.com>
7888 * eshell/esh-cmd.el (eshell-eval-command): If the return value of
7889 `eshell-resume-eval' is wrapped in a list, it indicates that the
7890 command was run asynchronously. In that case, unwrap the value
7891 before checking the delimiter value.
7893 * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
7894 character before a space at the end of a line is \, assume the space
7895 is part of the last argument rather than a final argument separator.
7897 * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
7898 is in use, and the target is `t' or `nil' (which are the most common
7899 values), don't assume that the symbol target is a buffer.
7901 2005-05-26 Luc Teirlinck <teirllm@auburn.edu>
7903 * calendar/calendar.el (calendar-mode-line-format):
7904 Use mode-line-highlight as mouse-face.
7906 * time.el (display-time-string-forms, display-time-update):
7907 Use mode-line-highlight as mouse-face.
7909 2005-05-26 Jay Belanger <belanger@truman.edu>
7911 * calc/calc.el (calc-language-alist): Remove extra defvar.
7913 2005-05-26 Lute Kamstra <lute@gnu.org>
7915 * arc-mode.el (archive-mode):
7916 * bookmark.el (bookmark-read-annotation-mode)
7917 (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
7919 * calc/calc-yank.el (calc-edit-mode):
7920 * calc/calc.el (calc-mode, calc-trail-mode):
7921 * calculator.el (calculator-mode):
7922 * chistory.el (command-history-mode):
7924 * cus-edit.el (custom-mode):
7925 * descr-text.el (describe-text-mode):
7926 * ebuff-menu.el (Electric-buffer-menu-mode):
7927 * ediff-util.el (ediff-mode):
7928 * emacs-lisp/re-builder.el (reb-mode):
7929 * emulation/vi.el (vi-mode-setup):
7930 * emulation/ws-mode.el (wordstar-mode):
7931 * eshell/esh-mode.el (eshell-mode):
7932 * forms.el (forms-mode):
7933 * help-mode.el (help-mode):
7934 * hexl.el (hexl-mode):
7935 * ibuffer.el (ibuffer-mode):
7936 * ielm.el (inferior-emacs-lisp-mode):
7937 * info.el (Info-mode, Info-edit-mode):
7938 * international/swedish.el:
7939 * ledit.el (ledit-from-lisp-mode):
7940 * locate.el (locate-mode):
7941 * mail/rmail.el (rmail-mode):
7942 * mail/rmailedit.el (rmail-edit-mode):
7943 * mail/rmailsum.el (rmail-summary-mode):
7944 * mail/supercite.el (sc-electric-mode):
7945 * net/eudc.el (eudc-mode):
7946 * net/quickurl.el (quickurl-list-mode):
7947 * net/snmp-mode.el (snmp-mode, snmpv2-mode):
7948 * obsolete/ooutline.el (outline-mode):
7949 * obsolete/options.el (Edit-options-mode):
7950 * obsolete/rnews.el (news-mode):
7951 * obsolete/rnewspost.el (news-reply-mode):
7952 * play/5x5.el (5x5-mode):
7953 * play/decipher.el (decipher-mode, decipher-stats-mode):
7954 * play/gomoku.el (gomoku-mode):
7955 * play/snake.el (snake-mode):
7956 * play/solitaire.el (solitaire-mode):
7957 * play/tetris.el (tetris-mode):
7958 * progmodes/ada-mode.el (ada-mode):
7959 * progmodes/antlr-mode.el (antlr-mode):
7960 * progmodes/autoconf.el (autoconf-mode):
7961 * progmodes/dcl-mode.el (dcl-mode):
7962 * progmodes/delphi.el (delphi-mode):
7963 * progmodes/ebrowse.el (ebrowse-tree-mode)
7964 (ebrowse-electric-list-mode, ebrowse-member-mode)
7965 (ebrowse-electric-position-mode):
7966 * progmodes/f90.el (f90-mode):
7967 * progmodes/fortran.el (fortran-mode):
7968 * progmodes/icon.el (icon-mode):
7969 * progmodes/idlw-help.el (idlwave-help-mode):
7970 * progmodes/idlw-shell.el (idlwave-shell-mode):
7971 * progmodes/idlwave.el (idlwave-mode):
7972 * progmodes/inf-lisp.el (inferior-lisp-mode):
7973 * progmodes/m4-mode.el (m4-mode):
7974 * progmodes/meta-mode.el (metafont-mode, metapost-mode):
7975 * progmodes/modula2.el (modula-2-mode):
7976 * progmodes/octave-inf.el (inferior-octave-mode):
7977 * progmodes/octave-mod.el (octave-mode):
7978 * progmodes/pascal.el (pascal-mode):
7979 * progmodes/sh-script.el (sh-mode):
7980 * progmodes/sql.el (sql-mode, sql-interactive-mode):
7981 * progmodes/vhdl-mode.el (vhdl-mode):
7982 * progmodes/xscheme.el (scheme-interaction-mode):
7983 * replace.el (occur-mode):
7984 * ses.el (ses-mode):
7985 * simple.el (completion-list-mode):
7987 * speedbar.el (speedbar-mode):
7988 * term.el (term-mode):
7989 * terminal.el (terminal-edit-mode):
7990 * textmodes/reftex-index.el (reftex-index-mode)
7991 (reftex-index-phrases-mode):
7992 * textmodes/reftex-sel.el (reftex-select-label-mode)
7993 (reftex-select-bib-mode):
7994 * textmodes/reftex-toc.el (reftex-toc-mode):
7995 * wdired.el (wdired-change-to-wdired-mode):
7996 * wid-browse.el (widget-browse-mode):
7999 * array.el (array-mode):
8000 * calendar/todo-mode.el (todo-mode):
8001 * man.el (Man-mode):
8002 * play/landmark.el (lm-mode):
8003 * play/mpuz.el (mpuz-mode):
8004 Use kill-all-local-variables and run-mode-hooks.
8006 * subr.el (delay-mode-hooks): Specify indentation.
8008 2005-05-26 Mark A. Hershberger <mah@everybody.org>
8010 * xml.el (xml-substitute-special): Don't die for undefined xml
8013 2005-05-26 Jay Belanger <belanger@truman.edu>
8015 * calc/calc-prog.el (calc-user-define-edit): Don't find substring
8018 2005-05-27 Nick Roberts <nickrob@snap.net.nz>
8020 * progmodes/gdb-ui.el (gdb-frame-address):
8021 Rename from gdb-current-address.
8022 (gdb-previous-frame-address): Rename from gdb-previous-address.
8023 (gdb-selected-frame): Rename from gdb-current-frame.
8024 (gdb-get-selected-frame): Rename from gdb-get-current-frame.
8025 (gdb-frame-number): Rename from gdb-current-stack-level.
8026 (gdb-ann3): Match new mode-name for disassembly buffer.
8027 Extend initialization of variables.
8028 (gdb-post-prompt): Update disassembly from gdb-frame-handler.
8029 (gdb-memory-mode): Use mouse-face in header line.
8030 (gdb-assembler-buffer-name): Call it disassembly and give frame
8032 (gdb-source-spec-regexp, gdb-assembler-custom)
8033 (gdb-invalidate-assembler, gdb-frame-handler):
8034 Make robust to leading zeroes in address format.
8036 2005-05-26 Carsten Dominik <dominik@science.uva.nl>
8038 * textmodes/org.el (org-mode): Use `define-derived-mode' to
8040 (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
8042 2005-05-26 Stefan Monnier <monnier@iro.umontreal.ca>
8044 * log-edit.el (log-edit-changelog-entries): Distinguish between
8045 filenames like xfns.c and fns.c.
8047 2005-05-25 Luc Teirlinck <teirllm@auburn.edu>
8049 * buff-menu.el (Buffer-menu-revert-function): Improve handling of
8050 point after reverting.
8051 (Buffer-menu-make-sort-button): Handle the case where
8052 `Buffer-menu-use-header-line' is nil.
8054 2005-05-25 Thien-Thi Nguyen <ttn@gnu.org>
8056 * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
8057 New funcs. In minibuffer-local-completion-map bind `]', `/'
8060 2005-05-25 Stefan Monnier <monnier@iro.umontreal.ca>
8062 * startup.el (normal-top-level): Allow modification of load-path while
8063 we're iterating over it.
8065 2005-05-25 Juanma Barranquero <lekktu@gmail.com>
8067 * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
8068 (thumbs-cleanup-thumbsdir, thumbs-call-convert)
8069 (thumbs-resize-interactive, thumbs-insert-image)
8070 (thumbs-insert-thumb, thumbs-dired-show-marked)
8071 (thumbs-find-image-at-point, thumbs-delete-images)
8072 (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
8073 (thumbs-increment-image-size, thumbs-decrement-image-size):
8074 Fix typos in docstrings.
8076 2005-05-24 Andre Spiegel <spiegel@gnu.org>
8078 * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
8079 (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
8080 (cperl-mode): Use them.
8082 2005-05-24 Juanma Barranquero <lekktu@gmail.com>
8084 * window.el (quit-window, shrink-window-if-larger-than-buffer):
8087 2005-05-24 Nick Roberts <nickrob@snap.net.nz>
8089 * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
8090 Bind C-d to gdb-inferior-io-eof.
8092 * dired.el (dired-dnd-popup-notice): Use message-box.
8094 2005-05-23 Masatake YAMATO <jet@gyve.org>
8096 * bindings.el (mode-line-major-mode-keymap):
8097 Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
8099 * faces.el (mode-line-highlight): New face.
8101 * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
8104 * bindings.el (top-level, help-echo, mode-line-modified)
8105 (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
8108 2005-05-23 Juanma Barranquero <lekktu@gmail.com>
8110 * progmodes/cc-engine.el (c-guess-basic-syntax):
8111 Remove spurious call to `zerop'.
8113 * emacs-lisp/cl.el (acons, pairlis): Add docstring.
8115 2005-05-23 Martin Stjernholm <bug-cc-mode@gnu.org>
8117 CC Mode update to 5.30.10:
8119 * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
8120 could go past the limit in decoration level 2, thereby causing
8121 errors during interactive fontification.
8123 * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
8124 the file is evaluated interactively.
8126 * cc-engine.el (c-guess-basic-syntax): Handle operator
8127 declarations somewhat better in C++.
8129 * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
8130 make use of `run-mode-hooks' which has been added in Emacs 21.1.
8131 (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
8133 (make-local-hook): Suppress warning about obsoleteness.
8135 * cc-engine.el, cc-align.el, cc-cmds.el
8136 (c-append-backslashes-forward, c-delete-backslashes-forward)
8137 (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
8138 Compensate for return value from `forward-line' when it has moved
8139 but not to a different line due to eob.
8141 * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
8142 `objc-method-intro' and `objc-method-args-cont'.
8144 2005-05-23 Alan Mackenzie <bug-cc-mode@gnu.org>
8146 CC Mode update to 5.30.10:
8148 * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
8149 in the copyright statement. Incidentally, change "along with GNU
8150 Emacs" to "along with this program" where it occurs.
8152 * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
8153 so that it is interactive, hence can be found by M-x awk-mode
8154 whilst cc-mode is yet to be loaded. Reported by Glenn Morris
8155 <gmorris+emacs@ast.cam.ac.uk>.
8157 * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
8160 2005-05-23 Kevin Ryde <user42@zip.com.au>
8162 * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
8163 c-parse-state, to avoid a lisp error (on bad code).
8165 2005-05-23 Lute Kamstra <lute@gnu.org>
8167 * subr.el (font-lock-defaults): Remove defvar as it's already
8168 defined in font-core.el.
8170 * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
8172 2005-05-23 Nick Roberts <nickrob@snap.net.nz>
8174 * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
8175 more general and work when GDB variable "print pretty" is on,
8176 as with Emacs, for example.
8178 2005-05-22 Luc Teirlinck <teirllm@auburn.edu>
8180 * font-core.el: Update comment.
8182 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
8183 Use `after-change-major-mode-hook' instead of `find-file-hook'.
8185 * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
8187 2005-05-22 Eli Zaretskii <eliz@gnu.org>
8189 * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
8190 and `yank-handler' in the doc strings.
8192 2005-05-22 Stefan Monnier <monnier@iro.umontreal.ca>
8194 * emacs-lisp/cl.el (eql): Remove. It's a builtin already.
8196 2005-05-22 Richard M. Stallman <rms@gnu.org>
8198 * help.el (describe-key): Move print-help-return-message call
8201 * progmodes/etags.el (list-tags): Use with-no-warnings.
8203 * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
8204 (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
8205 (starttls-extra-args, starttls-extra-arguments): Add defvars.
8207 * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
8209 * language/viet-util.el (viet-viscii-nonascii-translation-table):
8212 * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
8213 Use defvar, not defconst.
8215 * hexl.el (hexl-follow-line): Use with-no-warnings.
8217 * emulation/tpu-extras.el: Use write-file-functions instead of
8220 * dired.el (dired-font-lock-keywords): Fontify files with junk
8221 extensions even if marked by -F.
8223 2005-05-22 Juanma Barranquero <lekktu@gmail.com>
8225 * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
8226 (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
8227 * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
8228 (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
8229 (concatenate, list-length, get*, getf, cl-remprop):
8230 * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
8231 (etypecase, progv, lexical-let, lexical-let*)
8232 (multiple-value-bind, multiple-value-setq, shiftf):
8233 Improve argument/docstring consistency.
8235 * subr.el (focus-frame, unfocus-frame):
8236 Revert deletion on 2005-05-01.
8238 2005-05-22 Andre Spiegel <spiegel@gnu.org>
8240 * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
8243 * vc.el (vc-trunk-p): Add autoload cookie. The function is used in
8244 vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
8246 2005-05-22 Nick Roberts <nickrob@snap.net.nz>
8248 * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
8249 already deleted variables: auto-fill-hook, blink-paren-hook,
8250 lisp-indent-hook, inhibit-local-variables, unread-command-event,
8251 suspend-hooks, comment-indent-hook, meta-flag,
8252 before-change-function, after-change-function,
8253 font-lock-doc-string-face.
8255 2005-05-21 Luc Teirlinck <teirllm@auburn.edu>
8257 * emacs-lisp/derived.el (define-derived-mode): Doc fix.
8259 2005-05-21 Eli Zaretskii <eliz@gnu.org>
8261 * mail/rmail.el (rmail-reply): Filter the list in reply-to through
8262 rmail-dont-reply-to.
8264 2005-05-21 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
8266 * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
8267 literal blank when splitting new-header-values.
8269 2005-05-21 Matt Hodges <MPHodges@member.fsf.org>
8271 * calendar/cal-menu.el (cal-menu-update): Add separator as a
8272 string so that tmm doesn't create a completion entry for it.
8274 * textmodes/table.el (table-disable-menu): Ditto.
8276 2005-05-21 Richard M. Stallman <rms@gnu.org>
8278 * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
8280 * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
8282 * net/rcompile.el (remote-compile): Use compilation-start.
8284 * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
8286 2005-05-21 Daniel Pfeiffer <occitan@esperanto.org>
8288 * files.el (auto-mode-alist): Check GNUmakefile before makefile.
8289 Default to makefile-bsdmake-mode on BSD systems.
8291 * imenu.el (imenu-generic-expression, imenu--generic-function'):
8292 REGEXP may also be a search function now. The part of doc-string
8293 for describing the structure was 95% identical to that of
8294 `imenu--generic-function'. Unify it there.
8296 * progmodes/make-mode.el (makefile-imenu-generic-expression):
8297 Use function to find dependencies, because regexp alone is so complex,
8298 it easily goes into an endless loop.
8299 (makefile-makepp-mode): Also add submenu for Perl functions
8300 defined in the makefile.
8301 (makefile-bsdmake-mode): Special imenu-generic-expression no
8302 longer needed, due to function call.
8303 (makefile-match-dependency): Take BOUND into account when checking
8306 2005-05-20 Jay Belanger <belanger@truman.edu>
8308 * calc/calc-units.el (calc-invalidate-units-table):
8309 Use inhibit-read-only.
8310 (math-build-units-table-buffer): Use view-mode.
8312 2005-05-20 David Kastrup <dak@gnu.org>
8314 * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
8315 easy-menu-add is not a nop on Emacs; and clarify when to call it.
8317 2005-05-20 Lute Kamstra <lute@gnu.org>
8319 * diff-mode.el (diff-header-face, diff-file-header-face)
8320 (diff-index-face, diff-hunk-header-face, diff-removed-face)
8321 (diff-added-face, diff-changed-face, diff-function-face)
8322 (diff-context-face, diff-nonexistent-face): Put them in the
8323 diff-mode customization group.
8325 2005-05-20 Stefan Monnier <monnier@iro.umontreal.ca>
8327 * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
8329 * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
8331 * font-lock.el (lisp-font-lock-keywords-2): Don't error.
8332 Minor regexp-optimization.
8334 2005-05-20 Carsten Dominik <dominik@science.uva.nl>
8336 * textmodes/org.el (org-agenda-toggle-time-grid): New command.
8337 (org-agenda-use-time-grid, org-agenda-time-grid): New options.
8338 (org-agenda-add-time-grid-maybe): New function.
8339 (org-agenda): Call `org-agenda-add-time-grid-maybe'.
8340 (org-table-create): `dotimes' instead of `mapcar'.
8341 (org-xor): Simplify implementation.
8342 (org-agenda): `inhibit-redisplay' turned on.
8343 (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
8344 a consistent line after a state change.
8345 (org-agenda-remove-times-when-in-prefix): New option.
8346 (org-prefix-has-time): New variable.
8347 (org-parse-time-string): Optional argument NODEFAULT.
8348 (org-format-agenda-item): Parse items for time-of-day
8349 specifications and move these into the prefix if possible.
8350 (org-agenda-priority): Get current heading, not previous heading
8351 during agenda remote editing.
8353 2005-05-20 Juanma Barranquero <lekktu@gmail.com>
8355 * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
8356 (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
8357 (remove-duplicates, delete-duplicates, substitute)
8358 (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
8359 (nsubstitute-if-not, find, find-if, find-if-not, position)
8360 (position-if, position-if-not, count, count-if, count-if-not)
8361 (mismatch, search, sort*, stable-sort, merge, member*)
8362 (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
8363 (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
8364 (intersection, nintersection, set-difference, nset-difference)
8365 (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
8366 (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
8367 (nsublis, tree-equal): Improve argument/docstring consistency.
8369 * subr.el (send-string, send-region):
8370 Remove obsolescence declaration.
8371 (window-dot, set-window-dot, read-input, show-buffer)
8372 (eval-current-buffer, string-to-int):
8373 Add release number to obsolescence declarations.
8375 2005-05-19 Kim F. Storm <storm@cua.dk>
8377 * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
8378 (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
8380 2005-05-20 Matt Hodges <MPHodges@member.fsf.org>
8382 * faces.el (list-faces-display): Make back button respect optional
8385 2005-05-19 Juanma Barranquero <lekktu@gmail.com>
8387 * calculator.el (calculator-radix-grouping-mode)
8388 (calculator-radix-grouping-digits, calculator-displayer)
8389 (calculator-radix-grouping-separator, calculator-copy-displayer):
8390 * dabbrev.el (dabbrev-search-these-buffers-only):
8391 * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
8392 (diff-advance-after-apply-hunk, diff-mode-hook)
8393 (diff-minor-mode-prefix):
8394 * imenu.el (imenu-use-popup-menu):
8395 * jit-lock.el (jit-lock-context-time):
8396 * newcomment.el (comment-fill-column, comment-column)
8397 (comment-style, comment-padding, comment-multi-line)
8398 (comment-empty-lines, comment-auto-fill-only-comments):
8399 * reveal.el (reveal-around-mark):
8400 * uniquify.el (uniquify-buffer-name-style)
8401 (uniquify-after-kill-buffer-p)
8402 (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
8403 (uniquify-min-dir-content, uniquify-separator)
8404 (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
8405 * w32-vars.el (w32-fixed-font-alist):
8406 * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
8407 * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
8408 * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
8409 * progmodes/perl-mode.el (perl-indent-level)
8410 (perl-continued-statement-offset, perl-continued-brace-offset)
8411 (perl-brace-offset, perl-brace-imaginary-offset)
8412 (perl-label-offset, perl-indent-continued-arguments)
8413 (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
8414 * progmodes/tcl.el (tcl-indent-level)
8415 (tcl-continued-indent-level, tcl-auto-newline)
8416 (tcl-tab-always-indent, tcl-electric-hash-style)
8417 (tcl-help-directory-list, tcl-use-smart-word-finder)
8418 (tcl-application, tcl-command-switches, tcl-prompt-regexp)
8419 (inferior-tcl-source-command):
8420 * textmodes/fill.el (enable-kinsoku):
8421 * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
8422 * textmodes/table.el (table-yank-handler):
8423 Specify missing group (and type, if simple) in defcustom.
8425 2005-05-19 Luc Teirlinck <teirllm@auburn.edu>
8427 * progmodes/compile.el (compilation-finish-function): Fix defvar.
8429 2005-05-19 Richard M. Stallman <rms@gnu.org>
8431 * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
8433 * subr.el (event-basic-type): Don't get an error.
8434 (left-fringe-p): Function deleted.
8436 * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
8437 (list-buffers-noselect): Set `font-lock-face' property, not `face'.
8439 * dired-aux.el (dired-copy-file-recursive): Handle symlinks
8442 * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
8444 * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
8446 * emacs-lisp/bytecomp.el
8447 (byte-compile-file-form-custom-declare-variable): Call
8448 byte-compile-nogroup-warn if appropriate.
8450 * progmodes/compile.el (compilation-finish-function): Mark obsolete.
8451 (compilation-set-window): Don't call left-fringe-p; do it directly.
8453 2005-05-19 Jay Belanger <belanger@truman.edu>
8455 * calc/calc-graph.el (calc-graph-format-data): Make sure
8456 var-PlotRejects is bound before trying to check its value.
8458 2005-05-19 Carsten Dominik <dominik@science.uva.nl>
8460 * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
8461 definition of this variable from reftex-global.el to reftex.el,
8462 because it is needed in the menu.
8464 2005-05-19 Lute Kamstra <lute@gnu.org>
8466 * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
8467 years are fixed. Don't insert a space after a dash.
8469 2005-05-19 Kim F. Storm <storm@cua.dk>
8471 * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
8473 2005-05-19 Daniel Pfeiffer <occitan@esperanto.org>
8475 * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
8476 strings, because (eq ... ?\\) is fairly frequent.
8478 * progmodes/make-mode.el (makefile-add-this-line-targets):
8479 Simplify and integrate into `makefile-pickup-targets'.
8480 (makefile-add-this-line-macro): Simplify and integrate into
8481 `makefile-pickup-macros.
8482 (makefile-pickup-filenames-as-targets): Simplify.
8483 (makefile-previous-dependency, makefile-match-dependency):
8484 Don't stumble over `::'.
8486 2005-05-19 Nick Roberts <nickrob@snap.net.nz>
8488 * subr.el (post-command-idle-hook, post-command-idle-delay):
8489 Remove obsoletion of post-command-idle-hook and
8490 post-command-idle-delay.
8492 * faces.el (list-faces-display): Provide button when describe-face
8493 is called to take user back to the list of faces.
8495 * help-fns.el (describe-variable): Remove hyperlinks in a
8496 variable's value as these are quite frequently inappropriate.
8498 * follow.el (follow-submit-feedback, follow-mode):
8499 Remove references to post-command-idle-hook.
8501 2005-05-18 Daniel Pfeiffer <occitan@esperanto.org>
8503 * progmodes/make-mode.el (makefile-previous-dependency)
8504 (makefile-match-dependency): Check for := (and in bsd mode also
8505 !=) to give a better result, even when font-lock is not on.
8507 2005-05-18 Jay Belanger <belanger@truman.edu>
8509 * calc/calc-help.el (calc-s-prefix-help):
8510 Add `calc-copy-special-constant' to help string.
8512 2005-05-18 Luc Teirlinck <teirllm@auburn.edu>
8514 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
8516 2005-05-18 Jay Belanger <belanger@truman.edu>
8518 * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
8519 in linear factors are in proper order.
8521 2005-05-18 Carsten Dominik <dominik@science.uva.nl>
8523 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
8524 Support for jurabib.
8526 * textmodes/reftex.el (featurep): Define aliases for overlay
8527 commands, for XEmacs compatibility, and use these aliases in
8528 overlay initializations.
8529 (reftex-highlight): Use `reftex-move-overlay'.
8530 (reftex-unhighlight): Use `reftex-delete-overlay'.
8531 (reftex-uniq): Function removed. Use `reftex-uniquify' instead.
8532 (reftex-access-search-path): Use `reftex-uniquify' instead of
8535 * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
8536 `before-string' property modification enables for Emacs as well.
8537 (reftex-select-item): Use `reftex-delete-overlay'.
8538 (reftex-select-mark): Use `reftex-make-overlay' and
8539 `reftex-overlay-put'.
8540 (reftex-select-unmark): Use `reftex-delete-overlay' and
8541 `reftex-overlay-put'.
8543 2005-05-18 Lute Kamstra <lute@gnu.org>
8545 * emacs-lisp/lisp.el (check-parens): Fix docstring.
8547 2005-05-18 Juanma Barranquero <lekktu@gmail.com>
8549 * add-log.el (add-change-log-entry):
8550 * array.el (array-make-template, array-reconfigure-rows)
8551 (array-init-max-row, array-init-max-column)
8552 (array-init-columns-per-line, array-init-field-width):
8553 * replace.el (replace-match-maybe-edit, perform-replace):
8554 * textmodes/spell.el (spell-region):
8555 Replace `read-input' by `read-string'.
8557 * forms.el (forms-mode):
8558 * finder.el (finder-compile-keywords):
8559 * shadowfile.el (shadow-read-files):
8560 Replace `eval-current-buffer' by `eval-buffer'.
8562 * terminal.el (te-pass-through):
8563 * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
8564 (ange-ftp-raw-send-cmd):
8565 * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
8566 (send-process-next-char, telnet-initial-filter, telnet):
8567 Replace `send-string' by `process-send-string'.
8569 * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
8570 (prolog-consult-region): Replace `send-string' by
8571 `process-send-string'; replace `send-region' by `process-send-region'.
8573 * progmodes/delphi.el (delphi-log-msg):
8574 Replace `set-window-dot' by `set-window-point'.
8576 * subr.el (window-dot, set-window-dot, read-input, send-string)
8577 (send-region, show-buffer, eval-current-buffer):
8578 Make really obsolete, as the comment says.
8580 2005-05-17 Kim F. Storm <storm@cua.dk>
8582 * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
8583 (cua--init-keymaps): Bind C-return instead of S-return to set
8586 * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
8587 instead of S-return to toggle/clear rectangle mark.
8589 2005-05-17 Daniel Pfeiffer <occitan@esperanto.org>
8591 * progmodes/make-mode.el (makefile-dependency-skip): New variable.
8592 (makefile-macroassign-regex, makefile-make-font-lock-keywords):
8593 Also fontify plain strings assigned to variables, mostly so that a
8594 colon has a face and is thus not taken as a dependency separator.
8595 (makefile-previous-dependency): Inline the new matcher, because it
8596 is too complex to work in both directions.
8597 (makefile-match-dependency): Eliminate `backward' arg (see above).
8598 Completely reimplemented so as to not sometimes go into an endless
8599 loop. It should also be more efficient, because first it only
8600 searches for `:', instead of applying the very complex regexp.
8601 (makefile-mode): Cancel `font-lock-support-mode', because blocks
8602 to be fontified in one piece can be too long for JIT.
8603 Makefiles are never *that* big.
8605 2005-05-17 Reiner Steib <Reiner.Steib@gmx.de>
8607 * dired.el (dired-mode): Simplify.
8609 2005-05-17 Lute Kamstra <lute@gnu.org>
8611 * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
8612 defcustom for the mode hook variable.
8614 * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
8615 Emacs Lisp Reference Manual.
8617 2005-05-17 Juanma Barranquero <lekktu@gmail.com>
8619 * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
8621 * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
8622 * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
8624 * net/tramp-smb.el (tramp-smb-open-connection):
8625 Pass `tramp-chunksize' as fifth (required) argument.
8627 2005-05-16 Daniel Pfeiffer <occitan@esperanto.org>
8629 * font-lock.el (lisp-font-lock-keywords-1):
8630 Set `font-lock-negation-char-face' for [^...] char group.
8631 (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
8633 * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
8634 a var, and refine it to mask one more level of nested vars.
8635 (makefile-rule-action-regex): Turn it into a var, and refine it so
8636 it recognizes backslashed continuation lines as belonging to the
8638 (makefile-macroassign-regex): Refine it so it recognizes
8639 backslashed continuation lines as belonging to the same command.
8640 (makefile-var-use-regex): Don't look at the next char, because it
8641 might be the same one to be skipped by the initial [^$], leading
8642 to an overlooked variable use.
8643 (makefile-make-font-lock-keywords): Remove two parameters, which
8644 are now variables that some of the modes set locally.
8645 Handle dependency and rule action matching through functions, because
8646 regexps alone match too often. Dependency matching now comes
8647 last, so it can check, whether a colon already matched something else.
8648 (makefile-mode): Inform that font-lock improves makefile parsing
8650 (makefile-match-dependency, makefile-match-action): New functions.
8652 2005-05-16 Juanma Barranquero <lekktu@gmail.com>
8654 * emacs-lisp/cl-extra.el (equalp): Doc fix.
8656 * align.el (align-regexp):
8657 * ansi-color.el (ansi-color-get-face):
8658 * array.el (array-reconfigure-rows, array-init-max-row)
8659 (array-init-max-column, array-init-columns-per-line)
8660 (array-init-field-width):
8661 * dired-aux.el (dired-trample-file-versions):
8662 * dired-x.el (dired-mark-sexp):
8663 * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
8664 * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
8665 * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
8666 * faces.el (face-read-integer):
8667 * files.el (backup-extract-version, insert-directory):
8668 * hexl.el (hexl-insert-decimal-char):
8669 * server.el (server-process-filter):
8670 * shell.el (shell-extract-num):
8671 * startup.el (command-line-1):
8672 * term.el (term-command-hook):
8673 * time-stamp.el (time-stamp, time-stamp-string-preprocess)
8674 (time-stamp-do-number):
8675 * time.el (display-time-update):
8676 * timezone.el (timezone-parse-date, timezone-zone-to-minute)
8677 (timezone-fix-time):
8678 * vms-patch.el (vms-suspend-resume-hook):
8679 * calendar/appt.el (appt-convert-time):
8680 * calendar/cal-bahai.el (mark-bahai-diary-entries):
8681 * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
8682 * calendar/cal-islam.el (mark-islamic-diary-entries):
8683 * calendar/calendar.el (calendar-cursor-to-date)
8684 (calendar-star-date):
8685 * calendar/diary-lib.el (diary-attrtype-convert)
8686 (mark-diary-entries, diary-entry-time):
8687 * calendar/solar.el (solar-get-number):
8688 * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
8689 * emacs-lisp/re-builder.el (reb-display-subexp):
8690 * emulation/edt.el (edt-set-scroll-margins):
8691 * emulation/tpu-extras.el (tpu-set-scroll-margins):
8692 * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
8694 * emulation/viper-ex.el (viper-get-ex-token)
8695 (viper-get-ex-buffer, viper-get-ex-count, ex-next):
8696 * international/fontset.el (fontset-plain-name):
8697 * mail/feedmail.el (feedmail-look-at-queue-directory):
8698 * mail/mailalias.el (mail-get-names):
8699 * mail/rmail.el (rmail-convert-to-babyl-format):
8700 * mail/rmailsum.el (rmail-make-basic-summary-line)
8701 (rmail-summary-next-same-subject, rmail-summary-rmail-update)
8702 (rmail-summary-goto-msg):
8703 * mail/smtpmail.el (smtpmail-read-response):
8704 * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
8705 (ange-ftp-vms-add-file-entry):
8706 * play/gametree.el (gametree-looking-at-ply)
8707 (gametree-current-branch-score):
8708 * progmodes/ada-xref.el (ada-prj-find-prj-file)
8709 (ada-xref-find-in-modified-ali, ada-find-in-src-path):
8710 * progmodes/cperl-mode.el (condition-case):
8711 * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
8712 (ebrowse-set-member-buffer-column-width)
8713 (ebrowse-select-1st-to-9nth):
8714 * progmodes/etags.el (etags-snarf-tag):
8715 * progmodes/flymake.el (flymake-parse-line):
8716 * progmodes/idlw-shell.el (idlwave-shell-parse-line)
8717 (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
8718 (idlwave-shell-menu-def):
8719 * progmodes/ps-mode.el (ps-run-goto-error):
8720 * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
8721 (vhdl-speedbar-contract-level):
8722 * term/mac-win.el (x-handle-numeric-switch):
8723 * term/sun-mouse.el (sun-get-frame-data):
8724 * term/w32-win.el (x-handle-numeric-switch):
8725 * term/x-win.el (x-handle-numeric-switch):
8726 * textmodes/ispell.el (ispell-parse-output):
8727 * textmodes/nroff-mode.el (nroff-outline-level):
8728 * textmodes/reftex-cite.el (reftex-bib-sort-year)
8729 (reftex-bib-sort-year-reverse, reftex-format-citation):
8730 * textmodes/reftex-parse.el (reftex-init-section-numbers)
8731 (reftex-section-number):
8732 * textmodes/texinfmt.el (texinfo-paragraphindent):
8733 Replace `string-to-int' by `string-to-number'.
8735 * international/latexenc.el: Add page marker to force the "Local
8736 Variables:" string out of the last page.
8738 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8740 * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
8741 tooltip-change-major-mode.
8742 (gud-tooltip-print-command): Remove case where gud-minor-mode
8743 is gdb ("--fullname").
8744 (gud-tooltip-tips): Turn GUD tooltips off for this case and
8747 2005-05-16 Jay Belanger <belanger@truman.edu>
8749 * calc/calc-store.el (calc-copy-special-constant): New function.
8751 * calc/calc-ext.el (calc-init-extensions): Add binding for
8752 `calc-copy-special-constant'.
8754 * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
8755 for the `calc-copy-special-constant' command.
8757 2005-05-16 Nick Roberts <nickrob@snap.net.nz>
8759 * subr.el (left-fringe-p): New function.
8761 * progmodes/compile.el (compilation-setup): Set local value of
8762 overlay-arrow-string to "" always.
8763 (compilation-set-window): Left fringe then don't scroll.
8764 No left fringe then no arrow and scroll message to top.
8765 (compilation-context-lines): Adjust doc string accordingly.
8767 2005-05-16 Kim F. Storm <storm@cua.dk>
8769 * ido.el (ido-magic-forward-char, ido-magic-backward-char)
8770 (ido-magic-delete-char): New commands for C-f, C-b, C-d.
8771 (ido-wide-find-dir-or-delete-dir): New command for M-d.
8772 (ido-define-mode-map): Bind them. Add C-x prefix to fallback commands.
8773 (ido-read-file-name): Handle commands with ido property value
8774 equal to find-file as reading a file name, to allow C-d to enter dired.
8775 (ibuffer-find-file): Add ido property with value find-file.
8777 2005-05-15 Kim F. Storm <storm@cua.dk>
8779 * subr.el (open-network-stream-nowait): Remove.
8780 (open-network-stream-server): Remove.
8782 2005-05-15 Richard M. Stallman <rms@gnu.org>
8784 * faces.el (describe-face): Output a definition link button.
8786 * help-mode.el (help-face-def): New button type.
8788 * emacs-lisp/copyright.el (copyright-fix-years):
8789 Match properly if the first year is 2-digit.
8790 Don't mess up the whitespace after the years by filling.
8792 * dired-aux.el (dired-mark-confirm):
8793 Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
8795 * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
8796 (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
8797 (dired-mark-pop-up): Handle FILES = (t FILE) specially.
8799 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
8800 Set font-lock-comment-start-skip.
8802 * font-lock.el (font-lock-comment-start-skip): New variable.
8803 (font-lock-comment-end-skip): New variable.
8804 (font-lock-fontify-syntactically-region): Use them if non-nil.
8806 2005-05-15 Jay Belanger <belanger@truman.edu>
8808 * calc/calc-store.el (calc-store-value): Return a string rather
8809 than display it as a message.
8810 Use calc-var-name for variable name.
8811 (calc-store-into): Add the result of calc-store-value to message.
8812 (calc-copy-variable): Add a message.
8813 (calc-store-exchange): Improve error messages.
8814 (calc-store-binary, calc-store-map): Don't reset the values of
8817 2005-05-14 Luc Teirlinck <teirllm@auburn.edu>
8819 * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
8820 manual to docstring.
8822 * files.el (hack-local-variables-confirm): Add STRING argument.
8823 Make the function handle non file visiting buffers correctly.
8824 (hack-local-variables-prop-line, hack-local-variables)
8825 (hack-one-local-variable): Use STRING arg of
8826 `hack-local-variables-confirm'.
8828 2005-05-14 Michael Albinus <michael.albinus@gmx.de>
8830 Sync with Tramp 2.0.49.
8832 * net/tramp.el (tramp-handle-dired-call-process)
8833 (tramp-handle-insert-directory):`insert-buffer' cannot be used
8834 because the contents of the Tramp buffer is changed before
8835 insertion (`expand-file' and alike).
8836 (tramp-handle-insert-directory): If `localname' has an empty
8837 nondirectory name, it must not be quoted.
8838 (tramp-pre-connection): Add parameter CHUNKSIZE. Make local
8839 variable `tramp-chunksize'. Change callees.
8840 (tramp-open-connection-setup-interactive-shell): Check remote host
8841 for buggy `send-process-string' implementation.
8842 Set `tramp-chunksize' if found. Reported by Michael Kifer
8843 <kifer@cs.sunysb.edu> (and a lot of other people all the years).
8844 (tramp-handle-shell-command): `insert-buffer' cannot be used
8845 because the contents of the Tramp buffer is changed before
8846 insertion (`expand-file' and alike). Reported by Fr
\e,Ai
\e(Bd
\e,Ai
\e(Bric Bothamy
8847 <frederic.bothamy@free.fr>.
8848 (tramp-set-auto-save): Actions should be done for Tramp file name
8849 handler only. Ange-FTP has its own auto-save mechanism.
8850 Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
8851 (tramp-set-auto-save-file-modes): Set file modes of
8852 `buffer-auto-save-file-name' to ?\600 as fallback solution.
8853 Reported by Ferenc Wagner <wferi@tba.elte.hu>.
8854 (tramp-bug): Remove obsolete variable.
8855 (tramp-append-tramp-buffers): Rewrite partly. More suitable check
8856 for presence of `mml-mode'. Make it running for older Emacsen as well.
8858 2005-05-14 John Paul Wallington <jpw@pobox.com>
8860 * ibuf-ext.el (define-ibuffer-filter filename):
8861 If `dired-directory' is a list, use its car.
8863 2005-05-14 Daniel Brockman <daniel@brockman.se> (tiny change)
8865 * ibuffer.el (define-ibuffer-column filename):
8866 If `dired-directory' is a list, use its car.
8868 2005-05-14 Richard M. Stallman <rms@gnu.org>
8870 * subr.el (symbol-file): Doc fix.
8872 * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
8873 (byte-compile-form): Call byte-compile-nogroup-warn.
8874 (byte-compile-warning-types): Doc fix.
8876 * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
8878 * progmodes/cc-engine.el (c-literal-faces):
8879 Add font-lock-comment-delimiter-face.
8881 * net/net-utils.el (dig): Use with-no-warnings.
8883 * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
8884 (sc-recite-frame-alist, sc-default-cite-frame)
8885 (sc-default-uncite-frame, sc-default-recite-frame)
8886 (sc-attrib-selection-list, sc-rewrite-header-list):
8887 Mark as risky-local-variable.
8889 * international/ogonek.el (ogonek-jak, ogonek-how):
8890 Don't use beginning-of-buffer.
8892 * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
8894 * calendar/solar.el (solar-data-list): Move definition up.
8896 * dnd.el (dnd-protocol-alist): Add autoload.
8898 * progmodes/sh-script.el: Many doc usage fixes.
8899 (sh-indent-after-do): Change default to match common styles.
8901 2005-05-13 Luc Teirlinck <teirllm@auburn.edu>
8903 * files.el (interpreter-mode-alist)
8904 (auto-mode-interpreter-regexp): Doc fixes.
8906 2005-05-13 Matt Hodges <MPHodges@member.fsf.org>
8908 * tmm.el (tmm-get-keymap): Include only active menus and menu items.
8910 * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
8912 2005-05-13 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
8914 * dired.el (dired-mode): make-variable-buffer-local =>
8915 make-local-variable.
8917 2005-05-13 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
8919 * term/mac-win.el (mac-select-convert-to-string): Try coding
8920 systems in mac-script-code-coding-systems if specified one cannot
8921 encode string for `com.apple.traditional-mac-plain-text'.
8923 2005-05-13 Daniel Pfeiffer <occitan@esperanto.org>
8925 * progmodes/make-mode.el (makefile-targets-face)
8926 (makefile-shell-face, makefile-makepp-perl-face): New faces.
8927 (makefile-dependency-regex): Fix it to not make the colon in
8929 (makefile-rule-action-regex): New regexp for highlighting embedded
8931 (makefile-macroassign-regex): Handle != for highlighting as
8932 embedded Shell strings.
8933 (makefile-var-use-regex): New const.
8934 (makefile-statements, makefile-automake-statements)
8935 (makefile-gmake-statements, makefile-makepp-statements)
8936 (makefile-bsdmake-statements): New consts.
8937 (makefile-make-font-lock-keywords): New function.
8938 (makefile-automake-font-lock-keywords)
8939 (makefile-gmake-font-lock-keywords)
8940 (makefile-makepp-font-lock-keywords)
8941 (makefile-bsdmake-font-lock-keywords): New consts.
8942 (makefile-mode-map): Add switchers between the various submodes.
8943 (makefile-mode): Document the availability of the variants.
8944 (makefile-automake-mode, makefile-gmake-mode)
8945 (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
8947 * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
8948 new variants of makefile-mode.
8950 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8952 * font-lock.el (font-lock-comment-delimiter-face): Fix up
8955 2005-05-12 Luc Teirlinck <teirllm@auburn.edu>
8957 * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
8958 (inferior-lisp-load-hook): Convert defcustoms back to defvars.
8960 * files.el (normal-mode): Extend the scope of the
8961 `enable-local-variables' binding to include the `set-auto-mode' call.
8962 (magic-mode-alist): Doc fix.
8964 2005-05-12 Stefan Monnier <monnier@iro.umontreal.ca>
8966 * font-lock.el (font-lock-comment-delimiter-face): Inherit from
8967 font-lock-comment-face rather than copying its setting.
8969 2005-05-12 Andreas Schwab <schwab@suse.de>
8971 * eshell/esh-mode.el (eshell-send-input): Doc fix.
8973 2005-05-12 Lute Kamstra <lute@gnu.org>
8975 * emacs-lisp/generic.el (define-generic-mode): Don't generate a
8976 defcustom for the mode hook variable. Delete the last argument.
8977 * generic-x.el: Fix callers of define-generic-mode.
8978 (generic-x-modes): Delete group.
8979 (show-tabs-tab-face, show-tabs-space-face): Put them in the
8980 generic-x customization group.
8982 2005-05-12 Kim F. Storm <storm@cua.dk>
8984 * font-lock.el (font-lock-negation-char-face): Default to "off".
8986 * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
8987 font-lock-negation-char-face to ! in !=.
8989 2005-05-12 Masatake YAMATO <jet@gyve.org>
8991 * add-log.el (find-change-log): Fix typos in the docstring
8994 2005-05-11 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
8996 * international/latexenc.el (latexenc-find-file-coding-system):
8997 Avoid `re-search-forward' when looking for input encoding because
8998 of speed and safety. Better regular expressions for recognizing
8999 input encoding. Limit a search for TeX-master/tex-main-file to
9000 the local variable section.
9002 2005-05-11 Dan Nicolaescu <dann@ics.uci.edu>
9004 * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
9005 syntax of $ to "'" (quote).
9007 2005-05-11 Reiner Steib <Reiner.Steib@gmx.de>
9009 * dnd.el (dnd-protocol-alist): Improve custom type.
9011 * dired.el (dired-dnd-protocol-alist): New variable.
9012 (dired-mode): Use `dired-dnd-protocol-alist'. Move call of
9013 `dired-mode-hook' to the end.
9015 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9017 * font-lock.el (font-lock-fontify-syntactically-region): Don't use
9018 comment-end if comment-start-skip is not set.
9019 Obey the font-lock-comment-delimiter-face variables.
9021 2005-05-11 Stefan Monnier <monnier@iro.umontreal.ca>
9023 * files.el (executable-find): Move from executable.el. Use
9025 * progmodes/executable.el (executable-find): Move to files.el.
9027 * font-lock.el (font-lock-fontify-keywords-region): Use a marker
9028 when trying to ensure forward progress.
9030 2005-05-11 Chong Yidong <cyd@stupidchicken.com>
9032 * mouse-sel.el (mouse-sel-follow-link-p): New function.
9033 (mouse-select, mouse-select-internal, mouse-extend-internal):
9034 Use it to implement mouse-1-click-follows-link functionality.
9036 2005-05-11 Richard M. Stallman <rms@gnu.org>
9038 * font-lock.el (font-lock-fontify-syntactically-region):
9039 Use font-lock-comment-delimiter-face for comment delimiters.
9041 2005-05-10 Jay Belanger <belanger@truman.edu>
9043 * calc/calc-help.el (calc-m-prefix-help): Add mention of
9044 preserving embedded modes.
9046 2005-05-10 Richard M. Stallman <rms@gnu.org>
9048 * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
9050 * progmodes/ada-mode.el (ada-adjust-case-skeleton):
9051 Move from ada-stmt.el.
9052 (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
9054 * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
9055 Move to ada-mode.el.
9056 (ada-stmt-mode-hook): Delete; do the work in ada-mode.
9058 * cus-edit.el (custom-file): Call file-chase-links.
9060 * files.el (read-directory-name): Fix previous change.
9061 (hack-local-variables-confirm): New function.
9062 (hack-local-variables-prop-line, hack-local-variables)
9063 (hack-one-local-variable): Use it.
9065 2005-05-10 Lute Kamstra <lute@gnu.org>
9067 * font-lock.el (font-lock-keywords-alist)
9068 (font-lock-removed-keywords-alist): Clarify docstrings.
9070 2005-05-10 Nick Roberts <nickrob@snap.net.nz>
9072 * progmodes/gdb-ui.el (gdb-macro-info): New variable.
9073 (gdb-source-info): Check for preprocessor info.
9074 (gdb-tooltip-print-1): New function. Don't print tooltip if it is
9075 a macro for a function.
9076 (gdb-info-breakpoints-custom): Try to find file again if not already
9077 found (user might have used GDB dir command).
9078 (gdb-get-location): Update gdb-location-alist correctly for change
9079 to gdb-info-breakpoints-custom.
9081 * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
9082 (gud-tooltip-print-command): Add gdbmi case.
9083 (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
9086 2005-05-09 Reiner Steib <Reiner.Steib@gmx.de>
9088 * startup.el (fancy-splash-insert): Fix typo in doc string.
9090 2005-05-09 Juanma Barranquero <lekktu@gmail.com>
9092 * obsolete/float.el (string-to-float):
9093 * obsolete/hilit19.el (hilit-add-pattern):
9094 * obsolete/rnews.el (news-parse-range, news-select-message)
9095 (news-get-pruned-list-of-files): Replace `string-to-int' by
9098 * obsolete/uncompress.el: Set `find-file-not-found-functions', not
9099 `find-file-not-found-hooks'; use `add-hook'.
9100 (uncompress-while-visiting): Set `write-file-functions', not
9101 `write-file-hooks'; use `add-hook'.
9103 2005-05-09 Kim F. Storm <storm@cua.dk>
9105 * emulation/cua-base.el (cua-copy-region, cua-cut-region)
9106 (cua-paste): Handle clipboard action.
9107 (cua--init-keymaps): Remap clipboard-kill-region and
9108 clipboard-kill-ring-save.
9110 2005-05-08 Eli Zaretskii <eliz@gnu.org>
9112 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9115 * simple.el (next-error-overlay-arrow-position): Revert the change
9118 2005-05-07 Jay Belanger <belanger@truman.edu>
9120 * calc/calcsel2.el (calc-commute-left, calc-commute-right)
9121 (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
9122 `calc-sel-reselect'.
9124 * calc/calc-mode.el (calc-save-modes): Reset the modes list if
9125 Calc is in embedded mode.
9127 2005-05-07 Eli Zaretskii <eliz@gnu.org>
9129 * progmodes/compile.el (compilation-setup):
9130 Set overlay-arrow-string to an empty string on text terminals.
9132 * textmodes/ispell.el (ispell-program-name): Try looking for
9133 "aspell" along exec-path, and if found, use it as the default
9136 2005-05-07 Jirka Kosek <jirka@kosek.cz> (tiny change)
9138 * international/mule.el (sgml-xml-auto-coding-function):
9139 Recognize encoding='FOO' in single quotes as well as in double quotes.
9141 2005-05-07 Johan Bockg
\e,Ae
\e(Brd <bojohan@dd.chalmers.se>
9143 * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
9144 as well as `interactive', so that defmacro* would recognize
9147 2005-05-07 Eli Zaretskii <eliz@gnu.org>
9149 * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
9150 Explain more about the LIGHTER arg's usage in the doc string.
9151 Add commentary to clarify what the code does. Fix the regexp that
9152 strips whitespace from LIGHTER. Quote LIGHTER before using it,
9153 since it could have characters special to regular expressions.
9155 2005-05-07 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
9157 * replace.el (occur-1): Bind inhibit-read-only so that
9158 erase-buffer doesn't barf on read-only text properties (likewise
9159 for add-text-properties in occur-engine). Mark buffer as unmodified.
9160 (occur-engine): Don't set buffer-read-only here.
9162 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9164 * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
9165 list-buffers-directory. This caused the *cvs-commit* buffer to be
9166 sometimes mistakenly reused as a *cvs* buffer.
9168 2005-05-07 Nick Roberts <nickrob@snap.net.nz>
9170 * tooltip.el: Move code for GUD tooltips into gud.el.
9171 (require): CL no longer needed to compile case.
9172 (tooltip-mode): Do not toggle functions for GUD tooltips.
9173 (tooltip-gud-tips-p): Remove. Replace with minor mode
9174 gud-tooltip-mode in gud.el.
9175 (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
9176 (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
9177 tooltip-gud prefix with gud-tooltip and obsolete.
9178 (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
9179 (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
9180 (tooltip-mouse-motion): Mouse movement functions/variable.
9181 Rename in gud.el by adding gud prefix.
9182 (tooltip-gud-original-filter, tooltip-gud-dereference)
9183 (tooltip-gud-event, tooltip-toggle-gud-tips)
9184 (tooltip-gud-process-output, tooltip-gud-print-command)
9185 (tooltip-gud-tips): GUD tooltip functions/variables. Rename in
9186 gud.el by replacing tooltip-gud prefix with gud-tooltip.
9187 (gdb-tooltip-print): Move to gdb-ui.el.
9189 * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
9190 (require): CL needed to compile case.
9191 (gud-tooltip-mode): Use to toggle GUD tooltips instead of
9192 tooltip-gud-tips-p. Make it a minor-mode.
9193 (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
9194 (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
9195 (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
9196 (gud-tooltip-change-major-mode)
9197 (gud-tooltip-activate-mouse-motions-if-enabled)
9198 (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
9199 (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
9200 (gud-tooltip-original-filter, gud-tooltip-dereference)
9201 (gud-tooltip-event, tooltip-toggle-gud-tips)
9202 (gud-tooltip-process-output, gud-tooltip-print-command)
9203 (gud-tooltip-tips): Move from tooltip.el.
9205 * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
9206 (gdb-cpp-define-alist-flags): Doc fix.
9207 (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
9208 gud-tooltip-mode is t.
9210 2005-05-06 Stefan Monnier <monnier@iro.umontreal.ca>
9212 * net/goto-addr.el (goto-address-fontify): Make sure the overlays
9213 evaporate if their text is deleted.
9214 (goto-address-at-point): Make it work as a mouse binding as well.
9215 (goto-address-at-mouse): Obsolete it. Update users.
9217 2005-05-06 Glenn Morris <gmorris@ast.cam.ac.uk>
9219 * calendar/appt.el (top-level): No longer activate on load.
9221 2005-05-06 Juanma Barranquero <lekktu@gmail.com>
9223 * calendar/cal-bahai.el (mark-bahai-diary-entries):
9224 * net/webjump.el (webjump):
9225 * progmodes/idlw-help.el (idlwave-do-context-help1)
9226 (idlwave-highlight-linked-completions):
9227 * textmodes/po.el (po-find-file-coding-system-guts):
9228 Replace `assoc-ignore-case' by `assoc-string'.
9230 2005-05-06 Eli Zaretskii <eliz@gnu.org>
9232 * files.el (locate-file): Doc fix.
9234 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
9235 Remove the redundant test for ms-dos.
9237 * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
9238 look for the preprocessor with exec-suffixes. If not found in
9239 standard places, look in exec-path. Remove most of the tests that
9242 * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
9244 * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
9246 * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
9247 file-name clash with jka-compr.el on 8+3 filesystems.
9249 2005-05-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9251 * term/mac-win.el: Don't define or bind scroll bar functions if
9252 x-toolkit-scroll-bars is t.
9253 (x-select-text, x-get-selection-value): Clear
9254 x-last-selected-text-clipboard if x-select-enable-clipboard is
9256 (PRIMARY): Put mac-scrap-name property.
9257 (mac-select-convert-to-file-url): New function.
9258 (public.file-url): New selection target type. Add to
9259 selection-converter-alist.
9260 (x-get-selection, x-selection-value): Handle it.
9261 (x-cut-buffer-or-selection-value): New alias.
9263 2005-05-05 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
9265 * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
9266 entry to avoid calling bibtex-find-entry with arg global
9267 being t. Remove arg key.
9268 (bibtex-summary-function, bibtex-complete-crossref-cleanup)
9269 (bibtex-copy-summary-as-kill): Change accordingly.
9271 2005-05-05 Stefan Monnier <monnier@iro.umontreal.ca>
9273 * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
9274 (org-agenda-date-later): Use with-current-buffer.
9276 2005-05-05 Luc Teirlinck <teirllm@auburn.edu>
9278 * emacs-lisp/byte-run.el (define-obsolete-function-alias)
9279 (define-obsolete-variable-alias): Doc Fixes.
9281 2005-05-06 Kim F. Storm <storm@cua.dk>
9283 * simple.el (line-move-1): Fix 2005-04-26 change. Must still use
9284 vertical-motion when selective-display is active.
9286 * ido.el (ido-setup-hook): New hook.
9287 (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
9288 (ido-input-stack): New var.
9289 (ido-define-mode-map): Bind M-b to ido-push-dir. Move old
9290 ido-next-work-file binding to M-O.
9291 Bind M-f to ido-wide-find-file-or-pop-dir.
9292 (ido-define-mode-map): Don't run ido-define-mode-map-hook.
9293 (ido-read-internal): Run ido-setup-hook.
9294 Catch quit in read-file-name and read-string to cancel edit.
9295 Handle new push, pop, and pop-all exit codes (for M-b/M-f).
9296 Automatically pop-all when completing a directory name (RET).
9297 (ido-file-internal): Add with-no-warnings around ffap and dired code.
9298 (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
9299 (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
9300 (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
9301 New functions for M-b/M-f to move among the directory components.
9302 (ido-make-merged-file-list): Catch quit to cancel merge.
9303 (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
9304 (ido-completion-help): No warnings for ido-completion-buffer-full.
9306 2005-05-05 Daniel Pfeiffer <occitan@esperanto.org>
9308 * font-lock.el (font-lock-negation-char-face): New face and variable.
9309 * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
9310 * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
9311 * progmodes/cperl-mode.el (cperl-init-faces): Use it.
9312 * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
9314 2005-05-05 Juanma Barranquero <lekktu@gmail.com>
9316 * emacs-lisp/byte-run.el (define-obsolete-function-alias):
9317 Fix typo in docstring.
9319 * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
9320 (ebrowse-print-statistics-line)
9321 (ebrowse-electric-position-mode-hook): Fix typo in docstring.
9323 * term/w32-win.el (image-library-alist): Add additional name for
9326 2005-05-05 Nick Roberts <nickrob@snap.net.nz>
9328 * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
9329 use gcc instead of cpp.
9331 * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
9332 (gdb-create-define-alist): Use it.
9333 (gdb-cpp-define-alist-program): Update for MS-DOS.
9335 2005-05-04 Nick Roberts <nickrob@snap.net.nz>
9337 * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
9339 2005-05-04 Richard M. Stallman <rms@gnu.org>
9341 * help.el (describe-key): No error when UNTRANSLATED is nil.
9343 * simple.el (line-move-1): Fix previous change to signal errors
9346 2005-05-03 Ulf Jasper <ulf.jasper@web.de>
9348 * calendar/icalendar.el (icalendar-version): Now at 0.12.
9349 (icalendar-duration-correction): Remove.
9350 (icalendar--get-event-properties): Split result at commas.
9351 (icalendar--decode-isoduration): New optional argument
9352 DURATION-CORRECTION.
9353 (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
9354 (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
9355 (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
9356 (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
9357 (icalendar--convert-anniversary-to-ical): New functions, extracted
9358 from icalendar-export-region, with bug fixes.
9359 (icalendar-export-region): Use the above functions.
9360 (icalendar-import-buffer): Check before saving diary file.
9361 (icalendar--convert-recurring-to-diary)
9362 (icalendar--convert-non-recurring-all-day-to-diary)
9363 (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
9364 extracted from icalendar--convert-ical-to-diary, with bug fixes.
9365 (icalendar--convert-ical-to-diary): Use the above functions.
9367 2005-05-03 Nick Roberts <nickrob@snap.net.nz>
9369 * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
9370 Remove these recent additions.
9371 (c-mode): Restore to before 2005-04-28.
9373 * progmodes/cc-vars.el (cc-define-list-program): Remove this
9376 * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
9377 (gdb-define-alist): New variables.
9378 (gdb-create-define-alist): New function.
9379 (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
9380 (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
9381 with string-to-number.
9382 (gdb-reset): Kill gdb-define-alist. Move assignments outside loop.
9384 * progmodes/gud.el: Replace string-to-int with string-to-number.
9385 (gud-find-file): Handle gdb-define-alist.
9387 * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
9389 2005-05-02 Jay Belanger <belanger@truman.edu>
9391 * calc/calc-aent.el (math-read-token):
9392 * calc/calc-bin.el (calc-word-size):
9393 * calc/calc-ext.el (calc-read-number-fancy):
9394 * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
9395 (math-parse-date, math-parse-standard-date, calcFunc-tzone):
9396 * calc/calc-frac.el (calc-over-notation):
9397 * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
9398 (calc-graph-num-points, calc-graph-init):
9399 * calc/calc-prog.el (calc-read-parse-table-part)
9400 (calc-edit-macro-repeats):
9401 * calc/calc-yank.el (calc-do-grab-rectangle):
9402 * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
9403 Replace `string-to-int' by `string-to-number'.
9405 2005-05-02 Kim F. Storm <storm@cua.dk>
9407 * kmacro.el: Use executing-kbd-macro-index variable.
9409 2005-05-02 Thien-Thi Nguyen <ttn@gnu.org>
9411 * net/rlogin.el (rlogin-parse-words): Delete func.
9412 (rlogin): Use split-string, not rlogin-parse-words.
9413 Also, if there are option-like elements in the parsed args,
9414 take the host to be the first arg immediately following them.
9415 Suggested by Michael Mauger.
9417 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9419 * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
9421 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
9423 * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
9424 (cc-mode-cpp-program): Rename to cc-define-list-program and
9427 * progmodes/cc-vars.el (cc-define-list-program):
9428 Change to "gcc -E -dM -". Make customizable.
9430 2005-05-02 Kim F. Storm <storm@cua.dk>
9432 * emulation/cua-base.el: Fix check for CUA-mode if no init file.
9434 2005-05-02 Nick Roberts <nickrob@snap.net.nz>
9436 * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
9438 * international/mule-util.el (truncate-string): Remove alias and
9439 obsolete declaration.
9441 * international/mule-cmds.el (update-iso-coding-systems):
9442 Remove alias and obsolete declaration.
9444 * international/mule.el (coding-system-parent): Remove alias and
9445 obsolete declaration.
9447 * subr.el (define-function, sref): Remove aliases and obsolete
9449 (chars-in-region): Remove obsolete declaration.
9451 2005-05-01 Richard M. Stallman <rms@gnu.org>
9453 * info.el (Info-mode): Set widen-automatically to nil, locally.
9455 * simple.el (widen-automatically): New variable.
9456 (pop-global-mark): Obey widen-automatically.
9458 2005-05-01 Dan Nicolaescu <dann@ics.uci.edu>
9460 * term/xterm.el (function-key-map): Call substitute-key-definition
9461 before the keymap size is increased by a lot of define-key calls.
9463 2005-05-01 Richard M. Stallman <rms@gnu.org>
9465 * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
9466 Rename ARG to ELEMENT. Doc fix.
9468 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9470 * allout.el (allout-exposure): Remove macro and obsolete declaration.
9471 Remove references to allout-exposure/change to allout-new-exposure.
9473 * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
9476 * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
9477 (compiled-function-p, focus-frame, unfocus-frame):
9478 Remove aliases and obsolete declarations.
9479 Back out inadvertent changes from previous commit.
9481 2005-05-01 Luc Teirlinck <teirllm@auburn.edu>
9483 * files.el (require-final-newline): Make Custom tags consistent
9484 with mode-require-final-newline.
9485 (mode-require-final-newline): Doc fix.
9487 2005-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
9489 * international/latexenc.el (latexenc-find-file-coding-system):
9490 Fix regular expressions.
9492 2005-05-01 David Kastrup <dak@gnu.org>
9494 * international/latexenc.el (latexenc-find-file-coding-system):
9495 Fix regular expressions.
9497 2005-05-01 Nick Roberts <nickrob@snap.net.nz>
9499 * subr.el (string-to-int): Make obsolete.
9501 2005-04-30 Richard M. Stallman <rms@gnu.org>
9503 * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
9505 * loadup.el: load jka-comp-hook.
9507 * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
9508 (jka-compr-handler): Add autoload. `put' calls moved
9509 to jka-comp-hook.el.
9510 (compression, jka-compr): defgroups moved to jka-comp-hook.el.
9511 (jka-compr-inhibit): Autoload.
9513 * jka-comp-hook.el: New file.
9514 Enable the mode by default.
9516 * files.el (backup-buffer-copy): Use copy-file instead
9517 of write-region, and put back the 'excl.
9519 2005-04-30 Chong Yidong <cyd@stupidchicken.com>
9521 * progmodes/flymake.el (flymake-split-string)
9522 (flymake-split-string, flymake-log, flymake-pid-to-names)
9523 (flymake-reg-names, flymake-get-source-buffer-name)
9524 (flymake-unreg-names, flymake-add-line-err-info)
9525 (flymake-add-err-info): Clarify docstrings.
9526 (flymake-popup-menu, flymake-make-emacs-menu)
9527 (flymake-make-xemacs-menu): Add docstrings.
9528 (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
9529 Set variables directly throughout.
9531 2005-04-30 Nick Roberts <nickrob@snap.net.nz>
9533 * progmodes/cc-mode.el (cc-create-define-alist): Check that file
9534 exists. Initialize cc-define-alist.
9535 (c-mode): Add cc-create-define-alist locally to after-save-hook.
9536 If there is no file (Macroexpansion) don't create an alist.
9538 2005-04-29 Sam Steingold <sds@gnu.org>
9540 * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
9541 (cc-create-define-alist): Use it instead of the hard-coded string.
9543 2005-04-29 Stefan Monnier <monnier@iro.umontreal.ca>
9545 * international/mule-conf.el (file-coding-system-alist): Fix regexp
9548 2005-04-29 Lute Kamstra <lute@gnu.org>
9550 * emacs-lisp/generic.el: Improve commentary section.
9551 (define-generic-mode): Improve docstring.
9553 2005-04-29 Carsten Dominik <dominik@science.uva.nl>
9555 * textmodes/org.el (many places): Change to quiet the byte compiler.
9556 (org-prefix-format-compiled): New variable.
9557 (org-compile-prefix-format): New function.
9558 (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
9559 (org-agenda-prefix-format,org-timeline-prefix-format): New options.
9560 (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
9561 (org-get-entries-from-diary): Use `org-get-time-of-day' for
9562 consistency with entries from `org-mode' files.
9563 (org-get-time-of-day): Fix bug with partial matches early in a line.
9564 (org-non-link-chars): New constant.
9565 (org-link-regexp): Respect `org-non-link-chars'.
9566 (org-agenda-day-view): Remove command.
9567 (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
9568 (org-follow-bbdb-link, org-store-link): Search also company field.
9569 (org-highlight-overlay): New variable.
9570 (org-highlight, org-unhighlight): New functions.
9571 (org-agenda-mode): Add pre-command-hook to remove highlight.
9572 (org-evaluate-time-range): Behavior depends upon whether time stamp
9573 contains a time or not.
9574 (org-show-subtree, org-show-entry): New functions.
9575 (org-agenda-cleanup-fancy-diary): Remove empty lines.
9577 2005-04-28 Luc Teirlinck <teirllm@auburn.edu>
9579 * comint.el (comint-output-filter-functions): Add autoload cookie.
9581 2005-04-28 Kim F. Storm <storm@cua.dk>
9583 * ido.el (ido-everywhere): Fix last change.
9585 2005-04-28 Arne J
\e,Ax
\e(Brgensen <arne@arnested.dk>
9587 * international/latexenc.el: New file.
9588 * international/mule-conf.el (file-coding-system-alist): For .tex,
9589 .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
9591 2005-04-28 Lute Kamstra <lute@gnu.org>
9593 * font-lock.el (font-lock-add-keywords)
9594 (font-lock-remove-keywords): Clarify docstring.
9595 (font-lock-keywords-alist, font-lock-removed-keywords-alist):
9596 Don't start docstrings with a `*'.
9597 (font-lock-update-removed-keyword-alist): Give it a docstring.
9599 * generic-x.el: Update commentary section.
9600 Only require font-lock when compiling.
9601 Define all modes conditionally.
9602 Place all generic modes in the generic-x-modes customization group.
9603 (generic-x-modes): New customization group.
9604 (generic-default-modes, generic-mswindows-modes)
9605 (generic-unix-modes, generic-other-modes): New constants.
9606 (generic-define-mswindows-modes, generic-define-unix-modes):
9607 Update docstrings. Make them obsolete.
9608 (generic-extras-enable-list): New default value. Update docstring.
9609 Improve :type. Change :set function.
9610 (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
9613 * emacs-lisp/generic.el (generic-mode-internal):
9614 Simplify font-lock-defaults.
9615 (define-generic-mode): Fix docstring.
9617 2005-04-28 Stefan Monnier <monnier@iro.umontreal.ca>
9619 * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
9620 font-lock-face property to highlight matches.
9622 2005-04-28 Nick Roberts <nickrob@snap.net.nz>
9624 * progmodes/cc-mode.el (cc-create-define-alist): New function.
9625 (cc-define-alist): New variable.
9626 (c-mode): Make it local and initialize it.
9628 * progmodes/gdb-ui.el (gdb-active-process): New variable.
9629 (gdb-exited): New function.
9630 (gdb-annotation-rules): Use it.
9631 (gdb-starting): Set gdb-active-process to t.
9632 (gdb-stopping): Amend doc string.
9633 (gdb-reset): Set gdb-active-process to nil.
9635 * tooltip.el (tooltip-gud-tips): Show the associated #define
9636 directives when a C program under GDB is not executing.
9638 2005-04-27 Stefan Monnier <monnier@iro.umontreal.ca>
9640 * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
9641 font-lock-fontify-syntactic-keywords.
9643 * font-lock.el (font-lock-default-fontify-region): Don't force
9644 parse-sexp-lookup-properties to nil.
9646 2005-04-27 Alexander Klimov <alserkli@inbox.ru> (tiny change)
9648 * man.el (man-mode-syntax-table): Set up `:' to have
9649 word-constituent syntax.
9651 2005-04-27 Lute Kamstra <lute@gnu.org>
9653 * novice.el (disable-command): Don't add spurious newlines to the
9654 init file. Reported by Dan Jacobson <jidanni@jidanni.org>.
9656 2005-04-26 Jay Belanger <belanger@truman.edu>
9658 * calc/calc-yank.el (calc-edit-finish): Make sure there is more
9659 than one window before deleting window.
9661 2005-04-26 Luc Teirlinck <teirllm@auburn.edu>
9663 * shell.el (shell-prompt-pattern): Doc fix.
9664 (shell-mode): Set paragraph-separate buffer locally to "\\'".
9666 * comint.el (comint-prompt-regexp, comint-get-old-input)
9667 (comint-use-prompt-regexp)
9668 (comint-use-prompt-regexp-instead-of-fields)
9669 (comint-replace-by-expanded-history, comint-send-input)
9670 (comint-output-filter, comint-get-old-input-default)
9671 (comint-line-beginning-position, comint-bol, comint-show-output)
9672 (comint-backward-matching-input, comint-forward-matching-input)
9673 (comint-next-prompt, comint-previous-prompt):
9674 Rename `comint-use-prompt-regexp-instead-of-fields' to
9675 `comint-use-prompt-regexp'. Keep old name as alias and declare
9677 (comint-use-prompt-regexp): Shorten first line of doc string.
9679 * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
9680 Set paragraph-separate buffer locally to "\\'".
9682 * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
9683 Adapt to above name change.
9685 * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
9686 (smbclient-prompt-regexp): Ditto.
9688 * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
9690 2005-04-27 Nick Roberts <nickrob@snap.net.nz>
9692 * progmodes/gdb-ui.el (gdb-location-alist): Rename from
9694 Break lines that are over 80 characters wide.
9696 2005-04-26 Stefan Monnier <monnier@iro.umontreal.ca>
9698 * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
9699 New fun and var, to preserve compatibility.
9701 * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
9703 2005-04-26 Dominique de Waleffe <ddw@missioncriticalit.com> (tiny change)
9705 * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
9706 name to file-newer-than-file-p.
9708 2005-04-26 Richard M. Stallman <rms@gnu.org>
9710 * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
9712 * progmodes/python.el (python-mode):
9713 Use new name eldoc-documentation-function.
9715 * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
9717 * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
9718 (eldoc-documentation-function):
9719 Rename from eldoc-print-current-symbol-info-function. Calls changed.
9721 2005-04-26 Nick Roberts <nickrob@snap.net.nz>
9723 * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
9725 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9727 * term/xterm.el (function-key-map): Fix strings for
9728 {C,S,A,C-S}-f[1-4]. Use substitute-key-definition to bind
9729 {C,S,A,C-S}-{f1-f12}.
9731 2005-04-26 Kenichi Handa <handa@m17n.org>
9733 * international/mule-cmds.el (select-safe-coding-system):
9734 Fix previous change.
9736 2005-04-26 Lute Kamstra <lute@gnu.org>
9738 * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
9740 * font-lock.el (font-lock-fontify-region-function): Fix docstring.
9741 (font-lock-comment-delimiter-face): Ditto.
9743 * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
9745 2005-04-25 Jay Belanger <belanger@truman.edu>
9747 * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
9748 to t while inserting information; use help-mode.
9750 2005-04-25 Dan Nicolaescu <dann@ics.uci.edu>
9752 * term.el (ansi-term-color-vector): Use the xterm colors.
9753 (term-raw-map): Don't add mappings for \eO and \e[. Map deletechar.
9755 2005-04-25 Lute Kamstra <lute@gnu.org>
9757 * font-core.el (font-lock-defaults): Fix docstring.
9759 * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
9761 2005-04-25 Kenichi Handa <handa@m17n.org>
9763 * international/mule-cmds.el (select-safe-coding-system):
9764 Don't check consistency with coding: spec, etc if raw-text or
9765 no-conversion was found to be safe.
9767 2005-04-24 Richard M. Stallman <rms@gnu.org>
9769 * mail/sendmail.el (mail-font-lock-keywords): Match any number of
9770 citation markers at start of each line.
9772 * mail/rmail.el (rmail-font-lock-keywords): Match any number of
9773 citation markers at start of each line.
9775 * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
9777 * files.el (mode-require-final-newline): Fix previous change.
9778 (require-final-newline): Fix type label.
9780 2005-04-24 Glenn Morris <gmorris@ast.cam.ac.uk>
9782 * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
9783 statement in buffer (broken by 2004-11-24 change).
9785 2005-04-24 Kim F. Storm <storm@cua.dk>
9787 * ido.el (ido-everywhere): Save and restore old read-buffer-function
9788 and read-file-name-function values. Don't overwrite existing
9789 non-nil values if ido-mode is enabled without ido-everywhere.
9791 2005-04-24 Luc Teirlinck <teirllm@auburn.edu>
9793 * files.el (mode-require-final-newline): Minor doc fix.
9795 2005-04-24 Eli Zaretskii <eliz@gnu.org>
9797 * subr.el (syntax-after): Doc fix.
9798 (syntax-class): If argument is nil, return nil. Mask off upper 16
9801 * files.el (mode-require-final-newline): Doc fix.
9802 (backup-buffer-copy): Fix last change.
9804 2005-04-24 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9806 * term/mac-win.el: Require select. Set selection-coding-system to
9807 mac-system-coding-system. Call menu-bar-enable-clipboard.
9808 (x-last-selected-text-clipboard, x-last-selected-text-primary)
9809 (x-select-enable-clipboard): New variables.
9810 (x-select-text, x-get-selection, x-selection-value)
9811 (x-get-selection-value, mac-select-convert-to-string)
9812 (mac-services-open-file, mac-services-open-selection)
9813 (mac-services-insert-text): New functions.
9814 (CLIPBOARD, FIND): Put mac-scrap-name property.
9815 (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
9816 (public.tiff): Put mac-ostype property.
9817 (selection-converter-alist): Add entries for them.
9818 (mac-application-menu-map): New keymap.
9819 (interprogram-cut-function, interprogram-paste-function): Set to
9820 x-select-text and x-get-selection-value, respectively.
9821 (split-window-keep-point): Set to t.
9823 2005-04-23 Richard M. Stallman <rms@gnu.org>
9825 * files.el (read-directory-name): Always pass non-nil
9826 DEFAULT-FILENAME arg to read-file-name.
9827 (backup-buffer-copy, basic-save-buffer-2): Take care against
9828 writing thru an unexpected existing symlink.
9829 (revert-buffer): In indirect buffer, revert the base buffer.
9830 (magic-mode-alist): Doc fix.
9831 (buffer-stale-function): Doc fix.
9832 (minibuffer-with-setup-hook): Avoid warning.
9833 (mode-require-final-newline): Doc and custom fix.
9835 * follow.el (follow-end-of-buffer): Use with-no-warnings.
9837 * font-lock.el (font-lock-comment-face): On terminals with few colors,
9838 use the default appearance.
9839 (font-lock-comment-delimiter-face): New face, new variable.
9841 * imenu.el (imenu--generic-function): The official position of a
9842 definition is the start of the line that BEG is in.
9844 * midnight.el (midnight-timer): Move defvar up.
9846 * mouse.el (mouse-drag-region-1): Delete some debugging code.
9848 * saveplace.el (save-place-to-alist): Use with-no-warnings.
9850 * startup.el (command-line): Use with-no-warnings.
9852 * window.el (window-size-fixed): New defvar.
9854 * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
9856 * mail/rmail.el (rmail-font-lock-keywords):
9857 Use font-lock-comment-delimiter-face.
9859 * mail/sendmail.el (mail-font-lock-keywords):
9860 Use font-lock-comment-delimiter-face.
9862 * progmodes/compile.el (next-error-highlight-timer): New defvar.
9864 2005-04-23 SAITO Takuya <tabmore@rivo.mediatti.net> (tiny change)
9866 * progmodes/compile.el (compilation-mode-font-lock-keywords):
9867 Specify t for LAXMATCH when matching directories.
9868 Save match data around compilation-compat-error-properties form.
9870 2005-04-23 David Kastrup <dak@gnu.org>
9872 * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
9873 Mention that the autoloaded aliases should be kept for AUCTeX.
9875 2005-04-23 Andreas Schwab <schwab@suse.de>
9877 * isearch.el (isearch-forward): Doc fix.
9879 2005-04-23 Eli Zaretskii <eliz@gnu.org>
9881 * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
9882 (jit-lock-stealth-nice): Change default value to 0.5.
9884 2005-04-23 Eric Hanchrow <offby1@blarg.net> (tiny change)
9886 * abbrev.el (write-abbrev-file): Write table entries in
9887 alphabetical order by table name.
9889 2005-04-22 Kim F. Storm <storm@cua.dk>
9891 * ido.el (ido-read-internal): Fix `list' completion.
9893 2005-04-22 Kenichi Handa <handa@m17n.org>
9895 * recentf.el (recentf-save-file-coding-system): New variable.
9896 (recentf-save-list): Encode the file by
9897 recentf-save-file-coding-system and add coding: tag.
9899 2005-04-22 Nick Roberts <nickrob@snap.net.nz>
9901 * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
9903 2005-04-21 Lute Kamstra <lute@gnu.org>
9905 * loadhist.el (unload-feature): Don't remove a function from hooks
9906 if it is about to be restored to an autoload . Remove functions
9907 that will become unbound from auto-mode-alist. Simplify the code.
9909 * subr.el (assq-delete-all): New implementation that is linear,
9910 not quadratic. Suggested by David Kastrup <dak@gnu.org>.
9911 (rassq-delete-all): New function.
9913 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9914 Add size-indication-mode.
9916 2005-04-21 Kenichi Handa <handa@m17n.org>
9918 * international/mule-cmds.el: Add autoload for widget-value in
9921 2005-04-21 Nick Roberts <nickrob@snap.net.nz>
9923 * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
9926 * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
9928 2005-04-20 Luc Teirlinck <teirllm@auburn.edu>
9930 * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
9931 (inferior-lisp-filter-regexp, inferior-lisp-program)
9932 (inferior-lisp-load-command, inferior-lisp-prompt)
9933 (inferior-lisp-mode-hook, lisp-source-modes)
9934 (inferior-lisp-load-hook): defvar->defcustom.
9935 (inferior-lisp-program, inferior-lisp-prompt)
9936 (inferior-lisp-load-hook): Doc fixes.
9937 (inferior-lisp-install-letter-bindings): Small change in
9938 introductory comment.
9940 2005-04-20 Dan Nicolaescu <dann@ics.uci.edu>
9942 * vc.el (vc-annotate-color-map): Change some colors so that text
9943 using them as foreground is readable on both white and black
9946 2005-04-20 Stefan Monnier <monnier@iro.umontreal.ca>
9948 * international/mule-conf.el (translation-table-for-input):
9949 Remove redundant declaration.
9951 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9953 * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
9955 * tooltip.el (tooltip-gud-tips-p): Expand documentation.
9956 (tooltip-toggle-gud-tips): New function.
9958 2005-04-20 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9960 * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
9961 right angle brackets.
9963 2005-04-20 Nick Roberts <nickrob@snap.net.nz>
9965 * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
9967 2005-04-19 Stefan Monnier <monnier@iro.umontreal.ca>
9969 * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
9970 Remove. Update callers to use expand-file-name instead.
9972 * subr.el (syntax-class): New function.
9974 * simple.el (blink-matching-open): Use it.
9976 * paren.el (show-paren-function): Use it to recognize parens that are
9977 also used in 2-char comment markers.
9979 2005-04-19 Lute Kamstra <lute@gnu.org>
9981 * loadhist.el (unload-feature): Update for new format of
9982 load-history. Simplify the code.
9984 2005-04-19 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
9986 * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
9987 (mac-add-charset-info): New function. Initialize variable
9988 mac-charset-info-alist using it.
9989 (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
9991 (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
9992 (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
9993 (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
9996 2005-04-19 Kim F. Storm <storm@cua.dk>
9998 * simple.el (next-buffer, prev-buffer, next-error)
9999 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10000 (clone-indirect-buffer-other-window): Move bindings to bindings.el.
10002 * bindings.el (next-buffer, prev-buffer, next-error)
10003 (scroll-other-window, keyboard-quit, keyboard-escape-quit)
10004 (clone-indirect-buffer-other-window): Move bindings from simple.el.
10005 (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
10006 (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
10008 2005-04-18 Stefan Monnier <monnier@iro.umontreal.ca>
10010 * isearch.el (isearch-edit-string): Make the search-ring available for
10011 minibuffer history commands.
10012 (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
10013 the default history commands now work just as well.
10014 (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
10016 2005-04-18 Kim F. Storm <storm@cua.dk>
10018 * emulation/cua-base.el (cua--pre-command-handler): Add more
10019 elaborate check for shift modifier on non-window systems.
10021 2005-04-18 Lars Hansen <larsh@math.ku.dk>
10023 * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
10025 2005-04-18 Kim F. Storm <storm@cua.dk>
10027 * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
10028 and make it optional. Don't test tooltip-gud-echo-area here.
10029 (tooltip-gud-process-output, gdb-tooltip-print):
10030 Pass tooltip-gud-echo-area to tooltip-show.
10031 (tooltip-help-tips): Remove second optional arg to tooltip-show.
10033 2005-04-18 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10035 * tooltip.el (tooltip-mode): `emacs-quick-startup' and
10036 `display-graphic-p' may not be bound yet.
10038 2005-04-17 Luc Teirlinck <teirllm@auburn.edu>
10040 * startup.el (command-line): No longer enable Xterm Mouse mode by
10041 default in terminals compatible with xterm.
10043 * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
10045 2005-04-18 Nick Roberts <nickrob@snap.net.nz>
10047 * tooltip.el (tooltip-gud-echo-area): Rename from
10048 tooltip-use-echo-area.
10049 (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
10050 (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
10051 area independently of where help tooltips are displayed.
10053 2005-04-17 David Kastrup <dak@gnu.org>
10055 * cus-theme.el (custom-theme-write-variables): Quote variables
10058 2005-04-17 Richard M. Stallman <rms@gnu.org>
10060 * simple.el (yank-excluded-properties): Add follow-link to value.
10062 * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
10064 * startup.el (fancy-splash-max-time): Just 30 seconds.
10065 (fancy-splash-delay): Just 7.
10066 (fancy-splash-screens): No time limit other than fancy-splash-max-time.
10068 * loadhist.el (unload-feature): Update for new format of load-history.
10071 * mail/rmail.el (rmail-ignored-headers): Ignore more headers
10072 (rmail-font-lock-keywords): Don't fontify the text of a citation.
10074 * mail/sendmail.el (mail-font-lock-keywords):
10075 Don't fontify subject text.
10076 Don't fontify the text of a citation.
10078 2005-04-17 Mark H. Weaver <mhw@netris.org> (tiny change)
10080 * comint.el (comint-output-filter): Run comint-output-filter-functions
10081 with point where the user had it.
10083 2005-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
10085 * international/ucs-tables.el (ucs-set-table-for-input):
10086 Disable when using unify-on-decoding.
10088 2005-04-16 Dan Nicolaescu <dann@ics.uci.edu>
10090 * emulation/cua-base.el (cua-global-mark-face): Add special case
10091 for displays supporting a high number of colors.
10093 2005-04-16 Matt Hodges <MPHodges@member.fsf.org> (tiny change)
10095 * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
10097 2005-04-16 Chong Yidong <cyd@stupidchicken.com>
10099 * filesets.el (filesets-add-buffer): If user supplies a name of a
10100 non-existing fileset, create a new fileset.
10102 2005-04-16 Carsten Dominik <dominik@science.uva.nl>
10104 * textmodes/org.el (org-up-heading-all): Fix bug with
10105 `outline-up-heading-all'.
10107 2005-04-16 Andreas Schwab <schwab@suse.de>
10109 * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
10110 /etc/permissions.d/* and /etc/aliases.d/*.
10112 2005-04-16 Kenichi Handa <handa@m17n.org>
10114 * international/code-pages.el (cp-make-coding-system):
10115 Set `translation-table-for-input' property value to the symbol
10116 ucs-mule-to-mule-unicode, not to that value.
10117 (pt154): Escape guillemet by `\'.
10119 2005-04-15 Luc Teirlinck <teirllm@auburn.edu>
10121 * loadup.el: Load tooltip if x-show-tip is fboundp.
10123 * startup.el (command-line): Add comment.
10125 * tooltip.el (tooltip-mode): Specify correct standard value for
10126 Custom in init-value.
10128 2005-04-15 Nick Roberts <nickrob@snap.net.nz>
10130 * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
10133 2005-04-15 Carsten Dominik <dominik@science.uva.nl>
10135 * textmodes/org.el (org-agenda-date-prompt): Rename from
10136 `org-agenda-date-today'.
10137 (org-evaluate-time-range): Insert at point instead of directly
10139 (org-first-headline-recenter, org-subtree-end-visible-p)
10140 (org-optimize-window-after-visibility-change): New functions
10141 (org-agenda-post-command-hook): Don't allow point at end of line,
10142 to make sure it always hits the text properties.
10143 (org-agenda-next-date-line, org-agenda-previous-date-line):
10145 (org-set-regexps-and-options): Category may contain white space.
10146 (org-agenda-get-deadlines, org-agenda-get-scheduled):
10147 Improve marker positions.
10148 (org-agenda-new-marker): Argument POS made optional.
10149 (org-agenda-get-timestamps): Deadlines which are done are listed
10150 in org-done-face now.
10151 (org-agenda-get-todos, org-agenda-get-timestamps)
10152 (org-agenda-get-deadlines, org-agenda-get-scheduled):
10153 Set `undone-face' and `done-face' properties.
10154 (org-last-todo-state-is-todo): New variable.
10155 (org-todo): Set `org-last-todo-state-is-todo'.
10156 (org-agenda-todo): Change face according to
10157 `org-last-todo-state-is-todo'. And change other lines referring to
10159 (org-calendar-goto-agenda): New command.
10160 (org-calendar-to-agenda-key): New option.
10161 (org-startup-folded): New allowed value `content'.
10162 (org-set-regexps-and-options): Accept new value `content' for
10163 `org-startup-folded'.
10164 (org-get-current-options): Handle new value `content' for
10165 `org-startup-folded'.
10166 (org-insert-todo-heading): New command.
10167 (org-mode): Insert first line "*-* mode: org-mode -*-" when called
10168 interactively in empty file and option
10169 `org-insert-mode-line-in-empty-file' has been set.
10170 (org-agenda-todo,org-agenda-priority): Modify to use
10171 `org-agenda-change-all-lines'.
10172 (org-warning-face): Change color on dark background
10174 2005-04-14 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10176 * international/mule-cmds.el (set-locale-environment): On Mac OS,
10177 use preferences AppleLocale and AppleLanguages, and variable
10178 mac-system-locale for default locale. On Mac OS Classic, use
10179 mac-system-coding-system for default coding systems.
10181 * term/mac-win.el: Don't set file-name-coding-system.
10182 Decode variables system-name, emacs-build-system, user-login-name, and
10183 user-full-name by mac-system-coding-system on Mac OS Classic.
10184 (mac-system-coding-system): New variable.
10186 2005-04-13 Luc Teirlinck <teirllm@auburn.edu>
10188 * startup.el (command-line): Handle `xterm-mouse-mode' before
10191 * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
10193 2005-04-13 Glenn Morris <gmorris@ast.cam.ac.uk>
10195 * progmodes/sh-script.el (sh-here-document-word): Make it a
10196 defcustom. Doc fix.
10197 (sh-add): Bash uses $(( )) for arithmetic.
10198 (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
10199 (sh-maybe-here-document): Remove quotes and leading whitespace
10200 from heredoc word when closing. Indent heredoc with tabs if word
10203 2005-04-13 Richard M. Stallman <rms@gnu.org>
10205 * simple.el (undo): Fix previous change.
10207 * custom.el (defface): Doc fix.
10209 2005-04-13 Lute Kamstra <lute@gnu.org>
10211 * Makefile.in (DONTCOMPILE): Remove list.
10212 (compile, compile-always): Don't use DONTCOMPILE.
10213 (update-authors): Load the library in which batch-update-authors
10215 * makefile.w32-in (DONTCOMPILE): Remove list.
10216 (compile, compile-always): Fix comments.
10217 (update-authors): Load the library in which batch-update-authors
10220 * generic-x.el (generic-mode-ini-file-find-file-hook):
10221 Rename to ini-generic-mode-find-file-hook.
10222 Keep generic-mode-ini-file-find-file-hook as an alias.
10223 (ini-generic-mode-find-file-hook): Rename from
10224 generic-mode-ini-file-find-file-hook. Fix docstring.
10225 (ini-generic-mode): Docstring change.
10226 (bat-generic-mode-run-as-comint): Silence the byte compiler.
10228 * help.el (describe-key-briefly): UNTRANSLATED can be nil when
10231 * generic.el: Move to the emacs-lisp subdir.
10233 2005-04-12 Dan Nicolaescu <dann@ics.uci.edu>
10235 * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
10236 and C-S- function and cursor motion keys.
10238 2005-04-12 Luc Teirlinck <teirllm@auburn.edu>
10240 * startup.el (command-line): Enable Xterm Mouse mode by default.
10241 * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
10242 for Custom. No longer show "Mouse" in mode line when enabled.
10245 2005-04-12 Kim F. Storm <storm@cua.dk>
10247 * emulation/cua-base.el (cua-rectangle-face)
10248 (cua-rectangle-noselect-face): Define face attributes here.
10250 * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
10252 2005-04-12 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10254 * startup.el (command-line): Turn off blinking cursor if
10255 cursorBlink in resources is off or false.
10257 2005-04-12 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10259 * term/mac-win.el (dnd): Require dnd.
10260 (mac-drag-n-drop): Call dnd-handle-one-url.
10261 (kTextEncodingMacRoman, kTextEncodingISOLatin1)
10262 (kTextEncodingISOLatin2): Remove constants.
10263 (mac-script-code-coding-systems): New constant.
10264 (mac-handle-language-change): New function.
10265 (special-event-map): Bind it to `language-change' event.
10266 (mac-centraleurroman, mac-cyrillic): New coding systems.
10267 (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
10268 (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
10269 and mac-cyrillic-encoder to encode-mac-centraleurroman and
10270 encode-mac-cyrillic, respectively.
10272 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10274 * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
10275 Don't set overlay-arrow-string to "=>" as this is done
10278 2005-04-12 Lute Kamstra <lute@gnu.org>
10280 * generic-x.el (rc-generic-mode, rul-generic-mode):
10281 Fix auto-mode-alist entries.
10282 (etc-fstab-generic-mode): Tweak fontification.
10284 * generic.el (generic-make-keywords-list): Fix docstring.
10285 (generic-mode-internal): Simplify generic-font-lock-keywords.
10287 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
10289 * whitespace.el (whitespace-buffer-leading)
10290 (whitespace-buffer-trailing): Revert the incorrect test inversion.
10291 However, fix the highlight area for the leading and
10292 trailing whitespaces to show space.
10294 2005-04-11 Rajesh Vaidheeswarran <rv@gnu.org>
10296 * whitespace.el (whitespace-version): Bump to 3.5
10298 (whitespace-buffer-leading, whitespace-buffer-trailing):
10299 Invert sense of the test to highlight the whitespace.
10301 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10303 * progmodes/gud.el (gud-display-line): GUD uses its own
10304 overlay arrow now so don't set overlay-arrow-string.
10305 (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
10307 2005-04-11 Dan Nicolaescu <dann@ics.uci.edu>
10309 * term.el (term-ansi-current-bold, term-ansi-current-underline)
10310 (term-ansi-current-reverse, term-ansi-current-invisible)
10311 (term-ansi-face-already-done): Change to boolean.
10312 (term-reset-terminal, term-handle-colors-array): Handle the above
10314 (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
10315 (term-emulate-terminal): Use the new name.
10317 * faces.el (secondary-selection): Use yellow1, not yellow.
10318 (trailing-whitespace): Use red1, not red.
10320 2005-04-11 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
10322 * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
10323 (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
10324 (dired-dnd-handle-file): Call dnd-get-local-file-uri
10326 * cus-edit.el (dnd): New group.
10328 * term/w32-win.el (dnd): Require dnd
10329 (w32-drag-n-drop): Call dnd-handle-one-url.
10331 * x-dnd.el: Require dnd.
10332 (x-dnd-handle-uri-list, x-dnd-handle-file-name):
10333 Call dnd-handle-one-url.
10334 (x-dnd-types-alist, x-dnd-insert-utf8-text)
10335 (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
10336 to dnd-insert-text.
10337 (x-dnd-protocol-alist, x-dnd-open-file-other-window)
10338 (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
10339 (x-dnd-get-local-file-name, x-dnd-open-local-file)
10340 (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
10342 * dnd.el (dnd-protocol-alist): New file with generic DND functions.
10344 2005-04-11 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10346 * wdired.el: Doc fixes.
10347 (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
10348 (wdired-use-dired-vertical-movement): Rename from
10349 wdired-always-move-to-filename-beginning.
10350 (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
10351 (wdired-change-to-wdired-mode): Change mode name.
10352 (wdired-newline): Delete.
10354 2005-04-11 Richard M. Stallman <rms@gnu.org>
10356 * whitespace.el (whitespace-highlight-the-space):
10357 Don't call whitespace-unhighlight-the-space here.
10359 * simple.el (undo): Record t in undo-equiv-table
10360 for the redo record made by an undo-in-region.
10362 2005-04-12 Nick Roberts <nickrob@snap.net.nz>
10364 * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
10365 (gdb-frame-inferior-io-buffer): New Functions to control
10366 display of separate IO buffer.
10367 (menu): Add them to menu-bar.
10368 (gdb-display-buffer): Check for buffer another frame.
10369 Protect GUD buffer.
10370 (gdb-setup-windows): Create IO buffer if not already there.
10371 (gdb-memory-mode): Remove purecopy noops.
10373 2005-04-11 Glenn Morris <gmorris@ast.cam.ac.uk>
10375 * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
10376 and pass to self-insert-command.
10378 2005-04-11 Lute Kamstra <lute@gnu.org>
10380 * generic.el: Commentary section cleanup.
10382 (generic-use-find-file-hook, generic-lines-to-scan)
10383 (generic-find-file-regexp, generic-ignore-files-regexp)
10384 (default-generic-mode, generic-mode-find-file-hook)
10385 (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
10386 * generic-x.el (generic-x): Docstring fix. Put it in the data group.
10387 (generic-use-find-file-hook, generic-lines-to-scan)
10388 (generic-find-file-regexp, generic-ignore-files-regexp)
10389 (default-generic-mode, generic-mode-find-file-hook)
10390 (generic-mode-ini-file-find-file-hook): Move from generic.el.
10392 2005-04-10 Karl Fogel <kfogel@red-bean.com>
10394 * bookmark.el (bookmark-write-file): Catch errors writing file.
10395 This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
10397 2005-04-10 Richard M. Stallman <rms@gnu.org>
10399 * startup.el (fancy-splash-tail): Update copyright year.
10400 (command-line): Split part of -Q into -D.
10401 (emacs-basic-display): New defvar.
10402 (fancy-splash-text): Correct name of menu item.
10404 * saveplace.el (save-place-alist-to-file): Catch errors writing file.
10406 * info.el (Info-fontify-node): Handle fontification of multiple * Menu
10409 * comint.el (comint-send-input): New arg ARTIFICIAL.
10410 Callers in this file changed.
10412 * abbrev.el (define-abbrevs): Read system abbrevs properly.
10414 * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
10416 2005-04-10 Chong Yidong <cyd@stupidchicken.com>
10418 * url/url-ldap.el (url-ldap): Add docstring. Fix call to
10419 `ldap-search-internal'.
10421 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10423 * files.el (set-auto-mode-1): Use line-end-position.
10425 * international/latin-1.el:
10426 * international/latin-2.el:
10427 * international/latin-3.el:
10428 * international/latin-4.el:
10429 * international/latin-5.el:
10430 * international/latin-8.el:
10431 * international/latin-9.el: Give punctuation syntax to NBSP.
10433 * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
10434 (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
10435 Use char-classes to accept non-ascii letters, accepted in some recent
10436 bibtex implementations.
10438 2005-04-10 Luc Teirlinck <teirllm@auburn.edu>
10440 * custom.el (custom-set-minor-mode): Any non-nil value for the
10441 variable should enable the mode when set through Custom.
10443 2005-04-10 Stefan Monnier <monnier@iro.umontreal.ca>
10445 * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
10446 TAB binding so tab-always-indent is obeyed.
10447 (vhdl-minibuffer-local-map): Move initialization into declaration.
10448 (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
10449 (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
10450 (vhdl-hooked-abbrev): Avoid test for XEmacs.
10451 (vhdl-current-line): Use line-beginning-position.
10452 (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
10453 with-output-to-temp-buffer, so the current position can be recorded.
10455 2005-04-10 Masatake YAMATO <jet@gyve.org>
10457 * progmodes/compile.el (compilation-error-regexp-alist-alist):
10458 Add regexp for gcov.
10460 2005-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
10462 * calendar/time-date.el (time-to-seconds, seconds-to-time)
10463 (days-to-time, time-subtract, time-add): Don't use the #xhhhh
10464 syntax which Emacs 20 doesn't support.
10466 2005-04-09 Richard M. Stallman <rms@gnu.org>
10468 * help.el (describe-key-briefly, describe-key):
10469 Replace strings as event types with "(any string)".
10471 2005-04-09 Stefan Monnier <monnier@iro.umontreal.ca>
10473 * arc-mode.el (archive-mode-map): Move initialization into
10474 the declaration. Override *all* bindings of `undo'.
10475 (archive-lemacs): Remove, use (featurep 'xemacs) instead.
10477 2005-04-09 Jay Belanger <belanger@truman.edu>
10479 * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
10481 2005-04-09 Dan Nicolaescu <dann@ics.uci.edu>
10483 * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
10484 (xterm-register-default-colors): Update color values computation
10485 to match xterm-200.
10487 2005-04-09 Kenichi Handa <handa@m17n.org>
10489 * international/code-pages.el (iso-latin-7): Fix the map.
10491 2005-04-08 Luc Teirlinck <teirllm@auburn.edu>
10493 * emacs-lisp/lisp.el (defun-prompt-regexp)
10494 (parens-require-spaces, buffer-end, end-of-defun)
10495 (insert-parentheses): Doc fixes.
10497 2005-04-08 Kim F. Storm <storm@cua.dk>
10499 * comint.el (comint-highlight-prompt): Fix face spec.
10500 * hi-lock.el (hi-green): Likewise.
10502 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10504 * cus-edit.el (custom-modified-face):
10505 * comint.el (comint-highlight-input): Fix previous changes.
10506 * term.el (term-handle-ansi-escape): Add a comment.
10508 2005-04-08 Stefan Monnier <monnier@iro.umontreal.ca>
10510 * whitespace.el (whitespace-highlight-the-space): Put the same overlay
10511 in the buffer and in whitespace-highlighted-space.
10512 (whitespace-unhighlight-the-space): Simplify.
10513 (whitespace-buffer): Simplify.
10515 2005-04-08 Dan Nicolaescu <dann@ics.uci.edu>
10517 * textmodes/table.el (table-cell-face): Add special case for
10518 displays supporting a high number of colors.
10519 * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
10520 (vhdl-font-lock-reserved-words-face)
10521 (vhdl-speedbar-architecture-face)
10522 (vhdl-speedbar-instantiation-face)
10523 (vhdl-speedbar-architecture-selected-face)
10524 (vhdl-speedbar-instantiation-selected-face): Likewise.
10525 * progmodes/sh-script.el (sh-heredoc-face): Likewise.
10526 * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
10527 * progmodes/ebrowse.el (ebrowse-tree-mark-face)
10528 (ebrowse-root-class-face, ebrowse-member-attribute-face)
10529 (ebrowse-progress-face): Likewise.
10530 * progmodes/compile.el (compilation-info-face): Likewise.
10531 * progmodes/cc-fonts.el (c-invalid-face): Likewise.
10532 * emacs-lisp/re-builder.el (reb-match-3): Likewise.
10533 * calendar/calendar.el (diary-face): Likewise.
10534 * woman.el (woman-italic-face, woman-bold-face)
10535 (woman-unknown-face): Likewise.
10536 * wid-edit.el (widget-button-pressed-face): Likewise.
10537 * whitespace.el (whitespace-highlight-face): Likewise.
10538 * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
10539 * pcvs-info.el (cvs-marked-face): Likewise.
10540 * info.el (info-xref): Likewise.
10541 * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
10542 * hilit-chg.el (highlight-changes-face)
10543 (highlight-changes-delete-face): Likewise.
10544 * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
10545 (hi-red-b): Likewise.
10546 * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
10547 * font-lock.el (font-lock-keyword-face)
10548 (font-lock-function-name-face, font-lock-warning-face): Likewise.
10549 * cus-edit.el (custom-invalid-face, custom-modified-face)
10550 (custom-set-face, custom-changed-face, custom-variable-tag-face)
10551 (custom-group-tag-face-1, custom-group-tag-face): Likewise.
10552 * comint.el (comint-highlight-prompt): Likewise.
10554 2005-04-08 Lute Kamstra <lute@gnu.org>
10556 * font-lock.el (font-lock-keywords): Docstring fixes.
10558 2005-04-08 Kenichi Handa <handa@m17n.org>
10560 * ps-mule.el (ps-mule-show-warning): If the number of unprintable
10561 chars are more than a limit, print " and more..." at the tail.
10563 2005-04-08 Kim F. Storm <storm@cua.dk>
10565 * emacs-lisp/authors.el (authors-aliases): Update list.
10566 (authors-ignored-files): New list.
10567 (authors-fixed-entries): Fix typo.
10568 (authors-renamed-files-alist): Update list.
10569 (authors-add): Check authors-ignored-files.
10571 2005-04-08 Carsten Dominik <dominik@science.uva.nl>
10573 * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
10574 optional, to ensure backward compatibility.
10576 2005-04-08 Stephen Eglen <stephen@gnu.org>
10578 * textmodes/flyspell.el (flyspell-large-region): Doc fix.
10580 2005-04-08 Kim F. Storm <storm@cua.dk>
10582 * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
10584 * mouse.el (mouse-on-link-p): Doc fix.
10586 2005-04-07 Luc Teirlinck <teirllm@auburn.edu>
10588 * ielm.el (ielm-prompt-read-only): Doc fix.
10590 * comint.el (comint-prompt-read-only): Doc fix.
10592 2005-04-07 Benjamin Rutt <brutt@bloomington.in.us>
10594 * ffap.el (ffap-pass-wildcards-to-dired): New user option to
10595 ensure dired always handles wildcards passed to ffap.
10596 (find-file-at-point): Use it.
10597 (ffap-dired-wildcards): Doc fix.
10599 2005-04-07 Juri Linkov <juri@jurta.org>
10601 * simple.el (next-error-overlay-arrow-position): New defvar.
10602 Put "=>" on its property `overlay-arrow-string'. Add it to
10603 `overlay-arrow-variable-list'.
10605 * progmodes/compile.el (compilation-setup):
10606 Set `next-error-overlay-arrow-position' to nil. Also set it to
10607 nil in the local hook `kill-buffer-hook'. Make local variable
10608 `overlay-arrow-string' and set it to "=>".
10609 (compilation-goto-locus): Set BOL position to
10610 `next-error-overlay-arrow-position' instead of
10611 `overlay-arrow-position'.
10613 * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
10614 locally instead of adding it to the global hook.
10615 (Info-kill-buffer): Move up.
10617 2005-04-06 Dan Nicolaescu <dann@ics.uci.edu>
10619 * term/xterm.el (xterm-standard-colors): Update color values from
10622 2005-04-06 Stefan Monnier <monnier@iro.umontreal.ca>
10624 * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
10627 * lazy-lock.el: Move them to the obsolete subdir.
10629 2005-04-06 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
10631 * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
10632 (wdired-add-replace-advice): Remove.
10633 (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
10635 2005-04-06 Kim F. Storm <storm@cua.dk>
10637 * startup.el (command-line): Add --bare-bones alias for -Q.
10639 2005-04-06 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
10641 * term/mac-win.el: Use create-fontset-from-mac-roman-font to
10642 create the startup fontset if a font specification ends with
10645 2005-04-06 Lute Kamstra <lute@gnu.org>
10647 * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
10650 * emacs-lisp/copyright.el (copyright-update-year): Replace the
10651 right subexpression. Suggested by Jay Bingham <jay.bingham@hp.com>.
10653 2005-04-05 Lute Kamstra <lute@gnu.org>
10655 * generic.el (generic-mode-internal): Fix 2005-03-31 change.
10656 (define-generic-mode): Ditto. Fix debug declaration.
10658 * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
10659 Put them in the generic-x group.
10661 * calendar/timeclock.el (timeclock): Doc fix.
10663 * generic.el (define-generic-mode): Don't use custom-current-group.
10664 Document default :group value.
10665 * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
10666 (define-global-minor-mode): Don't use custom-current-group.
10668 2005-04-05 Glenn Morris <gmorris@ast.cam.ac.uk>
10670 * startup.el (command-line-1): Display startup-echo-area-message
10671 when fancy splash screen is in use.
10673 * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
10674 (sh-escaped-newline): New face.
10675 (sh-font-lock-keywords) <shell>: Improve regexp for escaped
10676 newline, and use sh-escaped-newline face.
10678 * progmodes/tcl.el (tcl-escaped-newline): New face.
10679 (tcl-builtin-list): New variable.
10680 (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
10681 newlines. Fix keywords subexpression number.
10683 2005-04-05 Carsten Dominik <dominik@science.uva.nl>
10685 * textmodes/org.el (org-diary-default-entry): Fix call to
10686 `add-to-diary-entry'.
10688 2005-04-05 Kim F. Storm <storm@cua.dk>
10690 * ediff-init.el: Use (featurep 'xemacs).
10692 2005-04-05 David Ponce <david@dponce.com>
10694 * cus-edit.el (face): Derive from symbol widget. Display sample
10695 of the current face on the fly.
10696 (widget-face-sample-face-get, widget-face-notify): New functions.
10697 (widget-face-value-create): Remove.
10699 * wid-edit.el (widget-field-end): Temporarily remove field
10700 narrowing before to call `get-char-property'.
10702 2005-04-04 Jay Belanger <belanger@truman.edu>
10704 * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
10705 (math-read-subscripts): New variable.
10706 (math-read-preprocess-string): Process subscripts.
10708 2005-04-04 Luc Teirlinck <teirllm@auburn.edu>
10710 * comint.el (comint-prompt-read-only): Doc fix.
10712 * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
10715 2005-04-04 Carsten Dominik <dominik@science.uva.nl>
10717 * textmodes/org.el (org-insert-mode-line-in-empty-file):
10718 Change default value to nil.
10720 2005-04-04 Lute Kamstra <lute@gnu.org>
10722 * autorevert.el (auto-revert-mode): Specify :group.
10723 * battery.el (display-battery-mode): Specify :group.
10724 * diff-mode.el (diff-minor-mode): Specify :group.
10725 * font-core.el (font-lock-mode): Specify :group.
10726 * hl-line.el (hl-line-mode): Specify :group.
10727 * iimage.el (iimage): New customization group.
10728 (iimage-mode): Specify :group.
10729 * longlines.el (longlines-mode): Specify :group.
10730 * master.el: Don't require easy-mmode.
10731 (master): New customization group.
10732 (master-mode): Specify :group.
10733 * msb.el (msb-mode): Specify :group.
10734 * reveal.el (reveal-mode): Specify :group.
10735 * simple.el (next-error-follow-minor-mode): Specify :group.
10736 * smerge-mode.el (smerge-mode): Specify :group.
10737 * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
10738 * emulation/cua-base.el (cua-mode): Specify :group.
10739 * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
10740 * language/thai-util.el (thai-auto-composition-mode)
10741 (thai-word-mode): Specify :group.
10742 * mail/supercite.el (sc-minor-mode): Specify :group.
10743 * progmodes/cwarn.el (cwarn-mode): Specify :group.
10744 * progmodes/flymake.el (flymake-mode): Specify :group.
10745 * progmodes/glasses.el (glasses-mode): Specify :group.
10746 * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
10747 * textmodes/enriched.el (enriched-mode): Specify :group.
10748 * textmodes/refill.el (refill-mode): Specify :group.
10750 * add-log.el (change-log-font-lock-keywords): Names in
10751 parenthesized lists can contain spaces.
10753 2005-04-04 Thien-Thi Nguyen <ttn@gnu.org>
10755 * startup.el (fancy-splash-text): Shorten default text of
10756 "Emacs Tutorial" line. Also, if the current language env
10757 indicates an available tutorial file other than TUTORIAL,
10758 extract its title and append it to the line in parentheses.
10759 (fancy-splash-insert): If arg is a thunk, funcall it.
10761 2005-04-04 Jay Belanger <belanger@truman.edu>
10763 * calc.el (calc-language-alist): Add tags to customization type.
10765 2005-04-03 Luc Teirlinck <teirllm@auburn.edu>
10767 * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
10770 2005-04-03 Marcelo Toledo <marcelo@gnu.org>
10772 * add-log.el (change-log-font-lock-keywords): The manual
10773 describing a Change Log entry, says: (...) "Aside from these
10774 header lines, every line in the change log starts with a space or
10775 a tab.". The font-lock was not highlighting lines started with
10776 spaces, added support for it.
10778 2005-04-03 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
10780 * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
10781 (bibtex-generate-url-list): Update docstring accordingly. Put the
10782 complex example in the docstring.
10783 (bibtex-font-lock-url): Use pop.
10785 2005-04-03 Stefan Monnier <monnier@iro.umontreal.ca>
10787 * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
10789 * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
10791 2005-04-03 Glenn Morris <gmorris@ast.cam.ac.uk>
10793 * filesets.el (filesets-set-default): Doc fix.
10795 2005-04-03 Lute Kamstra <lute@gnu.org>
10797 * generic.el (define-generic-mode): Add argument to specify
10798 keywords for defcustom.
10799 (default-generic-mode): Specify :group.
10801 * generic-x.el: Specify :group for all generic modes.
10803 * desktop.el (desktop-no-desktop-file-hook)
10804 (desktop-after-read-hook): Doc fix.
10806 2005-04-02 Luc Teirlinck <teirllm@auburn.edu>
10808 * simple.el (visible-mode): Use explicit :group keyword.
10809 This changes the group of `visible-mode-hook' from paren-blinking
10812 2005-04-02 Sergey Poznyakoff <gray@Mirddin.farlep.net> (tiny change)
10814 * mail/rmail.el (rmail-parse-url): Bugfix. Parse traditional
10815 mailbox specifications as well as URLs.
10816 (rmail-insert-inbox-text): Remove unused conditional branches.
10818 2005-04-01 Jay Belanger <belanger@truman.edu>
10820 * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
10821 (calc-gnuplot-print-command): Move definitions to calc.el.
10823 * calc/calc-embed.el (calc-embedded-announce-formula)
10824 (calc-embedded-open-formula, calc-embedded-close-formula)
10825 (calc-embedded-open-word, calc-embedded-close-word)
10826 (calc-embedded-open-plain, calc-embedded-close-plain)
10827 (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
10828 (calc-embedded-open-mode, calc-embedded-close-mode):
10829 Move definitions to calc.el.
10831 * calc/calc.el (calc-settings-file, calc-language-alist):
10833 (calc-embedded-announce-formula, calc-embedded-open-formula)
10834 (calc-embedded-close-formula, calc-embedded-open-word)
10835 (calc-embedded-close-word, calc-embedded-open-plain)
10836 (calc-embedded-close-plain, calc-embedded-open-new-formula)
10837 (calc-embedded-close-new-formula, calc-embedded-open-mode)
10838 (calc-embedded-close-mode, calc-gnuplot-name)
10839 (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
10840 from other files and make customizable.
10842 2005-04-01 Stefan Monnier <monnier@iro.umontreal.ca>
10844 * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
10846 (cvs-mode-run): Don't call cvs-update-header here.
10847 (cvs-run-process): Call cvs-update-header.
10848 Use process properties for cvs-postprocess and cvs-buffer so that
10849 the sentinel can behave better if the temp buffer is killed.
10850 Use a pipe rather than a tty, to better handle unexpected prompts.
10851 (cvs-sentinel): Rewrite. Call cvs-update-header.
10853 2005-04-01 Andre Spiegel <spiegel@gnu.org>
10855 * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
10856 we go via Tramp or Ange-FTP. Suggested by Kai Grossjohann.
10858 2005-03-31 Stefan Monnier <monnier@iro.umontreal.ca>
10860 * generic.el (define-generic-mode): Add indentation rule.
10862 2005-03-31 Luc Teirlinck <teirllm@auburn.edu>
10864 * files.el (mode-require-final-newline): Make Custom correctly
10865 report a nil value and allow to set it to nil via Custom.
10868 2005-04-01 Kenichi Handa <handa@m17n.org>
10870 * international/characters.el: Enable the correct case setting for
10871 dotless-i and dotted-I.
10873 2005-04-01 Kim F. Storm <storm@cua.dk>
10875 * ido.el (ido-file-internal): Fall back to non-ido command if
10876 initial directory is on slow ftp (or tramp) host.
10878 2005-03-31 Richard M. Stallman <rms@gnu.org>
10880 * emacs-lisp/autoload.el (make-autoload):
10881 Handle define-global-minor-mode.
10883 * emacs-lisp/easy-mmode.el (define-global-minor-mode):
10884 Rename from easy-mmode-define-global-mode.
10885 (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
10887 * progmodes/scheme.el (scheme-mode-syntax-table):
10888 Update syntax of | and # for two-character comment syntax.
10890 2005-03-31 Lute Kamstra <lute@gnu.org>
10892 * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
10893 (define-minor-mode): Call custom-current-group at load-time.
10895 * generic.el (define-generic-mode): Add debug declaration.
10896 Add defcustom for the mode hook.
10897 (generic-mode-internal): Use run-mode-hooks.
10899 2005-03-31 Kim F. Storm <storm@cua.dk>
10901 * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
10902 (mouse-fixup-help-message): New defun called by show_help_echo
10903 to fixup mouse-2 prefix in help messages when applicable.
10905 * tooltip.el (tooltip-show-help-function): Don't fixup message here.
10907 2005-03-31 Kenichi Handa <handa@m17n.org>
10909 * language/thai-word.el (thai-find-word-ends): Pay attention to
10910 the case that we reach the end of buffer.
10912 * textmodes/fill.el (fill-text-properties-at): New function.
10913 (fill-newline): Use fill-text-properties-at instead of
10914 text-properties-at.
10916 2005-03-31 Olive Lin <olive.lin@versateladsl.be> (tiny change)
10918 * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
10919 not comint-quote-filename.
10921 2005-03-31 Thien-Thi Nguyen <ttn@gnu.org>
10923 * help-fns.el (help-with-tutorial): Revert last change.
10925 2005-03-31 Kim F. Storm <storm@cua.dk>
10927 * emulation/cua-base.el (cua-scroll-down): Add CUA property.
10929 2005-03-30 Paul Eggert <eggert@cs.ucla.edu>
10931 * calendar/cal-china.el: Update reference to "Calendrical
10932 Calculations" book; there's a new edition.
10933 * calendar/cal-coptic.el: Likewise.
10934 * calendar/cal-french.el: Likewise.
10935 * calendar/cal-hebrew.el: Likewise.
10936 * calendar/cal-islam.el: Likewise.
10937 * calendar/cal-iso.el: Likewise.
10938 * calendar/cal-julian.el: Likewise.
10939 * calendar/cal-mayan.el: Likewise.
10940 * calendar/cal-persia.el: Likewise.
10941 * calendar/calendar.el: Likewise.
10942 * calendar/holidays.el: Likewise.
10943 * calendar/lunar.el: Likewise.
10944 * calendar/solar.el: Likewise.
10946 * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
10947 white space from doc string.
10949 2005-03-30 Jay Belanger <belanger@truman.edu>
10951 * calc/calc-help.el (calc-full-help): Remove email address.
10953 2005-03-30 Thien-Thi Nguyen <ttn@gnu.org>
10955 * help-fns.el (help-with-tutorial): Delete title line.
10957 2005-03-30 Glenn Morris <gmorris@ast.cam.ac.uk>
10959 * calendar/cal-x.el (calendar-one-frame-setup)
10960 (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
10961 rather than 'symbol for set-window-dedicated-p.
10963 * calendar/appt.el (appt-buffer-name): Make it a constant.
10964 (appt-add): Doc fix.
10966 * filesets.el (filesets-menu-path, filesets-menu-before)
10967 (filesets-menu-in-menu): Doc fix. Now valid in GNU Emacs.
10968 (filesets-menu-cache-file): Use directory ~/.emacs.d.
10969 (filesets-add-submenu): Delete and use add-submenu instead.
10971 2005-03-30 Carsten Dominik <dominik@science.uva.nl>
10973 * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
10974 (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
10975 (org-diary-default-entry): New function.
10976 (org-get-entries-from-diary): Better parsing of diary entries.
10977 (org-agenda-check-no-diary): New function.
10978 ("diary-lib"): Advice to function `add-to-diary-list', to allow
10979 linking to diary entries.
10980 (org-agenda-execute-calendar-command): New function.
10981 (org-agenda): Improve visible section in window.
10982 Use `org-fit-agenda-window'.
10983 (org-fit-agenda-window): New option.
10984 (org-move-subtree-down): Better handling of empty lines
10986 (org-cycle): Numeric prefix is interpreted now as show-subtree N
10988 (org-fontify-done-headline): New option.
10989 (org-headline-done-face): New face.
10990 (org-set-font-lock-defaults): Use `org-headline-done-face'.
10991 (org-table-copy-down): Rename from `org-table-copy-from-above'.
10992 When current field is non-empty, it is copied to next row.
10993 (org-table-copy-from-above): Fix bug which made it
10994 impossible to copy fields containing only a single non-white character.
10996 2005-03-30 Kim F. Storm <storm@cua.dk>
10998 * kmacro.el (kmacro-end-macro): Isearch may store this command
10999 into the macro -- so ignore it when executing keyboard macro.
11001 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
11003 * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
11005 2005-03-29 Kenichi Handa <handa@m17n.org>
11007 * language/thai.el ("Thai"): Set setup-function and exit-function
11008 for Thai language environment.
11010 * language/thai-util.el: Require thai-word.
11011 (thai-word-mode-map): New variable.
11012 (thai-word-mode): New minor mode.
11013 (setup-thai-language-environment-internal): New function.
11014 (exit-thai-language-environment-internal): New function.
11016 * language/thai-word.el (thai-word-table): Declare it by defvar,
11017 use dolist to initialize it.
11018 (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
11019 (thai-fill-find-break-point): New functions.
11021 2005-03-29 Richard M. Stallman <rms@gnu.org>
11023 * simple.el (idle-update-delay): Move definition up.
11024 (set-mark): Doc fix.
11026 2005-03-29 Chong Yidong <cyd@stupidchicken.com>
11028 * longlines.el: New file.
11030 * simple.el (buffer-substring-filters): New variable.
11031 (filter-buffer-substring): New function.
11032 (kill-region, copy-region-as-kill): Use it.
11034 * register.el (copy-to-register, append-to-register)
11035 (prepend-to-register): Use filter-buffer-substring.
11037 2005-03-30 Nick Roberts <nickrob@snap.net.nz>
11039 * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
11040 (gud-filter-pending-text): Move in front of gdb.
11041 (gud-overlay-arrow-position): New variable.
11042 (gud-sentinel, gud-display-line): Use it in place of
11043 overlay-arrow-position.
11045 2005-03-29 Glenn Morris <gmorris@ast.cam.ac.uk>
11047 * progmodes/fortran.el (fortran-if-indent): Doc fix.
11048 (fortran-font-lock-keywords-2): Add "where", "elsewhere".
11049 (fortran-font-lock-keywords-4): New variable.
11050 (fortran-blocks-re, fortran-end-block-re)
11051 (fortran-start-block-re): New constants, for hideshow.
11052 (hs-special-modes-alist): Add a Fortran entry.
11053 (fortran-mode-map): Bind fortran-end-of-block,
11054 fortran-beginning-of-block to \M-\C-n, \M-\C-p.
11055 (fortran-mode): Doc fix. Add fortran-font-lock-keywords-4.
11056 (fortran-looking-at-if-then, fortran-end-of-block)
11057 (fortran-beginning-of-block): New functions, for hideshow.
11059 * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
11060 Doc fix. Tweak regexp.
11061 (f90-beginning-of-block): Push mark first.
11063 2005-03-29 Jay Belanger <belanger@truman.edu>
11065 * calc/calc.el: Update copyright date.
11066 (calc-version): Increase to 2.1.
11067 (calc-version-date): Remove.
11069 * calc/calc-help.el: Update copyright date.
11070 (calc-full-help): Remove reference to calc-version-date.
11071 Update copyright date.
11073 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11075 * vc.el (vc-do-command): Use a pipe for async processes, so password
11076 prompts don't show up at places where the user can't reply.
11078 2005-03-29 Olive Lin <olive.lin@versateladsl.be> (tiny change)
11080 * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
11081 on the file name we pass to the inferior shell.
11083 2005-03-29 Stephan Stahl <stahl@eos.franken.de> (tiny change)
11085 * progmodes/which-func.el (which-function): Be robust in the face of an
11086 imenu--make-index-alist failure.
11088 2005-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
11090 * reveal.el (reveal-mode-map): Don't override C-a and C-e.
11092 * progmodes/python.el (python-preoutput-filter): Fix last change.
11094 2005-03-29 Lute Kamstra <lute@gnu.org>
11096 * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
11097 functions and compiled macros.
11098 (debug-convert-byte-code): Handle macros too.
11099 (debug-on-entry-1): Don't signal an error when trying to clear a
11100 function that is not set to debug on entry.
11102 2005-03-29 Jay Belanger <belanger@truman.edu>
11104 * calc/calc-lang.el: Add functions to math-function-table
11105 properties of tex and math.
11107 2005-03-29 Kenichi Handa <handa@m17n.org>
11109 * ps-mule.el (ps-mule-plot-string): Translate characters by
11110 ps-print-translation-table.
11111 (ps-mule-begin-job): Call find-charset-region/string with
11112 ps-print-translation-table.
11113 (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
11115 * ps-print.el (ps-print-translation-table): New variable.
11116 (ps-plot-region): Translate characters by ps-print-translation-table.
11118 2005-03-29 Juri Linkov <juri@jurta.org>
11120 * simple.el (next-error-highlight-timer): New variable.
11122 * progmodes/compile.el (compilation-goto-locus):
11123 Use `next-error-highlight-timer' instead of `sit-for'.
11125 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11127 * mail/supercite.el (sc-mail-field): Use assoc-string.
11128 (sc-get-address): Simplify regexps.
11130 * files.el (minibuffer-with-setup-hook): New macro.
11131 (find-file-read-args): Use it to avoid let-binding
11132 minibuffer-with-setup-hook (which breaks turning on/off
11133 file-name-shadow-mode while in the prompt).
11135 * complete.el (PC-read-include-file-name-internal):
11136 Use test-completion.
11138 2005-03-28 Luc Teirlinck <teirllm@auburn.edu>
11140 * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
11142 2005-03-28 Stefan Monnier <monnier@iro.umontreal.ca>
11144 * window.el (window-buffer-height): Use count-screen-lines.
11146 * progmodes/python.el (python-preoutput-leftover): New var.
11147 (python-preoutput-filter): Use it.
11148 (python-send-receive): Loop until all the result has been received.
11150 2005-03-28 Juri Linkov <juri@jurta.org>
11152 * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
11154 * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
11155 "Recover Crashed Session".
11156 (menu-bar-search-menu): Add ellipsis to "Search tagged files".
11157 (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
11158 (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
11159 (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
11160 (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
11161 (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
11162 (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
11163 (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
11165 * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
11166 Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
11167 Ediff Sessions", "Toggle use of separate control buffer frame",
11168 "Use separate frame for Ediff control buffer".
11170 * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
11171 Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
11172 "Rename Bookmark", "Delete Bookmark".
11174 * info.el (Info-mode-menu): Remove ellipsis from "Index".
11175 Add ellipsis to "Lookup a String", "Lookup a string in all indices".
11176 Add `:active Info-index-alternatives' to "Next Matching Item".
11178 * wdired.el (wdired-change-to-wdired-mode):
11179 Mention `wdired-abort-changes' key in the initial message.
11181 * international/mule.el (auto-coding-alist): Associate non-ascii
11182 image filename extensions with `no-conversion'.
11184 2005-03-27 Stefan Monnier <monnier@iro.umontreal.ca>
11186 * international/iso-acc.el:
11187 * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
11189 2005-03-26 Luc Teirlinck <teirllm@auburn.edu>
11191 * textmodes/sgml-mode.el (html-mode): Doc update.
11193 * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
11195 2005-03-26 Dan Nicolaescu <dann@ics.uci.edu>
11197 * term.el (term-move-columns): Fix face after extending a line.
11198 (term-insert-spaces): Likewise.
11199 (term-reset-terminal): Fix off by one error.
11201 2005-03-26 Eli Zaretskii <eliz@gnu.org>
11203 * international/mule.el (auto-coding-alist): Add .xpi files.
11205 * files.el (auto-mode-alist): Add .xpi files.
11207 2005-03-26 Jure Cuhalev <gandalf@owca.info> (tiny change)
11209 * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
11211 2005-03-26 Eli Zaretskii <eliz@gnu.org>
11213 * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
11215 2005-03-26 Glenn Morris <gmorris@ast.cam.ac.uk>
11217 * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
11218 binding. Suggested by Stephan Stahl <stahl@eos.franken.de>.
11220 * calendar/cal-move.el (calendar-beginning-of-year): Move the
11221 cursor to Jan 1 when needed.
11222 (calendar-end-of-year): Fix -/+ typo.
11223 Reported by Chong Yidong <cyd@stupidchicken.com>.
11225 2005-03-26 Stefan Monnier <monnier@iro.umontreal.ca>
11227 * progmodes/flymake.el (flymake-mode): Add autoload cookie.
11229 * emacs-lisp/debug.el (debugger-record-expression): Add a missing
11230 format to `message'. Inspired by Deepak Goel <deego@gnufans.org>.
11232 2005-03-25 Richard M. Stallman <rms@gnu.org>
11234 * filesets.el (filesets-init): Add autoload.
11236 * mail/mailalias.el (mail-directory): Doc fix.
11238 2005-03-25 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11240 * mail/mailalias.el (mail-directory-process): Do nothing if
11241 mail-directory-process is an atom.
11242 (mail-get-names): Ignore mail-directory-names if it is an atom.
11243 (mail-directory-process defvar): Doc fix.
11244 (mail-names): Doc fix.
11246 2005-03-25 Johan Bockg
\e,Ae
\e(Brd <bojohan+mail@dd.chalmers.se> (tiny change)
11248 * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
11250 2005-03-26 Kenichi Handa <handa@m17n.org>
11252 * international/mule-util.el (detect-coding-with-priority):
11253 Call update-coding-systems-internal before detect-coding-region.
11255 2005-03-26 Nick Roberts <nickrob@snap.net.nz>
11257 * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
11258 (gdb-frames-mode-map): Add follow-link property.
11260 2005-03-25 Jay Belanger <belanger@truman.edu>
11262 * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
11265 2005-03-25 Juri Linkov <juri@jurta.org>
11267 * image-mode.el: Optimize image filename extension regexps in
11268 autoload cookies. Associate .x[bp]m with `image-mode-maybe'
11269 in `auto-mode-alist'.
11270 (image-mode): Add `image-toggle-display-text' to local hook
11271 `change-major-mode-hook'. Display the image as an image by
11272 default. Set `cursor-type' and `truncate-lines' if the image
11273 is already displayed. Take into account the current mode (image
11274 or text) in message.
11275 (image-minor-mode): New minor mode.
11276 (image-mode-maybe, image-toggle-display-text): New functions.
11277 (image-toggle-display): Use called-interactively-p.
11278 Let-bind `inhibit-read-only' to t.
11280 * image-mode.el (image-minor-mode): Set `cursor-type' and
11281 `truncate-lines' if the image is already displayed. Add turning
11282 image-minor-mode off to `change-major-mode-hook'. Add message.
11283 Call `image-toggle-display-text' after turning image-minor-mode off.
11285 2005-03-25 Stefan Monnier <monnier@iro.umontreal.ca>
11287 * international/mule-cmds.el (set-locale-environment): For Mac OS X's
11288 Terminal.app, use utf-8.
11289 (set-display-table-and-terminal-coding-system): Add coding-system arg.
11290 (set-locale-environment): Use it.
11292 * term/xterm.el: Undo last change, better done in mule-cmds.el.
11294 * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
11296 * progmodes/python.el (python-close-block-statement-p)
11297 (python-outdent-p, python-current-defun): Use symbol-end.
11299 2005-03-25 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
11301 * files.el (save-some-buffers): Doc fix.
11303 2005-03-25 Werner Lemberg <wl@gnu.org>
11305 * complete.el, thumbs.el: Replace `legal' with `valid'.
11306 * calendar/calendar.el: Replace `legal' with `valid'.
11307 * emacs-lisp/advice.el: Replace `legal' with `valid'.
11308 * mail/supercite.el: Replace `legal' with `valid'.
11309 * progmodes/cperl-mode.el, progmodes/idlw-shell.el
11310 * progmodes/idlwave.el, progmodes/vhdl-mode.el:
11311 Replace `legal' with `valid'.
11312 * textmodes/reftex-vars.el, textmodes/reftex.el:
11313 Replace `legal' with `valid'.
11315 2005-03-25 Werner Lemberg <wl@gnu.org>
11317 * calc/calc-forms.el, calc/calc-sel.el:
11318 * midnight.el, vc-cvs.el:
11319 * emacs-lisp/cl-macs.el:
11320 * emulation/vip.el:
11321 * eshell/esh-io.el, eshell/esh-var.el:
11322 * mail/supercite.el:
11323 * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
11324 * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
11325 * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
11326 * progmodes/sh-script.el, progmodes/xscheme.el:
11327 * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
11328 * textmodes/reftex-index.el, textmodes/reftex-parse.el
11329 * textmodes/reftex-ref.el, textmodes/reftex-vars.el
11330 * textmodes/reftex.el, textmodes/org.el:
11331 Replace `illegal' with `invalid'.
11333 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11335 * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
11336 (flymake-find-buildfile, flymake-find-possible-master-files)
11337 (flymake-check-include, flymake-parse-line): Replace loops over the
11338 length of lists, by loops over lists, to remove silly O(n
\e,A2
\e(B) behavior.
11340 * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
11341 Substitute file-name-as-directory in the rest of the file.
11342 (flymake-get-common-file-prefix): Rewrite, using compare-strings.
11343 (flymake-replace-region): Remove unused arg `buffer'.
11344 (flymake-check-patch-master-file-buffer): Update calls to it.
11345 (flymake-add-err-info): Remove unused var `count'.
11346 (flymake-mode): Use define-minor-mode.
11348 * progmodes/flymake.el: Use with-current-buffer.
11349 (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
11350 flymake-replace-regexp-in-string, flymake-line-beginning-position)
11351 (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
11352 Avoid testing for `xemacs'.
11353 (flymake-nop): Move.
11354 (flymake-region-has-flymake-overlays): Return the computed value.
11355 (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
11356 Remove unused var `endline'.
11357 (flymake-get-line-count): Remove unused function.
11358 (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
11362 * hilit-chg.el (global-highlight-changes):
11363 * hi-lock.el (hi-lock-mode):
11364 * follow.el: find-file-hooks -> find-file-hook.
11366 * comint.el (comint-insert-input): Obey mouse-yank-at-point.
11368 2005-03-24 Juri Linkov <juri@jurta.org>
11370 * dired.el (dired-mode-map): Add menu item "Compare directories"
11371 for dired-compare-directories.
11373 * dired-aux.el (dired-compare-directories): Add autoload cookie.
11374 Doc fix. Replace `read-file-name' with `read-directory-name'.
11376 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11378 * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
11380 2005-03-24 Jay Belanger <belanger@truman.edu>
11382 * calc/calc-embed.el (calc-embedded-mode-change): Save all
11383 relevant mode settings in calc-embedded-original-modes when modes
11384 are permanently changed.
11386 2005-03-24 Stefan Monnier <monnier@iro.umontreal.ca>
11388 * autoinsert.el: find-file-hooks -> find-file-hook.
11390 2005-03-24 Lute Kamstra <lute@gnu.org>
11392 * generic.el (generic-font-lock-defaults): Make it obsolete.
11393 (generic-font-lock-keywords): New variable to replace
11394 generic-font-lock-defaults.
11395 (generic-mode-set-font-lock): Delete it.
11396 (generic-mode-internal): Don't call generic-mode-set-font-lock.
11397 (generic-bracket-support): Add docstring.
11399 * generic-x.el: Rename generic-font-lock-defaults to
11400 generic-font-lock-keywords throughout.
11401 (mailagent-rules-setup-function): Delete it.
11402 (mailagent-rules-generic-mode): Use anonymous function instead.
11403 (show-tabs-generic-mode-font-lock-defaults-1)
11404 (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
11406 (show-tabs-tab-face, show-tabs-space-face): Specify background,
11409 * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
11410 Recognize define-generic-mode.
11412 2005-03-23 Stefan Monnier <monnier@iro.umontreal.ca>
11414 * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
11415 if there's no completion table.
11417 2005-03-23 Miles Bader <miles@gnu.org>
11419 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11420 Remove tty-specific variants, as they're no longer needed.
11422 2005-03-23 Lute Kamstra <lute@gnu.org>
11424 * generic-x.el: Code cleanup: make args constant whenever possible.
11425 (installshield-statement-keyword-list)
11426 (installshield-system-functions-list)
11427 (installshield-system-variables-list, installshield-types-list)
11428 (installshield-funarg-constants-list): Make them constants.
11430 * generic.el (generic-make-keywords-list): Add autoload cookie.
11432 * calendar/time-date.el: Add comment on time value formats.
11433 Don't require parse-time.
11434 (with-decoded-time-value): New macro.
11435 (encode-time-value): New function.
11436 (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
11437 (days-to-time): Return a valid time value when arg is huge.
11438 (time-since): Use time-subtract.
11439 (time-to-number-of-days): Use time-to-seconds.
11441 2005-03-23 David Ponce <david@dponce.com>
11443 * recentf.el: (recentf-keep): New option.
11444 (recentf-menu-action): Default to `find-file'.
11445 (recentf-keep-non-readable-files-flag)
11446 (recentf-keep-non-readable-files-p)
11447 (recentf-file-readable-p, recentf-find-file)
11448 (recentf-cleanup-remote): Remove.
11449 (recentf-include-p): More robust.
11450 (recentf-keep-p): New function.
11451 (recentf-remove-if-non-kept): Rename from
11452 `recentf-remove-if-non-readable'. Use `recentf-keep-p'.
11453 All callers updated.
11454 (recentf-menu-items-for-commands): Fix help string.
11455 (recentf-track-closed-file): Update. Doc fix.
11456 (recentf-cleanup): Update. Count removed files. Doc fix.
11458 2005-03-23 Kim F. Storm <storm@cua.dk>
11460 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11461 Don't inherit from fringe face (now happens automatically).
11463 2005-03-22 Kim F. Storm <storm@cua.dk>
11465 * tooltip.el (tooltip-show-help-function): Ignore negative mouse
11468 2005-03-22 Stefan Monnier <monnier@iro.umontreal.ca>
11470 * menu-bar.el (showhide-date-time): Remove.
11471 (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
11472 (menu-bar-make-mm-toggle): Simplify.
11474 2005-03-22 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11476 * progmodes/perl-mode.el (perl-font-lock-keywords-2):
11477 Accept qualified variable and function names.
11479 2005-03-22 Thien-Thi Nguyen <ttn@gnu.org>
11481 * bindings.el (completion-ignored-extensions):
11482 Remove ".lis" for `vax-vms'.
11484 2005-03-22 Andreas Schwab <schwab@suse.de>
11486 * generic-x.el: Revert last change.
11487 * ldefs-boot.el: Update.
11489 2005-03-22 Jay Belanger <belanger@truman.edu>
11491 * calc/calc-embed.el (calc-embedded-original-modes): New variable.
11492 (calc-embedded-save-original-modes)
11493 (calc-embedded-restore-original-modes): New functions.
11494 (calc-do-embedded): Save original modes when entering embedded mode
11495 and restore when leaving embedded mode.
11496 (calc-embedded-modes-change): Change the value of
11497 calc-embedded-original-modes to reflect permanent changes.
11499 2005-03-22 Lute Kamstra <lute@gnu.org>
11501 * generic-x.el: Require generic again.
11503 2005-03-22 Miles Bader <miles@gnu.org>
11505 * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
11506 Tweak details to look good on both ttys and bitmap displays, light
11507 or dark background, etc.
11509 2005-03-21 Kim F. Storm <storm@cua.dk>
11511 * tooltip.el (tooltip-show-help-function): Check car and cdr of
11514 2005-03-21 Stefan Monnier <monnier@iro.umontreal.ca>
11516 * icomplete.el: Don't forcibly turn on the mode upon load.
11517 (icomplete-mode): Use define-minor-mode.
11518 (icomplete-eoinput): Default to nil.
11519 (icomplete-minibuffer-setup): Remove autoload.
11520 (icomplete-tidy): Simplify.
11521 (icomplete-exhibit): Use buffer-undo-list to determine if we're still
11522 in the initial state or if the user has modified the field.
11523 Fix handling of icomplete-max-delay-chars.
11524 Remove code that handles the oddball case where
11525 minibuffer-completion-table is an integer.
11526 Wrap icomplete-completions in while-no-input in case building
11527 completions takes more time than expected.
11528 (icomplete-completions): Simplify.
11530 2005-03-21 Richard M. Stallman <rms@gnu.org>
11532 * jka-compr.el (jka-compr-really-do-compress):
11533 Make variable buffer-local.
11535 * image-mode.el: Handle .xpm files too.
11536 (image-toggle-display): Preserve modification flag.
11538 * help.el (where-is): Don't mention aliases with no key bindings.
11540 2005-03-21 Lute Kamstra <lute@gnu.org>
11542 * generic.el: Fix commentary section. Don't require cl for
11544 (generic-mode-list): Add autoload cookie.
11545 (generic-use-find-file-hook, generic-lines-to-scan)
11546 (generic-find-file-regexp, generic-ignore-files-regexp)
11547 (generic-mode, generic-mode-find-file-hook)
11548 (generic-mode-ini-file-find-file-hook): Fix docstrings.
11549 (define-generic-mode): Make it a defmacro. Fix docstring.
11550 (generic-mode-internal): Code cleanup. Add autoload cookie.
11551 (generic-mode-set-comments): Code cleanup.
11552 * generic-x.el: Don't prevent compilation. Don't require generic.
11553 Follow coding conventions. Minor code cleanup.
11554 (etc-fstab-generic-mode): Add some keywords.
11555 * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
11556 define-generic-mode like a function declaration.
11558 2005-03-21 Jay Belanger <belanger@truman.edu>
11560 * calc/calc-embed.el (calc-do-embedded): Put data on stack before
11563 2005-03-21 Sam Steingold <sds@gnu.org>
11565 * add-log.el (add-log-current-defun): Support more C DEFUN forms.
11567 2005-03-21 Thien-Thi Nguyen <ttn@gnu.org>
11569 * progmodes/dcl-mode.el (dcl-font-lock-keywords):
11570 Add underscore to "f$ lexicals" regexp.
11572 2005-03-20 Juri Linkov <juri@jurta.org>
11574 * subr.el (progress-reporter-do-update): When `min-value' is equal
11575 to `max-value', set `percentage' to 0 and prevent division by zero.
11577 2005-03-20 Michael Albinus <michael.albinus@gmx.de>
11579 Sync with Tramp 2.0.48.
11581 * net/tramp.el (all): Change all addresses to .gnu.org.
11582 (tramp-append-tramp-buffers): New defun.
11583 (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
11584 Catch `dont-send' signal.
11585 (tramp-set-auto-save-file-modes): Set always permissions, because
11586 there might be an old auto-saved file belonging to another
11587 original file. This could be a security threat. Reported by
11588 Kjetil Kjernsmo <kjetil@kjernsmo.net>.
11589 Check for Emacs 21.3.50 removed.
11591 * net/tramp-smb.el (all): Remove debug construct for
11592 `with-parsed-tramp-file-name'.
11593 (tramp-smb-prompt): Prompt can contain spaces inside directory names.
11594 (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
11595 No error message if DIRECTORY or FILENAME doesn't exist.
11596 (tramp-smb-open-connection): Check existence of
11597 `tramp-smb-program'.
11599 2005-03-20 Stefan Monnier <monnier@iro.umontreal.ca>
11601 * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
11602 Properly handle the case where the `m' or `s' command's argument is not
11604 (perl-indent-new-calculate): New function.
11605 (perl-indent-line): Use it.
11607 2005-03-20 Miles Bader <miles@gnu.org>
11609 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
11610 in text-mode too. Change to new face names.
11611 (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
11612 Add `:weight bold' attribute.
11613 (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
11615 2005-03-19 Juri Linkov <juri@jurta.org>
11617 * files.el (auto-mode-alist): Add comment. Optimize jar/ear/war.
11619 * international/mule.el (auto-coding-alist): Sync with
11620 `auto-mode-alist' by adding upper case archive file extensions
11621 and adding ear/war to jar extension.
11623 2005-03-19 David Casperson <casper@unbc.ca> (tiny change)
11625 * textmodes/tex-mode.el (tex-view): If tex-shell process is not
11626 running, restart it.
11628 2005-03-19 Yoichi NAKAYAMA <yoichi@geiin.org> (tiny changes)
11630 * finder.el (finder-current-item): Throw an error on an empty line.
11632 * man.el (Man-follow-manual-reference): If current-word returns
11635 2005-03-19 Matt Hodges <MPHodges@member.fsf.org>
11637 * simple.el (goto-line): Doc fix.
11639 2005-03-19 Aaron Hawley <Aaron.Hawley@uvm.edu> (tiny change)
11641 * files.el (save-buffer): Doc fix.
11643 2005-03-19 Michael R. Mauger <mmaug@yahoo.com>
11645 * recentf.el (recentf-cleanup-remote): New variable.
11646 (recentf-cleanup): Use it to conditionally check availability of
11649 2005-03-19 Joe Edmonds <joe-bugs-debian-org@elem.com> (tiny change)
11651 * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
11654 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11656 * language/thai-word.el: New file.
11658 2005-03-19 JUAN-LEON Lahoz Garcia <juanleon1@gmail.com>
11660 * files.el (backup-buffer): If the file's directory is not
11661 writable, use copy instead of move to backup the file.
11663 2005-03-19 Eli Zaretskii <eliz@gnu.org>
11665 * obsolete/keyswap.el: Moved to obsolete/ from term/.
11667 2005-03-19 Vinicius Jose Latorre <viniciusjl@ig.com.br>
11669 * ps-print.el (ps-generate-string-list, ps-generate-header-line):
11670 Use functionp instead of symbolp and fboundp. Reported by Drkm
11671 <darkman_spam@yahoo.fr>.
11672 (ps-print-version): New version 6.6.6.
11674 2005-03-18 Tak Ota <Takaaki.Ota@am.sony.com>
11676 * textmodes/table.el (table--line-column-position): New idiom.
11677 (table--row-column-insertion-point-p): New function to test
11678 validity of row and column insertion operation at a location.
11679 (table-global-menu, table-cell-menu): Use above functions for
11680 deterministic test operation.
11681 (table--editable-cell-p): Behave in deterministic fashion.
11683 2005-03-18 Juri Linkov <juri@jurta.org>
11685 * isearch.el (isearch-lazy-highlight-new-loop):
11686 Make arguments beg and end optional.
11687 (isearch-update): Remove optional arguments nil from
11688 isearch-lazy-highlight-new-loop.
11689 (isearch-lazy-highlight-search): Let-bind case-fold-search to
11690 isearch-lazy-highlight-case-fold-search instead of
11691 isearch-case-fold-search, and let-bind isearch-regexp to
11692 isearch-lazy-highlight-regexp.
11693 Use isearch-lazy-highlight-last-string instead of isearch-string.
11695 * replace.el (perform-replace): Remove bindings of global
11696 variables isearch-string, isearch-regexp, isearch-case-fold-search.
11697 Add three new arguments to `replace-highlight'.
11698 (replace-highlight): Add arguments string, regexp, case-fold.
11699 Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
11700 to allow isearch-lazy-highlight-new-loop to use these values
11701 to set corresponding isearch-lazy-highlight-* internal
11702 variables whose values lazy highlighting will use regardless of
11703 changes to global variables isearch-string, isearch-regexp,
11704 isearch-case-fold-search during lazy highlighting loop.
11705 (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
11706 to `lazy-highlight-cleanup'.
11708 * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
11709 (ispell-highlight-face): Set default face to `isearch' when
11710 lazy highlighting is enabled.
11711 (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
11712 priority to 1. Add lazy highlighting.
11713 (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
11714 from `isearch-dehighlight'.
11716 2005-03-18 David Ponce <david@dponce.com>
11718 * files.el (hack-local-variables): Do a case-insensitive search
11721 2005-03-18 Juri Linkov <juri@jurta.org>
11723 * isearch.el (lazy-highlight-cleanup) <command>: Rename from
11724 `isearch-lazy-highlight-cleanup', add alias to old name and
11725 declare obsolete. Add release numbers to other obsolete vars.
11726 (isearch-done, isearch-lazy-highlight-new-loop):
11727 Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
11728 (lazy-highlight-cleanup) <variable>: Doc fix.
11729 (isearch-lazy-highlight-update): Rename obsolete
11730 `isearch-lazy-highlight-face' to `lazy-highlight-face'.
11732 2005-03-18 Kenichi Handa <handa@m17n.org>
11734 * language/thai-util.el: Fix categorization of Thai characters in
11735 thai-category-table.
11736 (thai-composition-pattern): Adjust it for the above change.
11737 (thai-self-insert-command, thai-compose-syllable): New functions.
11738 (thai-compose-region): Use thai-compose-syllable.
11739 (thai-compose-string): Likewise.
11740 (thai-composition-function): Likewise.
11741 (thai-auto-composition): New function.
11742 (thai-auto-composition-mode): New minor mode.
11744 * language/thai.el: Fix patterns to be registered in
11745 composition-function-table.
11747 * international/quail.el (quail-input-method): Locally bind
11748 inhibit-modification-hooks to t.
11750 2005-03-17 Richard M. Stallman <rms@gnu.org>
11752 * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
11753 (perl-mode): Use run-mode-hooks.
11755 * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
11756 (rmail-pop-password-required, rmail-remote-password): Doc fixes.
11757 (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
11759 * mail/sendmail.el (sendmail-send-it): Reenable the code
11760 to compute resend-to-address and use it.
11762 * tar-mode.el (tar-mode): Turn off undo unconditionally.
11764 * image-mode.el: New file.
11766 * image.el (insert-sliced-image): Add autoload cookie.
11768 * font-lock.el (font-lock-lines-before): New user option.
11769 (font-lock-after-change-function): Obey it.
11771 * bindings.el (esc-map): Make M-g a prefix.
11772 Bind M-g g and M-g M-g to goto-line.
11774 * faces.el (face-id): Doc fix.
11776 2005-03-17 Frederik Fouvry <fouvry@CoLi.Uni-SB.DE>
11778 * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
11779 (rmail-show-message): Use rmail-unknown-mail-followup-to.
11780 (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
11782 * mail/sendmail.el (mail-yank-ignored-headers)
11783 (mail-font-lock-keywords, mail-mode-fill-paragraph):
11784 Add Mail-Followup-To and Mail-Reply-To headers.
11785 (mail-citation-hook): Add autoload cookie.
11786 (mail-mode): Doc fix.
11787 (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
11788 (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
11789 (mail-mode-fill-paragraph): Handle those headers.
11790 (mail-mailing-lists): New variable.
11791 (mail-mail-reply-to, mail-mail-followup-to): New functions.
11793 2005-03-17 Juri Linkov <juri@jurta.org>
11795 * isearch.el (isearch-fallback): Check for `(car previous)'
11796 before calling `isearch-other-end-state'.
11798 2005-03-17 Kim F. Storm <storm@cua.dk>
11800 * simple.el (move-beginning-of-line): Move to beginning of buffer
11801 line, as well as beginning of screen line.
11803 2005-03-16 Glenn Morris <gmorris@ast.cam.ac.uk>
11805 * calendar/diary-lib.el (mark-diary-entries): Use new optional
11806 argument REDRAW rather than calendar-redrawing variable.
11807 * calendar/calendar.el (calendar-redrawing): Delete.
11808 (redraw-calendar): Do not bind calendar-redrawing.
11810 2005-03-16 Matt Hodges <MPHodges@member.fsf.org>
11812 * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
11815 2005-03-16 Stefan Monnier <monnier@iro.umontreal.ca>
11817 * help.el (describe-mode): Allow a :minor-mode-function property to
11818 specify a different minor mode toggle function than the variable.
11819 * simple.el (auto-fill-function):
11820 * subr.el (add-minor-mode): Use it.
11822 2005-03-16 Kenichi Handa <handa@m17n.org>
11824 * language/ethio-util.el (sera-being-called-by-w3): New variable.
11825 (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
11826 (ethio-fidel-to-sera-buffer): Likewise.
11828 2005-03-16 Juri Linkov <juri@jurta.org>
11830 * emacs-lisp/find-func.el (find-function-regexp):
11831 Add defun-emitting macro `menu-bar-make-toggle'.
11833 * isearch.el: Put `isearch-scroll' property to
11834 `split-window-horizontally'.
11836 * info.el: Update error messages for `debug-ignored-errors'.
11837 (Info-isearch-search): Doc fix.
11838 (Info-find-node): Move up code to go into info buffer before
11839 recording the node to the history.
11840 (Info-fontify-node): Fontify titles only if the next line
11841 has two or more `*', `=', `-', `.'.
11842 Display "go to this node" for empty (match-string 3).
11844 2005-03-16 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11846 * term/mac-win.el: Add mouse pointer shape constants.
11848 2005-03-15 Kim F. Storm <storm@cua.dk>
11850 * simple.el (move-beginning-of-line): Use vertical-motion.
11852 2005-03-15 Juri Linkov <juri@jurta.org>
11854 * isearch.el (isearch-error): New variable.
11855 (isearch-invalid-regexp, isearch-within-brackets): Remove.
11856 (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
11857 (isearch-within-brackets-state): Remove.
11858 (isearch-case-fold-search-state, isearch-pop-fun-state):
11859 Decrease frame index.
11860 (isearch-mode, isearch-top-state, isearch-push-state)
11861 (isearch-edit-string, isearch-abort, isearch-search-and-update)
11862 (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
11863 (isearch-search, isearch-lazy-highlight-new-loop):
11864 Replace `isearch-invalid-regexp' with `isearch-error'.
11865 Remove `isearch-within-brackets'.
11866 (isearch-search): Add `search-failed' handler to `condition-case'.
11867 (isearch-lazy-highlight-search): Add `condition-case' to catch
11868 errors and allow `isearch-lazy-highlight-update' to try
11869 highlighting from the beginning of the window.
11870 (isearch-repeat): Move up code to set isearch-wrapped to t
11871 before calling isearch-wrap-function.
11873 * info.el (Info-isearch-initial-node): New internal variable.
11874 (Info-search): Signal an error in isearch mode when search leaves
11875 the initial node. Signal an error when `bound' is non-nil and
11876 nothing was found in the current subfile.
11877 (Info-isearch-search): Remove `condition-case'.
11878 (Info-isearch-wrap): Don't wrap when search failed during leaving
11879 the initial node. If `Info-isearch-search' is nil, wrap around
11881 (Info-isearch-start): New fun.
11882 (Info-mode): Add buffer-local hook `Info-isearch-start' to
11883 `isearch-mode-hook'.
11885 2005-03-15 YAMAMOTO Mitsuharu <mituharu@math.s.chiba-u.ac.jp>
11887 * simple.el (normal-erase-is-backspace): Set default to t if
11890 * term/mac-win.el (function-key-map): Sync with x-win.el.
11892 2005-03-15 Kenichi Handa <handa@m17n.org>
11894 * international/mule-cmds.el (locale-language-names): Modify the
11895 format of elements and add more entries.
11896 (locale-preferred-coding-systems): Add more entries.
11897 (set-locale-environment): Adjust for the change of
11898 locale-language-names.
11900 2005-03-14 Stefan Monnier <monnier@iro.umontreal.ca>
11902 * pcvs.el (smerge-ediff): Remove bogus autoload.
11904 2005-03-14 Lute Kamstra <lute@gnu.org>
11906 * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
11907 Ignore a `*' at the beginning of a line.
11909 * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
11910 * emacs-lisp/byte-run.el (macro-declaration-function): Move from
11912 (dont-compile, eval-when-compile, eval-and-compile): Use declare
11913 to specify indentation.
11915 * generic.el (define-generic-mode): Let generic-mode-list be a
11916 list of strings; test membership with equal.
11918 2005-03-14 Kim F. Storm <storm@cua.dk>
11920 * simple.el (next-line, previous-line): Add optional try-vscroll
11921 arg to recognize interactive use. Pass it on to line-move.
11922 (line-move): Don't perform auto-window-vscroll when defining or
11923 executing keyboard macro to ensure consistent behavior.
11925 2005-03-13 Stefan Monnier <monnier@iro.umontreal.ca>
11927 * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
11929 2005-03-13 Lute Kamstra <lute@gnu.org>
11931 * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
11932 debugger-setup-buffer so that backtrace marks the frames set to
11933 debug-on-exit and we don't have to do it manually. Set an extra
11934 debug-on-exit for macro's.
11935 (debugger-setup-buffer): Don't mark the top frame manually.
11937 2005-03-12 Lute Kamstra <lute@gnu.org>
11939 * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
11940 lisp-indent-function throughout.
11941 (with-no-warnings): Set lisp-indent-function property.
11943 2005-03-12 Thien-Thi Nguyen <ttn@gnu.org>
11945 * progmodes/dcl-mode.el (dcl-mode-syntax-table):
11946 Add entry for backslash.
11948 2005-03-12 Juri Linkov <juri@jurta.org>
11950 * info.el (Info-search): Four fixes for backward search.
11952 2005-03-11 Jay Belanger <belanger@truman.edu>
11954 * calc/calc.el (calc-language-alist): New variable.
11955 * calc/calc-embed.el (calc-embedded-language-alist): Remove.
11956 (calc-embedded-find-modes): Use calc-language-alist instead of
11957 calc-embedded-language-alist.
11959 2005-03-11 Glenn Morris <gmorris@ast.cam.ac.uk>
11961 * calendar/calendar.el (calendar-redrawing): New internal
11963 (redraw-calendar): Remove bogus save-excursion from previous
11964 change. Bind calendar-redrawing to t for mark-diary-entries.
11965 * calendar/diary-lib.el (mark-diary-entries): No need to redraw
11966 calendar if that is why we were called.
11968 2005-03-11 Kenichi Handa <handa@m17n.org>
11970 * international/mule.el (make-coding-system): Set property
11971 coding-system-define-form to nil.
11972 (define-coding-system-alias): Likewise.
11974 2005-03-11 Kenichi Handa <handa@m17n.org>
11976 These changes are suggested by Dave Love <fx@gnu.org>.
11978 * textmodes/fill.el: Change encoding to iso-2022-7bit and add
11980 (adaptive-fill-regexp): Add more bullets.
11981 (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
11984 2005-03-10 Stefan Monnier <monnier@iro.umontreal.ca>
11986 * help.el (describe-mode): Properly handle non-trivial lighters.
11987 Don't ignore minor modes that are not listed in minor-mode-list.
11989 * tooltip.el (tooltip-mode): Don't complain that you can't turn the
11990 feature ON when the user requests to turn it OFF.
11992 2005-03-10 Lute Kamstra <lute@gnu.org>
11994 * emacs-lisp/debug.el (debug-entry-code): Delete it.
11995 (implement-debug-on-entry): New function to replace debug-entry-code.
11996 (debug-on-entry-1): Use implement-debug-on-entry. Delete the
11997 second argument as the 2005-03-07 change makes it obsolete.
11998 (debug-on-entry, cancel-debug-on-entry): Update call to
12000 (debug, debugger-setup-buffer): Comment update.
12001 (debugger-frame-number): Update to work with implement-debug-on-entry.
12003 2005-03-10 Jay Belanger <belanger@truman.edu>
12005 * calc/calc-embed.el (math-ms-args): Declare it.
12006 (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
12008 (calc-embedded-subst): Use math-multi-subst-rec to substitute
12011 2005-03-10 Nick Roberts <nickrob@snap.net.nz>
12013 * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
12016 * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
12017 (tooltip-activate-mouse-motions-if-enabled): Use dolist.
12018 (tooltip-gud-tips): Simplify.
12019 (tooltip-gud-tips-p): Remove superfluous :set.
12020 (tooltip-gud-modes): Add fortran-mode.
12021 (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
12023 * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
12025 2005-03-09 Kim F. Storm <storm@cua.dk>
12027 * play/animate.el (animate-place-char): Use forward-line instead
12028 of next-line to improve performance.
12030 2005-03-09 Simon Josefsson <jas@extundo.com>
12032 * net/browse-url.el (browse-url-default-browser): Doc fix.
12034 2005-03-09 Miles Bader <miles@gnu.org>
12036 * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
12037 (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
12039 2005-03-09 Kenichi Handa <handa@m17n.org>
12041 * international/latin-1.el: Set case and syntax for 255 only if
12042 set-case-syntax-set-multibyte is nil.
12044 * textmodes/ispell.el (ispell-insert-word): New function.
12045 (ispell-word): Use ispell-insert-word to insert a new word.
12046 (ispell-process-line): Likewise.
12047 (ispell-complete-word): Likewise.
12049 2005-03-09 Glenn Morris <gmorris@ast.cam.ac.uk>
12051 * calendar/calendar.el (redraw-calendar): Preserve point.
12052 Reported by Matt Hodges <MPHodges@member.fsf.org>.
12053 (calendar-week-start-day): Move after definition of
12054 redraw-calendar. Delete buffer test, since redraw-calendar has
12057 * calendar/diary-lib.el (mark-diary-entries): Only call
12058 redraw-calendar in the first of any recursive calls.
12059 Reported by Alan Shutko <ats@acm.org>.
12061 2005-03-08 Juri Linkov <juri@jurta.org>
12063 * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
12064 (html-horizontal-rule, html-line, html-image, html-checkboxes)
12065 (html-radio-buttons): Add a space before the trailing `/>' where
12066 sgml-xml-mode is non-nil.
12067 (sgml-delete-tag): Check if the tag ends with `/>' to not delete
12068 the subsequent tag of the empty XML tag.
12069 (html-href-anchor): Don't set initial input to "http:".
12070 (html-image): Ask for the image URL and set point inside alt="".
12071 (html-name-anchor): Duplicate the name in the `id' attribute when
12072 sgml-xml-mode is non-nil.
12073 (html-paragraph): Remove \n before <p>.
12074 (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
12075 instead of `checked' when sgml-xml-mode is non-nil.
12077 * facemenu.el (list-colors-print): Print #RRGGBB in default face.
12078 Remove 1 space before #RRGGBB to not truncate it on terminal
12079 windows w/o fringes. Remove 1 space between bg and fg examples
12081 (list-colors-duplicates): Replace `and' with `if' for `boundp' to
12082 avoid byte-compile warnings.
12084 * image-file.el (image-file-handler): Put `safe-magic' property to
12085 `image-file-handler'.
12087 * info.el (Info-isearch-search): Emulate word search in
12088 isearching through multiple Info nodes with Info-search.
12089 (Info-isearch-wrap): Allow isearch-word.
12091 2005-03-08 Lute Kamstra <lute@gnu.org>
12093 * emacs-lisp/debug.el (debugger-step-through): Make sure that
12094 stepping into the debugger's code is not possible.
12095 (debugger-jumping-flag): Docstring update.
12097 2005-03-08 Jay Belanger <belanger@truman.edu>
12099 * calc/calc-embed.el (calc-do-embedded): Reset mode line when
12100 embedded mode begins.
12101 (calc-embedded-language-alist): New variable.
12102 (calc-embedded-find-modes): Use calc-embedded-language-alist to
12103 set default language mode.
12105 2005-03-08 Kenichi Handa <handa@m17n.org>
12107 * international/ccl.el (define-ccl-program): Fix docstring about
12108 extra 256 bytes assured for the output buffer.
12110 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12111 Fix BUFFER_MAGNIFICATION to 2.
12112 (ccl-encode-mule-utf-16be-with-signature): Likewise.
12114 2005-03-07 Karl Chen <quarl@cs.berkeley.edu>
12116 * align.el (align-rules-list): Added an alignment rule for CSS
12117 declarations (applies to css-mode and html-mode buffers).
12119 2005-03-07 Stefan Monnier <monnier@iro.umontreal.ca>
12121 * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
12123 2005-03-07 Kim F. Storm <storm@cua.dk>
12125 * simple.el (move-beginning-of-line): New command.
12127 * bindings.el (global-map): Bind C-a to move-beginning-of-line.
12129 * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
12131 * emulation/cua-base.el: Put CUA move property on move-end-of-line
12132 and move-beginning-of-line.
12134 * apropos.el (apropos-print): Omit command from M-x ... RET.
12136 2005-03-07 Nick Roberts <nickrob@snap.net.nz>
12138 * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
12139 (gdb-send, gdb-send-item): Log items sent from gdb-send too.
12141 2005-03-06 Richard M. Stallman <rms@gnu.org>
12143 * bindings.el (esc-map): Bind M-g to goto-line.
12145 * facemenu.el (global-map): Bind M-o, not M-g.
12147 2005-03-06 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12149 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
12150 "Open Directory" as for "Open File".
12152 2005-03-06 Chong Yidong <cyd@stupidchicken.com>
12154 * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
12155 (push-mark-command): Run activate-mark-hook.
12157 2005-03-06 Richard M. Stallman <rms@gnu.org>
12159 * help-mode.el (help-mode-finish): Don't alter the element
12160 in view-return-to-alist if there already is one.
12162 * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
12163 make sure the current buffer is the expected one.
12165 * novice.el (disabled-command-function): Output in *Disabled Command*.
12166 Explicitly ignore non-keyboard events, and explicitly handle C-g.
12168 * textmodes/flyspell.el (flyspell-large-region):
12169 Pass args differently for aspell.
12171 * files.el (mode-require-final-newline): Doc fix.
12173 2005-03-03 Stephan Stahl <stahl@eos.franken.de> (tiny change)
12175 * progmodes/which-func.el (which-function):
12176 Specify NOERROR when calling imenu--make-index-alist.
12178 2005-03-05 Stefan Monnier <monnier@iro.umontreal.ca>
12180 * simple.el (normal-erase-is-backspace): Define default value.
12182 * custom.el (custom-theme-set-variables): Remove unused var
12184 (custom-reevaluate-setting): Simple function to handle variables
12185 that are defined before their default value can really be
12188 * startup.el (command-line): Use it for temporary-file-directory,
12189 small-emporary-file-directory, auto-save-file-name-transforms,
12190 blink-cursor-mode, and normal-erase-is-backspace.
12192 * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
12193 progress, even with buggy anchored keywords.
12195 2005-03-05 Luc Teirlinck <teirllm@auburn.edu>
12197 * simple.el (goto-line): Remove unbalanced final parenthesis.
12199 2005-03-05 Richard M. Stallman <rms@gnu.org>
12201 * simple.el (goto-line): Use a number at point as the default.
12202 With C-u as arg, switch buffers.
12204 2005-03-05 Juri Linkov <juri@jurta.org>
12206 * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
12207 with `no-blinking-cursor'.
12209 * startup.el (no-blinking-cursor): New defvar.
12210 (command-line): Add `--no-blinking-cursor' to longopts.
12211 Set `no-blinking-cursor' to t for command line arguments
12212 -Q, -nbc, --no-blinking-cursor. Replace `emacs-quick-startup'
12213 with `no-blinking-cursor' in the condition for calling
12214 `blink-cursor-mode'.
12216 2005-03-04 Luc Teirlinck <teirllm@auburn.edu>
12218 * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
12219 (menu-bar-options-save): Add blink-cursor-mode.
12220 (menu-bar-options-menu): Add blink-cursor-mode.
12222 2005-03-04 Ulf Jasper <ulf.jasper@web.de>
12224 * calendar/icalendar.el (icalendar-version): Increase to 0.11.
12225 (icalendar-export-file, icalendar-export-region)
12226 (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
12227 (icalendar--convert-ical-to-diary): Fix problem with DURATION.
12229 2005-03-04 Lute Kamstra <lute@gnu.org>
12231 * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
12232 (debug-function-list): Ditto.
12234 2005-03-04 Robert J. Chassell <bob@rattlesnake.com>
12236 * textmodes/texinfmt.el (texinfo-append-refill):
12237 Redefine the types of line to which @refill
12238 is not appended by replacing a search for `@refill\\|@bye' with
12239 `@refill\\|^[ \t]*@'. The intent is to solve both the `@end
12240 itemize@refill' bug and the unfilled long lines bug.
12241 (texinfmt-version): Update number and date.
12243 2005-03-04 Reiner Steib <Reiner.Steib@gmx.de>
12245 * international/code-pages.el (windows-1250, windows-125[2-8])
12246 (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
12248 2005-03-03 Stefan Monnier <monnier@iro.umontreal.ca>
12250 * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
12253 2005-03-02 Romain Francoise <romain@orebokech.com>
12255 * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
12256 buffer after removing limits.
12257 (ibuffer-pop-filter): Ditto.
12260 2005-03-02 Miles Bader <miles@gnu.org>
12262 * button.el (make-text-button): If the user doesn't specify a
12263 type, use the default. Rewrite to use `add-text-properties' and
12266 2005-03-01 Lute Kamstra <lute@gnu.org>
12268 * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
12269 (debugger-jumping-flag): New var.
12270 (debug-entry-code): Use it.
12271 (debugger-jump): Use debugger-jumping-flag and add
12272 debugger-reenable to post-command-hook.
12273 (debugger-reenable): Use debugger-jumping-flag and remove itself
12274 from post-command-hook.
12275 (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
12278 2005-03-01 Robert J. Chassell <bob@rattlesnake.com>
12280 * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
12281 inclusion of "itemize\\|", which may be unnecessary, is certainly
12282 inelegant, and stops refilling in itemize lists when formatting
12283 Japanese Texinfo files to Info.
12284 Update copyright to 2005.
12286 2005-03-01 Nick Roberts <nickrob@snap.net.nz>
12288 * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
12289 of an error if GDB can't find the source file.
12291 2005-03-01 Glenn Morris <gmorris@ast.cam.ac.uk>
12293 * calendar/calendar.el (redraw-calendar): Work from any buffer,
12294 not just the calendar.
12296 * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
12298 (diary-redraw-calendar): New function.
12299 (make-diary-entry): Add diary-redraw-calendar to local
12300 write-contents-functions. Turn off selective display before
12301 inserting in diary.
12303 2005-03-01 Kim F. Storm <storm@cua.dk>
12305 * emacs-lisp/copyright.el (copyright-fix-years): New command.
12307 2005-03-01 Lute Kamstra <lute@gnu.org>
12309 * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
12310 that debug-entry-code can be safely removed from a function while
12311 this code is being evaluated. Revert the 2005-02-27 change as the
12312 new implementation no longer requires it. Make sure that a
12313 function body containing just a string is not mistaken for a docstring.
12314 (debug): Skip one more frame in case of debug on entry.
12315 (debugger-setup-buffer): Delete one more frame line in case of
12317 (debugger-frame-number): Update to use the new text introduced by
12318 the 1999-11-03 change. Skip one more frame in case of debug on entry.
12320 2005-02-28 Kim F. Storm <storm@cua.dk>
12322 * double.el (double-translate-key): Call force-window-update after
12323 read-event to avoid crash in redisplay.
12325 2005-02-28 Stefan Monnier <monnier@iro.umontreal.ca>
12327 * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
12328 (debug): Use it. Move the inhibit-trace earlier.
12329 (debug-entry-code): New const.
12330 (debug-on-entry-1): Use it.
12332 2005-02-28 Chong Yidong <cyd@stupidchicken.com>
12334 * international/utf-16.el (ccl-encode-mule-utf-16le):
12335 Fix BUFFER_MAGNIFICATION to 2.
12336 (ccl-encode-mule-utf-16be): Likewise.
12338 2005-02-28 Kenichi Handa <handa@m17n.org>
12340 * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
12341 Fix BUFFER_MAGNIFICATION to 4.
12342 (ccl-encode-mule-utf-16be-with-signature): Likewise.
12344 2005-02-28 Nick Roberts <nickrob@snap.net.nz>
12346 * speedbar.el (speedbar-update-flag): Doc fix.
12347 (speedbar-show-info-under-mouse): Give set-mouse-position the right
12350 2005-02-27 Stefan Monnier <monnier@iro.umontreal.ca>
12352 * reveal.el (reveal-post-command): Don't try to reveal overlays which
12353 have a non-nil `invisible' property but are actually visible.
12355 * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
12356 for perldoc sections.
12357 (perl-outline-regexp, perl-outline-level): New var and function.
12358 (perl-mode): Use them.
12360 2005-02-27 Glenn Morris <gmorris@ast.cam.ac.uk>
12362 * calendar/diary-lib.el (diary-remind): Discard any mark portion
12363 from diary-entry. Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
12365 2005-02-27 Luc Teirlinck <teirllm@auburn.edu>
12367 * cus-edit.el: Comment change.
12368 (custom-buffer-create-internal): Slightly reword text at top of
12369 Custom buffers. Mention there that saving an option edits the
12370 init file. Add link to Emacs manual node on `custom-file'.
12371 (custom-magic-alist): Rewrite individual State messages to use
12372 capitalized keywords. Doc fix.
12374 2005-02-27 Matt Hodges <MPHodges@member.fsf.org>
12376 * calendar/calendar.el (calendar-buffer): Move above
12377 calendar-week-start-day.
12378 (calendar-week-start-day): Doc fix. Add :set function.
12379 (calendar-minimum-window-height): New variable.
12380 (generate-calendar-window): Only resize window if selected-window
12381 is displaying the calendar buffer. Use new variable
12382 calendar-minimum-window-height.
12383 (generate-calendar): Reword error message.
12384 (calendar-mode-map): Bind DEL to scroll-other-window-down.
12386 2005-02-27 Andreas Schwab <schwab@suse.de>
12388 * vc.el (vc-do-command): Don't run command asynchronously when
12389 operating in a remote directory.
12391 * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
12392 change from sync with Tramp 2.0.47.
12394 2005-02-27 Richard M. Stallman <rms@gnu.org>
12396 * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
12398 * textmodes/flyspell.el (flyspell-mode-on):
12399 Call ispell-change-dictionary only if necessary.
12401 * emacs-lisp/re-builder.el (regexp-builder): New function.
12403 * register.el (describe-register-1): Explicitly handle
12404 yank-excluded-properties = t.
12406 * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
12407 (custom-magic-alist): Change the status descriptions again.
12408 (face widget-type): Total rewrite based on `restricted-sexp'
12409 to eliminate the confusing double hiding levels.
12411 * emacs-lisp/debug.el (debug-on-entry-1):
12412 If function body is empty, add nil as body form.
12414 2005-02-26 Stefan Monnier <monnier@iro.umontreal.ca>
12416 * emacs-lisp/trace.el (inhibit-trace): New var.
12417 (trace-make-advice): Use it.
12419 * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
12421 2005-02-26 Kim F. Storm <storm@cua.dk>
12423 * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
12424 (mouse-on-link-p, mouse-drag-region-1): Use it.
12426 2005-02-25 Lute Kamstra <lute@gnu.org>
12428 * replace.el (query-replace-read-from): Fix 2005-02-19 change.
12430 2005-02-24 Luc Teirlinck <teirllm@auburn.edu>
12432 * frame.el (blink-cursor-mode): Add :group keyword.
12434 2005-02-24 Ulf Jasper <ulf.jasper@web.de>
12436 * calendar/icalendar.el (icalendar--decode-isodatetime):
12437 New optional argument DAY-SHIFT.
12438 (icalendar-export-region): Fix coding-system-for-write.
12439 (icalendar--convert-ical-to-diary): Shift end-day of all-day
12442 2005-02-24 Stefan Monnier <monnier@iro.umontreal.ca>
12444 * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
12446 2005-02-24 Kim F. Storm <storm@cua.dk>
12448 * international/iso-acc.el (iso-accents-compose): Fix crash
12449 during redisplay. Call force-window-update after read-event
12450 and delete-region to signal that window is not accurate.
12452 2005-02-23 Stefan Monnier <monnier@iro.umontreal.ca>
12454 * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
12455 Remove unused and inexistent var `inhibit-trace'.
12456 (debugger-mode): Use run-mode-hooks.
12457 (debugger-list-functions): Add buttons; setup xref stack.
12459 2005-02-23 Richard M. Stallman <rms@gnu.org>
12461 * calendar/appt.el (appt-time-msg-list): 3rd elt of each
12462 appointment says it was explicitly made.
12463 (appt-add): Set the 3rd element.
12464 (appt-make-list): Preserve explicit appointments.
12466 * subr.el (find-tag-default): Catch errors in forward-sexp.
12468 2005-02-23 Juri Linkov <juri@jurta.org>
12470 * info.el (Info-isearch-search): New defcustom.
12471 (Info-isearch-search): Call the default isearch function
12472 when Info-isearch-search is nil.
12473 (Info-isearch-wrap): Use variable Info-isearch-search.
12475 2005-02-22 Luc Teirlinck <teirllm@auburn.edu>
12477 * cus-edit.el: Comment change.
12479 2005-02-22 Kim F. Storm <storm@cua.dk>
12481 * progmodes/hideif.el (hide-ifdef-use-define-alist):
12482 Use completing-read. Suggested by Juan-Leon Lahoz Garcia.
12484 2005-02-22 Simon Josefsson <jas@extundo.com>
12486 * net/browse-url.el (browse-url-netscape-new-window-is-tab):
12488 (browse-url-netscape): Use it. Suggested by "Johann 'Myrkraverk'
12489 Oskarsson" <myrkraverk@users.sourceforget.net>.
12491 2005-02-22 Kim F. Storm <storm@cua.dk>
12493 * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
12494 check that window of that event is the selected window.
12495 (mouse-drag-region-1): Compare mouse event window to selected
12496 window before setting point.
12498 * tooltip.el (tooltip-show-help-function): Pass event to
12499 mouse-on-link-p so it can check selected window.
12501 2005-02-22 Kenichi Handa <handa@m17n.org>
12503 * ps-mule.el (ps-mule-header-string-charsets): Delete it.
12504 (ps-mule-show-warning): New function.
12505 (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
12506 characters are found.
12508 * ps-print.el (ps-header-footer-string): Return a list of header
12509 and footer strings.
12511 2005-02-21 Wolfgang Jenkner <wjenkner@inode.at> (tiny change)
12513 * pcvs.el (cvs-retrieve-revision): Fix thinko.
12515 2005-02-21 Stefan Monnier <monnier@iro.umontreal.ca>
12517 * frame.el (blink-cursor-mode): Use define-minor-mode.
12519 * term/mac-win.el (function-key-map): Use char-names more consistently.
12520 (file-name-coding-system): Only set it for MacOS-9. The other case is
12521 already handled in mule-cmds.el (where it also works when mac-win.el
12524 2005-02-21 Kenichi Handa <handa@m17n.org>
12526 * international/mule.el (ctext-pre-write-conversion): Always use
12527 " *code-converting-work*" buffer for work.
12529 * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
12531 2005-02-20 Thien-Thi Nguyen <ttn@gnu.org>
12533 * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
12535 2005-02-20 Jonathan Yavner <jyavner@member.fsf.org>
12537 * ses.el (undo-more): Restore defadvice, but only the part that
12538 allows changes outside the restricted area of the buffer.
12540 2005-02-20 Kim F. Storm <storm@cua.dk>
12542 * simple.el (line-move): Add fourth optional arg try-vscroll which
12543 must be set to perform auto-window-vscroll.
12544 When moving backwards and doing auto-window-vscroll, automatically
12545 vscroll to the last part of lines which are taller than the window.
12546 (next-line, previous-line): Set try-vscroll arg on line-move.
12548 2005-02-19 Dan Nicolaescu <dann@ics.uci.edu>
12550 * replace.el (query-replace, query-replace-regexp)
12551 (replace-string, replace-regexp): When operating on region, make
12552 the minibuffer prompt say so.
12554 * isearch.el (isearch-forward): Document isearch-query-replace and
12555 isearch-query-replace-regexp keybindings.
12557 2005-02-19 Jay Belanger <belanger@truman.edu>
12559 * calc/calc-aent.el (math-read-token): Add local variable.
12561 * calc/calc-prog.el (calc-user-define-edit): Add local variable.
12562 (calc-edit-top): Move declaration to earlier in file.
12563 (calc-edit-macro-repeats): Add local variables.
12565 * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
12566 Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
12568 Adjust integration rule for calcFunc-tan.
12570 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12572 * viper-cmd.el (viper-prefix-commands): Make into a defconst.
12573 (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
12574 (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
12575 (viper-skip-separators): Bug fix.
12576 (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
12577 particular major mode.
12578 (viper-del-backward-char-in-replace): Don't put deleted char on the
12581 * viper-ex.el (viper-color-display-p): New function.
12582 (viper-has-face-support-p): Use viper-color-display-p.
12584 * viper-keym.el (viper-gnus-modifier-map): New keymap.
12586 * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
12588 * viper-util.el (viper-glob-unix-files): Fix shell status check.
12589 (viper-file-remote-p): Make equivalent to file-remote-p.
12591 * viper.el (viper-major-mode-modifier-list):
12592 Use viper-gnus-modifier-map.
12594 2005-02-19 David Kastrup <dak@gnu.org>
12596 * subr.el (subregexp-context-p): Fix garbled doc string by adding
12599 2005-02-19 Jay Belanger <belanger@truman.edu>
12601 * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
12602 Remove extra definitions.
12603 (calc-coth): New function.
12604 (calcFunc-cot): Fix `let'.
12606 2005-02-19 Eli Zaretskii <eliz@gnu.org>
12608 * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
12609 the reasons we use "type pc" in these faces.
12611 * button.el (button): Ditto.
12613 2005-02-19 Michael Mauger <mmaug@yahoo.com>
12615 * replace.el (query-replace-read-from): Set the value of
12616 query-replace-from-history-variable to handle the case of an empty
12617 string entered to accept the suggested default.
12619 * net/tramp.el (tramp-file-name-for-operation):
12620 Use dired-call-process instead of dired-call-process-command.
12622 2005-02-19 Jay Belanger <belanger@truman.edu>
12624 * calc/calc-arith.el (math-trig-inverses, math-div-trig)
12625 (math-div-non-trig): New variables.
12626 (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
12627 (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
12628 (math-combine-prod, math-div-symb-fancy): Add simplifications for
12631 2005-02-19 Nick Roberts <nickrob@snap.net.nz>
12633 * progmodes/gdb-ui.el (gdb-var-update-handler)
12634 (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
12635 for watch expressions,
12636 (gdb-var-create-handler): Don't set speedbar-update-flag.
12637 (gdb-post-prompt): Simplify test for speedbar.
12639 2005-02-19 Michael Kifer <kifer@cs.stonybrook.edu>
12641 * ediff.el (ediff-set-diff-overlays-in-one-buffer)
12642 (ediff-set-fine-overlays-in-one-buffer,ediff-goto-word): Make sure
12643 we use the syntax table of the correct buffer.
12644 (ediff-same-file-contents,ediff-same-contents): Enhancements thanks to
12647 * ediff-init.el (ediff-hide-face): Check for definedness of functions.
12648 (ediff-file-remote-p): Make synonymous with file-remote-p.
12649 In all deffaces ediff-*-face-*, use min-colors.
12651 * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
12652 ediff-recurse-to-subdirectories.
12653 (ediff-mark-if-equal): Check that the arguments are strings, use
12654 ediff-same-contents (after to Felix Gatzemeier).
12656 * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
12659 2005-02-18 Stefan Monnier <monnier@iro.umontreal.ca>
12661 * log-view.el (log-view-message-re): Fix up Subversion regexp.
12663 2005-02-18 David Kastrup <dak@gnu.org>
12665 * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
12666 use `mark-active' when defined.
12668 2005-02-18 Kenichi Handa <handa@m17n.org>
12670 * ps-print.el (ps-font-info-database): New entry
12671 ZapfChancery-MediumItalic with correct font name. Fix font name
12672 of the entry Zapf-Chancery-MediumItalic.
12674 2005-02-16 Luc Teirlinck <teirllm@auburn.edu>
12676 * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
12678 2005-02-16 Kim F. Storm <storm@cua.dk>
12680 * ido.el (ido-fallback-command): Pass user input to fallback command.
12682 2005-02-16 Nick Roberts <nickrob@snap.net.nz>
12684 * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
12685 (gdb-find-file-hook): Add server prefix.
12687 2005-02-16 Richard M. Stallman <rms@gnu.org>
12689 * replace.el (perform-replace): Pass new args to replace-highlight.
12690 (replace-highlight): Take region args,
12691 and pass them to isearch-lazy-highlight-new-loop.
12693 * novice.el (disabled-command-hook): Autoload the defalias
12694 and the make-obsolete-variable call.
12696 * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
12698 * isearch.el (isearch-lazy-highlight-start-limit)
12699 (isearch-lazy-highlight-end-limit): New variables limit
12700 the region for highlighting.
12701 (isearch-lazy-highlight-new-loop): New args BEG and END.
12702 (isearch-lazy-highlight-search): Use the new vars.
12703 (isearch-lazy-highlight-update): Likewise.
12705 * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
12707 * cus-start.el (all): Use default-boundp.
12709 2005-02-15 David Casperson <casper@unbc.ca> (tiny change)
12711 * menu-bar.el (menu-bar-select-frame): Handle current frame.
12713 2005-02-15 Luc Teirlinck <teirllm@auburn.edu>
12715 * autorevert.el (auto-revert-stop-on-user-input)
12716 (auto-revert-verbose): Doc fixes.
12718 2005-02-15 Benjamin Riefenstahl <Benjamin.Riefenstahl@epost.de>
12720 * international/mule-cmds.el (set-locale-environment): Remove call
12721 to set-selection-coding-system on Windows.
12723 2005-02-15 Jay Belanger <belanger@truman.edu>
12725 * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
12726 calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
12728 (math-simplify-sqrt): Add simplifications.
12730 * calc/calc-arith.el (math-real-if-arg-functions): Add functions
12733 * calc/calc-ext.el: Add functions to autoloads.
12735 * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
12736 (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
12737 (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
12738 (math-csc-raw, math-cot-raw): New functions.
12740 * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
12742 * calc/calc-undo.el (calc-handle-undo): Remove prefix from
12743 the variable name in a message.
12745 * calc/calc-units.el: Add simplification rules for calcFunc-sec,
12746 calcFunc-csc, calcFunc-cot.
12748 * calc/calcalg2.el: Add derivative and integration rules for
12749 calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
12750 calcFunc-csch, calcFunc-coth.
12751 (math-do-integral-methods): Add to checks for when to use
12754 * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
12756 2005-02-15 Lute Kamstra <lute@gnu.org>
12758 * emacs-lisp/lisp-mode.el (lisp-mode-variables):
12759 Add ;;;###autoload to `outline-regexp'. Suggested by Stefan Monnier
12760 <monnier@iro.umontreal.ca>
12761 (lisp-outline-level): Improve efficiency. Suggested by David
12762 Kastrup <dak@gnu.org>.
12764 2005-02-15 Nick Roberts <nickrob@snap.net.nz>
12766 * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
12767 (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
12768 (gdb-set-gud-minor-mode-existing-buffers): New functions.
12769 (gdb-find-file-hook): New hook. Add it to find-file-hook.
12770 (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
12772 2005-02-14 Luc Teirlinck <teirllm@auburn.edu>
12774 * cus-start.el (all): Comment change.
12776 2005-02-14 Lute Kamstra <lute@gnu.org>
12778 * cus-start.el (all): Check if symbol is void.
12780 2005-02-14 Carsten Dominik <dominik@science.uva.nl>
12782 * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
12783 optional argument to \cite.
12785 2005-02-14 Richard M. Stallman <rms@gnu.org>
12787 * cus-edit.el (custom-buffer-create-internal): Update help message.
12788 (custom-magic-alist): Update help messages.
12790 * cus-start.el (all): Allow a var to specify a standard value.
12792 2005-02-12 Luc Teirlinck <teirllm@auburn.edu>
12794 * custom.el (custom-theme-set-variables): Handle variable aliases.
12796 * frame.el (blink-cursor-timer): Doc fix.
12797 (blink-cursor): Make it an alias for `blink-cursor-mode' and
12799 (blink-cursor-mode): Define with defcustom and use correct
12800 standard expression in that defcustom.
12801 * startup.el (command-line): Adapt to above changes in frame.el.
12803 2005-02-11 Lute Kamstra <lute@gnu.org>
12805 * apropos.el (apropos-score-doc): Prevent division by zero.
12807 2005-02-11 Ulf Jasper <ulf.jasper@web.de>
12809 * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
12810 (icalendar--get-event-property-attributes)
12811 (icalendar--get-event-properties)
12812 (icalendar--datetime-to-diary-date): New functions.
12813 (icalendar--split-value): Doc fix.
12814 (icalendar--datetime-to-noneuropean-date)
12815 (icalendar--datetime-to-european-date): New optional argument
12816 SEPARATOR. Return result as a string instead of a list.
12817 (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
12818 (icalendar--convert-string-for-export): Rename arg S to STRING.
12819 (icalendar-export-region): Doc fix. Change name of error buffer.
12820 Save output buffer.
12821 (icalendar-import-file): Add blank at end of prompt.
12822 (icalendar-import-buffer): Doc fix. Do not switch to error
12823 buffer. Indicate status in return value.
12824 (icalendar--convert-ical-to-diary): Doc fix. Change name of error
12825 buffer. Save output buffer. Handle exception from recurrence
12826 rules (EXDATE, EXRULE). Handle start- and end-date of recurring
12827 events. Fix problems with weekly all-day events.
12829 2005-02-10 Richard M. Stallman <rms@gnu.org>
12831 * simple.el (eval-expression-print-format):
12832 Avoid warning about edebug-active.
12834 * help.el (help-for-help-internal): Rename from help-for-help.
12835 (help-for-help): Define with defalias.
12837 * font-core.el (font-lock-default-function): Use with-no-warnings.
12839 * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
12841 * custom.el (defface): Doc fix.
12843 2005-02-10 Nick Roberts <nickrob@snap.net.nz>
12845 * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
12846 width 0" to prevent word wrapping problems.
12848 2005-02-09 Kim F. Storm <storm@cua.dk>
12850 * ido.el (ido-file-extensions-order): New defcustom.
12851 (ido-file-extension-lessp, ido-file-extension-aux)
12852 (ido-file-extension-order): New advanced file ordering.
12853 (ido-file-lessp): New simple file ordering.
12854 (ido-sort-list): Remove.
12855 (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
12856 (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
12858 2005-02-08 Dan Nicolaescu <dann@ics.uci.edu>
12860 * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
12861 that some versions of grep produce.
12862 (grep-mode-font-lock-keywords): Likewise.
12864 2005-02-09 Nick Roberts <nickrob@snap.net.nz>
12866 * progmodes/gdb-ui.el (gdb-location-list): New variable.
12867 (gdb-cdir): Delete.
12868 (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
12869 (gdb-source-info): Treat case when source file is in another
12870 directory properly.
12871 (gdb-get-location): New function.
12873 2005-02-07 Jay Belanger <belanger@truman.edu>
12875 * calc/calc-prog.el (calc-write-parse-table-part)
12876 (calc-fix-token-name): Fix a check for language type.
12878 * calc/calccomp.el (math-compose-expr): Fix a check for language type.
12880 2005-02-07 Andre Spiegel <spiegel@gnu.org>
12882 * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
12883 as directory not writable.
12885 2005-02-07 Kim F. Storm <storm@cua.dk>
12887 * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
12888 (cua--standard-movement-commands): Remove list.
12889 Instead, set CUA property value to move for movement commands.
12890 (cua-movement-commands): Remove. Users must set CUA prop instead.
12891 (cua--pre-command-handler): Check CUA property.
12892 (cua--init-keymaps): Don't remap undo commands.
12893 (cua-mode): Don't call cua--rectangle-on-off.
12895 * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
12896 (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
12897 (cua--rect-undo-set-point): New var.
12898 (cua--rectangle-undo-boundary): Setup undo apply entry.
12899 (cua--rect-undo-handler): New function for rectangle undo.
12900 (cua--rect-start-position, cua--rect-end-position): Add.
12901 (cua--rectangle-post-command): Call cua--rectangle-set-corners
12902 for restored rectangle. Set point if cua--rect-undo-set-point.
12904 2005-02-06 Jay Belanger <belanger@truman.edu>
12906 * calc/calc-lang.el (calc-tex-language): Display more information
12909 * calc/calccomp.el (math-compose-expr): Allow multiline matrices
12912 2005-02-06 Richard M. Stallman <rms@gnu.org>
12914 * emacs-lisp/lisp.el (buffer-end): Doc fix.
12916 2005-02-05 Arne_J
\e,Ax
\e(Brgensen <arne@arnested.dk> (tiny change)
12918 * net/ldap.el (ldap-search-internal): Support attributes with
12919 optional descriptions separated by a semi-colon, as in
12920 "userCertificate;binary".
12922 2005-02-05 Jan Dj
\e,Ad
\e(Brv <jan.h.d@swipnet.se>
12924 * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
12925 isn't a cons (i.e. the version is 0).
12927 2005-02-05 Eli Zaretskii <eliz@gnu.org>
12929 * help.el (help-for-help): Doc fix.
12931 2005-02-05 Nick Roberts <nickrob@snap.net.nz>
12933 * progmodes/gdb-ui.el: Update copyright. Put GDB-Frames before
12934 GDB-Windows on the menu-bar as this works better.
12936 2005-02-04 Jay Belanger <belanger@truman.edu>
12938 * calc/calc-embed.el (calc-embedded-update): Don't put in
12939 unnecessary newlines. Adjust the end of formula marker.
12941 * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
12942 (math-latex-parse-two-args): New function.
12944 2005-02-03 Lute Kamstra <lute@gnu.org>
12946 * help-fns.el (help-with-tutorial): Make sure that users cannot
12947 remove the entire text of the tutorial by means of `undo'.
12949 2005-02-03 Stefan Monnier <monnier@iro.umontreal.ca>
12951 * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
12952 in recent changes, where the ispell process was repeatedly
12953 killed & restarted.
12955 * international/mule-cmds.el (set-locale-environment): Set file-name
12956 coding system to utf-8 on Darwin systems.
12957 (set-default-coding-systems): Don't set default-file-name-coding-system
12960 2005-02-03 Richard M. Stallman <rms@gnu.org>
12962 * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
12964 2005-02-03 Matt Hodges <MPHodges@member.fsf.org>
12966 * faces.el (list-faces-display): Add optional argument.
12968 2005-02-02 Stefan Monnier <monnier@iro.umontreal.ca>
12970 * font-core.el (font-lock-default-function): Handle the rare case where
12971 only font-lock-keywords is set.
12973 2005-02-02 Kenichi Handa <handa@m17n.org>
12975 * international/characters.el: Cancel previous change for
12976 I-WITH-DOT-ABOVE and DOTLESS-i.
12978 * international/latin-5.el: Cancel previous change.
12980 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
12982 * progmodes/gud.el: Correction to syntax in gud-menu-map.
12984 2005-02-02 Kenichi Handa <handa@m17n.org>
12986 * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
12989 * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
12990 Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
12992 * case-table.el (get-upcase-table): New function.
12993 (copy-case-table): Copy upcaes table too if non-nil.
12994 (set-case-syntax-delims): Maintain upcase table too.
12995 (set-case-syntax-pair): Likewise.
12996 (set-upcase-syntax, set-downcase-syntax): New functions.
12997 (set-case-syntax): Maintain upcase table too.
12999 2005-02-02 Nick Roberts <nickrob@snap.net.nz>
13001 * progmodes/gdb-ui.el (gdb-goto-info): Delete.
13003 * progmodes/gud.el (gud-goto-info): New function.
13004 (gud-tool-bar-map): Use correct icon.
13006 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
13008 * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
13009 When delegating, order args in the funcall correctly.
13011 2005-02-01 Thien-Thi Nguyen <ttn@gnu.org>
13013 * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
13015 2005-02-01 Carsten Dominik <dominik@science.uva.nl>
13017 * textmodes/reftex.el (reftex-access-scan-info): Error out in a
13018 buffer not visiting a file.
13020 2005-01-31 Jay Belanger <belanger@truman.edu>
13022 * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
13023 bound on the line with the formula.
13025 2005-01-31 Kim F. Storm <storm@cua.dk>
13027 * ses.el (ses-create-cell-variable-range)
13028 (ses-destroy-cell-variable-range, ses-reset-header-string)
13029 (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
13030 (ses-insert-row): Fix format of apply undo entries.
13032 2005-01-31 Jay Belanger <belanger@truman.edu>
13034 * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
13037 * calc/calc-embed.el (calc-embedded-open-formula)
13038 (calc-embedded-close-formula): Ignore matrix environments.
13040 * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
13043 * calc/calc-lang.el (math-function-table, math-oper-table)
13044 (math-variable-table): Adjust the LaTeX portions.
13046 * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
13047 (math-latex-ignore-words): New constant.
13049 2005-01-31 Richard M. Stallman <rms@gnu.org>
13051 * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
13052 (ispell-local-dictionary): Doc fix.
13053 (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
13054 Don't reinitialize at run time. Don't defcustom.
13055 All uses changed to append ispell-local-dictionary-alist,
13057 (ispell-current-dictionary): New variable for dictionary in use.
13058 (ispell-dictionary): Now used only for global default.
13059 (ispell-start-process): Set ispell-current-dictionary,
13060 not ispell-dictionary.
13061 (ispell-change-dictionary): Use this only for setting
13063 (ispell-internal-change-dictionary): New function
13064 to change the current dictionary in use.
13065 (ispell-region, ispell-process-line, ispell-buffer-local-dict):
13066 Use ispell-current-dictionary.
13067 Handle ispell-local-dictionary-overridden.
13068 (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
13070 2005-01-31 Jay Belanger <belanger@truman.edu>
13072 * calc/calc-aent.el (math-read-token): Add support for LaTeX.
13074 * calc/calc-ext.el: Add calc-latex-language to autoloads.
13075 (calc-mode-map): Add calc-latex-language.
13077 * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
13078 (math-latex-print-frac): New functions.
13079 (math-oper-table, math-function-table, math-variable-table)
13080 (math-complex-format, math-input-filter): Add latex properties.
13081 (calc-set-language): Set math-expr-special-function-mapping.
13083 * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
13084 (calc-write-parse-table-part): Add LaTeX support.
13086 * calc/calc.el (calc-language): Adjust docstring.
13087 (calc-set-mode-line): Add LaTeX support.
13088 (math-expr-special-function-mapping): New variable.
13089 (math-tex-ignore-words): Add to list.
13091 * calc/calccomp.el (math-compose-expr, math-compose-rows):
13093 (math-compose-expr): Add support for special functions.
13095 * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
13097 2005-01-31 Nick Roberts <nickrob@snap.net.nz>
13099 * progmodes/gdb-ui.el (gdb-memory-address)
13100 (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
13101 (gdb-memory-mode-map, gdb-memory-format-keymap)
13102 (gdb-memory-format-menu, gdb-memory-unit-keymap)
13103 (gdb-memory-unit-menu): New variables for a buffer
13104 that lets the user examine program memory.
13105 (gdb-memory-set-address, gdb-memory-set-repeat-count)
13106 (gdb-memory-format-binary, gdb-memory-format-octal)
13107 (gdb-memory-format-unsigned, gdb-memory-format-signed)
13108 (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
13109 (gdb-memory-format-menu-1, gdb-memory-unit-giant)
13110 (gdb-memory-unit-word, gdb-memory-unit-halfword)
13111 (gdb-memory-unit-byte, gdb-memory-unit-menu)
13112 (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
13113 (gdb-memory-mode, gdb-memory-buffer-name)
13114 (gdb-display-memory-buffer, gdb-frame-memory-buffer):
13115 New functions for above buffer.
13117 2005-01-30 Richard M. Stallman <rms@gnu.org>
13119 * cus-edit.el (custom-bury-buffer): Function deleted.
13120 (custom-buffer-done-function): Option deleted.
13121 (custom-buffer-done-kill): New (replacement option.
13122 (Custom-buffer-done): Call quit-window.
13123 (custom-buffer-create-internal): Update for above changes.
13125 2005-01-29 Luc Teirlinck <teirllm@auburn.edu>
13127 * simple.el (undo-ask-before-discard): New var.
13128 (undo-outer-limit-truncate): Implement it.
13129 (undo-extra-outer-limit): Doc update.
13131 2005-01-29 Richard M. Stallman <rms@gnu.org>
13133 * ses.el (undo-more): Delete defadvice.
13134 (ses-begin-change): Doc fix.
13136 * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
13137 instead of rebinding C-x u and C-_.
13139 * files.el (normal-backup-enable-predicate): Return nil for files
13140 in /tmp, regardless of temporary-file-directory.
13142 * man.el (Man-getpage-in-background): Disable undo in Man buffer.
13144 * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
13145 (open-rectangle, delete-whitespace-rectangle-line)
13146 (clear-rectangle-line): If FILL, pass t instead of FILL
13147 for move-to-column's 2nd arg.
13149 * simple.el (undo): Fix the test for continuing a series of undos.
13150 (undo-more): Set pending-undo-list to t when we reach end.
13151 (pending-undo-list): Move up defvar.
13153 * wid-edit.el (widget-button-click):
13154 Shorten the range of the track-mouse binding.
13156 * comint.el (comint-insert-input): Undo previous changes;
13157 use last-input-event in interactive spec.
13159 2005-01-29 Eli Zaretskii <eliz@gnu.org>
13161 * progmodes/compile.el (compilation-start): Bind buffer-read-only
13162 to nil before invoking call-process. Reset buffer's modified flag
13163 after fontifying it in the no-async branch.
13165 * wid-edit.el (widget-specify-button): If mouse pointer shape
13166 cannot be changed, use mouse face instead.
13168 2005-01-29 Nick Roberts <nickrob@snap.net.nz>
13170 * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
13171 (gdb-goto-breakpoint): Make breakpoint handling work on template
13172 functions in C++. Reported by Martin Reed <mjreed@essex.ac.uk>
13173 (gdb-assembler-custom): Update to recognize breakpoint information
13174 added on 2005-01-19.
13176 2005-01-28 Stefan Monnier <monnier@iro.umontreal.ca>
13178 * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
13179 (dsssl-mode): Use define-derived-mode.
13180 (scheme-mode-initialize): Remove.
13181 (scheme-mode): Use run-mode-hooks.
13183 * cus-edit.el (customize-group-other-window)
13184 (custom-buffer-create-other-window): Don't override special-display-*.
13185 (custom-mode-map): Make it dense.
13187 * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
13188 sets the default value.
13190 2005-01-28 Eli Zaretskii <eliz@gnu.org>
13192 * descr-text.el: Add more keywords.
13194 2005-01-27 Stefan Monnier <monnier@iro.umontreal.ca>
13196 * speedbar.el: Avoid unnecessary use of locate-library.
13198 * international/mule-cmds.el (standard-display-european-internal):
13199 Don't fiddle with latin-1 non-break space any more since it's now
13200 special cased in the C code.
13201 Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
13203 2005-01-26 Luc Teirlinck <teirllm@auburn.edu>
13205 * cus-start.el (all): Add `undo-outer-limit'.
13207 2005-01-25 Roland Winkler <Roland.Winkler@physik.uni-erlangen.de>
13209 * textmodes/bibtex.el (bibtex-format-entry):
13210 Use `bibtex-empty-field-re' only on the text of fields, not on entire
13212 (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
13213 not on part of a buffer.
13215 2005-01-25 Lute Kamstra <lute@gnu.org>
13217 * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
13218 nonempty field text strings like "{letters\\macro{}more letters}".
13220 (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
13221 (bibtex-entry-offset, bibtex-parse-association)
13222 (bibtex-parse-field-name): Fix typos in docstrings.
13223 (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
13225 2005-01-24 Carsten Dominik <dominik@science.uva.nl>
13227 * textmodes/reftex-global.el (reftex-isearch-push-state-function)
13228 (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
13229 (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
13230 (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
13232 * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
13233 isearch minor mode.
13235 2005-01-24 Luc Teirlinck <teirllm@auburn.edu>
13237 * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
13239 2005-01-24 Lute Kamstra <lute@gnu.org>
13241 * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
13242 CASECHARS and NOT-CASECHARS regular expressions of the
13243 "nederlands" and "nederlands8" dictionaries to prevent a "Range
13244 striding over charsets" error.
13246 2005-01-24 Jay Belanger <belanger@truman.edu>
13248 * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
13249 display variable name.
13251 2005-01-24 Kenichi Handa <handa@m17n.org>
13253 * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
13254 Fix setting of the element of encoded-kbd-iso2022-invocations.
13256 2005-01-24 Nick Roberts <nickrob@snap.net.nz>
13258 * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
13259 (gdb-threads-select): Change to also accept mouse events.
13260 (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
13261 (gdb-threads-mouse-select): Delete.
13263 2005-01-23 Luc Teirlinck <teirllm@auburn.edu>
13265 * files.el (insert-directory): Take care of empty directory,
13266 listed without -a switch.
13268 2005-01-23 Stefan Monnier <monnier@iro.umontreal.ca>
13270 * textmodes/refill.el (refill-post-command-function):
13271 Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
13272 to the list of functions that we should be careful not to undo.
13273 (refill-late-fill-paragraph-function): Remove.
13274 (refill-saved-state): New var.
13275 (refill-mode): Use it to save fill-paragraph-function.
13276 Save also the value of auto-fill-function.
13278 * term/w32-win.el: Simplify code.
13280 2005-01-23 Kim F. Storm <storm@cua.dk>
13282 * simple.el (line-move): Adapt to new return value from
13283 pos-visible-in-window-p.
13285 * simple.el (line-move): Fix last change. Check partial
13286 visibility at point rather than at window-start.
13288 2005-01-22 Jason Rumney <jasonr@gnu.org>
13290 * term/w32-win.el (xw-defined-colors): Remove debug-message.
13292 2005-01-22 David Kastrup <dak@gnu.org>
13294 * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
13296 2005-01-22 Eli Zaretskii <eliz@gnu.org>
13298 * type-break.el (type-break-mode): Add a test for
13299 type-break-file-name being non-nil.
13301 2005-01-22 Toby Allsopp <Toby.Allsopp@navman.com> (tiny change)
13303 * net/eudc.el (top level): Call (message "") via progn, so that
13304 eudc-options-file is loaded.
13306 2005-01-22 Kim F. Storm <storm@cua.dk>
13308 * simple.el (line-move-1): Rename from line-move.
13309 (line-move): New function that adjusts vscroll for partially
13310 visible rows, and calls line-move-1 otherwise.
13312 2005-01-21 Ren
\e,Ai
\e(B Kyllingstad <listmailxemacs@kyllingstad.com>
13314 * pcomplete.el: Define pcomplete-read-event instead of read-event,
13315 since it's not a complete read-event implementation
13317 2005-01-20 Jay Belanger <belanger@truman.edu>
13319 * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
13320 for called function.
13322 2005-01-20 Steven Tamm <steventamm@mac.com>
13324 * term/mac-win.el (process-connection-type): Remove.
13325 Controlled now by s/darwin.h:PTY_ITERATION.
13327 2005-01-20 Stefan Monnier <monnier@iro.umontreal.ca>
13329 * window.el (handle-select-window): Don't switch window when we're
13332 2005-01-10 Paul Pogonyshev <pogonyshev@gmx.net>
13334 * subr.el (dotimes-with-progress-reporter): New macro.
13336 * ses.el (ses-dotimes-msg): Remove macro.
13337 Use `dotimes-with-progress-reporter' instead.
13339 2005-01-19 Steven Tamm <steventamm@mac.com>
13341 * term/mac-win.el (process-connection-type): Use new
13342 operating-system-release variable to use ptys on Darwin 7 (OS X
13343 10.3) when using carbon build.
13345 2005-01-19 Jay Belanger <belanger@truman.edu>
13347 * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
13348 flags if the last command was a tab or M-tab.
13350 * calc/calc-prog.el (calc-user-define-edit): Put original formula
13351 in formula editing buffer.
13353 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
13355 * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
13356 breakpoint image symbol in margin.
13358 2005-01-19 Jay Belanger <belanger@truman.edu>
13360 * calc/calc-prog.el (calc-execute-kbd-macro):
13361 Ignore calc-keep-arg-flag.
13363 2005-01-19 Kenichi Handa <handa@m17n.org>
13365 * textmodes/ispell.el (ispell-looking-at): New function.
13366 (ispell-process-line): Use ispell-looking-at to compare the ispell
13367 output and the buffer contents.
13369 2005-01-18 Jay Belanger <belanger@truman.edu>
13371 * calc/calc.el (calc-display-raw): Fix docstring.
13373 2005-01-18 Stefan Monnier <monnier@iro.umontreal.ca>
13375 * simple.el (blink-matching-open): Strip extra info from syntax.
13377 * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
13378 funny chars in the end-of-here-doc marker.
13380 2005-01-19 Nick Roberts <nickrob@snap.net.nz>
13382 * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
13383 that enable/disabled state of breakpoints is shown correctly in
13384 fringe and on ttys.
13385 (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
13386 Add breakpoint information as text properties.
13387 (gdb-mouse-toggle-breakpoint):
13388 Rename to gdb-mouse-set-clear-breakpoint.
13389 (gdb-mouse-toggle-breakpoint): New function. Enable/disable
13390 breakpoints in the margin.
13391 (gdb-remove-strings): Simplify.
13393 2005-01-17 Jay Belanger <belanger@truman.edu>
13395 * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
13398 2005-01-17 Richard M. Stallman <rms@gnu.org>
13400 * progmodes/grep.el (grep-find): Copy from `grep' the condition
13401 for calling grep-compute-defaults.
13403 * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
13404 if buffer is empty.
13406 * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
13408 2005-01-17 Stefan Monnier <monnier@iro.umontreal.ca>
13410 * hilit-chg.el (highlight-changes-mode): Don't autoload.
13412 * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
13413 non-preloaded variables.
13415 2005-01-17 Steven Tamm <steventamm@mac.com>
13417 * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
13418 tex-shell cause to force interactivity when using pipes.
13420 2005-01-17 Kim F. Storm <storm@cua.dk>
13422 * simple.el (just-one-space): Make arg optional.
13424 2005-01-17 Nick Roberts <nickrob@snap.net.nz>
13426 * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
13427 posn-at-x-y to t to access left-margin.
13429 2005-01-16 Michael Albinus <michael.albinus@gmx.de>
13431 Sync with Tramp 2.0.47.
13433 * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
13434 catching keep-date problems in cp/scp operations.
13435 (tramp-handle-copy-file): Don't call `set-file-modes'
13436 unconditionally. Specialized functions should know better what is
13437 necessary. This improves performance a little bit, and the
13438 functions could catch errors with `cp -p' and `scp -p'.
13439 (tramp-do-copy-or-rename-file-via-buffer)
13440 (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
13442 (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
13443 Call `set-file-modes' when appropriate.
13444 (tramp-action-out-of-band): Mask `scp -p' error. Reported by Isak
13445 Johnsson <isak@hypergene.com>
13446 (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
13447 of both Tramp buffer and debug buffer. Reported by Joakim Verona
13449 (tramp-file-name-for-operation): Mark `shell-command' as magic for
13452 * net/tramp-util.el (tramp-minor-mode): New minor mode. Add it to
13453 `find-file-hooks' and `dired-mode-hook'.
13454 (tramp-minor-mode-map): Respective map. Add remapping for
13455 `compile' and `recompile'.
13456 (tramp-remap-command, tramp-recompile): New defuns.
13457 (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
13458 in buffer "*Compilation*". Call the commands asynchronously.
13460 * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
13461 (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
13462 `shell-command', because it isn't magic in XEmacs. Reported by
13463 Adrian Aichner <adrian@xemacs.org>.
13465 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
13466 `substitute-in-file-name.
13467 (tramp-smb-handle-substitute-in-file-name): New defun.
13468 (tramp-smb-advice-PC-do-completion): Delete advice.
13470 2005-01-16 Kai Grossjohann <kgrossjo@eu.uu.net>
13472 * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
13473 Fix error in deleting region.
13475 2005-01-15 Richard M. Stallman <rms@gnu.org>
13477 * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
13478 In non-temp buffer, switch syntax table temporarily.
13480 * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
13482 * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
13484 * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
13486 * imenu.el (imenu--split-menu): Copy menulist before sorting.
13487 (imenu--generic-function): Use START, not BEG, as pos of definition.
13489 * simple.el (just-one-space): Argument specifies number of spaces.
13491 * simple.el (eval-expression-print-format): Avoid warning
13492 about edebug-active.
13494 2005-01-15 James R. Van Zandt <jrvz@comcast.net> (Tiny change)
13496 * progmodes/sh-script.el: Code copied from make-mode.el
13497 with small changes,
13498 (sh-mode-map): Bind C-c C-\.
13499 (sh-backslash-column, sh-backslash-align): New variables.
13500 (sh-backslash-region, sh-append-backslash): New functions.
13502 2005-01-15 Sergey Poznyakoff <gray@Mirddin.farlep.net>
13504 * mail/rmail.el: Updated to work with movemail from GNU Mailutils
13505 (rmail-pop-password, rmail-pop-password-required): Move to
13506 rmail-obsolete group.
13507 (rmail-set-pop-password): Rename to rmail-set-remote-password.
13508 All callers updated.
13509 (rmail-get-pop-password): Rename to rmail-get-remote-password.
13510 Take an argument specifying whether it is POP or IMAP mailbox we
13511 are using. All callers updated.
13512 (rmail-pop-password-error): Rename to
13513 rmail-remote-password-error. Added mailutils-specific error message.
13514 (rmail-movemail-search-path)
13515 (rmail-movemail-variant-in-use): New variables.
13516 (rmail-remote-password, rmail-remote-password-required):
13517 New customization variables.
13518 (rmail-probe,rmail-autodetect, rmail-movemail-variant-p): New funs.
13519 (rmail-parse-url): New function.
13520 (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
13521 with GNU mailutils movemail.
13523 2005-01-15 Kevin Ryde <user42@zip.com.au>
13525 * info-look.el (c-mode/symbol): Add ^` to prefix, and change
13526 suffix to space, $ or '$, to correctly position point when going
13527 to @table style constants like DBL_MAX.
13529 2005-01-15 Jorgen Schaefer <forcer@forcix.cx> (tiny change)
13531 * type-break.el (type-break-mode, type-break-file-time)
13532 (type-break-file-keystroke-count, type-break-choose-file):
13533 Don't store data in or load data from the file if type-break-file-name
13535 (type-break-file-name): Doc update as per the above.
13537 2005-01-15 Stephen Eglen <S.J.Eglen@damtp.cam.ac.uk> (tiny change)
13539 * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
13540 lookup-key might return nil; handle that.
13542 2005-01-15 Alan Mackenzie <acm@muc.de>
13544 * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
13545 rather than the element found, thus enabling the tree to be setcar'd.
13547 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13549 * textmodes/org.el (org-show-following-heading): New option.
13550 (org-show-hierarchy-above): Use `org-show-following-heading'.
13551 (org-cycle): Documentation fix.
13553 * textmodes/org.el (orgtbl-optimized): New option
13554 (orgtbl-mode): New command, a minor mode.
13555 (orgtbl-mode-map): New variable.
13556 (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
13557 (orgtbl-error, orgtbl-self-insert-command)
13558 (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
13560 * textmodes/org.el (org-mode): `org-table-may-need-update' is now
13561 a local variable in each org-mode buffer.
13563 * textmodes/org.el (org-set-regexps-and-options): Rename from
13564 `org-set-regexps'. Added checking for STARTUP keyword.
13565 (org-get-current-options): Add STARTUP options.
13566 (org-table-insert-row): Make mode intelligent about when
13567 realignment is needed.
13568 (org-self-insert-command, org-delete-backward-char, org-delete-char):
13570 (org-enable-table-editor): New default value `optimized'.
13571 (org-table-blank-field): Support blanking regions if active.
13573 2005-01-14 Carsten Dominik <dominik@science.uva.nl>
13575 * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
13576 if the year is not given.
13578 * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
13579 Add new escapes %m and %M, fixed bug with %F by adding
13581 (reftex-reference): Remove ?. from list of spaces.
13582 (reftex-label-info): Add automatic label prefix recognition.
13584 * textmodes/reftex-index.el (reftex-index-next-phrase):
13585 Add slave parameter to call of `reftex-index-this-phrase'.
13586 (reftex-index-this-phrase): New optional argument.
13587 (reftex-index-region-phrases): Add slave parameter to call of
13588 `reftex-index-this-phrase'.
13589 (reftex-display-index): New argument redo.
13590 (reftex-index-rescan): Add 'redo to arguments of
13591 `reftex-display-index'.
13592 (reftex-index-Rescan, reftex-index-revert)
13593 (reftex-index-switch-index-tag): Add 'redo to arguments of
13594 `reftex-display-index'.
13595 (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
13596 indexing. Fix bug with matching is there is a quote before or
13599 * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
13600 Fix bug when collecting citation keys in lines with comments.
13601 (reftex-citation): Prefix argument no longer rescans the document,
13602 but forces prompting for optional arguments of cite macros.
13603 (reftex-do-citation): Prompting for optional arguments implemented.
13605 * textmodes/reftex-vars.el (reftex-cite-format-builtin):
13606 Add optional arguments to most cite commands.
13607 (reftex-cite-cleanup-optional-args): New option
13608 (reftex-cite-prompt-optional-args): New option.
13609 (reftex-trust-label-prefix): New option.
13611 * textmodes/reftex-toc.el (reftex-toc-find-section):
13612 Add push-mark before changing the position in the buffer.
13614 * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
13615 (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
13617 2005-01-14 Nick Roberts <nickrob@snap.net.nz>
13619 * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
13622 2005-01-13 Stefan Monnier <monnier@iro.umontreal.ca>
13624 * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
13625 (sgml-mode): Use it.
13626 (sgml-get-context): Better keep track of implicitly closed tags.
13628 2005-01-13 Kenichi Handa <handa@m17n.org>
13630 * textmodes/ispell.el: These changes are to fix misalignment error
13631 caused by equivalent characters of different Emacs charsets.
13632 (ispell-unified-chars-table): New variable.
13633 (ispell-get-decoded-string): New function.
13634 (ispell-get-casechars, ispell-get-not-casechars)
13635 (ispell-get-otherchars): Call ispell-get-decoded-string.
13637 2005-01-12 Johan Bockg
\e,Ae
\e(Brd <bojohan@users.sourceforge.net>
13639 * custom.el (custom-declare-variable): Just put symbol instead
13640 of (defvar . symbol) in `current-load-list'.
13642 2005-01-12 Reiner Steib <Reiner.Steib@gmx.de>
13644 * emacs-lisp/elint.el: Fixed typo in Commentary section.
13646 2005-01-12 Jay Belanger <belanger@truman.edu>
13648 * calc/calc-help.el (calc-describe-key): Use temporary info buffer
13649 to create a Calc summary.
13651 2005-01-12 Kim F. Storm <storm@cua.dk>
13653 * mouse.el (mouse-on-link-p): Change functionality and doc
13654 string to comply with latest description in lisp ref.
13656 2005-01-12 Nick Roberts <nickrob@snap.net.nz>
13658 * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
13659 Enable mouse clicks on mode-line, header-line and margin.
13660 (event-type): Give mouse event symbols an 'event-kind property
13661 with value 'mouse-click.
13663 2005-01-12 Juri Linkov <juri@jurta.org>
13665 * facemenu.el (list-colors-display): Add new arg buffer-name.
13666 Use it. Fix docstring. Replace code for identifying duplicate
13667 colors by the name with call to `list-colors-duplicates' which
13668 identifies duplicate colors by the value unless the color
13669 is one of special Windows colors. Set truncate-lines to t.
13670 Print sorted duplicate color names on each line. Indent to 22
13671 \(the longest color name in rgb.txt) instead of 20. Optimize.
13672 (list-colors-duplicates): New function.
13673 (facemenu-color-name-equal): Delete function.
13675 * facemenu.el (list-colors-print): New function created from code
13676 in list-colors-display. Print #RRGGBB at the window right edge.
13677 (list-colors-display): When temp-buffer-show-function is not
13678 defined, call list-colors-print from temp-buffer-show-hook
13679 to get the right value of window-width in list-colors-print
13680 after the buffer is displayed.
13682 * simple.el (pop-mark): Move deactivate-mark out of conditional
13683 part to deactivate the active mark regardless of the state of the
13686 * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
13687 variables line in desktop files.
13689 2005-01-12 Juri Linkov <juri@jurta.org>
13691 * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
13692 Bring together isearch highlight related options.
13693 (lazy-highlight): Replace group `replace' by `matching'.
13694 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13695 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13696 (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
13697 and declare them obsolete.
13698 (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
13699 (isearch-faces): Remove defgroup.
13700 (isearch-overlay, isearch-highlight, isearch-dehighlight):
13701 Move isearch highlighting code closer to lazy highlighting code.
13703 * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
13704 (query-replace-highlight, query-replace-lazy-highlight)
13705 (query-replace): Move definitions to the beginning of the file.
13707 2005-01-11 Juri Linkov <juri@jurta.org>
13709 * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
13710 * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
13711 * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
13713 * info.el (Info-history-forward): New variable.
13714 (Info-select-node): Reset Info-history-forward to nil.
13715 (Info-last): Turn into defalias.
13716 (Info-history-back): Rename from Info-last.
13717 Add current node to Info-history-forward.
13718 (Info-history-forward): New fun.
13719 (Info-mode-map): Replace Info-last by Info-history-back.
13720 Bind Info-history-forward to "r".
13721 (Info-mode-menu): Replace Info-last by Info-history-back.
13722 Fix menu item text. Add menu item for Info-history-forward.
13723 (info-tool-bar-map): Replace Info-last by Info-history-back.
13724 Replace its icon "undo" by "back_arrow". Add icon "fwd_arrow"
13725 for Info-history-forward.
13726 (Info-mode): Replace Info-last by Info-history-back in docstring.
13727 Add local variable Info-history-forward.
13728 (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
13730 2005-01-11 Stefan Monnier <monnier@iro.umontreal.ca>
13732 * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
13733 (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
13734 Ignore select-window events rather than fiddle with
13735 mouse-autoselect-window.
13737 2005-01-11 Matthew Mundell <matt@mundell.ukfsn.org>
13739 * type-break.el (type-break-mode): Fix previous change.
13741 2005-01-10 Jay Belanger <belanger@truman.edu>
13743 * calc/calc-ext.el (calc-reset): Reset when inside embedded
13744 calculator; only reset when point is inside a calculator.
13745 Don't adjust the window height if the window takes up the whole height
13748 2005-01-10 Thien-Thi Nguyen <ttn@gnu.org>
13750 * ebuff-menu.el (Electric-buffer-menu-mode):
13751 Preserve value of buffer-local var header-line-format.
13753 2005-01-09 Jay Belanger <belanger@truman.edu>
13755 * calc/calc.el (calc-mode-var-list-restore-saved-values):
13756 Make sure settings file exists before accessing it.
13758 * calc/calc-embed.el (calc-embedded-subst):
13759 Replace math-multi-subst-rec, which is only supposed to be called
13760 by math-multi-subst, by math-multi-subst.
13762 2005-01-09 Andre Spiegel <spiegel@gnu.org>
13764 * vc.el (vc-allow-async-revert): New user option.
13765 (vc-disable-async-diff): New internal variable.
13766 (vc-revert-buffer): Use them to disable asynchronous diff.
13768 * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
13769 (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
13770 asynchronously if vc-disable-async-diff is t.
13772 2005-01-09 Jay Belanger <belanger@truman.edu>
13774 * calc/calc.el (defcalcmodevar): New macro.
13775 (calc-mode-var-list-restore-default-values)
13776 (calc-mode-var-list-restore-saved-values): New functions.
13777 (calc-mode-var-list): Use defcalcmodevar to define it.
13778 (calc-always-load-extensions, calc-line-numbering)
13779 (calc-line-breaking, calc-display-just, calc-display-origin)
13780 (calc-number-radix, calc-leading-zeros, calc-group-digits)
13781 (calc-group-char, calc-point-char, calc-frac-format)
13782 (calc-prefer-frac, calc-hms-format, calc-date-format)
13783 (calc-float-format, calc-full-float-format, calc-complex-format)
13784 (calc-complex-mode, calc-infinite-mode, calc-display-strings)
13785 (calc-matrix-just, calc-break-vectors, calc-full-vectors)
13786 (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
13787 (calc-matrix-brackets, calc-language, calc-language-option)
13788 (calc-left-label, calc-right-label, calc-word-size)
13789 (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
13790 (calc-display-raw, calc-internal-prec, calc-angle-mode)
13791 (calc-algebraic-mode, calc-incomplete-algebraic-mode)
13792 (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
13793 (calc-window-height, calc-display-trail, calc-show-selections)
13794 (calc-use-selections, calc-assoc-selections)
13795 (calc-display-working-message, calc-auto-why, calc-timing)
13796 (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
13797 (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
13798 (calc-gnuplot-default-device, calc-gnuplot-default-output)
13799 (calc-gnuplot-print-device, calc-gnuplot-print-output)
13800 (calc-gnuplot-geometry, calc-graph-default-resolution)
13801 (calc-graph-default-resolution-3d, calc-invocation-macro)
13802 (calc-show-banner): Use defcalcmodevar to declare them and set
13803 their default values.
13805 * calc/calc-ext.el (calc-reset): Restore saved values of variables
13806 instead of default values (but restore default values if there is
13809 2005-01-09 David Kastrup <dak@gnu.org>
13811 * desktop.el (desktop-restore-eager): Fix typo in type.
13813 2005-01-08 Richard M. Stallman <rms@gnu.org>
13815 * cus-edit.el (customize): Delete :link.
13817 2005-01-08 Jay Belanger <belanger@truman.edu>
13819 * calc/calc.el (calc-mode): Remove the extension from the
13820 `calc-settings-file' file name when loading it.
13822 2005-01-08 Kim F. Storm <storm@cua.dk>
13824 * info.el (Info-mode-map, Info-next-link-keymap)
13825 (Info-prev-link-keymap, Info-up-link-keymap):
13826 Map follow-link to mouse-face.
13827 (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
13829 2005-01-08 Jay Belanger <belanger@truman.edu>
13831 * calc/calc.el (calc-settings-file): Change default value.
13832 Suggested by cgw in a comment in calc-mode.el.
13834 * calc/calc-mode.el (calc-settings-file-name):
13835 Compare calc-settings-file to user-init-file instead of ~/.emacs.
13836 Replace ~/.emacs in a prompt by calc-settings-file.
13838 2005-01-07 Lars Hansen <larsh@math.ku.dk>
13840 * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
13841 (desktop-lazy-idle-delay): New customizable variables.
13842 (desktop-buffer-args-list): New variable.
13843 (desktop-append-buffer-args): New function.
13844 (desktop-save): Call desktop-append-buffer-args for some buffers.
13845 (desktop-lazy-create-buffer): New function.
13846 (desktop-idle-create-buffers): New function.
13847 (desktop-read): Add message about buffers to restore lazily.
13848 (desktop-lazy-abort): New command.
13849 (desktop-clear): Call desktop-lazy-abort.
13850 (desktop-lazy-complete): New command.
13852 2005-01-06 Richard M. Stallman <rms@gnu.org>
13854 * emacs-lisp/find-func.el (find-face-definition):
13855 Rename from find-face.
13857 2005-01-06 Kim F. Storm <storm@cua.dk>
13859 * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
13861 * man.el (Man-xref-man-page, Man-xref-header-file)
13862 (Man-xref-normal-file): Add follow-link property.
13864 2005-01-06 Jay Belanger <belanger@truman.edu>
13866 * calc/calc-units.el: Make sure the proper macro definitions are
13867 available when compiling.
13869 2005-01-06 Juri Linkov <juri@jurta.org>
13871 * isearch.el (isearch-lazy-highlight-update):
13872 Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
13874 2005-01-06 Miles Bader <miles@gnu.org>
13876 * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
13877 (isearch-lazy-highlight-face): Use new name.
13879 2005-01-05 Stefan Monnier <monnier@iro.umontreal.ca>
13881 * uniquify.el (uniquify-rationalize-file-buffer-names):
13882 Re-add an interactive spec.
13883 (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
13886 * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
13887 (isearch-update, isearch-done): Adjust calls accordingly.
13889 2005-01-05 Richard M. Stallman <rms@gnu.org>
13891 * custom.el (custom-set-variables, custom-theme-set-variables):
13892 Clarify documentation.
13894 * emacs-lisp/find-func.el (find-variable)
13895 (find-variable-other-window, find-variable-other-frame):
13896 Fix the TYPE args to find-function-read and find-function-do-it.
13897 (find-function): Doc fix.
13898 (find-function-at-point): Replace function-at-point alias.
13900 2005-01-04 Richard M. Stallman <rms@gnu.org>
13902 * cus-face.el (custom-declare-face):
13903 Record defface in current-load-list.
13905 * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
13907 * emacs-lisp/find-func.el: Doc fixes.
13908 (find-face-regexp): New variable.
13909 (find-function-regexp-alist): New variable.
13910 (find-function-C-source): Third arg is now TYPE.
13911 (find-function-search-for-symbol): Handle general TYPE.
13912 (find-function-read, find-function-do-it): Handle general TYPE.
13913 (find-definition-noselect, find-face): New functions.
13914 (function-at-point): Alias deleted.
13916 2005-01-04 Stefan Monnier <monnier@iro.umontreal.ca>
13918 * battery.el (display-battery-mode): Rename from display-battery.
13919 Handle the case where it gets turned off.
13921 2005-01-04 Richard M. Stallman <rms@gnu.org>
13923 * cus-edit.el (customize): Make :link point to user doc.
13925 * man.el (Man-fontify-manpage): Turn off undo generation.
13927 * add-log.el (change-log-font-lock-keywords): Don't match just "From".
13929 2005-01-04 Andreas Schwab <schwab@suse.de>
13931 * files.el (insert-directory): Only look for error lines in
13932 inserted text. Don't move too far after processing --dired markers.
13934 2005-01-04 Richard M. Stallman <rms@gnu.org>
13936 * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
13937 Don't expand if the character is @, period, dash, etc.
13938 (define-mail-abbrev): Quote names that contain problem characters.
13940 2005-01-04 Thien-Thi Nguyen <ttn@gnu.org>
13942 * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
13944 2005-01-03 Richard M. Stallman <rms@gnu.org>
13946 * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
13947 (query-replace-highlight, query-replace-lazy-highlight)
13948 (query-replace): Definitions moved up. Doc fix.
13950 2005-01-03 Richard M. Stallman <rms@gnu.org>
13952 * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
13953 (lazy-highlight-cleanup, lazy-highlight-initial-delay)
13954 (lazy-highlight-interval, lazy-highlight-max-at-a-time)
13955 (lazy-highlight-face): Rename from isearch-lazy-...
13956 Change all references to them.
13958 2005-01-03 Luc Teirlinck <teirllm@auburn.edu>
13960 * cus-edit.el (custom-file): Doc fix for defcustom.
13961 (custom-file): The function no longer sets the variable
13962 `custom-file' to its return value.
13964 * startup.el (command-line): No longer load `custom-file'.
13966 2005-01-03 Stefan Monnier <monnier@iro.umontreal.ca>
13968 * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
13970 * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
13971 Don't confuse module-prefixed identifiers for labels.
13972 Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
13974 2005-01-02 Richard M. Stallman <rms@gnu.org>
13976 * files.el (basic-save-buffer-1): Fix previous change.
13978 * loadhist.el (file-loadhist-lookup): New function.
13979 (file-provides, file-requires): Use it.
13981 * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
13982 instead of calculating the right size.
13984 2005-01-02 Karl Chen <quarl@cs.berkeley.edu> (tiny change)
13986 * vc-svn.el (vc-svn-diff): Stay local if possible.
13988 2005-01-02 Stefan Monnier <monnier@iro.umontreal.ca>
13990 * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
13992 * files.el (hack-local-variables): Fix last change.
13994 2005-01-02 Jay Belanger <belanger@truman.edu>
13996 * calc/calc-yank.el (calc-edit-top): New variable.
13997 (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
13998 object. Change header properties.
13999 (calc-edit-finish, calc-edit-finish-stack-object)
14000 (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
14002 * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
14003 for the beginning of the edited object.
14004 * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
14005 for the beginning of the edited object.
14006 * calc/calc-prog.el (calc-edit-macro-finish-edit)
14007 (calc-finish-formula-edit, calc-macro-repeats)
14008 (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
14009 (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
14010 beginning of the edited object.
14011 (calc-user-define-edit): Change the header for editing macros.
14012 Remove unnecessary variable.
14014 2005-01-01 Jay Belanger <belanger@truman.edu>
14016 * calc/calc-yank.el (calc-edit-mode): Change default header.
14017 (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
14018 * calc/calc-store.el (calc-edit-variable): Change title to match new
14020 * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
14021 mode to match new header.
14022 (calc-user-define-edit): Change titles to include names of commands.
14023 (calc-finish-formula-edit): Adjust to handle new header.
14024 (calc-finish-macro-edit): Remove.
14025 (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
14026 (calc-edit-macro-command, calc-edit-macro-command-type)
14027 (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
14028 (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
14029 (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
14030 (calc-edit-macro-finish-edit): New functions.
14031 (calc-user-define-edit): Use new functions to edit named calc macros.
14033 2005-01-01 Stefan <monnier@iro.umontreal.ca>
14035 * files.el (hack-local-variables): Cleanup prefix/suffix matching.
14037 * ses.el (copy-region-as-kill): Deactivate mark.
14039 2005-01-01 Richard M. Stallman <rms@gnu.org>
14041 * replace.el (occur-1): If the output buffer is also an input,
14042 don't kill it, rename it.
14044 * faces.el (set-face-background, set-face-foreground): Doc fix.
14046 * cus-face.el (custom-face-attributes): Fix :help-echo strings
14047 for :foreground and :background.
14049 * dired.el (dired-view-command-alist): Variable deleted.
14050 (dired-view-file, dired-mouse-find-file-other-window):
14051 Delete the code to use it.
14053 2005-01-01 Kim F. Storm <storm@cua.dk>
14055 * image.el (insert-sliced-image): Use t for line-height property.
14057 See ChangeLog.11 for earlier changes.
14059 ;; Local Variables:
14060 ;; coding: iso-2022-7bit
14063 Copyright (C) 2005 Free Software Foundation, Inc.
14064 Copying and distribution of this file, with or without modification,
14065 are permitted provided the copyright notice and this notice are preserved.
14067 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1