(ibuffer-compressed-file-name-regexp): Avoid `regexp-opt' and simplify
[emacs.git] / lisp / ChangeLog
blob07e77906ccf03768377060d3377844a47cef056d
1 2006-05-07  John Paul Wallington  <jpw@pobox.com>
3         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid
4         `regexp-opt'; simplify regexp for readability.
6 2006-05-06  Eli Zaretskii  <eliz@gnu.org>
8         * ldefs-boot.el (dired-do-redisplay, dired-maybe-insert-subdir): 
9         * files.el (buffer-stale-function): 
10         * dired-aux.el (dired-do-redisplay, dired-maybe-insert-subdir): 
11         * autorevert.el (global-auto-revert-non-file-buffers): Point Info
12         links to the main manual, not to emacs-xtra.
14 2006-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
16         * term/mac-win.el: (mac-utxt-to-string): Don't make adjustment for
17         MacJapanese if text is ASCII-only.
19 2006-05-06  Nick Roberts  <nickrob@snap.net.nz>
21         * progmodes/gdb-ui.el (gdb-goto-breakpoint): Use or instead of
22         unless so nil isn't returned.
23         (gdb-setup-windows, gdb-restore-windows): Reset gdb-source-window.
25 2006-05-06  Kim F. Storm  <storm@cua.dk>
27         * subr.el (add-to-history): New function.
29         * ediff.el (ediff-files, ediff-files3, ediff-merge-files)
30         (ediff-merge-files-with-ancestor):
31         * env.el (setenv):
32         * isearch.el (isearch-update-ring):
33         * server.el (server-visit-files):
34         * progmodes/grep.el (lgrep, rgrep):
35         * progmodes/vhdl-mode.el (vhdl-generate-makefile-1):
36         * progmodes/xscheme.el (xscheme-insert-expression):
37         Use add-to-history.
39         * kmacro.el (kmacro-push-ring): Use add-to-history.
40         (kmacro-ring-length): Remove unused defun.
41         (kmacro-start-macro): Use kmacro-push-ring.
43 2006-05-06  Thien-Thi Nguyen  <ttn@gnu.org>
45         * emacs-lisp/ewoc.el (ewoc-create, ewoc-set-hf): Use `insert'
46         directly instead of a lambda expression that calls it.
48 2006-05-06  Kim F. Storm  <storm@cua.dk>
50         * avoid.el (mouse-avoidance-point-position): Use posn-at-point
51         instead of compute-motion.
53 2006-05-05  Dan Nicolaescu  <dann@ics.uci.edu>
55         * ibuffer.el (ibuffer-compressed-file-name-regexp): Undo previous
56         change.
58 2006-05-05  Reiner Steib  <Reiner.Steib@gmx.de>
60         * startup.el (command-line-1): Refer to "Pure Storage" on
61         pure-space-overflow.
63 2006-05-05  Martin Rudalics  <rudalics@gmx.at>
65         * emacs-lisp/re-builder.el (reb-update-overlays): Cycle through
66         provided faces once they all have been used up.
68 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
70         * startup.el (normal-splash-screen, fancy-splash-screens-1): Add a
71         reference to the Lisp manual to the warning about pure space
72         overflow.
74 2006-05-05  Micha\e,Ak\e(Bl Cadilhac  <michael.cadilhac@lrde.org>
76         * textmodes/ispell.el (ispell-buffer-local-dict): Add a `no-reload'
77         argument to avoid the call to `ispell-internal-change-dictionary'
78         when not needed.
79         (ispell-change-dictionary): Use this argument and call
80         `ispell-internal-change-dictionary' after the possible change
81         to `ispell-local-dictionary'.
82         (ispell-internal-change-dictionary): Check for a change in
83         personal dictionary use too.
84         Cosmetic changes from Agustin Martin
85         <agustin.martin@hispalinux.es>.
87 2006-05-05  Eli Zaretskii  <eliz@gnu.org>
89         * startup.el (command-line): On MS-Windows, probe "~", not
90         "~USER", for warning about non-existent home directory
92         * arc-mode.el (archive-l-e): New optional argument `float' means
93         generate a float value.
94         (archive-arc-summarize, archive-lzh-summarize)
95         (archive-zip-summarize, archive-zoo-summarize): Invoke archive-l-e
96         with 3rd argument non-nil when file's size is being computed.
97         Format the file sizes with %8.0f instead of %8d.
99 2006-05-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
101         * cus-start.el (all): Add mac-dnd-known-types.
103         * term/mac-win.el: (mac-utxt-to-string, mac-string-to-utxt)
104         (mac-TEXT-to-string, mac-string-to-TEXT, mac-furl-to-string)
105         (mac-TIFF-to-string): New functions.
106         (x-get-selection, x-selection-value)
107         (mac-select-convert-to-string): Use them.
108         (mac-text-encoding-mac-japanese-basic-variant): New constant.
109         (mac-dnd-types-alist): New customization variable.
110         (mac-dnd-handle-furl, mac-dnd-handle-hfs, mac-dnd-insert-utxt)
111         (mac-dnd-insert-TEXT, mac-dnd-insert-TIFF, mac-dnd-drop-data)
112         (mac-dnd-handle-drag-n-drop-event): New functions.
113         (mac-drag-n-drop): Remove function.
114         (global-map): Bind drag-n-drop and M-drag-n-drop to
115         mac-dnd-handle-drag-n-drop-event.
117 2006-05-04  Karl Chen  <quarl@NOSPAM.quarl.org>
119         * progmodes/perl-mode.el (perl-beginning-of-function):
120         Skip anonymous subs.
122 2006-05-04  Dan Nicolaescu  <dann@ics.uci.edu>
124         * ibuffer.el (ibuffer-compressed-file-name-regexp): Avoid loading
125         regexp-opt at run time.
127         * term.el (term-handle-ansi-escape): Fix off by one error.
129 2006-05-04  Nick Roberts  <nickrob@snap.net.nz>
131         * progmodes/gdb-ui.el (gdb-force-update): Delete variable...
132         (gdb-init-1, gdb-post-prompt): ...and references to it.
133         (gdb-frame-handler): Strip directory name from filename if present.
135         * progmodes/gud.el (gdb-force-update): Delete defvar
136         (gud-speedbar-buttons): ...and references to it.  Use window-start
137         to try to keep positon in watch expression.
139 2006-05-03  Richard Stallman  <rms@gnu.org>
141         * simple.el (next-history-element, previous-history-element): Doc fix.
143         * isearch.el (isearch-update-ring): Doc fix.
145 2006-05-03  Dan Nicolaescu  <dann@ics.uci.edu>
147         * isearch.el (isearch-update-ring): Take history-delete-duplicates
148         into consideration. Replace one arm ifs with whens.
150 2006-05-03  Nick Roberts  <nickrob@snap.net.nz>
152         * progmodes/gdb-ui.el (gud-watch): Let user select an expression.
153         (menu): Fix typo.
155 2006-05-02  Miles Bader  <miles@gnu.org>
157         * replace.el (occur-engine): Bind `inhibit-field-text-motion' to t.
159 2006-05-02  Jay Belanger  <belanger@truman.edu>
161         * calc/calc-embed.el: (calc-override-minor-modes-map)
162         (calc-override-minor-modes): New variables.
163         (calc-do-embedded): Make sure that Calc keystrokes aren't
164         overwritten by minor modes.
166 2006-05-02  Chong Yidong  <cyd@mit.edu>
168         * msb.el (msb): If EVENT is a down event, read and discard the up event.
170 2006-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
172         * startup.el (command-line-1): Refer to Lisp manual when
173         pure-space-overflow occurs.
175         * files.el (byte-compile-dynamic, byte-compile-dynamic-docstrings)
176         (byte-compile-warnings, find-file-visit-truename, indent-tabs-mode)
177         (left-margin, no-byte-compile, no-update-autoloads, truncate-lines)
178         (version-control): Don't use `t' for safe-local-variable declarations.
180 2006-05-01  Richard Stallman  <rms@gnu.org>
182         * diff-mode.el (diff-mode-shared-map): Don't bind M-W, M-U, M-C,
183         M-r, M-R, M-A, M-SPC or M-DEL.
184         (diff-mode-map): diff-refine-hunk now on C-c C-w
185         (diff-mode-map): Bind C-c C-e, C-c C-n, C-c C-r, C-c C-u.
187         * help-mode.el (help-mode): view-exit-action calls delete-window
188         only when it is safe and possible.
190         * simple.el (undo-outer-limit-truncate): Put quotes around buffer name
191         in messages.
193         * emacs-lisp/warnings.el (display-warning, lwarn): Doc fixes.
195         * tool-bar.el (tool-bar-setup): Put Help and Preferences items
196         in the default tool-bar-map.
198 2006-05-01  Michael Albinus  <michael.albinus@gmx.de>
200         * net/tramp.el (tramp-completion-file-name-handler-alist)
201         (tramp-run-real-handler, tramp-completion-run-real-handler)
202         (tramp-completion-handle-file-name-all-completions)
203         (tramp-completion-handle-file-name-completion): Autoload them.
204         (tramp-completion-handle-file-exists-p)
205         (tramp-completion-handle-file-name-directory)
206         (tramp-completion-handle-file-name-nondirectory)
207         (tramp-completion-handle-expand-file-name): Remove them.
208         (tramp-handle-file-name-directory): Return the real directory name.
209         Returning "/" only doesn't need to be necessary any longer.
210         (tramp-file-name-handler): Make special attention when in hostname
211         completion mode.
212         (tramp-completion-file-name-handler): Revert patch from 2006-04-28.
213         (tramp-register-file-name-handlers):
214         Register `tramp-completion-file-name-handler' only when
215         `partial-completion-mode' is enabled.
216         (tramp-completion-handle-file-name-all-completions):
217         Delete directory part from results.
218         (tramp-get-completion-methods, tramp-get-completion-user-host):
219         Discard deleting "/", it doesn't work after the change of
220         `tramp-handle-file-name-directory' above.
222 2006-05-01  Kim F. Storm  <storm@cua.dk>
224         * progmodes/grep.el (grep-expand-template): Use save-match-data
225         and symbol-value.
227 2006-05-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
229         * term/mac-win.el (mac-ae-open-documents, mac-drag-n-drop):
230         Use select-frame-set-input-focus instead of raise-frame.
231         (global-map): Bind M-drag-n-drop to mac-drag-n-drop.
233 2006-05-01  Nick Roberts  <nickrob@snap.net.nz>
235         * progmodes/gud.el (gud-def): Add %c case.
236         (gud-speedbar-buttons): Don't bind case-fold-search unnecessarily.
237         (gud-format-command): Make match case sensitive.  Match on %F.
239 2006-04-30  Glenn Morris  <rgm@gnu.org>
241         * calendar/cal-tex.el (cal-tex-preamble-extra): New variable.
242         (cal-tex-preamble): Use cal-tex-preamble-extra.
243         (cal-tex-list-diary-entries): Refer to `diary-list-entries' rather
244         than alias `list-diary-entries'.
246 2006-04-29  Dan Nicolaescu  <dann@ics.uci.edu>
248         * help-fns.el (describe-variable): Add info about safe local variables.
250 2006-04-29  Richard Stallman  <rms@gnu.org>
252         * bindings.el (mode-line-format): help-echo doc fixes.
254         * net/tramp.el (tramp-file-name-handler-alist): Delete
255         expand-file-name and other operations that can cause spurious loading.
257 2006-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
259         * files.el (safe-local-variable-p): Remove support for the special
260         value t.
262         * textmodes/paragraphs.el (sentence-end-without-space):
263         Fix safety predicate.
264         (sentence-end-double-space, sentence-end-without-period)
265         (paragraph-ignore-fill-prefix):
266         * textmodes/fill.el (colon-double-space):
267         * abbrev.el (abbrev-mode): Tighten the safety predicate.
269         * subr.el (booleanp): New fun.
271         * textmodes/reftex-vars.el (reftex-guess-label-type):
272         Tighten the safety predicate.
274 2006-04-28  Kim F. Storm  <storm@cua.dk>
276         * progmodes/grep.el (defgroup grep): Doc fix.
277         (grep-auto-highlight): Remove.
278         (grep-template): New defcustom.
279         (grep-find-template): Rename from grep-tree-template.
280         (grep-files-aliases): Rename from grep-tree-files-aliases.
281         Remove "all" alias, add "l" alias.
282         (grep-tree-ignore-case, grep-tree-ignore-CVS-directories): Remove.
283         (grep-find-ignored-directories): New defcustom to replace
284         grep-tree-ignore-CVS-directories, to facilitate ignoring
285         subdirectories for multiple version control systems.
286         (grep-mode-map): Add Recursive grep item to GREP menu.
287         (grep-regexp-history, grep-files-history): New defvars.
288         (grep-probe): New helper function.
289         (grep-compute-defaults): Use it to simplify code.
290         Adapt to name changes.
291         Use `.' as base in grep-find-template rather than <D>.
292         (grep): Remove superfluous highlight-regexp arg.  Fix doc.
293         Call grep-compute-defaults unconditionally.
294         (grep-expand-keywords): New defconst.
295         (grep-expand-template): Rename from grep-expand-command-macros.
296         Simplify via grep-expand-keywords.  Look at case-fold-search instead
297         of grep-tree-ignore-case to add -i option.
298         Bind case-fold-search to nil while matching keywords.
299         (grep-tree-last-regexp, grep-tree-last-files): Remove.
300         (grep-read-regexp, grep-read-files): New helper functions.
301         (rgrep): Rename from grep-tree.  Rework to use proper histories.
302         Adapt to changes in defcustoms and functions above.
303         (lgrep): New command, as grep, but using same interactive UI as rgrep.
305 2006-04-28  Michael Albinus  <michael.albinus@gmx.de>
307         * net/tramp.el (tramp-completion-file-name-handler):
308         Disable Tramp's functionality while loading Tramp itself.
309         (tramp-register-file-name-handlers): That's a defsubst now.
310         Code from `tramp-repair-jka-compr' moved here.  Apply it via
311         `after-init-hook'.
312         (tramp-repair-jka-compr): Remove.
314 2006-04-27  Jay Belanger  <belanger@truman.edu>
316         * calc-embed.el (calc-embedded-make-info): Use `math-read-expr' to
317         read expression when `math-read-big-expr' doesn't work.
319 2006-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
321         * startup.el (command-line-1): Display warning when
322         pure-space-overflow is non-nil.
324 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
326         * textmodes/bibtex.el (bibtex-user-optional-fields): Mark as
327         risky.
329 2006-04-26  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
331         * textmodes/bibtex.el (bibtex-url): New optional arg no-browse.
332         Return the URL or nil if none can be generated.
334 2006-04-27  Nick Roberts  <nickrob@snap.net.nz>
336         * progmodes/gud.el (gud-comint-buffer): Move forward to stop
337         byte compiler warnings.
338         (gud-basic-call, gud-find-expr): Let user select an expression
339         for printing.  Print expression as well as value in GUD buffer.
341 2006-04-17  Ken Manheimer  <ken.manheimer@gmail.com>
343         * allout.el: Remove local autoload declaration for
344         pgg-gpg-symmetric-key-p, since that's now done in pgg-gpg.el.
345         (allout-show-bodies, allout-header-prefix, allout-primary-bullet)
346         (allout-plain-bullets-string, allout-distinctive-bullets-string)
347         (allout-use-mode-specific-leader, allout-old-style-prefixes)
348         (allout-stylish-prefixes, allout-numbered-bullet)
349         (allout-file-xref-bullet, allout-presentation-padding)
350         (allout-use-hanging-indents, allout-reindent-bodies): Mark as
351         safe-local-variable with suitable value spec, and add autoload
352         cookie for loaddefs inclusion.  We now use an explicit spec everywhere.
353         (move-beginning-of-line, move-end-of-line): Repair so these compat
354         functions now actually resituate the point, when appropriate.
356 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
358         * progmodes/cc-subword.el (c-subword-mode-map): Use command remapping.
360         * add-log.el (add-log-iso8601-time-zone): Make parameter optional.
361         (add-log-iso8601-time-string): Fix call to format-time-string.
363 2006-04-26  Kim F. Storm  <storm@cua.dk>
365         * subr.el (posn-string, posn-image, posn-object): Doc fix.
367 2006-04-26  Masatake YAMATO  <jet@gyve.org>
369         * progmodes/asm-mode.el (asm-mode, asm-mode-syntax-table):
370         Add support for "//" style comments.  Remove `b' flag
371         from ?* in `asm-mode-syntax-table'.
373 2006-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
375         * follow.el: Use (featurep 'xemacs) everywhere.
376         (follow-mode): Use define-minor-mode.
377         (follow-mode-map): Move initialization into the declaration.
378         Use command remapping.
379         (follow-emacs-version-xemacs-p): Remove.
380         (follow-submit-feedback): Remove.
382         * allout.el (allout-layout, allout-passphrase-verifier-string)
383         (allout-passphrase-hint-string): Tighten up a bit the safety predicate.
385         * textmodes/reftex-vars.el (reftex-vref-is-default)
386         (reftex-fref-is-default, reftex-guess-label-type):
387         Tighten up a bit the safety predicate.
389         * textmodes/paragraphs.el (sentence-end-double-space)
390         (sentence-end-without-period, sentence-end-without-space)
391         (page-delimiter, paragraph-ignore-fill-prefix):
392         Tighten up a bit the safety predicate.
394         * textmodes/fill.el (colon-double-space): Tighten up the safety pred.
396         * progmodes/python.el (python-continuation-line-p)
397         (python-beginning-of-statement): syntax-ppss may return
398         a negative depth.
399         (python-mode): Don't forcefully enable font-lock.
401         * time-stamp.el (time-stamp-start, time-stamp-end)
402         (time-stamp-inserts-lines): Tighten up a bit the safety predicate.
404         * add-log.el: Remove spurious * in docstrings.
405         (add-log-time-zone-rule): Rename from change-log-time-zone-rule.
406         (add-change-log-entry): Use it here, since it's not specific
407         to iso8601.
408         (add-log-iso8601-time-string): Don't use it here any more.
409         (change-log-indent-text, change-log-indent): Rename from add-log-*.
411         * abbrev.el (abbrev-mode): Tighten up a bit the safety predicate.
413 2006-04-25  Ryan Yeske  <rcyeske@gmail.com>
415         * net/rcirc.el (rcirc-print): Revert last change with ignored nicks.
416         (rcirc-toggle-low-priority): Doc fix.
417         (rcirc-handler-NOTICE): Remove beginning of line anchor in
418         ChanServ regexp.
419         (rcirc-startup-channels-alist): Connect to #rcirc by default, not
420         #emacs.
421         (rcirc-bright-nick-regexp, rcirc-dim-nick-regexp): Add variables.
422         (rcirc-decode-coding-system): Use utf-8 as the default.
423         (rcirc-multiline-minor-mode): Set the fill-column.
424         (rcirc-format-response-string): Display bright and dim nicks.
425         (rcirc-browse-url): Update interactive spec to fill ARG.
426         (rcirc-bright-nick, rcirc-dim-nick): Add faces.
427         (rcirc-print): Ignore dim-nick messages wrt modeline-activity.
429 2006-04-24  J.D. Smith  <jdsmith@as.arizona.edu>
431         * textmodes/bibtex.el (bibtex-find-entry): Don't demand matching
432         case for @Article, etc.
434 2006-04-23  Michael Albinus  <michael.albinus@gmx.de>
436         * net/tramp.el (tramp-register-file-name-handlers): New defun.
437         Added with autoload cookie.
438         (tramp-unload-file-name-handlers): Rename from
439         `tramp-unload-file-name-handler-alist'.
441 2006-04-23  Romain Francoise  <romain@orebokech.com>
443         * comint.el (comint-match-partial-filename): Doc fix.
445 2006-04-21  Glenn Morris  <rgm@gnu.org>
447         * calendar/cal-menu.el (calendar-mode-map): Refer to
448         `diary-view-entries' rather than alias `view-diary-entries'.
449         * calendar/diary-lib.el (view-other-diary-entries): Ditto.
451 2006-04-21  Luc Teirlinck  <teirllm@auburn.edu>
453         * progmodes/antlr-mode.el (antlr-default):
454         * cus-edit.el (custom-documentation):
455         * faces.el (scroll-bar, border, cursor, mouse): Avoid nil spec
456         in defface.
458 2006-04-21  Kim F. Storm  <storm@cua.dk>
460         * image.el (image-type): New defun split out of create-image.
461         (create-image): Use it.
463 2006-04-21  Carsten Dominik  <dominik@science.uva.nl>
465         * textmodes/org.el (org-mode-map): Catch conflict with old allout.el.
466         (org-open-at-point): Remove the "...done" message to keep output
467         in the echo area visible.
468         (org-export-as-xoxo): Fix call to `indent-region'.
470 2006-04-21  Kevin Ryde  <user42@zip.com.au>
472         * international/mule.el (keyboard-coding-system): defcustom
473         info-link fixes: "Specify Coding" has been split, keyboard now in
474         "Terminal Coding", and "Single-Byte Character Support" is now
475         "Unibyte Mode".
477 2006-04-21  Nick Roberts  <nickrob@snap.net.nz>
479         * progmodes/gdb-ui.el (gdb-data-list-register-values-handler):
480         Use font-lock-warning-face for any errors e.g. no stack.
481         (gdb-stack-list-locals-handler): Display any errors e.g. no stack.
483 2006-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
485         * progmodes/sh-script.el (sh-shell): Mark as safe.
487         * newcomment.el (comment-start, comment-start-skip)
488         (comment-end-skip, comment-end): Mark as safe.
490 2006-04-20  Carsten Dominik  <dominik@science.uva.nl>
492         * textmodes/org.el (org-deadline-announce): Face removed.
493         (org-level-faces, org-n-levels): Convert to constant.
494         (org-compatible-face): New function.
495         (org-hide, org-level-1, org-level-2, org-level-3, org-level-4)
496         (org-level-5, org-level-6, org-level-7, org-level-8)
497         (org-special-keyword, org-warning, org-headline-done, org-link)
498         (org-date, org-tag, org-todo, org-done, org-table, org-formula)
499         (org-scheduled-today, org-scheduled-previously, org-time-grid):
500         Face definition revised for better color tty support.
501         (org-bold-re, org-italic-re, org-underline-re): New constants.
502         (org-set-font-lock-defaults): Use the new constants.
503         (org-agenda-highlight-todo): New function.
504         (org-agenda-todo): Fix bug with point at end of line.
505         (org-agenda-change-all-lines, org-finalize-agenda-entries):
506         Fontify TODO keywords.
507         (org-insert-link): Preserve relative path in ../ links.
508         (org-export-as-html): Convert links pointing to .org files into
509         links that will work beteen the exported HTML files.
510         (org-todo-list): Fix bug when arg=0.
511         (org-insert-heading): More fine-tuning.
513 2006-04-19  Romain Francoise  <romain@orebokech.com>
515         * mail/rmail.el (rmail-convert-to-babyl-format): Use second group
516         from `rmail-mime-charset-pattern'.
518 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
520         * progmodes/python.el (python-mode): Fix typo.
522 2006-04-18  J.D. Smith  <jdsmith@as.arizona.edu>
524         * comint.el (comint-previous-input): Don't clobber input line
525         when moving off either end of the input history ring.
526         (comint-delete-input): New function, used by
527         `comint-previous-input' and others.
528         (comint-previous-matching-input):
529         Use `coming-delete-input'.  Save the partial input if leaving the
530         edit line.  Goto point-max before deleting input to avoid
531         partial input fragments hanging around.
532         (comint-restore-input): New function, used by `comint-previous-input'.
534 2006-04-18  Luc Teirlinck  <teirllm@auburn.edu>
536         * imenu.el (imenu--index-alist): Balance parentheses.
538 2006-04-18  Dan Nicolaescu  <dann@ics.uci.edu>
540         * progmodes/python.el (python-mode): Add support for hs-minor-mode.
542 2006-04-19  Reiner Steib  <Reiner.Steib@gmx.de>
544         * abbrev.el (read-abbrev-file): Use abbrev-file-name if optional
545         file is nil.
547 2006-04-18  Richard Stallman  <rms@gnu.org>
549         * tooltip.el (tooltip-mode, tooltip-use-echo-area): Doc fixes.
551         * imenu.el (imenu-create-index-function, imenu--index-alist)
552         (imenu--last-menubar-index-alist, imenu--make-index-alist)
553         (imenu-default-create-index-function, imenu--generic-function):
554         Doc fixes.
556         * image-mode.el (image-toggle-display): Handle tar and arc subfiles.
558         * help-mode.el (help-mode): Set view-exit-action to delete window.
560         * env.el (setenv): Get rid of arg UNSET.  Interactive unsetting
561         now works by passing nil as arg.
563         * apropos.el (apropos-print): Don't do where-is on self-insert-command.
565         * abbrev.el (edit-abbrevs-redefine): Temporarily widen.
566         (read-abbrev-file): Provide default when reading filename.
568         * files.el (enable-local-variables): Allow :all as value.
569         (hack-local-variables): Implement that value.
570         (safe-local-variable-values, safe-local-eval-forms)
571         (enable-local-variables): Mark as risky.
572         (find-file-visit-truename, kept-old-versions): Mark safe.
574         * time-stamp.el (time-stamp-format, time-stamp-line-limit)
575         (time-stamp-start, time-stamp-end, time-stamp-inserts-lines)
576         (time-stamp-count, time-stamp-pattern): Add safe-local-variable prop.
578 2006-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
580         * progmodes/tcl.el (tcl-send-string, tcl-send-region):
581         Use forward-line so as to get to BOL even in the presence of fields.
582         (tcl-eval-region): Strip surrounding space to avoid multiple prompts
583         in return.
584         (inferior-tcl): Tell tclsh to work in interactive mode.
586         * complete.el (partial-completion-mode):
587         Use 'choose-completion-string-functions to make sure that
588         choose-completion fills the minibuffer properly.
590         * complete.el (PC-old-read-file-name-internal): Remove.
591         (PC-read-include-file-name-internal): Remove.  Turn it into an advice
592         of read-file-name-internal.
593         (partial-completion-mode): Enable/disable this advice.
595 2006-04-18  Juanma Barranquero  <lekktu@gmail.com>
597         * net/tramp.el (tramp-completion-file-name-handler): Revert change
598         of 2006-04-17.
600 2006-04-18  Carsten Dominik  <dominik@science.uva.nl>
602         * textmodes/org.el (org-insert-heading): Insert heading before
603         current if at beginning of line.
604         (org-todo, org-date): New faces.
605         (org-table-align): Make sure tooltip window contains full text.
606         (org-no-properties): New defsubst.
607         (org-set-font-lock-defaults): Use new faces.
609 2006-04-18  Nick Roberts  <nickrob@snap.net.nz>
611         * progmodes/gud.el (gud-speedbar-item-info): Display frame address
612         for root variables.
614         * progmodes/gdb-ui.el (gdb-pc-address): Rename from gdb-frame-address.
615         (gdb-frame-address): Re-use to identify frame for watch expression.
616         (gdb-var-list, gdb-var-create-handler): Add frame address for root
617         variables.
618         (gdb-init-1, gdb-source, gdb-post-prompt)
619         (gdb-assembler-custom, gdb-invalidate-assembler): Use gdb-pc-address.
620         (gdb-frame-handler): Get gdb-frame-address.
622 2006-04-17  Michael Albinus  <michael.albinus@gmx.de>
624         Sync with Tramp 2.0.53.
626         * net/tramp.el (tramp-completion-mode): ?\t has event-modifier
627         'control.  Reported by Matthias F\e,bv\e(Brste <slashdevslashnull@gmx.net>.
628         (tramp-completion-file-name-handler): Add autoload cookie for
629         adding to `file-name-handler-alist'.
631         * net/tramp-smb.el (tramp-smb-wait-for-output): Wait always for
632         the prompt.  If it returns earlier (when detecting an error
633         message), the rest of the output will merge accidently with the
634         output of the next command.  Reported by M Jared Finder
635         <jared@hpalace.com>.
637         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
638         for `process-file', in order to let it work for older Emacsen too.
640 2006-04-17  Ralf Angeli  <angeli@iwi.uni-sb.de>
642         * textmodes/tex-mode.el (tex-font-lock-match-suscript): New function.
643         (tex-font-lock-keywords-3): Use it.
645 2006-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
647         * newcomment.el (comment-add): New function.
648         (comment-region-default, comment-dwim): Use it.
650 2006-04-15  Michael Olson  <mwolson@gnu.org>
652         * emacs-lisp/tq.el: Improve comments.
653         (tq-queue-head-question): New accessor function.
654         (tq-queue-head-regexp, tq-queue-head-closure, tq-queue-head-fn):
655         Update for modified queue structure.
656         (tq-queue-add): Accept `question' argument.
657         (tq-queue-pop): If a question is pending, send it.
658         (tq-enqueue): Accept new optional argument `delay-question'.
659         If this is non-nil, and at least one other question is pending a
660         response, queue the question rather than sending it immediately.
662 2006-04-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
664         * calendar/appt.el (appt-add): Check whether an appointment is
665         already present in appt-time-msg-list.  Simplify code.
667 2006-04-14  Stefan Monnier  <monnier@iro.umontreal.ca>
669         * progmodes/cc-langs.el (c-mode-menu):
670         Don't presume c-subword-mode is bound.
672 2006-04-13  Bill Wohler  <wohler@newt.com>
674         * cus-edit.el (customize-package-emacs-version-alist): Update docstring.
675         (customize-package-emacs-version): Use cdr instead of cadr now
676         that alists use dotted pairs.
678         * custom.el (defcustom): Fix docstring for :package-version.
680 2006-04-13  Michael Albinus  <michael.albinus@gmx.de>
682         * net/tramp.el (tramp-display-shell-command-buffer): New defvar.
683         (tramp-handle-shell-command): Display output buffer only when
684         `tramp-display-shell-command-buffer' is true.
685         (tramp-handle-process-file): Set `tramp-display-shell-command-buffer'.
687 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
689         * textmodes/org.el (org-set-autofill-regexps): Set only the local
690         values of `adaptive-fill-regexp' and `adaptive-fill-function'.
692 2006-04-13  Romain Francoise  <romain@orebokech.com>
694         * pcvs-parse.el (cvs-parse-table): Use `with-temp-buffer' to avoid
695         leaving temporary .cvsignore buffers behind.
697 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
699         * textmodes/org.el (org-set-regexps-and-options)
700         (org-get-current-options): Better names for the startup folding
701         options.
703 2006-04-13  Thien-Thi Nguyen  <ttn@gnu.org>
705         * vc.el (vc-annotate): Arrange for point to end up at the same
706         line number as in the original, but only when using a new buffer.
708 2006-04-12  Stuart Herring  <herring@lanl.gov>  (tiny change)
710         * files.el (hack-one-local-variable-eval-safep):
711         Recognize `edebug-form-spec' for `put', but only if it passes
712         `edebug-basic-spec'.  Generalize `put' handling.
714         * emacs-lisp/edebug.el (edebug-basic-spec): New function for
715         vetting file-local form specs.
717         * allout.el (allout-layout): Autoload its `safe-local-variable'
718         property.
720 2006-04-13  Carsten Dominik  <dominik@science.uva.nl>
722         * textmodes/org.el (org-ctrl-c-ctrl-c): Improve documentation string.
723         (org-agenda-mouse-1-follows-link)
724         (org-mouse-1-follows-link): New options.
725         (org-format-agenda-item): Fix bug if TAGS is nil.
726         (org-agenda-get-scheduled): Quote `priority' symbol in plist.
728 2006-04-13  Nick Roberts  <nickrob@snap.net.nz>
730         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers):
731         GDB 6.1+ gives full filename for "info sources" so use
732         file-name-nondirectory.
734 2006-04-12  Romain Francoise  <romain@orebokech.com>
736         * subr.el (read-passwd): Bind `message-log-max' to nil.
738 2006-04-12  Stefan Monnier  <monnier@iro.umontreal.ca>
740         * progmodes/perl-mode.el (perl-indent-new-calculate):
741         Recompute parse-start after jumping backward by a whole sexp.
743 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
745         * vc.el (vc-ensure-vc-buffer): Only change current-buffer, not the
746         window configuration.
747         (vc-annotate-display-select): Select the buffer so that current-buffer
748         (and selected-window) is the output buffer at the end of vc-annotate.
750 2006-04-11  J.D. Smith  <jdsmith@as.arizona.edu>
752         * vc.el (vc-annotate-color-map): Add custom TTY color map for
753         8-color terminals, to use all of the colors in a sensible order.
754         256-color terminals work well with the standard map.
755         (vc-annotate-lines): Only strip the first color character if it
756         is "#", to allow for terminal-style named colors.
757         (vc-annotate-warp-version): Pass buf to `goto-line' to ensure
758         the correct buffer is scrolled.
760 2006-04-11  Richard Stallman  <rms@gnu.org>
762         * emacs-lisp/bytecomp.el (byte-compile-file):
763         Bind enable-local-variables to :safe, and make normal-mode obey it.
765         * files.el (enable-local-variables): Allow value :safe.
766         (normal-mode): Doc fix.
767         (hack-local-variables): Implement enable-local-variables = :safe.
768         (hack-local-variables-confirm): Don't prevent quitting.
770 2006-04-11  Stefan Monnier  <monnier@iro.umontreal.ca>
772         * loadhist.el (unload-feature): A bit of sanity check of
773         load-history entries.  Cancel timer-vars before unbinding them.
775         * hexl.el (hexl-isearch-search-function): Fix regexp-building code to
776         quote special chars, and make the trick work on the hex part of the
777         buffer as well.
778         (hexl-mode, hexl-save-buffer, hexl-mode-exit)
779         (hexl-maybe-dehexlify-buffer): Use restore-buffer-modified-p.
781         * startup.el (normal-splash-screen): Fix last change so we don't wait
782         2 minutes if we don't show the splash screen.
784 2006-04-11  Carsten Dominik  <dominik@science.uva.nl>
786         * textmodes/org.el (org-export-plain-list-max-depth)
787         (org-table-spaces-around-separators)
788         (org-radio-targets, org-activate-camels)
789         (org-table-spaces-around-invisible-separators): Options removed.
790         (org-time-stamp-rounding-minutes, org-remember-templates)
791         (org-ellipsis, org-activate-links, org-descriptive-links):
792         New options.
793         (org-remember-apply-template, org-current-time)
794         (org-finish-edit-table-field)
795         (org-link-unescape, org-link-escape)
796         (org-string-width, org-table-clean-line, org-html-do-expand)
797         (org-edit-agenda-file-list, org-store-new-agenda-file-list)
798         (org-read-agenda-file-list): New functions.
799         (org-table-edit-field)
800         (org-table-create-or-convert-from-region): New commands
801         (org-table-toggle-vline-visibility): Command removed.
802         (org-table-convert-region): Made a command.
803         (orgtbl-deleta-backward-char,orgtbl-delete-char): Remove commands.
804         Replace with the normal org- functions.
805         (org-self-insert-command): Don't trigger realign unnecessarily
806         when blanking a field that is not full.
807         (org-mode): `Set buffer-invisibility-spec' for links.
808         (org-activate-links2): Hide link part and only show descriptive
809         part of the link.
810         (org-insert-link): Modify for new linking system.
811         (org-store-link): Store description separately, for use by
812         `org-insert-link'.
813         (org-table-align): Use `org-string-width'.
814         (defgroup): Completely new group structure for custom variables.
815         (org-agenda-files): Option: Single file name allowed.  Function:
816         Optional argument unrestrited means ignore any restricitons.
817         (org-install-agenda-files-menu): Find a buffer in Org-mode before
818         trying to modify the menu.  Use generalized access to
819         `org-agenda-files.'
820         (org-agenda-list, org-todo-list, org-cycle-agenda-files)
821         (org-agenda-file-to-front, org-remove-file, org-diary)
822         (org-tags-view, org-export-icalendar-all-agenda-files)
823         (org-export-icalendar-combine-agenda-files): Use generalized
824         access to `org-agenda-files'.
825         (org-remember-handler): Correctly preserve heading if present.
826         (org-table-insert-row, org-table-insert-hline): Deal with
827         invisible characters.
829 2006-04-10  J.D. Smith  <jdsmith@as.arizona.edu>
831         * vc.el (vc-annotate-display-mode): Made default 'fullscale.
832         (vc-annotate-color-map): New 18 element constant
833         value/saturation, rotating hue colormap, from red->blue.
834         (vc-annotate-mode-menu): "Default" -> "By Color Map Range".
835         (vc-annotate-display-select): Switch to annotate-mode elsewhere.
836         (vc-annotate): To avoid killing the required local variables,
837         set them before the end of `with-output-to-temp-buffer', and
838         after first switching to annotate-mode.
839         (vc-annotate-warp-version): Add buffer argument in goto-line to
840         ensure annotation, not source, is scrolled.
842 2006-04-10  Bill Wohler  <wohler@newt.com>
844         * custom.el (defcustom, custom-handle-keyword):
845         Add :package-version keyword.
846         (custom-add-package-version): New function.  Sets value of new
847         property 'custom-package-version from :package-version keyword.
848         (defcustom): Create Common Keywords section in docstring.
849         (defface, defgroup): Replace definitions of a select few keywords
850         with a reference to the Common Keywords in defcustom.
851         (defcustom, defface, defgroup): Replace reference to Customization
852         chapter in manual with hyperlink.
854         * cus-edit.el (customize-package-emacs-version-alist):
855         New variable.
856         (customize-changed-options): Add check for custom-package-version.
857         (customize-package-emacs-version): New function to look up Emacs
858         version corresponding to the given package version.
860         * emacs-lisp/find-func.el (find-function-regexp): Allow dashes in
861         defun name, in similar fashion to find-variable-regexp.
863 2006-04-10  Eli Zaretskii  <eliz@gnu.org>
865         * international/mule-cmds.el (set-locale-environment): Fix last
866         change for when the locale's preferences don't specify any encoding.
868 2006-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
870         * emacs-lisp/find-func.el (find-function-search-for-symbol): Fix regexp
871         so the defined var/fun doesn't need to be quoted.
873 2006-04-10  Richard Stallman  <rms@gnu.org>
875         * finder.el (finder-mode-map): Add n and p bindings.
877 2006-04-10  Nick Roberts  <nickrob@snap.net.nz>
879         * progmodes/gdb-ui.el (gdb-init-1): Re-initialise gdb-main-file to nil.
880         (gdb-get-version): Make it work for pre "interpreter mi" (GDB 5.3?).
881         (gdb-setup-windows): Put something in source window if we can't find
882         the source file.
883         (gdb-frame-handler): Make it work again with just assembly.
884         (gdb-data-list-register-values-handler): Make it work when there is
885         no stack.
887 2006-04-09  Richard Stallman  <rms@gnu.org>
889         * mail/rmail.el (rmail-mime-charset-pattern): Ignore format and delsp
890         specs while looking for charset.
892         * textmodes/picture.el (picture-mode-exit): Run picture-mode-exit-hook.
894         * play/landmark.el (lm-font-lock-face-O, lm-font-lock-face-X):
895         Make them faces.
896         (lm-font-lock-keywords): Update appropriately.
898 2006-04-10  Kim F. Storm  <storm@cua.dk>
900         * simple.el (filter-buffer-substring): Add NOPROPS arg, so
901         it can also replace buffer-substring-no-properties.
903         * emulation/cua-base.el (cua-delete-region, cua-paste)
904         (cua-repeat-replace-region): Use filter-buffer-substring.
906         * emulation/cua-gmrk.el (cua-copy-region-to-global-mark)
907         (cua-cut-region-to-global-mark): Likewise.
909         * emulation/cua-rect.el (cua--extract-rectangle)
910         (cua-incr-rectangle, cua--rectangle-aux-replace): Likewise.
912 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
914         * textmodes/bibtex.el (bibtex-entry-update): New optional arg
915         entry-type.  Add field delimiters to numerical fields if they are
916         not present.
918 2006-04-09  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
920         * textmodes/bibtex.el (bibtex-find-text-internal): Add new element
921         string-const to return value.
922         (bibtex-remove-delimiters): Use it.
924 2006-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
926         * emacs-lisp/bytecomp.el (byte-compile-form): Don't call
927         cl-byte-compile-compiler-macro unless it exists.
929 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
931         * files.el (hack-local-variables-confirm) <offer-save>:
932         Clarify message text.  Suggested by Ralf Angeli.
934 2006-04-08  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
936         * rect.el (kill-rectangle): Don't barf if `kill-read-only-ok' is set.
937         (delete-extract-rectangle-line): Use `filter-buffer-substring'
938         instead of `buffer-substring' and `delete-region'.  (Most of the
939         code actually copied from `kill-region'.)
941 2006-04-08  Ryan Yeske  <rcyeske@gmail.com>
943         * rcirc.el (rcirc-default-server): Rename from rcirc-server.
944         (rcirc-default-port): Rename from rcirc-port.
945         (rcirc-default-nick): Rename from rcirc-nick.
946         (rcirc-default-user-name): Rename from rcirc-user-name.
947         (rcirc-default-user-full-name): Rename from rcirc-user-full-name.
948         (rcirc-low-priority-flag): New variable.
949         (rcirc-decode-coding-system): New defcustom.
950         (rcirc-encode-coding-system): New defcustom.
951         (rcirc-coding-system-alist): New defcustom.
952         (rcirc-multiline-major-mode): New defcustom.
953         (rcirc-nick): New internal variable.
954         (rcirc-process): Remove variable.
955         (rcirc-server-buffer): New variable.
956         (rcirc): Update to use rcirc-default-* variables above.
957         (rcirc-connect): Do not add window-configuration-hook-here.
958         (rcirc-server): New internal variable.
959         (rcirc-connect): Do not send keepalive pings if
960         rcirc-keepalive-seconds is nil.
961         (with-rcirc-server-buffer): New macro.
962         (rcirc-send-string): Encode with rcirc-encode-coding-system.
963         (rcirc-server-name): Rename from rcirc-server.
964         (rcirc-buffer-process): New function.
965         (rcirc-buffer-nick): New function.
966         (rcirc-buffer-target): Remove function.
967         (set-rcirc-decode-coding-system, set-rcirc-encode-coding-system):
968         New commands.
969         (rcirc-mode-map): Change binding of C-c C-l to
970         rcirc-toggle-low-priority.
971         (rcirc-mode): Initialize coding system based on
972         rcirc-coding-system-alist.  New change-major-mode-hook to part the
973         channel on a mode change.  Make kill-buffer-hook buffer-local.
974         (rcirc-change-major-mode-hook): New function.
975         (rcirc-clean-up-buffer): Rename from rcirc-kill-buffer-hook-1.
976         (rcirc-last-post-time): New variable.
977         (rcirc-process-message): Store the last time user posted a message
978         to this target.
979         (rcirc-multiline-minor-mode): New mode.
980         (rcirc-multiline-minor-mode-map): New mode map.
981         (rcirc-edit-multiline): Put multiline-edit buffer in
982         rcirc-multiline-major-mode along with rcirc-multiline-minor-mode.
983         (rcirc-print): Ignore any line starting with an ignored nick.
984         (rcirc-print): Decode using rcirc-decode-coding-system.
985         (rcirc-track-minor-mode): Update global-mode-string when disabling
986         this mode.
987         (minor-mode-alist): Add LowPri indicator.
988         (rcirc-toggle-low-priority): New function.
989         (rcirc-last-non-irc-buffer): Prefix arg now no means switch to
990         next lowpriority buffer with activity.
991         (rcirc-record-activity): Sort buffers in rcirc-activity by the
992         last time the user posted a message in to the target.
993         (rcirc-update-activity-string): New formatting for low priority
994         buffers.
995         (rcirc-split-activity): New function.
996         (rcirc-handler-PART, rcirc-handler-KICK)
997         (rcirc-handler-PART-or-KICK): Kick responses are printed properly.
998         (rcirc-nick-away-alist): New variable.
999         (rcirc-handler-301): New handler.  Away messages are printed once
1000         per change.
1002 2006-04-08  Eli Zaretskii  <eliz@gnu.org>
1004         * info.el (Info-follow-nearest-node): Doc fix.
1006         * international/mule-cmds.el (set-locale-environment): Make sure
1007         the coding-system preferred by the locale's language has the same
1008         EOL conversion type as the original buffer-file-coding-system.
1009         (locale-language-names): Add a few MS Windows language codes.
1011 2006-04-07  Richard Stallman  <rms@gnu.org>
1013         * simple.el (eval-expression): Doc fix.
1015         * emacs-lisp/lisp-mode.el (eval-print-last-sexp, eval-last-sexp)
1016         (eval-defun): Doc fixes.
1018 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
1020         * pgg-gpg.el: Revert to revision 1.8 to allow the use of gpg-agent.
1022 2006-04-07  Nick Roberts  <nickrob@snap.net.nz>
1024         * progmodes/gdb-ui.el (gdb-init-2): Set current filename using
1025         GDB list command without argument for greater generality.
1027 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1029         * subr.el (string-or-null-p): New function.
1031         * textmodes/paragraphs.el (sentence-end): Use string-or-null-p.
1033         * textmodes/ispell.el (ispell-local-dictionary): Use string-or-null-p.
1035         * files.el: Update comment about safe-local-variable declarations.
1037 2006-04-06  J.D. Smith  <jdsmith@as.arizona.edu>
1039         * progmodes/idlwave.el: Updated to IDLWAVE version 6.0.
1040         See idlwave.org.
1042         * progmodes/idlw-shell.el: Updated to IDLWAVE version 6.0.
1043         See idlwave.org.  Includes code to obsolete idlw-rinfo.el.
1045         * progmodes/idlw-help.el: Updated to IDLWAVE version 6.0.
1046         See idlwave.org.
1048         * progmodes/idlw-complete-structtag.el: Updated to IDLWAVE
1049         version 6.0 (minimal changes).  See idlwave.org.
1051         * progmodes/idlw-toolbar.el: Updated to IDLWAVE version
1052         6.0 (minimal changes).  See idlwave.org.
1054         * progmodes/idlw-rinfo.el: File obsoleted and removed.
1056 2006-04-06  Romain Francoise  <romain@orebokech.com>
1058         * pgg-gpg.el: Sync back with Gnus 5.10, reverting changes that add
1059         symmetric encryption features and a new asynchronous interface to
1060         GnuPG.  This new version is version 1.4, plus whitespace changes.
1062 2006-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
1064         * files.el: Move some `safe-local-variable' declarations to the
1065         respective files.
1067         * textmodes/ispell.el (ispell-check-comments)
1068         (ispell-local-dictionary): Mark as safe.
1070         * abbrev.el (abbrev-mode): Mark as safe.
1072         * add-log.el (change-log-default-name): Mark as safe.
1074         * textmodes/reftex-vars.el (reftex-vref-is-default)
1075         (reftex-fref-is-default, reftex-level-indent)
1076         (reftex-guess-label-type): Mark as safe.
1078         * textmodes/fill.el (colon-double-space): Mark as safe.
1080         * textmodes/paragraphs.el (paragraph-start, paragraph-separate)
1081         (sentence-end-double-space, sentence-end-without-period)
1082         (sentence-end-without-space, sentence-end, sentence-end-base)
1083         (page-delimiter, paragraph-ignore-fill-prefix): Mark as safe.
1085 2006-04-06  Kim F. Storm  <storm@cua.dk>
1087         * ido.el (ido-mode): Remove ido-ignore-unc-host-regexps from
1088         the :set-after list.
1089         (ido-downcase-unc-hosts): New user option.  Default on.
1090         (ido-ignore-unc-host-regexps): Don't reset ido-unc-hosts-cache
1091         when it is set, as regexps are now applied on the fly.
1092         (ido-unc-hosts): Keep all known hosts in ido-unc-hosts-cache.
1093         Make C-a DTRT--filter hosts through ido-ignore-unc-host-regexps
1094         on the fly, but only when ido-process-ignore-lists is set.
1095         Do case insensitive filtering if ido-downcase-unc-hosts is set.
1096         Only downcase names if ido-downcase-unc-hosts is set.
1098 2006-04-06  Juanma Barranquero  <lekktu@gmail.com>
1100         * ido.el (ido-unc-hosts-cache): Fix typo in docstring.
1102         * woman.el (WoMan-xref-man-page): Fix call to `substring'.
1104 2006-04-05  Kim F. Storm  <storm@cua.dk>
1106         * ido.el (ido-mode): Set after ido-unc-hosts and
1107         ido-ignore-unc-host-regexps.
1108         (ido-save-history): Save ido-unc-hosts-cache.
1109         (ido-load-history): Load ido-unc-hosts-cache.
1110         (ido-reread-directory): Refresh unc hosts cache in // dir.
1112         * startup.el (fancy-splash-screens): Set emulation-mode-map-alists
1113         to nil while displaying slash screen.
1115 2006-04-05  Daiki Ueno  <ueno@unixuser.org>
1117         * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region):
1118         Wait for BEGIN_SIGNING too, new in GnuPG 1.4.3.
1120 2006-04-05  Kenichi Handa  <handa@m17n.org>
1122         * international/characters.el: Setup cases of Latin, Greek, and
1123         Cyrillic characters in CJK charsets.
1125 2006-03-29  Daiki Ueno  <ueno@unixuser.org>
1127         * pgg-gpg.el (pgg-gpg-start-process): Don't bind
1128         default-enable-multibyte-characters.  This reverts the change from
1129         revision 6.17 which is no longer necessary because the passphrase
1130         is sent separately now.  GnuPG messages are unreadable under
1131         multibyte locales with default-enable-multibyte-characters set to nil.
1133 2006-04-04  Andreas Schwab  <schwab@suse.de>
1135         * files.el: Mark `left-margin', `byte-compile-dynamic-docstrings'
1136         and `byte-compile-warnings' as `safe-local-variable'.
1138 2006-04-04  Dan Nicolaescu  <dann@ics.uci.edu>
1140         * man.el (Man-mode-map): Restore the \r binding.
1141         (Man-abstract-xref-man-page): If Man-target-string is a function,
1142         call it.
1143         (Man-highlight-references): Use Man-default-man-entry to get the
1144         target. Deal with xrefs too.
1145         (Man-highlight-references0): Don't call the target function.
1147         * woman.el (WoMan-xref-man-page): Strip the section number, woman
1148         cannot deal with it.
1150 2006-04-04  Daiki Ueno  <ueno@unixuser.org>
1152         * pgg-gpg.el: Clean up process buffers every time gpg processes
1153         complete.
1155 2006-04-04  Kenichi Handa  <handa@m17n.org>
1157         * sort.el (sort-build-lists): Don't bind inhibit-field-text-motion
1158         here.
1159         (sort-lines, sort-numeric-fields, sort-fields, sort-columns):
1160         Temporarily bind inhibit-field-text-motion to t.
1162 2006-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
1164         * startup.el (normal-splash-screen): Only set mode-line-format in the
1165         splash buffer, so as not to interfere when debugging the code.
1166         Ignore errors when switching buffer.
1168 2006-04-03  Romain Francoise  <romain@orebokech.com>
1170         * dired.el (dired-dnd-protocol-alist): Fix typo.
1172 2006-04-03  Reiner Steib  <Reiner.Steib@gmx.de>
1174         * savehist.el (savehist): Add :version.
1175         (savehist-ignored-variables): New variable.
1176         (savehist-minibuffer-hook): Don't save variables listed in
1177         `savehist-ignored-variables'.
1179         * dired.el (dired-dnd-protocol-alist): Mention that change does
1180         only apply to new buffers in doc string.
1182 2006-04-03  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
1184         * recentf.el (recentf-open-files-item): Include newline in button
1185         field, so opening a file will work, when the point is at the end
1186         of the file name.  Allow, for example, to [i]search a file by
1187         extension and just push RET to open it.
1189 2006-04-03  Daiki Ueno  <ueno@unixuser.org>
1191         * pgg-gpg.el (pgg-gpg-process-filter)
1192         (pgg-gpg-wait-for-completion): Check if buffer is alive.
1194         * pgg-gpg.el (pgg-gpg-process-sentinel): Don't remove GNUPG:
1195         lines, temporary fix.
1197 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
1199         * ibuf-macs.el (define-ibuffer-column): Document the new parameter.
1201 2006-04-02  Richard Stallman  <rms@gnu.org>
1203         * progmodes/compile.el (compilation-message-face): Make it defcustom.
1205 2006-04-02  Dan Nicolaescu  <dann@ics.uci.edu>
1207         * ibuf-macs.el (define-ibuffer-column): Add a new key:
1208         header-mouse-map.
1210         * ibuffer.el (ibuffer-name-header-map, ibuffer-size-header-map)
1211         (ibuffer-mode-header-map): New keymaps.
1212         (ibuffer-update-title-and-summary): Enable mouse face highlighting
1213         and keybindings for column headers.
1214         (name,size,mode) <define-ibuffer-column>: Add a header-mouse-map
1215         property.
1217 2006-04-02  Drew Adams  <drew.adams@oracle.com>  (tiny change)
1219         * speedbar.el (speedbar-after-create-hook): Doc fix.
1221 2006-04-02  Michael Ernst  <mernst@alum.mit.edu>
1223         * shell.el (shell-directory-tracker)
1224         (shell-dynamic-complete-command): Doc fixes.
1226 2006-04-01  Matt Hodges  <MPHodges@member.fsf.org>
1228         * pcomplete.el (pcomplete-show-completions): Recognize TAB on text
1229         terminals.
1231 2006-04-01  Kim F. Storm  <storm@cua.dk>
1233         * ido.el (ido-unc-hosts-cache): New defvar.
1234         (ido-unc-hosts): If value of defcustom is a function, call it to
1235         get list of UNC hosts.  Add function-item choices to specify
1236         ido-unc-hosts-net-view or user function.
1237         (ido-ignore-unc-host-regexps): New defcustom.
1238         (ido-unc-hosts-net-view, ido-unc-hosts): New functions.
1239         (ido-is-unc-root, ido-is-unc-host, ido-file-name-all-completions)
1240         (ido-exhibit): Call ido-unc-hosts to get list of UNC hosts.
1242 2006-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
1244         * pcvs-util.el (cvs-insert-strings): Fix bug with strings longer than
1245         wwidth.
1247 2006-03-31  Juanma Barranquero  <lekktu@gmail.com>
1249         * ido.el (ido-cache-unc-host-shares-time, ido-report-no-match)
1250         (ido-max-work-file-list, ido-switch-buffer)
1251         (ido-read-file-name-as-directory-commands):
1252         Fix typos in docstrings.
1254 2006-03-30  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1256         * term/mac-win.el (mac-system-coding-system): Define and use after
1257         Mac-specific coding systems are ready.
1259 2006-03-27  Romain Francoise  <romain@orebokech.com>
1261         * net/rcirc.el (rcirc-connect): Add autoload cookie.
1263         * ldefs-boot.el: Update.
1265 2006-03-27  Daiki Ueno  <ueno@unixuser.org>
1267         * pgg-gpg.el: Invoke gpg asynchronous, to avoid querying for
1268         passphrases when it is not needed.
1269         (pgg-gpg-use-agent): Add, to hard code that pgg shouldn't wait for
1270         passphrase stuff from gpg, should only be necessary when you use
1271         gpg with a smartcard.
1273 2006-03-27  Nick Roberts  <nickrob@snap.net.nz>
1275         * comint.el (comint-dynamic-list-completions): Allow user to
1276         select *Completions* buffer.
1278 2006-03-27  Carsten Dominik  <dominik@science.uva.nl>
1280         * textmodes/org.el (org-get-level-face): Fix bug with level counting.
1282 2006-03-26  Andreas Schwab  <schwab@suse.de>
1284         * progmodes/gud.el (gdb): Only complain about multiple debugging
1285         when the gdb process is still running.
1287 2006-03-25  Eli Zaretskii  <eliz@gnu.org>
1289         * mail/rmail.el (tool-bar-map): Defvar it.
1290         (rmail-tool-bar-map): Tool-bar buttons for Rmail.
1291         (rmail-perm-variables): Make rmail-tool-bar-map a local variable.
1293 2006-03-25  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
1295         * help.el (print-help-return-message): Suggest to use
1296         display-buffer instead of switch-to-buffer-other-window to restore
1297         the previous window without selecting it.
1299 2006-03-25  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
1301         * frame.el (select-frame-by-name): Call x-focus-frame also when
1302         window-system is mac.
1304         * term/mac-win.el: Adjust Courier font specifications in
1305         x-fixed-font-alist.
1306         (mac-select-convert-to-string): Use utf-16be-mac or utf-16le-mac
1307         when directly encoding to UTF-16 in native byte order, no BOM.
1309 2006-03-25  Kim F. Storm  <storm@cua.dk>
1311         * emulation/cua-base.el (cua-rectangle-mark-key): New defcustom.
1312         (cua--init-keymaps): Use it instead of fixed C-return.
1313         (cua-mode): Set after it.
1315         * emulation/cua-rect.el (cua--init-rectangles):
1316         Use cua-rectangle-mark-key instead of fixed C-return.
1318 2006-03-25  Nick Roberts  <nickrob@snap.net.nz>
1320         * progmodes/gdb-ui.el (gdba): Revert 2006-03-10 change for case of
1321         "run" in .gdbinit.
1322         (gdb-var-create-regexp): Remove "^done" prefix for gdb-mi.el.
1324 2006-03-24  Romain Francoise  <romain@orebokech.com>
1326         * files.el (ctl-x-5-map): Really bind C-x 5 C-o to
1327         `display-buffer-other-frame'.
1329 2006-03-24  Kim F. Storm  <storm@cua.dk>
1331         * apropos.el (apropos-synonyms): Add selection => region.
1333 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
1335         * progmodes/gdb-ui.el (gdb-var-create-regexp)
1336         (gdb-var-list-children-regexp, gdb-var-update-regexp)
1337         (gdb-var-list-children-regexp-1, gdb-var-update-regexp-1)
1338         (gdb-data-list-register-values-regexp)
1339         (gdb-stack-list-locals-regexp, gdb-stack-list-locals-handler):
1340         Future proof against new fields being added to MI output.
1341         (gdb-send): Don't treat backslashes for program input as
1342         continuations.
1343         (gdb-assembler-handler): Don't use window-start for this handler.
1344         (gdb-frame-handler): Don't change to hollow arrow if overlay
1345         arrow doesn't move to new frame.
1347 2006-03-24  Nick Roberts  <nickrob@snap.net.nz>
1349         * progmodes/gdb-ui.el (gdb-continuation): Declare earlier to
1350         prevent compiler warnings.
1351         (gdb-stopped): Check for gud-last-last-frame (case: signal).
1352         (breakpoint-disabled): Make lighter for contrast with overlay arrow.
1353         (gdb-assembler-custom): Use hollow-right-triangle for assembler
1354         buffer too.
1356 2006-03-23  Reiner Steib  <reinersteib+gmane@imap.cc>
1358         * pgg-gpg.el (pgg-gpg-update-agent): Check for
1359         make-network-process, so we can use the same code in Gnus v5-10
1360         too and have this file fully synchronized with that release.
1362 2006-03-23  Romain Francoise  <romain@orebokech.com>
1364         * ibuf-ext.el (ibuffer-read-filter-group-name):
1365         Use `ibuffer-generate-filter-groups' to make completion list match
1366         the filter groups that are really displayed in the Ibuffer buffer.
1367         (ibuffer-generate-filter-groups): Add new args noempty, nodefault.
1369 2006-03-23  Kenichi Handa  <handa@m17n.org>
1371         * international/mule-cmds.el (sort-coding-systems): Describe that
1372         the argument is modified in docstring.
1374 2006-03-22  Sascha Wilde  <wilde@sha-bang.de>
1376         * pgg-gpg.el (pgg-gpg-use-agent): Disable by default.
1377         (pgg-gpg-update-agent): New function.
1378         (pgg-gpg-use-agent-p): New function.
1379         (pgg-gpg-process-region, pgg-gpg-encrypt-region)
1380         (pgg-gpg-encrypt-symmetric-region, pgg-gpg-decrypt-region)
1381         (pgg-gpg-sign-region): Use it.
1383 2006-03-21  Chong Yidong  <cyd@stupidchicken.com>
1385         * cus-edit.el (custom-face-set): Call custom-push-theme before
1386         face-spec set so that `changed' theme is correctly saved.
1387         (custom-face-reset-standard): Reset to recalculated face rather
1388         than defface spec.
1390         * custom.el (custom-push-theme): Only save `changed' theme if the
1391         current face does not match the defface specs.
1393 2006-03-21  Simon Josefsson  <jas@extundo.com>
1395         * pgg-gpg.el: Ideas below based on patch from Sascha Wilde
1396         <wilde@sha-bang.de>.
1397         (pgg-gpg-use-agent): New variable.
1398         (pgg-gpg-process-region): Use it.
1399         (pgg-gpg-encrypt-region): Likewise.
1400         (pgg-gpg-encrypt-symmetric-region): Likewise.
1401         (pgg-gpg-decrypt-region): Likewise.
1402         (pgg-gpg-sign-region): Likewise.
1403         (pgg-gpg-possibly-cache-passphrase): Don't cache a nil password.
1405 2006-03-21  Carsten Dominik  <dominik@science.uva.nl>
1407         * textmodes/org.el (org-open-at-point): Fix bug in wiki-style
1408         bracket links.
1410 2006-03-21  Kim F. Storm  <storm@cua.dk>
1412         * progmodes/gdb-ui.el (gdb-reset): Set buffer local value of
1413         fringe-indicator-alist instead of modifying global value.
1414         (gdb-frame-handler): Likewise.
1416 2006-03-21  Nick Roberts  <nickrob@snap.net.nz>
1418         * diff-mode.el (diff-function): Make it inherit from diff-header
1419         instead of diff-context.
1421         * progmodes/gdb-ui.el (hollow-right-triangle): Define as fringe
1422         bitmap.
1423         (gdb-info-stack-custom): Rename from gdb-info-frames-custom and
1424         change names in macro above for consistency.
1425         (gdb-frame-handler): Use hollow-right-triangle for all selected
1426         frames which except the innermost (where execution has stopped).
1427         (gdb-reset): Reset buffer-local values of overlay-arrow.
1429 2006-03-20  Richard Stallman  <rms@gnu.org>
1431         * simple.el (set-mark-command): Doc fix.
1433         * files.el (display-buffer-other-frame): New command.
1434         (ctl-x-4-map): Bind C-x 5 C-o to it.
1436 2006-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
1438         * jit-lock.el (jit-lock-function): Check for the actual defer-timer
1439         rather than just defer-time, in case defer-time has been changed but
1440         the timer isn't running yet.
1441         (jit-lock-deferred-fontify): Correspondingly let-bind defer-timer.
1443 2006-03-19  Luc Teirlinck  <teirllm@auburn.edu>
1445         * help-mode.el (help-follow-symbol): New function.
1446         Essentially identical to the old `help-follow', but do not let
1447         `push-button' do the work when on an xref.
1448         (help-mode-map): Bind `help-follow-symbol' to "C-c C-c".
1450 2006-03-19  Richard Stallman  <rms@gnu.org>
1452         * help-mode.el (help-xref-symbol-regexp): Make no xref for symbol
1453         preceded by the word `program'.
1454         (help-follow-mouse, help-follow): Throw error if not on xref.
1455         Delete no longer used args.
1457 2006-03-20  Nick Roberts  <nickrob@snap.net.nz>
1459         * progmodes/gdb-ui.el (gdb-stopped): Even when there is no source
1460         annotation ensure gud-overlay-arrow-position is redisplayed.
1462 2006-03-19  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
1464         * textmodes/bibtex.el (bibtex-include-OPTkey)
1465         (bibtex-entry-field-alist, bibtex-generate-url-list): Mark as risky.
1466         (bibtex-autokey-name-case-convert)
1467         (bibtex-autokey-titleword-case-convert): Make these the aliases
1468         for the following two variables.
1469         (bibtex-autokey-name-case-convert-function)
1470         (bibtex-autokey-titleword-case-convert-function): Make these the
1471         real names.
1472         (bibtex-font-lock-keywords): Make bibtex-font-lock-url and
1473         bibtex-font-lock-crossref sublists.
1474         (bibtex-mode): Revert 2005-12-30 change (which made
1475         completion-ignore-case buffer-local).
1476         (bibtex-url): Simplify.
1478 2006-03-19  Kim F. Storm  <storm@cua.dk>
1480         * emulation/cua-rect.el (cua--highlight-rectangle): Set overlay
1481         cursor property value to 2 (to align with C level change).
1483 2006-03-19  Bill Wohler  <wohler@newt.com>
1485         * image.el (image-load-path-for-library): Shorten first line in
1486         docstring.
1488 2006-03-18  Richard Stallman  <rms@gnu.org>
1490         * mail/rmail.el (rmail-reply-regexp): Undo previous change.
1492 2006-03-18  Ben North  <ben@redfrontdoor.org>  (tiny change)
1494         * isearch.el (isearch-other-meta-char): Handle user bindings for
1495         shifted control characters.
1497 2006-03-18  Agustin Martin  <agustin.martin@hispalinux.es>
1499         * textmodes/ispell.el (ispell-skip-region-alist): Add "_+" to the
1500         part that matches email addresses, file names, etc.
1502 2006-03-18  Eli Zaretskii  <eliz@gnu.org>
1504         * term/w32-win.el (mouse-set-font):
1505         Mention w32-list-proportional-fonts in the doc string.
1507 2006-03-18  Kim F. Storm  <storm@cua.dk>
1509         * ido.el (ido-cache-ftp-work-directory-time): Doc fix.
1510         (ido-unc-hosts): New user option to explicitly define list of know
1511         UNC-style hosts for completion.
1512         (ido-cache-unc-host-shares-time): New user option.
1513         (ido-is-unc-root, ido-is-unc-host, ido-cache-unc-valid):
1514         New helper functions for UNC file-name support.
1515         (ido-may-cache-directory): Check for UNC host.  Simplify.
1516         (ido-wash-history): Clean out old UNC hosts.
1517         (ido-nonreadable-directory-p): UNC hosts are always readable.
1518         (ido-directory-too-big-p): UNC hosts are never too big.
1519         (ido-set-current-directory): Handle UNC root path.
1520         (ido-file-name-all-completions): Complete UNC host names from
1521         ido-unc-hosts list.  Cache UNC host shares.
1522         (ido-make-file-list-1): Don't filter UNC root.
1523         (ido-exhibit): Check for // in root directory, and switch to UNC
1524         mode by setting ido-current-directory to //.
1526 2006-03-17  Luc Teirlinck  <teirllm@auburn.edu>
1528         * cus-edit.el (customize-changed-options): Mention explicit
1529         version number as default in prompt.
1531 2006-03-17  Bill Wohler  <wohler@newt.com>
1533         * image.el (image-load-path-for-library): Minor docstring fix.
1535 2006-03-17  Carsten Dominik  <dominik@science.uva.nl>
1537         * textmodes/org.el (org-read-date): Include subgroup 5 into
1538         replacement text.
1539         (org-popup-calendar-for-date-prompt): Fix customization type.
1541 2006-03-17  Nick Roberts  <nickrob@snap.net.nz>
1543         * progmodes/gdb-ui.el (gud-watch): Provide completion.
1544         (gdb-continuation): New variable.
1545         (gdb-send): Deal with continuation lines.
1547         * progmodes/gud.el (gud-gdb-complete-command)
1548         (gud-gdb-run-command-fetch-lines): Adapt for use with watch
1549         expressions.
1550         (gud-tooltip-mode): Use buffer-local value.
1552 2006-03-16  Kim F. Storm  <storm@cua.dk>
1554         * ido.el (ido-edit-input): Use selected match, if any.
1556 2006-03-16  Bill Wohler  <wohler@newt.com>
1558         * image.el (image-load-path-for-library): Prefer user's images in
1559         image-load-path.
1561 2006-03-16  Martin Rudalics  <rudalics@gmx.at>
1563         * mouse.el (mouse-drag-vertical-line): Use window-inside-edges
1564         when checking for attempt to drag leftmost or rightmost scrollbar.
1566 2006-03-16  Nick Roberts  <nickrob@snap.net.nz>
1568         * progmodes/gdb-ui.el (gdb-inferior-status): New variable.
1569         (gdb-force-mode-line-update): New function.
1570         (gdb-resync, gdb-starting, gdb-signal, gdb-exited, gdb-stopped)
1571         (gdb-exited): Use them.
1572         (gdb-signal): New function.
1573         (gdb-annotation-rules): Provide a rule for it.
1575 2006-03-16  Kenichi Handa  <handa@m17n.org>
1577         * international/mule.el (auto-coding-regexp-alist): Add entries
1578         for Unicode BOM.
1580         * sort.el (sort-build-lists): Temporarily bind
1581         inhibit-field-text-motion to t.
1583 2006-03-15  Luc Teirlinck  <teirllm@auburn.edu>
1585         * locate.el (locate-command, locate-make-command-line)
1586         (locate-fcodes-file, locate-update-command)
1587         (locate-prompt-for-command, locate, locate-with-filter)
1588         (locate-get-file-positions): Doc fixes.
1589         (locate-buffer-name, locate-header-face): Remove leading `*' in
1590         defcustom.
1591         (locate-filter-output): Use `keep-lines' instead of its alias
1592         `delete-non-matching-lines'.
1593         (locate-get-filename, locate-get-dirname): Add introductory comment.
1594         (locate-find-directory-other-window): Give appropriate error
1595         message if used outside main listing.
1597 2006-03-15  Stefan Monnier  <monnier@iro.umontreal.ca>
1599         * font-lock.el (font-lock-lines-before): Delete variable, subsumed by
1600         the new extend-region feature.
1601         (font-lock-after-change-function): Update correspondingly.
1602         * jit-lock.el (jit-lock-after-change): Update correspondingly.
1603         * progmodes/grep.el (font-lock-lines-before): Don't disable.
1605 2006-03-15  Bill Wohler  <wohler@newt.com>
1607         * image.el (image-load-path-for-library): Fix example by not
1608         recommending that one binds image-load-path.  Just defvar it to
1609         placate compiler and only use it if previously defined.
1611 2006-03-15  Carsten Dominik  <dominik@science.uva.nl>
1613         * textmodes/org.el (org-insert-centered): Use `string-width' to
1614         make underlining work for wide characters.
1615         (org-goto-map, org-agenda-mode-map, org-mode-map): Explicitly bind
1616         TAB to `org-cycle', to make sure that no binding in
1617         `outline-mode-map' can supercede it.
1619 2006-03-14  Ken Manheimer  <ken.manheimer@gmail.com>
1621         * allout.el: Increment version to 2.2.1 in file commentary.
1623         (allout-version): Increment to 2.2.1.
1625         (allout-default-layout): New customization variable, used when the
1626         file lacks a specific allout-layout.  Uses allout-layout-type for
1627         recursively nested definition.
1629         (allout-layout-type): Widget defining allout layouts, necessary for
1630         self-recursive definition.
1632         (allout-mode): Incorporate allout-default-layout as fallback for
1633         allout-layout.
1635         (allout-layout): Mark as 'safe-local-variable', and refer mention
1636         fallback to `allout-default-layout' in absence of a specified value.
1637         (allout-passphrase-verifier-string)
1638         (allout-passphrase-hint-string): Mark as 'safe-local-variable'.
1640         (allout-file-passphrase-verifier-string): Obsolete variable, removed.
1642         (allout-get-encryption-passphrase-verifier): Use correct name of
1643         passphrase verifier in docstring.
1645 2006-03-15  Nick Roberts  <nickrob@snap.net.nz>
1647         * progmodes/gdb-ui.el (gdb-var-list): Change order of first two
1648         elements.
1649         (gdb-find-watch-expression): Make it work for arrays too.
1650         Follow change to gdb-var-list.
1651         (gud-watch): Allow the user to enter variable name with a prexix
1652         arg.  Create keybindings.
1653         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
1654         (gdb-var-list-children-handler, gdb-var-update-handler)
1655         (gdb-var-delete, gdb-edit-value, gdb-speedbar-expand-node)
1656         (gdb-var-list-children-handler-1, gdb-var-update-handler-1):
1657         Follow change to gdb-var-list.
1658         (gdb-starting): Don't show the overlay arrows when program is running.
1660         * progmodes/gud.el (gud-speedbar-buttons): Follow change to
1661         gdb-var-list.
1663 2006-03-14  Bill Wohler  <wohler@newt.com>
1665         * image.el (image-load-path-for-library): Pass value of path
1666         rather than symbol.  Always return list of directories.
1667         Guarantee that image directory comes first.
1669 2006-03-14  Alan Mackenzie  <acm@muc.de>
1671         * font-core.el (font-lock-extend-region\(-function\)?.):
1672         New function/variable.
1674         * font-lock.el (font-lock-after-change-function):
1675         Call font-lock-extend-region.  Obey font-lock-lines-before.
1676         (font-lock-default-fontify-region): Remove reference to
1677         font-lock-lines-before.
1679         * jit-lock.el (jit-lock-after-change):
1680         Call font-lock-extend-region.  Obey font-lock-lines-before.
1682 2006-03-14  David Ponce  <david@dponce.com>
1684         * tree-widget.el (tree-widget-themes-load-path)
1685         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1687 2006-03-13  Ryan Yeske  <rcyeske@gmail.com>
1689         * net/rcirc.el (rcirc) <defgroup>: Add link to manual.
1690         (rcirc-print): Mark the start of text at the end of the prompt.
1691         (rcirc-track-minor-mode): Add autoload cookie.
1692         (rcirc-update-activity-string): Add space to front of mode-line
1693         indicator.
1695 2006-03-13  Miles Bader  <miles@gnu.org>
1697         * net/rcirc.el (rcirc-nick-abbrevs): Remove variable.
1698         (rcirc-abbrev-nick): Remove function.
1699         (rcirc-format-response-string): Don't call `rcirc-abbrev-nick'.
1701 2006-03-13  David Ponce  <david@dponce.com>
1703         * tree-widget.el: Handle themes across all occurrences of the main
1704         themes sub-directory found in tree-widget-themes-load-path.
1705         (tree-widget-themes-directory, tree-widget-theme): Doc fix.
1706         (tree-widget--locate-sub-directory): Return all occurrences.
1707         (tree-widget-themes-path): New function.
1708         Replace tree-widget-themes-directory, and return a list of directories.
1709         (tree-widget-set-parent-theme)
1710         (tree-widget-lookup-image): Use it.
1712 2006-03-13  Carsten Dominik  <dominik@science.uva.nl>
1714         * textmodes/org.el (org-link-search): Avoid self-matching of
1715         links, allow target text to be distributed over several lines.
1716         (org-search-not-link): New function.
1717         (org-set-regexps-and-options, org-get-current-options):
1718         New startup options.
1719         (org-export-as-html): Take odd-level setting from local variable.
1720         (org-fontify-emphasized-text): New option.
1721         (org-set-font-lock-defaults): Include emphasized text.
1722         (org-follow-mhe-link): Allow folder-only links, fix folder name.
1723         (org-font-lock): Customize group renamed from `org-faces'.
1725 2006-03-13  John Paul Wallington  <jpw@pobox.com>
1727         * ibuf-ext.el (ibuffer-never-show-predicates): Add `require'
1728         keyword; require `ibuf-ext' feature.  Thanks to Zhang Wei.
1730 2006-03-12  Luc Teirlinck  <teirllm@auburn.edu>
1732         * cus-start.el (all): Delete :version keyword for members of the
1733         fringe group, since the entire group is new in 22.1.
1735 2006-03-13  Nick Roberts  <nickrob@snap.net.nz>
1737         * progmodes/gdb-ui.el (gdb-stack-list-locals-handler): Add local
1738         map if value is hexadecimal (an address).
1739         (gud-watch): Only search roots for existing watch expressions.
1740         (gdb-speedbar-refresh): Bind speedbar-shown-directories to nil to
1741         prevent caching problems with speedbar-update-directory-contents.
1743 2006-03-12  Juri Linkov  <juri@jurta.org>
1745         * battery.el (battery-linux-proc-acpi): Check `capacity' for non-nil
1746         before comparing with `low' and `warn'.
1748         * info.el (Info-dir-remove-duplicates): Move point to the
1749         beginning of the current line after deleting the entries from
1750         redundant heading.  Use marker for `limit' and compare it with
1751         point before calling `re-search-forward'.
1753 2006-03-11  Luc Teirlinck  <teirllm@auburn.edu>
1755         * simple.el (yank): Fix typo in docstring.
1757 2006-03-11  Ryan Yeske  <rcyeske@gmail.com>
1759         * mail/rmailsum.el (rmail-summary-next-msg): Skip deleted
1760         messages, where "D" is the 6th character.
1762 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1764         * simple.el (yank): Fix last change.
1766 2006-03-11  David Ponce  <david@dponce.com>
1768         * ispell.el (ispell-find-aspell-dictionaries): Add aliases before
1769         merging elements from the standard ispell-dictionary-alist.
1770         (ispell-aspell-add-aliases): Add aliases to the passed dictionary
1771         alist, and return the new alist.
1773 2006-03-11  Richard Stallman  <rms@gnu.org>
1775         * mail/rmail.el (rmail-ignored-headers): Discard DomainKey-Signature.
1777         * eshell/eshell.el (eshell-prefer-to-shell): Variable deleted;
1778         the way it is implemented is too unclean.
1780         * simple.el (kill-region, yank): Doc fix.
1782         * battery.el (battery-echo-area-format): Doc fix.
1783         (battery-mode-line-format): Likewise.
1784         (battery-linux-proc-apm, battery-linux-proc-acpi): Likewise.
1785         (battery-linux-proc-acpi): Ignore batteries that say "charged".
1787 2006-03-11  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
1789         * progmodes/octave-mod.el (octave-indent-for-comment):
1790         Behave according to do string.
1792 2006-03-11  Agustin Martin  <agustin.martin@hispalinux.es>
1794         * textmodes/ispell.el (ispell-menu-map-needed) [ispell-message]:
1795         Be visible only if major mode is Mail Mode.
1797         * textmodes/flyspell.el (flyspell-external-point-words)
1798         (flyspell-process-localwords): Fix last changes.
1800 2006-03-11  Eli Zaretskii  <eliz@gnu.org>
1802         * calendar/holidays.el (list-holidays): Doc fix.
1804         * international/mule.el (auto-coding-alist): Add .odt
1805         (OpenOffice's open document) files.
1807         * files.el (auto-mode-alist): Add .odt (OpenOffice's open
1808         document) files.  Mention in the doc string the need to sync with
1809         auto-coding-alist.
1811 2006-03-10  Chong Yidong  <cyd@stupidchicken.com>
1813         * files.el (hack-local-variables-confirm): Don't prompt for ! if
1814         enable-local-variables is set to always query, or there is no
1815         savable variable.
1817 2006-03-10  Bill Wohler  <wohler@newt.com>
1819         * image.el (image-load-path-for-library): Merge at least three
1820         functions from Gnus and MH-E into this one function that can now
1821         be shared.
1823 2006-03-11  Nick Roberts  <nickrob@snap.net.nz>
1825         * progmodes/gdb-ui.el (gdb-remove-text-properties): Rename from
1826         gdb-remove-mouse-face and remove help-echo too.
1827         (gdb-enqueue-input): Correct conditional clause.
1829 2006-03-10  Glenn Morris  <rgm@gnu.org>
1831         * calendar/calendar.el (calendar-holidays): Doc fix.
1832         * calendar/holidays.el (list-holidays): Doc fix.
1834 2006-03-10  Nick Roberts  <nickrob@snap.net.nz>
1836         * progmodes/gdb-ui.el (gdba): Don't call gdb-init-1 explicitly as
1837         it gets called in gdb-prompt anyway.
1838         (gdb-use-separate-io-buffer): Only restore window arrangement for
1839         gdb-many-windows.
1840         (gdb-enqueue-input): Make it harder to send GDB input when program
1841         is running.
1842         (gdb-buffer-list): New variable.
1843         (gdb-remove-mouse-face): New function.
1844         (gdb-starting): Use it when GDB input won't get sent.
1846 2006-03-08  Juanma Barranquero  <lekktu@gmail.com>
1848         * help.el (view-lossage): Remove trailing whitespace before
1849         inserting "\n".
1851 2006-03-07  Chong Yidong  <cyd@stupidchicken.com>
1853         * files.el (hack-local-variables-confirm):
1854         Set coding-system-for-read to nil before writing to .emacs.
1856         * arc-mode.el (archive-extract): Check if an existing buffer name
1857         comes from a different archive.
1859         * help.el (describe-key-briefly): If KEY is a down event, read and
1860         discard the up event.
1862 2006-03-07  Nick Roberts  <nickrob@snap.net.nz>
1864         * progmodes/gud.el (gud-speedbar-buttons): Allow pointers to
1865         be edited and use font-lock-warning-face for any changes.
1867         * progmodes/gdb-ui.el (gdb-edit-value-handler): New function.
1868         (gdb-edit-value): Use it to report any errors.
1870 2006-03-07  Juanma Barranquero  <lekktu@gmail.com>
1872         * help.el (describe-key): Remove leftover test code.
1874 2006-03-07  Carsten Dominik  <dominik@science.uva.nl>
1876         * textmodes/org.el: Move defvars out of eval-when-compile.
1877         Use buffer-file-name variable.
1878         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused
1879         arg `file'.
1880         (org-level-faces): Remove startup dependency.
1881         (org-cycle, org-map-tree, org-scan-tags)
1882         (org-remember-handler): Don't call `outline-level' directly.
1883         (org-mhe-search-all-folders): New option.
1884         (org-mhe-get-message-folder-from-index)
1885         (org-mhe-get-message-folder): Fix indexing search.
1886         (org-format-agenda-item): Handle nil TAGS argument.
1887         (org-cleaned-string-for-export, org-activate-target-links)
1888         (org-make-target-link-regexp): Deal with empty radio target list.
1889         (org-tag): New face.
1890         (org-get-level-face): New function.
1891         (org-set-font-lock-defaults): Simplify setup for headlines.
1892         (org-complete): Pass common substring to `display-completion-list'.
1894 2006-03-06  David Ponce  <david@dponce.com>
1896         * tree-widget.el: Update Commentary header.
1897         (tree-widget-theme-name): Ignore parent themes.
1898         (tree-widget-set-parent-theme): New function.
1899         (tree-widget-set-theme): Use it.
1900         (tree-widget-set-image-properties): Move definition.  Does nothing
1901         if image properties have already been set.
1902         (tree-widget-image-properties): Move definition.  Receive an image
1903         name.  Set the :pointer property.
1904         (tree-widget-lookup-image): Doc fix.  Search in parent themes.
1905         Don't set the :pointer image property.
1906         (tree-widget-convert-widget): New function.  Handle :dynargs
1907         compatibility here.
1908         (tree-widget): Use it to :convert-widget.  Add the :expander-p
1909         predicate to control when the :expander function is entered.
1910         Thanks to Ken Manheimer <ken.manheimer@gmail.com> for the idea.
1911         (tree-widget-value-create): Handle :expander-p.  widget-apply
1912         :expander.
1913         (tree-widget-expander-p): New function.  Default value of the
1914         :expander-p property.
1916 2006-03-06  Chong Yidong  <cyd@stupidchicken.com>
1918         * help.el (describe-key): Properly handle the return value of
1919         read-key-sequence when grabbing an up-event.  Cleanup mouse-1
1920         remaps.  Handle string and vector `follow-link' values.
1922 2006-03-06  Stefan Monnier  <monnier@iro.umontreal.ca>
1924         * complete.el (PC-expand-many-files): Try be more careful when parsing
1925         the shell's output.
1927 2006-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
1929         * outline.el (hide-sublevels): Provide better interactive default.
1931 2006-03-06  Kenichi Handa  <handa@m17n.org>
1933         * international/fontset.el (create-fontset-from-fontset-spec):
1934         Fix regexp for paring FONTSET-SPEC (allow spaces after `:').
1936 2006-03-05  Luc Teirlinck  <teirllm@auburn.edu>
1938         * progmodes/gud.el (gud-jdb-marker-filter): Quote `[' with two
1939         backslashes instead of one in regexp.
1940         (gud-tooltip-dereference): Add missing optional argument.
1942 2006-03-04  John Paul Wallington  <jpw@pobox.com>
1944         * wdired.el (toplevel): Require `cl' at compile-time.
1946 2006-03-04  Andreas Schwab  <schwab@suse.de>
1948         * server.el (server-process-filter): Handle errors during
1949         evaluation of the argument.
1951 2006-03-03  John Paul Wallington  <jpw@pobox.com>
1953         * t-mouse.el (t-mouse-drag-start, t-mouse-swap-alt-keys): Doc fix;
1954         escape parentheses at beginning of line.
1955         (t-mouse-tty, t-mouse-make-event): Doc fix; use imperative.
1956         (t-mouse-mode): Remove period from end of error message.
1958 2006-03-03  Agustin Martin  <agustin.martin@hispalinux.es>
1960         * textmodes/flyspell.el (flyspell-process-localwords):
1961         Be case-sensitive.
1963 2006-03-03  Martin Rudalics  <rudalics@gmx.at>
1965         * cus-edit.el (custom-quote): Remove function, since it has been
1966         moved to custom.el.
1968         * font-lock.el (lisp-font-lock-keywords-2)
1969         * emacs-lisp/rx.el (rx-check-any, rx-check-not)
1970         * generic-x.el (reg-generic-mode): Quote "]"s in regexps when
1971         they have no special meaning.
1973         * midnight.el (clean-buffer-list): Handle case where base-buffer of
1974         indirect buffer gets killed before indirect buffer.  Use dolist.
1976 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1978         * emacs-lisp/edebug.el (edebug-display): Use `edebug-sit-for-seconds'
1979         value instead of a literal constant (1) on more pauses.
1981 2006-03-03  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
1983         * textmodes/flyspell.el (flyspell-external-point-words):
1984         Be case-sensitive.
1986 2006-03-03  Ryan Yeske  <rcyeske@gmail.com>
1988         * net/rcirc.el (rcirc-url-regexp): Match entire url when it starts
1989         with "www".
1991 2006-03-03  Ken Manheimer  <ken.manheimer@gmail.com>
1993         * allout.el: Restablish intermediate missing comment header to
1994         preserve outline structure.
1995         (allout-beginning-of-current-entry): Skip invisible text.
1996         (allout-open-topic): Fix opening a topic at end-of-buffer.
1997         (allout-minor-mode): Move nearer to allout-mode function.
1999 2006-03-02  Carsten Dominik  <dominik@science.uva.nl>
2001         * textmodes/org.el (org-paste-subtree): Remove (debug) form.
2003 2006-03-02  Nick Roberts  <nickrob@snap.net.nz>
2005         * dframe.el (dframe-frame-mode): Don't burp when menu-bar-lines
2006         is nil.
2008         * progmodes/gud.el (gud-speedbar-menu-items):
2009         Use buffer-local-value and add missing :visible keyword.
2011         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Quieten speedbar-refresh.
2013 2006-03-01  Carsten Dominik  <dominik@science.uva.nl>
2015         * textmodes/reftex-index.el (reftex-index-map): `follow-mouse'
2016         must be `follow-link'.
2018         * textmodes/reftex-toc.el (reftex-toc-map): Likewise.
2020         * textmodes/org.el (org-export-as-html): Fix bugs in HTML
2021         formatting: No nested anchors.
2022         (org-all-targets): Fix bug with XEmacs compatibility.
2023         (org-read-date): Add (require 'parse-time).
2024         (org-set-tags): Fix bug with extra inserted space.
2025         (org-export-html-style): Define a style class for targets.
2026         (org-agenda-keymap, org-mouse-map): Add a binding for `follow-link'.
2027         (org-hide-leading-stars): New option.
2028         (org-hide): New face.
2029         (org-set-font-lock-defaults): Allow to hide leading stars.
2030         (org-get-legal-level, org-tr-level): New functions.
2031         (org-odd-levels-only): New option.
2032         (org-level-faces, org-paste-subtree, org-convert-to-odd-levels)
2033         (org-demote, org-promote): Deal with double-star levels.
2034         (org-convert-to-odd-levels): New command.
2036 2006-03-01  Nick Roberts  <nickrob@snap.net.nz>
2038         * speedbar.el (speedbar-update-localized-contents): Try to
2039         preserve window-start.
2040         (speedbar-update-directory-contents): Try to preserve window-start
2041         and window-point.
2042         (speedbar-update-special-contents): Don't move back to start of window.
2044         * progmodes/gdb-ui.el (gdb-speedbar-refresh): Rename from
2045         gdb-speedbar-timer-fn.  Use speedbar-refresh instead of
2046         speedbar-timer-fn.
2047         (gdb-var-update-handler, gdb-var-update-handler-1): Use it.
2048         (gdb-speedbar-expand-node): Use speedbar-delete-subblock
2049         instead of gdb-speedbar-timer-fn.
2051 2006-02-28  Jay Belanger  <belanger@truman.edu>
2053         * calc/calccomp.el (math-compose-tex-matrix): Add a latex option.
2054         (math-compose-expr): Use latex option when calling
2055         `math-compose-tex-matrix' for latex mode.
2057 2006-02-28  Nick Roberts  <nickrob@snap.net.nz>
2059         * speedbar.el: Re-instate comments about developing for speedbar
2060         [this is what info and gdb-ui use even if better methods exist now].
2062         * t-mouse.el: New file.
2063         (t-mouse-tty): Use with-temp-buffer.  Add more terminal types.
2064         (t-mouse-lispy-buffer-posn-from-coords): Remove.
2065         (t-mouse-make-event-element): Use posn-at-x-y instead.
2066         (t-mouse-make-event): Deal with Fedora Core 3.
2067         (t-mouse-make-event): Don't sink the `stupid text mode menubar'.
2068         (t-mouse-mouse-position-function): New function.  Use it instead
2069         of advising mouse-position.
2070         (t-mouse-mode): New minor mode.
2071         (t-mouse-stop, t-mouse-run): Remove.  Use t-mouse-mode instead.
2073 2006-02-27  Glenn Morris  <rgm@gnu.org>
2075         * calendar/calendar.el (calendar-holidays): Doc fix.
2077 2006-02-27  Nick Roberts  <nickrob@snap.net.nz>
2079         * progmodes/gdb-ui.el (gdb-source-window): New variable.
2080         Re-introduce the concept of a source window.
2081         (gdb-get-buffer-create): Rename from gdb-get-create-buffer for
2082         consistency with get-buffer-create.
2083         (def-gdb-auto-update-handler, gdb-info-locals-handler)
2084         (gdb-data-list-register-values-handler)
2085         (gdb-stack-list-locals-handler): Try to preserve window-start as
2086         well as window-point.
2087         (gdb-display-source-buffer): New function (old concept).
2088         (gdb-goto-breakpoint): Use it.
2090         * progmodes/gud.el (gud-display-line): Use gdb-display-source-buffer
2091         for gdb-ui/gdb-mi (old concept).
2093 2006-02-27  Carsten Dominik  <dominik@science.uva.nl>
2095         * textmodes/reftex-index.el (reftex-index-map): Add `follow-mouse'
2096         binding.
2098         * textmodes/reftex-toc.el (reftex-toc-map): Add `follow-mouse' binding.
2100         * textmodes/reftex-sel.el (reftex-select-label-map)
2101         (reftex-select-bib-map): Add `follow-mouse' binding.
2103 2006-02-26  Luc Teirlinck  <teirllm@auburn.edu>
2105         * jka-cmpr-hook.el (jka-compr-compression-info-list)
2106         (jka-compr-mode-alist-additions, jka-compr-load-suffixes):
2107         Give :set functions to provide automatic updating.
2108         Update docstring.  Give compiler defvars early in the file
2109         and move the defcustoms to a later spot where all called functions
2110         are defined.
2111         (jka-compr-file-name-handler-entry): Doc fix.
2112         (jka-compr-compression-info-list--internal)
2113         (jka-compr-mode-alist-additions--internal)
2114         (jka-compr-load-suffixes--internal): New variables.
2115         (jka-compr-install): Set the three above variables.
2116         Update `load-file-rep-suffixes' instead of `load-suffixes'.
2117         (jka-compr-update, jka-compr-set): New functions.
2118         (auto-compression-mode): Doc fix.
2120         * jka-compr.el (jka-compr-uninstall): Replace `mapcar' with `mapc'.
2121         Update `load-file-rep-suffixes' instead of `load-suffixes'.
2122         Use jka-compr-compression-info-list--internal,
2123         jka-compr-mode-alist-additions--internal and
2124         jka-compr-load-suffixes--internal.
2126         * files.el (load-library):
2127         * loadhist.el (file-loadhist-lookup):
2128         * startup.el (command-line):
2129         * subr.el (locate-library):
2130         * emacs-lisp/autoload.el (update-directory-autoloads):
2131         * emacs-lisp/find-func.el (find-library-suffixes):
2132         Use `get-load-suffixes' instead of `load-suffixes'.
2134         * subr.el (locate-library):
2135         * emacs-lisp/find-func.el (find-library-name):
2136         Use `load-file-rep-suffixes' instead of '("").
2138 2006-02-26  Kim F. Storm  <storm@cua.dk>
2140         * ido.el (ido-save-history, ido-load-history): Simplify.
2141         Don't use find-file-noselect to avoid interference from other modes.
2143 2006-02-25  Thien-Thi Nguyen  <ttn@gnu.org>
2145         * progmodes/sh-script.el (sh-mode): Fix bug: Arrange
2146         to use the default shell if filename is not available.
2147         Reported by Giorgos Keramidas.
2149 2006-02-25  John Williams  <jrw@pobox.com>  (tiny change)
2151         * progmodes/etags.el (tags-completion-table): Do completion from
2152         all the tables in the current list, as documented in the manual.
2154 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2156         * CC Mode Update to 5.31.3.
2158 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2160         * progmodes/cc-mode.el (c-postprocess-file-styles):
2161         Bind inhibit-read-only to t, around the call to
2162         c-remove-any-local-eval-or-mode-variables, so that it works on a
2163         RO file.
2165 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2167         * progmodes/cc-awk.el: Correct a typo.
2169 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2171         * progmodes/cc-cmds.el, cc-mode.el: Rename c-hungry-backspace to
2172         c-hungry-delete-backwards, at the request of RMS.  Leave the old
2173         name as an alias.
2175 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2177         * progmodes/cc-mode.el: Correct a typo.
2179 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2181         * progmodes/cc-defs.el: Update the version number to 5.31.3.
2183 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2185         * progmodes/cc-cmds.el (c-electric-brace): Fix clean-up
2186         brace-else-brace (error due to mbeg, mend being undefined).
2188 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2190         * progmodes/cc-mode.el: File Local variables: Solve the problem
2191         where both `mode' and c-file-offsets are specified: `mode' will
2192         overwrite c-f-o's settings:
2193         (c-remove-any-local-eval-or-mode-variables): New function.
2194         (c-postprocess-file-styles): Call the above new function, within
2195         c-tentative-buffer-change, to splat `mode' and `eval' before the
2196         second hack-local-variables.
2198 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2200         * progmodes/cc-mode.el:
2201         [Supersedes patch to cc-engine.el 2005-12-16T20:07:49Z!monnier@iro.umontreal.ca]
2202         (c-after-change): Protect the match data with save-match-data.
2203         It was getting corrupted by c-after-change-check-<>-operators.
2205         * cc-defs.el: [Supersedes patch V1.38]:
2206         (top level): Check for a buggy font-lock-compile-keywords ONLY in
2207         XEmacs.  GNU Emacs 22 now has a check which would throw an error here.
2209         * progmodes/cc-awk.el (c-awk-after-change): Protect the match data
2210         with save-match-data.  It was being corrupted when Font Lock was
2211         not enabled.
2213 2006-02-24  Alan Mackenzie  <bug-cc-mode@gnu.org>
2215         * progmodes/cc-langs.el (c-mode-menu): Add menu items for Electric
2216         Mode and Subword Mode.
2218         * progmodes/cc-engine.el (c-beginning-of-statment-1): Distinguish
2219         real labels ("case 1:" or "foo:") from non-labels ("public:").
2220         (c-forward-objc-directive): Replace c-forward-token-2 with crude
2221         coding; c-f-t-2 doesn't move over a token at EOB.
2223         * progmodes/cc-defs.el (c-version): Update version number to 5.31.2.
2225         * progmodes/cc-cmds.el, cc-mode.el, cc-engine.el
2226         (c-update-modeline): Concatenate the minor mode indicators
2227         directly onto mode-name, removing c-submode-indicators.
2228         Sometimes, c-s-i got separated from the mode name on the mode line.
2230         * progmodes/cc-cmds.el (c-electric-brace, c-electric-semi&comma)
2231         (c-electric-colon): Correct doc-strings: "/ln" -> "/la".
2233 2006-02-24  Martin Stjernholm  <bug-cc-mode@gnu.org>
2235         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Improve the
2236         error message when there's an evaluation error to show whether
2237         it's loaded from source or not.
2238         (c-filter-ops): Make it available at runtime too to work when
2239         `c-make-init-lang-vars-fun' needs to evaluate from source.
2241 2006-02-24  Juanma Barranquero  <lekktu@gmail.com>
2243         * help.el (help): Revert last part of 2006-02-23 change (deletion
2244         of the `provide' call).
2246 2006-02-23  Juri Linkov  <juri@jurta.org>
2248         * compare-w.el (compare-windows-highlight): Add new value
2249         `persistent' and change :type from `boolean' to `choice'.
2250         (compare-windows-overlays1, compare-windows-overlays2):
2251         New internal variables.
2252         (compare-windows-highlight): If compare-windows-highlight is
2253         `persistent', add current overlays to compare-windows-overlays[12]
2254         instead of adding compare-windows-dehighlight to pre-command-hook.
2255         (compare-windows-dehighlight): Delete all overlays from
2256         compare-windows-overlays[12].
2258         * info.el (Info-search): Don't bind search-spaces-regexp to
2259         Info-search-whitespace-regexp in non-regexp isearch mode.
2261 2006-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
2263         * help.el (describe-mode): Pass `mode-name' to format-mode-line.
2265 2006-02-23  Juanma Barranquero  <lekktu@gmail.com>
2267         * textmodes/org.el (org-xemacs-p)
2268         (org-export-html-show-new-buffer, org-table-may-need-update)
2269         (org-insert-item, org-mhe-get-message-real-folder)
2270         (org-mhe-get-message-folder-from-index)
2271         (org-mhe-get-message-folder, org-mhe-get-message-num)
2272         (org-mhe-get-header, org-make-org-heading-search-string)
2273         (org-make-org-heading-camel, org-table-sort-lines)
2274         (org-format-org-table-html, org-format-table-table-html):
2275         Fix typos in docstrings.
2277 2006-02-23  Carsten Dominik  <dominik@science.uva.nl>
2279         * textmodes/org.el (org-cleaned-string-for-export)
2280         (org-solidify-link-text): New function.
2281         (org-add-hook): Use `add-local-hook' instead of `make-local-hook' for
2282         XEmacs, just to silence the compiler.
2283         (org-export-as-ascii, org-export-as-html-and-open):
2284         Use `org-cleaned-string-for-export' and create internal links.
2285         (org-follow-mhe-link): Require mh-e, use folder.
2287 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
2289         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face properly.
2291         * progmodes/gdb-ui.el (gdb-debug-ring-max): Rename from
2292         gdb-debug-log-length.
2293         (gdb-debug-ring): Rename from gdb-debug-log-ring.  Don't make
2294         it a real ring but...
2295         (gud-gdba-marker-filter): ...make it work like mark-ring.
2296         (gdb-enable-debug): Rename from gdb-enable-debug-log.
2297         (gdb-mouse-jump): New function.  Add bindings.
2299 2006-02-23  Nick Roberts  <nickrob@snap.net.nz>
2301         * progmodes/gdb-ui.el (gdb-signalled): New variable and function.
2302         (gdb-debug-log-ring): Rename from gdb-debug-log and make a ring.
2303         (gdb-send, gdb-send-item, gud-gdba-marker-filter): Use it.
2304         (gdb-debug-log-length): Customize it's length.
2305         (gud-watch, gdb-var-create-handler): Display function::var format
2306         but don't use to create variable object.
2307         (gdb-var-create-handler): Use message-box in place of message.
2308         (gdb-stopped): Call gdb-exited if signalled.
2310 2006-02-22  Carsten Dominik  <dominik@science.uva.nl>
2312         * textmodes/reftex.el (reftex-locate-file): Remove duplicate function.
2314         * textmodes/reftex-vars.el (reftex-try-all-extensions): New option.
2316         * textmodes/reftex.el (reftex-locate-file): Search all extensions
2317         if `reftex-try-all-extensions' is set.
2319         * textmodes/reftex-dcr.el (reftex-view-crossref): New argument to
2320         fail silently when there is no valid argument at point.
2321         (reftex-view-crossref-when-idle): Call `reftex-view-crossref' with
2322         `fail-silently' argument.  From a patch by David Reiter.
2324         * textmodes/org.el (org-mark-ring-push, org-mark-ring-goto):
2325         New commands.
2326         (org-mark-ring): New variable.
2327         (org-mark-ring-length): New option.
2328         (org-open-at-point, org-goto, org-open-file): Push old position
2329         onto the mark ring.
2330         (org-add-hook): New function.
2331         (org-export-table-remove-special-lines): New option.
2332         (org-skip-comments, org-format-org-table-html): Respect new
2333         option `org-export-table-remove-special-lines'.
2334         (org-open-file): Allow special command configuration for
2335         directory link.
2336         (org-file-apps): Fix bugs in customize type, added setting
2337         for directories.
2338         (org-activate-tags, org-format-agenda-item, org-complete)
2339         (org-get-tags-at, org-scan-tags, org-make-tags-matcher)
2340         (org-get-tags, org-get-buffer-tags, org-open-at-point)
2341         (org-link-search, org-make-org-heading-search-string)
2342         (org-make-org-heading-camel): Allow @ and 0-9 as tags characters.
2343         (org-radio-targets, org-file-link-context-use-camel-case)
2344         (org-activate-camels): New options.
2345         (org-update-radio-target-regexp, org-all-targets)
2346         (org-make-target-link-regexp, org-activate-target-links):
2347         New functions.
2348         (org-make-org-heading-search-string): New function.
2349         (org-store-link, org-insert-link): Use new option
2350         `org-file-link-context-use-camel-case'.
2351         (org-activate-camels): Use new option `org-activate-camels'.
2352         (org-link-regexp): Add mhe prefix.
2353         (org-open-at-point, org-store-link): Support for mhe links.
2354         (org-mhe-get-message-real-folder, org-mhe-get-message-folder)
2355         (org-mhe-get-message-folder-from-index, org-mhe-get-message-num)
2356         (org-mhe-get-header, org-follow-mhe-link): New functions.
2357         (org-remove-angle-brackets, org-add-angle-brackets):
2358         New functions.
2359         (org-bracket-link-regexp): New constant.
2360         (org-read-date): Fix bug that was rejecting all typed dates.
2361         (org-link-search): Make hierarchy above visible after a match.
2362         (org-follow-bbdb-link): Inhibit electric mode for BBDB.
2363         (org-store-link): Fix bug with link creation when cursor is in
2364         an empty line.
2365         (org-open-at-point): Fix bug with matching a link.
2366         Fixed buggy argument sequence in call to `org-view-tags'.
2367         (org-compile-prefix-format): Set `org-prefix-has-tag'.
2368         (org-prefix-has-tag): New variable.
2369         (org-format-agenda-item): Remove tags from headline
2370         if appropriate.
2371         (org-agenda-remove-tags-when-in-prefix): New option.
2373 2006-02-21  Michael Kifer  <kifer@cs.stonybrook.edu>
2375         * ediff-diff.el (ediff-setup-diff-regions, ediff-setup-diff-regions3):
2376         Fix the regular expressions.
2378 2006-02-21  Richard M. Stallman  <rms@gnu.org>
2380         * progmodes/sh-script.el (sh-mode): Set shell type based on file name
2381         if there's no other specific basis.
2383         * emacs-lisp/unsafep.el (unsafep): Don't treat &rest or &optional
2384         as variables at all.
2385         (unsafep-variable): Rename arg; doc fix.
2387         * abbrevlist.el (list-one-abbrev-table): Add autoload.
2389         * calendar/appt.el (diary-selective-display): Add defvar.
2391         * sort.el (sort-columns): Use Posix arg syntax for `sort'.
2393         * isearch.el (search-whitespace-regexp): Fix custom type.
2395         * help.el (describe-key-briefly): Compute interactive args
2396         in same was as before previous change.
2398         * files.el (enable-local-variables): Doc fix.
2400 2006-02-21  Kim F. Storm  <storm@cua.dk>
2402         * fringe.el: Cleanup as file is now pre-loaded.
2403         (fringe-bitmaps): Initialize unconditionally.
2404         (fringe-mode, set-fringe-style): Remove autoload cookies.
2406 2006-02-21  Giorgos Keramidas  <keramida@ceid.upatras.gr>  (tiny change)
2408         * fringe.el (fringe-bitmaps): Rename `horisontal-bar' to
2409         `horizontal-bar'.
2410         (fringe-cursor-alist): Use `horizontal-bar'.
2412 2006-02-20  Kim F. Storm  <storm@cua.dk>
2414         * fringe.el (fringe-bitmaps): Update to new bitmap names.
2415         (fringe-indicator-alist, fringe-cursor-alist): Initialize.
2417         * loadup.el: Load "fringe" on window systems.
2419 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
2421         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for all
2422         out of scope components.
2424         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): Don't enable by
2425         default.
2427 2006-02-20  Chong Yidong  <cyd@stupidchicken.com>
2429         * custom.el (customize-mark-to-save, customize-mark-as-set):
2430         Load the symbol first.
2432 2006-02-20  Juanma Barranquero  <lekktu@gmail.com>
2434         * buff-menu.el (list-buffers-noselect): Turn also "\n" into a
2435         strech spec so it doesn't display as "^J" on the header line
2436         when `Buffer-menu-use-header-line' is t.
2438 2006-02-20  Nick Roberts  <nickrob@snap.net.nz>
2440         * speedbar.el (speedbar-make-button): Keep text properties
2441         of string arguments if desired.
2443         * progmodes/gud.el (gud-speedbar-buttons): Fontify watch
2444         expessions.
2446         * progmodes/gdb-ui.el (gdb-speedbar-expand-node): Force update
2447         of speedbar.
2449 2006-02-19  Ryan Yeske  <rcyeske@gmail.com>
2451         * ffap.el (ffap-read-file-or-url): Bind `completion-ignore-case'
2452         to value of `read-file-name-completion-ignore-case'.
2454 2006-02-19  Chong Yidong  <cyd@stupidchicken.com>
2456         * custom.el (customize-mark-as-set): Push to `user' theme.
2458         * cus-edit.el (custom-save-variables): Allow unthemed values.
2459         (customize-set-variable): Push setting to `user' theme.
2461 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
2463         * progmodes/gud.el: Don't require font-lock as it's now
2464         automatically loaded.
2465         (gud-speedbar-buttons): Replace gdb-var-changed with
2466         gdb-force-update.
2468         * progmodes/gdb-ui.el (gdb-force-update): Rename from
2469         gdb-var-changed.
2470         (gdb-post-prompt): Use it.
2471         (gdb-var-create-handler, gdb-var-evaluate-expression-handler)
2472         (gdb-var-update-handler, gdb-var-delete)
2473         (gdb-speedbar-expand-node, gdb-var-list-children-handler-1)
2474         (gdb-var-update-handler-1): Don't set gdb-var-changed, just set
2475         gdb-force-update in gdb-post-prompt.
2476         (gdb-reset): Clear watch expressions from speedbar when quitting.
2478 2006-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
2480         * viper-cmd.el (viper-insert-state-post-command-sentinel)
2481         (viper-change-state-to-vi, viper-change-state-to-emacs):
2482         Make aware of cursor coloring in the Emacs state.
2483         (viper-special-read-and-insert-char): Use read-char-exclusive.
2484         (viper-minibuffer-trim-tail): Workaround for fields in minibuffer.
2486         * viper-init.el (viper-emacs-state-cursor-color): New variable.
2488         * viper-util.el (viper-save-cursor-color)
2489         (viper-get-saved-cursor-color-in-replace-mode)
2490         (viper-get-saved-cursor-color-in-insert-mode)
2491         (viper-restore-cursor-color): Make aware of the cursor color in Emacs
2492         state.
2493         (viper-get-saved-cursor-color-in-emacs-mode): New function.
2495         * ediff-diff.el (ediff-ignore-case, ediff-ignore-case-option)
2496         (ediff-ignore-case-option3, ediff-actual-diff-options)
2497         (ediff-actual-diff3-options): New variables to control case sensitivity.
2498         (ediff-make-diff2-buffer, ediff-setup-fine-diff-regions)
2499         (ediff-setup-diff-regions3): Make aware of case-sensitivity.
2500         (ediff-toggle-ignore-case): New function.
2501         (ediff-extract-diffs, ediff-extract-diffs3): Preserve point in buffers.
2503         * ediff-help.el (ediff-long-help-message-narrow2)
2504         (ediff-long-help-message-compare2, ediff-long-help-message-compare3)
2505         (ediff-long-help-message-word-mode): Add ignore-case command.
2506         (ediff-help-for-quick-help): Add ignore-case command.
2508         * ediff-merg.el: Move provide to the end.
2510         * ediff-ptch.el: Move provide to the end.
2512         * ediff-wind.el: Move provide to the end.
2514         * ediff-mult.el: Move provide to the end.
2515         (ediff-set-meta-overlay): Enable follow-link.
2517         * ediff.el: Move provide to the end.
2518         Break recursive load cycle in eval-when-compile.
2519         (ediff-patch-buffer): Better heuristics.
2521         * ediff-util.el: Move provide to the end.
2522         Break recursive load cycle in eval-when-compile.
2523         (ediff-setup-keymap): Add binding for #c.  Replace some defsubsts with
2524         defuns.
2525         (ediff-submit-report): Pass the values of ediff-diff3-program,
2526         ediff-diff3-options.
2528 2006-02-19  Juanma Barranquero  <lekktu@gmail.com>
2530         * help-fns.el (help-do-arg-highlight): Recognize also ARG- followed by
2531         the opening bracket of the following bracketing pairs: {}, [], (), <>,
2532         `' (for example, in the docstring of `windmove-default-keybindings').
2534 2006-02-19  Nick Roberts  <nickrob@snap.net.nz>
2536         * progmodes/gud.el (gud-speedbar-buttons): Update properly for
2537         shadow face.  Don't provide binding to edit variable when it is
2538         out of scope.
2540         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
2541         (gdb-var-update-handler): Detect out of scope variables with pre
2542         GDB 6.4 too.
2543         (gdb-post-prompt): Revert change from 2006-02-17 (force update).
2544         Reset status of variable objects to nil in update handlers.
2545         (gdb-var-update-handler-1): Detect when a variable object comes
2546         in scope.  setcar on var changes gdb-var-list directly.
2548 2006-02-17  Juri Linkov  <juri@jurta.org>
2550         * ffap.el (ffap) <defface>: Add explicit face declaration.
2551         (ffap-highlight): Use face `ffap' directly instead of checking
2552         for its existence.
2554         * icomplete.el (icomplete-get-keys): Use `t' for the second arg
2555         `visible-ok' of `other-buffer' to find the right original buffer.
2557         * info.el (Info-search): Skip `Local Variables' node.
2559 2006-02-17  Juri Linkov  <juri@jurta.org>
2561         * info.el (Info-find-file): Check for symbols `apropos', `history',
2562         `toc' in the input filename, and return these symbols as is.
2563         (Info-find-node-2): Set Info-current-file to symbols `apropos',
2564         `history', `toc' instead of strings.
2565         (Info-set-mode-line): For non-string Info-current-file use the
2566         symbol's name inside **.
2567         (Info-isearch-push-state): Add quote before Info-current-file and
2568         Info-current-node.
2569         (Info-isearch-pop-state): Use `equal' instead of `string='.
2570         (Info-extract-pointer, Info-following-node-name): Use
2571         `match-string-no-properties' instead of `match-string'.
2572         (Info-up): Check `old-file' for `stringp'.
2573         (Info-history): Use `equal' instead of `string-equal'.
2574         Check `file' for `stringp'.
2575         (Info-history): Use symbol `history' instead of string as first arg
2576         of `Info-find-node'.
2577         (Info-toc): Check `Info-current-file' for `stringp'.  Use symbol
2578         `toc' instead of string.
2579         (Info-extract-menu-node-name): Use `buffer-substring-no-properties'
2580         instead of `buffer-substring', and `match-string-no-properties'
2581         instead of `match-string'.
2582         (Info-index-nodes): Check for symbols `apropos', `history', `toc'
2583         instead of strings.
2584         (info-apropos): Use `Info-find-node' instead of `Info-goto-node'.
2585         Use symbol `apropos' instead of string.
2586         (Info-copy-current-node-name): Check `Info-current-file' for
2587         `stringp' and construct a command with `Info-find-node' from it.
2588         (Info-fontify-node): Use `match-string-no-properties' instead of
2589         `match-string' and check file names for `stringp'.
2590         (Info-desktop-buffer-misc-data): Check for symbols `apropos',
2591         `history', `toc' instead of strings.
2593 2006-02-17  Chong Yidong  <cyd@stupidchicken.com>
2595         * files.el: Rearrange functions and variables in the file local
2596         variables section.
2598 2006-02-17  Reiner Steib  <Reiner.Steib@gmx.de>
2600         * files.el: Add truncate-lines, ispell-check-comments and
2601         ispell-local-dictionary as safe local variables.
2603 2006-02-18  Nick Roberts  <nickrob@snap.net.nz>
2605         * progmodes/gud.el (gud-speedbar-buttons): Use shadow face for
2606         out of scope variables.
2607         (gud-speedbar-buttons): Use unless.
2609         * progmodes/gdb-ui.el (gdb-var-list): Update doc string.
2610         (gdb-init-1, gdb-var-changed): Set gdb-var-changed to t initially.
2611         (gdb-show-changed-values): Also use for out of scope variables.
2612         (gdb-var-update-handler-1): Note if variable goes out of scope.
2614 2006-02-17  Ryan Yeske  <rcyeske@gmail.com>
2616         * net/rcirc.el (rcirc-connect): Make all arguments optional, and
2617         default to global variable values for unsupplied args.
2618         (rcirc-get-buffer-create): Fix bug with setting the target.
2619         (rcirc-any-buffer): Rename from rcirc-get-any-buffer, and include
2620         test for rcirc-always-use-server-buffer-flag here.
2621         (rcirc-response-formats): Add %N, which is a facified nick.  %n
2622         uses the default face.  Change the ACTION format string.  If the
2623         "nick" is the server, don't print anything for that field.
2624         Comment fixes.
2625         (rcirc-target-buffer): Don't test
2626         rcirc-always-use-server-buffer-flag here.
2627         (rcirc-print): Squeeze extra spaces out of the text before message.
2628         (rcirc-put-nick-channel): Strip potential "@" char from nick
2629         before adding them to nick table.
2630         (rcirc-url-regexp): Improve to match address like "foo.com".
2632 2006-02-17  Eli Zaretskii  <eliz@gnu.org>
2634         * allout.el (allout-hidden-p): Move this defsubst before
2635         allout-overlay-interior-modification-handler, where it is first
2636         used.
2638 2006-02-17  Ken Manheimer  <ken.manheimer@gmail.com>
2640         * allout.el: Use allout invisible-text overlays instead of
2641         selective display for concealed text.  Also, lots of general
2642         cleanup, and improved compatibility code.
2644         (allout-version) Incremented, corrected, revised, and refined
2645         module commentary.
2647         (provide 'allout): Moved to the bottom, added a require of overlay.
2649         (allout-encrypt-unencrypted-on-saves): Defaults to t instead of
2650         `except-current'.
2651         (allout-write-file-hook-handler): Minimize delay.
2652         (count-trailing-whitespace-region): New function so
2653         auto-encryption of current topic can resituate cursor exactly.
2654         PGP/GPG encryption trims trailing whitespace from lines, which
2655         must be accounted for across encryption then decryption.
2657         (allout-command-prefix): Now defaults to "\C-c<space>" rather than
2658         just plain "\C-c", to avoid intruding on user's keybinding space.
2660         (allout-toggle-current-subtree-encryption): Pass along fetch-pass
2661         parameter, so user request to provide a new password is done.
2663         (allout-outside-normal-auto-fill-function, allout-auto-fill):
2664         Refined mechanism for auto-filling behavior while in allout mode.
2666         (allout-mode): Explicitly specify the mode map in the docstring.
2667         Clarify provision for various write-file hook var names.
2668         Adjusted for invisible-text overlays instead of selective-display.
2670         (allout-depth): Really return 0 if not within any topic.  This
2671         rectifies `allout-beginning-of-level' and sequence numbering
2672         errors that occur when cutting and pasting numbered topics.
2673         Changed from a in-line subst to a regular function, as well.
2675         (allout-pre-next-prefix): Renamed from allout-pre-next-preface.
2677         (allout-end-of-subtree, allout-end-of-subtree)
2678         (allout-end-of-entry, allout-end-of-current-heading)
2679         (allout-next-visible-heading, allout-open-topic, allout-show-entry)
2680         (allout-show-children, allout-show-to-offshoot)
2681         (allout-hide-current-entry, allout-show-current-entry): Rectified
2682         handling of trailing blank lines between items.
2684         (allout-line-boundary-regexp, set-allout-regexp, allout-depth)
2685         (allout-current-depth, allout-unprotected, allout-hidden-p)
2686         (allout-on-current-heading-p, allout-listify-exposed)
2687         (allout-chart-subtree, allout-goto-prefix)
2688         (allout-back-to-current-heading, allout-get-body-text)
2689         (allout-snug-back, allout-flag-current-subtree, allout-show-all)
2690         (allout-hide-region-body, allout-toggle-subtree-encryption)
2691         (allout-encrypt-string, allout-encrypted-key-info)
2692         (allout-next-topic-pending-encryption, allout-encrypt-decrypted)
2693         (allout-file-vars-section-data): Adjusted for use with
2694         invisible-text overlays instead of selective-display.
2696         (allout-kill-line, allout-kill-topic, allout-yank-processing):
2697         Reworked for use with invisible text overlays.
2699         (allout-current-topic-collapsed-p): New function.
2701         (allout-hide-current-subtree): Use allout-current-topic-collapsed-p
2702         to know when to close the containing topic.
2704         (allout-pre-command-business, allout-post-command-business):
2705         Simplify undo-batching and dynamic isearch exposure.
2707         (allout-set-overlay-category): New for invisible-text overlays.
2708         Sets properties of allout-overlay-category, used by
2709         allout-flag-region to set invisible-text overlay properties.
2710         (allout-get-invisibility-overlay): Get the first qualifying
2711         invisibility overlay, so we can find the extent of it.
2712         (allout-back-to-visible-text): Get to just before the beginnining
2713         of the current invisibility overlay, if any.
2715         (allout-overlay-insert-in-front-handler)
2716         (allout-overlay-interior-modification-handler)
2717         (allout-before-change-handler, allout-isearch-end-handler): New
2718         functions to handle extraordinary actions affecting concealed
2719         text.
2721         (allout-flag-region): Use overlays instead of selective-display
2722         for invisible text - by inheritence from the properties of
2723         allout-overlay-category in mainline Emacs, and applied
2724         property-by-property in XEmacs, some recent versions of which
2725         don't inherit the properties from the category.  Provisions to
2726         respond to concealed-text edits simplified drastically.
2728         (allout-isearch-rectification, allout-isearch-was-font-lock)
2729         (allout-isearch-expose, allout-enwrap-isearch)
2730         (allout-isearch-abort, allout-pre-was-isearching)
2731         (allout-isearch-prior-pos, allout-isearch-did-quit)
2732         (allout-isearch-dynamic-expose)
2733         (allout-hide-current-entry-completely): Functions deleted.
2735         (allout-undo-aggregation): Explicit undo aggregation no longer
2736         necessary due to transition away from selective-display.
2738         (set-allout-regexp, allout-up-current-level)
2739         (allout-next-visible-heading, allout-forward-current-level)
2740         (allout-open-topic, allout-reindent-body, allout-rebullet-topic)
2741         (allout-kill-line, allout-yank-processing, allout-show-children)
2742         (allout-expose-topic, allout-old-expose-topic)
2743         (allout-listify-exposed, allout-insert-latex-header)
2744         (allout-toggle-subtree-encryption, allout-encrypt-string)
2745         (remove-from-invisibility-spec, allout-hide-current-subtree):
2746         Ditched unused variables.
2748 2006-02-17  Agustin Martin  <agustin.martin@hispalinux.es>
2750         * textmodes/ispell.el (ispell-change-dictionary): Call
2751         ispell-buffer-local-dict instead of
2752         ispell-accept-buffer-local-defs.
2753         (ispell-local-dictionary-alist): Accept as valid any coding-system
2754         supported by Emacs.
2755         (ispell-dictionary-alist-3): Esperanto dictionary's coding system
2756         changed to iso-8859-3.
2758 2006-02-17  Nick Roberts  <nickrob@snap.net.nz>
2760         * speedbar.el (speedbar-frame-width): Make an inline function
2761         instead of a macro.  Use frame-width.
2762         (speedbar-try-completion, speedbar-update-contents)
2763         (speedbar-timer-fn): Use consp.
2764         (speedbar-update-localized-contents): Try to preserve point.
2766         * progmodes/gdb-ui.el (gdba, gdb-var-list): Improve doc strings.
2767         (menu): Re-order menu items.
2768         (gdb-var-update-regexp, gdb-var-update-regexp-1): Match "in_scope"
2769         field.
2770         (gdb-var-update-handler-1): Use it for GDB 6.4+.
2771         (gdb-post-prompt): Speed things by not forcing update.
2773 2006-02-16  Chong Yidong  <cyd@stupidchicken.com>
2775         * wid-edit.el (widget-button-click): For mouse-1, cancel button
2776         press and perform default action if we get a mouse movement event.
2778 2006-02-16  Juanma Barranquero  <lekktu@gmail.com>
2780         * calendar/icalendar.el (icalendar--get-event-property)
2781         (icalendar--get-event-property-attributes): Fix typos in
2782         docstrings.
2784         * progmodes/flymake.el (flymake-fix-file-name): Fix typo in
2785         docstring.
2787 2006-02-15  Juanma Barranquero  <lekktu@gmail.com>
2789         * bs.el (bs-mode): Use `buffer-disable-undo'.
2790         (bs--get-file-name): Simplify.
2791         (bs-show-in-buffer): Mark the buffer as not modified.
2793 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2795         * wid-edit.el (widget-keymap): Bind down-mouse-1 to
2796         widget-button-click.
2798         * cus-edit.el (custom-mode-map): Remove mouse-1 binding.
2799         (custom-mode): Update docstring.
2801         * cus-theme.el (custom-new-theme-mode-map): Remove mouse-1
2802         binding.
2804         * files.el (hack-local-variables-confirm): Allow scrolling if the
2805         file variable list is too long.  Kill temp buffer after use.
2807 2006-02-15  Nick Roberts  <nickrob@snap.net.nz>
2809         * progmodes/gud.el (gdb): Improve doc string.
2810         (gdb-script-font-lock-keywords): Expand allowed character set.
2812         * progmodes/gdb-ui.el (gdb-use-separate-io-buffer)
2813         (gdb-display-separate-io-buffer, gdb-frame-separate-io-buffer)
2814         (gdb-separate-io-interrupt, gdb-separate-io-quit)
2815         (gdb-separate-io-stop, gdb-separate-io-eof):
2816         Rename from gdb-inferior-* to gdb-separate-*.
2817         (gdb-set-gud-minor-mode-existing-buffers-1): Improve doc string.
2819 2006-02-14  Jay Belanger  <belanger@truman.edu>
2821         * calc/calc-arith.el (math-check-known-scalarp): Make sure
2822         expression is a symbol before checking that it is bound.
2824         * calc/calcalg2.el (math-integrate-by-parts): Do a more careful
2825         test to see if equation can be solved.
2827 2006-02-14  Chong Yidong  <cyd@stupidchicken.com>
2829         * wid-edit.el (widget-button-click): Use :pressed-face property
2830         for overlay face, if it exists.
2832         * cus-edit.el (custom-manual, custom-add-see-also)
2833         (custom-add-parent-links, custom-group-link): Add :pressed-face
2834         property to links.
2836         * files.el (hack-local-variables): Remove ignored variables before
2837         checking if any variables need setting.
2839 2006-02-14  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
2841         * cus-start.el (all): Add x-gtk-whole-detached-tool-bar.
2843 2006-02-14  Juanma Barranquero  <lekktu@gmail.com>
2845         * help.el (where-is): Fix message for remapped commands.
2847         * mwheel.el (mouse-wheel-click-event, mouse-wheel-mode):
2848         Fix typos in docstrings.
2850 2006-02-13  Chong Yidong  <cyd@stupidchicken.com>
2852         * files.el (safe-local-variable-values): New option.
2853         (hack-local-variables-prop-line): Return a list of variable-value
2854         pairs if MODE-ONLY is non-nil.
2855         (hack-local-variables): Construct list of variable-value pairs,
2856         and apply or reject them in one go.  Ask for confirmation if
2857         variables are not known safe.
2858         (hack-local-variables-confirm): Complete rewrite.  Support
2859         `safe-local-variable-values'.
2860         (enable-local-variables): Update docstring to reflect new
2861         behavior.
2862         (ignored-local-variables): Ignore ignored-local-variables and
2863         safe-local-variable-values.
2864         (safe-local-variable-p): New function.
2865         (risky-local-variable-p): `safe-local-variable' property check
2866         moved to safe-local-variable-p.
2867         (hack-one-local-variable): Checks moved to hack-local-variables.
2869         (byte-compile-dynamic, c-basic-offset, c-file-style)
2870         (c-indent-level, comment-column, fill-column, fill-prefix)
2871         (indent-tabs-mode, kept-new-versions, no-byte-compile)
2872         (no-update-autoloads, outline-regexp, page-delimiter)
2873         (paragraph-start, paragraph-separate, sentence-end)
2874         (sentence-end-double-space tab-width, version-control):
2875         Add `safe-local-variable' property.
2877         * find-lisp.el: Delete nonexistent `autocompile' file variable.
2879         * icomplete.el, play/landmark.el: Change nonexistent
2880         `outline-layout' file variable to `allout-layout'.
2882 2006-02-14  Nick Roberts  <nickrob@snap.net.nz>
2884         * progmodes/gdb-ui.el (gud-watch, gdb-invalidate-registers-1)
2885         (gdb-get-changed-registers): Test value of gud-minor-mode relative
2886         to gud-comint-buffer.
2887         (gdb-speedbar-expand-node, gdb-locals-mode): Use functions in
2888         gdb-ui.el for gdb-mi.el.
2889         (gdb-post-prompt, gdb-get-changed-registers): Move test for
2890         registers buffer to gdb-get-changed-registers.
2891         (gdb-breakpoint-regexp): New regexp.  Allow toggling and
2892         deletion of catchpoints (throw and catch).
2893         (gdb-toggle-breakpoint, gdb-delete-breakpoint)
2894         (gdb-goto-breakpoint): Use it for both gdb-ui and gdb-mi.
2895         (gdb-find-file-hook, gdb-set-gud-minor-mode-existing-buffers-1)
2896         (gdb-var-list-children-1, gdb-info-breakpoints-custom)
2897         (gdb-var-update-1, gdb-invalidate-locals-1): Use also for gdb-mi.
2899 2006-02-13  Jay Belanger  <belanger@truman.edu>
2901         * calc/calc-arith.el (math-check-known-matrixp): Make sure
2902         expression is a symbol before checking that it is bound.
2904 2006-02-13  Richard M. Stallman  <rms@gnu.org>
2906         * mouse.el (mouse-drag-mode-line-1): Use mouse-drag-move-window-bottom
2907         for the minibuffer too, but not if resize-mini-windows will interfere.
2909         * help.el (describe-key-briefly, describe-key): Do all arg-reading
2910         inside `interactive' spec.
2911         (describe-key-briefly-internal, describe-key-internal):
2912         Functions merged back into their callers.
2914 2006-02-13  Martin Rudalics  <rudalics@gmx.at>
2916         * info.el (info-xref-visited): Inherit from info-xref too.
2917         (Info-set-mode-line): Replace occurrences of `%' by `%%'
2918         when propertizing Info-current-file and Info-current-node.
2920 2006-02-13  Juri Linkov  <juri@jurta.org>
2922         * tumme.el (tumme-thumbnail-storage): Fix docstring.
2923         (tumme-thumb-name): Fix per-directory format.
2925 2006-02-13  Juanma Barranquero  <lekktu@gmail.com>
2927         * subr.el (substitute-key-definition): Doc fix (hide internal arg).
2929 2006-02-12  Miles Bader  <miles@gnu.org>
2931         * net/rcirc.el (rcirc-format-response-string): Fix small bugs.
2933 2006-02-13  Mathias Dahl  <mathias.dahl@gmail.com>
2935         * tumme.el: Remove history section.  If someone needs the it, it
2936         can always be found in CVS.
2938 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2940         * tumme.el (tumme-thumbnail-storage): Update docstring.  Add info
2941         about the Thumbnail Managing Standard option.
2943 2006-02-12  Richard M. Stallman  <rms@gnu.org>
2945         * subr.el (substitute-key-definition): Doc fix.
2947         * simple.el (blink-matching-paren-dont-ignore-comments): Doc fix.
2949         * files.el (magic-mode-alist): Don't use `\\s ' in regexps.
2951         * info.el (Info-mode): Doc fix.
2953         * progmodes/ebrowse.el (ebrowse-global-prefix-key): Change to C-c C-m.
2955 2006-02-12  Michael Albinus  <michael.albinus@gmx.de>
2957         * net/tramp.el (tramp-remote-path): Add "/usr/xpg4/bin" on top,
2958         because on Solaris a POSIX compatible "id" is needed.  Reported by
2959         Magnus Henoch <mange@freemail.hu>.
2961 2006-02-12  Juri Linkov  <juri@jurta.org>
2963         * tumme.el: Remove todo item about Thumbnail Managing Standard.
2964         (tumme) <defgroup>: Change :group to `multimedia'.
2965         (tumme-thumbnail-storage): Add choice `standard' for Thumbnail
2966         Managing Standard.
2967         (tumme-cmd-create-thumbnail-options): Use %w and %h instead of %s.
2968         Fix dostring.
2969         (tumme-cmd-create-temp-image-options): Use %w and %h instead of %x
2970         and %y.  Fix docstring.
2971         (tumme-cmd-pngnq-program, tumme-cmd-pngcrush-program)
2972         (tumme-cmd-create-standard-thumbnail-command): New user options.
2973         (tumme-thumb-size): Set default to 128 if tumme-thumbnail-storage
2974         is `standard'.  Fix docstring.
2975         (tumme-thumb-width, tumme-thumb-height): New user options.
2976         (tumme-external-viewer): Try to find various viewers.
2977         (tumme-get-thumbnail-image): Use `create-image' instead of
2978         constructing the `image' structure.
2979         (tumme-insert-thumbnail): Use `png' if tumme-thumbnail-storage is
2980         `standard'.
2981         (tumme-thumb-name): Add file name generation for standard storage.
2982         Simplify code for other storages.
2983         (tumme-thumb-name): Use width %w and height %h instead of size %s.
2984         Add modification time %m and thumbnail-nq8 %q.
2985         Use `tumme-cmd-create-standard-thumbnail-command' if
2986         tumme-thumbnail-storage is `standard'.
2987         (tumme-dired-insert-marked-thumbs): New autoload command.
2988         (tumme-dired-after-readin-hook): New function.
2989         (tumme-line-up-dynamic): Use `tumme-thumb-width' instead of
2990         `tumme-thumb-size'.
2991         (tumme-display-image): Replace size-x %x and size-y %y with
2992         width %w and height %h.
2994         * dired.el (dired-mode-map): Bind `\C-t\C-t' to
2995         `tumme-dired-insert-marked-thumbs'.
2997 2006-02-12  Mathias Dahl  <mathias.dahl@gmail.com>
2999         * tumme.el (tumme-write-tag): Fix small bug (file name did not
3000         include path).
3001         (tumme-mark-tagged-files): Fix bug in regexp used to find rows
3002         matching tag.
3004 2006-02-12  Miles Bader  <miles@gnu.org>
3006         * net/rcirc.el (rcirc-nick-abbrevs, rcirc-response-formats):
3007         New variables.
3008         (rcirc-abbrev-nick): New function.
3009         (rcirc-format-response-string): Rewrite to use the formats in
3010         `rcirc-response-formats' and expand escape sequences therein.
3011         A text-property `rcirc-text' is added over the actual response
3012         text to make easy to find inside the returned string.
3013         (rcirc-print): When filling, just look for the `rcirc-text'
3014         text-property to find the appropriate fill prefix, instead of
3015         using hardwired patterns.
3017 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
3019         * tumme.el: Enhance some docstrings.  Add todo item about Thumbnail
3020         Managing Standard.
3022 2006-02-11  Kim F. Storm  <storm@cua.dk>
3024         * ido.el (ido-buffer-internal): Set mark for ido-insert-buffer.
3025         Don't use insert-buffer; do insert-buffer-substring directly.
3026         (ido-file-internal): Set mark for ido-insert-file.  Use insert-file-1.
3028 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
3030         * files.el (revert-buffer, recover-file): Replace buffer-read-only
3031         with inhibit-read-only.  Suggested by Stefan Monnier.
3032         (revert-buffer): Let insert-file-contents discard
3033         buffer-undo-list.  Simplify code.
3034         (find-file, find-file-existing, revert-buffer): Doc-string fixes.
3036 2006-02-11  Eli Zaretskii  <eliz@gnu.org>
3038         * menu-bar.el (menu-bar-select-yank): Add a doc string.
3040         * help.el (describe-key-briefly): Now a wrapper for
3041         describe-key-briefly-internal.  Bind enable-disabled-menus-and-buttons
3042         to t.  Populate yank-menu if empty.
3043         (describe-key-briefly-internal): Renamed from describe-key-briefly.
3044         (describe-key): Now a wrapper for describe-key-internal.  Bind
3045         enable-disabled-menus-and-buttons to t.  Populate yank-menu if empty.
3046         (describe-key-internal): Renamed from describe-key.
3048 2006-02-11  Milan Zamazal  <pdm@zamazal.org>
3050         * progmodes/glasses.el (glasses-separator): Doc fix.
3051         (glasses-original-separator): New defcustom.
3052         (glasses-make-readable, glasses-convert-to-unreadable): Use it.
3054 2006-02-11  Martin Rudalics  <rudalics@gmx.at>
3056         * mwheel.el (mouse-wheel-up-event): Doc fix.
3058 2006-02-11  Mathias Dahl  <brakjoller@hotmail.com>
3060         * tumme.el (tumme-dir): Change default value to "~/.emacs.d/tumme/".
3061         (tumme-dir): New function.  Copied from thumbs.el.
3063 2006-02-10  Juanma Barranquero  <lekktu@gmail.com>
3065         * desktop.el (desktop-outvar): Fix typo.
3066         (desktop-save-buffer-p): Doc fix.
3068         * subr.el (substitute-key-definition): Fix typo.
3070 2006-02-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
3072         * frame.el (select-frame-set-input-focus): Call x-focus-frame also
3073         when window-system is mac.
3075         * term/mac-win.el (fontset-standard): Rename from "fontset-mac".
3077 2006-02-10  Kim F. Storm  <storm@cua.dk>
3079         * subr.el (substitute-key-definition-key): Pass t for NOERROR to
3080         indirect-function instead of using condition-case.
3082 2006-02-10  Mathias Dahl  <mathias.dahl@gmail.com>
3084         * tumme.el (tumme-copy-with-exif-file-name): Try to make docstring
3085         less `colloquial'...
3087 2006-02-09  Mathias Dahl  <mathias.dahl@gmail.com>
3089         * tumme.el: Add a couple of todo items.
3091 2006-02-09  Lars Hansen  <larsh@soem.dk>
3093         * hilit-chg.el: Add highlight-changes-mode to desktop-locals-to-save.
3094         (highlight-changes-mode): Don't change desktop-locals-to-save.
3096 2006-02-09  Chong Yidong  <cyd@stupidchicken.com>
3098         * image-mode.el (image-toggle-display): Clear image cache if using
3099         filename.
3101 2006-02-09  Masatake YAMATO  <jet@gyve.org>
3103         * dired-x.el (dired-guess-shell-alist-default): Add .man as
3104         a `dired-man' target.
3106         * progmodes/autoconf.el (autoconf-font-lock-keywords): Check start
3107         boundary of symbols.
3109 2006-02-08  Peter Doornbosch  <peter.doornbosch@luminis.nl>  (tiny change)
3111         * vc-svn.el (vc-svn-print-log): Show recent commits as well.
3113 2006-02-09  Juanma Barranquero  <lekktu@gmail.com>
3115         * hilit-chg.el (hilit-chg-update-all-buffers): Use `mapc' instead of
3116         `mapcar'; return nil.
3118 2006-02-08  Chong Yidong  <cyd@stupidchicken.com>
3120         * mouse.el (mouse-drag-track): Don't change window if we rebind to
3121         some other event.
3123 2006-02-08  Ryan Yeske  <rcyeske@gmail.com>
3125         * net/rcirc.el (rcirc-startup-channels-alist):
3126         Add irc.freenode.net and #emacs as defaults.
3127         (rcirc-ignore-all-activity-flag): Remove variable.
3128         (rcirc-authinfo): New variable.
3129         (rcirc-authinfo-filename): Remove variable.
3130         (rcirc-always-use-server-buffer-flag): New flag.
3131         (rcirc): M-x rcirc will automatically connect without prompting.
3132         C-u M-x rcirc will prompt.  Use rcirc-connect to create a
3133         connection in lisp.
3134         (rcirc-process-server-response-1): Remove everything but the nick
3135         portion of the sender so it doesn't need to be done everywhere
3136         else.  Update related code.
3137         (global-map): Remove global keybindings.
3138         (rcirc-get-buffer-create): Make sure rcirc-topic is set.
3139         (rcirc-send-input): Split into several functions.
3140         (rcirc-process-input-line, rcirc-process-message)
3141         (rcirc-process-command): New functions.
3142         (rcirc-target-buffer): New function to determine where to route
3143         messages.
3144         (rcirc-user-nick): Save match data.
3145         (rcirc-toggle-ignore-buffer-activity)
3146         (rcirc-update-activity-string): Remove global ignore functionality,
3147         which can be done now by toggling rcirc-track-minor-mode.
3148         (rcirc-track-minor-mode-map): New keymap.
3149         (rcirc-track-minor-mode): New minor-mode.
3150         (ignore): Make the ignore output nicer.  Always print it when
3151         adding or removing nicks.
3152         (rcirc-url-regexp): Improve.
3153         (rcirc-mangle-text): Remove properties before using text in the
3154         modeline.
3155         (rcirc-authenticate): Authentication data comes from
3156         rcirc-authinfo, not the file pointed to by rcirc-authinfo-file.
3157         (rcirc-server-prefix): Inherit from rcirc-server.
3159 2006-02-08  Mathias Megyei  <Mathias.Megyei@micronas.com>  (tiny change)
3161         * Makefile.in (compile): Append "|| true" to the end of the `find'
3162         command, like compile-always does.
3164 2006-02-08  Sam Steingold  <sds@gnu.org>
3166         * net/tramp.el (tramp-maybe-open-connection): Do not wait for
3167         output from a dead connection.
3169 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
3171         * dired.el (dired-mode-map): Add more bindings for tumme.
3173 2006-02-07  Stefan Monnier  <monnier@iro.umontreal.ca>
3175         * wdired.el (wdired-mode-map): Use remap.
3176         (wdired-get-filename): Massage.
3177         (wdired-perm-mode-map): Don't copy bindings from wdired-mode-map.
3178         (wdired-preprocess-perms, wdired-set-bit, wdired-toggle-bit): Use the
3179         `keymap' property rather than `local-map'.
3181 2006-02-07  Mathias Dahl  <brakjoller@hotmail.com>
3183         * tumme.el (tumme-get-thumbnail-image): New utility function.
3184         Suggested by from Chong Yidong.
3185         (tumme-dired-with-window-configuration): Rename from
3186         `tumme-dired'.  Add code to save window configuration.
3187         (tumme-restore-window-configuration): New command to restore the
3188         window configuration that `tumme-dired-with-window-configuration'
3189         saves before it changes the window configuration.
3190         (tumme-show-all-from-dir): New command to display thumbnails for
3191         all files in a directory entered by the user, like M-x thumbs.
3192         (tumme-display-thumbs): Call `pop-to-buffer' after all thumbnails
3193         have been created.
3194         (tumme-display-thumbnail-original-image): Call `display-buffer'.
3195         (obsolete-tumme-display-thumbnail-original-image-and-buffer):
3196         Remove obsolete test function.
3198 2006-02-07  Juanma Barranquero  <lekktu@gmail.com>
3200         * vc.el (small-temporary-file-directory): Remove defvar; there's
3201         a defcustom for it in files.el.
3203         * tumme.el (tumme-get-thumbnail-image): Add missing arg to `error'.
3204         Fix typo in message.
3205         (tumme-gallery-generate): Fix typo in `error' message.
3206         (tumme-display-window-height-correction)
3207         (tumme-display-window-width-correction, tumme-line-up-dynamic)
3208         (tumme-line-up-interactive): Dox fixes.
3209         (tumme-cmd-rotate-original-options, tumme-display-properties-format)
3210         (tumme-restore-window-configuration, tumme-format-properties-string)
3211         (tumme-create-thumbs, tumme-display-previous-thumbnail-original):
3212         Fix typos in docstrings.
3214 2006-02-07  Chris Moore  <christopher.ian.moore@gmail.com>  (tiny change)
3216         * wdired.el (wdired-get-filename): Fix bug: Don't re-normalize OLD.
3218 2006-02-07  Nick Roberts  <nickrob@snap.net.nz>
3220         * progmodes/gud.el (gud-tooltip-mode): Remove autoload cookie.
3221         User should use hook if desired.
3223         * progmodes/gdb-ui.el (gdb-post-prompt): Regenerate breakpoints
3224         buffer if necessary.
3225         (gdb-delete-frame-or-window): New function.
3226         (gdb-breakpoints-mode-map): Bind "q" to it.
3228 2006-02-06  Stefan Monnier  <monnier@iro.umontreal.ca>
3230         * textmodes/nroff-mode.el: Clean up name space.
3231         (nroff-mode-syntax-table): Remove spurious `1' in the syntax of \n.
3232         (nroff-mode): Obey the global setting of nroff-electric-mode.
3233         (nroff-electric-mode): Use define-minor-mode and derived-mode-p.
3235         * calendar/calendar.el (calendar-increment-month): Typo in last change.
3237 2006-02-06  Thien-Thi Nguyen  <ttn@gnu.org>
3239         * vc-svn.el (vc-svn-previous-version, vc-svn-next-version): New funcs.
3241 2006-02-06  Lars Hansen  <larsh@soem.dk>
3243         * generic-x.el (etc-fstab-generic-mode): Add file system types
3244         cifs and usbdevfs.  Allow special chars in file names.
3246 2006-02-05  Jay Belanger  <belanger@truman.edu>
3248         Update copyright notices of the files in lisp/calc.
3250 2006-02-05  Romain Francoise  <romain@orebokech.com>
3252         Update copyright notices of all files in the lisp/play directory.
3254 2006-02-04  Luc Teirlinck  <teirllm@auburn.edu>
3256         * ldefs-boot.el: Regenerate.
3258         * emacs-lisp/find-func.el (find-definition-noselect): Minor doc fix.
3260 2006-02-05  Kim F. Storm  <storm@cua.dk>
3262         * files.el (magic-mode-regexp-match-limit): New defvar.
3263         (set-auto-mode): Use it to limit magic-mode-alist matching.
3265 2006-02-04  Kevin Rodgers  <ihs_4664@yahoo.com>
3267         * simple.el (display-message-or-buffer): Compare the number of
3268         characters to the frame width when determining whether a 1-line
3269         message string will fit in the echo area.  Count screen lines
3270         instead of buffer lines when determining whether a multi-line
3271         message will fit in the echo area/minibuffer window.
3273 2006-02-04  Eli Zaretskii  <eliz@gnu.org>
3275         * info.el (Info-index, Info-mode): Improve the description of the
3276         `i' command.
3278         * ldefs-boot.el: Regenerate.
3280 2006-02-03  Werner Lemberg  <wl@gnu.org>
3282         * textmodes/nroff-mode.el (nroff-font-lock-keywords): Don't be
3283         greedy to find the closing bracket in \*[...] and similar
3284         expressions.  This is a first rough fix -- many additional
3285         refinements are necessary to make nroff mode really usable with groff.
3287 2006-02-03  Jens Petersen  <petersen@redhat.com>  (tiny change)
3289         * international/mule-cmds.el (set-locale-environment):
3290         Add "/usr/share/X11/locale/locale.alias" to search list for xorg-x11
3291         libX11.
3293 2006-02-03  Joe Wells  <jbw@macs.hw.ac.uk>  (tiny change)
3295         * arc-mode.el (archive-maybe-copy): Fix the way directories in the
3296         archive are created in archive-tmpdir.
3298 2006-02-02  John Paul Wallington  <jpw@pobox.com>
3300         * ibuffer.el (ibuffer-compressed-file-name-regexp): New defcustom.
3301         (ibuffer-fontification-alist): Use it.
3302         (ibuffer-mode-map): Bind `ibuffer-mark-compressed-file-buffers'
3303         to "* z" and the Ibuffer Mark menu.
3305         * ibuf-ext.el (ibuffer-mark-compressed-file-buffers): New command.
3307 2006-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
3309         * textmodes/table.el (*table--cell-describe-mode)
3310         (*table--cell-describe-bindings): Undo last change since
3311         print-help-return-message is not obsoleted by anything at all.
3313 2006-02-02  Luc Teirlinck  <teirllm@auburn.edu>
3315         * emulation/cua-base.el (cua-mode): Doc fix.
3317 2006-02-02  Juanma Barranquero  <lekktu@gmail.com>
3319         * dframe.el (dframe-handle-make-frame-visible)
3320         (dframe-handle-iconify-frame, dframe-get-focus)
3321         (dframe-select-attached-frame, dframe-power-click)
3322         (dframe-frame-mode): Fix typos in docstrings.
3324         * ezimage.el (ezimage-mail, ezimage-object-out-of-date)
3325         (ezimage-insert-image-button-maybe, ezimage-insert-over-text):
3326         Fix typos in docstrings.
3328         * hi-lock.el (hi-lock-mode, hi-lock-line-face-buffer)
3329         (hi-lock-face-buffer, hi-lock-font-lock-hook)
3330         (hi-lock-archaic-interface-message-used)
3331         (hi-lock-file-patterns-range): Fix typos in docstrings.
3333         * savehist.el (savehist-loaded, savehist-load, savehist-install)
3334         (savehist-autosave, savehist-trim-history): Fix typos in docstrings.
3336         * mail/mailclient.el (mailclient-place-body-on-clipboard-flag):
3337         Fix typo in docstring.
3339         * net/newsticker.el (newsticker--decode-iso8601-date)
3340         (newsticker--set-customvar, newsticker--buffer-insert-item)
3341         (newsticker--do-run-auto-mark-filter)
3342         (newsticker--parse-generic-feed): Doc fixes.
3343         (newsticker--retrieval-timer-list, newsticker-url-list)
3344         (newsticker-hide-immortal-items-in-echo-area)
3345         (newsticker-hide-obsolete-items-in-echo-area)
3346         (newsticker-new-item-face, newsticker--enclosure)
3347         (newsticker-buffer-update, newsticker-w3m-show-inline-images)
3348         (newsticker--parse-atom-0.3, newsticker--parse-rss-1.0)
3349         (newsticker--parse-generic-feed, newsticker--cache-contains)
3350         (newsticker--stat-num-items, newsticker-download-enclosures):
3351         Fix typos in docstrings.
3353         * net/rcirc.el (rcirc-debug): Doc fix.
3354         (rcirc-fill-column, rcirc-receive-message-hooks)
3355         (rcirc-browse-url-map, rcirc-read-only-flag, rcirc-prompt)
3356         (rcirc-mode, rcirc-generate-new-buffer-name)
3357         (rcirc-startup-channels, rcirc-ignore-update-automatic)
3358         (rcirc-cmd-ignore, rcirc-browse-url, rcirc-url-regexp):
3359         Fix typos in docstrings.
3360         (rcirc-print): "?\ " -> "?\s".
3361         (rcirc-cmd-join): Improve argument/docstring consistency.
3363 2006-02-01  Mark A. Hershberger  <mah@everybody.org>
3365         * xml.el (xml-parse-region): Move save-excursion and set-buffer up
3366         before narrow-to-region.
3368 2006-02-01  Richard M. Stallman  <rms@gnu.org>
3370         * simple.el (move-beginning-of-line): Scan properly for invis change.
3372         * replace.el (multi-occur-in-matching-buffers): Fix prev change.
3374 2006-02-01  Michael Albinus  <michael.albinus@gmx.de>
3376         * net/tramp.el (tramp-convert-file-attributes): Set file's gid
3377         change bit only when id-format is 'integer.  Reported by Matt
3378         Hodges <M.P.Hodges@rl.ac.uk>.
3380 2006-02-01  Juanma Barranquero  <lekktu@gmail.com>
3382         * hilit-chg.el (highlight-changes-initial-state)
3383         (highlight-changes-global-initial-state): Doc fixes.
3384         (highlight-changes-global-modes, global-highlight-changes):
3385         Fix typos in docstrings.
3387 2006-02-01  Kim F. Storm  <storm@cua.dk>
3389         * emulation/cua-base.el (cua-mode): Mention that CUA enables
3390         transient-mark-mode in doc string.
3392 2006-01-31  Richard M. Stallman  <rms@gnu.org>
3394         * replace.el (multi-occur): Doc fix.
3395         (multi-occur-in-matching-buffers): Rename from
3396         multi-occur-by-filename-regexp.  Prefix arg says match
3397         buffer names instead of file names.
3399 2006-01-31  Juanma Barranquero  <lekktu@gmail.com>
3401         * bs.el: Allow non-default values of `bs-header-lines-length'.
3402         (bs--running-in-xemacs): Remove (not needed anymore).
3403         (bs--set-window-height): Simplify by using `fit-window-to-buffer'
3404         instead of `shrink-window', thus avoiding having to compute the
3405         height of the window.
3406         (bs--up): Wrap around even when there's no header.
3407         (bs--down): Use `forward-line' instead of `next-line'.
3409 2006-01-30  Chong Yidong  <cyd@stupidchicken.com>
3411         * image-mode.el (image-toggle-display): Use file name if possible,
3412         instead of unnecessarily allocating a (possibly huge) lisp string.
3414 2006-01-30  John Paul Wallington  <jpw@pobox.com>
3416         * subr.el (toplevel): Define `cl-assertion-failed' condition here
3417         because the `assert' macro signals it at runtime.
3419         * emacs-lisp/cl.el (toplevel): Remove definition of
3420         `cl-assertion-failed' condition.
3422 2006-01-30  Nick Roberts  <nickrob@snap.net.nz>
3424         * thumbs.el (thumbs-marked-list): Make buffer-local and
3425         permanent-local.
3426         (thumbs-insert-thumb): Make help-echo non-sticky.
3427         (thumbs-file-alist): Use eolp as check for (non)-image.
3429 2006-01-30  Juanma Barranquero  <lekktu@gmail.com>
3431         * ediff-mult.el (ediff-meta-buffer-keymap-setup-hook)
3432         (ediff-before-session-group-setup-hooks)
3433         (ediff-default-filtering-regexp, ediff-meta-mark-equal-files):
3434         Fix typos in docstrings.
3436         * window.el (bw-dir, bw-eqdir, balance-windows)
3437         (split-window-keep-point): Fix typos in docstrings.
3439         * textmodes/org.el (org-allow-space-in-links, org-closed-string)
3440         (org-quote-string, org-calendar-to-agenda-key)
3441         (org-agenda-sorting-strategy, org-agenda-use-time-grid)
3442         (org-show-following-heading, org-tags-column)
3443         (org-use-tag-inheritance, org, org-allow-space-in-links)
3444         (org-usenet-links-prefer-google, org-file-apps-defaults-gnu)
3445         (org-enable-table-editor, org-calc-default-modes)
3446         (org-table-allow-automatic-line-recalculation)
3447         (org-export-html-style, org-export-with-fixed-width)
3448         (org-export-with-sub-superscripts, org-special-keyword)
3449         (org-formula, org-time-grid, org-table-may-need-update)
3450         (org-mode, org-goto-ret, org-goto-left, org-goto-right)
3451         (org-goto-quit, org-get-indentation, org-end-of-item)
3452         (org-move-item-down, org-move-item-up)
3453         (org-renumber-ordered-list, org-todo, org-log-done, org-occur)
3454         (org-remove-occur-highlights, org-read-date, org-goto-calendar)
3455         (org-agenda, org-agenda-day-view, org-agenda-previous-date-line)
3456         (org-agenda-log-mode, org-agenda-toggle-diary)
3457         (org-agenda-toggle-time-grid, org-agenda-cleanup-fancy-diary)
3458         (org-agenda-file-to-end, org-agenda-no-heading-message)
3459         (org-agenda-get-closed, org-format-agenda-item)
3460         (org-cmp-priority, org-cmp-category, org-cmp-time)
3461         (org-agenda-change-all-lines, org-agenda-diary-entry)
3462         (org-scan-tags, org-after-todo-state-change-hook, org-tags-view)
3463         (org-link-search, org-camel-to-words, org-open-file)
3464         (org-remember-handler, org-table-convert-region)
3465         (org-table-move-row-down, org-table-move-row-up)
3466         (org-table-copy-region, org-table-wrap-region)
3467         (org-table-toggle-vline-visibility)
3468         (org-table-get-vertical-vector, org-table-modify-formulas)
3469         (org-table-get-specials, org-recalc-commands)
3470         (org-table-rotate-recalc-marks, org-table-eval-formula)
3471         (orgtbl-make-binding, org-in-invisibility-spec-p, org-cycle)
3472         (org-level-color-stars-only, org-insert-heading):
3473         Fix typos in docstrings.
3474         (last-arg): Add defvar.
3476         * makefile.w32-in (WINS): Add erc.
3477         (MH_E_SRC): Update (copied from lisp/Makefile.in).
3479 2006-01-29  Bill Wohler  <wohler@newt.com>
3481         * Makefile.in (MH_E_SRC): Add mh-compat.el, mh-folder.el,
3482         mh-letter.el, mh-limit.el, mh-scan.el, mh-show.el, mh-thread.el,
3483         mh-tool-bar.el, mh-xface.el.  Remove mh-customize.el, mh-init.el.
3484         (mh-autoloads): Don't use comments on otherwise empty lines.
3486 2006-01-29  Edward O'Connor  <ted@oconnor.cx>
3488         * emulation/viper.el (viper-major-mode-modifier-list): Add
3489         insert-state and vi-state entries for erc-mode.
3490         (viper-go-away, viper-set-hooks): Add and remove
3491         viper-comint-mode-hook from erc-mode-hook as appropriate.
3493         * emulation/viper.el (viper-insert-state-mode-list): Add erc-mode.
3495 2006-01-29  Juanma Barranquero  <lekktu@gmail.com>
3497         * bs.el (bs--format-aux): Implement `middle' alignment as
3498         described in the docstring for `bs-attributes-list'.
3499         (bs--get-name): Simplify.  Don't pad the buffer name.
3501 2006-01-27  Agustin Martin  <agustin.martin@hispalinux.es>
3503         * textmodes/ispell.el (ispell-find-aspell-dictionaries): If no
3504         English aspell dictionary is installed, use the first entry of
3505         ispell-dictionary-alist-1.
3507 2006-01-27  Kevin Rodgers  <ihs_4664@yahoo.com>
3509         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
3510         Doc fix.
3512 2006-01-27  Michael Albinus  <michael.albinus@gmx.de>
3514         * net/tramp-vc.el (vc-user-login-name): Wrap defadvice with a test
3515         for `process-file', in order to let it work for older Emacsen too.
3517 2006-01-27  Eli Zaretskii  <eliz@gnu.org>
3519         * international/latexenc.el: Add a suitable `coding:' tag.
3520         (latexenc-find-file-coding-system): Undo last change.
3522 2006-01-27  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3524         * international/latexenc.el (latexenc-find-file-coding-system):
3525         Make sure latexenc-main-file is a regular file and is readable.
3527 2006-01-27  Andre Spiegel  <spiegel@gnu.org>
3529         * vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
3530         Pass FILE to vc-user-login-name.
3532         * vc-sccs.el (vc-sccs-state): Pass FILE to vc-user-login-name.
3534 2006-01-27  Nick Roberts  <nickrob@snap.net.nz>
3536         * thumbs.el (thumbs-do-thumbs-insertion): Suppress message when
3537         there are no more images to display.
3538         (thumbs-mark, thumbs-unmark): Revert change so that they move to
3539         the next image.
3541 2006-01-26  Richard M. Stallman  <rms@gnu.org>
3543         * cus-edit.el (custom-mode): Doc: Use advertised-widget-backward.
3545         * wid-edit.el (advertised-widget-backward): New alias.
3546         (widget-keymap): Use advertised-widget-backward for S-TAB.
3548         * tumme.el: Correct the keywords.
3549         (tumme-dir-max-size): Use defvar.
3550         (tumme-setup-dired-keybindings, tumme-dired): Add autoload cookie.
3552         * simple.el (move-beginning-of-line): Take account of fields.
3553         (clone-indirect-buffer-other-window): Take args like
3554         clone-indirect-buffer, and work like it.
3556         * help-fns.el (describe-function): Don't pass `nil' as default.
3558         * files.el (risky-local-variable-p): Follow var aliases.
3560         * subr.el (lazy-completion-table): Doc fix.
3562         * mail/rmailsum.el (rmail-make-summary-line-1): Don't set
3563         global binding of `line'.
3565 2006-01-25  Andre Spiegel  <spiegel@gnu.org>
3567         * vc-hooks.el (vc-user-login-name): Rewritten to handle access via
3568         Tramp.
3570         * vc.el (vc-default-dired-state-info): Pass FILE to
3571         vc-user-login-name.
3572         (vc-default-update-changelog): Don't use vc-user-login-name, we
3573         don't need it here.
3575         * net/tramp-vc.el (vc-user-login-name): Comment out defadvice, it is
3576         no longer necessary.
3578 2006-01-25  Kenichi Handa  <handa@m17n.org>
3580         * international/mule.el (decode-char): Avoid the overhead of
3581         calling utf-lookup-subst-table-for-decode if
3582         utf-translate-cjk-mode is nil.
3583         (encode-char): Avoid the overhead of calling
3584         utf-lookup-subst-table-for-encode if utf-translate-cjk-mode is
3585         nil.
3587 2006-01-22  Kenichi Handa  <handa@m17n.org>
3589         * international/mule.el (make-subsidiary-coding-system): Reset
3590         `coding-system-define-form' property of subsidiaries to nil.
3591         Avoid duplicated entry in coding-system-alist.
3592         (make-coding-system): Avoid duplicated entry in
3593         coding-system-alist.
3594         (define-coding-system-alias): Likewise.
3596 2006-01-24  Luc Teirlinck  <teirllm@auburn.edu>
3598         * completion.el: Minor fixes in introductory comment.
3599         (completion-def-wrapper): Fix alist.
3601 2006-01-25  Nick Roberts  <nickrob@snap.net.nz>
3603         * thumbs.el (thumbs-new-image-size): New function.
3604         (thumbs-increment-image-size-element)
3605         (thumbs-decrement-image-size-element, thumbs-increment-image-size)
3606         (thumbs-decrement-image-size): Delete.
3607         (thumbs-resize-image-1): Rename from thumbs-resize-image.  Keep old
3608         temp files and use to resize.
3609         (thumbs-resize-image): Rename from thumbs-resize-image-interactive.
3610         Use increment argument to enlarge/shrink.  Preserve point.
3611         (thumbs-shrink-image): Rename from thumbs-resize-image-size-down.
3612         (thumbs-enlarge-image): Rename from thumbs-resize-image-size-up
3613         (thumbs-show-thumbs-list): Set thumbs-buffer to current-buffer.
3614         (thumbs-mark, thumbs-unmark): Preserve point.
3615         (thumbs-modify-image): Keep old temp files and use to modify.
3616         Cleanup old temp files at load time.  Preserve point.
3617         (thumbs-view-image-mode-map): Use new command names.
3619 2006-01-24  Stefan Monnier  <monnier@iro.umontreal.ca>
3621         * log-view.el (log-view-minor-wrap): First rev is the one at point.
3623         * calendar/cal-menu.el: Avoid macros from calendar.el so as to break
3624         the nastiest part of the cyclic dependency.
3625         (cal-menu-update): Use dotimes and calendar-increment-month.
3627         * calendar/calendar.el: Remove unnecessary leading stars in docstrings.
3628         (calendar-week-start-day): Add an :initializer.
3629         (calendar-mode-map): Use suppress-keymap, and command remapping.
3630         (describe-calendar-mode): Setup xref-stack info for the back button.
3631         (calendar-star-date): Insert before delete.
3632         (calendar-set-mode-line): Add file-modified info if applicable.
3633         (calendar-increment-month): New function.
3635 2006-01-24  Tobias C. Rittweiler  <tcr@freebits.de>  (tiny change)
3637         * font-lock.el (lisp-font-lock-keywords-2):
3638         Recognize "& keywords" only at word boundaries.
3640 2006-01-24  Nick Roberts  <nickrob@snap.net.nz>
3642         * thumbs.el (thumbs-extra-images): New variable.  Make it buffer-local
3643         and permanent-local.
3644         (thumbs-max-image-number): New variable.
3645         (thumbs-do-thumbs-insertion): Use them.
3646         (thumbs-per-line): Change default to 4.
3647         (thumbs-marked-list): Rename from thumbs-markedL.
3648         (thumbs-cleanup-thumbsdir, thumbs-delete-images)
3649         (thumbs-rename-images): Use -list instead of L for internal variables.
3650         (thumbs-call-convert): Use call-process instead of shell-command.
3651         (thumbs-insert-thumb): Add filename as help-echo to each image.
3652         (thumbs-show-from-dir): Rename from thumbs-show-all-from-dir.
3653         Give dir to thumbs-show-thumbs-list.
3654         (thumbs-show-thumbs-list): Set default-directory to that of images.
3655         (thumbs-dired-show): Rename from thumbs-dired-show-all.
3656         (thumbs-display-thumbs-buffer, thumbs-show-more-images): New functions.
3657         (thumbs-mode-map): Bind "+" to thumbs-show-more-images.
3658         (thumbs-view-image-mode-map): Bind "^" to thumbs-display-thumbs-buffer.
3660 2006-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
3662         * ses.el (ses-read-cell): Provide a default value.
3664 2006-01-23  Juanma Barranquero  <lekktu@gmail.com>
3666         * term/w32-win.el (image-library-alist): Add additional names for
3667         GIF library.
3669 2006-01-23  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
3671         * international/latexenc.el (latexenc-find-file-coding-system):
3672         Add file-regular-p check.
3674 2006-01-22  Stefan Monnier  <monnier@iro.umontreal.ca>
3676         * simple.el (clone-buffer): Don't show the new buffer in the same
3677         window.
3679 2006-01-23  Juri Linkov  <juri@jurta.org>
3681         * faces.el (link, link-visited): New faces based on default values
3682         of `info-xref' and `info-xref-visited'.
3684         * info.el (info-xref): Inherit from `link'.
3685         (info-xref-visited): Inherit from `link-visited'.
3687         * cus-edit.el (custom-buffer-create-internal): Use widget type
3688         `custom-manual' instead of `info-link' and don't set properties
3689         `button-face' and `mouse-face' explicitly.
3690         (custom-browse-group-tag, custom-browse-variable-tag)
3691         (custom-browse-face-tag): Inherit from widget class
3692         `custom-group-link' instead of `push-button'.
3693         (custom-button-unraised): Inherit from `underline' face.
3694         (custom-link): Inherit from `link' face.  Fix doc and group.
3695         (custom-add-parent-links, custom-group-value-create): Don't set
3696         properties `button-face' and `mouse-face' explicitly for
3697         `custom-group-link' widget.
3698         (custom-group-link): Add properties `button-face' and `mouse-face'
3699         to widget definition.
3700         (custom-field-keymap): New variable.  Put `custom-field-keymap' to
3701         editable-field's :keymap property.
3702         (custom-mode): Fix docstring: substitute keybindings for
3703         `widget-forward' and `widget-backward' from `widget-keymap',
3704         `widget-complete' from `custom-field-keymap', replace old
3705         `Custom-move-and-invoke' with `widget-move-and-invoke'.  Untabify.
3707         * desktop.el (desktop-load-file): Check for `fboundp' before
3708         calling `symbol-function'.
3710         * simple.el (clone-buffer, clone-indirect-buffer)
3711         (clone-indirect-buffer-other-window): Use `read-buffer' instead of
3712         `read-string'.  Fix prompts.
3714         * play/doctor.el (doctor-mode-map): Rename from `doc-mode-map'.
3716 2006-01-23  Nick Roberts  <nickrob@snap.net.nz>
3718         * thumbs.el (thumbs-file-alist): Avoid creating duplicate entries.
3720 2006-01-22  Luc Teirlinck  <teirllm@auburn.edu>
3722         * startup.el (inhibit-splash-screen, initial-scratch-message):
3723         Doc fixes.
3725 2006-01-22  Michael Albinus  <michael.albinus@gmx.de>
3727         Sync with Tramp 2.0.52.
3729         * net/tramp.el, net/tramp-ftp.el, net/tramp-util.el,
3730         net/tramp-vc.el: Add code for unloading Tramp.  See comment before
3731         `tramp-unload-tramp' for checklist.
3733         * net/tramp.el: Require `timer-funcs' instead of `timer' if in
3734         XEmacs.  Contributed by Steve Youngs <steve@sxemacs.org>.
3735         (tramp-unload-file-name-handler-alist)
3736         (tramp-unload-tramp): New defuns.
3737         (tramp-advice-PC-expand-many-files): New defadvice.
3738         (tramp-save-PC-expand-many-files, tramp-setup-complete) Defuns
3739         removed.
3740         (tramp-handle-expand-file-name): Remove double slash.
3741         (tramp-handle-file-attributes-with-ls): Return t as 9th attribute.
3742         It doesn't matter, because it will be converted later on.
3743         (tramp-handle-file-ownership-preserved-p): Rewritten.  The old
3744         implementation was just heuristic.
3745         (tramp-post-connection): Set uid and gid properties.
3746         (tramp-convert-file-attributes): Set file's gid change bit.
3747         (tramp-get-remote-uid, tramp-get-remote-gid): New defuns.
3748         (tramp-handle-expand-file-name): Use "~root" for tilde expansion
3749         in case of su(do)? methods.  The home directory of the local user
3750         will be taken else.
3751         (tramp-open-connection-telnet)
3752         (tramp-open-connection-rsh, tramp-open-connection-su)
3753         (tramp-open-connection-multi): Set PS1 to "$ ".  Otherwise, a
3754         local shell prompt could hurt.  Reported by Romain Francoise
3755         <romain@orebokech.com>.
3756         (tramp-let-maybe): Add `edebug-form-spec' property.
3757         (tramp-handle-expand-file-name): Bind `default-directory' locally
3758         to "/" in order to avoid problems with UNC shares or Cygwin
3759         mounts.
3760         (tramp-md5-function): Fix typo in error message.
3762         * net/tramp-ftp.el (tramp-ftp-enable-ange-ftp): New defun.
3764         * net/tramp-util.el (top): Apply `ignore' instead of `identity'
3765         for byte-compiler pacification.
3767 2006-01-22  Andre Spiegel  <spiegel@gnu.org>
3769         * vc-rcs.el (vc-rcs-state-heuristic): Use file-attributes with
3770         ID-FORMAT `string'.  This allows us to get rid of
3771         `vc-user-login-name UID'.
3773         * vc-sccs.el (vc-sccs-state-heuristic): Likewise.
3775 2006-01-22  John Paul Wallington  <jpw@pobox.com>
3777         * hl-line.el (hl-line-highlight, hl-line-move): Doc fixes.
3779 2006-01-21  Martin Rudalics  <rudalics@gmx.at>
3781         * emacs-lisp/find-func.el (find-definition-noselect)
3782         (find-variable-noselect): Search variables in C source code too.
3783         (find-function-C-source, find-function-noselect, find-function)
3784         (find-function-other-frame, find-variable-noselect, find-variable)
3785         (find-variable-other-frame, find-variable-at-point):
3786         Fix docstrings.
3788 2006-01-21  Francesco Potorti`  <pot@gnu.org>
3790         * mail/rmailout.el (rmail-output): Don't use content-type if it is nil.
3792 2006-01-21  Agustin Martin  <agustin.martin@hispalinux.es>
3794         * textmodes/flyspell.el (flyspell-emacs-popup, flypell-xemacs-popup):
3795         Default to disabling the "Save affix" question.
3797 2006-01-21  Marien Zwart  <marienz@gentoo.org>  (tiny change)
3799         * progmodes/python.el (python-mode) <eldoc-mode-hook>: Pass nil as
3800         the first arg to run-python.
3802 2006-01-21  Eli Zaretskii  <eliz@gnu.org>
3804         * startup.el (command-line-1): Handle --no-desktop if desktop.el
3805         is not loaded.
3807 2006-01-20  Jay Belanger  <belanger@truman.edu>
3809         * calc/calcalg2.el (calc-sum-rec): Fix the sum when the lower
3810         limit is 0.
3812         * calc/calc-arith.el (math-add-symb-fancy): Check the length of
3813         the correct variable.
3815 2006-01-20  Carsten Dominik  <dominik@science.uva.nl>
3817         * textmodes/org.el (org-open-at-point): Fixed bug with matching a
3818         link.  Fixed buggy argument sequence in call to `org-view-tags'.
3819         (org-compile-prefix-format): Set `org-prefix-has-tag'.
3820         (org-prefix-has-tag): New variable.
3821         (org-format-agenda-item): Remove tags from headline if
3822         appropriate.
3823         (org-agenda-remove-tags-when-in-prefix): New option.
3824         (org-get-tags-at): New function.
3826 2006-01-20  Nick Roberts  <nickrob@snap.net.nz>
3828         * thumbs.el (thumbs-buffer): New variable.  Make it buffer local.
3829         (thumbs-find-image): Move image name and number from buffer name
3830         to mode name.  Set thumbs-buffer.  Preserve point so that large
3831         images remain visible.
3832         (thumbs-file-alist): Construct list in thumbs-buffer and reverse
3833         order.
3834         (thumbs-show-image-num): Get image from thumbs-file-alist.  Set
3835         mode name.
3836         (thumbs-next-image, thumbs-previous-image): Make them work.
3838 2006-01-19  Luc Teirlinck  <teirllm@auburn.edu>
3840         * cus-edit.el (custom-buffer-create-internal): State in the text above
3841         the whole buffer buttons that they do not operate on hidden items.
3842         (custom-face-menu): Use `custom-face-save' instead of
3843         `custom-face-save-command'.
3844         (custom-face-save-command): Make it an alias for `custom-face-save'
3845         and declare it obsolete.
3846         (custom-face-save): Doc fix.
3848         * dired.el (dired-no-confirm): Add quote.
3849         (dired-subdir-alist-pre-R): Add quote in
3850         `make-variable-buffer-local' form and remove unbalanced parenthesis.
3852 2006-01-19  Stefan Monnier  <monnier@iro.umontreal.ca>
3854         * textmodes/table.el (table-mode-indicator): Typo in last change.
3856 2006-01-19  Richard M. Stallman  <rms@gnu.org>
3858         * outline.el (hide-leaves): Don't call outline-end-of-heading.
3859         Fixes bug reported in Nov 2005.
3861         * isearch.el (isearch-forward): Doc fix.
3863         * dired.el (dired-move-to-filename-regexp): Define as alias.
3864         (dired-no-confirm): Use defcustom.
3865         (dired-subdir-alist-pre-R): Put defvar at top level.
3867         * battery.el (battery-linux-proc-acpi): Handle "last full capacity".
3869         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
3870         Mark as risky.
3872         * simple.el (set-mark-command): Doc fix.
3873         (clone-indirect-buffer-other-window):
3874         Read arg like clone-indirect-buffer.
3875         (move-beginning-of-line): Skip invisible newlines.
3877 2006-01-19  Masatake YAMATO  <jet@gyve.org>
3879         * progmodes/cpp.el (cpp-edit-load): Make the order of
3880         listed conditions in a base C code buffer and its associate
3881         CPP Edit buffer the same.
3883 2006-01-19  Kenichi Handa  <handa@m17n.org>
3885         * mail/rmail.el (rmail-enable-mime): Docstring fixed.
3886         (rmail-mime-feature): Likewise.
3887         (rmail-require-mime-maybe): Use display-warning to show a warning
3888         message.
3890         * international/mule.el (auto-coding-regexp-alist-lookup): New fun.
3891         (find-auto-coding): Use auto-coding-regexp-alist-lookup.
3893 2006-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
3895         * array.el: Move defvars out of eval-when-compile.
3896         (array-make-template): Replace undeclared global var with a local one.
3897         (array-mode): Inline initialization functions.
3898         (array-init-local-variables, array-init-max-row)
3899         (array-init-max-column, array-init-columns-per-line)
3900         (array-init-field-width, array-init-rows-numbered)
3901         (array-init-line-length, array-init-lines-per-row): Remove.
3903         * play/doctor.el: Move defvars out of eval-when-compile.  Use dolist.
3904         (doc-mode-map): Define explicitly.
3905         (doctor-txtype): Use mapc.
3907         * textmodes/table.el: Move defvars out of eval-when-compile.
3908         Remove harmful code meant to avoid byte-compiler warnings.
3909         (table-fixed-mode-indicator): Remove.  Use a more complex mode-line
3910         specification that checks table-fixed-width-mode directly.
3911         (table-recognize-region, table-recognize-cell):
3912         Use restore-buffer-modified-p.
3913         (table-fixed-width-mode): Remove code that refreshes
3914         table-fixed-mode-indicator.
3915         (*table--cell-describe-bindings, *table--cell-describe-mode):
3916         Avoid obsolete name print-help-return-message.
3917         (table--test-cell-list): Don't use replace-regexp from elisp.
3918         (table--point-entered-cell-function, table--point-left-cell-function):
3919         Don't set table-fixed-mode-indicator, use force-mode-line-update.
3921         * textmodes/org.el: Move defvars out of eval-when-compile.  Move code
3922         that was after the end of file.  Use buffer-file-name variable.
3923         (org-timestamp-change): Use with-current-buffer.
3924         (org-todo-list): Don't unnecessarily define a new buffer-local var.
3925         (org-agenda-file-to-end, org-agenda-file-to-front): Remove unused arg
3926         `file'.
3928         * progmodes/fortran.el: Move defvars out of eval-when-compile.
3929         (fortran-break-line): Remove unused var `opoint'.
3930         (fortran-abbrev-start): Obey help-event-list.
3932 2006-01-18  Jesper Harder  <harder@phys.au.dk>
3934         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-substring.
3936 2006-01-18  Masatake YAMATO  <jet@gyve.org>
3938         * progmodes/make-mode.el (makefile-imake-mode): New mode
3939         derived from makefile-mode.
3940         (makefile-imake-mode-syntax-table): New syntax table
3941         derived from makefile-mode-syntax-table.
3942         (makefile-mode): Write about makefile-imake-mode in doc string.
3943         (makefile-mode-map): Bind "\C-c\C-m\C-i" to makefile-imake-mode.
3944         (makefile-imake-font-lock-keywords): New font lock keywords.
3946         * files.el (auto-mode-alist): Add Imakefile.
3948 2006-01-17  Agustin Martin  <agustin.martin@hispalinux.es>
3950         * textmodes/flyspell.el (ispell-kill-ispell-hook): Add to the hook when
3951         loading the file rather than when turning on flyspell-mode.
3953 2006-01-16  Luc Teirlinck  <teirllm@auburn.edu>
3955         * cus-edit.el (customize-rogue): Minor doc fix.
3957 2006-01-17  Juri Linkov  <juri@jurta.org>
3959         * dired-aux.el (dired-diff): Use dired-dwim-target-directory
3960         instead of the file at the mark as default if the file at the mark
3961         is the same as the file at point or if dired-dwim-target-directory
3962         is not the same as the current directory and the mark is not active.
3964         * log-view.el (log-view-minor-wrap): Use the same logic to get
3965         revisions as `log-view-diff'.
3967         * info.el (Info-revert-find-node): Check for Info-current-file
3968         before preserving new-history.
3970         * man.el (Man-heading-regexp): Add `/'.
3972         * textmodes/sgml-mode.el: Add `coding: iso-2022-7bit' cookie.
3973         (html-mode): Set `sentence-end-base' instead of `sentence-end'.
3975 2006-01-16  Juri Linkov  <juri@jurta.org>
3977         * faces.el (mode-line-faces): New defgroup.
3978         (mode-line-highlight): Move definition after new defgroup.
3979         (mode-line, mode-line-inactive, mode-line-highlight):
3980         Replace :group `modeline' with `mode-line-faces'.
3981         (mode-line-buffer-id): New face.
3982         (modeline-buffer-id): New face alias.
3983         (vertical-border): Remove :group `modeline'.
3985         * bindings.el (propertized-buffer-identification): Use face
3986         `mode-line-buffer-id' instead of `Buffer-menu-buffer'.
3987         (mode-line-next-buffer, mode-line-previous-buffer): New functions.
3988         (mode-line-buffer-identification-keymap): For mouse-1 replace
3989         `mode-line-unbury-buffer' with `mode-line-previous-buffer'.
3990         Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
3991         mouse-3.
3993         * buff-menu.el (buffer-menu-buffer) <defface>: Renamed from
3994         Buffer-menu-buffer.  Doc fix.
3995         (Buffer-menu-buffer): Face alias to buffer-menu-buffer.
3996         (list-buffers-noselect): Use `buffer-menu-buffer' face instead of
3997         `Buffer-menu-buffer'.
3999         * info.el (Info-mode-line-node-keymap): New defvar.
4000         (Info-set-mode-line): Use `stringp' to check Info-current-file.
4001         Propertize Info-current-node with `mode-line-buffer-id' and
4002         `mode-line-highlight' faces and `Info-mode-line-node-keymap'.
4004         * time.el (display-time-mail-face): Replace :group `faces' with
4005         `mode-line-faces'.
4007 2006-01-16  Kenichi Handa  <handa@m17n.org>
4009         * international/code-pages.el: Add autoload cookies for cp125[0345678].
4011         * language/european.el (cp1252): New alias for windows-1252.
4013         * international/mule.el (autoload-coding-system): Prepare for EOL
4014         variants.
4016 2006-01-15  Dan Nicolaescu  <dann@ics.uci.edu>
4018         * term.el (term-raw-map): Add mapping for insert.
4019         (term-send-insert): New.
4020         (term-mode): Make variables local here instead of doing it in
4021         `term-emulate-terminal'.
4022         (term-emulate-terminal): Delete incorrect optimization for cr+lf.
4023         Scroll reverse needs to take into account the scroll region.
4024         Saving and restoring the cursor should save the color attributes too.
4025         (term-reset-terminal): Reset the scroll region.
4026         (term-handle-ansi-escape): Cursor up and down should take into
4027         account the scroll region.
4028         (term-set-scroll-region): Rename from `term-scroll-region'.
4029         Move to 0,0 after setting the region.
4030         (term-handle-scroll): Handle scroll up.
4031         (term-down): Fix off by one error.
4032         (term-delete-lines): Do not delete outside the scroll region.
4033         (term-insert-lines): Take into account the scroll region.
4035 2006-01-15  Stefan Monnier  <monnier@iro.umontreal.ca>
4037         * textmodes/ispell.el (ispell-internal-change-dictionary)
4038         (ispell-change-dictionary): Undo most of last change of 2006-01-13.
4039         (start, end): Move declaration outside of eval-when-compile.
4041         * textmodes/flyspell.el (flyspell-kill-ispell-hook): New fun.
4042         (flyspell-mode-on): Use it.
4044         * textmodes/ispell.el (ispell-kill-ispell): Run new hook
4045         ispell-kill-ispell-hook.
4047 2006-01-14  Luc Teirlinck  <teirllm@auburn.edu>
4049         * cus-edit.el (Custom-set, Custom-save, Custom-reset-current)
4050         (Custom-reset-saved): Do not ask for confirmation in single option
4051         buffers.
4053 2006-01-13  Richard M. Stallman  <rms@gnu.org>
4055         * font-lock.el (lisp-font-lock-keywords-1): Minor rearrangement.
4057 2006-01-13  Romain Francoise  <romain@orebokech.com>
4059         * add-log.el (add-change-log-entry, change-log-merge):
4060         Conditionally use `hard-newline'.
4062 2006-01-13  Martin Rudalics  <rudalics@gmx.at>
4064         * wid-edit.el (widget-field-end): If the overlay is no longer
4065         associated with a buffer, behave as if the overlay didn't exist.
4067         * cus-edit.el (custom-add-see-also, custom-add-parent-links):
4068         Make sure the links use the `custom-link' face.
4070 2006-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
4072         * progmodes/ld-script.el (auto-mode-alist): Use \' rather than $.
4073         (ld-script-mode): Don't set indent-line-function since we don't
4074         have one.
4076 2006-01-13  Carsten Dominik  <dominik@science.uva.nl>
4078         * textmodes/org.el (org-open-file): Use mailcap for selecting an
4079         application.
4080         (org-file-apps-defaults-gnu): Use mailcap as the default for
4081         selecting an application on a UNIX system.
4082         (org-agenda-show-tags): New command.
4083         (org-table-insert-hline): Keep cursor in current table line.
4084         (org-table-convert): Offset effect of modifying
4085         `org-table-insert-hline'.
4086         (org-format-agenda-item): New optional argument TAG.
4087         (org-compile-prefix-format): Handle %T format for the tag.
4088         (org-expand-wide-chars): New function.
4089         (org-table-insert-row, org-table-insert-hline):
4090         Use `org-expand-wide-chars'.
4091         (org-open-file): Fix bug in program launch.
4092         (org-get-time-of-day): Fix bug with times before 1am.
4093         (org-agenda-menu): Add tags commands.
4095 2006-01-13  Agustin Martin  <agustin.martin@hispalinux.es>
4097         * textmodes/ispell.el (ispell-init-process): Include the used
4098         dictionary in ispell process start message.
4099         (ispell-internal-change-dictionary): When flyspell-mode is active
4100         and dictionary is changed, make sure ispell process is restarted
4101         and flyspell word cache cleared out for the current buffer.
4102         (ispell-change-dictionary): Make sure flyspell word cache is
4103         cleared out in all buffers with active flyspell mode when
4104         dictionary is globally changed.
4105         Call ispell-internal-change-dictionary after dictionary change.
4107 2006-01-13  Eli Zaretskii  <eliz@gnu.org>
4109         * emacs-lisp/bytecomp.el (batch-byte-recompile-directory): Doc fix.
4111         * makefile.w32-in (MH_E_SRC): Synchronize with Makefile.in.
4112         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): Update Copyright
4113         years.  Fix small differences wrt Makefile.in.
4114         (recompile): Use --eval '(batch-byte-recompile-directory 0)', like
4115         Makefile.in does.
4117 2006-01-12  Bill Wohler  <wohler@newt.com>
4119         * Makefile.in (MH_E_SRC): Replace mh-index.el and mh-pick.el with
4120         mh-search.el.
4122 2006-01-12  Masatake YAMATO  <jet@gyve.org>
4124         * progmodes/ld-script.el: Update copyright year.
4126 2006-01-12  Chong Yidong  <cyd@stupidchicken.com>
4128         * cus-theme.el (custom-theme-add-variable, custom-theme-add-face):
4129         Don't add widget if setting undefined.
4131 2006-01-12  John Paul Wallington  <jpw@pobox.com>
4133         * help-fns.el (describe-variable): Remove newlines from void
4134         variable output.
4136 2006-01-13  Nick Roberts  <nickrob@snap.net.nz>
4138         * wdired.el (wdired-mode-map): Add help echo for
4139         wdired-abort-changes.
4141         * man.el (Man-file-name-regexp): Adjust for a list of files.
4143 2006-01-12  Masatake YAMATO  <jet@gyve.org>
4145         * progmodes/ld-script.el (auto-mode-alist): Support
4146         suffix conventions used in netbsd and eCos.
4148 2006-01-11  Luc Teirlinck  <teirllm@auburn.edu>
4150         * cus-edit.el (custom-reset-menu, custom-buffer-create-internal)
4151         (custom-variable-menu, custom-face-menu, custom-group-menu)
4152         (Custom-mode-menu): Change names of menu items.  (As discussed on
4153         emacs-devel.)
4154         (custom-face-menu): Add "Undo Edits" item.
4156         * startup.el (init-file-user): defcustom -> defvar.
4158         * tooltip.el (tooltip-mode): Doc fix.
4160 2006-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
4162         * reveal.el (reveal-post-command): window-buffer signals an error on
4163         dead windows rather than returning nil.
4164         (reveal-open-new-overlays): An overlay might die while we open others.
4166 2006-01-11  Bill Wohler  <wohler@newt.com>
4168         * cus-dep.el (generated-custom-dependencies-file): Fix typo and
4169         phrasing in docstring.
4171         * Makefile.in (MH_E_SRC): Rename from MH-E-SRC since the dashes
4172         can give some systems gas.  Add new file mh-buffers.el.
4174 2006-01-06  Masatake YAMATO  <jet@gyve.org>
4176         * font-lock.el (cpp-font-lock-keywords): Font lock keywords for
4177         C preprocessor forward ported from GNU Emacs 21.2.
4179         * progmodes/asm-mode.el (asm-font-lock-keywords):
4180         Use `cpp-font-lock-keywords'.
4182         * progmodes/ld-script.el (ld-script-font-lock-keywords): Ditto.
4184         * progmodes/ld-script.el (auto-mode-alist): Use \\> instead
4185         of $ for "\\.ld[s]?".
4187 2006-01-10  Stefan Monnier  <monnier@iro.umontreal.ca>
4189         * progmodes/tcl.el (tcl-indent-command): Use indent-for-tab-command.
4190         (tcl-indent-line): Return `noindent' if inside a string.
4192         * progmodes/flymake.el (flymake-split-string): Remove more than one
4193         empty string at beg/end of the result.
4194         (flymake-find-buildfile, flymake-find-possible-master-files):
4195         Use expand-file-name.
4196         (flymake-fix-file-name): Don't replace \ with / and don't remove ./
4197         since expand-file-name does it for us.  Use directory-file-name.
4198         (flymake-ler-get-full-file, flymake-ler-get-file, flymake-ler-get-line)
4199         (flymake-ler-get-type, flymake-ler-get-text)
4200         (flymake-ler-make-ler): Remove.  Replace by defstruct.  Update callers.
4201         (flymake-current-line-no): Remove spurious interactive spec.
4202         (flymake-delete-temp-directory): Remove unused var `slash-pos'.
4203         (flymake-check-include): Remove arg inc-path merged into inc-name.
4204         (flymake-check-patch-master-file-buffer): Fit in 80 columns.
4205         Arg regexp-list replaced by a simple regexp.
4206         (flymake-master-make-header-init, flymake-master-tex-init):
4207         Correspondingly replace regexp-list with a regexp.  Fix regexp.
4209 2006-01-10  Simon Josefsson  <jas@extundo.com>
4211         * mail/smtpmail.el (smtpmail-try-auth-methods): Add comment
4212         describing AUTH PLAIN fix.
4214 2006-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
4216         * mail/emacsbug.el (report-emacs-bug-text-prompt): Delete var.
4217         (report-emacs-bug): Don't record initial prompt text.
4218         Instead, add text properties to prompting text.
4219         (report-emacs-bug-hook): Delete prompting text.
4221 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4223         * progmodes/flymake.el (flymake-find-buildfile): Remove invariant arg
4224         `dirs'.  Adjust callers.
4226 2006-01-09  John Paul Wallington  <jpw@gnu.org>
4228         * cus-edit.el (custom-comment) <defface>: Add TTY definitions.
4230 2006-01-09  Stefan Monnier  <monnier@iro.umontreal.ca>
4232         * reveal.el (reveal-open-new-overlays): New extracted fun.
4233         (reveal-close-old-overlays): Idem.  Check overlays's liveness before
4234         using them.  Simplify the code.
4235         (reveal-post-command): Use them.  Fix up obsolete windows in
4236         reveal-open-spots.
4238         * progmodes/flymake.el: Use `require' rather than autoload for
4239         XEmacs's overlays.
4240         (flymake-get-common-file-prefix, flymake-build-relative-filename):
4241         Delete.  Use file-relative-name instead.
4242         (flymake-get-syntax-check-program-args, flymake-perl-init):
4243         Simplify the resulting code.
4245         * log-view.el (log-view-file-re, log-view-message-re): Add support
4246         for DaRCS output.
4248 2006-01-09  Alex Schroeder  <alex@gnu.org>
4250         * mail/rmail.el (rmail-reply-regexp): Also ignore mailing list
4251         identifiers sometimes added in square brackets at the beginning of
4252         subject lines.
4254 2006-01-07  Richard M. Stallman  <rms@gnu.org>
4256         * cus-edit.el (Custom-set, Custom-save): Doc fix.
4257         (Custom-reset-current, Custom-reset-saved): Change question text.
4258         (Custom-reset-standard): Likewise.
4259         (custom-variable-reset-saved): Doc fix.
4261 2006-01-07  Eli Zaretskii  <eliz@gnu.org>
4263         * startup.el (init-file-user): Doc fix.
4265 2006-01-07  Alex Schroeder  <alex@gnu.org>
4267         * mail/rmail.el (rmail-current-subject): New function.
4268         (rmail-current-subject-regexp): New function.
4269         (rmail-next-same-subject): Use it.
4271         * mail/rmailsum.el (rmail-summary-by-topic):
4272         Use rmail-current-subject and rmail-current-subject-regexp.
4273         (rmail-summary-next-same-subject): Ditto.
4275         * net/rcirc.el (rcirc-send-input): No longer check whether the
4276         process is open, since not all commands need an open process.
4277         (rcirc-send-string): Check whether the process is open before
4278         sending anything.
4279         (rcirc-ignore-list): New option.
4280         (rcirc-ignore-list-automatic): New variable.
4281         (rcirc-print): Take rcirc-ignore-list into account.
4282         (rcirc-cmd-ignore): New command.
4283         (rcirc-ignore-update-automatic): New function.
4284         (rcirc-handler-PART, rcirc-handler-QUIT): Use it to maintain the
4285         list if ignored nicks.
4286         (rcirc-handler-NICK): Ditto, and also ignore the new nick.
4288 2006-01-06  David Reitter  <david.reitter@gmail.com>
4290         * mail/emacsbug.el (report-emacs-bug): Let explanations correctly
4291         reflect the address to which the report will be sent.
4293 2006-01-06  Eli Zaretskii  <eliz@gnu.org>
4295         * progmodes/ld-script.el (auto-mode-alist): Recognize linker
4296         scripts whose file-name extensions are "\.x[bdsru]?[cn]?$".
4298 2006-01-01  Michael Ernst  <mernst@alum.mit.edu>  (tiny changes)
4300         * textmodes/tildify.el: Fix typos (misspellings) in the commentary.
4302         * emacs-lisp/find-func.el (find-definition-noselect): Fix typo in
4303         the doc string: "functoin" => "function".
4304         * ldefs-boot.el: Likewise.
4306         * textmodes/bibtex.el (bibtex-validate-globally): Fix typo in a
4307         message text: "Duplicat" => "Duplicate".
4309 2006-01-06  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
4311         * files.el (basic-save-buffer-2): If backing-up failed, reset
4312         buffer-backed-up to nil.
4314 2006-01-06  Nick Roberts  <nickrob@snap.net.nz>
4316         * progmodes/gud.el (gdb-script-skip-to-head)
4317         (gdb-script-calculate-indentation): Indent for breakpoint command
4318         lists also.
4320 2006-01-05  Bill Wohler  <wohler@newt.com>
4322         * Makefile.in (compile-always): Add mh-autoloads dependency.
4323         (bootstrap): Remove mh-autoloads dependency, as compile dependency
4324         provides it.
4325         (updates): Remove mh-autoloads dependency, since it probably has
4326         already run recently (via recompile).
4328 2006-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
4330         * textmodes/flyspell.el (flyspell-accept-buffer-local-defs): Add an
4331         argument `force' to disable the flyspell-last-buffer optimization.
4332         (flyspell-mode-on): Use it.
4334         * progmodes/flymake.el (flymake-get-cleanup-function): Default to
4335         flymake-simple-cleanup.
4336         (flymake-allowed-file-name-masks): Use this new default.
4337         All the functions are now called in the right buffer rather than
4338         passing the buffer as argument.
4339         (flymake-process-sentinel): Switch to buffer before calling cleanup.
4340         (flymake-parse-err-lines): Remove redundant buffer arg.
4341         (flymake-get-program-dir): Comment out unused function.
4342         (flymake-start-syntax-check, flymake-start-syntax-check-process):
4343         Remove redundant buffer argument.
4344         (flymake-get-real-file-name, flymake-simple-java-cleanup)
4345         (flymake-simple-cleanup, flymake-master-cleanup): Remove buffer arg.
4347 2006-01-05  Richard M. Stallman  <rms@gnu.org>
4349         * info.el (Info-find-node): Don't record previous node if have none.
4350         (info): Go to directory only if history is empty.
4352         * simple.el (mark): Doc fix.
4354 2006-01-05  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
4356         * term/mac-win.el (mac-ae-parameter): Don't coerce data if it is
4357         already of desired type.
4358         (mac-ae-list): Coerce parameter to "list" type.
4359         (mac-dispatch-apple-event): Replace cadr part of event with a
4360         dummy position so that event-start returns it.
4362 2006-01-05  Carsten Dominik  <dominik@science.uva.nl>
4364         * textmodes/org.el (org-end-of-subtree): New function.
4365         (org-cycle, org-subtree-end-visible-p, org-scan-tags):
4366         Use `org-end-of-subtree'.
4367         (org-agenda, org-agenda-convert-date): Protect calls to
4368         `fit-window-to-buffer'.
4369         (org-tags-view): Force matching of sublevels when doing a
4370         todo-only search.  Define the correct redo command, including the
4371         arguments.
4372         (org-agenda-redo): Display message.
4373         (org-check-for-org-mode): New function.
4374         (org-agenda-type): New variable.
4375         (org-timeline, org-agenda-list, org-todo-list, org-tags-view):
4376         Set `org-agenda-type'.
4377         (org-agenda-check-type): New function.
4378         (org-agenda-goto-today, org-agenda-later, org-agenda-earlier)
4379         (org-agenda-week-view, org-agenda-day-view)
4380         (org-agenda-next-date-line, org-agenda-previous-date-line)
4381         (org-agenda-log-mode, org-agenda-toggle-diary)
4382         (org-agenda-toggle-time-grid, org-agenda-date-later)
4383         (org-agenda-date-prompt, org-agenda-diary-entry)
4384         (org-agenda-execute-calendar-command, org-agenda-goto-calendar)
4385         (org-agenda-convert-date, org-agenda-menu):
4386         Use `org-agenda-check-type'.
4387         (org-make-overlay, org-delete-overlay)
4388         (org-detatch-overlay, org-move-overlay, org-overlay-put):
4389         New compatibility functions.
4390         (org-calendar-select-mouse): New command.
4392 2006-01-04  Chong Yidong  <cyd@stupidchicken.com>
4394         * cus-edit.el (Custom-reset-current, Custom-reset-saved)
4395         (Custom-reset-standard): Fix y-or-n-p messages.
4396         (custom-link): New face for links.
4397         (custom-buffer-create-internal, custom-manual): Use it.
4398         (custom-face-save): Push to theme-face before setting face spec.
4400         * wid-edit.el (widget-default-mouse-face-get): New function.
4401         (widget-specify-button): Handle mouse-face like button-face.
4403         * custom.el (load-theme): Clear old theme settings if reloading.
4405 2006-01-03  Luc Teirlinck  <teirllm@auburn.edu>
4407         * cus-edit.el (custom-buffer-create-internal): Move whole buffer
4408         "Erase Customization" button back to same position it occupies in
4409         the individual State menus.
4411 2006-01-04  Kim F. Storm  <storm@cua.dk>
4413         * wid-edit.el (key-sequence): Rework widget to read key binding
4414         using `kbd' syntax.  Use C-q to insert literal key, event, or code.
4415         (widget-key-sequence-default-value): Default value for empty sequence.
4416         (widget-key-sequence-map): New map for reading key binding.  Bind C-q.
4417         (widget-key-sequence-read-event): New command for C-q.
4418         (widget-key-sequence-validate, widget-key-sequence-value-to-internal)
4419         (widget-key-sequence-value-to-external): New functions.
4421 2006-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
4423         * progmodes/flymake.el (flymake-create-temp-with-folder-structure):
4424         Use expand-file-name.
4425         (flymake-delete-temp-directory): Use expand-file-name,
4426         file-name-directory, and directory-file-name.
4427         (flymake-strrchr): Delete.
4428         (flymake-start-syntax-check): Don't pass the redundant buffer argument
4429         to the init-f function.
4430         (flymake-save-buffer-in-file, flymake-init-create-temp-buffer-copy)
4431         (flymake-init-find-buildfile-dir)
4432         (flymake-init-create-temp-source-and-master-buffer-copy)
4433         (flymake-simple-make-init-impl, flymake-simple-make-init)
4434         (flymake-master-make-init, flymake-master-make-header-init)
4435         (flymake-simple-make-java-init, flymake-simple-ant-java-init)
4436         (flymake-perl-init, flymake-simple-tex-init, flymake-master-tex-init)
4437         (flymake-xml-init): Remove corresponding redundant buffer argument.
4438         (flymake-allowed-file-name-masks): Remove last elems that are equal to
4439         the default anyway.  Clean up regexps.
4441         * progmodes/flymake.el (flymake-temp-source-file-name)
4442         (flymake-master-file-name, flymake-temp-master-file-name)
4443         (flymake-base-dir): New buffer-local vars.
4444         (flymake-buffer-data, flymake-get-buffer-value)
4445         (flymake-set-buffer-value): Replace those hash-tables by the new
4446         buffer-local vars.  Update callers.
4448         * progmodes/flymake.el (flymake-check-start-time)
4449         (flymake-check-was-interrupted, flymake-err-info, flymake-is-running)
4450         (flymake-last-change-time, flymake-new-err-info, flymake-timer):
4451         Move definition, so we can remove redundant earlier declaration.
4452         (flymake-replace-regexp-in-string, flymake-split-string)
4453         (flymake-get-temp-dir): Use defalias.
4454         (flymake-popup-menu): Remove `pos' argument.  Use posn-at-point.
4455         (flymake-xemacs-window-edges): Remove unused function.
4456         (flymake-get-point-pixel-pos): Move.
4457         (flymake-pid-to-names, flymake-reg-names)
4458         (flymake-get-source-buffer-name, flymake-unreg-names): Remove.
4459         Replace by a simple list flymake-processes and by process-buffer.
4460         Update callers.  Other than simplify the code, it uses buffers rather
4461         than buffer-names so it doesn't get confused by uniquify.
4462         (flymake-buffer-data): The global value should just be nil.
4464         * emacs-lisp/bytecomp.el (byte-compile-file-form-defalias):
4465         Optimize the body of a defalias like any other code.
4467         * font-lock.el (font-lock-fontify-buffer, font-lock-fontify-region):
4468         Make sure we've setup font-lock's vars.  It may influence which
4469         function we then call.
4470         (font-lock-default-fontify-buffer): Don't bother calling set-defaults
4471         here since it's too late anyway.
4473 2006-01-03  Romain Francoise  <romain@orebokech.com>
4475         * startup.el (fancy-splash-tail, normal-splash-screen):
4476         Update copyright year.
4478 2006-01-02  J.D. Smith  <jdsmith@as.arizona.edu>
4480         * mouse.el (mouse-drag-track): Rename, from
4481         `mouse-drag-region-1'.  Includes optional argument required to
4482         enable post-drag event processing (e.g. delete region keys).
4483         Can be used without this argument to track a mouse region and operate
4484         on it as soon as the drag completes.
4485         (mouse-drag-region): Use `mouse-drag-track'.
4487 2006-01-02  Chong Yidong  <cyd@stupidchicken.com>
4489         * cus-edit.el (custom-guess-name-alist, custom-guess-doc-alist):
4490         Move to `custom-buffer' group.
4492         * cus-theme.el: Rewrite the Custom New Theme Mode interface.
4493         (custom-new-theme-mode-map, custom-theme-insert-variable-marker)
4494         (custom-theme-insert-face-marker, custom-theme-variable-menu)
4495         (custom-theme-face-menu): New variables.
4496         (custom-theme-add-variable, custom-theme-variable-action)
4497         (custom-variable-reset-theme, custom-theme-delete-variable)
4498         (custom-face-reset-theme, custom-theme-face-action)
4499         (custom-theme-delete-face, custom-theme-merge-theme)
4500         (custom-theme-add-face, custom-theme-visit-theme): New functions.
4502 2006-01-01  Chong Yidong  <cyd@stupidchicken.com>
4504         * custom.el: Move Custom Themes commentary to start of theme code.
4505         (custom-known-themes): Rename `standard' theme to `changed'.
4506         (custom-push-theme): Caller no longer specifies what theme to use
4507         when doing `reset'---the setting is simply removed from the theme.
4508         Delete MODE from `theme-value' and `theme-settings' properties.
4509         (custom-declare-theme): Ignore &rest args since we don't use them.
4511         (custom-loaded-themes): Delete variable.
4512         (custom-theme-load-themes, custom-theme-loaded-p)
4513         (custom-theme-value): Delete functions.
4515         (custom-declare-theme): Signal error on invalid theme names.
4516         (provide-theme): custom-loaded-themes was deleted.
4517         (load-theme): Load the file unconditionally.
4518         (enable-theme): Call `load-theme' if theme is undefined.
4519         (custom-enabled-themes): Only update value for successful loads.
4520         (disable-theme): Complete from enabled themes when interactive.
4521         (custom-variable-theme-value): Calculate theme value directly.
4523         (custom-theme-reset-variables, custom-reset-variables): Mark as
4524         XEmacs compatibility functions.  We don't actually use these.
4526         * cus-edit.el (custom-variable-state-set):
4527         Use custom-variable-theme-value instead of custom-theme-value.
4528         (custom-face-state-set): Rename `standard' theme to `changed'.
4529         (custom-save-variables, custom-save-faces): Delete unneeded
4530         references to custom-reset-variables.
4531         (custom-save-resets): Delete function.
4532         (custom-save-variables, custom-save-faces): MODE argument deleted.
4533         (custom-save-variables, custom-save-faces): Ignore theme values.
4535         * cus-face.el (custom-theme-reset-faces): Mark as XEmacs
4536         compatibility function.
4538 2006-01-01  Richard M. Stallman  <rms@gnu.org>
4540         * cus-edit.el (Custom-set, Custom-save): Ask for confirmation.
4541         (Custom-reset-current, Custom-reset-saved): Likewise.
4542         (Custom-reset-standard): Show message if aborted.
4543         (custom-mode): Doc fix, describing those commands.
4545         * mouse.el (mouse-drag-region-1): When following link via mouse-2,
4546         put on event-kind property.
4548 2005-12-31  Chong Yidong  <cyd@stupidchicken.com>
4550         * custom.el (provide-theme): Ban `user' theme name.
4551         (custom-enabling-themes): New variable.
4552         (enable-theme): Don't enable user if custom-enabling-themes is t.
4553         (custom-enabled-themes): Make it a defcustom.
4554         (custom-theme-recalc-face): No-op if face is undefined.
4556         * cus-edit.el (custom-button-mouse): New variable.
4557         (custom-button-mouse): New face.
4558         (custom-raised-buttons, custom-mode): Use it.
4560         * cus-theme.el (custom-new-theme-mode): Use custom-button-mouse.
4562 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
4564         * progmodes/gud.el (gud-display-line): Support hl-line in the
4565         source buffer.
4567 2005-12-31  Lennart Borgman  <lennart.borgman.073@student.lu.se>  (tiny change)
4569         * mouse.el (mouse-drag-window-above): Verify that the found window
4570         overlaps with the given window in the horizontal dimension.
4572 2005-12-31  Eli Zaretskii  <eliz@gnu.org>
4574         * Makefile.in (cvs-update): New target.
4576         * makefile.w32-in (cvs-update): Ditto.
4578 2005-12-30  Chong Yidong  <cyd@stupidchicken.com>
4580         * cus-theme.el (custom-new-theme-mode): Use cus-edit faces.
4581         (custom-new-theme-mode-map): New variable.
4583 2005-12-30  Richard M. Stallman  <rms@gnu.org>
4585         * custom.el (custom-load-themes): Function deleted.
4587         * cus-edit.el (custom-save-loaded-themes): Function deleted.
4588         (custom-save-variables): Don't delete or add custom-load-themes call.
4590 2005-12-30  Stefan Monnier  <monnier@iro.umontreal.ca>
4592         * cus-start.el: Add `visible-cursor'.
4594         * progmodes/flymake.el (flymake-copy-buffer-to-temp-buffer): Simplify.
4595         (flymake-parse-output-and-residual): Remove `source-buffer' argument.
4596         (flymake-process-filter): Switch to buffer before calling it instead.
4597         (flymake-post-syntax-check, flymake-highlight-err-lines)
4598         (flymake-delete-own-overlays, flymake-parse-err-lines)
4599         (flymake-start-syntax-check, flymake-start-syntax-check-process)
4600         (flymake-count-lines, flymake-parse-residual):
4601         Remove constant buffer argument.
4602         (flymake-start-syntax-check-for-current-buffer): Remove.
4603         Update callers to use flymake-start-syntax-check instead.
4604         (flymake-display-err-menu-for-current-line):
4605         Remove unused var `mouse-pos'.
4606         (flymake-restore-formatting): Comment out unused function.
4607         (flymake-report-status, flymake-report-fatal-status): Remove buffer
4608         argument, use current-buffer instead.  Update callers.
4610 2005-12-30  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4612         * textmodes/bibtex.el (bibtex-mode): Make completion-ignore-case
4613         buffer-local because choose-completion-delete-max-match requires
4614         that we set completion-ignore-case (i.e., binding via let is not
4615         sufficient).
4616         (bibtex-complete): Always set completion-ignore-case and
4617         choose-completion-string-functions.  The latter is needed because
4618         choose-completion-string-functions keeps its value if we quit the
4619         *Completions* buffer without requesting a completion.
4621 2005-12-30  Andreas Schwab  <schwab@suse.de>
4623         * progmodes/cc-defs.el: Ignore errors from font-lock-compile-keywords.
4625 2005-12-30  Eli Zaretskii  <eliz@gnu.org>
4627         * jit-lock.el (jit-lock-chunk-size): Doc fix.
4629 2005-12-30  Juri Linkov  <juri@jurta.org>
4631         * locate.el (locate-fcodes-file, locate-header-face)
4632         * progmodes/delphi.el (delphi-other-face)
4633         * progmodes/glasses.el (glasses-face): Add tag "None" to const nil.
4635         * paren.el (show-paren-match, show-paren-mismatch): Use existing
4636         group `paren-showing-faces'.
4638         * net/goto-addr.el (goto-address-highlight-keymap): Fix docstring.
4639         (goto-address): Fix docstring.
4641         * net/webjump.el (webjump-sample-sites): Update URLs.
4643         * textmodes/fill.el (fill-single-word-nobreak-p): Use `sentence-end'.
4645         * subr.el (cancel-change-group): Add listp around pending-undo-list.
4647 2005-12-29  Stefan Monnier  <monnier@iro.umontreal.ca>
4649         * font-lock.el (font-lock-compile-keywords): Signal an error when
4650         font-lock-set-defaults hasn't been called.
4652 2005-12-29  Luc Teirlinck  <teirllm@auburn.edu>
4654         * subr.el (noreturn, 1value): Doc fixes.
4656 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4658         * textmodes/bibtex.el (bibtex-text-in-field-bounds): Handle case
4659         that assoc-string returns nil.
4661 2005-12-29  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
4663         * textmodes/bibtex.el (bibtex-entry-type-whitespace)
4664         (bibtex-entry-type-str, bibtex-empty-field-re)
4665         (bibtex-search-backward-string, bibtex-preamble-prefix)
4666         (bibtex-search-entry, bibtex-enclosing-entry-maybe-empty-head): Remove.
4667         (bibtex-any-valid-entry-type): New variable.
4668         (bibtex-parse-field-name): Simplify.
4669         (bibtex-parse-string, bibtex-search-forward-string): New arg empty-key.
4670         (bibtex-preamble-prefix): Include left delimiter.
4671         (bibtex-search-forward-field, bibtex-search-backward-field):
4672         Allow unbounded search past entry boundaries (required by bibtex-pop).
4673         (bibtex-text-in-field-bounds): Use push.
4674         (bibtex-text-in-field): Do not use bibtex-narrow-to-entry.
4675         (bibtex-parse-preamble, bibtex-valid-entry)
4676         (bibtex-beginning-first-field): New functions.
4677         (bibtex-skip-to-valid-entry): Use bibtex-valid-entry.  Fix regexp.
4678         (bibtex-map-entries): Fix docstring.
4679         (bibtex-flash-head): New arg prompt.  Simplify.
4680         (bibtex-enclosing-field): Include code of bibtex-inside-field.
4681         (bibtex-insert-kill): Simplify.  Always insert text past the
4682         current field or entry.
4683         (bibtex-format-entry): Use bibtex-parse-field.
4684         (bibtex-pop): Use bibtex-beginning-of-entry and
4685         bibtex-end-of-entry to initiate the search.  Insert empty field if
4686         we found ourselves.
4687         (bibtex-print-help-message): New args field and comma.
4688         Handle entry keys.
4689         (bibtex-make-field): Use bibtex-beginning-of-entry.
4690         (bibtex-end-of-entry): Use bibtex-valid-entry.  Recognize any
4691         invalid entry.
4692         (bibtex-validate): Use bibtex-valid-entry and bibtex-parse-string.
4693         Handle preambles.  Simplify code for thorough test.
4694         (bibtex-next-field, bibtex-find-text, bibtex-find-text-internal):
4695         New arg comma.  Handle entry heads.
4696         (bibtex-remove-OPT-or-ALT, bibtex-remove-delimiters)
4697         (bibtex-kill-field, bibtex-copy-field-as-kil, bibtex-empty-field):
4698         New arg comma.
4699         (bibtex-kill-entry): Use bibtex-any-entry-maybe-empty-head.
4700         (bibtex-fill-field): Simplify.
4701         (bibtex-fill-entry): Use bibtex-beginning-first-field and
4702         bibtex-parse-field.
4703         (bibtex-convert-alien): Do not wait before calling bibtex-validate.
4704         (bibtex-complete): Use bibtex-parse-preamble.
4706 2005-12-29  Nick Roberts  <nickrob@snap.net.nz>
4708         * progmodes/gdb-ui.el (gdb-tooltip-print, gdb-tooltip-print-1):
4709         Display name of expression instead of convenience variable.
4710         (gdb-post-prompt): Only call gdb-get-changed-registers if needed.
4712         * progmodes/gud.el (gud-tooltip-dereference): Rename from
4713         toggle-gud-tooltip-dereference.
4714         (gud-tooltip-print-command): Move concatenation of "*" to expr to...
4715         (gud-tooltip-tips): ...here when dereferencing.
4717 2005-12-28  Bill Wohler  <wohler@newt.com>
4719         * simple.el (mh-e-user-agent): Move to mh-e/mh-comp.el and autoload.
4721 2005-12-28  Stefan Monnier  <monnier@iro.umontreal.ca>
4723         * vc.el (vc-annotate-display): Replace optional arg `color-map' with
4724         compulsory arg `ratio'.  Inline body of vc-annotate-time-span.
4725         (vc-annotate-display-autoscale): Adjust call.
4726         (vc-annotate-display-default): Adjust call.  Make arg compulsory.
4727         Fix interactive spec.
4728         (vc-annotate-time-span): Remove.
4729         (vc-annotate-oldest-in-map): Rename from vc-annotate-car-last-cons.
4730         (vc-annotate-mode-menu, vc-annotate-display-autoscale)
4731         (vc-annotate-display-select): Use new name.
4733         * vc.el (vc-annotate-mode-map): Remove obsolete binding.
4734         (vc-annotate-mode-menu): Remove left-over redundant declaration.
4735         Correct the construction of span entries.  Simplify.
4736         (vc-annotate-display-select): Fix the nil case.
4737         (vc-annotate): Remove obsolete (and now broken) code.
4738         (vc-annotate-extract-revision-at-line): Remove obsolete code.
4739         (vc-annotate-time-span): Remove unused arg `quantize'.  Simplify.
4741 2005-12-28  Luc Teirlinck  <teirllm@auburn.edu>
4743         * subr.el (lazy-completion-table): Correct typo in docstring.
4745         * startup.el (command-line): Use `custom-reevaluate-setting' for
4746         `send-mail-function'.
4748         * mail/sendmail.el (send-mail-function): Autoload the standard-value.
4750 2005-12-05  Ralf Angeli  <angeli@iwi.uni-sb.de>
4752         * mail/smtpmail.el (smtpmail-try-auth-methods):
4753         Send credentials together with "AUTH PLAIN" command.
4755 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4757         * mouse.el (mouse-drag-region-1): When remapping mouse-1 to
4758         mouse-2, go back to previously selected window, so it's selected
4759         when mouse-2 command runs.
4761 2005-12-27  Juri Linkov  <juri@jurta.org>
4763         * descr-text.el (describe-text-sexp): Use square brackets for
4764         button [Show] to distinguish it from the property value `show'.
4765         (describe-property-list): Use `insert-text-button' with
4766         `help-face' type instead of putting face in quotes, because button
4767         is not created automatically for a list of faces.
4768         (describe-text-properties-1): Put button-type value in quotes to
4769         distinguish from plain text "button".
4770         (describe-char): Display code point values in hex.  Don't use
4771         `symbol-name' for `current-input-method' because it is a string.
4772         Use `insert-text-button' with `help-face' type instead of putting
4773         hardcoded face in quotes, because button is not created automatically.
4775 2005-12-27  Richard M. Stallman  <rms@gnu.org>
4777         * progmodes/glasses.el (glasses-face): More specific custom type.
4779         * files.el (set-visited-file-name): Doc fix.
4781         * textmodes/flyspell.el (flyspell-external-point-words):
4782         Use local var buffer-scan-pos to advance scan for next misspelling.
4783         Advance it only after we find the misspelling.
4785 2005-12-27  Agustin Martin  <agustin.martin@hispalinux.es>
4787         * textmodes/flyspell.el (flyspell-external-point-words):
4788         New criteria for finding the misspelling in the buffer.
4790 2005-12-27  Nick Roberts  <nickrob@snap.net.nz>
4792         * help-mode.el (help-insert-string): Set help-xref-stack-item
4793         rather than call help-setup-xref.
4795         * descr-text.el (describe-char): Revert previous changes for
4796         optional buffer argument.
4798 2005-12-27  Juri Linkov  <juri@jurta.org>
4800         * help-mode.el (help-insert-string): New function.  Save buffer
4801         contents in cases where it is impossible to recompute the old contents.
4803         * descr-text.el (describe-char): Set help-xref-stack-item
4804         explicitly after buffer has been generated.
4806 2005-12-27  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4808         * cus-start.el (all): Add x-gtk-show-hidden-files.
4810 2005-12-26  Richard M. Stallman  <rms@gnu.org>
4812         * replace.el (perform-replace): Calculate match-again
4813         before skipping read-only matches.
4815         * paren.el (paren-showing-faces): New group.
4816         (show-paren-match, show-paren-mismatch): Move to that group.
4818         * button.el (button): Put into group `basic-faces'.
4820         * progmodes/make-mode.el: Remove faces from group `faces'.
4822         * apropos.el (apropos, apropos-value): Doc fix.
4823         (apropos-documentation): Doc fix.
4825 2005-12-26  Stefan Monnier  <monnier@iro.umontreal.ca>
4827         * subr.el (lazy-completion-table): Remove argument `args'.
4829         * textmodes/bibtex.el (bibtex-strings, bibtex-reference-keys):
4830         Don't use the `args' argument of lazy-completion-table.
4832 2005-12-26  Nick Roberts  <nickrob@snap.net.nz>
4834         * descr-text.el (describe-char): Add optional argument for buffer.
4835         Set buffer appropriately.  Call help-setup-xref.
4836         Suggested by Stefan Monnier.
4838 2005-12-26  Juri Linkov  <juri@jurta.org>
4840         * descr-text.el: Require `help-fns' at runtime.  Don't require
4841         `button' for byte compilation.
4842         (describe-text-widget): Add `help-echo' for first button.
4843         Use `help-info' for second.
4844         (describe-property-list): Use `help-argument-name' instead of `italic'.
4845         (describe-text-category): Add prompt to interactive spec.
4846         Call `help-setup-xref'.
4847         (describe-char): Use `help-character-set'.  Add `help-echo' for
4848         code point.  Use `help-input-method'.  Remove superfluous insert.
4850 2005-12-25  Richard M. Stallman  <rms@gnu.org>
4852         * progmodes/cc-defs.el (c-emacs-features): Do parse-partial-sexp
4853         at point, in case of narrowing.
4855         * progmodes/delphi.el (delphi-other-face): Allow nil in type.
4857         * locate.el (locate-header-face): Allow nil in type.
4859         * progmodes/cpp.el (cpp-face-none-list): Use cpp-face instead of face.
4861 2005-12-25  Romain Francoise  <romain@orebokech.com>
4863         * battery.el (battery-linux-proc-acpi): Also try
4864         `/proc/acpi/thermal_zone/THM0/temperature'.
4866 2005-12-24  Chong Yidong  <cyd@stupidchicken.com>
4868         * custom.el (custom-push-theme): Fix docstring.
4870         * cus-edit.el (custom-variable-set, custom-variable-save)
4871         (custom-variable-save): Custom-quote widget values.
4872         (customize-save-variable): Fix custom-push-theme call.
4874 2005-12-24  Eli Zaretskii  <eliz@gnu.org>
4876         * w32-fns.el (w32-batch-update-autoloads): New function.
4878         * makefile.w32-in (autoloads, $(lisp)/mh-e/mh-loaddefs.el):
4879         Use w32-batch-update-autoloads, and don't setq generated-autoload-file
4880         from the command line.
4882 2005-12-23  Chong Yidong  <cyd@stupidchicken.com>
4884         * custom.el (custom-push-theme): Clarify docstring.  VALUE nil for
4885         reset means to remove setting from theme entirely.  Don't keep
4886         expanding theme-settings list; delete old entries if necessary.
4888         * cus-edit.el (custom-buffer-create-internal): Move "Erase
4889         customization" button one line up.
4890         (custom-themed): New face.
4891         (custom-magic-alist): New value, THEMED, for theme settings.
4892         (custom-variable-state-set, custom-face-state-set):
4893         Check theme-value instead of saved-value.
4894         (custom-variable-reset-standard, custom-face-reset-standard):
4895         Remove theme setting entirely.  Recalculate new values.
4896         (custom-variable-set, custom-variable-set)
4897         (custom-variable-reset-saved, custom-variable-reset-backup)
4898         (custom-face-set, custom-face-reset-saved): Update `user' theme.
4899         (custom-variable-save): Fix typos.
4901 2005-12-23  Juri Linkov  <juri@jurta.org>
4903         * emacs-lisp/edebug.el (edebug-all-defs, edebug-all-forms):
4904         Add autoload cookies.
4905         (edebug-outside-d-c-i-n-s-w): New variable.
4906         (edebug-display, edebug-outside-excursion): Use it to save the
4907         original value of default-cursor-in-non-selected-windows.
4908         Set default-cursor-in-non-selected-windows to t while Edebug
4909         is active.
4910         (edebug-mode, edebug-eval-mode): Doc fix.
4912         * mouse.el (mouse-choose-completion): Replace `buffer-substring'
4913         with `buffer-substring-no-properties' to remove common substring
4914         highlighting.
4916         * info.el (info-other-window, info): Rename function argument
4917         `file' to `file-or-node'.
4918         (Info-complete-menu-item): Use local variable `complete-nodes' to
4919         keep the global value of `Info-complete-nodes' unchanged for
4920         subsequent completions.
4921         (info-tool-bar-map): Put `Info-index' icon just before `Info-search'.
4923         * simple.el (get-next-valid-buffer, last-buffer)
4924         (next-error-buffer-p, next-error-find-buffer)
4925         (minibuffer-history-sexp-flag): Doc fix.
4927         * savehist.el (savehist-mode-hook): Add `:group'.
4929         * log-view.el: Call autoload for vc-find-version.
4930         (log-view-current-file): Adjust subgroup numbers.
4931         (log-view-current-tag): Add `length'.
4933 2005-12-23  Richard M. Stallman  <rms@gnu.org>
4935         * vc.el (vc-annotate-car-last-cons): Defn moved up.
4937 2005-12-23  Juri Linkov  <juri@jurta.org>
4939         * hi-lock.el (hi-lock-archaic-interface-message-used)
4940         (hi-lock-archaic-interface-deduce, hi-lock-mode): Doc fix.
4941         (hi-lock-mode): Display "Hi" in the mode line only when
4942         hi-lock-interactive-patterns or hi-lock-file-patterns is non-nil.
4943         (hi-lock-write-interactive-patterns):
4944         Use hi-lock-file-patterns-prefix instead of hard-coded "Hi-lock".
4945         (hi-lock-set-pattern, hi-lock-set-file-patterns)
4946         (hi-lock-font-lock-hook): Set 3rd arg `how' of
4947         font-lock-add-keywords to t.
4949 2005-12-23  David Koppelman  <koppel@ece.lsu.edu>
4951         * hi-lock.el (hi-lock-highlight-range): New variable.
4952         (hi-lock-mode, hi-lock-unface-buffer): Call font-lock-fontify-buffer
4953         only if font-lock-fontified is non-nil.  Remove overlays.
4954         (hi-lock-set-pattern): Call font-lock-fontify-buffer if
4955         font-lock-fontified is non-nil, otherwise use overlays (instead of
4956         text properties).
4957         (hi-lock-string-serialize-hash, hi-lock-string-serialize-serial):
4958         New variables.
4959         (hi-lock-string-serialize) New function.
4961 2005-12-23  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
4963         * menu-bar.el (menu-find-file-existing): New function.
4964         (menu-bar-file-menu): Use menu-find-file-existing for Open.
4966         * tool-bar.el (tool-bar-setup): Open changed to menu-find-file-existing.
4968 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
4970         * vc.el: Remove unnecessary leading * in docstrings.
4971         (vc-annotate-mode-map): Move initialization into declaration.
4972         (vc-static-header-alist): Nitpick on the regexp.
4973         (vc-default-init-version): New fun.
4974         (vc-register): Use it.
4975         (vc-insert-headers): Use dolist.
4976         (vc-annotate-get-backend): Remove unused function.
4977         (vc-annotate-add-menu): Remove.  Build the menu directly at toplevel.
4978         (vc-annotate-mode): Remove corresponding call.
4979         (vc-annotate-car-last-cons): Simplify.
4980         (vc-annotate-buffers): Remove var.
4981         (vc-annotate-backend): Make it buffer-local.
4982         (vc-annotate): Move the interaction to the interactive spec.
4983         Add a `buf' argument.
4984         (vc-annotate-warp-version): Use this new `buf' argument to avoid
4985         killing&creating a vc-annotate buffer, which is very disruptive when
4986         the buffers are shown in dedicated frames.
4988 2005-12-23  Nick Roberts  <nickrob@snap.net.nz>
4990         * descr-text.el: Add FSF as maintainer.
4991         (describe-text-mode, describe-text-mode-map)
4992         (describe-text-mode-hook, describe-text-done): Delete.  Use normal
4993         help-mode.
4994         (describe-text-widget, describe-text-sexp)
4995         (describe-property-list, describe-text-category)
4996         (describe-text-properties, describe-text-properties-1)
4997         (describe-char): Use help buttons instead of widgets.
4998         (describe-char-unicodedata-file): Make URL link in doc string.
5000 2005-12-22  Richard M. Stallman  <rms@gnu.org>
5002         * cus-edit.el (custom-variable-prompt): Say "variable" in prompt.
5003         (custom-buffer-create-internal): Reword the top-of-buffer help intro.
5004         Don't include buttons that write a file when there's no file.
5005         (custom-variable-menu, custom-face-menu, custom-group-menu):
5006         Don't include commands that write a file when there's no file.
5007         (customize-browse): Reword the top-of-buffer help intro.
5008         (custom-buffer-create-internal): Fix previous change.
5009         (customize-changed-options-previous-release): Prev release is 21.1.
5010         (customize-changed-options): Doc fix.
5011         (customize-changed): New alias.
5012         (custom-reset-menu, custom-magic-alist, Custom-mode-menu):
5013         Say "standard values".
5014         (Custom-reset-standard): Doc fix.
5015         (custom-face-reset-standard): Doc fix.
5017 2005-12-22  Stefan Monnier  <monnier@iro.umontreal.ca>
5019         * font-lock.el (font-lock-default-fontify-buffer): Try and set-defaults
5020         even if font-lock-mode is non-nil since it may be t without having
5021         turned on font-lock-mode-internal.
5022         (font-lock-choose-keywords): Minor optimization.
5023         (font-lock-add-keywords, font-lock-remove-keywords)
5024         (font-lock-set-defaults): Don't call make-local-variable on a variable
5025         that we know to already be local.
5027 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
5029         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't print progress
5030         messages if in the minibuffer.
5032 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5034         * textmodes/flyspell.el (flyspell-check-word-p): Don't quote - in a RE.
5035         (tex-mode-flyspell-verify, flyspell-get-word)
5036         (flyspell-external-point-words): Don't use point-min/max uselessly.
5038         * emacs-lisp/lisp.el (lisp-complete-symbol): Mostly undo the change
5039         by Kevin Rodgers.  Instead, just hide the completions buffer if we
5040         don't need to show it.
5042 2005-12-21  Luc Teirlinck  <teirllm@auburn.edu>
5044         * wid-edit.el (file, directory): Doc fixes for the `define-widget's.
5046 2005-12-21  Stefan Monnier  <monnier@iro.umontreal.ca>
5048         * emacs-lisp/lisp.el (lisp-complete-symbol): Don't call
5049         delete-windows-on with an inexistent buffer.
5051 2005-12-22  Nick Roberts  <nickrob@snap.net.nz>
5053         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5054         Delete defcustom variable :tag names.
5056 2005-12-20  Stefan Monnier  <monnier@iro.umontreal.ca>
5058         * log-view.el (log-view-file-re, log-view-message-re): Use shy groups.
5059         (log-view-font-lock-keywords): Ajust subgroup numbers.
5060         (log-view-current-tag): Don't hard code the number of subgroups.
5062 2005-12-20  Juri Linkov  <juri@jurta.org>
5064         * tooltip.el (tooltip): Move defgroup before define-minor-mode.
5065         (tooltip-x-offset, tooltip-y-offset): Doc fix.
5067         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
5068         (menu-bar-non-minibuffer-window-p): Instead of checking
5069         display-multi-frame-p, use selected-frame when menu-updating-frame
5070         is nil.
5072 2005-12-20  Stuart Herring  <herring@lanl.gov>  (tiny change)
5074         * align.el (align-rules-list): Use [ \t] instead of \s-
5075         for column separators in text mode.
5077 2005-12-20  Nick Roberts  <nickrob@snap.net.nz>
5079         * help-mode.el (help-customize-variable, help-customize-face):
5080         Don't pop help-xref-stack as help-follow no longer pushes
5081         anything on to it.
5083 2005-12-20  Carsten Dominik  <dominik@science.uva.nl>
5085         * textmodes/org.el (org-agenda-custom-commands): New option.
5086         (org-agenda): Offer custom commands on splash screen.
5087         (org-make-tags-matcher): Parser for Boolean logic added.
5088         (org-agenda-set-tags): New command.
5089         (org-agenda-menu, org-agenda-mode-map): Add `org-agenda-set-tags'.
5090         (org-set-tags): Efficiency improvements.
5091         (org-auto-align-tags): New option.
5092         (org-todo, org-demote, org-promote): Realign tags.
5093         (org-tags-completion-function): Use also "&" and "|" as separators.
5094         (org-org-menu): Agenda commands simplified.
5096 2005-12-19  Luc Teirlinck  <teirllm@auburn.edu>
5098         * cus-edit.el (customize-apropos, customize-apropos-options):
5099         Docstring changes.
5101         * font-lock.el (font-lock): Add tags to the links in the defgroup.
5103 2005-12-19  Chong Yidong  <cyd@stupidchicken.com>
5105         * longlines.el (longlines-mode): Wrap while widened.
5106         (longlines-decode-region, longlines-encode-region): Compute max
5107         just once.
5109 2005-12-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5111         * cus-edit.el (mac): New group.
5113         * cus-start.el (all): Add user options in macterm.c.  Add test for
5114         Mac-related built-ins.  Fix test for GTK-related built-ins.
5116         * term/mac-win.el (mac-handle-language-change)
5117         (mac-ae-open-documents, mac-ae-get-url, mac-services-open-file)
5118         (mac-services-open-selection, mac-services-mail-selection)
5119         (mac-services-mail-to, mac-services-insert-text)
5120         (mac-dispatch-apple-event): Add docstrings.
5121         (x-get-selection, mac-select-convert-to-string): Select coding
5122         system from `utf-16be' and `utf-16le' using `byteorder'.
5124 2005-12-18  Stefan Monnier  <monnier@iro.umontreal.ca>
5126         * subr.el (lazy-completion-table): Don't be fooled if the var holds
5127         a "list" (lambda ...) rather than a real completion list.
5129         * emacs-lisp/cl-extra.el (cl-macroexpand-all): Fix code-walk for
5130         lexical-let when encountering ((lambda (...) ...) ...).
5132 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
5134         * progmodes/sh-script.el (sh-mode):
5135         * language/ethio-util.el (ethio-fidel-to-sera-mail-or-marker):
5136         * textmodes/picture.el (picture-mode): Update docstrings.
5138 2005-12-17  Eli Zaretskii  <eliz@gnu.org>
5140         * makefile.w32-in (autoloads, custom-deps): Warn that parts of
5141         commands enclosed in $(ARGQUOTE)s should not be split between two
5142         lines, as that will break with GNU Make >3.80, when sh.exe is used
5143         and arg quoting is with '..'.
5144         (autoloads): Don't break the quoted --eval expression between
5145         several lines.
5147 2005-12-17  Chong Yidong  <cyd@stupidchicken.com>
5149         * emacs-lisp/edebug.el (edebug-safe-prin1-to-string):
5150         Capture error from printing circular structures.
5152 2005-12-17  Martin Rudalics  <rudalics@gmx.at>
5154         * wid-edit.el (widget-checkbox-action): Clear undo info.
5156 2005-12-16  Bill Wohler  <wohler@newt.com>
5158         * menu-bar.el (kill-this-buffer): Set a good example by using menu
5159         bar, not menubar in comment.
5161 2005-12-16  Stefan Monnier  <monnier@iro.umontreal.ca>
5163         * progmodes/cc-engine.el (c-after-change-check-<>-operators):
5164         After-change-functions should not clobber the match data.
5166 2005-12-16  Juri Linkov  <juri@jurta.org>
5168         * simple.el (choose-completion): Use `buffer-substring-no-properties'
5169         instead of `buffer-substring'.
5170         (completion-common-substring): Doc fix.
5171         (completion-setup-function): Use minibuffer-completion-contents
5172         instead of minibuffer-contents.  Don't set common-string-length
5173         initially.  Remove special handling of partial-completion-mode.
5174         Move computation of completion-base-size into one cond.
5175         Call completion-base-size-function in mainbuf.  In computation of
5176         completion-base-size for file name completion don't move point to
5177         the end of the minibuffer.  Move computation of common-string-length
5178         into one cond.  Start putting faces only when common-string-length>=0.
5179         Add condition to put completions-common-part when
5180         common-string-length>0.
5182         * complete.el (PC-do-completion): Remove `(equal (point) beg)' to
5183         place point at the first different character in the minibuffer
5184         even if this position is at the beginning of the minibuffer.
5186         * info.el (Info-read-node-name-1): In completion-base-size-function's
5187         lambda return 1 if common-substring or minibuffer-completion-contents
5188         starts with (, and 0 otherwise.
5190         * emacs-lisp/crm.el (crm-minibuffer-completion-help):
5191         Use `crm-current-element' for second arg of `display-completion-list'.
5193 2005-12-16  Klaus Zeitler  <kzeitler@lucent.com>
5195         * files.el (set-auto-mode): Look for an interpreter specified on
5196         the first line also if search for mode specification succeeded,
5197         but the mode is not known.
5199 2005-12-16  Carsten Dominik  <dominik@science.uva.nl>
5201         * textmodes/org.el (org-tags-match-list-sublevels): New option.
5202         (org-open-at-point): Implement tag searches as links.
5203         (org-fit-agenda-window, org-get-buffer-tags, org-get-tags)
5204         (org-make-tags-matcher, org-scan-tags, org-activate-tags): New funs.
5205         (org-tags-sparse-tree, org-tags-view, org-set-tags)
5206         (org-agenda-dispatch): New commands.
5207         (org-use-tag-inheritance, org-tags-column): New options.
5208         (org-tab-follows-link, org-return-follows-link): New options.
5209         (org-tags): New customize group.
5210         (org-start-icalendar-file): Get local time zone.
5211         (org-tags-completion-function): New function.
5212         (org-set-font-lock-defaults): Make sure links will also be
5213         highlighted inside headlines.
5215 2005-12-16  Mark Plaksin  <happy@usg.edu>  (tiny change)
5217         * term.el (term-emulate-terminal):
5218         Let term-handle-ansi-terminal-messages override what Bash says about
5219         its current directory.
5221 2005-12-16  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
5223         * bindings.el (last-buffer): Move to simple.el.
5224         * simple.el (last-buffer): Move here.
5225         (get-next-valid-buffer): New function.
5226         (next-buffer): Use frame-local buffer list, maintain buried buffer list.
5227         (prev-buffer): Ditto.  Rename to `previous-buffer'.
5229         * menu-bar.el (menu-bar-update-buffers): Update uses of `prev-buffer'.
5230         * bindings.el (global-map): Ditto.
5232 2005-12-15  Luc Teirlinck  <teirllm@auburn.edu>
5234         * cus-edit.el: Introductory comment change.
5235         (custom-magic-alist): Change message string for the `rogue' state.
5237 2005-12-15  Richard M. Stallman  <rms@gnu.org>
5239         * tooltip.el: Delete defcustom variable :tag names.
5241         * complete.el (partial-completion-mode): Doc fix.
5243         * textmodes/flyspell.el (flyspell-external-point-words):
5244         Use save-excursion to ensure we don't move backward in the
5245         search loop, not even one character.
5246         (flyspell-delete-all-overlays): Use remove-overlays directly.
5248         * textmodes/ispell.el (ispell-current-personal-dictionary): New var.
5249         (ispell-start-process): Set that variable.
5250         Clear ispell-buffer-local-name.
5251         (ispell-internal-change-dictionary):
5252         Set ispell-current-dictionary after killing process.
5253         (ispell-buffer-local-dict):
5254         Don't set spell-personal-dictionary after killing process.
5255         (ispell-buffer-local-words): Don't clear out ispell-buffer-local-name.
5256         (ispell-tex-skip-alists, ispell-html-skip-alists)
5257         (ispell-skip-region-alist): Mark as risky.
5259         * net/newsticker.el (newsticker--retrieval-timer-list)
5260         (newsticker--display-timer, newsticker-running-p)
5261         (newsticker-ticker-running-p): Definitions moved up.
5263 2005-12-16  Nick Roberts  <nickrob@snap.net.nz>
5265         * progmodes/gdb-ui.el (gdb-many-windows): Echo new state in minibuffer.
5267 2005-12-15  David Ponce  <david@dponce.com>
5269         * recentf.el (recentf-dialog-goto-first): Fix missing error condition.
5270         (recentf-edit-list, recentf-open-files): Signal an error when
5271         there is no recent file.
5273 2005-12-14  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5275         * textmodes/texinfmt.el (texinfo-format-region): Set buffer to
5276         read-only except for texinfo-format-region evaluation.
5278 2005-12-14  Richard M. Stallman  <rms@gnu.org>
5280         * vc.el (vc-default-previous-version, vc-default-next-version)
5281         (vc-do-command): Doc fixes.
5283 2005-12-14  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
5285         * textmodes/bibtex.el (bibtex-expand-strings)
5286         (bibtex-autokey-expand-string, bibtex-name-part)
5287         (bibtex-entry-type-whitespace, bibtex-entry-type-str)
5288         (bibtex-any-entry-maybe-empty-head, bibtex-string-type)
5289         (bibtex-preamble-prefix, bibtex-string-empty-key): New variables.
5290         (bibtex-entry-type, bibtex-entry-head): Match only valid entries.
5291         (bibtex-entry-postfix, bibtex-known-entry-type-re)
5292         (bibtex-valid-entry-re, bibtex-any-valid-entry-re)
5293         (bibtex-valid-entry-whitespace-re, bibtex-empty-field-re)
5294         (bibtex-field-name-for-parsing, bibtex-remove-delimiters-string)
5295         (bibtex-beginning-of-last-entry): Remove.
5296         (bibtex-parse-field-name): Use bibtex-field-name.  Issue error
5297         message if comma is missing but buffer is read-only.
5298         (bibtex-parse-field-text): Handle whitespaces at the end of field
5299         text.  Return 3-element list with beginning and end of field text
5300         and end of field.
5301         (bibtex-end-of-text-in-field, bibtex-end-of-field): Change accordingly.
5302         (bibtex-parse-field): Remove arg name.  Use bibtex-field-name.
5303         (bibtex-search-forward-field, bibtex-search-backward-field):
5304         Search always delimited by limits of entry.  Use more efficient
5305         search algorithms.
5306         (bibtex-name-in-field): Use bibtex-start-of-name-in-field and
5307         bibtex-end-of-name-in-field.
5308         (bibtex-text-in-field-bounds): Handle BibTeX strings when
5309         extracting the content of a field.
5310         (bibtex-text-in-field): Use search limits.
5311         (bibtex-parse-string-prefix): Handle empty string keys based on
5312         bibtex-string-empty-key.
5313         (bibtex-parse-string): Fix docstring.
5314         (bibtex-text-in-string): Use bibtex-text-in-field-bounds.
5315         (bibtex-preamble-prefix, bibtex-strings): New functions.
5316         (bibtex-skip-to-valid-entry): Include preceding whitespace in
5317         BibTeX entries (consistent with other BibTeX functions).
5318         (bibtex-map-entries): Use bibtex-skip-to-valid-entry.
5319         (bibtex-search-entry): Fix docstring.  Simplify.
5320         (bibtex-flash-head, bibtex-complete-string-cleanup)
5321         (bibtex-count-entries, bibtex-sort-buffer): Simplify.
5322         (bibtex-beginning-of-first-entry): Use bibtex-skip-to-valid-entry.
5323         (bibtex-parse-entry): New optional arg content.
5324         (bibtex-format-entry, bibtex-autofill-entry, bibtex-url): Use it.
5325         Use bibtex-text-in-field-bounds.
5326         (bibtex-print-help-message): Handle BibTeX strings and preambles.
5327         (bibtex-end-of-entry): Use bibtex-preamble-prefix and
5328         bibtex-parse-string-postfix.
5329         (bibtex-find-text-internal): New function.
5330         (bibtex-remove-delimiters): Use it.
5331         (bibtex-find-text): Use it.  New optional arg help.
5332         (bibtex-complete): Handle BibTeX string and preamble entries.
5333         (bibtex-Preamble): Fix order of closing delimiters.
5335 2005-12-14  Stefan Monnier  <monnier@iro.umontreal.ca>
5337         * vc.el (vc-default-revert): New fun.
5339         * vc-mcvs.el (vc-mcvs-revert): Fix call to vc-default-revert.
5341 2005-12-14  Romain Francoise  <romain@orebokech.com>
5343         * font-lock.el (font-lock-keywords-alist): Rename `append' to `how'.
5344         (font-lock-add-keywords, font-lock-update-removed-keyword-alist):
5345         (font-lock-remove-keywords): Likewise.
5347 2005-12-14  Juri Linkov  <juri@jurta.org>
5349         * log-view.el (log-view-diff): Doc fix.
5351         * isearch.el (isearch-query-replace): Use (mark) instead of
5352         isearch-opoint if mark is active in transient-mark-mode.
5354 2005-12-14  Aaron S. Hawley  <Aaron.Hawley@uvm.edu>
5356         * isearch.el (isearch-query-replace): Check for isearch-other-end.
5358 2005-12-14  Per Abrahamsen  <abraham@dina.kvl.dk>
5360         * progmodes/cpp.el (cpp-face): New widget.
5361         (cpp-known-face, cpp-unknown-face, cpp-edit-list): Use it.
5363 2005-12-14  Juri Linkov  <juri@jurta.org>
5365         * help-macro.el (make-help-screen): Bind `inhibit-read-only' to t
5366         around `erase-buffer' and `insert'.
5368         * descr-text.el (describe-text-properties): Replace buffer name
5369         "*Help-2*" with "*Help*<2>".
5370         (describe-char): Add functions print-help-return-message,
5371         toggle-read-only.  Use help-setup-xref with nil to not store
5372         describe-char in help-xref-stack.  Use help-make-xrefs to
5373         make [back] button.
5375         * desktop.el (desktop-minor-mode-table): Add vc-dired-mode with nil.
5377         * wdired.el (wdired-old-point): New internal variable.
5378         (wdired-change-to-wdired-mode): Set it buffer-locally.
5379         (wdired-abort-changes): Restore point after aborting changes.
5381 2005-12-13  Stefan Monnier  <monnier@iro.umontreal.ca>
5383         * vc.el (vc-do-command): Add a new value t for okstatus.
5385         * vc-svn.el (vc-svn-registered): Use it to avoid popping up a spurious
5386         frame in case of errors.
5388 2005-12-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5390         * menu-bar.el (menu-bar-showhide-fringe-menu): Move "On the Right"
5391         so it comes after "On the Left" in the menu.
5393 2005-12-12  Luc Teirlinck  <teirllm@auburn.edu>
5395         * cus-edit.el (customize-apropos, customize-apropos-options)
5396         (customize-apropos-faces, customize-apropos-groups): Doc fixes.
5398 2005-12-12  Bill Wohler  <wohler@newt.com>
5400         * vc-svn.el (vc-svn-registered): Fix problem of visiting
5401         non-writable Subversion-controlled files by saving window
5402         configuration before calling vc-do-command.  vc-do-command calls
5403         pop-to-buffer on error which is unexpected during registration.
5405 2005-12-12  Jay Belanger  <belanger@truman.edu>
5407         * calc/README: Update the summary of changes.
5409 2005-12-12  Stefan Monnier  <monnier@iro.umontreal.ca>
5411         * descr-text.el (describe-char): Rework last fix to solve the problem
5412         is the same way it's solved for everything else in that function
5413         (i.e. by extracting the info before setting up the *Help* buffer).
5415 2005-12-12  Kim F. Storm  <storm@cua.dk>
5417         * subr.el (version-regexp-alist): Allow space as separator before
5418         non-numeric part, e.g. "1.0 alpha".
5419         (version-to-list): Interpret .X.Y version as 0.X.Y version.
5421 2005-12-12  Carsten Dominik  <dominik@science.uva.nl>
5423         * textmodes/org.el (org-agenda, org-timeline, org-todo):
5424         Implement Logging and the keep-modes setting.
5425         (org-get-category): Make sure a string is returned.
5426         (org-log-done): New function.
5427         (org-log-done, org-closed-string): New options.
5429 2005-12-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
5431         * tooltip.el (tooltip-y-offset): Change default to 20.
5433 2005-12-12  Richard M. Stallman  <rms@gnu.org>
5435         * mouse.el (mouse-drag-vertical-line): Use adjust-window-trailing-edge.
5437         * frame.el (display-hourglass): Doc fix.
5439         * help.el (help-for-help-internal): Simplify entry for `a'.
5441         * info.el (Info-on-current-buffer): Doc fix.
5442         (info-insert-file-contents): Don't test (featurep 'jka-compr).
5444         * startup.el (inhibit-splash-screen): Make this the real name.
5445         (inhibit-startup-message): Make this the alias.
5446         (command-line): Find only simple.el, and use its directory
5447         to fill in other preloaded files' names.
5448         (command-line): Deactivate the mark if deactivate-mark is set.
5450         * international/mule.el (load-with-code-conversion):
5451         Bind deactivate-mark.
5453         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
5455 2005-12-11  Luc Teirlinck  <teirllm@auburn.edu>
5457         * cus-edit.el (customize-apropos): Avoid listing an option more
5458         than once under different aliases.  No longer list user options
5459         that are not defined with defcustom (unless a prefix arg is given).
5460         Doc fix.
5461         (customize-apropos-options): Doc fix.
5463 2005-12-11  Juri Linkov  <juri@jurta.org>
5465         * frame.el (set-background-color, set-foreground-color)
5466         (set-cursor-color, set-mouse-color, set-border-color):
5467         Add explicit prompts to read colors by `facemenu-read-color'.
5468         (show-trailing-whitespace, blink-cursor-delay)
5469         (blink-cursor-interval, display-hourglass, hourglass-delay):
5470         Remove tags.
5471         (display-hourglass, hourglass-delay): Doc fix.
5472         (cursor-in-non-selected-windows): Capitalize words in tag.
5474         * faces.el (frame-background-mode): Replace `choice-item' keywords
5475         with `const' to not make [default] button.  Change default value tag
5476         from `default' to `automatic'.  Doc fix.
5477         (trailing-whitespace) <defface>: Change group `whitespace' to
5478         `whitespace-faces'.
5480 2005-12-11  Richard M. Stallman  <rms@gnu.org>
5482         * buff-menu.el (Buffer-menu-sort-column): Not a user variable.
5484 2005-12-11  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5486         * term/mac-win.el: Create keymap for mac-apple-event-map.
5488 2005-12-11  Nick Roberts  <nickrob@snap.net.nz>
5490         * tooltip.el (tooltip-mode): Move to start of file so that it
5491         appears at top of customize buffer.
5493         * progmodes/gud.el (gud-tooltip-modes, gud-tooltip-display):
5494         Add the gud groupname.
5495         (gud-tooltip-mode): Add the tooltip groupname.
5496         (gud-tooltip-echo-area): Add the gud groupname.  Remove tag to
5497         avoid conflict with tooltip-use-echo-area.
5499 2005-12-10  Romain Francoise  <romain@orebokech.com>
5501         * help.el (help-for-help-internal): Add `r' in doc string.
5503 2005-12-10  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
5505         * align.el (align-regexp, align-highlight-rule):
5506         Use region-beginning and region-end instead of point and mark, so that
5507         repetition (with `repeat-complex-command') recomputes the region
5508         bounds.
5510 2005-12-10  Lennart Borgman  <lennart.borgman.073@student.lu.se>
5512         * window.el (bw-get-tree, bw-get-tree-1, bw-find-tree-sub)
5513         (bw-find-tree-sub-1, bw-l, bw-t, bw-r, bw-b, bw-dir, bw-eqdir)
5514         (bw-refresh-edges, bw-adjust-window, bw-balance-sub): New functions.
5515         (balance-windows): Rewrite using the above new functions.
5517 2005-12-10  David Koppelman  <koppel@ece.lsu.edu>
5519         * hi-lock.el (hi-lock-mode): Rename from hi-lock-buffer-mode;
5520         react if global-hi-lock-mode seems intended.
5521         (global-hi-lock-mode) Renamed from hi-lock-mode.
5522         (hi-lock-archaic-interface-message-used)
5523         (hi-lock-archaic-interface-deduce): New variables.
5524         (turn-on-hi-lock-if-enabled, hi-lock-line-face-buffer)
5525         (hi-lock-face-buffer, hi-lock-face-phrase-buffer)
5526         (hi-lock-find-patterns, hi-lock-font-lock-hook):
5527         Replace hi-lock-buffer-mode with hi-lock-mode.
5529 2005-12-10  Kevin Rodgers  <ihs_4664@yahoo.com>
5531         * emacs-lisp/lisp.el (lisp-complete-symbol): Regenerate the
5532         completion list, even after a partial completion has been
5533         inserted in the current buffer.  If there are more than 1
5534         completion, redisplay the *Completions* buffer; if the
5535         completion is unique, delete the *Completions* window.
5537 2005-12-10  Eli Zaretskii  <eliz@gnu.org>
5539         * mail/rmail.el (rmail-next-same-subject): Handle multiple "Re: "
5540         strings and long subject lines that were broken into multiple
5541         lines at arbitrary places.  Handle subjects that have "Re: " in
5542         the middle.
5544 2005-12-10  John W. Eaton  <jwe@octave.org>
5546         * emacs/octave-mod.el (octave-electric-space): Don't indent
5547         comments or strings if octave-auto-indent is nil.
5549 2005-12-10  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
5551         * term/mac-win.el: Require url when compiling.
5552         Call mac-process-deferred-apple-events after loading init files.
5553         (mac-apple-event-map): New defvar.  Define event handlers in it.
5554         (core-event, internet-event): New Apple event class symbols.
5555         (open-application, reopen-application, open-documents)
5556         (print-documents, open-contents, quit-application)
5557         (application-died, show-preferences, autosave-now, get-url):
5558         New Apple event ID symbols.
5559         (about): New HICommand ID symbol.
5560         (mac-event-spec, mac-event-ae): New macros.
5561         (mac-ae-parameter, mac-ae-list, mac-bytes-to-integer)
5562         (mac-ae-selection-range, mac-ae-text-for-search)
5563         (mac-ae-open-documents, mac-ae-text, mac-ae-get-url): New functions.
5564         (mac-application-menu-map): Remove keymap.  Handlers for HICommand
5565         and Services menu events are now defined in mac-apple-event-map.
5566         (mac-drag-n-drop): Remove selection range handling.
5568 2005-12-10  Kenichi Handa  <handa@m17n.org>
5570         * simple.el (zap-to-char):
5571         * isearch.el (isearch-process-search-char): Translate CHAR by
5572         translation-table-for-input.
5574 2005-12-09  Chong Yidong  <cyd@stupidchicken.com>
5576         * foldout.el (foldout-exit-fold): Properly hide subtree.
5578 2005-12-09  Reiner Steib  <Reiner.Steib@gmx.de>
5580         * files.el (save-buffer):
5581         * international/ucs-tables.el (ucs-set-table-for-input):
5582         * mail/mail-extr.el (mail-extract-address-components):
5583         * mail/sendmail.el (mail-mode): Reformat doc string.
5585 2005-12-09  Juri Linkov  <juri@jurta.org>
5587         * isearch.el (isearch-highlight): Change main overlay priority
5588         from 1 to 1001.  Simplify.
5589         (isearch-lazy-highlight-update): Change lazy overlay priority
5590         from 0 to 1000.
5592         * replace.el (replace-highlight): Change overlay priority from
5593         1 to 1001.
5595         * textmodes/ispell.el (ispell-highlight-spelling-error-overlay):
5596         Change overlay priority from 1 to 1001.  Reuse existing overlay.
5598         * compare-w.el (compare-windows-highlight): Change overlay
5599         priority from 1 to 1000.
5601         * menu-bar.el (menu-bar-edit-menu): Add listp around
5602         pending-undo-list to disable menu item "undo" when pending
5603         undo list is empty.
5605         * locate.el (locate): Disable undo in *Locate* buffer.
5607 2005-12-09  Kim F. Storm  <storm@cua.dk>
5609         * mail/smtpmail.el (smtpmail-via-smtp): Disable undo in SMTP buffer.
5611 2005-12-09  David Ponce  <david@dponce.com>
5613         * recentf.el: Improvement of the menu code.
5614         (recentf-enabled-p): Move before first use.  Use `kill-emacs-hook'
5615         instead of menu hook.
5616         (recentf-show-menu, recentf-hide-menu): New functions.
5617         (recentf-menu-customization-changed, recentf-mode): Use them.
5618         (recentf-menu-action, recentf-max-menu-items)
5619         (recentf-menu-open-all-flag, recentf-menu-append-commands-flag)
5620         (recentf-arrange-by-rule-others)
5621         (recentf-arrange-by-rules-min-items)
5622         (recentf-arrange-by-rule-subfilter) : Don't use
5623         `recentf-menu-customization-changed'.
5624         (recentf-arrange-rules): Likewise.  Accept functions to compute
5625         sub-menu titles.
5626         (recentf-menu-filter): Likewise.  Doc fix.
5627         (recentf-menu-value-shortcut): Doc fix.
5628         (recentf-dump-variable): Quote atom value.
5629         (recentf-make-menu-items): Update to use it as a menu filter.
5630         (recentf-match-rule): New function.
5631         (recentf-arrange-by-rule): Use it.
5632         (recentf-indirect-mode-rule): New function.
5633         (recentf-build-mode-rules): Use it.
5634         (recentf-dir-rule): New function.
5635         (recentf-arrange-by-dir): Use it.
5636         (recentf-filter-changer-current): Rename from
5637         `recentf-filter-changer-state'.  All references updated.
5638         (recentf-filter-changer-alist): Update filter names.
5639         (recentf-filter-changer-select): New function.
5640         (recentf-filter-changer): Use it.  Make a sub-menu from filters
5641         available in `recentf-filter-changer-alist'.
5642         (recentf-data-cache, recentf-clear-data)
5643         (recentf-update-menu): Remove.  All references updated.
5644         (recentf-match-rule-p, recentf-build-dir-rules)
5645         (recentf-filter-changer-goto-next)
5646         (recentf-filter-changer-get-current)
5647         (recentf-filter-changer-get-next): Remove.
5649 2005-12-08  Luc Teirlinck  <teirllm@auburn.edu>
5651         * cus-edit.el (custom-buffer-create-internal): Relabel the whole
5652         buffer "Reset" button to "Reset to Current" for consistency with
5653         the State buttons.
5655 2005-12-08  John Paul Wallington  <jpw@pobox.com>
5657         * ibuf-ext.el (define-ibuffer-filter filename):
5658         If `dired-directory' is a list then really use its car.
5660 2005-12-08  Kim F. Storm  <storm@cua.dk>
5662         * emulation/cua-rect.el (cua--rectangle-aux-replace):
5663         Fix indention of text on right side of replaced rectangle.
5665 2005-12-09  Nick Roberts  <nickrob@snap.net.nz>
5667         * progmodes/gud.el (gud-speedbar-buttons, gud-tooltip-tips):
5668         No need to check gud-comint-buffer is bound.
5669         (gdb): Prevent multiple debugging when first session uses gdba.
5671 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5673         CC Mode update to 5.31.
5675         * progmodes/cc-subword.el: Add a dummy `c-subword-mode' for
5676         Emacsen which lack `define-minor-mode'.  (Currently Emacs <21.
5677         We might do this function properly in the future).
5679         * progmodes/cc-cmds.el, cc-defs.el, cc-styles.el, cc-vars.el:
5680         New macros c-sentence-end and c-default-value-sentence end, to cope
5681         with Emacs 22's new function `sentence-end'.
5683 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5685         * progmodes/cc-cmds.el (c-show-syntactic-information): Solve the
5686         compat issue using `c-put-overlay' and `c-delete-overlay'.
5688         * progmodes/cc-defs.el (c-put-overlay, c-delete-overlay):
5689         New compat macros to handle overlays/extents.
5691 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5693         * progmodes/cc-fix.el: Add definitions of the macros push and pop
5694         (for GNU Emacs 20.4)
5696         * progmodes/cc-defs.el:
5697         (i) Load cc-fix.elc for `push' and `pop' (for GNU Emacs 20.4)
5699         * progmodes/cc-cmds.el (c-show-syntactic-information): Change the
5700         highlighting mechanism so it will work in XEmacs too.
5702         * progmodes/cc-defs.el: Insert c-int-to-char.
5704         * progmodes/cc-langs.el (c-nonsymbol-token-char-list): Insert a
5705         call to the new macro c-int-to-char.  This solves XEmacs's
5706         regarding characters as different from integers.
5708 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5710         * progmodes/cc-fonts.el (c-make-syntactic-matcher):
5711         New internal helper.
5713         (c-cpp-matchers, c-basic-matchers-before): Use the `eval'
5714         construct to make the indirect face lookup work in XEmacs.
5716         (c-cpp-matchers): Append the negation char face to the existing
5717         fontification, so that the cpp face doesn't disappear.
5718         Use `c-make-syntactic-matcher' to avoid negation chars in comments
5719         and strings.
5721         * progmodes/cc-fonts.el (c-negation-char-face-name): New variable
5722         to map to `font-lock-negation-char-face' in emacsen where it exists.
5724 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5726         * progmodes/cc-mode.el: Bind c-subword-mode to C-c C-w.
5728         * progmodes/cc-subword.el, cc-cmds.el, cc-mode.el:
5729         Rename "c-subword-move-mode" as "c-subword-mode".
5731         * progmodes/cc-mode.el: Added tty suitable bindings for C-c
5732         <delete> and C-c C-<delete>.  (To the c-hungry- delete functions).
5734 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5736         * progmodes/cc-mode.el: Added autoload directive for
5737         `c-subword-move-mode' for use in older emacsen.
5739 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5741         * progmodes/cc-mode.el:
5742         (i) Insert a binding for C-c C-backspace into
5743         c-bind-special-erase-keys which works in TTYs.
5744         (ii) Make sure that when file styles are used, any explicitly
5745         given style variables take priority over those in the style.
5746         Do this by calling `hack-local-variables' a second time.
5748         * progmodes/cc-vars.el: Add language specific customization
5749         widgets for AWK to c-doc-comment-style, c-require-final-newline
5750         and c-default-style.  Add a defcustom for awk-mode-hook.
5751         Give c-syntactic-element and c-syntactic-context doc-strings by
5752         directly setting their `variable-documentation' propery.
5753         This allows Emacs 22.1 to read these with C-h v.
5755         * progmodes/cc-awk.el: Apply a tidy-up patch (from Stefan Monnier).
5757 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5759         * progmodes/cc-fonts.el, cc-vars.el
5760         (gtkdoc-font-lock-doc-comments, gtkdoc-font-lock-doc-protection)
5761         (gtkdoc-font-lock-keywords): GtkDoc patterns contributed by
5762         Masatake YAMATO.
5764         (c-doc-comment-style): Made GtkDoc default in C mode.
5766         * progmodes/cc-mode.el: Fixed key bindings for C-c C-<backspace>
5767         and C-c C-<delete>.
5769         (c-bind-special-erase-keys): New function for use on
5770         `normal-erase-is-backspace-hook' to bind C-c C-<delete> correctly.
5772         * progmodes/cc-cmds.el (c-hungry-delete): New function to fix
5773         <delete> key behavior in XEmacs according to `delete-forward-p'.
5774         C.f. `c-electric-delete'.
5776 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5778         * progmodes/cc-mode.el: Give c-hungry-backspace and
5779         c-hungry-delete-forward permanent key bindings.
5781         * progmodes/cc-cmds.el (c-electric-semi&comma):
5782         Bind c-syntactic-context for calls to "criteria functions", for
5783         consistency with other calls to user functions.
5785         * progmodes/cc-cmds.el (c-indent-command): Expunge use of
5786         `current-prefix-arg', since this might be the prefix arg to a
5787         command which calls c-indent-command as a function.  Change the
5788         interactive spec from "p" to "P".
5790         * progmodes/cc-styles.el: Amend the doc-string of c-set-style, in
5791         reponse to a report from Joseph Kiniry <kiniry@acm.org> that it
5792         was difficult to understand.
5794 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5796         * progmodes/cc-engine.el (c-on-identifier): Fix bug when at the
5797         first char of an identifier.
5799         * progmodes/cc-engine.el (c-on-identifier): Handle the "operator
5800         +" syntax in C++.
5802 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5804         * progmodes/cc-cmds.el (c-mask-paragraph): Correct, so that
5805         auto-fill doesn't split a c-comment's last word from a hanging
5806         "*/" when a space is typed between them after fill-column.
5808         * progmodes/cc-defs.el: New macro c-delete-and-extract-region.
5810         * progmodes/cc-styles.el (c-set-style)
5811         (c-setup-paragraph-variables): Abort the command if we're not in a
5812         CC Mode buffer.
5814         * progmodes/cc-align.el (c-lineup-C-comments): Correct indentation
5815         with blank comment-prefix, and a blank line as the comment's
5816         second line.
5818 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5820         * progmodes/cc-fonts.el (c-cpp-matchers, c-basic-matchers-before):
5821         Incorporate the patterns added in the Emacs development branch
5822         for the new Emacs 22 face `font-lock-negation-char-face'.
5824         * progmodes/cc-fonts.el (c-invalid-face-name): Use "red1" instead
5825         of "red" since it stands out better in xterms and DOS terminals.
5827         * progmodes/cc-engine.el (c-literal-faces):
5828         Add `font-lock-comment-delimiter-face' which is new in Emacs 22.
5830 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5832         * progmodes/cc-cmds.el: Make C-c C-a (`c-toggle-auto-newline')
5833         forcibly enable c-electric-flag.
5835         * progmodes/cc-vars.el, cc-cmds.el: New clean-up
5836         `comment-close-slash' on c-electric-slash: if enabled, typing `/' just
5837         after the comment-prefix of a C-style comment will close that comment.
5839 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5841         * progmodes/cc-fonts.el (c-basic-matchers-before)
5842         (c-complex-decl-matchers): Fix the "not-arrow-prefix" regexp used
5843         in Pike.
5845         * progmodes/cc-langs.el (c-other-op-syntax-tokens): Only C++ has
5846         digraphs.
5848         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el
5849         (c-cpp-message-directives, c-cpp-include-directives)
5850         (c-opt-cpp-macro-define, c-opt-cpp-macro-define-start)
5851         (c-cpp-expr-directives): Introduce new language constants to
5852         control cpp syntax in a cleaner way.
5854         (c-cpp-expr-functions): Rename from c-cpp-defined-fns.
5856         (c-cpp-matchers, c-forward-to-cpp-define-body): Use them.
5858         * progmodes/cc-langs.el, cc-fonts.el (c-string-escaped-newlines)
5859         (c-multiline-string-start-char): New language constants and
5860         variables to specify how newlines in string literals work.
5862         (c-font-lock-invalid-string): Use them.
5864         * progmodes/cc-cmds.el (c-try-one-liner): Robustness fix if an
5865         unbalanced close brace is entered.  Optimization by avoiding going
5866         back over arbitrarily large blocks.  Removed hints that this
5867         function only would be relevant/useful in AWK.
5869         (c-electric-brace): Indent syntactically after the cleanups since
5870         lineup functions might do it differently then.
5872         * progmodes/cc-engine.el, cc-langs.el
5873         (c-opt-op-identifier-prefix): New language constant and variable.
5875         (c-just-after-func-arglist-p, c-after-special-operator-id)
5876         (c-search-decl-header-end, c-inside-bracelist-p): Use it.
5878         * progmodes/cc-align.el, cc-engine.el
5879         (c-after-special-operator-id): New helper to handle C++ operator
5880         identifiers.
5882         (c-lineup-topmost-intro-cont, c-just-after-func-arglist-p)
5883         (c-guess-basic-syntax): Handle C++ operator identifiers in
5884         declarations.
5886         * progmodes/cc-langs.el (c-assignment-operators): Add the
5887         trigraph version of ^= too.
5889         * progmodes/cc-langs.el (c-assignment-operators): Add the
5890         trigraph version of |= in C++.
5892         * progmodes/cc-fonts.el (c-font-lock-declarators):
5893         Handle `c-decl-hangon-kwds' after the identifier name.
5895         * progmodes/cc-engine.el (c-guess-basic-syntax): When deciding
5896         whether an arglist is "nonempty", ignore a comment after the open
5897         paren if it isn't followed by a non-comment token on the same line.
5899         * progmodes/cc-engine.el (c-guess-basic-syntax): Case 4:
5900         Enable heuristics below the point to cope with classes inside special
5901         brace lists in Pike.
5903 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5905         * progmodes/cc-cmds.el: Amend c-point-syntax to handle macros.
5907 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5909         * progmodes/cc-guess.el (cc-guess-install): New function to
5910         install an already guessed style in another buffer.
5912         * progmodes/cc-defs.el (c-tentative-buffer-changes): No longer
5913         sets `inhibit-read-only' - `c-save-buffer-state' should be used
5914         anyway if the change always is undone.
5916 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5918         Implement togglable electricity:
5920         * progmodes/cc-defs.el: Enhance c-save-buffer-state's doc-string,
5921         saying when it should be used.
5923         * progmodes/cc-engine.el: Add the new buffer-local variable,
5924         c-electric-flag.
5926         * progmodes/cc-langs.el: Change the name of c-toggle-auto-state to
5927         c-toggle-auto-newline.
5929         * progmodes/cc-mode.el: Rename c-toggle-auto-state to
5930         c-toggle-auto-newline.  Remove the binding for
5931         c-toggle-auto-hungry-state.  Add the binding C-c C-l for the new
5932         c-toggle-electric-state.
5934         * progmodes/cc-vars.el: Make c-syntactic-indentation buffer local.
5936         * progmodes/cc-cmds.el: Add `c-bytecomp-defun's for
5937         c-\(forward\|backward\)-subword.
5938         (c-update-modeline): Add the new modeline flag `l' for
5939         `c-electric-flag'.  Make the auto-newline flag `a' dependent on `l'.
5940         (c-toggle-auto-state): Rename it to `c-toggle-auto-newline'.
5941         Make the old name an alias of the new name.
5942         (c-toggle-electric-state): New function.
5943         (c-electric-\(pound\|brace\|slash\|star\|semi&comma\|colon\|lt-gt\|paren\|continued-statement\)):
5944         Adapt these functions to do electric things only when
5945         c-electric-flag is non-nil.
5946         (c-point-syntax, c-brace-newlines, c-try-oneliner): Extract these
5947         new functions from c-electric-brace.
5948         (c-point-syntax): Add a check for "virtual semicolons" in AWK
5949         mode, so that the tentative extra newline doesn't change the
5950         syntax of the following brace.
5951         (c-electric-brace): Restructure by extracting the above functions.
5952         Tidy up the coding somewhat.
5953         (c-electric-semi&comma, c-electric-colon, c-electric-paren):
5954         restructure a bit.
5956 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
5958         * progmodes/cc-cmds.el (c-show-syntactic-information): Show the
5959         anchor position(s) using faces.  Thanks to Masatake YAMATO for the idea.
5961         * progmodes/cc-mode.el, cc-cmds.el, cc-defs.el, cc-engine.el
5962         (c-submode-indicators): Change name from `c-auto-hungry-string'
5963         since it's now used to track another submode.
5965         (c-update-modeline): Convert to function and extended to check
5966         `c-subword-move-mode'.
5968         (c-forward-into-nomenclature, c-backward-into-nomenclature):
5969         Convert to compat aliases for `c-forward-subword' and
5970         `c-backward-subword'.
5972         * progmodes/cc-subword.el: New functions and minor mode to handle
5973         SillyCapsedStyleIndentifiers, contributed by Masatake YAMATO:
5975         (c-forward-subword, c-backward-subword, c-mark-subword)
5976         (c-kill-subword, c-backward-kill-subword, c-transpose-subwords)
5977         (c-capitalize-subword, c-downcase-subword, c-upcase-subword):
5978         Functions corresponding to the standard word handling functions.
5980         (c-subword-move-mode): Minor mode that replaces all the standard
5981         word handling functions with their subword equivalences.
5983 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
5985         * progmodes/cc-vars.el (c-cleanup-list): Insert a customization
5986         entry for one-liner-defun.
5988         * progmodes/cc-defs.el: Give c-tentative-buffer-changes its own
5989         name in its def-edebug-spec.
5991         * progmodes/cc-cmds.el (c-electric-brace): Make the
5992         one-liner-defun clean-up work with empty-defun-braces.  o-l-d now
5993         compacts space before a comment, if this will make things fit on
5994         one line.
5996         Introduce an "awk" style, mainly for auto-newline and clean-ups.
5998         * progmodes/cc-align.el: New function c-snug-1line-defun-close
6000         * progmodes/cc-cmds.el: In c-electric-brace, add code for new
6001         clean-up one-liner-defun.
6003         * progmodes/cc-styles.el: Add the new "awk" style.
6005         * progmodes/cc-vars.el: Add description of one-liner-defun to
6006         c-cleanup-list's doc-string.  New user options,
6007         c-max-one-liner-length.  In c-default-style, set the default style
6008         for AWK to "awk".
6010 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6012         * progmodes/cc-engine.el (c-forward-label): Fix fontification of
6013         macros inside labels.
6015         * progmodes/cc-engine.el (c-looking-at-bos): Obsolete in favor of
6016         `c-at-statement-start-p' and `c-at-expression-start-p'.
6018         * progmodes/cc-defs.el (c-tnt-chng-record-state): Don't signal an
6019         error if the mark isn't set.
6021         * progmodes/cc-engine.el (c-guess-continued-construct)
6022         (c-guess-basic-syntax): Use `c-forward-decl-or-cast-1' to more
6023         accurately detect functions inside functions.
6025         * progmodes/cc-engine.el (c-at-expression-start-p): New function
6026         like `c-at-statement-start-p' that additionally recognizes commas
6027         and expression parentheses as delimiters.
6029         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Add flag
6030         to avoid heuristics that doesn't work for unclosed blocks.
6031         (c-at-statement-start-p): New function.
6033         * progmodes/cc-engine.el, cc-fonts.el: Fixes in handling of
6034         Objective-C directives, e.g. directives spanning lines should work
6035         reasonably well now.
6037         (c-put-c-type-property, c-clear-c-type-property): New helpers.
6039         (c-forward-objc-directive): New function to move over any ObjC
6040         directive.
6042         (c-just-after-func-arglist-p, c-guess-basic-syntax)
6043         (c-basic-matchers-before): Use it.
6045         (c-font-lock-objc-iip-decl): Remove.
6047         * progmodes/cc-engine.el (c-guess-basic-syntax): Some improvement
6048         in the template arglist recognition.
6050         * progmodes/cc-styles.el (c-style-alist): Fix several
6051         inconsistencies in the Whitesmith style.
6053         * progmodes/cc-align.el (c-lineup-after-whitesmith-blocks):
6054         New lineup function to get lines after Whitesmith style blocks
6055         correctly indented.
6057         (c-lineup-whitesmith-in-block): Back out the compensation for
6058         opening parens since it's done using `add' lists in the style
6059         definition instead.  Don't use the anchor position since it varies
6060         too much between the syntactic symbols. :P
6062         * progmodes/cc-vars.el (c-valid-offset): Update.
6064         * progmodes/cc-engine.el (c-evaluate-offset): Extend to handle
6065         lists where the offsets are combined according to several
6066         different methods: `first', `min', `max', and `add'.
6067         Report offset evaluation errors with `c-benign-error' so that some kind
6068         of reindentation still is done.
6070         * progmodes/cc-engine.el (c-guess-basic-syntax):
6071         Anchor `arglist-intro' the same way as `arglist-cont-nonempty' and
6072         `arglist-close'.
6074         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix similar
6075         situations for `arglist-cont-nonempty' and `arglist-close'.
6077         * progmodes/cc-langs.el (c-opt-identifier-concat-key-depth): New const.
6079         * progmodes/cc-defs.el: Use `cc-bytecomp-fboundp' and
6080         cc-bytecomp-boundp' in a number of places.
6082         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a
6083         macro related issue.
6085 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6087         * progmodes/cc-awk.el: Change the terminology of regexps: A char
6088         list is now [asdf], a char class [:alpha:].
6089         Include code for char classes.
6090         Set c-awk-NL-prop on lines ending in open strings.  (Bug fix.)
6091         Add character classes (e.g. "[:alpha:]") into AWK Mode's regexps.
6093         Remove (nearly all of) the cruft associated with AWK Mode's former
6094         concept of "virtual semicolons":
6096         Adapt c-beginning-of-statement, c-end-of-statement (together with
6097         subfunctions) to use the new notion of "virtual semicolon" in
6098         place of the old awkward special handling for AWK.  There remains
6099         much cruft in cc-awk.el, cc-cmds.el and cc-engine.el to clear out.
6100         * progmodes/cc-cmds.el:
6101         (c-ascertain-adjacent-literal): In the backwards direction, now
6102         recognises AWK regexp delimiters as string delimiters.
6103         (c-after-statement-terminator-p): Adapt for virtual semicolons;
6104         check more rigorously for "end of macro".
6105         (c-back-over-illiterals, c-forward-over-illiterals): Adapt for
6106         virtual semicolons;
6107         (c-beginning-of-statement): Adapt for virtual semicolons; Separate
6108         out the code for forward movement into ...
6109         (c-end-of-statement): Now contains the code for forward movement,
6110         adapted for virtual semicolons.
6112         * progmodes/cc-engine.el:
6113         (c-ws*-string-limit-regexp): New regexp.
6114         (c-forward-single-comment, c-backward-single-comment): Comment out
6115         the (now redundant) "special" AWK stuff.
6117         * progmodes/cc-styles.el, cc-vars.el: Change the settings of
6118         c-string-par-start, c-string-par-separate to be more like Text
6119         Mode than Fundamental Mode.
6121 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6123         * progmodes/cc-fonts.el (c-font-lock-declarations): Always narrow
6124         to the fontified region so that fontification doesn't occur
6125         outside it (could happen e.g. when fontifying a line with an
6126         unfinished declaration).
6128 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6130         * progmodes/cc-awk.el: Move regexps for analysing AWK code to near the
6131         start of the file.  ^L now separate sections of the file.
6132         (c-awk-non-eol-esc-pair-re,     c-awk-blank-or-comment-line-re)
6133         (c-awk-one-line-possibly-open-string-re)
6134         (c-awk-regexp-one-line-possibly-open-char-class-re)
6135         (c-awk-one-line-possibly-open-regexp-re)
6136         (c-awk-one-line-non-syn-ws*-re): New defonsts.
6137         (c-awk-at-vsemi-p, c-awk-vsemi-status-unknown-p): New functions.
6139         Amend the concept of "virtual semicolons" (in the indentation
6140         engine) for languages like AWK, such that they are now
6141         conceptually attached to end of the last token of a statement, not
6142         the end of the line.  (In AWK Mode, however, the pertinent text
6143         property is still physically set on the EOL.)  Remove the specific
6144         tests for awk-mode, thus facilitating the introduction of other
6145         language modes where EOLs can end statements.
6146         (Note: The funtionality in cc-cmds.el, specifically
6147         c-beginning/end-of-statement has yet to be amended.)
6149         * progmodes/cc-defs.el (c-at-vsemi-p, c-vsemi-status-unknown-p):
6150         New macros.
6152         * progmodes/cc-langs.el: Added `#' into AWK Mode's value of
6153         c-stmt-delim-chars.  New c-lang-defvars: c-at-vsemi-p-fn,
6154         c-vsemi-status-unknown-p-fn (in a new page).
6156         * progmodes/cc-engine.el: In c-beginning-of-statement-1,
6157         c-crosses-statement-barrier-p, c-guess-basic-syntax, replace
6158         numerous awkward forms like
6159         (if (c-major-mode-is 'awk-mode) (c-awk-prev-line-incomplete-p))
6160         with (c-at-vsemi-p).  Fix a few typos.  In c-guess-basic-syntax, new
6161         variable before-ws-ip, the place just after char-before-ip appears.
6163         * progmodes/cc-mode.el: Fix what's almost a semantic ambiguity in
6164         a comment.
6166 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6168         * progmodes/cc-cmds.el (c-electric-brace): Clean up using
6169         `c-tentative-buffer-changes'.
6171         * progmodes/cc-defs.el (c-region-is-active-p): Simplify and
6172         convert to macro to choose between Emacs and XEmacs at compile time.
6174         (c-set-region-active): New set counterpart to `c-region-is-active-p'.
6176         (c-tentative-buffer-changes): New macro to handle temporary buffer
6177         changes in a convenient way.
6179         (c-tnt-chng-record-state, c-tnt-chng-cleanup): Internal helpers
6180         for `c-tentative-buffer-changes'.
6182         * progmodes/cc-engine.el (c-looking-at-inexpr-block): Tighten up
6183         the checks for paren sexps between the point and the keyword, to
6184         avoid some false alarms.
6186         * progmodes/cc-engine.el, cc-langs.el (c-looking-at-inexpr-block):
6187         Fixed a situation where an error could be thrown for unbalanced
6188         parens.  Changed to make use of c-keyword-member' to avoid some
6189         repeated regexp matches.
6191         (c-opt-lambda-key, c-opt-inexpr-block-key, c-opt-inexpr-class-key):
6192         These language variable are no longer necessary.
6194         (c-block-stmt-kwds): New language constant used by
6195         c-looking-at-inexpr-block'.
6197         (c-guess-basic-syntax): Remove an optional check that looked at
6198         the existence of the now removed language variables.
6200         * progmodes/cc-engine.el (c-fdoc-shift-type-backward)
6201         (c-forward-decl-or-cast-1): Fix invalid recognition of C++ style
6202         object instantiation expressions as declarations in some contexts.
6203         This bug only affected languages where the declarator can't be
6204         enclosed in parentheses.
6206         * progmodes/cc-styles.el (c-style-alist): Fix the GNU style to
6207         insert newlines before and after substatement braces.
6209         * progmodes/cc-engine.el: Improved the heuristics for recognizing
6210         function declaration headers and the handling of C++ style member
6211         init lists.
6213         (c-just-after-func-arglist-p): Rewritten to use
6214         `c-forward-decl-or-cast-1'.  Now behaves a bit differently too.
6216         (c-beginning-of-member-init-list): Remove since it isn't used anymore.
6218         (c-guess-basic-syntax): Adapt case 5B for the new
6219         `c-just-after-func-arglist-p'.  Merge cases 5B.1 and 5B.3.
6220         Remove cases 5D.1 and 5D.2 since they aren't trigged anymore (case 5B.1
6221         covers all cases now).
6223         * progmodes/cc-defs.el (c-point): Add `bosws' and `eosws'.
6225 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6227         * progmodes/cc-cmds.el, cc-styles.el, cc-vars.el: New variables
6228         c-string-par-start/separate c-sentence-end-with-esc-eol,
6229         initialised in c-setup-paragraph-variables, used in string
6230         scanning subroutines of c-beginning-of-statement.
6232         * progmodes/cc-cmds.el (c-electric-brace): Don't delete a comment
6233         which precedes the newly inserted `{'.
6235 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6237         * progmodes/cc-engine.el, cc-langs.el: Rewrote the recognition
6238         function for declaration level blocks.  It should now cope with
6239         templates better and also be a lot more comprehensible.
6241         (c-looking-at-decl-block): The new function.
6243         (c-search-uplist-for-classkey): The old one.  It's now a wrapper
6244         for compatibility.
6246         (c-add-class-syntax, c-guess-continued-construct)
6247         (c-guess-basic-syntax): Adapt for `c-looking-at-decl-block'.
6249         (c-decl-block-key): Change to tell apart ambiguous and
6250         unambiguous keywords.  Pike specials are now handled directly in
6251         the code instead.
6253         (c-block-prefix-disallowed-chars, c-block-prefix-charset):
6254         New language constants and variables to make the backward skip in
6255         `c-looking-at-decl-block' as tight as possible.
6257         (c-nonsymbol-token-char-list): New language constant.
6259         * progmodes/cc-engine.el (c-backward-<>-arglist): New function to
6260         find balanced template arglists backwards.
6262         * progmodes/cc-defs.el (c-make-bare-char-alt): New helper for
6263         making char classes for `c-syntactic-skip-backward'.
6265         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify case
6266         16D - can't be a class-close at that point.
6268         * progmodes/cc-engine.el (c-guess-basic-syntax)
6269         (c-add-class-syntax): Don't narrow out the enclosing declaration
6270         level.  This makes everything a lot easier, and it was actually
6271         only four small places that needed it to work.  Some places that
6272         previously did `widen' are removed now, which has the effect that
6273         `c-guess-basic-syntax' never will look at things outside the
6274         current narrowment now.  The anchor position for `topmost-intro'
6275         is affected by this, but it was so bogus it was basically useless
6276         before, and now it's equally bogus but in a slightly different way.
6278         (c-narrow-out-enclosing-class): Gone.
6280         (c-most-enclosing-brace, c-least-enclosing-brace): Don't filter to
6281         the narrowed region.
6283         (c-least-enclosing-brace): Remove silly optional argument.
6285         * progmodes/cc-engine.el (c-beginning-of-decl-1): Fix bug where
6286         the point could be left directly after an open paren when finding
6287         the beginning of the first decl in the block.
6289         * progmodes/cc-engine.el, cc-fonts.el (c-forward-keyword-clause):
6290         Specify which submatch to use.
6292         * progmodes/cc-langs.el (c-symbol-start): Include `@' in ObjC.
6294         (c-decl-start-re): No longer any need for special treatment of
6295         ObjC due to the above.
6297         (c-other-block-decl-kwds): Handle "extern" in ObjC too since it
6298         presumably follows C in that regard.
6300         * progmodes/cc-langs.el (c-identifier-ops, c-after-id-concat-ops):
6301         New language constants to specify operator tokens inside
6302         identifiers in a more high level way.
6304         (c-opt-identifier-prefix-key): New internal language constant.
6306         (c-opt-identifier-concat-key, c-opt-after-id-concat-key)
6307         (c-identifier-start, c-identifier-key): Now completely calculated
6308         from other constants.
6310         (c-identifier-last-sym-match): Decommission since it's no longer used.
6312         (c-operators): Use `c-identifier-ops'.  Document `postfix-if-paren'.
6314         * progmodes/cc-engine.el (c-forward-name): Remove the
6315         optimization when c-identifier-key is equal to c-symbol-key since
6316         it doesn't work in byte compiled files.  Don't record empty
6317         regions as identifiers.
6319         * progmodes/cc-langs.el (c-filter-ops): New helper function to
6320         simplify access to `c-operators' and its likes.
6322         (c-operator-list, c-all-op-syntax-tokens)
6323         (c-nonsymbol-token-regexp, c-<>-multichar-token-regexp)
6324         (c-<-op-cont-regexp, c->-op-cont-regexp, c-expr-kwds)
6325         (c-primary-expr-regexp, c-cast-parens): Use it.
6327         * progmodes/cc-defs.el (c-lang-const): Fixes to allow use without
6328         an explicit language in functions.
6330         * progmodes/cc-defs.el (c-make-keywords-re): Add an appendable
6331         variant of adornment.
6333         * progmodes/cc-langs.el (c-any-class-key): Remove unused language
6334         variable.
6336         (c-type-decl-prefix-key): Remove some now unnecessary cruft from
6337         the Pike value.
6339         * progmodes/cc-engine.el (c-on-identifier)
6340         (c-simple-skip-symbol-backward): Small fix for handling "-"
6341         correctly in `skip-chars-backward'.  Affected the operator lfun
6342         syntax in Pike.
6344         * progmodes/cc-langs.el (c-make-init-lang-vars-fun): Disable the
6345         diagnostic message about precompiled language vars not being used.
6347         * progmodes/cc-langs.el (c-paren-nontype-kwds): The GCC keyword
6348         "__attribute__" is followed by a parenthesis.
6350         (c-type-start-kwds, c-prefix-spec-kwds, c-prefix-spec-kwds-re)
6351         (c-specifier-key, c-not-decl-init-keywords): Some cleanup using new
6352         language constants `c-type-start-kwds' and `c-prefix-spec-kwds'.
6354         * progmodes/cc-fonts.el, cc-langs.el, cc-engine.el:
6355         Internal cleanups to properly detect the declared identifiers in
6356         various declarations.
6358         (c-decl-start-kwds): New language constant to recognize
6359         declarations that can start anywhere.  Used for class declarations
6360         in Pike.
6362         (c-specifier-key, c-not-decl-init-keywords)
6363         (c-decl-prefix-or-start-re, c-find-decl-prefix-search)
6364         (c-find-decl-spots): Implement `c-decl-start-kwds'.
6366         (c-other-decl-kwds, c-postfix-decl-spec-kwds, c-decl-hangon-kwds)
6367         (c-decl-hangon-key, c-forward-decl-or-cast-1): Separate the
6368         handling of the compiler specific extension keywords into a new
6369         language constant `c-decl-hangon-kwds' that defines keyword
6370         clauses to be ignored in declarations.
6372         (c-forward-id-comma-list, c-forward-keyword-clause): Don't skip
6373         past unrecognized tokens when handling `c-colon-type-list-kwds'.
6374         Necessary to stop at the declared identifier in e.g. IDL valuetype
6375         declarations.
6377         (c-typedef-decl-kwds, c-typeless-decl-kwds, c-type-list-kwds)
6378         (c-prefix-spec-kwds-re, c-postfix-spec-kwds)
6379         (c-after-suffixed-type-decl-key, c-opt-postfix-decl-spec-key)
6380         (c-forward-decl-or-cast-1): Recognize the declared identifier in
6381         class and enum declarations as such and not as part of the type.
6383         (c-forward-decl-or-cast-1, c-forward-label): Relax the
6384         interpretation of PRECEDING-TOKEN-END when there's no preceding token.
6386         (c-forward-decl-or-cast-1): Don't disregard sure signs of
6387         declarations when there's some syntax error later on.
6389         (c-complex-decl-matchers): Did away with a reference to
6390         `c-specifier-key'.
6392         * progmodes/cc-engine.el (c-maybe-labelp): Provide no default
6393         value - this variable is always dynamically bound.
6395         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el, cc-menus.el
6396         * cc-mode.el, cc-styles.el, cc-vars.el, cc-align.el, cc-awk.el
6397         * cc-cmds.el, cc-defs.el: Change the policy for marking up
6398         functions that might do hidden buffer changes: All such internal
6399         functions are now marked instead of those that don't.
6401         (c-beginning-of-macro, c-end-of-macro, c-(forward|backward)-comments)
6402         (c-(forward|backward)-single-comment, c-parse-state, c-on-identifier)
6403         (c-(fast-|slow-|)in-literal, c-literal-limits, c-collect-line-comments)
6404         (c-literal-type): Allow these functions to make hidden buffer changes,
6405         so that they are free to use text property caching later on.
6407         (c-electric-backspace, c-electric-delete-forward, c-electric-pound)
6408         (c-electric-brace, c-electric-slash, c-electric-star)
6409         (c-electric-semi&comma, c-electric-colon, c-electric-lt-gt)
6410         (c-electric-paren, c-electric-continued-statement, c-indent-command)
6411         (c-indent-region, c-mask-paragraph, c-indent-new-comment-line)
6412         (c-context-line-break): Add `c-save-buffer-state' calls to comply
6413         with the changed semantics of the functions above.
6415         * progmodes/cc-engine.el (c-beginning-of-statement-1): Fix a bug
6416         when macros occur in obscure places.  Optimized the sexp movement
6417         a bit.
6419 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6421         Enhancements for c-beginning-of-statement to work in AWK Mode:
6423         * progmodes/cc-awk.el: Supersede c-awk-NL-prop value `;'
6424         (completed statement) with `}' (statement completed by closing
6425         brace or semicolon) and `$' (statement completed by EOL).
6427         (c-awk-virtual-semicolon-ends-prev-line-p)
6428         (c-awk-virtual-semicolon-ends-line-p)
6429         (c-awk-skip-semantic-ws-forward, c-awk-skip-semantic-ws-backward)
6430         (c-awk-at-statement-end-p): New functions.
6432         * progmodes/cc-cmds.el: Simplify the structure of functions
6433         c-forward-over-illiterals, c-back-over-illiterals.  Enhance these
6434         two functions and c-beginning-of-statement to handle AWK Mode.
6436         * progmodes/cc-engine.el: Enhance c-forward-single-comment,
6437         c-backward-single-comment for AWK mode.  Attempt to clarify their
6438         doc-strings.
6440         * progmodes/cc-mode.el: Put M-a and M-e into awk-mode-map.
6442 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6444         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el: Cleaned up the
6445         label handling.  Labels are now recognized in a uniform and more
6446         robust way, regardless of context.  Text properties are put on all
6447         labels to recognize the following declarations better.
6448         Multiword labels are handled both in indentation and fontification for
6449         the benefit of language extensions like Qt.  For consistency, keywords
6450         in labels are now fontified with the label face instead.
6451         That also applies to "case" and "default".
6453         (c-beginning-of-statement-1): Fix some bugs in the label
6454         handling.  Disregard `c-nonlabel-token-key' in labels that begin
6455         with `c-label-kwds'.
6457         (c-find-decl-spots): Support that the callback adds more
6458         `c-decl-end' spots to find.
6460         (c-forward-decl-or-cast-1): Don't treat a list of plain
6461         identifiers followed by a colon as a declaration.
6463         (c-forward-label): New function to recognize labels.
6465         (c-guess-basic-syntax): Replace uses of `c-label-key' with
6466         `c-forward-label'.  Moved the label recognition cases (14 and 15)
6467         earlier since they aren't so context sensitive now.  Handle labels
6468         on the top level gracefully.  Moved access label recognition to
6469         the generic label case (CASE 15) - removed CASE 5E.
6471         (c-font-lock-declarations): Add recognition of labels in the
6472         same round since we need to handle labels in parallell with other
6473         declarations to recognize both accurately.  It should also improve
6474         speed.
6476         (c-simple-decl-matchers, c-basic-matchers-after):
6477         Move `c-font-lock-labels' so that it only is used on decoration level 2
6478         since `c-font-lock-declarations' handles it otherwise.
6480         (c-complex-decl-matchers): Remove the simplistic recognition of
6481         access labels.
6483         (c-decl-prefix-re): Remove the kludges that was necessary to cope
6484         with labels earlier.
6486         (c-decl-start-re): New language variable to make
6487         `c-font-lock-declarations' stop for the special protection labels
6488         in Objective-C that start with `@'.
6490         (c-label-key): Remove since it's no longer used.
6492         (c-recognize-colon-labels, c-label-prefix-re): New language
6493         constants to support recognition of generic colon-terminated labels.
6495         (c-type-decl-end-used): `c-decl-end' is now used whenever there
6496         are colon terminated labels.
6498         * progmodes/cc-align.el (c-lineup-arglist): Fix bug when the
6499         first argument starts with a special brace list.
6501         * progmodes/cc-engine.el, cc-fonts.el (c-forward-decl-or-cast-1)
6502         (c-font-lock-declarations): Break out the declaration and cast
6503         recognition from `c-font-lock-declarations' to a new function, so
6504         that it can be used in the indentation engine.
6506         * progmodes/cc-engine.el (c-find-decl-spots): Fix bug in backing
6507         up to the start of the literal.  Fixed bug with the point on the
6508         wrong side of the search limit that could happen when the start
6509         position is inside a literal.
6511         * progmodes/cc-engine.el (c-parse-state)
6512         (c-invalidate-state-cache): Modify the use of `c-state-cache-end'
6513         so that it's kept a little bit back to increase the hit rate.
6515         (c-parse-state): Change the macro handling and fixed some
6516         glitches.  Macro context is checked more often than necessary now,
6517         but otoh less garbage conses are generated.
6519         * progmodes/cc-engine.el (c-parse-state)
6520         (c-invalidate-state-cache): Cache the last position where
6521         `c-state-cache' applies.  This can speed up refontification quite
6522         a bit in blocks where there are many non-brace parens before the point.
6524         (c-state-cache-end): New variable for this.
6526         (c-guess-basic-syntax, c-debug-parse-state): Adapt for the new
6527         cache variable.
6529         * progmodes/cc-engine.el (c-find-decl-spots): Take more care to
6530         get close initial continue positions when the start position is
6531         inside a literal or macro.  Do not call the callback for spots
6532         before the start position (which can happen e.g. for `c-decl-end'
6533         spots inside comments).  Optimize better in special cases when the
6534         region is a single line inside a literal or macro (typically when
6535         the current line is refontified).
6537         * progmodes/cc-engine.el (c-guess-basic-syntax): Simplify calls
6538         to `c-add-stmt-syntax' - there's no need to explicitly whack off
6539         entries from the paren state.
6541         * progmodes/cc-engine.el (c-add-stmt-syntax): Narrow down the
6542         special case for "else if" clauses.
6544         * progmodes/cc-engine.el (c-looking-at-inexpr-block)
6545         (c-add-stmt-syntax): Use `c-recognize-paren-inexpr-blocks'.
6547         * progmodes/cc-langs.el (c-recognize-paren-inexpr-blocks):
6548         New language variable to recognize the gcc extension with statement
6549         blocks inside expressions.
6551         * progmodes/cc-engine.el (c-add-stmt-syntax): Restructure to make
6552         it somewhat more comprehensible.  The argument AT-BLOCK-START is
6553         no longer used and hence removed.
6555         (c-guess-continued-construct, c-guess-basic-syntax): Update calls
6556         to `c-add-stmt-syntax'.
6558         * progmodes/cc-engine.el (c-backward-to-decl-anchor):
6559         Use `c-beginning-of-statement-1' instead of duplicating parts of it.
6560         This fixes bogus label recognition.
6562         * progmodes/cc-engine.el (c-add-type, c-check-type)
6563         (c-forward-name, c-forward-type): Improve storage of template
6564         types in `c-found-types' so that they can be recognized better.
6566         (c-syntactic-content): Add option to skip past nested parens.
6568         * progmodes/cc-engine.el (c-forward-name):
6569         Set `c-last-identifier-range' all the time.  It's less work that way.
6570         Handle that there might not be an identifier to store in
6571         `c-last-identifier-range'.
6573         (c-forward-type): Handle that `c-last-identifier-range' might be
6574         nil from `c-forward-name'.
6576         * progmodes/cc-defs.el (c-safe-scan-lists)
6577         (c-(go-)?(up|down)-list-(forward|backward)): Add limit arguments.
6579         * progmodes/cc-defs.el (c-save-buffer-state): Use `unwind-protect'
6580         to work even if the form fails.
6582         * progmodes/cc-engine.el (c-parse-state): Speedup when moving far
6583         down in a large file in one go.
6585         (c-get-fallback-start-pos): New helper function for `c-parse-state'.
6587         * progmodes/cc-align.el (c-lineup-assignments): New lineup
6588         function which is like `c-lineup-math' but returns nil instead of
6589         `c-basic-offset' when it doesn't match.
6591         (c-lineup-math): Change to use `c-lineup-assignments'.
6593 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6595         * progmodes/cc-cmds.el: Fix some bugs in subfunctions of
6596         c-beginning-of-statement.  New subfunctions
6597         c-in-comment-line-prefix-p, c-narrow-to-comment-innards.
6599 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6601         * progmodes/cc-fonts.el, cc-langs.el: Use `c-simple-ws' instead of
6602         hardcoded char classes whereever possible.  Changed a couple of
6603         places to use skip by syntax instead of skip by char class.
6605         * progmodes/cc-langs.el (c-unterminated-block-comment-regexp):
6606         Fix a bug in the regexp that caused extreme backtracking.
6608         * progmodes/cc-langs.el (c-block-comment-starter)
6609         (c-block-comment-ender): New language constants to specify in a
6610         single place how block comments look.
6612         (c-comment-start-regexp, c-block-comment-start-regexp)
6613         (comment-start, comment-end, comment-start-skip)
6614         (c-syntactic-ws-start, c-syntactic-ws-end, c-nonwhite-syntactic-ws)
6615         (c-syntactic-ws, c-nonempty-syntactic-ws)
6616         (c-single-line-syntactic-ws, c-syntactic-eol): Now built from
6617         `c-line-comment-starter', `c-block-comment-starter' and
6618         `c-block-comment-ender'.
6620         (c-block-comment-regexp, c-unterminated-block-comment-regexp):
6621         New language constants to break up things a bit.
6623         (c-simple-ws): New language constant for simple whitespace.
6625         * progmodes/cc-defs.el (c-concat-separated): New convenience function.
6627         * progmodes/cc-defs.el (c-make-keywords-re): Add kludge for bug
6628         in `regexp-opt' in Emacs 20 and XEmacs when strings contain
6629         newlines.  Allow and ignore nil elements in the list.
6631 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6633         * progmodes/cc-cmds.el: Comment out a (n almost certainly
6634         superfluous) check, (eq here (point-max)) in c-beginning-of-statement.
6636         * progmodes/cc-cmds.el: Tidy up the comments in
6637         c-beginning-of-statement and subfunctions.
6639         * progmodes/cc-awk.el: Replace calls to put-text-property to the
6640         more flexible c-put-char-property and c-clear-char-properties.
6641         Add the author's email address.
6643         * progmodes/cc-langs.el (c-block-comment-start-regexp): New variable.
6645         * progmodes/cc-cmds.el: Fix bug with M-e, when point is inside the
6646         closing "*/" of a block comment.
6648         * progmodes/cc-cmds.el: Tidy c-beginning-of-sentence (and
6649         subfunctions) so that it works at BOB and EOB.
6651         * progmodes/cc-cmds.el, cc-vars.el: More updating of
6652         c-beginning-of-statement, including new variable
6653         c-block-comment-start-regexp.
6655 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6657         * progmodes/cc-langs.el (c-known-type-key): Optimize simple
6658         symbols from `*-font-lock-extra-types' so that there's no need to
6659         use `regexp-opt' on those lists.
6661         * progmodes/cc-langs.el (c-type-decl-suffix-key): Fix when
6662         `c-type-modifier-kwds' is empty.
6664         * progmodes/cc-fonts.el (c-font-lock-invalid-string): Fix when
6665         there are several strings on the same line.
6667         * progmodes/cc-engine.el (c-literal-limits): Remove the
6668         compatibility function for older emacsen.  `c-literal-limits-fast'
6669         has now taken the place of this function.
6671         * progmodes/cc-vars.el (c-emacs-features): Remove compatibility
6672         with older emacsen: We now require `pps-extended-state'.
6674 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6676         * progmodes/cc-cmds.el: New function c-beginning-of-sentence,
6677         which obviates the need to hack sentence-end.  This now handles
6678         escaped newlines in strings correctly.  Correct minor bugs in
6679         c-move-over-sentence and in c-beginning-of-statement.
6681         * progmodes/cc-cmds.el (c-beginning-of-statement (and
6682         subfunctions)): Adapt c-\(back\|forward\)-over-illiterals such
6683         that movement over macros and code are rigorously separated from
6684         eachother.  Correct a few incidental bugs.
6686         * progmodes/cc-cmds.el: Restructure c-beginning-of-statement:
6687         Improve its doc-string.  Improve the handling of certain specific cases.
6689 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6691         * progmodes/cc-engine.el, cc-fonts.el, cc-langs.el
6692         (c-guess-basic-syntax): Change the way class-level labels are
6693         recognized; they can now contain essentially any symbols.
6695         (c-opt-extra-label-key): New language variable to cope with the
6696         special protection label syntax in Objective-C.
6698         (c-opt-access-key): Remove; this is now handled better by
6699         `c-nonlabel-token-key' and `c-opt-extra-label-key'.
6701         (c-complex-decl-matchers): Update to handle that
6702         `c-opt-access-key' no longer exists.
6704         * progmodes/cc-engine.el (c-guess-basic-syntax): Make use of the
6705         improved label recognition in `c-beginning-of-statement-1'.
6707         * progmodes/cc-engine.el (c-beginning-of-member-init-list):
6708         Recognize bitfields better.
6710         * progmodes/cc-engine.el (c-beginning-of-inheritance-list):
6711         Remove some cruft and fixed a bug that could cause it to go to a
6712         position further down.
6714         * progmodes/cc-langs.el, cc-engine.el
6715         (c-beginning-of-statement-1): Improve detection of labels in
6716         declaration contexts.
6718         (c-beginning-of-decl-1): Use it.
6720         (c-nonlabel-token-key): New language constant and variable needed
6721         by `c-beginning-of-statement-1'.
6723         * progmodes/cc-engine.el (c-guess-basic-syntax): Fix bug that
6724         manifested itself due to the correction in `c-forward-sexp'.
6726         * progmodes/cc-defs.el (c-forward-sexp, c-backward-sexp):
6727         Make these behave as documented when used at the buffer limits.
6729         * progmodes/cc-mode.el, cc-engine.el, cc-langs.el
6730         (c-type-decl-end-used): Made this a language variable.
6732         * progmodes/cc-mode.el (c-after-change): Widen the buffer to work
6733         correctly when `combine-after-change-calls' is used together with
6734         temporary narrowings.
6736         * progmodes/cc-engine.el (c-beginning-of-statement-1):
6737         Report labels correctly when the start point is immediately after the
6738         colon.
6740         * progmodes/cc-defs.el (c-parse-sexp-lookup-properties):
6741         Remove since it isn't used anymore.
6743         * progmodes/cc-cmds.el (c-electric-lt-gt): Detect and mark angle
6744         bracket arglists such as template parens in C++.
6746         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix a bug
6747         in the last check-in.  Some optimization.
6749         * progmodes/cc-engine.el (c-syntactic-skip-backward): Fix bug
6750         where it could stop at the same level in a preceding sexp when
6751         PAREN-LEVEL is set.
6753         * progmodes/cc-mode.el (c-basic-common-init): Turn on syntax-table
6754         text property lookup only when it's needed.
6756         * progmodes/cc-langs.el, cc-engine.el, cc-fonts.el, cc-mode.el:
6757         Change the policy for paren marked angle brackets to be more
6758         persistent; once marked they remain marked even when they're found
6759         to be unbalanced in the searched region.  This should keep the
6760         paren syntax around even when individual lines are refontified in
6761         multiline template arglists.
6763         (c-parse-and-markup-<>-arglists): New dynamically bound variable
6764         to control markup so that incorrect angle bracket arglists aren't
6765         marked in contexts where the correct value for
6766         `c-disallow-comma-in-<>-arglists' isn't known.
6768         (c-forward-<>-arglist, c-forward-<>-arglist-recur): The reparse
6769         argument has become `c-parse-and-markup-<>-arglists'.
6771         (c-remove-<>-arglist-properties): Remove - no longer used.
6773         (c-after-change-check-<>-operators): New function used on
6774         `after-change-functions' to avoid that "<" and ">" characters that
6775         are part of longer operators have paren syntax.
6777         (c-<>-multichar-token-regexp): New language variable used by
6778         `c-after-change-check-<>-operators'.
6780         (c-after-change): Call `c-after-change-check-<>-operators'.
6782         (c-font-lock-<>-arglists): Use the context properties set by
6783         `c-font-lock-declarations' to set `c-disallow-comma-in-<>-arglists'
6784         correctly to avoid doing invalid markup.
6786         (c-font-lock-declarations): Remove code that undoes the invalid
6787         markup done by `c-font-lock-<>-arglists'.
6789         (c-complex-decl-matchers): `c-font-lock-<>-arglists' now runs
6790         after `c-font-lock-declarations'.
6792         * progmodes/cc-engine.el (c-syntactic-skip-backward):
6793         Add paren-level feature.
6795         (c-guess-basic-syntax): Improve the anchor position for
6796         `template-args-cont' in nested template arglists.  There's still
6797         much to be desired in this area, though.
6799 2005-12-08  Alan Mackenzie  <bug-cc-mode@gnu.org>
6801         * progmodes/cc-cmds.el, cc-engine.el, cc-langs.el, cc-vars.el:
6802         Make the "Text Filling and Line Breaking" commands work for AWK buffers.
6804 2005-12-08  Martin Stjernholm  <bug-cc-mode@gnu.org>
6806         * progmodes/cc-defs.el, cc-engine.el (c-mode-is-new-awk-p):
6807         Removed; (c-major-mode-is 'awk-mode) can be used instead now.
6809         * progmodes/cc-mode.el: Always set up AWK mode since emacsen where
6810         it doesn't work no longer are supported.
6812         * progmodes/cc-mode.el, cc-styles.el, cc-vars.el, cc-defs.el
6813         * cc-engine.el, cc-fonts.el, cc-langs.el, cc-cmds.el: CC Mode now
6814         requires support for the syntax-table' text property, which rules
6815         out Emacs 19 and XEmacs < 21.4.  Removed various compatibility
6816         cruft associated with those versions.
6818         * progmodes/cc-defs.el, cc-fix.el: CC Mode now requires support
6819         for the `syntax-table' text property, which rules out Emacs 19 and
6820         XEmacs < 21.4.  Removed various compatibility cruft associated
6821         with those versions.
6823         * progmodes/cc-vars.el (c-emacs-features): CC Mode now requires
6824         support for the `syntax-table' text property.
6826         * progmodes/cc-fonts.el (c-nonbreakable-space-face): Remove the
6827         variable and use an extra quoted face name instead.  All the
6828         emacsen flavors handle that correctly.
6830         * progmodes/cc-fonts.el (c-font-lock-complex-decl-prepare)
6831         (c-font-lock-declarators, c-font-lock-declarations)
6832         (c-complex-decl-matchers, c-basic-matchers-after): Use a text
6833         property to mark the items in in declarator lists to handle
6834         refontification inside multiline declarations better.
6836         * progmodes/cc-fonts.el (c-font-lock-declarations): Recognize a
6837         construct like "a * b = c;" as a declaration.
6839 2005-12-08  Kim F. Storm  <storm@cua.dk>
6841         * emulation/cua-base.el (cua-use-hyper-key): Replace by ...
6842         (cua-rectangle-modifier-key): ... this.  New defcustom.  Can now
6843         select either meta, hyper, or super modifier for rectangle commands.
6844         (cua--rectangle-modifier-key): New defvar.
6845         (cua--M/H-key): Use it.  Remove special case for `space'.
6846         (cua--init-keymaps): Initialize it from cua-rectangle-modifier-key
6847         on X, to meta otherwise.  Always bind C-return to toggle
6848         rectangle.  Pass ?\s instead of `space' to cua--M/H-key.
6850         * emulation/cua-rect.el (cua-help-for-rectangle):
6851         Use cua--rectangle-modifier-key.  Handle super modifier too.
6852         (cua--init-rectangles): Always bind C-return to toggle rectangle.
6853         Pass ?\s instead of `space' to cua--M/H-key and cua--rect-M/H-key.
6855         * ido.el: Move Acknowledgements and History after Commentary.
6856         Minor changes to Commentary.
6858         * emulation/cua-base.el (cua--select-keymaps): Enable repeat
6859         keymap if cua--prefix-override-timer is `shift'.
6860         (cua--shift-control-prefix): New function; emulate "type prefix
6861         key twice" functionality to handle shifted prefix key override.
6862         (cua--shift-control-c-prefix, cua--shift-control-x-prefix):
6863         New commands.
6864         (cua--init-keymaps): Bind them to S-C-c and S-C-x.
6866 2005-12-08  Carsten Dominik  <dominik@science.uva.nl>
6868         * textmodes/org.el (org-insert-heading): Try to do items before
6869         headings.
6870         (org-agenda-mode): Quote `org-agenda-mode-hook'.
6871         (org-insert-item): New function.
6872         (org-renumber-ordered-list): Don't skip to higher level lists.
6874 2005-12-08  Juri Linkov  <juri@jurta.org>
6876         * info.el (Info-mode-map): Bind M-TAB to `Info-prev-reference'.
6878         * button.el (button-buffer-map): Bind M-TAB to `backward-button'.
6880         * wid-edit.el (widget-keymap): Bind M-TAB to `widget-backward'.
6882         * pcvs.el (defun-cvs-mode): Put `definition-name' property on
6883         the constructed function name fun-1.
6885         * cus-edit.el (custom-add-parent-links): Filter out custom-group-link,
6886         because such links don't lead to parent documentation.
6888 2005-12-08  Kenichi Handa  <handa@m17n.org>
6890         * descr-text.el (describe-char): Use *Help-2* buffer if the
6891         current buffer is *Help*.  Call describe-text-properties while
6892         setting the original buffer.
6894 2005-12-07  Bill Wohler  <wohler@newt.com>
6896         * files.el (auto-mode-alist): Remove mh-letter-mode.  Unnecessary,
6897         and causes problems with non-MH users (such as Gnus users).
6899 2005-12-08  Nick Roberts  <nickrob@snap.net.nz>
6901         * progmodes/gdb-ui.el (gdb-find-file-unhook): Delete variable.
6902         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode): Delete functions.
6903         (gdb-set-gud-minor-mode-existing-buffers, gdb-init-2): Use GDB
6904         command "info sources".  Move calls to GDB command "list".
6905         (gdb-find-file-hook): Just use gdb-source-file-list.
6906         (gdb-source-file-regexp): Use regexp for pre-GDB 6.4.
6907         (gdb-source-file-regexp-1): New regexp for GDB 6.4+ only.
6908         (gdb-set-gud-minor-mode-existing-buffers-1): Use it.
6909         (gdb-data-list-register-values-handler): Use correct trigger name.
6911 2005-12-07  Kim F. Storm  <storm@cua.dk>
6913         * ido.el (ido-completion-map): Rename from ido-mode-map.
6914         (ido-common-completion-map, ido-file-completion-map)
6915         (ido-file-dir-completion-map, ido-buffer-completion-map):
6916         Rename from ido-mode-....-map.
6917         (ido-init-completion-maps): Rename from ido-init-mode-maps.
6918         (ido-setup-completion-map): Rename from ido-define-mode-map.
6919         (ido-read-internal): Bind minibuffer-local-filename-completion-map
6920         to ido-completion-map.
6922 2005-12-07  Kenichi Handa  <handa@m17n.org>
6924         * international/mule-cmds.el
6925         (set-display-table-and-terminal-coding-system): If the coding
6926         system specified in `unibyte-display' property is different from
6927         the arg coding-system, don't setup standard-display-table.
6929 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6931         * emacs-lisp/edebug.el (edebug-skip-whitespace): read1:lread.c says
6932         that comments end at \n, regardless of selective-display.
6934 2005-12-07  Nick Roberts  <nickrob@snap.net.nz>
6936         * progmodes/gdb-ui.el (gdb-error-regexp, gdb-first-post-prompt)
6937         (gdb-version): New variables.
6938         (gdb-source-file-list, gdb-register-names)
6939         (gdb-changed-registers): New variables for use with GDB 6.4+.
6940         (gdb-ann3): Replace with...
6941         (gdb-init-1, gdb-init-2): ...two new functions.
6942         (gdba, gdb-prompt): Call gdb-init-1.
6943         (gdb-get-version): New function.  Call gdb-init-2 from here.
6944         (gud-watch): Make it work with mouse events too.
6945         (gdb-post-prompt): Don't add to queue until GDB version is known.
6946         (gdb-speedbar-expand-node, gdb-post-prompt, gdb-registers-mode)
6947         (gdb-locals-mode): Use gdb-version.
6948         (gdb-memory-format-map, gdb-memory-unit-map)
6949         (gdb-locals-watch-map): Rename from gdb-*-*-keymap.
6950         (gdb-locals-font-lock-keywords-1)
6951         (gdb-locals-font-lock-keywords-2): New variables.
6952         (gdb-find-file-hook): Make it work with GDB 6.4+ too.
6953         (gdb-set-gud-minor-mode-existing-buffers-1)
6954         (gdb-var-list-children-1, gdb-var-list-children-handler-1)
6955         (gdb-var-update-1, gdb-var-update-handler-1)
6956         (gdb-data-list-register-values-handler)
6957         (gdb-data-list-register-values-custom)
6958         (gdb-get-changed-registers, gdb-get-changed-registers-handler)
6959         (gdb-stack-list-locals-handler, gdb-get-register-names):
6960         New functions for use with GDB 6.4+.
6961         (gdb-locals-watch-map-1): New variable for use with GDB 6.4+.
6962         (gdb-source-file-regexp, gdb-var-list-children-regexp-1)
6963         (gdb-var-update-regexp-1, gdb-data-list-register-values-regexp)
6964         (gdb-stack-list-locals-regexp)
6965         (gdb-data-list-register-names-regexp): New regexps for use with
6966         GDB 6.4+.
6968 2005-12-06  Stefan Monnier  <monnier@iro.umontreal.ca>
6970         * progmodes/cc-defs.el (c-emacs-features): Don't assume point-min==1.
6972 2005-12-06  Nozomu Ando  <nand@mac.com>  (tiny patch)
6974         * mail/smtpmail.el (smtpmail-try-auth-methods): Make password
6975         prompts work for AUTH PLAIN.  Also reported by Steve Allan
6976         <seallan@verizon.net>.
6978 2005-12-06  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
6980         * frame.el (set-frame-parameter): Add doc string.
6982 2005-12-06  Carsten Dominik  <dominik@science.uva.nl>
6984         * textmodes/org.el (org-occur-highlights): New variable.
6985         (org-highlight-new-match, org-remove-occur-highlights): New functions.
6986         (org-highlight-sparse-tree-matches): New option.
6987         (org-do-occur): New function.
6988         (org-get-heading): Make it work also at beginning of line.
6989         (org-category-table): New variable.
6990         (org-get-category-table, org-get-category)
6991         (org-camel-to-words, org-link-search): New functions.
6992         (org-select-this-todo-keyword): New variable.
6993         (org-todo-list): New command.
6994         (org-shiftright, org-shiftleft): New commands.
6995         (org-agenda-todo): Add prefix argument.
6996         (org-show-hierarchy-above): New option.
6997         (org-show-todo-tree): Numerical prefix creates tree for specific
6998         TODO keyword.
6999         (org-outline-level): New function, to assign a level to plain
7000         lists items.
7001         (org-cycle-include-plain-lists): New option.
7002         (org-mode): Use `org-outline-level' as value of `outline-level'.
7003         (org-cycle): Temporarily switch `outline-regexp' if
7004         `org-cycle-include-plain-lists' is non-nil.
7005         (org-start-icalendar-file): Fix format bug.
7006         (org-agenda-get-day-entries): Create category table.
7007         (org-agenda-get-todos, org-agenda-get-timestamps)
7008         (org-agenda-get-deadlines, org-agenda-get-scheduled)
7009         (org-agenda-get-blocks): Use `org-get-category'.
7010         (org-context-in-file-links): Rename from
7011         `org-line-numbers-in-file-links'.
7013 2005-12-06  Romain Francoise  <romain@orebokech.com>
7015         * window.el (balance-windows): Delete extraneous third arg in call
7016         to `enlarge-window'.
7018 2005-12-06  Kenichi Handa  <handa@m17n.org>
7020         * international/kinsoku.el (kinsoku-longer): Check eolp, not eobp.
7022 2005-12-06  Nick Roberts  <nickrob@snap.net.nz>
7024         * progmodes/gdb-ui.el (gdb-var-create-handler)
7025         (gdb-var-evaluate-expression-handler, gdb-frame-handler)
7026         (gdb-var-list-children-handler, gdb-var-update-handler):
7027         Current buffer is already gdb-partial-output-buffer, don't
7028         make it current again.
7030 2005-12-05  Luc Teirlinck  <teirllm@auburn.edu>
7032         * buff-menu.el (Buffer-menu-use-frame-buffer-list): New user option.
7033         (list-buffers-noselect): Use it.
7035 2005-12-05  Stefan Monnier  <monnier@iro.umontreal.ca>
7037         * mail/sendmail.el: Remove unnecessary leading-star in docstrings.
7038         (mail-yank-ignored-headers): Use regexp-opt.
7039         (mail-mode-map): Move initialization into declaration.
7040         (mail-sent-via): Remove unused shadowed var `to-line'.
7041         (mail-mailer-swallows-blank-line): Use with-temp-buffer.
7042         (mail-bury, sendmail-send-it, mail-do-fcc): Use with-current-buffer.
7043         (mail-do-fcc): Use dolist and push.
7044         (mail-mode-fill-paragraph): Pass the arg to fill-region-as-paragraph.
7045         (mail-yank-ignored-headers): Don't autoload.
7047 2005-12-05  Kenichi Handa  <handa@m17n.org>
7049         * international/mule-cmds.el (set-language-info-internal): New fun.
7050         (set-language-info): Call set-language-info-internal to update
7051         language-info-alist.  If LANG-ENV is the current one, call
7052         set-language-environment to make INFO effective now.
7053         (set-language-info-alist): Likewise.
7054         (locale-language-names): With locale "en", use English
7055         lang. env. but set the default codings to iso-8859-1.
7057 2005-12-04  Nick Roberts  <nickrob@snap.net.nz>
7059         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer)
7060         (gdb-speedbar-auto-raise): Echo new state in minibuffer.
7061         (gdb-var-create-handler, gdb-assembler-custom): Use search-forward
7062         for plain strings.
7063         (gdb-frames-mode): Remove redundant call to font-lock-mode.
7064         (gdb-all-registers): Rename from toggle-gdb-all-registers.
7065         Create registers buffer if necessary.  Echo new state in minibuffer.
7066         (gdb-registers-mode-map, gdb-registers-mode): Use gdb-all-registers.
7068 2005-12-03  Chong Yidong  <cyd@stupidchicken.com>
7070         * info.el (Info-fontify-node): Match external links using
7071         non-directory part of filename.
7073 2005-12-04  Juri Linkov  <juri@jurta.org>
7075         * font-core.el (global-font-lock-mode): Use define-global-minor-mode
7076         instead of easy-mmode-define-global-mode.  Add `:group font-lock'.
7077         (font-lock-mode): Replace `:group font-lock' with `nil nil nil'
7078         because there is no customization option for it.
7080         * font-lock.el (lisp-font-lock-keywords-1):
7081         Add define-global-minor-mode.
7083         * emacs-lisp/autoload.el (make-autoload): Add define-global-minor-mode.
7085         * emacs-lisp/derived.el (define-derived-mode): Put `definition-name'
7086         properties on the constructed variable names.
7088         * emacs-lisp/easy-mmode.el (easy-mmode-define-navigation):
7089         Put `definition-name' properties on the constructed function names
7090         next-sym and prev-sym.
7092         * emacs-lisp/find-func.el (find-function-regexp):
7093         Add define-global-minor-mode.  Replace `easy-mmode-define-global-mode'
7094         with `easy-mmode-define-[a-z-]+'.  Add easy-menu-define.
7095         (find-variable-regexp): Add easy-mmode-defmap, easy-mmode-defsyntax
7096         and easy-menu-define.
7098         * emacs-lisp/lisp-mode.el: Put `doc-string-elt' property on
7099         easy-mmode-define-global-mode and define-global-minor-mode.
7100         (lisp-imenu-generic-expression): Add define-global-minor-mode.
7102         * progmodes/cwarn.el (global-cwarn-mode): Use define-global-minor-mode
7103         instead of easy-mmode-define-global-mode.
7105         * progmodes/idlw-shell.el (idlwave-shell-electric-debug-mode):
7106         Use define-minor-mode instead of easy-mmode-define-minor-mode.
7108         * cus-edit.el (customize-group, customize-group-other-window):
7109         Filter out autoloaded options from the group completion list by
7110         using heuristics that autoloaded groups don't have `custom-autoload'
7111         property on their symbols (they have only `custom-loads').
7113         * simple.el (completion-setup-function): Put completions-common-part
7114         face on complete completion string too (i.e. completion string
7115         without completions-first-difference face).
7117         * man.el (Man-section-regexp): Add 0-9 to support "3X11" sections.
7119 2005-12-03  Eli Zaretskii  <eliz@gnu.org>
7121         * view.el (view-mode): Doc fix.
7123         * disp-table.el (standard-display-european): Add to the warning
7124         message a reference to the doc string.
7126         * play/yow.el (apropos-zippy): Call print-help-return-message,
7127         similar to other Help and Apropos commands.
7129         * help.el (print-help-return-message): If pop-up-frames is
7130         non-nil, set up help-return-method to delete the help window and,
7131         possibly, its frame as well, and don't display message about
7132         scrolling the help window.  Doc fix.
7133         (help-return-method): Doc fix.
7135 2005-12-03  Martin Rudalics  <rudalics@gmx.at>
7137         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression): Fix bug
7138         whereby names of length one or names starting with a
7139         symbol-constituent character would not be returned.
7141 2005-12-03  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
7143         * subr.el (atomic-change-group): Add edebug and indentation spec.
7145 2005-12-02  Stefan Monnier  <monnier@iro.umontreal.ca>
7147         * completion.el (save-completions-file-name): Fix typo in last change.
7149 2005-12-02  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
7151         * info.el: Move back/forward history to the beginning of the tool bar.
7153 2005-12-02  Ken Manheimer  <ken.manheimer@gmail.com>
7155         * allout.el (eval-when-compile): Remove unnecessary load of cl.
7156         Add fset of allout-real-isearch-abort during compile to fix
7157         byte-compilation warnings.
7158         (allout-mode-p): Move definition of this macro above all uses, or
7159         byte compilation in barren emacs (eg, during emacs build) will
7160         lack the definition.
7161         (allout-mode): Move this variable above any uses, or byte
7162         compilation will fail.
7163         (allout-resolve-xref): Remove use of personal file-reference function.
7164         (allout-toggle-current-subtree-encryption): Do the current (ie,
7165         visible containing) topic, rather than nearest around point.  Doc fix.
7166         (allout-toggle-subtree-encryption): New function, workhorse that
7167         works on nearest topic containing point.
7168         (allout-encrypt-string): Signal requirement for newer version of pgg.
7169         (allout-resumptions): Doc fix.
7171 2005-12-02  Eli Zaretskii  <eliz@gnu.org>
7173         * international/latexenc.el (latex-inputenc-coding-alist): Doc fix.
7175 2005-12-02  Agustin Martin  <agustin.martin@hispalinux.es>
7177         * textmodes/flyspell.el (flyspell-external-point-words):
7178         Consider a misspelling as found in the string search if: (a) misspelling
7179         and found string lengths match, or (b) misspelling is found as
7180         element in a boundary-chars separated longer string, or (c)
7181         ispell-program-name is really ispell and misspelling is found as
7182         part of a TeX string.  After successful match move beginning of
7183         search region to end of match.  Warn about not found misspellings
7184         once the process is done.
7185         (flyspell-large-region): Do not set ispell-parser to tex if in TeX mode.
7187 2005-12-02  Nick Roberts  <nickrob@snap.net.nz>
7189         * progmodes/gud.el (gud-menu-map): Put gud-finish back on the
7190         tool bar (removed inadvertently).
7192 2005-12-02  Juri Linkov  <juri@jurta.org>
7194         * log-view.el (log-view-diff): Clarify doc string.
7196 2005-12-01  Bill Wohler  <wohler@newt.com>
7198         * Makefile.in (mh-loaddefs.el): Reinsert Change Log as its absence
7199         triggers lm-verify errors.
7201 2005-12-01  Luc Teirlinck  <teirllm@auburn.edu>
7203         * simple.el (transient-mark-mode, line-number-mode)
7204         (column-number-mode, size-indication-mode): Remove `:require nil'.
7206 2005-12-01  Nick Roberts  <nickrob@snap.net.nz>
7208         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-2 to gdb-mouse-until
7209         in the margin also.
7210         (gdb-breakpoints-mode-map): Use D instead of d for
7211         gdb-delete-breakpoint.
7212         (gdb-get-frame-number): Require a number to match on.
7213         (gdb-threads-mode-map): Add follow-link binding.
7215 2005-11-30  Jason Rumney  <jasonr@gnu.org>
7217         * isearch.el (isearch-mode-map): Avoid exiting search on
7218         language-change event.
7220 2005-11-30  Romain Francoise  <romain@orebokech.com>
7222         * speedbar.el (speedbar-default-position): New defcustom.
7223         (speedbar-frame-reposition-smartly): Use it.
7225         * dframe.el (dframe-reposition-frame-emacs): Fix position
7226         computation for `left' location.
7227         Update copyright year.
7229 2005-11-30  Stefan Monnier  <monnier@iro.umontreal.ca>
7231         * help.el (help-map): Move initialization into declaration.
7233         * emacs-lisp/autoload.el (make-autoload): Handle defgroup specially.
7235         * help-fns.el (help-argument-name): Don't autoload.
7236         It's useless and triggers a bug in cus-dep.el causing ldefs-boot
7237         to be re-loaded when customizing the `help' group.
7239 2005-11-30  John Paul Wallington  <jpw@gnu.org>
7241         * help-fns.el (describe-function-1): Fill arglist output.
7243 2005-11-30  Kim F. Storm  <storm@cua.dk>
7245         * emulation/cua-rect.el (cua--rectangle-overlays): Make permanent-local.
7246         (cua--rectangle-post-command): Cleanup overlays and deactivate mark
7247         after revert-buffer (or anything else which kills all local variables).
7249         * apropos.el (apropos-parse-pattern): Doc fix.
7250         Set apropos-regexp directly, rather than expecting callers to do so.
7251         (apropos-command, apropos, apropos-value, apropos-documentation):
7252         Simplify calls to apropos-parse-pattern.
7254 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
7256         * hi-lock.el (hi-lock-line-face-buffer, hi-lock-face-buffer)
7257         (hi-lock-face-phrase-buffer): Use hi-yellow face.
7258         (hi-lock-write-interactive-patterns): Use comment-region.
7260         * longlines.el (longlines-mode): Add mail-setup-hook.
7262         * mail/mailheader.el, mail/sendmail.el: Revert 2005-11-17 changes.
7264         * simple.el (sendmail-user-agent-compose, next-line):
7265         Conditionally use hard-newline.
7267 2005-11-29  Reiner Steib  <Reiner.Steib@gmx.de>
7269         * international/latexenc.el (latex-inputenc-coding-alist):
7270         Reword doc string.
7272 2005-11-29  Chong Yidong  <cyd@stupidchicken.com>
7274         * help.el (describe-key-briefly, describe-key): Recognize default
7275         bindings.
7277 2005-11-29  Romain Francoise  <romain@orebokech.com>
7279         * view.el (view-inhibit-help-message): New defcustom.
7280         (view-mode-enter): Use it.
7282 2005-11-29  Michael Kifer  <kifer@cs.stonybrook.edu>
7284         * ediff-wind.el (ediff-setup-control-frame, ediff-make-wide-display):
7285         Preserve user position.
7287 2005-11-28  Luc Teirlinck  <teirllm@auburn.edu>
7289         * font-lock.el: Throw error if facemenu is not loaded to prevent
7290         accidental change of loading order in loadup.el.  (Suggested by RMS.)
7292         * loadup.el: Add comment explaining why facemenu must be loaded
7293         before font-lock.
7295 2005-11-28  Jay Belanger  <belanger@truman.edu>
7297         * calc/calc.el: Change global keybinding for calc-dispatch to "\C-x*".
7298         (calc-dispatch-map): Add more keys for `calc-same-interface'.
7300         * calc/calc-misc.el (calc-dispatch-help): Update docstring.
7302         * calc/calc-embed.el (calc-do-embedded): Update help message.
7304         * calc/calc-prog.el (calc-user-define-invokation): Update help message.
7306 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7308         * log-edit.el (log-edit-insert-cvs-rcstemplate): Ignore stderr.
7310         * emacs-lisp/elp.el (elp-not-profilable): Replace interactive-p with
7311         called-interactively-p.
7312         (elp-profilable-p): Rename from elp-not-profilable-p.
7313         Invert result and take into account macros and autoloaded functions.
7314         (elp-instrument-function): Update call.
7315         (elp-instrument-package): Update call.  Add completion.
7316         (elp-pack-number): Use match-string.
7317         (elp-results-jump-to-definition-by-mouse): Merge into
7318         elp-results-jump-to-definition and then remove.
7319         (elp-output-insert-symname): Make help echo text single-line.
7321         * replace.el (query-replace-map): Move initialization into declaration.
7322         (occur-engine): Use with-current-buffer.
7323         (occur-mode-goto-occurrence): Make it work for mouse-clicks as well.
7324         (occur-mode-mouse-goto): Replace with an alias.
7326 2005-11-28  Juri Linkov  <juri@jurta.org>
7328         * simple.el (quoted-insert): Let-bind input-method-function to nil.
7330         * term/w32-win.el: Bind [S-tab] to [backtab].
7332         * info.el (Info-fontify-node): Set 2nd arg `noerror' of
7333         `Info-find-file' to t.
7335         * replace.el (occur-mode-mouse-goto): Pop, don't switch.
7336         (occur-mode-goto-occurrence): Let-bind same-window-buffer-names
7337         and same-window-regexps.
7338         (occur-next-error): Don't move point for arg 0.
7340 2005-11-28  Chong Yidong  <cyd@stupidchicken.com>
7342         * replace.el (occur-mode-goto-occurrence): Pop, don't switch.
7344 2005-11-28  Stefan Monnier  <monnier@iro.umontreal.ca>
7346         * log-edit.el (log-edit-changelog-use-first): New var.
7347         (log-edit-changelog-ours-p): Use it.
7348         (log-edit-insert-changelog): Set it with new arg `use-first'.
7349         (log-edit-insert-cvs-rcstemplate, log-edit-insert-filenames): New funs.
7350         (log-edit-hook): Add them to the list of suggested options.
7352         * textmodes/flyspell.el (flyspell-last-buffer): New var.
7353         (flyspell-accept-buffer-local-defs): Use it to avoid doing silly
7354         redundant work.
7355         (flyspell-mode-on): Use add-hook for after-change-functions.
7356         (flyspell-mode-off): Use remove-hook for after-change-functions.
7357         (flyspell-changes): Make it buffer-local.
7358         (flyspell-after-change-function): Make it non-interactive.  Use push.
7359         (flyspell-post-command-hook): Check input-pending-p while processing
7360         the potentially long list of buffer changes.
7362 2005-11-28  L\e$,1 q\e(Brentey K\e,Aa\e(Broly  <lorentey@elte.hu>
7364         * buff-menu.el (list-buffers-noselect): Display the selected
7365         frame's buffer list, not the global one.
7367 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
7369         * xt-mouse.el (xterm-mouse-event): Set last-input-event so
7370         that (list last-input-event) works as in interactive spec.
7372 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7374         * loadup.el ("facemenu"): Load facemenu before font-lock, because
7375         `facemenu-keymap' needs to be defined when font-lock is loaded.
7376         Otherwise, `M-o M-o' is not bound to `font-lock-fontify-block'.
7378 2005-11-27  Stefan Monnier  <monnier@iro.umontreal.ca>
7380         * completion.el: Remove useless leading * in defcustom docstrings.
7381         (save-completions-file-name): Use ~/.emacs.d if available.
7382         (completion-standard-syntax-table): Rename from
7383         cmpl-standard-syntax-table and fold initialization into declaration,
7384         thus removing cmpl-make-standard-completion-syntax-table.
7385         (completion-lisp-syntax-table, completion-c-syntax-table)
7386         (completion-fortran-syntax-table, completion-c-def-syntax-table): Idem.
7387         (cmpl-saved-syntax, cmpl-saved-point): Remove.
7388         (symbol-under-point, symbol-before-point)
7389         (symbol-under-or-before-point, symbol-before-point-for-complete)
7390         (add-completions-from-c-buffer): Use with-syntax-table.
7391         (make-completion): Don't return a list of completion entries.
7392         Update callers.
7393         (cmpl-prefix-entry-head, cmpl-prefix-entry-tail): Use defalias.
7394         (completion-initialize): Rename from initialize-completions.
7395         (completion-find-file-hook): Rename from cmpl-find-file-hook.
7396         (kill-emacs-save-completions): Collect stats here.
7397         (save-completions-to-file, load-completions-from-file):
7398         Use with-current-buffer.
7399         (completion-def-wrapper): Rename from def-completion-wrapper.  Make it
7400         into a function.  Move all calls to toplevel.
7401         (completion-lisp-mode-hook): New fun.
7402         (completion-c-mode-hook, completion-setup-fortran-mode):
7403         Set the syntax-table here.  Use local-set-key.
7404         (completion-saved-bindings): New var.
7405         (dynamic-completion-mode): Make it into a proper minor mode.
7406         (load-completions-from-file): Remove unused var `num-uses'.
7408         * emacs-lisp/cl-macs.el (defstruct): Don't define the default
7409         constructor if it is explicitly overridden.
7411         * complete.el (PC-completion-as-file-name-predicate):
7412         Use minibuffer-completing-file-name.
7413         (partial-completion-mode): Use find-file-not-found-functions.
7414         (PC-lisp-complete-symbol): Use with-syntax-table.
7415         (PC-look-for-include-file): Remove dead setq.
7416         (PC-look-for-include-file, PC-expand-many-files, PC-do-completion)
7417         (PC-complete): Use with-current-buffer.
7419         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): \ doesn't
7420         escape single quotes.
7422 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7424         * dabbrev.el (dabbrev-completion): Simplify code, by getting rid
7425         of `if' whose condition always returned nil.  Doc fix.
7427         * buff-menu.el (Buffer-menu-revert-function): Make the selected
7428         window's buffer the current buffer around the call to
7429         `list-buffers-noselect'.  This is necessary to mark that buffer
7430         with a `.' in the Buffer Menu when called from Lisp, for instance
7431         by Auto Revert Mode.
7433 2005-11-28  Nick Roberts  <nickrob@snap.net.nz>
7435         * progmodes/gdb-ui.el (gdb-stopped): Detect child process when
7436         attaching to it.
7437         (gdb-pre-prompt): Make sure gdb-error is reset.
7439         * progmodes/gud.el (gud-gdb-marker-filter): When GDB is invoked
7440         with a child process, detect it.
7441         (gud-speedbar-buttons): Match regexp more carefully.
7443 2005-11-27  Richard M. Stallman  <rms@gnu.org>
7445         * mouse.el (mouse-drag-move-window-bottom):
7446         Use adjust-window-trailing-edge.
7448 2005-11-27  Luc Teirlinck  <teirllm@auburn.edu>
7450         * simple.el (blink-matching-open): Ignore
7451         `blink-matching-paren-on-screen' if `show-paren-mode' is enabled.
7452         (blink-matching-paren-on-screen): Update docstring.
7454         * paren.el (show-paren-mode): No longer change
7455         `blink-matching-paren-on-screen'.
7457 2005-11-27  John Paul Wallington  <jpw@pobox.com>
7459         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
7460         (gdb-threads-select, gdb-edit-register-value):
7461         Use `posn-set-point' instead of `mouse-set-point' because the
7462         latter is not fbound when configured without X.
7464 2005-11-27  Kim F. Storm  <storm@cua.dk>
7466         * emulation/cua-rect.el (cua--highlight-rectangle): Preserve
7467         existing face when partially highlighting a TAB in a rectangle.
7469 2005-11-26  Kim F. Storm  <storm@cua.dk>
7471         * ido.el (ido-mode-map): Doc fix.
7472         (ido-mode-common-map, ido-mode-file-map)
7473         (ido-mode-file-dir-map, ido-mode-buffer-map): New keymaps.
7474         (ido-define-mode-map): Rewrite.  Select one of the new maps as
7475         parent for ido-mode-map instead of building from scratch.
7476         (ido-init-mode-maps): New defun to initialize new maps.
7477         (ido-mode): Call it.
7478         (ido-switch-buffer): Doc fix -- use \<ido-mode-buffer-map>.
7479         (ido-find-file): Doc fix -- use \<ido-mode-file-map>.
7481 2005-11-26  John Paul Wallington  <jpw@pobox.com>
7483         * arc-mode.el (archive-extract): Use `posn-set-point' instead of
7484         `mouse-set-point' because the latter is not fbound when configured
7485         without X.
7487 2005-11-26  Thien-Thi Nguyen  <ttn@gnu.org>
7489         * files.el (file-relative-name): Doc fix.
7491 2005-11-26  Kurt Hornik  <Kurt.Hornik@wu-wien.ac.at>
7493         * progmodes/octave-inf.el (inferior-octave-startup): Force a
7494         non-empty string for secondary prompt PS2.
7496 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
7498         * progmodes/compile.el (compilation-setup): Fix last change.
7500 2005-11-26  Nick Roberts  <nickrob@snap.net.nz>
7502         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
7503         (gdb-mouse-toggle-breakpoint-margin)
7504         (gdb-mouse-toggle-breakpoint-fringe, gdb-threads-select):
7505         Add gdb-server-prefix to keep out of command history.
7506         (gdb-edit-register-value): New function.
7507         (gdb-registers-mode-map): Bind mouse-2 and RET to it.
7508         (gdb-info-registers-custom): Use above map.
7510 2005-11-25  Chong Yidong  <cyd@stupidchicken.com>
7512         * custom.el (enable-theme): Signal error if argument is not a
7513         theme.  Don't recalculate a face if it's not loaded yet.
7515         * cus-face.el (custom-theme-set-faces): Don't change saved-face if
7516         the `user' theme is in effect.
7518         * info.el (Info-on-current-buffer): Record actual filename in
7519         Info-current-file, instead of t, or a fake filename if a non-file
7520         buffer.  Make autoload.
7521         (Info-find-node, Info-revert-find-node): No need to check for
7522         Info-current-file nil.
7523         (Info-set-mode-line, Info-up, Info-copy-current-node-name):
7524         Info-current-file is now never `t'.
7525         (Info-fontify-node): Many simplifications due to Info-current-file
7526         always being valid.  Use Info-find-file to find node filename.
7528 2005-11-25  David Kastrup  <dak@gnu.org>
7530         * longlines.el (longlines-wrap-line): Reorder wrapping to "insert
7531         new character, then delete" in order to preserve markers.
7533 2005-11-25  David Ponce  <david@dponce.com>
7535         * recentf.el (recentf-arrange-by-rule): Handle a special
7536         `auto-mode-alist'-like "strip suffix" rule.
7537         (recentf-build-mode-rules): Handle second level auto-mode entries.
7539 2005-11-25  Michael Kifer  <kifer@cs.stonybrook.edu>
7541         * viper-keym.el (viper-ESC-key): Use different values in terminal and
7542         window modes.
7544         * viper.el (viper-emacs-state-mode-list): Delete mail-mode, add
7545         jde-javadoc-checker-report-mode.
7547         * ediff-wind (ediff-make-wide-display): Slight simplification.
7549         * ediff.el (ediff-date): Change the date of last update.
7551 2005-11-24  Chong Yidong  <cyd@stupidchicken.com>
7553         * hi-lock.el (hi-lock-buffer-mode): Renamed from `hi-lock-mode'.
7554         Use define-minor-mode, and make it a local mode.  Turn on font-lock.
7555         (hi-lock-mode): New global minor mode.
7556         (turn-on-hi-lock-if-enabled): New function.
7557         (hi-lock-line-face-buffer, hi-lock-face-buffer, hi-lock-set-pattern):
7558         Change arguments to regexp and face instead of a font-lock pattern.
7559         Directly set face property, instead of refontifying.
7560         (hi-lock-font-lock-hook): Check if font-lock is being turned on.
7561         (hi-lock-find-patterns): Use line-number-at-pos.
7563         (hi-lock-face-phrase-buffer): Call hi-lock-buffer-mode.  Use new
7564         arguments for hi-lock-set-pattern.
7565         (hi-lock-unface-buffer, hi-lock-set-file-patterns):
7566         Call font-lock-fontify-buffer.
7567         (hi-lock-find-file-hook, hi-lock-current-line)
7568         (hi-lock-refontify, hi-lock-set-patterns): Delete unused functions.
7570         (hi-lock-font-lock-hook): Turn off hi-lock when font lock is
7571         turned off.
7573         * progmodes/compile.el (compilation-setup): Don't fiddle with
7574         font-lock-defaults.
7576 2005-11-25  Nick Roberts  <nickrob@snap.net.nz>
7578         * progmodes/gdb-ui.el (gdb-var-create-handler)
7579         (gdb-var-list-children-handler): Find values for all variable
7580         objects.  gud-speedbar-buttons decides whether to display them.
7582 2005-11-24  Romain Francoise  <romain@orebokech.com>
7584         * info.el (Info-speedbar-fetch-file-nodes): Prefix temporary
7585         buffer name with a space.
7587 2005-11-24  Carsten Dominik  <dominik@science.uva.nl>
7589         * textmodes/org.el (org-export-plain-list-max-depth): Rename from
7590         `org-export-local-list-max-depth'.  Change default value to 3.
7591         (org-auto-renumber-ordered-lists)
7592         (org-plain-list-ordered-item-terminator): New options.
7593         (org-at-item-p, org-beginning-of-item, org-end-of-item)
7594         (org-get-indentation, org-get-string-indentation)
7595         (org-maybe-renumber-ordered-list, org-renumber-ordered-list):
7596         New functions.
7597         (org-move-item-down, org-move-item-up): New commands.
7598         (org-export-as-html): New classes for CSS support.  Bug fix in
7599         regular expression detecting fixed-width regions.  Respect
7600         `org-local-list-ordered-item-terminator'.
7601         (org-set-autofill-regexps, org-adaptive-fill-function): "1)" is
7602         also a list item.
7603         (org-metaup, org-metadown, org-shiftmetaup, org-shiftmetadown):
7604         New item moving functions.
7606 2005-11-24  Juri Linkov  <juri@jurta.org>
7608         * isearch.el (isearch-repeat): With empty search ring set
7609         `isearch-error' to the error string instead of signaling error
7610         with the function `error'.
7612 2005-11-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7614         * term/mac-win.el: Make modifier `ctrl' an alias for `control'.
7616 2005-11-24  Nick Roberts  <nickrob@snap.net.nz>
7618         * progmodes/gdb-ui.el (gdb-speedbar-auto-raise): New function
7619         and variable.
7620         (gdb-var-create-handler, gdb-var-list-children-handler):
7621         Don't match on "char **...".
7622         (gdb-var-update-handler): Find values for all variable objects.
7623         (gdb-info-frames-custom): Identify frames by leading "#".
7625         * progmodes/gud.el (gud-speedbar-menu-items): Add
7626         gdb-speedbar-auto-raise as radio button.
7627         (gud-speedbar-buttons): Raise speedbar if requested.
7628         Don't match on "char **...".
7629         (gud-speedbar-buttons): Add (pointer) value for non-leaves.
7630         Make it editable.
7632 2005-11-23  Chong Yidong  <cyd@stupidchicken.com>
7634         * info.el (Info-fontify-node): Handle the case where
7635         Info-current-file is t.
7637 2005-11-23  Stefan Monnier  <monnier@iro.umontreal.ca>
7639         * simple.el (blink-matching-open): Fix off-by-one in last change.
7641 2005-11-23  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7643         * term/mac-win.el: Don't change default directory.
7645 2005-11-22  Luc Teirlinck  <teirllm@auburn.edu>
7647         * cus-edit.el (Custom-reset-standard): Make it handle Custom group
7648         buffers correctly.  (It used to throw an error in such buffers.)
7649         Make it ask for confirmation in group buffers and other Custom
7650         buffers containing more than one customization item.
7652 2005-11-22  John Paul Wallington  <jpw@gnu.org>
7654         * net/goto-addr.el (goto-address-fontify): Put `follow-link'
7655         property on mail and url overlays.
7656         (goto-address-at-point): Use `posn-set-point' instead of
7657         `mouse-set-point' because the latter is not fbound when configured
7658         without X.
7660 2005-11-22  Lars Hansen  <larsh@soem.dk>
7662         * ls-lisp.el (ls-lisp-parse-symlink): Delete.
7663         (ls-lisp-classify, ls-lisp-format): Delete call to
7664         ls-lisp-parse-symlink.
7665         (ls-lisp-handle-switches): Handle symlinks to directories as
7666         directories when ls-lisp-dirs-first in non-nil.
7668 2005-11-21  Luc Teirlinck  <teirllm@auburn.edu>
7670         * startup.el (command-line): Make sure that loaddefs.el is handled
7671         correctly in load-history.
7673 2005-11-22  Nick Roberts  <nickrob@snap.net.nz>
7675         * progmodes/gdb-ui.el (gdb-locals-watch-keymap): New local map.
7676         (gdb-struct-string, gdb-array-string): New constants.
7677         (gdb-info-locals-handler): Use them.
7678         (gdb-reset): Reset gdb-var-list to nil.
7680 2005-11-21  Stefan Monnier  <monnier@iro.umontreal.ca>
7682         * progmodes/sh-script.el (sh-font-lock-paren): Handle continued lines
7683         in patterns.
7685 2005-11-21  Juri Linkov  <juri@jurta.org>
7687         * custom.el (defcustom): Update link types in docstring.
7689 2005-11-20  Martin Rudalics  <rudalics@gmx.at>
7691         * custom.el (defgroup): Add doc-string-elt info.
7693         * widget.el (define-widget): Don't use declare for the doc-string-elt.
7695 2005-11-20  Stefan Monnier  <monnier@iro.umontreal.ca>
7697         * newcomment.el (comment-enter-backward): Fix last fix.
7699         * simple.el (blink-matching-open):
7700         * paren.el (show-paren-function): Allow new paren-class info.
7702 2005-11-20  Chong Yidong  <cyd@stupidchicken.com>
7704         * faces.el: Revert 2005-11-17 change.  :ignore-defface is now
7705         handled automagically.
7707 2005-11-20  Andreas Schwab  <schwab@suse.de>
7709         * descr-text.el (describe-char): When copying overlays put them
7710         over the full char description instead of just the first character
7711         of it.
7713 2005-11-20  Juri Linkov  <juri@jurta.org>
7715         * simple.el (what-cursor-position):
7716         * descr-text.el (describe-char): Use Lisp-readable syntax
7717         for octal and hex.  Reorder decimal, octal and hex values.
7718         Remove excess whitespace in the output.  Use `=' in `column='
7719         like in `point=' and `Hscroll='.
7721         * international/mule-cmds.el (encoded-string-description):
7722         Use Lisp-readable syntax for hex.
7724 2005-11-19  Stefan Monnier  <monnier@iro.umontreal.ca>
7726         * newcomment.el (comment-enter-backward): Handle the case where the
7727         comment is closed by EOB.
7729 2005-11-19  Chong Yidong  <cyd@stupidchicken.com>
7731         * longlines.el (longlines-before-revert-hook)
7732         (longlines-after-revert-hook): New functions.
7733         (longlines-mode): Turn off longlines temporarily when reverting.
7734         Add a message-setup-hook.
7735         (longlines-decode-buffer): New function.
7736         (longlines-wrap-line): Preserve marker positions.
7738 2005-11-19  Andreas Schwab  <schwab@suse.de>
7740         * emacs-lisp/shadow.el: Handle compressed files.
7742 2005-11-19  Romain Francoise  <romain@orebokech.com>
7744         * net/browse-url.el (browse-url-default-browser): Signal an error
7745         if no usable browser can be found, rather than try to load w3.
7747 2005-11-16  Ryan Yeske  <rcyeske@gmail.com>
7749         * net/rcirc.el (rcirc-mangle-text): Add bold face property without
7750         replacing existing properties.
7751         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
7752         (rcirc-nick-in-message, rcirc-prompt): Use min-colors and remove
7753         tty specs.
7754         (rcirc-server-prefix, rcirc-server): New faces.
7755         (rcirc-url-regexp): Generate with rx macro.
7756         (rcirc-last-server-message-time): New variable.
7757         (rcirc-filter): Record time of last message.
7758         (rcirc-keepalive): Kill processes that did not send a message
7759         since the last ping.
7760         (rcirc-mode): Give rcirc-topic a local binding here.
7762 2005-11-19  Michael Cadilhac  <michael.cadilhac@lrde.org>  (tiny change)
7764         * subr.el (read-passwd): Fontify the prompt as we do with other
7765         prompts.
7767 2005-11-19  Ryan Yeske  <rcyeske@gmail.com>
7769         * ffap.el (ffap-menu-rescan): Use inhibit-read-only instead of
7770         binding buffer-read-only to nil.
7772 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7774         * complete.el (partial-completion-mode):
7775         Mention completion-auto-help in the doc string.
7777         * man.el (Man-highlight-references): Doc fix.  Reformat code in a
7778         more Lisp-ish way.
7780 2005-11-19  Slawomir Nowaczyk  <slawomir.nowaczyk.847@student.lu.se>  (tiny change)
7782         * ls-lisp.el (ls-lisp-format-file-size): Format file size with 9
7783         digits, not 8, to avoid misalignment for files larger than 100MB.
7785 2005-11-19  Eli Zaretskii  <eliz@gnu.org>
7787         * menu-bar.el (menu-bar-describe-menu) <list-keybindings>:
7788         Mention "keyboard shortcuts" in the help text.
7790 2005-11-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
7792         * startup.el (fancy-splash-default-action): Discard only
7793         mouse-down and succeeding mouse-up events in the splash screen
7794         window so that drag-n-drop event can be processed.
7796 2005-11-18  Chong Yidong  <cyd@stupidchicken.com>
7798         * longlines.el (longlines-mode): Add hacks for mail-mode and
7799         message-mode.
7801 2005-11-18  Carsten Dominik  <dominik@science.uva.nl>
7803         * textmodes/org.el (org-table-sort-lines): New command.
7804         (org-tbl-menu): Add entry for `org-table-sort-lines'.
7805         (org-add-file): Command removed, use `org-agenda-file-to-front'
7806         instead.
7807         (org-export-icalendar): Use `org-icalendar-combined-name'.
7808         (org-cycle-agenda-files, org-agenda-file-to-end)
7809         (org-agenda-file-to-front): New commands.
7810         (org-table-tab-jumps-over-hlines, org-export-html-style):
7811         New options.
7812         (org-table-next-field): Use `org-table-tab-jumps-over-hlines'.
7813         (org-at-table.el-p, org-set-autofill-regexps, org-html-protect):
7814         New functions.
7815         (org-fill-paragraph): Call `org-table-align' in tables.
7816         (org-mode): Call `org-set-autofill-regexps'.
7817         (org-export-as-html): Support for local handformatted lists.
7818         Modified to produce valid HTML 4.0.  Use `org-export-html-style'.
7819         (org-export-local-list-max-depth): New option.
7820         (org-html-expand): Use `org-html-protect'.
7822 2005-11-18  Nick Roberts  <nickrob@snap.net.nz>
7824         * progmodes/gud.el (gud-install-speedbar-variables): Bind gud-pp
7825         to "p".
7826         (gdb): Move definition of gud-pp to...
7828         * progmodes/gdb-ui.el (gdb-ann3): ...here.  Make it work in the
7829         speedbar.
7830         (gdb-find-watch-expression): New function.
7832 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7834         * faces.el (face-attribute, set-face-attribute): Mention existence
7835         of `:ignore-defface' setting in docstring.
7837 2005-11-17  Stefan Monnier  <monnier@iro.umontreal.ca>
7839         * simple.el (completion-setup-function): Fix last change.
7841 2005-11-17  John Paul Wallington  <jpw@pobox.com>
7843         * ibuf-ext.el (ibuffer-interactive-filter-by-mode):
7844         Use `posn-set-point' instead of `mouse-set-point' because the
7845         latter is not fbound when configured without X.
7847         * comint.el (comint-insert-input): Likewise.
7849 2005-11-17  Chong Yidong  <cyd@stupidchicken.com>
7851         * simple.el (hard-newline): New variable.
7852         (sendmail-user-agent-compose, next-line): Use it.
7854         * mail/sendmail.el (mail-setup, mail-send, mail-insert-from-field)
7855         (sendmail-send-it, mail-do-fcc, mail-cc, mail-bcc, mail-fcc)
7856         (mail-mail-reply-to, mail-mail-followup-to)
7857         (mail-position-on-field, mail-signature, mail-yank-original)
7858         (mail-attach-file): Likewise.
7860         * mail/mailheader.el (mail-header-format)
7861         (mail-header-format-function): Likewise.
7863         * add-log.el (add-change-log-entry, change-log-merge): Likewise.
7865 2005-11-17  Juri Linkov  <juri@jurta.org>
7867         * font-lock.el (font-lock-faces): Rename this defgroup from
7868         `font-lock-highlighting-faces'.
7869         (font-lock-comment-face, font-lock-comment-delimiter-face)
7870         (font-lock-string-face, font-lock-doc-face)
7871         (font-lock-keyword-face, font-lock-builtin-face)
7872         (font-lock-function-name-face, font-lock-variable-name-face)
7873         (font-lock-type-face, font-lock-constant-face)
7874         (font-lock-warning-face, font-lock-negation-char-face)
7875         (font-lock-preprocessor-face)
7876         (font-lock-regexp-grouping-backslash)
7877         (font-lock-regexp-grouping-construct): Rename :group from
7878         `font-lock-highlighting-faces' to `font-lock-faces'.
7880         * cus-edit.el (lisp, c, tex):
7881         * progmodes/ada-mode.el (ada):
7882         * progmodes/asm-mode.el (asm):
7883         * progmodes/cperl-mode.el (cperl-faces):
7884         * progmodes/cpp.el (cpp):
7885         * progmodes/dcl-mode.el (dcl):
7886         * progmodes/f90.el (f90):
7887         * progmodes/fortran.el (fortran):
7888         * progmodes/icon.el (icon):
7889         * progmodes/idlwave.el (idlwave-misc):
7890         * progmodes/m4-mode.el (m4):
7891         * progmodes/make-mode.el (makefile):
7892         * progmodes/meta-mode.el (meta-font):
7893         * progmodes/modula2.el (modula2):
7894         * progmodes/octave-mod.el (octave):
7895         * progmodes/pascal.el (pascal):
7896         * progmodes/perl-mode.el (perl):
7897         * progmodes/prolog.el (prolog):
7898         * progmodes/ps-mode.el (PostScript-edit):
7899         * progmodes/scheme.el (scheme):
7900         * progmodes/sh-script.el (sh-script):
7901         * progmodes/simula.el (simula):
7902         * progmodes/tcl.el (tcl):
7903         * textmodes/nroff-mode.el (nroff):
7904         * textmodes/reftex-vars.el (reftex-fontification-configurations):
7905         * textmodes/sgml-mode.el (sgml):
7906         * textmodes/texinfo.el (texinfo):
7907         Add :link (custom-group-link font-lock-faces) to defgroup.
7909         * hi-lock.el (hi-lock): Rename this defgroup from
7910         `hi-lock-interactive-text-highlighting'.  Change parent group from
7911         `faces' to `font-lock'.  Add link to the manual.
7912         (hi-lock-mode, hi-lock-file-patterns-range)
7913         (hi-lock-exclude-modes, hi-lock-faces): Rename :group from
7914         `hi-lock-interactive-text-highlighting' to `hi-lock'.
7915         (hi-lock-faces): Add :group `faces'.
7917         * cus-edit.el (custom-variable-prompt): Clarify the code.
7919         * faces.el (face-read-string): Set the default value arg of
7920         completing-read.
7922 2005-11-16  Luc Teirlinck  <teirllm@auburn.edu>
7924         * rfn-eshadow.el (file-name-shadow-properties)
7925         (file-name-shadow-tty-properties, file-name-shadow-mode):
7926         Remove autoloads, because the file is now preloaded.
7928 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7930         * printing.el (easy-menu-intern): Don't define.
7931         (pr-get-symbol): Use easy-menu-intern only if defined.
7933         * simple.el (blink-matching-open): Simplify a bit.
7934         (completion-setup-function): Fix the case of partial-completion-mode
7935         when the minibuffer's contents start with "-".
7936         Obey completion-base-size-function even when
7937         minibuffer-completing-file-name is non-nil.
7939 2005-11-16  Richard M. Stallman  <rms@gnu.org>
7941         * net/eudcb-ph.el (eudc-ph-open-session):
7942         Use set-process-query-on-exit-flag.
7944         * mail/smtpmail.el (smtpmail-send-it): Use insert-buffer-contents.
7946         * international/ucs-tables.el (ucs-set-table-for-input):
7947         Use make-local-variable, not make-variable-buffer-local.
7949         * emacs-lisp/byte-opt.el (byte-optimize-form-code-walker):
7950         Improve warning message text.
7952         * savehist.el (savehist-save-hook): Add :group.
7954         * menu-bar.el (menu-bar-help-menu):
7955         Rename Find Extra Packages to External Packages.
7957         * cus-edit.el (Custom-reset-standard): Verify that
7958         :custom-standard-value prop exists before calling it.
7960         * apropos.el (apropos-calc-scores): Use apropos-pattern.
7962 2005-11-16  Martin Rudalics  <rudalics@gmx.at>
7964         * wid-edit.el (color): Enclose %t in %{...%}.
7966         * cus-edit.el (face): Enclose %t in %{...%}.
7968 2005-11-16  Hrvoje Niksic  <hniksic@xemacs.org>
7970         * savehist.el (savehist-mode-hook): Re-add the var.
7971         (savehist-mode): Use it.
7973 2005-11-16  Stefan Monnier  <monnier@iro.umontreal.ca>
7975         * textmodes/flyspell.el: Fix commenting convention.
7976         Remove unnecessary leading * in custom docstrings.
7977         (flyspell-emacs): Remove unused var.
7978         (flyspell-delete-region-overlays): Use remove-overlays.
7979         (flyspell-accept-buffer-local-defs): Use save-current-buffer.
7980         (flyspell-debug-signal-no-check, flyspell-debug-signal-changed-checked)
7981         (flyspell-debug-signal-pre-word-checked, flyspell-post-command-hook)
7982         (flyspell-debug-signal-word-checked): Use with-current-buffer.
7983         (make-flyspell-overlay): Don't locally reuse a global name.
7984         (flyspell-highlight-incorrect-region)
7985         (flyspell-highlight-duplicate-region): Use flyspell-unhighlight-at.
7986         (flyspell-check-previous-highlighted-word): Use flyspell-overlay-p.
7987         (flyspell-notify-misspell): Remove unused args `start' and `end'.
7988         (flyspell-word): Adjust call accordingly.  Use ispell-send-string.
7989         Wrap calls to accept-process-output inside with-local-quit since it's
7990         often called from a post-command-hook.
7991         (flyspell-correct-word, flyspell-auto-correct-word):
7992         Use ispell-send-string.
7993         (flyspell-xemacs-popup): Remove unused arg `event'.  Update call.
7995         * calendar/diary-lib.el (diary-list-entries): Also hide the
7996         terminating newline.
7998 2005-11-16  Carsten Dominik  <dominik@science.uva.nl>
8000         * textmodes/reftex.el (reftex-use-fonts): Remove the check for
8001         window-system, to allow fonts on tty.
8003 2005-11-17  Nick Roberts  <nickrob@snap.net.nz>
8005         * progmodes/gud.el (gud-speedbar-item-info): New function.
8006         (gud-install-speedbar-variables): Use it to display data type
8007         of watch expression as a tooltip in speedbar.
8009 2005-11-15  Luc Teirlinck  <teirllm@auburn.edu>
8011         * font-core.el (global-font-lock-mode): Add :version keyword,
8012         because default was changed.
8014         * jka-cmpr-hook.el (auto-compression-mode): Ditto.
8016         * startup.el (command-line): Use `custom-reevaluate-setting' for
8017         `file-name-shadow-mode'.
8019         * loadup.el: Preload rfn-eshadow.
8021         * rfn-eshadow.el (file-name-shadow-mode): Set :init-value to t.
8022         Add :version keyword.
8023         (file-name-shadow-properties, file-name-shadow-tty-properties)
8024         (file-name-shadow): Add :version keyword.
8026         * cus-edit.el (custom-add-parent-links): Fix bug whereby, for
8027         instance, `(fringe custom-face)' shadowed `(fringe custom-group)'
8028         in the custom-group property of the symbol frames and the fringe
8029         group got no link to its parent group frames.
8030         Doc fix.
8032 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
8034         * progmodes/gud.el (gud-stop-subjob): New function.
8035         (gud-menu-map, gud-tool-bar-map): Use it.
8037 2005-11-16  Kim F. Storm  <storm@cua.dk>
8039         * progmodes/gud.el (gud-menu-map): Let [stop] stop program rather
8040         than kill it.
8041         (gud-tool-bar-map): Likewise.  Move cont/until/finish buttons
8042         to a more useful/logical place.
8044 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
8046         * progmodes/gud.el (gud-menu-map): Make visibility of stop and
8047         go buttons complementary.
8049 2005-11-15  Stefan Monnier  <monnier@iro.umontreal.ca>
8051         * rfn-eshadow.el (rfn-eshadow-regexp): Remove.
8052         (rfn-eshadow-sifn-equal): New function.
8053         (rfn-eshadow-update-overlay): Rewrite to use substitute-in-file-name.
8055 2005-11-15  Michael Kifer  <kifer@cs.stonybrook.edu>
8057         * viper-utils.el (viper-non-word-characters-reformed-vi):
8058         Quote `-' in string.
8060         * viper.el (viper-emacs-state-mode-list): Ensure that
8061         rcirc-mode buffers come up in Emacs state.
8063         * ediff-util.el (ediff-make-temp-file): Use proper file-name-handler
8064         operation.
8066 2005-11-15  Dan Nicolaescu  <dann@ics.uci.edu>
8068         * term.el (term-termcap-format): Fix typos.
8069         (term-down): Fix the negative argument case.
8071 2005-11-16  Nick Roberts  <nickrob@snap.net.nz>
8073         * progmodes/gdb-ui.el: Remove face-alias left over from change on
8074         2005-08-15.
8075         (gdb-ann3): New command gud-go.
8076         (menu): Accomodate gdb-mi.el.
8077         (gdb-assembler-custom): Make buffer of selected window current
8078         so that set-window-point works.
8080         * progmodes/gud.el (gud-menu-map, gud-tool-bar-map): Re-define
8081         buttons and include new ones.
8083 2005-11-16  Kim F. Storm  <storm@cua.dk>
8085         * progmodes/gud.el (gud-tool-bar-item-visible-no-fringe): New function.
8086         (gud-menu-map): Use it.
8088 2005-11-14  Luc Teirlinck  <teirllm@auburn.edu>
8090         * jka-cmpr-hook.el (auto-compression-mode): Enable it in a way
8091         that works correctly for Custom and that does not override a user
8092         who disables it.
8094         * help-mode.el (help-make-xrefs, help-xref-on-pp)
8095         (help-xref-interned, help-follow): Make hyperlinks for variables
8096         that are unbound, but have a non-nil variable-documentation property.
8098         * emacs-lisp/derived.el (define-derived-mode): Remove defvar for
8099         mode hook.  (It conflicted with defcustoms for some mode hooks.)
8100         Use the `variable-documentation' property to give the mode hook a
8101         docstring and expand that docstring.
8103 2005-11-14  Hrvoje Niksic  <hniksic@xemacs.org>
8105         * savehist.el (savehist-mode): Don't bother with
8106         `custom-set-minor-mode'.
8107         (savehist-coding-system): Check XEmacs version.
8108         (history-length): Declare also at run time.
8109         (savehist-mode): Don't emit a message.  Don't run the minor mode hook.
8110         Don't set the customize state.
8111         (savehist-minibuffer-hook): Special case for when
8112         minibuffer-history-variable is equal to t.
8114 2005-11-14  Stefan Monnier  <monnier@iro.umontreal.ca>
8116         * files.el (write-file): Refresh VC status.
8118         * calendar/diary-lib.el (diary-list-entries, diary-show-all-entries)
8119         (mark-diary-entries, make-diary-entry): Check default-major-mode rather
8120         than fundamental-mode to see if the mode was set.
8122 2005-11-14  Romain Francoise  <romain@orebokech.com>
8124         * dired-x.el: If `vm-visit-folder' doesn't exist, define it as a
8125         dummy function in `eval-when-compile' to avoid compiler warning.
8126         Require `man' at compile time.
8128 2005-11-14  Jay Belanger  <belanger@truman.edu>
8130         * calc-alg.el (calcFunc-write-out-power): Rename it to
8131         calcFunc-powerexpand.
8132         (math-write-out-power): Rename it to math-powerexpand; have it
8133         handle negative exponents.
8134         (calc-writeoutpower): Rename it to calc-powerexpand.
8136         * calc-ext.el: Change calcFunc-writeoutpower and
8137         calc-writeoutpower to calcFunc-powerexpand and calc-powerexpand in
8138         autoloads.
8139         Add calcFunc-ldiv to autoloads.
8141         * calc-arith.el (calcFunc-ldiv): New function.
8143         * calc.el (calc-left-divide): New function.
8145 2005-11-14  Juri Linkov  <juri@jurta.org>
8147         * cus-edit.el (custom-variable-prompt): Set the default value arg
8148         of completing-read.
8150         * cus-dep.el (custom-make-dependencies): Reverse the list of
8151         found dependencies.
8153 2005-11-14  Dan Nicolaescu  <dann@ics.uci.edu>
8155         * menu-bar.el (menu-bar-options-menu): Delete "Syntax
8156         Highlighting" entry, it is on by default now.
8157         (menu-bar-options-save): Do not save global-font-lock-mode.
8159 2005-11-13  Richard M. Stallman  <rms@gnu.org>
8161         * textmodes/flyspell.el (flyspell-large-region):
8162         Call flyspell-accept-buffer-local-defs.
8164 2005-11-13  Agustin Martin  <agustin.martin@hispalinux.es>
8166         * textmodes/flyspell.el (flyspell-notify-misspell):
8167         Fix misspelling of "Misspelling".
8168         (flyspell-process-localwords): New function.
8169         (flyspell-large-region): Call flyspell-process-localwords and
8170         flyspell-delete-region-overlays.
8171         (flyspell-delete-region-overlays): New function.
8172         (flyspell-delete-all-overlays): Call that.
8174 2005-11-13  Richard M. Stallman  <rms@gnu.org>
8176         * help.el (help-for-help-internal): Improve doc of C-h a.
8177         (describe-key): Improve prompt; doc fix.
8179 2005-11-13  Stefan Monnier  <monnier@iro.umontreal.ca>
8181         * vc-svn.el (vc-svn-registered): Catch all errors.
8183         * cus-dep.el (custom-make-dependencies): Typo.
8185 2005-11-13  Michael Albinus  <michael.albinus@gmx.de>
8187         * net/tramp-util.el (top): Fix compilation warning.
8189 2005-11-13  Kim F. Storm  <storm@cua.dk>
8191         * help.el (help-for-help-internal): Fix `a' entry.  Add `d' entry.
8193 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
8195         * progmodes/gud.el (gud-menu-map): Move parentheses (again).
8196         (gud-speedbar-buttons): Match on "const char *" too.
8198         * progmodes/gdb-ui.el (gdb-var-create-handler)
8199         (gdb-var-list-children-handler): Match on "const char *" too.
8200         (gdb-var-evaluate-expression-handler): Match on empty string.
8201         (gdb-var-update-handler): Only call
8202         gdb-var-evaluate-expression-handler when required.
8204 2005-11-13  Nick Roberts  <nickrob@snap.net.nz>
8206         * progmodes/gud.el (gud-menu-map): Revert to window-fringes for
8207         selected window.  This still doesn't work for speedbar.
8208         (gud-speedbar-buttons): Handle string expressions properly.
8210         * progmodes/gdb-ui.el (gdb-var-evaluate-expression-handler)
8211         (gdb-var-create-handler): Handle string expressions properly.
8212         (gdb-var-list-children-regexp, gdb-var-list-children-handler):
8213         Handle string expressions properly.  Move "type" field into regexp.
8215 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
8217         * bookmark.el (bookmark-maybe-message): New function to reduce
8218         code duplication: invokes `message' iff baud-rate is high enough.
8219         (bookmark-write-file): Use above instead of an inline conditional.
8220         (bookmark-load): Same.
8222 2005-11-12  Karl Fogel  <kfogel@red-bean.com>
8224         * bookmark.el (bookmark-write-file): Don't visit the destination
8225         file, just write the data to it using write-region.  This is
8226         similar to saveplace.el at 2005-05-29T08:36:26Z!rms@gnu.org, but with an additional
8227         change to avoid visiting the file in the first place.
8229 2005-11-12  Chong Yidong  <cyd@stupidchicken.com>
8231         * hi-lock.el (hi-lock-mode): Set the default value of
8232         font-lock-defaults.
8234 2005-11-11  Luc Teirlinck  <teirllm@auburn.edu>
8236         * find-lisp.el (find-lisp-find-dired-insert-file): Pass `string'
8237         arg to `file-attributes'.
8238         (find-lisp-format): The UID and GID can now be strings.
8240 2005-11-12  Kim F. Storm  <storm@cua.dk>
8242         * help.el (help-map): Bind C-h d to apropos-documentation.
8244         * simple.el (what-cursor-position): Print (EOB) instead of (100%)
8245         when point is at end-of-buffer.
8247         * apropos.el (apropos-match-face): Doc fix.
8248         (apropos-sort-by-scores): Add new choice `verbose'.
8249         (apropos-documentation-sort-by-scores): New defcustom.
8250         (apropos-pattern): Now contains the pattern entered by the user.
8251         (apropos-pattern-quoted): New defvar.
8252         (apropos-regexp): New defvar, containing the regexp corresponding
8253         to apropos-pattern.
8254         (apropos-all-words-regexp): Rename from apropos-all-regexp.
8255         (apropos-read-pattern): New defun.  Use it to read pattern arg in
8256         interactive calls; returns list of words for a word list, and
8257         string for a regexp.
8258         (apropos-parse-pattern): Rename from apropos-rewrite-regexp.  Now
8259         parses a list of words or regexp as returned by apropos-read-pattern.
8260         (apropos-calc-scores): Return nil if apropos-regexp doesn't match.
8261         (apropos-score-doc): Return a very high score if the string
8262         entered by the user matches literally.
8263         (apropos-variable): Doc fix.  Use apropos-read-pattern.
8264         (apropos-command): Doc fix.  Use apropos-read-pattern and
8265         apropos-parse-pattern.  Call apropos-print with nosubst=t.
8266         (apropos, apropos-value): Doc fix.  Use apropos-read-pattern and
8267         apropos-parse-pattern.
8268         (apropos-documentation): Doc fix.  Use apropos-read-pattern and
8269         apropos-parse-pattern.  Locally bind apropos-sort-by-scores to
8270         apropos-documentation-sort-by-scores.  Call apropos-print with
8271         nosubst=t.
8272         (apropos-documentation-internal): Pass doc string through
8273         substitute-key-definition before adding text properties.
8274         Highlight substring matching literal user input if possible.
8275         (apropos-documentation-check-doc-file): Remove locals beg and end.
8276         Fix calculation of score (as added twice).  Pass doc string through
8277         substitute-key-definition before adding text properties.
8278         (apropos-documentation-check-elc-file): Pass doc string through
8279         substitute-key-definition before adding text properties.
8280         Highlight substring matching literal user input if possible.
8281         (apropos-print): Add new arg NOSUBST; if set, command and variable
8282         doc strings have already been passed through substitute-key-definition.
8283         Add code to handle apropos-accumulator items without score element
8284         for backwards compatibility (e.g. with woman package).
8285         Only show scores if apropos-sort-by-scores is `verbose'.
8287 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8289         * jka-cmpr-hook.el (jka-compr-install): Use push and dolist.
8290         Add jka-compr-load-suffixes to load-suffixes.
8292         * jka-compr.el: Require jka-cmpr-hook.
8293         (jka-compr-info-compress-message, jka-compr-info-compress-program)
8294         (jka-compr-info-compress-args, jka-compr-info-uncompress-message)
8295         (jka-compr-info-uncompress-program, jka-compr-info-uncompress-args)
8296         (jka-compr-info-can-append, jka-compr-info-strip-extension)
8297         (jka-compr-info-file-magic-bytes, jka-compr-get-compression-info)
8298         (jka-compr-info-regexp): Remove.  Provided by jka-cmpr-hook.
8299         (jka-compr-uninstall): Remove entries from
8300         jka-compr-added-to-file-coding-system-alist after they are used.
8301         (jka-compr-error): Remove unused var `curbuf'.
8302         (jka-compr-file-local-copy): Remove unused var `notfound'.
8304 2005-11-10  Romain Francoise  <romain@orebokech.com>
8306         * apropos.el (apropos-calc-scores): Use `apropos-pattern'.
8308 2005-11-11  Nick Roberts  <nickrob@snap.net.nz>
8310         * progmodes/gud.el (gud-menu-map): Move parentheses.
8311         (gdb): New command gud-pv.
8313 2005-11-10  Stefan Monnier  <monnier@iro.umontreal.ca>
8315         * tar-mode.el: Remove spurious or unnecessary leading stars
8316         in docstrings.
8317         (tar-header-block-tokenize): Also obey default-file-name-coding-system.
8318         (tar-parse-octal-integer-safe): Use mapc.
8319         (tar-header-block-summarize): Remove unused var `ck'.
8320         (tar-summarize-buffer): Don't clear the modified-p bit if it wasn't
8321         cleared before.  Obey default-enable-multibyte-characters.
8322         Use mapconcat.  Simplify setting of tar-header-offset.
8323         (tar-mode-map): Move initialization inside delcaration.
8324         (tar-flag-deleted): Use `abs'.
8325         (tar-expunge-internal): Remove unused var `line'.
8326         (tar-expunge-internal): Don't hardcode point-min==1.
8327         (tar-expunge): Widen while doing set-buffer-multibyte.
8328         (tar-rename-entry): Use file-name-coding-system.
8329         (tar-alter-one-field): Don't hardcode point-min==1.
8330         (tar-subfile-save-buffer): string-as-unibyte works on unibyte strings.
8331         (tar-pad-to-blocksize): Don't hardcode point-min==1.  Clarify the code.
8333 2005-11-10  Masatake YAMATO  <jet@gyve.org>
8335         * add-log.el (add-log-current-defun): Handle class::method
8336         notation of c++.  Fix incorrect comment.
8338 2005-11-10  Alan Mackenzie  <acm@muc.de>
8340         * help-fns.el (describe-variable): Make C-h v work when a variable
8341         has variable documentation yet is unbound.
8343 2005-11-10  Masatake YAMATO  <jet@gyve.org>
8345         * man.el (Man-highlight-references): Set an empty
8346         string to `Man-arguments' if it is nil.
8347         Suggested by Reiner Steib <Reiner.Steib@gmx.de>.
8349 2005-11-09  Stefan Monnier  <monnier@iro.umontreal.ca>
8351         * Makefile.in (mh-loaddefs.el, loaddefs.el): Better follow the
8352         commenting conventions.
8354         * cus-dep.el (custom-make-dependencies): Simplify.
8355         Better follow the commenting conventions.
8357 2005-11-09  Richard M. Stallman  <rms@gnu.org>
8359         * apropos.el (apropos-pattern): Rename from apropos-regexp.
8360         (apropos-orig-pattern): Rename from apropos-orig-regexp.
8361         All uses changed.
8362         (apropos-rewrite-regexp): Doc fix.
8363         (apropos-variable, apropos-command, apropos, apropos-value):
8364         Change prompt; carry through the argument renaming.
8366 2005-11-09  Luc Teirlinck  <teirllm@auburn.edu>
8368         * find-lisp.el: Require dired.
8369         (find-lisp-find-dired-internal): Do not call
8370         `abbreviate-file-name' on DIR.
8372 2005-11-10  Nick Roberts  <nickrob@snap.net.nz>
8374         * progmodes/gud.el (gdb): Make gud-pp use user-defined command pp1.
8376 2005-11-09  Nick Roberts  <nickrob@snap.net.nz>
8378         * progmodes/gud.el (gud-menu-map): Ensure tool-bar is constant
8379         when using the speedbar.
8380         (gdb): New command gud-pp.
8381         (gud-menu-map, gud-tool-bar-map): Put it on the tool bar.
8383 2005-11-09  Juri Linkov  <juri@jurta.org>
8385         * replace.el (occur-excluded-properties): New defcustom.
8386         (occur-1, occur-engine, occur-accumulate-lines): Use it.
8388 2005-11-08  Jay Belanger  <belanger@truman.edu>
8390         * calc/calc-units.el (math-convert-units): Replace any composite
8391         unit by its definition.
8393 2005-11-08  Lars Hansen  <larsh@soem.dk>
8395         * emacs-lisp/autoload.el (update-directory-autoloads):
8396         Add obsolete function alias.
8398 2005-11-07  Stefan Monnier  <monnier@iro.umontreal.ca>
8400         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Don't set
8401         comment-indent-function.
8402         (lisp-comment-indent): Replace by an alias for comment-indent-default.
8404         * reveal.el (reveal-post-command): Rework the handling of
8405         reveal-open-spots, so as to be more reliable.  There were several
8406         tricky corner cases where an open spot might be lost, or where
8407         a closed spot might end up on the list of open spots.
8408         Only reveal text that's ellipsised.
8410 2005-11-07  Carsten Dominik  <dominik@science.uva.nl>
8412         * textmodes/org.el (org-export-as-html): Remove bogus (debug) form.
8414 2005-11-07  John Paul Wallington  <jpw@gnu.org>
8416         * ibuffer.el (ibuffer): Search iconified frames too when
8417         getting Ibuffer buffer's window.
8419 2005-11-06  Richard M. Stallman  <rms@gnu.org>
8421         * progmodes/compile.el (compilation-internal-error-properties):
8422         save-excursion around the computation of MARKER.
8424 2005-11-06  Piet van Oostrum  <piet@cs.uu.nl>
8426         * textmodes/flyspell.el (flyspell-external-point-words):
8427         flyspell-get-word returns a list, not just a string.
8429 2005-11-06  John Paul Wallington  <jpw@pobox.com>
8431         * ibuffer.el (ibuffer): Search all visible frames when getting
8432         Ibuffer buffer's window.
8434 2005-11-07  Masatake YAMATO  <jet@gyve.org>
8436         * man.el (Man-reference-regexp): Accept spaces between
8437         `Man-name-regexp' and `Man-section-regexp'.
8438         (Man-apropos-regexp): New variable.
8439         (Man-abstract-xref-man-page): Use value for `Man-target-string'
8440         if available.
8441         (Man-highlight-references, Man-highlight-references0):
8442         Handle the case when `Man-arguments' includes "-k".
8443         (Man-highlight-references0): Rename the argument `TARGET-POS' to
8444         `TARGET'. `TARGET' can be a number, function or nil.
8446 2005-11-06  Nick Roberts  <nickrob@snap.net.nz>
8448         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-var-delete)
8449         (gdb-edit-value, gdb-speedbar-expand-node, gdb-get-create-buffer)
8450         (gdb-breakpoints-mode, gdb-toggle-breakpoint, gdb-delete-breakpoint)
8451         (gdb-goto-breakpoint, gdb-frames-mode, gdb-registers-mode)
8452         (gdb-locals-mode, gdb-find-file-hook): Use buffer-local-value.
8453         (gdb-send-item): Use buffer-local-value and simplify.
8455 2005-11-05  Luc Teirlinck  <teirllm@auburn.edu>
8457         * startup.el (command-line): Use `custom-reevaluate-setting' for
8458         `global-font-lock-mode'.
8460         * font-core.el (global-font-lock-mode): Enable `global-font-lock-mode'
8461         by default, except in batch mode or when the -D option is given.
8463         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Pass all
8464         specified keyword args on to `define-minor-mode'.  Update docstring.
8466 2005-11-05  Romain Francoise  <romain@orebokech.com>
8468         * replace.el (occur-engine): Add marker at end of line, too.
8470 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8472         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8473         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8474         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8475         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8476         argument to all these routines, so the passphrase can be managed
8477         externally and passed in to the system.
8478         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8479         pgg-add-passphrase-to-cache function.
8481         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8482         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8483         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8484         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8485         argument to all these routines, so the passphrase can be managed
8486         externally and passed in to the system.
8487         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8488         function.
8490 2005-11-04  Dan Nicolaescu  <dann@ics.uci.edu>
8492         * font-lock.el: Don't deal with font-lock-face-attributes here,
8493         move the code ...
8495         * startup.el (command-line): ... here.  Use face-spec-set instead
8496         of custom-declare-face.
8498         * faces.el (face-spec-set): Reset the face if spec is not nil.
8500 2005-11-04  Stefan Monnier  <monnier@iro.umontreal.ca>
8502         * newcomment.el (comment-region-internal): Box more tightly in the
8503         common case where there's no TAB in the boxed text.
8505 2005-11-04  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
8507         * info.el (info-tool-bar-map): Use images prev-node, next-node and
8508         up-node.
8510 2005-11-04  Ulf Jasper  <ulf.jasper@web.de>
8512         * newsticker.el: Commentary updated.  Code formatting changed.
8513         (newsticker-version): Change to "1.9".
8514         (newsticker, newsticker-feed): Doc fix.
8515         (newsticker-url-list): Doc fix.  Add option "Weekly".
8516         (newsticker-retrieval-interval): Add option "Weekly".
8517         (newsticker-headline-processing): Doc fix.
8518         (newsticker-auto-mark-filter): Remove.
8519         (newsticker-auto-mark-filter-list): New.
8520         (newsticker-layout, newsticker-sort-method): Doc fix.
8521         (newsticker-hide-old-items-in-newsticker-buffer)
8522         (newsticker-heading-format, newsticker-item-format)
8523         (newsticker-desc-format): Doc fix.
8524         (newsticker-show-all-rss-elements): Remove.
8525         (newsticker-show-all-news-elements): New.
8526         (newsticker-faces, newsticker-ticker): Doc fix.
8527         (remove-from-invisibility-spec): Code formatting.
8528         (newsticker--process-ids): New.
8529         (newsticker-mode): Doc fix.
8530         (newsticker-mode): Change mode-line-format.
8531         (newsticker-start): Remove debug output.
8532         (newsticker-start-ticker): Doc fix.  Add autoload cookie.
8533         (newsticker-w3m-show-inline-images): Code formatting.
8534         (newsticker-next-item): Call `force-mode-line-update'.
8535         (newsticker-previous-item): Call `force-mode-line-update'.
8536         (newsticker-next-feed): Call `force-mode-line-update'.
8537         (newsticker-previous-feed): Call `force-mode-line-update'.
8538         (newsticker-mark-all-items-at-point-as-read): Code formatting.
8539         (newsticker-show-old-items): Do not show descs.
8540         (newsticker-hide-entry): Hide too much.
8541         (newsticker-hide-entry, newsticker-show-entry)
8542         (newsticker-toggle-auto-narrow-to-feed): Code formatting.
8543         (newsticker-set-auto-narrow-to-feed): Update buffer immediately.
8544         (newsticker-toggle-auto-narrow-to-item): Code formatting.
8545         (newsticker-set-auto-narrow-to-item): Update buffer immediately.
8546         (newsticker-running-p, newsticker-ticker-running-p): Autoload cookie.
8547         (newsticker-get-news): Call `force-mode-line-update'.
8548         Collect process ids.
8549         (newsticker--sentinel): Change coding system handling.
8550         Move image retrieval to new functions newsticker--get-logo-url-*.
8551         Move feed parsing to new functions newsticker--parse-*.
8552         Update list of process ids.
8553         (newsticker--get-logo-url-atom-1.0, newsticker--get-logo-url-atom-0.3)
8554         (newsticker--get-logo-url-rss-2.0, newsticker--get-logo-url-rss-1.0)
8555         (newsticker--get-logo-url-rss-0.92, newsticker--get-logo-url-rss-0.91)
8556         (newsticker--parse-atom-0.3, newsticker--parse-atom-1.0)
8557         (newsticker--parse-rss-0.91, newsticker--parse-rss-0.92)
8558         (newsticker--parse-rss-1.0, newsticker--parse-rss-2.0)
8559         (newsticker--parse-generic-feed, newsticker--parse-generic-items): New.
8560         (newsticker--decode-coding-string): Remove.
8561         (newsticker--decode-numeric-entities): Check input.  Format code.
8562         (newsticker--remove-whitespace): Check input.
8563         (newsticker--do-forget-preformatted): Doc fix.
8564         (newsticker--decode-rfc822-date): Allow for missing time.
8565         (newsticker--update-process-ids): New.
8566         (newsticker--image-sentinel): Change comment.
8567         (newsticker--image-read): Change error message.
8568         (newsticker--imenu-goto): Doc fix.  Show headline title.
8569         (newsticker--buffer-set-uptodate): Call `force-mode-line-update'.
8570         (newsticker--buffer-do-insert-text): Clean whitespace in
8571         html-rendered headline title.  Code formatting.
8572         Call `newsticker--buffer-print-extra-elements'.
8573         (newsticker--buffer-print-extra-element): Remove.
8574         (newsticker--buffer-print-extra-elements): New.
8575         (newsticker--buffer-do-print-extra-element): New.
8576         (newsticker--buffer-insert-enclosure): Doc fix.  Use MBytes for
8577         large sizes.
8578         (newsticker--run-auto-mark-filter)
8579         (newsticker--do-run-auto-mark-filter):
8580         Use `newsticker-auto-mark-filter-list'.
8582 2005-11-04  Ryan Yeske  <rcyeske@gmail.com>
8584         * net/rcirc.el: Use split-string OMIT-NULLS argument.
8585         (rcirc-print): Force redisplay before running hooks.  Do long
8586         buffer truncation after making new text read-only.  Deal with nil
8587         text when decoding strings.  If TARGET is nil, use either the
8588         currently selected buffer, if it is an rcirc buffer and of the
8589         same process or the process buffer.
8590         (rcirc-mode): Remove header-line.  Recompute short buffer names.
8591         Initialize rcirc-buffer-alist here instead of rcirc-get-buffer-create.
8592         (rcirc-short-buffer-name): Add variable.
8593         (rcirc-kill-buffer-hook): Recompute short buffer names.
8594         Remove nick from private channel.
8595         (rcirc-send-input): Send command text to current-buffer.
8596         Don't clear overlay arrow here.
8597         (rcirc-short-buffer-name): Return a short buffer name.
8598         (rcirc-update-short-buffer-names, rcirc-abbreviate)
8599         (rcirc-rebuild-tree, rcirc-make-trees): Add functions to generate
8600         buffer-name abbreviations.
8601         (rcirc-kill-buffer-hook-1): Split to make debugging easier.
8602         Do not touch nick-table when killing a parted channel.
8603         (rcirc-window-configuration-change): Rename from rcirc-update-activity.
8604         Clear arrow from current buffer if it is now hidden.
8605         (rcirc-current-buffer): Add variable.
8606         (rcirc-my-nick, rcirc-other-nick, rcirc-server)
8607         (rcirc-nick-in-message, rcirc-prompt, rcirc-mode-line-nick):
8608         Remove -face from names.
8609         (rcirc-update-activity-string): Print "DND" when globally ignoring
8610         activity.
8611         (rcirc-ignore-buffer-activity-flag): Rename from
8612         rcirc-ignore-channel-activity.
8613         (rcirc-ignore-all-activity-flag): Doc fix.
8614         (rcirc-channels): Remove variable.
8615         (rcirc-kill-buffer-hook):
8616         (rcirc-get-buffer-create): Add nick to private channel.
8617         (rcirc-multiline-edit-submit): Remove tabs.
8618         (rcirc-put-nick-channel, rcirc-channel-nicks): Look up nicks case
8619         folded.
8620         (rcirc-remove-nick-channel): Bug fix.
8621         (rcirc-toggle-ignore-buffer-activity): Rename from
8622         rcirc-toggle-ignore-channel-activity.
8623         (rcirc-record-activity): Add buffers to the front of the list.
8624         (rcirc-update-activity): Remove killed buffers from list.
8625         (rcirc-process-server-response-1): Remove last argument if it is
8626         null before calling handler.
8627         (rcirc): Add "rcirc" defcustom prefix.
8628         (rcirc-prompt): Simplify default prompt.
8629         Use custom-initialize-default.
8630         (rcirc-private-chats): Remove variable.
8631         (rcirc-prompt): Change initialization.
8632         (rcirc-version): Remove function.
8633         (rcirc-id-string): Add constant.
8634         (rcirc-last-buffer): Remove variable.
8635         (rcirc-buffer-alist): Add variable.
8636         (rcirc-connect): Update variable setup.
8637         (rcirc-sentinel, rcirc-update-prompt): Use `rcirc-buffer-alist'.
8638         (rcirc-trap-errors-flag): Rename from `rcirc-trap-errors' change
8639         default.
8640         (rcirc-handler-generic): Trigger activity.
8641         (rcirc-send-message): Create the buffor of the target.
8642         (rcirc-generate-new-buffer-name): Rename from `rcirc-get-buffer-name'.
8643         (rcirc-get-buffer): Just return nil if there is no matching buffer.
8644         (rcirc-multiline-edit-cancel): Remove function.
8645         (rcirc-set-last-buffer): Remove function.
8646         (rcirc-get-any-buffer): Add function.
8647         (rcirc-join-channels): Don't print /join text.
8648         (rcirc-toggle-ignore-channel-activity): Add and update echo area
8649         messages.
8650         (rcirc-cmd-ctcp): Use rcirc-send-string to send request.
8651         (rcirc-handler-NOTICE): Recognize CTCP responses.
8652         (rcirc-handler-332, rcirc-handler-332): Use a temp buffer for
8653         constructing TOPIC string for buffers we are not JOINed.
8654         (rcirc-handler-CTCP-response): Add handler.
8655         (rcirc-multiline-edit-submit): Restore the window-configuration
8656         before adjusting point.
8657         (rcirc): Add customization group.
8658         (rcirc-server, rcirc-port, rcirc-nick, rcirc-user-name)
8659         (rcirc-user-full-name, rcirc-startup-channels-alist)
8660         (rcirc-fill-flag, rcirc-fill-column, rcirc-fill-prefix)
8661         (rcirc-ignore-all-activity-flag, rcirc-time-format)
8662         (rcirc-input-ring-size, rcirc-read-only-flag)
8663         (rcirc-buffer-maximum-lines, rcirc-authinfo-file-name)
8664         (rcirc-auto-authenticate-flag, rcirc-prompt, rcirc-print-hooks):
8665         Change defvar to defcustom.
8666         (rcirc-update-prompt): Add optional ALL arg, which will update
8667         prompts in all rcirc buffers.  Regexp quote replacement text.
8668         (rcirc-fill-column): Accept frame-width as a value.
8669         (rcirc-set-changed): Add function.
8670         (rcirc-next-active-buffer): Write more meaningful messages.
8671         (rcirc-faces): Add customization group.
8672         (rcirc-my-nick-face, rcirc-other-nick-face, rcirc-server-face)
8673         (rcirc-nick-in-message-face, rcirc-prompt-face)
8674         (rcirc-mode-line-nick-face): Move into rcirc-faces group.
8675         (with-rcirc-process-buffer): Move before first usage.
8676         (rcirc-debug-buffer): Rename from `rcirc-log-buffer'.
8677         (rcirc-debug-flag): Rename from `rcirc-log-p'.
8678         (rcirc-debug): Rename from `rcirc-log'.
8679         (rcirc-format-response-string): Do not print `-' chars for a
8680         NOTICE with no sender.  Simplify output of server responses.
8682 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8684         (rcirc-browse-url-map, rcirc-browse-url-at-point)
8685         (rcirc-browse-url-at-mouse, rcirc-mangle-text):
8686         Make urls mouse and RET clickable.
8688 2005-11-04  Henrik Enberg  <henrik.enberg@telia.com>
8690         * mail/rmailout.el (rmail-output-to-rmail-file, rmail-output): Doc fix.
8692 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
8694         * pgg-pgp.el (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region)
8695         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
8696         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
8697         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
8698         argument to all these routines, so the passphrase can be managed
8699         externally and passed in to the system.
8700         (pgg-pgp-decrypt-region, pgg-pgp-sign-region): Use new name for
8701         pgg-add-passphrase-to-cache function.
8703         * pgg-pgp5.el (pgg-pgp5-encrypt-region, pgg-pgp5-decrypt-region)
8704         (pgg-pgp5-encrypt-symmetric-region, pgg-pgp5-encrypt-symmetric)
8705         (pgg-pgp5-encrypt, pgg-pgp5-decrypt-region, pgg-pgp5-decrypt)
8706         (pgg-pgp5-sign-region, pgg-pgp5-sign): Add optional PASSPHRASE
8707         argument to all these routines, so the passphrase can be managed
8708         externally and passed in to the system.
8709         (pgg-pgp5-sign-region): Use new name of pgg-add-passphrase-to-cache
8710         function.
8712 2005-11-04  Edward O'Connor  <hober0@gmail.com>  (tiny change)
8714         * net/goto-addr.el (goto-address-url-regexp): Remove `data:' URLs
8715         from goto-address-url-regexp.
8717 2005-11-04  Carsten Dominik  <dominik@science.uva.nl>
8719         * textmodes/org.el (org-read-date, org-goto-calendar)
8720         (org-recenter-calendar, org-agenda-goto-calendar):
8721         Temporarily clear `calendar-move-hook'.
8723 2005-11-04  Michael Kifer  <kifer@cs.stonybrook.edu>
8725         * ediff-merge.el (ediff-merge-region-is-non-clash): Return t, if not
8726         merging.
8728         * ediff-util.el (ediff-previous-difference): Don't skip regions that
8729         have merge clashes.
8731 2005-11-04  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
8733         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8734         Undo previous change.
8736         * startup.el (command-line): Use `custom-reevaluate-setting' for
8737         mouse-wheel-down-event and mouse-wheel-up-event.  Don't call
8738         tty-register-default-colors on Mac.
8740 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8742         * progmodes/gdb-ui.el (gdb-buffer-type): Remove duplicate declaration.
8743         (gdb-buffer-type): Make it automatically buffer local...
8744         (gdb-get-create-buffer): ...and set it accordingly.
8745         (gdb-frame-gdb-buffer, gdb-display-gdb-buffer): Make these
8746         actually work.
8748 2005-11-03  Dan Nicolaescu  <dann@ics.uci.edu>
8750         * font-lock.el (font-lock-warning-face): Use the more vivid red1,
8751         not red.
8753 2005-11-04  Nick Roberts  <nickrob@snap.net.nz>
8755         * progmodes/gdb-ui.el (gud-watch): Use save-selected-window in
8756         case GUD buffer is not visible.
8757         (gdb-goto-breakpoint): Try to force display in source buffer.
8758         (gdb-frame-gdb-buffer): Copy other similar functions.
8759         (gdb-restore-windows): Don't display source if not asked for.
8760         (gdb-assembler-buffer-name): Don't capitalise.
8762 2005-11-03  Richard M. Stallman  <rms@gnu.org>
8764         * wid-edit.el (key-sequence): New widget type.
8766         * simple.el (set-mark-command-repeat-pop): New variable.
8767         (set-mark-command): Only interpret plan C-@ after a pop as a pop
8768         if set-mark-command-repeat-pop is true.
8770         * info.el (Info-fontify-node): Don't display extra "see" if there
8771         already is one here.
8773         * mouse.el: Fix special handling of DEL after dragging a region:
8774         (mouse-drag-region-1): Treat mouse-set-region like mouse-set-point.
8775         (mouse-region-delete-keys): Change to defcustom.  Add [backspace].
8777         * mail/feedmail.el: Use insert-buffer-substring, not insert-buffer.
8779         * textmodes/ispell.el (ispell-command-loop): Change `i' description
8780         not to assume it pertains to an affix.
8782         * textmodes/flyspell.el (flyspell-post-command-hook):
8783         Bind deactivate-mark to prevent deactivation.
8785 2005-11-03  Lars Hansen  <larsh@soem.dk>
8787         * dired-x.el: Add menu bindings for dired-do-find-marked-files,
8788         dired-do-relsymlink, dired-flag-extension, dired-mark-extension,
8789         dired-mark-omitted, dired-do-relsymlink-regexp, dired-omit-mode.
8791 2005-11-03  Romain Francoise  <romain@orebokech.com>
8793         * net/eudcb-mab.el: Now part of GNU Emacs.  Update FSF's address.
8794         Update copyright years.
8796 2005-11-03  Sam Steingold  <sds@gnu.org>
8798         * mwheel.el (mouse-wheel-down-event, mouse-wheel-up-event):
8799         Use system-type instead of window-system because window-system is not
8800         correctly defined during loadup.
8802 2005-11-02  Mark A. Hershberger  <mah@everybody.org>
8804         * xml.el (xml-syntax-table): Allow xml.el to compile in xemacs.
8805         (xml-parse-tag): Join strings separated by a comment properly.
8807 2005-11-02  Andreas Schwab  <schwab@suse.de>
8809         * emacs-lisp/byte-opt.el (byte-optimize-pure-func): Fix last fix.
8811 2005-11-02  Stefan Monnier  <monnier@iro.umontreal.ca>
8813         * emacs-lisp/byte-opt.el (string-to-syntax): Mark it as pure.
8814         (byte-optimize-pure-func): Quote the eval'd value.
8816         * progmodes/perl-mode.el (perl-font-lock-special-syntactic-constructs):
8817         Rename from perl-font-lock-syntactic-face-function.
8818         Change the calling convention so it can be used as a font-lock MATCHER.
8819         Do the parse-partial-sexp loop outselves.
8820         (perl-font-lock-syntactic-keywords): Use it.
8821         (perl-mode): Don't set font-lock-syntactic-face-function any more.
8823 2005-11-02  Nick Roberts  <nickrob@snap.net.nz>
8825         * progmodes/gdb-ui.el (gdb-mouse-until): Make it work in the
8826         disassembly buffer too.
8827         (gdb-exited): Remove overlay arrows when execution has finished.
8828         (gdb-info-frames-custom, gdb-info-threads-custom)
8829         (gdb-info-registers-custom): Don't add inappropriate text
8830         properties if inferior is not active.
8832 2005-11-02  Glenn Morris  <rgm@gnu.org>
8834         * progmodes/fortran.el (fortran-blink-match):
8835         Use `blink-matching-delay'.
8837 2005-11-02  John Mongan  <jmongan@mccammon.ucsd.edu>  (tiny change)
8839         * progmodes/f90.el (f90-match-end): Use `blink-matching-delay'.
8841 2005-11-02  Lars Hansen  <larsh@soem.dk>
8843         * net/tramp.el (tramp-action-out-of-band): Handle scp message
8844         "Permission denied".
8846 2005-11-01  Richard M. Stallman  <rms@gnu.org>
8848         * textmodes/flyspell.el (flyspell-external-point-words):
8849         Pass nil to flyspell-get-word.
8851 2005-11-02  Kim F. Storm  <storm@cua.dk>
8853         * menu-bar.el (menu-bar-options-menu): Show "Shift Movement (CUA)"
8854         item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
8856 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8858         * calendar/cal-menu.el (date, event): Don't declare as dynamic-var.
8859         (calendar-mouse-holidays, calendar-mouse-view-diary-entries)
8860         (calendar-mouse-print-dates): Add optional `event' argument.
8861         Update interactive-spec.
8862         (calendar-mouse-cal-tex-menu, cal-tex-mouse-filofax):
8863         Use `calendar-event-to-date' instead of `event'.
8865 2005-11-02  Masatake YAMATO  <jet@gyve.org>
8867         * progmodes/ld-script.el (ld-script-builtins):
8868         Add more words: "DATA_SEGMENT_ALIGN", "DATA_SEGMENT_END",
8869         "DATA_SEGMENT_RELRO_END", "LENGTH", "ORIGIN", and "SEGMENT_START".
8870         (auto-mode-alist): Accept .ld, .lds, ld.in and .lds.in.
8872 2005-11-01  Romain Francoise  <romain@orebokech.com>
8874         * vc-sccs.el: Update copyright year.
8875         * ezimage.el: Likewise.
8877 2005-11-01  KOBAYASHI Yasuhiro  <kobayays@otsukakj.co.jp>  (tiny change)
8879         * info.el (Info-fontify-node): Use `string-width' for fontifying
8880         underlined titles.
8882 2005-11-01  Juri Linkov  <juri@jurta.org>
8884         * info.el (Info-fontify-node): Downcase node header keywords Node,
8885         Prev, Next, Up before comparison.
8886         (Info-history): Insert absolute directory name, and put invisible
8887         property on it.
8889 2005-11-01  Juri Linkov  <juri@jurta.org>
8891         * info.el (Info-file-supports-index-cookies): New variable.
8892         (Info-find-node-2): Check makeinfo version for index cookie support.
8893         (Info-index-nodes): Search for nodes with index cookies only when
8894         Info-file-supports-index-cookies is t.  Otherwise, search nodes
8895         with "Index" in the node name.
8896         (Info-index-node): Search index cookie in the current node only when
8897         Info-file-supports-index-cookies is t.  Otherwise, check the word
8898         "Index" in the node name.
8899         (Info-find-emacs-command-nodes): Remove code that searches nodes
8900         with "Index" node name in the top menu.
8902 2005-11-01  Stefan Monnier  <monnier@iro.umontreal.ca>
8904         * progmodes/scheme.el (scheme-mode-variables): Use the default
8905         comment-indent-function.
8907         * faces.el (face-attribute): Handle the case where a face inherits from
8908         a non-existent face.
8910         * simple.el (eval-expression-print-format): Use lisp-readable syntax
8911         for octal and hexa output, and merge the char into the paren.
8912         (kill-new): Use push.
8913         (copy-to-buffer): Use with-current-buffer.
8914         (completion-setup-function): Move code in loop to remove redundancy.
8915         (minibuffer-local-must-match-map): Don't add bindings that duplicate
8916         those inherited from minibuffer-local-completion-map.
8918         * savehist.el (savehist-mode) <defcustom>:
8919         Use custom-set-minor-mode if available.
8920         (savehist-mode) <defun>: Run the minor mode hook, set the custom state
8921         and emit a message if applicable.
8923 2005-11-01  Hrvoje Niksic  <hniksic@xemacs.org>
8925         * savehist.el: Sync up to version 19.
8926         (savehist-mode): New minor mode.
8927         (savehist-file): Use ~/.emacs.d or ~/.xemacs if available.
8928         (savehist-length): Remove (use history-length instead).
8929         (savehist-file-modes): Rename from savehist-modes.
8930         (savehist-save-hook, savehist-loaded): New vars.
8931         (savehist-load): Use savehist-mode.  Try to smooth up transition from
8932         old format to new format.
8933         (savehist-install): Allow savehist-autosave-interval to be nil.
8934         (savehist-save): Run the new hook.  Be more careful to only trim the
8935         history variables.
8936         (savehist-trim-history): New fun.  Replaces savehist-process-for-saving.
8937         (savehist-printable): Print into a buffer rather than char-by-char.
8939 2005-11-01  John Wiegley  <johnw@newartisans.com>
8941         * iswitchb.el (iswitchb-define-mode-map): Re-enable the
8942         toggle-ignore keybinding (C-a).  The author said it had been
8943         disabled much earlier due to a possible incompatibility, but after
8944         many months of usage I have encountered no problems (and it is a
8945         rather useful option, especially for switching to " *temp*").
8947         * net/eudcb-mab.el (eudc-mab-query-internal): Add backend
8948         support for OS/X's AddressBook, by calling out to the open source
8949         program "contacts" (installable through Fink).
8951         * net/eudc.el (eudc-expand-inline): If the
8952         `eudc-multiple-match-handling-method' is set to `all', delete the
8953         query string before inserting the query result.
8955         * eshell/em-ls.el (eshell-do-ls): Add no-op support for --dired
8956         flag, to prevent Eshell from using the system ls when
8957         `eshell-ls-insert-directory' is in used.
8958         (eshell-ls-insert-directory): Disable font-lock in directory
8959         buffer so that Eshell's own fontification is seen.  This broke
8960         recently due to changes in font-lock, so this goes back to version
8961         21 behavior.
8963 2005-11-01  Nick Roberts  <nickrob@snap.net.nz>
8965         * progmodes/gdb-ui.el (gdb-use-inferior-io-buffer): New function.
8966         (menu, toggle-gdb-use-inferior-io-buffer): Get rid of defadvice.
8967         (gdb-many-windows): Doc fix.
8969 2005-10-31  Romain Francoise  <romain@orebokech.com>
8971         * help-fns.el (describe-simplify-lib-file-name): Add autoload cookie.
8973 2005-10-31  Dan Nicolaescu  <dann@ics.uci.edu>
8975         * loadup.el: Load emacs-lisp/syntax, font-lock and jit-lock so
8976         that global-font-lock-mode can be enabled by default.
8978         * font-lock.el (font-lock-keywords, font-lock-mode-internal)
8979         (font-lock-add-keywords, font-lock-remove-keywords)
8980         (font-lock-fontify-buffer): Remove autoload cookies.
8982         * jit-lock.el (jit-lock-register): Likewise.
8984         * emacs-lisp/syntax.el (syntax-ppss): Likewise.
8986 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
8988         * progmodes/gdb-ui.el (gdb-many-windows): Leave window configuration
8989         intact if there is no gud-comint-buffer.
8991 2005-10-31  Luc Teirlinck  <teirllm@auburn.edu>
8993         * progmodes/gud.el (gud-filter): Use comint-update-fence to delete
8994         old prompt comint-prompt-read-only is t and GDB commands are
8995         issued from tool bar etc.
8997 2005-10-31  Masatake YAMATO  <jet@gyve.org>
8999         * vc.el (vc-directory-exclusion-list): Add "{arch}".
9001 2005-10-30  Chong Yidong  <cyd@stupidchicken.com>
9003         * thumbs.el (thumbs-thumbsdir): Default to ~/.emacs.d/thumbs.
9004         (thumbs-thumbsdir): Make .emacs.d if it does not exist.
9006 2005-10-30  Michael Albinus  <michael.albinus@gmx.de>
9008         * net/tramp.el (tramp-chunksize): Escape parentheses in docstring
9009         starting at beginning of line.  Fontification is messed up when
9010         `open-paren-in-column-0-is-defun-start' set to t.
9011         Reported by John Paul Wallington <jpw@pobox.com>.
9013 2005-10-30  Luc Teirlinck  <teirllm@auburn.edu>
9015         * comint.el (comint-send-input): Call `comint-update-fence' when
9016         `comint-process-echoes' and `comint-prompt-read-only' are both
9017         non-nil, to avoid leftover read-only newline.
9019 2005-10-30  Richard M. Stallman  <rms@gnu.org>
9021         * textmodes/flyspell.el (flyspell-external-point-words):
9022         Detect when WORD can't be checked properly because
9023         flyspell-get-word finds just part of it, and move on.
9025         * textmodes/ispell.el (ispell-dictionary-alist-5): Add . as
9026         boundarychar for Polish.
9027         (ispell-dictionary-alist-4): Add . as boundarychar for Italian.
9028         (ispell-dictionary-alist-3): Add . and @ as boundarychars for French.
9030 2005-10-31  Nick Roberts  <nickrob@snap.net.nz>
9032         * progmodes/gdb-ui.el (gdb-tooltip-print-1): Fix regexp.
9033         (gdb-registers-font-lock-keywords): Delete.
9034         (gdb-registers-mode): Don't fontify.
9035         (gdb-info-registers-custom): Use text properties instead as, in
9036         future, changed register values will use font-lock-warning-face.
9037         (gdb-local-font-lock-keywords): Rename to...
9038         (gdb-locals-font-lock-keywords): ...for consistency.
9040 2005-10-30  Andre Spiegel  <spiegel@gnu.org>
9042         * vc.el (vc-switch-backend): Better error message if the buffer is
9043         not visiting a file under version control.
9045         * vc-cvs.el (vc-cvs-delete-file): Commit the file after removing it.
9047 2005-10-29  Chong Yidong  <cyd@stupidchicken.com>
9049         * startup.el (command-line): Use ~/.emacs.d/init.el instead of
9050         ~/.emacs.d/.emacs.
9052 2005-10-29  Richard M. Stallman  <rms@gnu.org>
9054         * replace.el (occur-mode-mouse-goto): Always go to other window.
9055         (occur-mode-goto-occurrence): Always switch in same window.
9057         * simple.el (undo): Display message at end, not at start.
9059         * emacs-lisp/timer.el (timer-activate, timer-activate-when-idle):
9060         New arg REUSE-CELL.
9061         (cancel-timer-internal): New function.
9062         (timer-event-handler): Use cancel-timer-internal,
9063         and pass the cell it returns to timer-activate...
9065         * jit-lock.el (jit-lock-function, jit-lock-stealth-fontify)
9066         (jit-lock-deferred-fontify, jit-lock-context-fontify)
9067         (jit-lock-after-change): Test memory-full.
9069 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
9071         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9072         part of the decoded armor to find the key-identifier.
9073         (pgg-gpg-lookup-key-owner): New function to return the
9074         human-readable identifier of a key owner.
9075         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9076         key itself.
9077         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9078         the key value) if we have a key and can match it against a secret
9079         key.  Also, added a note pointing out fact that the prompt only
9080         indicates the first matching key.
9082         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9083         pgg-decrypt-region.
9084         (pgg-pending-timers): A new hash for tracking the passphrase cache
9085         timers, so that new ones supercede old ones.
9086         (pgg-add-passphrase-to-cache): Rename from
9087         `pgg-add-passphrase-cache' to reduce confusion (all callers
9088         changed).  Modified to cancel old timers when new ones are added.
9089         (pgg-remove-passphrase-from-cache): Rename from
9090         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9091         changed).  Modified to cancel old timers when their keys are
9092         removed from the cache.
9093         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9094         XEmacs, an indirection to delete-itimer.
9095         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9096         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9097         users can only check cache without risk of prompting.  Correct bug in
9098         notruncate behavior.
9099         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9100         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9101         Add informative docstrings.
9102         (pgg-decrypt): Convey provided passphrase in subordinate call to
9103         pgg-decrypt-region.
9105         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9106         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9107         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9108         `passphrase' argument, so the passphrase can be managed externally
9109         and then passed in to the system.
9111         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9112         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9113         so the passphrase cache can be used reliably with identifiers
9114         besides a pgp packet's key id.
9116         * pgg-gpg.el (pgg-pgp-encrypt-region)
9117         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9118         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9119         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9120         argument to all these routines, so the passphrase can be managed
9121         externally and passed in to the system.
9123         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9124         `notruncate' argument, so the passphrase cache can be used
9125         reliably with identifiers besides a pgp packet's key id.
9127 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
9129         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9130         symmetric encryption.
9131         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9132         encrypted session key.
9133         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9134         message ask for the passphrase in a proper way.
9136         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9137         New user commands for symmetric encryption.
9139 2005-10-29  Roland Winkler  <roland.winkler@physik.uni-erlangen.de>
9141         * textmodes/conf-mode.el (conf-assignment-sign)
9142         (conf-assignment-regexp): Fix docstrings.
9143         (conf-mode-initialize): New function.
9144         (conf-mode): Remove optional args.  Use delay-mode-hooks to
9145         recognize recursive calls.
9146         (conf-unix-mode, conf-windows-mode, conf-javaprop-mode)
9147         (conf-space-mode, conf-colon-mode, conf-ppd-mode)
9148         (conf-xdefaults-mode): Use define-derived-mode and
9149         conf-mode-initialize.
9151 2005-10-29  Romain Francoise  <romain@orebokech.com>
9153         * help-fns.el (describe-simplify-lib-file-name): Fix regexp.
9155 2005-10-29  Ken Manheimer  <ken.manheimer@gmail.com>
9157         * pgg-gpg.el (pgg-gpg-select-matching-key): Fix: look at the right
9158         part of the decoded armor to find the key-identifier.
9159         (pgg-gpg-lookup-key-owner): New function to return the
9160         human-readable identifier of a key owner.
9161         (pgg-gpg-lookup-id-from-key-owner): Make it easy to identify the
9162         key itself.
9163         (pgg-gpg-decrypt-region): Prompt with the key owner (rather than
9164         the key value) if we have a key and can match it against a secret
9165         key.  Also, added a note pointing out fact that the prompt only
9166         indicates the first matching key.
9168         * pgg.el (pgg-decrypt): Passing along PASSPHRASE in call to
9169         pgg-decrypt-region.
9170         (pgg-pending-timers): A new hash for tracking the passphrase cache
9171         timers, so that new ones supercede old ones.
9172         (pgg-add-passphrase-to-cache): Rename from
9173         `pgg-add-passphrase-cache' to reduce confusion (all callers
9174         changed).  Modified to cancel old timers when new ones are added.
9175         (pgg-remove-passphrase-from-cache): Rename from
9176         `pgg-remove-passphrase-cache' to reduce confusion (all callers
9177         changed).  Modified to cancel old timers when their keys are
9178         removed from the cache.
9179         (pgg-cancel-timer): In Emacs, an alias for cancel-timer; in
9180         XEmacs, an indirection to delete-itimer.
9181         (pgg-read-passphrase-from-cache, pgg-read-passphrase):
9182         Extract pgg-read-passphrase-from-cache from pgg-read-passphrase so
9183         users can only check cache without risk of prompting.  Correct bug in
9184         notruncate behavior.
9185         (pgg-read-passphrase-from-cache, pgg-read-passphrase)
9186         (pgg-add-passphrase-cache, pgg-remove-passphrase-cache):
9187         Add informative docstrings.
9188         (pgg-decrypt): Convey provided passphrase in subordinate call to
9189         pgg-decrypt-region.
9191 2005-10-20  Ken Manheimer  <ken.manheimer+emacs@gmail.com>
9193         * pgg.el (pgg-encrypt-region, pgg-encrypt-symmetric-region)
9194         (pgg-encrypt-symmetric, pgg-encrypt, pgg-decrypt-region)
9195         (pgg-decrypt, pgg-sign-region, pgg-sign): Add optional
9196         `passphrase' argument, so the passphrase can be managed externally
9197         and then passed in to the system.
9199         * pgg.el (pgg-read-passphrase, pgg-add-passphrase-cache)
9200         (pgg-remove-passphrase-cache): Add optional NOTRUNCATE argument,
9201         so the passphrase cache can be used reliably with identifiers
9202         besides a pgp packet's key id.
9204         * pgg-gpg.el (pgg-pgp-encrypt-region)
9205         (pgg-pgp-encrypt-symmetric-region, pgg-pgp-encrypt-symmetric)
9206         (pgg-pgp-encrypt, pgg-pgp-decrypt-region, pgg-pgp-decrypt)
9207         (pgg-pgp-sign-region, pgg-pgp-sign): Add optional PASSPHRASE
9208         argument to all these routines, so the passphrase can be managed
9209         externally and passed in to the system.
9211         * pgg-gpg.el (pgg-gpg-possibly-cache-passphrase): Add optional
9212         `notruncate' argument, so the passphrase cache can be used
9213         reliably with identifiers besides a pgp packet's key id.
9215 2005-10-29  Sascha Wilde  <swilde@sha-bang.de>
9217         * pgg-gpg.el (pgg-gpg-encrypt-symmetric-region): New function for
9218         symmetric encryption.
9219         (pgg-gpg-symmetric-key-p): New function to check for an symmetric
9220         encrypted session key.
9221         (pgg-gpg-decrypt-region): When decrypting a symmetric encrypted
9222         message ask for the passphrase in a proper way.
9224         * pgg.el (pgg-encrypt-symmetric, pgg-encrypt-symmetric-region):
9225         New user commands for symmetric encryption.
9227 2005-10-28  Bill Wohler  <wohler@newt.com>
9229         * help-mode.el (help-url): New button type.  Calls browse-url.
9230         (help-xref-url-regexp): New regexp to recognize URLs in docstring.
9231         Similar to Info nodes: URL `url'.
9232         (help-make-xrefs): Create help-url buttons for
9233         help-xref-url-regexp matches.
9235 2005-10-29  Nick Roberts  <nickrob@snap.net.nz>
9237         * tool-bar.el (tool-bar-add-item-from-menu)
9238         (tool-bar-local-item-from-menu): Fix doc strings.
9240 2005-10-28  Romain Francoise  <romain@orebokech.com>
9242         * ldefs-boot.el: Update.
9244         * subr.el (locate-library): Move from help-fns.el.
9245         * help-fns.el (locate-library): Move to subr.el.
9247 2005-10-28  Richard M. Stallman  <rms@gnu.org>
9249         * net/tramp.el (tramp-completion-mode): defvar moved up.
9251         * emacs-lisp/easymenu.el (easy-menu-change): Doc fix.
9253         * tool-bar.el (tool-bar-mode): Delete autoload cookie.
9255         * files.el (find-file-noselect): Use %d to format large file size.
9257         * bindings.el (mode-line-format): Add %e.
9259         * loadup.el ("facemenu"): Load unconditionally.
9260         ("image", "international/fontset", "dnd", "mwheel", "tool-bar"):
9261         ("x-dnd"): Load, when appropriate.
9263         * startup.el (command-line): Call before-init-hook earlier.
9264         Warn about some bad characters in -u user name.
9266         * textmodes/flyspell.el (flyspell-large-region): Pass -t if Tex file.
9267         (flyspell-external-point-words): Error if misspelled word is not found.
9268         Set flyspell-large-region-beg at end of word.
9270 2005-10-28  Andreas Schwab  <schwab@suse.de>
9272         * view.el (View-revert-buffer-scroll-page-forward):
9273         Use view-page-size-default.
9275 2005-10-28  Juri Linkov  <juri@jurta.org>
9277         * international/quail.el (quail-get-current-str): Translate last
9278         raw character for deterministic input methods.
9280 2005-10-27  Jay Belanger  <belanger@truman.edu>
9282         * calc/calc-ext.el: Add functions to autoloads.
9283         (math-identity-matrix-p, math-ident-row-p): New functions.
9285         * calc/calc-arith.el (calc-mul-symb-fancy): Add checks for
9286         multiplication by an identity matrix; don't turn multiplication by
9287         an inverse matrix into division.
9288         (math-div-symbol-fancy): Replace division by matrices with
9289         multiplication by inverse.
9291         * calc/calc-misc.el (calcFunc-inv): Check for symbolic matrices.
9293         * calc/calc-alg.el (calcFunc-writeoutpower, math-write-out-power)
9294         (calc-writeoutpower): New functions.
9296 2005-10-27  Romain Francoise  <romain@orebokech.com>
9298         * replace.el (occur-engine): Include colon in mouse-face highlight.
9300         * dired-x.el: Change Maintainer field.
9302 2005-10-26  Chong Yidong  <cyd@stupidchicken.com>
9304         * longlines.el (longlines-mode): Bind after-change-functions to
9305         nil during initial decoding and final encoding.
9307 2005-10-26  Dan Nicolaescu  <dann@ics.uci.edu>
9309         * term.el (term-emulate-terminal, term-handle-colors-array)
9310         (term-handle-ansi-escape): Specify the terminfo capabilities
9311         implemented.
9313 2005-10-26  Richard M. Stallman  <rms@gnu.org>
9315         * info.el (Info-fontify-node): Fix detection of sentence-break
9316         before *Note.
9318 2005-10-26  Romain Francoise  <romain@orebokech.com>
9320         * smerge-mode.el: Add `tools' to file keywords.
9322 2005-10-26  Nick Roberts  <nickrob@snap.net.nz>
9324         * progmodes/gud.el (gud-menu-map): Only display gud-until icon
9325         when the fringe is not available.
9327         * progmodes/gdb-ui.el (def-gdb-auto-updated-buffer)
9328         (def-gdb-auto-update-trigger): Simplify construction.
9329         (gdb-locals-buffer): Use def-gdb-auto-update-trigger instead of
9330         def-gdb-auto-updated-buffer as gdb-info-locals-handler is
9331         defined explicitly.
9332         (gdb-assembler-buffer): Use def-gdb-auto-update-handler instead of
9333         def-gdb-auto-updated-buffer as gdb-invalidate-assembler is
9334         defined explicitly.
9335         (gdb-info-locals-custom): Remove as it's a no-op.
9337 2005-10-25  Chong Yidong  <cyd@stupidchicken.com>
9339         * longlines.el (longlines-mode): Remove narrowing before
9340         performing the initial decoding or final encoding.
9342 2005-10-25  Romain Francoise  <romain@orebokech.com>
9344         * emacs-lisp/find-func.el (find-library-name): Also strip
9345         extension if library name ends in .el, to take advantage of
9346         `find-library-suffixes'.
9348 2005-10-25  Richard M. Stallman  <rms@gnu.org>
9350         * menu-bar.el (menu-bar-help-menu): Say which kind of therapist.
9352 2005-10-25  Juri Linkov  <juri@jurta.org>
9354         * textmodes/texinfo.el (texinfo-mode): Change charset of one
9355         quotation mark from [mule-unicode-0100-24ff] to [japanese-jisx0208].
9357 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9359         * play/blackbox.el (blackbox-mode-map): Move init into declaration.
9360         (blackbox-redefine-key): Add argument `map'.
9362         * jit-lock.el (jit-lock-fontify-now): Be careful not to skip multiline
9363         regions when moving the jit-lock-context-unfontify-pos boundary.
9365 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
9367         * net/browse-url.el (browse-url-of-buffer): Add ".html" to filename.
9369 2005-10-25  Masatake YAMATO  <jet@gyve.org>
9371         * dired-x.el (dired-virtual): Don't use `dired-insert-headerline'.
9373 2005-10-25  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
9375         * play/blackbox.el (blackbox-redefine-key): New function.
9376         (blackbox-mode-map): Use it to remap existing bindings for cursor
9377         motion instead of binding literal keys.
9379 2005-10-25  Glenn Morris  <rgm@gnu.org>
9381         * calendar/diary-lib.el (diary-list-entries): Prevent infloop when
9382         diary does not end in a newline.  Do not assume a blank line at
9383         the start of the diary file.
9385 2005-10-25  Kenichi Handa  <handa@m17n.org>
9387         * international/quail.el (quail-translate-key): If the input
9388         method is deterministic and failed to handle the last key, restart
9389         the key handling loop from an appropriate key.
9391 2005-10-25  Michael Albinus  <michael.albinus@gmx.de>
9393         * vc.el (vc-dired-mode): Extend comment for binding of
9394         `directory-listing-before-filename-regexp'.
9396 2005-10-25  Stefan Monnier  <monnier@iro.umontreal.ca>
9398         * textmodes/texinfo.el (texinfo-mode):
9399         * textmodes/paragraphs.el (sentence-end-base): Use real chars, so as
9400         not to unnecessarily expose emacs-mule's internal char codes.
9402 2005-10-25  Nick Roberts  <nickrob@snap.net.nz>
9404         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Correct help-echo.
9405         Display hand pointer and help-echo on disabled icon too.
9406         (gdb-mouse-until): New function.
9407         (gdb-ann3): Bind it to mouse-2 and drag-mouse-1 in left fringe.
9409 2005-10-24  Chong Yidong  <cyd@stupidchicken.com>
9411         * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
9412         with 2005-10-23 change to doctor.el.
9414         * finder.el (finder-mode-map): Add follow-link binding.
9416 2005-10-25  Kim F. Storm  <storm@cua.dk>
9418         * progmodes/gdb-ui.el (gdb-ann3): Bind mouse-3 in left fringe
9419         to gdb-mouse-toggle-breakpoint-fringe.
9420         (gdb-mouse-toggle-breakpoint-margin): Rename from
9421         gdb-mouse-toggle-breakpoint.  Fix doc.
9422         (gdb-mouse-toggle-breakpoint-fringe): New defun.
9423         (gdb-put-string): Add optional SPROPS arg.  Add props to string.
9424         (gdb-put-breakpoint-icon): Add gdb-bptno and gdb-enabled
9425         string properties also for fringe breakpoint bitmaps.
9427 2005-10-24  Carsten Dominik  <dominik@science.uva.nl>
9429         * textmodes/org.el (org-start-icalendar-file): Fix format form.
9431 2005-10-25  Masatake YAMATO  <jet@gyve.org>
9433         * simple.el (completion-common-substring):
9434         Use `completion-common-substring' prior to `completion-base-size'.
9436 2005-10-24  Hrvoje Niksic  <hniksic@xemacs.org>
9438         * savehist.el: Require CL while compiling.
9439         (savehist-history-variables): Remove.
9440         (savehist-save-minibuffer-history, savehist-additional-variables)
9441         (savehist-minibuffer-history-variables): New vars.
9442         (savehist-save): Use them.
9443         (savehist-uninstall, savehist-minibuffer-hook): New funs.
9444         (savehist-install): New fun, extracted from savehist-load.
9445         (savehist-load): Use them.
9447 2005-10-24  Stefan Monnier  <monnier@iro.umontreal.ca>
9449         * emacs-lisp/lisp-mode.el (easy-mmode-define-global-mode): Don't add
9450         a dummy doc-string-elt property.
9451         (defalias, defvaralias, define-category): Add a docstring property.
9453         * image.el (defimage):
9454         * widget.el (define-widget):
9455         * custom.el (defface, defcustom): Add `doc-string' declaration.
9457         * emacs-lisp/advice.el (ad-make-advised-definition): Fix arg-order.
9458         (defadvice): Add `doc-string' declaration.
9460         * emacs-lisp/byte-run.el (macro-declaration-function):
9461         Handle `doc-string' declarations.
9462         (define-obsolete-function-alias, define-obsolete-variable-alias):
9463         Add `doc-string' declaration.
9465 2005-10-24  Kenichi Handa  <handa@m17n.org>
9467         * international/utf-7.el (utf-7): Add autoload cookie.
9469         * term/x-win.el: Register more Cyrillic characters in x-keysym-table.
9471 2005-10-24  Eli Zaretskii  <eliz@gnu.org>
9473         * makefile.w32-in (autoloads): Use "." instead of $(lisp) in the
9474         list of directories passed to batch-update-autoloads.  Add "." to
9475         the list of the echoed directories.
9477         * pgg-def.el:
9478         * pgg-gpg.el:
9479         * pgg-parse.el:
9480         * pgg-pgp.el:
9481         * pgg-pgp5.el:
9482         * pgg.el: Moved here from the gnus subdirectory.
9484 2005-10-24  Nick Roberts  <nickrob@snap.net.nz>
9486         * progmodes/gud.el (gud-filter): Bind inhibit-read-only to t
9487         in case comint-prompt-read-only is set to t.
9489         * progmodes/gdb-ui.el (gdb-send): Bind inhibit-read-only to t
9490         in case comint-prompt-read-only is set to t.
9492 2005-10-24  Ulf Jasper  <ulf.jasper@web.de>
9494         * calendar/icalendar.el (icalendar-version): Increase to 0.13.
9495         Now a string.
9496         (icalendar-import-format): Handle CLASS, STATUS, URL.
9497         Rename `subject' to `summary'.
9498         (icalendar-import-format-summary): Rename from
9499         `icalendar-import-format-subject'.
9500         (icalendar-import-format-url, icalendar-import-format-status)
9501         (icalendar-import-format-class): New variables.
9502         (icalendar--rris): Take variable argument list.
9503         (icalendar--datestring-to-isodate): Remove unnecessary
9504         calendar-style check when converting dates with explicit month names.
9505         (icalendar-export-region): Change return type of conversion
9506         subroutines.  Bury current buffer unless error occurred.
9507         (icalendar--convert-to-ical)
9508         (icalendar--parse-summary-and-rest): New functions.
9509         (icalendar--convert-ordinary-to-ical)
9510         (icalendar--convert-weekly-to-ical)
9511         (icalendar--convert-yearly-to-ical)
9512         (icalendar--convert-block-to-ical)
9513         (icalendar--convert-cyclic-to-ical)
9514         (icalendar--convert-anniversary-to-ical): Change return type.
9515         Strip trailing blanks from subject.
9516         (icalendar--convert-sexp-to-ical): Change return type.
9517         Strip trailing blanks from subject.  Handle simple sexp
9518         entries as generated by icalendar.el.
9519         (icalendar--convert-float-to-ical)
9520         (icalendar--convert-date-to-ical): Strip trailing blanks from subject.
9521         (icalendar-import-file): Doc fix.
9522         (icalendar--format-ical-event): Handle CLASS, STATUS, URL.
9523         Correct call to icalendar--rris.
9524         (icalendar--convert-ical-to-diary): Doc fix.  Rename `subject' to
9525         `summary'.
9526         (icalendar--add-diary-entry): Rename `subject' to `summary'.
9528 2005-10-24  Romain Francoise  <romain@orebokech.com>
9530         * server.el (server-sentinel): Set query-on-exit flag to nil on
9531         new client processes (it isn't inherited from the server process).
9533         * replace.el (occur-engine): Rearrange text properties.
9535 2005-10-23  Stefan Monnier  <monnier@iro.umontreal.ca>
9537         * emacs-lisp/debug.el (debugger-make-xrefs): Don't assume
9538         case-fold-search is nil.
9539         (debug-help-follow): Use help-xref-interned directly.
9541 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9543         * thumbs.el (thumbs-image-type): Add .pbm.
9545 2005-10-23  Richard M. Stallman  <rms@gnu.org>
9547         * faces.el (inhibit-face-set-after-frame-default): New variable.
9548         (set-face-attribute): Bind it.
9549         (face-set-after-frame-default): Test it.
9551         * help-fns.el (describe-simplify-lib-file-name): New function.
9552         (describe-function-1, describe-variable): Use it.
9554         * faces.el (describe-face): Use describe-simplify-lib-file-name.
9556         * tooltip.el (tooltip-x-offset, tooltip-y-offset): Change defaults.
9557         Eliminate nil as possible value.
9558         (tooltip-hide-delay): Reduce internal-border-width.
9560         * menu-bar.el (menu-bar-file-menu) <dired>: Change help-echo string.
9561         (menu-bar-file-menu) <new-file>: Likewise.
9563         * simple.el (line-move-finish): Ignore fields computing LINE-END.
9565         * international/mule.el (load-with-code-conversion):
9566         Pass full file name to `eval-buffer' unless preloading.
9568         * textmodes/flyspell.el (flyspell-large-region):
9569         Call ispell-check-version.
9571         * textmodes/ispell.el (ispell-local-dictionary-overridden):
9572         Fix the make-variable-buffer-local call that was supposed
9573         to be for this variable.
9574         (ispell-aspell-supports-utf8): Doc fix.
9575         (ispell-find-aspell-dictionaries): Preserve elements of
9576         ispell-dictionary-alist for dictionaries that aspell doesn't report.
9577         (ispell-aspell-find-dictionary): Return nil on error.
9579         * play/doctor.el (doctor-doc): Don't say "psychiatrist".
9580         (doctor-symptoms): Likewise.
9582         * add-log.el (add-log-current-defun): Clean up handling of DEFUNs.
9584 2005-10-23  Chong Yidong  <cyd@stupidchicken.com>
9586         * cus-edit.el (custom-button, custom-button-pressed): New vars.
9587         (custom-raised-buttons): Add :set spec.
9588         (custom-button-unraised, custom-button-pressed-unraised):
9589         New faces, so that custom-raised-buttons actually does something.
9590         (custom-mode): Use custom-button and custom-button-pressed.
9592         * wid-edit.el (widget-specify-button): Don't ignore
9593         widget-mouse-face on graphic terminals.
9594         (widget-move-and-invoke): Cleanup.
9596 2005-10-23  Thien-Thi Nguyen  <ttn@gnu.org>
9598         * whitespace.el (whitespace-cleanup): Doc fix.
9600 2005-10-23  Romain Francoise  <romain@orebokech.com>
9602         * emulation/viper.el (viper-set-hooks): Quote forms passed to
9603         `eval-after-load' to avoid evaluating their result.
9605 2005-10-23  Michael Albinus  <michael.albinus@gmx.de>
9607         * files.el (directory-listing-before-filename-regexp):
9608         New defvar.  Replaces `dired-move-to-filename-regexp' from dired.el.
9610         * dired.el (dired-move-to-filename-regexp): Remove.
9611         All occurences replaced by `directory-listing-before-filename-regexp'.
9613         * dired-x.el, locate.el, vc.el:
9614         Replace `dired-move-to-filename-regexp' by
9615         `directory-listing-before-filename-regexp'.  In vc.el it is
9616         overwritten locally; maybe this can be handled in files.el too.
9618         * net/ange-ftp.el (ange-ftp-date-regexp): Remove.  All occurences
9619         replaced by `directory-listing-before-filename-regexp'.
9621 2005-10-23  Andreas Schwab  <schwab@suse.de>
9623         * font-lock.el (lisp-font-lock-keywords-2): Add eval-at-startup
9624         and eval-next-after-load.
9626 2005-10-23  MIYOSHI Masanori  <miyoshi@meadowy.org>  (tiny change)
9628         * mouse.el (mouse-drag-region): If the *Messages* buffer doesn't
9629         exist, create it.
9631 2005-10-23  Ken Manheimer  <ken.manheimer@gmail.com>
9633         * allout.el: Remove autoloads for mailcrypt and crypt++.
9634         Require pgg, pgg-gpg during compilation.
9635         (allout-version): Increment version number to 2.1, and use a literal
9636         rather than RCS Id.
9637         (allout-default-encryption-scheme): Remove.
9638         (allout-passphrase-verifier-handling)
9639         (allout-passphrase-verifier-string)
9640         (allout-file-passphrase-verifier-string)
9641         (allout-passphrase-hint-string): Rename -key- to -passphrase-.
9642         (allout-passphrase-hint-handling): Rename and simplify.
9643         (allout-init): Use `find-file-hook' if available, otherwise
9644         `find-file-hooks'.
9645         (allout-mode): Use `write-file-functions' if available, otherwise
9646         `local-write-file-hooks' and, instead of making auto-save-hook
9647         buffer local, make the write-file-hook activity contingent to
9648         allout-mode.
9649         (allout-mode): Use key-binding substitution in the docstring.
9650         (allout-kill-line): Spell-out kill ring data structure mutation
9651         instead of using byte-compiler-complaint-provoking `pop'.
9652         (allout-insert-listified): Use `insert' rather than `insert-string'
9653         (allout-toggle-current-subtree-encryption): Update docstring, adjust
9654         to new gpp-based encryption, use new `allout-encrypted-topic-p'.
9655         (allout-encrypt-string): Totally revamped vis new underlying
9656         encryption facilities.
9657         (allout-mc-activate-passwd): Remove.
9658         (allout-obtain-passphrase): New, more or less replaces
9659         allout-mc-activate-passwd.
9660         (allout-encrypted-key-info): More or less replaces
9661         allout-encrypted-text-type.
9662         (outlineify-sticky, outlinify-sticky): Add autoload cookie.
9663         (my-mark-marker): Use `(featurep 'xemacs)'.
9665 2005-10-23  Lars Hansen  <larsh@soem.dk>
9667         * emacs-lisp/bytecomp.el (byte-compile-lambda): New arg add-lambda.
9668         (byte-compile-file-form-defmumble, byte-compile-defun)
9669         (byte-compile-defmacro): Use it.
9670         (byte-compile-form): Don't call byte-compile-set-symbol-position
9671         when a byte-compile handler is called.
9673 2005-10-22  Romain Francoise  <romain@orebokech.com>
9675         * savehist.el (savehist-history-variables): Add `grep-find-history'.
9677         * subr.el (eval-after-load): Convert library name to an absolute
9678         file name using locate-library, since load-history no longer has
9679         library names in it.
9681 2005-10-22  Richard M. Stallman  <rms@gnu.org>
9683         * files.el (make-temp-file): Move from subr.el.
9684         * subr.el (make-temp-file): Move to files.el.
9686         * window.el (get-buffer-window-list): Move from subr.el.
9687         * subr.el (get-buffer-window-list): Move to window.el.
9689         * image.el (image-load-path): Use eval-at-startup to initialize.
9691         * subr.el (eval-at-startup): New macro.
9693         * subr.el: Much rearrangement of functions and division
9694         into pages.  No code changes.
9696 2005-10-22  Kenichi Handa  <handa@m17n.org>
9698         * tar-mode.el (tar-extract): Be sure to call
9699         find-operation-coding-system if set-auto-coding doesn't find a
9700         coding system.
9702 2005-10-22  Kim F. Storm  <storm@cua.dk>
9704         * image.el (image-type-header-regexps): Rename from image-type-regexps.
9705         Change users.
9706         (image-type-file-name-regexps): New defconst.
9707         (image-type-from-data): Simplify loop.
9708         (image-type-from-buffer): New defun.
9709         (image-type-from-file-header): Use it instead of image-type-from-data.
9710         Use image-search-load-path instead of only looking in data-directory.
9711         (image-type-from-file-name): New defun.
9712         (image-search-load-path): Change `pathname' to `filename'.
9713         Make PATH arg optional, default to image-load-path.
9715 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9717         * textmodes/texinfo.el (texinfo-mode): Set sentence-end-base.
9719         * textmodes/paragraphs.el (sentence-end-base): New variable.
9720         (sentence-end): Use sentence-end-base.
9722 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9724         * font-lock.el (font-lock-default-fontify-region): Check the multiline
9725         property independently from the font-lock-multiline variable.
9727 2005-10-21  Richard M. Stallman  <rms@gnu.org>
9729         * emacs-lisp/find-func.el (find-library-name): Doc fix.
9731         * startup.el (command-line): Convert library names
9732         in `load-history' to absolute file names.
9734         * subr.el (symbol-file): Doc fix.
9736         * loadhist.el (file-loadhist-lookup): Call locate-library
9737         instead of find-library-name.  Don't try converting
9738         abs file names to library names, since load-history no longer
9739         has library names in it.
9740         (file-dependents, file-provides, file-requires): Doc fixes.
9742 2005-10-21  Juri Linkov  <juri@jurta.org>
9744         * progmodes/etags.el (tags-table-mode): New function.
9745         (tags-verify-table): Replace initialize-new-tags-table with
9746         tags-table-mode.
9748         * desktop.el (desktop-buffers-not-to-save): Remove TAGS from the
9749         default value.
9750         (desktop-modes-not-to-save): Add tags-table-mode to the
9751         default value.
9753         * info.el (Info-index-next): Add total number of index
9754         alternatives to the message.
9756         * textmodes/fill.el (fill-nobreak-p): Fix first two rules to skip
9757         backward only space (instead of space and period) before looking
9758         at sentence end.
9760         * simple.el (set-variable): Use user-variable-p instead of symbolp.
9761         Add the old variable value as 4th default-value arg of read-string.
9763 2005-10-21  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9765         * cus-face.el (custom-declare-face): Make face from X resources
9766         also on Mac.
9768         * disp-table.el (standard-display-g1, standard-display-graphic):
9769         Refuse to use string glyphs also on Mac.
9770         (standard-display-european): Don't set terminal coding system also
9771         on Mac.
9773         * frame.el (display-screens): Use x-display-screens also on Mac.
9775 2005-10-21  Romain Francoise  <romain@orebokech.com>
9777         * net/rcirc.el: Now part of GNU Emacs.  Update FSF's address.
9779 2005-10-21  Stefan Monnier  <monnier@iro.umontreal.ca>
9781         * progmodes/sh-script.el (sh-font-lock-syntactic-keywords): Make $@
9782         and $? into sexps.
9784         * font-lock.el (font-lock-compile-keywords): Add a help-echo to the
9785         warning face on open-paren-in-column-0.
9787         * emacs-lisp/syntax.el (syntax-ppss-flush-cache): Fix corner
9788         boundary case.  Fix typo.
9789         Suggested by Martin Rudalics <rudalics@gmx.at>.
9791 2005-10-21  Carsten Dominik  <dominik@science.uva.nl>
9793         * textmodes/org.el (org-combined-agenda-icalendar-file)
9794         (org-icalendar-include-todo, org-icalendar-combined-name): New options.
9795         (org-export-icalendar-this-file)
9796         (org-export-icalendar-all-agenda-files)
9797         (org-export-icalendar-combine-agenda-files): New commands.
9798         (org-export-icalendar, org-print-icalendar-entries)
9799         (org-start-icalendar-file, org-finish-icalendar-file)
9800         (org-ical-ts-to-string): New functions.
9801         (org-read-date, org-goto-calendar)
9802         (org-agenda-goto-calendar): Inhibit displaying diary entries by
9803         call to `calendar'.
9804         (orgtbl-setup): Remove the :keys arguments from the menu description.
9805         (org-after-save-iCalendar-file-hook): New variable.
9807 2005-10-21  Kenichi Handa  <handa@m17n.org>
9809         * language/vietnamese.el (tcvn-5712): Make it an alias of
9810         vietnamese-tcvn coding-system.
9812 2005-10-20  Michael Albinus  <michael.albinus@gmx.de>
9814         * net/ange-ftp.el (ange-ftp-date-regexp): Handle also the case no
9815         group id is given.
9817 2005-10-20  Stefan Monnier  <monnier@iro.umontreal.ca>
9819         * progmodes/sh-script.el (sh-escaped-line-re): New var.
9820         (sh-here-doc-open-re, sh-font-lock-close-heredoc): Use it.
9821         (sh-font-lock-open-heredoc): Try to properly handle heredoc starters
9822         whose line is either continued or ends with a comment.
9824 2005-10-20  Romain Francoise  <romain@orebokech.com>
9826         * net/rcirc.el (with-rcirc-process-buffer): Move above its first user.
9828         * replace.el (occur-engine): Add follow-link property.
9830         * font-core.el (font-lock-mode): Doc fix.
9832 2005-10-20  Richard M. Stallman  <rms@gnu.org>
9834         * net/rcirc.el: New file.
9836 2005-10-20  Bryan Henderson  <bryanh@giraffe-data.com>  (tiny change)
9838         * term.el (term-term-name): Initialize to "eterm-color".
9840 2005-10-20  Ken Manheimer  <ken.manheimer@gmail.com>
9842         * allout.el: Add autoloads of crypt++ and mailcrypt routines, all
9843         for encryption functionality.
9844         Move allout customization subgroup from `editing' to `outlines' group.
9845         Fix commentary keywords to legitimate ones.
9846         Update author info (using my current email address, obscurified).
9847         (allout-encrypt-string, allout-encryption-produce-work-buffer)
9848         (allout-encrypted-topic-p, allout-encrypted-text-type)
9849         (allout-mc-activate-passwd, allout-create-encryption-key-verifier)
9850         (allout-situate-encryption-key-verifier)
9851         (allout-get-encryption-key-verifier, allout-verify-key)
9852         (allout-next-topic-pending-encryption)
9853         (allout-encrypt-decrypted, allout-encrypted-type-prefix): New funcs.
9854         (outline-topic-encryption-bullet, outline-default-encryption-scheme)
9855         (outline-key-verifier-handling, outline-key-hint-handling)
9856         (outline-encrypt-unencrypted-on-saves): New defcustoms.
9857         (allout-file-key-verifier-string, allout-encryption-scheme)
9858         (allout-key-verifier-string, allout-key-hint-string)
9859         (allout-after-save-decrypt): New variables.
9860         (allout-write-file-hook-handler, allout-auto-save-hook-handler)
9861         (allout-after-saves-handler): New hook functions.
9862         (allout-post-command-business): Do allout-after-save-decrypt.
9863         (allout-enable-file-variable-adjustment): Custom var to enable
9864         mechanism for adding and adjusting settings of Emacs file variables.
9865         (allout-adjust-file-variable, allout-file-vars-section-data):
9866         New functions, implement the mechanism.
9867         (outlineify-sticky): Use the file vars mechanism.
9868         (allout-inhibit-protection, allout-during-write-cue)
9869         (allout-override-protect, allout-before-change-protect): Remove.
9870         (allout-flag-region, allout-open-topic): Adjust read-only text.
9871         (allout-open-line-not-read-only): Add to facilitate read-only
9872         text based protection.
9873         (allout-kill-line): Revise to adjust read-only text, clue the
9874         user about the inhibition.
9875         (allout-unprotected): Use unwind-protect.
9876         (allout-shift-in, allout-shift-out): Disallow manually shifting a
9877         topic deeper than the offspring depth of the previous topic -
9878         avoiding confusing "containment discontinuities".
9879         (allout-reindent-bodies): Fix retention of body relative hanging
9880         indent during promotion of collapsed bodies.
9881         (allout-open-topic): Make it easy to open new topic with same
9882         bullet as current topic - topic creation functions provided with
9883         any universal argument provokes now prompt for bullet, defaulting
9884         to the bullet of the previous topic.
9885         (allout-plain-bullets-string, allout-distinctive-bullets-string):
9886         Plain bullet alternates `.' period and `,' comma only.  All other
9887         bullets are relegated to special status (but customizable).
9888         (allout-end-of-entry): Rename from allout-end-of-current-entry
9889         since it actually operates w.r.t. most immediately containing
9890         entry, visible or not.
9891         (allout-hide-current-entry, allout-show-current-entry): Use the
9892         revised version.
9893         (allout-old-expose-topic): Solidify deprecation.
9894         (allout-end-of-subtree): Add so we can span concealed as well
9895         as visible topics.
9896         (allout-end-of-current-subtree): Use `allout-end-of-subtree'.
9897         (allout-end-of-current-heading): Tweak to just respect the first line.
9898         (allout-get-body-text): Add.
9899         (allout-ascend-to-depth, allout-ascend): Position at end of prefix
9900         when invoked interactively.
9901         (allout-up-current-level): Use `interactive-p'.
9902         (allout-mode, allout-init): Miscellaneous docstring and
9903         operational refinements, as well as hookups of new encryption stuff.
9904         (allout-beginning-of-current-entry): Now works as advertised.
9905         (allout-end-of-current-entry): Remove of superfluous allout-show-entry.
9906         (allout-isearch-rectification): Refine condition for isearching.
9907         (allout-isearch-abort, allout-enwrap-isearch)
9908         (allout-flag-region, my-region-active-p): Relocate some macros.
9909         (allout-title): Fallback title is (buffer-name), not
9910         non-existing (current-buffer-name).
9911         (subst-char-in-string): Define if absent (for some XEmacs versions).
9913 2005-10-20  Jari Aalto  <jari.aalto@cante.net>
9915         * mail/sendmail.el (mail-setup-hook, mail-aliases)
9916         (mail-yank-prefix, mail-indentation-spaces, mail-yank-hooks)
9917         (mail-citation-prefix-regexp, mail-signature-file)
9918         (mail-default-headers, mail-bury-selects-summary)
9919         (mail-send-nonascii): Add autoload cookies.
9921 2005-10-20  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
9923         * frame.el (blink-cursor-mode): Add `mac' to the list of
9924         window-system's that support blinking cursor.
9926 2005-10-20  Reiner Steib  <Reiner.Steib@gmx.de>
9928         * textmodes/org.el (org-level-color-stars-only): Fix typo in docstring.
9930 2005-10-20  Eli Zaretskii  <eliz@gnu.org>
9932         * makefile.w32-in ($(lisp)/mh-e/mh-loaddefs.el):
9933         Bind find-file-suppress-same-file-warnings to t, to avoid warnings due
9934         to different drive letter case in D:/foo/bar.el vs d:/foo/bar.el.
9936 2005-10-20  Kim F. Storm  <storm@cua.dk>
9938         * ido.el (ido-is-tramp-root): Simplify regexp matching tramp root.
9939         (ido-set-current-directory): Don't add / after final @.
9940         (ido-file-name-all-completions-1): Adapt to fixed tramp completion.
9941         Explicitly handle ange-ftp completion oddities.
9942         (ido-make-file-list): Don't rotate list at tramp root to avoid
9943         triggering tramp file handler for expand-file-name via get-file-buffer.
9945 2005-10-19  Stefan Monnier  <monnier@iro.umontreal.ca>
9947         * savehist.el (savehist-coding-system): Revert to checking XEmacs.
9949 2005-10-19  Jay Belanger  <belanger@truman.edu>
9951         * calc/calc-units.el (math-standard-units): Add units, adjust
9952         symbols and update values.
9953         (math-unit-prefixes): Add more prefixes.
9955 2005-10-19  Romain Francoise  <romain@orebokech.com>
9957         * bookmark.el (bookmark-menu-heading): New face.
9958         (bookmark-bmenu-list): Use it.
9959         Don't fiddle with `baud-rate' at top-level.
9961 2005-10-18  Chong Yidong  <cyd@stupidchicken.com>
9963         * image.el (create-image, find-image): Mention max-image-size in
9964         docstring.
9966 2005-10-18  Stefan Monnier  <monnier@iro.umontreal.ca>
9968         * savehist.el (savehist-load): Revert to checking XEmacs.
9970         * textmodes/conf-mode.el: Don't use font-lock-defaults-alist.
9971         Various docstring and line-width fixups.
9972         (conf-mode): Use cond.
9973         Set font-lock-defaults.  Don't set comment-use-syntax.
9975 2005-10-18  David Ponce  <david@dponce.com>
9977         * tree-widget.el (tree-widget-button-click): New function.
9978         (tree-widget-button-keymap): Use it.
9980 2005-10-18  Romain Francoise  <romain@orebokech.com>
9982         * bookmark.el (bookmark-insert-location, bookmark-bmenu-list)
9983         (bookmark-bmenu-hide-filenames): Add follow-link property.
9984         Improve help-echo text.
9986         * ffap.el (find-file-at-point): Doc fix.
9988 2005-10-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
9990         * mouse.el (mouse-set-region): Don't do sit-for on a mac frame.
9992 2005-10-18  Masatake YAMATO  <jet@gyve.org>
9994         Install to the CVS repository what I forgot to install in my
9995         2005-10-16 changes.
9997         * progmodes/python.el (python-complete-symbol): Pass the common
9998         prefix substring of completion to `display-completion-list'.
10000         * textmodes/org.el (org-complete): Ditto.
10002 2005-10-18  Masatake YAMATO  <jet@gyve.org>
10004         Fix a bug reported by Sven Joachim <sven_joachim@web.de>.
10006         * woman.el (WoMan-xref-man-page): New button type derived
10007         from `Man-abstract-xref-man-page'.
10008         (woman-mode): Pass `WoMan-xref-man-page' to `Man-highlight-references'.
10010         * man.el (Man-abstract-xref-man-page): New button type.
10011         (Man-xref-man-page): Make it derived from `Man-abstract-xref-man-page'.
10012         (Man-highlight-references): Add new optional argument `xref-man-type'.
10014 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
10016         * progmodes/gud.el (gud-menu-map): Correct condition for fringe.
10018 2005-10-17  Chong Yidong  <cyd@stupidchicken.com>
10020         * cus-edit.el (Custom-move-and-invoke): Delete.
10021         (custom-mode-map): Bind mouse-1 to widget-move-and-invoke.
10023         * wid-edit.el (widget-move-and-invoke): New function, from
10024         Custom-move-and-invoke.
10026 2005-10-17  Bill Wohler  <wohler@newt.com>
10028         Move all remaining images from lisp/toolbar to etc/images, move
10029         lisp/toolbar/tool-bar to lisp and "delete" lisp/toolbar.  Place
10030         the low resolution images in their own directory (low-color).
10032         * toolbar/attach.*, toolbar/cancel.*, toolbar/close.*
10033         * toolbar/copy.*, toolbar/cut.*, toolbar/diropen.*, toolbar/exit.*
10034         * toolbar/help.*, toolbar/home.*, toolbar/index.*, toolbar/info.*
10035         * toolbar/mail.*, toolbar/new.*, toolbar/open.*, toolbar/paste.*
10036         * toolbar/preferences.*, toolbar/print.*, toolbar/save.*
10037         * toolbar/saveas.*, toolbar/search.*, toolbar/search-replace.*
10038         * toolbar/spell.*, toolbar/undo.*: Move to etc/images.
10040         * toolbar/lc-copy.*: Move to etc/images/low-color/copy.*.
10041         * toolbar/lc-cut.*: Move to etc/images/low-color/cut.*.
10042         * toolbar/lc-help.*: Move to etc/images/low-color/help.*.
10043         * toolbar/lc-home.*: Move to etc/images/low-color/home.*.
10044         * toolbar/lc-index.*: Move to etc/images/low-color/index.*.
10045         * toolbar/lc-new.*: Move to etc/images/low-color/new.*.
10046         * toolbar/lc-open.*: Move to etc/images/low-color/open.*.
10047         * toolbar/lc-paste.*: Move to etc/images/low-color/paste.*.
10048         * toolbar/lc-preferences.*: Move to etc/images/low-color/preferences.*.
10049         * toolbar/lc-print.*: Move to etc/images/low-color/print.*.
10050         * toolbar/lc-save.*: Move to etc/images/low-color/save.*.
10051         * toolbar/lc-saveas.*: Move to etc/images/low-color/saveas.*.
10052         * toolbar/lc-search.*: Move to etc/images/low-color/search.*.
10053         * toolbar/lc-spell.*: Move to etc/images/low-color/spell.*.
10054         * toolbar/lc-undo.*: Move to etc/images/low-color/undo.*.
10056         To conform with convention, replace the underscore (_) in the
10057         following image names with dash (-) or (/) as appropriate.
10059         * toolbar/back_arrow.*: Move to etc/images/back-arrow.*.
10060         * toolbar/fld_open.*: Move to etc/images/fld-open.*.
10061         * toolbar/fwd_arrow.*: Move to etc/images/fwd-arrow.*.
10062         * toolbar/jump_to.*: Move to etc/images/jump-to.*.
10063         * toolbar/left_arrow.*: Move to etc/images/left-arrow.*.
10064         * toolbar/right_arrow.*: Move to etc/images/right-arrow.*.
10065         * toolbar/up_arrow.*: Move to etc/images/up-arrow.*.
10066         * toolbar/lc-back_arrow.*: Move to etc/images/low-color/back-arrow.*.
10067         * toolbar/lc-fwd_arrow.*: Move to etc/images/low-color/fwd-arrow.*.
10068         * toolbar/lc-jump_to.*: Move to etc/images/low-color/jump-to.*.
10069         * toolbar/lc-left_arrow.*: Move to etc/images/low-color/left-arrow.*.
10070         * toolbar/lc-right_arrow.*: Move to etc/images/low-color/right-arrow.*.
10071         * toolbar/lc-up_arrow.*: Move to etc/images/low-color/up-arrow.*.
10072         * toolbar/mail_compose.*: Move to etc/images/mail/compose.*.
10073         * toolbar/mail_send.*: Move to etc/images/mail/send.*.
10075         * info.el (info-tool-bar-map): Replace underscores in image names
10076         with dashes.
10078         * makefile.w32-in (WINS): Remove toolbar.
10080         * menu-bar.el: Replace toolbar/tool-bar.el with tool-bar.el in comment.
10082         * tool-bar.el: Move to lisp from toolbar.  Now that
10083         toolbar is empty, it should be deleted when folks run "cvs up -P".
10085 2005-10-18  Jay Belanger  <belanger@truman.edu>
10087         * calc/calc-store.el (calc-store-into): Get the proper variable name
10088         to display in message.
10090 2005-10-18  Nick Roberts  <nickrob@snap.net.nz>
10092         * progmodes/gdb-ui.el (gdb-var-create-handler): Make watch
10093         expressions display in speedbar for all buffers when debugging.
10094         (gdb-speedbar-expand-node): Ensure node contraction is always updated.
10096         * speedbar.el (speedbar-set-mode-line-format): Indent properly.
10097         (speedbar-insert-button, speedbar-make-button):
10098         Use add-text-properties.
10099         (speedbar-update-localized-contents)
10100         (speedbar-update-directory-contents)
10101         (speedbar-update-special-contents): Use dolist.
10102         (speedbar-buffer-easymenu-definition): Add a menu separator.
10104 2005-10-17  Jason Rumney  <jasonr@gnu.org>
10106         * makefile.w32-in: Use $(lisp) consistently.
10107         (pre-mh-loaddefs.el-SH, pre-mh-loaddefs.el-CMD): New targets
10108         for shell specific generation of mh-autoloads.
10110 2005-10-17  Richard M. Stallman  <rms@gnu.org>
10112         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Undo prev change.
10114 2005-10-17  Stefan Monnier  <monnier@iro.umontreal.ca>
10116         * jit-lock.el (jit-lock-fontify-now):
10117         Move jit-lock-context-unfontify-pos to avoid wasted work.
10119 2005-10-17  Michael Albinus  <michael.albinus@gmx.de>
10121         * net/tramp.el (tramp-completion-mode): New defvar.  Used in
10122         `tramp-completion-mode' for checking if we are in completion mode.
10123         (tramp-completion-handle-file-name-all-completions): Reorder code
10124         in order to complete for file names only in case there are no
10125         method/user/host completions.  This is necessary for cooperation
10126         with ido.  Reported by Kim F. Storm <storm@cua.dk>.
10128 2005-10-16  Chong Yidong  <cyd@stupidchicken.com>
10130         * longlines.el (longlines-search-forward)
10131         (longlines-search-backward): Match any number of spaces.
10133 2005-10-16  Thien-Thi Nguyen  <ttn@gnu.org>
10135         * diff-mode.el (diff-mode): Doc fix.
10137 2005-10-16  David Reitter  <david.reitter@gmail.com>
10139         * mail/sendmail.el (send-mail-function): Use mailclient-send-it
10140         as default on darwin and windows systems.
10142 2005-10-16  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10144         * arc-mode.el (archive-zip-extract): Doc fix.
10146 2005-10-16  Romain Francoise  <romain@orebokech.com>
10148         * mouse.el (mouse-1-click-follows-link): Doc fix.
10150 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10152         * savehist.el: Don't require CL at runtime.
10153         (savehist-xemacs): Remove.
10154         (savehist-coding-system): Use utf-8 if present, regardless of religion.
10155         (savehist-no-conversion): Use (featurep 'xemacs).
10156         (savehist-load): Check existence of start-itimer rather than XEmacs.
10157         Use an idle timer.
10158         (savehist-process-for-saving): Replace use of CL funs `subseq' and
10159         `delete-if-not'.
10161 2005-10-16  Hrvoje Niksic  <hniksic@xemacs.org>
10163         * savehist.el: Newer version.
10164         (savehist-autosave-interval, savehist-coding-system, savehist-timer)
10165         (savehist-last-checksum, savehist-no-conversion): New vars.
10166         (savehist-autosave, savehist-process-for-saving, savehist-printable):
10167         New functions.
10168         (savehist-load, savehist-save): Use them.
10169         (savehist-delimit): Remove.
10171 2005-10-16  Stefan Monnier  <monnier@iro.umontreal.ca>
10173         * progmodes/compile.el (compilation-goto-locus): Display the
10174         compilation buffer first and the source buffer second, in case they're
10175         in overlapping frames.  Don't raise the compilation frame if it was the
10176         selected window upon entry.  Pass the `other-window' arg to
10177         pop-to-buffer.
10179         * info.el (Info-fontify-node): Use dolist.
10180         Change add-text-properties to put-text-property.
10182 2005-10-16  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10184         * textmodes/bibtex.el (bibtex-font-lock-url): Catch when point past
10185         bound of search.
10187 2005-10-16  Masatake YAMATO  <jet@gyve.org>
10189         * dabbrev.el (dabbrev-completion): Pass the common
10190         prefix substring of completion to `display-completion-list'.
10192         * filecache.el (file-cache-minibuffer-complete)
10193         (file-cache-complete): Ditto.
10195         * tempo.el (tempo-display-completions): Ditto.
10197         * wid-edit.el (widget-file-complete, widget-color-complete): Ditto.
10199         * emacs-lisp/lisp.el (lisp-complete-symbol): Ditto.
10201         * eshell/em-hist.el (eshell-list-history): Ditto.
10203         * mail/mailabbrev.el (mail-abbrev-complete-alias): Ditto.
10205         * mail/mailalias.el (mail-complete): Ditto.
10207         * progmodes/etags.el (complete-tag): Ditto.
10209         * progmodes/make-mode.el (makefile-complete): Ditto.
10211         * progmodes/meta-mode.el (meta-complete-symbol): Ditto.
10213         * progmodes/octave-mod.el (octave-complete-symbol): Ditto.
10215         * progmodes/pascal.el (pascal-complete-word)
10216         (pascal-show-completions): Ditto.
10218         * textmodes/bibtex.el (bibtex-complete-internal): Ditto.
10220         * simple.el (completion-common-substring): New variable.
10221         (completion-setup-function): Use `completion-common-substring'
10222         to put faces.
10224 2005-10-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10226         * term/mac-win.el: Apply 2005-10-09 change for term/x-win.el.
10227         (x-get-selection, mac-select-convert-to-string): Convert from/to
10228         UTF-16 clipboard data as in native byte order, no BOM.
10230 2005-10-16  Nick Roberts  <nickrob@snap.net.nz>
10232         * progmodes/gud.el (gud-tool-bar-map): Rename the images
10233         appropriately (gud/next, gud/nexti, gud/step, gud/stepi).
10234         (gud-sentinel): Use speedbar-frame to check for speedbar.
10236 2005-10-15  Richard M. Stallman  <rms@gnu.org>
10238         * savehist.el: New file.
10240 2005-10-14  Karl Chen  <quarl@cs.berkeley.edu>
10242         * textmodes/tex-mode.el (tex-font-lock-keywords-2):
10243         Fix bug in \bf fontification.
10245 2005-10-15  Stefan Monnier  <monnier@iro.umontreal.ca>
10247         * pcvs.el (cvs-edit-log-files): New var.
10248         (cvs-mode-edit-log): New arg `file'.
10249         (cvs-edit-log-minor-wrap): Don't set the ignore-marks property.
10250         Instead force the use of the original file and nothing else.
10251         (cvs-edit-log-filelist): Don't use the cvs-mode-* function unless
10252         the cvs-minor-wrap-function is set.
10253         (cvs-do-edit-log): Obey the vars set in cvs-edit-log-minor-wrap.
10255 2005-10-14  Bill Wohler  <wohler@newt.com>
10257         * toolbar/gud-break.*: Moved to etc/images/gud/break.*.
10258         * toolbar/gud-cont.*: Moved to etc/images/gud/cont.*.
10259         * toolbar/gud-down.*: Moved to etc/images/gud/down.*.
10260         * toolbar/gud-finish.*: Moved to etc/images/gud/finish.*.
10261         * toolbar/gud-ni.*: Moved to etc/images/gud/ni.*.
10262         * toolbar/gud-n.*: Moved to etc/images/gud/n.*.
10263         * toolbar/gud-print.*: Moved to etc/images/gud/print.*.
10264         * toolbar/gud-pstar.*: Moved to etc/images/gud/pstar.*.
10265         * toolbar/gud-remove.*: Moved to etc/images/gud/remove.*.
10266         * toolbar/gud-run.*: Moved to etc/images/gud/run.*.
10267         * toolbar/gud-si.*: Moved to etc/images/gud/si.*.
10268         * toolbar/gud-s.*: Moved to etc/images/gud/s.*.
10269         * toolbar/gud-until.*: Moved to etc/images/gud/until.*.
10270         * toolbar/gud-up.*: Moved to etc/images/gud/up.*.
10271         * toolbar/gud-watch.*: Moved to etc/images/gud/watch.*.
10273         * progmodes/gud.el (gud-tool-bar-map): Rename the images
10274         appropriately (for example, gud-break to gud/break).
10276 2005-10-14  Chong Yidong  <cyd@stupidchicken.com>
10278         * longlines.el (longlinges-search-function)
10279         (longlines-search-forward, longlines-search-backward): New functions.
10280         (longlines-mode): Set isearch-search-fun-function to
10281         longlinges-search-function.
10283         * mouse.el (mouse-drag-region-1): Handle the case where a
10284         double-click event is bound to an arbitrary function.
10286 2005-10-14  David Ponce  <david@dponce.com>
10288         * recentf.el (recentf-track-opened-file)
10289         (recentf-track-closed-file, recentf-update-menu)
10290         (recentf-used-hooks, recentf-enabled-p): Move before dialog stuff.
10291         (recentf-dialog-mode-map): Map follow-link to RET, so dialogs obey
10292         mouse-1-click-follows-link.
10294 2005-10-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10296         * toolbar/diropen.xpm, toolbar/diropen.pbm: New versions made from
10297         Gnome file-manager.png.  Suggested by
10298         Joachim Nilsson <joachim.nilsson@vmlinux.org>.
10300         * toolbar/README: Add diropen.xpm.
10302 2005-10-13  Bill Wohler  <wohler@newt.com>
10304         * makefile.w32-in (MH_E_SRC): Rename from MH-E-SRC per NMAKE
10305         restrictions.  Suggested by David Robinow <drobinow@gmail.com>.
10307 2005-10-13  Stefan Monnier  <monnier@iro.umontreal.ca>
10309         * progmodes/mixal-mode.el (mixal-operation-codes-alist):
10310         Don't waste the byte-compiler's time on constant data.
10312 2005-10-13  Kenichi Handa  <handa@m17n.org>
10314         * international/utf-8.el (utf-8-compose): Display an invalid UTF-8
10315         byte with `escape-glyph' face.
10317         * international/fontset.el (ccl-encode-unicode-font):
10318         Lookup utf-subst-table-for-encode, not ucs-mule-cjk-to-unicode.
10319         Handle the case that ucs-mule-to-mule-unicode translates a character to
10320         ASCII (usually for IPA characters).
10322 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10324         * info.el (Info-fontify-node): Don't be fooled by a lone "...".
10325         Don't hide the underline of titles if font-lock-mode is disabled.
10327 2005-10-12  Bill Wohler  <wohler@newt.com>
10329         * makefile.w32-in (MH-E-SRC): New.  Used by mh-autoloads.
10330         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
10331         files in MH-E-SRC have been updated.
10332         (updates, compile, recompile, bootstrap): Depend on mh-autoloads.
10334 2005-10-12  Stefan Monnier  <monnier@iro.umontreal.ca>
10336         * progmodes/mixal-mode.el (mixal-operation-codes): Remove.
10337         (mixal-mode-syntax-table): Add \n as end-comment.
10338         (mixal-operation-codes-alist): Immediately initialize to full value.
10339         (mixal-add-operation-code): Remove.
10340         (mixal-describe-operation-code): Make the arg non-optional.
10341         Use the interactive spec instead.
10342         Use mixal-operation-codes-alist rather than mixal-operation-codes.
10343         (mixal-font-lock-keywords): Don't highlight comments here any more.
10344         (mixal-font-lock-syntactic-keywords): New var.
10345         (mixal-mode): Use it.  Fix comment-start-skip.
10347 2005-10-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10349         * startup.el (command-line-x-option-alist): -nb => -nbi
10351 2005-10-12  Kim F. Storm  <storm@cua.dk>
10353         * startup.el (fancy-splash-default-action): Discard mouse click in
10354         the splash screen window, as it has no sensible meaning in the
10355         next window to be selected.  Fixes error reported by Jan D.
10357 2005-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
10359         * desktop.el (desktop-load-file): Do nothing when FUNCTION is nil.
10361 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10363         * progmodes/mixal-mode.el: Sync with version in the GNU MDK project.
10364         Try to fix up minor layout issues like indentation, line break, etc...
10365         (mixal-mode-syntax-table): Don't try to specify comment syntax,
10366         because it doesn't work.
10367         (mixal-operation-codes): Add some more codes.
10368         (mixal-font-lock-keywords): Process comments here.
10369         (mixal-mode): mixasm no longer needs -g option.
10371 2005-10-11  Sven Joachim  <svenjoac@gmx.de>  (tiny change)
10373         * progmodes/sh-script.el (sh-tmp-file):
10374         Use mktemp -t.  Finish support for es and rc shells.
10376 2005-10-11  Jay Belanger  <belanger@truman.edu>
10378         * calc/calcalg2.el (calc-integral): With an argument, compute the
10379         definite integral.
10381 2005-10-11  Chong Yidong  <cyd@stupidchicken.com>
10383         * mouse.el (mouse-drag-region-1): Don't try to catch a
10384         double-click when doing follow-link (it's overridden anyway).
10386 2005-10-11  Juanma Barranquero  <lekktu@gmail.com>
10388         * emacs-lisp/autoload.el (update-directory-autoloads): Doc fix.
10389         (autoload-print-form-outbuf): Add docstring.
10391 2005-10-11  Juri Linkov  <juri@jurta.org>
10393         * info.el (Info-mode-menu): Delete menu item "Edit".
10394         (Info-mode): Delete description of Info-edit from docstring,
10395         and rearrange descriptions of Info commands in the order
10396         they are documented in the Info manual.
10398 2005-10-11  Stefan Monnier  <monnier@iro.umontreal.ca>
10400         * calendar/appt.el (appt-check): Use diary-selective-display var.
10402 2005-10-10  Richard M. Stallman  <rms@gnu.org>
10404         * net/newsticker.el (newsticker-start, newsticker-show-news):
10405         Add autoload cookies.
10407 2005-10-10  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>
10409         * progmodes/sh-script.el (sh-tmp-file): Use mktemp.
10411 2005-10-10  Karl Chen  <quarl@cs.berkeley.edu>
10413         * jka-cmpr-hook.el (jka-compr-handler): Fix typo in `operations' prop.
10415 2005-10-10  Jay Belanger  <belanger@truman.edu>
10417         * calc/calc-arith.el (math-check-known-scalarp)
10418         (math-check-known-matrixp): Check the values of arguments that are
10419         variables.
10420         (math-check-known-square-matrixp): New function.
10421         (math-known-square-matrixp): Use math-check-known-square-matrixp.
10422         (math-super-types): Add sqmatrix type.
10424         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec): Change the
10425         mode name `square' to `sqmatrix'.
10427         * calc/calc.el (calc-matrix-mode, calc-set-mode-line): Change the
10428         mode name `square' to `sqmatrix'.
10430 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10432         * progmodes/etags.el (select-tags-table-mode): Don't use
10433         selective-display.
10434         (tags-select-tags-table): Pass `button' to the action function.
10435         (select-tags-table): Place the side-info on button properties rather
10436         than in hidden text.  Abbreviate file names.
10437         (select-tags-table-mode-map): Inherit rather than copy buttom-map.
10438         (select-tags-table-select): Add `button' argument.
10439         Get side-info from the button property rather than from hidden text.
10441 2005-10-11  Nick Roberts  <nickrob@snap.net.nz>
10443         * progmodes/gud.el (gud-install-speedbar-variables): Add more bindings.
10444         (gud-speedbar-buttons): Preserve point if possible.
10445         (gud-sentinel): Restore previous speedbar display type.
10447         * progmodes/gdb-ui.el (gdba): Improve diagram.
10448         (def-gdb-auto-update-handler, gdb-info-locals-handler)
10449         (gdb-put-breakpoint-icon, gdb-remove-breakpoint-icons):
10450         Call get-buffer-window once.
10452 2005-10-10  Stefan Monnier  <monnier@iro.umontreal.ca>
10454         * progmodes/pascal.el (pascal-mode-map): Move init into declaration.
10455         (pascal-mode-syntax-table): Make (* *) markers same class as { ... }.
10456         (pascal-indent-command): Remove unused var `ind'.
10457         (pascal-indent-case): Remove unused var `oldpos'.
10458         (pascal-outline-map): Don't inherit from pascal-mode-map anymore,
10459         since it's now used as a proper minor mode map.
10460         (pascal-outline): Rename to pascal-outline-mode.
10461         (pascal-outline-mode): Use define-minor-mode.
10462         (pascal-outline-mode, pascal-outline-change): Use overlays rather than
10463         selective-display.
10465 2005-10-10  Andreas Schwab  <schwab@suse.de>
10467         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Adjust match
10468         number.  Reported by Karl Chen <quarl@cs.berkeley.edu>.
10470         * Makefile.in ($(lisp)/mh-e/mh-loaddefs.el): Fix for building
10471         outside source directory.
10473 2005-10-10  Carsten Dominik  <dominik@science.uva.nl>
10475         * textmodes/org.el (org-mode-map): Explicit definition of `C-c
10476         C-x' as a prefix.
10477         (orgtbl-mode-map): Full keymap instead of sparse, because all
10478         `self-insert-command' keys are redefined in this map.
10479         (org-export-as-html): Specify charset for HTML file, by taking it
10480         from the coding system.
10482 2005-10-10  Kenichi Handa  <handa@m17n.org>
10484         * textmodes/flyspell.el (flyspell-check-word-p):
10485         If unread-command-events is non-empty, don't call sit-for.
10487 2005-10-09  Richard M. Stallman  <rms@gnu.org>
10489         * font-lock.el (font-lock-syntactic-keywords)
10490         (font-lock-keywords): Doc fixes.
10492         * textmodes/flyspell.el (flyspell-external-point-words):
10493         Simplify logic, and don't try to check for consecutive appearances
10494         of one incorrect word.
10496 2005-10-10  Nick Roberts  <nickrob@snap.net.nz>
10498         * speedbar.el (speedbar-buffer-easymenu-definition): Add menu
10499         separator.
10501         * progmodes/gud.el (gud-last-speedbar-buffer): Remove.
10502         (gud-install-speedbar-variables): Add GUD to speedbar "Displays" list.
10503         (gud-expansion-speedbar-buttons): New function.
10504         (gud-speedbar-buttons): Check for gud-comint-buffer.
10506 2005-10-09  Bill Wohler  <wohler@newt.com>
10508         * Makefile.in (updates): Add mh-loaddefs dependency.
10510 2005-10-09  Chong Yidong  <cyd@stupidchicken.com>
10512         * speedbar.el (speedbar-file-key-map): Fix typo.
10514 2005-10-09  Daniel Brockman  <daniel@brockman.se>
10516         * cus-start.el (line-spacing): Add custom spec.
10518 2005-10-09  Romain Francoise  <romain@orebokech.com>
10520         * textmodes/ispell.el (ispell-check-version): Fix last change.
10522 2005-10-09  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10524         * term/x-win.el: Remove -i, --icon-type from comment.
10526         * startup.el (command-line-x-option-alist): Remove options -i,
10527         -itype, --icon-type, added -nb, --no-bitmap-icon
10529 2005-10-09  Nick Roberts  <nickrob@snap.net.nz>
10531         * progmodes/gud.el (gud-speedbar-menu-items): Use :visible
10532         instead of :active.
10534 2005-10-08  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
10536         * textmodes/ispell.el (ispell-check-version):
10537         Ignore hyphen, and all that follows, in aspell's version text.
10539 2005-10-08  Jay Belanger  <belanger@truman.edu>
10541         * calc/calc-arith.el (math-known-square-matrixp): New function.
10542         (math-pow-fancy): Check for matrices before distributing exponent
10543         across products.
10545         * calc/calc-keypd.el (calc-do-keypad): Widen keypad window for
10546         fullscreen keypad.  Suggested by Luc Teirlinck.
10547         (calc-keypad-show-input): Add space for formatting.
10549         * calc/calc-mode.el (calc-matrix-mode, math-get-modes-vec):
10550         Add square matrix option.
10552         * calc/calc-poly.el (math-expand-term): Check for matrices instead
10553         of checking calc-matrix-mode when deciding how to expand.
10555         * calc/calc.el (calc-set-mode-line): Add square matrix option.
10557 2005-10-08  Lars Hansen  <larsh@soem.dk>
10559         * net/tramp.el (tramp-perl-directory-files-and-attributes):
10560         Add error handling.
10561         (tramp-handle-directory-files-and-attributes): Handle perl error msg.
10563 2005-10-08  Michael Albinus  <michael.albinus@gmx.de>
10565         Sync with Tramp 2.0.51.
10567         * net/tramp.el (tramp-handle-set-visited-file-modtime)
10568         (tramp-handle-insert-file-contents, tramp-handle-write-region):
10569         Insert special handling for `last-coding-system-used', again
10570         it still seems to be necessary (unlike stated before).
10571         Reported by Toshinori Sugita <sugita@d-pad.co.jp>.
10572         (tramp-password-prompt-regexp): There might be other words before
10573         trailing ":".  Reported by Kurt Steinkraus <kurt@steinkraus.us>.
10574         (tramp-chunksize): Improve docstring.
10575         (tramp-set-auto-save-file-modes): Octal integer code #o600 breaks
10576         Emacs 20.  Use `tramp-octal-to-decimal' therefore.  Reported by
10577         Christian Joergensen <bugs@razor.dk>.
10579 2005-10-07  Glenn Morris  <rgm@gnu.org>
10581         * progmodes/f90.el (f90-keywords-re, f90-mode): Doc fix.
10582         (f90-font-lock-keywords-2, f90-mode-abbrev-table): Add `double
10583         precision'.
10585 2005-10-07  Romain Francoise  <romain@orebokech.com>
10587         * ibuf-ext.el (ibuffer-do-shell-command-pipe)
10588         (ibuffer-do-shell-command-pipe-replace)
10589         (ibuffer-do-shell-command-file, ibuffer-do-eval)
10590         (ibuffer-do-view-and-eval, ibuffer-do-rename-uniquely)
10591         (ibuffer-do-revert, ibuffer-do-replace-regexp)
10592         (ibuffer-do-query-replace, ibuffer-do-query-replace-regexp)
10593         (ibuffer-do-print, ibuffer-filter-by-mode, ibuffer-filter-by-used-mode)
10594         (ibuffer-filter-by-name, ibuffer-filter-by-filename)
10595         (ibuffer-filter-by-size-gt, ibuffer-filter-by-size-lt)
10596         (ibuffer-filter-by-content, ibuffer-filter-by-predicate
10597         (ibuffer-do-sort-by-major-mode, ibuffer-do-sort-by-mode-name)
10598         (ibuffer-do-sort-by-alphabetic, ibuffer-do-sort-by-size):
10599         Autoload file sans suffix.
10601         * emulation/cua-base.el (cua-toggle-global-mark): Likewise.
10603 2005-10-07  David Ponce  <david@dponce.com>
10605         * recentf.el (recentf-menu-open-all-flag): New option.
10606         (recentf-digit-shortcut-command-name): New function.
10607         (recentf--shortcuts-keymap): New variable.
10608         (recentf-menu-shortcuts): New variable.
10609         (recentf-make-menu-items): Initialize it.  Replace the "More..."
10610         menu item by "All...", if `recentf-menu-open-all-flag' is non-nil.
10611         (recentf-menu-value-shortcut): New function.
10612         (recentf-make-menu-item): Use it.  No more in-lined.
10613         (recentf-dialog-mode-map): Base on `recentf--shortcuts-keymap'.
10614         (recentf-open-most-recent-file): Rename from
10615         `recentf-open-file-with-key'.  Don't depend on key binding.
10616         (recentf-mode-map): New variable.
10617         (recentf-mode): Use it.
10619 2005-10-06  Bill Wohler  <wohler@newt.com>
10621         * mh-e/mh-loaddefs.el: Remove.  Now generated automatically.
10623         * Makefile.in (AUTOGENEL): Add mh-e/mh-loaddefs.el.
10624         (MH-E-SRC): New.  Used by mh-autoloads.
10625         (mh-autoloads): New.  Builds mh-e/mh-loaddefs.el.  Rebuilds if any
10626         files in MH-E-SRC have been updated.
10627         (compile, recompile, bootstrap): Depend on mh-autoloads.
10629 2005-10-07  Nick Roberts  <nickrob@snap.net.nz>
10631         * progmodes/gud.el (gud-menu-map): Only display un-intuitive
10632         gud-break and gud-remove icons when the fringe is not available.
10634         * progmodes/gdb-ui.el (gdb-fringe-width -> gdb-buffer-fringe-width):
10635         Typo.
10637 2005-10-06  Michael Cadilhac  <michael.cadilhac-@t-lrde.epita.fr>  (tiny change)
10639         * play/zone.el (zone): Wrap body with save-window-excursion.
10641 2005-10-06  Stefan Monnier  <monnier@iro.umontreal.ca>
10643         * calendar/cal-menu.el (calendar-mouse-view-diary-entries):
10644         Use the new `list-only' arg to diary-list-entries.
10646         * calendar/diary-lib.el: Use overlays rather than selective-display.
10647         (diary-selective-display): New var.
10648         (diary-header-line-format): Use it.
10649         (diary-list-entries): Add argument `list-only'.
10650         Put the buffer in diary-mode.  Don't add \^M at beg and end.
10651         Replace \^M by invisible overlays.
10652         (diary-unhide-everything): Replace \^M by invisible overlays.
10653         (print-diary-entries): Look for overlays rather than \^M.
10654         Add a space to the temp buffer name.
10655         (diary-show-all-entries, mark-diary-entries, make-diary-entry):
10656         Put the buffer in diary-mode.
10657         (list-sexp-diary-entries): Replace \^M by invisible overlays.
10658         (diary-anniversary): Make the year arg optional.
10659         (diary-time-regexp): New const.
10660         (diary-font-lock-keywords): Use it to accept a few more time formats.
10662         * pcvs.el (cvs-sentinel): Make sure we do re-enable undo.
10664 2005-10-06  Thien-Thi Nguyen  <ttn@gnu.org>
10666         * textmodes/artist.el (artist-ellipse-mirror-quadrant):
10667         Fix bug introduced 2005-07-03: Use (car (last ...))
10668         to faithfully reproduce replaced artist-last.
10669         (artist-set-arrow-points-for-poly): Likewise.
10670         Suggested by Johan Bockg\e,Ae\e(Brd.
10672 2005-10-06  Juanma Barranquero  <lekktu@gmail.com>
10674         * dframe.el (x-pointer-hand2, x-pointer-top-left-arrow):
10675         * wid-edit.el (widget):
10676         * progmodes/gdb-ui.el (gdb-buffer-fringe-width):
10677         * progmodes/vhdl-mode.el (speedbar-attached-frame): Add defvars.
10679 2005-10-06  Kenichi Handa  <handa@m17n.org>
10681         * international/mule-cmds.el (set-language-environment):
10682         Fix setting up of case-table for unibyte mode.
10684         * simple.el (what-cursor-position): If the character is displayed
10685         by some `display' text property, show that.  Don't use
10686         single-key-description for eight-bit characters in multibyte mode.
10688 2005-10-06  Nick Roberts  <nickrob@snap.net.nz>
10690         * progmodes/gdb-ui.el (gdb-fringe-width): New variable.
10691         (gdb-ann3): Set it.
10692         (gdb-put-breakpoint-icon): Don't take fringe-width from speedbar frame.
10693         (gdb-info-frames-custom): Use inverse-video for first five
10694         characters of selected frame only.
10695         (gdb-get-frame-number): Select frame even when point is on frame
10696         number.
10698 2005-10-06  Masatake YAMATO  <jet@gyve.org>
10700         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom):
10701         Put `font-lock-function-name-face'.
10702         (gdb-info-frames-custom): Put `font-lock-function-name-face'
10703         and `font-lock-variable-name-face'
10704         (gdb-registers-font-lock-keywords): New font lock keywords definition.
10705         (gdb-registers-mode): Use `gdb-registers-font-lock-keywords`.
10706         (gdb-memory-font-lock-keywords): New font lock keywords definition.
10707         (gdb-memory-mode): Use `gdb-memory-font-lock-keywords'.
10708         (gdb-local-font-lock-keywords): New font lock keywords definition.
10709         (gdb-locals-mode): Use `gdb-local-font-lock-keywords'
10710         (gdb-threads-font-lock-keywords): New font lock keywords definition.
10711         (gdb-threads-mode): Use `gdb-threads-font-lock-keywords'.
10713 2005-10-05  Michael Kifer  <kifer@cs.stonybrook.edu>
10715         * ediff-merge.el (ediff-merge-region-is-non-clash): New defsubst.
10716         (ediff-merge-region-is-non-clash-to-skip): Previously called
10717         ediff-merge-region-is-non-clash.
10719         * ediff-mult.el (ediff-append-custom-diff, ediff-meta-show-patch):
10720         Use insert-buffer-substring.
10722         * ediff-ptch.el (ediff-fixup-patch-map): Use better heuristics for
10723         selecting files to patch.  Also bug fixes.
10725         * ediff-util.el (ediff-setup): Bug fix.
10726         (ediff-next-difference): Never skip clashes that differ in white
10727         space only.
10729         * ediff-wind.el (ediff-setup-control-frame)
10730         (ediff-destroy-control-frame): Check the menubar feature.
10732         * viper-cmd.el (viper-normalize-minor-mode-map-alist)
10733         (viper-refresh-mode-line): Use make-local-variable to localize
10734         some vars instead of make-variable-buffer-local.  Suggested by
10735         Stefan Monnier.
10737         * viper-init.el (viper-make-variable-buffer-local): Delete alias.
10738         (viper-restore-cursor-type, viper-set-insert-cursor-type):
10739         Use make-local-variable instead of make-variable-buffer-local.
10740         Suggested by Stefan Monnier.
10742         * viper.el (viper-mode): Don't use viper-make-variable-buffer-local.
10743         (viper-comint-mode-hook): Use make-local-variable on
10744         require-final-newline.
10745         (viper-non-hook-settings): Don't use make-variable-buffer-local.
10747 2005-10-05  Stefan Monnier  <monnier@iro.umontreal.ca>
10749         * progmodes/scheme.el (scheme-mode-syntax-table): Mark ; as being
10750         also the second char of a comment-start sequence.
10751         (scheme-sexp-comment-syntax-table): New var.
10752         (lambda, define): Set their scheme-doc-string-elt property.
10753         (scheme-font-lock-syntactic-face-function): Handle sexp-comments.
10754         Use lisp-font-lock-syntactic-face-function now that it properly
10755         handles |...| symbols.
10756         (scheme-mode-variables): Set lisp-doc-string-elt-property,
10757         parse-sexp-lookup-properties and font-lock-extra-managed-props.
10759         * emacs-lisp/lisp-mode.el (lisp-mode-syntax-table): Move the nesting
10760         bit from # to |.
10761         (lisp-font-lock-syntactic-face-function): Distinguish |...| symbols.
10763         * emacs-lisp/lisp-mode.el (lambda): Add its doc-string-elt property.
10764         (lisp-doc-string-elt-property): New var.
10765         (lisp-font-lock-syntactic-face-function): Use it.
10766         Rewrite to recognize docstrings even for forms not at toplevel.
10768         * progmodes/scheme.el (scheme-mode-syntax-table): Put the nested
10769         annotation on the | part of #| rather than on the # part.
10770         (scheme-font-lock-syntactic-face-function): New function, to
10771         distinguish strings from |...| symbols.
10772         (scheme-mode-variables): Use it.  Also fix up the font-lock-time
10773         syntax-table so that #|...|# is properly highlighted.
10775         * emacs-lisp/lisp-mode.el (lisp-font-lock-syntactic-face-function):
10776         Don't mark as docstring the 3rd elem of an unknown toplevel form.
10778 2005-10-04  Stefan Monnier  <monnier@iro.umontreal.ca>
10780         * bindings.el (global-map): Resync [home] and [end] bindings with C-a
10781         and C-e.
10783         * emacs-lisp/eldoc.el: Move comments into docstrings.
10784         (eldoc-message-commands): Initialize in its declaration.
10785         Add move-beginning-of-line and move-end-of-line.
10786         (eldoc-add-command, eldoc-add-command-completions)
10787         (eldoc-remove-command, eldoc-remove-command-completions): Simplify.
10789         * outline.el (outline-mark-subtree): Activate the mark.
10791         * calendar/appt.el (appt-time-regexp): New var.
10792         (appt-add, appt-make-list): Use it.
10793         (appt-convert-time): Clean up.
10795         * textmodes/tex-mode.el (tex-font-lock-syntactic-face-function):
10796         Don't set any syntax-table property here.
10797         (tex-font-lock-verb): New function.  Do it here.
10798         (tex-font-lock-syntactic-keywords): Use it.
10800 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10802         * wid-edit.el (widget-file-complete): Get the widget start point
10803         the right way.  Default directory to `/' if file has none.
10805         * x-dnd.el (x-dnd-drop-data): Check for dedicated windows.
10807         * textmodes/flyspell.el (flyspell-mode-on):
10808         Call ispell-maybe-find-aspell-dictionaries.
10810         * textmodes/ispell.el (ispell-word, ispell-region):
10811         Call ispell-maybe-find-aspell-dictionaries.
10812         (ispell-accept-buffer-local-defs):
10813         Don't call ispell-maybe-find-aspell-dictionaries
10815 2005-10-04  Richard M. Stallman  <rms@gnu.org>
10817         * iswitchb.el (iswitchb-buffer-ignore): Label it risky.
10819 2005-10-04  Emilio C. Lopes  <eclig@gmx.net>
10821         * iswitchb.el (iswitchb-ignore-buffername-p): Use `functionp'
10822         instead of `fboundp' in order to allow for anonymous functions.
10824 2005-10-04  Chong Yidong  <cyd@stupidchicken.com>
10826         * info.el (Info-next, Info-prev, Info-up): Select info buffer, in
10827         case the user clicks on the link while another window is selected.
10828         (Info-speedbar-hierarchy-buttons): Use speedbar-current-frame.
10830         * dframe.el (dframe-update-keymap): Use mouse-1-click-follows-link
10831         functionality.
10832         (dframe-help-echo): Save point in case mouse tracking is off.
10834 2005-10-04  Thien-Thi Nguyen  <ttn@gnu.org>
10836         * net/ange-ftp.el (ange-ftp-ls): Fix typo introduced in last change.
10838 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10840         * progmodes/cc-styles.el (c-setup-paragraph-variables): Make sure we do
10841         not change the global value of those vars.
10843         * progmodes/cc-mode.el (c-basic-common-init): Remove calls to
10844         make-local-variable which we do not need any more.
10846 2005-10-03  Chong Yidong  <cyd@stupidchicken.com>
10848         * speedbar.el (speedbar-ignored-path-regexp, speedbar-line-path)
10849         (speedbar-ignored-path-expressions, speedbar-buffers-line-path)
10850         (speedbar-add-ignored-path-regexp, speedbar-buffers-line-path)
10851         (speedbar-path-line): Define obsolete aliases.
10852         (speedbar-line-directory): Doc fix.
10854         * progmodes/vhdl-mode.el (vhdl-speedbar-initialize)
10855         (vhdl-speedbar-rescan-hierarchy): Call speedbar-line-directory
10856         instead of speedbar-line-path.
10858 2005-10-03  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
10860         * x-dnd.el (x-dnd-drop-data): Don't set dnd-open-file-other-window
10861         to nil if dropping on a window.  Handle dropping on a minibuffer window
10862         like dropping on a non-window part of Emacs.
10864 2005-10-03  Stefan Monnier  <monnier@iro.umontreal.ca>
10866         * net/ange-ftp.el: Use with-current-buffer.
10867         (ange-ftp-insert-directory): Do not follow symlinks any more.
10869         * textmodes/ispell.el (ispell-find-aspell-dictionaries):
10870         Remove interactive spec.
10872 2005-10-03  Kim F. Storm  <storm@cua.dk>
10874         * ido.el (ido-mode): Use custom-initialize-set.
10876 2005-10-02  Richard M. Stallman  <rms@gnu.org>
10878         * progmodes/ebnf2ps.el (ebnf-eps-production-list):
10879         Use insert-buffer-substring.
10881         * net/tramp.el: Pacify byte compiler warnings in pacification code.
10882         (tramp-handle-file-local-copy): Use insert-buffer-substring.
10884 2005-10-02  Stefan Monnier  <monnier@iro.umontreal.ca>
10886         * net/ange-ftp.el (ange-ftp-insert-directory): Undo unintended part
10887         in last change.
10888         (ange-ftp-insert-directory): Fix up the search for the case where
10889         `file' is absolute.
10891 2005-10-02  Romain Francoise  <romain@orebokech.com>
10893         * progmodes/compile.el (compile-goto-error): Delete extra paren.
10895 2005-10-02  Andreas Schwab  <schwab@suse.de>
10897         * ediff-ptch.el (ediff-fixup-patch-map): Handle file names without
10898         directory component in the session info.
10900 2005-10-01  Richard M. Stallman  <rms@gnu.org>
10902         * comint.el (comint-redirect-subvert-readonly): Doc fix.
10904         * simple.el (next-error-internal): New function.
10906         * progmodes/compile.el (compilation-buffer-name): New arg MODE-COMMAND.
10907         (compilation-start): Pass new arg to compilation-buffer-name.
10908         (compile-goto-error): Use next-error-internal.
10910 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10912         * speedbar.el: Remove RCS tag.
10913         (speedbar-check-read-only): Handle non-existent files.
10915         * dframe.el, ezimage.el, sb-image.el: Remove RCS tags.
10917         * info.el (Info-speedbar-hierarchy-buttons)
10918         (Info-speedbar-goto-node): Call speedbar-select-attached-frame.
10920 2005-10-01  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
10922         * textmodes/bibtex.el (bibtex-valid-entry-whitespace-re):
10923         Do not match newline.
10924         (bibtex-realign): Do not use bibtex-valid-entry-whitespace-re.
10925         (bibtex-summary): Remove unnecessary save-excursion.
10926         (bibtex-fill-field-bounds): Use fill-region-as-paragraph.
10928 2005-10-01  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
10930         * term/mac-win.el: Add charset info for "iso10646-1".
10931         Modify default fontset to use ATSUI-compatible fonts for some charsets
10932         if available.
10934 2005-10-01  Chong Yidong  <cyd@stupidchicken.com>
10936         * speedbar.el: Re-apply arch tag.
10937         (speedbar-version): Rename to version 1.0.  Suggested by Eric
10938         M. Ludlam.
10939         Reapply two changes from Emacs CVS' version of speedbar lost
10940         during the merge:
10941         (speedbar-use-imenu-flag): Avoid unnecessary use of locate-library.
10942         (speedbar-frame-parameters): Improve customize type.
10944 2005-09-30  Stefan Monnier  <monnier@iro.umontreal.ca>
10946         * net/ange-ftp.el (ange-ftp-gwp-start): Use with-current-buffer.
10947         (ange-ftp-file-directory-p): Fix the symlink case.
10948         (ange-ftp-insert-directory): When listing a single file, get a list of
10949         the parent buffer and extract the relevant line.  Inspired from a patch
10950         by Katsumi Yamaoka <yamaoka@jpl.org>.
10951         (ange-ftp-file-name-sans-versions): Simplify.
10953 2005-09-30  Bill Wohler  <wohler@newt.com>
10955         Move MH-E image files from toolbar and mail directories into
10956         etc/images.
10958         * mail/reply2.*: Move to etc/images/mail/reply*.
10960         * toolbar/execute.*, toolbar/highlight.*, toolbar/mh-logo.xpm:
10961         * toolbar/page-down.*, toolbar/show.*, toolbar/widen.*: Move to
10962         etc/images.
10964         * toolbar/alias.*, toolbar/refile.*, toolbar/repack.*:
10965         * toolbar/reply*: Move to etc/images/mail.
10967         * toolbar/rescan.*: Move and rename to etc/images/refresh.*.
10969 2005-09-30  Eric M. Ludlam  <zappo@gnu.org>
10971         * speedbar.el: New version 1.0pre3.
10973         Frame management code (including timer, and mouse click specifics)
10974         moved to dframe.el:
10975         (speedbar-attached-frame): Removed.  Use dframe-attached-frame.
10976         (speedbar-timer): Removed.  Use dframe-timer.
10977         (speedbar-close-frame): Removed.  Use dframe-close-frame.
10978         (speedbar-activity-change-focus-flag): Removed.  Use
10979         dframe-activity-change-focus-flag.
10980         (speedbar-update-speed, speedbar-navigating-speed): Obsolete.  Use
10981         dframe-update-speed.
10983         (speedbar-current-frame): New macro.  Use this instead of the
10984         variable speedbar-frame.
10986         (speedbar-use-images, speedbar-expand-image-button-alist)
10987         (speedbar-insert-image-button-maybe): Moved to sb-image.el.
10989         (speedbar-find-image-on-load-path): Removed.  Replaced by
10990         defezimage in ezimage.el.
10991         (speedbar-expand-image-button-alist): Removed.  Replaced by
10992         ezimage-expand-image-button-alist in ezimage.el.
10994         (speedbar-ignored-directory-regexp)
10995         (speedbar-add-ignored-directory-regexp)
10996         (speedbar-ignored-directory-expressions)
10997         (speedbar-line-directory, speedbar-buffers-line-directory)
10998         (speedbar-directory-line, speedbar-buffers-line-directory):
10999         Renamed, replacing `path' with `directory'.
11001         (speedbar-create-directory, speedbar-expand-line-descendants)
11002         (speedbar-toggle-line-expansion)
11003         (speedbar-contract-line-descendants): New commands.
11005         (speedbar-query-confirmation-method, speedbar-select-frame-method)
11006         (speedbar-use-tool-tips-flag): New options.
11008         (speedbar-check-read-only, speedbar-require-version)
11009         (speedbar-insert-separator, speedbar-buffers-tail-notes)
11010         (speedbar-handle-delete-frame, speedbar-try-completion)
11011         (speedbar-update-localized-contents): New functions.
11013         (speedbar-incompatible-version, speedbar-ro-to-do-point)
11014         (speedbar-object-read-only-indicator): New variables.
11016         (speedbar-visiting-tag-hook, speedbar-before-visiting-file-hook):
11017         New hooks.
11019         (speedbar-separator-face): New face.
11021         (speedbar-supported-extension-expressions): Add `.g' and `.ma?k'.
11022         (speedbar-ignored-modes): Add fundamental-mode.
11023         (speedbar-directory-unshown-regexp): Add . directories.
11025         (speedbar-key-map): Remove old SPC and DEL page up/down keys.
11026         (speedbar-file-key-map): Add SPC to toggle node expansion, `[' and
11027         `]' for full expand/close.
11028         (speedbar-buffers-key-map): Add SPC to toggle node expansion.
11030         (speedbar-check-vc): Support hidden files.
11031         (speedbar-vc-check-dir-p): Use vc-state if available for CVS.
11032         (speedbar-this-file-in-vc): Use vc-state if available.  If VC
11033         state is nil, it is not checked out.
11035         (speedbar-line-text, speedbar-line-token): Support expand buttons
11036         with no text.
11037         (speedbar-refresh): Universal argument acts as power-click.
11038         (speedbar-fetch-dynamic-tags): If a buffer is in Emacs, switch to
11039         that buffer to get variable values.
11041         And many other bugfixes.
11043         * dframe.el, ezimage.el, sb-image.el: New files.
11045         * sb-*.xpm: Remove files.  New image files installed into
11046         etc/images/ezimage.
11048 2005-09-30  Kenichi Handa  <handa@m17n.org>
11050         * ps-mule.el (ps-mule-show-warning): If a character is in
11051         ps-print-translation-table, don't treat it as non-printable.
11053 2005-09-30  David Ponce  <david@dponce.com>
11055         * tree-widget.el (tree-widget-themes-load-path): New variable.
11056         (tree-widget-themes-directory): Doc fix.
11057         (tree-widget-image-formats) [Emacs]: Doc fix.
11058         (tree-widget--locate-sub-directory): New function.
11059         (tree-widget-themes-directory): Use it.
11061         * recentf.el (recentf-filename-handlers): Rename from
11062         `recentf-filename-handler'.  Allow a list of functions.
11063         (recentf-menu-items-for-commands): Fix :help strings.
11064         (recentf-apply-filename-handlers): New function.
11065         (recentf-expand-file-name): Use it.
11066         (recentf-cleanup): Remove duplicates too.
11068 2005-09-29  Juri Linkov  <juri@jurta.org>
11070         * faces.el: Rearrange face definitions to be in the same order as
11071         their face descriptions in "(emacs)Standard Faces".
11073         * isearch.el (isearch, lazy-highlight): Add group `basic-faces'.
11075         * tooltip.el (tooltip): Add group `basic-faces'.
11077         * buff-menu.el (Buffer-menu-buffer): Remove group
11078         `font-lock-highlighting-faces'.
11080         * progmodes/compile.el (compilation-error, compilation-warning)
11081         (compilation-info, compilation-line-number, compilation-column-number):
11082         Change group from `font-lock-highlighting-faces' to `compilation'.
11084         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
11085         (vhdl-font-lock-attribute-face, vhdl-font-lock-enumvalue-face)
11086         (vhdl-font-lock-function-face, vhdl-font-lock-directive-face)
11087         (vhdl-font-lock-reserved-words-face)
11088         (vhdl-font-lock-translate-off-face, syntax-alist): Remove group
11089         `font-lock-highlighting-faces'.
11091         * cus-edit.el (custom-buffer-sort-alphabetically): Default to nil.
11093 2005-09-28  Kim F. Storm  <storm@cua.dk>
11095         * emulation/cua-base.el: Set CUA move property on additional commands:
11096         up-list, down-list, backward-up-list, end-of-defun beginning-of-defun,
11097         forward-sexp, backward-sexp, forward-list, backward-list.
11099 2005-09-28  Romain Francoise  <romain@orebokech.com>
11101         * comint.el (comint-show-output): Really set point at the
11102         beginning of the output when not using `comint-use-prompt-regexp'.
11104 2005-09-27  Jay Belanger  <belanger@truman.edu>
11106         * calc/calc-lang.el (math-oper-table): Raise the precedence of "/"
11107         in TeX mode.
11109 2005-09-26  Juanma Barranquero  <lekktu@gmail.com>
11111         * textmodes/org.el (org-table-sum): Fix format string.
11113         * textmodes/tex-mode.el (tex-insert-quote, latex-indent):
11114         Quote face names.
11116 2005-09-26  Romain Francoise  <romain@orebokech.com>
11118         * isearch.el (isearch-forward-regexp): Close doc string.
11120 2005-09-25  Richard M. Stallman  <rms@gnu.org>
11122         * simple.el (blink-matching-open): Don't no-op when point is BEGV+1.
11124         * isearch.el (isearch-forward, isearch-forward-regexp): Doc fixes.
11126         * progmodes/compile.el (compilation-error-properties):
11127         When getting the file from the previous error message,
11128         correctly decode the new data format.
11130         * progmodes/cc-cmds.el (c-electric-paren):
11131         Call old-blink-paren only for close-paren.
11133 2005-09-24  Andreas Schwab  <schwab@suse.de>
11135         * term/rxvt.el (rxvt-register-default-colors): Delete redundant
11136         condition.
11138 2005-09-25  Romain Francoise  <romain@orebokech.com>
11140         * dired-aux.el (dired-copy-file-recursive):
11141         * dired.el (dired-delete-file):
11142         * ediff-mult.el (ediff-dir-diff-copy-file):
11143         * ediff-util.el (ediff-test-save-region):
11144         * forms.el (forms-mode):
11145         * ido.el (ido-file-internal, ido-delete-file-at-head):
11146         * log-edit.el (log-edit-done):
11147         * ses.el (ses-yank-resize):
11148         * play/gomoku.el (gomoku-human-plays, gomoku)
11149         (gomoku-human-resigns, gomoku-prompt-for-other-game)
11150         (gomoku-offer-a-draw):
11151         * play/landmark.el (lm-human-resigns, lm):
11152         * net/eudcb-ldap.el (eudc-ldap-check-base):
11153         * play/mpuz.el (mpuz-offer-abort, mpuz-try-letter, mpuz-close-game):
11154         * progmodes/ebrowse.el (ebrowse-find-pattern):
11155         * progmodes/idlw-shell.el (idlwave-shell-set-bp-check):
11156         * textmodes/reftex-index.el (reftex-index-initialize-phrases-buffer):
11157         End `yes-or-no-p' and `y-or-n-p' prompts with question mark and space.
11159         * vc.el (vc-delete-file):
11160         * play/gomoku.el (gomoku-terminate-game, gomoku)
11161         (gomoku-prompt-for-move, gomoku-human-takes-back):
11162         * play/landmark.el (lm-human-takes-back, lm-prompt-for-move)
11163         (lm-start-robot, lm-human-plays): Remove extraneous spaces in messages.
11165 2005-09-24  Dan Nicolaescu  <dann@ics.uci.edu>
11167         * term/rxvt.el (rxvt-register-default-colors): Add support for 255
11168         color rxvt terminals by using the code xterm.el used to use before
11169         2005-04-09 in order to match the colors used by rxvt.
11171 2005-09-24  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
11173         * term/rxvt.el (rxvt-register-default-colors): Add support for 88
11174         colors rxvt-unicode terminals by using the same code as xterm.el.
11176 2005-09-24  Stefan Monnier  <monnier@iro.umontreal.ca>
11178         * textmodes/tex-mode.el (tex-font-lock-append-prop)
11179         (tex-font-lock-suscript, tex-insert-quote, latex-indent): Adjust to the
11180         new symbol used for the tex-verbatim face.
11182 2005-09-24  Emilio C. Lopes  <eclig@gmx.net>
11184         * woman.el (woman-file-name):
11185         * wid-edit.el (widget-file-prompt-value)
11186         (widget-coding-system-prompt-value):
11187         * w32-fns.el (set-w32-system-coding-system):
11188         * vc.el (vc-version-diff, vc-annotate):
11189         * textmodes/reftex-auc.el (reftex-arg-cite)
11190         (reftex-arg-index-tag):
11191         * textmodes/refer.el (refer-get-bib-files):
11192         * textmodes/artist.el (artist-figlet-choose-font):
11193         * terminal.el (terminal-emulator):
11194         * replace.el (occur-read-primary-args):
11195         * rect.el (string-rectangle, string-insert-rectangle):
11196         * ps-print.el (ps-print-preprint):
11197         * progmodes/pascal.el (pascal-goto-defun):
11198         * progmodes/etags.el (visit-tags-table, visit-tags-table-buffer):
11199         * progmodes/compile.el (compilation-find-file):
11200         * printing.el (pr-interactive-n-up):
11201         * play/animate.el (animate-birthday-present):
11202         * net/rcompile.el (remote-compile):
11203         * man.el (man, Man-goto-section, Man-follow-manual-reference):
11204         * mail/rmailsum.el (rmail-summary-search-backward)
11205         (rmail-summary-search):
11206         * mail/rmailout.el (rmail-output-read-rmail-file-name)
11207         (rmail-output-read-file-name):
11208         * mail/rmail.el (rmail-search, rmail-search-backwards):
11209         * mail/mailabbrev.el (merge-mail-abbrevs, rebuild-mail-abbrevs):
11210         * locate.el (locate):
11211         * international/quail.el (quail-show-keyboard-layout):
11212         * international/mule.el (set-buffer-file-coding-system)
11213         (revert-buffer-with-coding-system, set-file-name-coding-system)
11214         (set-terminal-coding-system, set-keyboard-coding-system)
11215         (set-next-selection-coding-system):
11216         * international/mule-diag.el (describe-coding-system)
11217         (describe-font, describe-fontset):
11218         * international/mule-cmds.el (universal-coding-system-argument)
11219         (search-unencodable-char, describe-input-method)
11220         (set-language-environment, describe-language-environment):
11221         * international/codepage.el (codepage-setup):
11222         * international/code-pages.el (codepage-setup):
11223         * info.el (Info-search, Info-follow-reference)
11224         (Info-search-backward):
11225         * emacs-lisp/advice.el (ad-read-advised-function)
11226         (ad-read-advice-class, ad-clear-cache, ad-activate)
11227         (ad-deactivate, ad-update, ad-unadvise, ad-read-advice-name)
11228         (ad-enable-advice, ad-disable-advice, ad-remove-advice)
11229         (ad-read-regexp):
11230         * ediff-util.el (ediff-toggle-regexp-match):
11231         * ediff-ptch.el (ediff-prompt-for-patch-file):
11232         * dired-aux.el (dired-diff):
11233         * diff.el (diff):
11234         * cus-edit.el (custom-variable-prompt):
11235         * calendar/timeclock.el (timeclock-ask-for-project):
11236         * calc/calcalg3.el (calc-get-fit-variables):
11237         * calc/calc-store.el (calc-edit-variable)
11238         (calc-permanent-variable):
11239         * vc-mcvs.el (vc-mcvs-register):
11240         * shadowfile.el (shadow-define-literal-group):
11241         * woman.el (woman-file-name):
11242         * vc.el (vc-version-diff, vc-merge):
11243         * textmodes/reftex-index.el (reftex-index-complete-tag):
11244         * format.el (format-decode-buffer, format-decode-region):
11245         * emulation/viper-cmd.el (viper-read-string-with-history):
11246         * emacs-lisp/debug.el (cancel-debug-on-entry):
11247         * emacs-lisp/checkdoc.el (checkdoc-this-string-valid-engine):
11248         * ediff.el (ediff-merge-revisions)
11249         (ediff-merge-revisions-with-ancestor, ediff-revision):
11250         * completion.el (interactive-completion-string-reader):
11251         * calc/calc-prog.el (calc-user-define-formula):
11252         Follow convention for reading with the minibuffer.
11254 2005-09-24  Steven Huwig  <steven_h@acm.org>  (tiny change)
11256         * progmodes/python.el (python-describe-symbol): Add globals() and
11257         locals() to the arguments of emacs.ehelp.
11259 2005-09-24  Magnus Henoch  <mange@freemail.hu>
11261         * textmodes/ispell.el (ispell-maybe-find-aspell-dictionaries):
11262         New function, code extracted from ispell-valid-dictionary-list.
11263         (ispell-valid-dictionary-list, ispell-accept-buffer-local-defs):
11264         Call it.
11266 2005-09-24  Eli Zaretskii  <eliz@gnu.org>
11268         * subr.el (version-regexp-alist): Extend valid syntax for version
11269         strings: allow any of the characters -,_,+ to separate the
11270         alpha/beta/rc part from the version part.  Doc fix.
11271         (version-to-list): Doc fix.  Bind case-fold-search to t, as advertised.
11273 2005-09-23  David Reitter  <david.reitter@gmail.com>
11275         * mail/mailclient.el: New file.
11277 2005-09-23  Richard M. Stallman  <rms@gnu.org>
11279         * textmodes/flyspell.el (flyspell-highlight-incorrect-region)
11280         (flyspell-incorrect-hook, flyspell-highlight-duplicate-region):
11281         Doc fixes.
11283         * progmodes/cc-mode.el (c-font-lock-init):
11284         Specify font-lock-lines-before.
11286 2005-09-23  Stefan Monnier  <monnier@iro.umontreal.ca>
11288         * smerge-mode.el (smerge-remove-props): Cause re-highlighting of the
11289         whole conflict.
11291 2005-09-23  Carsten Dominik  <dominik@science.uva.nl>
11293         * textmodes/org.el (org-mode-map, orgtbl-mode-map):
11294         Move keybindings with `C-c C-h' prefix to `C-c C-x' prefix.  Make use
11295         of `remap' feature when available.  Additional key bindings for
11296         better tty support.
11297         (org-mode-restart, org-force-self-insert): New commands.
11298         (org-time-stamp-inactive): New command.
11299         (org-remap): New function.
11300         (org-table-auto-blank-field, org-level-color-stars-only): New options.
11301         (org-enable-fixed-width-editor): Move to `org-structure'
11302         customization group.
11303         (org-self-insert-command, orgtbl-self-insert-command): Modify to
11304         blank field after field motion commands.
11306 2005-09-23  Kenichi Handa  <handa@m17n.org>
11308         * international/mule-cmds.el (set-language-environment):
11309         Don't check utf-translate-cjk-lang-env is nil or not on deciding if we
11310         have to call utf-translate-cjk-load-tables.
11312 2005-09-22  Stefan Monnier  <monnier@iro.umontreal.ca>
11314         * mouse.el (mouse-move-drag-overlay): Fix last change.
11316 2005-09-22  David Ponce  <david@dponce.com>
11318         * tree-widget.el (tree-widget-value-create): Fix previous change.
11320 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
11322         * term/xterm.el (terminal-init-xterm): Fix loading rxvt at run time.
11324 2005-09-21  Stefan Monnier  <monnier@iro.umontreal.ca>
11326         * mouse.el (mouse-move-drag-overlay): New function.
11327         (mouse-drag-region-1): Use it.
11328         Try to simplify a bit the state handling.  Handle clicks on links
11329         inside intangible areas.
11330         (mouse-save-then-kill): Minor simplification.
11331         (mouse-secondary-overlay): Make it always non-nil instead of
11332         recreating it each time.
11333         (mouse-start-secondary, mouse-set-secondary, mouse-drag-secondary)
11334         (mouse-kill-secondary, mouse-secondary-save-then-kill):
11335         Simplify accordingly.
11337 2005-09-21  Dan Nicolaescu  <dann@ics.uci.edu>
11339         * term/rxvt.el (rxvt-standard-colors): Fix some colors.
11341 2005-09-20  Michael Kifer  <kifer@cs.stonybrook.edu>
11343         * ediff-ptch.el (ediff-prompt-for-patch-file): More intuitive prompt.
11344         (ediff-file-name-sans-prefix): Treat nil as an empty string.
11345         (ediff-fixup-patch-map): Better heuristic for intuiting the file names
11346         to patch.
11348         * ediff-util.el: Use insert-buffer-substring.
11350         * ediff-vers.el (cvs-run-ediff-on-file-descriptor): Bug fix.
11352         * emulation/viper-cmd.el (viper-change-state): Don't move over the
11353         field boundaries in the minibuffer.
11354         (viper-set-minibuffer-style): Add viper-minibuffer-post-command-hook.
11355         (viper-minibuffer-post-command-hook): New hook.
11356         (viper-line): Don't move cursor at bolp.
11358         * emulation/viper-ex.el (ex-pwd, viper-info-on-file): Fix message.
11360         * emulation/viper-init.el: Add alias to make-variable-buffer-local to
11361         avoid compiler warnings.
11363         * emulation/viper-macs.el (ex-map): Better messages.
11365         * emulation/viper-utils.el (viper-beginning-of-field): New function.
11367         * emulation/viper.el: Replace make-variable-buffer-local with
11368         viper-make-variable-buffer-local everywhere, to avoid warnings.
11370 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11372         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line):
11373         Delete unused var `old-selected-window'.
11374         (mouse-drag-region-1): Delete unused vars `start-frame', `end-of-range'.
11375         (mouse-drag-secondary): Delete unused var `start-frame'.
11377 2005-09-19  Emanuele Giaquinta  <emanuele.giaquinta@gmail.com>  (tiny change)
11379         * term/rxvt.el (terminal-init-rxvt): Add entry for [end].
11381 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11383         * calendar/calendar.el (mark-visible-calendar-date): Save excursion.
11384         Re-indent within 80 columns.  Use inhibit-read-only.
11386 2005-09-19  Romain Francoise  <romain@orebokech.com>
11388         * calendar/diary-lib.el (mark-diary-entries): Revert last change.
11390 2005-09-19  Stefan Monnier  <monnier@iro.umontreal.ca>
11392         * font-lock.el (font-lock-default-fontify-region): Don't add a line
11393         unconditionally, since the after-change-function already did it.
11395 2005-09-19  Miles Bader  <miles@gnu.org>
11397         * net/newsticker.el: Get rid of CVS keyword.
11399 2005-09-19  Johan Bockg\e,Ae\e(Brd  <bojohan+sf@dd.chalmers.se>
11401         * dired-aux.el (dired-handle-overwrite): Don't use `format' here.
11402         The prompt is formatted later.
11404 2005-09-19  David Ponce  <david@dponce.com>
11406         * tree-widget.el (tree-widget-value-create): Save the converted
11407         tree :node widget.
11409 2005-09-19  Juanma Barranquero  <lekktu@gmail.com>
11411         * progmodes/sh-script.el (sh-blink): Fix spurious reference to
11412         variable `message'.
11414 2005-09-18  Michael Albinus  <michael.albinus@gmx.de>
11416         * net/tramp.el (tramp-login-prompt-regexp): Expand regexp in order
11417         to cover prompts like "login as:".  Reported by Slawomir Nowaczyk
11418         <slawomir.nowaczyk.847@student.lu.se>.
11420 2005-09-18  Chong Yidong  <cyd@stupidchicken.com>
11422         * image.el (image-load-path): Use symbol `data-directory' instead
11423         of its value, for backward compatibility with packages that bind
11424         it during `find-image'.  Suggested by Katsumi Yamaoka.
11425         (image-search-load-path): Handle symbols whose values are strings.
11427 2005-09-18  Romain Francoise  <romain@orebokech.com>
11429         * calendar/diary-lib.el (mark-diary-entries): Rearrange to wrap
11430         with-current-buffer form in save-excursion.
11432 2005-09-18  D Goel  <deego@gnufans.org>
11434         * apropos.el (apropos-command): Fix `message' call: first arg
11435         should be a format spec.  In this and all other cases that appear
11436         below and elsewhere in the source code, I made a change only when
11437         two conditions were satisfied: [1] I can think of a possibility
11438         that the arguments would cause an error, for example, the code in
11439         question relies on external variables such as filenames.  [2] I
11440         was sure that the arg to `message' could not have been nil in the code.
11442         * textmodes/tildify.el (tildify-region): Ditto.
11444         * textmodes/reftex-index.el (reftex-index-change-entry)
11445         (reftex-index-phrase-selection-or-word, reftex-query-index-phrase):
11446         * textmodes/reftex-dcr.el (reftex-echo-ref, reftex-echo-cite):
11447         * textmodes/org.el (org-complete, org-deadline, org-schedule)
11448         (org-priority, org-table-sum):
11449         * textmodes/ispell.el (ispell-check-version, ispell-parse-output):
11450         * textmodes/flyspell.el (flyspell-mode-on, flyspell-notify-misspell)
11451         (flyspell-word, flyspell-display-next-corrections):
11452         * textmodes/bibtex.el (bibtex-print-help-message):
11453         * textmodes/artist.el (artist-key-set-point-poly):
11454         * term/mac-win.el (mac-services-insert-text):
11455         * progmodes/vhdl-mode.el (vhdl-warning, vhdl-print-warnings)
11456         (vhdl-hooked-abbrev, vhdl-template-insert-fun)
11457         (vhdl-port-paste-testbench, vhdl-compose-new-component)
11458         (vhdl-compose-configuration):
11459         * progmodes/sh-script.el (sh-blink, sh-show-indent)
11460         (sh-set-indent, sh-learn-line-indent):
11461         * progmodes/ps-mode.el (ps-mode-target-column):
11462         * progmodes/idlwave.el (idlwave-make-tags)
11463         (idlwave-scan-library-catalogs):
11464         * progmodes/idlw-shell.el (idlwave-shell-parse-stack-and-display):
11465         * progmodes/gud.el (gud-jdb-analyze-source):
11466         * progmodes/flymake.el (flymake-log):
11467         * progmodes/ebnf2ps.el (ebnf-generate-region):
11468         * progmodes/cmacexp.el (c-macro-expansion):
11469         * progmodes/ada-xref.el (ada-treat-cmd-string):
11470         * progmodes/ada-mode.el (ada-create-case-exception-substring)
11471         (ada-justified-indent-current, ada-batch-reformat):
11472         * play/zone.el (zone):
11473         * play/landmark.el (lm-move):
11474         * play/decipher.el (decipher-show-alphabet):
11475         * net/newsticker.el (newsticker--display-jump)
11476         (newsticker--display-scroll):
11477         * mail/rmail-spam-filter.el (rsf-add-subject-to-spam-list)
11478         (rsf-add-sender-to-spam-list, rsf-add-region-to-spam-list):
11479         * mail/feedmail.el (feedmail-dump-message-to-queue):
11480         * eshell/esh-proc.el (eshell-remove-process-entry):
11481         * emulation/ws-mode.el (ws-last-error):
11482         * emulation/viper-macs.el (ex-map-read-args, ex-unmap-read-args)
11483         (viper-record-kbd-macro):
11484         * emulation/viper-ex.el (ex-pwd, viper-info-on-file):
11485         * emacs-lisp/lisp-mnt.el (lm-report-bug):
11486         * emacs-lisp/find-func.el (find-function-noselect):
11487         * calendar/timeclock.el (timeclock-status-string)
11488         (timeclock-workday-remaining-string, timeclock-workday-elapsed-string)
11489         (timeclock-when-to-leave-string):
11490         * calendar/icalendar.el (icalendar--convert-ical-to-diary):
11491         * calc/calc-units.el (calc-enter-units-table):
11492         * calc/calc-mode.el (calc-mode-record-mode):
11493         * woman.el (woman-mini-help):
11494         * wdired.el (wdired-change-to-wdired-mode):
11495         * vc.el (vc-retrieve-snapshot):
11496         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke):
11497         * startup.el (display-startup-echo-area-message):
11498         * simple.el (set-goal-column):
11499         * ses.el (ses-command-hook, ses-recalculate-cell):
11500         * server.el (server-process-filter):
11501         * printing.el (pr-interface-txt-print, pr-interface-printify)
11502         (pr-interface-ps):
11503         * pcvs.el (cvs-help):
11504         * log-edit.el (log-edit, log-edit-mode-help):
11505         * iswitchb.el (iswitchb-possible-new-buffer):
11506         * isearch.el (isearch-edit-string):
11507         * image-mode.el (image-mode, image-minor-mode):
11508         * ibuf-macs.el (define-ibuffer-filter):
11509         * hi-lock.el (hi-lock-find-patterns):
11510         * files.el (toggle-read-only):
11511         * ediff-util.el (ediff-copy-diff)
11512         (ediff-write-merge-buffer-and-maybe-kill):
11513         * echistory.el (Electric-history-undefined):
11514         * dnd.el (dnd-insert-text):
11515         * dired-aux.el (dired-query):
11516         * desktop.el (desktop-restore-file-buffer, desktop-lazy-create-buffer):
11517         * bookmark.el (bookmark-bmenu-locate):
11518         * obsolete/fast-lock.el (@top-level) <with-temp-message macro>:
11519         Fix `message' calls to ensure first arg is a format string.
11520         The change was made only when these two conditions were satisfied:
11521         [1] when there is a possibility that the arguments would cause an error
11522         for example, if the code in question relies on external variables
11523         such as filenames, and
11524         [2] if the arg to `message' could not have been nil in the code.
11526         * pcomplete.el (pcomplete--help): Fix `message' format spec.
11527         Not having a %s would be weird, though not technically wrong.
11529 2005-09-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
11531         * term/mac-win.el (mac-add-charset-info): Doc fix.
11533 2005-09-17  Romain Francoise  <romain@orebokech.com>
11535         * shell.el (shell-resync-dirs): Handle echoing processes more
11536         reliably.  Don't insert resync command if `comint-process-echoes'
11537         is non-nil.
11539 2005-09-17  Magnus Henoch  <mange@freemail.hu>
11541         * textmodes/ispell.el (ispell-aspell-supports-utf8): New variable.
11542         (ispell-check-version): Set ispell-aspell-supports-utf8 to t for
11543         aspell versions >= 0.60.
11544         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries
11545         only if ispell-aspell-supports-utf8 is non-nil.
11547 2005-09-17  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
11549         * progmodes/scheme.el (scheme-mode-variables): Use setq to assign
11550         buffer-local value to lisp-indent-function.
11552 2005-09-17  Milan Zamazal  <pdm@zamazal.org>
11554         * progmodes/glasses.el (glasses-make-readable): If
11555         glasses-separator differs from underscore, put appropriate
11556         overlays over underscore characters.
11557         (glasses-convert-to-unreadable): If glasses-separator differs from
11558         underscore, try to convert glasses-separator characters to
11559         underscores.
11561 2005-09-16  Stefan Monnier  <monnier@iro.umontreal.ca>
11563         * calendar/diary-lib.el (mark-diary-entries): Don't move point.
11564         Use with-syntax-table and dolist.
11566 2005-09-16  Carsten Dominik  <dominik@science.uva.nl>
11568         * textmodes/reftex-auc.el:
11569         * textmodes/reftex-cite.el:
11570         * textmodes/reftex-dcr.el:
11571         * textmodes/reftex-global.el:
11572         * textmodes/reftex-parse.el:
11573         * textmodes/reftex-ref.el:
11574         * textmodes/reftex-sel.el:
11575         * textmodes/reftex-toc.el:
11576         * textmodes/reftex-vars.el:
11577         * textmodes/reftex.el: Small changes to remove compiler warnings.
11579         * textmodes/reftex-index.el: Likewise.
11580         (reftex-query-index-phrase): More efficient use of markers.
11582 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11584         * image.el (image-load-path): New variable.
11585         (image-search-load-path): New function.
11586         (find-image): Search for images in `image-load-path'.
11588 2005-09-15  Richard M. Stallman  <rms@gnu.org>
11590         * follow.el: Change Maintainer field.
11592 2005-09-15  David Ponce  <david@dponce.com>
11594         * recentf.el (recentf-save-file-modes): New option.
11595         (recentf-save-list): Use it.
11597 2005-09-15  Nick Roberts  <nickrob@snap.net.nz>
11599         * bindings.el (mode-line-eol-desc, mode-line-coding-system-map)
11600         (mode-line-mule-info, mode-line-modified): Move bindings from
11601         mouse-3 to mouse-1.
11603 2005-09-15  Chong Yidong  <cyd@stupidchicken.com>
11605         * simple.el (sendmail-user-agent-compose): Revert last change.
11607 2005-09-14  Stefan Monnier  <monnier@iro.umontreal.ca>
11609         * net/ange-ftp.el (ange-ftp-process-filter): Revert to ^#+$.
11610         Use with-current-buffer.
11611         (ange-ftp-gwp-start): Remove unused var `gw-user'.
11612         (ange-ftp-guess-hash-mark-size): Remove unused var `result'.
11613         (ange-ftp-insert-directory): Remove unused var `short'.
11614         (ange-ftp-file-name-sans-versions): Remove unused var `host-type'.
11616         * pcvs-defs.el (cvs-version): Recognize CVSNT version string.
11617         (cvs-execute-single-dir): Change default: cvs-1.9 is ancient.
11619         * calendar/cal-menu.el: Don't require easymenu, since we don't use it.
11620         (check-calendar-holidays, diary-list-entries): Autoload.
11621         Otherwise `emacs -q' followed by "mouse-2 -> diary entries" burps.
11622         (calendar-mouse-holidays, calendar-mouse-view-diary-entries): Simplify.
11624         * calendar/diary-lib.el (diary-show-all-entries): Fix last change,
11625         which mistakenly removed a call to display-buffer.
11627 2005-09-14  Juanma Barranquero  <lekktu@gmail.com>
11629         * obsolete/iso-insert.el: Move to obsolete/ from international/.
11631 2005-09-14  Thien-Thi Nguyen  <ttn@gnu.org>
11633         * progmodes/hideshow.el
11634         (hs-hide-comments-when-hiding-all): Remove autoload cookie.
11635         (hs-allow-nesting): New user var.
11636         (hs-discard-overlays): Skip "internal" overlays if nesting allowed.
11637         (hs-hide-block-at-point): When nesting allowed,
11638         if there is already an overlay in place, delete it.
11639         (hs-safety-is-job-n): Delete func; remove call sites.
11640         (hs-hide-level-recursive): Don't pre-clean if nesting allowed.
11641         (hs-overlay-at): New func.
11642         (hs-already-hidden-p, hs-show-block): Use it.
11643         (hs-hide-all): Don't pre-clean if nesting allowed.
11644         (hs-show-all): Temporarily disallow
11645         nesting around call to `hs-discard-overlays'.
11647 2005-09-14  Chong Yidong  <cyd@stupidchicken.com>
11649         * mouse.el (mouse-major-mode-menu): Make `prefix' optional.
11650         Delete unused local var.
11652 2005-09-13  Juanma Barranquero  <lekktu@gmail.com>
11654         * help-fns.el (describe-categories): "?\ " -> "?\s".
11655         (help-do-arg-highlight): Recognize also ARG-n, as in
11656         `move-to-left-margin' (ARG+n is already recognized).  Simplify.
11658         * international/codepage.el (dos-unsupported-char-glyph):
11659         * net/newsticker.el (tool-bar-map, w3-mode-map)
11660         (w3m-minor-mode-map):
11661         * progmodes/vhdl-mode.el (conf-alist, conf-entry, conf-key)
11662         (ent-alist):
11663         * textmodes/reftex-vars.el (reftex-tables-dirty): Add defvars.
11665 2005-09-13  Chong Yidong  <cyd@stupidchicken.com>
11667         * custom.el (custom-push-theme): Handle the case where a symbol is
11668         bound but face properties have not yet been assigned.
11670         * mail/sendmail.el (mail): Use new buffer if `noerase' is `new'.
11671         Fix behavior if noerase is `t' and there is no mail buffer.
11673         * simple.el (sendmail-user-agent-compose): Use a new mail buffer
11674         if `continue' is nil, rather than signal an error.
11676 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11678         * font-lock.el (font-lock-keywords): Add autoload.
11680         * help-fns.el (describe-variable): Rearrange to put source link
11681         in a predictable place.
11683         * net/newsticker.el: New file.
11685 2005-09-12  Stefan Monnier  <monnier@iro.umontreal.ca>
11687         * calendar/calendar.el (calendar-for-loop): Add edebug info.
11688         (calendar-basic-setup): Use the new nil arg.
11689         (number-of-diary-entries): Move to diary-lib.el.
11691         * calendar/diary-lib.el: Use with-current-buffer, match-string.
11692         (diary-list-entries): Use with-syntax-table and dolist.
11693         Rename from list-diary-entries.
11694         Use number-of-diary-entries if `number' is nil.
11695         (diary, diary-view-entries): Use this new name and new nil arg value.
11696         (number-of-diary-entries): Move from calendar.el.
11697         (diary-unhide-everything): New function.
11698         (include-other-diary-files, fancy-diary-display)
11699         (diary-show-all-entries, make-diary-entry): Use it.
11700         (diary-mail-entries): Use buffer-string.
11701         (mark-diary-entries): Fix long standing paren typo.
11702         (diary-sexp-entry): Use count-lines.
11703         (make-diary-entry): Avoid `previous-line'.
11704         (diary-mode-map): New var.
11705         (diary-mode): Redraw cal after saving.  Setup header-line.
11706         (fancy-diary-display-mode): Use local-set-key.
11708         * startup.el (command-line): Try calling various terminal-init-foo-bar
11709         functions by stripping hyphenated suffixes from $TERM.
11711         * files.el (normal-mode): Check boundness of font-lock-keywords.
11713 2005-09-12  Richard M. Stallman  <rms@gnu.org>
11715         * progmodes/compile.el: Don't decide a file's directory
11716         until the user actually tries to go there.
11717         (compilation-next-error-function):
11718         Pass compilation-find-file the directory from the file-struct.
11719         (compilation-internal-error-properties): Separate local FILE-STRUCT
11720         from FILE.  Doc the args better.  Rename arg FMT to FMTS.
11721         (compilation-find-file): Arg DIR renamed to DIRECTORY.
11722         Expand it, and if nil, use default-directory.
11723         (compilation-get-file-structure): Don't mix specified directory
11724         with default directory.  Put specified directory into
11725         file-struct.  Don't make the file name absolute.
11727         * progmodes/compile.el (compilation-error-regexp-alist): Doc fix.
11728         (compile-command): Add autoload.
11729         (compilation-disable-input): Add autoload.
11731 2005-09-11  Stephen Gildea  <gildea@stop.mail-abuse.org>
11733         * time-stamp.el: Mention variable `time-stamp-pattern' in doc
11734         strings of the variables it can override.
11735         (time-stamp): New (as yet undocumented) time-stamp-format escapes
11736         %Q and %q, for fully-qualified domain name and unqualified host name.
11738 2005-09-11  Kim F. Storm  <storm@cua.dk>
11740         * emacs-lisp/authors.el (authors-aliases): Update list.
11741         (authors-fixed-entries): Update mldrag.el entry.
11743 2005-09-10  Alan Mackenzie  <acm@muc.de>
11745         * page.el (narrow-to-page): Exclude _entire_ multi-line delimiter
11746         from the region narrowed to.
11748 2005-09-10  Magnus Henoch  <mange@freemail.hu>
11750         * textmodes/ispell.el (ispell-check-version): Signal an error if
11751         aspell version is less than 0.60.
11753 2005-09-10  Pascal Dupuis  <Pascal.Dupuis@esat.kuleuven.be>  (tiny change)
11755         * progmodes/octave-inf.el (inferior-octave-startup):
11756         Resync current dir at the end.
11758 2005-09-10  Emilio C. Lopes  <eclig@gmx.net>
11760         * woman.el (woman-topic-at-point-default):
11761         Rename to woman-use-topic-at-point-default.
11762         (woman-topic-at-point): Rename to woman-use-topic-at-point.
11763         (woman-file-name): Reflect renames above.  Automatically use the
11764         word at point as topic if woman-use-topic-at-point is non-nil.
11765         Otherwise offer it as default but don't insert it in the
11766         minibuffer.  Also use `test-completion' instead of `assoc' as
11767         suggested by Stefan Monnier.
11769 2005-09-10  Andre Spiegel  <spiegel@gnu.org>
11771         * vc.el (vc-directory, vc-update-change-log): Throw an error on
11772         the attempt to do it over Tramp.  This is not yet supported.
11774 2005-09-10  Eli Zaretskii  <eliz@gnu.org>
11776         * menu-bar.el (menu-bar-menu-frame-live-and-visible-p)
11777         (menu-bar-non-minibuffer-window-p): New functions.
11778         ("Split Window", "Save As..."): Use them.
11779         ("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
11780         ("Print Buffer", "Truncate Long Lines in this Buffer"):
11781         Use menu-bar-menu-frame-live-and-visible-p.
11782         ("Save Buffer", "Insert File", "Open Directory...")
11783         ("Open File...", "Visit New File..."):
11784         Use menu-bar-non-minibuffer-window-p.
11785         (kill-this-buffer-enabled-p, dired <menu-enable>):
11786         Use menu-bar-non-minibuffer-window-p.
11788 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11790         * cus-start.el (all): Don't complain about fringe-related
11791         built-ins if fringes are not supported.  Ditto about
11792         selection-related built-ins.  Fix the test for GTK-related built-ins.
11794         * menu-bar.el ("Split Window", "Postscript Print Buffer (B+W)")
11795         ("Postscript Print Buffer", "Print Region", "Save As...")
11796         ("Save", "Insert File...", "Open Directory...")
11797         ("Open File...", "Visit New File..."")
11798         ("Truncate Long Lines in this Buffer"): Don't look at
11799         menu-updating-frame if this display does not support multiple frames.
11801 2005-09-09  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
11803         * mail/sendmail.el (default-sendmail-coding-system): Doc fix.
11805 2005-09-09  Emilio Lopes  <eclig@gmx.net>
11807         * woman.el: Format- and whitespace-related changes.
11809 2005-09-09  Eli Zaretskii  <eliz@gnu.org>
11811         * woman.el: Fix my email address.
11813 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11815         * progmodes/sh-script.el (sh-skeleton-pair-default-alist): New var.
11816         (sh-mode): Locally set skeleton-pair-default-alist.
11818         * progmodes/make-mode.el (makefile-add-log-defun): Trim the result.
11820         * progmodes/flymake.el: Require `compile' unconditionally.
11822         * mail/sendmail.el (send-mail-function): Add Mailclient alternative.
11824         * woman.el (woman-file-name): Provide a default, not initial input.
11826         * smerge-mode.el (smerge-resolve): Pass args to smerge-remove-props.
11828         * font-lock.el (font-lock-support-mode): Doc fix.
11830         * descr-text.el (describe-property-list): Handle non-symbol prop names.
11832 2005-09-08  Richard M. Stallman  <rms@gnu.org>
11834         * simple.el (blink-matching-open): Get rid of text props from
11835         the string shown in echo area.  Don't permanently set point.
11836         Some rearrangements.
11838 2005-09-08  Reiner Steib  <Reiner.Steib@gmx.de>
11840         * recentf.el (recentf-filename-handler): Add custom choice
11841         `abbreviate-file-name'.
11843         * msb.el (msb--very-many-menus): Fix typo.
11845         * disp-table.el (standard-display-european): Don't set
11846         enable-multibyte-characters to nil.
11848 2005-09-08  David Ponce  <david@dponce.com>
11850         * recentf.el (recentf-show-file-shortcuts-flag): New option.
11851         (recentf-expand-file-name): Doc fix.
11852         (recentf-dialog-mode-map): Define digit shortcuts.
11853         (recentf--files-with-key): New variable.
11854         (recentf-show-digit-shortcut-filter): New function.
11855         (recentf-open-files-items): New function.
11856         (recentf-open-files): Use it.
11857         (recentf-open-file-with-key): New command.
11859 2005-09-08  Chong Yidong  <cyd@stupidchicken.com>
11861         * buff-menu.el (Buffer-menu-sort-by-column): New function.
11862         Suggested by Kim F. Storm.
11863         (Buffer-menu-sort-button-map): Global keymap for sort buttons.
11864         (Buffer-menu-make-sort-button): Use global keymap.
11866 2005-09-07  Michael Albinus  <michael.albinus@gmx.de>
11868         * woman.el (top): Remap `man' command by `woman' in `woman-mode-map'.
11869         (Man-getpage-in-background-advice): Remove defadvice; it isn't
11870         necessary any longer with the remapped command.
11871         (Man-bgproc-sentinel-advice): Remove defadvice which counts
11872         formatting time only.
11874         * net/tramp.el (tramp-action-password)
11875         (tramp-multi-action-password): Compile the password prompt from
11876         `method', `user' and `host'.  Sometimes it isn't obvious which
11877         password to enter, for example with remote files offered by
11878         recentf.el, or with multiple steps.  Suggested by Robert Marshall
11879         <robert@chezmarshall.freeserve.co.uk>.
11881 2005-09-07  Stefan Monnier  <monnier@iro.umontreal.ca>
11883         * progmodes/perl-mode.el (perl-font-lock-syntactic-keywords):
11884         Fix regexp for when "s///" is at the beginning of line.
11886 2005-09-07  Jay Belanger  <belanger@truman.edu>
11888         * calc/calc-poly.el (math-expand-term): Multiply out any powers
11889         when in matrix mode.
11891 2005-09-06  Stefan Monnier  <monnier@iro.umontreal.ca>
11893         * buff-menu.el (Buffer-menu-make-sort-button): Add docstrings, use
11894         non-anonymous functions.
11896 2005-09-06  Chong Yidong  <cyd@stupidchicken.com>
11898         * buff-menu.el (Buffer-menu-make-sort-button): Allow mouse-1 clicks
11899         when using a header line.  Otherwise, use mouse-1-click-follows-link.
11901         * mouse.el (mouse-drag-header-line): Do nothing if the header-line
11902         can't be moved; don't signal an error.
11904 2005-09-05  Chong Yidong  <cyd@stupidchicken.com>
11906         * cus-theme.el (custom-theme-write-faces): Save the current face
11907         spec, not the defface spec.
11909         * custom.el (custom-known-themes): Clarify meaning of "standard".
11910         (custom-push-theme): Save old values in the standard theme.
11911         (disable-theme): Correct typo.
11912         (custom-face-theme-value) Deleted unused function.
11913         (custom-theme-recalc-face): Rewritten to treat enable/disable properly.
11915 2005-09-05  Stefan Monnier  <monnier@iro.umontreal.ca>
11917         * progmodes/compile.el (compilation-goto-locus): Take into account
11918         iconified frames when determining whether the buffer is
11919         already visible.
11920         Don't reset window height if the window already existed.
11922 2005-09-04  Chong Yidong  <cyd@stupidchicken.com>
11924         * custom.el (load-theme): Rename from require-theme.
11925         Add interactive spec.
11926         (enable-theme): Rename from custom-enable-theme.
11927         Add interactive spec.
11928         (disable-theme): Rename from custom-disable-theme.
11929         Add interactive spec.
11930         (custom-make-theme-feature): Doc fix.
11931         (custom-theme-directory): Doc fix.
11932         (provide-theme): Call enable-theme.
11934 2005-09-02  Stefan Monnier  <monnier@iro.umontreal.ca>
11936         * obsolete/lazy-lock.el (lazy-lock-mode):
11937         * obsolete/fast-lock.el (fast-lock-mode): Don't try to turn on
11938         font-lock-mode if it's off.  Print a warning instead.
11940         * progmodes/compile.el (compilation-start): Ignore errors if the
11941         process died before we get to send-eof.
11943         * textmodes/tex-mode.el (tex-send-tex-command, tex-bibtex-file):
11944         Undo last change.  Enclosing the result in quotes broke things on Unix
11945         since tex-send-command passes it through shell-quote-argument.
11946         (tex-send-command): Pass `file' through convert-standard-filename
11947         when possible.
11948         (tex-uptodate-p): Handle the case where TeX hasn't put additional
11949         info in a transcript.
11951 2005-09-02  Dan Nicolaescu  <dann@ics.uci.edu>
11953         * term/xterm.el (terminal-init-xterm): Add eval-when-compile to
11954         fix compilation warning.  Reorder the key definitions to group
11955         together keys emitted by the current version of xterm.
11957         * progmodes/vhdl-mode.el (vhdl-highlight-faces)
11958         (vhdl-speedbar-entity-face, vhdl-speedbar-entity-selected-face):
11959         Reorder predicates to correct min-color usage.
11961 2005-09-01  Chong Yidong  <cyd@stupidchicken.com>
11963         * longlines.el (longlines-mode): Inhibit read-only when encoding.
11964         Kill local variables when longlines-mode is turned off.
11966 2005-09-01  Stefan Monnier  <monnier@iro.umontreal.ca>
11968         * international/mule-cmds.el (set-locale-environment): Soothe compiler.
11970         * obsolete/lazy-lock.el (lazy-lock) <defgroup>: Move from font-lock.el.
11972         * obsolete/fast-lock.el (fast-lock) <defgroup>: Move from font-lock.el.
11974         * font-lock.el (fast-lock, lazy-lock) <defgroup>: Remove.
11975         (font-lock-lines-before): Change default to being inactive.
11976         (font-lock-default-fontify-region): Obey font-lock-lines-before.
11977         (font-lock-after-change-function): Don't handle f-l-lines-before here.
11979 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
11981         * net/tramp.el (tramp-handle-make-auto-save-file-name):
11982         Deactivate temporarily advice if active (not needed for Emacs 22,
11983         but for backwards compatibility).
11984         (tramp-exists-file-name-handler): Rewrite.  First implementation
11985         was too simple.
11986         (tramp-advice-make-auto-save-file-name):
11987         Call `tramp-handle-make-auto-save-file-name' (again, just for
11988         backwards compatibility).
11990 2005-08-31  Reto Zimmermann  <reto@gnu.org>
11992         * progmodes/vhdl-mode.el
11993         (vhdl-update-sensitivity-list): Handle multi-dimensional array access.
11994         (vhdl-end-p): Fix indentation bug "else" after "-- when".
11995         (vhdl-set-default-project): New function (easier setting of default).
11996         (vhdl-port-copy): Handle extended identifiers for generics.
11997         (vhdl-compiler-alist): Better description for error message regexp.
11998         (vhdl-make): Query for target, use previous as default.
11999         (vhdl-port-copy): Fix port copy for port names starting with "signal".
12000         (vhdl-font-lock-keywords-2): Fix fontification for record
12001         el. assign.
12002         (vhdl-speedbar-make-subpack-line): Add package body link.
12003         (vhdl-generate-makefile-1): Not include itself as dependency.
12004         (vhdl-font-lock-init): Highlight c-preprocessor directives.
12005         (vhdl-*ward-syntactic-ws): Skip c-preprocessor directives.
12006         (vhdl-get-syntactic-context): Handle c-preprocessor directives.
12007         (vhdl-update-sensitivity-list): Start scan at opening parenthesis.
12008         (vhdl-fixup-whitespace-region): Fix jumping point (infinite loop).
12009         (vhdl-update-sensitivity-list-buffer): Add string argument for `error'.
12010         (vhdl-import-project): Add string argument for `error'.
12011         (vhdl-compose-configuration)
12012         (vhdl-compose-configuration-architecture): Add configuration
12013         declaration generation.
12014         (vhdl-scan-directory-contents): Scan for block/generate hierarchy.
12015         (vhdl-trailer-re): Add "record" keyword (better indentation).
12016         (vhdl-fixup-whitespace-region): "[^ \t\"-]+" instead of
12017         "[^ \t-\"]+".
12018         (vhdl-font-lock-keywords-2): Not highlight formal parameter after `|'.
12019         (vhdl-testbench-entity-file-name)
12020         (vhdl-testbench-architecture-file-name): Allow separate
12021         customization of testbench file names.
12022         (vhdl-beginning-of-block): Handle optional subprogram parameter list.
12023         (vhdl-get-visible-signals): Allow newline within alias declaration.
12024         (vhdl-update-sensitivity-list): Signal read only on certain attributes.
12025         (vhdl-fixup-whitespace-region): Fix bug with strings (double quotes).
12026         (member-ignore-case): Alias for missing function in XEmacs.
12027         (vhdl-compiler-alist): Add unit-to-file name mapping for Cadence NC.
12028         (vhdl-update-sensitivity-list): Ignore case on read signals.
12029         (vhdl-replace-string): Adjust case only for file names.
12030         (vhdl-update-sensitivity-list): Fix search for read signals.
12031         (vhdl-update-sensitivity-list): Exclude formal parameters.
12032         (vhdl-get-visible-signals): Include aliases of signals.
12033         (vhdl-get-visible-signals): Fix signal name searching.
12034         (vhdl-port-flatten, vhdl-port-reverse-direction): Better message.
12035         (vhdl-fixup-whitespace-region): Fix for character
12036         literals (e.g. `:').
12038 2005-08-31  Juanma Barranquero  <lekktu@gmail.com>
12040         * ansi-color.el (comint-last-output-start):
12041         * bs.el (font-lock-verbose):
12042         * diff-mode.el (add-log-buffer-file-name-function):
12043         * dired-x.el (vm-folder-directory):
12044         * faces.el (help-xref-stack-item):
12045         * files.el (font-lock-keywords):
12046         * find-lisp.el (dired-buffers, dired-subdir-alist):
12047         * ido.el (cua-inhibit-cua-keys):
12048         * log-view.el (cvs-minor-wrap-function):
12049         * outline.el (font-lock-warning-face):
12050         * simple.el (compilation-current-error):
12051         * speedbar.el (ange-ftp-path-format, efs-path-regexp)
12052         (font-lock-keywords, x-pointer-hand2, x-pointer-top-left-arrow):
12053         * tooltip.el (comint-prompt-regexp):
12054         * w32-fns.el (explicit-shell-file-name):
12055         * term/mac-win.el (mac-charset-info-alist)
12056         (mac-services-selection, mac-system-script-code):
12057         * term/tty-colors.el (msdos-color-values):
12058         * term/w32-win.el (xlfd-regexp-registry-subnum):
12059         * term/x-win.el (x-keysym-table, x-selection-timeout)
12060         (x-session-id, x-session-previous-id):
12061         * textmodes/ispell.el (mail-yank-prefix):
12062         * textmodes/makeinfo.el (tex-end-of-header, tex-start-of-header):
12063         * textmodes/org.el (calc-embedded-close-formula)
12064         (calc-embedded-open-formula)
12065         (font-lock-unfontify-region-function):
12066         * textmodes/reftex-global.el (isearch-next-buffer-function)
12067         (TeX-master):
12068         * textmodes/reftex.el (font-lock-keywords):
12069         * textmodes/tex-mode.el (font-lock-comment-face)
12070         (font-lock-doc-face):
12071         * textmodes/texinfo.el (outline-heading-alist):
12072         Add defvars.
12074         * textmodes/artist.el (x-pointer-crosshair): Add defvar.
12075         (artist-spray-chars, artist-mode-init, artist-replace-string)
12076         (artist-select-erase-char, artist-vap-find-endpoints-horiz)
12077         (artist-vap-find-endpoints-vert, artist-vap-find-endpoints-swne)
12078         (artist-vap-find-endpoints-nwse): "?\ " -> "?\s".
12080         * textmodes/conf-mode.el (outline-heading-end-regexp): Add defvar.
12081         (conf-align-assignments): "?\ " -> "?\s".
12083         * textmodes/reftex-index.el (TeX-master): Add defvar.
12084         (reftex-index-phrases-marker): Move up defvar.
12086         * textmodes/reftex-toc.el (zmacs-regions): Add defvar.
12087         (reftex-toc-include-labels-indicator)
12088         (reftex-toc-include-index-indicator)
12089         (reftex-toc-max-level-indicator): Move up declarations.
12091         * net/tramp.el (tramp-handle-make-auto-save-file-name): Pass list
12092         of args to `tramp-run-real-handler', even if it's empty in this case.
12094 2005-08-31  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
12096         * dired.el (dired-move-to-filename-regexp): Add date format for
12097         Mac OS X 10.3 in East Asian locales.
12099 2005-08-31  Michael Albinus  <michael.albinus@gmx.de>
12101         * files.el (make-auto-save-file-name): Add file name handler call
12102         if applicable.
12104         * net/tramp.el (tramp-file-name-handler-alist)
12105         (tramp-file-name-for-operation): Add `make-auto-save-file-name'.
12106         (tramp-handle-make-auto-save-file-name): Rename from
12107         `tramp-make-auto-save-file-name'.
12108         (tramp-exists-file-name-handler): New defun.
12109         (tramp-advice-make-auto-save-file-name): Make defadvice only when
12110         `make-auto-save-file-name' is not a magic file name operation.
12112 2005-08-30  Richard M. Stallman  <rms@gnu.org>
12114         * files.el (risky-local-variable-p):
12115         Match `-predicates' and `-commands.
12117         * cus-edit.el (custom-buffer-sort-alphabetically): Default to t.
12118         (custom-save-all): Visit the file if necessary;
12119         kill the buffer if we created it.
12120         (custom-save-delete): Don't visit file or kill buffer here.
12122 2005-08-30  Carsten Dominik  <dominik@science.uva.nl>
12124         * textmodes/org.el (org-special-keyword): New face.
12125         (org-table-copy-down, org-table-eval-formula)
12126         (org-table-recalculate, org-init-section-numbers):
12127         Use `string-to-number' instead of `string-to-int'.
12128         (org-get-location): Use `insert-buffer-substring' instead of
12129         `insert-buffer'.
12130         (org-modify-diary-entry-string): New function.
12131         (org-get-entries-from-diary): Set the hook for `add-to-diary-list'.
12132         (org-disable-agenda-to-diary): Rename from `org-disable-diary'.
12133         (org-toggle-fixed-width-section): Use QUOTE keyword if there is no
12134         active region.
12135         (org-export-as-html): Handle QUOTE keyword.
12136         (org-quote-string): New option.
12137         (org-bookmark-jump-unhide): New function, used for
12138         `bookmark-after-jump-hook'.
12139         (org-diary-default-entry): Apply only when not called through
12140         `org-agenda'.
12142 2005-08-30  Juanma Barranquero  <lekktu@gmail.com>
12144         * net/eudc.el (mode-popup-menu):
12145         * play/handwrite.el (ps-printer-name, ps-lpr-command):
12146         * progmodes/ada-mode.el (compile-auto-highlight)
12147         (skeleton-further-elements):
12148         * progmodes/autoconf.el (font-lock-syntactic-keywords):
12149         * progmodes/cmacexp.el (msdos-shells):
12150         * progmodes/compile.el (font-lock-extra-managed-props)
12151         (font-lock-keywords, font-lock-maximum-size)
12152         (font-lock-support-mode):
12153         * progmodes/grep.el (font-lock-lines-before):
12154         * progmodes/idlw-complete-structtag.el (idlwave-completion-help-info):
12155         * progmodes/mixal-mode.el (compile-command):
12156         * progmodes/perl-mode.el (font-lock-comment-face)
12157         (font-lock-doc-face, font-lock-string-face):
12158         * progmodes/prolog.el (comint-prompt-regexp):
12159         * progmodes/sh-script.el (font-lock-comment-face)
12160         (font-lock-set-defaults, font-lock-string-face):
12161         * progmodes/sql.el (font-lock-keyword-face)
12162         (font-lock-set-defaults, font-lock-string-face):
12163         * progmodes/vhdl-mode.el (compilation-file-regexp-alist)
12164         (itimer-version, lazy-lock-defer-contextually)
12165         (lazy-lock-defer-on-scrolling, lazy-lock-defer-on-the-fly):
12166         Add defvars.
12168         * progmodes/cperl-mode.el (cperl-electric-lbrace)
12169         (cperl-electric-keyword, cperl-electric-pod)
12170         (cperl-electric-backspace, cperl-forward-re)
12171         (cperl-fix-line-spacing, cperl-fill-paragraph): "?\ " -> "?\s".
12172         (vc-rcs-header, vc-sccs-header): Add defvars.
12174         * progmodes/fortran.el (fortran-indent-to-column): "?\ " -> "?\s".
12175         (font-lock-syntactic-keywords, gud-find-expr-function):
12176         Add defvars.
12178         * progmodes/gdb-ui.el (tool-bar-map): Add defvar.
12179         (gdb-frame-parameters): Declare before use.
12181         * progmodes/gud.el (gdb-active-process, gdb-define-alist)
12182         (gdb-macro-info, gdb-server-prefix, gdb-show-changed-values)
12183         (gdb-var-changed, gdb-var-list, tool-bar-map): Add defvars.
12184         (gud-expr-compound-sep, gud-expr-compound): "?\ " -> "?\s".
12186         * progmodes/idlw-help.el (browse-url-generic-args): Add defvar.
12187         (idlwave-help-with-source): Use `insert-buffer-substring', not
12188         `insert-buffer'.
12190 2005-08-29  Juri Linkov  <juri@jurta.org>
12192         * outline.el (hide-entry, hide-leaves, outline-toggle-children):
12193         Put outline-back-to-heading function call inside save-excursion.
12195 2005-08-29  Juanma Barranquero  <lekktu@gmail.com>
12197         * man.el (Man-init-defvars, Man-translate-references)
12198         (Man-support-local-filenames, Man-highlight-references):
12199         * progmodes/sql.el (sql-interactive-mode):
12200         * shell.el (shell-mode, shell-resync-dirs): Fix typos in docstrings.
12202         * emacs-lisp/checkdoc.el (compilation-error-regexp-alist)
12203         (compilation-mode-font-lock-keywords): Add defvars.
12204         (checkdoc-interactive-loop): "?\ " -> "?\s".
12206         * emacs-lisp/lisp-mode.el (font-lock-comment-face)
12207         (font-lock-doc-face, font-lock-string-face)
12208         (font-lock-keywords-case-fold-search): Add defvars.
12209         (emacs-lisp-mode-syntax-table): "?\ " -> "?\s".
12211         * obsolete/sun-fns.el (mouse-select-or-drag-move-point):
12212         Don't pass X and Y (they are ignored anyway).
12213         (mouse-set-mark, mouse-select-window, mouse-delete-other-windows)
12214         (mouse-delete-window): Make arguments optional.
12216         * obsolete/rnews.el (news-add-news-group): Don't use `end-of-line'.
12217         (caesar-translate-table, minor-modes, news-buffer-save)
12218         (news-group-name, news-minor-modes): Add defvars.
12220         * emacs-lisp/lselect.el (mouse-highlight-priority)
12221         (x-lost-selection-functions, zmacs-regions):
12222         * emacs-lisp/pp.el (font-lock-verbose):
12223         * emacs-lisp/syntax.el (font-lock-beginning-of-syntax-function):
12224         * emacs-lisp/tcover-ses.el (ses-initial-global-parameters)
12225         (ses-mode-map):
12226         * emacs-lisp/tcover-unsafep.el (safe-functions):
12227         * international/mule-cmds.el (mac-system-coding-system)
12228         (mac-system-locale):
12229         * language/ethio-util.el (rmail-current-message)
12230         (rmail-message-vector):
12231         * language/thai-util.el (thai-auto-composition-mode):
12232         * mail/metamail.el (rmail-current-message, rmail-message-vector):
12233         * mail/mspools.el (rmail-inbox-list, vm-crash-box)
12234         (vm-folder-directory, vm-init-file, vm-init-file-loaded)
12235         (vm-primary-inbox, vm-spool-files):
12236         * mail/rmail.el (deleted-head, font-lock-fontified)
12237         (mail-abbrev-syntax-table, mail-abbrevs, messages-head)
12238         (rmail-use-spam-filter, rsf-beep, rsf-sleep-after-message)
12239         (total-messages):
12240         * mail/rmail-spam-filter.el (bbdb/mail_auto_create_p)
12241         (rmail-summary-mode-map):
12242         * mail/rmailkwd.el (rmail-buffer, rmail-current-message)
12243         (rmail-last-label, rmail-last-multi-labels)
12244         (rmail-summary-vector, rmail-total-messages):
12245         * mail/rmailmsc.el (rmail-current-message, rmail-inbox-list):
12246         * mail/rmailsum.el (msgnum):
12247         * mail/uce.el (gnus-original-article-buffer, mail-reply-buffer)
12248         (rmail-current-message):
12249         * obsolete/fast-lock.el (font-lock-face-list):
12250         * obsolete/rnewspost.el (mail-reply-buffer):
12251         * obsolete/scribe.el (compile-command):
12252         * obsolete/x-menu.el (x-process-mouse-hook): Add defvars.
12254 2005-08-28  John Paul Wallington  <jpw@gnu.org>
12256         * ibuf-ext.el (ibuffer-auto-update-changed):
12257         Use `frame-or-buffer-changed-p' to check whether we need to update.
12258         (ibuffer-auto-mode): Don't advise `get-buffer-create' and
12259         `kill-buffer'.  Initialise `ibuffer-auto-buffers-changed'
12260         as a `frame-or-buffer-changed-p' state vector instead.
12262 2005-08-27  Romain Francoise  <romain@orebokech.com>
12264         * textmodes/makeinfo.el (makeinfo-compile):
12265         Use `compilation-start'.  Set `next-error-function' according to
12266         `disable-errors'.
12267         (makeinfo-next-error): New function.
12268         (makeinfo-region): Adjust to new `makeinfo-compile' prototype.
12269         (makeinfo-buffer): Likewise.
12271         * progmodes/compile.el (compilation-start): Add autoload cookie.
12273         * progmodes/antlr-mode.el: Don't autoload `compilation-start'.
12274         * textmodes/sgml-mode.el: Likewise.
12275         * progmodes/python.el: Likewise.
12277 2005-08-27  Eli Zaretskii  <eliz@gnu.org>
12279         * simple.el (blink-matching-paren-distance): Document the meaning
12280         of nil value, and allow to customize to nil.
12282         * eshell/esh-ext.el (eshell-windows-shell-file): Look for
12283         command.com, not command.exe.
12285 2005-08-26  John Wiegley  <johnw@newartisans.com>
12287         * eshell/esh-cmd.el (eshell-rewrite-named-command): Change the
12288         code around a bit so that an extraneous nil argument is not added
12289         to a command when no args are given.
12291         * eshell/esh-arg.el (eshell-parse-double-quote): If a
12292         double-quoted argument resolves to nil, return it as an empty
12293         string rather than as nil.  This made it impossible to pass "" to
12294         a shell script as a null string argument.
12296 2005-08-26  Stefan Monnier  <monnier@iro.umontreal.ca>
12298         * outline.el (outline-invent-heading): New fun.
12299         (outline-promote, outline-demote): Use it.
12300         (outline-move-subtree-down): Remove unused vars `re' and `txt'.
12301         (outline-end-of-subtree): Remove unused var `opoint'.
12303 2005-08-26  David Reitter  <david.reitter@gmail.com>
12305         * menu-bar.el (truncate-lines, write-file, print-buffer)
12306         (ps-print-buffer-faces, ps-print-buffer, split-window):
12307         Disable menu items when the frame they refer to is invisible, or when
12308         they refer to a buffer and the minibuffer is selected.
12310 2005-08-26  Pavel Kobiakov  <pk_at_work@yahoo.com>
12312         * progmodes/flymake.el (flymake-highlight-err-lines):
12313         Use save-excursion around flymake-highlight-line to preserve point.
12315 2005-08-26  Eli Zaretskii  <eliz@gnu.org>
12317         * progmodes/octave-mod.el: Change Author and Maintainer address.
12318         (octave-maintainer-address): Change Kurt's email address.
12319         * progmodes/octave-inf.el: Change Author and Maintainer address.
12320         * progmodes/octave-hlp.el: Change Author and Maintainer address.
12322 2005-08-26  Kim F. Storm  <storm@cua.dk>
12324         * subr.el (version-list-<, version-list-<=, version-list-=):
12325         Rename from integer-list-*.
12326         (version-list-not-zero): Likewise.  Fix while loop.
12327         (version=): Use version-list-= instead of string-equal.
12329 2005-08-26  Richard M. Stallman  <rms@gnu.org>
12331         * outline.el (outline-promote): Try shortening the heading.
12332         As last resort, read the heading to use.
12333         (outline-demote): As last resort, read the heading to use.
12335 2005-08-26  Romain Francoise  <romain@orebokech.com>
12337         * progmodes/compile.el (compilation-start): Doc fix.
12339         * progmodes/antlr-mode.el (antlr-default): Fix defface form.
12340         (antlr-font-lock-additional-keywords): Fix reference to
12341         `antlr-font-lock-literal-regexp' erroneously changed during the
12342         mass face rename.
12343         (antlr-run-tool): Use `compilation-start'.
12345         * textmodes/sgml-mode.el (sgml-validate): Use `compilation-start'
12346         instead of the obsolete `compile-internal'.
12348 2005-08-26  Juanma Barranquero  <lekktu@gmail.com>
12350         * calendar/cal-bahai.el (date, displayed-month, displayed-year)
12351         (number, original-date):
12352         * calendar/cal-china.el (date):
12353         * calendar/cal-coptic.el (date):
12354         * calendar/cal-french.el (date):
12355         * calendar/cal-hebrew.el (date, entry, number, original-date):
12356         * calendar/cal-islam.el (date, number, original-date):
12357         * calendar/cal-iso.el (date):
12358         * calendar/cal-julian.el (date):
12359         * calendar/cal-mayan.el (date):
12360         * calendar/cal-menu.el (date, event):
12361         * calendar/cal-persia.el (date):
12362         * calendar/lunar.el (date):
12363         * calendar/solar.el (date): Add defvars.
12365         * emerge.el:
12366         * ibuffer.el:
12367         * info-xref.el:
12368         * obsolete/bg-mouse.el:
12369         * obsolete/sun-curs.el:
12370         * obsolete/swedish.el: Move the `defvar's to the top level.
12372         * smerge-mode.el (smerge-refined-change): Add :group.
12374 2005-08-25  Stefan Monnier  <monnier@iro.umontreal.ca>
12376         * smerge-mode.el (smerge-remove-props): Make the args non-optional.
12377         (smerge-keep-n): Remove props.
12378         (smerge-keep-base, smerge-keep-other, smerge-keep-mine)
12379         (smerge-keep-current, smerge-kill-current): Don't remove props anymore
12380         now that it's done in smerge-keep-n.
12381         (smerge-refined-change): New face.
12382         (smerge-refine-chopup-region, smerge-refine-highlight-change)
12383         (smerge-refine): New funs.
12384         (smerge-basic-map): Bind smerge-refine.
12386 2005-08-25  Juri Linkov  <juri@jurta.org>
12388         * progmodes/grep.el (grep, grep-mode): Make buffer-local variables
12389         compilation-process-setup-function and compilation-disable-input
12390         in grep-mode instead of let-bindings in grep.
12392         * menu-bar.el (menu-bar-options-menu, menu-bar-options-save):
12393         Delete "Automatic File De/compression" (auto-compression-mode).
12395 2005-08-25  Juanma Barranquero  <lekktu@gmail.com>
12397         * obsolete/bg-mouse.el: Move to obsolete/ from term/.
12398         Silence warning about non-existent variable.
12400 2005-08-25  Richard M. Stallman  <rms@gnu.org>
12402         * menu-bar.el (menu-bar-describe-menu): Delete "What's New".
12403         Rename "Describe Key" to "Describe Key or Mouse Operation".
12405         * mail/mailalias.el (build-mail-aliases): Delete comments
12406         from the contents before processing them.
12408         * isearch.el (isearch-edit-string): Erase the Search prompt
12409         if user enters an empty string and there is no default.
12411         * comint.el (comint-file-name-prefix): Add autoload.
12413 2005-08-25  Joe Corneli  <jcorneli@math.utexas.edu>
12415         * subr.el (play-sound): Rearrange to avoid warning.
12417 2005-08-25  Carsten Dominik  <dominik@science.uva.nl>
12419         * calendar/diary-lib.el (diary-modify-entry-list-string-function):
12420         New hook.
12421         (add-to-diary-list): Call `diary-modify-entry-list-string-function'
12423 2005-08-24  Stefan Monnier  <monnier@iro.umontreal.ca>
12425         * emacs-lisp/easy-mmode.el (define-minor-mode): Simplify.
12427         * custom.el (custom-theme-set-variables): Sort minor modes last.
12429 2005-08-24  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
12431         * subr.el (version-separator, version-regexp-alist): New vars used by
12432         version comparison funs.
12433         (integer-list-<, integer-list-=, integer-list-<=)
12434         (integer-list-not-zero): New funs for integer list comparison.
12435         (version-to-list, version=, version<, version<=): New funs for version
12436         comparison.
12438 2005-08-24  Juanma Barranquero  <lekktu@gmail.com>
12440         * emerge.el (merge-begin, merge-end, template, A-begin, A-end)
12441         (B-begin, B-end, diff, diff-vector, valid-diff): Defvar at compile
12442         time to silence the byte-compiler.
12444         * ibuffer.el (ibuffer-compile-make-eliding-form)
12445         (ibuffer-check-formats): Use `with-no-warnings' to hide references
12446         to `ibuffer-elide-long-columns' (which is defined on ibuffer.el,
12447         so it's silly to get warnings for it).
12448         (ibuffer-auto-mode, ibuffer-cached-filter-formats)
12449         (ibuffer-compiled-filter-formats, ibuffer-filter-format-alist)
12450         (ibuffer-filter-group-kill-ring, ibuffer-filter-groups)
12451         (ibuffer-filtering-qualifiers, ibuffer-hidden-filter-groups)
12452         (ibuffer-inline-columns, ibuffer-show-empty-filter-groups)
12453         (ibuffer-tmp-hide-regexps, ibuffer-tmp-show-regexps):
12454         Defvar at compile time.
12455         (ibuffer-compiled-formats, ibuffer-cached-eliding-string)
12456         (ibuffer-cached-formats, ibuffer-cached-elide-long-columns):
12457         Declare them before use.
12459         * info-xref.el (info-xref-xfile-alist, info-xref-filename-heading)
12460         (info-xref-good, info-xref-bad): Defvar at compile time.
12462         * obsolete/mlsupport.el (filter-region, execute-monitor-command):
12463         Use `let*' instead of `let'.
12465         * obsolete/sun-curs.el (icon-edit, *mouse-window*, *mouse-x*)
12466         (*mouse-y*, menu, char): Defvar at compile time.
12467         (sc::menu): Declare it before use.
12468         (sc::pack-one-line): Use `let', not `let*'.
12470         * obsolete/swedish.el (news-inews-hook, news-group-hook-alist)
12471         (mail-send-hook): Defvar at compile time.
12473         * term/bg-mouse.el (bg-mouse-x, bg-mouse-y, bg-cursor-window):
12474         Defvar at compile time.
12476         * term/sun-mouse.el (current-global-mousemap)
12477         (current-local-mousemap): Declare them before use.
12479 2005-08-24  Carsten Dominik  <dominik@science.uva.nl>
12481         * bookmark.el (bookmark-after-jump-hook): New hook.
12482         (bookmark-jump): Run `bookmark-after-jump-hook'.
12484 2005-08-23  Juri Linkov  <juri@jurta.org>
12486         * faces.el (minibuffer-prompt): Doc fix.
12488 2005-08-23  Juanma Barranquero  <lekktu@gmail.com>
12490         * progmodes/xscheme.el: Trivial changes to silence warnings.
12491         (xscheme-previous-mode, xscheme-previous-process-state):
12492         Add defvars.
12493         (xscheme-last-input-end, xscheme-process-command-line)
12494         (xscheme-process-name, xscheme-buffer-name)
12495         (xscheme-expressions-ring-max, xscheme-expressions-ring)
12496         (xscheme-expressions-ring-yank-pointer, xscheme-running-p)
12497         (xscheme-control-g-synchronization-p)
12498         (xscheme-control-g-disabled-p, xscheme-string-receiver)
12499         (default-xscheme-runlight, xscheme-runlight)
12500         (xscheme-runlight-string, xscheme-process-filter-state)
12501         (xscheme-allow-output-p, xscheme-prompt, xscheme-mode-string):
12502         Move to beginning of file.
12503         (scheme-interaction-mode-commands-alist)
12504         (scheme-interaction-mode-map, scheme-debugger-mode-map):
12505         Declare them before use.  Note: the initialization code for the variables
12506         has not been moved because it uses functions that reference the variables.
12507         (xscheme-control-g-message-string, xscheme-process-filter-alist)
12508         (xscheme-prompt-for-expression-map): Declare them before use.
12509         (scheme-debugger-mode-commands): "?\ " -> "?\s".
12511 2005-08-23  Ed Swarthout  <ed.swarthout@gmail.com>  (tiny change)
12513         * hexl.el (hexl-print-current-point-info): Fix simple spelling error.
12515 2005-08-22  Juri Linkov  <juri@jurta.org>
12517         * faces.el (set-face-underline): Delete this duplicate function
12518         and make an obsolete alias to set-face-underline-p.
12519         (set-face-underline-p): Use docstring of set-face-underline.
12520         (describe-face): Create hyperlink to parent face.
12522         * info.el (Info-insert-dir): Use save-excursion around
12523         insert-buffer-substring.
12524         (Info-isearch-search): Use LITERAL arg of replace-regexp-in-string.
12525         (Info-escape-percent): Delete function.
12526         (Info-fontify-node): Replace Info-escape-percent by
12527         replace-regexp-in-string with REP arg set to lambda that
12528         duplicates `%' and preserves text properties.
12530         * progmodes/compile.el (compilation-disable-input): Doc fix.
12531         (define-compilation-mode): Doc fix and refill.
12532         (kill-compilation): Use `mode-name' in the error message.
12533         (compilation-find-file): Use `compilation-error' in the
12534         read-file-name's prompt.
12536 2005-08-22  Stefan Monnier  <monnier@iro.umontreal.ca>
12538         * smerge-mode.el (smerge-basic-map): Bind smerge-combine-with-next.
12539         (smerge-auto-leave): Make undo re-enable the mode.
12540         (debug-ignored-errors): Add the user-error of impossible resolution.
12541         (smerge-resolve): Move things around a bit, in preparation for later.
12542         (smerge-diff): Don't fail if the buffer has no associated file.
12543         (ediff-ancestor-buffer, ediff-quit-hook): Quieten byte-compiler.
12544         (smerge-conflict-overlay): New function.
12545         (smerge-match-conflict): Don't add text properties here.
12546         (smerge-find-conflict): Instead, add an overlay here.
12547         Also check for the case where we're inside a conflict already, so as to
12548         obviate the need for font-lock-multiline, which is unbearably slow with
12549         large conflicts and ciomplex font-lock patterns.
12550         (smerge-remove-props): Remove overlay rather than text-properties.
12551         (smerge-mode): Don't set font-lock-multiline.
12552         Remove overlays when turned off.
12554 2005-08-21  Kim F. Storm  <storm@cua.dk>
12556         * ido.el (ido-ignore-item-p): Use save-match-data.
12557         Bind case-fold-search to ido-case-fold locally.
12559 2005-08-20  Richard M. Stallman  <rms@gnu.org>
12561         * files.el (normal-mode): If font lock is on, turn it off and on.
12563         * subr.el (replace-regexp-in-string): Doc fix.
12565         * startup.el (command-line-1): Don't suppress startup screen
12566         due to existing processes.
12568         * progmodes/grep.el (grep): Bind compilation-disable-input to t.
12570         * progmodes/compile.el (compilation-disable-input): Default to nil.
12572 2005-08-20  Kevin Rodgers  <ihs_4664@yahoo.com>  (tiny change)
12574         * progmodes/compile.el (compilation-disable-input): New defcustom.
12575         (compilation-start): If compilation-disable-input is non-nil, send
12576         EOF to the compilation process.
12578 2005-08-20  Eli Zaretskii  <eliz@gnu.org>
12580         * textmodes/tex-mode.el (tex-bibtex-file, tex-send-tex-command):
12581         Run the argument of tex-shell-cd-command through
12582         convert-standard-filename, to get the correct style of slashes on
12583         Windows, and enclose the result in quotes, in case the file name
12584         includes whitespace or other special characters.
12586 2005-08-19  Andreas Schwab  <schwab@suse.de>
12588         * progmodes/gud.el (gud-kill-buffer-hook): Don't kill unrelated
12589         process.
12591 2005-08-18  Luc Teirlinck  <teirllm@auburn.edu>
12593         * cus-start.el (minibuffer-prompt-properties): Correct typo.
12595 2005-08-18  Kim F. Storm  <storm@cua.dk>
12597         * scroll-lock.el: Fix errors due to incorrect line wrapping.
12599 2005-08-18  Richard M. Stallman  <rms@gnu.org>
12601         * scroll-lock.el: New file.
12603 2005-08-18  Thien-Thi Nguyen  <ttn@gnu.org>
12605         * dired.el (dired-move-to-end-of-filename):
12606         Handle fifo as rendered by "ls -lF": Don't include trailing "|".
12608 2005-08-18  Kim F. Storm  <storm@cua.dk>
12610         * ido.el (ido-everywhere): Fix defcustom :set function to disable
12611         rather than toggle mode when custom value is nil.
12612         (ido-everywhere): Fix defun doc string.
12614 2005-08-17  Richard M. Stallman  <rms@gnu.org>
12616         * cus-start.el (minibuffer-prompt-properties): Use "Don't Enter"
12617         as tag instead of "Inviolable".
12619 2005-08-17  Kim F. Storm  <storm@cua.dk>
12621         * windmove.el (windmove-coordinates-of-position): Remove.
12622         (windmove-coordinates-of-window-position): Remove.
12623         (windmove-reference-loc): Use posn-at-point instead.
12625         * subr.el (insert-for-yank-1): Doc fix.
12627         * ido.el (ido-enter-matching-directory): Rename from
12628         ido-enter-single-matching-directory.  Change `slash' choice to
12629         `only'.  Add `first' choice.
12630         (ido-exhibit): Adapt to above changes.
12632 2005-08-16  Luc Teirlinck  <teirllm@auburn.edu>
12634         * Makefile.in: Expand comment about building loaddefs.el.
12636 2005-08-16  Nick Roberts  <nickrob@snap.net.nz>
12638         * progmodes/gdb-ui.el (toggle-gdb-use-inferior-io-buffer):
12639         Comment use of defadvice.
12641         * progmodes/gud.el (gud-jump): Rework for gdb-ui.
12643 2005-08-15  Dan Nicolaescu  <dann@ics.uci.edu>
12645         * buff-menu.el, compare-w.el, emacs-lisp/testcover.el,
12646         * play/gomoku.el, play/mpuz.el, progmodes/flymake.el,
12647         * progmodes/gdb-ui.el, progmodes/idlw-help.el,
12648         * progmodes/idlw-shell.el, progmodes/ld-script.el,
12649         * progmodes/which-func.el, ruler-mode.el, strokes.el,
12650         * textmodes/sgml-mode.el, textmodes/table.el: Do not use face-alias
12651         for backward compatibility for faces that did not appear in the
12652         previous Emacs release.
12654         * simple.el (next-error-follow-minor-mode): Fix init value and lighter.
12656 2005-08-15  Kim F. Storm  <storm@cua.dk>
12658         * emulation/cua-base.el (cua-delete-region): Return t if
12659         deleted region was non-empty.
12660         (cua-replace-region): Inhibit overwrite-mode for
12661         self-insert-command if replaced region was non-empty.
12662         (cua--explicit-region-start, cua--status-string): Make them
12663         buffer-local at top-level...
12664         (cua-mode): ...rather than when mode is enabled.
12666 2005-08-15  Thien-Thi Nguyen  <ttn@gnu.org>
12668         * progmodes/vhdl-mode.el (vhdl-emacs-21):
12669         Set t for Emacs 21, 22, and so on.
12671 2005-08-15  David Ponce  <david@dponce.com>
12673         * tree-widget.el: Update Commentary header.
12674         (tree-widget-theme): Doc fix.
12675         (tree-widget-space-width): New option.
12676         (tree-widget-image-properties): Look up in the default theme too.
12677         (tree-widget--cursors): Only for images with arrow pointer shape.
12678         (tree-widget-lookup-image): Pointer shape is hand by default.
12679         (tree-widget-icon): Rename generic icon widget from
12680         `tree-widget-control'.
12681         (tree-widget-*-icon): Rename from `tree-widget-*-control' and
12682         derive from `tree-widget-icon'.
12683         (tree-widget-handle): Improve default look and feel of the text
12684         representation.
12685         (tree-widget): Rename :*-control properties to :*-icon properties.
12686         Add :action and :help-echo properties.
12687         (tree-widget-after-toggle-functions): Move.
12688         (tree-widget-close-node, tree-widget-open-node): Remove.
12689         (tree-widget-before-create-icon-functions): New hook.
12690         (tree-widget-value-create): Update to allow customization of icons
12691         and nodes at run-time via that new hook.
12692         (tree-widget-icon-create, tree-widget-leaf-node-icon-p)
12693         (tree-widget-icon-action, tree-widget-icon-help-echo)
12694         (tree-widget-action, tree-widget-help-echo): New functions.
12696 2005-08-15  Kim F. Storm  <storm@cua.dk>
12698         * ido.el (ido-buffer-internal): Use with-no-warnings.
12699         (ido-make-merged-file-list): Use while-no-input.
12701 2005-08-15  Richard M. Stallman  <rms@gnu.org>
12703         * textmodes/flyspell.el (flyspell-mark-duplications-flag): Doc fix.
12704         (flyspell-large-region): Fix doc and custom type.
12706 2005-08-14  Richard M. Stallman  <rms@gnu.org>
12708         * files.el (interpreter-mode-alist): Doc fix.
12710         * mail/rmail.el (rmail-nonignored-headers): New variable.
12711         (rmail-clear-headers): Use it.
12712         (rmail-reply): Better handling of mail-followup-to header.
12714         * progmodes/sh-script.el (sh-font-lock-keywords-var):
12715         Rename variable from sh-font-lock-keywords.  In the `shell' entry,
12716         don't try to refer to executable-font-lock-keywords.
12717         (sh-font-lock-keywords-var-1): Rename from sh-font-lock-keywords-1.
12718         (sh-font-lock-keywords-var-2): Rename from sh-font-lock-keywords-2.
12719         (sh-font-lock-keywords): Append executable-font-lock-keywords here.
12720         (sh-mode): Set comment-start-skip, local-abbrev-table,
12721         imenu-case-fold-search.
12722         (sh-set-shell): Don't set them here.
12723         (sh-feature): Simplify.  Get rid of the eval-a-variable feature.
12724         Don't cache the results in the original alist; don't ever modify
12725         that alist.
12727         * textmodes/flyspell.el (flyspell-mode): Autoload a defvar.
12729         * textmodes/ispell.el (lookup-words): Cope with case where ARGS is
12730         empty.
12732 2005-08-15  Andreas Schwab  <schwab@suse.de>
12734         * desktop.el: Put autoload cookie at risky-local-variable declarations.
12736         * dired.el, info.el, mail/rmail.el: Revert last change.
12738 2005-08-14  Thien-Thi Nguyen  <ttn@gnu.org>
12740         * dired.el: Fix dependency bug: Wrap `desktop-buffer-mode-handlers'
12741         modification in `eval-after-load' form.
12742         * info.el: Likewise.
12743         * mail/rmail.el: Likewise.
12745 2005-08-14  Juri Linkov  <juri@jurta.org>
12747         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12748         Remove highlighting of "Compilation started".  Highlight only
12749         the word "finished" in "Compilation finished".  Add highlighting
12750         of "interrupt", "killed", "terminated" and the exit code.
12751         (compilation-start): Add newline after header.  Use exactly the
12752         same time stamp format as the finishing message.
12753         (compilation-mode-map): Add ellipsis to "Search Files (grep)".
12755         * progmodes/grep.el (grep-mode-map): Add ellipsis to "Another grep".
12756         (grep-mode-font-lock-keywords): Don't highlight "Grep started".
12757         Add highlighting of "interrupt", "killed", "terminated".
12759         * delsel.el (delete-selection-pre-hook): If overwrite-mode is
12760         enabled and the current command is self-insert-command, call it
12761         explicitly with overwrite-mode bound to nil, to not allow it
12762         to delete the character after the selected region.
12764 2005-08-12  Matt Hodges  <MPHodges@member.fsf.org>
12766         * emacs-lisp/eldoc.el: Add move-beginning-of-line,
12767         move-end-of-line, end-of-line, and beginning-of-line to the list
12768         of commands after which the echo area is updated.
12770 2005-08-12  Eli Zaretskii  <eliz@gnu.org>
12772         * cus-edit.el (custom-save-all, custom-save-delete):
12773         Bind recentf-exclude to exclude custom-file.
12775 2005-08-12  Ehud Karni  <ehud@unix.mvs.co.il>
12777         * mail/rmailsum.el (rmail-summary-end-of-message): New command
12778         to go to the bottom of the mail message.  Added to
12779         `rmail-summary-mode-map' with key "/".
12780         (rmail-summary-show-message): New (internal) function for use by
12781         both `rmail-summary-beginning/end-of-message'.
12782         (rmail-summary-beginning-of-message): Change to use
12783         rmail-summary-show-message.
12785         * mail/rmail.el (rmail-end-of-message): New command to go to the
12786         end of the current message.  Added to `rmail-mode-map' with key "/".
12787         (rmail-beginning-of-message): Fix to work as documented.
12788         (rmail-mode): Change documentation.
12790         * progmodes/compile.el (compilation-start): Add the line
12791         "Compilation started" with compilation start time.
12792         (compilation-mode-font-lock-keywords): Add `started' to keywords.
12794 2005-08-11  Luc Teirlinck  <teirllm@auburn.edu>
12796         * menu-bar.el (menu-bar-options-menu): Standardize capitalization
12797         of menu items.
12799 2005-08-11  Richard M. Stallman  <rms@gnu.org>
12801         * simple.el (pop-global-mark): Reverse test of widen-automatically.
12803         * battery.el (battery-status-function): Don't use ignore-errors.
12805 2005-08-11  Lute Kamstra  <lute@gnu.org>
12807         * emacs-lisp/generic.el (generic-font-lock-defaults): Declare with
12808         define-obsolete-variable-alias.
12810 2005-08-11  Stefan Monnier  <monnier@iro.umontreal.ca>
12812         * net/ange-ftp.el: Use \\` and \\' instead of ^ and $ in regexps.
12813         (ange-ftp-send-cmd): Revert last change, and expand
12814         the comment explaining the problem.
12816 2005-08-10  Luc Teirlinck  <teirllm@auburn.edu>
12818         * ldefs-boot.el: Update.
12820         * menu-bar.el (menu-bar-showhide-menu): Rename "Date, Time and Mail"
12821         item to "Time, Load and Mail".  Change help echo text.
12823         * time.el (display-time-use-mail-icon, display-time-format)
12824         (display-time-string-forms): Shorten first line of docstrings.
12826 2005-08-10  Lars Hansen  <larsh@soem.dk>
12828         * desktop.el (desktop-buffer-mode-handlers):
12829         Make non-customizable.  Add autoload cookie.  Change initial value to
12830         nil; add elements in respective modules instead.  Fix doc string.
12831         (desktop-load-file): New function.
12832         (desktop-minor-mode-handlers): New autoloaded variable.
12833         (desktop-create-buffer): Call minor mode handlers.
12834         Use desktop-load-file to load major and minor mode modules prior to
12835         checking for a handler.
12836         (desktop-save): Don't add nil to desktop-minor-modes for minor
12837         modes with nil function in desktop-minor-mode-table.  Don't delete
12838         desktop file before rewriting it.
12839         (desktop-locals-to-save): Add autoload cookie.  Don't make
12840         automatically buffer-local.  Add variables column-number-mode,
12841         size-indication-mode, indent-tabs-mode,
12842         indicate-buffer-boundaries, indicate-empty-lines and
12843         show-trailing-whitespace.
12844         (desktop-clear): Allow desktop-clear-preserve-buffers to contain
12845         regexps.  Don't use desktop-clear-preserve-buffers-regexp.
12846         (desktop-clear-preserve-buffers-regexp): Delete.
12847         (desktop-clear-preserve-buffers): Update initial value and docstring.
12848         (desktop-save-buffer): Fix doc string.
12850         * hilit-chg.el: Add handler to desktop-minor-mode-handlers.
12851         (hilit-chg-desktop-restore): New function.
12852         (highlight-changes-mode): Add highlight-changes-mode to
12853         desktop-locals-to-save.
12855         * dired.el: Add handler to desktop-buffer-mode-handlers.
12856         (dired-restore-desktop-buffer): Remove autoload cookie.
12857         (dired-mode): Add autoload cookie.
12859         * info.el: Add handler to desktop-buffer-mode-handlers.
12860         (Info-restore-desktop-buffer): Remove autoload cookie.
12861         (Info-mode): Add autoload cookie.
12863         * mh-e/mh-e.el: Add handler to desktop-buffer-mode-handlers.
12864         (mh-restore-desktop-buffer): Remove autoload cookie.
12865         (mh-folder-mode): Add autoload cookie.
12867         * mail/rmail.el: Add handler to desktop-buffer-mode-handlers.
12868         (rmail-restore-desktop-buffer): Remove autoload cookie.
12870 2005-08-11  Masatake YAMATO  <jet@gyve.org>
12872         * hexl.el (hexl-address-region):
12873         (hexl-ascii-region, hexl-font-lock-keywords):
12874         (hexl-highlight-line-range): Use the term "region"
12875         instead of "area" for consistency with the other symbols
12876         defined in hexl.el.
12878 2005-08-09  Luc Teirlinck  <teirllm@auburn.edu>
12880         * menu-bar.el (menu-bar-options-save): Move `display-time-mode' to
12881         correct group: it is set with `menu-bar-make-mm-toggle' (pointed
12882         out by Juri Linkov).  Add `display-battery-mode'.
12884 2005-08-09  Juri Linkov  <juri@jurta.org>
12886         * progmodes/compile.el (compilation-mode-font-lock-keywords):
12887         Remove `-text' from face variable names.
12888         (compilation-error-file-name, compilation-warning-file-name)
12889         (compilation-info-file-name): Delete faces.
12890         (compilation-line-number, compilation-column-number):
12891         Remove face underlining.
12892         (compilation-message-face): Set to `underline' value by default.
12893         (compilation-error-face, compilation-warning-face)
12894         (compilation-info-face): Remove `-file-name' from face names.
12895         (compilation-error-text-face, compilation-warning-text-face)
12896         (compilation-info-text-face): Delete face variables.
12897         (compilation-text-face): Delete function.
12899         * progmodes/grep.el (grep-regexp-alist): Use `.+?' instead of `[^:\n]+'.
12900         (grep-mode-font-lock-keywords): Use `.+?' instead of `[^\n-]+'.
12901         (grep-error-face): Set to `compilation-error' instead of
12902         `compilation-error-face' (which is redefined to `grep-hit-face' in
12903         grep buffers).
12904         (grep-mode-font-lock-keywords): Remove `-text' from face variable
12905         names.  Use `grep-error-face' instead of `compilation-error-text-face'.
12907         * dired-aux.el (dired-do-query-replace-regexp):
12908         Use `query-replace-read-args'.
12910         * replace.el (query-replace-read-from, query-replace-read-to)
12911         (query-replace-read-args): Rename arg `string' to `prompt'.
12913         * menu-bar.el (menu-bar-showhide-menu): Add `showhide-battery'.
12915 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>  (tiny change)
12917         * net/ange-ftp.el (ange-ftp-send-cmd): Make it work properly with
12918         uploading files.
12919         (ange-ftp-canonize-filename): Handle file names beginning with ~
12920         correctly.
12922 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
12924         * textmodes/fill.el (canonically-space-region)
12925         (fill-context-prefix, fill-french-nobreak-p)
12926         (fill-delete-newlines, fill-comment-paragraph)
12927         (justify-current-line): "?\ " -> "?\s".
12929 2005-08-09  Ben North  <ben@redfrontdoor.org>  (tiny change)
12931         * textmodes/fill.el (fill-nonuniform-paragraphs):
12932         Improve argument/docstring consistency.
12934 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12936         * textmodes/ispell.el (ispell-word): More fboundp checks.
12938         * files.el (find-file-noselect): Don't call set-buffer-major-mode.
12939         (find-file-noselect-1): Call it here, only if RAWFILE.
12940         (normal-mode): Always set some major mode.
12941         (save-some-buffers-action-alist): Change some explanation strings.
12942         (file-name-non-special): In the `quote' method, use unwind-protect.
12944 2005-08-09  Magnus Henoch  <mange@freemail.hu>
12946         * textmodes/ispell.el (ispell-find-aspell-dictionaries): New command.
12947         (ispell-have-aspell-dictionaries): New variable.
12948         (ispell-aspell-data-dir, ispell-aspell-dict-dir): New variables.
12949         (ispell-get-aspell-config-value): New function.
12950         (ispell-aspell-find-dictionary): New function.
12951         (ispell-aspell-add-aliases): New function.
12952         (ispell-valid-dictionary-list): Call ispell-find-aspell-dictionaries if
12953         appropriate.  Don't look for ispell dictionaries if we use aspell.
12954         (ispell-menu-map): Don't build a submenu of dictionaries.
12956 2005-08-09  Richard M. Stallman  <rms@gnu.org>
12958         * progmodes/sql.el (sql-interactive-mode-map): Use fboundp.
12959         (sql-read-passwd): Use read-passwd.
12961         * progmodes/idlw-toolbar.el (idlwave-toolbar)
12962         (idlwave-toolbar-is-possible): Add defvars.
12964         * progmodes/idlw-shell.el (idlwave-xemacs-hack-mouse-track):
12965         Avoid warnings.
12967         * progmodes/idlw-rinfo.el (idlwave-system-variables-alist)
12968         (idlwave-system-class-info, idlwave-executive-commands-alist):
12969         Use defvar.
12971         * progmodes/cc-engine.el (c-guess-basic-syntax): Add autoload.
12973         * mail/supercite.el (sc-ask, sc-no-blank-line-or-header):
12974         Avoid warnings.
12976         * mail/rmail.el (rmail-ignored-headers): Don't hide mime-version:
12977         and content-type: headers.
12979         * eshell/eshell.el (eshell): Avoid warnings about eshell-mode.
12981         * emacs-lisp/map-ynp.el (map-y-or-n-p): Reorder the options
12982         and rename some of them to be more self-explanatory.
12984         * calendar/calendar.el (calendar-mode-map): Bind < and > usefully.
12986         * startup.el (command-line-1): Implement -scriptload.
12988         * replace.el (occur-engine): Initial *Occur* output not undoable.
12990         * menu-bar.el (menu-bar-file-menu): Rename some menu items
12991         and improve help strings.
12993         * isearch.el (isearch-repeat): When changing direction,
12994         mark search successful.
12996         * ediff-init.el: Use (featurep 'xemacs).
12998         * comint.el (send-invisible): Identify buffer, if not selected.
13000         * align.el: Delete autoload for c-guess-basic-syntax.
13002 2005-08-09  Juanma Barranquero  <lekktu@gmail.com>
13004         * textmodes/refbib.el (r2b-convert-record, r2b-convert-buffer):
13005         Improve argument/docstring consistency.  Doc fixes.
13006         (r2b-variables, r2bv-address, r2bv-annote, r2bv-author)
13007         (r2bv-booktitle, r2bv-date, r2bv-decade, r2bv-editor)
13008         (r2bv-entry-kind, r2bv-institution, r2bv-journal, r2bv-keywords)
13009         (r2bv-kn, r2bv-month, r2bv-note, r2bv-number, r2bv-ordering)
13010         (r2bv-organization, r2bv-pages, r2bv-primary-author)
13011         (r2bv-publisher, r2bv-school, r2bv-title, r2bv-title-first-word)
13012         (r2bv-tr, r2bv-type, r2bv-volume, r2bv-where, r2bv-year):
13013         Defvar at compile time.
13015 2005-08-09  Juri Linkov  <juri@jurta.org>
13017         * info.el: Replace `info' with upper-case `Info' where appropriate.
13018         (info-title-1, info-title-2, info-title-3, info-title-4)
13019         (info-menu-header): Move up face definitions.
13020         (info-menu-star): Rename from `info-menu-5'.
13021         (Info-fontify-node): Replace `info-menu-5' with `info-menu-star'.
13022         (Info-fontify-visited-nodes): Fix docstring.
13023         (Info-hide-note-references): Fix docstring.
13024         (Info-up, Info-next-reference, Info-prev-reference): Put cursor on
13025         menu items in the same way as on cross-references.
13026         (info-apropos): Fix sorting order and formatting to be like in the
13027         stand-alone Info browser.  Display error messages for 1 sec.
13028         (Info-mode-map): Move down `c' key binding.  Bind `^' to `Info-up'.
13029         (Info-mode-menu): Remove item for `Info-search-case-sensitively'
13030         from the menu bar.
13031         (Info-insert-dir): Restore point after calling
13032         `insert-buffer-substring'.
13034 2005-08-08  Richard M. Stallman  <rms@gnu.org>
13036         * emacs-lisp/lmenu.el (lucid-menubar-map, lucid-failing-menubar)
13037         (recompute-lucid-menubar): Add defvars.
13039         * mail/sendmail.el (mail-yank-original): Use with-no-warnings.
13041         * mail/reporter.el (reporter-dump-state): Use insert-buffer-substring.
13043         * net/net-utils.el (run-dig): Rename from `dig'.
13045         * play/gametree.el (gametree-mode): Use make-local-variable,
13046         not make-variable-buffer-local.
13048         * progmodes/ada-prj.el (ada-prj-display-page): Use with-no-warnings.
13050         * ansi-color.el (ansi-color-make-extent)
13051         (ansi-color-set-extent-face): Use fboundp, not functionp.
13053         * autorevert.el (auto-revert-tail-mode): Use make-local-variable,
13054         not make-variable-buffer-local.
13056         * bookmark.el (Info-current-file): Add defvar.
13057         (bookmark-jump-noselect): Use with-no-warnings.
13059         * completion.el (c-mode-map, fortran-mode-map): Add defvars.
13061         * ebuff-menu.el (Helper-return-blurb): Add defvar.
13063         * ffap.el (gnus-summary-buffer, gnus-article-buffer): Add defvars.
13065         * find-file.el (ada-procedure-start-regexp)
13066         (ada-package-start-regexp): Add defvars.
13068         * info.el (Info-insert-dir): Use insert-buffer-substring.
13070         * xml.el (xml-att-def-re): Add defvar.
13072         * icomplete.el (icomplete-exhibit): Adapt to new while-no-input
13073         calling convention.
13075         * subr.el (while-no-input): Return t if there is input.
13077 2005-08-08  Luc Teirlinck  <teirllm@auburn.edu>
13079         * cus-start.el (all): Add `overflow-newline-into-fringe'.
13081 2005-08-08  Juanma Barranquero  <lekktu@gmail.com>
13083         * cmuscheme.el (inferior-scheme-mode-hook, inferior-scheme-mode)
13084         (scheme-prev-l/c-dir/file): Fix typos in docstrings.
13086 2005-08-08  Emilio C. Lopes  <eclig@gmx.net>
13088         * cmuscheme.el (scheme-start-file): Replace reference to
13089         `user-emacs-directory' by "~/.emacs.d/".
13091 2005-08-08  Thien-Thi Nguyen  <ttn@gnu.org>
13093         * info.el (Info-dir-remove-duplicates): Avoid case folding
13094         in loop; instead, keep downcased strings for comparison.
13095         Suggested by Helmut Eller.
13097 2005-08-07  Michael Albinus  <michael.albinus@gmx.de>
13099         Sync with Tramp 2.0.50.
13101         * net/tramp.el: Remove defvar of `last-coding-system-used' in the
13102         XEmacs case; not necessary anymore.
13103         (tramp-user-regexp): Allow "@" as part of user name.
13104         (tramp-handle-set-visited-file-modtime)
13105         (tramp-handle-insert-file-contents)
13106         (tramp-handle-write-region): No special handling for
13107         `last-coding-system-used, because this is done in
13108         `tramp-accept-process-output' now.
13109         (tramp-accept-process-output): New defun.
13110         (tramp-process-one-action, tramp-process-one-multi-action)
13111         (tramp-wait-for-regexp, tramp-wait-for-output)
13112         (tramp-discard-garbage-erase-buffer): Call it.  Reported by David
13113         Howells <dhowells@redhat.com>.
13114         (clear-visited-file-modtime): Defadvice removed.  The check for
13115         unset buffer's modtime does not need to be based on
13116         `tramp-buffer-file-attributes'.  Suggested by RMS.
13117         (tramp-message): Insert "\n" if not being at beginning of line.
13118         (tramp-find-shell): Use `tramp-barf-if-no-shell-prompt' for code
13119         sequence with same logic.
13120         (tramp-completion-handle-expand-file-name): Discard call of
13121         `tramp-drop-volume-letter'.  It is not necessary, and there have
13122         been problems with (expand-file-name "~/.netrc" "/") in ange-ftp.
13123         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
13124         (tramp-do-copy-or-rename-file-out-of-band): Transfer message
13125         should always be visible.
13126         (tramp-handle-insert-directory, tramp-setup-complete)
13127         (tramp-set-process-query-on-exit-flag)
13128         (tramp-append-tramp-buffers): Pacify byte-compiler.
13129         (tramp-bug): Delete non-existing variables from list.
13130         Apply `tramp-load-report-modules' as pre-hook.
13131         Mask `tramp-password-prompt-regexp', `tramp-shell-prompt-pattern' and
13132         `shell-prompt-pattern' because of non-7bit characters.
13133         Reported by Sebastian Luque <sluque@mun.ca>.
13134         (tramp-reporter-dump-variable, tramp-load-report-modules): New defuns.
13135         (tramp-match-string-list): Remove function.
13136         (tramp-wait-for-regexp): Remove call of that function.
13137         Suggested by Kim F. Storm <storm@cua.dk>.
13138         (tramp-set-auto-save-file-modes): Use octal integer code #o600
13139         instead of octal character code ?\600.  The latter resulted in a
13140         syntax error with XEmacs.
13142         * net/tramp-smb.el: Remove defvar of `last-coding-system-used' in the
13143         XEmacs case; not necessary anymore.
13144         (tramp-smb-handle-write-region): No special handling for
13145         `last-coding-system-used, because this is done in
13146         `tramp-accept-process-output' now.
13147         (tramp-smb-wait-for-output): Call `tramp-accept-process-output'.
13149 2005-08-06  Luc Teirlinck  <teirllm@auburn.edu>
13151         * wid-edit.el (widget-choice-value-create):
13152         Unconditionally respect user choice.  Set :explicit-choice back to nil
13153         when no longer needed.
13154         (widget-choice-action): Unconditionally respect user choice.
13155         Eliminate :explicit-choice-value.
13157         * fringe.el (set-fringe-indicators-1, fringe-indicators): Delete.
13159         * menu-bar.el (menu-bar-options-save): Replace `fringe-indicators'
13160         with `indicate-empty-lines' and `indicate-buffer-boundaries'.
13161         (menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
13162         running new function `toggle-indicate-empty-lines'.
13163         Rename "Customize" item to "Customize fringe".
13164         Rename "Indicators" item to "Buffer boundaries" and change help echo.
13165         (menu-bar-showhide-fringe-ind-menu): Change several help echos.
13166         Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
13167         Delete "Empty lines only" item.
13168         (menu-bar-showhide-fringe-ind-customize): New function.
13169         (menu-bar-showhide-fringe-ind-mixed)
13170         (menu-bar-showhide-fringe-ind-box)
13171         (menu-bar-showhide-fringe-ind-right)
13172         (menu-bar-showhide-fringe-ind-left)
13173         (menu-bar-showhide-fringe-ind-none): Use `indicate-buffer-boundaries'
13174         instead of `fringe-indicators'.
13176 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
13178         * viper.el (viper-emacs-state-mode-list): Add recentf-dialog-mode.
13179         Change the date of last update.
13181 2005-08-06  Michael Kifer  <kifer@cs.stonybrook.edu>
13183         * viper-cmd.el (viper-harness-minor-mode, viper-exec-delete)
13184         (viper-exec-yank, viper-put-back): Don't display modification msg
13185         if in the minibuffer.
13187         * viper-init.el (viper-replace-overlay-cursor-color)
13188         (viper-insert-state-cursor-color, viper-vi-state-cursor-color):
13189         Make variables frame local.
13191         * viper-util.el (viper-append-filter-alist): Use append instead of
13192         nconc.
13194         * viper.el (viper-vi-state-mode-list)
13195         (viper-emacs-state-mode-list): Move help-mode and
13196         completion-list-mode from the first list to the second.
13197         (viper-mode): Docstring.
13198         (viper-go-away, viper-non-hook-settings): Don't localize
13199         minor-mode-alist in newer Emacsen.  Add advice to
13200         set-cursor-color.  Don't bind "\C-c\\".
13202 2005-08-06  Emilio C. Lopes  <eclig@gmx.net>
13204         * cmuscheme.el (scheme-trace-command, scheme-untrace-command)
13205         (scheme-macro-expand-command): New user options.
13206         (scheme-trace-procedure, scheme-expand-current-form): New commands.
13207         (scheme-form-at-point, scheme-start-file)
13208         (scheme-interactively-start-process): New functions.
13209         (scheme-get-process): New function, extracted from `scheme-proc'.
13210         (run-scheme): Call `scheme-start-file' to get start file, and pass
13211         it to `make-comint'.
13212         (switch-to-scheme, scheme-proc):
13213         Call `scheme-interactively-start-process' if no Scheme buffer/process
13214         is available.
13216 2005-08-06  Juri Linkov  <juri@jurta.org>
13218         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13219         Use `compilation-text-face', `compilation-info-text-face' and
13220         `compilation-error-text-face' instead of `font-lock-keyword-face'.
13221         (compilation-error): New face.
13222         (compilation-error-file-name): Inherit from
13223         `compilation-error' instead of `font-lock-warning-face'.
13224         (compilation-warning-file-name): Inherit from
13225         `compilation-warning' instead of `font-lock-warning-face'.
13226         (compilation-info, compilation-error-file-name)
13227         (compilation-warning-file-name, compilation-info-file-name)
13228         (compilation-line-number, compilation-column-number): Doc fix.
13229         (compilation-error-text-face, compilation-warning-text-face)
13230         (compilation-info-text-face): New face variables.
13231         (compilation-line-face, compilation-column-face)
13232         (compilation-enter-directory-face)
13233         (compilation-leave-directory-face): Doc fix.
13234         (compilation-text-face): New function.
13236         * progmodes/grep.el (grep-regexp-alist): Set 5th arg `TYPE' to 0
13237         instead of 1 to display binary file names as info file links.
13238         (grep-error-face): Use `compilation-error-face' instead of
13239         `font-lock-keyword-face'.
13240         (grep-mode-font-lock-keywords): Use `compilation-info-text-face'
13241         and `compilation-warning-text-face' instead of
13242         `font-lock-keyword-face'.  Use `compilation-error-text-face'
13243         instead of `grep-error-face'.
13245 2005-08-05  Kenichi Handa  <handa@m17n.org>
13247         * international/code-pages.el: Add autoload cookies for all coding
13248         systems.
13250 2005-08-04  Luc Teirlinck  <teirllm@auburn.edu>
13252         * cus-start.el (all): Put undo.c where it alphabetically belongs.
13254 2005-08-04  Juri Linkov  <juri@jurta.org>
13256         * progmodes/compile.el (compilation-mode-map):
13257         * progmodes/grep.el (grep-mode-map):
13258         Bind TAB to `compilation-next-error' and [backtab] to
13259         `compilation-previous-error'.
13261         * progmodes/grep.el (grep-regexp-alist): Replace complex regexp
13262         matching line numbers, column numbers and their ranges with regexp
13263         matching only line numbers.
13264         (grep-context-face): New face variable.
13265         (grep-mode-font-lock-keywords): Use it.
13267         * faces.el (read-face-name): Delete duplicate faces.
13269 2005-08-02  Juanma Barranquero  <lekktu@gmail.com>
13271         * thumbs.el (thumbs-find-image): Don't make variables
13272         automatically buffer local.
13273         (thumbs-current-tmp-filename, thumbs-current-image-filename)
13274         (thumbs-image-num): Make automatically buffer local.
13275         (thumbs-show-thumbs-list): Use `make-local-variable', not
13276         `make-variable-buffer-local'.
13277         (thumbs-insert-image): Make `thumbs-current-image-size' buffer-local.
13279         * play/doctor.el (doctor-type-symbol): "?\ " -> "?\s".
13280         (**mad**, *debug*, *print-space*, *print-upcase*, abuselst)
13281         (abusewords, account, afraidof, arerelated, areyou, bak, beclst)
13282         (bother, bye, canyou, chatlst, continue, deathlst, describe)
13283         (drnk, drugs, eliza-flag, elizalst, famlst, feared, fears)
13284         (feelings-about, foullst, found, hello, history, howareyoulst)
13285         (howdyflag, huhlst, ibelieve, improve, inter, isee, isrelated)
13286         (lincount, longhuhlst, lover, machlst, mathlst, maybe, moods)
13287         (neglst, obj, object, owner, please, problems, qlist)
13288         (random-adjective, relation, remlst, repetitive-shortness)
13289         (replist, rms-flag, schoollst, sent, sexlst, shortbeclst)
13290         (shortlst, something, sportslst, stallmanlst, states, subj)
13291         (suicide-flag, sure, things, thlst, toklst, typos, verb, want)
13292         (whatwhen, whereoutp, whysay, whywant, zippy-flag, zippylst):
13293         Defvar at compile time.
13295         * progmodes/ada-mode.el (ada-mode): Use `make-local-variable',
13296         not `make-variable-buffer-local'.
13298 2005-08-02  Kim F. Storm  <storm@cua.dk>
13300         * emulation/cua-rect.el (cua--highlight-rectangle): Only show
13301         rectangle overlay in selected window.
13303 2005-08-01  Luc Teirlinck  <teirllm@auburn.edu>
13305         * cus-start.el (all): Put `indicate-empty-lines' in fringe group
13306         instead of display group.  Make `indicate-buffer-boundaries'
13307         customizable through Custom.
13309 2005-08-01  Juanma Barranquero  <lekktu@gmail.com>
13311         * progmodes/gdb-ui.el (gdb-frame-address, gdb-var-changed)
13312         (gdb-output-sink, gdba, gdb-cpp-define-alist-program)
13313         (gdb-set-gud-minor-mode, gdb-exited, gdb-setup-windows)
13314         (gdb-put-string): Fix typos in docstrings.
13316 2005-08-01  Nick Roberts  <nickrob@snap.net.nz>
13318         Update copyright notices of files in progmodes directory for
13319         release of Emacs 22.1.
13321         * progmodes/gdb-ui.el (gdb-enable-debug-log): Add autoload cookie.
13323         * progmodes/gud.el (gud-tooltip-mode): Add autoload cookie.
13324         Don't barf if the GUD buffer has been killed.
13326 2005-08-01  Kim F. Storm  <storm@cua.dk>
13328         * textmodes/table.el (table-yank-handler): Change defcustom to defvar.
13330 2005-07-29  Stefan Monnier  <monnier@iro.umontreal.ca>
13332         * simple.el (next-error-follow-minor-mode):
13333         make-variable-buffer-local -> make-local-variable.
13335         * emacs-lisp/cl-extra.el: Require CL also when compiling.
13337         * emacs-lisp/bytecomp.el (byte-compile-make-variable-buffer-local)
13338         (byte-compile-form-make-variable-buffer-local): New functions to warn
13339         about misuses of make-variable-buffer-local where make-local-variable
13340         was meant.
13342 2005-07-29  Juanma Barranquero  <lekktu@gmail.com>
13344         * bs.el (bs-attributes-list): Doc fix.
13345         (bs): Update url-link.
13347         * desktop.el (desktop-save-buffer): Fix typos in docstring.
13348         (desktop-load-default): Simplify.
13350         * ibuffer.el (ibuffer-columnize-and-insert-list)
13351         (ibuffer-mouse-toggle-mark, ibuffer-count-marked-lines)
13352         (ibuffer-unmark-all, ibuffer-toggle-marks)
13353         (ibuffer-unmark-forward, ibuffer-unmark-backward)
13354         (ibuffer-compile-make-format-form, ibuffer-format-column)
13355         (ibuffer-current-buffers-with-marks)
13356         (ibuffer-update-title-and-summary): "?\ " -> "?\s".
13357         (ibuffer): Doc fix.
13358         (ibuffer-mode): Fix typo in docstring.
13359         (ibuffer-hooks, ibuffer-mode-hooks): Make obsolete and declare
13360         with `define-obsolete-variable-alias'.
13361         (ibuffer-elide-long-columns): Mark as obsolete.  Doc fix.
13363 2005-07-29  Kenichi Handa  <handa@m17n.org>
13365         * international/mule-cmds.el (select-message-coding-system):
13366         Be sure to use LF for end-of-line.  If no coding system is decided,
13367         return iso-8859-1-unix.
13369 2005-07-28  Stefan Monnier  <monnier@iro.umontreal.ca>
13371         * net/ange-ftp.el (ange-ftp-gateway-fatal-msgs)
13372         (ange-ftp-pending-error-line): New vars.
13373         (ange-ftp-process-handle-line, ange-ftp-process-filter): Use them
13374         to handle the non-fatal no-route-to-host messages.
13375         (internal-ange-ftp-mode): Make the no-match regexp more efficient.
13377 2005-07-28  Juanma Barranquero  <lekktu@gmail.com>
13379         * isearch.el (isearch-mode-map, isearch-other-meta-char)
13380         (isearch-quote-char, isearch-printing-char)
13381         (isearch-text-char-description): "?\ " -> "?\s".
13382         (isearch-lazy-highlight-cleanup)
13383         (isearch-lazy-highlight-initial-delay)
13384         (isearch-lazy-highlight-interval)
13385         (isearch-lazy-highlight-max-at-a-time)
13386         (isearch-lazy-highlight-face, isearch-lazy-highlight-cleanup):
13387         Declare with define-obsolete-*-alias macros.
13388         (isearch-forward): Fix typo in docstring.
13389         (search-invisible, search-ring-yank-pointer)
13390         (regexp-search-ring-yank-pointer): Doc fixes.
13392         * recentf.el (recentf-menu-append-commands-p): Declare with
13393         `define-obsolete-variable-alias'.
13394         (recentf-max-saved-items, recentf-menu-filter)
13395         (recentf-arrange-by-rule-subfilter): Doc fixes.
13396         (recentf-menu-append-commands-flag)
13397         (recentf-initialize-file-name-history, recentf-expand-file-name)
13398         (recentf-clear-data): Fix typos in docstrings.
13400 2005-07-28  Nick Roberts  <nickrob@snap.net.nz>
13402         * progmodes/gdb-ui.el: Smarten comments.
13403         (gdb-info-breakpoints-custom): Use nowarn when finding file.
13405 2005-07-27  Dan Nicolaescu  <dann@ics.uci.edu>
13407         * term/apollo.el (terminal-init-apollo): New function containing
13408         all former top level forms in the file.
13409         * term/bobcat.el (terminal-init-bobcat):
13410         * term/cygwin.el (terminal-init-cygwin):
13411         * term/iris-ansi.el (terminal-init-iris-ansi):
13412         * term/linux.el (terminal-init-linux):
13413         * term/news.el (terminal-init-news):
13414         * term/rxvt.el (terminal-init-rxvt):
13415         * term/sun.el (terminal-init-sun):
13416         * term/tvi970.el (terminal-init-tvi970):
13417         * term/vt100.el (terminal-init-vt100):
13418         * term/vt102.el (terminal-init-vt102):
13419         * term/vt125.el (terminal-init-vt125):
13420         * term/vt200.el (terminal-init-vt200):
13421         * term/vt201.el (terminal-init-vt201):
13422         * term/vt220.el (terminal-init-vt220):
13423         * term/vt240.el (terminal-init-vt240):
13424         * term/vt300.el (terminal-init-vt300):
13425         * term/vt320.el (terminal-init-vt320):
13426         * term/vt400.el (terminal-init-vt400):
13427         * term/vt420.el (terminal-init-vt420):
13428         * term/wyse50.el (terminal-init-wyse50):
13429         * term/xterm.el (terminal-init-xterm): Likewise.
13431         * term/README: Describe the terminal-init-* functionality.
13433         * startup.el (command-line): After loading the terminal initialization
13434         file call the corresponding terminal initialization function.
13436 2005-07-27  Kenichi Handa  <handa@m17n.org>
13438         * ps-bdf.el (bdf-read-font-info): Ignore glyphs whose ENCODING is
13439         negative.
13441         * ps-mule.el (ps-mule-bitmap-prologue): Fix arguments to setcharwidth.
13442         (ps-mule-composition-prologue): Fix for the case that
13443         RelativeCompose is false.
13445 2005-07-26  Stefan Monnier  <monnier@iro.umontreal.ca>
13447         * smerge-mode.el (smerge-ediff): Use insert-buffer-substring.
13449         * descr-text.el (describe-char): Handle the case where the list of
13450         chars is displayed in a separate frame.
13451         Be a bit more discriminating when looking for the char.
13453 2005-07-26  Juanma Barranquero  <lekktu@gmail.com>
13455         * bookmark.el (bookmark-automatically-show-annotations)
13456         (bookmark-read-annotation-text-func): Doc fixes.
13457         (bookmark-save): Improve argument/docstring consistency.
13458         (bookmark-get-bookmark, bookmark-get-bookmark-record)
13459         (bookmark-alist-from-buffer)
13460         (bookmark-upgrade-file-format-from-0)
13461         (bookmark-grok-file-format-version)
13462         (bookmark-maybe-upgrade-file-format, bookmark-kill-line)
13463         (bookmark-read-annotation-mode)
13464         (bookmark-insert-current-bookmark, bookmark-jump)
13465         (bookmark-exit-hook): Fix typos in docstrings.
13466         (bookmark-exit-hooks): Define as obsolete alias.
13467         (bookmark-exit-hook-internal): Run `bookmark-exit-hook',
13468         not `bookmark-exit-hooks'.  Fix docstring.
13469         (bookmark-bmenu-select): "?\ " -> "?\s".
13471 2005-07-25  Ari Roponen  <arjuropo@cc.jyu.fi>  (tiny change)
13473         * startup.el (command-line): Fix typo.
13475 2005-07-24  Richard M. Stallman  <rms@gnu.org>
13477         * tooltip.el (tooltip-mode): Test emacs-basic-display,
13478         not emacs-quick-startup.
13480 2005-07-24  Juanma Barranquero  <lekktu@gmail.com>
13482         * emacs-lisp/re-builder.el (reb-with-current-window): Delete.
13483         (reb-next-match, reb-show-subexp): Use `with-selected-window'
13484         instead of `reb-with-current-window'.
13485         (reb-prev-match): Likewise.  Also, don't move left if the search
13486         was unsuccessful.
13487         (reb-initialize-buffer): New function.
13488         (re-builder, reb-change-syntax): Use it.
13490         * man.el (Man-goto-page): Make second argument NOERROR optional.
13492 2005-07-23  Richard M. Stallman  <rms@gnu.org>
13494         * man.el (Man-bgproc-sentinel): Check here for failure to find
13495         any man page in the output, and report the error here.
13496         (Man-arguments): Make it permanent local.
13497         (Man-goto-page): New arg NOERROR.  Never kill the current buffer.
13498         (Man-mode): Pass t for NOERROR.
13500         * progmodes/grep.el (grep-error-face): Use font-lock-keyword-face.
13501         (grep-mode-font-lock-keywords):
13502         Don't use compilation-...-face for messages that are not file names.
13504         * progmodes/compile.el (compilation-mode-font-lock-keywords):
13505         Don't use compilation-...-face for messages that are not file names.
13507 2005-07-22  Juri Linkov  <juri@jurta.org>
13509         * startup.el (normal-splash-screen): Update menu name.
13511         * tempo.el (tempo-insert-template): Fix 2005-07-16 change.
13513 2005-07-22  Dan Nicolaescu  <dann@ics.uci.edu>
13515         * term/xterm.el: Load term/rxvt if the terminal is actually an
13516         rxvt terminal.
13517         (xterm-rxvt-set-background-mode): Remove, not used anymore.
13519         * term/rxvt.el (function-key-map): Use substitute-key-definition
13520         to bind {C,S,C-S}-{f1-f10}.  Add a few missing key bindings.
13522         * term/cygwin.el: New file.
13524 2005-07-22  Kim F. Storm  <storm@cua.dk>
13526         * image-file.el (insert-image-file, image-file-yank-handler):
13527         Fix last change to maintain a (unique) yank-handler on yanked images.
13529 2005-07-22  Eduardo Mu\e,Aq\e(Boz  <emufer@terra.es>  (tiny change)
13531         * dired.el (dired-move-to-filename-regexp): Recognize the B suffix
13532         of the file size (as in "177B" for 177 bytes).  This happens with
13533         "ls -lh" on FreeBSD.
13535 2005-07-22  Juanma Barranquero  <lekktu@gmail.com>
13537         * hilit-chg.el (highlight-changes-global-initial-state)
13538         (highlight-compare-buffers, hilit-chg-turn-on-maybe)
13539         (hilit-chg-fixup, highlight-changes-mode):
13540         Fix typos in docstrings.
13541         (highlight-changes-global-modes, highlight-changes-rotate-faces):
13542         Doc fixes.
13544 2005-07-21  Luc Teirlinck  <teirllm@auburn.edu>
13546         * emacs-lisp/easy-mmode.el (define-minor-mode): Never call the
13547         mode function using `eval-after-load'.
13549 2005-07-21  Kim F. Storm  <storm@cua.dk>
13551         * mail/emacsbug.el (report-emacs-bug): Request that backtraces are
13552         included when reporting an emacs crash, and tell about the DEBUG file.
13554         * image-file.el (insert-image-file): Add yank-handler.
13555         (image-file-yank-handler): Yank handler to make unique copies of
13556         images when they are yanked into a buffer next to each other.
13558 2005-07-21  Juanma Barranquero  <lekktu@gmail.com>
13560         * comint.el (comint-use-prompt-regexp, comint-send-input)
13561         (comint-source-default, comint-extract-string)
13562         (comint-get-source, comint-word, comint-completion)
13563         (comint-source, comint-prompt-read-only, comint-update-fence):
13564         Fix typos in docstrings.
13565         (comint-use-prompt-regexp-instead-of-fields, comint-kill-output):
13566         Declare with define-obsolete-*-alias macros.
13567         (comint-previous-matching-input-from-input)
13568         (comint-next-matching-input-from-input)
13569         (comint-previous-matching-input, comint-next-matching-input)
13570         (comint-forward-matching-input):
13571         Improve argument/docstring consistency.
13573         * desktop.el (desktop-clear-preserve-buffers-regexp):
13574         Also preserve the *server* buffer.
13576         * simple.el (clone-indirect-buffer): Doc fix.
13577         (fixup-whitespace, just-one-space)
13578         (backward-delete-char-untabify, lambda): "?\ " -> "?\s".
13579         (next-error, next-error-highlight)
13580         (next-error-highlight-no-select, next-error-last-buffer)
13581         (next-error-buffer-p, next-error-find-buffer, next-error)
13582         (previous-error, next-error-no-select, previous-error-no-select)
13583         (open-line, split-line, minibuffer-prompt-width, kill-new)
13584         (binary-overwrite-mode): Fix typos in docstrings.
13585         (set-fill-column): Fix typo in message.
13587         * skeleton.el (skeleton-proxy-new): Doc fix.
13589         * strokes.el (strokes-load-hook): Doc fix.
13590         (strokes-grid-resolution, strokes-get-grid-position)
13591         (strokes-renormalize-to-grid, strokes-read-stroke)
13592         (strokes-read-complex-stroke, strokes-file, strokes-last-stroke)
13593         (strokes-global-map): Fix typos in docstrings.
13594         (strokes-help): Doc fix.  Fix help message and pass it through
13595         `substitute-command-keys'.
13597         * tempo.el (tempo-insert-prompt, tempo-interactive)
13598         (tempo-show-completion-buffer, tempo-tags, tempo-match-finder)
13599         (tempo-insert-string-functions, tempo-local-tags)
13600         (tempo-define-template, tempo-insert-template)
13601         (tempo-insert-prompt-compat, tempo-is-user-element)
13602         (tempo-insert-mark, tempo-find-match-string, tempo-complete-tag):
13603         Fix typos in docstrings.
13605         * vcursor.el (vcursor-other-window, vcursor-bind-keys)
13606         (vcursor-key-bindings, vcursor-use-vcursor-map)
13607         (vcursor-find-window, vcursor-scroll-down)
13608         (vcursor-disable, vcursor-beginning-of-buffer)
13609         (vcursor-end-of-buffer): Fix typos in docstrings.
13610         (vcursor-relative-move, vcursor-get-char-count):
13611         Improve argument/docstring consistency.
13613         * version.el: "?\ " -> "?\s".
13615         * wid-edit.el (widget-default-create, widget-after-change)
13616         (widget-default-format-handler, widget-checklist-add-item)
13617         (widget-radio-add-item, widget-choose, widget-specify-secret)
13618         (widget-field-value-create, widget-field-value-get)
13619         (widget-editable-list-format-handler)
13620         (widget-editable-list-entry-create, widget-group-value-create)
13621         (widget-documentation-link-add)
13622         (widget-documentation-string-value-create): "?\ " -> "?\s".
13623         (widget-convert-text): Doc fix.
13624         (widget-narrow-to-field, widget-field-find)
13625         (widget-url-link-action, widget-emacs-library-link-action)
13626         (widget-color-notify): Fix typos in docstrings.
13628         * w32-fns.el (w32-shell-name): Use `bound-and-true-p'.
13629         (x-select-text, set-w32-system-coding-system)
13630         (w32-add-charset-info): Fix typos in docstrings.
13632         * emulation/cua-base.el (cua-mode, cua-enable-register-prefix)
13633         (cua-enable-cua-keys, cua-use-hyper-key)
13634         (cua-virtual-rectangle-edges): Fix typos in docstrings.
13635         (cua--M/H-key, cua--init-keymaps): "?\ " -> "?\s".
13637         * net/tramp.el (tramp-handle-load): Fix typo in error message.
13639         * emacs-lisp/re-builder.el (regexp-builder): Declare with
13640         `defalias' instead of faking it.
13642         * eshell/em-ls.el (eshell-ls-decorated-name): Doc fix.
13643         (eshell-ls-missing, eshell-ls-dired-initial-args)
13644         (eshell-ls-use-in-dired): Fix typos in docstrings.
13646 2005-07-20  Kim F. Storm  <storm@cua.dk>
13648         * emulation/cua-base.el (cua-mode): Improve doc string.
13650 2005-07-20  Juanma Barranquero  <lekktu@gmail.com>
13652         * abbrev.el (expand-region-abbrevs): Doc fix.
13653         (inverse-add-mode-abbrev, inverse-add-global-abbrev):
13654         Improve argument/docstring consistency.
13656         * arc-mode.el (archive-get-descr, archive-alternate-display):
13657         Doc fixes.
13658         (archive-l-e): Improve argument/docstring consistency.
13659         (archive-tmpdir, archive-unixdate, archive-unixtime)
13660         (archive-chmod-entry): Fix typos in docstrings.
13661         (archive-unflag, archive-unflag-backwards)
13662         (archive-unmark-all-files): "?\ " -> "?\s".
13664         * buff-menu.el (Buffer-menu-unmark): Doc fix.
13665         (Buffer-menu-not-modified, Buffer-menu-execute)
13666         (Buffer-menu-toggle-read-only, Buffer-menu-buffer+size)
13667         (list-buffers-noselect, Buffer-menu-select): "?\ " -> "?\s".
13669         * composite.el (compose-string, encode-composition-rule)
13670         (compose-last-chars): Fix typos in docstrings.
13672         * desktop.el (desktop-enable, desktop-basefilename):
13673         Declare with `define-obsolete-variable-alias'.
13674         (desktop-internal-v2s): Don't quote keywords.
13675         (desktop-clear): "?\ " -> "?\s".
13677         * dired.el (dired-align-file, dired-flag-backup-files)
13678         (dired-change-marks, dired-unmark-all-files): "?\ " -> "?\s".
13679         (dired-listing-switches, dired-ls-F-marks-symlinks)
13680         (dired-dwim-target, dired-load-hook, dired-mode-hook)
13681         (dired-directory, dired-faces, dired, dired-revert)
13682         (dired-mode, dired-summary, dired-view-file)
13683         (dired-copy-filename-as-kill, dired-delete-file)
13684         (dired-no-confirm, dired-unmark-all-marks)
13685         (dired-sort-by-date-regexp, dired-sort-by-name-regexp)
13686         (dired-sort-inhibit, dired-sort-other): Fix typos in docstrings.
13687         (dired-undo, dired-get-file-for-visit, dired-sort-toggle-or-edit):
13688         Fix typos in message strings.
13690         * dired-x.el (virtual-dired): Declare with `defalias'.
13691         (dired-mark-unmarked-files, dired-local-variables-file)
13692         (dired-omit-here-always): Doc fix.
13693         (dired-omit-mode, dired-find-subdir)
13694         (dired-enable-local-variables, dired-clean-up-buffers-too)
13695         (dired-extra-startup, dired-mark-extension, dired-jump)
13696         (dired-jump-other-window, dired-omit-localp, dired-virtual-mode)
13697         (dired-smart-shell-command, dired-guess-shell-alist-user)
13698         (dired-man, dired-initial-position, dired-x-hands-off-my-keys)
13699         (dired-x-bind-find-file, dired-x-submit-report):
13700         Fix typos in docstrings.
13701         (dired-mark-unmarked-files): "?\ " -> "?\s".
13703         * dirtrack.el (dirtrack-list): Fix typos in docstring.
13705         * faces.el (describe-face): "?\ " -> "?\s".
13706         (read-all-face-attributes, read-face-font, modify-face)
13707         (face-attr-construct, italic): Fix typos in docstrings.
13708         (frame-update-face-colors): Declare with
13709         `define-obsolete-function-alias'.
13711         * files.el (find-file-noselect, recode-file-name): Doc fixes.
13712         (insert-directory, kill-some-buffers): "?\ " -> "?\s".
13713         (magic-mode-alist, buffer-file-numbers-unique)
13714         (write-file-functions, get-free-disk-space):
13715         Fix typos in docstrings.
13716         (find-file-not-found-hooks, find-file-hooks, write-file-hooks)
13717         (write-contents-hooks, write-file-hooks):
13718         Declare with `define-obsolete-variable-alias'.
13720         * forms-d2.el (arch-rj): Fix typo in docstrings.
13721         (arch-tocol): Likewise.  "?\ " -> "?\s".
13723         * frame.el (set-frame-font, cursor-in-non-selected-windows):
13724         Fix typo in docstring.
13725         (set-screen-width, set-screen-height): Delete redundant info in
13726         doctrings.
13727         (new-frame, screen-height, screen-width): Declare with
13728         `define-obsolete-function-alias'.
13729         (delete-frame-hook, blink-cursor): Declare with
13730         `define-obsolete-variable-alias'.
13732         * paths.el (prune-directory-list): Fix typos in docstring.
13734         * pcvs-util.el (cvs-flags-query, cvs-strings->string)
13735         (cvs-prefix-get): Fix typos in docstrings.
13737         * ps-print.el (ps-extend-face-list, ps-extend-face)
13738         (ps-print-background-image): Fix typos in docstrings.
13739         (ps-default-fg, ps-default-bg): Doc fixes.
13741         * s-region.el (s-region-bind): Doc fix.
13742         (s-region-move-p1, s-region-move-p2): Fix typos in docstrings.
13744         * textmodes/org.el (org-table-formula-substitute-names)
13745         (org-table-get-vertical-vector): Doc fixes.
13746         (org-table-recalculate): Remove unused argument to `message'.
13748 2005-07-19  Carsten Dominik  <dominik@science.uva.nl>
13750         * textmodes/org.el (org-table-column-names)
13751         (org-table-column-name-regexp)
13752         (org-table-named-field-locations): New variables.
13753         (org-archive-subtree): Protect `this-command' when calling
13754         `org-copy-subtree' and `org-cut-subtree', to avoid appending to
13755         the kill buffer.
13756         (org-complete): Remove fixed-formula completion.
13757         (org-edit-formulas-map): New variable.
13758         (org-table-edit-formulas): New command.
13759         (org-finish-edit-formulas, org-abort-edit-formulas)
13760         (org-show-variable, org-table-get-vertical-vector): New functions.
13761         (org-table-maybe-eval-formula): Handle `:=' fields.
13762         (org-table-get-stored-formulas, org-table-store-formulas)
13763         (org-table-get-formula, org-table-modify-formulas)
13764         (org-table-replace-in-formulas): Handle named field formulas.
13765         (org-table-get-specials): Store locations of named fields.
13767 2005-07-19  Juri Linkov  <juri@jurta.org>
13769         * progmodes/grep.el (grep-regexp-alist)
13770         (grep-mode-font-lock-keywords, grep-process-setup):
13771         Use default GNU grep match color "01;31m" instead of "01;41m".
13772         (grep-regexp-alist, grep-mode-font-lock-keywords):
13773         Use `\\[[0-9]*m' instead of `\\[00m'.
13774         (grep-regexp-alist): Move `\\(?:\033\\[K\\)?' from sgr_end to
13775         sgr_start where its handling is more important.  Use the real
13776         length of sgr_start instead of constant 8.
13777         (grep-mode-font-lock-keywords): Don't delete `\\(?:\033\\[K\\)?'
13778         specially.  Delete all remaining escape sequences.
13779         (grep-process-setup): Set "GREP_COLORS" for GNU grep 2.5.1-cvs.
13780         (grep-regexp-alist): Make hyperlink only for binary file name
13781         instead of the whole line.
13782         (grep-mode-map): Bind `backtab' to `compilation-previous-file'.
13783         (grep-mode): Add autoload.
13785         * emacs-lisp/find-func.el (find-function-regexp):
13786         Add `define-compilation-mode'.
13788 2005-07-19  Juri Linkov  <juri@jurta.org>
13790         * compare-w.el (compare-ignore-whitespace, compare-windows-sync)
13791         (compare-windows-sync-string-size, compare-windows-recenter)
13792         (compare-windows-highlight, compare-windows): Add version 22.1.
13793         (compare-windows) <defface>: Inherit from lazy-highlight instead
13794         of duplicating its default value.
13796         * cus-edit.el (custom-mode-map): Bind `C-c C-c' to `Custom-set'.
13797         (Custom-mode-menu): Use `info' instead of `Info-goto-node'.
13799         * descr-text.el (describe-char): Create link buttons for `charset'
13800         and `code point'.  Add the current input method name with a link
13801         button to `to input' field.  Print face names of display table
13802         characters in `The display table entry is displayed by' section
13803         instead of printing face-id in the `display' field.
13804         Guess hardcoded faces and create a link button for them.
13805         Skip empty fields when calculating max-width.
13806         Treat `widget-create' specially while inserting strings from the
13807         collected field list.
13808         (describe-char-after): Made obsolete in version 22.1, not 21.5.
13810         * diff-mode.el (diff-file-header): Change foreground color from
13811         yellow to green on light backgrounds.
13812         (diff-context): Inherit from `shadow' only for color/grayscale
13813         with more than 88 colors.
13814         (diff-indicator-removed, diff-indicator-added)
13815         (diff-indicator-changed): New faces.
13816         (diff-font-lock-keywords): Use new faces.  Regroup rules.
13817         Add "^---$" for `normal' diff format.  Fontify `#' lines with
13818         font-lock-comment-delimiter-face and font-lock-comment-face.
13819         Add `#' to ^[^...] in the rule for `diff-context-face'.
13821         * faces.el (mode-line-highlight): Replace RoyalBlue4 with
13822         a button-like box.  Inherit from `highlight' on low colors.
13823         (shadow): Use shades of gray only for color/grayscale with
13824         more than 88 colors.  Use green for light backgrounds with
13825         8 colors, and yellow for dark backgrounds with 8 colors.
13827         * font-lock.el (font-lock-regexp-grouping-backslash):
13828         Don't inherit from escape-glyph (use bold for all cases).
13830         * info.el (info-xref-visited): Use light foreground color `violet'
13831         for dark backgrounds instead of dark color `magenta3'.
13832         (info-title-1): Use `yellow' color for dark backgrounds.
13834         * isearch.el (isearch): Use not-too-dark magenta3 instead of
13835         too-light magenta2.
13837         * replace.el (match): Use slightly more light RoyalBlue3 instead
13838         of dark RoyalBlue4.
13840         * wid-edit.el (widget-inactive): Inherit from `shadow'.
13842 2005-07-19  Juanma Barranquero  <lekktu@gmail.com>
13844         * novice.el (disabled-command-hook): Declare it with
13845         `define-obsolete-variable-alias'.
13847         * desktop.el (desktop-enable, desktop-buffer-modes-to-save)
13848         (desktop-buffer-misc-functions, desktop-buffer-handlers)
13849         (desktop-load-default): Add release to obsolescence info.
13850         (desktop-globals-to-clear, desktop-buffer-mode-handlers)
13851         (desktop-append-buffer-args, desktop-read):
13852         Fix typos in docstrings.
13853         (desktop-kill): Fix typo in message.
13854         (desktop-save): Doc fix.
13856 2005-07-19  Michael Kifer  <kifer@cs.stonybrook.edu>
13858         * viper-cmd.el (viper-escape-to-state): Bug fix.
13859         (viper-envelop-ESC-key): Change the definition of fast
13860         keysequence so it'll work with keyboard macros.
13862         * ediff.el (ediff-patch-buffer): Change the docstring.
13864 2005-07-19  Kenichi Handa  <handa@m17n.org>
13866         * international/mule-cmds.el (select-safe-coding-system): Try to
13867         use an auto-coding (if any) before anything else.  If the found
13868         auto-coding is invalid, show a warning message.
13870         * international/mule.el (find-auto-coding): New function created
13871         by modifying the body of set-auto-coding.
13872         (set-auto-coding): Use find-auto-coding to find a coding.
13874 2005-07-18  Richard M. Stallman  <rms@gnu.org>
13876         * allout.el (allout-isearch-expose): Use isearch-mode-end-hook-quit,
13877         not isearch-mode-end-hook-error.
13878         (allout-before-change-protect): Fix error message.
13880 2005-07-18  Juri Linkov  <juri@jurta.org>
13882         * allout.el (allout-mode):
13883         * calculator.el (calculator-copy):
13884         * custom.el (custom-known-themes):
13885         * dired.el (dired-desktop-buffer-misc-data)
13886         (dired-restore-desktop-buffer):
13887         * dired-x.el (dired-omit-marker-char):
13888         * files.el (basic-save-buffer):
13889         * font-core.el (font-lock-mode):
13890         * calendar/calendar.el (calendar-goto-hebrew-date)
13891         (calendar-goto-coptic-date, calendar-goto-ethiopic-date)
13892         (calendar-goto-persian-date):
13893         * language/ethio-util.el (ethio-sera-to-fidel-region):
13894         * textmodes/picture.el (picture-mode):
13895         Delete duplicate duplicate words.
13897 2005-07-18  Juri Linkov  <juri@jurta.org>
13899         * isearch.el (isearch-mode-map): Remove key bindings for regexp
13900         chars * ? } |.
13901         (isearch-fallback): Don't call `isearch-process-search-char'.
13902         (isearch-*-char, isearch-}-char, isearch-|-char): Remove functions.
13903         (isearch-process-search-char): Call `isearch-fallback' for regexp
13904         chars * ? } |.
13905         (isearch-return-char): Make obsolete with `make-obsolete' instead
13906         of simply documenting it as obsolete in the docstring.
13907         (isearch-fallback): Refill docstring.
13909         * international/isearch-x.el
13910         (isearch-process-search-multibyte-characters): Remove unneeded
13911         `concat'.  Add intermediate values to `junk-hist' instead of
13912         `minibuffer-history'.  Test the length of `str'.
13914 2005-07-18  Juanma Barranquero  <lekktu@gmail.com>
13916         * allout.el (allout-resolve-xref): Fix typos in error strings.
13917         (allout-before-change-protect): Remove unneeded `concat'.
13919         * array.el (array-mode, array-reconfigure-rows)
13920         (untabify-backward): Fix typos in docstrings.
13921         (array-reconfigure-rows): Use `insert-buffer-substring', not
13922         `insert-buffer'.
13924         * calendar/icalendar.el (icalendar--get-unfolded-buffer):
13925         * progmodes/ada-mode.el (ada-make-body):
13926         Use `insert-buffer-substring' and `goto-char', not `insert-buffer'.
13928         * dired.el (dired-log):
13929         * tar-mode.el (tar-subfile-save-buffer):
13930         * play/zone.el (zone-pgm-stress-destress):
13931         Use `insert-buffer-substring', not `insert-buffer'.
13933 2005-07-17  Simon Josefsson  <jas@extundo.com>
13935         * mail/smtpmail.el (smtpmail-auth-supported): Prefer PLAIN over LOGIN.
13937 2005-07-16  Jose E. Marchesi  <jemarch@gnu.org>
13939         * lisp/mail/smtpmail.el (smtpmail-auth-supported):
13940         Add plain auth method.
13941         (smtpmail-try-auth-methods): Add AUTH PLAIN dialog.
13943 2005-07-17  Kim F. Storm  <storm@cua.dk>
13945         * ido.el (dired-other-window): Add ido property.
13947 2005-07-16  Juanma Barranquero  <lekktu@gmail.com>
13949         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
13950         Fix typo in docstring.
13951         (byte-compile-interactive-only-functions): Add `insert-buffer' and
13952         `insert-file-literally'.
13954         * emacs-lisp/edebug.el (def-edebug-form-spec): Add obsolescence
13955         info and delete redundant message.  Doc fix.
13956         (edebug-install-custom-print-funcs, edebug-reset-print-funcs)
13957         (edebug-uninstall-custom-print-funcs): Define as obsolete aliases.
13959 2005-07-16  Richard M. Stallman  <rms@gnu.org>
13961         * emacs-lisp/bytecomp.el (byte-compile-and-recursion): New function.
13962         (byte-compile-and): Use byte-compile-and-recursion.
13963         (byte-compile-or-recursion): New function.
13964         (byte-compile-or): Use that.
13965         (byte-compile-if): Guard the else-clause too.
13966         (byte-compile-maybe-guarded): Handle (not (featurep 'emacs)).
13968         * isearch.el (isearch-mode-end-hook-quit): New variable.
13969         (isearch-done): Bind it.
13970         (isearch-mode-end-hook): Doc fix.
13972         * allout.el (allout-isearch-did-quit): Variable deleted.
13973         (allout-real-isearch-abort): Function name no longer used.
13974         (allout-mode): Do allout-enwrap-isearch whenever feature is wanted.
13975         (allout-isearch-rectification): isearch-mode always exists.
13976         Don't set allout-isearch-did-quit.
13977         (allout-isearch-expose): Check isearch-mode-end-hook-error, not
13978         allout-isearch-did-quit.
13979         (allout-enwrap-isearch): Just add the hook.
13980         (allout-isearch-abort): Function deleted.
13981         (allout-pre-command-business): Avoid warning.
13983         * progmodes/pascal.el (pascal-outline-map): Use fboundp, not boundp.
13984         Correctly avoid warnings.
13985         (pascal-outline): Likewise.
13987         * progmodes/f90.el (f90-abbrev-start): Avoid warning.
13989         * progmodes/asm-mode.el (asm-comment): Use with-no-warnings.
13991         * play/tetris.el (tetris-mode): Avoid warning.
13993         * play/snake.el (snake-mode): Avoid warning.
13995         * play/gamegrid.el (gamegrid-shared-game-dir): Add defvar.
13996         (gamegrid-set-display-table): Avoid warning.
13997         (gamegrid-set-timer): Likewise.
13998         (gamegrid-make-mono-tty-face): Use set-face-inverse-video-p.
13999         (gamegrid-add-score-with-update-game-score-1): Take FILE
14000         as argument.
14001         (gamegrid-add-score-with-update-game-score): Pass that argument.
14002         Rename have-shared-game-dir to gamegrid-shared-game-dir.
14004         * net/eudc-hotlist.el (eudc-hotlist-mode): Avoid warnings.
14006         * net/eudc-bob.el (eudc-jump-to-event): Avoid warning.
14007         (eudc-bob-display-jpeg, eudc-bob-can-display-inline-images): Likewise.
14009         * mail/uce.el (uce-reply-to-uce): Replace beginning-of-buffer
14010         and insert-file.
14012         * mail/supercite.el (sc-no-blank-line-or-header): Avoid warning.
14013         (sc-ask): Avoid warnings.
14015         * eshell/em-hist.el (eshell-rebind-keys-alist): Add defvar.
14016         (eshell-hist-initialize): Use that var the natural way.
14018         * emulation/viper-init.el (viper-activate-input-method): Avoid warning.
14020         * emacs-lisp/re-builder.el (reb-cook-regexp):
14021         Avoid warning calling lre-compile-string.
14022         (reb-color-display-p): Avoid warning.
14024         * calculator.el (calculator-last-input): Guard uses
14025         of event-key and key-press-event-p.
14026         (event-key, key-press-event-p): Delete definitions.
14028         * emacs-lisp/find-gc.el (find-gc-unsafe-list)
14029         (find-gc-source-directory, find-gc-subrs-callers)
14030         (find-gc-noreturn-list, find-gc-source-files)
14031         (find-gc-subrs-called): Vars renamed and defvar'd.
14033         * emacs-lisp/checkdoc.el (checkdoc-make-overlay)
14034         (checkdoc-overlay-put, checkdoc-delete-overlay)
14035         (checkdoc-overlay-start, checkdoc-overlay-end)
14036         (checkdoc-mode-line-update, checkdoc-char=):
14037         Define such that compiler knows they are defined.
14038         (checkdoc-call-eval-buffer): Delete.  Use eval-buffer directly.
14039         (checkdoc-read-event): Delete.  Use read-event directly.
14041         * whitespace.el (whitespace-make-overlay)
14042         (whitespace-overlay-put, whitespace-delete-overlay)
14043         (whitespace-overlay-start, whitespace-overlay-end):
14044         Define such that compiler knows they are defined.
14045         (whitespace): Move conditional inside.
14047         * tempo.el (tempo-insert-template): Suppress warning.
14049         * ediff-diff.el (longlines-mode): Add defvar.
14051 2005-07-16  Gary Howell  <g1howell-list@yahoo.com>  (tiny change)
14053         * server.el: Bind "C-x #" in a way that works even if C-x is
14054         redefined to a command key, not a prefix key.
14056 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
14058         * emacs-lisp/cl-macs.el (cl-make-type-test): Defer evaluation of
14059         cl-make-type-test till execution time.
14061 2005-07-16  Markus Rost  <rost@math.uni-bielefeld.de>
14063         * dired-x.el (dired-do-relsymlink-regexp): Add missing optional
14064         arg ARG and use it.
14066 2005-07-16  Johan Bockgard  <bojohan@users.sourceforge.net>  (tiny change)
14068         * emacs-lisp/cl-macs.el (cl-make-type-test): Add `atom' type.
14070 2005-07-15  Luc Teirlinck  <teirllm@auburn.edu>
14072         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14073         a defcustom with two :set or :type keywords.
14075 2005-07-15  Richard M. Stallman  <rms@gnu.org>
14077         * emacs-lisp/lisp-mode.el (emacs-lisp-mode-syntax-table):
14078         Don't give ^M comment-end syntax.
14080 2005-07-16  Nick Roberts  <nickrob@snap.net.nz>
14082         * progmodes/gdb-ui.el (gdb-var-update, gdb-var-update-handler):
14083         Don't consider gdbmi (gdb-mi.el has its own update functions).
14084         (gdb-var-delete): Make it work for gdbmi as well.
14085         (gdb-speedbar-expand-node): Move var-update here for gdbmi.
14087         * progmodes/gud.el (etags, sdb): Only require etags when needed.
14088         (gud-speedbar-menu-items): Correct logic for enabling items.
14090 2005-07-15  Kim F. Storm  <storm@cua.dk>
14092         * ido.el: Fix commentary.
14093         (ido-define-mode-map): Move ido-next-work-file to C-M-o.
14094         Use with-no-warnings around ffap-guesser.
14095         (ido-file-internal, ido-read-file-name, ido-read-directory-name):
14096         Let bind minibuffer-completing-file-name to t.
14098 2005-07-15  Juanma Barranquero  <lekktu@gmail.com>
14100         * startup.el (site-run-file, keyboard-type): Doc fixes.
14101         (command-line): Check for "--basic-display" argument; also for
14102         "--quick", not "--bare-bones" (which was renamed).
14103         (fancy-splash-text): Add missing item "Getting New Versions".
14104         (normal-splash-screen): Fix typos and improve consistency with
14105         `fancy-splash-text'.  Update copyright year.
14107         * hexl.el (hexl-mode-map): Recognize also `ehelp-command' as a
14108         valid binding for `help-char'.
14110         * emacs-lisp/derived.el (derived-mode-hook-name): Doc fix.
14112 2005-07-14  Dan Nicolaescu  <dann@ics.uci.edu>
14114         * term.el (term-mode): Disable cua-mode for term buffers.
14116 2005-07-14  Juanma Barranquero  <lekktu@gmail.com>
14118         * add-log.el (add-log-mailing-address, change-log-merge):
14119         Doc fixes.
14120         (change-log-get-method-definition): Fix typo in docstring.
14122 2005-07-14  Kim F. Storm  <storm@cua.dk>
14124         * emulation/cua-base.el:
14125         (cua--pre-command-handler-1, cua--pre-command-handler)
14126         (cua--post-command-handler-1, cua--post-command-handler):
14127         Split in two.  Check (buffer local) value of cua-mode.
14128         (cua-selection-mode): New command.
14130 2005-07-13  Luc Teirlinck  <teirllm@auburn.edu>
14132         * custom.el (custom-initialize-safe-set)
14133         (custom-initialize-safe-default): Doc fixes.
14135         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14136         and simplify :init-value again.
14138         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14139         and simplify :init-value again.  Delete autoload.
14141         * startup.el (command-line): Use `custom-reevaluate-setting' again
14142         for tooltip-mode.
14144         * emacs-lisp/easy-mmode.el (define-minor-mode): Avoid constructing
14145         a defcustom with two :initialize keywords.
14147 2005-07-13  Juanma Barranquero  <lekktu@gmail.com>
14149         * allout.el (my-mark-marker, allout-isearch-prior-pos)
14150         (allout-unprotected, allout-undo-aggregation, allout-snug-back)
14151         (allout-post-command-business, allout-flag-region)
14152         (isearch-reenable-font-lock, allout-yank)
14153         (allout-insert-latex-header, allout-insert-latex-trailer)
14154         (allout-latex-verbatim-quote-curr-line, allout-latexify-exposed)
14155         (allout-latex-verb-quote): Fix typos in docstrings.
14156         (allout-enwrap-isearch, regexp-sans-escapes): Doc fixes.
14157         (allout-unprotected, allout-prefix-data):
14158         Improve argument/docstring consistency.
14159         (allout-chart-subtree): Fix argument spec.
14160         (allout-open-topic): Rename `use_sib_bullet' argument to
14161         `use-sib-bullet'.  Doc fix.
14163         * whitespace.el (whitespace-check-buffer-leading)
14164         (whitespace-check-buffer-trailing)
14165         (whitespace-check-buffer-indent)
14166         (whitespace-check-buffer-spacetab)
14167         (whitespace-check-buffer-ateol, whitespace-highlighted-space)
14168         (whitespace-check-leading-whitespace)
14169         (whitespace-check-trailing-whitespace)
14170         (whitespace-check-spacetab-whitespace)
14171         (whitespace-check-indent-whitespace)
14172         (whitespace-check-ateol-whitespace, whitespace-abort-on-error)
14173         (whitespace-modes): Fix typos in docstrings.
14174         (defgroup, defcustom): Doc fixes.
14176         * winner.el (winner-mode, winner-boring-buffers)
14177         (winner-pending-undo-ring): Doc fixes.
14178         (winner-ring): Remove unneeded `progn'.
14179         (winner-equal): `defsubst' it.
14180         (winner-redo): Fix message.
14182 2005-07-13  Kim F. Storm  <storm@cua.dk>
14184         * simple.el (line-move-1): Always use vertical-motion to
14185         do the last (or only) line move to ensure some movement.
14186         Undo 2005-06-23 change--don't check for overlays.
14188 2005-07-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14190         * term/mac-win.el (ccl-encode-mac-roman-font)
14191         (ccl-encode-mac-centraleurroman-font)
14192         (ccl-encode-mac-cyrillic-font, ccl-encode-mac-symbol-font):
14193         (ccl-encode-mac-dingbats-font): Remove check for ASCII.
14194         Change charset-id boundary of dimension to ?\xef.
14195         (mac-char-fontspec-list): New constant.
14196         (fontset-add-mac-fonts): Use it.  Accept non-string `base-family'
14197         argument.  Nil uses itself as family in font-spec.  Previous
14198         behavior for nil is now provided by non-nil non-string argument.
14199         All callers changed.  Add font-specs for Mac fonts to
14200         "fontset-default" unless iso8859-1 fonts are installed.
14202 2005-07-13  Stefan Monnier  <monnier@iro.umontreal.ca>
14204         * progmodes/sh-script.el (sh-get-indent-info): Only indent
14205         a continuation line if the \ is preceded by SPC or TAB.
14206         (sh-get-indent-info): Simplify.
14207         (sh-mark-init, sh-learn-buffer-indent, sh-add-completer):
14208         Use with-current-buffer.
14210         * font-lock.el (font-lock-fontify-keywords-region): Avoid inf-loops
14211         when the matched text is empty.
14213 2005-07-12  Luc Teirlinck  <teirllm@auburn.edu>
14215         * startup.el (command-line): Revert to previous handling of
14216         tooltip-mode.  Explain in comment why the complexity is needed.
14218         * tooltip.el (tooltip-mode): Revert to previous implementation of
14219         its defcustom.
14221         * frame.el (blink-cursor-mode): Revert to previous implementation
14222         of its defcustom.  Update comment.
14224 2005-07-12  Lars Hansen  <larsh@soem.dk>
14226         * desktop.el: Update e-mail address.
14228 2005-07-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
14230         * term/mac-win.el (mac-services-mail-selection)
14231         (mac-services-mail-to): New functions.
14232         (mac-application-menu-map): Bind them.
14234 2005-07-12  wulei  <milton@wulei.net>  (tiny change)
14236         * progmodes/gdb-ui.el: Add note about buffering with Windows.
14238 2005-07-11  Luc Teirlinck  <teirllm@auburn.edu>
14240         * custom.el (custom-reevaluate-setting): Doc fix.
14242 2005-07-11  Jay Belanger  <belanger@truman.edu>
14244         * calc/calc.el (calc-embedded-announce-formula-alist)
14245         (calc-embedded-open-close-plain-alist)
14246         (calc-embedded-open-close-mode-alist): Add checks for additional
14247         major modes (due to Robert J. Chassell <bob@rattlesnake.com>).
14249 2005-07-11  Juanma Barranquero  <lekktu@gmail.com>
14251         * custom.el (custom-enable-theme): Don't add theme to
14252         `custom-enabled-themes' with `push' because there is no
14253         setf-method for `delq'.
14255 2005-07-11  Richard M. Stallman  <rms@gnu.org>
14257         * custom.el (custom-declare-variable): Doc fix.
14259         * dired-aux.el (dired-compare-directories): Remove "." and ".."
14260         from the alists.
14262         * emacs-lisp/edebug.el (edebug-slow-after, edebug-slow-before):
14263         Do nothing if edebug-active.
14265         * emacs-lisp/edebug.el (edebug-enter): Don't with-timeout-suspend here.
14266         (edebug-display): Do it here instead.
14268 2005-07-10  Richard M. Stallman  <rms@gnu.org>
14270         * cus-face.el (custom-theme-set-faces): Make it work.
14271         (custom-reset-faces): Doc fix.
14272         (custom-theme-reset-internal-face, custom-theme-face-value):
14273         Functions deleted.
14275         * custom.el (custom-push-theme): Maintain list of the settings
14276         of a given theme in its theme-settings property.
14277         Maintain position of old settings in the theme-value
14278         or theme-face property.
14279         (custom-enabled-themes): New variable.
14280         (custom-theme-enabled-p): New function.
14281         (provide-theme): Update custom-enabled-themes.
14282         Disable and reenable the `user' theme.
14283         (require-theme): Doc fix.
14284         (custom-do-theme-reset, custom-remove-theme): Functions deleted.
14285         (custom-theme-value, custom-theme-variable-value): Likewise.
14286         (custom-theme-reset-internal): Likewise.
14287         (custom-theme-load-themes): Fix bugs and use custom-disable-theme.
14288         (custom-enable-theme, custom-disable-theme): New functions.
14289         (custom-variable-theme-value, custom-face-theme-value): Likewise.
14290         (custom-theme-recalc-variable, custom-theme-recalc-face): Likewise.
14291         (custom-theme-reset-variables): Simplify.
14292         (deftheme, custom-declare-theme, custom-make-theme-feature):
14293         Definitions moved.
14295 2005-07-10  Chong Yidong  <cyd@stupidchicken.com>
14297         * longlines.el (longlines-show-region)
14298         (longlines-unshow-hard-newlines): Recognize hard newlines by
14299         non-nil hard property, instead of t.
14301 2005-07-10  Michael Kifer  <kifer@cs.stonybrook.edu>
14303         * viper-cmd.el (viper--key-maps): New variable.
14304         (viper-normalize-minor-mode-map-alist): Use viper--key-maps and
14305         emulation-mode-map-alists.
14306         (viper-envelop-ESC-key): Use viper-subseq.
14307         (viper-search-forward/backward/next): Disable debug-on-error.
14309         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
14310         (viper-ESC-key): New defcustoms.
14312         * viper-macs.el (ex-map-read-args): Use viper-subseq.
14314         * viper-util.el (viper-key-to-emacs-key): Use viper-subseq.
14315         (viper-subseq): Copy of subseq from cl.el.
14317         * viper.el (viper-go-away, viper-set-hooks): Use
14318         emulation-mode-map-alists, advise self-insert-command, add-minor-mode.
14320         * viper-mous.el (viper-current-frame-saved): Use defvar.
14322         * viper-init.el: Get rid of -face in face names.
14324         * ediff-diff.el (ediff-extract-diffs, ediff-extract-diffs3):
14325         Make it work with longlines mode
14327         * ediff-mult.el (ediff-meta-mode-hook): New variable.
14329         * ediff-ptch.el (ediff-file-name-sans-prefix): Quote regexp.
14331         * ediff-init.el: Get rid of -face in face names.
14333 2005-07-10  Richard M. Stallman  <rms@gnu.org>
14335         * emacs-lisp/edebug.el (edebug-enter): Call with-timeout-suspend
14336         and with-timeout-unsuspend.
14338         * emacs-lisp/debug.el (debug): Call with-timeout-suspend
14339         and with-timeout-unsuspend.
14341         * emacs-lisp/timer.el (with-timeout-timers): New variable.
14342         (with-timeout): Bind that variable to record timers.
14343         (with-timeout-suspend, with-timeout-unsuspend): New functions.
14345         * emacs-lisp/debug.el (debug-help-follow): New function.
14346         (debugger-mode-map): Use that instead of help-follow.
14347         (debugger-setup-buffer): Use eval-buffer-list
14348         to handle eval-buffer frames.
14350 2005-07-10  N. Raghavendra  <raghu@mri.ernet.in>  (tiny change)
14352         * timezone.el (timezone-parse-date): Change first regexp
14353         so it will not mistakenly match dates with no time zone.
14355 2005-07-10  Jeff Dwork  <jeff.dwork@amd.com>  (tiny change)
14357         * facemenu.el (facemenu-read-color): Do case-insensitive matching.
14359 2005-07-10  Luc Teirlinck  <teirllm@auburn.edu>
14361         * custom.el (custom-initialize-safe-set)
14362         (custom-initialize-safe-default): New functions.
14364         * frame.el (blink-cursor-mode): Use `custom-initialize-safe-default'
14365         and simplify :init-value.
14367         * tooltip.el (tooltip-mode): Use `custom-initialize-safe-default'
14368         and simplify :init-value.  Delete obsolete comment.
14370         * startup.el (command-line): Use `custom-reevaluate-setting' to
14371         handle `tooltip-mode'.  Delete obsolete comment.
14373         * files.el (set-visited-file-name): Avoid calling
14374         `file-name-nondirectory' with a nil argument.
14376 2005-07-09  Richard M. Stallman  <rms@gnu.org>
14378         * emacs-lisp/debug.el (debugger-setup-buffer): When eval-buffer
14379         was called with nil for the buffer, handle the read position right.
14380         Handle read position for eval-region, too.
14382 2005-07-09  Juri Linkov  <juri@jurta.org>
14384         * fringe.el (fringe-mode): Add period in docstring.
14385         (fringe-query-style): Build prompt depending on `all-frames' arg.
14387         * dired.el (dired-marker-char): Avoid quotations for `do' and `mark'
14388         to not create links to unrelated functions in the Help buffer.
14390         * progmodes/compile.el (compilation-mode-hook, compilation-mode):
14391         Doc fix.
14393         * simple.el (next-error-hook): New variable.
14394         (next-error): Use it.  Doc fix.
14396         * textmodes/ispell.el (ispell-command-loop): Add current
14397         dictionary name and program name to mode-line-format.
14398         (ispell-region, ispell-process-line): Add current dictionary name
14399         and program name to messages.
14401 2005-07-08  Jay Belanger  <belanger@truman.edu>
14403         * calc/calc.el (calc-embedded-announce-formula-alist)
14404         (calc-embedded-open-close-formula-alist)
14405         (calc-embedded-open-close-word-alist)
14406         (calc-embedded-open-close-plain-alist)
14407         (calc-embedded-open-close-new-formula-alist)
14408         (calc-embedded-open-close-mode-alist)
14409         (calc-embedded-new-buffer-hook, calc-embedded-new-formula-hook)
14410         (calc-embedded-mode-hook): New variables.
14412         * calc/calc-embed.el (calc-embedded-firsttime)
14413         (calc-embedded-firsttime-buf, calc-embedded-firsttime-formula):
14414         New variables.
14415         (calc-do-embedded): Use calc-embedded-firsttime,
14416         calc-embedded-firsttime-buf and calc-embedded-firsttime-formula to
14417         determine whether or not to run hooks.
14418         (calc-embedded-make-info) Set calc-embedded-firsttime-buf and
14419         calc-embedded-firsttime-formula appropriately.
14420         Set calc-embedded delimiter variables according to mode.
14422 2005-07-08  Richard M. Stallman  <rms@gnu.org>
14424         * emacs-lisp/checkdoc.el (checkdoc-proper-noun-list):
14425         Check for "emacs", etc., as entire symbol, not just as word.
14426         (checkdoc-file-comments-engine): Use regexp-quote on FN.
14428         * files.el (set-visited-file-name): Report the error
14429         for "empty filename" earlier.
14430         (kill-some-buffers): Ignore buffers already dead.
14432         * fringe.el (fringe-mode): Doc fix.
14434         * emacs-lisp/bytecomp.el (byte-compile-maybe-guarded):
14435         Check for (featurep 'xemacs) and turn off warnings in what it guards.
14436         Use unwind-protect to ensure byte-compile-unresolved-functions
14437         is updated.
14439         * whitespace.el (whitespace-buffer-leading-cleanup):
14440         Simplify w/ skip-chars-forward.
14441         (whitespace-buffer-trailing-cleanup): Simplify w/ skip-chars-backward.
14443         * mail/rmail.el (rmail-only-expunge): Fix paren error.
14444         Unconditionally try to leave point at the same old place.
14446 2005-07-08  Ralf Angeli  <angeli@iwi.uni-sb.de>  (tiny change)
14448         * comint.el (comint-postoutput-scroll-to-bottom)
14449         (comint-show-maximum-output): Take scroll-margin into consideration.
14451 2005-07-08  Kim F. Storm  <storm@cua.dk>
14453         * ido.el (ido-use-filename-at-point): New choice `guess'.
14454         (ido-file-internal): Try ffap-guesser if selected.
14456         * ido.el (ido-before-fallback-functions): New hook.
14457         (ido-buffer-internal, ido-file-internal, ido-read-buffer)
14458         (ido-read-file-name): Run it.
14460 2005-07-07  Stefan Monnier  <monnier@iro.umontreal.ca>
14462         * progmodes/hideif.el (hide-ifdef-use-define-alist): Pass a list of
14463         strings rather than a list of symbols to the completion function.
14465 2005-07-07  Jay Belanger  <belanger@truman.edu>
14467         * calc/calc-units.el (math-apply-units): Change the places in
14468         which units are simplified.
14470 2005-07-07  Luc Teirlinck  <teirllm@auburn.edu>
14472         * cus-edit.el (customize-option, customize-option-other-window):
14473         Make them handle aliases.
14475         * custom.el (custom-variable-p): Make it recursively follow
14476         aliases.  Mention that in the docstring.
14478 2005-07-07  Richard M. Stallman  <rms@gnu.org>
14480         * cus-start.el (exec-path): Use `directory' instead of `file'.
14481         Fix tag for nil.
14483 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
14485         * replace.el (occur-rename-buffer): Use `generate-new-buffer' also
14486         when called non-interactively.  Doc fix.
14488 2005-07-07  Lute Kamstra  <lute@gnu.org>
14490         * elide-head.el (elide-head-headers-to-hide): Recognize the FSF's
14491         new address as well.
14493 2005-07-07  Kenichi Handa  <handa@m17n.org>
14495         * international/mule.el (make-coding-system):
14496         Describe `ascii-incompatible' property in the docstring.
14497         (set-file-name-coding-system): Signal an error if coding-system is
14498         ascii-incompatible.
14499         (set-keyboard-coding-system): Likewise.
14501         * international/mule-cmds.el (set-default-coding-systems):
14502         Don't set default-file-name-coding-system and
14503         default-keyboard-coding-system if coding-system is ASCII-incompatible.
14505         * international/utf-16.el: Declare that all UTF-16-based coding
14506         systems are ASCII-incompatible.
14508 2005-07-07  Nick Roberts  <nickrob@snap.net.nz>
14510         * progmodes/gud.el: Require font-lock for displaying errors.
14511         Used by gdb-ui.el.
14513 2005-07-07  Juanma Barranquero  <lekktu@gmail.com>
14515         * hi-lock.el (hi-lock-find-patterns): Protect also against invalid
14516         values for the pattern lists which are `read'able but not
14517         `append'able (like symbols).
14519 2005-07-06  Richard M. Stallman  <rms@gnu.org>
14521         * progmodes/flymake.el (flymake-float-time): Instead of
14522         with-no-warnings, test for xemacs.
14523         (flymake-replace-regexp-in-string): Test fboundp of replace-in-string
14524         to avoid warning.
14526 2005-07-06  Juanma Barranquero  <lekktu@gmail.com>
14528         * w32-vars.el (w32-fixed-font-alist): Fix typo in `defcustom' tag.
14530 2005-07-05  Lute Kamstra  <lute@gnu.org>
14532         * battery.el: Add support for Darwin (with much debugging help
14533         from Samuel Lauber <sam124@operamail.com>).
14534         (battery-status-function, battery-echo-area-format)
14535         (battery-mode-line-format): Add support for pmset on Darwin.
14536         (battery-load-low, battery-load-critical): New user options.
14537         (battery-pmset): New function.
14539 2005-07-05  Lute Kamstra  <lute@gnu.org>
14541         Update FSF's address in GPL notices.
14543         * textmodes/page-ext.el: Update FSF's address.
14545 2005-07-04  Stefan Monnier  <monnier@iro.umontreal.ca>
14547         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Prevent adaptive
14548         filling from using prefix when filling a single-line docstring.
14550         * progmodes/flymake.el: Remove useless eval-when-compile.
14552         * arc-mode.el (archive-lzh-ogm): Reorder save excursion/restriction.
14554 2005-07-04  Richard M. Stallman  <rms@gnu.org>
14556         * textmodes/org.el (org-file-apps-defaults-gnu):
14557         Rename from org-file-apps-defaults-linux.
14558         (org-default-apps): Don't test system-type for `linux'.
14559         (org-file-apps): Doc fix.
14561 2005-07-04  David Ponce  <david@dponce.com>
14563         * tree-widget.el: Improve header Commentary section.
14564         (tree-widget) [defgroup]
14565         (tree-widget-image-enable, tree-widget-themes-directory)
14566         (tree-widget-theme, tree-widget-image-properties-emacs)
14567         (tree-widget-image-properties-xemacs, tree-widget-create-image)
14568         (tree-widget-image-formats, tree-widget-control)
14569         (tree-widget-empty-control, tree-widget-leaf-control
14570         (tree-widget-guide, tree-widget-end-guide, tree-widget-no-guide)
14571         (tree-widget-handle, tree-widget-no-handle, tree-widget-p)
14572         (tree-widget-keep, tree-widget-after-toggle-functions)
14573         (tree-widget-open-node, tree-widget-close-node): Doc fix.
14574         (tree-widget-open-control, tree-widget-close-control): Fix doc and
14575         :help-echo message.
14576         (tree-widget-set-theme): Doc fix.  Use `string-equal'.
14577         (tree-widget-image-properties): Doc fix.  Clearer implementation.
14578         (tree-widget--cursors): New constant.
14579         (tree-widget-lookup-image): New function split from
14580         `tree-widget-find-image'.  Clearer implementation.
14581         (tree-widget-find-image): Use it.
14582         (tree-widget-button-keymap): Use `set-keymap-parent'.
14583         (tree-widget) [define-widget]: Use `widget-children-value-delete'.
14584         Define the sub-widgets here.
14585         (tree-widget-node): Check that :node is not a tree-widget.
14586         (tree-widget-get-super, tree-widget-open-control)
14587         (tree-widget-close-control, tree-widget-empty-control)
14588         (tree-widget-leaf-control, tree-widget-guide)
14589         (tree-widget-end-guide, tree-widget-no-guide, tree-widget-handle)
14590         (tree-widget-no-handle, tree-widget-value-delete)
14591         (tree-widget-map): Remove.
14592         (tree-widget-children-value-save): Doc fix.  Simplified.
14593         (tree-widget-value-create): Update according to previous changes.
14595 2005-07-04  Carsten Dominik  <dominik@science.uva.nl>
14597         * textmodes/org.el: Leading space replaced by TABS.
14598         (org-recalc-marks, org-table-rotate-recalc-marks)
14599         (org-table-get-specials): Treat "^" and "_" marks.
14600         (org-table-justify-field-maybe): Optional argument NEW.
14601         (org-table-eval-formula): Parsing of the format simplified.
14602         New modes C,I.  Honor the %= parameter in the current table.
14603         Avoid unnecessary re-align by using the NEW argument to
14604         `org-table-justify-field-maybe'.
14605         (org-calc-default-modes): Default for date-format mimicks org-mode.
14606         (org-agenda, org-timeline): Quote argument in org-agenda-redo-command.
14608 2005-07-03  Luc Teirlinck  <teirllm@auburn.edu>
14610         * cus-face.el (custom-theme-set-faces): Make it handle face
14611         aliases whose alias declarations are pre- or autoloaded.
14613 2005-07-04  Juri Linkov  <juri@jurta.org>
14615         * faces.el (read-face-name): Put the code for getting a face name
14616         from the buffer before adding the faces from the `face' property.
14617         Use `completing-read-multiple' instead of `completing-read'.
14618         Require `crm'.  Add default value and post-process the returned
14619         list of faces.
14621         * emacs-lisp/crm.el (crm-find-current-element)
14622         (crm-minibuffer-complete-and-exit): Handle minibuffer prompt.
14624         * emacs-lisp/lisp-mode.el (eval-defun-1):
14625         * emacs-lisp/edebug.el (edebug-eval-defun):
14626         Remove unnecessary quotes.
14628 2005-07-04  Juanma Barranquero  <lekktu@gmail.com>
14630         * progmodes/prolog.el (prolog-eof-string): Doc fixes.
14631         (prolog-indent-level): Fix typo in docstring.
14633         * info.el (Info-history, Info-history-forward)
14634         (Info-history-list, Info-speedbar-fetch-file-nodes): Doc fixes.
14636         * add-log.el (add-change-log-entry):
14637         * comint.el (comint-dynamic-list-input-ring)
14638         (comint-dynamic-list-completions):
14639         * dabbrev.el (dabbrev-expand):
14640         * delim-col.el (delimit-columns-rectangle-line):
14641         * diff-mode.el (diff-context->unified, diff-reverse-direction)
14642         (diff-unified->context):
14643         * ediff-init.el (ediff-abbrev-jobname):
14644         * ediff-mult.el (ediff-replace-session-status-in-meta-buffer)
14645         (ediff-replace-session-activity-marker-in-meta-buffer):
14646         * info.el (Info-summary):
14647         * lpr.el (printify-region):
14648         * printing.el (pr-create-interface):
14649         * ps-print.el (ps-print-quote):
14650         * ses.el (ses-column-widths, ses-print-cell)
14651         (ses-adjust-print-width, ses-center):
14652         * shell.el (shell-file-name-quote-list):
14653         * strokes.el (strokes-read-stroke, strokes-read-complex-stroke)
14654         (strokes-fill-current-buffer-with-whitespace)
14655         (strokes-xpm-for-stroke, strokes-list-strokes)
14656         (strokes-xpm-char-bit-p, strokes-xpm-for-compressed-string):
14657         * term.el (term-dynamic-list-input-ring)
14658         (term-dynamic-list-completions):
14659         * calc/calc.el (math-format-stack-value):
14660         * emacs-lisp/edebug.el (edebug-display-freq-count):
14661         * progmodes/delphi.el (delphi-indent-line, delphi-fill-comment)
14662         (delphi-new-comment-line):
14663         * progmodes/ebnf2ps.el (ebnf-eps-filename, ebnf-trim-right):
14664         * progmodes/executable.el (executable-set-magic):
14665         * progmodes/python.el (inferior-python-mode):
14666         * progmodes/scheme.el (scheme-mode-syntax-table):
14667         * progmodes/sh-script.el (sh-maybe-here-document):
14668         * progmodes/sql.el (sql-copy-column):
14669         * progmodes/tcl.el (tcl-comment-indent, tcl-quote):
14670         * textmodes/bibtex.el (bibtex-mode):
14671         * textmodes/sgml-mode.el (html-imenu-index, sgml-attributes)
14672         (sgml-auto-attributes):
14673         * textmodes/table.el (table-insert, table-shorten-cell)
14674         (table--generate-source-scan-lines, table-delete-row)
14675         (*table--cell-delete-char, table--spacify-frame)
14676         (table--horizontally-shift-above-and-below)
14677         (table--cell-insert-char, table--cell-blank-str)
14678         (table--fill-region-strictly):
14679         * textmodes/tex-mode.el (tex-insert-quote, latex-find-indent):
14680         * textmodes/texinfo.el (texinfo-insert-quote): "?\ " -> "?\s".
14682         * add-log.el (change-log):
14683         * apropos.el (apropos):
14684         * comint.el (comint-completion, comint-source):
14685         * dabbrev.el (dabbrev):
14686         * delim-col.el (columns):
14687         * diff-mode.el (diff-mode):
14688         * ediff.el (ediff):
14689         * ediff-diff.el (ediff-diff):
14690         * ediff-init.el (ediff-highlighting, ediff-merge, ediff-hook):
14691         * ediff-mult.el (ediff-mult):
14692         * ediff-ptch.el (ediff-ptch):
14693         * ediff-wind.el (ediff-window):
14694         * facemenu.el (facemenu):
14695         * indent.el (indent):
14696         * info.el (info):
14697         * jka-cmpr-hook.el (compression, jka-compr):
14698         * lpr.el (lpr):
14699         * outline.el (outlines):
14700         * pcmpl-cvs.el (pcmpl-cvs):
14701         * pcmpl-rpm.el (pcmpl-rpm):
14702         * printing.el (printing):
14703         * ps-print.el (postscript, ps-print, ps-print-horizontal)
14704         (ps-print-vertical, ps-print-headers, ps-print-font)
14705         (ps-print-color, ps-print-face, ps-print-n-up, ps-print-zebra)
14706         (ps-print-background, ps-print-printer, ps-print-page)
14707         (ps-print-miscellany):
14708         * ses.el (ses):
14709         * shell.el (shell, shell-directories, shell-faces):
14710         * startup.el (initialization):
14711         * strokes.el (strokes):
14712         * term.el (term):
14713         * uniquify.el (uniquify):
14714         * w32-vars.el (w32):
14715         * calc/calc.el (calc):
14716         * emacs-lisp/bytecomp.el (bytecomp):
14717         * emacs-lisp/cl-indent.el (lisp-indent):
14718         * emacs-lisp/edebug.el (edebug):
14719         * emacs-lisp/elp.el (elp):
14720         * emacs-lisp/testcover.el (testcover):
14721         * emacs-lisp/trace.el (trace):
14722         * emulation/viper-ex.el (viper-ex):
14723         * emulation/viper-mous.el (viper-mouse):
14724         * mail/mailalias.el (mailalias):
14725         * mail/supercite.el (supercite, supercite-frames)
14726         (supercite-attr, supercite-cite, supercite-hooks):
14727         * net/rcompile.el (remote-compile):
14728         * net/rlogin.el (rlogin):
14729         * obsolete/ooutline.el (outlines):
14730         * progmodes/delphi.el (delphi):
14731         * progmodes/ebnf2ps.el (postscript, ebnf2ps, ebnf-special)
14732         (ebnf-except, ebnf-repeat, ebnf-terminal, ebnf-non-terminal)
14733         (ebnf-production, ebnf-shape, ebnf-displacement, ebnf-syntactic)
14734         (ebnf-optimization):
14735         * progmodes/etags.el (etags):
14736         * progmodes/executable.el (executable):
14737         * progmodes/idlwave.el (idlwave):
14738         * progmodes/pascal.el (pascal):
14739         * progmodes/prolog.el (prolog):
14740         * progmodes/python.el (python):
14741         * progmodes/scheme.el (scheme):
14742         * progmodes/sh-script.el (sh, sh-script):
14743         * progmodes/sql.el (SQL):
14744         * progmodes/tcl.el (tcl):
14745         * textmodes/bibtex.el (bibtex, bibtex-autokey):
14746         * textmodes/enriched.el (enriched):
14747         * textmodes/makeinfo.el (makeinfo):
14748         * textmodes/sgml-mode.el (sgml):
14749         * textmodes/table.el (table-hooks):
14750         * textmodes/tex-mode.el (tex-file, tex-run, tex-view):
14751         * textmodes/texinfo.el (texinfo):
14752         * textmodes/two-column.el (two-column):
14753         Finish `defgroup' description with period.
14755         * emacs-lisp/cl-indent.el (lisp-indent-maximum-backtracking):
14756         * eshell/esh-var.el (eshell-var):
14757         * progmodes/vhdl-mode.el (vhdl-testbench):
14758         * textmodes/org.el (org): Fix typos in docstrings.
14760         * emacs-lisp/timer.el (with-timeout): Improve argument/docstring
14761         consistency.
14763         * progmodes/flymake.el (flymake-find-file): Remove.
14764         (flymake-float-time): Use `with-no-warnings'.
14765         (flymake-check-start-time, flymake-check-was-interrupted)
14766         (flymake-err-info, flymake-is-running, flymake-last-change-time)
14767         (flymake-new-err-info): `defvar' at compile time.
14769 2005-07-03  Juanma Barranquero  <lekktu@gmail.com>
14771         * replace.el (occur-hook): Doc fix.
14772         (occur-1): Don't call `occur-hook' if there are no matches.
14774 2005-07-03  Richard M. Stallman  <rms@gnu.org>
14776         * emulation/tpu-edt.el (tpu-original-global-map): Don't copy
14777         global-map, save the same map.
14778         (global-map): Don't alter it at top level.
14779         (tpu-edt-on): Save global map in tpu-original-global-map, then copy.
14780         Then alter it here instead.
14781         (tpu-edt-off): Set global-map to the saved one.
14783         * emulation/tpu-edt.el (tpu-emacs19-p): Var deleted.
14784         All references simplified.
14785         (tpu-lucid-emacs-p): Rename from tpu-lucid-emacs19-p.  Uses changed.
14786         (zmacs-regions): Add defvar.
14787         (repeat-complex-command-map): Everything about that deleted.
14789         * textmodes/artist.el (artist-key-is-drawing)
14790         (artist-key-endpoint1, artist-key-poly-point-list)
14791         (artist-key-shape, artist-key-draw-how, artist-popup-menu-table)
14792         (artist-key-compl-table, artist-rb-save-data)
14793         (artist-arrow-point-1, artist-arrow-point-2): Move defvars up.
14794         Don't put them in eval-when-compile.
14795         (artist-set-arrow-points-for-poly): Use `last', not `artist-last'.
14797         * progmodes/ebrowse.el (ebrowse-revert-tree-buffer-from-file):
14798         Use with-no-warnings.
14800         * net/browse-url.el (dos-windows-version): Add defvar.
14802         * mail/supercite.el (filladapt-prefix-table): Add defvar.
14804         * mail/rmailsum.el (rmail-summary-redo): Add defvar.
14805         (rmail-summary-mode-map, rmail-summary-overlay): Defvars moved up.
14806         (rmail-new-summary-line-count): Rename from new-summary-line-count.
14807         Add defvar.
14808         (rmail-summary-beginning-of-message): Use with-no-warnings.
14809         (rmail-summary-first-message, rmail-summary-last-message): Likewise.
14811         * emulation/vip.el (vip-replace-string, ex-map, ex-read):
14812         Use with-no-warnings.
14814         * emulation/vi.el (vi-mark-region): Use c-mark-function.
14815         (c-mark-function): Add point-moving-unit property.
14816         (vi-goto-line): Use with-no-warnings.
14818         * emulation/edt.el (edt-last-copied-word): Add defvar.
14819         (zmacs-region-stays): Likewise.
14820         (edt-mark-section-wisely): Use c-mark-function for C.
14821         Use makr-defun for Fortran.
14822         (time-string): defvar deleted.
14823         (edt-display-the-time): Don't set time-string.
14825         * emacs-lisp/macroexp.el (macroexp-accumulate): Rename arg to var+list.
14827         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
14828         Don't warn when name is not constant
14829         or for defining the group `emacs'.
14831         * tooltip.el (gud-tooltip-mode): Add defvar.
14833         * startup.el (default-frame-background-mode): Add defvar.
14835         * smerge-mode.el (smerge-mode): Add duplicate defvar near top.
14837         * info.el (tool-bar-map): Add defvar.
14839         * dired.el (dnd-protocol-alist): Add defvar.
14841         * dired-aux.el (dired-query): Display question with answer, when
14842         the user answers.
14844         * custom.el (custom-add-option): Doc fix.
14846         * bookmark.el (Info-current-node, Info-suffix-list): Add defvars.
14848 2005-07-03  Eli Zaretskii  <eliz@gnu.org>
14850         * font-lock.el (font-lock-regexp-grouping-construct): Fix the
14851         bogus name from the last change.
14853 2005-07-02  Luc Teirlinck  <teirllm@auburn.edu>
14855         * custom.el (custom-declare-variable): Fix typos in comment.
14856         (custom-known-themes): Doc fix.
14857         (custom-theme-directory): New defcustom.
14858         (require-theme): Make it check `custom-theme-directory'.
14860         * cus-theme.el (custom-new-theme-mode): New function.
14861         (custom-theme-name, custom-theme-variables, custom-theme-faces)
14862         (custom-theme-description): Add compiler defvars.
14863         (customize-create-theme): Add doc to the "*New Custom Theme*"
14864         buffer.  Use `custom-new-theme-mode'.
14865         (custom-theme-write): Put the created buffer in emacs-lisp-mode
14866         and save it to the `custom-theme-directory'.  Make this the
14867         default directory of the buffer.
14869 2005-07-02  David Hunter  <hunterd_42@comcast.net>  (tiny change)
14871         * progmodes/flymake.el (flymake-mode, flymake-mode-off):
14872         Fix unbalanced parentheses.
14874 2005-07-02  Stefan Monnier  <monnier@iro.umontreal.ca>
14876         * progmodes/flymake.el (flymake-mode-on, flymake-mode-off): Move body
14877         into flymake-mode and delegate to flymake-mode.
14879         * find-file.el (ff-which-function-are-we-in): Clean up.
14881 2005-07-02  Juanma Barranquero  <lekktu@gmail.com>
14883         * replace.el (occur-rename-buffer): Fix docstring.
14885         * emulation/edt.el (*EDT-keys*, edt-default-global-map)
14886         (edt-last-copied-word, edt-learn-macro-count)
14887         (edt-orig-page-delimiter, edt-orig-transient-mark-mode)
14888         (edt-rect-start-point, edt-user-global-map, rect-start-point)
14889         (time-string, zmacs-region-stays):
14890         * emulation/edt-mapper.el (edt-save-function-key-map)
14891         (EDT-key-name): `defvar' to silence the byte-compiler.
14893 2005-07-02  Martin Rudalics  <rudalics@gmx.at>
14895         * font-lock.el (font-lock-regexp-grouping-backslash): Rename from
14896         font-lock-regexp-backslash.  Doc fix.
14897         (font-lock-regexp-backslash-grouping-construct): Rename from
14898         font-lock-regexp-backslash-construct.  Doc fix.
14899         (lisp-font-lock-keywords-2): Fix highlighting of Elisp regexp
14900         grouping constructs.
14902 2005-07-02  Eli Zaretskii  <eliz@gnu.org>
14904         * makefile.w32-in (bootstrap): Remove the $(EMACS) binary after
14905         updating all the prerequisites.
14907 2005-07-01  Juanma Barranquero  <lekktu@gmail.com>
14909         * textmodes/org.el (org-agenda-start-on-weekday)
14910         (org-calendar-to-agenda-key, org-agenda-sorting-strategy)
14911         (org-agenda-use-time-grid, org-archive-location)
14912         (org-allow-space-in-links, org-usenet-links-prefer-google)
14913         (org-enable-table-editor, org-export-default-language)
14914         (org-export-html-show-new-buffer, org-fill-paragraph)
14915         (org-cycle, org-goto-ret, org-goto-left, org-goto-right)
14916         (org-goto-quit, org-occur, org-eval-in-calendar)
14917         (org-agenda-cleanup-fancy-diary, org-agenda-no-heading-message)
14918         (org-agenda-diary-entry, org-remember-help)
14919         (org-table-convert-region, org-at-table-p)
14920         (org-table-move-row-down, org-table-move-row-up)
14921         (org-table-copy-region, org-table-toggle-vline-visibility)
14922         (org-table-get-stored-formulas, org-table-get-specials)
14923         (org-recalc-commands, org-table-eval-formula)
14924         (org-table-formula-substitute-names, orgtbl-make-binding)
14925         (org-format-org-table-html, org-format-table-table-html)
14926         (org-format-table-table-html-using-table-generate-source)
14927         (org-customize): Fix typos in docstrings.
14928         (org-level-2, org-at-timestamp-p, org-agenda-day-view)
14929         (org-agenda-toggle-diary, org-agenda-toggle-time-grid)
14930         (org-back-to-heading): Doc fixes.
14931         (org-agenda-toggle-time-grid, org-cmp-category, org-cmp-time)
14932         (org-agenda-change-all-lines, org-get-header):
14933         Improve argument/docstring consistency.
14934         (orgtbl-error): Fix error message.
14936         * progmodes/flymake.el (flymake-find-possible-master-files)
14937         (flymake-master-file-compare, flymake-get-line-err-count)
14938         (flymake-highlight-line, flymake-gui-warnings-enabled):
14939         Fix typos in docstrings.
14940         (flymake-parse-line, flymake-get-project-include-dirs-function)
14941         (flymake-get-prev-err-line-no, flymake-goto-prev-error):
14942         Doc fixes.
14943         (flymake-get-project-include-dirs-function)
14944         (flymake-make-err-menu-data):
14945         Improve argument/docstring consistency.
14947 2005-07-01  Lute Kamstra  <lute@gnu.org>
14949         * battery.el (battery-linux-proc-apm): Fix typo in docstring.
14950         Catch errors with ignore-errors.  Use temporary buffer.
14951         (battery-linux-proc-acpi): Fix typo in docstring.  Document `%r'.
14953         * facemenu.el (facemenu-unlisted-faces): Delete foreground and
14954         background color faces.
14955         (facemenu-set-foreground, facemenu-set-background):
14956         Use facemenu-set-face-from-menu.
14957         (facemenu-set-face-from-menu): Treat face names that start with
14958         "fg:" or "bg:" as special.
14959         (facemenu-add-new-color): Don't create faces.  Simplify.
14961 2005-06-30  Richard M. Stallman  <rms@gnu.org>
14963         * emacs-lisp/crm.el (crm-do-completion): Handle minibuffer prompt.
14964         (crm-find-current-element): Likewise.
14966 2005-06-30  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
14968         * help-fns.el (help-do-arg-highlight): Regexp-quote argument names.
14970 2005-06-30  Stefan Monnier  <monnier@iro.umontreal.ca>
14972         * arc-mode.el (archive-extract): Make it work as a mouse binding.
14973         (archive-mouse-extract): Make it an obsolete alias.
14974         (archive-mode-map): Don't use archive-mouse-extract any more.
14975         (archive-mode, archive-extract): write-contents-hooks ->
14976         write-contents-functions.
14977         (archive-arc-rename-entry, archive-lzh-rename-entry): Remove unused
14978         first arg.
14979         (archive-rename-entry): Update the call.
14980         (archive-zip-summarize): Remove unused var `method'.
14981         (archive-lzh-summarize): Remove unused var `creator'.
14983         * emacs-lisp/debug.el (debug): Quieten Drew Adams by killing the
14984         dedicated frame upon exit.
14986         * arc-mode.el: Bind inhibit-read-only rather than buffer-read-only.
14987         (archive-zip-extract, archive-zip-expunge)
14988         (archive-zip-update, archive-zip-update-case): Use executable-find.
14989         (archive-resummarize, archive-flag-deleted, archive-unmark-all-files):
14990         Use restore-buffer-modified-p.
14991         (archive-extract, archive-add-new-member, archive-write-file-member):
14992         Use with-current-buffer.
14993         (archive-lzh-ogm, archive-zip-chmod-entry): Use dolist.
14995 2005-06-30  Andreas Schwab  <schwab@suse.de>
14997         * progmodes/gud.el (gud-filter): Remove unneeded progn.
14999 2005-06-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
15001         * progmodes/sh-script.el (sh-get-kw): `&' also separates words.
15003 2005-06-30  Juri Linkov  <juri@jurta.org>
15005         * faces.el (vertical-border): Inherit from mode-line-inactive
15006         only on tty.
15008 2005-06-30  Juanma Barranquero  <lekktu@gmail.com>
15010         * help-fns.el (help-do-arg-highlight): Highlight also -ARG (for
15011         example, -NLINES in the `occur' docstring).
15013         * replace.el (occur-1): When no matches are found, do not set the
15014         `buffer-read-only' and modified flags for the occur buffer,
15015         because it is deleted.
15017         * emulation/cua-base.el (cua-check-pending-input)
15018         (cua-repeat-replace-region, cua-mode, cua-debug)
15019         (cua-auto-tabify-rectangles, cua-inhibit-cua-keys):
15020         Fix typos in docstrings.
15022         * emulation/cua-gmrk.el (cua-toggle-global-mark)
15023         (cua-cut-region-to-global-mark)
15024         (cua--cut-rectangle-to-global-mark):
15025         Remove period from end of messages.
15027         * emulation/cua-rect.el (cua-do-rectangle-padding):
15028         Remove period from end of messages.
15029         (cua--rectangle-seq-format): Fix typo in docstring.
15030         (cua-sequence-rectangle, cua-fill-char-rectangle):
15031         Improve argument/docstring consistency.
15033 2005-06-29  Juri Linkov  <juri@jurta.org>
15035         * faces.el (default-frame-background-mode): New internal variable.
15036         (frame-set-background-mode): Use it.
15038         * startup.el (normal-top-level): Set default-frame-background-mode
15039         instead of frame-background-mode.  Before setting it, test for its
15040         nil value.  Remove tests for frame-background-mode and frame
15041         parameter `reverse'.  Add test for "unspecified-fg".
15043         * term/xterm.el (xterm-rxvt-set-background-mode):
15044         * term/rxvt.el (rxvt-set-background-mode):
15045         Set default-frame-background-mode instead of frame-background-mode.
15047 2005-06-29  Juanma Barranquero  <lekktu@gmail.com>
15049         * simple.el (set-variable): Warn about obsolete user variables.
15051         * imenu.el (imenu--completion-buffer):
15052         * mouse.el (mouse-buffer-menu-alist):
15053         * msb.el (msb-invisible-buffer-p):
15054         * calendar/diary-lib.el (diary-header-line-format):
15055         * emacs-lisp/pp.el (pp-buffer):
15056         * progmodes/cperl-mode.el (cperl-do-auto-fill):
15057         * textmodes/picture.el (picture-replace-match):
15058         Change space constants followed by a sexp to "?\s ".
15060         * play/decipher.el (decipher-loop-with-breaks):
15061         * textmodes/texinfo.el (texinfo-insert-@item): Change space
15062         constants "protected" from end of line by a comment to "?\s".
15064 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15066         * font-lock.el (save-buffer-state): Use `declare'.
15068         * progmodes/cperl-mode.el (cperl-find-pods-heres): Don't gratuitously
15069         reset the syntax-table to cperl-mode-syntax-table.
15070         (cperl-mode): Make _ into word-syntax during font-locking so "print" in
15071         "foo_print_bar" is not matched as a reserved keyword.
15073 2005-06-29  Carsten Dominik  <dominik@science.uva.nl>
15075         * textmodes/org.el (orgtbl-setup): New function, for delayed
15076         setup for the orgtbl commands.
15077         (org-calc-default-modes): New option.
15078         (orgtbl-make-binding): Use `defun' to get better help display.
15079         (org-diary): Call `org-compile-prefix-format'.
15080         (org-table-formula-substitute-names): New function.
15081         (org-agenda-day-view, org-agenda-week-view): New commands.
15082         (org-agenda-toggle-week-view): Command removed.
15083         (org-tbl-menu): Split off from org-org-menu.
15084         (org-mode): Move removal of outline-mode menus to here.
15085         (org-table-formula-debug): New option.
15086         (org-table-insert-row): Keep first field if just "#" or "*".
15087         (org-mode): Paragraph regexps fixed.
15088         (org-table-recalculate-regexp): New constant.
15089         (org-table-justify-field-maybe): Avoid replace if not necessary.
15090         (org-copy-special, org-cut-special): Use `call-interactively'.
15091         (org-table-copy-region): Take region from `interactive' call.
15092         (org-trim): Return string even if no match.
15093         (org-formula): New face.
15094         (org-set-font-lock-defaults): No longer highlight "FIXME".
15095         But highlight formula-related fields in table.
15096         (org-table-p): Use regexp, not fontification.
15097         (org-table-align): Handle white space at end of line.
15098         (org-table-formula-evaluate-inline): New option.
15099         (org-mode): Auto-wrapping in comment lines turned off.
15100         (org-table-copy-down): Evaluate only in copied field, not in
15101         destination.
15102         (org-table-current-formula): Variable removed.
15103         (org-table-store-formulas, org-table-get-stored-formulas)
15104         (org-table-modify-formulas, org-table-replace-in-formulas)
15105         (org-table-maybe-eval-formula): New functions.
15106         (org-table-get-formula): Modify to use stored formulas.
15107         (org-table-insert-column, org-table-delete-column)
15108         (org-table-move-column): Call `org-table-modify-formulas'.
15109         (org-complete): Add completion for keyword formulas.
15110         (orgtbl-mode): Pull orgtbl-mode-map to start of
15111         minor-mode-map-alist.
15113 2005-06-29  Stefan Monnier  <monnier@iro.umontreal.ca>
15115         * progmodes/python.el (python-check): Require `compile' before
15116         modifying its variables.
15118         * newcomment.el (comment-indent-default): Don't get fooled by an early
15119         end of buffer.
15121 2005-06-28  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15123         * ps-print.el (ps-print-version): Fix version number.
15125 2005-06-28  Luc Teirlinck  <teirllm@auburn.edu>
15127         * textmodes/ispell.el (ispell-word): Remove stray parenthesis.
15129 2005-06-28  Richard M. Stallman  <rms@gnu.org>
15131         * textmodes/flyspell.el (flyspell-use-local-map): Variable deleted.
15132         (flyspell-local-mouse-map): Declaration deleted.
15133         (flyspell-mouse-map): Bind only mouse-2.
15134         (flyspell-mode-map): Don't test flyspell-use-local-map.
15135         (flyspell-overlay-keymap-property-name): Var deleted.
15136         (flyspell-mode-on): Don't make local bindings for
15137         flyspell-mouse-map and flyspell-mode-map.
15138         (make-flyspell-overlay): Unconditionally put on `keymap' text prop.
15140         * textmodes/ispell.el (ispell-word): Do not ignore short words.
15142         * progmodes/compile.el (compilation-next-error-function):
15143         Don't switch buffers; operate on the current buffer.
15145         * progmodes/compile.el (compilation-error-file-name)
15146         (compilation-warning-file-name, compilation-info-file-name)
15147         (compilation-line-number, compilation-column-number): New faces.
15148         (compilation-error-face, compilation-warning-face)
15149         (compilation-info-face, compilation-line-face)
15150         (compilation-column-face): Use them.
15152         * facemenu.el (facemenu-add-face): Warn when font-lock is active.
15154         * comint.el (comint-password-prompt-regexp): Accept ", try again".
15156         * bindings.el (global-map): Bind insertchar and its variants.
15158 2005-06-27  Richard M. Stallman  <rms@gnu.org>
15160         * textmodes/artist.el (artist-text-overwrite)
15161         (artist-figlet-get-extra-args, artist-text-see-thru): Use read-string.
15163 2005-06-27  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
15165         * ps-print.el: It was not working the page selection for printing.
15166         Reported by Sebastian Tennant <sebyte@smolny.plus.com>.
15167         (ps-print-version): New version 6.6.7.
15168         (ps-end-sheet): New fun.
15169         (ps-header-sheet, ps-end-job): Call it.
15171 2005-06-27  Luc Teirlinck  <teirllm@auburn.edu>
15173         * subr.el (add-to-list, add-to-ordered-list): Doc fixes.
15175 2005-06-27  Lute Kamstra  <lute@gnu.org>
15177         * facemenu.el (facemenu-unlisted-faces): Add foreground and
15178         background color faces.
15179         (facemenu-get-face): Delete function.
15180         (facemenu-set-face-from-menu): Don't call facemenu-get-face.
15181         (facemenu-add-new-color): Make second argument mandatory.
15182         Create the appropriate face and return it.  Simplify.
15183         (facemenu-set-foreground, facemenu-set-background): Don't check if
15184         color is defined.  Use return value of facemenu-add-new-color.
15186 2005-06-26  Nick Roberts  <nickrob@snap.net.nz>
15188         * progmodes/gud.el (gud-filter): Add missing argument to
15189         with-selected-window.
15191 2005-06-26  Stefan Monnier  <monnier@iro.umontreal.ca>
15193         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't automatically add
15194         a :require to the defcustom.
15196         * emacs-lisp/autoload.el (make-autoload): Add the :setter for
15197         defcustoms corresponding to minor modes.
15199 2005-06-26  David Ponce  <david@dponce.com>
15201         * recentf.el: Require tree-widget instead of wid-edit.
15202         (recentf-filename-handler): Fix widget :type.
15203         (recentf-cancel-dialog, recentf-open-more-files)
15204         (recentf-open-files-action): Doc fix.
15205         (recentf-dialog-goto-first): New function.
15206         (recentf-dialog-mode-map): Set parent keymap first.
15207         (recentf-dialog-mode): Define with define-derived-mode.
15208         Don't display continuation lines in dialogs.
15209         (recentf-edit-list): Rename from recentf-edit-selected-items.
15210         (recentf-edit-list-select): Rename from recentf-edit-list-action.
15211         Simplify.
15212         (recentf-edit-list-validate): New function.
15213         (recentf-edit-list): Update accordingly.
15214         (recentf-open-files-item-shift): Remove.
15215         (recentf-open-files-item): Convert menu elements into tree and
15216         link widgets.  Don't create the widgets.
15217         (recentf-open-files): Update accordingly.
15218         (recentf-save-list): Untabify.
15220 2005-06-25  Luc Teirlinck  <teirllm@auburn.edu>
15222         * replace.el (keep-lines-read-args): Add INTERACTIVE arg.
15223         (keep-lines): Add INTERACTIVE arg.  Never delete lines only
15224         partially contained in the active region.  Do not take active
15225         region into account when called from Lisp, unless INTERACTIVE arg
15226         is non-nil.  Use `forward-line' instead of `beginning-of-line' to
15227         avoid trouble with fields.  Make marker point nowhere when no
15228         longer used.  Always return nil.  Doc fix.
15229         (flush-lines): Add INTERACTIVE arg.  Do not take active region
15230         into account when called from Lisp, unless INTERACTIVE arg is
15231         non-nil.  Use `forward-line' instead of `beginning-of-line' to
15232         avoid trouble with fields.  Make marker point nowhere when no
15233         longer used.  Always return nil.  Doc fix.
15234         (how-many): Add INTERACTIVE arg.  Make RSTART and REND args
15235         interchangeable.  Do not take active region into account when
15236         called from Lisp, unless INTERACTIVE arg is non-nil.  Do not print
15237         message in echo area when called from Lisp, unless INTERACTIVE arg
15238         is non-nil.  Avoid saying "1 occurrences".  Do not use markers.
15239         Return the number of matches.  Doc fix.
15240         (occur): Doc fix.
15241         (perform-replace): Make comment follow double space convention for
15242         the sake of `outline-minor-mode'.
15244         * faces.el (facep): Doc fix.
15246 2005-06-25  Richard M. Stallman  <rms@gnu.org>
15248         * facemenu.el (facemenu-enable-faces-p): New function.
15249         (facemenu-background-menu, facemenu-foreground-menu)
15250         (facemenu-face-menu): Add menu-enable property.
15252         * jka-compr.el (jka-compr-insert-file-contents):
15253         Special handling if cannot find the uncompression program.
15255         * cus-face.el (custom-face-attributes): Add autoload.
15257         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
15258         Bind comment-indent-function locally.
15260         * window.el (save-selected-window): Use save-current-buffer.
15262         * subr.el (with-selected-window): Use save-current-buffer.
15264         * progmodes/gud.el (gud-filter): Simplify using with-selected-window
15265         and with-current-buffer.
15267 2005-06-24  Richard M. Stallman  <rms@gnu.org>
15269         * simple.el (line-move-1): Fix previous change.
15271 2005-06-24  Juanma Barranquero  <lekktu@gmail.com>
15273         * replace.el (occur-1): Set `buffer-read-only' and the
15274         buffer-modified flag before running `occur-hook' to protect
15275         against unintentional buffer switches that can lead to data loss.
15277 2005-06-24  Nick Roberts  <nickrob@snap.net.nz>
15279         * progmodes/gud.el (gud-tooltip-print-command): Indent properly.
15280         (gud-gdb-marker-filter): Use font-lock-warning-face for any
15281         initial error.
15283         * progmodes/gdb-ui.el (gdb-send): Remove warning face from errors
15284         after fresh input.
15285         (gdb-var-create-handler): Put name of expression in quotes.
15287 2005-06-23  Luc Teirlinck  <teirllm@auburn.edu>
15289         * emacs-lisp/ring.el (ring-elements): Make it return a list of the
15290         elements of RING in order, and without bogus nil elements.
15292 2005-06-23  Richard M. Stallman  <rms@gnu.org>
15294         * simple.el (set-variable): Args renamed; doc fix.
15295         (line-move-1): When there are overlays around, use vertical-motion.
15297         * faces.el (escape-glyph): Use brown against light background.
15298         (nobreak-space): Rename from no-break-space.
15299         Fix previous change.
15301         * dired-aux.el (dired-do-copy): Fix arg prompt.
15303         * mail/sendmail.el (mail-setup-with-from): Fix custom type.
15305 2005-06-23  Glenn Morris  <gmorris@ast.cam.ac.uk>
15307         * mail/emacsbug.el (report-emacs-bug): Use "X server distributor"
15308         rather than "Distributor".
15310 2005-06-23  Lute Kamstra  <lute@gnu.org>
15312         * emacs-lisp/debug.el (debugger-special-form-p): New defun.
15313         (debug-on-entry): Use it.  New interactive declaration that uses
15314         function-called-at-point.
15316 2005-06-23  Kim F. Storm  <storm@cua.dk>
15318         * subr.el (save-match-data): Add comment about using evaporate arg
15319         to set-match-data.
15321 2005-06-22  Glenn Morris  <gmorris@ast.cam.ac.uk>
15323         * cus-edit.el (customize-face)
15324         (customize-face-other-window): Handle face aliases.
15326         * faces.el (face-documentation, set-face-attribute)
15327         (face-spec-set): Handle face aliases.
15329 2005-06-22  Juanma Barranquero  <lekktu@gmail.com>
15331         * help-mode.el (help-make-xrefs): If a symbol representing a face
15332         name is not followed by the word "face", it could still be a
15333         function or variable name, so don't bypass other checks.
15335 2005-06-22  Juri Linkov  <juri@jurta.org>
15337         * ps-print.el (ps-face-foreground-name, ps-face-background-name):
15338         Replace aliased functions with calls where second arg `inherit' is t.
15340 2005-06-22  Nick Roberts  <nickrob@snap.net.nz>
15342         * progmodes/gdb-ui.el (gdb-error): New variable.
15343         (gdb-error): New function.
15344         (gdb-annotation-rules): Act on error-begin and error annotations.
15345         (gdb-concat-output): Use font-lock-warning-face for errors.
15347 2005-06-22  Miles Bader  <miles@gnu.org>
15349         * bindings.el (propertized-buffer-identification): Use renamed
15350         `Buffer-menu-buffer' face.
15352         * faces.el (vertical-border): Rename from `vertical-divider'.
15353         (escape-glyph): Change dark-background color back to `cyan'.
15355 2005-06-21  Juri Linkov  <juri@jurta.org>
15357         * faces.el (face-user-default-spec): Try getting `customized-face'
15358         prior to `saved-face'.
15359         (frame-background-mode): Refill docstring.
15361         * emacs-lisp/lisp-mode.el (eval-defun-1):
15362         * emacs-lisp/edebug.el (edebug-eval-defun):
15363         Set `saved-face' temporarily to nil before calling form.
15364         Set `customized-face' to the new spec after that.
15366 2005-06-21  Juanma Barranquero  <lekktu@gmail.com>
15368         * subr.el (1value, lambda, key-substitution-in-progress):
15369         Doc fixes.
15371         * autoinsert.el (auto-insert-alist):
15372         * ses.el (ses-call-printer):
15373         * subr.el (noreturn):
15374         * emacs-lisp/lisp.el (check-parens):
15375         * emacs-lisp/byte-opt.el (byte-optimize-pure-func):
15376         * net/browse-url.el (browse-url-mosaic):
15377         * progmodes/cc-defs.el (c-safe-scan-lists):
15378         * progmodes/ebnf-abn.el (ebnf-abn-lex):
15379         * progmodes/ebnf-bnf.el (ebnf-bnf-lex):
15380         * progmodes/ebnf-dtd.el (ebnf-dtd-lex):
15381         * progmodes/ebnf-ebx.el (ebnf-ebx-lex):
15382         * progmodes/ebnf-iso.el (ebnf-iso-lex):
15383         * progmodes/ebnf-yac.el (ebnf-yac-lex): Fix spellings.
15385 2005-06-21  Reiner Steib  <Reiner.Steib@gmx.de>
15387         * pcvs-defs.el (cvs-menu): Add cvs-mode-mark and cvs-mode-unmark.
15389 2005-06-21  Glenn Morris  <gmorris@ast.cam.ac.uk>
15391         * calendar/appt.el (appt-make-list): Activate the package, if
15392         not already active (for backwards compatibility).
15394 2005-06-20  Kim F. Storm  <storm@cua.dk>
15396         * subr.el (add-to-ordered-list): Test membership with eq.  Simplify.
15398 2005-06-20  Miles Bader  <miles@gnu.org>
15400         * faces.el (vertical-divider): New face.
15402 2005-06-20  Juanma Barranquero  <lekktu@gmail.com>
15404         * simple.el (kill-whole-line): Doc fix.
15405         (next-error-buffer-p, next-error-find-buffer)
15406         (clone-indirect-buffer): Fix typos in docstrings.
15407         (comment-line-break-function): Doc fix: don't say variable
15408         is automatically buffer-local (it isn't).
15410 2005-06-19  Michael Albinus  <michael.albinus@gmx.de>
15412         * net/tramp-ftp.el (top):
15413         * net/tramp-smb.el (top):
15414         * net/tramp-util.el (top):
15415         * net/tramp-uu.el (top):
15416         * net/tramp-vc.el (top):
15417         * net/tramp.el (top): Revert copyright years back to original
15418         ones.  Tramp has a life outside GNU Emacs.
15420 2005-06-19  Nick Roberts  <nickrob@snap.net.nz>
15422         * tooltip.el (tooltip-use-echo-area): Don't make it obsolete.
15424 2005-06-18  Juri Linkov  <juri@jurta.org>
15426         * progmodes/grep.el (grep-regexp-alist): Use backreference at the
15427         end of first regexp to limit the match to the position between
15428         line number and source line with same separator character as used
15429         between file name and line number.  In the second regexp limit
15430         mouse-face area to file name and line number by adding new group
15431         for them and referring it in HYPERLINK arg.
15432         (grep-regexp-alist, grep-mode-font-lock-keywords): Use shy group.
15433         (grep-mode): Set font-lock-lines-before to 0 to not refontify the
15434         previous line where grep markers may be already removed.
15436 2005-06-18  Peter Kleiweg  <p.c.j.kleiweg@rug.nl>
15438         * progmodes/ps-mode.el: Update version and maintainer's email address.
15440 2005-06-18  Steve Youngs  <steve@xemacs.org>
15442         * net/browse-url.el (browse-url-browser-function)
15443         (browse-url-default-browser): Add firefox.
15444         (browse-url-firefox-program, browse-url-firefox-arguments)
15445         (browse-url-firefox-startup-arguments)
15446         (browse-url-firefox-new-window-is-tab): New defcustoms.
15447         (browse-url-firefox, browse-url-firefox-sentinel): New functions.
15449 2005-06-17  Richard M. Stallman  <rms@gnu.org>
15451         * startup.el (command-line): Warn if specified user name has
15452         no home directory.
15454         * term.el (term-get-old-input, term-input-filter, term-input-sender)
15455         (term-mode-hook, term-exec-hook, term-escape-char): Doc fixes.
15457         * longlines.el (longlines-mode, longlines-show-hard-newlines):
15458         Doc fixes.
15460         * faces.el (underline): Try bold if terminal doesn't support underline.
15462         * mail/sendmail.el (mail-setup-with-from): New variable.
15463         (mail-insert-from-field): New function.
15464         (sendmail-send-it): Call it.
15465         (mail-setup): Optionally call it here.
15467         * term/linux.el: Call tty-no-underline.
15469 2005-06-17  Luc Teirlinck  <teirllm@auburn.edu>
15471         * emacs-lisp/edebug.el (edebug-goto-here): Doc fix.
15473 2005-06-17  Miles Bader  <miles@gnu.org>
15475         * ediff-init.el (ediff-current-diff-A, ediff-current-diff-B)
15476         (ediff-current-diff-C, ediff-current-diff-Ancestor)
15477         (ediff-fine-diff-A, ediff-fine-diff-B, ediff-fine-diff-C)
15478         (ediff-fine-diff-Ancestor, ediff-even-diff-A, ediff-even-diff-B)
15479         (ediff-even-diff-C, ediff-even-diff-Ancestor, ediff-odd-diff-A)
15480         (ediff-odd-diff-B, ediff-odd-diff-C, ediff-odd-diff-Ancestor):
15481         Remove "-face" suffix from face names.
15482         (ediff-current-diff-face-A, ediff-current-diff-face-B)
15483         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15484         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15485         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15486         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15487         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15488         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15489         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15490         New backward-compatibility aliases for renamed faces.
15491         (ediff-current-diff-face-A, ediff-current-diff-face-B)
15492         (ediff-current-diff-face-C, ediff-current-diff-face-Ancestor)
15493         (ediff-fine-diff-face-A, ediff-fine-diff-face-B)
15494         (ediff-fine-diff-face-C, ediff-fine-diff-face-Ancestor)
15495         (ediff-even-diff-face-A, ediff-even-diff-face-B)
15496         (ediff-even-diff-face-C, ediff-even-diff-face-Ancestor)
15497         (ediff-odd-diff-face-A, ediff-odd-diff-face-B)
15498         (ediff-odd-diff-face-C, ediff-odd-diff-face-Ancestor):
15499         Use renamed ediff faces.
15501         * eshell/esh-test.el (eshell-test-ok, eshell-test-failed):
15502         Remove "-face" suffix from face names.
15503         (eshell-test-ok-face, eshell-test-failed-face):
15504         New backward-compatibility aliases for renamed faces.
15505         (eshell-run-test): Use renamed eshell-test faces.
15507         * eshell/em-prompt.el (eshell-prompt): Remove "-face" suffix from
15508         face name.
15509         (eshell-prompt-face): New backward-compatibility alias for renamed
15510         face.
15511         (eshell-emit-prompt): Use renamed eshell-prompt face.
15513         * eshell/em-ls.el (eshell-ls-directory, eshell-ls-symlink)
15514         (eshell-ls-executable, eshell-ls-readonly, eshell-ls-unreadable)
15515         (eshell-ls-special, eshell-ls-missing, eshell-ls-archive)
15516         (eshell-ls-backup, eshell-ls-product, eshell-ls-clutter):
15517         Remove "-face" suffix from face names.
15518         (eshell-ls-directory-face, eshell-ls-symlink-face)
15519         (eshell-ls-executable-face, eshell-ls-readonly-face)
15520         (eshell-ls-unreadable-face, eshell-ls-special-face)
15521         (eshell-ls-missing-face, eshell-ls-archive-face)
15522         (eshell-ls-backup-face, eshell-ls-product-face)
15523         (eshell-ls-clutter-face):
15524         New backward-compatibility aliases for renamed faces.
15525         (eshell-ls-decorated-name): Use renamed eshell-ls faces.
15527         * progmodes/cc-fonts.el (c-nonbreakable-space-face):
15528         Remove "-face" suffix from face name.
15529         (c-cpp-matchers): Use the variable `c-nonbreakable-space-face'
15530         instead of literal face.
15532 2005-06-17  Juanma Barranquero  <lekktu@gmail.com>
15534         * emacs-lisp/warnings.el (display-warning, lwarn)
15535         (warning-minimum-log-level): Doc fixes.
15536         (warning-minimum-level, warning-minimum-log-level):
15537         Add :debug to :type choices.
15539         * progmodes/ada-mode.el (ada-format-paramlist)
15540         (ada-get-indent-case, ada-check-matching-start)
15541         (ada-check-defun-name, ada-goto-matching-decl-start)
15542         (ada-goto-matching-start, ada-goto-matching-end, ada-tab)
15543         (ada-untab, ada-move-to-start, ada-fill-comment-paragraph)
15544         (ada-make-subprogram-body): Follow error conventions.
15545         (ada-case-exception-file, ada-indent-comment-as-code)
15546         (ada-indent-handle-comment-special, ada-indent-renames)
15547         (ada-indent-return, ada-search-directories-internal)
15548         (ada-tab-policy, ada-case-exception-substring)
15549         (ada-other-file-alist, ada-matching-start-re)
15550         (ada-matching-decl-start-re, ada-contextual-menu-last-point)
15551         (ada-imenu-generic-expression, ada-compile-goto-error)
15552         (ada-in-comment-p, ada-in-string-p, ada-in-string-or-comment-p)
15553         (ada-popup-menu, ada-add-extensions, ada-mode)
15554         (ada-region-selected, ada-create-case-exception)
15555         (ada-create-case-exception-substring, ada-after-keyword-p)
15556         (ada-activate-keys-for-case, ada-adjust-case-region)
15557         (ada-adjust-case-buffer, ada-format-paramlist)
15558         (ada-scan-paramlist, ada-insert-paramlist)
15559         (ada-indent-newline-indent)
15560         (ada-indent-newline-indent-conditional)
15561         (ada-justified-indent-current, ada-goto-previous-word)
15562         (ada-indent-current, ada-get-indent-open-paren)
15563         (ada-get-indent-paramlist, ada-get-indent-end)
15564         (ada-get-indent-case, ada-get-indent-when, ada-get-indent-if)
15565         (ada-get-indent-block-start, ada-get-indent-subprog)
15566         (ada-get-indent-noindent, ada-get-indent-label)
15567         (ada-get-indent-loop, ada-get-indent-type, ada-goto-stmt-start)
15568         (ada-search-prev-end-stmt, ada-goto-next-non-ws)
15569         (ada-goto-stmt-end, ada-goto-next-word)
15570         (ada-check-matching-start, ada-check-defun-name)
15571         (ada-goto-matching-decl-start, ada-goto-matching-start)
15572         (ada-goto-matching-end, ada-search-ignore-string-comment)
15573         (ada-in-decl-p, ada-looking-at-semi-or)
15574         (ada-looking-at-semi-private, ada-in-paramlist-p)
15575         (ada-in-open-paren-p, ada-tab, ada-indent-current-function)
15576         (ada-untab-hard, ada-move-to-start, ada-move-to-end)
15577         (ada-next-procedure, ada-previous-procedure, ada-next-package)
15578         (ada-previous-package, ada-create-menu)
15579         (ada-fill-comment-paragraph-justify)
15580         (ada-fill-comment-paragraph-postfix, ada-fill-comment-paragraph)
15581         (ada-other-file-name, ada-last-which-function-line)
15582         (ada-last-which-function-subprog, ada-which-function)
15583         (ada-get-body-name, ada-outline-level, ada-narrow-to-defun)
15584         (ada-gen-treat-proc, ada-check-emacs-version)
15585         (ada-continuation-indent, ada-align-region-separate):
15586         Fix typos in docstrings.
15587         (ada-adjust-case, ada-adjust-case-interactive): Doc fixes.
15589 2005-06-16  Lute Kamstra  <lute@gnu.org>
15591         * simple.el (fundamental-mode): Run after-change-major-mode-hook
15592         conditionally.
15594 2005-06-16  Juanma Barranquero  <lekktu@gmail.com>
15596         * comint.el (comint-replace-by-expanded-filename)
15597         (comint-prompt-regexp, comint-delimiter-argument-list)
15598         (comint-preinput-scroll-to-bottom):
15599         * info.el (Info-hide-cookies-node):
15600         * ls-lisp.el (ls-lisp-classify):
15601         * find-file.el (ff-search-directories, ff-special-constructs)
15602         (ff-find-other-file):
15603         * font-lock.el (font-lock-keywords):
15604         * shell.el (shell-prompt-pattern)
15605         (shell-dynamic-complete-functions, shell-mode)
15606         (shell-delimiter-argument-list):
15607         * term.el (term-replace-by-expanded-filename)
15608         (term-prompt-regexp, term-delimiter-argument-list):
15609         * woman.el (woman-ignore, woman0-if):
15610         * emacs-lisp/derived.el (derived-mode-init-mode-variables):
15611         * emacs-lisp/elint.el (elint-init-env):
15612         * emacs-lisp/regexp-opt.el (regexp-opt-depth):
15613         * eshell/esh-mode.el (eshell-preinput-scroll-to-bottom):
15614         * language/ethio-util.el (ethio-tilde-escape)
15615         (ethio-use-three-dot-question):
15616         * net/zone-mode.el (zone-mode-load-time-setup):
15617         * progmodes/cc-align.el (c-lineup-argcont):
15618         * progmodes/cc-awk.el (c-awk-beginning-of-defun):
15619         * progmodes/cperl-mode.el (cperl-set-style-back):
15620         * progmodes/inf-lisp.el (inferior-lisp-prompt):
15621         * progmodes/vhdl-mode.el (vhdl-beginning-of-libunit):
15622         Fix spellings in docstrings.
15624         * textmodes/sgml-mode.el (sgml-calculate-indent, html-tag-help):
15625         * progmodes/modula2.el (m2-for): Fix spellings.
15627         * menu-bar.el (menu-bar-games-menu): Fix typo in menu help string.
15629         * simple.el (undo-more): Don't use `format' on `error' arguments.
15630         Improve argument/docstring consistency.
15631         (pending-undo-list): Doc fix.
15633         * smerge-mode.el (smerge-ensure-match):
15634         * emulation/vip.el (vip-ex):
15635         * net/zone-mode.el (zone-mode-update-serial):
15636         * progmodes/idlwave.el (idlwave-complete):
15637         * progmodes/vhdl-mode.el (vhdl-visit-file)
15638         (vhdl-compose-wire-components):
15639         Don't use `format' on `error' arguments.
15641         * tooltip.el (tooltip-start-delayed-tip, tooltip-timeout)
15642         (tooltip-use-echo-area, tooltip-process-prompt-regexp)
15643         (tooltip-help-tips): Fix typos in docstrings.
15645 2005-06-16  David Ponce  <david@dponce.com>
15647         * tree-widget.el (tree-widget-value-create): Simplify last change.
15649 2005-06-15  Matt Hodges  <MPHodges@member.fsf.org>
15651         * ido.el (ido-incomplete-regexp): New variable.
15652         (ido-set-matches-1): Handle invalid-regexp error and set
15653         ido-incomplete-regexp.
15654         (ido-incomplete-regexp): New face.
15655         (ido-completions): Use it.
15656         (ido-complete, ido-exit-minibuffer, ido-completions):
15657         Handle incomplete regexps.
15658         (ido-completions): Add check for complete match when entering a regexp.
15660 2005-06-15  Stefan Monnier  <monnier@iro.umontreal.ca>
15662         * subr.el (add-to-ordered-list): Use a weak hash-table to avoid leaks.
15664 2005-06-15  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
15666         * textmodes/bibtex.el (bibtex-Preamble): Enclose BibTeX preamble
15667         by field delimiters.
15669 2005-06-15  David Ponce  <david@dponce.com>
15671         * tree-widget.el: eval-and-compile inlined functions so they will
15672         be available at run-time too.
15673         (tree-widget-super-format-handler)
15674         (tree-widget-format-handler): Remove.
15675         (tree-widget-value-create): Handle the :indent property.
15677 2005-06-15  Miles Bader  <miles@gnu.org>
15679         * progmodes/which-func.el (which-func): Only inherit
15680         `font-lock-function-name-face' when that makes sense against the
15681         default mode-line face, otherwise set the face color explicitly.
15683         * progmodes/cperl-mode.el (cperl-init-faces): Use literal cperl
15684         faces instead of (non-existent) variables.
15686 2005-06-14  Stefan Monnier  <monnier@iro.umontreal.ca>
15688         * iswitchb.el (iswitchb-to-end): Replace mapcar with dolist.
15689         (iswitchb-get-matched-buffers): Likewise.  Simplify.
15691 2005-06-14  Miles Bader  <miles@gnu.org>
15693         * progmodes/ld-script.el (ld-script-location-counter):
15694         Remove "-face" suffix from face name.
15695         (ld-script-location-counter-face):
15696         New backward-compatibility alias for renamed face.
15697         (ld-script-location-counter-face): Use renamed face.
15699         * progmodes/cperl-mode.el (cperl-nonoverridable, cperl-array)
15700         (cperl-hash): Remove "-face" suffix from face names.
15701         (cperl-nonoverridable-face, cperl-array-face, cperl-hash-face):
15702         New backward-compatibility aliases for renamed faces.
15703         (cperl-find-pods-heres, cperl-init-faces, cperl-ps-print-init)
15704         (cperl-ps-print-face-properties): Use renamed cperl-mode faces.
15706         * progmodes/which-func.el (which-func): Remove "-face" suffix from face
15707         name.
15708         (which-func-face): New backward-compatibility alias for renamed face.
15709         (which-func-format): Use renamed which-func face.
15711         * progmodes/vhdl-mode.el (vhdl-prompt, vhdl-attribute, vhdl-enumvalue)
15712         (vhdl-function, vhdl-directive, vhdl-reserved-word)
15713         (vhdl-translate-off): Remove "-face" suffix and "font-lock-" from face
15714         names.
15715         (vhdl-speedbar-entity, vhdl-speedbar-architecture)
15716         (vhdl-speedbar-configuration, vhdl-speedbar-package)
15717         (vhdl-speedbar-library, vhdl-speedbar-instantiation)
15718         (vhdl-speedbar-subprogram, vhdl-speedbar-entity-selected)
15719         (vhdl-speedbar-architecture-selected)
15720         (vhdl-speedbar-configuration-selected)
15721         (vhdl-speedbar-package-selected)
15722         (vhdl-speedbar-instantiation-selected): Remove "-face" suffix from face
15723         names.
15724         (vhdl-font-lock-keywords-2, vhdl-font-lock-keywords-5):
15725         Use renamed faces.
15726         (vhdl-prompt-face, vhdl-attribute-face, vhdl-enumvalue-face)
15727         (vhdl-function-face, vhdl-directive-face, vhdl-reserved-words-face)
15728         (vhdl-translate-off-face): Variables renamed to remove "font-lock-".
15729         Use renamed faces.
15730         (syntax-alist): Don't use "font-lock-" or "-face" in generated face
15731         names.
15732         (vhdl-font-lock-init, vhdl-ps-print-settings): Use renamed faces.
15733         (vhdl-speedbar-insert-hierarchy, vhdl-speedbar-expand-entity)
15734         (vhdl-speedbar-expand-package, vhdl-speedbar-update-current-unit)
15735         (vhdl-speedbar-make-inst-line, vhdl-speedbar-make-pack-line)
15736         (vhdl-speedbar-make-subpack-line, vhdl-speedbar-make-subprogram-line)
15737         (vhdl-speedbar-item-info, vhdl-speedbar-check-unit): Use renamed faces.
15739         * progmodes/sh-script.el (sh-heredoc): Remove "-face" suffix from
15740         face name.
15741         (sh-heredoc-face): New backward-compatibility alias for renamed face.
15742         (sh-heredoc-face): Use renamed sh-heredoc face.
15744         * progmodes/idlw-help.el (idlwave-help-link):
15745         Remove "-face" suffix from face name.
15746         (idlwave-help-link-face):
15747         New backward-compatibility alias for renamed face.
15748         (idlwave-highlight-linked-completions): Use renamed idlwave-help faces.
15750         * progmodes/idlw-shell.el (idlwave-shell-bp-face)
15751         (idlwave-shell-disabled-bp): Remove "-face" suffix from face names.
15752         (idlwave-shell-bp-face, idlwave-shell-disabled-bp):
15753         New backward-compatibility aliases for renamed faces.
15754         (idlwave-shell-disabled-breakpoint-face)
15755         (idlwave-shell-breakpoint-face): Use renamed idlwave-shell faces.
15757         * progmodes/flymake.el (flymake-errline, flymake-warnline):
15758         Remove "-face" suffix from face names.
15759         (flymake-errline-face, flymake-warnline-face):
15760         New backward-compatibility aliases for renamed faces.
15761         (flymake-highlight-line): Use renamed flymake faces.
15763         * progmodes/ebrowse.el (ebrowse-tree-mark, ebrowse-root-class)
15764         (ebrowse-file-name, ebrowse-default, ebrowse-member-attribute)
15765         (ebrowse-member-class, ebrowse-progress):
15766         Remove "-face" suffix from face names.
15767         (ebrowse-tree-mark-face, ebrowse-root-class-face)
15768         (ebrowse-file-name-face, ebrowse-default-face)
15769         (ebrowse-member-attribute-face, ebrowse-member-class-face)
15770         (ebrowse-progress-face):
15771         New backward-compatibility aliases for renamed faces.
15772         (ebrowse-show-progress, ebrowse-show-file-name-at-point)
15773         (ebrowse-set-mark-props, ebrowse-draw-tree-fn)
15774         (ebrowse-draw-member-buffer-class-line, ebrowse-draw-member-long-fn)
15775         (ebrowse-draw-member-short-fn): Use renamed ebrowse faces.
15777         * progmodes/antlr-mode.el (antlr-default, antlr-keyword,
15778         antlr-syntax)
15779         (antlr-ruledef, antlr-tokendef, antlr-ruleref, antlr-tokenref)
15780         (antlr-literal): Remove "-face" suffix and "font-lock-" from face
15781         names.
15782         (antlr-font-lock-default-face, antlr-font-lock-keyword-face)
15783         (antlr-font-lock-syntax-face, antlr-font-lock-ruledef-face)
15784         (antlr-font-lock-tokendef-face, antlr-font-lock-ruleref-face)
15785         (antlr-font-lock-tokenref-face, antlr-font-lock-literal-face): New
15786         backward-compatibility aliases for renamed faces.
15787         (antlr-default-face, antlr-keyword-face, antlr-syntax-face)
15788         (antlr-ruledef-face, antlr-tokendef-face, antlr-ruleref-face)
15789         (antlr-tokenref-face, antlr-literal-face): Variables renamed to
15790         remove "font-lock-".  Use renamed antlr-mode faces.
15791         (antlr-font-lock-additional-keywords): Use renamed faces.  Replace
15792         literal face-names with face variable references.
15794         * buff-menu.el (Buffer-menu-buffer): Remove "-face" suffix from
15795         face name.
15796         (Buffer-menu-buffer-face): New backward-compatibility alias for
15797         renamed face.
15798         (list-buffers-noselect): Use renamed Buffer-menu-buffer face.
15800 2005-06-15  Daniel Pfeiffer  <occitan@esperanto.org>
15802         * progmodes/make-mode.el (makefile-space, makefile-makepp-perl):
15803         Eliminate "-face" suffix.
15804         (makefile-targets): Inherit from font-lock-function-name-face and
15805         eliminate "-face" suffix.
15806         (makefile-shell): Remove attributes and eliminate "-face" suffix.
15807         (makefile-*-font-lock-keywords): Append makefile-targets in rule
15808         actions, instead of prepending, to make it less visible.
15809         (makefile-previous-dependency, makefile-match-dependency):
15810         Don't match a target on a continuation line.
15812         * files.el (auto-mode-alist): Put Makefile in gmake mode.
15814 2005-06-15  Nick Roberts  <nickrob@snap.net.nz>
15816         * progmodes/gdb-ui.el (menu): Re-order menu items.
15817         (gdb-tooltip-print): Respect tooltip-use-echo-area.
15819         * progmodes/gud.el (tooltip-use-echo-area): Remove alias.
15820         Define in tooltip.el.
15821         (gud-tooltip-process-output): Respect tooltip-use-echo-area.
15822         (gud-tooltip-tips): Respect tooltip-use-echo-area and
15823         gud-tooltip-echo-area.
15825         * tooltip.el (tooltip-use-echo-area): Restore from gud.el for
15826         backward compatibility and make obsolete.
15827         (tooltip-help-tips): Use tooltip-use-echo-area.
15828         (tooltip-show-help-function): Rename to...
15829         (tooltip-show-help): ...this, because it is a function.
15830         (tooltip-mode, tooltip-help-message): Call tooltip-show-help.
15832 2005-06-14  Luc Teirlinck  <teirllm@auburn.edu>
15834         * emacs-lisp/edebug.el (edebug-all-defs, edebug-initial-mode)
15835         (edebug-print-length, edebug-print-level, edebug-print-circle)
15836         (edebug-modify-breakpoint, edebug-eval-last-sexp)
15837         (edebug-eval-print-last-sexp): Doc fixes.
15839 2005-06-14  Kim F. Storm  <storm@cua.dk>
15841         * ido.el (ido-mode): Make a new keymap every time we enable ido,
15842         as the coverage buffer/file/both may change.
15844 2005-06-14  Lute Kamstra  <lute@gnu.org>
15846         * net/ange-ftp.el (internal-ange-ftp-mode): Use delay-mode-hooks
15847         and run-mode-hooks.  Simplify.
15849         * mail/rmailedit.el (rmail-edit-mode):
15850         * progmodes/octave-inf.el (inferior-octave-mode):
15851         * progmodes/sql.el (sql-interactive-mode): Use delay-mode-hooks.
15853         * recentf.el (recentf-dialog-mode): Use kill-all-local-variables
15854         and run-mode-hooks.
15855         (recentf-edit-list, recentf-open-files): Don't call
15856         kill-all-local-variables directly.
15858         * emacs-lisp/debug.el (debug-on-entry): Fix docstring.
15860 2005-06-14  Juanma Barranquero  <lekktu@gmail.com>
15862         * emacs-lisp/byte-run.el (make-obsolete)
15863         (define-obsolete-function-alias): Rename arguments FUNCTION and
15864         NEW to OBSOLETE-NAME and CURRENT-NAME respectively.
15865         (make-obsolete-variable, define-obsolete-variable-alias):
15866         Rename arguments VARIABLE and NEW to OBSOLETE-NAME and CURRENT-NAME
15867         respectively.
15869         * isearchb.el (isearchb-activate):
15870         * pcvs.el (cvs-mode):
15871         * ses.el (ses-load):
15872         * vc-arch.el (vc-arch-checkin, vc-arch-diff):
15873         * net/tramp.el (tramp-find-file-exists-command)
15874         (tramp-find-shell):
15875         * progmodes/ada-mode.el (ada-create-case-exception)
15876         (ada-create-case-exception-substring, ada-make-subprogram-body):
15877         * progmodes/idlw-shell.el (idlwave-shell-move-to-bp):
15878         * progmodes/idlwave.el (idlwave-complete-class-structure-tag-help):
15879         * progmodes/vhdl-mode.el (vhdl-speedbar-place-component):
15880         * textmodes/org.el (org-promote, org-evaluate-time-range)
15881         (org-agenda-next-date-line, org-agenda-previous-date-line)
15882         (org-agenda-error, org-open-at-point, org-table-move-row)
15883         (org-format-table-table-html-using-table-generate-source)
15884         (org-shiftcursor-error, org-ctrl-c-ctrl-c):
15885         * textmodes/reftex.el (reftex-access-scan-info):
15886         * textmodes/reftex-toc.el (reftex-toc-dframe-p)
15887         (reftex-toc-promote-prepare): Follow error conventions.
15889         * diff-mode.el (diff-mode): Fix typo in docstring.
15891         * forms.el (forms--intuit-from-file): Fix reference to
15892         `forms-number-of-fields' in error message.
15893         (forms-print): Fix quoting in error message.
15895         * forms.el (forms-mode):
15896         * emulation/vi.el (vi-goto-insert-state):
15897         * progmodes/flymake.el (flymake-new-err-info)
15898         (flymake-start-syntax-check-for-current-buffer)
15899         (flymake-simple-cleanup):
15900         * eshell/esh-var.el (eshell/export):
15901         * progmodes/gud.el (xdb):
15902         * textmodes/flyspell.el (flyspell-incorrect-hook)
15903         (flyspell-maybe-correct-transposition)
15904         (flyspell-maybe-correct-doubling): Fix quoting in docstring.
15906 2005-06-13  Luc Teirlinck  <teirllm@auburn.edu>
15908         * emacs-lisp/debug.el (cancel-debug-on-entry): Mention default in
15909         minibuffer prompt.
15911 2005-06-13  Kim F. Storm  <storm@cua.dk>
15913         * subr.el (add-to-ordered-list): New defun.
15915         * emulation/cua-base.el (cua-mode): Use add-to-ordered-list to
15916         add cua--keymap-alist to emulation-mode-map-alists.
15918 2005-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
15920         * subr.el (complete-in-turn): New macro.
15921         (dynamic-completion-table, lazy-completion-table): Add debug info.
15923         * faces.el (read-face-name): Use complete-in-turn complete non-aliases
15924         in preference to face aliases.
15926         * textmodes/fill.el (fill-match-adaptive-prefix): New function.
15927         (fill-context-prefix): Use it to avoid guessing absurdly long prefixes.
15928         Remove unused vars `start' and `firstline'.
15929         (fill-nobreak-p): Fix line-move-invisible -> line-move-invisible-p.
15930         (justify-current-line, fill-individual-paragraphs): Remove unused vars.
15932 2005-06-13  Eli Zaretskii  <eliz@gnu.org>
15934         * cus-start.el (all): Don't complain about missing GTK-related
15935         variables, unless either `gtk' is boundp or this isn't a
15936         `windows-nt' build.
15938 2005-06-13  Lute Kamstra  <lute@gnu.org>
15940         * abbrev.el (edit-abbrevs-mode): Use kill-all-local-variables and
15941         run-mode-hooks.
15943         * ediff-mult.el (ediff-meta-mode):
15944         * ediff-util.el (ediff-mode): Use run-mode-hooks.
15946         * ledit.el (ledit-mode): Use delay-mode-hooks.
15948         * woman.el (woman-mode-line-format): Delete constant.
15949         (woman-mode-map): Initialize it properly.
15950         (woman-mode): Set mode-class property to special.
15951         Use delay-mode-hooks and run-mode-hooks.  Use the right keymap.
15952         Set major-mode and mode-name.  Don't set mode-line-format directly.
15953         (Man-getpage-in-background): Don't reference woman-mode-line-format.
15955         * emacs-lisp/debug.el (cancel-debug-on-entry): Make the empty
15956         string argument obsolete.
15958 2005-06-13  Carsten Dominik  <dominik@science.uva.nl>
15960         * textmodes/org.el (org-CUA-compatible): New option.
15961         (org-disputed-keys): New variable.
15962         (org-key): New function.
15963         (orgtbl-make-binding): Add docstring to the created function.
15964         (org-mode): Set paragraph start/separate regexps.
15965         (orgtbl-mode): Don't start `orgtbl-mode' in `org-mode' buffers.
15966         (org-archive-location, org-archive-mark-done)
15967         (org-archive-stamp-time): New options.
15968         (org-archive-subtree): New command.
15969         (org-fill-paragraph): New function.
15970         (org-mode): Set `fill-paragraph-function' to `org-fill-paragraph'.
15971         (org-fake-empty-table-line): Function removed.
15972         (org-format-org-table-html): Do not create empty table lines at
15973         separator lines.  Improved table header treatment.
15974         (org-link-format): New option.
15975         (org-make-link): New function.
15976         (org-insert-link, org-store-link): Use org-make-link.
15977         (org-open-file): Quote file name for shell command, to allow
15978         spaces in file names.
15979         (org-link-regexp): Fix bug with mailto link.
15980         (org-link-maybe-angles-regexp, org-protected-link-regexp):
15981         New constants.
15982         (org-export-as-html): Deal with the optional angles around a link.
15983         Better treatment of file: links.
15984         (org-open-at-point): Replace @{ and @} with < and >.
15985         (org-run-mode-hooks): Function removed.
15986         (org-agenda-mode): No longer use `org-run-mode-hooks'.
15988 2005-06-13  Nick Roberts  <nickrob@snap.net.nz>
15990         * progmodes/gdb-ui.el (gdb-registers-mode): Let gdbmi use
15991         MI command -data-list-register-values.
15992         (gdb-post-prompt): Indent properly.
15994 2005-06-13  Juanma Barranquero  <lekktu@gmail.com>
15996         * hilit-chg.el (highlight-changes-colors): Rename from
15997         `highlight-changes-colours'.
15998         (highlight-changes-colours): Keep as obsolete alias.
15999         (highlight-changes-face-list): Doc fix.
16000         (hilit-chg-make-list): Use `highlight-changes-colors'.
16002 2005-06-12  Mark A. Hershberger  <mah@everybody.org>
16004         * progmodes/cperl-mode.el (cperl-mode): Remove stray paren in
16005         defun-prompt-regexp.
16007 2005-06-12  Eli Zaretskii  <eliz@gnu.org>
16009         * loadup.el: Don't say we are dumping under 2 names on windows-nt
16010         and cygwin.
16012         * makefile.w32-in (bootstrap-clean-CMD, bootstrap-clean-SH):
16013         Don't use an old loaddefs.el, as in Makefile.in.
16015 2005-06-12  Lute Kamstra  <lute@gnu.org>
16017         * Makefile.in (bootstrap-prepare): Don't use an old loaddefs.el.
16019         * man.el (Man-mode-map): Initialize it properly.
16020         (Man-mode): Set mode-class property to special.
16022         * calendar/calendar.el (calendar-mode): Use run-mode-hooks.
16024 2005-06-11  Luc Teirlinck  <teirllm@auburn.edu>
16026         * menu-bar.el (menu-bar-make-toggle): Remove stray backslash.
16027         A newline is needed in the docstring there.
16029         * emacs-lisp/debug.el (debug-on-entry, cancel-debug-on-entry):
16030         Doc fixes.
16032 2005-06-11  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
16034         * printing.el: Doc fix.  The menubar is no more changed when printing
16035         is loaded, it only changes when pr-menu-bind or pr-update-menus is
16036         called.  Now, the menubar changing will work in Emacs 20, 21 and 22.
16037         (pr-version): New version number (6.8.4).
16038         (pr-menu-bind): New command.
16039         (pr-update-menus): Docstring and code fix.
16040         (pr-menu-print-item): Now is a global var in Emacs and XEmacs.
16041         Docstring fix.
16042         (pr-txt-printer-alist, pr-ps-printer-alist, pr-gv-command)
16043         (pr-gs-command, pr-gs-switches, pr-ps-utility-alist): Docstring fix.
16045 2005-06-11  Thien-Thi Nguyen  <ttn@gnu.org>
16047         * emacs-lisp/ewoc.el: Doc fixes for public funcs:
16048         "Returns" to "return", document useful return values, etc.
16050 2005-06-11  Alan Mackenzie  <acm@muc.de>
16052         * fill.el (fill-context-prefix): Try `adaptive-fill-function'
16053         BEFORE `adaptive-fill-regexp' when determining a fill prefix.
16054         (adaptive-file-function): Minor amendment to doc-string.
16056 2005-06-11  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
16058         * thumbs.el (thumbs-per-line, thumbs-thumbsdir-max-size)
16059         (thumbs-relief, thumbs-margin, thumbs-image-resizing-step):
16060         Fix :type--it is `integer', not `string'.
16062         * faces.el (modeline-highlight): Rename from (the erroneous)
16063         `modeline-higilight'.
16065 2005-06-11  Lute Kamstra  <lute@gnu.org>
16067         * emacs-lisp/edebug.el (edebug-eval-mode-map): Don't copy
16068         lisp-interaction-mode-map but make it the parent.
16069         (edebug-eval-mode): Use define-derived-mode.
16071 2005-06-11  Andreas Schwab  <schwab@suse.de>
16073         * bindings.el: Add binding of `ESC functionkey' for every
16074         `M-functionkey'.
16075         * hexl.el (hexl-mode-map): Likewise.
16077 2005-06-10  Michael Hotchin  <michael@hotchin.net>  (tiny change)
16079         * progmodes/compile.el (compilation-error-regexp-alist-alist)
16080         [msft]: update regexp for newer msft compilers.
16082 2005-06-10  Mark A. Hershberger  <mah@everybody.org>
16084         * xml.el (start-chars, xml-parse-dtd): Add the ability to skip
16085         ATTLIST portions of included DTDs.
16086         (xml-parse-dtd): Eliminate use of inefficient match-data.
16088 2005-06-10  Miles Bader  <miles@gnu.org>
16090         * play/mpuz.el (mpuz-unsolved, mpuz-solved, mpuz-trivial)
16091         (mpuz-text): Remove "-face" suffix from face names.
16092         (mpuz-unsolved-face, mpuz-solved-face, mpuz-trivial-face)
16093         (mpuz-text-face): New backward-compatibility aliases for renamed faces.
16094         (mpuz-create-buffer, mpuz-paint-digit): Use renamed mpuz faces.
16096         * play/gomoku.el (gomoku-O, gomoku-X):
16097         Remove "-face" suffix from face names.
16098         (gomoku-font-lock-O-face, gomoku-font-lock-X-face):
16099         New backward-compatibility aliases for renamed faces.
16100         (gomoku-font-lock-keywords): Use renamed gomoku faces.
16102 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
16104         * thumbs.el: Fixes for changes of 2005-06-09.
16105         (thumbs-thumbsdir): Force `thumbs-thumbsdir' to be interpretable
16106         as a directory.
16107         (thumbs-thumbname): Remove directory separator from format string;
16108         `thumbs-thumbsdir' now returns a valid directory name.
16109         (thumbs-temp-dir): New defsubst.
16110         (thumbs-temp-file, thumbs-resize-image, thumbs-modify-image):
16111         Use it.
16113         * cus-edit.el (minibuffer):
16114         * files.el (make-backup-file-name-function):
16115         * filesets.el (filesets-external-viewers):
16116         * hilit-chg.el (highlight-changes-colours)
16117         (highlight-changes-face-list, highlight-changes-rotate-faces):
16118         * ielm.el (ielm-dynamic-return, inferior-emacs-lisp-mode):
16119         * kmacro.el (kmacro-call-macro):
16120         * log-edit.el (log-edit-changelog-full-paragraphs):
16121         * mouse.el (mouse-1-click-follows-link):
16122         * skeleton.el (skeleton-autowrap):
16123         * subr.el (insert-for-yank-1):
16124         * tempo.el (tempo-insert-region):
16125         * terminal.el (terminal-emulator):
16126         * time.el (display-time-mail-face):
16127         * vc.el (vc-annotate):
16128         * vcursor.el (vcursor-copy-line):
16129         * woman.el (woman-bold-headings, woman-ignore)
16130         (woman-default-faces, woman-monochrome-faces):
16131         * calendar/todo-mode.el (todo-insert-threshold):
16132         * emulation/pc-select.el (pc-select-selection-keys-only)
16133         (pc-selection-mode):
16134         * emulation/vip.el (vip-find-char-forward):
16135         * emulation/viper-cmd.el (viper-find-char-forward):
16136         * international/mule-cmds.el
16137         (select-safe-coding-system-accept-default-p)
16138         (input-method-exit-on-invalid-key):
16139         * international/mule-diag.el (describe-coding-system):
16140         * international/ucs-tables.el (unify-8859-on-encoding-mode):
16141         * net/browse-url.el (browse-url-xterm-program):
16142         * obsolete/lazy-lock.el (lazy-lock-mode):
16143         * progmodes/cperl-mode.el (cperl-info-on-command-no-prompt)
16144         (cperl-mode):
16145         * progmodes/cpp.el (cpp-face-light-name-list)
16146         (cpp-face-dark-name-list):
16147         * progmodes/delphi.el (delphi-newline-always-indents):
16148         Fix spellings in docstrings.
16150         * ido.el (ido-mode, ido-file-extensions-order)
16151         (ido-default-file-method, ido-default-buffer-method)
16152         (ido-max-prospects, ido-slow-ftp-hosts, ido-setup-hook)
16153         (ido-decorations, ido-read-file-name-as-directory-commands)
16154         (ido-read-file-name-non-ido, ido-work-directory-list)
16155         (ido-ignore-item-temp-list, ido-current-directory)
16156         (ido-magic-forward-char, ido-enter-find-file)
16157         (ido-enter-switch-buffer, ido-visit-buffer, ido-switch-buffer)
16158         (ido-find-file, ido-read-buffer): Fix typos in docstrings.
16160 2005-06-10  Lute Kamstra  <lute@gnu.org>
16162         * play/dunnet.el (dun-mode): Use define-derived-mode.
16163         (dungeon-mode-map): Rename to dun-mode-map.  Keep old name as an
16164         obsolete alias.
16166         * play/doctor.el (doctor-mode-map): Remove defvar.
16167         (doctor-mode): Use define-derived-mode.
16169         * mail/mspools.el (mspools-mode):
16170         * net/eudc-hotlist.el (eudc-hotlist-mode):
16171         * play/blackbox.el (blackbox-mode): Use run-mode-hooks.
16173 2005-06-10  Miles Bader  <miles@gnu.org>
16175         * textmodes/flyspell.el (flyspell-incorrect, flyspell-duplicate):
16176         Remove "-face" suffix from face names.
16177         (flyspell-incorrect-face, flyspell-duplicate-face):
16178         New backward-compatibility aliases for renamed faces.
16179         (flyspell-mode-on, make-flyspell-overlay)
16180         (flyspell-highlight-incorrect-region)
16181         (flyspell-highlight-duplicate-region)
16182         (flyspell-display-next-corrections)
16183         (flyspell-auto-correct-previous-word): Use renamed flyspell faces.
16185         * textmodes/texinfo.el (texinfo-heading): Remove "-face" suffix
16186         from face name.
16187         (texinfo-heading-face): New backward-compatibility alias for
16188         renamed face.
16189         (texinfo-heading-face): Use renamed texinfo-heading face.
16191         * textmodes/tex-mode.el (tex-math, tex-verbatim): Remove "-face"
16192         suffix from face names.
16193         (tex-math-face, tex-verbatim-face):
16194         New backward-compatibility aliases for renamed faces.
16195         (tex-math-face, tex-verbatim-face): Use renamed tex-mode faces.
16196         (tex-insert-quote): Use `tex-verbatim-face' variable instead of
16197         literal face name.
16199         * textmodes/table.el (table-cell): Remove "-face" suffix from face
16200         name.
16201         (table-cell-face): New backward-compatibility alias for renamed face.
16202         (table--put-cell-face-property, table--update-cell-face):
16203         Use renamed table-cell face.
16205         * textmodes/sgml-mode.el (sgml-namespace): Remove "-face" suffix
16206         from face name.
16207         (sgml-namespace-face): New backward-compatibility alias for
16208         renamed face.
16209         (sgml-namespace-face): Use renamed sgml-namespace face.
16211         * textmodes/org.el (org-level-1, org-level-2, org-level-3)
16212         (org-level-4, org-level-5, org-level-6, org-level-7)
16213         (org-level-8, org-warning, org-headline-done)
16214         (org-deadline-announce, org-scheduled-today)
16215         (org-scheduled-previously, org-link, org-done, org-table)
16216         (org-time-grid): Remove "-face" suffix from face names.
16217         (org-level-1-face, org-level-2-face, org-level-3-face)
16218         (org-level-4-face, org-level-5-face, org-level-6-face)
16219         (org-level-7-face, org-level-8-face, org-warning-face)
16220         (org-headline-done-face, org-deadline-announce-face)
16221         (org-scheduled-today-face, org-scheduled-previously-face)
16222         (org-link-face, org-done-face, org-table-face)
16223         (org-time-grid-face):
16224         New backward-compatibility aliases for renamed faces.
16225         (org-level-faces, org-set-font-lock-defaults, org-timeline)
16226         (org-agenda, org-agenda-get-todos, org-agenda-get-deadlines)
16227         (org-agenda-get-timestamps, org-agenda-get-scheduled)
16228         (org-agenda-add-time-grid-maybe, org-table-p): Use renamed org faces.
16230         * emulation/viper-init.el (viper-search, viper-replace-overlay)
16231         (viper-minibuffer-emacs, viper-minibuffer-insert)
16232         (viper-minibuffer-vi): Remove "-face" suffix from face names.
16233         (viper-search-face, viper-replace-overlay-face)
16234         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16235         (viper-minibuffer-vi-face):
16236         New backward-compatibility aliases for renamed faces.
16237         (viper-search-face, viper-replace-overlay-face)
16238         (viper-minibuffer-emacs-face, viper-minibuffer-insert-face)
16239         (viper-minibuffer-vi-face): Use renamed viper faces.
16241         * emacs-lisp/testcover.el (testcover-nohits, testcover-1value):
16242         Remove "-face" suffix from face names.
16243         (testcover-nohits-face, testcover-1value-face):
16244         New backward-compatibility aliases for renamed faces.
16245         (testcover-mark): Use renamed testcover faces.
16247         * calendar/diary-lib.el (diary-button): Remove "-face" suffix from
16248         face name.
16249         (diary-button-face): New backward-compatibility alias for renamed face.
16250         (diary-entry): Use renamed diary-button face.
16252         * calendar/calendar.el (diary, calendar-today, holiday)
16253         (mark-visible-calendar-date): Remove "-face" suffix from face names.
16254         (diary-face, calendar-today-face, holiday-face):
16255         New backward-compatibility aliases for renamed faces.
16256         (eval-after-load "facemenu", diary-entry-marker)
16257         (calendar-today-marker, calendar-holiday-marker, diary-face):
16258         Use renamed calendar faces.
16260         * compare-w.el (compare-windows): Remove "-face" suffix from face name.
16261         (compare-windows-face): New backward-compatibility alias for
16262         renamed face.
16263         (compare-windows-highlight): Use renamed compare-windows face.
16265         * strokes.el (strokes-char): Remove "-face" suffix from face name.
16266         (strokes-char-face): New backward-compatibility alias for renamed face.
16267         (strokes-encode-buffer): Use renamed strokes-char face.
16269         * pcvs-info.el (cvs-header, cvs-filename, cvs-unknown)
16270         (cvs-handled, cvs-need-action, cvs-marked, cvs-msg):
16271         Remove "-face" suffix from face names.
16272         (cvs-header-face, cvs-filename-face, cvs-unknown-face)
16273         (cvs-handled-face, cvs-need-action-face, cvs-marked-face)
16274         (cvs-msg-face): New backward-compatibility aliases for renamed faces.
16275         (cvs-fi-up-to-date-face, cvs-fi-unknown-face, cvs-fileinfo-pp):
16276         Use renamed pcvs faces.
16277         * pcvs.el (cvs-mode-find-file): Use renamed pcvs faces.
16278         * pcvs-defs.el (cvs-mode-map): Likewise.
16279         * cvs-status.el (cvs-status-font-lock-keywords): Likewise.
16281         * info.el (info-title-1, info-title-2, info-title-3)
16282         (info-title-4): Remove "-face" suffix from and downcase face names.
16283         (Info-title-1-face, Info-title-2-face, Info-title-3-face)
16284         (Info-title-4-face):
16285         New backward-compatibility aliases for renamed faces.
16286         (Info-fontify-node): Use renamed info faces.
16288         * hilit-chg.el (highlight-changes, highlight-changes-delete):
16289         Remove "-face" suffix from face names.
16290         (highlight-changes-face, highlight-changes-delete-face):
16291         New backward-compatibility aliases for renamed faces.
16292         (hilit-chg-cust-fix-changes-face-list, hilit-chg-make-ov)
16293         (hilit-chg-make-list): Use renamed highlight-changes faces.
16295         * generic-x.el (show-tabs-tab, show-tabs-space):
16296         Remove "-face" suffix from face names.
16297         (show-tabs-tab-face, show-tabs-space-face):
16298         New backward-compatibility aliases for renamed faces.
16299         (show-tabs-generic-mode-font-lock-defaults-1)
16300         (show-tabs-generic-mode-font-lock-defaults-2):
16301         Use renamed show-tabs faces.
16303         * smerge-mode.el (smerge-mine, smerge-other, smerge-base)
16304         (smerge-markers): Remove "-face" suffix from face names.
16305         (smerge-mine-face, smerge-other-face, smerge-base-face)
16306         (smerge-markers-face):
16307         New backward-compatibility aliases for renamed faces.
16308         (smerge-mine-face, smerge-other-face, smerge-base-face)
16309         (smerge-markers-face): Use renamed smerge faces.
16311         * log-view.el (log-view-file, log-view-message): Remove "-face"
16312         suffix from face names.
16313         (log-view-file-face, log-view-message-face):
16314         New backward-compatibility aliases for renamed faces.
16315         (log-view-file-face, log-view-message-face): Use renamed log-view
16316         faces.
16318         * paren.el (show-paren-match, show-paren-mismatch):
16319         Remove "-face" suffix from face names.
16320         (show-paren-match-face, show-paren-mismatch-face):
16321         New backward-compatibility aliases for renamed faces.
16322         (show-paren-function): Use renamed show-paren faces.
16324         * ruler-mode.el (ruler-mode-default, ruler-mode-pad)
16325         (ruler-mode-margins, ruler-mode-fringes)
16326         (ruler-mode-column-number, ruler-mode-fill-column)
16327         (ruler-mode-comment-column, ruler-mode-goal-column)
16328         (ruler-mode-tab-stop, ruler-mode-current-column): Remove "-face"
16329         suffix from face names.
16330         (ruler-mode-default-face, ruler-mode-pad-face)
16331         (ruler-mode-margins-face, ruler-mode-fringes-face)
16332         (ruler-mode-column-number-face, ruler-mode-fill-column-face)
16333         (ruler-mode-comment-column-face, ruler-mode-goal-column-face)
16334         (ruler-mode-tab-stop-face, ruler-mode-current-column-face):
16335         New backward-compatibility aliases for renamed faces.
16336         (ruler-mode-pad, ruler-mode-margins, ruler-mode-fringes)
16337         (ruler-mode-column-number, ruler-mode-fill-column)
16338         (ruler-mode-comment-column, ruler-mode-goal-column)
16339         (ruler-mode-tab-stop, ruler-mode-current-column)
16340         (ruler-mode-mouse-grab-any-column, ruler-mode-ruler): Use renamed
16341         faces.
16343         * whitespace.el (whitespace-highlight): Remove "-face" suffix from
16344         face name.
16345         (whitespace-highlight-the-space): Use renamed face.
16346         (whitespace-highlight-face): New backward-compatibility alias for
16347         renamed face.
16349         * woman.el (woman-italic, woman-bold, woman-unknown)
16350         (woman-addition, woman-symbol-face):
16351         Remove "-face" suffix from face names.
16352         (woman-italic-face, woman-bold-face, woman-unknown-face)
16353         (woman-addition-face):
16354         New backward-compatibility aliases for renamed faces.
16355         (woman-default-faces, woman-monochrome-faces, woman-man-buffer)
16356         (woman-decode-region, woman-replace-match)
16357         (woman-display-extended-fonts, woman-special-characters)
16358         (woman-font-alist, woman-change-fonts, woman2-TH, woman2-SH):
16359         Use renamed woman faces.
16361         * longlines.el (longlines-visible-face): Face removed.
16363         * diff-mode.el (diff-header, diff-file-header, diff-index)
16364         (diff-hunk-header, diff-removed, diff-added, diff-changed)
16365         (diff-function, diff-context, diff-nonexistent): Remove "-face"
16366         suffix from face names.
16367         (diff-header-face, diff-file-header-face, diff-index-face)
16368         (diff-hunk-header-face, diff-removed-face, diff-added-face)
16369         (diff-changed-face, diff-function-face, diff-context-face)
16370         (diff-nonexistent-face): New backward-compatibility aliases for
16371         renamed faces.
16372         (diff-header-face, diff-file-header-face)
16373         (diff-index, diff-index-face, diff-hunk-header)
16374         (diff-hunk-header-face, diff-removed, diff-removed-face)
16375         (diff-added, diff-added-face, diff-changed-face, diff-function)
16376         (diff-function-face, diff-context-face, diff-nonexistent)
16377         (diff-nonexistent-face): Use renamed diff-mode faces.
16379         * progmodes/compile.el (compilation-warning-face)
16380         (compilation-info-face): Remove "-face" suffix from face names.
16381         (compilation-warning-face, compilation-info-face):
16382         New backward-compatibility aliases for renamed faces.
16383         (compilation-warning-face, compilation-info-face):
16384         Use renamed compilation faces.
16386         * add-log.el (change-log-date, change-log-name)
16387         (change-log-email, change-log-file, change-log-list)
16388         (change-log-conditionals, change-log-function)
16389         (change-log-acknowledgement): Remove "-face" suffix from face names.
16390         (change-log-date-face, change-log-name-face)
16391         (change-log-email-face, change-log-file-face)
16392         (change-log-list-face, change-log-conditionals-face)
16393         (change-log-function-face, change-log-acknowledgement-face):
16394         New backward-compatibility aliases for renamed faces.
16395         (change-log-font-lock-keywords): Use renamed change-log faces.
16397         * cus-edit.el (custom-invalid, custom-rogue, custom-modified)
16398         (custom-set, custom-changed, custom-saved, custom-button)
16399         (custom-button-pressed, custom-documentation, custom-state)
16400         (custom-comment, custom-comment-tag, custom-variable-tag)
16401         (custom-variable-button, custom-face-tag, custom-group-tag-1)
16402         (custom-group-tag): Remove "-face" suffix from face names.
16403         (custom-magic-alist, custom-magic-value-create)
16404         (custom-group-sample-face-get, custom-mode): Use renamed custom faces.
16405         (custom-invalid-face, custom-rogue-face, custom-modified-face)
16406         (custom-set-face, custom-changed-face, custom-saved-face)
16407         (custom-button-face, custom-button-pressed-face)
16408         (custom-documentation-face, custom-state-face)
16409         (custom-comment-face, custom-comment-tag-face)
16410         (custom-variable-tag-face, custom-variable-button-face)
16411         (custom-face-tag-face, custom-group-tag-face-1)
16412         (custom-group-tag-face):
16413         New backward-compatibility aliases for renamed faces.
16415         * wid-edit.el (widget-documentation, widget-button)
16416         (widget-field, widget-single-line-field, widget-inactive)
16417         (widget-button-pressed): "-face" suffix removed from face names.
16418         (widget-documentation-face, widget-button-face)
16419         (widget-field-face, widget-single-line-field-face)
16420         (widget-inactive-face, widget-button-pressed-face):
16421         New backward-compatibility aliases for renamed faces.
16422         (widget-documentation-face, widget-button-face)
16423         (widget-button-pressed-face, widget-specify-field)
16424         (widget-specify-inactive): Use renamed widget faces.
16426 2005-06-10  Kenichi Handa  <handa@m17n.org>
16428         * term/x-win.el (x-clipboard-yank): Remove condition-case
16429         wrapping.
16431 2005-06-11  Kenichi Handa  <handa@m17n.org>
16433         * add-log.el (change-log-font-lock-keywords): Make the regexp for
16434         date lines stricter.
16436 2005-06-10  Zhang Wei  <id.brep@gmail.com>
16438         * term/x-win.el (x-clipboard-yank): Use x-selection-value instead
16439         of x-get-selection.
16441 2005-06-10  Juanma Barranquero  <lekktu@gmail.com>
16443         * comint.el (comint-mode, comint-snapshot-last-prompt):
16444         * frame.el (frame-current-scroll-bars):
16445         * term.el (term-mode, term-check-proc, term-input-sender)
16446         (term-simple-send, term-extract-string, term-word)
16447         (term-match-partial-filename):
16448         * window.el (window-current-scroll-bars):
16449         * emulation/cua-base.el (cua-normal-cursor-color)
16450         (cua-read-only-cursor-color, cua-overwrite-cursor-color)
16451         (cua-global-mark-cursor-color):
16452         * mail/undigest.el (rmail-forward-separator-regex):
16453         Fix typos in docstrings.
16455         * comint.el (comint-check-proc, make-comint-in-buffer)
16456         (comint-source-default): Doc fixes.
16458         * term.el (term-send-string): Improve argument/docstring consistency.
16460 2005-06-09  Luc Teirlinck  <teirllm@auburn.edu>
16462         * comint.el (comint-send-input): Bind `inhibit-read-only' around
16463         call to `delete-region'.
16464         (comint-mode-hook): Do not enable Font Lock by default.
16466 2005-06-09  Lute Kamstra  <lute@gnu.org>
16468         * textmodes/ispell.el (ispell-menu-map-needed): flyspell-mode
16469         could be void.
16471 2005-06-09  Stefan Monnier  <monnier@iro.umontreal.ca>
16473         * emacs-lisp/debug.el (debugger-will-be-back): New var.
16474         (debug): Use it.
16475         (debugger-step-through, debugger-continue, debugger-jump)
16476         (debugger-return-value): Set it when needed.
16477         (debugger-make-xrefs, debugger-frame, debugger-frame-clear):
16478         Use inhibit-read-only.
16480 2005-06-09  Juanma Barranquero  <lekktu@gmail.com>
16482         * window.el (shrink-window-if-larger-than-buffer)
16483         (window-size-fixed): Fix typo in docstring.
16485         * thumbs.el: Don't set `auto-image-file-mode'.  Do not create the
16486         thumbnails directory on loading.
16487         (thumbs-conversion-program): Use `eq' to check the system type,
16488         not `equal'.
16489         (thumbs-temp-dir): Initialize to `temporary-file-directory',
16490         not "/tmp".  Fix docstring.
16491         (thumbs-thumbsdir): New function to return the thumbnails
16492         directory, creating it if needed.
16493         (thumbs-cleanup-thumbsdir, thumbs-thumbname): Use it.
16494         (thumbs-temp-file): Delete variable and make it into a function.
16495         (thumbs-resize-image, thumbs-modify-image): Use it.
16496         (thumbs-kill-buffer): Simplify.
16497         (thumbs-gensym): Defalias or duplicate CL `gensym'.
16498         (thumbs-resize-image, thumbs-resize-interactive): Fix typos in
16499         docstrings.
16501 2005-06-09  Kim F. Storm  <storm@cua.dk>
16503         * subr.el (save-match-data): Add RESEAT arg `evaporate' to
16504         set-match-data to free markers in match-data.
16506         * replace.el (replace-match-data): Pass RESEAT arg `t' to
16507         match-data to unchain markers in match-data.
16509 2005-06-08  Stefan Monnier  <monnier@iro.umontreal.ca>
16511         * emacs-lisp/debug.el (debug): Don't iconify if we know we'll re-enter
16512         the debugger immediately anyway.  Undo the 2005-06-06 change, rendered
16513         unnecessary now.
16515 2005-06-08  Richard M. Stallman  <rms@gnu.org>
16517         * emacs-lisp/easy-mmode.el (define-minor-mode): If BODY is empty,
16518         give the variable a doc string that doesn't say don't set it directly.
16520         * textmodes/ispell.el (ispell-check-version):
16521         Use match-string-no-properties.
16522         (ispell-region, ispell-buffer-local-parsing, ispell-buffer-local-dict)
16523         (ispell-buffer-local-words): Likewise.
16525         * progmodes/make-mode.el (makefile-shell-face): Make this a no-op
16526         except on terminals with enough colors to really display it.
16527         (makefile-dependency-regex): Delete spurious `bb'.
16529         * faces.el (escape-glyph): Use blue once again in last case.
16530         (no-break-space): Redefine so that it isn't invisible on a tty.
16532 2005-06-08  Kim F. Storm  <storm@cua.dk>
16534         * ido.el (ido-read-file-name): Fallback to read-file-name on C-f
16535         also when reading directory name.
16537 2005-06-08  Lute Kamstra  <lute@gnu.org>
16539         * textmodes/flyspell.el (flyspell-mode): Use define-minor-mode.
16540         (flyspell-mode-line-string): Remove autoload cookie.
16541         (flyspell-mode): Remove defvar.
16543 2005-06-07  Lute Kamstra  <lute@gnu.org>
16545         * textmodes/org.el (org-run-mode-hooks): New function.
16546         (org-agenda-mode): Use it.
16548 2005-06-07  David McCabe  <davemccabe@gmail.com>  (tiny change)
16550         * emacs-lisp/lisp-mode.el (defstruct): Set `doc-string-elt' property.
16552 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16554         * international/iso-cvt.el (iso-sgml2iso-trans-tab): Add NBSP.
16556 2005-06-06  Luc Teirlinck  <teirllm@auburn.edu>
16558         * font-lock.el (font-lock-add-keywords): Doc fix.
16560 2005-06-06  Stefan Monnier  <monnier@iro.umontreal.ca>
16562         * textmodes/tex-mode.el (tex-guess-mode): Add RequirePackage.
16563         (tex-compile-default): In the absence of any history, use the order in
16564         tex-compile-alist to choose the preferred command.
16565         (tex-compile-commands): Reorder a bit.
16567         * textmodes/flyspell.el (flyspell-auto-correct-binding)
16568         (flyspell-incorrect-face, flyspell-duplicate-face):
16569         Use (X)Emacs-agnostic code.
16570         (flyspell-mode-map): Don't overwrite at each load.  Remove code
16571         redundant with the subsequent add-minor-mode.  Merge Emacs and
16572         XEmacs code.
16573         (flyspell-word): Minor simplification.
16574         (flyspell-math-tex-command-p): Quieten the byte-compiler.
16575         (flyspell-external-point-words): Remove unused vars `size' and `start'.
16576         (flyspell-do-correct): Rename from flyspell-xemacs-correct.
16577         Merge the corresponding Emacs code.
16578         (flyspell-correct-word, flyspell-xemacs-popup):
16579         Use flyspell-do-correct.
16581         * emacs-lisp/debug.el (debug): Don't bury the buffer unless it's in
16582         a dedicated window.
16584         * international/latexenc.el (latexenc-find-file-coding-system):
16585         Undo part of last patch, to turn off a compiler warning.
16587 2005-06-06  Juri Linkov  <juri@jurta.org>
16589         * tmm.el (tmm-inactive, tmm-remove-inactive-mouse-face):
16590         Rename `tmm-inactive-face' to `tmm-inactive'.
16592 2005-06-06  Matt Hodges  <MPHodges@member.fsf.org>
16594         * iswitchb.el: Rename faces.
16596 2005-06-06  Kim F. Storm  <storm@cua.dk>
16598         * emulation/cua-base.el (cua-rectangle, cua-rectangle-noselect)
16599         (cua-global-mark): Remove -face suffix from face names.
16601         * emulation/cua-gmrk.el (cua--init-global-mark):
16602         Remove cua-global-mark face setup.
16604 2005-06-06  Richard M. Stallman  <rms@gnu.org>
16606         * progmodes/make-mode.el (makefile-dependency-regex): Handle whitespace
16607         just like other allowed characters.
16608         (makefile-match-dependency): Exclude leading and training whitespace
16609         from the range of regexp subexp 1.
16610         (makefile-macroassign-regex): Don't try to match the body,
16611         just the name of the macro being defined.
16613         * info.el (Info-read-node-name-2): New function.
16614         (Info-read-node-name-1): Use that.
16615         Add a completion-base-size-function property.
16617         * simple.el (completion-setup-function): Look for
16618         completion-base-size-function property of minibuffer-completion-table.
16620         * files.el (locate-file-completion): Doc fix.
16622         * printing.el: Don't call pr-update-menus; user must do that.
16624         * emacs-lisp/debug.el (debugger-window): New variable.
16625         (debug): Use debugger-window if it is set and still alive.
16626         Record debugger-window for next entry.
16628         * mail/supercite.el (sc-mail-glom-frame): Mark as risky.
16630 2005-06-06  Matthias F\e,Av\e(Brste  <slashdevslashnull@gmx.net>
16632         * files.el (hack-local-variables-confirm): New arg FLAG-TO-CHECK.
16633         (hack-one-local-variable, hack-local-variables)
16634         (hack-local-variables-prop-line): Pass that arg.
16636 2005-06-06  Kim F. Storm  <storm@cua.dk>
16638         * ido.el (ido-first-match, ido-only-match, ido-subdir)
16639         (ido-indicator): Remove -face suffix from face names.
16641 2005-06-06  Juri Linkov  <juri@jurta.org>
16643         * font-lock.el (font-lock-regexp-backslash)
16644         (font-lock-regexp-backslash-construct): New faces.
16645         (lisp-font-lock-keywords-2): Use new faces.  Match `?:' only
16646         after `('.  Add `while-no-input' to control structures.
16648         * faces.el (no-break-space, shadow): New faces.
16649         (escape-glyph): Use less loud colors pink2 and red4.
16651         * diff-mode.el (diff-context-face)
16652         * dired.el (dired-ignored)
16653         * rfn-eshadow.el (file-name-shadow)
16654         * tmm.el (tmm-inactive-face): Inherit from `shadow' face.
16656         * info.el (Info-title-1-face): Use green instead of yellow because
16657         bold yellow is not readable on light backgrounds.
16659         * progmodes/compile.el (compilation-start): Move `erase-buffer' up
16660         before selecting the desired mode to not spend time fontifying
16661         old contents.
16663 2005-06-06  Juanma Barranquero  <lekktu@gmail.com>
16665         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-image-resizing-step)
16666         (thumbs-thumbsdir-auto-clean): Fix typos in docstrings.
16668         * ps-print.el (ps-default-fg, ps-default-bg):
16669         Fix typos in docstrings.
16671         * isearchb.el (isearchb): Don't pass a spurious second argument to
16672         `iswitchb-completions'.
16674 2005-06-05  Nick Roberts  <nickrob@snap.net.nz>
16676         * progmodes/gdb-ui.el (gdb-info-locals-handler): Use window point
16677         to preserve point.
16678         (gdb-find-file-hook): Add doc string.
16680         * progmodes/gud.el (gdb, gud-menu-map): Add command to evaluate
16681         C dereferenced pointer expression.
16682         (gud-tool-bar-map): Put it on the tool bar.  Re-order icons.
16684         * toolbar/gud-pstar.xpm, toolbar/gud-pstar.pbm: New files.
16686         * toolbar/gud-break.xpm, toolbar/gud-cont.xpm, toolbar/gud-down.xpm
16687         * toolbar/gud-finish.xpm, toolbar/gud-ni.xpm, toolbar/gud-n.xpm
16688         * toolbar/gud-print.xpm, toolbar/gud-remove.xpm, toolbar/gud-run.xpm
16689         * toolbar/gud-si.xpm, toolbar/gud-s.xpm, toolbar/gud-until.xpm
16690         * toolbar/gud-up.xpm, toolbar/gud-watch.xpm:
16691         Make background transparent.
16693 2005-06-04  Luc Teirlinck  <teirllm@auburn.edu>
16695         * font-lock.el (font-lock-add-keywords): Doc fix.  Comment change.
16696         (font-lock-remove-keywords): Doc fix.
16697         (font-lock-mode-major-mode): Compiler defvar.
16698         (font-lock-set-defaults): Use `font-lock-mode-major-mode'.
16700         * font-core.el (font-lock-mode-major-mode): Compiler defvar.
16701         (font-lock-mode): Update `font-lock-mode-major-mode'.
16702         (font-lock-set-defaults): Compiler defvar.
16703         (font-lock-default-function): Take `font-lock-mode-major-mode'
16704         into account.
16706         * emacs-lisp/easy-mmode.el (define-global-minor-mode): Make it
16707         keep track of which major mode it enabled the minor mode for.
16708         Use find-file-hook again.  Update docstring.
16710         * simple.el (eval-expression-print-level)
16711         (eval-expression-print-length, eval-expression-debug-on-error):
16712         Doc fixes.
16714 2005-06-04  Matt Hodges  <MPHodges@member.fsf.org>
16716         * iswitchb.el (iswitchb-single-match-face)
16717         (iswitchb-current-match-face, iswitchb-virtual-matches-face)
16718         (iswitchb-invalid-regexp-face): New faces.
16719         (iswitchb-completions): Use them.
16720         (iswitchb-use-faces): Rename from iswitchb-use-fonts, which is
16721         now marked as an obsolete alias.
16722         (iswitchb-read-buffer): Remove check for bound font variables.
16723         (iswitchb-invalid-regexp): New free variable.
16724         (iswitchb-get-matched-buffers): Catch invalid-regexp errors and
16725         set iswitchb-invalid-regexp.
16726         (iswitchb, iswitchb-complete, iswitchb-completions): Deal with
16727         invalid regexps.
16728         (iswitchb-completions): Add check for complete match when entering
16729         a regexp.
16730         (iswitchb-completions): Remove require-match argument.
16731         (iswitchb-exhibit): Fix caller.
16732         (iswitchb-common-match-inserted): New variable.
16733         (iswitchb-complete, iswitchb-completion-help): Use it.
16735 2005-06-04  David Reitter  <david.reitter@gmail.com>  (tiny change)
16737         * url-http.el (url-http-chunked-encoding-after-change-function):
16738         Use `url-http-debug' instead of `message'.
16740 2005-06-04  Thierry Emery  <thierry.emery@free.fr>  (tiny change)
16742         * url-http.el (url-http-parse-headers): Pass redirected URL as a
16743         callback argument.
16745 2005-06-04  Kim F. Storm  <storm@cua.dk>
16747         * simple.el (line-move): Only call sit-for when moving backwards.
16749         * ido.el (ido-make-merged-file-list-1): New defun split from
16750         ido-make-merged-file-list.
16751         (ido-make-merged-file-list): Bind throw-on-input around call to
16752         ido-make-merged-file-list-1.  Return input-pending-p if
16753         interrupted by more input available.
16754         (ido-read-internal): Handle input-pending-p return value from
16755         ido-make-merged-file-list.
16757 2005-06-03  Stefan Monnier  <monnier@iro.umontreal.ca>
16759         * textmodes/flyspell.el (flyspell-check-word-p): Simplify silly
16760         compatibility code.
16762         * international/latexenc.el (latexenc-find-file-coding-system):
16763         Don't inherit the EOL part of the coding-system from the
16764         tex-main buffer.  Fit within 80 columns.
16766 2005-06-03  Matt Hodges  <MPHodges@member.fsf.org>
16768         * tmm.el (tmm-inactive-face): New face.
16769         (tmm-remove-inactive-mouse-face): New function.
16770         (tmm-prompt, tmm-add-one-shortcut)
16771         (tmm-add-prompt, tmm-get-keymap): Make active menu items visible
16772         but not selectable.
16774 2005-06-03  Juanma Barranquero  <lekktu@gmail.com>
16776         * faces.el (face-equal): Improve argument/docstring consistency.
16778 2005-06-03  Daniel Pfeiffer  <occitan@esperanto.org>
16780         * progmodes/make-mode.el (makefile-targets-face)
16781         (makefile-shell-face, makefile-makepp-perl-face): Add :version.
16782         (makefile-bsdmake-dependency-regex)
16783         (makefile-makepp-rule-action-regex)
16784         (makefile-bsdmake-rule-action-regex): New constants.
16785         (makefile-makepp-mode, makefile-bsdmake-mode): Use them.
16787         * progmodes/compile.el (compilation-error-regexp-alist-alist):
16788         Allow (...) within `...' for makepp messages.
16790 2005-06-03  Michael Kifer  <kifer@cs.stonybrook.edu>
16792         * ediff-diff.el (ediff-same-contents): Eliminate CL-type functions.
16794         * ediff-mult.el (ediff-intersect-directories): Make sure that ".." and
16795         "." files are deleted from all file lists before comparison.
16797         * viper-keym.el (viper-toggle-key, viper-quoted-insert-key)
16798         (viper-ESC-key): Made them customizable.
16800         * viper.el (viper-non-hook-settings): Fix the names of defadvices.
16802 2005-06-01  Luc Teirlinck  <teirllm@auburn.edu>
16804         * autorevert.el (auto-revert-buffers): Use save-match-data.
16806 2005-06-01  Stefan Monnier  <monnier@iro.umontreal.ca>
16808         * emacs-lisp/easymenu.el (easy-menu-return-item): Quick fix to find
16809         menu items with a nil command binding.
16811 2005-06-01  Juanma Barranquero  <lekktu@gmail.com>
16813         * emacs-lisp/cl-macs.el (defsetf):
16814         Improve argument/docstring consistency.
16816         * faces.el (list-faces-display): Improve the formatting by
16817         computing the maximum length required for any face-name (reworked
16818         patch of 1999-01-11, accidentally deleted on 1999-07-21).
16819         (internal-find-face): Remove redundant info in docstring.
16821 2005-06-01  Nick Roberts  <nickrob@snap.net.nz>
16823         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-1)
16824         (gdb-info-breakpoints-custom, gdb-delete-breakpoint)
16825         (gdb-goto-breakpoint, gdb-source-info, gdb-get-location)
16826         (gdb-assembler-custom): Improve regexps.
16827         (def-gdb-auto-update-handler): Use window point to preserve point.
16829 2005-05-31  Stefan Monnier  <monnier@iro.umontreal.ca>
16831         * thumbs.el (thumbs-mode): Fix misuse of make-variable-buffer-local.
16833 2005-05-31  Jay Belanger  <belanger@truman.edu>
16835         * calc/calc-embed.el (calc-embedded-word): Change argument passed
16836         to calc-embedded.
16837         (calc-embedded-make-info): Have plain prefix argument select
16838         entire line.
16840 2005-05-31  Juanma Barranquero  <lekktu@gmail.com>
16842         * faces.el (list-faces-display): Signal error if passed a regexp
16843         that matches no face name.
16845         * simple.el (filter-buffer-substring): Fix typo in docstring.
16847 2005-05-31  Richard M. Stallman  <rms@gnu.org>
16849         * progmodes/vhdl-mode.el (vhdl-fill-region): Test ARG, not INTERACTIVE.
16850         (vhdl-emacs-21): Doc fix.
16851         (vhdl-mode): Unconditionally set comment-padding.
16852         (vhdl-fixup-whitespace-region): Insert spaces only where
16853         there are none.
16854         (vhdl-statistics-buffer): Make the Emacs 21 behavior universal.
16856 2005-05-30  John Wiegley  <johnw@newartisans.com>
16858         * eshell/em-cmpl.el, eshell/em-dirs.el, eshell/em-glob.el
16859         * eshell/em-unix.el, eshell/esh-ext.el, eshell/esh-io.el
16860         * eshell/esh-util.el, eshell/esh-var.el: Change all uses of
16861         `directory-sep-char' to ?/, and all uses of `string-to-int' to
16862         `string-to-number'.
16864 2005-05-30  Jay Belanger  <belanger@truman.edu>
16866         * calc/calc.el (calc-bug-address): Fix docstring.
16867         (calc-window-hook, calc-trail-window-hook): New variables.
16868         (calc-trail-display): Restore use of calc-trail-window-hook.
16869         (calc): Restore use of calc-window-hook.
16871 2005-05-31  Masatake YAMATO  <jet@gyve.org>
16873         * emacs-lisp/find-func.el (find-function-noselect): Handle subroutines.
16875         * help-fns.el (help-C-file-name): Add autoload mark for
16876         `find-function-noselect'.
16878 2005-05-30  Stefan Monnier  <monnier@iro.umontreal.ca>
16880         * textmodes/tex-mode.el (tex-compile-commands, tex-compile)
16881         (tex-start-tex): Undo all but the last part of the 2005-05-28 change.
16883 2005-05-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
16885         * calendar/diary-lib.el (mark-included-diary-files): Only kill
16886         included diary buffer if it was not already being visited.
16887         Reported by Stephen Berman <Stephen.Berman@gmx.net>.
16889         * calendar/icalendar.el (top-level): Do not require appt.
16891         * mail/supercite.el (sc-select-attribution): Only use a list
16892         element from sc-attrib-selection-list if it returns a string.
16893         Reported by Davide G. M. Salvetti <salve@debian.org>.
16895 2005-05-30  Juanma Barranquero  <lekktu@gmail.com>
16897         * thumbs.el (thumbs-thumbname): The resulting thumbname now
16898         includes a hash value to improve its uniqueness, and has a ".jpg"
16899         extension.  Also, it is now a valid filename on all systems.
16900         (thumbs-make-thumb): Use `let', not `let*'.
16901         (thumbs-show-thumbs-list): Check for JPEG availability.
16903 2005-05-30  Richard M. Stallman  <rms@gnu.org>
16905         * filesets.el (filesets-menu-ensure-use-cached):
16906         Prevent warning when emacs-version>= is undefined.
16908         * printing.el (pr-interactive-n-up): Use string-to-number.
16910         * emulation/tpu-mapper.el: Use eval-buffer, not eval-current-buffer.
16912         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn):
16913         Warn only when name to be defined is quoted.
16915 2005-05-30  Nick Roberts  <nickrob@snap.net.nz>
16917         * progmodes/gdb-ui.el (gdb-toggle-breakpoint):
16918         Make regexp more robust.
16919         (gdb-display-assembler-buffer, gdb-frame-assembler-buffer):
16920         Force regeneration of disassembly.
16922 2005-05-29  Jay Belanger  <belanger@truman.edu>
16924         * calc/calc.el (calc-user-invocation): Check if
16925         calc-invocation-macro is non-nil.
16927 2005-05-29  Juri Linkov  <juri@jurta.org>
16929         * add-log.el (change-log-font-lock-keywords):
16930         Add `+' to e-mail regexp to accept mail address with keywords.
16932         * man.el (Man-name-regexp): Add `:' to accept qualified names.
16934 2005-05-29  Luc Teirlinck  <teirllm@auburn.edu>
16936         * progmodes/inf-lisp.el (inferior-lisp-mode): Use delay-mode-hooks.
16938         * ielm.el (inferior-emacs-lisp-mode): Ditto.
16940 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16942         * textmodes/flyspell.el (flyspell-auto-correct-previous-word):
16943         Undo the change that moves to end of the current word.
16945 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
16947         * progmodes/gdb-ui.el (gdb-memory-set-repeat-count):
16948         Throw error when count <= 0 to ensure input is a number.
16949         (gdb-read-memory-custom): Pick up address from buffer.
16950         (gdb-memory-mode): Allow user to increment and decrement
16951         memory address from header line.
16953 2005-05-29  Richard M. Stallman  <rms@gnu.org>
16955         * flyspell.el (flyspell-version): Function deleted.
16956         (flyspell-auto-correct-previous-hook): Doc fix.
16958         * jit-lock.el (jit-lock-function, jit-lock-after-change):
16959         Do nothing if memory is full.
16961         * font-lock.el (font-lock-fontify-syntactically-region):
16962         Pass t for GREEDY to looking-back.
16964         * saveplace.el (save-place-alist-to-file): Write the file
16965         using write-region.
16967         * subr.el (looking-back): New argument GREEDY.
16969         * progmodes/compile.el (compilation-start): Set the mode
16970         before inserting the initial text.
16972         * progmodes/which-func.el (which-func-update-1): Turn the mode
16973         off in case of error by setting which-func-mode.
16975 2005-05-29  Peter Heslin  <p.j.heslin@durham.ac.uk>  (tiny change)
16977         * flyspell.el (flyspell-auto-correct-previous-word):
16978         Narrow down to what's on the screen, and recenter overlays
16979         at the end of the next word.
16981 2005-05-29  Manuel Serrano  <Manuel.Serrano@sophia.inria.fr>
16983         * flyspell.el (flyspell-emacs, flyspell-use-local-map): Vars moved up.
16984         (flyspell-default-delayed-commands): Add backward-delete-char-untabify.
16985         (flyspell-abbrev-p): Default to nil.
16986         (flyspell-use-global-abbrev-table-p): Doc fix.
16987         (flyspell-large-region): Allow nil as value.
16988         (flyspell-use-meta-tab, flyspell-auto-correct-binding): New variables.
16990         (mail-mode-flyspell-verify): More robust handling
16991         of `mail-header-separator'.  More efficient signature detection.
16992         Allow for regexp metacharacters in message-header-separator.
16993         Adding `To' not to be checked in mail-mode-flyspell-verify.
16995         (flyspell-prog-mode): Run flyspell-prog-mode-hook.
16996         (flyspell-mouse-map): Bind M-TAB only if flyspell-use-meta-tab.
16997         Bind flyspell-auto-correct-binding.
16998         Bind C-. and C-, .
16999         (flyspell-mode-map): Likewise.
17000         (flyspell-mode): Doc fix.
17001         (flyspell-accept-buffer-local-defs): Preserve current buffer.
17002         (flyspell-mode-on): Bind flyspell-mouse-map and flyspell-mode-map.
17003         (flyspell-word-cache-result): New var, always local.
17004         (flyspell-check-pre-word-p): Doc fix.
17005         (flyspell-check-changed-word-p): Handle spc like newline.
17006         (flyspell-post-command-hook): Set flyspell-word-cache-result.
17007         (flyspell-word-search-backward, flyspell-word-search-forward):
17008         New functions.
17009         (flyspell-word): Return t if nothing to check.
17010         When parsing TeX code, check for after } or \.
17011         Use flyspell-word-search-backward to find previous word.
17012         Return nil if duplicated word.
17013         For word already checked, return same value as last time.
17014         Set flyspell-word-cache-result after checking.
17015         Don't clobber the return value.
17016         (flyspell-get-word): Major rewrite.
17017         (flyspell-external-point-words): New locals pword, pcount.
17018         Fix size used in progress message.
17019         Find the proper corresponding word in flyspell-large-region-buffer.
17020         (flyspell-region): Check for flyspell-large-region = nil.
17021         (flyspell-highlight-incorrect-region): Clean up overlays in region.
17022         (flyspell-auto-correct-word): Check that WORD is a cons.
17023         (flyspell-correct-word): Likewise.
17025 2005-05-29  Daniel Pfeiffer  <occitan@esperanto.org>
17027         * progmodes/make-mode.el (makefile-rule-action-regex)
17028         (makefile-macroassign-regex, makefile-makepp-mode)
17029         (makefile-bsdmake-mode): Continuation lines may be empty.
17030         Reported by Joshua Varner.
17031         (makefile-makepp-font-lock-keywords): Add $(stem).
17033 2005-05-28  Karl Berry  <karl@gnu.org>
17035         * textmodes/tex-mode.el: Now that tex-send-command calls
17036         shell-quote-argument (2005-03-31 change), remove all calls to
17037         shell-quote-argument; they all end up invoking tex-send-command.
17038         The double quoting loses on filenames with non-safe characters,
17039         such as "@".  Reported by Frederik Fouvry.
17041 2005-05-29  Nick Roberts  <nickrob@snap.net.nz>
17043         * progmodes/gdb-ui.el (gdb-assembler-custom): Be more careful
17044         about preserving point.
17046 2005-05-27  Jay Belanger  <belanger@truman.edu>
17048         * calc/calc-misc.el (calc-info-goto-node): Use info instead of
17049         Info-goto-node.
17051         * calc/calc-embed.el (calc-embed-arg): New variable.
17052         (calc-do-embedded-activate, calc-embedded-activate-formula)
17053         (calc-embedded-edit, calc-do-embedded-activate): Replace undeclared
17054         variable by new variable.
17055         (calc-embedded-make-info): Replace undeclared variable by new
17056         variable.  When selecting region with positive prefix
17057         argument, use end of previous line instead of beginning of line.
17059         * calc/calc-aent.el (calc-arg-values): Declare it.
17061         * calc/calc-ext.el (calc-help-map, calc-alg-map, calc-alg-esc-map):
17062         Declare them.
17064         * calc/calc-stuff.el (math-decls-cache-tag): Declare it.
17066         * calc/calc.el (calc-alg-map): Declare it.
17068         * calc/calcalg2.el (math-decls-cache, math-decls-all): Declare them.
17070 2005-05-28  Nick Roberts  <nickrob@snap.net.nz>
17072         * progmodes/gdb-ui.el (gdb-all-registers): New variable.
17073         (gdb-registers-buffer, toggle-gdb-all-registers):
17074         Toggle display of floating point registers.
17075         (gdb-registers-mode-map): Bind SPC to toggle-gdb-all-registers.
17077         * progmodes/gud.el (gud-goto-info): Use info.  Don't use require.
17078         (toggle-gud-tooltip-dereference):
17079         Rename from gud-toggle-tooltip-dereference.
17081 2005-05-27  Stefan Monnier  <monnier@iro.umontreal.ca>
17083         * info.el (Info-goto-node): Revert autoload addition (2004-06-12).
17085 2005-05-27  Jay Belanger  <belanger@truman.edu>
17087         * calc/calc-prog.el (calc-kbd-report): Remove.
17088         (calc-kbd-query): Rewrite.
17090 2005-05-27  Juanma Barranquero  <lekktu@gmail.com>
17092         * image.el (image-library-alist): Move to image.c.
17093         (image-type-available-p): Doc fix.
17095 2005-05-27  Lute Kamstra  <lute@gnu.org>
17097         * calc/calc.el (calc):
17098         * outline.el (outline-1, outline-2, outline-3, outline-4)
17099         (outline-5, outline-6, outline-7, outline-8):
17100         * textmodes/dns-mode.el (dns-mode):
17101         * textmodes/sgml-mode.el (sgml-namespace-face):
17102         * textmodes/tex-mode.el (superscript, subscript, tex-math-face)
17103         (tex-verbatim-face, tex-use-reftex):
17104         * textmodes/texinfo.el (texinfo-heading-face):
17105         Specify customization group.
17107         * longlines.el: Don't require easy-mmode.
17108         (longlines-visible-face): Specify customization group.
17110 2005-05-27  Kenichi Handa  <handa@m17n.org>
17112         * language/cyrillic.el: Add cyrillic-iso8859-5 characters in the
17113         encoding table of windows-1251.
17115         * international/ucs-tables.el (ucs-set-table-for-input):
17116         If translation-table-for-input of a coding system is a symbol, get
17117         its translation-table property.
17119         * international/code-pages.el: Don't register a coding system into
17120         non-iso-charset-alist more than once.
17121         (cp-make-coding-system): Likewise.
17123 2005-05-26  John Wiegley  <johnw@newartisans.com>
17125         * eshell/esh-cmd.el (eshell-eval-command): If the return value of
17126         `eshell-resume-eval' is wrapped in a list, it indicates that the
17127         command was run asynchronously.  In that case, unwrap the value
17128         before checking the delimiter value.
17130         * eshell/em-cmpl.el (eshell-complete-parse-arguments): If the
17131         character before a space at the end of a line is \, assume the space
17132         is part of the last argument rather than a final argument separator.
17134         * eshell/esh-io.el (eshell-get-target): If `eshell-buffer-shorthand'
17135         is in use, and the target is `t' or `nil' (which are the most common
17136         values), don't assume that the symbol target is a buffer.
17138 2005-05-26  Luc Teirlinck  <teirllm@auburn.edu>
17140         * calendar/calendar.el (calendar-mode-line-format):
17141         Use mode-line-highlight as mouse-face.
17143         * time.el (display-time-string-forms, display-time-update):
17144         Use mode-line-highlight as mouse-face.
17146 2005-05-26  Jay Belanger  <belanger@truman.edu>
17148         * calc/calc.el (calc-language-alist): Remove extra defvar.
17150 2005-05-26  Lute Kamstra  <lute@gnu.org>
17152         * arc-mode.el (archive-mode):
17153         * bookmark.el (bookmark-read-annotation-mode)
17154         (bookmark-edit-annotation-mode, bookmark-bmenu-mode):
17155         * bs.el (bs-mode):
17156         * calc/calc-yank.el (calc-edit-mode):
17157         * calc/calc.el (calc-mode, calc-trail-mode):
17158         * calculator.el (calculator-mode):
17159         * chistory.el (command-history-mode):
17160         * comint.el:
17161         * cus-edit.el (custom-mode):
17162         * descr-text.el (describe-text-mode):
17163         * ebuff-menu.el (Electric-buffer-menu-mode):
17164         * ediff-util.el (ediff-mode):
17165         * emacs-lisp/re-builder.el (reb-mode):
17166         * emulation/vi.el (vi-mode-setup):
17167         * emulation/ws-mode.el (wordstar-mode):
17168         * eshell/esh-mode.el (eshell-mode):
17169         * forms.el (forms-mode):
17170         * help-mode.el (help-mode):
17171         * hexl.el (hexl-mode):
17172         * ibuffer.el (ibuffer-mode):
17173         * ielm.el (inferior-emacs-lisp-mode):
17174         * info.el (Info-mode, Info-edit-mode):
17175         * international/swedish.el:
17176         * ledit.el (ledit-from-lisp-mode):
17177         * locate.el (locate-mode):
17178         * mail/rmail.el (rmail-mode):
17179         * mail/rmailedit.el (rmail-edit-mode):
17180         * mail/rmailsum.el (rmail-summary-mode):
17181         * mail/supercite.el (sc-electric-mode):
17182         * net/eudc.el (eudc-mode):
17183         * net/quickurl.el (quickurl-list-mode):
17184         * net/snmp-mode.el (snmp-mode, snmpv2-mode):
17185         * obsolete/ooutline.el (outline-mode):
17186         * obsolete/options.el (Edit-options-mode):
17187         * obsolete/rnews.el (news-mode):
17188         * obsolete/rnewspost.el (news-reply-mode):
17189         * play/5x5.el (5x5-mode):
17190         * play/decipher.el (decipher-mode, decipher-stats-mode):
17191         * play/gomoku.el (gomoku-mode):
17192         * play/snake.el (snake-mode):
17193         * play/solitaire.el (solitaire-mode):
17194         * play/tetris.el (tetris-mode):
17195         * progmodes/ada-mode.el (ada-mode):
17196         * progmodes/antlr-mode.el (antlr-mode):
17197         * progmodes/autoconf.el (autoconf-mode):
17198         * progmodes/dcl-mode.el (dcl-mode):
17199         * progmodes/delphi.el (delphi-mode):
17200         * progmodes/ebrowse.el (ebrowse-tree-mode)
17201         (ebrowse-electric-list-mode, ebrowse-member-mode)
17202         (ebrowse-electric-position-mode):
17203         * progmodes/f90.el (f90-mode):
17204         * progmodes/fortran.el (fortran-mode):
17205         * progmodes/icon.el (icon-mode):
17206         * progmodes/idlw-help.el (idlwave-help-mode):
17207         * progmodes/idlw-shell.el (idlwave-shell-mode):
17208         * progmodes/idlwave.el (idlwave-mode):
17209         * progmodes/inf-lisp.el (inferior-lisp-mode):
17210         * progmodes/m4-mode.el (m4-mode):
17211         * progmodes/meta-mode.el (metafont-mode, metapost-mode):
17212         * progmodes/modula2.el (modula-2-mode):
17213         * progmodes/octave-inf.el (inferior-octave-mode):
17214         * progmodes/octave-mod.el (octave-mode):
17215         * progmodes/pascal.el (pascal-mode):
17216         * progmodes/sh-script.el (sh-mode):
17217         * progmodes/sql.el (sql-mode, sql-interactive-mode):
17218         * progmodes/vhdl-mode.el (vhdl-mode):
17219         * progmodes/xscheme.el (scheme-interaction-mode):
17220         * replace.el (occur-mode):
17221         * ses.el (ses-mode):
17222         * simple.el (completion-list-mode):
17223         * skeleton.el:
17224         * speedbar.el (speedbar-mode):
17225         * term.el (term-mode):
17226         * terminal.el (terminal-edit-mode):
17227         * textmodes/reftex-index.el (reftex-index-mode)
17228         (reftex-index-phrases-mode):
17229         * textmodes/reftex-sel.el (reftex-select-label-mode)
17230         (reftex-select-bib-mode):
17231         * textmodes/reftex-toc.el (reftex-toc-mode):
17232         * wdired.el (wdired-change-to-wdired-mode):
17233         * wid-browse.el (widget-browse-mode):
17234         Use run-mode-hooks.
17236         * array.el (array-mode):
17237         * calendar/todo-mode.el (todo-mode):
17238         * man.el (Man-mode):
17239         * play/landmark.el (lm-mode):
17240         * play/mpuz.el (mpuz-mode):
17241         Use kill-all-local-variables and run-mode-hooks.
17243         * subr.el (delay-mode-hooks): Specify indentation.
17245 2005-05-26  Mark A. Hershberger  <mah@everybody.org>
17247         * xml.el (xml-substitute-special): Don't die for undefined xml
17248         entities.
17250 2005-05-26  Jay Belanger  <belanger@truman.edu>
17252         * calc/calc-prog.el (calc-user-define-edit): Don't find substring
17253         of nil.
17255 2005-05-27  Nick Roberts  <nickrob@snap.net.nz>
17257         * progmodes/gdb-ui.el (gdb-frame-address):
17258         Rename from gdb-current-address.
17259         (gdb-previous-frame-address): Rename from gdb-previous-address.
17260         (gdb-selected-frame): Rename from gdb-current-frame.
17261         (gdb-get-selected-frame): Rename from gdb-get-current-frame.
17262         (gdb-frame-number): Rename from gdb-current-stack-level.
17263         (gdb-ann3): Match new mode-name for disassembly buffer.
17264         Extend initialization of variables.
17265         (gdb-post-prompt): Update disassembly from gdb-frame-handler.
17266         (gdb-memory-mode): Use mouse-face in header line.
17267         (gdb-assembler-buffer-name): Call it disassembly and give frame
17268         in mode line.
17269         (gdb-source-spec-regexp, gdb-assembler-custom)
17270         (gdb-invalidate-assembler, gdb-frame-handler):
17271         Make robust to leading zeroes in address format.
17273 2005-05-26  Carsten Dominik  <dominik@science.uva.nl>
17275         * textmodes/org.el (org-mode): Use `define-derived-mode' to
17276         define `org-mode'.
17277         (org-agenda-mode): Use `run-mode-hooks' instead of `run-hooks'.
17279 2005-05-26  Stefan Monnier  <monnier@iro.umontreal.ca>
17281         * log-edit.el (log-edit-changelog-entries): Distinguish between
17282         filenames like xfns.c and fns.c.
17284 2005-05-25  Luc Teirlinck  <teirllm@auburn.edu>
17286         * buff-menu.el (Buffer-menu-revert-function): Improve handling of
17287         point after reverting.
17288         (Buffer-menu-make-sort-button): Handle the case where
17289         `Buffer-menu-use-header-line' is nil.
17291 2005-05-25  Thien-Thi Nguyen  <ttn@gnu.org>
17293         * vms-patch.el (vms-magic-right-square-brace, vms-magic-colon):
17294         New funcs.  In minibuffer-local-completion-map bind `]', `/'
17295         and `:' to them.
17297 2005-05-25  Stefan Monnier  <monnier@iro.umontreal.ca>
17299         * startup.el (normal-top-level): Allow modification of load-path while
17300         we're iterating over it.
17302 2005-05-25  Juanma Barranquero  <lekktu@gmail.com>
17304         * thumbs.el (thumbs-thumbsdir-max-size, thumbs-temp-file)
17305         (thumbs-cleanup-thumbsdir, thumbs-call-convert)
17306         (thumbs-resize-interactive, thumbs-insert-image)
17307         (thumbs-insert-thumb, thumbs-dired-show-marked)
17308         (thumbs-find-image-at-point, thumbs-delete-images)
17309         (thumbs-rename-images, thumbs-next-image, thumbs-dired-setroot)
17310         (thumbs-increment-image-size, thumbs-decrement-image-size):
17311         Fix typos in docstrings.
17313 2005-05-24  Andre Spiegel  <spiegel@gnu.org>
17315         * progmodes/cperl-mode.el (cperl-vc-header-alist): Obsolete.
17316         (cperl-vc-rcs-header, cperl-vc-sccs-header): New user options.
17317         (cperl-mode): Use them.
17319 2005-05-24  Juanma Barranquero  <lekktu@gmail.com>
17321         * window.el (quit-window, shrink-window-if-larger-than-buffer):
17322         Doc fixes.
17324 2005-05-24  Nick Roberts  <nickrob@snap.net.nz>
17326         * progmodes/gdb-ui.el (gdb-inferior-io-mode-map):
17327         Bind C-d to gdb-inferior-io-eof.
17329         * dired.el (dired-dnd-popup-notice): Use message-box.
17331 2005-05-23  Masatake YAMATO  <jet@gyve.org>
17333         * bindings.el (mode-line-major-mode-keymap):
17334         Bind [mode-line down-mouse-1] to `mouse-major-mode-menu'.
17336         * faces.el (mode-line-highlight): New face.
17338         * ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
17339         as mouse-face.
17341         * bindings.el (top-level, help-echo, mode-line-modified)
17342         (mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
17343         as mouse-face.
17345 2005-05-23  Juanma Barranquero  <lekktu@gmail.com>
17347         * progmodes/cc-engine.el (c-guess-basic-syntax):
17348         Remove spurious call to `zerop'.
17350         * emacs-lisp/cl.el (acons, pairlis): Add docstring.
17352 2005-05-23  Martin Stjernholm  <bug-cc-mode@gnu.org>
17354         CC Mode update to 5.30.10:
17356         * cc-fonts.el (c-font-lock-declarators): Fix bug where the point
17357         could go past the limit in decoration level 2, thereby causing
17358         errors during interactive fontification.
17360         * cc-mode.el (c-make-inherited-keymap): Fix cc-bytecomp bug when
17361         the file is evaluated interactively.
17363         * cc-engine.el (c-guess-basic-syntax): Handle operator
17364         declarations somewhat better in C++.
17366         * cc-styles.el, cc-mode.el (c-run-mode-hooks): New helper macro to
17367         make use of `run-mode-hooks' which has been added in Emacs 21.1.
17368         (c-mode, c++-mode, objc-mode, java-mode, idl-mode, pike-mode)
17369         (awk-mode): Use it.
17370         (make-local-hook): Suppress warning about obsoleteness.
17372         * cc-engine.el, cc-align.el, cc-cmds.el
17373         (c-append-backslashes-forward, c-delete-backslashes-forward)
17374         (c-find-decl-spots, c-semi&comma-no-newlines-before-nonblanks):
17375         Compensate for return value from `forward-line' when it has moved
17376         but not to a different line due to eob.
17378         * cc-engine.el (c-guess-basic-syntax): Fix anchoring in
17379         `objc-method-intro' and `objc-method-args-cont'.
17381 2005-05-23  Alan Mackenzie  <bug-cc-mode@gnu.org>
17383         CC Mode update to 5.30.10:
17385         * cc-mode.el, cc-engine.el, cc-align.el: Change the FSF's address
17386         in the copyright statement.  Incidentally, change "along with GNU
17387         Emacs" to "along with this program" where it occurs.
17389         * cc-mode.el: Add a fourth parameter `t' to the awk-mode autoload,
17390         so that it is interactive, hence can be found by M-x awk-mode
17391         whilst cc-mode is yet to be loaded.  Reported by Glenn Morris
17392         <gmorris+emacs@ast.cam.ac.uk>.
17394         * cc-awk.el: Add character classes (e.g. "[:alpha:]") into AWK
17395         Mode's regexps.
17397 2005-05-23  Kevin Ryde  <user42@zip.com.au>
17399         * cc-align.el (c-lineup-argcont): Ignore conses for {} pairs from
17400         c-parse-state, to avoid a lisp error (on bad code).
17402 2005-05-23  Lute Kamstra  <lute@gnu.org>
17404         * subr.el (font-lock-defaults): Remove defvar as it's already
17405         defined in font-core.el.
17407         * font-lock.el (font-lock-beginning-of-syntax-function): Fix docstring.
17409 2005-05-23  Nick Roberts  <nickrob@snap.net.nz>
17411         * progmodes/gdb-ui.el (gdb-info-locals-handler): Make regexps
17412         more general and work when GDB variable "print pretty" is on,
17413         as with Emacs, for example.
17415 2005-05-22  Luc Teirlinck  <teirllm@auburn.edu>
17417         * font-core.el: Update comment.
17419         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
17420         Use `after-change-major-mode-hook' instead of `find-file-hook'.
17422         * buff-menu.el (Buffer-menu-mode): Use `run-mode-hooks'.
17424 2005-05-22  Eli Zaretskii  <eliz@gnu.org>
17426         * simple.el (yank, yank-pop): Mention `yank-excluded-properties'
17427         and `yank-handler' in the doc strings.
17429 2005-05-22  Stefan Monnier  <monnier@iro.umontreal.ca>
17431         * emacs-lisp/cl.el (eql): Remove.  It's a builtin already.
17433 2005-05-22  Richard M. Stallman  <rms@gnu.org>
17435         * help.el (describe-key): Move print-help-return-message call
17436         out of conditional.
17438         * progmodes/etags.el (list-tags): Use with-no-warnings.
17440         * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings.
17441         (smtpmail-send-queued-mail): Avoid beginning-of-buffer.
17442         (starttls-extra-args, starttls-extra-arguments): Add defvars.
17444         * mail/mailalias.el (mail-get-names): Avoid beginning-of-buffer.
17446         * language/viet-util.el (viet-viscii-nonascii-translation-table):
17447         Add defvar.
17449         * emulation/viper-ex.el (viper-ex-work-buf, viper-ex-print-buf):
17450         Use defvar, not defconst.
17452         * hexl.el (hexl-follow-line): Use with-no-warnings.
17454         * emulation/tpu-extras.el: Use write-file-functions instead of
17455         write-file-hooks.
17457         * dired.el (dired-font-lock-keywords): Fontify files with junk
17458         extensions even if marked by -F.
17460 2005-05-22  Juanma Barranquero  <lekktu@gmail.com>
17462         * emacs-lisp/cl.el (pushnew, cl-macroexpand, floatp-safe, plusp)
17463         (minusp, oddp, evenp, mapcar*, list*, copy-list, adjoin, subst):
17464         * emacs-lisp/cl-extra.el (coerce, map, maplist, cl-mapc, mapl)
17465         (mapcan, mapcon, some, every, notany, notevery, signum, isqrt)
17466         (concatenate, list-length, get*, getf, cl-remprop):
17467         * emacs-lisp/cl-macs.el (function*, case, ecase, typecase)
17468         (etypecase, progv, lexical-let, lexical-let*)
17469         (multiple-value-bind, multiple-value-setq, shiftf):
17470         Improve argument/docstring consistency.
17472         * subr.el (focus-frame, unfocus-frame): Revert deletion on 2005-05-01.
17474 2005-05-22  Andre Spiegel  <spiegel@gnu.org>
17476         * vc-cvs.el (vc-cvs-checkout-model): Handle the case where FILE
17477         doesn't exist.
17479         * vc.el (vc-trunk-p): Add autoload cookie.  The function is used in
17480         vc-rcs.el when vc-mistrust-permissions is t, which is not the default.
17482 2005-05-22  Nick Roberts  <nickrob@snap.net.nz>
17484         * emacs-lisp/bytecomp.el: Remove make-obsolete-variable for
17485         already deleted variables: auto-fill-hook, blink-paren-hook,
17486         lisp-indent-hook, inhibit-local-variables, unread-command-event,
17487         suspend-hooks, comment-indent-hook, meta-flag,
17488         before-change-function, after-change-function,
17489         font-lock-doc-string-face.
17491 2005-05-21  Luc Teirlinck  <teirllm@auburn.edu>
17493         * emacs-lisp/derived.el (define-derived-mode): Doc fix.
17495 2005-05-21  Eli Zaretskii  <eliz@gnu.org>
17497         * mail/rmail.el (rmail-reply): Filter the list in reply-to through
17498         rmail-dont-reply-to.
17500 2005-05-21  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
17502         * mail/sendmail.el (mail-send): Use [[:space:]] instead of a
17503         literal blank when splitting new-header-values.
17505 2005-05-21  Matt Hodges  <MPHodges@member.fsf.org>
17507         * calendar/cal-menu.el (cal-menu-update): Add separator as a
17508         string so that tmm doesn't create a completion entry for it.
17510         * textmodes/table.el (table-disable-menu): Ditto.
17512 2005-05-21  Richard M. Stallman  <rms@gnu.org>
17514         * progmodes/idlwave.el (idlwave-doc-header): Use insert-file-contents.
17516         * progmodes/flymake.el (flymake-makehash): Use with-no-warnings.
17518         * net/rcompile.el (remote-compile): Use compilation-start.
17520         * tmm.el (tmm-shortcut): Avoid using beginning-of-buffer.
17522 2005-05-21  Daniel Pfeiffer  <occitan@esperanto.org>
17524         * files.el (auto-mode-alist): Check GNUmakefile before makefile.
17525         Default to makefile-bsdmake-mode on BSD systems.
17527         * imenu.el (imenu-generic-expression, imenu--generic-function'):
17528         REGEXP may also be a search function now.  The part of doc-string
17529         for describing the structure was 95% identical to that of
17530         `imenu--generic-function'.  Unify it there.
17532         * progmodes/make-mode.el (makefile-imenu-generic-expression):
17533         Use function to find dependencies, because regexp alone is so complex,
17534         it easily goes into an endless loop.
17535         (makefile-makepp-mode): Also add submenu for Perl functions
17536         defined in the makefile.
17537         (makefile-bsdmake-mode): Special imenu-generic-expression no
17538         longer needed, due to function call.
17539         (makefile-match-dependency): Take BOUND into account when checking
17540         if we're through.
17542 2005-05-20  Jay Belanger  <belanger@truman.edu>
17544         * calc/calc-units.el (calc-invalidate-units-table):
17545         Use inhibit-read-only.
17546         (math-build-units-table-buffer): Use view-mode.
17548 2005-05-20  David Kastrup  <dak@gnu.org>
17550         * emacs-lisp/easymenu.el (easy-menu-add): Correct docstring since
17551         easy-menu-add is not a nop on Emacs; and clarify when to call it.
17553 2005-05-20  Lute Kamstra  <lute@gnu.org>
17555         * diff-mode.el (diff-header-face, diff-file-header-face)
17556         (diff-index-face, diff-hunk-header-face, diff-removed-face)
17557         (diff-added-face, diff-changed-face, diff-function-face)
17558         (diff-context-face, diff-nonexistent-face): Put them in the
17559         diff-mode customization group.
17561 2005-05-20  Stefan Monnier  <monnier@iro.umontreal.ca>
17563         * progmodes/vhdl-mode.el (vhdl-font-lock-match-item): Simplify regexp.
17565         * progmodes/sh-script.el (sh-mode, sh-get-word): Minor regexp fixes.
17567         * font-lock.el (lisp-font-lock-keywords-2): Don't error.
17568         Minor regexp-optimization.
17570 2005-05-20  Carsten Dominik  <dominik@science.uva.nl>
17572         * textmodes/org.el (org-agenda-toggle-time-grid): New command.
17573         (org-agenda-use-time-grid, org-agenda-time-grid): New options.
17574         (org-agenda-add-time-grid-maybe): New function.
17575         (org-agenda): Call `org-agenda-add-time-grid-maybe'.
17576         (org-table-create): `dotimes' instead of `mapcar'.
17577         (org-xor): Simplify implementation.
17578         (org-agenda): `inhibit-redisplay' turned on.
17579         (org-agenda-change-all-lines): Use `org-format-agenda-item' to get
17580         a consistent line after a state change.
17581         (org-agenda-remove-times-when-in-prefix): New option.
17582         (org-prefix-has-time): New variable.
17583         (org-parse-time-string): Optional argument NODEFAULT.
17584         (org-format-agenda-item): Parse items for time-of-day
17585         specifications and move these into the prefix if possible.
17586         (org-agenda-priority): Get current heading, not previous heading
17587         during agenda remote editing.
17589 2005-05-20  Juanma Barranquero  <lekktu@gmail.com>
17591         * emacs-lisp/cl-seq.el (reduce, fill, replace, remove*)
17592         (remove-if, remove-if-not, delete*, delete-if, delete-if-not)
17593         (remove-duplicates, delete-duplicates, substitute)
17594         (substitute-if, substitute-if-not, nsubstitute, nsubstitute-if)
17595         (nsubstitute-if-not, find, find-if, find-if-not, position)
17596         (position-if, position-if-not, count, count-if, count-if-not)
17597         (mismatch, search, sort*, stable-sort, merge, member*)
17598         (member-if, member-if-not, assoc*, assoc-if, assoc-if-not)
17599         (rassoc*, rassoc-if, rassoc-if-not, union, nunion)
17600         (intersection, nintersection, set-difference, nset-difference)
17601         (set-exclusive-or, nset-exclusive-or, subsetp, subst-if)
17602         (subst-if-not, nsubst, nsubst-if, nsubst-if-not, sublis)
17603         (nsublis, tree-equal): Improve argument/docstring consistency.
17605         * subr.el (send-string, send-region): Remove obsolescence declaration.
17606         (window-dot, set-window-dot, read-input, show-buffer)
17607         (eval-current-buffer, string-to-int):
17608         Add release number to obsolescence declarations.
17610 2005-05-19  Kim F. Storm  <storm@cua.dk>
17612         * ido.el (ido-magic-forward-char): Enter ido-find-file at end of input.
17613         (ido-magic-backward-char): Enter ido-switch-buffer at start of input.
17615 2005-05-20  Matt Hodges  <MPHodges@member.fsf.org>
17617         * faces.el (list-faces-display): Make back button respect optional
17618         regexp arg.
17620 2005-05-19  Juanma Barranquero  <lekktu@gmail.com>
17622         * calculator.el (calculator-radix-grouping-mode)
17623         (calculator-radix-grouping-digits, calculator-displayer)
17624         (calculator-radix-grouping-separator, calculator-copy-displayer):
17625         * dabbrev.el (dabbrev-search-these-buffers-only):
17626         * diff-mode.el (diff-jump-to-old-file, diff-update-on-the-fly)
17627         (diff-advance-after-apply-hunk, diff-mode-hook)
17628         (diff-minor-mode-prefix):
17629         * imenu.el (imenu-use-popup-menu):
17630         * jit-lock.el (jit-lock-context-time):
17631         * newcomment.el (comment-fill-column, comment-column)
17632         (comment-style, comment-padding, comment-multi-line)
17633         (comment-empty-lines, comment-auto-fill-only-comments):
17634         * reveal.el (reveal-around-mark):
17635         * uniquify.el (uniquify-buffer-name-style)
17636         (uniquify-after-kill-buffer-p)
17637         (uniquify-ask-about-buffer-names-p, uniquify-ignore-buffers-re)
17638         (uniquify-min-dir-content, uniquify-separator)
17639         (uniquify-trailing-separator-p, uniquify-strip-common-suffix):
17640         * w32-vars.el (w32-fixed-font-alist):
17641         * emacs-lisp/testcover.el (testcover-potentially-1value-functions):
17642         * obsolete/rsz-mini.el (resize-minibuffer-frame-max-height):
17643         * progmodes/antlr-mode.el (antlr-font-lock-maximum-decoration):
17644         * progmodes/perl-mode.el (perl-indent-level)
17645         (perl-continued-statement-offset, perl-continued-brace-offset)
17646         (perl-brace-offset, perl-brace-imaginary-offset)
17647         (perl-label-offset, perl-indent-continued-arguments)
17648         (perl-tab-always-indent, perl-tab-to-comment, perl-nochange):
17649         * progmodes/tcl.el (tcl-indent-level)
17650         (tcl-continued-indent-level, tcl-auto-newline)
17651         (tcl-tab-always-indent, tcl-electric-hash-style)
17652         (tcl-help-directory-list, tcl-use-smart-word-finder)
17653         (tcl-application, tcl-command-switches, tcl-prompt-regexp)
17654         (inferior-tcl-source-command):
17655         * textmodes/fill.el (enable-kinsoku):
17656         * textmodes/reftex-vars.el (reftex-index-phrases-wrap-long-lines):
17657         * textmodes/table.el (table-yank-handler):
17658         Specify missing group (and type, if simple) in defcustom.
17660 2005-05-19  Luc Teirlinck  <teirllm@auburn.edu>
17662         * progmodes/compile.el (compilation-finish-function): Fix defvar.
17664 2005-05-19  Richard M. Stallman  <rms@gnu.org>
17666         * progmodes/make-mode.el (makefile-mode): Use run-mode-hooks.
17668         * subr.el (event-basic-type): Don't get an error.
17669         (left-fringe-p): Function deleted.
17671         * buff-menu.el (Buffer-menu-buffer-face): In group Buffer-menu.
17672         (list-buffers-noselect): Set `font-lock-face' property, not `face'.
17674         * dired-aux.el (dired-copy-file-recursive): Handle symlinks
17675         in recursive copy.
17677         * frame.el (show-trailing-whitespace): In group `whitespace-faces'.
17679         * emacs-lisp/byte-run.el (eval-when-compile): Doc fix.
17681         * emacs-lisp/bytecomp.el
17682         (byte-compile-file-form-custom-declare-variable):
17683         Call byte-compile-nogroup-warn if appropriate.
17685         * progmodes/compile.el (compilation-finish-function): Mark obsolete.
17686         (compilation-set-window): Don't call left-fringe-p; do it directly.
17688 2005-05-19  Jay Belanger  <belanger@truman.edu>
17690         * calc/calc-graph.el (calc-graph-format-data): Make sure
17691         var-PlotRejects is bound before trying to check its value.
17693 2005-05-19  Carsten Dominik  <dominik@science.uva.nl>
17695         * textmodes/reftex.el (reftex-isearch-minor-mode): Move the
17696         definition of this variable from reftex-global.el to reftex.el,
17697         because it is needed in the menu.
17699 2005-05-19  Lute Kamstra  <lute@gnu.org>
17701         * emacs-lisp/copyright.el (copyright-fix-years): Make sure all
17702         years are fixed.  Don't insert a space after a dash.
17704 2005-05-19  Kim F. Storm  <storm@cua.dk>
17706         * emulation/crisp.el (crisp-home, crisp-end): Put CUA property.
17708 2005-05-19  Daniel Pfeiffer  <occitan@esperanto.org>
17710         * font-lock.el (lisp-font-lock-keywords-2): Do \\) only in
17711         strings, because (eq ... ?\\) is fairly frequent.
17713         * progmodes/make-mode.el (makefile-add-this-line-targets):
17714         Simplify and integrate into `makefile-pickup-targets'.
17715         (makefile-add-this-line-macro): Simplify and integrate into
17716         `makefile-pickup-macros.
17717         (makefile-pickup-filenames-as-targets): Simplify.
17718         (makefile-previous-dependency, makefile-match-dependency):
17719         Don't stumble over `::'.
17721 2005-05-19  Nick Roberts  <nickrob@snap.net.nz>
17723         * subr.el (post-command-idle-hook, post-command-idle-delay):
17724         Remove obsoletion of post-command-idle-hook and
17725         post-command-idle-delay.
17727         * faces.el (list-faces-display): Provide button when describe-face
17728         is called to take user back to the list of faces.
17730         * help-fns.el (describe-variable): Remove hyperlinks in a
17731         variable's value as these are quite frequently inappropriate.
17733         * follow.el (follow-submit-feedback, follow-mode):
17734         Remove references to post-command-idle-hook.
17736 2005-05-18  Daniel Pfeiffer  <occitan@esperanto.org>
17738         * progmodes/make-mode.el (makefile-previous-dependency)
17739         (makefile-match-dependency): Check for := (and in bsd mode also
17740         !=) to give a better result, even when font-lock is not on.
17742 2005-05-18  Jay Belanger  <belanger@truman.edu>
17744         * calc/calc-help.el (calc-s-prefix-help):
17745         Add `calc-copy-special-constant' to help string.
17747 2005-05-18  Luc Teirlinck  <teirllm@auburn.edu>
17749         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
17751 2005-05-18  Jay Belanger  <belanger@truman.edu>
17753         * calc/calc-poly.el (math-factor-poly-coefs): Make sure the terms
17754         in linear factors are in proper order.
17756 2005-05-18  Carsten Dominik  <dominik@science.uva.nl>
17758         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
17759         Support for jurabib.
17761         * textmodes/reftex.el (featurep): Define aliases for overlay
17762         commands, for XEmacs compatibility, and use these aliases in
17763         overlay initializations.
17764         (reftex-highlight): Use `reftex-move-overlay'.
17765         (reftex-unhighlight): Use `reftex-delete-overlay'.
17766         (reftex-uniq): Function removed.  Use `reftex-uniquify' instead.
17767         (reftex-access-search-path): Use `reftex-uniquify' instead of
17768         `reftex-uniq'
17770         * textmodes/reftex-sel.el (reftex-select-unmark): Overlay
17771         `before-string' property modification enables for Emacs as well.
17772         (reftex-select-item): Use `reftex-delete-overlay'.
17773         (reftex-select-mark): Use `reftex-make-overlay' and
17774         `reftex-overlay-put'.
17775         (reftex-select-unmark): Use `reftex-delete-overlay' and
17776         `reftex-overlay-put'.
17778 2005-05-18  Lute Kamstra  <lute@gnu.org>
17780         * emacs-lisp/lisp.el (check-parens): Fix docstring.
17782 2005-05-18  Juanma Barranquero  <lekktu@gmail.com>
17784         * add-log.el (add-change-log-entry):
17785         * array.el (array-make-template, array-reconfigure-rows)
17786         (array-init-max-row, array-init-max-column)
17787         (array-init-columns-per-line, array-init-field-width):
17788         * replace.el (replace-match-maybe-edit, perform-replace):
17789         * textmodes/spell.el (spell-region):
17790         Replace `read-input' by `read-string'.
17792         * forms.el (forms-mode):
17793         * finder.el (finder-compile-keywords):
17794         * shadowfile.el (shadow-read-files):
17795         Replace `eval-current-buffer' by `eval-buffer'.
17797         * terminal.el (te-pass-through):
17798         * net/ange-ftp.el (ange-ftp-process-filter, ange-ftp-gwp-filter)
17799         (ange-ftp-raw-send-cmd):
17800         * net/telnet.el (telnet-interrupt-subjob, telnet-c-z)
17801         (send-process-next-char, telnet-initial-filter, telnet):
17802         Replace `send-string' by `process-send-string'.
17804         * progmodes/prolog.el (inferior-prolog-mode): Doc fix.
17805         (prolog-consult-region): Replace `send-string' by
17806         `process-send-string'; replace `send-region' by `process-send-region'.
17808         * progmodes/delphi.el (delphi-log-msg):
17809         Replace `set-window-dot' by `set-window-point'.
17811         * subr.el (window-dot, set-window-dot, read-input, send-string)
17812         (send-region, show-buffer, eval-current-buffer):
17813         Make really obsolete, as the comment says.
17815 2005-05-17  Kim F. Storm  <storm@cua.dk>
17817         * emulation/cua-base.el (cua-use-hyper-key): Doc fix.
17818         (cua--init-keymaps): Bind C-return instead of S-return to set
17819         rectangle mark.
17821         * emulation/cua-rect.el (cua--init-rectangles): Bind C-return
17822         instead of S-return to toggle/clear rectangle mark.
17824 2005-05-17  Daniel Pfeiffer  <occitan@esperanto.org>
17826         * progmodes/make-mode.el (makefile-dependency-skip): New variable.
17827         (makefile-macroassign-regex, makefile-make-font-lock-keywords):
17828         Also fontify plain strings assigned to variables, mostly so that a
17829         colon has a face and is thus not taken as a dependency separator.
17830         (makefile-previous-dependency): Inline the new matcher, because it
17831         is too complex to work in both directions.
17832         (makefile-match-dependency): Eliminate `backward' arg (see above).
17833         Completely reimplemented so as to not sometimes go into an endless
17834         loop.  It should also be more efficient, because first it only
17835         searches for `:', instead of applying the very complex regexp.
17836         (makefile-mode): Cancel `font-lock-support-mode', because blocks
17837         to be fontified in one piece can be too long for JIT.
17838         Makefiles are never *that* big.
17840 2005-05-17  Reiner Steib  <Reiner.Steib@gmx.de>
17842         * dired.el (dired-mode): Simplify.
17844 2005-05-17  Lute Kamstra  <lute@gnu.org>
17846         * emacs-lisp/easy-mmode.el (define-minor-mode): Don't generate a
17847         defcustom for the mode hook variable.
17849         * emacs-lisp/authors.el (authors): Do parse the ChangeLogs of the
17850         Emacs Lisp Reference Manual.
17852 2005-05-17  Juanma Barranquero  <lekktu@gmail.com>
17854         * emacs-lisp/cl.el (eql, floatp-safe, plusp, minusp, oddp)
17855         (evenp, list*):
17856         * emacs-lisp/cl-macs.el (macrolet, symbol-macrolet):
17857         * emacs-lisp/cl-seq.el (subsetp, tree-equal): Doc fixes.
17859         * net/tramp-smb.el (tramp-smb-open-connection):
17860         Pass `tramp-chunksize' as fifth (required) argument.
17862 2005-05-16  Daniel Pfeiffer  <occitan@esperanto.org>
17864         * font-lock.el (lisp-font-lock-keywords-1):
17865         Set `font-lock-negation-char-face' for [^...] char group.
17866         (lisp-font-lock-keywords-2): Highlight regexp's \\( \\| \\).
17868         * progmodes/make-mode.el (makefile-dependency-regex): Turn it into
17869         a var, and refine it to mask one more level of nested vars.
17870         (makefile-rule-action-regex): Turn it into a var, and refine it so
17871         it recognizes backslashed continuation lines as belonging to the
17872         same command.
17873         (makefile-macroassign-regex): Refine it so it recognizes
17874         backslashed continuation lines as belonging to the same command.
17875         (makefile-var-use-regex): Don't look at the next char, because it
17876         might be the same one to be skipped by the initial [^$], leading
17877         to an overlooked variable use.
17878         (makefile-make-font-lock-keywords): Remove two parameters, which
17879         are now variables that some of the modes set locally.
17880         Handle dependency and rule action matching through functions, because
17881         regexps alone match too often.  Dependency matching now comes
17882         last, so it can check, whether a colon already matched something else.
17883         (makefile-mode): Inform that font-lock improves makefile parsing
17884         capabilities.
17885         (makefile-match-dependency, makefile-match-action): New functions.
17887 2005-05-16  Juanma Barranquero  <lekktu@gmail.com>
17889         * emacs-lisp/cl-extra.el (equalp): Doc fix.
17891         * align.el (align-regexp):
17892         * ansi-color.el (ansi-color-get-face):
17893         * array.el (array-reconfigure-rows, array-init-max-row)
17894         (array-init-max-column, array-init-columns-per-line)
17895         (array-init-field-width):
17896         * dired-aux.el (dired-trample-file-versions):
17897         * dired-x.el (dired-mark-sexp):
17898         * ediff-diff.el (ediff-extract-diffs, ediff-get-diff3-group):
17899         * edmacro.el (edmacro-finish-edit, edmacro-parse-keys):
17900         * emerge.el (emerge-extract-diffs, emerge-get-diff3-group):
17901         * faces.el (face-read-integer):
17902         * files.el (backup-extract-version, insert-directory):
17903         * hexl.el (hexl-insert-decimal-char):
17904         * server.el (server-process-filter):
17905         * shell.el (shell-extract-num):
17906         * startup.el (command-line-1):
17907         * term.el (term-command-hook):
17908         * time-stamp.el (time-stamp, time-stamp-string-preprocess)
17909         (time-stamp-do-number):
17910         * time.el (display-time-update):
17911         * timezone.el (timezone-parse-date, timezone-zone-to-minute)
17912         (timezone-fix-time):
17913         * vms-patch.el (vms-suspend-resume-hook):
17914         * calendar/appt.el (appt-convert-time):
17915         * calendar/cal-bahai.el (mark-bahai-diary-entries):
17916         * calendar/cal-hebrew.el (mark-hebrew-diary-entries):
17917         * calendar/cal-islam.el (mark-islamic-diary-entries):
17918         * calendar/calendar.el (calendar-cursor-to-date)
17919         (calendar-star-date):
17920         * calendar/diary-lib.el (diary-attrtype-convert)
17921         (mark-diary-entries, diary-entry-time):
17922         * calendar/solar.el (solar-get-number):
17923         * emacs-lisp/lisp-mnt.el (lm-last-modified-date):
17924         * emacs-lisp/re-builder.el (reb-display-subexp):
17925         * emulation/edt.el (edt-set-scroll-margins):
17926         * emulation/tpu-extras.el (tpu-set-scroll-margins):
17927         * emulation/vip.el (vip-get-ex-token, vip-get-ex-buffer)
17928         (vip-get-ex-count):
17929         * emulation/viper-ex.el (viper-get-ex-token)
17930         (viper-get-ex-buffer, viper-get-ex-count, ex-next):
17931         * international/fontset.el (fontset-plain-name):
17932         * mail/feedmail.el (feedmail-look-at-queue-directory):
17933         * mail/mailalias.el (mail-get-names):
17934         * mail/rmail.el (rmail-convert-to-babyl-format):
17935         * mail/rmailsum.el (rmail-make-basic-summary-line)
17936         (rmail-summary-next-same-subject, rmail-summary-rmail-update)
17937         (rmail-summary-goto-msg):
17938         * mail/smtpmail.el (smtpmail-read-response):
17939         * net/ange-ftp.el (ange-ftp-guess-hash-mark-size)
17940         (ange-ftp-vms-add-file-entry):
17941         * play/gametree.el (gametree-looking-at-ply)
17942         (gametree-current-branch-score):
17943         * progmodes/ada-xref.el (ada-prj-find-prj-file)
17944         (ada-xref-find-in-modified-ali, ada-find-in-src-path):
17945         * progmodes/cperl-mode.el (condition-case):
17946         * progmodes/ebrowse.el (ebrowse-set-tree-indentation)
17947         (ebrowse-set-member-buffer-column-width)
17948         (ebrowse-select-1st-to-9nth):
17949         * progmodes/etags.el (etags-snarf-tag):
17950         * progmodes/flymake.el (flymake-parse-line):
17951         * progmodes/idlw-shell.el (idlwave-shell-parse-line)
17952         (idlwave-shell-filter-bp, idlwave-shell-goto-next-error)
17953         (idlwave-shell-menu-def):
17954         * progmodes/ps-mode.el (ps-run-goto-error):
17955         * progmodes/vhdl-mode.el (vhdl-read-offset, vhdl-load-cache)
17956         (vhdl-speedbar-contract-level):
17957         * term/mac-win.el (x-handle-numeric-switch):
17958         * term/sun-mouse.el (sun-get-frame-data):
17959         * term/w32-win.el (x-handle-numeric-switch):
17960         * term/x-win.el (x-handle-numeric-switch):
17961         * textmodes/ispell.el (ispell-parse-output):
17962         * textmodes/nroff-mode.el (nroff-outline-level):
17963         * textmodes/reftex-cite.el (reftex-bib-sort-year)
17964         (reftex-bib-sort-year-reverse, reftex-format-citation):
17965         * textmodes/reftex-parse.el (reftex-init-section-numbers)
17966         (reftex-section-number):
17967         * textmodes/texinfmt.el (texinfo-paragraphindent):
17968         Replace `string-to-int' by `string-to-number'.
17970         * international/latexenc.el: Add page marker to force the "Local
17971         Variables:" string out of the last page.
17973 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17975         * progmodes/gud.el (gud-tooltip-mode): Add gud prefix to
17976         tooltip-change-major-mode.
17977         (gud-tooltip-print-command): Remove case where gud-minor-mode
17978         is gdb ("--fullname").
17979         (gud-tooltip-tips): Turn GUD tooltips off for this case and
17980         explain to user.
17982 2005-05-16  Jay Belanger  <belanger@truman.edu>
17984         * calc/calc-store.el (calc-copy-special-constant): New function.
17986         * calc/calc-ext.el (calc-init-extensions): Add binding for
17987         `calc-copy-special-constant'.
17989         * calc/calc-prog.el (calc-edit-format-macro-buffer): Add a case
17990         for the `calc-copy-special-constant' command.
17992 2005-05-16  Nick Roberts  <nickrob@snap.net.nz>
17994         * subr.el (left-fringe-p): New function.
17996         * progmodes/compile.el (compilation-setup): Set local value of
17997         overlay-arrow-string to "" always.
17998         (compilation-set-window): Left fringe then don't scroll.
17999         No left fringe then no arrow and scroll message to top.
18000         (compilation-context-lines): Adjust doc string accordingly.
18002 2005-05-16  Kim F. Storm  <storm@cua.dk>
18004         * ido.el (ido-magic-forward-char, ido-magic-backward-char)
18005         (ido-magic-delete-char): New commands for C-f, C-b, C-d.
18006         (ido-wide-find-dir-or-delete-dir): New command for M-d.
18007         (ido-define-mode-map): Bind them.  Add C-x prefix to fallback commands.
18008         (ido-read-file-name): Handle commands with ido property value
18009         equal to find-file as reading a file name, to allow C-d to enter dired.
18010         (ibuffer-find-file): Add ido property with value find-file.
18012 2005-05-15  Kim F. Storm  <storm@cua.dk>
18014         * subr.el (open-network-stream-nowait): Remove.
18015         (open-network-stream-server): Remove.
18017 2005-05-15  Richard M. Stallman  <rms@gnu.org>
18019         * faces.el (describe-face): Output a definition link button.
18021         * help-mode.el (help-face-def): New button type.
18023         * emacs-lisp/copyright.el (copyright-fix-years):
18024         Match properly if the first year is 2-digit.
18025         Don't mess up the whitespace after the years by filling.
18027         * dired-aux.el (dired-mark-confirm):
18028         Pass t to dired-get-marked-files for DISTINGUISH-ONE-MARKED.
18030         * dired.el (dired-map-over-marks): New arg DISTINGUISH-ONE-MARKED.
18031         (dired-get-marked-files): New arg DISTINGUISH-ONE-MARKED.
18032         (dired-mark-pop-up): Handle FILES = (t FILE) specially.
18034         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
18035         Set font-lock-comment-start-skip.
18037         * font-lock.el (font-lock-comment-start-skip): New variable.
18038         (font-lock-comment-end-skip): New variable.
18039         (font-lock-fontify-syntactically-region): Use them if non-nil.
18041 2005-05-15  Jay Belanger  <belanger@truman.edu>
18043         * calc/calc-store.el (calc-store-value): Return a string rather
18044         than display it as a message.
18045         Use calc-var-name for variable name.
18046         (calc-store-into): Add the result of calc-store-value to message.
18047         (calc-copy-variable): Add a message.
18048         (calc-store-exchange): Improve error messages.
18049         (calc-store-binary, calc-store-map): Don't reset the values of
18050         special constants.
18052 2005-05-14  Luc Teirlinck  <teirllm@auburn.edu>
18054         * emacs-lisp/derived.el (define-derived-mode): Add link to Elisp
18055         manual to docstring.
18057         * files.el (hack-local-variables-confirm): Add STRING argument.
18058         Make the function handle non file visiting buffers correctly.
18059         (hack-local-variables-prop-line, hack-local-variables)
18060         (hack-one-local-variable): Use STRING arg of
18061         `hack-local-variables-confirm'.
18063 2005-05-14  Michael Albinus  <michael.albinus@gmx.de>
18065         Sync with Tramp 2.0.49.
18067         * net/tramp.el (tramp-handle-dired-call-process)
18068         (tramp-handle-insert-directory):`insert-buffer' cannot be used
18069         because the contents of the Tramp buffer is changed before
18070         insertion (`expand-file' and alike).
18071         (tramp-handle-insert-directory): If `localname' has an empty
18072         nondirectory name, it must not be quoted.
18073         (tramp-pre-connection): Add parameter CHUNKSIZE.  Make local
18074         variable `tramp-chunksize'.  Change callees.
18075         (tramp-open-connection-setup-interactive-shell): Check remote host
18076         for buggy `send-process-string' implementation.
18077         Set `tramp-chunksize' if found.  Reported by Michael Kifer
18078         <kifer@cs.sunysb.edu> (and a lot of other people all the years).
18079         (tramp-handle-shell-command): `insert-buffer' cannot be used
18080         because the contents of the Tramp buffer is changed before
18081         insertion (`expand-file' and alike).  Reported by Fr\e,Ai\e(Bd\e,Ai\e(Bric Bothamy
18082         <frederic.bothamy@free.fr>.
18083         (tramp-set-auto-save): Actions should be done for Tramp file name
18084         handler only.  Ange-FTP has its own auto-save mechanism.
18085         Reported by Richard G. Bielawski <Richard.G.Bielawski@wellsfargo.com>.
18086         (tramp-set-auto-save-file-modes): Set file modes of
18087         `buffer-auto-save-file-name' to ?\600 as fallback solution.
18088         Reported by Ferenc Wagner <wferi@tba.elte.hu>.
18089         (tramp-bug): Remove obsolete variable.
18090         (tramp-append-tramp-buffers): Rewrite partly.  More suitable check
18091         for presence of `mml-mode'.  Make it running for older Emacsen as well.
18093 2005-05-14  John Paul Wallington  <jpw@pobox.com>
18095         * ibuf-ext.el (define-ibuffer-filter filename):
18096         If `dired-directory' is a list, use its car.
18098 2005-05-14  Daniel Brockman  <daniel@brockman.se>  (tiny change)
18100         * ibuffer.el (define-ibuffer-column filename):
18101         If `dired-directory' is a list, use its car.
18103 2005-05-14  Richard M. Stallman  <rms@gnu.org>
18105         * subr.el (symbol-file): Doc fix.
18107         * emacs-lisp/bytecomp.el (byte-compile-nogroup-warn): New function.
18108         (byte-compile-form): Call byte-compile-nogroup-warn.
18109         (byte-compile-warning-types): Doc fix.
18111         * eshell/esh-mode.el (eshell-find-tag): Use with-no-warnings.
18113         * progmodes/cc-engine.el (c-literal-faces):
18114         Add font-lock-comment-delimiter-face.
18116         * net/net-utils.el (dig): Use with-no-warnings.
18118         * mail/supercite.el (sc-cite-frame-alist, sc-uncite-frame-alist)
18119         (sc-recite-frame-alist, sc-default-cite-frame)
18120         (sc-default-uncite-frame, sc-default-recite-frame)
18121         (sc-attrib-selection-list, sc-rewrite-header-list):
18122         Mark as risky-local-variable.
18124         * international/ogonek.el (ogonek-jak, ogonek-how):
18125         Don't use beginning-of-buffer.
18127         * emacs-lisp/eldoc.el (eldoc-documentation-function): Add autoload.
18129         * calendar/solar.el (solar-data-list): Move definition up.
18131         * dnd.el (dnd-protocol-alist): Add autoload.
18133         * progmodes/sh-script.el: Many doc usage fixes.
18134         (sh-indent-after-do): Change default to match common styles.
18136 2005-05-13  Luc Teirlinck  <teirllm@auburn.edu>
18138         * files.el (interpreter-mode-alist)
18139         (auto-mode-interpreter-regexp): Doc fixes.
18141 2005-05-13  Matt Hodges  <MPHodges@member.fsf.org>
18143         * tmm.el (tmm-get-keymap): Include only active menus and menu items.
18145         * emacs-lisp/easymenu.el (easy-menu-define): Doc fixes.
18147 2005-05-13  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
18149         * dired.el (dired-mode): make-variable-buffer-local =>
18150         make-local-variable.
18152 2005-05-13  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18154         * term/mac-win.el (mac-select-convert-to-string): Try coding
18155         systems in mac-script-code-coding-systems if specified one cannot
18156         encode string for `com.apple.traditional-mac-plain-text'.
18158 2005-05-13  Daniel Pfeiffer  <occitan@esperanto.org>
18160         * progmodes/make-mode.el (makefile-targets-face)
18161         (makefile-shell-face, makefile-makepp-perl-face): New faces.
18162         (makefile-dependency-regex): Fix it to not make the colon in
18163         $(var:a=b) special.
18164         (makefile-rule-action-regex): New regexp for highlighting embedded
18165         Shell strings.
18166         (makefile-macroassign-regex): Handle != for highlighting as
18167         embedded Shell strings.
18168         (makefile-var-use-regex): New const.
18169         (makefile-statements, makefile-automake-statements)
18170         (makefile-gmake-statements, makefile-makepp-statements)
18171         (makefile-bsdmake-statements): New consts.
18172         (makefile-make-font-lock-keywords): New function.
18173         (makefile-automake-font-lock-keywords)
18174         (makefile-gmake-font-lock-keywords)
18175         (makefile-makepp-font-lock-keywords)
18176         (makefile-bsdmake-font-lock-keywords): New consts.
18177         (makefile-mode-map): Add switchers between the various submodes.
18178         (makefile-mode): Document the availability of the variants.
18179         (makefile-automake-mode, makefile-gmake-mode)
18180         (makefile-makepp-mode, makefile-bsdmake-mode): New derived modes.
18182         * files.el (auto-mode-alist, interpreter-mode-alist): Set up the
18183         new variants of makefile-mode.
18185 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18187         * font-lock.el (font-lock-comment-delimiter-face): Fix up
18188         the inheritance.
18190 2005-05-12  Luc Teirlinck  <teirllm@auburn.edu>
18192         * progmodes/inf-lisp.el (inferior-lisp-mode-hook)
18193         (inferior-lisp-load-hook): Convert defcustoms back to defvars.
18195         * files.el (normal-mode): Extend the scope of the
18196         `enable-local-variables' binding to include the `set-auto-mode' call.
18197         (magic-mode-alist): Doc fix.
18199 2005-05-12  Stefan Monnier  <monnier@iro.umontreal.ca>
18201         * font-lock.el (font-lock-comment-delimiter-face): Inherit from
18202         font-lock-comment-face rather than copying its setting.
18204 2005-05-12  Andreas Schwab  <schwab@suse.de>
18206         * eshell/esh-mode.el (eshell-send-input): Doc fix.
18208 2005-05-12  Lute Kamstra  <lute@gnu.org>
18210         * emacs-lisp/generic.el (define-generic-mode): Don't generate a
18211         defcustom for the mode hook variable.  Delete the last argument.
18212         * generic-x.el: Fix callers of define-generic-mode.
18213         (generic-x-modes): Delete group.
18214         (show-tabs-tab-face, show-tabs-space-face): Put them in the
18215         generic-x customization group.
18217 2005-05-12  Kim F. Storm  <storm@cua.dk>
18219         * font-lock.el (font-lock-negation-char-face): Default to "off".
18221         * progmodes/cc-fonts.el (c-basic-matchers-before): Don't apply
18222         font-lock-negation-char-face to ! in !=.
18224 2005-05-12  Masatake YAMATO  <jet@gyve.org>
18226         * add-log.el (find-change-log): Fix typos in the docstring
18227         of function.
18229 2005-05-11  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18231         * international/latexenc.el (latexenc-find-file-coding-system):
18232         Avoid `re-search-forward' when looking for input encoding because
18233         of speed and safety.  Better regular expressions for recognizing
18234         input encoding.  Limit a search for TeX-master/tex-main-file to
18235         the local variable section.
18237 2005-05-11  Dan Nicolaescu  <dann@ics.uci.edu>
18239         * progmodes/sh-script.el (sh-mode-default-syntax-table): Set the
18240         syntax of $ to "'" (quote).
18242 2005-05-11  Reiner Steib  <Reiner.Steib@gmx.de>
18244         * dnd.el (dnd-protocol-alist): Improve custom type.
18246         * dired.el (dired-dnd-protocol-alist): New variable.
18247         (dired-mode): Use `dired-dnd-protocol-alist'.  Move call of
18248         `dired-mode-hook' to the end.
18250 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18252         * font-lock.el (font-lock-fontify-syntactically-region): Don't use
18253         comment-end if comment-start-skip is not set.
18254         Obey the font-lock-comment-delimiter-face variables.
18256 2005-05-11  Stefan Monnier  <monnier@iro.umontreal.ca>
18258         * files.el (executable-find): Move from executable.el.  Use
18259         locate-file.
18260         * progmodes/executable.el (executable-find): Move to files.el.
18262         * font-lock.el (font-lock-fontify-keywords-region): Use a marker
18263         when trying to ensure forward progress.
18265 2005-05-11  Chong Yidong  <cyd@stupidchicken.com>
18267         * mouse-sel.el (mouse-sel-follow-link-p): New function.
18268         (mouse-select, mouse-select-internal, mouse-extend-internal):
18269         Use it to implement mouse-1-click-follows-link functionality.
18271 2005-05-11  Richard M. Stallman  <rms@gnu.org>
18273         * font-lock.el (font-lock-fontify-syntactically-region):
18274         Use font-lock-comment-delimiter-face for comment delimiters.
18276 2005-05-10  Jay Belanger  <belanger@truman.edu>
18278         * calc/calc-help.el (calc-m-prefix-help): Add mention of
18279         preserving embedded modes.
18281 2005-05-10  Richard M. Stallman  <rms@gnu.org>
18283         * progmodes/sh-script.el (sh-indent-for-do): Default to 0.
18285         * progmodes/ada-mode.el (ada-adjust-case-skeleton):
18286         Move from ada-stmt.el.
18287         (ada-mode): Add ada-adjust-case-skeleton to skeleton-end-hook.
18289         * progmodes/ada-stmt.el (ada-adjust-case-skeleton):
18290         Move to ada-mode.el.
18291         (ada-stmt-mode-hook): Delete; do the work in ada-mode.
18293         * cus-edit.el (custom-file): Call file-chase-links.
18295         * files.el (read-directory-name): Fix previous change.
18296         (hack-local-variables-confirm): New function.
18297         (hack-local-variables-prop-line, hack-local-variables)
18298         (hack-one-local-variable): Use it.
18300 2005-05-10  Lute Kamstra  <lute@gnu.org>
18302         * font-lock.el (font-lock-keywords-alist)
18303         (font-lock-removed-keywords-alist): Clarify docstrings.
18305 2005-05-10  Nick Roberts  <nickrob@snap.net.nz>
18307         * progmodes/gdb-ui.el (gdb-macro-info): New variable.
18308         (gdb-source-info): Check for preprocessor info.
18309         (gdb-tooltip-print-1): New function.  Don't print tooltip if it is
18310         a macro for a function.
18311         (gdb-info-breakpoints-custom): Try to find file again if not already
18312         found (user might have used GDB dir command).
18313         (gdb-get-location): Update gdb-location-alist correctly for change
18314         to gdb-info-breakpoints-custom.
18316         * progmodes/gud.el (gud-tooltip-mode): Require tooltip to be safe.
18317         (gud-tooltip-print-command): Add gdbmi case.
18318         (gud-tooltip-tips): Call gdb-tooltip-print-1 first if there is
18319         preprocessor info.
18321 2005-05-09  Reiner Steib  <Reiner.Steib@gmx.de>
18323         * startup.el (fancy-splash-insert): Fix typo in doc string.
18325 2005-05-09  Juanma Barranquero  <lekktu@gmail.com>
18327         * obsolete/float.el (string-to-float):
18328         * obsolete/hilit19.el (hilit-add-pattern):
18329         * obsolete/rnews.el (news-parse-range, news-select-message)
18330         (news-get-pruned-list-of-files): Replace `string-to-int' by
18331         `string-to-number'.
18333         * obsolete/uncompress.el: Set `find-file-not-found-functions', not
18334         `find-file-not-found-hooks'; use `add-hook'.
18335         (uncompress-while-visiting): Set `write-file-functions', not
18336         `write-file-hooks'; use `add-hook'.
18338 2005-05-09  Kim F. Storm  <storm@cua.dk>
18340         * emulation/cua-base.el (cua-copy-region, cua-cut-region)
18341         (cua-paste): Handle clipboard action.
18342         (cua--init-keymaps): Remap clipboard-kill-region and
18343         clipboard-kill-ring-save.
18345 2005-05-08  Eli Zaretskii  <eliz@gnu.org>
18347         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18348         Improve commentary.
18350         * simple.el (next-error-overlay-arrow-position): Revert the change
18351         made on 2005-04-30.
18353 2005-05-07  Jay Belanger  <belanger@truman.edu>
18355         * calc/calcsel2.el (calc-commute-left, calc-commute-right)
18356         (calc-sel-unpack, calc-sel-isolate): Rename variable `reselect' to
18357         `calc-sel-reselect'.
18359         * calc/calc-mode.el (calc-save-modes): Reset the modes list if
18360         Calc is in embedded mode.
18362 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
18364         * progmodes/compile.el (compilation-setup):
18365         Set overlay-arrow-string to an empty string on text terminals.
18367         * textmodes/ispell.el (ispell-program-name): Try looking for
18368         "aspell" along exec-path, and if found, use it as the default
18369         speller program.
18371 2005-05-07  Jirka Kosek  <jirka@kosek.cz>  (tiny change)
18373         * international/mule.el (sgml-xml-auto-coding-function):
18374         Recognize encoding='FOO' in single quotes as well as in double quotes.
18376 2005-05-07  Johan Bockg\e,Ae\e(Brd  <bojohan@dd.chalmers.se>
18378         * emacs-lisp/cl-macs.el (cl-transform-lambda): Recognize `declare'
18379         as well as `interactive', so that defmacro* would recognize
18380         `declare' forms.
18382 2005-05-07  Eli Zaretskii  <eliz@gnu.org>
18384         * emacs-lisp/easy-mmode.el (easy-mmode-pretty-mode-name):
18385         Explain more about the LIGHTER arg's usage in the doc string.
18386         Add commentary to clarify what the code does.  Fix the regexp that
18387         strips whitespace from LIGHTER.  Quote LIGHTER before using it,
18388         since it could have characters special to regular expressions.
18390 2005-05-07  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
18392         * replace.el (occur-1): Bind inhibit-read-only so that
18393         erase-buffer doesn't barf on read-only text properties (likewise
18394         for add-text-properties in occur-engine).  Mark buffer as unmodified.
18395         (occur-engine): Don't set buffer-read-only here.
18397 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18399         * pcvs.el (cvs-mode-commit, cvs-mode-edit-log): Don't fiddle with
18400         list-buffers-directory.  This caused the *cvs-commit* buffer to be
18401         sometimes mistakenly reused as a *cvs* buffer.
18403 2005-05-07  Nick Roberts  <nickrob@snap.net.nz>
18405         * tooltip.el: Move code for GUD tooltips into gud.el.
18406         (require): CL no longer needed to compile case.
18407         (tooltip-mode): Do not toggle functions for GUD tooltips.
18408         (tooltip-gud-tips-p): Remove.  Replace with minor mode
18409         gud-tooltip-mode in gud.el.
18410         (tooltip-gud-modes, tooltip-gud-display, tooltip-gud-echo-area)
18411         (tooltip-gud-toggle-dereference): Rename in gud.el by replacing
18412         tooltip-gud prefix with gud-tooltip and obsolete.
18413         (tooltip-change-major-mode, tooltip-activate-mouse-motions-if-enabled)
18414         (tooltip-mouse-motions-active, tooltip-activate-mouse-motions)
18415         (tooltip-mouse-motion): Mouse movement functions/variable.
18416         Rename in gud.el by adding gud prefix.
18417         (tooltip-gud-original-filter, tooltip-gud-dereference)
18418         (tooltip-gud-event, tooltip-toggle-gud-tips)
18419         (tooltip-gud-process-output, tooltip-gud-print-command)
18420         (tooltip-gud-tips): GUD tooltip functions/variables.  Rename in
18421         gud.el by replacing tooltip-gud prefix with gud-tooltip.
18422         (gdb-tooltip-print): Move to gdb-ui.el.
18424         * progmodes/gud.el: Move code for GUD tooltips from tooltip.el.
18425         (require): CL needed to compile case.
18426         (gud-tooltip-mode): Use to toggle GUD tooltips instead of
18427         tooltip-gud-tips-p.  Make it a minor-mode.
18428         (gud-find-file): Only prepare GUD tooltips if gud-tooltip-mode is t.
18429         (gud-menu-map): GUD tooltips use gud-tooltip-mode now.
18430         (gud-tooltip-modes, gud-tooltip-display, gud-tooltip-echo-area)
18431         (gud-tooltip-change-major-mode)
18432         (gud-tooltip-activate-mouse-motions-if-enabled)
18433         (gud-tooltip-mouse-motions-active, gud-tooltip-activate-mouse-motions)
18434         (gud-tooltip-mouse-motion, gud-tooltip-toggle-dereference)
18435         (gud-tooltip-original-filter, gud-tooltip-dereference)
18436         (gud-tooltip-event, tooltip-toggle-gud-tips)
18437         (gud-tooltip-process-output, gud-tooltip-print-command)
18438         (gud-tooltip-tips): Move from tooltip.el.
18440         * progmodes/gdb-ui.el (gdb-tooltip-print): Move from tooltip.el.
18441         (gdb-cpp-define-alist-flags): Doc fix.
18442         (gdb-set-gud-minor-mode-1): Only prepare GUD tooltips if
18443         gud-tooltip-mode is t.
18445 2005-05-06  Stefan Monnier  <monnier@iro.umontreal.ca>
18447         * net/goto-addr.el (goto-address-fontify): Make sure the overlays
18448         evaporate if their text is deleted.
18449         (goto-address-at-point): Make it work as a mouse binding as well.
18450         (goto-address-at-mouse): Obsolete it.  Update users.
18452 2005-05-06  Glenn Morris  <gmorris@ast.cam.ac.uk>
18454         * calendar/appt.el (top-level): No longer activate on load.
18456 2005-05-06  Juanma Barranquero  <lekktu@gmail.com>
18458         * calendar/cal-bahai.el (mark-bahai-diary-entries):
18459         * net/webjump.el (webjump):
18460         * progmodes/idlw-help.el (idlwave-do-context-help1)
18461         (idlwave-highlight-linked-completions):
18462         * textmodes/po.el (po-find-file-coding-system-guts):
18463         Replace `assoc-ignore-case' by `assoc-string'.
18465 2005-05-06  Eli Zaretskii  <eliz@gnu.org>
18467         * files.el (locate-file): Doc fix.
18469         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program): Doc fix.
18470         Remove the redundant test for ms-dos.
18472         * progmodes/cmacexp.el (c-macro-preprocessor): Use locate-file to
18473         look for the preprocessor with exec-suffixes.  If not found in
18474         standard places, look in exec-path.  Remove most of the tests that
18475         used system-type.
18477         * loadup.el: Load jka-cmpr-hook instead of jka-comp-hook.
18479         * jka-compr.el (jka-compr-uninstall): Add autoload cookie.
18481         * jka-cmpr-hook.el: Renamed from jka-comp-hook.el, to avoid
18482         file-name clash with jka-compr.el on 8+3 filesystems.
18484 2005-05-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
18486         * term/mac-win.el: Don't define or bind scroll bar functions if
18487         x-toolkit-scroll-bars is t.
18488         (x-select-text, x-get-selection-value): Clear
18489         x-last-selected-text-clipboard if x-select-enable-clipboard is
18490         nil.
18491         (PRIMARY): Put mac-scrap-name property.
18492         (mac-select-convert-to-file-url): New function.
18493         (public.file-url): New selection target type.  Add to
18494         selection-converter-alist.
18495         (x-get-selection, x-selection-value): Handle it.
18496         (x-cut-buffer-or-selection-value): New alias.
18498 2005-05-05  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
18500         * textmodes/bibtex.el (bibtex-summary): Use current BibTeX
18501         entry to avoid calling bibtex-find-entry with arg global
18502         being t.  Remove arg key.
18503         (bibtex-summary-function, bibtex-complete-crossref-cleanup)
18504         (bibtex-copy-summary-as-kill): Change accordingly.
18506 2005-05-05  Stefan Monnier  <monnier@iro.umontreal.ca>
18508         * textmodes/org.el (org-get-entries-from-diary): Remove unused vars.
18509         (org-agenda-date-later): Use with-current-buffer.
18511 2005-05-05  Luc Teirlinck  <teirllm@auburn.edu>
18513         * emacs-lisp/byte-run.el (define-obsolete-function-alias)
18514         (define-obsolete-variable-alias): Doc Fixes.
18516 2005-05-06  Kim F. Storm  <storm@cua.dk>
18518         * simple.el (line-move-1): Fix 2005-04-26 change.  Must still use
18519         vertical-motion when selective-display is active.
18521         * ido.el (ido-setup-hook): New hook.
18522         (ido-define-mode-map-hook): Remove hook; use ido-setup-hook instead.
18523         (ido-input-stack): New var.
18524         (ido-define-mode-map): Bind M-b to ido-push-dir.  Move old
18525         ido-next-work-file binding to M-O.
18526         Bind M-f to ido-wide-find-file-or-pop-dir.
18527         (ido-define-mode-map): Don't run ido-define-mode-map-hook.
18528         (ido-read-internal): Run ido-setup-hook.
18529         Catch quit in read-file-name and read-string to cancel edit.
18530         Handle new push, pop, and pop-all exit codes (for M-b/M-f).
18531         Automatically pop-all when completing a directory name (RET).
18532         (ido-file-internal): Add with-no-warnings around ffap and dired code.
18533         (ido-exit-minibuffer): Use exit-minibuffer instead of throw.
18534         (ido-wide-find-file, ido-wide-find-dir): Catch quit to cancel find.
18535         (ido-push-dir, ido-pop-dir, ido-wide-find-file-or-pop-dir):
18536         New functions for M-b/M-f to move among the directory components.
18537         (ido-make-merged-file-list): Catch quit to cancel merge.
18538         (ido-make-dir-list): Delete "." when ido-input-stack is non-empty.
18539         (ido-completion-help): No warnings for ido-completion-buffer-full.
18541 2005-05-05  Daniel Pfeiffer  <occitan@esperanto.org>
18543         * font-lock.el (font-lock-negation-char-face): New face and variable.
18544         * progmodes/cc-fonts.el (c-cpp-matchers): Use it.
18545         * progmodes/sh-script.el (sh-font-lock-keywords): Use it.
18546         * progmodes/cperl-mode.el (cperl-init-faces): Use it.
18547         * progmodes/make-mode.el (makefile-font-lock-keywords): Use it.
18549 2005-05-05  Juanma Barranquero  <lekktu@gmail.com>
18551         * emacs-lisp/byte-run.el (define-obsolete-function-alias):
18552         Fix typo in docstring.
18554         * progmodes/ebrowse.el (ebrowse-install-1-to-9-keys)
18555         (ebrowse-print-statistics-line)
18556         (ebrowse-electric-position-mode-hook): Fix typo in docstring.
18558         * term/w32-win.el (image-library-alist): Add additional name for
18559         Xpm library.
18561 2005-05-05  Nick Roberts  <nickrob@snap.net.nz>
18563         * progmodes/cmacexp.el (c-macro-preprocessor): Update for BSD and
18564         use gcc instead of cpp.
18566         * progmodes/gdb-ui.el (gdb-cpp-define-alist-flags): New variable.
18567         (gdb-create-define-alist): Use it.
18568         (gdb-cpp-define-alist-program): Update for MS-DOS.
18570 2005-05-04  Nick Roberts  <nickrob@snap.net.nz>
18572         * progmodes/cmacexp.el (c-macro-preprocessor): Update for Mac OS X.
18574 2005-05-04  Richard M. Stallman  <rms@gnu.org>
18576         * help.el (describe-key): No error when UNTRANSLATED is nil.
18578         * simple.el (line-move-1): Fix previous change to signal errors
18579         appropriately.
18581 2005-05-03  Ulf Jasper  <ulf.jasper@web.de>
18583         * calendar/icalendar.el (icalendar-version): Now at 0.12.
18584         (icalendar-duration-correction): Remove.
18585         (icalendar--get-event-properties): Split result at commas.
18586         (icalendar--decode-isoduration): New optional argument
18587         DURATION-CORRECTION.
18588         (icalendar--convert-ordinary-to-ical, icalendar--convert-sexp-to-ical)
18589         (icalendar--convert-yearly-to-ical, icalendar--convert-weekly-to-ical)
18590         (icalendar--convert-block-to-ical, icalendar--convert-float-to-ical)
18591         (icalendar--convert-date-to-ical, icalendar--convert-cyclic-to-ical)
18592         (icalendar--convert-anniversary-to-ical): New functions, extracted
18593         from icalendar-export-region, with bug fixes.
18594         (icalendar-export-region): Use the above functions.
18595         (icalendar-import-buffer): Check before saving diary file.
18596         (icalendar--convert-recurring-to-diary)
18597         (icalendar--convert-non-recurring-all-day-to-diary)
18598         (icalendar--convert-non-recurring-not-all-day-to-diary): New functions,
18599         extracted from icalendar--convert-ical-to-diary, with bug fixes.
18600         (icalendar--convert-ical-to-diary): Use the above functions.
18602 2005-05-03  Nick Roberts  <nickrob@snap.net.nz>
18604         * progmodes/cc-mode.el (cc-define-alist, cc-create-define-alist):
18605         Remove these recent additions.
18606         (c-mode): Restore to before 2005-04-28.
18608         * progmodes/cc-vars.el (cc-define-list-program): Remove this
18609         recent addition.
18611         * progmodes/gdb-ui.el (gdb-cpp-define-alist-program)
18612         (gdb-define-alist): New variables.
18613         (gdb-create-define-alist): New function.
18614         (gdb-set-gud-minor-mode-1): Handle gdb-define-alist.
18615         (gdb-source, gdb-memory-set-repeat-count): Replace string-to-int
18616         with string-to-number.
18617         (gdb-reset): Kill gdb-define-alist.  Move assignments outside loop.
18619         * progmodes/gud.el: Replace string-to-int with string-to-number.
18620         (gud-find-file): Handle gdb-define-alist.
18622         * tooltip.el (tooltip-gud-tips): Use gdb-define-alist.
18624 2005-05-02  Jay Belanger  <belanger@truman.edu>
18626         * calc/calc-aent.el (math-read-token):
18627         * calc/calc-bin.el (calc-word-size):
18628         * calc/calc-ext.el (calc-read-number-fancy):
18629         * calc/calc-forms.el (calc-time, calc-date-notation, math-this-year)
18630         (math-parse-date, math-parse-standard-date, calcFunc-tzone):
18631         * calc/calc-frac.el (calc-over-notation):
18632         * calc/calc-graph.el (calc-graph-plot, calc-graph-set-styles)
18633         (calc-graph-num-points, calc-graph-init):
18634         * calc/calc-prog.el (calc-read-parse-table-part)
18635         (calc-edit-macro-repeats):
18636         * calc/calc-yank.el (calc-do-grab-rectangle):
18637         * calc/calc.el (calcDigit-key, math-read-number, math-read-bignum):
18638         Replace `string-to-int' by `string-to-number'.
18640 2005-05-02  Kim F. Storm  <storm@cua.dk>
18642         * kmacro.el: Use executing-kbd-macro-index variable.
18644 2005-05-02  Thien-Thi Nguyen  <ttn@gnu.org>
18646         * net/rlogin.el (rlogin-parse-words): Delete func.
18647         (rlogin): Use split-string, not rlogin-parse-words.
18648         Also, if there are option-like elements in the parsed args,
18649         take the host to be the first arg immediately following them.
18650         Suggested by Michael Mauger.
18652 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18654         * subr.el (executing-macro): Use `define-obsolete-variable-alias'.
18656 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18658         * progmodes/cc-mode.el (cc-create-define-alist): Use a shell.
18659         (cc-mode-cpp-program): Rename to cc-define-list-program and
18660         move to cc-vars.el.
18662         * progmodes/cc-vars.el (cc-define-list-program):
18663         Change to "gcc -E -dM -".  Make customizable.
18665 2005-05-02  Kim F. Storm  <storm@cua.dk>
18667         * emulation/cua-base.el: Fix check for CUA-mode if no init file.
18669 2005-05-02  Nick Roberts  <nickrob@snap.net.nz>
18671         * progmodes/cc-mode.el (cc-mode-cpp-program): Change to "gcc -E".
18673         * international/mule-util.el (truncate-string): Remove alias and
18674         obsolete declaration.
18676         * international/mule-cmds.el (update-iso-coding-systems):
18677         Remove alias and obsolete declaration.
18679         * international/mule.el (coding-system-parent): Remove alias and
18680         obsolete declaration.
18682         * subr.el (define-function, sref): Remove aliases and obsolete
18683         declarations.
18684         (chars-in-region): Remove obsolete declaration.
18686 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18688         * info.el (Info-mode): Set widen-automatically to nil, locally.
18690         * simple.el (widen-automatically): New variable.
18691         (pop-global-mark): Obey widen-automatically.
18693 2005-05-01  Dan Nicolaescu  <dann@ics.uci.edu>
18695         * term/xterm.el (function-key-map): Call substitute-key-definition
18696         before the keymap size is increased by a lot of define-key calls.
18698 2005-05-01  Richard M. Stallman  <rms@gnu.org>
18700         * subr.el (add-to-invisibility-spec, remove-from-invisibility-spec):
18701         Rename ARG to ELEMENT.  Doc fix.
18703 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18705         * allout.el (allout-exposure): Remove macro and obsolete declaration.
18706         Remove references to allout-exposure/change to allout-new-exposure.
18708         * emacs-lisp/bytecomp.el (dot, dot-min, dot-max): Don't create
18709         bytecode symbols.
18711         * subr.el (dot, dot-marker, dot-min, dot-max, buffer-flush-undo)
18712         (compiled-function-p, focus-frame, unfocus-frame):
18713         Remove aliases and obsolete declarations.
18714         Back out inadvertent changes from previous commit.
18716 2005-05-01  Luc Teirlinck  <teirllm@auburn.edu>
18718         * files.el (require-final-newline): Make Custom tags consistent
18719         with mode-require-final-newline.
18720         (mode-require-final-newline): Doc fix.
18722 2005-05-01  Stefan Monnier  <monnier@iro.umontreal.ca>
18724         * international/latexenc.el (latexenc-find-file-coding-system):
18725         Fix regular expressions.
18727 2005-05-01  David Kastrup  <dak@gnu.org>
18729         * international/latexenc.el (latexenc-find-file-coding-system):
18730         Fix regular expressions.
18732 2005-05-01  Nick Roberts  <nickrob@snap.net.nz>
18734         * subr.el (string-to-int): Make obsolete.
18736 2005-04-30  Richard M. Stallman  <rms@gnu.org>
18738         * simple.el (next-error-overlay-arrow-position): Turn off, for ttys.
18740         * loadup.el: load jka-comp-hook.
18742         * jka-compr.el: Many functions and vars moved to jka-comp-hook.el.
18743         (jka-compr-handler): Add autoload.  `put' calls moved
18744         to jka-comp-hook.el.
18745         (compression, jka-compr): defgroups moved to jka-comp-hook.el.
18746         (jka-compr-inhibit): Autoload.
18748         * jka-comp-hook.el: New file.
18749         Enable the mode by default.
18751         * files.el (backup-buffer-copy): Use copy-file instead
18752         of write-region, and put back the 'excl.
18754 2005-04-30  Chong Yidong  <cyd@stupidchicken.com>
18756         * progmodes/flymake.el (flymake-split-string)
18757         (flymake-split-string, flymake-log, flymake-pid-to-names)
18758         (flymake-reg-names, flymake-get-source-buffer-name)
18759         (flymake-unreg-names, flymake-add-line-err-info)
18760         (flymake-add-err-info): Clarify docstrings.
18761         (flymake-popup-menu, flymake-make-emacs-menu)
18762         (flymake-make-xemacs-menu): Add docstrings.
18763         (flymake-get-buffer-*, flymake-set-buffer-*): Functions deleted.
18764         Set variables directly throughout.
18766 2005-04-30  Nick Roberts  <nickrob@snap.net.nz>
18768         * progmodes/cc-mode.el (cc-create-define-alist): Check that file
18769         exists.  Initialize cc-define-alist.
18770         (c-mode): Add cc-create-define-alist locally to after-save-hook.
18771         If there is no file (Macroexpansion) don't create an alist.
18773 2005-04-29  Sam Steingold  <sds@gnu.org>
18775         * progmodes/cc-mode.el (cc-mode-cpp-program): New user variable.
18776         (cc-create-define-alist): Use it instead of the hard-coded string.
18778 2005-04-29  Stefan Monnier  <monnier@iro.umontreal.ca>
18780         * international/mule-conf.el (file-coding-system-alist): Fix regexp
18781         for latexenc.
18783 2005-04-29  Lute Kamstra  <lute@gnu.org>
18785         * emacs-lisp/generic.el: Improve commentary section.
18786         (define-generic-mode): Improve docstring.
18788 2005-04-29  Carsten Dominik  <dominik@science.uva.nl>
18790         * textmodes/org.el (many places): Change to quiet the byte compiler.
18791         (org-prefix-format-compiled): New variable.
18792         (org-compile-prefix-format): New function.
18793         (org-timeline, org-agenda, org-diary): Call org-compile-prefix-format.
18794         (org-agenda-prefix-format, org-timeline-prefix-format): New options.
18795         (org-agenda-get-scheduled): Check if file is opened in `org-mode'.
18796         (org-get-entries-from-diary): Use `org-get-time-of-day' for
18797         consistency with entries from `org-mode' files.
18798         (org-get-time-of-day): Fix bug with partial matches early in a line.
18799         (org-non-link-chars): New constant.
18800         (org-link-regexp): Respect `org-non-link-chars'.
18801         (org-agenda-day-view): Remove command.
18802         (org-agenda-toggle-week-view): Rename from `org-agenda-week-view'.
18803         (org-follow-bbdb-link, org-store-link): Search also company field.
18804         (org-highlight-overlay): New variable.
18805         (org-highlight, org-unhighlight): New functions.
18806         (org-agenda-mode): Add pre-command-hook to remove highlight.
18807         (org-evaluate-time-range): Behavior depends upon whether time stamp
18808         contains a time or not.
18809         (org-show-subtree, org-show-entry): New functions.
18810         (org-agenda-cleanup-fancy-diary): Remove empty lines.
18812 2005-04-28  Luc Teirlinck  <teirllm@auburn.edu>
18814         * comint.el (comint-output-filter-functions): Add autoload cookie.
18816 2005-04-28  Kim F. Storm  <storm@cua.dk>
18818         * ido.el (ido-everywhere): Fix last change.
18820 2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
18822         * international/latexenc.el: New file.
18823         * international/mule-conf.el (file-coding-system-alist): For .tex,
18824         .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
18826 2005-04-28  Lute Kamstra  <lute@gnu.org>
18828         * font-lock.el (font-lock-add-keywords)
18829         (font-lock-remove-keywords): Clarify docstring.
18830         (font-lock-keywords-alist, font-lock-removed-keywords-alist):
18831         Don't start docstrings with a `*'.
18832         (font-lock-update-removed-keyword-alist): Give it a docstring.
18834         * generic-x.el: Update commentary section.
18835         Only require font-lock when compiling.
18836         Define all modes conditionally.
18837         Place all generic modes in the generic-x-modes customization group.
18838         (generic-x-modes): New customization group.
18839         (generic-default-modes, generic-mswindows-modes)
18840         (generic-unix-modes, generic-other-modes): New constants.
18841         (generic-define-mswindows-modes, generic-define-unix-modes):
18842         Update docstrings.  Make them obsolete.
18843         (generic-extras-enable-list): New default value.  Update docstring.
18844         Improve :type.  Change :set function.
18845         (bat-generic-mode-syntax-table, rul-generic-mode-syntax-table):
18846         Fix docstring.
18848         * emacs-lisp/generic.el (generic-mode-internal):
18849         Simplify font-lock-defaults.
18850         (define-generic-mode): Fix docstring.
18852 2005-04-28  Stefan Monnier  <monnier@iro.umontreal.ca>
18854         * progmodes/grep.el (grep-mode-font-lock-keywords): Use the
18855         font-lock-face property to highlight matches.
18857 2005-04-28  Nick Roberts  <nickrob@snap.net.nz>
18859         * progmodes/cc-mode.el (cc-create-define-alist): New function.
18860         (cc-define-alist): New variable.
18861         (c-mode): Make it local and initialize it.
18863         * progmodes/gdb-ui.el (gdb-active-process): New variable.
18864         (gdb-exited): New function.
18865         (gdb-annotation-rules): Use it.
18866         (gdb-starting): Set gdb-active-process to t.
18867         (gdb-stopping): Amend doc string.
18868         (gdb-reset): Set gdb-active-process to nil.
18870         * tooltip.el (tooltip-gud-tips): Show the associated #define
18871         directives when a C program under GDB is not executing.
18873 2005-04-27  Stefan Monnier  <monnier@iro.umontreal.ca>
18875         * progmodes/cperl-mode.el (cperl-mode): Don't precompile the
18876         font-lock-fontify-syntactic-keywords.
18878         * font-lock.el (font-lock-default-fontify-region): Don't force
18879         parse-sexp-lookup-properties to nil.
18881 2005-04-27  Alexander Klimov  <alserkli@inbox.ru>  (tiny change)
18883         * man.el (man-mode-syntax-table): Set up `:' to have
18884         word-constituent syntax.
18886 2005-04-27  Lute Kamstra  <lute@gnu.org>
18888         * novice.el (disable-command): Don't add spurious newlines to the
18889         init file.  Reported by Dan Jacobson <jidanni@jidanni.org>.
18891 2005-04-26  Jay Belanger  <belanger@truman.edu>
18893         * calc/calc-yank.el (calc-edit-finish): Make sure there is more
18894         than one window before deleting window.
18896 2005-04-26  Luc Teirlinck  <teirllm@auburn.edu>
18898         * shell.el (shell-prompt-pattern): Doc fix.
18899         (shell-mode): Set paragraph-separate buffer locally to "\\'".
18901         * comint.el (comint-prompt-regexp, comint-get-old-input)
18902         (comint-use-prompt-regexp)
18903         (comint-use-prompt-regexp-instead-of-fields)
18904         (comint-replace-by-expanded-history, comint-send-input)
18905         (comint-output-filter, comint-get-old-input-default)
18906         (comint-line-beginning-position, comint-bol, comint-show-output)
18907         (comint-backward-matching-input, comint-forward-matching-input)
18908         (comint-next-prompt, comint-previous-prompt):
18909         Rename `comint-use-prompt-regexp-instead-of-fields' to
18910         `comint-use-prompt-regexp'.  Keep old name as alias and declare
18911         obsolete.
18912         (comint-use-prompt-regexp): Shorten first line of doc string.
18914         * ielm.el (inferior-emacs-lisp-mode): Adapt to above name change.
18915         Set paragraph-separate buffer locally to "\\'".
18917         * hippie-exp.el (try-expand-line, try-expand-line-all-buffers):
18918         Adapt to above name change.
18920         * net/net-utils.el (nslookup-prompt-regexp, ftp-prompt-regexp)
18921         (smbclient-prompt-regexp): Ditto.
18923         * progmodes/inf-lisp.el (inferior-lisp-prompt): Ditto.
18925 2005-04-27  Nick Roberts  <nickrob@snap.net.nz>
18927         * progmodes/gdb-ui.el (gdb-location-alist): Rename from
18928         gdb-location-list.
18929         Break lines that are over 80 characters wide.
18931 2005-04-26  Stefan Monnier  <monnier@iro.umontreal.ca>
18933         * pcvs-info.el (cvs-fileinfo->full-path, cvs-display-full-path):
18934         New fun and var, to preserve compatibility.
18936         * pcvs.el, pcvs-info.el: Rename "full-path" -> "full-name".
18938 2005-04-26  Dominique de Waleffe  <ddw@missioncriticalit.com>  (tiny change)
18940         * pcvs-info.el (cvs-fileinfo->backup-file): Don't pass the full file
18941         name to file-newer-than-file-p.
18943 2005-04-26  Richard M. Stallman  <rms@gnu.org>
18945         * simple.el (line-move-1): Avoid using vertical-motion in easy cases.
18947         * progmodes/python.el (python-mode):
18948         Use new name eldoc-documentation-function.
18950         * hexl.el (hexl-mode): Use new name eldoc-documentation-function.
18952         * emacs-lisp/eldoc.el (eldoc-mode): Doc fix.
18953         (eldoc-documentation-function):
18954         Rename from eldoc-print-current-symbol-info-function.  Calls changed.
18956 2005-04-26  Nick Roberts  <nickrob@snap.net.nz>
18958         * emacs-lisp/byte-run.el (define-obsolete-function-alias): New macro.
18960 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18962         * term/xterm.el (function-key-map): Fix strings for
18963         {C,S,A,C-S}-f[1-4].  Use substitute-key-definition to bind
18964         {C,S,A,C-S}-{f1-f12}.
18966 2005-04-26  Kenichi Handa  <handa@m17n.org>
18968         * international/mule-cmds.el (select-safe-coding-system):
18969         Fix previous change.
18971 2005-04-26  Lute Kamstra  <lute@gnu.org>
18973         * emacs-lisp/easy-mmode.el (define-minor-mode): Fix docstring.
18975         * font-lock.el (font-lock-fontify-region-function): Fix docstring.
18976         (font-lock-comment-delimiter-face): Ditto.
18978         * calc/calc.el (calc-trail-mode): Don't set font-lock-defaults.
18980 2005-04-25  Jay Belanger  <belanger@truman.edu>
18982         * calc/calc-help.el (calc-view-news): Let-bind inhibit-read-only
18983         to t while inserting information; use help-mode.
18985 2005-04-25  Dan Nicolaescu  <dann@ics.uci.edu>
18987         * term.el (ansi-term-color-vector): Use the xterm colors.
18988         (term-raw-map): Don't add mappings for \eO and \e[.  Map deletechar.
18990 2005-04-25  Lute Kamstra  <lute@gnu.org>
18992         * font-core.el (font-lock-defaults): Fix docstring.
18994         * font-lock.el (font-lock-syntactic-face-function): Fix docstring.
18996 2005-04-25  Kenichi Handa  <handa@m17n.org>
18998         * international/mule-cmds.el (select-safe-coding-system):
18999         Don't check consistency with coding: spec, etc if raw-text or
19000         no-conversion was found to be safe.
19002 2005-04-24  Richard M. Stallman  <rms@gnu.org>
19004         * mail/sendmail.el (mail-font-lock-keywords): Match any number of
19005         citation markers at start of each line.
19007         * mail/rmail.el (rmail-font-lock-keywords): Match any number of
19008         citation markers at start of each line.
19010         * font-lock.el (font-lock-comment-delimiter-face): Doc fix.
19012         * files.el (mode-require-final-newline): Fix previous change.
19013         (require-final-newline): Fix type label.
19015 2005-04-24  Glenn Morris  <gmorris@ast.cam.ac.uk>
19017         * progmodes/f90.el (f90-calculate-indent): Fix treatment of first
19018         statement in buffer (broken by 2004-11-24 change).
19020 2005-04-24  Kim F. Storm  <storm@cua.dk>
19022         * ido.el (ido-everywhere): Save and restore old read-buffer-function
19023         and read-file-name-function values.  Don't overwrite existing
19024         non-nil values if ido-mode is enabled without ido-everywhere.
19026 2005-04-24  Luc Teirlinck  <teirllm@auburn.edu>
19028         * files.el (mode-require-final-newline): Minor doc fix.
19030 2005-04-24  Eli Zaretskii  <eliz@gnu.org>
19032         * subr.el (syntax-after): Doc fix.
19033         (syntax-class): If argument is nil, return nil.  Mask off upper 16
19034         bits, not 8 bits.
19036         * files.el (mode-require-final-newline): Doc fix.
19037         (backup-buffer-copy): Fix last change.
19039 2005-04-24  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19041         * term/mac-win.el: Require select.  Set selection-coding-system to
19042         mac-system-coding-system.  Call menu-bar-enable-clipboard.
19043         (x-last-selected-text-clipboard, x-last-selected-text-primary)
19044         (x-select-enable-clipboard): New variables.
19045         (x-select-text, x-get-selection, x-selection-value)
19046         (x-get-selection-value, mac-select-convert-to-string)
19047         (mac-services-open-file, mac-services-open-selection)
19048         (mac-services-insert-text): New functions.
19049         (CLIPBOARD, FIND): Put mac-scrap-name property.
19050         (com.apple.traditional-mac-plain-text, public.utf16-plain-text)
19051         (public.tiff): Put mac-ostype property.
19052         (selection-converter-alist): Add entries for them.
19053         (mac-application-menu-map): New keymap.
19054         (interprogram-cut-function, interprogram-paste-function): Set to
19055         x-select-text and x-get-selection-value, respectively.
19056         (split-window-keep-point): Set to t.
19058 2005-04-23  Richard M. Stallman  <rms@gnu.org>
19060         * files.el (read-directory-name): Always pass non-nil
19061         DEFAULT-FILENAME arg to read-file-name.
19062         (backup-buffer-copy, basic-save-buffer-2): Take care against
19063         writing thru an unexpected existing symlink.
19064         (revert-buffer): In indirect buffer, revert the base buffer.
19065         (magic-mode-alist): Doc fix.
19066         (buffer-stale-function): Doc fix.
19067         (minibuffer-with-setup-hook): Avoid warning.
19068         (mode-require-final-newline): Doc and custom fix.
19070         * follow.el (follow-end-of-buffer): Use with-no-warnings.
19072         * font-lock.el (font-lock-comment-face): On terminals with few colors,
19073         use the default appearance.
19074         (font-lock-comment-delimiter-face): New face, new variable.
19076         * imenu.el (imenu--generic-function): The official position of a
19077         definition is the start of the line that BEG is in.
19079         * midnight.el (midnight-timer): Move defvar up.
19081         * mouse.el (mouse-drag-region-1): Delete some debugging code.
19083         * saveplace.el (save-place-to-alist): Use with-no-warnings.
19085         * startup.el (command-line): Use with-no-warnings.
19087         * window.el (window-size-fixed): New defvar.
19089         * emacs-lisp/easymenu.el (easy-menu-do-define): Use defalias, not fset.
19091         * mail/rmail.el (rmail-font-lock-keywords):
19092         Use font-lock-comment-delimiter-face.
19094         * mail/sendmail.el (mail-font-lock-keywords):
19095         Use font-lock-comment-delimiter-face.
19097         * progmodes/compile.el (next-error-highlight-timer): New defvar.
19099 2005-04-23  SAITO Takuya  <tabmore@rivo.mediatti.net>  (tiny change)
19101         * progmodes/compile.el (compilation-mode-font-lock-keywords):
19102         Specify t for LAXMATCH when matching directories.
19103         Save match data around compilation-compat-error-properties form.
19105 2005-04-23  David Kastrup  <dak@gnu.org>
19107         * textmodes/tex-mode.el (TeX-mode, plain-TeX-mode, LaTeX-mode):
19108         Mention that the autoloaded aliases should be kept for AUCTeX.
19110 2005-04-23  Andreas Schwab  <schwab@suse.de>
19112         * isearch.el (isearch-forward): Doc fix.
19114 2005-04-23  Eli Zaretskii  <eliz@gnu.org>
19116         * jit-lock.el (jit-lock-stealth-time): Change default value to 16.
19117         (jit-lock-stealth-nice): Change default value to 0.5.
19119 2005-04-23  Eric Hanchrow  <offby1@blarg.net>  (tiny change)
19121         * abbrev.el (write-abbrev-file): Write table entries in
19122         alphabetical order by table name.
19124 2005-04-22  Kim F. Storm  <storm@cua.dk>
19126         * ido.el (ido-read-internal): Fix `list' completion.
19128 2005-04-22  Kenichi Handa  <handa@m17n.org>
19130         * recentf.el (recentf-save-file-coding-system): New variable.
19131         (recentf-save-list): Encode the file by
19132         recentf-save-file-coding-system and add coding: tag.
19134 2005-04-22  Nick Roberts  <nickrob@snap.net.nz>
19136         * emacs-lisp/byte-run.el (define-obsolete-variable-alias): New macro.
19138 2005-04-21  Lute Kamstra  <lute@gnu.org>
19140         * loadhist.el (unload-feature): Don't remove a function from hooks
19141         if it is about to be restored to an autoload .  Remove functions
19142         that will become unbound from auto-mode-alist.  Simplify the code.
19144         * subr.el (assq-delete-all): New implementation that is linear,
19145         not quadratic.  Suggested by David Kastrup <dak@gnu.org>.
19146         (rassq-delete-all): New function.
19148         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19149         Add size-indication-mode.
19151 2005-04-21  Kenichi Handa  <handa@m17n.org>
19153         * international/mule-cmds.el: Add autoload for widget-value in
19154         eval-when-compile.
19156 2005-04-21  Nick Roberts  <nickrob@snap.net.nz>
19158         * menu-bar.el (menu-bar-options-save, menu-bar-showhide-menu):
19159         Add tooltip-mode.
19161         * bindings.el (mode-line-mode-menu): Remove tooltip-mode.
19163 2005-04-20  Luc Teirlinck  <teirllm@auburn.edu>
19165         * progmodes/inf-lisp.el (inferior-lisp): New defgroup.
19166         (inferior-lisp-filter-regexp, inferior-lisp-program)
19167         (inferior-lisp-load-command, inferior-lisp-prompt)
19168         (inferior-lisp-mode-hook, lisp-source-modes)
19169         (inferior-lisp-load-hook): defvar->defcustom.
19170         (inferior-lisp-program, inferior-lisp-prompt)
19171         (inferior-lisp-load-hook): Doc fixes.
19172         (inferior-lisp-install-letter-bindings): Small change in
19173         introductory comment.
19175 2005-04-20  Dan Nicolaescu  <dann@ics.uci.edu>
19177         * vc.el (vc-annotate-color-map): Change some colors so that text
19178         using them as foreground is readable on both white and black
19179         backgrounds.
19181 2005-04-20  Stefan Monnier  <monnier@iro.umontreal.ca>
19183         * international/mule-conf.el (translation-table-for-input):
19184         Remove redundant declaration.
19186 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
19188         * progmodes/gud.el (gud-menu-map): Add tooltip-toggle-gud-tips.
19190         * tooltip.el (tooltip-gud-tips-p): Expand documentation.
19191         (tooltip-toggle-gud-tips): New function.
19193 2005-04-20  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19195         * term/mac-win.el (mac-symbol-encoder): Fix mappings of left and
19196         right angle brackets.
19198 2005-04-20  Nick Roberts  <nickrob@snap.net.nz>
19200         * tooltip.el (tooltip-use-echo-area): Replace as alias and deprecate.
19202 2005-04-19  Stefan Monnier  <monnier@iro.umontreal.ca>
19204         * progmodes/flymake.el (flymake-get-absolute-file-name-basedir):
19205         Remove.  Update callers to use expand-file-name instead.
19207         * subr.el (syntax-class): New function.
19209         * simple.el (blink-matching-open): Use it.
19211         * paren.el (show-paren-function): Use it to recognize parens that are
19212         also used in 2-char comment markers.
19214 2005-04-19  Lute Kamstra  <lute@gnu.org>
19216         * loadhist.el (unload-feature): Update for new format of
19217         load-history.  Simplify the code.
19219 2005-04-19  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19221         * term/mac-win.el: Add coding: tag and set it to iso-2022-7bit.
19222         (mac-add-charset-info): New function.  Initialize variable
19223         mac-charset-info-alist using it.
19224         (mac-centraleurroman, mac-cyrillic): Do not use UCS in table data
19225         for translation.
19226         (mac-symbol-encoder, mac-dingbats-encoder): New translation table.
19227         (mac-font-encoder-list): Add entries for mac-symbol and mac-dingbats.
19228         (ccl-encode-mac-symbol-font, ccl-encode-mac-dingbats-font):
19229         New CCL programs.
19231 2005-04-19  Kim F. Storm  <storm@cua.dk>
19233         * simple.el (next-buffer, prev-buffer, next-error)
19234         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19235         (clone-indirect-buffer-other-window): Move bindings to bindings.el.
19237         * bindings.el (next-buffer, prev-buffer, next-error)
19238         (scroll-other-window, keyboard-quit, keyboard-escape-quit)
19239         (clone-indirect-buffer-other-window): Move bindings from simple.el.
19240         (next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
19241         (next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
19243 2005-04-18  Stefan Monnier  <monnier@iro.umontreal.ca>
19245         * isearch.el (isearch-edit-string): Make the search-ring available for
19246         minibuffer history commands.
19247         (minibuffer-local-isearch-map): Remove bindings for M-p and M-n,
19248         the default history commands now work just as well.
19249         (isearch-ring-retreat-edit, isearch-ring-advance-edit): Remove.
19251 2005-04-18  Kim F. Storm  <storm@cua.dk>
19253         * emulation/cua-base.el (cua--pre-command-handler): Add more
19254         elaborate check for shift modifier on non-window systems.
19256 2005-04-18  Lars Hansen  <larsh@math.ku.dk>
19258         * desktop.el: Make "--no-desktop" turn off `desktop-save-mode'.
19260 2005-04-18  Kim F. Storm  <storm@cua.dk>
19262         * tooltip.el (tooltip-show): Change second arg to USE-ECHO-AREA
19263         and make it optional.  Don't test tooltip-gud-echo-area here.
19264         (tooltip-gud-process-output, gdb-tooltip-print):
19265         Pass tooltip-gud-echo-area to tooltip-show.
19266         (tooltip-help-tips): Remove second optional arg to tooltip-show.
19268 2005-04-18  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19270         * tooltip.el (tooltip-mode): `emacs-quick-startup' and
19271         `display-graphic-p' may not be bound yet.
19273 2005-04-17  Luc Teirlinck  <teirllm@auburn.edu>
19275         * startup.el (command-line): No longer enable Xterm Mouse mode by
19276         default in terminals compatible with xterm.
19278         * xt-mouse.el (xterm-mouse-mode): Set init value back to nil.
19280 2005-04-18  Nick Roberts  <nickrob@snap.net.nz>
19282         * tooltip.el (tooltip-gud-echo-area): Rename from
19283         tooltip-use-echo-area.
19284         (tooltip-show, tooltip-gud-process-output, gdb-tooltip-print)
19285         (tooltip-help-tips): Allow GUD tooltips to be displayed in echo
19286         area independently of where help tooltips are displayed.
19288 2005-04-17  David Kastrup  <dak@gnu.org>
19290         * cus-theme.el (custom-theme-write-variables): Quote variables
19291         where necessary.
19293 2005-04-17  Richard M. Stallman  <rms@gnu.org>
19295         * simple.el (yank-excluded-properties): Add follow-link to value.
19297         * jka-compr.el (jka-compr-compression-info-list): Fix custom type.
19299         * startup.el (fancy-splash-max-time): Just 30 seconds.
19300         (fancy-splash-delay): Just 7.
19301         (fancy-splash-screens): No time limit other than fancy-splash-max-time.
19303         * loadhist.el (unload-feature): Update for new format of load-history.
19304         Simplify the code.
19306         * mail/rmail.el (rmail-ignored-headers): Ignore more headers
19307         (rmail-font-lock-keywords): Don't fontify the text of a citation.
19309         * mail/sendmail.el (mail-font-lock-keywords):
19310         Don't fontify subject text.
19311         Don't fontify the text of a citation.
19313 2005-04-17  Mark H. Weaver  <mhw@netris.org>  (tiny change)
19315         * comint.el (comint-output-filter): Run comint-output-filter-functions
19316         with point where the user had it.
19318 2005-04-16  Stefan Monnier  <monnier@iro.umontreal.ca>
19320         * international/ucs-tables.el (ucs-set-table-for-input):
19321         Disable when using unify-on-decoding.
19323 2005-04-16  Dan Nicolaescu  <dann@ics.uci.edu>
19325         * emulation/cua-base.el (cua-global-mark-face): Add special case
19326         for displays supporting a high number of colors.
19328 2005-04-16  Matt Hodges  <MPHodges@member.fsf.org>  (tiny change)
19330         * repeat.el (repeat): Invoke pre-command-hook and post-command-hook.
19332 2005-04-16  Chong Yidong  <cyd@stupidchicken.com>
19334         * filesets.el (filesets-add-buffer): If user supplies a name of a
19335         non-existing fileset, create a new fileset.
19337 2005-04-16  Carsten Dominik  <dominik@science.uva.nl>
19339         * textmodes/org.el (org-up-heading-all): Fix bug with
19340         `outline-up-heading-all'.
19342 2005-04-16  Andreas Schwab  <schwab@suse.de>
19344         * files.el (auto-mode-alist): Handle /etc/sysconfig/*,
19345         /etc/permissions.d/* and /etc/aliases.d/*.
19347 2005-04-16  Kenichi Handa  <handa@m17n.org>
19349         * international/code-pages.el (cp-make-coding-system):
19350         Set `translation-table-for-input' property value to the symbol
19351         ucs-mule-to-mule-unicode, not to that value.
19352         (pt154): Escape guillemet by `\'.
19354 2005-04-15  Luc Teirlinck  <teirllm@auburn.edu>
19356         * loadup.el: Load tooltip if x-show-tip is fboundp.
19358         * startup.el (command-line): Add comment.
19360         * tooltip.el (tooltip-mode): Specify correct standard value for
19361         Custom in init-value.
19363 2005-04-15  Nick Roberts  <nickrob@snap.net.nz>
19365         * progmodes/gud.el (gud-goto-info): Use existing Info buffer, if
19366         possible.
19368 2005-04-15  Carsten Dominik  <dominik@science.uva.nl>
19370         * textmodes/org.el (org-agenda-date-prompt): Rename from
19371         `org-agenda-date-today'.
19372         (org-evaluate-time-range): Insert at point instead of directly
19373         after time range.
19374         (org-first-headline-recenter, org-subtree-end-visible-p)
19375         (org-optimize-window-after-visibility-change): New functions
19376         (org-agenda-post-command-hook): Don't allow point at end of line,
19377         to make sure it always hits the text properties.
19378         (org-agenda-next-date-line, org-agenda-previous-date-line):
19379         New commands.
19380         (org-set-regexps-and-options): Category may contain white space.
19381         (org-agenda-get-deadlines, org-agenda-get-scheduled):
19382         Improve marker positions.
19383         (org-agenda-new-marker): Argument POS made optional.
19384         (org-agenda-get-timestamps): Deadlines which are done are listed
19385         in org-done-face now.
19386         (org-agenda-get-todos, org-agenda-get-timestamps)
19387         (org-agenda-get-deadlines, org-agenda-get-scheduled):
19388         Set `undone-face' and `done-face' properties.
19389         (org-last-todo-state-is-todo): New variable.
19390         (org-todo): Set `org-last-todo-state-is-todo'.
19391         (org-agenda-todo): Change face according to
19392         `org-last-todo-state-is-todo'.  And change other lines referring to
19393         the same entry.
19394         (org-calendar-goto-agenda): New command.
19395         (org-calendar-to-agenda-key): New option.
19396         (org-startup-folded): New allowed value `content'.
19397         (org-set-regexps-and-options): Accept new value `content' for
19398         `org-startup-folded'.
19399         (org-get-current-options): Handle new value `content' for
19400         `org-startup-folded'.
19401         (org-insert-todo-heading): New command.
19402         (org-mode): Insert first line "*-* mode: org-mode -*-" when called
19403         interactively in empty file and option
19404         `org-insert-mode-line-in-empty-file' has been set.
19405         (org-agenda-todo, org-agenda-priority): Modify to use
19406         `org-agenda-change-all-lines'.
19407         (org-warning-face): Change color on dark background
19409 2005-04-14  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19411         * international/mule-cmds.el (set-locale-environment): On Mac OS,
19412         use preferences AppleLocale and AppleLanguages, and variable
19413         mac-system-locale for default locale.  On Mac OS Classic, use
19414         mac-system-coding-system for default coding systems.
19416         * term/mac-win.el: Don't set file-name-coding-system.
19417         Decode variables system-name, emacs-build-system, user-login-name, and
19418         user-full-name by mac-system-coding-system on Mac OS Classic.
19419         (mac-system-coding-system): New variable.
19421 2005-04-13  Luc Teirlinck  <teirllm@auburn.edu>
19423         * startup.el (command-line): Handle `xterm-mouse-mode' before
19424         reading init file.
19426         * xt-mouse.el (xterm-mouse-mode): Adapt to above change.
19428 2005-04-13  Glenn Morris  <gmorris@ast.cam.ac.uk>
19430         * progmodes/sh-script.el (sh-here-document-word): Make it a
19431         defcustom.  Doc fix.
19432         (sh-add): Bash uses $(( )) for arithmetic.
19433         (sh-while-getopts) <sh>: Set OPTIND back to 1 at end.
19434         (sh-maybe-here-document): Remove quotes and leading whitespace
19435         from heredoc word when closing.  Indent heredoc with tabs if word
19436         starts with "-".
19438 2005-04-13  Richard M. Stallman  <rms@gnu.org>
19440         * simple.el (undo): Fix previous change.
19442         * custom.el (defface): Doc fix.
19444 2005-04-13  Lute Kamstra  <lute@gnu.org>
19446         * Makefile.in (DONTCOMPILE): Remove list.
19447         (compile, compile-always): Don't use DONTCOMPILE.
19448         (update-authors): Load the library in which batch-update-authors
19449         is defined.
19450         * makefile.w32-in (DONTCOMPILE): Remove list.
19451         (compile, compile-always): Fix comments.
19452         (update-authors): Load the library in which batch-update-authors
19453         is defined.
19455         * generic-x.el (generic-mode-ini-file-find-file-hook):
19456         Rename to ini-generic-mode-find-file-hook.
19457         Keep generic-mode-ini-file-find-file-hook as an alias.
19458         (ini-generic-mode-find-file-hook): Rename from
19459         generic-mode-ini-file-find-file-hook.  Fix docstring.
19460         (ini-generic-mode): Docstring change.
19461         (bat-generic-mode-run-as-comint): Silence the byte compiler.
19463         * help.el (describe-key-briefly): UNTRANSLATED can be nil when
19464         called from lisp.
19466         * generic.el: Move to the emacs-lisp subdir.
19468 2005-04-12  Dan Nicolaescu  <dann@ics.uci.edu>
19470         * term/xterm.el (function-key-map): Add mappings for A-, C-, S-
19471         and C-S- function and cursor motion keys.
19473 2005-04-12  Luc Teirlinck  <teirllm@auburn.edu>
19475         * startup.el (command-line): Enable Xterm Mouse mode by default.
19476         * xt-mouse.el (xterm-mouse-mode): Provide correct standard value
19477         for Custom.  No longer show "Mouse" in mode line when enabled.
19478         Doc fix.
19480 2005-04-12  Kim F. Storm  <storm@cua.dk>
19482         * emulation/cua-base.el (cua-rectangle-face)
19483         (cua-rectangle-noselect-face): Define face attributes here.
19485         * emulation/cua-rect.el (cua--init-rectangles): Remove face setup.
19487 2005-04-12  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19489         * startup.el (command-line): Turn off blinking cursor if
19490         cursorBlink in resources is off or false.
19492 2005-04-12  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19494         * term/mac-win.el (dnd): Require dnd.
19495         (mac-drag-n-drop): Call dnd-handle-one-url.
19496         (kTextEncodingMacRoman, kTextEncodingISOLatin1)
19497         (kTextEncodingISOLatin2): Remove constants.
19498         (mac-script-code-coding-systems): New constant.
19499         (mac-handle-language-change): New function.
19500         (special-event-map): Bind it to `language-change' event.
19501         (mac-centraleurroman, mac-cyrillic): New coding systems.
19502         (mac-font-encoder-list, ccl-encode-mac-centraleurroman-font)
19503         (ccl-encode-mac-cyrillic-font): Rename mac-centraleurroman-encoder
19504         and mac-cyrillic-encoder to encode-mac-centraleurroman and
19505         encode-mac-cyrillic, respectively.
19507 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19509         * progmodes/gud.el, progmodes/gdb-ui.el (gdb-assembler-mode):
19510         Don't set overlay-arrow-string to "=>" as this is done
19511         globally in C now.
19513 2005-04-12  Lute Kamstra  <lute@gnu.org>
19515         * generic-x.el (rc-generic-mode, rul-generic-mode):
19516         Fix auto-mode-alist entries.
19517         (etc-fstab-generic-mode): Tweak fontification.
19519         * generic.el (generic-make-keywords-list): Fix docstring.
19520         (generic-mode-internal): Simplify generic-font-lock-keywords.
19522 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
19524         * whitespace.el (whitespace-buffer-leading)
19525         (whitespace-buffer-trailing): Revert the incorrect test inversion.
19526         However, fix the highlight area for the leading and
19527         trailing whitespaces to show space.
19529 2005-04-11  Rajesh Vaidheeswarran  <rv@gnu.org>
19531         * whitespace.el (whitespace-version): Bump to 3.5
19533         (whitespace-buffer-leading, whitespace-buffer-trailing):
19534         Invert sense of the test to highlight the whitespace.
19536 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19538         * progmodes/gud.el (gud-display-line): GUD uses its own
19539         overlay arrow now so don't set overlay-arrow-string.
19540         (gud-pdb-command-name): Revert back to "pdb" (2004-04-26).
19542 2005-04-11  Dan Nicolaescu  <dann@ics.uci.edu>
19544         * term.el (term-ansi-current-bold, term-ansi-current-underline)
19545         (term-ansi-current-reverse, term-ansi-current-invisible)
19546         (term-ansi-face-already-done): Change to boolean.
19547         (term-reset-terminal, term-handle-colors-array): Handle the above
19548         vars accordingly.
19549         (term-buffer-vertical-motion): Rename from buffer-vertical-motion.
19550         (term-emulate-terminal): Use the new name.
19552         * faces.el (secondary-selection): Use yellow1, not yellow.
19553         (trailing-whitespace): Use red1, not red.
19555 2005-04-11  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
19557         * dired.el (dired-mode): Use dnd-* instead of x-dnd-*
19558         (dired-dnd-handle-local-file): Call dnd-get-local-file-name.
19559         (dired-dnd-handle-file): Call dnd-get-local-file-uri
19561         * cus-edit.el (dnd): New group.
19563         * term/w32-win.el (dnd): Require dnd
19564         (w32-drag-n-drop): Call dnd-handle-one-url.
19566         * x-dnd.el: Require dnd.
19567         (x-dnd-handle-uri-list, x-dnd-handle-file-name):
19568         Call dnd-handle-one-url.
19569         (x-dnd-types-alist, x-dnd-insert-utf8-text)
19570         (x-dnd-insert-utf16-text, x-dnd-insert-ctext): Change x-dnd-insert-text
19571         to dnd-insert-text.
19572         (x-dnd-protocol-alist, x-dnd-open-file-other-window)
19573         (x-dnd-handle-one-url, x-dnd-get-local-file-uri)
19574         (x-dnd-get-local-file-name, x-dnd-open-local-file)
19575         (x-dnd-open-file, x-dnd-insert-text): Move to dnd.el (without x-).
19577         * dnd.el (dnd-protocol-alist): New file with generic DND functions.
19579 2005-04-11  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19581         * wdired.el: Doc fixes.
19582         (wdired-confirm-overwrite): Rename from wdired-is-ok-overwrite.
19583         (wdired-use-dired-vertical-movement): Rename from
19584         wdired-always-move-to-filename-beginning.
19585         (wdired-mode-map): Use `ignore' instead of `wdired-newline'.
19586         (wdired-change-to-wdired-mode): Change mode name.
19587         (wdired-newline): Delete.
19589 2005-04-11  Richard M. Stallman  <rms@gnu.org>
19591         * whitespace.el (whitespace-highlight-the-space):
19592         Don't call whitespace-unhighlight-the-space here.
19594         * simple.el (undo): Record t in undo-equiv-table
19595         for the redo record made by an undo-in-region.
19597 2005-04-12  Nick Roberts  <nickrob@snap.net.nz>
19599         * progmodes/gdb-ui.el (gdb-display-inferior-io-buffer)
19600         (gdb-frame-inferior-io-buffer): New Functions to control
19601         display of separate IO buffer.
19602         (menu): Add them to menu-bar.
19603         (gdb-display-buffer): Check for buffer another frame.
19604         Protect GUD buffer.
19605         (gdb-setup-windows): Create IO buffer if not already there.
19606         (gdb-memory-mode): Remove purecopy noops.
19608 2005-04-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
19610         * progmodes/f90.el (f90-electric-insert): Add optional prefix arg,
19611         and pass to self-insert-command.
19613 2005-04-11  Lute Kamstra  <lute@gnu.org>
19615         * generic.el: Commentary section cleanup.
19616         (generic): Delete.
19617         (generic-use-find-file-hook, generic-lines-to-scan)
19618         (generic-find-file-regexp, generic-ignore-files-regexp)
19619         (default-generic-mode, generic-mode-find-file-hook)
19620         (generic-mode-ini-file-find-file-hook): Move to generic-x.el.
19621         * generic-x.el (generic-x): Docstring fix.  Put it in the data group.
19622         (generic-use-find-file-hook, generic-lines-to-scan)
19623         (generic-find-file-regexp, generic-ignore-files-regexp)
19624         (default-generic-mode, generic-mode-find-file-hook)
19625         (generic-mode-ini-file-find-file-hook): Move from generic.el.
19627 2005-04-10  Karl Fogel  <kfogel@red-bean.com>
19629         * bookmark.el (bookmark-write-file): Catch errors writing file.
19630         This is the same change as saveplace.el at 2005-04-10T23:32:00Z!rms@gnu.org.
19632 2005-04-10  Richard M. Stallman  <rms@gnu.org>
19634         * startup.el (fancy-splash-tail): Update copyright year.
19635         (command-line): Split part of -Q into -D.
19636         (emacs-basic-display): New defvar.
19637         (fancy-splash-text): Correct name of menu item.
19639         * saveplace.el (save-place-alist-to-file): Catch errors writing file.
19641         * info.el (Info-fontify-node): Handle fontification of multiple * Menu
19642         lines in one node.
19644         * comint.el (comint-send-input): New arg ARTIFICIAL.
19645         Callers in this file changed.
19647         * abbrev.el (define-abbrevs): Read system abbrevs properly.
19649         * emacs-lisp/map-ynp.el (map-y-or-n-p): Clarify RET/q in help message.
19651 2005-04-10  Chong Yidong  <cyd@stupidchicken.com>
19653         * url/url-ldap.el (url-ldap): Add docstring.  Fix call to
19654         `ldap-search-internal'.
19656 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19658         * files.el (set-auto-mode-1): Use line-end-position.
19660         * international/latin-1.el:
19661         * international/latin-2.el:
19662         * international/latin-3.el:
19663         * international/latin-4.el:
19664         * international/latin-5.el:
19665         * international/latin-8.el:
19666         * international/latin-9.el: Give punctuation syntax to NBSP.
19668         * textmodes/bibtex.el (bibtex-autokey-titleword-ignore)
19669         (bibtex-reference-key, bibtex-autokey-demangle-name, bibtex-mode):
19670         Use char-classes to accept non-ascii letters, accepted in some recent
19671         bibtex implementations.
19673 2005-04-10  Luc Teirlinck  <teirllm@auburn.edu>
19675         * custom.el (custom-set-minor-mode): Any non-nil value for the
19676         variable should enable the mode when set through Custom.
19678 2005-04-10  Stefan Monnier  <monnier@iro.umontreal.ca>
19680         * progmodes/vhdl-mode.el (vhdl-mode-map-init): Don't override default
19681         TAB binding so tab-always-indent is obeyed.
19682         (vhdl-minibuffer-local-map): Move initialization into declaration.
19683         (vhdl-mode-abbrev-table-init): Mark the abbrevs as `system'.
19684         (vhdl-run-when-idle, vhdl-create-mode-menu, vhdl-character-to-event)
19685         (vhdl-hooked-abbrev): Avoid test for XEmacs.
19686         (vhdl-current-line): Use line-beginning-position.
19687         (vhdl-doc-variable, vhdl-doc-mode): Call help-setup-xref before
19688         with-output-to-temp-buffer, so the current position can be recorded.
19690 2005-04-10  Masatake YAMATO  <jet@gyve.org>
19692         * progmodes/compile.el (compilation-error-regexp-alist-alist):
19693         Add regexp for gcov.
19695 2005-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
19697         * calendar/time-date.el (time-to-seconds, seconds-to-time)
19698         (days-to-time, time-subtract, time-add): Don't use the #xhhhh
19699         syntax which Emacs 20 doesn't support.
19701 2005-04-09  Richard M. Stallman  <rms@gnu.org>
19703         * help.el (describe-key-briefly, describe-key):
19704         Replace strings as event types with "(any string)".
19706 2005-04-09  Stefan Monnier  <monnier@iro.umontreal.ca>
19708         * arc-mode.el (archive-mode-map): Move initialization into
19709         the declaration.  Override *all* bindings of `undo'.
19710         (archive-lemacs): Remove, use (featurep 'xemacs) instead.
19712 2005-04-09  Jay Belanger  <belanger@truman.edu>
19714         * calc/calc-units.el (math-standard-units): Redefine Watt hour as W*hr.
19716 2005-04-09  Dan Nicolaescu  <dann@ics.uci.edu>
19718         * term/xterm.el (xterm-rgb-convert-to-16bit): Simplify.
19719         (xterm-register-default-colors): Update color values computation
19720         to match xterm-200.
19722 2005-04-09  Kenichi Handa  <handa@m17n.org>
19724         * international/code-pages.el (iso-latin-7): Fix the map.
19726 2005-04-08  Luc Teirlinck  <teirllm@auburn.edu>
19728         * emacs-lisp/lisp.el (defun-prompt-regexp)
19729         (parens-require-spaces, buffer-end, end-of-defun)
19730         (insert-parentheses): Doc fixes.
19732 2005-04-08  Kim F. Storm  <storm@cua.dk>
19734         * comint.el (comint-highlight-prompt): Fix face spec.
19735         * hi-lock.el (hi-green): Likewise.
19737 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19739         * cus-edit.el (custom-modified-face):
19740         * comint.el (comint-highlight-input): Fix previous changes.
19741         * term.el (term-handle-ansi-escape): Add a comment.
19743 2005-04-08  Stefan Monnier  <monnier@iro.umontreal.ca>
19745         * whitespace.el (whitespace-highlight-the-space): Put the same overlay
19746         in the buffer and in whitespace-highlighted-space.
19747         (whitespace-unhighlight-the-space): Simplify.
19748         (whitespace-buffer): Simplify.
19750 2005-04-08  Dan Nicolaescu  <dann@ics.uci.edu>
19752         * textmodes/table.el (table-cell-face): Add special case for
19753         displays supporting a high number of colors.
19754         * progmodes/vhdl-mode.el (vhdl-font-lock-prompt-face)
19755         (vhdl-font-lock-reserved-words-face)
19756         (vhdl-speedbar-architecture-face)
19757         (vhdl-speedbar-instantiation-face)
19758         (vhdl-speedbar-architecture-selected-face)
19759         (vhdl-speedbar-instantiation-selected-face): Likewise.
19760         * progmodes/sh-script.el (sh-heredoc-face): Likewise.
19761         * progmodes/idlw-help.el (idlwave-help-link-face): Likewise.
19762         * progmodes/ebrowse.el (ebrowse-tree-mark-face)
19763         (ebrowse-root-class-face, ebrowse-member-attribute-face)
19764         (ebrowse-progress-face): Likewise.
19765         * progmodes/compile.el (compilation-info-face): Likewise.
19766         * progmodes/cc-fonts.el (c-invalid-face): Likewise.
19767         * emacs-lisp/re-builder.el (reb-match-3): Likewise.
19768         * calendar/calendar.el (diary-face): Likewise.
19769         * woman.el (woman-italic-face, woman-bold-face)
19770         (woman-unknown-face): Likewise.
19771         * wid-edit.el (widget-button-pressed-face): Likewise.
19772         * whitespace.el (whitespace-highlight-face): Likewise.
19773         * smerge-mode.el (smerge-mine-face, smerge-base-face): Likewise.
19774         * pcvs-info.el (cvs-marked-face): Likewise.
19775         * info.el (info-xref): Likewise.
19776         * ido.el (ido-subdir-face, ido-indicator-face): Likewise.
19777         * hilit-chg.el (highlight-changes-face)
19778         (highlight-changes-delete-face): Likewise.
19779         * hi-lock.el (hi-yellow, hi-green, hi-blue-b, hi-green-b)
19780         (hi-red-b): Likewise.
19781         * generic-x.el (show-tabs-tab-face, show-tabs-space-face): Likewise.
19782         * font-lock.el (font-lock-keyword-face)
19783         (font-lock-function-name-face, font-lock-warning-face): Likewise.
19784         * cus-edit.el (custom-invalid-face, custom-modified-face)
19785         (custom-set-face, custom-changed-face, custom-variable-tag-face)
19786         (custom-group-tag-face-1, custom-group-tag-face): Likewise.
19787         * comint.el (comint-highlight-prompt): Likewise.
19789 2005-04-08  Lute Kamstra  <lute@gnu.org>
19791         * font-lock.el (font-lock-keywords): Docstring fixes.
19793 2005-04-08  Kenichi Handa  <handa@m17n.org>
19795         * ps-mule.el (ps-mule-show-warning): If the number of unprintable
19796         chars are more than a limit, print " and more..." at the tail.
19798 2005-04-08  Kim F. Storm  <storm@cua.dk>
19800         * emacs-lisp/authors.el (authors-aliases): Update list.
19801         (authors-ignored-files): New list.
19802         (authors-fixed-entries): Fix typo.
19803         (authors-renamed-files-alist): Update list.
19804         (authors-add): Check authors-ignored-files.
19806 2005-04-08  Carsten Dominik  <dominik@science.uva.nl>
19808         * calendar/diary-lib.el (add-to-diary-list): MARKER argument made
19809         optional, to ensure backward compatibility.
19811 2005-04-08  Stephen Eglen  <stephen@gnu.org>
19813         * textmodes/flyspell.el (flyspell-large-region): Doc fix.
19815 2005-04-08  Kim F. Storm  <storm@cua.dk>
19817         * buff-menu.el (Buffer-menu-mode-map): Map follow-link to mouse-face.
19819         * mouse.el (mouse-on-link-p): Doc fix.
19821 2005-04-07  Luc Teirlinck  <teirllm@auburn.edu>
19823         * ielm.el (ielm-prompt-read-only): Doc fix.
19825         * comint.el (comint-prompt-read-only): Doc fix.
19827 2005-04-07  Benjamin Rutt  <brutt@bloomington.in.us>
19829         * ffap.el (ffap-pass-wildcards-to-dired): New user option to
19830         ensure dired always handles wildcards passed to ffap.
19831         (find-file-at-point): Use it.
19832         (ffap-dired-wildcards): Doc fix.
19834 2005-04-07  Juri Linkov  <juri@jurta.org>
19836         * simple.el (next-error-overlay-arrow-position): New defvar.
19837         Put "=>" on its property `overlay-arrow-string'.  Add it to
19838         `overlay-arrow-variable-list'.
19840         * progmodes/compile.el (compilation-setup):
19841         Set `next-error-overlay-arrow-position' to nil.  Also set it to
19842         nil in the local hook `kill-buffer-hook'.  Make local variable
19843         `overlay-arrow-string' and set it to "=>".
19844         (compilation-goto-locus): Set BOL position to
19845         `next-error-overlay-arrow-position' instead of
19846         `overlay-arrow-position'.
19848         * info.el (Info-mode): Add `Info-kill-buffer' to `kill-buffer-hook'
19849         locally instead of adding it to the global hook.
19850         (Info-kill-buffer): Move up.
19852 2005-04-06  Dan Nicolaescu  <dann@ics.uci.edu>
19854         * term/xterm.el (xterm-standard-colors): Update color values from
19855         xterm-200.
19857 2005-04-06  Stefan Monnier  <monnier@iro.umontreal.ca>
19859         * textmodes/tex-mode.el (tex-font-lock-keywords-2): Add \bfseries.
19861         * fast-lock.el:
19862         * lazy-lock.el: Move them to the obsolete subdir.
19864 2005-04-06  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
19866         * wdired.el (wdired-advise-functions, wdired-add-skip-in-replace)
19867         (wdired-add-replace-advice): Remove.
19868         (wdired-change-to-wdired-mode): Use query-replace-skip-read-only.
19870 2005-04-06  Kim F. Storm  <storm@cua.dk>
19872         * startup.el (command-line): Add --bare-bones alias for -Q.
19874 2005-04-06  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
19876         * term/mac-win.el: Use create-fontset-from-mac-roman-font to
19877         create the startup fontset if a font specification ends with
19878         `mac-roman'.
19880 2005-04-06  Lute Kamstra  <lute@gnu.org>
19882         * add-log.el (change-log-font-lock-keywords): Complete 2005-04-03
19883         change.
19885         * emacs-lisp/copyright.el (copyright-update-year): Replace the
19886         right subexpression.  Suggested by Jay Bingham <jay.bingham@hp.com>.
19888 2005-04-05  Lute Kamstra  <lute@gnu.org>
19890         * generic.el (generic-mode-internal): Fix 2005-03-31 change.
19891         (define-generic-mode): Ditto.  Fix debug declaration.
19893         * generic-x.el (show-tabs-tab-face, show-tabs-space-face):
19894         Put them in the generic-x group.
19896         * calendar/timeclock.el (timeclock): Doc fix.
19898         * generic.el (define-generic-mode): Don't use custom-current-group.
19899         Document default :group value.
19900         * emacs-lisp/easy-mmode.el (define-minor-mode): Ditto.
19901         (define-global-minor-mode): Don't use custom-current-group.
19903 2005-04-05  Glenn Morris  <gmorris@ast.cam.ac.uk>
19905         * startup.el (command-line-1): Display startup-echo-area-message
19906         when fancy splash screen is in use.
19908         * progmodes/sh-script.el (sh-builtins) <bash>: Add `caller'.
19909         (sh-escaped-newline): New face.
19910         (sh-font-lock-keywords) <shell>: Improve regexp for escaped
19911         newline, and use sh-escaped-newline face.
19913         * progmodes/tcl.el (tcl-escaped-newline): New face.
19914         (tcl-builtin-list): New variable.
19915         (tcl-set-font-lock-keywords): Add builtins, variables, and escaped
19916         newlines.  Fix keywords subexpression number.
19918 2005-04-05  Carsten Dominik  <dominik@science.uva.nl>
19920         * textmodes/org.el (org-diary-default-entry): Fix call to
19921         `add-to-diary-entry'.
19923 2005-04-05  Kim F. Storm  <storm@cua.dk>
19925         * ediff-init.el: Use (featurep 'xemacs).
19927 2005-04-05  David Ponce  <david@dponce.com>
19929         * cus-edit.el (face): Derive from symbol widget.  Display sample
19930         of the current face on the fly.
19931         (widget-face-sample-face-get, widget-face-notify): New functions.
19932         (widget-face-value-create): Remove.
19934         * wid-edit.el (widget-field-end): Temporarily remove field
19935         narrowing before to call `get-char-property'.
19937 2005-04-04  Jay Belanger  <belanger@truman.edu>
19939         * calc/calc-aent.el (math-read-replacement-list): Add subscripts.
19940         (math-read-subscripts): New variable.
19941         (math-read-preprocess-string): Process subscripts.
19943 2005-04-04  Luc Teirlinck  <teirllm@auburn.edu>
19945         * comint.el (comint-prompt-read-only): Doc fix.
19947         * dired.el (dired-copy-filename-as-kill): Make `-' arg behave like
19948         `-1'.  Doc fix.
19950 2005-04-04  Carsten Dominik  <dominik@science.uva.nl>
19952         * textmodes/org.el (org-insert-mode-line-in-empty-file):
19953         Change default value to nil.
19955 2005-04-04  Lute Kamstra  <lute@gnu.org>
19957         * autorevert.el (auto-revert-mode): Specify :group.
19958         * battery.el (display-battery-mode): Specify :group.
19959         * diff-mode.el (diff-minor-mode): Specify :group.
19960         * font-core.el (font-lock-mode): Specify :group.
19961         * hl-line.el (hl-line-mode): Specify :group.
19962         * iimage.el (iimage): New customization group.
19963         (iimage-mode): Specify :group.
19964         * longlines.el (longlines-mode): Specify :group.
19965         * master.el: Don't require easy-mmode.
19966         (master): New customization group.
19967         (master-mode): Specify :group.
19968         * msb.el (msb-mode): Specify :group.
19969         * reveal.el (reveal-mode): Specify :group.
19970         * simple.el (next-error-follow-minor-mode): Specify :group.
19971         * smerge-mode.el (smerge-mode): Specify :group.
19972         * emacs-lisp/eldoc.el (eldoc-mode): Specify :group.
19973         * emulation/cua-base.el (cua-mode): Specify :group.
19974         * international/encoded-kb.el (encoded-kbd-mode): Specify :group.
19975         * language/thai-util.el (thai-auto-composition-mode)
19976         (thai-word-mode): Specify :group.
19977         * mail/supercite.el (sc-minor-mode): Specify :group.
19978         * progmodes/cwarn.el (cwarn-mode): Specify :group.
19979         * progmodes/flymake.el (flymake-mode): Specify :group.
19980         * progmodes/glasses.el (glasses-mode): Specify :group.
19981         * progmodes/hideif.el (hide-ifdef-mode): Specify :group.
19982         * textmodes/enriched.el (enriched-mode): Specify :group.
19983         * textmodes/refill.el (refill-mode): Specify :group.
19985         * add-log.el (change-log-font-lock-keywords): Names in
19986         parenthesized lists can contain spaces.
19988 2005-04-04  Thien-Thi Nguyen  <ttn@gnu.org>
19990         * startup.el (fancy-splash-text): Shorten default text of
19991         "Emacs Tutorial" line.  Also, if the current language env
19992         indicates an available tutorial file other than TUTORIAL,
19993         extract its title and append it to the line in parentheses.
19994         (fancy-splash-insert): If arg is a thunk, funcall it.
19996 2005-04-04  Jay Belanger  <belanger@truman.edu>
19998         * calc.el (calc-language-alist): Add tags to customization type.
20000 2005-04-03  Luc Teirlinck  <teirllm@auburn.edu>
20002         * xt-mouse.el (xterm-mouse-mode): Add explicit Custom group, mouse.
20003         Doc fix.
20005 2005-04-03  Marcelo Toledo  <marcelo@gnu.org>
20007         * add-log.el (change-log-font-lock-keywords): The manual
20008         describing a Change Log entry, says: (...) "Aside from these
20009         header lines, every line in the change log starts with a space or
20010         a tab.".  The font-lock was not highlighting lines started with
20011         spaces, added support for it.
20013 2005-04-03  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
20015         * textmodes/bibtex.el (bibtex-url): Use format to generate the url.
20016         (bibtex-generate-url-list): Update docstring accordingly.  Put the
20017         complex example in the docstring.
20018         (bibtex-font-lock-url): Use pop.
20020 2005-04-03  Stefan Monnier  <monnier@iro.umontreal.ca>
20022         * progmodes/tcl.el (tcl-set-font-lock-keywords): Use new \_< ops.
20024         * pcvs.el (cvs-checkout): Prompt for cvsroot as well.
20026 2005-04-03  Glenn Morris  <gmorris@ast.cam.ac.uk>
20028         * filesets.el (filesets-set-default): Doc fix.
20030 2005-04-03  Lute Kamstra  <lute@gnu.org>
20032         * generic.el (define-generic-mode): Add argument to specify
20033         keywords for defcustom.
20034         (default-generic-mode): Specify :group.
20036         * generic-x.el: Specify :group for all generic modes.
20038         * desktop.el (desktop-no-desktop-file-hook)
20039         (desktop-after-read-hook): Doc fix.
20041 2005-04-02  Luc Teirlinck  <teirllm@auburn.edu>
20043         * simple.el (visible-mode): Use explicit :group keyword.
20044         This changes the group of `visible-mode-hook' from paren-blinking
20045         to editing-basics.
20047 2005-04-02  Sergey Poznyakoff  <gray@Mirddin.farlep.net>  (tiny change)
20049         * mail/rmail.el (rmail-parse-url): Bugfix.  Parse traditional
20050         mailbox specifications as well as URLs.
20051         (rmail-insert-inbox-text): Remove unused conditional branches.
20053 2005-04-01  Jay Belanger  <belanger@truman.edu>
20055         * calc/calc-graph.el (calc-gnuplot-name, calc-gnuplot-plot-command)
20056         (calc-gnuplot-print-command): Move definitions to calc.el.
20058         * calc/calc-embed.el (calc-embedded-announce-formula)
20059         (calc-embedded-open-formula, calc-embedded-close-formula)
20060         (calc-embedded-open-word, calc-embedded-close-word)
20061         (calc-embedded-open-plain, calc-embedded-close-plain)
20062         (calc-embedded-open-new-formula, calc-embedded-close-new-formula)
20063         (calc-embedded-open-mode, calc-embedded-close-mode):
20064         Move definitions to calc.el.
20066         * calc/calc.el (calc-settings-file, calc-language-alist):
20067         Make customizable.
20068         (calc-embedded-announce-formula, calc-embedded-open-formula)
20069         (calc-embedded-close-formula, calc-embedded-open-word)
20070         (calc-embedded-close-word, calc-embedded-open-plain)
20071         (calc-embedded-close-plain, calc-embedded-open-new-formula)
20072         (calc-embedded-close-new-formula, calc-embedded-open-mode)
20073         (calc-embedded-close-mode, calc-gnuplot-name)
20074         (calc-gnuplot-plot-command, calc-gnuplot-print-command): Move here
20075         from other files and make customizable.
20077 2005-04-01  Stefan Monnier  <monnier@iro.umontreal.ca>
20079         * pcvs.el (cvs-temp-buffer, cvs-mode-kill-process, cvs-buffer-check):
20080         Use buffer-live-p.
20081         (cvs-mode-run): Don't call cvs-update-header here.
20082         (cvs-run-process): Call cvs-update-header.
20083         Use process properties for cvs-postprocess and cvs-buffer so that
20084         the sentinel can behave better if the temp buffer is killed.
20085         Use a pipe rather than a tty, to better handle unexpected prompts.
20086         (cvs-sentinel): Rewrite.  Call cvs-update-header.
20088 2005-04-01  Andre Spiegel  <spiegel@gnu.org>
20090         * vc-hooks.el (vc-workfile-unchanged-p): Disable mtime check when
20091         we go via Tramp or Ange-FTP.  Suggested by Kai Grossjohann.
20093 2005-03-31  Stefan Monnier  <monnier@iro.umontreal.ca>
20095         * generic.el (define-generic-mode): Add indentation rule.
20097 2005-03-31  Luc Teirlinck  <teirllm@auburn.edu>
20099         * files.el (mode-require-final-newline): Make Custom correctly
20100         report a nil value and allow to set it to nil via Custom.
20101         Doc fix.
20103 2005-04-01  Kenichi Handa  <handa@m17n.org>
20105         * international/characters.el: Enable the correct case setting for
20106         dotless-i and dotted-I.
20108 2005-04-01  Kim F. Storm  <storm@cua.dk>
20110         * ido.el (ido-file-internal): Fall back to non-ido command if
20111         initial directory is on slow ftp (or tramp) host.
20113 2005-03-31  Richard M. Stallman  <rms@gnu.org>
20115         * emacs-lisp/autoload.el (make-autoload):
20116         Handle define-global-minor-mode.
20118         * emacs-lisp/easy-mmode.el (define-global-minor-mode):
20119         Rename from easy-mmode-define-global-mode.
20120         (easy-mmode-define-global-mode): Alias for define-global-minor-mode.
20122         * progmodes/scheme.el (scheme-mode-syntax-table):
20123         Update syntax of | and # for two-character comment syntax.
20125 2005-03-31  Lute Kamstra  <lute@gnu.org>
20127         * emacs-lisp/easy-mmode.el (easy-mmode-define-global-mode)
20128         (define-minor-mode): Call custom-current-group at load-time.
20130         * generic.el (define-generic-mode): Add debug declaration.
20131         Add defcustom for the mode hook.
20132         (generic-mode-internal): Use run-mode-hooks.
20134 2005-03-31  Kim F. Storm  <storm@cua.dk>
20136         * mouse.el (mouse-1-click-follows-link): Increase to 450 ms.
20137         (mouse-fixup-help-message): New defun called by show_help_echo
20138         to fixup mouse-2 prefix in help messages when applicable.
20140         * tooltip.el (tooltip-show-help-function): Don't fixup message here.
20142 2005-03-31  Kenichi Handa  <handa@m17n.org>
20144         * language/thai-word.el (thai-find-word-ends): Pay attention to
20145         the case that we reach the end of buffer.
20147         * textmodes/fill.el (fill-text-properties-at): New function.
20148         (fill-newline): Use fill-text-properties-at instead of
20149         text-properties-at.
20151 2005-03-31  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
20153         * textmodes/tex-mode.el (tex-start-tex) Use shell-quote-argument,
20154         not comint-quote-filename.
20156 2005-03-31  Thien-Thi Nguyen  <ttn@gnu.org>
20158         * help-fns.el (help-with-tutorial): Revert last change.
20160 2005-03-31  Kim F. Storm  <storm@cua.dk>
20162         * emulation/cua-base.el (cua-scroll-down): Add CUA property.
20164 2005-03-30  Paul Eggert  <eggert@cs.ucla.edu>
20166         * calendar/cal-china.el: Update reference to "Calendrical
20167         Calculations" book; there's a new edition.
20168         * calendar/cal-coptic.el: Likewise.
20169         * calendar/cal-french.el: Likewise.
20170         * calendar/cal-hebrew.el: Likewise.
20171         * calendar/cal-islam.el: Likewise.
20172         * calendar/cal-iso.el: Likewise.
20173         * calendar/cal-julian.el: Likewise.
20174         * calendar/cal-mayan.el: Likewise.
20175         * calendar/cal-persia.el: Likewise.
20176         * calendar/calendar.el: Likewise.
20177         * calendar/holidays.el: Likewise.
20178         * calendar/lunar.el: Likewise.
20179         * calendar/solar.el: Likewise.
20181         * calendar/calendar.el (calendar-day-abbrev-array): Remove trailing
20182         white space from doc string.
20184 2005-03-30  Jay Belanger  <belanger@truman.edu>
20186         * calc/calc-help.el (calc-full-help): Remove email address.
20188 2005-03-30  Thien-Thi Nguyen  <ttn@gnu.org>
20190         * help-fns.el (help-with-tutorial): Delete title line.
20192 2005-03-30  Glenn Morris  <gmorris@ast.cam.ac.uk>
20194         * calendar/cal-x.el (calendar-one-frame-setup)
20195         (calendar-only-one-frame-setup, calendar-two-frame-setup): Use t
20196         rather than `symbol' for set-window-dedicated-p.
20198         * calendar/appt.el (appt-buffer-name): Make it a constant.
20199         (appt-add): Doc fix.
20201         * filesets.el (filesets-menu-path, filesets-menu-before)
20202         (filesets-menu-in-menu): Doc fix.  Now valid in GNU Emacs.
20203         (filesets-menu-cache-file): Use directory ~/.emacs.d.
20204         (filesets-add-submenu): Delete and use add-submenu instead.
20206 2005-03-30  Carsten Dominik  <dominik@science.uva.nl>
20208         * org.el (org-agenda-phases-of-moon, org-agenda-sunrise-sunset)
20209         (org-agenda-convert-date, org-agenda-goto-calendar): New commands.
20210         (org-diary-default-entry): New function.
20211         (org-get-entries-from-diary): Better parsing of diary entries.
20212         (org-agenda-check-no-diary): New function.
20213         ("diary-lib"): Advice to function `add-to-diary-list', to allow
20214         linking to diary entries.
20215         (org-agenda-execute-calendar-command): New function.
20216         (org-agenda): Improve visible section in window.
20217         Use `org-fit-agenda-window'.
20218         (org-fit-agenda-window): New option.
20219         (org-move-subtree-down): Better handling of empty lines
20220         at end of subtree.
20221         (org-cycle): Numeric prefix is interpreted now as show-subtree N
20222         levels up.
20223         (org-fontify-done-headline): New option.
20224         (org-headline-done-face): New face.
20225         (org-set-font-lock-defaults): Use `org-headline-done-face'.
20226         (org-table-copy-down): Rename from `org-table-copy-from-above'.
20227         When current field is non-empty, it is copied to next row.
20228         (org-table-copy-from-above): Fix bug which made it
20229         impossible to copy fields containing only a single non-white character.
20231 2005-03-30  Kim F. Storm  <storm@cua.dk>
20233         * kmacro.el (kmacro-end-macro): Isearch may store this command
20234         into the macro -- so ignore it when executing keyboard macro.
20236 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
20238         * tooltip.el (tooltip-gud-display): Use gud-overlay-arrow-position.
20240 2005-03-29  Kenichi Handa  <handa@m17n.org>
20242         * language/thai.el ("Thai"): Set setup-function and exit-function
20243         for Thai language environment.
20245         * language/thai-util.el: Require thai-word.
20246         (thai-word-mode-map): New variable.
20247         (thai-word-mode): New minor mode.
20248         (setup-thai-language-environment-internal): New function.
20249         (exit-thai-language-environment-internal): New function.
20251         * language/thai-word.el (thai-word-table): Declare it by defvar,
20252         use dolist to initialize it.
20253         (thai-kill-word, thai-backward-kill-word, thai-transpose-words)
20254         (thai-fill-find-break-point): New functions.
20256 2005-03-29  Richard M. Stallman  <rms@gnu.org>
20258         * simple.el (idle-update-delay): Move definition up.
20259         (set-mark): Doc fix.
20261 2005-03-29  Chong Yidong  <cyd@stupidchicken.com>
20263         * longlines.el: New file.
20265         * simple.el (buffer-substring-filters): New variable.
20266         (filter-buffer-substring): New function.
20267         (kill-region, copy-region-as-kill): Use it.
20269         * register.el (copy-to-register, append-to-register)
20270         (prepend-to-register): Use filter-buffer-substring.
20272 2005-03-30  Nick Roberts  <nickrob@snap.net.nz>
20274         * progmodes/gud.el (gdb): (Re)-initialize gud-filter-pending-text.
20275         (gud-filter-pending-text): Move in front of gdb.
20276         (gud-overlay-arrow-position): New variable.
20277         (gud-sentinel, gud-display-line): Use it in place of
20278         overlay-arrow-position.
20280 2005-03-29  Glenn Morris  <gmorris@ast.cam.ac.uk>
20282         * progmodes/fortran.el (fortran-if-indent): Doc fix.
20283         (fortran-font-lock-keywords-2): Add "where", "elsewhere".
20284         (fortran-font-lock-keywords-4): New variable.
20285         (fortran-blocks-re, fortran-end-block-re)
20286         (fortran-start-block-re): New constants, for hideshow.
20287         (hs-special-modes-alist): Add a Fortran entry.
20288         (fortran-mode-map): Bind fortran-end-of-block,
20289         fortran-beginning-of-block to \M-\C-n, \M-\C-p.
20290         (fortran-mode): Doc fix.  Add fortran-font-lock-keywords-4.
20291         (fortran-looking-at-if-then, fortran-end-of-block)
20292         (fortran-beginning-of-block): New functions, for hideshow.
20294         * progmodes/f90.el (f90-end-block-re, f90-start-block-re):
20295         Doc fix.  Tweak regexp.
20296         (f90-beginning-of-block): Push mark first.
20298 2005-03-29  Jay Belanger  <belanger@truman.edu>
20300         * calc/calc.el: Update copyright date.
20301         (calc-version): Increase to 2.1.
20302         (calc-version-date): Remove.
20304         * calc/calc-help.el: Update copyright date.
20305         (calc-full-help): Remove reference to calc-version-date.
20306         Update copyright date.
20308 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20310         * vc.el (vc-do-command): Use a pipe for async processes, so password
20311         prompts don't show up at places where the user can't reply.
20313 2005-03-29  Olive Lin  <olive.lin@versateladsl.be>  (tiny change)
20315         * textmodes/tex-mode.el (tex-send-command): shell-quote-argument
20316         on the file name we pass to the inferior shell.
20318 2005-03-29  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
20320         * progmodes/which-func.el (which-function): Be robust in the face of an
20321         imenu--make-index-alist failure.
20323 2005-03-29  Stefan Monnier  <monnier@iro.umontreal.ca>
20325         * reveal.el (reveal-mode-map): Don't override C-a and C-e.
20327         * progmodes/python.el (python-preoutput-filter): Fix last change.
20329 2005-03-29  Lute Kamstra  <lute@gnu.org>
20331         * emacs-lisp/debug.el (debug-on-entry): Handle autoloaded
20332         functions and compiled macros.
20333         (debug-convert-byte-code): Handle macros too.
20334         (debug-on-entry-1): Don't signal an error when trying to clear a
20335         function that is not set to debug on entry.
20337 2005-03-29  Jay Belanger  <belanger@truman.edu>
20339         * calc/calc-lang.el: Add functions to math-function-table
20340         properties of tex and math.
20342 2005-03-29  Kenichi Handa  <handa@m17n.org>
20344         * ps-mule.el (ps-mule-plot-string): Translate characters by
20345         ps-print-translation-table.
20346         (ps-mule-begin-job): Call find-charset-region/string with
20347         ps-print-translation-table.
20348         (ps-mule-printable-p): Return t if CHARSET is ascii or latin-iso8859-1.
20350         * ps-print.el (ps-print-translation-table): New variable.
20351         (ps-plot-region): Translate characters by ps-print-translation-table.
20353 2005-03-29  Juri Linkov  <juri@jurta.org>
20355         * simple.el (next-error-highlight-timer): New variable.
20357         * progmodes/compile.el (compilation-goto-locus):
20358         Use `next-error-highlight-timer' instead of `sit-for'.
20360 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20362         * mail/supercite.el (sc-mail-field): Use assoc-string.
20363         (sc-get-address): Simplify regexps.
20365         * files.el (minibuffer-with-setup-hook): New macro.
20366         (find-file-read-args): Use it to avoid let-binding
20367         minibuffer-with-setup-hook (which breaks turning on/off
20368         file-name-shadow-mode while in the prompt).
20370         * complete.el (PC-read-include-file-name-internal):
20371         Use test-completion.
20373 2005-03-28  Luc Teirlinck  <teirllm@auburn.edu>
20375         * font-lock.el: Bind `font-lock-fontify-block' to M-o M-o.
20377 2005-03-28  Stefan Monnier  <monnier@iro.umontreal.ca>
20379         * window.el (window-buffer-height): Use count-screen-lines.
20381         * progmodes/python.el (python-preoutput-leftover): New var.
20382         (python-preoutput-filter): Use it.
20383         (python-send-receive): Loop until all the result has been received.
20385 2005-03-28  Juri Linkov  <juri@jurta.org>
20387         * dired.el (dired-mode-map): Add ellipsis to "Compare directories".
20389         * menu-bar.el (menu-bar-file-menu): Remove ellipsis from
20390         "Recover Crashed Session".
20391         (menu-bar-search-menu): Add ellipsis to "Search tagged files".
20392         (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files".
20393         (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name".
20394         (menu-bar-goto-menu): Add ellipsis to "Tags Apropos".
20395         (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset".
20396         (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual".
20397         (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual".
20398         (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
20400         * ediff-hook.el (menu-bar-ediff-misc-menu, ediff-misc-menu):
20401         Remove ellipsis from "Ediff Manual", "Customize Ediff", "List
20402         Ediff Sessions", "Toggle use of separate control buffer frame",
20403         "Use separate frame for Ediff control buffer".
20405         * bookmark.el (menu-bar-bookmark-map): Add ellipsis to "Jump to
20406         Bookmark", "Set Bookmark", "Insert Contents", "Insert Location",
20407         "Rename Bookmark", "Delete Bookmark".
20409         * info.el (Info-mode-menu): Remove ellipsis from "Index".
20410         Add ellipsis to "Lookup a String", "Lookup a string in all indices".
20411         Add `:active Info-index-alternatives' to "Next Matching Item".
20413         * wdired.el (wdired-change-to-wdired-mode):
20414         Mention `wdired-abort-changes' key in the initial message.
20416         * international/mule.el (auto-coding-alist): Associate non-ascii
20417         image filename extensions with `no-conversion'.
20419 2005-03-27  Stefan Monnier  <monnier@iro.umontreal.ca>
20421         * international/iso-acc.el:
20422         * obsolete/iso-acc.el: Move iso-acc to the obsolete subdir.
20424 2005-03-26  Luc Teirlinck  <teirllm@auburn.edu>
20426         * textmodes/sgml-mode.el (html-mode): Doc update.
20428         * autorevert.el (auto-revert-check-vc-info): Minor doc fix.
20430 2005-03-26  Dan Nicolaescu  <dann@ics.uci.edu>
20432         * term.el (term-move-columns): Fix face after extending a line.
20433         (term-insert-spaces): Likewise.
20434         (term-reset-terminal): Fix off by one error.
20436 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
20438         * international/mule.el (auto-coding-alist): Add .xpi files.
20440         * files.el (auto-mode-alist): Add .xpi files.
20442 2005-03-26  Jure Cuhalev  <gandalf@owca.info>  (tiny change)
20444         * textmodes/ispell.el (ispell-dictionary-alist-6): Add slovenian.
20446 2005-03-26  Eli Zaretskii  <eliz@gnu.org>
20448         * term/bobcat.el: Don't use keyswap.el, since it is now obsolete.
20450 2005-03-26  Glenn Morris  <gmorris@ast.cam.ac.uk>
20452         * calendar/cal-menu.el (top level): Delete local C-down-mouse-3
20453         binding.  Suggested by Stephan Stahl <stahl@eos.franken.de>.
20455         * calendar/cal-move.el (calendar-beginning-of-year): Move the
20456         cursor to Jan 1 when needed.
20457         (calendar-end-of-year): Fix -/+ typo.
20458         Reported by Chong Yidong <cyd@stupidchicken.com>.
20460 2005-03-26  Stefan Monnier  <monnier@iro.umontreal.ca>
20462         * progmodes/flymake.el (flymake-mode): Add autoload cookie.
20464         * emacs-lisp/debug.el (debugger-record-expression): Add a missing
20465         format to `message'.  Inspired by Deepak Goel <deego@gnufans.org>.
20467 2005-03-25  Richard M. Stallman  <rms@gnu.org>
20469         * filesets.el (filesets-init): Add autoload.
20471         * mail/mailalias.el (mail-directory): Doc fix.
20473 2005-03-25  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
20475         * mail/mailalias.el (mail-directory-process): Do nothing if
20476         mail-directory-process is an atom.
20477         (mail-get-names): Ignore mail-directory-names if it is an atom.
20478         (mail-directory-process defvar): Doc fix.
20479         (mail-names): Doc fix.
20481 2005-03-25  Johan Bockg\e,Ae\e(Brd  <bojohan+mail@dd.chalmers.se>  (tiny change)
20483         * textmodes/flyspell.el (mail-mode-flyspell-verify): Fix regexp syntax.
20485 2005-03-26  Kenichi Handa  <handa@m17n.org>
20487         * international/mule-util.el (detect-coding-with-priority):
20488         Call update-coding-systems-internal before detect-coding-region.
20490 2005-03-26  Nick Roberts  <nickrob@snap.net.nz>
20492         * progmodes/gdb-ui.el (gdb-breakpoints-mode-map)
20493         (gdb-frames-mode-map): Add follow-link property.
20495 2005-03-25  Jay Belanger  <belanger@truman.edu>
20497         * calc/calcalg2.el (calc-solve-for): Use "Variable(s)" to prompt
20498         for variables.
20500 2005-03-25  Juri Linkov  <juri@jurta.org>
20502         * image-mode.el: Optimize image filename extension regexps in
20503         autoload cookies.  Associate .x[bp]m with `image-mode-maybe'
20504         in `auto-mode-alist'.
20505         (image-mode): Add `image-toggle-display-text' to local hook
20506         `change-major-mode-hook'.  Display the image as an image by
20507         default.  Set `cursor-type' and `truncate-lines' if the image
20508         is already displayed.  Take into account the current mode (image
20509         or text) in message.
20510         (image-minor-mode): New minor mode.
20511         (image-mode-maybe, image-toggle-display-text): New functions.
20512         (image-toggle-display): Use called-interactively-p.
20513         Let-bind `inhibit-read-only' to t.
20515         * image-mode.el (image-minor-mode): Set `cursor-type' and
20516         `truncate-lines' if the image is already displayed.  Add turning
20517         image-minor-mode off to `change-major-mode-hook'.  Add message.
20518         Call `image-toggle-display-text' after turning image-minor-mode off.
20520 2005-03-25  Stefan Monnier  <monnier@iro.umontreal.ca>
20522         * international/mule-cmds.el (set-locale-environment): For Mac OS X's
20523         Terminal.app, use utf-8.
20524         (set-display-table-and-terminal-coding-system): Add coding-system arg.
20525         (set-locale-environment): Use it.
20527         * term/xterm.el: Undo last change, better done in mule-cmds.el.
20529         * emacs-lisp/rx.el (rx-constituents): Add symbol-start and symbol-end.
20531         * progmodes/python.el (python-close-block-statement-p)
20532         (python-outdent-p, python-current-defun): Use symbol-end.
20534 2005-03-25  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
20536         * files.el (save-some-buffers): Doc fix.
20538 2005-03-25  Werner Lemberg  <wl@gnu.org>
20540         * complete.el, thumbs.el: Replace `legal' with `valid'.
20541         * calendar/calendar.el: Replace `legal' with `valid'.
20542         * emacs-lisp/advice.el: Replace `legal' with `valid'.
20543         * mail/supercite.el: Replace `legal' with `valid'.
20544         * progmodes/cperl-mode.el, progmodes/idlw-shell.el
20545         * progmodes/idlwave.el, progmodes/vhdl-mode.el:
20546         Replace `legal' with `valid'.
20547         * textmodes/reftex-vars.el, textmodes/reftex.el:
20548         Replace `legal' with `valid'.
20550 2005-03-25  Werner Lemberg  <wl@gnu.org>
20552         * calc/calc-forms.el, calc/calc-sel.el
20553         * midnight.el, vc-cvs.el
20554         * emacs-lisp/cl-macs.el
20555         * emulation/vip.el
20556         * eshell/esh-io.el, eshell/esh-var.el
20557         * mail/supercite.el
20558         * progmodes/ebnf-abn.el, progmodes/ebnf-bnf.el
20559         * progmodes/ebnf-ebx.el, progmodes/ebnf-dtd.el, progmodes/ebnf-iso.el
20560         * progmodes/ebnf-yac.el, progmodes/ebnf2ps.el, progmodes/idlwave.el
20561         * progmodes/sh-script.el, progmodes/xscheme.el
20562         * textmodes/refbib.el, textmodes/refer.el, textmodes/reftex-cite.el
20563         * textmodes/reftex-index.el, textmodes/reftex-parse.el
20564         * textmodes/reftex-ref.el, textmodes/reftex-vars.el
20565         * textmodes/reftex.el, textmodes/org.el:
20566         Replace `illegal' with `invalid'.
20568 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20570         * progmodes/flymake.el (flymake-get-file-name-mode-and-masks)
20571         (flymake-find-buildfile, flymake-find-possible-master-files)
20572         (flymake-check-include, flymake-parse-line): Replace loops over the
20573         length of lists, by loops over lists, to remove silly O(n\e,A2\e(B) behavior.
20575         * progmodes/flymake.el (flymake-ensure-ends-with-slash): Remove.
20576         Substitute file-name-as-directory in the rest of the file.
20577         (flymake-get-common-file-prefix): Rewrite, using compare-strings.
20578         (flymake-replace-region): Remove unused arg `buffer'.
20579         (flymake-check-patch-master-file-buffer): Update calls to it.
20580         (flymake-add-err-info): Remove unused var `count'.
20581         (flymake-mode): Use define-minor-mode.
20583         * progmodes/flymake.el: Use with-current-buffer.
20584         (flymake-float-time, flymake-get-temp-dir, flymake-line-end-position)
20585         flymake-replace-regexp-in-string, flymake-line-beginning-position)
20586         (flymake-popup-menu, flymake-current-row, flymake-selected-frame):
20587         Avoid testing for `xemacs'.
20588         (flymake-nop): Move.
20589         (flymake-region-has-flymake-overlays): Return the computed value.
20590         (flymake-reformat-err-line-patterns-from-compile-el): Use dolist.
20591         Remove unused var `endline'.
20592         (flymake-get-line-count): Remove unused function.
20593         (flymake-display-err-menu-for-current-line): Unused var move-mouse-pos.
20595         * emulation/vi.el:
20596         * generic.el:
20597         * hilit-chg.el (global-highlight-changes):
20598         * hi-lock.el (hi-lock-mode):
20599         * follow.el: find-file-hooks -> find-file-hook.
20601         * comint.el (comint-insert-input): Obey mouse-yank-at-point.
20603 2005-03-24  Juri Linkov  <juri@jurta.org>
20605         * dired.el (dired-mode-map): Add menu item "Compare directories"
20606         for dired-compare-directories.
20608         * dired-aux.el (dired-compare-directories): Add autoload cookie.
20609         Doc fix.  Replace `read-file-name' with `read-directory-name'.
20611 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20613         * term/xterm.el: If running in Terminal.app set coding-system to utf-8.
20615 2005-03-24  Jay Belanger  <belanger@truman.edu>
20617         * calc/calc-embed.el (calc-embedded-mode-change): Save all
20618         relevant mode settings in calc-embedded-original-modes when modes
20619         are permanently changed.
20621 2005-03-24  Stefan Monnier  <monnier@iro.umontreal.ca>
20623         * autoinsert.el: find-file-hooks -> find-file-hook.
20625 2005-03-24  Lute Kamstra  <lute@gnu.org>
20627         * generic.el (generic-font-lock-defaults): Make it obsolete.
20628         (generic-font-lock-keywords): New variable to replace
20629         generic-font-lock-defaults.
20630         (generic-mode-set-font-lock): Delete it.
20631         (generic-mode-internal): Don't call generic-mode-set-font-lock.
20632         (generic-bracket-support): Add docstring.
20634         * generic-x.el: Rename generic-font-lock-defaults to
20635         generic-font-lock-keywords throughout.
20636         (mailagent-rules-setup-function): Delete it.
20637         (mailagent-rules-generic-mode): Use anonymous function instead.
20638         (show-tabs-generic-mode-font-lock-defaults-1)
20639         (show-tabs-generic-mode-font-lock-defaults-2): Make them constants.
20640         Quote faces.
20641         (show-tabs-tab-face, show-tabs-space-face): Specify background,
20642         not foreground.
20644         * emacs-lisp/lisp-mode.el (lisp-imenu-generic-expression):
20645         Recognize define-generic-mode.
20647 2005-03-23  Stefan Monnier  <monnier@iro.umontreal.ca>
20649         * icomplete.el (icomplete-simple-completing-p): Don't turn on icomplete
20650         if there's no completion table.
20652 2005-03-23  Miles Bader  <miles@gnu.org>
20654         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20655         Remove tty-specific variants, as they're no longer needed.
20657 2005-03-23  Lute Kamstra  <lute@gnu.org>
20659         * generic-x.el: Code cleanup: make args constant whenever possible.
20660         (installshield-statement-keyword-list)
20661         (installshield-system-functions-list)
20662         (installshield-system-variables-list, installshield-types-list)
20663         (installshield-funarg-constants-list): Make them constants.
20665         * generic.el (generic-make-keywords-list): Add autoload cookie.
20667         * calendar/time-date.el: Add comment on time value formats.
20668         Don't require parse-time.
20669         (with-decoded-time-value): New macro.
20670         (encode-time-value): New function.
20671         (time-to-seconds, time-less-p, time-subtract, time-add): Use them.
20672         (days-to-time): Return a valid time value when arg is huge.
20673         (time-since): Use time-subtract.
20674         (time-to-number-of-days): Use time-to-seconds.
20676 2005-03-23  David Ponce  <david@dponce.com>
20678         * recentf.el (recentf-keep): New option.
20679         (recentf-menu-action): Default to `find-file'.
20680         (recentf-keep-non-readable-files-flag)
20681         (recentf-keep-non-readable-files-p)
20682         (recentf-file-readable-p, recentf-find-file)
20683         (recentf-cleanup-remote): Remove.
20684         (recentf-include-p): More robust.
20685         (recentf-keep-p): New function.
20686         (recentf-remove-if-non-kept): Rename from
20687         `recentf-remove-if-non-readable'.  Use `recentf-keep-p'.
20688         All callers updated.
20689         (recentf-menu-items-for-commands): Fix help string.
20690         (recentf-track-closed-file): Update.  Doc fix.
20691         (recentf-cleanup): Update.  Count removed files.  Doc fix.
20693 2005-03-23  Kim F. Storm  <storm@cua.dk>
20695         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20696         Don't inherit from fringe face (now happens automatically).
20698 2005-03-22  Kim F. Storm  <storm@cua.dk>
20700         * tooltip.el (tooltip-show-help-function): Ignore negative mouse
20701         position values.
20703 2005-03-22  Stefan Monnier  <monnier@iro.umontreal.ca>
20705         * menu-bar.el (showhide-date-time): Remove.
20706         (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
20707         (menu-bar-make-mm-toggle): Simplify.
20709 2005-03-22  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20711         * progmodes/perl-mode.el (perl-font-lock-keywords-2):
20712         Accept qualified variable and function names.
20714 2005-03-22  Thien-Thi Nguyen  <ttn@gnu.org>
20716         * bindings.el (completion-ignored-extensions):
20717         Remove ".lis" for `vax-vms'.
20719 2005-03-22  Andreas Schwab  <schwab@suse.de>
20721         * generic-x.el: Revert last change.
20722         * ldefs-boot.el: Update.
20724 2005-03-22  Jay Belanger  <belanger@truman.edu>
20726         * calc/calc-embed.el (calc-embedded-original-modes): New variable.
20727         (calc-embedded-save-original-modes)
20728         (calc-embedded-restore-original-modes): New functions.
20729         (calc-do-embedded): Save original modes when entering embedded mode
20730         and restore when leaving embedded mode.
20731         (calc-embedded-modes-change): Change the value of
20732         calc-embedded-original-modes to reflect permanent changes.
20734 2005-03-22  Lute Kamstra  <lute@gnu.org>
20736         * generic-x.el: Require generic again.
20738 2005-03-22  Miles Bader  <miles@gnu.org>
20740         * progmodes/gdb-ui.el (breakpoint-enabled, breakpoint-disabled):
20741         Tweak details to look good on both ttys and bitmap displays, light
20742         or dark background, etc.
20744 2005-03-21  Kim F. Storm  <storm@cua.dk>
20746         * tooltip.el (tooltip-show-help-function): Check car and cdr of
20747         mouse position.
20749 2005-03-21  Stefan Monnier  <monnier@iro.umontreal.ca>
20751         * icomplete.el: Don't forcibly turn on the mode upon load.
20752         (icomplete-mode): Use define-minor-mode.
20753         (icomplete-eoinput): Default to nil.
20754         (icomplete-minibuffer-setup): Remove autoload.
20755         (icomplete-tidy): Simplify.
20756         (icomplete-exhibit): Use buffer-undo-list to determine if we're still
20757         in the initial state or if the user has modified the field.
20758         Fix handling of icomplete-max-delay-chars.
20759         Remove code that handles the oddball case where
20760         minibuffer-completion-table is an integer.
20761         Wrap icomplete-completions in while-no-input in case building
20762         completions takes more time than expected.
20763         (icomplete-completions): Simplify.
20765 2005-03-21  Richard M. Stallman  <rms@gnu.org>
20767         * jka-compr.el (jka-compr-really-do-compress):
20768         Make variable buffer-local.
20770         * image-mode.el: Handle .xpm files too.
20771         (image-toggle-display): Preserve modification flag.
20773         * help.el (where-is): Don't mention aliases with no key bindings.
20775 2005-03-21  Lute Kamstra  <lute@gnu.org>
20777         * generic.el: Fix commentary section.  Don't require cl for
20778         compilation.
20779         (generic-mode-list): Add autoload cookie.
20780         (generic-use-find-file-hook, generic-lines-to-scan)
20781         (generic-find-file-regexp, generic-ignore-files-regexp)
20782         (generic-mode, generic-mode-find-file-hook)
20783         (generic-mode-ini-file-find-file-hook): Fix docstrings.
20784         (define-generic-mode): Make it a defmacro.  Fix docstring.
20785         (generic-mode-internal): Code cleanup.  Add autoload cookie.
20786         (generic-mode-set-comments): Code cleanup.
20787         * generic-x.el: Don't prevent compilation.  Don't require generic.
20788         Follow coding conventions.  Minor code cleanup.
20789         (etc-fstab-generic-mode): Add some keywords.
20790         * font-lock.el (lisp-font-lock-keywords-1): Font lock a call to
20791         define-generic-mode like a function declaration.
20793 2005-03-21  Jay Belanger  <belanger@truman.edu>
20795         * calc/calc-embed.el (calc-do-embedded): Put data on stack before
20796         changing modes.
20798 2005-03-21  Sam Steingold  <sds@gnu.org>
20800         * add-log.el (add-log-current-defun): Support more C DEFUN forms.
20802 2005-03-21  Thien-Thi Nguyen  <ttn@gnu.org>
20804         * progmodes/dcl-mode.el (dcl-font-lock-keywords):
20805         Add underscore to "f$ lexicals" regexp.
20807 2005-03-20  Juri Linkov  <juri@jurta.org>
20809         * subr.el (progress-reporter-do-update): When `min-value' is equal
20810         to `max-value', set `percentage' to 0 and prevent division by zero.
20812 2005-03-20  Michael Albinus  <michael.albinus@gmx.de>
20814         Sync with Tramp 2.0.48.
20816         * net/tramp.el (all): Change all addresses to .gnu.org.
20817         (tramp-append-tramp-buffers): New defun.
20818         (tramp-bug): Apply `tramp-append-tramp-buffers' as post-hook.
20819         Catch `dont-send' signal.
20820         (tramp-set-auto-save-file-modes): Set always permissions, because
20821         there might be an old auto-saved file belonging to another
20822         original file.  This could be a security threat.  Reported by
20823         Kjetil Kjernsmo <kjetil@kjernsmo.net>.
20824         Check for Emacs 21.3.50 removed.
20826         * net/tramp-smb.el (all): Remove debug construct for
20827         `with-parsed-tramp-file-name'.
20828         (tramp-smb-prompt): Prompt can contain spaces inside directory names.
20829         (tramp-smb-handle-delete-directory, tramp-smb-handle-delete-file):
20830         No error message if DIRECTORY or FILENAME doesn't exist.
20831         (tramp-smb-open-connection): Check existence of
20832         `tramp-smb-program'.
20834 2005-03-20  Stefan Monnier  <monnier@iro.umontreal.ca>
20836         * progmodes/perl-mode.el (perl-font-lock-syntactic-face-function):
20837         Properly handle the case where the `m' or `s' command's argument is not
20838         yet terminated.
20839         (perl-indent-new-calculate): New function.
20840         (perl-indent-line): Use it.
20842 2005-03-20  Miles Bader  <miles@gnu.org>
20844         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Use breakpoint faces
20845         in text-mode too.  Change to new face names.
20846         (breakpoint-enabled): Rename from `breakpoint-enabled-bitmap-face'.
20847         Add `:weight bold' attribute.
20848         (breakpoint-disabled): Rename from `breakpoint-disabled-bitmap-face'.
20850 2005-03-19  Juri Linkov  <juri@jurta.org>
20852         * files.el (auto-mode-alist): Add comment.  Optimize jar/ear/war.
20854         * international/mule.el (auto-coding-alist): Sync with
20855         `auto-mode-alist' by adding upper case archive file extensions
20856         and adding ear/war to jar extension.
20858 2005-03-19  David Casperson  <casper@unbc.ca>  (tiny change)
20860         * textmodes/tex-mode.el (tex-view): If tex-shell process is not
20861         running, restart it.
20863 2005-03-19  Yoichi NAKAYAMA  <yoichi@geiin.org>  (tiny changes)
20865         * finder.el (finder-current-item): Throw an error on an empty line.
20867         * man.el (Man-follow-manual-reference): If current-word returns
20868         nil, use "".
20870 2005-03-19  Matt Hodges  <MPHodges@member.fsf.org>
20872         * simple.el (goto-line): Doc fix.
20874 2005-03-19  Aaron Hawley  <Aaron.Hawley@uvm.edu>  (tiny change)
20876         * files.el (save-buffer): Doc fix.
20878 2005-03-19  Michael R. Mauger  <mmaug@yahoo.com>
20880         * recentf.el (recentf-cleanup-remote): New variable.
20881         (recentf-cleanup): Use it to conditionally check availability of
20882         remote files.
20884 2005-03-19  Joe Edmonds  <joe-bugs-debian-org@elem.com>  (tiny change)
20886         * emacs-lisp/lisp-mode.el (lisp-mode-variables): Recognize `@' in
20887         function names.
20889 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20891         * language/thai-word.el: New file.
20893 2005-03-19  JUAN-LEON Lahoz Garcia  <juanleon1@gmail.com>
20895         * files.el (backup-buffer): If the file's directory is not
20896         writable, use copy instead of move to backup the file.
20898 2005-03-19  Eli Zaretskii  <eliz@gnu.org>
20900         * obsolete/keyswap.el: Moved to obsolete/ from term/.
20902 2005-03-19  Vinicius Jose Latorre  <viniciusjl@ig.com.br>
20904         * ps-print.el (ps-generate-string-list, ps-generate-header-line):
20905         Use functionp instead of symbolp and fboundp.  Reported by Drkm
20906         <darkman_spam@yahoo.fr>.
20907         (ps-print-version): New version 6.6.6.
20909 2005-03-18  Tak Ota  <Takaaki.Ota@am.sony.com>
20911         * textmodes/table.el (table--line-column-position): New idiom.
20912         (table--row-column-insertion-point-p): New function to test
20913         validity of row and column insertion operation at a location.
20914         (table-global-menu, table-cell-menu): Use above functions for
20915         deterministic test operation.
20916         (table--editable-cell-p): Behave in deterministic fashion.
20918 2005-03-18  Juri Linkov  <juri@jurta.org>
20920         * isearch.el (isearch-lazy-highlight-new-loop):
20921         Make arguments beg and end optional.
20922         (isearch-update): Remove optional arguments nil from
20923         isearch-lazy-highlight-new-loop.
20924         (isearch-lazy-highlight-search): Let-bind case-fold-search to
20925         isearch-lazy-highlight-case-fold-search instead of
20926         isearch-case-fold-search, and let-bind isearch-regexp to
20927         isearch-lazy-highlight-regexp.
20928         Use isearch-lazy-highlight-last-string instead of isearch-string.
20930         * replace.el (perform-replace): Remove bindings of global
20931         variables isearch-string, isearch-regexp, isearch-case-fold-search.
20932         Add three new arguments to `replace-highlight'.
20933         (replace-highlight): Add arguments string, regexp, case-fold.
20934         Let-bind isearch-string, isearch-regexp, isearch-case-fold-search
20935         to allow isearch-lazy-highlight-new-loop to use these values
20936         to set corresponding isearch-lazy-highlight-* internal
20937         variables whose values lazy highlighting will use regardless of
20938         changes to global variables isearch-string, isearch-regexp,
20939         isearch-case-fold-search during lazy highlighting loop.
20940         (replace-dehighlight): Rename `isearch-lazy-highlight-cleanup'
20941         to `lazy-highlight-cleanup'.
20943         * textmodes/ispell.el (ispell-lazy-highlight): New defcustom.
20944         (ispell-highlight-face): Set default face to `isearch' when
20945         lazy highlighting is enabled.
20946         (ispell-highlight-spelling-error-overlay): Set `ispell-overlay'
20947         priority to 1.  Add lazy highlighting.
20948         (ispell-highlight-spelling-error-xemacs): Remove obsolete arg
20949         from `isearch-dehighlight'.
20951 2005-03-18  David Ponce  <david@dponce.com>
20953         * files.el (hack-local-variables): Do a case-insensitive search
20954         for End.
20956 2005-03-18  Juri Linkov  <juri@jurta.org>
20958         * isearch.el (lazy-highlight-cleanup) <command>: Rename from
20959         `isearch-lazy-highlight-cleanup', add alias to old name and
20960         declare obsolete.  Add release numbers to other obsolete vars.
20961         (isearch-done, isearch-lazy-highlight-new-loop):
20962         Rename `isearch-lazy-highlight-cleanup' to `lazy-highlight-cleanup'.
20963         (lazy-highlight-cleanup) <variable>: Doc fix.
20964         (isearch-lazy-highlight-update): Rename obsolete
20965         `isearch-lazy-highlight-face' to `lazy-highlight-face'.
20967 2005-03-18  Kenichi Handa  <handa@m17n.org>
20969         * language/thai-util.el: Fix categorization of Thai characters in
20970         thai-category-table.
20971         (thai-composition-pattern): Adjust it for the above change.
20972         (thai-self-insert-command, thai-compose-syllable): New functions.
20973         (thai-compose-region): Use thai-compose-syllable.
20974         (thai-compose-string): Likewise.
20975         (thai-composition-function): Likewise.
20976         (thai-auto-composition): New function.
20977         (thai-auto-composition-mode): New minor mode.
20979         * language/thai.el: Fix patterns to be registered in
20980         composition-function-table.
20982         * international/quail.el (quail-input-method): Locally bind
20983         inhibit-modification-hooks to t.
20985 2005-03-17  Richard M. Stallman  <rms@gnu.org>
20987         * progmodes/perl-mode.el (perl-mode-hook): Defvar it.
20988         (perl-mode): Use run-mode-hooks.
20990         * mail/rmail.el (rmail-movemail-program, rmail-pop-password)
20991         (rmail-pop-password-required, rmail-remote-password): Doc fixes.
20992         (rmail-preserve-inbox, rmail-probe, rmail-autodetect): Doc fix.
20994         * mail/sendmail.el (sendmail-send-it): Reenable the code
20995         to compute resend-to-address and use it.
20997         * tar-mode.el (tar-mode): Turn off undo unconditionally.
20999         * image-mode.el: New file.
21001         * image.el (insert-sliced-image): Add autoload cookie.
21003         * font-lock.el (font-lock-lines-before): New user option.
21004         (font-lock-after-change-function): Obey it.
21006         * bindings.el (esc-map): Make M-g a prefix.
21007         Bind M-g g and M-g M-g to goto-line.
21009         * faces.el (face-id): Doc fix.
21011 2005-03-17  Frederik Fouvry  <fouvry@CoLi.Uni-SB.DE>
21013         * mail/rmail.el (rmail-unknown-mail-followup-to): New function.
21014         (rmail-show-message): Use rmail-unknown-mail-followup-to.
21015         (rmail-reply): Recognize Mail-Followup-To and Mail-Reply-To headers.
21017         * mail/sendmail.el (mail-yank-ignored-headers)
21018         (mail-font-lock-keywords, mail-mode-fill-paragraph):
21019         Add Mail-Followup-To and Mail-Reply-To headers.
21020         (mail-citation-hook): Add autoload cookie.
21021         (mail-mode): Doc fix.
21022         (mail-mode-map): Bind mail-mail-followup-to and mail-mail-reply-to.
21023         (mail-send): Compute Mail-Followup-To and Mail-Reply-To headers.
21024         (mail-mode-fill-paragraph): Handle those headers.
21025         (mail-mailing-lists): New variable.
21026         (mail-mail-reply-to, mail-mail-followup-to): New functions.
21028 2005-03-17  Juri Linkov  <juri@jurta.org>
21030         * isearch.el (isearch-fallback): Check for `(car previous)'
21031         before calling `isearch-other-end-state'.
21033 2005-03-17  Kim F. Storm  <storm@cua.dk>
21035         * simple.el (move-beginning-of-line): Move to beginning of buffer
21036         line, as well as beginning of screen line.
21038 2005-03-16  Glenn Morris  <gmorris@ast.cam.ac.uk>
21040         * calendar/diary-lib.el (mark-diary-entries): Use new optional
21041         argument REDRAW rather than calendar-redrawing variable.
21042         * calendar/calendar.el (calendar-redrawing): Delete.
21043         (redraw-calendar): Do not bind calendar-redrawing.
21045 2005-03-16  Matt Hodges  <MPHodges@member.fsf.org>
21047         * calendar/diary-lib.el (diary-redraw-calendar): Preserve point in
21048         diary-file buffer.
21050 2005-03-16  Stefan Monnier  <monnier@iro.umontreal.ca>
21052         * help.el (describe-mode): Allow a :minor-mode-function property to
21053         specify a different minor mode toggle function than the variable.
21054         * simple.el (auto-fill-function):
21055         * subr.el (add-minor-mode): Use it.
21057 2005-03-16  Kenichi Handa  <handa@m17n.org>
21059         * language/ethio-util.el (sera-being-called-by-w3): New variable.
21060         (ethio-sera-to-fidel-ethio): Check also sera-being-called-by-w3.
21061         (ethio-fidel-to-sera-buffer): Likewise.
21063 2005-03-16  Juri Linkov  <juri@jurta.org>
21065         * emacs-lisp/find-func.el (find-function-regexp):
21066         Add defun-emitting macro `menu-bar-make-toggle'.
21068         * isearch.el: Put `isearch-scroll' property to
21069         `split-window-horizontally'.
21071         * info.el: Update error messages for `debug-ignored-errors'.
21072         (Info-isearch-search): Doc fix.
21073         (Info-find-node): Move up code to go into info buffer before
21074         recording the node to the history.
21075         (Info-fontify-node): Fontify titles only if the next line
21076         has two or more `*', `=', `-', `.'.
21077         Display "go to this node" for empty (match-string 3).
21079 2005-03-16  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21081         * term/mac-win.el: Add mouse pointer shape constants.
21083 2005-03-15  Kim F. Storm  <storm@cua.dk>
21085         * simple.el (move-beginning-of-line): Use vertical-motion.
21087 2005-03-15  Juri Linkov  <juri@jurta.org>
21089         * isearch.el (isearch-error): New variable.
21090         (isearch-invalid-regexp, isearch-within-brackets): Remove.
21091         (isearch-error-state): Rename from `isearch-invalid-regexp-state'.
21092         (isearch-within-brackets-state): Remove.
21093         (isearch-case-fold-search-state, isearch-pop-fun-state):
21094         Decrease frame index.
21095         (isearch-mode, isearch-top-state, isearch-push-state)
21096         (isearch-edit-string, isearch-abort, isearch-search-and-update)
21097         (isearch-fallback, isearch-message-prefix, isearch-message-suffix)
21098         (isearch-search, isearch-lazy-highlight-new-loop):
21099         Replace `isearch-invalid-regexp' with `isearch-error'.
21100         Remove `isearch-within-brackets'.
21101         (isearch-search): Add `search-failed' handler to `condition-case'.
21102         (isearch-lazy-highlight-search): Add `condition-case' to catch
21103         errors and allow `isearch-lazy-highlight-update' to try
21104         highlighting from the beginning of the window.
21105         (isearch-repeat): Move up code to set isearch-wrapped to t
21106         before calling isearch-wrap-function.
21108         * info.el (Info-isearch-initial-node): New internal variable.
21109         (Info-search): Signal an error in isearch mode when search leaves
21110         the initial node.  Signal an error when `bound' is non-nil and
21111         nothing was found in the current subfile.
21112         (Info-isearch-search): Remove `condition-case'.
21113         (Info-isearch-wrap): Don't wrap when search failed during leaving
21114         the initial node.  If `Info-isearch-search' is nil, wrap around
21115         the current node.
21116         (Info-isearch-start): New fun.
21117         (Info-mode): Add buffer-local hook `Info-isearch-start' to
21118         `isearch-mode-hook'.
21120 2005-03-15  YAMAMOTO Mitsuharu  <mituharu@math.s.chiba-u.ac.jp>
21122         * simple.el (normal-erase-is-backspace): Set default to t if
21123         running on Mac.
21125         * term/mac-win.el (function-key-map): Sync with x-win.el.
21127 2005-03-15  Kenichi Handa  <handa@m17n.org>
21129         * international/mule-cmds.el (locale-language-names): Modify the
21130         format of elements and add more entries.
21131         (locale-preferred-coding-systems): Add more entries.
21132         (set-locale-environment): Adjust for the change of
21133         locale-language-names.
21135 2005-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
21137         * pcvs.el (smerge-ediff): Remove bogus autoload.
21139 2005-03-14  Lute Kamstra  <lute@gnu.org>
21141         * emacs-lisp/debug.el (debugger-make-xrefs): Docstring fix.
21142         Ignore a `*' at the beginning of a line.
21144         * subr.el (macro-declaration-function): Move to emacs-lisp/byte-run.el.
21145         * emacs-lisp/byte-run.el (macro-declaration-function): Move from
21146         subr.el.
21147         (dont-compile, eval-when-compile, eval-and-compile): Use declare
21148         to specify indentation.
21150         * generic.el (define-generic-mode): Let generic-mode-list be a
21151         list of strings; test membership with equal.
21153 2005-03-14  Kim F. Storm  <storm@cua.dk>
21155         * simple.el (next-line, previous-line): Add optional try-vscroll
21156         arg to recognize interactive use.  Pass it on to line-move.
21157         (line-move): Don't perform auto-window-vscroll when defining or
21158         executing keyboard macro to ensure consistent behavior.
21160 2005-03-13  Stefan Monnier  <monnier@iro.umontreal.ca>
21162         * pcvs-util.el (cvs-string->strings): Strip trailing whitespace.
21164 2005-03-13  Lute Kamstra  <lute@gnu.org>
21166         * emacs-lisp/debug.el (debug): Set debug-on-exit before calling
21167         debugger-setup-buffer so that backtrace marks the frames set to
21168         debug-on-exit and we don't have to do it manually.  Set an extra
21169         debug-on-exit for macro's.
21170         (debugger-setup-buffer): Don't mark the top frame manually.
21172 2005-03-12  Lute Kamstra  <lute@gnu.org>
21174         * emacs-lisp/byte-run.el: Replace lisp-indent-hook with
21175         lisp-indent-function throughout.
21176         (with-no-warnings): Set lisp-indent-function property.
21178 2005-03-12  Thien-Thi Nguyen  <ttn@gnu.org>
21180         * progmodes/dcl-mode.el (dcl-mode-syntax-table):
21181         Add entry for backslash.
21183 2005-03-12  Juri Linkov  <juri@jurta.org>
21185         * info.el (Info-search): Four fixes for backward search.
21187 2005-03-11  Jay Belanger  <belanger@truman.edu>
21189         * calc/calc.el (calc-language-alist): New variable.
21190         * calc/calc-embed.el (calc-embedded-language-alist): Remove.
21191         (calc-embedded-find-modes): Use calc-language-alist instead of
21192         calc-embedded-language-alist.
21194 2005-03-11  Glenn Morris  <gmorris@ast.cam.ac.uk>
21196         * calendar/calendar.el (calendar-redrawing): New internal
21197         variable.
21198         (redraw-calendar): Remove bogus save-excursion from previous
21199         change.  Bind calendar-redrawing to t for mark-diary-entries.
21200         * calendar/diary-lib.el (mark-diary-entries): No need to redraw
21201         calendar if that is why we were called.
21203 2005-03-11  Kenichi Handa  <handa@m17n.org>
21205         * international/mule.el (make-coding-system): Set property
21206         coding-system-define-form to nil.
21207         (define-coding-system-alias): Likewise.
21209 2005-03-11  Kenichi Handa  <handa@m17n.org>
21211         These changes are suggested by Dave Love <fx@gnu.org>.
21213         * textmodes/fill.el: Change encoding to iso-2022-7bit and add
21214         coding: tag.
21215         (adaptive-fill-regexp): Add more bullets.
21216         (fill-french-nobreak-p): Add Latin-1 and Latin-9 guillemets in
21217         regexps.
21219 2005-03-10  Stefan Monnier  <monnier@iro.umontreal.ca>
21221         * help.el (describe-mode): Properly handle non-trivial lighters.
21222         Don't ignore minor modes that are not listed in minor-mode-list.
21224         * tooltip.el (tooltip-mode): Don't complain that you can't turn the
21225         feature ON when the user requests to turn it OFF.
21227 2005-03-10  Lute Kamstra  <lute@gnu.org>
21229         * emacs-lisp/debug.el (debug-entry-code): Delete it.
21230         (implement-debug-on-entry): New function to replace debug-entry-code.
21231         (debug-on-entry-1): Use implement-debug-on-entry.  Delete the
21232         second argument as the 2005-03-07 change makes it obsolete.
21233         (debug-on-entry, cancel-debug-on-entry): Update call to
21234         debug-on-entry-1.
21235         (debug, debugger-setup-buffer): Comment update.
21236         (debugger-frame-number): Update to work with implement-debug-on-entry.
21238 2005-03-10  Jay Belanger  <belanger@truman.edu>
21240         * calc/calc-embed.el (math-ms-args): Declare it.
21241         (calc-embedded-eval-expr, calc-embedded-eval-get-var): Use variable
21242         math-ms-args.
21243         (calc-embedded-subst): Use math-multi-subst-rec to substitute
21244         variables.
21246 2005-03-10  Nick Roberts  <nickrob@snap.net.nz>
21248         * progmodes/gdb-ui.el (gdb-var-create-handler, gdb-get-location):
21249         Use message-box.
21251         * tooltip.el (tooltip-mode): Use define-minor-mode and simplify.
21252         (tooltip-activate-mouse-motions-if-enabled): Use dolist.
21253         (tooltip-gud-tips): Simplify.
21254         (tooltip-gud-tips-p): Remove superfluous :set.
21255         (tooltip-gud-modes): Add fortran-mode.
21256         (gdb-tooltip-print): Remove newline for tooltip-use-echo-area.
21258         * bindings.el (mode-line-mode-menu): Add tooltip-mode to mode-line.
21260 2005-03-09  Kim F. Storm  <storm@cua.dk>
21262         * play/animate.el (animate-place-char): Use forward-line instead
21263         of next-line to improve performance.
21265 2005-03-09  Simon Josefsson  <jas@extundo.com>
21267         * net/browse-url.el (browse-url-default-browser): Doc fix.
21269 2005-03-09  Miles Bader  <miles@gnu.org>
21271         * emacs-lisp/bytecomp.el (byte-compile-variable-ref)
21272         (byte-compile-obsolete): Change " since VER" to " (as of Emacs VER)".
21274 2005-03-09  Kenichi Handa  <handa@m17n.org>
21276         * international/latin-1.el: Set case and syntax for 255 only if
21277         set-case-syntax-set-multibyte is nil.
21279         * textmodes/ispell.el (ispell-insert-word): New function.
21280         (ispell-word): Use ispell-insert-word to insert a new word.
21281         (ispell-process-line): Likewise.
21282         (ispell-complete-word): Likewise.
21284 2005-03-09  Glenn Morris  <gmorris@ast.cam.ac.uk>
21286         * calendar/calendar.el (redraw-calendar): Preserve point.
21287         Reported by Matt Hodges <MPHodges@member.fsf.org>.
21288         (calendar-week-start-day): Move after definition of
21289         redraw-calendar.  Delete buffer test, since redraw-calendar has
21290         that now.
21292         * calendar/diary-lib.el (mark-diary-entries): Only call
21293         redraw-calendar in the first of any recursive calls.
21294         Reported by Alan Shutko <ats@acm.org>.
21296 2005-03-08  Juri Linkov  <juri@jurta.org>
21298         * textmodes/sgml-mode.el (sgml-tag, html-tag-alist)
21299         (html-horizontal-rule, html-line, html-image, html-checkboxes)
21300         (html-radio-buttons): Add a space before the trailing `/>' where
21301         sgml-xml-mode is non-nil.
21302         (sgml-delete-tag): Check if the tag ends with `/>' to not delete
21303         the subsequent tag of the empty XML tag.
21304         (html-href-anchor): Don't set initial input to "http:".
21305         (html-image): Ask for the image URL and set point inside alt="".
21306         (html-name-anchor): Duplicate the name in the `id' attribute when
21307         sgml-xml-mode is non-nil.
21308         (html-paragraph): Remove \n before <p>.
21309         (html-checkboxes, html-radio-buttons): Insert `checked="checked"'
21310         instead of `checked' when sgml-xml-mode is non-nil.
21312         * facemenu.el (list-colors-print): Print #RRGGBB in default face.
21313         Remove 1 space before #RRGGBB to not truncate it on terminal
21314         windows w/o fringes.  Remove 1 space between bg and fg examples
21315         to get more space.
21316         (list-colors-duplicates): Replace `and' with `if' for `boundp' to
21317         avoid byte-compile warnings.
21319         * image-file.el (image-file-handler): Put `safe-magic' property to
21320         `image-file-handler'.
21322         * info.el (Info-isearch-search): Emulate word search in
21323         isearching through multiple Info nodes with Info-search.
21324         (Info-isearch-wrap): Allow isearch-word.
21326 2005-03-08  Lute Kamstra  <lute@gnu.org>
21328         * emacs-lisp/debug.el (debugger-step-through): Make sure that
21329         stepping into the debugger's code is not possible.
21330         (debugger-jumping-flag): Docstring update.
21332 2005-03-08  Jay Belanger  <belanger@truman.edu>
21334         * calc/calc-embed.el (calc-do-embedded): Reset mode line when
21335         embedded mode begins.
21336         (calc-embedded-language-alist): New variable.
21337         (calc-embedded-find-modes): Use calc-embedded-language-alist to
21338         set default language mode.
21340 2005-03-08  Kenichi Handa  <handa@m17n.org>
21342         * international/ccl.el (define-ccl-program): Fix docstring about
21343         extra 256 bytes assured for the output buffer.
21345         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21346         Fix BUFFER_MAGNIFICATION to 2.
21347         (ccl-encode-mule-utf-16be-with-signature): Likewise.
21349 2005-03-07  Karl Chen  <quarl@cs.berkeley.edu>
21351         * align.el (align-rules-list): Added an alignment rule for CSS
21352         declarations (applies to css-mode and html-mode buffers).
21354 2005-03-07  Stefan Monnier  <monnier@iro.umontreal.ca>
21356         * emacs-lisp/debug.el (debug-on-entry-1): Fix handling of macros.
21358 2005-03-07  Kim F. Storm  <storm@cua.dk>
21360         * simple.el (move-beginning-of-line): New command.
21362         * bindings.el (global-map): Bind C-a to move-beginning-of-line.
21364         * reveal.el (reveal-mode-map): Bind C-a to beginning-of-line.
21366         * emulation/cua-base.el: Put CUA move property on move-end-of-line
21367         and move-beginning-of-line.
21369         * apropos.el (apropos-print): Omit command from M-x ... RET.
21371 2005-03-07  Nick Roberts  <nickrob@snap.net.nz>
21373         * progmodes/gdb-ui.el (gdb-var-create-handler): Handle just MI case.
21374         (gdb-send, gdb-send-item): Log items sent from gdb-send too.
21376 2005-03-06  Richard M. Stallman  <rms@gnu.org>
21378         * bindings.el (esc-map): Bind M-g to goto-line.
21380         * facemenu.el (global-map): Bind M-o, not M-g.
21382 2005-03-06  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
21384         * menu-bar.el (menu-bar-file-menu): Add the same :enable to
21385         "Open Directory" as for "Open File".
21387 2005-03-06  Chong Yidong  <cyd@stupidchicken.com>
21389         * simple.el (activate-mark-hook, deactivate-mark-hook): Add defvars.
21390         (push-mark-command): Run activate-mark-hook.
21392 2005-03-06  Richard M. Stallman  <rms@gnu.org>
21394         * help-mode.el (help-mode-finish): Don't alter the element
21395         in view-return-to-alist if there already is one.
21397         * jit-lock.el (jit-lock-stealth-fontify): When calling sit-for,
21398         make sure the current buffer is the expected one.
21400         * novice.el (disabled-command-function): Output in *Disabled Command*.
21401         Explicitly ignore non-keyboard events, and explicitly handle C-g.
21403         * textmodes/flyspell.el (flyspell-large-region):
21404         Pass args differently for aspell.
21406         * files.el (mode-require-final-newline): Doc fix.
21408 2005-03-03  Stephan Stahl  <stahl@eos.franken.de>  (tiny change)
21410         * progmodes/which-func.el (which-function):
21411         Specify NOERROR when calling imenu--make-index-alist.
21413 2005-03-05  Stefan Monnier  <monnier@iro.umontreal.ca>
21415         * simple.el (normal-erase-is-backspace): Define default value.
21417         * custom.el (custom-theme-set-variables): Remove unused var
21418         `immediate'.
21419         (custom-reevaluate-setting): Simple function to handle variables
21420         that are defined before their default value can really be
21421         computed.
21423         * startup.el (command-line): Use it for temporary-file-directory,
21424         small-emporary-file-directory, auto-save-file-name-transforms,
21425         blink-cursor-mode, and normal-erase-is-backspace.
21427         * font-lock.el (font-lock-fontify-keywords-region): Ensure forward
21428         progress, even with buggy anchored keywords.
21430 2005-03-05  Luc Teirlinck  <teirllm@auburn.edu>
21432         * simple.el (goto-line): Remove unbalanced final parenthesis.
21434 2005-03-05  Richard M. Stallman  <rms@gnu.org>
21436         * simple.el (goto-line): Use a number at point as the default.
21437         With C-u as arg, switch buffers.
21439 2005-03-05  Juri Linkov  <juri@jurta.org>
21441         * frame.el (blink-cursor-mode): Replace `emacs-quick-startup'
21442         with `no-blinking-cursor'.
21444         * startup.el (no-blinking-cursor): New defvar.
21445         (command-line): Add `--no-blinking-cursor' to longopts.
21446         Set `no-blinking-cursor' to t for command line arguments
21447         -Q, -nbc, --no-blinking-cursor.  Replace `emacs-quick-startup'
21448         with `no-blinking-cursor' in the condition for calling
21449         `blink-cursor-mode'.
21451 2005-03-04  Luc Teirlinck  <teirllm@auburn.edu>
21453         * menu-bar.el (menu-bar-make-mm-toggle): Doc fix.
21454         (menu-bar-options-save): Add blink-cursor-mode.
21455         (menu-bar-options-menu): Add blink-cursor-mode.
21457 2005-03-04  Ulf Jasper  <ulf.jasper@web.de>
21459         * calendar/icalendar.el (icalendar-version): Increase to 0.11.
21460         (icalendar-export-file, icalendar-export-region)
21461         (icalendar-import-file, icalendar-import-buffer): Add autoload cookies.
21462         (icalendar--convert-ical-to-diary): Fix problem with DURATION.
21464 2005-03-04  Lute Kamstra  <lute@gnu.org>
21466         * emacs-lisp/debug.el (debugger-step-after-exit): Make it a defvar.
21467         (debug-function-list): Ditto.
21469 2005-03-04  Robert J. Chassell  <bob@rattlesnake.com>
21471         * textmodes/texinfmt.el (texinfo-append-refill):
21472         Redefine the types of line to which @refill
21473         is not appended by replacing a search for `@refill\\|@bye' with
21474         `@refill\\|^[ \t]*@'.  The intent is to solve both the `@end
21475         itemize@refill' bug and the unfilled long lines bug.
21476         (texinfmt-version): Update number and date.
21478 2005-03-04  Reiner Steib  <Reiner.Steib@gmx.de>
21480         * international/code-pages.el (windows-1250, windows-125[2-8])
21481         (iso-8859-10, -13, -16, georgian-ps): Add autoload cookies.
21483 2005-03-03  Stefan Monnier  <monnier@iro.umontreal.ca>
21485         * frame.el (blink-cursor-mode): `emacs-quick-startup' may not be
21486         bound yet.
21488 2005-03-02  Romain Francoise  <romain@orebokech.com>
21490         * ibuf-ext.el (ibuffer-filter-disable): Move back to the current
21491         buffer after removing limits.
21492         (ibuffer-pop-filter): Ditto.
21493         Update copyright.
21495 2005-03-02  Miles Bader  <miles@gnu.org>
21497         * button.el (make-text-button): If the user doesn't specify a
21498         type, use the default.  Rewrite to use `add-text-properties' and
21499         plist functions.
21501 2005-03-01  Lute Kamstra  <lute@gnu.org>
21503         * emacs-lisp/debug.el (inhibit-debug-on-entry): Add docstring.
21504         (debugger-jumping-flag): New var.
21505         (debug-entry-code): Use it.
21506         (debugger-jump): Use debugger-jumping-flag and add
21507         debugger-reenable to post-command-hook.
21508         (debugger-reenable): Use debugger-jumping-flag and remove itself
21509         from post-command-hook.
21510         (debug, debug-on-entry, cancel-debug-on-entry): Remove call to
21511         debugger-reenable.
21513 2005-03-01  Robert J. Chassell  <bob@rattlesnake.com>
21515         * textmodes/texinfmt.el (texinfo-no-refill-regexp): Comment out
21516         inclusion of "itemize\\|", which may be unnecessary, is certainly
21517         inelegant, and stops refilling in itemize lists when formatting
21518         Japanese Texinfo files to Info.
21519         Update copyright to 2005.
21521 2005-03-01  Nick Roberts  <nickrob@snap.net.nz>
21523         * progmodes/gdb-ui.el (gdb-get-location): Use a warning instead
21524         of an error if GDB can't find the source file.
21526 2005-03-01  Glenn Morris  <gmorris@ast.cam.ac.uk>
21528         * calendar/calendar.el (redraw-calendar): Work from any buffer,
21529         not just the calendar.
21531         * calendar/diary-lib.el (mark-diary-entries): Remove any old marks
21532         first.
21533         (diary-redraw-calendar): New function.
21534         (make-diary-entry): Add diary-redraw-calendar to local
21535         write-contents-functions.  Turn off selective display before
21536         inserting in diary.
21538 2005-03-01  Kim F. Storm  <storm@cua.dk>
21540         * emacs-lisp/copyright.el (copyright-fix-years): New command.
21542 2005-03-01  Lute Kamstra  <lute@gnu.org>
21544         * emacs-lisp/debug.el (debug-on-entry-1): Reimplement to make sure
21545         that debug-entry-code can be safely removed from a function while
21546         this code is being evaluated.  Revert the 2005-02-27 change as the
21547         new implementation no longer requires it.  Make sure that a
21548         function body containing just a string is not mistaken for a docstring.
21549         (debug): Skip one more frame in case of debug on entry.
21550         (debugger-setup-buffer): Delete one more frame line in case of
21551         debug on entry.
21552         (debugger-frame-number): Update to use the new text introduced by
21553         the 1999-11-03 change.  Skip one more frame in case of debug on entry.
21555 2005-02-28  Kim F. Storm  <storm@cua.dk>
21557         * double.el (double-translate-key): Call force-window-update after
21558         read-event to avoid crash in redisplay.
21560 2005-02-28  Stefan Monnier  <monnier@iro.umontreal.ca>
21562         * emacs-lisp/debug.el (inhibit-debug-on-entry): New var.
21563         (debug): Use it.  Move the inhibit-trace earlier.
21564         (debug-entry-code): New const.
21565         (debug-on-entry-1): Use it.
21567 2005-02-28  Chong Yidong  <cyd@stupidchicken.com>
21569         * international/utf-16.el (ccl-encode-mule-utf-16le):
21570         Fix BUFFER_MAGNIFICATION to 2.
21571         (ccl-encode-mule-utf-16be): Likewise.
21573 2005-02-28  Kenichi Handa  <handa@m17n.org>
21575         * international/utf-16.el (ccl-encode-mule-utf-16le-with-signature):
21576         Fix BUFFER_MAGNIFICATION to 4.
21577         (ccl-encode-mule-utf-16be-with-signature): Likewise.
21579 2005-02-28  Nick Roberts  <nickrob@snap.net.nz>
21581         * speedbar.el (speedbar-update-flag): Doc fix.
21582         (speedbar-show-info-under-mouse): Give set-mouse-position the right
21583         argument.
21585 2005-02-27  Stefan Monnier  <monnier@iro.umontreal.ca>
21587         * reveal.el (reveal-post-command): Don't try to reveal overlays which
21588         have a non-nil `invisible' property but are actually visible.
21590         * progmodes/perl-mode.el (perl-imenu-generic-expression): Add entries
21591         for perldoc sections.
21592         (perl-outline-regexp, perl-outline-level): New var and function.
21593         (perl-mode): Use them.
21595 2005-02-27  Glenn Morris  <gmorris@ast.cam.ac.uk>
21597         * calendar/diary-lib.el (diary-remind): Discard any mark portion
21598         from diary-entry.  Reported by Andrew Kemp <ajwk@pell.uklinux.net>.
21600 2005-02-27  Luc Teirlinck  <teirllm@auburn.edu>
21602         * cus-edit.el: Comment change.
21603         (custom-buffer-create-internal): Slightly reword text at top of
21604         Custom buffers.  Mention there that saving an option edits the
21605         init file.  Add link to Emacs manual node on `custom-file'.
21606         (custom-magic-alist): Rewrite individual State messages to use
21607         capitalized keywords.  Doc fix.
21609 2005-02-27  Matt Hodges  <MPHodges@member.fsf.org>
21611         * calendar/calendar.el (calendar-buffer): Move above
21612         calendar-week-start-day.
21613         (calendar-week-start-day): Doc fix.  Add :set function.
21614         (calendar-minimum-window-height): New variable.
21615         (generate-calendar-window): Only resize window if selected-window
21616         is displaying the calendar buffer.  Use new variable
21617         calendar-minimum-window-height.
21618         (generate-calendar): Reword error message.
21619         (calendar-mode-map): Bind DEL to scroll-other-window-down.
21621 2005-02-27  Andreas Schwab  <schwab@suse.de>
21623         * vc.el (vc-do-command): Don't run command asynchronously when
21624         operating in a remote directory.
21626         * net/tramp.el (tramp-file-name-for-operation): Fix misapplied
21627         change from sync with Tramp 2.0.47.
21629 2005-02-27  Richard M. Stallman  <rms@gnu.org>
21631         * textmodes/ispell.el (ispell-change-dictionary): Doc fix.
21633         * textmodes/flyspell.el (flyspell-mode-on):
21634         Call ispell-change-dictionary only if necessary.
21636         * emacs-lisp/re-builder.el (regexp-builder): New function.
21638         * register.el (describe-register-1): Explicitly handle
21639         yank-excluded-properties = t.
21641         * cus-edit.el (custom-buffer-create-internal): Improve progress msgs.
21642         (custom-magic-alist): Change the status descriptions again.
21643         (face widget-type): Total rewrite based on `restricted-sexp'
21644         to eliminate the confusing double hiding levels.
21646         * emacs-lisp/debug.el (debug-on-entry-1):
21647         If function body is empty, add nil as body form.
21649 2005-02-26  Stefan Monnier  <monnier@iro.umontreal.ca>
21651         * emacs-lisp/trace.el (inhibit-trace): New var.
21652         (trace-make-advice): Use it.
21654         * emacs-lisp/debug.el (debug): Put back the inhibit-trace.
21656 2005-02-26  Kim F. Storm  <storm@cua.dk>
21658         * mouse.el (mouse-1-click-in-non-selected-windows): New defcustom.
21659         (mouse-on-link-p, mouse-drag-region-1): Use it.
21661 2005-02-25  Lute Kamstra  <lute@gnu.org>
21663         * replace.el (query-replace-read-from): Fix 2005-02-19 change.
21665 2005-02-24  Luc Teirlinck  <teirllm@auburn.edu>
21667         * frame.el (blink-cursor-mode): Add :group keyword.
21669 2005-02-24  Ulf Jasper  <ulf.jasper@web.de>
21671         * calendar/icalendar.el (icalendar--decode-isodatetime):
21672         New optional argument DAY-SHIFT.
21673         (icalendar-export-region): Fix coding-system-for-write.
21674         (icalendar--convert-ical-to-diary): Shift end-day of all-day
21675         events by one.
21677 2005-02-24  Stefan Monnier  <monnier@iro.umontreal.ca>
21679         * textmodes/tex-mode.el (tex-font-lock-keywords-3): #n is atomic.
21681 2005-02-24  Kim F. Storm  <storm@cua.dk>
21683         * international/iso-acc.el (iso-accents-compose): Fix crash
21684         during redisplay.  Call force-window-update after read-event
21685         and delete-region to signal that window is not accurate.
21687 2005-02-23  Stefan Monnier  <monnier@iro.umontreal.ca>
21689         * emacs-lisp/debug.el (debug): Hide the buffer if it's not killed.
21690         Remove unused and inexistent var `inhibit-trace'.
21691         (debugger-mode): Use run-mode-hooks.
21692         (debugger-list-functions): Add buttons; setup xref stack.
21694 2005-02-23  Richard M. Stallman  <rms@gnu.org>
21696         * calendar/appt.el (appt-time-msg-list): 3rd elt of each
21697         appointment says it was explicitly made.
21698         (appt-add): Set the 3rd element.
21699         (appt-make-list): Preserve explicit appointments.
21701         * subr.el (find-tag-default): Catch errors in forward-sexp.
21703 2005-02-23  Juri Linkov  <juri@jurta.org>
21705         * info.el (Info-isearch-search): New defcustom.
21706         (Info-isearch-search): Call the default isearch function
21707         when Info-isearch-search is nil.
21708         (Info-isearch-wrap): Use variable Info-isearch-search.
21710 2005-02-22  Luc Teirlinck  <teirllm@auburn.edu>
21712         * cus-edit.el: Comment change.
21714 2005-02-22  Kim F. Storm  <storm@cua.dk>
21716         * progmodes/hideif.el (hide-ifdef-use-define-alist):
21717         Use completing-read.  Suggested by Juan-Leon Lahoz Garcia.
21719 2005-02-22  Simon Josefsson  <jas@extundo.com>
21721         * net/browse-url.el (browse-url-netscape-new-window-is-tab):
21722         New variable.
21723         (browse-url-netscape): Use it.  Suggested by "Johann 'Myrkraverk'
21724         Oskarsson" <myrkraverk@users.sourceforget.net>.
21726 2005-02-22  Kim F. Storm  <storm@cua.dk>
21728         * mouse.el (mouse-on-link-p): If arg POS is a mouse event,
21729         check that window of that event is the selected window.
21730         (mouse-drag-region-1): Compare mouse event window to selected
21731         window before setting point.
21733         * tooltip.el (tooltip-show-help-function): Pass event to
21734         mouse-on-link-p so it can check selected window.
21736 2005-02-22  Kenichi Handa  <handa@m17n.org>
21738         * ps-mule.el (ps-mule-header-string-charsets): Delete it.
21739         (ps-mule-show-warning): New function.
21740         (ps-mule-begin-job): Use ps-mule-show-warning if unprintable
21741         characters are found.
21743         * ps-print.el (ps-header-footer-string): Return a list of header
21744         and footer strings.
21746 2005-02-21  Wolfgang Jenkner  <wjenkner@inode.at>  (tiny change)
21748         * pcvs.el (cvs-retrieve-revision): Fix thinko.
21750 2005-02-21  Stefan Monnier  <monnier@iro.umontreal.ca>
21752         * frame.el (blink-cursor-mode): Use define-minor-mode.
21754         * term/mac-win.el (function-key-map): Use char-names more consistently.
21755         (file-name-coding-system): Only set it for MacOS-9.  The other case is
21756         already handled in mule-cmds.el (where it also works when mac-win.el
21757         is not used).
21759 2005-02-21  Kenichi Handa  <handa@m17n.org>
21761         * international/mule.el (ctext-pre-write-conversion): Always use
21762         " *code-converting-work*" buffer for work.
21764         * textmodes/ispell.el (ispell-dictionary-alist): Fix docstring.
21766 2005-02-20  Thien-Thi Nguyen  <ttn@gnu.org>
21768         * progmodes/scheme.el (scheme-font-lock-keywords-2): Handle named-let.
21770 2005-02-20  Jonathan Yavner  <jyavner@member.fsf.org>
21772         * ses.el (undo-more): Restore defadvice, but only the part that
21773         allows changes outside the restricted area of the buffer.
21775 2005-02-20  Kim F. Storm  <storm@cua.dk>
21777         * simple.el (line-move): Add fourth optional arg try-vscroll which
21778         must be set to perform auto-window-vscroll.
21779         When moving backwards and doing auto-window-vscroll, automatically
21780         vscroll to the last part of lines which are taller than the window.
21781         (next-line, previous-line): Set try-vscroll arg on line-move.
21783 2005-02-19  Dan Nicolaescu  <dann@ics.uci.edu>
21785         * replace.el (query-replace, query-replace-regexp)
21786         (replace-string, replace-regexp): When operating on region, make
21787         the minibuffer prompt say so.
21789         * isearch.el (isearch-forward): Document isearch-query-replace and
21790         isearch-query-replace-regexp keybindings.
21792 2005-02-19  Jay Belanger  <belanger@truman.edu>
21794         * calc/calc-aent.el (math-read-token): Add local variable.
21796         * calc/calc-prog.el (calc-user-define-edit): Add local variable.
21797         (calc-edit-top): Move declaration to earlier in file.
21798         (calc-edit-macro-repeats): Add local variables.
21800         * calc/calcalg2.el: Add differentiation rule for calcFunc-coth.
21801         Adjust differentiation rules for calcFunc-tan, calcFunc-cot,
21802         calcFunc-tanh.
21803         Adjust integration rule for calcFunc-tan.
21805 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21807         * viper-cmd.el (viper-prefix-commands): Make into a defconst.
21808         (viper-exec-buffer-search): Use regexp-quote to quote buffer string.
21809         (viper-minibuffer-setup-sentinel): Make some variables buffer-local.
21810         (viper-skip-separators): Bug fix.
21811         (viper-set-searchstyle-toggling-macros): Allow to unset macros in a
21812         particular major mode.
21813         (viper-del-backward-char-in-replace): Don't put deleted char on the
21814         kill ring.
21816         * viper-ex.el (viper-color-display-p): New function.
21817         (viper-has-face-support-p): Use viper-color-display-p.
21819         * viper-keym.el (viper-gnus-modifier-map): New keymap.
21821         * viper-macs.el (viper-unrecord-kbd-macro): Bug fix.
21823         * viper-util.el (viper-glob-unix-files): Fix shell status check.
21824         (viper-file-remote-p): Make equivalent to file-remote-p.
21826         * viper.el (viper-major-mode-modifier-list):
21827         Use viper-gnus-modifier-map.
21829 2005-02-19  David Kastrup  <dak@gnu.org>
21831         * subr.el (subregexp-context-p): Fix garbled doc string by adding
21832         quoting.
21834 2005-02-19  Jay Belanger  <belanger@truman.edu>
21836         * calc/calc-math.el (calc-arctan, calc-tanh, calc-arctanh):
21837         Remove extra definitions.
21838         (calc-coth): New function.
21839         (calcFunc-cot): Fix `let'.
21841 2005-02-19  Eli Zaretskii  <eliz@gnu.org>
21843         * faces.el (escape-glyph, minibuffer-prompt): Add commentary for
21844         the reasons we use "type pc" in these faces.
21846         * button.el (button): Ditto.
21848 2005-02-19  Michael Mauger  <mmaug@yahoo.com>
21850         * replace.el (query-replace-read-from): Set the value of
21851         query-replace-from-history-variable to handle the case of an empty
21852         string entered to accept the suggested default.
21854         * net/tramp.el (tramp-file-name-for-operation):
21855         Use dired-call-process instead of dired-call-process-command.
21857 2005-02-19  Jay Belanger  <belanger@truman.edu>
21859         * calc/calc-arith.el (math-trig-inverses, math-div-trig)
21860         (math-div-non-trig): New variables.
21861         (math-combine-prod-trig, math-div-new-trig, math-div-new-non-trig)
21862         (math-div-isolate-trig, math-div-isolate-trig-term): New functions.
21863         (math-combine-prod, math-div-symb-fancy): Add simplifications for
21864         trig expressions.
21866 2005-02-19  Nick Roberts  <nickrob@snap.net.nz>
21868         * progmodes/gdb-ui.el (gdb-var-update-handler)
21869         (gdb-speedbar-timer-fn): Ensure speedbar updates with new values
21870         for watch expressions,
21871         (gdb-var-create-handler): Don't set speedbar-update-flag.
21872         (gdb-post-prompt): Simplify test for speedbar.
21874 2005-02-19  Michael Kifer  <kifer@cs.stonybrook.edu>
21876         * ediff.el (ediff-set-diff-overlays-in-one-buffer)
21877         (ediff-set-fine-overlays-in-one-buffer, ediff-goto-word): Make sure
21878         we use the syntax table of the correct buffer.
21879         (ediff-same-file-contents, ediff-same-contents): Enhancements thanks to
21880         Felix Gatzemeier.
21882         * ediff-init.el (ediff-hide-face): Check for definedness of functions.
21883         (ediff-file-remote-p): Make synonymous with file-remote-p.
21884         In all deffaces ediff-*-face-*, use min-colors.
21886         * ediff-mult.el (ediff-meta-mark-equal-files): Make use of
21887         ediff-recurse-to-subdirectories.
21888         (ediff-mark-if-equal): Check that the arguments are strings, use
21889         ediff-same-contents (after to Felix Gatzemeier).
21891         * ediff.el (ediff-merge-on-startup): Don't set buffer-modified-p to
21892         nil.
21894 2005-02-18  Stefan Monnier  <monnier@iro.umontreal.ca>
21896         * log-view.el (log-view-message-re): Fix up Subversion regexp.
21898 2005-02-18  David Kastrup  <dak@gnu.org>
21900         * progmodes/meta-mode.el (meta-mark-active): Fix condition to just
21901         use `mark-active' when defined.
21903 2005-02-18  Kenichi Handa  <handa@m17n.org>
21905         * ps-print.el (ps-font-info-database): New entry
21906         ZapfChancery-MediumItalic with correct font name.  Fix font name
21907         of the entry Zapf-Chancery-MediumItalic.
21909 2005-02-16  Luc Teirlinck  <teirllm@auburn.edu>
21911         * autorevert.el (auto-revert-stop-on-user-input): Further doc fix.
21913 2005-02-16  Kim F. Storm  <storm@cua.dk>
21915         * ido.el (ido-fallback-command): Pass user input to fallback command.
21917 2005-02-16  Nick Roberts  <nickrob@snap.net.nz>
21919         * progmodes/gdb-ui.el (gdb-set-gud-minor-mode-existing-buffers)
21920         (gdb-find-file-hook): Add server prefix.
21922 2005-02-16  Richard M. Stallman  <rms@gnu.org>
21924         * replace.el (perform-replace): Pass new args to replace-highlight.
21925         (replace-highlight): Take region args,
21926         and pass them to isearch-lazy-highlight-new-loop.
21928         * novice.el (disabled-command-hook): Autoload the defalias
21929         and the make-obsolete-variable call.
21931         * menu-bar.el (menu-bar-select-frame): FRAME defaults to selected.
21933         * isearch.el (isearch-lazy-highlight-start-limit)
21934         (isearch-lazy-highlight-end-limit): New variables limit
21935         the region for highlighting.
21936         (isearch-lazy-highlight-new-loop): New args BEG and END.
21937         (isearch-lazy-highlight-search): Use the new vars.
21938         (isearch-lazy-highlight-update): Likewise.
21940         * dired.el (dired-build-subdir-alist): Bind buffer-undo-list to t.
21942         * cus-start.el (all): Use default-boundp.
21944 2005-02-15  David Casperson  <casper@unbc.ca>  (tiny change)
21946         * menu-bar.el (menu-bar-select-frame): Handle current frame.
21948 2005-02-15  Luc Teirlinck  <teirllm@auburn.edu>
21950         * autorevert.el (auto-revert-stop-on-user-input)
21951         (auto-revert-verbose): Doc fixes.
21953 2005-02-15  Benjamin Riefenstahl  <Benjamin.Riefenstahl@epost.de>
21955         * international/mule-cmds.el (set-locale-environment): Remove call
21956         to set-selection-coding-system on Windows.
21958 2005-02-15  Jay Belanger  <belanger@truman.edu>
21960         * calc/calc-alg.el: Add simplification rules for calcFunc-sec,
21961         calcFunc-csc, calcFunc-cot, calcFunc-sech, calcFunc-csch, and
21962         calcFunc-coth.
21963         (math-simplify-sqrt): Add simplifications.
21965         * calc/calc-arith.el (math-real-if-arg-functions): Add functions
21966         to list.
21968         * calc/calc-ext.el: Add functions to autoloads.
21970         * calc/calc-math.el (calc-sec, calc-csc, calc-cot, calc-sech)
21971         (calc-csch, calc-coth, calcFunc-sec, calcFunc-csc, calcFunc-cot)
21972         (calcFunc-sech, calcFunc-csch, calcFunc-coth, math-sec-raw)
21973         (math-csc-raw, math-cot-raw): New functions.
21975         * calc/calc-rules.el (calc-DistribRules, calc-NegateRules): Add rules.
21977         * calc/calc-undo.el (calc-handle-undo): Remove prefix from
21978         the variable name in a message.
21980         * calc/calc-units.el: Add simplification rules for calcFunc-sec,
21981         calcFunc-csc, calcFunc-cot.
21983         * calc/calcalg2.el: Add derivative and integration rules for
21984         calcFunc-sec, calcFunc-csc, calcFunc-cot, calcFunc-sech,
21985         calcFunc-csch, calcFunc-coth.
21986         (math-do-integral-methods): Add to checks for when to use
21987         substitutions.
21989         * calc/calccomp.el (math-eqn-special-funcs): Add functions to list.
21991 2005-02-15  Lute Kamstra  <lute@gnu.org>
21993         * emacs-lisp/lisp-mode.el (lisp-mode-variables):
21994         Add ;;;###autoload to `outline-regexp'.  Suggested by Stefan Monnier
21995         <monnier@iro.umontreal.ca>
21996         (lisp-outline-level): Improve efficiency.  Suggested by David
21997         Kastrup <dak@gnu.org>.
21999 2005-02-15  Nick Roberts  <nickrob@snap.net.nz>
22001         * progmodes/gdb-ui.el (gdb-find-file-unhook): New variable.
22002         (gdb-set-gud-minor-mode, gdb-set-gud-minor-mode-1)
22003         (gdb-set-gud-minor-mode-existing-buffers): New functions.
22004         (gdb-find-file-hook): New hook.  Add it to find-file-hook.
22005         (gdb-info-breakpoints-custom, gdb-source-info): Simplify.
22007 2005-02-14  Luc Teirlinck  <teirllm@auburn.edu>
22009         * cus-start.el (all): Comment change.
22011 2005-02-14  Lute Kamstra  <lute@gnu.org>
22013         * cus-start.el (all): Check if symbol is void.
22015 2005-02-14  Carsten Dominik  <dominik@science.uva.nl>
22017         * textmodes/reftex-cite.el (reftex-do-citation): Cleanup single
22018         optional argument to \cite.
22020 2005-02-14  Richard M. Stallman  <rms@gnu.org>
22022         * cus-edit.el (custom-buffer-create-internal): Update help message.
22023         (custom-magic-alist): Update help messages.
22025         * cus-start.el (all): Allow a var to specify a standard value.
22027 2005-02-12  Luc Teirlinck  <teirllm@auburn.edu>
22029         * custom.el (custom-theme-set-variables): Handle variable aliases.
22031         * frame.el (blink-cursor-timer): Doc fix.
22032         (blink-cursor): Make it an alias for `blink-cursor-mode' and
22033         declare obsolete.
22034         (blink-cursor-mode): Define with defcustom and use correct
22035         standard expression in that defcustom.
22036         * startup.el (command-line): Adapt to above changes in frame.el.
22038 2005-02-11  Lute Kamstra  <lute@gnu.org>
22040         * apropos.el (apropos-score-doc): Prevent division by zero.
22042 2005-02-11  Ulf Jasper  <ulf.jasper@web.de>
22044         * calendar/icalendar.el (icalendar--get-event-property): Doc fix.
22045         (icalendar--get-event-property-attributes)
22046         (icalendar--get-event-properties)
22047         (icalendar--datetime-to-diary-date): New functions.
22048         (icalendar--split-value): Doc fix.
22049         (icalendar--datetime-to-noneuropean-date)
22050         (icalendar--datetime-to-european-date): New optional argument
22051         SEPARATOR.  Return result as a string instead of a list.
22052         (icalendar--get-weekday-number): Check if ABBREVWEEKDAY is nil.
22053         (icalendar--convert-string-for-export): Rename arg S to STRING.
22054         (icalendar-export-region): Doc fix.  Change name of error buffer.
22055         Save output buffer.
22056         (icalendar-import-file): Add blank at end of prompt.
22057         (icalendar-import-buffer): Doc fix.  Do not switch to error
22058         buffer.  Indicate status in return value.
22059         (icalendar--convert-ical-to-diary): Doc fix.  Change name of error
22060         buffer.  Save output buffer.  Handle exception from recurrence
22061         rules (EXDATE, EXRULE).  Handle start- and end-date of recurring
22062         events.  Fix problems with weekly all-day events.
22064 2005-02-10  Richard M. Stallman  <rms@gnu.org>
22066         * simple.el (eval-expression-print-format):
22067         Avoid warning about edebug-active.
22069         * help.el (help-for-help-internal): Rename from help-for-help.
22070         (help-for-help): Define with defalias.
22072         * font-core.el (font-lock-default-function): Use with-no-warnings.
22074         * cus-edit.el (custom-buffer-create-internal): Improve help-echo.
22076         * custom.el (defface): Doc fix.
22078 2005-02-10  Nick Roberts  <nickrob@snap.net.nz>
22080         * progmodes/gdb-ui.el (gdb-ann3): Re-instate GDB command "set
22081         width 0" to prevent word wrapping problems.
22083 2005-02-09  Kim F. Storm  <storm@cua.dk>
22085         * ido.el (ido-file-extensions-order): New defcustom.
22086         (ido-file-extension-lessp, ido-file-extension-aux)
22087         (ido-file-extension-order): New advanced file ordering.
22088         (ido-file-lessp): New simple file ordering.
22089         (ido-sort-list): Remove.
22090         (ido-make-file-list): Use ido-file-lessp or ido-file-extension-lessp.
22091         (ido-make-dir-list, ido-completion-help): Use ido-file-lessp.
22093 2005-02-08  Dan Nicolaescu  <dann@ics.uci.edu>
22095         * progmodes/grep.el (grep-regexp-alist): Match an optional ^[[K
22096         that some versions of grep produce.
22097         (grep-mode-font-lock-keywords): Likewise.
22099 2005-02-09  Nick Roberts  <nickrob@snap.net.nz>
22101         * progmodes/gdb-ui.el (gdb-location-list): New variable.
22102         (gdb-cdir): Delete.
22103         (gdb-info-breakpoints-custom, gdb-goto-breakpoint)
22104         (gdb-source-info): Treat case when source file is in another
22105         directory properly.
22106         (gdb-get-location): New function.
22108 2005-02-07  Jay Belanger  <belanger@truman.edu>
22110         * calc/calc-prog.el (calc-write-parse-table-part)
22111         (calc-fix-token-name): Fix a check for language type.
22113         * calc/calccomp.el (math-compose-expr): Fix a check for language type.
22115 2005-02-07  Andre Spiegel  <spiegel@gnu.org>
22117         * vc-hooks.el (vc-make-version-backup): Ignore file-errors such
22118         as directory not writable.
22120 2005-02-07  Kim F. Storm  <storm@cua.dk>
22122         * emulation/cua-base.el (cua-max-undo, cua-undo): Remove.
22123         (cua--standard-movement-commands): Remove list.
22124         Instead, set CUA property value to move for movement commands.
22125         (cua-movement-commands): Remove.  Users must set CUA prop instead.
22126         (cua--pre-command-handler): Check CUA property.
22127         (cua--init-keymaps): Don't remap undo commands.
22128         (cua-mode): Don't call cua--rectangle-on-off.
22130         * emulation/cua-rect.el (cua--undo-list, cua--tidy-undo-counter)
22131         (cua--rect-undo, cua--tidy-undo-lists, cua--rectangle-on-off): Remove.
22132         (cua--rect-undo-set-point): New var.
22133         (cua--rectangle-undo-boundary): Setup undo apply entry.
22134         (cua--rect-undo-handler): New function for rectangle undo.
22135         (cua--rect-start-position, cua--rect-end-position): Add.
22136         (cua--rectangle-post-command): Call cua--rectangle-set-corners
22137         for restored rectangle.  Set point if cua--rect-undo-set-point.
22139 2005-02-06  Jay Belanger  <belanger@truman.edu>
22141         * calc/calc-lang.el (calc-tex-language): Display more information
22142         in messages.
22144         * calc/calccomp.el (math-compose-expr): Allow multiline matrices
22145         in TeX mode.
22147 2005-02-06  Richard M. Stallman  <rms@gnu.org>
22149         * emacs-lisp/lisp.el (buffer-end): Doc fix.
22151 2005-02-05  Arne_J\e,Ax\e(Brgensen  <arne@arnested.dk>  (tiny change)
22153         * net/ldap.el (ldap-search-internal): Support attributes with
22154         optional descriptions separated by a semi-colon, as in
22155         "userCertificate;binary".
22157 2005-02-05  Jan Dj\e,Ad\e(Brv  <jan.h.d@swipnet.se>
22159         * x-dnd.el (x-dnd-handle-xdnd): Handle the case where the flags
22160         isn't a cons (i.e. the version is 0).
22162 2005-02-05  Eli Zaretskii  <eliz@gnu.org>
22164         * help.el (help-for-help): Doc fix.
22166 2005-02-05  Nick Roberts  <nickrob@snap.net.nz>
22168         * progmodes/gdb-ui.el: Update copyright.  Put GDB-Frames before
22169         GDB-Windows on the menu-bar as this works better.
22171 2005-02-04  Jay Belanger  <belanger@truman.edu>
22173         * calc/calc-embed.el (calc-embedded-update): Don't put in
22174         unnecessary newlines.  Adjust the end of formula marker.
22176         * calc/calc-lang.el (math-latex-parse-frac): Don't use arguments.
22177         (math-latex-parse-two-args): New function.
22179 2005-02-03  Lute Kamstra  <lute@gnu.org>
22181         * help-fns.el (help-with-tutorial): Make sure that users cannot
22182         remove the entire text of the tutorial by means of `undo'.
22184 2005-02-03  Stefan Monnier  <monnier@iro.umontreal.ca>
22186         * textmodes/ispell.el (ispell-internal-change-dictionary): Fix problem
22187         in recent changes, where the ispell process was repeatedly
22188         killed & restarted.
22190         * international/mule-cmds.el (set-locale-environment): Set file-name
22191         coding system to utf-8 on Darwin systems.
22192         (set-default-coding-systems): Don't set default-file-name-coding-system
22193         on Darwin systems.
22195 2005-02-03  Richard M. Stallman  <rms@gnu.org>
22197         * hi-lock.el (hi-lock-mode): Turning on Hi-Lock turns on Font-Lock.
22199 2005-02-03  Matt Hodges  <MPHodges@member.fsf.org>
22201         * faces.el (list-faces-display): Add optional argument.
22203 2005-02-02  Stefan Monnier  <monnier@iro.umontreal.ca>
22205         * font-core.el (font-lock-default-function): Handle the rare case where
22206         only font-lock-keywords is set.
22208 2005-02-02  Kenichi Handa  <handa@m17n.org>
22210         * international/characters.el: Cancel previous change for
22211         I-WITH-DOT-ABOVE and DOTLESS-i.
22213         * international/latin-5.el: Cancel previous change.
22215 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
22217         * progmodes/gud.el: Correction to syntax in gud-menu-map.
22219 2005-02-02  Kenichi Handa  <handa@m17n.org>
22221         * international/latin-5.el (tbl): Setup cases of I-WITH-DOT-ABOVE,
22222         DOTLESS-i.
22224         * international/characters.el: Setup cases of GREEK-FINAL-SIGMA,
22225         Y-WITH-DIAERESIS, I-WITH-DOT-ABOVE, DOTLESS-i.
22227         * case-table.el (get-upcase-table): New function.
22228         (copy-case-table): Copy upcaes table too if non-nil.
22229         (set-case-syntax-delims): Maintain upcase table too.
22230         (set-case-syntax-pair): Likewise.
22231         (set-upcase-syntax, set-downcase-syntax): New functions.
22232         (set-case-syntax): Maintain upcase table too.
22234 2005-02-02  Nick Roberts  <nickrob@snap.net.nz>
22236         * progmodes/gdb-ui.el (gdb-goto-info): Delete.
22238         * progmodes/gud.el (gud-goto-info): New function.
22239         (gud-tool-bar-map): Use correct icon.
22241 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
22243         * emacs-lisp/lisp-mode.el (lisp-indent-function): Fix bug:
22244         When delegating, order args in the funcall correctly.
22246 2005-02-01  Thien-Thi Nguyen  <ttn@gnu.org>
22248         * emacs-lisp/lisp-mode.el (lisp-indent-function): Doc fix.
22250 2005-02-01  Carsten Dominik  <dominik@science.uva.nl>
22252         * textmodes/reftex.el (reftex-access-scan-info): Error out in a
22253         buffer not visiting a file.
22255 2005-01-31  Jay Belanger  <belanger@truman.edu>
22257         * calc/calc-embed.el (calc-embedded-find-bounds): Set the formula
22258         bound on the line with the formula.
22260 2005-01-31  Kim F. Storm  <storm@cua.dk>
22262         * ses.el (ses-create-cell-variable-range)
22263         (ses-destroy-cell-variable-range, ses-reset-header-string)
22264         (ses-set-with-undo, ses-unset-with-undo, ses-aset-with-undo)
22265         (ses-insert-row): Fix format of apply undo entries.
22267 2005-01-31  Jay Belanger  <belanger@truman.edu>
22269         * calc/calc-aent.el (math-read-token): Separate the TeX and LaTeX
22270         parts.
22272         * calc/calc-embed.el (calc-embedded-open-formula)
22273         (calc-embedded-close-formula): Ignore matrix environments.
22275         * calc/calc-ext.el (math-read-big-expr): Make LaTeX the default
22276         TeX mode.
22278         * calc/calc-lang.el (math-function-table, math-oper-table)
22279         (math-variable-table): Adjust the LaTeX portions.
22281         * calc/calc.el (math-tex-ignore-words): Remove LaTeX portion.
22282         (math-latex-ignore-words): New constant.
22284 2005-01-31  Richard M. Stallman  <rms@gnu.org>
22286         * textmodes/ispell.el (ispell-local-dictionary-overridden): New var.
22287         (ispell-local-dictionary): Doc fix.
22288         (ispell-dictionary-alist): Don't include ispell-local-dictionary-alist.
22289         Don't reinitialize at run time.  Don't defcustom.
22290         All uses changed to append ispell-local-dictionary-alist,
22291         or check it first.
22292         (ispell-current-dictionary): New variable for dictionary in use.
22293         (ispell-dictionary): Now used only for global default.
22294         (ispell-start-process): Set ispell-current-dictionary,
22295         not ispell-dictionary.
22296         (ispell-change-dictionary): Use this only for setting
22297         user preferences.
22298         (ispell-internal-change-dictionary): New function
22299         to change the current dictionary in use.
22300         (ispell-region, ispell-process-line, ispell-buffer-local-dict):
22301         Use ispell-current-dictionary.
22302         Handle ispell-local-dictionary-overridden.
22303         (ispell-buffer-local-dict): Call ispell-internal-change-dictionary.
22305 2005-01-31  Jay Belanger  <belanger@truman.edu>
22307         * calc/calc-aent.el (math-read-token): Add support for LaTeX.
22309         * calc/calc-ext.el: Add calc-latex-language to autoloads.
22310         (calc-mode-map): Add calc-latex-language.
22312         * calc/calc-lang.el (calc-latex-language, math-latex-parse-frac)
22313         (math-latex-print-frac): New functions.
22314         (math-oper-table, math-function-table, math-variable-table)
22315         (math-complex-format, math-input-filter): Add latex properties.
22316         (calc-set-language): Set math-expr-special-function-mapping.
22318         * calc/calc-prog.el (calc-edit-user-syntax, calc-fix-token-name)
22319         (calc-write-parse-table-part): Add LaTeX support.
22321         * calc/calc.el (calc-language): Adjust docstring.
22322         (calc-set-mode-line): Add LaTeX support.
22323         (math-expr-special-function-mapping): New variable.
22324         (math-tex-ignore-words): Add to list.
22326         * calc/calccomp.el (math-compose-expr, math-compose-rows):
22327         Add LaTeX support.
22328         (math-compose-expr): Add support for special functions.
22330         * calc/calc-help.el (calc-d-prefix-help): Add LaTeX.
22332 2005-01-31  Nick Roberts  <nickrob@snap.net.nz>
22334         * progmodes/gdb-ui.el (gdb-memory-address)
22335         (gdb-memory-repeat-count, gdb-memory-format, gdb-memory-unit)
22336         (gdb-memory-mode-map, gdb-memory-format-keymap)
22337         (gdb-memory-format-menu, gdb-memory-unit-keymap)
22338         (gdb-memory-unit-menu): New variables for a buffer
22339         that lets the user examine program memory.
22340         (gdb-memory-set-address, gdb-memory-set-repeat-count)
22341         (gdb-memory-format-binary, gdb-memory-format-octal)
22342         (gdb-memory-format-unsigned, gdb-memory-format-signed)
22343         (gdb-memory-format-hexadecimal, gdb-memory-format-menu)
22344         (gdb-memory-format-menu-1, gdb-memory-unit-giant)
22345         (gdb-memory-unit-word, gdb-memory-unit-halfword)
22346         (gdb-memory-unit-byte, gdb-memory-unit-menu)
22347         (gdb-memory-unit-menu-1, gdb-make-header-line-mouse-map)
22348         (gdb-memory-mode, gdb-memory-buffer-name)
22349         (gdb-display-memory-buffer, gdb-frame-memory-buffer):
22350         New functions for above buffer.
22352 2005-01-30  Richard M. Stallman  <rms@gnu.org>
22354         * cus-edit.el (custom-bury-buffer): Function deleted.
22355         (custom-buffer-done-function): Option deleted.
22356         (custom-buffer-done-kill): New replacement option.
22357         (Custom-buffer-done): Call quit-window.
22358         (custom-buffer-create-internal): Update for above changes.
22360 2005-01-29  Luc Teirlinck  <teirllm@auburn.edu>
22362         * simple.el (undo-ask-before-discard): New var.
22363         (undo-outer-limit-truncate): Implement it.
22364         (undo-extra-outer-limit): Doc update.
22366 2005-01-29  Richard M. Stallman  <rms@gnu.org>
22368         * ses.el (undo-more): Delete defadvice.
22369         (ses-begin-change): Doc fix.
22371         * dired.el (dired-mode-map): Remap `undo' and `advertised-undo'
22372         instead of rebinding C-x u and C-_.
22374         * files.el (normal-backup-enable-predicate): Return nil for files
22375         in /tmp, regardless of temporary-file-directory.
22377         * man.el (Man-getpage-in-background): Disable undo in Man buffer.
22379         * rect.el (delete-rectangle-line, delete-extract-rectangle-line)
22380         (open-rectangle, delete-whitespace-rectangle-line)
22381         (clear-rectangle-line): If FILL, pass t instead of FILL
22382         for move-to-column's 2nd arg.
22384         * simple.el (undo): Fix the test for continuing a series of undos.
22385         (undo-more): Set pending-undo-list to t when we reach end.
22386         (pending-undo-list): Move up defvar.
22388         * wid-edit.el (widget-button-click):
22389         Shorten the range of the track-mouse binding.
22391         * comint.el (comint-insert-input): Undo previous changes;
22392         use last-input-event in interactive spec.
22394 2005-01-29  Eli Zaretskii  <eliz@gnu.org>
22396         * progmodes/compile.el (compilation-start): Bind buffer-read-only
22397         to nil before invoking call-process.  Reset buffer's modified flag
22398         after fontifying it in the no-async branch.
22400         * wid-edit.el (widget-specify-button): If mouse pointer shape
22401         cannot be changed, use mouse face instead.
22403 2005-01-29  Nick Roberts  <nickrob@snap.net.nz>
22405         * progmodes/gdb-ui.el (gdb-info-breakpoints-custom)
22406         (gdb-goto-breakpoint): Make breakpoint handling work on template
22407         functions in C++.  Reported by Martin Reed <mjreed@essex.ac.uk>
22408         (gdb-assembler-custom): Update to recognize breakpoint information
22409         added on 2005-01-19.
22411 2005-01-28  Stefan Monnier  <monnier@iro.umontreal.ca>
22413         * progmodes/scheme.el (scheme-mode-variables): Set comment-add.
22414         (dsssl-mode): Use define-derived-mode.
22415         (scheme-mode-initialize): Remove.
22416         (scheme-mode): Use run-mode-hooks.
22418         * cus-edit.el (customize-group-other-window)
22419         (custom-buffer-create-other-window): Don't override special-display-*.
22420         (custom-mode-map): Make it dense.
22422         * emacs-lisp/lisp-mode.el (eval-defun-1): Make sure `defvar' always
22423         sets the default value.
22425 2005-01-28  Eli Zaretskii  <eliz@gnu.org>
22427         * descr-text.el: Add more keywords.
22429 2005-01-27  Stefan Monnier  <monnier@iro.umontreal.ca>
22431         * speedbar.el: Avoid unnecessary use of locate-library.
22433         * international/mule-cmds.el (standard-display-european-internal):
22434         Don't fiddle with latin-1 non-break space any more since it's now
22435         special cased in the C code.
22436         Don't "do&undo" setting for 160 (especially, don't undo incorrectly).
22438 2005-01-26  Luc Teirlinck  <teirllm@auburn.edu>
22440         * cus-start.el (all): Add `undo-outer-limit'.
22442 2005-01-25  Roland Winkler  <Roland.Winkler@physik.uni-erlangen.de>
22444         * textmodes/bibtex.el (bibtex-format-entry):
22445         Use `bibtex-empty-field-re' only on the text of fields, not on entire
22446         field lines.
22447         (bibtex-autofill-entry): Use `bibtex-empty-field-re' on a string,
22448         not on part of a buffer.
22450 2005-01-25  Lute Kamstra  <lute@gnu.org>
22452         * textmodes/bibtex.el (bibtex-empty-field-re): Don't match
22453         nonempty field text strings like "{letters\\macro{}more letters}".
22454         Clarify docstring.
22455         (bibtex-sort-entry-class, bibtex-autokey-titleword-ignore)
22456         (bibtex-entry-offset, bibtex-parse-association)
22457         (bibtex-parse-field-name): Fix typos in docstrings.
22458         (bibtex-field-list, bibtex-find-crossref): Fix typos in error messages.
22460 2005-01-24  Carsten Dominik  <dominik@science.uva.nl>
22462         * textmodes/reftex-global.el (reftex-isearch-push-state-function)
22463         (reftex-isearch-pop-state-function, reftex-isearch-isearch-search)
22464         (reftex-isearch-switch-to-next-file, reftex-isearch-turn-off)
22465         (reftex-isearch-turn-on, reftex-isearch-minor-mode): New functions.
22467         * textmodes/reftex.el (reftex-mode-menu): Add entry for reftex
22468         isearch minor mode.
22470 2005-01-24  Luc Teirlinck  <teirllm@auburn.edu>
22472         * help-at-pt.el (help-at-pt-display-when-idle): Add autoload cookie.
22474 2005-01-24  Lute Kamstra  <lute@gnu.org>
22476         * textmodes/ispell.el (ispell-dictionary-alist-4): Rewrite the
22477         CASECHARS and NOT-CASECHARS regular expressions of the
22478         "nederlands" and "nederlands8" dictionaries to prevent a "Range
22479         striding over charsets" error.
22481 2005-01-24  Jay Belanger  <belanger@truman.edu>
22483         * calc/calc-store.el (calc-declare-variable): Use calc-var-name to
22484         display variable name.
22486 2005-01-24  Kenichi Handa  <handa@m17n.org>
22488         * international/encoded-kb.el (encoded-kbd-iso2022-single-shift):
22489         Fix setting of the element of encoded-kbd-iso2022-invocations.
22491 2005-01-24  Nick Roberts  <nickrob@snap.net.nz>
22493         * progmodes/gdb-ui.el (gdb-goto-breakpoint, gdb-frames-select)
22494         (gdb-threads-select): Change to also accept mouse events.
22495         (gdb-mouse-goto-breakpoint, gdb-frames-mouse-select)
22496         (gdb-threads-mouse-select): Delete.
22498 2005-01-23  Luc Teirlinck  <teirllm@auburn.edu>
22500         * files.el (insert-directory): Take care of empty directory,
22501         listed without -a switch.
22503 2005-01-23  Stefan Monnier  <monnier@iro.umontreal.ca>
22505         * textmodes/refill.el (refill-post-command-function):
22506         Add `indent-new-comment-line' and `reindent-then-newline-and-indent'
22507         to the list of functions that we should be careful not to undo.
22508         (refill-late-fill-paragraph-function): Remove.
22509         (refill-saved-state): New var.
22510         (refill-mode): Use it to save fill-paragraph-function.
22511         Save also the value of auto-fill-function.
22513         * term/w32-win.el: Simplify code.
22515 2005-01-23  Kim F. Storm  <storm@cua.dk>
22517         * simple.el (line-move): Adapt to new return value from
22518         pos-visible-in-window-p.
22520         * simple.el (line-move): Fix last change.  Check partial
22521         visibility at point rather than at window-start.
22523 2005-01-22  Jason Rumney  <jasonr@gnu.org>
22525         * term/w32-win.el (xw-defined-colors): Remove debug-message.
22527 2005-01-22  David Kastrup  <dak@gnu.org>
22529         * progmodes/grep.el: Add alias `find-grep' for `grep-find'.
22531 2005-01-22  Eli Zaretskii  <eliz@gnu.org>
22533         * type-break.el (type-break-mode): Add a test for
22534         type-break-file-name being non-nil.
22536 2005-01-22  Toby Allsopp  <Toby.Allsopp@navman.com>  (tiny change)
22538         * net/eudc.el (top level): Call (message "") via progn, so that
22539         eudc-options-file is loaded.
22541 2005-01-22  Kim F. Storm  <storm@cua.dk>
22543         * simple.el (line-move-1): Rename from line-move.
22544         (line-move): New function that adjusts vscroll for partially
22545         visible rows, and calls line-move-1 otherwise.
22547 2005-01-21  Ren\e,Ai\e(B Kyllingstad  <listmailxemacs@kyllingstad.com>
22549         * pcomplete.el: Define pcomplete-read-event instead of read-event,
22550         since it's not a complete read-event implementation
22552 2005-01-20  Jay Belanger  <belanger@truman.edu>
22554         * calc/calc-ext.el (calc-fancy-prefix-other-key): Set prefix arg
22555         for called function.
22557 2005-01-20  Steven Tamm  <steventamm@mac.com>
22559         * term/mac-win.el (process-connection-type): Remove.
22560         Controlled now by s/darwin.h:PTY_ITERATION.
22562 2005-01-20  Stefan Monnier  <monnier@iro.umontreal.ca>
22564         * window.el (handle-select-window): Don't switch window when we're
22565         in the minibuffer.
22567 2005-01-10  Paul Pogonyshev  <pogonyshev@gmx.net>
22569         * subr.el (dotimes-with-progress-reporter): New macro.
22571         * ses.el (ses-dotimes-msg): Remove macro.
22572         Use `dotimes-with-progress-reporter' instead.
22574 2005-01-19  Steven Tamm  <steventamm@mac.com>
22576         * term/mac-win.el (process-connection-type): Use new
22577         operating-system-release variable to use ptys on Darwin 7 (OS X
22578         10.3) when using carbon build.
22580 2005-01-19  Jay Belanger  <belanger@truman.edu>
22582         * calc/calc-ext.el (calc-fancy-prefix-other-key): Don't clear
22583         flags if the last command was a tab or M-tab.
22585         * calc/calc-prog.el (calc-user-define-edit): Put original formula
22586         in formula editing buffer.
22588 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22590         * progmodes/gdb-ui.el (gdb-put-breakpoint-icon): Add help-echo for
22591         breakpoint image symbol in margin.
22593 2005-01-19  Jay Belanger  <belanger@truman.edu>
22595         * calc/calc-prog.el (calc-execute-kbd-macro):
22596         Ignore calc-keep-arg-flag.
22598 2005-01-19  Kenichi Handa  <handa@m17n.org>
22600         * textmodes/ispell.el (ispell-looking-at): New function.
22601         (ispell-process-line): Use ispell-looking-at to compare the ispell
22602         output and the buffer contents.
22604 2005-01-18  Jay Belanger  <belanger@truman.edu>
22606         * calc/calc.el (calc-display-raw): Fix docstring.
22608 2005-01-18  Stefan Monnier  <monnier@iro.umontreal.ca>
22610         * simple.el (blink-matching-open): Strip extra info from syntax.
22612         * progmodes/sh-script.el (sh-here-doc-open-re): Don't allow | or other
22613         funny chars in the end-of-here-doc marker.
22615 2005-01-19  Nick Roberts  <nickrob@snap.net.nz>
22617         * progmodes/gdb-ui.el (gdb-put-string): Copy/create strings so
22618         that enable/disabled state of breakpoints is shown correctly in
22619         fringe and on ttys.
22620         (gdb-put-breakpoint-icon, gdb-info-breakpoints-custom):
22621         Add breakpoint information as text properties.
22622         (gdb-mouse-toggle-breakpoint):
22623         Rename to gdb-mouse-set-clear-breakpoint.
22624         (gdb-mouse-toggle-breakpoint): New function.  Enable/disable
22625         breakpoints in the margin.
22626         (gdb-remove-strings): Simplify.
22628 2005-01-17  Jay Belanger  <belanger@truman.edu>
22630         * calc/calc-yank.el (calc-edit-mode): Inhibit read-only when
22631         erasing buffer.
22633 2005-01-17  Richard M. Stallman  <rms@gnu.org>
22635         * progmodes/grep.el (grep-find): Copy from `grep' the condition
22636         for calling grep-compute-defaults.
22638         * play/decipher.el (decipher-mode): Don't call decipher-read-alphabet
22639         if buffer is empty.
22641         * emacs-lisp/lisp.el (backward-kill-sexp, kill-sexp): Doc fixes.
22643 2005-01-17  Stefan Monnier  <monnier@iro.umontreal.ca>
22645         * hilit-chg.el (highlight-changes-mode): Don't autoload.
22647         * bindings.el (mode-line-mode-menu): Use bound-and-true-p for all the
22648         non-preloaded variables.
22650 2005-01-17  Steven Tamm  <steventamm@mac.com>
22652         * textmodes/tex-mode.el (tex-start-shell): Adding -i to the
22653         tex-shell cause to force interactivity when using pipes.
22655 2005-01-17  Kim F. Storm  <storm@cua.dk>
22657         * simple.el (just-one-space): Make arg optional.
22659 2005-01-17  Nick Roberts  <nickrob@snap.net.nz>
22661         * xt-mouse.el (xterm-mouse-event): Set new optional fourth arg in
22662         posn-at-x-y to t to access left-margin.
22664 2005-01-16  Michael Albinus  <michael.albinus@gmx.de>
22666         Sync with Tramp 2.0.47.
22668         * net/tramp.el (tramp-operation-not-permitted-regexp) New defcustom,
22669         catching keep-date problems in cp/scp operations.
22670         (tramp-handle-copy-file): Don't call `set-file-modes'
22671         unconditionally.  Specialized functions should know better what is
22672         necessary.  This improves performance a little bit, and the
22673         functions could catch errors with `cp -p' and `scp -p'.
22674         (tramp-do-copy-or-rename-file-via-buffer)
22675         (tramp-do-copy-or-rename-file-out-of-band): Call `set-file-modes'
22676         when appropriate.
22677         (tramp-do-copy-or-rename-file-directly): Mask `cp -p' error.
22678         Call `set-file-modes' when appropriate.
22679         (tramp-action-out-of-band): Mask `scp -p' error.  Reported by Isak
22680         Johnsson <isak@hypergene.com>
22681         (tramp-get-buffer, tramp-get-debug-buffer): Discard the undo list
22682         of both Tramp buffer and debug buffer.  Reported by Joakim Verona
22683         <joakim@verona.se>
22684         (tramp-file-name-for-operation): Mark `shell-command' as magic for
22685         Emacs only.
22687         * net/tramp-util.el (tramp-minor-mode): New minor mode.  Add it to
22688         `find-file-hooks' and `dired-mode-hook'.
22689         (tramp-minor-mode-map): Respective map.  Add remapping for
22690         `compile' and `recompile'.
22691         (tramp-remap-command, tramp-recompile): New defuns.
22692         (tramp-compile): Enable `tramp-minor-mode' and `compilation-mode'
22693         in buffer "*Compilation*".  Call the commands asynchronously.
22695         * net/tramp-vc.el (tramp-vc-do-command, tramp-vc-do-command-new)
22696         (tramp-vc-simple-command): Call `tramp-handle-shell-command' but
22697         `shell-command', because it isn't magic in XEmacs.  Reported by
22698         Adrian Aichner <adrian@xemacs.org>.
22700         * net/tramp-smb.el (tramp-smb-file-name-handler-alist): Add entry for
22701         `substitute-in-file-name.
22702         (tramp-smb-handle-substitute-in-file-name): New defun.
22703         (tramp-smb-advice-PC-do-completion): Delete advice.
22705 2005-01-16  Kai Grossjohann  <kgrossjo@eu.uu.net>
22707         * net/tramp.el (tramp-wait-for-output): Fix typo in echo processing.
22708         Fix error in deleting region.
22710 2005-01-15  Richard M. Stallman  <rms@gnu.org>
22712         * emacs-lisp/lisp-mnt.el (lm-with-file): Use Lisp mode in temp buffer.
22713         In non-temp buffer, switch syntax table temporarily.
22715         * emacs-lisp/lisp-mode.el (indent-pp-sexp): Doc fix.
22717         * replace.el (occur-accumulate-lines, occur-engine): Avoid warnings.
22719         * tar-mode.el (tar-extract): Bind buffer-undo-list to t.
22721         * imenu.el (imenu--split-menu): Copy menulist before sorting.
22722         (imenu--generic-function): Use START, not BEG, as pos of definition.
22724         * simple.el (just-one-space): Argument specifies number of spaces.
22726         * simple.el (eval-expression-print-format): Avoid warning
22727         about edebug-active.
22729 2005-01-15  James R. Van Zandt  <jrvz@comcast.net>  (Tiny change)
22731         * progmodes/sh-script.el: Code copied from make-mode.el
22732         with small changes,
22733         (sh-mode-map): Bind C-c C-\.
22734         (sh-backslash-column, sh-backslash-align): New variables.
22735         (sh-backslash-region, sh-append-backslash): New functions.
22737 2005-01-15  Sergey Poznyakoff  <gray@Mirddin.farlep.net>
22739         * mail/rmail.el: Updated to work with movemail from GNU Mailutils
22740         (rmail-pop-password, rmail-pop-password-required): Move to
22741         rmail-obsolete group.
22742         (rmail-set-pop-password): Rename to rmail-set-remote-password.
22743         All callers updated.
22744         (rmail-get-pop-password): Rename to rmail-get-remote-password.
22745         Take an argument specifying whether it is POP or IMAP mailbox we
22746         are using.  All callers updated.
22747         (rmail-pop-password-error): Rename to
22748         rmail-remote-password-error.  Added mailutils-specific error message.
22749         (rmail-movemail-search-path)
22750         (rmail-movemail-variant-in-use): New variables.
22751         (rmail-remote-password, rmail-remote-password-required):
22752         New customization variables.
22753         (rmail-probe, rmail-autodetect, rmail-movemail-variant-p): New funs.
22754         (rmail-parse-url): New function.
22755         (rmail-get-new-mail, rmail-insert-inbox-text): Update for use
22756         with GNU mailutils movemail.
22758 2005-01-15  Kevin Ryde  <user42@zip.com.au>
22760         * info-look.el (c-mode/symbol): Add ^` to prefix, and change
22761         suffix to space, $ or '$, to correctly position point when going
22762         to @table style constants like DBL_MAX.
22764 2005-01-15  Jorgen Schaefer  <forcer@forcix.cx>  (tiny change)
22766         * type-break.el (type-break-mode, type-break-file-time)
22767         (type-break-file-keystroke-count, type-break-choose-file):
22768         Don't store data in or load data from the file if type-break-file-name
22769         is nil.
22770         (type-break-file-name): Doc update as per the above.
22772 2005-01-15  Stephen Eglen  <S.J.Eglen@damtp.cam.ac.uk>  (tiny change)
22774         * woman.el (woman-dired-define-key-maybe): If KEY is undefined,
22775         lookup-key might return nil; handle that.
22777 2005-01-15  Alan Mackenzie  <acm@muc.de>
22779         * ebrowse.el (ebrowse-class-in-tree): Return the tail of the tree
22780         rather than the element found, thus enabling the tree to be setcar'd.
22782 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22784         * textmodes/org.el (org-show-following-heading): New option.
22785         (org-show-hierarchy-above): Use `org-show-following-heading'.
22786         (org-cycle): Documentation fix.
22788         * textmodes/org.el (orgtbl-optimized): New option
22789         (orgtbl-mode): New command, a minor mode.
22790         (orgtbl-mode-map): New variable.
22791         (turn-on-orgtbl, orgtbl-mode, orgtbl-make-binding)
22792         (orgtbl-error, orgtbl-self-insert-command)
22793         (orgtbl-delete-backward-char, orgtbl-delete-char): New functions.
22795         * textmodes/org.el (org-mode): `org-table-may-need-update' is now
22796         a local variable in each org-mode buffer.
22798         * textmodes/org.el (org-set-regexps-and-options): Rename from
22799         `org-set-regexps'.  Added checking for STARTUP keyword.
22800         (org-get-current-options): Add STARTUP options.
22801         (org-table-insert-row): Make mode intelligent about when
22802         realignment is needed.
22803         (org-self-insert-command, org-delete-backward-char, org-delete-char):
22804         New commands.
22805         (org-enable-table-editor): New default value `optimized'.
22806         (org-table-blank-field): Support blanking regions if active.
22808 2005-01-14  Carsten Dominik  <dominik@science.uva.nl>
22810         * textmodes/reftex-cite.el (reftex-bib-sort-year): Catch the case
22811         if the year is not given.
22813         * textmodes/reftex-ref.el (reftex-replace-prefix-escapes):
22814         Add new escapes %m and %M, fixed bug with %F by adding
22815         save-match-data.
22816         (reftex-reference): Remove ?. from list of spaces.
22817         (reftex-label-info): Add automatic label prefix recognition.
22819         * textmodes/reftex-index.el (reftex-index-next-phrase):
22820         Add slave parameter to call of `reftex-index-this-phrase'.
22821         (reftex-index-this-phrase): New optional argument.
22822         (reftex-index-region-phrases): Add slave parameter to call of
22823         `reftex-index-this-phrase'.
22824         (reftex-display-index): New argument redo.
22825         (reftex-index-rescan): Add `redo' to arguments of
22826         `reftex-display-index'.
22827         (reftex-index-Rescan, reftex-index-revert)
22828         (reftex-index-switch-index-tag): Add `redo' to arguments of
22829         `reftex-display-index'.
22830         (reftex-index-make-phrase-regexp): Fix bug with case-sensitive
22831         indexing.  Fix bug with matching is there is a quote before or
22832         after the word.
22834         * textmodes/reftex-cite.el (reftex-all-used-citation-keys):
22835         Fix bug when collecting citation keys in lines with comments.
22836         (reftex-citation): Prefix argument no longer rescans the document,
22837         but forces prompting for optional arguments of cite macros.
22838         (reftex-do-citation): Prompting for optional arguments implemented.
22840         * textmodes/reftex-vars.el (reftex-cite-format-builtin):
22841         Add optional arguments to most cite commands.
22842         (reftex-cite-cleanup-optional-args): New option
22843         (reftex-cite-prompt-optional-args): New option.
22844         (reftex-trust-label-prefix): New option.
22846         * textmodes/reftex-toc.el (reftex-toc-find-section):
22847         Add push-mark before changing the position in the buffer.
22849         * textmodes/reftex.el (reftex-prefix-to-typekey-alist): New variable.
22850         (reftex-compile-variables): Compute reftex-prefix-to-typekey-alist.
22852 2005-01-14  Nick Roberts  <nickrob@snap.net.nz>
22854         * xt-mouse.el (xterm-mouse-event): Compute window co-ordinates
22855         more carefully.
22857 2005-01-13  Stefan Monnier  <monnier@iro.umontreal.ca>
22859         * textmodes/sgml-mode.el (sgml-fill-nobreak): New fun.
22860         (sgml-mode): Use it.
22861         (sgml-get-context): Better keep track of implicitly closed tags.
22863 2005-01-13  Kenichi Handa  <handa@m17n.org>
22865         * textmodes/ispell.el: These changes are to fix misalignment error
22866         caused by equivalent characters of different Emacs charsets.
22867         (ispell-unified-chars-table): New variable.
22868         (ispell-get-decoded-string): New function.
22869         (ispell-get-casechars, ispell-get-not-casechars)
22870         (ispell-get-otherchars): Call ispell-get-decoded-string.
22872 2005-01-12  Johan Bockg\e,Ae\e(Brd  <bojohan@users.sourceforge.net>
22874         * custom.el (custom-declare-variable): Just put symbol instead
22875         of (defvar . symbol) in `current-load-list'.
22877 2005-01-12  Reiner Steib  <Reiner.Steib@gmx.de>
22879         * emacs-lisp/elint.el: Fixed typo in Commentary section.
22881 2005-01-12  Jay Belanger  <belanger@truman.edu>
22883         * calc/calc-help.el (calc-describe-key): Use temporary info buffer
22884         to create a Calc summary.
22886 2005-01-12  Kim F. Storm  <storm@cua.dk>
22888         * mouse.el (mouse-on-link-p): Change functionality and doc
22889         string to comply with latest description in lisp ref.
22891 2005-01-12  Nick Roberts  <nickrob@snap.net.nz>
22893         * xt-mouse.el (xterm-mouse-translate, xterm-mouse-event):
22894         Enable mouse clicks on mode-line, header-line and margin.
22895         (event-type): Give mouse event symbols an `event-kind' property
22896         with value `mouse-click'.
22898 2005-01-12  Juri Linkov  <juri@jurta.org>
22900         * facemenu.el (list-colors-display): Add new arg buffer-name.
22901         Use it.  Fix docstring.  Replace code for identifying duplicate
22902         colors by the name with call to `list-colors-duplicates' which
22903         identifies duplicate colors by the value unless the color
22904         is one of special Windows colors.  Set truncate-lines to t.
22905         Print sorted duplicate color names on each line.  Indent to 22
22906         \(the longest color name in rgb.txt) instead of 20.  Optimize.
22907         (list-colors-duplicates): New function.
22908         (facemenu-color-name-equal): Delete function.
22910         * facemenu.el (list-colors-print): New function created from code
22911         in list-colors-display.  Print #RRGGBB at the window right edge.
22912         (list-colors-display): When temp-buffer-show-function is not
22913         defined, call list-colors-print from temp-buffer-show-hook
22914         to get the right value of window-width in list-colors-print
22915         after the buffer is displayed.
22917         * simple.el (pop-mark): Move deactivate-mark out of conditional
22918         part to deactivate the active mark regardless of the state of the
22919         mark ring.
22921         * desktop.el (desktop-save): Add `mode: emacs-lisp' to the local
22922         variables line in desktop files.
22924 2005-01-12  Juri Linkov  <juri@jurta.org>
22926         * isearch.el (search-highlight, isearch, isearch-lazy-highlight):
22927         Bring together isearch highlight related options.
22928         (lazy-highlight): Replace group `replace' by `matching'.
22929         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
22930         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
22931         (lazy-highlight): Add aliases to old names isearch-lazy-highlight-...
22932         and declare them obsolete.
22933         (lazy-highlight-face): Rename from isearch-lazy-highlight-face.
22934         (isearch-faces): Remove defgroup.
22935         (isearch-overlay, isearch-highlight, isearch-dehighlight):
22936         Move isearch highlighting code closer to lazy highlighting code.
22938         * replace.el (query-replace-lazy-highlight): Add lazy-highlight group.
22939         (query-replace-highlight, query-replace-lazy-highlight)
22940         (query-replace): Move definitions to the beginning of the file.
22942 2005-01-11  Juri Linkov  <juri@jurta.org>
22944         * toolbar/back_arrow.xpm, toolbar/back_arrow.pbm
22945         * toolbar/lc-back_arrow.xpm, toolbar/lc-fwd_arrow.xpm
22946         * toolbar/fwd_arrow.xpm, toolbar/fwd_arrow.pbm: New icons.
22948         * info.el (Info-history-forward): New variable.
22949         (Info-select-node): Reset Info-history-forward to nil.
22950         (Info-last): Turn into defalias.
22951         (Info-history-back): Rename from Info-last.
22952         Add current node to Info-history-forward.
22953         (Info-history-forward): New fun.
22954         (Info-mode-map): Replace Info-last by Info-history-back.
22955         Bind Info-history-forward to "r".
22956         (Info-mode-menu): Replace Info-last by Info-history-back.
22957         Fix menu item text.  Add menu item for Info-history-forward.
22958         (info-tool-bar-map): Replace Info-last by Info-history-back.
22959         Replace its icon "undo" by "back_arrow".  Add icon "fwd_arrow"
22960         for Info-history-forward.
22961         (Info-mode): Replace Info-last by Info-history-back in docstring.
22962         Add local variable Info-history-forward.
22963         (Info-goto-emacs-command-node): Replace Info-last by Info-history-back.
22965 2005-01-11  Stefan Monnier  <monnier@iro.umontreal.ca>
22967         * mouse.el (mouse-drag-mode-line-1, mouse-drag-vertical-line)
22968         (mouse-drag-region, mouse-drag-region-1, mouse-drag-secondary):
22969         Ignore select-window events rather than fiddle with
22970         mouse-autoselect-window.
22972 2005-01-11  Matthew Mundell  <matt@mundell.ukfsn.org>
22974         * type-break.el (type-break-mode): Fix previous change.
22976 2005-01-10  Jay Belanger  <belanger@truman.edu>
22978         * calc/calc-ext.el (calc-reset): Reset when inside embedded
22979         calculator; only reset when point is inside a calculator.
22980         Don't adjust the window height if the window takes up the whole height
22981         of the frame.
22983 2005-01-10  Thien-Thi Nguyen  <ttn@gnu.org>
22985         * ebuff-menu.el (Electric-buffer-menu-mode):
22986         Preserve value of buffer-local var header-line-format.
22988 2005-01-09  Jay Belanger  <belanger@truman.edu>
22990         * calc/calc.el (calc-mode-var-list-restore-saved-values):
22991         Make sure settings file exists before accessing it.
22993         * calc/calc-embed.el (calc-embedded-subst):
22994         Replace math-multi-subst-rec, which is only supposed to be called
22995         by math-multi-subst, by math-multi-subst.
22997 2005-01-09  Andre Spiegel  <spiegel@gnu.org>
22999         * vc.el (vc-allow-async-revert): New user option.
23000         (vc-disable-async-diff): New internal variable.
23001         (vc-revert-buffer): Use them to disable asynchronous diff.
23003         * vc-cvs.el, vc-arch.el, vc-svn.el, vc-mcvs.el (vc-cvs-diff)
23004         (vc-arch-diff, vc-svn-diff, vc-mcvs-diff): Don't diff
23005         asynchronously if vc-disable-async-diff is t.
23007 2005-01-09  Jay Belanger  <belanger@truman.edu>
23009         * calc/calc.el (defcalcmodevar): New macro.
23010         (calc-mode-var-list-restore-default-values)
23011         (calc-mode-var-list-restore-saved-values): New functions.
23012         (calc-mode-var-list): Use defcalcmodevar to define it.
23013         (calc-always-load-extensions, calc-line-numbering)
23014         (calc-line-breaking, calc-display-just, calc-display-origin)
23015         (calc-number-radix, calc-leading-zeros, calc-group-digits)
23016         (calc-group-char, calc-point-char, calc-frac-format)
23017         (calc-prefer-frac, calc-hms-format, calc-date-format)
23018         (calc-float-format, calc-full-float-format, calc-complex-format)
23019         (calc-complex-mode, calc-infinite-mode, calc-display-strings)
23020         (calc-matrix-just, calc-break-vectors, calc-full-vectors)
23021         (calc-full-trail-vectors, calc-vector-commas, calc-vector-brackets)
23022         (calc-matrix-brackets, calc-language, calc-language-option)
23023         (calc-left-label, calc-right-label, calc-word-size)
23024         (calc-previous-modulo, calc-simplify-mode, calc-auto-recompute)
23025         (calc-display-raw, calc-internal-prec, calc-angle-mode)
23026         (calc-algebraic-mode, calc-incomplete-algebraic-mode)
23027         (calc-symbolic-mode, calc-matrix-mode, calc-shift-prefix)
23028         (calc-window-height, calc-display-trail, calc-show-selections)
23029         (calc-use-selections, calc-assoc-selections)
23030         (calc-display-working-message, calc-auto-why, calc-timing)
23031         (calc-mode-save-mode, calc-standard-date-formats, calc-autorange-units)
23032         (calc-was-keypad-mode, calc-full-mode, calc-user-parse-tables)
23033         (calc-gnuplot-default-device, calc-gnuplot-default-output)
23034         (calc-gnuplot-print-device, calc-gnuplot-print-output)
23035         (calc-gnuplot-geometry, calc-graph-default-resolution)
23036         (calc-graph-default-resolution-3d, calc-invocation-macro)
23037         (calc-show-banner): Use defcalcmodevar to declare them and set
23038         their default values.
23040         * calc/calc-ext.el (calc-reset): Restore saved values of variables
23041         instead of default values (but restore default values if there is
23042         an argument of 0).
23044 2005-01-09  David Kastrup  <dak@gnu.org>
23046         * desktop.el (desktop-restore-eager): Fix typo in type.
23048 2005-01-08  Richard M. Stallman  <rms@gnu.org>
23050         * cus-edit.el (customize): Delete :link.
23052 2005-01-08  Jay Belanger  <belanger@truman.edu>
23054         * calc/calc.el (calc-mode): Remove the extension from the
23055         `calc-settings-file' file name when loading it.
23057 2005-01-08  Kim F. Storm  <storm@cua.dk>
23059         * info.el (Info-mode-map, Info-next-link-keymap)
23060         (Info-prev-link-keymap, Info-up-link-keymap):
23061         Map follow-link to mouse-face.
23062         (Info-fontify-node): Add "mouse-2: " prefix to tooltip.
23064 2005-01-08  Jay Belanger  <belanger@truman.edu>
23066         * calc/calc.el (calc-settings-file): Change default value.
23067         Suggested by cgw in a comment in calc-mode.el.
23069         * calc/calc-mode.el (calc-settings-file-name):
23070         Compare calc-settings-file to user-init-file instead of ~/.emacs.
23071         Replace ~/.emacs in a prompt by calc-settings-file.
23073 2005-01-07  Lars Hansen  <larsh@math.ku.dk>
23075         * desktop.el (desktop-restore-eager, desktop-lazy-verbose)
23076         (desktop-lazy-idle-delay): New customizable variables.
23077         (desktop-buffer-args-list): New variable.
23078         (desktop-append-buffer-args): New function.
23079         (desktop-save): Call desktop-append-buffer-args for some buffers.
23080         (desktop-lazy-create-buffer): New function.
23081         (desktop-idle-create-buffers): New function.
23082         (desktop-read): Add message about buffers to restore lazily.
23083         (desktop-lazy-abort): New command.
23084         (desktop-clear): Call desktop-lazy-abort.
23085         (desktop-lazy-complete): New command.
23087 2005-01-06  Richard M. Stallman  <rms@gnu.org>
23089         * emacs-lisp/find-func.el (find-face-definition):
23090         Rename from find-face.
23092 2005-01-06  Kim F. Storm  <storm@cua.dk>
23094         * simple.el (completion-list-mode-map): Map follow-link to mouse-face.
23096         * man.el (Man-xref-man-page, Man-xref-header-file)
23097         (Man-xref-normal-file): Add follow-link property.
23099 2005-01-06  Jay Belanger  <belanger@truman.edu>
23101         * calc/calc-units.el: Make sure the proper macro definitions are
23102         available when compiling.
23104 2005-01-06  Juri Linkov  <juri@jurta.org>
23106         * isearch.el (isearch-lazy-highlight-update):
23107         Rename `isearch-lazy-highlight-interval' to `lazy-highlight-interval'.
23109 2005-01-06  Miles Bader  <miles@gnu.org>
23111         * isearch.el (lazy-highlight): Rename from `lazy-highlight-face'.
23112         (isearch-lazy-highlight-face): Use new name.
23114 2005-01-05  Stefan Monnier  <monnier@iro.umontreal.ca>
23116         * uniquify.el (uniquify-rationalize-file-buffer-names):
23117         Re-add an interactive spec.
23118         (uniquify-rationalize-file-buffer-names): Fix corner case when renaming
23119         to the same name.
23121         * isearch.el (isearch-dehighlight): Remove unused arg `totally'.
23122         (isearch-update, isearch-done): Adjust calls accordingly.
23124 2005-01-05  Richard M. Stallman  <rms@gnu.org>
23126         * custom.el (custom-set-variables, custom-theme-set-variables):
23127         Clarify documentation.
23129         * emacs-lisp/find-func.el (find-variable)
23130         (find-variable-other-window, find-variable-other-frame):
23131         Fix the TYPE args to find-function-read and find-function-do-it.
23132         (find-function): Doc fix.
23133         (find-function-at-point): Replace function-at-point alias.
23135 2005-01-04  Richard M. Stallman  <rms@gnu.org>
23137         * cus-face.el (custom-declare-face):
23138         Record defface in current-load-list.
23140         * help-fns.el (variable-at-point): New arg ANY-SYMBOL.
23142         * emacs-lisp/find-func.el: Doc fixes.
23143         (find-face-regexp): New variable.
23144         (find-function-regexp-alist): New variable.
23145         (find-function-C-source): Third arg is now TYPE.
23146         (find-function-search-for-symbol): Handle general TYPE.
23147         (find-function-read, find-function-do-it): Handle general TYPE.
23148         (find-definition-noselect, find-face): New functions.
23149         (function-at-point): Alias deleted.
23151 2005-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
23153         * battery.el (display-battery-mode): Rename from display-battery.
23154         Handle the case where it gets turned off.
23156 2005-01-04  Richard M. Stallman  <rms@gnu.org>
23158         * cus-edit.el (customize): Make :link point to user doc.
23160         * man.el (Man-fontify-manpage): Turn off undo generation.
23162         * add-log.el (change-log-font-lock-keywords): Don't match just "From".
23164 2005-01-04  Andreas Schwab  <schwab@suse.de>
23166         * files.el (insert-directory): Only look for error lines in
23167         inserted text.  Don't move too far after processing --dired markers.
23169 2005-01-04  Richard M. Stallman  <rms@gnu.org>
23171         * mail/mailabbrev.el (sendmail-pre-abbrev-expand-hook):
23172         Don't expand if the character is @, period, dash, etc.
23173         (define-mail-abbrev): Quote names that contain problem characters.
23175 2005-01-04  Thien-Thi Nguyen  <ttn@gnu.org>
23177         * progmodes/hideshow.el: No longer require `cl'; `dolist' is standard.
23179 2005-01-03  Richard M. Stallman  <rms@gnu.org>
23181         * replace.el (replace-dehighlight): Use lazy-highlight-cleanup.
23182         (query-replace-highlight, query-replace-lazy-highlight)
23183         (query-replace): Definitions moved up.  Doc fix.
23185 2005-01-03  Richard M. Stallman  <rms@gnu.org>
23187         * isearch.el (lazy-highlight): Group renamed from isearch-lazy-...
23188         (lazy-highlight-cleanup, lazy-highlight-initial-delay)
23189         (lazy-highlight-interval, lazy-highlight-max-at-a-time)
23190         (lazy-highlight-face): Rename from isearch-lazy-...
23191         Change all references to them.
23193 2005-01-03  Luc Teirlinck  <teirllm@auburn.edu>
23195         * cus-edit.el (custom-file): Doc fix for defcustom.
23196         (custom-file): The function no longer sets the variable
23197         `custom-file' to its return value.
23199         * startup.el (command-line): No longer load `custom-file'.
23201 2005-01-03  Stefan Monnier  <monnier@iro.umontreal.ca>
23203         * emacs-lisp/find-func.el (find-variable-regexp): Avoid defface.
23205         * progmodes/perl-mode.el (perl-nochange, perl-calculate-indent):
23206         Don't confuse module-prefixed identifiers for labels.
23207         Reported by Juan-Leon Lahoz Garcia <juanleon1@gmail.com>.
23209 2005-01-02  Richard M. Stallman  <rms@gnu.org>
23211         * files.el (basic-save-buffer-1): Fix previous change.
23213         * loadhist.el (file-loadhist-lookup): New function.
23214         (file-provides, file-requires): Use it.
23216         * electric.el (Electric-pop-up-window): Use fit-window-to-buffer
23217         instead of calculating the right size.
23219 2005-01-02  Karl Chen  <quarl@cs.berkeley.edu>  (tiny change)
23221         * vc-svn.el (vc-svn-diff): Stay local if possible.
23223 2005-01-02  Stefan Monnier  <monnier@iro.umontreal.ca>
23225         * vc-arch.el (vc-arch-workfile-version): Handle the empty-branch case.
23227         * files.el (hack-local-variables): Fix last change.
23229 2005-01-02  Jay Belanger  <belanger@truman.edu>
23231         * calc/calc-yank.el (calc-edit-top): New variable.
23232         (calc-edit-mode): Set calc-edit-top to be the beginning of the edited
23233         object.  Change header properties.
23234         (calc-edit-finish, calc-edit-finish-stack-object)
23235         (calc-edit-show-buffer): Use calc-edit-top to find the beginning of the
23236         edited object.
23237         * calc/calc-sel.el (calc-finish-selection-edit): Use calc-edit-top
23238         for the beginning of the edited object.
23239         * calc/calc-embed.el (calc-embedded-finish-edit): Use calc-edit-top
23240         for the beginning of the edited object.
23241         * calc/calc-prog.el (calc-edit-macro-finish-edit)
23242         (calc-finish-formula-edit, calc-macro-repeats)
23243         (calc-edit-macro-adjust-buffer, calc-edit-format-macro-buffer)
23244         (calc-edit-macro-pre-finish-edit): Use calc-edit-top for the
23245         beginning of the edited object.
23246         (calc-user-define-edit): Change the header for editing macros.
23247         Remove unnecessary variable.
23249 2005-01-01  Jay Belanger  <belanger@truman.edu>
23251         * calc/calc-yank.el (calc-edit-mode): Change default header.
23252         (calc-edit-finish, calc-show-edit-buffer): Adjust to handle new header.
23253         * calc/calc-store.el (calc-edit-variable): Change title to match new
23254         header.
23255         * calc/calc-prog.el (calc-edit-user-syntax): Change title in edit
23256         mode to match new header.
23257         (calc-user-define-edit): Change titles to include names of commands.
23258         (calc-finish-formula-edit): Adjust to handle new header.
23259         (calc-finish-macro-edit): Remove.
23260         (calc-edit-macro-repeats, calc-edit-macro-adjust-buffer)
23261         (calc-edit-macro-command, calc-edit-macro-command-type)
23262         (calc-edit-macro-combine-alg-ent, calc-edit-macro-combine-ext-command)
23263         (calc-edit-macro-combine-var-name, calc-edit-macro-combine-digits)
23264         (calc-edit-format-macro-buffer, calc-edit-macro-pre-finish-edit)
23265         (calc-edit-macro-finish-edit): New functions.
23266         (calc-user-define-edit): Use new functions to edit named calc macros.
23268 2005-01-01  Stefan  <monnier@iro.umontreal.ca>
23270         * files.el (hack-local-variables): Cleanup prefix/suffix matching.
23272         * ses.el (copy-region-as-kill): Deactivate mark.
23274 2005-01-01  Richard M. Stallman  <rms@gnu.org>
23276         * replace.el (occur-1): If the output buffer is also an input,
23277         don't kill it, rename it.
23279         * faces.el (set-face-background, set-face-foreground): Doc fix.
23281         * cus-face.el (custom-face-attributes): Fix :help-echo strings
23282         for :foreground and :background.
23284         * dired.el (dired-view-command-alist): Variable deleted.
23285         (dired-view-file, dired-mouse-find-file-other-window):
23286         Delete the code to use it.
23288 2005-01-01  Kim F. Storm  <storm@cua.dk>
23290         * image.el (insert-sliced-image): Use t for line-height property.
23292 See ChangeLog.11 for earlier changes.
23294 ;; Local Variables:
23295 ;; coding: iso-2022-7bit
23296 ;; End:
23298     Copyright (C) 2005, 2006 Free Software Foundation, Inc.
23299   Copying and distribution of this file, with or without modification,
23300   are permitted provided the copyright notice and this notice are preserved.
23302 ;;; arch-tag: e39939be-dab3-400e-86f5-0e2701a883c1